From ab621230a64eee5258af829b639d4b110b29fe38 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Fri, 23 Dec 2022 17:37:01 +0100 Subject: [PATCH 1/4] Update tree-sitter-mozcpp grammars --- src/languages/language_cpp.rs | 320 +- tree-sitter-mozcpp/Cargo.toml | 2 +- tree-sitter-mozcpp/src/grammar.json | 53 +- tree-sitter-mozcpp/src/node-types.json | 56 +- tree-sitter-mozcpp/src/parser.c | 529692 +++++++++++----------- 5 files changed, 266193 insertions(+), 263930 deletions(-) diff --git a/src/languages/language_cpp.rs b/src/languages/language_cpp.rs index fc1274f01..b3880273e 100644 --- a/src/languages/language_cpp.rs +++ b/src/languages/language_cpp.rs @@ -335,166 +335,165 @@ pub enum Cpp { ParameterList = 328, ParameterDeclaration = 329, AttributedStatement = 330, - AttributedStatement2 = 331, - LabeledStatement = 332, - ExpressionStatement = 333, - IfStatement = 334, - SwitchStatement = 335, - CaseStatement = 336, - WhileStatement = 337, - DoStatement = 338, - ForStatement = 339, - ReturnStatement = 340, - BreakStatement = 341, - ContinueStatement = 342, - GotoStatement = 343, - Expression = 344, - CommaExpression = 345, - ConditionalExpression = 346, - AssignmentExpression = 347, - PointerExpression = 348, - UnaryExpression2 = 349, - BinaryExpression2 = 350, - UpdateExpression = 351, - CastExpression = 352, - TypeDescriptor = 353, - SizeofExpression = 354, - SubscriptExpression = 355, - CallExpression2 = 356, - ArgumentList2 = 357, - FieldExpression = 358, - CompoundLiteralExpression = 359, - ParenthesizedExpression2 = 360, - InitializerList = 361, - InitializerPair = 362, - SubscriptDesignator = 363, - FieldDesignator = 364, - CharLiteral = 365, - ConcatenatedString = 366, - StringLiteral = 367, - EmptyDeclaration = 368, - Decltype = 369, - ClassSpecifier = 370, - ClassName = 371, - VirtualSpecifier = 372, - VirtualFunctionSpecifier = 373, - ExplicitFunctionSpecifier = 374, - BaseClassClause = 375, - EnumBaseClause = 376, - DependentType = 377, - TemplateDeclaration = 378, - TemplateInstantiation = 379, - TemplateParameterList = 380, - TypeParameterDeclaration = 381, - VariadicTypeParameterDeclaration = 382, - OptionalTypeParameterDeclaration = 383, - TemplateTemplateParameterDeclaration = 384, - OptionalParameterDeclaration = 385, - VariadicParameterDeclaration = 386, - VariadicDeclarator = 387, - ReferenceDeclarator = 388, - OperatorCast = 389, - FieldInitializerList = 390, - FieldInitializer = 391, - FunctionDefinition2 = 392, - ConstructorSpecifiers = 393, - FunctionDefinition3 = 394, - Declaration2 = 395, - FunctionDefinition4 = 396, - Declaration3 = 397, - DefaultMethodClause = 398, - DeleteMethodClause = 399, - FriendDeclaration = 400, - AccessSpecifier = 401, - ReferenceDeclarator2 = 402, - ReferenceDeclarator3 = 403, - AbstractReferenceDeclarator = 404, - StructuredBindingDeclarator = 405, - RefQualifier = 406, - TrailingReturnType = 407, - Noexcept = 408, - ThrowSpecifier = 409, - TemplateType = 410, - TemplateMethod = 411, - TemplateFunction = 412, - TemplateArgumentList = 413, - NamespaceDefinition = 414, - NamespaceDefinitionName = 415, - UsingDeclaration = 416, - AliasDeclaration = 417, - StaticAssertDeclaration = 418, - ConditionClause = 419, - Declaration4 = 420, - ForRangeLoop = 421, - CoReturnStatement = 422, - CoYieldStatement = 423, - ThrowStatement = 424, - TryStatement = 425, - CatchClause = 426, - CoAwaitExpression = 427, - NewExpression = 428, - NewDeclarator = 429, - DeleteExpression = 430, - LambdaExpression = 431, - LambdaCaptureSpecifier = 432, - LambdaDefaultCapture = 433, - ParameterPackExpansion = 434, - ParameterPackExpansion2 = 435, - DestructorName = 436, - DependentName = 437, - DependentName2 = 438, - DependentName3 = 439, - ScopeResolution = 440, - QualifiedIdentifier = 441, - QualifiedIdentifier2 = 442, - QualifiedIdentifier3 = 443, - QualifiedIdentifier4 = 444, - OperatorName = 445, - UserDefinedLiteral = 446, - AloneMacroCall = 447, - CallMacroWithDeclFirstArg = 448, - MacroStatement = 449, - MacroAnnotation = 450, - TranslationUnitRepeat1 = 451, - PreprocParamsRepeat1 = 452, - PreprocIfInFieldDeclarationListRepeat1 = 453, - PreprocArgumentListRepeat1 = 454, - DeclarationRepeat1 = 455, - TypeDefinitionRepeat1 = 456, - TypeDefinitionRepeat2 = 457, - DeclarationSpecifiersRepeat1 = 458, - AttributeDeclarationRepeat1 = 459, - AttributedDeclaratorRepeat1 = 460, - PointerDeclaratorRepeat1 = 461, - FunctionDeclaratorRepeat1 = 462, - FunctionDeclaratorRepeat2 = 463, - AbstractFunctionDeclaratorRepeat1 = 464, - SizedTypeSpecifierRepeat1 = 465, - EnumeratorListRepeat1 = 466, - FieldDeclarationRepeat1 = 467, - ParameterListRepeat1 = 468, - CaseStatementRepeat1 = 469, - ArgumentListRepeat1 = 470, - InitializerListRepeat1 = 471, - InitializerPairRepeat1 = 472, - ConcatenatedStringRepeat1 = 473, - StringLiteralRepeat1 = 474, - ClassSpecifierRepeat1 = 475, - BaseClassClauseRepeat1 = 476, - TemplateParameterListRepeat1 = 477, - FieldInitializerListRepeat1 = 478, - OperatorCastDefinitionRepeat1 = 479, - StructuredBindingDeclaratorRepeat1 = 480, - ThrowSpecifierRepeat1 = 481, - TemplateArgumentListRepeat1 = 482, - TryStatementRepeat1 = 483, - LambdaCaptureSpecifierRepeat1 = 484, - AloneMacroCallRepeat1 = 485, - FieldIdentifier = 486, - NamespaceIdentifier = 487, - StatementIdentifier = 488, - TypeIdentifier = 489, - Error = 490, + LabeledStatement = 331, + ExpressionStatement = 332, + IfStatement = 333, + SwitchStatement = 334, + CaseStatement = 335, + WhileStatement = 336, + DoStatement = 337, + ForStatement = 338, + ReturnStatement = 339, + BreakStatement = 340, + ContinueStatement = 341, + GotoStatement = 342, + Expression = 343, + CommaExpression = 344, + ConditionalExpression = 345, + AssignmentExpression = 346, + PointerExpression = 347, + UnaryExpression2 = 348, + BinaryExpression2 = 349, + UpdateExpression = 350, + CastExpression = 351, + TypeDescriptor = 352, + SizeofExpression = 353, + SubscriptExpression = 354, + CallExpression2 = 355, + ArgumentList2 = 356, + FieldExpression = 357, + CompoundLiteralExpression = 358, + ParenthesizedExpression2 = 359, + InitializerList = 360, + InitializerPair = 361, + SubscriptDesignator = 362, + FieldDesignator = 363, + CharLiteral = 364, + ConcatenatedString = 365, + StringLiteral = 366, + EmptyDeclaration = 367, + Decltype = 368, + ClassSpecifier = 369, + ClassName = 370, + VirtualSpecifier = 371, + VirtualFunctionSpecifier = 372, + ExplicitFunctionSpecifier = 373, + BaseClassClause = 374, + EnumBaseClause = 375, + DependentType = 376, + TemplateDeclaration = 377, + TemplateInstantiation = 378, + TemplateParameterList = 379, + TypeParameterDeclaration = 380, + VariadicTypeParameterDeclaration = 381, + OptionalTypeParameterDeclaration = 382, + TemplateTemplateParameterDeclaration = 383, + OptionalParameterDeclaration = 384, + VariadicParameterDeclaration = 385, + VariadicDeclarator = 386, + ReferenceDeclarator = 387, + OperatorCast = 388, + FieldInitializerList = 389, + FieldInitializer = 390, + FunctionDefinition2 = 391, + ConstructorSpecifiers = 392, + FunctionDefinition3 = 393, + Declaration2 = 394, + FunctionDefinition4 = 395, + Declaration3 = 396, + DefaultMethodClause = 397, + DeleteMethodClause = 398, + FriendDeclaration = 399, + AccessSpecifier = 400, + ReferenceDeclarator2 = 401, + ReferenceDeclarator3 = 402, + AbstractReferenceDeclarator = 403, + StructuredBindingDeclarator = 404, + RefQualifier = 405, + TrailingReturnType = 406, + Noexcept = 407, + ThrowSpecifier = 408, + TemplateType = 409, + TemplateMethod = 410, + TemplateFunction = 411, + TemplateArgumentList = 412, + NamespaceDefinition = 413, + NamespaceDefinitionName = 414, + UsingDeclaration = 415, + AliasDeclaration = 416, + StaticAssertDeclaration = 417, + ConditionClause = 418, + Declaration4 = 419, + ForRangeLoop = 420, + CoReturnStatement = 421, + CoYieldStatement = 422, + ThrowStatement = 423, + TryStatement = 424, + CatchClause = 425, + CoAwaitExpression = 426, + NewExpression = 427, + NewDeclarator = 428, + DeleteExpression = 429, + LambdaExpression = 430, + LambdaCaptureSpecifier = 431, + LambdaDefaultCapture = 432, + ParameterPackExpansion = 433, + ParameterPackExpansion2 = 434, + DestructorName = 435, + DependentName = 436, + DependentName2 = 437, + DependentName3 = 438, + ScopeResolution = 439, + QualifiedIdentifier = 440, + QualifiedIdentifier2 = 441, + QualifiedIdentifier3 = 442, + QualifiedIdentifier4 = 443, + OperatorName = 444, + UserDefinedLiteral = 445, + AloneMacroCall = 446, + CallMacroWithDeclFirstArg = 447, + MacroStatement = 448, + MacroAnnotation = 449, + TranslationUnitRepeat1 = 450, + PreprocParamsRepeat1 = 451, + PreprocIfInFieldDeclarationListRepeat1 = 452, + PreprocArgumentListRepeat1 = 453, + DeclarationRepeat1 = 454, + TypeDefinitionRepeat1 = 455, + TypeDefinitionRepeat2 = 456, + DeclarationSpecifiersRepeat1 = 457, + AttributeDeclarationRepeat1 = 458, + AttributedDeclaratorRepeat1 = 459, + PointerDeclaratorRepeat1 = 460, + FunctionDeclaratorRepeat1 = 461, + FunctionDeclaratorRepeat2 = 462, + AbstractFunctionDeclaratorRepeat1 = 463, + SizedTypeSpecifierRepeat1 = 464, + EnumeratorListRepeat1 = 465, + FieldDeclarationRepeat1 = 466, + ParameterListRepeat1 = 467, + CaseStatementRepeat1 = 468, + ArgumentListRepeat1 = 469, + InitializerListRepeat1 = 470, + InitializerPairRepeat1 = 471, + ConcatenatedStringRepeat1 = 472, + StringLiteralRepeat1 = 473, + ClassSpecifierRepeat1 = 474, + BaseClassClauseRepeat1 = 475, + TemplateParameterListRepeat1 = 476, + FieldInitializerListRepeat1 = 477, + OperatorCastDefinitionRepeat1 = 478, + StructuredBindingDeclaratorRepeat1 = 479, + ThrowSpecifierRepeat1 = 480, + TemplateArgumentListRepeat1 = 481, + TryStatementRepeat1 = 482, + LambdaCaptureSpecifierRepeat1 = 483, + AloneMacroCallRepeat1 = 484, + FieldIdentifier = 485, + NamespaceIdentifier = 486, + StatementIdentifier = 487, + TypeIdentifier = 488, + Error = 489, } impl From for &'static str { @@ -840,7 +839,6 @@ impl From for &'static str { Cpp::ParameterList => "parameter_list", Cpp::ParameterDeclaration => "parameter_declaration", Cpp::AttributedStatement => "attributed_statement", - Cpp::AttributedStatement2 => "attributed_statement", Cpp::LabeledStatement => "labeled_statement", Cpp::ExpressionStatement => "expression_statement", Cpp::IfStatement => "if_statement", diff --git a/tree-sitter-mozcpp/Cargo.toml b/tree-sitter-mozcpp/Cargo.toml index 483c73a7e..7020c0243 100644 --- a/tree-sitter-mozcpp/Cargo.toml +++ b/tree-sitter-mozcpp/Cargo.toml @@ -21,7 +21,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = ">= 0.19, < 0.21" +tree-sitter = "=0.20.9" [build-dependencies] cc = "^1.0" diff --git a/tree-sitter-mozcpp/src/grammar.json b/tree-sitter-mozcpp/src/grammar.json index cb6679727..8658533b9 100644 --- a/tree-sitter-mozcpp/src/grammar.json +++ b/tree-sitter-mozcpp/src/grammar.json @@ -5171,22 +5171,6 @@ } ] }, - "attributed_non_case_statement": { - "type": "SEQ", - "members": [ - { - "type": "REPEAT1", - "content": { - "type": "SYMBOL", - "name": "attribute_declaration" - } - }, - { - "type": "SYMBOL", - "name": "_non_case_statement" - } - ] - }, "_statement": { "type": "CHOICE", "members": [ @@ -5206,6 +5190,10 @@ { "type": "CHOICE", "members": [ + { + "type": "SYMBOL", + "name": "attributed_statement" + }, { "type": "SYMBOL", "name": "labeled_statement" @@ -5461,15 +5449,6 @@ "content": { "type": "CHOICE", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "attributed_non_case_statement" - }, - "named": true, - "value": "attributed_statement" - }, { "type": "SYMBOL", "name": "_non_case_statement" @@ -5611,8 +5590,17 @@ "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "_expression" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_expression" + }, + { + "type": "SYMBOL", + "name": "comma_expression" + } + ] }, { "type": "BLANK" @@ -5654,8 +5642,12 @@ "value": ")" }, { - "type": "SYMBOL", - "name": "_statement" + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "_statement" + } } ] }, @@ -12043,12 +12035,11 @@ "sized_type_specifier" ], [ - "_declaration_modifiers", "attributed_statement" ], [ "_declaration_modifiers", - "attributed_non_case_statement" + "attributed_statement" ], [ "template_function", diff --git a/tree-sitter-mozcpp/src/node-types.json b/tree-sitter-mozcpp/src/node-types.json index c7664c2f4..36b3f5bec 100644 --- a/tree-sitter-mozcpp/src/node-types.json +++ b/tree-sitter-mozcpp/src/node-types.json @@ -259,6 +259,10 @@ "type": "_statement", "named": true, "subtypes": [ + { + "type": "attributed_statement", + "named": true + }, { "type": "break_statement", "named": true @@ -1534,10 +1538,6 @@ "type": "alone_macro_call", "named": true }, - { - "type": "attributed_statement", - "named": true - }, { "type": "declaration", "named": true @@ -1823,10 +1823,6 @@ "type": "alone_macro_call", "named": true }, - { - "type": "attributed_statement", - "named": true - }, { "type": "declaration", "named": true @@ -2482,6 +2478,16 @@ "type": "for_statement", "named": true, "fields": { + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "_statement", + "named": true + } + ] + }, "condition": { "multiple": false, "required": false, @@ -2489,6 +2495,10 @@ { "type": "_expression", "named": true + }, + { + "type": "comma_expression", + "named": true } ] }, @@ -2524,16 +2534,6 @@ } ] } - }, - "children": { - "multiple": false, - "required": true, - "types": [ - { - "type": "_statement", - "named": true - } - ] } }, { @@ -3749,10 +3749,6 @@ "type": "alone_macro_call", "named": true }, - { - "type": "attributed_statement", - "named": true - }, { "type": "declaration", "named": true @@ -3860,10 +3856,6 @@ "type": "alone_macro_call", "named": true }, - { - "type": "attributed_statement", - "named": true - }, { "type": "declaration", "named": true @@ -4060,10 +4052,6 @@ "type": "alone_macro_call", "named": true }, - { - "type": "attributed_statement", - "named": true - }, { "type": "declaration", "named": true @@ -4196,10 +4184,6 @@ "type": "alone_macro_call", "named": true }, - { - "type": "attributed_statement", - "named": true - }, { "type": "declaration", "named": true @@ -5040,10 +5024,6 @@ "type": "alone_macro_call", "named": true }, - { - "type": "attributed_statement", - "named": true - }, { "type": "declaration", "named": true diff --git a/tree-sitter-mozcpp/src/parser.c b/tree-sitter-mozcpp/src/parser.c index 7650e2656..26baadd7d 100644 --- a/tree-sitter-mozcpp/src/parser.c +++ b/tree-sitter-mozcpp/src/parser.c @@ -14,15 +14,15 @@ #endif #define LANGUAGE_VERSION 13 -#define STATE_COUNT 5241 -#define LARGE_STATE_COUNT 1941 -#define SYMBOL_COUNT 486 +#define STATE_COUNT 5270 +#define LARGE_STATE_COUNT 1949 +#define SYMBOL_COUNT 485 #define ALIAS_COUNT 4 #define TOKEN_COUNT 254 #define EXTERNAL_TOKEN_COUNT 1 #define FIELD_COUNT 34 #define MAX_ALIAS_SEQUENCE_LENGTH 9 -#define PRODUCTION_ID_COUNT 153 +#define PRODUCTION_ID_COUNT 155 enum { sym_identifier = 1, @@ -355,165 +355,164 @@ enum { sym_parameter_list = 328, sym_parameter_declaration = 329, sym_attributed_statement = 330, - sym_attributed_non_case_statement = 331, - sym_labeled_statement = 332, - sym_expression_statement = 333, - sym_if_statement = 334, - sym_switch_statement = 335, - sym_case_statement = 336, - sym_while_statement = 337, - sym_do_statement = 338, - sym_for_statement = 339, - sym_return_statement = 340, - sym_break_statement = 341, - sym_continue_statement = 342, - sym_goto_statement = 343, - sym__expression = 344, - sym_comma_expression = 345, - sym_conditional_expression = 346, - sym_assignment_expression = 347, - sym_pointer_expression = 348, - sym_unary_expression = 349, - sym_binary_expression = 350, - sym_update_expression = 351, - sym_cast_expression = 352, - sym_type_descriptor = 353, - sym_sizeof_expression = 354, - sym_subscript_expression = 355, - sym_call_expression = 356, - sym_argument_list = 357, - sym_field_expression = 358, - sym_compound_literal_expression = 359, - sym_parenthesized_expression = 360, - sym_initializer_list = 361, - sym_initializer_pair = 362, - sym_subscript_designator = 363, - sym_field_designator = 364, - sym_char_literal = 365, - sym_concatenated_string = 366, - sym_string_literal = 367, - sym__empty_declaration = 368, - sym_decltype = 369, - sym_class_specifier = 370, - sym__class_name = 371, - sym_virtual_specifier = 372, - sym_virtual_function_specifier = 373, - sym_explicit_function_specifier = 374, - sym_base_class_clause = 375, - sym__enum_base_clause = 376, - sym_dependent_type = 377, - sym_template_declaration = 378, - sym_template_instantiation = 379, - sym_template_parameter_list = 380, - sym_type_parameter_declaration = 381, - sym_variadic_type_parameter_declaration = 382, - sym_optional_type_parameter_declaration = 383, - sym_template_template_parameter_declaration = 384, - sym_optional_parameter_declaration = 385, - sym_variadic_parameter_declaration = 386, - sym_variadic_declarator = 387, - sym_variadic_reference_declarator = 388, - sym_operator_cast = 389, - sym_field_initializer_list = 390, - sym_field_initializer = 391, - sym_inline_method_definition = 392, - sym__constructor_specifiers = 393, - sym_operator_cast_definition = 394, - sym_operator_cast_declaration = 395, - sym_constructor_or_destructor_definition = 396, - sym_constructor_or_destructor_declaration = 397, - sym_default_method_clause = 398, - sym_delete_method_clause = 399, - sym_friend_declaration = 400, - sym_access_specifier = 401, - sym_reference_declarator = 402, - sym_reference_field_declarator = 403, - sym_abstract_reference_declarator = 404, - sym_structured_binding_declarator = 405, - sym_ref_qualifier = 406, - sym_trailing_return_type = 407, - sym_noexcept = 408, - sym_throw_specifier = 409, - sym_template_type = 410, - sym_template_method = 411, - sym_template_function = 412, - sym_template_argument_list = 413, - sym_namespace_definition = 414, - sym_namespace_definition_name = 415, - sym_using_declaration = 416, - sym_alias_declaration = 417, - sym_static_assert_declaration = 418, - sym_condition_clause = 419, - sym_condition_declaration = 420, - sym_for_range_loop = 421, - sym_co_return_statement = 422, - sym_co_yield_statement = 423, - sym_throw_statement = 424, - sym_try_statement = 425, - sym_catch_clause = 426, - sym_co_await_expression = 427, - sym_new_expression = 428, - sym_new_declarator = 429, - sym_delete_expression = 430, - sym_lambda_expression = 431, - sym_lambda_capture_specifier = 432, - sym_lambda_default_capture = 433, - sym_parameter_pack_expansion = 434, - sym_type_parameter_pack_expansion = 435, - sym_destructor_name = 436, - sym_dependent_identifier = 437, - sym_dependent_field_identifier = 438, - sym_dependent_type_identifier = 439, - sym__scope_resolution = 440, - sym_qualified_field_identifier = 441, - sym_qualified_identifier = 442, - sym_qualified_type_identifier = 443, - sym_qualified_operator_cast_identifier = 444, - sym_operator_name = 445, - sym_user_defined_literal = 446, - sym_alone_macro_call = 447, - sym__call_macro_with_decl_first_arg = 448, - sym_macro_statement = 449, - sym_macro_annotation = 450, - aux_sym_translation_unit_repeat1 = 451, - aux_sym_preproc_params_repeat1 = 452, - aux_sym_preproc_if_in_field_declaration_list_repeat1 = 453, - aux_sym_preproc_argument_list_repeat1 = 454, - aux_sym_declaration_repeat1 = 455, - aux_sym_type_definition_repeat1 = 456, - aux_sym_type_definition_repeat2 = 457, - aux_sym__declaration_specifiers_repeat1 = 458, - aux_sym_attribute_declaration_repeat1 = 459, - aux_sym_attributed_declarator_repeat1 = 460, - aux_sym_pointer_declarator_repeat1 = 461, - aux_sym_function_declarator_repeat1 = 462, - aux_sym_function_declarator_repeat2 = 463, - aux_sym_abstract_function_declarator_repeat1 = 464, - aux_sym_sized_type_specifier_repeat1 = 465, - aux_sym_enumerator_list_repeat1 = 466, - aux_sym_field_declaration_repeat1 = 467, - aux_sym_parameter_list_repeat1 = 468, - aux_sym_case_statement_repeat1 = 469, - aux_sym_argument_list_repeat1 = 470, - aux_sym_initializer_list_repeat1 = 471, - aux_sym_initializer_pair_repeat1 = 472, - aux_sym_concatenated_string_repeat1 = 473, - aux_sym_string_literal_repeat1 = 474, - aux_sym_class_specifier_repeat1 = 475, - aux_sym_base_class_clause_repeat1 = 476, - aux_sym_template_parameter_list_repeat1 = 477, - aux_sym_field_initializer_list_repeat1 = 478, - aux_sym_operator_cast_definition_repeat1 = 479, - aux_sym_structured_binding_declarator_repeat1 = 480, - aux_sym_throw_specifier_repeat1 = 481, - aux_sym_template_argument_list_repeat1 = 482, - aux_sym_try_statement_repeat1 = 483, - aux_sym_lambda_capture_specifier_repeat1 = 484, - aux_sym_alone_macro_call_repeat1 = 485, - alias_sym_field_identifier = 486, - alias_sym_namespace_identifier = 487, - alias_sym_statement_identifier = 488, - alias_sym_type_identifier = 489, + sym_labeled_statement = 331, + sym_expression_statement = 332, + sym_if_statement = 333, + sym_switch_statement = 334, + sym_case_statement = 335, + sym_while_statement = 336, + sym_do_statement = 337, + sym_for_statement = 338, + sym_return_statement = 339, + sym_break_statement = 340, + sym_continue_statement = 341, + sym_goto_statement = 342, + sym__expression = 343, + sym_comma_expression = 344, + sym_conditional_expression = 345, + sym_assignment_expression = 346, + sym_pointer_expression = 347, + sym_unary_expression = 348, + sym_binary_expression = 349, + sym_update_expression = 350, + sym_cast_expression = 351, + sym_type_descriptor = 352, + sym_sizeof_expression = 353, + sym_subscript_expression = 354, + sym_call_expression = 355, + sym_argument_list = 356, + sym_field_expression = 357, + sym_compound_literal_expression = 358, + sym_parenthesized_expression = 359, + sym_initializer_list = 360, + sym_initializer_pair = 361, + sym_subscript_designator = 362, + sym_field_designator = 363, + sym_char_literal = 364, + sym_concatenated_string = 365, + sym_string_literal = 366, + sym__empty_declaration = 367, + sym_decltype = 368, + sym_class_specifier = 369, + sym__class_name = 370, + sym_virtual_specifier = 371, + sym_virtual_function_specifier = 372, + sym_explicit_function_specifier = 373, + sym_base_class_clause = 374, + sym__enum_base_clause = 375, + sym_dependent_type = 376, + sym_template_declaration = 377, + sym_template_instantiation = 378, + sym_template_parameter_list = 379, + sym_type_parameter_declaration = 380, + sym_variadic_type_parameter_declaration = 381, + sym_optional_type_parameter_declaration = 382, + sym_template_template_parameter_declaration = 383, + sym_optional_parameter_declaration = 384, + sym_variadic_parameter_declaration = 385, + sym_variadic_declarator = 386, + sym_variadic_reference_declarator = 387, + sym_operator_cast = 388, + sym_field_initializer_list = 389, + sym_field_initializer = 390, + sym_inline_method_definition = 391, + sym__constructor_specifiers = 392, + sym_operator_cast_definition = 393, + sym_operator_cast_declaration = 394, + sym_constructor_or_destructor_definition = 395, + sym_constructor_or_destructor_declaration = 396, + sym_default_method_clause = 397, + sym_delete_method_clause = 398, + sym_friend_declaration = 399, + sym_access_specifier = 400, + sym_reference_declarator = 401, + sym_reference_field_declarator = 402, + sym_abstract_reference_declarator = 403, + sym_structured_binding_declarator = 404, + sym_ref_qualifier = 405, + sym_trailing_return_type = 406, + sym_noexcept = 407, + sym_throw_specifier = 408, + sym_template_type = 409, + sym_template_method = 410, + sym_template_function = 411, + sym_template_argument_list = 412, + sym_namespace_definition = 413, + sym_namespace_definition_name = 414, + sym_using_declaration = 415, + sym_alias_declaration = 416, + sym_static_assert_declaration = 417, + sym_condition_clause = 418, + sym_condition_declaration = 419, + sym_for_range_loop = 420, + sym_co_return_statement = 421, + sym_co_yield_statement = 422, + sym_throw_statement = 423, + sym_try_statement = 424, + sym_catch_clause = 425, + sym_co_await_expression = 426, + sym_new_expression = 427, + sym_new_declarator = 428, + sym_delete_expression = 429, + sym_lambda_expression = 430, + sym_lambda_capture_specifier = 431, + sym_lambda_default_capture = 432, + sym_parameter_pack_expansion = 433, + sym_type_parameter_pack_expansion = 434, + sym_destructor_name = 435, + sym_dependent_identifier = 436, + sym_dependent_field_identifier = 437, + sym_dependent_type_identifier = 438, + sym__scope_resolution = 439, + sym_qualified_field_identifier = 440, + sym_qualified_identifier = 441, + sym_qualified_type_identifier = 442, + sym_qualified_operator_cast_identifier = 443, + sym_operator_name = 444, + sym_user_defined_literal = 445, + sym_alone_macro_call = 446, + sym__call_macro_with_decl_first_arg = 447, + sym_macro_statement = 448, + sym_macro_annotation = 449, + aux_sym_translation_unit_repeat1 = 450, + aux_sym_preproc_params_repeat1 = 451, + aux_sym_preproc_if_in_field_declaration_list_repeat1 = 452, + aux_sym_preproc_argument_list_repeat1 = 453, + aux_sym_declaration_repeat1 = 454, + aux_sym_type_definition_repeat1 = 455, + aux_sym_type_definition_repeat2 = 456, + aux_sym__declaration_specifiers_repeat1 = 457, + aux_sym_attribute_declaration_repeat1 = 458, + aux_sym_attributed_declarator_repeat1 = 459, + aux_sym_pointer_declarator_repeat1 = 460, + aux_sym_function_declarator_repeat1 = 461, + aux_sym_function_declarator_repeat2 = 462, + aux_sym_abstract_function_declarator_repeat1 = 463, + aux_sym_sized_type_specifier_repeat1 = 464, + aux_sym_enumerator_list_repeat1 = 465, + aux_sym_field_declaration_repeat1 = 466, + aux_sym_parameter_list_repeat1 = 467, + aux_sym_case_statement_repeat1 = 468, + aux_sym_argument_list_repeat1 = 469, + aux_sym_initializer_list_repeat1 = 470, + aux_sym_initializer_pair_repeat1 = 471, + aux_sym_concatenated_string_repeat1 = 472, + aux_sym_string_literal_repeat1 = 473, + aux_sym_class_specifier_repeat1 = 474, + aux_sym_base_class_clause_repeat1 = 475, + aux_sym_template_parameter_list_repeat1 = 476, + aux_sym_field_initializer_list_repeat1 = 477, + aux_sym_operator_cast_definition_repeat1 = 478, + aux_sym_structured_binding_declarator_repeat1 = 479, + aux_sym_throw_specifier_repeat1 = 480, + aux_sym_template_argument_list_repeat1 = 481, + aux_sym_try_statement_repeat1 = 482, + aux_sym_lambda_capture_specifier_repeat1 = 483, + aux_sym_alone_macro_call_repeat1 = 484, + alias_sym_field_identifier = 485, + alias_sym_namespace_identifier = 486, + alias_sym_statement_identifier = 487, + alias_sym_type_identifier = 488, }; static const char * const ts_symbol_names[] = { @@ -848,7 +847,6 @@ static const char * const ts_symbol_names[] = { [sym_parameter_list] = "parameter_list", [sym_parameter_declaration] = "parameter_declaration", [sym_attributed_statement] = "attributed_statement", - [sym_attributed_non_case_statement] = "attributed_statement", [sym_labeled_statement] = "labeled_statement", [sym_expression_statement] = "expression_statement", [sym_if_statement] = "if_statement", @@ -1341,7 +1339,6 @@ static const TSSymbol ts_symbol_map[] = { [sym_parameter_list] = sym_parameter_list, [sym_parameter_declaration] = sym_parameter_declaration, [sym_attributed_statement] = sym_attributed_statement, - [sym_attributed_non_case_statement] = sym_attributed_statement, [sym_labeled_statement] = sym_labeled_statement, [sym_expression_statement] = sym_expression_statement, [sym_if_statement] = sym_if_statement, @@ -2832,10 +2829,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_attributed_non_case_statement] = { - .visible = true, - .named = true, - }, [sym_labeled_statement] = { .visible = true, .named = true, @@ -3678,22 +3671,24 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [134] = {.index = 238, .length = 3}, [135] = {.index = 241, .length = 1}, [136] = {.index = 242, .length = 2}, - [137] = {.index = 244, .length = 3}, - [138] = {.index = 247, .length = 6}, - [139] = {.index = 253, .length = 4}, - [140] = {.index = 257, .length = 1}, - [141] = {.index = 258, .length = 1}, - [142] = {.index = 259, .length = 2}, - [143] = {.index = 261, .length = 2}, - [144] = {.index = 263, .length = 2}, - [145] = {.index = 265, .length = 7}, - [146] = {.index = 272, .length = 4}, - [147] = {.index = 276, .length = 2}, - [148] = {.index = 278, .length = 3}, - [149] = {.index = 281, .length = 4}, - [150] = {.index = 285, .length = 2}, - [151] = {.index = 287, .length = 2}, - [152] = {.index = 289, .length = 3}, + [137] = {.index = 244, .length = 2}, + [138] = {.index = 246, .length = 3}, + [139] = {.index = 249, .length = 6}, + [140] = {.index = 255, .length = 4}, + [141] = {.index = 259, .length = 2}, + [142] = {.index = 261, .length = 2}, + [143] = {.index = 263, .length = 3}, + [144] = {.index = 266, .length = 3}, + [145] = {.index = 269, .length = 2}, + [146] = {.index = 271, .length = 2}, + [147] = {.index = 273, .length = 7}, + [148] = {.index = 280, .length = 4}, + [149] = {.index = 284, .length = 3}, + [150] = {.index = 287, .length = 4}, + [151] = {.index = 291, .length = 4}, + [152] = {.index = 295, .length = 3}, + [153] = {.index = 298, .length = 3}, + [154] = {.index = 301, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -4061,40 +4056,50 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_condition, 2}, {field_consequence, 3}, [241] = - {field_initializer, 2}, + {field_body, 5}, [242] = + {field_body, 5}, + {field_initializer, 2}, + [244] = {field_default_type, 3}, {field_name, 1}, - [244] = + [246] = {field_declarator, 1}, {field_default_value, 3}, {field_type, 0, .inherited = true}, - [247] = + [249] = {field_arguments, 1}, {field_arguments, 2}, {field_arguments, 3}, {field_arguments, 4}, {field_arguments, 5}, {field_function, 0}, - [253] = + [255] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_default_value, 3}, {field_type, 0, .inherited = true}, - [257] = + [259] = + {field_body, 6}, {field_update, 4}, - [258] = + [261] = + {field_body, 6}, {field_condition, 3}, - [259] = + [263] = + {field_body, 6}, {field_initializer, 2}, {field_update, 4}, - [261] = + [266] = + {field_body, 6}, {field_condition, 3}, {field_initializer, 2}, - [263] = + [269] = + {field_body, 6}, + {field_initializer, 2}, + [271] = {field_condition, 2}, {field_message, 4}, - [265] = + [273] = {field_arguments, 1}, {field_arguments, 2}, {field_arguments, 3}, @@ -4102,30 +4107,35 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_arguments, 5}, {field_arguments, 6}, {field_function, 0}, - [272] = + [280] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_default_value, 4}, {field_type, 0, .inherited = true}, - [276] = + [284] = + {field_body, 7}, {field_condition, 3}, {field_update, 5}, - [278] = + [287] = + {field_body, 7}, {field_condition, 3}, {field_initializer, 2}, {field_update, 5}, - [281] = + [291] = {field_body, 7}, {field_declarator, 3}, {field_right, 5}, {field_type, 2, .inherited = true}, - [285] = + [295] = + {field_body, 7}, {field_initializer, 2}, {field_update, 5}, - [287] = + [298] = + {field_body, 7}, {field_condition, 4}, {field_initializer, 2}, - [289] = + [301] = + {field_body, 8}, {field_condition, 4}, {field_initializer, 2}, {field_update, 6}, @@ -4181,7 +4191,7 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [117] = { [1] = alias_sym_type_identifier, }, - [136] = { + [137] = { [1] = alias_sym_type_identifier, }, }; @@ -4288,17 +4298,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(6) END_STATE(); case 8: - if (lookahead == '\n') SKIP(125) + if (lookahead == '\n') SKIP(124) END_STATE(); case 9: - if (lookahead == '\n') SKIP(125) + if (lookahead == '\n') SKIP(124) if (lookahead == '\r') SKIP(8) END_STATE(); case 10: - if (lookahead == '\n') SKIP(124) + if (lookahead == '\n') SKIP(125) END_STATE(); case 11: - if (lookahead == '\n') SKIP(124) + if (lookahead == '\n') SKIP(125) if (lookahead == '\r') SKIP(10) END_STATE(); case 12: @@ -4330,24 +4340,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(18) END_STATE(); case 20: - if (lookahead == '\n') SKIP(113) + if (lookahead == '\n') SKIP(102) END_STATE(); case 21: - if (lookahead == '\n') SKIP(113) + if (lookahead == '\n') SKIP(102) if (lookahead == '\r') SKIP(20) END_STATE(); case 22: - if (lookahead == '\n') SKIP(102) + if (lookahead == '\n') SKIP(103) END_STATE(); case 23: - if (lookahead == '\n') SKIP(102) + if (lookahead == '\n') SKIP(103) if (lookahead == '\r') SKIP(22) END_STATE(); case 24: - if (lookahead == '\n') SKIP(103) + if (lookahead == '\n') SKIP(113) END_STATE(); case 25: - if (lookahead == '\n') SKIP(103) + if (lookahead == '\n') SKIP(113) if (lookahead == '\r') SKIP(24) END_STATE(); case 26: @@ -4442,20 +4452,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(50) END_STATE(); case 52: - if (lookahead == '\n') SKIP(114) + if (lookahead == '\n') SKIP(54) END_STATE(); case 53: - if (lookahead == '\n') SKIP(114) + if (lookahead == '\n') SKIP(54) if (lookahead == '\r') SKIP(52) END_STATE(); case 54: - if (lookahead == '\n') SKIP(56) - END_STATE(); - case 55: - if (lookahead == '\n') SKIP(56) - if (lookahead == '\r') SKIP(54) - END_STATE(); - case 56: if (lookahead == '\n') ADVANCE(208); if (lookahead == '!') ADVANCE(165); if (lookahead == '%') ADVANCE(283); @@ -4468,25 +4471,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(302); if (lookahead == '=') ADVANCE(166); if (lookahead == '>') ADVANCE(296); - if (lookahead == '\\') SKIP(55) + if (lookahead == '\\') SKIP(53) if (lookahead == '^') ADVANCE(289); if (lookahead == '|') ADVANCE(288); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') SKIP(56) + lookahead == ' ') SKIP(54) + END_STATE(); + case 55: + if (lookahead == '\n') SKIP(114) + END_STATE(); + case 56: + if (lookahead == '\n') SKIP(114) + if (lookahead == '\r') SKIP(55) END_STATE(); case 57: - if (lookahead == '\n') SKIP(152) + if (lookahead == '\n') SKIP(153) END_STATE(); case 58: - if (lookahead == '\n') SKIP(152) + if (lookahead == '\n') SKIP(153) if (lookahead == '\r') SKIP(57) END_STATE(); case 59: - if (lookahead == '\n') SKIP(153) + if (lookahead == '\n') SKIP(152) END_STATE(); case 60: - if (lookahead == '\n') SKIP(153) + if (lookahead == '\n') SKIP(152) if (lookahead == '\r') SKIP(59) END_STATE(); case 61: @@ -4497,6 +4507,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(61) END_STATE(); case 63: + if (lookahead == '\n') SKIP(145) + if (lookahead == '"') ADVANCE(381); + if (lookahead == '/') ADVANCE(382); + if (lookahead == '\\') ADVANCE(64); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(385); + if (lookahead != 0) ADVANCE(386); + END_STATE(); + case 64: + if (lookahead == '\n') ADVANCE(388); + if (lookahead == '\r') ADVANCE(387); + if (lookahead == 'U') ADVANCE(197); + if (lookahead == 'u') ADVANCE(193); + if (lookahead == 'x') ADVANCE(191); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (lookahead != 0) ADVANCE(387); + END_STATE(); + case 65: if (lookahead == '\n') ADVANCE(209); if (lookahead == '(') ADVANCE(211); if (lookahead == '/') ADVANCE(253); @@ -4506,7 +4535,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(250); if (lookahead != 0) ADVANCE(254); END_STATE(); - case 64: + case 66: if (lookahead == '\n') ADVANCE(209); if (lookahead == '/') ADVANCE(253); if (lookahead == '\\') ADVANCE(251); @@ -4515,25 +4544,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(250); if (lookahead != 0) ADVANCE(254); END_STATE(); - case 65: - if (lookahead == '\n') SKIP(145) - if (lookahead == '"') ADVANCE(381); - if (lookahead == '/') ADVANCE(382); - if (lookahead == '\\') ADVANCE(66); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(385); - if (lookahead != 0) ADVANCE(386); - END_STATE(); - case 66: - if (lookahead == '\n') ADVANCE(388); - if (lookahead == '\r') ADVANCE(387); - if (lookahead == 'U') ADVANCE(197); - if (lookahead == 'u') ADVANCE(193); - if (lookahead == 'x') ADVANCE(191); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(390); - if (lookahead != 0) ADVANCE(387); - END_STATE(); case 67: if (lookahead == '\n') SKIP(163) if (lookahead == '/') ADVANCE(375); @@ -4580,17 +4590,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(76) END_STATE(); case 78: - if (lookahead == '\n') SKIP(129) + if (lookahead == '\n') SKIP(116) END_STATE(); case 79: - if (lookahead == '\n') SKIP(129) + if (lookahead == '\n') SKIP(116) if (lookahead == '\r') SKIP(78) END_STATE(); case 80: - if (lookahead == '\n') SKIP(116) + if (lookahead == '\n') SKIP(129) END_STATE(); case 81: - if (lookahead == '\n') SKIP(116) + if (lookahead == '\n') SKIP(129) if (lookahead == '\r') SKIP(80) END_STATE(); case 82: @@ -4700,7 +4710,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'V') ADVANCE(814); if (lookahead == 'W') ADVANCE(687); if (lookahead == '[') ADVANCE(313); - if (lookahead == '\\') SKIP(23) + if (lookahead == '\\') SKIP(21) if (lookahead == ']') ADVANCE(317); if (lookahead == '^') ADVANCE(290); if (lookahead == 'b') ADVANCE(952); @@ -4762,7 +4772,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'V') ADVANCE(814); if (lookahead == 'W') ADVANCE(687); if (lookahead == '[') ADVANCE(313); - if (lookahead == '\\') SKIP(25) + if (lookahead == '\\') SKIP(23) if (lookahead == '^') ADVANCE(290); if (lookahead == 'b') ADVANCE(952); if (lookahead == 'c') ADVANCE(929); @@ -5309,7 +5319,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'V') ADVANCE(814); if (lookahead == 'W') ADVANCE(687); if (lookahead == '[') ADVANCE(313); - if (lookahead == '\\') SKIP(21) + if (lookahead == '\\') SKIP(25) if (lookahead == ']') ADVANCE(317); if (lookahead == 'b') ADVANCE(952); if (lookahead == 'c') ADVANCE(929); @@ -5337,11 +5347,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 114: if (lookahead == '!') ADVANCE(261); + if (lookahead == '&') ADVANCE(292); if (lookahead == '\'') ADVANCE(372); if (lookahead == '(') ADVANCE(260); if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); if (lookahead == '+') ADVANCE(278); - if (lookahead == ',') ADVANCE(213); if (lookahead == '-') ADVANCE(272); if (lookahead == '.') ADVANCE(185); if (lookahead == '/') ADVANCE(155); @@ -5349,11 +5360,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ':') ADVANCE(334); if (lookahead == ';') ADVANCE(307); if (lookahead == '=') ADVANCE(318); - if (lookahead == '>') ADVANCE(979); if (lookahead == 'L') ADVANCE(640); if (lookahead == 'U') ADVANCE(641); - if (lookahead == '[') ADVANCE(315); - if (lookahead == '\\') SKIP(53) + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(56) if (lookahead == 'u') ADVANCE(642); if (lookahead == '{') ADVANCE(311); if (lookahead == '~') ADVANCE(263); @@ -5388,7 +5398,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(984); if (lookahead == 'U') ADVANCE(985); if (lookahead == '[') ADVANCE(313); - if (lookahead == '\\') SKIP(81) + if (lookahead == '\\') SKIP(79) if (lookahead == ']') ADVANCE(317); if (lookahead == '^') ADVANCE(290); if (lookahead == 'u') ADVANCE(986); @@ -5424,7 +5434,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(630); if (lookahead == 'U') ADVANCE(634); if (lookahead == '[') ADVANCE(313); - if (lookahead == '\\') SKIP(81) + if (lookahead == '\\') SKIP(79) if (lookahead == ']') ADVANCE(317); if (lookahead == '^') ADVANCE(290); if (lookahead == 'u') ADVANCE(637); @@ -5679,15 +5689,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '(') ADVANCE(260); if (lookahead == ')') ADVANCE(214); if (lookahead == '*') ADVANCE(279); - if (lookahead == '+') ADVANCE(273); + if (lookahead == '+') ADVANCE(274); if (lookahead == ',') ADVANCE(213); - if (lookahead == '-') ADVANCE(264); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); if (lookahead == '/') ADVANCE(281); if (lookahead == ':') ADVANCE(164); if (lookahead == ';') ADVANCE(307); if (lookahead == '<') ADVANCE(302); if (lookahead == '=') ADVANCE(166); if (lookahead == '>') ADVANCE(296); + if (lookahead == '?') ADVANCE(336); if (lookahead == 'A') ADVANCE(827); if (lookahead == 'B') ADVANCE(807); if (lookahead == 'C') ADVANCE(684); @@ -5704,7 +5716,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'V') ADVANCE(814); if (lookahead == 'W') ADVANCE(687); if (lookahead == '[') ADVANCE(314); - if (lookahead == '\\') SKIP(11) + if (lookahead == '\\') SKIP(9) if (lookahead == '^') ADVANCE(289); if (lookahead == 'b') ADVANCE(952); if (lookahead == 'c') ADVANCE(929); @@ -5736,17 +5748,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '(') ADVANCE(260); if (lookahead == ')') ADVANCE(214); if (lookahead == '*') ADVANCE(279); - if (lookahead == '+') ADVANCE(274); + if (lookahead == '+') ADVANCE(273); if (lookahead == ',') ADVANCE(213); - if (lookahead == '-') ADVANCE(271); - if (lookahead == '.') ADVANCE(349); + if (lookahead == '-') ADVANCE(264); if (lookahead == '/') ADVANCE(281); if (lookahead == ':') ADVANCE(164); if (lookahead == ';') ADVANCE(307); if (lookahead == '<') ADVANCE(302); if (lookahead == '=') ADVANCE(166); if (lookahead == '>') ADVANCE(296); - if (lookahead == '?') ADVANCE(336); if (lookahead == 'A') ADVANCE(827); if (lookahead == 'B') ADVANCE(807); if (lookahead == 'C') ADVANCE(684); @@ -5763,7 +5773,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'V') ADVANCE(814); if (lookahead == 'W') ADVANCE(687); if (lookahead == '[') ADVANCE(314); - if (lookahead == '\\') SKIP(9) + if (lookahead == '\\') SKIP(11) if (lookahead == '^') ADVANCE(289); if (lookahead == 'b') ADVANCE(952); if (lookahead == 'c') ADVANCE(929); @@ -5777,7 +5787,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'v') ADVANCE(950); if (lookahead == 'w') ADVANCE(916); if (lookahead == '|') ADVANCE(288); - if (lookahead == '}') ADVANCE(312); if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || @@ -5929,7 +5938,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(297); if (lookahead == '?') ADVANCE(336); if (lookahead == '[') ADVANCE(313); - if (lookahead == '\\') SKIP(79) + if (lookahead == '\\') SKIP(81) if (lookahead == ']') ADVANCE(317); if (lookahead == '^') ADVANCE(290); if (lookahead == '{') ADVANCE(311); @@ -6479,12 +6488,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 144: if (lookahead == '"') ADVANCE(381); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == ',') ADVANCE(213); if (lookahead == '/') ADVANCE(155); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); if (lookahead == '<') ADVANCE(168); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); if (lookahead == 'L') ADVANCE(630); if (lookahead == 'U') ADVANCE(634); + if (lookahead == '[') ADVANCE(315); if (lookahead == '\\') SKIP(62) if (lookahead == 'u') ADVANCE(637); + if (lookahead == '{') ADVANCE(311); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -6496,7 +6514,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 145: if (lookahead == '"') ADVANCE(381); if (lookahead == '/') ADVANCE(155); - if (lookahead == '\\') ADVANCE(66); + if (lookahead == '\\') ADVANCE(64); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -6691,6 +6709,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ':') ADVANCE(334); if (lookahead == ';') ADVANCE(307); if (lookahead == '=') ADVANCE(318); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(60) + if (lookahead == '{') ADVANCE(311); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(152) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); + END_STATE(); + case 153: + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '/') ADVANCE(155); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '=') ADVANCE(318); if (lookahead == 'A') ADVANCE(827); if (lookahead == 'B') ADVANCE(807); if (lookahead == 'C') ADVANCE(684); @@ -6720,30 +6756,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'v') ADVANCE(950); if (lookahead == 'w') ADVANCE(916); if (lookahead == '{') ADVANCE(311); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(152) - if (('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); - END_STATE(); - case 153: - if (lookahead == '&') ADVANCE(292); - if (lookahead == '(') ADVANCE(260); - if (lookahead == '*') ADVANCE(279); - if (lookahead == '/') ADVANCE(155); - if (lookahead == ':') ADVANCE(334); - if (lookahead == ';') ADVANCE(307); - if (lookahead == '=') ADVANCE(318); - if (lookahead == '[') ADVANCE(313); - if (lookahead == '\\') SKIP(60) - if (lookahead == '{') ADVANCE(311); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(153) - if (('A' <= lookahead && lookahead <= 'Z') || + if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); @@ -6787,7 +6804,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 163: if (lookahead == '/') ADVANCE(155); - if (lookahead == '\\') ADVANCE(66); + if (lookahead == '\\') ADVANCE(64); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -8269,7 +8286,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 376: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\\') ADVANCE(66); + if (lookahead == '\\') ADVANCE(64); END_STATE(); case 377: ACCEPT_TOKEN(anon_sym_L_DQUOTE); @@ -8335,7 +8352,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 388: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(66); + if (lookahead == '\\') ADVANCE(64); END_STATE(); case 389: ACCEPT_TOKEN(sym_escape_sequence); @@ -19404,7 +19421,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [26] = {.lex_state = 108, .external_lex_state = 1}, [27] = {.lex_state = 108, .external_lex_state = 1}, [28] = {.lex_state = 108, .external_lex_state = 1}, - [29] = {.lex_state = 110, .external_lex_state = 1}, + [29] = {.lex_state = 205, .external_lex_state = 1}, [30] = {.lex_state = 205, .external_lex_state = 1}, [31] = {.lex_state = 205, .external_lex_state = 1}, [32] = {.lex_state = 205, .external_lex_state = 1}, @@ -19419,14 +19436,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [41] = {.lex_state = 205, .external_lex_state = 1}, [42] = {.lex_state = 205, .external_lex_state = 1}, [43] = {.lex_state = 205, .external_lex_state = 1}, - [44] = {.lex_state = 205, .external_lex_state = 1}, + [44] = {.lex_state = 110, .external_lex_state = 1}, [45] = {.lex_state = 205, .external_lex_state = 1}, [46] = {.lex_state = 205, .external_lex_state = 1}, - [47] = {.lex_state = 205, .external_lex_state = 1}, + [47] = {.lex_state = 110, .external_lex_state = 1}, [48] = {.lex_state = 205, .external_lex_state = 1}, [49] = {.lex_state = 205, .external_lex_state = 1}, [50] = {.lex_state = 205, .external_lex_state = 1}, - [51] = {.lex_state = 110, .external_lex_state = 1}, + [51] = {.lex_state = 205, .external_lex_state = 1}, [52] = {.lex_state = 205, .external_lex_state = 1}, [53] = {.lex_state = 205, .external_lex_state = 1}, [54] = {.lex_state = 205, .external_lex_state = 1}, @@ -19434,32 +19451,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [56] = {.lex_state = 205, .external_lex_state = 1}, [57] = {.lex_state = 205, .external_lex_state = 1}, [58] = {.lex_state = 205, .external_lex_state = 1}, - [59] = {.lex_state = 205, .external_lex_state = 1}, + [59] = {.lex_state = 110, .external_lex_state = 1}, [60] = {.lex_state = 205, .external_lex_state = 1}, [61] = {.lex_state = 205, .external_lex_state = 1}, [62] = {.lex_state = 205, .external_lex_state = 1}, [63] = {.lex_state = 205, .external_lex_state = 1}, [64] = {.lex_state = 205, .external_lex_state = 1}, [65] = {.lex_state = 205, .external_lex_state = 1}, - [66] = {.lex_state = 110, .external_lex_state = 1}, + [66] = {.lex_state = 205, .external_lex_state = 1}, [67] = {.lex_state = 108, .external_lex_state = 1}, [68] = {.lex_state = 108, .external_lex_state = 1}, [69] = {.lex_state = 108, .external_lex_state = 1}, [70] = {.lex_state = 108, .external_lex_state = 1}, [71] = {.lex_state = 108, .external_lex_state = 1}, [72] = {.lex_state = 205, .external_lex_state = 1}, - [73] = {.lex_state = 205, .external_lex_state = 1}, - [74] = {.lex_state = 110, .external_lex_state = 1}, - [75] = {.lex_state = 110, .external_lex_state = 1}, + [73] = {.lex_state = 110, .external_lex_state = 1}, + [74] = {.lex_state = 205, .external_lex_state = 1}, + [75] = {.lex_state = 205, .external_lex_state = 1}, [76] = {.lex_state = 205, .external_lex_state = 1}, - [77] = {.lex_state = 205, .external_lex_state = 1}, - [78] = {.lex_state = 110, .external_lex_state = 1}, + [77] = {.lex_state = 110, .external_lex_state = 1}, + [78] = {.lex_state = 205, .external_lex_state = 1}, [79] = {.lex_state = 205, .external_lex_state = 1}, - [80] = {.lex_state = 205, .external_lex_state = 1}, - [81] = {.lex_state = 205, .external_lex_state = 1}, - [82] = {.lex_state = 110, .external_lex_state = 1}, - [83] = {.lex_state = 205, .external_lex_state = 1}, - [84] = {.lex_state = 110, .external_lex_state = 1}, + [80] = {.lex_state = 110, .external_lex_state = 1}, + [81] = {.lex_state = 110, .external_lex_state = 1}, + [82] = {.lex_state = 205, .external_lex_state = 1}, + [83] = {.lex_state = 110, .external_lex_state = 1}, + [84] = {.lex_state = 205, .external_lex_state = 1}, [85] = {.lex_state = 205, .external_lex_state = 1}, [86] = {.lex_state = 205, .external_lex_state = 1}, [87] = {.lex_state = 109, .external_lex_state = 1}, @@ -19479,15 +19496,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [101] = {.lex_state = 109, .external_lex_state = 1}, [102] = {.lex_state = 108, .external_lex_state = 1}, [103] = {.lex_state = 108, .external_lex_state = 1}, - [104] = {.lex_state = 108, .external_lex_state = 1}, - [105] = {.lex_state = 108, .external_lex_state = 1}, + [104] = {.lex_state = 205, .external_lex_state = 1}, + [105] = {.lex_state = 205, .external_lex_state = 1}, [106] = {.lex_state = 205, .external_lex_state = 1}, [107] = {.lex_state = 108, .external_lex_state = 1}, - [108] = {.lex_state = 110, .external_lex_state = 1}, + [108] = {.lex_state = 108, .external_lex_state = 1}, [109] = {.lex_state = 110, .external_lex_state = 1}, [110] = {.lex_state = 205, .external_lex_state = 1}, - [111] = {.lex_state = 205, .external_lex_state = 1}, - [112] = {.lex_state = 205, .external_lex_state = 1}, + [111] = {.lex_state = 110, .external_lex_state = 1}, + [112] = {.lex_state = 108, .external_lex_state = 1}, [113] = {.lex_state = 108, .external_lex_state = 1}, [114] = {.lex_state = 108, .external_lex_state = 1}, [115] = {.lex_state = 108, .external_lex_state = 1}, @@ -19566,11 +19583,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [188] = {.lex_state = 108, .external_lex_state = 1}, [189] = {.lex_state = 108, .external_lex_state = 1}, [190] = {.lex_state = 108, .external_lex_state = 1}, - [191] = {.lex_state = 205, .external_lex_state = 1}, + [191] = {.lex_state = 108, .external_lex_state = 1}, [192] = {.lex_state = 108, .external_lex_state = 1}, [193] = {.lex_state = 205, .external_lex_state = 1}, - [194] = {.lex_state = 205, .external_lex_state = 1}, - [195] = {.lex_state = 205, .external_lex_state = 1}, + [194] = {.lex_state = 108, .external_lex_state = 1}, + [195] = {.lex_state = 108, .external_lex_state = 1}, [196] = {.lex_state = 108, .external_lex_state = 1}, [197] = {.lex_state = 108, .external_lex_state = 1}, [198] = {.lex_state = 108, .external_lex_state = 1}, @@ -19578,7 +19595,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [200] = {.lex_state = 108, .external_lex_state = 1}, [201] = {.lex_state = 108, .external_lex_state = 1}, [202] = {.lex_state = 108, .external_lex_state = 1}, - [203] = {.lex_state = 108, .external_lex_state = 1}, + [203] = {.lex_state = 205, .external_lex_state = 1}, [204] = {.lex_state = 108, .external_lex_state = 1}, [205] = {.lex_state = 108, .external_lex_state = 1}, [206] = {.lex_state = 108, .external_lex_state = 1}, @@ -19589,35 +19606,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [211] = {.lex_state = 108, .external_lex_state = 1}, [212] = {.lex_state = 108, .external_lex_state = 1}, [213] = {.lex_state = 108, .external_lex_state = 1}, - [214] = {.lex_state = 108, .external_lex_state = 1}, + [214] = {.lex_state = 205, .external_lex_state = 1}, [215] = {.lex_state = 108, .external_lex_state = 1}, [216] = {.lex_state = 108, .external_lex_state = 1}, - [217] = {.lex_state = 108, .external_lex_state = 1}, + [217] = {.lex_state = 205, .external_lex_state = 1}, [218] = {.lex_state = 108, .external_lex_state = 1}, - [219] = {.lex_state = 108, .external_lex_state = 1}, - [220] = {.lex_state = 108, .external_lex_state = 1}, + [219] = {.lex_state = 110, .external_lex_state = 1}, + [220] = {.lex_state = 110, .external_lex_state = 1}, [221] = {.lex_state = 108, .external_lex_state = 1}, [222] = {.lex_state = 108, .external_lex_state = 1}, - [223] = {.lex_state = 110, .external_lex_state = 1}, - [224] = {.lex_state = 108, .external_lex_state = 1}, + [223] = {.lex_state = 108, .external_lex_state = 1}, + [224] = {.lex_state = 205, .external_lex_state = 1}, [225] = {.lex_state = 108, .external_lex_state = 1}, - [226] = {.lex_state = 108, .external_lex_state = 1}, - [227] = {.lex_state = 108, .external_lex_state = 1}, + [226] = {.lex_state = 205, .external_lex_state = 1}, + [227] = {.lex_state = 110, .external_lex_state = 1}, [228] = {.lex_state = 108, .external_lex_state = 1}, - [229] = {.lex_state = 205, .external_lex_state = 1}, + [229] = {.lex_state = 108, .external_lex_state = 1}, [230] = {.lex_state = 108, .external_lex_state = 1}, [231] = {.lex_state = 108, .external_lex_state = 1}, [232] = {.lex_state = 108, .external_lex_state = 1}, [233] = {.lex_state = 108, .external_lex_state = 1}, - [234] = {.lex_state = 110, .external_lex_state = 1}, + [234] = {.lex_state = 108, .external_lex_state = 1}, [235] = {.lex_state = 108, .external_lex_state = 1}, [236] = {.lex_state = 108, .external_lex_state = 1}, - [237] = {.lex_state = 205, .external_lex_state = 1}, + [237] = {.lex_state = 108, .external_lex_state = 1}, [238] = {.lex_state = 108, .external_lex_state = 1}, [239] = {.lex_state = 108, .external_lex_state = 1}, [240] = {.lex_state = 108, .external_lex_state = 1}, [241] = {.lex_state = 108, .external_lex_state = 1}, - [242] = {.lex_state = 110, .external_lex_state = 1}, + [242] = {.lex_state = 108, .external_lex_state = 1}, [243] = {.lex_state = 108, .external_lex_state = 1}, [244] = {.lex_state = 108, .external_lex_state = 1}, [245] = {.lex_state = 108, .external_lex_state = 1}, @@ -19628,245 +19645,245 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [250] = {.lex_state = 108, .external_lex_state = 1}, [251] = {.lex_state = 108, .external_lex_state = 1}, [252] = {.lex_state = 108, .external_lex_state = 1}, - [253] = {.lex_state = 205, .external_lex_state = 1}, - [254] = {.lex_state = 110, .external_lex_state = 1}, - [255] = {.lex_state = 110, .external_lex_state = 1}, - [256] = {.lex_state = 110, .external_lex_state = 1}, - [257] = {.lex_state = 110, .external_lex_state = 1}, - [258] = {.lex_state = 110, .external_lex_state = 1}, - [259] = {.lex_state = 110, .external_lex_state = 1}, - [260] = {.lex_state = 110, .external_lex_state = 1}, + [253] = {.lex_state = 108, .external_lex_state = 1}, + [254] = {.lex_state = 205, .external_lex_state = 1}, + [255] = {.lex_state = 205, .external_lex_state = 1}, + [256] = {.lex_state = 205, .external_lex_state = 1}, + [257] = {.lex_state = 205, .external_lex_state = 1}, + [258] = {.lex_state = 205, .external_lex_state = 1}, + [259] = {.lex_state = 205, .external_lex_state = 1}, + [260] = {.lex_state = 205, .external_lex_state = 1}, [261] = {.lex_state = 205, .external_lex_state = 1}, [262] = {.lex_state = 205, .external_lex_state = 1}, - [263] = {.lex_state = 110, .external_lex_state = 1}, - [264] = {.lex_state = 147}, - [265] = {.lex_state = 110, .external_lex_state = 1}, - [266] = {.lex_state = 110, .external_lex_state = 1}, - [267] = {.lex_state = 147}, - [268] = {.lex_state = 110, .external_lex_state = 1}, + [263] = {.lex_state = 205, .external_lex_state = 1}, + [264] = {.lex_state = 205, .external_lex_state = 1}, + [265] = {.lex_state = 205, .external_lex_state = 1}, + [266] = {.lex_state = 205, .external_lex_state = 1}, + [267] = {.lex_state = 205, .external_lex_state = 1}, + [268] = {.lex_state = 205, .external_lex_state = 1}, [269] = {.lex_state = 205, .external_lex_state = 1}, - [270] = {.lex_state = 110, .external_lex_state = 1}, - [271] = {.lex_state = 110, .external_lex_state = 1}, + [270] = {.lex_state = 205, .external_lex_state = 1}, + [271] = {.lex_state = 205, .external_lex_state = 1}, [272] = {.lex_state = 205, .external_lex_state = 1}, [273] = {.lex_state = 205, .external_lex_state = 1}, [274] = {.lex_state = 205, .external_lex_state = 1}, [275] = {.lex_state = 205, .external_lex_state = 1}, - [276] = {.lex_state = 110, .external_lex_state = 1}, - [277] = {.lex_state = 110, .external_lex_state = 1}, + [276] = {.lex_state = 147}, + [277] = {.lex_state = 205, .external_lex_state = 1}, [278] = {.lex_state = 205, .external_lex_state = 1}, - [279] = {.lex_state = 110, .external_lex_state = 1}, + [279] = {.lex_state = 205, .external_lex_state = 1}, [280] = {.lex_state = 205, .external_lex_state = 1}, [281] = {.lex_state = 205, .external_lex_state = 1}, - [282] = {.lex_state = 110, .external_lex_state = 1}, - [283] = {.lex_state = 110, .external_lex_state = 1}, + [282] = {.lex_state = 205, .external_lex_state = 1}, + [283] = {.lex_state = 205, .external_lex_state = 1}, [284] = {.lex_state = 205, .external_lex_state = 1}, - [285] = {.lex_state = 110, .external_lex_state = 1}, + [285] = {.lex_state = 205, .external_lex_state = 1}, [286] = {.lex_state = 205, .external_lex_state = 1}, - [287] = {.lex_state = 110, .external_lex_state = 1}, - [288] = {.lex_state = 110, .external_lex_state = 1}, - [289] = {.lex_state = 110, .external_lex_state = 1}, - [290] = {.lex_state = 110, .external_lex_state = 1}, - [291] = {.lex_state = 110, .external_lex_state = 1}, - [292] = {.lex_state = 110, .external_lex_state = 1}, - [293] = {.lex_state = 110, .external_lex_state = 1}, + [287] = {.lex_state = 205, .external_lex_state = 1}, + [288] = {.lex_state = 205, .external_lex_state = 1}, + [289] = {.lex_state = 147}, + [290] = {.lex_state = 205, .external_lex_state = 1}, + [291] = {.lex_state = 205, .external_lex_state = 1}, + [292] = {.lex_state = 205, .external_lex_state = 1}, + [293] = {.lex_state = 205, .external_lex_state = 1}, [294] = {.lex_state = 205, .external_lex_state = 1}, [295] = {.lex_state = 205, .external_lex_state = 1}, [296] = {.lex_state = 205, .external_lex_state = 1}, - [297] = {.lex_state = 110, .external_lex_state = 1}, - [298] = {.lex_state = 110, .external_lex_state = 1}, - [299] = {.lex_state = 110, .external_lex_state = 1}, - [300] = {.lex_state = 110, .external_lex_state = 1}, - [301] = {.lex_state = 110, .external_lex_state = 1}, - [302] = {.lex_state = 110, .external_lex_state = 1}, + [297] = {.lex_state = 205, .external_lex_state = 1}, + [298] = {.lex_state = 205, .external_lex_state = 1}, + [299] = {.lex_state = 205, .external_lex_state = 1}, + [300] = {.lex_state = 205, .external_lex_state = 1}, + [301] = {.lex_state = 205, .external_lex_state = 1}, + [302] = {.lex_state = 205, .external_lex_state = 1}, [303] = {.lex_state = 205, .external_lex_state = 1}, - [304] = {.lex_state = 110, .external_lex_state = 1}, - [305] = {.lex_state = 110, .external_lex_state = 1}, - [306] = {.lex_state = 110, .external_lex_state = 1}, - [307] = {.lex_state = 110, .external_lex_state = 1}, - [308] = {.lex_state = 110, .external_lex_state = 1}, - [309] = {.lex_state = 110, .external_lex_state = 1}, + [304] = {.lex_state = 205, .external_lex_state = 1}, + [305] = {.lex_state = 205, .external_lex_state = 1}, + [306] = {.lex_state = 205, .external_lex_state = 1}, + [307] = {.lex_state = 205, .external_lex_state = 1}, + [308] = {.lex_state = 205, .external_lex_state = 1}, + [309] = {.lex_state = 205, .external_lex_state = 1}, [310] = {.lex_state = 205, .external_lex_state = 1}, - [311] = {.lex_state = 110, .external_lex_state = 1}, - [312] = {.lex_state = 110, .external_lex_state = 1}, - [313] = {.lex_state = 110, .external_lex_state = 1}, + [311] = {.lex_state = 205, .external_lex_state = 1}, + [312] = {.lex_state = 205, .external_lex_state = 1}, + [313] = {.lex_state = 205, .external_lex_state = 1}, [314] = {.lex_state = 205, .external_lex_state = 1}, - [315] = {.lex_state = 110, .external_lex_state = 1}, - [316] = {.lex_state = 110, .external_lex_state = 1}, + [315] = {.lex_state = 205, .external_lex_state = 1}, + [316] = {.lex_state = 205, .external_lex_state = 1}, [317] = {.lex_state = 205, .external_lex_state = 1}, [318] = {.lex_state = 205, .external_lex_state = 1}, [319] = {.lex_state = 205, .external_lex_state = 1}, - [320] = {.lex_state = 110, .external_lex_state = 1}, - [321] = {.lex_state = 110, .external_lex_state = 1}, - [322] = {.lex_state = 110, .external_lex_state = 1}, - [323] = {.lex_state = 110, .external_lex_state = 1}, + [320] = {.lex_state = 205, .external_lex_state = 1}, + [321] = {.lex_state = 205, .external_lex_state = 1}, + [322] = {.lex_state = 205, .external_lex_state = 1}, + [323] = {.lex_state = 205, .external_lex_state = 1}, [324] = {.lex_state = 205, .external_lex_state = 1}, - [325] = {.lex_state = 110, .external_lex_state = 1}, - [326] = {.lex_state = 110, .external_lex_state = 1}, - [327] = {.lex_state = 110, .external_lex_state = 1}, - [328] = {.lex_state = 110, .external_lex_state = 1}, - [329] = {.lex_state = 110, .external_lex_state = 1}, + [325] = {.lex_state = 205, .external_lex_state = 1}, + [326] = {.lex_state = 205, .external_lex_state = 1}, + [327] = {.lex_state = 205, .external_lex_state = 1}, + [328] = {.lex_state = 205, .external_lex_state = 1}, + [329] = {.lex_state = 205, .external_lex_state = 1}, [330] = {.lex_state = 205, .external_lex_state = 1}, [331] = {.lex_state = 205, .external_lex_state = 1}, [332] = {.lex_state = 205, .external_lex_state = 1}, [333] = {.lex_state = 205, .external_lex_state = 1}, [334] = {.lex_state = 147}, [335] = {.lex_state = 205, .external_lex_state = 1}, - [336] = {.lex_state = 110, .external_lex_state = 1}, + [336] = {.lex_state = 205, .external_lex_state = 1}, [337] = {.lex_state = 205, .external_lex_state = 1}, [338] = {.lex_state = 205, .external_lex_state = 1}, - [339] = {.lex_state = 110, .external_lex_state = 1}, - [340] = {.lex_state = 110, .external_lex_state = 1}, - [341] = {.lex_state = 110, .external_lex_state = 1}, + [339] = {.lex_state = 147}, + [340] = {.lex_state = 205, .external_lex_state = 1}, + [341] = {.lex_state = 205, .external_lex_state = 1}, [342] = {.lex_state = 205, .external_lex_state = 1}, [343] = {.lex_state = 147}, [344] = {.lex_state = 147}, [345] = {.lex_state = 205, .external_lex_state = 1}, - [346] = {.lex_state = 110, .external_lex_state = 1}, - [347] = {.lex_state = 110, .external_lex_state = 1}, - [348] = {.lex_state = 110, .external_lex_state = 1}, - [349] = {.lex_state = 110, .external_lex_state = 1}, + [346] = {.lex_state = 205, .external_lex_state = 1}, + [347] = {.lex_state = 205, .external_lex_state = 1}, + [348] = {.lex_state = 205, .external_lex_state = 1}, + [349] = {.lex_state = 205, .external_lex_state = 1}, [350] = {.lex_state = 147}, - [351] = {.lex_state = 110, .external_lex_state = 1}, - [352] = {.lex_state = 110, .external_lex_state = 1}, + [351] = {.lex_state = 205, .external_lex_state = 1}, + [352] = {.lex_state = 205, .external_lex_state = 1}, [353] = {.lex_state = 205, .external_lex_state = 1}, [354] = {.lex_state = 205, .external_lex_state = 1}, - [355] = {.lex_state = 110, .external_lex_state = 1}, + [355] = {.lex_state = 205, .external_lex_state = 1}, [356] = {.lex_state = 205, .external_lex_state = 1}, - [357] = {.lex_state = 110, .external_lex_state = 1}, - [358] = {.lex_state = 110, .external_lex_state = 1}, + [357] = {.lex_state = 205, .external_lex_state = 1}, + [358] = {.lex_state = 205, .external_lex_state = 1}, [359] = {.lex_state = 205, .external_lex_state = 1}, - [360] = {.lex_state = 110, .external_lex_state = 1}, - [361] = {.lex_state = 110, .external_lex_state = 1}, - [362] = {.lex_state = 110, .external_lex_state = 1}, - [363] = {.lex_state = 110, .external_lex_state = 1}, - [364] = {.lex_state = 110, .external_lex_state = 1}, + [360] = {.lex_state = 205, .external_lex_state = 1}, + [361] = {.lex_state = 205, .external_lex_state = 1}, + [362] = {.lex_state = 205, .external_lex_state = 1}, + [363] = {.lex_state = 205, .external_lex_state = 1}, + [364] = {.lex_state = 205, .external_lex_state = 1}, [365] = {.lex_state = 205, .external_lex_state = 1}, - [366] = {.lex_state = 110, .external_lex_state = 1}, + [366] = {.lex_state = 205, .external_lex_state = 1}, [367] = {.lex_state = 205, .external_lex_state = 1}, - [368] = {.lex_state = 205, .external_lex_state = 1}, - [369] = {.lex_state = 205, .external_lex_state = 1}, + [368] = {.lex_state = 110, .external_lex_state = 1}, + [369] = {.lex_state = 110, .external_lex_state = 1}, [370] = {.lex_state = 110, .external_lex_state = 1}, - [371] = {.lex_state = 205, .external_lex_state = 1}, + [371] = {.lex_state = 110, .external_lex_state = 1}, [372] = {.lex_state = 110, .external_lex_state = 1}, [373] = {.lex_state = 205, .external_lex_state = 1}, - [374] = {.lex_state = 205, .external_lex_state = 1}, + [374] = {.lex_state = 110, .external_lex_state = 1}, [375] = {.lex_state = 205, .external_lex_state = 1}, - [376] = {.lex_state = 205, .external_lex_state = 1}, + [376] = {.lex_state = 110, .external_lex_state = 1}, [377] = {.lex_state = 205, .external_lex_state = 1}, [378] = {.lex_state = 110, .external_lex_state = 1}, - [379] = {.lex_state = 110, .external_lex_state = 1}, - [380] = {.lex_state = 110, .external_lex_state = 1}, - [381] = {.lex_state = 110, .external_lex_state = 1}, + [379] = {.lex_state = 205, .external_lex_state = 1}, + [380] = {.lex_state = 205, .external_lex_state = 1}, + [381] = {.lex_state = 205, .external_lex_state = 1}, [382] = {.lex_state = 110, .external_lex_state = 1}, - [383] = {.lex_state = 205, .external_lex_state = 1}, - [384] = {.lex_state = 205, .external_lex_state = 1}, - [385] = {.lex_state = 205, .external_lex_state = 1}, - [386] = {.lex_state = 205, .external_lex_state = 1}, - [387] = {.lex_state = 205, .external_lex_state = 1}, - [388] = {.lex_state = 205, .external_lex_state = 1}, + [383] = {.lex_state = 110, .external_lex_state = 1}, + [384] = {.lex_state = 110, .external_lex_state = 1}, + [385] = {.lex_state = 110, .external_lex_state = 1}, + [386] = {.lex_state = 110, .external_lex_state = 1}, + [387] = {.lex_state = 110, .external_lex_state = 1}, + [388] = {.lex_state = 110, .external_lex_state = 1}, [389] = {.lex_state = 205, .external_lex_state = 1}, - [390] = {.lex_state = 147}, - [391] = {.lex_state = 205, .external_lex_state = 1}, - [392] = {.lex_state = 205, .external_lex_state = 1}, + [390] = {.lex_state = 205, .external_lex_state = 1}, + [391] = {.lex_state = 110, .external_lex_state = 1}, + [392] = {.lex_state = 110, .external_lex_state = 1}, [393] = {.lex_state = 205, .external_lex_state = 1}, - [394] = {.lex_state = 205, .external_lex_state = 1}, - [395] = {.lex_state = 205, .external_lex_state = 1}, + [394] = {.lex_state = 110, .external_lex_state = 1}, + [395] = {.lex_state = 110, .external_lex_state = 1}, [396] = {.lex_state = 205, .external_lex_state = 1}, [397] = {.lex_state = 205, .external_lex_state = 1}, [398] = {.lex_state = 205, .external_lex_state = 1}, [399] = {.lex_state = 205, .external_lex_state = 1}, [400] = {.lex_state = 205, .external_lex_state = 1}, - [401] = {.lex_state = 205, .external_lex_state = 1}, - [402] = {.lex_state = 205, .external_lex_state = 1}, - [403] = {.lex_state = 205, .external_lex_state = 1}, - [404] = {.lex_state = 205, .external_lex_state = 1}, - [405] = {.lex_state = 147}, - [406] = {.lex_state = 205, .external_lex_state = 1}, + [401] = {.lex_state = 110, .external_lex_state = 1}, + [402] = {.lex_state = 110, .external_lex_state = 1}, + [403] = {.lex_state = 110, .external_lex_state = 1}, + [404] = {.lex_state = 110, .external_lex_state = 1}, + [405] = {.lex_state = 110, .external_lex_state = 1}, + [406] = {.lex_state = 110, .external_lex_state = 1}, [407] = {.lex_state = 205, .external_lex_state = 1}, - [408] = {.lex_state = 205, .external_lex_state = 1}, - [409] = {.lex_state = 205, .external_lex_state = 1}, - [410] = {.lex_state = 205, .external_lex_state = 1}, - [411] = {.lex_state = 205, .external_lex_state = 1}, - [412] = {.lex_state = 205, .external_lex_state = 1}, - [413] = {.lex_state = 205, .external_lex_state = 1}, - [414] = {.lex_state = 205, .external_lex_state = 1}, - [415] = {.lex_state = 205, .external_lex_state = 1}, - [416] = {.lex_state = 205, .external_lex_state = 1}, - [417] = {.lex_state = 205, .external_lex_state = 1}, - [418] = {.lex_state = 205, .external_lex_state = 1}, + [408] = {.lex_state = 110, .external_lex_state = 1}, + [409] = {.lex_state = 110, .external_lex_state = 1}, + [410] = {.lex_state = 110, .external_lex_state = 1}, + [411] = {.lex_state = 147}, + [412] = {.lex_state = 147}, + [413] = {.lex_state = 110, .external_lex_state = 1}, + [414] = {.lex_state = 110, .external_lex_state = 1}, + [415] = {.lex_state = 110, .external_lex_state = 1}, + [416] = {.lex_state = 110, .external_lex_state = 1}, + [417] = {.lex_state = 110, .external_lex_state = 1}, + [418] = {.lex_state = 110, .external_lex_state = 1}, [419] = {.lex_state = 205, .external_lex_state = 1}, - [420] = {.lex_state = 205, .external_lex_state = 1}, + [420] = {.lex_state = 110, .external_lex_state = 1}, [421] = {.lex_state = 205, .external_lex_state = 1}, - [422] = {.lex_state = 205, .external_lex_state = 1}, - [423] = {.lex_state = 205, .external_lex_state = 1}, - [424] = {.lex_state = 205, .external_lex_state = 1}, - [425] = {.lex_state = 205, .external_lex_state = 1}, - [426] = {.lex_state = 205, .external_lex_state = 1}, - [427] = {.lex_state = 205, .external_lex_state = 1}, - [428] = {.lex_state = 205, .external_lex_state = 1}, - [429] = {.lex_state = 205, .external_lex_state = 1}, + [422] = {.lex_state = 110, .external_lex_state = 1}, + [423] = {.lex_state = 110, .external_lex_state = 1}, + [424] = {.lex_state = 110, .external_lex_state = 1}, + [425] = {.lex_state = 110, .external_lex_state = 1}, + [426] = {.lex_state = 110, .external_lex_state = 1}, + [427] = {.lex_state = 110, .external_lex_state = 1}, + [428] = {.lex_state = 110, .external_lex_state = 1}, + [429] = {.lex_state = 110, .external_lex_state = 1}, [430] = {.lex_state = 205, .external_lex_state = 1}, - [431] = {.lex_state = 205, .external_lex_state = 1}, - [432] = {.lex_state = 205, .external_lex_state = 1}, - [433] = {.lex_state = 205, .external_lex_state = 1}, - [434] = {.lex_state = 147}, - [435] = {.lex_state = 205, .external_lex_state = 1}, - [436] = {.lex_state = 205, .external_lex_state = 1}, - [437] = {.lex_state = 205, .external_lex_state = 1}, - [438] = {.lex_state = 205, .external_lex_state = 1}, - [439] = {.lex_state = 205, .external_lex_state = 1}, - [440] = {.lex_state = 147}, - [441] = {.lex_state = 205, .external_lex_state = 1}, - [442] = {.lex_state = 205, .external_lex_state = 1}, - [443] = {.lex_state = 205, .external_lex_state = 1}, - [444] = {.lex_state = 205, .external_lex_state = 1}, - [445] = {.lex_state = 205, .external_lex_state = 1}, + [431] = {.lex_state = 110, .external_lex_state = 1}, + [432] = {.lex_state = 110, .external_lex_state = 1}, + [433] = {.lex_state = 110, .external_lex_state = 1}, + [434] = {.lex_state = 110, .external_lex_state = 1}, + [435] = {.lex_state = 110, .external_lex_state = 1}, + [436] = {.lex_state = 110, .external_lex_state = 1}, + [437] = {.lex_state = 110, .external_lex_state = 1}, + [438] = {.lex_state = 110, .external_lex_state = 1}, + [439] = {.lex_state = 110, .external_lex_state = 1}, + [440] = {.lex_state = 110, .external_lex_state = 1}, + [441] = {.lex_state = 110, .external_lex_state = 1}, + [442] = {.lex_state = 110, .external_lex_state = 1}, + [443] = {.lex_state = 110, .external_lex_state = 1}, + [444] = {.lex_state = 110, .external_lex_state = 1}, + [445] = {.lex_state = 110, .external_lex_state = 1}, [446] = {.lex_state = 147}, - [447] = {.lex_state = 205, .external_lex_state = 1}, - [448] = {.lex_state = 205, .external_lex_state = 1}, - [449] = {.lex_state = 205, .external_lex_state = 1}, - [450] = {.lex_state = 205, .external_lex_state = 1}, + [447] = {.lex_state = 110, .external_lex_state = 1}, + [448] = {.lex_state = 110, .external_lex_state = 1}, + [449] = {.lex_state = 110, .external_lex_state = 1}, + [450] = {.lex_state = 110, .external_lex_state = 1}, [451] = {.lex_state = 205, .external_lex_state = 1}, [452] = {.lex_state = 205, .external_lex_state = 1}, [453] = {.lex_state = 205, .external_lex_state = 1}, - [454] = {.lex_state = 205, .external_lex_state = 1}, - [455] = {.lex_state = 205, .external_lex_state = 1}, + [454] = {.lex_state = 110, .external_lex_state = 1}, + [455] = {.lex_state = 110, .external_lex_state = 1}, [456] = {.lex_state = 205, .external_lex_state = 1}, [457] = {.lex_state = 205, .external_lex_state = 1}, - [458] = {.lex_state = 205, .external_lex_state = 1}, - [459] = {.lex_state = 205, .external_lex_state = 1}, - [460] = {.lex_state = 205, .external_lex_state = 1}, - [461] = {.lex_state = 205, .external_lex_state = 1}, - [462] = {.lex_state = 205, .external_lex_state = 1}, - [463] = {.lex_state = 205, .external_lex_state = 1}, - [464] = {.lex_state = 205, .external_lex_state = 1}, + [458] = {.lex_state = 110, .external_lex_state = 1}, + [459] = {.lex_state = 110, .external_lex_state = 1}, + [460] = {.lex_state = 110, .external_lex_state = 1}, + [461] = {.lex_state = 110, .external_lex_state = 1}, + [462] = {.lex_state = 110, .external_lex_state = 1}, + [463] = {.lex_state = 110, .external_lex_state = 1}, + [464] = {.lex_state = 147}, [465] = {.lex_state = 147}, - [466] = {.lex_state = 147}, - [467] = {.lex_state = 205, .external_lex_state = 1}, - [468] = {.lex_state = 205, .external_lex_state = 1}, - [469] = {.lex_state = 205, .external_lex_state = 1}, - [470] = {.lex_state = 205, .external_lex_state = 1}, + [466] = {.lex_state = 110, .external_lex_state = 1}, + [467] = {.lex_state = 110, .external_lex_state = 1}, + [468] = {.lex_state = 110, .external_lex_state = 1}, + [469] = {.lex_state = 110, .external_lex_state = 1}, + [470] = {.lex_state = 110, .external_lex_state = 1}, [471] = {.lex_state = 205, .external_lex_state = 1}, [472] = {.lex_state = 205, .external_lex_state = 1}, - [473] = {.lex_state = 205, .external_lex_state = 1}, - [474] = {.lex_state = 205, .external_lex_state = 1}, - [475] = {.lex_state = 205, .external_lex_state = 1}, + [473] = {.lex_state = 110, .external_lex_state = 1}, + [474] = {.lex_state = 110, .external_lex_state = 1}, + [475] = {.lex_state = 110, .external_lex_state = 1}, [476] = {.lex_state = 205, .external_lex_state = 1}, - [477] = {.lex_state = 205, .external_lex_state = 1}, - [478] = {.lex_state = 147}, + [477] = {.lex_state = 147}, + [478] = {.lex_state = 205, .external_lex_state = 1}, [479] = {.lex_state = 205, .external_lex_state = 1}, - [480] = {.lex_state = 205, .external_lex_state = 1}, + [480] = {.lex_state = 110, .external_lex_state = 1}, [481] = {.lex_state = 205, .external_lex_state = 1}, [482] = {.lex_state = 205, .external_lex_state = 1}, [483] = {.lex_state = 205, .external_lex_state = 1}, [484] = {.lex_state = 205, .external_lex_state = 1}, [485] = {.lex_state = 205, .external_lex_state = 1}, - [486] = {.lex_state = 205, .external_lex_state = 1}, + [486] = {.lex_state = 110, .external_lex_state = 1}, [487] = {.lex_state = 205, .external_lex_state = 1}, [488] = {.lex_state = 205, .external_lex_state = 1}, [489] = {.lex_state = 205, .external_lex_state = 1}, [490] = {.lex_state = 205, .external_lex_state = 1}, - [491] = {.lex_state = 205, .external_lex_state = 1}, + [491] = {.lex_state = 147}, [492] = {.lex_state = 205, .external_lex_state = 1}, [493] = {.lex_state = 205, .external_lex_state = 1}, [494] = {.lex_state = 205, .external_lex_state = 1}, @@ -19881,67 +19898,67 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [503] = {.lex_state = 205, .external_lex_state = 1}, [504] = {.lex_state = 205, .external_lex_state = 1}, [505] = {.lex_state = 205, .external_lex_state = 1}, - [506] = {.lex_state = 110, .external_lex_state = 1}, + [506] = {.lex_state = 205, .external_lex_state = 1}, [507] = {.lex_state = 205, .external_lex_state = 1}, - [508] = {.lex_state = 110, .external_lex_state = 1}, + [508] = {.lex_state = 205, .external_lex_state = 1}, [509] = {.lex_state = 110, .external_lex_state = 1}, [510] = {.lex_state = 205, .external_lex_state = 1}, - [511] = {.lex_state = 110, .external_lex_state = 1}, + [511] = {.lex_state = 205, .external_lex_state = 1}, [512] = {.lex_state = 205, .external_lex_state = 1}, - [513] = {.lex_state = 110, .external_lex_state = 1}, - [514] = {.lex_state = 110, .external_lex_state = 1}, - [515] = {.lex_state = 110, .external_lex_state = 1}, + [513] = {.lex_state = 205, .external_lex_state = 1}, + [514] = {.lex_state = 205, .external_lex_state = 1}, + [515] = {.lex_state = 205, .external_lex_state = 1}, [516] = {.lex_state = 110, .external_lex_state = 1}, - [517] = {.lex_state = 110, .external_lex_state = 1}, - [518] = {.lex_state = 110, .external_lex_state = 1}, + [517] = {.lex_state = 205, .external_lex_state = 1}, + [518] = {.lex_state = 205, .external_lex_state = 1}, [519] = {.lex_state = 110, .external_lex_state = 1}, - [520] = {.lex_state = 110, .external_lex_state = 1}, - [521] = {.lex_state = 110, .external_lex_state = 1}, + [520] = {.lex_state = 205, .external_lex_state = 1}, + [521] = {.lex_state = 205, .external_lex_state = 1}, [522] = {.lex_state = 205, .external_lex_state = 1}, [523] = {.lex_state = 205, .external_lex_state = 1}, [524] = {.lex_state = 205, .external_lex_state = 1}, - [525] = {.lex_state = 205, .external_lex_state = 1}, + [525] = {.lex_state = 110, .external_lex_state = 1}, [526] = {.lex_state = 205, .external_lex_state = 1}, - [527] = {.lex_state = 205, .external_lex_state = 1}, + [527] = {.lex_state = 110, .external_lex_state = 1}, [528] = {.lex_state = 205, .external_lex_state = 1}, - [529] = {.lex_state = 110, .external_lex_state = 1}, - [530] = {.lex_state = 110, .external_lex_state = 1}, + [529] = {.lex_state = 205, .external_lex_state = 1}, + [530] = {.lex_state = 205, .external_lex_state = 1}, [531] = {.lex_state = 110, .external_lex_state = 1}, - [532] = {.lex_state = 110, .external_lex_state = 1}, + [532] = {.lex_state = 205, .external_lex_state = 1}, [533] = {.lex_state = 205, .external_lex_state = 1}, - [534] = {.lex_state = 205, .external_lex_state = 1}, + [534] = {.lex_state = 110, .external_lex_state = 1}, [535] = {.lex_state = 205, .external_lex_state = 1}, [536] = {.lex_state = 205, .external_lex_state = 1}, - [537] = {.lex_state = 110, .external_lex_state = 1}, + [537] = {.lex_state = 205, .external_lex_state = 1}, [538] = {.lex_state = 205, .external_lex_state = 1}, [539] = {.lex_state = 110, .external_lex_state = 1}, [540] = {.lex_state = 205, .external_lex_state = 1}, [541] = {.lex_state = 205, .external_lex_state = 1}, - [542] = {.lex_state = 205, .external_lex_state = 1}, - [543] = {.lex_state = 205, .external_lex_state = 1}, + [542] = {.lex_state = 110, .external_lex_state = 1}, + [543] = {.lex_state = 110, .external_lex_state = 1}, [544] = {.lex_state = 205, .external_lex_state = 1}, - [545] = {.lex_state = 205, .external_lex_state = 1}, + [545] = {.lex_state = 110, .external_lex_state = 1}, [546] = {.lex_state = 205, .external_lex_state = 1}, - [547] = {.lex_state = 110, .external_lex_state = 1}, - [548] = {.lex_state = 110, .external_lex_state = 1}, - [549] = {.lex_state = 110, .external_lex_state = 1}, + [547] = {.lex_state = 205, .external_lex_state = 1}, + [548] = {.lex_state = 205, .external_lex_state = 1}, + [549] = {.lex_state = 205, .external_lex_state = 1}, [550] = {.lex_state = 205, .external_lex_state = 1}, - [551] = {.lex_state = 205, .external_lex_state = 1}, - [552] = {.lex_state = 110, .external_lex_state = 1}, + [551] = {.lex_state = 110, .external_lex_state = 1}, + [552] = {.lex_state = 205, .external_lex_state = 1}, [553] = {.lex_state = 205, .external_lex_state = 1}, [554] = {.lex_state = 205, .external_lex_state = 1}, [555] = {.lex_state = 205, .external_lex_state = 1}, [556] = {.lex_state = 110, .external_lex_state = 1}, - [557] = {.lex_state = 205, .external_lex_state = 1}, - [558] = {.lex_state = 110, .external_lex_state = 1}, + [557] = {.lex_state = 110, .external_lex_state = 1}, + [558] = {.lex_state = 205, .external_lex_state = 1}, [559] = {.lex_state = 110, .external_lex_state = 1}, [560] = {.lex_state = 205, .external_lex_state = 1}, [561] = {.lex_state = 205, .external_lex_state = 1}, [562] = {.lex_state = 110, .external_lex_state = 1}, - [563] = {.lex_state = 205, .external_lex_state = 1}, - [564] = {.lex_state = 110, .external_lex_state = 1}, + [563] = {.lex_state = 110, .external_lex_state = 1}, + [564] = {.lex_state = 205, .external_lex_state = 1}, [565] = {.lex_state = 205, .external_lex_state = 1}, - [566] = {.lex_state = 110, .external_lex_state = 1}, + [566] = {.lex_state = 205, .external_lex_state = 1}, [567] = {.lex_state = 205, .external_lex_state = 1}, [568] = {.lex_state = 205, .external_lex_state = 1}, [569] = {.lex_state = 205, .external_lex_state = 1}, @@ -19952,69 +19969,69 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [574] = {.lex_state = 205, .external_lex_state = 1}, [575] = {.lex_state = 205, .external_lex_state = 1}, [576] = {.lex_state = 205, .external_lex_state = 1}, - [577] = {.lex_state = 205, .external_lex_state = 1}, - [578] = {.lex_state = 205, .external_lex_state = 1}, + [577] = {.lex_state = 110, .external_lex_state = 1}, + [578] = {.lex_state = 110, .external_lex_state = 1}, [579] = {.lex_state = 205, .external_lex_state = 1}, - [580] = {.lex_state = 205, .external_lex_state = 1}, - [581] = {.lex_state = 205, .external_lex_state = 1}, + [580] = {.lex_state = 110, .external_lex_state = 1}, + [581] = {.lex_state = 110, .external_lex_state = 1}, [582] = {.lex_state = 205, .external_lex_state = 1}, - [583] = {.lex_state = 205, .external_lex_state = 1}, - [584] = {.lex_state = 205, .external_lex_state = 1}, - [585] = {.lex_state = 205, .external_lex_state = 1}, + [583] = {.lex_state = 110, .external_lex_state = 1}, + [584] = {.lex_state = 110, .external_lex_state = 1}, + [585] = {.lex_state = 110, .external_lex_state = 1}, [586] = {.lex_state = 205, .external_lex_state = 1}, [587] = {.lex_state = 205, .external_lex_state = 1}, - [588] = {.lex_state = 205, .external_lex_state = 1}, + [588] = {.lex_state = 110, .external_lex_state = 1}, [589] = {.lex_state = 205, .external_lex_state = 1}, - [590] = {.lex_state = 110, .external_lex_state = 1}, + [590] = {.lex_state = 205, .external_lex_state = 1}, [591] = {.lex_state = 205, .external_lex_state = 1}, [592] = {.lex_state = 205, .external_lex_state = 1}, [593] = {.lex_state = 110, .external_lex_state = 1}, [594] = {.lex_state = 205, .external_lex_state = 1}, - [595] = {.lex_state = 205, .external_lex_state = 1}, - [596] = {.lex_state = 205, .external_lex_state = 1}, - [597] = {.lex_state = 205, .external_lex_state = 1}, - [598] = {.lex_state = 110, .external_lex_state = 1}, + [595] = {.lex_state = 110, .external_lex_state = 1}, + [596] = {.lex_state = 110, .external_lex_state = 1}, + [597] = {.lex_state = 110, .external_lex_state = 1}, + [598] = {.lex_state = 205, .external_lex_state = 1}, [599] = {.lex_state = 205, .external_lex_state = 1}, [600] = {.lex_state = 205, .external_lex_state = 1}, - [601] = {.lex_state = 110, .external_lex_state = 1}, + [601] = {.lex_state = 205, .external_lex_state = 1}, [602] = {.lex_state = 205, .external_lex_state = 1}, [603] = {.lex_state = 205, .external_lex_state = 1}, [604] = {.lex_state = 205, .external_lex_state = 1}, [605] = {.lex_state = 205, .external_lex_state = 1}, - [606] = {.lex_state = 110, .external_lex_state = 1}, - [607] = {.lex_state = 205, .external_lex_state = 1}, + [606] = {.lex_state = 205, .external_lex_state = 1}, + [607] = {.lex_state = 110, .external_lex_state = 1}, [608] = {.lex_state = 205, .external_lex_state = 1}, - [609] = {.lex_state = 110, .external_lex_state = 1}, + [609] = {.lex_state = 205, .external_lex_state = 1}, [610] = {.lex_state = 205, .external_lex_state = 1}, - [611] = {.lex_state = 110, .external_lex_state = 1}, + [611] = {.lex_state = 205, .external_lex_state = 1}, [612] = {.lex_state = 205, .external_lex_state = 1}, - [613] = {.lex_state = 205, .external_lex_state = 1}, - [614] = {.lex_state = 205, .external_lex_state = 1}, - [615] = {.lex_state = 205, .external_lex_state = 1}, + [613] = {.lex_state = 110, .external_lex_state = 1}, + [614] = {.lex_state = 110, .external_lex_state = 1}, + [615] = {.lex_state = 110, .external_lex_state = 1}, [616] = {.lex_state = 110, .external_lex_state = 1}, [617] = {.lex_state = 110, .external_lex_state = 1}, - [618] = {.lex_state = 205, .external_lex_state = 1}, + [618] = {.lex_state = 110, .external_lex_state = 1}, [619] = {.lex_state = 205, .external_lex_state = 1}, [620] = {.lex_state = 205, .external_lex_state = 1}, [621] = {.lex_state = 205, .external_lex_state = 1}, [622] = {.lex_state = 205, .external_lex_state = 1}, [623] = {.lex_state = 205, .external_lex_state = 1}, [624] = {.lex_state = 205, .external_lex_state = 1}, - [625] = {.lex_state = 110, .external_lex_state = 1}, + [625] = {.lex_state = 205, .external_lex_state = 1}, [626] = {.lex_state = 205, .external_lex_state = 1}, - [627] = {.lex_state = 205, .external_lex_state = 1}, + [627] = {.lex_state = 110, .external_lex_state = 1}, [628] = {.lex_state = 205, .external_lex_state = 1}, - [629] = {.lex_state = 110, .external_lex_state = 1}, + [629] = {.lex_state = 205, .external_lex_state = 1}, [630] = {.lex_state = 110, .external_lex_state = 1}, - [631] = {.lex_state = 205, .external_lex_state = 1}, + [631] = {.lex_state = 110, .external_lex_state = 1}, [632] = {.lex_state = 205, .external_lex_state = 1}, [633] = {.lex_state = 110, .external_lex_state = 1}, - [634] = {.lex_state = 110, .external_lex_state = 1}, + [634] = {.lex_state = 205, .external_lex_state = 1}, [635] = {.lex_state = 110, .external_lex_state = 1}, - [636] = {.lex_state = 205, .external_lex_state = 1}, - [637] = {.lex_state = 205, .external_lex_state = 1}, + [636] = {.lex_state = 110, .external_lex_state = 1}, + [637] = {.lex_state = 110, .external_lex_state = 1}, [638] = {.lex_state = 205, .external_lex_state = 1}, - [639] = {.lex_state = 110, .external_lex_state = 1}, + [639] = {.lex_state = 205, .external_lex_state = 1}, [640] = {.lex_state = 205, .external_lex_state = 1}, [641] = {.lex_state = 110, .external_lex_state = 1}, [642] = {.lex_state = 205, .external_lex_state = 1}, @@ -20022,25 +20039,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [644] = {.lex_state = 205, .external_lex_state = 1}, [645] = {.lex_state = 205, .external_lex_state = 1}, [646] = {.lex_state = 205, .external_lex_state = 1}, - [647] = {.lex_state = 110, .external_lex_state = 1}, + [647] = {.lex_state = 205, .external_lex_state = 1}, [648] = {.lex_state = 205, .external_lex_state = 1}, [649] = {.lex_state = 205, .external_lex_state = 1}, - [650] = {.lex_state = 110, .external_lex_state = 1}, + [650] = {.lex_state = 205, .external_lex_state = 1}, [651] = {.lex_state = 205, .external_lex_state = 1}, - [652] = {.lex_state = 110, .external_lex_state = 1}, + [652] = {.lex_state = 205, .external_lex_state = 1}, [653] = {.lex_state = 205, .external_lex_state = 1}, - [654] = {.lex_state = 110, .external_lex_state = 1}, + [654] = {.lex_state = 205, .external_lex_state = 1}, [655] = {.lex_state = 205, .external_lex_state = 1}, - [656] = {.lex_state = 205, .external_lex_state = 1}, + [656] = {.lex_state = 110, .external_lex_state = 1}, [657] = {.lex_state = 110, .external_lex_state = 1}, - [658] = {.lex_state = 205, .external_lex_state = 1}, - [659] = {.lex_state = 205, .external_lex_state = 1}, - [660] = {.lex_state = 110, .external_lex_state = 1}, - [661] = {.lex_state = 147}, - [662] = {.lex_state = 125}, - [663] = {.lex_state = 125}, - [664] = {.lex_state = 124}, - [665] = {.lex_state = 124}, + [658] = {.lex_state = 110, .external_lex_state = 1}, + [659] = {.lex_state = 110, .external_lex_state = 1}, + [660] = {.lex_state = 205, .external_lex_state = 1}, + [661] = {.lex_state = 205, .external_lex_state = 1}, + [662] = {.lex_state = 110, .external_lex_state = 1}, + [663] = {.lex_state = 110, .external_lex_state = 1}, + [664] = {.lex_state = 110, .external_lex_state = 1}, + [665] = {.lex_state = 147}, [666] = {.lex_state = 124}, [667] = {.lex_state = 124}, [668] = {.lex_state = 124}, @@ -20049,32 +20066,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [671] = {.lex_state = 124}, [672] = {.lex_state = 124}, [673] = {.lex_state = 124}, - [674] = {.lex_state = 124}, + [674] = {.lex_state = 125}, [675] = {.lex_state = 124}, [676] = {.lex_state = 124}, [677] = {.lex_state = 124}, [678] = {.lex_state = 125}, [679] = {.lex_state = 124}, - [680] = {.lex_state = 112, .external_lex_state = 1}, - [681] = {.lex_state = 112, .external_lex_state = 1}, - [682] = {.lex_state = 112, .external_lex_state = 1}, - [683] = {.lex_state = 109, .external_lex_state = 1}, - [684] = {.lex_state = 109, .external_lex_state = 1}, - [685] = {.lex_state = 147}, - [686] = {.lex_state = 147}, - [687] = {.lex_state = 147}, - [688] = {.lex_state = 147}, + [680] = {.lex_state = 124}, + [681] = {.lex_state = 125}, + [682] = {.lex_state = 124}, + [683] = {.lex_state = 124}, + [684] = {.lex_state = 112, .external_lex_state = 1}, + [685] = {.lex_state = 112, .external_lex_state = 1}, + [686] = {.lex_state = 112, .external_lex_state = 1}, + [687] = {.lex_state = 109, .external_lex_state = 1}, + [688] = {.lex_state = 109, .external_lex_state = 1}, [689] = {.lex_state = 147}, [690] = {.lex_state = 147}, [691] = {.lex_state = 147}, - [692] = {.lex_state = 109, .external_lex_state = 1}, - [693] = {.lex_state = 109, .external_lex_state = 1}, - [694] = {.lex_state = 109, .external_lex_state = 1}, - [695] = {.lex_state = 109, .external_lex_state = 1}, + [692] = {.lex_state = 147}, + [693] = {.lex_state = 147}, + [694] = {.lex_state = 147}, + [695] = {.lex_state = 147}, [696] = {.lex_state = 109, .external_lex_state = 1}, [697] = {.lex_state = 109, .external_lex_state = 1}, [698] = {.lex_state = 109, .external_lex_state = 1}, - [699] = {.lex_state = 106}, + [699] = {.lex_state = 109, .external_lex_state = 1}, [700] = {.lex_state = 109, .external_lex_state = 1}, [701] = {.lex_state = 109, .external_lex_state = 1}, [702] = {.lex_state = 109, .external_lex_state = 1}, @@ -20098,7 +20115,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [720] = {.lex_state = 109, .external_lex_state = 1}, [721] = {.lex_state = 109, .external_lex_state = 1}, [722] = {.lex_state = 109, .external_lex_state = 1}, - [723] = {.lex_state = 109, .external_lex_state = 1}, + [723] = {.lex_state = 106}, [724] = {.lex_state = 109, .external_lex_state = 1}, [725] = {.lex_state = 109, .external_lex_state = 1}, [726] = {.lex_state = 109, .external_lex_state = 1}, @@ -20126,7 +20143,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [748] = {.lex_state = 109, .external_lex_state = 1}, [749] = {.lex_state = 109, .external_lex_state = 1}, [750] = {.lex_state = 109, .external_lex_state = 1}, - [751] = {.lex_state = 106}, + [751] = {.lex_state = 109, .external_lex_state = 1}, [752] = {.lex_state = 109, .external_lex_state = 1}, [753] = {.lex_state = 109, .external_lex_state = 1}, [754] = {.lex_state = 109, .external_lex_state = 1}, @@ -20142,7 +20159,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [764] = {.lex_state = 109, .external_lex_state = 1}, [765] = {.lex_state = 109, .external_lex_state = 1}, [766] = {.lex_state = 109, .external_lex_state = 1}, - [767] = {.lex_state = 109, .external_lex_state = 1}, + [767] = {.lex_state = 106}, [768] = {.lex_state = 109, .external_lex_state = 1}, [769] = {.lex_state = 109, .external_lex_state = 1}, [770] = {.lex_state = 109, .external_lex_state = 1}, @@ -20152,499 +20169,499 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [774] = {.lex_state = 109, .external_lex_state = 1}, [775] = {.lex_state = 109, .external_lex_state = 1}, [776] = {.lex_state = 109, .external_lex_state = 1}, - [777] = {.lex_state = 147}, - [778] = {.lex_state = 147}, - [779] = {.lex_state = 147}, - [780] = {.lex_state = 147}, - [781] = {.lex_state = 147}, - [782] = {.lex_state = 147}, + [777] = {.lex_state = 109, .external_lex_state = 1}, + [778] = {.lex_state = 109, .external_lex_state = 1}, + [779] = {.lex_state = 109, .external_lex_state = 1}, + [780] = {.lex_state = 109, .external_lex_state = 1}, + [781] = {.lex_state = 109, .external_lex_state = 1}, + [782] = {.lex_state = 109, .external_lex_state = 1}, [783] = {.lex_state = 147}, [784] = {.lex_state = 147}, [785] = {.lex_state = 147}, [786] = {.lex_state = 147}, - [787] = {.lex_state = 126}, + [787] = {.lex_state = 147}, [788] = {.lex_state = 147}, [789] = {.lex_state = 147}, - [790] = {.lex_state = 126}, - [791] = {.lex_state = 126}, - [792] = {.lex_state = 126}, + [790] = {.lex_state = 147}, + [791] = {.lex_state = 147}, + [792] = {.lex_state = 147}, [793] = {.lex_state = 126}, - [794] = {.lex_state = 126}, + [794] = {.lex_state = 147}, [795] = {.lex_state = 147}, - [796] = {.lex_state = 126}, + [796] = {.lex_state = 147}, [797] = {.lex_state = 126}, - [798] = {.lex_state = 147}, - [799] = {.lex_state = 147}, + [798] = {.lex_state = 126}, + [799] = {.lex_state = 126}, [800] = {.lex_state = 126}, [801] = {.lex_state = 126}, [802] = {.lex_state = 126}, [803] = {.lex_state = 126}, [804] = {.lex_state = 126}, - [805] = {.lex_state = 126}, + [805] = {.lex_state = 147}, [806] = {.lex_state = 126}, [807] = {.lex_state = 126}, [808] = {.lex_state = 126}, [809] = {.lex_state = 126}, [810] = {.lex_state = 126}, [811] = {.lex_state = 126}, - [812] = {.lex_state = 126}, + [812] = {.lex_state = 147}, [813] = {.lex_state = 126}, [814] = {.lex_state = 126}, - [815] = {.lex_state = 147}, + [815] = {.lex_state = 126}, [816] = {.lex_state = 126}, - [817] = {.lex_state = 147}, - [818] = {.lex_state = 111, .external_lex_state = 1}, - [819] = {.lex_state = 111, .external_lex_state = 1}, - [820] = {.lex_state = 135}, - [821] = {.lex_state = 135}, - [822] = {.lex_state = 147}, + [817] = {.lex_state = 126}, + [818] = {.lex_state = 126}, + [819] = {.lex_state = 126}, + [820] = {.lex_state = 126}, + [821] = {.lex_state = 147}, + [822] = {.lex_state = 126}, [823] = {.lex_state = 147}, - [824] = {.lex_state = 135}, - [825] = {.lex_state = 147}, - [826] = {.lex_state = 135}, + [824] = {.lex_state = 111, .external_lex_state = 1}, + [825] = {.lex_state = 111, .external_lex_state = 1}, + [826] = {.lex_state = 147}, [827] = {.lex_state = 135}, - [828] = {.lex_state = 135}, - [829] = {.lex_state = 135}, - [830] = {.lex_state = 147}, - [831] = {.lex_state = 147}, + [828] = {.lex_state = 147}, + [829] = {.lex_state = 147}, + [830] = {.lex_state = 135}, + [831] = {.lex_state = 135}, [832] = {.lex_state = 135}, [833] = {.lex_state = 135}, [834] = {.lex_state = 135}, [835] = {.lex_state = 135}, - [836] = {.lex_state = 135}, - [837] = {.lex_state = 135}, + [836] = {.lex_state = 147}, + [837] = {.lex_state = 147}, [838] = {.lex_state = 135}, [839] = {.lex_state = 135}, [840] = {.lex_state = 135}, [841] = {.lex_state = 135}, [842] = {.lex_state = 135}, - [843] = {.lex_state = 147}, - [844] = {.lex_state = 147}, - [845] = {.lex_state = 147}, - [846] = {.lex_state = 147}, - [847] = {.lex_state = 147}, - [848] = {.lex_state = 147}, - [849] = {.lex_state = 147}, - [850] = {.lex_state = 147}, + [843] = {.lex_state = 135}, + [844] = {.lex_state = 135}, + [845] = {.lex_state = 135}, + [846] = {.lex_state = 135}, + [847] = {.lex_state = 135}, + [848] = {.lex_state = 135}, + [849] = {.lex_state = 109, .external_lex_state = 1}, + [850] = {.lex_state = 109, .external_lex_state = 1}, [851] = {.lex_state = 147}, - [852] = {.lex_state = 147}, - [853] = {.lex_state = 147}, - [854] = {.lex_state = 147}, + [852] = {.lex_state = 109, .external_lex_state = 1}, + [853] = {.lex_state = 109, .external_lex_state = 1}, + [854] = {.lex_state = 109, .external_lex_state = 1}, [855] = {.lex_state = 147}, [856] = {.lex_state = 147}, [857] = {.lex_state = 147}, - [858] = {.lex_state = 147}, - [859] = {.lex_state = 147}, - [860] = {.lex_state = 147}, - [861] = {.lex_state = 147}, + [858] = {.lex_state = 109, .external_lex_state = 1}, + [859] = {.lex_state = 109, .external_lex_state = 1}, + [860] = {.lex_state = 109, .external_lex_state = 1}, + [861] = {.lex_state = 109, .external_lex_state = 1}, [862] = {.lex_state = 147}, - [863] = {.lex_state = 147}, - [864] = {.lex_state = 147}, - [865] = {.lex_state = 147}, - [866] = {.lex_state = 147}, - [867] = {.lex_state = 147}, - [868] = {.lex_state = 147}, - [869] = {.lex_state = 147}, - [870] = {.lex_state = 147}, - [871] = {.lex_state = 147}, - [872] = {.lex_state = 147}, - [873] = {.lex_state = 147}, - [874] = {.lex_state = 125}, - [875] = {.lex_state = 147}, - [876] = {.lex_state = 147}, + [863] = {.lex_state = 109, .external_lex_state = 1}, + [864] = {.lex_state = 109, .external_lex_state = 1}, + [865] = {.lex_state = 109, .external_lex_state = 1}, + [866] = {.lex_state = 109, .external_lex_state = 1}, + [867] = {.lex_state = 109, .external_lex_state = 1}, + [868] = {.lex_state = 109, .external_lex_state = 1}, + [869] = {.lex_state = 109, .external_lex_state = 1}, + [870] = {.lex_state = 109, .external_lex_state = 1}, + [871] = {.lex_state = 109, .external_lex_state = 1}, + [872] = {.lex_state = 109, .external_lex_state = 1}, + [873] = {.lex_state = 109, .external_lex_state = 1}, + [874] = {.lex_state = 109, .external_lex_state = 1}, + [875] = {.lex_state = 109, .external_lex_state = 1}, + [876] = {.lex_state = 109, .external_lex_state = 1}, [877] = {.lex_state = 147}, - [878] = {.lex_state = 147}, - [879] = {.lex_state = 147}, + [878] = {.lex_state = 109, .external_lex_state = 1}, + [879] = {.lex_state = 109, .external_lex_state = 1}, [880] = {.lex_state = 147}, - [881] = {.lex_state = 147}, - [882] = {.lex_state = 147}, + [881] = {.lex_state = 109, .external_lex_state = 1}, + [882] = {.lex_state = 109, .external_lex_state = 1}, [883] = {.lex_state = 147}, [884] = {.lex_state = 147}, - [885] = {.lex_state = 147}, - [886] = {.lex_state = 147}, - [887] = {.lex_state = 147}, - [888] = {.lex_state = 124}, - [889] = {.lex_state = 147}, - [890] = {.lex_state = 147}, - [891] = {.lex_state = 147}, - [892] = {.lex_state = 147}, - [893] = {.lex_state = 147}, - [894] = {.lex_state = 147}, - [895] = {.lex_state = 147}, + [885] = {.lex_state = 109, .external_lex_state = 1}, + [886] = {.lex_state = 109, .external_lex_state = 1}, + [887] = {.lex_state = 109, .external_lex_state = 1}, + [888] = {.lex_state = 109, .external_lex_state = 1}, + [889] = {.lex_state = 109, .external_lex_state = 1}, + [890] = {.lex_state = 109, .external_lex_state = 1}, + [891] = {.lex_state = 109, .external_lex_state = 1}, + [892] = {.lex_state = 109, .external_lex_state = 1}, + [893] = {.lex_state = 109, .external_lex_state = 1}, + [894] = {.lex_state = 109, .external_lex_state = 1}, + [895] = {.lex_state = 109, .external_lex_state = 1}, [896] = {.lex_state = 147}, - [897] = {.lex_state = 147}, - [898] = {.lex_state = 147}, + [897] = {.lex_state = 109, .external_lex_state = 1}, + [898] = {.lex_state = 109, .external_lex_state = 1}, [899] = {.lex_state = 147}, - [900] = {.lex_state = 147}, - [901] = {.lex_state = 147}, - [902] = {.lex_state = 147}, - [903] = {.lex_state = 147}, - [904] = {.lex_state = 147}, + [900] = {.lex_state = 109, .external_lex_state = 1}, + [901] = {.lex_state = 125}, + [902] = {.lex_state = 109, .external_lex_state = 1}, + [903] = {.lex_state = 109, .external_lex_state = 1}, + [904] = {.lex_state = 109, .external_lex_state = 1}, [905] = {.lex_state = 147}, - [906] = {.lex_state = 147}, - [907] = {.lex_state = 147}, + [906] = {.lex_state = 109, .external_lex_state = 1}, + [907] = {.lex_state = 109, .external_lex_state = 1}, [908] = {.lex_state = 147}, - [909] = {.lex_state = 147}, - [910] = {.lex_state = 147}, - [911] = {.lex_state = 147}, - [912] = {.lex_state = 147}, + [909] = {.lex_state = 109, .external_lex_state = 1}, + [910] = {.lex_state = 109, .external_lex_state = 1}, + [911] = {.lex_state = 109, .external_lex_state = 1}, + [912] = {.lex_state = 109, .external_lex_state = 1}, [913] = {.lex_state = 147}, - [914] = {.lex_state = 147}, + [914] = {.lex_state = 109, .external_lex_state = 1}, [915] = {.lex_state = 147}, - [916] = {.lex_state = 147}, - [917] = {.lex_state = 147}, - [918] = {.lex_state = 147}, - [919] = {.lex_state = 109, .external_lex_state = 1}, + [916] = {.lex_state = 109, .external_lex_state = 1}, + [917] = {.lex_state = 109, .external_lex_state = 1}, + [918] = {.lex_state = 109, .external_lex_state = 1}, + [919] = {.lex_state = 147}, [920] = {.lex_state = 109, .external_lex_state = 1}, - [921] = {.lex_state = 147}, + [921] = {.lex_state = 109, .external_lex_state = 1}, [922] = {.lex_state = 109, .external_lex_state = 1}, [923] = {.lex_state = 109, .external_lex_state = 1}, - [924] = {.lex_state = 147}, - [925] = {.lex_state = 124}, - [926] = {.lex_state = 125}, - [927] = {.lex_state = 124}, - [928] = {.lex_state = 124}, - [929] = {.lex_state = 124}, - [930] = {.lex_state = 124}, - [931] = {.lex_state = 124}, - [932] = {.lex_state = 124}, - [933] = {.lex_state = 124}, - [934] = {.lex_state = 124}, - [935] = {.lex_state = 124}, - [936] = {.lex_state = 124}, - [937] = {.lex_state = 124}, - [938] = {.lex_state = 124}, - [939] = {.lex_state = 124}, - [940] = {.lex_state = 124}, - [941] = {.lex_state = 124}, - [942] = {.lex_state = 124}, - [943] = {.lex_state = 124}, - [944] = {.lex_state = 124}, - [945] = {.lex_state = 124}, - [946] = {.lex_state = 124}, - [947] = {.lex_state = 124}, - [948] = {.lex_state = 124}, - [949] = {.lex_state = 124}, - [950] = {.lex_state = 124}, - [951] = {.lex_state = 124}, - [952] = {.lex_state = 124}, - [953] = {.lex_state = 124}, - [954] = {.lex_state = 125}, - [955] = {.lex_state = 125}, - [956] = {.lex_state = 125}, - [957] = {.lex_state = 124}, - [958] = {.lex_state = 124}, + [924] = {.lex_state = 109, .external_lex_state = 1}, + [925] = {.lex_state = 109, .external_lex_state = 1}, + [926] = {.lex_state = 109, .external_lex_state = 1}, + [927] = {.lex_state = 147}, + [928] = {.lex_state = 109, .external_lex_state = 1}, + [929] = {.lex_state = 109, .external_lex_state = 1}, + [930] = {.lex_state = 147}, + [931] = {.lex_state = 109, .external_lex_state = 1}, + [932] = {.lex_state = 147}, + [933] = {.lex_state = 109, .external_lex_state = 1}, + [934] = {.lex_state = 109, .external_lex_state = 1}, + [935] = {.lex_state = 109, .external_lex_state = 1}, + [936] = {.lex_state = 109, .external_lex_state = 1}, + [937] = {.lex_state = 109, .external_lex_state = 1}, + [938] = {.lex_state = 109, .external_lex_state = 1}, + [939] = {.lex_state = 147}, + [940] = {.lex_state = 109, .external_lex_state = 1}, + [941] = {.lex_state = 109, .external_lex_state = 1}, + [942] = {.lex_state = 109, .external_lex_state = 1}, + [943] = {.lex_state = 147}, + [944] = {.lex_state = 147}, + [945] = {.lex_state = 109, .external_lex_state = 1}, + [946] = {.lex_state = 109, .external_lex_state = 1}, + [947] = {.lex_state = 109, .external_lex_state = 1}, + [948] = {.lex_state = 109, .external_lex_state = 1}, + [949] = {.lex_state = 109, .external_lex_state = 1}, + [950] = {.lex_state = 109, .external_lex_state = 1}, + [951] = {.lex_state = 109, .external_lex_state = 1}, + [952] = {.lex_state = 147}, + [953] = {.lex_state = 147}, + [954] = {.lex_state = 109, .external_lex_state = 1}, + [955] = {.lex_state = 147}, + [956] = {.lex_state = 147}, + [957] = {.lex_state = 109, .external_lex_state = 1}, + [958] = {.lex_state = 147}, [959] = {.lex_state = 124}, - [960] = {.lex_state = 124}, - [961] = {.lex_state = 124}, - [962] = {.lex_state = 124}, - [963] = {.lex_state = 124}, - [964] = {.lex_state = 124}, - [965] = {.lex_state = 125}, - [966] = {.lex_state = 124}, - [967] = {.lex_state = 125}, - [968] = {.lex_state = 124}, - [969] = {.lex_state = 125}, - [970] = {.lex_state = 125}, - [971] = {.lex_state = 125}, - [972] = {.lex_state = 125}, - [973] = {.lex_state = 125}, - [974] = {.lex_state = 147}, - [975] = {.lex_state = 125}, - [976] = {.lex_state = 125}, - [977] = {.lex_state = 125}, - [978] = {.lex_state = 125}, + [960] = {.lex_state = 109, .external_lex_state = 1}, + [961] = {.lex_state = 109, .external_lex_state = 1}, + [962] = {.lex_state = 109, .external_lex_state = 1}, + [963] = {.lex_state = 109, .external_lex_state = 1}, + [964] = {.lex_state = 109, .external_lex_state = 1}, + [965] = {.lex_state = 109, .external_lex_state = 1}, + [966] = {.lex_state = 147}, + [967] = {.lex_state = 109, .external_lex_state = 1}, + [968] = {.lex_state = 109, .external_lex_state = 1}, + [969] = {.lex_state = 109, .external_lex_state = 1}, + [970] = {.lex_state = 147}, + [971] = {.lex_state = 147}, + [972] = {.lex_state = 147}, + [973] = {.lex_state = 109, .external_lex_state = 1}, + [974] = {.lex_state = 109, .external_lex_state = 1}, + [975] = {.lex_state = 147}, + [976] = {.lex_state = 109, .external_lex_state = 1}, + [977] = {.lex_state = 147}, + [978] = {.lex_state = 109, .external_lex_state = 1}, [979] = {.lex_state = 147}, - [980] = {.lex_state = 125}, + [980] = {.lex_state = 147}, [981] = {.lex_state = 147}, - [982] = {.lex_state = 147}, - [983] = {.lex_state = 125}, - [984] = {.lex_state = 125}, - [985] = {.lex_state = 125}, - [986] = {.lex_state = 125}, + [982] = {.lex_state = 109, .external_lex_state = 1}, + [983] = {.lex_state = 109, .external_lex_state = 1}, + [984] = {.lex_state = 147}, + [985] = {.lex_state = 147}, + [986] = {.lex_state = 147}, [987] = {.lex_state = 147}, - [988] = {.lex_state = 125}, - [989] = {.lex_state = 125}, - [990] = {.lex_state = 124}, - [991] = {.lex_state = 125}, - [992] = {.lex_state = 125}, - [993] = {.lex_state = 125}, - [994] = {.lex_state = 125}, - [995] = {.lex_state = 124}, - [996] = {.lex_state = 124}, - [997] = {.lex_state = 125}, - [998] = {.lex_state = 124}, - [999] = {.lex_state = 124}, - [1000] = {.lex_state = 125}, - [1001] = {.lex_state = 124}, - [1002] = {.lex_state = 147}, - [1003] = {.lex_state = 124}, - [1004] = {.lex_state = 124}, - [1005] = {.lex_state = 124}, - [1006] = {.lex_state = 125}, - [1007] = {.lex_state = 125}, - [1008] = {.lex_state = 125}, - [1009] = {.lex_state = 124}, - [1010] = {.lex_state = 124}, - [1011] = {.lex_state = 124}, - [1012] = {.lex_state = 125}, - [1013] = {.lex_state = 125}, - [1014] = {.lex_state = 124}, - [1015] = {.lex_state = 124}, - [1016] = {.lex_state = 124}, + [988] = {.lex_state = 147}, + [989] = {.lex_state = 109, .external_lex_state = 1}, + [990] = {.lex_state = 147}, + [991] = {.lex_state = 109, .external_lex_state = 1}, + [992] = {.lex_state = 109, .external_lex_state = 1}, + [993] = {.lex_state = 109, .external_lex_state = 1}, + [994] = {.lex_state = 109, .external_lex_state = 1}, + [995] = {.lex_state = 109, .external_lex_state = 1}, + [996] = {.lex_state = 109, .external_lex_state = 1}, + [997] = {.lex_state = 147}, + [998] = {.lex_state = 109, .external_lex_state = 1}, + [999] = {.lex_state = 109, .external_lex_state = 1}, + [1000] = {.lex_state = 147}, + [1001] = {.lex_state = 147}, + [1002] = {.lex_state = 109, .external_lex_state = 1}, + [1003] = {.lex_state = 109, .external_lex_state = 1}, + [1004] = {.lex_state = 147}, + [1005] = {.lex_state = 109, .external_lex_state = 1}, + [1006] = {.lex_state = 109, .external_lex_state = 1}, + [1007] = {.lex_state = 109, .external_lex_state = 1}, + [1008] = {.lex_state = 109, .external_lex_state = 1}, + [1009] = {.lex_state = 147}, + [1010] = {.lex_state = 147}, + [1011] = {.lex_state = 109, .external_lex_state = 1}, + [1012] = {.lex_state = 109, .external_lex_state = 1}, + [1013] = {.lex_state = 109, .external_lex_state = 1}, + [1014] = {.lex_state = 147}, + [1015] = {.lex_state = 109, .external_lex_state = 1}, + [1016] = {.lex_state = 147}, [1017] = {.lex_state = 147}, - [1018] = {.lex_state = 125}, - [1019] = {.lex_state = 125}, - [1020] = {.lex_state = 124}, - [1021] = {.lex_state = 124}, - [1022] = {.lex_state = 125}, - [1023] = {.lex_state = 125}, - [1024] = {.lex_state = 124}, - [1025] = {.lex_state = 125}, - [1026] = {.lex_state = 124}, - [1027] = {.lex_state = 124}, - [1028] = {.lex_state = 125}, - [1029] = {.lex_state = 125}, - [1030] = {.lex_state = 124}, - [1031] = {.lex_state = 124}, - [1032] = {.lex_state = 125}, - [1033] = {.lex_state = 125}, - [1034] = {.lex_state = 125}, - [1035] = {.lex_state = 125}, - [1036] = {.lex_state = 124}, - [1037] = {.lex_state = 125}, - [1038] = {.lex_state = 124}, - [1039] = {.lex_state = 125}, - [1040] = {.lex_state = 125}, - [1041] = {.lex_state = 125}, - [1042] = {.lex_state = 125}, - [1043] = {.lex_state = 124}, - [1044] = {.lex_state = 125}, - [1045] = {.lex_state = 124}, - [1046] = {.lex_state = 125}, - [1047] = {.lex_state = 125}, - [1048] = {.lex_state = 125}, - [1049] = {.lex_state = 124}, - [1050] = {.lex_state = 125}, - [1051] = {.lex_state = 125}, - [1052] = {.lex_state = 125}, - [1053] = {.lex_state = 125}, - [1054] = {.lex_state = 125}, - [1055] = {.lex_state = 125}, - [1056] = {.lex_state = 124}, - [1057] = {.lex_state = 124}, - [1058] = {.lex_state = 125}, - [1059] = {.lex_state = 124}, - [1060] = {.lex_state = 125}, - [1061] = {.lex_state = 125}, - [1062] = {.lex_state = 125}, - [1063] = {.lex_state = 125}, - [1064] = {.lex_state = 124}, - [1065] = {.lex_state = 125}, + [1018] = {.lex_state = 147}, + [1019] = {.lex_state = 109, .external_lex_state = 1}, + [1020] = {.lex_state = 109, .external_lex_state = 1}, + [1021] = {.lex_state = 147}, + [1022] = {.lex_state = 147}, + [1023] = {.lex_state = 147}, + [1024] = {.lex_state = 109, .external_lex_state = 1}, + [1025] = {.lex_state = 109, .external_lex_state = 1}, + [1026] = {.lex_state = 109, .external_lex_state = 1}, + [1027] = {.lex_state = 147}, + [1028] = {.lex_state = 109, .external_lex_state = 1}, + [1029] = {.lex_state = 109, .external_lex_state = 1}, + [1030] = {.lex_state = 109, .external_lex_state = 1}, + [1031] = {.lex_state = 109, .external_lex_state = 1}, + [1032] = {.lex_state = 109, .external_lex_state = 1}, + [1033] = {.lex_state = 109, .external_lex_state = 1}, + [1034] = {.lex_state = 109, .external_lex_state = 1}, + [1035] = {.lex_state = 147}, + [1036] = {.lex_state = 109, .external_lex_state = 1}, + [1037] = {.lex_state = 109, .external_lex_state = 1}, + [1038] = {.lex_state = 109, .external_lex_state = 1}, + [1039] = {.lex_state = 147}, + [1040] = {.lex_state = 147}, + [1041] = {.lex_state = 109, .external_lex_state = 1}, + [1042] = {.lex_state = 109, .external_lex_state = 1}, + [1043] = {.lex_state = 147}, + [1044] = {.lex_state = 109, .external_lex_state = 1}, + [1045] = {.lex_state = 147}, + [1046] = {.lex_state = 109, .external_lex_state = 1}, + [1047] = {.lex_state = 109, .external_lex_state = 1}, + [1048] = {.lex_state = 147}, + [1049] = {.lex_state = 109, .external_lex_state = 1}, + [1050] = {.lex_state = 147}, + [1051] = {.lex_state = 147}, + [1052] = {.lex_state = 147}, + [1053] = {.lex_state = 109, .external_lex_state = 1}, + [1054] = {.lex_state = 147}, + [1055] = {.lex_state = 147}, + [1056] = {.lex_state = 147}, + [1057] = {.lex_state = 147}, + [1058] = {.lex_state = 147}, + [1059] = {.lex_state = 147}, + [1060] = {.lex_state = 147}, + [1061] = {.lex_state = 147}, + [1062] = {.lex_state = 147}, + [1063] = {.lex_state = 147}, + [1064] = {.lex_state = 147}, + [1065] = {.lex_state = 124}, [1066] = {.lex_state = 125}, - [1067] = {.lex_state = 125}, - [1068] = {.lex_state = 125}, + [1067] = {.lex_state = 124}, + [1068] = {.lex_state = 124}, [1069] = {.lex_state = 124}, - [1070] = {.lex_state = 124}, + [1070] = {.lex_state = 125}, [1071] = {.lex_state = 125}, [1072] = {.lex_state = 124}, - [1073] = {.lex_state = 125}, + [1073] = {.lex_state = 124}, [1074] = {.lex_state = 125}, - [1075] = {.lex_state = 125}, - [1076] = {.lex_state = 124}, - [1077] = {.lex_state = 124}, - [1078] = {.lex_state = 125}, - [1079] = {.lex_state = 125}, - [1080] = {.lex_state = 147}, - [1081] = {.lex_state = 147}, - [1082] = {.lex_state = 147}, - [1083] = {.lex_state = 147}, - [1084] = {.lex_state = 113, .external_lex_state = 1}, - [1085] = {.lex_state = 113, .external_lex_state = 1}, - [1086] = {.lex_state = 113, .external_lex_state = 1}, - [1087] = {.lex_state = 113, .external_lex_state = 1}, - [1088] = {.lex_state = 113, .external_lex_state = 1}, - [1089] = {.lex_state = 113, .external_lex_state = 1}, - [1090] = {.lex_state = 109, .external_lex_state = 1}, - [1091] = {.lex_state = 113, .external_lex_state = 1}, - [1092] = {.lex_state = 113, .external_lex_state = 1}, - [1093] = {.lex_state = 113, .external_lex_state = 1}, - [1094] = {.lex_state = 113, .external_lex_state = 1}, - [1095] = {.lex_state = 113, .external_lex_state = 1}, - [1096] = {.lex_state = 113, .external_lex_state = 1}, - [1097] = {.lex_state = 113, .external_lex_state = 1}, - [1098] = {.lex_state = 113, .external_lex_state = 1}, - [1099] = {.lex_state = 113, .external_lex_state = 1}, - [1100] = {.lex_state = 113, .external_lex_state = 1}, - [1101] = {.lex_state = 113, .external_lex_state = 1}, - [1102] = {.lex_state = 113, .external_lex_state = 1}, - [1103] = {.lex_state = 113, .external_lex_state = 1}, - [1104] = {.lex_state = 113, .external_lex_state = 1}, - [1105] = {.lex_state = 113, .external_lex_state = 1}, - [1106] = {.lex_state = 113, .external_lex_state = 1}, - [1107] = {.lex_state = 113, .external_lex_state = 1}, - [1108] = {.lex_state = 113, .external_lex_state = 1}, - [1109] = {.lex_state = 113, .external_lex_state = 1}, - [1110] = {.lex_state = 113, .external_lex_state = 1}, - [1111] = {.lex_state = 113, .external_lex_state = 1}, - [1112] = {.lex_state = 113, .external_lex_state = 1}, - [1113] = {.lex_state = 113, .external_lex_state = 1}, - [1114] = {.lex_state = 113, .external_lex_state = 1}, - [1115] = {.lex_state = 113, .external_lex_state = 1}, - [1116] = {.lex_state = 113, .external_lex_state = 1}, - [1117] = {.lex_state = 113, .external_lex_state = 1}, - [1118] = {.lex_state = 113, .external_lex_state = 1}, - [1119] = {.lex_state = 113, .external_lex_state = 1}, - [1120] = {.lex_state = 113, .external_lex_state = 1}, - [1121] = {.lex_state = 113, .external_lex_state = 1}, - [1122] = {.lex_state = 113, .external_lex_state = 1}, - [1123] = {.lex_state = 113, .external_lex_state = 1}, - [1124] = {.lex_state = 113, .external_lex_state = 1}, - [1125] = {.lex_state = 113, .external_lex_state = 1}, - [1126] = {.lex_state = 113, .external_lex_state = 1}, - [1127] = {.lex_state = 113, .external_lex_state = 1}, - [1128] = {.lex_state = 113, .external_lex_state = 1}, - [1129] = {.lex_state = 113, .external_lex_state = 1}, - [1130] = {.lex_state = 113, .external_lex_state = 1}, - [1131] = {.lex_state = 113, .external_lex_state = 1}, - [1132] = {.lex_state = 113, .external_lex_state = 1}, - [1133] = {.lex_state = 113, .external_lex_state = 1}, - [1134] = {.lex_state = 113, .external_lex_state = 1}, - [1135] = {.lex_state = 113, .external_lex_state = 1}, - [1136] = {.lex_state = 113, .external_lex_state = 1}, - [1137] = {.lex_state = 113, .external_lex_state = 1}, - [1138] = {.lex_state = 113, .external_lex_state = 1}, - [1139] = {.lex_state = 113, .external_lex_state = 1}, - [1140] = {.lex_state = 113, .external_lex_state = 1}, - [1141] = {.lex_state = 113, .external_lex_state = 1}, - [1142] = {.lex_state = 113, .external_lex_state = 1}, - [1143] = {.lex_state = 113, .external_lex_state = 1}, - [1144] = {.lex_state = 113, .external_lex_state = 1}, - [1145] = {.lex_state = 109, .external_lex_state = 1}, - [1146] = {.lex_state = 113, .external_lex_state = 1}, - [1147] = {.lex_state = 113, .external_lex_state = 1}, - [1148] = {.lex_state = 113, .external_lex_state = 1}, - [1149] = {.lex_state = 113, .external_lex_state = 1}, - [1150] = {.lex_state = 109, .external_lex_state = 1}, - [1151] = {.lex_state = 113, .external_lex_state = 1}, - [1152] = {.lex_state = 113, .external_lex_state = 1}, - [1153] = {.lex_state = 113, .external_lex_state = 1}, - [1154] = {.lex_state = 113, .external_lex_state = 1}, - [1155] = {.lex_state = 113, .external_lex_state = 1}, - [1156] = {.lex_state = 113, .external_lex_state = 1}, - [1157] = {.lex_state = 113, .external_lex_state = 1}, - [1158] = {.lex_state = 113, .external_lex_state = 1}, - [1159] = {.lex_state = 113, .external_lex_state = 1}, - [1160] = {.lex_state = 109, .external_lex_state = 1}, - [1161] = {.lex_state = 113, .external_lex_state = 1}, - [1162] = {.lex_state = 113, .external_lex_state = 1}, - [1163] = {.lex_state = 113, .external_lex_state = 1}, - [1164] = {.lex_state = 113, .external_lex_state = 1}, - [1165] = {.lex_state = 113, .external_lex_state = 1}, - [1166] = {.lex_state = 113, .external_lex_state = 1}, - [1167] = {.lex_state = 113, .external_lex_state = 1}, - [1168] = {.lex_state = 113, .external_lex_state = 1}, - [1169] = {.lex_state = 113, .external_lex_state = 1}, - [1170] = {.lex_state = 113, .external_lex_state = 1}, - [1171] = {.lex_state = 113, .external_lex_state = 1}, - [1172] = {.lex_state = 135}, - [1173] = {.lex_state = 113, .external_lex_state = 1}, - [1174] = {.lex_state = 113, .external_lex_state = 1}, - [1175] = {.lex_state = 113, .external_lex_state = 1}, - [1176] = {.lex_state = 113, .external_lex_state = 1}, - [1177] = {.lex_state = 113, .external_lex_state = 1}, - [1178] = {.lex_state = 113, .external_lex_state = 1}, - [1179] = {.lex_state = 113, .external_lex_state = 1}, - [1180] = {.lex_state = 135}, - [1181] = {.lex_state = 113, .external_lex_state = 1}, - [1182] = {.lex_state = 113, .external_lex_state = 1}, - [1183] = {.lex_state = 113, .external_lex_state = 1}, - [1184] = {.lex_state = 113, .external_lex_state = 1}, - [1185] = {.lex_state = 113, .external_lex_state = 1}, - [1186] = {.lex_state = 113, .external_lex_state = 1}, - [1187] = {.lex_state = 113, .external_lex_state = 1}, - [1188] = {.lex_state = 113, .external_lex_state = 1}, - [1189] = {.lex_state = 113, .external_lex_state = 1}, - [1190] = {.lex_state = 113, .external_lex_state = 1}, - [1191] = {.lex_state = 113, .external_lex_state = 1}, - [1192] = {.lex_state = 113, .external_lex_state = 1}, - [1193] = {.lex_state = 113, .external_lex_state = 1}, - [1194] = {.lex_state = 113, .external_lex_state = 1}, - [1195] = {.lex_state = 113, .external_lex_state = 1}, - [1196] = {.lex_state = 113, .external_lex_state = 1}, - [1197] = {.lex_state = 135}, - [1198] = {.lex_state = 113, .external_lex_state = 1}, - [1199] = {.lex_state = 113, .external_lex_state = 1}, - [1200] = {.lex_state = 113, .external_lex_state = 1}, - [1201] = {.lex_state = 109, .external_lex_state = 1}, - [1202] = {.lex_state = 113, .external_lex_state = 1}, - [1203] = {.lex_state = 113, .external_lex_state = 1}, - [1204] = {.lex_state = 113, .external_lex_state = 1}, - [1205] = {.lex_state = 113, .external_lex_state = 1}, - [1206] = {.lex_state = 102, .external_lex_state = 1}, - [1207] = {.lex_state = 113, .external_lex_state = 1}, - [1208] = {.lex_state = 113, .external_lex_state = 1}, - [1209] = {.lex_state = 113, .external_lex_state = 1}, - [1210] = {.lex_state = 113, .external_lex_state = 1}, - [1211] = {.lex_state = 113, .external_lex_state = 1}, - [1212] = {.lex_state = 113, .external_lex_state = 1}, - [1213] = {.lex_state = 113, .external_lex_state = 1}, - [1214] = {.lex_state = 113, .external_lex_state = 1}, - [1215] = {.lex_state = 113, .external_lex_state = 1}, - [1216] = {.lex_state = 113, .external_lex_state = 1}, - [1217] = {.lex_state = 113, .external_lex_state = 1}, - [1218] = {.lex_state = 113, .external_lex_state = 1}, - [1219] = {.lex_state = 147}, + [1075] = {.lex_state = 124}, + [1076] = {.lex_state = 125}, + [1077] = {.lex_state = 125}, + [1078] = {.lex_state = 124}, + [1079] = {.lex_state = 124}, + [1080] = {.lex_state = 124}, + [1081] = {.lex_state = 124}, + [1082] = {.lex_state = 125}, + [1083] = {.lex_state = 124}, + [1084] = {.lex_state = 124}, + [1085] = {.lex_state = 124}, + [1086] = {.lex_state = 125}, + [1087] = {.lex_state = 124}, + [1088] = {.lex_state = 125}, + [1089] = {.lex_state = 124}, + [1090] = {.lex_state = 125}, + [1091] = {.lex_state = 124}, + [1092] = {.lex_state = 124}, + [1093] = {.lex_state = 125}, + [1094] = {.lex_state = 125}, + [1095] = {.lex_state = 125}, + [1096] = {.lex_state = 124}, + [1097] = {.lex_state = 124}, + [1098] = {.lex_state = 125}, + [1099] = {.lex_state = 125}, + [1100] = {.lex_state = 125}, + [1101] = {.lex_state = 147}, + [1102] = {.lex_state = 124}, + [1103] = {.lex_state = 125}, + [1104] = {.lex_state = 124}, + [1105] = {.lex_state = 125}, + [1106] = {.lex_state = 124}, + [1107] = {.lex_state = 125}, + [1108] = {.lex_state = 124}, + [1109] = {.lex_state = 124}, + [1110] = {.lex_state = 124}, + [1111] = {.lex_state = 124}, + [1112] = {.lex_state = 124}, + [1113] = {.lex_state = 124}, + [1114] = {.lex_state = 125}, + [1115] = {.lex_state = 125}, + [1116] = {.lex_state = 125}, + [1117] = {.lex_state = 124}, + [1118] = {.lex_state = 124}, + [1119] = {.lex_state = 147}, + [1120] = {.lex_state = 124}, + [1121] = {.lex_state = 124}, + [1122] = {.lex_state = 124}, + [1123] = {.lex_state = 124}, + [1124] = {.lex_state = 124}, + [1125] = {.lex_state = 124}, + [1126] = {.lex_state = 124}, + [1127] = {.lex_state = 124}, + [1128] = {.lex_state = 124}, + [1129] = {.lex_state = 124}, + [1130] = {.lex_state = 124}, + [1131] = {.lex_state = 124}, + [1132] = {.lex_state = 125}, + [1133] = {.lex_state = 124}, + [1134] = {.lex_state = 124}, + [1135] = {.lex_state = 125}, + [1136] = {.lex_state = 125}, + [1137] = {.lex_state = 147}, + [1138] = {.lex_state = 124}, + [1139] = {.lex_state = 124}, + [1140] = {.lex_state = 124}, + [1141] = {.lex_state = 125}, + [1142] = {.lex_state = 124}, + [1143] = {.lex_state = 124}, + [1144] = {.lex_state = 124}, + [1145] = {.lex_state = 124}, + [1146] = {.lex_state = 125}, + [1147] = {.lex_state = 124}, + [1148] = {.lex_state = 125}, + [1149] = {.lex_state = 125}, + [1150] = {.lex_state = 125}, + [1151] = {.lex_state = 125}, + [1152] = {.lex_state = 125}, + [1153] = {.lex_state = 125}, + [1154] = {.lex_state = 124}, + [1155] = {.lex_state = 124}, + [1156] = {.lex_state = 125}, + [1157] = {.lex_state = 125}, + [1158] = {.lex_state = 124}, + [1159] = {.lex_state = 124}, + [1160] = {.lex_state = 124}, + [1161] = {.lex_state = 124}, + [1162] = {.lex_state = 125}, + [1163] = {.lex_state = 125}, + [1164] = {.lex_state = 125}, + [1165] = {.lex_state = 125}, + [1166] = {.lex_state = 124}, + [1167] = {.lex_state = 125}, + [1168] = {.lex_state = 147}, + [1169] = {.lex_state = 147}, + [1170] = {.lex_state = 147}, + [1171] = {.lex_state = 124}, + [1172] = {.lex_state = 124}, + [1173] = {.lex_state = 124}, + [1174] = {.lex_state = 147}, + [1175] = {.lex_state = 125}, + [1176] = {.lex_state = 125}, + [1177] = {.lex_state = 124}, + [1178] = {.lex_state = 124}, + [1179] = {.lex_state = 124}, + [1180] = {.lex_state = 125}, + [1181] = {.lex_state = 125}, + [1182] = {.lex_state = 125}, + [1183] = {.lex_state = 124}, + [1184] = {.lex_state = 124}, + [1185] = {.lex_state = 125}, + [1186] = {.lex_state = 124}, + [1187] = {.lex_state = 124}, + [1188] = {.lex_state = 124}, + [1189] = {.lex_state = 125}, + [1190] = {.lex_state = 125}, + [1191] = {.lex_state = 125}, + [1192] = {.lex_state = 125}, + [1193] = {.lex_state = 125}, + [1194] = {.lex_state = 125}, + [1195] = {.lex_state = 125}, + [1196] = {.lex_state = 125}, + [1197] = {.lex_state = 124}, + [1198] = {.lex_state = 125}, + [1199] = {.lex_state = 125}, + [1200] = {.lex_state = 125}, + [1201] = {.lex_state = 125}, + [1202] = {.lex_state = 125}, + [1203] = {.lex_state = 125}, + [1204] = {.lex_state = 125}, + [1205] = {.lex_state = 125}, + [1206] = {.lex_state = 125}, + [1207] = {.lex_state = 124}, + [1208] = {.lex_state = 125}, + [1209] = {.lex_state = 125}, + [1210] = {.lex_state = 125}, + [1211] = {.lex_state = 125}, + [1212] = {.lex_state = 125}, + [1213] = {.lex_state = 124}, + [1214] = {.lex_state = 125}, + [1215] = {.lex_state = 125}, + [1216] = {.lex_state = 125}, + [1217] = {.lex_state = 125}, + [1218] = {.lex_state = 125}, + [1219] = {.lex_state = 125}, [1220] = {.lex_state = 147}, [1221] = {.lex_state = 147}, - [1222] = {.lex_state = 103, .external_lex_state = 1}, - [1223] = {.lex_state = 102, .external_lex_state = 1}, - [1224] = {.lex_state = 147}, - [1225] = {.lex_state = 113, .external_lex_state = 1}, - [1226] = {.lex_state = 147}, - [1227] = {.lex_state = 113, .external_lex_state = 1}, - [1228] = {.lex_state = 113, .external_lex_state = 1}, - [1229] = {.lex_state = 113, .external_lex_state = 1}, - [1230] = {.lex_state = 113, .external_lex_state = 1}, - [1231] = {.lex_state = 113, .external_lex_state = 1}, - [1232] = {.lex_state = 147}, + [1222] = {.lex_state = 147}, + [1223] = {.lex_state = 147}, + [1224] = {.lex_state = 102, .external_lex_state = 1}, + [1225] = {.lex_state = 135}, + [1226] = {.lex_state = 135}, + [1227] = {.lex_state = 135}, + [1228] = {.lex_state = 147}, + [1229] = {.lex_state = 147}, + [1230] = {.lex_state = 147}, + [1231] = {.lex_state = 103, .external_lex_state = 1}, + [1232] = {.lex_state = 102, .external_lex_state = 1}, [1233] = {.lex_state = 113, .external_lex_state = 1}, [1234] = {.lex_state = 113, .external_lex_state = 1}, [1235] = {.lex_state = 113, .external_lex_state = 1}, - [1236] = {.lex_state = 113, .external_lex_state = 1}, - [1237] = {.lex_state = 143}, + [1236] = {.lex_state = 147}, + [1237] = {.lex_state = 113, .external_lex_state = 1}, [1238] = {.lex_state = 113, .external_lex_state = 1}, - [1239] = {.lex_state = 111, .external_lex_state = 1}, - [1240] = {.lex_state = 113, .external_lex_state = 1}, - [1241] = {.lex_state = 143}, + [1239] = {.lex_state = 113, .external_lex_state = 1}, + [1240] = {.lex_state = 147}, + [1241] = {.lex_state = 147}, [1242] = {.lex_state = 113, .external_lex_state = 1}, - [1243] = {.lex_state = 147}, + [1243] = {.lex_state = 113, .external_lex_state = 1}, [1244] = {.lex_state = 113, .external_lex_state = 1}, [1245] = {.lex_state = 113, .external_lex_state = 1}, [1246] = {.lex_state = 143}, [1247] = {.lex_state = 113, .external_lex_state = 1}, - [1248] = {.lex_state = 113, .external_lex_state = 1}, - [1249] = {.lex_state = 147}, + [1248] = {.lex_state = 143}, + [1249] = {.lex_state = 113, .external_lex_state = 1}, [1250] = {.lex_state = 113, .external_lex_state = 1}, - [1251] = {.lex_state = 113, .external_lex_state = 1}, - [1252] = {.lex_state = 143}, + [1251] = {.lex_state = 143}, + [1252] = {.lex_state = 113, .external_lex_state = 1}, [1253] = {.lex_state = 113, .external_lex_state = 1}, - [1254] = {.lex_state = 113, .external_lex_state = 1}, + [1254] = {.lex_state = 147}, [1255] = {.lex_state = 113, .external_lex_state = 1}, - [1256] = {.lex_state = 113, .external_lex_state = 1}, + [1256] = {.lex_state = 111, .external_lex_state = 1}, [1257] = {.lex_state = 113, .external_lex_state = 1}, [1258] = {.lex_state = 113, .external_lex_state = 1}, - [1259] = {.lex_state = 147}, - [1260] = {.lex_state = 147}, - [1261] = {.lex_state = 148}, - [1262] = {.lex_state = 148}, - [1263] = {.lex_state = 148}, - [1264] = {.lex_state = 148}, - [1265] = {.lex_state = 148}, - [1266] = {.lex_state = 148}, - [1267] = {.lex_state = 148}, - [1268] = {.lex_state = 148}, - [1269] = {.lex_state = 148}, + [1259] = {.lex_state = 113, .external_lex_state = 1}, + [1260] = {.lex_state = 113, .external_lex_state = 1}, + [1261] = {.lex_state = 143}, + [1262] = {.lex_state = 113, .external_lex_state = 1}, + [1263] = {.lex_state = 113, .external_lex_state = 1}, + [1264] = {.lex_state = 113, .external_lex_state = 1}, + [1265] = {.lex_state = 113, .external_lex_state = 1}, + [1266] = {.lex_state = 147}, + [1267] = {.lex_state = 113, .external_lex_state = 1}, + [1268] = {.lex_state = 147}, + [1269] = {.lex_state = 147}, [1270] = {.lex_state = 148}, [1271] = {.lex_state = 148}, [1272] = {.lex_state = 148}, @@ -20655,27 +20672,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1277] = {.lex_state = 148}, [1278] = {.lex_state = 148}, [1279] = {.lex_state = 148}, - [1280] = {.lex_state = 148}, - [1281] = {.lex_state = 147}, + [1280] = {.lex_state = 147}, + [1281] = {.lex_state = 148}, [1282] = {.lex_state = 148}, [1283] = {.lex_state = 148}, - [1284] = {.lex_state = 148}, - [1285] = {.lex_state = 148}, - [1286] = {.lex_state = 147}, + [1284] = {.lex_state = 104, .external_lex_state = 1}, + [1285] = {.lex_state = 147}, + [1286] = {.lex_state = 148}, [1287] = {.lex_state = 148}, [1288] = {.lex_state = 148}, - [1289] = {.lex_state = 148}, + [1289] = {.lex_state = 150}, [1290] = {.lex_state = 148}, - [1291] = {.lex_state = 147}, + [1291] = {.lex_state = 148}, [1292] = {.lex_state = 148}, [1293] = {.lex_state = 148}, - [1294] = {.lex_state = 104, .external_lex_state = 1}, - [1295] = {.lex_state = 147}, - [1296] = {.lex_state = 147}, + [1294] = {.lex_state = 148}, + [1295] = {.lex_state = 148}, + [1296] = {.lex_state = 148}, [1297] = {.lex_state = 148}, [1298] = {.lex_state = 148}, - [1299] = {.lex_state = 148}, - [1300] = {.lex_state = 150}, + [1299] = {.lex_state = 147}, + [1300] = {.lex_state = 147}, [1301] = {.lex_state = 148}, [1302] = {.lex_state = 148}, [1303] = {.lex_state = 148}, @@ -20683,7 +20700,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1305] = {.lex_state = 148}, [1306] = {.lex_state = 148}, [1307] = {.lex_state = 148}, - [1308] = {.lex_state = 148}, + [1308] = {.lex_state = 147}, [1309] = {.lex_state = 148}, [1310] = {.lex_state = 148}, [1311] = {.lex_state = 148}, @@ -20693,7 +20710,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1315] = {.lex_state = 148}, [1316] = {.lex_state = 148}, [1317] = {.lex_state = 148}, - [1318] = {.lex_state = 148}, + [1318] = {.lex_state = 135}, [1319] = {.lex_state = 148}, [1320] = {.lex_state = 148}, [1321] = {.lex_state = 148}, @@ -20702,18 +20719,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1324] = {.lex_state = 148}, [1325] = {.lex_state = 148}, [1326] = {.lex_state = 148}, - [1327] = {.lex_state = 135}, + [1327] = {.lex_state = 148}, [1328] = {.lex_state = 148}, [1329] = {.lex_state = 148}, [1330] = {.lex_state = 148}, [1331] = {.lex_state = 148}, [1332] = {.lex_state = 148}, [1333] = {.lex_state = 148}, - [1334] = {.lex_state = 147}, + [1334] = {.lex_state = 148}, [1335] = {.lex_state = 148}, [1336] = {.lex_state = 148}, [1337] = {.lex_state = 148}, - [1338] = {.lex_state = 148}, + [1338] = {.lex_state = 147}, [1339] = {.lex_state = 148}, [1340] = {.lex_state = 148}, [1341] = {.lex_state = 148}, @@ -20727,37 +20744,37 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1349] = {.lex_state = 148}, [1350] = {.lex_state = 148}, [1351] = {.lex_state = 148}, - [1352] = {.lex_state = 147}, - [1353] = {.lex_state = 104, .external_lex_state = 1}, - [1354] = {.lex_state = 105, .external_lex_state = 1}, + [1352] = {.lex_state = 148}, + [1353] = {.lex_state = 148}, + [1354] = {.lex_state = 148}, [1355] = {.lex_state = 148}, - [1356] = {.lex_state = 147}, - [1357] = {.lex_state = 135}, - [1358] = {.lex_state = 135}, - [1359] = {.lex_state = 135}, - [1360] = {.lex_state = 104, .external_lex_state = 1}, - [1361] = {.lex_state = 135}, - [1362] = {.lex_state = 151}, - [1363] = {.lex_state = 148}, - [1364] = {.lex_state = 151}, - [1365] = {.lex_state = 151}, - [1366] = {.lex_state = 148}, + [1356] = {.lex_state = 148}, + [1357] = {.lex_state = 148}, + [1358] = {.lex_state = 148}, + [1359] = {.lex_state = 148}, + [1360] = {.lex_state = 148}, + [1361] = {.lex_state = 147}, + [1362] = {.lex_state = 105, .external_lex_state = 1}, + [1363] = {.lex_state = 104, .external_lex_state = 1}, + [1364] = {.lex_state = 148}, + [1365] = {.lex_state = 147}, + [1366] = {.lex_state = 135}, [1367] = {.lex_state = 151}, [1368] = {.lex_state = 151}, - [1369] = {.lex_state = 135}, + [1369] = {.lex_state = 148}, [1370] = {.lex_state = 135}, - [1371] = {.lex_state = 151}, - [1372] = {.lex_state = 135}, - [1373] = {.lex_state = 148}, - [1374] = {.lex_state = 151}, - [1375] = {.lex_state = 151}, - [1376] = {.lex_state = 148}, + [1371] = {.lex_state = 135}, + [1372] = {.lex_state = 104, .external_lex_state = 1}, + [1373] = {.lex_state = 135}, + [1374] = {.lex_state = 135}, + [1375] = {.lex_state = 135}, + [1376] = {.lex_state = 151}, [1377] = {.lex_state = 151}, - [1378] = {.lex_state = 148}, - [1379] = {.lex_state = 151}, + [1378] = {.lex_state = 151}, + [1379] = {.lex_state = 148}, [1380] = {.lex_state = 151}, - [1381] = {.lex_state = 151}, - [1382] = {.lex_state = 151}, + [1381] = {.lex_state = 135}, + [1382] = {.lex_state = 148}, [1383] = {.lex_state = 151}, [1384] = {.lex_state = 151}, [1385] = {.lex_state = 151}, @@ -20765,26 +20782,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1387] = {.lex_state = 151}, [1388] = {.lex_state = 151}, [1389] = {.lex_state = 151}, - [1390] = {.lex_state = 135}, + [1390] = {.lex_state = 148}, [1391] = {.lex_state = 151}, [1392] = {.lex_state = 151}, - [1393] = {.lex_state = 135}, - [1394] = {.lex_state = 135}, - [1395] = {.lex_state = 135}, - [1396] = {.lex_state = 135}, - [1397] = {.lex_state = 135}, - [1398] = {.lex_state = 135}, + [1393] = {.lex_state = 151}, + [1394] = {.lex_state = 151}, + [1395] = {.lex_state = 148}, + [1396] = {.lex_state = 151}, + [1397] = {.lex_state = 151}, + [1398] = {.lex_state = 151}, [1399] = {.lex_state = 135}, [1400] = {.lex_state = 135}, [1401] = {.lex_state = 151}, - [1402] = {.lex_state = 151}, - [1403] = {.lex_state = 151}, - [1404] = {.lex_state = 151}, - [1405] = {.lex_state = 151}, + [1402] = {.lex_state = 135}, + [1403] = {.lex_state = 135}, + [1404] = {.lex_state = 135}, + [1405] = {.lex_state = 135}, [1406] = {.lex_state = 151}, - [1407] = {.lex_state = 151}, - [1408] = {.lex_state = 151}, - [1409] = {.lex_state = 151}, + [1407] = {.lex_state = 135}, + [1408] = {.lex_state = 135}, + [1409] = {.lex_state = 135}, [1410] = {.lex_state = 151}, [1411] = {.lex_state = 151}, [1412] = {.lex_state = 151}, @@ -20828,102 +20845,102 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1450] = {.lex_state = 151}, [1451] = {.lex_state = 151}, [1452] = {.lex_state = 151}, - [1453] = {.lex_state = 148}, - [1454] = {.lex_state = 148}, - [1455] = {.lex_state = 135}, + [1453] = {.lex_state = 151}, + [1454] = {.lex_state = 151}, + [1455] = {.lex_state = 151}, [1456] = {.lex_state = 151}, - [1457] = {.lex_state = 148}, - [1458] = {.lex_state = 148}, - [1459] = {.lex_state = 135}, - [1460] = {.lex_state = 148}, - [1461] = {.lex_state = 148}, + [1457] = {.lex_state = 151}, + [1458] = {.lex_state = 151}, + [1459] = {.lex_state = 151}, + [1460] = {.lex_state = 151}, + [1461] = {.lex_state = 151}, [1462] = {.lex_state = 148}, - [1463] = {.lex_state = 151}, + [1463] = {.lex_state = 148}, [1464] = {.lex_state = 148}, [1465] = {.lex_state = 150}, [1466] = {.lex_state = 148}, [1467] = {.lex_state = 148}, - [1468] = {.lex_state = 148}, + [1468] = {.lex_state = 151}, [1469] = {.lex_state = 148}, [1470] = {.lex_state = 148}, - [1471] = {.lex_state = 147}, + [1471] = {.lex_state = 151}, [1472] = {.lex_state = 148}, - [1473] = {.lex_state = 148}, - [1474] = {.lex_state = 135}, + [1473] = {.lex_state = 135}, + [1474] = {.lex_state = 148}, [1475] = {.lex_state = 148}, - [1476] = {.lex_state = 135}, + [1476] = {.lex_state = 148}, [1477] = {.lex_state = 148}, - [1478] = {.lex_state = 111, .external_lex_state = 1}, + [1478] = {.lex_state = 135}, [1479] = {.lex_state = 148}, - [1480] = {.lex_state = 148}, - [1481] = {.lex_state = 135}, - [1482] = {.lex_state = 135}, - [1483] = {.lex_state = 148}, + [1480] = {.lex_state = 147}, + [1481] = {.lex_state = 148}, + [1482] = {.lex_state = 148}, + [1483] = {.lex_state = 135}, [1484] = {.lex_state = 148}, - [1485] = {.lex_state = 151}, - [1486] = {.lex_state = 151}, + [1485] = {.lex_state = 135}, + [1486] = {.lex_state = 148}, [1487] = {.lex_state = 135}, - [1488] = {.lex_state = 135}, - [1489] = {.lex_state = 135}, + [1488] = {.lex_state = 111, .external_lex_state = 1}, + [1489] = {.lex_state = 148}, [1490] = {.lex_state = 135}, - [1491] = {.lex_state = 135}, - [1492] = {.lex_state = 151}, - [1493] = {.lex_state = 135}, + [1491] = {.lex_state = 148}, + [1492] = {.lex_state = 148}, + [1493] = {.lex_state = 148}, [1494] = {.lex_state = 151}, [1495] = {.lex_state = 151}, - [1496] = {.lex_state = 113, .external_lex_state = 1}, - [1497] = {.lex_state = 113, .external_lex_state = 1}, - [1498] = {.lex_state = 113, .external_lex_state = 1}, - [1499] = {.lex_state = 113, .external_lex_state = 1}, - [1500] = {.lex_state = 113, .external_lex_state = 1}, - [1501] = {.lex_state = 113, .external_lex_state = 1}, - [1502] = {.lex_state = 113, .external_lex_state = 1}, - [1503] = {.lex_state = 113, .external_lex_state = 1}, - [1504] = {.lex_state = 113, .external_lex_state = 1}, + [1496] = {.lex_state = 135}, + [1497] = {.lex_state = 135}, + [1498] = {.lex_state = 135}, + [1499] = {.lex_state = 135}, + [1500] = {.lex_state = 135}, + [1501] = {.lex_state = 151}, + [1502] = {.lex_state = 151}, + [1503] = {.lex_state = 151}, + [1504] = {.lex_state = 135}, [1505] = {.lex_state = 113, .external_lex_state = 1}, - [1506] = {.lex_state = 148}, + [1506] = {.lex_state = 113, .external_lex_state = 1}, [1507] = {.lex_state = 113, .external_lex_state = 1}, [1508] = {.lex_state = 113, .external_lex_state = 1}, [1509] = {.lex_state = 113, .external_lex_state = 1}, - [1510] = {.lex_state = 113, .external_lex_state = 1}, - [1511] = {.lex_state = 148}, + [1510] = {.lex_state = 148}, + [1511] = {.lex_state = 113, .external_lex_state = 1}, [1512] = {.lex_state = 113, .external_lex_state = 1}, [1513] = {.lex_state = 113, .external_lex_state = 1}, [1514] = {.lex_state = 113, .external_lex_state = 1}, [1515] = {.lex_state = 113, .external_lex_state = 1}, - [1516] = {.lex_state = 148}, + [1516] = {.lex_state = 113, .external_lex_state = 1}, [1517] = {.lex_state = 113, .external_lex_state = 1}, [1518] = {.lex_state = 113, .external_lex_state = 1}, [1519] = {.lex_state = 113, .external_lex_state = 1}, - [1520] = {.lex_state = 113, .external_lex_state = 1}, - [1521] = {.lex_state = 151}, - [1522] = {.lex_state = 113, .external_lex_state = 1}, + [1520] = {.lex_state = 148}, + [1521] = {.lex_state = 113, .external_lex_state = 1}, + [1522] = {.lex_state = 148}, [1523] = {.lex_state = 113, .external_lex_state = 1}, - [1524] = {.lex_state = 151}, + [1524] = {.lex_state = 113, .external_lex_state = 1}, [1525] = {.lex_state = 113, .external_lex_state = 1}, [1526] = {.lex_state = 113, .external_lex_state = 1}, [1527] = {.lex_state = 113, .external_lex_state = 1}, [1528] = {.lex_state = 113, .external_lex_state = 1}, [1529] = {.lex_state = 113, .external_lex_state = 1}, [1530] = {.lex_state = 113, .external_lex_state = 1}, - [1531] = {.lex_state = 151}, - [1532] = {.lex_state = 151}, + [1531] = {.lex_state = 113, .external_lex_state = 1}, + [1532] = {.lex_state = 113, .external_lex_state = 1}, [1533] = {.lex_state = 113, .external_lex_state = 1}, - [1534] = {.lex_state = 113, .external_lex_state = 1}, - [1535] = {.lex_state = 148}, - [1536] = {.lex_state = 148}, - [1537] = {.lex_state = 149}, - [1538] = {.lex_state = 149}, - [1539] = {.lex_state = 149}, + [1534] = {.lex_state = 151}, + [1535] = {.lex_state = 113, .external_lex_state = 1}, + [1536] = {.lex_state = 151}, + [1537] = {.lex_state = 113, .external_lex_state = 1}, + [1538] = {.lex_state = 151}, + [1539] = {.lex_state = 113, .external_lex_state = 1}, [1540] = {.lex_state = 113, .external_lex_state = 1}, [1541] = {.lex_state = 113, .external_lex_state = 1}, - [1542] = {.lex_state = 113, .external_lex_state = 1}, + [1542] = {.lex_state = 151}, [1543] = {.lex_state = 113, .external_lex_state = 1}, - [1544] = {.lex_state = 113, .external_lex_state = 1}, - [1545] = {.lex_state = 113, .external_lex_state = 1}, - [1546] = {.lex_state = 113, .external_lex_state = 1}, - [1547] = {.lex_state = 113, .external_lex_state = 1}, - [1548] = {.lex_state = 113, .external_lex_state = 1}, + [1544] = {.lex_state = 148}, + [1545] = {.lex_state = 148}, + [1546] = {.lex_state = 149}, + [1547] = {.lex_state = 149}, + [1548] = {.lex_state = 149}, [1549] = {.lex_state = 113, .external_lex_state = 1}, [1550] = {.lex_state = 113, .external_lex_state = 1}, [1551] = {.lex_state = 113, .external_lex_state = 1}, @@ -20952,7 +20969,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1574] = {.lex_state = 113, .external_lex_state = 1}, [1575] = {.lex_state = 113, .external_lex_state = 1}, [1576] = {.lex_state = 113, .external_lex_state = 1}, - [1577] = {.lex_state = 126}, + [1577] = {.lex_state = 113, .external_lex_state = 1}, [1578] = {.lex_state = 113, .external_lex_state = 1}, [1579] = {.lex_state = 113, .external_lex_state = 1}, [1580] = {.lex_state = 113, .external_lex_state = 1}, @@ -20960,186 +20977,186 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1582] = {.lex_state = 113, .external_lex_state = 1}, [1583] = {.lex_state = 113, .external_lex_state = 1}, [1584] = {.lex_state = 113, .external_lex_state = 1}, - [1585] = {.lex_state = 126}, + [1585] = {.lex_state = 113, .external_lex_state = 1}, [1586] = {.lex_state = 113, .external_lex_state = 1}, - [1587] = {.lex_state = 126}, + [1587] = {.lex_state = 113, .external_lex_state = 1}, [1588] = {.lex_state = 113, .external_lex_state = 1}, [1589] = {.lex_state = 126}, - [1590] = {.lex_state = 111, .external_lex_state = 1}, + [1590] = {.lex_state = 126}, [1591] = {.lex_state = 126}, - [1592] = {.lex_state = 111, .external_lex_state = 1}, + [1592] = {.lex_state = 113, .external_lex_state = 1}, [1593] = {.lex_state = 113, .external_lex_state = 1}, - [1594] = {.lex_state = 126}, - [1595] = {.lex_state = 126}, - [1596] = {.lex_state = 113, .external_lex_state = 1}, + [1594] = {.lex_state = 113, .external_lex_state = 1}, + [1595] = {.lex_state = 111, .external_lex_state = 1}, + [1596] = {.lex_state = 111, .external_lex_state = 1}, [1597] = {.lex_state = 113, .external_lex_state = 1}, - [1598] = {.lex_state = 111, .external_lex_state = 1}, - [1599] = {.lex_state = 126}, - [1600] = {.lex_state = 113, .external_lex_state = 1}, - [1601] = {.lex_state = 113, .external_lex_state = 1}, - [1602] = {.lex_state = 126}, + [1598] = {.lex_state = 126}, + [1599] = {.lex_state = 113, .external_lex_state = 1}, + [1600] = {.lex_state = 126}, + [1601] = {.lex_state = 126}, + [1602] = {.lex_state = 113, .external_lex_state = 1}, [1603] = {.lex_state = 113, .external_lex_state = 1}, [1604] = {.lex_state = 113, .external_lex_state = 1}, - [1605] = {.lex_state = 113, .external_lex_state = 1}, + [1605] = {.lex_state = 111, .external_lex_state = 1}, [1606] = {.lex_state = 113, .external_lex_state = 1}, [1607] = {.lex_state = 126}, [1608] = {.lex_state = 113, .external_lex_state = 1}, - [1609] = {.lex_state = 113, .external_lex_state = 1}, - [1610] = {.lex_state = 113, .external_lex_state = 1}, + [1609] = {.lex_state = 126}, + [1610] = {.lex_state = 126}, [1611] = {.lex_state = 113, .external_lex_state = 1}, [1612] = {.lex_state = 113, .external_lex_state = 1}, [1613] = {.lex_state = 113, .external_lex_state = 1}, [1614] = {.lex_state = 113, .external_lex_state = 1}, - [1615] = {.lex_state = 111, .external_lex_state = 1}, + [1615] = {.lex_state = 113, .external_lex_state = 1}, [1616] = {.lex_state = 111, .external_lex_state = 1}, - [1617] = {.lex_state = 126}, - [1618] = {.lex_state = 126}, + [1617] = {.lex_state = 113, .external_lex_state = 1}, + [1618] = {.lex_state = 113, .external_lex_state = 1}, [1619] = {.lex_state = 113, .external_lex_state = 1}, - [1620] = {.lex_state = 113, .external_lex_state = 1}, - [1621] = {.lex_state = 111, .external_lex_state = 1}, - [1622] = {.lex_state = 113, .external_lex_state = 1}, + [1620] = {.lex_state = 126}, + [1621] = {.lex_state = 113, .external_lex_state = 1}, + [1622] = {.lex_state = 126}, [1623] = {.lex_state = 126}, - [1624] = {.lex_state = 113, .external_lex_state = 1}, - [1625] = {.lex_state = 111, .external_lex_state = 1}, - [1626] = {.lex_state = 126}, + [1624] = {.lex_state = 126}, + [1625] = {.lex_state = 113, .external_lex_state = 1}, + [1626] = {.lex_state = 113, .external_lex_state = 1}, [1627] = {.lex_state = 113, .external_lex_state = 1}, - [1628] = {.lex_state = 111, .external_lex_state = 1}, - [1629] = {.lex_state = 126}, - [1630] = {.lex_state = 126}, - [1631] = {.lex_state = 111, .external_lex_state = 1}, - [1632] = {.lex_state = 126}, + [1628] = {.lex_state = 113, .external_lex_state = 1}, + [1629] = {.lex_state = 113, .external_lex_state = 1}, + [1630] = {.lex_state = 111, .external_lex_state = 1}, + [1631] = {.lex_state = 113, .external_lex_state = 1}, + [1632] = {.lex_state = 113, .external_lex_state = 1}, [1633] = {.lex_state = 126}, - [1634] = {.lex_state = 126}, - [1635] = {.lex_state = 113, .external_lex_state = 1}, + [1634] = {.lex_state = 111, .external_lex_state = 1}, + [1635] = {.lex_state = 126}, [1636] = {.lex_state = 113, .external_lex_state = 1}, [1637] = {.lex_state = 126}, - [1638] = {.lex_state = 126}, - [1639] = {.lex_state = 111, .external_lex_state = 1}, - [1640] = {.lex_state = 111, .external_lex_state = 1}, - [1641] = {.lex_state = 126}, - [1642] = {.lex_state = 126}, + [1638] = {.lex_state = 113, .external_lex_state = 1}, + [1639] = {.lex_state = 126}, + [1640] = {.lex_state = 113, .external_lex_state = 1}, + [1641] = {.lex_state = 113, .external_lex_state = 1}, + [1642] = {.lex_state = 113, .external_lex_state = 1}, [1643] = {.lex_state = 113, .external_lex_state = 1}, [1644] = {.lex_state = 113, .external_lex_state = 1}, [1645] = {.lex_state = 113, .external_lex_state = 1}, [1646] = {.lex_state = 113, .external_lex_state = 1}, [1647] = {.lex_state = 113, .external_lex_state = 1}, - [1648] = {.lex_state = 113, .external_lex_state = 1}, - [1649] = {.lex_state = 113, .external_lex_state = 1}, - [1650] = {.lex_state = 113, .external_lex_state = 1}, + [1648] = {.lex_state = 126}, + [1649] = {.lex_state = 126}, + [1650] = {.lex_state = 111, .external_lex_state = 1}, [1651] = {.lex_state = 113, .external_lex_state = 1}, [1652] = {.lex_state = 113, .external_lex_state = 1}, - [1653] = {.lex_state = 113, .external_lex_state = 1}, + [1653] = {.lex_state = 126}, [1654] = {.lex_state = 126}, [1655] = {.lex_state = 113, .external_lex_state = 1}, - [1656] = {.lex_state = 126}, - [1657] = {.lex_state = 113, .external_lex_state = 1}, + [1656] = {.lex_state = 111, .external_lex_state = 1}, + [1657] = {.lex_state = 126}, [1658] = {.lex_state = 113, .external_lex_state = 1}, - [1659] = {.lex_state = 111, .external_lex_state = 1}, - [1660] = {.lex_state = 111, .external_lex_state = 1}, + [1659] = {.lex_state = 113, .external_lex_state = 1}, + [1660] = {.lex_state = 113, .external_lex_state = 1}, [1661] = {.lex_state = 113, .external_lex_state = 1}, [1662] = {.lex_state = 113, .external_lex_state = 1}, [1663] = {.lex_state = 113, .external_lex_state = 1}, - [1664] = {.lex_state = 126}, - [1665] = {.lex_state = 111, .external_lex_state = 1}, + [1664] = {.lex_state = 113, .external_lex_state = 1}, + [1665] = {.lex_state = 113, .external_lex_state = 1}, [1666] = {.lex_state = 113, .external_lex_state = 1}, [1667] = {.lex_state = 113, .external_lex_state = 1}, - [1668] = {.lex_state = 113, .external_lex_state = 1}, + [1668] = {.lex_state = 126}, [1669] = {.lex_state = 113, .external_lex_state = 1}, [1670] = {.lex_state = 113, .external_lex_state = 1}, [1671] = {.lex_state = 113, .external_lex_state = 1}, - [1672] = {.lex_state = 126}, + [1672] = {.lex_state = 113, .external_lex_state = 1}, [1673] = {.lex_state = 113, .external_lex_state = 1}, - [1674] = {.lex_state = 126}, + [1674] = {.lex_state = 113, .external_lex_state = 1}, [1675] = {.lex_state = 113, .external_lex_state = 1}, [1676] = {.lex_state = 113, .external_lex_state = 1}, - [1677] = {.lex_state = 126}, + [1677] = {.lex_state = 113, .external_lex_state = 1}, [1678] = {.lex_state = 113, .external_lex_state = 1}, [1679] = {.lex_state = 113, .external_lex_state = 1}, [1680] = {.lex_state = 113, .external_lex_state = 1}, [1681] = {.lex_state = 113, .external_lex_state = 1}, - [1682] = {.lex_state = 113, .external_lex_state = 1}, + [1682] = {.lex_state = 126}, [1683] = {.lex_state = 113, .external_lex_state = 1}, - [1684] = {.lex_state = 126}, + [1684] = {.lex_state = 113, .external_lex_state = 1}, [1685] = {.lex_state = 113, .external_lex_state = 1}, - [1686] = {.lex_state = 113, .external_lex_state = 1}, + [1686] = {.lex_state = 126}, [1687] = {.lex_state = 113, .external_lex_state = 1}, [1688] = {.lex_state = 126}, - [1689] = {.lex_state = 113, .external_lex_state = 1}, - [1690] = {.lex_state = 113, .external_lex_state = 1}, - [1691] = {.lex_state = 113, .external_lex_state = 1}, + [1689] = {.lex_state = 111, .external_lex_state = 1}, + [1690] = {.lex_state = 111, .external_lex_state = 1}, + [1691] = {.lex_state = 111, .external_lex_state = 1}, [1692] = {.lex_state = 113, .external_lex_state = 1}, - [1693] = {.lex_state = 126}, + [1693] = {.lex_state = 113, .external_lex_state = 1}, [1694] = {.lex_state = 113, .external_lex_state = 1}, [1695] = {.lex_state = 113, .external_lex_state = 1}, [1696] = {.lex_state = 113, .external_lex_state = 1}, - [1697] = {.lex_state = 113, .external_lex_state = 1}, - [1698] = {.lex_state = 113, .external_lex_state = 1}, + [1697] = {.lex_state = 111, .external_lex_state = 1}, + [1698] = {.lex_state = 111, .external_lex_state = 1}, [1699] = {.lex_state = 113, .external_lex_state = 1}, [1700] = {.lex_state = 113, .external_lex_state = 1}, - [1701] = {.lex_state = 113, .external_lex_state = 1}, + [1701] = {.lex_state = 111, .external_lex_state = 1}, [1702] = {.lex_state = 113, .external_lex_state = 1}, - [1703] = {.lex_state = 126}, - [1704] = {.lex_state = 113, .external_lex_state = 1}, - [1705] = {.lex_state = 113, .external_lex_state = 1}, - [1706] = {.lex_state = 113, .external_lex_state = 1}, + [1703] = {.lex_state = 113, .external_lex_state = 1}, + [1704] = {.lex_state = 126}, + [1705] = {.lex_state = 126}, + [1706] = {.lex_state = 126}, [1707] = {.lex_state = 113, .external_lex_state = 1}, - [1708] = {.lex_state = 126}, + [1708] = {.lex_state = 113, .external_lex_state = 1}, [1709] = {.lex_state = 113, .external_lex_state = 1}, [1710] = {.lex_state = 113, .external_lex_state = 1}, [1711] = {.lex_state = 113, .external_lex_state = 1}, [1712] = {.lex_state = 113, .external_lex_state = 1}, - [1713] = {.lex_state = 113, .external_lex_state = 1}, + [1713] = {.lex_state = 126}, [1714] = {.lex_state = 113, .external_lex_state = 1}, [1715] = {.lex_state = 113, .external_lex_state = 1}, - [1716] = {.lex_state = 126}, - [1717] = {.lex_state = 126}, + [1716] = {.lex_state = 113, .external_lex_state = 1}, + [1717] = {.lex_state = 113, .external_lex_state = 1}, [1718] = {.lex_state = 113, .external_lex_state = 1}, [1719] = {.lex_state = 113, .external_lex_state = 1}, - [1720] = {.lex_state = 113, .external_lex_state = 1}, - [1721] = {.lex_state = 113, .external_lex_state = 1}, - [1722] = {.lex_state = 126}, + [1720] = {.lex_state = 126}, + [1721] = {.lex_state = 126}, + [1722] = {.lex_state = 113, .external_lex_state = 1}, [1723] = {.lex_state = 113, .external_lex_state = 1}, [1724] = {.lex_state = 113, .external_lex_state = 1}, - [1725] = {.lex_state = 126}, - [1726] = {.lex_state = 113, .external_lex_state = 1}, - [1727] = {.lex_state = 113, .external_lex_state = 1}, - [1728] = {.lex_state = 126}, - [1729] = {.lex_state = 113, .external_lex_state = 1}, - [1730] = {.lex_state = 126}, + [1725] = {.lex_state = 113, .external_lex_state = 1}, + [1726] = {.lex_state = 126}, + [1727] = {.lex_state = 126}, + [1728] = {.lex_state = 113, .external_lex_state = 1}, + [1729] = {.lex_state = 126}, + [1730] = {.lex_state = 113, .external_lex_state = 1}, [1731] = {.lex_state = 113, .external_lex_state = 1}, [1732] = {.lex_state = 113, .external_lex_state = 1}, [1733] = {.lex_state = 113, .external_lex_state = 1}, [1734] = {.lex_state = 113, .external_lex_state = 1}, - [1735] = {.lex_state = 113, .external_lex_state = 1}, + [1735] = {.lex_state = 126}, [1736] = {.lex_state = 113, .external_lex_state = 1}, [1737] = {.lex_state = 113, .external_lex_state = 1}, [1738] = {.lex_state = 113, .external_lex_state = 1}, [1739] = {.lex_state = 113, .external_lex_state = 1}, [1740] = {.lex_state = 113, .external_lex_state = 1}, - [1741] = {.lex_state = 126}, - [1742] = {.lex_state = 113, .external_lex_state = 1}, - [1743] = {.lex_state = 126}, - [1744] = {.lex_state = 113, .external_lex_state = 1}, + [1741] = {.lex_state = 113, .external_lex_state = 1}, + [1742] = {.lex_state = 126}, + [1743] = {.lex_state = 113, .external_lex_state = 1}, + [1744] = {.lex_state = 126}, [1745] = {.lex_state = 113, .external_lex_state = 1}, [1746] = {.lex_state = 126}, - [1747] = {.lex_state = 113, .external_lex_state = 1}, - [1748] = {.lex_state = 126}, - [1749] = {.lex_state = 126}, + [1747] = {.lex_state = 126}, + [1748] = {.lex_state = 113, .external_lex_state = 1}, + [1749] = {.lex_state = 113, .external_lex_state = 1}, [1750] = {.lex_state = 113, .external_lex_state = 1}, [1751] = {.lex_state = 113, .external_lex_state = 1}, [1752] = {.lex_state = 113, .external_lex_state = 1}, [1753] = {.lex_state = 113, .external_lex_state = 1}, - [1754] = {.lex_state = 113, .external_lex_state = 1}, + [1754] = {.lex_state = 126}, [1755] = {.lex_state = 113, .external_lex_state = 1}, [1756] = {.lex_state = 113, .external_lex_state = 1}, - [1757] = {.lex_state = 113, .external_lex_state = 1}, - [1758] = {.lex_state = 113, .external_lex_state = 1}, + [1757] = {.lex_state = 126}, + [1758] = {.lex_state = 126}, [1759] = {.lex_state = 113, .external_lex_state = 1}, [1760] = {.lex_state = 113, .external_lex_state = 1}, - [1761] = {.lex_state = 113, .external_lex_state = 1}, + [1761] = {.lex_state = 126}, [1762] = {.lex_state = 113, .external_lex_state = 1}, [1763] = {.lex_state = 113, .external_lex_state = 1}, - [1764] = {.lex_state = 113, .external_lex_state = 1}, + [1764] = {.lex_state = 126}, [1765] = {.lex_state = 113, .external_lex_state = 1}, [1766] = {.lex_state = 113, .external_lex_state = 1}, [1767] = {.lex_state = 113, .external_lex_state = 1}, @@ -21312,352 +21329,352 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1934] = {.lex_state = 113, .external_lex_state = 1}, [1935] = {.lex_state = 113, .external_lex_state = 1}, [1936] = {.lex_state = 113, .external_lex_state = 1}, - [1937] = {.lex_state = 126}, - [1938] = {.lex_state = 109, .external_lex_state = 1}, + [1937] = {.lex_state = 113, .external_lex_state = 1}, + [1938] = {.lex_state = 113, .external_lex_state = 1}, [1939] = {.lex_state = 113, .external_lex_state = 1}, [1940] = {.lex_state = 113, .external_lex_state = 1}, [1941] = {.lex_state = 113, .external_lex_state = 1}, [1942] = {.lex_state = 113, .external_lex_state = 1}, - [1943] = {.lex_state = 127}, + [1943] = {.lex_state = 113, .external_lex_state = 1}, [1944] = {.lex_state = 113, .external_lex_state = 1}, - [1945] = {.lex_state = 127}, - [1946] = {.lex_state = 113, .external_lex_state = 1}, - [1947] = {.lex_state = 115, .external_lex_state = 1}, - [1948] = {.lex_state = 127}, - [1949] = {.lex_state = 127}, - [1950] = {.lex_state = 127}, - [1951] = {.lex_state = 127}, - [1952] = {.lex_state = 127}, + [1945] = {.lex_state = 113, .external_lex_state = 1}, + [1946] = {.lex_state = 126}, + [1947] = {.lex_state = 109, .external_lex_state = 1}, + [1948] = {.lex_state = 109, .external_lex_state = 1}, + [1949] = {.lex_state = 113, .external_lex_state = 1}, + [1950] = {.lex_state = 113, .external_lex_state = 1}, + [1951] = {.lex_state = 113, .external_lex_state = 1}, + [1952] = {.lex_state = 115, .external_lex_state = 1}, [1953] = {.lex_state = 115, .external_lex_state = 1}, [1954] = {.lex_state = 115, .external_lex_state = 1}, - [1955] = {.lex_state = 113, .external_lex_state = 1}, - [1956] = {.lex_state = 113, .external_lex_state = 1}, - [1957] = {.lex_state = 149}, - [1958] = {.lex_state = 113, .external_lex_state = 1}, + [1955] = {.lex_state = 127}, + [1956] = {.lex_state = 127}, + [1957] = {.lex_state = 113, .external_lex_state = 1}, + [1958] = {.lex_state = 127}, [1959] = {.lex_state = 113, .external_lex_state = 1}, - [1960] = {.lex_state = 149}, - [1961] = {.lex_state = 149}, - [1962] = {.lex_state = 128}, - [1963] = {.lex_state = 115, .external_lex_state = 1}, - [1964] = {.lex_state = 115, .external_lex_state = 1}, - [1965] = {.lex_state = 128}, - [1966] = {.lex_state = 131}, - [1967] = {.lex_state = 131}, - [1968] = {.lex_state = 131}, - [1969] = {.lex_state = 131}, - [1970] = {.lex_state = 131}, - [1971] = {.lex_state = 131}, - [1972] = {.lex_state = 131}, - [1973] = {.lex_state = 126}, - [1974] = {.lex_state = 118, .external_lex_state = 1}, - [1975] = {.lex_state = 118, .external_lex_state = 1}, - [1976] = {.lex_state = 129}, - [1977] = {.lex_state = 129}, - [1978] = {.lex_state = 129}, - [1979] = {.lex_state = 129}, - [1980] = {.lex_state = 129}, - [1981] = {.lex_state = 118, .external_lex_state = 1}, - [1982] = {.lex_state = 126}, + [1960] = {.lex_state = 113, .external_lex_state = 1}, + [1961] = {.lex_state = 127}, + [1962] = {.lex_state = 127}, + [1963] = {.lex_state = 127}, + [1964] = {.lex_state = 127}, + [1965] = {.lex_state = 113, .external_lex_state = 1}, + [1966] = {.lex_state = 149}, + [1967] = {.lex_state = 113, .external_lex_state = 1}, + [1968] = {.lex_state = 149}, + [1969] = {.lex_state = 149}, + [1970] = {.lex_state = 128}, + [1971] = {.lex_state = 128}, + [1972] = {.lex_state = 115, .external_lex_state = 1}, + [1973] = {.lex_state = 115, .external_lex_state = 1}, + [1974] = {.lex_state = 131}, + [1975] = {.lex_state = 131}, + [1976] = {.lex_state = 131}, + [1977] = {.lex_state = 131}, + [1978] = {.lex_state = 131}, + [1979] = {.lex_state = 131}, + [1980] = {.lex_state = 131}, + [1981] = {.lex_state = 129}, + [1982] = {.lex_state = 118, .external_lex_state = 1}, [1983] = {.lex_state = 129}, - [1984] = {.lex_state = 127}, + [1984] = {.lex_state = 129}, [1985] = {.lex_state = 126}, - [1986] = {.lex_state = 127}, - [1987] = {.lex_state = 131}, - [1988] = {.lex_state = 131}, - [1989] = {.lex_state = 127}, - [1990] = {.lex_state = 127}, - [1991] = {.lex_state = 118, .external_lex_state = 1}, - [1992] = {.lex_state = 115}, + [1986] = {.lex_state = 118, .external_lex_state = 1}, + [1987] = {.lex_state = 129}, + [1988] = {.lex_state = 129}, + [1989] = {.lex_state = 118, .external_lex_state = 1}, + [1990] = {.lex_state = 129}, + [1991] = {.lex_state = 126}, + [1992] = {.lex_state = 127}, [1993] = {.lex_state = 127}, - [1994] = {.lex_state = 127}, - [1995] = {.lex_state = 127}, + [1994] = {.lex_state = 131}, + [1995] = {.lex_state = 126}, [1996] = {.lex_state = 131}, [1997] = {.lex_state = 127}, - [1998] = {.lex_state = 133}, - [1999] = {.lex_state = 115}, - [2000] = {.lex_state = 133}, + [1998] = {.lex_state = 127}, + [1999] = {.lex_state = 133}, + [2000] = {.lex_state = 127}, [2001] = {.lex_state = 127}, [2002] = {.lex_state = 115}, - [2003] = {.lex_state = 115}, - [2004] = {.lex_state = 127}, - [2005] = {.lex_state = 118, .external_lex_state = 1}, - [2006] = {.lex_state = 137}, - [2007] = {.lex_state = 115}, - [2008] = {.lex_state = 132}, - [2009] = {.lex_state = 127}, - [2010] = {.lex_state = 129}, - [2011] = {.lex_state = 127}, - [2012] = {.lex_state = 115}, - [2013] = {.lex_state = 137}, - [2014] = {.lex_state = 132}, - [2015] = {.lex_state = 115}, - [2016] = {.lex_state = 115}, - [2017] = {.lex_state = 127}, - [2018] = {.lex_state = 137}, - [2019] = {.lex_state = 127}, - [2020] = {.lex_state = 132}, - [2021] = {.lex_state = 132}, + [2003] = {.lex_state = 127}, + [2004] = {.lex_state = 133}, + [2005] = {.lex_state = 115}, + [2006] = {.lex_state = 115}, + [2007] = {.lex_state = 127}, + [2008] = {.lex_state = 127}, + [2009] = {.lex_state = 118, .external_lex_state = 1}, + [2010] = {.lex_state = 131}, + [2011] = {.lex_state = 115}, + [2012] = {.lex_state = 118, .external_lex_state = 1}, + [2013] = {.lex_state = 127}, + [2014] = {.lex_state = 127}, + [2015] = {.lex_state = 137}, + [2016] = {.lex_state = 129}, + [2017] = {.lex_state = 137}, + [2018] = {.lex_state = 138}, + [2019] = {.lex_state = 115}, + [2020] = {.lex_state = 127}, + [2021] = {.lex_state = 127}, [2022] = {.lex_state = 132}, - [2023] = {.lex_state = 138}, - [2024] = {.lex_state = 115}, + [2023] = {.lex_state = 115}, + [2024] = {.lex_state = 137}, [2025] = {.lex_state = 132}, - [2026] = {.lex_state = 138}, - [2027] = {.lex_state = 115}, - [2028] = {.lex_state = 131}, - [2029] = {.lex_state = 126}, + [2026] = {.lex_state = 115}, + [2027] = {.lex_state = 138}, + [2028] = {.lex_state = 132}, + [2029] = {.lex_state = 115}, [2030] = {.lex_state = 127}, [2031] = {.lex_state = 115}, - [2032] = {.lex_state = 131}, - [2033] = {.lex_state = 126}, - [2034] = {.lex_state = 115}, - [2035] = {.lex_state = 115}, - [2036] = {.lex_state = 127}, - [2037] = {.lex_state = 126}, - [2038] = {.lex_state = 126}, - [2039] = {.lex_state = 115}, - [2040] = {.lex_state = 115}, - [2041] = {.lex_state = 115}, - [2042] = {.lex_state = 115}, - [2043] = {.lex_state = 115}, - [2044] = {.lex_state = 115}, - [2045] = {.lex_state = 127}, - [2046] = {.lex_state = 131}, - [2047] = {.lex_state = 115}, + [2032] = {.lex_state = 132}, + [2033] = {.lex_state = 115}, + [2034] = {.lex_state = 132}, + [2035] = {.lex_state = 132}, + [2036] = {.lex_state = 115}, + [2037] = {.lex_state = 115}, + [2038] = {.lex_state = 127}, + [2039] = {.lex_state = 126}, + [2040] = {.lex_state = 131}, + [2041] = {.lex_state = 127}, + [2042] = {.lex_state = 126}, + [2043] = {.lex_state = 126}, + [2044] = {.lex_state = 126}, + [2045] = {.lex_state = 131}, + [2046] = {.lex_state = 115}, + [2047] = {.lex_state = 139}, [2048] = {.lex_state = 115}, - [2049] = {.lex_state = 131}, - [2050] = {.lex_state = 131}, + [2049] = {.lex_state = 115}, + [2050] = {.lex_state = 115}, [2051] = {.lex_state = 115}, - [2052] = {.lex_state = 115}, + [2052] = {.lex_state = 131}, [2053] = {.lex_state = 115}, [2054] = {.lex_state = 115}, [2055] = {.lex_state = 115}, [2056] = {.lex_state = 115}, [2057] = {.lex_state = 115}, - [2058] = {.lex_state = 131}, - [2059] = {.lex_state = 139}, + [2058] = {.lex_state = 115}, + [2059] = {.lex_state = 115}, [2060] = {.lex_state = 115}, - [2061] = {.lex_state = 117}, + [2061] = {.lex_state = 115}, [2062] = {.lex_state = 115}, [2063] = {.lex_state = 115}, [2064] = {.lex_state = 115}, [2065] = {.lex_state = 115}, - [2066] = {.lex_state = 115}, + [2066] = {.lex_state = 139}, [2067] = {.lex_state = 115}, [2068] = {.lex_state = 115}, [2069] = {.lex_state = 115}, [2070] = {.lex_state = 115}, - [2071] = {.lex_state = 149}, + [2071] = {.lex_state = 115}, [2072] = {.lex_state = 115}, [2073] = {.lex_state = 115}, [2074] = {.lex_state = 115}, - [2075] = {.lex_state = 139}, - [2076] = {.lex_state = 115}, + [2075] = {.lex_state = 115}, + [2076] = {.lex_state = 149}, [2077] = {.lex_state = 115}, [2078] = {.lex_state = 115}, [2079] = {.lex_state = 115}, [2080] = {.lex_state = 115}, [2081] = {.lex_state = 115}, - [2082] = {.lex_state = 115}, + [2082] = {.lex_state = 149}, [2083] = {.lex_state = 115}, [2084] = {.lex_state = 115}, - [2085] = {.lex_state = 115}, - [2086] = {.lex_state = 131}, - [2087] = {.lex_state = 115}, + [2085] = {.lex_state = 126}, + [2086] = {.lex_state = 139}, + [2087] = {.lex_state = 139}, [2088] = {.lex_state = 115}, - [2089] = {.lex_state = 149}, - [2090] = {.lex_state = 115}, - [2091] = {.lex_state = 115}, - [2092] = {.lex_state = 126}, - [2093] = {.lex_state = 115}, + [2089] = {.lex_state = 117}, + [2090] = {.lex_state = 139}, + [2091] = {.lex_state = 131}, + [2092] = {.lex_state = 115}, + [2093] = {.lex_state = 131}, [2094] = {.lex_state = 115}, - [2095] = {.lex_state = 149}, - [2096] = {.lex_state = 115}, + [2095] = {.lex_state = 115}, + [2096] = {.lex_state = 139}, [2097] = {.lex_state = 115}, [2098] = {.lex_state = 115}, - [2099] = {.lex_state = 139}, + [2099] = {.lex_state = 115}, [2100] = {.lex_state = 115}, [2101] = {.lex_state = 115}, - [2102] = {.lex_state = 139}, + [2102] = {.lex_state = 115}, [2103] = {.lex_state = 115}, [2104] = {.lex_state = 115}, [2105] = {.lex_state = 115}, - [2106] = {.lex_state = 139}, - [2107] = {.lex_state = 115}, - [2108] = {.lex_state = 139}, - [2109] = {.lex_state = 126}, - [2110] = {.lex_state = 127}, + [2106] = {.lex_state = 127}, + [2107] = {.lex_state = 131}, + [2108] = {.lex_state = 115}, + [2109] = {.lex_state = 115}, + [2110] = {.lex_state = 131}, [2111] = {.lex_state = 149}, [2112] = {.lex_state = 115}, - [2113] = {.lex_state = 126}, + [2113] = {.lex_state = 115}, [2114] = {.lex_state = 115}, - [2115] = {.lex_state = 126}, - [2116] = {.lex_state = 126}, - [2117] = {.lex_state = 126}, - [2118] = {.lex_state = 127}, - [2119] = {.lex_state = 127}, - [2120] = {.lex_state = 127}, - [2121] = {.lex_state = 127}, + [2115] = {.lex_state = 115}, + [2116] = {.lex_state = 115}, + [2117] = {.lex_state = 149}, + [2118] = {.lex_state = 149}, + [2119] = {.lex_state = 115}, + [2120] = {.lex_state = 115}, + [2121] = {.lex_state = 115}, [2122] = {.lex_state = 115}, - [2123] = {.lex_state = 127}, - [2124] = {.lex_state = 115}, - [2125] = {.lex_state = 149}, - [2126] = {.lex_state = 149}, + [2123] = {.lex_state = 115}, + [2124] = {.lex_state = 139}, + [2125] = {.lex_state = 127}, + [2126] = {.lex_state = 115}, [2127] = {.lex_state = 115}, [2128] = {.lex_state = 149}, - [2129] = {.lex_state = 132}, - [2130] = {.lex_state = 149}, + [2129] = {.lex_state = 115}, + [2130] = {.lex_state = 127}, [2131] = {.lex_state = 149}, - [2132] = {.lex_state = 149}, - [2133] = {.lex_state = 149}, - [2134] = {.lex_state = 127}, - [2135] = {.lex_state = 149}, - [2136] = {.lex_state = 115}, + [2132] = {.lex_state = 115}, + [2133] = {.lex_state = 115}, + [2134] = {.lex_state = 149}, + [2135] = {.lex_state = 115}, + [2136] = {.lex_state = 132}, [2137] = {.lex_state = 115}, [2138] = {.lex_state = 115}, - [2139] = {.lex_state = 115}, - [2140] = {.lex_state = 149}, + [2139] = {.lex_state = 149}, + [2140] = {.lex_state = 127}, [2141] = {.lex_state = 115}, - [2142] = {.lex_state = 127}, - [2143] = {.lex_state = 115}, - [2144] = {.lex_state = 118}, - [2145] = {.lex_state = 127}, - [2146] = {.lex_state = 127}, - [2147] = {.lex_state = 149}, + [2142] = {.lex_state = 115}, + [2143] = {.lex_state = 149}, + [2144] = {.lex_state = 115}, + [2145] = {.lex_state = 149}, + [2146] = {.lex_state = 115}, + [2147] = {.lex_state = 115}, [2148] = {.lex_state = 115}, - [2149] = {.lex_state = 127}, - [2150] = {.lex_state = 149}, - [2151] = {.lex_state = 127}, - [2152] = {.lex_state = 127}, - [2153] = {.lex_state = 115}, - [2154] = {.lex_state = 127}, - [2155] = {.lex_state = 149}, - [2156] = {.lex_state = 127}, - [2157] = {.lex_state = 115}, + [2149] = {.lex_state = 149}, + [2150] = {.lex_state = 115}, + [2151] = {.lex_state = 115}, + [2152] = {.lex_state = 115}, + [2153] = {.lex_state = 149}, + [2154] = {.lex_state = 131}, + [2155] = {.lex_state = 115}, + [2156] = {.lex_state = 115}, + [2157] = {.lex_state = 131}, [2158] = {.lex_state = 115}, - [2159] = {.lex_state = 127}, - [2160] = {.lex_state = 115}, + [2159] = {.lex_state = 115}, + [2160] = {.lex_state = 149}, [2161] = {.lex_state = 115}, - [2162] = {.lex_state = 139}, + [2162] = {.lex_state = 127}, [2163] = {.lex_state = 115}, - [2164] = {.lex_state = 127}, + [2164] = {.lex_state = 115}, [2165] = {.lex_state = 115}, - [2166] = {.lex_state = 127}, - [2167] = {.lex_state = 149}, + [2166] = {.lex_state = 115}, + [2167] = {.lex_state = 115}, [2168] = {.lex_state = 115}, [2169] = {.lex_state = 115}, [2170] = {.lex_state = 127}, [2171] = {.lex_state = 127}, [2172] = {.lex_state = 115}, - [2173] = {.lex_state = 131}, - [2174] = {.lex_state = 127}, - [2175] = {.lex_state = 115}, - [2176] = {.lex_state = 149}, - [2177] = {.lex_state = 127}, + [2173] = {.lex_state = 126}, + [2174] = {.lex_state = 126}, + [2175] = {.lex_state = 126}, + [2176] = {.lex_state = 115}, + [2177] = {.lex_state = 126}, [2178] = {.lex_state = 115}, [2179] = {.lex_state = 115}, [2180] = {.lex_state = 115}, - [2181] = {.lex_state = 127}, + [2181] = {.lex_state = 126}, [2182] = {.lex_state = 115}, - [2183] = {.lex_state = 149}, - [2184] = {.lex_state = 115}, - [2185] = {.lex_state = 115}, + [2183] = {.lex_state = 115}, + [2184] = {.lex_state = 149}, + [2185] = {.lex_state = 149}, [2186] = {.lex_state = 115}, - [2187] = {.lex_state = 127}, + [2187] = {.lex_state = 115}, [2188] = {.lex_state = 115}, [2189] = {.lex_state = 115}, - [2190] = {.lex_state = 118}, + [2190] = {.lex_state = 115}, [2191] = {.lex_state = 115}, - [2192] = {.lex_state = 115}, + [2192] = {.lex_state = 149}, [2193] = {.lex_state = 115}, [2194] = {.lex_state = 115}, [2195] = {.lex_state = 149}, - [2196] = {.lex_state = 130}, - [2197] = {.lex_state = 115}, + [2196] = {.lex_state = 127}, + [2197] = {.lex_state = 131}, [2198] = {.lex_state = 149}, - [2199] = {.lex_state = 127}, - [2200] = {.lex_state = 131}, - [2201] = {.lex_state = 127}, - [2202] = {.lex_state = 115}, - [2203] = {.lex_state = 127}, + [2199] = {.lex_state = 115}, + [2200] = {.lex_state = 115}, + [2201] = {.lex_state = 149}, + [2202] = {.lex_state = 130}, + [2203] = {.lex_state = 126}, [2204] = {.lex_state = 115}, [2205] = {.lex_state = 115}, - [2206] = {.lex_state = 127}, - [2207] = {.lex_state = 127}, - [2208] = {.lex_state = 115}, - [2209] = {.lex_state = 126}, - [2210] = {.lex_state = 127}, - [2211] = {.lex_state = 127}, - [2212] = {.lex_state = 149}, - [2213] = {.lex_state = 149}, + [2206] = {.lex_state = 115}, + [2207] = {.lex_state = 115}, + [2208] = {.lex_state = 131}, + [2209] = {.lex_state = 115}, + [2210] = {.lex_state = 115}, + [2211] = {.lex_state = 115}, + [2212] = {.lex_state = 115}, + [2213] = {.lex_state = 115}, [2214] = {.lex_state = 115}, - [2215] = {.lex_state = 115}, - [2216] = {.lex_state = 131}, + [2215] = {.lex_state = 127}, + [2216] = {.lex_state = 149}, [2217] = {.lex_state = 115}, [2218] = {.lex_state = 115}, - [2219] = {.lex_state = 131}, - [2220] = {.lex_state = 115}, - [2221] = {.lex_state = 126}, - [2222] = {.lex_state = 126}, - [2223] = {.lex_state = 107}, - [2224] = {.lex_state = 126}, - [2225] = {.lex_state = 136}, - [2226] = {.lex_state = 131}, - [2227] = {.lex_state = 136}, - [2228] = {.lex_state = 141}, - [2229] = {.lex_state = 136}, - [2230] = {.lex_state = 131}, + [2219] = {.lex_state = 115}, + [2220] = {.lex_state = 118}, + [2221] = {.lex_state = 118}, + [2222] = {.lex_state = 115}, + [2223] = {.lex_state = 115}, + [2224] = {.lex_state = 149}, + [2225] = {.lex_state = 115}, + [2226] = {.lex_state = 115}, + [2227] = {.lex_state = 115}, + [2228] = {.lex_state = 149}, + [2229] = {.lex_state = 126}, + [2230] = {.lex_state = 126}, [2231] = {.lex_state = 131}, - [2232] = {.lex_state = 120, .external_lex_state = 1}, - [2233] = {.lex_state = 131}, - [2234] = {.lex_state = 131}, - [2235] = {.lex_state = 107}, + [2232] = {.lex_state = 107}, + [2233] = {.lex_state = 126}, + [2234] = {.lex_state = 126}, + [2235] = {.lex_state = 136}, [2236] = {.lex_state = 136}, - [2237] = {.lex_state = 107}, - [2238] = {.lex_state = 131}, - [2239] = {.lex_state = 141}, - [2240] = {.lex_state = 120, .external_lex_state = 1}, - [2241] = {.lex_state = 127}, - [2242] = {.lex_state = 107}, - [2243] = {.lex_state = 126}, + [2237] = {.lex_state = 136}, + [2238] = {.lex_state = 136}, + [2239] = {.lex_state = 126}, + [2240] = {.lex_state = 107}, + [2241] = {.lex_state = 131}, + [2242] = {.lex_state = 131}, + [2243] = {.lex_state = 131}, [2244] = {.lex_state = 136}, - [2245] = {.lex_state = 126}, + [2245] = {.lex_state = 120, .external_lex_state = 1}, [2246] = {.lex_state = 136}, - [2247] = {.lex_state = 136}, - [2248] = {.lex_state = 136}, + [2247] = {.lex_state = 107}, + [2248] = {.lex_state = 127}, [2249] = {.lex_state = 131}, [2250] = {.lex_state = 136}, - [2251] = {.lex_state = 120, .external_lex_state = 1}, - [2252] = {.lex_state = 136}, + [2251] = {.lex_state = 131}, + [2252] = {.lex_state = 126}, [2253] = {.lex_state = 131}, - [2254] = {.lex_state = 126}, - [2255] = {.lex_state = 136}, - [2256] = {.lex_state = 136}, - [2257] = {.lex_state = 131}, - [2258] = {.lex_state = 131}, - [2259] = {.lex_state = 127}, - [2260] = {.lex_state = 131}, - [2261] = {.lex_state = 115}, - [2262] = {.lex_state = 115}, - [2263] = {.lex_state = 131}, - [2264] = {.lex_state = 142}, - [2265] = {.lex_state = 131}, - [2266] = {.lex_state = 131}, - [2267] = {.lex_state = 142}, + [2254] = {.lex_state = 136}, + [2255] = {.lex_state = 141}, + [2256] = {.lex_state = 131}, + [2257] = {.lex_state = 120, .external_lex_state = 1}, + [2258] = {.lex_state = 107}, + [2259] = {.lex_state = 131}, + [2260] = {.lex_state = 136}, + [2261] = {.lex_state = 120, .external_lex_state = 1}, + [2262] = {.lex_state = 136}, + [2263] = {.lex_state = 136}, + [2264] = {.lex_state = 136}, + [2265] = {.lex_state = 141}, + [2266] = {.lex_state = 115}, + [2267] = {.lex_state = 115}, [2268] = {.lex_state = 142}, [2269] = {.lex_state = 142}, - [2270] = {.lex_state = 127}, + [2270] = {.lex_state = 142}, [2271] = {.lex_state = 142}, [2272] = {.lex_state = 142}, [2273] = {.lex_state = 131}, - [2274] = {.lex_state = 131}, - [2275] = {.lex_state = 131}, + [2274] = {.lex_state = 115}, + [2275] = {.lex_state = 142}, [2276] = {.lex_state = 131}, - [2277] = {.lex_state = 131}, - [2278] = {.lex_state = 120, .external_lex_state = 1}, + [2277] = {.lex_state = 127}, + [2278] = {.lex_state = 131}, [2279] = {.lex_state = 131}, [2280] = {.lex_state = 131}, [2281] = {.lex_state = 131}, - [2282] = {.lex_state = 131}, + [2282] = {.lex_state = 134}, [2283] = {.lex_state = 131}, [2284] = {.lex_state = 131}, [2285] = {.lex_state = 131}, @@ -21665,15 +21682,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2287] = {.lex_state = 131}, [2288] = {.lex_state = 131}, [2289] = {.lex_state = 131}, - [2290] = {.lex_state = 131}, + [2290] = {.lex_state = 118}, [2291] = {.lex_state = 131}, [2292] = {.lex_state = 131}, - [2293] = {.lex_state = 131}, - [2294] = {.lex_state = 118}, - [2295] = {.lex_state = 131}, + [2293] = {.lex_state = 149}, + [2294] = {.lex_state = 131}, + [2295] = {.lex_state = 120, .external_lex_state = 1}, [2296] = {.lex_state = 131}, [2297] = {.lex_state = 131}, - [2298] = {.lex_state = 134}, + [2298] = {.lex_state = 131}, [2299] = {.lex_state = 131}, [2300] = {.lex_state = 131}, [2301] = {.lex_state = 131}, @@ -21681,7 +21698,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2303] = {.lex_state = 131}, [2304] = {.lex_state = 131}, [2305] = {.lex_state = 131}, - [2306] = {.lex_state = 131}, + [2306] = {.lex_state = 149}, [2307] = {.lex_state = 131}, [2308] = {.lex_state = 131}, [2309] = {.lex_state = 131}, @@ -21689,10 +21706,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2311] = {.lex_state = 131}, [2312] = {.lex_state = 131}, [2313] = {.lex_state = 131}, - [2314] = {.lex_state = 118}, + [2314] = {.lex_state = 131}, [2315] = {.lex_state = 131}, [2316] = {.lex_state = 131}, - [2317] = {.lex_state = 136}, + [2317] = {.lex_state = 131}, [2318] = {.lex_state = 131}, [2319] = {.lex_state = 131}, [2320] = {.lex_state = 131}, @@ -21701,7 +21718,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2323] = {.lex_state = 131}, [2324] = {.lex_state = 131}, [2325] = {.lex_state = 131}, - [2326] = {.lex_state = 120, .external_lex_state = 1}, + [2326] = {.lex_state = 131}, [2327] = {.lex_state = 131}, [2328] = {.lex_state = 131}, [2329] = {.lex_state = 131}, @@ -21709,10 +21726,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2331] = {.lex_state = 131}, [2332] = {.lex_state = 131}, [2333] = {.lex_state = 131}, - [2334] = {.lex_state = 131}, + [2334] = {.lex_state = 120, .external_lex_state = 1}, [2335] = {.lex_state = 131}, [2336] = {.lex_state = 131}, - [2337] = {.lex_state = 131}, + [2337] = {.lex_state = 118}, [2338] = {.lex_state = 131}, [2339] = {.lex_state = 131}, [2340] = {.lex_state = 131}, @@ -21720,8 +21737,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2342] = {.lex_state = 131}, [2343] = {.lex_state = 131}, [2344] = {.lex_state = 131}, - [2345] = {.lex_state = 149}, - [2346] = {.lex_state = 149}, + [2345] = {.lex_state = 131}, + [2346] = {.lex_state = 131}, [2347] = {.lex_state = 131}, [2348] = {.lex_state = 131}, [2349] = {.lex_state = 131}, @@ -21729,890 +21746,890 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2351] = {.lex_state = 131}, [2352] = {.lex_state = 131}, [2353] = {.lex_state = 131}, - [2354] = {.lex_state = 139}, - [2355] = {.lex_state = 115}, + [2354] = {.lex_state = 136}, + [2355] = {.lex_state = 131}, [2356] = {.lex_state = 131}, [2357] = {.lex_state = 131}, [2358] = {.lex_state = 131}, - [2359] = {.lex_state = 139}, - [2360] = {.lex_state = 139}, + [2359] = {.lex_state = 131}, + [2360] = {.lex_state = 131}, [2361] = {.lex_state = 131}, - [2362] = {.lex_state = 139}, - [2363] = {.lex_state = 140}, + [2362] = {.lex_state = 131}, + [2363] = {.lex_state = 115}, [2364] = {.lex_state = 131}, - [2365] = {.lex_state = 131}, - [2366] = {.lex_state = 140}, - [2367] = {.lex_state = 139}, - [2368] = {.lex_state = 139}, - [2369] = {.lex_state = 139}, + [2365] = {.lex_state = 139}, + [2366] = {.lex_state = 139}, + [2367] = {.lex_state = 131}, + [2368] = {.lex_state = 131}, + [2369] = {.lex_state = 131}, [2370] = {.lex_state = 131}, - [2371] = {.lex_state = 139}, + [2371] = {.lex_state = 140}, [2372] = {.lex_state = 131}, [2373] = {.lex_state = 131}, - [2374] = {.lex_state = 131}, + [2374] = {.lex_state = 139}, [2375] = {.lex_state = 131}, [2376] = {.lex_state = 131}, [2377] = {.lex_state = 139}, - [2378] = {.lex_state = 139}, - [2379] = {.lex_state = 131}, + [2378] = {.lex_state = 115}, + [2379] = {.lex_state = 139}, [2380] = {.lex_state = 131}, - [2381] = {.lex_state = 139}, + [2381] = {.lex_state = 140}, [2382] = {.lex_state = 139}, [2383] = {.lex_state = 131}, - [2384] = {.lex_state = 115}, + [2384] = {.lex_state = 140}, [2385] = {.lex_state = 139}, [2386] = {.lex_state = 139}, [2387] = {.lex_state = 139}, - [2388] = {.lex_state = 131}, - [2389] = {.lex_state = 139}, - [2390] = {.lex_state = 139}, - [2391] = {.lex_state = 140}, - [2392] = {.lex_state = 131}, + [2388] = {.lex_state = 139}, + [2389] = {.lex_state = 131}, + [2390] = {.lex_state = 131}, + [2391] = {.lex_state = 131}, + [2392] = {.lex_state = 139}, [2393] = {.lex_state = 139}, [2394] = {.lex_state = 131}, - [2395] = {.lex_state = 131}, - [2396] = {.lex_state = 140}, - [2397] = {.lex_state = 140}, - [2398] = {.lex_state = 115}, - [2399] = {.lex_state = 140}, + [2395] = {.lex_state = 115}, + [2396] = {.lex_state = 139}, + [2397] = {.lex_state = 131}, + [2398] = {.lex_state = 131}, + [2399] = {.lex_state = 131}, [2400] = {.lex_state = 139}, - [2401] = {.lex_state = 139}, - [2402] = {.lex_state = 131}, - [2403] = {.lex_state = 131}, - [2404] = {.lex_state = 139}, - [2405] = {.lex_state = 140}, + [2401] = {.lex_state = 131}, + [2402] = {.lex_state = 139}, + [2403] = {.lex_state = 115}, + [2404] = {.lex_state = 115}, + [2405] = {.lex_state = 115}, [2406] = {.lex_state = 131}, - [2407] = {.lex_state = 139}, + [2407] = {.lex_state = 131}, [2408] = {.lex_state = 139}, [2409] = {.lex_state = 139}, - [2410] = {.lex_state = 139}, - [2411] = {.lex_state = 131}, - [2412] = {.lex_state = 131}, - [2413] = {.lex_state = 131}, - [2414] = {.lex_state = 139}, - [2415] = {.lex_state = 139}, - [2416] = {.lex_state = 131}, + [2410] = {.lex_state = 131}, + [2411] = {.lex_state = 115}, + [2412] = {.lex_state = 115}, + [2413] = {.lex_state = 115}, + [2414] = {.lex_state = 115}, + [2415] = {.lex_state = 131}, + [2416] = {.lex_state = 115}, [2417] = {.lex_state = 139}, [2418] = {.lex_state = 131}, [2419] = {.lex_state = 131}, - [2420] = {.lex_state = 131}, - [2421] = {.lex_state = 115}, + [2420] = {.lex_state = 115}, + [2421] = {.lex_state = 131}, [2422] = {.lex_state = 139}, [2423] = {.lex_state = 139}, - [2424] = {.lex_state = 131}, - [2425] = {.lex_state = 131}, + [2424] = {.lex_state = 140}, + [2425] = {.lex_state = 140}, [2426] = {.lex_state = 131}, - [2427] = {.lex_state = 115}, - [2428] = {.lex_state = 139}, - [2429] = {.lex_state = 131}, - [2430] = {.lex_state = 140}, - [2431] = {.lex_state = 131}, - [2432] = {.lex_state = 139}, - [2433] = {.lex_state = 115}, - [2434] = {.lex_state = 140}, - [2435] = {.lex_state = 115}, - [2436] = {.lex_state = 139}, - [2437] = {.lex_state = 139}, - [2438] = {.lex_state = 140}, - [2439] = {.lex_state = 115}, - [2440] = {.lex_state = 139}, + [2427] = {.lex_state = 131}, + [2428] = {.lex_state = 131}, + [2429] = {.lex_state = 115}, + [2430] = {.lex_state = 139}, + [2431] = {.lex_state = 115}, + [2432] = {.lex_state = 131}, + [2433] = {.lex_state = 139}, + [2434] = {.lex_state = 115}, + [2435] = {.lex_state = 140}, + [2436] = {.lex_state = 140}, + [2437] = {.lex_state = 140}, + [2438] = {.lex_state = 139}, + [2439] = {.lex_state = 139}, + [2440] = {.lex_state = 131}, [2441] = {.lex_state = 139}, - [2442] = {.lex_state = 139}, + [2442] = {.lex_state = 131}, [2443] = {.lex_state = 139}, - [2444] = {.lex_state = 115}, - [2445] = {.lex_state = 139}, - [2446] = {.lex_state = 131}, - [2447] = {.lex_state = 131}, + [2444] = {.lex_state = 139}, + [2445] = {.lex_state = 131}, + [2446] = {.lex_state = 139}, + [2447] = {.lex_state = 139}, [2448] = {.lex_state = 131}, - [2449] = {.lex_state = 115}, - [2450] = {.lex_state = 115}, - [2451] = {.lex_state = 115}, - [2452] = {.lex_state = 139}, - [2453] = {.lex_state = 115}, + [2449] = {.lex_state = 131}, + [2450] = {.lex_state = 140}, + [2451] = {.lex_state = 131}, + [2452] = {.lex_state = 131}, + [2453] = {.lex_state = 139}, [2454] = {.lex_state = 139}, - [2455] = {.lex_state = 115}, - [2456] = {.lex_state = 139}, + [2455] = {.lex_state = 139}, + [2456] = {.lex_state = 115}, [2457] = {.lex_state = 115}, [2458] = {.lex_state = 131}, - [2459] = {.lex_state = 115}, - [2460] = {.lex_state = 140}, - [2461] = {.lex_state = 139}, + [2459] = {.lex_state = 139}, + [2460] = {.lex_state = 131}, + [2461] = {.lex_state = 131}, [2462] = {.lex_state = 131}, - [2463] = {.lex_state = 140}, + [2463] = {.lex_state = 115}, [2464] = {.lex_state = 139}, - [2465] = {.lex_state = 115}, + [2465] = {.lex_state = 139}, [2466] = {.lex_state = 115}, - [2467] = {.lex_state = 131}, + [2467] = {.lex_state = 139}, [2468] = {.lex_state = 131}, - [2469] = {.lex_state = 131}, - [2470] = {.lex_state = 139}, - [2471] = {.lex_state = 139}, - [2472] = {.lex_state = 131}, - [2473] = {.lex_state = 131}, - [2474] = {.lex_state = 131}, + [2469] = {.lex_state = 139}, + [2470] = {.lex_state = 131}, + [2471] = {.lex_state = 140}, + [2472] = {.lex_state = 139}, + [2473] = {.lex_state = 140}, + [2474] = {.lex_state = 115}, [2475] = {.lex_state = 139}, - [2476] = {.lex_state = 115}, - [2477] = {.lex_state = 131}, - [2478] = {.lex_state = 115}, - [2479] = {.lex_state = 127}, - [2480] = {.lex_state = 131}, - [2481] = {.lex_state = 115}, - [2482] = {.lex_state = 115}, - [2483] = {.lex_state = 139}, + [2476] = {.lex_state = 139}, + [2477] = {.lex_state = 139}, + [2478] = {.lex_state = 139}, + [2479] = {.lex_state = 131}, + [2480] = {.lex_state = 115}, + [2481] = {.lex_state = 139}, + [2482] = {.lex_state = 140}, + [2483] = {.lex_state = 115}, [2484] = {.lex_state = 139}, [2485] = {.lex_state = 131}, - [2486] = {.lex_state = 115}, - [2487] = {.lex_state = 142}, - [2488] = {.lex_state = 149}, - [2489] = {.lex_state = 147}, + [2486] = {.lex_state = 131}, + [2487] = {.lex_state = 139}, + [2488] = {.lex_state = 139}, + [2489] = {.lex_state = 139}, [2490] = {.lex_state = 115}, - [2491] = {.lex_state = 115}, - [2492] = {.lex_state = 147}, - [2493] = {.lex_state = 115}, + [2491] = {.lex_state = 139}, + [2492] = {.lex_state = 131}, + [2493] = {.lex_state = 139}, [2494] = {.lex_state = 115}, [2495] = {.lex_state = 115}, - [2496] = {.lex_state = 122, .external_lex_state = 1}, - [2497] = {.lex_state = 115}, - [2498] = {.lex_state = 135}, - [2499] = {.lex_state = 149}, - [2500] = {.lex_state = 122, .external_lex_state = 1}, + [2496] = {.lex_state = 142}, + [2497] = {.lex_state = 122, .external_lex_state = 1}, + [2498] = {.lex_state = 149}, + [2499] = {.lex_state = 122, .external_lex_state = 1}, + [2500] = {.lex_state = 115}, [2501] = {.lex_state = 115}, - [2502] = {.lex_state = 115}, - [2503] = {.lex_state = 122, .external_lex_state = 1}, - [2504] = {.lex_state = 147}, - [2505] = {.lex_state = 136}, - [2506] = {.lex_state = 147}, - [2507] = {.lex_state = 147}, + [2502] = {.lex_state = 122, .external_lex_state = 1}, + [2503] = {.lex_state = 115}, + [2504] = {.lex_state = 115}, + [2505] = {.lex_state = 115}, + [2506] = {.lex_state = 115}, + [2507] = {.lex_state = 115}, [2508] = {.lex_state = 147}, - [2509] = {.lex_state = 147}, - [2510] = {.lex_state = 136}, - [2511] = {.lex_state = 147}, + [2509] = {.lex_state = 135}, + [2510] = {.lex_state = 147}, + [2511] = {.lex_state = 149}, [2512] = {.lex_state = 147}, [2513] = {.lex_state = 147}, [2514] = {.lex_state = 147}, - [2515] = {.lex_state = 147}, - [2516] = {.lex_state = 136}, + [2515] = {.lex_state = 136}, + [2516] = {.lex_state = 147}, [2517] = {.lex_state = 147}, [2518] = {.lex_state = 147}, [2519] = {.lex_state = 147}, [2520] = {.lex_state = 147}, - [2521] = {.lex_state = 147}, + [2521] = {.lex_state = 136}, [2522] = {.lex_state = 147}, - [2523] = {.lex_state = 149}, - [2524] = {.lex_state = 140}, + [2523] = {.lex_state = 140}, + [2524] = {.lex_state = 147}, [2525] = {.lex_state = 147}, - [2526] = {.lex_state = 122, .external_lex_state = 1}, - [2527] = {.lex_state = 147}, + [2526] = {.lex_state = 147}, + [2527] = {.lex_state = 140}, [2528] = {.lex_state = 147}, [2529] = {.lex_state = 147}, - [2530] = {.lex_state = 147}, + [2530] = {.lex_state = 149}, [2531] = {.lex_state = 147}, - [2532] = {.lex_state = 149}, + [2532] = {.lex_state = 147}, [2533] = {.lex_state = 147}, - [2534] = {.lex_state = 140}, + [2534] = {.lex_state = 147}, [2535] = {.lex_state = 147}, [2536] = {.lex_state = 147}, [2537] = {.lex_state = 122, .external_lex_state = 1}, [2538] = {.lex_state = 149}, [2539] = {.lex_state = 147}, - [2540] = {.lex_state = 142}, - [2541] = {.lex_state = 142}, - [2542] = {.lex_state = 149}, + [2540] = {.lex_state = 147}, + [2541] = {.lex_state = 147}, + [2542] = {.lex_state = 122, .external_lex_state = 1}, [2543] = {.lex_state = 149}, - [2544] = {.lex_state = 149}, - [2545] = {.lex_state = 138}, - [2546] = {.lex_state = 142}, - [2547] = {.lex_state = 149}, - [2548] = {.lex_state = 149}, - [2549] = {.lex_state = 142}, - [2550] = {.lex_state = 147}, - [2551] = {.lex_state = 142}, - [2552] = {.lex_state = 149}, + [2544] = {.lex_state = 147}, + [2545] = {.lex_state = 147}, + [2546] = {.lex_state = 136}, + [2547] = {.lex_state = 147}, + [2548] = {.lex_state = 147}, + [2549] = {.lex_state = 147}, + [2550] = {.lex_state = 142}, + [2551] = {.lex_state = 149}, + [2552] = {.lex_state = 142}, [2553] = {.lex_state = 142}, - [2554] = {.lex_state = 147}, - [2555] = {.lex_state = 142}, + [2554] = {.lex_state = 142}, + [2555] = {.lex_state = 149}, [2556] = {.lex_state = 142}, - [2557] = {.lex_state = 142}, - [2558] = {.lex_state = 139}, - [2559] = {.lex_state = 147}, + [2557] = {.lex_state = 149}, + [2558] = {.lex_state = 142}, + [2559] = {.lex_state = 139}, [2560] = {.lex_state = 142}, - [2561] = {.lex_state = 142}, - [2562] = {.lex_state = 142}, - [2563] = {.lex_state = 147}, - [2564] = {.lex_state = 142}, + [2561] = {.lex_state = 147}, + [2562] = {.lex_state = 149}, + [2563] = {.lex_state = 139}, + [2564] = {.lex_state = 138}, [2565] = {.lex_state = 142}, [2566] = {.lex_state = 142}, - [2567] = {.lex_state = 149}, - [2568] = {.lex_state = 142}, - [2569] = {.lex_state = 142}, - [2570] = {.lex_state = 142}, + [2567] = {.lex_state = 142}, + [2568] = {.lex_state = 147}, + [2569] = {.lex_state = 149}, + [2570] = {.lex_state = 147}, [2571] = {.lex_state = 142}, [2572] = {.lex_state = 142}, [2573] = {.lex_state = 142}, [2574] = {.lex_state = 142}, [2575] = {.lex_state = 142}, - [2576] = {.lex_state = 142}, - [2577] = {.lex_state = 142}, + [2576] = {.lex_state = 136}, + [2577] = {.lex_state = 149}, [2578] = {.lex_state = 142}, - [2579] = {.lex_state = 142}, + [2579] = {.lex_state = 149}, [2580] = {.lex_state = 149}, - [2581] = {.lex_state = 142}, - [2582] = {.lex_state = 149}, - [2583] = {.lex_state = 149}, - [2584] = {.lex_state = 142}, - [2585] = {.lex_state = 147}, + [2581] = {.lex_state = 149}, + [2582] = {.lex_state = 142}, + [2583] = {.lex_state = 142}, + [2584] = {.lex_state = 147}, + [2585] = {.lex_state = 142}, [2586] = {.lex_state = 142}, - [2587] = {.lex_state = 142}, - [2588] = {.lex_state = 147}, - [2589] = {.lex_state = 147}, + [2587] = {.lex_state = 149}, + [2588] = {.lex_state = 142}, + [2589] = {.lex_state = 142}, [2590] = {.lex_state = 142}, [2591] = {.lex_state = 142}, - [2592] = {.lex_state = 136}, + [2592] = {.lex_state = 142}, [2593] = {.lex_state = 149}, - [2594] = {.lex_state = 142}, - [2595] = {.lex_state = 139}, + [2594] = {.lex_state = 136}, + [2595] = {.lex_state = 142}, [2596] = {.lex_state = 142}, - [2597] = {.lex_state = 136}, - [2598] = {.lex_state = 149}, - [2599] = {.lex_state = 142}, - [2600] = {.lex_state = 149}, - [2601] = {.lex_state = 147}, + [2597] = {.lex_state = 142}, + [2598] = {.lex_state = 142}, + [2599] = {.lex_state = 149}, + [2600] = {.lex_state = 138}, + [2601] = {.lex_state = 142}, [2602] = {.lex_state = 142}, [2603] = {.lex_state = 142}, [2604] = {.lex_state = 142}, - [2605] = {.lex_state = 147}, + [2605] = {.lex_state = 142}, [2606] = {.lex_state = 142}, - [2607] = {.lex_state = 142}, + [2607] = {.lex_state = 149}, [2608] = {.lex_state = 149}, - [2609] = {.lex_state = 138}, + [2609] = {.lex_state = 147}, [2610] = {.lex_state = 149}, - [2611] = {.lex_state = 149}, + [2611] = {.lex_state = 142}, [2612] = {.lex_state = 142}, [2613] = {.lex_state = 142}, [2614] = {.lex_state = 142}, - [2615] = {.lex_state = 142}, + [2615] = {.lex_state = 147}, [2616] = {.lex_state = 142}, [2617] = {.lex_state = 142}, [2618] = {.lex_state = 142}, - [2619] = {.lex_state = 142}, - [2620] = {.lex_state = 137}, - [2621] = {.lex_state = 140}, - [2622] = {.lex_state = 137}, - [2623] = {.lex_state = 140}, - [2624] = {.lex_state = 137}, - [2625] = {.lex_state = 137}, - [2626] = {.lex_state = 138}, - [2627] = {.lex_state = 138}, - [2628] = {.lex_state = 138}, - [2629] = {.lex_state = 136}, + [2619] = {.lex_state = 149}, + [2620] = {.lex_state = 142}, + [2621] = {.lex_state = 142}, + [2622] = {.lex_state = 147}, + [2623] = {.lex_state = 142}, + [2624] = {.lex_state = 142}, + [2625] = {.lex_state = 142}, + [2626] = {.lex_state = 142}, + [2627] = {.lex_state = 142}, + [2628] = {.lex_state = 140}, + [2629] = {.lex_state = 140}, [2630] = {.lex_state = 138}, - [2631] = {.lex_state = 135}, - [2632] = {.lex_state = 135}, - [2633] = {.lex_state = 120}, - [2634] = {.lex_state = 138}, + [2631] = {.lex_state = 138}, + [2632] = {.lex_state = 137}, + [2633] = {.lex_state = 137}, + [2634] = {.lex_state = 136}, [2635] = {.lex_state = 138}, [2636] = {.lex_state = 137}, - [2637] = {.lex_state = 138}, - [2638] = {.lex_state = 135}, + [2637] = {.lex_state = 137}, + [2638] = {.lex_state = 137}, [2639] = {.lex_state = 137}, - [2640] = {.lex_state = 135}, - [2641] = {.lex_state = 135}, + [2640] = {.lex_state = 138}, + [2641] = {.lex_state = 120}, [2642] = {.lex_state = 135}, - [2643] = {.lex_state = 137}, - [2644] = {.lex_state = 120}, + [2643] = {.lex_state = 135}, + [2644] = {.lex_state = 137}, [2645] = {.lex_state = 138}, - [2646] = {.lex_state = 137}, + [2646] = {.lex_state = 120}, [2647] = {.lex_state = 135}, [2648] = {.lex_state = 135}, - [2649] = {.lex_state = 138}, - [2650] = {.lex_state = 138}, - [2651] = {.lex_state = 138}, + [2649] = {.lex_state = 137}, + [2650] = {.lex_state = 135}, + [2651] = {.lex_state = 135}, [2652] = {.lex_state = 138}, [2653] = {.lex_state = 138}, - [2654] = {.lex_state = 138}, - [2655] = {.lex_state = 138}, + [2654] = {.lex_state = 135}, + [2655] = {.lex_state = 135}, [2656] = {.lex_state = 138}, [2657] = {.lex_state = 138}, [2658] = {.lex_state = 138}, [2659] = {.lex_state = 138}, - [2660] = {.lex_state = 141}, - [2661] = {.lex_state = 138}, + [2660] = {.lex_state = 138}, + [2661] = {.lex_state = 147}, [2662] = {.lex_state = 138}, [2663] = {.lex_state = 141}, - [2664] = {.lex_state = 141}, + [2664] = {.lex_state = 138}, [2665] = {.lex_state = 138}, [2666] = {.lex_state = 138}, [2667] = {.lex_state = 138}, [2668] = {.lex_state = 138}, - [2669] = {.lex_state = 138}, - [2670] = {.lex_state = 141}, + [2669] = {.lex_state = 141}, + [2670] = {.lex_state = 138}, [2671] = {.lex_state = 138}, - [2672] = {.lex_state = 147}, - [2673] = {.lex_state = 138}, + [2672] = {.lex_state = 138}, + [2673] = {.lex_state = 141}, [2674] = {.lex_state = 138}, [2675] = {.lex_state = 138}, [2676] = {.lex_state = 138}, - [2677] = {.lex_state = 141}, + [2677] = {.lex_state = 138}, [2678] = {.lex_state = 138}, - [2679] = {.lex_state = 138}, - [2680] = {.lex_state = 141}, + [2679] = {.lex_state = 141}, + [2680] = {.lex_state = 138}, [2681] = {.lex_state = 138}, [2682] = {.lex_state = 138}, [2683] = {.lex_state = 138}, [2684] = {.lex_state = 138}, [2685] = {.lex_state = 138}, - [2686] = {.lex_state = 137}, - [2687] = {.lex_state = 137}, - [2688] = {.lex_state = 137}, - [2689] = {.lex_state = 151}, - [2690] = {.lex_state = 137}, + [2686] = {.lex_state = 138}, + [2687] = {.lex_state = 138}, + [2688] = {.lex_state = 138}, + [2689] = {.lex_state = 138}, + [2690] = {.lex_state = 138}, [2691] = {.lex_state = 141}, - [2692] = {.lex_state = 141}, - [2693] = {.lex_state = 137}, - [2694] = {.lex_state = 137}, - [2695] = {.lex_state = 137}, + [2692] = {.lex_state = 138}, + [2693] = {.lex_state = 141}, + [2694] = {.lex_state = 151}, + [2695] = {.lex_state = 141}, [2696] = {.lex_state = 137}, [2697] = {.lex_state = 137}, - [2698] = {.lex_state = 140}, - [2699] = {.lex_state = 137}, + [2698] = {.lex_state = 141}, + [2699] = {.lex_state = 151}, [2700] = {.lex_state = 141}, [2701] = {.lex_state = 137}, [2702] = {.lex_state = 137}, - [2703] = {.lex_state = 137}, + [2703] = {.lex_state = 124}, [2704] = {.lex_state = 137}, - [2705] = {.lex_state = 137}, + [2705] = {.lex_state = 151}, [2706] = {.lex_state = 137}, - [2707] = {.lex_state = 151}, - [2708] = {.lex_state = 141}, - [2709] = {.lex_state = 140}, - [2710] = {.lex_state = 125}, - [2711] = {.lex_state = 151}, - [2712] = {.lex_state = 151}, - [2713] = {.lex_state = 137}, + [2707] = {.lex_state = 137}, + [2708] = {.lex_state = 137}, + [2709] = {.lex_state = 151}, + [2710] = {.lex_state = 140}, + [2711] = {.lex_state = 137}, + [2712] = {.lex_state = 137}, + [2713] = {.lex_state = 141}, [2714] = {.lex_state = 137}, [2715] = {.lex_state = 137}, [2716] = {.lex_state = 137}, - [2717] = {.lex_state = 137}, + [2717] = {.lex_state = 140}, [2718] = {.lex_state = 137}, - [2719] = {.lex_state = 147}, + [2719] = {.lex_state = 137}, [2720] = {.lex_state = 137}, - [2721] = {.lex_state = 141}, - [2722] = {.lex_state = 141}, - [2723] = {.lex_state = 147}, - [2724] = {.lex_state = 141}, - [2725] = {.lex_state = 141}, - [2726] = {.lex_state = 137}, - [2727] = {.lex_state = 138}, - [2728] = {.lex_state = 137}, - [2729] = {.lex_state = 138}, - [2730] = {.lex_state = 147}, + [2721] = {.lex_state = 137}, + [2722] = {.lex_state = 148}, + [2723] = {.lex_state = 148}, + [2724] = {.lex_state = 138}, + [2725] = {.lex_state = 148}, + [2726] = {.lex_state = 147}, + [2727] = {.lex_state = 147}, + [2728] = {.lex_state = 138}, + [2729] = {.lex_state = 147}, + [2730] = {.lex_state = 141}, [2731] = {.lex_state = 147}, - [2732] = {.lex_state = 137}, - [2733] = {.lex_state = 141}, - [2734] = {.lex_state = 148}, - [2735] = {.lex_state = 148}, + [2732] = {.lex_state = 147}, + [2733] = {.lex_state = 137}, + [2734] = {.lex_state = 137}, + [2735] = {.lex_state = 137}, [2736] = {.lex_state = 147}, - [2737] = {.lex_state = 147}, - [2738] = {.lex_state = 141}, - [2739] = {.lex_state = 138}, - [2740] = {.lex_state = 137}, - [2741] = {.lex_state = 137}, - [2742] = {.lex_state = 138}, - [2743] = {.lex_state = 137}, + [2737] = {.lex_state = 138}, + [2738] = {.lex_state = 137}, + [2739] = {.lex_state = 137}, + [2740] = {.lex_state = 138}, + [2741] = {.lex_state = 148}, + [2742] = {.lex_state = 140}, + [2743] = {.lex_state = 148}, [2744] = {.lex_state = 147}, [2745] = {.lex_state = 147}, - [2746] = {.lex_state = 147}, - [2747] = {.lex_state = 141}, - [2748] = {.lex_state = 137}, - [2749] = {.lex_state = 148}, - [2750] = {.lex_state = 137}, - [2751] = {.lex_state = 141}, - [2752] = {.lex_state = 137}, - [2753] = {.lex_state = 148}, - [2754] = {.lex_state = 141}, - [2755] = {.lex_state = 147}, - [2756] = {.lex_state = 147}, - [2757] = {.lex_state = 140}, - [2758] = {.lex_state = 148}, - [2759] = {.lex_state = 137}, - [2760] = {.lex_state = 138}, - [2761] = {.lex_state = 141}, - [2762] = {.lex_state = 141}, - [2763] = {.lex_state = 147}, - [2764] = {.lex_state = 147}, - [2765] = {.lex_state = 141}, - [2766] = {.lex_state = 137}, - [2767] = {.lex_state = 137}, - [2768] = {.lex_state = 148}, - [2769] = {.lex_state = 148}, - [2770] = {.lex_state = 148}, - [2771] = {.lex_state = 147}, - [2772] = {.lex_state = 141}, + [2746] = {.lex_state = 141}, + [2747] = {.lex_state = 148}, + [2748] = {.lex_state = 138}, + [2749] = {.lex_state = 141}, + [2750] = {.lex_state = 147}, + [2751] = {.lex_state = 148}, + [2752] = {.lex_state = 147}, + [2753] = {.lex_state = 141}, + [2754] = {.lex_state = 147}, + [2755] = {.lex_state = 141}, + [2756] = {.lex_state = 148}, + [2757] = {.lex_state = 141}, + [2758] = {.lex_state = 137}, + [2759] = {.lex_state = 141}, + [2760] = {.lex_state = 141}, + [2761] = {.lex_state = 137}, + [2762] = {.lex_state = 147}, + [2763] = {.lex_state = 137}, + [2764] = {.lex_state = 141}, + [2765] = {.lex_state = 137}, + [2766] = {.lex_state = 141}, + [2767] = {.lex_state = 147}, + [2768] = {.lex_state = 137}, + [2769] = {.lex_state = 147}, + [2770] = {.lex_state = 141}, + [2771] = {.lex_state = 137}, + [2772] = {.lex_state = 137}, [2773] = {.lex_state = 137}, [2774] = {.lex_state = 137}, - [2775] = {.lex_state = 138}, + [2775] = {.lex_state = 141}, [2776] = {.lex_state = 137}, - [2777] = {.lex_state = 138}, - [2778] = {.lex_state = 122}, + [2777] = {.lex_state = 141}, + [2778] = {.lex_state = 137}, [2779] = {.lex_state = 137}, - [2780] = {.lex_state = 141}, - [2781] = {.lex_state = 138}, - [2782] = {.lex_state = 138}, - [2783] = {.lex_state = 137}, + [2780] = {.lex_state = 137}, + [2781] = {.lex_state = 137}, + [2782] = {.lex_state = 137}, + [2783] = {.lex_state = 138}, [2784] = {.lex_state = 138}, [2785] = {.lex_state = 151}, - [2786] = {.lex_state = 138}, - [2787] = {.lex_state = 138}, - [2788] = {.lex_state = 137}, - [2789] = {.lex_state = 137}, - [2790] = {.lex_state = 138}, - [2791] = {.lex_state = 151}, - [2792] = {.lex_state = 137}, - [2793] = {.lex_state = 137}, + [2786] = {.lex_state = 141}, + [2787] = {.lex_state = 137}, + [2788] = {.lex_state = 141}, + [2789] = {.lex_state = 138}, + [2790] = {.lex_state = 137}, + [2791] = {.lex_state = 141}, + [2792] = {.lex_state = 135}, + [2793] = {.lex_state = 138}, [2794] = {.lex_state = 137}, [2795] = {.lex_state = 137}, - [2796] = {.lex_state = 141}, - [2797] = {.lex_state = 138}, - [2798] = {.lex_state = 137}, - [2799] = {.lex_state = 141}, - [2800] = {.lex_state = 138}, - [2801] = {.lex_state = 141}, - [2802] = {.lex_state = 141}, + [2796] = {.lex_state = 137}, + [2797] = {.lex_state = 137}, + [2798] = {.lex_state = 141}, + [2799] = {.lex_state = 137}, + [2800] = {.lex_state = 141}, + [2801] = {.lex_state = 138}, + [2802] = {.lex_state = 122}, [2803] = {.lex_state = 137}, [2804] = {.lex_state = 137}, [2805] = {.lex_state = 137}, - [2806] = {.lex_state = 138}, + [2806] = {.lex_state = 137}, [2807] = {.lex_state = 137}, [2808] = {.lex_state = 137}, - [2809] = {.lex_state = 141}, + [2809] = {.lex_state = 137}, [2810] = {.lex_state = 137}, - [2811] = {.lex_state = 138}, - [2812] = {.lex_state = 137}, + [2811] = {.lex_state = 137}, + [2812] = {.lex_state = 151}, [2813] = {.lex_state = 137}, - [2814] = {.lex_state = 141}, - [2815] = {.lex_state = 138}, - [2816] = {.lex_state = 138}, + [2814] = {.lex_state = 135}, + [2815] = {.lex_state = 137}, + [2816] = {.lex_state = 137}, [2817] = {.lex_state = 137}, [2818] = {.lex_state = 137}, - [2819] = {.lex_state = 141}, + [2819] = {.lex_state = 137}, [2820] = {.lex_state = 137}, [2821] = {.lex_state = 137}, - [2822] = {.lex_state = 141}, - [2823] = {.lex_state = 141}, + [2822] = {.lex_state = 138}, + [2823] = {.lex_state = 137}, [2824] = {.lex_state = 137}, - [2825] = {.lex_state = 137}, - [2826] = {.lex_state = 141}, + [2825] = {.lex_state = 141}, + [2826] = {.lex_state = 137}, [2827] = {.lex_state = 137}, - [2828] = {.lex_state = 137}, - [2829] = {.lex_state = 137}, + [2828] = {.lex_state = 138}, + [2829] = {.lex_state = 141}, [2830] = {.lex_state = 137}, [2831] = {.lex_state = 137}, [2832] = {.lex_state = 137}, [2833] = {.lex_state = 137}, - [2834] = {.lex_state = 138}, + [2834] = {.lex_state = 137}, [2835] = {.lex_state = 137}, - [2836] = {.lex_state = 141}, - [2837] = {.lex_state = 135}, + [2836] = {.lex_state = 137}, + [2837] = {.lex_state = 137}, [2838] = {.lex_state = 137}, [2839] = {.lex_state = 137}, [2840] = {.lex_state = 137}, [2841] = {.lex_state = 137}, - [2842] = {.lex_state = 137}, + [2842] = {.lex_state = 141}, [2843] = {.lex_state = 137}, - [2844] = {.lex_state = 122}, + [2844] = {.lex_state = 137}, [2845] = {.lex_state = 137}, [2846] = {.lex_state = 137}, - [2847] = {.lex_state = 135}, + [2847] = {.lex_state = 138}, [2848] = {.lex_state = 137}, [2849] = {.lex_state = 137}, [2850] = {.lex_state = 137}, [2851] = {.lex_state = 137}, [2852] = {.lex_state = 137}, [2853] = {.lex_state = 138}, - [2854] = {.lex_state = 150}, - [2855] = {.lex_state = 137}, - [2856] = {.lex_state = 137}, + [2854] = {.lex_state = 137}, + [2855] = {.lex_state = 141}, + [2856] = {.lex_state = 138}, [2857] = {.lex_state = 137}, - [2858] = {.lex_state = 135}, + [2858] = {.lex_state = 137}, [2859] = {.lex_state = 137}, - [2860] = {.lex_state = 141}, + [2860] = {.lex_state = 138}, [2861] = {.lex_state = 137}, [2862] = {.lex_state = 137}, [2863] = {.lex_state = 137}, [2864] = {.lex_state = 137}, [2865] = {.lex_state = 137}, - [2866] = {.lex_state = 137}, - [2867] = {.lex_state = 141}, + [2866] = {.lex_state = 141}, + [2867] = {.lex_state = 137}, [2868] = {.lex_state = 137}, - [2869] = {.lex_state = 141}, - [2870] = {.lex_state = 141}, + [2869] = {.lex_state = 137}, + [2870] = {.lex_state = 137}, [2871] = {.lex_state = 141}, - [2872] = {.lex_state = 141}, - [2873] = {.lex_state = 141}, - [2874] = {.lex_state = 141}, - [2875] = {.lex_state = 137}, - [2876] = {.lex_state = 138}, - [2877] = {.lex_state = 141}, + [2872] = {.lex_state = 137}, + [2873] = {.lex_state = 137}, + [2874] = {.lex_state = 137}, + [2875] = {.lex_state = 138}, + [2876] = {.lex_state = 137}, + [2877] = {.lex_state = 138}, [2878] = {.lex_state = 141}, [2879] = {.lex_state = 137}, [2880] = {.lex_state = 137}, - [2881] = {.lex_state = 141}, - [2882] = {.lex_state = 135}, - [2883] = {.lex_state = 138}, + [2881] = {.lex_state = 137}, + [2882] = {.lex_state = 141}, + [2883] = {.lex_state = 137}, [2884] = {.lex_state = 137}, [2885] = {.lex_state = 137}, - [2886] = {.lex_state = 137}, - [2887] = {.lex_state = 141}, - [2888] = {.lex_state = 138}, + [2886] = {.lex_state = 138}, + [2887] = {.lex_state = 122}, + [2888] = {.lex_state = 137}, [2889] = {.lex_state = 137}, - [2890] = {.lex_state = 137}, - [2891] = {.lex_state = 137}, - [2892] = {.lex_state = 137}, - [2893] = {.lex_state = 151}, - [2894] = {.lex_state = 137}, + [2890] = {.lex_state = 141}, + [2891] = {.lex_state = 135}, + [2892] = {.lex_state = 141}, + [2893] = {.lex_state = 141}, + [2894] = {.lex_state = 138}, [2895] = {.lex_state = 137}, - [2896] = {.lex_state = 137}, - [2897] = {.lex_state = 138}, + [2896] = {.lex_state = 141}, + [2897] = {.lex_state = 137}, [2898] = {.lex_state = 137}, - [2899] = {.lex_state = 141}, - [2900] = {.lex_state = 149}, - [2901] = {.lex_state = 137}, - [2902] = {.lex_state = 141}, - [2903] = {.lex_state = 137}, - [2904] = {.lex_state = 137}, - [2905] = {.lex_state = 147}, - [2906] = {.lex_state = 149}, - [2907] = {.lex_state = 138}, - [2908] = {.lex_state = 138}, - [2909] = {.lex_state = 147}, - [2910] = {.lex_state = 141}, + [2899] = {.lex_state = 135}, + [2900] = {.lex_state = 150}, + [2901] = {.lex_state = 141}, + [2902] = {.lex_state = 137}, + [2903] = {.lex_state = 138}, + [2904] = {.lex_state = 138}, + [2905] = {.lex_state = 137}, + [2906] = {.lex_state = 141}, + [2907] = {.lex_state = 141}, + [2908] = {.lex_state = 137}, + [2909] = {.lex_state = 137}, + [2910] = {.lex_state = 151}, [2911] = {.lex_state = 137}, - [2912] = {.lex_state = 137}, - [2913] = {.lex_state = 138}, - [2914] = {.lex_state = 138}, + [2912] = {.lex_state = 138}, + [2913] = {.lex_state = 137}, + [2914] = {.lex_state = 137}, [2915] = {.lex_state = 141}, [2916] = {.lex_state = 138}, - [2917] = {.lex_state = 138}, - [2918] = {.lex_state = 138}, - [2919] = {.lex_state = 138}, - [2920] = {.lex_state = 138}, - [2921] = {.lex_state = 138}, - [2922] = {.lex_state = 137}, - [2923] = {.lex_state = 138}, - [2924] = {.lex_state = 147}, + [2917] = {.lex_state = 137}, + [2918] = {.lex_state = 137}, + [2919] = {.lex_state = 137}, + [2920] = {.lex_state = 141}, + [2921] = {.lex_state = 141}, + [2922] = {.lex_state = 141}, + [2923] = {.lex_state = 137}, + [2924] = {.lex_state = 141}, [2925] = {.lex_state = 138}, [2926] = {.lex_state = 147}, [2927] = {.lex_state = 137}, - [2928] = {.lex_state = 149}, - [2929] = {.lex_state = 137}, - [2930] = {.lex_state = 149}, - [2931] = {.lex_state = 137}, - [2932] = {.lex_state = 137}, - [2933] = {.lex_state = 149}, + [2928] = {.lex_state = 147}, + [2929] = {.lex_state = 147}, + [2930] = {.lex_state = 147}, + [2931] = {.lex_state = 147}, + [2932] = {.lex_state = 138}, + [2933] = {.lex_state = 147}, [2934] = {.lex_state = 147}, [2935] = {.lex_state = 147}, - [2936] = {.lex_state = 149}, - [2937] = {.lex_state = 137}, - [2938] = {.lex_state = 149}, - [2939] = {.lex_state = 137}, - [2940] = {.lex_state = 141}, - [2941] = {.lex_state = 137}, - [2942] = {.lex_state = 147}, - [2943] = {.lex_state = 138}, - [2944] = {.lex_state = 137}, - [2945] = {.lex_state = 147}, - [2946] = {.lex_state = 149}, - [2947] = {.lex_state = 147}, - [2948] = {.lex_state = 138}, - [2949] = {.lex_state = 137}, - [2950] = {.lex_state = 149}, - [2951] = {.lex_state = 147}, + [2936] = {.lex_state = 147}, + [2937] = {.lex_state = 141}, + [2938] = {.lex_state = 137}, + [2939] = {.lex_state = 147}, + [2940] = {.lex_state = 138}, + [2941] = {.lex_state = 149}, + [2942] = {.lex_state = 137}, + [2943] = {.lex_state = 137}, + [2944] = {.lex_state = 149}, + [2945] = {.lex_state = 138}, + [2946] = {.lex_state = 137}, + [2947] = {.lex_state = 137}, + [2948] = {.lex_state = 141}, + [2949] = {.lex_state = 141}, + [2950] = {.lex_state = 137}, + [2951] = {.lex_state = 137}, [2952] = {.lex_state = 137}, - [2953] = {.lex_state = 137}, + [2953] = {.lex_state = 151}, [2954] = {.lex_state = 137}, - [2955] = {.lex_state = 137}, - [2956] = {.lex_state = 137}, + [2955] = {.lex_state = 149}, + [2956] = {.lex_state = 149}, [2957] = {.lex_state = 138}, - [2958] = {.lex_state = 141}, - [2959] = {.lex_state = 148}, - [2960] = {.lex_state = 141}, - [2961] = {.lex_state = 148}, + [2958] = {.lex_state = 147}, + [2959] = {.lex_state = 137}, + [2960] = {.lex_state = 147}, + [2961] = {.lex_state = 147}, [2962] = {.lex_state = 147}, - [2963] = {.lex_state = 138}, - [2964] = {.lex_state = 137}, - [2965] = {.lex_state = 147}, + [2963] = {.lex_state = 137}, + [2964] = {.lex_state = 147}, + [2965] = {.lex_state = 141}, [2966] = {.lex_state = 141}, [2967] = {.lex_state = 141}, - [2968] = {.lex_state = 137}, - [2969] = {.lex_state = 137}, - [2970] = {.lex_state = 137}, - [2971] = {.lex_state = 147}, - [2972] = {.lex_state = 148}, - [2973] = {.lex_state = 138}, - [2974] = {.lex_state = 137}, - [2975] = {.lex_state = 149}, - [2976] = {.lex_state = 138}, + [2968] = {.lex_state = 149}, + [2969] = {.lex_state = 141}, + [2970] = {.lex_state = 141}, + [2971] = {.lex_state = 149}, + [2972] = {.lex_state = 149}, + [2973] = {.lex_state = 141}, + [2974] = {.lex_state = 138}, + [2975] = {.lex_state = 147}, + [2976] = {.lex_state = 137}, [2977] = {.lex_state = 138}, - [2978] = {.lex_state = 137}, - [2979] = {.lex_state = 138}, - [2980] = {.lex_state = 137}, - [2981] = {.lex_state = 137}, + [2978] = {.lex_state = 147}, + [2979] = {.lex_state = 147}, + [2980] = {.lex_state = 147}, + [2981] = {.lex_state = 138}, [2982] = {.lex_state = 137}, [2983] = {.lex_state = 147}, - [2984] = {.lex_state = 137}, - [2985] = {.lex_state = 147}, + [2984] = {.lex_state = 147}, + [2985] = {.lex_state = 137}, [2986] = {.lex_state = 138}, - [2987] = {.lex_state = 137}, - [2988] = {.lex_state = 147}, - [2989] = {.lex_state = 137}, - [2990] = {.lex_state = 147}, - [2991] = {.lex_state = 147}, + [2987] = {.lex_state = 149}, + [2988] = {.lex_state = 138}, + [2989] = {.lex_state = 148}, + [2990] = {.lex_state = 137}, + [2991] = {.lex_state = 141}, [2992] = {.lex_state = 138}, - [2993] = {.lex_state = 137}, - [2994] = {.lex_state = 138}, - [2995] = {.lex_state = 147}, - [2996] = {.lex_state = 151}, + [2993] = {.lex_state = 138}, + [2994] = {.lex_state = 137}, + [2995] = {.lex_state = 138}, + [2996] = {.lex_state = 137}, [2997] = {.lex_state = 147}, - [2998] = {.lex_state = 147}, - [2999] = {.lex_state = 147}, - [3000] = {.lex_state = 137}, + [2998] = {.lex_state = 137}, + [2999] = {.lex_state = 137}, + [3000] = {.lex_state = 138}, [3001] = {.lex_state = 138}, - [3002] = {.lex_state = 137}, - [3003] = {.lex_state = 147}, + [3002] = {.lex_state = 138}, + [3003] = {.lex_state = 149}, [3004] = {.lex_state = 137}, - [3005] = {.lex_state = 137}, + [3005] = {.lex_state = 138}, [3006] = {.lex_state = 137}, - [3007] = {.lex_state = 147}, + [3007] = {.lex_state = 141}, [3008] = {.lex_state = 138}, [3009] = {.lex_state = 137}, - [3010] = {.lex_state = 138}, - [3011] = {.lex_state = 138}, + [3010] = {.lex_state = 137}, + [3011] = {.lex_state = 147}, [3012] = {.lex_state = 138}, - [3013] = {.lex_state = 141}, + [3013] = {.lex_state = 149}, [3014] = {.lex_state = 147}, - [3015] = {.lex_state = 147}, + [3015] = {.lex_state = 149}, [3016] = {.lex_state = 138}, [3017] = {.lex_state = 147}, [3018] = {.lex_state = 141}, - [3019] = {.lex_state = 137}, - [3020] = {.lex_state = 138}, - [3021] = {.lex_state = 137}, - [3022] = {.lex_state = 141}, - [3023] = {.lex_state = 137}, + [3019] = {.lex_state = 141}, + [3020] = {.lex_state = 149}, + [3021] = {.lex_state = 138}, + [3022] = {.lex_state = 148}, + [3023] = {.lex_state = 147}, [3024] = {.lex_state = 137}, - [3025] = {.lex_state = 141}, - [3026] = {.lex_state = 137}, - [3027] = {.lex_state = 137}, + [3025] = {.lex_state = 138}, + [3026] = {.lex_state = 138}, + [3027] = {.lex_state = 138}, [3028] = {.lex_state = 137}, [3029] = {.lex_state = 138}, - [3030] = {.lex_state = 147}, - [3031] = {.lex_state = 141}, - [3032] = {.lex_state = 141}, - [3033] = {.lex_state = 137}, - [3034] = {.lex_state = 141}, - [3035] = {.lex_state = 147}, - [3036] = {.lex_state = 141}, - [3037] = {.lex_state = 141}, - [3038] = {.lex_state = 147}, - [3039] = {.lex_state = 137}, - [3040] = {.lex_state = 141}, - [3041] = {.lex_state = 141}, - [3042] = {.lex_state = 137}, + [3030] = {.lex_state = 138}, + [3031] = {.lex_state = 137}, + [3032] = {.lex_state = 137}, + [3033] = {.lex_state = 138}, + [3034] = {.lex_state = 138}, + [3035] = {.lex_state = 138}, + [3036] = {.lex_state = 147}, + [3037] = {.lex_state = 137}, + [3038] = {.lex_state = 137}, + [3039] = {.lex_state = 147}, + [3040] = {.lex_state = 148}, + [3041] = {.lex_state = 138}, + [3042] = {.lex_state = 138}, [3043] = {.lex_state = 137}, - [3044] = {.lex_state = 138}, - [3045] = {.lex_state = 149}, - [3046] = {.lex_state = 138}, - [3047] = {.lex_state = 147}, - [3048] = {.lex_state = 149}, + [3044] = {.lex_state = 151}, + [3045] = {.lex_state = 141}, + [3046] = {.lex_state = 147}, + [3047] = {.lex_state = 141}, + [3048] = {.lex_state = 147}, [3049] = {.lex_state = 137}, - [3050] = {.lex_state = 137}, - [3051] = {.lex_state = 151}, - [3052] = {.lex_state = 141}, - [3053] = {.lex_state = 137}, + [3050] = {.lex_state = 141}, + [3051] = {.lex_state = 138}, + [3052] = {.lex_state = 148}, + [3053] = {.lex_state = 147}, [3054] = {.lex_state = 137}, - [3055] = {.lex_state = 151}, - [3056] = {.lex_state = 147}, - [3057] = {.lex_state = 149}, - [3058] = {.lex_state = 138}, - [3059] = {.lex_state = 138}, - [3060] = {.lex_state = 138}, - [3061] = {.lex_state = 138}, - [3062] = {.lex_state = 138}, - [3063] = {.lex_state = 141}, - [3064] = {.lex_state = 147}, + [3055] = {.lex_state = 137}, + [3056] = {.lex_state = 138}, + [3057] = {.lex_state = 138}, + [3058] = {.lex_state = 149}, + [3059] = {.lex_state = 149}, + [3060] = {.lex_state = 149}, + [3061] = {.lex_state = 137}, + [3062] = {.lex_state = 149}, + [3063] = {.lex_state = 137}, + [3064] = {.lex_state = 137}, [3065] = {.lex_state = 137}, [3066] = {.lex_state = 137}, - [3067] = {.lex_state = 138}, - [3068] = {.lex_state = 137}, - [3069] = {.lex_state = 138}, - [3070] = {.lex_state = 149}, - [3071] = {.lex_state = 137}, - [3072] = {.lex_state = 137}, - [3073] = {.lex_state = 138}, - [3074] = {.lex_state = 137}, - [3075] = {.lex_state = 147}, + [3067] = {.lex_state = 147}, + [3068] = {.lex_state = 141}, + [3069] = {.lex_state = 137}, + [3070] = {.lex_state = 147}, + [3071] = {.lex_state = 138}, + [3072] = {.lex_state = 138}, + [3073] = {.lex_state = 137}, + [3074] = {.lex_state = 141}, + [3075] = {.lex_state = 137}, [3076] = {.lex_state = 147}, - [3077] = {.lex_state = 137}, + [3077] = {.lex_state = 138}, [3078] = {.lex_state = 138}, - [3079] = {.lex_state = 138}, - [3080] = {.lex_state = 141}, - [3081] = {.lex_state = 147}, - [3082] = {.lex_state = 138}, + [3079] = {.lex_state = 141}, + [3080] = {.lex_state = 149}, + [3081] = {.lex_state = 137}, + [3082] = {.lex_state = 149}, [3083] = {.lex_state = 147}, - [3084] = {.lex_state = 138}, - [3085] = {.lex_state = 149}, - [3086] = {.lex_state = 137}, + [3084] = {.lex_state = 137}, + [3085] = {.lex_state = 137}, + [3086] = {.lex_state = 138}, [3087] = {.lex_state = 138}, - [3088] = {.lex_state = 138}, - [3089] = {.lex_state = 137}, - [3090] = {.lex_state = 138}, + [3088] = {.lex_state = 141}, + [3089] = {.lex_state = 149}, + [3090] = {.lex_state = 151}, [3091] = {.lex_state = 141}, - [3092] = {.lex_state = 141}, - [3093] = {.lex_state = 147}, - [3094] = {.lex_state = 137}, - [3095] = {.lex_state = 137}, - [3096] = {.lex_state = 141}, + [3092] = {.lex_state = 138}, + [3093] = {.lex_state = 137}, + [3094] = {.lex_state = 138}, + [3095] = {.lex_state = 149}, + [3096] = {.lex_state = 138}, [3097] = {.lex_state = 138}, - [3098] = {.lex_state = 147}, - [3099] = {.lex_state = 149}, + [3098] = {.lex_state = 138}, + [3099] = {.lex_state = 141}, [3100] = {.lex_state = 138}, - [3101] = {.lex_state = 138}, - [3102] = {.lex_state = 147}, - [3103] = {.lex_state = 137}, - [3104] = {.lex_state = 137}, - [3105] = {.lex_state = 137}, - [3106] = {.lex_state = 137}, - [3107] = {.lex_state = 137}, - [3108] = {.lex_state = 137}, - [3109] = {.lex_state = 151}, - [3110] = {.lex_state = 149}, - [3111] = {.lex_state = 138}, - [3112] = {.lex_state = 149}, + [3101] = {.lex_state = 147}, + [3102] = {.lex_state = 138}, + [3103] = {.lex_state = 147}, + [3104] = {.lex_state = 138}, + [3105] = {.lex_state = 151}, + [3106] = {.lex_state = 138}, + [3107] = {.lex_state = 141}, + [3108] = {.lex_state = 138}, + [3109] = {.lex_state = 138}, + [3110] = {.lex_state = 151}, + [3111] = {.lex_state = 141}, + [3112] = {.lex_state = 147}, [3113] = {.lex_state = 137}, [3114] = {.lex_state = 137}, - [3115] = {.lex_state = 147}, - [3116] = {.lex_state = 137}, - [3117] = {.lex_state = 151}, - [3118] = {.lex_state = 147}, - [3119] = {.lex_state = 148}, - [3120] = {.lex_state = 141}, - [3121] = {.lex_state = 147}, - [3122] = {.lex_state = 137}, - [3123] = {.lex_state = 149}, - [3124] = {.lex_state = 149}, - [3125] = {.lex_state = 147}, - [3126] = {.lex_state = 148}, - [3127] = {.lex_state = 137}, - [3128] = {.lex_state = 138}, - [3129] = {.lex_state = 148}, - [3130] = {.lex_state = 138}, - [3131] = {.lex_state = 135}, - [3132] = {.lex_state = 148}, - [3133] = {.lex_state = 149}, - [3134] = {.lex_state = 149}, - [3135] = {.lex_state = 149}, - [3136] = {.lex_state = 149}, - [3137] = {.lex_state = 149}, - [3138] = {.lex_state = 149}, + [3115] = {.lex_state = 141}, + [3116] = {.lex_state = 138}, + [3117] = {.lex_state = 141}, + [3118] = {.lex_state = 137}, + [3119] = {.lex_state = 137}, + [3120] = {.lex_state = 137}, + [3121] = {.lex_state = 138}, + [3122] = {.lex_state = 138}, + [3123] = {.lex_state = 138}, + [3124] = {.lex_state = 147}, + [3125] = {.lex_state = 137}, + [3126] = {.lex_state = 137}, + [3127] = {.lex_state = 147}, + [3128] = {.lex_state = 137}, + [3129] = {.lex_state = 147}, + [3130] = {.lex_state = 137}, + [3131] = {.lex_state = 137}, + [3132] = {.lex_state = 147}, + [3133] = {.lex_state = 137}, + [3134] = {.lex_state = 137}, + [3135] = {.lex_state = 148}, + [3136] = {.lex_state = 148}, + [3137] = {.lex_state = 147}, + [3138] = {.lex_state = 147}, [3139] = {.lex_state = 148}, - [3140] = {.lex_state = 148}, + [3140] = {.lex_state = 151}, [3141] = {.lex_state = 135}, [3142] = {.lex_state = 148}, - [3143] = {.lex_state = 151}, + [3143] = {.lex_state = 135}, [3144] = {.lex_state = 149}, [3145] = {.lex_state = 135}, - [3146] = {.lex_state = 151}, - [3147] = {.lex_state = 135}, - [3148] = {.lex_state = 135}, - [3149] = {.lex_state = 149}, + [3146] = {.lex_state = 149}, + [3147] = {.lex_state = 149}, + [3148] = {.lex_state = 149}, + [3149] = {.lex_state = 148}, [3150] = {.lex_state = 149}, [3151] = {.lex_state = 149}, - [3152] = {.lex_state = 149}, - [3153] = {.lex_state = 151}, - [3154] = {.lex_state = 149}, + [3152] = {.lex_state = 135}, + [3153] = {.lex_state = 135}, + [3154] = {.lex_state = 135}, [3155] = {.lex_state = 149}, - [3156] = {.lex_state = 135}, - [3157] = {.lex_state = 149}, - [3158] = {.lex_state = 135}, - [3159] = {.lex_state = 151}, - [3160] = {.lex_state = 149}, + [3156] = {.lex_state = 149}, + [3157] = {.lex_state = 135}, + [3158] = {.lex_state = 148}, + [3159] = {.lex_state = 149}, + [3160] = {.lex_state = 148}, [3161] = {.lex_state = 149}, - [3162] = {.lex_state = 135}, - [3163] = {.lex_state = 135}, + [3162] = {.lex_state = 151}, + [3163] = {.lex_state = 149}, [3164] = {.lex_state = 149}, - [3165] = {.lex_state = 135}, + [3165] = {.lex_state = 149}, [3166] = {.lex_state = 148}, [3167] = {.lex_state = 149}, - [3168] = {.lex_state = 148}, - [3169] = {.lex_state = 148}, - [3170] = {.lex_state = 135}, - [3171] = {.lex_state = 148}, - [3172] = {.lex_state = 148}, + [3168] = {.lex_state = 135}, + [3169] = {.lex_state = 151}, + [3170] = {.lex_state = 149}, + [3171] = {.lex_state = 149}, + [3172] = {.lex_state = 149}, [3173] = {.lex_state = 135}, - [3174] = {.lex_state = 148}, - [3175] = {.lex_state = 148}, - [3176] = {.lex_state = 148}, + [3174] = {.lex_state = 149}, + [3175] = {.lex_state = 151}, + [3176] = {.lex_state = 135}, [3177] = {.lex_state = 148}, [3178] = {.lex_state = 135}, - [3179] = {.lex_state = 148}, - [3180] = {.lex_state = 151}, + [3179] = {.lex_state = 135}, + [3180] = {.lex_state = 135}, [3181] = {.lex_state = 135}, [3182] = {.lex_state = 148}, - [3183] = {.lex_state = 148}, - [3184] = {.lex_state = 135}, - [3185] = {.lex_state = 135}, - [3186] = {.lex_state = 135}, - [3187] = {.lex_state = 149}, - [3188] = {.lex_state = 135}, - [3189] = {.lex_state = 135}, - [3190] = {.lex_state = 135}, - [3191] = {.lex_state = 151}, - [3192] = {.lex_state = 135}, + [3183] = {.lex_state = 151}, + [3184] = {.lex_state = 148}, + [3185] = {.lex_state = 148}, + [3186] = {.lex_state = 148}, + [3187] = {.lex_state = 148}, + [3188] = {.lex_state = 148}, + [3189] = {.lex_state = 148}, + [3190] = {.lex_state = 148}, + [3191] = {.lex_state = 135}, + [3192] = {.lex_state = 148}, [3193] = {.lex_state = 149}, [3194] = {.lex_state = 135}, [3195] = {.lex_state = 135}, [3196] = {.lex_state = 135}, [3197] = {.lex_state = 135}, [3198] = {.lex_state = 135}, - [3199] = {.lex_state = 135}, + [3199] = {.lex_state = 151}, [3200] = {.lex_state = 151}, - [3201] = {.lex_state = 148}, - [3202] = {.lex_state = 135}, + [3201] = {.lex_state = 135}, + [3202] = {.lex_state = 149}, [3203] = {.lex_state = 135}, - [3204] = {.lex_state = 151}, + [3204] = {.lex_state = 148}, [3205] = {.lex_state = 135}, - [3206] = {.lex_state = 151}, - [3207] = {.lex_state = 151}, + [3206] = {.lex_state = 135}, + [3207] = {.lex_state = 135}, [3208] = {.lex_state = 135}, - [3209] = {.lex_state = 151}, + [3209] = {.lex_state = 135}, [3210] = {.lex_state = 151}, - [3211] = {.lex_state = 135}, + [3211] = {.lex_state = 151}, [3212] = {.lex_state = 151}, [3213] = {.lex_state = 151}, - [3214] = {.lex_state = 151}, + [3214] = {.lex_state = 135}, [3215] = {.lex_state = 151}, - [3216] = {.lex_state = 151}, - [3217] = {.lex_state = 151}, - [3218] = {.lex_state = 151}, + [3216] = {.lex_state = 135}, + [3217] = {.lex_state = 135}, + [3218] = {.lex_state = 135}, [3219] = {.lex_state = 151}, [3220] = {.lex_state = 151}, - [3221] = {.lex_state = 149}, - [3222] = {.lex_state = 149}, - [3223] = {.lex_state = 149}, - [3224] = {.lex_state = 135}, + [3221] = {.lex_state = 135}, + [3222] = {.lex_state = 151}, + [3223] = {.lex_state = 151}, + [3224] = {.lex_state = 149}, [3225] = {.lex_state = 151}, [3226] = {.lex_state = 151}, [3227] = {.lex_state = 151}, - [3228] = {.lex_state = 151}, + [3228] = {.lex_state = 149}, [3229] = {.lex_state = 151}, - [3230] = {.lex_state = 149}, + [3230] = {.lex_state = 151}, [3231] = {.lex_state = 151}, [3232] = {.lex_state = 151}, [3233] = {.lex_state = 151}, - [3234] = {.lex_state = 135}, + [3234] = {.lex_state = 149}, [3235] = {.lex_state = 151}, - [3236] = {.lex_state = 135}, - [3237] = {.lex_state = 149}, + [3236] = {.lex_state = 149}, + [3237] = {.lex_state = 151}, [3238] = {.lex_state = 151}, [3239] = {.lex_state = 151}, [3240] = {.lex_state = 149}, @@ -22620,1135 +22637,1135 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3242] = {.lex_state = 151}, [3243] = {.lex_state = 151}, [3244] = {.lex_state = 149}, - [3245] = {.lex_state = 149}, + [3245] = {.lex_state = 151}, [3246] = {.lex_state = 151}, - [3247] = {.lex_state = 147}, - [3248] = {.lex_state = 149}, - [3249] = {.lex_state = 149}, + [3247] = {.lex_state = 135}, + [3248] = {.lex_state = 147}, + [3249] = {.lex_state = 151}, [3250] = {.lex_state = 151}, [3251] = {.lex_state = 149}, - [3252] = {.lex_state = 149}, - [3253] = {.lex_state = 149}, - [3254] = {.lex_state = 151}, - [3255] = {.lex_state = 135}, + [3252] = {.lex_state = 151}, + [3253] = {.lex_state = 151}, + [3254] = {.lex_state = 149}, + [3255] = {.lex_state = 149}, [3256] = {.lex_state = 151}, [3257] = {.lex_state = 149}, [3258] = {.lex_state = 149}, - [3259] = {.lex_state = 151}, - [3260] = {.lex_state = 151}, - [3261] = {.lex_state = 149}, - [3262] = {.lex_state = 149}, - [3263] = {.lex_state = 148}, + [3259] = {.lex_state = 149}, + [3260] = {.lex_state = 149}, + [3261] = {.lex_state = 151}, + [3262] = {.lex_state = 135}, + [3263] = {.lex_state = 135}, [3264] = {.lex_state = 149}, - [3265] = {.lex_state = 149}, + [3265] = {.lex_state = 135}, [3266] = {.lex_state = 149}, - [3267] = {.lex_state = 149}, + [3267] = {.lex_state = 151}, [3268] = {.lex_state = 148}, - [3269] = {.lex_state = 149}, - [3270] = {.lex_state = 151}, - [3271] = {.lex_state = 149}, + [3269] = {.lex_state = 148}, + [3270] = {.lex_state = 149}, + [3271] = {.lex_state = 151}, [3272] = {.lex_state = 149}, - [3273] = {.lex_state = 151}, - [3274] = {.lex_state = 151}, - [3275] = {.lex_state = 124}, + [3273] = {.lex_state = 149}, + [3274] = {.lex_state = 149}, + [3275] = {.lex_state = 149}, [3276] = {.lex_state = 149}, - [3277] = {.lex_state = 149}, + [3277] = {.lex_state = 125}, [3278] = {.lex_state = 149}, [3279] = {.lex_state = 149}, [3280] = {.lex_state = 149}, [3281] = {.lex_state = 149}, - [3282] = {.lex_state = 149}, - [3283] = {.lex_state = 149}, + [3282] = {.lex_state = 151}, + [3283] = {.lex_state = 151}, [3284] = {.lex_state = 149}, - [3285] = {.lex_state = 151}, - [3286] = {.lex_state = 114}, - [3287] = {.lex_state = 148}, - [3288] = {.lex_state = 148}, - [3289] = {.lex_state = 148}, - [3290] = {.lex_state = 148}, - [3291] = {.lex_state = 148}, + [3285] = {.lex_state = 149}, + [3286] = {.lex_state = 149}, + [3287] = {.lex_state = 149}, + [3288] = {.lex_state = 151}, + [3289] = {.lex_state = 151}, + [3290] = {.lex_state = 149}, + [3291] = {.lex_state = 125}, [3292] = {.lex_state = 148}, - [3293] = {.lex_state = 124}, - [3294] = {.lex_state = 149}, - [3295] = {.lex_state = 124}, + [3293] = {.lex_state = 125}, + [3294] = {.lex_state = 148}, + [3295] = {.lex_state = 149}, [3296] = {.lex_state = 149}, - [3297] = {.lex_state = 148}, + [3297] = {.lex_state = 54}, [3298] = {.lex_state = 148}, [3299] = {.lex_state = 148}, - [3300] = {.lex_state = 56}, - [3301] = {.lex_state = 151}, - [3302] = {.lex_state = 149}, - [3303] = {.lex_state = 148}, - [3304] = {.lex_state = 114}, + [3300] = {.lex_state = 148}, + [3301] = {.lex_state = 149}, + [3302] = {.lex_state = 148}, + [3303] = {.lex_state = 114}, + [3304] = {.lex_state = 149}, [3305] = {.lex_state = 149}, - [3306] = {.lex_state = 114}, - [3307] = {.lex_state = 114}, - [3308] = {.lex_state = 114}, - [3309] = {.lex_state = 124}, - [3310] = {.lex_state = 124}, - [3311] = {.lex_state = 124}, - [3312] = {.lex_state = 124}, - [3313] = {.lex_state = 124}, - [3314] = {.lex_state = 124}, - [3315] = {.lex_state = 124}, - [3316] = {.lex_state = 149}, - [3317] = {.lex_state = 149}, - [3318] = {.lex_state = 124}, - [3319] = {.lex_state = 149}, - [3320] = {.lex_state = 149}, - [3321] = {.lex_state = 124}, - [3322] = {.lex_state = 124}, + [3306] = {.lex_state = 149}, + [3307] = {.lex_state = 151}, + [3308] = {.lex_state = 148}, + [3309] = {.lex_state = 148}, + [3310] = {.lex_state = 148}, + [3311] = {.lex_state = 148}, + [3312] = {.lex_state = 114}, + [3313] = {.lex_state = 114}, + [3314] = {.lex_state = 114}, + [3315] = {.lex_state = 149}, + [3316] = {.lex_state = 125}, + [3317] = {.lex_state = 125}, + [3318] = {.lex_state = 114}, + [3319] = {.lex_state = 125}, + [3320] = {.lex_state = 125}, + [3321] = {.lex_state = 125}, + [3322] = {.lex_state = 125}, [3323] = {.lex_state = 114}, [3324] = {.lex_state = 149}, - [3325] = {.lex_state = 124}, - [3326] = {.lex_state = 124}, + [3325] = {.lex_state = 149}, + [3326] = {.lex_state = 125}, [3327] = {.lex_state = 114}, - [3328] = {.lex_state = 149}, - [3329] = {.lex_state = 124}, - [3330] = {.lex_state = 124}, - [3331] = {.lex_state = 124}, - [3332] = {.lex_state = 124}, - [3333] = {.lex_state = 149}, - [3334] = {.lex_state = 124}, - [3335] = {.lex_state = 149}, - [3336] = {.lex_state = 135}, - [3337] = {.lex_state = 149}, - [3338] = {.lex_state = 114}, - [3339] = {.lex_state = 124}, + [3328] = {.lex_state = 125}, + [3329] = {.lex_state = 114}, + [3330] = {.lex_state = 114}, + [3331] = {.lex_state = 114}, + [3332] = {.lex_state = 149}, + [3333] = {.lex_state = 114}, + [3334] = {.lex_state = 125}, + [3335] = {.lex_state = 125}, + [3336] = {.lex_state = 114}, + [3337] = {.lex_state = 114}, + [3338] = {.lex_state = 149}, + [3339] = {.lex_state = 125}, [3340] = {.lex_state = 114}, - [3341] = {.lex_state = 114}, - [3342] = {.lex_state = 114}, - [3343] = {.lex_state = 135}, + [3341] = {.lex_state = 149}, + [3342] = {.lex_state = 149}, + [3343] = {.lex_state = 149}, [3344] = {.lex_state = 114}, - [3345] = {.lex_state = 114}, + [3345] = {.lex_state = 135}, [3346] = {.lex_state = 114}, - [3347] = {.lex_state = 114}, - [3348] = {.lex_state = 149}, - [3349] = {.lex_state = 114}, - [3350] = {.lex_state = 114}, + [3347] = {.lex_state = 149}, + [3348] = {.lex_state = 125}, + [3349] = {.lex_state = 149}, + [3350] = {.lex_state = 125}, [3351] = {.lex_state = 114}, - [3352] = {.lex_state = 114}, + [3352] = {.lex_state = 149}, [3353] = {.lex_state = 114}, - [3354] = {.lex_state = 114}, + [3354] = {.lex_state = 125}, [3355] = {.lex_state = 114}, - [3356] = {.lex_state = 114}, - [3357] = {.lex_state = 114}, + [3356] = {.lex_state = 125}, + [3357] = {.lex_state = 125}, [3358] = {.lex_state = 114}, - [3359] = {.lex_state = 114}, - [3360] = {.lex_state = 149}, + [3359] = {.lex_state = 125}, + [3360] = {.lex_state = 135}, [3361] = {.lex_state = 114}, - [3362] = {.lex_state = 114}, + [3362] = {.lex_state = 125}, [3363] = {.lex_state = 114}, [3364] = {.lex_state = 114}, [3365] = {.lex_state = 149}, [3366] = {.lex_state = 114}, - [3367] = {.lex_state = 149}, + [3367] = {.lex_state = 114}, [3368] = {.lex_state = 114}, - [3369] = {.lex_state = 124}, + [3369] = {.lex_state = 114}, [3370] = {.lex_state = 149}, [3371] = {.lex_state = 114}, - [3372] = {.lex_state = 149}, - [3373] = {.lex_state = 124}, + [3372] = {.lex_state = 114}, + [3373] = {.lex_state = 114}, [3374] = {.lex_state = 114}, - [3375] = {.lex_state = 135}, - [3376] = {.lex_state = 135}, - [3377] = {.lex_state = 135}, - [3378] = {.lex_state = 114}, - [3379] = {.lex_state = 114}, - [3380] = {.lex_state = 135}, - [3381] = {.lex_state = 56}, - [3382] = {.lex_state = 56}, - [3383] = {.lex_state = 56}, - [3384] = {.lex_state = 56}, - [3385] = {.lex_state = 56}, - [3386] = {.lex_state = 56}, - [3387] = {.lex_state = 56}, - [3388] = {.lex_state = 56}, - [3389] = {.lex_state = 124}, - [3390] = {.lex_state = 56}, - [3391] = {.lex_state = 56}, - [3392] = {.lex_state = 135}, - [3393] = {.lex_state = 56}, - [3394] = {.lex_state = 56}, - [3395] = {.lex_state = 56}, - [3396] = {.lex_state = 56}, - [3397] = {.lex_state = 135}, - [3398] = {.lex_state = 56}, - [3399] = {.lex_state = 56}, - [3400] = {.lex_state = 56}, - [3401] = {.lex_state = 56}, - [3402] = {.lex_state = 56}, - [3403] = {.lex_state = 56}, - [3404] = {.lex_state = 56}, - [3405] = {.lex_state = 56}, - [3406] = {.lex_state = 124}, - [3407] = {.lex_state = 56}, - [3408] = {.lex_state = 56}, - [3409] = {.lex_state = 56}, - [3410] = {.lex_state = 56}, - [3411] = {.lex_state = 56}, - [3412] = {.lex_state = 56}, - [3413] = {.lex_state = 142}, - [3414] = {.lex_state = 142}, - [3415] = {.lex_state = 139}, - [3416] = {.lex_state = 135}, - [3417] = {.lex_state = 135}, - [3418] = {.lex_state = 149}, - [3419] = {.lex_state = 139}, - [3420] = {.lex_state = 135}, + [3375] = {.lex_state = 114}, + [3376] = {.lex_state = 114}, + [3377] = {.lex_state = 125}, + [3378] = {.lex_state = 149}, + [3379] = {.lex_state = 149}, + [3380] = {.lex_state = 125}, + [3381] = {.lex_state = 135}, + [3382] = {.lex_state = 114}, + [3383] = {.lex_state = 149}, + [3384] = {.lex_state = 114}, + [3385] = {.lex_state = 114}, + [3386] = {.lex_state = 135}, + [3387] = {.lex_state = 135}, + [3388] = {.lex_state = 54}, + [3389] = {.lex_state = 54}, + [3390] = {.lex_state = 54}, + [3391] = {.lex_state = 54}, + [3392] = {.lex_state = 54}, + [3393] = {.lex_state = 125}, + [3394] = {.lex_state = 135}, + [3395] = {.lex_state = 54}, + [3396] = {.lex_state = 54}, + [3397] = {.lex_state = 54}, + [3398] = {.lex_state = 54}, + [3399] = {.lex_state = 54}, + [3400] = {.lex_state = 54}, + [3401] = {.lex_state = 54}, + [3402] = {.lex_state = 135}, + [3403] = {.lex_state = 54}, + [3404] = {.lex_state = 54}, + [3405] = {.lex_state = 54}, + [3406] = {.lex_state = 54}, + [3407] = {.lex_state = 125}, + [3408] = {.lex_state = 54}, + [3409] = {.lex_state = 54}, + [3410] = {.lex_state = 135}, + [3411] = {.lex_state = 54}, + [3412] = {.lex_state = 54}, + [3413] = {.lex_state = 54}, + [3414] = {.lex_state = 54}, + [3415] = {.lex_state = 54}, + [3416] = {.lex_state = 54}, + [3417] = {.lex_state = 54}, + [3418] = {.lex_state = 54}, + [3419] = {.lex_state = 54}, + [3420] = {.lex_state = 54}, [3421] = {.lex_state = 135}, [3422] = {.lex_state = 135}, - [3423] = {.lex_state = 126}, - [3424] = {.lex_state = 126}, - [3425] = {.lex_state = 126}, - [3426] = {.lex_state = 126}, - [3427] = {.lex_state = 126}, - [3428] = {.lex_state = 126}, - [3429] = {.lex_state = 126}, - [3430] = {.lex_state = 149}, + [3423] = {.lex_state = 142}, + [3424] = {.lex_state = 139}, + [3425] = {.lex_state = 135}, + [3426] = {.lex_state = 142}, + [3427] = {.lex_state = 139}, + [3428] = {.lex_state = 149}, + [3429] = {.lex_state = 135}, + [3430] = {.lex_state = 135}, [3431] = {.lex_state = 126}, [3432] = {.lex_state = 126}, [3433] = {.lex_state = 126}, - [3434] = {.lex_state = 126}, - [3435] = {.lex_state = 135}, + [3434] = {.lex_state = 135}, + [3435] = {.lex_state = 126}, [3436] = {.lex_state = 126}, [3437] = {.lex_state = 126}, [3438] = {.lex_state = 135}, - [3439] = {.lex_state = 135}, + [3439] = {.lex_state = 126}, [3440] = {.lex_state = 126}, - [3441] = {.lex_state = 150}, - [3442] = {.lex_state = 135}, - [3443] = {.lex_state = 150}, + [3441] = {.lex_state = 126}, + [3442] = {.lex_state = 149}, + [3443] = {.lex_state = 135}, [3444] = {.lex_state = 149}, - [3445] = {.lex_state = 150}, + [3445] = {.lex_state = 126}, [3446] = {.lex_state = 126}, [3447] = {.lex_state = 126}, - [3448] = {.lex_state = 149}, + [3448] = {.lex_state = 150}, [3449] = {.lex_state = 126}, [3450] = {.lex_state = 126}, - [3451] = {.lex_state = 149}, - [3452] = {.lex_state = 149}, - [3453] = {.lex_state = 126}, - [3454] = {.lex_state = 149}, - [3455] = {.lex_state = 149}, + [3451] = {.lex_state = 126}, + [3452] = {.lex_state = 150}, + [3453] = {.lex_state = 150}, + [3454] = {.lex_state = 126}, + [3455] = {.lex_state = 135}, [3456] = {.lex_state = 126}, [3457] = {.lex_state = 126}, - [3458] = {.lex_state = 111}, - [3459] = {.lex_state = 126}, - [3460] = {.lex_state = 126}, - [3461] = {.lex_state = 126}, - [3462] = {.lex_state = 111}, + [3458] = {.lex_state = 149}, + [3459] = {.lex_state = 149}, + [3460] = {.lex_state = 149}, + [3461] = {.lex_state = 149}, + [3462] = {.lex_state = 149}, [3463] = {.lex_state = 126}, [3464] = {.lex_state = 126}, [3465] = {.lex_state = 126}, [3466] = {.lex_state = 126}, [3467] = {.lex_state = 126}, - [3468] = {.lex_state = 152}, + [3468] = {.lex_state = 126}, [3469] = {.lex_state = 126}, [3470] = {.lex_state = 126}, - [3471] = {.lex_state = 126}, - [3472] = {.lex_state = 111}, - [3473] = {.lex_state = 152}, - [3474] = {.lex_state = 111}, - [3475] = {.lex_state = 126}, + [3471] = {.lex_state = 111}, + [3472] = {.lex_state = 126}, + [3473] = {.lex_state = 111}, + [3474] = {.lex_state = 126}, + [3475] = {.lex_state = 153}, [3476] = {.lex_state = 126}, [3477] = {.lex_state = 126}, - [3478] = {.lex_state = 126}, + [3478] = {.lex_state = 153}, [3479] = {.lex_state = 126}, - [3480] = {.lex_state = 111}, + [3480] = {.lex_state = 126}, [3481] = {.lex_state = 111}, [3482] = {.lex_state = 111}, [3483] = {.lex_state = 126}, [3484] = {.lex_state = 126}, [3485] = {.lex_state = 126}, - [3486] = {.lex_state = 111}, + [3486] = {.lex_state = 126}, [3487] = {.lex_state = 126}, [3488] = {.lex_state = 126}, - [3489] = {.lex_state = 111}, - [3490] = {.lex_state = 126}, - [3491] = {.lex_state = 126}, + [3489] = {.lex_state = 126}, + [3490] = {.lex_state = 111}, + [3491] = {.lex_state = 111}, [3492] = {.lex_state = 126}, - [3493] = {.lex_state = 149}, + [3493] = {.lex_state = 126}, [3494] = {.lex_state = 126}, - [3495] = {.lex_state = 150}, - [3496] = {.lex_state = 150}, - [3497] = {.lex_state = 153}, - [3498] = {.lex_state = 150}, - [3499] = {.lex_state = 205}, - [3500] = {.lex_state = 205}, - [3501] = {.lex_state = 126}, - [3502] = {.lex_state = 111}, - [3503] = {.lex_state = 150}, - [3504] = {.lex_state = 205}, + [3495] = {.lex_state = 126}, + [3496] = {.lex_state = 111}, + [3497] = {.lex_state = 126}, + [3498] = {.lex_state = 126}, + [3499] = {.lex_state = 111}, + [3500] = {.lex_state = 149}, + [3501] = {.lex_state = 111}, + [3502] = {.lex_state = 126}, + [3503] = {.lex_state = 126}, + [3504] = {.lex_state = 152}, [3505] = {.lex_state = 126}, [3506] = {.lex_state = 205}, - [3507] = {.lex_state = 205}, - [3508] = {.lex_state = 126}, - [3509] = {.lex_state = 205}, - [3510] = {.lex_state = 126}, - [3511] = {.lex_state = 153}, - [3512] = {.lex_state = 153}, - [3513] = {.lex_state = 126}, + [3507] = {.lex_state = 111}, + [3508] = {.lex_state = 111}, + [3509] = {.lex_state = 150}, + [3510] = {.lex_state = 111}, + [3511] = {.lex_state = 126}, + [3512] = {.lex_state = 152}, + [3513] = {.lex_state = 152}, [3514] = {.lex_state = 205}, - [3515] = {.lex_state = 126}, - [3516] = {.lex_state = 126}, - [3517] = {.lex_state = 126}, - [3518] = {.lex_state = 150}, - [3519] = {.lex_state = 153}, - [3520] = {.lex_state = 111}, - [3521] = {.lex_state = 153}, - [3522] = {.lex_state = 153}, - [3523] = {.lex_state = 111}, - [3524] = {.lex_state = 149}, - [3525] = {.lex_state = 126}, + [3515] = {.lex_state = 150}, + [3516] = {.lex_state = 149}, + [3517] = {.lex_state = 205}, + [3518] = {.lex_state = 205}, + [3519] = {.lex_state = 205}, + [3520] = {.lex_state = 149}, + [3521] = {.lex_state = 150}, + [3522] = {.lex_state = 126}, + [3523] = {.lex_state = 205}, + [3524] = {.lex_state = 126}, + [3525] = {.lex_state = 152}, [3526] = {.lex_state = 150}, - [3527] = {.lex_state = 149}, - [3528] = {.lex_state = 126}, - [3529] = {.lex_state = 111}, - [3530] = {.lex_state = 205}, - [3531] = {.lex_state = 205}, + [3527] = {.lex_state = 150}, + [3528] = {.lex_state = 205}, + [3529] = {.lex_state = 150}, + [3530] = {.lex_state = 111}, + [3531] = {.lex_state = 152}, [3532] = {.lex_state = 126}, - [3533] = {.lex_state = 205}, + [3533] = {.lex_state = 126}, [3534] = {.lex_state = 126}, - [3535] = {.lex_state = 111}, - [3536] = {.lex_state = 111}, - [3537] = {.lex_state = 205}, - [3538] = {.lex_state = 205}, - [3539] = {.lex_state = 126}, - [3540] = {.lex_state = 126}, + [3535] = {.lex_state = 126}, + [3536] = {.lex_state = 126}, + [3537] = {.lex_state = 152}, + [3538] = {.lex_state = 126}, + [3539] = {.lex_state = 149}, + [3540] = {.lex_state = 205}, [3541] = {.lex_state = 205}, - [3542] = {.lex_state = 126}, + [3542] = {.lex_state = 111}, [3543] = {.lex_state = 126}, - [3544] = {.lex_state = 149}, - [3545] = {.lex_state = 126}, - [3546] = {.lex_state = 205}, + [3544] = {.lex_state = 126}, + [3545] = {.lex_state = 205}, + [3546] = {.lex_state = 126}, [3547] = {.lex_state = 126}, [3548] = {.lex_state = 126}, - [3549] = {.lex_state = 111}, + [3549] = {.lex_state = 205}, [3550] = {.lex_state = 126}, - [3551] = {.lex_state = 126}, + [3551] = {.lex_state = 205}, [3552] = {.lex_state = 126}, - [3553] = {.lex_state = 126}, + [3553] = {.lex_state = 205}, [3554] = {.lex_state = 126}, - [3555] = {.lex_state = 205}, - [3556] = {.lex_state = 126}, + [3555] = {.lex_state = 126}, + [3556] = {.lex_state = 111}, [3557] = {.lex_state = 126}, - [3558] = {.lex_state = 149}, - [3559] = {.lex_state = 205}, - [3560] = {.lex_state = 149}, - [3561] = {.lex_state = 126}, - [3562] = {.lex_state = 126}, - [3563] = {.lex_state = 126}, - [3564] = {.lex_state = 149}, + [3558] = {.lex_state = 126}, + [3559] = {.lex_state = 126}, + [3560] = {.lex_state = 126}, + [3561] = {.lex_state = 205}, + [3562] = {.lex_state = 111}, + [3563] = {.lex_state = 205}, + [3564] = {.lex_state = 126}, [3565] = {.lex_state = 126}, [3566] = {.lex_state = 126}, [3567] = {.lex_state = 126}, [3568] = {.lex_state = 126}, [3569] = {.lex_state = 126}, [3570] = {.lex_state = 149}, - [3571] = {.lex_state = 111}, - [3572] = {.lex_state = 126}, - [3573] = {.lex_state = 126}, + [3571] = {.lex_state = 149}, + [3572] = {.lex_state = 149}, + [3573] = {.lex_state = 149}, [3574] = {.lex_state = 149}, - [3575] = {.lex_state = 149}, - [3576] = {.lex_state = 126}, - [3577] = {.lex_state = 126}, - [3578] = {.lex_state = 149}, - [3579] = {.lex_state = 149}, + [3575] = {.lex_state = 126}, + [3576] = {.lex_state = 149}, + [3577] = {.lex_state = 149}, + [3578] = {.lex_state = 126}, + [3579] = {.lex_state = 126}, [3580] = {.lex_state = 126}, [3581] = {.lex_state = 126}, - [3582] = {.lex_state = 149}, - [3583] = {.lex_state = 149}, - [3584] = {.lex_state = 149}, + [3582] = {.lex_state = 126}, + [3583] = {.lex_state = 126}, + [3584] = {.lex_state = 126}, [3585] = {.lex_state = 126}, - [3586] = {.lex_state = 126}, - [3587] = {.lex_state = 149}, - [3588] = {.lex_state = 126}, - [3589] = {.lex_state = 151}, - [3590] = {.lex_state = 135}, - [3591] = {.lex_state = 150}, - [3592] = {.lex_state = 150}, - [3593] = {.lex_state = 111}, - [3594] = {.lex_state = 135}, - [3595] = {.lex_state = 135}, - [3596] = {.lex_state = 135}, + [3586] = {.lex_state = 149}, + [3587] = {.lex_state = 126}, + [3588] = {.lex_state = 149}, + [3589] = {.lex_state = 205}, + [3590] = {.lex_state = 149}, + [3591] = {.lex_state = 149}, + [3592] = {.lex_state = 149}, + [3593] = {.lex_state = 126}, + [3594] = {.lex_state = 111}, + [3595] = {.lex_state = 126}, + [3596] = {.lex_state = 126}, [3597] = {.lex_state = 135}, - [3598] = {.lex_state = 151}, - [3599] = {.lex_state = 114}, - [3600] = {.lex_state = 151}, - [3601] = {.lex_state = 150}, + [3598] = {.lex_state = 150}, + [3599] = {.lex_state = 135}, + [3600] = {.lex_state = 135}, + [3601] = {.lex_state = 151}, [3602] = {.lex_state = 135}, [3603] = {.lex_state = 135}, - [3604] = {.lex_state = 126}, - [3605] = {.lex_state = 150}, - [3606] = {.lex_state = 150}, - [3607] = {.lex_state = 151}, - [3608] = {.lex_state = 151}, - [3609] = {.lex_state = 151}, - [3610] = {.lex_state = 135}, - [3611] = {.lex_state = 150}, - [3612] = {.lex_state = 150}, + [3604] = {.lex_state = 135}, + [3605] = {.lex_state = 152}, + [3606] = {.lex_state = 111}, + [3607] = {.lex_state = 150}, + [3608] = {.lex_state = 150}, + [3609] = {.lex_state = 135}, + [3610] = {.lex_state = 114}, + [3611] = {.lex_state = 135}, + [3612] = {.lex_state = 114}, [3613] = {.lex_state = 150}, - [3614] = {.lex_state = 150}, - [3615] = {.lex_state = 152}, - [3616] = {.lex_state = 152}, - [3617] = {.lex_state = 135}, - [3618] = {.lex_state = 150}, - [3619] = {.lex_state = 150}, + [3614] = {.lex_state = 144}, + [3615] = {.lex_state = 150}, + [3616] = {.lex_state = 150}, + [3617] = {.lex_state = 150}, + [3618] = {.lex_state = 135}, + [3619] = {.lex_state = 205}, [3620] = {.lex_state = 150}, - [3621] = {.lex_state = 150}, - [3622] = {.lex_state = 135}, - [3623] = {.lex_state = 150}, + [3621] = {.lex_state = 135}, + [3622] = {.lex_state = 151}, + [3623] = {.lex_state = 205}, [3624] = {.lex_state = 135}, - [3625] = {.lex_state = 150}, - [3626] = {.lex_state = 205}, - [3627] = {.lex_state = 135}, + [3625] = {.lex_state = 135}, + [3626] = {.lex_state = 150}, + [3627] = {.lex_state = 150}, [3628] = {.lex_state = 150}, - [3629] = {.lex_state = 126}, - [3630] = {.lex_state = 135}, - [3631] = {.lex_state = 135}, + [3629] = {.lex_state = 150}, + [3630] = {.lex_state = 126}, + [3631] = {.lex_state = 126}, [3632] = {.lex_state = 150}, - [3633] = {.lex_state = 153}, + [3633] = {.lex_state = 135}, [3634] = {.lex_state = 150}, [3635] = {.lex_state = 150}, - [3636] = {.lex_state = 150}, - [3637] = {.lex_state = 205}, - [3638] = {.lex_state = 135}, + [3636] = {.lex_state = 151}, + [3637] = {.lex_state = 135}, + [3638] = {.lex_state = 150}, [3639] = {.lex_state = 150}, - [3640] = {.lex_state = 150}, - [3641] = {.lex_state = 135}, - [3642] = {.lex_state = 205}, - [3643] = {.lex_state = 135}, - [3644] = {.lex_state = 150}, + [3640] = {.lex_state = 151}, + [3641] = {.lex_state = 150}, + [3642] = {.lex_state = 150}, + [3643] = {.lex_state = 151}, + [3644] = {.lex_state = 151}, [3645] = {.lex_state = 150}, [3646] = {.lex_state = 150}, [3647] = {.lex_state = 135}, [3648] = {.lex_state = 150}, - [3649] = {.lex_state = 205}, - [3650] = {.lex_state = 205}, - [3651] = {.lex_state = 126}, - [3652] = {.lex_state = 126}, - [3653] = {.lex_state = 126}, - [3654] = {.lex_state = 126}, - [3655] = {.lex_state = 205}, - [3656] = {.lex_state = 150}, - [3657] = {.lex_state = 117, .external_lex_state = 1}, + [3649] = {.lex_state = 135}, + [3650] = {.lex_state = 150}, + [3651] = {.lex_state = 135}, + [3652] = {.lex_state = 150}, + [3653] = {.lex_state = 205}, + [3654] = {.lex_state = 135}, + [3655] = {.lex_state = 150}, + [3656] = {.lex_state = 126}, + [3657] = {.lex_state = 126}, [3658] = {.lex_state = 126}, [3659] = {.lex_state = 150}, [3660] = {.lex_state = 150}, - [3661] = {.lex_state = 150}, - [3662] = {.lex_state = 117, .external_lex_state = 1}, - [3663] = {.lex_state = 150}, - [3664] = {.lex_state = 205}, - [3665] = {.lex_state = 117, .external_lex_state = 1}, - [3666] = {.lex_state = 150}, - [3667] = {.lex_state = 150}, - [3668] = {.lex_state = 117, .external_lex_state = 1}, - [3669] = {.lex_state = 150}, - [3670] = {.lex_state = 150}, + [3661] = {.lex_state = 117, .external_lex_state = 1}, + [3662] = {.lex_state = 150}, + [3663] = {.lex_state = 117, .external_lex_state = 1}, + [3664] = {.lex_state = 150}, + [3665] = {.lex_state = 150}, + [3666] = {.lex_state = 117, .external_lex_state = 1}, + [3667] = {.lex_state = 126}, + [3668] = {.lex_state = 126}, + [3669] = {.lex_state = 205}, + [3670] = {.lex_state = 205}, [3671] = {.lex_state = 205}, - [3672] = {.lex_state = 126}, + [3672] = {.lex_state = 205}, [3673] = {.lex_state = 126}, - [3674] = {.lex_state = 126}, - [3675] = {.lex_state = 150}, - [3676] = {.lex_state = 126}, - [3677] = {.lex_state = 126}, - [3678] = {.lex_state = 117, .external_lex_state = 1}, - [3679] = {.lex_state = 126}, - [3680] = {.lex_state = 126}, + [3674] = {.lex_state = 150}, + [3675] = {.lex_state = 126}, + [3676] = {.lex_state = 117, .external_lex_state = 1}, + [3677] = {.lex_state = 150}, + [3678] = {.lex_state = 150}, + [3679] = {.lex_state = 150}, + [3680] = {.lex_state = 150}, [3681] = {.lex_state = 150}, - [3682] = {.lex_state = 126}, - [3683] = {.lex_state = 126}, - [3684] = {.lex_state = 150}, - [3685] = {.lex_state = 117, .external_lex_state = 1}, - [3686] = {.lex_state = 205}, - [3687] = {.lex_state = 205}, - [3688] = {.lex_state = 117, .external_lex_state = 1}, - [3689] = {.lex_state = 126}, + [3682] = {.lex_state = 117, .external_lex_state = 1}, + [3683] = {.lex_state = 150}, + [3684] = {.lex_state = 205}, + [3685] = {.lex_state = 150}, + [3686] = {.lex_state = 150}, + [3687] = {.lex_state = 150}, + [3688] = {.lex_state = 150}, + [3689] = {.lex_state = 205}, [3690] = {.lex_state = 150}, - [3691] = {.lex_state = 150}, + [3691] = {.lex_state = 126}, [3692] = {.lex_state = 150}, - [3693] = {.lex_state = 150}, - [3694] = {.lex_state = 205}, - [3695] = {.lex_state = 150}, - [3696] = {.lex_state = 150}, - [3697] = {.lex_state = 150}, - [3698] = {.lex_state = 117, .external_lex_state = 1}, + [3693] = {.lex_state = 126}, + [3694] = {.lex_state = 126}, + [3695] = {.lex_state = 126}, + [3696] = {.lex_state = 205}, + [3697] = {.lex_state = 117, .external_lex_state = 1}, + [3698] = {.lex_state = 150}, [3699] = {.lex_state = 150}, - [3700] = {.lex_state = 205}, + [3700] = {.lex_state = 126}, [3701] = {.lex_state = 126}, - [3702] = {.lex_state = 150}, + [3702] = {.lex_state = 205}, [3703] = {.lex_state = 150}, - [3704] = {.lex_state = 205}, - [3705] = {.lex_state = 150}, + [3704] = {.lex_state = 117, .external_lex_state = 1}, + [3705] = {.lex_state = 117, .external_lex_state = 1}, [3706] = {.lex_state = 150}, [3707] = {.lex_state = 126}, - [3708] = {.lex_state = 150}, + [3708] = {.lex_state = 205}, [3709] = {.lex_state = 126}, [3710] = {.lex_state = 150}, - [3711] = {.lex_state = 117, .external_lex_state = 1}, - [3712] = {.lex_state = 150}, - [3713] = {.lex_state = 150}, - [3714] = {.lex_state = 205}, - [3715] = {.lex_state = 138}, - [3716] = {.lex_state = 138}, - [3717] = {.lex_state = 205}, + [3711] = {.lex_state = 150}, + [3712] = {.lex_state = 205}, + [3713] = {.lex_state = 126}, + [3714] = {.lex_state = 150}, + [3715] = {.lex_state = 150}, + [3716] = {.lex_state = 150}, + [3717] = {.lex_state = 117, .external_lex_state = 1}, [3718] = {.lex_state = 126}, - [3719] = {.lex_state = 111}, - [3720] = {.lex_state = 205}, - [3721] = {.lex_state = 126}, - [3722] = {.lex_state = 150}, - [3723] = {.lex_state = 205}, - [3724] = {.lex_state = 205}, - [3725] = {.lex_state = 205}, - [3726] = {.lex_state = 144}, - [3727] = {.lex_state = 150}, - [3728] = {.lex_state = 205}, - [3729] = {.lex_state = 126}, - [3730] = {.lex_state = 111}, - [3731] = {.lex_state = 205}, + [3719] = {.lex_state = 126}, + [3720] = {.lex_state = 150}, + [3721] = {.lex_state = 150}, + [3722] = {.lex_state = 144}, + [3723] = {.lex_state = 126}, + [3724] = {.lex_state = 126}, + [3725] = {.lex_state = 150}, + [3726] = {.lex_state = 205}, + [3727] = {.lex_state = 111}, + [3728] = {.lex_state = 111}, + [3729] = {.lex_state = 111}, + [3730] = {.lex_state = 205}, + [3731] = {.lex_state = 150}, [3732] = {.lex_state = 205}, - [3733] = {.lex_state = 205}, - [3734] = {.lex_state = 205}, - [3735] = {.lex_state = 111}, + [3733] = {.lex_state = 150}, + [3734] = {.lex_state = 150}, + [3735] = {.lex_state = 205}, [3736] = {.lex_state = 205}, - [3737] = {.lex_state = 150}, + [3737] = {.lex_state = 205}, [3738] = {.lex_state = 150}, [3739] = {.lex_state = 205}, [3740] = {.lex_state = 205}, - [3741] = {.lex_state = 150}, + [3741] = {.lex_state = 205}, [3742] = {.lex_state = 205}, [3743] = {.lex_state = 205}, - [3744] = {.lex_state = 111}, - [3745] = {.lex_state = 205}, - [3746] = {.lex_state = 111}, - [3747] = {.lex_state = 205}, - [3748] = {.lex_state = 144}, - [3749] = {.lex_state = 111}, - [3750] = {.lex_state = 111}, - [3751] = {.lex_state = 111}, + [3744] = {.lex_state = 205}, + [3745] = {.lex_state = 111}, + [3746] = {.lex_state = 150}, + [3747] = {.lex_state = 126}, + [3748] = {.lex_state = 150}, + [3749] = {.lex_state = 205}, + [3750] = {.lex_state = 138}, + [3751] = {.lex_state = 205}, [3752] = {.lex_state = 205}, [3753] = {.lex_state = 111}, - [3754] = {.lex_state = 205}, + [3754] = {.lex_state = 111}, [3755] = {.lex_state = 205}, - [3756] = {.lex_state = 111}, - [3757] = {.lex_state = 111}, - [3758] = {.lex_state = 111}, + [3756] = {.lex_state = 144}, + [3757] = {.lex_state = 144}, + [3758] = {.lex_state = 205}, [3759] = {.lex_state = 205}, - [3760] = {.lex_state = 144}, - [3761] = {.lex_state = 205}, - [3762] = {.lex_state = 111}, + [3760] = {.lex_state = 205}, + [3761] = {.lex_state = 111}, + [3762] = {.lex_state = 205}, [3763] = {.lex_state = 205}, - [3764] = {.lex_state = 205}, - [3765] = {.lex_state = 150}, + [3764] = {.lex_state = 111}, + [3765] = {.lex_state = 111}, [3766] = {.lex_state = 111}, [3767] = {.lex_state = 111}, - [3768] = {.lex_state = 144}, + [3768] = {.lex_state = 138}, [3769] = {.lex_state = 111}, - [3770] = {.lex_state = 205}, + [3770] = {.lex_state = 144}, [3771] = {.lex_state = 205}, - [3772] = {.lex_state = 111}, + [3772] = {.lex_state = 205}, [3773] = {.lex_state = 205}, - [3774] = {.lex_state = 150}, - [3775] = {.lex_state = 205}, - [3776] = {.lex_state = 205}, - [3777] = {.lex_state = 111}, - [3778] = {.lex_state = 0, .external_lex_state = 1}, - [3779] = {.lex_state = 151}, - [3780] = {.lex_state = 150}, - [3781] = {.lex_state = 150}, - [3782] = {.lex_state = 205}, - [3783] = {.lex_state = 150}, - [3784] = {.lex_state = 126}, - [3785] = {.lex_state = 205}, - [3786] = {.lex_state = 151}, - [3787] = {.lex_state = 111}, + [3774] = {.lex_state = 111}, + [3775] = {.lex_state = 111}, + [3776] = {.lex_state = 111}, + [3777] = {.lex_state = 205}, + [3778] = {.lex_state = 205}, + [3779] = {.lex_state = 205}, + [3780] = {.lex_state = 205}, + [3781] = {.lex_state = 111}, + [3782] = {.lex_state = 111}, + [3783] = {.lex_state = 205}, + [3784] = {.lex_state = 205}, + [3785] = {.lex_state = 126}, + [3786] = {.lex_state = 0, .external_lex_state = 1}, + [3787] = {.lex_state = 0, .external_lex_state = 1}, [3788] = {.lex_state = 111}, [3789] = {.lex_state = 111}, - [3790] = {.lex_state = 205}, + [3790] = {.lex_state = 111}, [3791] = {.lex_state = 111}, [3792] = {.lex_state = 111}, [3793] = {.lex_state = 111}, [3794] = {.lex_state = 111}, [3795] = {.lex_state = 111}, - [3796] = {.lex_state = 111}, - [3797] = {.lex_state = 126}, - [3798] = {.lex_state = 126}, - [3799] = {.lex_state = 111}, - [3800] = {.lex_state = 111}, - [3801] = {.lex_state = 111}, - [3802] = {.lex_state = 111}, + [3796] = {.lex_state = 150}, + [3797] = {.lex_state = 111}, + [3798] = {.lex_state = 111}, + [3799] = {.lex_state = 126}, + [3800] = {.lex_state = 150}, + [3801] = {.lex_state = 0, .external_lex_state = 1}, + [3802] = {.lex_state = 0, .external_lex_state = 1}, [3803] = {.lex_state = 111}, - [3804] = {.lex_state = 111}, - [3805] = {.lex_state = 126}, + [3804] = {.lex_state = 150}, + [3805] = {.lex_state = 150}, [3806] = {.lex_state = 111}, - [3807] = {.lex_state = 0, .external_lex_state = 1}, - [3808] = {.lex_state = 117, .external_lex_state = 1}, + [3807] = {.lex_state = 111}, + [3808] = {.lex_state = 111}, [3809] = {.lex_state = 111}, - [3810] = {.lex_state = 111}, - [3811] = {.lex_state = 0, .external_lex_state = 1}, + [3810] = {.lex_state = 0, .external_lex_state = 1}, + [3811] = {.lex_state = 111}, [3812] = {.lex_state = 111}, [3813] = {.lex_state = 111}, [3814] = {.lex_state = 111}, - [3815] = {.lex_state = 0, .external_lex_state = 1}, - [3816] = {.lex_state = 0, .external_lex_state = 1}, - [3817] = {.lex_state = 0, .external_lex_state = 1}, - [3818] = {.lex_state = 126}, - [3819] = {.lex_state = 0, .external_lex_state = 1}, - [3820] = {.lex_state = 126}, - [3821] = {.lex_state = 111}, - [3822] = {.lex_state = 111}, - [3823] = {.lex_state = 205}, + [3815] = {.lex_state = 111}, + [3816] = {.lex_state = 111}, + [3817] = {.lex_state = 111}, + [3818] = {.lex_state = 111}, + [3819] = {.lex_state = 111}, + [3820] = {.lex_state = 111}, + [3821] = {.lex_state = 126}, + [3822] = {.lex_state = 150}, + [3823] = {.lex_state = 117, .external_lex_state = 1}, [3824] = {.lex_state = 111}, [3825] = {.lex_state = 111}, - [3826] = {.lex_state = 205}, + [3826] = {.lex_state = 111}, [3827] = {.lex_state = 111}, [3828] = {.lex_state = 111}, - [3829] = {.lex_state = 111}, - [3830] = {.lex_state = 150}, - [3831] = {.lex_state = 150}, - [3832] = {.lex_state = 150}, - [3833] = {.lex_state = 126}, + [3829] = {.lex_state = 126}, + [3830] = {.lex_state = 111}, + [3831] = {.lex_state = 111}, + [3832] = {.lex_state = 111}, + [3833] = {.lex_state = 111}, [3834] = {.lex_state = 111}, [3835] = {.lex_state = 111}, - [3836] = {.lex_state = 205}, - [3837] = {.lex_state = 150}, - [3838] = {.lex_state = 111}, + [3836] = {.lex_state = 111}, + [3837] = {.lex_state = 205}, + [3838] = {.lex_state = 150}, [3839] = {.lex_state = 111}, - [3840] = {.lex_state = 126}, - [3841] = {.lex_state = 111}, - [3842] = {.lex_state = 111}, - [3843] = {.lex_state = 111}, - [3844] = {.lex_state = 150}, - [3845] = {.lex_state = 111}, + [3840] = {.lex_state = 150}, + [3841] = {.lex_state = 126}, + [3842] = {.lex_state = 150}, + [3843] = {.lex_state = 205}, + [3844] = {.lex_state = 126}, + [3845] = {.lex_state = 150}, [3846] = {.lex_state = 111}, - [3847] = {.lex_state = 111}, + [3847] = {.lex_state = 0, .external_lex_state = 1}, [3848] = {.lex_state = 111}, [3849] = {.lex_state = 111}, - [3850] = {.lex_state = 205}, - [3851] = {.lex_state = 126}, - [3852] = {.lex_state = 111}, + [3850] = {.lex_state = 111}, + [3851] = {.lex_state = 111}, + [3852] = {.lex_state = 117, .external_lex_state = 1}, [3853] = {.lex_state = 205}, [3854] = {.lex_state = 111}, - [3855] = {.lex_state = 111}, + [3855] = {.lex_state = 126}, [3856] = {.lex_state = 111}, - [3857] = {.lex_state = 150}, - [3858] = {.lex_state = 111}, - [3859] = {.lex_state = 117, .external_lex_state = 1}, + [3857] = {.lex_state = 111}, + [3858] = {.lex_state = 205}, + [3859] = {.lex_state = 111}, [3860] = {.lex_state = 111}, - [3861] = {.lex_state = 150}, - [3862] = {.lex_state = 111}, + [3861] = {.lex_state = 205}, + [3862] = {.lex_state = 151}, [3863] = {.lex_state = 111}, - [3864] = {.lex_state = 111}, - [3865] = {.lex_state = 126}, + [3864] = {.lex_state = 150}, + [3865] = {.lex_state = 0, .external_lex_state = 1}, [3866] = {.lex_state = 205}, - [3867] = {.lex_state = 205}, + [3867] = {.lex_state = 126}, [3868] = {.lex_state = 205}, - [3869] = {.lex_state = 205}, - [3870] = {.lex_state = 126}, - [3871] = {.lex_state = 205}, - [3872] = {.lex_state = 126}, - [3873] = {.lex_state = 126}, - [3874] = {.lex_state = 205}, + [3869] = {.lex_state = 151}, + [3870] = {.lex_state = 205}, + [3871] = {.lex_state = 126}, + [3872] = {.lex_state = 111}, + [3873] = {.lex_state = 205}, + [3874] = {.lex_state = 126}, [3875] = {.lex_state = 205}, [3876] = {.lex_state = 126}, - [3877] = {.lex_state = 126}, - [3878] = {.lex_state = 205}, - [3879] = {.lex_state = 205}, + [3877] = {.lex_state = 205}, + [3878] = {.lex_state = 126}, + [3879] = {.lex_state = 126}, [3880] = {.lex_state = 205}, - [3881] = {.lex_state = 205}, - [3882] = {.lex_state = 126}, - [3883] = {.lex_state = 126}, - [3884] = {.lex_state = 126}, - [3885] = {.lex_state = 205}, + [3881] = {.lex_state = 126}, + [3882] = {.lex_state = 205}, + [3883] = {.lex_state = 205}, + [3884] = {.lex_state = 205}, + [3885] = {.lex_state = 126}, [3886] = {.lex_state = 205}, [3887] = {.lex_state = 126}, - [3888] = {.lex_state = 205}, + [3888] = {.lex_state = 126}, [3889] = {.lex_state = 126}, - [3890] = {.lex_state = 126}, - [3891] = {.lex_state = 126}, - [3892] = {.lex_state = 126}, + [3890] = {.lex_state = 205}, + [3891] = {.lex_state = 205}, + [3892] = {.lex_state = 205}, [3893] = {.lex_state = 126}, - [3894] = {.lex_state = 205}, - [3895] = {.lex_state = 205}, + [3894] = {.lex_state = 126}, + [3895] = {.lex_state = 126}, [3896] = {.lex_state = 205}, - [3897] = {.lex_state = 205}, + [3897] = {.lex_state = 126}, [3898] = {.lex_state = 205}, - [3899] = {.lex_state = 126}, - [3900] = {.lex_state = 205}, + [3899] = {.lex_state = 205}, + [3900] = {.lex_state = 126}, [3901] = {.lex_state = 126}, - [3902] = {.lex_state = 205}, - [3903] = {.lex_state = 126}, - [3904] = {.lex_state = 205}, - [3905] = {.lex_state = 126}, - [3906] = {.lex_state = 126}, - [3907] = {.lex_state = 126}, + [3902] = {.lex_state = 126}, + [3903] = {.lex_state = 205}, + [3904] = {.lex_state = 126}, + [3905] = {.lex_state = 205}, + [3906] = {.lex_state = 205}, + [3907] = {.lex_state = 205}, [3908] = {.lex_state = 126}, - [3909] = {.lex_state = 205}, + [3909] = {.lex_state = 126}, [3910] = {.lex_state = 126}, - [3911] = {.lex_state = 205}, + [3911] = {.lex_state = 126}, [3912] = {.lex_state = 126}, - [3913] = {.lex_state = 126}, - [3914] = {.lex_state = 205}, - [3915] = {.lex_state = 126}, - [3916] = {.lex_state = 111}, - [3917] = {.lex_state = 111}, - [3918] = {.lex_state = 205}, - [3919] = {.lex_state = 205}, - [3920] = {.lex_state = 111}, - [3921] = {.lex_state = 111}, - [3922] = {.lex_state = 111}, - [3923] = {.lex_state = 111}, - [3924] = {.lex_state = 205}, + [3913] = {.lex_state = 205}, + [3914] = {.lex_state = 126}, + [3915] = {.lex_state = 205}, + [3916] = {.lex_state = 205}, + [3917] = {.lex_state = 205}, + [3918] = {.lex_state = 126}, + [3919] = {.lex_state = 126}, + [3920] = {.lex_state = 205}, + [3921] = {.lex_state = 205}, + [3922] = {.lex_state = 205}, + [3923] = {.lex_state = 126}, + [3924] = {.lex_state = 111}, [3925] = {.lex_state = 205}, [3926] = {.lex_state = 111}, [3927] = {.lex_state = 111}, [3928] = {.lex_state = 111}, - [3929] = {.lex_state = 111}, - [3930] = {.lex_state = 111}, - [3931] = {.lex_state = 111}, + [3929] = {.lex_state = 205}, + [3930] = {.lex_state = 205}, + [3931] = {.lex_state = 126}, [3932] = {.lex_state = 111}, [3933] = {.lex_state = 111}, [3934] = {.lex_state = 111}, - [3935] = {.lex_state = 126}, + [3935] = {.lex_state = 111}, [3936] = {.lex_state = 111}, [3937] = {.lex_state = 111}, - [3938] = {.lex_state = 126}, - [3939] = {.lex_state = 205}, + [3938] = {.lex_state = 111}, + [3939] = {.lex_state = 111}, [3940] = {.lex_state = 111}, [3941] = {.lex_state = 111}, [3942] = {.lex_state = 111}, [3943] = {.lex_state = 111}, - [3944] = {.lex_state = 205}, + [3944] = {.lex_state = 111}, [3945] = {.lex_state = 111}, - [3946] = {.lex_state = 111}, + [3946] = {.lex_state = 205}, [3947] = {.lex_state = 205}, - [3948] = {.lex_state = 126}, + [3948] = {.lex_state = 111}, [3949] = {.lex_state = 205}, - [3950] = {.lex_state = 150}, + [3950] = {.lex_state = 111}, [3951] = {.lex_state = 111}, [3952] = {.lex_state = 111}, - [3953] = {.lex_state = 111}, - [3954] = {.lex_state = 111}, + [3953] = {.lex_state = 150}, + [3954] = {.lex_state = 205}, [3955] = {.lex_state = 111}, - [3956] = {.lex_state = 205}, + [3956] = {.lex_state = 111}, [3957] = {.lex_state = 111}, - [3958] = {.lex_state = 205}, + [3958] = {.lex_state = 111}, [3959] = {.lex_state = 111}, [3960] = {.lex_state = 205}, - [3961] = {.lex_state = 111}, - [3962] = {.lex_state = 205}, - [3963] = {.lex_state = 205}, - [3964] = {.lex_state = 205}, + [3961] = {.lex_state = 205}, + [3962] = {.lex_state = 111}, + [3963] = {.lex_state = 126}, + [3964] = {.lex_state = 126}, [3965] = {.lex_state = 205}, - [3966] = {.lex_state = 205}, + [3966] = {.lex_state = 111}, [3967] = {.lex_state = 205}, - [3968] = {.lex_state = 205}, - [3969] = {.lex_state = 205}, + [3968] = {.lex_state = 111}, + [3969] = {.lex_state = 111}, [3970] = {.lex_state = 205}, - [3971] = {.lex_state = 126}, + [3971] = {.lex_state = 205}, [3972] = {.lex_state = 205}, - [3973] = {.lex_state = 205}, - [3974] = {.lex_state = 205}, - [3975] = {.lex_state = 148}, + [3973] = {.lex_state = 126}, + [3974] = {.lex_state = 126}, + [3975] = {.lex_state = 205}, [3976] = {.lex_state = 205}, [3977] = {.lex_state = 205}, [3978] = {.lex_state = 205}, - [3979] = {.lex_state = 205}, - [3980] = {.lex_state = 111}, + [3979] = {.lex_state = 126}, + [3980] = {.lex_state = 205}, [3981] = {.lex_state = 205}, - [3982] = {.lex_state = 205}, - [3983] = {.lex_state = 126}, - [3984] = {.lex_state = 126}, - [3985] = {.lex_state = 111}, + [3982] = {.lex_state = 126}, + [3983] = {.lex_state = 205}, + [3984] = {.lex_state = 205}, + [3985] = {.lex_state = 205}, [3986] = {.lex_state = 205}, - [3987] = {.lex_state = 126}, - [3988] = {.lex_state = 205}, - [3989] = {.lex_state = 205}, - [3990] = {.lex_state = 126}, + [3987] = {.lex_state = 205}, + [3988] = {.lex_state = 111}, + [3989] = {.lex_state = 148}, + [3990] = {.lex_state = 205}, [3991] = {.lex_state = 205}, [3992] = {.lex_state = 205}, - [3993] = {.lex_state = 150}, - [3994] = {.lex_state = 205}, - [3995] = {.lex_state = 0}, - [3996] = {.lex_state = 63}, - [3997] = {.lex_state = 150}, - [3998] = {.lex_state = 126}, - [3999] = {.lex_state = 150}, + [3993] = {.lex_state = 205}, + [3994] = {.lex_state = 126}, + [3995] = {.lex_state = 111}, + [3996] = {.lex_state = 205}, + [3997] = {.lex_state = 205}, + [3998] = {.lex_state = 205}, + [3999] = {.lex_state = 205}, [4000] = {.lex_state = 205}, - [4001] = {.lex_state = 65}, - [4002] = {.lex_state = 63}, - [4003] = {.lex_state = 150}, + [4001] = {.lex_state = 126}, + [4002] = {.lex_state = 150}, + [4003] = {.lex_state = 205}, [4004] = {.lex_state = 150}, [4005] = {.lex_state = 150}, - [4006] = {.lex_state = 126}, - [4007] = {.lex_state = 150}, + [4006] = {.lex_state = 205}, + [4007] = {.lex_state = 111}, [4008] = {.lex_state = 150}, - [4009] = {.lex_state = 150}, - [4010] = {.lex_state = 148}, - [4011] = {.lex_state = 111}, + [4009] = {.lex_state = 148}, + [4010] = {.lex_state = 205}, + [4011] = {.lex_state = 205}, [4012] = {.lex_state = 150}, - [4013] = {.lex_state = 65}, - [4014] = {.lex_state = 150}, - [4015] = {.lex_state = 65}, + [4013] = {.lex_state = 0}, + [4014] = {.lex_state = 63}, + [4015] = {.lex_state = 150}, [4016] = {.lex_state = 150}, - [4017] = {.lex_state = 111}, - [4018] = {.lex_state = 150}, + [4017] = {.lex_state = 150}, + [4018] = {.lex_state = 205}, [4019] = {.lex_state = 150}, - [4020] = {.lex_state = 150}, - [4021] = {.lex_state = 148}, - [4022] = {.lex_state = 205}, - [4023] = {.lex_state = 0}, + [4020] = {.lex_state = 205}, + [4021] = {.lex_state = 205}, + [4022] = {.lex_state = 150}, + [4023] = {.lex_state = 126}, [4024] = {.lex_state = 150}, - [4025] = {.lex_state = 150}, - [4026] = {.lex_state = 205}, - [4027] = {.lex_state = 150}, - [4028] = {.lex_state = 0}, - [4029] = {.lex_state = 150}, - [4030] = {.lex_state = 0}, - [4031] = {.lex_state = 150}, - [4032] = {.lex_state = 150}, - [4033] = {.lex_state = 150}, - [4034] = {.lex_state = 150}, - [4035] = {.lex_state = 148}, - [4036] = {.lex_state = 150}, - [4037] = {.lex_state = 111}, - [4038] = {.lex_state = 111}, - [4039] = {.lex_state = 126}, + [4025] = {.lex_state = 111}, + [4026] = {.lex_state = 0}, + [4027] = {.lex_state = 65}, + [4028] = {.lex_state = 205}, + [4029] = {.lex_state = 205}, + [4030] = {.lex_state = 148}, + [4031] = {.lex_state = 205}, + [4032] = {.lex_state = 63}, + [4033] = {.lex_state = 205}, + [4034] = {.lex_state = 205}, + [4035] = {.lex_state = 205}, + [4036] = {.lex_state = 205}, + [4037] = {.lex_state = 148}, + [4038] = {.lex_state = 150}, + [4039] = {.lex_state = 0}, [4040] = {.lex_state = 205}, - [4041] = {.lex_state = 205}, + [4041] = {.lex_state = 150}, [4042] = {.lex_state = 150}, - [4043] = {.lex_state = 65}, + [4043] = {.lex_state = 205}, [4044] = {.lex_state = 150}, [4045] = {.lex_state = 150}, [4046] = {.lex_state = 150}, - [4047] = {.lex_state = 65}, - [4048] = {.lex_state = 205}, + [4047] = {.lex_state = 205}, + [4048] = {.lex_state = 150}, [4049] = {.lex_state = 150}, - [4050] = {.lex_state = 0}, - [4051] = {.lex_state = 111}, - [4052] = {.lex_state = 126}, - [4053] = {.lex_state = 205}, - [4054] = {.lex_state = 63}, - [4055] = {.lex_state = 0}, - [4056] = {.lex_state = 205}, - [4057] = {.lex_state = 205}, - [4058] = {.lex_state = 63}, - [4059] = {.lex_state = 205}, - [4060] = {.lex_state = 65}, - [4061] = {.lex_state = 205}, - [4062] = {.lex_state = 126}, - [4063] = {.lex_state = 205}, - [4064] = {.lex_state = 205}, + [4050] = {.lex_state = 111}, + [4051] = {.lex_state = 150}, + [4052] = {.lex_state = 150}, + [4053] = {.lex_state = 63}, + [4054] = {.lex_state = 0}, + [4055] = {.lex_state = 150}, + [4056] = {.lex_state = 150}, + [4057] = {.lex_state = 63}, + [4058] = {.lex_state = 150}, + [4059] = {.lex_state = 63}, + [4060] = {.lex_state = 150}, + [4061] = {.lex_state = 63}, + [4062] = {.lex_state = 150}, + [4063] = {.lex_state = 150}, + [4064] = {.lex_state = 150}, [4065] = {.lex_state = 150}, - [4066] = {.lex_state = 111}, - [4067] = {.lex_state = 150}, - [4068] = {.lex_state = 0}, + [4066] = {.lex_state = 150}, + [4067] = {.lex_state = 205}, + [4068] = {.lex_state = 65}, [4069] = {.lex_state = 150}, - [4070] = {.lex_state = 126}, - [4071] = {.lex_state = 150}, - [4072] = {.lex_state = 205}, - [4073] = {.lex_state = 150}, - [4074] = {.lex_state = 205}, + [4070] = {.lex_state = 150}, + [4071] = {.lex_state = 65}, + [4072] = {.lex_state = 150}, + [4073] = {.lex_state = 205}, + [4074] = {.lex_state = 150}, [4075] = {.lex_state = 150}, - [4076] = {.lex_state = 65}, + [4076] = {.lex_state = 126}, [4077] = {.lex_state = 150}, [4078] = {.lex_state = 150}, [4079] = {.lex_state = 150}, - [4080] = {.lex_state = 65}, + [4080] = {.lex_state = 150}, [4081] = {.lex_state = 150}, - [4082] = {.lex_state = 205}, - [4083] = {.lex_state = 111}, - [4084] = {.lex_state = 150}, + [4082] = {.lex_state = 150}, + [4083] = {.lex_state = 150}, + [4084] = {.lex_state = 63}, [4085] = {.lex_state = 150}, - [4086] = {.lex_state = 148}, - [4087] = {.lex_state = 150}, - [4088] = {.lex_state = 150}, + [4086] = {.lex_state = 63}, + [4087] = {.lex_state = 126}, + [4088] = {.lex_state = 0}, [4089] = {.lex_state = 150}, [4090] = {.lex_state = 150}, - [4091] = {.lex_state = 205}, - [4092] = {.lex_state = 63}, - [4093] = {.lex_state = 205}, - [4094] = {.lex_state = 205}, - [4095] = {.lex_state = 148}, - [4096] = {.lex_state = 205}, - [4097] = {.lex_state = 0}, - [4098] = {.lex_state = 205}, - [4099] = {.lex_state = 150}, - [4100] = {.lex_state = 150}, - [4101] = {.lex_state = 205}, - [4102] = {.lex_state = 126}, - [4103] = {.lex_state = 150}, + [4091] = {.lex_state = 150}, + [4092] = {.lex_state = 150}, + [4093] = {.lex_state = 150}, + [4094] = {.lex_state = 63}, + [4095] = {.lex_state = 150}, + [4096] = {.lex_state = 148}, + [4097] = {.lex_state = 205}, + [4098] = {.lex_state = 111}, + [4099] = {.lex_state = 205}, + [4100] = {.lex_state = 205}, + [4101] = {.lex_state = 150}, + [4102] = {.lex_state = 205}, + [4103] = {.lex_state = 205}, [4104] = {.lex_state = 0}, - [4105] = {.lex_state = 150}, - [4106] = {.lex_state = 111}, - [4107] = {.lex_state = 150}, + [4105] = {.lex_state = 0}, + [4106] = {.lex_state = 150}, + [4107] = {.lex_state = 205}, [4108] = {.lex_state = 150}, [4109] = {.lex_state = 150}, - [4110] = {.lex_state = 205}, - [4111] = {.lex_state = 205}, + [4110] = {.lex_state = 150}, + [4111] = {.lex_state = 111}, [4112] = {.lex_state = 150}, - [4113] = {.lex_state = 150}, - [4114] = {.lex_state = 65}, + [4113] = {.lex_state = 205}, + [4114] = {.lex_state = 150}, [4115] = {.lex_state = 150}, - [4116] = {.lex_state = 205}, + [4116] = {.lex_state = 148}, [4117] = {.lex_state = 0}, - [4118] = {.lex_state = 111}, - [4119] = {.lex_state = 205}, - [4120] = {.lex_state = 150}, - [4121] = {.lex_state = 205}, - [4122] = {.lex_state = 0}, + [4118] = {.lex_state = 126}, + [4119] = {.lex_state = 150}, + [4120] = {.lex_state = 205}, + [4121] = {.lex_state = 111}, + [4122] = {.lex_state = 150}, [4123] = {.lex_state = 150}, - [4124] = {.lex_state = 150}, + [4124] = {.lex_state = 126}, [4125] = {.lex_state = 205}, [4126] = {.lex_state = 150}, [4127] = {.lex_state = 150}, - [4128] = {.lex_state = 150}, + [4128] = {.lex_state = 126}, [4129] = {.lex_state = 150}, - [4130] = {.lex_state = 150}, - [4131] = {.lex_state = 65}, - [4132] = {.lex_state = 150}, - [4133] = {.lex_state = 150}, - [4134] = {.lex_state = 150}, - [4135] = {.lex_state = 205}, - [4136] = {.lex_state = 150}, - [4137] = {.lex_state = 111}, - [4138] = {.lex_state = 148}, - [4139] = {.lex_state = 65}, - [4140] = {.lex_state = 150}, + [4130] = {.lex_state = 148}, + [4131] = {.lex_state = 150}, + [4132] = {.lex_state = 65}, + [4133] = {.lex_state = 111}, + [4134] = {.lex_state = 111}, + [4135] = {.lex_state = 63}, + [4136] = {.lex_state = 0}, + [4137] = {.lex_state = 150}, + [4138] = {.lex_state = 150}, + [4139] = {.lex_state = 205}, + [4140] = {.lex_state = 0}, [4141] = {.lex_state = 65}, - [4142] = {.lex_state = 148}, - [4143] = {.lex_state = 150}, - [4144] = {.lex_state = 150}, + [4142] = {.lex_state = 205}, + [4143] = {.lex_state = 63}, + [4144] = {.lex_state = 0}, [4145] = {.lex_state = 150}, [4146] = {.lex_state = 150}, - [4147] = {.lex_state = 148}, + [4147] = {.lex_state = 111}, [4148] = {.lex_state = 150}, - [4149] = {.lex_state = 126}, - [4150] = {.lex_state = 111}, + [4149] = {.lex_state = 205}, + [4150] = {.lex_state = 150}, [4151] = {.lex_state = 150}, [4152] = {.lex_state = 150}, - [4153] = {.lex_state = 150}, - [4154] = {.lex_state = 150}, - [4155] = {.lex_state = 65}, - [4156] = {.lex_state = 205}, - [4157] = {.lex_state = 205}, - [4158] = {.lex_state = 63}, - [4159] = {.lex_state = 150}, - [4160] = {.lex_state = 126}, - [4161] = {.lex_state = 150}, - [4162] = {.lex_state = 63}, - [4163] = {.lex_state = 205}, - [4164] = {.lex_state = 205}, - [4165] = {.lex_state = 205}, - [4166] = {.lex_state = 150}, - [4167] = {.lex_state = 126}, + [4153] = {.lex_state = 126}, + [4154] = {.lex_state = 126}, + [4155] = {.lex_state = 150}, + [4156] = {.lex_state = 126}, + [4157] = {.lex_state = 63}, + [4158] = {.lex_state = 150}, + [4159] = {.lex_state = 63}, + [4160] = {.lex_state = 65}, + [4161] = {.lex_state = 205}, + [4162] = {.lex_state = 150}, + [4163] = {.lex_state = 111}, + [4164] = {.lex_state = 148}, + [4165] = {.lex_state = 150}, + [4166] = {.lex_state = 148}, + [4167] = {.lex_state = 63}, [4168] = {.lex_state = 65}, - [4169] = {.lex_state = 150}, + [4169] = {.lex_state = 205}, [4170] = {.lex_state = 205}, - [4171] = {.lex_state = 126}, - [4172] = {.lex_state = 0}, - [4173] = {.lex_state = 65}, - [4174] = {.lex_state = 148}, + [4171] = {.lex_state = 150}, + [4172] = {.lex_state = 150}, + [4173] = {.lex_state = 150}, + [4174] = {.lex_state = 150}, [4175] = {.lex_state = 150}, - [4176] = {.lex_state = 150}, + [4176] = {.lex_state = 205}, [4177] = {.lex_state = 150}, - [4178] = {.lex_state = 126}, - [4179] = {.lex_state = 0}, - [4180] = {.lex_state = 0}, + [4178] = {.lex_state = 205}, + [4179] = {.lex_state = 111}, + [4180] = {.lex_state = 150}, [4181] = {.lex_state = 126}, - [4182] = {.lex_state = 0}, + [4182] = {.lex_state = 148}, [4183] = {.lex_state = 0}, - [4184] = {.lex_state = 126}, - [4185] = {.lex_state = 0}, + [4184] = {.lex_state = 150}, + [4185] = {.lex_state = 63}, [4186] = {.lex_state = 0}, [4187] = {.lex_state = 0}, - [4188] = {.lex_state = 0}, + [4188] = {.lex_state = 126}, [4189] = {.lex_state = 0}, - [4190] = {.lex_state = 126}, - [4191] = {.lex_state = 126}, - [4192] = {.lex_state = 126}, - [4193] = {.lex_state = 126}, - [4194] = {.lex_state = 126}, + [4190] = {.lex_state = 0}, + [4191] = {.lex_state = 0}, + [4192] = {.lex_state = 0}, + [4193] = {.lex_state = 0}, + [4194] = {.lex_state = 0}, [4195] = {.lex_state = 0}, - [4196] = {.lex_state = 0}, + [4196] = {.lex_state = 205}, [4197] = {.lex_state = 0}, [4198] = {.lex_state = 126}, - [4199] = {.lex_state = 0}, + [4199] = {.lex_state = 111}, [4200] = {.lex_state = 0}, [4201] = {.lex_state = 0}, - [4202] = {.lex_state = 0}, + [4202] = {.lex_state = 126}, [4203] = {.lex_state = 0}, [4204] = {.lex_state = 126}, [4205] = {.lex_state = 0}, - [4206] = {.lex_state = 0}, - [4207] = {.lex_state = 0}, - [4208] = {.lex_state = 0}, + [4206] = {.lex_state = 205}, + [4207] = {.lex_state = 205}, + [4208] = {.lex_state = 205}, [4209] = {.lex_state = 0}, - [4210] = {.lex_state = 56}, + [4210] = {.lex_state = 0}, [4211] = {.lex_state = 0}, [4212] = {.lex_state = 0}, - [4213] = {.lex_state = 0}, + [4213] = {.lex_state = 126}, [4214] = {.lex_state = 0}, [4215] = {.lex_state = 0}, [4216] = {.lex_state = 0}, [4217] = {.lex_state = 0}, - [4218] = {.lex_state = 205}, - [4219] = {.lex_state = 205}, + [4218] = {.lex_state = 0}, + [4219] = {.lex_state = 0}, [4220] = {.lex_state = 0}, [4221] = {.lex_state = 0}, [4222] = {.lex_state = 0}, [4223] = {.lex_state = 0}, [4224] = {.lex_state = 0}, - [4225] = {.lex_state = 205}, - [4226] = {.lex_state = 205}, - [4227] = {.lex_state = 126}, + [4225] = {.lex_state = 0}, + [4226] = {.lex_state = 126}, + [4227] = {.lex_state = 0}, [4228] = {.lex_state = 0}, - [4229] = {.lex_state = 205}, + [4229] = {.lex_state = 0}, [4230] = {.lex_state = 0}, - [4231] = {.lex_state = 126}, + [4231] = {.lex_state = 0}, [4232] = {.lex_state = 126}, [4233] = {.lex_state = 0}, [4234] = {.lex_state = 0}, - [4235] = {.lex_state = 126}, + [4235] = {.lex_state = 0}, [4236] = {.lex_state = 0}, - [4237] = {.lex_state = 0}, - [4238] = {.lex_state = 0}, + [4237] = {.lex_state = 126}, + [4238] = {.lex_state = 205}, [4239] = {.lex_state = 0}, [4240] = {.lex_state = 0}, - [4241] = {.lex_state = 126}, - [4242] = {.lex_state = 126}, + [4241] = {.lex_state = 0}, + [4242] = {.lex_state = 0}, [4243] = {.lex_state = 0}, - [4244] = {.lex_state = 0}, - [4245] = {.lex_state = 126}, + [4244] = {.lex_state = 148}, + [4245] = {.lex_state = 0}, [4246] = {.lex_state = 0}, [4247] = {.lex_state = 0}, [4248] = {.lex_state = 0}, [4249] = {.lex_state = 0}, [4250] = {.lex_state = 0}, [4251] = {.lex_state = 0}, - [4252] = {.lex_state = 0}, - [4253] = {.lex_state = 126}, + [4252] = {.lex_state = 111}, + [4253] = {.lex_state = 0}, [4254] = {.lex_state = 0}, - [4255] = {.lex_state = 205}, + [4255] = {.lex_state = 126}, [4256] = {.lex_state = 0}, - [4257] = {.lex_state = 126}, + [4257] = {.lex_state = 0}, [4258] = {.lex_state = 0}, - [4259] = {.lex_state = 0}, + [4259] = {.lex_state = 126}, [4260] = {.lex_state = 0}, - [4261] = {.lex_state = 0}, + [4261] = {.lex_state = 126}, [4262] = {.lex_state = 0}, - [4263] = {.lex_state = 111}, - [4264] = {.lex_state = 0}, + [4263] = {.lex_state = 0}, + [4264] = {.lex_state = 126}, [4265] = {.lex_state = 0}, - [4266] = {.lex_state = 111}, - [4267] = {.lex_state = 0}, + [4266] = {.lex_state = 0}, + [4267] = {.lex_state = 126}, [4268] = {.lex_state = 0}, [4269] = {.lex_state = 205}, [4270] = {.lex_state = 0}, [4271] = {.lex_state = 0}, - [4272] = {.lex_state = 205}, + [4272] = {.lex_state = 126}, [4273] = {.lex_state = 0}, [4274] = {.lex_state = 0}, - [4275] = {.lex_state = 126}, - [4276] = {.lex_state = 0}, + [4275] = {.lex_state = 0}, + [4276] = {.lex_state = 126}, [4277] = {.lex_state = 0}, - [4278] = {.lex_state = 0}, + [4278] = {.lex_state = 205}, [4279] = {.lex_state = 126}, - [4280] = {.lex_state = 0}, + [4280] = {.lex_state = 54}, [4281] = {.lex_state = 0}, - [4282] = {.lex_state = 126}, + [4282] = {.lex_state = 205}, [4283] = {.lex_state = 0}, - [4284] = {.lex_state = 0}, + [4284] = {.lex_state = 126}, [4285] = {.lex_state = 0}, [4286] = {.lex_state = 0}, - [4287] = {.lex_state = 0}, + [4287] = {.lex_state = 126}, [4288] = {.lex_state = 126}, [4289] = {.lex_state = 0}, - [4290] = {.lex_state = 126}, + [4290] = {.lex_state = 0}, [4291] = {.lex_state = 0}, - [4292] = {.lex_state = 0}, + [4292] = {.lex_state = 126}, [4293] = {.lex_state = 0}, - [4294] = {.lex_state = 0}, - [4295] = {.lex_state = 126}, + [4294] = {.lex_state = 126}, + [4295] = {.lex_state = 205}, [4296] = {.lex_state = 0}, [4297] = {.lex_state = 0}, - [4298] = {.lex_state = 56}, + [4298] = {.lex_state = 0}, [4299] = {.lex_state = 0}, [4300] = {.lex_state = 0}, [4301] = {.lex_state = 0}, - [4302] = {.lex_state = 205}, + [4302] = {.lex_state = 126}, [4303] = {.lex_state = 0}, - [4304] = {.lex_state = 205}, - [4305] = {.lex_state = 0}, + [4304] = {.lex_state = 0}, + [4305] = {.lex_state = 126}, [4306] = {.lex_state = 0}, [4307] = {.lex_state = 0}, [4308] = {.lex_state = 0}, - [4309] = {.lex_state = 56}, + [4309] = {.lex_state = 0}, [4310] = {.lex_state = 0}, [4311] = {.lex_state = 0}, - [4312] = {.lex_state = 0}, + [4312] = {.lex_state = 126}, [4313] = {.lex_state = 0}, - [4314] = {.lex_state = 126}, + [4314] = {.lex_state = 0}, [4315] = {.lex_state = 126}, [4316] = {.lex_state = 0}, [4317] = {.lex_state = 0}, - [4318] = {.lex_state = 0}, - [4319] = {.lex_state = 126}, + [4318] = {.lex_state = 54}, + [4319] = {.lex_state = 205}, [4320] = {.lex_state = 0}, [4321] = {.lex_state = 0}, - [4322] = {.lex_state = 126}, - [4323] = {.lex_state = 126}, - [4324] = {.lex_state = 126}, + [4322] = {.lex_state = 0}, + [4323] = {.lex_state = 0}, + [4324] = {.lex_state = 0}, [4325] = {.lex_state = 0}, - [4326] = {.lex_state = 205}, + [4326] = {.lex_state = 0}, [4327] = {.lex_state = 0}, - [4328] = {.lex_state = 0}, - [4329] = {.lex_state = 205}, + [4328] = {.lex_state = 126}, + [4329] = {.lex_state = 0}, [4330] = {.lex_state = 0}, [4331] = {.lex_state = 0}, - [4332] = {.lex_state = 126}, - [4333] = {.lex_state = 0}, - [4334] = {.lex_state = 205}, - [4335] = {.lex_state = 205}, - [4336] = {.lex_state = 0}, + [4332] = {.lex_state = 0}, + [4333] = {.lex_state = 126}, + [4334] = {.lex_state = 0}, + [4335] = {.lex_state = 0}, + [4336] = {.lex_state = 126}, [4337] = {.lex_state = 0}, - [4338] = {.lex_state = 126}, + [4338] = {.lex_state = 0}, [4339] = {.lex_state = 0}, [4340] = {.lex_state = 0}, - [4341] = {.lex_state = 0}, + [4341] = {.lex_state = 126}, [4342] = {.lex_state = 0}, - [4343] = {.lex_state = 0}, + [4343] = {.lex_state = 205}, [4344] = {.lex_state = 0}, [4345] = {.lex_state = 0}, - [4346] = {.lex_state = 205}, - [4347] = {.lex_state = 0}, - [4348] = {.lex_state = 0}, - [4349] = {.lex_state = 0}, - [4350] = {.lex_state = 205}, - [4351] = {.lex_state = 0}, - [4352] = {.lex_state = 126}, + [4346] = {.lex_state = 0}, + [4347] = {.lex_state = 205}, + [4348] = {.lex_state = 126}, + [4349] = {.lex_state = 126}, + [4350] = {.lex_state = 54}, + [4351] = {.lex_state = 205}, + [4352] = {.lex_state = 0}, [4353] = {.lex_state = 0}, - [4354] = {.lex_state = 205}, + [4354] = {.lex_state = 126}, [4355] = {.lex_state = 0}, - [4356] = {.lex_state = 0}, + [4356] = {.lex_state = 126}, [4357] = {.lex_state = 0}, - [4358] = {.lex_state = 0}, - [4359] = {.lex_state = 205}, + [4358] = {.lex_state = 205}, + [4359] = {.lex_state = 0}, [4360] = {.lex_state = 0}, [4361] = {.lex_state = 0}, [4362] = {.lex_state = 0}, - [4363] = {.lex_state = 126}, - [4364] = {.lex_state = 126}, + [4363] = {.lex_state = 0}, + [4364] = {.lex_state = 0}, [4365] = {.lex_state = 126}, [4366] = {.lex_state = 0}, - [4367] = {.lex_state = 126}, - [4368] = {.lex_state = 126}, + [4367] = {.lex_state = 0}, + [4368] = {.lex_state = 0}, [4369] = {.lex_state = 0}, - [4370] = {.lex_state = 126}, - [4371] = {.lex_state = 0}, + [4370] = {.lex_state = 0}, + [4371] = {.lex_state = 126}, [4372] = {.lex_state = 0}, - [4373] = {.lex_state = 0}, + [4373] = {.lex_state = 126}, [4374] = {.lex_state = 0}, [4375] = {.lex_state = 0}, [4376] = {.lex_state = 0}, @@ -23756,48 +23773,48 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4378] = {.lex_state = 0}, [4379] = {.lex_state = 0}, [4380] = {.lex_state = 0}, - [4381] = {.lex_state = 126}, - [4382] = {.lex_state = 0}, + [4381] = {.lex_state = 0}, + [4382] = {.lex_state = 126}, [4383] = {.lex_state = 0}, [4384] = {.lex_state = 0}, [4385] = {.lex_state = 0}, - [4386] = {.lex_state = 126}, - [4387] = {.lex_state = 0}, - [4388] = {.lex_state = 0}, - [4389] = {.lex_state = 126}, - [4390] = {.lex_state = 0}, - [4391] = {.lex_state = 0}, - [4392] = {.lex_state = 0}, - [4393] = {.lex_state = 0}, - [4394] = {.lex_state = 0}, + [4386] = {.lex_state = 0}, + [4387] = {.lex_state = 126}, + [4388] = {.lex_state = 126}, + [4389] = {.lex_state = 0}, + [4390] = {.lex_state = 126}, + [4391] = {.lex_state = 54}, + [4392] = {.lex_state = 205}, + [4393] = {.lex_state = 205}, + [4394] = {.lex_state = 205}, [4395] = {.lex_state = 0}, [4396] = {.lex_state = 0}, [4397] = {.lex_state = 0}, [4398] = {.lex_state = 0}, - [4399] = {.lex_state = 0}, - [4400] = {.lex_state = 111}, + [4399] = {.lex_state = 205}, + [4400] = {.lex_state = 126}, [4401] = {.lex_state = 0}, - [4402] = {.lex_state = 0}, + [4402] = {.lex_state = 126}, [4403] = {.lex_state = 0}, - [4404] = {.lex_state = 126}, + [4404] = {.lex_state = 0}, [4405] = {.lex_state = 0}, [4406] = {.lex_state = 0}, - [4407] = {.lex_state = 0}, - [4408] = {.lex_state = 126}, + [4407] = {.lex_state = 126}, + [4408] = {.lex_state = 0}, [4409] = {.lex_state = 0}, [4410] = {.lex_state = 0}, [4411] = {.lex_state = 0}, [4412] = {.lex_state = 0}, - [4413] = {.lex_state = 205}, - [4414] = {.lex_state = 148}, - [4415] = {.lex_state = 56}, + [4413] = {.lex_state = 0}, + [4414] = {.lex_state = 0}, + [4415] = {.lex_state = 0}, [4416] = {.lex_state = 0}, - [4417] = {.lex_state = 0}, + [4417] = {.lex_state = 126}, [4418] = {.lex_state = 0}, - [4419] = {.lex_state = 0}, + [4419] = {.lex_state = 111}, [4420] = {.lex_state = 0}, - [4421] = {.lex_state = 0}, - [4422] = {.lex_state = 0}, + [4421] = {.lex_state = 205}, + [4422] = {.lex_state = 126}, [4423] = {.lex_state = 0}, [4424] = {.lex_state = 0}, [4425] = {.lex_state = 0}, @@ -23805,817 +23822,846 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4427] = {.lex_state = 0}, [4428] = {.lex_state = 0}, [4429] = {.lex_state = 0}, - [4430] = {.lex_state = 126}, + [4430] = {.lex_state = 0}, [4431] = {.lex_state = 0}, [4432] = {.lex_state = 0}, [4433] = {.lex_state = 0}, - [4434] = {.lex_state = 130}, + [4434] = {.lex_state = 0}, [4435] = {.lex_state = 0}, - [4436] = {.lex_state = 205}, - [4437] = {.lex_state = 126}, + [4436] = {.lex_state = 0}, + [4437] = {.lex_state = 0}, [4438] = {.lex_state = 0}, [4439] = {.lex_state = 0}, - [4440] = {.lex_state = 0}, + [4440] = {.lex_state = 126}, [4441] = {.lex_state = 0}, - [4442] = {.lex_state = 0}, + [4442] = {.lex_state = 205}, [4443] = {.lex_state = 0}, [4444] = {.lex_state = 0}, [4445] = {.lex_state = 0}, [4446] = {.lex_state = 0}, - [4447] = {.lex_state = 126}, + [4447] = {.lex_state = 0}, [4448] = {.lex_state = 126}, - [4449] = {.lex_state = 126}, - [4450] = {.lex_state = 0}, + [4449] = {.lex_state = 205}, + [4450] = {.lex_state = 126}, [4451] = {.lex_state = 0}, - [4452] = {.lex_state = 0}, + [4452] = {.lex_state = 126}, [4453] = {.lex_state = 126}, - [4454] = {.lex_state = 205}, - [4455] = {.lex_state = 0}, + [4454] = {.lex_state = 126}, + [4455] = {.lex_state = 126}, [4456] = {.lex_state = 126}, - [4457] = {.lex_state = 126}, - [4458] = {.lex_state = 126}, + [4457] = {.lex_state = 0}, + [4458] = {.lex_state = 0}, [4459] = {.lex_state = 0}, - [4460] = {.lex_state = 205}, + [4460] = {.lex_state = 0}, [4461] = {.lex_state = 0}, [4462] = {.lex_state = 0}, [4463] = {.lex_state = 0}, [4464] = {.lex_state = 0}, - [4465] = {.lex_state = 205}, + [4465] = {.lex_state = 0}, [4466] = {.lex_state = 0}, - [4467] = {.lex_state = 0}, + [4467] = {.lex_state = 205}, [4468] = {.lex_state = 0}, - [4469] = {.lex_state = 205}, - [4470] = {.lex_state = 0}, + [4469] = {.lex_state = 0}, + [4470] = {.lex_state = 126}, [4471] = {.lex_state = 0}, - [4472] = {.lex_state = 0}, + [4472] = {.lex_state = 126}, [4473] = {.lex_state = 0}, - [4474] = {.lex_state = 0}, - [4475] = {.lex_state = 0}, - [4476] = {.lex_state = 205}, + [4474] = {.lex_state = 126}, + [4475] = {.lex_state = 126}, + [4476] = {.lex_state = 0}, [4477] = {.lex_state = 0}, - [4478] = {.lex_state = 0}, - [4479] = {.lex_state = 64}, - [4480] = {.lex_state = 205}, - [4481] = {.lex_state = 205}, - [4482] = {.lex_state = 64}, - [4483] = {.lex_state = 64}, + [4478] = {.lex_state = 205}, + [4479] = {.lex_state = 205}, + [4480] = {.lex_state = 126}, + [4481] = {.lex_state = 126}, + [4482] = {.lex_state = 66}, + [4483] = {.lex_state = 126}, [4484] = {.lex_state = 126}, - [4485] = {.lex_state = 0}, + [4485] = {.lex_state = 126}, [4486] = {.lex_state = 205}, - [4487] = {.lex_state = 0}, - [4488] = {.lex_state = 0}, - [4489] = {.lex_state = 0}, - [4490] = {.lex_state = 0}, - [4491] = {.lex_state = 126}, + [4487] = {.lex_state = 126}, + [4488] = {.lex_state = 126}, + [4489] = {.lex_state = 126}, + [4490] = {.lex_state = 205}, + [4491] = {.lex_state = 0}, [4492] = {.lex_state = 126}, - [4493] = {.lex_state = 205}, + [4493] = {.lex_state = 0}, [4494] = {.lex_state = 0}, - [4495] = {.lex_state = 126}, - [4496] = {.lex_state = 126}, + [4495] = {.lex_state = 130}, + [4496] = {.lex_state = 0}, [4497] = {.lex_state = 126}, - [4498] = {.lex_state = 126}, - [4499] = {.lex_state = 0}, - [4500] = {.lex_state = 64}, - [4501] = {.lex_state = 126}, - [4502] = {.lex_state = 126}, - [4503] = {.lex_state = 64}, - [4504] = {.lex_state = 205}, + [4498] = {.lex_state = 0}, + [4499] = {.lex_state = 126}, + [4500] = {.lex_state = 126}, + [4501] = {.lex_state = 0}, + [4502] = {.lex_state = 66}, + [4503] = {.lex_state = 0}, + [4504] = {.lex_state = 0}, [4505] = {.lex_state = 205}, - [4506] = {.lex_state = 126}, - [4507] = {.lex_state = 0}, - [4508] = {.lex_state = 126}, - [4509] = {.lex_state = 126}, - [4510] = {.lex_state = 205}, - [4511] = {.lex_state = 126}, - [4512] = {.lex_state = 64}, - [4513] = {.lex_state = 205}, - [4514] = {.lex_state = 126}, - [4515] = {.lex_state = 126}, - [4516] = {.lex_state = 205}, - [4517] = {.lex_state = 126}, + [4506] = {.lex_state = 0}, + [4507] = {.lex_state = 205}, + [4508] = {.lex_state = 0}, + [4509] = {.lex_state = 0}, + [4510] = {.lex_state = 0}, + [4511] = {.lex_state = 0}, + [4512] = {.lex_state = 0}, + [4513] = {.lex_state = 0}, + [4514] = {.lex_state = 0}, + [4515] = {.lex_state = 0}, + [4516] = {.lex_state = 0}, + [4517] = {.lex_state = 66}, [4518] = {.lex_state = 126}, [4519] = {.lex_state = 205}, [4520] = {.lex_state = 126}, [4521] = {.lex_state = 126}, - [4522] = {.lex_state = 205}, - [4523] = {.lex_state = 205}, + [4522] = {.lex_state = 0}, + [4523] = {.lex_state = 126}, [4524] = {.lex_state = 205}, [4525] = {.lex_state = 126}, - [4526] = {.lex_state = 126}, - [4527] = {.lex_state = 0}, - [4528] = {.lex_state = 205}, - [4529] = {.lex_state = 126}, - [4530] = {.lex_state = 126}, - [4531] = {.lex_state = 205}, + [4526] = {.lex_state = 0}, + [4527] = {.lex_state = 205}, + [4528] = {.lex_state = 126}, + [4529] = {.lex_state = 0}, + [4530] = {.lex_state = 205}, + [4531] = {.lex_state = 126}, [4532] = {.lex_state = 126}, - [4533] = {.lex_state = 126}, - [4534] = {.lex_state = 67}, - [4535] = {.lex_state = 126}, - [4536] = {.lex_state = 0}, - [4537] = {.lex_state = 126}, - [4538] = {.lex_state = 0}, - [4539] = {.lex_state = 0}, + [4533] = {.lex_state = 205}, + [4534] = {.lex_state = 126}, + [4535] = {.lex_state = 205}, + [4536] = {.lex_state = 205}, + [4537] = {.lex_state = 205}, + [4538] = {.lex_state = 126}, + [4539] = {.lex_state = 126}, [4540] = {.lex_state = 126}, - [4541] = {.lex_state = 126}, - [4542] = {.lex_state = 205}, - [4543] = {.lex_state = 0}, + [4541] = {.lex_state = 0}, + [4542] = {.lex_state = 0}, + [4543] = {.lex_state = 126}, [4544] = {.lex_state = 126}, - [4545] = {.lex_state = 126}, - [4546] = {.lex_state = 126}, + [4545] = {.lex_state = 205}, + [4546] = {.lex_state = 66}, [4547] = {.lex_state = 126}, - [4548] = {.lex_state = 0}, + [4548] = {.lex_state = 67}, [4549] = {.lex_state = 126}, [4550] = {.lex_state = 126}, - [4551] = {.lex_state = 0}, + [4551] = {.lex_state = 126}, [4552] = {.lex_state = 0}, - [4553] = {.lex_state = 0}, - [4554] = {.lex_state = 205}, - [4555] = {.lex_state = 0}, - [4556] = {.lex_state = 0}, + [4553] = {.lex_state = 126}, + [4554] = {.lex_state = 126}, + [4555] = {.lex_state = 126}, + [4556] = {.lex_state = 205}, [4557] = {.lex_state = 126}, - [4558] = {.lex_state = 0}, - [4559] = {.lex_state = 0}, - [4560] = {.lex_state = 0}, - [4561] = {.lex_state = 0}, - [4562] = {.lex_state = 0}, + [4558] = {.lex_state = 126}, + [4559] = {.lex_state = 126}, + [4560] = {.lex_state = 126}, + [4561] = {.lex_state = 126}, + [4562] = {.lex_state = 126}, [4563] = {.lex_state = 126}, - [4564] = {.lex_state = 205}, + [4564] = {.lex_state = 126}, [4565] = {.lex_state = 126}, - [4566] = {.lex_state = 205}, + [4566] = {.lex_state = 126}, [4567] = {.lex_state = 126}, - [4568] = {.lex_state = 126}, - [4569] = {.lex_state = 205}, - [4570] = {.lex_state = 130}, + [4568] = {.lex_state = 205}, + [4569] = {.lex_state = 126}, + [4570] = {.lex_state = 126}, [4571] = {.lex_state = 126}, [4572] = {.lex_state = 126}, - [4573] = {.lex_state = 126}, - [4574] = {.lex_state = 64}, - [4575] = {.lex_state = 126}, + [4573] = {.lex_state = 0}, + [4574] = {.lex_state = 0}, + [4575] = {.lex_state = 0}, [4576] = {.lex_state = 126}, [4577] = {.lex_state = 126}, [4578] = {.lex_state = 126}, - [4579] = {.lex_state = 0}, - [4580] = {.lex_state = 0}, - [4581] = {.lex_state = 0}, - [4582] = {.lex_state = 0}, - [4583] = {.lex_state = 0}, - [4584] = {.lex_state = 0}, + [4579] = {.lex_state = 126}, + [4580] = {.lex_state = 126}, + [4581] = {.lex_state = 126}, + [4582] = {.lex_state = 126}, + [4583] = {.lex_state = 205}, + [4584] = {.lex_state = 130}, [4585] = {.lex_state = 126}, - [4586] = {.lex_state = 0}, - [4587] = {.lex_state = 126}, + [4586] = {.lex_state = 126}, + [4587] = {.lex_state = 0}, [4588] = {.lex_state = 126}, [4589] = {.lex_state = 126}, - [4590] = {.lex_state = 126}, - [4591] = {.lex_state = 205}, - [4592] = {.lex_state = 64}, + [4590] = {.lex_state = 66}, + [4591] = {.lex_state = 126}, + [4592] = {.lex_state = 126}, [4593] = {.lex_state = 126}, [4594] = {.lex_state = 126}, [4595] = {.lex_state = 126}, [4596] = {.lex_state = 126}, [4597] = {.lex_state = 0}, - [4598] = {.lex_state = 126}, - [4599] = {.lex_state = 126}, - [4600] = {.lex_state = 205}, - [4601] = {.lex_state = 126}, - [4602] = {.lex_state = 126}, - [4603] = {.lex_state = 126}, + [4598] = {.lex_state = 0}, + [4599] = {.lex_state = 0}, + [4600] = {.lex_state = 0}, + [4601] = {.lex_state = 0}, + [4602] = {.lex_state = 205}, + [4603] = {.lex_state = 0}, [4604] = {.lex_state = 0}, - [4605] = {.lex_state = 205}, + [4605] = {.lex_state = 0}, [4606] = {.lex_state = 0}, [4607] = {.lex_state = 0}, - [4608] = {.lex_state = 205}, + [4608] = {.lex_state = 0}, [4609] = {.lex_state = 0}, - [4610] = {.lex_state = 126}, - [4611] = {.lex_state = 126}, - [4612] = {.lex_state = 126}, - [4613] = {.lex_state = 126}, - [4614] = {.lex_state = 0}, - [4615] = {.lex_state = 126}, + [4610] = {.lex_state = 0}, + [4611] = {.lex_state = 0}, + [4612] = {.lex_state = 0}, + [4613] = {.lex_state = 0}, + [4614] = {.lex_state = 205}, + [4615] = {.lex_state = 205}, [4616] = {.lex_state = 0}, [4617] = {.lex_state = 0}, [4618] = {.lex_state = 126}, - [4619] = {.lex_state = 205}, - [4620] = {.lex_state = 126}, - [4621] = {.lex_state = 126}, + [4619] = {.lex_state = 0}, + [4620] = {.lex_state = 0}, + [4621] = {.lex_state = 205}, [4622] = {.lex_state = 205}, - [4623] = {.lex_state = 126}, + [4623] = {.lex_state = 66}, [4624] = {.lex_state = 0}, [4625] = {.lex_state = 0}, - [4626] = {.lex_state = 64}, - [4627] = {.lex_state = 126}, - [4628] = {.lex_state = 0}, - [4629] = {.lex_state = 205}, + [4626] = {.lex_state = 205}, + [4627] = {.lex_state = 205}, + [4628] = {.lex_state = 205}, + [4629] = {.lex_state = 66}, [4630] = {.lex_state = 0}, [4631] = {.lex_state = 0}, - [4632] = {.lex_state = 64}, + [4632] = {.lex_state = 0}, [4633] = {.lex_state = 0}, [4634] = {.lex_state = 205}, - [4635] = {.lex_state = 64}, + [4635] = {.lex_state = 0}, [4636] = {.lex_state = 0}, [4637] = {.lex_state = 0}, [4638] = {.lex_state = 0}, - [4639] = {.lex_state = 0}, - [4640] = {.lex_state = 205}, + [4639] = {.lex_state = 66}, + [4640] = {.lex_state = 0}, [4641] = {.lex_state = 0}, [4642] = {.lex_state = 0}, - [4643] = {.lex_state = 205}, - [4644] = {.lex_state = 205}, + [4643] = {.lex_state = 0}, + [4644] = {.lex_state = 0}, [4645] = {.lex_state = 0}, [4646] = {.lex_state = 0}, - [4647] = {.lex_state = 205}, + [4647] = {.lex_state = 0}, [4648] = {.lex_state = 0}, [4649] = {.lex_state = 0}, [4650] = {.lex_state = 0}, - [4651] = {.lex_state = 205}, + [4651] = {.lex_state = 0}, [4652] = {.lex_state = 0}, [4653] = {.lex_state = 0}, [4654] = {.lex_state = 0}, - [4655] = {.lex_state = 67}, + [4655] = {.lex_state = 0}, [4656] = {.lex_state = 0}, - [4657] = {.lex_state = 130}, - [4658] = {.lex_state = 0}, - [4659] = {.lex_state = 0}, + [4657] = {.lex_state = 0}, + [4658] = {.lex_state = 205}, + [4659] = {.lex_state = 205}, [4660] = {.lex_state = 0}, - [4661] = {.lex_state = 0}, - [4662] = {.lex_state = 0}, + [4661] = {.lex_state = 66}, + [4662] = {.lex_state = 126}, [4663] = {.lex_state = 0}, [4664] = {.lex_state = 0}, - [4665] = {.lex_state = 0}, + [4665] = {.lex_state = 67}, [4666] = {.lex_state = 0}, [4667] = {.lex_state = 0}, - [4668] = {.lex_state = 0}, - [4669] = {.lex_state = 0}, - [4670] = {.lex_state = 205}, - [4671] = {.lex_state = 0}, + [4668] = {.lex_state = 205}, + [4669] = {.lex_state = 205}, + [4670] = {.lex_state = 0}, + [4671] = {.lex_state = 66}, [4672] = {.lex_state = 126}, [4673] = {.lex_state = 0}, - [4674] = {.lex_state = 0}, - [4675] = {.lex_state = 64}, + [4674] = {.lex_state = 205}, + [4675] = {.lex_state = 205}, [4676] = {.lex_state = 0}, - [4677] = {.lex_state = 0}, + [4677] = {.lex_state = 205}, [4678] = {.lex_state = 0}, [4679] = {.lex_state = 0}, [4680] = {.lex_state = 0}, - [4681] = {.lex_state = 0}, - [4682] = {.lex_state = 0}, + [4681] = {.lex_state = 205}, + [4682] = {.lex_state = 205}, [4683] = {.lex_state = 0}, - [4684] = {.lex_state = 0}, + [4684] = {.lex_state = 205}, [4685] = {.lex_state = 0}, - [4686] = {.lex_state = 205}, + [4686] = {.lex_state = 126}, [4687] = {.lex_state = 0}, - [4688] = {.lex_state = 0}, - [4689] = {.lex_state = 205}, - [4690] = {.lex_state = 64}, - [4691] = {.lex_state = 126}, + [4688] = {.lex_state = 66}, + [4689] = {.lex_state = 0}, + [4690] = {.lex_state = 0}, + [4691] = {.lex_state = 0}, [4692] = {.lex_state = 205}, [4693] = {.lex_state = 0}, - [4694] = {.lex_state = 126}, - [4695] = {.lex_state = 67}, - [4696] = {.lex_state = 0}, - [4697] = {.lex_state = 126}, + [4694] = {.lex_state = 205}, + [4695] = {.lex_state = 126}, + [4696] = {.lex_state = 205}, + [4697] = {.lex_state = 0}, [4698] = {.lex_state = 0}, [4699] = {.lex_state = 0}, [4700] = {.lex_state = 0}, [4701] = {.lex_state = 0}, [4702] = {.lex_state = 0}, [4703] = {.lex_state = 0}, - [4704] = {.lex_state = 205}, + [4704] = {.lex_state = 0}, [4705] = {.lex_state = 0}, [4706] = {.lex_state = 0}, - [4707] = {.lex_state = 205}, - [4708] = {.lex_state = 0}, - [4709] = {.lex_state = 0}, - [4710] = {.lex_state = 205}, + [4707] = {.lex_state = 0}, + [4708] = {.lex_state = 126}, + [4709] = {.lex_state = 205}, + [4710] = {.lex_state = 0}, [4711] = {.lex_state = 0}, - [4712] = {.lex_state = 126}, + [4712] = {.lex_state = 67}, [4713] = {.lex_state = 0}, - [4714] = {.lex_state = 205}, + [4714] = {.lex_state = 66}, [4715] = {.lex_state = 0}, - [4716] = {.lex_state = 126}, + [4716] = {.lex_state = 0}, [4717] = {.lex_state = 0}, - [4718] = {.lex_state = 0}, - [4719] = {.lex_state = 130}, + [4718] = {.lex_state = 66}, + [4719] = {.lex_state = 0}, [4720] = {.lex_state = 0}, - [4721] = {.lex_state = 126}, + [4721] = {.lex_state = 0}, [4722] = {.lex_state = 0}, [4723] = {.lex_state = 0}, - [4724] = {.lex_state = 126}, + [4724] = {.lex_state = 0}, [4725] = {.lex_state = 0}, - [4726] = {.lex_state = 205}, + [4726] = {.lex_state = 0}, [4727] = {.lex_state = 0}, - [4728] = {.lex_state = 0}, - [4729] = {.lex_state = 64}, - [4730] = {.lex_state = 64}, - [4731] = {.lex_state = 0}, - [4732] = {.lex_state = 205}, - [4733] = {.lex_state = 205}, + [4728] = {.lex_state = 205}, + [4729] = {.lex_state = 0}, + [4730] = {.lex_state = 0}, + [4731] = {.lex_state = 126}, + [4732] = {.lex_state = 0}, + [4733] = {.lex_state = 66}, [4734] = {.lex_state = 205}, - [4735] = {.lex_state = 205}, - [4736] = {.lex_state = 0}, - [4737] = {.lex_state = 126}, - [4738] = {.lex_state = 0}, - [4739] = {.lex_state = 0}, + [4735] = {.lex_state = 0}, + [4736] = {.lex_state = 130}, + [4737] = {.lex_state = 0}, + [4738] = {.lex_state = 126}, + [4739] = {.lex_state = 126}, [4740] = {.lex_state = 0}, - [4741] = {.lex_state = 0}, - [4742] = {.lex_state = 67}, - [4743] = {.lex_state = 126}, + [4741] = {.lex_state = 66}, + [4742] = {.lex_state = 205}, + [4743] = {.lex_state = 0}, [4744] = {.lex_state = 205}, - [4745] = {.lex_state = 0}, + [4745] = {.lex_state = 205}, [4746] = {.lex_state = 205}, [4747] = {.lex_state = 126}, [4748] = {.lex_state = 0}, - [4749] = {.lex_state = 0}, - [4750] = {.lex_state = 0}, + [4749] = {.lex_state = 205}, + [4750] = {.lex_state = 126}, [4751] = {.lex_state = 0}, [4752] = {.lex_state = 205}, - [4753] = {.lex_state = 0}, - [4754] = {.lex_state = 205}, + [4753] = {.lex_state = 66}, + [4754] = {.lex_state = 126}, [4755] = {.lex_state = 0}, [4756] = {.lex_state = 0}, [4757] = {.lex_state = 0}, [4758] = {.lex_state = 0}, - [4759] = {.lex_state = 0}, - [4760] = {.lex_state = 0}, + [4759] = {.lex_state = 126}, + [4760] = {.lex_state = 126}, [4761] = {.lex_state = 205}, - [4762] = {.lex_state = 0}, - [4763] = {.lex_state = 0}, + [4762] = {.lex_state = 67}, + [4763] = {.lex_state = 205}, [4764] = {.lex_state = 0}, - [4765] = {.lex_state = 0}, - [4766] = {.lex_state = 0}, + [4765] = {.lex_state = 205}, + [4766] = {.lex_state = 205}, [4767] = {.lex_state = 0}, [4768] = {.lex_state = 0}, - [4769] = {.lex_state = 126}, - [4770] = {.lex_state = 126}, + [4769] = {.lex_state = 205}, + [4770] = {.lex_state = 205}, [4771] = {.lex_state = 0}, - [4772] = {.lex_state = 0}, + [4772] = {.lex_state = 205}, [4773] = {.lex_state = 0}, - [4774] = {.lex_state = 0}, - [4775] = {.lex_state = 0}, - [4776] = {.lex_state = 205}, + [4774] = {.lex_state = 126}, + [4775] = {.lex_state = 205}, + [4776] = {.lex_state = 0}, [4777] = {.lex_state = 0}, - [4778] = {.lex_state = 0}, - [4779] = {.lex_state = 205}, + [4778] = {.lex_state = 205}, + [4779] = {.lex_state = 67}, [4780] = {.lex_state = 0}, - [4781] = {.lex_state = 0}, - [4782] = {.lex_state = 0}, - [4783] = {.lex_state = 67}, - [4784] = {.lex_state = 0}, - [4785] = {.lex_state = 0}, - [4786] = {.lex_state = 205}, - [4787] = {.lex_state = 0}, + [4781] = {.lex_state = 205}, + [4782] = {.lex_state = 126}, + [4783] = {.lex_state = 0}, + [4784] = {.lex_state = 66}, + [4785] = {.lex_state = 126}, + [4786] = {.lex_state = 0}, + [4787] = {.lex_state = 126}, [4788] = {.lex_state = 126}, - [4789] = {.lex_state = 205}, - [4790] = {.lex_state = 0}, - [4791] = {.lex_state = 64}, + [4789] = {.lex_state = 0}, + [4790] = {.lex_state = 205}, + [4791] = {.lex_state = 205}, [4792] = {.lex_state = 0}, - [4793] = {.lex_state = 126}, - [4794] = {.lex_state = 0}, - [4795] = {.lex_state = 64}, + [4793] = {.lex_state = 0}, + [4794] = {.lex_state = 205}, + [4795] = {.lex_state = 205}, [4796] = {.lex_state = 0}, - [4797] = {.lex_state = 0}, - [4798] = {.lex_state = 0}, + [4797] = {.lex_state = 205}, + [4798] = {.lex_state = 126}, [4799] = {.lex_state = 0}, [4800] = {.lex_state = 0}, - [4801] = {.lex_state = 205}, + [4801] = {.lex_state = 0}, [4802] = {.lex_state = 0}, [4803] = {.lex_state = 0}, [4804] = {.lex_state = 0}, [4805] = {.lex_state = 0}, - [4806] = {.lex_state = 126}, - [4807] = {.lex_state = 205}, + [4806] = {.lex_state = 0}, + [4807] = {.lex_state = 0}, [4808] = {.lex_state = 0}, - [4809] = {.lex_state = 205}, - [4810] = {.lex_state = 67}, + [4809] = {.lex_state = 0}, + [4810] = {.lex_state = 0}, [4811] = {.lex_state = 0}, [4812] = {.lex_state = 205}, - [4813] = {.lex_state = 205}, + [4813] = {.lex_state = 0}, [4814] = {.lex_state = 0}, - [4815] = {.lex_state = 205}, - [4816] = {.lex_state = 205}, - [4817] = {.lex_state = 205}, - [4818] = {.lex_state = 205}, - [4819] = {.lex_state = 0}, + [4815] = {.lex_state = 0}, + [4816] = {.lex_state = 0}, + [4817] = {.lex_state = 0}, + [4818] = {.lex_state = 0}, + [4819] = {.lex_state = 126}, [4820] = {.lex_state = 0}, [4821] = {.lex_state = 0}, - [4822] = {.lex_state = 0}, - [4823] = {.lex_state = 126}, + [4822] = {.lex_state = 130}, + [4823] = {.lex_state = 0}, [4824] = {.lex_state = 0}, - [4825] = {.lex_state = 56}, - [4826] = {.lex_state = 0}, - [4827] = {.lex_state = 0}, + [4825] = {.lex_state = 205}, + [4826] = {.lex_state = 126}, + [4827] = {.lex_state = 205}, [4828] = {.lex_state = 0}, - [4829] = {.lex_state = 56}, - [4830] = {.lex_state = 0}, + [4829] = {.lex_state = 0}, + [4830] = {.lex_state = 67}, [4831] = {.lex_state = 0}, - [4832] = {.lex_state = 0}, + [4832] = {.lex_state = 126}, [4833] = {.lex_state = 0}, [4834] = {.lex_state = 0}, [4835] = {.lex_state = 0}, [4836] = {.lex_state = 205}, - [4837] = {.lex_state = 126}, - [4838] = {.lex_state = 56}, - [4839] = {.lex_state = 109}, - [4840] = {.lex_state = 126}, - [4841] = {.lex_state = 109}, - [4842] = {.lex_state = 126}, - [4843] = {.lex_state = 0}, + [4837] = {.lex_state = 0}, + [4838] = {.lex_state = 0}, + [4839] = {.lex_state = 126}, + [4840] = {.lex_state = 54}, + [4841] = {.lex_state = 54}, + [4842] = {.lex_state = 0}, + [4843] = {.lex_state = 126}, [4844] = {.lex_state = 0}, - [4845] = {.lex_state = 0}, - [4846] = {.lex_state = 126}, - [4847] = {.lex_state = 205}, - [4848] = {.lex_state = 56}, - [4849] = {.lex_state = 56}, - [4850] = {.lex_state = 0}, - [4851] = {.lex_state = 109}, + [4845] = {.lex_state = 126}, + [4846] = {.lex_state = 0}, + [4847] = {.lex_state = 109}, + [4848] = {.lex_state = 0}, + [4849] = {.lex_state = 0}, + [4850] = {.lex_state = 109}, + [4851] = {.lex_state = 0}, [4852] = {.lex_state = 0}, - [4853] = {.lex_state = 130}, - [4854] = {.lex_state = 56}, + [4853] = {.lex_state = 0}, + [4854] = {.lex_state = 0}, [4855] = {.lex_state = 0}, [4856] = {.lex_state = 0}, - [4857] = {.lex_state = 0}, - [4858] = {.lex_state = 109}, - [4859] = {.lex_state = 126}, - [4860] = {.lex_state = 126}, - [4861] = {.lex_state = 0}, - [4862] = {.lex_state = 126}, + [4857] = {.lex_state = 126}, + [4858] = {.lex_state = 0}, + [4859] = {.lex_state = 54}, + [4860] = {.lex_state = 0}, + [4861] = {.lex_state = 205}, + [4862] = {.lex_state = 0}, [4863] = {.lex_state = 0}, - [4864] = {.lex_state = 126}, - [4865] = {.lex_state = 205}, + [4864] = {.lex_state = 150}, + [4865] = {.lex_state = 0}, [4866] = {.lex_state = 0}, [4867] = {.lex_state = 0}, - [4868] = {.lex_state = 126}, - [4869] = {.lex_state = 0}, - [4870] = {.lex_state = 0}, - [4871] = {.lex_state = 109}, - [4872] = {.lex_state = 56}, + [4868] = {.lex_state = 0}, + [4869] = {.lex_state = 205}, + [4870] = {.lex_state = 54}, + [4871] = {.lex_state = 0}, + [4872] = {.lex_state = 0}, [4873] = {.lex_state = 0}, [4874] = {.lex_state = 0}, - [4875] = {.lex_state = 205}, + [4875] = {.lex_state = 0}, [4876] = {.lex_state = 0}, - [4877] = {.lex_state = 56}, - [4878] = {.lex_state = 109}, - [4879] = {.lex_state = 126}, - [4880] = {.lex_state = 0}, - [4881] = {.lex_state = 109}, + [4877] = {.lex_state = 126}, + [4878] = {.lex_state = 0}, + [4879] = {.lex_state = 0}, + [4880] = {.lex_state = 109}, + [4881] = {.lex_state = 0}, [4882] = {.lex_state = 0}, - [4883] = {.lex_state = 0}, + [4883] = {.lex_state = 54}, [4884] = {.lex_state = 0}, [4885] = {.lex_state = 0}, [4886] = {.lex_state = 0}, - [4887] = {.lex_state = 0}, - [4888] = {.lex_state = 109}, + [4887] = {.lex_state = 126}, + [4888] = {.lex_state = 54}, [4889] = {.lex_state = 0}, - [4890] = {.lex_state = 126}, - [4891] = {.lex_state = 0}, - [4892] = {.lex_state = 0}, + [4890] = {.lex_state = 0}, + [4891] = {.lex_state = 126}, + [4892] = {.lex_state = 126}, [4893] = {.lex_state = 0}, - [4894] = {.lex_state = 205}, - [4895] = {.lex_state = 126}, - [4896] = {.lex_state = 56}, - [4897] = {.lex_state = 56}, + [4894] = {.lex_state = 0}, + [4895] = {.lex_state = 54}, + [4896] = {.lex_state = 109}, + [4897] = {.lex_state = 126}, [4898] = {.lex_state = 0}, - [4899] = {.lex_state = 126}, - [4900] = {.lex_state = 56}, - [4901] = {.lex_state = 126}, - [4902] = {.lex_state = 56}, - [4903] = {.lex_state = 126}, + [4899] = {.lex_state = 0}, + [4900] = {.lex_state = 0}, + [4901] = {.lex_state = 0}, + [4902] = {.lex_state = 54}, + [4903] = {.lex_state = 0}, [4904] = {.lex_state = 0}, - [4905] = {.lex_state = 0}, + [4905] = {.lex_state = 126}, [4906] = {.lex_state = 0}, - [4907] = {.lex_state = 0}, + [4907] = {.lex_state = 109}, [4908] = {.lex_state = 0}, [4909] = {.lex_state = 0}, [4910] = {.lex_state = 0}, [4911] = {.lex_state = 0}, [4912] = {.lex_state = 0}, [4913] = {.lex_state = 0}, - [4914] = {.lex_state = 0}, + [4914] = {.lex_state = 54}, [4915] = {.lex_state = 0}, - [4916] = {.lex_state = 0}, + [4916] = {.lex_state = 126}, [4917] = {.lex_state = 0}, - [4918] = {.lex_state = 205}, - [4919] = {.lex_state = 0}, - [4920] = {.lex_state = 0}, - [4921] = {.lex_state = 150}, + [4918] = {.lex_state = 0}, + [4919] = {.lex_state = 205}, + [4920] = {.lex_state = 126}, + [4921] = {.lex_state = 0}, [4922] = {.lex_state = 0}, [4923] = {.lex_state = 0}, [4924] = {.lex_state = 0}, - [4925] = {.lex_state = 56}, - [4926] = {.lex_state = 0}, - [4927] = {.lex_state = 205}, - [4928] = {.lex_state = 205}, + [4925] = {.lex_state = 126}, + [4926] = {.lex_state = 54}, + [4927] = {.lex_state = 126}, + [4928] = {.lex_state = 0}, [4929] = {.lex_state = 0}, - [4930] = {.lex_state = 0}, - [4931] = {.lex_state = 0}, - [4932] = {.lex_state = 126}, - [4933] = {.lex_state = 150}, - [4934] = {.lex_state = 205}, - [4935] = {.lex_state = 109}, + [4930] = {.lex_state = 54}, + [4931] = {.lex_state = 126}, + [4932] = {.lex_state = 0}, + [4933] = {.lex_state = 0}, + [4934] = {.lex_state = 0}, + [4935] = {.lex_state = 54}, [4936] = {.lex_state = 0}, - [4937] = {.lex_state = 109}, + [4937] = {.lex_state = 54}, [4938] = {.lex_state = 0}, - [4939] = {.lex_state = 0}, - [4940] = {.lex_state = 0}, + [4939] = {.lex_state = 150}, + [4940] = {.lex_state = 109}, [4941] = {.lex_state = 0}, [4942] = {.lex_state = 0}, - [4943] = {.lex_state = 0}, - [4944] = {.lex_state = 0}, + [4943] = {.lex_state = 109}, + [4944] = {.lex_state = 205}, [4945] = {.lex_state = 0}, - [4946] = {.lex_state = 205}, - [4947] = {.lex_state = 109}, + [4946] = {.lex_state = 150}, + [4947] = {.lex_state = 0}, [4948] = {.lex_state = 0}, - [4949] = {.lex_state = 0}, - [4950] = {.lex_state = 126}, + [4949] = {.lex_state = 126}, + [4950] = {.lex_state = 0}, [4951] = {.lex_state = 0}, [4952] = {.lex_state = 0}, - [4953] = {.lex_state = 109}, + [4953] = {.lex_state = 0}, [4954] = {.lex_state = 0}, - [4955] = {.lex_state = 0}, + [4955] = {.lex_state = 205}, [4956] = {.lex_state = 205}, [4957] = {.lex_state = 0}, - [4958] = {.lex_state = 205}, + [4958] = {.lex_state = 0}, [4959] = {.lex_state = 0}, - [4960] = {.lex_state = 205}, - [4961] = {.lex_state = 56}, + [4960] = {.lex_state = 0}, + [4961] = {.lex_state = 126}, [4962] = {.lex_state = 0}, [4963] = {.lex_state = 0}, - [4964] = {.lex_state = 126}, - [4965] = {.lex_state = 205}, + [4964] = {.lex_state = 0}, + [4965] = {.lex_state = 0}, [4966] = {.lex_state = 0}, - [4967] = {.lex_state = 56}, - [4968] = {.lex_state = 0}, - [4969] = {.lex_state = 205}, - [4970] = {.lex_state = 0}, + [4967] = {.lex_state = 0}, + [4968] = {.lex_state = 109}, + [4969] = {.lex_state = 54}, + [4970] = {.lex_state = 126}, [4971] = {.lex_state = 0}, - [4972] = {.lex_state = 205}, - [4973] = {.lex_state = 0}, - [4974] = {.lex_state = 205}, - [4975] = {.lex_state = 0}, + [4972] = {.lex_state = 109}, + [4973] = {.lex_state = 109}, + [4974] = {.lex_state = 0}, + [4975] = {.lex_state = 205}, [4976] = {.lex_state = 0}, - [4977] = {.lex_state = 109}, - [4978] = {.lex_state = 0}, + [4977] = {.lex_state = 0}, + [4978] = {.lex_state = 150}, [4979] = {.lex_state = 126}, [4980] = {.lex_state = 0}, [4981] = {.lex_state = 205}, [4982] = {.lex_state = 0}, [4983] = {.lex_state = 0}, - [4984] = {.lex_state = 56}, - [4985] = {.lex_state = 0}, - [4986] = {.lex_state = 109}, - [4987] = {.lex_state = 109}, - [4988] = {.lex_state = 56}, - [4989] = {.lex_state = 109}, - [4990] = {.lex_state = 205}, - [4991] = {.lex_state = 0}, - [4992] = {.lex_state = 109}, + [4984] = {.lex_state = 0}, + [4985] = {.lex_state = 205}, + [4986] = {.lex_state = 0}, + [4987] = {.lex_state = 205}, + [4988] = {.lex_state = 0}, + [4989] = {.lex_state = 205}, + [4990] = {.lex_state = 0}, + [4991] = {.lex_state = 205}, + [4992] = {.lex_state = 0}, [4993] = {.lex_state = 0}, - [4994] = {.lex_state = 0}, - [4995] = {.lex_state = 0}, - [4996] = {.lex_state = 126}, - [4997] = {.lex_state = 0}, - [4998] = {.lex_state = 0}, + [4994] = {.lex_state = 205}, + [4995] = {.lex_state = 54}, + [4996] = {.lex_state = 0}, + [4997] = {.lex_state = 126}, + [4998] = {.lex_state = 205}, [4999] = {.lex_state = 126}, - [5000] = {.lex_state = 56}, + [5000] = {.lex_state = 0}, [5001] = {.lex_state = 126}, - [5002] = {.lex_state = 126}, - [5003] = {.lex_state = 0}, - [5004] = {.lex_state = 0}, + [5002] = {.lex_state = 0}, + [5003] = {.lex_state = 205}, + [5004] = {.lex_state = 126}, [5005] = {.lex_state = 0}, [5006] = {.lex_state = 0}, - [5007] = {.lex_state = 109}, - [5008] = {.lex_state = 109}, + [5007] = {.lex_state = 0}, + [5008] = {.lex_state = 126}, [5009] = {.lex_state = 0}, - [5010] = {.lex_state = 56}, - [5011] = {.lex_state = 109}, + [5010] = {.lex_state = 205}, + [5011] = {.lex_state = 0}, [5012] = {.lex_state = 0}, [5013] = {.lex_state = 0}, - [5014] = {.lex_state = 0}, + [5014] = {.lex_state = 150}, [5015] = {.lex_state = 0}, [5016] = {.lex_state = 0}, - [5017] = {.lex_state = 56}, + [5017] = {.lex_state = 0}, [5018] = {.lex_state = 0}, - [5019] = {.lex_state = 109}, - [5020] = {.lex_state = 109}, + [5019] = {.lex_state = 205}, + [5020] = {.lex_state = 0}, [5021] = {.lex_state = 0}, [5022] = {.lex_state = 0}, [5023] = {.lex_state = 0}, [5024] = {.lex_state = 0}, - [5025] = {.lex_state = 109}, - [5026] = {.lex_state = 109}, + [5025] = {.lex_state = 126}, + [5026] = {.lex_state = 0}, [5027] = {.lex_state = 0}, - [5028] = {.lex_state = 56}, - [5029] = {.lex_state = 109}, + [5028] = {.lex_state = 0}, + [5029] = {.lex_state = 126}, [5030] = {.lex_state = 0}, [5031] = {.lex_state = 0}, - [5032] = {.lex_state = 109}, - [5033] = {.lex_state = 0}, + [5032] = {.lex_state = 205}, + [5033] = {.lex_state = 126}, [5034] = {.lex_state = 0}, [5035] = {.lex_state = 0}, [5036] = {.lex_state = 0}, [5037] = {.lex_state = 0}, - [5038] = {.lex_state = 0}, - [5039] = {.lex_state = 0}, - [5040] = {.lex_state = 0}, - [5041] = {.lex_state = 0}, - [5042] = {.lex_state = 0}, + [5038] = {.lex_state = 130}, + [5039] = {.lex_state = 54}, + [5040] = {.lex_state = 109}, + [5041] = {.lex_state = 54}, + [5042] = {.lex_state = 54}, [5043] = {.lex_state = 0}, [5044] = {.lex_state = 0}, - [5045] = {.lex_state = 0}, - [5046] = {.lex_state = 0}, + [5045] = {.lex_state = 126}, + [5046] = {.lex_state = 54}, [5047] = {.lex_state = 0}, - [5048] = {.lex_state = 0}, + [5048] = {.lex_state = 205}, [5049] = {.lex_state = 0}, [5050] = {.lex_state = 0}, - [5051] = {.lex_state = 126}, - [5052] = {.lex_state = 109}, - [5053] = {.lex_state = 109}, - [5054] = {.lex_state = 56}, - [5055] = {.lex_state = 0}, - [5056] = {.lex_state = 109}, - [5057] = {.lex_state = 205}, + [5051] = {.lex_state = 0}, + [5052] = {.lex_state = 205}, + [5053] = {.lex_state = 205}, + [5054] = {.lex_state = 205}, + [5055] = {.lex_state = 109}, + [5056] = {.lex_state = 0}, + [5057] = {.lex_state = 126}, [5058] = {.lex_state = 0}, [5059] = {.lex_state = 0}, - [5060] = {.lex_state = 56}, - [5061] = {.lex_state = 56}, + [5060] = {.lex_state = 0}, + [5061] = {.lex_state = 0}, [5062] = {.lex_state = 0}, [5063] = {.lex_state = 0}, - [5064] = {.lex_state = 0}, - [5065] = {.lex_state = 0}, - [5066] = {.lex_state = 0}, + [5064] = {.lex_state = 54}, + [5065] = {.lex_state = 54}, + [5066] = {.lex_state = 54}, [5067] = {.lex_state = 0}, [5068] = {.lex_state = 0}, [5069] = {.lex_state = 0}, - [5070] = {.lex_state = 0}, + [5070] = {.lex_state = 109}, [5071] = {.lex_state = 0}, - [5072] = {.lex_state = 205}, + [5072] = {.lex_state = 0}, [5073] = {.lex_state = 0}, - [5074] = {.lex_state = 56}, - [5075] = {.lex_state = 150}, + [5074] = {.lex_state = 205}, + [5075] = {.lex_state = 0}, [5076] = {.lex_state = 0}, - [5077] = {.lex_state = 205}, - [5078] = {.lex_state = 109}, - [5079] = {.lex_state = 126}, - [5080] = {.lex_state = 56}, - [5081] = {.lex_state = 56}, - [5082] = {.lex_state = 205}, + [5077] = {.lex_state = 0}, + [5078] = {.lex_state = 0}, + [5079] = {.lex_state = 0}, + [5080] = {.lex_state = 126}, + [5081] = {.lex_state = 0}, + [5082] = {.lex_state = 0}, [5083] = {.lex_state = 0}, - [5084] = {.lex_state = 205}, - [5085] = {.lex_state = 0}, - [5086] = {.lex_state = 150}, - [5087] = {.lex_state = 205}, - [5088] = {.lex_state = 0}, + [5084] = {.lex_state = 0}, + [5085] = {.lex_state = 205}, + [5086] = {.lex_state = 0}, + [5087] = {.lex_state = 54}, + [5088] = {.lex_state = 150}, [5089] = {.lex_state = 0}, - [5090] = {.lex_state = 205}, + [5090] = {.lex_state = 0}, [5091] = {.lex_state = 0}, [5092] = {.lex_state = 0}, - [5093] = {.lex_state = 0}, - [5094] = {.lex_state = 0}, + [5093] = {.lex_state = 54}, + [5094] = {.lex_state = 109}, [5095] = {.lex_state = 0}, - [5096] = {.lex_state = 0}, - [5097] = {.lex_state = 126}, - [5098] = {.lex_state = 56}, - [5099] = {.lex_state = 205}, - [5100] = {.lex_state = 205}, - [5101] = {.lex_state = 0}, - [5102] = {.lex_state = 126}, - [5103] = {.lex_state = 126}, + [5096] = {.lex_state = 54}, + [5097] = {.lex_state = 0}, + [5098] = {.lex_state = 0}, + [5099] = {.lex_state = 0}, + [5100] = {.lex_state = 0}, + [5101] = {.lex_state = 205}, + [5102] = {.lex_state = 0}, + [5103] = {.lex_state = 0}, [5104] = {.lex_state = 0}, [5105] = {.lex_state = 0}, - [5106] = {.lex_state = 126}, - [5107] = {.lex_state = 0}, + [5106] = {.lex_state = 54}, + [5107] = {.lex_state = 54}, [5108] = {.lex_state = 0}, - [5109] = {.lex_state = 126}, + [5109] = {.lex_state = 0}, [5110] = {.lex_state = 0}, - [5111] = {.lex_state = 126}, - [5112] = {.lex_state = 56}, - [5113] = {.lex_state = 150}, - [5114] = {.lex_state = 0}, - [5115] = {.lex_state = 0}, - [5116] = {.lex_state = 0}, - [5117] = {.lex_state = 126}, + [5111] = {.lex_state = 205}, + [5112] = {.lex_state = 0}, + [5113] = {.lex_state = 205}, + [5114] = {.lex_state = 205}, + [5115] = {.lex_state = 150}, + [5116] = {.lex_state = 205}, + [5117] = {.lex_state = 0}, [5118] = {.lex_state = 0}, - [5119] = {.lex_state = 0}, - [5120] = {.lex_state = 126}, + [5119] = {.lex_state = 205}, + [5120] = {.lex_state = 109}, [5121] = {.lex_state = 0}, [5122] = {.lex_state = 0}, - [5123] = {.lex_state = 0}, - [5124] = {.lex_state = 0}, - [5125] = {.lex_state = 205}, - [5126] = {.lex_state = 205}, - [5127] = {.lex_state = 205}, - [5128] = {.lex_state = 0}, - [5129] = {.lex_state = 0}, - [5130] = {.lex_state = 126}, - [5131] = {.lex_state = 205}, - [5132] = {.lex_state = 205}, - [5133] = {.lex_state = 150}, + [5123] = {.lex_state = 109}, + [5124] = {.lex_state = 109}, + [5125] = {.lex_state = 0}, + [5126] = {.lex_state = 126}, + [5127] = {.lex_state = 0}, + [5128] = {.lex_state = 205}, + [5129] = {.lex_state = 109}, + [5130] = {.lex_state = 109}, + [5131] = {.lex_state = 0}, + [5132] = {.lex_state = 0}, + [5133] = {.lex_state = 0}, [5134] = {.lex_state = 0}, - [5135] = {.lex_state = 0}, - [5136] = {.lex_state = 126}, + [5135] = {.lex_state = 126}, + [5136] = {.lex_state = 0}, [5137] = {.lex_state = 0}, - [5138] = {.lex_state = 56}, + [5138] = {.lex_state = 126}, [5139] = {.lex_state = 126}, [5140] = {.lex_state = 0}, [5141] = {.lex_state = 0}, [5142] = {.lex_state = 0}, - [5143] = {.lex_state = 56}, + [5143] = {.lex_state = 0}, [5144] = {.lex_state = 0}, - [5145] = {.lex_state = 205}, - [5146] = {.lex_state = 56}, - [5147] = {.lex_state = 126}, - [5148] = {.lex_state = 0}, + [5145] = {.lex_state = 126}, + [5146] = {.lex_state = 0}, + [5147] = {.lex_state = 0}, + [5148] = {.lex_state = 126}, [5149] = {.lex_state = 0}, - [5150] = {.lex_state = 126}, - [5151] = {.lex_state = 205}, - [5152] = {.lex_state = 126}, - [5153] = {.lex_state = 0}, - [5154] = {.lex_state = 126}, - [5155] = {.lex_state = 0}, - [5156] = {.lex_state = 0}, - [5157] = {.lex_state = 109}, - [5158] = {.lex_state = 0}, + [5150] = {.lex_state = 109}, + [5151] = {.lex_state = 109}, + [5152] = {.lex_state = 0}, + [5153] = {.lex_state = 126}, + [5154] = {.lex_state = 0}, + [5155] = {.lex_state = 205}, + [5156] = {.lex_state = 205}, + [5157] = {.lex_state = 0}, + [5158] = {.lex_state = 54}, [5159] = {.lex_state = 126}, - [5160] = {.lex_state = 126}, - [5161] = {.lex_state = 150}, + [5160] = {.lex_state = 205}, + [5161] = {.lex_state = 205}, [5162] = {.lex_state = 0}, - [5163] = {.lex_state = 205}, - [5164] = {.lex_state = 205}, - [5165] = {.lex_state = 0}, - [5166] = {.lex_state = 126}, - [5167] = {.lex_state = 0}, - [5168] = {.lex_state = 56}, + [5163] = {.lex_state = 109}, + [5164] = {.lex_state = 0}, + [5165] = {.lex_state = 126}, + [5166] = {.lex_state = 109}, + [5167] = {.lex_state = 54}, + [5168] = {.lex_state = 0}, [5169] = {.lex_state = 0}, - [5170] = {.lex_state = 0}, - [5171] = {.lex_state = 126}, + [5170] = {.lex_state = 109}, + [5171] = {.lex_state = 0}, [5172] = {.lex_state = 0}, [5173] = {.lex_state = 0}, - [5174] = {.lex_state = 0}, - [5175] = {.lex_state = 205}, - [5176] = {.lex_state = 126}, - [5177] = {.lex_state = 126}, - [5178] = {.lex_state = 0}, - [5179] = {.lex_state = 126}, - [5180] = {.lex_state = 0}, - [5181] = {.lex_state = 109}, - [5182] = {.lex_state = 205}, - [5183] = {.lex_state = 0}, - [5184] = {.lex_state = 205}, - [5185] = {.lex_state = 205}, - [5186] = {.lex_state = 205}, - [5187] = {.lex_state = 56}, - [5188] = {.lex_state = 0}, + [5174] = {.lex_state = 54}, + [5175] = {.lex_state = 0}, + [5176] = {.lex_state = 0}, + [5177] = {.lex_state = 54}, + [5178] = {.lex_state = 109}, + [5179] = {.lex_state = 0}, + [5180] = {.lex_state = 205}, + [5181] = {.lex_state = 0}, + [5182] = {.lex_state = 109}, + [5183] = {.lex_state = 126}, + [5184] = {.lex_state = 0}, + [5185] = {.lex_state = 0}, + [5186] = {.lex_state = 0}, + [5187] = {.lex_state = 0}, + [5188] = {.lex_state = 126}, [5189] = {.lex_state = 0}, - [5190] = {.lex_state = 0}, - [5191] = {.lex_state = 150}, + [5190] = {.lex_state = 126}, + [5191] = {.lex_state = 0}, [5192] = {.lex_state = 205}, - [5193] = {.lex_state = 0}, - [5194] = {.lex_state = 56}, - [5195] = {.lex_state = 0}, - [5196] = {.lex_state = 0}, - [5197] = {.lex_state = 126}, - [5198] = {.lex_state = 56}, + [5193] = {.lex_state = 205}, + [5194] = {.lex_state = 54}, + [5195] = {.lex_state = 126}, + [5196] = {.lex_state = 109}, + [5197] = {.lex_state = 109}, + [5198] = {.lex_state = 0}, [5199] = {.lex_state = 0}, - [5200] = {.lex_state = 0}, - [5201] = {.lex_state = 126}, + [5200] = {.lex_state = 126}, + [5201] = {.lex_state = 0}, [5202] = {.lex_state = 0}, - [5203] = {.lex_state = 56}, + [5203] = {.lex_state = 0}, [5204] = {.lex_state = 205}, - [5205] = {.lex_state = 205}, + [5205] = {.lex_state = 0}, [5206] = {.lex_state = 0}, [5207] = {.lex_state = 0}, [5208] = {.lex_state = 126}, - [5209] = {.lex_state = 0}, - [5210] = {.lex_state = 0}, + [5209] = {.lex_state = 126}, + [5210] = {.lex_state = 205}, [5211] = {.lex_state = 0}, - [5212] = {.lex_state = 0}, - [5213] = {.lex_state = 0}, - [5214] = {.lex_state = 0}, + [5212] = {.lex_state = 109}, + [5213] = {.lex_state = 205}, + [5214] = {.lex_state = 205}, [5215] = {.lex_state = 205}, - [5216] = {.lex_state = 205}, - [5217] = {.lex_state = 126}, + [5216] = {.lex_state = 0}, + [5217] = {.lex_state = 0}, [5218] = {.lex_state = 0}, - [5219] = {.lex_state = 56}, - [5220] = {.lex_state = 205}, + [5219] = {.lex_state = 126}, + [5220] = {.lex_state = 54}, [5221] = {.lex_state = 126}, - [5222] = {.lex_state = 0}, - [5223] = {.lex_state = 126}, - [5224] = {.lex_state = 205}, - [5225] = {.lex_state = 205}, - [5226] = {.lex_state = 126}, - [5227] = {.lex_state = 0}, - [5228] = {.lex_state = 205}, - [5229] = {.lex_state = 205}, - [5230] = {.lex_state = 0}, - [5231] = {.lex_state = 205}, - [5232] = {.lex_state = 0}, - [5233] = {.lex_state = 0}, - [5234] = {.lex_state = 0}, + [5222] = {.lex_state = 126}, + [5223] = {.lex_state = 150}, + [5224] = {.lex_state = 0}, + [5225] = {.lex_state = 0}, + [5226] = {.lex_state = 0}, + [5227] = {.lex_state = 54}, + [5228] = {.lex_state = 54}, + [5229] = {.lex_state = 0}, + [5230] = {.lex_state = 126}, + [5231] = {.lex_state = 126}, + [5232] = {.lex_state = 205}, + [5233] = {.lex_state = 205}, + [5234] = {.lex_state = 205}, [5235] = {.lex_state = 0}, - [5236] = {.lex_state = 126}, - [5237] = {.lex_state = 205}, - [5238] = {.lex_state = 0}, + [5236] = {.lex_state = 0}, + [5237] = {.lex_state = 126}, + [5238] = {.lex_state = 126}, [5239] = {.lex_state = 0}, - [5240] = {.lex_state = 56}, + [5240] = {.lex_state = 0}, + [5241] = {.lex_state = 0}, + [5242] = {.lex_state = 0}, + [5243] = {.lex_state = 0}, + [5244] = {.lex_state = 205}, + [5245] = {.lex_state = 205}, + [5246] = {.lex_state = 109}, + [5247] = {.lex_state = 109}, + [5248] = {.lex_state = 54}, + [5249] = {.lex_state = 54}, + [5250] = {.lex_state = 109}, + [5251] = {.lex_state = 54}, + [5252] = {.lex_state = 126}, + [5253] = {.lex_state = 205}, + [5254] = {.lex_state = 205}, + [5255] = {.lex_state = 0}, + [5256] = {.lex_state = 0}, + [5257] = {.lex_state = 205}, + [5258] = {.lex_state = 0}, + [5259] = {.lex_state = 126}, + [5260] = {.lex_state = 205}, + [5261] = {.lex_state = 0}, + [5262] = {.lex_state = 0}, + [5263] = {.lex_state = 0}, + [5264] = {.lex_state = 0}, + [5265] = {.lex_state = 0}, + [5266] = {.lex_state = 205}, + [5267] = {.lex_state = 0}, + [5268] = {.lex_state = 54}, + [5269] = {.lex_state = 0}, }; enum { @@ -24878,118 +24924,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(4926), - [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(1295), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(31), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1017), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3681), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(31), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1357), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(31), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(841), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(31), - [sym_template_instantiation] = STATE(31), - [sym_operator_cast] = STATE(4026), - [sym__constructor_specifiers] = STATE(841), - [sym_operator_cast_definition] = STATE(31), - [sym_operator_cast_declaration] = STATE(31), - [sym_constructor_or_destructor_definition] = STATE(31), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(31), - [sym_using_declaration] = STATE(31), - [sym_alias_declaration] = STATE(31), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4026), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(31), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(31), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(919), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_translation_unit] = STATE(4954), + [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(1285), + [sym__declaration_specifiers] = STATE(3013), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1170), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3721), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(38), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1371), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(38), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(839), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(38), + [sym_template_instantiation] = STATE(38), + [sym_operator_cast] = STATE(4028), + [sym__constructor_specifiers] = STATE(839), + [sym_operator_cast_definition] = STATE(38), + [sym_operator_cast_declaration] = STATE(38), + [sym_constructor_or_destructor_definition] = STATE(38), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(38), + [sym_using_declaration] = STATE(38), + [sym_alias_declaration] = STATE(38), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4028), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(38), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(839), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -25180,122 +25226,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [2] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(32), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(32), - [sym_template_instantiation] = STATE(32), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(32), - [sym_operator_cast_declaration] = STATE(32), - [sym_constructor_or_destructor_definition] = STATE(32), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(32), - [sym_using_declaration] = STATE(32), - [sym_alias_declaration] = STATE(32), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(32), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(62), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(62), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(62), + [sym_template_instantiation] = STATE(62), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(62), + [sym_operator_cast_declaration] = STATE(62), + [sym_constructor_or_destructor_definition] = STATE(62), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(62), + [sym_using_declaration] = STATE(62), + [sym_alias_declaration] = STATE(62), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(62), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(62), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -25488,122 +25534,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [3] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(50), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(50), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(32), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(32), + [sym_using_declaration] = STATE(32), + [sym_alias_declaration] = STATE(32), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(32), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -25796,122 +25842,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [4] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(30), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(30), - [sym_using_declaration] = STATE(30), - [sym_alias_declaration] = STATE(30), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(30), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(33), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(33), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(33), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -26104,122 +26150,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [5] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(45), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(45), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(45), - [sym_template_instantiation] = STATE(45), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(45), - [sym_operator_cast_declaration] = STATE(45), - [sym_constructor_or_destructor_definition] = STATE(45), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(45), - [sym_using_declaration] = STATE(45), - [sym_alias_declaration] = STATE(45), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(45), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(45), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(36), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(36), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(36), + [sym_labeled_statement] = STATE(36), + [sym_expression_statement] = STATE(36), + [sym_if_statement] = STATE(36), + [sym_switch_statement] = STATE(36), + [sym_case_statement] = STATE(36), + [sym_while_statement] = STATE(36), + [sym_do_statement] = STATE(36), + [sym_for_statement] = STATE(36), + [sym_return_statement] = STATE(36), + [sym_break_statement] = STATE(36), + [sym_continue_statement] = STATE(36), + [sym_goto_statement] = STATE(36), + [sym__expression] = STATE(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(36), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(36), + [sym_template_instantiation] = STATE(36), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(36), + [sym_operator_cast_declaration] = STATE(36), + [sym_constructor_or_destructor_definition] = STATE(36), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(36), + [sym_using_declaration] = STATE(36), + [sym_alias_declaration] = STATE(36), + [sym_static_assert_declaration] = STATE(36), + [sym_for_range_loop] = STATE(36), + [sym_co_return_statement] = STATE(36), + [sym_co_yield_statement] = STATE(36), + [sym_throw_statement] = STATE(36), + [sym_try_statement] = STATE(36), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(36), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(36), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -26412,122 +26458,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [6] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(50), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(50), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(37), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(37), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(37), + [sym_template_instantiation] = STATE(37), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(37), + [sym_operator_cast_declaration] = STATE(37), + [sym_constructor_or_destructor_definition] = STATE(37), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(37), + [sym_using_declaration] = STATE(37), + [sym_alias_declaration] = STATE(37), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(37), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(37), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -26629,7 +26675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(221), + [sym_alone_macro] = ACTIONS(233), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -26720,122 +26766,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [7] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(41), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(41), - [sym_template_instantiation] = STATE(41), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(41), - [sym_operator_cast_declaration] = STATE(41), - [sym_constructor_or_destructor_definition] = STATE(41), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(41), - [sym_using_declaration] = STATE(41), - [sym_alias_declaration] = STATE(41), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(41), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(32), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(32), + [sym_using_declaration] = STATE(32), + [sym_alias_declaration] = STATE(32), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(32), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -26867,7 +26913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(49), [anon_sym___vectorcall] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(169), - [anon_sym_RBRACE] = ACTIONS(233), + [anon_sym_RBRACE] = ACTIONS(235), [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -26937,7 +26983,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(235), + [sym_alone_macro] = ACTIONS(221), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -27028,122 +27074,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [8] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(47), - [sym_labeled_statement] = STATE(47), - [sym_expression_statement] = STATE(47), - [sym_if_statement] = STATE(47), - [sym_switch_statement] = STATE(47), - [sym_case_statement] = STATE(47), - [sym_while_statement] = STATE(47), - [sym_do_statement] = STATE(47), - [sym_for_statement] = STATE(47), - [sym_return_statement] = STATE(47), - [sym_break_statement] = STATE(47), - [sym_continue_statement] = STATE(47), - [sym_goto_statement] = STATE(47), - [sym__expression] = STATE(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(47), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(47), - [sym_template_instantiation] = STATE(47), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(47), - [sym_operator_cast_declaration] = STATE(47), - [sym_constructor_or_destructor_definition] = STATE(47), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(47), - [sym_using_declaration] = STATE(47), - [sym_alias_declaration] = STATE(47), - [sym_static_assert_declaration] = STATE(47), - [sym_for_range_loop] = STATE(47), - [sym_co_return_statement] = STATE(47), - [sym_co_yield_statement] = STATE(47), - [sym_throw_statement] = STATE(47), - [sym_try_statement] = STATE(47), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(47), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(50), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(50), + [sym_template_instantiation] = STATE(50), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(50), + [sym_operator_cast_declaration] = STATE(50), + [sym_constructor_or_destructor_definition] = STATE(50), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(50), + [sym_using_declaration] = STATE(50), + [sym_alias_declaration] = STATE(50), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(50), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -27336,122 +27382,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [9] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(39), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(39), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2713), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(39), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(39), - [sym_template_instantiation] = STATE(39), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(39), - [sym_operator_cast_declaration] = STATE(39), - [sym_constructor_or_destructor_definition] = STATE(39), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(39), - [sym_using_declaration] = STATE(39), - [sym_alias_declaration] = STATE(39), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(39), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(39), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(65), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(65), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2712), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(65), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(65), + [sym_template_instantiation] = STATE(65), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(65), + [sym_operator_cast_declaration] = STATE(65), + [sym_constructor_or_destructor_definition] = STATE(65), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(65), + [sym_using_declaration] = STATE(65), + [sym_alias_declaration] = STATE(65), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(65), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(65), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -27644,39 +27690,344 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [10] = { + [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(4880), + [sym_preproc_elif] = STATE(4880), + [sym_function_definition] = STATE(11), + [sym_declaration] = STATE(11), + [sym_type_definition] = STATE(11), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(11), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(11), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1370), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(11), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(11), + [sym_template_instantiation] = STATE(11), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(11), + [sym_operator_cast_declaration] = STATE(11), + [sym_constructor_or_destructor_definition] = STATE(11), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(11), + [sym_using_declaration] = STATE(11), + [sym_alias_declaration] = STATE(11), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(11), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(11), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), + [sym_identifier] = ACTIONS(245), + [aux_sym_preproc_include_token1] = ACTIONS(247), + [aux_sym_preproc_def_token1] = ACTIONS(249), + [aux_sym_preproc_if_token1] = ACTIONS(251), + [aux_sym_preproc_if_token2] = ACTIONS(253), + [aux_sym_preproc_ifdef_token1] = ACTIONS(255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(255), + [aux_sym_preproc_else_token1] = ACTIONS(257), + [aux_sym_preproc_elif_token1] = ACTIONS(259), + [sym_preproc_directive] = ACTIONS(261), + [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(263), + [anon_sym_typedef] = ACTIONS(265), + [anon_sym_extern] = ACTIONS(267), + [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(269), + [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_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(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(293), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_namespace] = ACTIONS(297), + [anon_sym_using] = ACTIONS(299), + [anon_sym_static_assert] = ACTIONS(301), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [sym_alone_macro] = ACTIONS(309), + [aux_sym_alone_macro_call_token1] = ACTIONS(311), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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(5008), - [sym_preproc_elif] = STATE(5008), + [sym_preproc_else] = STATE(4850), + [sym_preproc_elif] = STATE(4850), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -27690,42 +28041,42 @@ 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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -27735,33 +28086,33 @@ 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(253), + [aux_sym_preproc_if_token2] = ACTIONS(313), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -27858,7 +28209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -27948,40 +28299,345 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [11] = { + [12] = { + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_preproc_else] = STATE(5170), + [sym_preproc_elif] = STATE(5170), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1370), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(22), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(22), + [sym_template_instantiation] = STATE(22), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(22), + [sym_operator_cast_declaration] = STATE(22), + [sym_constructor_or_destructor_definition] = STATE(22), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(22), + [sym_using_declaration] = STATE(22), + [sym_alias_declaration] = STATE(22), + [sym_static_assert_declaration] = STATE(22), + [sym_for_range_loop] = STATE(22), + [sym_co_return_statement] = STATE(22), + [sym_co_yield_statement] = STATE(22), + [sym_throw_statement] = STATE(22), + [sym_try_statement] = STATE(22), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(22), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), + [sym_identifier] = ACTIONS(245), + [aux_sym_preproc_include_token1] = ACTIONS(247), + [aux_sym_preproc_def_token1] = ACTIONS(249), + [aux_sym_preproc_if_token1] = ACTIONS(251), + [aux_sym_preproc_if_token2] = ACTIONS(317), + [aux_sym_preproc_ifdef_token1] = ACTIONS(255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(255), + [aux_sym_preproc_else_token1] = ACTIONS(257), + [aux_sym_preproc_elif_token1] = ACTIONS(259), + [sym_preproc_directive] = ACTIONS(261), + [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(263), + [anon_sym_typedef] = ACTIONS(265), + [anon_sym_extern] = ACTIONS(267), + [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(269), + [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_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(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(293), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_namespace] = ACTIONS(297), + [anon_sym_using] = ACTIONS(299), + [anon_sym_static_assert] = ACTIONS(301), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [sym_alone_macro] = ACTIONS(319), + [aux_sym_alone_macro_call_token1] = ACTIONS(311), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [sym_raw_string_literal] = ACTIONS(147), + }, + [13] = { [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(4878), - [sym_preproc_elif] = STATE(4878), + [sym_preproc_else] = STATE(5055), + [sym_preproc_elif] = STATE(5055), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -27995,42 +28651,42 @@ 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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -28040,33 +28696,33 @@ 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(313), + [aux_sym_preproc_if_token2] = ACTIONS(321), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -28163,7 +28819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -28253,125 +28909,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [12] = { - [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(5157), - [sym_preproc_elif] = STATE(5157), - [sym_function_definition] = STATE(19), - [sym_declaration] = STATE(19), - [sym_type_definition] = STATE(19), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(19), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(19), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [14] = { + [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(5094), + [sym_preproc_elif] = STATE(5094), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(19), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(19), - [sym_template_instantiation] = STATE(19), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(19), - [sym_operator_cast_declaration] = STATE(19), - [sym_constructor_or_destructor_definition] = STATE(19), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(19), - [sym_using_declaration] = STATE(19), - [sym_alias_declaration] = STATE(19), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(19), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(19), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(28), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(28), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(315), + [aux_sym_preproc_if_token2] = ACTIONS(323), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -28468,7 +29124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -28558,125 +29214,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [13] = { - [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(5181), - [sym_preproc_elif] = STATE(5181), - [sym_function_definition] = STATE(16), - [sym_declaration] = STATE(16), - [sym_type_definition] = STATE(16), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(16), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(16), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [15] = { + [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(5246), + [sym_preproc_elif] = STATE(5246), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(16), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(16), - [sym_template_instantiation] = STATE(16), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(16), - [sym_operator_cast_declaration] = STATE(16), - [sym_constructor_or_destructor_definition] = STATE(16), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(16), - [sym_using_declaration] = STATE(16), - [sym_alias_declaration] = STATE(16), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(16), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(16), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(28), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(28), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(319), + [aux_sym_preproc_if_token2] = ACTIONS(325), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -28773,7 +29429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(321), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -28863,125 +29519,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [14] = { - [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(5052), - [sym_preproc_elif] = STATE(5052), - [sym_function_definition] = STATE(10), - [sym_declaration] = STATE(10), - [sym_type_definition] = STATE(10), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(10), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(10), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [16] = { + [sym_preproc_include] = STATE(15), + [sym_preproc_def] = STATE(15), + [sym_preproc_function_def] = STATE(15), + [sym_preproc_call] = STATE(15), + [sym_preproc_if] = STATE(15), + [sym_preproc_ifdef] = STATE(15), + [sym_preproc_else] = STATE(5250), + [sym_preproc_elif] = STATE(5250), + [sym_function_definition] = STATE(15), + [sym_declaration] = STATE(15), + [sym_type_definition] = STATE(15), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(15), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(15), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(10), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(10), - [sym_template_instantiation] = STATE(10), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(10), - [sym_operator_cast_declaration] = STATE(10), - [sym_constructor_or_destructor_definition] = STATE(10), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(10), - [sym_using_declaration] = STATE(10), - [sym_alias_declaration] = STATE(10), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(10), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(10), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(15), + [sym_labeled_statement] = STATE(15), + [sym_expression_statement] = STATE(15), + [sym_if_statement] = STATE(15), + [sym_switch_statement] = STATE(15), + [sym_case_statement] = STATE(15), + [sym_while_statement] = STATE(15), + [sym_do_statement] = STATE(15), + [sym_for_statement] = STATE(15), + [sym_return_statement] = STATE(15), + [sym_break_statement] = STATE(15), + [sym_continue_statement] = STATE(15), + [sym_goto_statement] = STATE(15), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(15), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(15), + [sym_template_instantiation] = STATE(15), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(15), + [sym_operator_cast_declaration] = STATE(15), + [sym_constructor_or_destructor_definition] = STATE(15), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(15), + [sym_using_declaration] = STATE(15), + [sym_alias_declaration] = STATE(15), + [sym_static_assert_declaration] = STATE(15), + [sym_for_range_loop] = STATE(15), + [sym_co_return_statement] = STATE(15), + [sym_co_yield_statement] = STATE(15), + [sym_throw_statement] = STATE(15), + [sym_try_statement] = STATE(15), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(15), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(15), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(323), + [aux_sym_preproc_if_token2] = ACTIONS(327), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -29078,7 +29734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(325), + [sym_alone_macro] = ACTIONS(329), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -29168,125 +29824,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [15] = { - [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(5019), - [sym_preproc_elif] = STATE(5019), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [17] = { + [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(4847), + [sym_preproc_elif] = STATE(4847), + [sym_function_definition] = STATE(21), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(21), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(21), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(20), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(20), - [sym_template_instantiation] = STATE(20), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(20), - [sym_operator_cast_declaration] = STATE(20), - [sym_constructor_or_destructor_definition] = STATE(20), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(20), - [sym_using_declaration] = STATE(20), - [sym_alias_declaration] = STATE(20), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(20), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(21), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(21), + [sym_template_instantiation] = STATE(21), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(21), + [sym_operator_cast_declaration] = STATE(21), + [sym_constructor_or_destructor_definition] = STATE(21), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(21), + [sym_using_declaration] = STATE(21), + [sym_alias_declaration] = STATE(21), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(21), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(327), + [aux_sym_preproc_if_token2] = ACTIONS(331), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -29383,7 +30039,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(329), + [sym_alone_macro] = ACTIONS(333), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -29473,40 +30129,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [16] = { + [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(4977), - [sym_preproc_elif] = STATE(4977), + [sym_preproc_else] = STATE(5178), + [sym_preproc_elif] = STATE(5178), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -29520,42 +30176,42 @@ 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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -29565,33 +30221,33 @@ 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(331), + [aux_sym_preproc_if_token2] = ACTIONS(335), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -29688,7 +30344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -29778,125 +30434,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [17] = { - [sym_preproc_include] = STATE(24), - [sym_preproc_def] = STATE(24), - [sym_preproc_function_def] = STATE(24), - [sym_preproc_call] = STATE(24), - [sym_preproc_if] = STATE(24), - [sym_preproc_ifdef] = STATE(24), - [sym_preproc_else] = STATE(5011), - [sym_preproc_elif] = STATE(5011), - [sym_function_definition] = STATE(24), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(24), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [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(5070), + [sym_preproc_elif] = STATE(5070), + [sym_function_definition] = STATE(27), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(24), - [sym_labeled_statement] = STATE(24), - [sym_expression_statement] = STATE(24), - [sym_if_statement] = STATE(24), - [sym_switch_statement] = STATE(24), - [sym_case_statement] = STATE(24), - [sym_while_statement] = STATE(24), - [sym_do_statement] = STATE(24), - [sym_for_statement] = STATE(24), - [sym_return_statement] = STATE(24), - [sym_break_statement] = STATE(24), - [sym_continue_statement] = STATE(24), - [sym_goto_statement] = STATE(24), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(24), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(24), - [sym_template_instantiation] = STATE(24), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(24), - [sym_operator_cast_declaration] = STATE(24), - [sym_constructor_or_destructor_definition] = STATE(24), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(24), - [sym_using_declaration] = STATE(24), - [sym_alias_declaration] = STATE(24), - [sym_static_assert_declaration] = STATE(24), - [sym_for_range_loop] = STATE(24), - [sym_co_return_statement] = STATE(24), - [sym_co_yield_statement] = STATE(24), - [sym_throw_statement] = STATE(24), - [sym_try_statement] = STATE(24), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(24), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(27), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(27), + [sym_template_instantiation] = STATE(27), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(27), + [sym_operator_cast_declaration] = STATE(27), + [sym_constructor_or_destructor_definition] = STATE(27), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(27), + [sym_using_declaration] = STATE(27), + [sym_alias_declaration] = STATE(27), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(27), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(333), + [aux_sym_preproc_if_token2] = ACTIONS(337), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -29993,7 +30649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(335), + [sym_alone_macro] = ACTIONS(339), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -30083,40 +30739,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [18] = { + [20] = { [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(5029), - [sym_preproc_elif] = STATE(5029), + [sym_preproc_else] = STATE(5150), + [sym_preproc_elif] = STATE(5150), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -30130,42 +30786,42 @@ 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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -30175,33 +30831,33 @@ 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(341), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -30298,7 +30954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -30388,40 +31044,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [19] = { + [21] = { [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(4953), - [sym_preproc_elif] = STATE(4953), + [sym_preproc_else] = STATE(4896), + [sym_preproc_elif] = STATE(4896), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -30435,42 +31091,42 @@ 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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -30480,33 +31136,33 @@ 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(339), + [aux_sym_preproc_if_token2] = ACTIONS(343), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -30603,7 +31259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -30693,40 +31349,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [20] = { + [22] = { [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(5053), - [sym_preproc_elif] = STATE(5053), + [sym_preproc_else] = STATE(4973), + [sym_preproc_elif] = STATE(4973), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -30740,42 +31396,42 @@ 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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -30785,33 +31441,33 @@ 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(341), + [aux_sym_preproc_if_token2] = ACTIONS(345), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -30908,7 +31564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -30998,125 +31654,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [21] = { - [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(4841), - [sym_preproc_elif] = STATE(4841), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [23] = { + [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(5247), + [sym_preproc_elif] = STATE(5247), + [sym_function_definition] = STATE(14), + [sym_declaration] = STATE(14), + [sym_type_definition] = STATE(14), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(14), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(14), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(14), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(14), + [sym_template_instantiation] = STATE(14), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(14), + [sym_operator_cast_declaration] = STATE(14), + [sym_constructor_or_destructor_definition] = STATE(14), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(14), + [sym_using_declaration] = STATE(14), + [sym_alias_declaration] = STATE(14), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(14), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(14), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(343), + [aux_sym_preproc_if_token2] = ACTIONS(347), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -31213,7 +31869,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(349), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -31303,125 +31959,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [22] = { - [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(5020), - [sym_preproc_elif] = STATE(5020), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym_type_definition] = STATE(18), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(18), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(18), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [24] = { + [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(4972), + [sym_preproc_elif] = STATE(4972), + [sym_function_definition] = STATE(13), + [sym_declaration] = STATE(13), + [sym_type_definition] = STATE(13), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(13), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(13), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(18), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(18), - [sym_template_instantiation] = STATE(18), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(18), - [sym_operator_cast_declaration] = STATE(18), - [sym_constructor_or_destructor_definition] = STATE(18), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(18), - [sym_using_declaration] = STATE(18), - [sym_alias_declaration] = STATE(18), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(18), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(18), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(13), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(13), + [sym_template_instantiation] = STATE(13), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(13), + [sym_operator_cast_declaration] = STATE(13), + [sym_constructor_or_destructor_definition] = STATE(13), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(13), + [sym_using_declaration] = STATE(13), + [sym_alias_declaration] = STATE(13), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(13), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(345), + [aux_sym_preproc_if_token2] = ACTIONS(351), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -31518,7 +32174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(347), + [sym_alone_macro] = ACTIONS(353), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -31608,125 +32264,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [23] = { - [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(4839), - [sym_preproc_elif] = STATE(4839), - [sym_function_definition] = STATE(11), - [sym_declaration] = STATE(11), - [sym_type_definition] = STATE(11), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(11), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(11), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [25] = { + [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(5124), + [sym_preproc_elif] = STATE(5124), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(11), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(11), - [sym_template_instantiation] = STATE(11), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(11), - [sym_operator_cast_declaration] = STATE(11), - [sym_constructor_or_destructor_definition] = STATE(11), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(11), - [sym_using_declaration] = STATE(11), - [sym_alias_declaration] = STATE(11), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(11), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(11), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(20), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(20), + [sym_template_instantiation] = STATE(20), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(20), + [sym_operator_cast_declaration] = STATE(20), + [sym_constructor_or_destructor_definition] = STATE(20), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(20), + [sym_using_declaration] = STATE(20), + [sym_alias_declaration] = STATE(20), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(20), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(349), + [aux_sym_preproc_if_token2] = ACTIONS(355), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -31823,7 +32479,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(351), + [sym_alone_macro] = ACTIONS(357), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -31913,125 +32569,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [24] = { - [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(4871), - [sym_preproc_elif] = STATE(4871), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [26] = { + [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(5120), + [sym_preproc_elif] = STATE(5120), + [sym_function_definition] = STATE(18), + [sym_declaration] = STATE(18), + [sym_type_definition] = STATE(18), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(18), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(18), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(18), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(18), + [sym_template_instantiation] = STATE(18), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(18), + [sym_operator_cast_declaration] = STATE(18), + [sym_constructor_or_destructor_definition] = STATE(18), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(18), + [sym_using_declaration] = STATE(18), + [sym_alias_declaration] = STATE(18), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(18), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(18), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(353), + [aux_sym_preproc_if_token2] = ACTIONS(359), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -32128,7 +32784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(361), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -32218,125 +32874,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [25] = { - [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(4851), - [sym_preproc_elif] = STATE(4851), - [sym_function_definition] = STATE(21), - [sym_declaration] = STATE(21), - [sym_type_definition] = STATE(21), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(21), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(21), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [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(5123), + [sym_preproc_elif] = STATE(5123), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(21), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(21), - [sym_template_instantiation] = STATE(21), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(21), - [sym_operator_cast_declaration] = STATE(21), - [sym_constructor_or_destructor_definition] = STATE(21), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(21), - [sym_using_declaration] = STATE(21), - [sym_alias_declaration] = STATE(21), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(21), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(28), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(28), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(247), [aux_sym_preproc_def_token1] = ACTIONS(249), [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(355), + [aux_sym_preproc_if_token2] = ACTIONS(363), [aux_sym_preproc_ifdef_token1] = ACTIONS(255), [aux_sym_preproc_ifdef_token2] = ACTIONS(255), [aux_sym_preproc_else_token1] = ACTIONS(257), @@ -32433,617 +33089,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(357), - [aux_sym_alone_macro_call_token1] = ACTIONS(311), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(147), - }, - [26] = { - [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(5032), - [sym_preproc_elif] = STATE(5032), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(27), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(27), - [sym_template_instantiation] = STATE(27), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(27), - [sym_operator_cast_declaration] = STATE(27), - [sym_constructor_or_destructor_definition] = STATE(27), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(27), - [sym_using_declaration] = STATE(27), - [sym_alias_declaration] = STATE(27), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(27), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), - [sym_identifier] = ACTIONS(245), - [aux_sym_preproc_include_token1] = ACTIONS(247), - [aux_sym_preproc_def_token1] = ACTIONS(249), - [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(359), - [aux_sym_preproc_ifdef_token1] = ACTIONS(255), - [aux_sym_preproc_ifdef_token2] = ACTIONS(255), - [aux_sym_preproc_else_token1] = ACTIONS(257), - [aux_sym_preproc_elif_token1] = ACTIONS(259), - [sym_preproc_directive] = ACTIONS(261), - [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(263), - [anon_sym_typedef] = ACTIONS(265), - [anon_sym_extern] = ACTIONS(267), - [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(269), - [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_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(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(293), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_namespace] = ACTIONS(297), - [anon_sym_using] = ACTIONS(299), - [anon_sym_static_assert] = ACTIONS(301), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(361), - [aux_sym_alone_macro_call_token1] = ACTIONS(311), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(147), - }, - [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(4858), - [sym_preproc_elif] = STATE(4858), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), - [sym_identifier] = ACTIONS(245), - [aux_sym_preproc_include_token1] = ACTIONS(247), - [aux_sym_preproc_def_token1] = ACTIONS(249), - [aux_sym_preproc_if_token1] = ACTIONS(251), - [aux_sym_preproc_if_token2] = ACTIONS(363), - [aux_sym_preproc_ifdef_token1] = ACTIONS(255), - [aux_sym_preproc_ifdef_token2] = ACTIONS(255), - [aux_sym_preproc_else_token1] = ACTIONS(257), - [aux_sym_preproc_elif_token1] = ACTIONS(259), - [sym_preproc_directive] = ACTIONS(261), - [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(263), - [anon_sym_typedef] = ACTIONS(265), - [anon_sym_extern] = ACTIONS(267), - [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(269), - [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_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(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(293), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_namespace] = ACTIONS(297), - [anon_sym_using] = ACTIONS(299), - [anon_sym_static_assert] = ACTIONS(301), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(309), + [sym_alone_macro] = ACTIONS(315), [aux_sym_alone_macro_call_token1] = ACTIONS(311), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -33143,28 +33189,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(1295), - [sym__declaration_specifiers] = STATE(2950), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3695), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3660), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(28), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), @@ -33178,42 +33224,42 @@ 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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(837), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(844), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(837), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(844), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -33223,28 +33269,28 @@ 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(923), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(837), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(844), [sym_identifier] = ACTIONS(365), [aux_sym_preproc_include_token1] = ACTIONS(368), [aux_sym_preproc_def_token1] = ACTIONS(371), @@ -33437,125 +33483,425 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(577), }, [29] = { - [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(1295), - [sym__declaration_specifiers] = STATE(3045), - [sym_linkage_specification] = STATE(51), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(982), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3702), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(51), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1358), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(51), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(838), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(51), - [sym_template_instantiation] = STATE(51), - [sym_operator_cast] = STATE(4053), - [sym__constructor_specifiers] = STATE(838), - [sym_operator_cast_definition] = STATE(51), - [sym_operator_cast_declaration] = STATE(51), - [sym_constructor_or_destructor_definition] = STATE(51), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(51), - [sym_using_declaration] = STATE(51), - [sym_alias_declaration] = STATE(51), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4053), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(51), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(51), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(922), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(838), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(580), - [aux_sym_preproc_include_token1] = ACTIONS(582), - [aux_sym_preproc_def_token1] = ACTIONS(584), - [aux_sym_preproc_if_token1] = ACTIONS(586), - [aux_sym_preproc_if_token2] = ACTIONS(588), - [aux_sym_preproc_ifdef_token1] = ACTIONS(590), - [aux_sym_preproc_ifdef_token2] = ACTIONS(590), - [sym_preproc_directive] = ACTIONS(592), + [aux_sym_preproc_include_token1] = ACTIONS(583), + [aux_sym_preproc_def_token1] = ACTIONS(586), + [aux_sym_preproc_if_token1] = ACTIONS(589), + [aux_sym_preproc_ifdef_token1] = ACTIONS(592), + [aux_sym_preproc_ifdef_token2] = ACTIONS(592), + [sym_preproc_directive] = ACTIONS(595), + [anon_sym_LPAREN2] = ACTIONS(385), + [anon_sym_BANG] = ACTIONS(388), + [anon_sym_TILDE] = ACTIONS(391), + [anon_sym_DASH] = ACTIONS(394), + [anon_sym_PLUS] = ACTIONS(394), + [anon_sym_STAR] = ACTIONS(397), + [anon_sym_AMP_AMP] = ACTIONS(400), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_SEMI] = ACTIONS(598), + [anon_sym_typedef] = ACTIONS(601), + [anon_sym_extern] = ACTIONS(604), + [anon_sym___attribute__] = ACTIONS(415), + [anon_sym_COLON_COLON] = ACTIONS(418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(421), + [anon_sym___declspec] = ACTIONS(424), + [anon_sym___based] = ACTIONS(427), + [anon_sym___cdecl] = ACTIONS(430), + [anon_sym___clrcall] = ACTIONS(430), + [anon_sym___stdcall] = ACTIONS(430), + [anon_sym___fastcall] = ACTIONS(430), + [anon_sym___thiscall] = ACTIONS(430), + [anon_sym___vectorcall] = ACTIONS(430), + [anon_sym_LBRACE] = ACTIONS(607), + [anon_sym_RBRACE] = ACTIONS(610), + [anon_sym_LBRACK] = ACTIONS(436), + [anon_sym_static] = ACTIONS(439), + [anon_sym_register] = ACTIONS(439), + [anon_sym_inline] = ACTIONS(439), + [anon_sym_thread_local] = ACTIONS(439), + [anon_sym_const] = ACTIONS(442), + [anon_sym_volatile] = ACTIONS(442), + [anon_sym_restrict] = ACTIONS(442), + [anon_sym__Atomic] = ACTIONS(442), + [anon_sym_mutable] = ACTIONS(442), + [anon_sym_constexpr] = ACTIONS(442), + [anon_sym_signed] = ACTIONS(445), + [anon_sym_unsigned] = ACTIONS(445), + [anon_sym_long] = ACTIONS(445), + [anon_sym_short] = ACTIONS(445), + [sym_primitive_type] = ACTIONS(448), + [anon_sym_enum] = ACTIONS(451), + [anon_sym_class] = ACTIONS(454), + [anon_sym_struct] = ACTIONS(457), + [anon_sym_union] = ACTIONS(460), + [anon_sym_if] = ACTIONS(612), + [anon_sym_switch] = ACTIONS(615), + [anon_sym_case] = ACTIONS(618), + [anon_sym_default] = ACTIONS(621), + [anon_sym_while] = ACTIONS(624), + [anon_sym_do] = ACTIONS(627), + [anon_sym_for] = ACTIONS(630), + [anon_sym_return] = ACTIONS(633), + [anon_sym_break] = ACTIONS(636), + [anon_sym_continue] = ACTIONS(639), + [anon_sym_goto] = ACTIONS(642), + [anon_sym_DASH_DASH] = ACTIONS(496), + [anon_sym_PLUS_PLUS] = ACTIONS(496), + [anon_sym_sizeof] = ACTIONS(499), + [sym_number_literal] = ACTIONS(502), + [anon_sym_L_SQUOTE] = ACTIONS(505), + [anon_sym_u_SQUOTE] = ACTIONS(505), + [anon_sym_U_SQUOTE] = ACTIONS(505), + [anon_sym_u8_SQUOTE] = ACTIONS(505), + [anon_sym_SQUOTE] = ACTIONS(505), + [anon_sym_L_DQUOTE] = ACTIONS(508), + [anon_sym_u_DQUOTE] = ACTIONS(508), + [anon_sym_U_DQUOTE] = ACTIONS(508), + [anon_sym_u8_DQUOTE] = ACTIONS(508), + [anon_sym_DQUOTE] = ACTIONS(508), + [sym_true] = ACTIONS(511), + [sym_false] = ACTIONS(511), + [sym_null] = ACTIONS(511), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(514), + [anon_sym_virtual] = ACTIONS(517), + [anon_sym_explicit] = ACTIONS(520), + [sym_auto] = ACTIONS(523), + [anon_sym_typename] = ACTIONS(526), + [anon_sym_template] = ACTIONS(645), + [anon_sym_operator] = ACTIONS(532), + [anon_sym_delete] = ACTIONS(535), + [anon_sym_throw] = ACTIONS(648), + [anon_sym_namespace] = ACTIONS(651), + [anon_sym_using] = ACTIONS(654), + [anon_sym_static_assert] = ACTIONS(657), + [anon_sym_co_return] = ACTIONS(660), + [anon_sym_co_yield] = ACTIONS(663), + [anon_sym_try] = ACTIONS(666), + [anon_sym_co_await] = ACTIONS(559), + [anon_sym_new] = ACTIONS(562), + [sym_this] = ACTIONS(511), + [sym_nullptr] = ACTIONS(511), + [sym_alone_macro] = ACTIONS(669), + [aux_sym_alone_macro_call_token1] = ACTIONS(672), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(571), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_FORWARD] = ACTIONS(571), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(571), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(571), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(571), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(571), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_PS_GET] = ACTIONS(571), + [anon_sym_PS_GET_AND_SET] = ACTIONS(571), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(571), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(571), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(574), + [anon_sym_MOZ_COLD] = ACTIONS(574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(574), + [anon_sym_MOZ_NONNULL] = ACTIONS(574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(574), + [anon_sym_MOZ_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), + [anon_sym_MOZ_RAII] = ACTIONS(574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(574), + [sym_raw_string_literal] = ACTIONS(577), + }, + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(50), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(50), + [sym_template_instantiation] = STATE(50), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(50), + [sym_operator_cast_declaration] = STATE(50), + [sym_constructor_or_destructor_definition] = STATE(50), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(50), + [sym_using_declaration] = STATE(50), + [sym_alias_declaration] = STATE(50), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(50), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), + [sym_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [aux_sym_preproc_if_token1] = ACTIONS(157), + [aux_sym_preproc_ifdef_token1] = ACTIONS(159), + [aux_sym_preproc_ifdef_token2] = ACTIONS(159), + [sym_preproc_directive] = ACTIONS(161), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -33564,9 +33910,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(594), - [anon_sym_typedef] = ACTIONS(596), - [anon_sym_extern] = ACTIONS(598), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_typedef] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(167), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -33578,7 +33924,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(600), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(677), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33599,17 +33946,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(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -33633,22 +33980,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(624), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_namespace] = ACTIONS(628), - [anon_sym_using] = ACTIONS(630), - [anon_sym_static_assert] = ACTIONS(632), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_namespace] = ACTIONS(203), + [anon_sym_using] = ACTIONS(205), + [anon_sym_static_assert] = ACTIONS(207), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(640), - [aux_sym_alone_macro_call_token1] = ACTIONS(642), + [sym_alone_macro] = ACTIONS(239), + [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -33737,118 +34084,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [30] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [31] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -33878,8 +34225,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(644), - [anon_sym_RBRACE] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(679), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33948,7 +34295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -34038,126 +34385,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [31] = { - [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(1295), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1017), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3681), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1357), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(40), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(841), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(40), - [sym_template_instantiation] = STATE(40), - [sym_operator_cast] = STATE(4026), - [sym__constructor_specifiers] = STATE(841), - [sym_operator_cast_definition] = STATE(40), - [sym_operator_cast_declaration] = STATE(40), - [sym_constructor_or_destructor_definition] = STATE(40), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(40), - [sym_using_declaration] = STATE(40), - [sym_alias_declaration] = STATE(40), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4026), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(40), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(919), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(841), - [ts_builtin_sym_end] = ACTIONS(650), - [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), + [32] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), + [sym_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [aux_sym_preproc_if_token1] = ACTIONS(157), + [aux_sym_preproc_ifdef_token1] = ACTIONS(159), + [aux_sym_preproc_ifdef_token2] = ACTIONS(159), + [sym_preproc_directive] = ACTIONS(161), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -34166,9 +34512,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(163), + [anon_sym_typedef] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(167), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -34180,7 +34526,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(675), + [anon_sym_RBRACE] = ACTIONS(683), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34201,17 +34548,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(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -34235,22 +34582,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(115), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(123), - [anon_sym_using] = ACTIONS(125), - [anon_sym_static_assert] = ACTIONS(127), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_namespace] = ACTIONS(203), + [anon_sym_using] = ACTIONS(205), + [anon_sym_static_assert] = ACTIONS(207), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(652), - [aux_sym_alone_macro_call_token1] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(681), + [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -34339,118 +34686,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [32] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [33] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -34480,8 +34827,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(644), - [anon_sym_RBRACE] = ACTIONS(654), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(685), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34550,7 +34897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -34640,118 +34987,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(50), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(50), - [sym_using_declaration] = STATE(50), - [sym_alias_declaration] = STATE(50), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(50), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [34] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(37), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(37), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(37), + [sym_template_instantiation] = STATE(37), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(37), + [sym_operator_cast_declaration] = STATE(37), + [sym_constructor_or_destructor_definition] = STATE(37), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(37), + [sym_using_declaration] = STATE(37), + [sym_alias_declaration] = STATE(37), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(37), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(37), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -34781,8 +35128,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(644), - [anon_sym_RBRACE] = ACTIONS(656), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(687), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34851,7 +35198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(221), + [sym_alone_macro] = ACTIONS(233), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -34941,118 +35288,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [34] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(30), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(30), - [sym_using_declaration] = STATE(30), - [sym_alias_declaration] = STATE(30), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(30), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [35] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(33), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(33), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(33), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -35082,8 +35429,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(644), - [anon_sym_RBRACE] = ACTIONS(658), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(689), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35242,118 +35589,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [35] = { - [sym_preproc_include] = STATE(64), - [sym_preproc_def] = STATE(64), - [sym_preproc_function_def] = STATE(64), - [sym_preproc_call] = STATE(64), - [sym_preproc_if] = STATE(64), - [sym_preproc_ifdef] = STATE(64), - [sym_function_definition] = STATE(64), - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(64), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_case_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(64), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(64), - [sym_template_instantiation] = STATE(64), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(64), - [sym_operator_cast_declaration] = STATE(64), - [sym_constructor_or_destructor_definition] = STATE(64), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(64), - [sym_using_declaration] = STATE(64), - [sym_alias_declaration] = STATE(64), - [sym_static_assert_declaration] = STATE(64), - [sym_for_range_loop] = STATE(64), - [sym_co_return_statement] = STATE(64), - [sym_co_yield_statement] = STATE(64), - [sym_throw_statement] = STATE(64), - [sym_try_statement] = STATE(64), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(64), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(64), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [36] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -35383,8 +35730,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(644), - [anon_sym_RBRACE] = ACTIONS(660), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(691), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35453,7 +35800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(662), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -35543,419 +35890,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [36] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), - [sym_identifier] = ACTIONS(664), - [aux_sym_preproc_include_token1] = ACTIONS(667), - [aux_sym_preproc_def_token1] = ACTIONS(670), - [aux_sym_preproc_if_token1] = ACTIONS(673), - [aux_sym_preproc_ifdef_token1] = ACTIONS(676), - [aux_sym_preproc_ifdef_token2] = ACTIONS(676), - [sym_preproc_directive] = ACTIONS(679), - [anon_sym_LPAREN2] = ACTIONS(385), - [anon_sym_BANG] = ACTIONS(388), - [anon_sym_TILDE] = ACTIONS(391), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_AMP_AMP] = ACTIONS(400), - [anon_sym_AMP] = ACTIONS(403), - [anon_sym_SEMI] = ACTIONS(682), - [anon_sym_typedef] = ACTIONS(685), - [anon_sym_extern] = ACTIONS(688), - [anon_sym___attribute__] = ACTIONS(415), - [anon_sym_COLON_COLON] = ACTIONS(418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(421), - [anon_sym___declspec] = ACTIONS(424), - [anon_sym___based] = ACTIONS(427), - [anon_sym___cdecl] = ACTIONS(430), - [anon_sym___clrcall] = ACTIONS(430), - [anon_sym___stdcall] = ACTIONS(430), - [anon_sym___fastcall] = ACTIONS(430), - [anon_sym___thiscall] = ACTIONS(430), - [anon_sym___vectorcall] = ACTIONS(430), - [anon_sym_LBRACE] = ACTIONS(691), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(436), - [anon_sym_static] = ACTIONS(439), - [anon_sym_register] = ACTIONS(439), - [anon_sym_inline] = ACTIONS(439), - [anon_sym_thread_local] = ACTIONS(439), - [anon_sym_const] = ACTIONS(442), - [anon_sym_volatile] = ACTIONS(442), - [anon_sym_restrict] = ACTIONS(442), - [anon_sym__Atomic] = ACTIONS(442), - [anon_sym_mutable] = ACTIONS(442), - [anon_sym_constexpr] = ACTIONS(442), - [anon_sym_signed] = ACTIONS(445), - [anon_sym_unsigned] = ACTIONS(445), - [anon_sym_long] = ACTIONS(445), - [anon_sym_short] = ACTIONS(445), - [sym_primitive_type] = ACTIONS(448), - [anon_sym_enum] = ACTIONS(451), - [anon_sym_class] = ACTIONS(454), - [anon_sym_struct] = ACTIONS(457), - [anon_sym_union] = ACTIONS(460), - [anon_sym_if] = ACTIONS(696), - [anon_sym_switch] = ACTIONS(699), - [anon_sym_case] = ACTIONS(702), - [anon_sym_default] = ACTIONS(705), - [anon_sym_while] = ACTIONS(708), - [anon_sym_do] = ACTIONS(711), - [anon_sym_for] = ACTIONS(714), - [anon_sym_return] = ACTIONS(717), - [anon_sym_break] = ACTIONS(720), - [anon_sym_continue] = ACTIONS(723), - [anon_sym_goto] = ACTIONS(726), - [anon_sym_DASH_DASH] = ACTIONS(496), - [anon_sym_PLUS_PLUS] = ACTIONS(496), - [anon_sym_sizeof] = ACTIONS(499), - [sym_number_literal] = ACTIONS(502), - [anon_sym_L_SQUOTE] = ACTIONS(505), - [anon_sym_u_SQUOTE] = ACTIONS(505), - [anon_sym_U_SQUOTE] = ACTIONS(505), - [anon_sym_u8_SQUOTE] = ACTIONS(505), - [anon_sym_SQUOTE] = ACTIONS(505), - [anon_sym_L_DQUOTE] = ACTIONS(508), - [anon_sym_u_DQUOTE] = ACTIONS(508), - [anon_sym_U_DQUOTE] = ACTIONS(508), - [anon_sym_u8_DQUOTE] = ACTIONS(508), - [anon_sym_DQUOTE] = ACTIONS(508), - [sym_true] = ACTIONS(511), - [sym_false] = ACTIONS(511), - [sym_null] = ACTIONS(511), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(514), - [anon_sym_virtual] = ACTIONS(517), - [anon_sym_explicit] = ACTIONS(520), - [sym_auto] = ACTIONS(523), - [anon_sym_typename] = ACTIONS(526), - [anon_sym_template] = ACTIONS(729), - [anon_sym_operator] = ACTIONS(532), - [anon_sym_delete] = ACTIONS(535), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_namespace] = ACTIONS(735), - [anon_sym_using] = ACTIONS(738), - [anon_sym_static_assert] = ACTIONS(741), - [anon_sym_co_return] = ACTIONS(744), - [anon_sym_co_yield] = ACTIONS(747), - [anon_sym_try] = ACTIONS(750), - [anon_sym_co_await] = ACTIONS(559), - [anon_sym_new] = ACTIONS(562), - [sym_this] = ACTIONS(511), - [sym_nullptr] = ACTIONS(511), - [sym_alone_macro] = ACTIONS(753), - [aux_sym_alone_macro_call_token1] = ACTIONS(756), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(571), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_FORWARD] = ACTIONS(571), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(571), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(571), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(571), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(571), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_PS_GET] = ACTIONS(571), - [anon_sym_PS_GET_AND_SET] = ACTIONS(571), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(571), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(571), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(574), - [anon_sym_MOZ_COLD] = ACTIONS(574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(574), - [anon_sym_MOZ_NONNULL] = ACTIONS(574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(574), - [anon_sym_MOZ_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), - [anon_sym_MOZ_RAII] = ACTIONS(574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(574), - [sym_raw_string_literal] = ACTIONS(577), - }, [37] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -35985,8 +36031,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(644), - [anon_sym_RBRACE] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(693), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36055,7 +36101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -36146,124 +36192,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [38] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(37), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(37), - [sym_template_instantiation] = STATE(37), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(37), - [sym_operator_cast_declaration] = STATE(37), - [sym_constructor_or_destructor_definition] = STATE(37), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(37), - [sym_using_declaration] = STATE(37), - [sym_alias_declaration] = STATE(37), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(37), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), - [sym_identifier] = ACTIONS(149), - [aux_sym_preproc_include_token1] = ACTIONS(151), - [aux_sym_preproc_def_token1] = ACTIONS(153), - [aux_sym_preproc_if_token1] = ACTIONS(157), - [aux_sym_preproc_ifdef_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token2] = ACTIONS(159), - [sym_preproc_directive] = ACTIONS(161), + [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(1285), + [sym__declaration_specifiers] = STATE(3013), + [sym_linkage_specification] = STATE(49), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1170), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3721), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(49), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1371), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(49), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(839), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(49), + [sym_template_instantiation] = STATE(49), + [sym_operator_cast] = STATE(4028), + [sym__constructor_specifiers] = STATE(839), + [sym_operator_cast_definition] = STATE(49), + [sym_operator_cast_declaration] = STATE(49), + [sym_constructor_or_destructor_definition] = STATE(49), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(49), + [sym_using_declaration] = STATE(49), + [sym_alias_declaration] = STATE(49), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4028), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(49), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(49), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(839), + [ts_builtin_sym_end] = ACTIONS(695), + [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), @@ -36272,9 +36319,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(163), - [anon_sym_typedef] = ACTIONS(165), - [anon_sym_extern] = ACTIONS(167), + [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), @@ -36286,8 +36333,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(644), - [anon_sym_RBRACE] = ACTIONS(761), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36308,17 +36354,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(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -36342,22 +36388,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(199), + [anon_sym_template] = ACTIONS(115), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_namespace] = ACTIONS(203), - [anon_sym_using] = ACTIONS(205), - [anon_sym_static_assert] = ACTIONS(207), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_namespace] = ACTIONS(123), + [anon_sym_using] = ACTIONS(125), + [anon_sym_static_assert] = ACTIONS(127), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(763), - [aux_sym_alone_macro_call_token1] = ACTIONS(217), + [sym_alone_macro] = ACTIONS(697), + [aux_sym_alone_macro_call_token1] = ACTIONS(141), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -36447,117 +36493,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [39] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [sym_preproc_include] = STATE(43), + [sym_preproc_def] = STATE(43), + [sym_preproc_function_def] = STATE(43), + [sym_preproc_call] = STATE(43), + [sym_preproc_if] = STATE(43), + [sym_preproc_ifdef] = STATE(43), + [sym_function_definition] = STATE(43), + [sym_declaration] = STATE(43), + [sym_type_definition] = STATE(43), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(43), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(43), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(43), + [sym_labeled_statement] = STATE(43), + [sym_expression_statement] = STATE(43), + [sym_if_statement] = STATE(43), + [sym_switch_statement] = STATE(43), + [sym_case_statement] = STATE(43), + [sym_while_statement] = STATE(43), + [sym_do_statement] = STATE(43), + [sym_for_statement] = STATE(43), + [sym_return_statement] = STATE(43), + [sym_break_statement] = STATE(43), + [sym_continue_statement] = STATE(43), + [sym_goto_statement] = STATE(43), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(43), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(43), + [sym_template_instantiation] = STATE(43), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(43), + [sym_operator_cast_declaration] = STATE(43), + [sym_constructor_or_destructor_definition] = STATE(43), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(43), + [sym_using_declaration] = STATE(43), + [sym_alias_declaration] = STATE(43), + [sym_static_assert_declaration] = STATE(43), + [sym_for_range_loop] = STATE(43), + [sym_co_return_statement] = STATE(43), + [sym_co_yield_statement] = STATE(43), + [sym_throw_statement] = STATE(43), + [sym_try_statement] = STATE(43), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(43), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(43), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -36587,8 +36633,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(644), - [anon_sym_RBRACE] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(699), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36657,7 +36703,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(701), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -36748,307 +36794,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [40] = { - [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(1295), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1017), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3681), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1357), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(40), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(841), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(40), - [sym_template_instantiation] = STATE(40), - [sym_operator_cast] = STATE(4026), - [sym__constructor_specifiers] = STATE(841), - [sym_operator_cast_definition] = STATE(40), - [sym_operator_cast_declaration] = STATE(40), - [sym_constructor_or_destructor_definition] = STATE(40), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(40), - [sym_using_declaration] = STATE(40), - [sym_alias_declaration] = STATE(40), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4026), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(40), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(919), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(841), - [ts_builtin_sym_end] = ACTIONS(694), - [sym_identifier] = ACTIONS(767), - [aux_sym_preproc_include_token1] = ACTIONS(770), - [aux_sym_preproc_def_token1] = ACTIONS(773), - [aux_sym_preproc_if_token1] = ACTIONS(776), - [aux_sym_preproc_ifdef_token1] = ACTIONS(779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(779), - [sym_preproc_directive] = ACTIONS(782), - [anon_sym_LPAREN2] = ACTIONS(385), - [anon_sym_BANG] = ACTIONS(388), - [anon_sym_TILDE] = ACTIONS(391), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_AMP_AMP] = ACTIONS(400), - [anon_sym_AMP] = ACTIONS(403), - [anon_sym_SEMI] = ACTIONS(785), - [anon_sym_typedef] = ACTIONS(788), - [anon_sym_extern] = ACTIONS(791), - [anon_sym___attribute__] = ACTIONS(415), - [anon_sym_COLON_COLON] = ACTIONS(418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(421), - [anon_sym___declspec] = ACTIONS(424), - [anon_sym___based] = ACTIONS(427), - [anon_sym___cdecl] = ACTIONS(430), - [anon_sym___clrcall] = ACTIONS(430), - [anon_sym___stdcall] = ACTIONS(430), - [anon_sym___fastcall] = ACTIONS(430), - [anon_sym___thiscall] = ACTIONS(430), - [anon_sym___vectorcall] = ACTIONS(430), - [anon_sym_LBRACE] = ACTIONS(794), - [anon_sym_LBRACK] = ACTIONS(436), - [anon_sym_static] = ACTIONS(439), - [anon_sym_register] = ACTIONS(439), - [anon_sym_inline] = ACTIONS(439), - [anon_sym_thread_local] = ACTIONS(439), - [anon_sym_const] = ACTIONS(442), - [anon_sym_volatile] = ACTIONS(442), - [anon_sym_restrict] = ACTIONS(442), - [anon_sym__Atomic] = ACTIONS(442), - [anon_sym_mutable] = ACTIONS(442), - [anon_sym_constexpr] = ACTIONS(442), - [anon_sym_signed] = ACTIONS(445), - [anon_sym_unsigned] = ACTIONS(445), - [anon_sym_long] = ACTIONS(445), - [anon_sym_short] = ACTIONS(445), - [sym_primitive_type] = ACTIONS(448), - [anon_sym_enum] = ACTIONS(451), - [anon_sym_class] = ACTIONS(454), - [anon_sym_struct] = ACTIONS(457), - [anon_sym_union] = ACTIONS(460), - [anon_sym_if] = ACTIONS(797), - [anon_sym_switch] = ACTIONS(800), - [anon_sym_case] = ACTIONS(803), - [anon_sym_default] = ACTIONS(806), - [anon_sym_while] = ACTIONS(809), - [anon_sym_do] = ACTIONS(812), - [anon_sym_for] = ACTIONS(815), - [anon_sym_return] = ACTIONS(818), - [anon_sym_break] = ACTIONS(821), - [anon_sym_continue] = ACTIONS(824), - [anon_sym_goto] = ACTIONS(827), - [anon_sym_DASH_DASH] = ACTIONS(496), - [anon_sym_PLUS_PLUS] = ACTIONS(496), - [anon_sym_sizeof] = ACTIONS(499), - [sym_number_literal] = ACTIONS(502), - [anon_sym_L_SQUOTE] = ACTIONS(505), - [anon_sym_u_SQUOTE] = ACTIONS(505), - [anon_sym_U_SQUOTE] = ACTIONS(505), - [anon_sym_u8_SQUOTE] = ACTIONS(505), - [anon_sym_SQUOTE] = ACTIONS(505), - [anon_sym_L_DQUOTE] = ACTIONS(508), - [anon_sym_u_DQUOTE] = ACTIONS(508), - [anon_sym_U_DQUOTE] = ACTIONS(508), - [anon_sym_u8_DQUOTE] = ACTIONS(508), - [anon_sym_DQUOTE] = ACTIONS(508), - [sym_true] = ACTIONS(511), - [sym_false] = ACTIONS(511), - [sym_null] = ACTIONS(511), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(514), - [anon_sym_virtual] = ACTIONS(517), - [anon_sym_explicit] = ACTIONS(520), - [sym_auto] = ACTIONS(523), - [anon_sym_typename] = ACTIONS(526), - [anon_sym_template] = ACTIONS(830), - [anon_sym_operator] = ACTIONS(532), - [anon_sym_delete] = ACTIONS(535), - [anon_sym_throw] = ACTIONS(833), - [anon_sym_namespace] = ACTIONS(836), - [anon_sym_using] = ACTIONS(839), - [anon_sym_static_assert] = ACTIONS(842), - [anon_sym_co_return] = ACTIONS(845), - [anon_sym_co_yield] = ACTIONS(848), - [anon_sym_try] = ACTIONS(851), - [anon_sym_co_await] = ACTIONS(559), - [anon_sym_new] = ACTIONS(562), - [sym_this] = ACTIONS(511), - [sym_nullptr] = ACTIONS(511), - [sym_alone_macro] = ACTIONS(854), - [aux_sym_alone_macro_call_token1] = ACTIONS(857), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(571), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_FORWARD] = ACTIONS(571), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(571), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(571), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(571), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(571), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_PS_GET] = ACTIONS(571), - [anon_sym_PS_GET_AND_SET] = ACTIONS(571), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(571), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(571), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(574), - [anon_sym_MOZ_COLD] = ACTIONS(574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(574), - [anon_sym_MOZ_NONNULL] = ACTIONS(574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(574), - [anon_sym_MOZ_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), - [anon_sym_MOZ_RAII] = ACTIONS(574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(574), - [sym_raw_string_literal] = ACTIONS(577), - }, - [41] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), @@ -37058,28 +36803,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), @@ -37093,42 +36838,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(36), [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), [sym_operator_cast_definition] = STATE(36), [sym_operator_cast_declaration] = STATE(36), [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(36), [sym_using_declaration] = STATE(36), [sym_alias_declaration] = STATE(36), @@ -37138,28 +36883,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(36), [sym_throw_statement] = STATE(36), [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -37189,8 +36934,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(644), - [anon_sym_RBRACE] = ACTIONS(860), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(703), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37259,7 +37004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(229), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -37349,118 +37094,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [42] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(45), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(45), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(45), - [sym_template_instantiation] = STATE(45), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(45), - [sym_operator_cast_declaration] = STATE(45), - [sym_constructor_or_destructor_definition] = STATE(45), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(45), - [sym_using_declaration] = STATE(45), - [sym_alias_declaration] = STATE(45), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(45), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(45), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [41] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -37490,8 +37235,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(644), - [anon_sym_RBRACE] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(705), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37560,7 +37305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(229), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -37650,7 +37395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [43] = { + [42] = { [sym_preproc_include] = STATE(41), [sym_preproc_def] = STATE(41), [sym_preproc_function_def] = STATE(41), @@ -37660,28 +37405,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(41), [sym_declaration] = STATE(41), [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), [sym_attributed_statement] = STATE(41), [sym_labeled_statement] = STATE(41), [sym_expression_statement] = STATE(41), @@ -37695,42 +37440,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(41), [sym_continue_statement] = STATE(41), [sym_goto_statement] = STATE(41), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), [sym__empty_declaration] = STATE(41), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), [sym_template_declaration] = STATE(41), [sym_template_instantiation] = STATE(41), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), [sym_operator_cast_definition] = STATE(41), [sym_operator_cast_declaration] = STATE(41), [sym_constructor_or_destructor_definition] = STATE(41), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), [sym_namespace_definition] = STATE(41), [sym_using_declaration] = STATE(41), [sym_alias_declaration] = STATE(41), @@ -37740,28 +37485,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(41), [sym_throw_statement] = STATE(41), [sym_try_statement] = STATE(41), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), [sym_alone_macro_call] = STATE(41), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), [aux_sym_translation_unit_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -37791,8 +37536,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(644), - [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(707), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37861,7 +37606,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(235), + [sym_alone_macro] = ACTIONS(709), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -37951,118 +37696,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [44] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(39), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(39), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(39), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(39), - [sym_template_instantiation] = STATE(39), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(39), - [sym_operator_cast_declaration] = STATE(39), - [sym_constructor_or_destructor_definition] = STATE(39), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(39), - [sym_using_declaration] = STATE(39), - [sym_alias_declaration] = STATE(39), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(39), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(39), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [43] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -38092,8 +37837,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(644), - [anon_sym_RBRACE] = ACTIONS(866), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(711), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38162,7 +37907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(243), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -38252,118 +37997,419 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, + [44] = { + [sym_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3058), + [sym_linkage_specification] = STATE(44), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1169), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3685), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1374), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_case_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(44), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(843), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(44), + [sym_template_instantiation] = STATE(44), + [sym_operator_cast] = STATE(4067), + [sym__constructor_specifiers] = STATE(843), + [sym_operator_cast_definition] = STATE(44), + [sym_operator_cast_declaration] = STATE(44), + [sym_constructor_or_destructor_definition] = STATE(44), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(44), + [sym_using_declaration] = STATE(44), + [sym_alias_declaration] = STATE(44), + [sym_static_assert_declaration] = STATE(44), + [sym_for_range_loop] = STATE(44), + [sym_co_return_statement] = STATE(44), + [sym_co_yield_statement] = STATE(44), + [sym_throw_statement] = STATE(44), + [sym_try_statement] = STATE(44), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4067), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(44), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(44), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(843), + [sym_identifier] = ACTIONS(713), + [aux_sym_preproc_include_token1] = ACTIONS(716), + [aux_sym_preproc_def_token1] = ACTIONS(719), + [aux_sym_preproc_if_token1] = ACTIONS(722), + [aux_sym_preproc_if_token2] = ACTIONS(377), + [aux_sym_preproc_ifdef_token1] = ACTIONS(725), + [aux_sym_preproc_ifdef_token2] = ACTIONS(725), + [sym_preproc_directive] = ACTIONS(728), + [anon_sym_LPAREN2] = ACTIONS(385), + [anon_sym_BANG] = ACTIONS(388), + [anon_sym_TILDE] = ACTIONS(391), + [anon_sym_DASH] = ACTIONS(394), + [anon_sym_PLUS] = ACTIONS(394), + [anon_sym_STAR] = ACTIONS(397), + [anon_sym_AMP_AMP] = ACTIONS(400), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_SEMI] = ACTIONS(731), + [anon_sym_typedef] = ACTIONS(734), + [anon_sym_extern] = ACTIONS(737), + [anon_sym___attribute__] = ACTIONS(415), + [anon_sym_COLON_COLON] = ACTIONS(418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(421), + [anon_sym___declspec] = ACTIONS(424), + [anon_sym___based] = ACTIONS(427), + [anon_sym___cdecl] = ACTIONS(430), + [anon_sym___clrcall] = ACTIONS(430), + [anon_sym___stdcall] = ACTIONS(430), + [anon_sym___fastcall] = ACTIONS(430), + [anon_sym___thiscall] = ACTIONS(430), + [anon_sym___vectorcall] = ACTIONS(430), + [anon_sym_LBRACE] = ACTIONS(740), + [anon_sym_LBRACK] = ACTIONS(436), + [anon_sym_static] = ACTIONS(439), + [anon_sym_register] = ACTIONS(439), + [anon_sym_inline] = ACTIONS(439), + [anon_sym_thread_local] = ACTIONS(439), + [anon_sym_const] = ACTIONS(442), + [anon_sym_volatile] = ACTIONS(442), + [anon_sym_restrict] = ACTIONS(442), + [anon_sym__Atomic] = ACTIONS(442), + [anon_sym_mutable] = ACTIONS(442), + [anon_sym_constexpr] = ACTIONS(442), + [anon_sym_signed] = ACTIONS(445), + [anon_sym_unsigned] = ACTIONS(445), + [anon_sym_long] = ACTIONS(445), + [anon_sym_short] = ACTIONS(445), + [sym_primitive_type] = ACTIONS(448), + [anon_sym_enum] = ACTIONS(451), + [anon_sym_class] = ACTIONS(454), + [anon_sym_struct] = ACTIONS(457), + [anon_sym_union] = ACTIONS(460), + [anon_sym_if] = ACTIONS(743), + [anon_sym_switch] = ACTIONS(746), + [anon_sym_case] = ACTIONS(749), + [anon_sym_default] = ACTIONS(752), + [anon_sym_while] = ACTIONS(755), + [anon_sym_do] = ACTIONS(758), + [anon_sym_for] = ACTIONS(761), + [anon_sym_return] = ACTIONS(764), + [anon_sym_break] = ACTIONS(767), + [anon_sym_continue] = ACTIONS(770), + [anon_sym_goto] = ACTIONS(773), + [anon_sym_DASH_DASH] = ACTIONS(496), + [anon_sym_PLUS_PLUS] = ACTIONS(496), + [anon_sym_sizeof] = ACTIONS(499), + [sym_number_literal] = ACTIONS(502), + [anon_sym_L_SQUOTE] = ACTIONS(505), + [anon_sym_u_SQUOTE] = ACTIONS(505), + [anon_sym_U_SQUOTE] = ACTIONS(505), + [anon_sym_u8_SQUOTE] = ACTIONS(505), + [anon_sym_SQUOTE] = ACTIONS(505), + [anon_sym_L_DQUOTE] = ACTIONS(508), + [anon_sym_u_DQUOTE] = ACTIONS(508), + [anon_sym_U_DQUOTE] = ACTIONS(508), + [anon_sym_u8_DQUOTE] = ACTIONS(508), + [anon_sym_DQUOTE] = ACTIONS(508), + [sym_true] = ACTIONS(511), + [sym_false] = ACTIONS(511), + [sym_null] = ACTIONS(511), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(514), + [anon_sym_virtual] = ACTIONS(517), + [anon_sym_explicit] = ACTIONS(520), + [sym_auto] = ACTIONS(523), + [anon_sym_typename] = ACTIONS(526), + [anon_sym_template] = ACTIONS(776), + [anon_sym_operator] = ACTIONS(532), + [anon_sym_delete] = ACTIONS(535), + [anon_sym_throw] = ACTIONS(779), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_using] = ACTIONS(785), + [anon_sym_static_assert] = ACTIONS(788), + [anon_sym_co_return] = ACTIONS(791), + [anon_sym_co_yield] = ACTIONS(794), + [anon_sym_try] = ACTIONS(797), + [anon_sym_co_await] = ACTIONS(559), + [anon_sym_new] = ACTIONS(562), + [sym_this] = ACTIONS(511), + [sym_nullptr] = ACTIONS(511), + [sym_alone_macro] = ACTIONS(800), + [aux_sym_alone_macro_call_token1] = ACTIONS(803), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(571), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_FORWARD] = ACTIONS(571), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(571), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(571), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(571), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(571), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_PS_GET] = ACTIONS(571), + [anon_sym_PS_GET_AND_SET] = ACTIONS(571), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(571), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(571), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(574), + [anon_sym_MOZ_COLD] = ACTIONS(574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(574), + [anon_sym_MOZ_NONNULL] = ACTIONS(574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(574), + [anon_sym_MOZ_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), + [anon_sym_MOZ_RAII] = ACTIONS(574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(574), + [sym_raw_string_literal] = ACTIONS(577), + }, [45] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(46), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(46), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(46), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(46), + [sym_template_instantiation] = STATE(46), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(46), + [sym_operator_cast_declaration] = STATE(46), + [sym_constructor_or_destructor_definition] = STATE(46), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(46), + [sym_using_declaration] = STATE(46), + [sym_alias_declaration] = STATE(46), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(46), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(46), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -38393,8 +38439,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(644), - [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(806), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38463,7 +38509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(808), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -38554,117 +38600,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [46] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -38694,8 +38740,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(644), - [anon_sym_RBRACE] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(810), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38764,7 +38810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -38855,124 +38901,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [47] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), - [sym_identifier] = ACTIONS(149), - [aux_sym_preproc_include_token1] = ACTIONS(151), - [aux_sym_preproc_def_token1] = ACTIONS(153), - [aux_sym_preproc_if_token1] = ACTIONS(157), - [aux_sym_preproc_ifdef_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token2] = ACTIONS(159), - [sym_preproc_directive] = ACTIONS(161), + [sym_preproc_include] = STATE(59), + [sym_preproc_def] = STATE(59), + [sym_preproc_function_def] = STATE(59), + [sym_preproc_call] = STATE(59), + [sym_preproc_if] = STATE(59), + [sym_preproc_ifdef] = STATE(59), + [sym_function_definition] = STATE(59), + [sym_declaration] = STATE(59), + [sym_type_definition] = STATE(59), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3058), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1169), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3685), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1374), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(59), + [sym_labeled_statement] = STATE(59), + [sym_expression_statement] = STATE(59), + [sym_if_statement] = STATE(59), + [sym_switch_statement] = STATE(59), + [sym_case_statement] = STATE(59), + [sym_while_statement] = STATE(59), + [sym_do_statement] = STATE(59), + [sym_for_statement] = STATE(59), + [sym_return_statement] = STATE(59), + [sym_break_statement] = STATE(59), + [sym_continue_statement] = STATE(59), + [sym_goto_statement] = STATE(59), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(843), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4067), + [sym__constructor_specifiers] = STATE(843), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(59), + [sym_using_declaration] = STATE(59), + [sym_alias_declaration] = STATE(59), + [sym_static_assert_declaration] = STATE(59), + [sym_for_range_loop] = STATE(59), + [sym_co_return_statement] = STATE(59), + [sym_co_yield_statement] = STATE(59), + [sym_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4067), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(843), + [sym_identifier] = ACTIONS(812), + [aux_sym_preproc_include_token1] = ACTIONS(814), + [aux_sym_preproc_def_token1] = ACTIONS(816), + [aux_sym_preproc_if_token1] = ACTIONS(818), + [aux_sym_preproc_if_token2] = ACTIONS(820), + [aux_sym_preproc_ifdef_token1] = ACTIONS(822), + [aux_sym_preproc_ifdef_token2] = ACTIONS(822), + [sym_preproc_directive] = ACTIONS(824), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -38981,9 +39028,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(163), - [anon_sym_typedef] = ACTIONS(165), - [anon_sym_extern] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_typedef] = ACTIONS(828), + [anon_sym_extern] = ACTIONS(830), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -38995,8 +39042,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(644), - [anon_sym_RBRACE] = ACTIONS(872), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39017,17 +39063,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(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -39051,22 +39097,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(199), + [anon_sym_template] = ACTIONS(856), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_namespace] = ACTIONS(203), - [anon_sym_using] = ACTIONS(205), - [anon_sym_static_assert] = ACTIONS(207), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_namespace] = ACTIONS(860), + [anon_sym_using] = ACTIONS(862), + [anon_sym_static_assert] = ACTIONS(864), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), - [aux_sym_alone_macro_call_token1] = ACTIONS(217), + [sym_alone_macro] = ACTIONS(872), + [aux_sym_alone_macro_call_token1] = ACTIONS(874), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -39156,117 +39202,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [48] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(65), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(65), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(65), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(65), + [sym_template_instantiation] = STATE(65), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(65), + [sym_operator_cast_declaration] = STATE(65), + [sym_constructor_or_destructor_definition] = STATE(65), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(65), + [sym_using_declaration] = STATE(65), + [sym_alias_declaration] = STATE(65), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(65), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(65), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -39296,8 +39342,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(644), - [anon_sym_RBRACE] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(876), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39366,7 +39412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(243), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -39457,117 +39503,418 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [49] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(47), - [sym_labeled_statement] = STATE(47), - [sym_expression_statement] = STATE(47), - [sym_if_statement] = STATE(47), - [sym_switch_statement] = STATE(47), - [sym_case_statement] = STATE(47), - [sym_while_statement] = STATE(47), - [sym_do_statement] = STATE(47), - [sym_for_statement] = STATE(47), - [sym_return_statement] = STATE(47), - [sym_break_statement] = STATE(47), - [sym_continue_statement] = STATE(47), - [sym_goto_statement] = STATE(47), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(47), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(47), - [sym_template_instantiation] = STATE(47), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(47), - [sym_operator_cast_declaration] = STATE(47), - [sym_constructor_or_destructor_definition] = STATE(47), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(47), - [sym_using_declaration] = STATE(47), - [sym_alias_declaration] = STATE(47), - [sym_static_assert_declaration] = STATE(47), - [sym_for_range_loop] = STATE(47), - [sym_co_return_statement] = STATE(47), - [sym_co_yield_statement] = STATE(47), - [sym_throw_statement] = STATE(47), - [sym_try_statement] = STATE(47), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(47), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [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(1285), + [sym__declaration_specifiers] = STATE(3013), + [sym_linkage_specification] = STATE(49), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1170), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3721), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(49), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1371), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(49), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(839), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(49), + [sym_template_instantiation] = STATE(49), + [sym_operator_cast] = STATE(4028), + [sym__constructor_specifiers] = STATE(839), + [sym_operator_cast_definition] = STATE(49), + [sym_operator_cast_declaration] = STATE(49), + [sym_constructor_or_destructor_definition] = STATE(49), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(49), + [sym_using_declaration] = STATE(49), + [sym_alias_declaration] = STATE(49), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4028), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(49), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(49), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(839), + [ts_builtin_sym_end] = ACTIONS(610), + [sym_identifier] = ACTIONS(878), + [aux_sym_preproc_include_token1] = ACTIONS(881), + [aux_sym_preproc_def_token1] = ACTIONS(884), + [aux_sym_preproc_if_token1] = ACTIONS(887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(890), + [aux_sym_preproc_ifdef_token2] = ACTIONS(890), + [sym_preproc_directive] = ACTIONS(893), + [anon_sym_LPAREN2] = ACTIONS(385), + [anon_sym_BANG] = ACTIONS(388), + [anon_sym_TILDE] = ACTIONS(391), + [anon_sym_DASH] = ACTIONS(394), + [anon_sym_PLUS] = ACTIONS(394), + [anon_sym_STAR] = ACTIONS(397), + [anon_sym_AMP_AMP] = ACTIONS(400), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_SEMI] = ACTIONS(896), + [anon_sym_typedef] = ACTIONS(899), + [anon_sym_extern] = ACTIONS(902), + [anon_sym___attribute__] = ACTIONS(415), + [anon_sym_COLON_COLON] = ACTIONS(418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(421), + [anon_sym___declspec] = ACTIONS(424), + [anon_sym___based] = ACTIONS(427), + [anon_sym___cdecl] = ACTIONS(430), + [anon_sym___clrcall] = ACTIONS(430), + [anon_sym___stdcall] = ACTIONS(430), + [anon_sym___fastcall] = ACTIONS(430), + [anon_sym___thiscall] = ACTIONS(430), + [anon_sym___vectorcall] = ACTIONS(430), + [anon_sym_LBRACE] = ACTIONS(905), + [anon_sym_LBRACK] = ACTIONS(436), + [anon_sym_static] = ACTIONS(439), + [anon_sym_register] = ACTIONS(439), + [anon_sym_inline] = ACTIONS(439), + [anon_sym_thread_local] = ACTIONS(439), + [anon_sym_const] = ACTIONS(442), + [anon_sym_volatile] = ACTIONS(442), + [anon_sym_restrict] = ACTIONS(442), + [anon_sym__Atomic] = ACTIONS(442), + [anon_sym_mutable] = ACTIONS(442), + [anon_sym_constexpr] = ACTIONS(442), + [anon_sym_signed] = ACTIONS(445), + [anon_sym_unsigned] = ACTIONS(445), + [anon_sym_long] = ACTIONS(445), + [anon_sym_short] = ACTIONS(445), + [sym_primitive_type] = ACTIONS(448), + [anon_sym_enum] = ACTIONS(451), + [anon_sym_class] = ACTIONS(454), + [anon_sym_struct] = ACTIONS(457), + [anon_sym_union] = ACTIONS(460), + [anon_sym_if] = ACTIONS(908), + [anon_sym_switch] = ACTIONS(911), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(917), + [anon_sym_while] = ACTIONS(920), + [anon_sym_do] = ACTIONS(923), + [anon_sym_for] = ACTIONS(926), + [anon_sym_return] = ACTIONS(929), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_goto] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(496), + [anon_sym_PLUS_PLUS] = ACTIONS(496), + [anon_sym_sizeof] = ACTIONS(499), + [sym_number_literal] = ACTIONS(502), + [anon_sym_L_SQUOTE] = ACTIONS(505), + [anon_sym_u_SQUOTE] = ACTIONS(505), + [anon_sym_U_SQUOTE] = ACTIONS(505), + [anon_sym_u8_SQUOTE] = ACTIONS(505), + [anon_sym_SQUOTE] = ACTIONS(505), + [anon_sym_L_DQUOTE] = ACTIONS(508), + [anon_sym_u_DQUOTE] = ACTIONS(508), + [anon_sym_U_DQUOTE] = ACTIONS(508), + [anon_sym_u8_DQUOTE] = ACTIONS(508), + [anon_sym_DQUOTE] = ACTIONS(508), + [sym_true] = ACTIONS(511), + [sym_false] = ACTIONS(511), + [sym_null] = ACTIONS(511), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(514), + [anon_sym_virtual] = ACTIONS(517), + [anon_sym_explicit] = ACTIONS(520), + [sym_auto] = ACTIONS(523), + [anon_sym_typename] = ACTIONS(526), + [anon_sym_template] = ACTIONS(941), + [anon_sym_operator] = ACTIONS(532), + [anon_sym_delete] = ACTIONS(535), + [anon_sym_throw] = ACTIONS(944), + [anon_sym_namespace] = ACTIONS(947), + [anon_sym_using] = ACTIONS(950), + [anon_sym_static_assert] = ACTIONS(953), + [anon_sym_co_return] = ACTIONS(956), + [anon_sym_co_yield] = ACTIONS(959), + [anon_sym_try] = ACTIONS(962), + [anon_sym_co_await] = ACTIONS(559), + [anon_sym_new] = ACTIONS(562), + [sym_this] = ACTIONS(511), + [sym_nullptr] = ACTIONS(511), + [sym_alone_macro] = ACTIONS(965), + [aux_sym_alone_macro_call_token1] = ACTIONS(968), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(571), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_FORWARD] = ACTIONS(571), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(571), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(571), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(571), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(571), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_PS_GET] = ACTIONS(571), + [anon_sym_PS_GET_AND_SET] = ACTIONS(571), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(571), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(571), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(571), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(574), + [anon_sym_MOZ_COLD] = ACTIONS(574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(574), + [anon_sym_MOZ_NONNULL] = ACTIONS(574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(574), + [anon_sym_MOZ_NORETURN] = ACTIONS(574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), + [anon_sym_MOZ_RAII] = ACTIONS(574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(574), + [sym_raw_string_literal] = ACTIONS(577), + }, + [50] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -39597,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(644), - [anon_sym_RBRACE] = ACTIONS(876), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(971), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39667,7 +40014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(239), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -39757,118 +40104,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [50] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [51] = { + [sym_preproc_include] = STATE(53), + [sym_preproc_def] = STATE(53), + [sym_preproc_function_def] = STATE(53), + [sym_preproc_call] = STATE(53), + [sym_preproc_if] = STATE(53), + [sym_preproc_ifdef] = STATE(53), + [sym_function_definition] = STATE(53), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(53), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_statement] = STATE(53), + [sym_case_statement] = STATE(53), + [sym_while_statement] = STATE(53), + [sym_do_statement] = STATE(53), + [sym_for_statement] = STATE(53), + [sym_return_statement] = STATE(53), + [sym_break_statement] = STATE(53), + [sym_continue_statement] = STATE(53), + [sym_goto_statement] = STATE(53), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(53), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(53), + [sym_template_instantiation] = STATE(53), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(53), + [sym_operator_cast_declaration] = STATE(53), + [sym_constructor_or_destructor_definition] = STATE(53), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(53), + [sym_using_declaration] = STATE(53), + [sym_alias_declaration] = STATE(53), + [sym_static_assert_declaration] = STATE(53), + [sym_for_range_loop] = STATE(53), + [sym_co_return_statement] = STATE(53), + [sym_co_yield_statement] = STATE(53), + [sym_throw_statement] = STATE(53), + [sym_try_statement] = STATE(53), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(53), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(53), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -39898,8 +40245,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(644), - [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(973), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39968,7 +40315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(975), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -40058,126 +40405,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [51] = { - [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(1295), - [sym__declaration_specifiers] = STATE(3045), - [sym_linkage_specification] = STATE(66), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(982), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3702), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1358), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(66), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(838), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(66), - [sym_template_instantiation] = STATE(66), - [sym_operator_cast] = STATE(4053), - [sym__constructor_specifiers] = STATE(838), - [sym_operator_cast_definition] = STATE(66), - [sym_operator_cast_declaration] = STATE(66), - [sym_constructor_or_destructor_definition] = STATE(66), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(66), - [sym_using_declaration] = STATE(66), - [sym_alias_declaration] = STATE(66), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4053), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(66), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(66), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(922), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(838), - [sym_identifier] = ACTIONS(580), - [aux_sym_preproc_include_token1] = ACTIONS(582), - [aux_sym_preproc_def_token1] = ACTIONS(584), - [aux_sym_preproc_if_token1] = ACTIONS(586), - [aux_sym_preproc_if_token2] = ACTIONS(880), - [aux_sym_preproc_ifdef_token1] = ACTIONS(590), - [aux_sym_preproc_ifdef_token2] = ACTIONS(590), - [sym_preproc_directive] = ACTIONS(592), + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(31), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(31), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(31), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(31), + [sym_template_instantiation] = STATE(31), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(31), + [sym_operator_cast_declaration] = STATE(31), + [sym_constructor_or_destructor_definition] = STATE(31), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(31), + [sym_using_declaration] = STATE(31), + [sym_alias_declaration] = STATE(31), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(31), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(31), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), + [sym_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [aux_sym_preproc_if_token1] = ACTIONS(157), + [aux_sym_preproc_ifdef_token1] = ACTIONS(159), + [aux_sym_preproc_ifdef_token2] = ACTIONS(159), + [sym_preproc_directive] = ACTIONS(161), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -40186,9 +40532,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(594), - [anon_sym_typedef] = ACTIONS(596), - [anon_sym_extern] = ACTIONS(598), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_typedef] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(167), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -40200,7 +40546,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(600), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(977), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40221,17 +40568,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(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -40255,22 +40602,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(624), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_namespace] = ACTIONS(628), - [anon_sym_using] = ACTIONS(630), - [anon_sym_static_assert] = ACTIONS(632), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_namespace] = ACTIONS(203), + [anon_sym_using] = ACTIONS(205), + [anon_sym_static_assert] = ACTIONS(207), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(882), - [aux_sym_alone_macro_call_token1] = ACTIONS(642), + [sym_alone_macro] = ACTIONS(979), + [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -40359,118 +40706,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [52] = { - [sym_preproc_include] = STATE(57), - [sym_preproc_def] = STATE(57), - [sym_preproc_function_def] = STATE(57), - [sym_preproc_call] = STATE(57), - [sym_preproc_if] = STATE(57), - [sym_preproc_ifdef] = STATE(57), - [sym_function_definition] = STATE(57), - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(57), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(57), - [sym_labeled_statement] = STATE(57), - [sym_expression_statement] = STATE(57), - [sym_if_statement] = STATE(57), - [sym_switch_statement] = STATE(57), - [sym_case_statement] = STATE(57), - [sym_while_statement] = STATE(57), - [sym_do_statement] = STATE(57), - [sym_for_statement] = STATE(57), - [sym_return_statement] = STATE(57), - [sym_break_statement] = STATE(57), - [sym_continue_statement] = STATE(57), - [sym_goto_statement] = STATE(57), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(57), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(57), - [sym_template_instantiation] = STATE(57), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(57), - [sym_operator_cast_declaration] = STATE(57), - [sym_constructor_or_destructor_definition] = STATE(57), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(57), - [sym_using_declaration] = STATE(57), - [sym_alias_declaration] = STATE(57), - [sym_static_assert_declaration] = STATE(57), - [sym_for_range_loop] = STATE(57), - [sym_co_return_statement] = STATE(57), - [sym_co_yield_statement] = STATE(57), - [sym_throw_statement] = STATE(57), - [sym_try_statement] = STATE(57), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(57), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(57), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [53] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -40500,8 +40847,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(644), - [anon_sym_RBRACE] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(981), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40570,7 +40917,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(886), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -40660,118 +41007,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [53] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(58), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(58), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(58), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(58), - [sym_template_instantiation] = STATE(58), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(58), - [sym_operator_cast_declaration] = STATE(58), - [sym_constructor_or_destructor_definition] = STATE(58), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(58), - [sym_using_declaration] = STATE(58), - [sym_alias_declaration] = STATE(58), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(58), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(58), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [54] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -40801,8 +41148,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(644), - [anon_sym_RBRACE] = ACTIONS(888), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(983), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40871,7 +41218,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(890), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -40961,118 +41308,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [54] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [55] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(54), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(54), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(54), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(54), + [sym_template_instantiation] = STATE(54), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(54), + [sym_operator_cast_declaration] = STATE(54), + [sym_constructor_or_destructor_definition] = STATE(54), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(54), + [sym_using_declaration] = STATE(54), + [sym_alias_declaration] = STATE(54), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(54), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(54), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -41102,8 +41449,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(644), - [anon_sym_RBRACE] = ACTIONS(892), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(985), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -41172,7 +41519,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(987), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -41262,118 +41609,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [55] = { - [sym_preproc_include] = STATE(59), - [sym_preproc_def] = STATE(59), - [sym_preproc_function_def] = STATE(59), - [sym_preproc_call] = STATE(59), - [sym_preproc_if] = STATE(59), - [sym_preproc_ifdef] = STATE(59), - [sym_function_definition] = STATE(59), - [sym_declaration] = STATE(59), - [sym_type_definition] = STATE(59), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(59), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(59), - [sym_labeled_statement] = STATE(59), - [sym_expression_statement] = STATE(59), - [sym_if_statement] = STATE(59), - [sym_switch_statement] = STATE(59), - [sym_case_statement] = STATE(59), - [sym_while_statement] = STATE(59), - [sym_do_statement] = STATE(59), - [sym_for_statement] = STATE(59), - [sym_return_statement] = STATE(59), - [sym_break_statement] = STATE(59), - [sym_continue_statement] = STATE(59), - [sym_goto_statement] = STATE(59), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(59), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(59), - [sym_template_instantiation] = STATE(59), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(59), - [sym_operator_cast_declaration] = STATE(59), - [sym_constructor_or_destructor_definition] = STATE(59), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(59), - [sym_using_declaration] = STATE(59), - [sym_alias_declaration] = STATE(59), - [sym_static_assert_declaration] = STATE(59), - [sym_for_range_loop] = STATE(59), - [sym_co_return_statement] = STATE(59), - [sym_co_yield_statement] = STATE(59), - [sym_throw_statement] = STATE(59), - [sym_try_statement] = STATE(59), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(59), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(59), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [56] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(58), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(58), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(58), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(58), + [sym_template_instantiation] = STATE(58), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(58), + [sym_operator_cast_declaration] = STATE(58), + [sym_constructor_or_destructor_definition] = STATE(58), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(58), + [sym_using_declaration] = STATE(58), + [sym_alias_declaration] = STATE(58), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(58), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(58), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -41403,8 +41750,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(644), - [anon_sym_RBRACE] = ACTIONS(894), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(989), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -41473,7 +41820,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(896), + [sym_alone_macro] = ACTIONS(991), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -41563,118 +41910,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [56] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(54), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(54), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(54), - [sym_template_instantiation] = STATE(54), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(54), - [sym_operator_cast_declaration] = STATE(54), - [sym_constructor_or_destructor_definition] = STATE(54), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(54), - [sym_using_declaration] = STATE(54), - [sym_alias_declaration] = STATE(54), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(54), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(54), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [57] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -41704,8 +42051,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(644), - [anon_sym_RBRACE] = ACTIONS(898), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(993), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -41774,7 +42121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(900), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -41864,118 +42211,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [57] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [58] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -42005,8 +42352,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(644), - [anon_sym_RBRACE] = ACTIONS(902), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42075,7 +42422,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -42165,125 +42512,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [58] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), - [sym_identifier] = ACTIONS(149), - [aux_sym_preproc_include_token1] = ACTIONS(151), - [aux_sym_preproc_def_token1] = ACTIONS(153), - [aux_sym_preproc_if_token1] = ACTIONS(157), - [aux_sym_preproc_ifdef_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token2] = ACTIONS(159), - [sym_preproc_directive] = ACTIONS(161), + [59] = { + [sym_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3058), + [sym_linkage_specification] = STATE(44), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1169), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3685), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1374), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_case_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(44), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(843), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(44), + [sym_template_instantiation] = STATE(44), + [sym_operator_cast] = STATE(4067), + [sym__constructor_specifiers] = STATE(843), + [sym_operator_cast_definition] = STATE(44), + [sym_operator_cast_declaration] = STATE(44), + [sym_constructor_or_destructor_definition] = STATE(44), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(44), + [sym_using_declaration] = STATE(44), + [sym_alias_declaration] = STATE(44), + [sym_static_assert_declaration] = STATE(44), + [sym_for_range_loop] = STATE(44), + [sym_co_return_statement] = STATE(44), + [sym_co_yield_statement] = STATE(44), + [sym_throw_statement] = STATE(44), + [sym_try_statement] = STATE(44), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4067), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(44), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(44), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(843), + [sym_identifier] = ACTIONS(812), + [aux_sym_preproc_include_token1] = ACTIONS(814), + [aux_sym_preproc_def_token1] = ACTIONS(816), + [aux_sym_preproc_if_token1] = ACTIONS(818), + [aux_sym_preproc_if_token2] = ACTIONS(997), + [aux_sym_preproc_ifdef_token1] = ACTIONS(822), + [aux_sym_preproc_ifdef_token2] = ACTIONS(822), + [sym_preproc_directive] = ACTIONS(824), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -42292,9 +42640,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(163), - [anon_sym_typedef] = ACTIONS(165), - [anon_sym_extern] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_typedef] = ACTIONS(828), + [anon_sym_extern] = ACTIONS(830), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -42306,8 +42654,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(644), - [anon_sym_RBRACE] = ACTIONS(904), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42328,17 +42675,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(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -42362,22 +42709,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(199), + [anon_sym_template] = ACTIONS(856), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_namespace] = ACTIONS(203), - [anon_sym_using] = ACTIONS(205), - [anon_sym_static_assert] = ACTIONS(207), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_namespace] = ACTIONS(860), + [anon_sym_using] = ACTIONS(862), + [anon_sym_static_assert] = ACTIONS(864), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), - [aux_sym_alone_macro_call_token1] = ACTIONS(217), + [sym_alone_macro] = ACTIONS(999), + [aux_sym_alone_macro_call_token1] = ACTIONS(874), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -42466,118 +42813,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [59] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [60] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(62), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(62), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(62), + [sym_template_instantiation] = STATE(62), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(62), + [sym_operator_cast_declaration] = STATE(62), + [sym_constructor_or_destructor_definition] = STATE(62), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(62), + [sym_using_declaration] = STATE(62), + [sym_alias_declaration] = STATE(62), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(62), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(62), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -42607,8 +42954,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(644), - [anon_sym_RBRACE] = ACTIONS(906), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1001), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42677,7 +43024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(215), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -42767,118 +43114,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [60] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(46), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(46), - [sym_template_instantiation] = STATE(46), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(46), - [sym_operator_cast_declaration] = STATE(46), - [sym_constructor_or_destructor_definition] = STATE(46), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(46), - [sym_using_declaration] = STATE(46), - [sym_alias_declaration] = STATE(46), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(46), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(46), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [61] = { + [sym_preproc_include] = STATE(64), + [sym_preproc_def] = STATE(64), + [sym_preproc_function_def] = STATE(64), + [sym_preproc_call] = STATE(64), + [sym_preproc_if] = STATE(64), + [sym_preproc_ifdef] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_declaration] = STATE(64), + [sym_type_definition] = STATE(64), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(64), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(64), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(64), + [sym_labeled_statement] = STATE(64), + [sym_expression_statement] = STATE(64), + [sym_if_statement] = STATE(64), + [sym_switch_statement] = STATE(64), + [sym_case_statement] = STATE(64), + [sym_while_statement] = STATE(64), + [sym_do_statement] = STATE(64), + [sym_for_statement] = STATE(64), + [sym_return_statement] = STATE(64), + [sym_break_statement] = STATE(64), + [sym_continue_statement] = STATE(64), + [sym_goto_statement] = STATE(64), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(64), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(64), + [sym_template_instantiation] = STATE(64), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(64), + [sym_operator_cast_declaration] = STATE(64), + [sym_constructor_or_destructor_definition] = STATE(64), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(64), + [sym_using_declaration] = STATE(64), + [sym_alias_declaration] = STATE(64), + [sym_static_assert_declaration] = STATE(64), + [sym_for_range_loop] = STATE(64), + [sym_co_return_statement] = STATE(64), + [sym_co_yield_statement] = STATE(64), + [sym_throw_statement] = STATE(64), + [sym_try_statement] = STATE(64), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(64), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(64), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -42908,8 +43255,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(644), - [anon_sym_RBRACE] = ACTIONS(908), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1003), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42978,7 +43325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(910), + [sym_alone_macro] = ACTIONS(1005), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -43068,118 +43415,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [61] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(32), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(32), - [sym_template_instantiation] = STATE(32), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(32), - [sym_operator_cast_declaration] = STATE(32), - [sym_constructor_or_destructor_definition] = STATE(32), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(32), - [sym_using_declaration] = STATE(32), - [sym_alias_declaration] = STATE(32), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(32), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [62] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -43209,8 +43556,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(644), - [anon_sym_RBRACE] = ACTIONS(912), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1007), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -43279,7 +43626,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(215), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -43369,118 +43716,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [62] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [63] = { + [sym_preproc_include] = STATE(57), + [sym_preproc_def] = STATE(57), + [sym_preproc_function_def] = STATE(57), + [sym_preproc_call] = STATE(57), + [sym_preproc_if] = STATE(57), + [sym_preproc_ifdef] = STATE(57), + [sym_function_definition] = STATE(57), + [sym_declaration] = STATE(57), + [sym_type_definition] = STATE(57), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(57), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(57), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(57), + [sym_labeled_statement] = STATE(57), + [sym_expression_statement] = STATE(57), + [sym_if_statement] = STATE(57), + [sym_switch_statement] = STATE(57), + [sym_case_statement] = STATE(57), + [sym_while_statement] = STATE(57), + [sym_do_statement] = STATE(57), + [sym_for_statement] = STATE(57), + [sym_return_statement] = STATE(57), + [sym_break_statement] = STATE(57), + [sym_continue_statement] = STATE(57), + [sym_goto_statement] = STATE(57), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(57), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(57), + [sym_template_instantiation] = STATE(57), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(57), + [sym_operator_cast_declaration] = STATE(57), + [sym_constructor_or_destructor_definition] = STATE(57), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(57), + [sym_using_declaration] = STATE(57), + [sym_alias_declaration] = STATE(57), + [sym_static_assert_declaration] = STATE(57), + [sym_for_range_loop] = STATE(57), + [sym_co_return_statement] = STATE(57), + [sym_co_yield_statement] = STATE(57), + [sym_throw_statement] = STATE(57), + [sym_try_statement] = STATE(57), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(57), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(57), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -43510,8 +43857,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(644), - [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1009), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -43580,7 +43927,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(1011), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -43670,118 +44017,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [63] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(48), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(48), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(48), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(48), - [sym_template_instantiation] = STATE(48), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(48), - [sym_operator_cast_declaration] = STATE(48), - [sym_constructor_or_destructor_definition] = STATE(48), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(48), - [sym_using_declaration] = STATE(48), - [sym_alias_declaration] = STATE(48), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(48), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(48), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [64] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -43811,8 +44158,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(644), - [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1013), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -43881,7 +44228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(918), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -43971,118 +44318,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [64] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(36), - [sym_using_declaration] = STATE(36), - [sym_alias_declaration] = STATE(36), - [sym_static_assert_declaration] = STATE(36), - [sym_for_range_loop] = STATE(36), - [sym_co_return_statement] = STATE(36), - [sym_co_yield_statement] = STATE(36), - [sym_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [65] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(29), + [sym_using_declaration] = STATE(29), + [sym_alias_declaration] = STATE(29), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -44112,8 +44459,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(644), - [anon_sym_RBRACE] = ACTIONS(920), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1015), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -44182,7 +44529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(648), + [sym_alone_macro] = ACTIONS(681), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -44272,118 +44619,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [65] = { - [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(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_linkage_specification] = STATE(62), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3696), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(62), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(836), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(62), - [sym_template_instantiation] = STATE(62), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(836), - [sym_operator_cast_definition] = STATE(62), - [sym_operator_cast_declaration] = STATE(62), - [sym_constructor_or_destructor_definition] = STATE(62), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(62), - [sym_using_declaration] = STATE(62), - [sym_alias_declaration] = STATE(62), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(62), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(62), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(920), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(836), + [66] = { + [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(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(685), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3706), + [sym_array_declarator] = STATE(3720), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__empty_declaration] = STATE(32), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(845), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(845), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2703), + [sym_namespace_definition] = STATE(32), + [sym_using_declaration] = STATE(32), + [sym_alias_declaration] = STATE(32), + [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3456), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(1477), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym_alone_macro_call] = STATE(32), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(845), [sym_identifier] = ACTIONS(149), [aux_sym_preproc_include_token1] = ACTIONS(151), [aux_sym_preproc_def_token1] = ACTIONS(153), @@ -44413,8 +44760,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(644), - [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1017), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -44483,7 +44830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(924), + [sym_alone_macro] = ACTIONS(221), [aux_sym_alone_macro_call_token1] = ACTIONS(217), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), @@ -44573,324 +44920,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [66] = { - [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(1295), - [sym__declaration_specifiers] = STATE(3045), - [sym_linkage_specification] = STATE(66), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(982), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3702), - [sym_array_declarator] = STATE(3712), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1358), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__empty_declaration] = STATE(66), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(838), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(66), - [sym_template_instantiation] = STATE(66), - [sym_operator_cast] = STATE(4053), - [sym__constructor_specifiers] = STATE(838), - [sym_operator_cast_definition] = STATE(66), - [sym_operator_cast_declaration] = STATE(66), - [sym_constructor_or_destructor_definition] = STATE(66), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2710), - [sym_namespace_definition] = STATE(66), - [sym_using_declaration] = STATE(66), - [sym_alias_declaration] = STATE(66), - [sym_static_assert_declaration] = 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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3453), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(1458), - [sym_qualified_operator_cast_identifier] = STATE(4053), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym_alone_macro_call] = STATE(66), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym_translation_unit_repeat1] = STATE(66), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(922), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(838), - [sym_identifier] = ACTIONS(926), - [aux_sym_preproc_include_token1] = ACTIONS(929), - [aux_sym_preproc_def_token1] = ACTIONS(932), - [aux_sym_preproc_if_token1] = ACTIONS(935), - [aux_sym_preproc_if_token2] = ACTIONS(377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(938), - [sym_preproc_directive] = ACTIONS(941), - [anon_sym_LPAREN2] = ACTIONS(385), - [anon_sym_BANG] = ACTIONS(388), - [anon_sym_TILDE] = ACTIONS(391), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_AMP_AMP] = ACTIONS(400), - [anon_sym_AMP] = ACTIONS(403), - [anon_sym_SEMI] = ACTIONS(944), - [anon_sym_typedef] = ACTIONS(947), - [anon_sym_extern] = ACTIONS(950), - [anon_sym___attribute__] = ACTIONS(415), - [anon_sym_COLON_COLON] = ACTIONS(418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(421), - [anon_sym___declspec] = ACTIONS(424), - [anon_sym___based] = ACTIONS(427), - [anon_sym___cdecl] = ACTIONS(430), - [anon_sym___clrcall] = ACTIONS(430), - [anon_sym___stdcall] = ACTIONS(430), - [anon_sym___fastcall] = ACTIONS(430), - [anon_sym___thiscall] = ACTIONS(430), - [anon_sym___vectorcall] = ACTIONS(430), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LBRACK] = ACTIONS(436), - [anon_sym_static] = ACTIONS(439), - [anon_sym_register] = ACTIONS(439), - [anon_sym_inline] = ACTIONS(439), - [anon_sym_thread_local] = ACTIONS(439), - [anon_sym_const] = ACTIONS(442), - [anon_sym_volatile] = ACTIONS(442), - [anon_sym_restrict] = ACTIONS(442), - [anon_sym__Atomic] = ACTIONS(442), - [anon_sym_mutable] = ACTIONS(442), - [anon_sym_constexpr] = ACTIONS(442), - [anon_sym_signed] = ACTIONS(445), - [anon_sym_unsigned] = ACTIONS(445), - [anon_sym_long] = ACTIONS(445), - [anon_sym_short] = ACTIONS(445), - [sym_primitive_type] = ACTIONS(448), - [anon_sym_enum] = ACTIONS(451), - [anon_sym_class] = ACTIONS(454), - [anon_sym_struct] = ACTIONS(457), - [anon_sym_union] = ACTIONS(460), - [anon_sym_if] = ACTIONS(956), - [anon_sym_switch] = ACTIONS(959), - [anon_sym_case] = ACTIONS(962), - [anon_sym_default] = ACTIONS(965), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(971), - [anon_sym_for] = ACTIONS(974), - [anon_sym_return] = ACTIONS(977), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(983), - [anon_sym_goto] = ACTIONS(986), - [anon_sym_DASH_DASH] = ACTIONS(496), - [anon_sym_PLUS_PLUS] = ACTIONS(496), - [anon_sym_sizeof] = ACTIONS(499), - [sym_number_literal] = ACTIONS(502), - [anon_sym_L_SQUOTE] = ACTIONS(505), - [anon_sym_u_SQUOTE] = ACTIONS(505), - [anon_sym_U_SQUOTE] = ACTIONS(505), - [anon_sym_u8_SQUOTE] = ACTIONS(505), - [anon_sym_SQUOTE] = ACTIONS(505), - [anon_sym_L_DQUOTE] = ACTIONS(508), - [anon_sym_u_DQUOTE] = ACTIONS(508), - [anon_sym_U_DQUOTE] = ACTIONS(508), - [anon_sym_u8_DQUOTE] = ACTIONS(508), - [anon_sym_DQUOTE] = ACTIONS(508), - [sym_true] = ACTIONS(511), - [sym_false] = ACTIONS(511), - [sym_null] = ACTIONS(511), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(514), - [anon_sym_virtual] = ACTIONS(517), - [anon_sym_explicit] = ACTIONS(520), - [sym_auto] = ACTIONS(523), - [anon_sym_typename] = ACTIONS(526), - [anon_sym_template] = ACTIONS(989), - [anon_sym_operator] = ACTIONS(532), - [anon_sym_delete] = ACTIONS(535), - [anon_sym_throw] = ACTIONS(992), - [anon_sym_namespace] = ACTIONS(995), - [anon_sym_using] = ACTIONS(998), - [anon_sym_static_assert] = ACTIONS(1001), - [anon_sym_co_return] = ACTIONS(1004), - [anon_sym_co_yield] = ACTIONS(1007), - [anon_sym_try] = ACTIONS(1010), - [anon_sym_co_await] = ACTIONS(559), - [anon_sym_new] = ACTIONS(562), - [sym_this] = ACTIONS(511), - [sym_nullptr] = ACTIONS(511), - [sym_alone_macro] = ACTIONS(1013), - [aux_sym_alone_macro_call_token1] = ACTIONS(1016), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(571), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_FORWARD] = ACTIONS(571), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(571), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(571), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(571), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(571), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_PS_GET] = ACTIONS(571), - [anon_sym_PS_GET_AND_SET] = ACTIONS(571), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(571), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(571), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(571), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(574), - [anon_sym_MOZ_COLD] = ACTIONS(574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(574), - [anon_sym_MOZ_NONNULL] = ACTIONS(574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(574), - [anon_sym_MOZ_NORETURN] = ACTIONS(574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(574), - [anon_sym_MOZ_RAII] = ACTIONS(574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(574), - [sym_raw_string_literal] = ACTIONS(577), - }, [67] = { [sym_declaration] = STATE(68), [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3070), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3095), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(68), [sym_labeled_statement] = STATE(68), [sym_expression_statement] = STATE(68), [sym_if_statement] = STATE(68), @@ -44902,52 +44948,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(68), [sym_continue_statement] = STATE(68), [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1145), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [aux_sym_case_statement_repeat1] = STATE(68), [sym_identifier] = ACTIONS(1019), [aux_sym_preproc_include_token1] = ACTIONS(1021), @@ -45142,97 +45188,364 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [68] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3070), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1145), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(69), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3095), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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_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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(68), + [sym_identifier] = ACTIONS(1037), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token2] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [aux_sym_preproc_else_token1] = ACTIONS(1040), + [aux_sym_preproc_elif_token1] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1045), + [anon_sym_TILDE] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1051), + [anon_sym_AMP_AMP] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_typedef] = ACTIONS(1062), + [anon_sym_extern] = ACTIONS(1065), + [anon_sym___attribute__] = ACTIONS(1068), + [anon_sym_COLON_COLON] = ACTIONS(1071), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), + [anon_sym___declspec] = ACTIONS(1077), + [anon_sym___based] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1080), + [anon_sym_LBRACK] = ACTIONS(1083), + [anon_sym_static] = ACTIONS(1065), + [anon_sym_register] = ACTIONS(1065), + [anon_sym_inline] = ACTIONS(1065), + [anon_sym_thread_local] = ACTIONS(1065), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym__Atomic] = ACTIONS(1086), + [anon_sym_mutable] = ACTIONS(1086), + [anon_sym_constexpr] = ACTIONS(1086), + [anon_sym_signed] = ACTIONS(1089), + [anon_sym_unsigned] = ACTIONS(1089), + [anon_sym_long] = ACTIONS(1089), + [anon_sym_short] = ACTIONS(1089), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1095), + [anon_sym_class] = ACTIONS(1098), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_union] = ACTIONS(1104), + [anon_sym_if] = ACTIONS(1107), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1110), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1113), + [anon_sym_do] = ACTIONS(1116), + [anon_sym_for] = ACTIONS(1119), + [anon_sym_return] = ACTIONS(1122), + [anon_sym_break] = ACTIONS(1125), + [anon_sym_continue] = ACTIONS(1128), + [anon_sym_goto] = ACTIONS(1131), + [anon_sym_DASH_DASH] = ACTIONS(1134), + [anon_sym_PLUS_PLUS] = ACTIONS(1134), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1143), + [anon_sym_u_SQUOTE] = ACTIONS(1143), + [anon_sym_U_SQUOTE] = ACTIONS(1143), + [anon_sym_u8_SQUOTE] = ACTIONS(1143), + [anon_sym_SQUOTE] = ACTIONS(1143), + [anon_sym_L_DQUOTE] = ACTIONS(1146), + [anon_sym_u_DQUOTE] = ACTIONS(1146), + [anon_sym_U_DQUOTE] = ACTIONS(1146), + [anon_sym_u8_DQUOTE] = ACTIONS(1146), + [anon_sym_DQUOTE] = ACTIONS(1146), + [sym_true] = ACTIONS(1149), + [sym_false] = ACTIONS(1149), + [sym_null] = ACTIONS(1149), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1155), + [anon_sym_explicit] = ACTIONS(1040), + [sym_auto] = ACTIONS(1158), + [anon_sym_typename] = ACTIONS(1161), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_operator] = ACTIONS(1040), + [anon_sym_delete] = ACTIONS(1167), + [anon_sym_throw] = ACTIONS(1170), + [anon_sym_namespace] = ACTIONS(1040), + [anon_sym_using] = ACTIONS(1040), + [anon_sym_static_assert] = ACTIONS(1040), + [anon_sym_co_return] = ACTIONS(1173), + [anon_sym_co_yield] = ACTIONS(1176), + [anon_sym_try] = ACTIONS(1179), + [anon_sym_co_await] = ACTIONS(1182), + [anon_sym_new] = ACTIONS(1185), + [sym_this] = ACTIONS(1149), + [sym_nullptr] = ACTIONS(1149), + [sym_alone_macro] = ACTIONS(1054), + [aux_sym_alone_macro_call_token1] = ACTIONS(1040), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_FORWARD] = ACTIONS(1188), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1188), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_PS_GET] = ACTIONS(1188), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1188), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1188), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1191), + [anon_sym_MOZ_COLD] = ACTIONS(1191), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1191), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1191), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1191), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1191), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1191), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1191), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1191), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1191), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1191), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1191), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1191), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1191), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_RAII] = ACTIONS(1191), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1191), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1191), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1191), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1191), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1191), + [sym_raw_string_literal] = ACTIONS(1194), + }, + [69] = { + [sym_declaration] = STATE(71), + [sym_type_definition] = STATE(71), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3095), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(71), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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_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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(71), [sym_identifier] = ACTIONS(1019), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token2] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [aux_sym_preproc_else_token1] = ACTIONS(1037), - [aux_sym_preproc_elif_token1] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [aux_sym_preproc_include_token1] = ACTIONS(1197), + [aux_sym_preproc_def_token1] = ACTIONS(1197), + [aux_sym_preproc_if_token1] = ACTIONS(1197), + [aux_sym_preproc_if_token2] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1197), + [aux_sym_preproc_else_token1] = ACTIONS(1197), + [aux_sym_preproc_elif_token1] = ACTIONS(1197), + [sym_preproc_directive] = ACTIONS(1197), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_AMP_AMP] = ACTIONS(1199), [anon_sym_AMP] = ACTIONS(1029), [anon_sym_SEMI] = ACTIONS(263), [anon_sym_typedef] = ACTIONS(265), @@ -45241,13 +45554,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1037), - [anon_sym___cdecl] = ACTIONS(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), + [anon_sym___based] = ACTIONS(1197), + [anon_sym___cdecl] = ACTIONS(1197), + [anon_sym___clrcall] = ACTIONS(1197), + [anon_sym___stdcall] = ACTIONS(1197), + [anon_sym___fastcall] = ACTIONS(1197), + [anon_sym___thiscall] = ACTIONS(1197), + [anon_sym___vectorcall] = ACTIONS(1197), [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), @@ -45270,10 +45583,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(271), - [anon_sym_else] = ACTIONS(1037), + [anon_sym_else] = ACTIONS(1197), [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), + [anon_sym_case] = ACTIONS(1197), + [anon_sym_default] = ACTIONS(1197), [anon_sym_while] = ACTIONS(279), [anon_sym_do] = ACTIONS(281), [anon_sym_for] = ACTIONS(283), @@ -45301,16 +45614,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1037), + [anon_sym_explicit] = ACTIONS(1197), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1037), + [anon_sym_operator] = ACTIONS(1197), [anon_sym_delete] = ACTIONS(119), [anon_sym_throw] = ACTIONS(295), - [anon_sym_namespace] = ACTIONS(1037), - [anon_sym_using] = ACTIONS(1037), - [anon_sym_static_assert] = ACTIONS(1037), + [anon_sym_namespace] = ACTIONS(1197), + [anon_sym_using] = ACTIONS(1197), + [anon_sym_static_assert] = ACTIONS(1197), [anon_sym_co_return] = ACTIONS(303), [anon_sym_co_yield] = ACTIONS(305), [anon_sym_try] = ACTIONS(307), @@ -45318,8 +45631,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1039), - [aux_sym_alone_macro_call_token1] = ACTIONS(1037), + [sym_alone_macro] = ACTIONS(1199), + [aux_sym_alone_macro_call_token1] = ACTIONS(1197), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -45408,348 +45721,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [69] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3070), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1145), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(69), - [sym_identifier] = ACTIONS(1041), - [aux_sym_preproc_include_token1] = ACTIONS(1044), - [aux_sym_preproc_def_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token2] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), - [aux_sym_preproc_else_token1] = ACTIONS(1044), - [aux_sym_preproc_elif_token1] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_LPAREN2] = ACTIONS(1046), - [anon_sym_BANG] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1055), - [anon_sym_AMP_AMP] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1060), - [anon_sym_SEMI] = ACTIONS(1063), - [anon_sym_typedef] = ACTIONS(1066), - [anon_sym_extern] = ACTIONS(1069), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_COLON_COLON] = ACTIONS(1075), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1081), - [anon_sym___based] = ACTIONS(1044), - [anon_sym___cdecl] = ACTIONS(1044), - [anon_sym___clrcall] = ACTIONS(1044), - [anon_sym___stdcall] = ACTIONS(1044), - [anon_sym___fastcall] = ACTIONS(1044), - [anon_sym___thiscall] = ACTIONS(1044), - [anon_sym___vectorcall] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1084), - [anon_sym_LBRACK] = ACTIONS(1087), - [anon_sym_static] = ACTIONS(1069), - [anon_sym_register] = ACTIONS(1069), - [anon_sym_inline] = ACTIONS(1069), - [anon_sym_thread_local] = ACTIONS(1069), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym_mutable] = ACTIONS(1090), - [anon_sym_constexpr] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1093), - [anon_sym_unsigned] = ACTIONS(1093), - [anon_sym_long] = ACTIONS(1093), - [anon_sym_short] = ACTIONS(1093), - [sym_primitive_type] = ACTIONS(1096), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_class] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1105), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1111), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(1120), - [anon_sym_for] = ACTIONS(1123), - [anon_sym_return] = ACTIONS(1126), - [anon_sym_break] = ACTIONS(1129), - [anon_sym_continue] = ACTIONS(1132), - [anon_sym_goto] = ACTIONS(1135), - [anon_sym_DASH_DASH] = ACTIONS(1138), - [anon_sym_PLUS_PLUS] = ACTIONS(1138), - [anon_sym_sizeof] = ACTIONS(1141), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1147), - [anon_sym_u_SQUOTE] = ACTIONS(1147), - [anon_sym_U_SQUOTE] = ACTIONS(1147), - [anon_sym_u8_SQUOTE] = ACTIONS(1147), - [anon_sym_SQUOTE] = ACTIONS(1147), - [anon_sym_L_DQUOTE] = ACTIONS(1150), - [anon_sym_u_DQUOTE] = ACTIONS(1150), - [anon_sym_U_DQUOTE] = ACTIONS(1150), - [anon_sym_u8_DQUOTE] = ACTIONS(1150), - [anon_sym_DQUOTE] = ACTIONS(1150), - [sym_true] = ACTIONS(1153), - [sym_false] = ACTIONS(1153), - [sym_null] = ACTIONS(1153), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1156), - [anon_sym_virtual] = ACTIONS(1159), - [anon_sym_explicit] = ACTIONS(1044), - [sym_auto] = ACTIONS(1162), - [anon_sym_typename] = ACTIONS(1165), - [anon_sym_template] = ACTIONS(1168), - [anon_sym_operator] = ACTIONS(1044), - [anon_sym_delete] = ACTIONS(1171), - [anon_sym_throw] = ACTIONS(1174), - [anon_sym_namespace] = ACTIONS(1044), - [anon_sym_using] = ACTIONS(1044), - [anon_sym_static_assert] = ACTIONS(1044), - [anon_sym_co_return] = ACTIONS(1177), - [anon_sym_co_yield] = ACTIONS(1180), - [anon_sym_try] = ACTIONS(1183), - [anon_sym_co_await] = ACTIONS(1186), - [anon_sym_new] = ACTIONS(1189), - [sym_this] = ACTIONS(1153), - [sym_nullptr] = ACTIONS(1153), - [sym_alone_macro] = ACTIONS(1058), - [aux_sym_alone_macro_call_token1] = ACTIONS(1044), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_FORWARD] = ACTIONS(1192), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1192), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_PS_GET] = ACTIONS(1192), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1192), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1192), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1195), - [anon_sym_MOZ_COLD] = ACTIONS(1195), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1195), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1195), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1195), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1195), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1195), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1195), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1195), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1195), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1195), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1195), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1195), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1195), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_RAII] = ACTIONS(1195), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1195), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1195), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1195), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1195), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1195), - [sym_raw_string_literal] = ACTIONS(1198), - }, [70] = { - [sym_declaration] = STATE(71), - [sym_type_definition] = STATE(71), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3070), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(71), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(71), - [sym_labeled_statement] = STATE(71), - [sym_expression_statement] = STATE(71), - [sym_if_statement] = STATE(71), - [sym_switch_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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1145), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(71), + [sym_declaration] = STATE(67), + [sym_type_definition] = STATE(67), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3095), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(67), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(67), + [sym_labeled_statement] = STATE(67), + [sym_expression_statement] = STATE(67), + [sym_if_statement] = STATE(67), + [sym_switch_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_do_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_return_statement] = STATE(67), + [sym_break_statement] = STATE(67), + [sym_continue_statement] = STATE(67), + [sym_goto_statement] = STATE(67), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(67), + [sym_co_return_statement] = STATE(67), + [sym_co_yield_statement] = STATE(67), + [sym_throw_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(67), [sym_identifier] = ACTIONS(1019), [aux_sym_preproc_include_token1] = ACTIONS(1201), [aux_sym_preproc_def_token1] = ACTIONS(1201), @@ -45943,80 +45989,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [71] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3070), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_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(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1145), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(69), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3095), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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_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(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(68), [sym_identifier] = ACTIONS(1019), [aux_sym_preproc_include_token1] = ACTIONS(1205), [aux_sym_preproc_def_token1] = ACTIONS(1205), @@ -46210,95 +46256,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [72] = { - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3085), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(73), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(73), - [sym_labeled_statement] = STATE(73), - [sym_expression_statement] = STATE(73), - [sym_if_statement] = STATE(73), - [sym_switch_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1201), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(73), - [ts_builtin_sym_end] = ACTIONS(1203), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2971), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(85), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(85), + [ts_builtin_sym_end] = ACTIONS(1027), [sym_identifier] = ACTIONS(1209), - [aux_sym_preproc_include_token1] = ACTIONS(1201), - [aux_sym_preproc_def_token1] = ACTIONS(1201), - [aux_sym_preproc_if_token1] = ACTIONS(1201), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1201), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1201), - [sym_preproc_directive] = ACTIONS(1201), + [aux_sym_preproc_include_token1] = ACTIONS(1021), + [aux_sym_preproc_def_token1] = ACTIONS(1021), + [aux_sym_preproc_if_token1] = ACTIONS(1021), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1021), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1021), + [sym_preproc_directive] = ACTIONS(1021), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_AMP_AMP] = ACTIONS(1027), [anon_sym_AMP] = ACTIONS(1029), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_typedef] = ACTIONS(35), @@ -46307,13 +46353,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1201), - [anon_sym___cdecl] = ACTIONS(1201), - [anon_sym___clrcall] = ACTIONS(1201), - [anon_sym___stdcall] = ACTIONS(1201), - [anon_sym___fastcall] = ACTIONS(1201), - [anon_sym___thiscall] = ACTIONS(1201), - [anon_sym___vectorcall] = ACTIONS(1201), + [anon_sym___based] = ACTIONS(1021), + [anon_sym___cdecl] = ACTIONS(1021), + [anon_sym___clrcall] = ACTIONS(1021), + [anon_sym___stdcall] = ACTIONS(1021), + [anon_sym___fastcall] = ACTIONS(1021), + [anon_sym___thiscall] = ACTIONS(1021), + [anon_sym___vectorcall] = ACTIONS(1021), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), @@ -46336,10 +46382,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(1201), + [anon_sym_else] = ACTIONS(1021), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1201), - [anon_sym_default] = ACTIONS(1201), + [anon_sym_case] = ACTIONS(1021), + [anon_sym_default] = ACTIONS(1021), [anon_sym_while] = ACTIONS(79), [anon_sym_do] = ACTIONS(81), [anon_sym_for] = ACTIONS(83), @@ -46367,16 +46413,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1201), + [anon_sym_explicit] = ACTIONS(1021), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1201), + [anon_sym_operator] = ACTIONS(1021), [anon_sym_delete] = ACTIONS(119), [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1201), - [anon_sym_using] = ACTIONS(1201), - [anon_sym_static_assert] = ACTIONS(1201), + [anon_sym_namespace] = ACTIONS(1021), + [anon_sym_using] = ACTIONS(1021), + [anon_sym_static_assert] = ACTIONS(1021), [anon_sym_co_return] = ACTIONS(129), [anon_sym_co_yield] = ACTIONS(131), [anon_sym_try] = ACTIONS(133), @@ -46384,8 +46430,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1203), - [aux_sym_alone_macro_call_token1] = ACTIONS(1201), + [sym_alone_macro] = ACTIONS(1027), + [aux_sym_alone_macro_call_token1] = ACTIONS(1021), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -46475,111 +46521,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [73] = { - [sym_declaration] = STATE(76), - [sym_type_definition] = STATE(76), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3085), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(76), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(76), - [sym_labeled_statement] = STATE(76), - [sym_expression_statement] = STATE(76), - [sym_if_statement] = STATE(76), - [sym_switch_statement] = STATE(76), - [sym_while_statement] = STATE(76), - [sym_do_statement] = STATE(76), - [sym_for_statement] = STATE(76), - [sym_return_statement] = STATE(76), - [sym_break_statement] = STATE(76), - [sym_continue_statement] = STATE(76), - [sym_goto_statement] = STATE(76), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(76), - [sym_co_return_statement] = STATE(76), - [sym_co_yield_statement] = STATE(76), - [sym_throw_statement] = STATE(76), - [sym_try_statement] = STATE(76), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1201), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(76), - [ts_builtin_sym_end] = ACTIONS(1207), - [sym_identifier] = ACTIONS(1209), - [aux_sym_preproc_include_token1] = ACTIONS(1205), - [aux_sym_preproc_def_token1] = ACTIONS(1205), - [aux_sym_preproc_if_token1] = ACTIONS(1205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1205), - [sym_preproc_directive] = ACTIONS(1205), + [sym_declaration] = STATE(77), + [sym_type_definition] = STATE(77), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2987), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(77), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(1211), + [aux_sym_preproc_include_token1] = ACTIONS(1021), + [aux_sym_preproc_def_token1] = ACTIONS(1021), + [aux_sym_preproc_if_token1] = ACTIONS(1021), + [aux_sym_preproc_if_token2] = ACTIONS(1021), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1021), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1021), + [sym_preproc_directive] = ACTIONS(1021), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1207), + [anon_sym_AMP_AMP] = ACTIONS(1027), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_typedef] = ACTIONS(828), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1205), - [anon_sym___cdecl] = ACTIONS(1205), - [anon_sym___clrcall] = ACTIONS(1205), - [anon_sym___stdcall] = ACTIONS(1205), - [anon_sym___fastcall] = ACTIONS(1205), - [anon_sym___thiscall] = ACTIONS(1205), - [anon_sym___vectorcall] = ACTIONS(1205), - [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym___based] = ACTIONS(1021), + [anon_sym___cdecl] = ACTIONS(1021), + [anon_sym___clrcall] = ACTIONS(1021), + [anon_sym___stdcall] = ACTIONS(1021), + [anon_sym___fastcall] = ACTIONS(1021), + [anon_sym___thiscall] = ACTIONS(1021), + [anon_sym___vectorcall] = ACTIONS(1021), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -46600,18 +46646,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(1205), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1205), - [anon_sym_default] = ACTIONS(1205), - [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(834), + [anon_sym_else] = ACTIONS(1021), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(1021), + [anon_sym_default] = ACTIONS(1021), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -46632,25 +46678,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1205), + [anon_sym_explicit] = ACTIONS(1021), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1205), + [anon_sym_operator] = ACTIONS(1021), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1205), - [anon_sym_using] = ACTIONS(1205), - [anon_sym_static_assert] = ACTIONS(1205), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_namespace] = ACTIONS(1021), + [anon_sym_using] = ACTIONS(1021), + [anon_sym_static_assert] = ACTIONS(1021), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1207), - [aux_sym_alone_macro_call_token1] = ACTIONS(1205), + [sym_alone_macro] = ACTIONS(1027), + [aux_sym_alone_macro_call_token1] = ACTIONS(1021), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -46740,376 +46786,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [74] = { - [sym_declaration] = STATE(74), - [sym_type_definition] = STATE(74), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2946), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(74), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(74), - [sym_labeled_statement] = STATE(74), - [sym_expression_statement] = STATE(74), - [sym_if_statement] = STATE(74), - [sym_switch_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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1160), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(74), - [sym_identifier] = ACTIONS(1211), - [aux_sym_preproc_include_token1] = ACTIONS(1044), - [aux_sym_preproc_def_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token2] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_LPAREN2] = ACTIONS(1046), - [anon_sym_BANG] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1055), - [anon_sym_AMP_AMP] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1060), - [anon_sym_SEMI] = ACTIONS(1214), - [anon_sym_typedef] = ACTIONS(1217), - [anon_sym_extern] = ACTIONS(1069), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_COLON_COLON] = ACTIONS(1075), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1081), - [anon_sym___based] = ACTIONS(1044), - [anon_sym___cdecl] = ACTIONS(1044), - [anon_sym___clrcall] = ACTIONS(1044), - [anon_sym___stdcall] = ACTIONS(1044), - [anon_sym___fastcall] = ACTIONS(1044), - [anon_sym___thiscall] = ACTIONS(1044), - [anon_sym___vectorcall] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1220), - [anon_sym_LBRACK] = ACTIONS(1087), - [anon_sym_static] = ACTIONS(1069), - [anon_sym_register] = ACTIONS(1069), - [anon_sym_inline] = ACTIONS(1069), - [anon_sym_thread_local] = ACTIONS(1069), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym_mutable] = ACTIONS(1090), - [anon_sym_constexpr] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1093), - [anon_sym_unsigned] = ACTIONS(1093), - [anon_sym_long] = ACTIONS(1093), - [anon_sym_short] = ACTIONS(1093), - [sym_primitive_type] = ACTIONS(1096), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_class] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1105), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1223), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1226), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1229), - [anon_sym_do] = ACTIONS(1232), - [anon_sym_for] = ACTIONS(1235), - [anon_sym_return] = ACTIONS(1238), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1244), - [anon_sym_goto] = ACTIONS(1247), - [anon_sym_DASH_DASH] = ACTIONS(1138), - [anon_sym_PLUS_PLUS] = ACTIONS(1138), - [anon_sym_sizeof] = ACTIONS(1141), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1147), - [anon_sym_u_SQUOTE] = ACTIONS(1147), - [anon_sym_U_SQUOTE] = ACTIONS(1147), - [anon_sym_u8_SQUOTE] = ACTIONS(1147), - [anon_sym_SQUOTE] = ACTIONS(1147), - [anon_sym_L_DQUOTE] = ACTIONS(1150), - [anon_sym_u_DQUOTE] = ACTIONS(1150), - [anon_sym_U_DQUOTE] = ACTIONS(1150), - [anon_sym_u8_DQUOTE] = ACTIONS(1150), - [anon_sym_DQUOTE] = ACTIONS(1150), - [sym_true] = ACTIONS(1153), - [sym_false] = ACTIONS(1153), - [sym_null] = ACTIONS(1153), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1156), - [anon_sym_virtual] = ACTIONS(1159), - [anon_sym_explicit] = ACTIONS(1044), - [sym_auto] = ACTIONS(1162), - [anon_sym_typename] = ACTIONS(1165), - [anon_sym_template] = ACTIONS(1168), - [anon_sym_operator] = ACTIONS(1044), - [anon_sym_delete] = ACTIONS(1171), - [anon_sym_throw] = ACTIONS(1250), - [anon_sym_namespace] = ACTIONS(1044), - [anon_sym_using] = ACTIONS(1044), - [anon_sym_static_assert] = ACTIONS(1044), - [anon_sym_co_return] = ACTIONS(1253), - [anon_sym_co_yield] = ACTIONS(1256), - [anon_sym_try] = ACTIONS(1259), - [anon_sym_co_await] = ACTIONS(1186), - [anon_sym_new] = ACTIONS(1189), - [sym_this] = ACTIONS(1153), - [sym_nullptr] = ACTIONS(1153), - [sym_alone_macro] = ACTIONS(1058), - [aux_sym_alone_macro_call_token1] = ACTIONS(1044), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_FORWARD] = ACTIONS(1192), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1192), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_PS_GET] = ACTIONS(1192), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1192), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1192), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1195), - [anon_sym_MOZ_COLD] = ACTIONS(1195), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1195), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1195), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1195), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1195), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1195), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1195), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1195), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1195), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1195), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1195), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1195), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1195), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_RAII] = ACTIONS(1195), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1195), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1195), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1195), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1195), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1195), - [sym_raw_string_literal] = ACTIONS(1198), - }, - [75] = { - [sym_declaration] = STATE(74), - [sym_type_definition] = STATE(74), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2946), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(74), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(74), - [sym_labeled_statement] = STATE(74), - [sym_expression_statement] = STATE(74), - [sym_if_statement] = STATE(74), - [sym_switch_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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1160), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(74), - [sym_identifier] = ACTIONS(1262), - [aux_sym_preproc_include_token1] = ACTIONS(1205), - [aux_sym_preproc_def_token1] = ACTIONS(1205), - [aux_sym_preproc_if_token1] = ACTIONS(1205), - [aux_sym_preproc_if_token2] = ACTIONS(1205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1205), - [sym_preproc_directive] = ACTIONS(1205), + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3089), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(1021), + [aux_sym_preproc_def_token1] = ACTIONS(1021), + [aux_sym_preproc_if_token1] = ACTIONS(1021), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1021), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1021), + [sym_preproc_directive] = ACTIONS(1021), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1207), + [anon_sym_AMP_AMP] = ACTIONS(1027), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_typedef] = ACTIONS(596), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_typedef] = ACTIONS(165), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1205), - [anon_sym___cdecl] = ACTIONS(1205), - [anon_sym___clrcall] = ACTIONS(1205), - [anon_sym___stdcall] = ACTIONS(1205), - [anon_sym___fastcall] = ACTIONS(1205), - [anon_sym___thiscall] = ACTIONS(1205), - [anon_sym___vectorcall] = ACTIONS(1205), - [anon_sym_LBRACE] = ACTIONS(600), + [anon_sym___based] = ACTIONS(1021), + [anon_sym___cdecl] = ACTIONS(1021), + [anon_sym___clrcall] = ACTIONS(1021), + [anon_sym___stdcall] = ACTIONS(1021), + [anon_sym___fastcall] = ACTIONS(1021), + [anon_sym___thiscall] = ACTIONS(1021), + [anon_sym___vectorcall] = ACTIONS(1021), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1027), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -47130,18 +46911,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(602), - [anon_sym_else] = ACTIONS(1205), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(1205), - [anon_sym_default] = ACTIONS(1205), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), + [anon_sym_if] = ACTIONS(175), + [anon_sym_else] = ACTIONS(1021), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(1021), + [anon_sym_default] = ACTIONS(1021), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -47162,25 +46943,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1205), + [anon_sym_explicit] = ACTIONS(1021), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1205), + [anon_sym_operator] = ACTIONS(1021), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_namespace] = ACTIONS(1205), - [anon_sym_using] = ACTIONS(1205), - [anon_sym_static_assert] = ACTIONS(1205), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_namespace] = ACTIONS(1021), + [anon_sym_using] = ACTIONS(1021), + [anon_sym_static_assert] = ACTIONS(1021), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1207), - [aux_sym_alone_macro_call_token1] = ACTIONS(1205), + [sym_alone_macro] = ACTIONS(1027), + [aux_sym_alone_macro_call_token1] = ACTIONS(1021), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -47269,377 +47050,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [76] = { - [sym_declaration] = STATE(76), - [sym_type_definition] = STATE(76), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3085), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(76), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(76), - [sym_labeled_statement] = STATE(76), - [sym_expression_statement] = STATE(76), - [sym_if_statement] = STATE(76), - [sym_switch_statement] = STATE(76), - [sym_while_statement] = STATE(76), - [sym_do_statement] = STATE(76), - [sym_for_statement] = STATE(76), - [sym_return_statement] = STATE(76), - [sym_break_statement] = STATE(76), - [sym_continue_statement] = STATE(76), - [sym_goto_statement] = STATE(76), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(76), - [sym_co_return_statement] = STATE(76), - [sym_co_yield_statement] = STATE(76), - [sym_throw_statement] = STATE(76), - [sym_try_statement] = STATE(76), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1201), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(76), - [ts_builtin_sym_end] = ACTIONS(1058), - [sym_identifier] = ACTIONS(1264), - [aux_sym_preproc_include_token1] = ACTIONS(1044), - [aux_sym_preproc_def_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_LPAREN2] = ACTIONS(1046), - [anon_sym_BANG] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1055), - [anon_sym_AMP_AMP] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1060), - [anon_sym_SEMI] = ACTIONS(1267), - [anon_sym_typedef] = ACTIONS(1270), - [anon_sym_extern] = ACTIONS(1069), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_COLON_COLON] = ACTIONS(1075), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1081), - [anon_sym___based] = ACTIONS(1044), - [anon_sym___cdecl] = ACTIONS(1044), - [anon_sym___clrcall] = ACTIONS(1044), - [anon_sym___stdcall] = ACTIONS(1044), - [anon_sym___fastcall] = ACTIONS(1044), - [anon_sym___thiscall] = ACTIONS(1044), - [anon_sym___vectorcall] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1087), - [anon_sym_static] = ACTIONS(1069), - [anon_sym_register] = ACTIONS(1069), - [anon_sym_inline] = ACTIONS(1069), - [anon_sym_thread_local] = ACTIONS(1069), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym_mutable] = ACTIONS(1090), - [anon_sym_constexpr] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1093), - [anon_sym_unsigned] = ACTIONS(1093), - [anon_sym_long] = ACTIONS(1093), - [anon_sym_short] = ACTIONS(1093), - [sym_primitive_type] = ACTIONS(1096), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_class] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1105), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1276), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1279), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1282), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1288), - [anon_sym_return] = ACTIONS(1291), - [anon_sym_break] = ACTIONS(1294), - [anon_sym_continue] = ACTIONS(1297), - [anon_sym_goto] = ACTIONS(1300), - [anon_sym_DASH_DASH] = ACTIONS(1138), - [anon_sym_PLUS_PLUS] = ACTIONS(1138), - [anon_sym_sizeof] = ACTIONS(1141), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1147), - [anon_sym_u_SQUOTE] = ACTIONS(1147), - [anon_sym_U_SQUOTE] = ACTIONS(1147), - [anon_sym_u8_SQUOTE] = ACTIONS(1147), - [anon_sym_SQUOTE] = ACTIONS(1147), - [anon_sym_L_DQUOTE] = ACTIONS(1150), - [anon_sym_u_DQUOTE] = ACTIONS(1150), - [anon_sym_U_DQUOTE] = ACTIONS(1150), - [anon_sym_u8_DQUOTE] = ACTIONS(1150), - [anon_sym_DQUOTE] = ACTIONS(1150), - [sym_true] = ACTIONS(1153), - [sym_false] = ACTIONS(1153), - [sym_null] = ACTIONS(1153), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1156), - [anon_sym_virtual] = ACTIONS(1159), - [anon_sym_explicit] = ACTIONS(1044), - [sym_auto] = ACTIONS(1162), - [anon_sym_typename] = ACTIONS(1165), - [anon_sym_template] = ACTIONS(1168), - [anon_sym_operator] = ACTIONS(1044), - [anon_sym_delete] = ACTIONS(1171), - [anon_sym_throw] = ACTIONS(1303), - [anon_sym_namespace] = ACTIONS(1044), - [anon_sym_using] = ACTIONS(1044), - [anon_sym_static_assert] = ACTIONS(1044), - [anon_sym_co_return] = ACTIONS(1306), - [anon_sym_co_yield] = ACTIONS(1309), - [anon_sym_try] = ACTIONS(1312), - [anon_sym_co_await] = ACTIONS(1186), - [anon_sym_new] = ACTIONS(1189), - [sym_this] = ACTIONS(1153), - [sym_nullptr] = ACTIONS(1153), - [sym_alone_macro] = ACTIONS(1058), - [aux_sym_alone_macro_call_token1] = ACTIONS(1044), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_FORWARD] = ACTIONS(1192), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1192), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_PS_GET] = ACTIONS(1192), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1192), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1192), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1195), - [anon_sym_MOZ_COLD] = ACTIONS(1195), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1195), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1195), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1195), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1195), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1195), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1195), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1195), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1195), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1195), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1195), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1195), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1195), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_RAII] = ACTIONS(1195), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1195), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1195), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1195), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1195), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1195), - [sym_raw_string_literal] = ACTIONS(1198), - }, - [77] = { - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2928), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(81), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1150), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(81), - [sym_identifier] = ACTIONS(1315), - [aux_sym_preproc_include_token1] = ACTIONS(1201), - [aux_sym_preproc_def_token1] = ACTIONS(1201), - [aux_sym_preproc_if_token1] = ACTIONS(1201), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1201), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1201), - [sym_preproc_directive] = ACTIONS(1201), + [75] = { + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2971), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(85), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(85), + [ts_builtin_sym_end] = ACTIONS(1207), + [sym_identifier] = ACTIONS(1209), + [aux_sym_preproc_include_token1] = ACTIONS(1205), + [aux_sym_preproc_def_token1] = ACTIONS(1205), + [aux_sym_preproc_if_token1] = ACTIONS(1205), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1205), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1205), + [sym_preproc_directive] = ACTIONS(1205), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_AMP_AMP] = ACTIONS(1207), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_typedef] = ACTIONS(165), + [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(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1201), - [anon_sym___cdecl] = ACTIONS(1201), - [anon_sym___clrcall] = ACTIONS(1201), - [anon_sym___stdcall] = ACTIONS(1201), - [anon_sym___fastcall] = ACTIONS(1201), - [anon_sym___thiscall] = ACTIONS(1201), - [anon_sym___vectorcall] = ACTIONS(1201), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_RBRACE] = ACTIONS(1203), + [anon_sym___based] = ACTIONS(1205), + [anon_sym___cdecl] = ACTIONS(1205), + [anon_sym___clrcall] = ACTIONS(1205), + [anon_sym___stdcall] = ACTIONS(1205), + [anon_sym___fastcall] = ACTIONS(1205), + [anon_sym___thiscall] = ACTIONS(1205), + [anon_sym___vectorcall] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -47660,18 +47176,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(175), - [anon_sym_else] = ACTIONS(1201), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(1201), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), + [anon_sym_if] = ACTIONS(71), + [anon_sym_else] = ACTIONS(1205), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1205), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -47692,25 +47208,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1201), + [anon_sym_explicit] = ACTIONS(1205), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1201), + [anon_sym_operator] = ACTIONS(1205), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_namespace] = ACTIONS(1201), - [anon_sym_using] = ACTIONS(1201), - [anon_sym_static_assert] = ACTIONS(1201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_namespace] = ACTIONS(1205), + [anon_sym_using] = ACTIONS(1205), + [anon_sym_static_assert] = ACTIONS(1205), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1203), - [aux_sym_alone_macro_call_token1] = ACTIONS(1201), + [sym_alone_macro] = ACTIONS(1207), + [aux_sym_alone_macro_call_token1] = ACTIONS(1205), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -47799,112 +47315,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [78] = { - [sym_declaration] = STATE(82), - [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2946), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1160), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(1262), - [aux_sym_preproc_include_token1] = ACTIONS(1021), - [aux_sym_preproc_def_token1] = ACTIONS(1021), - [aux_sym_preproc_if_token1] = ACTIONS(1021), - [aux_sym_preproc_if_token2] = ACTIONS(1021), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1021), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1021), - [sym_preproc_directive] = ACTIONS(1021), + [76] = { + [sym_declaration] = STATE(72), + [sym_type_definition] = STATE(72), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2971), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(72), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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_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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(72), + [ts_builtin_sym_end] = ACTIONS(1203), + [sym_identifier] = ACTIONS(1209), + [aux_sym_preproc_include_token1] = ACTIONS(1201), + [aux_sym_preproc_def_token1] = ACTIONS(1201), + [aux_sym_preproc_if_token1] = ACTIONS(1201), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1201), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1201), + [sym_preproc_directive] = ACTIONS(1201), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_AMP_AMP] = ACTIONS(1203), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_typedef] = ACTIONS(596), + [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(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1021), - [anon_sym___cdecl] = ACTIONS(1021), - [anon_sym___clrcall] = ACTIONS(1021), - [anon_sym___stdcall] = ACTIONS(1021), - [anon_sym___fastcall] = ACTIONS(1021), - [anon_sym___thiscall] = ACTIONS(1021), - [anon_sym___vectorcall] = ACTIONS(1021), - [anon_sym_LBRACE] = ACTIONS(600), + [anon_sym___based] = ACTIONS(1201), + [anon_sym___cdecl] = ACTIONS(1201), + [anon_sym___clrcall] = ACTIONS(1201), + [anon_sym___stdcall] = ACTIONS(1201), + [anon_sym___fastcall] = ACTIONS(1201), + [anon_sym___thiscall] = ACTIONS(1201), + [anon_sym___vectorcall] = ACTIONS(1201), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -47925,18 +47441,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(602), - [anon_sym_else] = ACTIONS(1021), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(1021), - [anon_sym_default] = ACTIONS(1021), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), + [anon_sym_if] = ACTIONS(71), + [anon_sym_else] = ACTIONS(1201), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1201), + [anon_sym_default] = ACTIONS(1201), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -47957,25 +47473,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1021), + [anon_sym_explicit] = ACTIONS(1201), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1021), + [anon_sym_operator] = ACTIONS(1201), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_namespace] = ACTIONS(1021), - [anon_sym_using] = ACTIONS(1021), - [anon_sym_static_assert] = ACTIONS(1021), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_namespace] = ACTIONS(1201), + [anon_sym_using] = ACTIONS(1201), + [anon_sym_static_assert] = ACTIONS(1201), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1027), - [aux_sym_alone_macro_call_token1] = ACTIONS(1021), + [sym_alone_macro] = ACTIONS(1203), + [aux_sym_alone_macro_call_token1] = ACTIONS(1201), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -48064,112 +47580,377 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [79] = { - [sym_declaration] = STATE(86), - [sym_type_definition] = STATE(86), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2928), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(86), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(86), - [sym_labeled_statement] = STATE(86), - [sym_expression_statement] = STATE(86), - [sym_if_statement] = STATE(86), - [sym_switch_statement] = STATE(86), - [sym_while_statement] = STATE(86), - [sym_do_statement] = STATE(86), - [sym_for_statement] = STATE(86), - [sym_return_statement] = STATE(86), - [sym_break_statement] = STATE(86), - [sym_continue_statement] = STATE(86), - [sym_goto_statement] = STATE(86), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(86), - [sym_co_return_statement] = STATE(86), - [sym_co_yield_statement] = STATE(86), - [sym_throw_statement] = STATE(86), - [sym_try_statement] = STATE(86), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1150), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(86), - [sym_identifier] = ACTIONS(1315), - [aux_sym_preproc_include_token1] = ACTIONS(1021), - [aux_sym_preproc_def_token1] = ACTIONS(1021), - [aux_sym_preproc_if_token1] = ACTIONS(1021), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1021), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1021), - [sym_preproc_directive] = ACTIONS(1021), + [77] = { + [sym_declaration] = STATE(77), + [sym_type_definition] = STATE(77), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2987), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(77), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(1215), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token2] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1045), + [anon_sym_TILDE] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1051), + [anon_sym_AMP_AMP] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1221), + [anon_sym_extern] = ACTIONS(1065), + [anon_sym___attribute__] = ACTIONS(1068), + [anon_sym_COLON_COLON] = ACTIONS(1071), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), + [anon_sym___declspec] = ACTIONS(1077), + [anon_sym___based] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_LBRACK] = ACTIONS(1083), + [anon_sym_static] = ACTIONS(1065), + [anon_sym_register] = ACTIONS(1065), + [anon_sym_inline] = ACTIONS(1065), + [anon_sym_thread_local] = ACTIONS(1065), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym__Atomic] = ACTIONS(1086), + [anon_sym_mutable] = ACTIONS(1086), + [anon_sym_constexpr] = ACTIONS(1086), + [anon_sym_signed] = ACTIONS(1089), + [anon_sym_unsigned] = ACTIONS(1089), + [anon_sym_long] = ACTIONS(1089), + [anon_sym_short] = ACTIONS(1089), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1095), + [anon_sym_class] = ACTIONS(1098), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_union] = ACTIONS(1104), + [anon_sym_if] = ACTIONS(1227), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1233), + [anon_sym_do] = ACTIONS(1236), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1242), + [anon_sym_break] = ACTIONS(1245), + [anon_sym_continue] = ACTIONS(1248), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1134), + [anon_sym_PLUS_PLUS] = ACTIONS(1134), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1143), + [anon_sym_u_SQUOTE] = ACTIONS(1143), + [anon_sym_U_SQUOTE] = ACTIONS(1143), + [anon_sym_u8_SQUOTE] = ACTIONS(1143), + [anon_sym_SQUOTE] = ACTIONS(1143), + [anon_sym_L_DQUOTE] = ACTIONS(1146), + [anon_sym_u_DQUOTE] = ACTIONS(1146), + [anon_sym_U_DQUOTE] = ACTIONS(1146), + [anon_sym_u8_DQUOTE] = ACTIONS(1146), + [anon_sym_DQUOTE] = ACTIONS(1146), + [sym_true] = ACTIONS(1149), + [sym_false] = ACTIONS(1149), + [sym_null] = ACTIONS(1149), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1155), + [anon_sym_explicit] = ACTIONS(1040), + [sym_auto] = ACTIONS(1158), + [anon_sym_typename] = ACTIONS(1161), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_operator] = ACTIONS(1040), + [anon_sym_delete] = ACTIONS(1167), + [anon_sym_throw] = ACTIONS(1254), + [anon_sym_namespace] = ACTIONS(1040), + [anon_sym_using] = ACTIONS(1040), + [anon_sym_static_assert] = ACTIONS(1040), + [anon_sym_co_return] = ACTIONS(1257), + [anon_sym_co_yield] = ACTIONS(1260), + [anon_sym_try] = ACTIONS(1263), + [anon_sym_co_await] = ACTIONS(1182), + [anon_sym_new] = ACTIONS(1185), + [sym_this] = ACTIONS(1149), + [sym_nullptr] = ACTIONS(1149), + [sym_alone_macro] = ACTIONS(1054), + [aux_sym_alone_macro_call_token1] = ACTIONS(1040), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_FORWARD] = ACTIONS(1188), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1188), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_PS_GET] = ACTIONS(1188), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1188), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1188), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1191), + [anon_sym_MOZ_COLD] = ACTIONS(1191), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1191), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1191), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1191), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1191), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1191), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1191), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1191), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1191), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1191), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1191), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1191), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1191), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_RAII] = ACTIONS(1191), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1191), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1191), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1191), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1191), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1191), + [sym_raw_string_literal] = ACTIONS(1194), + }, + [78] = { + [sym_declaration] = STATE(75), + [sym_type_definition] = STATE(75), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2971), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(75), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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_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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(75), + [ts_builtin_sym_end] = ACTIONS(1199), + [sym_identifier] = ACTIONS(1209), + [aux_sym_preproc_include_token1] = ACTIONS(1197), + [aux_sym_preproc_def_token1] = ACTIONS(1197), + [aux_sym_preproc_if_token1] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1197), + [sym_preproc_directive] = ACTIONS(1197), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_AMP_AMP] = ACTIONS(1199), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_typedef] = ACTIONS(165), + [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(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1021), - [anon_sym___cdecl] = ACTIONS(1021), - [anon_sym___clrcall] = ACTIONS(1021), - [anon_sym___stdcall] = ACTIONS(1021), - [anon_sym___fastcall] = ACTIONS(1021), - [anon_sym___thiscall] = ACTIONS(1021), - [anon_sym___vectorcall] = ACTIONS(1021), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_RBRACE] = ACTIONS(1027), + [anon_sym___based] = ACTIONS(1197), + [anon_sym___cdecl] = ACTIONS(1197), + [anon_sym___clrcall] = ACTIONS(1197), + [anon_sym___stdcall] = ACTIONS(1197), + [anon_sym___fastcall] = ACTIONS(1197), + [anon_sym___thiscall] = ACTIONS(1197), + [anon_sym___vectorcall] = ACTIONS(1197), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -48190,18 +47971,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(175), - [anon_sym_else] = ACTIONS(1021), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(1021), - [anon_sym_default] = ACTIONS(1021), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), + [anon_sym_if] = ACTIONS(71), + [anon_sym_else] = ACTIONS(1197), + [anon_sym_switch] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1197), + [anon_sym_default] = ACTIONS(1197), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -48222,25 +48003,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1021), + [anon_sym_explicit] = ACTIONS(1197), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1021), + [anon_sym_operator] = ACTIONS(1197), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_namespace] = ACTIONS(1021), - [anon_sym_using] = ACTIONS(1021), - [anon_sym_static_assert] = ACTIONS(1021), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_namespace] = ACTIONS(1197), + [anon_sym_using] = ACTIONS(1197), + [anon_sym_static_assert] = ACTIONS(1197), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1027), - [aux_sym_alone_macro_call_token1] = ACTIONS(1021), + [sym_alone_macro] = ACTIONS(1199), + [aux_sym_alone_macro_call_token1] = ACTIONS(1197), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -48329,350 +48110,351 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [80] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2928), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1150), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(80), - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1044), - [aux_sym_preproc_def_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_LPAREN2] = ACTIONS(1046), - [anon_sym_BANG] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1055), - [anon_sym_AMP_AMP] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1060), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_typedef] = ACTIONS(1323), - [anon_sym_extern] = ACTIONS(1069), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_COLON_COLON] = ACTIONS(1075), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1081), - [anon_sym___based] = ACTIONS(1044), - [anon_sym___cdecl] = ACTIONS(1044), - [anon_sym___clrcall] = ACTIONS(1044), - [anon_sym___stdcall] = ACTIONS(1044), - [anon_sym___fastcall] = ACTIONS(1044), - [anon_sym___thiscall] = ACTIONS(1044), - [anon_sym___vectorcall] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1326), - [anon_sym_RBRACE] = ACTIONS(1058), - [anon_sym_LBRACK] = ACTIONS(1087), - [anon_sym_static] = ACTIONS(1069), - [anon_sym_register] = ACTIONS(1069), - [anon_sym_inline] = ACTIONS(1069), - [anon_sym_thread_local] = ACTIONS(1069), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym_mutable] = ACTIONS(1090), - [anon_sym_constexpr] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1093), - [anon_sym_unsigned] = ACTIONS(1093), - [anon_sym_long] = ACTIONS(1093), - [anon_sym_short] = ACTIONS(1093), - [sym_primitive_type] = ACTIONS(1096), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_class] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1105), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1329), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1332), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_do] = ACTIONS(1338), - [anon_sym_for] = ACTIONS(1341), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1347), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1353), - [anon_sym_DASH_DASH] = ACTIONS(1138), - [anon_sym_PLUS_PLUS] = ACTIONS(1138), - [anon_sym_sizeof] = ACTIONS(1141), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1147), - [anon_sym_u_SQUOTE] = ACTIONS(1147), - [anon_sym_U_SQUOTE] = ACTIONS(1147), - [anon_sym_u8_SQUOTE] = ACTIONS(1147), - [anon_sym_SQUOTE] = ACTIONS(1147), - [anon_sym_L_DQUOTE] = ACTIONS(1150), - [anon_sym_u_DQUOTE] = ACTIONS(1150), - [anon_sym_U_DQUOTE] = ACTIONS(1150), - [anon_sym_u8_DQUOTE] = ACTIONS(1150), - [anon_sym_DQUOTE] = ACTIONS(1150), - [sym_true] = ACTIONS(1153), - [sym_false] = ACTIONS(1153), - [sym_null] = ACTIONS(1153), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1156), - [anon_sym_virtual] = ACTIONS(1159), - [anon_sym_explicit] = ACTIONS(1044), - [sym_auto] = ACTIONS(1162), - [anon_sym_typename] = ACTIONS(1165), - [anon_sym_template] = ACTIONS(1168), - [anon_sym_operator] = ACTIONS(1044), - [anon_sym_delete] = ACTIONS(1171), - [anon_sym_throw] = ACTIONS(1356), - [anon_sym_namespace] = ACTIONS(1044), - [anon_sym_using] = ACTIONS(1044), - [anon_sym_static_assert] = ACTIONS(1044), - [anon_sym_co_return] = ACTIONS(1359), - [anon_sym_co_yield] = ACTIONS(1362), - [anon_sym_try] = ACTIONS(1365), - [anon_sym_co_await] = ACTIONS(1186), - [anon_sym_new] = ACTIONS(1189), - [sym_this] = ACTIONS(1153), - [sym_nullptr] = ACTIONS(1153), - [sym_alone_macro] = ACTIONS(1058), - [aux_sym_alone_macro_call_token1] = ACTIONS(1044), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_FORWARD] = ACTIONS(1192), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1192), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_PS_GET] = ACTIONS(1192), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1192), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1192), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1195), - [anon_sym_MOZ_COLD] = ACTIONS(1195), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1195), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1195), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1195), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1195), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1195), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1195), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1195), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1195), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1195), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1195), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1195), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1195), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_RAII] = ACTIONS(1195), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1195), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1195), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1195), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1195), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1195), - [sym_raw_string_literal] = ACTIONS(1198), + [79] = { + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3089), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(1266), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1045), + [anon_sym_TILDE] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1051), + [anon_sym_AMP_AMP] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym_typedef] = ACTIONS(1272), + [anon_sym_extern] = ACTIONS(1065), + [anon_sym___attribute__] = ACTIONS(1068), + [anon_sym_COLON_COLON] = ACTIONS(1071), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), + [anon_sym___declspec] = ACTIONS(1077), + [anon_sym___based] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_RBRACE] = ACTIONS(1054), + [anon_sym_LBRACK] = ACTIONS(1083), + [anon_sym_static] = ACTIONS(1065), + [anon_sym_register] = ACTIONS(1065), + [anon_sym_inline] = ACTIONS(1065), + [anon_sym_thread_local] = ACTIONS(1065), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym__Atomic] = ACTIONS(1086), + [anon_sym_mutable] = ACTIONS(1086), + [anon_sym_constexpr] = ACTIONS(1086), + [anon_sym_signed] = ACTIONS(1089), + [anon_sym_unsigned] = ACTIONS(1089), + [anon_sym_long] = ACTIONS(1089), + [anon_sym_short] = ACTIONS(1089), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1095), + [anon_sym_class] = ACTIONS(1098), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_union] = ACTIONS(1104), + [anon_sym_if] = ACTIONS(1278), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1281), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1284), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1290), + [anon_sym_return] = ACTIONS(1293), + [anon_sym_break] = ACTIONS(1296), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1302), + [anon_sym_DASH_DASH] = ACTIONS(1134), + [anon_sym_PLUS_PLUS] = ACTIONS(1134), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1143), + [anon_sym_u_SQUOTE] = ACTIONS(1143), + [anon_sym_U_SQUOTE] = ACTIONS(1143), + [anon_sym_u8_SQUOTE] = ACTIONS(1143), + [anon_sym_SQUOTE] = ACTIONS(1143), + [anon_sym_L_DQUOTE] = ACTIONS(1146), + [anon_sym_u_DQUOTE] = ACTIONS(1146), + [anon_sym_U_DQUOTE] = ACTIONS(1146), + [anon_sym_u8_DQUOTE] = ACTIONS(1146), + [anon_sym_DQUOTE] = ACTIONS(1146), + [sym_true] = ACTIONS(1149), + [sym_false] = ACTIONS(1149), + [sym_null] = ACTIONS(1149), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1155), + [anon_sym_explicit] = ACTIONS(1040), + [sym_auto] = ACTIONS(1158), + [anon_sym_typename] = ACTIONS(1161), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_operator] = ACTIONS(1040), + [anon_sym_delete] = ACTIONS(1167), + [anon_sym_throw] = ACTIONS(1305), + [anon_sym_namespace] = ACTIONS(1040), + [anon_sym_using] = ACTIONS(1040), + [anon_sym_static_assert] = ACTIONS(1040), + [anon_sym_co_return] = ACTIONS(1308), + [anon_sym_co_yield] = ACTIONS(1311), + [anon_sym_try] = ACTIONS(1314), + [anon_sym_co_await] = ACTIONS(1182), + [anon_sym_new] = ACTIONS(1185), + [sym_this] = ACTIONS(1149), + [sym_nullptr] = ACTIONS(1149), + [sym_alone_macro] = ACTIONS(1054), + [aux_sym_alone_macro_call_token1] = ACTIONS(1040), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_FORWARD] = ACTIONS(1188), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1188), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_PS_GET] = ACTIONS(1188), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1188), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1188), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1191), + [anon_sym_MOZ_COLD] = ACTIONS(1191), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1191), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1191), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1191), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1191), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1191), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1191), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1191), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1191), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1191), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1191), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1191), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1191), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_RAII] = ACTIONS(1191), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1191), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1191), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1191), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1191), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1191), + [sym_raw_string_literal] = ACTIONS(1194), }, - [81] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2928), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1150), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(80), - [sym_identifier] = ACTIONS(1315), + [80] = { + [sym_declaration] = STATE(77), + [sym_type_definition] = STATE(77), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2987), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(77), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(1211), [aux_sym_preproc_include_token1] = ACTIONS(1205), [aux_sym_preproc_def_token1] = ACTIONS(1205), [aux_sym_preproc_if_token1] = ACTIONS(1205), + [aux_sym_preproc_if_token2] = ACTIONS(1205), [aux_sym_preproc_ifdef_token1] = ACTIONS(1205), [aux_sym_preproc_ifdef_token2] = ACTIONS(1205), [sym_preproc_directive] = ACTIONS(1205), @@ -48684,8 +48466,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP_AMP] = ACTIONS(1207), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_typedef] = ACTIONS(165), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_typedef] = ACTIONS(828), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), @@ -48698,8 +48480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1205), [anon_sym___thiscall] = ACTIONS(1205), [anon_sym___vectorcall] = ACTIONS(1205), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_RBRACE] = ACTIONS(1207), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -48720,18 +48501,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(175), + [anon_sym_if] = ACTIONS(834), [anon_sym_else] = ACTIONS(1205), - [anon_sym_switch] = ACTIONS(177), + [anon_sym_switch] = ACTIONS(836), [anon_sym_case] = ACTIONS(1205), [anon_sym_default] = ACTIONS(1205), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -48758,13 +48539,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1035), [anon_sym_operator] = ACTIONS(1205), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), + [anon_sym_throw] = ACTIONS(858), [anon_sym_namespace] = ACTIONS(1205), [anon_sym_using] = ACTIONS(1205), [anon_sym_static_assert] = ACTIONS(1205), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -48859,112 +48640,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [82] = { - [sym_declaration] = STATE(74), - [sym_type_definition] = STATE(74), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2946), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(74), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(74), - [sym_labeled_statement] = STATE(74), - [sym_expression_statement] = STATE(74), - [sym_if_statement] = STATE(74), - [sym_switch_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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1160), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(74), - [sym_identifier] = ACTIONS(1262), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token2] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [81] = { + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2987), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(73), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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_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(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(1211), + [aux_sym_preproc_include_token1] = ACTIONS(1201), + [aux_sym_preproc_def_token1] = ACTIONS(1201), + [aux_sym_preproc_if_token1] = ACTIONS(1201), + [aux_sym_preproc_if_token2] = ACTIONS(1201), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1201), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1201), + [sym_preproc_directive] = ACTIONS(1201), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_AMP_AMP] = ACTIONS(1203), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_typedef] = ACTIONS(596), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_typedef] = ACTIONS(828), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1037), - [anon_sym___cdecl] = ACTIONS(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(600), + [anon_sym___based] = ACTIONS(1201), + [anon_sym___cdecl] = ACTIONS(1201), + [anon_sym___clrcall] = ACTIONS(1201), + [anon_sym___stdcall] = ACTIONS(1201), + [anon_sym___fastcall] = ACTIONS(1201), + [anon_sym___thiscall] = ACTIONS(1201), + [anon_sym___vectorcall] = ACTIONS(1201), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -48985,18 +48766,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(602), - [anon_sym_else] = ACTIONS(1037), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), + [anon_sym_if] = ACTIONS(834), + [anon_sym_else] = ACTIONS(1201), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(1201), + [anon_sym_default] = ACTIONS(1201), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -49017,25 +48798,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1037), + [anon_sym_explicit] = ACTIONS(1201), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1037), + [anon_sym_operator] = ACTIONS(1201), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_namespace] = ACTIONS(1037), - [anon_sym_using] = ACTIONS(1037), - [anon_sym_static_assert] = ACTIONS(1037), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_namespace] = ACTIONS(1201), + [anon_sym_using] = ACTIONS(1201), + [anon_sym_static_assert] = ACTIONS(1201), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1039), - [aux_sym_alone_macro_call_token1] = ACTIONS(1037), + [sym_alone_macro] = ACTIONS(1203), + [aux_sym_alone_macro_call_token1] = ACTIONS(1201), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -49124,112 +48905,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [83] = { - [sym_declaration] = STATE(85), - [sym_type_definition] = STATE(85), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3085), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(85), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1201), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(85), - [ts_builtin_sym_end] = ACTIONS(1027), - [sym_identifier] = ACTIONS(1209), - [aux_sym_preproc_include_token1] = ACTIONS(1021), - [aux_sym_preproc_def_token1] = ACTIONS(1021), - [aux_sym_preproc_if_token1] = ACTIONS(1021), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1021), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1021), - [sym_preproc_directive] = ACTIONS(1021), + [82] = { + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3089), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(1205), + [aux_sym_preproc_def_token1] = ACTIONS(1205), + [aux_sym_preproc_if_token1] = ACTIONS(1205), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1205), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1205), + [sym_preproc_directive] = ACTIONS(1205), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_AMP_AMP] = ACTIONS(1207), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_typedef] = ACTIONS(165), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1021), - [anon_sym___cdecl] = ACTIONS(1021), - [anon_sym___clrcall] = ACTIONS(1021), - [anon_sym___stdcall] = ACTIONS(1021), - [anon_sym___fastcall] = ACTIONS(1021), - [anon_sym___thiscall] = ACTIONS(1021), - [anon_sym___vectorcall] = ACTIONS(1021), - [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym___based] = ACTIONS(1205), + [anon_sym___cdecl] = ACTIONS(1205), + [anon_sym___clrcall] = ACTIONS(1205), + [anon_sym___stdcall] = ACTIONS(1205), + [anon_sym___fastcall] = ACTIONS(1205), + [anon_sym___thiscall] = ACTIONS(1205), + [anon_sym___vectorcall] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1207), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -49250,18 +49031,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(1021), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1021), - [anon_sym_default] = ACTIONS(1021), - [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(175), + [anon_sym_else] = ACTIONS(1205), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1205), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -49282,25 +49063,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1021), + [anon_sym_explicit] = ACTIONS(1205), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1021), + [anon_sym_operator] = ACTIONS(1205), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1021), - [anon_sym_using] = ACTIONS(1021), - [anon_sym_static_assert] = ACTIONS(1021), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_namespace] = ACTIONS(1205), + [anon_sym_using] = ACTIONS(1205), + [anon_sym_static_assert] = ACTIONS(1205), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1027), - [aux_sym_alone_macro_call_token1] = ACTIONS(1021), + [sym_alone_macro] = ACTIONS(1207), + [aux_sym_alone_macro_call_token1] = ACTIONS(1205), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -49389,112 +49170,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [84] = { - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2946), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(75), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(75), - [sym_labeled_statement] = STATE(75), - [sym_expression_statement] = STATE(75), - [sym_if_statement] = STATE(75), - [sym_switch_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(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1160), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(75), - [sym_identifier] = ACTIONS(1262), - [aux_sym_preproc_include_token1] = ACTIONS(1201), - [aux_sym_preproc_def_token1] = ACTIONS(1201), - [aux_sym_preproc_if_token1] = ACTIONS(1201), - [aux_sym_preproc_if_token2] = ACTIONS(1201), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1201), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1201), - [sym_preproc_directive] = ACTIONS(1201), + [83] = { + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2987), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(80), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(80), + [sym_identifier] = ACTIONS(1211), + [aux_sym_preproc_include_token1] = ACTIONS(1197), + [aux_sym_preproc_def_token1] = ACTIONS(1197), + [aux_sym_preproc_if_token1] = ACTIONS(1197), + [aux_sym_preproc_if_token2] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1197), + [sym_preproc_directive] = ACTIONS(1197), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_AMP_AMP] = ACTIONS(1199), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_typedef] = ACTIONS(596), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_typedef] = ACTIONS(828), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1201), - [anon_sym___cdecl] = ACTIONS(1201), - [anon_sym___clrcall] = ACTIONS(1201), - [anon_sym___stdcall] = ACTIONS(1201), - [anon_sym___fastcall] = ACTIONS(1201), - [anon_sym___thiscall] = ACTIONS(1201), - [anon_sym___vectorcall] = ACTIONS(1201), - [anon_sym_LBRACE] = ACTIONS(600), + [anon_sym___based] = ACTIONS(1197), + [anon_sym___cdecl] = ACTIONS(1197), + [anon_sym___clrcall] = ACTIONS(1197), + [anon_sym___stdcall] = ACTIONS(1197), + [anon_sym___fastcall] = ACTIONS(1197), + [anon_sym___thiscall] = ACTIONS(1197), + [anon_sym___vectorcall] = ACTIONS(1197), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -49515,18 +49296,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(602), - [anon_sym_else] = ACTIONS(1201), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(1201), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), + [anon_sym_if] = ACTIONS(834), + [anon_sym_else] = ACTIONS(1197), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(1197), + [anon_sym_default] = ACTIONS(1197), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -49547,25 +49328,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1201), + [anon_sym_explicit] = ACTIONS(1197), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1201), + [anon_sym_operator] = ACTIONS(1197), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_namespace] = ACTIONS(1201), - [anon_sym_using] = ACTIONS(1201), - [anon_sym_static_assert] = ACTIONS(1201), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_namespace] = ACTIONS(1197), + [anon_sym_using] = ACTIONS(1197), + [anon_sym_static_assert] = ACTIONS(1197), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1203), - [aux_sym_alone_macro_call_token1] = ACTIONS(1201), + [sym_alone_macro] = ACTIONS(1199), + [aux_sym_alone_macro_call_token1] = ACTIONS(1197), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -49654,112 +49435,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, - [85] = { - [sym_declaration] = STATE(76), - [sym_type_definition] = STATE(76), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3085), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(76), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(76), - [sym_labeled_statement] = STATE(76), - [sym_expression_statement] = STATE(76), - [sym_if_statement] = STATE(76), - [sym_switch_statement] = STATE(76), - [sym_while_statement] = STATE(76), - [sym_do_statement] = STATE(76), - [sym_for_statement] = STATE(76), - [sym_return_statement] = STATE(76), - [sym_break_statement] = STATE(76), - [sym_continue_statement] = STATE(76), - [sym_goto_statement] = STATE(76), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(76), - [sym_co_return_statement] = STATE(76), - [sym_co_yield_statement] = STATE(76), - [sym_throw_statement] = STATE(76), - [sym_try_statement] = STATE(76), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1201), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(76), - [ts_builtin_sym_end] = ACTIONS(1039), - [sym_identifier] = ACTIONS(1209), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [84] = { + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3089), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(74), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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_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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(1201), + [aux_sym_preproc_def_token1] = ACTIONS(1201), + [aux_sym_preproc_if_token1] = ACTIONS(1201), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1201), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1201), + [sym_preproc_directive] = ACTIONS(1201), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_AMP_AMP] = ACTIONS(1203), [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_typedef] = ACTIONS(165), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1037), - [anon_sym___cdecl] = ACTIONS(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym___based] = ACTIONS(1201), + [anon_sym___cdecl] = ACTIONS(1201), + [anon_sym___clrcall] = ACTIONS(1201), + [anon_sym___stdcall] = ACTIONS(1201), + [anon_sym___fastcall] = ACTIONS(1201), + [anon_sym___thiscall] = ACTIONS(1201), + [anon_sym___vectorcall] = ACTIONS(1201), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1203), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -49780,18 +49561,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(1037), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [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(175), + [anon_sym_else] = ACTIONS(1201), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(1201), + [anon_sym_default] = ACTIONS(1201), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -49812,25 +49593,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1037), + [anon_sym_explicit] = ACTIONS(1201), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1037), + [anon_sym_operator] = ACTIONS(1201), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1037), - [anon_sym_using] = ACTIONS(1037), - [anon_sym_static_assert] = ACTIONS(1037), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_namespace] = ACTIONS(1201), + [anon_sym_using] = ACTIONS(1201), + [anon_sym_static_assert] = ACTIONS(1201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1039), - [aux_sym_alone_macro_call_token1] = ACTIONS(1037), + [sym_alone_macro] = ACTIONS(1203), + [aux_sym_alone_macro_call_token1] = ACTIONS(1201), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -49919,95 +49700,360 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), [sym_raw_string_literal] = ACTIONS(147), }, + [85] = { + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2971), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(85), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(85), + [ts_builtin_sym_end] = ACTIONS(1054), + [sym_identifier] = ACTIONS(1317), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1045), + [anon_sym_TILDE] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1051), + [anon_sym_AMP_AMP] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1320), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1065), + [anon_sym___attribute__] = ACTIONS(1068), + [anon_sym_COLON_COLON] = ACTIONS(1071), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), + [anon_sym___declspec] = ACTIONS(1077), + [anon_sym___based] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1326), + [anon_sym_LBRACK] = ACTIONS(1083), + [anon_sym_static] = ACTIONS(1065), + [anon_sym_register] = ACTIONS(1065), + [anon_sym_inline] = ACTIONS(1065), + [anon_sym_thread_local] = ACTIONS(1065), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym__Atomic] = ACTIONS(1086), + [anon_sym_mutable] = ACTIONS(1086), + [anon_sym_constexpr] = ACTIONS(1086), + [anon_sym_signed] = ACTIONS(1089), + [anon_sym_unsigned] = ACTIONS(1089), + [anon_sym_long] = ACTIONS(1089), + [anon_sym_short] = ACTIONS(1089), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1095), + [anon_sym_class] = ACTIONS(1098), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_union] = ACTIONS(1104), + [anon_sym_if] = ACTIONS(1329), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1332), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1335), + [anon_sym_do] = ACTIONS(1338), + [anon_sym_for] = ACTIONS(1341), + [anon_sym_return] = ACTIONS(1344), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1353), + [anon_sym_DASH_DASH] = ACTIONS(1134), + [anon_sym_PLUS_PLUS] = ACTIONS(1134), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1143), + [anon_sym_u_SQUOTE] = ACTIONS(1143), + [anon_sym_U_SQUOTE] = ACTIONS(1143), + [anon_sym_u8_SQUOTE] = ACTIONS(1143), + [anon_sym_SQUOTE] = ACTIONS(1143), + [anon_sym_L_DQUOTE] = ACTIONS(1146), + [anon_sym_u_DQUOTE] = ACTIONS(1146), + [anon_sym_U_DQUOTE] = ACTIONS(1146), + [anon_sym_u8_DQUOTE] = ACTIONS(1146), + [anon_sym_DQUOTE] = ACTIONS(1146), + [sym_true] = ACTIONS(1149), + [sym_false] = ACTIONS(1149), + [sym_null] = ACTIONS(1149), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1155), + [anon_sym_explicit] = ACTIONS(1040), + [sym_auto] = ACTIONS(1158), + [anon_sym_typename] = ACTIONS(1161), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_operator] = ACTIONS(1040), + [anon_sym_delete] = ACTIONS(1167), + [anon_sym_throw] = ACTIONS(1356), + [anon_sym_namespace] = ACTIONS(1040), + [anon_sym_using] = ACTIONS(1040), + [anon_sym_static_assert] = ACTIONS(1040), + [anon_sym_co_return] = ACTIONS(1359), + [anon_sym_co_yield] = ACTIONS(1362), + [anon_sym_try] = ACTIONS(1365), + [anon_sym_co_await] = ACTIONS(1182), + [anon_sym_new] = ACTIONS(1185), + [sym_this] = ACTIONS(1149), + [sym_nullptr] = ACTIONS(1149), + [sym_alone_macro] = ACTIONS(1054), + [aux_sym_alone_macro_call_token1] = ACTIONS(1040), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_FORWARD] = ACTIONS(1188), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1188), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_PS_GET] = ACTIONS(1188), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1188), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1188), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1191), + [anon_sym_MOZ_COLD] = ACTIONS(1191), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1191), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1191), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1191), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1191), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1191), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1191), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1191), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1191), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1191), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1191), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1191), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1191), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_RAII] = ACTIONS(1191), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1191), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1191), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1191), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1191), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1191), + [sym_raw_string_literal] = ACTIONS(1194), + }, [86] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2928), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1150), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(80), - [sym_identifier] = ACTIONS(1315), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [sym_declaration] = STATE(82), + [sym_type_definition] = STATE(82), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3089), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(82), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(82), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(1197), + [aux_sym_preproc_def_token1] = ACTIONS(1197), + [aux_sym_preproc_if_token1] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1197), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1197), + [sym_preproc_directive] = ACTIONS(1197), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_AMP_AMP] = ACTIONS(1199), [anon_sym_AMP] = ACTIONS(1029), [anon_sym_SEMI] = ACTIONS(163), [anon_sym_typedef] = ACTIONS(165), @@ -50016,15 +50062,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(1037), - [anon_sym___cdecl] = ACTIONS(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_RBRACE] = ACTIONS(1039), + [anon_sym___based] = ACTIONS(1197), + [anon_sym___cdecl] = ACTIONS(1197), + [anon_sym___clrcall] = ACTIONS(1197), + [anon_sym___stdcall] = ACTIONS(1197), + [anon_sym___fastcall] = ACTIONS(1197), + [anon_sym___thiscall] = ACTIONS(1197), + [anon_sym___vectorcall] = ACTIONS(1197), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_RBRACE] = ACTIONS(1199), [anon_sym_LBRACK] = ACTIONS(1033), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -50046,10 +50092,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(175), - [anon_sym_else] = ACTIONS(1037), + [anon_sym_else] = ACTIONS(1197), [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), + [anon_sym_case] = ACTIONS(1197), + [anon_sym_default] = ACTIONS(1197), [anon_sym_while] = ACTIONS(183), [anon_sym_do] = ACTIONS(185), [anon_sym_for] = ACTIONS(187), @@ -50077,16 +50123,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(1037), + [anon_sym_explicit] = ACTIONS(1197), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(1037), + [anon_sym_operator] = ACTIONS(1197), [anon_sym_delete] = ACTIONS(119), [anon_sym_throw] = ACTIONS(201), - [anon_sym_namespace] = ACTIONS(1037), - [anon_sym_using] = ACTIONS(1037), - [anon_sym_static_assert] = ACTIONS(1037), + [anon_sym_namespace] = ACTIONS(1197), + [anon_sym_using] = ACTIONS(1197), + [anon_sym_static_assert] = ACTIONS(1197), [anon_sym_co_return] = ACTIONS(209), [anon_sym_co_yield] = ACTIONS(211), [anon_sym_try] = ACTIONS(213), @@ -50094,8 +50140,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1039), - [aux_sym_alone_macro_call_token1] = ACTIONS(1037), + [sym_alone_macro] = ACTIONS(1199), + [aux_sym_alone_macro_call_token1] = ACTIONS(1197), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -50185,80 +50231,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [87] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2975), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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_declaration] = STATE(88), + [sym_type_definition] = STATE(88), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3015), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(88), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1090), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(89), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(88), [sym_identifier] = ACTIONS(1368), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -50296,7 +50342,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(1376), - [anon_sym_else] = ACTIONS(1205), + [anon_sym_else] = ACTIONS(1197), [anon_sym_switch] = ACTIONS(1378), [anon_sym_while] = ACTIONS(1380), [anon_sym_do] = ACTIONS(1382), @@ -50426,80 +50472,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [88] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2975), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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_declaration] = STATE(91), + [sym_type_definition] = STATE(91), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3015), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(91), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1090), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(89), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(91), [sym_identifier] = ACTIONS(1368), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -50537,7 +50583,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(1376), - [anon_sym_else] = ACTIONS(1037), + [anon_sym_else] = ACTIONS(1205), [anon_sym_switch] = ACTIONS(1378), [anon_sym_while] = ACTIONS(1380), [anon_sym_do] = ACTIONS(1382), @@ -50667,321 +50713,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [89] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2975), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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_declaration] = STATE(90), + [sym_type_definition] = STATE(90), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3015), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(90), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_attributed_statement] = STATE(90), + [sym_labeled_statement] = STATE(90), + [sym_expression_statement] = STATE(90), + [sym_if_statement] = STATE(90), + [sym_switch_statement] = STATE(90), + [sym_while_statement] = STATE(90), + [sym_do_statement] = STATE(90), + [sym_for_statement] = STATE(90), + [sym_return_statement] = STATE(90), + [sym_break_statement] = STATE(90), + [sym_continue_statement] = STATE(90), + [sym_goto_statement] = STATE(90), [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1090), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1402), - [anon_sym_LPAREN2] = ACTIONS(1046), - [anon_sym_BANG] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1055), - [anon_sym_AMP] = ACTIONS(1055), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1069), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_COLON_COLON] = ACTIONS(1075), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1081), - [anon_sym_LBRACE] = ACTIONS(1411), - [anon_sym_LBRACK] = ACTIONS(1087), - [anon_sym_static] = ACTIONS(1069), - [anon_sym_register] = ACTIONS(1069), - [anon_sym_inline] = ACTIONS(1069), - [anon_sym_thread_local] = ACTIONS(1069), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym_mutable] = ACTIONS(1090), - [anon_sym_constexpr] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1093), - [anon_sym_unsigned] = ACTIONS(1093), - [anon_sym_long] = ACTIONS(1093), - [anon_sym_short] = ACTIONS(1093), - [sym_primitive_type] = ACTIONS(1096), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_class] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1105), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1420), - [anon_sym_do] = ACTIONS(1423), - [anon_sym_for] = ACTIONS(1426), - [anon_sym_return] = ACTIONS(1429), - [anon_sym_break] = ACTIONS(1432), - [anon_sym_continue] = ACTIONS(1435), - [anon_sym_goto] = ACTIONS(1438), - [anon_sym_DASH_DASH] = ACTIONS(1138), - [anon_sym_PLUS_PLUS] = ACTIONS(1138), - [anon_sym_sizeof] = ACTIONS(1141), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1147), - [anon_sym_u_SQUOTE] = ACTIONS(1147), - [anon_sym_U_SQUOTE] = ACTIONS(1147), - [anon_sym_u8_SQUOTE] = ACTIONS(1147), - [anon_sym_SQUOTE] = ACTIONS(1147), - [anon_sym_L_DQUOTE] = ACTIONS(1150), - [anon_sym_u_DQUOTE] = ACTIONS(1150), - [anon_sym_U_DQUOTE] = ACTIONS(1150), - [anon_sym_u8_DQUOTE] = ACTIONS(1150), - [anon_sym_DQUOTE] = ACTIONS(1150), - [sym_true] = ACTIONS(1153), - [sym_false] = ACTIONS(1153), - [sym_null] = ACTIONS(1153), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1156), - [anon_sym_virtual] = ACTIONS(1159), - [sym_auto] = ACTIONS(1162), - [anon_sym_typename] = ACTIONS(1165), - [anon_sym_template] = ACTIONS(1168), - [anon_sym_delete] = ACTIONS(1171), - [anon_sym_throw] = ACTIONS(1441), - [anon_sym_co_return] = ACTIONS(1444), - [anon_sym_co_yield] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1450), - [anon_sym_co_await] = ACTIONS(1186), - [anon_sym_new] = ACTIONS(1189), - [sym_this] = ACTIONS(1153), - [sym_nullptr] = ACTIONS(1153), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_FORWARD] = ACTIONS(1192), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1192), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_PS_GET] = ACTIONS(1192), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1192), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1192), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1192), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1192), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1195), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1195), - [anon_sym_MOZ_COLD] = ACTIONS(1195), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1195), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1195), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1195), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1195), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1195), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1195), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1195), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1195), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1195), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1195), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1195), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1195), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL] = ACTIONS(1195), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1195), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1195), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN] = ACTIONS(1195), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1195), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1195), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1195), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1195), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1195), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1195), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1195), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1195), - [anon_sym_MOZ_RAII] = ACTIONS(1195), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1195), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1195), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1195), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1195), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1195), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1195), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1195), - [sym_raw_string_literal] = ACTIONS(1198), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(90), + [sym_co_return_statement] = STATE(90), + [sym_co_yield_statement] = STATE(90), + [sym_throw_statement] = STATE(90), + [sym_try_statement] = STATE(90), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(90), + [sym_identifier] = ACTIONS(1368), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_typedef] = ACTIONS(1372), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [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_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(1376), + [anon_sym_else] = ACTIONS(1201), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [sym_raw_string_literal] = ACTIONS(147), }, [90] = { - [sym_declaration] = STATE(88), - [sym_type_definition] = STATE(88), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2975), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(88), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_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_declaration] = STATE(91), + [sym_type_definition] = STATE(91), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3015), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(91), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1090), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(88), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(91), [sym_identifier] = ACTIONS(1368), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -51149,302 +51195,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [91] = { - [sym_declaration] = STATE(87), - [sym_type_definition] = STATE(87), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2975), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(776), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_compound_statement] = STATE(87), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_attributed_non_case_statement] = STATE(87), - [sym_labeled_statement] = STATE(87), - [sym_expression_statement] = STATE(87), - [sym_if_statement] = STATE(87), - [sym_switch_statement] = STATE(87), - [sym_while_statement] = STATE(87), - [sym_do_statement] = STATE(87), - [sym_for_statement] = STATE(87), - [sym_return_statement] = STATE(87), - [sym_break_statement] = STATE(87), - [sym_continue_statement] = STATE(87), - [sym_goto_statement] = STATE(87), + [sym_declaration] = STATE(91), + [sym_type_definition] = STATE(91), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3015), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(740), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_compound_statement] = STATE(91), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [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(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(87), - [sym_co_return_statement] = STATE(87), - [sym_co_yield_statement] = STATE(87), - [sym_throw_statement] = STATE(87), - [sym_try_statement] = STATE(87), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_attributed_declarator_repeat1] = STATE(1090), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_case_statement_repeat1] = STATE(87), - [sym_identifier] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_typedef] = ACTIONS(1372), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(1033), - [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_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(1376), - [anon_sym_else] = ACTIONS(1201), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(147), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_case_statement_repeat1] = STATE(91), + [sym_identifier] = ACTIONS(1402), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1045), + [anon_sym_TILDE] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1051), + [anon_sym_AMP] = ACTIONS(1051), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_typedef] = ACTIONS(1408), + [anon_sym_extern] = ACTIONS(1065), + [anon_sym___attribute__] = ACTIONS(1068), + [anon_sym_COLON_COLON] = ACTIONS(1071), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), + [anon_sym___declspec] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(1083), + [anon_sym_static] = ACTIONS(1065), + [anon_sym_register] = ACTIONS(1065), + [anon_sym_inline] = ACTIONS(1065), + [anon_sym_thread_local] = ACTIONS(1065), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym__Atomic] = ACTIONS(1086), + [anon_sym_mutable] = ACTIONS(1086), + [anon_sym_constexpr] = ACTIONS(1086), + [anon_sym_signed] = ACTIONS(1089), + [anon_sym_unsigned] = ACTIONS(1089), + [anon_sym_long] = ACTIONS(1089), + [anon_sym_short] = ACTIONS(1089), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1095), + [anon_sym_class] = ACTIONS(1098), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_union] = ACTIONS(1104), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1417), + [anon_sym_while] = ACTIONS(1420), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1429), + [anon_sym_break] = ACTIONS(1432), + [anon_sym_continue] = ACTIONS(1435), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1134), + [anon_sym_PLUS_PLUS] = ACTIONS(1134), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1143), + [anon_sym_u_SQUOTE] = ACTIONS(1143), + [anon_sym_U_SQUOTE] = ACTIONS(1143), + [anon_sym_u8_SQUOTE] = ACTIONS(1143), + [anon_sym_SQUOTE] = ACTIONS(1143), + [anon_sym_L_DQUOTE] = ACTIONS(1146), + [anon_sym_u_DQUOTE] = ACTIONS(1146), + [anon_sym_U_DQUOTE] = ACTIONS(1146), + [anon_sym_u8_DQUOTE] = ACTIONS(1146), + [anon_sym_DQUOTE] = ACTIONS(1146), + [sym_true] = ACTIONS(1149), + [sym_false] = ACTIONS(1149), + [sym_null] = ACTIONS(1149), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1155), + [sym_auto] = ACTIONS(1158), + [anon_sym_typename] = ACTIONS(1161), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_delete] = ACTIONS(1167), + [anon_sym_throw] = ACTIONS(1441), + [anon_sym_co_return] = ACTIONS(1444), + [anon_sym_co_yield] = ACTIONS(1447), + [anon_sym_try] = ACTIONS(1450), + [anon_sym_co_await] = ACTIONS(1182), + [anon_sym_new] = ACTIONS(1185), + [sym_this] = ACTIONS(1149), + [sym_nullptr] = ACTIONS(1149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_FORWARD] = ACTIONS(1188), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1188), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_PS_GET] = ACTIONS(1188), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1188), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1188), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1188), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1188), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1191), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1191), + [anon_sym_MOZ_COLD] = ACTIONS(1191), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1191), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1191), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1191), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1191), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1191), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1191), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1191), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1191), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1191), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1191), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1191), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1191), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL] = ACTIONS(1191), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1191), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1191), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN] = ACTIONS(1191), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1191), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1191), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1191), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1191), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1191), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1191), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1191), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1191), + [anon_sym_MOZ_RAII] = ACTIONS(1191), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1191), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1191), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1191), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1191), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1191), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1191), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1191), + [sym_raw_string_literal] = ACTIONS(1194), }, [92] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4297), - [sym__expression] = STATE(2741), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4342), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4297), - [sym_variadic_parameter_declaration] = STATE(4297), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3528), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4367), + [sym__expression] = STATE(2735), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4346), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4367), + [sym_variadic_parameter_declaration] = STATE(4367), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3535), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1453), [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), [anon_sym_RPAREN] = ACTIONS(1457), @@ -51598,61 +51644,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [93] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4291), - [sym__expression] = STATE(2741), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4342), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4291), - [sym_variadic_parameter_declaration] = STATE(4291), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3528), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4277), + [sym__expression] = STATE(2735), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4346), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4277), + [sym_variadic_parameter_declaration] = STATE(4277), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3535), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1453), [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), [anon_sym_RPAREN] = ACTIONS(1475), @@ -51806,61 +51852,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [94] = { - [sym_declaration] = STATE(1737), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3057), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_expression_statement] = STATE(1737), - [sym__expression] = STATE(2728), - [sym_comma_expression] = STATE(4641), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_condition_declaration] = STATE(5050), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1734), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2956), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_expression_statement] = STATE(1734), + [sym__expression] = STATE(2733), + [sym_comma_expression] = STATE(4831), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_condition_declaration] = STATE(4936), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -52012,61 +52058,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [95] = { - [sym_declaration] = STATE(1711), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3057), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_expression_statement] = STATE(1711), - [sym__expression] = STATE(2716), - [sym_comma_expression] = STATE(4728), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_condition_declaration] = STATE(4923), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1751), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2956), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_expression_statement] = STATE(1751), + [sym__expression] = STATE(2765), + [sym_comma_expression] = STATE(4814), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_condition_declaration] = STATE(4849), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -52218,59 +52264,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [96] = { - [sym_declaration] = STATE(1686), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2938), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(5170), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1692), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2955), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__expression] = STATE(2868), + [sym_comma_expression] = STATE(5023), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -52422,59 +52468,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [97] = { - [sym_declaration] = STATE(1735), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3124), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__expression] = STATE(2896), - [sym_comma_expression] = STATE(4994), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1626), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2941), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__expression] = STATE(2873), + [sym_comma_expression] = STATE(5164), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -52626,59 +52672,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [98] = { - [sym_declaration] = STATE(1694), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2906), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__expression] = STATE(2845), - [sym_comma_expression] = STATE(4887), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1663), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3060), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__expression] = STATE(2824), + [sym_comma_expression] = STATE(5199), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -52830,59 +52876,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [99] = { - [sym_declaration] = STATE(1718), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2930), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5107), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1594), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3080), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__expression] = STATE(2845), + [sym_comma_expression] = STATE(5136), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -53034,59 +53080,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [100] = { - [sym_declaration] = STATE(1680), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2933), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__expression] = STATE(2788), - [sym_comma_expression] = STATE(5135), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1631), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3020), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__expression] = STATE(2833), + [sym_comma_expression] = STATE(5187), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -53238,59 +53284,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [101] = { - [sym_declaration] = STATE(1690), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2936), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__expression] = STATE(2895), - [sym_comma_expression] = STATE(5158), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4796), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1457), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3510), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(1458), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_declaration] = STATE(1672), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2972), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__expression] = STATE(2885), + [sym_comma_expression] = STATE(4911), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4792), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1476), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3532), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(1477), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [sym_identifier] = ACTIONS(1477), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), @@ -53442,8 +53488,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [102] = { - [sym_catch_clause] = STATE(103), - [aux_sym_try_statement_repeat1] = STATE(103), + [sym_catch_clause] = STATE(102), + [aux_sym_try_statement_repeat1] = STATE(102), [sym_identifier] = ACTIONS(1493), [aux_sym_preproc_include_token1] = ACTIONS(1493), [aux_sym_preproc_def_token1] = ACTIONS(1493), @@ -53638,592 +53684,398 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(1495), }, [103] = { - [sym_catch_clause] = STATE(103), - [aux_sym_try_statement_repeat1] = STATE(103), - [sym_identifier] = ACTIONS(1499), - [aux_sym_preproc_include_token1] = ACTIONS(1499), - [aux_sym_preproc_def_token1] = ACTIONS(1499), - [aux_sym_preproc_if_token1] = ACTIONS(1499), - [aux_sym_preproc_if_token2] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), - [aux_sym_preproc_else_token1] = ACTIONS(1499), - [aux_sym_preproc_elif_token1] = ACTIONS(1499), - [sym_preproc_directive] = ACTIONS(1499), - [anon_sym_LPAREN2] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1499), - [anon_sym_PLUS] = ACTIONS(1499), - [anon_sym_STAR] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1501), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_SEMI] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1499), - [anon_sym_extern] = ACTIONS(1499), - [anon_sym___attribute__] = ACTIONS(1499), - [anon_sym_COLON_COLON] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), - [anon_sym___declspec] = ACTIONS(1499), - [anon_sym___based] = ACTIONS(1499), - [anon_sym___cdecl] = ACTIONS(1499), - [anon_sym___clrcall] = ACTIONS(1499), - [anon_sym___stdcall] = ACTIONS(1499), - [anon_sym___fastcall] = ACTIONS(1499), - [anon_sym___thiscall] = ACTIONS(1499), - [anon_sym___vectorcall] = ACTIONS(1499), - [anon_sym_LBRACE] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1499), - [anon_sym_register] = ACTIONS(1499), - [anon_sym_inline] = ACTIONS(1499), - [anon_sym_thread_local] = ACTIONS(1499), - [anon_sym_const] = ACTIONS(1499), - [anon_sym_volatile] = ACTIONS(1499), - [anon_sym_restrict] = ACTIONS(1499), - [anon_sym__Atomic] = ACTIONS(1499), - [anon_sym_mutable] = ACTIONS(1499), - [anon_sym_constexpr] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1499), - [anon_sym_unsigned] = ACTIONS(1499), - [anon_sym_long] = ACTIONS(1499), - [anon_sym_short] = ACTIONS(1499), - [sym_primitive_type] = ACTIONS(1499), - [anon_sym_enum] = ACTIONS(1499), - [anon_sym_class] = ACTIONS(1499), - [anon_sym_struct] = ACTIONS(1499), - [anon_sym_union] = ACTIONS(1499), - [anon_sym_if] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1499), - [anon_sym_switch] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1499), - [anon_sym_default] = ACTIONS(1499), - [anon_sym_while] = ACTIONS(1499), - [anon_sym_do] = ACTIONS(1499), - [anon_sym_for] = ACTIONS(1499), - [anon_sym_return] = ACTIONS(1499), - [anon_sym_break] = ACTIONS(1499), - [anon_sym_continue] = ACTIONS(1499), - [anon_sym_goto] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1501), - [anon_sym_sizeof] = ACTIONS(1499), - [sym_number_literal] = ACTIONS(1501), - [anon_sym_L_SQUOTE] = ACTIONS(1501), - [anon_sym_u_SQUOTE] = ACTIONS(1501), - [anon_sym_U_SQUOTE] = ACTIONS(1501), - [anon_sym_u8_SQUOTE] = ACTIONS(1501), - [anon_sym_SQUOTE] = ACTIONS(1501), - [anon_sym_L_DQUOTE] = ACTIONS(1501), - [anon_sym_u_DQUOTE] = ACTIONS(1501), - [anon_sym_U_DQUOTE] = ACTIONS(1501), - [anon_sym_u8_DQUOTE] = ACTIONS(1501), - [anon_sym_DQUOTE] = ACTIONS(1501), - [sym_true] = ACTIONS(1499), - [sym_false] = ACTIONS(1499), - [sym_null] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1499), - [anon_sym_virtual] = ACTIONS(1499), - [anon_sym_explicit] = ACTIONS(1499), - [sym_auto] = ACTIONS(1499), - [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1499), - [anon_sym_operator] = ACTIONS(1499), - [anon_sym_delete] = ACTIONS(1499), - [anon_sym_throw] = ACTIONS(1499), - [anon_sym_namespace] = ACTIONS(1499), - [anon_sym_using] = ACTIONS(1499), - [anon_sym_static_assert] = ACTIONS(1499), - [anon_sym_co_return] = ACTIONS(1499), - [anon_sym_co_yield] = ACTIONS(1499), - [anon_sym_try] = ACTIONS(1499), - [anon_sym_catch] = ACTIONS(1503), - [anon_sym_co_await] = ACTIONS(1499), - [anon_sym_new] = ACTIONS(1499), - [sym_this] = ACTIONS(1499), - [sym_nullptr] = ACTIONS(1499), - [sym_alone_macro] = ACTIONS(1501), - [aux_sym_alone_macro_call_token1] = ACTIONS(1499), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_FORWARD] = ACTIONS(1499), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1499), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_PS_GET] = ACTIONS(1499), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1499), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1499), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1499), - [anon_sym_MOZ_COLD] = ACTIONS(1499), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1499), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1499), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1499), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1499), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1499), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1499), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1499), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1499), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1499), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1499), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1499), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1499), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_RAII] = ACTIONS(1499), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1499), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1499), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1499), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1499), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1499), - [sym_raw_string_literal] = ACTIONS(1501), + [sym_catch_clause] = STATE(102), + [aux_sym_try_statement_repeat1] = STATE(102), + [sym_identifier] = ACTIONS(1500), + [aux_sym_preproc_include_token1] = ACTIONS(1500), + [aux_sym_preproc_def_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token2] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), + [aux_sym_preproc_else_token1] = ACTIONS(1500), + [aux_sym_preproc_elif_token1] = ACTIONS(1500), + [sym_preproc_directive] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym___cdecl] = ACTIONS(1500), + [anon_sym___clrcall] = ACTIONS(1500), + [anon_sym___stdcall] = ACTIONS(1500), + [anon_sym___fastcall] = ACTIONS(1500), + [anon_sym___thiscall] = ACTIONS(1500), + [anon_sym___vectorcall] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym_mutable] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_class] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_else] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1500), + [anon_sym_default] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [sym_null] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_delete] = ACTIONS(1500), + [anon_sym_throw] = ACTIONS(1500), + [anon_sym_namespace] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_co_return] = ACTIONS(1500), + [anon_sym_co_yield] = ACTIONS(1500), + [anon_sym_try] = ACTIONS(1500), + [anon_sym_catch] = ACTIONS(1504), + [anon_sym_co_await] = ACTIONS(1500), + [anon_sym_new] = ACTIONS(1500), + [sym_this] = ACTIONS(1500), + [sym_nullptr] = ACTIONS(1500), + [sym_alone_macro] = ACTIONS(1502), + [aux_sym_alone_macro_call_token1] = ACTIONS(1500), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_FORWARD] = ACTIONS(1500), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1500), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_PS_GET] = ACTIONS(1500), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1500), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1500), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1500), + [anon_sym_MOZ_COLD] = ACTIONS(1500), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1500), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1500), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1500), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1500), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1500), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1500), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1500), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1500), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1500), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1500), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1500), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1500), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_RAII] = ACTIONS(1500), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1500), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1500), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1500), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1500), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1500), + [sym_raw_string_literal] = ACTIONS(1502), }, [104] = { - [sym_identifier] = ACTIONS(1506), - [aux_sym_preproc_include_token1] = ACTIONS(1506), - [aux_sym_preproc_def_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token2] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), - [aux_sym_preproc_else_token1] = ACTIONS(1506), - [aux_sym_preproc_elif_token1] = ACTIONS(1506), - [sym_preproc_directive] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_BANG] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym___based] = ACTIONS(1506), - [anon_sym___cdecl] = ACTIONS(1506), - [anon_sym___clrcall] = ACTIONS(1506), - [anon_sym___stdcall] = ACTIONS(1506), - [anon_sym___fastcall] = ACTIONS(1506), - [anon_sym___thiscall] = ACTIONS(1506), - [anon_sym___vectorcall] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_switch] = ACTIONS(1506), - [anon_sym_case] = ACTIONS(1506), - [anon_sym_default] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_goto] = ACTIONS(1506), - [anon_sym_DASH_DASH] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_sizeof] = ACTIONS(1506), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1508), - [anon_sym_u_SQUOTE] = ACTIONS(1508), - [anon_sym_U_SQUOTE] = ACTIONS(1508), - [anon_sym_u8_SQUOTE] = ACTIONS(1508), - [anon_sym_SQUOTE] = ACTIONS(1508), - [anon_sym_L_DQUOTE] = ACTIONS(1508), - [anon_sym_u_DQUOTE] = ACTIONS(1508), - [anon_sym_U_DQUOTE] = ACTIONS(1508), - [anon_sym_u8_DQUOTE] = ACTIONS(1508), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym_true] = ACTIONS(1506), - [sym_false] = ACTIONS(1506), - [sym_null] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [anon_sym_explicit] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_operator] = ACTIONS(1506), - [anon_sym_delete] = ACTIONS(1506), - [anon_sym_throw] = ACTIONS(1506), - [anon_sym_namespace] = ACTIONS(1506), - [anon_sym_using] = ACTIONS(1506), - [anon_sym_static_assert] = ACTIONS(1506), - [anon_sym_co_return] = ACTIONS(1506), - [anon_sym_co_yield] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), + [sym_catch_clause] = STATE(104), + [aux_sym_try_statement_repeat1] = STATE(104), + [sym_identifier] = ACTIONS(1493), + [aux_sym_preproc_include_token1] = ACTIONS(1493), + [aux_sym_preproc_def_token1] = ACTIONS(1493), + [aux_sym_preproc_if_token1] = ACTIONS(1493), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1493), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1493), + [sym_preproc_directive] = ACTIONS(1493), + [anon_sym_LPAREN2] = ACTIONS(1495), + [anon_sym_BANG] = ACTIONS(1495), + [anon_sym_TILDE] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1493), + [anon_sym_PLUS] = ACTIONS(1493), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_AMP_AMP] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1493), + [anon_sym_SEMI] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1493), + [anon_sym_extern] = ACTIONS(1493), + [anon_sym___attribute__] = ACTIONS(1493), + [anon_sym_COLON_COLON] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1495), + [anon_sym___declspec] = ACTIONS(1493), + [anon_sym___based] = ACTIONS(1493), + [anon_sym___cdecl] = ACTIONS(1493), + [anon_sym___clrcall] = ACTIONS(1493), + [anon_sym___stdcall] = ACTIONS(1493), + [anon_sym___fastcall] = ACTIONS(1493), + [anon_sym___thiscall] = ACTIONS(1493), + [anon_sym___vectorcall] = ACTIONS(1493), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1493), + [anon_sym_static] = ACTIONS(1493), + [anon_sym_register] = ACTIONS(1493), + [anon_sym_inline] = ACTIONS(1493), + [anon_sym_thread_local] = ACTIONS(1493), + [anon_sym_const] = ACTIONS(1493), + [anon_sym_volatile] = ACTIONS(1493), + [anon_sym_restrict] = ACTIONS(1493), + [anon_sym__Atomic] = ACTIONS(1493), + [anon_sym_mutable] = ACTIONS(1493), + [anon_sym_constexpr] = ACTIONS(1493), + [anon_sym_signed] = ACTIONS(1493), + [anon_sym_unsigned] = ACTIONS(1493), + [anon_sym_long] = ACTIONS(1493), + [anon_sym_short] = ACTIONS(1493), + [sym_primitive_type] = ACTIONS(1493), + [anon_sym_enum] = ACTIONS(1493), + [anon_sym_class] = ACTIONS(1493), + [anon_sym_struct] = ACTIONS(1493), + [anon_sym_union] = ACTIONS(1493), + [anon_sym_if] = ACTIONS(1493), + [anon_sym_else] = ACTIONS(1493), + [anon_sym_switch] = ACTIONS(1493), + [anon_sym_case] = ACTIONS(1493), + [anon_sym_default] = ACTIONS(1493), + [anon_sym_while] = ACTIONS(1493), + [anon_sym_do] = ACTIONS(1493), + [anon_sym_for] = ACTIONS(1493), + [anon_sym_return] = ACTIONS(1493), + [anon_sym_break] = ACTIONS(1493), + [anon_sym_continue] = ACTIONS(1493), + [anon_sym_goto] = ACTIONS(1493), + [anon_sym_DASH_DASH] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_sizeof] = ACTIONS(1493), + [sym_number_literal] = ACTIONS(1495), + [anon_sym_L_SQUOTE] = ACTIONS(1495), + [anon_sym_u_SQUOTE] = ACTIONS(1495), + [anon_sym_U_SQUOTE] = ACTIONS(1495), + [anon_sym_u8_SQUOTE] = ACTIONS(1495), + [anon_sym_SQUOTE] = ACTIONS(1495), + [anon_sym_L_DQUOTE] = ACTIONS(1495), + [anon_sym_u_DQUOTE] = ACTIONS(1495), + [anon_sym_U_DQUOTE] = ACTIONS(1495), + [anon_sym_u8_DQUOTE] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym_true] = ACTIONS(1493), + [sym_false] = ACTIONS(1493), + [sym_null] = ACTIONS(1493), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1493), + [anon_sym_virtual] = ACTIONS(1493), + [anon_sym_explicit] = ACTIONS(1493), + [sym_auto] = ACTIONS(1493), + [anon_sym_typename] = ACTIONS(1493), + [anon_sym_template] = ACTIONS(1493), + [anon_sym_operator] = ACTIONS(1493), + [anon_sym_delete] = ACTIONS(1493), + [anon_sym_throw] = ACTIONS(1493), + [anon_sym_namespace] = ACTIONS(1493), + [anon_sym_using] = ACTIONS(1493), + [anon_sym_static_assert] = ACTIONS(1493), + [anon_sym_co_return] = ACTIONS(1493), + [anon_sym_co_yield] = ACTIONS(1493), + [anon_sym_try] = ACTIONS(1493), [anon_sym_catch] = ACTIONS(1506), - [anon_sym_co_await] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [sym_this] = ACTIONS(1506), - [sym_nullptr] = ACTIONS(1506), - [sym_alone_macro] = ACTIONS(1508), - [aux_sym_alone_macro_call_token1] = ACTIONS(1506), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_FORWARD] = ACTIONS(1506), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1506), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_PS_GET] = ACTIONS(1506), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1506), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1506), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), - [sym_raw_string_literal] = ACTIONS(1508), + [anon_sym_co_await] = ACTIONS(1493), + [anon_sym_new] = ACTIONS(1493), + [sym_this] = ACTIONS(1493), + [sym_nullptr] = ACTIONS(1493), + [sym_alone_macro] = ACTIONS(1495), + [aux_sym_alone_macro_call_token1] = ACTIONS(1493), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1493), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1493), + [anon_sym_FORWARD] = ACTIONS(1493), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1493), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1493), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1493), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1493), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1493), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1493), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1493), + [anon_sym_PS_GET] = ACTIONS(1493), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1493), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1493), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1493), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1493), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1493), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1493), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1493), + [anon_sym_MOZ_COLD] = ACTIONS(1493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1493), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1493), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1493), + [anon_sym_MOZ_NONNULL] = ACTIONS(1493), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1493), + [anon_sym_MOZ_NORETURN] = ACTIONS(1493), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1493), + [anon_sym_MOZ_RAII] = ACTIONS(1493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1493), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1493), + [sym_raw_string_literal] = ACTIONS(1495), }, [105] = { - [sym_identifier] = ACTIONS(1510), - [aux_sym_preproc_include_token1] = ACTIONS(1510), - [aux_sym_preproc_def_token1] = ACTIONS(1510), - [aux_sym_preproc_if_token1] = ACTIONS(1510), - [aux_sym_preproc_if_token2] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), - [aux_sym_preproc_else_token1] = ACTIONS(1510), - [aux_sym_preproc_elif_token1] = ACTIONS(1510), - [sym_preproc_directive] = ACTIONS(1510), - [anon_sym_LPAREN2] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_TILDE] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1512), - [anon_sym_AMP_AMP] = ACTIONS(1512), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym___attribute__] = ACTIONS(1510), - [anon_sym_COLON_COLON] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), - [anon_sym___declspec] = ACTIONS(1510), - [anon_sym___based] = ACTIONS(1510), - [anon_sym___cdecl] = ACTIONS(1510), - [anon_sym___clrcall] = ACTIONS(1510), - [anon_sym___stdcall] = ACTIONS(1510), - [anon_sym___fastcall] = ACTIONS(1510), - [anon_sym___thiscall] = ACTIONS(1510), - [anon_sym___vectorcall] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_static] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_inline] = ACTIONS(1510), - [anon_sym_thread_local] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_volatile] = ACTIONS(1510), - [anon_sym_restrict] = ACTIONS(1510), - [anon_sym__Atomic] = ACTIONS(1510), - [anon_sym_mutable] = ACTIONS(1510), - [anon_sym_constexpr] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1510), - [anon_sym_unsigned] = ACTIONS(1510), - [anon_sym_long] = ACTIONS(1510), - [anon_sym_short] = ACTIONS(1510), - [sym_primitive_type] = ACTIONS(1510), - [anon_sym_enum] = ACTIONS(1510), - [anon_sym_class] = ACTIONS(1510), - [anon_sym_struct] = ACTIONS(1510), - [anon_sym_union] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_switch] = ACTIONS(1510), - [anon_sym_case] = ACTIONS(1510), - [anon_sym_default] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_goto] = ACTIONS(1510), - [anon_sym_DASH_DASH] = ACTIONS(1512), - [anon_sym_PLUS_PLUS] = ACTIONS(1512), - [anon_sym_sizeof] = ACTIONS(1510), - [sym_number_literal] = ACTIONS(1512), - [anon_sym_L_SQUOTE] = ACTIONS(1512), - [anon_sym_u_SQUOTE] = ACTIONS(1512), - [anon_sym_U_SQUOTE] = ACTIONS(1512), - [anon_sym_u8_SQUOTE] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1512), - [anon_sym_L_DQUOTE] = ACTIONS(1512), - [anon_sym_u_DQUOTE] = ACTIONS(1512), - [anon_sym_U_DQUOTE] = ACTIONS(1512), - [anon_sym_u8_DQUOTE] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym_true] = ACTIONS(1510), - [sym_false] = ACTIONS(1510), - [sym_null] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1510), - [anon_sym_virtual] = ACTIONS(1510), - [anon_sym_explicit] = ACTIONS(1510), - [sym_auto] = ACTIONS(1510), - [anon_sym_typename] = ACTIONS(1510), - [anon_sym_template] = ACTIONS(1510), - [anon_sym_operator] = ACTIONS(1510), - [anon_sym_delete] = ACTIONS(1510), - [anon_sym_throw] = ACTIONS(1510), - [anon_sym_namespace] = ACTIONS(1510), - [anon_sym_using] = ACTIONS(1510), - [anon_sym_static_assert] = ACTIONS(1510), - [anon_sym_co_return] = ACTIONS(1510), - [anon_sym_co_yield] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_co_await] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [sym_this] = ACTIONS(1510), - [sym_nullptr] = ACTIONS(1510), - [sym_alone_macro] = ACTIONS(1512), - [aux_sym_alone_macro_call_token1] = ACTIONS(1510), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_FORWARD] = ACTIONS(1510), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1510), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_PS_GET] = ACTIONS(1510), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1510), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1510), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1510), - [anon_sym_MOZ_COLD] = ACTIONS(1510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_RAII] = ACTIONS(1510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1510), - [sym_raw_string_literal] = ACTIONS(1512), - }, - [106] = { - [sym_catch_clause] = STATE(112), - [aux_sym_try_statement_repeat1] = STATE(112), + [sym_catch_clause] = STATE(105), + [aux_sym_try_statement_repeat1] = STATE(105), [ts_builtin_sym_end] = ACTIONS(1495), [sym_identifier] = ACTIONS(1493), [aux_sym_preproc_include_token1] = ACTIONS(1493), @@ -54320,7 +54172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_return] = ACTIONS(1493), [anon_sym_co_yield] = ACTIONS(1493), [anon_sym_try] = ACTIONS(1493), - [anon_sym_catch] = ACTIONS(1514), + [anon_sym_catch] = ACTIONS(1509), [anon_sym_co_await] = ACTIONS(1493), [anon_sym_new] = ACTIONS(1493), [sym_this] = ACTIONS(1493), @@ -54415,595 +54267,984 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1493), [sym_raw_string_literal] = ACTIONS(1495), }, + [106] = { + [sym_catch_clause] = STATE(105), + [aux_sym_try_statement_repeat1] = STATE(105), + [ts_builtin_sym_end] = ACTIONS(1502), + [sym_identifier] = ACTIONS(1500), + [aux_sym_preproc_include_token1] = ACTIONS(1500), + [aux_sym_preproc_def_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), + [sym_preproc_directive] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym___cdecl] = ACTIONS(1500), + [anon_sym___clrcall] = ACTIONS(1500), + [anon_sym___stdcall] = ACTIONS(1500), + [anon_sym___fastcall] = ACTIONS(1500), + [anon_sym___thiscall] = ACTIONS(1500), + [anon_sym___vectorcall] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym_mutable] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_class] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_else] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1500), + [anon_sym_default] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [sym_null] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_delete] = ACTIONS(1500), + [anon_sym_throw] = ACTIONS(1500), + [anon_sym_namespace] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_co_return] = ACTIONS(1500), + [anon_sym_co_yield] = ACTIONS(1500), + [anon_sym_try] = ACTIONS(1500), + [anon_sym_catch] = ACTIONS(1512), + [anon_sym_co_await] = ACTIONS(1500), + [anon_sym_new] = ACTIONS(1500), + [sym_this] = ACTIONS(1500), + [sym_nullptr] = ACTIONS(1500), + [sym_alone_macro] = ACTIONS(1502), + [aux_sym_alone_macro_call_token1] = ACTIONS(1500), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_FORWARD] = ACTIONS(1500), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1500), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_PS_GET] = ACTIONS(1500), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1500), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1500), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1500), + [anon_sym_MOZ_COLD] = ACTIONS(1500), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1500), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1500), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1500), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1500), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1500), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1500), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1500), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1500), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1500), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1500), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1500), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1500), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_RAII] = ACTIONS(1500), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1500), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1500), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1500), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1500), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1500), + [sym_raw_string_literal] = ACTIONS(1502), + }, [107] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [aux_sym_preproc_else_token1] = ACTIONS(1516), - [aux_sym_preproc_elif_token1] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_else] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_catch] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), + [sym_identifier] = ACTIONS(1514), + [aux_sym_preproc_include_token1] = ACTIONS(1514), + [aux_sym_preproc_def_token1] = ACTIONS(1514), + [aux_sym_preproc_if_token1] = ACTIONS(1514), + [aux_sym_preproc_if_token2] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1514), + [aux_sym_preproc_else_token1] = ACTIONS(1514), + [aux_sym_preproc_elif_token1] = ACTIONS(1514), + [sym_preproc_directive] = ACTIONS(1514), + [anon_sym_LPAREN2] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1516), + [anon_sym_TILDE] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1514), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1516), + [anon_sym_AMP] = ACTIONS(1514), + [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1514), + [anon_sym_extern] = ACTIONS(1514), + [anon_sym___attribute__] = ACTIONS(1514), + [anon_sym_COLON_COLON] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym___declspec] = ACTIONS(1514), + [anon_sym___based] = ACTIONS(1514), + [anon_sym___cdecl] = ACTIONS(1514), + [anon_sym___clrcall] = ACTIONS(1514), + [anon_sym___stdcall] = ACTIONS(1514), + [anon_sym___fastcall] = ACTIONS(1514), + [anon_sym___thiscall] = ACTIONS(1514), + [anon_sym___vectorcall] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_static] = ACTIONS(1514), + [anon_sym_register] = ACTIONS(1514), + [anon_sym_inline] = ACTIONS(1514), + [anon_sym_thread_local] = ACTIONS(1514), + [anon_sym_const] = ACTIONS(1514), + [anon_sym_volatile] = ACTIONS(1514), + [anon_sym_restrict] = ACTIONS(1514), + [anon_sym__Atomic] = ACTIONS(1514), + [anon_sym_mutable] = ACTIONS(1514), + [anon_sym_constexpr] = ACTIONS(1514), + [anon_sym_signed] = ACTIONS(1514), + [anon_sym_unsigned] = ACTIONS(1514), + [anon_sym_long] = ACTIONS(1514), + [anon_sym_short] = ACTIONS(1514), + [sym_primitive_type] = ACTIONS(1514), + [anon_sym_enum] = ACTIONS(1514), + [anon_sym_class] = ACTIONS(1514), + [anon_sym_struct] = ACTIONS(1514), + [anon_sym_union] = ACTIONS(1514), + [anon_sym_if] = ACTIONS(1514), + [anon_sym_else] = ACTIONS(1514), + [anon_sym_switch] = ACTIONS(1514), + [anon_sym_case] = ACTIONS(1514), + [anon_sym_default] = ACTIONS(1514), + [anon_sym_while] = ACTIONS(1514), + [anon_sym_do] = ACTIONS(1514), + [anon_sym_for] = ACTIONS(1514), + [anon_sym_return] = ACTIONS(1514), + [anon_sym_break] = ACTIONS(1514), + [anon_sym_continue] = ACTIONS(1514), + [anon_sym_goto] = ACTIONS(1514), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_sizeof] = ACTIONS(1514), + [sym_number_literal] = ACTIONS(1516), + [anon_sym_L_SQUOTE] = ACTIONS(1516), + [anon_sym_u_SQUOTE] = ACTIONS(1516), + [anon_sym_U_SQUOTE] = ACTIONS(1516), + [anon_sym_u8_SQUOTE] = ACTIONS(1516), + [anon_sym_SQUOTE] = ACTIONS(1516), + [anon_sym_L_DQUOTE] = ACTIONS(1516), + [anon_sym_u_DQUOTE] = ACTIONS(1516), + [anon_sym_U_DQUOTE] = ACTIONS(1516), + [anon_sym_u8_DQUOTE] = ACTIONS(1516), + [anon_sym_DQUOTE] = ACTIONS(1516), + [sym_true] = ACTIONS(1514), + [sym_false] = ACTIONS(1514), + [sym_null] = ACTIONS(1514), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1514), + [anon_sym_virtual] = ACTIONS(1514), + [anon_sym_explicit] = ACTIONS(1514), + [sym_auto] = ACTIONS(1514), + [anon_sym_typename] = ACTIONS(1514), + [anon_sym_template] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1514), + [anon_sym_delete] = ACTIONS(1514), + [anon_sym_throw] = ACTIONS(1514), + [anon_sym_namespace] = ACTIONS(1514), + [anon_sym_using] = ACTIONS(1514), + [anon_sym_static_assert] = ACTIONS(1514), + [anon_sym_co_return] = ACTIONS(1514), + [anon_sym_co_yield] = ACTIONS(1514), + [anon_sym_try] = ACTIONS(1514), + [anon_sym_catch] = ACTIONS(1514), + [anon_sym_co_await] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1514), + [sym_this] = ACTIONS(1514), + [sym_nullptr] = ACTIONS(1514), + [sym_alone_macro] = ACTIONS(1516), + [aux_sym_alone_macro_call_token1] = ACTIONS(1514), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_FORWARD] = ACTIONS(1514), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1514), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_PS_GET] = ACTIONS(1514), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1514), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1514), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1514), + [anon_sym_MOZ_COLD] = ACTIONS(1514), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1514), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1514), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1514), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1514), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1514), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1514), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1514), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1514), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1514), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1514), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1514), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1514), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_RAII] = ACTIONS(1514), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1514), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1514), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1514), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1514), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1514), + [sym_raw_string_literal] = ACTIONS(1516), }, [108] = { - [sym_catch_clause] = STATE(109), - [aux_sym_try_statement_repeat1] = STATE(109), - [sym_identifier] = ACTIONS(1493), - [aux_sym_preproc_include_token1] = ACTIONS(1493), - [aux_sym_preproc_def_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token2] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1493), - [sym_preproc_directive] = ACTIONS(1493), - [anon_sym_LPAREN2] = ACTIONS(1495), - [anon_sym_BANG] = ACTIONS(1495), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_DASH] = ACTIONS(1493), - [anon_sym_PLUS] = ACTIONS(1493), - [anon_sym_STAR] = ACTIONS(1495), - [anon_sym_AMP_AMP] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1493), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_typedef] = ACTIONS(1493), - [anon_sym_extern] = ACTIONS(1493), - [anon_sym___attribute__] = ACTIONS(1493), - [anon_sym_COLON_COLON] = ACTIONS(1495), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1495), - [anon_sym___declspec] = ACTIONS(1493), - [anon_sym___based] = ACTIONS(1493), - [anon_sym___cdecl] = ACTIONS(1493), - [anon_sym___clrcall] = ACTIONS(1493), - [anon_sym___stdcall] = ACTIONS(1493), - [anon_sym___fastcall] = ACTIONS(1493), - [anon_sym___thiscall] = ACTIONS(1493), - [anon_sym___vectorcall] = ACTIONS(1493), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_LBRACK] = ACTIONS(1493), - [anon_sym_static] = ACTIONS(1493), - [anon_sym_register] = ACTIONS(1493), - [anon_sym_inline] = ACTIONS(1493), - [anon_sym_thread_local] = ACTIONS(1493), - [anon_sym_const] = ACTIONS(1493), - [anon_sym_volatile] = ACTIONS(1493), - [anon_sym_restrict] = ACTIONS(1493), - [anon_sym__Atomic] = ACTIONS(1493), - [anon_sym_mutable] = ACTIONS(1493), - [anon_sym_constexpr] = ACTIONS(1493), - [anon_sym_signed] = ACTIONS(1493), - [anon_sym_unsigned] = ACTIONS(1493), - [anon_sym_long] = ACTIONS(1493), - [anon_sym_short] = ACTIONS(1493), - [sym_primitive_type] = ACTIONS(1493), - [anon_sym_enum] = ACTIONS(1493), - [anon_sym_class] = ACTIONS(1493), - [anon_sym_struct] = ACTIONS(1493), - [anon_sym_union] = ACTIONS(1493), - [anon_sym_if] = ACTIONS(1493), - [anon_sym_else] = ACTIONS(1493), - [anon_sym_switch] = ACTIONS(1493), - [anon_sym_case] = ACTIONS(1493), - [anon_sym_default] = ACTIONS(1493), - [anon_sym_while] = ACTIONS(1493), - [anon_sym_do] = ACTIONS(1493), - [anon_sym_for] = ACTIONS(1493), - [anon_sym_return] = ACTIONS(1493), - [anon_sym_break] = ACTIONS(1493), - [anon_sym_continue] = ACTIONS(1493), - [anon_sym_goto] = ACTIONS(1493), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_sizeof] = ACTIONS(1493), - [sym_number_literal] = ACTIONS(1495), - [anon_sym_L_SQUOTE] = ACTIONS(1495), - [anon_sym_u_SQUOTE] = ACTIONS(1495), - [anon_sym_U_SQUOTE] = ACTIONS(1495), - [anon_sym_u8_SQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [anon_sym_L_DQUOTE] = ACTIONS(1495), - [anon_sym_u_DQUOTE] = ACTIONS(1495), - [anon_sym_U_DQUOTE] = ACTIONS(1495), - [anon_sym_u8_DQUOTE] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [sym_true] = ACTIONS(1493), - [sym_false] = ACTIONS(1493), - [sym_null] = ACTIONS(1493), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1493), - [anon_sym_virtual] = ACTIONS(1493), - [anon_sym_explicit] = ACTIONS(1493), - [sym_auto] = ACTIONS(1493), - [anon_sym_typename] = ACTIONS(1493), - [anon_sym_template] = ACTIONS(1493), - [anon_sym_operator] = ACTIONS(1493), - [anon_sym_delete] = ACTIONS(1493), - [anon_sym_throw] = ACTIONS(1493), - [anon_sym_namespace] = ACTIONS(1493), - [anon_sym_using] = ACTIONS(1493), - [anon_sym_static_assert] = ACTIONS(1493), - [anon_sym_co_return] = ACTIONS(1493), - [anon_sym_co_yield] = ACTIONS(1493), - [anon_sym_try] = ACTIONS(1493), - [anon_sym_catch] = ACTIONS(1520), - [anon_sym_co_await] = ACTIONS(1493), - [anon_sym_new] = ACTIONS(1493), - [sym_this] = ACTIONS(1493), - [sym_nullptr] = ACTIONS(1493), - [sym_alone_macro] = ACTIONS(1495), - [aux_sym_alone_macro_call_token1] = ACTIONS(1493), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1493), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1493), - [anon_sym_FORWARD] = ACTIONS(1493), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1493), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1493), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1493), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1493), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1493), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1493), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1493), - [anon_sym_PS_GET] = ACTIONS(1493), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1493), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1493), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1493), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1493), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1493), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1493), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1493), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1493), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1493), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1493), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1493), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1493), - [anon_sym_MOZ_COLD] = ACTIONS(1493), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1493), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1493), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1493), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1493), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1493), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1493), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1493), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1493), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1493), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1493), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1493), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1493), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1493), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1493), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1493), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1493), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1493), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1493), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1493), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1493), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1493), - [anon_sym_MOZ_NONNULL] = ACTIONS(1493), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1493), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1493), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1493), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1493), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1493), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1493), - [anon_sym_MOZ_NORETURN] = ACTIONS(1493), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1493), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1493), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1493), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1493), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1493), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1493), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1493), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1493), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1493), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1493), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1493), - [anon_sym_MOZ_RAII] = ACTIONS(1493), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1493), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1493), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1493), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1493), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1493), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1493), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1493), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1493), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1493), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1493), - [sym_raw_string_literal] = ACTIONS(1495), + [sym_identifier] = ACTIONS(1518), + [aux_sym_preproc_include_token1] = ACTIONS(1518), + [aux_sym_preproc_def_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token2] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1518), + [aux_sym_preproc_else_token1] = ACTIONS(1518), + [aux_sym_preproc_elif_token1] = ACTIONS(1518), + [sym_preproc_directive] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1518), + [anon_sym_PLUS] = ACTIONS(1518), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_SEMI] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym___based] = ACTIONS(1518), + [anon_sym___cdecl] = ACTIONS(1518), + [anon_sym___clrcall] = ACTIONS(1518), + [anon_sym___stdcall] = ACTIONS(1518), + [anon_sym___fastcall] = ACTIONS(1518), + [anon_sym___thiscall] = ACTIONS(1518), + [anon_sym___vectorcall] = ACTIONS(1518), + [anon_sym_LBRACE] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [anon_sym_if] = ACTIONS(1518), + [anon_sym_else] = ACTIONS(1518), + [anon_sym_switch] = ACTIONS(1518), + [anon_sym_case] = ACTIONS(1518), + [anon_sym_default] = ACTIONS(1518), + [anon_sym_while] = ACTIONS(1518), + [anon_sym_do] = ACTIONS(1518), + [anon_sym_for] = ACTIONS(1518), + [anon_sym_return] = ACTIONS(1518), + [anon_sym_break] = ACTIONS(1518), + [anon_sym_continue] = ACTIONS(1518), + [anon_sym_goto] = ACTIONS(1518), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1518), + [sym_number_literal] = ACTIONS(1520), + [anon_sym_L_SQUOTE] = ACTIONS(1520), + [anon_sym_u_SQUOTE] = ACTIONS(1520), + [anon_sym_U_SQUOTE] = ACTIONS(1520), + [anon_sym_u8_SQUOTE] = ACTIONS(1520), + [anon_sym_SQUOTE] = ACTIONS(1520), + [anon_sym_L_DQUOTE] = ACTIONS(1520), + [anon_sym_u_DQUOTE] = ACTIONS(1520), + [anon_sym_U_DQUOTE] = ACTIONS(1520), + [anon_sym_u8_DQUOTE] = ACTIONS(1520), + [anon_sym_DQUOTE] = ACTIONS(1520), + [sym_true] = ACTIONS(1518), + [sym_false] = ACTIONS(1518), + [sym_null] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [anon_sym_explicit] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1518), + [anon_sym_delete] = ACTIONS(1518), + [anon_sym_throw] = ACTIONS(1518), + [anon_sym_namespace] = ACTIONS(1518), + [anon_sym_using] = ACTIONS(1518), + [anon_sym_static_assert] = ACTIONS(1518), + [anon_sym_co_return] = ACTIONS(1518), + [anon_sym_co_yield] = ACTIONS(1518), + [anon_sym_try] = ACTIONS(1518), + [anon_sym_catch] = ACTIONS(1518), + [anon_sym_co_await] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1518), + [sym_this] = ACTIONS(1518), + [sym_nullptr] = ACTIONS(1518), + [sym_alone_macro] = ACTIONS(1520), + [aux_sym_alone_macro_call_token1] = ACTIONS(1518), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_FORWARD] = ACTIONS(1518), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1518), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_PS_GET] = ACTIONS(1518), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1518), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1518), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), + [sym_raw_string_literal] = ACTIONS(1520), }, [109] = { - [sym_catch_clause] = STATE(109), - [aux_sym_try_statement_repeat1] = STATE(109), - [sym_identifier] = ACTIONS(1499), - [aux_sym_preproc_include_token1] = ACTIONS(1499), - [aux_sym_preproc_def_token1] = ACTIONS(1499), - [aux_sym_preproc_if_token1] = ACTIONS(1499), - [aux_sym_preproc_if_token2] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), - [sym_preproc_directive] = ACTIONS(1499), - [anon_sym_LPAREN2] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1499), - [anon_sym_PLUS] = ACTIONS(1499), - [anon_sym_STAR] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1501), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_SEMI] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1499), - [anon_sym_extern] = ACTIONS(1499), - [anon_sym___attribute__] = ACTIONS(1499), - [anon_sym_COLON_COLON] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), - [anon_sym___declspec] = ACTIONS(1499), - [anon_sym___based] = ACTIONS(1499), - [anon_sym___cdecl] = ACTIONS(1499), - [anon_sym___clrcall] = ACTIONS(1499), - [anon_sym___stdcall] = ACTIONS(1499), - [anon_sym___fastcall] = ACTIONS(1499), - [anon_sym___thiscall] = ACTIONS(1499), - [anon_sym___vectorcall] = ACTIONS(1499), - [anon_sym_LBRACE] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1499), - [anon_sym_register] = ACTIONS(1499), - [anon_sym_inline] = ACTIONS(1499), - [anon_sym_thread_local] = ACTIONS(1499), - [anon_sym_const] = ACTIONS(1499), - [anon_sym_volatile] = ACTIONS(1499), - [anon_sym_restrict] = ACTIONS(1499), - [anon_sym__Atomic] = ACTIONS(1499), - [anon_sym_mutable] = ACTIONS(1499), - [anon_sym_constexpr] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1499), - [anon_sym_unsigned] = ACTIONS(1499), - [anon_sym_long] = ACTIONS(1499), - [anon_sym_short] = ACTIONS(1499), - [sym_primitive_type] = ACTIONS(1499), - [anon_sym_enum] = ACTIONS(1499), - [anon_sym_class] = ACTIONS(1499), - [anon_sym_struct] = ACTIONS(1499), - [anon_sym_union] = ACTIONS(1499), - [anon_sym_if] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1499), - [anon_sym_switch] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1499), - [anon_sym_default] = ACTIONS(1499), - [anon_sym_while] = ACTIONS(1499), - [anon_sym_do] = ACTIONS(1499), - [anon_sym_for] = ACTIONS(1499), - [anon_sym_return] = ACTIONS(1499), - [anon_sym_break] = ACTIONS(1499), - [anon_sym_continue] = ACTIONS(1499), - [anon_sym_goto] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1501), - [anon_sym_sizeof] = ACTIONS(1499), - [sym_number_literal] = ACTIONS(1501), - [anon_sym_L_SQUOTE] = ACTIONS(1501), - [anon_sym_u_SQUOTE] = ACTIONS(1501), - [anon_sym_U_SQUOTE] = ACTIONS(1501), - [anon_sym_u8_SQUOTE] = ACTIONS(1501), - [anon_sym_SQUOTE] = ACTIONS(1501), - [anon_sym_L_DQUOTE] = ACTIONS(1501), - [anon_sym_u_DQUOTE] = ACTIONS(1501), - [anon_sym_U_DQUOTE] = ACTIONS(1501), - [anon_sym_u8_DQUOTE] = ACTIONS(1501), - [anon_sym_DQUOTE] = ACTIONS(1501), - [sym_true] = ACTIONS(1499), - [sym_false] = ACTIONS(1499), - [sym_null] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1499), - [anon_sym_virtual] = ACTIONS(1499), - [anon_sym_explicit] = ACTIONS(1499), - [sym_auto] = ACTIONS(1499), - [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1499), - [anon_sym_operator] = ACTIONS(1499), - [anon_sym_delete] = ACTIONS(1499), - [anon_sym_throw] = ACTIONS(1499), - [anon_sym_namespace] = ACTIONS(1499), - [anon_sym_using] = ACTIONS(1499), - [anon_sym_static_assert] = ACTIONS(1499), - [anon_sym_co_return] = ACTIONS(1499), - [anon_sym_co_yield] = ACTIONS(1499), - [anon_sym_try] = ACTIONS(1499), + [sym_catch_clause] = STATE(111), + [aux_sym_try_statement_repeat1] = STATE(111), + [sym_identifier] = ACTIONS(1500), + [aux_sym_preproc_include_token1] = ACTIONS(1500), + [aux_sym_preproc_def_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token2] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), + [sym_preproc_directive] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym___cdecl] = ACTIONS(1500), + [anon_sym___clrcall] = ACTIONS(1500), + [anon_sym___stdcall] = ACTIONS(1500), + [anon_sym___fastcall] = ACTIONS(1500), + [anon_sym___thiscall] = ACTIONS(1500), + [anon_sym___vectorcall] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym_mutable] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_class] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_else] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1500), + [anon_sym_default] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [sym_null] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_delete] = ACTIONS(1500), + [anon_sym_throw] = ACTIONS(1500), + [anon_sym_namespace] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_co_return] = ACTIONS(1500), + [anon_sym_co_yield] = ACTIONS(1500), + [anon_sym_try] = ACTIONS(1500), [anon_sym_catch] = ACTIONS(1522), - [anon_sym_co_await] = ACTIONS(1499), - [anon_sym_new] = ACTIONS(1499), - [sym_this] = ACTIONS(1499), - [sym_nullptr] = ACTIONS(1499), - [sym_alone_macro] = ACTIONS(1501), - [aux_sym_alone_macro_call_token1] = ACTIONS(1499), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_FORWARD] = ACTIONS(1499), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1499), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_PS_GET] = ACTIONS(1499), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1499), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1499), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1499), - [anon_sym_MOZ_COLD] = ACTIONS(1499), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1499), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1499), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1499), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1499), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1499), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1499), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1499), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1499), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1499), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1499), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1499), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1499), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_RAII] = ACTIONS(1499), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1499), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1499), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1499), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1499), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1499), - [sym_raw_string_literal] = ACTIONS(1501), + [anon_sym_co_await] = ACTIONS(1500), + [anon_sym_new] = ACTIONS(1500), + [sym_this] = ACTIONS(1500), + [sym_nullptr] = ACTIONS(1500), + [sym_alone_macro] = ACTIONS(1502), + [aux_sym_alone_macro_call_token1] = ACTIONS(1500), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_FORWARD] = ACTIONS(1500), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1500), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_PS_GET] = ACTIONS(1500), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1500), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1500), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1500), + [anon_sym_MOZ_COLD] = ACTIONS(1500), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1500), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1500), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1500), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1500), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1500), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1500), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1500), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1500), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1500), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1500), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1500), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1500), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_RAII] = ACTIONS(1500), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1500), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1500), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1500), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1500), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1500), + [sym_raw_string_literal] = ACTIONS(1502), }, [110] = { + [sym_catch_clause] = STATE(104), + [aux_sym_try_statement_repeat1] = STATE(104), + [sym_identifier] = ACTIONS(1500), + [aux_sym_preproc_include_token1] = ACTIONS(1500), + [aux_sym_preproc_def_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), + [sym_preproc_directive] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym___cdecl] = ACTIONS(1500), + [anon_sym___clrcall] = ACTIONS(1500), + [anon_sym___stdcall] = ACTIONS(1500), + [anon_sym___fastcall] = ACTIONS(1500), + [anon_sym___thiscall] = ACTIONS(1500), + [anon_sym___vectorcall] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_RBRACE] = ACTIONS(1502), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym_mutable] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_class] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_else] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1500), + [anon_sym_default] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [sym_null] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_delete] = ACTIONS(1500), + [anon_sym_throw] = ACTIONS(1500), + [anon_sym_namespace] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_co_return] = ACTIONS(1500), + [anon_sym_co_yield] = ACTIONS(1500), + [anon_sym_try] = ACTIONS(1500), + [anon_sym_catch] = ACTIONS(1524), + [anon_sym_co_await] = ACTIONS(1500), + [anon_sym_new] = ACTIONS(1500), + [sym_this] = ACTIONS(1500), + [sym_nullptr] = ACTIONS(1500), + [sym_alone_macro] = ACTIONS(1502), + [aux_sym_alone_macro_call_token1] = ACTIONS(1500), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_FORWARD] = ACTIONS(1500), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1500), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_PS_GET] = ACTIONS(1500), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1500), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1500), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1500), + [anon_sym_MOZ_COLD] = ACTIONS(1500), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1500), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1500), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1500), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1500), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1500), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1500), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1500), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1500), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1500), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1500), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1500), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1500), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_RAII] = ACTIONS(1500), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1500), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1500), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1500), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1500), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1500), + [sym_raw_string_literal] = ACTIONS(1502), + }, + [111] = { [sym_catch_clause] = STATE(111), [aux_sym_try_statement_repeat1] = STATE(111), [sym_identifier] = ACTIONS(1493), [aux_sym_preproc_include_token1] = ACTIONS(1493), [aux_sym_preproc_def_token1] = ACTIONS(1493), [aux_sym_preproc_if_token1] = ACTIONS(1493), + [aux_sym_preproc_if_token2] = ACTIONS(1493), [aux_sym_preproc_ifdef_token1] = ACTIONS(1493), [aux_sym_preproc_ifdef_token2] = ACTIONS(1493), [sym_preproc_directive] = ACTIONS(1493), @@ -55030,7 +55271,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1493), [anon_sym___vectorcall] = ACTIONS(1493), [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1495), [anon_sym_LBRACK] = ACTIONS(1493), [anon_sym_static] = ACTIONS(1493), [anon_sym_register] = ACTIONS(1493), @@ -55096,7 +55336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_return] = ACTIONS(1493), [anon_sym_co_yield] = ACTIONS(1493), [anon_sym_try] = ACTIONS(1493), - [anon_sym_catch] = ACTIONS(1525), + [anon_sym_catch] = ACTIONS(1526), [anon_sym_co_await] = ACTIONS(1493), [anon_sym_new] = ACTIONS(1493), [sym_this] = ACTIONS(1493), @@ -55191,393 +55431,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1493), [sym_raw_string_literal] = ACTIONS(1495), }, - [111] = { - [sym_catch_clause] = STATE(111), - [aux_sym_try_statement_repeat1] = STATE(111), - [sym_identifier] = ACTIONS(1499), - [aux_sym_preproc_include_token1] = ACTIONS(1499), - [aux_sym_preproc_def_token1] = ACTIONS(1499), - [aux_sym_preproc_if_token1] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), - [sym_preproc_directive] = ACTIONS(1499), - [anon_sym_LPAREN2] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1499), - [anon_sym_PLUS] = ACTIONS(1499), - [anon_sym_STAR] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1501), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_SEMI] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1499), - [anon_sym_extern] = ACTIONS(1499), - [anon_sym___attribute__] = ACTIONS(1499), - [anon_sym_COLON_COLON] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), - [anon_sym___declspec] = ACTIONS(1499), - [anon_sym___based] = ACTIONS(1499), - [anon_sym___cdecl] = ACTIONS(1499), - [anon_sym___clrcall] = ACTIONS(1499), - [anon_sym___stdcall] = ACTIONS(1499), - [anon_sym___fastcall] = ACTIONS(1499), - [anon_sym___thiscall] = ACTIONS(1499), - [anon_sym___vectorcall] = ACTIONS(1499), - [anon_sym_LBRACE] = ACTIONS(1501), - [anon_sym_RBRACE] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1499), - [anon_sym_register] = ACTIONS(1499), - [anon_sym_inline] = ACTIONS(1499), - [anon_sym_thread_local] = ACTIONS(1499), - [anon_sym_const] = ACTIONS(1499), - [anon_sym_volatile] = ACTIONS(1499), - [anon_sym_restrict] = ACTIONS(1499), - [anon_sym__Atomic] = ACTIONS(1499), - [anon_sym_mutable] = ACTIONS(1499), - [anon_sym_constexpr] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1499), - [anon_sym_unsigned] = ACTIONS(1499), - [anon_sym_long] = ACTIONS(1499), - [anon_sym_short] = ACTIONS(1499), - [sym_primitive_type] = ACTIONS(1499), - [anon_sym_enum] = ACTIONS(1499), - [anon_sym_class] = ACTIONS(1499), - [anon_sym_struct] = ACTIONS(1499), - [anon_sym_union] = ACTIONS(1499), - [anon_sym_if] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1499), - [anon_sym_switch] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1499), - [anon_sym_default] = ACTIONS(1499), - [anon_sym_while] = ACTIONS(1499), - [anon_sym_do] = ACTIONS(1499), - [anon_sym_for] = ACTIONS(1499), - [anon_sym_return] = ACTIONS(1499), - [anon_sym_break] = ACTIONS(1499), - [anon_sym_continue] = ACTIONS(1499), - [anon_sym_goto] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1501), - [anon_sym_sizeof] = ACTIONS(1499), - [sym_number_literal] = ACTIONS(1501), - [anon_sym_L_SQUOTE] = ACTIONS(1501), - [anon_sym_u_SQUOTE] = ACTIONS(1501), - [anon_sym_U_SQUOTE] = ACTIONS(1501), - [anon_sym_u8_SQUOTE] = ACTIONS(1501), - [anon_sym_SQUOTE] = ACTIONS(1501), - [anon_sym_L_DQUOTE] = ACTIONS(1501), - [anon_sym_u_DQUOTE] = ACTIONS(1501), - [anon_sym_U_DQUOTE] = ACTIONS(1501), - [anon_sym_u8_DQUOTE] = ACTIONS(1501), - [anon_sym_DQUOTE] = ACTIONS(1501), - [sym_true] = ACTIONS(1499), - [sym_false] = ACTIONS(1499), - [sym_null] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1499), - [anon_sym_virtual] = ACTIONS(1499), - [anon_sym_explicit] = ACTIONS(1499), - [sym_auto] = ACTIONS(1499), - [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1499), - [anon_sym_operator] = ACTIONS(1499), - [anon_sym_delete] = ACTIONS(1499), - [anon_sym_throw] = ACTIONS(1499), - [anon_sym_namespace] = ACTIONS(1499), - [anon_sym_using] = ACTIONS(1499), - [anon_sym_static_assert] = ACTIONS(1499), - [anon_sym_co_return] = ACTIONS(1499), - [anon_sym_co_yield] = ACTIONS(1499), - [anon_sym_try] = ACTIONS(1499), - [anon_sym_catch] = ACTIONS(1527), - [anon_sym_co_await] = ACTIONS(1499), - [anon_sym_new] = ACTIONS(1499), - [sym_this] = ACTIONS(1499), - [sym_nullptr] = ACTIONS(1499), - [sym_alone_macro] = ACTIONS(1501), - [aux_sym_alone_macro_call_token1] = ACTIONS(1499), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_FORWARD] = ACTIONS(1499), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1499), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_PS_GET] = ACTIONS(1499), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1499), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1499), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1499), - [anon_sym_MOZ_COLD] = ACTIONS(1499), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1499), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1499), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1499), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1499), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1499), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1499), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1499), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1499), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1499), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1499), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1499), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1499), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_RAII] = ACTIONS(1499), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1499), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1499), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1499), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1499), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1499), - [sym_raw_string_literal] = ACTIONS(1501), - }, [112] = { - [sym_catch_clause] = STATE(112), - [aux_sym_try_statement_repeat1] = STATE(112), - [ts_builtin_sym_end] = ACTIONS(1501), - [sym_identifier] = ACTIONS(1499), - [aux_sym_preproc_include_token1] = ACTIONS(1499), - [aux_sym_preproc_def_token1] = ACTIONS(1499), - [aux_sym_preproc_if_token1] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), - [sym_preproc_directive] = ACTIONS(1499), - [anon_sym_LPAREN2] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1499), - [anon_sym_PLUS] = ACTIONS(1499), - [anon_sym_STAR] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1501), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_SEMI] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1499), - [anon_sym_extern] = ACTIONS(1499), - [anon_sym___attribute__] = ACTIONS(1499), - [anon_sym_COLON_COLON] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), - [anon_sym___declspec] = ACTIONS(1499), - [anon_sym___based] = ACTIONS(1499), - [anon_sym___cdecl] = ACTIONS(1499), - [anon_sym___clrcall] = ACTIONS(1499), - [anon_sym___stdcall] = ACTIONS(1499), - [anon_sym___fastcall] = ACTIONS(1499), - [anon_sym___thiscall] = ACTIONS(1499), - [anon_sym___vectorcall] = ACTIONS(1499), - [anon_sym_LBRACE] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1499), - [anon_sym_register] = ACTIONS(1499), - [anon_sym_inline] = ACTIONS(1499), - [anon_sym_thread_local] = ACTIONS(1499), - [anon_sym_const] = ACTIONS(1499), - [anon_sym_volatile] = ACTIONS(1499), - [anon_sym_restrict] = ACTIONS(1499), - [anon_sym__Atomic] = ACTIONS(1499), - [anon_sym_mutable] = ACTIONS(1499), - [anon_sym_constexpr] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1499), - [anon_sym_unsigned] = ACTIONS(1499), - [anon_sym_long] = ACTIONS(1499), - [anon_sym_short] = ACTIONS(1499), - [sym_primitive_type] = ACTIONS(1499), - [anon_sym_enum] = ACTIONS(1499), - [anon_sym_class] = ACTIONS(1499), - [anon_sym_struct] = ACTIONS(1499), - [anon_sym_union] = ACTIONS(1499), - [anon_sym_if] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1499), - [anon_sym_switch] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1499), - [anon_sym_default] = ACTIONS(1499), - [anon_sym_while] = ACTIONS(1499), - [anon_sym_do] = ACTIONS(1499), - [anon_sym_for] = ACTIONS(1499), - [anon_sym_return] = ACTIONS(1499), - [anon_sym_break] = ACTIONS(1499), - [anon_sym_continue] = ACTIONS(1499), - [anon_sym_goto] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1501), - [anon_sym_sizeof] = ACTIONS(1499), - [sym_number_literal] = ACTIONS(1501), - [anon_sym_L_SQUOTE] = ACTIONS(1501), - [anon_sym_u_SQUOTE] = ACTIONS(1501), - [anon_sym_U_SQUOTE] = ACTIONS(1501), - [anon_sym_u8_SQUOTE] = ACTIONS(1501), - [anon_sym_SQUOTE] = ACTIONS(1501), - [anon_sym_L_DQUOTE] = ACTIONS(1501), - [anon_sym_u_DQUOTE] = ACTIONS(1501), - [anon_sym_U_DQUOTE] = ACTIONS(1501), - [anon_sym_u8_DQUOTE] = ACTIONS(1501), - [anon_sym_DQUOTE] = ACTIONS(1501), - [sym_true] = ACTIONS(1499), - [sym_false] = ACTIONS(1499), - [sym_null] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1499), - [anon_sym_virtual] = ACTIONS(1499), - [anon_sym_explicit] = ACTIONS(1499), - [sym_auto] = ACTIONS(1499), - [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1499), - [anon_sym_operator] = ACTIONS(1499), - [anon_sym_delete] = ACTIONS(1499), - [anon_sym_throw] = ACTIONS(1499), - [anon_sym_namespace] = ACTIONS(1499), - [anon_sym_using] = ACTIONS(1499), - [anon_sym_static_assert] = ACTIONS(1499), - [anon_sym_co_return] = ACTIONS(1499), - [anon_sym_co_yield] = ACTIONS(1499), - [anon_sym_try] = ACTIONS(1499), - [anon_sym_catch] = ACTIONS(1530), - [anon_sym_co_await] = ACTIONS(1499), - [anon_sym_new] = ACTIONS(1499), - [sym_this] = ACTIONS(1499), - [sym_nullptr] = ACTIONS(1499), - [sym_alone_macro] = ACTIONS(1501), - [aux_sym_alone_macro_call_token1] = ACTIONS(1499), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_FORWARD] = ACTIONS(1499), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1499), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_PS_GET] = ACTIONS(1499), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1499), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1499), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1499), - [anon_sym_MOZ_COLD] = ACTIONS(1499), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1499), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1499), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1499), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1499), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1499), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1499), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1499), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1499), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1499), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1499), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1499), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1499), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_RAII] = ACTIONS(1499), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1499), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1499), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1499), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1499), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1499), - [sym_raw_string_literal] = ACTIONS(1501), + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [aux_sym_preproc_else_token1] = ACTIONS(1529), + [aux_sym_preproc_elif_token1] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_else] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_catch] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), }, [113] = { [sym_identifier] = ACTIONS(1533), @@ -56545,1164 +56591,392 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(1547), }, [118] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [aux_sym_preproc_else_token1] = ACTIONS(1516), - [aux_sym_preproc_elif_token1] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), + [sym_identifier] = ACTIONS(1549), + [aux_sym_preproc_include_token1] = ACTIONS(1549), + [aux_sym_preproc_def_token1] = ACTIONS(1549), + [aux_sym_preproc_if_token1] = ACTIONS(1549), + [aux_sym_preproc_if_token2] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1549), + [aux_sym_preproc_else_token1] = ACTIONS(1549), + [aux_sym_preproc_elif_token1] = ACTIONS(1549), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_LPAREN2] = ACTIONS(1551), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1549), + [anon_sym_PLUS] = ACTIONS(1549), + [anon_sym_STAR] = ACTIONS(1551), + [anon_sym_AMP_AMP] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_typedef] = ACTIONS(1549), + [anon_sym_extern] = ACTIONS(1549), + [anon_sym___attribute__] = ACTIONS(1549), + [anon_sym_COLON_COLON] = ACTIONS(1551), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1551), + [anon_sym___declspec] = ACTIONS(1549), + [anon_sym___based] = ACTIONS(1549), + [anon_sym___cdecl] = ACTIONS(1549), + [anon_sym___clrcall] = ACTIONS(1549), + [anon_sym___stdcall] = ACTIONS(1549), + [anon_sym___fastcall] = ACTIONS(1549), + [anon_sym___thiscall] = ACTIONS(1549), + [anon_sym___vectorcall] = ACTIONS(1549), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_LBRACK] = ACTIONS(1549), + [anon_sym_static] = ACTIONS(1549), + [anon_sym_register] = ACTIONS(1549), + [anon_sym_inline] = ACTIONS(1549), + [anon_sym_thread_local] = ACTIONS(1549), + [anon_sym_const] = ACTIONS(1549), + [anon_sym_volatile] = ACTIONS(1549), + [anon_sym_restrict] = ACTIONS(1549), + [anon_sym__Atomic] = ACTIONS(1549), + [anon_sym_mutable] = ACTIONS(1549), + [anon_sym_constexpr] = ACTIONS(1549), + [anon_sym_signed] = ACTIONS(1549), + [anon_sym_unsigned] = ACTIONS(1549), + [anon_sym_long] = ACTIONS(1549), + [anon_sym_short] = ACTIONS(1549), + [sym_primitive_type] = ACTIONS(1549), + [anon_sym_enum] = ACTIONS(1549), + [anon_sym_class] = ACTIONS(1549), + [anon_sym_struct] = ACTIONS(1549), + [anon_sym_union] = ACTIONS(1549), + [anon_sym_if] = ACTIONS(1549), + [anon_sym_else] = ACTIONS(1549), + [anon_sym_switch] = ACTIONS(1549), + [anon_sym_case] = ACTIONS(1549), + [anon_sym_default] = ACTIONS(1549), + [anon_sym_while] = ACTIONS(1549), + [anon_sym_do] = ACTIONS(1549), + [anon_sym_for] = ACTIONS(1549), + [anon_sym_return] = ACTIONS(1549), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1549), + [anon_sym_goto] = ACTIONS(1549), + [anon_sym_DASH_DASH] = ACTIONS(1551), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_sizeof] = ACTIONS(1549), + [sym_number_literal] = ACTIONS(1551), + [anon_sym_L_SQUOTE] = ACTIONS(1551), + [anon_sym_u_SQUOTE] = ACTIONS(1551), + [anon_sym_U_SQUOTE] = ACTIONS(1551), + [anon_sym_u8_SQUOTE] = ACTIONS(1551), + [anon_sym_SQUOTE] = ACTIONS(1551), + [anon_sym_L_DQUOTE] = ACTIONS(1551), + [anon_sym_u_DQUOTE] = ACTIONS(1551), + [anon_sym_U_DQUOTE] = ACTIONS(1551), + [anon_sym_u8_DQUOTE] = ACTIONS(1551), + [anon_sym_DQUOTE] = ACTIONS(1551), + [sym_true] = ACTIONS(1549), + [sym_false] = ACTIONS(1549), + [sym_null] = ACTIONS(1549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1549), + [anon_sym_virtual] = ACTIONS(1549), + [anon_sym_explicit] = ACTIONS(1549), + [sym_auto] = ACTIONS(1549), + [anon_sym_typename] = ACTIONS(1549), + [anon_sym_template] = ACTIONS(1549), + [anon_sym_operator] = ACTIONS(1549), + [anon_sym_delete] = ACTIONS(1549), + [anon_sym_throw] = ACTIONS(1549), + [anon_sym_namespace] = ACTIONS(1549), + [anon_sym_using] = ACTIONS(1549), + [anon_sym_static_assert] = ACTIONS(1549), + [anon_sym_co_return] = ACTIONS(1549), + [anon_sym_co_yield] = ACTIONS(1549), + [anon_sym_try] = ACTIONS(1549), + [anon_sym_co_await] = ACTIONS(1549), + [anon_sym_new] = ACTIONS(1549), + [sym_this] = ACTIONS(1549), + [sym_nullptr] = ACTIONS(1549), + [sym_alone_macro] = ACTIONS(1551), + [aux_sym_alone_macro_call_token1] = ACTIONS(1549), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_FORWARD] = ACTIONS(1549), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1549), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_PS_GET] = ACTIONS(1549), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1549), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1549), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1549), + [anon_sym_MOZ_COLD] = ACTIONS(1549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_RAII] = ACTIONS(1549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1549), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1549), + [sym_raw_string_literal] = ACTIONS(1551), }, [119] = { - [sym_identifier] = ACTIONS(1551), - [aux_sym_preproc_include_token1] = ACTIONS(1551), - [aux_sym_preproc_def_token1] = ACTIONS(1551), - [aux_sym_preproc_if_token1] = ACTIONS(1551), - [aux_sym_preproc_if_token2] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1551), - [aux_sym_preproc_else_token1] = ACTIONS(1551), - [aux_sym_preproc_elif_token1] = ACTIONS(1551), - [sym_preproc_directive] = ACTIONS(1551), - [anon_sym_LPAREN2] = ACTIONS(1553), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1553), - [anon_sym_AMP_AMP] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1553), - [anon_sym_typedef] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym___attribute__] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1553), - [anon_sym___declspec] = ACTIONS(1551), - [anon_sym___based] = ACTIONS(1551), - [anon_sym___cdecl] = ACTIONS(1551), - [anon_sym___clrcall] = ACTIONS(1551), - [anon_sym___stdcall] = ACTIONS(1551), - [anon_sym___fastcall] = ACTIONS(1551), - [anon_sym___thiscall] = ACTIONS(1551), - [anon_sym___vectorcall] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_static] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_inline] = ACTIONS(1551), - [anon_sym_thread_local] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_volatile] = ACTIONS(1551), - [anon_sym_restrict] = ACTIONS(1551), - [anon_sym__Atomic] = ACTIONS(1551), - [anon_sym_mutable] = ACTIONS(1551), - [anon_sym_constexpr] = ACTIONS(1551), - [anon_sym_signed] = ACTIONS(1551), - [anon_sym_unsigned] = ACTIONS(1551), - [anon_sym_long] = ACTIONS(1551), - [anon_sym_short] = ACTIONS(1551), - [sym_primitive_type] = ACTIONS(1551), - [anon_sym_enum] = ACTIONS(1551), - [anon_sym_class] = ACTIONS(1551), - [anon_sym_struct] = ACTIONS(1551), - [anon_sym_union] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_switch] = ACTIONS(1551), - [anon_sym_case] = ACTIONS(1551), - [anon_sym_default] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_goto] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1553), - [anon_sym_PLUS_PLUS] = ACTIONS(1553), - [anon_sym_sizeof] = ACTIONS(1551), - [sym_number_literal] = ACTIONS(1553), - [anon_sym_L_SQUOTE] = ACTIONS(1553), - [anon_sym_u_SQUOTE] = ACTIONS(1553), - [anon_sym_U_SQUOTE] = ACTIONS(1553), - [anon_sym_u8_SQUOTE] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1553), - [anon_sym_L_DQUOTE] = ACTIONS(1553), - [anon_sym_u_DQUOTE] = ACTIONS(1553), - [anon_sym_U_DQUOTE] = ACTIONS(1553), - [anon_sym_u8_DQUOTE] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym_true] = ACTIONS(1551), - [sym_false] = ACTIONS(1551), - [sym_null] = ACTIONS(1551), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1551), - [anon_sym_virtual] = ACTIONS(1551), - [anon_sym_explicit] = ACTIONS(1551), - [sym_auto] = ACTIONS(1551), - [anon_sym_typename] = ACTIONS(1551), - [anon_sym_template] = ACTIONS(1551), - [anon_sym_operator] = ACTIONS(1551), - [anon_sym_delete] = ACTIONS(1551), - [anon_sym_throw] = ACTIONS(1551), - [anon_sym_namespace] = ACTIONS(1551), - [anon_sym_using] = ACTIONS(1551), - [anon_sym_static_assert] = ACTIONS(1551), - [anon_sym_co_return] = ACTIONS(1551), - [anon_sym_co_yield] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_co_await] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [sym_this] = ACTIONS(1551), - [sym_nullptr] = ACTIONS(1551), - [sym_alone_macro] = ACTIONS(1553), - [aux_sym_alone_macro_call_token1] = ACTIONS(1551), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_FORWARD] = ACTIONS(1551), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1551), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_PS_GET] = ACTIONS(1551), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1551), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1551), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1551), - [anon_sym_MOZ_COLD] = ACTIONS(1551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_RAII] = ACTIONS(1551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1551), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1551), - [sym_raw_string_literal] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1553), + [aux_sym_preproc_include_token1] = ACTIONS(1553), + [aux_sym_preproc_def_token1] = ACTIONS(1553), + [aux_sym_preproc_if_token1] = ACTIONS(1553), + [aux_sym_preproc_if_token2] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1553), + [aux_sym_preproc_else_token1] = ACTIONS(1553), + [aux_sym_preproc_elif_token1] = ACTIONS(1553), + [sym_preproc_directive] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(1555), + [anon_sym_BANG] = ACTIONS(1555), + [anon_sym_TILDE] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_AMP_AMP] = ACTIONS(1555), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1555), + [anon_sym_typedef] = ACTIONS(1553), + [anon_sym_extern] = ACTIONS(1553), + [anon_sym___attribute__] = ACTIONS(1553), + [anon_sym_COLON_COLON] = ACTIONS(1555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1555), + [anon_sym___declspec] = ACTIONS(1553), + [anon_sym___based] = ACTIONS(1553), + [anon_sym___cdecl] = ACTIONS(1553), + [anon_sym___clrcall] = ACTIONS(1553), + [anon_sym___stdcall] = ACTIONS(1553), + [anon_sym___fastcall] = ACTIONS(1553), + [anon_sym___thiscall] = ACTIONS(1553), + [anon_sym___vectorcall] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1555), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1553), + [anon_sym_register] = ACTIONS(1553), + [anon_sym_inline] = ACTIONS(1553), + [anon_sym_thread_local] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_volatile] = ACTIONS(1553), + [anon_sym_restrict] = ACTIONS(1553), + [anon_sym__Atomic] = ACTIONS(1553), + [anon_sym_mutable] = ACTIONS(1553), + [anon_sym_constexpr] = ACTIONS(1553), + [anon_sym_signed] = ACTIONS(1553), + [anon_sym_unsigned] = ACTIONS(1553), + [anon_sym_long] = ACTIONS(1553), + [anon_sym_short] = ACTIONS(1553), + [sym_primitive_type] = ACTIONS(1553), + [anon_sym_enum] = ACTIONS(1553), + [anon_sym_class] = ACTIONS(1553), + [anon_sym_struct] = ACTIONS(1553), + [anon_sym_union] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_else] = ACTIONS(1553), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_case] = ACTIONS(1553), + [anon_sym_default] = ACTIONS(1553), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1553), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_DASH_DASH] = ACTIONS(1555), + [anon_sym_PLUS_PLUS] = ACTIONS(1555), + [anon_sym_sizeof] = ACTIONS(1553), + [sym_number_literal] = ACTIONS(1555), + [anon_sym_L_SQUOTE] = ACTIONS(1555), + [anon_sym_u_SQUOTE] = ACTIONS(1555), + [anon_sym_U_SQUOTE] = ACTIONS(1555), + [anon_sym_u8_SQUOTE] = ACTIONS(1555), + [anon_sym_SQUOTE] = ACTIONS(1555), + [anon_sym_L_DQUOTE] = ACTIONS(1555), + [anon_sym_u_DQUOTE] = ACTIONS(1555), + [anon_sym_U_DQUOTE] = ACTIONS(1555), + [anon_sym_u8_DQUOTE] = ACTIONS(1555), + [anon_sym_DQUOTE] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1553), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1553), + [anon_sym_virtual] = ACTIONS(1553), + [anon_sym_explicit] = ACTIONS(1553), + [sym_auto] = ACTIONS(1553), + [anon_sym_typename] = ACTIONS(1553), + [anon_sym_template] = ACTIONS(1553), + [anon_sym_operator] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_throw] = ACTIONS(1553), + [anon_sym_namespace] = ACTIONS(1553), + [anon_sym_using] = ACTIONS(1553), + [anon_sym_static_assert] = ACTIONS(1553), + [anon_sym_co_return] = ACTIONS(1553), + [anon_sym_co_yield] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1553), + [anon_sym_co_await] = ACTIONS(1553), + [anon_sym_new] = ACTIONS(1553), + [sym_this] = ACTIONS(1553), + [sym_nullptr] = ACTIONS(1553), + [sym_alone_macro] = ACTIONS(1555), + [aux_sym_alone_macro_call_token1] = ACTIONS(1553), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_FORWARD] = ACTIONS(1553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_PS_GET] = ACTIONS(1553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1553), + [anon_sym_MOZ_COLD] = ACTIONS(1553), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1553), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1553), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1553), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1553), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1553), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1553), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1553), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1553), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1553), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1553), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1553), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1553), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_RAII] = ACTIONS(1553), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1553), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1553), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1553), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1553), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1553), + [sym_raw_string_literal] = ACTIONS(1555), }, [120] = { - [sym_identifier] = ACTIONS(1555), - [aux_sym_preproc_include_token1] = ACTIONS(1555), - [aux_sym_preproc_def_token1] = ACTIONS(1555), - [aux_sym_preproc_if_token1] = ACTIONS(1555), - [aux_sym_preproc_if_token2] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1555), - [aux_sym_preproc_else_token1] = ACTIONS(1555), - [aux_sym_preproc_elif_token1] = ACTIONS(1555), - [sym_preproc_directive] = ACTIONS(1555), - [anon_sym_LPAREN2] = ACTIONS(1557), - [anon_sym_BANG] = ACTIONS(1557), - [anon_sym_TILDE] = ACTIONS(1557), - [anon_sym_DASH] = ACTIONS(1555), - [anon_sym_PLUS] = ACTIONS(1555), - [anon_sym_STAR] = ACTIONS(1557), - [anon_sym_AMP_AMP] = ACTIONS(1557), - [anon_sym_AMP] = ACTIONS(1555), - [anon_sym_SEMI] = ACTIONS(1557), - [anon_sym_typedef] = ACTIONS(1555), - [anon_sym_extern] = ACTIONS(1555), - [anon_sym___attribute__] = ACTIONS(1555), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1557), - [anon_sym___declspec] = ACTIONS(1555), - [anon_sym___based] = ACTIONS(1555), - [anon_sym___cdecl] = ACTIONS(1555), - [anon_sym___clrcall] = ACTIONS(1555), - [anon_sym___stdcall] = ACTIONS(1555), - [anon_sym___fastcall] = ACTIONS(1555), - [anon_sym___thiscall] = ACTIONS(1555), - [anon_sym___vectorcall] = ACTIONS(1555), - [anon_sym_LBRACE] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1555), - [anon_sym_static] = ACTIONS(1555), - [anon_sym_register] = ACTIONS(1555), - [anon_sym_inline] = ACTIONS(1555), - [anon_sym_thread_local] = ACTIONS(1555), - [anon_sym_const] = ACTIONS(1555), - [anon_sym_volatile] = ACTIONS(1555), - [anon_sym_restrict] = ACTIONS(1555), - [anon_sym__Atomic] = ACTIONS(1555), - [anon_sym_mutable] = ACTIONS(1555), - [anon_sym_constexpr] = ACTIONS(1555), - [anon_sym_signed] = ACTIONS(1555), - [anon_sym_unsigned] = ACTIONS(1555), - [anon_sym_long] = ACTIONS(1555), - [anon_sym_short] = ACTIONS(1555), - [sym_primitive_type] = ACTIONS(1555), - [anon_sym_enum] = ACTIONS(1555), - [anon_sym_class] = ACTIONS(1555), - [anon_sym_struct] = ACTIONS(1555), - [anon_sym_union] = ACTIONS(1555), - [anon_sym_if] = ACTIONS(1555), - [anon_sym_else] = ACTIONS(1555), - [anon_sym_switch] = ACTIONS(1555), - [anon_sym_case] = ACTIONS(1555), - [anon_sym_default] = ACTIONS(1555), - [anon_sym_while] = ACTIONS(1555), - [anon_sym_do] = ACTIONS(1555), - [anon_sym_for] = ACTIONS(1555), - [anon_sym_return] = ACTIONS(1555), - [anon_sym_break] = ACTIONS(1555), - [anon_sym_continue] = ACTIONS(1555), - [anon_sym_goto] = ACTIONS(1555), - [anon_sym_DASH_DASH] = ACTIONS(1557), - [anon_sym_PLUS_PLUS] = ACTIONS(1557), - [anon_sym_sizeof] = ACTIONS(1555), - [sym_number_literal] = ACTIONS(1557), - [anon_sym_L_SQUOTE] = ACTIONS(1557), - [anon_sym_u_SQUOTE] = ACTIONS(1557), - [anon_sym_U_SQUOTE] = ACTIONS(1557), - [anon_sym_u8_SQUOTE] = ACTIONS(1557), - [anon_sym_SQUOTE] = ACTIONS(1557), - [anon_sym_L_DQUOTE] = ACTIONS(1557), - [anon_sym_u_DQUOTE] = ACTIONS(1557), - [anon_sym_U_DQUOTE] = ACTIONS(1557), - [anon_sym_u8_DQUOTE] = ACTIONS(1557), - [anon_sym_DQUOTE] = ACTIONS(1557), - [sym_true] = ACTIONS(1555), - [sym_false] = ACTIONS(1555), - [sym_null] = ACTIONS(1555), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1555), - [anon_sym_virtual] = ACTIONS(1555), - [anon_sym_explicit] = ACTIONS(1555), - [sym_auto] = ACTIONS(1555), - [anon_sym_typename] = ACTIONS(1555), - [anon_sym_template] = ACTIONS(1555), - [anon_sym_operator] = ACTIONS(1555), - [anon_sym_delete] = ACTIONS(1555), - [anon_sym_throw] = ACTIONS(1555), - [anon_sym_namespace] = ACTIONS(1555), - [anon_sym_using] = ACTIONS(1555), - [anon_sym_static_assert] = ACTIONS(1555), - [anon_sym_co_return] = ACTIONS(1555), - [anon_sym_co_yield] = ACTIONS(1555), - [anon_sym_try] = ACTIONS(1555), - [anon_sym_co_await] = ACTIONS(1555), - [anon_sym_new] = ACTIONS(1555), - [sym_this] = ACTIONS(1555), - [sym_nullptr] = ACTIONS(1555), - [sym_alone_macro] = ACTIONS(1557), - [aux_sym_alone_macro_call_token1] = ACTIONS(1555), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_FORWARD] = ACTIONS(1555), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1555), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_PS_GET] = ACTIONS(1555), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1555), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1555), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1555), - [anon_sym_MOZ_COLD] = ACTIONS(1555), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1555), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1555), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1555), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1555), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1555), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1555), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1555), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1555), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1555), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1555), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1555), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1555), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_RAII] = ACTIONS(1555), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1555), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1555), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1555), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1555), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1555), - [sym_raw_string_literal] = ACTIONS(1557), - }, - [121] = { - [sym_identifier] = ACTIONS(1559), - [aux_sym_preproc_include_token1] = ACTIONS(1559), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token2] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1559), - [aux_sym_preproc_else_token1] = ACTIONS(1559), - [aux_sym_preproc_elif_token1] = ACTIONS(1559), - [sym_preproc_directive] = ACTIONS(1559), - [anon_sym_LPAREN2] = ACTIONS(1561), - [anon_sym_BANG] = ACTIONS(1561), - [anon_sym_TILDE] = ACTIONS(1561), - [anon_sym_DASH] = ACTIONS(1559), - [anon_sym_PLUS] = ACTIONS(1559), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_AMP_AMP] = ACTIONS(1561), - [anon_sym_AMP] = ACTIONS(1559), - [anon_sym_SEMI] = ACTIONS(1561), - [anon_sym_typedef] = ACTIONS(1559), - [anon_sym_extern] = ACTIONS(1559), - [anon_sym___attribute__] = ACTIONS(1559), - [anon_sym_COLON_COLON] = ACTIONS(1561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1561), - [anon_sym___declspec] = ACTIONS(1559), - [anon_sym___based] = ACTIONS(1559), - [anon_sym___cdecl] = ACTIONS(1559), - [anon_sym___clrcall] = ACTIONS(1559), - [anon_sym___stdcall] = ACTIONS(1559), - [anon_sym___fastcall] = ACTIONS(1559), - [anon_sym___thiscall] = ACTIONS(1559), - [anon_sym___vectorcall] = ACTIONS(1559), - [anon_sym_LBRACE] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1559), - [anon_sym_static] = ACTIONS(1559), - [anon_sym_register] = ACTIONS(1559), - [anon_sym_inline] = ACTIONS(1559), - [anon_sym_thread_local] = ACTIONS(1559), - [anon_sym_const] = ACTIONS(1559), - [anon_sym_volatile] = ACTIONS(1559), - [anon_sym_restrict] = ACTIONS(1559), - [anon_sym__Atomic] = ACTIONS(1559), - [anon_sym_mutable] = ACTIONS(1559), - [anon_sym_constexpr] = ACTIONS(1559), - [anon_sym_signed] = ACTIONS(1559), - [anon_sym_unsigned] = ACTIONS(1559), - [anon_sym_long] = ACTIONS(1559), - [anon_sym_short] = ACTIONS(1559), - [sym_primitive_type] = ACTIONS(1559), - [anon_sym_enum] = ACTIONS(1559), - [anon_sym_class] = ACTIONS(1559), - [anon_sym_struct] = ACTIONS(1559), - [anon_sym_union] = ACTIONS(1559), - [anon_sym_if] = ACTIONS(1559), - [anon_sym_else] = ACTIONS(1563), - [anon_sym_switch] = ACTIONS(1559), - [anon_sym_case] = ACTIONS(1559), - [anon_sym_default] = ACTIONS(1559), - [anon_sym_while] = ACTIONS(1559), - [anon_sym_do] = ACTIONS(1559), - [anon_sym_for] = ACTIONS(1559), - [anon_sym_return] = ACTIONS(1559), - [anon_sym_break] = ACTIONS(1559), - [anon_sym_continue] = ACTIONS(1559), - [anon_sym_goto] = ACTIONS(1559), - [anon_sym_DASH_DASH] = ACTIONS(1561), - [anon_sym_PLUS_PLUS] = ACTIONS(1561), - [anon_sym_sizeof] = ACTIONS(1559), - [sym_number_literal] = ACTIONS(1561), - [anon_sym_L_SQUOTE] = ACTIONS(1561), - [anon_sym_u_SQUOTE] = ACTIONS(1561), - [anon_sym_U_SQUOTE] = ACTIONS(1561), - [anon_sym_u8_SQUOTE] = ACTIONS(1561), - [anon_sym_SQUOTE] = ACTIONS(1561), - [anon_sym_L_DQUOTE] = ACTIONS(1561), - [anon_sym_u_DQUOTE] = ACTIONS(1561), - [anon_sym_U_DQUOTE] = ACTIONS(1561), - [anon_sym_u8_DQUOTE] = ACTIONS(1561), - [anon_sym_DQUOTE] = ACTIONS(1561), - [sym_true] = ACTIONS(1559), - [sym_false] = ACTIONS(1559), - [sym_null] = ACTIONS(1559), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1559), - [anon_sym_virtual] = ACTIONS(1559), - [anon_sym_explicit] = ACTIONS(1559), - [sym_auto] = ACTIONS(1559), - [anon_sym_typename] = ACTIONS(1559), - [anon_sym_template] = ACTIONS(1559), - [anon_sym_operator] = ACTIONS(1559), - [anon_sym_delete] = ACTIONS(1559), - [anon_sym_throw] = ACTIONS(1559), - [anon_sym_namespace] = ACTIONS(1559), - [anon_sym_using] = ACTIONS(1559), - [anon_sym_static_assert] = ACTIONS(1559), - [anon_sym_co_return] = ACTIONS(1559), - [anon_sym_co_yield] = ACTIONS(1559), - [anon_sym_try] = ACTIONS(1559), - [anon_sym_co_await] = ACTIONS(1559), - [anon_sym_new] = ACTIONS(1559), - [sym_this] = ACTIONS(1559), - [sym_nullptr] = ACTIONS(1559), - [sym_alone_macro] = ACTIONS(1561), - [aux_sym_alone_macro_call_token1] = ACTIONS(1559), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_FORWARD] = ACTIONS(1559), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1559), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_PS_GET] = ACTIONS(1559), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1559), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1559), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1559), - [anon_sym_MOZ_COLD] = ACTIONS(1559), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1559), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1559), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1559), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1559), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1559), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1559), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1559), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1559), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1559), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1559), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1559), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1559), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_RAII] = ACTIONS(1559), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1559), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1559), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1559), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1559), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1559), - [sym_raw_string_literal] = ACTIONS(1561), - }, - [122] = { - [sym_identifier] = ACTIONS(1565), - [aux_sym_preproc_include_token1] = ACTIONS(1565), - [aux_sym_preproc_def_token1] = ACTIONS(1565), - [aux_sym_preproc_if_token1] = ACTIONS(1565), - [aux_sym_preproc_if_token2] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1565), - [aux_sym_preproc_elif_token1] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1565), - [anon_sym_LPAREN2] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_AMP_AMP] = ACTIONS(1567), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym___attribute__] = ACTIONS(1565), - [anon_sym_COLON_COLON] = ACTIONS(1567), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), - [anon_sym___declspec] = ACTIONS(1565), - [anon_sym___based] = ACTIONS(1565), - [anon_sym___cdecl] = ACTIONS(1565), - [anon_sym___clrcall] = ACTIONS(1565), - [anon_sym___stdcall] = ACTIONS(1565), - [anon_sym___fastcall] = ACTIONS(1565), - [anon_sym___thiscall] = ACTIONS(1565), - [anon_sym___vectorcall] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_LBRACK] = ACTIONS(1565), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_thread_local] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym__Atomic] = ACTIONS(1565), - [anon_sym_mutable] = ACTIONS(1565), - [anon_sym_constexpr] = ACTIONS(1565), - [anon_sym_signed] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_class] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_else] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1567), - [anon_sym_u_SQUOTE] = ACTIONS(1567), - [anon_sym_U_SQUOTE] = ACTIONS(1567), - [anon_sym_u8_SQUOTE] = ACTIONS(1567), - [anon_sym_SQUOTE] = ACTIONS(1567), - [anon_sym_L_DQUOTE] = ACTIONS(1567), - [anon_sym_u_DQUOTE] = ACTIONS(1567), - [anon_sym_U_DQUOTE] = ACTIONS(1567), - [anon_sym_u8_DQUOTE] = ACTIONS(1567), - [anon_sym_DQUOTE] = ACTIONS(1567), - [sym_true] = ACTIONS(1565), - [sym_false] = ACTIONS(1565), - [sym_null] = ACTIONS(1565), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1565), - [anon_sym_virtual] = ACTIONS(1565), - [anon_sym_explicit] = ACTIONS(1565), - [sym_auto] = ACTIONS(1565), - [anon_sym_typename] = ACTIONS(1565), - [anon_sym_template] = ACTIONS(1565), - [anon_sym_operator] = ACTIONS(1565), - [anon_sym_delete] = ACTIONS(1565), - [anon_sym_throw] = ACTIONS(1565), - [anon_sym_namespace] = ACTIONS(1565), - [anon_sym_using] = ACTIONS(1565), - [anon_sym_static_assert] = ACTIONS(1565), - [anon_sym_co_return] = ACTIONS(1565), - [anon_sym_co_yield] = ACTIONS(1565), - [anon_sym_try] = ACTIONS(1565), - [anon_sym_co_await] = ACTIONS(1565), - [anon_sym_new] = ACTIONS(1565), - [sym_this] = ACTIONS(1565), - [sym_nullptr] = ACTIONS(1565), - [sym_alone_macro] = ACTIONS(1567), - [aux_sym_alone_macro_call_token1] = ACTIONS(1565), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_FORWARD] = ACTIONS(1565), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_PS_GET] = ACTIONS(1565), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), - [anon_sym_MOZ_COLD] = ACTIONS(1565), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_RAII] = ACTIONS(1565), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), - [sym_raw_string_literal] = ACTIONS(1567), - }, - [123] = { - [sym_identifier] = ACTIONS(1569), - [aux_sym_preproc_include_token1] = ACTIONS(1569), - [aux_sym_preproc_def_token1] = ACTIONS(1569), - [aux_sym_preproc_if_token1] = ACTIONS(1569), - [aux_sym_preproc_if_token2] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), - [aux_sym_preproc_else_token1] = ACTIONS(1569), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1571), - [anon_sym_BANG] = ACTIONS(1571), - [anon_sym_TILDE] = ACTIONS(1571), - [anon_sym_DASH] = ACTIONS(1569), - [anon_sym_PLUS] = ACTIONS(1569), - [anon_sym_STAR] = ACTIONS(1571), - [anon_sym_AMP_AMP] = ACTIONS(1571), - [anon_sym_AMP] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1571), - [anon_sym_typedef] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym___attribute__] = ACTIONS(1569), - [anon_sym_COLON_COLON] = ACTIONS(1571), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), - [anon_sym___declspec] = ACTIONS(1569), - [anon_sym___based] = ACTIONS(1569), - [anon_sym___cdecl] = ACTIONS(1569), - [anon_sym___clrcall] = ACTIONS(1569), - [anon_sym___stdcall] = ACTIONS(1569), - [anon_sym___fastcall] = ACTIONS(1569), - [anon_sym___thiscall] = ACTIONS(1569), - [anon_sym___vectorcall] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1571), - [anon_sym_LBRACK] = ACTIONS(1569), - [anon_sym_static] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_inline] = ACTIONS(1569), - [anon_sym_thread_local] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [anon_sym_volatile] = ACTIONS(1569), - [anon_sym_restrict] = ACTIONS(1569), - [anon_sym__Atomic] = ACTIONS(1569), - [anon_sym_mutable] = ACTIONS(1569), - [anon_sym_constexpr] = ACTIONS(1569), - [anon_sym_signed] = ACTIONS(1569), - [anon_sym_unsigned] = ACTIONS(1569), - [anon_sym_long] = ACTIONS(1569), - [anon_sym_short] = ACTIONS(1569), - [sym_primitive_type] = ACTIONS(1569), - [anon_sym_enum] = ACTIONS(1569), - [anon_sym_class] = ACTIONS(1569), - [anon_sym_struct] = ACTIONS(1569), - [anon_sym_union] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_switch] = ACTIONS(1569), - [anon_sym_case] = ACTIONS(1569), - [anon_sym_default] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_goto] = ACTIONS(1569), - [anon_sym_DASH_DASH] = ACTIONS(1571), - [anon_sym_PLUS_PLUS] = ACTIONS(1571), - [anon_sym_sizeof] = ACTIONS(1569), - [sym_number_literal] = ACTIONS(1571), - [anon_sym_L_SQUOTE] = ACTIONS(1571), - [anon_sym_u_SQUOTE] = ACTIONS(1571), - [anon_sym_U_SQUOTE] = ACTIONS(1571), - [anon_sym_u8_SQUOTE] = ACTIONS(1571), - [anon_sym_SQUOTE] = ACTIONS(1571), - [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(1569), - [sym_false] = ACTIONS(1569), - [sym_null] = ACTIONS(1569), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1569), - [anon_sym_virtual] = ACTIONS(1569), - [anon_sym_explicit] = ACTIONS(1569), - [sym_auto] = ACTIONS(1569), - [anon_sym_typename] = ACTIONS(1569), - [anon_sym_template] = ACTIONS(1569), - [anon_sym_operator] = ACTIONS(1569), - [anon_sym_delete] = ACTIONS(1569), - [anon_sym_throw] = ACTIONS(1569), - [anon_sym_namespace] = ACTIONS(1569), - [anon_sym_using] = ACTIONS(1569), - [anon_sym_static_assert] = ACTIONS(1569), - [anon_sym_co_return] = ACTIONS(1569), - [anon_sym_co_yield] = ACTIONS(1569), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_co_await] = ACTIONS(1569), - [anon_sym_new] = ACTIONS(1569), - [sym_this] = ACTIONS(1569), - [sym_nullptr] = ACTIONS(1569), - [sym_alone_macro] = ACTIONS(1571), - [aux_sym_alone_macro_call_token1] = ACTIONS(1569), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_FORWARD] = ACTIONS(1569), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_PS_GET] = ACTIONS(1569), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), - [anon_sym_MOZ_COLD] = ACTIONS(1569), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_RAII] = ACTIONS(1569), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), - [sym_raw_string_literal] = ACTIONS(1571), - }, - [124] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -57895,7 +57169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [125] = { + [121] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -58088,7 +57362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [126] = { + [122] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -58281,393 +57555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [127] = { - [sym_identifier] = ACTIONS(1573), - [aux_sym_preproc_include_token1] = ACTIONS(1573), - [aux_sym_preproc_def_token1] = ACTIONS(1573), - [aux_sym_preproc_if_token1] = ACTIONS(1573), - [aux_sym_preproc_if_token2] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), - [aux_sym_preproc_else_token1] = ACTIONS(1573), - [aux_sym_preproc_elif_token1] = ACTIONS(1573), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_LPAREN2] = ACTIONS(1575), - [anon_sym_BANG] = ACTIONS(1575), - [anon_sym_TILDE] = ACTIONS(1575), - [anon_sym_DASH] = ACTIONS(1573), - [anon_sym_PLUS] = ACTIONS(1573), - [anon_sym_STAR] = ACTIONS(1575), - [anon_sym_AMP_AMP] = ACTIONS(1575), - [anon_sym_AMP] = ACTIONS(1573), - [anon_sym_SEMI] = ACTIONS(1575), - [anon_sym_typedef] = ACTIONS(1573), - [anon_sym_extern] = ACTIONS(1573), - [anon_sym___attribute__] = ACTIONS(1573), - [anon_sym_COLON_COLON] = ACTIONS(1575), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), - [anon_sym___declspec] = ACTIONS(1573), - [anon_sym___based] = ACTIONS(1573), - [anon_sym___cdecl] = ACTIONS(1573), - [anon_sym___clrcall] = ACTIONS(1573), - [anon_sym___stdcall] = ACTIONS(1573), - [anon_sym___fastcall] = ACTIONS(1573), - [anon_sym___thiscall] = ACTIONS(1573), - [anon_sym___vectorcall] = ACTIONS(1573), - [anon_sym_LBRACE] = ACTIONS(1575), - [anon_sym_LBRACK] = ACTIONS(1573), - [anon_sym_static] = ACTIONS(1573), - [anon_sym_register] = ACTIONS(1573), - [anon_sym_inline] = ACTIONS(1573), - [anon_sym_thread_local] = ACTIONS(1573), - [anon_sym_const] = ACTIONS(1573), - [anon_sym_volatile] = ACTIONS(1573), - [anon_sym_restrict] = ACTIONS(1573), - [anon_sym__Atomic] = ACTIONS(1573), - [anon_sym_mutable] = ACTIONS(1573), - [anon_sym_constexpr] = ACTIONS(1573), - [anon_sym_signed] = ACTIONS(1573), - [anon_sym_unsigned] = ACTIONS(1573), - [anon_sym_long] = ACTIONS(1573), - [anon_sym_short] = ACTIONS(1573), - [sym_primitive_type] = ACTIONS(1573), - [anon_sym_enum] = ACTIONS(1573), - [anon_sym_class] = ACTIONS(1573), - [anon_sym_struct] = ACTIONS(1573), - [anon_sym_union] = ACTIONS(1573), - [anon_sym_if] = ACTIONS(1573), - [anon_sym_else] = ACTIONS(1573), - [anon_sym_switch] = ACTIONS(1573), - [anon_sym_case] = ACTIONS(1573), - [anon_sym_default] = ACTIONS(1573), - [anon_sym_while] = ACTIONS(1573), - [anon_sym_do] = ACTIONS(1573), - [anon_sym_for] = ACTIONS(1573), - [anon_sym_return] = ACTIONS(1573), - [anon_sym_break] = ACTIONS(1573), - [anon_sym_continue] = ACTIONS(1573), - [anon_sym_goto] = ACTIONS(1573), - [anon_sym_DASH_DASH] = ACTIONS(1575), - [anon_sym_PLUS_PLUS] = ACTIONS(1575), - [anon_sym_sizeof] = ACTIONS(1573), - [sym_number_literal] = ACTIONS(1575), - [anon_sym_L_SQUOTE] = ACTIONS(1575), - [anon_sym_u_SQUOTE] = ACTIONS(1575), - [anon_sym_U_SQUOTE] = ACTIONS(1575), - [anon_sym_u8_SQUOTE] = ACTIONS(1575), - [anon_sym_SQUOTE] = ACTIONS(1575), - [anon_sym_L_DQUOTE] = ACTIONS(1575), - [anon_sym_u_DQUOTE] = ACTIONS(1575), - [anon_sym_U_DQUOTE] = ACTIONS(1575), - [anon_sym_u8_DQUOTE] = ACTIONS(1575), - [anon_sym_DQUOTE] = ACTIONS(1575), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1573), - [anon_sym_virtual] = ACTIONS(1573), - [anon_sym_explicit] = ACTIONS(1573), - [sym_auto] = ACTIONS(1573), - [anon_sym_typename] = ACTIONS(1573), - [anon_sym_template] = ACTIONS(1573), - [anon_sym_operator] = ACTIONS(1573), - [anon_sym_delete] = ACTIONS(1573), - [anon_sym_throw] = ACTIONS(1573), - [anon_sym_namespace] = ACTIONS(1573), - [anon_sym_using] = ACTIONS(1573), - [anon_sym_static_assert] = ACTIONS(1573), - [anon_sym_co_return] = ACTIONS(1573), - [anon_sym_co_yield] = ACTIONS(1573), - [anon_sym_try] = ACTIONS(1573), - [anon_sym_co_await] = ACTIONS(1573), - [anon_sym_new] = ACTIONS(1573), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - [sym_alone_macro] = ACTIONS(1575), - [aux_sym_alone_macro_call_token1] = ACTIONS(1573), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_FORWARD] = ACTIONS(1573), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_PS_GET] = ACTIONS(1573), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), - [anon_sym_MOZ_COLD] = ACTIONS(1573), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_RAII] = ACTIONS(1573), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), - [sym_raw_string_literal] = ACTIONS(1575), - }, - [128] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [aux_sym_preproc_else_token1] = ACTIONS(1577), - [aux_sym_preproc_elif_token1] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), - }, - [129] = { + [123] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -58860,7 +57748,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [130] = { + [124] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -59053,7 +57941,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [131] = { + [125] = { + [sym_identifier] = ACTIONS(1557), + [aux_sym_preproc_include_token1] = ACTIONS(1557), + [aux_sym_preproc_def_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token2] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1557), + [aux_sym_preproc_else_token1] = ACTIONS(1557), + [aux_sym_preproc_elif_token1] = ACTIONS(1557), + [sym_preproc_directive] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_BANG] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_DASH] = ACTIONS(1557), + [anon_sym_PLUS] = ACTIONS(1557), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_SEMI] = ACTIONS(1559), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym___based] = ACTIONS(1557), + [anon_sym___cdecl] = ACTIONS(1557), + [anon_sym___clrcall] = ACTIONS(1557), + [anon_sym___stdcall] = ACTIONS(1557), + [anon_sym___fastcall] = ACTIONS(1557), + [anon_sym___thiscall] = ACTIONS(1557), + [anon_sym___vectorcall] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [anon_sym_if] = ACTIONS(1557), + [anon_sym_else] = ACTIONS(1557), + [anon_sym_switch] = ACTIONS(1557), + [anon_sym_case] = ACTIONS(1557), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1557), + [anon_sym_do] = ACTIONS(1557), + [anon_sym_for] = ACTIONS(1557), + [anon_sym_return] = ACTIONS(1557), + [anon_sym_break] = ACTIONS(1557), + [anon_sym_continue] = ACTIONS(1557), + [anon_sym_goto] = ACTIONS(1557), + [anon_sym_DASH_DASH] = ACTIONS(1559), + [anon_sym_PLUS_PLUS] = ACTIONS(1559), + [anon_sym_sizeof] = ACTIONS(1557), + [sym_number_literal] = ACTIONS(1559), + [anon_sym_L_SQUOTE] = ACTIONS(1559), + [anon_sym_u_SQUOTE] = ACTIONS(1559), + [anon_sym_U_SQUOTE] = ACTIONS(1559), + [anon_sym_u8_SQUOTE] = ACTIONS(1559), + [anon_sym_SQUOTE] = ACTIONS(1559), + [anon_sym_L_DQUOTE] = ACTIONS(1559), + [anon_sym_u_DQUOTE] = ACTIONS(1559), + [anon_sym_U_DQUOTE] = ACTIONS(1559), + [anon_sym_u8_DQUOTE] = ACTIONS(1559), + [anon_sym_DQUOTE] = ACTIONS(1559), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [anon_sym_explicit] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_operator] = ACTIONS(1557), + [anon_sym_delete] = ACTIONS(1557), + [anon_sym_throw] = ACTIONS(1557), + [anon_sym_namespace] = ACTIONS(1557), + [anon_sym_using] = ACTIONS(1557), + [anon_sym_static_assert] = ACTIONS(1557), + [anon_sym_co_return] = ACTIONS(1557), + [anon_sym_co_yield] = ACTIONS(1557), + [anon_sym_try] = ACTIONS(1557), + [anon_sym_co_await] = ACTIONS(1557), + [anon_sym_new] = ACTIONS(1557), + [sym_this] = ACTIONS(1557), + [sym_nullptr] = ACTIONS(1557), + [sym_alone_macro] = ACTIONS(1559), + [aux_sym_alone_macro_call_token1] = ACTIONS(1557), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_FORWARD] = ACTIONS(1557), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1557), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_PS_GET] = ACTIONS(1557), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1557), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1557), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), + [sym_raw_string_literal] = ACTIONS(1559), + }, + [126] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -59246,7 +58327,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [132] = { + [127] = { + [sym_identifier] = ACTIONS(1561), + [aux_sym_preproc_include_token1] = ACTIONS(1561), + [aux_sym_preproc_def_token1] = ACTIONS(1561), + [aux_sym_preproc_if_token1] = ACTIONS(1561), + [aux_sym_preproc_if_token2] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1561), + [aux_sym_preproc_else_token1] = ACTIONS(1561), + [aux_sym_preproc_elif_token1] = ACTIONS(1561), + [sym_preproc_directive] = ACTIONS(1561), + [anon_sym_LPAREN2] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1563), + [anon_sym_TILDE] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1561), + [anon_sym_PLUS] = ACTIONS(1561), + [anon_sym_STAR] = ACTIONS(1563), + [anon_sym_AMP_AMP] = ACTIONS(1563), + [anon_sym_AMP] = ACTIONS(1561), + [anon_sym_SEMI] = ACTIONS(1563), + [anon_sym_typedef] = ACTIONS(1561), + [anon_sym_extern] = ACTIONS(1561), + [anon_sym___attribute__] = ACTIONS(1561), + [anon_sym_COLON_COLON] = ACTIONS(1563), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1563), + [anon_sym___declspec] = ACTIONS(1561), + [anon_sym___based] = ACTIONS(1561), + [anon_sym___cdecl] = ACTIONS(1561), + [anon_sym___clrcall] = ACTIONS(1561), + [anon_sym___stdcall] = ACTIONS(1561), + [anon_sym___fastcall] = ACTIONS(1561), + [anon_sym___thiscall] = ACTIONS(1561), + [anon_sym___vectorcall] = ACTIONS(1561), + [anon_sym_LBRACE] = ACTIONS(1563), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_static] = ACTIONS(1561), + [anon_sym_register] = ACTIONS(1561), + [anon_sym_inline] = ACTIONS(1561), + [anon_sym_thread_local] = ACTIONS(1561), + [anon_sym_const] = ACTIONS(1561), + [anon_sym_volatile] = ACTIONS(1561), + [anon_sym_restrict] = ACTIONS(1561), + [anon_sym__Atomic] = ACTIONS(1561), + [anon_sym_mutable] = ACTIONS(1561), + [anon_sym_constexpr] = ACTIONS(1561), + [anon_sym_signed] = ACTIONS(1561), + [anon_sym_unsigned] = ACTIONS(1561), + [anon_sym_long] = ACTIONS(1561), + [anon_sym_short] = ACTIONS(1561), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_enum] = ACTIONS(1561), + [anon_sym_class] = ACTIONS(1561), + [anon_sym_struct] = ACTIONS(1561), + [anon_sym_union] = ACTIONS(1561), + [anon_sym_if] = ACTIONS(1561), + [anon_sym_else] = ACTIONS(1561), + [anon_sym_switch] = ACTIONS(1561), + [anon_sym_case] = ACTIONS(1561), + [anon_sym_default] = ACTIONS(1561), + [anon_sym_while] = ACTIONS(1561), + [anon_sym_do] = ACTIONS(1561), + [anon_sym_for] = ACTIONS(1561), + [anon_sym_return] = ACTIONS(1561), + [anon_sym_break] = ACTIONS(1561), + [anon_sym_continue] = ACTIONS(1561), + [anon_sym_goto] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1561), + [sym_number_literal] = ACTIONS(1563), + [anon_sym_L_SQUOTE] = ACTIONS(1563), + [anon_sym_u_SQUOTE] = ACTIONS(1563), + [anon_sym_U_SQUOTE] = ACTIONS(1563), + [anon_sym_u8_SQUOTE] = ACTIONS(1563), + [anon_sym_SQUOTE] = ACTIONS(1563), + [anon_sym_L_DQUOTE] = ACTIONS(1563), + [anon_sym_u_DQUOTE] = ACTIONS(1563), + [anon_sym_U_DQUOTE] = ACTIONS(1563), + [anon_sym_u8_DQUOTE] = ACTIONS(1563), + [anon_sym_DQUOTE] = ACTIONS(1563), + [sym_true] = ACTIONS(1561), + [sym_false] = ACTIONS(1561), + [sym_null] = ACTIONS(1561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1561), + [anon_sym_virtual] = ACTIONS(1561), + [anon_sym_explicit] = ACTIONS(1561), + [sym_auto] = ACTIONS(1561), + [anon_sym_typename] = ACTIONS(1561), + [anon_sym_template] = ACTIONS(1561), + [anon_sym_operator] = ACTIONS(1561), + [anon_sym_delete] = ACTIONS(1561), + [anon_sym_throw] = ACTIONS(1561), + [anon_sym_namespace] = ACTIONS(1561), + [anon_sym_using] = ACTIONS(1561), + [anon_sym_static_assert] = ACTIONS(1561), + [anon_sym_co_return] = ACTIONS(1561), + [anon_sym_co_yield] = ACTIONS(1561), + [anon_sym_try] = ACTIONS(1561), + [anon_sym_co_await] = ACTIONS(1561), + [anon_sym_new] = ACTIONS(1561), + [sym_this] = ACTIONS(1561), + [sym_nullptr] = ACTIONS(1561), + [sym_alone_macro] = ACTIONS(1563), + [aux_sym_alone_macro_call_token1] = ACTIONS(1561), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_FORWARD] = ACTIONS(1561), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1561), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_PS_GET] = ACTIONS(1561), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1561), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1561), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1561), + [anon_sym_MOZ_COLD] = ACTIONS(1561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_RAII] = ACTIONS(1561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1561), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1561), + [sym_raw_string_literal] = ACTIONS(1563), + }, + [128] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -59439,200 +58713,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [133] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [aux_sym_preproc_else_token1] = ACTIONS(1577), - [aux_sym_preproc_elif_token1] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), + [129] = { + [sym_identifier] = ACTIONS(1565), + [aux_sym_preproc_include_token1] = ACTIONS(1565), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token2] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), + [aux_sym_preproc_else_token1] = ACTIONS(1565), + [aux_sym_preproc_elif_token1] = ACTIONS(1565), + [sym_preproc_directive] = ACTIONS(1565), + [anon_sym_LPAREN2] = ACTIONS(1567), + [anon_sym_BANG] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_DASH] = ACTIONS(1565), + [anon_sym_PLUS] = ACTIONS(1565), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_typedef] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym___attribute__] = ACTIONS(1565), + [anon_sym_COLON_COLON] = ACTIONS(1567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), + [anon_sym___declspec] = ACTIONS(1565), + [anon_sym___based] = ACTIONS(1565), + [anon_sym___cdecl] = ACTIONS(1565), + [anon_sym___clrcall] = ACTIONS(1565), + [anon_sym___stdcall] = ACTIONS(1565), + [anon_sym___fastcall] = ACTIONS(1565), + [anon_sym___thiscall] = ACTIONS(1565), + [anon_sym___vectorcall] = ACTIONS(1565), + [anon_sym_LBRACE] = ACTIONS(1567), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_static] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_inline] = ACTIONS(1565), + [anon_sym_thread_local] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_volatile] = ACTIONS(1565), + [anon_sym_restrict] = ACTIONS(1565), + [anon_sym__Atomic] = ACTIONS(1565), + [anon_sym_mutable] = ACTIONS(1565), + [anon_sym_constexpr] = ACTIONS(1565), + [anon_sym_signed] = ACTIONS(1565), + [anon_sym_unsigned] = ACTIONS(1565), + [anon_sym_long] = ACTIONS(1565), + [anon_sym_short] = ACTIONS(1565), + [sym_primitive_type] = ACTIONS(1565), + [anon_sym_enum] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1565), + [anon_sym_struct] = ACTIONS(1565), + [anon_sym_union] = ACTIONS(1565), + [anon_sym_if] = ACTIONS(1565), + [anon_sym_else] = ACTIONS(1565), + [anon_sym_switch] = ACTIONS(1565), + [anon_sym_case] = ACTIONS(1565), + [anon_sym_default] = ACTIONS(1565), + [anon_sym_while] = ACTIONS(1565), + [anon_sym_do] = ACTIONS(1565), + [anon_sym_for] = ACTIONS(1565), + [anon_sym_return] = ACTIONS(1565), + [anon_sym_break] = ACTIONS(1565), + [anon_sym_continue] = ACTIONS(1565), + [anon_sym_goto] = ACTIONS(1565), + [anon_sym_DASH_DASH] = ACTIONS(1567), + [anon_sym_PLUS_PLUS] = ACTIONS(1567), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1567), + [anon_sym_u_SQUOTE] = ACTIONS(1567), + [anon_sym_U_SQUOTE] = ACTIONS(1567), + [anon_sym_u8_SQUOTE] = ACTIONS(1567), + [anon_sym_SQUOTE] = ACTIONS(1567), + [anon_sym_L_DQUOTE] = ACTIONS(1567), + [anon_sym_u_DQUOTE] = ACTIONS(1567), + [anon_sym_U_DQUOTE] = ACTIONS(1567), + [anon_sym_u8_DQUOTE] = ACTIONS(1567), + [anon_sym_DQUOTE] = ACTIONS(1567), + [sym_true] = ACTIONS(1565), + [sym_false] = ACTIONS(1565), + [sym_null] = ACTIONS(1565), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), + [anon_sym_decltype] = ACTIONS(1565), + [anon_sym_virtual] = ACTIONS(1565), + [anon_sym_explicit] = ACTIONS(1565), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_operator] = ACTIONS(1565), + [anon_sym_delete] = ACTIONS(1565), + [anon_sym_throw] = ACTIONS(1565), + [anon_sym_namespace] = ACTIONS(1565), + [anon_sym_using] = ACTIONS(1565), + [anon_sym_static_assert] = ACTIONS(1565), + [anon_sym_co_return] = ACTIONS(1565), + [anon_sym_co_yield] = ACTIONS(1565), + [anon_sym_try] = ACTIONS(1565), + [anon_sym_co_await] = ACTIONS(1565), + [anon_sym_new] = ACTIONS(1565), + [sym_this] = ACTIONS(1565), + [sym_nullptr] = ACTIONS(1565), + [sym_alone_macro] = ACTIONS(1567), + [aux_sym_alone_macro_call_token1] = ACTIONS(1565), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_FORWARD] = ACTIONS(1565), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_PS_GET] = ACTIONS(1565), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), + [anon_sym_MOZ_COLD] = ACTIONS(1565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_RAII] = ACTIONS(1565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), + [sym_raw_string_literal] = ACTIONS(1567), }, - [134] = { + [130] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -59825,972 +59099,393 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [135] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [aux_sym_preproc_else_token1] = ACTIONS(1581), - [aux_sym_preproc_elif_token1] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), + [131] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [136] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [aux_sym_preproc_else_token1] = ACTIONS(1581), - [aux_sym_preproc_elif_token1] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), + [132] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), - }, - [137] = { - [sym_identifier] = ACTIONS(1585), - [aux_sym_preproc_include_token1] = ACTIONS(1585), - [aux_sym_preproc_def_token1] = ACTIONS(1585), - [aux_sym_preproc_if_token1] = ACTIONS(1585), - [aux_sym_preproc_if_token2] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), - [aux_sym_preproc_else_token1] = ACTIONS(1585), - [aux_sym_preproc_elif_token1] = ACTIONS(1585), - [sym_preproc_directive] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1587), - [anon_sym_TILDE] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_AMP_AMP] = ACTIONS(1587), - [anon_sym_AMP] = ACTIONS(1585), - [anon_sym_SEMI] = ACTIONS(1587), - [anon_sym_typedef] = ACTIONS(1585), - [anon_sym_extern] = ACTIONS(1585), - [anon_sym___attribute__] = ACTIONS(1585), - [anon_sym_COLON_COLON] = ACTIONS(1587), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), - [anon_sym___declspec] = ACTIONS(1585), - [anon_sym___based] = ACTIONS(1585), - [anon_sym___cdecl] = ACTIONS(1585), - [anon_sym___clrcall] = ACTIONS(1585), - [anon_sym___stdcall] = ACTIONS(1585), - [anon_sym___fastcall] = ACTIONS(1585), - [anon_sym___thiscall] = ACTIONS(1585), - [anon_sym___vectorcall] = ACTIONS(1585), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_LBRACK] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1585), - [anon_sym_register] = ACTIONS(1585), - [anon_sym_inline] = ACTIONS(1585), - [anon_sym_thread_local] = ACTIONS(1585), - [anon_sym_const] = ACTIONS(1585), - [anon_sym_volatile] = ACTIONS(1585), - [anon_sym_restrict] = ACTIONS(1585), - [anon_sym__Atomic] = ACTIONS(1585), - [anon_sym_mutable] = ACTIONS(1585), - [anon_sym_constexpr] = ACTIONS(1585), - [anon_sym_signed] = ACTIONS(1585), - [anon_sym_unsigned] = ACTIONS(1585), - [anon_sym_long] = ACTIONS(1585), - [anon_sym_short] = ACTIONS(1585), - [sym_primitive_type] = ACTIONS(1585), - [anon_sym_enum] = ACTIONS(1585), - [anon_sym_class] = ACTIONS(1585), - [anon_sym_struct] = ACTIONS(1585), - [anon_sym_union] = ACTIONS(1585), - [anon_sym_if] = ACTIONS(1585), - [anon_sym_else] = ACTIONS(1585), - [anon_sym_switch] = ACTIONS(1585), - [anon_sym_case] = ACTIONS(1585), - [anon_sym_default] = ACTIONS(1585), - [anon_sym_while] = ACTIONS(1585), - [anon_sym_do] = ACTIONS(1585), - [anon_sym_for] = ACTIONS(1585), - [anon_sym_return] = ACTIONS(1585), - [anon_sym_break] = ACTIONS(1585), - [anon_sym_continue] = ACTIONS(1585), - [anon_sym_goto] = ACTIONS(1585), - [anon_sym_DASH_DASH] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_sizeof] = ACTIONS(1585), - [sym_number_literal] = ACTIONS(1587), - [anon_sym_L_SQUOTE] = ACTIONS(1587), - [anon_sym_u_SQUOTE] = ACTIONS(1587), - [anon_sym_U_SQUOTE] = ACTIONS(1587), - [anon_sym_u8_SQUOTE] = ACTIONS(1587), - [anon_sym_SQUOTE] = ACTIONS(1587), - [anon_sym_L_DQUOTE] = ACTIONS(1587), - [anon_sym_u_DQUOTE] = ACTIONS(1587), - [anon_sym_U_DQUOTE] = ACTIONS(1587), - [anon_sym_u8_DQUOTE] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1585), - [anon_sym_virtual] = ACTIONS(1585), - [anon_sym_explicit] = ACTIONS(1585), - [sym_auto] = ACTIONS(1585), - [anon_sym_typename] = ACTIONS(1585), - [anon_sym_template] = ACTIONS(1585), - [anon_sym_operator] = ACTIONS(1585), - [anon_sym_delete] = ACTIONS(1585), - [anon_sym_throw] = ACTIONS(1585), - [anon_sym_namespace] = ACTIONS(1585), - [anon_sym_using] = ACTIONS(1585), - [anon_sym_static_assert] = ACTIONS(1585), - [anon_sym_co_return] = ACTIONS(1585), - [anon_sym_co_yield] = ACTIONS(1585), - [anon_sym_try] = ACTIONS(1585), - [anon_sym_co_await] = ACTIONS(1585), - [anon_sym_new] = ACTIONS(1585), - [sym_this] = ACTIONS(1585), - [sym_nullptr] = ACTIONS(1585), - [sym_alone_macro] = ACTIONS(1587), - [aux_sym_alone_macro_call_token1] = ACTIONS(1585), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_FORWARD] = ACTIONS(1585), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_PS_GET] = ACTIONS(1585), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), - [anon_sym_MOZ_COLD] = ACTIONS(1585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_RAII] = ACTIONS(1585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), - [sym_raw_string_literal] = ACTIONS(1587), - }, - [138] = { - [sym_identifier] = ACTIONS(1589), - [aux_sym_preproc_include_token1] = ACTIONS(1589), - [aux_sym_preproc_def_token1] = ACTIONS(1589), - [aux_sym_preproc_if_token1] = ACTIONS(1589), - [aux_sym_preproc_if_token2] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), - [aux_sym_preproc_else_token1] = ACTIONS(1589), - [aux_sym_preproc_elif_token1] = ACTIONS(1589), - [sym_preproc_directive] = ACTIONS(1589), - [anon_sym_LPAREN2] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_AMP_AMP] = ACTIONS(1591), - [anon_sym_AMP] = ACTIONS(1589), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym___attribute__] = ACTIONS(1589), - [anon_sym_COLON_COLON] = ACTIONS(1591), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), - [anon_sym___declspec] = ACTIONS(1589), - [anon_sym___based] = ACTIONS(1589), - [anon_sym___cdecl] = ACTIONS(1589), - [anon_sym___clrcall] = ACTIONS(1589), - [anon_sym___stdcall] = ACTIONS(1589), - [anon_sym___fastcall] = ACTIONS(1589), - [anon_sym___thiscall] = ACTIONS(1589), - [anon_sym___vectorcall] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_LBRACK] = ACTIONS(1589), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_thread_local] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym__Atomic] = ACTIONS(1589), - [anon_sym_mutable] = ACTIONS(1589), - [anon_sym_constexpr] = ACTIONS(1589), - [anon_sym_signed] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_class] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_else] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_case] = ACTIONS(1589), - [anon_sym_default] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1591), - [anon_sym_L_SQUOTE] = ACTIONS(1591), - [anon_sym_u_SQUOTE] = ACTIONS(1591), - [anon_sym_U_SQUOTE] = ACTIONS(1591), - [anon_sym_u8_SQUOTE] = ACTIONS(1591), - [anon_sym_SQUOTE] = ACTIONS(1591), - [anon_sym_L_DQUOTE] = ACTIONS(1591), - [anon_sym_u_DQUOTE] = ACTIONS(1591), - [anon_sym_U_DQUOTE] = ACTIONS(1591), - [anon_sym_u8_DQUOTE] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym_true] = ACTIONS(1589), - [sym_false] = ACTIONS(1589), - [sym_null] = ACTIONS(1589), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1589), - [anon_sym_virtual] = ACTIONS(1589), - [anon_sym_explicit] = ACTIONS(1589), - [sym_auto] = ACTIONS(1589), - [anon_sym_typename] = ACTIONS(1589), - [anon_sym_template] = ACTIONS(1589), - [anon_sym_operator] = ACTIONS(1589), - [anon_sym_delete] = ACTIONS(1589), - [anon_sym_throw] = ACTIONS(1589), - [anon_sym_namespace] = ACTIONS(1589), - [anon_sym_using] = ACTIONS(1589), - [anon_sym_static_assert] = ACTIONS(1589), - [anon_sym_co_return] = ACTIONS(1589), - [anon_sym_co_yield] = ACTIONS(1589), - [anon_sym_try] = ACTIONS(1589), - [anon_sym_co_await] = ACTIONS(1589), - [anon_sym_new] = ACTIONS(1589), - [sym_this] = ACTIONS(1589), - [sym_nullptr] = ACTIONS(1589), - [sym_alone_macro] = ACTIONS(1591), - [aux_sym_alone_macro_call_token1] = ACTIONS(1589), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_FORWARD] = ACTIONS(1589), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_PS_GET] = ACTIONS(1589), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), - [anon_sym_MOZ_COLD] = ACTIONS(1589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_RAII] = ACTIONS(1589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), - [sym_raw_string_literal] = ACTIONS(1591), - }, - [139] = { - [sym_identifier] = ACTIONS(1593), - [aux_sym_preproc_include_token1] = ACTIONS(1593), - [aux_sym_preproc_def_token1] = ACTIONS(1593), - [aux_sym_preproc_if_token1] = ACTIONS(1593), - [aux_sym_preproc_if_token2] = ACTIONS(1593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), - [aux_sym_preproc_else_token1] = ACTIONS(1593), - [aux_sym_preproc_elif_token1] = ACTIONS(1593), - [sym_preproc_directive] = ACTIONS(1593), - [anon_sym_LPAREN2] = ACTIONS(1595), - [anon_sym_BANG] = ACTIONS(1595), - [anon_sym_TILDE] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1593), - [anon_sym_PLUS] = ACTIONS(1593), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_AMP_AMP] = ACTIONS(1595), - [anon_sym_AMP] = ACTIONS(1593), - [anon_sym_SEMI] = ACTIONS(1595), - [anon_sym_typedef] = ACTIONS(1593), - [anon_sym_extern] = ACTIONS(1593), - [anon_sym___attribute__] = ACTIONS(1593), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), - [anon_sym___declspec] = ACTIONS(1593), - [anon_sym___based] = ACTIONS(1593), - [anon_sym___cdecl] = ACTIONS(1593), - [anon_sym___clrcall] = ACTIONS(1593), - [anon_sym___stdcall] = ACTIONS(1593), - [anon_sym___fastcall] = ACTIONS(1593), - [anon_sym___thiscall] = ACTIONS(1593), - [anon_sym___vectorcall] = ACTIONS(1593), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1593), - [anon_sym_static] = ACTIONS(1593), - [anon_sym_register] = ACTIONS(1593), - [anon_sym_inline] = ACTIONS(1593), - [anon_sym_thread_local] = ACTIONS(1593), - [anon_sym_const] = ACTIONS(1593), - [anon_sym_volatile] = ACTIONS(1593), - [anon_sym_restrict] = ACTIONS(1593), - [anon_sym__Atomic] = ACTIONS(1593), - [anon_sym_mutable] = ACTIONS(1593), - [anon_sym_constexpr] = ACTIONS(1593), - [anon_sym_signed] = ACTIONS(1593), - [anon_sym_unsigned] = ACTIONS(1593), - [anon_sym_long] = ACTIONS(1593), - [anon_sym_short] = ACTIONS(1593), - [sym_primitive_type] = ACTIONS(1593), - [anon_sym_enum] = ACTIONS(1593), - [anon_sym_class] = ACTIONS(1593), - [anon_sym_struct] = ACTIONS(1593), - [anon_sym_union] = ACTIONS(1593), - [anon_sym_if] = ACTIONS(1593), - [anon_sym_else] = ACTIONS(1593), - [anon_sym_switch] = ACTIONS(1593), - [anon_sym_case] = ACTIONS(1593), - [anon_sym_default] = ACTIONS(1593), - [anon_sym_while] = ACTIONS(1593), - [anon_sym_do] = ACTIONS(1593), - [anon_sym_for] = ACTIONS(1593), - [anon_sym_return] = ACTIONS(1593), - [anon_sym_break] = ACTIONS(1593), - [anon_sym_continue] = ACTIONS(1593), - [anon_sym_goto] = ACTIONS(1593), - [anon_sym_DASH_DASH] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_sizeof] = ACTIONS(1593), - [sym_number_literal] = ACTIONS(1595), - [anon_sym_L_SQUOTE] = ACTIONS(1595), - [anon_sym_u_SQUOTE] = ACTIONS(1595), - [anon_sym_U_SQUOTE] = ACTIONS(1595), - [anon_sym_u8_SQUOTE] = ACTIONS(1595), - [anon_sym_SQUOTE] = ACTIONS(1595), - [anon_sym_L_DQUOTE] = ACTIONS(1595), - [anon_sym_u_DQUOTE] = ACTIONS(1595), - [anon_sym_U_DQUOTE] = ACTIONS(1595), - [anon_sym_u8_DQUOTE] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym_true] = ACTIONS(1593), - [sym_false] = ACTIONS(1593), - [sym_null] = ACTIONS(1593), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1593), - [anon_sym_virtual] = ACTIONS(1593), - [anon_sym_explicit] = ACTIONS(1593), - [sym_auto] = ACTIONS(1593), - [anon_sym_typename] = ACTIONS(1593), - [anon_sym_template] = ACTIONS(1593), - [anon_sym_operator] = ACTIONS(1593), - [anon_sym_delete] = ACTIONS(1593), - [anon_sym_throw] = ACTIONS(1593), - [anon_sym_namespace] = ACTIONS(1593), - [anon_sym_using] = ACTIONS(1593), - [anon_sym_static_assert] = ACTIONS(1593), - [anon_sym_co_return] = ACTIONS(1593), - [anon_sym_co_yield] = ACTIONS(1593), - [anon_sym_try] = ACTIONS(1593), - [anon_sym_co_await] = ACTIONS(1593), - [anon_sym_new] = ACTIONS(1593), - [sym_this] = ACTIONS(1593), - [sym_nullptr] = ACTIONS(1593), - [sym_alone_macro] = ACTIONS(1595), - [aux_sym_alone_macro_call_token1] = ACTIONS(1593), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_FORWARD] = ACTIONS(1593), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_PS_GET] = ACTIONS(1593), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), - [anon_sym_MOZ_COLD] = ACTIONS(1593), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_RAII] = ACTIONS(1593), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), - [sym_raw_string_literal] = ACTIONS(1595), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [140] = { + [133] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -60983,200 +59678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [141] = { - [sym_identifier] = ACTIONS(1597), - [aux_sym_preproc_include_token1] = ACTIONS(1597), - [aux_sym_preproc_def_token1] = ACTIONS(1597), - [aux_sym_preproc_if_token1] = ACTIONS(1597), - [aux_sym_preproc_if_token2] = ACTIONS(1597), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1597), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1597), - [aux_sym_preproc_else_token1] = ACTIONS(1597), - [aux_sym_preproc_elif_token1] = ACTIONS(1597), - [sym_preproc_directive] = ACTIONS(1597), - [anon_sym_LPAREN2] = ACTIONS(1599), - [anon_sym_BANG] = ACTIONS(1599), - [anon_sym_TILDE] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1597), - [anon_sym_PLUS] = ACTIONS(1597), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_AMP_AMP] = ACTIONS(1599), - [anon_sym_AMP] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_typedef] = ACTIONS(1597), - [anon_sym_extern] = ACTIONS(1597), - [anon_sym___attribute__] = ACTIONS(1597), - [anon_sym_COLON_COLON] = ACTIONS(1599), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1599), - [anon_sym___declspec] = ACTIONS(1597), - [anon_sym___based] = ACTIONS(1597), - [anon_sym___cdecl] = ACTIONS(1597), - [anon_sym___clrcall] = ACTIONS(1597), - [anon_sym___stdcall] = ACTIONS(1597), - [anon_sym___fastcall] = ACTIONS(1597), - [anon_sym___thiscall] = ACTIONS(1597), - [anon_sym___vectorcall] = ACTIONS(1597), - [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_LBRACK] = ACTIONS(1597), - [anon_sym_static] = ACTIONS(1597), - [anon_sym_register] = ACTIONS(1597), - [anon_sym_inline] = ACTIONS(1597), - [anon_sym_thread_local] = ACTIONS(1597), - [anon_sym_const] = ACTIONS(1597), - [anon_sym_volatile] = ACTIONS(1597), - [anon_sym_restrict] = ACTIONS(1597), - [anon_sym__Atomic] = ACTIONS(1597), - [anon_sym_mutable] = ACTIONS(1597), - [anon_sym_constexpr] = ACTIONS(1597), - [anon_sym_signed] = ACTIONS(1597), - [anon_sym_unsigned] = ACTIONS(1597), - [anon_sym_long] = ACTIONS(1597), - [anon_sym_short] = ACTIONS(1597), - [sym_primitive_type] = ACTIONS(1597), - [anon_sym_enum] = ACTIONS(1597), - [anon_sym_class] = ACTIONS(1597), - [anon_sym_struct] = ACTIONS(1597), - [anon_sym_union] = ACTIONS(1597), - [anon_sym_if] = ACTIONS(1597), - [anon_sym_else] = ACTIONS(1597), - [anon_sym_switch] = ACTIONS(1597), - [anon_sym_case] = ACTIONS(1597), - [anon_sym_default] = ACTIONS(1597), - [anon_sym_while] = ACTIONS(1597), - [anon_sym_do] = ACTIONS(1597), - [anon_sym_for] = ACTIONS(1597), - [anon_sym_return] = ACTIONS(1597), - [anon_sym_break] = ACTIONS(1597), - [anon_sym_continue] = ACTIONS(1597), - [anon_sym_goto] = ACTIONS(1597), - [anon_sym_DASH_DASH] = ACTIONS(1599), - [anon_sym_PLUS_PLUS] = ACTIONS(1599), - [anon_sym_sizeof] = ACTIONS(1597), - [sym_number_literal] = ACTIONS(1599), - [anon_sym_L_SQUOTE] = ACTIONS(1599), - [anon_sym_u_SQUOTE] = ACTIONS(1599), - [anon_sym_U_SQUOTE] = ACTIONS(1599), - [anon_sym_u8_SQUOTE] = ACTIONS(1599), - [anon_sym_SQUOTE] = ACTIONS(1599), - [anon_sym_L_DQUOTE] = ACTIONS(1599), - [anon_sym_u_DQUOTE] = ACTIONS(1599), - [anon_sym_U_DQUOTE] = ACTIONS(1599), - [anon_sym_u8_DQUOTE] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym_true] = ACTIONS(1597), - [sym_false] = ACTIONS(1597), - [sym_null] = ACTIONS(1597), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1597), - [anon_sym_virtual] = ACTIONS(1597), - [anon_sym_explicit] = ACTIONS(1597), - [sym_auto] = ACTIONS(1597), - [anon_sym_typename] = ACTIONS(1597), - [anon_sym_template] = ACTIONS(1597), - [anon_sym_operator] = ACTIONS(1597), - [anon_sym_delete] = ACTIONS(1597), - [anon_sym_throw] = ACTIONS(1597), - [anon_sym_namespace] = ACTIONS(1597), - [anon_sym_using] = ACTIONS(1597), - [anon_sym_static_assert] = ACTIONS(1597), - [anon_sym_co_return] = ACTIONS(1597), - [anon_sym_co_yield] = ACTIONS(1597), - [anon_sym_try] = ACTIONS(1597), - [anon_sym_co_await] = ACTIONS(1597), - [anon_sym_new] = ACTIONS(1597), - [sym_this] = ACTIONS(1597), - [sym_nullptr] = ACTIONS(1597), - [sym_alone_macro] = ACTIONS(1599), - [aux_sym_alone_macro_call_token1] = ACTIONS(1597), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_FORWARD] = ACTIONS(1597), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1597), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_PS_GET] = ACTIONS(1597), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1597), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1597), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1597), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1597), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1597), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1597), - [anon_sym_MOZ_COLD] = ACTIONS(1597), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1597), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1597), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1597), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1597), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1597), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1597), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1597), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1597), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1597), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1597), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1597), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1597), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1597), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_NONNULL] = ACTIONS(1597), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1597), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1597), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1597), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1597), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1597), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1597), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1597), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1597), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1597), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1597), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1597), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1597), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), - [anon_sym_MOZ_RAII] = ACTIONS(1597), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1597), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1597), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1597), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1597), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), - [sym_raw_string_literal] = ACTIONS(1599), - }, - [142] = { + [134] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -61369,7 +59871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [143] = { + [135] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -61562,7 +60064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [144] = { + [136] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -61755,200 +60257,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [145] = { - [sym_identifier] = ACTIONS(1601), - [aux_sym_preproc_include_token1] = ACTIONS(1601), - [aux_sym_preproc_def_token1] = ACTIONS(1601), - [aux_sym_preproc_if_token1] = ACTIONS(1601), - [aux_sym_preproc_if_token2] = ACTIONS(1601), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1601), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1601), - [aux_sym_preproc_else_token1] = ACTIONS(1601), - [aux_sym_preproc_elif_token1] = ACTIONS(1601), - [sym_preproc_directive] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1603), - [anon_sym_TILDE] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_typedef] = ACTIONS(1601), - [anon_sym_extern] = ACTIONS(1601), - [anon_sym___attribute__] = ACTIONS(1601), - [anon_sym_COLON_COLON] = ACTIONS(1603), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), - [anon_sym___declspec] = ACTIONS(1601), - [anon_sym___based] = ACTIONS(1601), - [anon_sym___cdecl] = ACTIONS(1601), - [anon_sym___clrcall] = ACTIONS(1601), - [anon_sym___stdcall] = ACTIONS(1601), - [anon_sym___fastcall] = ACTIONS(1601), - [anon_sym___thiscall] = ACTIONS(1601), - [anon_sym___vectorcall] = ACTIONS(1601), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_static] = ACTIONS(1601), - [anon_sym_register] = ACTIONS(1601), - [anon_sym_inline] = ACTIONS(1601), - [anon_sym_thread_local] = ACTIONS(1601), - [anon_sym_const] = ACTIONS(1601), - [anon_sym_volatile] = ACTIONS(1601), - [anon_sym_restrict] = ACTIONS(1601), - [anon_sym__Atomic] = ACTIONS(1601), - [anon_sym_mutable] = ACTIONS(1601), - [anon_sym_constexpr] = ACTIONS(1601), - [anon_sym_signed] = ACTIONS(1601), - [anon_sym_unsigned] = ACTIONS(1601), - [anon_sym_long] = ACTIONS(1601), - [anon_sym_short] = ACTIONS(1601), - [sym_primitive_type] = ACTIONS(1601), - [anon_sym_enum] = ACTIONS(1601), - [anon_sym_class] = ACTIONS(1601), - [anon_sym_struct] = ACTIONS(1601), - [anon_sym_union] = ACTIONS(1601), - [anon_sym_if] = ACTIONS(1601), - [anon_sym_else] = ACTIONS(1601), - [anon_sym_switch] = ACTIONS(1601), - [anon_sym_case] = ACTIONS(1601), - [anon_sym_default] = ACTIONS(1601), - [anon_sym_while] = ACTIONS(1601), - [anon_sym_do] = ACTIONS(1601), - [anon_sym_for] = ACTIONS(1601), - [anon_sym_return] = ACTIONS(1601), - [anon_sym_break] = ACTIONS(1601), - [anon_sym_continue] = ACTIONS(1601), - [anon_sym_goto] = ACTIONS(1601), - [anon_sym_DASH_DASH] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_sizeof] = ACTIONS(1601), - [sym_number_literal] = ACTIONS(1603), - [anon_sym_L_SQUOTE] = ACTIONS(1603), - [anon_sym_u_SQUOTE] = ACTIONS(1603), - [anon_sym_U_SQUOTE] = ACTIONS(1603), - [anon_sym_u8_SQUOTE] = ACTIONS(1603), - [anon_sym_SQUOTE] = ACTIONS(1603), - [anon_sym_L_DQUOTE] = ACTIONS(1603), - [anon_sym_u_DQUOTE] = ACTIONS(1603), - [anon_sym_U_DQUOTE] = ACTIONS(1603), - [anon_sym_u8_DQUOTE] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_true] = ACTIONS(1601), - [sym_false] = ACTIONS(1601), - [sym_null] = ACTIONS(1601), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1601), - [anon_sym_virtual] = ACTIONS(1601), - [anon_sym_explicit] = ACTIONS(1601), - [sym_auto] = ACTIONS(1601), - [anon_sym_typename] = ACTIONS(1601), - [anon_sym_template] = ACTIONS(1601), - [anon_sym_operator] = ACTIONS(1601), - [anon_sym_delete] = ACTIONS(1601), - [anon_sym_throw] = ACTIONS(1601), - [anon_sym_namespace] = ACTIONS(1601), - [anon_sym_using] = ACTIONS(1601), - [anon_sym_static_assert] = ACTIONS(1601), - [anon_sym_co_return] = ACTIONS(1601), - [anon_sym_co_yield] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1601), - [anon_sym_co_await] = ACTIONS(1601), - [anon_sym_new] = ACTIONS(1601), - [sym_this] = ACTIONS(1601), - [sym_nullptr] = ACTIONS(1601), - [sym_alone_macro] = ACTIONS(1603), - [aux_sym_alone_macro_call_token1] = ACTIONS(1601), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_FORWARD] = ACTIONS(1601), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_PS_GET] = ACTIONS(1601), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), - [anon_sym_MOZ_COLD] = ACTIONS(1601), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_RAII] = ACTIONS(1601), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), - [sym_raw_string_literal] = ACTIONS(1603), + [137] = { + [sym_identifier] = ACTIONS(1569), + [aux_sym_preproc_include_token1] = ACTIONS(1569), + [aux_sym_preproc_def_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token2] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), + [aux_sym_preproc_else_token1] = ACTIONS(1569), + [aux_sym_preproc_elif_token1] = ACTIONS(1569), + [sym_preproc_directive] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym___based] = ACTIONS(1569), + [anon_sym___cdecl] = ACTIONS(1569), + [anon_sym___clrcall] = ACTIONS(1569), + [anon_sym___stdcall] = ACTIONS(1569), + [anon_sym___fastcall] = ACTIONS(1569), + [anon_sym___thiscall] = ACTIONS(1569), + [anon_sym___vectorcall] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_else] = ACTIONS(1569), + [anon_sym_switch] = ACTIONS(1569), + [anon_sym_case] = ACTIONS(1569), + [anon_sym_default] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_do] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_continue] = ACTIONS(1569), + [anon_sym_goto] = ACTIONS(1569), + [anon_sym_DASH_DASH] = ACTIONS(1571), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_sizeof] = ACTIONS(1569), + [sym_number_literal] = ACTIONS(1571), + [anon_sym_L_SQUOTE] = ACTIONS(1571), + [anon_sym_u_SQUOTE] = ACTIONS(1571), + [anon_sym_U_SQUOTE] = ACTIONS(1571), + [anon_sym_u8_SQUOTE] = ACTIONS(1571), + [anon_sym_SQUOTE] = ACTIONS(1571), + [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(1569), + [sym_false] = ACTIONS(1569), + [sym_null] = ACTIONS(1569), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [anon_sym_explicit] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_operator] = ACTIONS(1569), + [anon_sym_delete] = ACTIONS(1569), + [anon_sym_throw] = ACTIONS(1569), + [anon_sym_namespace] = ACTIONS(1569), + [anon_sym_using] = ACTIONS(1569), + [anon_sym_static_assert] = ACTIONS(1569), + [anon_sym_co_return] = ACTIONS(1569), + [anon_sym_co_yield] = ACTIONS(1569), + [anon_sym_try] = ACTIONS(1569), + [anon_sym_co_await] = ACTIONS(1569), + [anon_sym_new] = ACTIONS(1569), + [sym_this] = ACTIONS(1569), + [sym_nullptr] = ACTIONS(1569), + [sym_alone_macro] = ACTIONS(1571), + [aux_sym_alone_macro_call_token1] = ACTIONS(1569), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_FORWARD] = ACTIONS(1569), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_PS_GET] = ACTIONS(1569), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), + [sym_raw_string_literal] = ACTIONS(1571), }, - [146] = { + [138] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -62141,779 +60643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [147] = { - [sym_identifier] = ACTIONS(1605), - [aux_sym_preproc_include_token1] = ACTIONS(1605), - [aux_sym_preproc_def_token1] = ACTIONS(1605), - [aux_sym_preproc_if_token1] = ACTIONS(1605), - [aux_sym_preproc_if_token2] = ACTIONS(1605), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1605), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1605), - [aux_sym_preproc_else_token1] = ACTIONS(1605), - [aux_sym_preproc_elif_token1] = ACTIONS(1605), - [sym_preproc_directive] = ACTIONS(1605), - [anon_sym_LPAREN2] = ACTIONS(1607), - [anon_sym_BANG] = ACTIONS(1607), - [anon_sym_TILDE] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1605), - [anon_sym_PLUS] = ACTIONS(1605), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_AMP_AMP] = ACTIONS(1607), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_SEMI] = ACTIONS(1607), - [anon_sym_typedef] = ACTIONS(1605), - [anon_sym_extern] = ACTIONS(1605), - [anon_sym___attribute__] = ACTIONS(1605), - [anon_sym_COLON_COLON] = ACTIONS(1607), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1607), - [anon_sym___declspec] = ACTIONS(1605), - [anon_sym___based] = ACTIONS(1605), - [anon_sym___cdecl] = ACTIONS(1605), - [anon_sym___clrcall] = ACTIONS(1605), - [anon_sym___stdcall] = ACTIONS(1605), - [anon_sym___fastcall] = ACTIONS(1605), - [anon_sym___thiscall] = ACTIONS(1605), - [anon_sym___vectorcall] = ACTIONS(1605), - [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_LBRACK] = ACTIONS(1605), - [anon_sym_static] = ACTIONS(1605), - [anon_sym_register] = ACTIONS(1605), - [anon_sym_inline] = ACTIONS(1605), - [anon_sym_thread_local] = ACTIONS(1605), - [anon_sym_const] = ACTIONS(1605), - [anon_sym_volatile] = ACTIONS(1605), - [anon_sym_restrict] = ACTIONS(1605), - [anon_sym__Atomic] = ACTIONS(1605), - [anon_sym_mutable] = ACTIONS(1605), - [anon_sym_constexpr] = ACTIONS(1605), - [anon_sym_signed] = ACTIONS(1605), - [anon_sym_unsigned] = ACTIONS(1605), - [anon_sym_long] = ACTIONS(1605), - [anon_sym_short] = ACTIONS(1605), - [sym_primitive_type] = ACTIONS(1605), - [anon_sym_enum] = ACTIONS(1605), - [anon_sym_class] = ACTIONS(1605), - [anon_sym_struct] = ACTIONS(1605), - [anon_sym_union] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_switch] = ACTIONS(1605), - [anon_sym_case] = ACTIONS(1605), - [anon_sym_default] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_break] = ACTIONS(1605), - [anon_sym_continue] = ACTIONS(1605), - [anon_sym_goto] = ACTIONS(1605), - [anon_sym_DASH_DASH] = ACTIONS(1607), - [anon_sym_PLUS_PLUS] = ACTIONS(1607), - [anon_sym_sizeof] = ACTIONS(1605), - [sym_number_literal] = ACTIONS(1607), - [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(1607), - [anon_sym_u_DQUOTE] = ACTIONS(1607), - [anon_sym_U_DQUOTE] = ACTIONS(1607), - [anon_sym_u8_DQUOTE] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym_true] = ACTIONS(1605), - [sym_false] = ACTIONS(1605), - [sym_null] = ACTIONS(1605), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1605), - [anon_sym_virtual] = ACTIONS(1605), - [anon_sym_explicit] = ACTIONS(1605), - [sym_auto] = ACTIONS(1605), - [anon_sym_typename] = ACTIONS(1605), - [anon_sym_template] = ACTIONS(1605), - [anon_sym_operator] = ACTIONS(1605), - [anon_sym_delete] = ACTIONS(1605), - [anon_sym_throw] = ACTIONS(1605), - [anon_sym_namespace] = ACTIONS(1605), - [anon_sym_using] = ACTIONS(1605), - [anon_sym_static_assert] = ACTIONS(1605), - [anon_sym_co_return] = ACTIONS(1605), - [anon_sym_co_yield] = ACTIONS(1605), - [anon_sym_try] = ACTIONS(1605), - [anon_sym_co_await] = ACTIONS(1605), - [anon_sym_new] = ACTIONS(1605), - [sym_this] = ACTIONS(1605), - [sym_nullptr] = ACTIONS(1605), - [sym_alone_macro] = ACTIONS(1607), - [aux_sym_alone_macro_call_token1] = ACTIONS(1605), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_FORWARD] = ACTIONS(1605), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1605), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_PS_GET] = ACTIONS(1605), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1605), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1605), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1605), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1605), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1605), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1605), - [anon_sym_MOZ_COLD] = ACTIONS(1605), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_RAII] = ACTIONS(1605), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), - [sym_raw_string_literal] = ACTIONS(1607), - }, - [148] = { - [sym_identifier] = ACTIONS(1609), - [aux_sym_preproc_include_token1] = ACTIONS(1609), - [aux_sym_preproc_def_token1] = ACTIONS(1609), - [aux_sym_preproc_if_token1] = ACTIONS(1609), - [aux_sym_preproc_if_token2] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), - [aux_sym_preproc_else_token1] = ACTIONS(1609), - [aux_sym_preproc_elif_token1] = ACTIONS(1609), - [sym_preproc_directive] = ACTIONS(1609), - [anon_sym_LPAREN2] = ACTIONS(1611), - [anon_sym_BANG] = ACTIONS(1611), - [anon_sym_TILDE] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1609), - [anon_sym_PLUS] = ACTIONS(1609), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_AMP_AMP] = ACTIONS(1611), - [anon_sym_AMP] = ACTIONS(1609), - [anon_sym_SEMI] = ACTIONS(1611), - [anon_sym_typedef] = ACTIONS(1609), - [anon_sym_extern] = ACTIONS(1609), - [anon_sym___attribute__] = ACTIONS(1609), - [anon_sym_COLON_COLON] = ACTIONS(1611), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), - [anon_sym___declspec] = ACTIONS(1609), - [anon_sym___based] = ACTIONS(1609), - [anon_sym___cdecl] = ACTIONS(1609), - [anon_sym___clrcall] = ACTIONS(1609), - [anon_sym___stdcall] = ACTIONS(1609), - [anon_sym___fastcall] = ACTIONS(1609), - [anon_sym___thiscall] = ACTIONS(1609), - [anon_sym___vectorcall] = ACTIONS(1609), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_LBRACK] = ACTIONS(1609), - [anon_sym_static] = ACTIONS(1609), - [anon_sym_register] = ACTIONS(1609), - [anon_sym_inline] = ACTIONS(1609), - [anon_sym_thread_local] = ACTIONS(1609), - [anon_sym_const] = ACTIONS(1609), - [anon_sym_volatile] = ACTIONS(1609), - [anon_sym_restrict] = ACTIONS(1609), - [anon_sym__Atomic] = ACTIONS(1609), - [anon_sym_mutable] = ACTIONS(1609), - [anon_sym_constexpr] = ACTIONS(1609), - [anon_sym_signed] = ACTIONS(1609), - [anon_sym_unsigned] = ACTIONS(1609), - [anon_sym_long] = ACTIONS(1609), - [anon_sym_short] = ACTIONS(1609), - [sym_primitive_type] = ACTIONS(1609), - [anon_sym_enum] = ACTIONS(1609), - [anon_sym_class] = ACTIONS(1609), - [anon_sym_struct] = ACTIONS(1609), - [anon_sym_union] = ACTIONS(1609), - [anon_sym_if] = ACTIONS(1609), - [anon_sym_else] = ACTIONS(1609), - [anon_sym_switch] = ACTIONS(1609), - [anon_sym_case] = ACTIONS(1609), - [anon_sym_default] = ACTIONS(1609), - [anon_sym_while] = ACTIONS(1609), - [anon_sym_do] = ACTIONS(1609), - [anon_sym_for] = ACTIONS(1609), - [anon_sym_return] = ACTIONS(1609), - [anon_sym_break] = ACTIONS(1609), - [anon_sym_continue] = ACTIONS(1609), - [anon_sym_goto] = ACTIONS(1609), - [anon_sym_DASH_DASH] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_sizeof] = ACTIONS(1609), - [sym_number_literal] = ACTIONS(1611), - [anon_sym_L_SQUOTE] = ACTIONS(1611), - [anon_sym_u_SQUOTE] = ACTIONS(1611), - [anon_sym_U_SQUOTE] = ACTIONS(1611), - [anon_sym_u8_SQUOTE] = ACTIONS(1611), - [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_L_DQUOTE] = ACTIONS(1611), - [anon_sym_u_DQUOTE] = ACTIONS(1611), - [anon_sym_U_DQUOTE] = ACTIONS(1611), - [anon_sym_u8_DQUOTE] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym_true] = ACTIONS(1609), - [sym_false] = ACTIONS(1609), - [sym_null] = ACTIONS(1609), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1609), - [anon_sym_virtual] = ACTIONS(1609), - [anon_sym_explicit] = ACTIONS(1609), - [sym_auto] = ACTIONS(1609), - [anon_sym_typename] = ACTIONS(1609), - [anon_sym_template] = ACTIONS(1609), - [anon_sym_operator] = ACTIONS(1609), - [anon_sym_delete] = ACTIONS(1609), - [anon_sym_throw] = ACTIONS(1609), - [anon_sym_namespace] = ACTIONS(1609), - [anon_sym_using] = ACTIONS(1609), - [anon_sym_static_assert] = ACTIONS(1609), - [anon_sym_co_return] = ACTIONS(1609), - [anon_sym_co_yield] = ACTIONS(1609), - [anon_sym_try] = ACTIONS(1609), - [anon_sym_co_await] = ACTIONS(1609), - [anon_sym_new] = ACTIONS(1609), - [sym_this] = ACTIONS(1609), - [sym_nullptr] = ACTIONS(1609), - [sym_alone_macro] = ACTIONS(1611), - [aux_sym_alone_macro_call_token1] = ACTIONS(1609), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_FORWARD] = ACTIONS(1609), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_PS_GET] = ACTIONS(1609), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), - [anon_sym_MOZ_COLD] = ACTIONS(1609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_RAII] = ACTIONS(1609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), - [sym_raw_string_literal] = ACTIONS(1611), - }, - [149] = { - [sym_identifier] = ACTIONS(1613), - [aux_sym_preproc_include_token1] = ACTIONS(1613), - [aux_sym_preproc_def_token1] = ACTIONS(1613), - [aux_sym_preproc_if_token1] = ACTIONS(1613), - [aux_sym_preproc_if_token2] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1613), - [aux_sym_preproc_else_token1] = ACTIONS(1613), - [aux_sym_preproc_elif_token1] = ACTIONS(1613), - [sym_preproc_directive] = ACTIONS(1613), - [anon_sym_LPAREN2] = ACTIONS(1615), - [anon_sym_BANG] = ACTIONS(1615), - [anon_sym_TILDE] = ACTIONS(1615), - [anon_sym_DASH] = ACTIONS(1613), - [anon_sym_PLUS] = ACTIONS(1613), - [anon_sym_STAR] = ACTIONS(1615), - [anon_sym_AMP_AMP] = ACTIONS(1615), - [anon_sym_AMP] = ACTIONS(1613), - [anon_sym_SEMI] = ACTIONS(1615), - [anon_sym_typedef] = ACTIONS(1613), - [anon_sym_extern] = ACTIONS(1613), - [anon_sym___attribute__] = ACTIONS(1613), - [anon_sym_COLON_COLON] = ACTIONS(1615), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1615), - [anon_sym___declspec] = ACTIONS(1613), - [anon_sym___based] = ACTIONS(1613), - [anon_sym___cdecl] = ACTIONS(1613), - [anon_sym___clrcall] = ACTIONS(1613), - [anon_sym___stdcall] = ACTIONS(1613), - [anon_sym___fastcall] = ACTIONS(1613), - [anon_sym___thiscall] = ACTIONS(1613), - [anon_sym___vectorcall] = ACTIONS(1613), - [anon_sym_LBRACE] = ACTIONS(1615), - [anon_sym_LBRACK] = ACTIONS(1613), - [anon_sym_static] = ACTIONS(1613), - [anon_sym_register] = ACTIONS(1613), - [anon_sym_inline] = ACTIONS(1613), - [anon_sym_thread_local] = ACTIONS(1613), - [anon_sym_const] = ACTIONS(1613), - [anon_sym_volatile] = ACTIONS(1613), - [anon_sym_restrict] = ACTIONS(1613), - [anon_sym__Atomic] = ACTIONS(1613), - [anon_sym_mutable] = ACTIONS(1613), - [anon_sym_constexpr] = ACTIONS(1613), - [anon_sym_signed] = ACTIONS(1613), - [anon_sym_unsigned] = ACTIONS(1613), - [anon_sym_long] = ACTIONS(1613), - [anon_sym_short] = ACTIONS(1613), - [sym_primitive_type] = ACTIONS(1613), - [anon_sym_enum] = ACTIONS(1613), - [anon_sym_class] = ACTIONS(1613), - [anon_sym_struct] = ACTIONS(1613), - [anon_sym_union] = ACTIONS(1613), - [anon_sym_if] = ACTIONS(1613), - [anon_sym_else] = ACTIONS(1613), - [anon_sym_switch] = ACTIONS(1613), - [anon_sym_case] = ACTIONS(1613), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_while] = ACTIONS(1613), - [anon_sym_do] = ACTIONS(1613), - [anon_sym_for] = ACTIONS(1613), - [anon_sym_return] = ACTIONS(1613), - [anon_sym_break] = ACTIONS(1613), - [anon_sym_continue] = ACTIONS(1613), - [anon_sym_goto] = ACTIONS(1613), - [anon_sym_DASH_DASH] = ACTIONS(1615), - [anon_sym_PLUS_PLUS] = ACTIONS(1615), - [anon_sym_sizeof] = ACTIONS(1613), - [sym_number_literal] = ACTIONS(1615), - [anon_sym_L_SQUOTE] = ACTIONS(1615), - [anon_sym_u_SQUOTE] = ACTIONS(1615), - [anon_sym_U_SQUOTE] = ACTIONS(1615), - [anon_sym_u8_SQUOTE] = ACTIONS(1615), - [anon_sym_SQUOTE] = ACTIONS(1615), - [anon_sym_L_DQUOTE] = ACTIONS(1615), - [anon_sym_u_DQUOTE] = ACTIONS(1615), - [anon_sym_U_DQUOTE] = ACTIONS(1615), - [anon_sym_u8_DQUOTE] = ACTIONS(1615), - [anon_sym_DQUOTE] = ACTIONS(1615), - [sym_true] = ACTIONS(1613), - [sym_false] = ACTIONS(1613), - [sym_null] = ACTIONS(1613), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1613), - [anon_sym_virtual] = ACTIONS(1613), - [anon_sym_explicit] = ACTIONS(1613), - [sym_auto] = ACTIONS(1613), - [anon_sym_typename] = ACTIONS(1613), - [anon_sym_template] = ACTIONS(1613), - [anon_sym_operator] = ACTIONS(1613), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_throw] = ACTIONS(1613), - [anon_sym_namespace] = ACTIONS(1613), - [anon_sym_using] = ACTIONS(1613), - [anon_sym_static_assert] = ACTIONS(1613), - [anon_sym_co_return] = ACTIONS(1613), - [anon_sym_co_yield] = ACTIONS(1613), - [anon_sym_try] = ACTIONS(1613), - [anon_sym_co_await] = ACTIONS(1613), - [anon_sym_new] = ACTIONS(1613), - [sym_this] = ACTIONS(1613), - [sym_nullptr] = ACTIONS(1613), - [sym_alone_macro] = ACTIONS(1615), - [aux_sym_alone_macro_call_token1] = ACTIONS(1613), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_FORWARD] = ACTIONS(1613), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1613), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_PS_GET] = ACTIONS(1613), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1613), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1613), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1613), - [anon_sym_MOZ_COLD] = ACTIONS(1613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_RAII] = ACTIONS(1613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1613), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1613), - [sym_raw_string_literal] = ACTIONS(1615), - }, - [150] = { - [sym_identifier] = ACTIONS(1617), - [aux_sym_preproc_include_token1] = ACTIONS(1617), - [aux_sym_preproc_def_token1] = ACTIONS(1617), - [aux_sym_preproc_if_token1] = ACTIONS(1617), - [aux_sym_preproc_if_token2] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1617), - [aux_sym_preproc_else_token1] = ACTIONS(1617), - [aux_sym_preproc_elif_token1] = ACTIONS(1617), - [sym_preproc_directive] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(1619), - [anon_sym_BANG] = ACTIONS(1619), - [anon_sym_TILDE] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1617), - [anon_sym_PLUS] = ACTIONS(1617), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1617), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_typedef] = ACTIONS(1617), - [anon_sym_extern] = ACTIONS(1617), - [anon_sym___attribute__] = ACTIONS(1617), - [anon_sym_COLON_COLON] = ACTIONS(1619), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1619), - [anon_sym___declspec] = ACTIONS(1617), - [anon_sym___based] = ACTIONS(1617), - [anon_sym___cdecl] = ACTIONS(1617), - [anon_sym___clrcall] = ACTIONS(1617), - [anon_sym___stdcall] = ACTIONS(1617), - [anon_sym___fastcall] = ACTIONS(1617), - [anon_sym___thiscall] = ACTIONS(1617), - [anon_sym___vectorcall] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1617), - [anon_sym_static] = ACTIONS(1617), - [anon_sym_register] = ACTIONS(1617), - [anon_sym_inline] = ACTIONS(1617), - [anon_sym_thread_local] = ACTIONS(1617), - [anon_sym_const] = ACTIONS(1617), - [anon_sym_volatile] = ACTIONS(1617), - [anon_sym_restrict] = ACTIONS(1617), - [anon_sym__Atomic] = ACTIONS(1617), - [anon_sym_mutable] = ACTIONS(1617), - [anon_sym_constexpr] = ACTIONS(1617), - [anon_sym_signed] = ACTIONS(1617), - [anon_sym_unsigned] = ACTIONS(1617), - [anon_sym_long] = ACTIONS(1617), - [anon_sym_short] = ACTIONS(1617), - [sym_primitive_type] = ACTIONS(1617), - [anon_sym_enum] = ACTIONS(1617), - [anon_sym_class] = ACTIONS(1617), - [anon_sym_struct] = ACTIONS(1617), - [anon_sym_union] = ACTIONS(1617), - [anon_sym_if] = ACTIONS(1617), - [anon_sym_else] = ACTIONS(1617), - [anon_sym_switch] = ACTIONS(1617), - [anon_sym_case] = ACTIONS(1617), - [anon_sym_default] = ACTIONS(1617), - [anon_sym_while] = ACTIONS(1617), - [anon_sym_do] = ACTIONS(1617), - [anon_sym_for] = ACTIONS(1617), - [anon_sym_return] = ACTIONS(1617), - [anon_sym_break] = ACTIONS(1617), - [anon_sym_continue] = ACTIONS(1617), - [anon_sym_goto] = ACTIONS(1617), - [anon_sym_DASH_DASH] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_sizeof] = ACTIONS(1617), - [sym_number_literal] = ACTIONS(1619), - [anon_sym_L_SQUOTE] = ACTIONS(1619), - [anon_sym_u_SQUOTE] = ACTIONS(1619), - [anon_sym_U_SQUOTE] = ACTIONS(1619), - [anon_sym_u8_SQUOTE] = ACTIONS(1619), - [anon_sym_SQUOTE] = ACTIONS(1619), - [anon_sym_L_DQUOTE] = ACTIONS(1619), - [anon_sym_u_DQUOTE] = ACTIONS(1619), - [anon_sym_U_DQUOTE] = ACTIONS(1619), - [anon_sym_u8_DQUOTE] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_true] = ACTIONS(1617), - [sym_false] = ACTIONS(1617), - [sym_null] = ACTIONS(1617), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1617), - [anon_sym_virtual] = ACTIONS(1617), - [anon_sym_explicit] = ACTIONS(1617), - [sym_auto] = ACTIONS(1617), - [anon_sym_typename] = ACTIONS(1617), - [anon_sym_template] = ACTIONS(1617), - [anon_sym_operator] = ACTIONS(1617), - [anon_sym_delete] = ACTIONS(1617), - [anon_sym_throw] = ACTIONS(1617), - [anon_sym_namespace] = ACTIONS(1617), - [anon_sym_using] = ACTIONS(1617), - [anon_sym_static_assert] = ACTIONS(1617), - [anon_sym_co_return] = ACTIONS(1617), - [anon_sym_co_yield] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(1617), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1617), - [sym_this] = ACTIONS(1617), - [sym_nullptr] = ACTIONS(1617), - [sym_alone_macro] = ACTIONS(1619), - [aux_sym_alone_macro_call_token1] = ACTIONS(1617), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_FORWARD] = ACTIONS(1617), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1617), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_PS_GET] = ACTIONS(1617), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1617), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1617), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1617), - [anon_sym_MOZ_COLD] = ACTIONS(1617), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1617), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1617), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1617), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1617), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1617), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1617), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1617), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1617), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1617), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1617), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1617), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1617), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_RAII] = ACTIONS(1617), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1617), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1617), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1617), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1617), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1617), - [sym_raw_string_literal] = ACTIONS(1619), - }, - [151] = { + [139] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -63106,393 +60836,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [152] = { - [sym_identifier] = ACTIONS(1621), - [aux_sym_preproc_include_token1] = ACTIONS(1621), - [aux_sym_preproc_def_token1] = ACTIONS(1621), - [aux_sym_preproc_if_token1] = ACTIONS(1621), - [aux_sym_preproc_if_token2] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), - [aux_sym_preproc_else_token1] = ACTIONS(1621), - [aux_sym_preproc_elif_token1] = ACTIONS(1621), - [sym_preproc_directive] = ACTIONS(1621), - [anon_sym_LPAREN2] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1623), - [anon_sym_TILDE] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1621), - [anon_sym_PLUS] = ACTIONS(1621), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_AMP_AMP] = ACTIONS(1623), - [anon_sym_AMP] = ACTIONS(1621), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_typedef] = ACTIONS(1621), - [anon_sym_extern] = ACTIONS(1621), - [anon_sym___attribute__] = ACTIONS(1621), - [anon_sym_COLON_COLON] = ACTIONS(1623), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), - [anon_sym___declspec] = ACTIONS(1621), - [anon_sym___based] = ACTIONS(1621), - [anon_sym___cdecl] = ACTIONS(1621), - [anon_sym___clrcall] = ACTIONS(1621), - [anon_sym___stdcall] = ACTIONS(1621), - [anon_sym___fastcall] = ACTIONS(1621), - [anon_sym___thiscall] = ACTIONS(1621), - [anon_sym___vectorcall] = ACTIONS(1621), - [anon_sym_LBRACE] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1621), - [anon_sym_static] = ACTIONS(1621), - [anon_sym_register] = ACTIONS(1621), - [anon_sym_inline] = ACTIONS(1621), - [anon_sym_thread_local] = ACTIONS(1621), - [anon_sym_const] = ACTIONS(1621), - [anon_sym_volatile] = ACTIONS(1621), - [anon_sym_restrict] = ACTIONS(1621), - [anon_sym__Atomic] = ACTIONS(1621), - [anon_sym_mutable] = ACTIONS(1621), - [anon_sym_constexpr] = ACTIONS(1621), - [anon_sym_signed] = ACTIONS(1621), - [anon_sym_unsigned] = ACTIONS(1621), - [anon_sym_long] = ACTIONS(1621), - [anon_sym_short] = ACTIONS(1621), - [sym_primitive_type] = ACTIONS(1621), - [anon_sym_enum] = ACTIONS(1621), - [anon_sym_class] = ACTIONS(1621), - [anon_sym_struct] = ACTIONS(1621), - [anon_sym_union] = ACTIONS(1621), - [anon_sym_if] = ACTIONS(1621), - [anon_sym_else] = ACTIONS(1621), - [anon_sym_switch] = ACTIONS(1621), - [anon_sym_case] = ACTIONS(1621), - [anon_sym_default] = ACTIONS(1621), - [anon_sym_while] = ACTIONS(1621), - [anon_sym_do] = ACTIONS(1621), - [anon_sym_for] = ACTIONS(1621), - [anon_sym_return] = ACTIONS(1621), - [anon_sym_break] = ACTIONS(1621), - [anon_sym_continue] = ACTIONS(1621), - [anon_sym_goto] = ACTIONS(1621), - [anon_sym_DASH_DASH] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_sizeof] = ACTIONS(1621), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1623), - [anon_sym_u_SQUOTE] = ACTIONS(1623), - [anon_sym_U_SQUOTE] = ACTIONS(1623), - [anon_sym_u8_SQUOTE] = ACTIONS(1623), - [anon_sym_SQUOTE] = ACTIONS(1623), - [anon_sym_L_DQUOTE] = ACTIONS(1623), - [anon_sym_u_DQUOTE] = ACTIONS(1623), - [anon_sym_U_DQUOTE] = ACTIONS(1623), - [anon_sym_u8_DQUOTE] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_true] = ACTIONS(1621), - [sym_false] = ACTIONS(1621), - [sym_null] = ACTIONS(1621), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1621), - [anon_sym_virtual] = ACTIONS(1621), - [anon_sym_explicit] = ACTIONS(1621), - [sym_auto] = ACTIONS(1621), - [anon_sym_typename] = ACTIONS(1621), - [anon_sym_template] = ACTIONS(1621), - [anon_sym_operator] = ACTIONS(1621), - [anon_sym_delete] = ACTIONS(1621), - [anon_sym_throw] = ACTIONS(1621), - [anon_sym_namespace] = ACTIONS(1621), - [anon_sym_using] = ACTIONS(1621), - [anon_sym_static_assert] = ACTIONS(1621), - [anon_sym_co_return] = ACTIONS(1621), - [anon_sym_co_yield] = ACTIONS(1621), - [anon_sym_try] = ACTIONS(1621), - [anon_sym_co_await] = ACTIONS(1621), - [anon_sym_new] = ACTIONS(1621), - [sym_this] = ACTIONS(1621), - [sym_nullptr] = ACTIONS(1621), - [sym_alone_macro] = ACTIONS(1623), - [aux_sym_alone_macro_call_token1] = ACTIONS(1621), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_FORWARD] = ACTIONS(1621), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_PS_GET] = ACTIONS(1621), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), - [anon_sym_MOZ_COLD] = ACTIONS(1621), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_RAII] = ACTIONS(1621), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), - [sym_raw_string_literal] = ACTIONS(1623), - }, - [153] = { - [sym_identifier] = ACTIONS(1625), - [aux_sym_preproc_include_token1] = ACTIONS(1625), - [aux_sym_preproc_def_token1] = ACTIONS(1625), - [aux_sym_preproc_if_token1] = ACTIONS(1625), - [aux_sym_preproc_if_token2] = ACTIONS(1625), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1625), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1625), - [aux_sym_preproc_else_token1] = ACTIONS(1625), - [aux_sym_preproc_elif_token1] = ACTIONS(1625), - [sym_preproc_directive] = ACTIONS(1625), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1627), - [anon_sym_TILDE] = ACTIONS(1627), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1627), - [anon_sym_AMP_AMP] = ACTIONS(1627), - [anon_sym_AMP] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1627), - [anon_sym_typedef] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym___attribute__] = ACTIONS(1625), - [anon_sym_COLON_COLON] = ACTIONS(1627), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1627), - [anon_sym___declspec] = ACTIONS(1625), - [anon_sym___based] = ACTIONS(1625), - [anon_sym___cdecl] = ACTIONS(1625), - [anon_sym___clrcall] = ACTIONS(1625), - [anon_sym___stdcall] = ACTIONS(1625), - [anon_sym___fastcall] = ACTIONS(1625), - [anon_sym___thiscall] = ACTIONS(1625), - [anon_sym___vectorcall] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1627), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_static] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_inline] = ACTIONS(1625), - [anon_sym_thread_local] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [anon_sym_volatile] = ACTIONS(1625), - [anon_sym_restrict] = ACTIONS(1625), - [anon_sym__Atomic] = ACTIONS(1625), - [anon_sym_mutable] = ACTIONS(1625), - [anon_sym_constexpr] = ACTIONS(1625), - [anon_sym_signed] = ACTIONS(1625), - [anon_sym_unsigned] = ACTIONS(1625), - [anon_sym_long] = ACTIONS(1625), - [anon_sym_short] = ACTIONS(1625), - [sym_primitive_type] = ACTIONS(1625), - [anon_sym_enum] = ACTIONS(1625), - [anon_sym_class] = ACTIONS(1625), - [anon_sym_struct] = ACTIONS(1625), - [anon_sym_union] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_else] = ACTIONS(1625), - [anon_sym_switch] = ACTIONS(1625), - [anon_sym_case] = ACTIONS(1625), - [anon_sym_default] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_goto] = ACTIONS(1625), - [anon_sym_DASH_DASH] = ACTIONS(1627), - [anon_sym_PLUS_PLUS] = ACTIONS(1627), - [anon_sym_sizeof] = ACTIONS(1625), - [sym_number_literal] = ACTIONS(1627), - [anon_sym_L_SQUOTE] = ACTIONS(1627), - [anon_sym_u_SQUOTE] = ACTIONS(1627), - [anon_sym_U_SQUOTE] = ACTIONS(1627), - [anon_sym_u8_SQUOTE] = ACTIONS(1627), - [anon_sym_SQUOTE] = ACTIONS(1627), - [anon_sym_L_DQUOTE] = ACTIONS(1627), - [anon_sym_u_DQUOTE] = ACTIONS(1627), - [anon_sym_U_DQUOTE] = ACTIONS(1627), - [anon_sym_u8_DQUOTE] = ACTIONS(1627), - [anon_sym_DQUOTE] = ACTIONS(1627), - [sym_true] = ACTIONS(1625), - [sym_false] = ACTIONS(1625), - [sym_null] = ACTIONS(1625), + [140] = { + [sym_identifier] = ACTIONS(1573), + [aux_sym_preproc_include_token1] = ACTIONS(1573), + [aux_sym_preproc_def_token1] = ACTIONS(1573), + [aux_sym_preproc_if_token1] = ACTIONS(1573), + [aux_sym_preproc_if_token2] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1573), + [sym_preproc_directive] = ACTIONS(1573), + [anon_sym_LPAREN2] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_STAR] = ACTIONS(1575), + [anon_sym_AMP_AMP] = ACTIONS(1575), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_typedef] = ACTIONS(1573), + [anon_sym_extern] = ACTIONS(1573), + [anon_sym___attribute__] = ACTIONS(1573), + [anon_sym_COLON_COLON] = ACTIONS(1575), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), + [anon_sym___declspec] = ACTIONS(1573), + [anon_sym___based] = ACTIONS(1573), + [anon_sym___cdecl] = ACTIONS(1573), + [anon_sym___clrcall] = ACTIONS(1573), + [anon_sym___stdcall] = ACTIONS(1573), + [anon_sym___fastcall] = ACTIONS(1573), + [anon_sym___thiscall] = ACTIONS(1573), + [anon_sym___vectorcall] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_LBRACK] = ACTIONS(1573), + [anon_sym_static] = ACTIONS(1573), + [anon_sym_register] = ACTIONS(1573), + [anon_sym_inline] = ACTIONS(1573), + [anon_sym_thread_local] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_volatile] = ACTIONS(1573), + [anon_sym_restrict] = ACTIONS(1573), + [anon_sym__Atomic] = ACTIONS(1573), + [anon_sym_mutable] = ACTIONS(1573), + [anon_sym_constexpr] = ACTIONS(1573), + [anon_sym_signed] = ACTIONS(1573), + [anon_sym_unsigned] = ACTIONS(1573), + [anon_sym_long] = ACTIONS(1573), + [anon_sym_short] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1573), + [anon_sym_enum] = ACTIONS(1573), + [anon_sym_class] = ACTIONS(1573), + [anon_sym_struct] = ACTIONS(1573), + [anon_sym_union] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_else] = ACTIONS(1573), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_case] = ACTIONS(1573), + [anon_sym_default] = ACTIONS(1573), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_do] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_continue] = ACTIONS(1573), + [anon_sym_goto] = ACTIONS(1573), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_sizeof] = ACTIONS(1573), + [sym_number_literal] = ACTIONS(1575), + [anon_sym_L_SQUOTE] = ACTIONS(1575), + [anon_sym_u_SQUOTE] = ACTIONS(1575), + [anon_sym_U_SQUOTE] = ACTIONS(1575), + [anon_sym_u8_SQUOTE] = ACTIONS(1575), + [anon_sym_SQUOTE] = ACTIONS(1575), + [anon_sym_L_DQUOTE] = ACTIONS(1575), + [anon_sym_u_DQUOTE] = ACTIONS(1575), + [anon_sym_U_DQUOTE] = ACTIONS(1575), + [anon_sym_u8_DQUOTE] = ACTIONS(1575), + [anon_sym_DQUOTE] = ACTIONS(1575), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1625), - [anon_sym_virtual] = ACTIONS(1625), - [anon_sym_explicit] = ACTIONS(1625), - [sym_auto] = ACTIONS(1625), - [anon_sym_typename] = ACTIONS(1625), - [anon_sym_template] = ACTIONS(1625), - [anon_sym_operator] = ACTIONS(1625), - [anon_sym_delete] = ACTIONS(1625), - [anon_sym_throw] = ACTIONS(1625), - [anon_sym_namespace] = ACTIONS(1625), - [anon_sym_using] = ACTIONS(1625), - [anon_sym_static_assert] = ACTIONS(1625), - [anon_sym_co_return] = ACTIONS(1625), - [anon_sym_co_yield] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_co_await] = ACTIONS(1625), - [anon_sym_new] = ACTIONS(1625), - [sym_this] = ACTIONS(1625), - [sym_nullptr] = ACTIONS(1625), - [sym_alone_macro] = ACTIONS(1627), - [aux_sym_alone_macro_call_token1] = ACTIONS(1625), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_FORWARD] = ACTIONS(1625), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_PS_GET] = ACTIONS(1625), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), - [anon_sym_MOZ_COLD] = ACTIONS(1625), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_RAII] = ACTIONS(1625), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), - [sym_raw_string_literal] = ACTIONS(1627), + [anon_sym_decltype] = ACTIONS(1573), + [anon_sym_virtual] = ACTIONS(1573), + [anon_sym_explicit] = ACTIONS(1573), + [sym_auto] = ACTIONS(1573), + [anon_sym_typename] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(1573), + [anon_sym_operator] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_throw] = ACTIONS(1573), + [anon_sym_namespace] = ACTIONS(1573), + [anon_sym_using] = ACTIONS(1573), + [anon_sym_static_assert] = ACTIONS(1573), + [anon_sym_co_return] = ACTIONS(1573), + [anon_sym_co_yield] = ACTIONS(1573), + [anon_sym_try] = ACTIONS(1573), + [anon_sym_co_await] = ACTIONS(1573), + [anon_sym_new] = ACTIONS(1573), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + [sym_alone_macro] = ACTIONS(1575), + [aux_sym_alone_macro_call_token1] = ACTIONS(1573), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_FORWARD] = ACTIONS(1573), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_PS_GET] = ACTIONS(1573), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), + [anon_sym_MOZ_COLD] = ACTIONS(1573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_RAII] = ACTIONS(1573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), + [sym_raw_string_literal] = ACTIONS(1575), }, - [154] = { + [141] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -63685,586 +61222,972 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [155] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [aux_sym_preproc_else_token1] = ACTIONS(1533), - [aux_sym_preproc_elif_token1] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [142] = { + [sym_identifier] = ACTIONS(1577), + [aux_sym_preproc_include_token1] = ACTIONS(1577), + [aux_sym_preproc_def_token1] = ACTIONS(1577), + [aux_sym_preproc_if_token1] = ACTIONS(1577), + [aux_sym_preproc_if_token2] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), + [aux_sym_preproc_else_token1] = ACTIONS(1577), + [aux_sym_preproc_elif_token1] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1577), + [anon_sym_LPAREN2] = ACTIONS(1579), + [anon_sym_BANG] = ACTIONS(1579), + [anon_sym_TILDE] = ACTIONS(1579), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_STAR] = ACTIONS(1579), + [anon_sym_AMP_AMP] = ACTIONS(1579), + [anon_sym_AMP] = ACTIONS(1577), + [anon_sym_SEMI] = ACTIONS(1579), + [anon_sym_typedef] = ACTIONS(1577), + [anon_sym_extern] = ACTIONS(1577), + [anon_sym___attribute__] = ACTIONS(1577), + [anon_sym_COLON_COLON] = ACTIONS(1579), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), + [anon_sym___declspec] = ACTIONS(1577), + [anon_sym___based] = ACTIONS(1577), + [anon_sym___cdecl] = ACTIONS(1577), + [anon_sym___clrcall] = ACTIONS(1577), + [anon_sym___stdcall] = ACTIONS(1577), + [anon_sym___fastcall] = ACTIONS(1577), + [anon_sym___thiscall] = ACTIONS(1577), + [anon_sym___vectorcall] = ACTIONS(1577), + [anon_sym_LBRACE] = ACTIONS(1579), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_static] = ACTIONS(1577), + [anon_sym_register] = ACTIONS(1577), + [anon_sym_inline] = ACTIONS(1577), + [anon_sym_thread_local] = ACTIONS(1577), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_volatile] = ACTIONS(1577), + [anon_sym_restrict] = ACTIONS(1577), + [anon_sym__Atomic] = ACTIONS(1577), + [anon_sym_mutable] = ACTIONS(1577), + [anon_sym_constexpr] = ACTIONS(1577), + [anon_sym_signed] = ACTIONS(1577), + [anon_sym_unsigned] = ACTIONS(1577), + [anon_sym_long] = ACTIONS(1577), + [anon_sym_short] = ACTIONS(1577), + [sym_primitive_type] = ACTIONS(1577), + [anon_sym_enum] = ACTIONS(1577), + [anon_sym_class] = ACTIONS(1577), + [anon_sym_struct] = ACTIONS(1577), + [anon_sym_union] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_do] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_continue] = ACTIONS(1577), + [anon_sym_goto] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1577), + [sym_number_literal] = ACTIONS(1579), + [anon_sym_L_SQUOTE] = ACTIONS(1579), + [anon_sym_u_SQUOTE] = ACTIONS(1579), + [anon_sym_U_SQUOTE] = ACTIONS(1579), + [anon_sym_u8_SQUOTE] = ACTIONS(1579), + [anon_sym_SQUOTE] = ACTIONS(1579), + [anon_sym_L_DQUOTE] = ACTIONS(1579), + [anon_sym_u_DQUOTE] = ACTIONS(1579), + [anon_sym_U_DQUOTE] = ACTIONS(1579), + [anon_sym_u8_DQUOTE] = ACTIONS(1579), + [anon_sym_DQUOTE] = ACTIONS(1579), + [sym_true] = ACTIONS(1577), + [sym_false] = ACTIONS(1577), + [sym_null] = ACTIONS(1577), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1577), + [anon_sym_virtual] = ACTIONS(1577), + [anon_sym_explicit] = ACTIONS(1577), + [sym_auto] = ACTIONS(1577), + [anon_sym_typename] = ACTIONS(1577), + [anon_sym_template] = ACTIONS(1577), + [anon_sym_operator] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_throw] = ACTIONS(1577), + [anon_sym_namespace] = ACTIONS(1577), + [anon_sym_using] = ACTIONS(1577), + [anon_sym_static_assert] = ACTIONS(1577), + [anon_sym_co_return] = ACTIONS(1577), + [anon_sym_co_yield] = ACTIONS(1577), + [anon_sym_try] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1577), + [anon_sym_new] = ACTIONS(1577), + [sym_this] = ACTIONS(1577), + [sym_nullptr] = ACTIONS(1577), + [sym_alone_macro] = ACTIONS(1579), + [aux_sym_alone_macro_call_token1] = ACTIONS(1577), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_FORWARD] = ACTIONS(1577), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_PS_GET] = ACTIONS(1577), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), + [anon_sym_MOZ_COLD] = ACTIONS(1577), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_RAII] = ACTIONS(1577), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [sym_raw_string_literal] = ACTIONS(1579), }, - [156] = { - [sym_identifier] = ACTIONS(1629), - [aux_sym_preproc_include_token1] = ACTIONS(1629), - [aux_sym_preproc_def_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token2] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), - [aux_sym_preproc_else_token1] = ACTIONS(1629), - [aux_sym_preproc_elif_token1] = ACTIONS(1629), - [sym_preproc_directive] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP_AMP] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1629), - [anon_sym_SEMI] = ACTIONS(1631), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym___based] = ACTIONS(1629), - [anon_sym___cdecl] = ACTIONS(1629), - [anon_sym___clrcall] = ACTIONS(1629), - [anon_sym___stdcall] = ACTIONS(1629), - [anon_sym___fastcall] = ACTIONS(1629), - [anon_sym___thiscall] = ACTIONS(1629), - [anon_sym___vectorcall] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_else] = ACTIONS(1629), - [anon_sym_switch] = ACTIONS(1629), - [anon_sym_case] = ACTIONS(1629), - [anon_sym_default] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_goto] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1631), - [anon_sym_PLUS_PLUS] = ACTIONS(1631), - [anon_sym_sizeof] = ACTIONS(1629), - [sym_number_literal] = ACTIONS(1631), - [anon_sym_L_SQUOTE] = ACTIONS(1631), - [anon_sym_u_SQUOTE] = ACTIONS(1631), - [anon_sym_U_SQUOTE] = ACTIONS(1631), - [anon_sym_u8_SQUOTE] = ACTIONS(1631), - [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_L_DQUOTE] = ACTIONS(1631), - [anon_sym_u_DQUOTE] = ACTIONS(1631), - [anon_sym_U_DQUOTE] = ACTIONS(1631), - [anon_sym_u8_DQUOTE] = ACTIONS(1631), - [anon_sym_DQUOTE] = ACTIONS(1631), - [sym_true] = ACTIONS(1629), - [sym_false] = ACTIONS(1629), - [sym_null] = ACTIONS(1629), + [143] = { + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_include_token1] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token2] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [aux_sym_preproc_else_token1] = ACTIONS(1581), + [aux_sym_preproc_elif_token1] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___based] = ACTIONS(1581), + [anon_sym___cdecl] = ACTIONS(1581), + [anon_sym___clrcall] = ACTIONS(1581), + [anon_sym___stdcall] = ACTIONS(1581), + [anon_sym___fastcall] = ACTIONS(1581), + [anon_sym___thiscall] = ACTIONS(1581), + [anon_sym___vectorcall] = ACTIONS(1581), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [anon_sym_if] = ACTIONS(1581), + [anon_sym_else] = ACTIONS(1581), + [anon_sym_switch] = ACTIONS(1581), + [anon_sym_case] = ACTIONS(1581), + [anon_sym_default] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1581), + [anon_sym_do] = ACTIONS(1581), + [anon_sym_for] = ACTIONS(1581), + [anon_sym_return] = ACTIONS(1581), + [anon_sym_break] = ACTIONS(1581), + [anon_sym_continue] = ACTIONS(1581), + [anon_sym_goto] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1583), + [anon_sym_L_SQUOTE] = ACTIONS(1583), + [anon_sym_u_SQUOTE] = ACTIONS(1583), + [anon_sym_U_SQUOTE] = ACTIONS(1583), + [anon_sym_u8_SQUOTE] = ACTIONS(1583), + [anon_sym_SQUOTE] = ACTIONS(1583), + [anon_sym_L_DQUOTE] = ACTIONS(1583), + [anon_sym_u_DQUOTE] = ACTIONS(1583), + [anon_sym_U_DQUOTE] = ACTIONS(1583), + [anon_sym_u8_DQUOTE] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1583), + [sym_true] = ACTIONS(1581), + [sym_false] = ACTIONS(1581), + [sym_null] = ACTIONS(1581), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1629), - [anon_sym_virtual] = ACTIONS(1629), - [anon_sym_explicit] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_operator] = ACTIONS(1629), - [anon_sym_delete] = ACTIONS(1629), - [anon_sym_throw] = ACTIONS(1629), - [anon_sym_namespace] = ACTIONS(1629), - [anon_sym_using] = ACTIONS(1629), - [anon_sym_static_assert] = ACTIONS(1629), - [anon_sym_co_return] = ACTIONS(1629), - [anon_sym_co_yield] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_co_await] = ACTIONS(1629), - [anon_sym_new] = ACTIONS(1629), - [sym_this] = ACTIONS(1629), - [sym_nullptr] = ACTIONS(1629), - [sym_alone_macro] = ACTIONS(1631), - [aux_sym_alone_macro_call_token1] = ACTIONS(1629), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_FORWARD] = ACTIONS(1629), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_PS_GET] = ACTIONS(1629), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), - [sym_raw_string_literal] = ACTIONS(1631), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [anon_sym_explicit] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_operator] = ACTIONS(1581), + [anon_sym_delete] = ACTIONS(1581), + [anon_sym_throw] = ACTIONS(1581), + [anon_sym_namespace] = ACTIONS(1581), + [anon_sym_using] = ACTIONS(1581), + [anon_sym_static_assert] = ACTIONS(1581), + [anon_sym_co_return] = ACTIONS(1581), + [anon_sym_co_yield] = ACTIONS(1581), + [anon_sym_try] = ACTIONS(1581), + [anon_sym_co_await] = ACTIONS(1581), + [anon_sym_new] = ACTIONS(1581), + [sym_this] = ACTIONS(1581), + [sym_nullptr] = ACTIONS(1581), + [sym_alone_macro] = ACTIONS(1583), + [aux_sym_alone_macro_call_token1] = ACTIONS(1581), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_FORWARD] = ACTIONS(1581), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_PS_GET] = ACTIONS(1581), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [sym_raw_string_literal] = ACTIONS(1583), }, - [157] = { - [sym_identifier] = ACTIONS(1633), - [aux_sym_preproc_include_token1] = ACTIONS(1633), - [aux_sym_preproc_def_token1] = ACTIONS(1633), - [aux_sym_preproc_if_token1] = ACTIONS(1633), - [aux_sym_preproc_if_token2] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), - [aux_sym_preproc_else_token1] = ACTIONS(1633), - [aux_sym_preproc_elif_token1] = ACTIONS(1633), - [sym_preproc_directive] = ACTIONS(1633), - [anon_sym_LPAREN2] = ACTIONS(1635), - [anon_sym_BANG] = ACTIONS(1635), - [anon_sym_TILDE] = ACTIONS(1635), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1635), - [anon_sym_AMP_AMP] = ACTIONS(1635), - [anon_sym_AMP] = ACTIONS(1633), - [anon_sym_SEMI] = ACTIONS(1635), - [anon_sym_typedef] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), - [anon_sym___declspec] = ACTIONS(1633), - [anon_sym___based] = ACTIONS(1633), - [anon_sym___cdecl] = ACTIONS(1633), - [anon_sym___clrcall] = ACTIONS(1633), - [anon_sym___stdcall] = ACTIONS(1633), - [anon_sym___fastcall] = ACTIONS(1633), - [anon_sym___thiscall] = ACTIONS(1633), - [anon_sym___vectorcall] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_static] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_inline] = ACTIONS(1633), - [anon_sym_thread_local] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [anon_sym_volatile] = ACTIONS(1633), - [anon_sym_restrict] = ACTIONS(1633), - [anon_sym__Atomic] = ACTIONS(1633), - [anon_sym_mutable] = ACTIONS(1633), - [anon_sym_constexpr] = ACTIONS(1633), - [anon_sym_signed] = ACTIONS(1633), - [anon_sym_unsigned] = ACTIONS(1633), - [anon_sym_long] = ACTIONS(1633), - [anon_sym_short] = ACTIONS(1633), - [sym_primitive_type] = ACTIONS(1633), - [anon_sym_enum] = ACTIONS(1633), - [anon_sym_class] = ACTIONS(1633), - [anon_sym_struct] = ACTIONS(1633), - [anon_sym_union] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_else] = ACTIONS(1633), - [anon_sym_switch] = ACTIONS(1633), - [anon_sym_case] = ACTIONS(1633), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_goto] = ACTIONS(1633), - [anon_sym_DASH_DASH] = ACTIONS(1635), - [anon_sym_PLUS_PLUS] = ACTIONS(1635), - [anon_sym_sizeof] = ACTIONS(1633), - [sym_number_literal] = ACTIONS(1635), - [anon_sym_L_SQUOTE] = ACTIONS(1635), - [anon_sym_u_SQUOTE] = ACTIONS(1635), - [anon_sym_U_SQUOTE] = ACTIONS(1635), - [anon_sym_u8_SQUOTE] = ACTIONS(1635), - [anon_sym_SQUOTE] = ACTIONS(1635), - [anon_sym_L_DQUOTE] = ACTIONS(1635), - [anon_sym_u_DQUOTE] = ACTIONS(1635), - [anon_sym_U_DQUOTE] = ACTIONS(1635), - [anon_sym_u8_DQUOTE] = ACTIONS(1635), - [anon_sym_DQUOTE] = ACTIONS(1635), - [sym_true] = ACTIONS(1633), - [sym_false] = ACTIONS(1633), - [sym_null] = ACTIONS(1633), + [144] = { + [sym_identifier] = ACTIONS(1585), + [aux_sym_preproc_include_token1] = ACTIONS(1585), + [aux_sym_preproc_def_token1] = ACTIONS(1585), + [aux_sym_preproc_if_token1] = ACTIONS(1585), + [aux_sym_preproc_if_token2] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), + [aux_sym_preproc_else_token1] = ACTIONS(1585), + [aux_sym_preproc_elif_token1] = ACTIONS(1585), + [sym_preproc_directive] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1587), + [anon_sym_TILDE] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_AMP_AMP] = ACTIONS(1587), + [anon_sym_AMP] = ACTIONS(1585), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_typedef] = ACTIONS(1585), + [anon_sym_extern] = ACTIONS(1585), + [anon_sym___attribute__] = ACTIONS(1585), + [anon_sym_COLON_COLON] = ACTIONS(1587), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), + [anon_sym___declspec] = ACTIONS(1585), + [anon_sym___based] = ACTIONS(1585), + [anon_sym___cdecl] = ACTIONS(1585), + [anon_sym___clrcall] = ACTIONS(1585), + [anon_sym___stdcall] = ACTIONS(1585), + [anon_sym___fastcall] = ACTIONS(1585), + [anon_sym___thiscall] = ACTIONS(1585), + [anon_sym___vectorcall] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1587), + [anon_sym_LBRACK] = ACTIONS(1585), + [anon_sym_static] = ACTIONS(1585), + [anon_sym_register] = ACTIONS(1585), + [anon_sym_inline] = ACTIONS(1585), + [anon_sym_thread_local] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_volatile] = ACTIONS(1585), + [anon_sym_restrict] = ACTIONS(1585), + [anon_sym__Atomic] = ACTIONS(1585), + [anon_sym_mutable] = ACTIONS(1585), + [anon_sym_constexpr] = ACTIONS(1585), + [anon_sym_signed] = ACTIONS(1585), + [anon_sym_unsigned] = ACTIONS(1585), + [anon_sym_long] = ACTIONS(1585), + [anon_sym_short] = ACTIONS(1585), + [sym_primitive_type] = ACTIONS(1585), + [anon_sym_enum] = ACTIONS(1585), + [anon_sym_class] = ACTIONS(1585), + [anon_sym_struct] = ACTIONS(1585), + [anon_sym_union] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_else] = ACTIONS(1585), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_case] = ACTIONS(1585), + [anon_sym_default] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_do] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_continue] = ACTIONS(1585), + [anon_sym_goto] = ACTIONS(1585), + [anon_sym_DASH_DASH] = ACTIONS(1587), + [anon_sym_PLUS_PLUS] = ACTIONS(1587), + [anon_sym_sizeof] = ACTIONS(1585), + [sym_number_literal] = ACTIONS(1587), + [anon_sym_L_SQUOTE] = ACTIONS(1587), + [anon_sym_u_SQUOTE] = ACTIONS(1587), + [anon_sym_U_SQUOTE] = ACTIONS(1587), + [anon_sym_u8_SQUOTE] = ACTIONS(1587), + [anon_sym_SQUOTE] = ACTIONS(1587), + [anon_sym_L_DQUOTE] = ACTIONS(1587), + [anon_sym_u_DQUOTE] = ACTIONS(1587), + [anon_sym_U_DQUOTE] = ACTIONS(1587), + [anon_sym_u8_DQUOTE] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1587), + [sym_true] = ACTIONS(1585), + [sym_false] = ACTIONS(1585), + [sym_null] = ACTIONS(1585), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1633), - [anon_sym_virtual] = ACTIONS(1633), - [anon_sym_explicit] = ACTIONS(1633), - [sym_auto] = ACTIONS(1633), - [anon_sym_typename] = ACTIONS(1633), - [anon_sym_template] = ACTIONS(1633), - [anon_sym_operator] = ACTIONS(1633), - [anon_sym_delete] = ACTIONS(1633), - [anon_sym_throw] = ACTIONS(1633), - [anon_sym_namespace] = ACTIONS(1633), - [anon_sym_using] = ACTIONS(1633), - [anon_sym_static_assert] = ACTIONS(1633), - [anon_sym_co_return] = ACTIONS(1633), - [anon_sym_co_yield] = ACTIONS(1633), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_co_await] = ACTIONS(1633), - [anon_sym_new] = ACTIONS(1633), - [sym_this] = ACTIONS(1633), - [sym_nullptr] = ACTIONS(1633), - [sym_alone_macro] = ACTIONS(1635), - [aux_sym_alone_macro_call_token1] = ACTIONS(1633), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_FORWARD] = ACTIONS(1633), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_PS_GET] = ACTIONS(1633), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), - [anon_sym_MOZ_COLD] = ACTIONS(1633), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_RAII] = ACTIONS(1633), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), - [sym_raw_string_literal] = ACTIONS(1635), + [anon_sym_decltype] = ACTIONS(1585), + [anon_sym_virtual] = ACTIONS(1585), + [anon_sym_explicit] = ACTIONS(1585), + [sym_auto] = ACTIONS(1585), + [anon_sym_typename] = ACTIONS(1585), + [anon_sym_template] = ACTIONS(1585), + [anon_sym_operator] = ACTIONS(1585), + [anon_sym_delete] = ACTIONS(1585), + [anon_sym_throw] = ACTIONS(1585), + [anon_sym_namespace] = ACTIONS(1585), + [anon_sym_using] = ACTIONS(1585), + [anon_sym_static_assert] = ACTIONS(1585), + [anon_sym_co_return] = ACTIONS(1585), + [anon_sym_co_yield] = ACTIONS(1585), + [anon_sym_try] = ACTIONS(1585), + [anon_sym_co_await] = ACTIONS(1585), + [anon_sym_new] = ACTIONS(1585), + [sym_this] = ACTIONS(1585), + [sym_nullptr] = ACTIONS(1585), + [sym_alone_macro] = ACTIONS(1587), + [aux_sym_alone_macro_call_token1] = ACTIONS(1585), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_FORWARD] = ACTIONS(1585), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_PS_GET] = ACTIONS(1585), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), + [anon_sym_MOZ_COLD] = ACTIONS(1585), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_RAII] = ACTIONS(1585), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), + [sym_raw_string_literal] = ACTIONS(1587), }, - [158] = { + [145] = { + [sym_identifier] = ACTIONS(1589), + [aux_sym_preproc_include_token1] = ACTIONS(1589), + [aux_sym_preproc_def_token1] = ACTIONS(1589), + [aux_sym_preproc_if_token1] = ACTIONS(1589), + [aux_sym_preproc_if_token2] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), + [aux_sym_preproc_else_token1] = ACTIONS(1589), + [aux_sym_preproc_elif_token1] = ACTIONS(1589), + [sym_preproc_directive] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1591), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1591), + [anon_sym_AMP_AMP] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_typedef] = ACTIONS(1589), + [anon_sym_extern] = ACTIONS(1589), + [anon_sym___attribute__] = ACTIONS(1589), + [anon_sym_COLON_COLON] = ACTIONS(1591), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), + [anon_sym___declspec] = ACTIONS(1589), + [anon_sym___based] = ACTIONS(1589), + [anon_sym___cdecl] = ACTIONS(1589), + [anon_sym___clrcall] = ACTIONS(1589), + [anon_sym___stdcall] = ACTIONS(1589), + [anon_sym___fastcall] = ACTIONS(1589), + [anon_sym___thiscall] = ACTIONS(1589), + [anon_sym___vectorcall] = ACTIONS(1589), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_static] = ACTIONS(1589), + [anon_sym_register] = ACTIONS(1589), + [anon_sym_inline] = ACTIONS(1589), + [anon_sym_thread_local] = ACTIONS(1589), + [anon_sym_const] = ACTIONS(1589), + [anon_sym_volatile] = ACTIONS(1589), + [anon_sym_restrict] = ACTIONS(1589), + [anon_sym__Atomic] = ACTIONS(1589), + [anon_sym_mutable] = ACTIONS(1589), + [anon_sym_constexpr] = ACTIONS(1589), + [anon_sym_signed] = ACTIONS(1589), + [anon_sym_unsigned] = ACTIONS(1589), + [anon_sym_long] = ACTIONS(1589), + [anon_sym_short] = ACTIONS(1589), + [sym_primitive_type] = ACTIONS(1589), + [anon_sym_enum] = ACTIONS(1589), + [anon_sym_class] = ACTIONS(1589), + [anon_sym_struct] = ACTIONS(1589), + [anon_sym_union] = ACTIONS(1589), + [anon_sym_if] = ACTIONS(1589), + [anon_sym_else] = ACTIONS(1589), + [anon_sym_switch] = ACTIONS(1589), + [anon_sym_case] = ACTIONS(1589), + [anon_sym_default] = ACTIONS(1589), + [anon_sym_while] = ACTIONS(1589), + [anon_sym_do] = ACTIONS(1589), + [anon_sym_for] = ACTIONS(1589), + [anon_sym_return] = ACTIONS(1589), + [anon_sym_break] = ACTIONS(1589), + [anon_sym_continue] = ACTIONS(1589), + [anon_sym_goto] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1591), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_sizeof] = ACTIONS(1589), + [sym_number_literal] = ACTIONS(1591), + [anon_sym_L_SQUOTE] = ACTIONS(1591), + [anon_sym_u_SQUOTE] = ACTIONS(1591), + [anon_sym_U_SQUOTE] = ACTIONS(1591), + [anon_sym_u8_SQUOTE] = ACTIONS(1591), + [anon_sym_SQUOTE] = ACTIONS(1591), + [anon_sym_L_DQUOTE] = ACTIONS(1591), + [anon_sym_u_DQUOTE] = ACTIONS(1591), + [anon_sym_U_DQUOTE] = ACTIONS(1591), + [anon_sym_u8_DQUOTE] = ACTIONS(1591), + [anon_sym_DQUOTE] = ACTIONS(1591), + [sym_true] = ACTIONS(1589), + [sym_false] = ACTIONS(1589), + [sym_null] = ACTIONS(1589), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1589), + [anon_sym_virtual] = ACTIONS(1589), + [anon_sym_explicit] = ACTIONS(1589), + [sym_auto] = ACTIONS(1589), + [anon_sym_typename] = ACTIONS(1589), + [anon_sym_template] = ACTIONS(1589), + [anon_sym_operator] = ACTIONS(1589), + [anon_sym_delete] = ACTIONS(1589), + [anon_sym_throw] = ACTIONS(1589), + [anon_sym_namespace] = ACTIONS(1589), + [anon_sym_using] = ACTIONS(1589), + [anon_sym_static_assert] = ACTIONS(1589), + [anon_sym_co_return] = ACTIONS(1589), + [anon_sym_co_yield] = ACTIONS(1589), + [anon_sym_try] = ACTIONS(1589), + [anon_sym_co_await] = ACTIONS(1589), + [anon_sym_new] = ACTIONS(1589), + [sym_this] = ACTIONS(1589), + [sym_nullptr] = ACTIONS(1589), + [sym_alone_macro] = ACTIONS(1591), + [aux_sym_alone_macro_call_token1] = ACTIONS(1589), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_FORWARD] = ACTIONS(1589), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_PS_GET] = ACTIONS(1589), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), + [anon_sym_MOZ_COLD] = ACTIONS(1589), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_RAII] = ACTIONS(1589), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), + [sym_raw_string_literal] = ACTIONS(1591), + }, + [146] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_include_token1] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [aux_sym_preproc_else_token1] = ACTIONS(1593), + [aux_sym_preproc_elif_token1] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym___cdecl] = ACTIONS(1593), + [anon_sym___clrcall] = ACTIONS(1593), + [anon_sym___stdcall] = ACTIONS(1593), + [anon_sym___fastcall] = ACTIONS(1593), + [anon_sym___thiscall] = ACTIONS(1593), + [anon_sym___vectorcall] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [sym_alone_macro] = ACTIONS(1595), + [aux_sym_alone_macro_call_token1] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), + }, + [147] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -64457,779 +62380,972 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [159] = { - [sym_identifier] = ACTIONS(1637), - [aux_sym_preproc_include_token1] = ACTIONS(1637), - [aux_sym_preproc_def_token1] = ACTIONS(1637), - [aux_sym_preproc_if_token1] = ACTIONS(1637), - [aux_sym_preproc_if_token2] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), - [aux_sym_preproc_else_token1] = ACTIONS(1637), - [aux_sym_preproc_elif_token1] = ACTIONS(1637), - [sym_preproc_directive] = ACTIONS(1637), - [anon_sym_LPAREN2] = ACTIONS(1639), - [anon_sym_BANG] = ACTIONS(1639), - [anon_sym_TILDE] = ACTIONS(1639), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1639), - [anon_sym_AMP_AMP] = ACTIONS(1639), - [anon_sym_AMP] = ACTIONS(1637), - [anon_sym_SEMI] = ACTIONS(1639), - [anon_sym_typedef] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym___attribute__] = ACTIONS(1637), - [anon_sym_COLON_COLON] = ACTIONS(1639), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), - [anon_sym___declspec] = ACTIONS(1637), - [anon_sym___based] = ACTIONS(1637), - [anon_sym___cdecl] = ACTIONS(1637), - [anon_sym___clrcall] = ACTIONS(1637), - [anon_sym___stdcall] = ACTIONS(1637), - [anon_sym___fastcall] = ACTIONS(1637), - [anon_sym___thiscall] = ACTIONS(1637), - [anon_sym___vectorcall] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1639), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_static] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_inline] = ACTIONS(1637), - [anon_sym_thread_local] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [anon_sym_volatile] = ACTIONS(1637), - [anon_sym_restrict] = ACTIONS(1637), - [anon_sym__Atomic] = ACTIONS(1637), - [anon_sym_mutable] = ACTIONS(1637), - [anon_sym_constexpr] = ACTIONS(1637), - [anon_sym_signed] = ACTIONS(1637), - [anon_sym_unsigned] = ACTIONS(1637), - [anon_sym_long] = ACTIONS(1637), - [anon_sym_short] = ACTIONS(1637), - [sym_primitive_type] = ACTIONS(1637), - [anon_sym_enum] = ACTIONS(1637), - [anon_sym_class] = ACTIONS(1637), - [anon_sym_struct] = ACTIONS(1637), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_else] = ACTIONS(1637), - [anon_sym_switch] = ACTIONS(1637), - [anon_sym_case] = ACTIONS(1637), - [anon_sym_default] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_goto] = ACTIONS(1637), - [anon_sym_DASH_DASH] = ACTIONS(1639), - [anon_sym_PLUS_PLUS] = ACTIONS(1639), - [anon_sym_sizeof] = ACTIONS(1637), - [sym_number_literal] = ACTIONS(1639), - [anon_sym_L_SQUOTE] = ACTIONS(1639), - [anon_sym_u_SQUOTE] = ACTIONS(1639), - [anon_sym_U_SQUOTE] = ACTIONS(1639), - [anon_sym_u8_SQUOTE] = ACTIONS(1639), - [anon_sym_SQUOTE] = ACTIONS(1639), - [anon_sym_L_DQUOTE] = ACTIONS(1639), - [anon_sym_u_DQUOTE] = ACTIONS(1639), - [anon_sym_U_DQUOTE] = ACTIONS(1639), - [anon_sym_u8_DQUOTE] = ACTIONS(1639), - [anon_sym_DQUOTE] = ACTIONS(1639), - [sym_true] = ACTIONS(1637), - [sym_false] = ACTIONS(1637), - [sym_null] = ACTIONS(1637), + [148] = { + [sym_identifier] = ACTIONS(1597), + [aux_sym_preproc_include_token1] = ACTIONS(1597), + [aux_sym_preproc_def_token1] = ACTIONS(1597), + [aux_sym_preproc_if_token1] = ACTIONS(1597), + [aux_sym_preproc_if_token2] = ACTIONS(1597), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1597), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1597), + [aux_sym_preproc_else_token1] = ACTIONS(1597), + [aux_sym_preproc_elif_token1] = ACTIONS(1597), + [sym_preproc_directive] = ACTIONS(1597), + [anon_sym_LPAREN2] = ACTIONS(1599), + [anon_sym_BANG] = ACTIONS(1599), + [anon_sym_TILDE] = ACTIONS(1599), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1599), + [anon_sym_AMP_AMP] = ACTIONS(1599), + [anon_sym_AMP] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1599), + [anon_sym_typedef] = ACTIONS(1597), + [anon_sym_extern] = ACTIONS(1597), + [anon_sym___attribute__] = ACTIONS(1597), + [anon_sym_COLON_COLON] = ACTIONS(1599), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1599), + [anon_sym___declspec] = ACTIONS(1597), + [anon_sym___based] = ACTIONS(1597), + [anon_sym___cdecl] = ACTIONS(1597), + [anon_sym___clrcall] = ACTIONS(1597), + [anon_sym___stdcall] = ACTIONS(1597), + [anon_sym___fastcall] = ACTIONS(1597), + [anon_sym___thiscall] = ACTIONS(1597), + [anon_sym___vectorcall] = ACTIONS(1597), + [anon_sym_LBRACE] = ACTIONS(1599), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_static] = ACTIONS(1597), + [anon_sym_register] = ACTIONS(1597), + [anon_sym_inline] = ACTIONS(1597), + [anon_sym_thread_local] = ACTIONS(1597), + [anon_sym_const] = ACTIONS(1597), + [anon_sym_volatile] = ACTIONS(1597), + [anon_sym_restrict] = ACTIONS(1597), + [anon_sym__Atomic] = ACTIONS(1597), + [anon_sym_mutable] = ACTIONS(1597), + [anon_sym_constexpr] = ACTIONS(1597), + [anon_sym_signed] = ACTIONS(1597), + [anon_sym_unsigned] = ACTIONS(1597), + [anon_sym_long] = ACTIONS(1597), + [anon_sym_short] = ACTIONS(1597), + [sym_primitive_type] = ACTIONS(1597), + [anon_sym_enum] = ACTIONS(1597), + [anon_sym_class] = ACTIONS(1597), + [anon_sym_struct] = ACTIONS(1597), + [anon_sym_union] = ACTIONS(1597), + [anon_sym_if] = ACTIONS(1597), + [anon_sym_else] = ACTIONS(1597), + [anon_sym_switch] = ACTIONS(1597), + [anon_sym_case] = ACTIONS(1597), + [anon_sym_default] = ACTIONS(1597), + [anon_sym_while] = ACTIONS(1597), + [anon_sym_do] = ACTIONS(1597), + [anon_sym_for] = ACTIONS(1597), + [anon_sym_return] = ACTIONS(1597), + [anon_sym_break] = ACTIONS(1597), + [anon_sym_continue] = ACTIONS(1597), + [anon_sym_goto] = ACTIONS(1597), + [anon_sym_DASH_DASH] = ACTIONS(1599), + [anon_sym_PLUS_PLUS] = ACTIONS(1599), + [anon_sym_sizeof] = ACTIONS(1597), + [sym_number_literal] = ACTIONS(1599), + [anon_sym_L_SQUOTE] = ACTIONS(1599), + [anon_sym_u_SQUOTE] = ACTIONS(1599), + [anon_sym_U_SQUOTE] = ACTIONS(1599), + [anon_sym_u8_SQUOTE] = ACTIONS(1599), + [anon_sym_SQUOTE] = ACTIONS(1599), + [anon_sym_L_DQUOTE] = ACTIONS(1599), + [anon_sym_u_DQUOTE] = ACTIONS(1599), + [anon_sym_U_DQUOTE] = ACTIONS(1599), + [anon_sym_u8_DQUOTE] = ACTIONS(1599), + [anon_sym_DQUOTE] = ACTIONS(1599), + [sym_true] = ACTIONS(1597), + [sym_false] = ACTIONS(1597), + [sym_null] = ACTIONS(1597), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1637), - [anon_sym_virtual] = ACTIONS(1637), - [anon_sym_explicit] = ACTIONS(1637), - [sym_auto] = ACTIONS(1637), - [anon_sym_typename] = ACTIONS(1637), - [anon_sym_template] = ACTIONS(1637), - [anon_sym_operator] = ACTIONS(1637), - [anon_sym_delete] = ACTIONS(1637), - [anon_sym_throw] = ACTIONS(1637), - [anon_sym_namespace] = ACTIONS(1637), - [anon_sym_using] = ACTIONS(1637), - [anon_sym_static_assert] = ACTIONS(1637), - [anon_sym_co_return] = ACTIONS(1637), - [anon_sym_co_yield] = ACTIONS(1637), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_co_await] = ACTIONS(1637), - [anon_sym_new] = ACTIONS(1637), - [sym_this] = ACTIONS(1637), - [sym_nullptr] = ACTIONS(1637), - [sym_alone_macro] = ACTIONS(1639), - [aux_sym_alone_macro_call_token1] = ACTIONS(1637), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_FORWARD] = ACTIONS(1637), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_PS_GET] = ACTIONS(1637), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), - [anon_sym_MOZ_COLD] = ACTIONS(1637), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_RAII] = ACTIONS(1637), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), - [sym_raw_string_literal] = ACTIONS(1639), - }, - [160] = { - [sym_identifier] = ACTIONS(1641), - [aux_sym_preproc_include_token1] = ACTIONS(1641), - [aux_sym_preproc_def_token1] = ACTIONS(1641), - [aux_sym_preproc_if_token1] = ACTIONS(1641), - [aux_sym_preproc_if_token2] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), - [aux_sym_preproc_else_token1] = ACTIONS(1641), - [aux_sym_preproc_elif_token1] = ACTIONS(1641), - [sym_preproc_directive] = ACTIONS(1641), - [anon_sym_LPAREN2] = ACTIONS(1643), - [anon_sym_BANG] = ACTIONS(1643), - [anon_sym_TILDE] = ACTIONS(1643), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1643), - [anon_sym_AMP_AMP] = ACTIONS(1643), - [anon_sym_AMP] = ACTIONS(1641), - [anon_sym_SEMI] = ACTIONS(1643), - [anon_sym_typedef] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym___attribute__] = ACTIONS(1641), - [anon_sym_COLON_COLON] = ACTIONS(1643), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), - [anon_sym___declspec] = ACTIONS(1641), - [anon_sym___based] = ACTIONS(1641), - [anon_sym___cdecl] = ACTIONS(1641), - [anon_sym___clrcall] = ACTIONS(1641), - [anon_sym___stdcall] = ACTIONS(1641), - [anon_sym___fastcall] = ACTIONS(1641), - [anon_sym___thiscall] = ACTIONS(1641), - [anon_sym___vectorcall] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1643), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_static] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_inline] = ACTIONS(1641), - [anon_sym_thread_local] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [anon_sym_volatile] = ACTIONS(1641), - [anon_sym_restrict] = ACTIONS(1641), - [anon_sym__Atomic] = ACTIONS(1641), - [anon_sym_mutable] = ACTIONS(1641), - [anon_sym_constexpr] = ACTIONS(1641), - [anon_sym_signed] = ACTIONS(1641), - [anon_sym_unsigned] = ACTIONS(1641), - [anon_sym_long] = ACTIONS(1641), - [anon_sym_short] = ACTIONS(1641), - [sym_primitive_type] = ACTIONS(1641), - [anon_sym_enum] = ACTIONS(1641), - [anon_sym_class] = ACTIONS(1641), - [anon_sym_struct] = ACTIONS(1641), - [anon_sym_union] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_else] = ACTIONS(1641), - [anon_sym_switch] = ACTIONS(1641), - [anon_sym_case] = ACTIONS(1641), - [anon_sym_default] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_goto] = ACTIONS(1641), - [anon_sym_DASH_DASH] = ACTIONS(1643), - [anon_sym_PLUS_PLUS] = ACTIONS(1643), - [anon_sym_sizeof] = ACTIONS(1641), - [sym_number_literal] = ACTIONS(1643), - [anon_sym_L_SQUOTE] = ACTIONS(1643), - [anon_sym_u_SQUOTE] = ACTIONS(1643), - [anon_sym_U_SQUOTE] = ACTIONS(1643), - [anon_sym_u8_SQUOTE] = ACTIONS(1643), - [anon_sym_SQUOTE] = ACTIONS(1643), - [anon_sym_L_DQUOTE] = ACTIONS(1643), - [anon_sym_u_DQUOTE] = ACTIONS(1643), - [anon_sym_U_DQUOTE] = ACTIONS(1643), - [anon_sym_u8_DQUOTE] = ACTIONS(1643), - [anon_sym_DQUOTE] = ACTIONS(1643), - [sym_true] = ACTIONS(1641), - [sym_false] = ACTIONS(1641), - [sym_null] = ACTIONS(1641), + [anon_sym_decltype] = ACTIONS(1597), + [anon_sym_virtual] = ACTIONS(1597), + [anon_sym_explicit] = ACTIONS(1597), + [sym_auto] = ACTIONS(1597), + [anon_sym_typename] = ACTIONS(1597), + [anon_sym_template] = ACTIONS(1597), + [anon_sym_operator] = ACTIONS(1597), + [anon_sym_delete] = ACTIONS(1597), + [anon_sym_throw] = ACTIONS(1597), + [anon_sym_namespace] = ACTIONS(1597), + [anon_sym_using] = ACTIONS(1597), + [anon_sym_static_assert] = ACTIONS(1597), + [anon_sym_co_return] = ACTIONS(1597), + [anon_sym_co_yield] = ACTIONS(1597), + [anon_sym_try] = ACTIONS(1597), + [anon_sym_co_await] = ACTIONS(1597), + [anon_sym_new] = ACTIONS(1597), + [sym_this] = ACTIONS(1597), + [sym_nullptr] = ACTIONS(1597), + [sym_alone_macro] = ACTIONS(1599), + [aux_sym_alone_macro_call_token1] = ACTIONS(1597), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_FORWARD] = ACTIONS(1597), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1597), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_PS_GET] = ACTIONS(1597), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1597), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1597), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1597), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1597), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1597), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1597), + [anon_sym_MOZ_COLD] = ACTIONS(1597), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1597), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1597), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1597), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1597), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1597), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1597), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1597), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1597), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1597), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1597), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1597), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1597), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1597), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_NONNULL] = ACTIONS(1597), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1597), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1597), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1597), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1597), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1597), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1597), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1597), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1597), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1597), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1597), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1597), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1597), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), + [anon_sym_MOZ_RAII] = ACTIONS(1597), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1597), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1597), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1597), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1597), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), + [sym_raw_string_literal] = ACTIONS(1599), + }, + [149] = { + [sym_identifier] = ACTIONS(1601), + [aux_sym_preproc_include_token1] = ACTIONS(1601), + [aux_sym_preproc_def_token1] = ACTIONS(1601), + [aux_sym_preproc_if_token1] = ACTIONS(1601), + [aux_sym_preproc_if_token2] = ACTIONS(1601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1601), + [aux_sym_preproc_else_token1] = ACTIONS(1601), + [aux_sym_preproc_elif_token1] = ACTIONS(1601), + [sym_preproc_directive] = ACTIONS(1601), + [anon_sym_LPAREN2] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_DASH] = ACTIONS(1601), + [anon_sym_PLUS] = ACTIONS(1601), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_AMP_AMP] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1601), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1601), + [anon_sym_extern] = ACTIONS(1601), + [anon_sym___attribute__] = ACTIONS(1601), + [anon_sym_COLON_COLON] = ACTIONS(1603), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), + [anon_sym___declspec] = ACTIONS(1601), + [anon_sym___based] = ACTIONS(1601), + [anon_sym___cdecl] = ACTIONS(1601), + [anon_sym___clrcall] = ACTIONS(1601), + [anon_sym___stdcall] = ACTIONS(1601), + [anon_sym___fastcall] = ACTIONS(1601), + [anon_sym___thiscall] = ACTIONS(1601), + [anon_sym___vectorcall] = ACTIONS(1601), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_LBRACK] = ACTIONS(1601), + [anon_sym_static] = ACTIONS(1601), + [anon_sym_register] = ACTIONS(1601), + [anon_sym_inline] = ACTIONS(1601), + [anon_sym_thread_local] = ACTIONS(1601), + [anon_sym_const] = ACTIONS(1601), + [anon_sym_volatile] = ACTIONS(1601), + [anon_sym_restrict] = ACTIONS(1601), + [anon_sym__Atomic] = ACTIONS(1601), + [anon_sym_mutable] = ACTIONS(1601), + [anon_sym_constexpr] = ACTIONS(1601), + [anon_sym_signed] = ACTIONS(1601), + [anon_sym_unsigned] = ACTIONS(1601), + [anon_sym_long] = ACTIONS(1601), + [anon_sym_short] = ACTIONS(1601), + [sym_primitive_type] = ACTIONS(1601), + [anon_sym_enum] = ACTIONS(1601), + [anon_sym_class] = ACTIONS(1601), + [anon_sym_struct] = ACTIONS(1601), + [anon_sym_union] = ACTIONS(1601), + [anon_sym_if] = ACTIONS(1601), + [anon_sym_else] = ACTIONS(1601), + [anon_sym_switch] = ACTIONS(1601), + [anon_sym_case] = ACTIONS(1601), + [anon_sym_default] = ACTIONS(1601), + [anon_sym_while] = ACTIONS(1601), + [anon_sym_do] = ACTIONS(1601), + [anon_sym_for] = ACTIONS(1601), + [anon_sym_return] = ACTIONS(1601), + [anon_sym_break] = ACTIONS(1601), + [anon_sym_continue] = ACTIONS(1601), + [anon_sym_goto] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1601), + [sym_number_literal] = ACTIONS(1603), + [anon_sym_L_SQUOTE] = ACTIONS(1603), + [anon_sym_u_SQUOTE] = ACTIONS(1603), + [anon_sym_U_SQUOTE] = ACTIONS(1603), + [anon_sym_u8_SQUOTE] = ACTIONS(1603), + [anon_sym_SQUOTE] = ACTIONS(1603), + [anon_sym_L_DQUOTE] = ACTIONS(1603), + [anon_sym_u_DQUOTE] = ACTIONS(1603), + [anon_sym_U_DQUOTE] = ACTIONS(1603), + [anon_sym_u8_DQUOTE] = ACTIONS(1603), + [anon_sym_DQUOTE] = ACTIONS(1603), + [sym_true] = ACTIONS(1601), + [sym_false] = ACTIONS(1601), + [sym_null] = ACTIONS(1601), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1641), - [anon_sym_virtual] = ACTIONS(1641), - [anon_sym_explicit] = ACTIONS(1641), - [sym_auto] = ACTIONS(1641), - [anon_sym_typename] = ACTIONS(1641), - [anon_sym_template] = ACTIONS(1641), - [anon_sym_operator] = ACTIONS(1641), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_throw] = ACTIONS(1641), - [anon_sym_namespace] = ACTIONS(1641), - [anon_sym_using] = ACTIONS(1641), - [anon_sym_static_assert] = ACTIONS(1641), - [anon_sym_co_return] = ACTIONS(1641), - [anon_sym_co_yield] = ACTIONS(1641), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_co_await] = ACTIONS(1641), - [anon_sym_new] = ACTIONS(1641), - [sym_this] = ACTIONS(1641), - [sym_nullptr] = ACTIONS(1641), - [sym_alone_macro] = ACTIONS(1643), - [aux_sym_alone_macro_call_token1] = ACTIONS(1641), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_FORWARD] = ACTIONS(1641), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_PS_GET] = ACTIONS(1641), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), - [anon_sym_MOZ_COLD] = ACTIONS(1641), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_RAII] = ACTIONS(1641), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), - [sym_raw_string_literal] = ACTIONS(1643), + [anon_sym_decltype] = ACTIONS(1601), + [anon_sym_virtual] = ACTIONS(1601), + [anon_sym_explicit] = ACTIONS(1601), + [sym_auto] = ACTIONS(1601), + [anon_sym_typename] = ACTIONS(1601), + [anon_sym_template] = ACTIONS(1601), + [anon_sym_operator] = ACTIONS(1601), + [anon_sym_delete] = ACTIONS(1601), + [anon_sym_throw] = ACTIONS(1601), + [anon_sym_namespace] = ACTIONS(1601), + [anon_sym_using] = ACTIONS(1601), + [anon_sym_static_assert] = ACTIONS(1601), + [anon_sym_co_return] = ACTIONS(1601), + [anon_sym_co_yield] = ACTIONS(1601), + [anon_sym_try] = ACTIONS(1601), + [anon_sym_co_await] = ACTIONS(1601), + [anon_sym_new] = ACTIONS(1601), + [sym_this] = ACTIONS(1601), + [sym_nullptr] = ACTIONS(1601), + [sym_alone_macro] = ACTIONS(1603), + [aux_sym_alone_macro_call_token1] = ACTIONS(1601), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_FORWARD] = ACTIONS(1601), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_PS_GET] = ACTIONS(1601), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), + [anon_sym_MOZ_COLD] = ACTIONS(1601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_RAII] = ACTIONS(1601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), + [sym_raw_string_literal] = ACTIONS(1603), }, - [161] = { - [sym_identifier] = ACTIONS(1645), - [aux_sym_preproc_include_token1] = ACTIONS(1645), - [aux_sym_preproc_def_token1] = ACTIONS(1645), - [aux_sym_preproc_if_token1] = ACTIONS(1645), - [aux_sym_preproc_if_token2] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), - [aux_sym_preproc_else_token1] = ACTIONS(1645), - [aux_sym_preproc_elif_token1] = ACTIONS(1645), - [sym_preproc_directive] = ACTIONS(1645), - [anon_sym_LPAREN2] = ACTIONS(1647), - [anon_sym_BANG] = ACTIONS(1647), - [anon_sym_TILDE] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1645), - [anon_sym_PLUS] = ACTIONS(1645), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_AMP_AMP] = ACTIONS(1647), - [anon_sym_AMP] = ACTIONS(1645), - [anon_sym_SEMI] = ACTIONS(1647), - [anon_sym_typedef] = ACTIONS(1645), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1645), - [anon_sym_COLON_COLON] = ACTIONS(1647), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), - [anon_sym___declspec] = ACTIONS(1645), - [anon_sym___based] = ACTIONS(1645), - [anon_sym___cdecl] = ACTIONS(1645), - [anon_sym___clrcall] = ACTIONS(1645), - [anon_sym___stdcall] = ACTIONS(1645), - [anon_sym___fastcall] = ACTIONS(1645), - [anon_sym___thiscall] = ACTIONS(1645), - [anon_sym___vectorcall] = ACTIONS(1645), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1645), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1645), - [anon_sym_volatile] = ACTIONS(1645), - [anon_sym_restrict] = ACTIONS(1645), - [anon_sym__Atomic] = ACTIONS(1645), - [anon_sym_mutable] = ACTIONS(1645), - [anon_sym_constexpr] = ACTIONS(1645), - [anon_sym_signed] = ACTIONS(1645), - [anon_sym_unsigned] = ACTIONS(1645), - [anon_sym_long] = ACTIONS(1645), - [anon_sym_short] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1645), - [anon_sym_enum] = ACTIONS(1645), - [anon_sym_class] = ACTIONS(1645), - [anon_sym_struct] = ACTIONS(1645), - [anon_sym_union] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1645), - [anon_sym_else] = ACTIONS(1645), - [anon_sym_switch] = ACTIONS(1645), - [anon_sym_case] = ACTIONS(1645), - [anon_sym_default] = ACTIONS(1645), - [anon_sym_while] = ACTIONS(1645), - [anon_sym_do] = ACTIONS(1645), - [anon_sym_for] = ACTIONS(1645), - [anon_sym_return] = ACTIONS(1645), - [anon_sym_break] = ACTIONS(1645), - [anon_sym_continue] = ACTIONS(1645), - [anon_sym_goto] = ACTIONS(1645), - [anon_sym_DASH_DASH] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_sizeof] = ACTIONS(1645), - [sym_number_literal] = ACTIONS(1647), - [anon_sym_L_SQUOTE] = ACTIONS(1647), - [anon_sym_u_SQUOTE] = ACTIONS(1647), - [anon_sym_U_SQUOTE] = ACTIONS(1647), - [anon_sym_u8_SQUOTE] = ACTIONS(1647), - [anon_sym_SQUOTE] = ACTIONS(1647), - [anon_sym_L_DQUOTE] = ACTIONS(1647), - [anon_sym_u_DQUOTE] = ACTIONS(1647), - [anon_sym_U_DQUOTE] = ACTIONS(1647), - [anon_sym_u8_DQUOTE] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_null] = ACTIONS(1645), + [150] = { + [sym_identifier] = ACTIONS(1605), + [aux_sym_preproc_include_token1] = ACTIONS(1605), + [aux_sym_preproc_def_token1] = ACTIONS(1605), + [aux_sym_preproc_if_token1] = ACTIONS(1605), + [aux_sym_preproc_if_token2] = ACTIONS(1605), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1605), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1605), + [aux_sym_preproc_else_token1] = ACTIONS(1605), + [aux_sym_preproc_elif_token1] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1605), + [anon_sym_LPAREN2] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_STAR] = ACTIONS(1607), + [anon_sym_AMP_AMP] = ACTIONS(1607), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym___attribute__] = ACTIONS(1605), + [anon_sym_COLON_COLON] = ACTIONS(1607), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1607), + [anon_sym___declspec] = ACTIONS(1605), + [anon_sym___based] = ACTIONS(1605), + [anon_sym___cdecl] = ACTIONS(1605), + [anon_sym___clrcall] = ACTIONS(1605), + [anon_sym___stdcall] = ACTIONS(1605), + [anon_sym___fastcall] = ACTIONS(1605), + [anon_sym___thiscall] = ACTIONS(1605), + [anon_sym___vectorcall] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_LBRACK] = ACTIONS(1605), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_thread_local] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym__Atomic] = ACTIONS(1605), + [anon_sym_mutable] = ACTIONS(1605), + [anon_sym_constexpr] = ACTIONS(1605), + [anon_sym_signed] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_class] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_else] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1607), + [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(1607), + [anon_sym_u_DQUOTE] = ACTIONS(1607), + [anon_sym_U_DQUOTE] = ACTIONS(1607), + [anon_sym_u8_DQUOTE] = ACTIONS(1607), + [anon_sym_DQUOTE] = ACTIONS(1607), + [sym_true] = ACTIONS(1605), + [sym_false] = ACTIONS(1605), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1645), - [anon_sym_virtual] = ACTIONS(1645), - [anon_sym_explicit] = ACTIONS(1645), - [sym_auto] = ACTIONS(1645), - [anon_sym_typename] = ACTIONS(1645), - [anon_sym_template] = ACTIONS(1645), - [anon_sym_operator] = ACTIONS(1645), - [anon_sym_delete] = ACTIONS(1645), - [anon_sym_throw] = ACTIONS(1645), - [anon_sym_namespace] = ACTIONS(1645), - [anon_sym_using] = ACTIONS(1645), - [anon_sym_static_assert] = ACTIONS(1645), - [anon_sym_co_return] = ACTIONS(1645), - [anon_sym_co_yield] = ACTIONS(1645), - [anon_sym_try] = ACTIONS(1645), - [anon_sym_co_await] = ACTIONS(1645), - [anon_sym_new] = ACTIONS(1645), - [sym_this] = ACTIONS(1645), - [sym_nullptr] = ACTIONS(1645), - [sym_alone_macro] = ACTIONS(1647), - [aux_sym_alone_macro_call_token1] = ACTIONS(1645), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_FORWARD] = ACTIONS(1645), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_PS_GET] = ACTIONS(1645), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), - [anon_sym_MOZ_COLD] = ACTIONS(1645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_RAII] = ACTIONS(1645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), - [sym_raw_string_literal] = ACTIONS(1647), + [anon_sym_decltype] = ACTIONS(1605), + [anon_sym_virtual] = ACTIONS(1605), + [anon_sym_explicit] = ACTIONS(1605), + [sym_auto] = ACTIONS(1605), + [anon_sym_typename] = ACTIONS(1605), + [anon_sym_template] = ACTIONS(1605), + [anon_sym_operator] = ACTIONS(1605), + [anon_sym_delete] = ACTIONS(1605), + [anon_sym_throw] = ACTIONS(1605), + [anon_sym_namespace] = ACTIONS(1605), + [anon_sym_using] = ACTIONS(1605), + [anon_sym_static_assert] = ACTIONS(1605), + [anon_sym_co_return] = ACTIONS(1605), + [anon_sym_co_yield] = ACTIONS(1605), + [anon_sym_try] = ACTIONS(1605), + [anon_sym_co_await] = ACTIONS(1605), + [anon_sym_new] = ACTIONS(1605), + [sym_this] = ACTIONS(1605), + [sym_nullptr] = ACTIONS(1605), + [sym_alone_macro] = ACTIONS(1607), + [aux_sym_alone_macro_call_token1] = ACTIONS(1605), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_FORWARD] = ACTIONS(1605), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1605), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_PS_GET] = ACTIONS(1605), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1605), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1605), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1605), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1605), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1605), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1605), + [anon_sym_MOZ_COLD] = ACTIONS(1605), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_RAII] = ACTIONS(1605), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), + [sym_raw_string_literal] = ACTIONS(1607), }, - [162] = { - [sym_identifier] = ACTIONS(1649), - [aux_sym_preproc_include_token1] = ACTIONS(1649), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token2] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), - [aux_sym_preproc_else_token1] = ACTIONS(1649), - [aux_sym_preproc_elif_token1] = ACTIONS(1649), - [sym_preproc_directive] = ACTIONS(1649), - [anon_sym_LPAREN2] = ACTIONS(1651), - [anon_sym_BANG] = ACTIONS(1651), - [anon_sym_TILDE] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1649), - [anon_sym_PLUS] = ACTIONS(1649), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_AMP_AMP] = ACTIONS(1651), - [anon_sym_AMP] = ACTIONS(1649), - [anon_sym_SEMI] = ACTIONS(1651), - [anon_sym_typedef] = ACTIONS(1649), - [anon_sym_extern] = ACTIONS(1649), - [anon_sym___attribute__] = ACTIONS(1649), - [anon_sym_COLON_COLON] = ACTIONS(1651), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1649), - [anon_sym___based] = ACTIONS(1649), - [anon_sym___cdecl] = ACTIONS(1649), - [anon_sym___clrcall] = ACTIONS(1649), - [anon_sym___stdcall] = ACTIONS(1649), - [anon_sym___fastcall] = ACTIONS(1649), - [anon_sym___thiscall] = ACTIONS(1649), - [anon_sym___vectorcall] = ACTIONS(1649), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_static] = ACTIONS(1649), - [anon_sym_register] = ACTIONS(1649), - [anon_sym_inline] = ACTIONS(1649), - [anon_sym_thread_local] = ACTIONS(1649), - [anon_sym_const] = ACTIONS(1649), - [anon_sym_volatile] = ACTIONS(1649), - [anon_sym_restrict] = ACTIONS(1649), - [anon_sym__Atomic] = ACTIONS(1649), - [anon_sym_mutable] = ACTIONS(1649), - [anon_sym_constexpr] = ACTIONS(1649), - [anon_sym_signed] = ACTIONS(1649), - [anon_sym_unsigned] = ACTIONS(1649), - [anon_sym_long] = ACTIONS(1649), - [anon_sym_short] = ACTIONS(1649), - [sym_primitive_type] = ACTIONS(1649), - [anon_sym_enum] = ACTIONS(1649), - [anon_sym_class] = ACTIONS(1649), - [anon_sym_struct] = ACTIONS(1649), - [anon_sym_union] = ACTIONS(1649), - [anon_sym_if] = ACTIONS(1649), - [anon_sym_else] = ACTIONS(1649), - [anon_sym_switch] = ACTIONS(1649), - [anon_sym_case] = ACTIONS(1649), - [anon_sym_default] = ACTIONS(1649), - [anon_sym_while] = ACTIONS(1649), - [anon_sym_do] = ACTIONS(1649), - [anon_sym_for] = ACTIONS(1649), - [anon_sym_return] = ACTIONS(1649), - [anon_sym_break] = ACTIONS(1649), - [anon_sym_continue] = ACTIONS(1649), - [anon_sym_goto] = ACTIONS(1649), - [anon_sym_DASH_DASH] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_sizeof] = ACTIONS(1649), - [sym_number_literal] = ACTIONS(1651), - [anon_sym_L_SQUOTE] = ACTIONS(1651), - [anon_sym_u_SQUOTE] = ACTIONS(1651), - [anon_sym_U_SQUOTE] = ACTIONS(1651), - [anon_sym_u8_SQUOTE] = ACTIONS(1651), - [anon_sym_SQUOTE] = ACTIONS(1651), - [anon_sym_L_DQUOTE] = ACTIONS(1651), - [anon_sym_u_DQUOTE] = ACTIONS(1651), - [anon_sym_U_DQUOTE] = ACTIONS(1651), - [anon_sym_u8_DQUOTE] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym_true] = ACTIONS(1649), - [sym_false] = ACTIONS(1649), - [sym_null] = ACTIONS(1649), + [151] = { + [sym_identifier] = ACTIONS(1609), + [aux_sym_preproc_include_token1] = ACTIONS(1609), + [aux_sym_preproc_def_token1] = ACTIONS(1609), + [aux_sym_preproc_if_token1] = ACTIONS(1609), + [aux_sym_preproc_if_token2] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), + [aux_sym_preproc_else_token1] = ACTIONS(1609), + [aux_sym_preproc_elif_token1] = ACTIONS(1609), + [sym_preproc_directive] = ACTIONS(1609), + [anon_sym_LPAREN2] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_AMP_AMP] = ACTIONS(1611), + [anon_sym_AMP] = ACTIONS(1609), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym___attribute__] = ACTIONS(1609), + [anon_sym_COLON_COLON] = ACTIONS(1611), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), + [anon_sym___declspec] = ACTIONS(1609), + [anon_sym___based] = ACTIONS(1609), + [anon_sym___cdecl] = ACTIONS(1609), + [anon_sym___clrcall] = ACTIONS(1609), + [anon_sym___stdcall] = ACTIONS(1609), + [anon_sym___fastcall] = ACTIONS(1609), + [anon_sym___thiscall] = ACTIONS(1609), + [anon_sym___vectorcall] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_thread_local] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym__Atomic] = ACTIONS(1609), + [anon_sym_mutable] = ACTIONS(1609), + [anon_sym_constexpr] = ACTIONS(1609), + [anon_sym_signed] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_class] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1611), + [anon_sym_L_SQUOTE] = ACTIONS(1611), + [anon_sym_u_SQUOTE] = ACTIONS(1611), + [anon_sym_U_SQUOTE] = ACTIONS(1611), + [anon_sym_u8_SQUOTE] = ACTIONS(1611), + [anon_sym_SQUOTE] = ACTIONS(1611), + [anon_sym_L_DQUOTE] = ACTIONS(1611), + [anon_sym_u_DQUOTE] = ACTIONS(1611), + [anon_sym_U_DQUOTE] = ACTIONS(1611), + [anon_sym_u8_DQUOTE] = ACTIONS(1611), + [anon_sym_DQUOTE] = ACTIONS(1611), + [sym_true] = ACTIONS(1609), + [sym_false] = ACTIONS(1609), + [sym_null] = ACTIONS(1609), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1649), - [anon_sym_virtual] = ACTIONS(1649), - [anon_sym_explicit] = ACTIONS(1649), - [sym_auto] = ACTIONS(1649), - [anon_sym_typename] = ACTIONS(1649), - [anon_sym_template] = ACTIONS(1649), - [anon_sym_operator] = ACTIONS(1649), - [anon_sym_delete] = ACTIONS(1649), - [anon_sym_throw] = ACTIONS(1649), - [anon_sym_namespace] = ACTIONS(1649), - [anon_sym_using] = ACTIONS(1649), - [anon_sym_static_assert] = ACTIONS(1649), - [anon_sym_co_return] = ACTIONS(1649), - [anon_sym_co_yield] = ACTIONS(1649), - [anon_sym_try] = ACTIONS(1649), - [anon_sym_co_await] = ACTIONS(1649), - [anon_sym_new] = ACTIONS(1649), - [sym_this] = ACTIONS(1649), - [sym_nullptr] = ACTIONS(1649), - [sym_alone_macro] = ACTIONS(1651), - [aux_sym_alone_macro_call_token1] = ACTIONS(1649), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_FORWARD] = ACTIONS(1649), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_PS_GET] = ACTIONS(1649), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), - [anon_sym_MOZ_COLD] = ACTIONS(1649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_RAII] = ACTIONS(1649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), - [sym_raw_string_literal] = ACTIONS(1651), + [anon_sym_decltype] = ACTIONS(1609), + [anon_sym_virtual] = ACTIONS(1609), + [anon_sym_explicit] = ACTIONS(1609), + [sym_auto] = ACTIONS(1609), + [anon_sym_typename] = ACTIONS(1609), + [anon_sym_template] = ACTIONS(1609), + [anon_sym_operator] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_throw] = ACTIONS(1609), + [anon_sym_namespace] = ACTIONS(1609), + [anon_sym_using] = ACTIONS(1609), + [anon_sym_static_assert] = ACTIONS(1609), + [anon_sym_co_return] = ACTIONS(1609), + [anon_sym_co_yield] = ACTIONS(1609), + [anon_sym_try] = ACTIONS(1609), + [anon_sym_co_await] = ACTIONS(1609), + [anon_sym_new] = ACTIONS(1609), + [sym_this] = ACTIONS(1609), + [sym_nullptr] = ACTIONS(1609), + [sym_alone_macro] = ACTIONS(1611), + [aux_sym_alone_macro_call_token1] = ACTIONS(1609), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_FORWARD] = ACTIONS(1609), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_PS_GET] = ACTIONS(1609), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), + [anon_sym_MOZ_COLD] = ACTIONS(1609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_RAII] = ACTIONS(1609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), + [sym_raw_string_literal] = ACTIONS(1611), }, - [163] = { + [152] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_include_token1] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [aux_sym_preproc_else_token1] = ACTIONS(1593), + [aux_sym_preproc_elif_token1] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym___cdecl] = ACTIONS(1593), + [anon_sym___clrcall] = ACTIONS(1593), + [anon_sym___stdcall] = ACTIONS(1593), + [anon_sym___fastcall] = ACTIONS(1593), + [anon_sym___thiscall] = ACTIONS(1593), + [anon_sym___vectorcall] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [sym_alone_macro] = ACTIONS(1595), + [aux_sym_alone_macro_call_token1] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), + }, + [153] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -65422,1744 +63538,779 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [164] = { - [sym_identifier] = ACTIONS(1653), - [aux_sym_preproc_include_token1] = ACTIONS(1653), - [aux_sym_preproc_def_token1] = ACTIONS(1653), - [aux_sym_preproc_if_token1] = ACTIONS(1653), - [aux_sym_preproc_if_token2] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), - [aux_sym_preproc_else_token1] = ACTIONS(1653), - [aux_sym_preproc_elif_token1] = ACTIONS(1653), - [sym_preproc_directive] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_BANG] = ACTIONS(1655), - [anon_sym_TILDE] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1653), - [anon_sym_PLUS] = ACTIONS(1653), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_AMP_AMP] = ACTIONS(1655), - [anon_sym_AMP] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1655), - [anon_sym_typedef] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym___attribute__] = ACTIONS(1653), - [anon_sym_COLON_COLON] = ACTIONS(1655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), - [anon_sym___declspec] = ACTIONS(1653), - [anon_sym___based] = ACTIONS(1653), - [anon_sym___cdecl] = ACTIONS(1653), - [anon_sym___clrcall] = ACTIONS(1653), - [anon_sym___stdcall] = ACTIONS(1653), - [anon_sym___fastcall] = ACTIONS(1653), - [anon_sym___thiscall] = ACTIONS(1653), - [anon_sym___vectorcall] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_LBRACK] = ACTIONS(1653), - [anon_sym_static] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_inline] = ACTIONS(1653), - [anon_sym_thread_local] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [anon_sym_volatile] = ACTIONS(1653), - [anon_sym_restrict] = ACTIONS(1653), - [anon_sym__Atomic] = ACTIONS(1653), - [anon_sym_mutable] = ACTIONS(1653), - [anon_sym_constexpr] = ACTIONS(1653), - [anon_sym_signed] = ACTIONS(1653), - [anon_sym_unsigned] = ACTIONS(1653), - [anon_sym_long] = ACTIONS(1653), - [anon_sym_short] = ACTIONS(1653), - [sym_primitive_type] = ACTIONS(1653), - [anon_sym_enum] = ACTIONS(1653), - [anon_sym_class] = ACTIONS(1653), - [anon_sym_struct] = ACTIONS(1653), - [anon_sym_union] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_switch] = ACTIONS(1653), - [anon_sym_case] = ACTIONS(1653), - [anon_sym_default] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_goto] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_sizeof] = ACTIONS(1653), - [sym_number_literal] = ACTIONS(1655), - [anon_sym_L_SQUOTE] = ACTIONS(1655), - [anon_sym_u_SQUOTE] = ACTIONS(1655), - [anon_sym_U_SQUOTE] = ACTIONS(1655), - [anon_sym_u8_SQUOTE] = ACTIONS(1655), - [anon_sym_SQUOTE] = ACTIONS(1655), - [anon_sym_L_DQUOTE] = ACTIONS(1655), - [anon_sym_u_DQUOTE] = ACTIONS(1655), - [anon_sym_U_DQUOTE] = ACTIONS(1655), - [anon_sym_u8_DQUOTE] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym_true] = ACTIONS(1653), - [sym_false] = ACTIONS(1653), - [sym_null] = ACTIONS(1653), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1653), - [anon_sym_virtual] = ACTIONS(1653), - [anon_sym_explicit] = ACTIONS(1653), - [sym_auto] = ACTIONS(1653), - [anon_sym_typename] = ACTIONS(1653), - [anon_sym_template] = ACTIONS(1653), - [anon_sym_operator] = ACTIONS(1653), - [anon_sym_delete] = ACTIONS(1653), - [anon_sym_throw] = ACTIONS(1653), - [anon_sym_namespace] = ACTIONS(1653), - [anon_sym_using] = ACTIONS(1653), - [anon_sym_static_assert] = ACTIONS(1653), - [anon_sym_co_return] = ACTIONS(1653), - [anon_sym_co_yield] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_co_await] = ACTIONS(1653), - [anon_sym_new] = ACTIONS(1653), - [sym_this] = ACTIONS(1653), - [sym_nullptr] = ACTIONS(1653), - [sym_alone_macro] = ACTIONS(1655), - [aux_sym_alone_macro_call_token1] = ACTIONS(1653), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_FORWARD] = ACTIONS(1653), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_PS_GET] = ACTIONS(1653), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), - [anon_sym_MOZ_COLD] = ACTIONS(1653), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_RAII] = ACTIONS(1653), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), - [sym_raw_string_literal] = ACTIONS(1655), - }, - [165] = { - [sym_identifier] = ACTIONS(1657), - [aux_sym_preproc_include_token1] = ACTIONS(1657), - [aux_sym_preproc_def_token1] = ACTIONS(1657), - [aux_sym_preproc_if_token1] = ACTIONS(1657), - [aux_sym_preproc_if_token2] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1657), - [aux_sym_preproc_else_token1] = ACTIONS(1657), - [aux_sym_preproc_elif_token1] = ACTIONS(1657), - [sym_preproc_directive] = ACTIONS(1657), - [anon_sym_LPAREN2] = ACTIONS(1659), - [anon_sym_BANG] = ACTIONS(1659), - [anon_sym_TILDE] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_PLUS] = ACTIONS(1657), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_AMP_AMP] = ACTIONS(1659), - [anon_sym_AMP] = ACTIONS(1657), - [anon_sym_SEMI] = ACTIONS(1659), - [anon_sym_typedef] = ACTIONS(1657), - [anon_sym_extern] = ACTIONS(1657), - [anon_sym___attribute__] = ACTIONS(1657), - [anon_sym_COLON_COLON] = ACTIONS(1659), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1659), - [anon_sym___declspec] = ACTIONS(1657), - [anon_sym___based] = ACTIONS(1657), - [anon_sym___cdecl] = ACTIONS(1657), - [anon_sym___clrcall] = ACTIONS(1657), - [anon_sym___stdcall] = ACTIONS(1657), - [anon_sym___fastcall] = ACTIONS(1657), - [anon_sym___thiscall] = ACTIONS(1657), - [anon_sym___vectorcall] = ACTIONS(1657), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_LBRACK] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1657), - [anon_sym_register] = ACTIONS(1657), - [anon_sym_inline] = ACTIONS(1657), - [anon_sym_thread_local] = ACTIONS(1657), - [anon_sym_const] = ACTIONS(1657), - [anon_sym_volatile] = ACTIONS(1657), - [anon_sym_restrict] = ACTIONS(1657), - [anon_sym__Atomic] = ACTIONS(1657), - [anon_sym_mutable] = ACTIONS(1657), - [anon_sym_constexpr] = ACTIONS(1657), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [sym_primitive_type] = ACTIONS(1657), - [anon_sym_enum] = ACTIONS(1657), - [anon_sym_class] = ACTIONS(1657), - [anon_sym_struct] = ACTIONS(1657), - [anon_sym_union] = ACTIONS(1657), - [anon_sym_if] = ACTIONS(1657), - [anon_sym_else] = ACTIONS(1657), - [anon_sym_switch] = ACTIONS(1657), - [anon_sym_case] = ACTIONS(1657), - [anon_sym_default] = ACTIONS(1657), - [anon_sym_while] = ACTIONS(1657), - [anon_sym_do] = ACTIONS(1657), - [anon_sym_for] = ACTIONS(1657), - [anon_sym_return] = ACTIONS(1657), - [anon_sym_break] = ACTIONS(1657), - [anon_sym_continue] = ACTIONS(1657), - [anon_sym_goto] = ACTIONS(1657), - [anon_sym_DASH_DASH] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_sizeof] = ACTIONS(1657), - [sym_number_literal] = ACTIONS(1659), - [anon_sym_L_SQUOTE] = ACTIONS(1659), - [anon_sym_u_SQUOTE] = ACTIONS(1659), - [anon_sym_U_SQUOTE] = ACTIONS(1659), - [anon_sym_u8_SQUOTE] = ACTIONS(1659), - [anon_sym_SQUOTE] = ACTIONS(1659), - [anon_sym_L_DQUOTE] = ACTIONS(1659), - [anon_sym_u_DQUOTE] = ACTIONS(1659), - [anon_sym_U_DQUOTE] = ACTIONS(1659), - [anon_sym_u8_DQUOTE] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym_true] = ACTIONS(1657), - [sym_false] = ACTIONS(1657), - [sym_null] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1657), - [anon_sym_virtual] = ACTIONS(1657), - [anon_sym_explicit] = ACTIONS(1657), - [sym_auto] = ACTIONS(1657), - [anon_sym_typename] = ACTIONS(1657), - [anon_sym_template] = ACTIONS(1657), - [anon_sym_operator] = ACTIONS(1657), - [anon_sym_delete] = ACTIONS(1657), - [anon_sym_throw] = ACTIONS(1657), - [anon_sym_namespace] = ACTIONS(1657), - [anon_sym_using] = ACTIONS(1657), - [anon_sym_static_assert] = ACTIONS(1657), - [anon_sym_co_return] = ACTIONS(1657), - [anon_sym_co_yield] = ACTIONS(1657), - [anon_sym_try] = ACTIONS(1657), - [anon_sym_co_await] = ACTIONS(1657), - [anon_sym_new] = ACTIONS(1657), - [sym_this] = ACTIONS(1657), - [sym_nullptr] = ACTIONS(1657), - [sym_alone_macro] = ACTIONS(1659), - [aux_sym_alone_macro_call_token1] = ACTIONS(1657), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_FORWARD] = ACTIONS(1657), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1657), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_PS_GET] = ACTIONS(1657), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1657), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1657), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1657), - [anon_sym_MOZ_COLD] = ACTIONS(1657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_RAII] = ACTIONS(1657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1657), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1657), - [sym_raw_string_literal] = ACTIONS(1659), - }, - [166] = { - [sym_identifier] = ACTIONS(1661), - [aux_sym_preproc_include_token1] = ACTIONS(1661), - [aux_sym_preproc_def_token1] = ACTIONS(1661), - [aux_sym_preproc_if_token1] = ACTIONS(1661), - [aux_sym_preproc_if_token2] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1661), - [aux_sym_preproc_else_token1] = ACTIONS(1661), - [aux_sym_preproc_elif_token1] = ACTIONS(1661), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_BANG] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1661), - [anon_sym_PLUS] = ACTIONS(1661), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_AMP_AMP] = ACTIONS(1663), - [anon_sym_AMP] = ACTIONS(1661), - [anon_sym_SEMI] = ACTIONS(1663), - [anon_sym_typedef] = ACTIONS(1661), - [anon_sym_extern] = ACTIONS(1661), - [anon_sym___attribute__] = ACTIONS(1661), - [anon_sym_COLON_COLON] = ACTIONS(1663), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1663), - [anon_sym___declspec] = ACTIONS(1661), - [anon_sym___based] = ACTIONS(1661), - [anon_sym___cdecl] = ACTIONS(1661), - [anon_sym___clrcall] = ACTIONS(1661), - [anon_sym___stdcall] = ACTIONS(1661), - [anon_sym___fastcall] = ACTIONS(1661), - [anon_sym___thiscall] = ACTIONS(1661), - [anon_sym___vectorcall] = ACTIONS(1661), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_LBRACK] = ACTIONS(1661), - [anon_sym_static] = ACTIONS(1661), - [anon_sym_register] = ACTIONS(1661), - [anon_sym_inline] = ACTIONS(1661), - [anon_sym_thread_local] = ACTIONS(1661), - [anon_sym_const] = ACTIONS(1661), - [anon_sym_volatile] = ACTIONS(1661), - [anon_sym_restrict] = ACTIONS(1661), - [anon_sym__Atomic] = ACTIONS(1661), - [anon_sym_mutable] = ACTIONS(1661), - [anon_sym_constexpr] = ACTIONS(1661), - [anon_sym_signed] = ACTIONS(1661), - [anon_sym_unsigned] = ACTIONS(1661), - [anon_sym_long] = ACTIONS(1661), - [anon_sym_short] = ACTIONS(1661), - [sym_primitive_type] = ACTIONS(1661), - [anon_sym_enum] = ACTIONS(1661), - [anon_sym_class] = ACTIONS(1661), - [anon_sym_struct] = ACTIONS(1661), - [anon_sym_union] = ACTIONS(1661), - [anon_sym_if] = ACTIONS(1661), - [anon_sym_else] = ACTIONS(1661), - [anon_sym_switch] = ACTIONS(1661), - [anon_sym_case] = ACTIONS(1661), - [anon_sym_default] = ACTIONS(1661), - [anon_sym_while] = ACTIONS(1661), - [anon_sym_do] = ACTIONS(1661), - [anon_sym_for] = ACTIONS(1661), - [anon_sym_return] = ACTIONS(1661), - [anon_sym_break] = ACTIONS(1661), - [anon_sym_continue] = ACTIONS(1661), - [anon_sym_goto] = ACTIONS(1661), - [anon_sym_DASH_DASH] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_sizeof] = ACTIONS(1661), - [sym_number_literal] = ACTIONS(1663), - [anon_sym_L_SQUOTE] = ACTIONS(1663), - [anon_sym_u_SQUOTE] = ACTIONS(1663), - [anon_sym_U_SQUOTE] = ACTIONS(1663), - [anon_sym_u8_SQUOTE] = ACTIONS(1663), - [anon_sym_SQUOTE] = ACTIONS(1663), - [anon_sym_L_DQUOTE] = ACTIONS(1663), - [anon_sym_u_DQUOTE] = ACTIONS(1663), - [anon_sym_U_DQUOTE] = ACTIONS(1663), - [anon_sym_u8_DQUOTE] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym_true] = ACTIONS(1661), - [sym_false] = ACTIONS(1661), - [sym_null] = ACTIONS(1661), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1661), - [anon_sym_virtual] = ACTIONS(1661), - [anon_sym_explicit] = ACTIONS(1661), - [sym_auto] = ACTIONS(1661), - [anon_sym_typename] = ACTIONS(1661), - [anon_sym_template] = ACTIONS(1661), - [anon_sym_operator] = ACTIONS(1661), - [anon_sym_delete] = ACTIONS(1661), - [anon_sym_throw] = ACTIONS(1661), - [anon_sym_namespace] = ACTIONS(1661), - [anon_sym_using] = ACTIONS(1661), - [anon_sym_static_assert] = ACTIONS(1661), - [anon_sym_co_return] = ACTIONS(1661), - [anon_sym_co_yield] = ACTIONS(1661), - [anon_sym_try] = ACTIONS(1661), - [anon_sym_co_await] = ACTIONS(1661), - [anon_sym_new] = ACTIONS(1661), - [sym_this] = ACTIONS(1661), - [sym_nullptr] = ACTIONS(1661), - [sym_alone_macro] = ACTIONS(1663), - [aux_sym_alone_macro_call_token1] = ACTIONS(1661), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_FORWARD] = ACTIONS(1661), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1661), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_PS_GET] = ACTIONS(1661), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1661), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1661), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1661), - [anon_sym_MOZ_COLD] = ACTIONS(1661), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1661), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1661), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1661), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1661), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1661), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1661), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1661), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1661), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1661), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1661), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1661), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1661), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_RAII] = ACTIONS(1661), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1661), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1661), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1661), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1661), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1661), - [sym_raw_string_literal] = ACTIONS(1663), + [154] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [aux_sym_preproc_else_token1] = ACTIONS(1529), + [aux_sym_preproc_elif_token1] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1613), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), }, - [167] = { - [sym_identifier] = ACTIONS(1665), - [aux_sym_preproc_include_token1] = ACTIONS(1665), - [aux_sym_preproc_def_token1] = ACTIONS(1665), - [aux_sym_preproc_if_token1] = ACTIONS(1665), - [aux_sym_preproc_if_token2] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1665), - [aux_sym_preproc_else_token1] = ACTIONS(1665), - [aux_sym_preproc_elif_token1] = ACTIONS(1665), - [sym_preproc_directive] = ACTIONS(1665), - [anon_sym_LPAREN2] = ACTIONS(1667), - [anon_sym_BANG] = ACTIONS(1667), - [anon_sym_TILDE] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1665), - [anon_sym_PLUS] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(1667), - [anon_sym_AMP] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1667), - [anon_sym_typedef] = ACTIONS(1665), - [anon_sym_extern] = ACTIONS(1665), - [anon_sym___attribute__] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1667), - [anon_sym___declspec] = ACTIONS(1665), - [anon_sym___based] = ACTIONS(1665), - [anon_sym___cdecl] = ACTIONS(1665), - [anon_sym___clrcall] = ACTIONS(1665), - [anon_sym___stdcall] = ACTIONS(1665), - [anon_sym___fastcall] = ACTIONS(1665), - [anon_sym___thiscall] = ACTIONS(1665), - [anon_sym___vectorcall] = ACTIONS(1665), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_static] = ACTIONS(1665), - [anon_sym_register] = ACTIONS(1665), - [anon_sym_inline] = ACTIONS(1665), - [anon_sym_thread_local] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1665), - [anon_sym_volatile] = ACTIONS(1665), - [anon_sym_restrict] = ACTIONS(1665), - [anon_sym__Atomic] = ACTIONS(1665), - [anon_sym_mutable] = ACTIONS(1665), - [anon_sym_constexpr] = ACTIONS(1665), - [anon_sym_signed] = ACTIONS(1665), - [anon_sym_unsigned] = ACTIONS(1665), - [anon_sym_long] = ACTIONS(1665), - [anon_sym_short] = ACTIONS(1665), - [sym_primitive_type] = ACTIONS(1665), - [anon_sym_enum] = ACTIONS(1665), - [anon_sym_class] = ACTIONS(1665), - [anon_sym_struct] = ACTIONS(1665), - [anon_sym_union] = ACTIONS(1665), - [anon_sym_if] = ACTIONS(1665), - [anon_sym_else] = ACTIONS(1665), - [anon_sym_switch] = ACTIONS(1665), - [anon_sym_case] = ACTIONS(1665), - [anon_sym_default] = ACTIONS(1665), - [anon_sym_while] = ACTIONS(1665), - [anon_sym_do] = ACTIONS(1665), - [anon_sym_for] = ACTIONS(1665), - [anon_sym_return] = ACTIONS(1665), - [anon_sym_break] = ACTIONS(1665), - [anon_sym_continue] = ACTIONS(1665), - [anon_sym_goto] = ACTIONS(1665), - [anon_sym_DASH_DASH] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_sizeof] = ACTIONS(1665), - [sym_number_literal] = ACTIONS(1667), - [anon_sym_L_SQUOTE] = ACTIONS(1667), - [anon_sym_u_SQUOTE] = ACTIONS(1667), - [anon_sym_U_SQUOTE] = ACTIONS(1667), - [anon_sym_u8_SQUOTE] = ACTIONS(1667), - [anon_sym_SQUOTE] = ACTIONS(1667), - [anon_sym_L_DQUOTE] = ACTIONS(1667), - [anon_sym_u_DQUOTE] = ACTIONS(1667), - [anon_sym_U_DQUOTE] = ACTIONS(1667), - [anon_sym_u8_DQUOTE] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym_true] = ACTIONS(1665), - [sym_false] = ACTIONS(1665), - [sym_null] = ACTIONS(1665), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1665), - [anon_sym_virtual] = ACTIONS(1665), - [anon_sym_explicit] = ACTIONS(1665), - [sym_auto] = ACTIONS(1665), - [anon_sym_typename] = ACTIONS(1665), - [anon_sym_template] = ACTIONS(1665), - [anon_sym_operator] = ACTIONS(1665), - [anon_sym_delete] = ACTIONS(1665), - [anon_sym_throw] = ACTIONS(1665), - [anon_sym_namespace] = ACTIONS(1665), - [anon_sym_using] = ACTIONS(1665), - [anon_sym_static_assert] = ACTIONS(1665), - [anon_sym_co_return] = ACTIONS(1665), - [anon_sym_co_yield] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1665), - [anon_sym_co_await] = ACTIONS(1665), - [anon_sym_new] = ACTIONS(1665), - [sym_this] = ACTIONS(1665), - [sym_nullptr] = ACTIONS(1665), - [sym_alone_macro] = ACTIONS(1667), - [aux_sym_alone_macro_call_token1] = ACTIONS(1665), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_FORWARD] = ACTIONS(1665), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1665), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_PS_GET] = ACTIONS(1665), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1665), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1665), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1665), - [anon_sym_MOZ_COLD] = ACTIONS(1665), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1665), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1665), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1665), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1665), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1665), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1665), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1665), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1665), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1665), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1665), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1665), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1665), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_RAII] = ACTIONS(1665), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1665), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1665), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1665), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1665), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1665), - [sym_raw_string_literal] = ACTIONS(1667), + [155] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [168] = { - [sym_identifier] = ACTIONS(1669), - [aux_sym_preproc_include_token1] = ACTIONS(1669), - [aux_sym_preproc_def_token1] = ACTIONS(1669), - [aux_sym_preproc_if_token1] = ACTIONS(1669), - [aux_sym_preproc_if_token2] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1669), - [aux_sym_preproc_else_token1] = ACTIONS(1669), - [aux_sym_preproc_elif_token1] = ACTIONS(1669), - [sym_preproc_directive] = ACTIONS(1669), - [anon_sym_LPAREN2] = ACTIONS(1671), - [anon_sym_BANG] = ACTIONS(1671), - [anon_sym_TILDE] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1669), - [anon_sym_PLUS] = ACTIONS(1669), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_AMP_AMP] = ACTIONS(1671), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_SEMI] = ACTIONS(1671), - [anon_sym_typedef] = ACTIONS(1669), - [anon_sym_extern] = ACTIONS(1669), - [anon_sym___attribute__] = ACTIONS(1669), - [anon_sym_COLON_COLON] = ACTIONS(1671), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1671), - [anon_sym___declspec] = ACTIONS(1669), - [anon_sym___based] = ACTIONS(1669), - [anon_sym___cdecl] = ACTIONS(1669), - [anon_sym___clrcall] = ACTIONS(1669), - [anon_sym___stdcall] = ACTIONS(1669), - [anon_sym___fastcall] = ACTIONS(1669), - [anon_sym___thiscall] = ACTIONS(1669), - [anon_sym___vectorcall] = ACTIONS(1669), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_LBRACK] = ACTIONS(1669), - [anon_sym_static] = ACTIONS(1669), - [anon_sym_register] = ACTIONS(1669), - [anon_sym_inline] = ACTIONS(1669), - [anon_sym_thread_local] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_volatile] = ACTIONS(1669), - [anon_sym_restrict] = ACTIONS(1669), - [anon_sym__Atomic] = ACTIONS(1669), - [anon_sym_mutable] = ACTIONS(1669), - [anon_sym_constexpr] = ACTIONS(1669), - [anon_sym_signed] = ACTIONS(1669), - [anon_sym_unsigned] = ACTIONS(1669), - [anon_sym_long] = ACTIONS(1669), - [anon_sym_short] = ACTIONS(1669), - [sym_primitive_type] = ACTIONS(1669), - [anon_sym_enum] = ACTIONS(1669), - [anon_sym_class] = ACTIONS(1669), - [anon_sym_struct] = ACTIONS(1669), - [anon_sym_union] = ACTIONS(1669), - [anon_sym_if] = ACTIONS(1669), - [anon_sym_else] = ACTIONS(1673), - [anon_sym_switch] = ACTIONS(1669), - [anon_sym_case] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1669), - [anon_sym_while] = ACTIONS(1669), - [anon_sym_do] = ACTIONS(1669), - [anon_sym_for] = ACTIONS(1669), - [anon_sym_return] = ACTIONS(1669), - [anon_sym_break] = ACTIONS(1669), - [anon_sym_continue] = ACTIONS(1669), - [anon_sym_goto] = ACTIONS(1669), - [anon_sym_DASH_DASH] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_sizeof] = ACTIONS(1669), - [sym_number_literal] = ACTIONS(1671), - [anon_sym_L_SQUOTE] = ACTIONS(1671), - [anon_sym_u_SQUOTE] = ACTIONS(1671), - [anon_sym_U_SQUOTE] = ACTIONS(1671), - [anon_sym_u8_SQUOTE] = ACTIONS(1671), - [anon_sym_SQUOTE] = ACTIONS(1671), - [anon_sym_L_DQUOTE] = ACTIONS(1671), - [anon_sym_u_DQUOTE] = ACTIONS(1671), - [anon_sym_U_DQUOTE] = ACTIONS(1671), - [anon_sym_u8_DQUOTE] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym_true] = ACTIONS(1669), - [sym_false] = ACTIONS(1669), - [sym_null] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1669), - [anon_sym_virtual] = ACTIONS(1669), - [anon_sym_explicit] = ACTIONS(1669), - [sym_auto] = ACTIONS(1669), - [anon_sym_typename] = ACTIONS(1669), - [anon_sym_template] = ACTIONS(1669), - [anon_sym_operator] = ACTIONS(1669), - [anon_sym_delete] = ACTIONS(1669), - [anon_sym_throw] = ACTIONS(1669), - [anon_sym_namespace] = ACTIONS(1669), - [anon_sym_using] = ACTIONS(1669), - [anon_sym_static_assert] = ACTIONS(1669), - [anon_sym_co_return] = ACTIONS(1669), - [anon_sym_co_yield] = ACTIONS(1669), - [anon_sym_try] = ACTIONS(1669), - [anon_sym_co_await] = ACTIONS(1669), - [anon_sym_new] = ACTIONS(1669), - [sym_this] = ACTIONS(1669), - [sym_nullptr] = ACTIONS(1669), - [sym_alone_macro] = ACTIONS(1671), - [aux_sym_alone_macro_call_token1] = ACTIONS(1669), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_FORWARD] = ACTIONS(1669), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1669), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_PS_GET] = ACTIONS(1669), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1669), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1669), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1669), - [anon_sym_MOZ_COLD] = ACTIONS(1669), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1669), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1669), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1669), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1669), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1669), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1669), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1669), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1669), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1669), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1669), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1669), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1669), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_RAII] = ACTIONS(1669), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1669), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1669), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1669), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1669), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1669), - [sym_raw_string_literal] = ACTIONS(1671), + [156] = { + [sym_identifier] = ACTIONS(1615), + [aux_sym_preproc_include_token1] = ACTIONS(1615), + [aux_sym_preproc_def_token1] = ACTIONS(1615), + [aux_sym_preproc_if_token1] = ACTIONS(1615), + [aux_sym_preproc_if_token2] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1615), + [aux_sym_preproc_else_token1] = ACTIONS(1615), + [aux_sym_preproc_elif_token1] = ACTIONS(1615), + [sym_preproc_directive] = ACTIONS(1615), + [anon_sym_LPAREN2] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_AMP_AMP] = ACTIONS(1617), + [anon_sym_AMP] = ACTIONS(1615), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym___attribute__] = ACTIONS(1615), + [anon_sym_COLON_COLON] = ACTIONS(1617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1617), + [anon_sym___declspec] = ACTIONS(1615), + [anon_sym___based] = ACTIONS(1615), + [anon_sym___cdecl] = ACTIONS(1615), + [anon_sym___clrcall] = ACTIONS(1615), + [anon_sym___stdcall] = ACTIONS(1615), + [anon_sym___fastcall] = ACTIONS(1615), + [anon_sym___thiscall] = ACTIONS(1615), + [anon_sym___vectorcall] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_thread_local] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym__Atomic] = ACTIONS(1615), + [anon_sym_mutable] = ACTIONS(1615), + [anon_sym_constexpr] = ACTIONS(1615), + [anon_sym_signed] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_class] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_else] = ACTIONS(1619), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_case] = ACTIONS(1615), + [anon_sym_default] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1617), + [anon_sym_L_SQUOTE] = ACTIONS(1617), + [anon_sym_u_SQUOTE] = ACTIONS(1617), + [anon_sym_U_SQUOTE] = ACTIONS(1617), + [anon_sym_u8_SQUOTE] = ACTIONS(1617), + [anon_sym_SQUOTE] = ACTIONS(1617), + [anon_sym_L_DQUOTE] = ACTIONS(1617), + [anon_sym_u_DQUOTE] = ACTIONS(1617), + [anon_sym_U_DQUOTE] = ACTIONS(1617), + [anon_sym_u8_DQUOTE] = ACTIONS(1617), + [anon_sym_DQUOTE] = ACTIONS(1617), + [sym_true] = ACTIONS(1615), + [sym_false] = ACTIONS(1615), + [sym_null] = ACTIONS(1615), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1615), + [anon_sym_virtual] = ACTIONS(1615), + [anon_sym_explicit] = ACTIONS(1615), + [sym_auto] = ACTIONS(1615), + [anon_sym_typename] = ACTIONS(1615), + [anon_sym_template] = ACTIONS(1615), + [anon_sym_operator] = ACTIONS(1615), + [anon_sym_delete] = ACTIONS(1615), + [anon_sym_throw] = ACTIONS(1615), + [anon_sym_namespace] = ACTIONS(1615), + [anon_sym_using] = ACTIONS(1615), + [anon_sym_static_assert] = ACTIONS(1615), + [anon_sym_co_return] = ACTIONS(1615), + [anon_sym_co_yield] = ACTIONS(1615), + [anon_sym_try] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1615), + [anon_sym_new] = ACTIONS(1615), + [sym_this] = ACTIONS(1615), + [sym_nullptr] = ACTIONS(1615), + [sym_alone_macro] = ACTIONS(1617), + [aux_sym_alone_macro_call_token1] = ACTIONS(1615), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_FORWARD] = ACTIONS(1615), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1615), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_PS_GET] = ACTIONS(1615), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1615), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1615), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1615), + [anon_sym_MOZ_COLD] = ACTIONS(1615), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1615), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1615), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1615), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1615), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1615), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1615), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1615), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1615), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1615), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1615), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1615), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1615), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_RAII] = ACTIONS(1615), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1615), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1615), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1615), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1615), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1615), + [sym_raw_string_literal] = ACTIONS(1617), }, - [169] = { - [sym_identifier] = ACTIONS(1675), - [aux_sym_preproc_include_token1] = ACTIONS(1675), - [aux_sym_preproc_def_token1] = ACTIONS(1675), - [aux_sym_preproc_if_token1] = ACTIONS(1675), - [aux_sym_preproc_if_token2] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), - [aux_sym_preproc_else_token1] = ACTIONS(1675), - [aux_sym_preproc_elif_token1] = ACTIONS(1675), - [sym_preproc_directive] = ACTIONS(1675), - [anon_sym_LPAREN2] = ACTIONS(1677), - [anon_sym_BANG] = ACTIONS(1677), - [anon_sym_TILDE] = ACTIONS(1677), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1677), - [anon_sym_AMP_AMP] = ACTIONS(1677), - [anon_sym_AMP] = ACTIONS(1675), - [anon_sym_SEMI] = ACTIONS(1677), - [anon_sym_typedef] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym___attribute__] = ACTIONS(1675), - [anon_sym_COLON_COLON] = ACTIONS(1677), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), - [anon_sym___declspec] = ACTIONS(1675), - [anon_sym___based] = ACTIONS(1675), - [anon_sym___cdecl] = ACTIONS(1675), - [anon_sym___clrcall] = ACTIONS(1675), - [anon_sym___stdcall] = ACTIONS(1675), - [anon_sym___fastcall] = ACTIONS(1675), - [anon_sym___thiscall] = ACTIONS(1675), - [anon_sym___vectorcall] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_inline] = ACTIONS(1675), - [anon_sym_thread_local] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [anon_sym_volatile] = ACTIONS(1675), - [anon_sym_restrict] = ACTIONS(1675), - [anon_sym__Atomic] = ACTIONS(1675), - [anon_sym_mutable] = ACTIONS(1675), - [anon_sym_constexpr] = ACTIONS(1675), - [anon_sym_signed] = ACTIONS(1675), - [anon_sym_unsigned] = ACTIONS(1675), - [anon_sym_long] = ACTIONS(1675), - [anon_sym_short] = ACTIONS(1675), - [sym_primitive_type] = ACTIONS(1675), - [anon_sym_enum] = ACTIONS(1675), - [anon_sym_class] = ACTIONS(1675), - [anon_sym_struct] = ACTIONS(1675), - [anon_sym_union] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_else] = ACTIONS(1675), - [anon_sym_switch] = ACTIONS(1675), - [anon_sym_case] = ACTIONS(1675), - [anon_sym_default] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_goto] = ACTIONS(1675), - [anon_sym_DASH_DASH] = ACTIONS(1677), - [anon_sym_PLUS_PLUS] = ACTIONS(1677), - [anon_sym_sizeof] = ACTIONS(1675), - [sym_number_literal] = ACTIONS(1677), - [anon_sym_L_SQUOTE] = ACTIONS(1677), - [anon_sym_u_SQUOTE] = ACTIONS(1677), - [anon_sym_U_SQUOTE] = ACTIONS(1677), - [anon_sym_u8_SQUOTE] = ACTIONS(1677), - [anon_sym_SQUOTE] = ACTIONS(1677), - [anon_sym_L_DQUOTE] = ACTIONS(1677), - [anon_sym_u_DQUOTE] = ACTIONS(1677), - [anon_sym_U_DQUOTE] = ACTIONS(1677), - [anon_sym_u8_DQUOTE] = ACTIONS(1677), - [anon_sym_DQUOTE] = ACTIONS(1677), - [sym_true] = ACTIONS(1675), - [sym_false] = ACTIONS(1675), - [sym_null] = ACTIONS(1675), + [157] = { + [sym_identifier] = ACTIONS(1621), + [aux_sym_preproc_include_token1] = ACTIONS(1621), + [aux_sym_preproc_def_token1] = ACTIONS(1621), + [aux_sym_preproc_if_token1] = ACTIONS(1621), + [aux_sym_preproc_if_token2] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), + [aux_sym_preproc_else_token1] = ACTIONS(1621), + [aux_sym_preproc_elif_token1] = ACTIONS(1621), + [sym_preproc_directive] = ACTIONS(1621), + [anon_sym_LPAREN2] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_AMP_AMP] = ACTIONS(1623), + [anon_sym_AMP] = ACTIONS(1621), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym___attribute__] = ACTIONS(1621), + [anon_sym_COLON_COLON] = ACTIONS(1623), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), + [anon_sym___declspec] = ACTIONS(1621), + [anon_sym___based] = ACTIONS(1621), + [anon_sym___cdecl] = ACTIONS(1621), + [anon_sym___clrcall] = ACTIONS(1621), + [anon_sym___stdcall] = ACTIONS(1621), + [anon_sym___fastcall] = ACTIONS(1621), + [anon_sym___thiscall] = ACTIONS(1621), + [anon_sym___vectorcall] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_LBRACK] = ACTIONS(1621), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_thread_local] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym__Atomic] = ACTIONS(1621), + [anon_sym_mutable] = ACTIONS(1621), + [anon_sym_constexpr] = ACTIONS(1621), + [anon_sym_signed] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_class] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_else] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_case] = ACTIONS(1621), + [anon_sym_default] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1623), + [anon_sym_u_SQUOTE] = ACTIONS(1623), + [anon_sym_U_SQUOTE] = ACTIONS(1623), + [anon_sym_u8_SQUOTE] = ACTIONS(1623), + [anon_sym_SQUOTE] = ACTIONS(1623), + [anon_sym_L_DQUOTE] = ACTIONS(1623), + [anon_sym_u_DQUOTE] = ACTIONS(1623), + [anon_sym_U_DQUOTE] = ACTIONS(1623), + [anon_sym_u8_DQUOTE] = ACTIONS(1623), + [anon_sym_DQUOTE] = ACTIONS(1623), + [sym_true] = ACTIONS(1621), + [sym_false] = ACTIONS(1621), + [sym_null] = ACTIONS(1621), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1675), - [anon_sym_virtual] = ACTIONS(1675), - [anon_sym_explicit] = ACTIONS(1675), - [sym_auto] = ACTIONS(1675), - [anon_sym_typename] = ACTIONS(1675), - [anon_sym_template] = ACTIONS(1675), - [anon_sym_operator] = ACTIONS(1675), - [anon_sym_delete] = ACTIONS(1675), - [anon_sym_throw] = ACTIONS(1675), - [anon_sym_namespace] = ACTIONS(1675), - [anon_sym_using] = ACTIONS(1675), - [anon_sym_static_assert] = ACTIONS(1675), - [anon_sym_co_return] = ACTIONS(1675), - [anon_sym_co_yield] = ACTIONS(1675), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_co_await] = ACTIONS(1675), - [anon_sym_new] = ACTIONS(1675), - [sym_this] = ACTIONS(1675), - [sym_nullptr] = ACTIONS(1675), - [sym_alone_macro] = ACTIONS(1677), - [aux_sym_alone_macro_call_token1] = ACTIONS(1675), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_FORWARD] = ACTIONS(1675), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_PS_GET] = ACTIONS(1675), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), - [anon_sym_MOZ_COLD] = ACTIONS(1675), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_RAII] = ACTIONS(1675), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), - [sym_raw_string_literal] = ACTIONS(1677), - }, - [170] = { - [sym_identifier] = ACTIONS(1679), - [aux_sym_preproc_include_token1] = ACTIONS(1679), - [aux_sym_preproc_def_token1] = ACTIONS(1679), - [aux_sym_preproc_if_token1] = ACTIONS(1679), - [aux_sym_preproc_if_token2] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), - [aux_sym_preproc_else_token1] = ACTIONS(1679), - [aux_sym_preproc_elif_token1] = ACTIONS(1679), - [sym_preproc_directive] = ACTIONS(1679), - [anon_sym_LPAREN2] = ACTIONS(1681), - [anon_sym_BANG] = ACTIONS(1681), - [anon_sym_TILDE] = ACTIONS(1681), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1681), - [anon_sym_AMP_AMP] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1679), - [anon_sym_SEMI] = ACTIONS(1681), - [anon_sym_typedef] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym___attribute__] = ACTIONS(1679), - [anon_sym_COLON_COLON] = ACTIONS(1681), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), - [anon_sym___declspec] = ACTIONS(1679), - [anon_sym___based] = ACTIONS(1679), - [anon_sym___cdecl] = ACTIONS(1679), - [anon_sym___clrcall] = ACTIONS(1679), - [anon_sym___stdcall] = ACTIONS(1679), - [anon_sym___fastcall] = ACTIONS(1679), - [anon_sym___thiscall] = ACTIONS(1679), - [anon_sym___vectorcall] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1681), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_static] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_inline] = ACTIONS(1679), - [anon_sym_thread_local] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [anon_sym_volatile] = ACTIONS(1679), - [anon_sym_restrict] = ACTIONS(1679), - [anon_sym__Atomic] = ACTIONS(1679), - [anon_sym_mutable] = ACTIONS(1679), - [anon_sym_constexpr] = ACTIONS(1679), - [anon_sym_signed] = ACTIONS(1679), - [anon_sym_unsigned] = ACTIONS(1679), - [anon_sym_long] = ACTIONS(1679), - [anon_sym_short] = ACTIONS(1679), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1679), - [anon_sym_class] = ACTIONS(1679), - [anon_sym_struct] = ACTIONS(1679), - [anon_sym_union] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_else] = ACTIONS(1679), - [anon_sym_switch] = ACTIONS(1679), - [anon_sym_case] = ACTIONS(1679), - [anon_sym_default] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_goto] = ACTIONS(1679), - [anon_sym_DASH_DASH] = ACTIONS(1681), - [anon_sym_PLUS_PLUS] = ACTIONS(1681), - [anon_sym_sizeof] = ACTIONS(1679), - [sym_number_literal] = ACTIONS(1681), - [anon_sym_L_SQUOTE] = ACTIONS(1681), - [anon_sym_u_SQUOTE] = ACTIONS(1681), - [anon_sym_U_SQUOTE] = ACTIONS(1681), - [anon_sym_u8_SQUOTE] = ACTIONS(1681), - [anon_sym_SQUOTE] = ACTIONS(1681), - [anon_sym_L_DQUOTE] = ACTIONS(1681), - [anon_sym_u_DQUOTE] = ACTIONS(1681), - [anon_sym_U_DQUOTE] = ACTIONS(1681), - [anon_sym_u8_DQUOTE] = ACTIONS(1681), - [anon_sym_DQUOTE] = ACTIONS(1681), - [sym_true] = ACTIONS(1679), - [sym_false] = ACTIONS(1679), - [sym_null] = ACTIONS(1679), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1679), - [anon_sym_virtual] = ACTIONS(1679), - [anon_sym_explicit] = ACTIONS(1679), - [sym_auto] = ACTIONS(1679), - [anon_sym_typename] = ACTIONS(1679), - [anon_sym_template] = ACTIONS(1679), - [anon_sym_operator] = ACTIONS(1679), - [anon_sym_delete] = ACTIONS(1679), - [anon_sym_throw] = ACTIONS(1679), - [anon_sym_namespace] = ACTIONS(1679), - [anon_sym_using] = ACTIONS(1679), - [anon_sym_static_assert] = ACTIONS(1679), - [anon_sym_co_return] = ACTIONS(1679), - [anon_sym_co_yield] = ACTIONS(1679), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_co_await] = ACTIONS(1679), - [anon_sym_new] = ACTIONS(1679), - [sym_this] = ACTIONS(1679), - [sym_nullptr] = ACTIONS(1679), - [sym_alone_macro] = ACTIONS(1681), - [aux_sym_alone_macro_call_token1] = ACTIONS(1679), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_FORWARD] = ACTIONS(1679), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_PS_GET] = ACTIONS(1679), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), - [anon_sym_MOZ_COLD] = ACTIONS(1679), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_RAII] = ACTIONS(1679), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), - [sym_raw_string_literal] = ACTIONS(1681), - }, - [171] = { - [sym_identifier] = ACTIONS(1683), - [aux_sym_preproc_include_token1] = ACTIONS(1683), - [aux_sym_preproc_def_token1] = ACTIONS(1683), - [aux_sym_preproc_if_token1] = ACTIONS(1683), - [aux_sym_preproc_if_token2] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), - [aux_sym_preproc_else_token1] = ACTIONS(1683), - [aux_sym_preproc_elif_token1] = ACTIONS(1683), - [sym_preproc_directive] = ACTIONS(1683), - [anon_sym_LPAREN2] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1685), - [anon_sym_TILDE] = ACTIONS(1685), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1685), - [anon_sym_AMP_AMP] = ACTIONS(1685), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_SEMI] = ACTIONS(1685), - [anon_sym_typedef] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym___attribute__] = ACTIONS(1683), - [anon_sym_COLON_COLON] = ACTIONS(1685), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), - [anon_sym___declspec] = ACTIONS(1683), - [anon_sym___based] = ACTIONS(1683), - [anon_sym___cdecl] = ACTIONS(1683), - [anon_sym___clrcall] = ACTIONS(1683), - [anon_sym___stdcall] = ACTIONS(1683), - [anon_sym___fastcall] = ACTIONS(1683), - [anon_sym___thiscall] = ACTIONS(1683), - [anon_sym___vectorcall] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_static] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_inline] = ACTIONS(1683), - [anon_sym_thread_local] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [anon_sym_volatile] = ACTIONS(1683), - [anon_sym_restrict] = ACTIONS(1683), - [anon_sym__Atomic] = ACTIONS(1683), - [anon_sym_mutable] = ACTIONS(1683), - [anon_sym_constexpr] = ACTIONS(1683), - [anon_sym_signed] = ACTIONS(1683), - [anon_sym_unsigned] = ACTIONS(1683), - [anon_sym_long] = ACTIONS(1683), - [anon_sym_short] = ACTIONS(1683), - [sym_primitive_type] = ACTIONS(1683), - [anon_sym_enum] = ACTIONS(1683), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1683), - [anon_sym_union] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_else] = ACTIONS(1683), - [anon_sym_switch] = ACTIONS(1683), - [anon_sym_case] = ACTIONS(1683), - [anon_sym_default] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_goto] = ACTIONS(1683), - [anon_sym_DASH_DASH] = ACTIONS(1685), - [anon_sym_PLUS_PLUS] = ACTIONS(1685), - [anon_sym_sizeof] = ACTIONS(1683), - [sym_number_literal] = ACTIONS(1685), - [anon_sym_L_SQUOTE] = ACTIONS(1685), - [anon_sym_u_SQUOTE] = ACTIONS(1685), - [anon_sym_U_SQUOTE] = ACTIONS(1685), - [anon_sym_u8_SQUOTE] = ACTIONS(1685), - [anon_sym_SQUOTE] = ACTIONS(1685), - [anon_sym_L_DQUOTE] = ACTIONS(1685), - [anon_sym_u_DQUOTE] = ACTIONS(1685), - [anon_sym_U_DQUOTE] = ACTIONS(1685), - [anon_sym_u8_DQUOTE] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(1685), - [sym_true] = ACTIONS(1683), - [sym_false] = ACTIONS(1683), - [sym_null] = ACTIONS(1683), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1683), - [anon_sym_virtual] = ACTIONS(1683), - [anon_sym_explicit] = ACTIONS(1683), - [sym_auto] = ACTIONS(1683), - [anon_sym_typename] = ACTIONS(1683), - [anon_sym_template] = ACTIONS(1683), - [anon_sym_operator] = ACTIONS(1683), - [anon_sym_delete] = ACTIONS(1683), - [anon_sym_throw] = ACTIONS(1683), - [anon_sym_namespace] = ACTIONS(1683), - [anon_sym_using] = ACTIONS(1683), - [anon_sym_static_assert] = ACTIONS(1683), - [anon_sym_co_return] = ACTIONS(1683), - [anon_sym_co_yield] = ACTIONS(1683), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_co_await] = ACTIONS(1683), - [anon_sym_new] = ACTIONS(1683), - [sym_this] = ACTIONS(1683), - [sym_nullptr] = ACTIONS(1683), - [sym_alone_macro] = ACTIONS(1685), - [aux_sym_alone_macro_call_token1] = ACTIONS(1683), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_FORWARD] = ACTIONS(1683), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_PS_GET] = ACTIONS(1683), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), - [anon_sym_MOZ_COLD] = ACTIONS(1683), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_RAII] = ACTIONS(1683), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), - [sym_raw_string_literal] = ACTIONS(1685), - }, - [172] = { - [sym_identifier] = ACTIONS(1687), - [aux_sym_preproc_include_token1] = ACTIONS(1687), - [aux_sym_preproc_def_token1] = ACTIONS(1687), - [aux_sym_preproc_if_token1] = ACTIONS(1687), - [aux_sym_preproc_if_token2] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), - [aux_sym_preproc_else_token1] = ACTIONS(1687), - [aux_sym_preproc_elif_token1] = ACTIONS(1687), - [sym_preproc_directive] = ACTIONS(1687), - [anon_sym_LPAREN2] = ACTIONS(1689), - [anon_sym_BANG] = ACTIONS(1689), - [anon_sym_TILDE] = ACTIONS(1689), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1689), - [anon_sym_AMP_AMP] = ACTIONS(1689), - [anon_sym_AMP] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1689), - [anon_sym_typedef] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym___attribute__] = ACTIONS(1687), - [anon_sym_COLON_COLON] = ACTIONS(1689), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), - [anon_sym___declspec] = ACTIONS(1687), - [anon_sym___based] = ACTIONS(1687), - [anon_sym___cdecl] = ACTIONS(1687), - [anon_sym___clrcall] = ACTIONS(1687), - [anon_sym___stdcall] = ACTIONS(1687), - [anon_sym___fastcall] = ACTIONS(1687), - [anon_sym___thiscall] = ACTIONS(1687), - [anon_sym___vectorcall] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1689), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_static] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_inline] = ACTIONS(1687), - [anon_sym_thread_local] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [anon_sym_volatile] = ACTIONS(1687), - [anon_sym_restrict] = ACTIONS(1687), - [anon_sym__Atomic] = ACTIONS(1687), - [anon_sym_mutable] = ACTIONS(1687), - [anon_sym_constexpr] = ACTIONS(1687), - [anon_sym_signed] = ACTIONS(1687), - [anon_sym_unsigned] = ACTIONS(1687), - [anon_sym_long] = ACTIONS(1687), - [anon_sym_short] = ACTIONS(1687), - [sym_primitive_type] = ACTIONS(1687), - [anon_sym_enum] = ACTIONS(1687), - [anon_sym_class] = ACTIONS(1687), - [anon_sym_struct] = ACTIONS(1687), - [anon_sym_union] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_else] = ACTIONS(1687), - [anon_sym_switch] = ACTIONS(1687), - [anon_sym_case] = ACTIONS(1687), - [anon_sym_default] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_goto] = ACTIONS(1687), - [anon_sym_DASH_DASH] = ACTIONS(1689), - [anon_sym_PLUS_PLUS] = ACTIONS(1689), - [anon_sym_sizeof] = ACTIONS(1687), - [sym_number_literal] = ACTIONS(1689), - [anon_sym_L_SQUOTE] = ACTIONS(1689), - [anon_sym_u_SQUOTE] = ACTIONS(1689), - [anon_sym_U_SQUOTE] = ACTIONS(1689), - [anon_sym_u8_SQUOTE] = ACTIONS(1689), - [anon_sym_SQUOTE] = ACTIONS(1689), - [anon_sym_L_DQUOTE] = ACTIONS(1689), - [anon_sym_u_DQUOTE] = ACTIONS(1689), - [anon_sym_U_DQUOTE] = ACTIONS(1689), - [anon_sym_u8_DQUOTE] = ACTIONS(1689), - [anon_sym_DQUOTE] = ACTIONS(1689), - [sym_true] = ACTIONS(1687), - [sym_false] = ACTIONS(1687), - [sym_null] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1687), - [anon_sym_virtual] = ACTIONS(1687), - [anon_sym_explicit] = ACTIONS(1687), - [sym_auto] = ACTIONS(1687), - [anon_sym_typename] = ACTIONS(1687), - [anon_sym_template] = ACTIONS(1687), - [anon_sym_operator] = ACTIONS(1687), - [anon_sym_delete] = ACTIONS(1687), - [anon_sym_throw] = ACTIONS(1687), - [anon_sym_namespace] = ACTIONS(1687), - [anon_sym_using] = ACTIONS(1687), - [anon_sym_static_assert] = ACTIONS(1687), - [anon_sym_co_return] = ACTIONS(1687), - [anon_sym_co_yield] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_co_await] = ACTIONS(1687), - [anon_sym_new] = ACTIONS(1687), - [sym_this] = ACTIONS(1687), - [sym_nullptr] = ACTIONS(1687), - [sym_alone_macro] = ACTIONS(1689), - [aux_sym_alone_macro_call_token1] = ACTIONS(1687), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_FORWARD] = ACTIONS(1687), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_PS_GET] = ACTIONS(1687), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), - [anon_sym_MOZ_COLD] = ACTIONS(1687), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_RAII] = ACTIONS(1687), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), - [sym_raw_string_literal] = ACTIONS(1689), + [anon_sym_decltype] = ACTIONS(1621), + [anon_sym_virtual] = ACTIONS(1621), + [anon_sym_explicit] = ACTIONS(1621), + [sym_auto] = ACTIONS(1621), + [anon_sym_typename] = ACTIONS(1621), + [anon_sym_template] = ACTIONS(1621), + [anon_sym_operator] = ACTIONS(1621), + [anon_sym_delete] = ACTIONS(1621), + [anon_sym_throw] = ACTIONS(1621), + [anon_sym_namespace] = ACTIONS(1621), + [anon_sym_using] = ACTIONS(1621), + [anon_sym_static_assert] = ACTIONS(1621), + [anon_sym_co_return] = ACTIONS(1621), + [anon_sym_co_yield] = ACTIONS(1621), + [anon_sym_try] = ACTIONS(1621), + [anon_sym_co_await] = ACTIONS(1621), + [anon_sym_new] = ACTIONS(1621), + [sym_this] = ACTIONS(1621), + [sym_nullptr] = ACTIONS(1621), + [sym_alone_macro] = ACTIONS(1623), + [aux_sym_alone_macro_call_token1] = ACTIONS(1621), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_FORWARD] = ACTIONS(1621), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_PS_GET] = ACTIONS(1621), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), + [anon_sym_MOZ_COLD] = ACTIONS(1621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_RAII] = ACTIONS(1621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), + [sym_raw_string_literal] = ACTIONS(1623), }, - [173] = { + [158] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -67352,209 +64503,595 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [174] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [aux_sym_preproc_else_token1] = ACTIONS(1533), - [aux_sym_preproc_elif_token1] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [159] = { + [sym_identifier] = ACTIONS(1625), + [aux_sym_preproc_include_token1] = ACTIONS(1625), + [aux_sym_preproc_def_token1] = ACTIONS(1625), + [aux_sym_preproc_if_token1] = ACTIONS(1625), + [aux_sym_preproc_if_token2] = ACTIONS(1625), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1625), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1625), + [aux_sym_preproc_else_token1] = ACTIONS(1625), + [aux_sym_preproc_elif_token1] = ACTIONS(1625), + [sym_preproc_directive] = ACTIONS(1625), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1627), + [anon_sym_TILDE] = ACTIONS(1627), + [anon_sym_DASH] = ACTIONS(1625), + [anon_sym_PLUS] = ACTIONS(1625), + [anon_sym_STAR] = ACTIONS(1627), + [anon_sym_AMP_AMP] = ACTIONS(1627), + [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1627), + [anon_sym_typedef] = ACTIONS(1625), + [anon_sym_extern] = ACTIONS(1625), + [anon_sym___attribute__] = ACTIONS(1625), + [anon_sym_COLON_COLON] = ACTIONS(1627), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1627), + [anon_sym___declspec] = ACTIONS(1625), + [anon_sym___based] = ACTIONS(1625), + [anon_sym___cdecl] = ACTIONS(1625), + [anon_sym___clrcall] = ACTIONS(1625), + [anon_sym___stdcall] = ACTIONS(1625), + [anon_sym___fastcall] = ACTIONS(1625), + [anon_sym___thiscall] = ACTIONS(1625), + [anon_sym___vectorcall] = ACTIONS(1625), + [anon_sym_LBRACE] = ACTIONS(1627), + [anon_sym_LBRACK] = ACTIONS(1625), + [anon_sym_static] = ACTIONS(1625), + [anon_sym_register] = ACTIONS(1625), + [anon_sym_inline] = ACTIONS(1625), + [anon_sym_thread_local] = ACTIONS(1625), + [anon_sym_const] = ACTIONS(1625), + [anon_sym_volatile] = ACTIONS(1625), + [anon_sym_restrict] = ACTIONS(1625), + [anon_sym__Atomic] = ACTIONS(1625), + [anon_sym_mutable] = ACTIONS(1625), + [anon_sym_constexpr] = ACTIONS(1625), + [anon_sym_signed] = ACTIONS(1625), + [anon_sym_unsigned] = ACTIONS(1625), + [anon_sym_long] = ACTIONS(1625), + [anon_sym_short] = ACTIONS(1625), + [sym_primitive_type] = ACTIONS(1625), + [anon_sym_enum] = ACTIONS(1625), + [anon_sym_class] = ACTIONS(1625), + [anon_sym_struct] = ACTIONS(1625), + [anon_sym_union] = ACTIONS(1625), + [anon_sym_if] = ACTIONS(1625), + [anon_sym_else] = ACTIONS(1625), + [anon_sym_switch] = ACTIONS(1625), + [anon_sym_case] = ACTIONS(1625), + [anon_sym_default] = ACTIONS(1625), + [anon_sym_while] = ACTIONS(1625), + [anon_sym_do] = ACTIONS(1625), + [anon_sym_for] = ACTIONS(1625), + [anon_sym_return] = ACTIONS(1625), + [anon_sym_break] = ACTIONS(1625), + [anon_sym_continue] = ACTIONS(1625), + [anon_sym_goto] = ACTIONS(1625), + [anon_sym_DASH_DASH] = ACTIONS(1627), + [anon_sym_PLUS_PLUS] = ACTIONS(1627), + [anon_sym_sizeof] = ACTIONS(1625), + [sym_number_literal] = ACTIONS(1627), + [anon_sym_L_SQUOTE] = ACTIONS(1627), + [anon_sym_u_SQUOTE] = ACTIONS(1627), + [anon_sym_U_SQUOTE] = ACTIONS(1627), + [anon_sym_u8_SQUOTE] = ACTIONS(1627), + [anon_sym_SQUOTE] = ACTIONS(1627), + [anon_sym_L_DQUOTE] = ACTIONS(1627), + [anon_sym_u_DQUOTE] = ACTIONS(1627), + [anon_sym_U_DQUOTE] = ACTIONS(1627), + [anon_sym_u8_DQUOTE] = ACTIONS(1627), + [anon_sym_DQUOTE] = ACTIONS(1627), + [sym_true] = ACTIONS(1625), + [sym_false] = ACTIONS(1625), + [sym_null] = ACTIONS(1625), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [175] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [aux_sym_preproc_else_token1] = ACTIONS(1533), - [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [anon_sym_decltype] = ACTIONS(1625), + [anon_sym_virtual] = ACTIONS(1625), + [anon_sym_explicit] = ACTIONS(1625), + [sym_auto] = ACTIONS(1625), + [anon_sym_typename] = ACTIONS(1625), + [anon_sym_template] = ACTIONS(1625), + [anon_sym_operator] = ACTIONS(1625), + [anon_sym_delete] = ACTIONS(1625), + [anon_sym_throw] = ACTIONS(1625), + [anon_sym_namespace] = ACTIONS(1625), + [anon_sym_using] = ACTIONS(1625), + [anon_sym_static_assert] = ACTIONS(1625), + [anon_sym_co_return] = ACTIONS(1625), + [anon_sym_co_yield] = ACTIONS(1625), + [anon_sym_try] = ACTIONS(1625), + [anon_sym_co_await] = ACTIONS(1625), + [anon_sym_new] = ACTIONS(1625), + [sym_this] = ACTIONS(1625), + [sym_nullptr] = ACTIONS(1625), + [sym_alone_macro] = ACTIONS(1627), + [aux_sym_alone_macro_call_token1] = ACTIONS(1625), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_FORWARD] = ACTIONS(1625), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_PS_GET] = ACTIONS(1625), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), + [anon_sym_MOZ_COLD] = ACTIONS(1625), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_RAII] = ACTIONS(1625), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), + [sym_raw_string_literal] = ACTIONS(1627), + }, + [160] = { + [sym_identifier] = ACTIONS(1629), + [aux_sym_preproc_include_token1] = ACTIONS(1629), + [aux_sym_preproc_def_token1] = ACTIONS(1629), + [aux_sym_preproc_if_token1] = ACTIONS(1629), + [aux_sym_preproc_if_token2] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), + [aux_sym_preproc_else_token1] = ACTIONS(1629), + [aux_sym_preproc_elif_token1] = ACTIONS(1629), + [sym_preproc_directive] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(1631), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1631), + [anon_sym_AMP_AMP] = ACTIONS(1631), + [anon_sym_AMP] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1631), + [anon_sym_typedef] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1629), + [anon_sym___attribute__] = ACTIONS(1629), + [anon_sym_COLON_COLON] = ACTIONS(1631), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), + [anon_sym___declspec] = ACTIONS(1629), + [anon_sym___based] = ACTIONS(1629), + [anon_sym___cdecl] = ACTIONS(1629), + [anon_sym___clrcall] = ACTIONS(1629), + [anon_sym___stdcall] = ACTIONS(1629), + [anon_sym___fastcall] = ACTIONS(1629), + [anon_sym___thiscall] = ACTIONS(1629), + [anon_sym___vectorcall] = ACTIONS(1629), + [anon_sym_LBRACE] = ACTIONS(1631), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_static] = ACTIONS(1629), + [anon_sym_register] = ACTIONS(1629), + [anon_sym_inline] = ACTIONS(1629), + [anon_sym_thread_local] = ACTIONS(1629), + [anon_sym_const] = ACTIONS(1629), + [anon_sym_volatile] = ACTIONS(1629), + [anon_sym_restrict] = ACTIONS(1629), + [anon_sym__Atomic] = ACTIONS(1629), + [anon_sym_mutable] = ACTIONS(1629), + [anon_sym_constexpr] = ACTIONS(1629), + [anon_sym_signed] = ACTIONS(1629), + [anon_sym_unsigned] = ACTIONS(1629), + [anon_sym_long] = ACTIONS(1629), + [anon_sym_short] = ACTIONS(1629), + [sym_primitive_type] = ACTIONS(1629), + [anon_sym_enum] = ACTIONS(1629), + [anon_sym_class] = ACTIONS(1629), + [anon_sym_struct] = ACTIONS(1629), + [anon_sym_union] = ACTIONS(1629), + [anon_sym_if] = ACTIONS(1629), + [anon_sym_else] = ACTIONS(1629), + [anon_sym_switch] = ACTIONS(1629), + [anon_sym_case] = ACTIONS(1629), + [anon_sym_default] = ACTIONS(1629), + [anon_sym_while] = ACTIONS(1629), + [anon_sym_do] = ACTIONS(1629), + [anon_sym_for] = ACTIONS(1629), + [anon_sym_return] = ACTIONS(1629), + [anon_sym_break] = ACTIONS(1629), + [anon_sym_continue] = ACTIONS(1629), + [anon_sym_goto] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1631), + [anon_sym_PLUS_PLUS] = ACTIONS(1631), + [anon_sym_sizeof] = ACTIONS(1629), + [sym_number_literal] = ACTIONS(1631), + [anon_sym_L_SQUOTE] = ACTIONS(1631), + [anon_sym_u_SQUOTE] = ACTIONS(1631), + [anon_sym_U_SQUOTE] = ACTIONS(1631), + [anon_sym_u8_SQUOTE] = ACTIONS(1631), + [anon_sym_SQUOTE] = ACTIONS(1631), + [anon_sym_L_DQUOTE] = ACTIONS(1631), + [anon_sym_u_DQUOTE] = ACTIONS(1631), + [anon_sym_U_DQUOTE] = ACTIONS(1631), + [anon_sym_u8_DQUOTE] = ACTIONS(1631), + [anon_sym_DQUOTE] = ACTIONS(1631), + [sym_true] = ACTIONS(1629), + [sym_false] = ACTIONS(1629), + [sym_null] = ACTIONS(1629), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1629), + [anon_sym_virtual] = ACTIONS(1629), + [anon_sym_explicit] = ACTIONS(1629), + [sym_auto] = ACTIONS(1629), + [anon_sym_typename] = ACTIONS(1629), + [anon_sym_template] = ACTIONS(1629), + [anon_sym_operator] = ACTIONS(1629), + [anon_sym_delete] = ACTIONS(1629), + [anon_sym_throw] = ACTIONS(1629), + [anon_sym_namespace] = ACTIONS(1629), + [anon_sym_using] = ACTIONS(1629), + [anon_sym_static_assert] = ACTIONS(1629), + [anon_sym_co_return] = ACTIONS(1629), + [anon_sym_co_yield] = ACTIONS(1629), + [anon_sym_try] = ACTIONS(1629), + [anon_sym_co_await] = ACTIONS(1629), + [anon_sym_new] = ACTIONS(1629), + [sym_this] = ACTIONS(1629), + [sym_nullptr] = ACTIONS(1629), + [sym_alone_macro] = ACTIONS(1631), + [aux_sym_alone_macro_call_token1] = ACTIONS(1629), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_FORWARD] = ACTIONS(1629), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_PS_GET] = ACTIONS(1629), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), + [anon_sym_MOZ_COLD] = ACTIONS(1629), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_RAII] = ACTIONS(1629), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), + [sym_raw_string_literal] = ACTIONS(1631), + }, + [161] = { + [sym_identifier] = ACTIONS(1633), + [aux_sym_preproc_include_token1] = ACTIONS(1633), + [aux_sym_preproc_def_token1] = ACTIONS(1633), + [aux_sym_preproc_if_token1] = ACTIONS(1633), + [aux_sym_preproc_if_token2] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), + [aux_sym_preproc_else_token1] = ACTIONS(1633), + [aux_sym_preproc_elif_token1] = ACTIONS(1633), + [sym_preproc_directive] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1635), + [anon_sym_BANG] = ACTIONS(1635), + [anon_sym_TILDE] = ACTIONS(1635), + [anon_sym_DASH] = ACTIONS(1633), + [anon_sym_PLUS] = ACTIONS(1633), + [anon_sym_STAR] = ACTIONS(1635), + [anon_sym_AMP_AMP] = ACTIONS(1635), + [anon_sym_AMP] = ACTIONS(1633), + [anon_sym_SEMI] = ACTIONS(1635), + [anon_sym_typedef] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym___attribute__] = ACTIONS(1633), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), + [anon_sym___declspec] = ACTIONS(1633), + [anon_sym___based] = ACTIONS(1633), + [anon_sym___cdecl] = ACTIONS(1633), + [anon_sym___clrcall] = ACTIONS(1633), + [anon_sym___stdcall] = ACTIONS(1633), + [anon_sym___fastcall] = ACTIONS(1633), + [anon_sym___thiscall] = ACTIONS(1633), + [anon_sym___vectorcall] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1633), + [anon_sym_static] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_inline] = ACTIONS(1633), + [anon_sym_thread_local] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym_mutable] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_signed] = ACTIONS(1633), + [anon_sym_unsigned] = ACTIONS(1633), + [anon_sym_long] = ACTIONS(1633), + [anon_sym_short] = ACTIONS(1633), + [sym_primitive_type] = ACTIONS(1633), + [anon_sym_enum] = ACTIONS(1633), + [anon_sym_class] = ACTIONS(1633), + [anon_sym_struct] = ACTIONS(1633), + [anon_sym_union] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_switch] = ACTIONS(1633), + [anon_sym_case] = ACTIONS(1633), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_goto] = ACTIONS(1633), + [anon_sym_DASH_DASH] = ACTIONS(1635), + [anon_sym_PLUS_PLUS] = ACTIONS(1635), + [anon_sym_sizeof] = ACTIONS(1633), + [sym_number_literal] = ACTIONS(1635), + [anon_sym_L_SQUOTE] = ACTIONS(1635), + [anon_sym_u_SQUOTE] = ACTIONS(1635), + [anon_sym_U_SQUOTE] = ACTIONS(1635), + [anon_sym_u8_SQUOTE] = ACTIONS(1635), + [anon_sym_SQUOTE] = ACTIONS(1635), + [anon_sym_L_DQUOTE] = ACTIONS(1635), + [anon_sym_u_DQUOTE] = ACTIONS(1635), + [anon_sym_U_DQUOTE] = ACTIONS(1635), + [anon_sym_u8_DQUOTE] = ACTIONS(1635), + [anon_sym_DQUOTE] = ACTIONS(1635), + [sym_true] = ACTIONS(1633), + [sym_false] = ACTIONS(1633), + [sym_null] = ACTIONS(1633), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1633), + [anon_sym_virtual] = ACTIONS(1633), + [anon_sym_explicit] = ACTIONS(1633), + [sym_auto] = ACTIONS(1633), + [anon_sym_typename] = ACTIONS(1633), + [anon_sym_template] = ACTIONS(1633), + [anon_sym_operator] = ACTIONS(1633), + [anon_sym_delete] = ACTIONS(1633), + [anon_sym_throw] = ACTIONS(1633), + [anon_sym_namespace] = ACTIONS(1633), + [anon_sym_using] = ACTIONS(1633), + [anon_sym_static_assert] = ACTIONS(1633), + [anon_sym_co_return] = ACTIONS(1633), + [anon_sym_co_yield] = ACTIONS(1633), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_co_await] = ACTIONS(1633), + [anon_sym_new] = ACTIONS(1633), + [sym_this] = ACTIONS(1633), + [sym_nullptr] = ACTIONS(1633), + [sym_alone_macro] = ACTIONS(1635), + [aux_sym_alone_macro_call_token1] = ACTIONS(1633), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_FORWARD] = ACTIONS(1633), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_PS_GET] = ACTIONS(1633), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), + [anon_sym_MOZ_COLD] = ACTIONS(1633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_RAII] = ACTIONS(1633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), + [sym_raw_string_literal] = ACTIONS(1635), + }, + [162] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -67738,7 +65275,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [176] = { + [163] = { + [sym_identifier] = ACTIONS(1637), + [aux_sym_preproc_include_token1] = ACTIONS(1637), + [aux_sym_preproc_def_token1] = ACTIONS(1637), + [aux_sym_preproc_if_token1] = ACTIONS(1637), + [aux_sym_preproc_if_token2] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), + [aux_sym_preproc_else_token1] = ACTIONS(1637), + [aux_sym_preproc_elif_token1] = ACTIONS(1637), + [sym_preproc_directive] = ACTIONS(1637), + [anon_sym_LPAREN2] = ACTIONS(1639), + [anon_sym_BANG] = ACTIONS(1639), + [anon_sym_TILDE] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1637), + [anon_sym_PLUS] = ACTIONS(1637), + [anon_sym_STAR] = ACTIONS(1639), + [anon_sym_AMP_AMP] = ACTIONS(1639), + [anon_sym_AMP] = ACTIONS(1637), + [anon_sym_SEMI] = ACTIONS(1639), + [anon_sym_typedef] = ACTIONS(1637), + [anon_sym_extern] = ACTIONS(1637), + [anon_sym___attribute__] = ACTIONS(1637), + [anon_sym_COLON_COLON] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), + [anon_sym___declspec] = ACTIONS(1637), + [anon_sym___based] = ACTIONS(1637), + [anon_sym___cdecl] = ACTIONS(1637), + [anon_sym___clrcall] = ACTIONS(1637), + [anon_sym___stdcall] = ACTIONS(1637), + [anon_sym___fastcall] = ACTIONS(1637), + [anon_sym___thiscall] = ACTIONS(1637), + [anon_sym___vectorcall] = ACTIONS(1637), + [anon_sym_LBRACE] = ACTIONS(1639), + [anon_sym_LBRACK] = ACTIONS(1637), + [anon_sym_static] = ACTIONS(1637), + [anon_sym_register] = ACTIONS(1637), + [anon_sym_inline] = ACTIONS(1637), + [anon_sym_thread_local] = ACTIONS(1637), + [anon_sym_const] = ACTIONS(1637), + [anon_sym_volatile] = ACTIONS(1637), + [anon_sym_restrict] = ACTIONS(1637), + [anon_sym__Atomic] = ACTIONS(1637), + [anon_sym_mutable] = ACTIONS(1637), + [anon_sym_constexpr] = ACTIONS(1637), + [anon_sym_signed] = ACTIONS(1637), + [anon_sym_unsigned] = ACTIONS(1637), + [anon_sym_long] = ACTIONS(1637), + [anon_sym_short] = ACTIONS(1637), + [sym_primitive_type] = ACTIONS(1637), + [anon_sym_enum] = ACTIONS(1637), + [anon_sym_class] = ACTIONS(1637), + [anon_sym_struct] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1637), + [anon_sym_if] = ACTIONS(1637), + [anon_sym_else] = ACTIONS(1637), + [anon_sym_switch] = ACTIONS(1637), + [anon_sym_case] = ACTIONS(1637), + [anon_sym_default] = ACTIONS(1637), + [anon_sym_while] = ACTIONS(1637), + [anon_sym_do] = ACTIONS(1637), + [anon_sym_for] = ACTIONS(1637), + [anon_sym_return] = ACTIONS(1637), + [anon_sym_break] = ACTIONS(1637), + [anon_sym_continue] = ACTIONS(1637), + [anon_sym_goto] = ACTIONS(1637), + [anon_sym_DASH_DASH] = ACTIONS(1639), + [anon_sym_PLUS_PLUS] = ACTIONS(1639), + [anon_sym_sizeof] = ACTIONS(1637), + [sym_number_literal] = ACTIONS(1639), + [anon_sym_L_SQUOTE] = ACTIONS(1639), + [anon_sym_u_SQUOTE] = ACTIONS(1639), + [anon_sym_U_SQUOTE] = ACTIONS(1639), + [anon_sym_u8_SQUOTE] = ACTIONS(1639), + [anon_sym_SQUOTE] = ACTIONS(1639), + [anon_sym_L_DQUOTE] = ACTIONS(1639), + [anon_sym_u_DQUOTE] = ACTIONS(1639), + [anon_sym_U_DQUOTE] = ACTIONS(1639), + [anon_sym_u8_DQUOTE] = ACTIONS(1639), + [anon_sym_DQUOTE] = ACTIONS(1639), + [sym_true] = ACTIONS(1637), + [sym_false] = ACTIONS(1637), + [sym_null] = ACTIONS(1637), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1637), + [anon_sym_virtual] = ACTIONS(1637), + [anon_sym_explicit] = ACTIONS(1637), + [sym_auto] = ACTIONS(1637), + [anon_sym_typename] = ACTIONS(1637), + [anon_sym_template] = ACTIONS(1637), + [anon_sym_operator] = ACTIONS(1637), + [anon_sym_delete] = ACTIONS(1637), + [anon_sym_throw] = ACTIONS(1637), + [anon_sym_namespace] = ACTIONS(1637), + [anon_sym_using] = ACTIONS(1637), + [anon_sym_static_assert] = ACTIONS(1637), + [anon_sym_co_return] = ACTIONS(1637), + [anon_sym_co_yield] = ACTIONS(1637), + [anon_sym_try] = ACTIONS(1637), + [anon_sym_co_await] = ACTIONS(1637), + [anon_sym_new] = ACTIONS(1637), + [sym_this] = ACTIONS(1637), + [sym_nullptr] = ACTIONS(1637), + [sym_alone_macro] = ACTIONS(1639), + [aux_sym_alone_macro_call_token1] = ACTIONS(1637), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_FORWARD] = ACTIONS(1637), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_PS_GET] = ACTIONS(1637), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), + [anon_sym_MOZ_COLD] = ACTIONS(1637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_RAII] = ACTIONS(1637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), + [sym_raw_string_literal] = ACTIONS(1639), + }, + [164] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -67931,7 +65661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [177] = { + [165] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -68124,7 +65854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [178] = { + [166] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -68317,200 +66047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [179] = { - [sym_identifier] = ACTIONS(1691), - [aux_sym_preproc_include_token1] = ACTIONS(1691), - [aux_sym_preproc_def_token1] = ACTIONS(1691), - [aux_sym_preproc_if_token1] = ACTIONS(1691), - [aux_sym_preproc_if_token2] = ACTIONS(1691), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1691), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1691), - [aux_sym_preproc_else_token1] = ACTIONS(1691), - [aux_sym_preproc_elif_token1] = ACTIONS(1691), - [sym_preproc_directive] = ACTIONS(1691), - [anon_sym_LPAREN2] = ACTIONS(1693), - [anon_sym_BANG] = ACTIONS(1693), - [anon_sym_TILDE] = ACTIONS(1693), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1693), - [anon_sym_AMP_AMP] = ACTIONS(1693), - [anon_sym_AMP] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1693), - [anon_sym_typedef] = ACTIONS(1691), - [anon_sym_extern] = ACTIONS(1691), - [anon_sym___attribute__] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), - [anon_sym___declspec] = ACTIONS(1691), - [anon_sym___based] = ACTIONS(1691), - [anon_sym___cdecl] = ACTIONS(1691), - [anon_sym___clrcall] = ACTIONS(1691), - [anon_sym___stdcall] = ACTIONS(1691), - [anon_sym___fastcall] = ACTIONS(1691), - [anon_sym___thiscall] = ACTIONS(1691), - [anon_sym___vectorcall] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1693), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_static] = ACTIONS(1691), - [anon_sym_register] = ACTIONS(1691), - [anon_sym_inline] = ACTIONS(1691), - [anon_sym_thread_local] = ACTIONS(1691), - [anon_sym_const] = ACTIONS(1691), - [anon_sym_volatile] = ACTIONS(1691), - [anon_sym_restrict] = ACTIONS(1691), - [anon_sym__Atomic] = ACTIONS(1691), - [anon_sym_mutable] = ACTIONS(1691), - [anon_sym_constexpr] = ACTIONS(1691), - [anon_sym_signed] = ACTIONS(1691), - [anon_sym_unsigned] = ACTIONS(1691), - [anon_sym_long] = ACTIONS(1691), - [anon_sym_short] = ACTIONS(1691), - [sym_primitive_type] = ACTIONS(1691), - [anon_sym_enum] = ACTIONS(1691), - [anon_sym_class] = ACTIONS(1691), - [anon_sym_struct] = ACTIONS(1691), - [anon_sym_union] = ACTIONS(1691), - [anon_sym_if] = ACTIONS(1691), - [anon_sym_else] = ACTIONS(1691), - [anon_sym_switch] = ACTIONS(1691), - [anon_sym_case] = ACTIONS(1691), - [anon_sym_default] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1691), - [anon_sym_do] = ACTIONS(1691), - [anon_sym_for] = ACTIONS(1691), - [anon_sym_return] = ACTIONS(1691), - [anon_sym_break] = ACTIONS(1691), - [anon_sym_continue] = ACTIONS(1691), - [anon_sym_goto] = ACTIONS(1691), - [anon_sym_DASH_DASH] = ACTIONS(1693), - [anon_sym_PLUS_PLUS] = ACTIONS(1693), - [anon_sym_sizeof] = ACTIONS(1691), - [sym_number_literal] = ACTIONS(1693), - [anon_sym_L_SQUOTE] = ACTIONS(1693), - [anon_sym_u_SQUOTE] = ACTIONS(1693), - [anon_sym_U_SQUOTE] = ACTIONS(1693), - [anon_sym_u8_SQUOTE] = ACTIONS(1693), - [anon_sym_SQUOTE] = ACTIONS(1693), - [anon_sym_L_DQUOTE] = ACTIONS(1693), - [anon_sym_u_DQUOTE] = ACTIONS(1693), - [anon_sym_U_DQUOTE] = ACTIONS(1693), - [anon_sym_u8_DQUOTE] = ACTIONS(1693), - [anon_sym_DQUOTE] = ACTIONS(1693), - [sym_true] = ACTIONS(1691), - [sym_false] = ACTIONS(1691), - [sym_null] = ACTIONS(1691), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1691), - [anon_sym_virtual] = ACTIONS(1691), - [anon_sym_explicit] = ACTIONS(1691), - [sym_auto] = ACTIONS(1691), - [anon_sym_typename] = ACTIONS(1691), - [anon_sym_template] = ACTIONS(1691), - [anon_sym_operator] = ACTIONS(1691), - [anon_sym_delete] = ACTIONS(1691), - [anon_sym_throw] = ACTIONS(1691), - [anon_sym_namespace] = ACTIONS(1691), - [anon_sym_using] = ACTIONS(1691), - [anon_sym_static_assert] = ACTIONS(1691), - [anon_sym_co_return] = ACTIONS(1691), - [anon_sym_co_yield] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1691), - [anon_sym_co_await] = ACTIONS(1691), - [anon_sym_new] = ACTIONS(1691), - [sym_this] = ACTIONS(1691), - [sym_nullptr] = ACTIONS(1691), - [sym_alone_macro] = ACTIONS(1693), - [aux_sym_alone_macro_call_token1] = ACTIONS(1691), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_FORWARD] = ACTIONS(1691), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_PS_GET] = ACTIONS(1691), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), - [anon_sym_MOZ_COLD] = ACTIONS(1691), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_RAII] = ACTIONS(1691), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), - [sym_raw_string_literal] = ACTIONS(1693), - }, - [180] = { + [167] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -68703,7 +66240,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [181] = { + [168] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -68896,7 +66433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [182] = { + [169] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -69089,7 +66626,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [183] = { + [170] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -69282,393 +66819,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [184] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [aux_sym_preproc_else_token1] = ACTIONS(1533), - [aux_sym_preproc_elif_token1] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [185] = { - [sym_identifier] = ACTIONS(1695), - [aux_sym_preproc_include_token1] = ACTIONS(1695), - [aux_sym_preproc_def_token1] = ACTIONS(1695), - [aux_sym_preproc_if_token1] = ACTIONS(1695), - [aux_sym_preproc_if_token2] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), - [aux_sym_preproc_else_token1] = ACTIONS(1695), - [aux_sym_preproc_elif_token1] = ACTIONS(1695), - [sym_preproc_directive] = ACTIONS(1695), - [anon_sym_LPAREN2] = ACTIONS(1697), - [anon_sym_BANG] = ACTIONS(1697), - [anon_sym_TILDE] = ACTIONS(1697), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1697), - [anon_sym_AMP_AMP] = ACTIONS(1697), - [anon_sym_AMP] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1697), - [anon_sym_typedef] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym___attribute__] = ACTIONS(1695), - [anon_sym_COLON_COLON] = ACTIONS(1697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), - [anon_sym___declspec] = ACTIONS(1695), - [anon_sym___based] = ACTIONS(1695), - [anon_sym___cdecl] = ACTIONS(1695), - [anon_sym___clrcall] = ACTIONS(1695), - [anon_sym___stdcall] = ACTIONS(1695), - [anon_sym___fastcall] = ACTIONS(1695), - [anon_sym___thiscall] = ACTIONS(1695), - [anon_sym___vectorcall] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1697), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_static] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_inline] = ACTIONS(1695), - [anon_sym_thread_local] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [anon_sym_volatile] = ACTIONS(1695), - [anon_sym_restrict] = ACTIONS(1695), - [anon_sym__Atomic] = ACTIONS(1695), - [anon_sym_mutable] = ACTIONS(1695), - [anon_sym_constexpr] = ACTIONS(1695), - [anon_sym_signed] = ACTIONS(1695), - [anon_sym_unsigned] = ACTIONS(1695), - [anon_sym_long] = ACTIONS(1695), - [anon_sym_short] = ACTIONS(1695), - [sym_primitive_type] = ACTIONS(1695), - [anon_sym_enum] = ACTIONS(1695), - [anon_sym_class] = ACTIONS(1695), - [anon_sym_struct] = ACTIONS(1695), - [anon_sym_union] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_else] = ACTIONS(1695), - [anon_sym_switch] = ACTIONS(1695), - [anon_sym_case] = ACTIONS(1695), - [anon_sym_default] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_goto] = ACTIONS(1695), - [anon_sym_DASH_DASH] = ACTIONS(1697), - [anon_sym_PLUS_PLUS] = ACTIONS(1697), - [anon_sym_sizeof] = ACTIONS(1695), - [sym_number_literal] = ACTIONS(1697), - [anon_sym_L_SQUOTE] = ACTIONS(1697), - [anon_sym_u_SQUOTE] = ACTIONS(1697), - [anon_sym_U_SQUOTE] = ACTIONS(1697), - [anon_sym_u8_SQUOTE] = ACTIONS(1697), - [anon_sym_SQUOTE] = ACTIONS(1697), - [anon_sym_L_DQUOTE] = ACTIONS(1697), - [anon_sym_u_DQUOTE] = ACTIONS(1697), - [anon_sym_U_DQUOTE] = ACTIONS(1697), - [anon_sym_u8_DQUOTE] = ACTIONS(1697), - [anon_sym_DQUOTE] = ACTIONS(1697), - [sym_true] = ACTIONS(1695), - [sym_false] = ACTIONS(1695), - [sym_null] = ACTIONS(1695), + [171] = { + [sym_identifier] = ACTIONS(1641), + [aux_sym_preproc_include_token1] = ACTIONS(1641), + [aux_sym_preproc_def_token1] = ACTIONS(1641), + [aux_sym_preproc_if_token1] = ACTIONS(1641), + [aux_sym_preproc_if_token2] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), + [aux_sym_preproc_else_token1] = ACTIONS(1641), + [aux_sym_preproc_elif_token1] = ACTIONS(1641), + [sym_preproc_directive] = ACTIONS(1641), + [anon_sym_LPAREN2] = ACTIONS(1643), + [anon_sym_BANG] = ACTIONS(1643), + [anon_sym_TILDE] = ACTIONS(1643), + [anon_sym_DASH] = ACTIONS(1641), + [anon_sym_PLUS] = ACTIONS(1641), + [anon_sym_STAR] = ACTIONS(1643), + [anon_sym_AMP_AMP] = ACTIONS(1643), + [anon_sym_AMP] = ACTIONS(1641), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_typedef] = ACTIONS(1641), + [anon_sym_extern] = ACTIONS(1641), + [anon_sym___attribute__] = ACTIONS(1641), + [anon_sym_COLON_COLON] = ACTIONS(1643), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), + [anon_sym___declspec] = ACTIONS(1641), + [anon_sym___based] = ACTIONS(1641), + [anon_sym___cdecl] = ACTIONS(1641), + [anon_sym___clrcall] = ACTIONS(1641), + [anon_sym___stdcall] = ACTIONS(1641), + [anon_sym___fastcall] = ACTIONS(1641), + [anon_sym___thiscall] = ACTIONS(1641), + [anon_sym___vectorcall] = ACTIONS(1641), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1641), + [anon_sym_static] = ACTIONS(1641), + [anon_sym_register] = ACTIONS(1641), + [anon_sym_inline] = ACTIONS(1641), + [anon_sym_thread_local] = ACTIONS(1641), + [anon_sym_const] = ACTIONS(1641), + [anon_sym_volatile] = ACTIONS(1641), + [anon_sym_restrict] = ACTIONS(1641), + [anon_sym__Atomic] = ACTIONS(1641), + [anon_sym_mutable] = ACTIONS(1641), + [anon_sym_constexpr] = ACTIONS(1641), + [anon_sym_signed] = ACTIONS(1641), + [anon_sym_unsigned] = ACTIONS(1641), + [anon_sym_long] = ACTIONS(1641), + [anon_sym_short] = ACTIONS(1641), + [sym_primitive_type] = ACTIONS(1641), + [anon_sym_enum] = ACTIONS(1641), + [anon_sym_class] = ACTIONS(1641), + [anon_sym_struct] = ACTIONS(1641), + [anon_sym_union] = ACTIONS(1641), + [anon_sym_if] = ACTIONS(1641), + [anon_sym_else] = ACTIONS(1641), + [anon_sym_switch] = ACTIONS(1641), + [anon_sym_case] = ACTIONS(1641), + [anon_sym_default] = ACTIONS(1641), + [anon_sym_while] = ACTIONS(1641), + [anon_sym_do] = ACTIONS(1641), + [anon_sym_for] = ACTIONS(1641), + [anon_sym_return] = ACTIONS(1641), + [anon_sym_break] = ACTIONS(1641), + [anon_sym_continue] = ACTIONS(1641), + [anon_sym_goto] = ACTIONS(1641), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_PLUS_PLUS] = ACTIONS(1643), + [anon_sym_sizeof] = ACTIONS(1641), + [sym_number_literal] = ACTIONS(1643), + [anon_sym_L_SQUOTE] = ACTIONS(1643), + [anon_sym_u_SQUOTE] = ACTIONS(1643), + [anon_sym_U_SQUOTE] = ACTIONS(1643), + [anon_sym_u8_SQUOTE] = ACTIONS(1643), + [anon_sym_SQUOTE] = ACTIONS(1643), + [anon_sym_L_DQUOTE] = ACTIONS(1643), + [anon_sym_u_DQUOTE] = ACTIONS(1643), + [anon_sym_U_DQUOTE] = ACTIONS(1643), + [anon_sym_u8_DQUOTE] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym_true] = ACTIONS(1641), + [sym_false] = ACTIONS(1641), + [sym_null] = ACTIONS(1641), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1695), - [anon_sym_virtual] = ACTIONS(1695), - [anon_sym_explicit] = ACTIONS(1695), - [sym_auto] = ACTIONS(1695), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1695), - [anon_sym_operator] = ACTIONS(1695), - [anon_sym_delete] = ACTIONS(1695), - [anon_sym_throw] = ACTIONS(1695), - [anon_sym_namespace] = ACTIONS(1695), - [anon_sym_using] = ACTIONS(1695), - [anon_sym_static_assert] = ACTIONS(1695), - [anon_sym_co_return] = ACTIONS(1695), - [anon_sym_co_yield] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_co_await] = ACTIONS(1695), - [anon_sym_new] = ACTIONS(1695), - [sym_this] = ACTIONS(1695), - [sym_nullptr] = ACTIONS(1695), - [sym_alone_macro] = ACTIONS(1697), - [aux_sym_alone_macro_call_token1] = ACTIONS(1695), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_FORWARD] = ACTIONS(1695), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_PS_GET] = ACTIONS(1695), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), - [anon_sym_MOZ_COLD] = ACTIONS(1695), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_RAII] = ACTIONS(1695), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), - [sym_raw_string_literal] = ACTIONS(1697), + [anon_sym_decltype] = ACTIONS(1641), + [anon_sym_virtual] = ACTIONS(1641), + [anon_sym_explicit] = ACTIONS(1641), + [sym_auto] = ACTIONS(1641), + [anon_sym_typename] = ACTIONS(1641), + [anon_sym_template] = ACTIONS(1641), + [anon_sym_operator] = ACTIONS(1641), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_throw] = ACTIONS(1641), + [anon_sym_namespace] = ACTIONS(1641), + [anon_sym_using] = ACTIONS(1641), + [anon_sym_static_assert] = ACTIONS(1641), + [anon_sym_co_return] = ACTIONS(1641), + [anon_sym_co_yield] = ACTIONS(1641), + [anon_sym_try] = ACTIONS(1641), + [anon_sym_co_await] = ACTIONS(1641), + [anon_sym_new] = ACTIONS(1641), + [sym_this] = ACTIONS(1641), + [sym_nullptr] = ACTIONS(1641), + [sym_alone_macro] = ACTIONS(1643), + [aux_sym_alone_macro_call_token1] = ACTIONS(1641), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_FORWARD] = ACTIONS(1641), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_PS_GET] = ACTIONS(1641), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), + [anon_sym_MOZ_COLD] = ACTIONS(1641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_RAII] = ACTIONS(1641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), + [sym_raw_string_literal] = ACTIONS(1643), }, - [186] = { + [172] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -69861,7 +67205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [187] = { + [173] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -70054,200 +67398,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [188] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [aux_sym_preproc_else_token1] = ACTIONS(1533), - [aux_sym_preproc_elif_token1] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [174] = { + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_include_token1] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1645), + [aux_sym_preproc_if_token1] = ACTIONS(1645), + [aux_sym_preproc_if_token2] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), + [aux_sym_preproc_else_token1] = ACTIONS(1645), + [aux_sym_preproc_elif_token1] = ACTIONS(1645), + [sym_preproc_directive] = ACTIONS(1645), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_BANG] = ACTIONS(1647), + [anon_sym_TILDE] = ACTIONS(1647), + [anon_sym_DASH] = ACTIONS(1645), + [anon_sym_PLUS] = ACTIONS(1645), + [anon_sym_STAR] = ACTIONS(1647), + [anon_sym_AMP_AMP] = ACTIONS(1647), + [anon_sym_AMP] = ACTIONS(1645), + [anon_sym_SEMI] = ACTIONS(1647), + [anon_sym_typedef] = ACTIONS(1645), + [anon_sym_extern] = ACTIONS(1645), + [anon_sym___attribute__] = ACTIONS(1645), + [anon_sym_COLON_COLON] = ACTIONS(1647), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym___based] = ACTIONS(1645), + [anon_sym___cdecl] = ACTIONS(1645), + [anon_sym___clrcall] = ACTIONS(1645), + [anon_sym___stdcall] = ACTIONS(1645), + [anon_sym___fastcall] = ACTIONS(1645), + [anon_sym___thiscall] = ACTIONS(1645), + [anon_sym___vectorcall] = ACTIONS(1645), + [anon_sym_LBRACE] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1645), + [anon_sym_static] = ACTIONS(1645), + [anon_sym_register] = ACTIONS(1645), + [anon_sym_inline] = ACTIONS(1645), + [anon_sym_thread_local] = ACTIONS(1645), + [anon_sym_const] = ACTIONS(1645), + [anon_sym_volatile] = ACTIONS(1645), + [anon_sym_restrict] = ACTIONS(1645), + [anon_sym__Atomic] = ACTIONS(1645), + [anon_sym_mutable] = ACTIONS(1645), + [anon_sym_constexpr] = ACTIONS(1645), + [anon_sym_signed] = ACTIONS(1645), + [anon_sym_unsigned] = ACTIONS(1645), + [anon_sym_long] = ACTIONS(1645), + [anon_sym_short] = ACTIONS(1645), + [sym_primitive_type] = ACTIONS(1645), + [anon_sym_enum] = ACTIONS(1645), + [anon_sym_class] = ACTIONS(1645), + [anon_sym_struct] = ACTIONS(1645), + [anon_sym_union] = ACTIONS(1645), + [anon_sym_if] = ACTIONS(1645), + [anon_sym_else] = ACTIONS(1645), + [anon_sym_switch] = ACTIONS(1645), + [anon_sym_case] = ACTIONS(1645), + [anon_sym_default] = ACTIONS(1645), + [anon_sym_while] = ACTIONS(1645), + [anon_sym_do] = ACTIONS(1645), + [anon_sym_for] = ACTIONS(1645), + [anon_sym_return] = ACTIONS(1645), + [anon_sym_break] = ACTIONS(1645), + [anon_sym_continue] = ACTIONS(1645), + [anon_sym_goto] = ACTIONS(1645), + [anon_sym_DASH_DASH] = ACTIONS(1647), + [anon_sym_PLUS_PLUS] = ACTIONS(1647), + [anon_sym_sizeof] = ACTIONS(1645), + [sym_number_literal] = ACTIONS(1647), + [anon_sym_L_SQUOTE] = ACTIONS(1647), + [anon_sym_u_SQUOTE] = ACTIONS(1647), + [anon_sym_U_SQUOTE] = ACTIONS(1647), + [anon_sym_u8_SQUOTE] = ACTIONS(1647), + [anon_sym_SQUOTE] = ACTIONS(1647), + [anon_sym_L_DQUOTE] = ACTIONS(1647), + [anon_sym_u_DQUOTE] = ACTIONS(1647), + [anon_sym_U_DQUOTE] = ACTIONS(1647), + [anon_sym_u8_DQUOTE] = ACTIONS(1647), + [anon_sym_DQUOTE] = ACTIONS(1647), + [sym_true] = ACTIONS(1645), + [sym_false] = ACTIONS(1645), + [sym_null] = ACTIONS(1645), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1645), + [anon_sym_virtual] = ACTIONS(1645), + [anon_sym_explicit] = ACTIONS(1645), + [sym_auto] = ACTIONS(1645), + [anon_sym_typename] = ACTIONS(1645), + [anon_sym_template] = ACTIONS(1645), + [anon_sym_operator] = ACTIONS(1645), + [anon_sym_delete] = ACTIONS(1645), + [anon_sym_throw] = ACTIONS(1645), + [anon_sym_namespace] = ACTIONS(1645), + [anon_sym_using] = ACTIONS(1645), + [anon_sym_static_assert] = ACTIONS(1645), + [anon_sym_co_return] = ACTIONS(1645), + [anon_sym_co_yield] = ACTIONS(1645), + [anon_sym_try] = ACTIONS(1645), + [anon_sym_co_await] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1645), + [sym_this] = ACTIONS(1645), + [sym_nullptr] = ACTIONS(1645), + [sym_alone_macro] = ACTIONS(1647), + [aux_sym_alone_macro_call_token1] = ACTIONS(1645), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_FORWARD] = ACTIONS(1645), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_PS_GET] = ACTIONS(1645), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), + [anon_sym_MOZ_COLD] = ACTIONS(1645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_RAII] = ACTIONS(1645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), + [sym_raw_string_literal] = ACTIONS(1647), }, - [189] = { + [175] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -70440,104 +67784,1841 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [190] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [aux_sym_preproc_else_token1] = ACTIONS(1533), - [aux_sym_preproc_elif_token1] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [176] = { + [sym_identifier] = ACTIONS(1649), + [aux_sym_preproc_include_token1] = ACTIONS(1649), + [aux_sym_preproc_def_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), + [aux_sym_preproc_else_token1] = ACTIONS(1649), + [aux_sym_preproc_elif_token1] = ACTIONS(1649), + [sym_preproc_directive] = ACTIONS(1649), + [anon_sym_LPAREN2] = ACTIONS(1651), + [anon_sym_BANG] = ACTIONS(1651), + [anon_sym_TILDE] = ACTIONS(1651), + [anon_sym_DASH] = ACTIONS(1649), + [anon_sym_PLUS] = ACTIONS(1649), + [anon_sym_STAR] = ACTIONS(1651), + [anon_sym_AMP_AMP] = ACTIONS(1651), + [anon_sym_AMP] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_typedef] = ACTIONS(1649), + [anon_sym_extern] = ACTIONS(1649), + [anon_sym___attribute__] = ACTIONS(1649), + [anon_sym_COLON_COLON] = ACTIONS(1651), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), + [anon_sym___declspec] = ACTIONS(1649), + [anon_sym___based] = ACTIONS(1649), + [anon_sym___cdecl] = ACTIONS(1649), + [anon_sym___clrcall] = ACTIONS(1649), + [anon_sym___stdcall] = ACTIONS(1649), + [anon_sym___fastcall] = ACTIONS(1649), + [anon_sym___thiscall] = ACTIONS(1649), + [anon_sym___vectorcall] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(1651), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_static] = ACTIONS(1649), + [anon_sym_register] = ACTIONS(1649), + [anon_sym_inline] = ACTIONS(1649), + [anon_sym_thread_local] = ACTIONS(1649), + [anon_sym_const] = ACTIONS(1649), + [anon_sym_volatile] = ACTIONS(1649), + [anon_sym_restrict] = ACTIONS(1649), + [anon_sym__Atomic] = ACTIONS(1649), + [anon_sym_mutable] = ACTIONS(1649), + [anon_sym_constexpr] = ACTIONS(1649), + [anon_sym_signed] = ACTIONS(1649), + [anon_sym_unsigned] = ACTIONS(1649), + [anon_sym_long] = ACTIONS(1649), + [anon_sym_short] = ACTIONS(1649), + [sym_primitive_type] = ACTIONS(1649), + [anon_sym_enum] = ACTIONS(1649), + [anon_sym_class] = ACTIONS(1649), + [anon_sym_struct] = ACTIONS(1649), + [anon_sym_union] = ACTIONS(1649), + [anon_sym_if] = ACTIONS(1649), + [anon_sym_else] = ACTIONS(1649), + [anon_sym_switch] = ACTIONS(1649), + [anon_sym_case] = ACTIONS(1649), + [anon_sym_default] = ACTIONS(1649), + [anon_sym_while] = ACTIONS(1649), + [anon_sym_do] = ACTIONS(1649), + [anon_sym_for] = ACTIONS(1649), + [anon_sym_return] = ACTIONS(1649), + [anon_sym_break] = ACTIONS(1649), + [anon_sym_continue] = ACTIONS(1649), + [anon_sym_goto] = ACTIONS(1649), + [anon_sym_DASH_DASH] = ACTIONS(1651), + [anon_sym_PLUS_PLUS] = ACTIONS(1651), + [anon_sym_sizeof] = ACTIONS(1649), + [sym_number_literal] = ACTIONS(1651), + [anon_sym_L_SQUOTE] = ACTIONS(1651), + [anon_sym_u_SQUOTE] = ACTIONS(1651), + [anon_sym_U_SQUOTE] = ACTIONS(1651), + [anon_sym_u8_SQUOTE] = ACTIONS(1651), + [anon_sym_SQUOTE] = ACTIONS(1651), + [anon_sym_L_DQUOTE] = ACTIONS(1651), + [anon_sym_u_DQUOTE] = ACTIONS(1651), + [anon_sym_U_DQUOTE] = ACTIONS(1651), + [anon_sym_u8_DQUOTE] = ACTIONS(1651), + [anon_sym_DQUOTE] = ACTIONS(1651), + [sym_true] = ACTIONS(1649), + [sym_false] = ACTIONS(1649), + [sym_null] = ACTIONS(1649), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_decltype] = ACTIONS(1649), + [anon_sym_virtual] = ACTIONS(1649), + [anon_sym_explicit] = ACTIONS(1649), + [sym_auto] = ACTIONS(1649), + [anon_sym_typename] = ACTIONS(1649), + [anon_sym_template] = ACTIONS(1649), + [anon_sym_operator] = ACTIONS(1649), + [anon_sym_delete] = ACTIONS(1649), + [anon_sym_throw] = ACTIONS(1649), + [anon_sym_namespace] = ACTIONS(1649), + [anon_sym_using] = ACTIONS(1649), + [anon_sym_static_assert] = ACTIONS(1649), + [anon_sym_co_return] = ACTIONS(1649), + [anon_sym_co_yield] = ACTIONS(1649), + [anon_sym_try] = ACTIONS(1649), + [anon_sym_co_await] = ACTIONS(1649), + [anon_sym_new] = ACTIONS(1649), + [sym_this] = ACTIONS(1649), + [sym_nullptr] = ACTIONS(1649), + [sym_alone_macro] = ACTIONS(1651), + [aux_sym_alone_macro_call_token1] = ACTIONS(1649), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_FORWARD] = ACTIONS(1649), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_PS_GET] = ACTIONS(1649), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), + [anon_sym_MOZ_COLD] = ACTIONS(1649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_RAII] = ACTIONS(1649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), + [sym_raw_string_literal] = ACTIONS(1651), + }, + [177] = { + [sym_identifier] = ACTIONS(1653), + [aux_sym_preproc_include_token1] = ACTIONS(1653), + [aux_sym_preproc_def_token1] = ACTIONS(1653), + [aux_sym_preproc_if_token1] = ACTIONS(1653), + [aux_sym_preproc_if_token2] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [aux_sym_preproc_else_token1] = ACTIONS(1653), + [aux_sym_preproc_elif_token1] = ACTIONS(1653), + [sym_preproc_directive] = ACTIONS(1653), + [anon_sym_LPAREN2] = ACTIONS(1655), + [anon_sym_BANG] = ACTIONS(1655), + [anon_sym_TILDE] = ACTIONS(1655), + [anon_sym_DASH] = ACTIONS(1653), + [anon_sym_PLUS] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(1655), + [anon_sym_AMP_AMP] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1653), + [anon_sym_SEMI] = ACTIONS(1655), + [anon_sym_typedef] = ACTIONS(1653), + [anon_sym_extern] = ACTIONS(1653), + [anon_sym___attribute__] = ACTIONS(1653), + [anon_sym_COLON_COLON] = ACTIONS(1655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), + [anon_sym___declspec] = ACTIONS(1653), + [anon_sym___based] = ACTIONS(1653), + [anon_sym___cdecl] = ACTIONS(1653), + [anon_sym___clrcall] = ACTIONS(1653), + [anon_sym___stdcall] = ACTIONS(1653), + [anon_sym___fastcall] = ACTIONS(1653), + [anon_sym___thiscall] = ACTIONS(1653), + [anon_sym___vectorcall] = ACTIONS(1653), + [anon_sym_LBRACE] = ACTIONS(1655), + [anon_sym_LBRACK] = ACTIONS(1653), + [anon_sym_static] = ACTIONS(1653), + [anon_sym_register] = ACTIONS(1653), + [anon_sym_inline] = ACTIONS(1653), + [anon_sym_thread_local] = ACTIONS(1653), + [anon_sym_const] = ACTIONS(1653), + [anon_sym_volatile] = ACTIONS(1653), + [anon_sym_restrict] = ACTIONS(1653), + [anon_sym__Atomic] = ACTIONS(1653), + [anon_sym_mutable] = ACTIONS(1653), + [anon_sym_constexpr] = ACTIONS(1653), + [anon_sym_signed] = ACTIONS(1653), + [anon_sym_unsigned] = ACTIONS(1653), + [anon_sym_long] = ACTIONS(1653), + [anon_sym_short] = ACTIONS(1653), + [sym_primitive_type] = ACTIONS(1653), + [anon_sym_enum] = ACTIONS(1653), + [anon_sym_class] = ACTIONS(1653), + [anon_sym_struct] = ACTIONS(1653), + [anon_sym_union] = ACTIONS(1653), + [anon_sym_if] = ACTIONS(1653), + [anon_sym_else] = ACTIONS(1657), + [anon_sym_switch] = ACTIONS(1653), + [anon_sym_case] = ACTIONS(1653), + [anon_sym_default] = ACTIONS(1653), + [anon_sym_while] = ACTIONS(1653), + [anon_sym_do] = ACTIONS(1653), + [anon_sym_for] = ACTIONS(1653), + [anon_sym_return] = ACTIONS(1653), + [anon_sym_break] = ACTIONS(1653), + [anon_sym_continue] = ACTIONS(1653), + [anon_sym_goto] = ACTIONS(1653), + [anon_sym_DASH_DASH] = ACTIONS(1655), + [anon_sym_PLUS_PLUS] = ACTIONS(1655), + [anon_sym_sizeof] = ACTIONS(1653), + [sym_number_literal] = ACTIONS(1655), + [anon_sym_L_SQUOTE] = ACTIONS(1655), + [anon_sym_u_SQUOTE] = ACTIONS(1655), + [anon_sym_U_SQUOTE] = ACTIONS(1655), + [anon_sym_u8_SQUOTE] = ACTIONS(1655), + [anon_sym_SQUOTE] = ACTIONS(1655), + [anon_sym_L_DQUOTE] = ACTIONS(1655), + [anon_sym_u_DQUOTE] = ACTIONS(1655), + [anon_sym_U_DQUOTE] = ACTIONS(1655), + [anon_sym_u8_DQUOTE] = ACTIONS(1655), + [anon_sym_DQUOTE] = ACTIONS(1655), + [sym_true] = ACTIONS(1653), + [sym_false] = ACTIONS(1653), + [sym_null] = ACTIONS(1653), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1653), + [anon_sym_virtual] = ACTIONS(1653), + [anon_sym_explicit] = ACTIONS(1653), + [sym_auto] = ACTIONS(1653), + [anon_sym_typename] = ACTIONS(1653), + [anon_sym_template] = ACTIONS(1653), + [anon_sym_operator] = ACTIONS(1653), + [anon_sym_delete] = ACTIONS(1653), + [anon_sym_throw] = ACTIONS(1653), + [anon_sym_namespace] = ACTIONS(1653), + [anon_sym_using] = ACTIONS(1653), + [anon_sym_static_assert] = ACTIONS(1653), + [anon_sym_co_return] = ACTIONS(1653), + [anon_sym_co_yield] = ACTIONS(1653), + [anon_sym_try] = ACTIONS(1653), + [anon_sym_co_await] = ACTIONS(1653), + [anon_sym_new] = ACTIONS(1653), + [sym_this] = ACTIONS(1653), + [sym_nullptr] = ACTIONS(1653), + [sym_alone_macro] = ACTIONS(1655), + [aux_sym_alone_macro_call_token1] = ACTIONS(1653), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_FORWARD] = ACTIONS(1653), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_PS_GET] = ACTIONS(1653), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), + [anon_sym_MOZ_COLD] = ACTIONS(1653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_RAII] = ACTIONS(1653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), + [sym_raw_string_literal] = ACTIONS(1655), + }, + [178] = { + [sym_identifier] = ACTIONS(1659), + [aux_sym_preproc_include_token1] = ACTIONS(1659), + [aux_sym_preproc_def_token1] = ACTIONS(1659), + [aux_sym_preproc_if_token1] = ACTIONS(1659), + [aux_sym_preproc_if_token2] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1659), + [aux_sym_preproc_else_token1] = ACTIONS(1659), + [aux_sym_preproc_elif_token1] = ACTIONS(1659), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1661), + [anon_sym_DASH] = ACTIONS(1659), + [anon_sym_PLUS] = ACTIONS(1659), + [anon_sym_STAR] = ACTIONS(1661), + [anon_sym_AMP_AMP] = ACTIONS(1661), + [anon_sym_AMP] = ACTIONS(1659), + [anon_sym_SEMI] = ACTIONS(1661), + [anon_sym_typedef] = ACTIONS(1659), + [anon_sym_extern] = ACTIONS(1659), + [anon_sym___attribute__] = ACTIONS(1659), + [anon_sym_COLON_COLON] = ACTIONS(1661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1661), + [anon_sym___declspec] = ACTIONS(1659), + [anon_sym___based] = ACTIONS(1659), + [anon_sym___cdecl] = ACTIONS(1659), + [anon_sym___clrcall] = ACTIONS(1659), + [anon_sym___stdcall] = ACTIONS(1659), + [anon_sym___fastcall] = ACTIONS(1659), + [anon_sym___thiscall] = ACTIONS(1659), + [anon_sym___vectorcall] = ACTIONS(1659), + [anon_sym_LBRACE] = ACTIONS(1661), + [anon_sym_LBRACK] = ACTIONS(1659), + [anon_sym_static] = ACTIONS(1659), + [anon_sym_register] = ACTIONS(1659), + [anon_sym_inline] = ACTIONS(1659), + [anon_sym_thread_local] = ACTIONS(1659), + [anon_sym_const] = ACTIONS(1659), + [anon_sym_volatile] = ACTIONS(1659), + [anon_sym_restrict] = ACTIONS(1659), + [anon_sym__Atomic] = ACTIONS(1659), + [anon_sym_mutable] = ACTIONS(1659), + [anon_sym_constexpr] = ACTIONS(1659), + [anon_sym_signed] = ACTIONS(1659), + [anon_sym_unsigned] = ACTIONS(1659), + [anon_sym_long] = ACTIONS(1659), + [anon_sym_short] = ACTIONS(1659), + [sym_primitive_type] = ACTIONS(1659), + [anon_sym_enum] = ACTIONS(1659), + [anon_sym_class] = ACTIONS(1659), + [anon_sym_struct] = ACTIONS(1659), + [anon_sym_union] = ACTIONS(1659), + [anon_sym_if] = ACTIONS(1659), + [anon_sym_else] = ACTIONS(1659), + [anon_sym_switch] = ACTIONS(1659), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1659), + [anon_sym_while] = ACTIONS(1659), + [anon_sym_do] = ACTIONS(1659), + [anon_sym_for] = ACTIONS(1659), + [anon_sym_return] = ACTIONS(1659), + [anon_sym_break] = ACTIONS(1659), + [anon_sym_continue] = ACTIONS(1659), + [anon_sym_goto] = ACTIONS(1659), + [anon_sym_DASH_DASH] = ACTIONS(1661), + [anon_sym_PLUS_PLUS] = ACTIONS(1661), + [anon_sym_sizeof] = ACTIONS(1659), + [sym_number_literal] = ACTIONS(1661), + [anon_sym_L_SQUOTE] = ACTIONS(1661), + [anon_sym_u_SQUOTE] = ACTIONS(1661), + [anon_sym_U_SQUOTE] = ACTIONS(1661), + [anon_sym_u8_SQUOTE] = ACTIONS(1661), + [anon_sym_SQUOTE] = ACTIONS(1661), + [anon_sym_L_DQUOTE] = ACTIONS(1661), + [anon_sym_u_DQUOTE] = ACTIONS(1661), + [anon_sym_U_DQUOTE] = ACTIONS(1661), + [anon_sym_u8_DQUOTE] = ACTIONS(1661), + [anon_sym_DQUOTE] = ACTIONS(1661), + [sym_true] = ACTIONS(1659), + [sym_false] = ACTIONS(1659), + [sym_null] = ACTIONS(1659), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1659), + [anon_sym_virtual] = ACTIONS(1659), + [anon_sym_explicit] = ACTIONS(1659), + [sym_auto] = ACTIONS(1659), + [anon_sym_typename] = ACTIONS(1659), + [anon_sym_template] = ACTIONS(1659), + [anon_sym_operator] = ACTIONS(1659), + [anon_sym_delete] = ACTIONS(1659), + [anon_sym_throw] = ACTIONS(1659), + [anon_sym_namespace] = ACTIONS(1659), + [anon_sym_using] = ACTIONS(1659), + [anon_sym_static_assert] = ACTIONS(1659), + [anon_sym_co_return] = ACTIONS(1659), + [anon_sym_co_yield] = ACTIONS(1659), + [anon_sym_try] = ACTIONS(1659), + [anon_sym_co_await] = ACTIONS(1659), + [anon_sym_new] = ACTIONS(1659), + [sym_this] = ACTIONS(1659), + [sym_nullptr] = ACTIONS(1659), + [sym_alone_macro] = ACTIONS(1661), + [aux_sym_alone_macro_call_token1] = ACTIONS(1659), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_FORWARD] = ACTIONS(1659), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1659), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_PS_GET] = ACTIONS(1659), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1659), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1659), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1659), + [anon_sym_MOZ_COLD] = ACTIONS(1659), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1659), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1659), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1659), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1659), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1659), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1659), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1659), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1659), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1659), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1659), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1659), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1659), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_RAII] = ACTIONS(1659), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1659), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1659), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1659), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1659), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1659), + [sym_raw_string_literal] = ACTIONS(1661), + }, + [179] = { + [sym_identifier] = ACTIONS(1663), + [aux_sym_preproc_include_token1] = ACTIONS(1663), + [aux_sym_preproc_def_token1] = ACTIONS(1663), + [aux_sym_preproc_if_token1] = ACTIONS(1663), + [aux_sym_preproc_if_token2] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1663), + [aux_sym_preproc_else_token1] = ACTIONS(1663), + [aux_sym_preproc_elif_token1] = ACTIONS(1663), + [sym_preproc_directive] = ACTIONS(1663), + [anon_sym_LPAREN2] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(1665), + [anon_sym_AMP] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym___attribute__] = ACTIONS(1663), + [anon_sym_COLON_COLON] = ACTIONS(1665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1665), + [anon_sym___declspec] = ACTIONS(1663), + [anon_sym___based] = ACTIONS(1663), + [anon_sym___cdecl] = ACTIONS(1663), + [anon_sym___clrcall] = ACTIONS(1663), + [anon_sym___stdcall] = ACTIONS(1663), + [anon_sym___fastcall] = ACTIONS(1663), + [anon_sym___thiscall] = ACTIONS(1663), + [anon_sym___vectorcall] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1663), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_thread_local] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_mutable] = ACTIONS(1663), + [anon_sym_constexpr] = ACTIONS(1663), + [anon_sym_signed] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_class] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [anon_sym_L_SQUOTE] = ACTIONS(1665), + [anon_sym_u_SQUOTE] = ACTIONS(1665), + [anon_sym_U_SQUOTE] = ACTIONS(1665), + [anon_sym_u8_SQUOTE] = ACTIONS(1665), + [anon_sym_SQUOTE] = ACTIONS(1665), + [anon_sym_L_DQUOTE] = ACTIONS(1665), + [anon_sym_u_DQUOTE] = ACTIONS(1665), + [anon_sym_U_DQUOTE] = ACTIONS(1665), + [anon_sym_u8_DQUOTE] = ACTIONS(1665), + [anon_sym_DQUOTE] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1663), + [anon_sym_virtual] = ACTIONS(1663), + [anon_sym_explicit] = ACTIONS(1663), + [sym_auto] = ACTIONS(1663), + [anon_sym_typename] = ACTIONS(1663), + [anon_sym_template] = ACTIONS(1663), + [anon_sym_operator] = ACTIONS(1663), + [anon_sym_delete] = ACTIONS(1663), + [anon_sym_throw] = ACTIONS(1663), + [anon_sym_namespace] = ACTIONS(1663), + [anon_sym_using] = ACTIONS(1663), + [anon_sym_static_assert] = ACTIONS(1663), + [anon_sym_co_return] = ACTIONS(1663), + [anon_sym_co_yield] = ACTIONS(1663), + [anon_sym_try] = ACTIONS(1663), + [anon_sym_co_await] = ACTIONS(1663), + [anon_sym_new] = ACTIONS(1663), + [sym_this] = ACTIONS(1663), + [sym_nullptr] = ACTIONS(1663), + [sym_alone_macro] = ACTIONS(1665), + [aux_sym_alone_macro_call_token1] = ACTIONS(1663), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_FORWARD] = ACTIONS(1663), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1663), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_PS_GET] = ACTIONS(1663), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1663), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1663), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1663), + [anon_sym_MOZ_COLD] = ACTIONS(1663), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1663), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1663), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1663), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1663), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1663), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1663), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1663), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1663), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1663), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1663), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1663), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1663), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_RAII] = ACTIONS(1663), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1663), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1663), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1663), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1663), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1663), + [sym_raw_string_literal] = ACTIONS(1665), + }, + [180] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [aux_sym_preproc_else_token1] = ACTIONS(1667), + [aux_sym_preproc_elif_token1] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [181] = { + [sym_identifier] = ACTIONS(1671), + [aux_sym_preproc_include_token1] = ACTIONS(1671), + [aux_sym_preproc_def_token1] = ACTIONS(1671), + [aux_sym_preproc_if_token1] = ACTIONS(1671), + [aux_sym_preproc_if_token2] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1671), + [aux_sym_preproc_else_token1] = ACTIONS(1671), + [aux_sym_preproc_elif_token1] = ACTIONS(1671), + [sym_preproc_directive] = ACTIONS(1671), + [anon_sym_LPAREN2] = ACTIONS(1673), + [anon_sym_BANG] = ACTIONS(1673), + [anon_sym_TILDE] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1673), + [anon_sym_AMP_AMP] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1671), + [anon_sym_SEMI] = ACTIONS(1673), + [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_extern] = ACTIONS(1671), + [anon_sym___attribute__] = ACTIONS(1671), + [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1673), + [anon_sym___declspec] = ACTIONS(1671), + [anon_sym___based] = ACTIONS(1671), + [anon_sym___cdecl] = ACTIONS(1671), + [anon_sym___clrcall] = ACTIONS(1671), + [anon_sym___stdcall] = ACTIONS(1671), + [anon_sym___fastcall] = ACTIONS(1671), + [anon_sym___thiscall] = ACTIONS(1671), + [anon_sym___vectorcall] = ACTIONS(1671), + [anon_sym_LBRACE] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1671), + [anon_sym_register] = ACTIONS(1671), + [anon_sym_inline] = ACTIONS(1671), + [anon_sym_thread_local] = ACTIONS(1671), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_volatile] = ACTIONS(1671), + [anon_sym_restrict] = ACTIONS(1671), + [anon_sym__Atomic] = ACTIONS(1671), + [anon_sym_mutable] = ACTIONS(1671), + [anon_sym_constexpr] = ACTIONS(1671), + [anon_sym_signed] = ACTIONS(1671), + [anon_sym_unsigned] = ACTIONS(1671), + [anon_sym_long] = ACTIONS(1671), + [anon_sym_short] = ACTIONS(1671), + [sym_primitive_type] = ACTIONS(1671), + [anon_sym_enum] = ACTIONS(1671), + [anon_sym_class] = ACTIONS(1671), + [anon_sym_struct] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_if] = ACTIONS(1671), + [anon_sym_else] = ACTIONS(1671), + [anon_sym_switch] = ACTIONS(1671), + [anon_sym_case] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_while] = ACTIONS(1671), + [anon_sym_do] = ACTIONS(1671), + [anon_sym_for] = ACTIONS(1671), + [anon_sym_return] = ACTIONS(1671), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1671), + [anon_sym_goto] = ACTIONS(1671), + [anon_sym_DASH_DASH] = ACTIONS(1673), + [anon_sym_PLUS_PLUS] = ACTIONS(1673), + [anon_sym_sizeof] = ACTIONS(1671), + [sym_number_literal] = ACTIONS(1673), + [anon_sym_L_SQUOTE] = ACTIONS(1673), + [anon_sym_u_SQUOTE] = ACTIONS(1673), + [anon_sym_U_SQUOTE] = ACTIONS(1673), + [anon_sym_u8_SQUOTE] = ACTIONS(1673), + [anon_sym_SQUOTE] = ACTIONS(1673), + [anon_sym_L_DQUOTE] = ACTIONS(1673), + [anon_sym_u_DQUOTE] = ACTIONS(1673), + [anon_sym_U_DQUOTE] = ACTIONS(1673), + [anon_sym_u8_DQUOTE] = ACTIONS(1673), + [anon_sym_DQUOTE] = ACTIONS(1673), + [sym_true] = ACTIONS(1671), + [sym_false] = ACTIONS(1671), + [sym_null] = ACTIONS(1671), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1671), + [anon_sym_virtual] = ACTIONS(1671), + [anon_sym_explicit] = ACTIONS(1671), + [sym_auto] = ACTIONS(1671), + [anon_sym_typename] = ACTIONS(1671), + [anon_sym_template] = ACTIONS(1671), + [anon_sym_operator] = ACTIONS(1671), + [anon_sym_delete] = ACTIONS(1671), + [anon_sym_throw] = ACTIONS(1671), + [anon_sym_namespace] = ACTIONS(1671), + [anon_sym_using] = ACTIONS(1671), + [anon_sym_static_assert] = ACTIONS(1671), + [anon_sym_co_return] = ACTIONS(1671), + [anon_sym_co_yield] = ACTIONS(1671), + [anon_sym_try] = ACTIONS(1671), + [anon_sym_co_await] = ACTIONS(1671), + [anon_sym_new] = ACTIONS(1671), + [sym_this] = ACTIONS(1671), + [sym_nullptr] = ACTIONS(1671), + [sym_alone_macro] = ACTIONS(1673), + [aux_sym_alone_macro_call_token1] = ACTIONS(1671), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_FORWARD] = ACTIONS(1671), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1671), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_PS_GET] = ACTIONS(1671), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1671), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1671), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1671), + [anon_sym_MOZ_COLD] = ACTIONS(1671), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1671), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1671), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1671), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1671), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1671), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1671), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1671), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1671), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1671), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1671), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1671), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1671), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_RAII] = ACTIONS(1671), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1671), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1671), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1671), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1671), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1671), + [sym_raw_string_literal] = ACTIONS(1673), + }, + [182] = { + [sym_identifier] = ACTIONS(1675), + [aux_sym_preproc_include_token1] = ACTIONS(1675), + [aux_sym_preproc_def_token1] = ACTIONS(1675), + [aux_sym_preproc_if_token1] = ACTIONS(1675), + [aux_sym_preproc_if_token2] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), + [aux_sym_preproc_else_token1] = ACTIONS(1675), + [aux_sym_preproc_elif_token1] = ACTIONS(1675), + [sym_preproc_directive] = ACTIONS(1675), + [anon_sym_LPAREN2] = ACTIONS(1677), + [anon_sym_BANG] = ACTIONS(1677), + [anon_sym_TILDE] = ACTIONS(1677), + [anon_sym_DASH] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1677), + [anon_sym_AMP_AMP] = ACTIONS(1677), + [anon_sym_AMP] = ACTIONS(1675), + [anon_sym_SEMI] = ACTIONS(1677), + [anon_sym_typedef] = ACTIONS(1675), + [anon_sym_extern] = ACTIONS(1675), + [anon_sym___attribute__] = ACTIONS(1675), + [anon_sym_COLON_COLON] = ACTIONS(1677), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), + [anon_sym___declspec] = ACTIONS(1675), + [anon_sym___based] = ACTIONS(1675), + [anon_sym___cdecl] = ACTIONS(1675), + [anon_sym___clrcall] = ACTIONS(1675), + [anon_sym___stdcall] = ACTIONS(1675), + [anon_sym___fastcall] = ACTIONS(1675), + [anon_sym___thiscall] = ACTIONS(1675), + [anon_sym___vectorcall] = ACTIONS(1675), + [anon_sym_LBRACE] = ACTIONS(1677), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1675), + [anon_sym_register] = ACTIONS(1675), + [anon_sym_inline] = ACTIONS(1675), + [anon_sym_thread_local] = ACTIONS(1675), + [anon_sym_const] = ACTIONS(1675), + [anon_sym_volatile] = ACTIONS(1675), + [anon_sym_restrict] = ACTIONS(1675), + [anon_sym__Atomic] = ACTIONS(1675), + [anon_sym_mutable] = ACTIONS(1675), + [anon_sym_constexpr] = ACTIONS(1675), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1675), + [anon_sym_enum] = ACTIONS(1675), + [anon_sym_class] = ACTIONS(1675), + [anon_sym_struct] = ACTIONS(1675), + [anon_sym_union] = ACTIONS(1675), + [anon_sym_if] = ACTIONS(1675), + [anon_sym_else] = ACTIONS(1675), + [anon_sym_switch] = ACTIONS(1675), + [anon_sym_case] = ACTIONS(1675), + [anon_sym_default] = ACTIONS(1675), + [anon_sym_while] = ACTIONS(1675), + [anon_sym_do] = ACTIONS(1675), + [anon_sym_for] = ACTIONS(1675), + [anon_sym_return] = ACTIONS(1675), + [anon_sym_break] = ACTIONS(1675), + [anon_sym_continue] = ACTIONS(1675), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_DASH_DASH] = ACTIONS(1677), + [anon_sym_PLUS_PLUS] = ACTIONS(1677), + [anon_sym_sizeof] = ACTIONS(1675), + [sym_number_literal] = ACTIONS(1677), + [anon_sym_L_SQUOTE] = ACTIONS(1677), + [anon_sym_u_SQUOTE] = ACTIONS(1677), + [anon_sym_U_SQUOTE] = ACTIONS(1677), + [anon_sym_u8_SQUOTE] = ACTIONS(1677), + [anon_sym_SQUOTE] = ACTIONS(1677), + [anon_sym_L_DQUOTE] = ACTIONS(1677), + [anon_sym_u_DQUOTE] = ACTIONS(1677), + [anon_sym_U_DQUOTE] = ACTIONS(1677), + [anon_sym_u8_DQUOTE] = ACTIONS(1677), + [anon_sym_DQUOTE] = ACTIONS(1677), + [sym_true] = ACTIONS(1675), + [sym_false] = ACTIONS(1675), + [sym_null] = ACTIONS(1675), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1675), + [anon_sym_virtual] = ACTIONS(1675), + [anon_sym_explicit] = ACTIONS(1675), + [sym_auto] = ACTIONS(1675), + [anon_sym_typename] = ACTIONS(1675), + [anon_sym_template] = ACTIONS(1675), + [anon_sym_operator] = ACTIONS(1675), + [anon_sym_delete] = ACTIONS(1675), + [anon_sym_throw] = ACTIONS(1675), + [anon_sym_namespace] = ACTIONS(1675), + [anon_sym_using] = ACTIONS(1675), + [anon_sym_static_assert] = ACTIONS(1675), + [anon_sym_co_return] = ACTIONS(1675), + [anon_sym_co_yield] = ACTIONS(1675), + [anon_sym_try] = ACTIONS(1675), + [anon_sym_co_await] = ACTIONS(1675), + [anon_sym_new] = ACTIONS(1675), + [sym_this] = ACTIONS(1675), + [sym_nullptr] = ACTIONS(1675), + [sym_alone_macro] = ACTIONS(1677), + [aux_sym_alone_macro_call_token1] = ACTIONS(1675), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_FORWARD] = ACTIONS(1675), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_PS_GET] = ACTIONS(1675), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), + [anon_sym_MOZ_COLD] = ACTIONS(1675), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_RAII] = ACTIONS(1675), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), + [sym_raw_string_literal] = ACTIONS(1677), + }, + [183] = { + [sym_identifier] = ACTIONS(1679), + [aux_sym_preproc_include_token1] = ACTIONS(1679), + [aux_sym_preproc_def_token1] = ACTIONS(1679), + [aux_sym_preproc_if_token1] = ACTIONS(1679), + [aux_sym_preproc_if_token2] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), + [aux_sym_preproc_else_token1] = ACTIONS(1679), + [aux_sym_preproc_elif_token1] = ACTIONS(1679), + [sym_preproc_directive] = ACTIONS(1679), + [anon_sym_LPAREN2] = ACTIONS(1681), + [anon_sym_BANG] = ACTIONS(1681), + [anon_sym_TILDE] = ACTIONS(1681), + [anon_sym_DASH] = ACTIONS(1679), + [anon_sym_PLUS] = ACTIONS(1679), + [anon_sym_STAR] = ACTIONS(1681), + [anon_sym_AMP_AMP] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1679), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_typedef] = ACTIONS(1679), + [anon_sym_extern] = ACTIONS(1679), + [anon_sym___attribute__] = ACTIONS(1679), + [anon_sym_COLON_COLON] = ACTIONS(1681), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), + [anon_sym___declspec] = ACTIONS(1679), + [anon_sym___based] = ACTIONS(1679), + [anon_sym___cdecl] = ACTIONS(1679), + [anon_sym___clrcall] = ACTIONS(1679), + [anon_sym___stdcall] = ACTIONS(1679), + [anon_sym___fastcall] = ACTIONS(1679), + [anon_sym___thiscall] = ACTIONS(1679), + [anon_sym___vectorcall] = ACTIONS(1679), + [anon_sym_LBRACE] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1679), + [anon_sym_static] = ACTIONS(1679), + [anon_sym_register] = ACTIONS(1679), + [anon_sym_inline] = ACTIONS(1679), + [anon_sym_thread_local] = ACTIONS(1679), + [anon_sym_const] = ACTIONS(1679), + [anon_sym_volatile] = ACTIONS(1679), + [anon_sym_restrict] = ACTIONS(1679), + [anon_sym__Atomic] = ACTIONS(1679), + [anon_sym_mutable] = ACTIONS(1679), + [anon_sym_constexpr] = ACTIONS(1679), + [anon_sym_signed] = ACTIONS(1679), + [anon_sym_unsigned] = ACTIONS(1679), + [anon_sym_long] = ACTIONS(1679), + [anon_sym_short] = ACTIONS(1679), + [sym_primitive_type] = ACTIONS(1679), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1679), + [anon_sym_struct] = ACTIONS(1679), + [anon_sym_union] = ACTIONS(1679), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_else] = ACTIONS(1679), + [anon_sym_switch] = ACTIONS(1679), + [anon_sym_case] = ACTIONS(1679), + [anon_sym_default] = ACTIONS(1679), + [anon_sym_while] = ACTIONS(1679), + [anon_sym_do] = ACTIONS(1679), + [anon_sym_for] = ACTIONS(1679), + [anon_sym_return] = ACTIONS(1679), + [anon_sym_break] = ACTIONS(1679), + [anon_sym_continue] = ACTIONS(1679), + [anon_sym_goto] = ACTIONS(1679), + [anon_sym_DASH_DASH] = ACTIONS(1681), + [anon_sym_PLUS_PLUS] = ACTIONS(1681), + [anon_sym_sizeof] = ACTIONS(1679), + [sym_number_literal] = ACTIONS(1681), + [anon_sym_L_SQUOTE] = ACTIONS(1681), + [anon_sym_u_SQUOTE] = ACTIONS(1681), + [anon_sym_U_SQUOTE] = ACTIONS(1681), + [anon_sym_u8_SQUOTE] = ACTIONS(1681), + [anon_sym_SQUOTE] = ACTIONS(1681), + [anon_sym_L_DQUOTE] = ACTIONS(1681), + [anon_sym_u_DQUOTE] = ACTIONS(1681), + [anon_sym_U_DQUOTE] = ACTIONS(1681), + [anon_sym_u8_DQUOTE] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym_true] = ACTIONS(1679), + [sym_false] = ACTIONS(1679), + [sym_null] = ACTIONS(1679), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1679), + [anon_sym_virtual] = ACTIONS(1679), + [anon_sym_explicit] = ACTIONS(1679), + [sym_auto] = ACTIONS(1679), + [anon_sym_typename] = ACTIONS(1679), + [anon_sym_template] = ACTIONS(1679), + [anon_sym_operator] = ACTIONS(1679), + [anon_sym_delete] = ACTIONS(1679), + [anon_sym_throw] = ACTIONS(1679), + [anon_sym_namespace] = ACTIONS(1679), + [anon_sym_using] = ACTIONS(1679), + [anon_sym_static_assert] = ACTIONS(1679), + [anon_sym_co_return] = ACTIONS(1679), + [anon_sym_co_yield] = ACTIONS(1679), + [anon_sym_try] = ACTIONS(1679), + [anon_sym_co_await] = ACTIONS(1679), + [anon_sym_new] = ACTIONS(1679), + [sym_this] = ACTIONS(1679), + [sym_nullptr] = ACTIONS(1679), + [sym_alone_macro] = ACTIONS(1681), + [aux_sym_alone_macro_call_token1] = ACTIONS(1679), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_FORWARD] = ACTIONS(1679), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_PS_GET] = ACTIONS(1679), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), + [anon_sym_MOZ_COLD] = ACTIONS(1679), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_RAII] = ACTIONS(1679), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), + [sym_raw_string_literal] = ACTIONS(1681), + }, + [184] = { + [sym_identifier] = ACTIONS(1683), + [aux_sym_preproc_include_token1] = ACTIONS(1683), + [aux_sym_preproc_def_token1] = ACTIONS(1683), + [aux_sym_preproc_if_token1] = ACTIONS(1683), + [aux_sym_preproc_if_token2] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), + [aux_sym_preproc_else_token1] = ACTIONS(1683), + [aux_sym_preproc_elif_token1] = ACTIONS(1683), + [sym_preproc_directive] = ACTIONS(1683), + [anon_sym_LPAREN2] = ACTIONS(1685), + [anon_sym_BANG] = ACTIONS(1685), + [anon_sym_TILDE] = ACTIONS(1685), + [anon_sym_DASH] = ACTIONS(1683), + [anon_sym_PLUS] = ACTIONS(1683), + [anon_sym_STAR] = ACTIONS(1685), + [anon_sym_AMP_AMP] = ACTIONS(1685), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_SEMI] = ACTIONS(1685), + [anon_sym_typedef] = ACTIONS(1683), + [anon_sym_extern] = ACTIONS(1683), + [anon_sym___attribute__] = ACTIONS(1683), + [anon_sym_COLON_COLON] = ACTIONS(1685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), + [anon_sym___declspec] = ACTIONS(1683), + [anon_sym___based] = ACTIONS(1683), + [anon_sym___cdecl] = ACTIONS(1683), + [anon_sym___clrcall] = ACTIONS(1683), + [anon_sym___stdcall] = ACTIONS(1683), + [anon_sym___fastcall] = ACTIONS(1683), + [anon_sym___thiscall] = ACTIONS(1683), + [anon_sym___vectorcall] = ACTIONS(1683), + [anon_sym_LBRACE] = ACTIONS(1685), + [anon_sym_LBRACK] = ACTIONS(1683), + [anon_sym_static] = ACTIONS(1683), + [anon_sym_register] = ACTIONS(1683), + [anon_sym_inline] = ACTIONS(1683), + [anon_sym_thread_local] = ACTIONS(1683), + [anon_sym_const] = ACTIONS(1683), + [anon_sym_volatile] = ACTIONS(1683), + [anon_sym_restrict] = ACTIONS(1683), + [anon_sym__Atomic] = ACTIONS(1683), + [anon_sym_mutable] = ACTIONS(1683), + [anon_sym_constexpr] = ACTIONS(1683), + [anon_sym_signed] = ACTIONS(1683), + [anon_sym_unsigned] = ACTIONS(1683), + [anon_sym_long] = ACTIONS(1683), + [anon_sym_short] = ACTIONS(1683), + [sym_primitive_type] = ACTIONS(1683), + [anon_sym_enum] = ACTIONS(1683), + [anon_sym_class] = ACTIONS(1683), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1683), + [anon_sym_if] = ACTIONS(1683), + [anon_sym_else] = ACTIONS(1683), + [anon_sym_switch] = ACTIONS(1683), + [anon_sym_case] = ACTIONS(1683), + [anon_sym_default] = ACTIONS(1683), + [anon_sym_while] = ACTIONS(1683), + [anon_sym_do] = ACTIONS(1683), + [anon_sym_for] = ACTIONS(1683), + [anon_sym_return] = ACTIONS(1683), + [anon_sym_break] = ACTIONS(1683), + [anon_sym_continue] = ACTIONS(1683), + [anon_sym_goto] = ACTIONS(1683), + [anon_sym_DASH_DASH] = ACTIONS(1685), + [anon_sym_PLUS_PLUS] = ACTIONS(1685), + [anon_sym_sizeof] = ACTIONS(1683), + [sym_number_literal] = ACTIONS(1685), + [anon_sym_L_SQUOTE] = ACTIONS(1685), + [anon_sym_u_SQUOTE] = ACTIONS(1685), + [anon_sym_U_SQUOTE] = ACTIONS(1685), + [anon_sym_u8_SQUOTE] = ACTIONS(1685), + [anon_sym_SQUOTE] = ACTIONS(1685), + [anon_sym_L_DQUOTE] = ACTIONS(1685), + [anon_sym_u_DQUOTE] = ACTIONS(1685), + [anon_sym_U_DQUOTE] = ACTIONS(1685), + [anon_sym_u8_DQUOTE] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(1685), + [sym_true] = ACTIONS(1683), + [sym_false] = ACTIONS(1683), + [sym_null] = ACTIONS(1683), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1683), + [anon_sym_virtual] = ACTIONS(1683), + [anon_sym_explicit] = ACTIONS(1683), + [sym_auto] = ACTIONS(1683), + [anon_sym_typename] = ACTIONS(1683), + [anon_sym_template] = ACTIONS(1683), + [anon_sym_operator] = ACTIONS(1683), + [anon_sym_delete] = ACTIONS(1683), + [anon_sym_throw] = ACTIONS(1683), + [anon_sym_namespace] = ACTIONS(1683), + [anon_sym_using] = ACTIONS(1683), + [anon_sym_static_assert] = ACTIONS(1683), + [anon_sym_co_return] = ACTIONS(1683), + [anon_sym_co_yield] = ACTIONS(1683), + [anon_sym_try] = ACTIONS(1683), + [anon_sym_co_await] = ACTIONS(1683), + [anon_sym_new] = ACTIONS(1683), + [sym_this] = ACTIONS(1683), + [sym_nullptr] = ACTIONS(1683), + [sym_alone_macro] = ACTIONS(1685), + [aux_sym_alone_macro_call_token1] = ACTIONS(1683), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_FORWARD] = ACTIONS(1683), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_PS_GET] = ACTIONS(1683), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), + [anon_sym_MOZ_COLD] = ACTIONS(1683), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_RAII] = ACTIONS(1683), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), + [sym_raw_string_literal] = ACTIONS(1685), + }, + [185] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), [anon_sym_try] = ACTIONS(1533), [anon_sym_co_await] = ACTIONS(1533), [anon_sym_new] = ACTIONS(1533), @@ -70633,18792 +69714,13648 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [191] = { - [sym_identifier] = ACTIONS(1510), - [aux_sym_preproc_include_token1] = ACTIONS(1510), - [aux_sym_preproc_def_token1] = ACTIONS(1510), - [aux_sym_preproc_if_token1] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), - [sym_preproc_directive] = ACTIONS(1510), - [anon_sym_LPAREN2] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_TILDE] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1512), - [anon_sym_AMP_AMP] = ACTIONS(1512), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym___attribute__] = ACTIONS(1510), - [anon_sym_COLON_COLON] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), - [anon_sym___declspec] = ACTIONS(1510), - [anon_sym___based] = ACTIONS(1510), - [anon_sym___cdecl] = ACTIONS(1510), - [anon_sym___clrcall] = ACTIONS(1510), - [anon_sym___stdcall] = ACTIONS(1510), - [anon_sym___fastcall] = ACTIONS(1510), - [anon_sym___thiscall] = ACTIONS(1510), - [anon_sym___vectorcall] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1512), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_static] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_inline] = ACTIONS(1510), - [anon_sym_thread_local] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_volatile] = ACTIONS(1510), - [anon_sym_restrict] = ACTIONS(1510), - [anon_sym__Atomic] = ACTIONS(1510), - [anon_sym_mutable] = ACTIONS(1510), - [anon_sym_constexpr] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1510), - [anon_sym_unsigned] = ACTIONS(1510), - [anon_sym_long] = ACTIONS(1510), - [anon_sym_short] = ACTIONS(1510), - [sym_primitive_type] = ACTIONS(1510), - [anon_sym_enum] = ACTIONS(1510), - [anon_sym_class] = ACTIONS(1510), - [anon_sym_struct] = ACTIONS(1510), - [anon_sym_union] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_switch] = ACTIONS(1510), - [anon_sym_case] = ACTIONS(1510), - [anon_sym_default] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_goto] = ACTIONS(1510), - [anon_sym_DASH_DASH] = ACTIONS(1512), - [anon_sym_PLUS_PLUS] = ACTIONS(1512), - [anon_sym_sizeof] = ACTIONS(1510), - [sym_number_literal] = ACTIONS(1512), - [anon_sym_L_SQUOTE] = ACTIONS(1512), - [anon_sym_u_SQUOTE] = ACTIONS(1512), - [anon_sym_U_SQUOTE] = ACTIONS(1512), - [anon_sym_u8_SQUOTE] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1512), - [anon_sym_L_DQUOTE] = ACTIONS(1512), - [anon_sym_u_DQUOTE] = ACTIONS(1512), - [anon_sym_U_DQUOTE] = ACTIONS(1512), - [anon_sym_u8_DQUOTE] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym_true] = ACTIONS(1510), - [sym_false] = ACTIONS(1510), - [sym_null] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1510), - [anon_sym_virtual] = ACTIONS(1510), - [anon_sym_explicit] = ACTIONS(1510), - [sym_auto] = ACTIONS(1510), - [anon_sym_typename] = ACTIONS(1510), - [anon_sym_template] = ACTIONS(1510), - [anon_sym_operator] = ACTIONS(1510), - [anon_sym_delete] = ACTIONS(1510), - [anon_sym_throw] = ACTIONS(1510), - [anon_sym_namespace] = ACTIONS(1510), - [anon_sym_using] = ACTIONS(1510), - [anon_sym_static_assert] = ACTIONS(1510), - [anon_sym_co_return] = ACTIONS(1510), - [anon_sym_co_yield] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_co_await] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [sym_this] = ACTIONS(1510), - [sym_nullptr] = ACTIONS(1510), - [sym_alone_macro] = ACTIONS(1512), - [aux_sym_alone_macro_call_token1] = ACTIONS(1510), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_FORWARD] = ACTIONS(1510), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1510), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_PS_GET] = ACTIONS(1510), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1510), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1510), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1510), - [anon_sym_MOZ_COLD] = ACTIONS(1510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_RAII] = ACTIONS(1510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1510), - [sym_raw_string_literal] = ACTIONS(1512), + [186] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [aux_sym_preproc_else_token1] = ACTIONS(1667), + [aux_sym_preproc_elif_token1] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), }, - [192] = { - [sym_identifier] = ACTIONS(1699), - [aux_sym_preproc_include_token1] = ACTIONS(1699), - [aux_sym_preproc_def_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token2] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), - [aux_sym_preproc_else_token1] = ACTIONS(1699), - [aux_sym_preproc_elif_token1] = ACTIONS(1699), - [sym_preproc_directive] = ACTIONS(1699), - [anon_sym_LPAREN2] = ACTIONS(1701), - [anon_sym_BANG] = ACTIONS(1701), - [anon_sym_TILDE] = ACTIONS(1701), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_AMP_AMP] = ACTIONS(1701), - [anon_sym_AMP] = ACTIONS(1699), - [anon_sym_SEMI] = ACTIONS(1701), - [anon_sym_typedef] = ACTIONS(1699), - [anon_sym_extern] = ACTIONS(1699), - [anon_sym___attribute__] = ACTIONS(1699), - [anon_sym_COLON_COLON] = ACTIONS(1701), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), - [anon_sym___declspec] = ACTIONS(1699), - [anon_sym___based] = ACTIONS(1699), - [anon_sym___cdecl] = ACTIONS(1699), - [anon_sym___clrcall] = ACTIONS(1699), - [anon_sym___stdcall] = ACTIONS(1699), - [anon_sym___fastcall] = ACTIONS(1699), - [anon_sym___thiscall] = ACTIONS(1699), - [anon_sym___vectorcall] = ACTIONS(1699), - [anon_sym_LBRACE] = ACTIONS(1701), - [anon_sym_LBRACK] = ACTIONS(1699), - [anon_sym_static] = ACTIONS(1699), - [anon_sym_register] = ACTIONS(1699), - [anon_sym_inline] = ACTIONS(1699), - [anon_sym_thread_local] = ACTIONS(1699), - [anon_sym_const] = ACTIONS(1699), - [anon_sym_volatile] = ACTIONS(1699), - [anon_sym_restrict] = ACTIONS(1699), - [anon_sym__Atomic] = ACTIONS(1699), - [anon_sym_mutable] = ACTIONS(1699), - [anon_sym_constexpr] = ACTIONS(1699), - [anon_sym_signed] = ACTIONS(1699), - [anon_sym_unsigned] = ACTIONS(1699), - [anon_sym_long] = ACTIONS(1699), - [anon_sym_short] = ACTIONS(1699), - [sym_primitive_type] = ACTIONS(1699), - [anon_sym_enum] = ACTIONS(1699), - [anon_sym_class] = ACTIONS(1699), - [anon_sym_struct] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_switch] = ACTIONS(1699), - [anon_sym_case] = ACTIONS(1699), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1699), - [anon_sym_continue] = ACTIONS(1699), - [anon_sym_goto] = ACTIONS(1699), - [anon_sym_DASH_DASH] = ACTIONS(1701), - [anon_sym_PLUS_PLUS] = ACTIONS(1701), - [anon_sym_sizeof] = ACTIONS(1699), - [sym_number_literal] = ACTIONS(1701), - [anon_sym_L_SQUOTE] = ACTIONS(1701), - [anon_sym_u_SQUOTE] = ACTIONS(1701), - [anon_sym_U_SQUOTE] = ACTIONS(1701), - [anon_sym_u8_SQUOTE] = ACTIONS(1701), - [anon_sym_SQUOTE] = ACTIONS(1701), - [anon_sym_L_DQUOTE] = ACTIONS(1701), - [anon_sym_u_DQUOTE] = ACTIONS(1701), - [anon_sym_U_DQUOTE] = ACTIONS(1701), - [anon_sym_u8_DQUOTE] = ACTIONS(1701), - [anon_sym_DQUOTE] = ACTIONS(1701), - [sym_true] = ACTIONS(1699), - [sym_false] = ACTIONS(1699), - [sym_null] = ACTIONS(1699), + [187] = { + [sym_identifier] = ACTIONS(1687), + [aux_sym_preproc_include_token1] = ACTIONS(1687), + [aux_sym_preproc_def_token1] = ACTIONS(1687), + [aux_sym_preproc_if_token1] = ACTIONS(1687), + [aux_sym_preproc_if_token2] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), + [aux_sym_preproc_else_token1] = ACTIONS(1687), + [aux_sym_preproc_elif_token1] = ACTIONS(1687), + [sym_preproc_directive] = ACTIONS(1687), + [anon_sym_LPAREN2] = ACTIONS(1689), + [anon_sym_BANG] = ACTIONS(1689), + [anon_sym_TILDE] = ACTIONS(1689), + [anon_sym_DASH] = ACTIONS(1687), + [anon_sym_PLUS] = ACTIONS(1687), + [anon_sym_STAR] = ACTIONS(1689), + [anon_sym_AMP_AMP] = ACTIONS(1689), + [anon_sym_AMP] = ACTIONS(1687), + [anon_sym_SEMI] = ACTIONS(1689), + [anon_sym_typedef] = ACTIONS(1687), + [anon_sym_extern] = ACTIONS(1687), + [anon_sym___attribute__] = ACTIONS(1687), + [anon_sym_COLON_COLON] = ACTIONS(1689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), + [anon_sym___declspec] = ACTIONS(1687), + [anon_sym___based] = ACTIONS(1687), + [anon_sym___cdecl] = ACTIONS(1687), + [anon_sym___clrcall] = ACTIONS(1687), + [anon_sym___stdcall] = ACTIONS(1687), + [anon_sym___fastcall] = ACTIONS(1687), + [anon_sym___thiscall] = ACTIONS(1687), + [anon_sym___vectorcall] = ACTIONS(1687), + [anon_sym_LBRACE] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1687), + [anon_sym_static] = ACTIONS(1687), + [anon_sym_register] = ACTIONS(1687), + [anon_sym_inline] = ACTIONS(1687), + [anon_sym_thread_local] = ACTIONS(1687), + [anon_sym_const] = ACTIONS(1687), + [anon_sym_volatile] = ACTIONS(1687), + [anon_sym_restrict] = ACTIONS(1687), + [anon_sym__Atomic] = ACTIONS(1687), + [anon_sym_mutable] = ACTIONS(1687), + [anon_sym_constexpr] = ACTIONS(1687), + [anon_sym_signed] = ACTIONS(1687), + [anon_sym_unsigned] = ACTIONS(1687), + [anon_sym_long] = ACTIONS(1687), + [anon_sym_short] = ACTIONS(1687), + [sym_primitive_type] = ACTIONS(1687), + [anon_sym_enum] = ACTIONS(1687), + [anon_sym_class] = ACTIONS(1687), + [anon_sym_struct] = ACTIONS(1687), + [anon_sym_union] = ACTIONS(1687), + [anon_sym_if] = ACTIONS(1687), + [anon_sym_else] = ACTIONS(1687), + [anon_sym_switch] = ACTIONS(1687), + [anon_sym_case] = ACTIONS(1687), + [anon_sym_default] = ACTIONS(1687), + [anon_sym_while] = ACTIONS(1687), + [anon_sym_do] = ACTIONS(1687), + [anon_sym_for] = ACTIONS(1687), + [anon_sym_return] = ACTIONS(1687), + [anon_sym_break] = ACTIONS(1687), + [anon_sym_continue] = ACTIONS(1687), + [anon_sym_goto] = ACTIONS(1687), + [anon_sym_DASH_DASH] = ACTIONS(1689), + [anon_sym_PLUS_PLUS] = ACTIONS(1689), + [anon_sym_sizeof] = ACTIONS(1687), + [sym_number_literal] = ACTIONS(1689), + [anon_sym_L_SQUOTE] = ACTIONS(1689), + [anon_sym_u_SQUOTE] = ACTIONS(1689), + [anon_sym_U_SQUOTE] = ACTIONS(1689), + [anon_sym_u8_SQUOTE] = ACTIONS(1689), + [anon_sym_SQUOTE] = ACTIONS(1689), + [anon_sym_L_DQUOTE] = ACTIONS(1689), + [anon_sym_u_DQUOTE] = ACTIONS(1689), + [anon_sym_U_DQUOTE] = ACTIONS(1689), + [anon_sym_u8_DQUOTE] = ACTIONS(1689), + [anon_sym_DQUOTE] = ACTIONS(1689), + [sym_true] = ACTIONS(1687), + [sym_false] = ACTIONS(1687), + [sym_null] = ACTIONS(1687), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1699), - [anon_sym_virtual] = ACTIONS(1699), - [anon_sym_explicit] = ACTIONS(1699), - [sym_auto] = ACTIONS(1699), - [anon_sym_typename] = ACTIONS(1699), - [anon_sym_template] = ACTIONS(1699), - [anon_sym_operator] = ACTIONS(1699), - [anon_sym_delete] = ACTIONS(1699), - [anon_sym_throw] = ACTIONS(1699), - [anon_sym_namespace] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1699), - [anon_sym_static_assert] = ACTIONS(1699), - [anon_sym_co_return] = ACTIONS(1699), - [anon_sym_co_yield] = ACTIONS(1699), - [anon_sym_try] = ACTIONS(1699), - [anon_sym_co_await] = ACTIONS(1699), - [anon_sym_new] = ACTIONS(1699), - [sym_this] = ACTIONS(1699), - [sym_nullptr] = ACTIONS(1699), - [sym_alone_macro] = ACTIONS(1701), - [aux_sym_alone_macro_call_token1] = ACTIONS(1699), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_FORWARD] = ACTIONS(1699), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_PS_GET] = ACTIONS(1699), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), - [anon_sym_MOZ_COLD] = ACTIONS(1699), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_RAII] = ACTIONS(1699), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), - [sym_raw_string_literal] = ACTIONS(1701), - }, - [193] = { - [sym_identifier] = ACTIONS(1506), - [aux_sym_preproc_include_token1] = ACTIONS(1506), - [aux_sym_preproc_def_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), - [sym_preproc_directive] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_BANG] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym___based] = ACTIONS(1506), - [anon_sym___cdecl] = ACTIONS(1506), - [anon_sym___clrcall] = ACTIONS(1506), - [anon_sym___stdcall] = ACTIONS(1506), - [anon_sym___fastcall] = ACTIONS(1506), - [anon_sym___thiscall] = ACTIONS(1506), - [anon_sym___vectorcall] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1508), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_switch] = ACTIONS(1506), - [anon_sym_case] = ACTIONS(1506), - [anon_sym_default] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_goto] = ACTIONS(1506), - [anon_sym_DASH_DASH] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_sizeof] = ACTIONS(1506), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1508), - [anon_sym_u_SQUOTE] = ACTIONS(1508), - [anon_sym_U_SQUOTE] = ACTIONS(1508), - [anon_sym_u8_SQUOTE] = ACTIONS(1508), - [anon_sym_SQUOTE] = ACTIONS(1508), - [anon_sym_L_DQUOTE] = ACTIONS(1508), - [anon_sym_u_DQUOTE] = ACTIONS(1508), - [anon_sym_U_DQUOTE] = ACTIONS(1508), - [anon_sym_u8_DQUOTE] = ACTIONS(1508), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym_true] = ACTIONS(1506), - [sym_false] = ACTIONS(1506), - [sym_null] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [anon_sym_explicit] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_operator] = ACTIONS(1506), - [anon_sym_delete] = ACTIONS(1506), - [anon_sym_throw] = ACTIONS(1506), - [anon_sym_namespace] = ACTIONS(1506), - [anon_sym_using] = ACTIONS(1506), - [anon_sym_static_assert] = ACTIONS(1506), - [anon_sym_co_return] = ACTIONS(1506), - [anon_sym_co_yield] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_co_await] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [sym_this] = ACTIONS(1506), - [sym_nullptr] = ACTIONS(1506), - [sym_alone_macro] = ACTIONS(1508), - [aux_sym_alone_macro_call_token1] = ACTIONS(1506), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_FORWARD] = ACTIONS(1506), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1506), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_PS_GET] = ACTIONS(1506), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1506), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1506), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), - [sym_raw_string_literal] = ACTIONS(1508), - }, - [194] = { - [ts_builtin_sym_end] = ACTIONS(1508), - [sym_identifier] = ACTIONS(1506), - [aux_sym_preproc_include_token1] = ACTIONS(1506), - [aux_sym_preproc_def_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), - [sym_preproc_directive] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_BANG] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym___based] = ACTIONS(1506), - [anon_sym___cdecl] = ACTIONS(1506), - [anon_sym___clrcall] = ACTIONS(1506), - [anon_sym___stdcall] = ACTIONS(1506), - [anon_sym___fastcall] = ACTIONS(1506), - [anon_sym___thiscall] = ACTIONS(1506), - [anon_sym___vectorcall] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_switch] = ACTIONS(1506), - [anon_sym_case] = ACTIONS(1506), - [anon_sym_default] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_goto] = ACTIONS(1506), - [anon_sym_DASH_DASH] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_sizeof] = ACTIONS(1506), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1508), - [anon_sym_u_SQUOTE] = ACTIONS(1508), - [anon_sym_U_SQUOTE] = ACTIONS(1508), - [anon_sym_u8_SQUOTE] = ACTIONS(1508), - [anon_sym_SQUOTE] = ACTIONS(1508), - [anon_sym_L_DQUOTE] = ACTIONS(1508), - [anon_sym_u_DQUOTE] = ACTIONS(1508), - [anon_sym_U_DQUOTE] = ACTIONS(1508), - [anon_sym_u8_DQUOTE] = ACTIONS(1508), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym_true] = ACTIONS(1506), - [sym_false] = ACTIONS(1506), - [sym_null] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [anon_sym_explicit] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_operator] = ACTIONS(1506), - [anon_sym_delete] = ACTIONS(1506), - [anon_sym_throw] = ACTIONS(1506), - [anon_sym_namespace] = ACTIONS(1506), - [anon_sym_using] = ACTIONS(1506), - [anon_sym_static_assert] = ACTIONS(1506), - [anon_sym_co_return] = ACTIONS(1506), - [anon_sym_co_yield] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_co_await] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [sym_this] = ACTIONS(1506), - [sym_nullptr] = ACTIONS(1506), - [sym_alone_macro] = ACTIONS(1508), - [aux_sym_alone_macro_call_token1] = ACTIONS(1506), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_FORWARD] = ACTIONS(1506), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1506), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_PS_GET] = ACTIONS(1506), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1506), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1506), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), - [sym_raw_string_literal] = ACTIONS(1508), - }, - [195] = { - [ts_builtin_sym_end] = ACTIONS(1518), - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_else] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_catch] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), + [anon_sym_decltype] = ACTIONS(1687), + [anon_sym_virtual] = ACTIONS(1687), + [anon_sym_explicit] = ACTIONS(1687), + [sym_auto] = ACTIONS(1687), + [anon_sym_typename] = ACTIONS(1687), + [anon_sym_template] = ACTIONS(1687), + [anon_sym_operator] = ACTIONS(1687), + [anon_sym_delete] = ACTIONS(1687), + [anon_sym_throw] = ACTIONS(1687), + [anon_sym_namespace] = ACTIONS(1687), + [anon_sym_using] = ACTIONS(1687), + [anon_sym_static_assert] = ACTIONS(1687), + [anon_sym_co_return] = ACTIONS(1687), + [anon_sym_co_yield] = ACTIONS(1687), + [anon_sym_try] = ACTIONS(1687), + [anon_sym_co_await] = ACTIONS(1687), + [anon_sym_new] = ACTIONS(1687), + [sym_this] = ACTIONS(1687), + [sym_nullptr] = ACTIONS(1687), + [sym_alone_macro] = ACTIONS(1689), + [aux_sym_alone_macro_call_token1] = ACTIONS(1687), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_FORWARD] = ACTIONS(1687), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_PS_GET] = ACTIONS(1687), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), + [anon_sym_MOZ_COLD] = ACTIONS(1687), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_RAII] = ACTIONS(1687), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), + [sym_raw_string_literal] = ACTIONS(1689), }, - [196] = { - [sym_identifier] = ACTIONS(1703), - [aux_sym_preproc_include_token1] = ACTIONS(1703), - [aux_sym_preproc_def_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token2] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), - [aux_sym_preproc_else_token1] = ACTIONS(1703), - [aux_sym_preproc_elif_token1] = ACTIONS(1703), - [sym_preproc_directive] = ACTIONS(1703), - [anon_sym_LPAREN2] = ACTIONS(1705), - [anon_sym_BANG] = ACTIONS(1705), - [anon_sym_TILDE] = ACTIONS(1705), - [anon_sym_DASH] = ACTIONS(1703), - [anon_sym_PLUS] = ACTIONS(1703), - [anon_sym_STAR] = ACTIONS(1705), - [anon_sym_AMP_AMP] = ACTIONS(1705), - [anon_sym_AMP] = ACTIONS(1703), - [anon_sym_SEMI] = ACTIONS(1705), - [anon_sym_typedef] = ACTIONS(1703), - [anon_sym_extern] = ACTIONS(1703), - [anon_sym___attribute__] = ACTIONS(1703), - [anon_sym_COLON_COLON] = ACTIONS(1705), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), - [anon_sym___declspec] = ACTIONS(1703), - [anon_sym___based] = ACTIONS(1703), - [anon_sym___cdecl] = ACTIONS(1703), - [anon_sym___clrcall] = ACTIONS(1703), - [anon_sym___stdcall] = ACTIONS(1703), - [anon_sym___fastcall] = ACTIONS(1703), - [anon_sym___thiscall] = ACTIONS(1703), - [anon_sym___vectorcall] = ACTIONS(1703), - [anon_sym_LBRACE] = ACTIONS(1705), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_static] = ACTIONS(1703), - [anon_sym_register] = ACTIONS(1703), - [anon_sym_inline] = ACTIONS(1703), - [anon_sym_thread_local] = ACTIONS(1703), - [anon_sym_const] = ACTIONS(1703), - [anon_sym_volatile] = ACTIONS(1703), - [anon_sym_restrict] = ACTIONS(1703), - [anon_sym__Atomic] = ACTIONS(1703), - [anon_sym_mutable] = ACTIONS(1703), - [anon_sym_constexpr] = ACTIONS(1703), - [anon_sym_signed] = ACTIONS(1703), - [anon_sym_unsigned] = ACTIONS(1703), - [anon_sym_long] = ACTIONS(1703), - [anon_sym_short] = ACTIONS(1703), - [sym_primitive_type] = ACTIONS(1703), - [anon_sym_enum] = ACTIONS(1703), - [anon_sym_class] = ACTIONS(1703), - [anon_sym_struct] = ACTIONS(1703), - [anon_sym_union] = ACTIONS(1703), - [anon_sym_if] = ACTIONS(1703), - [anon_sym_switch] = ACTIONS(1703), - [anon_sym_case] = ACTIONS(1703), - [anon_sym_default] = ACTIONS(1703), - [anon_sym_while] = ACTIONS(1703), - [anon_sym_do] = ACTIONS(1703), - [anon_sym_for] = ACTIONS(1703), - [anon_sym_return] = ACTIONS(1703), - [anon_sym_break] = ACTIONS(1703), - [anon_sym_continue] = ACTIONS(1703), - [anon_sym_goto] = ACTIONS(1703), - [anon_sym_DASH_DASH] = ACTIONS(1705), - [anon_sym_PLUS_PLUS] = ACTIONS(1705), - [anon_sym_sizeof] = ACTIONS(1703), - [sym_number_literal] = ACTIONS(1705), - [anon_sym_L_SQUOTE] = ACTIONS(1705), - [anon_sym_u_SQUOTE] = ACTIONS(1705), - [anon_sym_U_SQUOTE] = ACTIONS(1705), - [anon_sym_u8_SQUOTE] = ACTIONS(1705), - [anon_sym_SQUOTE] = ACTIONS(1705), - [anon_sym_L_DQUOTE] = ACTIONS(1705), - [anon_sym_u_DQUOTE] = ACTIONS(1705), - [anon_sym_U_DQUOTE] = ACTIONS(1705), - [anon_sym_u8_DQUOTE] = ACTIONS(1705), - [anon_sym_DQUOTE] = ACTIONS(1705), - [sym_true] = ACTIONS(1703), - [sym_false] = ACTIONS(1703), - [sym_null] = ACTIONS(1703), + [188] = { + [sym_identifier] = ACTIONS(1691), + [aux_sym_preproc_include_token1] = ACTIONS(1691), + [aux_sym_preproc_def_token1] = ACTIONS(1691), + [aux_sym_preproc_if_token1] = ACTIONS(1691), + [aux_sym_preproc_if_token2] = ACTIONS(1691), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1691), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1691), + [aux_sym_preproc_else_token1] = ACTIONS(1691), + [aux_sym_preproc_elif_token1] = ACTIONS(1691), + [sym_preproc_directive] = ACTIONS(1691), + [anon_sym_LPAREN2] = ACTIONS(1693), + [anon_sym_BANG] = ACTIONS(1693), + [anon_sym_TILDE] = ACTIONS(1693), + [anon_sym_DASH] = ACTIONS(1691), + [anon_sym_PLUS] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1693), + [anon_sym_AMP_AMP] = ACTIONS(1693), + [anon_sym_AMP] = ACTIONS(1691), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_typedef] = ACTIONS(1691), + [anon_sym_extern] = ACTIONS(1691), + [anon_sym___attribute__] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), + [anon_sym___declspec] = ACTIONS(1691), + [anon_sym___based] = ACTIONS(1691), + [anon_sym___cdecl] = ACTIONS(1691), + [anon_sym___clrcall] = ACTIONS(1691), + [anon_sym___stdcall] = ACTIONS(1691), + [anon_sym___fastcall] = ACTIONS(1691), + [anon_sym___thiscall] = ACTIONS(1691), + [anon_sym___vectorcall] = ACTIONS(1691), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1691), + [anon_sym_static] = ACTIONS(1691), + [anon_sym_register] = ACTIONS(1691), + [anon_sym_inline] = ACTIONS(1691), + [anon_sym_thread_local] = ACTIONS(1691), + [anon_sym_const] = ACTIONS(1691), + [anon_sym_volatile] = ACTIONS(1691), + [anon_sym_restrict] = ACTIONS(1691), + [anon_sym__Atomic] = ACTIONS(1691), + [anon_sym_mutable] = ACTIONS(1691), + [anon_sym_constexpr] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1691), + [anon_sym_unsigned] = ACTIONS(1691), + [anon_sym_long] = ACTIONS(1691), + [anon_sym_short] = ACTIONS(1691), + [sym_primitive_type] = ACTIONS(1691), + [anon_sym_enum] = ACTIONS(1691), + [anon_sym_class] = ACTIONS(1691), + [anon_sym_struct] = ACTIONS(1691), + [anon_sym_union] = ACTIONS(1691), + [anon_sym_if] = ACTIONS(1691), + [anon_sym_else] = ACTIONS(1691), + [anon_sym_switch] = ACTIONS(1691), + [anon_sym_case] = ACTIONS(1691), + [anon_sym_default] = ACTIONS(1691), + [anon_sym_while] = ACTIONS(1691), + [anon_sym_do] = ACTIONS(1691), + [anon_sym_for] = ACTIONS(1691), + [anon_sym_return] = ACTIONS(1691), + [anon_sym_break] = ACTIONS(1691), + [anon_sym_continue] = ACTIONS(1691), + [anon_sym_goto] = ACTIONS(1691), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_PLUS_PLUS] = ACTIONS(1693), + [anon_sym_sizeof] = ACTIONS(1691), + [sym_number_literal] = ACTIONS(1693), + [anon_sym_L_SQUOTE] = ACTIONS(1693), + [anon_sym_u_SQUOTE] = ACTIONS(1693), + [anon_sym_U_SQUOTE] = ACTIONS(1693), + [anon_sym_u8_SQUOTE] = ACTIONS(1693), + [anon_sym_SQUOTE] = ACTIONS(1693), + [anon_sym_L_DQUOTE] = ACTIONS(1693), + [anon_sym_u_DQUOTE] = ACTIONS(1693), + [anon_sym_U_DQUOTE] = ACTIONS(1693), + [anon_sym_u8_DQUOTE] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym_true] = ACTIONS(1691), + [sym_false] = ACTIONS(1691), + [sym_null] = ACTIONS(1691), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1703), - [anon_sym_virtual] = ACTIONS(1703), - [anon_sym_explicit] = ACTIONS(1703), - [sym_auto] = ACTIONS(1703), - [anon_sym_typename] = ACTIONS(1703), - [anon_sym_template] = ACTIONS(1703), - [anon_sym_operator] = ACTIONS(1703), - [anon_sym_delete] = ACTIONS(1703), - [anon_sym_throw] = ACTIONS(1703), - [anon_sym_namespace] = ACTIONS(1703), - [anon_sym_using] = ACTIONS(1703), - [anon_sym_static_assert] = ACTIONS(1703), - [anon_sym_co_return] = ACTIONS(1703), - [anon_sym_co_yield] = ACTIONS(1703), - [anon_sym_try] = ACTIONS(1703), - [anon_sym_co_await] = ACTIONS(1703), - [anon_sym_new] = ACTIONS(1703), - [sym_this] = ACTIONS(1703), - [sym_nullptr] = ACTIONS(1703), - [sym_alone_macro] = ACTIONS(1705), - [aux_sym_alone_macro_call_token1] = ACTIONS(1703), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_FORWARD] = ACTIONS(1703), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_PS_GET] = ACTIONS(1703), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), - [anon_sym_MOZ_COLD] = ACTIONS(1703), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_RAII] = ACTIONS(1703), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), - [sym_raw_string_literal] = ACTIONS(1705), + [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_virtual] = ACTIONS(1691), + [anon_sym_explicit] = ACTIONS(1691), + [sym_auto] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1691), + [anon_sym_template] = ACTIONS(1691), + [anon_sym_operator] = ACTIONS(1691), + [anon_sym_delete] = ACTIONS(1691), + [anon_sym_throw] = ACTIONS(1691), + [anon_sym_namespace] = ACTIONS(1691), + [anon_sym_using] = ACTIONS(1691), + [anon_sym_static_assert] = ACTIONS(1691), + [anon_sym_co_return] = ACTIONS(1691), + [anon_sym_co_yield] = ACTIONS(1691), + [anon_sym_try] = ACTIONS(1691), + [anon_sym_co_await] = ACTIONS(1691), + [anon_sym_new] = ACTIONS(1691), + [sym_this] = ACTIONS(1691), + [sym_nullptr] = ACTIONS(1691), + [sym_alone_macro] = ACTIONS(1693), + [aux_sym_alone_macro_call_token1] = ACTIONS(1691), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_FORWARD] = ACTIONS(1691), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_PS_GET] = ACTIONS(1691), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), + [anon_sym_MOZ_COLD] = ACTIONS(1691), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_RAII] = ACTIONS(1691), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), + [sym_raw_string_literal] = ACTIONS(1693), }, - [197] = { - [sym_identifier] = ACTIONS(1707), - [aux_sym_preproc_include_token1] = ACTIONS(1707), - [aux_sym_preproc_def_token1] = ACTIONS(1707), - [aux_sym_preproc_if_token1] = ACTIONS(1707), - [aux_sym_preproc_if_token2] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), - [aux_sym_preproc_else_token1] = ACTIONS(1707), - [aux_sym_preproc_elif_token1] = ACTIONS(1707), - [sym_preproc_directive] = ACTIONS(1707), - [anon_sym_LPAREN2] = ACTIONS(1709), - [anon_sym_BANG] = ACTIONS(1709), - [anon_sym_TILDE] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1707), - [anon_sym_PLUS] = ACTIONS(1707), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_AMP_AMP] = ACTIONS(1709), - [anon_sym_AMP] = ACTIONS(1707), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1707), - [anon_sym_extern] = ACTIONS(1707), - [anon_sym___attribute__] = ACTIONS(1707), - [anon_sym_COLON_COLON] = ACTIONS(1709), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), - [anon_sym___declspec] = ACTIONS(1707), - [anon_sym___based] = ACTIONS(1707), - [anon_sym___cdecl] = ACTIONS(1707), - [anon_sym___clrcall] = ACTIONS(1707), - [anon_sym___stdcall] = ACTIONS(1707), - [anon_sym___fastcall] = ACTIONS(1707), - [anon_sym___thiscall] = ACTIONS(1707), - [anon_sym___vectorcall] = ACTIONS(1707), - [anon_sym_LBRACE] = ACTIONS(1709), - [anon_sym_LBRACK] = ACTIONS(1707), - [anon_sym_static] = ACTIONS(1707), - [anon_sym_register] = ACTIONS(1707), - [anon_sym_inline] = ACTIONS(1707), - [anon_sym_thread_local] = ACTIONS(1707), - [anon_sym_const] = ACTIONS(1707), - [anon_sym_volatile] = ACTIONS(1707), - [anon_sym_restrict] = ACTIONS(1707), - [anon_sym__Atomic] = ACTIONS(1707), - [anon_sym_mutable] = ACTIONS(1707), - [anon_sym_constexpr] = ACTIONS(1707), - [anon_sym_signed] = ACTIONS(1707), - [anon_sym_unsigned] = ACTIONS(1707), - [anon_sym_long] = ACTIONS(1707), - [anon_sym_short] = ACTIONS(1707), - [sym_primitive_type] = ACTIONS(1707), - [anon_sym_enum] = ACTIONS(1707), - [anon_sym_class] = ACTIONS(1707), - [anon_sym_struct] = ACTIONS(1707), - [anon_sym_union] = ACTIONS(1707), - [anon_sym_if] = ACTIONS(1707), - [anon_sym_switch] = ACTIONS(1707), - [anon_sym_case] = ACTIONS(1707), - [anon_sym_default] = ACTIONS(1707), - [anon_sym_while] = ACTIONS(1707), - [anon_sym_do] = ACTIONS(1707), - [anon_sym_for] = ACTIONS(1707), - [anon_sym_return] = ACTIONS(1707), - [anon_sym_break] = ACTIONS(1707), - [anon_sym_continue] = ACTIONS(1707), - [anon_sym_goto] = ACTIONS(1707), - [anon_sym_DASH_DASH] = ACTIONS(1709), - [anon_sym_PLUS_PLUS] = ACTIONS(1709), - [anon_sym_sizeof] = ACTIONS(1707), - [sym_number_literal] = ACTIONS(1709), - [anon_sym_L_SQUOTE] = ACTIONS(1709), - [anon_sym_u_SQUOTE] = ACTIONS(1709), - [anon_sym_U_SQUOTE] = ACTIONS(1709), - [anon_sym_u8_SQUOTE] = ACTIONS(1709), - [anon_sym_SQUOTE] = ACTIONS(1709), - [anon_sym_L_DQUOTE] = ACTIONS(1709), - [anon_sym_u_DQUOTE] = ACTIONS(1709), - [anon_sym_U_DQUOTE] = ACTIONS(1709), - [anon_sym_u8_DQUOTE] = ACTIONS(1709), - [anon_sym_DQUOTE] = ACTIONS(1709), - [sym_true] = ACTIONS(1707), - [sym_false] = ACTIONS(1707), - [sym_null] = ACTIONS(1707), + [189] = { + [sym_identifier] = ACTIONS(1695), + [aux_sym_preproc_include_token1] = ACTIONS(1695), + [aux_sym_preproc_def_token1] = ACTIONS(1695), + [aux_sym_preproc_if_token1] = ACTIONS(1695), + [aux_sym_preproc_if_token2] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), + [aux_sym_preproc_else_token1] = ACTIONS(1695), + [aux_sym_preproc_elif_token1] = ACTIONS(1695), + [sym_preproc_directive] = ACTIONS(1695), + [anon_sym_LPAREN2] = ACTIONS(1697), + [anon_sym_BANG] = ACTIONS(1697), + [anon_sym_TILDE] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1695), + [anon_sym_PLUS] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_AMP_AMP] = ACTIONS(1697), + [anon_sym_AMP] = ACTIONS(1695), + [anon_sym_SEMI] = ACTIONS(1697), + [anon_sym_typedef] = ACTIONS(1695), + [anon_sym_extern] = ACTIONS(1695), + [anon_sym___attribute__] = ACTIONS(1695), + [anon_sym_COLON_COLON] = ACTIONS(1697), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), + [anon_sym___declspec] = ACTIONS(1695), + [anon_sym___based] = ACTIONS(1695), + [anon_sym___cdecl] = ACTIONS(1695), + [anon_sym___clrcall] = ACTIONS(1695), + [anon_sym___stdcall] = ACTIONS(1695), + [anon_sym___fastcall] = ACTIONS(1695), + [anon_sym___thiscall] = ACTIONS(1695), + [anon_sym___vectorcall] = ACTIONS(1695), + [anon_sym_LBRACE] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_static] = ACTIONS(1695), + [anon_sym_register] = ACTIONS(1695), + [anon_sym_inline] = ACTIONS(1695), + [anon_sym_thread_local] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1695), + [anon_sym_volatile] = ACTIONS(1695), + [anon_sym_restrict] = ACTIONS(1695), + [anon_sym__Atomic] = ACTIONS(1695), + [anon_sym_mutable] = ACTIONS(1695), + [anon_sym_constexpr] = ACTIONS(1695), + [anon_sym_signed] = ACTIONS(1695), + [anon_sym_unsigned] = ACTIONS(1695), + [anon_sym_long] = ACTIONS(1695), + [anon_sym_short] = ACTIONS(1695), + [sym_primitive_type] = ACTIONS(1695), + [anon_sym_enum] = ACTIONS(1695), + [anon_sym_class] = ACTIONS(1695), + [anon_sym_struct] = ACTIONS(1695), + [anon_sym_union] = ACTIONS(1695), + [anon_sym_if] = ACTIONS(1695), + [anon_sym_else] = ACTIONS(1695), + [anon_sym_switch] = ACTIONS(1695), + [anon_sym_case] = ACTIONS(1695), + [anon_sym_default] = ACTIONS(1695), + [anon_sym_while] = ACTIONS(1695), + [anon_sym_do] = ACTIONS(1695), + [anon_sym_for] = ACTIONS(1695), + [anon_sym_return] = ACTIONS(1695), + [anon_sym_break] = ACTIONS(1695), + [anon_sym_continue] = ACTIONS(1695), + [anon_sym_goto] = ACTIONS(1695), + [anon_sym_DASH_DASH] = ACTIONS(1697), + [anon_sym_PLUS_PLUS] = ACTIONS(1697), + [anon_sym_sizeof] = ACTIONS(1695), + [sym_number_literal] = ACTIONS(1697), + [anon_sym_L_SQUOTE] = ACTIONS(1697), + [anon_sym_u_SQUOTE] = ACTIONS(1697), + [anon_sym_U_SQUOTE] = ACTIONS(1697), + [anon_sym_u8_SQUOTE] = ACTIONS(1697), + [anon_sym_SQUOTE] = ACTIONS(1697), + [anon_sym_L_DQUOTE] = ACTIONS(1697), + [anon_sym_u_DQUOTE] = ACTIONS(1697), + [anon_sym_U_DQUOTE] = ACTIONS(1697), + [anon_sym_u8_DQUOTE] = ACTIONS(1697), + [anon_sym_DQUOTE] = ACTIONS(1697), + [sym_true] = ACTIONS(1695), + [sym_false] = ACTIONS(1695), + [sym_null] = ACTIONS(1695), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1707), - [anon_sym_virtual] = ACTIONS(1707), - [anon_sym_explicit] = ACTIONS(1707), - [sym_auto] = ACTIONS(1707), - [anon_sym_typename] = ACTIONS(1707), - [anon_sym_template] = ACTIONS(1707), - [anon_sym_operator] = ACTIONS(1707), - [anon_sym_delete] = ACTIONS(1707), - [anon_sym_throw] = ACTIONS(1707), - [anon_sym_namespace] = ACTIONS(1707), - [anon_sym_using] = ACTIONS(1707), - [anon_sym_static_assert] = ACTIONS(1707), - [anon_sym_co_return] = ACTIONS(1707), - [anon_sym_co_yield] = ACTIONS(1707), - [anon_sym_try] = ACTIONS(1707), - [anon_sym_co_await] = ACTIONS(1707), - [anon_sym_new] = ACTIONS(1707), - [sym_this] = ACTIONS(1707), - [sym_nullptr] = ACTIONS(1707), - [sym_alone_macro] = ACTIONS(1709), - [aux_sym_alone_macro_call_token1] = ACTIONS(1707), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_FORWARD] = ACTIONS(1707), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_PS_GET] = ACTIONS(1707), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), - [anon_sym_MOZ_COLD] = ACTIONS(1707), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_RAII] = ACTIONS(1707), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), - [sym_raw_string_literal] = ACTIONS(1709), - }, - [198] = { - [sym_identifier] = ACTIONS(1711), - [aux_sym_preproc_include_token1] = ACTIONS(1711), - [aux_sym_preproc_def_token1] = ACTIONS(1711), - [aux_sym_preproc_if_token1] = ACTIONS(1711), - [aux_sym_preproc_if_token2] = ACTIONS(1711), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1711), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1711), - [aux_sym_preproc_else_token1] = ACTIONS(1711), - [aux_sym_preproc_elif_token1] = ACTIONS(1711), - [sym_preproc_directive] = ACTIONS(1711), - [anon_sym_LPAREN2] = ACTIONS(1713), - [anon_sym_BANG] = ACTIONS(1713), - [anon_sym_TILDE] = ACTIONS(1713), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1713), - [anon_sym_AMP_AMP] = ACTIONS(1713), - [anon_sym_AMP] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1713), - [anon_sym_typedef] = ACTIONS(1711), - [anon_sym_extern] = ACTIONS(1711), - [anon_sym___attribute__] = ACTIONS(1711), - [anon_sym_COLON_COLON] = ACTIONS(1713), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1713), - [anon_sym___declspec] = ACTIONS(1711), - [anon_sym___based] = ACTIONS(1711), - [anon_sym___cdecl] = ACTIONS(1711), - [anon_sym___clrcall] = ACTIONS(1711), - [anon_sym___stdcall] = ACTIONS(1711), - [anon_sym___fastcall] = ACTIONS(1711), - [anon_sym___thiscall] = ACTIONS(1711), - [anon_sym___vectorcall] = ACTIONS(1711), - [anon_sym_LBRACE] = ACTIONS(1713), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_static] = ACTIONS(1711), - [anon_sym_register] = ACTIONS(1711), - [anon_sym_inline] = ACTIONS(1711), - [anon_sym_thread_local] = ACTIONS(1711), - [anon_sym_const] = ACTIONS(1711), - [anon_sym_volatile] = ACTIONS(1711), - [anon_sym_restrict] = ACTIONS(1711), - [anon_sym__Atomic] = ACTIONS(1711), - [anon_sym_mutable] = ACTIONS(1711), - [anon_sym_constexpr] = ACTIONS(1711), - [anon_sym_signed] = ACTIONS(1711), - [anon_sym_unsigned] = ACTIONS(1711), - [anon_sym_long] = ACTIONS(1711), - [anon_sym_short] = ACTIONS(1711), - [sym_primitive_type] = ACTIONS(1711), - [anon_sym_enum] = ACTIONS(1711), - [anon_sym_class] = ACTIONS(1711), - [anon_sym_struct] = ACTIONS(1711), - [anon_sym_union] = ACTIONS(1711), - [anon_sym_if] = ACTIONS(1711), - [anon_sym_switch] = ACTIONS(1711), - [anon_sym_case] = ACTIONS(1711), - [anon_sym_default] = ACTIONS(1711), - [anon_sym_while] = ACTIONS(1711), - [anon_sym_do] = ACTIONS(1711), - [anon_sym_for] = ACTIONS(1711), - [anon_sym_return] = ACTIONS(1711), - [anon_sym_break] = ACTIONS(1711), - [anon_sym_continue] = ACTIONS(1711), - [anon_sym_goto] = ACTIONS(1711), - [anon_sym_DASH_DASH] = ACTIONS(1713), - [anon_sym_PLUS_PLUS] = ACTIONS(1713), - [anon_sym_sizeof] = ACTIONS(1711), - [sym_number_literal] = ACTIONS(1713), - [anon_sym_L_SQUOTE] = ACTIONS(1713), - [anon_sym_u_SQUOTE] = ACTIONS(1713), - [anon_sym_U_SQUOTE] = ACTIONS(1713), - [anon_sym_u8_SQUOTE] = ACTIONS(1713), - [anon_sym_SQUOTE] = ACTIONS(1713), - [anon_sym_L_DQUOTE] = ACTIONS(1713), - [anon_sym_u_DQUOTE] = ACTIONS(1713), - [anon_sym_U_DQUOTE] = ACTIONS(1713), - [anon_sym_u8_DQUOTE] = ACTIONS(1713), - [anon_sym_DQUOTE] = ACTIONS(1713), - [sym_true] = ACTIONS(1711), - [sym_false] = ACTIONS(1711), - [sym_null] = ACTIONS(1711), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1711), - [anon_sym_virtual] = ACTIONS(1711), - [anon_sym_explicit] = ACTIONS(1711), - [sym_auto] = ACTIONS(1711), - [anon_sym_typename] = ACTIONS(1711), - [anon_sym_template] = ACTIONS(1711), - [anon_sym_operator] = ACTIONS(1711), - [anon_sym_delete] = ACTIONS(1711), - [anon_sym_throw] = ACTIONS(1711), - [anon_sym_namespace] = ACTIONS(1711), - [anon_sym_using] = ACTIONS(1711), - [anon_sym_static_assert] = ACTIONS(1711), - [anon_sym_co_return] = ACTIONS(1711), - [anon_sym_co_yield] = ACTIONS(1711), - [anon_sym_try] = ACTIONS(1711), - [anon_sym_co_await] = ACTIONS(1711), - [anon_sym_new] = ACTIONS(1711), - [sym_this] = ACTIONS(1711), - [sym_nullptr] = ACTIONS(1711), - [sym_alone_macro] = ACTIONS(1713), - [aux_sym_alone_macro_call_token1] = ACTIONS(1711), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_FORWARD] = ACTIONS(1711), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1711), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_PS_GET] = ACTIONS(1711), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1711), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1711), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1711), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1711), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1711), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1711), - [anon_sym_MOZ_COLD] = ACTIONS(1711), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1711), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1711), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1711), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1711), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1711), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1711), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1711), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1711), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1711), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1711), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1711), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1711), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1711), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_NONNULL] = ACTIONS(1711), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1711), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1711), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1711), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1711), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1711), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1711), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1711), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1711), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1711), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1711), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1711), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1711), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), - [anon_sym_MOZ_RAII] = ACTIONS(1711), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1711), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1711), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1711), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1711), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1711), - [sym_raw_string_literal] = ACTIONS(1713), - }, - [199] = { - [sym_identifier] = ACTIONS(1715), - [aux_sym_preproc_include_token1] = ACTIONS(1715), - [aux_sym_preproc_def_token1] = ACTIONS(1715), - [aux_sym_preproc_if_token1] = ACTIONS(1715), - [aux_sym_preproc_if_token2] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), - [aux_sym_preproc_else_token1] = ACTIONS(1715), - [aux_sym_preproc_elif_token1] = ACTIONS(1715), - [sym_preproc_directive] = ACTIONS(1715), - [anon_sym_LPAREN2] = ACTIONS(1717), - [anon_sym_BANG] = ACTIONS(1717), - [anon_sym_TILDE] = ACTIONS(1717), - [anon_sym_DASH] = ACTIONS(1715), - [anon_sym_PLUS] = ACTIONS(1715), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_AMP_AMP] = ACTIONS(1717), - [anon_sym_AMP] = ACTIONS(1715), - [anon_sym_SEMI] = ACTIONS(1717), - [anon_sym_typedef] = ACTIONS(1715), - [anon_sym_extern] = ACTIONS(1715), - [anon_sym___attribute__] = ACTIONS(1715), - [anon_sym_COLON_COLON] = ACTIONS(1717), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), - [anon_sym___declspec] = ACTIONS(1715), - [anon_sym___based] = ACTIONS(1715), - [anon_sym___cdecl] = ACTIONS(1715), - [anon_sym___clrcall] = ACTIONS(1715), - [anon_sym___stdcall] = ACTIONS(1715), - [anon_sym___fastcall] = ACTIONS(1715), - [anon_sym___thiscall] = ACTIONS(1715), - [anon_sym___vectorcall] = ACTIONS(1715), - [anon_sym_LBRACE] = ACTIONS(1717), - [anon_sym_LBRACK] = ACTIONS(1715), - [anon_sym_static] = ACTIONS(1715), - [anon_sym_register] = ACTIONS(1715), - [anon_sym_inline] = ACTIONS(1715), - [anon_sym_thread_local] = ACTIONS(1715), - [anon_sym_const] = ACTIONS(1715), - [anon_sym_volatile] = ACTIONS(1715), - [anon_sym_restrict] = ACTIONS(1715), - [anon_sym__Atomic] = ACTIONS(1715), - [anon_sym_mutable] = ACTIONS(1715), - [anon_sym_constexpr] = ACTIONS(1715), - [anon_sym_signed] = ACTIONS(1715), - [anon_sym_unsigned] = ACTIONS(1715), - [anon_sym_long] = ACTIONS(1715), - [anon_sym_short] = ACTIONS(1715), - [sym_primitive_type] = ACTIONS(1715), - [anon_sym_enum] = ACTIONS(1715), - [anon_sym_class] = ACTIONS(1715), - [anon_sym_struct] = ACTIONS(1715), - [anon_sym_union] = ACTIONS(1715), - [anon_sym_if] = ACTIONS(1715), - [anon_sym_switch] = ACTIONS(1715), - [anon_sym_case] = ACTIONS(1715), - [anon_sym_default] = ACTIONS(1715), - [anon_sym_while] = ACTIONS(1715), - [anon_sym_do] = ACTIONS(1715), - [anon_sym_for] = ACTIONS(1715), - [anon_sym_return] = ACTIONS(1715), - [anon_sym_break] = ACTIONS(1715), - [anon_sym_continue] = ACTIONS(1715), - [anon_sym_goto] = ACTIONS(1715), - [anon_sym_DASH_DASH] = ACTIONS(1717), - [anon_sym_PLUS_PLUS] = ACTIONS(1717), - [anon_sym_sizeof] = ACTIONS(1715), - [sym_number_literal] = ACTIONS(1717), - [anon_sym_L_SQUOTE] = ACTIONS(1717), - [anon_sym_u_SQUOTE] = ACTIONS(1717), - [anon_sym_U_SQUOTE] = ACTIONS(1717), - [anon_sym_u8_SQUOTE] = ACTIONS(1717), - [anon_sym_SQUOTE] = ACTIONS(1717), - [anon_sym_L_DQUOTE] = ACTIONS(1717), - [anon_sym_u_DQUOTE] = ACTIONS(1717), - [anon_sym_U_DQUOTE] = ACTIONS(1717), - [anon_sym_u8_DQUOTE] = ACTIONS(1717), - [anon_sym_DQUOTE] = ACTIONS(1717), - [sym_true] = ACTIONS(1715), - [sym_false] = ACTIONS(1715), - [sym_null] = ACTIONS(1715), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1715), - [anon_sym_virtual] = ACTIONS(1715), - [anon_sym_explicit] = ACTIONS(1715), - [sym_auto] = ACTIONS(1715), - [anon_sym_typename] = ACTIONS(1715), - [anon_sym_template] = ACTIONS(1715), - [anon_sym_operator] = ACTIONS(1715), - [anon_sym_delete] = ACTIONS(1715), - [anon_sym_throw] = ACTIONS(1715), - [anon_sym_namespace] = ACTIONS(1715), - [anon_sym_using] = ACTIONS(1715), - [anon_sym_static_assert] = ACTIONS(1715), - [anon_sym_co_return] = ACTIONS(1715), - [anon_sym_co_yield] = ACTIONS(1715), - [anon_sym_try] = ACTIONS(1715), - [anon_sym_co_await] = ACTIONS(1715), - [anon_sym_new] = ACTIONS(1715), - [sym_this] = ACTIONS(1715), - [sym_nullptr] = ACTIONS(1715), - [sym_alone_macro] = ACTIONS(1717), - [aux_sym_alone_macro_call_token1] = ACTIONS(1715), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_FORWARD] = ACTIONS(1715), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_PS_GET] = ACTIONS(1715), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), - [anon_sym_MOZ_COLD] = ACTIONS(1715), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_RAII] = ACTIONS(1715), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), - [sym_raw_string_literal] = ACTIONS(1717), - }, - [200] = { - [sym_identifier] = ACTIONS(1719), - [aux_sym_preproc_include_token1] = ACTIONS(1719), - [aux_sym_preproc_def_token1] = ACTIONS(1719), - [aux_sym_preproc_if_token1] = ACTIONS(1719), - [aux_sym_preproc_if_token2] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), - [aux_sym_preproc_else_token1] = ACTIONS(1719), - [aux_sym_preproc_elif_token1] = ACTIONS(1719), - [sym_preproc_directive] = ACTIONS(1719), - [anon_sym_LPAREN2] = ACTIONS(1721), - [anon_sym_BANG] = ACTIONS(1721), - [anon_sym_TILDE] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1719), - [anon_sym_STAR] = ACTIONS(1721), - [anon_sym_AMP_AMP] = ACTIONS(1721), - [anon_sym_AMP] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1721), - [anon_sym_typedef] = ACTIONS(1719), - [anon_sym_extern] = ACTIONS(1719), - [anon_sym___attribute__] = ACTIONS(1719), - [anon_sym_COLON_COLON] = ACTIONS(1721), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), - [anon_sym___declspec] = ACTIONS(1719), - [anon_sym___based] = ACTIONS(1719), - [anon_sym___cdecl] = ACTIONS(1719), - [anon_sym___clrcall] = ACTIONS(1719), - [anon_sym___stdcall] = ACTIONS(1719), - [anon_sym___fastcall] = ACTIONS(1719), - [anon_sym___thiscall] = ACTIONS(1719), - [anon_sym___vectorcall] = ACTIONS(1719), - [anon_sym_LBRACE] = ACTIONS(1721), - [anon_sym_LBRACK] = ACTIONS(1719), - [anon_sym_static] = ACTIONS(1719), - [anon_sym_register] = ACTIONS(1719), - [anon_sym_inline] = ACTIONS(1719), - [anon_sym_thread_local] = ACTIONS(1719), - [anon_sym_const] = ACTIONS(1719), - [anon_sym_volatile] = ACTIONS(1719), - [anon_sym_restrict] = ACTIONS(1719), - [anon_sym__Atomic] = ACTIONS(1719), - [anon_sym_mutable] = ACTIONS(1719), - [anon_sym_constexpr] = ACTIONS(1719), - [anon_sym_signed] = ACTIONS(1719), - [anon_sym_unsigned] = ACTIONS(1719), - [anon_sym_long] = ACTIONS(1719), - [anon_sym_short] = ACTIONS(1719), - [sym_primitive_type] = ACTIONS(1719), - [anon_sym_enum] = ACTIONS(1719), - [anon_sym_class] = ACTIONS(1719), - [anon_sym_struct] = ACTIONS(1719), - [anon_sym_union] = ACTIONS(1719), - [anon_sym_if] = ACTIONS(1719), - [anon_sym_switch] = ACTIONS(1719), - [anon_sym_case] = ACTIONS(1719), - [anon_sym_default] = ACTIONS(1719), - [anon_sym_while] = ACTIONS(1719), - [anon_sym_do] = ACTIONS(1719), - [anon_sym_for] = ACTIONS(1719), - [anon_sym_return] = ACTIONS(1719), - [anon_sym_break] = ACTIONS(1719), - [anon_sym_continue] = ACTIONS(1719), - [anon_sym_goto] = ACTIONS(1719), - [anon_sym_DASH_DASH] = ACTIONS(1721), - [anon_sym_PLUS_PLUS] = ACTIONS(1721), - [anon_sym_sizeof] = ACTIONS(1719), - [sym_number_literal] = ACTIONS(1721), - [anon_sym_L_SQUOTE] = ACTIONS(1721), - [anon_sym_u_SQUOTE] = ACTIONS(1721), - [anon_sym_U_SQUOTE] = ACTIONS(1721), - [anon_sym_u8_SQUOTE] = ACTIONS(1721), - [anon_sym_SQUOTE] = ACTIONS(1721), - [anon_sym_L_DQUOTE] = ACTIONS(1721), - [anon_sym_u_DQUOTE] = ACTIONS(1721), - [anon_sym_U_DQUOTE] = ACTIONS(1721), - [anon_sym_u8_DQUOTE] = ACTIONS(1721), - [anon_sym_DQUOTE] = ACTIONS(1721), - [sym_true] = ACTIONS(1719), - [sym_false] = ACTIONS(1719), - [sym_null] = ACTIONS(1719), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1719), - [anon_sym_virtual] = ACTIONS(1719), - [anon_sym_explicit] = ACTIONS(1719), - [sym_auto] = ACTIONS(1719), - [anon_sym_typename] = ACTIONS(1719), - [anon_sym_template] = ACTIONS(1719), - [anon_sym_operator] = ACTIONS(1719), - [anon_sym_delete] = ACTIONS(1719), - [anon_sym_throw] = ACTIONS(1719), - [anon_sym_namespace] = ACTIONS(1719), - [anon_sym_using] = ACTIONS(1719), - [anon_sym_static_assert] = ACTIONS(1719), - [anon_sym_co_return] = ACTIONS(1719), - [anon_sym_co_yield] = ACTIONS(1719), - [anon_sym_try] = ACTIONS(1719), - [anon_sym_co_await] = ACTIONS(1719), - [anon_sym_new] = ACTIONS(1719), - [sym_this] = ACTIONS(1719), - [sym_nullptr] = ACTIONS(1719), - [sym_alone_macro] = ACTIONS(1721), - [aux_sym_alone_macro_call_token1] = ACTIONS(1719), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_FORWARD] = ACTIONS(1719), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_PS_GET] = ACTIONS(1719), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), - [anon_sym_MOZ_COLD] = ACTIONS(1719), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_RAII] = ACTIONS(1719), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), - [sym_raw_string_literal] = ACTIONS(1721), - }, - [201] = { - [sym_identifier] = ACTIONS(1723), - [aux_sym_preproc_include_token1] = ACTIONS(1723), - [aux_sym_preproc_def_token1] = ACTIONS(1723), - [aux_sym_preproc_if_token1] = ACTIONS(1723), - [aux_sym_preproc_if_token2] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), - [aux_sym_preproc_else_token1] = ACTIONS(1723), - [aux_sym_preproc_elif_token1] = ACTIONS(1723), - [sym_preproc_directive] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_BANG] = ACTIONS(1725), - [anon_sym_TILDE] = ACTIONS(1725), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1725), - [anon_sym_AMP] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_typedef] = ACTIONS(1723), - [anon_sym_extern] = ACTIONS(1723), - [anon_sym___attribute__] = ACTIONS(1723), - [anon_sym_COLON_COLON] = ACTIONS(1725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), - [anon_sym___declspec] = ACTIONS(1723), - [anon_sym___based] = ACTIONS(1723), - [anon_sym___cdecl] = ACTIONS(1723), - [anon_sym___clrcall] = ACTIONS(1723), - [anon_sym___stdcall] = ACTIONS(1723), - [anon_sym___fastcall] = ACTIONS(1723), - [anon_sym___thiscall] = ACTIONS(1723), - [anon_sym___vectorcall] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1723), - [anon_sym_static] = ACTIONS(1723), - [anon_sym_register] = ACTIONS(1723), - [anon_sym_inline] = ACTIONS(1723), - [anon_sym_thread_local] = ACTIONS(1723), - [anon_sym_const] = ACTIONS(1723), - [anon_sym_volatile] = ACTIONS(1723), - [anon_sym_restrict] = ACTIONS(1723), - [anon_sym__Atomic] = ACTIONS(1723), - [anon_sym_mutable] = ACTIONS(1723), - [anon_sym_constexpr] = ACTIONS(1723), - [anon_sym_signed] = ACTIONS(1723), - [anon_sym_unsigned] = ACTIONS(1723), - [anon_sym_long] = ACTIONS(1723), - [anon_sym_short] = ACTIONS(1723), - [sym_primitive_type] = ACTIONS(1723), - [anon_sym_enum] = ACTIONS(1723), - [anon_sym_class] = ACTIONS(1723), - [anon_sym_struct] = ACTIONS(1723), - [anon_sym_union] = ACTIONS(1723), - [anon_sym_if] = ACTIONS(1723), - [anon_sym_switch] = ACTIONS(1723), - [anon_sym_case] = ACTIONS(1723), - [anon_sym_default] = ACTIONS(1723), - [anon_sym_while] = ACTIONS(1723), - [anon_sym_do] = ACTIONS(1723), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1723), - [anon_sym_continue] = ACTIONS(1723), - [anon_sym_goto] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_sizeof] = ACTIONS(1723), - [sym_number_literal] = ACTIONS(1725), - [anon_sym_L_SQUOTE] = ACTIONS(1725), - [anon_sym_u_SQUOTE] = ACTIONS(1725), - [anon_sym_U_SQUOTE] = ACTIONS(1725), - [anon_sym_u8_SQUOTE] = ACTIONS(1725), - [anon_sym_SQUOTE] = ACTIONS(1725), - [anon_sym_L_DQUOTE] = ACTIONS(1725), - [anon_sym_u_DQUOTE] = ACTIONS(1725), - [anon_sym_U_DQUOTE] = ACTIONS(1725), - [anon_sym_u8_DQUOTE] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym_true] = ACTIONS(1723), - [sym_false] = ACTIONS(1723), - [sym_null] = ACTIONS(1723), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1723), - [anon_sym_virtual] = ACTIONS(1723), - [anon_sym_explicit] = ACTIONS(1723), - [sym_auto] = ACTIONS(1723), - [anon_sym_typename] = ACTIONS(1723), - [anon_sym_template] = ACTIONS(1723), - [anon_sym_operator] = ACTIONS(1723), - [anon_sym_delete] = ACTIONS(1723), - [anon_sym_throw] = ACTIONS(1723), - [anon_sym_namespace] = ACTIONS(1723), - [anon_sym_using] = ACTIONS(1723), - [anon_sym_static_assert] = ACTIONS(1723), - [anon_sym_co_return] = ACTIONS(1723), - [anon_sym_co_yield] = ACTIONS(1723), - [anon_sym_try] = ACTIONS(1723), - [anon_sym_co_await] = ACTIONS(1723), - [anon_sym_new] = ACTIONS(1723), - [sym_this] = ACTIONS(1723), - [sym_nullptr] = ACTIONS(1723), - [sym_alone_macro] = ACTIONS(1725), - [aux_sym_alone_macro_call_token1] = ACTIONS(1723), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_FORWARD] = ACTIONS(1723), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_PS_GET] = ACTIONS(1723), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), - [anon_sym_MOZ_COLD] = ACTIONS(1723), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_RAII] = ACTIONS(1723), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), - [sym_raw_string_literal] = ACTIONS(1725), - }, - [202] = { - [sym_identifier] = ACTIONS(1727), - [aux_sym_preproc_include_token1] = ACTIONS(1727), - [aux_sym_preproc_def_token1] = ACTIONS(1727), - [aux_sym_preproc_if_token1] = ACTIONS(1727), - [aux_sym_preproc_if_token2] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), - [aux_sym_preproc_else_token1] = ACTIONS(1727), - [aux_sym_preproc_elif_token1] = ACTIONS(1727), - [sym_preproc_directive] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_BANG] = ACTIONS(1729), - [anon_sym_TILDE] = ACTIONS(1729), - [anon_sym_DASH] = ACTIONS(1727), - [anon_sym_PLUS] = ACTIONS(1727), - [anon_sym_STAR] = ACTIONS(1729), - [anon_sym_AMP_AMP] = ACTIONS(1729), - [anon_sym_AMP] = ACTIONS(1727), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_typedef] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym___attribute__] = ACTIONS(1727), - [anon_sym_COLON_COLON] = ACTIONS(1729), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), - [anon_sym___declspec] = ACTIONS(1727), - [anon_sym___based] = ACTIONS(1727), - [anon_sym___cdecl] = ACTIONS(1727), - [anon_sym___clrcall] = ACTIONS(1727), - [anon_sym___stdcall] = ACTIONS(1727), - [anon_sym___fastcall] = ACTIONS(1727), - [anon_sym___thiscall] = ACTIONS(1727), - [anon_sym___vectorcall] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1727), - [anon_sym_static] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_inline] = ACTIONS(1727), - [anon_sym_thread_local] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [anon_sym_volatile] = ACTIONS(1727), - [anon_sym_restrict] = ACTIONS(1727), - [anon_sym__Atomic] = ACTIONS(1727), - [anon_sym_mutable] = ACTIONS(1727), - [anon_sym_constexpr] = ACTIONS(1727), - [anon_sym_signed] = ACTIONS(1727), - [anon_sym_unsigned] = ACTIONS(1727), - [anon_sym_long] = ACTIONS(1727), - [anon_sym_short] = ACTIONS(1727), - [sym_primitive_type] = ACTIONS(1727), - [anon_sym_enum] = ACTIONS(1727), - [anon_sym_class] = ACTIONS(1727), - [anon_sym_struct] = ACTIONS(1727), - [anon_sym_union] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_switch] = ACTIONS(1727), - [anon_sym_case] = ACTIONS(1727), - [anon_sym_default] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_goto] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_PLUS_PLUS] = ACTIONS(1729), - [anon_sym_sizeof] = ACTIONS(1727), - [sym_number_literal] = ACTIONS(1729), - [anon_sym_L_SQUOTE] = ACTIONS(1729), - [anon_sym_u_SQUOTE] = ACTIONS(1729), - [anon_sym_U_SQUOTE] = ACTIONS(1729), - [anon_sym_u8_SQUOTE] = ACTIONS(1729), - [anon_sym_SQUOTE] = ACTIONS(1729), - [anon_sym_L_DQUOTE] = ACTIONS(1729), - [anon_sym_u_DQUOTE] = ACTIONS(1729), - [anon_sym_U_DQUOTE] = ACTIONS(1729), - [anon_sym_u8_DQUOTE] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym_true] = ACTIONS(1727), - [sym_false] = ACTIONS(1727), - [sym_null] = ACTIONS(1727), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1727), - [anon_sym_virtual] = ACTIONS(1727), - [anon_sym_explicit] = ACTIONS(1727), - [sym_auto] = ACTIONS(1727), - [anon_sym_typename] = ACTIONS(1727), - [anon_sym_template] = ACTIONS(1727), - [anon_sym_operator] = ACTIONS(1727), - [anon_sym_delete] = ACTIONS(1727), - [anon_sym_throw] = ACTIONS(1727), - [anon_sym_namespace] = ACTIONS(1727), - [anon_sym_using] = ACTIONS(1727), - [anon_sym_static_assert] = ACTIONS(1727), - [anon_sym_co_return] = ACTIONS(1727), - [anon_sym_co_yield] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_co_await] = ACTIONS(1727), - [anon_sym_new] = ACTIONS(1727), - [sym_this] = ACTIONS(1727), - [sym_nullptr] = ACTIONS(1727), - [sym_alone_macro] = ACTIONS(1729), - [aux_sym_alone_macro_call_token1] = ACTIONS(1727), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_FORWARD] = ACTIONS(1727), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_PS_GET] = ACTIONS(1727), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), - [anon_sym_MOZ_COLD] = ACTIONS(1727), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_RAII] = ACTIONS(1727), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), - [sym_raw_string_literal] = ACTIONS(1729), - }, - [203] = { - [sym_identifier] = ACTIONS(1731), - [aux_sym_preproc_include_token1] = ACTIONS(1731), - [aux_sym_preproc_def_token1] = ACTIONS(1731), - [aux_sym_preproc_if_token1] = ACTIONS(1731), - [aux_sym_preproc_if_token2] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), - [aux_sym_preproc_else_token1] = ACTIONS(1731), - [aux_sym_preproc_elif_token1] = ACTIONS(1731), - [sym_preproc_directive] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1733), - [anon_sym_BANG] = ACTIONS(1733), - [anon_sym_TILDE] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1731), - [anon_sym_PLUS] = ACTIONS(1731), - [anon_sym_STAR] = ACTIONS(1733), - [anon_sym_AMP_AMP] = ACTIONS(1733), - [anon_sym_AMP] = ACTIONS(1731), - [anon_sym_SEMI] = ACTIONS(1733), - [anon_sym_typedef] = ACTIONS(1731), - [anon_sym_extern] = ACTIONS(1731), - [anon_sym___attribute__] = ACTIONS(1731), - [anon_sym_COLON_COLON] = ACTIONS(1733), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), - [anon_sym___declspec] = ACTIONS(1731), - [anon_sym___based] = ACTIONS(1731), - [anon_sym___cdecl] = ACTIONS(1731), - [anon_sym___clrcall] = ACTIONS(1731), - [anon_sym___stdcall] = ACTIONS(1731), - [anon_sym___fastcall] = ACTIONS(1731), - [anon_sym___thiscall] = ACTIONS(1731), - [anon_sym___vectorcall] = ACTIONS(1731), - [anon_sym_LBRACE] = ACTIONS(1733), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_static] = ACTIONS(1731), - [anon_sym_register] = ACTIONS(1731), - [anon_sym_inline] = ACTIONS(1731), - [anon_sym_thread_local] = ACTIONS(1731), - [anon_sym_const] = ACTIONS(1731), - [anon_sym_volatile] = ACTIONS(1731), - [anon_sym_restrict] = ACTIONS(1731), - [anon_sym__Atomic] = ACTIONS(1731), - [anon_sym_mutable] = ACTIONS(1731), - [anon_sym_constexpr] = ACTIONS(1731), - [anon_sym_signed] = ACTIONS(1731), - [anon_sym_unsigned] = ACTIONS(1731), - [anon_sym_long] = ACTIONS(1731), - [anon_sym_short] = ACTIONS(1731), - [sym_primitive_type] = ACTIONS(1731), - [anon_sym_enum] = ACTIONS(1731), - [anon_sym_class] = ACTIONS(1731), - [anon_sym_struct] = ACTIONS(1731), - [anon_sym_union] = ACTIONS(1731), - [anon_sym_if] = ACTIONS(1731), - [anon_sym_switch] = ACTIONS(1731), - [anon_sym_case] = ACTIONS(1731), - [anon_sym_default] = ACTIONS(1731), - [anon_sym_while] = ACTIONS(1731), - [anon_sym_do] = ACTIONS(1731), - [anon_sym_for] = ACTIONS(1731), - [anon_sym_return] = ACTIONS(1731), - [anon_sym_break] = ACTIONS(1731), - [anon_sym_continue] = ACTIONS(1731), - [anon_sym_goto] = ACTIONS(1731), - [anon_sym_DASH_DASH] = ACTIONS(1733), - [anon_sym_PLUS_PLUS] = ACTIONS(1733), - [anon_sym_sizeof] = ACTIONS(1731), - [sym_number_literal] = ACTIONS(1733), - [anon_sym_L_SQUOTE] = ACTIONS(1733), - [anon_sym_u_SQUOTE] = ACTIONS(1733), - [anon_sym_U_SQUOTE] = ACTIONS(1733), - [anon_sym_u8_SQUOTE] = ACTIONS(1733), - [anon_sym_SQUOTE] = ACTIONS(1733), - [anon_sym_L_DQUOTE] = ACTIONS(1733), - [anon_sym_u_DQUOTE] = ACTIONS(1733), - [anon_sym_U_DQUOTE] = ACTIONS(1733), - [anon_sym_u8_DQUOTE] = ACTIONS(1733), - [anon_sym_DQUOTE] = ACTIONS(1733), - [sym_true] = ACTIONS(1731), - [sym_false] = ACTIONS(1731), - [sym_null] = ACTIONS(1731), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1731), - [anon_sym_virtual] = ACTIONS(1731), - [anon_sym_explicit] = ACTIONS(1731), - [sym_auto] = ACTIONS(1731), - [anon_sym_typename] = ACTIONS(1731), - [anon_sym_template] = ACTIONS(1731), - [anon_sym_operator] = ACTIONS(1731), - [anon_sym_delete] = ACTIONS(1731), - [anon_sym_throw] = ACTIONS(1731), - [anon_sym_namespace] = ACTIONS(1731), - [anon_sym_using] = ACTIONS(1731), - [anon_sym_static_assert] = ACTIONS(1731), - [anon_sym_co_return] = ACTIONS(1731), - [anon_sym_co_yield] = ACTIONS(1731), - [anon_sym_try] = ACTIONS(1731), - [anon_sym_co_await] = ACTIONS(1731), - [anon_sym_new] = ACTIONS(1731), - [sym_this] = ACTIONS(1731), - [sym_nullptr] = ACTIONS(1731), - [sym_alone_macro] = ACTIONS(1733), - [aux_sym_alone_macro_call_token1] = ACTIONS(1731), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_FORWARD] = ACTIONS(1731), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_PS_GET] = ACTIONS(1731), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), - [anon_sym_MOZ_COLD] = ACTIONS(1731), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_RAII] = ACTIONS(1731), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), - [sym_raw_string_literal] = ACTIONS(1733), - }, - [204] = { - [sym_identifier] = ACTIONS(1735), - [aux_sym_preproc_include_token1] = ACTIONS(1735), - [aux_sym_preproc_def_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token2] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), - [aux_sym_preproc_else_token1] = ACTIONS(1735), - [aux_sym_preproc_elif_token1] = ACTIONS(1735), - [sym_preproc_directive] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_TILDE] = ACTIONS(1737), - [anon_sym_DASH] = ACTIONS(1735), - [anon_sym_PLUS] = ACTIONS(1735), - [anon_sym_STAR] = ACTIONS(1737), - [anon_sym_AMP_AMP] = ACTIONS(1737), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym___declspec] = ACTIONS(1735), - [anon_sym___based] = ACTIONS(1735), - [anon_sym___cdecl] = ACTIONS(1735), - [anon_sym___clrcall] = ACTIONS(1735), - [anon_sym___stdcall] = ACTIONS(1735), - [anon_sym___fastcall] = ACTIONS(1735), - [anon_sym___thiscall] = ACTIONS(1735), - [anon_sym___vectorcall] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1735), - [anon_sym_static] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_inline] = ACTIONS(1735), - [anon_sym_thread_local] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [anon_sym_volatile] = ACTIONS(1735), - [anon_sym_restrict] = ACTIONS(1735), - [anon_sym__Atomic] = ACTIONS(1735), - [anon_sym_mutable] = ACTIONS(1735), - [anon_sym_constexpr] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1735), - [anon_sym_unsigned] = ACTIONS(1735), - [anon_sym_long] = ACTIONS(1735), - [anon_sym_short] = ACTIONS(1735), - [sym_primitive_type] = ACTIONS(1735), - [anon_sym_enum] = ACTIONS(1735), - [anon_sym_class] = ACTIONS(1735), - [anon_sym_struct] = ACTIONS(1735), - [anon_sym_union] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(1735), - [anon_sym_case] = ACTIONS(1735), - [anon_sym_default] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_goto] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_PLUS_PLUS] = ACTIONS(1737), - [anon_sym_sizeof] = ACTIONS(1735), - [sym_number_literal] = ACTIONS(1737), - [anon_sym_L_SQUOTE] = ACTIONS(1737), - [anon_sym_u_SQUOTE] = ACTIONS(1737), - [anon_sym_U_SQUOTE] = ACTIONS(1737), - [anon_sym_u8_SQUOTE] = ACTIONS(1737), - [anon_sym_SQUOTE] = ACTIONS(1737), - [anon_sym_L_DQUOTE] = ACTIONS(1737), - [anon_sym_u_DQUOTE] = ACTIONS(1737), - [anon_sym_U_DQUOTE] = ACTIONS(1737), - [anon_sym_u8_DQUOTE] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym_true] = ACTIONS(1735), - [sym_false] = ACTIONS(1735), - [sym_null] = ACTIONS(1735), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1735), - [anon_sym_virtual] = ACTIONS(1735), - [anon_sym_explicit] = ACTIONS(1735), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_template] = ACTIONS(1735), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_delete] = ACTIONS(1735), - [anon_sym_throw] = ACTIONS(1735), - [anon_sym_namespace] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_co_return] = ACTIONS(1735), - [anon_sym_co_yield] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_co_await] = ACTIONS(1735), - [anon_sym_new] = ACTIONS(1735), - [sym_this] = ACTIONS(1735), - [sym_nullptr] = ACTIONS(1735), - [sym_alone_macro] = ACTIONS(1737), - [aux_sym_alone_macro_call_token1] = ACTIONS(1735), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_FORWARD] = ACTIONS(1735), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_PS_GET] = ACTIONS(1735), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), - [anon_sym_MOZ_COLD] = ACTIONS(1735), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_RAII] = ACTIONS(1735), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), - [sym_raw_string_literal] = ACTIONS(1737), - }, - [205] = { - [sym_identifier] = ACTIONS(1739), - [aux_sym_preproc_include_token1] = ACTIONS(1739), - [aux_sym_preproc_def_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token2] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), - [aux_sym_preproc_else_token1] = ACTIONS(1739), - [aux_sym_preproc_elif_token1] = ACTIONS(1739), - [sym_preproc_directive] = ACTIONS(1739), - [anon_sym_LPAREN2] = ACTIONS(1741), - [anon_sym_BANG] = ACTIONS(1741), - [anon_sym_TILDE] = ACTIONS(1741), - [anon_sym_DASH] = ACTIONS(1739), - [anon_sym_PLUS] = ACTIONS(1739), - [anon_sym_STAR] = ACTIONS(1741), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_AMP] = ACTIONS(1739), - [anon_sym_SEMI] = ACTIONS(1741), - [anon_sym_typedef] = ACTIONS(1739), - [anon_sym_extern] = ACTIONS(1739), - [anon_sym___attribute__] = ACTIONS(1739), - [anon_sym_COLON_COLON] = ACTIONS(1741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), - [anon_sym___declspec] = ACTIONS(1739), - [anon_sym___based] = ACTIONS(1739), - [anon_sym___cdecl] = ACTIONS(1739), - [anon_sym___clrcall] = ACTIONS(1739), - [anon_sym___stdcall] = ACTIONS(1739), - [anon_sym___fastcall] = ACTIONS(1739), - [anon_sym___thiscall] = ACTIONS(1739), - [anon_sym___vectorcall] = ACTIONS(1739), - [anon_sym_LBRACE] = ACTIONS(1741), - [anon_sym_LBRACK] = ACTIONS(1739), - [anon_sym_static] = ACTIONS(1739), - [anon_sym_register] = ACTIONS(1739), - [anon_sym_inline] = ACTIONS(1739), - [anon_sym_thread_local] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1739), - [anon_sym_volatile] = ACTIONS(1739), - [anon_sym_restrict] = ACTIONS(1739), - [anon_sym__Atomic] = ACTIONS(1739), - [anon_sym_mutable] = ACTIONS(1739), - [anon_sym_constexpr] = ACTIONS(1739), - [anon_sym_signed] = ACTIONS(1739), - [anon_sym_unsigned] = ACTIONS(1739), - [anon_sym_long] = ACTIONS(1739), - [anon_sym_short] = ACTIONS(1739), - [sym_primitive_type] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1739), - [anon_sym_class] = ACTIONS(1739), - [anon_sym_struct] = ACTIONS(1739), - [anon_sym_union] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1739), - [anon_sym_switch] = ACTIONS(1739), - [anon_sym_case] = ACTIONS(1739), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1739), - [anon_sym_do] = ACTIONS(1739), - [anon_sym_for] = ACTIONS(1739), - [anon_sym_return] = ACTIONS(1739), - [anon_sym_break] = ACTIONS(1739), - [anon_sym_continue] = ACTIONS(1739), - [anon_sym_goto] = ACTIONS(1739), - [anon_sym_DASH_DASH] = ACTIONS(1741), - [anon_sym_PLUS_PLUS] = ACTIONS(1741), - [anon_sym_sizeof] = ACTIONS(1739), - [sym_number_literal] = ACTIONS(1741), - [anon_sym_L_SQUOTE] = ACTIONS(1741), - [anon_sym_u_SQUOTE] = ACTIONS(1741), - [anon_sym_U_SQUOTE] = ACTIONS(1741), - [anon_sym_u8_SQUOTE] = ACTIONS(1741), - [anon_sym_SQUOTE] = ACTIONS(1741), - [anon_sym_L_DQUOTE] = ACTIONS(1741), - [anon_sym_u_DQUOTE] = ACTIONS(1741), - [anon_sym_U_DQUOTE] = ACTIONS(1741), - [anon_sym_u8_DQUOTE] = ACTIONS(1741), - [anon_sym_DQUOTE] = ACTIONS(1741), - [sym_true] = ACTIONS(1739), - [sym_false] = ACTIONS(1739), - [sym_null] = ACTIONS(1739), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1739), - [anon_sym_virtual] = ACTIONS(1739), - [anon_sym_explicit] = ACTIONS(1739), - [sym_auto] = ACTIONS(1739), - [anon_sym_typename] = ACTIONS(1739), - [anon_sym_template] = ACTIONS(1739), - [anon_sym_operator] = ACTIONS(1739), - [anon_sym_delete] = ACTIONS(1739), - [anon_sym_throw] = ACTIONS(1739), - [anon_sym_namespace] = ACTIONS(1739), - [anon_sym_using] = ACTIONS(1739), - [anon_sym_static_assert] = ACTIONS(1739), - [anon_sym_co_return] = ACTIONS(1739), - [anon_sym_co_yield] = ACTIONS(1739), - [anon_sym_try] = ACTIONS(1739), - [anon_sym_co_await] = ACTIONS(1739), - [anon_sym_new] = ACTIONS(1739), - [sym_this] = ACTIONS(1739), - [sym_nullptr] = ACTIONS(1739), - [sym_alone_macro] = ACTIONS(1741), - [aux_sym_alone_macro_call_token1] = ACTIONS(1739), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_FORWARD] = ACTIONS(1739), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_PS_GET] = ACTIONS(1739), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), - [anon_sym_MOZ_COLD] = ACTIONS(1739), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_RAII] = ACTIONS(1739), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), - [sym_raw_string_literal] = ACTIONS(1741), - }, - [206] = { - [sym_identifier] = ACTIONS(1743), - [aux_sym_preproc_include_token1] = ACTIONS(1743), - [aux_sym_preproc_def_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token2] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [aux_sym_preproc_else_token1] = ACTIONS(1743), - [aux_sym_preproc_elif_token1] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1743), - [anon_sym_LPAREN2] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(1745), - [anon_sym_TILDE] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(1743), - [anon_sym_PLUS] = ACTIONS(1743), - [anon_sym_STAR] = ACTIONS(1745), - [anon_sym_AMP_AMP] = ACTIONS(1745), - [anon_sym_AMP] = ACTIONS(1743), - [anon_sym_SEMI] = ACTIONS(1745), - [anon_sym_typedef] = ACTIONS(1743), - [anon_sym_extern] = ACTIONS(1743), - [anon_sym___attribute__] = ACTIONS(1743), - [anon_sym_COLON_COLON] = ACTIONS(1745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), - [anon_sym___declspec] = ACTIONS(1743), - [anon_sym___based] = ACTIONS(1743), - [anon_sym___cdecl] = ACTIONS(1743), - [anon_sym___clrcall] = ACTIONS(1743), - [anon_sym___stdcall] = ACTIONS(1743), - [anon_sym___fastcall] = ACTIONS(1743), - [anon_sym___thiscall] = ACTIONS(1743), - [anon_sym___vectorcall] = ACTIONS(1743), - [anon_sym_LBRACE] = ACTIONS(1745), - [anon_sym_LBRACK] = ACTIONS(1743), - [anon_sym_static] = ACTIONS(1743), - [anon_sym_register] = ACTIONS(1743), - [anon_sym_inline] = ACTIONS(1743), - [anon_sym_thread_local] = ACTIONS(1743), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_volatile] = ACTIONS(1743), - [anon_sym_restrict] = ACTIONS(1743), - [anon_sym__Atomic] = ACTIONS(1743), - [anon_sym_mutable] = ACTIONS(1743), - [anon_sym_constexpr] = ACTIONS(1743), - [anon_sym_signed] = ACTIONS(1743), - [anon_sym_unsigned] = ACTIONS(1743), - [anon_sym_long] = ACTIONS(1743), - [anon_sym_short] = ACTIONS(1743), - [sym_primitive_type] = ACTIONS(1743), - [anon_sym_enum] = ACTIONS(1743), - [anon_sym_class] = ACTIONS(1743), - [anon_sym_struct] = ACTIONS(1743), - [anon_sym_union] = ACTIONS(1743), - [anon_sym_if] = ACTIONS(1743), - [anon_sym_switch] = ACTIONS(1743), - [anon_sym_case] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1743), - [anon_sym_while] = ACTIONS(1743), - [anon_sym_do] = ACTIONS(1743), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(1743), - [anon_sym_break] = ACTIONS(1743), - [anon_sym_continue] = ACTIONS(1743), - [anon_sym_goto] = ACTIONS(1743), - [anon_sym_DASH_DASH] = ACTIONS(1745), - [anon_sym_PLUS_PLUS] = ACTIONS(1745), - [anon_sym_sizeof] = ACTIONS(1743), - [sym_number_literal] = ACTIONS(1745), - [anon_sym_L_SQUOTE] = ACTIONS(1745), - [anon_sym_u_SQUOTE] = ACTIONS(1745), - [anon_sym_U_SQUOTE] = ACTIONS(1745), - [anon_sym_u8_SQUOTE] = ACTIONS(1745), - [anon_sym_SQUOTE] = ACTIONS(1745), - [anon_sym_L_DQUOTE] = ACTIONS(1745), - [anon_sym_u_DQUOTE] = ACTIONS(1745), - [anon_sym_U_DQUOTE] = ACTIONS(1745), - [anon_sym_u8_DQUOTE] = ACTIONS(1745), - [anon_sym_DQUOTE] = ACTIONS(1745), - [sym_true] = ACTIONS(1743), - [sym_false] = ACTIONS(1743), - [sym_null] = ACTIONS(1743), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1743), - [anon_sym_virtual] = ACTIONS(1743), - [anon_sym_explicit] = ACTIONS(1743), - [sym_auto] = ACTIONS(1743), - [anon_sym_typename] = ACTIONS(1743), - [anon_sym_template] = ACTIONS(1743), - [anon_sym_operator] = ACTIONS(1743), - [anon_sym_delete] = ACTIONS(1743), - [anon_sym_throw] = ACTIONS(1743), - [anon_sym_namespace] = ACTIONS(1743), - [anon_sym_using] = ACTIONS(1743), - [anon_sym_static_assert] = ACTIONS(1743), - [anon_sym_co_return] = ACTIONS(1743), - [anon_sym_co_yield] = ACTIONS(1743), - [anon_sym_try] = ACTIONS(1743), - [anon_sym_co_await] = ACTIONS(1743), - [anon_sym_new] = ACTIONS(1743), - [sym_this] = ACTIONS(1743), - [sym_nullptr] = ACTIONS(1743), - [sym_alone_macro] = ACTIONS(1745), - [aux_sym_alone_macro_call_token1] = ACTIONS(1743), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_FORWARD] = ACTIONS(1743), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_PS_GET] = ACTIONS(1743), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), - [anon_sym_MOZ_COLD] = ACTIONS(1743), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_RAII] = ACTIONS(1743), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), - [sym_raw_string_literal] = ACTIONS(1745), - }, - [207] = { - [sym_identifier] = ACTIONS(1747), - [aux_sym_preproc_include_token1] = ACTIONS(1747), - [aux_sym_preproc_def_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token2] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), - [aux_sym_preproc_else_token1] = ACTIONS(1747), - [aux_sym_preproc_elif_token1] = ACTIONS(1747), - [sym_preproc_directive] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1749), - [anon_sym_BANG] = ACTIONS(1749), - [anon_sym_TILDE] = ACTIONS(1749), - [anon_sym_DASH] = ACTIONS(1747), - [anon_sym_PLUS] = ACTIONS(1747), - [anon_sym_STAR] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1747), - [anon_sym_SEMI] = ACTIONS(1749), - [anon_sym_typedef] = ACTIONS(1747), - [anon_sym_extern] = ACTIONS(1747), - [anon_sym___attribute__] = ACTIONS(1747), - [anon_sym_COLON_COLON] = ACTIONS(1749), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), - [anon_sym___declspec] = ACTIONS(1747), - [anon_sym___based] = ACTIONS(1747), - [anon_sym___cdecl] = ACTIONS(1747), - [anon_sym___clrcall] = ACTIONS(1747), - [anon_sym___stdcall] = ACTIONS(1747), - [anon_sym___fastcall] = ACTIONS(1747), - [anon_sym___thiscall] = ACTIONS(1747), - [anon_sym___vectorcall] = ACTIONS(1747), - [anon_sym_LBRACE] = ACTIONS(1749), - [anon_sym_LBRACK] = ACTIONS(1747), - [anon_sym_static] = ACTIONS(1747), - [anon_sym_register] = ACTIONS(1747), - [anon_sym_inline] = ACTIONS(1747), - [anon_sym_thread_local] = ACTIONS(1747), - [anon_sym_const] = ACTIONS(1747), - [anon_sym_volatile] = ACTIONS(1747), - [anon_sym_restrict] = ACTIONS(1747), - [anon_sym__Atomic] = ACTIONS(1747), - [anon_sym_mutable] = ACTIONS(1747), - [anon_sym_constexpr] = ACTIONS(1747), - [anon_sym_signed] = ACTIONS(1747), - [anon_sym_unsigned] = ACTIONS(1747), - [anon_sym_long] = ACTIONS(1747), - [anon_sym_short] = ACTIONS(1747), - [sym_primitive_type] = ACTIONS(1747), - [anon_sym_enum] = ACTIONS(1747), - [anon_sym_class] = ACTIONS(1747), - [anon_sym_struct] = ACTIONS(1747), - [anon_sym_union] = ACTIONS(1747), - [anon_sym_if] = ACTIONS(1747), - [anon_sym_switch] = ACTIONS(1747), - [anon_sym_case] = ACTIONS(1747), - [anon_sym_default] = ACTIONS(1747), - [anon_sym_while] = ACTIONS(1747), - [anon_sym_do] = ACTIONS(1747), - [anon_sym_for] = ACTIONS(1747), - [anon_sym_return] = ACTIONS(1747), - [anon_sym_break] = ACTIONS(1747), - [anon_sym_continue] = ACTIONS(1747), - [anon_sym_goto] = ACTIONS(1747), - [anon_sym_DASH_DASH] = ACTIONS(1749), - [anon_sym_PLUS_PLUS] = ACTIONS(1749), - [anon_sym_sizeof] = ACTIONS(1747), - [sym_number_literal] = ACTIONS(1749), - [anon_sym_L_SQUOTE] = ACTIONS(1749), - [anon_sym_u_SQUOTE] = ACTIONS(1749), - [anon_sym_U_SQUOTE] = ACTIONS(1749), - [anon_sym_u8_SQUOTE] = ACTIONS(1749), - [anon_sym_SQUOTE] = ACTIONS(1749), - [anon_sym_L_DQUOTE] = ACTIONS(1749), - [anon_sym_u_DQUOTE] = ACTIONS(1749), - [anon_sym_U_DQUOTE] = ACTIONS(1749), - [anon_sym_u8_DQUOTE] = ACTIONS(1749), - [anon_sym_DQUOTE] = ACTIONS(1749), - [sym_true] = ACTIONS(1747), - [sym_false] = ACTIONS(1747), - [sym_null] = ACTIONS(1747), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1747), - [anon_sym_virtual] = ACTIONS(1747), - [anon_sym_explicit] = ACTIONS(1747), - [sym_auto] = ACTIONS(1747), - [anon_sym_typename] = ACTIONS(1747), - [anon_sym_template] = ACTIONS(1747), - [anon_sym_operator] = ACTIONS(1747), - [anon_sym_delete] = ACTIONS(1747), - [anon_sym_throw] = ACTIONS(1747), - [anon_sym_namespace] = ACTIONS(1747), - [anon_sym_using] = ACTIONS(1747), - [anon_sym_static_assert] = ACTIONS(1747), - [anon_sym_co_return] = ACTIONS(1747), - [anon_sym_co_yield] = ACTIONS(1747), - [anon_sym_try] = ACTIONS(1747), - [anon_sym_co_await] = ACTIONS(1747), - [anon_sym_new] = ACTIONS(1747), - [sym_this] = ACTIONS(1747), - [sym_nullptr] = ACTIONS(1747), - [sym_alone_macro] = ACTIONS(1749), - [aux_sym_alone_macro_call_token1] = ACTIONS(1747), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_FORWARD] = ACTIONS(1747), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_PS_GET] = ACTIONS(1747), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), - [anon_sym_MOZ_COLD] = ACTIONS(1747), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_RAII] = ACTIONS(1747), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), - [sym_raw_string_literal] = ACTIONS(1749), - }, - [208] = { - [sym_identifier] = ACTIONS(1751), - [aux_sym_preproc_include_token1] = ACTIONS(1751), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token2] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), - [aux_sym_preproc_else_token1] = ACTIONS(1751), - [aux_sym_preproc_elif_token1] = ACTIONS(1751), - [sym_preproc_directive] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1753), - [anon_sym_BANG] = ACTIONS(1753), - [anon_sym_TILDE] = ACTIONS(1753), - [anon_sym_DASH] = ACTIONS(1751), - [anon_sym_PLUS] = ACTIONS(1751), - [anon_sym_STAR] = ACTIONS(1753), - [anon_sym_AMP_AMP] = ACTIONS(1753), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_SEMI] = ACTIONS(1753), - [anon_sym_typedef] = ACTIONS(1751), - [anon_sym_extern] = ACTIONS(1751), - [anon_sym___attribute__] = ACTIONS(1751), - [anon_sym_COLON_COLON] = ACTIONS(1753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), - [anon_sym___declspec] = ACTIONS(1751), - [anon_sym___based] = ACTIONS(1751), - [anon_sym___cdecl] = ACTIONS(1751), - [anon_sym___clrcall] = ACTIONS(1751), - [anon_sym___stdcall] = ACTIONS(1751), - [anon_sym___fastcall] = ACTIONS(1751), - [anon_sym___thiscall] = ACTIONS(1751), - [anon_sym___vectorcall] = ACTIONS(1751), - [anon_sym_LBRACE] = ACTIONS(1753), - [anon_sym_LBRACK] = ACTIONS(1751), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_register] = ACTIONS(1751), - [anon_sym_inline] = ACTIONS(1751), - [anon_sym_thread_local] = ACTIONS(1751), - [anon_sym_const] = ACTIONS(1751), - [anon_sym_volatile] = ACTIONS(1751), - [anon_sym_restrict] = ACTIONS(1751), - [anon_sym__Atomic] = ACTIONS(1751), - [anon_sym_mutable] = ACTIONS(1751), - [anon_sym_constexpr] = ACTIONS(1751), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), - [sym_primitive_type] = ACTIONS(1751), - [anon_sym_enum] = ACTIONS(1751), - [anon_sym_class] = ACTIONS(1751), - [anon_sym_struct] = ACTIONS(1751), - [anon_sym_union] = ACTIONS(1751), - [anon_sym_if] = ACTIONS(1751), - [anon_sym_switch] = ACTIONS(1751), - [anon_sym_case] = ACTIONS(1751), - [anon_sym_default] = ACTIONS(1751), - [anon_sym_while] = ACTIONS(1751), - [anon_sym_do] = ACTIONS(1751), - [anon_sym_for] = ACTIONS(1751), - [anon_sym_return] = ACTIONS(1751), - [anon_sym_break] = ACTIONS(1751), - [anon_sym_continue] = ACTIONS(1751), - [anon_sym_goto] = ACTIONS(1751), - [anon_sym_DASH_DASH] = ACTIONS(1753), - [anon_sym_PLUS_PLUS] = ACTIONS(1753), - [anon_sym_sizeof] = ACTIONS(1751), - [sym_number_literal] = ACTIONS(1753), - [anon_sym_L_SQUOTE] = ACTIONS(1753), - [anon_sym_u_SQUOTE] = ACTIONS(1753), - [anon_sym_U_SQUOTE] = ACTIONS(1753), - [anon_sym_u8_SQUOTE] = ACTIONS(1753), - [anon_sym_SQUOTE] = ACTIONS(1753), - [anon_sym_L_DQUOTE] = ACTIONS(1753), - [anon_sym_u_DQUOTE] = ACTIONS(1753), - [anon_sym_U_DQUOTE] = ACTIONS(1753), - [anon_sym_u8_DQUOTE] = ACTIONS(1753), - [anon_sym_DQUOTE] = ACTIONS(1753), - [sym_true] = ACTIONS(1751), - [sym_false] = ACTIONS(1751), - [sym_null] = ACTIONS(1751), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1751), - [anon_sym_virtual] = ACTIONS(1751), - [anon_sym_explicit] = ACTIONS(1751), - [sym_auto] = ACTIONS(1751), - [anon_sym_typename] = ACTIONS(1751), - [anon_sym_template] = ACTIONS(1751), - [anon_sym_operator] = ACTIONS(1751), - [anon_sym_delete] = ACTIONS(1751), - [anon_sym_throw] = ACTIONS(1751), - [anon_sym_namespace] = ACTIONS(1751), - [anon_sym_using] = ACTIONS(1751), - [anon_sym_static_assert] = ACTIONS(1751), - [anon_sym_co_return] = ACTIONS(1751), - [anon_sym_co_yield] = ACTIONS(1751), - [anon_sym_try] = ACTIONS(1751), - [anon_sym_co_await] = ACTIONS(1751), - [anon_sym_new] = ACTIONS(1751), - [sym_this] = ACTIONS(1751), - [sym_nullptr] = ACTIONS(1751), - [sym_alone_macro] = ACTIONS(1753), - [aux_sym_alone_macro_call_token1] = ACTIONS(1751), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_FORWARD] = ACTIONS(1751), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_PS_GET] = ACTIONS(1751), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), - [anon_sym_MOZ_COLD] = ACTIONS(1751), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_RAII] = ACTIONS(1751), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), - [sym_raw_string_literal] = ACTIONS(1753), - }, - [209] = { - [sym_identifier] = ACTIONS(1755), - [aux_sym_preproc_include_token1] = ACTIONS(1755), - [aux_sym_preproc_def_token1] = ACTIONS(1755), - [aux_sym_preproc_if_token1] = ACTIONS(1755), - [aux_sym_preproc_if_token2] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), - [aux_sym_preproc_else_token1] = ACTIONS(1755), - [aux_sym_preproc_elif_token1] = ACTIONS(1755), - [sym_preproc_directive] = ACTIONS(1755), - [anon_sym_LPAREN2] = ACTIONS(1757), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1755), - [anon_sym_PLUS] = ACTIONS(1755), - [anon_sym_STAR] = ACTIONS(1757), - [anon_sym_AMP_AMP] = ACTIONS(1757), - [anon_sym_AMP] = ACTIONS(1755), - [anon_sym_SEMI] = ACTIONS(1757), - [anon_sym_typedef] = ACTIONS(1755), - [anon_sym_extern] = ACTIONS(1755), - [anon_sym___attribute__] = ACTIONS(1755), - [anon_sym_COLON_COLON] = ACTIONS(1757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), - [anon_sym___declspec] = ACTIONS(1755), - [anon_sym___based] = ACTIONS(1755), - [anon_sym___cdecl] = ACTIONS(1755), - [anon_sym___clrcall] = ACTIONS(1755), - [anon_sym___stdcall] = ACTIONS(1755), - [anon_sym___fastcall] = ACTIONS(1755), - [anon_sym___thiscall] = ACTIONS(1755), - [anon_sym___vectorcall] = ACTIONS(1755), - [anon_sym_LBRACE] = ACTIONS(1757), - [anon_sym_LBRACK] = ACTIONS(1755), - [anon_sym_static] = ACTIONS(1755), - [anon_sym_register] = ACTIONS(1755), - [anon_sym_inline] = ACTIONS(1755), - [anon_sym_thread_local] = ACTIONS(1755), - [anon_sym_const] = ACTIONS(1755), - [anon_sym_volatile] = ACTIONS(1755), - [anon_sym_restrict] = ACTIONS(1755), - [anon_sym__Atomic] = ACTIONS(1755), - [anon_sym_mutable] = ACTIONS(1755), - [anon_sym_constexpr] = ACTIONS(1755), - [anon_sym_signed] = ACTIONS(1755), - [anon_sym_unsigned] = ACTIONS(1755), - [anon_sym_long] = ACTIONS(1755), - [anon_sym_short] = ACTIONS(1755), - [sym_primitive_type] = ACTIONS(1755), - [anon_sym_enum] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(1755), - [anon_sym_struct] = ACTIONS(1755), - [anon_sym_union] = ACTIONS(1755), - [anon_sym_if] = ACTIONS(1755), - [anon_sym_switch] = ACTIONS(1755), - [anon_sym_case] = ACTIONS(1755), - [anon_sym_default] = ACTIONS(1755), - [anon_sym_while] = ACTIONS(1755), - [anon_sym_do] = ACTIONS(1755), - [anon_sym_for] = ACTIONS(1755), - [anon_sym_return] = ACTIONS(1755), - [anon_sym_break] = ACTIONS(1755), - [anon_sym_continue] = ACTIONS(1755), - [anon_sym_goto] = ACTIONS(1755), - [anon_sym_DASH_DASH] = ACTIONS(1757), - [anon_sym_PLUS_PLUS] = ACTIONS(1757), - [anon_sym_sizeof] = ACTIONS(1755), - [sym_number_literal] = ACTIONS(1757), - [anon_sym_L_SQUOTE] = ACTIONS(1757), - [anon_sym_u_SQUOTE] = ACTIONS(1757), - [anon_sym_U_SQUOTE] = ACTIONS(1757), - [anon_sym_u8_SQUOTE] = ACTIONS(1757), - [anon_sym_SQUOTE] = ACTIONS(1757), - [anon_sym_L_DQUOTE] = ACTIONS(1757), - [anon_sym_u_DQUOTE] = ACTIONS(1757), - [anon_sym_U_DQUOTE] = ACTIONS(1757), - [anon_sym_u8_DQUOTE] = ACTIONS(1757), - [anon_sym_DQUOTE] = ACTIONS(1757), - [sym_true] = ACTIONS(1755), - [sym_false] = ACTIONS(1755), - [sym_null] = ACTIONS(1755), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1755), - [anon_sym_virtual] = ACTIONS(1755), - [anon_sym_explicit] = ACTIONS(1755), - [sym_auto] = ACTIONS(1755), - [anon_sym_typename] = ACTIONS(1755), - [anon_sym_template] = ACTIONS(1755), - [anon_sym_operator] = ACTIONS(1755), - [anon_sym_delete] = ACTIONS(1755), - [anon_sym_throw] = ACTIONS(1755), - [anon_sym_namespace] = ACTIONS(1755), - [anon_sym_using] = ACTIONS(1755), - [anon_sym_static_assert] = ACTIONS(1755), - [anon_sym_co_return] = ACTIONS(1755), - [anon_sym_co_yield] = ACTIONS(1755), - [anon_sym_try] = ACTIONS(1755), - [anon_sym_co_await] = ACTIONS(1755), - [anon_sym_new] = ACTIONS(1755), - [sym_this] = ACTIONS(1755), - [sym_nullptr] = ACTIONS(1755), - [sym_alone_macro] = ACTIONS(1757), - [aux_sym_alone_macro_call_token1] = ACTIONS(1755), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_FORWARD] = ACTIONS(1755), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_PS_GET] = ACTIONS(1755), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), - [anon_sym_MOZ_COLD] = ACTIONS(1755), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_RAII] = ACTIONS(1755), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), - [sym_raw_string_literal] = ACTIONS(1757), - }, - [210] = { - [sym_identifier] = ACTIONS(1759), - [aux_sym_preproc_include_token1] = ACTIONS(1759), - [aux_sym_preproc_def_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token2] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), - [aux_sym_preproc_else_token1] = ACTIONS(1759), - [aux_sym_preproc_elif_token1] = ACTIONS(1759), - [sym_preproc_directive] = ACTIONS(1759), - [anon_sym_LPAREN2] = ACTIONS(1761), - [anon_sym_BANG] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1759), - [anon_sym_PLUS] = ACTIONS(1759), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_AMP_AMP] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1759), - [anon_sym_SEMI] = ACTIONS(1761), - [anon_sym_typedef] = ACTIONS(1759), - [anon_sym_extern] = ACTIONS(1759), - [anon_sym___attribute__] = ACTIONS(1759), - [anon_sym_COLON_COLON] = ACTIONS(1761), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), - [anon_sym___declspec] = ACTIONS(1759), - [anon_sym___based] = ACTIONS(1759), - [anon_sym___cdecl] = ACTIONS(1759), - [anon_sym___clrcall] = ACTIONS(1759), - [anon_sym___stdcall] = ACTIONS(1759), - [anon_sym___fastcall] = ACTIONS(1759), - [anon_sym___thiscall] = ACTIONS(1759), - [anon_sym___vectorcall] = ACTIONS(1759), - [anon_sym_LBRACE] = ACTIONS(1761), - [anon_sym_LBRACK] = ACTIONS(1759), - [anon_sym_static] = ACTIONS(1759), - [anon_sym_register] = ACTIONS(1759), - [anon_sym_inline] = ACTIONS(1759), - [anon_sym_thread_local] = ACTIONS(1759), - [anon_sym_const] = ACTIONS(1759), - [anon_sym_volatile] = ACTIONS(1759), - [anon_sym_restrict] = ACTIONS(1759), - [anon_sym__Atomic] = ACTIONS(1759), - [anon_sym_mutable] = ACTIONS(1759), - [anon_sym_constexpr] = ACTIONS(1759), - [anon_sym_signed] = ACTIONS(1759), - [anon_sym_unsigned] = ACTIONS(1759), - [anon_sym_long] = ACTIONS(1759), - [anon_sym_short] = ACTIONS(1759), - [sym_primitive_type] = ACTIONS(1759), - [anon_sym_enum] = ACTIONS(1759), - [anon_sym_class] = ACTIONS(1759), - [anon_sym_struct] = ACTIONS(1759), - [anon_sym_union] = ACTIONS(1759), - [anon_sym_if] = ACTIONS(1759), - [anon_sym_switch] = ACTIONS(1759), - [anon_sym_case] = ACTIONS(1759), - [anon_sym_default] = ACTIONS(1759), - [anon_sym_while] = ACTIONS(1759), - [anon_sym_do] = ACTIONS(1759), - [anon_sym_for] = ACTIONS(1759), - [anon_sym_return] = ACTIONS(1759), - [anon_sym_break] = ACTIONS(1759), - [anon_sym_continue] = ACTIONS(1759), - [anon_sym_goto] = ACTIONS(1759), - [anon_sym_DASH_DASH] = ACTIONS(1761), - [anon_sym_PLUS_PLUS] = ACTIONS(1761), - [anon_sym_sizeof] = ACTIONS(1759), - [sym_number_literal] = ACTIONS(1761), - [anon_sym_L_SQUOTE] = ACTIONS(1761), - [anon_sym_u_SQUOTE] = ACTIONS(1761), - [anon_sym_U_SQUOTE] = ACTIONS(1761), - [anon_sym_u8_SQUOTE] = ACTIONS(1761), - [anon_sym_SQUOTE] = ACTIONS(1761), - [anon_sym_L_DQUOTE] = ACTIONS(1761), - [anon_sym_u_DQUOTE] = ACTIONS(1761), - [anon_sym_U_DQUOTE] = ACTIONS(1761), - [anon_sym_u8_DQUOTE] = ACTIONS(1761), - [anon_sym_DQUOTE] = ACTIONS(1761), - [sym_true] = ACTIONS(1759), - [sym_false] = ACTIONS(1759), - [sym_null] = ACTIONS(1759), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1759), - [anon_sym_virtual] = ACTIONS(1759), - [anon_sym_explicit] = ACTIONS(1759), - [sym_auto] = ACTIONS(1759), - [anon_sym_typename] = ACTIONS(1759), - [anon_sym_template] = ACTIONS(1759), - [anon_sym_operator] = ACTIONS(1759), - [anon_sym_delete] = ACTIONS(1759), - [anon_sym_throw] = ACTIONS(1759), - [anon_sym_namespace] = ACTIONS(1759), - [anon_sym_using] = ACTIONS(1759), - [anon_sym_static_assert] = ACTIONS(1759), - [anon_sym_co_return] = ACTIONS(1759), - [anon_sym_co_yield] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1759), - [anon_sym_co_await] = ACTIONS(1759), - [anon_sym_new] = ACTIONS(1759), - [sym_this] = ACTIONS(1759), - [sym_nullptr] = ACTIONS(1759), - [sym_alone_macro] = ACTIONS(1761), - [aux_sym_alone_macro_call_token1] = ACTIONS(1759), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_FORWARD] = ACTIONS(1759), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_PS_GET] = ACTIONS(1759), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), - [anon_sym_MOZ_COLD] = ACTIONS(1759), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_RAII] = ACTIONS(1759), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), - [sym_raw_string_literal] = ACTIONS(1761), - }, - [211] = { - [sym_identifier] = ACTIONS(1763), - [aux_sym_preproc_include_token1] = ACTIONS(1763), - [aux_sym_preproc_def_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token2] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), - [aux_sym_preproc_else_token1] = ACTIONS(1763), - [aux_sym_preproc_elif_token1] = ACTIONS(1763), - [sym_preproc_directive] = ACTIONS(1763), - [anon_sym_LPAREN2] = ACTIONS(1765), - [anon_sym_BANG] = ACTIONS(1765), - [anon_sym_TILDE] = ACTIONS(1765), - [anon_sym_DASH] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1765), - [anon_sym_typedef] = ACTIONS(1763), - [anon_sym_extern] = ACTIONS(1763), - [anon_sym___attribute__] = ACTIONS(1763), - [anon_sym_COLON_COLON] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), - [anon_sym___declspec] = ACTIONS(1763), - [anon_sym___based] = ACTIONS(1763), - [anon_sym___cdecl] = ACTIONS(1763), - [anon_sym___clrcall] = ACTIONS(1763), - [anon_sym___stdcall] = ACTIONS(1763), - [anon_sym___fastcall] = ACTIONS(1763), - [anon_sym___thiscall] = ACTIONS(1763), - [anon_sym___vectorcall] = ACTIONS(1763), - [anon_sym_LBRACE] = ACTIONS(1765), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_register] = ACTIONS(1763), - [anon_sym_inline] = ACTIONS(1763), - [anon_sym_thread_local] = ACTIONS(1763), - [anon_sym_const] = ACTIONS(1763), - [anon_sym_volatile] = ACTIONS(1763), - [anon_sym_restrict] = ACTIONS(1763), - [anon_sym__Atomic] = ACTIONS(1763), - [anon_sym_mutable] = ACTIONS(1763), - [anon_sym_constexpr] = ACTIONS(1763), - [anon_sym_signed] = ACTIONS(1763), - [anon_sym_unsigned] = ACTIONS(1763), - [anon_sym_long] = ACTIONS(1763), - [anon_sym_short] = ACTIONS(1763), - [sym_primitive_type] = ACTIONS(1763), - [anon_sym_enum] = ACTIONS(1763), - [anon_sym_class] = ACTIONS(1763), - [anon_sym_struct] = ACTIONS(1763), - [anon_sym_union] = ACTIONS(1763), - [anon_sym_if] = ACTIONS(1763), - [anon_sym_switch] = ACTIONS(1763), - [anon_sym_case] = ACTIONS(1763), - [anon_sym_default] = ACTIONS(1763), - [anon_sym_while] = ACTIONS(1763), - [anon_sym_do] = ACTIONS(1763), - [anon_sym_for] = ACTIONS(1763), - [anon_sym_return] = ACTIONS(1763), - [anon_sym_break] = ACTIONS(1763), - [anon_sym_continue] = ACTIONS(1763), - [anon_sym_goto] = ACTIONS(1763), - [anon_sym_DASH_DASH] = ACTIONS(1765), - [anon_sym_PLUS_PLUS] = ACTIONS(1765), - [anon_sym_sizeof] = ACTIONS(1763), - [sym_number_literal] = ACTIONS(1765), - [anon_sym_L_SQUOTE] = ACTIONS(1765), - [anon_sym_u_SQUOTE] = ACTIONS(1765), - [anon_sym_U_SQUOTE] = ACTIONS(1765), - [anon_sym_u8_SQUOTE] = ACTIONS(1765), - [anon_sym_SQUOTE] = ACTIONS(1765), - [anon_sym_L_DQUOTE] = ACTIONS(1765), - [anon_sym_u_DQUOTE] = ACTIONS(1765), - [anon_sym_U_DQUOTE] = ACTIONS(1765), - [anon_sym_u8_DQUOTE] = ACTIONS(1765), - [anon_sym_DQUOTE] = ACTIONS(1765), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [sym_null] = ACTIONS(1763), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1763), - [anon_sym_virtual] = ACTIONS(1763), - [anon_sym_explicit] = ACTIONS(1763), - [sym_auto] = ACTIONS(1763), - [anon_sym_typename] = ACTIONS(1763), - [anon_sym_template] = ACTIONS(1763), - [anon_sym_operator] = ACTIONS(1763), - [anon_sym_delete] = ACTIONS(1763), - [anon_sym_throw] = ACTIONS(1763), - [anon_sym_namespace] = ACTIONS(1763), - [anon_sym_using] = ACTIONS(1763), - [anon_sym_static_assert] = ACTIONS(1763), - [anon_sym_co_return] = ACTIONS(1763), - [anon_sym_co_yield] = ACTIONS(1763), - [anon_sym_try] = ACTIONS(1763), - [anon_sym_co_await] = ACTIONS(1763), - [anon_sym_new] = ACTIONS(1763), - [sym_this] = ACTIONS(1763), - [sym_nullptr] = ACTIONS(1763), - [sym_alone_macro] = ACTIONS(1765), - [aux_sym_alone_macro_call_token1] = ACTIONS(1763), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_FORWARD] = ACTIONS(1763), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_PS_GET] = ACTIONS(1763), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), - [anon_sym_MOZ_COLD] = ACTIONS(1763), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_RAII] = ACTIONS(1763), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), - [sym_raw_string_literal] = ACTIONS(1765), - }, - [212] = { - [sym_identifier] = ACTIONS(1767), - [aux_sym_preproc_include_token1] = ACTIONS(1767), - [aux_sym_preproc_def_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token2] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), - [aux_sym_preproc_else_token1] = ACTIONS(1767), - [aux_sym_preproc_elif_token1] = ACTIONS(1767), - [sym_preproc_directive] = ACTIONS(1767), - [anon_sym_LPAREN2] = ACTIONS(1769), - [anon_sym_BANG] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1769), - [anon_sym_DASH] = ACTIONS(1767), - [anon_sym_PLUS] = ACTIONS(1767), - [anon_sym_STAR] = ACTIONS(1769), - [anon_sym_AMP_AMP] = ACTIONS(1769), - [anon_sym_AMP] = ACTIONS(1767), - [anon_sym_SEMI] = ACTIONS(1769), - [anon_sym_typedef] = ACTIONS(1767), - [anon_sym_extern] = ACTIONS(1767), - [anon_sym___attribute__] = ACTIONS(1767), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), - [anon_sym___declspec] = ACTIONS(1767), - [anon_sym___based] = ACTIONS(1767), - [anon_sym___cdecl] = ACTIONS(1767), - [anon_sym___clrcall] = ACTIONS(1767), - [anon_sym___stdcall] = ACTIONS(1767), - [anon_sym___fastcall] = ACTIONS(1767), - [anon_sym___thiscall] = ACTIONS(1767), - [anon_sym___vectorcall] = ACTIONS(1767), - [anon_sym_LBRACE] = ACTIONS(1769), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_static] = ACTIONS(1767), - [anon_sym_register] = ACTIONS(1767), - [anon_sym_inline] = ACTIONS(1767), - [anon_sym_thread_local] = ACTIONS(1767), - [anon_sym_const] = ACTIONS(1767), - [anon_sym_volatile] = ACTIONS(1767), - [anon_sym_restrict] = ACTIONS(1767), - [anon_sym__Atomic] = ACTIONS(1767), - [anon_sym_mutable] = ACTIONS(1767), - [anon_sym_constexpr] = ACTIONS(1767), - [anon_sym_signed] = ACTIONS(1767), - [anon_sym_unsigned] = ACTIONS(1767), - [anon_sym_long] = ACTIONS(1767), - [anon_sym_short] = ACTIONS(1767), - [sym_primitive_type] = ACTIONS(1767), - [anon_sym_enum] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(1767), - [anon_sym_struct] = ACTIONS(1767), - [anon_sym_union] = ACTIONS(1767), - [anon_sym_if] = ACTIONS(1767), - [anon_sym_switch] = ACTIONS(1767), - [anon_sym_case] = ACTIONS(1767), - [anon_sym_default] = ACTIONS(1767), - [anon_sym_while] = ACTIONS(1767), - [anon_sym_do] = ACTIONS(1767), - [anon_sym_for] = ACTIONS(1767), - [anon_sym_return] = ACTIONS(1767), - [anon_sym_break] = ACTIONS(1767), - [anon_sym_continue] = ACTIONS(1767), - [anon_sym_goto] = ACTIONS(1767), - [anon_sym_DASH_DASH] = ACTIONS(1769), - [anon_sym_PLUS_PLUS] = ACTIONS(1769), - [anon_sym_sizeof] = ACTIONS(1767), - [sym_number_literal] = ACTIONS(1769), - [anon_sym_L_SQUOTE] = ACTIONS(1769), - [anon_sym_u_SQUOTE] = ACTIONS(1769), - [anon_sym_U_SQUOTE] = ACTIONS(1769), - [anon_sym_u8_SQUOTE] = ACTIONS(1769), - [anon_sym_SQUOTE] = ACTIONS(1769), - [anon_sym_L_DQUOTE] = ACTIONS(1769), - [anon_sym_u_DQUOTE] = ACTIONS(1769), - [anon_sym_U_DQUOTE] = ACTIONS(1769), - [anon_sym_u8_DQUOTE] = ACTIONS(1769), - [anon_sym_DQUOTE] = ACTIONS(1769), - [sym_true] = ACTIONS(1767), - [sym_false] = ACTIONS(1767), - [sym_null] = ACTIONS(1767), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1767), - [anon_sym_virtual] = ACTIONS(1767), - [anon_sym_explicit] = ACTIONS(1767), - [sym_auto] = ACTIONS(1767), - [anon_sym_typename] = ACTIONS(1767), - [anon_sym_template] = ACTIONS(1767), - [anon_sym_operator] = ACTIONS(1767), - [anon_sym_delete] = ACTIONS(1767), - [anon_sym_throw] = ACTIONS(1767), - [anon_sym_namespace] = ACTIONS(1767), - [anon_sym_using] = ACTIONS(1767), - [anon_sym_static_assert] = ACTIONS(1767), - [anon_sym_co_return] = ACTIONS(1767), - [anon_sym_co_yield] = ACTIONS(1767), - [anon_sym_try] = ACTIONS(1767), - [anon_sym_co_await] = ACTIONS(1767), - [anon_sym_new] = ACTIONS(1767), - [sym_this] = ACTIONS(1767), - [sym_nullptr] = ACTIONS(1767), - [sym_alone_macro] = ACTIONS(1769), - [aux_sym_alone_macro_call_token1] = ACTIONS(1767), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_FORWARD] = ACTIONS(1767), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_PS_GET] = ACTIONS(1767), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), - [anon_sym_MOZ_COLD] = ACTIONS(1767), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_RAII] = ACTIONS(1767), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), - [sym_raw_string_literal] = ACTIONS(1769), - }, - [213] = { - [sym_identifier] = ACTIONS(1771), - [aux_sym_preproc_include_token1] = ACTIONS(1771), - [aux_sym_preproc_def_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token2] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), - [aux_sym_preproc_else_token1] = ACTIONS(1771), - [aux_sym_preproc_elif_token1] = ACTIONS(1771), - [sym_preproc_directive] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_BANG] = ACTIONS(1773), - [anon_sym_TILDE] = ACTIONS(1773), - [anon_sym_DASH] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(1771), - [anon_sym_STAR] = ACTIONS(1773), - [anon_sym_AMP_AMP] = ACTIONS(1773), - [anon_sym_AMP] = ACTIONS(1771), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_typedef] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym___attribute__] = ACTIONS(1771), - [anon_sym_COLON_COLON] = ACTIONS(1773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), - [anon_sym___declspec] = ACTIONS(1771), - [anon_sym___based] = ACTIONS(1771), - [anon_sym___cdecl] = ACTIONS(1771), - [anon_sym___clrcall] = ACTIONS(1771), - [anon_sym___stdcall] = ACTIONS(1771), - [anon_sym___fastcall] = ACTIONS(1771), - [anon_sym___thiscall] = ACTIONS(1771), - [anon_sym___vectorcall] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1771), - [anon_sym_static] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_inline] = ACTIONS(1771), - [anon_sym_thread_local] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [anon_sym_volatile] = ACTIONS(1771), - [anon_sym_restrict] = ACTIONS(1771), - [anon_sym__Atomic] = ACTIONS(1771), - [anon_sym_mutable] = ACTIONS(1771), - [anon_sym_constexpr] = ACTIONS(1771), - [anon_sym_signed] = ACTIONS(1771), - [anon_sym_unsigned] = ACTIONS(1771), - [anon_sym_long] = ACTIONS(1771), - [anon_sym_short] = ACTIONS(1771), - [sym_primitive_type] = ACTIONS(1771), - [anon_sym_enum] = ACTIONS(1771), - [anon_sym_class] = ACTIONS(1771), - [anon_sym_struct] = ACTIONS(1771), - [anon_sym_union] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_switch] = ACTIONS(1771), - [anon_sym_case] = ACTIONS(1771), - [anon_sym_default] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_goto] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_PLUS_PLUS] = ACTIONS(1773), - [anon_sym_sizeof] = ACTIONS(1771), - [sym_number_literal] = ACTIONS(1773), - [anon_sym_L_SQUOTE] = ACTIONS(1773), - [anon_sym_u_SQUOTE] = ACTIONS(1773), - [anon_sym_U_SQUOTE] = ACTIONS(1773), - [anon_sym_u8_SQUOTE] = ACTIONS(1773), - [anon_sym_SQUOTE] = ACTIONS(1773), - [anon_sym_L_DQUOTE] = ACTIONS(1773), - [anon_sym_u_DQUOTE] = ACTIONS(1773), - [anon_sym_U_DQUOTE] = ACTIONS(1773), - [anon_sym_u8_DQUOTE] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym_true] = ACTIONS(1771), - [sym_false] = ACTIONS(1771), - [sym_null] = ACTIONS(1771), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1771), - [anon_sym_virtual] = ACTIONS(1771), - [anon_sym_explicit] = ACTIONS(1771), - [sym_auto] = ACTIONS(1771), - [anon_sym_typename] = ACTIONS(1771), - [anon_sym_template] = ACTIONS(1771), - [anon_sym_operator] = ACTIONS(1771), - [anon_sym_delete] = ACTIONS(1771), - [anon_sym_throw] = ACTIONS(1771), - [anon_sym_namespace] = ACTIONS(1771), - [anon_sym_using] = ACTIONS(1771), - [anon_sym_static_assert] = ACTIONS(1771), - [anon_sym_co_return] = ACTIONS(1771), - [anon_sym_co_yield] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_co_await] = ACTIONS(1771), - [anon_sym_new] = ACTIONS(1771), - [sym_this] = ACTIONS(1771), - [sym_nullptr] = ACTIONS(1771), - [sym_alone_macro] = ACTIONS(1773), - [aux_sym_alone_macro_call_token1] = ACTIONS(1771), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_FORWARD] = ACTIONS(1771), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1771), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_PS_GET] = ACTIONS(1771), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1771), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1771), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), - [anon_sym_MOZ_COLD] = ACTIONS(1771), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_RAII] = ACTIONS(1771), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), - [sym_raw_string_literal] = ACTIONS(1773), - }, - [214] = { - [sym_identifier] = ACTIONS(1775), - [aux_sym_preproc_include_token1] = ACTIONS(1775), - [aux_sym_preproc_def_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token2] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), - [aux_sym_preproc_else_token1] = ACTIONS(1775), - [aux_sym_preproc_elif_token1] = ACTIONS(1775), - [sym_preproc_directive] = ACTIONS(1775), - [anon_sym_LPAREN2] = ACTIONS(1777), - [anon_sym_BANG] = ACTIONS(1777), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1775), - [anon_sym_PLUS] = ACTIONS(1775), - [anon_sym_STAR] = ACTIONS(1777), - [anon_sym_AMP_AMP] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_SEMI] = ACTIONS(1777), - [anon_sym_typedef] = ACTIONS(1775), - [anon_sym_extern] = ACTIONS(1775), - [anon_sym___attribute__] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), - [anon_sym___declspec] = ACTIONS(1775), - [anon_sym___based] = ACTIONS(1775), - [anon_sym___cdecl] = ACTIONS(1775), - [anon_sym___clrcall] = ACTIONS(1775), - [anon_sym___stdcall] = ACTIONS(1775), - [anon_sym___fastcall] = ACTIONS(1775), - [anon_sym___thiscall] = ACTIONS(1775), - [anon_sym___vectorcall] = ACTIONS(1775), - [anon_sym_LBRACE] = ACTIONS(1777), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_static] = ACTIONS(1775), - [anon_sym_register] = ACTIONS(1775), - [anon_sym_inline] = ACTIONS(1775), - [anon_sym_thread_local] = ACTIONS(1775), - [anon_sym_const] = ACTIONS(1775), - [anon_sym_volatile] = ACTIONS(1775), - [anon_sym_restrict] = ACTIONS(1775), - [anon_sym__Atomic] = ACTIONS(1775), - [anon_sym_mutable] = ACTIONS(1775), - [anon_sym_constexpr] = ACTIONS(1775), - [anon_sym_signed] = ACTIONS(1775), - [anon_sym_unsigned] = ACTIONS(1775), - [anon_sym_long] = ACTIONS(1775), - [anon_sym_short] = ACTIONS(1775), - [sym_primitive_type] = ACTIONS(1775), - [anon_sym_enum] = ACTIONS(1775), - [anon_sym_class] = ACTIONS(1775), - [anon_sym_struct] = ACTIONS(1775), - [anon_sym_union] = ACTIONS(1775), - [anon_sym_if] = ACTIONS(1775), - [anon_sym_switch] = ACTIONS(1775), - [anon_sym_case] = ACTIONS(1775), - [anon_sym_default] = ACTIONS(1775), - [anon_sym_while] = ACTIONS(1775), - [anon_sym_do] = ACTIONS(1775), - [anon_sym_for] = ACTIONS(1775), - [anon_sym_return] = ACTIONS(1775), - [anon_sym_break] = ACTIONS(1775), - [anon_sym_continue] = ACTIONS(1775), - [anon_sym_goto] = ACTIONS(1775), - [anon_sym_DASH_DASH] = ACTIONS(1777), - [anon_sym_PLUS_PLUS] = ACTIONS(1777), - [anon_sym_sizeof] = ACTIONS(1775), - [sym_number_literal] = ACTIONS(1777), - [anon_sym_L_SQUOTE] = ACTIONS(1777), - [anon_sym_u_SQUOTE] = ACTIONS(1777), - [anon_sym_U_SQUOTE] = ACTIONS(1777), - [anon_sym_u8_SQUOTE] = ACTIONS(1777), - [anon_sym_SQUOTE] = ACTIONS(1777), - [anon_sym_L_DQUOTE] = ACTIONS(1777), - [anon_sym_u_DQUOTE] = ACTIONS(1777), - [anon_sym_U_DQUOTE] = ACTIONS(1777), - [anon_sym_u8_DQUOTE] = ACTIONS(1777), - [anon_sym_DQUOTE] = ACTIONS(1777), - [sym_true] = ACTIONS(1775), - [sym_false] = ACTIONS(1775), - [sym_null] = ACTIONS(1775), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1775), - [anon_sym_virtual] = ACTIONS(1775), - [anon_sym_explicit] = ACTIONS(1775), - [sym_auto] = ACTIONS(1775), - [anon_sym_typename] = ACTIONS(1775), - [anon_sym_template] = ACTIONS(1775), - [anon_sym_operator] = ACTIONS(1775), - [anon_sym_delete] = ACTIONS(1775), - [anon_sym_throw] = ACTIONS(1775), - [anon_sym_namespace] = ACTIONS(1775), - [anon_sym_using] = ACTIONS(1775), - [anon_sym_static_assert] = ACTIONS(1775), - [anon_sym_co_return] = ACTIONS(1775), - [anon_sym_co_yield] = ACTIONS(1775), - [anon_sym_try] = ACTIONS(1775), - [anon_sym_co_await] = ACTIONS(1775), - [anon_sym_new] = ACTIONS(1775), - [sym_this] = ACTIONS(1775), - [sym_nullptr] = ACTIONS(1775), - [sym_alone_macro] = ACTIONS(1777), - [aux_sym_alone_macro_call_token1] = ACTIONS(1775), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_FORWARD] = ACTIONS(1775), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_PS_GET] = ACTIONS(1775), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), - [anon_sym_MOZ_COLD] = ACTIONS(1775), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_RAII] = ACTIONS(1775), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), - [sym_raw_string_literal] = ACTIONS(1777), - }, - [215] = { - [sym_identifier] = ACTIONS(1779), - [aux_sym_preproc_include_token1] = ACTIONS(1779), - [aux_sym_preproc_def_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token2] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), - [aux_sym_preproc_else_token1] = ACTIONS(1779), - [aux_sym_preproc_elif_token1] = ACTIONS(1779), - [sym_preproc_directive] = ACTIONS(1779), - [anon_sym_LPAREN2] = ACTIONS(1781), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_TILDE] = ACTIONS(1781), - [anon_sym_DASH] = ACTIONS(1779), - [anon_sym_PLUS] = ACTIONS(1779), - [anon_sym_STAR] = ACTIONS(1781), - [anon_sym_AMP_AMP] = ACTIONS(1781), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_SEMI] = ACTIONS(1781), - [anon_sym_typedef] = ACTIONS(1779), - [anon_sym_extern] = ACTIONS(1779), - [anon_sym___attribute__] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1781), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), - [anon_sym___declspec] = ACTIONS(1779), - [anon_sym___based] = ACTIONS(1779), - [anon_sym___cdecl] = ACTIONS(1779), - [anon_sym___clrcall] = ACTIONS(1779), - [anon_sym___stdcall] = ACTIONS(1779), - [anon_sym___fastcall] = ACTIONS(1779), - [anon_sym___thiscall] = ACTIONS(1779), - [anon_sym___vectorcall] = ACTIONS(1779), - [anon_sym_LBRACE] = ACTIONS(1781), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_static] = ACTIONS(1779), - [anon_sym_register] = ACTIONS(1779), - [anon_sym_inline] = ACTIONS(1779), - [anon_sym_thread_local] = ACTIONS(1779), - [anon_sym_const] = ACTIONS(1779), - [anon_sym_volatile] = ACTIONS(1779), - [anon_sym_restrict] = ACTIONS(1779), - [anon_sym__Atomic] = ACTIONS(1779), - [anon_sym_mutable] = ACTIONS(1779), - [anon_sym_constexpr] = ACTIONS(1779), - [anon_sym_signed] = ACTIONS(1779), - [anon_sym_unsigned] = ACTIONS(1779), - [anon_sym_long] = ACTIONS(1779), - [anon_sym_short] = ACTIONS(1779), - [sym_primitive_type] = ACTIONS(1779), - [anon_sym_enum] = ACTIONS(1779), - [anon_sym_class] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1779), - [anon_sym_union] = ACTIONS(1779), - [anon_sym_if] = ACTIONS(1779), - [anon_sym_switch] = ACTIONS(1779), - [anon_sym_case] = ACTIONS(1779), - [anon_sym_default] = ACTIONS(1779), - [anon_sym_while] = ACTIONS(1779), - [anon_sym_do] = ACTIONS(1779), - [anon_sym_for] = ACTIONS(1779), - [anon_sym_return] = ACTIONS(1779), - [anon_sym_break] = ACTIONS(1779), - [anon_sym_continue] = ACTIONS(1779), - [anon_sym_goto] = ACTIONS(1779), - [anon_sym_DASH_DASH] = ACTIONS(1781), - [anon_sym_PLUS_PLUS] = ACTIONS(1781), - [anon_sym_sizeof] = ACTIONS(1779), - [sym_number_literal] = ACTIONS(1781), - [anon_sym_L_SQUOTE] = ACTIONS(1781), - [anon_sym_u_SQUOTE] = ACTIONS(1781), - [anon_sym_U_SQUOTE] = ACTIONS(1781), - [anon_sym_u8_SQUOTE] = ACTIONS(1781), - [anon_sym_SQUOTE] = ACTIONS(1781), - [anon_sym_L_DQUOTE] = ACTIONS(1781), - [anon_sym_u_DQUOTE] = ACTIONS(1781), - [anon_sym_U_DQUOTE] = ACTIONS(1781), - [anon_sym_u8_DQUOTE] = ACTIONS(1781), - [anon_sym_DQUOTE] = ACTIONS(1781), - [sym_true] = ACTIONS(1779), - [sym_false] = ACTIONS(1779), - [sym_null] = ACTIONS(1779), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1779), - [anon_sym_virtual] = ACTIONS(1779), - [anon_sym_explicit] = ACTIONS(1779), - [sym_auto] = ACTIONS(1779), - [anon_sym_typename] = ACTIONS(1779), - [anon_sym_template] = ACTIONS(1779), - [anon_sym_operator] = ACTIONS(1779), - [anon_sym_delete] = ACTIONS(1779), - [anon_sym_throw] = ACTIONS(1779), - [anon_sym_namespace] = ACTIONS(1779), - [anon_sym_using] = ACTIONS(1779), - [anon_sym_static_assert] = ACTIONS(1779), - [anon_sym_co_return] = ACTIONS(1779), - [anon_sym_co_yield] = ACTIONS(1779), - [anon_sym_try] = ACTIONS(1779), - [anon_sym_co_await] = ACTIONS(1779), - [anon_sym_new] = ACTIONS(1779), - [sym_this] = ACTIONS(1779), - [sym_nullptr] = ACTIONS(1779), - [sym_alone_macro] = ACTIONS(1781), - [aux_sym_alone_macro_call_token1] = ACTIONS(1779), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_FORWARD] = ACTIONS(1779), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_PS_GET] = ACTIONS(1779), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), - [anon_sym_MOZ_COLD] = ACTIONS(1779), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_RAII] = ACTIONS(1779), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), - [sym_raw_string_literal] = ACTIONS(1781), - }, - [216] = { - [sym_identifier] = ACTIONS(1783), - [aux_sym_preproc_include_token1] = ACTIONS(1783), - [aux_sym_preproc_def_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token2] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), - [aux_sym_preproc_else_token1] = ACTIONS(1783), - [aux_sym_preproc_elif_token1] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1783), - [anon_sym_LPAREN2] = ACTIONS(1785), - [anon_sym_BANG] = ACTIONS(1785), - [anon_sym_TILDE] = ACTIONS(1785), - [anon_sym_DASH] = ACTIONS(1783), - [anon_sym_PLUS] = ACTIONS(1783), - [anon_sym_STAR] = ACTIONS(1785), - [anon_sym_AMP_AMP] = ACTIONS(1785), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_SEMI] = ACTIONS(1785), - [anon_sym_typedef] = ACTIONS(1783), - [anon_sym_extern] = ACTIONS(1783), - [anon_sym___attribute__] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), - [anon_sym___declspec] = ACTIONS(1783), - [anon_sym___based] = ACTIONS(1783), - [anon_sym___cdecl] = ACTIONS(1783), - [anon_sym___clrcall] = ACTIONS(1783), - [anon_sym___stdcall] = ACTIONS(1783), - [anon_sym___fastcall] = ACTIONS(1783), - [anon_sym___thiscall] = ACTIONS(1783), - [anon_sym___vectorcall] = ACTIONS(1783), - [anon_sym_LBRACE] = ACTIONS(1785), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_static] = ACTIONS(1783), - [anon_sym_register] = ACTIONS(1783), - [anon_sym_inline] = ACTIONS(1783), - [anon_sym_thread_local] = ACTIONS(1783), - [anon_sym_const] = ACTIONS(1783), - [anon_sym_volatile] = ACTIONS(1783), - [anon_sym_restrict] = ACTIONS(1783), - [anon_sym__Atomic] = ACTIONS(1783), - [anon_sym_mutable] = ACTIONS(1783), - [anon_sym_constexpr] = ACTIONS(1783), - [anon_sym_signed] = ACTIONS(1783), - [anon_sym_unsigned] = ACTIONS(1783), - [anon_sym_long] = ACTIONS(1783), - [anon_sym_short] = ACTIONS(1783), - [sym_primitive_type] = ACTIONS(1783), - [anon_sym_enum] = ACTIONS(1783), - [anon_sym_class] = ACTIONS(1783), - [anon_sym_struct] = ACTIONS(1783), - [anon_sym_union] = ACTIONS(1783), - [anon_sym_if] = ACTIONS(1783), - [anon_sym_switch] = ACTIONS(1783), - [anon_sym_case] = ACTIONS(1783), - [anon_sym_default] = ACTIONS(1783), - [anon_sym_while] = ACTIONS(1783), - [anon_sym_do] = ACTIONS(1783), - [anon_sym_for] = ACTIONS(1783), - [anon_sym_return] = ACTIONS(1783), - [anon_sym_break] = ACTIONS(1783), - [anon_sym_continue] = ACTIONS(1783), - [anon_sym_goto] = ACTIONS(1783), - [anon_sym_DASH_DASH] = ACTIONS(1785), - [anon_sym_PLUS_PLUS] = ACTIONS(1785), - [anon_sym_sizeof] = ACTIONS(1783), - [sym_number_literal] = ACTIONS(1785), - [anon_sym_L_SQUOTE] = ACTIONS(1785), - [anon_sym_u_SQUOTE] = ACTIONS(1785), - [anon_sym_U_SQUOTE] = ACTIONS(1785), - [anon_sym_u8_SQUOTE] = ACTIONS(1785), - [anon_sym_SQUOTE] = ACTIONS(1785), - [anon_sym_L_DQUOTE] = ACTIONS(1785), - [anon_sym_u_DQUOTE] = ACTIONS(1785), - [anon_sym_U_DQUOTE] = ACTIONS(1785), - [anon_sym_u8_DQUOTE] = ACTIONS(1785), - [anon_sym_DQUOTE] = ACTIONS(1785), - [sym_true] = ACTIONS(1783), - [sym_false] = ACTIONS(1783), - [sym_null] = ACTIONS(1783), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1783), - [anon_sym_virtual] = ACTIONS(1783), - [anon_sym_explicit] = ACTIONS(1783), - [sym_auto] = ACTIONS(1783), - [anon_sym_typename] = ACTIONS(1783), - [anon_sym_template] = ACTIONS(1783), - [anon_sym_operator] = ACTIONS(1783), - [anon_sym_delete] = ACTIONS(1783), - [anon_sym_throw] = ACTIONS(1783), - [anon_sym_namespace] = ACTIONS(1783), - [anon_sym_using] = ACTIONS(1783), - [anon_sym_static_assert] = ACTIONS(1783), - [anon_sym_co_return] = ACTIONS(1783), - [anon_sym_co_yield] = ACTIONS(1783), - [anon_sym_try] = ACTIONS(1783), - [anon_sym_co_await] = ACTIONS(1783), - [anon_sym_new] = ACTIONS(1783), - [sym_this] = ACTIONS(1783), - [sym_nullptr] = ACTIONS(1783), - [sym_alone_macro] = ACTIONS(1785), - [aux_sym_alone_macro_call_token1] = ACTIONS(1783), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_FORWARD] = ACTIONS(1783), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_PS_GET] = ACTIONS(1783), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), - [anon_sym_MOZ_COLD] = ACTIONS(1783), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_RAII] = ACTIONS(1783), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), - [sym_raw_string_literal] = ACTIONS(1785), - }, - [217] = { - [sym_identifier] = ACTIONS(1787), - [aux_sym_preproc_include_token1] = ACTIONS(1787), - [aux_sym_preproc_def_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token2] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), - [aux_sym_preproc_else_token1] = ACTIONS(1787), - [aux_sym_preproc_elif_token1] = ACTIONS(1787), - [sym_preproc_directive] = ACTIONS(1787), - [anon_sym_LPAREN2] = ACTIONS(1789), - [anon_sym_BANG] = ACTIONS(1789), - [anon_sym_TILDE] = ACTIONS(1789), - [anon_sym_DASH] = ACTIONS(1787), - [anon_sym_PLUS] = ACTIONS(1787), - [anon_sym_STAR] = ACTIONS(1789), - [anon_sym_AMP_AMP] = ACTIONS(1789), - [anon_sym_AMP] = ACTIONS(1787), - [anon_sym_SEMI] = ACTIONS(1789), - [anon_sym_typedef] = ACTIONS(1787), - [anon_sym_extern] = ACTIONS(1787), - [anon_sym___attribute__] = ACTIONS(1787), - [anon_sym_COLON_COLON] = ACTIONS(1789), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), - [anon_sym___declspec] = ACTIONS(1787), - [anon_sym___based] = ACTIONS(1787), - [anon_sym___cdecl] = ACTIONS(1787), - [anon_sym___clrcall] = ACTIONS(1787), - [anon_sym___stdcall] = ACTIONS(1787), - [anon_sym___fastcall] = ACTIONS(1787), - [anon_sym___thiscall] = ACTIONS(1787), - [anon_sym___vectorcall] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1789), - [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_static] = ACTIONS(1787), - [anon_sym_register] = ACTIONS(1787), - [anon_sym_inline] = ACTIONS(1787), - [anon_sym_thread_local] = ACTIONS(1787), - [anon_sym_const] = ACTIONS(1787), - [anon_sym_volatile] = ACTIONS(1787), - [anon_sym_restrict] = ACTIONS(1787), - [anon_sym__Atomic] = ACTIONS(1787), - [anon_sym_mutable] = ACTIONS(1787), - [anon_sym_constexpr] = ACTIONS(1787), - [anon_sym_signed] = ACTIONS(1787), - [anon_sym_unsigned] = ACTIONS(1787), - [anon_sym_long] = ACTIONS(1787), - [anon_sym_short] = ACTIONS(1787), - [sym_primitive_type] = ACTIONS(1787), - [anon_sym_enum] = ACTIONS(1787), - [anon_sym_class] = ACTIONS(1787), - [anon_sym_struct] = ACTIONS(1787), - [anon_sym_union] = ACTIONS(1787), - [anon_sym_if] = ACTIONS(1787), - [anon_sym_switch] = ACTIONS(1787), - [anon_sym_case] = ACTIONS(1787), - [anon_sym_default] = ACTIONS(1787), - [anon_sym_while] = ACTIONS(1787), - [anon_sym_do] = ACTIONS(1787), - [anon_sym_for] = ACTIONS(1787), - [anon_sym_return] = ACTIONS(1787), - [anon_sym_break] = ACTIONS(1787), - [anon_sym_continue] = ACTIONS(1787), - [anon_sym_goto] = ACTIONS(1787), - [anon_sym_DASH_DASH] = ACTIONS(1789), - [anon_sym_PLUS_PLUS] = ACTIONS(1789), - [anon_sym_sizeof] = ACTIONS(1787), - [sym_number_literal] = ACTIONS(1789), - [anon_sym_L_SQUOTE] = ACTIONS(1789), - [anon_sym_u_SQUOTE] = ACTIONS(1789), - [anon_sym_U_SQUOTE] = ACTIONS(1789), - [anon_sym_u8_SQUOTE] = ACTIONS(1789), - [anon_sym_SQUOTE] = ACTIONS(1789), - [anon_sym_L_DQUOTE] = ACTIONS(1789), - [anon_sym_u_DQUOTE] = ACTIONS(1789), - [anon_sym_U_DQUOTE] = ACTIONS(1789), - [anon_sym_u8_DQUOTE] = ACTIONS(1789), - [anon_sym_DQUOTE] = ACTIONS(1789), - [sym_true] = ACTIONS(1787), - [sym_false] = ACTIONS(1787), - [sym_null] = ACTIONS(1787), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1787), - [anon_sym_virtual] = ACTIONS(1787), - [anon_sym_explicit] = ACTIONS(1787), - [sym_auto] = ACTIONS(1787), - [anon_sym_typename] = ACTIONS(1787), - [anon_sym_template] = ACTIONS(1787), - [anon_sym_operator] = ACTIONS(1787), - [anon_sym_delete] = ACTIONS(1787), - [anon_sym_throw] = ACTIONS(1787), - [anon_sym_namespace] = ACTIONS(1787), - [anon_sym_using] = ACTIONS(1787), - [anon_sym_static_assert] = ACTIONS(1787), - [anon_sym_co_return] = ACTIONS(1787), - [anon_sym_co_yield] = ACTIONS(1787), - [anon_sym_try] = ACTIONS(1787), - [anon_sym_co_await] = ACTIONS(1787), - [anon_sym_new] = ACTIONS(1787), - [sym_this] = ACTIONS(1787), - [sym_nullptr] = ACTIONS(1787), - [sym_alone_macro] = ACTIONS(1789), - [aux_sym_alone_macro_call_token1] = ACTIONS(1787), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_FORWARD] = ACTIONS(1787), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_PS_GET] = ACTIONS(1787), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), - [anon_sym_MOZ_COLD] = ACTIONS(1787), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_RAII] = ACTIONS(1787), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), - [sym_raw_string_literal] = ACTIONS(1789), - }, - [218] = { - [sym_identifier] = ACTIONS(1791), - [aux_sym_preproc_include_token1] = ACTIONS(1791), - [aux_sym_preproc_def_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token2] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), - [aux_sym_preproc_else_token1] = ACTIONS(1791), - [aux_sym_preproc_elif_token1] = ACTIONS(1791), - [sym_preproc_directive] = ACTIONS(1791), - [anon_sym_LPAREN2] = ACTIONS(1793), - [anon_sym_BANG] = ACTIONS(1793), - [anon_sym_TILDE] = ACTIONS(1793), - [anon_sym_DASH] = ACTIONS(1791), - [anon_sym_PLUS] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(1793), - [anon_sym_AMP_AMP] = ACTIONS(1793), - [anon_sym_AMP] = ACTIONS(1791), - [anon_sym_SEMI] = ACTIONS(1793), - [anon_sym_typedef] = ACTIONS(1791), - [anon_sym_extern] = ACTIONS(1791), - [anon_sym___attribute__] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), - [anon_sym___declspec] = ACTIONS(1791), - [anon_sym___based] = ACTIONS(1791), - [anon_sym___cdecl] = ACTIONS(1791), - [anon_sym___clrcall] = ACTIONS(1791), - [anon_sym___stdcall] = ACTIONS(1791), - [anon_sym___fastcall] = ACTIONS(1791), - [anon_sym___thiscall] = ACTIONS(1791), - [anon_sym___vectorcall] = ACTIONS(1791), - [anon_sym_LBRACE] = ACTIONS(1793), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_static] = ACTIONS(1791), - [anon_sym_register] = ACTIONS(1791), - [anon_sym_inline] = ACTIONS(1791), - [anon_sym_thread_local] = ACTIONS(1791), - [anon_sym_const] = ACTIONS(1791), - [anon_sym_volatile] = ACTIONS(1791), - [anon_sym_restrict] = ACTIONS(1791), - [anon_sym__Atomic] = ACTIONS(1791), - [anon_sym_mutable] = ACTIONS(1791), - [anon_sym_constexpr] = ACTIONS(1791), - [anon_sym_signed] = ACTIONS(1791), - [anon_sym_unsigned] = ACTIONS(1791), - [anon_sym_long] = ACTIONS(1791), - [anon_sym_short] = ACTIONS(1791), - [sym_primitive_type] = ACTIONS(1791), - [anon_sym_enum] = ACTIONS(1791), - [anon_sym_class] = ACTIONS(1791), - [anon_sym_struct] = ACTIONS(1791), - [anon_sym_union] = ACTIONS(1791), - [anon_sym_if] = ACTIONS(1791), - [anon_sym_switch] = ACTIONS(1791), - [anon_sym_case] = ACTIONS(1791), - [anon_sym_default] = ACTIONS(1791), - [anon_sym_while] = ACTIONS(1791), - [anon_sym_do] = ACTIONS(1791), - [anon_sym_for] = ACTIONS(1791), - [anon_sym_return] = ACTIONS(1791), - [anon_sym_break] = ACTIONS(1791), - [anon_sym_continue] = ACTIONS(1791), - [anon_sym_goto] = ACTIONS(1791), - [anon_sym_DASH_DASH] = ACTIONS(1793), - [anon_sym_PLUS_PLUS] = ACTIONS(1793), - [anon_sym_sizeof] = ACTIONS(1791), - [sym_number_literal] = ACTIONS(1793), - [anon_sym_L_SQUOTE] = ACTIONS(1793), - [anon_sym_u_SQUOTE] = ACTIONS(1793), - [anon_sym_U_SQUOTE] = ACTIONS(1793), - [anon_sym_u8_SQUOTE] = ACTIONS(1793), - [anon_sym_SQUOTE] = ACTIONS(1793), - [anon_sym_L_DQUOTE] = ACTIONS(1793), - [anon_sym_u_DQUOTE] = ACTIONS(1793), - [anon_sym_U_DQUOTE] = ACTIONS(1793), - [anon_sym_u8_DQUOTE] = ACTIONS(1793), - [anon_sym_DQUOTE] = ACTIONS(1793), - [sym_true] = ACTIONS(1791), - [sym_false] = ACTIONS(1791), - [sym_null] = ACTIONS(1791), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1791), - [anon_sym_virtual] = ACTIONS(1791), - [anon_sym_explicit] = ACTIONS(1791), - [sym_auto] = ACTIONS(1791), - [anon_sym_typename] = ACTIONS(1791), - [anon_sym_template] = ACTIONS(1791), - [anon_sym_operator] = ACTIONS(1791), - [anon_sym_delete] = ACTIONS(1791), - [anon_sym_throw] = ACTIONS(1791), - [anon_sym_namespace] = ACTIONS(1791), - [anon_sym_using] = ACTIONS(1791), - [anon_sym_static_assert] = ACTIONS(1791), - [anon_sym_co_return] = ACTIONS(1791), - [anon_sym_co_yield] = ACTIONS(1791), - [anon_sym_try] = ACTIONS(1791), - [anon_sym_co_await] = ACTIONS(1791), - [anon_sym_new] = ACTIONS(1791), - [sym_this] = ACTIONS(1791), - [sym_nullptr] = ACTIONS(1791), - [sym_alone_macro] = ACTIONS(1793), - [aux_sym_alone_macro_call_token1] = ACTIONS(1791), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_FORWARD] = ACTIONS(1791), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1791), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_PS_GET] = ACTIONS(1791), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1791), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1791), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), - [anon_sym_MOZ_COLD] = ACTIONS(1791), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_RAII] = ACTIONS(1791), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), - [sym_raw_string_literal] = ACTIONS(1793), - }, - [219] = { - [sym_identifier] = ACTIONS(1795), - [aux_sym_preproc_include_token1] = ACTIONS(1795), - [aux_sym_preproc_def_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token2] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), - [aux_sym_preproc_else_token1] = ACTIONS(1795), - [aux_sym_preproc_elif_token1] = ACTIONS(1795), - [sym_preproc_directive] = ACTIONS(1795), - [anon_sym_LPAREN2] = ACTIONS(1797), - [anon_sym_BANG] = ACTIONS(1797), - [anon_sym_TILDE] = ACTIONS(1797), - [anon_sym_DASH] = ACTIONS(1795), - [anon_sym_PLUS] = ACTIONS(1795), - [anon_sym_STAR] = ACTIONS(1797), - [anon_sym_AMP_AMP] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1795), - [anon_sym_SEMI] = ACTIONS(1797), - [anon_sym_typedef] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1795), - [anon_sym___attribute__] = ACTIONS(1795), - [anon_sym_COLON_COLON] = ACTIONS(1797), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), - [anon_sym___declspec] = ACTIONS(1795), - [anon_sym___based] = ACTIONS(1795), - [anon_sym___cdecl] = ACTIONS(1795), - [anon_sym___clrcall] = ACTIONS(1795), - [anon_sym___stdcall] = ACTIONS(1795), - [anon_sym___fastcall] = ACTIONS(1795), - [anon_sym___thiscall] = ACTIONS(1795), - [anon_sym___vectorcall] = ACTIONS(1795), - [anon_sym_LBRACE] = ACTIONS(1797), - [anon_sym_LBRACK] = ACTIONS(1795), - [anon_sym_static] = ACTIONS(1795), - [anon_sym_register] = ACTIONS(1795), - [anon_sym_inline] = ACTIONS(1795), - [anon_sym_thread_local] = ACTIONS(1795), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym_mutable] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_signed] = ACTIONS(1795), - [anon_sym_unsigned] = ACTIONS(1795), - [anon_sym_long] = ACTIONS(1795), - [anon_sym_short] = ACTIONS(1795), - [sym_primitive_type] = ACTIONS(1795), - [anon_sym_enum] = ACTIONS(1795), - [anon_sym_class] = ACTIONS(1795), - [anon_sym_struct] = ACTIONS(1795), - [anon_sym_union] = ACTIONS(1795), - [anon_sym_if] = ACTIONS(1795), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1795), - [anon_sym_default] = ACTIONS(1795), - [anon_sym_while] = ACTIONS(1795), - [anon_sym_do] = ACTIONS(1795), - [anon_sym_for] = ACTIONS(1795), - [anon_sym_return] = ACTIONS(1795), - [anon_sym_break] = ACTIONS(1795), - [anon_sym_continue] = ACTIONS(1795), - [anon_sym_goto] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1797), - [anon_sym_PLUS_PLUS] = ACTIONS(1797), - [anon_sym_sizeof] = ACTIONS(1795), - [sym_number_literal] = ACTIONS(1797), - [anon_sym_L_SQUOTE] = ACTIONS(1797), - [anon_sym_u_SQUOTE] = ACTIONS(1797), - [anon_sym_U_SQUOTE] = ACTIONS(1797), - [anon_sym_u8_SQUOTE] = ACTIONS(1797), - [anon_sym_SQUOTE] = ACTIONS(1797), - [anon_sym_L_DQUOTE] = ACTIONS(1797), - [anon_sym_u_DQUOTE] = ACTIONS(1797), - [anon_sym_U_DQUOTE] = ACTIONS(1797), - [anon_sym_u8_DQUOTE] = ACTIONS(1797), - [anon_sym_DQUOTE] = ACTIONS(1797), - [sym_true] = ACTIONS(1795), - [sym_false] = ACTIONS(1795), - [sym_null] = ACTIONS(1795), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1795), - [anon_sym_virtual] = ACTIONS(1795), - [anon_sym_explicit] = ACTIONS(1795), - [sym_auto] = ACTIONS(1795), - [anon_sym_typename] = ACTIONS(1795), - [anon_sym_template] = ACTIONS(1795), - [anon_sym_operator] = ACTIONS(1795), - [anon_sym_delete] = ACTIONS(1795), - [anon_sym_throw] = ACTIONS(1795), - [anon_sym_namespace] = ACTIONS(1795), - [anon_sym_using] = ACTIONS(1795), - [anon_sym_static_assert] = ACTIONS(1795), - [anon_sym_co_return] = ACTIONS(1795), - [anon_sym_co_yield] = ACTIONS(1795), - [anon_sym_try] = ACTIONS(1795), - [anon_sym_co_await] = ACTIONS(1795), - [anon_sym_new] = ACTIONS(1795), - [sym_this] = ACTIONS(1795), - [sym_nullptr] = ACTIONS(1795), - [sym_alone_macro] = ACTIONS(1797), - [aux_sym_alone_macro_call_token1] = ACTIONS(1795), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_FORWARD] = ACTIONS(1795), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1795), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_PS_GET] = ACTIONS(1795), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1795), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1795), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), - [anon_sym_MOZ_COLD] = ACTIONS(1795), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_RAII] = ACTIONS(1795), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), - [sym_raw_string_literal] = ACTIONS(1797), - }, - [220] = { - [sym_identifier] = ACTIONS(1799), - [aux_sym_preproc_include_token1] = ACTIONS(1799), - [aux_sym_preproc_def_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token2] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), - [aux_sym_preproc_else_token1] = ACTIONS(1799), - [aux_sym_preproc_elif_token1] = ACTIONS(1799), - [sym_preproc_directive] = ACTIONS(1799), - [anon_sym_LPAREN2] = ACTIONS(1801), - [anon_sym_BANG] = ACTIONS(1801), - [anon_sym_TILDE] = ACTIONS(1801), - [anon_sym_DASH] = ACTIONS(1799), - [anon_sym_PLUS] = ACTIONS(1799), - [anon_sym_STAR] = ACTIONS(1801), - [anon_sym_AMP_AMP] = ACTIONS(1801), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_SEMI] = ACTIONS(1801), - [anon_sym_typedef] = ACTIONS(1799), - [anon_sym_extern] = ACTIONS(1799), - [anon_sym___attribute__] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), - [anon_sym___declspec] = ACTIONS(1799), - [anon_sym___based] = ACTIONS(1799), - [anon_sym___cdecl] = ACTIONS(1799), - [anon_sym___clrcall] = ACTIONS(1799), - [anon_sym___stdcall] = ACTIONS(1799), - [anon_sym___fastcall] = ACTIONS(1799), - [anon_sym___thiscall] = ACTIONS(1799), - [anon_sym___vectorcall] = ACTIONS(1799), - [anon_sym_LBRACE] = ACTIONS(1801), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_static] = ACTIONS(1799), - [anon_sym_register] = ACTIONS(1799), - [anon_sym_inline] = ACTIONS(1799), - [anon_sym_thread_local] = ACTIONS(1799), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_volatile] = ACTIONS(1799), - [anon_sym_restrict] = ACTIONS(1799), - [anon_sym__Atomic] = ACTIONS(1799), - [anon_sym_mutable] = ACTIONS(1799), - [anon_sym_constexpr] = ACTIONS(1799), - [anon_sym_signed] = ACTIONS(1799), - [anon_sym_unsigned] = ACTIONS(1799), - [anon_sym_long] = ACTIONS(1799), - [anon_sym_short] = ACTIONS(1799), - [sym_primitive_type] = ACTIONS(1799), - [anon_sym_enum] = ACTIONS(1799), - [anon_sym_class] = ACTIONS(1799), - [anon_sym_struct] = ACTIONS(1799), - [anon_sym_union] = ACTIONS(1799), - [anon_sym_if] = ACTIONS(1799), - [anon_sym_switch] = ACTIONS(1799), - [anon_sym_case] = ACTIONS(1799), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1799), - [anon_sym_do] = ACTIONS(1799), - [anon_sym_for] = ACTIONS(1799), - [anon_sym_return] = ACTIONS(1799), - [anon_sym_break] = ACTIONS(1799), - [anon_sym_continue] = ACTIONS(1799), - [anon_sym_goto] = ACTIONS(1799), - [anon_sym_DASH_DASH] = ACTIONS(1801), - [anon_sym_PLUS_PLUS] = ACTIONS(1801), - [anon_sym_sizeof] = ACTIONS(1799), - [sym_number_literal] = ACTIONS(1801), - [anon_sym_L_SQUOTE] = ACTIONS(1801), - [anon_sym_u_SQUOTE] = ACTIONS(1801), - [anon_sym_U_SQUOTE] = ACTIONS(1801), - [anon_sym_u8_SQUOTE] = ACTIONS(1801), - [anon_sym_SQUOTE] = ACTIONS(1801), - [anon_sym_L_DQUOTE] = ACTIONS(1801), - [anon_sym_u_DQUOTE] = ACTIONS(1801), - [anon_sym_U_DQUOTE] = ACTIONS(1801), - [anon_sym_u8_DQUOTE] = ACTIONS(1801), - [anon_sym_DQUOTE] = ACTIONS(1801), - [sym_true] = ACTIONS(1799), - [sym_false] = ACTIONS(1799), - [sym_null] = ACTIONS(1799), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1799), - [anon_sym_virtual] = ACTIONS(1799), - [anon_sym_explicit] = ACTIONS(1799), - [sym_auto] = ACTIONS(1799), - [anon_sym_typename] = ACTIONS(1799), - [anon_sym_template] = ACTIONS(1799), - [anon_sym_operator] = ACTIONS(1799), - [anon_sym_delete] = ACTIONS(1799), - [anon_sym_throw] = ACTIONS(1799), - [anon_sym_namespace] = ACTIONS(1799), - [anon_sym_using] = ACTIONS(1799), - [anon_sym_static_assert] = ACTIONS(1799), - [anon_sym_co_return] = ACTIONS(1799), - [anon_sym_co_yield] = ACTIONS(1799), - [anon_sym_try] = ACTIONS(1799), - [anon_sym_co_await] = ACTIONS(1799), - [anon_sym_new] = ACTIONS(1799), - [sym_this] = ACTIONS(1799), - [sym_nullptr] = ACTIONS(1799), - [sym_alone_macro] = ACTIONS(1801), - [aux_sym_alone_macro_call_token1] = ACTIONS(1799), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_FORWARD] = ACTIONS(1799), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_PS_GET] = ACTIONS(1799), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), - [anon_sym_MOZ_COLD] = ACTIONS(1799), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_RAII] = ACTIONS(1799), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), - [sym_raw_string_literal] = ACTIONS(1801), - }, - [221] = { - [sym_identifier] = ACTIONS(1803), - [aux_sym_preproc_include_token1] = ACTIONS(1803), - [aux_sym_preproc_def_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token2] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), - [aux_sym_preproc_else_token1] = ACTIONS(1803), - [aux_sym_preproc_elif_token1] = ACTIONS(1803), - [sym_preproc_directive] = ACTIONS(1803), - [anon_sym_LPAREN2] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1805), - [anon_sym_TILDE] = ACTIONS(1805), - [anon_sym_DASH] = ACTIONS(1803), - [anon_sym_PLUS] = ACTIONS(1803), - [anon_sym_STAR] = ACTIONS(1805), - [anon_sym_AMP_AMP] = ACTIONS(1805), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_SEMI] = ACTIONS(1805), - [anon_sym_typedef] = ACTIONS(1803), - [anon_sym_extern] = ACTIONS(1803), - [anon_sym___attribute__] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1805), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), - [anon_sym___declspec] = ACTIONS(1803), - [anon_sym___based] = ACTIONS(1803), - [anon_sym___cdecl] = ACTIONS(1803), - [anon_sym___clrcall] = ACTIONS(1803), - [anon_sym___stdcall] = ACTIONS(1803), - [anon_sym___fastcall] = ACTIONS(1803), - [anon_sym___thiscall] = ACTIONS(1803), - [anon_sym___vectorcall] = ACTIONS(1803), - [anon_sym_LBRACE] = ACTIONS(1805), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_register] = ACTIONS(1803), - [anon_sym_inline] = ACTIONS(1803), - [anon_sym_thread_local] = ACTIONS(1803), - [anon_sym_const] = ACTIONS(1803), - [anon_sym_volatile] = ACTIONS(1803), - [anon_sym_restrict] = ACTIONS(1803), - [anon_sym__Atomic] = ACTIONS(1803), - [anon_sym_mutable] = ACTIONS(1803), - [anon_sym_constexpr] = ACTIONS(1803), - [anon_sym_signed] = ACTIONS(1803), - [anon_sym_unsigned] = ACTIONS(1803), - [anon_sym_long] = ACTIONS(1803), - [anon_sym_short] = ACTIONS(1803), - [sym_primitive_type] = ACTIONS(1803), - [anon_sym_enum] = ACTIONS(1803), - [anon_sym_class] = ACTIONS(1803), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), - [anon_sym_if] = ACTIONS(1803), - [anon_sym_switch] = ACTIONS(1803), - [anon_sym_case] = ACTIONS(1803), - [anon_sym_default] = ACTIONS(1803), - [anon_sym_while] = ACTIONS(1803), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1803), - [anon_sym_return] = ACTIONS(1803), - [anon_sym_break] = ACTIONS(1803), - [anon_sym_continue] = ACTIONS(1803), - [anon_sym_goto] = ACTIONS(1803), - [anon_sym_DASH_DASH] = ACTIONS(1805), - [anon_sym_PLUS_PLUS] = ACTIONS(1805), - [anon_sym_sizeof] = ACTIONS(1803), - [sym_number_literal] = ACTIONS(1805), - [anon_sym_L_SQUOTE] = ACTIONS(1805), - [anon_sym_u_SQUOTE] = ACTIONS(1805), - [anon_sym_U_SQUOTE] = ACTIONS(1805), - [anon_sym_u8_SQUOTE] = ACTIONS(1805), - [anon_sym_SQUOTE] = ACTIONS(1805), - [anon_sym_L_DQUOTE] = ACTIONS(1805), - [anon_sym_u_DQUOTE] = ACTIONS(1805), - [anon_sym_U_DQUOTE] = ACTIONS(1805), - [anon_sym_u8_DQUOTE] = ACTIONS(1805), - [anon_sym_DQUOTE] = ACTIONS(1805), - [sym_true] = ACTIONS(1803), - [sym_false] = ACTIONS(1803), - [sym_null] = ACTIONS(1803), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1803), - [anon_sym_virtual] = ACTIONS(1803), - [anon_sym_explicit] = ACTIONS(1803), - [sym_auto] = ACTIONS(1803), - [anon_sym_typename] = ACTIONS(1803), - [anon_sym_template] = ACTIONS(1803), - [anon_sym_operator] = ACTIONS(1803), - [anon_sym_delete] = ACTIONS(1803), - [anon_sym_throw] = ACTIONS(1803), - [anon_sym_namespace] = ACTIONS(1803), - [anon_sym_using] = ACTIONS(1803), - [anon_sym_static_assert] = ACTIONS(1803), - [anon_sym_co_return] = ACTIONS(1803), - [anon_sym_co_yield] = ACTIONS(1803), - [anon_sym_try] = ACTIONS(1803), - [anon_sym_co_await] = ACTIONS(1803), - [anon_sym_new] = ACTIONS(1803), - [sym_this] = ACTIONS(1803), - [sym_nullptr] = ACTIONS(1803), - [sym_alone_macro] = ACTIONS(1805), - [aux_sym_alone_macro_call_token1] = ACTIONS(1803), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_FORWARD] = ACTIONS(1803), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_PS_GET] = ACTIONS(1803), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), - [anon_sym_MOZ_COLD] = ACTIONS(1803), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_RAII] = ACTIONS(1803), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), - [sym_raw_string_literal] = ACTIONS(1805), - }, - [222] = { - [sym_identifier] = ACTIONS(1807), - [aux_sym_preproc_include_token1] = ACTIONS(1807), - [aux_sym_preproc_def_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token2] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), - [aux_sym_preproc_else_token1] = ACTIONS(1807), - [aux_sym_preproc_elif_token1] = ACTIONS(1807), - [sym_preproc_directive] = ACTIONS(1807), - [anon_sym_LPAREN2] = ACTIONS(1809), - [anon_sym_BANG] = ACTIONS(1809), - [anon_sym_TILDE] = ACTIONS(1809), - [anon_sym_DASH] = ACTIONS(1807), - [anon_sym_PLUS] = ACTIONS(1807), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_AMP_AMP] = ACTIONS(1809), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_SEMI] = ACTIONS(1809), - [anon_sym_typedef] = ACTIONS(1807), - [anon_sym_extern] = ACTIONS(1807), - [anon_sym___attribute__] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___based] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(1807), - [anon_sym___clrcall] = ACTIONS(1807), - [anon_sym___stdcall] = ACTIONS(1807), - [anon_sym___fastcall] = ACTIONS(1807), - [anon_sym___thiscall] = ACTIONS(1807), - [anon_sym___vectorcall] = ACTIONS(1807), - [anon_sym_LBRACE] = ACTIONS(1809), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_static] = ACTIONS(1807), - [anon_sym_register] = ACTIONS(1807), - [anon_sym_inline] = ACTIONS(1807), - [anon_sym_thread_local] = ACTIONS(1807), - [anon_sym_const] = ACTIONS(1807), - [anon_sym_volatile] = ACTIONS(1807), - [anon_sym_restrict] = ACTIONS(1807), - [anon_sym__Atomic] = ACTIONS(1807), - [anon_sym_mutable] = ACTIONS(1807), - [anon_sym_constexpr] = ACTIONS(1807), - [anon_sym_signed] = ACTIONS(1807), - [anon_sym_unsigned] = ACTIONS(1807), - [anon_sym_long] = ACTIONS(1807), - [anon_sym_short] = ACTIONS(1807), - [sym_primitive_type] = ACTIONS(1807), - [anon_sym_enum] = ACTIONS(1807), - [anon_sym_class] = ACTIONS(1807), - [anon_sym_struct] = ACTIONS(1807), - [anon_sym_union] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_switch] = ACTIONS(1807), - [anon_sym_case] = ACTIONS(1807), - [anon_sym_default] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1807), - [anon_sym_continue] = ACTIONS(1807), - [anon_sym_goto] = ACTIONS(1807), - [anon_sym_DASH_DASH] = ACTIONS(1809), - [anon_sym_PLUS_PLUS] = ACTIONS(1809), - [anon_sym_sizeof] = ACTIONS(1807), - [sym_number_literal] = ACTIONS(1809), - [anon_sym_L_SQUOTE] = ACTIONS(1809), - [anon_sym_u_SQUOTE] = ACTIONS(1809), - [anon_sym_U_SQUOTE] = ACTIONS(1809), - [anon_sym_u8_SQUOTE] = ACTIONS(1809), - [anon_sym_SQUOTE] = ACTIONS(1809), - [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(1807), - [sym_false] = ACTIONS(1807), - [sym_null] = ACTIONS(1807), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1807), - [anon_sym_virtual] = ACTIONS(1807), - [anon_sym_explicit] = ACTIONS(1807), - [sym_auto] = ACTIONS(1807), - [anon_sym_typename] = ACTIONS(1807), - [anon_sym_template] = ACTIONS(1807), - [anon_sym_operator] = ACTIONS(1807), - [anon_sym_delete] = ACTIONS(1807), - [anon_sym_throw] = ACTIONS(1807), - [anon_sym_namespace] = ACTIONS(1807), - [anon_sym_using] = ACTIONS(1807), - [anon_sym_static_assert] = ACTIONS(1807), - [anon_sym_co_return] = ACTIONS(1807), - [anon_sym_co_yield] = ACTIONS(1807), - [anon_sym_try] = ACTIONS(1807), - [anon_sym_co_await] = ACTIONS(1807), - [anon_sym_new] = ACTIONS(1807), - [sym_this] = ACTIONS(1807), - [sym_nullptr] = ACTIONS(1807), - [sym_alone_macro] = ACTIONS(1809), - [aux_sym_alone_macro_call_token1] = ACTIONS(1807), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_FORWARD] = ACTIONS(1807), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_PS_GET] = ACTIONS(1807), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), - [anon_sym_MOZ_COLD] = ACTIONS(1807), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_RAII] = ACTIONS(1807), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), - [sym_raw_string_literal] = ACTIONS(1809), - }, - [223] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_else] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_catch] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), - }, - [224] = { - [sym_identifier] = ACTIONS(1811), - [aux_sym_preproc_include_token1] = ACTIONS(1811), - [aux_sym_preproc_def_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token2] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), - [aux_sym_preproc_else_token1] = ACTIONS(1811), - [aux_sym_preproc_elif_token1] = ACTIONS(1811), - [sym_preproc_directive] = ACTIONS(1811), - [anon_sym_LPAREN2] = ACTIONS(1813), - [anon_sym_BANG] = ACTIONS(1813), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1811), - [anon_sym_PLUS] = ACTIONS(1811), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_typedef] = ACTIONS(1811), - [anon_sym_extern] = ACTIONS(1811), - [anon_sym___attribute__] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1813), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), - [anon_sym___declspec] = ACTIONS(1811), - [anon_sym___based] = ACTIONS(1811), - [anon_sym___cdecl] = ACTIONS(1811), - [anon_sym___clrcall] = ACTIONS(1811), - [anon_sym___stdcall] = ACTIONS(1811), - [anon_sym___fastcall] = ACTIONS(1811), - [anon_sym___thiscall] = ACTIONS(1811), - [anon_sym___vectorcall] = ACTIONS(1811), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_register] = ACTIONS(1811), - [anon_sym_inline] = ACTIONS(1811), - [anon_sym_thread_local] = ACTIONS(1811), - [anon_sym_const] = ACTIONS(1811), - [anon_sym_volatile] = ACTIONS(1811), - [anon_sym_restrict] = ACTIONS(1811), - [anon_sym__Atomic] = ACTIONS(1811), - [anon_sym_mutable] = ACTIONS(1811), - [anon_sym_constexpr] = ACTIONS(1811), - [anon_sym_signed] = ACTIONS(1811), - [anon_sym_unsigned] = ACTIONS(1811), - [anon_sym_long] = ACTIONS(1811), - [anon_sym_short] = ACTIONS(1811), - [sym_primitive_type] = ACTIONS(1811), - [anon_sym_enum] = ACTIONS(1811), - [anon_sym_class] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1811), - [anon_sym_union] = ACTIONS(1811), - [anon_sym_if] = ACTIONS(1811), - [anon_sym_switch] = ACTIONS(1811), - [anon_sym_case] = ACTIONS(1811), - [anon_sym_default] = ACTIONS(1811), - [anon_sym_while] = ACTIONS(1811), - [anon_sym_do] = ACTIONS(1811), - [anon_sym_for] = ACTIONS(1811), - [anon_sym_return] = ACTIONS(1811), - [anon_sym_break] = ACTIONS(1811), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_sizeof] = ACTIONS(1811), - [sym_number_literal] = ACTIONS(1813), - [anon_sym_L_SQUOTE] = ACTIONS(1813), - [anon_sym_u_SQUOTE] = ACTIONS(1813), - [anon_sym_U_SQUOTE] = ACTIONS(1813), - [anon_sym_u8_SQUOTE] = ACTIONS(1813), - [anon_sym_SQUOTE] = ACTIONS(1813), - [anon_sym_L_DQUOTE] = ACTIONS(1813), - [anon_sym_u_DQUOTE] = ACTIONS(1813), - [anon_sym_U_DQUOTE] = ACTIONS(1813), - [anon_sym_u8_DQUOTE] = ACTIONS(1813), - [anon_sym_DQUOTE] = ACTIONS(1813), - [sym_true] = ACTIONS(1811), - [sym_false] = ACTIONS(1811), - [sym_null] = ACTIONS(1811), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1811), - [anon_sym_virtual] = ACTIONS(1811), - [anon_sym_explicit] = ACTIONS(1811), - [sym_auto] = ACTIONS(1811), - [anon_sym_typename] = ACTIONS(1811), - [anon_sym_template] = ACTIONS(1811), - [anon_sym_operator] = ACTIONS(1811), - [anon_sym_delete] = ACTIONS(1811), - [anon_sym_throw] = ACTIONS(1811), - [anon_sym_namespace] = ACTIONS(1811), - [anon_sym_using] = ACTIONS(1811), - [anon_sym_static_assert] = ACTIONS(1811), - [anon_sym_co_return] = ACTIONS(1811), - [anon_sym_co_yield] = ACTIONS(1811), - [anon_sym_try] = ACTIONS(1811), - [anon_sym_co_await] = ACTIONS(1811), - [anon_sym_new] = ACTIONS(1811), - [sym_this] = ACTIONS(1811), - [sym_nullptr] = ACTIONS(1811), - [sym_alone_macro] = ACTIONS(1813), - [aux_sym_alone_macro_call_token1] = ACTIONS(1811), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_FORWARD] = ACTIONS(1811), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_PS_GET] = ACTIONS(1811), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), - [anon_sym_MOZ_COLD] = ACTIONS(1811), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_RAII] = ACTIONS(1811), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), - [sym_raw_string_literal] = ACTIONS(1813), - }, - [225] = { - [sym_identifier] = ACTIONS(1815), - [aux_sym_preproc_include_token1] = ACTIONS(1815), - [aux_sym_preproc_def_token1] = ACTIONS(1815), - [aux_sym_preproc_if_token1] = ACTIONS(1815), - [aux_sym_preproc_if_token2] = ACTIONS(1815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), - [aux_sym_preproc_else_token1] = ACTIONS(1815), - [aux_sym_preproc_elif_token1] = ACTIONS(1815), - [sym_preproc_directive] = ACTIONS(1815), - [anon_sym_LPAREN2] = ACTIONS(1817), - [anon_sym_BANG] = ACTIONS(1817), - [anon_sym_TILDE] = ACTIONS(1817), - [anon_sym_DASH] = ACTIONS(1815), - [anon_sym_PLUS] = ACTIONS(1815), - [anon_sym_STAR] = ACTIONS(1817), - [anon_sym_AMP_AMP] = ACTIONS(1817), - [anon_sym_AMP] = ACTIONS(1815), - [anon_sym_SEMI] = ACTIONS(1817), - [anon_sym_typedef] = ACTIONS(1815), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1815), - [anon_sym_COLON_COLON] = ACTIONS(1817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), - [anon_sym___declspec] = ACTIONS(1815), - [anon_sym___based] = ACTIONS(1815), - [anon_sym___cdecl] = ACTIONS(1815), - [anon_sym___clrcall] = ACTIONS(1815), - [anon_sym___stdcall] = ACTIONS(1815), - [anon_sym___fastcall] = ACTIONS(1815), - [anon_sym___thiscall] = ACTIONS(1815), - [anon_sym___vectorcall] = ACTIONS(1815), - [anon_sym_LBRACE] = ACTIONS(1817), - [anon_sym_LBRACK] = ACTIONS(1815), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1815), - [anon_sym_volatile] = ACTIONS(1815), - [anon_sym_restrict] = ACTIONS(1815), - [anon_sym__Atomic] = ACTIONS(1815), - [anon_sym_mutable] = ACTIONS(1815), - [anon_sym_constexpr] = ACTIONS(1815), - [anon_sym_signed] = ACTIONS(1815), - [anon_sym_unsigned] = ACTIONS(1815), - [anon_sym_long] = ACTIONS(1815), - [anon_sym_short] = ACTIONS(1815), - [sym_primitive_type] = ACTIONS(1815), - [anon_sym_enum] = ACTIONS(1815), - [anon_sym_class] = ACTIONS(1815), - [anon_sym_struct] = ACTIONS(1815), - [anon_sym_union] = ACTIONS(1815), - [anon_sym_if] = ACTIONS(1815), - [anon_sym_switch] = ACTIONS(1815), - [anon_sym_case] = ACTIONS(1815), - [anon_sym_default] = ACTIONS(1815), - [anon_sym_while] = ACTIONS(1815), - [anon_sym_do] = ACTIONS(1815), - [anon_sym_for] = ACTIONS(1815), - [anon_sym_return] = ACTIONS(1815), - [anon_sym_break] = ACTIONS(1815), - [anon_sym_continue] = ACTIONS(1815), - [anon_sym_goto] = ACTIONS(1815), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1815), - [sym_number_literal] = ACTIONS(1817), - [anon_sym_L_SQUOTE] = ACTIONS(1817), - [anon_sym_u_SQUOTE] = ACTIONS(1817), - [anon_sym_U_SQUOTE] = ACTIONS(1817), - [anon_sym_u8_SQUOTE] = ACTIONS(1817), - [anon_sym_SQUOTE] = ACTIONS(1817), - [anon_sym_L_DQUOTE] = ACTIONS(1817), - [anon_sym_u_DQUOTE] = ACTIONS(1817), - [anon_sym_U_DQUOTE] = ACTIONS(1817), - [anon_sym_u8_DQUOTE] = ACTIONS(1817), - [anon_sym_DQUOTE] = ACTIONS(1817), - [sym_true] = ACTIONS(1815), - [sym_false] = ACTIONS(1815), - [sym_null] = ACTIONS(1815), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1815), - [anon_sym_virtual] = ACTIONS(1815), - [anon_sym_explicit] = ACTIONS(1815), - [sym_auto] = ACTIONS(1815), - [anon_sym_typename] = ACTIONS(1815), - [anon_sym_template] = ACTIONS(1815), - [anon_sym_operator] = ACTIONS(1815), - [anon_sym_delete] = ACTIONS(1815), - [anon_sym_throw] = ACTIONS(1815), - [anon_sym_namespace] = ACTIONS(1815), - [anon_sym_using] = ACTIONS(1815), - [anon_sym_static_assert] = ACTIONS(1815), - [anon_sym_co_return] = ACTIONS(1815), - [anon_sym_co_yield] = ACTIONS(1815), - [anon_sym_try] = ACTIONS(1815), - [anon_sym_co_await] = ACTIONS(1815), - [anon_sym_new] = ACTIONS(1815), - [sym_this] = ACTIONS(1815), - [sym_nullptr] = ACTIONS(1815), - [sym_alone_macro] = ACTIONS(1817), - [aux_sym_alone_macro_call_token1] = ACTIONS(1815), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_FORWARD] = ACTIONS(1815), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1815), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_PS_GET] = ACTIONS(1815), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1815), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1815), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), - [anon_sym_MOZ_COLD] = ACTIONS(1815), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_NONNULL] = ACTIONS(1815), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), - [anon_sym_MOZ_RAII] = ACTIONS(1815), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), - [sym_raw_string_literal] = ACTIONS(1817), - }, - [226] = { - [sym_identifier] = ACTIONS(1819), - [aux_sym_preproc_include_token1] = ACTIONS(1819), - [aux_sym_preproc_def_token1] = ACTIONS(1819), - [aux_sym_preproc_if_token1] = ACTIONS(1819), - [aux_sym_preproc_if_token2] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), - [aux_sym_preproc_else_token1] = ACTIONS(1819), - [aux_sym_preproc_elif_token1] = ACTIONS(1819), - [sym_preproc_directive] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_BANG] = ACTIONS(1821), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1819), - [anon_sym_PLUS] = ACTIONS(1819), - [anon_sym_STAR] = ACTIONS(1821), - [anon_sym_AMP_AMP] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1819), - [anon_sym_SEMI] = ACTIONS(1821), - [anon_sym_typedef] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym___attribute__] = ACTIONS(1819), - [anon_sym_COLON_COLON] = ACTIONS(1821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1819), - [anon_sym___based] = ACTIONS(1819), - [anon_sym___cdecl] = ACTIONS(1819), - [anon_sym___clrcall] = ACTIONS(1819), - [anon_sym___stdcall] = ACTIONS(1819), - [anon_sym___fastcall] = ACTIONS(1819), - [anon_sym___thiscall] = ACTIONS(1819), - [anon_sym___vectorcall] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1821), - [anon_sym_LBRACK] = ACTIONS(1819), - [anon_sym_static] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_inline] = ACTIONS(1819), - [anon_sym_thread_local] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [anon_sym_volatile] = ACTIONS(1819), - [anon_sym_restrict] = ACTIONS(1819), - [anon_sym__Atomic] = ACTIONS(1819), - [anon_sym_mutable] = ACTIONS(1819), - [anon_sym_constexpr] = ACTIONS(1819), - [anon_sym_signed] = ACTIONS(1819), - [anon_sym_unsigned] = ACTIONS(1819), - [anon_sym_long] = ACTIONS(1819), - [anon_sym_short] = ACTIONS(1819), - [sym_primitive_type] = ACTIONS(1819), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_class] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1819), - [anon_sym_union] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_switch] = ACTIONS(1819), - [anon_sym_case] = ACTIONS(1819), - [anon_sym_default] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_goto] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1821), - [anon_sym_PLUS_PLUS] = ACTIONS(1821), - [anon_sym_sizeof] = ACTIONS(1819), - [sym_number_literal] = ACTIONS(1821), - [anon_sym_L_SQUOTE] = ACTIONS(1821), - [anon_sym_u_SQUOTE] = ACTIONS(1821), - [anon_sym_U_SQUOTE] = ACTIONS(1821), - [anon_sym_u8_SQUOTE] = ACTIONS(1821), - [anon_sym_SQUOTE] = ACTIONS(1821), - [anon_sym_L_DQUOTE] = ACTIONS(1821), - [anon_sym_u_DQUOTE] = ACTIONS(1821), - [anon_sym_U_DQUOTE] = ACTIONS(1821), - [anon_sym_u8_DQUOTE] = ACTIONS(1821), - [anon_sym_DQUOTE] = ACTIONS(1821), - [sym_true] = ACTIONS(1819), - [sym_false] = ACTIONS(1819), - [sym_null] = ACTIONS(1819), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1819), - [anon_sym_virtual] = ACTIONS(1819), - [anon_sym_explicit] = ACTIONS(1819), - [sym_auto] = ACTIONS(1819), - [anon_sym_typename] = ACTIONS(1819), - [anon_sym_template] = ACTIONS(1819), - [anon_sym_operator] = ACTIONS(1819), - [anon_sym_delete] = ACTIONS(1819), - [anon_sym_throw] = ACTIONS(1819), - [anon_sym_namespace] = ACTIONS(1819), - [anon_sym_using] = ACTIONS(1819), - [anon_sym_static_assert] = ACTIONS(1819), - [anon_sym_co_return] = ACTIONS(1819), - [anon_sym_co_yield] = ACTIONS(1819), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_co_await] = ACTIONS(1819), - [anon_sym_new] = ACTIONS(1819), - [sym_this] = ACTIONS(1819), - [sym_nullptr] = ACTIONS(1819), - [sym_alone_macro] = ACTIONS(1821), - [aux_sym_alone_macro_call_token1] = ACTIONS(1819), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_FORWARD] = ACTIONS(1819), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_PS_GET] = ACTIONS(1819), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), - [anon_sym_MOZ_COLD] = ACTIONS(1819), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_RAII] = ACTIONS(1819), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), - [sym_raw_string_literal] = ACTIONS(1821), - }, - [227] = { - [sym_identifier] = ACTIONS(1823), - [aux_sym_preproc_include_token1] = ACTIONS(1823), - [aux_sym_preproc_def_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token2] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), - [aux_sym_preproc_else_token1] = ACTIONS(1823), - [aux_sym_preproc_elif_token1] = ACTIONS(1823), - [sym_preproc_directive] = ACTIONS(1823), - [anon_sym_LPAREN2] = ACTIONS(1825), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_TILDE] = ACTIONS(1825), - [anon_sym_DASH] = ACTIONS(1823), - [anon_sym_PLUS] = ACTIONS(1823), - [anon_sym_STAR] = ACTIONS(1825), - [anon_sym_AMP_AMP] = ACTIONS(1825), - [anon_sym_AMP] = ACTIONS(1823), - [anon_sym_SEMI] = ACTIONS(1825), - [anon_sym_typedef] = ACTIONS(1823), - [anon_sym_extern] = ACTIONS(1823), - [anon_sym___attribute__] = ACTIONS(1823), - [anon_sym_COLON_COLON] = ACTIONS(1825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), - [anon_sym___declspec] = ACTIONS(1823), - [anon_sym___based] = ACTIONS(1823), - [anon_sym___cdecl] = ACTIONS(1823), - [anon_sym___clrcall] = ACTIONS(1823), - [anon_sym___stdcall] = ACTIONS(1823), - [anon_sym___fastcall] = ACTIONS(1823), - [anon_sym___thiscall] = ACTIONS(1823), - [anon_sym___vectorcall] = ACTIONS(1823), - [anon_sym_LBRACE] = ACTIONS(1825), - [anon_sym_LBRACK] = ACTIONS(1823), - [anon_sym_static] = ACTIONS(1823), - [anon_sym_register] = ACTIONS(1823), - [anon_sym_inline] = ACTIONS(1823), - [anon_sym_thread_local] = ACTIONS(1823), - [anon_sym_const] = ACTIONS(1823), - [anon_sym_volatile] = ACTIONS(1823), - [anon_sym_restrict] = ACTIONS(1823), - [anon_sym__Atomic] = ACTIONS(1823), - [anon_sym_mutable] = ACTIONS(1823), - [anon_sym_constexpr] = ACTIONS(1823), - [anon_sym_signed] = ACTIONS(1823), - [anon_sym_unsigned] = ACTIONS(1823), - [anon_sym_long] = ACTIONS(1823), - [anon_sym_short] = ACTIONS(1823), - [sym_primitive_type] = ACTIONS(1823), - [anon_sym_enum] = ACTIONS(1823), - [anon_sym_class] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1823), - [anon_sym_union] = ACTIONS(1823), - [anon_sym_if] = ACTIONS(1823), - [anon_sym_switch] = ACTIONS(1823), - [anon_sym_case] = ACTIONS(1823), - [anon_sym_default] = ACTIONS(1823), - [anon_sym_while] = ACTIONS(1823), - [anon_sym_do] = ACTIONS(1823), - [anon_sym_for] = ACTIONS(1823), - [anon_sym_return] = ACTIONS(1823), - [anon_sym_break] = ACTIONS(1823), - [anon_sym_continue] = ACTIONS(1823), - [anon_sym_goto] = ACTIONS(1823), - [anon_sym_DASH_DASH] = ACTIONS(1825), - [anon_sym_PLUS_PLUS] = ACTIONS(1825), - [anon_sym_sizeof] = ACTIONS(1823), - [sym_number_literal] = ACTIONS(1825), - [anon_sym_L_SQUOTE] = ACTIONS(1825), - [anon_sym_u_SQUOTE] = ACTIONS(1825), - [anon_sym_U_SQUOTE] = ACTIONS(1825), - [anon_sym_u8_SQUOTE] = ACTIONS(1825), - [anon_sym_SQUOTE] = ACTIONS(1825), - [anon_sym_L_DQUOTE] = ACTIONS(1825), - [anon_sym_u_DQUOTE] = ACTIONS(1825), - [anon_sym_U_DQUOTE] = ACTIONS(1825), - [anon_sym_u8_DQUOTE] = ACTIONS(1825), - [anon_sym_DQUOTE] = ACTIONS(1825), - [sym_true] = ACTIONS(1823), - [sym_false] = ACTIONS(1823), - [sym_null] = ACTIONS(1823), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1823), - [anon_sym_virtual] = ACTIONS(1823), - [anon_sym_explicit] = ACTIONS(1823), - [sym_auto] = ACTIONS(1823), - [anon_sym_typename] = ACTIONS(1823), - [anon_sym_template] = ACTIONS(1823), - [anon_sym_operator] = ACTIONS(1823), - [anon_sym_delete] = ACTIONS(1823), - [anon_sym_throw] = ACTIONS(1823), - [anon_sym_namespace] = ACTIONS(1823), - [anon_sym_using] = ACTIONS(1823), - [anon_sym_static_assert] = ACTIONS(1823), - [anon_sym_co_return] = ACTIONS(1823), - [anon_sym_co_yield] = ACTIONS(1823), - [anon_sym_try] = ACTIONS(1823), - [anon_sym_co_await] = ACTIONS(1823), - [anon_sym_new] = ACTIONS(1823), - [sym_this] = ACTIONS(1823), - [sym_nullptr] = ACTIONS(1823), - [sym_alone_macro] = ACTIONS(1825), - [aux_sym_alone_macro_call_token1] = ACTIONS(1823), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_FORWARD] = ACTIONS(1823), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1823), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_PS_GET] = ACTIONS(1823), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1823), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1823), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), - [anon_sym_MOZ_COLD] = ACTIONS(1823), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_RAII] = ACTIONS(1823), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), - [sym_raw_string_literal] = ACTIONS(1825), - }, - [228] = { - [sym_identifier] = ACTIONS(1827), - [aux_sym_preproc_include_token1] = ACTIONS(1827), - [aux_sym_preproc_def_token1] = ACTIONS(1827), - [aux_sym_preproc_if_token1] = ACTIONS(1827), - [aux_sym_preproc_if_token2] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), - [aux_sym_preproc_else_token1] = ACTIONS(1827), - [aux_sym_preproc_elif_token1] = ACTIONS(1827), - [sym_preproc_directive] = ACTIONS(1827), - [anon_sym_LPAREN2] = ACTIONS(1829), - [anon_sym_BANG] = ACTIONS(1829), - [anon_sym_TILDE] = ACTIONS(1829), - [anon_sym_DASH] = ACTIONS(1827), - [anon_sym_PLUS] = ACTIONS(1827), - [anon_sym_STAR] = ACTIONS(1829), - [anon_sym_AMP_AMP] = ACTIONS(1829), - [anon_sym_AMP] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1829), - [anon_sym_typedef] = ACTIONS(1827), - [anon_sym_extern] = ACTIONS(1827), - [anon_sym___attribute__] = ACTIONS(1827), - [anon_sym_COLON_COLON] = ACTIONS(1829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), - [anon_sym___declspec] = ACTIONS(1827), - [anon_sym___based] = ACTIONS(1827), - [anon_sym___cdecl] = ACTIONS(1827), - [anon_sym___clrcall] = ACTIONS(1827), - [anon_sym___stdcall] = ACTIONS(1827), - [anon_sym___fastcall] = ACTIONS(1827), - [anon_sym___thiscall] = ACTIONS(1827), - [anon_sym___vectorcall] = ACTIONS(1827), - [anon_sym_LBRACE] = ACTIONS(1829), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1827), - [anon_sym_register] = ACTIONS(1827), - [anon_sym_inline] = ACTIONS(1827), - [anon_sym_thread_local] = ACTIONS(1827), - [anon_sym_const] = ACTIONS(1827), - [anon_sym_volatile] = ACTIONS(1827), - [anon_sym_restrict] = ACTIONS(1827), - [anon_sym__Atomic] = ACTIONS(1827), - [anon_sym_mutable] = ACTIONS(1827), - [anon_sym_constexpr] = ACTIONS(1827), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [sym_primitive_type] = ACTIONS(1827), - [anon_sym_enum] = ACTIONS(1827), - [anon_sym_class] = ACTIONS(1827), - [anon_sym_struct] = ACTIONS(1827), - [anon_sym_union] = ACTIONS(1827), - [anon_sym_if] = ACTIONS(1827), - [anon_sym_switch] = ACTIONS(1827), - [anon_sym_case] = ACTIONS(1827), - [anon_sym_default] = ACTIONS(1827), - [anon_sym_while] = ACTIONS(1827), - [anon_sym_do] = ACTIONS(1827), - [anon_sym_for] = ACTIONS(1827), - [anon_sym_return] = ACTIONS(1827), - [anon_sym_break] = ACTIONS(1827), - [anon_sym_continue] = ACTIONS(1827), - [anon_sym_goto] = ACTIONS(1827), - [anon_sym_DASH_DASH] = ACTIONS(1829), - [anon_sym_PLUS_PLUS] = ACTIONS(1829), - [anon_sym_sizeof] = ACTIONS(1827), - [sym_number_literal] = ACTIONS(1829), - [anon_sym_L_SQUOTE] = ACTIONS(1829), - [anon_sym_u_SQUOTE] = ACTIONS(1829), - [anon_sym_U_SQUOTE] = ACTIONS(1829), - [anon_sym_u8_SQUOTE] = ACTIONS(1829), - [anon_sym_SQUOTE] = ACTIONS(1829), - [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(1827), - [sym_false] = ACTIONS(1827), - [sym_null] = ACTIONS(1827), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1827), - [anon_sym_virtual] = ACTIONS(1827), - [anon_sym_explicit] = ACTIONS(1827), - [sym_auto] = ACTIONS(1827), - [anon_sym_typename] = ACTIONS(1827), - [anon_sym_template] = ACTIONS(1827), - [anon_sym_operator] = ACTIONS(1827), - [anon_sym_delete] = ACTIONS(1827), - [anon_sym_throw] = ACTIONS(1827), - [anon_sym_namespace] = ACTIONS(1827), - [anon_sym_using] = ACTIONS(1827), - [anon_sym_static_assert] = ACTIONS(1827), - [anon_sym_co_return] = ACTIONS(1827), - [anon_sym_co_yield] = ACTIONS(1827), - [anon_sym_try] = ACTIONS(1827), - [anon_sym_co_await] = ACTIONS(1827), - [anon_sym_new] = ACTIONS(1827), - [sym_this] = ACTIONS(1827), - [sym_nullptr] = ACTIONS(1827), - [sym_alone_macro] = ACTIONS(1829), - [aux_sym_alone_macro_call_token1] = ACTIONS(1827), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_FORWARD] = ACTIONS(1827), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_PS_GET] = ACTIONS(1827), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), - [anon_sym_MOZ_COLD] = ACTIONS(1827), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_RAII] = ACTIONS(1827), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), - [sym_raw_string_literal] = ACTIONS(1829), - }, - [229] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_RBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_else] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_catch] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), - }, - [230] = { - [sym_identifier] = ACTIONS(1831), - [aux_sym_preproc_include_token1] = ACTIONS(1831), - [aux_sym_preproc_def_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token2] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), - [aux_sym_preproc_else_token1] = ACTIONS(1831), - [aux_sym_preproc_elif_token1] = ACTIONS(1831), - [sym_preproc_directive] = ACTIONS(1831), - [anon_sym_LPAREN2] = ACTIONS(1833), - [anon_sym_BANG] = ACTIONS(1833), - [anon_sym_TILDE] = ACTIONS(1833), - [anon_sym_DASH] = ACTIONS(1831), - [anon_sym_PLUS] = ACTIONS(1831), - [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_SEMI] = ACTIONS(1833), - [anon_sym_typedef] = ACTIONS(1831), - [anon_sym_extern] = ACTIONS(1831), - [anon_sym___attribute__] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), - [anon_sym___declspec] = ACTIONS(1831), - [anon_sym___based] = ACTIONS(1831), - [anon_sym___cdecl] = ACTIONS(1831), - [anon_sym___clrcall] = ACTIONS(1831), - [anon_sym___stdcall] = ACTIONS(1831), - [anon_sym___fastcall] = ACTIONS(1831), - [anon_sym___thiscall] = ACTIONS(1831), - [anon_sym___vectorcall] = ACTIONS(1831), - [anon_sym_LBRACE] = ACTIONS(1833), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_static] = ACTIONS(1831), - [anon_sym_register] = ACTIONS(1831), - [anon_sym_inline] = ACTIONS(1831), - [anon_sym_thread_local] = ACTIONS(1831), - [anon_sym_const] = ACTIONS(1831), - [anon_sym_volatile] = ACTIONS(1831), - [anon_sym_restrict] = ACTIONS(1831), - [anon_sym__Atomic] = ACTIONS(1831), - [anon_sym_mutable] = ACTIONS(1831), - [anon_sym_constexpr] = ACTIONS(1831), - [anon_sym_signed] = ACTIONS(1831), - [anon_sym_unsigned] = ACTIONS(1831), - [anon_sym_long] = ACTIONS(1831), - [anon_sym_short] = ACTIONS(1831), - [sym_primitive_type] = ACTIONS(1831), - [anon_sym_enum] = ACTIONS(1831), - [anon_sym_class] = ACTIONS(1831), - [anon_sym_struct] = ACTIONS(1831), - [anon_sym_union] = ACTIONS(1831), - [anon_sym_if] = ACTIONS(1831), - [anon_sym_switch] = ACTIONS(1831), - [anon_sym_case] = ACTIONS(1831), - [anon_sym_default] = ACTIONS(1831), - [anon_sym_while] = ACTIONS(1831), - [anon_sym_do] = ACTIONS(1831), - [anon_sym_for] = ACTIONS(1831), - [anon_sym_return] = ACTIONS(1831), - [anon_sym_break] = ACTIONS(1831), - [anon_sym_continue] = ACTIONS(1831), - [anon_sym_goto] = ACTIONS(1831), - [anon_sym_DASH_DASH] = ACTIONS(1833), - [anon_sym_PLUS_PLUS] = ACTIONS(1833), - [anon_sym_sizeof] = ACTIONS(1831), - [sym_number_literal] = ACTIONS(1833), - [anon_sym_L_SQUOTE] = ACTIONS(1833), - [anon_sym_u_SQUOTE] = ACTIONS(1833), - [anon_sym_U_SQUOTE] = ACTIONS(1833), - [anon_sym_u8_SQUOTE] = ACTIONS(1833), - [anon_sym_SQUOTE] = ACTIONS(1833), - [anon_sym_L_DQUOTE] = ACTIONS(1833), - [anon_sym_u_DQUOTE] = ACTIONS(1833), - [anon_sym_U_DQUOTE] = ACTIONS(1833), - [anon_sym_u8_DQUOTE] = ACTIONS(1833), - [anon_sym_DQUOTE] = ACTIONS(1833), - [sym_true] = ACTIONS(1831), - [sym_false] = ACTIONS(1831), - [sym_null] = ACTIONS(1831), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1831), - [anon_sym_virtual] = ACTIONS(1831), - [anon_sym_explicit] = ACTIONS(1831), - [sym_auto] = ACTIONS(1831), - [anon_sym_typename] = ACTIONS(1831), - [anon_sym_template] = ACTIONS(1831), - [anon_sym_operator] = ACTIONS(1831), - [anon_sym_delete] = ACTIONS(1831), - [anon_sym_throw] = ACTIONS(1831), - [anon_sym_namespace] = ACTIONS(1831), - [anon_sym_using] = ACTIONS(1831), - [anon_sym_static_assert] = ACTIONS(1831), - [anon_sym_co_return] = ACTIONS(1831), - [anon_sym_co_yield] = ACTIONS(1831), - [anon_sym_try] = ACTIONS(1831), - [anon_sym_co_await] = ACTIONS(1831), - [anon_sym_new] = ACTIONS(1831), - [sym_this] = ACTIONS(1831), - [sym_nullptr] = ACTIONS(1831), - [sym_alone_macro] = ACTIONS(1833), - [aux_sym_alone_macro_call_token1] = ACTIONS(1831), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_FORWARD] = ACTIONS(1831), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_PS_GET] = ACTIONS(1831), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), - [anon_sym_MOZ_COLD] = ACTIONS(1831), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_RAII] = ACTIONS(1831), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), - [sym_raw_string_literal] = ACTIONS(1833), - }, - [231] = { - [sym_identifier] = ACTIONS(1835), - [aux_sym_preproc_include_token1] = ACTIONS(1835), - [aux_sym_preproc_def_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token2] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), - [aux_sym_preproc_else_token1] = ACTIONS(1835), - [aux_sym_preproc_elif_token1] = ACTIONS(1835), - [sym_preproc_directive] = ACTIONS(1835), - [anon_sym_LPAREN2] = ACTIONS(1837), - [anon_sym_BANG] = ACTIONS(1837), - [anon_sym_TILDE] = ACTIONS(1837), - [anon_sym_DASH] = ACTIONS(1835), - [anon_sym_PLUS] = ACTIONS(1835), - [anon_sym_STAR] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym_typedef] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_COLON_COLON] = ACTIONS(1837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym___cdecl] = ACTIONS(1835), - [anon_sym___clrcall] = ACTIONS(1835), - [anon_sym___stdcall] = ACTIONS(1835), - [anon_sym___fastcall] = ACTIONS(1835), - [anon_sym___thiscall] = ACTIONS(1835), - [anon_sym___vectorcall] = ACTIONS(1835), - [anon_sym_LBRACE] = ACTIONS(1837), - [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym_mutable] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_signed] = ACTIONS(1835), - [anon_sym_unsigned] = ACTIONS(1835), - [anon_sym_long] = ACTIONS(1835), - [anon_sym_short] = ACTIONS(1835), - [sym_primitive_type] = ACTIONS(1835), - [anon_sym_enum] = ACTIONS(1835), - [anon_sym_class] = ACTIONS(1835), - [anon_sym_struct] = ACTIONS(1835), - [anon_sym_union] = ACTIONS(1835), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_switch] = ACTIONS(1835), - [anon_sym_case] = ACTIONS(1835), - [anon_sym_default] = ACTIONS(1835), - [anon_sym_while] = ACTIONS(1835), - [anon_sym_do] = ACTIONS(1835), - [anon_sym_for] = ACTIONS(1835), - [anon_sym_return] = ACTIONS(1835), - [anon_sym_break] = ACTIONS(1835), - [anon_sym_continue] = ACTIONS(1835), - [anon_sym_goto] = ACTIONS(1835), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_sizeof] = ACTIONS(1835), - [sym_number_literal] = ACTIONS(1837), - [anon_sym_L_SQUOTE] = ACTIONS(1837), - [anon_sym_u_SQUOTE] = ACTIONS(1837), - [anon_sym_U_SQUOTE] = ACTIONS(1837), - [anon_sym_u8_SQUOTE] = ACTIONS(1837), - [anon_sym_SQUOTE] = ACTIONS(1837), - [anon_sym_L_DQUOTE] = ACTIONS(1837), - [anon_sym_u_DQUOTE] = ACTIONS(1837), - [anon_sym_U_DQUOTE] = ACTIONS(1837), - [anon_sym_u8_DQUOTE] = ACTIONS(1837), - [anon_sym_DQUOTE] = ACTIONS(1837), - [sym_true] = ACTIONS(1835), - [sym_false] = ACTIONS(1835), - [sym_null] = ACTIONS(1835), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_virtual] = ACTIONS(1835), - [anon_sym_explicit] = ACTIONS(1835), - [sym_auto] = ACTIONS(1835), - [anon_sym_typename] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1835), - [anon_sym_operator] = ACTIONS(1835), - [anon_sym_delete] = ACTIONS(1835), - [anon_sym_throw] = ACTIONS(1835), - [anon_sym_namespace] = ACTIONS(1835), - [anon_sym_using] = ACTIONS(1835), - [anon_sym_static_assert] = ACTIONS(1835), - [anon_sym_co_return] = ACTIONS(1835), - [anon_sym_co_yield] = ACTIONS(1835), - [anon_sym_try] = ACTIONS(1835), - [anon_sym_co_await] = ACTIONS(1835), - [anon_sym_new] = ACTIONS(1835), - [sym_this] = ACTIONS(1835), - [sym_nullptr] = ACTIONS(1835), - [sym_alone_macro] = ACTIONS(1837), - [aux_sym_alone_macro_call_token1] = ACTIONS(1835), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_FORWARD] = ACTIONS(1835), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_PS_GET] = ACTIONS(1835), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), - [anon_sym_MOZ_COLD] = ACTIONS(1835), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_RAII] = ACTIONS(1835), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), - [sym_raw_string_literal] = ACTIONS(1837), - }, - [232] = { - [sym_identifier] = ACTIONS(1839), - [aux_sym_preproc_include_token1] = ACTIONS(1839), - [aux_sym_preproc_def_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token2] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), - [aux_sym_preproc_else_token1] = ACTIONS(1839), - [aux_sym_preproc_elif_token1] = ACTIONS(1839), - [sym_preproc_directive] = ACTIONS(1839), - [anon_sym_LPAREN2] = ACTIONS(1841), - [anon_sym_BANG] = ACTIONS(1841), - [anon_sym_TILDE] = ACTIONS(1841), - [anon_sym_DASH] = ACTIONS(1839), - [anon_sym_PLUS] = ACTIONS(1839), - [anon_sym_STAR] = ACTIONS(1841), - [anon_sym_AMP_AMP] = ACTIONS(1841), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_SEMI] = ACTIONS(1841), - [anon_sym_typedef] = ACTIONS(1839), - [anon_sym_extern] = ACTIONS(1839), - [anon_sym___attribute__] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), - [anon_sym___declspec] = ACTIONS(1839), - [anon_sym___based] = ACTIONS(1839), - [anon_sym___cdecl] = ACTIONS(1839), - [anon_sym___clrcall] = ACTIONS(1839), - [anon_sym___stdcall] = ACTIONS(1839), - [anon_sym___fastcall] = ACTIONS(1839), - [anon_sym___thiscall] = ACTIONS(1839), - [anon_sym___vectorcall] = ACTIONS(1839), - [anon_sym_LBRACE] = ACTIONS(1841), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_register] = ACTIONS(1839), - [anon_sym_inline] = ACTIONS(1839), - [anon_sym_thread_local] = ACTIONS(1839), - [anon_sym_const] = ACTIONS(1839), - [anon_sym_volatile] = ACTIONS(1839), - [anon_sym_restrict] = ACTIONS(1839), - [anon_sym__Atomic] = ACTIONS(1839), - [anon_sym_mutable] = ACTIONS(1839), - [anon_sym_constexpr] = ACTIONS(1839), - [anon_sym_signed] = ACTIONS(1839), - [anon_sym_unsigned] = ACTIONS(1839), - [anon_sym_long] = ACTIONS(1839), - [anon_sym_short] = ACTIONS(1839), - [sym_primitive_type] = ACTIONS(1839), - [anon_sym_enum] = ACTIONS(1839), - [anon_sym_class] = ACTIONS(1839), - [anon_sym_struct] = ACTIONS(1839), - [anon_sym_union] = ACTIONS(1839), - [anon_sym_if] = ACTIONS(1839), - [anon_sym_switch] = ACTIONS(1839), - [anon_sym_case] = ACTIONS(1839), - [anon_sym_default] = ACTIONS(1839), - [anon_sym_while] = ACTIONS(1839), - [anon_sym_do] = ACTIONS(1839), - [anon_sym_for] = ACTIONS(1839), - [anon_sym_return] = ACTIONS(1839), - [anon_sym_break] = ACTIONS(1839), - [anon_sym_continue] = ACTIONS(1839), - [anon_sym_goto] = ACTIONS(1839), - [anon_sym_DASH_DASH] = ACTIONS(1841), - [anon_sym_PLUS_PLUS] = ACTIONS(1841), - [anon_sym_sizeof] = ACTIONS(1839), - [sym_number_literal] = ACTIONS(1841), - [anon_sym_L_SQUOTE] = ACTIONS(1841), - [anon_sym_u_SQUOTE] = ACTIONS(1841), - [anon_sym_U_SQUOTE] = ACTIONS(1841), - [anon_sym_u8_SQUOTE] = ACTIONS(1841), - [anon_sym_SQUOTE] = ACTIONS(1841), - [anon_sym_L_DQUOTE] = ACTIONS(1841), - [anon_sym_u_DQUOTE] = ACTIONS(1841), - [anon_sym_U_DQUOTE] = ACTIONS(1841), - [anon_sym_u8_DQUOTE] = ACTIONS(1841), - [anon_sym_DQUOTE] = ACTIONS(1841), - [sym_true] = ACTIONS(1839), - [sym_false] = ACTIONS(1839), - [sym_null] = ACTIONS(1839), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1839), - [anon_sym_virtual] = ACTIONS(1839), - [anon_sym_explicit] = ACTIONS(1839), - [sym_auto] = ACTIONS(1839), - [anon_sym_typename] = ACTIONS(1839), - [anon_sym_template] = ACTIONS(1839), - [anon_sym_operator] = ACTIONS(1839), - [anon_sym_delete] = ACTIONS(1839), - [anon_sym_throw] = ACTIONS(1839), - [anon_sym_namespace] = ACTIONS(1839), - [anon_sym_using] = ACTIONS(1839), - [anon_sym_static_assert] = ACTIONS(1839), - [anon_sym_co_return] = ACTIONS(1839), - [anon_sym_co_yield] = ACTIONS(1839), - [anon_sym_try] = ACTIONS(1839), - [anon_sym_co_await] = ACTIONS(1839), - [anon_sym_new] = ACTIONS(1839), - [sym_this] = ACTIONS(1839), - [sym_nullptr] = ACTIONS(1839), - [sym_alone_macro] = ACTIONS(1841), - [aux_sym_alone_macro_call_token1] = ACTIONS(1839), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_FORWARD] = ACTIONS(1839), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_PS_GET] = ACTIONS(1839), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), - [anon_sym_MOZ_COLD] = ACTIONS(1839), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_RAII] = ACTIONS(1839), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), - [sym_raw_string_literal] = ACTIONS(1841), + [anon_sym_decltype] = ACTIONS(1695), + [anon_sym_virtual] = ACTIONS(1695), + [anon_sym_explicit] = ACTIONS(1695), + [sym_auto] = ACTIONS(1695), + [anon_sym_typename] = ACTIONS(1695), + [anon_sym_template] = ACTIONS(1695), + [anon_sym_operator] = ACTIONS(1695), + [anon_sym_delete] = ACTIONS(1695), + [anon_sym_throw] = ACTIONS(1695), + [anon_sym_namespace] = ACTIONS(1695), + [anon_sym_using] = ACTIONS(1695), + [anon_sym_static_assert] = ACTIONS(1695), + [anon_sym_co_return] = ACTIONS(1695), + [anon_sym_co_yield] = ACTIONS(1695), + [anon_sym_try] = ACTIONS(1695), + [anon_sym_co_await] = ACTIONS(1695), + [anon_sym_new] = ACTIONS(1695), + [sym_this] = ACTIONS(1695), + [sym_nullptr] = ACTIONS(1695), + [sym_alone_macro] = ACTIONS(1697), + [aux_sym_alone_macro_call_token1] = ACTIONS(1695), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_FORWARD] = ACTIONS(1695), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_PS_GET] = ACTIONS(1695), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), + [anon_sym_MOZ_COLD] = ACTIONS(1695), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_RAII] = ACTIONS(1695), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), + [sym_raw_string_literal] = ACTIONS(1697), }, - [233] = { - [sym_identifier] = ACTIONS(1843), - [aux_sym_preproc_include_token1] = ACTIONS(1843), - [aux_sym_preproc_def_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token2] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), - [aux_sym_preproc_else_token1] = ACTIONS(1843), - [aux_sym_preproc_elif_token1] = ACTIONS(1843), - [sym_preproc_directive] = ACTIONS(1843), - [anon_sym_LPAREN2] = ACTIONS(1845), - [anon_sym_BANG] = ACTIONS(1845), - [anon_sym_TILDE] = ACTIONS(1845), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_AMP_AMP] = ACTIONS(1845), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1845), - [anon_sym_typedef] = ACTIONS(1843), - [anon_sym_extern] = ACTIONS(1843), - [anon_sym___attribute__] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), - [anon_sym___declspec] = ACTIONS(1843), - [anon_sym___based] = ACTIONS(1843), - [anon_sym___cdecl] = ACTIONS(1843), - [anon_sym___clrcall] = ACTIONS(1843), - [anon_sym___stdcall] = ACTIONS(1843), - [anon_sym___fastcall] = ACTIONS(1843), - [anon_sym___thiscall] = ACTIONS(1843), - [anon_sym___vectorcall] = ACTIONS(1843), - [anon_sym_LBRACE] = ACTIONS(1845), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_static] = ACTIONS(1843), - [anon_sym_register] = ACTIONS(1843), - [anon_sym_inline] = ACTIONS(1843), - [anon_sym_thread_local] = ACTIONS(1843), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym_mutable] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_signed] = ACTIONS(1843), - [anon_sym_unsigned] = ACTIONS(1843), - [anon_sym_long] = ACTIONS(1843), - [anon_sym_short] = ACTIONS(1843), - [sym_primitive_type] = ACTIONS(1843), - [anon_sym_enum] = ACTIONS(1843), - [anon_sym_class] = ACTIONS(1843), - [anon_sym_struct] = ACTIONS(1843), - [anon_sym_union] = ACTIONS(1843), - [anon_sym_if] = ACTIONS(1843), - [anon_sym_switch] = ACTIONS(1843), - [anon_sym_case] = ACTIONS(1843), - [anon_sym_default] = ACTIONS(1843), - [anon_sym_while] = ACTIONS(1843), - [anon_sym_do] = ACTIONS(1843), - [anon_sym_for] = ACTIONS(1843), - [anon_sym_return] = ACTIONS(1843), - [anon_sym_break] = ACTIONS(1843), - [anon_sym_continue] = ACTIONS(1843), - [anon_sym_goto] = ACTIONS(1843), - [anon_sym_DASH_DASH] = ACTIONS(1845), - [anon_sym_PLUS_PLUS] = ACTIONS(1845), - [anon_sym_sizeof] = ACTIONS(1843), - [sym_number_literal] = ACTIONS(1845), - [anon_sym_L_SQUOTE] = ACTIONS(1845), - [anon_sym_u_SQUOTE] = ACTIONS(1845), - [anon_sym_U_SQUOTE] = ACTIONS(1845), - [anon_sym_u8_SQUOTE] = ACTIONS(1845), - [anon_sym_SQUOTE] = ACTIONS(1845), - [anon_sym_L_DQUOTE] = ACTIONS(1845), - [anon_sym_u_DQUOTE] = ACTIONS(1845), - [anon_sym_U_DQUOTE] = ACTIONS(1845), - [anon_sym_u8_DQUOTE] = ACTIONS(1845), - [anon_sym_DQUOTE] = ACTIONS(1845), - [sym_true] = ACTIONS(1843), - [sym_false] = ACTIONS(1843), - [sym_null] = ACTIONS(1843), + [190] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1843), - [anon_sym_virtual] = ACTIONS(1843), - [anon_sym_explicit] = ACTIONS(1843), - [sym_auto] = ACTIONS(1843), - [anon_sym_typename] = ACTIONS(1843), - [anon_sym_template] = ACTIONS(1843), - [anon_sym_operator] = ACTIONS(1843), - [anon_sym_delete] = ACTIONS(1843), - [anon_sym_throw] = ACTIONS(1843), - [anon_sym_namespace] = ACTIONS(1843), - [anon_sym_using] = ACTIONS(1843), - [anon_sym_static_assert] = ACTIONS(1843), - [anon_sym_co_return] = ACTIONS(1843), - [anon_sym_co_yield] = ACTIONS(1843), - [anon_sym_try] = ACTIONS(1843), - [anon_sym_co_await] = ACTIONS(1843), - [anon_sym_new] = ACTIONS(1843), - [sym_this] = ACTIONS(1843), - [sym_nullptr] = ACTIONS(1843), - [sym_alone_macro] = ACTIONS(1845), - [aux_sym_alone_macro_call_token1] = ACTIONS(1843), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_FORWARD] = ACTIONS(1843), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1843), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_PS_GET] = ACTIONS(1843), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1843), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1843), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), - [anon_sym_MOZ_COLD] = ACTIONS(1843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_RAII] = ACTIONS(1843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), - [sym_raw_string_literal] = ACTIONS(1845), - }, - [234] = { - [sym_identifier] = ACTIONS(1506), - [aux_sym_preproc_include_token1] = ACTIONS(1506), - [aux_sym_preproc_def_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token2] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), - [sym_preproc_directive] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_BANG] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym___based] = ACTIONS(1506), - [anon_sym___cdecl] = ACTIONS(1506), - [anon_sym___clrcall] = ACTIONS(1506), - [anon_sym___stdcall] = ACTIONS(1506), - [anon_sym___fastcall] = ACTIONS(1506), - [anon_sym___thiscall] = ACTIONS(1506), - [anon_sym___vectorcall] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_switch] = ACTIONS(1506), - [anon_sym_case] = ACTIONS(1506), - [anon_sym_default] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_goto] = ACTIONS(1506), - [anon_sym_DASH_DASH] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_sizeof] = ACTIONS(1506), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1508), - [anon_sym_u_SQUOTE] = ACTIONS(1508), - [anon_sym_U_SQUOTE] = ACTIONS(1508), - [anon_sym_u8_SQUOTE] = ACTIONS(1508), - [anon_sym_SQUOTE] = ACTIONS(1508), - [anon_sym_L_DQUOTE] = ACTIONS(1508), - [anon_sym_u_DQUOTE] = ACTIONS(1508), - [anon_sym_U_DQUOTE] = ACTIONS(1508), - [anon_sym_u8_DQUOTE] = ACTIONS(1508), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym_true] = ACTIONS(1506), - [sym_false] = ACTIONS(1506), - [sym_null] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [anon_sym_explicit] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_operator] = ACTIONS(1506), - [anon_sym_delete] = ACTIONS(1506), - [anon_sym_throw] = ACTIONS(1506), - [anon_sym_namespace] = ACTIONS(1506), - [anon_sym_using] = ACTIONS(1506), - [anon_sym_static_assert] = ACTIONS(1506), - [anon_sym_co_return] = ACTIONS(1506), - [anon_sym_co_yield] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_co_await] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [sym_this] = ACTIONS(1506), - [sym_nullptr] = ACTIONS(1506), - [sym_alone_macro] = ACTIONS(1508), - [aux_sym_alone_macro_call_token1] = ACTIONS(1506), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_FORWARD] = ACTIONS(1506), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1506), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_PS_GET] = ACTIONS(1506), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1506), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1506), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), - [sym_raw_string_literal] = ACTIONS(1508), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [235] = { - [sym_identifier] = ACTIONS(1847), - [aux_sym_preproc_include_token1] = ACTIONS(1847), - [aux_sym_preproc_def_token1] = ACTIONS(1847), - [aux_sym_preproc_if_token1] = ACTIONS(1847), - [aux_sym_preproc_if_token2] = ACTIONS(1847), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), - [aux_sym_preproc_else_token1] = ACTIONS(1847), - [aux_sym_preproc_elif_token1] = ACTIONS(1847), - [sym_preproc_directive] = ACTIONS(1847), - [anon_sym_LPAREN2] = ACTIONS(1849), - [anon_sym_BANG] = ACTIONS(1849), - [anon_sym_TILDE] = ACTIONS(1849), - [anon_sym_DASH] = ACTIONS(1847), - [anon_sym_PLUS] = ACTIONS(1847), - [anon_sym_STAR] = ACTIONS(1849), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_AMP] = ACTIONS(1847), - [anon_sym_SEMI] = ACTIONS(1849), - [anon_sym_typedef] = ACTIONS(1847), - [anon_sym_extern] = ACTIONS(1847), - [anon_sym___attribute__] = ACTIONS(1847), - [anon_sym_COLON_COLON] = ACTIONS(1849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), - [anon_sym___declspec] = ACTIONS(1847), - [anon_sym___based] = ACTIONS(1847), - [anon_sym___cdecl] = ACTIONS(1847), - [anon_sym___clrcall] = ACTIONS(1847), - [anon_sym___stdcall] = ACTIONS(1847), - [anon_sym___fastcall] = ACTIONS(1847), - [anon_sym___thiscall] = ACTIONS(1847), - [anon_sym___vectorcall] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(1849), - [anon_sym_LBRACK] = ACTIONS(1847), - [anon_sym_static] = ACTIONS(1847), - [anon_sym_register] = ACTIONS(1847), - [anon_sym_inline] = ACTIONS(1847), - [anon_sym_thread_local] = ACTIONS(1847), - [anon_sym_const] = ACTIONS(1847), - [anon_sym_volatile] = ACTIONS(1847), - [anon_sym_restrict] = ACTIONS(1847), - [anon_sym__Atomic] = ACTIONS(1847), - [anon_sym_mutable] = ACTIONS(1847), - [anon_sym_constexpr] = ACTIONS(1847), - [anon_sym_signed] = ACTIONS(1847), - [anon_sym_unsigned] = ACTIONS(1847), - [anon_sym_long] = ACTIONS(1847), - [anon_sym_short] = ACTIONS(1847), - [sym_primitive_type] = ACTIONS(1847), - [anon_sym_enum] = ACTIONS(1847), - [anon_sym_class] = ACTIONS(1847), - [anon_sym_struct] = ACTIONS(1847), - [anon_sym_union] = ACTIONS(1847), - [anon_sym_if] = ACTIONS(1847), - [anon_sym_switch] = ACTIONS(1847), - [anon_sym_case] = ACTIONS(1847), - [anon_sym_default] = ACTIONS(1847), - [anon_sym_while] = ACTIONS(1847), - [anon_sym_do] = ACTIONS(1847), - [anon_sym_for] = ACTIONS(1847), - [anon_sym_return] = ACTIONS(1847), - [anon_sym_break] = ACTIONS(1847), - [anon_sym_continue] = ACTIONS(1847), - [anon_sym_goto] = ACTIONS(1847), - [anon_sym_DASH_DASH] = ACTIONS(1849), - [anon_sym_PLUS_PLUS] = ACTIONS(1849), - [anon_sym_sizeof] = ACTIONS(1847), - [sym_number_literal] = ACTIONS(1849), - [anon_sym_L_SQUOTE] = ACTIONS(1849), - [anon_sym_u_SQUOTE] = ACTIONS(1849), - [anon_sym_U_SQUOTE] = ACTIONS(1849), - [anon_sym_u8_SQUOTE] = ACTIONS(1849), - [anon_sym_SQUOTE] = ACTIONS(1849), - [anon_sym_L_DQUOTE] = ACTIONS(1849), - [anon_sym_u_DQUOTE] = ACTIONS(1849), - [anon_sym_U_DQUOTE] = ACTIONS(1849), - [anon_sym_u8_DQUOTE] = ACTIONS(1849), - [anon_sym_DQUOTE] = ACTIONS(1849), - [sym_true] = ACTIONS(1847), - [sym_false] = ACTIONS(1847), - [sym_null] = ACTIONS(1847), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1847), - [anon_sym_virtual] = ACTIONS(1847), - [anon_sym_explicit] = ACTIONS(1847), - [sym_auto] = ACTIONS(1847), - [anon_sym_typename] = ACTIONS(1847), - [anon_sym_template] = ACTIONS(1847), - [anon_sym_operator] = ACTIONS(1847), - [anon_sym_delete] = ACTIONS(1847), - [anon_sym_throw] = ACTIONS(1847), - [anon_sym_namespace] = ACTIONS(1847), - [anon_sym_using] = ACTIONS(1847), - [anon_sym_static_assert] = ACTIONS(1847), - [anon_sym_co_return] = ACTIONS(1847), - [anon_sym_co_yield] = ACTIONS(1847), - [anon_sym_try] = ACTIONS(1847), - [anon_sym_co_await] = ACTIONS(1847), - [anon_sym_new] = ACTIONS(1847), - [sym_this] = ACTIONS(1847), - [sym_nullptr] = ACTIONS(1847), - [sym_alone_macro] = ACTIONS(1849), - [aux_sym_alone_macro_call_token1] = ACTIONS(1847), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_FORWARD] = ACTIONS(1847), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_PS_GET] = ACTIONS(1847), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), - [anon_sym_MOZ_COLD] = ACTIONS(1847), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_RAII] = ACTIONS(1847), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), - [sym_raw_string_literal] = ACTIONS(1849), + [191] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [236] = { - [sym_identifier] = ACTIONS(1851), - [aux_sym_preproc_include_token1] = ACTIONS(1851), - [aux_sym_preproc_def_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token2] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), - [aux_sym_preproc_else_token1] = ACTIONS(1851), - [aux_sym_preproc_elif_token1] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1851), - [anon_sym_LPAREN2] = ACTIONS(1853), - [anon_sym_BANG] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_PLUS] = ACTIONS(1851), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_AMP_AMP] = ACTIONS(1853), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_SEMI] = ACTIONS(1853), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym___attribute__] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), - [anon_sym___declspec] = ACTIONS(1851), - [anon_sym___based] = ACTIONS(1851), - [anon_sym___cdecl] = ACTIONS(1851), - [anon_sym___clrcall] = ACTIONS(1851), - [anon_sym___stdcall] = ACTIONS(1851), - [anon_sym___fastcall] = ACTIONS(1851), - [anon_sym___thiscall] = ACTIONS(1851), - [anon_sym___vectorcall] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_thread_local] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym__Atomic] = ACTIONS(1851), - [anon_sym_mutable] = ACTIONS(1851), - [anon_sym_constexpr] = ACTIONS(1851), - [anon_sym_signed] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_class] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1851), - [anon_sym_switch] = ACTIONS(1851), - [anon_sym_case] = ACTIONS(1851), - [anon_sym_default] = ACTIONS(1851), - [anon_sym_while] = ACTIONS(1851), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_for] = ACTIONS(1851), - [anon_sym_return] = ACTIONS(1851), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1851), - [anon_sym_goto] = ACTIONS(1851), - [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_PLUS_PLUS] = ACTIONS(1853), - [anon_sym_sizeof] = ACTIONS(1851), - [sym_number_literal] = ACTIONS(1853), - [anon_sym_L_SQUOTE] = ACTIONS(1853), - [anon_sym_u_SQUOTE] = ACTIONS(1853), - [anon_sym_U_SQUOTE] = ACTIONS(1853), - [anon_sym_u8_SQUOTE] = ACTIONS(1853), - [anon_sym_SQUOTE] = ACTIONS(1853), - [anon_sym_L_DQUOTE] = ACTIONS(1853), - [anon_sym_u_DQUOTE] = ACTIONS(1853), - [anon_sym_U_DQUOTE] = ACTIONS(1853), - [anon_sym_u8_DQUOTE] = ACTIONS(1853), - [anon_sym_DQUOTE] = ACTIONS(1853), - [sym_true] = ACTIONS(1851), - [sym_false] = ACTIONS(1851), - [sym_null] = ACTIONS(1851), + [192] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1851), - [anon_sym_virtual] = ACTIONS(1851), - [anon_sym_explicit] = ACTIONS(1851), - [sym_auto] = ACTIONS(1851), - [anon_sym_typename] = ACTIONS(1851), - [anon_sym_template] = ACTIONS(1851), - [anon_sym_operator] = ACTIONS(1851), - [anon_sym_delete] = ACTIONS(1851), - [anon_sym_throw] = ACTIONS(1851), - [anon_sym_namespace] = ACTIONS(1851), - [anon_sym_using] = ACTIONS(1851), - [anon_sym_static_assert] = ACTIONS(1851), - [anon_sym_co_return] = ACTIONS(1851), - [anon_sym_co_yield] = ACTIONS(1851), - [anon_sym_try] = ACTIONS(1851), - [anon_sym_co_await] = ACTIONS(1851), - [anon_sym_new] = ACTIONS(1851), - [sym_this] = ACTIONS(1851), - [sym_nullptr] = ACTIONS(1851), - [sym_alone_macro] = ACTIONS(1853), - [aux_sym_alone_macro_call_token1] = ACTIONS(1851), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_FORWARD] = ACTIONS(1851), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_PS_GET] = ACTIONS(1851), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), - [anon_sym_MOZ_COLD] = ACTIONS(1851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_RAII] = ACTIONS(1851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), - [sym_raw_string_literal] = ACTIONS(1853), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [237] = { - [ts_builtin_sym_end] = ACTIONS(1512), - [sym_identifier] = ACTIONS(1510), - [aux_sym_preproc_include_token1] = ACTIONS(1510), - [aux_sym_preproc_def_token1] = ACTIONS(1510), - [aux_sym_preproc_if_token1] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), - [sym_preproc_directive] = ACTIONS(1510), - [anon_sym_LPAREN2] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_TILDE] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1512), - [anon_sym_AMP_AMP] = ACTIONS(1512), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym___attribute__] = ACTIONS(1510), - [anon_sym_COLON_COLON] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), - [anon_sym___declspec] = ACTIONS(1510), - [anon_sym___based] = ACTIONS(1510), - [anon_sym___cdecl] = ACTIONS(1510), - [anon_sym___clrcall] = ACTIONS(1510), - [anon_sym___stdcall] = ACTIONS(1510), - [anon_sym___fastcall] = ACTIONS(1510), - [anon_sym___thiscall] = ACTIONS(1510), - [anon_sym___vectorcall] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_static] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_inline] = ACTIONS(1510), - [anon_sym_thread_local] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_volatile] = ACTIONS(1510), - [anon_sym_restrict] = ACTIONS(1510), - [anon_sym__Atomic] = ACTIONS(1510), - [anon_sym_mutable] = ACTIONS(1510), - [anon_sym_constexpr] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1510), - [anon_sym_unsigned] = ACTIONS(1510), - [anon_sym_long] = ACTIONS(1510), - [anon_sym_short] = ACTIONS(1510), - [sym_primitive_type] = ACTIONS(1510), - [anon_sym_enum] = ACTIONS(1510), - [anon_sym_class] = ACTIONS(1510), - [anon_sym_struct] = ACTIONS(1510), - [anon_sym_union] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_switch] = ACTIONS(1510), - [anon_sym_case] = ACTIONS(1510), - [anon_sym_default] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_goto] = ACTIONS(1510), - [anon_sym_DASH_DASH] = ACTIONS(1512), - [anon_sym_PLUS_PLUS] = ACTIONS(1512), - [anon_sym_sizeof] = ACTIONS(1510), - [sym_number_literal] = ACTIONS(1512), - [anon_sym_L_SQUOTE] = ACTIONS(1512), - [anon_sym_u_SQUOTE] = ACTIONS(1512), - [anon_sym_U_SQUOTE] = ACTIONS(1512), - [anon_sym_u8_SQUOTE] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1512), - [anon_sym_L_DQUOTE] = ACTIONS(1512), - [anon_sym_u_DQUOTE] = ACTIONS(1512), - [anon_sym_U_DQUOTE] = ACTIONS(1512), - [anon_sym_u8_DQUOTE] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym_true] = ACTIONS(1510), - [sym_false] = ACTIONS(1510), - [sym_null] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1510), - [anon_sym_virtual] = ACTIONS(1510), - [anon_sym_explicit] = ACTIONS(1510), - [sym_auto] = ACTIONS(1510), - [anon_sym_typename] = ACTIONS(1510), - [anon_sym_template] = ACTIONS(1510), - [anon_sym_operator] = ACTIONS(1510), - [anon_sym_delete] = ACTIONS(1510), - [anon_sym_throw] = ACTIONS(1510), - [anon_sym_namespace] = ACTIONS(1510), - [anon_sym_using] = ACTIONS(1510), - [anon_sym_static_assert] = ACTIONS(1510), - [anon_sym_co_return] = ACTIONS(1510), - [anon_sym_co_yield] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_co_await] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [sym_this] = ACTIONS(1510), - [sym_nullptr] = ACTIONS(1510), - [sym_alone_macro] = ACTIONS(1512), - [aux_sym_alone_macro_call_token1] = ACTIONS(1510), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_FORWARD] = ACTIONS(1510), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1510), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_PS_GET] = ACTIONS(1510), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1510), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1510), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1510), - [anon_sym_MOZ_COLD] = ACTIONS(1510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_RAII] = ACTIONS(1510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1510), - [sym_raw_string_literal] = ACTIONS(1512), + [193] = { + [sym_identifier] = ACTIONS(1514), + [aux_sym_preproc_include_token1] = ACTIONS(1514), + [aux_sym_preproc_def_token1] = ACTIONS(1514), + [aux_sym_preproc_if_token1] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1514), + [sym_preproc_directive] = ACTIONS(1514), + [anon_sym_LPAREN2] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1516), + [anon_sym_TILDE] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1514), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1516), + [anon_sym_AMP] = ACTIONS(1514), + [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1514), + [anon_sym_extern] = ACTIONS(1514), + [anon_sym___attribute__] = ACTIONS(1514), + [anon_sym_COLON_COLON] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym___declspec] = ACTIONS(1514), + [anon_sym___based] = ACTIONS(1514), + [anon_sym___cdecl] = ACTIONS(1514), + [anon_sym___clrcall] = ACTIONS(1514), + [anon_sym___stdcall] = ACTIONS(1514), + [anon_sym___fastcall] = ACTIONS(1514), + [anon_sym___thiscall] = ACTIONS(1514), + [anon_sym___vectorcall] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1516), + [anon_sym_RBRACE] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_static] = ACTIONS(1514), + [anon_sym_register] = ACTIONS(1514), + [anon_sym_inline] = ACTIONS(1514), + [anon_sym_thread_local] = ACTIONS(1514), + [anon_sym_const] = ACTIONS(1514), + [anon_sym_volatile] = ACTIONS(1514), + [anon_sym_restrict] = ACTIONS(1514), + [anon_sym__Atomic] = ACTIONS(1514), + [anon_sym_mutable] = ACTIONS(1514), + [anon_sym_constexpr] = ACTIONS(1514), + [anon_sym_signed] = ACTIONS(1514), + [anon_sym_unsigned] = ACTIONS(1514), + [anon_sym_long] = ACTIONS(1514), + [anon_sym_short] = ACTIONS(1514), + [sym_primitive_type] = ACTIONS(1514), + [anon_sym_enum] = ACTIONS(1514), + [anon_sym_class] = ACTIONS(1514), + [anon_sym_struct] = ACTIONS(1514), + [anon_sym_union] = ACTIONS(1514), + [anon_sym_if] = ACTIONS(1514), + [anon_sym_else] = ACTIONS(1514), + [anon_sym_switch] = ACTIONS(1514), + [anon_sym_case] = ACTIONS(1514), + [anon_sym_default] = ACTIONS(1514), + [anon_sym_while] = ACTIONS(1514), + [anon_sym_do] = ACTIONS(1514), + [anon_sym_for] = ACTIONS(1514), + [anon_sym_return] = ACTIONS(1514), + [anon_sym_break] = ACTIONS(1514), + [anon_sym_continue] = ACTIONS(1514), + [anon_sym_goto] = ACTIONS(1514), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_sizeof] = ACTIONS(1514), + [sym_number_literal] = ACTIONS(1516), + [anon_sym_L_SQUOTE] = ACTIONS(1516), + [anon_sym_u_SQUOTE] = ACTIONS(1516), + [anon_sym_U_SQUOTE] = ACTIONS(1516), + [anon_sym_u8_SQUOTE] = ACTIONS(1516), + [anon_sym_SQUOTE] = ACTIONS(1516), + [anon_sym_L_DQUOTE] = ACTIONS(1516), + [anon_sym_u_DQUOTE] = ACTIONS(1516), + [anon_sym_U_DQUOTE] = ACTIONS(1516), + [anon_sym_u8_DQUOTE] = ACTIONS(1516), + [anon_sym_DQUOTE] = ACTIONS(1516), + [sym_true] = ACTIONS(1514), + [sym_false] = ACTIONS(1514), + [sym_null] = ACTIONS(1514), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1514), + [anon_sym_virtual] = ACTIONS(1514), + [anon_sym_explicit] = ACTIONS(1514), + [sym_auto] = ACTIONS(1514), + [anon_sym_typename] = ACTIONS(1514), + [anon_sym_template] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1514), + [anon_sym_delete] = ACTIONS(1514), + [anon_sym_throw] = ACTIONS(1514), + [anon_sym_namespace] = ACTIONS(1514), + [anon_sym_using] = ACTIONS(1514), + [anon_sym_static_assert] = ACTIONS(1514), + [anon_sym_co_return] = ACTIONS(1514), + [anon_sym_co_yield] = ACTIONS(1514), + [anon_sym_try] = ACTIONS(1514), + [anon_sym_catch] = ACTIONS(1514), + [anon_sym_co_await] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1514), + [sym_this] = ACTIONS(1514), + [sym_nullptr] = ACTIONS(1514), + [sym_alone_macro] = ACTIONS(1516), + [aux_sym_alone_macro_call_token1] = ACTIONS(1514), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_FORWARD] = ACTIONS(1514), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1514), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_PS_GET] = ACTIONS(1514), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1514), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1514), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1514), + [anon_sym_MOZ_COLD] = ACTIONS(1514), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1514), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1514), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1514), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1514), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1514), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1514), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1514), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1514), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1514), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1514), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1514), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1514), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_RAII] = ACTIONS(1514), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1514), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1514), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1514), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1514), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1514), + [sym_raw_string_literal] = ACTIONS(1516), }, - [238] = { - [sym_identifier] = ACTIONS(1855), - [aux_sym_preproc_include_token1] = ACTIONS(1855), - [aux_sym_preproc_def_token1] = ACTIONS(1855), - [aux_sym_preproc_if_token1] = ACTIONS(1855), - [aux_sym_preproc_if_token2] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), - [aux_sym_preproc_else_token1] = ACTIONS(1855), - [aux_sym_preproc_elif_token1] = ACTIONS(1855), - [sym_preproc_directive] = ACTIONS(1855), - [anon_sym_LPAREN2] = ACTIONS(1857), - [anon_sym_BANG] = ACTIONS(1857), - [anon_sym_TILDE] = ACTIONS(1857), - [anon_sym_DASH] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(1855), - [anon_sym_STAR] = ACTIONS(1857), - [anon_sym_AMP_AMP] = ACTIONS(1857), - [anon_sym_AMP] = ACTIONS(1855), - [anon_sym_SEMI] = ACTIONS(1857), - [anon_sym_typedef] = ACTIONS(1855), - [anon_sym_extern] = ACTIONS(1855), - [anon_sym___attribute__] = ACTIONS(1855), - [anon_sym_COLON_COLON] = ACTIONS(1857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), - [anon_sym___declspec] = ACTIONS(1855), - [anon_sym___based] = ACTIONS(1855), - [anon_sym___cdecl] = ACTIONS(1855), - [anon_sym___clrcall] = ACTIONS(1855), - [anon_sym___stdcall] = ACTIONS(1855), - [anon_sym___fastcall] = ACTIONS(1855), - [anon_sym___thiscall] = ACTIONS(1855), - [anon_sym___vectorcall] = ACTIONS(1855), - [anon_sym_LBRACE] = ACTIONS(1857), - [anon_sym_LBRACK] = ACTIONS(1855), - [anon_sym_static] = ACTIONS(1855), - [anon_sym_register] = ACTIONS(1855), - [anon_sym_inline] = ACTIONS(1855), - [anon_sym_thread_local] = ACTIONS(1855), - [anon_sym_const] = ACTIONS(1855), - [anon_sym_volatile] = ACTIONS(1855), - [anon_sym_restrict] = ACTIONS(1855), - [anon_sym__Atomic] = ACTIONS(1855), - [anon_sym_mutable] = ACTIONS(1855), - [anon_sym_constexpr] = ACTIONS(1855), - [anon_sym_signed] = ACTIONS(1855), - [anon_sym_unsigned] = ACTIONS(1855), - [anon_sym_long] = ACTIONS(1855), - [anon_sym_short] = ACTIONS(1855), - [sym_primitive_type] = ACTIONS(1855), - [anon_sym_enum] = ACTIONS(1855), - [anon_sym_class] = ACTIONS(1855), - [anon_sym_struct] = ACTIONS(1855), - [anon_sym_union] = ACTIONS(1855), - [anon_sym_if] = ACTIONS(1855), - [anon_sym_switch] = ACTIONS(1855), - [anon_sym_case] = ACTIONS(1855), - [anon_sym_default] = ACTIONS(1855), - [anon_sym_while] = ACTIONS(1855), - [anon_sym_do] = ACTIONS(1855), - [anon_sym_for] = ACTIONS(1855), - [anon_sym_return] = ACTIONS(1855), - [anon_sym_break] = ACTIONS(1855), - [anon_sym_continue] = ACTIONS(1855), - [anon_sym_goto] = ACTIONS(1855), - [anon_sym_DASH_DASH] = ACTIONS(1857), - [anon_sym_PLUS_PLUS] = ACTIONS(1857), - [anon_sym_sizeof] = ACTIONS(1855), - [sym_number_literal] = ACTIONS(1857), - [anon_sym_L_SQUOTE] = ACTIONS(1857), - [anon_sym_u_SQUOTE] = ACTIONS(1857), - [anon_sym_U_SQUOTE] = ACTIONS(1857), - [anon_sym_u8_SQUOTE] = ACTIONS(1857), - [anon_sym_SQUOTE] = ACTIONS(1857), - [anon_sym_L_DQUOTE] = ACTIONS(1857), - [anon_sym_u_DQUOTE] = ACTIONS(1857), - [anon_sym_U_DQUOTE] = ACTIONS(1857), - [anon_sym_u8_DQUOTE] = ACTIONS(1857), - [anon_sym_DQUOTE] = ACTIONS(1857), - [sym_true] = ACTIONS(1855), - [sym_false] = ACTIONS(1855), - [sym_null] = ACTIONS(1855), + [194] = { + [sym_identifier] = ACTIONS(1699), + [aux_sym_preproc_include_token1] = ACTIONS(1699), + [aux_sym_preproc_def_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token2] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), + [aux_sym_preproc_else_token1] = ACTIONS(1699), + [aux_sym_preproc_elif_token1] = ACTIONS(1699), + [sym_preproc_directive] = ACTIONS(1699), + [anon_sym_LPAREN2] = ACTIONS(1701), + [anon_sym_BANG] = ACTIONS(1701), + [anon_sym_TILDE] = ACTIONS(1701), + [anon_sym_DASH] = ACTIONS(1699), + [anon_sym_PLUS] = ACTIONS(1699), + [anon_sym_STAR] = ACTIONS(1701), + [anon_sym_AMP_AMP] = ACTIONS(1701), + [anon_sym_AMP] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1701), + [anon_sym_typedef] = ACTIONS(1699), + [anon_sym_extern] = ACTIONS(1699), + [anon_sym___attribute__] = ACTIONS(1699), + [anon_sym_COLON_COLON] = ACTIONS(1701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), + [anon_sym___declspec] = ACTIONS(1699), + [anon_sym___based] = ACTIONS(1699), + [anon_sym___cdecl] = ACTIONS(1699), + [anon_sym___clrcall] = ACTIONS(1699), + [anon_sym___stdcall] = ACTIONS(1699), + [anon_sym___fastcall] = ACTIONS(1699), + [anon_sym___thiscall] = ACTIONS(1699), + [anon_sym___vectorcall] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1699), + [anon_sym_static] = ACTIONS(1699), + [anon_sym_register] = ACTIONS(1699), + [anon_sym_inline] = ACTIONS(1699), + [anon_sym_thread_local] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1699), + [anon_sym_volatile] = ACTIONS(1699), + [anon_sym_restrict] = ACTIONS(1699), + [anon_sym__Atomic] = ACTIONS(1699), + [anon_sym_mutable] = ACTIONS(1699), + [anon_sym_constexpr] = ACTIONS(1699), + [anon_sym_signed] = ACTIONS(1699), + [anon_sym_unsigned] = ACTIONS(1699), + [anon_sym_long] = ACTIONS(1699), + [anon_sym_short] = ACTIONS(1699), + [sym_primitive_type] = ACTIONS(1699), + [anon_sym_enum] = ACTIONS(1699), + [anon_sym_class] = ACTIONS(1699), + [anon_sym_struct] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_if] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1699), + [anon_sym_case] = ACTIONS(1699), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_while] = ACTIONS(1699), + [anon_sym_do] = ACTIONS(1699), + [anon_sym_for] = ACTIONS(1699), + [anon_sym_return] = ACTIONS(1699), + [anon_sym_break] = ACTIONS(1699), + [anon_sym_continue] = ACTIONS(1699), + [anon_sym_goto] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1701), + [anon_sym_PLUS_PLUS] = ACTIONS(1701), + [anon_sym_sizeof] = ACTIONS(1699), + [sym_number_literal] = ACTIONS(1701), + [anon_sym_L_SQUOTE] = ACTIONS(1701), + [anon_sym_u_SQUOTE] = ACTIONS(1701), + [anon_sym_U_SQUOTE] = ACTIONS(1701), + [anon_sym_u8_SQUOTE] = ACTIONS(1701), + [anon_sym_SQUOTE] = ACTIONS(1701), + [anon_sym_L_DQUOTE] = ACTIONS(1701), + [anon_sym_u_DQUOTE] = ACTIONS(1701), + [anon_sym_U_DQUOTE] = ACTIONS(1701), + [anon_sym_u8_DQUOTE] = ACTIONS(1701), + [anon_sym_DQUOTE] = ACTIONS(1701), + [sym_true] = ACTIONS(1699), + [sym_false] = ACTIONS(1699), + [sym_null] = ACTIONS(1699), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1855), - [anon_sym_virtual] = ACTIONS(1855), - [anon_sym_explicit] = ACTIONS(1855), - [sym_auto] = ACTIONS(1855), - [anon_sym_typename] = ACTIONS(1855), - [anon_sym_template] = ACTIONS(1855), - [anon_sym_operator] = ACTIONS(1855), - [anon_sym_delete] = ACTIONS(1855), - [anon_sym_throw] = ACTIONS(1855), - [anon_sym_namespace] = ACTIONS(1855), - [anon_sym_using] = ACTIONS(1855), - [anon_sym_static_assert] = ACTIONS(1855), - [anon_sym_co_return] = ACTIONS(1855), - [anon_sym_co_yield] = ACTIONS(1855), - [anon_sym_try] = ACTIONS(1855), - [anon_sym_co_await] = ACTIONS(1855), - [anon_sym_new] = ACTIONS(1855), - [sym_this] = ACTIONS(1855), - [sym_nullptr] = ACTIONS(1855), - [sym_alone_macro] = ACTIONS(1857), - [aux_sym_alone_macro_call_token1] = ACTIONS(1855), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_FORWARD] = ACTIONS(1855), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_PS_GET] = ACTIONS(1855), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), - [anon_sym_MOZ_COLD] = ACTIONS(1855), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_RAII] = ACTIONS(1855), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), - [sym_raw_string_literal] = ACTIONS(1857), + [anon_sym_decltype] = ACTIONS(1699), + [anon_sym_virtual] = ACTIONS(1699), + [anon_sym_explicit] = ACTIONS(1699), + [sym_auto] = ACTIONS(1699), + [anon_sym_typename] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1699), + [anon_sym_operator] = ACTIONS(1699), + [anon_sym_delete] = ACTIONS(1699), + [anon_sym_throw] = ACTIONS(1699), + [anon_sym_namespace] = ACTIONS(1699), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1699), + [anon_sym_co_return] = ACTIONS(1699), + [anon_sym_co_yield] = ACTIONS(1699), + [anon_sym_try] = ACTIONS(1699), + [anon_sym_co_await] = ACTIONS(1699), + [anon_sym_new] = ACTIONS(1699), + [sym_this] = ACTIONS(1699), + [sym_nullptr] = ACTIONS(1699), + [sym_alone_macro] = ACTIONS(1701), + [aux_sym_alone_macro_call_token1] = ACTIONS(1699), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_FORWARD] = ACTIONS(1699), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_PS_GET] = ACTIONS(1699), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), + [anon_sym_MOZ_COLD] = ACTIONS(1699), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_RAII] = ACTIONS(1699), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), + [sym_raw_string_literal] = ACTIONS(1701), }, - [239] = { - [sym_identifier] = ACTIONS(1859), - [aux_sym_preproc_include_token1] = ACTIONS(1859), - [aux_sym_preproc_def_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token2] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), - [aux_sym_preproc_else_token1] = ACTIONS(1859), - [aux_sym_preproc_elif_token1] = ACTIONS(1859), - [sym_preproc_directive] = ACTIONS(1859), - [anon_sym_LPAREN2] = ACTIONS(1861), - [anon_sym_BANG] = ACTIONS(1861), - [anon_sym_TILDE] = ACTIONS(1861), - [anon_sym_DASH] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(1859), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP_AMP] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_SEMI] = ACTIONS(1861), - [anon_sym_typedef] = ACTIONS(1859), - [anon_sym_extern] = ACTIONS(1859), - [anon_sym___attribute__] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1861), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), - [anon_sym___declspec] = ACTIONS(1859), - [anon_sym___based] = ACTIONS(1859), - [anon_sym___cdecl] = ACTIONS(1859), - [anon_sym___clrcall] = ACTIONS(1859), - [anon_sym___stdcall] = ACTIONS(1859), - [anon_sym___fastcall] = ACTIONS(1859), - [anon_sym___thiscall] = ACTIONS(1859), - [anon_sym___vectorcall] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1861), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_static] = ACTIONS(1859), - [anon_sym_register] = ACTIONS(1859), - [anon_sym_inline] = ACTIONS(1859), - [anon_sym_thread_local] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_volatile] = ACTIONS(1859), - [anon_sym_restrict] = ACTIONS(1859), - [anon_sym__Atomic] = ACTIONS(1859), - [anon_sym_mutable] = ACTIONS(1859), - [anon_sym_constexpr] = ACTIONS(1859), - [anon_sym_signed] = ACTIONS(1859), - [anon_sym_unsigned] = ACTIONS(1859), - [anon_sym_long] = ACTIONS(1859), - [anon_sym_short] = ACTIONS(1859), - [sym_primitive_type] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_class] = ACTIONS(1859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_switch] = ACTIONS(1859), - [anon_sym_case] = ACTIONS(1859), - [anon_sym_default] = ACTIONS(1859), - [anon_sym_while] = ACTIONS(1859), - [anon_sym_do] = ACTIONS(1859), - [anon_sym_for] = ACTIONS(1859), - [anon_sym_return] = ACTIONS(1859), - [anon_sym_break] = ACTIONS(1859), - [anon_sym_continue] = ACTIONS(1859), - [anon_sym_goto] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1861), - [anon_sym_PLUS_PLUS] = ACTIONS(1861), - [anon_sym_sizeof] = ACTIONS(1859), - [sym_number_literal] = ACTIONS(1861), - [anon_sym_L_SQUOTE] = ACTIONS(1861), - [anon_sym_u_SQUOTE] = ACTIONS(1861), - [anon_sym_U_SQUOTE] = ACTIONS(1861), - [anon_sym_u8_SQUOTE] = ACTIONS(1861), - [anon_sym_SQUOTE] = ACTIONS(1861), - [anon_sym_L_DQUOTE] = ACTIONS(1861), - [anon_sym_u_DQUOTE] = ACTIONS(1861), - [anon_sym_U_DQUOTE] = ACTIONS(1861), - [anon_sym_u8_DQUOTE] = ACTIONS(1861), - [anon_sym_DQUOTE] = ACTIONS(1861), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_null] = ACTIONS(1859), + [195] = { + [sym_identifier] = ACTIONS(1703), + [aux_sym_preproc_include_token1] = ACTIONS(1703), + [aux_sym_preproc_def_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token2] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), + [aux_sym_preproc_else_token1] = ACTIONS(1703), + [aux_sym_preproc_elif_token1] = ACTIONS(1703), + [sym_preproc_directive] = ACTIONS(1703), + [anon_sym_LPAREN2] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1703), + [anon_sym_PLUS] = ACTIONS(1703), + [anon_sym_STAR] = ACTIONS(1705), + [anon_sym_AMP_AMP] = ACTIONS(1705), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_typedef] = ACTIONS(1703), + [anon_sym_extern] = ACTIONS(1703), + [anon_sym___attribute__] = ACTIONS(1703), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), + [anon_sym___declspec] = ACTIONS(1703), + [anon_sym___based] = ACTIONS(1703), + [anon_sym___cdecl] = ACTIONS(1703), + [anon_sym___clrcall] = ACTIONS(1703), + [anon_sym___stdcall] = ACTIONS(1703), + [anon_sym___fastcall] = ACTIONS(1703), + [anon_sym___thiscall] = ACTIONS(1703), + [anon_sym___vectorcall] = ACTIONS(1703), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_LBRACK] = ACTIONS(1703), + [anon_sym_static] = ACTIONS(1703), + [anon_sym_register] = ACTIONS(1703), + [anon_sym_inline] = ACTIONS(1703), + [anon_sym_thread_local] = ACTIONS(1703), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_volatile] = ACTIONS(1703), + [anon_sym_restrict] = ACTIONS(1703), + [anon_sym__Atomic] = ACTIONS(1703), + [anon_sym_mutable] = ACTIONS(1703), + [anon_sym_constexpr] = ACTIONS(1703), + [anon_sym_signed] = ACTIONS(1703), + [anon_sym_unsigned] = ACTIONS(1703), + [anon_sym_long] = ACTIONS(1703), + [anon_sym_short] = ACTIONS(1703), + [sym_primitive_type] = ACTIONS(1703), + [anon_sym_enum] = ACTIONS(1703), + [anon_sym_class] = ACTIONS(1703), + [anon_sym_struct] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), + [anon_sym_if] = ACTIONS(1703), + [anon_sym_switch] = ACTIONS(1703), + [anon_sym_case] = ACTIONS(1703), + [anon_sym_default] = ACTIONS(1703), + [anon_sym_while] = ACTIONS(1703), + [anon_sym_do] = ACTIONS(1703), + [anon_sym_for] = ACTIONS(1703), + [anon_sym_return] = ACTIONS(1703), + [anon_sym_break] = ACTIONS(1703), + [anon_sym_continue] = ACTIONS(1703), + [anon_sym_goto] = ACTIONS(1703), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_sizeof] = ACTIONS(1703), + [sym_number_literal] = ACTIONS(1705), + [anon_sym_L_SQUOTE] = ACTIONS(1705), + [anon_sym_u_SQUOTE] = ACTIONS(1705), + [anon_sym_U_SQUOTE] = ACTIONS(1705), + [anon_sym_u8_SQUOTE] = ACTIONS(1705), + [anon_sym_SQUOTE] = ACTIONS(1705), + [anon_sym_L_DQUOTE] = ACTIONS(1705), + [anon_sym_u_DQUOTE] = ACTIONS(1705), + [anon_sym_U_DQUOTE] = ACTIONS(1705), + [anon_sym_u8_DQUOTE] = ACTIONS(1705), + [anon_sym_DQUOTE] = ACTIONS(1705), + [sym_true] = ACTIONS(1703), + [sym_false] = ACTIONS(1703), + [sym_null] = ACTIONS(1703), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1859), - [anon_sym_virtual] = ACTIONS(1859), - [anon_sym_explicit] = ACTIONS(1859), - [sym_auto] = ACTIONS(1859), - [anon_sym_typename] = ACTIONS(1859), - [anon_sym_template] = ACTIONS(1859), - [anon_sym_operator] = ACTIONS(1859), - [anon_sym_delete] = ACTIONS(1859), - [anon_sym_throw] = ACTIONS(1859), - [anon_sym_namespace] = ACTIONS(1859), - [anon_sym_using] = ACTIONS(1859), - [anon_sym_static_assert] = ACTIONS(1859), - [anon_sym_co_return] = ACTIONS(1859), - [anon_sym_co_yield] = ACTIONS(1859), - [anon_sym_try] = ACTIONS(1859), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1859), - [sym_this] = ACTIONS(1859), - [sym_nullptr] = ACTIONS(1859), - [sym_alone_macro] = ACTIONS(1861), - [aux_sym_alone_macro_call_token1] = ACTIONS(1859), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_FORWARD] = ACTIONS(1859), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_PS_GET] = ACTIONS(1859), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), - [anon_sym_MOZ_COLD] = ACTIONS(1859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_RAII] = ACTIONS(1859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), - [sym_raw_string_literal] = ACTIONS(1861), + [anon_sym_decltype] = ACTIONS(1703), + [anon_sym_virtual] = ACTIONS(1703), + [anon_sym_explicit] = ACTIONS(1703), + [sym_auto] = ACTIONS(1703), + [anon_sym_typename] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1703), + [anon_sym_operator] = ACTIONS(1703), + [anon_sym_delete] = ACTIONS(1703), + [anon_sym_throw] = ACTIONS(1703), + [anon_sym_namespace] = ACTIONS(1703), + [anon_sym_using] = ACTIONS(1703), + [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_co_return] = ACTIONS(1703), + [anon_sym_co_yield] = ACTIONS(1703), + [anon_sym_try] = ACTIONS(1703), + [anon_sym_co_await] = ACTIONS(1703), + [anon_sym_new] = ACTIONS(1703), + [sym_this] = ACTIONS(1703), + [sym_nullptr] = ACTIONS(1703), + [sym_alone_macro] = ACTIONS(1705), + [aux_sym_alone_macro_call_token1] = ACTIONS(1703), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_FORWARD] = ACTIONS(1703), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_PS_GET] = ACTIONS(1703), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), + [anon_sym_MOZ_COLD] = ACTIONS(1703), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_RAII] = ACTIONS(1703), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), + [sym_raw_string_literal] = ACTIONS(1705), }, - [240] = { - [sym_identifier] = ACTIONS(1863), - [aux_sym_preproc_include_token1] = ACTIONS(1863), - [aux_sym_preproc_def_token1] = ACTIONS(1863), - [aux_sym_preproc_if_token1] = ACTIONS(1863), - [aux_sym_preproc_if_token2] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), - [aux_sym_preproc_else_token1] = ACTIONS(1863), - [aux_sym_preproc_elif_token1] = ACTIONS(1863), - [sym_preproc_directive] = ACTIONS(1863), - [anon_sym_LPAREN2] = ACTIONS(1865), - [anon_sym_BANG] = ACTIONS(1865), - [anon_sym_TILDE] = ACTIONS(1865), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_PLUS] = ACTIONS(1863), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_AMP_AMP] = ACTIONS(1865), - [anon_sym_AMP] = ACTIONS(1863), - [anon_sym_SEMI] = ACTIONS(1865), - [anon_sym_typedef] = ACTIONS(1863), - [anon_sym_extern] = ACTIONS(1863), - [anon_sym___attribute__] = ACTIONS(1863), - [anon_sym_COLON_COLON] = ACTIONS(1865), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), - [anon_sym___declspec] = ACTIONS(1863), - [anon_sym___based] = ACTIONS(1863), - [anon_sym___cdecl] = ACTIONS(1863), - [anon_sym___clrcall] = ACTIONS(1863), - [anon_sym___stdcall] = ACTIONS(1863), - [anon_sym___fastcall] = ACTIONS(1863), - [anon_sym___thiscall] = ACTIONS(1863), - [anon_sym___vectorcall] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_LBRACK] = ACTIONS(1863), - [anon_sym_static] = ACTIONS(1863), - [anon_sym_register] = ACTIONS(1863), - [anon_sym_inline] = ACTIONS(1863), - [anon_sym_thread_local] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1863), - [anon_sym_volatile] = ACTIONS(1863), - [anon_sym_restrict] = ACTIONS(1863), - [anon_sym__Atomic] = ACTIONS(1863), - [anon_sym_mutable] = ACTIONS(1863), - [anon_sym_constexpr] = ACTIONS(1863), - [anon_sym_signed] = ACTIONS(1863), - [anon_sym_unsigned] = ACTIONS(1863), - [anon_sym_long] = ACTIONS(1863), - [anon_sym_short] = ACTIONS(1863), - [sym_primitive_type] = ACTIONS(1863), - [anon_sym_enum] = ACTIONS(1863), - [anon_sym_class] = ACTIONS(1863), - [anon_sym_struct] = ACTIONS(1863), - [anon_sym_union] = ACTIONS(1863), - [anon_sym_if] = ACTIONS(1863), - [anon_sym_switch] = ACTIONS(1863), - [anon_sym_case] = ACTIONS(1863), - [anon_sym_default] = ACTIONS(1863), - [anon_sym_while] = ACTIONS(1863), - [anon_sym_do] = ACTIONS(1863), - [anon_sym_for] = ACTIONS(1863), - [anon_sym_return] = ACTIONS(1863), - [anon_sym_break] = ACTIONS(1863), - [anon_sym_continue] = ACTIONS(1863), - [anon_sym_goto] = ACTIONS(1863), - [anon_sym_DASH_DASH] = ACTIONS(1865), - [anon_sym_PLUS_PLUS] = ACTIONS(1865), - [anon_sym_sizeof] = ACTIONS(1863), - [sym_number_literal] = ACTIONS(1865), - [anon_sym_L_SQUOTE] = ACTIONS(1865), - [anon_sym_u_SQUOTE] = ACTIONS(1865), - [anon_sym_U_SQUOTE] = ACTIONS(1865), - [anon_sym_u8_SQUOTE] = ACTIONS(1865), - [anon_sym_SQUOTE] = ACTIONS(1865), - [anon_sym_L_DQUOTE] = ACTIONS(1865), - [anon_sym_u_DQUOTE] = ACTIONS(1865), - [anon_sym_U_DQUOTE] = ACTIONS(1865), - [anon_sym_u8_DQUOTE] = ACTIONS(1865), - [anon_sym_DQUOTE] = ACTIONS(1865), - [sym_true] = ACTIONS(1863), - [sym_false] = ACTIONS(1863), - [sym_null] = ACTIONS(1863), + [196] = { + [sym_identifier] = ACTIONS(1707), + [aux_sym_preproc_include_token1] = ACTIONS(1707), + [aux_sym_preproc_def_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token2] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), + [aux_sym_preproc_else_token1] = ACTIONS(1707), + [aux_sym_preproc_elif_token1] = ACTIONS(1707), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_STAR] = ACTIONS(1709), + [anon_sym_AMP_AMP] = ACTIONS(1709), + [anon_sym_AMP] = ACTIONS(1707), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_typedef] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym___attribute__] = ACTIONS(1707), + [anon_sym_COLON_COLON] = ACTIONS(1709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), + [anon_sym___declspec] = ACTIONS(1707), + [anon_sym___based] = ACTIONS(1707), + [anon_sym___cdecl] = ACTIONS(1707), + [anon_sym___clrcall] = ACTIONS(1707), + [anon_sym___stdcall] = ACTIONS(1707), + [anon_sym___fastcall] = ACTIONS(1707), + [anon_sym___thiscall] = ACTIONS(1707), + [anon_sym___vectorcall] = ACTIONS(1707), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_static] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_inline] = ACTIONS(1707), + [anon_sym_thread_local] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_volatile] = ACTIONS(1707), + [anon_sym_restrict] = ACTIONS(1707), + [anon_sym__Atomic] = ACTIONS(1707), + [anon_sym_mutable] = ACTIONS(1707), + [anon_sym_constexpr] = ACTIONS(1707), + [anon_sym_signed] = ACTIONS(1707), + [anon_sym_unsigned] = ACTIONS(1707), + [anon_sym_long] = ACTIONS(1707), + [anon_sym_short] = ACTIONS(1707), + [sym_primitive_type] = ACTIONS(1707), + [anon_sym_enum] = ACTIONS(1707), + [anon_sym_class] = ACTIONS(1707), + [anon_sym_struct] = ACTIONS(1707), + [anon_sym_union] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_do] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_continue] = ACTIONS(1707), + [anon_sym_goto] = ACTIONS(1707), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_sizeof] = ACTIONS(1707), + [sym_number_literal] = ACTIONS(1709), + [anon_sym_L_SQUOTE] = ACTIONS(1709), + [anon_sym_u_SQUOTE] = ACTIONS(1709), + [anon_sym_U_SQUOTE] = ACTIONS(1709), + [anon_sym_u8_SQUOTE] = ACTIONS(1709), + [anon_sym_SQUOTE] = ACTIONS(1709), + [anon_sym_L_DQUOTE] = ACTIONS(1709), + [anon_sym_u_DQUOTE] = ACTIONS(1709), + [anon_sym_U_DQUOTE] = ACTIONS(1709), + [anon_sym_u8_DQUOTE] = ACTIONS(1709), + [anon_sym_DQUOTE] = ACTIONS(1709), + [sym_true] = ACTIONS(1707), + [sym_false] = ACTIONS(1707), + [sym_null] = ACTIONS(1707), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1863), - [anon_sym_virtual] = ACTIONS(1863), - [anon_sym_explicit] = ACTIONS(1863), - [sym_auto] = ACTIONS(1863), - [anon_sym_typename] = ACTIONS(1863), - [anon_sym_template] = ACTIONS(1863), - [anon_sym_operator] = ACTIONS(1863), - [anon_sym_delete] = ACTIONS(1863), - [anon_sym_throw] = ACTIONS(1863), - [anon_sym_namespace] = ACTIONS(1863), - [anon_sym_using] = ACTIONS(1863), - [anon_sym_static_assert] = ACTIONS(1863), - [anon_sym_co_return] = ACTIONS(1863), - [anon_sym_co_yield] = ACTIONS(1863), - [anon_sym_try] = ACTIONS(1863), - [anon_sym_co_await] = ACTIONS(1863), - [anon_sym_new] = ACTIONS(1863), - [sym_this] = ACTIONS(1863), - [sym_nullptr] = ACTIONS(1863), - [sym_alone_macro] = ACTIONS(1865), - [aux_sym_alone_macro_call_token1] = ACTIONS(1863), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_FORWARD] = ACTIONS(1863), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_PS_GET] = ACTIONS(1863), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), - [anon_sym_MOZ_COLD] = ACTIONS(1863), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_RAII] = ACTIONS(1863), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), - [sym_raw_string_literal] = ACTIONS(1865), + [anon_sym_decltype] = ACTIONS(1707), + [anon_sym_virtual] = ACTIONS(1707), + [anon_sym_explicit] = ACTIONS(1707), + [sym_auto] = ACTIONS(1707), + [anon_sym_typename] = ACTIONS(1707), + [anon_sym_template] = ACTIONS(1707), + [anon_sym_operator] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_throw] = ACTIONS(1707), + [anon_sym_namespace] = ACTIONS(1707), + [anon_sym_using] = ACTIONS(1707), + [anon_sym_static_assert] = ACTIONS(1707), + [anon_sym_co_return] = ACTIONS(1707), + [anon_sym_co_yield] = ACTIONS(1707), + [anon_sym_try] = ACTIONS(1707), + [anon_sym_co_await] = ACTIONS(1707), + [anon_sym_new] = ACTIONS(1707), + [sym_this] = ACTIONS(1707), + [sym_nullptr] = ACTIONS(1707), + [sym_alone_macro] = ACTIONS(1709), + [aux_sym_alone_macro_call_token1] = ACTIONS(1707), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_FORWARD] = ACTIONS(1707), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_PS_GET] = ACTIONS(1707), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), + [anon_sym_MOZ_COLD] = ACTIONS(1707), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_RAII] = ACTIONS(1707), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), + [sym_raw_string_literal] = ACTIONS(1709), }, - [241] = { - [sym_identifier] = ACTIONS(1867), - [aux_sym_preproc_include_token1] = ACTIONS(1867), - [aux_sym_preproc_def_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token2] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), - [aux_sym_preproc_else_token1] = ACTIONS(1867), - [aux_sym_preproc_elif_token1] = ACTIONS(1867), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_LPAREN2] = ACTIONS(1869), - [anon_sym_BANG] = ACTIONS(1869), - [anon_sym_TILDE] = ACTIONS(1869), - [anon_sym_DASH] = ACTIONS(1867), - [anon_sym_PLUS] = ACTIONS(1867), - [anon_sym_STAR] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_typedef] = ACTIONS(1867), - [anon_sym_extern] = ACTIONS(1867), - [anon_sym___attribute__] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1869), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), - [anon_sym___declspec] = ACTIONS(1867), - [anon_sym___based] = ACTIONS(1867), - [anon_sym___cdecl] = ACTIONS(1867), - [anon_sym___clrcall] = ACTIONS(1867), - [anon_sym___stdcall] = ACTIONS(1867), - [anon_sym___fastcall] = ACTIONS(1867), - [anon_sym___thiscall] = ACTIONS(1867), - [anon_sym___vectorcall] = ACTIONS(1867), - [anon_sym_LBRACE] = ACTIONS(1869), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_static] = ACTIONS(1867), - [anon_sym_register] = ACTIONS(1867), - [anon_sym_inline] = ACTIONS(1867), - [anon_sym_thread_local] = ACTIONS(1867), - [anon_sym_const] = ACTIONS(1867), - [anon_sym_volatile] = ACTIONS(1867), - [anon_sym_restrict] = ACTIONS(1867), - [anon_sym__Atomic] = ACTIONS(1867), - [anon_sym_mutable] = ACTIONS(1867), - [anon_sym_constexpr] = ACTIONS(1867), - [anon_sym_signed] = ACTIONS(1867), - [anon_sym_unsigned] = ACTIONS(1867), - [anon_sym_long] = ACTIONS(1867), - [anon_sym_short] = ACTIONS(1867), - [sym_primitive_type] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1867), - [anon_sym_class] = ACTIONS(1867), - [anon_sym_struct] = ACTIONS(1867), - [anon_sym_union] = ACTIONS(1867), - [anon_sym_if] = ACTIONS(1867), - [anon_sym_switch] = ACTIONS(1867), - [anon_sym_case] = ACTIONS(1867), - [anon_sym_default] = ACTIONS(1867), - [anon_sym_while] = ACTIONS(1867), - [anon_sym_do] = ACTIONS(1867), - [anon_sym_for] = ACTIONS(1867), - [anon_sym_return] = ACTIONS(1867), - [anon_sym_break] = ACTIONS(1867), - [anon_sym_continue] = ACTIONS(1867), - [anon_sym_goto] = ACTIONS(1867), - [anon_sym_DASH_DASH] = ACTIONS(1869), - [anon_sym_PLUS_PLUS] = ACTIONS(1869), - [anon_sym_sizeof] = ACTIONS(1867), - [sym_number_literal] = ACTIONS(1869), - [anon_sym_L_SQUOTE] = ACTIONS(1869), - [anon_sym_u_SQUOTE] = ACTIONS(1869), - [anon_sym_U_SQUOTE] = ACTIONS(1869), - [anon_sym_u8_SQUOTE] = ACTIONS(1869), - [anon_sym_SQUOTE] = ACTIONS(1869), - [anon_sym_L_DQUOTE] = ACTIONS(1869), - [anon_sym_u_DQUOTE] = ACTIONS(1869), - [anon_sym_U_DQUOTE] = ACTIONS(1869), - [anon_sym_u8_DQUOTE] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_true] = ACTIONS(1867), - [sym_false] = ACTIONS(1867), - [sym_null] = ACTIONS(1867), + [197] = { + [sym_identifier] = ACTIONS(1711), + [aux_sym_preproc_include_token1] = ACTIONS(1711), + [aux_sym_preproc_def_token1] = ACTIONS(1711), + [aux_sym_preproc_if_token1] = ACTIONS(1711), + [aux_sym_preproc_if_token2] = ACTIONS(1711), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1711), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1711), + [aux_sym_preproc_else_token1] = ACTIONS(1711), + [aux_sym_preproc_elif_token1] = ACTIONS(1711), + [sym_preproc_directive] = ACTIONS(1711), + [anon_sym_LPAREN2] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_STAR] = ACTIONS(1713), + [anon_sym_AMP_AMP] = ACTIONS(1713), + [anon_sym_AMP] = ACTIONS(1711), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_typedef] = ACTIONS(1711), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym___attribute__] = ACTIONS(1711), + [anon_sym_COLON_COLON] = ACTIONS(1713), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1713), + [anon_sym___declspec] = ACTIONS(1711), + [anon_sym___based] = ACTIONS(1711), + [anon_sym___cdecl] = ACTIONS(1711), + [anon_sym___clrcall] = ACTIONS(1711), + [anon_sym___stdcall] = ACTIONS(1711), + [anon_sym___fastcall] = ACTIONS(1711), + [anon_sym___thiscall] = ACTIONS(1711), + [anon_sym___vectorcall] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_static] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_inline] = ACTIONS(1711), + [anon_sym_thread_local] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_volatile] = ACTIONS(1711), + [anon_sym_restrict] = ACTIONS(1711), + [anon_sym__Atomic] = ACTIONS(1711), + [anon_sym_mutable] = ACTIONS(1711), + [anon_sym_constexpr] = ACTIONS(1711), + [anon_sym_signed] = ACTIONS(1711), + [anon_sym_unsigned] = ACTIONS(1711), + [anon_sym_long] = ACTIONS(1711), + [anon_sym_short] = ACTIONS(1711), + [sym_primitive_type] = ACTIONS(1711), + [anon_sym_enum] = ACTIONS(1711), + [anon_sym_class] = ACTIONS(1711), + [anon_sym_struct] = ACTIONS(1711), + [anon_sym_union] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_goto] = ACTIONS(1711), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_sizeof] = ACTIONS(1711), + [sym_number_literal] = ACTIONS(1713), + [anon_sym_L_SQUOTE] = ACTIONS(1713), + [anon_sym_u_SQUOTE] = ACTIONS(1713), + [anon_sym_U_SQUOTE] = ACTIONS(1713), + [anon_sym_u8_SQUOTE] = ACTIONS(1713), + [anon_sym_SQUOTE] = ACTIONS(1713), + [anon_sym_L_DQUOTE] = ACTIONS(1713), + [anon_sym_u_DQUOTE] = ACTIONS(1713), + [anon_sym_U_DQUOTE] = ACTIONS(1713), + [anon_sym_u8_DQUOTE] = ACTIONS(1713), + [anon_sym_DQUOTE] = ACTIONS(1713), + [sym_true] = ACTIONS(1711), + [sym_false] = ACTIONS(1711), + [sym_null] = ACTIONS(1711), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1867), - [anon_sym_virtual] = ACTIONS(1867), - [anon_sym_explicit] = ACTIONS(1867), - [sym_auto] = ACTIONS(1867), - [anon_sym_typename] = ACTIONS(1867), - [anon_sym_template] = ACTIONS(1867), - [anon_sym_operator] = ACTIONS(1867), - [anon_sym_delete] = ACTIONS(1867), - [anon_sym_throw] = ACTIONS(1867), - [anon_sym_namespace] = ACTIONS(1867), - [anon_sym_using] = ACTIONS(1867), - [anon_sym_static_assert] = ACTIONS(1867), - [anon_sym_co_return] = ACTIONS(1867), - [anon_sym_co_yield] = ACTIONS(1867), - [anon_sym_try] = ACTIONS(1867), - [anon_sym_co_await] = ACTIONS(1867), - [anon_sym_new] = ACTIONS(1867), - [sym_this] = ACTIONS(1867), - [sym_nullptr] = ACTIONS(1867), - [sym_alone_macro] = ACTIONS(1869), - [aux_sym_alone_macro_call_token1] = ACTIONS(1867), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_FORWARD] = ACTIONS(1867), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_PS_GET] = ACTIONS(1867), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), - [anon_sym_MOZ_COLD] = ACTIONS(1867), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_RAII] = ACTIONS(1867), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), - [sym_raw_string_literal] = ACTIONS(1869), + [anon_sym_decltype] = ACTIONS(1711), + [anon_sym_virtual] = ACTIONS(1711), + [anon_sym_explicit] = ACTIONS(1711), + [sym_auto] = ACTIONS(1711), + [anon_sym_typename] = ACTIONS(1711), + [anon_sym_template] = ACTIONS(1711), + [anon_sym_operator] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_throw] = ACTIONS(1711), + [anon_sym_namespace] = ACTIONS(1711), + [anon_sym_using] = ACTIONS(1711), + [anon_sym_static_assert] = ACTIONS(1711), + [anon_sym_co_return] = ACTIONS(1711), + [anon_sym_co_yield] = ACTIONS(1711), + [anon_sym_try] = ACTIONS(1711), + [anon_sym_co_await] = ACTIONS(1711), + [anon_sym_new] = ACTIONS(1711), + [sym_this] = ACTIONS(1711), + [sym_nullptr] = ACTIONS(1711), + [sym_alone_macro] = ACTIONS(1713), + [aux_sym_alone_macro_call_token1] = ACTIONS(1711), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_FORWARD] = ACTIONS(1711), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1711), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_PS_GET] = ACTIONS(1711), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1711), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1711), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1711), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1711), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1711), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1711), + [anon_sym_MOZ_COLD] = ACTIONS(1711), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1711), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1711), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1711), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1711), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1711), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1711), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1711), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1711), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1711), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1711), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1711), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1711), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1711), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_NONNULL] = ACTIONS(1711), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1711), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1711), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1711), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1711), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1711), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1711), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1711), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1711), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1711), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1711), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1711), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1711), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), + [anon_sym_MOZ_RAII] = ACTIONS(1711), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1711), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1711), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1711), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1711), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1711), + [sym_raw_string_literal] = ACTIONS(1713), + }, + [198] = { + [sym_identifier] = ACTIONS(1715), + [aux_sym_preproc_include_token1] = ACTIONS(1715), + [aux_sym_preproc_def_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token2] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), + [aux_sym_preproc_else_token1] = ACTIONS(1715), + [aux_sym_preproc_elif_token1] = ACTIONS(1715), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_LPAREN2] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_STAR] = ACTIONS(1717), + [anon_sym_AMP_AMP] = ACTIONS(1717), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_typedef] = ACTIONS(1715), + [anon_sym_extern] = ACTIONS(1715), + [anon_sym___attribute__] = ACTIONS(1715), + [anon_sym_COLON_COLON] = ACTIONS(1717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), + [anon_sym___declspec] = ACTIONS(1715), + [anon_sym___based] = ACTIONS(1715), + [anon_sym___cdecl] = ACTIONS(1715), + [anon_sym___clrcall] = ACTIONS(1715), + [anon_sym___stdcall] = ACTIONS(1715), + [anon_sym___fastcall] = ACTIONS(1715), + [anon_sym___thiscall] = ACTIONS(1715), + [anon_sym___vectorcall] = ACTIONS(1715), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1715), + [anon_sym_register] = ACTIONS(1715), + [anon_sym_inline] = ACTIONS(1715), + [anon_sym_thread_local] = ACTIONS(1715), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_volatile] = ACTIONS(1715), + [anon_sym_restrict] = ACTIONS(1715), + [anon_sym__Atomic] = ACTIONS(1715), + [anon_sym_mutable] = ACTIONS(1715), + [anon_sym_constexpr] = ACTIONS(1715), + [anon_sym_signed] = ACTIONS(1715), + [anon_sym_unsigned] = ACTIONS(1715), + [anon_sym_long] = ACTIONS(1715), + [anon_sym_short] = ACTIONS(1715), + [sym_primitive_type] = ACTIONS(1715), + [anon_sym_enum] = ACTIONS(1715), + [anon_sym_class] = ACTIONS(1715), + [anon_sym_struct] = ACTIONS(1715), + [anon_sym_union] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_do] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_continue] = ACTIONS(1715), + [anon_sym_goto] = ACTIONS(1715), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_sizeof] = ACTIONS(1715), + [sym_number_literal] = ACTIONS(1717), + [anon_sym_L_SQUOTE] = ACTIONS(1717), + [anon_sym_u_SQUOTE] = ACTIONS(1717), + [anon_sym_U_SQUOTE] = ACTIONS(1717), + [anon_sym_u8_SQUOTE] = ACTIONS(1717), + [anon_sym_SQUOTE] = ACTIONS(1717), + [anon_sym_L_DQUOTE] = ACTIONS(1717), + [anon_sym_u_DQUOTE] = ACTIONS(1717), + [anon_sym_U_DQUOTE] = ACTIONS(1717), + [anon_sym_u8_DQUOTE] = ACTIONS(1717), + [anon_sym_DQUOTE] = ACTIONS(1717), + [sym_true] = ACTIONS(1715), + [sym_false] = ACTIONS(1715), + [sym_null] = ACTIONS(1715), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1715), + [anon_sym_virtual] = ACTIONS(1715), + [anon_sym_explicit] = ACTIONS(1715), + [sym_auto] = ACTIONS(1715), + [anon_sym_typename] = ACTIONS(1715), + [anon_sym_template] = ACTIONS(1715), + [anon_sym_operator] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_throw] = ACTIONS(1715), + [anon_sym_namespace] = ACTIONS(1715), + [anon_sym_using] = ACTIONS(1715), + [anon_sym_static_assert] = ACTIONS(1715), + [anon_sym_co_return] = ACTIONS(1715), + [anon_sym_co_yield] = ACTIONS(1715), + [anon_sym_try] = ACTIONS(1715), + [anon_sym_co_await] = ACTIONS(1715), + [anon_sym_new] = ACTIONS(1715), + [sym_this] = ACTIONS(1715), + [sym_nullptr] = ACTIONS(1715), + [sym_alone_macro] = ACTIONS(1717), + [aux_sym_alone_macro_call_token1] = ACTIONS(1715), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_FORWARD] = ACTIONS(1715), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_PS_GET] = ACTIONS(1715), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), + [anon_sym_MOZ_COLD] = ACTIONS(1715), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_RAII] = ACTIONS(1715), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), + [sym_raw_string_literal] = ACTIONS(1717), }, - [242] = { - [sym_identifier] = ACTIONS(1510), - [aux_sym_preproc_include_token1] = ACTIONS(1510), - [aux_sym_preproc_def_token1] = ACTIONS(1510), - [aux_sym_preproc_if_token1] = ACTIONS(1510), - [aux_sym_preproc_if_token2] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), - [sym_preproc_directive] = ACTIONS(1510), - [anon_sym_LPAREN2] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_TILDE] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1512), - [anon_sym_AMP_AMP] = ACTIONS(1512), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym___attribute__] = ACTIONS(1510), - [anon_sym_COLON_COLON] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), - [anon_sym___declspec] = ACTIONS(1510), - [anon_sym___based] = ACTIONS(1510), - [anon_sym___cdecl] = ACTIONS(1510), - [anon_sym___clrcall] = ACTIONS(1510), - [anon_sym___stdcall] = ACTIONS(1510), - [anon_sym___fastcall] = ACTIONS(1510), - [anon_sym___thiscall] = ACTIONS(1510), - [anon_sym___vectorcall] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_static] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_inline] = ACTIONS(1510), - [anon_sym_thread_local] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_volatile] = ACTIONS(1510), - [anon_sym_restrict] = ACTIONS(1510), - [anon_sym__Atomic] = ACTIONS(1510), - [anon_sym_mutable] = ACTIONS(1510), - [anon_sym_constexpr] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1510), - [anon_sym_unsigned] = ACTIONS(1510), - [anon_sym_long] = ACTIONS(1510), - [anon_sym_short] = ACTIONS(1510), - [sym_primitive_type] = ACTIONS(1510), - [anon_sym_enum] = ACTIONS(1510), - [anon_sym_class] = ACTIONS(1510), - [anon_sym_struct] = ACTIONS(1510), - [anon_sym_union] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_switch] = ACTIONS(1510), - [anon_sym_case] = ACTIONS(1510), - [anon_sym_default] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_goto] = ACTIONS(1510), - [anon_sym_DASH_DASH] = ACTIONS(1512), - [anon_sym_PLUS_PLUS] = ACTIONS(1512), - [anon_sym_sizeof] = ACTIONS(1510), - [sym_number_literal] = ACTIONS(1512), - [anon_sym_L_SQUOTE] = ACTIONS(1512), - [anon_sym_u_SQUOTE] = ACTIONS(1512), - [anon_sym_U_SQUOTE] = ACTIONS(1512), - [anon_sym_u8_SQUOTE] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1512), - [anon_sym_L_DQUOTE] = ACTIONS(1512), - [anon_sym_u_DQUOTE] = ACTIONS(1512), - [anon_sym_U_DQUOTE] = ACTIONS(1512), - [anon_sym_u8_DQUOTE] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym_true] = ACTIONS(1510), - [sym_false] = ACTIONS(1510), - [sym_null] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1510), - [anon_sym_virtual] = ACTIONS(1510), - [anon_sym_explicit] = ACTIONS(1510), - [sym_auto] = ACTIONS(1510), - [anon_sym_typename] = ACTIONS(1510), - [anon_sym_template] = ACTIONS(1510), - [anon_sym_operator] = ACTIONS(1510), - [anon_sym_delete] = ACTIONS(1510), - [anon_sym_throw] = ACTIONS(1510), - [anon_sym_namespace] = ACTIONS(1510), - [anon_sym_using] = ACTIONS(1510), - [anon_sym_static_assert] = ACTIONS(1510), - [anon_sym_co_return] = ACTIONS(1510), - [anon_sym_co_yield] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_co_await] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [sym_this] = ACTIONS(1510), - [sym_nullptr] = ACTIONS(1510), - [sym_alone_macro] = ACTIONS(1512), - [aux_sym_alone_macro_call_token1] = ACTIONS(1510), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_FORWARD] = ACTIONS(1510), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1510), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_PS_GET] = ACTIONS(1510), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1510), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1510), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1510), - [anon_sym_MOZ_COLD] = ACTIONS(1510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_RAII] = ACTIONS(1510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1510), - [sym_raw_string_literal] = ACTIONS(1512), + [199] = { + [sym_identifier] = ACTIONS(1719), + [aux_sym_preproc_include_token1] = ACTIONS(1719), + [aux_sym_preproc_def_token1] = ACTIONS(1719), + [aux_sym_preproc_if_token1] = ACTIONS(1719), + [aux_sym_preproc_if_token2] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), + [aux_sym_preproc_else_token1] = ACTIONS(1719), + [aux_sym_preproc_elif_token1] = ACTIONS(1719), + [sym_preproc_directive] = ACTIONS(1719), + [anon_sym_LPAREN2] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_STAR] = ACTIONS(1721), + [anon_sym_AMP_AMP] = ACTIONS(1721), + [anon_sym_AMP] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_typedef] = ACTIONS(1719), + [anon_sym_extern] = ACTIONS(1719), + [anon_sym___attribute__] = ACTIONS(1719), + [anon_sym_COLON_COLON] = ACTIONS(1721), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), + [anon_sym___declspec] = ACTIONS(1719), + [anon_sym___based] = ACTIONS(1719), + [anon_sym___cdecl] = ACTIONS(1719), + [anon_sym___clrcall] = ACTIONS(1719), + [anon_sym___stdcall] = ACTIONS(1719), + [anon_sym___fastcall] = ACTIONS(1719), + [anon_sym___thiscall] = ACTIONS(1719), + [anon_sym___vectorcall] = ACTIONS(1719), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_static] = ACTIONS(1719), + [anon_sym_register] = ACTIONS(1719), + [anon_sym_inline] = ACTIONS(1719), + [anon_sym_thread_local] = ACTIONS(1719), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_volatile] = ACTIONS(1719), + [anon_sym_restrict] = ACTIONS(1719), + [anon_sym__Atomic] = ACTIONS(1719), + [anon_sym_mutable] = ACTIONS(1719), + [anon_sym_constexpr] = ACTIONS(1719), + [anon_sym_signed] = ACTIONS(1719), + [anon_sym_unsigned] = ACTIONS(1719), + [anon_sym_long] = ACTIONS(1719), + [anon_sym_short] = ACTIONS(1719), + [sym_primitive_type] = ACTIONS(1719), + [anon_sym_enum] = ACTIONS(1719), + [anon_sym_class] = ACTIONS(1719), + [anon_sym_struct] = ACTIONS(1719), + [anon_sym_union] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_do] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_continue] = ACTIONS(1719), + [anon_sym_goto] = ACTIONS(1719), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_sizeof] = ACTIONS(1719), + [sym_number_literal] = ACTIONS(1721), + [anon_sym_L_SQUOTE] = ACTIONS(1721), + [anon_sym_u_SQUOTE] = ACTIONS(1721), + [anon_sym_U_SQUOTE] = ACTIONS(1721), + [anon_sym_u8_SQUOTE] = ACTIONS(1721), + [anon_sym_SQUOTE] = ACTIONS(1721), + [anon_sym_L_DQUOTE] = ACTIONS(1721), + [anon_sym_u_DQUOTE] = ACTIONS(1721), + [anon_sym_U_DQUOTE] = ACTIONS(1721), + [anon_sym_u8_DQUOTE] = ACTIONS(1721), + [anon_sym_DQUOTE] = ACTIONS(1721), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1719), + [anon_sym_virtual] = ACTIONS(1719), + [anon_sym_explicit] = ACTIONS(1719), + [sym_auto] = ACTIONS(1719), + [anon_sym_typename] = ACTIONS(1719), + [anon_sym_template] = ACTIONS(1719), + [anon_sym_operator] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_throw] = ACTIONS(1719), + [anon_sym_namespace] = ACTIONS(1719), + [anon_sym_using] = ACTIONS(1719), + [anon_sym_static_assert] = ACTIONS(1719), + [anon_sym_co_return] = ACTIONS(1719), + [anon_sym_co_yield] = ACTIONS(1719), + [anon_sym_try] = ACTIONS(1719), + [anon_sym_co_await] = ACTIONS(1719), + [anon_sym_new] = ACTIONS(1719), + [sym_this] = ACTIONS(1719), + [sym_nullptr] = ACTIONS(1719), + [sym_alone_macro] = ACTIONS(1721), + [aux_sym_alone_macro_call_token1] = ACTIONS(1719), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_FORWARD] = ACTIONS(1719), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_PS_GET] = ACTIONS(1719), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), + [anon_sym_MOZ_COLD] = ACTIONS(1719), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_RAII] = ACTIONS(1719), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), + [sym_raw_string_literal] = ACTIONS(1721), }, - [243] = { - [sym_identifier] = ACTIONS(1871), - [aux_sym_preproc_include_token1] = ACTIONS(1871), - [aux_sym_preproc_def_token1] = ACTIONS(1871), - [aux_sym_preproc_if_token1] = ACTIONS(1871), - [aux_sym_preproc_if_token2] = ACTIONS(1871), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), - [aux_sym_preproc_else_token1] = ACTIONS(1871), - [aux_sym_preproc_elif_token1] = ACTIONS(1871), - [sym_preproc_directive] = ACTIONS(1871), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1873), - [anon_sym_TILDE] = ACTIONS(1873), - [anon_sym_DASH] = ACTIONS(1871), - [anon_sym_PLUS] = ACTIONS(1871), - [anon_sym_STAR] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1871), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_typedef] = ACTIONS(1871), - [anon_sym_extern] = ACTIONS(1871), - [anon_sym___attribute__] = ACTIONS(1871), - [anon_sym_COLON_COLON] = ACTIONS(1873), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), - [anon_sym___declspec] = ACTIONS(1871), - [anon_sym___based] = ACTIONS(1871), - [anon_sym___cdecl] = ACTIONS(1871), - [anon_sym___clrcall] = ACTIONS(1871), - [anon_sym___stdcall] = ACTIONS(1871), - [anon_sym___fastcall] = ACTIONS(1871), - [anon_sym___thiscall] = ACTIONS(1871), - [anon_sym___vectorcall] = ACTIONS(1871), - [anon_sym_LBRACE] = ACTIONS(1873), - [anon_sym_LBRACK] = ACTIONS(1871), - [anon_sym_static] = ACTIONS(1871), - [anon_sym_register] = ACTIONS(1871), - [anon_sym_inline] = ACTIONS(1871), - [anon_sym_thread_local] = ACTIONS(1871), - [anon_sym_const] = ACTIONS(1871), - [anon_sym_volatile] = ACTIONS(1871), - [anon_sym_restrict] = ACTIONS(1871), - [anon_sym__Atomic] = ACTIONS(1871), - [anon_sym_mutable] = ACTIONS(1871), - [anon_sym_constexpr] = ACTIONS(1871), - [anon_sym_signed] = ACTIONS(1871), - [anon_sym_unsigned] = ACTIONS(1871), - [anon_sym_long] = ACTIONS(1871), - [anon_sym_short] = ACTIONS(1871), - [sym_primitive_type] = ACTIONS(1871), - [anon_sym_enum] = ACTIONS(1871), - [anon_sym_class] = ACTIONS(1871), - [anon_sym_struct] = ACTIONS(1871), - [anon_sym_union] = ACTIONS(1871), - [anon_sym_if] = ACTIONS(1871), - [anon_sym_switch] = ACTIONS(1871), - [anon_sym_case] = ACTIONS(1871), - [anon_sym_default] = ACTIONS(1871), - [anon_sym_while] = ACTIONS(1871), - [anon_sym_do] = ACTIONS(1871), - [anon_sym_for] = ACTIONS(1871), - [anon_sym_return] = ACTIONS(1871), - [anon_sym_break] = ACTIONS(1871), - [anon_sym_continue] = ACTIONS(1871), - [anon_sym_goto] = ACTIONS(1871), - [anon_sym_DASH_DASH] = ACTIONS(1873), - [anon_sym_PLUS_PLUS] = ACTIONS(1873), - [anon_sym_sizeof] = ACTIONS(1871), - [sym_number_literal] = ACTIONS(1873), - [anon_sym_L_SQUOTE] = ACTIONS(1873), - [anon_sym_u_SQUOTE] = ACTIONS(1873), - [anon_sym_U_SQUOTE] = ACTIONS(1873), - [anon_sym_u8_SQUOTE] = ACTIONS(1873), - [anon_sym_SQUOTE] = ACTIONS(1873), - [anon_sym_L_DQUOTE] = ACTIONS(1873), - [anon_sym_u_DQUOTE] = ACTIONS(1873), - [anon_sym_U_DQUOTE] = ACTIONS(1873), - [anon_sym_u8_DQUOTE] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_true] = ACTIONS(1871), - [sym_false] = ACTIONS(1871), - [sym_null] = ACTIONS(1871), + [200] = { + [sym_identifier] = ACTIONS(1723), + [aux_sym_preproc_include_token1] = ACTIONS(1723), + [aux_sym_preproc_def_token1] = ACTIONS(1723), + [aux_sym_preproc_if_token1] = ACTIONS(1723), + [aux_sym_preproc_if_token2] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), + [aux_sym_preproc_else_token1] = ACTIONS(1723), + [aux_sym_preproc_elif_token1] = ACTIONS(1723), + [sym_preproc_directive] = ACTIONS(1723), + [anon_sym_LPAREN2] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1725), + [anon_sym_AMP] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_typedef] = ACTIONS(1723), + [anon_sym_extern] = ACTIONS(1723), + [anon_sym___attribute__] = ACTIONS(1723), + [anon_sym_COLON_COLON] = ACTIONS(1725), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), + [anon_sym___declspec] = ACTIONS(1723), + [anon_sym___based] = ACTIONS(1723), + [anon_sym___cdecl] = ACTIONS(1723), + [anon_sym___clrcall] = ACTIONS(1723), + [anon_sym___stdcall] = ACTIONS(1723), + [anon_sym___fastcall] = ACTIONS(1723), + [anon_sym___thiscall] = ACTIONS(1723), + [anon_sym___vectorcall] = ACTIONS(1723), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_static] = ACTIONS(1723), + [anon_sym_register] = ACTIONS(1723), + [anon_sym_inline] = ACTIONS(1723), + [anon_sym_thread_local] = ACTIONS(1723), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_volatile] = ACTIONS(1723), + [anon_sym_restrict] = ACTIONS(1723), + [anon_sym__Atomic] = ACTIONS(1723), + [anon_sym_mutable] = ACTIONS(1723), + [anon_sym_constexpr] = ACTIONS(1723), + [anon_sym_signed] = ACTIONS(1723), + [anon_sym_unsigned] = ACTIONS(1723), + [anon_sym_long] = ACTIONS(1723), + [anon_sym_short] = ACTIONS(1723), + [sym_primitive_type] = ACTIONS(1723), + [anon_sym_enum] = ACTIONS(1723), + [anon_sym_class] = ACTIONS(1723), + [anon_sym_struct] = ACTIONS(1723), + [anon_sym_union] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_do] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_continue] = ACTIONS(1723), + [anon_sym_goto] = ACTIONS(1723), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_sizeof] = ACTIONS(1723), + [sym_number_literal] = ACTIONS(1725), + [anon_sym_L_SQUOTE] = ACTIONS(1725), + [anon_sym_u_SQUOTE] = ACTIONS(1725), + [anon_sym_U_SQUOTE] = ACTIONS(1725), + [anon_sym_u8_SQUOTE] = ACTIONS(1725), + [anon_sym_SQUOTE] = ACTIONS(1725), + [anon_sym_L_DQUOTE] = ACTIONS(1725), + [anon_sym_u_DQUOTE] = ACTIONS(1725), + [anon_sym_U_DQUOTE] = ACTIONS(1725), + [anon_sym_u8_DQUOTE] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym_true] = ACTIONS(1723), + [sym_false] = ACTIONS(1723), + [sym_null] = ACTIONS(1723), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1871), - [anon_sym_virtual] = ACTIONS(1871), - [anon_sym_explicit] = ACTIONS(1871), - [sym_auto] = ACTIONS(1871), - [anon_sym_typename] = ACTIONS(1871), - [anon_sym_template] = ACTIONS(1871), - [anon_sym_operator] = ACTIONS(1871), - [anon_sym_delete] = ACTIONS(1871), - [anon_sym_throw] = ACTIONS(1871), - [anon_sym_namespace] = ACTIONS(1871), - [anon_sym_using] = ACTIONS(1871), - [anon_sym_static_assert] = ACTIONS(1871), - [anon_sym_co_return] = ACTIONS(1871), - [anon_sym_co_yield] = ACTIONS(1871), - [anon_sym_try] = ACTIONS(1871), - [anon_sym_co_await] = ACTIONS(1871), - [anon_sym_new] = ACTIONS(1871), - [sym_this] = ACTIONS(1871), - [sym_nullptr] = ACTIONS(1871), - [sym_alone_macro] = ACTIONS(1873), - [aux_sym_alone_macro_call_token1] = ACTIONS(1871), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_FORWARD] = ACTIONS(1871), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1871), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_PS_GET] = ACTIONS(1871), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1871), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1871), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), - [anon_sym_MOZ_COLD] = ACTIONS(1871), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_NONNULL] = ACTIONS(1871), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), - [anon_sym_MOZ_RAII] = ACTIONS(1871), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), - [sym_raw_string_literal] = ACTIONS(1873), + [anon_sym_decltype] = ACTIONS(1723), + [anon_sym_virtual] = ACTIONS(1723), + [anon_sym_explicit] = ACTIONS(1723), + [sym_auto] = ACTIONS(1723), + [anon_sym_typename] = ACTIONS(1723), + [anon_sym_template] = ACTIONS(1723), + [anon_sym_operator] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_throw] = ACTIONS(1723), + [anon_sym_namespace] = ACTIONS(1723), + [anon_sym_using] = ACTIONS(1723), + [anon_sym_static_assert] = ACTIONS(1723), + [anon_sym_co_return] = ACTIONS(1723), + [anon_sym_co_yield] = ACTIONS(1723), + [anon_sym_try] = ACTIONS(1723), + [anon_sym_co_await] = ACTIONS(1723), + [anon_sym_new] = ACTIONS(1723), + [sym_this] = ACTIONS(1723), + [sym_nullptr] = ACTIONS(1723), + [sym_alone_macro] = ACTIONS(1725), + [aux_sym_alone_macro_call_token1] = ACTIONS(1723), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_FORWARD] = ACTIONS(1723), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_PS_GET] = ACTIONS(1723), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), + [anon_sym_MOZ_COLD] = ACTIONS(1723), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_RAII] = ACTIONS(1723), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), + [sym_raw_string_literal] = ACTIONS(1725), }, - [244] = { - [sym_identifier] = ACTIONS(1875), - [aux_sym_preproc_include_token1] = ACTIONS(1875), - [aux_sym_preproc_def_token1] = ACTIONS(1875), - [aux_sym_preproc_if_token1] = ACTIONS(1875), - [aux_sym_preproc_if_token2] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), - [aux_sym_preproc_else_token1] = ACTIONS(1875), - [aux_sym_preproc_elif_token1] = ACTIONS(1875), - [sym_preproc_directive] = ACTIONS(1875), - [anon_sym_LPAREN2] = ACTIONS(1877), - [anon_sym_BANG] = ACTIONS(1877), - [anon_sym_TILDE] = ACTIONS(1877), - [anon_sym_DASH] = ACTIONS(1875), - [anon_sym_PLUS] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_AMP_AMP] = ACTIONS(1877), - [anon_sym_AMP] = ACTIONS(1875), - [anon_sym_SEMI] = ACTIONS(1877), - [anon_sym_typedef] = ACTIONS(1875), - [anon_sym_extern] = ACTIONS(1875), - [anon_sym___attribute__] = ACTIONS(1875), - [anon_sym_COLON_COLON] = ACTIONS(1877), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), - [anon_sym___declspec] = ACTIONS(1875), - [anon_sym___based] = ACTIONS(1875), - [anon_sym___cdecl] = ACTIONS(1875), - [anon_sym___clrcall] = ACTIONS(1875), - [anon_sym___stdcall] = ACTIONS(1875), - [anon_sym___fastcall] = ACTIONS(1875), - [anon_sym___thiscall] = ACTIONS(1875), - [anon_sym___vectorcall] = ACTIONS(1875), - [anon_sym_LBRACE] = ACTIONS(1877), - [anon_sym_LBRACK] = ACTIONS(1875), - [anon_sym_static] = ACTIONS(1875), - [anon_sym_register] = ACTIONS(1875), - [anon_sym_inline] = ACTIONS(1875), - [anon_sym_thread_local] = ACTIONS(1875), - [anon_sym_const] = ACTIONS(1875), - [anon_sym_volatile] = ACTIONS(1875), - [anon_sym_restrict] = ACTIONS(1875), - [anon_sym__Atomic] = ACTIONS(1875), - [anon_sym_mutable] = ACTIONS(1875), - [anon_sym_constexpr] = ACTIONS(1875), - [anon_sym_signed] = ACTIONS(1875), - [anon_sym_unsigned] = ACTIONS(1875), - [anon_sym_long] = ACTIONS(1875), - [anon_sym_short] = ACTIONS(1875), - [sym_primitive_type] = ACTIONS(1875), - [anon_sym_enum] = ACTIONS(1875), - [anon_sym_class] = ACTIONS(1875), - [anon_sym_struct] = ACTIONS(1875), - [anon_sym_union] = ACTIONS(1875), - [anon_sym_if] = ACTIONS(1875), - [anon_sym_switch] = ACTIONS(1875), - [anon_sym_case] = ACTIONS(1875), - [anon_sym_default] = ACTIONS(1875), - [anon_sym_while] = ACTIONS(1875), - [anon_sym_do] = ACTIONS(1875), - [anon_sym_for] = ACTIONS(1875), - [anon_sym_return] = ACTIONS(1875), - [anon_sym_break] = ACTIONS(1875), - [anon_sym_continue] = ACTIONS(1875), - [anon_sym_goto] = ACTIONS(1875), - [anon_sym_DASH_DASH] = ACTIONS(1877), - [anon_sym_PLUS_PLUS] = ACTIONS(1877), - [anon_sym_sizeof] = ACTIONS(1875), - [sym_number_literal] = ACTIONS(1877), - [anon_sym_L_SQUOTE] = ACTIONS(1877), - [anon_sym_u_SQUOTE] = ACTIONS(1877), - [anon_sym_U_SQUOTE] = ACTIONS(1877), - [anon_sym_u8_SQUOTE] = ACTIONS(1877), - [anon_sym_SQUOTE] = ACTIONS(1877), - [anon_sym_L_DQUOTE] = ACTIONS(1877), - [anon_sym_u_DQUOTE] = ACTIONS(1877), - [anon_sym_U_DQUOTE] = ACTIONS(1877), - [anon_sym_u8_DQUOTE] = ACTIONS(1877), - [anon_sym_DQUOTE] = ACTIONS(1877), - [sym_true] = ACTIONS(1875), - [sym_false] = ACTIONS(1875), - [sym_null] = ACTIONS(1875), + [201] = { + [sym_identifier] = ACTIONS(1727), + [aux_sym_preproc_include_token1] = ACTIONS(1727), + [aux_sym_preproc_def_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token2] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), + [aux_sym_preproc_else_token1] = ACTIONS(1727), + [aux_sym_preproc_elif_token1] = ACTIONS(1727), + [sym_preproc_directive] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_STAR] = ACTIONS(1729), + [anon_sym_AMP_AMP] = ACTIONS(1729), + [anon_sym_AMP] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_typedef] = ACTIONS(1727), + [anon_sym_extern] = ACTIONS(1727), + [anon_sym___attribute__] = ACTIONS(1727), + [anon_sym_COLON_COLON] = ACTIONS(1729), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), + [anon_sym___declspec] = ACTIONS(1727), + [anon_sym___based] = ACTIONS(1727), + [anon_sym___cdecl] = ACTIONS(1727), + [anon_sym___clrcall] = ACTIONS(1727), + [anon_sym___stdcall] = ACTIONS(1727), + [anon_sym___fastcall] = ACTIONS(1727), + [anon_sym___thiscall] = ACTIONS(1727), + [anon_sym___vectorcall] = ACTIONS(1727), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_static] = ACTIONS(1727), + [anon_sym_register] = ACTIONS(1727), + [anon_sym_inline] = ACTIONS(1727), + [anon_sym_thread_local] = ACTIONS(1727), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_volatile] = ACTIONS(1727), + [anon_sym_restrict] = ACTIONS(1727), + [anon_sym__Atomic] = ACTIONS(1727), + [anon_sym_mutable] = ACTIONS(1727), + [anon_sym_constexpr] = ACTIONS(1727), + [anon_sym_signed] = ACTIONS(1727), + [anon_sym_unsigned] = ACTIONS(1727), + [anon_sym_long] = ACTIONS(1727), + [anon_sym_short] = ACTIONS(1727), + [sym_primitive_type] = ACTIONS(1727), + [anon_sym_enum] = ACTIONS(1727), + [anon_sym_class] = ACTIONS(1727), + [anon_sym_struct] = ACTIONS(1727), + [anon_sym_union] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_do] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_continue] = ACTIONS(1727), + [anon_sym_goto] = ACTIONS(1727), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_sizeof] = ACTIONS(1727), + [sym_number_literal] = ACTIONS(1729), + [anon_sym_L_SQUOTE] = ACTIONS(1729), + [anon_sym_u_SQUOTE] = ACTIONS(1729), + [anon_sym_U_SQUOTE] = ACTIONS(1729), + [anon_sym_u8_SQUOTE] = ACTIONS(1729), + [anon_sym_SQUOTE] = ACTIONS(1729), + [anon_sym_L_DQUOTE] = ACTIONS(1729), + [anon_sym_u_DQUOTE] = ACTIONS(1729), + [anon_sym_U_DQUOTE] = ACTIONS(1729), + [anon_sym_u8_DQUOTE] = ACTIONS(1729), + [anon_sym_DQUOTE] = ACTIONS(1729), + [sym_true] = ACTIONS(1727), + [sym_false] = ACTIONS(1727), + [sym_null] = ACTIONS(1727), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1727), + [anon_sym_virtual] = ACTIONS(1727), + [anon_sym_explicit] = ACTIONS(1727), + [sym_auto] = ACTIONS(1727), + [anon_sym_typename] = ACTIONS(1727), + [anon_sym_template] = ACTIONS(1727), + [anon_sym_operator] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_throw] = ACTIONS(1727), + [anon_sym_namespace] = ACTIONS(1727), + [anon_sym_using] = ACTIONS(1727), + [anon_sym_static_assert] = ACTIONS(1727), + [anon_sym_co_return] = ACTIONS(1727), + [anon_sym_co_yield] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1727), + [anon_sym_co_await] = ACTIONS(1727), + [anon_sym_new] = ACTIONS(1727), + [sym_this] = ACTIONS(1727), + [sym_nullptr] = ACTIONS(1727), + [sym_alone_macro] = ACTIONS(1729), + [aux_sym_alone_macro_call_token1] = ACTIONS(1727), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_FORWARD] = ACTIONS(1727), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_PS_GET] = ACTIONS(1727), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), + [anon_sym_MOZ_COLD] = ACTIONS(1727), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_RAII] = ACTIONS(1727), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), + [sym_raw_string_literal] = ACTIONS(1729), + }, + [202] = { + [sym_identifier] = ACTIONS(1731), + [aux_sym_preproc_include_token1] = ACTIONS(1731), + [aux_sym_preproc_def_token1] = ACTIONS(1731), + [aux_sym_preproc_if_token1] = ACTIONS(1731), + [aux_sym_preproc_if_token2] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), + [aux_sym_preproc_else_token1] = ACTIONS(1731), + [aux_sym_preproc_elif_token1] = ACTIONS(1731), + [sym_preproc_directive] = ACTIONS(1731), + [anon_sym_LPAREN2] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_AMP_AMP] = ACTIONS(1733), + [anon_sym_AMP] = ACTIONS(1731), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_typedef] = ACTIONS(1731), + [anon_sym_extern] = ACTIONS(1731), + [anon_sym___attribute__] = ACTIONS(1731), + [anon_sym_COLON_COLON] = ACTIONS(1733), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), + [anon_sym___declspec] = ACTIONS(1731), + [anon_sym___based] = ACTIONS(1731), + [anon_sym___cdecl] = ACTIONS(1731), + [anon_sym___clrcall] = ACTIONS(1731), + [anon_sym___stdcall] = ACTIONS(1731), + [anon_sym___fastcall] = ACTIONS(1731), + [anon_sym___thiscall] = ACTIONS(1731), + [anon_sym___vectorcall] = ACTIONS(1731), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_static] = ACTIONS(1731), + [anon_sym_register] = ACTIONS(1731), + [anon_sym_inline] = ACTIONS(1731), + [anon_sym_thread_local] = ACTIONS(1731), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_volatile] = ACTIONS(1731), + [anon_sym_restrict] = ACTIONS(1731), + [anon_sym__Atomic] = ACTIONS(1731), + [anon_sym_mutable] = ACTIONS(1731), + [anon_sym_constexpr] = ACTIONS(1731), + [anon_sym_signed] = ACTIONS(1731), + [anon_sym_unsigned] = ACTIONS(1731), + [anon_sym_long] = ACTIONS(1731), + [anon_sym_short] = ACTIONS(1731), + [sym_primitive_type] = ACTIONS(1731), + [anon_sym_enum] = ACTIONS(1731), + [anon_sym_class] = ACTIONS(1731), + [anon_sym_struct] = ACTIONS(1731), + [anon_sym_union] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_do] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_continue] = ACTIONS(1731), + [anon_sym_goto] = ACTIONS(1731), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_sizeof] = ACTIONS(1731), + [sym_number_literal] = ACTIONS(1733), + [anon_sym_L_SQUOTE] = ACTIONS(1733), + [anon_sym_u_SQUOTE] = ACTIONS(1733), + [anon_sym_U_SQUOTE] = ACTIONS(1733), + [anon_sym_u8_SQUOTE] = ACTIONS(1733), + [anon_sym_SQUOTE] = ACTIONS(1733), + [anon_sym_L_DQUOTE] = ACTIONS(1733), + [anon_sym_u_DQUOTE] = ACTIONS(1733), + [anon_sym_U_DQUOTE] = ACTIONS(1733), + [anon_sym_u8_DQUOTE] = ACTIONS(1733), + [anon_sym_DQUOTE] = ACTIONS(1733), + [sym_true] = ACTIONS(1731), + [sym_false] = ACTIONS(1731), + [sym_null] = ACTIONS(1731), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1875), - [anon_sym_virtual] = ACTIONS(1875), - [anon_sym_explicit] = ACTIONS(1875), - [sym_auto] = ACTIONS(1875), - [anon_sym_typename] = ACTIONS(1875), - [anon_sym_template] = ACTIONS(1875), - [anon_sym_operator] = ACTIONS(1875), - [anon_sym_delete] = ACTIONS(1875), - [anon_sym_throw] = ACTIONS(1875), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_using] = ACTIONS(1875), - [anon_sym_static_assert] = ACTIONS(1875), - [anon_sym_co_return] = ACTIONS(1875), - [anon_sym_co_yield] = ACTIONS(1875), - [anon_sym_try] = ACTIONS(1875), - [anon_sym_co_await] = ACTIONS(1875), - [anon_sym_new] = ACTIONS(1875), - [sym_this] = ACTIONS(1875), - [sym_nullptr] = ACTIONS(1875), - [sym_alone_macro] = ACTIONS(1877), - [aux_sym_alone_macro_call_token1] = ACTIONS(1875), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_FORWARD] = ACTIONS(1875), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_PS_GET] = ACTIONS(1875), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), - [anon_sym_MOZ_COLD] = ACTIONS(1875), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_RAII] = ACTIONS(1875), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), - [sym_raw_string_literal] = ACTIONS(1877), + [anon_sym_decltype] = ACTIONS(1731), + [anon_sym_virtual] = ACTIONS(1731), + [anon_sym_explicit] = ACTIONS(1731), + [sym_auto] = ACTIONS(1731), + [anon_sym_typename] = ACTIONS(1731), + [anon_sym_template] = ACTIONS(1731), + [anon_sym_operator] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_throw] = ACTIONS(1731), + [anon_sym_namespace] = ACTIONS(1731), + [anon_sym_using] = ACTIONS(1731), + [anon_sym_static_assert] = ACTIONS(1731), + [anon_sym_co_return] = ACTIONS(1731), + [anon_sym_co_yield] = ACTIONS(1731), + [anon_sym_try] = ACTIONS(1731), + [anon_sym_co_await] = ACTIONS(1731), + [anon_sym_new] = ACTIONS(1731), + [sym_this] = ACTIONS(1731), + [sym_nullptr] = ACTIONS(1731), + [sym_alone_macro] = ACTIONS(1733), + [aux_sym_alone_macro_call_token1] = ACTIONS(1731), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_FORWARD] = ACTIONS(1731), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_PS_GET] = ACTIONS(1731), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), + [anon_sym_MOZ_COLD] = ACTIONS(1731), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_RAII] = ACTIONS(1731), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), + [sym_raw_string_literal] = ACTIONS(1733), }, - [245] = { - [sym_identifier] = ACTIONS(1879), - [aux_sym_preproc_include_token1] = ACTIONS(1879), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token2] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), - [aux_sym_preproc_else_token1] = ACTIONS(1879), - [aux_sym_preproc_elif_token1] = ACTIONS(1879), - [sym_preproc_directive] = ACTIONS(1879), - [anon_sym_LPAREN2] = ACTIONS(1881), - [anon_sym_BANG] = ACTIONS(1881), - [anon_sym_TILDE] = ACTIONS(1881), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_AMP_AMP] = ACTIONS(1881), - [anon_sym_AMP] = ACTIONS(1879), - [anon_sym_SEMI] = ACTIONS(1881), - [anon_sym_typedef] = ACTIONS(1879), - [anon_sym_extern] = ACTIONS(1879), - [anon_sym___attribute__] = ACTIONS(1879), - [anon_sym_COLON_COLON] = ACTIONS(1881), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), - [anon_sym___declspec] = ACTIONS(1879), - [anon_sym___based] = ACTIONS(1879), - [anon_sym___cdecl] = ACTIONS(1879), - [anon_sym___clrcall] = ACTIONS(1879), - [anon_sym___stdcall] = ACTIONS(1879), - [anon_sym___fastcall] = ACTIONS(1879), - [anon_sym___thiscall] = ACTIONS(1879), - [anon_sym___vectorcall] = ACTIONS(1879), - [anon_sym_LBRACE] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1879), - [anon_sym_static] = ACTIONS(1879), - [anon_sym_register] = ACTIONS(1879), - [anon_sym_inline] = ACTIONS(1879), - [anon_sym_thread_local] = ACTIONS(1879), - [anon_sym_const] = ACTIONS(1879), - [anon_sym_volatile] = ACTIONS(1879), - [anon_sym_restrict] = ACTIONS(1879), - [anon_sym__Atomic] = ACTIONS(1879), - [anon_sym_mutable] = ACTIONS(1879), - [anon_sym_constexpr] = ACTIONS(1879), - [anon_sym_signed] = ACTIONS(1879), - [anon_sym_unsigned] = ACTIONS(1879), - [anon_sym_long] = ACTIONS(1879), - [anon_sym_short] = ACTIONS(1879), - [sym_primitive_type] = ACTIONS(1879), - [anon_sym_enum] = ACTIONS(1879), - [anon_sym_class] = ACTIONS(1879), - [anon_sym_struct] = ACTIONS(1879), - [anon_sym_union] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_switch] = ACTIONS(1879), - [anon_sym_case] = ACTIONS(1879), - [anon_sym_default] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_break] = ACTIONS(1879), - [anon_sym_continue] = ACTIONS(1879), - [anon_sym_goto] = ACTIONS(1879), - [anon_sym_DASH_DASH] = ACTIONS(1881), - [anon_sym_PLUS_PLUS] = ACTIONS(1881), - [anon_sym_sizeof] = ACTIONS(1879), - [sym_number_literal] = ACTIONS(1881), - [anon_sym_L_SQUOTE] = ACTIONS(1881), - [anon_sym_u_SQUOTE] = ACTIONS(1881), - [anon_sym_U_SQUOTE] = ACTIONS(1881), - [anon_sym_u8_SQUOTE] = ACTIONS(1881), - [anon_sym_SQUOTE] = ACTIONS(1881), - [anon_sym_L_DQUOTE] = ACTIONS(1881), - [anon_sym_u_DQUOTE] = ACTIONS(1881), - [anon_sym_U_DQUOTE] = ACTIONS(1881), - [anon_sym_u8_DQUOTE] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(1881), - [sym_true] = ACTIONS(1879), - [sym_false] = ACTIONS(1879), - [sym_null] = ACTIONS(1879), + [203] = { + [sym_identifier] = ACTIONS(1518), + [aux_sym_preproc_include_token1] = ACTIONS(1518), + [aux_sym_preproc_def_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1518), + [sym_preproc_directive] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1518), + [anon_sym_PLUS] = ACTIONS(1518), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_SEMI] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym___based] = ACTIONS(1518), + [anon_sym___cdecl] = ACTIONS(1518), + [anon_sym___clrcall] = ACTIONS(1518), + [anon_sym___stdcall] = ACTIONS(1518), + [anon_sym___fastcall] = ACTIONS(1518), + [anon_sym___thiscall] = ACTIONS(1518), + [anon_sym___vectorcall] = ACTIONS(1518), + [anon_sym_LBRACE] = ACTIONS(1520), + [anon_sym_RBRACE] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [anon_sym_if] = ACTIONS(1518), + [anon_sym_else] = ACTIONS(1518), + [anon_sym_switch] = ACTIONS(1518), + [anon_sym_case] = ACTIONS(1518), + [anon_sym_default] = ACTIONS(1518), + [anon_sym_while] = ACTIONS(1518), + [anon_sym_do] = ACTIONS(1518), + [anon_sym_for] = ACTIONS(1518), + [anon_sym_return] = ACTIONS(1518), + [anon_sym_break] = ACTIONS(1518), + [anon_sym_continue] = ACTIONS(1518), + [anon_sym_goto] = ACTIONS(1518), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1518), + [sym_number_literal] = ACTIONS(1520), + [anon_sym_L_SQUOTE] = ACTIONS(1520), + [anon_sym_u_SQUOTE] = ACTIONS(1520), + [anon_sym_U_SQUOTE] = ACTIONS(1520), + [anon_sym_u8_SQUOTE] = ACTIONS(1520), + [anon_sym_SQUOTE] = ACTIONS(1520), + [anon_sym_L_DQUOTE] = ACTIONS(1520), + [anon_sym_u_DQUOTE] = ACTIONS(1520), + [anon_sym_U_DQUOTE] = ACTIONS(1520), + [anon_sym_u8_DQUOTE] = ACTIONS(1520), + [anon_sym_DQUOTE] = ACTIONS(1520), + [sym_true] = ACTIONS(1518), + [sym_false] = ACTIONS(1518), + [sym_null] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [anon_sym_explicit] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1518), + [anon_sym_delete] = ACTIONS(1518), + [anon_sym_throw] = ACTIONS(1518), + [anon_sym_namespace] = ACTIONS(1518), + [anon_sym_using] = ACTIONS(1518), + [anon_sym_static_assert] = ACTIONS(1518), + [anon_sym_co_return] = ACTIONS(1518), + [anon_sym_co_yield] = ACTIONS(1518), + [anon_sym_try] = ACTIONS(1518), + [anon_sym_catch] = ACTIONS(1518), + [anon_sym_co_await] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1518), + [sym_this] = ACTIONS(1518), + [sym_nullptr] = ACTIONS(1518), + [sym_alone_macro] = ACTIONS(1520), + [aux_sym_alone_macro_call_token1] = ACTIONS(1518), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_FORWARD] = ACTIONS(1518), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1518), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_PS_GET] = ACTIONS(1518), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1518), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1518), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), + [sym_raw_string_literal] = ACTIONS(1520), + }, + [204] = { + [sym_identifier] = ACTIONS(1735), + [aux_sym_preproc_include_token1] = ACTIONS(1735), + [aux_sym_preproc_def_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token2] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), + [aux_sym_preproc_else_token1] = ACTIONS(1735), + [aux_sym_preproc_elif_token1] = ACTIONS(1735), + [sym_preproc_directive] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1737), + [anon_sym_AMP_AMP] = ACTIONS(1737), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_typedef] = ACTIONS(1735), + [anon_sym_extern] = ACTIONS(1735), + [anon_sym___attribute__] = ACTIONS(1735), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), + [anon_sym___declspec] = ACTIONS(1735), + [anon_sym___based] = ACTIONS(1735), + [anon_sym___cdecl] = ACTIONS(1735), + [anon_sym___clrcall] = ACTIONS(1735), + [anon_sym___stdcall] = ACTIONS(1735), + [anon_sym___fastcall] = ACTIONS(1735), + [anon_sym___thiscall] = ACTIONS(1735), + [anon_sym___vectorcall] = ACTIONS(1735), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_static] = ACTIONS(1735), + [anon_sym_register] = ACTIONS(1735), + [anon_sym_inline] = ACTIONS(1735), + [anon_sym_thread_local] = ACTIONS(1735), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_volatile] = ACTIONS(1735), + [anon_sym_restrict] = ACTIONS(1735), + [anon_sym__Atomic] = ACTIONS(1735), + [anon_sym_mutable] = ACTIONS(1735), + [anon_sym_constexpr] = ACTIONS(1735), + [anon_sym_signed] = ACTIONS(1735), + [anon_sym_unsigned] = ACTIONS(1735), + [anon_sym_long] = ACTIONS(1735), + [anon_sym_short] = ACTIONS(1735), + [sym_primitive_type] = ACTIONS(1735), + [anon_sym_enum] = ACTIONS(1735), + [anon_sym_class] = ACTIONS(1735), + [anon_sym_struct] = ACTIONS(1735), + [anon_sym_union] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_do] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_continue] = ACTIONS(1735), + [anon_sym_goto] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_sizeof] = ACTIONS(1735), + [sym_number_literal] = ACTIONS(1737), + [anon_sym_L_SQUOTE] = ACTIONS(1737), + [anon_sym_u_SQUOTE] = ACTIONS(1737), + [anon_sym_U_SQUOTE] = ACTIONS(1737), + [anon_sym_u8_SQUOTE] = ACTIONS(1737), + [anon_sym_SQUOTE] = ACTIONS(1737), + [anon_sym_L_DQUOTE] = ACTIONS(1737), + [anon_sym_u_DQUOTE] = ACTIONS(1737), + [anon_sym_U_DQUOTE] = ACTIONS(1737), + [anon_sym_u8_DQUOTE] = ACTIONS(1737), + [anon_sym_DQUOTE] = ACTIONS(1737), + [sym_true] = ACTIONS(1735), + [sym_false] = ACTIONS(1735), + [sym_null] = ACTIONS(1735), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1879), - [anon_sym_virtual] = ACTIONS(1879), - [anon_sym_explicit] = ACTIONS(1879), - [sym_auto] = ACTIONS(1879), - [anon_sym_typename] = ACTIONS(1879), - [anon_sym_template] = ACTIONS(1879), - [anon_sym_operator] = ACTIONS(1879), - [anon_sym_delete] = ACTIONS(1879), - [anon_sym_throw] = ACTIONS(1879), - [anon_sym_namespace] = ACTIONS(1879), - [anon_sym_using] = ACTIONS(1879), - [anon_sym_static_assert] = ACTIONS(1879), - [anon_sym_co_return] = ACTIONS(1879), - [anon_sym_co_yield] = ACTIONS(1879), - [anon_sym_try] = ACTIONS(1879), - [anon_sym_co_await] = ACTIONS(1879), - [anon_sym_new] = ACTIONS(1879), - [sym_this] = ACTIONS(1879), - [sym_nullptr] = ACTIONS(1879), - [sym_alone_macro] = ACTIONS(1881), - [aux_sym_alone_macro_call_token1] = ACTIONS(1879), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_FORWARD] = ACTIONS(1879), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_PS_GET] = ACTIONS(1879), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), - [anon_sym_MOZ_COLD] = ACTIONS(1879), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_RAII] = ACTIONS(1879), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), - [sym_raw_string_literal] = ACTIONS(1881), + [anon_sym_decltype] = ACTIONS(1735), + [anon_sym_virtual] = ACTIONS(1735), + [anon_sym_explicit] = ACTIONS(1735), + [sym_auto] = ACTIONS(1735), + [anon_sym_typename] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1735), + [anon_sym_operator] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_throw] = ACTIONS(1735), + [anon_sym_namespace] = ACTIONS(1735), + [anon_sym_using] = ACTIONS(1735), + [anon_sym_static_assert] = ACTIONS(1735), + [anon_sym_co_return] = ACTIONS(1735), + [anon_sym_co_yield] = ACTIONS(1735), + [anon_sym_try] = ACTIONS(1735), + [anon_sym_co_await] = ACTIONS(1735), + [anon_sym_new] = ACTIONS(1735), + [sym_this] = ACTIONS(1735), + [sym_nullptr] = ACTIONS(1735), + [sym_alone_macro] = ACTIONS(1737), + [aux_sym_alone_macro_call_token1] = ACTIONS(1735), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_FORWARD] = ACTIONS(1735), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_PS_GET] = ACTIONS(1735), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), + [anon_sym_MOZ_COLD] = ACTIONS(1735), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_RAII] = ACTIONS(1735), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), + [sym_raw_string_literal] = ACTIONS(1737), }, - [246] = { - [sym_identifier] = ACTIONS(1883), - [aux_sym_preproc_include_token1] = ACTIONS(1883), - [aux_sym_preproc_def_token1] = ACTIONS(1883), - [aux_sym_preproc_if_token1] = ACTIONS(1883), - [aux_sym_preproc_if_token2] = ACTIONS(1883), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1883), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1883), - [aux_sym_preproc_else_token1] = ACTIONS(1883), - [aux_sym_preproc_elif_token1] = ACTIONS(1883), - [sym_preproc_directive] = ACTIONS(1883), - [anon_sym_LPAREN2] = ACTIONS(1885), - [anon_sym_BANG] = ACTIONS(1885), - [anon_sym_TILDE] = ACTIONS(1885), - [anon_sym_DASH] = ACTIONS(1883), - [anon_sym_PLUS] = ACTIONS(1883), - [anon_sym_STAR] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1883), - [anon_sym_SEMI] = ACTIONS(1885), - [anon_sym_typedef] = ACTIONS(1883), - [anon_sym_extern] = ACTIONS(1883), - [anon_sym___attribute__] = ACTIONS(1883), - [anon_sym_COLON_COLON] = ACTIONS(1885), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1885), - [anon_sym___declspec] = ACTIONS(1883), - [anon_sym___based] = ACTIONS(1883), - [anon_sym___cdecl] = ACTIONS(1883), - [anon_sym___clrcall] = ACTIONS(1883), - [anon_sym___stdcall] = ACTIONS(1883), - [anon_sym___fastcall] = ACTIONS(1883), - [anon_sym___thiscall] = ACTIONS(1883), - [anon_sym___vectorcall] = ACTIONS(1883), - [anon_sym_LBRACE] = ACTIONS(1885), - [anon_sym_LBRACK] = ACTIONS(1883), - [anon_sym_static] = ACTIONS(1883), - [anon_sym_register] = ACTIONS(1883), - [anon_sym_inline] = ACTIONS(1883), - [anon_sym_thread_local] = ACTIONS(1883), - [anon_sym_const] = ACTIONS(1883), - [anon_sym_volatile] = ACTIONS(1883), - [anon_sym_restrict] = ACTIONS(1883), - [anon_sym__Atomic] = ACTIONS(1883), - [anon_sym_mutable] = ACTIONS(1883), - [anon_sym_constexpr] = ACTIONS(1883), - [anon_sym_signed] = ACTIONS(1883), - [anon_sym_unsigned] = ACTIONS(1883), - [anon_sym_long] = ACTIONS(1883), - [anon_sym_short] = ACTIONS(1883), - [sym_primitive_type] = ACTIONS(1883), - [anon_sym_enum] = ACTIONS(1883), - [anon_sym_class] = ACTIONS(1883), - [anon_sym_struct] = ACTIONS(1883), - [anon_sym_union] = ACTIONS(1883), - [anon_sym_if] = ACTIONS(1883), - [anon_sym_switch] = ACTIONS(1883), - [anon_sym_case] = ACTIONS(1883), - [anon_sym_default] = ACTIONS(1883), - [anon_sym_while] = ACTIONS(1883), - [anon_sym_do] = ACTIONS(1883), - [anon_sym_for] = ACTIONS(1883), - [anon_sym_return] = ACTIONS(1883), - [anon_sym_break] = ACTIONS(1883), - [anon_sym_continue] = ACTIONS(1883), - [anon_sym_goto] = ACTIONS(1883), - [anon_sym_DASH_DASH] = ACTIONS(1885), - [anon_sym_PLUS_PLUS] = ACTIONS(1885), - [anon_sym_sizeof] = ACTIONS(1883), - [sym_number_literal] = ACTIONS(1885), - [anon_sym_L_SQUOTE] = ACTIONS(1885), - [anon_sym_u_SQUOTE] = ACTIONS(1885), - [anon_sym_U_SQUOTE] = ACTIONS(1885), - [anon_sym_u8_SQUOTE] = ACTIONS(1885), - [anon_sym_SQUOTE] = ACTIONS(1885), - [anon_sym_L_DQUOTE] = ACTIONS(1885), - [anon_sym_u_DQUOTE] = ACTIONS(1885), - [anon_sym_U_DQUOTE] = ACTIONS(1885), - [anon_sym_u8_DQUOTE] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_true] = ACTIONS(1883), - [sym_false] = ACTIONS(1883), - [sym_null] = ACTIONS(1883), + [205] = { + [sym_identifier] = ACTIONS(1739), + [aux_sym_preproc_include_token1] = ACTIONS(1739), + [aux_sym_preproc_def_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token2] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), + [aux_sym_preproc_else_token1] = ACTIONS(1739), + [aux_sym_preproc_elif_token1] = ACTIONS(1739), + [sym_preproc_directive] = ACTIONS(1739), + [anon_sym_LPAREN2] = ACTIONS(1741), + [anon_sym_BANG] = ACTIONS(1741), + [anon_sym_TILDE] = ACTIONS(1741), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_STAR] = ACTIONS(1741), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1739), + [anon_sym_SEMI] = ACTIONS(1741), + [anon_sym_typedef] = ACTIONS(1739), + [anon_sym_extern] = ACTIONS(1739), + [anon_sym___attribute__] = ACTIONS(1739), + [anon_sym_COLON_COLON] = ACTIONS(1741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), + [anon_sym___declspec] = ACTIONS(1739), + [anon_sym___based] = ACTIONS(1739), + [anon_sym___cdecl] = ACTIONS(1739), + [anon_sym___clrcall] = ACTIONS(1739), + [anon_sym___stdcall] = ACTIONS(1739), + [anon_sym___fastcall] = ACTIONS(1739), + [anon_sym___thiscall] = ACTIONS(1739), + [anon_sym___vectorcall] = ACTIONS(1739), + [anon_sym_LBRACE] = ACTIONS(1741), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_static] = ACTIONS(1739), + [anon_sym_register] = ACTIONS(1739), + [anon_sym_inline] = ACTIONS(1739), + [anon_sym_thread_local] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_volatile] = ACTIONS(1739), + [anon_sym_restrict] = ACTIONS(1739), + [anon_sym__Atomic] = ACTIONS(1739), + [anon_sym_mutable] = ACTIONS(1739), + [anon_sym_constexpr] = ACTIONS(1739), + [anon_sym_signed] = ACTIONS(1739), + [anon_sym_unsigned] = ACTIONS(1739), + [anon_sym_long] = ACTIONS(1739), + [anon_sym_short] = ACTIONS(1739), + [sym_primitive_type] = ACTIONS(1739), + [anon_sym_enum] = ACTIONS(1739), + [anon_sym_class] = ACTIONS(1739), + [anon_sym_struct] = ACTIONS(1739), + [anon_sym_union] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_do] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_continue] = ACTIONS(1739), + [anon_sym_goto] = ACTIONS(1739), + [anon_sym_DASH_DASH] = ACTIONS(1741), + [anon_sym_PLUS_PLUS] = ACTIONS(1741), + [anon_sym_sizeof] = ACTIONS(1739), + [sym_number_literal] = ACTIONS(1741), + [anon_sym_L_SQUOTE] = ACTIONS(1741), + [anon_sym_u_SQUOTE] = ACTIONS(1741), + [anon_sym_U_SQUOTE] = ACTIONS(1741), + [anon_sym_u8_SQUOTE] = ACTIONS(1741), + [anon_sym_SQUOTE] = ACTIONS(1741), + [anon_sym_L_DQUOTE] = ACTIONS(1741), + [anon_sym_u_DQUOTE] = ACTIONS(1741), + [anon_sym_U_DQUOTE] = ACTIONS(1741), + [anon_sym_u8_DQUOTE] = ACTIONS(1741), + [anon_sym_DQUOTE] = ACTIONS(1741), + [sym_true] = ACTIONS(1739), + [sym_false] = ACTIONS(1739), + [sym_null] = ACTIONS(1739), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1883), - [anon_sym_virtual] = ACTIONS(1883), - [anon_sym_explicit] = ACTIONS(1883), - [sym_auto] = ACTIONS(1883), - [anon_sym_typename] = ACTIONS(1883), - [anon_sym_template] = ACTIONS(1883), - [anon_sym_operator] = ACTIONS(1883), - [anon_sym_delete] = ACTIONS(1883), - [anon_sym_throw] = ACTIONS(1883), - [anon_sym_namespace] = ACTIONS(1883), - [anon_sym_using] = ACTIONS(1883), - [anon_sym_static_assert] = ACTIONS(1883), - [anon_sym_co_return] = ACTIONS(1883), - [anon_sym_co_yield] = ACTIONS(1883), - [anon_sym_try] = ACTIONS(1883), - [anon_sym_co_await] = ACTIONS(1883), - [anon_sym_new] = ACTIONS(1883), - [sym_this] = ACTIONS(1883), - [sym_nullptr] = ACTIONS(1883), - [sym_alone_macro] = ACTIONS(1885), - [aux_sym_alone_macro_call_token1] = ACTIONS(1883), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_FORWARD] = ACTIONS(1883), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1883), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_PS_GET] = ACTIONS(1883), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1883), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1883), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1883), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1883), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1883), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1883), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1883), - [anon_sym_MOZ_COLD] = ACTIONS(1883), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1883), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1883), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1883), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1883), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1883), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1883), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1883), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1883), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1883), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1883), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1883), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1883), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1883), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1883), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1883), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_NONNULL] = ACTIONS(1883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1883), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1883), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1883), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1883), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1883), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_NORETURN] = ACTIONS(1883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1883), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1883), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1883), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1883), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1883), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1883), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1883), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1883), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1883), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), - [anon_sym_MOZ_RAII] = ACTIONS(1883), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1883), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1883), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1883), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1883), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1883), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), - [sym_raw_string_literal] = ACTIONS(1885), + [anon_sym_decltype] = ACTIONS(1739), + [anon_sym_virtual] = ACTIONS(1739), + [anon_sym_explicit] = ACTIONS(1739), + [sym_auto] = ACTIONS(1739), + [anon_sym_typename] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1739), + [anon_sym_operator] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_throw] = ACTIONS(1739), + [anon_sym_namespace] = ACTIONS(1739), + [anon_sym_using] = ACTIONS(1739), + [anon_sym_static_assert] = ACTIONS(1739), + [anon_sym_co_return] = ACTIONS(1739), + [anon_sym_co_yield] = ACTIONS(1739), + [anon_sym_try] = ACTIONS(1739), + [anon_sym_co_await] = ACTIONS(1739), + [anon_sym_new] = ACTIONS(1739), + [sym_this] = ACTIONS(1739), + [sym_nullptr] = ACTIONS(1739), + [sym_alone_macro] = ACTIONS(1741), + [aux_sym_alone_macro_call_token1] = ACTIONS(1739), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_FORWARD] = ACTIONS(1739), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_PS_GET] = ACTIONS(1739), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), + [anon_sym_MOZ_COLD] = ACTIONS(1739), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_RAII] = ACTIONS(1739), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), + [sym_raw_string_literal] = ACTIONS(1741), }, - [247] = { - [sym_identifier] = ACTIONS(1887), - [aux_sym_preproc_include_token1] = ACTIONS(1887), - [aux_sym_preproc_def_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token2] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1887), - [sym_preproc_directive] = ACTIONS(1887), - [anon_sym_LPAREN2] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(1889), - [anon_sym_TILDE] = ACTIONS(1889), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_PLUS] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_SEMI] = ACTIONS(1889), - [anon_sym_typedef] = ACTIONS(1887), - [anon_sym_extern] = ACTIONS(1887), - [anon_sym___attribute__] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1889), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), - [anon_sym___declspec] = ACTIONS(1887), - [anon_sym___based] = ACTIONS(1887), - [anon_sym___cdecl] = ACTIONS(1887), - [anon_sym___clrcall] = ACTIONS(1887), - [anon_sym___stdcall] = ACTIONS(1887), - [anon_sym___fastcall] = ACTIONS(1887), - [anon_sym___thiscall] = ACTIONS(1887), - [anon_sym___vectorcall] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1889), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_static] = ACTIONS(1887), - [anon_sym_register] = ACTIONS(1887), - [anon_sym_inline] = ACTIONS(1887), - [anon_sym_thread_local] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_volatile] = ACTIONS(1887), - [anon_sym_restrict] = ACTIONS(1887), - [anon_sym__Atomic] = ACTIONS(1887), - [anon_sym_mutable] = ACTIONS(1887), - [anon_sym_constexpr] = ACTIONS(1887), - [anon_sym_signed] = ACTIONS(1887), - [anon_sym_unsigned] = ACTIONS(1887), - [anon_sym_long] = ACTIONS(1887), - [anon_sym_short] = ACTIONS(1887), - [sym_primitive_type] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_class] = ACTIONS(1887), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), - [anon_sym_if] = ACTIONS(1887), - [anon_sym_switch] = ACTIONS(1887), - [anon_sym_case] = ACTIONS(1887), - [anon_sym_default] = ACTIONS(1887), - [anon_sym_while] = ACTIONS(1887), - [anon_sym_do] = ACTIONS(1887), - [anon_sym_for] = ACTIONS(1887), - [anon_sym_return] = ACTIONS(1887), - [anon_sym_break] = ACTIONS(1887), - [anon_sym_continue] = ACTIONS(1887), - [anon_sym_goto] = ACTIONS(1887), - [anon_sym_DASH_DASH] = ACTIONS(1889), - [anon_sym_PLUS_PLUS] = ACTIONS(1889), - [anon_sym_sizeof] = ACTIONS(1887), - [sym_number_literal] = ACTIONS(1889), - [anon_sym_L_SQUOTE] = ACTIONS(1889), - [anon_sym_u_SQUOTE] = ACTIONS(1889), - [anon_sym_U_SQUOTE] = ACTIONS(1889), - [anon_sym_u8_SQUOTE] = ACTIONS(1889), - [anon_sym_SQUOTE] = ACTIONS(1889), - [anon_sym_L_DQUOTE] = ACTIONS(1889), - [anon_sym_u_DQUOTE] = ACTIONS(1889), - [anon_sym_U_DQUOTE] = ACTIONS(1889), - [anon_sym_u8_DQUOTE] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_true] = ACTIONS(1887), - [sym_false] = ACTIONS(1887), - [sym_null] = ACTIONS(1887), + [206] = { + [sym_identifier] = ACTIONS(1743), + [aux_sym_preproc_include_token1] = ACTIONS(1743), + [aux_sym_preproc_def_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token2] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), + [aux_sym_preproc_else_token1] = ACTIONS(1743), + [aux_sym_preproc_elif_token1] = ACTIONS(1743), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_LPAREN2] = ACTIONS(1745), + [anon_sym_BANG] = ACTIONS(1745), + [anon_sym_TILDE] = ACTIONS(1745), + [anon_sym_DASH] = ACTIONS(1743), + [anon_sym_PLUS] = ACTIONS(1743), + [anon_sym_STAR] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1745), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1745), + [anon_sym_typedef] = ACTIONS(1743), + [anon_sym_extern] = ACTIONS(1743), + [anon_sym___attribute__] = ACTIONS(1743), + [anon_sym_COLON_COLON] = ACTIONS(1745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), + [anon_sym___declspec] = ACTIONS(1743), + [anon_sym___based] = ACTIONS(1743), + [anon_sym___cdecl] = ACTIONS(1743), + [anon_sym___clrcall] = ACTIONS(1743), + [anon_sym___stdcall] = ACTIONS(1743), + [anon_sym___fastcall] = ACTIONS(1743), + [anon_sym___thiscall] = ACTIONS(1743), + [anon_sym___vectorcall] = ACTIONS(1743), + [anon_sym_LBRACE] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1743), + [anon_sym_register] = ACTIONS(1743), + [anon_sym_inline] = ACTIONS(1743), + [anon_sym_thread_local] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1743), + [anon_sym_volatile] = ACTIONS(1743), + [anon_sym_restrict] = ACTIONS(1743), + [anon_sym__Atomic] = ACTIONS(1743), + [anon_sym_mutable] = ACTIONS(1743), + [anon_sym_constexpr] = ACTIONS(1743), + [anon_sym_signed] = ACTIONS(1743), + [anon_sym_unsigned] = ACTIONS(1743), + [anon_sym_long] = ACTIONS(1743), + [anon_sym_short] = ACTIONS(1743), + [sym_primitive_type] = ACTIONS(1743), + [anon_sym_enum] = ACTIONS(1743), + [anon_sym_class] = ACTIONS(1743), + [anon_sym_struct] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_if] = ACTIONS(1743), + [anon_sym_switch] = ACTIONS(1743), + [anon_sym_case] = ACTIONS(1743), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_while] = ACTIONS(1743), + [anon_sym_do] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1743), + [anon_sym_return] = ACTIONS(1743), + [anon_sym_break] = ACTIONS(1743), + [anon_sym_continue] = ACTIONS(1743), + [anon_sym_goto] = ACTIONS(1743), + [anon_sym_DASH_DASH] = ACTIONS(1745), + [anon_sym_PLUS_PLUS] = ACTIONS(1745), + [anon_sym_sizeof] = ACTIONS(1743), + [sym_number_literal] = ACTIONS(1745), + [anon_sym_L_SQUOTE] = ACTIONS(1745), + [anon_sym_u_SQUOTE] = ACTIONS(1745), + [anon_sym_U_SQUOTE] = ACTIONS(1745), + [anon_sym_u8_SQUOTE] = ACTIONS(1745), + [anon_sym_SQUOTE] = ACTIONS(1745), + [anon_sym_L_DQUOTE] = ACTIONS(1745), + [anon_sym_u_DQUOTE] = ACTIONS(1745), + [anon_sym_U_DQUOTE] = ACTIONS(1745), + [anon_sym_u8_DQUOTE] = ACTIONS(1745), + [anon_sym_DQUOTE] = ACTIONS(1745), + [sym_true] = ACTIONS(1743), + [sym_false] = ACTIONS(1743), + [sym_null] = ACTIONS(1743), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1887), - [anon_sym_virtual] = ACTIONS(1887), - [anon_sym_explicit] = ACTIONS(1887), - [sym_auto] = ACTIONS(1887), - [anon_sym_typename] = ACTIONS(1887), - [anon_sym_template] = ACTIONS(1887), - [anon_sym_operator] = ACTIONS(1887), - [anon_sym_delete] = ACTIONS(1887), - [anon_sym_throw] = ACTIONS(1887), - [anon_sym_namespace] = ACTIONS(1887), - [anon_sym_using] = ACTIONS(1887), - [anon_sym_static_assert] = ACTIONS(1887), - [anon_sym_co_return] = ACTIONS(1887), - [anon_sym_co_yield] = ACTIONS(1887), - [anon_sym_try] = ACTIONS(1887), - [anon_sym_co_await] = ACTIONS(1887), - [anon_sym_new] = ACTIONS(1887), - [sym_this] = ACTIONS(1887), - [sym_nullptr] = ACTIONS(1887), - [sym_alone_macro] = ACTIONS(1889), - [aux_sym_alone_macro_call_token1] = ACTIONS(1887), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_FORWARD] = ACTIONS(1887), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1887), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_PS_GET] = ACTIONS(1887), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1887), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1887), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), - [anon_sym_MOZ_COLD] = ACTIONS(1887), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_RAII] = ACTIONS(1887), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), - [sym_raw_string_literal] = ACTIONS(1889), + [anon_sym_decltype] = ACTIONS(1743), + [anon_sym_virtual] = ACTIONS(1743), + [anon_sym_explicit] = ACTIONS(1743), + [sym_auto] = ACTIONS(1743), + [anon_sym_typename] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1743), + [anon_sym_operator] = ACTIONS(1743), + [anon_sym_delete] = ACTIONS(1743), + [anon_sym_throw] = ACTIONS(1743), + [anon_sym_namespace] = ACTIONS(1743), + [anon_sym_using] = ACTIONS(1743), + [anon_sym_static_assert] = ACTIONS(1743), + [anon_sym_co_return] = ACTIONS(1743), + [anon_sym_co_yield] = ACTIONS(1743), + [anon_sym_try] = ACTIONS(1743), + [anon_sym_co_await] = ACTIONS(1743), + [anon_sym_new] = ACTIONS(1743), + [sym_this] = ACTIONS(1743), + [sym_nullptr] = ACTIONS(1743), + [sym_alone_macro] = ACTIONS(1745), + [aux_sym_alone_macro_call_token1] = ACTIONS(1743), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_FORWARD] = ACTIONS(1743), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_PS_GET] = ACTIONS(1743), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), + [anon_sym_MOZ_COLD] = ACTIONS(1743), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_RAII] = ACTIONS(1743), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), + [sym_raw_string_literal] = ACTIONS(1745), }, - [248] = { - [sym_identifier] = ACTIONS(1891), - [aux_sym_preproc_include_token1] = ACTIONS(1891), - [aux_sym_preproc_def_token1] = ACTIONS(1891), - [aux_sym_preproc_if_token1] = ACTIONS(1891), - [aux_sym_preproc_if_token2] = ACTIONS(1891), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1891), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1891), - [aux_sym_preproc_else_token1] = ACTIONS(1891), - [aux_sym_preproc_elif_token1] = ACTIONS(1891), - [sym_preproc_directive] = ACTIONS(1891), - [anon_sym_LPAREN2] = ACTIONS(1893), - [anon_sym_BANG] = ACTIONS(1893), - [anon_sym_TILDE] = ACTIONS(1893), - [anon_sym_DASH] = ACTIONS(1891), - [anon_sym_PLUS] = ACTIONS(1891), - [anon_sym_STAR] = ACTIONS(1893), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_AMP] = ACTIONS(1891), - [anon_sym_SEMI] = ACTIONS(1893), - [anon_sym_typedef] = ACTIONS(1891), - [anon_sym_extern] = ACTIONS(1891), - [anon_sym___attribute__] = ACTIONS(1891), - [anon_sym_COLON_COLON] = ACTIONS(1893), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), - [anon_sym___declspec] = ACTIONS(1891), - [anon_sym___based] = ACTIONS(1891), - [anon_sym___cdecl] = ACTIONS(1891), - [anon_sym___clrcall] = ACTIONS(1891), - [anon_sym___stdcall] = ACTIONS(1891), - [anon_sym___fastcall] = ACTIONS(1891), - [anon_sym___thiscall] = ACTIONS(1891), - [anon_sym___vectorcall] = ACTIONS(1891), - [anon_sym_LBRACE] = ACTIONS(1893), - [anon_sym_LBRACK] = ACTIONS(1891), - [anon_sym_static] = ACTIONS(1891), - [anon_sym_register] = ACTIONS(1891), - [anon_sym_inline] = ACTIONS(1891), - [anon_sym_thread_local] = ACTIONS(1891), - [anon_sym_const] = ACTIONS(1891), - [anon_sym_volatile] = ACTIONS(1891), - [anon_sym_restrict] = ACTIONS(1891), - [anon_sym__Atomic] = ACTIONS(1891), - [anon_sym_mutable] = ACTIONS(1891), - [anon_sym_constexpr] = ACTIONS(1891), - [anon_sym_signed] = ACTIONS(1891), - [anon_sym_unsigned] = ACTIONS(1891), - [anon_sym_long] = ACTIONS(1891), - [anon_sym_short] = ACTIONS(1891), - [sym_primitive_type] = ACTIONS(1891), - [anon_sym_enum] = ACTIONS(1891), - [anon_sym_class] = ACTIONS(1891), - [anon_sym_struct] = ACTIONS(1891), - [anon_sym_union] = ACTIONS(1891), - [anon_sym_if] = ACTIONS(1891), - [anon_sym_switch] = ACTIONS(1891), - [anon_sym_case] = ACTIONS(1891), - [anon_sym_default] = ACTIONS(1891), - [anon_sym_while] = ACTIONS(1891), - [anon_sym_do] = ACTIONS(1891), - [anon_sym_for] = ACTIONS(1891), - [anon_sym_return] = ACTIONS(1891), - [anon_sym_break] = ACTIONS(1891), - [anon_sym_continue] = ACTIONS(1891), - [anon_sym_goto] = ACTIONS(1891), - [anon_sym_DASH_DASH] = ACTIONS(1893), - [anon_sym_PLUS_PLUS] = ACTIONS(1893), - [anon_sym_sizeof] = ACTIONS(1891), - [sym_number_literal] = ACTIONS(1893), - [anon_sym_L_SQUOTE] = ACTIONS(1893), - [anon_sym_u_SQUOTE] = ACTIONS(1893), - [anon_sym_U_SQUOTE] = ACTIONS(1893), - [anon_sym_u8_SQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1893), - [anon_sym_L_DQUOTE] = ACTIONS(1893), - [anon_sym_u_DQUOTE] = ACTIONS(1893), - [anon_sym_U_DQUOTE] = ACTIONS(1893), - [anon_sym_u8_DQUOTE] = ACTIONS(1893), - [anon_sym_DQUOTE] = ACTIONS(1893), - [sym_true] = ACTIONS(1891), - [sym_false] = ACTIONS(1891), - [sym_null] = ACTIONS(1891), + [207] = { + [sym_identifier] = ACTIONS(1747), + [aux_sym_preproc_include_token1] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token2] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), + [aux_sym_preproc_else_token1] = ACTIONS(1747), + [aux_sym_preproc_elif_token1] = ACTIONS(1747), + [sym_preproc_directive] = ACTIONS(1747), + [anon_sym_LPAREN2] = ACTIONS(1749), + [anon_sym_BANG] = ACTIONS(1749), + [anon_sym_TILDE] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1747), + [anon_sym_PLUS] = ACTIONS(1747), + [anon_sym_STAR] = ACTIONS(1749), + [anon_sym_AMP_AMP] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1747), + [anon_sym_SEMI] = ACTIONS(1749), + [anon_sym_typedef] = ACTIONS(1747), + [anon_sym_extern] = ACTIONS(1747), + [anon_sym___attribute__] = ACTIONS(1747), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), + [anon_sym___declspec] = ACTIONS(1747), + [anon_sym___based] = ACTIONS(1747), + [anon_sym___cdecl] = ACTIONS(1747), + [anon_sym___clrcall] = ACTIONS(1747), + [anon_sym___stdcall] = ACTIONS(1747), + [anon_sym___fastcall] = ACTIONS(1747), + [anon_sym___thiscall] = ACTIONS(1747), + [anon_sym___vectorcall] = ACTIONS(1747), + [anon_sym_LBRACE] = ACTIONS(1749), + [anon_sym_LBRACK] = ACTIONS(1747), + [anon_sym_static] = ACTIONS(1747), + [anon_sym_register] = ACTIONS(1747), + [anon_sym_inline] = ACTIONS(1747), + [anon_sym_thread_local] = ACTIONS(1747), + [anon_sym_const] = ACTIONS(1747), + [anon_sym_volatile] = ACTIONS(1747), + [anon_sym_restrict] = ACTIONS(1747), + [anon_sym__Atomic] = ACTIONS(1747), + [anon_sym_mutable] = ACTIONS(1747), + [anon_sym_constexpr] = ACTIONS(1747), + [anon_sym_signed] = ACTIONS(1747), + [anon_sym_unsigned] = ACTIONS(1747), + [anon_sym_long] = ACTIONS(1747), + [anon_sym_short] = ACTIONS(1747), + [sym_primitive_type] = ACTIONS(1747), + [anon_sym_enum] = ACTIONS(1747), + [anon_sym_class] = ACTIONS(1747), + [anon_sym_struct] = ACTIONS(1747), + [anon_sym_union] = ACTIONS(1747), + [anon_sym_if] = ACTIONS(1747), + [anon_sym_switch] = ACTIONS(1747), + [anon_sym_case] = ACTIONS(1747), + [anon_sym_default] = ACTIONS(1747), + [anon_sym_while] = ACTIONS(1747), + [anon_sym_do] = ACTIONS(1747), + [anon_sym_for] = ACTIONS(1747), + [anon_sym_return] = ACTIONS(1747), + [anon_sym_break] = ACTIONS(1747), + [anon_sym_continue] = ACTIONS(1747), + [anon_sym_goto] = ACTIONS(1747), + [anon_sym_DASH_DASH] = ACTIONS(1749), + [anon_sym_PLUS_PLUS] = ACTIONS(1749), + [anon_sym_sizeof] = ACTIONS(1747), + [sym_number_literal] = ACTIONS(1749), + [anon_sym_L_SQUOTE] = ACTIONS(1749), + [anon_sym_u_SQUOTE] = ACTIONS(1749), + [anon_sym_U_SQUOTE] = ACTIONS(1749), + [anon_sym_u8_SQUOTE] = ACTIONS(1749), + [anon_sym_SQUOTE] = ACTIONS(1749), + [anon_sym_L_DQUOTE] = ACTIONS(1749), + [anon_sym_u_DQUOTE] = ACTIONS(1749), + [anon_sym_U_DQUOTE] = ACTIONS(1749), + [anon_sym_u8_DQUOTE] = ACTIONS(1749), + [anon_sym_DQUOTE] = ACTIONS(1749), + [sym_true] = ACTIONS(1747), + [sym_false] = ACTIONS(1747), + [sym_null] = ACTIONS(1747), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1891), - [anon_sym_virtual] = ACTIONS(1891), - [anon_sym_explicit] = ACTIONS(1891), - [sym_auto] = ACTIONS(1891), - [anon_sym_typename] = ACTIONS(1891), - [anon_sym_template] = ACTIONS(1891), - [anon_sym_operator] = ACTIONS(1891), - [anon_sym_delete] = ACTIONS(1891), - [anon_sym_throw] = ACTIONS(1891), - [anon_sym_namespace] = ACTIONS(1891), - [anon_sym_using] = ACTIONS(1891), - [anon_sym_static_assert] = ACTIONS(1891), - [anon_sym_co_return] = ACTIONS(1891), - [anon_sym_co_yield] = ACTIONS(1891), - [anon_sym_try] = ACTIONS(1891), - [anon_sym_co_await] = ACTIONS(1891), - [anon_sym_new] = ACTIONS(1891), - [sym_this] = ACTIONS(1891), - [sym_nullptr] = ACTIONS(1891), - [sym_alone_macro] = ACTIONS(1893), - [aux_sym_alone_macro_call_token1] = ACTIONS(1891), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_FORWARD] = ACTIONS(1891), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1891), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_PS_GET] = ACTIONS(1891), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1891), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1891), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1891), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1891), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1891), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1891), - [anon_sym_MOZ_COLD] = ACTIONS(1891), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1891), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1891), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1891), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1891), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1891), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1891), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1891), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1891), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1891), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1891), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1891), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1891), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1891), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_NONNULL] = ACTIONS(1891), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1891), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1891), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1891), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1891), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1891), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1891), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1891), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1891), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1891), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1891), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1891), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1891), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), - [anon_sym_MOZ_RAII] = ACTIONS(1891), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1891), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1891), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1891), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1891), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1891), - [sym_raw_string_literal] = ACTIONS(1893), + [anon_sym_decltype] = ACTIONS(1747), + [anon_sym_virtual] = ACTIONS(1747), + [anon_sym_explicit] = ACTIONS(1747), + [sym_auto] = ACTIONS(1747), + [anon_sym_typename] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1747), + [anon_sym_operator] = ACTIONS(1747), + [anon_sym_delete] = ACTIONS(1747), + [anon_sym_throw] = ACTIONS(1747), + [anon_sym_namespace] = ACTIONS(1747), + [anon_sym_using] = ACTIONS(1747), + [anon_sym_static_assert] = ACTIONS(1747), + [anon_sym_co_return] = ACTIONS(1747), + [anon_sym_co_yield] = ACTIONS(1747), + [anon_sym_try] = ACTIONS(1747), + [anon_sym_co_await] = ACTIONS(1747), + [anon_sym_new] = ACTIONS(1747), + [sym_this] = ACTIONS(1747), + [sym_nullptr] = ACTIONS(1747), + [sym_alone_macro] = ACTIONS(1749), + [aux_sym_alone_macro_call_token1] = ACTIONS(1747), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_FORWARD] = ACTIONS(1747), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_PS_GET] = ACTIONS(1747), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), + [anon_sym_MOZ_COLD] = ACTIONS(1747), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_RAII] = ACTIONS(1747), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), + [sym_raw_string_literal] = ACTIONS(1749), }, - [249] = { - [sym_identifier] = ACTIONS(1895), - [aux_sym_preproc_include_token1] = ACTIONS(1895), - [aux_sym_preproc_def_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token2] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), - [aux_sym_preproc_else_token1] = ACTIONS(1895), - [aux_sym_preproc_elif_token1] = ACTIONS(1895), - [sym_preproc_directive] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1897), - [anon_sym_BANG] = ACTIONS(1897), - [anon_sym_TILDE] = ACTIONS(1897), - [anon_sym_DASH] = ACTIONS(1895), - [anon_sym_PLUS] = ACTIONS(1895), - [anon_sym_STAR] = ACTIONS(1897), - [anon_sym_AMP_AMP] = ACTIONS(1897), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_SEMI] = ACTIONS(1897), - [anon_sym_typedef] = ACTIONS(1895), - [anon_sym_extern] = ACTIONS(1895), - [anon_sym___attribute__] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), - [anon_sym___declspec] = ACTIONS(1895), - [anon_sym___based] = ACTIONS(1895), - [anon_sym___cdecl] = ACTIONS(1895), - [anon_sym___clrcall] = ACTIONS(1895), - [anon_sym___stdcall] = ACTIONS(1895), - [anon_sym___fastcall] = ACTIONS(1895), - [anon_sym___thiscall] = ACTIONS(1895), - [anon_sym___vectorcall] = ACTIONS(1895), - [anon_sym_LBRACE] = ACTIONS(1897), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_static] = ACTIONS(1895), - [anon_sym_register] = ACTIONS(1895), - [anon_sym_inline] = ACTIONS(1895), - [anon_sym_thread_local] = ACTIONS(1895), - [anon_sym_const] = ACTIONS(1895), - [anon_sym_volatile] = ACTIONS(1895), - [anon_sym_restrict] = ACTIONS(1895), - [anon_sym__Atomic] = ACTIONS(1895), - [anon_sym_mutable] = ACTIONS(1895), - [anon_sym_constexpr] = ACTIONS(1895), - [anon_sym_signed] = ACTIONS(1895), - [anon_sym_unsigned] = ACTIONS(1895), - [anon_sym_long] = ACTIONS(1895), - [anon_sym_short] = ACTIONS(1895), - [sym_primitive_type] = ACTIONS(1895), - [anon_sym_enum] = ACTIONS(1895), - [anon_sym_class] = ACTIONS(1895), - [anon_sym_struct] = ACTIONS(1895), - [anon_sym_union] = ACTIONS(1895), - [anon_sym_if] = ACTIONS(1895), - [anon_sym_switch] = ACTIONS(1895), - [anon_sym_case] = ACTIONS(1895), - [anon_sym_default] = ACTIONS(1895), - [anon_sym_while] = ACTIONS(1895), - [anon_sym_do] = ACTIONS(1895), - [anon_sym_for] = ACTIONS(1895), - [anon_sym_return] = ACTIONS(1895), - [anon_sym_break] = ACTIONS(1895), - [anon_sym_continue] = ACTIONS(1895), - [anon_sym_goto] = ACTIONS(1895), - [anon_sym_DASH_DASH] = ACTIONS(1897), - [anon_sym_PLUS_PLUS] = ACTIONS(1897), - [anon_sym_sizeof] = ACTIONS(1895), - [sym_number_literal] = ACTIONS(1897), - [anon_sym_L_SQUOTE] = ACTIONS(1897), - [anon_sym_u_SQUOTE] = ACTIONS(1897), - [anon_sym_U_SQUOTE] = ACTIONS(1897), - [anon_sym_u8_SQUOTE] = ACTIONS(1897), - [anon_sym_SQUOTE] = ACTIONS(1897), - [anon_sym_L_DQUOTE] = ACTIONS(1897), - [anon_sym_u_DQUOTE] = ACTIONS(1897), - [anon_sym_U_DQUOTE] = ACTIONS(1897), - [anon_sym_u8_DQUOTE] = ACTIONS(1897), - [anon_sym_DQUOTE] = ACTIONS(1897), - [sym_true] = ACTIONS(1895), - [sym_false] = ACTIONS(1895), - [sym_null] = ACTIONS(1895), + [208] = { + [sym_identifier] = ACTIONS(1751), + [aux_sym_preproc_include_token1] = ACTIONS(1751), + [aux_sym_preproc_def_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token2] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), + [aux_sym_preproc_else_token1] = ACTIONS(1751), + [aux_sym_preproc_elif_token1] = ACTIONS(1751), + [sym_preproc_directive] = ACTIONS(1751), + [anon_sym_LPAREN2] = ACTIONS(1753), + [anon_sym_BANG] = ACTIONS(1753), + [anon_sym_TILDE] = ACTIONS(1753), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_STAR] = ACTIONS(1753), + [anon_sym_AMP_AMP] = ACTIONS(1753), + [anon_sym_AMP] = ACTIONS(1751), + [anon_sym_SEMI] = ACTIONS(1753), + [anon_sym_typedef] = ACTIONS(1751), + [anon_sym_extern] = ACTIONS(1751), + [anon_sym___attribute__] = ACTIONS(1751), + [anon_sym_COLON_COLON] = ACTIONS(1753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), + [anon_sym___declspec] = ACTIONS(1751), + [anon_sym___based] = ACTIONS(1751), + [anon_sym___cdecl] = ACTIONS(1751), + [anon_sym___clrcall] = ACTIONS(1751), + [anon_sym___stdcall] = ACTIONS(1751), + [anon_sym___fastcall] = ACTIONS(1751), + [anon_sym___thiscall] = ACTIONS(1751), + [anon_sym___vectorcall] = ACTIONS(1751), + [anon_sym_LBRACE] = ACTIONS(1753), + [anon_sym_LBRACK] = ACTIONS(1751), + [anon_sym_static] = ACTIONS(1751), + [anon_sym_register] = ACTIONS(1751), + [anon_sym_inline] = ACTIONS(1751), + [anon_sym_thread_local] = ACTIONS(1751), + [anon_sym_const] = ACTIONS(1751), + [anon_sym_volatile] = ACTIONS(1751), + [anon_sym_restrict] = ACTIONS(1751), + [anon_sym__Atomic] = ACTIONS(1751), + [anon_sym_mutable] = ACTIONS(1751), + [anon_sym_constexpr] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1751), + [anon_sym_unsigned] = ACTIONS(1751), + [anon_sym_long] = ACTIONS(1751), + [anon_sym_short] = ACTIONS(1751), + [sym_primitive_type] = ACTIONS(1751), + [anon_sym_enum] = ACTIONS(1751), + [anon_sym_class] = ACTIONS(1751), + [anon_sym_struct] = ACTIONS(1751), + [anon_sym_union] = ACTIONS(1751), + [anon_sym_if] = ACTIONS(1751), + [anon_sym_switch] = ACTIONS(1751), + [anon_sym_case] = ACTIONS(1751), + [anon_sym_default] = ACTIONS(1751), + [anon_sym_while] = ACTIONS(1751), + [anon_sym_do] = ACTIONS(1751), + [anon_sym_for] = ACTIONS(1751), + [anon_sym_return] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1751), + [anon_sym_continue] = ACTIONS(1751), + [anon_sym_goto] = ACTIONS(1751), + [anon_sym_DASH_DASH] = ACTIONS(1753), + [anon_sym_PLUS_PLUS] = ACTIONS(1753), + [anon_sym_sizeof] = ACTIONS(1751), + [sym_number_literal] = ACTIONS(1753), + [anon_sym_L_SQUOTE] = ACTIONS(1753), + [anon_sym_u_SQUOTE] = ACTIONS(1753), + [anon_sym_U_SQUOTE] = ACTIONS(1753), + [anon_sym_u8_SQUOTE] = ACTIONS(1753), + [anon_sym_SQUOTE] = ACTIONS(1753), + [anon_sym_L_DQUOTE] = ACTIONS(1753), + [anon_sym_u_DQUOTE] = ACTIONS(1753), + [anon_sym_U_DQUOTE] = ACTIONS(1753), + [anon_sym_u8_DQUOTE] = ACTIONS(1753), + [anon_sym_DQUOTE] = ACTIONS(1753), + [sym_true] = ACTIONS(1751), + [sym_false] = ACTIONS(1751), + [sym_null] = ACTIONS(1751), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1751), + [anon_sym_virtual] = ACTIONS(1751), + [anon_sym_explicit] = ACTIONS(1751), + [sym_auto] = ACTIONS(1751), + [anon_sym_typename] = ACTIONS(1751), + [anon_sym_template] = ACTIONS(1751), + [anon_sym_operator] = ACTIONS(1751), + [anon_sym_delete] = ACTIONS(1751), + [anon_sym_throw] = ACTIONS(1751), + [anon_sym_namespace] = ACTIONS(1751), + [anon_sym_using] = ACTIONS(1751), + [anon_sym_static_assert] = ACTIONS(1751), + [anon_sym_co_return] = ACTIONS(1751), + [anon_sym_co_yield] = ACTIONS(1751), + [anon_sym_try] = ACTIONS(1751), + [anon_sym_co_await] = ACTIONS(1751), + [anon_sym_new] = ACTIONS(1751), + [sym_this] = ACTIONS(1751), + [sym_nullptr] = ACTIONS(1751), + [sym_alone_macro] = ACTIONS(1753), + [aux_sym_alone_macro_call_token1] = ACTIONS(1751), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_FORWARD] = ACTIONS(1751), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_PS_GET] = ACTIONS(1751), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), + [anon_sym_MOZ_COLD] = ACTIONS(1751), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_RAII] = ACTIONS(1751), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), + [sym_raw_string_literal] = ACTIONS(1753), + }, + [209] = { + [sym_identifier] = ACTIONS(1755), + [aux_sym_preproc_include_token1] = ACTIONS(1755), + [aux_sym_preproc_def_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token2] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [aux_sym_preproc_else_token1] = ACTIONS(1755), + [aux_sym_preproc_elif_token1] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1755), + [anon_sym_LPAREN2] = ACTIONS(1757), + [anon_sym_BANG] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1755), + [anon_sym_PLUS] = ACTIONS(1755), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_AMP_AMP] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1755), + [anon_sym_SEMI] = ACTIONS(1757), + [anon_sym_typedef] = ACTIONS(1755), + [anon_sym_extern] = ACTIONS(1755), + [anon_sym___attribute__] = ACTIONS(1755), + [anon_sym_COLON_COLON] = ACTIONS(1757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), + [anon_sym___declspec] = ACTIONS(1755), + [anon_sym___based] = ACTIONS(1755), + [anon_sym___cdecl] = ACTIONS(1755), + [anon_sym___clrcall] = ACTIONS(1755), + [anon_sym___stdcall] = ACTIONS(1755), + [anon_sym___fastcall] = ACTIONS(1755), + [anon_sym___thiscall] = ACTIONS(1755), + [anon_sym___vectorcall] = ACTIONS(1755), + [anon_sym_LBRACE] = ACTIONS(1757), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_static] = ACTIONS(1755), + [anon_sym_register] = ACTIONS(1755), + [anon_sym_inline] = ACTIONS(1755), + [anon_sym_thread_local] = ACTIONS(1755), + [anon_sym_const] = ACTIONS(1755), + [anon_sym_volatile] = ACTIONS(1755), + [anon_sym_restrict] = ACTIONS(1755), + [anon_sym__Atomic] = ACTIONS(1755), + [anon_sym_mutable] = ACTIONS(1755), + [anon_sym_constexpr] = ACTIONS(1755), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), + [sym_primitive_type] = ACTIONS(1755), + [anon_sym_enum] = ACTIONS(1755), + [anon_sym_class] = ACTIONS(1755), + [anon_sym_struct] = ACTIONS(1755), + [anon_sym_union] = ACTIONS(1755), + [anon_sym_if] = ACTIONS(1755), + [anon_sym_switch] = ACTIONS(1755), + [anon_sym_case] = ACTIONS(1755), + [anon_sym_default] = ACTIONS(1755), + [anon_sym_while] = ACTIONS(1755), + [anon_sym_do] = ACTIONS(1755), + [anon_sym_for] = ACTIONS(1755), + [anon_sym_return] = ACTIONS(1755), + [anon_sym_break] = ACTIONS(1755), + [anon_sym_continue] = ACTIONS(1755), + [anon_sym_goto] = ACTIONS(1755), + [anon_sym_DASH_DASH] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_sizeof] = ACTIONS(1755), + [sym_number_literal] = ACTIONS(1757), + [anon_sym_L_SQUOTE] = ACTIONS(1757), + [anon_sym_u_SQUOTE] = ACTIONS(1757), + [anon_sym_U_SQUOTE] = ACTIONS(1757), + [anon_sym_u8_SQUOTE] = ACTIONS(1757), + [anon_sym_SQUOTE] = ACTIONS(1757), + [anon_sym_L_DQUOTE] = ACTIONS(1757), + [anon_sym_u_DQUOTE] = ACTIONS(1757), + [anon_sym_U_DQUOTE] = ACTIONS(1757), + [anon_sym_u8_DQUOTE] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym_true] = ACTIONS(1755), + [sym_false] = ACTIONS(1755), + [sym_null] = ACTIONS(1755), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1895), - [anon_sym_virtual] = ACTIONS(1895), - [anon_sym_explicit] = ACTIONS(1895), - [sym_auto] = ACTIONS(1895), - [anon_sym_typename] = ACTIONS(1895), - [anon_sym_template] = ACTIONS(1895), - [anon_sym_operator] = ACTIONS(1895), - [anon_sym_delete] = ACTIONS(1895), - [anon_sym_throw] = ACTIONS(1895), - [anon_sym_namespace] = ACTIONS(1895), - [anon_sym_using] = ACTIONS(1895), - [anon_sym_static_assert] = ACTIONS(1895), - [anon_sym_co_return] = ACTIONS(1895), - [anon_sym_co_yield] = ACTIONS(1895), - [anon_sym_try] = ACTIONS(1895), - [anon_sym_co_await] = ACTIONS(1895), - [anon_sym_new] = ACTIONS(1895), - [sym_this] = ACTIONS(1895), - [sym_nullptr] = ACTIONS(1895), - [sym_alone_macro] = ACTIONS(1897), - [aux_sym_alone_macro_call_token1] = ACTIONS(1895), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_FORWARD] = ACTIONS(1895), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1895), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_PS_GET] = ACTIONS(1895), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1895), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1895), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), - [anon_sym_MOZ_COLD] = ACTIONS(1895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_RAII] = ACTIONS(1895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), - [sym_raw_string_literal] = ACTIONS(1897), + [anon_sym_decltype] = ACTIONS(1755), + [anon_sym_virtual] = ACTIONS(1755), + [anon_sym_explicit] = ACTIONS(1755), + [sym_auto] = ACTIONS(1755), + [anon_sym_typename] = ACTIONS(1755), + [anon_sym_template] = ACTIONS(1755), + [anon_sym_operator] = ACTIONS(1755), + [anon_sym_delete] = ACTIONS(1755), + [anon_sym_throw] = ACTIONS(1755), + [anon_sym_namespace] = ACTIONS(1755), + [anon_sym_using] = ACTIONS(1755), + [anon_sym_static_assert] = ACTIONS(1755), + [anon_sym_co_return] = ACTIONS(1755), + [anon_sym_co_yield] = ACTIONS(1755), + [anon_sym_try] = ACTIONS(1755), + [anon_sym_co_await] = ACTIONS(1755), + [anon_sym_new] = ACTIONS(1755), + [sym_this] = ACTIONS(1755), + [sym_nullptr] = ACTIONS(1755), + [sym_alone_macro] = ACTIONS(1757), + [aux_sym_alone_macro_call_token1] = ACTIONS(1755), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_FORWARD] = ACTIONS(1755), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_PS_GET] = ACTIONS(1755), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), + [anon_sym_MOZ_COLD] = ACTIONS(1755), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_RAII] = ACTIONS(1755), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), + [sym_raw_string_literal] = ACTIONS(1757), }, - [250] = { - [sym_identifier] = ACTIONS(1899), - [aux_sym_preproc_include_token1] = ACTIONS(1899), - [aux_sym_preproc_def_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token2] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), - [aux_sym_preproc_else_token1] = ACTIONS(1899), - [aux_sym_preproc_elif_token1] = ACTIONS(1899), - [sym_preproc_directive] = ACTIONS(1899), - [anon_sym_LPAREN2] = ACTIONS(1901), - [anon_sym_BANG] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_DASH] = ACTIONS(1899), - [anon_sym_PLUS] = ACTIONS(1899), - [anon_sym_STAR] = ACTIONS(1901), - [anon_sym_AMP_AMP] = ACTIONS(1901), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_SEMI] = ACTIONS(1901), - [anon_sym_typedef] = ACTIONS(1899), - [anon_sym_extern] = ACTIONS(1899), - [anon_sym___attribute__] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1901), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), - [anon_sym___declspec] = ACTIONS(1899), - [anon_sym___based] = ACTIONS(1899), - [anon_sym___cdecl] = ACTIONS(1899), - [anon_sym___clrcall] = ACTIONS(1899), - [anon_sym___stdcall] = ACTIONS(1899), - [anon_sym___fastcall] = ACTIONS(1899), - [anon_sym___thiscall] = ACTIONS(1899), - [anon_sym___vectorcall] = ACTIONS(1899), - [anon_sym_LBRACE] = ACTIONS(1901), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_static] = ACTIONS(1899), - [anon_sym_register] = ACTIONS(1899), - [anon_sym_inline] = ACTIONS(1899), - [anon_sym_thread_local] = ACTIONS(1899), - [anon_sym_const] = ACTIONS(1899), - [anon_sym_volatile] = ACTIONS(1899), - [anon_sym_restrict] = ACTIONS(1899), - [anon_sym__Atomic] = ACTIONS(1899), - [anon_sym_mutable] = ACTIONS(1899), - [anon_sym_constexpr] = ACTIONS(1899), - [anon_sym_signed] = ACTIONS(1899), - [anon_sym_unsigned] = ACTIONS(1899), - [anon_sym_long] = ACTIONS(1899), - [anon_sym_short] = ACTIONS(1899), - [sym_primitive_type] = ACTIONS(1899), - [anon_sym_enum] = ACTIONS(1899), - [anon_sym_class] = ACTIONS(1899), - [anon_sym_struct] = ACTIONS(1899), - [anon_sym_union] = ACTIONS(1899), - [anon_sym_if] = ACTIONS(1899), - [anon_sym_switch] = ACTIONS(1899), - [anon_sym_case] = ACTIONS(1899), - [anon_sym_default] = ACTIONS(1899), - [anon_sym_while] = ACTIONS(1899), - [anon_sym_do] = ACTIONS(1899), - [anon_sym_for] = ACTIONS(1899), - [anon_sym_return] = ACTIONS(1899), - [anon_sym_break] = ACTIONS(1899), - [anon_sym_continue] = ACTIONS(1899), - [anon_sym_goto] = ACTIONS(1899), - [anon_sym_DASH_DASH] = ACTIONS(1901), - [anon_sym_PLUS_PLUS] = ACTIONS(1901), - [anon_sym_sizeof] = ACTIONS(1899), - [sym_number_literal] = ACTIONS(1901), - [anon_sym_L_SQUOTE] = ACTIONS(1901), - [anon_sym_u_SQUOTE] = ACTIONS(1901), - [anon_sym_U_SQUOTE] = ACTIONS(1901), - [anon_sym_u8_SQUOTE] = ACTIONS(1901), - [anon_sym_SQUOTE] = ACTIONS(1901), - [anon_sym_L_DQUOTE] = ACTIONS(1901), - [anon_sym_u_DQUOTE] = ACTIONS(1901), - [anon_sym_U_DQUOTE] = ACTIONS(1901), - [anon_sym_u8_DQUOTE] = ACTIONS(1901), - [anon_sym_DQUOTE] = ACTIONS(1901), - [sym_true] = ACTIONS(1899), - [sym_false] = ACTIONS(1899), - [sym_null] = ACTIONS(1899), + [210] = { + [sym_identifier] = ACTIONS(1759), + [aux_sym_preproc_include_token1] = ACTIONS(1759), + [aux_sym_preproc_def_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token2] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), + [aux_sym_preproc_else_token1] = ACTIONS(1759), + [aux_sym_preproc_elif_token1] = ACTIONS(1759), + [sym_preproc_directive] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1761), + [anon_sym_BANG] = ACTIONS(1761), + [anon_sym_TILDE] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1759), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_AMP_AMP] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1761), + [anon_sym_typedef] = ACTIONS(1759), + [anon_sym_extern] = ACTIONS(1759), + [anon_sym___attribute__] = ACTIONS(1759), + [anon_sym_COLON_COLON] = ACTIONS(1761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), + [anon_sym___declspec] = ACTIONS(1759), + [anon_sym___based] = ACTIONS(1759), + [anon_sym___cdecl] = ACTIONS(1759), + [anon_sym___clrcall] = ACTIONS(1759), + [anon_sym___stdcall] = ACTIONS(1759), + [anon_sym___fastcall] = ACTIONS(1759), + [anon_sym___thiscall] = ACTIONS(1759), + [anon_sym___vectorcall] = ACTIONS(1759), + [anon_sym_LBRACE] = ACTIONS(1761), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_static] = ACTIONS(1759), + [anon_sym_register] = ACTIONS(1759), + [anon_sym_inline] = ACTIONS(1759), + [anon_sym_thread_local] = ACTIONS(1759), + [anon_sym_const] = ACTIONS(1759), + [anon_sym_volatile] = ACTIONS(1759), + [anon_sym_restrict] = ACTIONS(1759), + [anon_sym__Atomic] = ACTIONS(1759), + [anon_sym_mutable] = ACTIONS(1759), + [anon_sym_constexpr] = ACTIONS(1759), + [anon_sym_signed] = ACTIONS(1759), + [anon_sym_unsigned] = ACTIONS(1759), + [anon_sym_long] = ACTIONS(1759), + [anon_sym_short] = ACTIONS(1759), + [sym_primitive_type] = ACTIONS(1759), + [anon_sym_enum] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1759), + [anon_sym_struct] = ACTIONS(1759), + [anon_sym_union] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1759), + [anon_sym_switch] = ACTIONS(1759), + [anon_sym_case] = ACTIONS(1759), + [anon_sym_default] = ACTIONS(1759), + [anon_sym_while] = ACTIONS(1759), + [anon_sym_do] = ACTIONS(1759), + [anon_sym_for] = ACTIONS(1759), + [anon_sym_return] = ACTIONS(1759), + [anon_sym_break] = ACTIONS(1759), + [anon_sym_continue] = ACTIONS(1759), + [anon_sym_goto] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1761), + [anon_sym_sizeof] = ACTIONS(1759), + [sym_number_literal] = ACTIONS(1761), + [anon_sym_L_SQUOTE] = ACTIONS(1761), + [anon_sym_u_SQUOTE] = ACTIONS(1761), + [anon_sym_U_SQUOTE] = ACTIONS(1761), + [anon_sym_u8_SQUOTE] = ACTIONS(1761), + [anon_sym_SQUOTE] = ACTIONS(1761), + [anon_sym_L_DQUOTE] = ACTIONS(1761), + [anon_sym_u_DQUOTE] = ACTIONS(1761), + [anon_sym_U_DQUOTE] = ACTIONS(1761), + [anon_sym_u8_DQUOTE] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [sym_true] = ACTIONS(1759), + [sym_false] = ACTIONS(1759), + [sym_null] = ACTIONS(1759), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1899), - [anon_sym_virtual] = ACTIONS(1899), - [anon_sym_explicit] = ACTIONS(1899), - [sym_auto] = ACTIONS(1899), - [anon_sym_typename] = ACTIONS(1899), - [anon_sym_template] = ACTIONS(1899), - [anon_sym_operator] = ACTIONS(1899), - [anon_sym_delete] = ACTIONS(1899), - [anon_sym_throw] = ACTIONS(1899), - [anon_sym_namespace] = ACTIONS(1899), - [anon_sym_using] = ACTIONS(1899), - [anon_sym_static_assert] = ACTIONS(1899), - [anon_sym_co_return] = ACTIONS(1899), - [anon_sym_co_yield] = ACTIONS(1899), - [anon_sym_try] = ACTIONS(1899), - [anon_sym_co_await] = ACTIONS(1899), - [anon_sym_new] = ACTIONS(1899), - [sym_this] = ACTIONS(1899), - [sym_nullptr] = ACTIONS(1899), - [sym_alone_macro] = ACTIONS(1901), - [aux_sym_alone_macro_call_token1] = ACTIONS(1899), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_FORWARD] = ACTIONS(1899), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_PS_GET] = ACTIONS(1899), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), - [anon_sym_MOZ_COLD] = ACTIONS(1899), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_RAII] = ACTIONS(1899), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), - [sym_raw_string_literal] = ACTIONS(1901), + [anon_sym_decltype] = ACTIONS(1759), + [anon_sym_virtual] = ACTIONS(1759), + [anon_sym_explicit] = ACTIONS(1759), + [sym_auto] = ACTIONS(1759), + [anon_sym_typename] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1759), + [anon_sym_operator] = ACTIONS(1759), + [anon_sym_delete] = ACTIONS(1759), + [anon_sym_throw] = ACTIONS(1759), + [anon_sym_namespace] = ACTIONS(1759), + [anon_sym_using] = ACTIONS(1759), + [anon_sym_static_assert] = ACTIONS(1759), + [anon_sym_co_return] = ACTIONS(1759), + [anon_sym_co_yield] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1759), + [anon_sym_co_await] = ACTIONS(1759), + [anon_sym_new] = ACTIONS(1759), + [sym_this] = ACTIONS(1759), + [sym_nullptr] = ACTIONS(1759), + [sym_alone_macro] = ACTIONS(1761), + [aux_sym_alone_macro_call_token1] = ACTIONS(1759), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_FORWARD] = ACTIONS(1759), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_PS_GET] = ACTIONS(1759), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), + [anon_sym_MOZ_COLD] = ACTIONS(1759), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_RAII] = ACTIONS(1759), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), + [sym_raw_string_literal] = ACTIONS(1761), }, - [251] = { - [sym_identifier] = ACTIONS(1903), - [aux_sym_preproc_include_token1] = ACTIONS(1903), - [aux_sym_preproc_def_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token2] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), - [aux_sym_preproc_else_token1] = ACTIONS(1903), - [aux_sym_preproc_elif_token1] = ACTIONS(1903), - [sym_preproc_directive] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_BANG] = ACTIONS(1905), - [anon_sym_TILDE] = ACTIONS(1905), - [anon_sym_DASH] = ACTIONS(1903), - [anon_sym_PLUS] = ACTIONS(1903), - [anon_sym_STAR] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_SEMI] = ACTIONS(1905), - [anon_sym_typedef] = ACTIONS(1903), - [anon_sym_extern] = ACTIONS(1903), - [anon_sym___attribute__] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1905), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), - [anon_sym___declspec] = ACTIONS(1903), - [anon_sym___based] = ACTIONS(1903), - [anon_sym___cdecl] = ACTIONS(1903), - [anon_sym___clrcall] = ACTIONS(1903), - [anon_sym___stdcall] = ACTIONS(1903), - [anon_sym___fastcall] = ACTIONS(1903), - [anon_sym___thiscall] = ACTIONS(1903), - [anon_sym___vectorcall] = ACTIONS(1903), - [anon_sym_LBRACE] = ACTIONS(1905), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_static] = ACTIONS(1903), - [anon_sym_register] = ACTIONS(1903), - [anon_sym_inline] = ACTIONS(1903), - [anon_sym_thread_local] = ACTIONS(1903), - [anon_sym_const] = ACTIONS(1903), - [anon_sym_volatile] = ACTIONS(1903), - [anon_sym_restrict] = ACTIONS(1903), - [anon_sym__Atomic] = ACTIONS(1903), - [anon_sym_mutable] = ACTIONS(1903), - [anon_sym_constexpr] = ACTIONS(1903), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [sym_primitive_type] = ACTIONS(1903), - [anon_sym_enum] = ACTIONS(1903), - [anon_sym_class] = ACTIONS(1903), - [anon_sym_struct] = ACTIONS(1903), - [anon_sym_union] = ACTIONS(1903), - [anon_sym_if] = ACTIONS(1903), - [anon_sym_switch] = ACTIONS(1903), - [anon_sym_case] = ACTIONS(1903), - [anon_sym_default] = ACTIONS(1903), - [anon_sym_while] = ACTIONS(1903), - [anon_sym_do] = ACTIONS(1903), - [anon_sym_for] = ACTIONS(1903), - [anon_sym_return] = ACTIONS(1903), - [anon_sym_break] = ACTIONS(1903), - [anon_sym_continue] = ACTIONS(1903), - [anon_sym_goto] = ACTIONS(1903), - [anon_sym_DASH_DASH] = ACTIONS(1905), - [anon_sym_PLUS_PLUS] = ACTIONS(1905), - [anon_sym_sizeof] = ACTIONS(1903), - [sym_number_literal] = ACTIONS(1905), - [anon_sym_L_SQUOTE] = ACTIONS(1905), - [anon_sym_u_SQUOTE] = ACTIONS(1905), - [anon_sym_U_SQUOTE] = ACTIONS(1905), - [anon_sym_u8_SQUOTE] = ACTIONS(1905), - [anon_sym_SQUOTE] = ACTIONS(1905), - [anon_sym_L_DQUOTE] = ACTIONS(1905), - [anon_sym_u_DQUOTE] = ACTIONS(1905), - [anon_sym_U_DQUOTE] = ACTIONS(1905), - [anon_sym_u8_DQUOTE] = ACTIONS(1905), - [anon_sym_DQUOTE] = ACTIONS(1905), - [sym_true] = ACTIONS(1903), - [sym_false] = ACTIONS(1903), - [sym_null] = ACTIONS(1903), + [211] = { + [sym_identifier] = ACTIONS(1763), + [aux_sym_preproc_include_token1] = ACTIONS(1763), + [aux_sym_preproc_def_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token2] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), + [aux_sym_preproc_else_token1] = ACTIONS(1763), + [aux_sym_preproc_elif_token1] = ACTIONS(1763), + [sym_preproc_directive] = ACTIONS(1763), + [anon_sym_LPAREN2] = ACTIONS(1765), + [anon_sym_BANG] = ACTIONS(1765), + [anon_sym_TILDE] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1763), + [anon_sym_PLUS] = ACTIONS(1763), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_AMP_AMP] = ACTIONS(1765), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_SEMI] = ACTIONS(1765), + [anon_sym_typedef] = ACTIONS(1763), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym_COLON_COLON] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym___based] = ACTIONS(1763), + [anon_sym___cdecl] = ACTIONS(1763), + [anon_sym___clrcall] = ACTIONS(1763), + [anon_sym___stdcall] = ACTIONS(1763), + [anon_sym___fastcall] = ACTIONS(1763), + [anon_sym___thiscall] = ACTIONS(1763), + [anon_sym___vectorcall] = ACTIONS(1763), + [anon_sym_LBRACE] = ACTIONS(1765), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym_mutable] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1763), + [anon_sym_switch] = ACTIONS(1763), + [anon_sym_case] = ACTIONS(1763), + [anon_sym_default] = ACTIONS(1763), + [anon_sym_while] = ACTIONS(1763), + [anon_sym_do] = ACTIONS(1763), + [anon_sym_for] = ACTIONS(1763), + [anon_sym_return] = ACTIONS(1763), + [anon_sym_break] = ACTIONS(1763), + [anon_sym_continue] = ACTIONS(1763), + [anon_sym_goto] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1765), + [anon_sym_sizeof] = ACTIONS(1763), + [sym_number_literal] = ACTIONS(1765), + [anon_sym_L_SQUOTE] = ACTIONS(1765), + [anon_sym_u_SQUOTE] = ACTIONS(1765), + [anon_sym_U_SQUOTE] = ACTIONS(1765), + [anon_sym_u8_SQUOTE] = ACTIONS(1765), + [anon_sym_SQUOTE] = ACTIONS(1765), + [anon_sym_L_DQUOTE] = ACTIONS(1765), + [anon_sym_u_DQUOTE] = ACTIONS(1765), + [anon_sym_U_DQUOTE] = ACTIONS(1765), + [anon_sym_u8_DQUOTE] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym_true] = ACTIONS(1763), + [sym_false] = ACTIONS(1763), + [sym_null] = ACTIONS(1763), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1903), - [anon_sym_virtual] = ACTIONS(1903), - [anon_sym_explicit] = ACTIONS(1903), - [sym_auto] = ACTIONS(1903), - [anon_sym_typename] = ACTIONS(1903), - [anon_sym_template] = ACTIONS(1903), - [anon_sym_operator] = ACTIONS(1903), - [anon_sym_delete] = ACTIONS(1903), - [anon_sym_throw] = ACTIONS(1903), - [anon_sym_namespace] = ACTIONS(1903), - [anon_sym_using] = ACTIONS(1903), - [anon_sym_static_assert] = ACTIONS(1903), - [anon_sym_co_return] = ACTIONS(1903), - [anon_sym_co_yield] = ACTIONS(1903), - [anon_sym_try] = ACTIONS(1903), - [anon_sym_co_await] = ACTIONS(1903), - [anon_sym_new] = ACTIONS(1903), - [sym_this] = ACTIONS(1903), - [sym_nullptr] = ACTIONS(1903), - [sym_alone_macro] = ACTIONS(1905), - [aux_sym_alone_macro_call_token1] = ACTIONS(1903), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_FORWARD] = ACTIONS(1903), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_PS_GET] = ACTIONS(1903), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), - [anon_sym_MOZ_COLD] = ACTIONS(1903), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_RAII] = ACTIONS(1903), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), - [sym_raw_string_literal] = ACTIONS(1905), + [anon_sym_decltype] = ACTIONS(1763), + [anon_sym_virtual] = ACTIONS(1763), + [anon_sym_explicit] = ACTIONS(1763), + [sym_auto] = ACTIONS(1763), + [anon_sym_typename] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1763), + [anon_sym_operator] = ACTIONS(1763), + [anon_sym_delete] = ACTIONS(1763), + [anon_sym_throw] = ACTIONS(1763), + [anon_sym_namespace] = ACTIONS(1763), + [anon_sym_using] = ACTIONS(1763), + [anon_sym_static_assert] = ACTIONS(1763), + [anon_sym_co_return] = ACTIONS(1763), + [anon_sym_co_yield] = ACTIONS(1763), + [anon_sym_try] = ACTIONS(1763), + [anon_sym_co_await] = ACTIONS(1763), + [anon_sym_new] = ACTIONS(1763), + [sym_this] = ACTIONS(1763), + [sym_nullptr] = ACTIONS(1763), + [sym_alone_macro] = ACTIONS(1765), + [aux_sym_alone_macro_call_token1] = ACTIONS(1763), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_FORWARD] = ACTIONS(1763), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_PS_GET] = ACTIONS(1763), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), + [anon_sym_MOZ_COLD] = ACTIONS(1763), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_RAII] = ACTIONS(1763), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), + [sym_raw_string_literal] = ACTIONS(1765), }, - [252] = { - [sym_identifier] = ACTIONS(1907), - [aux_sym_preproc_include_token1] = ACTIONS(1907), - [aux_sym_preproc_def_token1] = ACTIONS(1907), - [aux_sym_preproc_if_token1] = ACTIONS(1907), - [aux_sym_preproc_if_token2] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1907), - [aux_sym_preproc_else_token1] = ACTIONS(1907), - [aux_sym_preproc_elif_token1] = ACTIONS(1907), - [sym_preproc_directive] = ACTIONS(1907), - [anon_sym_LPAREN2] = ACTIONS(1909), - [anon_sym_BANG] = ACTIONS(1909), - [anon_sym_TILDE] = ACTIONS(1909), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_STAR] = ACTIONS(1909), - [anon_sym_AMP_AMP] = ACTIONS(1909), - [anon_sym_AMP] = ACTIONS(1907), - [anon_sym_SEMI] = ACTIONS(1909), - [anon_sym_typedef] = ACTIONS(1907), - [anon_sym_extern] = ACTIONS(1907), - [anon_sym___attribute__] = ACTIONS(1907), - [anon_sym_COLON_COLON] = ACTIONS(1909), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1909), - [anon_sym___declspec] = ACTIONS(1907), - [anon_sym___based] = ACTIONS(1907), - [anon_sym___cdecl] = ACTIONS(1907), - [anon_sym___clrcall] = ACTIONS(1907), - [anon_sym___stdcall] = ACTIONS(1907), - [anon_sym___fastcall] = ACTIONS(1907), - [anon_sym___thiscall] = ACTIONS(1907), - [anon_sym___vectorcall] = ACTIONS(1907), - [anon_sym_LBRACE] = ACTIONS(1909), - [anon_sym_LBRACK] = ACTIONS(1907), - [anon_sym_static] = ACTIONS(1907), - [anon_sym_register] = ACTIONS(1907), - [anon_sym_inline] = ACTIONS(1907), - [anon_sym_thread_local] = ACTIONS(1907), - [anon_sym_const] = ACTIONS(1907), - [anon_sym_volatile] = ACTIONS(1907), - [anon_sym_restrict] = ACTIONS(1907), - [anon_sym__Atomic] = ACTIONS(1907), - [anon_sym_mutable] = ACTIONS(1907), - [anon_sym_constexpr] = ACTIONS(1907), - [anon_sym_signed] = ACTIONS(1907), - [anon_sym_unsigned] = ACTIONS(1907), - [anon_sym_long] = ACTIONS(1907), - [anon_sym_short] = ACTIONS(1907), - [sym_primitive_type] = ACTIONS(1907), - [anon_sym_enum] = ACTIONS(1907), - [anon_sym_class] = ACTIONS(1907), - [anon_sym_struct] = ACTIONS(1907), - [anon_sym_union] = ACTIONS(1907), - [anon_sym_if] = ACTIONS(1907), - [anon_sym_switch] = ACTIONS(1907), - [anon_sym_case] = ACTIONS(1907), - [anon_sym_default] = ACTIONS(1907), - [anon_sym_while] = ACTIONS(1907), - [anon_sym_do] = ACTIONS(1907), - [anon_sym_for] = ACTIONS(1907), - [anon_sym_return] = ACTIONS(1907), - [anon_sym_break] = ACTIONS(1907), - [anon_sym_continue] = ACTIONS(1907), - [anon_sym_goto] = ACTIONS(1907), - [anon_sym_DASH_DASH] = ACTIONS(1909), - [anon_sym_PLUS_PLUS] = ACTIONS(1909), - [anon_sym_sizeof] = ACTIONS(1907), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1909), - [anon_sym_u_SQUOTE] = ACTIONS(1909), - [anon_sym_U_SQUOTE] = ACTIONS(1909), - [anon_sym_u8_SQUOTE] = ACTIONS(1909), - [anon_sym_SQUOTE] = ACTIONS(1909), - [anon_sym_L_DQUOTE] = ACTIONS(1909), - [anon_sym_u_DQUOTE] = ACTIONS(1909), - [anon_sym_U_DQUOTE] = ACTIONS(1909), - [anon_sym_u8_DQUOTE] = ACTIONS(1909), - [anon_sym_DQUOTE] = ACTIONS(1909), - [sym_true] = ACTIONS(1907), - [sym_false] = ACTIONS(1907), - [sym_null] = ACTIONS(1907), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1907), - [anon_sym_virtual] = ACTIONS(1907), - [anon_sym_explicit] = ACTIONS(1907), - [sym_auto] = ACTIONS(1907), - [anon_sym_typename] = ACTIONS(1907), - [anon_sym_template] = ACTIONS(1907), - [anon_sym_operator] = ACTIONS(1907), - [anon_sym_delete] = ACTIONS(1907), - [anon_sym_throw] = ACTIONS(1907), - [anon_sym_namespace] = ACTIONS(1907), - [anon_sym_using] = ACTIONS(1907), - [anon_sym_static_assert] = ACTIONS(1907), - [anon_sym_co_return] = ACTIONS(1907), - [anon_sym_co_yield] = ACTIONS(1907), - [anon_sym_try] = ACTIONS(1907), - [anon_sym_co_await] = ACTIONS(1907), - [anon_sym_new] = ACTIONS(1907), - [sym_this] = ACTIONS(1907), - [sym_nullptr] = ACTIONS(1907), - [sym_alone_macro] = ACTIONS(1909), - [aux_sym_alone_macro_call_token1] = ACTIONS(1907), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_FORWARD] = ACTIONS(1907), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1907), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_PS_GET] = ACTIONS(1907), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1907), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1907), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1907), - [anon_sym_MOZ_COLD] = ACTIONS(1907), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1907), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1907), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1907), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1907), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1907), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1907), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1907), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1907), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1907), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1907), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1907), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1907), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_RAII] = ACTIONS(1907), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1907), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1907), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1907), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1907), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1907), - [sym_raw_string_literal] = ACTIONS(1909), + [212] = { + [sym_identifier] = ACTIONS(1767), + [aux_sym_preproc_include_token1] = ACTIONS(1767), + [aux_sym_preproc_def_token1] = ACTIONS(1767), + [aux_sym_preproc_if_token1] = ACTIONS(1767), + [aux_sym_preproc_if_token2] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), + [aux_sym_preproc_else_token1] = ACTIONS(1767), + [aux_sym_preproc_elif_token1] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1767), + [anon_sym_LPAREN2] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_AMP_AMP] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym___attribute__] = ACTIONS(1767), + [anon_sym_COLON_COLON] = ACTIONS(1769), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), + [anon_sym___declspec] = ACTIONS(1767), + [anon_sym___based] = ACTIONS(1767), + [anon_sym___cdecl] = ACTIONS(1767), + [anon_sym___clrcall] = ACTIONS(1767), + [anon_sym___stdcall] = ACTIONS(1767), + [anon_sym___fastcall] = ACTIONS(1767), + [anon_sym___thiscall] = ACTIONS(1767), + [anon_sym___vectorcall] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_inline] = ACTIONS(1767), + [anon_sym_thread_local] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym__Atomic] = ACTIONS(1767), + [anon_sym_mutable] = ACTIONS(1767), + [anon_sym_constexpr] = ACTIONS(1767), + [anon_sym_signed] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [sym_primitive_type] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_class] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1769), + [anon_sym_L_SQUOTE] = ACTIONS(1769), + [anon_sym_u_SQUOTE] = ACTIONS(1769), + [anon_sym_U_SQUOTE] = ACTIONS(1769), + [anon_sym_u8_SQUOTE] = ACTIONS(1769), + [anon_sym_SQUOTE] = ACTIONS(1769), + [anon_sym_L_DQUOTE] = ACTIONS(1769), + [anon_sym_u_DQUOTE] = ACTIONS(1769), + [anon_sym_U_DQUOTE] = ACTIONS(1769), + [anon_sym_u8_DQUOTE] = ACTIONS(1769), + [anon_sym_DQUOTE] = ACTIONS(1769), + [sym_true] = ACTIONS(1767), + [sym_false] = ACTIONS(1767), + [sym_null] = ACTIONS(1767), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1767), + [anon_sym_virtual] = ACTIONS(1767), + [anon_sym_explicit] = ACTIONS(1767), + [sym_auto] = ACTIONS(1767), + [anon_sym_typename] = ACTIONS(1767), + [anon_sym_template] = ACTIONS(1767), + [anon_sym_operator] = ACTIONS(1767), + [anon_sym_delete] = ACTIONS(1767), + [anon_sym_throw] = ACTIONS(1767), + [anon_sym_namespace] = ACTIONS(1767), + [anon_sym_using] = ACTIONS(1767), + [anon_sym_static_assert] = ACTIONS(1767), + [anon_sym_co_return] = ACTIONS(1767), + [anon_sym_co_yield] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1767), + [anon_sym_co_await] = ACTIONS(1767), + [anon_sym_new] = ACTIONS(1767), + [sym_this] = ACTIONS(1767), + [sym_nullptr] = ACTIONS(1767), + [sym_alone_macro] = ACTIONS(1769), + [aux_sym_alone_macro_call_token1] = ACTIONS(1767), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_FORWARD] = ACTIONS(1767), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_PS_GET] = ACTIONS(1767), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), + [anon_sym_MOZ_COLD] = ACTIONS(1767), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_RAII] = ACTIONS(1767), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), + [sym_raw_string_literal] = ACTIONS(1769), }, - [253] = { - [ts_builtin_sym_end] = ACTIONS(1571), - [sym_identifier] = ACTIONS(1569), - [aux_sym_preproc_include_token1] = ACTIONS(1569), - [aux_sym_preproc_def_token1] = ACTIONS(1569), - [aux_sym_preproc_if_token1] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1571), - [anon_sym_BANG] = ACTIONS(1571), - [anon_sym_TILDE] = ACTIONS(1571), - [anon_sym_DASH] = ACTIONS(1569), - [anon_sym_PLUS] = ACTIONS(1569), - [anon_sym_STAR] = ACTIONS(1571), - [anon_sym_AMP_AMP] = ACTIONS(1571), - [anon_sym_AMP] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1571), - [anon_sym_typedef] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym___attribute__] = ACTIONS(1569), - [anon_sym_COLON_COLON] = ACTIONS(1571), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), - [anon_sym___declspec] = ACTIONS(1569), - [anon_sym___based] = ACTIONS(1569), - [anon_sym___cdecl] = ACTIONS(1569), - [anon_sym___clrcall] = ACTIONS(1569), - [anon_sym___stdcall] = ACTIONS(1569), - [anon_sym___fastcall] = ACTIONS(1569), - [anon_sym___thiscall] = ACTIONS(1569), - [anon_sym___vectorcall] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1571), - [anon_sym_LBRACK] = ACTIONS(1569), - [anon_sym_static] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_inline] = ACTIONS(1569), - [anon_sym_thread_local] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [anon_sym_volatile] = ACTIONS(1569), - [anon_sym_restrict] = ACTIONS(1569), - [anon_sym__Atomic] = ACTIONS(1569), - [anon_sym_mutable] = ACTIONS(1569), - [anon_sym_constexpr] = ACTIONS(1569), - [anon_sym_signed] = ACTIONS(1569), - [anon_sym_unsigned] = ACTIONS(1569), - [anon_sym_long] = ACTIONS(1569), - [anon_sym_short] = ACTIONS(1569), - [sym_primitive_type] = ACTIONS(1569), - [anon_sym_enum] = ACTIONS(1569), - [anon_sym_class] = ACTIONS(1569), - [anon_sym_struct] = ACTIONS(1569), - [anon_sym_union] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_switch] = ACTIONS(1569), - [anon_sym_case] = ACTIONS(1569), - [anon_sym_default] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_goto] = ACTIONS(1569), - [anon_sym_DASH_DASH] = ACTIONS(1571), - [anon_sym_PLUS_PLUS] = ACTIONS(1571), - [anon_sym_sizeof] = ACTIONS(1569), - [sym_number_literal] = ACTIONS(1571), - [anon_sym_L_SQUOTE] = ACTIONS(1571), - [anon_sym_u_SQUOTE] = ACTIONS(1571), - [anon_sym_U_SQUOTE] = ACTIONS(1571), - [anon_sym_u8_SQUOTE] = ACTIONS(1571), - [anon_sym_SQUOTE] = ACTIONS(1571), - [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(1569), - [sym_false] = ACTIONS(1569), - [sym_null] = ACTIONS(1569), + [213] = { + [sym_identifier] = ACTIONS(1771), + [aux_sym_preproc_include_token1] = ACTIONS(1771), + [aux_sym_preproc_def_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token2] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), + [aux_sym_preproc_else_token1] = ACTIONS(1771), + [aux_sym_preproc_elif_token1] = ACTIONS(1771), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_TILDE] = ACTIONS(1773), + [anon_sym_DASH] = ACTIONS(1771), + [anon_sym_PLUS] = ACTIONS(1771), + [anon_sym_STAR] = ACTIONS(1773), + [anon_sym_AMP_AMP] = ACTIONS(1773), + [anon_sym_AMP] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1773), + [anon_sym_typedef] = ACTIONS(1771), + [anon_sym_extern] = ACTIONS(1771), + [anon_sym___attribute__] = ACTIONS(1771), + [anon_sym_COLON_COLON] = ACTIONS(1773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), + [anon_sym___declspec] = ACTIONS(1771), + [anon_sym___based] = ACTIONS(1771), + [anon_sym___cdecl] = ACTIONS(1771), + [anon_sym___clrcall] = ACTIONS(1771), + [anon_sym___stdcall] = ACTIONS(1771), + [anon_sym___fastcall] = ACTIONS(1771), + [anon_sym___thiscall] = ACTIONS(1771), + [anon_sym___vectorcall] = ACTIONS(1771), + [anon_sym_LBRACE] = ACTIONS(1773), + [anon_sym_LBRACK] = ACTIONS(1771), + [anon_sym_static] = ACTIONS(1771), + [anon_sym_register] = ACTIONS(1771), + [anon_sym_inline] = ACTIONS(1771), + [anon_sym_thread_local] = ACTIONS(1771), + [anon_sym_const] = ACTIONS(1771), + [anon_sym_volatile] = ACTIONS(1771), + [anon_sym_restrict] = ACTIONS(1771), + [anon_sym__Atomic] = ACTIONS(1771), + [anon_sym_mutable] = ACTIONS(1771), + [anon_sym_constexpr] = ACTIONS(1771), + [anon_sym_signed] = ACTIONS(1771), + [anon_sym_unsigned] = ACTIONS(1771), + [anon_sym_long] = ACTIONS(1771), + [anon_sym_short] = ACTIONS(1771), + [sym_primitive_type] = ACTIONS(1771), + [anon_sym_enum] = ACTIONS(1771), + [anon_sym_class] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1771), + [anon_sym_union] = ACTIONS(1771), + [anon_sym_if] = ACTIONS(1771), + [anon_sym_switch] = ACTIONS(1771), + [anon_sym_case] = ACTIONS(1771), + [anon_sym_default] = ACTIONS(1771), + [anon_sym_while] = ACTIONS(1771), + [anon_sym_do] = ACTIONS(1771), + [anon_sym_for] = ACTIONS(1771), + [anon_sym_return] = ACTIONS(1771), + [anon_sym_break] = ACTIONS(1771), + [anon_sym_continue] = ACTIONS(1771), + [anon_sym_goto] = ACTIONS(1771), + [anon_sym_DASH_DASH] = ACTIONS(1773), + [anon_sym_PLUS_PLUS] = ACTIONS(1773), + [anon_sym_sizeof] = ACTIONS(1771), + [sym_number_literal] = ACTIONS(1773), + [anon_sym_L_SQUOTE] = ACTIONS(1773), + [anon_sym_u_SQUOTE] = ACTIONS(1773), + [anon_sym_U_SQUOTE] = ACTIONS(1773), + [anon_sym_u8_SQUOTE] = ACTIONS(1773), + [anon_sym_SQUOTE] = ACTIONS(1773), + [anon_sym_L_DQUOTE] = ACTIONS(1773), + [anon_sym_u_DQUOTE] = ACTIONS(1773), + [anon_sym_U_DQUOTE] = ACTIONS(1773), + [anon_sym_u8_DQUOTE] = ACTIONS(1773), + [anon_sym_DQUOTE] = ACTIONS(1773), + [sym_true] = ACTIONS(1771), + [sym_false] = ACTIONS(1771), + [sym_null] = ACTIONS(1771), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1569), - [anon_sym_virtual] = ACTIONS(1569), - [anon_sym_explicit] = ACTIONS(1569), - [sym_auto] = ACTIONS(1569), - [anon_sym_typename] = ACTIONS(1569), - [anon_sym_template] = ACTIONS(1569), - [anon_sym_operator] = ACTIONS(1569), - [anon_sym_delete] = ACTIONS(1569), - [anon_sym_throw] = ACTIONS(1569), - [anon_sym_namespace] = ACTIONS(1569), - [anon_sym_using] = ACTIONS(1569), - [anon_sym_static_assert] = ACTIONS(1569), - [anon_sym_co_return] = ACTIONS(1569), - [anon_sym_co_yield] = ACTIONS(1569), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_co_await] = ACTIONS(1569), - [anon_sym_new] = ACTIONS(1569), - [sym_this] = ACTIONS(1569), - [sym_nullptr] = ACTIONS(1569), - [sym_alone_macro] = ACTIONS(1571), - [aux_sym_alone_macro_call_token1] = ACTIONS(1569), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_FORWARD] = ACTIONS(1569), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_PS_GET] = ACTIONS(1569), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), - [anon_sym_MOZ_COLD] = ACTIONS(1569), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_RAII] = ACTIONS(1569), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), - [sym_raw_string_literal] = ACTIONS(1571), + [anon_sym_decltype] = ACTIONS(1771), + [anon_sym_virtual] = ACTIONS(1771), + [anon_sym_explicit] = ACTIONS(1771), + [sym_auto] = ACTIONS(1771), + [anon_sym_typename] = ACTIONS(1771), + [anon_sym_template] = ACTIONS(1771), + [anon_sym_operator] = ACTIONS(1771), + [anon_sym_delete] = ACTIONS(1771), + [anon_sym_throw] = ACTIONS(1771), + [anon_sym_namespace] = ACTIONS(1771), + [anon_sym_using] = ACTIONS(1771), + [anon_sym_static_assert] = ACTIONS(1771), + [anon_sym_co_return] = ACTIONS(1771), + [anon_sym_co_yield] = ACTIONS(1771), + [anon_sym_try] = ACTIONS(1771), + [anon_sym_co_await] = ACTIONS(1771), + [anon_sym_new] = ACTIONS(1771), + [sym_this] = ACTIONS(1771), + [sym_nullptr] = ACTIONS(1771), + [sym_alone_macro] = ACTIONS(1773), + [aux_sym_alone_macro_call_token1] = ACTIONS(1771), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_FORWARD] = ACTIONS(1771), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1771), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_PS_GET] = ACTIONS(1771), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1771), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1771), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), + [anon_sym_MOZ_COLD] = ACTIONS(1771), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_RAII] = ACTIONS(1771), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), + [sym_raw_string_literal] = ACTIONS(1773), }, - [254] = { - [sym_identifier] = ACTIONS(1621), - [aux_sym_preproc_include_token1] = ACTIONS(1621), - [aux_sym_preproc_def_token1] = ACTIONS(1621), - [aux_sym_preproc_if_token1] = ACTIONS(1621), - [aux_sym_preproc_if_token2] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), - [sym_preproc_directive] = ACTIONS(1621), - [anon_sym_LPAREN2] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1623), - [anon_sym_TILDE] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1621), - [anon_sym_PLUS] = ACTIONS(1621), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_AMP_AMP] = ACTIONS(1623), - [anon_sym_AMP] = ACTIONS(1621), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_typedef] = ACTIONS(1621), - [anon_sym_extern] = ACTIONS(1621), - [anon_sym___attribute__] = ACTIONS(1621), - [anon_sym_COLON_COLON] = ACTIONS(1623), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), - [anon_sym___declspec] = ACTIONS(1621), - [anon_sym___based] = ACTIONS(1621), - [anon_sym___cdecl] = ACTIONS(1621), - [anon_sym___clrcall] = ACTIONS(1621), - [anon_sym___stdcall] = ACTIONS(1621), - [anon_sym___fastcall] = ACTIONS(1621), - [anon_sym___thiscall] = ACTIONS(1621), - [anon_sym___vectorcall] = ACTIONS(1621), - [anon_sym_LBRACE] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1621), - [anon_sym_static] = ACTIONS(1621), - [anon_sym_register] = ACTIONS(1621), - [anon_sym_inline] = ACTIONS(1621), - [anon_sym_thread_local] = ACTIONS(1621), - [anon_sym_const] = ACTIONS(1621), - [anon_sym_volatile] = ACTIONS(1621), - [anon_sym_restrict] = ACTIONS(1621), - [anon_sym__Atomic] = ACTIONS(1621), - [anon_sym_mutable] = ACTIONS(1621), - [anon_sym_constexpr] = ACTIONS(1621), - [anon_sym_signed] = ACTIONS(1621), - [anon_sym_unsigned] = ACTIONS(1621), - [anon_sym_long] = ACTIONS(1621), - [anon_sym_short] = ACTIONS(1621), - [sym_primitive_type] = ACTIONS(1621), - [anon_sym_enum] = ACTIONS(1621), - [anon_sym_class] = ACTIONS(1621), - [anon_sym_struct] = ACTIONS(1621), - [anon_sym_union] = ACTIONS(1621), - [anon_sym_if] = ACTIONS(1621), - [anon_sym_else] = ACTIONS(1621), - [anon_sym_switch] = ACTIONS(1621), - [anon_sym_case] = ACTIONS(1621), - [anon_sym_default] = ACTIONS(1621), - [anon_sym_while] = ACTIONS(1621), - [anon_sym_do] = ACTIONS(1621), - [anon_sym_for] = ACTIONS(1621), - [anon_sym_return] = ACTIONS(1621), - [anon_sym_break] = ACTIONS(1621), - [anon_sym_continue] = ACTIONS(1621), - [anon_sym_goto] = ACTIONS(1621), - [anon_sym_DASH_DASH] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_sizeof] = ACTIONS(1621), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1623), - [anon_sym_u_SQUOTE] = ACTIONS(1623), - [anon_sym_U_SQUOTE] = ACTIONS(1623), - [anon_sym_u8_SQUOTE] = ACTIONS(1623), - [anon_sym_SQUOTE] = ACTIONS(1623), - [anon_sym_L_DQUOTE] = ACTIONS(1623), - [anon_sym_u_DQUOTE] = ACTIONS(1623), - [anon_sym_U_DQUOTE] = ACTIONS(1623), - [anon_sym_u8_DQUOTE] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_true] = ACTIONS(1621), - [sym_false] = ACTIONS(1621), - [sym_null] = ACTIONS(1621), + [214] = { + [ts_builtin_sym_end] = ACTIONS(1531), + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_else] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_catch] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), + }, + [215] = { + [sym_identifier] = ACTIONS(1775), + [aux_sym_preproc_include_token1] = ACTIONS(1775), + [aux_sym_preproc_def_token1] = ACTIONS(1775), + [aux_sym_preproc_if_token1] = ACTIONS(1775), + [aux_sym_preproc_if_token2] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), + [aux_sym_preproc_else_token1] = ACTIONS(1775), + [aux_sym_preproc_elif_token1] = ACTIONS(1775), + [sym_preproc_directive] = ACTIONS(1775), + [anon_sym_LPAREN2] = ACTIONS(1777), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1777), + [anon_sym_AMP_AMP] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1775), + [anon_sym_SEMI] = ACTIONS(1777), + [anon_sym_typedef] = ACTIONS(1775), + [anon_sym_extern] = ACTIONS(1775), + [anon_sym___attribute__] = ACTIONS(1775), + [anon_sym_COLON_COLON] = ACTIONS(1777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), + [anon_sym___declspec] = ACTIONS(1775), + [anon_sym___based] = ACTIONS(1775), + [anon_sym___cdecl] = ACTIONS(1775), + [anon_sym___clrcall] = ACTIONS(1775), + [anon_sym___stdcall] = ACTIONS(1775), + [anon_sym___fastcall] = ACTIONS(1775), + [anon_sym___thiscall] = ACTIONS(1775), + [anon_sym___vectorcall] = ACTIONS(1775), + [anon_sym_LBRACE] = ACTIONS(1777), + [anon_sym_LBRACK] = ACTIONS(1775), + [anon_sym_static] = ACTIONS(1775), + [anon_sym_register] = ACTIONS(1775), + [anon_sym_inline] = ACTIONS(1775), + [anon_sym_thread_local] = ACTIONS(1775), + [anon_sym_const] = ACTIONS(1775), + [anon_sym_volatile] = ACTIONS(1775), + [anon_sym_restrict] = ACTIONS(1775), + [anon_sym__Atomic] = ACTIONS(1775), + [anon_sym_mutable] = ACTIONS(1775), + [anon_sym_constexpr] = ACTIONS(1775), + [anon_sym_signed] = ACTIONS(1775), + [anon_sym_unsigned] = ACTIONS(1775), + [anon_sym_long] = ACTIONS(1775), + [anon_sym_short] = ACTIONS(1775), + [sym_primitive_type] = ACTIONS(1775), + [anon_sym_enum] = ACTIONS(1775), + [anon_sym_class] = ACTIONS(1775), + [anon_sym_struct] = ACTIONS(1775), + [anon_sym_union] = ACTIONS(1775), + [anon_sym_if] = ACTIONS(1775), + [anon_sym_switch] = ACTIONS(1775), + [anon_sym_case] = ACTIONS(1775), + [anon_sym_default] = ACTIONS(1775), + [anon_sym_while] = ACTIONS(1775), + [anon_sym_do] = ACTIONS(1775), + [anon_sym_for] = ACTIONS(1775), + [anon_sym_return] = ACTIONS(1775), + [anon_sym_break] = ACTIONS(1775), + [anon_sym_continue] = ACTIONS(1775), + [anon_sym_goto] = ACTIONS(1775), + [anon_sym_DASH_DASH] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1777), + [anon_sym_sizeof] = ACTIONS(1775), + [sym_number_literal] = ACTIONS(1777), + [anon_sym_L_SQUOTE] = ACTIONS(1777), + [anon_sym_u_SQUOTE] = ACTIONS(1777), + [anon_sym_U_SQUOTE] = ACTIONS(1777), + [anon_sym_u8_SQUOTE] = ACTIONS(1777), + [anon_sym_SQUOTE] = ACTIONS(1777), + [anon_sym_L_DQUOTE] = ACTIONS(1777), + [anon_sym_u_DQUOTE] = ACTIONS(1777), + [anon_sym_U_DQUOTE] = ACTIONS(1777), + [anon_sym_u8_DQUOTE] = ACTIONS(1777), + [anon_sym_DQUOTE] = ACTIONS(1777), + [sym_true] = ACTIONS(1775), + [sym_false] = ACTIONS(1775), + [sym_null] = ACTIONS(1775), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1621), - [anon_sym_virtual] = ACTIONS(1621), - [anon_sym_explicit] = ACTIONS(1621), - [sym_auto] = ACTIONS(1621), - [anon_sym_typename] = ACTIONS(1621), - [anon_sym_template] = ACTIONS(1621), - [anon_sym_operator] = ACTIONS(1621), - [anon_sym_delete] = ACTIONS(1621), - [anon_sym_throw] = ACTIONS(1621), - [anon_sym_namespace] = ACTIONS(1621), - [anon_sym_using] = ACTIONS(1621), - [anon_sym_static_assert] = ACTIONS(1621), - [anon_sym_co_return] = ACTIONS(1621), - [anon_sym_co_yield] = ACTIONS(1621), - [anon_sym_try] = ACTIONS(1621), - [anon_sym_co_await] = ACTIONS(1621), - [anon_sym_new] = ACTIONS(1621), - [sym_this] = ACTIONS(1621), - [sym_nullptr] = ACTIONS(1621), - [sym_alone_macro] = ACTIONS(1623), - [aux_sym_alone_macro_call_token1] = ACTIONS(1621), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_FORWARD] = ACTIONS(1621), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_PS_GET] = ACTIONS(1621), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), - [anon_sym_MOZ_COLD] = ACTIONS(1621), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_RAII] = ACTIONS(1621), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), - [sym_raw_string_literal] = ACTIONS(1623), + [anon_sym_decltype] = ACTIONS(1775), + [anon_sym_virtual] = ACTIONS(1775), + [anon_sym_explicit] = ACTIONS(1775), + [sym_auto] = ACTIONS(1775), + [anon_sym_typename] = ACTIONS(1775), + [anon_sym_template] = ACTIONS(1775), + [anon_sym_operator] = ACTIONS(1775), + [anon_sym_delete] = ACTIONS(1775), + [anon_sym_throw] = ACTIONS(1775), + [anon_sym_namespace] = ACTIONS(1775), + [anon_sym_using] = ACTIONS(1775), + [anon_sym_static_assert] = ACTIONS(1775), + [anon_sym_co_return] = ACTIONS(1775), + [anon_sym_co_yield] = ACTIONS(1775), + [anon_sym_try] = ACTIONS(1775), + [anon_sym_co_await] = ACTIONS(1775), + [anon_sym_new] = ACTIONS(1775), + [sym_this] = ACTIONS(1775), + [sym_nullptr] = ACTIONS(1775), + [sym_alone_macro] = ACTIONS(1777), + [aux_sym_alone_macro_call_token1] = ACTIONS(1775), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_FORWARD] = ACTIONS(1775), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_PS_GET] = ACTIONS(1775), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), + [anon_sym_MOZ_COLD] = ACTIONS(1775), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_RAII] = ACTIONS(1775), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), + [sym_raw_string_literal] = ACTIONS(1777), }, - [255] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), + [216] = { + [sym_identifier] = ACTIONS(1779), + [aux_sym_preproc_include_token1] = ACTIONS(1779), + [aux_sym_preproc_def_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token2] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), + [aux_sym_preproc_else_token1] = ACTIONS(1779), + [aux_sym_preproc_elif_token1] = ACTIONS(1779), + [sym_preproc_directive] = ACTIONS(1779), + [anon_sym_LPAREN2] = ACTIONS(1781), + [anon_sym_BANG] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1781), + [anon_sym_AMP_AMP] = ACTIONS(1781), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_SEMI] = ACTIONS(1781), + [anon_sym_typedef] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(1779), + [anon_sym___attribute__] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1779), + [anon_sym___based] = ACTIONS(1779), + [anon_sym___cdecl] = ACTIONS(1779), + [anon_sym___clrcall] = ACTIONS(1779), + [anon_sym___stdcall] = ACTIONS(1779), + [anon_sym___fastcall] = ACTIONS(1779), + [anon_sym___thiscall] = ACTIONS(1779), + [anon_sym___vectorcall] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1779), + [anon_sym_static] = ACTIONS(1779), + [anon_sym_register] = ACTIONS(1779), + [anon_sym_inline] = ACTIONS(1779), + [anon_sym_thread_local] = ACTIONS(1779), + [anon_sym_const] = ACTIONS(1779), + [anon_sym_volatile] = ACTIONS(1779), + [anon_sym_restrict] = ACTIONS(1779), + [anon_sym__Atomic] = ACTIONS(1779), + [anon_sym_mutable] = ACTIONS(1779), + [anon_sym_constexpr] = ACTIONS(1779), + [anon_sym_signed] = ACTIONS(1779), + [anon_sym_unsigned] = ACTIONS(1779), + [anon_sym_long] = ACTIONS(1779), + [anon_sym_short] = ACTIONS(1779), + [sym_primitive_type] = ACTIONS(1779), + [anon_sym_enum] = ACTIONS(1779), + [anon_sym_class] = ACTIONS(1779), + [anon_sym_struct] = ACTIONS(1779), + [anon_sym_union] = ACTIONS(1779), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1779), + [anon_sym_default] = ACTIONS(1779), + [anon_sym_while] = ACTIONS(1779), + [anon_sym_do] = ACTIONS(1779), + [anon_sym_for] = ACTIONS(1779), + [anon_sym_return] = ACTIONS(1779), + [anon_sym_break] = ACTIONS(1779), + [anon_sym_continue] = ACTIONS(1779), + [anon_sym_goto] = ACTIONS(1779), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1779), + [sym_number_literal] = ACTIONS(1781), + [anon_sym_L_SQUOTE] = ACTIONS(1781), + [anon_sym_u_SQUOTE] = ACTIONS(1781), + [anon_sym_U_SQUOTE] = ACTIONS(1781), + [anon_sym_u8_SQUOTE] = ACTIONS(1781), + [anon_sym_SQUOTE] = ACTIONS(1781), + [anon_sym_L_DQUOTE] = ACTIONS(1781), + [anon_sym_u_DQUOTE] = ACTIONS(1781), + [anon_sym_U_DQUOTE] = ACTIONS(1781), + [anon_sym_u8_DQUOTE] = ACTIONS(1781), + [anon_sym_DQUOTE] = ACTIONS(1781), + [sym_true] = ACTIONS(1779), + [sym_false] = ACTIONS(1779), + [sym_null] = ACTIONS(1779), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), + [anon_sym_decltype] = ACTIONS(1779), + [anon_sym_virtual] = ACTIONS(1779), + [anon_sym_explicit] = ACTIONS(1779), + [sym_auto] = ACTIONS(1779), + [anon_sym_typename] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1779), + [anon_sym_operator] = ACTIONS(1779), + [anon_sym_delete] = ACTIONS(1779), + [anon_sym_throw] = ACTIONS(1779), + [anon_sym_namespace] = ACTIONS(1779), + [anon_sym_using] = ACTIONS(1779), + [anon_sym_static_assert] = ACTIONS(1779), + [anon_sym_co_return] = ACTIONS(1779), + [anon_sym_co_yield] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_co_await] = ACTIONS(1779), + [anon_sym_new] = ACTIONS(1779), + [sym_this] = ACTIONS(1779), + [sym_nullptr] = ACTIONS(1779), + [sym_alone_macro] = ACTIONS(1781), + [aux_sym_alone_macro_call_token1] = ACTIONS(1779), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_FORWARD] = ACTIONS(1779), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_PS_GET] = ACTIONS(1779), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), + [anon_sym_MOZ_COLD] = ACTIONS(1779), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_RAII] = ACTIONS(1779), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + [sym_raw_string_literal] = ACTIONS(1781), }, - [256] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), + [217] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_RBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_else] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_catch] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), + }, + [218] = { + [sym_identifier] = ACTIONS(1783), + [aux_sym_preproc_include_token1] = ACTIONS(1783), + [aux_sym_preproc_def_token1] = ACTIONS(1783), + [aux_sym_preproc_if_token1] = ACTIONS(1783), + [aux_sym_preproc_if_token2] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), + [aux_sym_preproc_else_token1] = ACTIONS(1783), + [aux_sym_preproc_elif_token1] = ACTIONS(1783), + [sym_preproc_directive] = ACTIONS(1783), + [anon_sym_LPAREN2] = ACTIONS(1785), + [anon_sym_BANG] = ACTIONS(1785), + [anon_sym_TILDE] = ACTIONS(1785), + [anon_sym_DASH] = ACTIONS(1783), + [anon_sym_PLUS] = ACTIONS(1783), + [anon_sym_STAR] = ACTIONS(1785), + [anon_sym_AMP_AMP] = ACTIONS(1785), + [anon_sym_AMP] = ACTIONS(1783), + [anon_sym_SEMI] = ACTIONS(1785), + [anon_sym_typedef] = ACTIONS(1783), + [anon_sym_extern] = ACTIONS(1783), + [anon_sym___attribute__] = ACTIONS(1783), + [anon_sym_COLON_COLON] = ACTIONS(1785), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), + [anon_sym___declspec] = ACTIONS(1783), + [anon_sym___based] = ACTIONS(1783), + [anon_sym___cdecl] = ACTIONS(1783), + [anon_sym___clrcall] = ACTIONS(1783), + [anon_sym___stdcall] = ACTIONS(1783), + [anon_sym___fastcall] = ACTIONS(1783), + [anon_sym___thiscall] = ACTIONS(1783), + [anon_sym___vectorcall] = ACTIONS(1783), + [anon_sym_LBRACE] = ACTIONS(1785), + [anon_sym_LBRACK] = ACTIONS(1783), + [anon_sym_static] = ACTIONS(1783), + [anon_sym_register] = ACTIONS(1783), + [anon_sym_inline] = ACTIONS(1783), + [anon_sym_thread_local] = ACTIONS(1783), + [anon_sym_const] = ACTIONS(1783), + [anon_sym_volatile] = ACTIONS(1783), + [anon_sym_restrict] = ACTIONS(1783), + [anon_sym__Atomic] = ACTIONS(1783), + [anon_sym_mutable] = ACTIONS(1783), + [anon_sym_constexpr] = ACTIONS(1783), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [sym_primitive_type] = ACTIONS(1783), + [anon_sym_enum] = ACTIONS(1783), + [anon_sym_class] = ACTIONS(1783), + [anon_sym_struct] = ACTIONS(1783), + [anon_sym_union] = ACTIONS(1783), + [anon_sym_if] = ACTIONS(1783), + [anon_sym_switch] = ACTIONS(1783), + [anon_sym_case] = ACTIONS(1783), + [anon_sym_default] = ACTIONS(1783), + [anon_sym_while] = ACTIONS(1783), + [anon_sym_do] = ACTIONS(1783), + [anon_sym_for] = ACTIONS(1783), + [anon_sym_return] = ACTIONS(1783), + [anon_sym_break] = ACTIONS(1783), + [anon_sym_continue] = ACTIONS(1783), + [anon_sym_goto] = ACTIONS(1783), + [anon_sym_DASH_DASH] = ACTIONS(1785), + [anon_sym_PLUS_PLUS] = ACTIONS(1785), + [anon_sym_sizeof] = ACTIONS(1783), + [sym_number_literal] = ACTIONS(1785), + [anon_sym_L_SQUOTE] = ACTIONS(1785), + [anon_sym_u_SQUOTE] = ACTIONS(1785), + [anon_sym_U_SQUOTE] = ACTIONS(1785), + [anon_sym_u8_SQUOTE] = ACTIONS(1785), + [anon_sym_SQUOTE] = ACTIONS(1785), + [anon_sym_L_DQUOTE] = ACTIONS(1785), + [anon_sym_u_DQUOTE] = ACTIONS(1785), + [anon_sym_U_DQUOTE] = ACTIONS(1785), + [anon_sym_u8_DQUOTE] = ACTIONS(1785), + [anon_sym_DQUOTE] = ACTIONS(1785), + [sym_true] = ACTIONS(1783), + [sym_false] = ACTIONS(1783), + [sym_null] = ACTIONS(1783), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), + [anon_sym_decltype] = ACTIONS(1783), + [anon_sym_virtual] = ACTIONS(1783), + [anon_sym_explicit] = ACTIONS(1783), + [sym_auto] = ACTIONS(1783), + [anon_sym_typename] = ACTIONS(1783), + [anon_sym_template] = ACTIONS(1783), + [anon_sym_operator] = ACTIONS(1783), + [anon_sym_delete] = ACTIONS(1783), + [anon_sym_throw] = ACTIONS(1783), + [anon_sym_namespace] = ACTIONS(1783), + [anon_sym_using] = ACTIONS(1783), + [anon_sym_static_assert] = ACTIONS(1783), + [anon_sym_co_return] = ACTIONS(1783), + [anon_sym_co_yield] = ACTIONS(1783), + [anon_sym_try] = ACTIONS(1783), + [anon_sym_co_await] = ACTIONS(1783), + [anon_sym_new] = ACTIONS(1783), + [sym_this] = ACTIONS(1783), + [sym_nullptr] = ACTIONS(1783), + [sym_alone_macro] = ACTIONS(1785), + [aux_sym_alone_macro_call_token1] = ACTIONS(1783), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_FORWARD] = ACTIONS(1783), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_PS_GET] = ACTIONS(1783), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), + [anon_sym_MOZ_COLD] = ACTIONS(1783), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_RAII] = ACTIONS(1783), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), + [sym_raw_string_literal] = ACTIONS(1785), }, - [257] = { - [sym_identifier] = ACTIONS(1541), - [aux_sym_preproc_include_token1] = ACTIONS(1541), - [aux_sym_preproc_def_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token2] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), - [sym_preproc_directive] = ACTIONS(1541), - [anon_sym_LPAREN2] = ACTIONS(1543), - [anon_sym_BANG] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1543), - [anon_sym_DASH] = ACTIONS(1541), - [anon_sym_PLUS] = ACTIONS(1541), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_AMP_AMP] = ACTIONS(1543), - [anon_sym_AMP] = ACTIONS(1541), - [anon_sym_SEMI] = ACTIONS(1543), - [anon_sym_typedef] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1541), - [anon_sym___attribute__] = ACTIONS(1541), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), - [anon_sym___declspec] = ACTIONS(1541), - [anon_sym___based] = ACTIONS(1541), - [anon_sym___cdecl] = ACTIONS(1541), - [anon_sym___clrcall] = ACTIONS(1541), - [anon_sym___stdcall] = ACTIONS(1541), - [anon_sym___fastcall] = ACTIONS(1541), - [anon_sym___thiscall] = ACTIONS(1541), - [anon_sym___vectorcall] = ACTIONS(1541), - [anon_sym_LBRACE] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1541), - [anon_sym_register] = ACTIONS(1541), - [anon_sym_inline] = ACTIONS(1541), - [anon_sym_thread_local] = ACTIONS(1541), - [anon_sym_const] = ACTIONS(1541), - [anon_sym_volatile] = ACTIONS(1541), - [anon_sym_restrict] = ACTIONS(1541), - [anon_sym__Atomic] = ACTIONS(1541), - [anon_sym_mutable] = ACTIONS(1541), - [anon_sym_constexpr] = ACTIONS(1541), - [anon_sym_signed] = ACTIONS(1541), - [anon_sym_unsigned] = ACTIONS(1541), - [anon_sym_long] = ACTIONS(1541), - [anon_sym_short] = ACTIONS(1541), - [sym_primitive_type] = ACTIONS(1541), - [anon_sym_enum] = ACTIONS(1541), - [anon_sym_class] = ACTIONS(1541), - [anon_sym_struct] = ACTIONS(1541), - [anon_sym_union] = ACTIONS(1541), - [anon_sym_if] = ACTIONS(1541), - [anon_sym_else] = ACTIONS(1541), - [anon_sym_switch] = ACTIONS(1541), - [anon_sym_case] = ACTIONS(1541), - [anon_sym_default] = ACTIONS(1541), - [anon_sym_while] = ACTIONS(1541), - [anon_sym_do] = ACTIONS(1541), - [anon_sym_for] = ACTIONS(1541), - [anon_sym_return] = ACTIONS(1541), - [anon_sym_break] = ACTIONS(1541), - [anon_sym_continue] = ACTIONS(1541), - [anon_sym_goto] = ACTIONS(1541), - [anon_sym_DASH_DASH] = ACTIONS(1543), - [anon_sym_PLUS_PLUS] = ACTIONS(1543), - [anon_sym_sizeof] = ACTIONS(1541), - [sym_number_literal] = ACTIONS(1543), - [anon_sym_L_SQUOTE] = ACTIONS(1543), - [anon_sym_u_SQUOTE] = ACTIONS(1543), - [anon_sym_U_SQUOTE] = ACTIONS(1543), - [anon_sym_u8_SQUOTE] = ACTIONS(1543), - [anon_sym_SQUOTE] = ACTIONS(1543), - [anon_sym_L_DQUOTE] = ACTIONS(1543), - [anon_sym_u_DQUOTE] = ACTIONS(1543), - [anon_sym_U_DQUOTE] = ACTIONS(1543), - [anon_sym_u8_DQUOTE] = ACTIONS(1543), - [anon_sym_DQUOTE] = ACTIONS(1543), - [sym_true] = ACTIONS(1541), - [sym_false] = ACTIONS(1541), - [sym_null] = ACTIONS(1541), + [219] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_else] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_catch] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), + }, + [220] = { + [sym_identifier] = ACTIONS(1518), + [aux_sym_preproc_include_token1] = ACTIONS(1518), + [aux_sym_preproc_def_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token2] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1518), + [sym_preproc_directive] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1518), + [anon_sym_PLUS] = ACTIONS(1518), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_SEMI] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym___based] = ACTIONS(1518), + [anon_sym___cdecl] = ACTIONS(1518), + [anon_sym___clrcall] = ACTIONS(1518), + [anon_sym___stdcall] = ACTIONS(1518), + [anon_sym___fastcall] = ACTIONS(1518), + [anon_sym___thiscall] = ACTIONS(1518), + [anon_sym___vectorcall] = ACTIONS(1518), + [anon_sym_LBRACE] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [anon_sym_if] = ACTIONS(1518), + [anon_sym_else] = ACTIONS(1518), + [anon_sym_switch] = ACTIONS(1518), + [anon_sym_case] = ACTIONS(1518), + [anon_sym_default] = ACTIONS(1518), + [anon_sym_while] = ACTIONS(1518), + [anon_sym_do] = ACTIONS(1518), + [anon_sym_for] = ACTIONS(1518), + [anon_sym_return] = ACTIONS(1518), + [anon_sym_break] = ACTIONS(1518), + [anon_sym_continue] = ACTIONS(1518), + [anon_sym_goto] = ACTIONS(1518), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1518), + [sym_number_literal] = ACTIONS(1520), + [anon_sym_L_SQUOTE] = ACTIONS(1520), + [anon_sym_u_SQUOTE] = ACTIONS(1520), + [anon_sym_U_SQUOTE] = ACTIONS(1520), + [anon_sym_u8_SQUOTE] = ACTIONS(1520), + [anon_sym_SQUOTE] = ACTIONS(1520), + [anon_sym_L_DQUOTE] = ACTIONS(1520), + [anon_sym_u_DQUOTE] = ACTIONS(1520), + [anon_sym_U_DQUOTE] = ACTIONS(1520), + [anon_sym_u8_DQUOTE] = ACTIONS(1520), + [anon_sym_DQUOTE] = ACTIONS(1520), + [sym_true] = ACTIONS(1518), + [sym_false] = ACTIONS(1518), + [sym_null] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [anon_sym_explicit] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1518), + [anon_sym_delete] = ACTIONS(1518), + [anon_sym_throw] = ACTIONS(1518), + [anon_sym_namespace] = ACTIONS(1518), + [anon_sym_using] = ACTIONS(1518), + [anon_sym_static_assert] = ACTIONS(1518), + [anon_sym_co_return] = ACTIONS(1518), + [anon_sym_co_yield] = ACTIONS(1518), + [anon_sym_try] = ACTIONS(1518), + [anon_sym_catch] = ACTIONS(1518), + [anon_sym_co_await] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1518), + [sym_this] = ACTIONS(1518), + [sym_nullptr] = ACTIONS(1518), + [sym_alone_macro] = ACTIONS(1520), + [aux_sym_alone_macro_call_token1] = ACTIONS(1518), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_FORWARD] = ACTIONS(1518), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1518), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_PS_GET] = ACTIONS(1518), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1518), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1518), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), + [sym_raw_string_literal] = ACTIONS(1520), + }, + [221] = { + [sym_identifier] = ACTIONS(1787), + [aux_sym_preproc_include_token1] = ACTIONS(1787), + [aux_sym_preproc_def_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token2] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), + [aux_sym_preproc_else_token1] = ACTIONS(1787), + [aux_sym_preproc_elif_token1] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1787), + [anon_sym_LPAREN2] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_AMP_AMP] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1787), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym___attribute__] = ACTIONS(1787), + [anon_sym_COLON_COLON] = ACTIONS(1789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), + [anon_sym___declspec] = ACTIONS(1787), + [anon_sym___based] = ACTIONS(1787), + [anon_sym___cdecl] = ACTIONS(1787), + [anon_sym___clrcall] = ACTIONS(1787), + [anon_sym___stdcall] = ACTIONS(1787), + [anon_sym___fastcall] = ACTIONS(1787), + [anon_sym___thiscall] = ACTIONS(1787), + [anon_sym___vectorcall] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_LBRACK] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_inline] = ACTIONS(1787), + [anon_sym_thread_local] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym__Atomic] = ACTIONS(1787), + [anon_sym_mutable] = ACTIONS(1787), + [anon_sym_constexpr] = ACTIONS(1787), + [anon_sym_signed] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [sym_primitive_type] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_class] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1789), + [anon_sym_L_SQUOTE] = ACTIONS(1789), + [anon_sym_u_SQUOTE] = ACTIONS(1789), + [anon_sym_U_SQUOTE] = ACTIONS(1789), + [anon_sym_u8_SQUOTE] = ACTIONS(1789), + [anon_sym_SQUOTE] = ACTIONS(1789), + [anon_sym_L_DQUOTE] = ACTIONS(1789), + [anon_sym_u_DQUOTE] = ACTIONS(1789), + [anon_sym_U_DQUOTE] = ACTIONS(1789), + [anon_sym_u8_DQUOTE] = ACTIONS(1789), + [anon_sym_DQUOTE] = ACTIONS(1789), + [sym_true] = ACTIONS(1787), + [sym_false] = ACTIONS(1787), + [sym_null] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1787), + [anon_sym_virtual] = ACTIONS(1787), + [anon_sym_explicit] = ACTIONS(1787), + [sym_auto] = ACTIONS(1787), + [anon_sym_typename] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1787), + [anon_sym_operator] = ACTIONS(1787), + [anon_sym_delete] = ACTIONS(1787), + [anon_sym_throw] = ACTIONS(1787), + [anon_sym_namespace] = ACTIONS(1787), + [anon_sym_using] = ACTIONS(1787), + [anon_sym_static_assert] = ACTIONS(1787), + [anon_sym_co_return] = ACTIONS(1787), + [anon_sym_co_yield] = ACTIONS(1787), + [anon_sym_try] = ACTIONS(1787), + [anon_sym_co_await] = ACTIONS(1787), + [anon_sym_new] = ACTIONS(1787), + [sym_this] = ACTIONS(1787), + [sym_nullptr] = ACTIONS(1787), + [sym_alone_macro] = ACTIONS(1789), + [aux_sym_alone_macro_call_token1] = ACTIONS(1787), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_FORWARD] = ACTIONS(1787), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_PS_GET] = ACTIONS(1787), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), + [anon_sym_MOZ_COLD] = ACTIONS(1787), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_RAII] = ACTIONS(1787), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), + [sym_raw_string_literal] = ACTIONS(1789), + }, + [222] = { + [sym_identifier] = ACTIONS(1791), + [aux_sym_preproc_include_token1] = ACTIONS(1791), + [aux_sym_preproc_def_token1] = ACTIONS(1791), + [aux_sym_preproc_if_token1] = ACTIONS(1791), + [aux_sym_preproc_if_token2] = ACTIONS(1791), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), + [aux_sym_preproc_else_token1] = ACTIONS(1791), + [aux_sym_preproc_elif_token1] = ACTIONS(1791), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1793), + [anon_sym_TILDE] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1791), + [anon_sym_PLUS] = ACTIONS(1791), + [anon_sym_STAR] = ACTIONS(1793), + [anon_sym_AMP_AMP] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1793), + [anon_sym_typedef] = ACTIONS(1791), + [anon_sym_extern] = ACTIONS(1791), + [anon_sym___attribute__] = ACTIONS(1791), + [anon_sym_COLON_COLON] = ACTIONS(1793), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), + [anon_sym___declspec] = ACTIONS(1791), + [anon_sym___based] = ACTIONS(1791), + [anon_sym___cdecl] = ACTIONS(1791), + [anon_sym___clrcall] = ACTIONS(1791), + [anon_sym___stdcall] = ACTIONS(1791), + [anon_sym___fastcall] = ACTIONS(1791), + [anon_sym___thiscall] = ACTIONS(1791), + [anon_sym___vectorcall] = ACTIONS(1791), + [anon_sym_LBRACE] = ACTIONS(1793), + [anon_sym_LBRACK] = ACTIONS(1791), + [anon_sym_static] = ACTIONS(1791), + [anon_sym_register] = ACTIONS(1791), + [anon_sym_inline] = ACTIONS(1791), + [anon_sym_thread_local] = ACTIONS(1791), + [anon_sym_const] = ACTIONS(1791), + [anon_sym_volatile] = ACTIONS(1791), + [anon_sym_restrict] = ACTIONS(1791), + [anon_sym__Atomic] = ACTIONS(1791), + [anon_sym_mutable] = ACTIONS(1791), + [anon_sym_constexpr] = ACTIONS(1791), + [anon_sym_signed] = ACTIONS(1791), + [anon_sym_unsigned] = ACTIONS(1791), + [anon_sym_long] = ACTIONS(1791), + [anon_sym_short] = ACTIONS(1791), + [sym_primitive_type] = ACTIONS(1791), + [anon_sym_enum] = ACTIONS(1791), + [anon_sym_class] = ACTIONS(1791), + [anon_sym_struct] = ACTIONS(1791), + [anon_sym_union] = ACTIONS(1791), + [anon_sym_if] = ACTIONS(1791), + [anon_sym_switch] = ACTIONS(1791), + [anon_sym_case] = ACTIONS(1791), + [anon_sym_default] = ACTIONS(1791), + [anon_sym_while] = ACTIONS(1791), + [anon_sym_do] = ACTIONS(1791), + [anon_sym_for] = ACTIONS(1791), + [anon_sym_return] = ACTIONS(1791), + [anon_sym_break] = ACTIONS(1791), + [anon_sym_continue] = ACTIONS(1791), + [anon_sym_goto] = ACTIONS(1791), + [anon_sym_DASH_DASH] = ACTIONS(1793), + [anon_sym_PLUS_PLUS] = ACTIONS(1793), + [anon_sym_sizeof] = ACTIONS(1791), + [sym_number_literal] = ACTIONS(1793), + [anon_sym_L_SQUOTE] = ACTIONS(1793), + [anon_sym_u_SQUOTE] = ACTIONS(1793), + [anon_sym_U_SQUOTE] = ACTIONS(1793), + [anon_sym_u8_SQUOTE] = ACTIONS(1793), + [anon_sym_SQUOTE] = ACTIONS(1793), + [anon_sym_L_DQUOTE] = ACTIONS(1793), + [anon_sym_u_DQUOTE] = ACTIONS(1793), + [anon_sym_U_DQUOTE] = ACTIONS(1793), + [anon_sym_u8_DQUOTE] = ACTIONS(1793), + [anon_sym_DQUOTE] = ACTIONS(1793), + [sym_true] = ACTIONS(1791), + [sym_false] = ACTIONS(1791), + [sym_null] = ACTIONS(1791), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1541), - [anon_sym_virtual] = ACTIONS(1541), - [anon_sym_explicit] = ACTIONS(1541), - [sym_auto] = ACTIONS(1541), - [anon_sym_typename] = ACTIONS(1541), - [anon_sym_template] = ACTIONS(1541), - [anon_sym_operator] = ACTIONS(1541), - [anon_sym_delete] = ACTIONS(1541), - [anon_sym_throw] = ACTIONS(1541), - [anon_sym_namespace] = ACTIONS(1541), - [anon_sym_using] = ACTIONS(1541), - [anon_sym_static_assert] = ACTIONS(1541), - [anon_sym_co_return] = ACTIONS(1541), - [anon_sym_co_yield] = ACTIONS(1541), - [anon_sym_try] = ACTIONS(1541), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1541), - [sym_this] = ACTIONS(1541), - [sym_nullptr] = ACTIONS(1541), - [sym_alone_macro] = ACTIONS(1543), - [aux_sym_alone_macro_call_token1] = ACTIONS(1541), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_FORWARD] = ACTIONS(1541), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_PS_GET] = ACTIONS(1541), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), - [anon_sym_MOZ_COLD] = ACTIONS(1541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_RAII] = ACTIONS(1541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), - [sym_raw_string_literal] = ACTIONS(1543), + [anon_sym_decltype] = ACTIONS(1791), + [anon_sym_virtual] = ACTIONS(1791), + [anon_sym_explicit] = ACTIONS(1791), + [sym_auto] = ACTIONS(1791), + [anon_sym_typename] = ACTIONS(1791), + [anon_sym_template] = ACTIONS(1791), + [anon_sym_operator] = ACTIONS(1791), + [anon_sym_delete] = ACTIONS(1791), + [anon_sym_throw] = ACTIONS(1791), + [anon_sym_namespace] = ACTIONS(1791), + [anon_sym_using] = ACTIONS(1791), + [anon_sym_static_assert] = ACTIONS(1791), + [anon_sym_co_return] = ACTIONS(1791), + [anon_sym_co_yield] = ACTIONS(1791), + [anon_sym_try] = ACTIONS(1791), + [anon_sym_co_await] = ACTIONS(1791), + [anon_sym_new] = ACTIONS(1791), + [sym_this] = ACTIONS(1791), + [sym_nullptr] = ACTIONS(1791), + [sym_alone_macro] = ACTIONS(1793), + [aux_sym_alone_macro_call_token1] = ACTIONS(1791), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_FORWARD] = ACTIONS(1791), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1791), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_PS_GET] = ACTIONS(1791), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1791), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1791), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), + [anon_sym_MOZ_COLD] = ACTIONS(1791), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_NONNULL] = ACTIONS(1791), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), + [anon_sym_MOZ_RAII] = ACTIONS(1791), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), + [sym_raw_string_literal] = ACTIONS(1793), }, - [258] = { - [sym_identifier] = ACTIONS(1537), - [aux_sym_preproc_include_token1] = ACTIONS(1537), - [aux_sym_preproc_def_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token2] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), - [sym_preproc_directive] = ACTIONS(1537), - [anon_sym_LPAREN2] = ACTIONS(1539), - [anon_sym_BANG] = ACTIONS(1539), - [anon_sym_TILDE] = ACTIONS(1539), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_SEMI] = ACTIONS(1539), - [anon_sym_typedef] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym___attribute__] = ACTIONS(1537), - [anon_sym_COLON_COLON] = ACTIONS(1539), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), - [anon_sym___declspec] = ACTIONS(1537), - [anon_sym___based] = ACTIONS(1537), - [anon_sym___cdecl] = ACTIONS(1537), - [anon_sym___clrcall] = ACTIONS(1537), - [anon_sym___stdcall] = ACTIONS(1537), - [anon_sym___fastcall] = ACTIONS(1537), - [anon_sym___thiscall] = ACTIONS(1537), - [anon_sym___vectorcall] = ACTIONS(1537), - [anon_sym_LBRACE] = ACTIONS(1539), - [anon_sym_LBRACK] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_register] = ACTIONS(1537), - [anon_sym_inline] = ACTIONS(1537), - [anon_sym_thread_local] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_volatile] = ACTIONS(1537), - [anon_sym_restrict] = ACTIONS(1537), - [anon_sym__Atomic] = ACTIONS(1537), - [anon_sym_mutable] = ACTIONS(1537), - [anon_sym_constexpr] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1537), - [anon_sym_unsigned] = ACTIONS(1537), - [anon_sym_long] = ACTIONS(1537), - [anon_sym_short] = ACTIONS(1537), - [sym_primitive_type] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), - [anon_sym_if] = ACTIONS(1537), - [anon_sym_else] = ACTIONS(1537), - [anon_sym_switch] = ACTIONS(1537), - [anon_sym_case] = ACTIONS(1537), - [anon_sym_default] = ACTIONS(1537), - [anon_sym_while] = ACTIONS(1537), - [anon_sym_do] = ACTIONS(1537), - [anon_sym_for] = ACTIONS(1537), - [anon_sym_return] = ACTIONS(1537), - [anon_sym_break] = ACTIONS(1537), - [anon_sym_continue] = ACTIONS(1537), - [anon_sym_goto] = ACTIONS(1537), - [anon_sym_DASH_DASH] = ACTIONS(1539), - [anon_sym_PLUS_PLUS] = ACTIONS(1539), - [anon_sym_sizeof] = ACTIONS(1537), - [sym_number_literal] = ACTIONS(1539), - [anon_sym_L_SQUOTE] = ACTIONS(1539), - [anon_sym_u_SQUOTE] = ACTIONS(1539), - [anon_sym_U_SQUOTE] = ACTIONS(1539), - [anon_sym_u8_SQUOTE] = ACTIONS(1539), - [anon_sym_SQUOTE] = ACTIONS(1539), - [anon_sym_L_DQUOTE] = ACTIONS(1539), - [anon_sym_u_DQUOTE] = ACTIONS(1539), - [anon_sym_U_DQUOTE] = ACTIONS(1539), - [anon_sym_u8_DQUOTE] = ACTIONS(1539), - [anon_sym_DQUOTE] = ACTIONS(1539), - [sym_true] = ACTIONS(1537), - [sym_false] = ACTIONS(1537), - [sym_null] = ACTIONS(1537), + [223] = { + [sym_identifier] = ACTIONS(1795), + [aux_sym_preproc_include_token1] = ACTIONS(1795), + [aux_sym_preproc_def_token1] = ACTIONS(1795), + [aux_sym_preproc_if_token1] = ACTIONS(1795), + [aux_sym_preproc_if_token2] = ACTIONS(1795), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), + [aux_sym_preproc_else_token1] = ACTIONS(1795), + [aux_sym_preproc_elif_token1] = ACTIONS(1795), + [sym_preproc_directive] = ACTIONS(1795), + [anon_sym_LPAREN2] = ACTIONS(1797), + [anon_sym_BANG] = ACTIONS(1797), + [anon_sym_TILDE] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_AMP_AMP] = ACTIONS(1797), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_SEMI] = ACTIONS(1797), + [anon_sym_typedef] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1795), + [anon_sym___attribute__] = ACTIONS(1795), + [anon_sym_COLON_COLON] = ACTIONS(1797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), + [anon_sym___declspec] = ACTIONS(1795), + [anon_sym___based] = ACTIONS(1795), + [anon_sym___cdecl] = ACTIONS(1795), + [anon_sym___clrcall] = ACTIONS(1795), + [anon_sym___stdcall] = ACTIONS(1795), + [anon_sym___fastcall] = ACTIONS(1795), + [anon_sym___thiscall] = ACTIONS(1795), + [anon_sym___vectorcall] = ACTIONS(1795), + [anon_sym_LBRACE] = ACTIONS(1797), + [anon_sym_LBRACK] = ACTIONS(1795), + [anon_sym_static] = ACTIONS(1795), + [anon_sym_register] = ACTIONS(1795), + [anon_sym_inline] = ACTIONS(1795), + [anon_sym_thread_local] = ACTIONS(1795), + [anon_sym_const] = ACTIONS(1795), + [anon_sym_volatile] = ACTIONS(1795), + [anon_sym_restrict] = ACTIONS(1795), + [anon_sym__Atomic] = ACTIONS(1795), + [anon_sym_mutable] = ACTIONS(1795), + [anon_sym_constexpr] = ACTIONS(1795), + [anon_sym_signed] = ACTIONS(1795), + [anon_sym_unsigned] = ACTIONS(1795), + [anon_sym_long] = ACTIONS(1795), + [anon_sym_short] = ACTIONS(1795), + [sym_primitive_type] = ACTIONS(1795), + [anon_sym_enum] = ACTIONS(1795), + [anon_sym_class] = ACTIONS(1795), + [anon_sym_struct] = ACTIONS(1795), + [anon_sym_union] = ACTIONS(1795), + [anon_sym_if] = ACTIONS(1795), + [anon_sym_switch] = ACTIONS(1795), + [anon_sym_case] = ACTIONS(1795), + [anon_sym_default] = ACTIONS(1795), + [anon_sym_while] = ACTIONS(1795), + [anon_sym_do] = ACTIONS(1795), + [anon_sym_for] = ACTIONS(1795), + [anon_sym_return] = ACTIONS(1795), + [anon_sym_break] = ACTIONS(1795), + [anon_sym_continue] = ACTIONS(1795), + [anon_sym_goto] = ACTIONS(1795), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1795), + [sym_number_literal] = ACTIONS(1797), + [anon_sym_L_SQUOTE] = ACTIONS(1797), + [anon_sym_u_SQUOTE] = ACTIONS(1797), + [anon_sym_U_SQUOTE] = ACTIONS(1797), + [anon_sym_u8_SQUOTE] = ACTIONS(1797), + [anon_sym_SQUOTE] = ACTIONS(1797), + [anon_sym_L_DQUOTE] = ACTIONS(1797), + [anon_sym_u_DQUOTE] = ACTIONS(1797), + [anon_sym_U_DQUOTE] = ACTIONS(1797), + [anon_sym_u8_DQUOTE] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [sym_true] = ACTIONS(1795), + [sym_false] = ACTIONS(1795), + [sym_null] = ACTIONS(1795), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1537), - [anon_sym_virtual] = ACTIONS(1537), - [anon_sym_explicit] = ACTIONS(1537), - [sym_auto] = ACTIONS(1537), - [anon_sym_typename] = ACTIONS(1537), - [anon_sym_template] = ACTIONS(1537), - [anon_sym_operator] = ACTIONS(1537), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_throw] = ACTIONS(1537), - [anon_sym_namespace] = ACTIONS(1537), - [anon_sym_using] = ACTIONS(1537), - [anon_sym_static_assert] = ACTIONS(1537), - [anon_sym_co_return] = ACTIONS(1537), - [anon_sym_co_yield] = ACTIONS(1537), - [anon_sym_try] = ACTIONS(1537), - [anon_sym_co_await] = ACTIONS(1537), - [anon_sym_new] = ACTIONS(1537), - [sym_this] = ACTIONS(1537), - [sym_nullptr] = ACTIONS(1537), - [sym_alone_macro] = ACTIONS(1539), - [aux_sym_alone_macro_call_token1] = ACTIONS(1537), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_FORWARD] = ACTIONS(1537), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_PS_GET] = ACTIONS(1537), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), - [anon_sym_MOZ_COLD] = ACTIONS(1537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_RAII] = ACTIONS(1537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), - [sym_raw_string_literal] = ACTIONS(1539), + [anon_sym_decltype] = ACTIONS(1795), + [anon_sym_virtual] = ACTIONS(1795), + [anon_sym_explicit] = ACTIONS(1795), + [sym_auto] = ACTIONS(1795), + [anon_sym_typename] = ACTIONS(1795), + [anon_sym_template] = ACTIONS(1795), + [anon_sym_operator] = ACTIONS(1795), + [anon_sym_delete] = ACTIONS(1795), + [anon_sym_throw] = ACTIONS(1795), + [anon_sym_namespace] = ACTIONS(1795), + [anon_sym_using] = ACTIONS(1795), + [anon_sym_static_assert] = ACTIONS(1795), + [anon_sym_co_return] = ACTIONS(1795), + [anon_sym_co_yield] = ACTIONS(1795), + [anon_sym_try] = ACTIONS(1795), + [anon_sym_co_await] = ACTIONS(1795), + [anon_sym_new] = ACTIONS(1795), + [sym_this] = ACTIONS(1795), + [sym_nullptr] = ACTIONS(1795), + [sym_alone_macro] = ACTIONS(1797), + [aux_sym_alone_macro_call_token1] = ACTIONS(1795), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_FORWARD] = ACTIONS(1795), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1795), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_PS_GET] = ACTIONS(1795), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1795), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1795), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), + [anon_sym_MOZ_COLD] = ACTIONS(1795), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_NONNULL] = ACTIONS(1795), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), + [anon_sym_MOZ_RAII] = ACTIONS(1795), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), + [sym_raw_string_literal] = ACTIONS(1797), }, - [259] = { - [sym_identifier] = ACTIONS(1597), - [aux_sym_preproc_include_token1] = ACTIONS(1597), - [aux_sym_preproc_def_token1] = ACTIONS(1597), - [aux_sym_preproc_if_token1] = ACTIONS(1597), - [aux_sym_preproc_if_token2] = ACTIONS(1597), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1597), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1597), - [sym_preproc_directive] = ACTIONS(1597), - [anon_sym_LPAREN2] = ACTIONS(1599), - [anon_sym_BANG] = ACTIONS(1599), - [anon_sym_TILDE] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1597), - [anon_sym_PLUS] = ACTIONS(1597), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_AMP_AMP] = ACTIONS(1599), - [anon_sym_AMP] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_typedef] = ACTIONS(1597), - [anon_sym_extern] = ACTIONS(1597), - [anon_sym___attribute__] = ACTIONS(1597), - [anon_sym_COLON_COLON] = ACTIONS(1599), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1599), - [anon_sym___declspec] = ACTIONS(1597), - [anon_sym___based] = ACTIONS(1597), - [anon_sym___cdecl] = ACTIONS(1597), - [anon_sym___clrcall] = ACTIONS(1597), - [anon_sym___stdcall] = ACTIONS(1597), - [anon_sym___fastcall] = ACTIONS(1597), - [anon_sym___thiscall] = ACTIONS(1597), - [anon_sym___vectorcall] = ACTIONS(1597), - [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_LBRACK] = ACTIONS(1597), - [anon_sym_static] = ACTIONS(1597), - [anon_sym_register] = ACTIONS(1597), - [anon_sym_inline] = ACTIONS(1597), - [anon_sym_thread_local] = ACTIONS(1597), - [anon_sym_const] = ACTIONS(1597), - [anon_sym_volatile] = ACTIONS(1597), - [anon_sym_restrict] = ACTIONS(1597), - [anon_sym__Atomic] = ACTIONS(1597), - [anon_sym_mutable] = ACTIONS(1597), - [anon_sym_constexpr] = ACTIONS(1597), - [anon_sym_signed] = ACTIONS(1597), - [anon_sym_unsigned] = ACTIONS(1597), - [anon_sym_long] = ACTIONS(1597), - [anon_sym_short] = ACTIONS(1597), - [sym_primitive_type] = ACTIONS(1597), - [anon_sym_enum] = ACTIONS(1597), - [anon_sym_class] = ACTIONS(1597), - [anon_sym_struct] = ACTIONS(1597), - [anon_sym_union] = ACTIONS(1597), - [anon_sym_if] = ACTIONS(1597), - [anon_sym_else] = ACTIONS(1597), - [anon_sym_switch] = ACTIONS(1597), - [anon_sym_case] = ACTIONS(1597), - [anon_sym_default] = ACTIONS(1597), - [anon_sym_while] = ACTIONS(1597), - [anon_sym_do] = ACTIONS(1597), - [anon_sym_for] = ACTIONS(1597), - [anon_sym_return] = ACTIONS(1597), - [anon_sym_break] = ACTIONS(1597), - [anon_sym_continue] = ACTIONS(1597), - [anon_sym_goto] = ACTIONS(1597), - [anon_sym_DASH_DASH] = ACTIONS(1599), - [anon_sym_PLUS_PLUS] = ACTIONS(1599), - [anon_sym_sizeof] = ACTIONS(1597), - [sym_number_literal] = ACTIONS(1599), - [anon_sym_L_SQUOTE] = ACTIONS(1599), - [anon_sym_u_SQUOTE] = ACTIONS(1599), - [anon_sym_U_SQUOTE] = ACTIONS(1599), - [anon_sym_u8_SQUOTE] = ACTIONS(1599), - [anon_sym_SQUOTE] = ACTIONS(1599), - [anon_sym_L_DQUOTE] = ACTIONS(1599), - [anon_sym_u_DQUOTE] = ACTIONS(1599), - [anon_sym_U_DQUOTE] = ACTIONS(1599), - [anon_sym_u8_DQUOTE] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym_true] = ACTIONS(1597), - [sym_false] = ACTIONS(1597), - [sym_null] = ACTIONS(1597), + [224] = { + [ts_builtin_sym_end] = ACTIONS(1516), + [sym_identifier] = ACTIONS(1514), + [aux_sym_preproc_include_token1] = ACTIONS(1514), + [aux_sym_preproc_def_token1] = ACTIONS(1514), + [aux_sym_preproc_if_token1] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1514), + [sym_preproc_directive] = ACTIONS(1514), + [anon_sym_LPAREN2] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1516), + [anon_sym_TILDE] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1514), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1516), + [anon_sym_AMP] = ACTIONS(1514), + [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1514), + [anon_sym_extern] = ACTIONS(1514), + [anon_sym___attribute__] = ACTIONS(1514), + [anon_sym_COLON_COLON] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym___declspec] = ACTIONS(1514), + [anon_sym___based] = ACTIONS(1514), + [anon_sym___cdecl] = ACTIONS(1514), + [anon_sym___clrcall] = ACTIONS(1514), + [anon_sym___stdcall] = ACTIONS(1514), + [anon_sym___fastcall] = ACTIONS(1514), + [anon_sym___thiscall] = ACTIONS(1514), + [anon_sym___vectorcall] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_static] = ACTIONS(1514), + [anon_sym_register] = ACTIONS(1514), + [anon_sym_inline] = ACTIONS(1514), + [anon_sym_thread_local] = ACTIONS(1514), + [anon_sym_const] = ACTIONS(1514), + [anon_sym_volatile] = ACTIONS(1514), + [anon_sym_restrict] = ACTIONS(1514), + [anon_sym__Atomic] = ACTIONS(1514), + [anon_sym_mutable] = ACTIONS(1514), + [anon_sym_constexpr] = ACTIONS(1514), + [anon_sym_signed] = ACTIONS(1514), + [anon_sym_unsigned] = ACTIONS(1514), + [anon_sym_long] = ACTIONS(1514), + [anon_sym_short] = ACTIONS(1514), + [sym_primitive_type] = ACTIONS(1514), + [anon_sym_enum] = ACTIONS(1514), + [anon_sym_class] = ACTIONS(1514), + [anon_sym_struct] = ACTIONS(1514), + [anon_sym_union] = ACTIONS(1514), + [anon_sym_if] = ACTIONS(1514), + [anon_sym_else] = ACTIONS(1514), + [anon_sym_switch] = ACTIONS(1514), + [anon_sym_case] = ACTIONS(1514), + [anon_sym_default] = ACTIONS(1514), + [anon_sym_while] = ACTIONS(1514), + [anon_sym_do] = ACTIONS(1514), + [anon_sym_for] = ACTIONS(1514), + [anon_sym_return] = ACTIONS(1514), + [anon_sym_break] = ACTIONS(1514), + [anon_sym_continue] = ACTIONS(1514), + [anon_sym_goto] = ACTIONS(1514), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_sizeof] = ACTIONS(1514), + [sym_number_literal] = ACTIONS(1516), + [anon_sym_L_SQUOTE] = ACTIONS(1516), + [anon_sym_u_SQUOTE] = ACTIONS(1516), + [anon_sym_U_SQUOTE] = ACTIONS(1516), + [anon_sym_u8_SQUOTE] = ACTIONS(1516), + [anon_sym_SQUOTE] = ACTIONS(1516), + [anon_sym_L_DQUOTE] = ACTIONS(1516), + [anon_sym_u_DQUOTE] = ACTIONS(1516), + [anon_sym_U_DQUOTE] = ACTIONS(1516), + [anon_sym_u8_DQUOTE] = ACTIONS(1516), + [anon_sym_DQUOTE] = ACTIONS(1516), + [sym_true] = ACTIONS(1514), + [sym_false] = ACTIONS(1514), + [sym_null] = ACTIONS(1514), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1514), + [anon_sym_virtual] = ACTIONS(1514), + [anon_sym_explicit] = ACTIONS(1514), + [sym_auto] = ACTIONS(1514), + [anon_sym_typename] = ACTIONS(1514), + [anon_sym_template] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1514), + [anon_sym_delete] = ACTIONS(1514), + [anon_sym_throw] = ACTIONS(1514), + [anon_sym_namespace] = ACTIONS(1514), + [anon_sym_using] = ACTIONS(1514), + [anon_sym_static_assert] = ACTIONS(1514), + [anon_sym_co_return] = ACTIONS(1514), + [anon_sym_co_yield] = ACTIONS(1514), + [anon_sym_try] = ACTIONS(1514), + [anon_sym_catch] = ACTIONS(1514), + [anon_sym_co_await] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1514), + [sym_this] = ACTIONS(1514), + [sym_nullptr] = ACTIONS(1514), + [sym_alone_macro] = ACTIONS(1516), + [aux_sym_alone_macro_call_token1] = ACTIONS(1514), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_FORWARD] = ACTIONS(1514), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1514), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_PS_GET] = ACTIONS(1514), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1514), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1514), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1514), + [anon_sym_MOZ_COLD] = ACTIONS(1514), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1514), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1514), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1514), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1514), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1514), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1514), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1514), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1514), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1514), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1514), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1514), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1514), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_RAII] = ACTIONS(1514), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1514), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1514), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1514), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1514), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1514), + [sym_raw_string_literal] = ACTIONS(1516), + }, + [225] = { + [sym_identifier] = ACTIONS(1799), + [aux_sym_preproc_include_token1] = ACTIONS(1799), + [aux_sym_preproc_def_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token2] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), + [aux_sym_preproc_else_token1] = ACTIONS(1799), + [aux_sym_preproc_elif_token1] = ACTIONS(1799), + [sym_preproc_directive] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1801), + [anon_sym_BANG] = ACTIONS(1801), + [anon_sym_TILDE] = ACTIONS(1801), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_typedef] = ACTIONS(1799), + [anon_sym_extern] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1799), + [anon_sym_COLON_COLON] = ACTIONS(1801), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), + [anon_sym___declspec] = ACTIONS(1799), + [anon_sym___based] = ACTIONS(1799), + [anon_sym___cdecl] = ACTIONS(1799), + [anon_sym___clrcall] = ACTIONS(1799), + [anon_sym___stdcall] = ACTIONS(1799), + [anon_sym___fastcall] = ACTIONS(1799), + [anon_sym___thiscall] = ACTIONS(1799), + [anon_sym___vectorcall] = ACTIONS(1799), + [anon_sym_LBRACE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_register] = ACTIONS(1799), + [anon_sym_inline] = ACTIONS(1799), + [anon_sym_thread_local] = ACTIONS(1799), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym_mutable] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_signed] = ACTIONS(1799), + [anon_sym_unsigned] = ACTIONS(1799), + [anon_sym_long] = ACTIONS(1799), + [anon_sym_short] = ACTIONS(1799), + [sym_primitive_type] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_union] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1799), + [anon_sym_switch] = ACTIONS(1799), + [anon_sym_case] = ACTIONS(1799), + [anon_sym_default] = ACTIONS(1799), + [anon_sym_while] = ACTIONS(1799), + [anon_sym_do] = ACTIONS(1799), + [anon_sym_for] = ACTIONS(1799), + [anon_sym_return] = ACTIONS(1799), + [anon_sym_break] = ACTIONS(1799), + [anon_sym_continue] = ACTIONS(1799), + [anon_sym_goto] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1801), + [anon_sym_PLUS_PLUS] = ACTIONS(1801), + [anon_sym_sizeof] = ACTIONS(1799), + [sym_number_literal] = ACTIONS(1801), + [anon_sym_L_SQUOTE] = ACTIONS(1801), + [anon_sym_u_SQUOTE] = ACTIONS(1801), + [anon_sym_U_SQUOTE] = ACTIONS(1801), + [anon_sym_u8_SQUOTE] = ACTIONS(1801), + [anon_sym_SQUOTE] = ACTIONS(1801), + [anon_sym_L_DQUOTE] = ACTIONS(1801), + [anon_sym_u_DQUOTE] = ACTIONS(1801), + [anon_sym_U_DQUOTE] = ACTIONS(1801), + [anon_sym_u8_DQUOTE] = ACTIONS(1801), + [anon_sym_DQUOTE] = ACTIONS(1801), + [sym_true] = ACTIONS(1799), + [sym_false] = ACTIONS(1799), + [sym_null] = ACTIONS(1799), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1597), - [anon_sym_virtual] = ACTIONS(1597), - [anon_sym_explicit] = ACTIONS(1597), - [sym_auto] = ACTIONS(1597), - [anon_sym_typename] = ACTIONS(1597), - [anon_sym_template] = ACTIONS(1597), - [anon_sym_operator] = ACTIONS(1597), - [anon_sym_delete] = ACTIONS(1597), - [anon_sym_throw] = ACTIONS(1597), - [anon_sym_namespace] = ACTIONS(1597), - [anon_sym_using] = ACTIONS(1597), - [anon_sym_static_assert] = ACTIONS(1597), - [anon_sym_co_return] = ACTIONS(1597), - [anon_sym_co_yield] = ACTIONS(1597), - [anon_sym_try] = ACTIONS(1597), - [anon_sym_co_await] = ACTIONS(1597), - [anon_sym_new] = ACTIONS(1597), - [sym_this] = ACTIONS(1597), - [sym_nullptr] = ACTIONS(1597), - [sym_alone_macro] = ACTIONS(1599), - [aux_sym_alone_macro_call_token1] = ACTIONS(1597), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_FORWARD] = ACTIONS(1597), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1597), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_PS_GET] = ACTIONS(1597), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1597), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1597), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1597), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1597), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1597), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1597), - [anon_sym_MOZ_COLD] = ACTIONS(1597), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1597), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1597), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1597), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1597), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1597), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1597), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1597), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1597), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1597), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1597), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1597), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1597), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1597), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_NONNULL] = ACTIONS(1597), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1597), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1597), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1597), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1597), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1597), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1597), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1597), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1597), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1597), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1597), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1597), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1597), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), - [anon_sym_MOZ_RAII] = ACTIONS(1597), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1597), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1597), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1597), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1597), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), - [sym_raw_string_literal] = ACTIONS(1599), + [anon_sym_decltype] = ACTIONS(1799), + [anon_sym_virtual] = ACTIONS(1799), + [anon_sym_explicit] = ACTIONS(1799), + [sym_auto] = ACTIONS(1799), + [anon_sym_typename] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1799), + [anon_sym_operator] = ACTIONS(1799), + [anon_sym_delete] = ACTIONS(1799), + [anon_sym_throw] = ACTIONS(1799), + [anon_sym_namespace] = ACTIONS(1799), + [anon_sym_using] = ACTIONS(1799), + [anon_sym_static_assert] = ACTIONS(1799), + [anon_sym_co_return] = ACTIONS(1799), + [anon_sym_co_yield] = ACTIONS(1799), + [anon_sym_try] = ACTIONS(1799), + [anon_sym_co_await] = ACTIONS(1799), + [anon_sym_new] = ACTIONS(1799), + [sym_this] = ACTIONS(1799), + [sym_nullptr] = ACTIONS(1799), + [sym_alone_macro] = ACTIONS(1801), + [aux_sym_alone_macro_call_token1] = ACTIONS(1799), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_FORWARD] = ACTIONS(1799), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_PS_GET] = ACTIONS(1799), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), + [anon_sym_MOZ_COLD] = ACTIONS(1799), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_RAII] = ACTIONS(1799), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), + [sym_raw_string_literal] = ACTIONS(1801), }, - [260] = { - [sym_identifier] = ACTIONS(1613), - [aux_sym_preproc_include_token1] = ACTIONS(1613), - [aux_sym_preproc_def_token1] = ACTIONS(1613), - [aux_sym_preproc_if_token1] = ACTIONS(1613), - [aux_sym_preproc_if_token2] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1613), - [sym_preproc_directive] = ACTIONS(1613), - [anon_sym_LPAREN2] = ACTIONS(1615), - [anon_sym_BANG] = ACTIONS(1615), - [anon_sym_TILDE] = ACTIONS(1615), - [anon_sym_DASH] = ACTIONS(1613), - [anon_sym_PLUS] = ACTIONS(1613), - [anon_sym_STAR] = ACTIONS(1615), - [anon_sym_AMP_AMP] = ACTIONS(1615), - [anon_sym_AMP] = ACTIONS(1613), - [anon_sym_SEMI] = ACTIONS(1615), - [anon_sym_typedef] = ACTIONS(1613), - [anon_sym_extern] = ACTIONS(1613), - [anon_sym___attribute__] = ACTIONS(1613), - [anon_sym_COLON_COLON] = ACTIONS(1615), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1615), - [anon_sym___declspec] = ACTIONS(1613), - [anon_sym___based] = ACTIONS(1613), - [anon_sym___cdecl] = ACTIONS(1613), - [anon_sym___clrcall] = ACTIONS(1613), - [anon_sym___stdcall] = ACTIONS(1613), - [anon_sym___fastcall] = ACTIONS(1613), - [anon_sym___thiscall] = ACTIONS(1613), - [anon_sym___vectorcall] = ACTIONS(1613), - [anon_sym_LBRACE] = ACTIONS(1615), - [anon_sym_LBRACK] = ACTIONS(1613), - [anon_sym_static] = ACTIONS(1613), - [anon_sym_register] = ACTIONS(1613), - [anon_sym_inline] = ACTIONS(1613), - [anon_sym_thread_local] = ACTIONS(1613), - [anon_sym_const] = ACTIONS(1613), - [anon_sym_volatile] = ACTIONS(1613), - [anon_sym_restrict] = ACTIONS(1613), - [anon_sym__Atomic] = ACTIONS(1613), - [anon_sym_mutable] = ACTIONS(1613), - [anon_sym_constexpr] = ACTIONS(1613), - [anon_sym_signed] = ACTIONS(1613), - [anon_sym_unsigned] = ACTIONS(1613), - [anon_sym_long] = ACTIONS(1613), - [anon_sym_short] = ACTIONS(1613), - [sym_primitive_type] = ACTIONS(1613), - [anon_sym_enum] = ACTIONS(1613), - [anon_sym_class] = ACTIONS(1613), - [anon_sym_struct] = ACTIONS(1613), - [anon_sym_union] = ACTIONS(1613), - [anon_sym_if] = ACTIONS(1613), - [anon_sym_else] = ACTIONS(1613), - [anon_sym_switch] = ACTIONS(1613), - [anon_sym_case] = ACTIONS(1613), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_while] = ACTIONS(1613), - [anon_sym_do] = ACTIONS(1613), - [anon_sym_for] = ACTIONS(1613), - [anon_sym_return] = ACTIONS(1613), - [anon_sym_break] = ACTIONS(1613), - [anon_sym_continue] = ACTIONS(1613), - [anon_sym_goto] = ACTIONS(1613), - [anon_sym_DASH_DASH] = ACTIONS(1615), - [anon_sym_PLUS_PLUS] = ACTIONS(1615), - [anon_sym_sizeof] = ACTIONS(1613), - [sym_number_literal] = ACTIONS(1615), - [anon_sym_L_SQUOTE] = ACTIONS(1615), - [anon_sym_u_SQUOTE] = ACTIONS(1615), - [anon_sym_U_SQUOTE] = ACTIONS(1615), - [anon_sym_u8_SQUOTE] = ACTIONS(1615), - [anon_sym_SQUOTE] = ACTIONS(1615), - [anon_sym_L_DQUOTE] = ACTIONS(1615), - [anon_sym_u_DQUOTE] = ACTIONS(1615), - [anon_sym_U_DQUOTE] = ACTIONS(1615), - [anon_sym_u8_DQUOTE] = ACTIONS(1615), - [anon_sym_DQUOTE] = ACTIONS(1615), - [sym_true] = ACTIONS(1613), - [sym_false] = ACTIONS(1613), - [sym_null] = ACTIONS(1613), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1613), - [anon_sym_virtual] = ACTIONS(1613), - [anon_sym_explicit] = ACTIONS(1613), - [sym_auto] = ACTIONS(1613), - [anon_sym_typename] = ACTIONS(1613), - [anon_sym_template] = ACTIONS(1613), - [anon_sym_operator] = ACTIONS(1613), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_throw] = ACTIONS(1613), - [anon_sym_namespace] = ACTIONS(1613), - [anon_sym_using] = ACTIONS(1613), - [anon_sym_static_assert] = ACTIONS(1613), - [anon_sym_co_return] = ACTIONS(1613), - [anon_sym_co_yield] = ACTIONS(1613), - [anon_sym_try] = ACTIONS(1613), - [anon_sym_co_await] = ACTIONS(1613), - [anon_sym_new] = ACTIONS(1613), - [sym_this] = ACTIONS(1613), - [sym_nullptr] = ACTIONS(1613), - [sym_alone_macro] = ACTIONS(1615), - [aux_sym_alone_macro_call_token1] = ACTIONS(1613), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_FORWARD] = ACTIONS(1613), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1613), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_PS_GET] = ACTIONS(1613), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1613), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1613), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1613), - [anon_sym_MOZ_COLD] = ACTIONS(1613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_RAII] = ACTIONS(1613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1613), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1613), - [sym_raw_string_literal] = ACTIONS(1615), + [226] = { + [ts_builtin_sym_end] = ACTIONS(1520), + [sym_identifier] = ACTIONS(1518), + [aux_sym_preproc_include_token1] = ACTIONS(1518), + [aux_sym_preproc_def_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1518), + [sym_preproc_directive] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1518), + [anon_sym_PLUS] = ACTIONS(1518), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_SEMI] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym___based] = ACTIONS(1518), + [anon_sym___cdecl] = ACTIONS(1518), + [anon_sym___clrcall] = ACTIONS(1518), + [anon_sym___stdcall] = ACTIONS(1518), + [anon_sym___fastcall] = ACTIONS(1518), + [anon_sym___thiscall] = ACTIONS(1518), + [anon_sym___vectorcall] = ACTIONS(1518), + [anon_sym_LBRACE] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [anon_sym_if] = ACTIONS(1518), + [anon_sym_else] = ACTIONS(1518), + [anon_sym_switch] = ACTIONS(1518), + [anon_sym_case] = ACTIONS(1518), + [anon_sym_default] = ACTIONS(1518), + [anon_sym_while] = ACTIONS(1518), + [anon_sym_do] = ACTIONS(1518), + [anon_sym_for] = ACTIONS(1518), + [anon_sym_return] = ACTIONS(1518), + [anon_sym_break] = ACTIONS(1518), + [anon_sym_continue] = ACTIONS(1518), + [anon_sym_goto] = ACTIONS(1518), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1518), + [sym_number_literal] = ACTIONS(1520), + [anon_sym_L_SQUOTE] = ACTIONS(1520), + [anon_sym_u_SQUOTE] = ACTIONS(1520), + [anon_sym_U_SQUOTE] = ACTIONS(1520), + [anon_sym_u8_SQUOTE] = ACTIONS(1520), + [anon_sym_SQUOTE] = ACTIONS(1520), + [anon_sym_L_DQUOTE] = ACTIONS(1520), + [anon_sym_u_DQUOTE] = ACTIONS(1520), + [anon_sym_U_DQUOTE] = ACTIONS(1520), + [anon_sym_u8_DQUOTE] = ACTIONS(1520), + [anon_sym_DQUOTE] = ACTIONS(1520), + [sym_true] = ACTIONS(1518), + [sym_false] = ACTIONS(1518), + [sym_null] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [anon_sym_explicit] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1518), + [anon_sym_delete] = ACTIONS(1518), + [anon_sym_throw] = ACTIONS(1518), + [anon_sym_namespace] = ACTIONS(1518), + [anon_sym_using] = ACTIONS(1518), + [anon_sym_static_assert] = ACTIONS(1518), + [anon_sym_co_return] = ACTIONS(1518), + [anon_sym_co_yield] = ACTIONS(1518), + [anon_sym_try] = ACTIONS(1518), + [anon_sym_catch] = ACTIONS(1518), + [anon_sym_co_await] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1518), + [sym_this] = ACTIONS(1518), + [sym_nullptr] = ACTIONS(1518), + [sym_alone_macro] = ACTIONS(1520), + [aux_sym_alone_macro_call_token1] = ACTIONS(1518), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_FORWARD] = ACTIONS(1518), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1518), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_PS_GET] = ACTIONS(1518), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1518), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1518), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), + [sym_raw_string_literal] = ACTIONS(1520), }, - [261] = { - [ts_builtin_sym_end] = ACTIONS(1689), - [sym_identifier] = ACTIONS(1687), - [aux_sym_preproc_include_token1] = ACTIONS(1687), - [aux_sym_preproc_def_token1] = ACTIONS(1687), - [aux_sym_preproc_if_token1] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), - [sym_preproc_directive] = ACTIONS(1687), - [anon_sym_LPAREN2] = ACTIONS(1689), - [anon_sym_BANG] = ACTIONS(1689), - [anon_sym_TILDE] = ACTIONS(1689), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1689), - [anon_sym_AMP_AMP] = ACTIONS(1689), - [anon_sym_AMP] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1689), - [anon_sym_typedef] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym___attribute__] = ACTIONS(1687), - [anon_sym_COLON_COLON] = ACTIONS(1689), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), - [anon_sym___declspec] = ACTIONS(1687), - [anon_sym___based] = ACTIONS(1687), - [anon_sym___cdecl] = ACTIONS(1687), - [anon_sym___clrcall] = ACTIONS(1687), - [anon_sym___stdcall] = ACTIONS(1687), - [anon_sym___fastcall] = ACTIONS(1687), - [anon_sym___thiscall] = ACTIONS(1687), - [anon_sym___vectorcall] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1689), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_static] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_inline] = ACTIONS(1687), - [anon_sym_thread_local] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [anon_sym_volatile] = ACTIONS(1687), - [anon_sym_restrict] = ACTIONS(1687), - [anon_sym__Atomic] = ACTIONS(1687), - [anon_sym_mutable] = ACTIONS(1687), - [anon_sym_constexpr] = ACTIONS(1687), - [anon_sym_signed] = ACTIONS(1687), - [anon_sym_unsigned] = ACTIONS(1687), - [anon_sym_long] = ACTIONS(1687), - [anon_sym_short] = ACTIONS(1687), - [sym_primitive_type] = ACTIONS(1687), - [anon_sym_enum] = ACTIONS(1687), - [anon_sym_class] = ACTIONS(1687), - [anon_sym_struct] = ACTIONS(1687), - [anon_sym_union] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_else] = ACTIONS(1687), - [anon_sym_switch] = ACTIONS(1687), - [anon_sym_case] = ACTIONS(1687), - [anon_sym_default] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_goto] = ACTIONS(1687), - [anon_sym_DASH_DASH] = ACTIONS(1689), - [anon_sym_PLUS_PLUS] = ACTIONS(1689), - [anon_sym_sizeof] = ACTIONS(1687), - [sym_number_literal] = ACTIONS(1689), - [anon_sym_L_SQUOTE] = ACTIONS(1689), - [anon_sym_u_SQUOTE] = ACTIONS(1689), - [anon_sym_U_SQUOTE] = ACTIONS(1689), - [anon_sym_u8_SQUOTE] = ACTIONS(1689), - [anon_sym_SQUOTE] = ACTIONS(1689), - [anon_sym_L_DQUOTE] = ACTIONS(1689), - [anon_sym_u_DQUOTE] = ACTIONS(1689), - [anon_sym_U_DQUOTE] = ACTIONS(1689), - [anon_sym_u8_DQUOTE] = ACTIONS(1689), - [anon_sym_DQUOTE] = ACTIONS(1689), - [sym_true] = ACTIONS(1687), - [sym_false] = ACTIONS(1687), - [sym_null] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1687), - [anon_sym_virtual] = ACTIONS(1687), - [anon_sym_explicit] = ACTIONS(1687), - [sym_auto] = ACTIONS(1687), - [anon_sym_typename] = ACTIONS(1687), - [anon_sym_template] = ACTIONS(1687), - [anon_sym_operator] = ACTIONS(1687), - [anon_sym_delete] = ACTIONS(1687), - [anon_sym_throw] = ACTIONS(1687), - [anon_sym_namespace] = ACTIONS(1687), - [anon_sym_using] = ACTIONS(1687), - [anon_sym_static_assert] = ACTIONS(1687), - [anon_sym_co_return] = ACTIONS(1687), - [anon_sym_co_yield] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_co_await] = ACTIONS(1687), - [anon_sym_new] = ACTIONS(1687), - [sym_this] = ACTIONS(1687), - [sym_nullptr] = ACTIONS(1687), - [sym_alone_macro] = ACTIONS(1689), - [aux_sym_alone_macro_call_token1] = ACTIONS(1687), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_FORWARD] = ACTIONS(1687), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_PS_GET] = ACTIONS(1687), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), - [anon_sym_MOZ_COLD] = ACTIONS(1687), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_RAII] = ACTIONS(1687), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), - [sym_raw_string_literal] = ACTIONS(1689), + [227] = { + [sym_identifier] = ACTIONS(1514), + [aux_sym_preproc_include_token1] = ACTIONS(1514), + [aux_sym_preproc_def_token1] = ACTIONS(1514), + [aux_sym_preproc_if_token1] = ACTIONS(1514), + [aux_sym_preproc_if_token2] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1514), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1514), + [sym_preproc_directive] = ACTIONS(1514), + [anon_sym_LPAREN2] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1516), + [anon_sym_TILDE] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1514), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1516), + [anon_sym_AMP] = ACTIONS(1514), + [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1514), + [anon_sym_extern] = ACTIONS(1514), + [anon_sym___attribute__] = ACTIONS(1514), + [anon_sym_COLON_COLON] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym___declspec] = ACTIONS(1514), + [anon_sym___based] = ACTIONS(1514), + [anon_sym___cdecl] = ACTIONS(1514), + [anon_sym___clrcall] = ACTIONS(1514), + [anon_sym___stdcall] = ACTIONS(1514), + [anon_sym___fastcall] = ACTIONS(1514), + [anon_sym___thiscall] = ACTIONS(1514), + [anon_sym___vectorcall] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_static] = ACTIONS(1514), + [anon_sym_register] = ACTIONS(1514), + [anon_sym_inline] = ACTIONS(1514), + [anon_sym_thread_local] = ACTIONS(1514), + [anon_sym_const] = ACTIONS(1514), + [anon_sym_volatile] = ACTIONS(1514), + [anon_sym_restrict] = ACTIONS(1514), + [anon_sym__Atomic] = ACTIONS(1514), + [anon_sym_mutable] = ACTIONS(1514), + [anon_sym_constexpr] = ACTIONS(1514), + [anon_sym_signed] = ACTIONS(1514), + [anon_sym_unsigned] = ACTIONS(1514), + [anon_sym_long] = ACTIONS(1514), + [anon_sym_short] = ACTIONS(1514), + [sym_primitive_type] = ACTIONS(1514), + [anon_sym_enum] = ACTIONS(1514), + [anon_sym_class] = ACTIONS(1514), + [anon_sym_struct] = ACTIONS(1514), + [anon_sym_union] = ACTIONS(1514), + [anon_sym_if] = ACTIONS(1514), + [anon_sym_else] = ACTIONS(1514), + [anon_sym_switch] = ACTIONS(1514), + [anon_sym_case] = ACTIONS(1514), + [anon_sym_default] = ACTIONS(1514), + [anon_sym_while] = ACTIONS(1514), + [anon_sym_do] = ACTIONS(1514), + [anon_sym_for] = ACTIONS(1514), + [anon_sym_return] = ACTIONS(1514), + [anon_sym_break] = ACTIONS(1514), + [anon_sym_continue] = ACTIONS(1514), + [anon_sym_goto] = ACTIONS(1514), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_sizeof] = ACTIONS(1514), + [sym_number_literal] = ACTIONS(1516), + [anon_sym_L_SQUOTE] = ACTIONS(1516), + [anon_sym_u_SQUOTE] = ACTIONS(1516), + [anon_sym_U_SQUOTE] = ACTIONS(1516), + [anon_sym_u8_SQUOTE] = ACTIONS(1516), + [anon_sym_SQUOTE] = ACTIONS(1516), + [anon_sym_L_DQUOTE] = ACTIONS(1516), + [anon_sym_u_DQUOTE] = ACTIONS(1516), + [anon_sym_U_DQUOTE] = ACTIONS(1516), + [anon_sym_u8_DQUOTE] = ACTIONS(1516), + [anon_sym_DQUOTE] = ACTIONS(1516), + [sym_true] = ACTIONS(1514), + [sym_false] = ACTIONS(1514), + [sym_null] = ACTIONS(1514), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1514), + [anon_sym_virtual] = ACTIONS(1514), + [anon_sym_explicit] = ACTIONS(1514), + [sym_auto] = ACTIONS(1514), + [anon_sym_typename] = ACTIONS(1514), + [anon_sym_template] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1514), + [anon_sym_delete] = ACTIONS(1514), + [anon_sym_throw] = ACTIONS(1514), + [anon_sym_namespace] = ACTIONS(1514), + [anon_sym_using] = ACTIONS(1514), + [anon_sym_static_assert] = ACTIONS(1514), + [anon_sym_co_return] = ACTIONS(1514), + [anon_sym_co_yield] = ACTIONS(1514), + [anon_sym_try] = ACTIONS(1514), + [anon_sym_catch] = ACTIONS(1514), + [anon_sym_co_await] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1514), + [sym_this] = ACTIONS(1514), + [sym_nullptr] = ACTIONS(1514), + [sym_alone_macro] = ACTIONS(1516), + [aux_sym_alone_macro_call_token1] = ACTIONS(1514), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_FORWARD] = ACTIONS(1514), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1514), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_PS_GET] = ACTIONS(1514), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1514), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1514), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1514), + [anon_sym_MOZ_COLD] = ACTIONS(1514), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1514), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1514), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1514), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1514), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1514), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1514), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1514), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1514), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1514), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1514), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1514), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1514), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_RAII] = ACTIONS(1514), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1514), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1514), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1514), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1514), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1514), + [sym_raw_string_literal] = ACTIONS(1516), }, - [262] = { - [sym_identifier] = ACTIONS(1551), - [aux_sym_preproc_include_token1] = ACTIONS(1551), - [aux_sym_preproc_def_token1] = ACTIONS(1551), - [aux_sym_preproc_if_token1] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1551), - [sym_preproc_directive] = ACTIONS(1551), - [anon_sym_LPAREN2] = ACTIONS(1553), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1553), - [anon_sym_AMP_AMP] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1553), - [anon_sym_typedef] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym___attribute__] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1553), - [anon_sym___declspec] = ACTIONS(1551), - [anon_sym___based] = ACTIONS(1551), - [anon_sym___cdecl] = ACTIONS(1551), - [anon_sym___clrcall] = ACTIONS(1551), - [anon_sym___stdcall] = ACTIONS(1551), - [anon_sym___fastcall] = ACTIONS(1551), - [anon_sym___thiscall] = ACTIONS(1551), - [anon_sym___vectorcall] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1553), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_static] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_inline] = ACTIONS(1551), - [anon_sym_thread_local] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_volatile] = ACTIONS(1551), - [anon_sym_restrict] = ACTIONS(1551), - [anon_sym__Atomic] = ACTIONS(1551), - [anon_sym_mutable] = ACTIONS(1551), - [anon_sym_constexpr] = ACTIONS(1551), - [anon_sym_signed] = ACTIONS(1551), - [anon_sym_unsigned] = ACTIONS(1551), - [anon_sym_long] = ACTIONS(1551), - [anon_sym_short] = ACTIONS(1551), - [sym_primitive_type] = ACTIONS(1551), - [anon_sym_enum] = ACTIONS(1551), - [anon_sym_class] = ACTIONS(1551), - [anon_sym_struct] = ACTIONS(1551), - [anon_sym_union] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_switch] = ACTIONS(1551), - [anon_sym_case] = ACTIONS(1551), - [anon_sym_default] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_goto] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1553), - [anon_sym_PLUS_PLUS] = ACTIONS(1553), - [anon_sym_sizeof] = ACTIONS(1551), - [sym_number_literal] = ACTIONS(1553), - [anon_sym_L_SQUOTE] = ACTIONS(1553), - [anon_sym_u_SQUOTE] = ACTIONS(1553), - [anon_sym_U_SQUOTE] = ACTIONS(1553), - [anon_sym_u8_SQUOTE] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1553), - [anon_sym_L_DQUOTE] = ACTIONS(1553), - [anon_sym_u_DQUOTE] = ACTIONS(1553), - [anon_sym_U_DQUOTE] = ACTIONS(1553), - [anon_sym_u8_DQUOTE] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym_true] = ACTIONS(1551), - [sym_false] = ACTIONS(1551), - [sym_null] = ACTIONS(1551), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1551), - [anon_sym_virtual] = ACTIONS(1551), - [anon_sym_explicit] = ACTIONS(1551), - [sym_auto] = ACTIONS(1551), - [anon_sym_typename] = ACTIONS(1551), - [anon_sym_template] = ACTIONS(1551), - [anon_sym_operator] = ACTIONS(1551), - [anon_sym_delete] = ACTIONS(1551), - [anon_sym_throw] = ACTIONS(1551), - [anon_sym_namespace] = ACTIONS(1551), - [anon_sym_using] = ACTIONS(1551), - [anon_sym_static_assert] = ACTIONS(1551), - [anon_sym_co_return] = ACTIONS(1551), - [anon_sym_co_yield] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_co_await] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [sym_this] = ACTIONS(1551), - [sym_nullptr] = ACTIONS(1551), - [sym_alone_macro] = ACTIONS(1553), - [aux_sym_alone_macro_call_token1] = ACTIONS(1551), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_FORWARD] = ACTIONS(1551), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1551), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_PS_GET] = ACTIONS(1551), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1551), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1551), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1551), - [anon_sym_MOZ_COLD] = ACTIONS(1551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_RAII] = ACTIONS(1551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1551), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1551), - [sym_raw_string_literal] = ACTIONS(1553), + [228] = { + [sym_identifier] = ACTIONS(1803), + [aux_sym_preproc_include_token1] = ACTIONS(1803), + [aux_sym_preproc_def_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token2] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), + [aux_sym_preproc_else_token1] = ACTIONS(1803), + [aux_sym_preproc_elif_token1] = ACTIONS(1803), + [sym_preproc_directive] = ACTIONS(1803), + [anon_sym_LPAREN2] = ACTIONS(1805), + [anon_sym_BANG] = ACTIONS(1805), + [anon_sym_TILDE] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1803), + [anon_sym_STAR] = ACTIONS(1805), + [anon_sym_AMP_AMP] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_SEMI] = ACTIONS(1805), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1803), + [anon_sym___attribute__] = ACTIONS(1803), + [anon_sym_COLON_COLON] = ACTIONS(1805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), + [anon_sym___declspec] = ACTIONS(1803), + [anon_sym___based] = ACTIONS(1803), + [anon_sym___cdecl] = ACTIONS(1803), + [anon_sym___clrcall] = ACTIONS(1803), + [anon_sym___stdcall] = ACTIONS(1803), + [anon_sym___fastcall] = ACTIONS(1803), + [anon_sym___thiscall] = ACTIONS(1803), + [anon_sym___vectorcall] = ACTIONS(1803), + [anon_sym_LBRACE] = ACTIONS(1805), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_register] = ACTIONS(1803), + [anon_sym_inline] = ACTIONS(1803), + [anon_sym_thread_local] = ACTIONS(1803), + [anon_sym_const] = ACTIONS(1803), + [anon_sym_volatile] = ACTIONS(1803), + [anon_sym_restrict] = ACTIONS(1803), + [anon_sym__Atomic] = ACTIONS(1803), + [anon_sym_mutable] = ACTIONS(1803), + [anon_sym_constexpr] = ACTIONS(1803), + [anon_sym_signed] = ACTIONS(1803), + [anon_sym_unsigned] = ACTIONS(1803), + [anon_sym_long] = ACTIONS(1803), + [anon_sym_short] = ACTIONS(1803), + [sym_primitive_type] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_union] = ACTIONS(1803), + [anon_sym_if] = ACTIONS(1803), + [anon_sym_switch] = ACTIONS(1803), + [anon_sym_case] = ACTIONS(1803), + [anon_sym_default] = ACTIONS(1803), + [anon_sym_while] = ACTIONS(1803), + [anon_sym_do] = ACTIONS(1803), + [anon_sym_for] = ACTIONS(1803), + [anon_sym_return] = ACTIONS(1803), + [anon_sym_break] = ACTIONS(1803), + [anon_sym_continue] = ACTIONS(1803), + [anon_sym_goto] = ACTIONS(1803), + [anon_sym_DASH_DASH] = ACTIONS(1805), + [anon_sym_PLUS_PLUS] = ACTIONS(1805), + [anon_sym_sizeof] = ACTIONS(1803), + [sym_number_literal] = ACTIONS(1805), + [anon_sym_L_SQUOTE] = ACTIONS(1805), + [anon_sym_u_SQUOTE] = ACTIONS(1805), + [anon_sym_U_SQUOTE] = ACTIONS(1805), + [anon_sym_u8_SQUOTE] = ACTIONS(1805), + [anon_sym_SQUOTE] = ACTIONS(1805), + [anon_sym_L_DQUOTE] = ACTIONS(1805), + [anon_sym_u_DQUOTE] = ACTIONS(1805), + [anon_sym_U_DQUOTE] = ACTIONS(1805), + [anon_sym_u8_DQUOTE] = ACTIONS(1805), + [anon_sym_DQUOTE] = ACTIONS(1805), + [sym_true] = ACTIONS(1803), + [sym_false] = ACTIONS(1803), + [sym_null] = ACTIONS(1803), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1803), + [anon_sym_virtual] = ACTIONS(1803), + [anon_sym_explicit] = ACTIONS(1803), + [sym_auto] = ACTIONS(1803), + [anon_sym_typename] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1803), + [anon_sym_operator] = ACTIONS(1803), + [anon_sym_delete] = ACTIONS(1803), + [anon_sym_throw] = ACTIONS(1803), + [anon_sym_namespace] = ACTIONS(1803), + [anon_sym_using] = ACTIONS(1803), + [anon_sym_static_assert] = ACTIONS(1803), + [anon_sym_co_return] = ACTIONS(1803), + [anon_sym_co_yield] = ACTIONS(1803), + [anon_sym_try] = ACTIONS(1803), + [anon_sym_co_await] = ACTIONS(1803), + [anon_sym_new] = ACTIONS(1803), + [sym_this] = ACTIONS(1803), + [sym_nullptr] = ACTIONS(1803), + [sym_alone_macro] = ACTIONS(1805), + [aux_sym_alone_macro_call_token1] = ACTIONS(1803), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_FORWARD] = ACTIONS(1803), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_PS_GET] = ACTIONS(1803), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), + [anon_sym_MOZ_COLD] = ACTIONS(1803), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_RAII] = ACTIONS(1803), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), + [sym_raw_string_literal] = ACTIONS(1805), }, - [263] = { - [sym_identifier] = ACTIONS(1545), - [aux_sym_preproc_include_token1] = ACTIONS(1545), - [aux_sym_preproc_def_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token2] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), - [sym_preproc_directive] = ACTIONS(1545), - [anon_sym_LPAREN2] = ACTIONS(1547), - [anon_sym_BANG] = ACTIONS(1547), - [anon_sym_TILDE] = ACTIONS(1547), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1547), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1547), - [anon_sym_typedef] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym___attribute__] = ACTIONS(1545), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), - [anon_sym___declspec] = ACTIONS(1545), - [anon_sym___based] = ACTIONS(1545), - [anon_sym___cdecl] = ACTIONS(1545), - [anon_sym___clrcall] = ACTIONS(1545), - [anon_sym___stdcall] = ACTIONS(1545), - [anon_sym___fastcall] = ACTIONS(1545), - [anon_sym___thiscall] = ACTIONS(1545), - [anon_sym___vectorcall] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_static] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_inline] = ACTIONS(1545), - [anon_sym_thread_local] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_volatile] = ACTIONS(1545), - [anon_sym_restrict] = ACTIONS(1545), - [anon_sym__Atomic] = ACTIONS(1545), - [anon_sym_mutable] = ACTIONS(1545), - [anon_sym_constexpr] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1545), - [anon_sym_unsigned] = ACTIONS(1545), - [anon_sym_long] = ACTIONS(1545), - [anon_sym_short] = ACTIONS(1545), - [sym_primitive_type] = ACTIONS(1545), - [anon_sym_enum] = ACTIONS(1545), - [anon_sym_class] = ACTIONS(1545), - [anon_sym_struct] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_else] = ACTIONS(1545), - [anon_sym_switch] = ACTIONS(1545), - [anon_sym_case] = ACTIONS(1545), - [anon_sym_default] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_goto] = ACTIONS(1545), - [anon_sym_DASH_DASH] = ACTIONS(1547), - [anon_sym_PLUS_PLUS] = ACTIONS(1547), - [anon_sym_sizeof] = ACTIONS(1545), - [sym_number_literal] = ACTIONS(1547), - [anon_sym_L_SQUOTE] = ACTIONS(1547), - [anon_sym_u_SQUOTE] = ACTIONS(1547), - [anon_sym_U_SQUOTE] = ACTIONS(1547), - [anon_sym_u8_SQUOTE] = ACTIONS(1547), - [anon_sym_SQUOTE] = ACTIONS(1547), - [anon_sym_L_DQUOTE] = ACTIONS(1547), - [anon_sym_u_DQUOTE] = ACTIONS(1547), - [anon_sym_U_DQUOTE] = ACTIONS(1547), - [anon_sym_u8_DQUOTE] = ACTIONS(1547), - [anon_sym_DQUOTE] = ACTIONS(1547), - [sym_true] = ACTIONS(1545), - [sym_false] = ACTIONS(1545), - [sym_null] = ACTIONS(1545), + [229] = { + [sym_identifier] = ACTIONS(1807), + [aux_sym_preproc_include_token1] = ACTIONS(1807), + [aux_sym_preproc_def_token1] = ACTIONS(1807), + [aux_sym_preproc_if_token1] = ACTIONS(1807), + [aux_sym_preproc_if_token2] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), + [aux_sym_preproc_else_token1] = ACTIONS(1807), + [aux_sym_preproc_elif_token1] = ACTIONS(1807), + [sym_preproc_directive] = ACTIONS(1807), + [anon_sym_LPAREN2] = ACTIONS(1809), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1809), + [anon_sym_AMP_AMP] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), + [anon_sym_typedef] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1807), + [anon_sym___attribute__] = ACTIONS(1807), + [anon_sym_COLON_COLON] = ACTIONS(1809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), + [anon_sym___declspec] = ACTIONS(1807), + [anon_sym___based] = ACTIONS(1807), + [anon_sym___cdecl] = ACTIONS(1807), + [anon_sym___clrcall] = ACTIONS(1807), + [anon_sym___stdcall] = ACTIONS(1807), + [anon_sym___fastcall] = ACTIONS(1807), + [anon_sym___thiscall] = ACTIONS(1807), + [anon_sym___vectorcall] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1807), + [anon_sym_static] = ACTIONS(1807), + [anon_sym_register] = ACTIONS(1807), + [anon_sym_inline] = ACTIONS(1807), + [anon_sym_thread_local] = ACTIONS(1807), + [anon_sym_const] = ACTIONS(1807), + [anon_sym_volatile] = ACTIONS(1807), + [anon_sym_restrict] = ACTIONS(1807), + [anon_sym__Atomic] = ACTIONS(1807), + [anon_sym_mutable] = ACTIONS(1807), + [anon_sym_constexpr] = ACTIONS(1807), + [anon_sym_signed] = ACTIONS(1807), + [anon_sym_unsigned] = ACTIONS(1807), + [anon_sym_long] = ACTIONS(1807), + [anon_sym_short] = ACTIONS(1807), + [sym_primitive_type] = ACTIONS(1807), + [anon_sym_enum] = ACTIONS(1807), + [anon_sym_class] = ACTIONS(1807), + [anon_sym_struct] = ACTIONS(1807), + [anon_sym_union] = ACTIONS(1807), + [anon_sym_if] = ACTIONS(1807), + [anon_sym_switch] = ACTIONS(1807), + [anon_sym_case] = ACTIONS(1807), + [anon_sym_default] = ACTIONS(1807), + [anon_sym_while] = ACTIONS(1807), + [anon_sym_do] = ACTIONS(1807), + [anon_sym_for] = ACTIONS(1807), + [anon_sym_return] = ACTIONS(1807), + [anon_sym_break] = ACTIONS(1807), + [anon_sym_continue] = ACTIONS(1807), + [anon_sym_goto] = ACTIONS(1807), + [anon_sym_DASH_DASH] = ACTIONS(1809), + [anon_sym_PLUS_PLUS] = ACTIONS(1809), + [anon_sym_sizeof] = ACTIONS(1807), + [sym_number_literal] = ACTIONS(1809), + [anon_sym_L_SQUOTE] = ACTIONS(1809), + [anon_sym_u_SQUOTE] = ACTIONS(1809), + [anon_sym_U_SQUOTE] = ACTIONS(1809), + [anon_sym_u8_SQUOTE] = ACTIONS(1809), + [anon_sym_SQUOTE] = ACTIONS(1809), + [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(1807), + [sym_false] = ACTIONS(1807), + [sym_null] = ACTIONS(1807), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1545), - [anon_sym_virtual] = ACTIONS(1545), - [anon_sym_explicit] = ACTIONS(1545), - [sym_auto] = ACTIONS(1545), - [anon_sym_typename] = ACTIONS(1545), - [anon_sym_template] = ACTIONS(1545), - [anon_sym_operator] = ACTIONS(1545), - [anon_sym_delete] = ACTIONS(1545), - [anon_sym_throw] = ACTIONS(1545), - [anon_sym_namespace] = ACTIONS(1545), - [anon_sym_using] = ACTIONS(1545), - [anon_sym_static_assert] = ACTIONS(1545), - [anon_sym_co_return] = ACTIONS(1545), - [anon_sym_co_yield] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_co_await] = ACTIONS(1545), - [anon_sym_new] = ACTIONS(1545), - [sym_this] = ACTIONS(1545), - [sym_nullptr] = ACTIONS(1545), - [sym_alone_macro] = ACTIONS(1547), - [aux_sym_alone_macro_call_token1] = ACTIONS(1545), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_FORWARD] = ACTIONS(1545), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_PS_GET] = ACTIONS(1545), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), - [anon_sym_MOZ_COLD] = ACTIONS(1545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_RAII] = ACTIONS(1545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), - [sym_raw_string_literal] = ACTIONS(1547), + [anon_sym_decltype] = ACTIONS(1807), + [anon_sym_virtual] = ACTIONS(1807), + [anon_sym_explicit] = ACTIONS(1807), + [sym_auto] = ACTIONS(1807), + [anon_sym_typename] = ACTIONS(1807), + [anon_sym_template] = ACTIONS(1807), + [anon_sym_operator] = ACTIONS(1807), + [anon_sym_delete] = ACTIONS(1807), + [anon_sym_throw] = ACTIONS(1807), + [anon_sym_namespace] = ACTIONS(1807), + [anon_sym_using] = ACTIONS(1807), + [anon_sym_static_assert] = ACTIONS(1807), + [anon_sym_co_return] = ACTIONS(1807), + [anon_sym_co_yield] = ACTIONS(1807), + [anon_sym_try] = ACTIONS(1807), + [anon_sym_co_await] = ACTIONS(1807), + [anon_sym_new] = ACTIONS(1807), + [sym_this] = ACTIONS(1807), + [sym_nullptr] = ACTIONS(1807), + [sym_alone_macro] = ACTIONS(1809), + [aux_sym_alone_macro_call_token1] = ACTIONS(1807), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_FORWARD] = ACTIONS(1807), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_PS_GET] = ACTIONS(1807), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), + [anon_sym_MOZ_COLD] = ACTIONS(1807), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_RAII] = ACTIONS(1807), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), + [sym_raw_string_literal] = ACTIONS(1809), }, - [264] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_preproc_else_in_field_declaration_list] = STATE(5026), - [sym_preproc_elif_in_field_declaration_list] = STATE(5026), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1917), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [230] = { + [sym_identifier] = ACTIONS(1811), + [aux_sym_preproc_include_token1] = ACTIONS(1811), + [aux_sym_preproc_def_token1] = ACTIONS(1811), + [aux_sym_preproc_if_token1] = ACTIONS(1811), + [aux_sym_preproc_if_token2] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), + [aux_sym_preproc_else_token1] = ACTIONS(1811), + [aux_sym_preproc_elif_token1] = ACTIONS(1811), + [sym_preproc_directive] = ACTIONS(1811), + [anon_sym_LPAREN2] = ACTIONS(1813), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_TILDE] = ACTIONS(1813), + [anon_sym_DASH] = ACTIONS(1811), + [anon_sym_PLUS] = ACTIONS(1811), + [anon_sym_STAR] = ACTIONS(1813), + [anon_sym_AMP_AMP] = ACTIONS(1813), + [anon_sym_AMP] = ACTIONS(1811), + [anon_sym_SEMI] = ACTIONS(1813), + [anon_sym_typedef] = ACTIONS(1811), + [anon_sym_extern] = ACTIONS(1811), + [anon_sym___attribute__] = ACTIONS(1811), + [anon_sym_COLON_COLON] = ACTIONS(1813), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), + [anon_sym___declspec] = ACTIONS(1811), + [anon_sym___based] = ACTIONS(1811), + [anon_sym___cdecl] = ACTIONS(1811), + [anon_sym___clrcall] = ACTIONS(1811), + [anon_sym___stdcall] = ACTIONS(1811), + [anon_sym___fastcall] = ACTIONS(1811), + [anon_sym___thiscall] = ACTIONS(1811), + [anon_sym___vectorcall] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_static] = ACTIONS(1811), + [anon_sym_register] = ACTIONS(1811), + [anon_sym_inline] = ACTIONS(1811), + [anon_sym_thread_local] = ACTIONS(1811), + [anon_sym_const] = ACTIONS(1811), + [anon_sym_volatile] = ACTIONS(1811), + [anon_sym_restrict] = ACTIONS(1811), + [anon_sym__Atomic] = ACTIONS(1811), + [anon_sym_mutable] = ACTIONS(1811), + [anon_sym_constexpr] = ACTIONS(1811), + [anon_sym_signed] = ACTIONS(1811), + [anon_sym_unsigned] = ACTIONS(1811), + [anon_sym_long] = ACTIONS(1811), + [anon_sym_short] = ACTIONS(1811), + [sym_primitive_type] = ACTIONS(1811), + [anon_sym_enum] = ACTIONS(1811), + [anon_sym_class] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1811), + [anon_sym_union] = ACTIONS(1811), + [anon_sym_if] = ACTIONS(1811), + [anon_sym_switch] = ACTIONS(1811), + [anon_sym_case] = ACTIONS(1811), + [anon_sym_default] = ACTIONS(1811), + [anon_sym_while] = ACTIONS(1811), + [anon_sym_do] = ACTIONS(1811), + [anon_sym_for] = ACTIONS(1811), + [anon_sym_return] = ACTIONS(1811), + [anon_sym_break] = ACTIONS(1811), + [anon_sym_continue] = ACTIONS(1811), + [anon_sym_goto] = ACTIONS(1811), + [anon_sym_DASH_DASH] = ACTIONS(1813), + [anon_sym_PLUS_PLUS] = ACTIONS(1813), + [anon_sym_sizeof] = ACTIONS(1811), + [sym_number_literal] = ACTIONS(1813), + [anon_sym_L_SQUOTE] = ACTIONS(1813), + [anon_sym_u_SQUOTE] = ACTIONS(1813), + [anon_sym_U_SQUOTE] = ACTIONS(1813), + [anon_sym_u8_SQUOTE] = ACTIONS(1813), + [anon_sym_SQUOTE] = ACTIONS(1813), + [anon_sym_L_DQUOTE] = ACTIONS(1813), + [anon_sym_u_DQUOTE] = ACTIONS(1813), + [anon_sym_U_DQUOTE] = ACTIONS(1813), + [anon_sym_u8_DQUOTE] = ACTIONS(1813), + [anon_sym_DQUOTE] = ACTIONS(1813), + [sym_true] = ACTIONS(1811), + [sym_false] = ACTIONS(1811), + [sym_null] = ACTIONS(1811), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1811), + [anon_sym_virtual] = ACTIONS(1811), + [anon_sym_explicit] = ACTIONS(1811), + [sym_auto] = ACTIONS(1811), + [anon_sym_typename] = ACTIONS(1811), + [anon_sym_template] = ACTIONS(1811), + [anon_sym_operator] = ACTIONS(1811), + [anon_sym_delete] = ACTIONS(1811), + [anon_sym_throw] = ACTIONS(1811), + [anon_sym_namespace] = ACTIONS(1811), + [anon_sym_using] = ACTIONS(1811), + [anon_sym_static_assert] = ACTIONS(1811), + [anon_sym_co_return] = ACTIONS(1811), + [anon_sym_co_yield] = ACTIONS(1811), + [anon_sym_try] = ACTIONS(1811), + [anon_sym_co_await] = ACTIONS(1811), + [anon_sym_new] = ACTIONS(1811), + [sym_this] = ACTIONS(1811), + [sym_nullptr] = ACTIONS(1811), + [sym_alone_macro] = ACTIONS(1813), + [aux_sym_alone_macro_call_token1] = ACTIONS(1811), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_FORWARD] = ACTIONS(1811), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_PS_GET] = ACTIONS(1811), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), + [anon_sym_MOZ_COLD] = ACTIONS(1811), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_RAII] = ACTIONS(1811), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), + [sym_raw_string_literal] = ACTIONS(1813), }, - [265] = { - [sym_identifier] = ACTIONS(1637), - [aux_sym_preproc_include_token1] = ACTIONS(1637), - [aux_sym_preproc_def_token1] = ACTIONS(1637), - [aux_sym_preproc_if_token1] = ACTIONS(1637), - [aux_sym_preproc_if_token2] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), - [sym_preproc_directive] = ACTIONS(1637), - [anon_sym_LPAREN2] = ACTIONS(1639), - [anon_sym_BANG] = ACTIONS(1639), - [anon_sym_TILDE] = ACTIONS(1639), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1639), - [anon_sym_AMP_AMP] = ACTIONS(1639), - [anon_sym_AMP] = ACTIONS(1637), - [anon_sym_SEMI] = ACTIONS(1639), - [anon_sym_typedef] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym___attribute__] = ACTIONS(1637), - [anon_sym_COLON_COLON] = ACTIONS(1639), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), - [anon_sym___declspec] = ACTIONS(1637), - [anon_sym___based] = ACTIONS(1637), - [anon_sym___cdecl] = ACTIONS(1637), - [anon_sym___clrcall] = ACTIONS(1637), - [anon_sym___stdcall] = ACTIONS(1637), - [anon_sym___fastcall] = ACTIONS(1637), - [anon_sym___thiscall] = ACTIONS(1637), - [anon_sym___vectorcall] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1639), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_static] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_inline] = ACTIONS(1637), - [anon_sym_thread_local] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [anon_sym_volatile] = ACTIONS(1637), - [anon_sym_restrict] = ACTIONS(1637), - [anon_sym__Atomic] = ACTIONS(1637), - [anon_sym_mutable] = ACTIONS(1637), - [anon_sym_constexpr] = ACTIONS(1637), - [anon_sym_signed] = ACTIONS(1637), - [anon_sym_unsigned] = ACTIONS(1637), - [anon_sym_long] = ACTIONS(1637), - [anon_sym_short] = ACTIONS(1637), - [sym_primitive_type] = ACTIONS(1637), - [anon_sym_enum] = ACTIONS(1637), - [anon_sym_class] = ACTIONS(1637), - [anon_sym_struct] = ACTIONS(1637), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_else] = ACTIONS(1637), - [anon_sym_switch] = ACTIONS(1637), - [anon_sym_case] = ACTIONS(1637), - [anon_sym_default] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_goto] = ACTIONS(1637), - [anon_sym_DASH_DASH] = ACTIONS(1639), - [anon_sym_PLUS_PLUS] = ACTIONS(1639), - [anon_sym_sizeof] = ACTIONS(1637), - [sym_number_literal] = ACTIONS(1639), - [anon_sym_L_SQUOTE] = ACTIONS(1639), - [anon_sym_u_SQUOTE] = ACTIONS(1639), - [anon_sym_U_SQUOTE] = ACTIONS(1639), - [anon_sym_u8_SQUOTE] = ACTIONS(1639), - [anon_sym_SQUOTE] = ACTIONS(1639), - [anon_sym_L_DQUOTE] = ACTIONS(1639), - [anon_sym_u_DQUOTE] = ACTIONS(1639), - [anon_sym_U_DQUOTE] = ACTIONS(1639), - [anon_sym_u8_DQUOTE] = ACTIONS(1639), - [anon_sym_DQUOTE] = ACTIONS(1639), - [sym_true] = ACTIONS(1637), - [sym_false] = ACTIONS(1637), - [sym_null] = ACTIONS(1637), + [231] = { + [sym_identifier] = ACTIONS(1815), + [aux_sym_preproc_include_token1] = ACTIONS(1815), + [aux_sym_preproc_def_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token2] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), + [aux_sym_preproc_else_token1] = ACTIONS(1815), + [aux_sym_preproc_elif_token1] = ACTIONS(1815), + [sym_preproc_directive] = ACTIONS(1815), + [anon_sym_LPAREN2] = ACTIONS(1817), + [anon_sym_BANG] = ACTIONS(1817), + [anon_sym_TILDE] = ACTIONS(1817), + [anon_sym_DASH] = ACTIONS(1815), + [anon_sym_PLUS] = ACTIONS(1815), + [anon_sym_STAR] = ACTIONS(1817), + [anon_sym_AMP_AMP] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_SEMI] = ACTIONS(1817), + [anon_sym_typedef] = ACTIONS(1815), + [anon_sym_extern] = ACTIONS(1815), + [anon_sym___attribute__] = ACTIONS(1815), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), + [anon_sym___declspec] = ACTIONS(1815), + [anon_sym___based] = ACTIONS(1815), + [anon_sym___cdecl] = ACTIONS(1815), + [anon_sym___clrcall] = ACTIONS(1815), + [anon_sym___stdcall] = ACTIONS(1815), + [anon_sym___fastcall] = ACTIONS(1815), + [anon_sym___thiscall] = ACTIONS(1815), + [anon_sym___vectorcall] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1817), + [anon_sym_LBRACK] = ACTIONS(1815), + [anon_sym_static] = ACTIONS(1815), + [anon_sym_register] = ACTIONS(1815), + [anon_sym_inline] = ACTIONS(1815), + [anon_sym_thread_local] = ACTIONS(1815), + [anon_sym_const] = ACTIONS(1815), + [anon_sym_volatile] = ACTIONS(1815), + [anon_sym_restrict] = ACTIONS(1815), + [anon_sym__Atomic] = ACTIONS(1815), + [anon_sym_mutable] = ACTIONS(1815), + [anon_sym_constexpr] = ACTIONS(1815), + [anon_sym_signed] = ACTIONS(1815), + [anon_sym_unsigned] = ACTIONS(1815), + [anon_sym_long] = ACTIONS(1815), + [anon_sym_short] = ACTIONS(1815), + [sym_primitive_type] = ACTIONS(1815), + [anon_sym_enum] = ACTIONS(1815), + [anon_sym_class] = ACTIONS(1815), + [anon_sym_struct] = ACTIONS(1815), + [anon_sym_union] = ACTIONS(1815), + [anon_sym_if] = ACTIONS(1815), + [anon_sym_switch] = ACTIONS(1815), + [anon_sym_case] = ACTIONS(1815), + [anon_sym_default] = ACTIONS(1815), + [anon_sym_while] = ACTIONS(1815), + [anon_sym_do] = ACTIONS(1815), + [anon_sym_for] = ACTIONS(1815), + [anon_sym_return] = ACTIONS(1815), + [anon_sym_break] = ACTIONS(1815), + [anon_sym_continue] = ACTIONS(1815), + [anon_sym_goto] = ACTIONS(1815), + [anon_sym_DASH_DASH] = ACTIONS(1817), + [anon_sym_PLUS_PLUS] = ACTIONS(1817), + [anon_sym_sizeof] = ACTIONS(1815), + [sym_number_literal] = ACTIONS(1817), + [anon_sym_L_SQUOTE] = ACTIONS(1817), + [anon_sym_u_SQUOTE] = ACTIONS(1817), + [anon_sym_U_SQUOTE] = ACTIONS(1817), + [anon_sym_u8_SQUOTE] = ACTIONS(1817), + [anon_sym_SQUOTE] = ACTIONS(1817), + [anon_sym_L_DQUOTE] = ACTIONS(1817), + [anon_sym_u_DQUOTE] = ACTIONS(1817), + [anon_sym_U_DQUOTE] = ACTIONS(1817), + [anon_sym_u8_DQUOTE] = ACTIONS(1817), + [anon_sym_DQUOTE] = ACTIONS(1817), + [sym_true] = ACTIONS(1815), + [sym_false] = ACTIONS(1815), + [sym_null] = ACTIONS(1815), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1637), - [anon_sym_virtual] = ACTIONS(1637), - [anon_sym_explicit] = ACTIONS(1637), - [sym_auto] = ACTIONS(1637), - [anon_sym_typename] = ACTIONS(1637), - [anon_sym_template] = ACTIONS(1637), - [anon_sym_operator] = ACTIONS(1637), - [anon_sym_delete] = ACTIONS(1637), - [anon_sym_throw] = ACTIONS(1637), - [anon_sym_namespace] = ACTIONS(1637), - [anon_sym_using] = ACTIONS(1637), - [anon_sym_static_assert] = ACTIONS(1637), - [anon_sym_co_return] = ACTIONS(1637), - [anon_sym_co_yield] = ACTIONS(1637), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_co_await] = ACTIONS(1637), - [anon_sym_new] = ACTIONS(1637), - [sym_this] = ACTIONS(1637), - [sym_nullptr] = ACTIONS(1637), - [sym_alone_macro] = ACTIONS(1639), - [aux_sym_alone_macro_call_token1] = ACTIONS(1637), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_FORWARD] = ACTIONS(1637), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_PS_GET] = ACTIONS(1637), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), - [anon_sym_MOZ_COLD] = ACTIONS(1637), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_RAII] = ACTIONS(1637), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), - [sym_raw_string_literal] = ACTIONS(1639), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_virtual] = ACTIONS(1815), + [anon_sym_explicit] = ACTIONS(1815), + [sym_auto] = ACTIONS(1815), + [anon_sym_typename] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1815), + [anon_sym_operator] = ACTIONS(1815), + [anon_sym_delete] = ACTIONS(1815), + [anon_sym_throw] = ACTIONS(1815), + [anon_sym_namespace] = ACTIONS(1815), + [anon_sym_using] = ACTIONS(1815), + [anon_sym_static_assert] = ACTIONS(1815), + [anon_sym_co_return] = ACTIONS(1815), + [anon_sym_co_yield] = ACTIONS(1815), + [anon_sym_try] = ACTIONS(1815), + [anon_sym_co_await] = ACTIONS(1815), + [anon_sym_new] = ACTIONS(1815), + [sym_this] = ACTIONS(1815), + [sym_nullptr] = ACTIONS(1815), + [sym_alone_macro] = ACTIONS(1817), + [aux_sym_alone_macro_call_token1] = ACTIONS(1815), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_FORWARD] = ACTIONS(1815), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1815), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_PS_GET] = ACTIONS(1815), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1815), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1815), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), + [anon_sym_MOZ_COLD] = ACTIONS(1815), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_RAII] = ACTIONS(1815), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), + [sym_raw_string_literal] = ACTIONS(1817), }, - [266] = { - [sym_identifier] = ACTIONS(1641), - [aux_sym_preproc_include_token1] = ACTIONS(1641), - [aux_sym_preproc_def_token1] = ACTIONS(1641), - [aux_sym_preproc_if_token1] = ACTIONS(1641), - [aux_sym_preproc_if_token2] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), - [sym_preproc_directive] = ACTIONS(1641), - [anon_sym_LPAREN2] = ACTIONS(1643), - [anon_sym_BANG] = ACTIONS(1643), - [anon_sym_TILDE] = ACTIONS(1643), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1643), - [anon_sym_AMP_AMP] = ACTIONS(1643), - [anon_sym_AMP] = ACTIONS(1641), - [anon_sym_SEMI] = ACTIONS(1643), - [anon_sym_typedef] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym___attribute__] = ACTIONS(1641), - [anon_sym_COLON_COLON] = ACTIONS(1643), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), - [anon_sym___declspec] = ACTIONS(1641), - [anon_sym___based] = ACTIONS(1641), - [anon_sym___cdecl] = ACTIONS(1641), - [anon_sym___clrcall] = ACTIONS(1641), - [anon_sym___stdcall] = ACTIONS(1641), - [anon_sym___fastcall] = ACTIONS(1641), - [anon_sym___thiscall] = ACTIONS(1641), - [anon_sym___vectorcall] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1643), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_static] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_inline] = ACTIONS(1641), - [anon_sym_thread_local] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [anon_sym_volatile] = ACTIONS(1641), - [anon_sym_restrict] = ACTIONS(1641), - [anon_sym__Atomic] = ACTIONS(1641), - [anon_sym_mutable] = ACTIONS(1641), - [anon_sym_constexpr] = ACTIONS(1641), - [anon_sym_signed] = ACTIONS(1641), - [anon_sym_unsigned] = ACTIONS(1641), - [anon_sym_long] = ACTIONS(1641), - [anon_sym_short] = ACTIONS(1641), - [sym_primitive_type] = ACTIONS(1641), - [anon_sym_enum] = ACTIONS(1641), - [anon_sym_class] = ACTIONS(1641), - [anon_sym_struct] = ACTIONS(1641), - [anon_sym_union] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_else] = ACTIONS(1641), - [anon_sym_switch] = ACTIONS(1641), - [anon_sym_case] = ACTIONS(1641), - [anon_sym_default] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_goto] = ACTIONS(1641), - [anon_sym_DASH_DASH] = ACTIONS(1643), - [anon_sym_PLUS_PLUS] = ACTIONS(1643), - [anon_sym_sizeof] = ACTIONS(1641), - [sym_number_literal] = ACTIONS(1643), - [anon_sym_L_SQUOTE] = ACTIONS(1643), - [anon_sym_u_SQUOTE] = ACTIONS(1643), - [anon_sym_U_SQUOTE] = ACTIONS(1643), - [anon_sym_u8_SQUOTE] = ACTIONS(1643), - [anon_sym_SQUOTE] = ACTIONS(1643), - [anon_sym_L_DQUOTE] = ACTIONS(1643), - [anon_sym_u_DQUOTE] = ACTIONS(1643), - [anon_sym_U_DQUOTE] = ACTIONS(1643), - [anon_sym_u8_DQUOTE] = ACTIONS(1643), - [anon_sym_DQUOTE] = ACTIONS(1643), - [sym_true] = ACTIONS(1641), - [sym_false] = ACTIONS(1641), - [sym_null] = ACTIONS(1641), + [232] = { + [sym_identifier] = ACTIONS(1819), + [aux_sym_preproc_include_token1] = ACTIONS(1819), + [aux_sym_preproc_def_token1] = ACTIONS(1819), + [aux_sym_preproc_if_token1] = ACTIONS(1819), + [aux_sym_preproc_if_token2] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), + [aux_sym_preproc_else_token1] = ACTIONS(1819), + [aux_sym_preproc_elif_token1] = ACTIONS(1819), + [sym_preproc_directive] = ACTIONS(1819), + [anon_sym_LPAREN2] = ACTIONS(1821), + [anon_sym_BANG] = ACTIONS(1821), + [anon_sym_TILDE] = ACTIONS(1821), + [anon_sym_DASH] = ACTIONS(1819), + [anon_sym_PLUS] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(1821), + [anon_sym_AMP_AMP] = ACTIONS(1821), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_SEMI] = ACTIONS(1821), + [anon_sym_typedef] = ACTIONS(1819), + [anon_sym_extern] = ACTIONS(1819), + [anon_sym___attribute__] = ACTIONS(1819), + [anon_sym_COLON_COLON] = ACTIONS(1821), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), + [anon_sym___declspec] = ACTIONS(1819), + [anon_sym___based] = ACTIONS(1819), + [anon_sym___cdecl] = ACTIONS(1819), + [anon_sym___clrcall] = ACTIONS(1819), + [anon_sym___stdcall] = ACTIONS(1819), + [anon_sym___fastcall] = ACTIONS(1819), + [anon_sym___thiscall] = ACTIONS(1819), + [anon_sym___vectorcall] = ACTIONS(1819), + [anon_sym_LBRACE] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1819), + [anon_sym_static] = ACTIONS(1819), + [anon_sym_register] = ACTIONS(1819), + [anon_sym_inline] = ACTIONS(1819), + [anon_sym_thread_local] = ACTIONS(1819), + [anon_sym_const] = ACTIONS(1819), + [anon_sym_volatile] = ACTIONS(1819), + [anon_sym_restrict] = ACTIONS(1819), + [anon_sym__Atomic] = ACTIONS(1819), + [anon_sym_mutable] = ACTIONS(1819), + [anon_sym_constexpr] = ACTIONS(1819), + [anon_sym_signed] = ACTIONS(1819), + [anon_sym_unsigned] = ACTIONS(1819), + [anon_sym_long] = ACTIONS(1819), + [anon_sym_short] = ACTIONS(1819), + [sym_primitive_type] = ACTIONS(1819), + [anon_sym_enum] = ACTIONS(1819), + [anon_sym_class] = ACTIONS(1819), + [anon_sym_struct] = ACTIONS(1819), + [anon_sym_union] = ACTIONS(1819), + [anon_sym_if] = ACTIONS(1819), + [anon_sym_switch] = ACTIONS(1819), + [anon_sym_case] = ACTIONS(1819), + [anon_sym_default] = ACTIONS(1819), + [anon_sym_while] = ACTIONS(1819), + [anon_sym_do] = ACTIONS(1819), + [anon_sym_for] = ACTIONS(1819), + [anon_sym_return] = ACTIONS(1819), + [anon_sym_break] = ACTIONS(1819), + [anon_sym_continue] = ACTIONS(1819), + [anon_sym_goto] = ACTIONS(1819), + [anon_sym_DASH_DASH] = ACTIONS(1821), + [anon_sym_PLUS_PLUS] = ACTIONS(1821), + [anon_sym_sizeof] = ACTIONS(1819), + [sym_number_literal] = ACTIONS(1821), + [anon_sym_L_SQUOTE] = ACTIONS(1821), + [anon_sym_u_SQUOTE] = ACTIONS(1821), + [anon_sym_U_SQUOTE] = ACTIONS(1821), + [anon_sym_u8_SQUOTE] = ACTIONS(1821), + [anon_sym_SQUOTE] = ACTIONS(1821), + [anon_sym_L_DQUOTE] = ACTIONS(1821), + [anon_sym_u_DQUOTE] = ACTIONS(1821), + [anon_sym_U_DQUOTE] = ACTIONS(1821), + [anon_sym_u8_DQUOTE] = ACTIONS(1821), + [anon_sym_DQUOTE] = ACTIONS(1821), + [sym_true] = ACTIONS(1819), + [sym_false] = ACTIONS(1819), + [sym_null] = ACTIONS(1819), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1641), - [anon_sym_virtual] = ACTIONS(1641), - [anon_sym_explicit] = ACTIONS(1641), - [sym_auto] = ACTIONS(1641), - [anon_sym_typename] = ACTIONS(1641), - [anon_sym_template] = ACTIONS(1641), - [anon_sym_operator] = ACTIONS(1641), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_throw] = ACTIONS(1641), - [anon_sym_namespace] = ACTIONS(1641), - [anon_sym_using] = ACTIONS(1641), - [anon_sym_static_assert] = ACTIONS(1641), - [anon_sym_co_return] = ACTIONS(1641), - [anon_sym_co_yield] = ACTIONS(1641), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_co_await] = ACTIONS(1641), - [anon_sym_new] = ACTIONS(1641), - [sym_this] = ACTIONS(1641), - [sym_nullptr] = ACTIONS(1641), - [sym_alone_macro] = ACTIONS(1643), - [aux_sym_alone_macro_call_token1] = ACTIONS(1641), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_FORWARD] = ACTIONS(1641), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_PS_GET] = ACTIONS(1641), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), - [anon_sym_MOZ_COLD] = ACTIONS(1641), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_RAII] = ACTIONS(1641), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), - [sym_raw_string_literal] = ACTIONS(1643), + [anon_sym_decltype] = ACTIONS(1819), + [anon_sym_virtual] = ACTIONS(1819), + [anon_sym_explicit] = ACTIONS(1819), + [sym_auto] = ACTIONS(1819), + [anon_sym_typename] = ACTIONS(1819), + [anon_sym_template] = ACTIONS(1819), + [anon_sym_operator] = ACTIONS(1819), + [anon_sym_delete] = ACTIONS(1819), + [anon_sym_throw] = ACTIONS(1819), + [anon_sym_namespace] = ACTIONS(1819), + [anon_sym_using] = ACTIONS(1819), + [anon_sym_static_assert] = ACTIONS(1819), + [anon_sym_co_return] = ACTIONS(1819), + [anon_sym_co_yield] = ACTIONS(1819), + [anon_sym_try] = ACTIONS(1819), + [anon_sym_co_await] = ACTIONS(1819), + [anon_sym_new] = ACTIONS(1819), + [sym_this] = ACTIONS(1819), + [sym_nullptr] = ACTIONS(1819), + [sym_alone_macro] = ACTIONS(1821), + [aux_sym_alone_macro_call_token1] = ACTIONS(1819), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_FORWARD] = ACTIONS(1819), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_PS_GET] = ACTIONS(1819), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), + [anon_sym_MOZ_COLD] = ACTIONS(1819), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_RAII] = ACTIONS(1819), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), + [sym_raw_string_literal] = ACTIONS(1821), }, - [267] = { - [sym_preproc_def] = STATE(405), - [sym_preproc_function_def] = STATE(405), - [sym_preproc_call] = STATE(405), - [sym_preproc_if_in_field_declaration_list] = STATE(405), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(405), - [sym_preproc_else_in_field_declaration_list] = STATE(5025), - [sym_preproc_elif_in_field_declaration_list] = STATE(5025), - [sym_type_definition] = STATE(405), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(405), - [sym_field_declaration] = STATE(405), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(405), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(405), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(405), - [sym_operator_cast_declaration] = STATE(405), - [sym_constructor_or_destructor_definition] = STATE(405), - [sym_constructor_or_destructor_declaration] = STATE(405), - [sym_friend_declaration] = STATE(405), - [sym_access_specifier] = STATE(405), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(405), - [sym_alias_declaration] = STATE(405), - [sym_static_assert_declaration] = STATE(405), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(405), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(405), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1969), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [233] = { + [sym_identifier] = ACTIONS(1823), + [aux_sym_preproc_include_token1] = ACTIONS(1823), + [aux_sym_preproc_def_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token2] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), + [aux_sym_preproc_else_token1] = ACTIONS(1823), + [aux_sym_preproc_elif_token1] = ACTIONS(1823), + [sym_preproc_directive] = ACTIONS(1823), + [anon_sym_LPAREN2] = ACTIONS(1825), + [anon_sym_BANG] = ACTIONS(1825), + [anon_sym_TILDE] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1823), + [anon_sym_PLUS] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1825), + [anon_sym_AMP_AMP] = ACTIONS(1825), + [anon_sym_AMP] = ACTIONS(1823), + [anon_sym_SEMI] = ACTIONS(1825), + [anon_sym_typedef] = ACTIONS(1823), + [anon_sym_extern] = ACTIONS(1823), + [anon_sym___attribute__] = ACTIONS(1823), + [anon_sym_COLON_COLON] = ACTIONS(1825), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), + [anon_sym___declspec] = ACTIONS(1823), + [anon_sym___based] = ACTIONS(1823), + [anon_sym___cdecl] = ACTIONS(1823), + [anon_sym___clrcall] = ACTIONS(1823), + [anon_sym___stdcall] = ACTIONS(1823), + [anon_sym___fastcall] = ACTIONS(1823), + [anon_sym___thiscall] = ACTIONS(1823), + [anon_sym___vectorcall] = ACTIONS(1823), + [anon_sym_LBRACE] = ACTIONS(1825), + [anon_sym_LBRACK] = ACTIONS(1823), + [anon_sym_static] = ACTIONS(1823), + [anon_sym_register] = ACTIONS(1823), + [anon_sym_inline] = ACTIONS(1823), + [anon_sym_thread_local] = ACTIONS(1823), + [anon_sym_const] = ACTIONS(1823), + [anon_sym_volatile] = ACTIONS(1823), + [anon_sym_restrict] = ACTIONS(1823), + [anon_sym__Atomic] = ACTIONS(1823), + [anon_sym_mutable] = ACTIONS(1823), + [anon_sym_constexpr] = ACTIONS(1823), + [anon_sym_signed] = ACTIONS(1823), + [anon_sym_unsigned] = ACTIONS(1823), + [anon_sym_long] = ACTIONS(1823), + [anon_sym_short] = ACTIONS(1823), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1823), + [anon_sym_class] = ACTIONS(1823), + [anon_sym_struct] = ACTIONS(1823), + [anon_sym_union] = ACTIONS(1823), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1823), + [anon_sym_default] = ACTIONS(1823), + [anon_sym_while] = ACTIONS(1823), + [anon_sym_do] = ACTIONS(1823), + [anon_sym_for] = ACTIONS(1823), + [anon_sym_return] = ACTIONS(1823), + [anon_sym_break] = ACTIONS(1823), + [anon_sym_continue] = ACTIONS(1823), + [anon_sym_goto] = ACTIONS(1823), + [anon_sym_DASH_DASH] = ACTIONS(1825), + [anon_sym_PLUS_PLUS] = ACTIONS(1825), + [anon_sym_sizeof] = ACTIONS(1823), + [sym_number_literal] = ACTIONS(1825), + [anon_sym_L_SQUOTE] = ACTIONS(1825), + [anon_sym_u_SQUOTE] = ACTIONS(1825), + [anon_sym_U_SQUOTE] = ACTIONS(1825), + [anon_sym_u8_SQUOTE] = ACTIONS(1825), + [anon_sym_SQUOTE] = ACTIONS(1825), + [anon_sym_L_DQUOTE] = ACTIONS(1825), + [anon_sym_u_DQUOTE] = ACTIONS(1825), + [anon_sym_U_DQUOTE] = ACTIONS(1825), + [anon_sym_u8_DQUOTE] = ACTIONS(1825), + [anon_sym_DQUOTE] = ACTIONS(1825), + [sym_true] = ACTIONS(1823), + [sym_false] = ACTIONS(1823), + [sym_null] = ACTIONS(1823), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1823), + [anon_sym_virtual] = ACTIONS(1823), + [anon_sym_explicit] = ACTIONS(1823), + [sym_auto] = ACTIONS(1823), + [anon_sym_typename] = ACTIONS(1823), + [anon_sym_template] = ACTIONS(1823), + [anon_sym_operator] = ACTIONS(1823), + [anon_sym_delete] = ACTIONS(1823), + [anon_sym_throw] = ACTIONS(1823), + [anon_sym_namespace] = ACTIONS(1823), + [anon_sym_using] = ACTIONS(1823), + [anon_sym_static_assert] = ACTIONS(1823), + [anon_sym_co_return] = ACTIONS(1823), + [anon_sym_co_yield] = ACTIONS(1823), + [anon_sym_try] = ACTIONS(1823), + [anon_sym_co_await] = ACTIONS(1823), + [anon_sym_new] = ACTIONS(1823), + [sym_this] = ACTIONS(1823), + [sym_nullptr] = ACTIONS(1823), + [sym_alone_macro] = ACTIONS(1825), + [aux_sym_alone_macro_call_token1] = ACTIONS(1823), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_FORWARD] = ACTIONS(1823), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1823), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_PS_GET] = ACTIONS(1823), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1823), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1823), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), + [anon_sym_MOZ_COLD] = ACTIONS(1823), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_RAII] = ACTIONS(1823), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), + [sym_raw_string_literal] = ACTIONS(1825), }, - [268] = { - [sym_identifier] = ACTIONS(1645), - [aux_sym_preproc_include_token1] = ACTIONS(1645), - [aux_sym_preproc_def_token1] = ACTIONS(1645), - [aux_sym_preproc_if_token1] = ACTIONS(1645), - [aux_sym_preproc_if_token2] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), - [sym_preproc_directive] = ACTIONS(1645), - [anon_sym_LPAREN2] = ACTIONS(1647), - [anon_sym_BANG] = ACTIONS(1647), - [anon_sym_TILDE] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1645), - [anon_sym_PLUS] = ACTIONS(1645), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_AMP_AMP] = ACTIONS(1647), - [anon_sym_AMP] = ACTIONS(1645), - [anon_sym_SEMI] = ACTIONS(1647), - [anon_sym_typedef] = ACTIONS(1645), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1645), - [anon_sym_COLON_COLON] = ACTIONS(1647), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), - [anon_sym___declspec] = ACTIONS(1645), - [anon_sym___based] = ACTIONS(1645), - [anon_sym___cdecl] = ACTIONS(1645), - [anon_sym___clrcall] = ACTIONS(1645), - [anon_sym___stdcall] = ACTIONS(1645), - [anon_sym___fastcall] = ACTIONS(1645), - [anon_sym___thiscall] = ACTIONS(1645), - [anon_sym___vectorcall] = ACTIONS(1645), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1645), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1645), - [anon_sym_volatile] = ACTIONS(1645), - [anon_sym_restrict] = ACTIONS(1645), - [anon_sym__Atomic] = ACTIONS(1645), - [anon_sym_mutable] = ACTIONS(1645), - [anon_sym_constexpr] = ACTIONS(1645), - [anon_sym_signed] = ACTIONS(1645), - [anon_sym_unsigned] = ACTIONS(1645), - [anon_sym_long] = ACTIONS(1645), - [anon_sym_short] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1645), - [anon_sym_enum] = ACTIONS(1645), - [anon_sym_class] = ACTIONS(1645), - [anon_sym_struct] = ACTIONS(1645), - [anon_sym_union] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1645), - [anon_sym_else] = ACTIONS(1645), - [anon_sym_switch] = ACTIONS(1645), - [anon_sym_case] = ACTIONS(1645), - [anon_sym_default] = ACTIONS(1645), - [anon_sym_while] = ACTIONS(1645), - [anon_sym_do] = ACTIONS(1645), - [anon_sym_for] = ACTIONS(1645), - [anon_sym_return] = ACTIONS(1645), - [anon_sym_break] = ACTIONS(1645), - [anon_sym_continue] = ACTIONS(1645), - [anon_sym_goto] = ACTIONS(1645), - [anon_sym_DASH_DASH] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_sizeof] = ACTIONS(1645), - [sym_number_literal] = ACTIONS(1647), - [anon_sym_L_SQUOTE] = ACTIONS(1647), - [anon_sym_u_SQUOTE] = ACTIONS(1647), - [anon_sym_U_SQUOTE] = ACTIONS(1647), - [anon_sym_u8_SQUOTE] = ACTIONS(1647), - [anon_sym_SQUOTE] = ACTIONS(1647), - [anon_sym_L_DQUOTE] = ACTIONS(1647), - [anon_sym_u_DQUOTE] = ACTIONS(1647), - [anon_sym_U_DQUOTE] = ACTIONS(1647), - [anon_sym_u8_DQUOTE] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_null] = ACTIONS(1645), + [234] = { + [sym_identifier] = ACTIONS(1827), + [aux_sym_preproc_include_token1] = ACTIONS(1827), + [aux_sym_preproc_def_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token2] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), + [aux_sym_preproc_else_token1] = ACTIONS(1827), + [aux_sym_preproc_elif_token1] = ACTIONS(1827), + [sym_preproc_directive] = ACTIONS(1827), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1829), + [anon_sym_TILDE] = ACTIONS(1829), + [anon_sym_DASH] = ACTIONS(1827), + [anon_sym_PLUS] = ACTIONS(1827), + [anon_sym_STAR] = ACTIONS(1829), + [anon_sym_AMP_AMP] = ACTIONS(1829), + [anon_sym_AMP] = ACTIONS(1827), + [anon_sym_SEMI] = ACTIONS(1829), + [anon_sym_typedef] = ACTIONS(1827), + [anon_sym_extern] = ACTIONS(1827), + [anon_sym___attribute__] = ACTIONS(1827), + [anon_sym_COLON_COLON] = ACTIONS(1829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), + [anon_sym___declspec] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1827), + [anon_sym___cdecl] = ACTIONS(1827), + [anon_sym___clrcall] = ACTIONS(1827), + [anon_sym___stdcall] = ACTIONS(1827), + [anon_sym___fastcall] = ACTIONS(1827), + [anon_sym___thiscall] = ACTIONS(1827), + [anon_sym___vectorcall] = ACTIONS(1827), + [anon_sym_LBRACE] = ACTIONS(1829), + [anon_sym_LBRACK] = ACTIONS(1827), + [anon_sym_static] = ACTIONS(1827), + [anon_sym_register] = ACTIONS(1827), + [anon_sym_inline] = ACTIONS(1827), + [anon_sym_thread_local] = ACTIONS(1827), + [anon_sym_const] = ACTIONS(1827), + [anon_sym_volatile] = ACTIONS(1827), + [anon_sym_restrict] = ACTIONS(1827), + [anon_sym__Atomic] = ACTIONS(1827), + [anon_sym_mutable] = ACTIONS(1827), + [anon_sym_constexpr] = ACTIONS(1827), + [anon_sym_signed] = ACTIONS(1827), + [anon_sym_unsigned] = ACTIONS(1827), + [anon_sym_long] = ACTIONS(1827), + [anon_sym_short] = ACTIONS(1827), + [sym_primitive_type] = ACTIONS(1827), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1827), + [anon_sym_union] = ACTIONS(1827), + [anon_sym_if] = ACTIONS(1827), + [anon_sym_switch] = ACTIONS(1827), + [anon_sym_case] = ACTIONS(1827), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1827), + [anon_sym_do] = ACTIONS(1827), + [anon_sym_for] = ACTIONS(1827), + [anon_sym_return] = ACTIONS(1827), + [anon_sym_break] = ACTIONS(1827), + [anon_sym_continue] = ACTIONS(1827), + [anon_sym_goto] = ACTIONS(1827), + [anon_sym_DASH_DASH] = ACTIONS(1829), + [anon_sym_PLUS_PLUS] = ACTIONS(1829), + [anon_sym_sizeof] = ACTIONS(1827), + [sym_number_literal] = ACTIONS(1829), + [anon_sym_L_SQUOTE] = ACTIONS(1829), + [anon_sym_u_SQUOTE] = ACTIONS(1829), + [anon_sym_U_SQUOTE] = ACTIONS(1829), + [anon_sym_u8_SQUOTE] = ACTIONS(1829), + [anon_sym_SQUOTE] = ACTIONS(1829), + [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(1827), + [sym_false] = ACTIONS(1827), + [sym_null] = ACTIONS(1827), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1645), - [anon_sym_virtual] = ACTIONS(1645), - [anon_sym_explicit] = ACTIONS(1645), - [sym_auto] = ACTIONS(1645), - [anon_sym_typename] = ACTIONS(1645), - [anon_sym_template] = ACTIONS(1645), - [anon_sym_operator] = ACTIONS(1645), - [anon_sym_delete] = ACTIONS(1645), - [anon_sym_throw] = ACTIONS(1645), - [anon_sym_namespace] = ACTIONS(1645), - [anon_sym_using] = ACTIONS(1645), - [anon_sym_static_assert] = ACTIONS(1645), - [anon_sym_co_return] = ACTIONS(1645), - [anon_sym_co_yield] = ACTIONS(1645), - [anon_sym_try] = ACTIONS(1645), - [anon_sym_co_await] = ACTIONS(1645), - [anon_sym_new] = ACTIONS(1645), - [sym_this] = ACTIONS(1645), - [sym_nullptr] = ACTIONS(1645), - [sym_alone_macro] = ACTIONS(1647), - [aux_sym_alone_macro_call_token1] = ACTIONS(1645), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_FORWARD] = ACTIONS(1645), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_PS_GET] = ACTIONS(1645), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), - [anon_sym_MOZ_COLD] = ACTIONS(1645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_RAII] = ACTIONS(1645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), - [sym_raw_string_literal] = ACTIONS(1647), + [anon_sym_decltype] = ACTIONS(1827), + [anon_sym_virtual] = ACTIONS(1827), + [anon_sym_explicit] = ACTIONS(1827), + [sym_auto] = ACTIONS(1827), + [anon_sym_typename] = ACTIONS(1827), + [anon_sym_template] = ACTIONS(1827), + [anon_sym_operator] = ACTIONS(1827), + [anon_sym_delete] = ACTIONS(1827), + [anon_sym_throw] = ACTIONS(1827), + [anon_sym_namespace] = ACTIONS(1827), + [anon_sym_using] = ACTIONS(1827), + [anon_sym_static_assert] = ACTIONS(1827), + [anon_sym_co_return] = ACTIONS(1827), + [anon_sym_co_yield] = ACTIONS(1827), + [anon_sym_try] = ACTIONS(1827), + [anon_sym_co_await] = ACTIONS(1827), + [anon_sym_new] = ACTIONS(1827), + [sym_this] = ACTIONS(1827), + [sym_nullptr] = ACTIONS(1827), + [sym_alone_macro] = ACTIONS(1829), + [aux_sym_alone_macro_call_token1] = ACTIONS(1827), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_FORWARD] = ACTIONS(1827), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_PS_GET] = ACTIONS(1827), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), + [anon_sym_MOZ_COLD] = ACTIONS(1827), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_RAII] = ACTIONS(1827), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), + [sym_raw_string_literal] = ACTIONS(1829), }, - [269] = { - [ts_builtin_sym_end] = ACTIONS(1615), - [sym_identifier] = ACTIONS(1613), - [aux_sym_preproc_include_token1] = ACTIONS(1613), - [aux_sym_preproc_def_token1] = ACTIONS(1613), - [aux_sym_preproc_if_token1] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1613), - [sym_preproc_directive] = ACTIONS(1613), - [anon_sym_LPAREN2] = ACTIONS(1615), - [anon_sym_BANG] = ACTIONS(1615), - [anon_sym_TILDE] = ACTIONS(1615), - [anon_sym_DASH] = ACTIONS(1613), - [anon_sym_PLUS] = ACTIONS(1613), - [anon_sym_STAR] = ACTIONS(1615), - [anon_sym_AMP_AMP] = ACTIONS(1615), - [anon_sym_AMP] = ACTIONS(1613), - [anon_sym_SEMI] = ACTIONS(1615), - [anon_sym_typedef] = ACTIONS(1613), - [anon_sym_extern] = ACTIONS(1613), - [anon_sym___attribute__] = ACTIONS(1613), - [anon_sym_COLON_COLON] = ACTIONS(1615), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1615), - [anon_sym___declspec] = ACTIONS(1613), - [anon_sym___based] = ACTIONS(1613), - [anon_sym___cdecl] = ACTIONS(1613), - [anon_sym___clrcall] = ACTIONS(1613), - [anon_sym___stdcall] = ACTIONS(1613), - [anon_sym___fastcall] = ACTIONS(1613), - [anon_sym___thiscall] = ACTIONS(1613), - [anon_sym___vectorcall] = ACTIONS(1613), - [anon_sym_LBRACE] = ACTIONS(1615), - [anon_sym_LBRACK] = ACTIONS(1613), - [anon_sym_static] = ACTIONS(1613), - [anon_sym_register] = ACTIONS(1613), - [anon_sym_inline] = ACTIONS(1613), - [anon_sym_thread_local] = ACTIONS(1613), - [anon_sym_const] = ACTIONS(1613), - [anon_sym_volatile] = ACTIONS(1613), - [anon_sym_restrict] = ACTIONS(1613), - [anon_sym__Atomic] = ACTIONS(1613), - [anon_sym_mutable] = ACTIONS(1613), - [anon_sym_constexpr] = ACTIONS(1613), - [anon_sym_signed] = ACTIONS(1613), - [anon_sym_unsigned] = ACTIONS(1613), - [anon_sym_long] = ACTIONS(1613), - [anon_sym_short] = ACTIONS(1613), - [sym_primitive_type] = ACTIONS(1613), - [anon_sym_enum] = ACTIONS(1613), - [anon_sym_class] = ACTIONS(1613), - [anon_sym_struct] = ACTIONS(1613), - [anon_sym_union] = ACTIONS(1613), - [anon_sym_if] = ACTIONS(1613), - [anon_sym_else] = ACTIONS(1613), - [anon_sym_switch] = ACTIONS(1613), - [anon_sym_case] = ACTIONS(1613), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_while] = ACTIONS(1613), - [anon_sym_do] = ACTIONS(1613), - [anon_sym_for] = ACTIONS(1613), - [anon_sym_return] = ACTIONS(1613), - [anon_sym_break] = ACTIONS(1613), - [anon_sym_continue] = ACTIONS(1613), - [anon_sym_goto] = ACTIONS(1613), - [anon_sym_DASH_DASH] = ACTIONS(1615), - [anon_sym_PLUS_PLUS] = ACTIONS(1615), - [anon_sym_sizeof] = ACTIONS(1613), - [sym_number_literal] = ACTIONS(1615), - [anon_sym_L_SQUOTE] = ACTIONS(1615), - [anon_sym_u_SQUOTE] = ACTIONS(1615), - [anon_sym_U_SQUOTE] = ACTIONS(1615), - [anon_sym_u8_SQUOTE] = ACTIONS(1615), - [anon_sym_SQUOTE] = ACTIONS(1615), - [anon_sym_L_DQUOTE] = ACTIONS(1615), - [anon_sym_u_DQUOTE] = ACTIONS(1615), - [anon_sym_U_DQUOTE] = ACTIONS(1615), - [anon_sym_u8_DQUOTE] = ACTIONS(1615), - [anon_sym_DQUOTE] = ACTIONS(1615), - [sym_true] = ACTIONS(1613), - [sym_false] = ACTIONS(1613), - [sym_null] = ACTIONS(1613), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1613), - [anon_sym_virtual] = ACTIONS(1613), - [anon_sym_explicit] = ACTIONS(1613), - [sym_auto] = ACTIONS(1613), - [anon_sym_typename] = ACTIONS(1613), - [anon_sym_template] = ACTIONS(1613), - [anon_sym_operator] = ACTIONS(1613), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_throw] = ACTIONS(1613), - [anon_sym_namespace] = ACTIONS(1613), - [anon_sym_using] = ACTIONS(1613), - [anon_sym_static_assert] = ACTIONS(1613), - [anon_sym_co_return] = ACTIONS(1613), - [anon_sym_co_yield] = ACTIONS(1613), - [anon_sym_try] = ACTIONS(1613), - [anon_sym_co_await] = ACTIONS(1613), - [anon_sym_new] = ACTIONS(1613), - [sym_this] = ACTIONS(1613), - [sym_nullptr] = ACTIONS(1613), - [sym_alone_macro] = ACTIONS(1615), - [aux_sym_alone_macro_call_token1] = ACTIONS(1613), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_FORWARD] = ACTIONS(1613), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1613), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_PS_GET] = ACTIONS(1613), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1613), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1613), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1613), - [anon_sym_MOZ_COLD] = ACTIONS(1613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_RAII] = ACTIONS(1613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1613), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1613), - [sym_raw_string_literal] = ACTIONS(1615), + [235] = { + [sym_identifier] = ACTIONS(1831), + [aux_sym_preproc_include_token1] = ACTIONS(1831), + [aux_sym_preproc_def_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token2] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), + [aux_sym_preproc_else_token1] = ACTIONS(1831), + [aux_sym_preproc_elif_token1] = ACTIONS(1831), + [sym_preproc_directive] = ACTIONS(1831), + [anon_sym_LPAREN2] = ACTIONS(1833), + [anon_sym_BANG] = ACTIONS(1833), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_DASH] = ACTIONS(1831), + [anon_sym_PLUS] = ACTIONS(1831), + [anon_sym_STAR] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_typedef] = ACTIONS(1831), + [anon_sym_extern] = ACTIONS(1831), + [anon_sym___attribute__] = ACTIONS(1831), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), + [anon_sym___declspec] = ACTIONS(1831), + [anon_sym___based] = ACTIONS(1831), + [anon_sym___cdecl] = ACTIONS(1831), + [anon_sym___clrcall] = ACTIONS(1831), + [anon_sym___stdcall] = ACTIONS(1831), + [anon_sym___fastcall] = ACTIONS(1831), + [anon_sym___thiscall] = ACTIONS(1831), + [anon_sym___vectorcall] = ACTIONS(1831), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_LBRACK] = ACTIONS(1831), + [anon_sym_static] = ACTIONS(1831), + [anon_sym_register] = ACTIONS(1831), + [anon_sym_inline] = ACTIONS(1831), + [anon_sym_thread_local] = ACTIONS(1831), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_volatile] = ACTIONS(1831), + [anon_sym_restrict] = ACTIONS(1831), + [anon_sym__Atomic] = ACTIONS(1831), + [anon_sym_mutable] = ACTIONS(1831), + [anon_sym_constexpr] = ACTIONS(1831), + [anon_sym_signed] = ACTIONS(1831), + [anon_sym_unsigned] = ACTIONS(1831), + [anon_sym_long] = ACTIONS(1831), + [anon_sym_short] = ACTIONS(1831), + [sym_primitive_type] = ACTIONS(1831), + [anon_sym_enum] = ACTIONS(1831), + [anon_sym_class] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), + [anon_sym_if] = ACTIONS(1831), + [anon_sym_switch] = ACTIONS(1831), + [anon_sym_case] = ACTIONS(1831), + [anon_sym_default] = ACTIONS(1831), + [anon_sym_while] = ACTIONS(1831), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1831), + [anon_sym_return] = ACTIONS(1831), + [anon_sym_break] = ACTIONS(1831), + [anon_sym_continue] = ACTIONS(1831), + [anon_sym_goto] = ACTIONS(1831), + [anon_sym_DASH_DASH] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(1833), + [anon_sym_sizeof] = ACTIONS(1831), + [sym_number_literal] = ACTIONS(1833), + [anon_sym_L_SQUOTE] = ACTIONS(1833), + [anon_sym_u_SQUOTE] = ACTIONS(1833), + [anon_sym_U_SQUOTE] = ACTIONS(1833), + [anon_sym_u8_SQUOTE] = ACTIONS(1833), + [anon_sym_SQUOTE] = ACTIONS(1833), + [anon_sym_L_DQUOTE] = ACTIONS(1833), + [anon_sym_u_DQUOTE] = ACTIONS(1833), + [anon_sym_U_DQUOTE] = ACTIONS(1833), + [anon_sym_u8_DQUOTE] = ACTIONS(1833), + [anon_sym_DQUOTE] = ACTIONS(1833), + [sym_true] = ACTIONS(1831), + [sym_false] = ACTIONS(1831), + [sym_null] = ACTIONS(1831), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(1831), + [anon_sym_explicit] = ACTIONS(1831), + [sym_auto] = ACTIONS(1831), + [anon_sym_typename] = ACTIONS(1831), + [anon_sym_template] = ACTIONS(1831), + [anon_sym_operator] = ACTIONS(1831), + [anon_sym_delete] = ACTIONS(1831), + [anon_sym_throw] = ACTIONS(1831), + [anon_sym_namespace] = ACTIONS(1831), + [anon_sym_using] = ACTIONS(1831), + [anon_sym_static_assert] = ACTIONS(1831), + [anon_sym_co_return] = ACTIONS(1831), + [anon_sym_co_yield] = ACTIONS(1831), + [anon_sym_try] = ACTIONS(1831), + [anon_sym_co_await] = ACTIONS(1831), + [anon_sym_new] = ACTIONS(1831), + [sym_this] = ACTIONS(1831), + [sym_nullptr] = ACTIONS(1831), + [sym_alone_macro] = ACTIONS(1833), + [aux_sym_alone_macro_call_token1] = ACTIONS(1831), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_FORWARD] = ACTIONS(1831), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_PS_GET] = ACTIONS(1831), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), + [anon_sym_MOZ_COLD] = ACTIONS(1831), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_RAII] = ACTIONS(1831), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), + [sym_raw_string_literal] = ACTIONS(1833), }, - [270] = { - [sym_identifier] = ACTIONS(1649), - [aux_sym_preproc_include_token1] = ACTIONS(1649), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token2] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), - [sym_preproc_directive] = ACTIONS(1649), - [anon_sym_LPAREN2] = ACTIONS(1651), - [anon_sym_BANG] = ACTIONS(1651), - [anon_sym_TILDE] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1649), - [anon_sym_PLUS] = ACTIONS(1649), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_AMP_AMP] = ACTIONS(1651), - [anon_sym_AMP] = ACTIONS(1649), - [anon_sym_SEMI] = ACTIONS(1651), - [anon_sym_typedef] = ACTIONS(1649), - [anon_sym_extern] = ACTIONS(1649), - [anon_sym___attribute__] = ACTIONS(1649), - [anon_sym_COLON_COLON] = ACTIONS(1651), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1649), - [anon_sym___based] = ACTIONS(1649), - [anon_sym___cdecl] = ACTIONS(1649), - [anon_sym___clrcall] = ACTIONS(1649), - [anon_sym___stdcall] = ACTIONS(1649), - [anon_sym___fastcall] = ACTIONS(1649), - [anon_sym___thiscall] = ACTIONS(1649), - [anon_sym___vectorcall] = ACTIONS(1649), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_static] = ACTIONS(1649), - [anon_sym_register] = ACTIONS(1649), - [anon_sym_inline] = ACTIONS(1649), - [anon_sym_thread_local] = ACTIONS(1649), - [anon_sym_const] = ACTIONS(1649), - [anon_sym_volatile] = ACTIONS(1649), - [anon_sym_restrict] = ACTIONS(1649), - [anon_sym__Atomic] = ACTIONS(1649), - [anon_sym_mutable] = ACTIONS(1649), - [anon_sym_constexpr] = ACTIONS(1649), - [anon_sym_signed] = ACTIONS(1649), - [anon_sym_unsigned] = ACTIONS(1649), - [anon_sym_long] = ACTIONS(1649), - [anon_sym_short] = ACTIONS(1649), - [sym_primitive_type] = ACTIONS(1649), - [anon_sym_enum] = ACTIONS(1649), - [anon_sym_class] = ACTIONS(1649), - [anon_sym_struct] = ACTIONS(1649), - [anon_sym_union] = ACTIONS(1649), - [anon_sym_if] = ACTIONS(1649), - [anon_sym_else] = ACTIONS(1649), - [anon_sym_switch] = ACTIONS(1649), - [anon_sym_case] = ACTIONS(1649), - [anon_sym_default] = ACTIONS(1649), - [anon_sym_while] = ACTIONS(1649), - [anon_sym_do] = ACTIONS(1649), - [anon_sym_for] = ACTIONS(1649), - [anon_sym_return] = ACTIONS(1649), - [anon_sym_break] = ACTIONS(1649), - [anon_sym_continue] = ACTIONS(1649), - [anon_sym_goto] = ACTIONS(1649), - [anon_sym_DASH_DASH] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_sizeof] = ACTIONS(1649), - [sym_number_literal] = ACTIONS(1651), - [anon_sym_L_SQUOTE] = ACTIONS(1651), - [anon_sym_u_SQUOTE] = ACTIONS(1651), - [anon_sym_U_SQUOTE] = ACTIONS(1651), - [anon_sym_u8_SQUOTE] = ACTIONS(1651), - [anon_sym_SQUOTE] = ACTIONS(1651), - [anon_sym_L_DQUOTE] = ACTIONS(1651), - [anon_sym_u_DQUOTE] = ACTIONS(1651), - [anon_sym_U_DQUOTE] = ACTIONS(1651), - [anon_sym_u8_DQUOTE] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym_true] = ACTIONS(1649), - [sym_false] = ACTIONS(1649), - [sym_null] = ACTIONS(1649), + [236] = { + [sym_identifier] = ACTIONS(1835), + [aux_sym_preproc_include_token1] = ACTIONS(1835), + [aux_sym_preproc_def_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token2] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), + [aux_sym_preproc_else_token1] = ACTIONS(1835), + [aux_sym_preproc_elif_token1] = ACTIONS(1835), + [sym_preproc_directive] = ACTIONS(1835), + [anon_sym_LPAREN2] = ACTIONS(1837), + [anon_sym_BANG] = ACTIONS(1837), + [anon_sym_TILDE] = ACTIONS(1837), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_typedef] = ACTIONS(1835), + [anon_sym_extern] = ACTIONS(1835), + [anon_sym___attribute__] = ACTIONS(1835), + [anon_sym_COLON_COLON] = ACTIONS(1837), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), + [anon_sym___declspec] = ACTIONS(1835), + [anon_sym___based] = ACTIONS(1835), + [anon_sym___cdecl] = ACTIONS(1835), + [anon_sym___clrcall] = ACTIONS(1835), + [anon_sym___stdcall] = ACTIONS(1835), + [anon_sym___fastcall] = ACTIONS(1835), + [anon_sym___thiscall] = ACTIONS(1835), + [anon_sym___vectorcall] = ACTIONS(1835), + [anon_sym_LBRACE] = ACTIONS(1837), + [anon_sym_LBRACK] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1835), + [anon_sym_register] = ACTIONS(1835), + [anon_sym_inline] = ACTIONS(1835), + [anon_sym_thread_local] = ACTIONS(1835), + [anon_sym_const] = ACTIONS(1835), + [anon_sym_volatile] = ACTIONS(1835), + [anon_sym_restrict] = ACTIONS(1835), + [anon_sym__Atomic] = ACTIONS(1835), + [anon_sym_mutable] = ACTIONS(1835), + [anon_sym_constexpr] = ACTIONS(1835), + [anon_sym_signed] = ACTIONS(1835), + [anon_sym_unsigned] = ACTIONS(1835), + [anon_sym_long] = ACTIONS(1835), + [anon_sym_short] = ACTIONS(1835), + [sym_primitive_type] = ACTIONS(1835), + [anon_sym_enum] = ACTIONS(1835), + [anon_sym_class] = ACTIONS(1835), + [anon_sym_struct] = ACTIONS(1835), + [anon_sym_union] = ACTIONS(1835), + [anon_sym_if] = ACTIONS(1835), + [anon_sym_switch] = ACTIONS(1835), + [anon_sym_case] = ACTIONS(1835), + [anon_sym_default] = ACTIONS(1835), + [anon_sym_while] = ACTIONS(1835), + [anon_sym_do] = ACTIONS(1835), + [anon_sym_for] = ACTIONS(1835), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1835), + [anon_sym_continue] = ACTIONS(1835), + [anon_sym_goto] = ACTIONS(1835), + [anon_sym_DASH_DASH] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1837), + [anon_sym_sizeof] = ACTIONS(1835), + [sym_number_literal] = ACTIONS(1837), + [anon_sym_L_SQUOTE] = ACTIONS(1837), + [anon_sym_u_SQUOTE] = ACTIONS(1837), + [anon_sym_U_SQUOTE] = ACTIONS(1837), + [anon_sym_u8_SQUOTE] = ACTIONS(1837), + [anon_sym_SQUOTE] = ACTIONS(1837), + [anon_sym_L_DQUOTE] = ACTIONS(1837), + [anon_sym_u_DQUOTE] = ACTIONS(1837), + [anon_sym_U_DQUOTE] = ACTIONS(1837), + [anon_sym_u8_DQUOTE] = ACTIONS(1837), + [anon_sym_DQUOTE] = ACTIONS(1837), + [sym_true] = ACTIONS(1835), + [sym_false] = ACTIONS(1835), + [sym_null] = ACTIONS(1835), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1649), - [anon_sym_virtual] = ACTIONS(1649), - [anon_sym_explicit] = ACTIONS(1649), - [sym_auto] = ACTIONS(1649), - [anon_sym_typename] = ACTIONS(1649), - [anon_sym_template] = ACTIONS(1649), - [anon_sym_operator] = ACTIONS(1649), - [anon_sym_delete] = ACTIONS(1649), - [anon_sym_throw] = ACTIONS(1649), - [anon_sym_namespace] = ACTIONS(1649), - [anon_sym_using] = ACTIONS(1649), - [anon_sym_static_assert] = ACTIONS(1649), - [anon_sym_co_return] = ACTIONS(1649), - [anon_sym_co_yield] = ACTIONS(1649), - [anon_sym_try] = ACTIONS(1649), - [anon_sym_co_await] = ACTIONS(1649), - [anon_sym_new] = ACTIONS(1649), - [sym_this] = ACTIONS(1649), - [sym_nullptr] = ACTIONS(1649), - [sym_alone_macro] = ACTIONS(1651), - [aux_sym_alone_macro_call_token1] = ACTIONS(1649), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_FORWARD] = ACTIONS(1649), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_PS_GET] = ACTIONS(1649), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), - [anon_sym_MOZ_COLD] = ACTIONS(1649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_RAII] = ACTIONS(1649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), - [sym_raw_string_literal] = ACTIONS(1651), + [anon_sym_decltype] = ACTIONS(1835), + [anon_sym_virtual] = ACTIONS(1835), + [anon_sym_explicit] = ACTIONS(1835), + [sym_auto] = ACTIONS(1835), + [anon_sym_typename] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1835), + [anon_sym_operator] = ACTIONS(1835), + [anon_sym_delete] = ACTIONS(1835), + [anon_sym_throw] = ACTIONS(1835), + [anon_sym_namespace] = ACTIONS(1835), + [anon_sym_using] = ACTIONS(1835), + [anon_sym_static_assert] = ACTIONS(1835), + [anon_sym_co_return] = ACTIONS(1835), + [anon_sym_co_yield] = ACTIONS(1835), + [anon_sym_try] = ACTIONS(1835), + [anon_sym_co_await] = ACTIONS(1835), + [anon_sym_new] = ACTIONS(1835), + [sym_this] = ACTIONS(1835), + [sym_nullptr] = ACTIONS(1835), + [sym_alone_macro] = ACTIONS(1837), + [aux_sym_alone_macro_call_token1] = ACTIONS(1835), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_FORWARD] = ACTIONS(1835), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_PS_GET] = ACTIONS(1835), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), + [anon_sym_MOZ_COLD] = ACTIONS(1835), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_RAII] = ACTIONS(1835), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), + [sym_raw_string_literal] = ACTIONS(1837), }, - [271] = { - [sym_identifier] = ACTIONS(1653), - [aux_sym_preproc_include_token1] = ACTIONS(1653), - [aux_sym_preproc_def_token1] = ACTIONS(1653), - [aux_sym_preproc_if_token1] = ACTIONS(1653), - [aux_sym_preproc_if_token2] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), - [sym_preproc_directive] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_BANG] = ACTIONS(1655), - [anon_sym_TILDE] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1653), - [anon_sym_PLUS] = ACTIONS(1653), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_AMP_AMP] = ACTIONS(1655), - [anon_sym_AMP] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1655), - [anon_sym_typedef] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym___attribute__] = ACTIONS(1653), - [anon_sym_COLON_COLON] = ACTIONS(1655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), - [anon_sym___declspec] = ACTIONS(1653), - [anon_sym___based] = ACTIONS(1653), - [anon_sym___cdecl] = ACTIONS(1653), - [anon_sym___clrcall] = ACTIONS(1653), - [anon_sym___stdcall] = ACTIONS(1653), - [anon_sym___fastcall] = ACTIONS(1653), - [anon_sym___thiscall] = ACTIONS(1653), - [anon_sym___vectorcall] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_LBRACK] = ACTIONS(1653), - [anon_sym_static] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_inline] = ACTIONS(1653), - [anon_sym_thread_local] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [anon_sym_volatile] = ACTIONS(1653), - [anon_sym_restrict] = ACTIONS(1653), - [anon_sym__Atomic] = ACTIONS(1653), - [anon_sym_mutable] = ACTIONS(1653), - [anon_sym_constexpr] = ACTIONS(1653), - [anon_sym_signed] = ACTIONS(1653), - [anon_sym_unsigned] = ACTIONS(1653), - [anon_sym_long] = ACTIONS(1653), - [anon_sym_short] = ACTIONS(1653), - [sym_primitive_type] = ACTIONS(1653), - [anon_sym_enum] = ACTIONS(1653), - [anon_sym_class] = ACTIONS(1653), - [anon_sym_struct] = ACTIONS(1653), - [anon_sym_union] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_switch] = ACTIONS(1653), - [anon_sym_case] = ACTIONS(1653), - [anon_sym_default] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_goto] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_sizeof] = ACTIONS(1653), - [sym_number_literal] = ACTIONS(1655), - [anon_sym_L_SQUOTE] = ACTIONS(1655), - [anon_sym_u_SQUOTE] = ACTIONS(1655), - [anon_sym_U_SQUOTE] = ACTIONS(1655), - [anon_sym_u8_SQUOTE] = ACTIONS(1655), - [anon_sym_SQUOTE] = ACTIONS(1655), - [anon_sym_L_DQUOTE] = ACTIONS(1655), - [anon_sym_u_DQUOTE] = ACTIONS(1655), - [anon_sym_U_DQUOTE] = ACTIONS(1655), - [anon_sym_u8_DQUOTE] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym_true] = ACTIONS(1653), - [sym_false] = ACTIONS(1653), - [sym_null] = ACTIONS(1653), + [237] = { + [sym_identifier] = ACTIONS(1839), + [aux_sym_preproc_include_token1] = ACTIONS(1839), + [aux_sym_preproc_def_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token2] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), + [aux_sym_preproc_else_token1] = ACTIONS(1839), + [aux_sym_preproc_elif_token1] = ACTIONS(1839), + [sym_preproc_directive] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1841), + [anon_sym_BANG] = ACTIONS(1841), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_DASH] = ACTIONS(1839), + [anon_sym_PLUS] = ACTIONS(1839), + [anon_sym_STAR] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1839), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym_typedef] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_COLON_COLON] = ACTIONS(1841), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym___cdecl] = ACTIONS(1839), + [anon_sym___clrcall] = ACTIONS(1839), + [anon_sym___stdcall] = ACTIONS(1839), + [anon_sym___fastcall] = ACTIONS(1839), + [anon_sym___thiscall] = ACTIONS(1839), + [anon_sym___vectorcall] = ACTIONS(1839), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_LBRACK] = ACTIONS(1839), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym_mutable] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_signed] = ACTIONS(1839), + [anon_sym_unsigned] = ACTIONS(1839), + [anon_sym_long] = ACTIONS(1839), + [anon_sym_short] = ACTIONS(1839), + [sym_primitive_type] = ACTIONS(1839), + [anon_sym_enum] = ACTIONS(1839), + [anon_sym_class] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_union] = ACTIONS(1839), + [anon_sym_if] = ACTIONS(1839), + [anon_sym_switch] = ACTIONS(1839), + [anon_sym_case] = ACTIONS(1839), + [anon_sym_default] = ACTIONS(1839), + [anon_sym_while] = ACTIONS(1839), + [anon_sym_do] = ACTIONS(1839), + [anon_sym_for] = ACTIONS(1839), + [anon_sym_return] = ACTIONS(1839), + [anon_sym_break] = ACTIONS(1839), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_sizeof] = ACTIONS(1839), + [sym_number_literal] = ACTIONS(1841), + [anon_sym_L_SQUOTE] = ACTIONS(1841), + [anon_sym_u_SQUOTE] = ACTIONS(1841), + [anon_sym_U_SQUOTE] = ACTIONS(1841), + [anon_sym_u8_SQUOTE] = ACTIONS(1841), + [anon_sym_SQUOTE] = ACTIONS(1841), + [anon_sym_L_DQUOTE] = ACTIONS(1841), + [anon_sym_u_DQUOTE] = ACTIONS(1841), + [anon_sym_U_DQUOTE] = ACTIONS(1841), + [anon_sym_u8_DQUOTE] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1841), + [sym_true] = ACTIONS(1839), + [sym_false] = ACTIONS(1839), + [sym_null] = ACTIONS(1839), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1653), - [anon_sym_virtual] = ACTIONS(1653), - [anon_sym_explicit] = ACTIONS(1653), - [sym_auto] = ACTIONS(1653), - [anon_sym_typename] = ACTIONS(1653), - [anon_sym_template] = ACTIONS(1653), - [anon_sym_operator] = ACTIONS(1653), - [anon_sym_delete] = ACTIONS(1653), - [anon_sym_throw] = ACTIONS(1653), - [anon_sym_namespace] = ACTIONS(1653), - [anon_sym_using] = ACTIONS(1653), - [anon_sym_static_assert] = ACTIONS(1653), - [anon_sym_co_return] = ACTIONS(1653), - [anon_sym_co_yield] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_co_await] = ACTIONS(1653), - [anon_sym_new] = ACTIONS(1653), - [sym_this] = ACTIONS(1653), - [sym_nullptr] = ACTIONS(1653), - [sym_alone_macro] = ACTIONS(1655), - [aux_sym_alone_macro_call_token1] = ACTIONS(1653), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_FORWARD] = ACTIONS(1653), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_PS_GET] = ACTIONS(1653), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), - [anon_sym_MOZ_COLD] = ACTIONS(1653), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_RAII] = ACTIONS(1653), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), - [sym_raw_string_literal] = ACTIONS(1655), + [anon_sym_decltype] = ACTIONS(1839), + [anon_sym_virtual] = ACTIONS(1839), + [anon_sym_explicit] = ACTIONS(1839), + [sym_auto] = ACTIONS(1839), + [anon_sym_typename] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1839), + [anon_sym_operator] = ACTIONS(1839), + [anon_sym_delete] = ACTIONS(1839), + [anon_sym_throw] = ACTIONS(1839), + [anon_sym_namespace] = ACTIONS(1839), + [anon_sym_using] = ACTIONS(1839), + [anon_sym_static_assert] = ACTIONS(1839), + [anon_sym_co_return] = ACTIONS(1839), + [anon_sym_co_yield] = ACTIONS(1839), + [anon_sym_try] = ACTIONS(1839), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1839), + [sym_this] = ACTIONS(1839), + [sym_nullptr] = ACTIONS(1839), + [sym_alone_macro] = ACTIONS(1841), + [aux_sym_alone_macro_call_token1] = ACTIONS(1839), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_FORWARD] = ACTIONS(1839), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_PS_GET] = ACTIONS(1839), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), + [anon_sym_MOZ_COLD] = ACTIONS(1839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_RAII] = ACTIONS(1839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), + [sym_raw_string_literal] = ACTIONS(1841), }, - [272] = { - [sym_identifier] = ACTIONS(1559), - [aux_sym_preproc_include_token1] = ACTIONS(1559), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1559), - [sym_preproc_directive] = ACTIONS(1559), - [anon_sym_LPAREN2] = ACTIONS(1561), - [anon_sym_BANG] = ACTIONS(1561), - [anon_sym_TILDE] = ACTIONS(1561), - [anon_sym_DASH] = ACTIONS(1559), - [anon_sym_PLUS] = ACTIONS(1559), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_AMP_AMP] = ACTIONS(1561), - [anon_sym_AMP] = ACTIONS(1559), - [anon_sym_SEMI] = ACTIONS(1561), - [anon_sym_typedef] = ACTIONS(1559), - [anon_sym_extern] = ACTIONS(1559), - [anon_sym___attribute__] = ACTIONS(1559), - [anon_sym_COLON_COLON] = ACTIONS(1561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1561), - [anon_sym___declspec] = ACTIONS(1559), - [anon_sym___based] = ACTIONS(1559), - [anon_sym___cdecl] = ACTIONS(1559), - [anon_sym___clrcall] = ACTIONS(1559), - [anon_sym___stdcall] = ACTIONS(1559), - [anon_sym___fastcall] = ACTIONS(1559), - [anon_sym___thiscall] = ACTIONS(1559), - [anon_sym___vectorcall] = ACTIONS(1559), - [anon_sym_LBRACE] = ACTIONS(1561), - [anon_sym_RBRACE] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1559), - [anon_sym_static] = ACTIONS(1559), - [anon_sym_register] = ACTIONS(1559), - [anon_sym_inline] = ACTIONS(1559), - [anon_sym_thread_local] = ACTIONS(1559), - [anon_sym_const] = ACTIONS(1559), - [anon_sym_volatile] = ACTIONS(1559), - [anon_sym_restrict] = ACTIONS(1559), - [anon_sym__Atomic] = ACTIONS(1559), - [anon_sym_mutable] = ACTIONS(1559), - [anon_sym_constexpr] = ACTIONS(1559), - [anon_sym_signed] = ACTIONS(1559), - [anon_sym_unsigned] = ACTIONS(1559), - [anon_sym_long] = ACTIONS(1559), - [anon_sym_short] = ACTIONS(1559), - [sym_primitive_type] = ACTIONS(1559), - [anon_sym_enum] = ACTIONS(1559), - [anon_sym_class] = ACTIONS(1559), - [anon_sym_struct] = ACTIONS(1559), - [anon_sym_union] = ACTIONS(1559), - [anon_sym_if] = ACTIONS(1559), - [anon_sym_else] = ACTIONS(1971), - [anon_sym_switch] = ACTIONS(1559), - [anon_sym_case] = ACTIONS(1559), - [anon_sym_default] = ACTIONS(1559), - [anon_sym_while] = ACTIONS(1559), - [anon_sym_do] = ACTIONS(1559), - [anon_sym_for] = ACTIONS(1559), - [anon_sym_return] = ACTIONS(1559), - [anon_sym_break] = ACTIONS(1559), - [anon_sym_continue] = ACTIONS(1559), - [anon_sym_goto] = ACTIONS(1559), - [anon_sym_DASH_DASH] = ACTIONS(1561), - [anon_sym_PLUS_PLUS] = ACTIONS(1561), - [anon_sym_sizeof] = ACTIONS(1559), - [sym_number_literal] = ACTIONS(1561), - [anon_sym_L_SQUOTE] = ACTIONS(1561), - [anon_sym_u_SQUOTE] = ACTIONS(1561), - [anon_sym_U_SQUOTE] = ACTIONS(1561), - [anon_sym_u8_SQUOTE] = ACTIONS(1561), - [anon_sym_SQUOTE] = ACTIONS(1561), - [anon_sym_L_DQUOTE] = ACTIONS(1561), - [anon_sym_u_DQUOTE] = ACTIONS(1561), - [anon_sym_U_DQUOTE] = ACTIONS(1561), - [anon_sym_u8_DQUOTE] = ACTIONS(1561), - [anon_sym_DQUOTE] = ACTIONS(1561), - [sym_true] = ACTIONS(1559), - [sym_false] = ACTIONS(1559), - [sym_null] = ACTIONS(1559), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1559), - [anon_sym_virtual] = ACTIONS(1559), - [anon_sym_explicit] = ACTIONS(1559), - [sym_auto] = ACTIONS(1559), - [anon_sym_typename] = ACTIONS(1559), - [anon_sym_template] = ACTIONS(1559), - [anon_sym_operator] = ACTIONS(1559), - [anon_sym_delete] = ACTIONS(1559), - [anon_sym_throw] = ACTIONS(1559), - [anon_sym_namespace] = ACTIONS(1559), - [anon_sym_using] = ACTIONS(1559), - [anon_sym_static_assert] = ACTIONS(1559), - [anon_sym_co_return] = ACTIONS(1559), - [anon_sym_co_yield] = ACTIONS(1559), - [anon_sym_try] = ACTIONS(1559), - [anon_sym_co_await] = ACTIONS(1559), - [anon_sym_new] = ACTIONS(1559), - [sym_this] = ACTIONS(1559), - [sym_nullptr] = ACTIONS(1559), - [sym_alone_macro] = ACTIONS(1561), - [aux_sym_alone_macro_call_token1] = ACTIONS(1559), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_FORWARD] = ACTIONS(1559), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1559), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_PS_GET] = ACTIONS(1559), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1559), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1559), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1559), - [anon_sym_MOZ_COLD] = ACTIONS(1559), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1559), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1559), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1559), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1559), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1559), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1559), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1559), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1559), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1559), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1559), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1559), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1559), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_RAII] = ACTIONS(1559), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1559), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1559), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1559), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1559), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1559), - [sym_raw_string_literal] = ACTIONS(1561), + [238] = { + [sym_identifier] = ACTIONS(1843), + [aux_sym_preproc_include_token1] = ACTIONS(1843), + [aux_sym_preproc_def_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token2] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), + [aux_sym_preproc_else_token1] = ACTIONS(1843), + [aux_sym_preproc_elif_token1] = ACTIONS(1843), + [sym_preproc_directive] = ACTIONS(1843), + [anon_sym_LPAREN2] = ACTIONS(1845), + [anon_sym_BANG] = ACTIONS(1845), + [anon_sym_TILDE] = ACTIONS(1845), + [anon_sym_DASH] = ACTIONS(1843), + [anon_sym_PLUS] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_SEMI] = ACTIONS(1845), + [anon_sym_typedef] = ACTIONS(1843), + [anon_sym_extern] = ACTIONS(1843), + [anon_sym___attribute__] = ACTIONS(1843), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), + [anon_sym___declspec] = ACTIONS(1843), + [anon_sym___based] = ACTIONS(1843), + [anon_sym___cdecl] = ACTIONS(1843), + [anon_sym___clrcall] = ACTIONS(1843), + [anon_sym___stdcall] = ACTIONS(1843), + [anon_sym___fastcall] = ACTIONS(1843), + [anon_sym___thiscall] = ACTIONS(1843), + [anon_sym___vectorcall] = ACTIONS(1843), + [anon_sym_LBRACE] = ACTIONS(1845), + [anon_sym_LBRACK] = ACTIONS(1843), + [anon_sym_static] = ACTIONS(1843), + [anon_sym_register] = ACTIONS(1843), + [anon_sym_inline] = ACTIONS(1843), + [anon_sym_thread_local] = ACTIONS(1843), + [anon_sym_const] = ACTIONS(1843), + [anon_sym_volatile] = ACTIONS(1843), + [anon_sym_restrict] = ACTIONS(1843), + [anon_sym__Atomic] = ACTIONS(1843), + [anon_sym_mutable] = ACTIONS(1843), + [anon_sym_constexpr] = ACTIONS(1843), + [anon_sym_signed] = ACTIONS(1843), + [anon_sym_unsigned] = ACTIONS(1843), + [anon_sym_long] = ACTIONS(1843), + [anon_sym_short] = ACTIONS(1843), + [sym_primitive_type] = ACTIONS(1843), + [anon_sym_enum] = ACTIONS(1843), + [anon_sym_class] = ACTIONS(1843), + [anon_sym_struct] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1843), + [anon_sym_if] = ACTIONS(1843), + [anon_sym_switch] = ACTIONS(1843), + [anon_sym_case] = ACTIONS(1843), + [anon_sym_default] = ACTIONS(1843), + [anon_sym_while] = ACTIONS(1843), + [anon_sym_do] = ACTIONS(1843), + [anon_sym_for] = ACTIONS(1843), + [anon_sym_return] = ACTIONS(1843), + [anon_sym_break] = ACTIONS(1843), + [anon_sym_continue] = ACTIONS(1843), + [anon_sym_goto] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1843), + [sym_number_literal] = ACTIONS(1845), + [anon_sym_L_SQUOTE] = ACTIONS(1845), + [anon_sym_u_SQUOTE] = ACTIONS(1845), + [anon_sym_U_SQUOTE] = ACTIONS(1845), + [anon_sym_u8_SQUOTE] = ACTIONS(1845), + [anon_sym_SQUOTE] = ACTIONS(1845), + [anon_sym_L_DQUOTE] = ACTIONS(1845), + [anon_sym_u_DQUOTE] = ACTIONS(1845), + [anon_sym_U_DQUOTE] = ACTIONS(1845), + [anon_sym_u8_DQUOTE] = ACTIONS(1845), + [anon_sym_DQUOTE] = ACTIONS(1845), + [sym_true] = ACTIONS(1843), + [sym_false] = ACTIONS(1843), + [sym_null] = ACTIONS(1843), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1843), + [anon_sym_virtual] = ACTIONS(1843), + [anon_sym_explicit] = ACTIONS(1843), + [sym_auto] = ACTIONS(1843), + [anon_sym_typename] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1843), + [anon_sym_operator] = ACTIONS(1843), + [anon_sym_delete] = ACTIONS(1843), + [anon_sym_throw] = ACTIONS(1843), + [anon_sym_namespace] = ACTIONS(1843), + [anon_sym_using] = ACTIONS(1843), + [anon_sym_static_assert] = ACTIONS(1843), + [anon_sym_co_return] = ACTIONS(1843), + [anon_sym_co_yield] = ACTIONS(1843), + [anon_sym_try] = ACTIONS(1843), + [anon_sym_co_await] = ACTIONS(1843), + [anon_sym_new] = ACTIONS(1843), + [sym_this] = ACTIONS(1843), + [sym_nullptr] = ACTIONS(1843), + [sym_alone_macro] = ACTIONS(1845), + [aux_sym_alone_macro_call_token1] = ACTIONS(1843), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_FORWARD] = ACTIONS(1843), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1843), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_PS_GET] = ACTIONS(1843), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1843), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1843), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), + [anon_sym_MOZ_COLD] = ACTIONS(1843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_RAII] = ACTIONS(1843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), + [sym_raw_string_literal] = ACTIONS(1845), }, - [273] = { - [sym_identifier] = ACTIONS(1555), - [aux_sym_preproc_include_token1] = ACTIONS(1555), - [aux_sym_preproc_def_token1] = ACTIONS(1555), - [aux_sym_preproc_if_token1] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1555), - [sym_preproc_directive] = ACTIONS(1555), - [anon_sym_LPAREN2] = ACTIONS(1557), - [anon_sym_BANG] = ACTIONS(1557), - [anon_sym_TILDE] = ACTIONS(1557), - [anon_sym_DASH] = ACTIONS(1555), - [anon_sym_PLUS] = ACTIONS(1555), - [anon_sym_STAR] = ACTIONS(1557), - [anon_sym_AMP_AMP] = ACTIONS(1557), - [anon_sym_AMP] = ACTIONS(1555), - [anon_sym_SEMI] = ACTIONS(1557), - [anon_sym_typedef] = ACTIONS(1555), - [anon_sym_extern] = ACTIONS(1555), - [anon_sym___attribute__] = ACTIONS(1555), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1557), - [anon_sym___declspec] = ACTIONS(1555), - [anon_sym___based] = ACTIONS(1555), - [anon_sym___cdecl] = ACTIONS(1555), - [anon_sym___clrcall] = ACTIONS(1555), - [anon_sym___stdcall] = ACTIONS(1555), - [anon_sym___fastcall] = ACTIONS(1555), - [anon_sym___thiscall] = ACTIONS(1555), - [anon_sym___vectorcall] = ACTIONS(1555), - [anon_sym_LBRACE] = ACTIONS(1557), - [anon_sym_RBRACE] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1555), - [anon_sym_static] = ACTIONS(1555), - [anon_sym_register] = ACTIONS(1555), - [anon_sym_inline] = ACTIONS(1555), - [anon_sym_thread_local] = ACTIONS(1555), - [anon_sym_const] = ACTIONS(1555), - [anon_sym_volatile] = ACTIONS(1555), - [anon_sym_restrict] = ACTIONS(1555), - [anon_sym__Atomic] = ACTIONS(1555), - [anon_sym_mutable] = ACTIONS(1555), - [anon_sym_constexpr] = ACTIONS(1555), - [anon_sym_signed] = ACTIONS(1555), - [anon_sym_unsigned] = ACTIONS(1555), - [anon_sym_long] = ACTIONS(1555), - [anon_sym_short] = ACTIONS(1555), - [sym_primitive_type] = ACTIONS(1555), - [anon_sym_enum] = ACTIONS(1555), - [anon_sym_class] = ACTIONS(1555), - [anon_sym_struct] = ACTIONS(1555), - [anon_sym_union] = ACTIONS(1555), - [anon_sym_if] = ACTIONS(1555), - [anon_sym_else] = ACTIONS(1555), - [anon_sym_switch] = ACTIONS(1555), - [anon_sym_case] = ACTIONS(1555), - [anon_sym_default] = ACTIONS(1555), - [anon_sym_while] = ACTIONS(1555), - [anon_sym_do] = ACTIONS(1555), - [anon_sym_for] = ACTIONS(1555), - [anon_sym_return] = ACTIONS(1555), - [anon_sym_break] = ACTIONS(1555), - [anon_sym_continue] = ACTIONS(1555), - [anon_sym_goto] = ACTIONS(1555), - [anon_sym_DASH_DASH] = ACTIONS(1557), - [anon_sym_PLUS_PLUS] = ACTIONS(1557), - [anon_sym_sizeof] = ACTIONS(1555), - [sym_number_literal] = ACTIONS(1557), - [anon_sym_L_SQUOTE] = ACTIONS(1557), - [anon_sym_u_SQUOTE] = ACTIONS(1557), - [anon_sym_U_SQUOTE] = ACTIONS(1557), - [anon_sym_u8_SQUOTE] = ACTIONS(1557), - [anon_sym_SQUOTE] = ACTIONS(1557), - [anon_sym_L_DQUOTE] = ACTIONS(1557), - [anon_sym_u_DQUOTE] = ACTIONS(1557), - [anon_sym_U_DQUOTE] = ACTIONS(1557), - [anon_sym_u8_DQUOTE] = ACTIONS(1557), - [anon_sym_DQUOTE] = ACTIONS(1557), - [sym_true] = ACTIONS(1555), - [sym_false] = ACTIONS(1555), - [sym_null] = ACTIONS(1555), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1555), - [anon_sym_virtual] = ACTIONS(1555), - [anon_sym_explicit] = ACTIONS(1555), - [sym_auto] = ACTIONS(1555), - [anon_sym_typename] = ACTIONS(1555), - [anon_sym_template] = ACTIONS(1555), - [anon_sym_operator] = ACTIONS(1555), - [anon_sym_delete] = ACTIONS(1555), - [anon_sym_throw] = ACTIONS(1555), - [anon_sym_namespace] = ACTIONS(1555), - [anon_sym_using] = ACTIONS(1555), - [anon_sym_static_assert] = ACTIONS(1555), - [anon_sym_co_return] = ACTIONS(1555), - [anon_sym_co_yield] = ACTIONS(1555), - [anon_sym_try] = ACTIONS(1555), - [anon_sym_co_await] = ACTIONS(1555), - [anon_sym_new] = ACTIONS(1555), - [sym_this] = ACTIONS(1555), - [sym_nullptr] = ACTIONS(1555), - [sym_alone_macro] = ACTIONS(1557), - [aux_sym_alone_macro_call_token1] = ACTIONS(1555), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_FORWARD] = ACTIONS(1555), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1555), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_PS_GET] = ACTIONS(1555), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1555), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1555), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1555), - [anon_sym_MOZ_COLD] = ACTIONS(1555), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1555), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1555), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1555), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1555), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1555), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1555), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1555), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1555), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1555), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1555), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1555), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1555), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_RAII] = ACTIONS(1555), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1555), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1555), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1555), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1555), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1555), - [sym_raw_string_literal] = ACTIONS(1557), + [239] = { + [sym_identifier] = ACTIONS(1847), + [aux_sym_preproc_include_token1] = ACTIONS(1847), + [aux_sym_preproc_def_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token2] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), + [aux_sym_preproc_else_token1] = ACTIONS(1847), + [aux_sym_preproc_elif_token1] = ACTIONS(1847), + [sym_preproc_directive] = ACTIONS(1847), + [anon_sym_LPAREN2] = ACTIONS(1849), + [anon_sym_BANG] = ACTIONS(1849), + [anon_sym_TILDE] = ACTIONS(1849), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1849), + [anon_sym_typedef] = ACTIONS(1847), + [anon_sym_extern] = ACTIONS(1847), + [anon_sym___attribute__] = ACTIONS(1847), + [anon_sym_COLON_COLON] = ACTIONS(1849), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), + [anon_sym___declspec] = ACTIONS(1847), + [anon_sym___based] = ACTIONS(1847), + [anon_sym___cdecl] = ACTIONS(1847), + [anon_sym___clrcall] = ACTIONS(1847), + [anon_sym___stdcall] = ACTIONS(1847), + [anon_sym___fastcall] = ACTIONS(1847), + [anon_sym___thiscall] = ACTIONS(1847), + [anon_sym___vectorcall] = ACTIONS(1847), + [anon_sym_LBRACE] = ACTIONS(1849), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_register] = ACTIONS(1847), + [anon_sym_inline] = ACTIONS(1847), + [anon_sym_thread_local] = ACTIONS(1847), + [anon_sym_const] = ACTIONS(1847), + [anon_sym_volatile] = ACTIONS(1847), + [anon_sym_restrict] = ACTIONS(1847), + [anon_sym__Atomic] = ACTIONS(1847), + [anon_sym_mutable] = ACTIONS(1847), + [anon_sym_constexpr] = ACTIONS(1847), + [anon_sym_signed] = ACTIONS(1847), + [anon_sym_unsigned] = ACTIONS(1847), + [anon_sym_long] = ACTIONS(1847), + [anon_sym_short] = ACTIONS(1847), + [sym_primitive_type] = ACTIONS(1847), + [anon_sym_enum] = ACTIONS(1847), + [anon_sym_class] = ACTIONS(1847), + [anon_sym_struct] = ACTIONS(1847), + [anon_sym_union] = ACTIONS(1847), + [anon_sym_if] = ACTIONS(1847), + [anon_sym_switch] = ACTIONS(1847), + [anon_sym_case] = ACTIONS(1847), + [anon_sym_default] = ACTIONS(1847), + [anon_sym_while] = ACTIONS(1847), + [anon_sym_do] = ACTIONS(1847), + [anon_sym_for] = ACTIONS(1847), + [anon_sym_return] = ACTIONS(1847), + [anon_sym_break] = ACTIONS(1847), + [anon_sym_continue] = ACTIONS(1847), + [anon_sym_goto] = ACTIONS(1847), + [anon_sym_DASH_DASH] = ACTIONS(1849), + [anon_sym_PLUS_PLUS] = ACTIONS(1849), + [anon_sym_sizeof] = ACTIONS(1847), + [sym_number_literal] = ACTIONS(1849), + [anon_sym_L_SQUOTE] = ACTIONS(1849), + [anon_sym_u_SQUOTE] = ACTIONS(1849), + [anon_sym_U_SQUOTE] = ACTIONS(1849), + [anon_sym_u8_SQUOTE] = ACTIONS(1849), + [anon_sym_SQUOTE] = ACTIONS(1849), + [anon_sym_L_DQUOTE] = ACTIONS(1849), + [anon_sym_u_DQUOTE] = ACTIONS(1849), + [anon_sym_U_DQUOTE] = ACTIONS(1849), + [anon_sym_u8_DQUOTE] = ACTIONS(1849), + [anon_sym_DQUOTE] = ACTIONS(1849), + [sym_true] = ACTIONS(1847), + [sym_false] = ACTIONS(1847), + [sym_null] = ACTIONS(1847), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1847), + [anon_sym_virtual] = ACTIONS(1847), + [anon_sym_explicit] = ACTIONS(1847), + [sym_auto] = ACTIONS(1847), + [anon_sym_typename] = ACTIONS(1847), + [anon_sym_template] = ACTIONS(1847), + [anon_sym_operator] = ACTIONS(1847), + [anon_sym_delete] = ACTIONS(1847), + [anon_sym_throw] = ACTIONS(1847), + [anon_sym_namespace] = ACTIONS(1847), + [anon_sym_using] = ACTIONS(1847), + [anon_sym_static_assert] = ACTIONS(1847), + [anon_sym_co_return] = ACTIONS(1847), + [anon_sym_co_yield] = ACTIONS(1847), + [anon_sym_try] = ACTIONS(1847), + [anon_sym_co_await] = ACTIONS(1847), + [anon_sym_new] = ACTIONS(1847), + [sym_this] = ACTIONS(1847), + [sym_nullptr] = ACTIONS(1847), + [sym_alone_macro] = ACTIONS(1849), + [aux_sym_alone_macro_call_token1] = ACTIONS(1847), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_FORWARD] = ACTIONS(1847), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_PS_GET] = ACTIONS(1847), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), + [anon_sym_MOZ_COLD] = ACTIONS(1847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_RAII] = ACTIONS(1847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), + [sym_raw_string_literal] = ACTIONS(1849), }, - [274] = { - [ts_builtin_sym_end] = ACTIONS(1697), - [sym_identifier] = ACTIONS(1695), - [aux_sym_preproc_include_token1] = ACTIONS(1695), - [aux_sym_preproc_def_token1] = ACTIONS(1695), - [aux_sym_preproc_if_token1] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), - [sym_preproc_directive] = ACTIONS(1695), - [anon_sym_LPAREN2] = ACTIONS(1697), - [anon_sym_BANG] = ACTIONS(1697), - [anon_sym_TILDE] = ACTIONS(1697), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1697), - [anon_sym_AMP_AMP] = ACTIONS(1697), - [anon_sym_AMP] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1697), - [anon_sym_typedef] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym___attribute__] = ACTIONS(1695), - [anon_sym_COLON_COLON] = ACTIONS(1697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), - [anon_sym___declspec] = ACTIONS(1695), - [anon_sym___based] = ACTIONS(1695), - [anon_sym___cdecl] = ACTIONS(1695), - [anon_sym___clrcall] = ACTIONS(1695), - [anon_sym___stdcall] = ACTIONS(1695), - [anon_sym___fastcall] = ACTIONS(1695), - [anon_sym___thiscall] = ACTIONS(1695), - [anon_sym___vectorcall] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1697), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_static] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_inline] = ACTIONS(1695), - [anon_sym_thread_local] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [anon_sym_volatile] = ACTIONS(1695), - [anon_sym_restrict] = ACTIONS(1695), - [anon_sym__Atomic] = ACTIONS(1695), - [anon_sym_mutable] = ACTIONS(1695), - [anon_sym_constexpr] = ACTIONS(1695), - [anon_sym_signed] = ACTIONS(1695), - [anon_sym_unsigned] = ACTIONS(1695), - [anon_sym_long] = ACTIONS(1695), - [anon_sym_short] = ACTIONS(1695), - [sym_primitive_type] = ACTIONS(1695), - [anon_sym_enum] = ACTIONS(1695), - [anon_sym_class] = ACTIONS(1695), - [anon_sym_struct] = ACTIONS(1695), - [anon_sym_union] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_else] = ACTIONS(1695), - [anon_sym_switch] = ACTIONS(1695), - [anon_sym_case] = ACTIONS(1695), - [anon_sym_default] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_goto] = ACTIONS(1695), - [anon_sym_DASH_DASH] = ACTIONS(1697), - [anon_sym_PLUS_PLUS] = ACTIONS(1697), - [anon_sym_sizeof] = ACTIONS(1695), - [sym_number_literal] = ACTIONS(1697), - [anon_sym_L_SQUOTE] = ACTIONS(1697), - [anon_sym_u_SQUOTE] = ACTIONS(1697), - [anon_sym_U_SQUOTE] = ACTIONS(1697), - [anon_sym_u8_SQUOTE] = ACTIONS(1697), - [anon_sym_SQUOTE] = ACTIONS(1697), - [anon_sym_L_DQUOTE] = ACTIONS(1697), - [anon_sym_u_DQUOTE] = ACTIONS(1697), - [anon_sym_U_DQUOTE] = ACTIONS(1697), - [anon_sym_u8_DQUOTE] = ACTIONS(1697), - [anon_sym_DQUOTE] = ACTIONS(1697), - [sym_true] = ACTIONS(1695), - [sym_false] = ACTIONS(1695), - [sym_null] = ACTIONS(1695), + [240] = { + [sym_identifier] = ACTIONS(1851), + [aux_sym_preproc_include_token1] = ACTIONS(1851), + [aux_sym_preproc_def_token1] = ACTIONS(1851), + [aux_sym_preproc_if_token1] = ACTIONS(1851), + [aux_sym_preproc_if_token2] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), + [aux_sym_preproc_else_token1] = ACTIONS(1851), + [aux_sym_preproc_elif_token1] = ACTIONS(1851), + [sym_preproc_directive] = ACTIONS(1851), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1853), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_DASH] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1851), + [anon_sym_STAR] = ACTIONS(1853), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_SEMI] = ACTIONS(1853), + [anon_sym_typedef] = ACTIONS(1851), + [anon_sym_extern] = ACTIONS(1851), + [anon_sym___attribute__] = ACTIONS(1851), + [anon_sym_COLON_COLON] = ACTIONS(1853), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), + [anon_sym___declspec] = ACTIONS(1851), + [anon_sym___based] = ACTIONS(1851), + [anon_sym___cdecl] = ACTIONS(1851), + [anon_sym___clrcall] = ACTIONS(1851), + [anon_sym___stdcall] = ACTIONS(1851), + [anon_sym___fastcall] = ACTIONS(1851), + [anon_sym___thiscall] = ACTIONS(1851), + [anon_sym___vectorcall] = ACTIONS(1851), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(1851), + [anon_sym_static] = ACTIONS(1851), + [anon_sym_register] = ACTIONS(1851), + [anon_sym_inline] = ACTIONS(1851), + [anon_sym_thread_local] = ACTIONS(1851), + [anon_sym_const] = ACTIONS(1851), + [anon_sym_volatile] = ACTIONS(1851), + [anon_sym_restrict] = ACTIONS(1851), + [anon_sym__Atomic] = ACTIONS(1851), + [anon_sym_mutable] = ACTIONS(1851), + [anon_sym_constexpr] = ACTIONS(1851), + [anon_sym_signed] = ACTIONS(1851), + [anon_sym_unsigned] = ACTIONS(1851), + [anon_sym_long] = ACTIONS(1851), + [anon_sym_short] = ACTIONS(1851), + [sym_primitive_type] = ACTIONS(1851), + [anon_sym_enum] = ACTIONS(1851), + [anon_sym_class] = ACTIONS(1851), + [anon_sym_struct] = ACTIONS(1851), + [anon_sym_union] = ACTIONS(1851), + [anon_sym_if] = ACTIONS(1851), + [anon_sym_switch] = ACTIONS(1851), + [anon_sym_case] = ACTIONS(1851), + [anon_sym_default] = ACTIONS(1851), + [anon_sym_while] = ACTIONS(1851), + [anon_sym_do] = ACTIONS(1851), + [anon_sym_for] = ACTIONS(1851), + [anon_sym_return] = ACTIONS(1851), + [anon_sym_break] = ACTIONS(1851), + [anon_sym_continue] = ACTIONS(1851), + [anon_sym_goto] = ACTIONS(1851), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_sizeof] = ACTIONS(1851), + [sym_number_literal] = ACTIONS(1853), + [anon_sym_L_SQUOTE] = ACTIONS(1853), + [anon_sym_u_SQUOTE] = ACTIONS(1853), + [anon_sym_U_SQUOTE] = ACTIONS(1853), + [anon_sym_u8_SQUOTE] = ACTIONS(1853), + [anon_sym_SQUOTE] = ACTIONS(1853), + [anon_sym_L_DQUOTE] = ACTIONS(1853), + [anon_sym_u_DQUOTE] = ACTIONS(1853), + [anon_sym_U_DQUOTE] = ACTIONS(1853), + [anon_sym_u8_DQUOTE] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(1853), + [sym_true] = ACTIONS(1851), + [sym_false] = ACTIONS(1851), + [sym_null] = ACTIONS(1851), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1851), + [anon_sym_virtual] = ACTIONS(1851), + [anon_sym_explicit] = ACTIONS(1851), + [sym_auto] = ACTIONS(1851), + [anon_sym_typename] = ACTIONS(1851), + [anon_sym_template] = ACTIONS(1851), + [anon_sym_operator] = ACTIONS(1851), + [anon_sym_delete] = ACTIONS(1851), + [anon_sym_throw] = ACTIONS(1851), + [anon_sym_namespace] = ACTIONS(1851), + [anon_sym_using] = ACTIONS(1851), + [anon_sym_static_assert] = ACTIONS(1851), + [anon_sym_co_return] = ACTIONS(1851), + [anon_sym_co_yield] = ACTIONS(1851), + [anon_sym_try] = ACTIONS(1851), + [anon_sym_co_await] = ACTIONS(1851), + [anon_sym_new] = ACTIONS(1851), + [sym_this] = ACTIONS(1851), + [sym_nullptr] = ACTIONS(1851), + [sym_alone_macro] = ACTIONS(1853), + [aux_sym_alone_macro_call_token1] = ACTIONS(1851), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_FORWARD] = ACTIONS(1851), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_PS_GET] = ACTIONS(1851), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), + [anon_sym_MOZ_COLD] = ACTIONS(1851), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_RAII] = ACTIONS(1851), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), + [sym_raw_string_literal] = ACTIONS(1853), + }, + [241] = { + [sym_identifier] = ACTIONS(1855), + [aux_sym_preproc_include_token1] = ACTIONS(1855), + [aux_sym_preproc_def_token1] = ACTIONS(1855), + [aux_sym_preproc_if_token1] = ACTIONS(1855), + [aux_sym_preproc_if_token2] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), + [aux_sym_preproc_else_token1] = ACTIONS(1855), + [aux_sym_preproc_elif_token1] = ACTIONS(1855), + [sym_preproc_directive] = ACTIONS(1855), + [anon_sym_LPAREN2] = ACTIONS(1857), + [anon_sym_BANG] = ACTIONS(1857), + [anon_sym_TILDE] = ACTIONS(1857), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1857), + [anon_sym_AMP_AMP] = ACTIONS(1857), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_SEMI] = ACTIONS(1857), + [anon_sym_typedef] = ACTIONS(1855), + [anon_sym_extern] = ACTIONS(1855), + [anon_sym___attribute__] = ACTIONS(1855), + [anon_sym_COLON_COLON] = ACTIONS(1857), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), + [anon_sym___declspec] = ACTIONS(1855), + [anon_sym___based] = ACTIONS(1855), + [anon_sym___cdecl] = ACTIONS(1855), + [anon_sym___clrcall] = ACTIONS(1855), + [anon_sym___stdcall] = ACTIONS(1855), + [anon_sym___fastcall] = ACTIONS(1855), + [anon_sym___thiscall] = ACTIONS(1855), + [anon_sym___vectorcall] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1857), + [anon_sym_LBRACK] = ACTIONS(1855), + [anon_sym_static] = ACTIONS(1855), + [anon_sym_register] = ACTIONS(1855), + [anon_sym_inline] = ACTIONS(1855), + [anon_sym_thread_local] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_volatile] = ACTIONS(1855), + [anon_sym_restrict] = ACTIONS(1855), + [anon_sym__Atomic] = ACTIONS(1855), + [anon_sym_mutable] = ACTIONS(1855), + [anon_sym_constexpr] = ACTIONS(1855), + [anon_sym_signed] = ACTIONS(1855), + [anon_sym_unsigned] = ACTIONS(1855), + [anon_sym_long] = ACTIONS(1855), + [anon_sym_short] = ACTIONS(1855), + [sym_primitive_type] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_class] = ACTIONS(1855), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_switch] = ACTIONS(1855), + [anon_sym_case] = ACTIONS(1855), + [anon_sym_default] = ACTIONS(1855), + [anon_sym_while] = ACTIONS(1855), + [anon_sym_do] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1857), + [anon_sym_PLUS_PLUS] = ACTIONS(1857), + [anon_sym_sizeof] = ACTIONS(1855), + [sym_number_literal] = ACTIONS(1857), + [anon_sym_L_SQUOTE] = ACTIONS(1857), + [anon_sym_u_SQUOTE] = ACTIONS(1857), + [anon_sym_U_SQUOTE] = ACTIONS(1857), + [anon_sym_u8_SQUOTE] = ACTIONS(1857), + [anon_sym_SQUOTE] = ACTIONS(1857), + [anon_sym_L_DQUOTE] = ACTIONS(1857), + [anon_sym_u_DQUOTE] = ACTIONS(1857), + [anon_sym_U_DQUOTE] = ACTIONS(1857), + [anon_sym_u8_DQUOTE] = ACTIONS(1857), + [anon_sym_DQUOTE] = ACTIONS(1857), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_null] = ACTIONS(1855), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1695), - [anon_sym_virtual] = ACTIONS(1695), - [anon_sym_explicit] = ACTIONS(1695), - [sym_auto] = ACTIONS(1695), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1695), - [anon_sym_operator] = ACTIONS(1695), - [anon_sym_delete] = ACTIONS(1695), - [anon_sym_throw] = ACTIONS(1695), - [anon_sym_namespace] = ACTIONS(1695), - [anon_sym_using] = ACTIONS(1695), - [anon_sym_static_assert] = ACTIONS(1695), - [anon_sym_co_return] = ACTIONS(1695), - [anon_sym_co_yield] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_co_await] = ACTIONS(1695), - [anon_sym_new] = ACTIONS(1695), - [sym_this] = ACTIONS(1695), - [sym_nullptr] = ACTIONS(1695), - [sym_alone_macro] = ACTIONS(1697), - [aux_sym_alone_macro_call_token1] = ACTIONS(1695), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_FORWARD] = ACTIONS(1695), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_PS_GET] = ACTIONS(1695), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), - [anon_sym_MOZ_COLD] = ACTIONS(1695), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_RAII] = ACTIONS(1695), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), - [sym_raw_string_literal] = ACTIONS(1697), + [anon_sym_decltype] = ACTIONS(1855), + [anon_sym_virtual] = ACTIONS(1855), + [anon_sym_explicit] = ACTIONS(1855), + [sym_auto] = ACTIONS(1855), + [anon_sym_typename] = ACTIONS(1855), + [anon_sym_template] = ACTIONS(1855), + [anon_sym_operator] = ACTIONS(1855), + [anon_sym_delete] = ACTIONS(1855), + [anon_sym_throw] = ACTIONS(1855), + [anon_sym_namespace] = ACTIONS(1855), + [anon_sym_using] = ACTIONS(1855), + [anon_sym_static_assert] = ACTIONS(1855), + [anon_sym_co_return] = ACTIONS(1855), + [anon_sym_co_yield] = ACTIONS(1855), + [anon_sym_try] = ACTIONS(1855), + [anon_sym_co_await] = ACTIONS(1855), + [anon_sym_new] = ACTIONS(1855), + [sym_this] = ACTIONS(1855), + [sym_nullptr] = ACTIONS(1855), + [sym_alone_macro] = ACTIONS(1857), + [aux_sym_alone_macro_call_token1] = ACTIONS(1855), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_FORWARD] = ACTIONS(1855), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_PS_GET] = ACTIONS(1855), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), + [anon_sym_MOZ_COLD] = ACTIONS(1855), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_RAII] = ACTIONS(1855), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), + [sym_raw_string_literal] = ACTIONS(1857), }, - [275] = { - [sym_identifier] = ACTIONS(1565), - [aux_sym_preproc_include_token1] = ACTIONS(1565), - [aux_sym_preproc_def_token1] = ACTIONS(1565), - [aux_sym_preproc_if_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1565), - [anon_sym_LPAREN2] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_AMP_AMP] = ACTIONS(1567), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym___attribute__] = ACTIONS(1565), - [anon_sym_COLON_COLON] = ACTIONS(1567), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), - [anon_sym___declspec] = ACTIONS(1565), - [anon_sym___based] = ACTIONS(1565), - [anon_sym___cdecl] = ACTIONS(1565), - [anon_sym___clrcall] = ACTIONS(1565), - [anon_sym___stdcall] = ACTIONS(1565), - [anon_sym___fastcall] = ACTIONS(1565), - [anon_sym___thiscall] = ACTIONS(1565), - [anon_sym___vectorcall] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_RBRACE] = ACTIONS(1567), - [anon_sym_LBRACK] = ACTIONS(1565), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_thread_local] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym__Atomic] = ACTIONS(1565), - [anon_sym_mutable] = ACTIONS(1565), - [anon_sym_constexpr] = ACTIONS(1565), - [anon_sym_signed] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_class] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_else] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1567), - [anon_sym_u_SQUOTE] = ACTIONS(1567), - [anon_sym_U_SQUOTE] = ACTIONS(1567), - [anon_sym_u8_SQUOTE] = ACTIONS(1567), - [anon_sym_SQUOTE] = ACTIONS(1567), - [anon_sym_L_DQUOTE] = ACTIONS(1567), - [anon_sym_u_DQUOTE] = ACTIONS(1567), - [anon_sym_U_DQUOTE] = ACTIONS(1567), - [anon_sym_u8_DQUOTE] = ACTIONS(1567), - [anon_sym_DQUOTE] = ACTIONS(1567), - [sym_true] = ACTIONS(1565), - [sym_false] = ACTIONS(1565), - [sym_null] = ACTIONS(1565), + [242] = { + [sym_identifier] = ACTIONS(1859), + [aux_sym_preproc_include_token1] = ACTIONS(1859), + [aux_sym_preproc_def_token1] = ACTIONS(1859), + [aux_sym_preproc_if_token1] = ACTIONS(1859), + [aux_sym_preproc_if_token2] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), + [aux_sym_preproc_else_token1] = ACTIONS(1859), + [aux_sym_preproc_elif_token1] = ACTIONS(1859), + [sym_preproc_directive] = ACTIONS(1859), + [anon_sym_LPAREN2] = ACTIONS(1861), + [anon_sym_BANG] = ACTIONS(1861), + [anon_sym_TILDE] = ACTIONS(1861), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1861), + [anon_sym_AMP_AMP] = ACTIONS(1861), + [anon_sym_AMP] = ACTIONS(1859), + [anon_sym_SEMI] = ACTIONS(1861), + [anon_sym_typedef] = ACTIONS(1859), + [anon_sym_extern] = ACTIONS(1859), + [anon_sym___attribute__] = ACTIONS(1859), + [anon_sym_COLON_COLON] = ACTIONS(1861), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), + [anon_sym___declspec] = ACTIONS(1859), + [anon_sym___based] = ACTIONS(1859), + [anon_sym___cdecl] = ACTIONS(1859), + [anon_sym___clrcall] = ACTIONS(1859), + [anon_sym___stdcall] = ACTIONS(1859), + [anon_sym___fastcall] = ACTIONS(1859), + [anon_sym___thiscall] = ACTIONS(1859), + [anon_sym___vectorcall] = ACTIONS(1859), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_LBRACK] = ACTIONS(1859), + [anon_sym_static] = ACTIONS(1859), + [anon_sym_register] = ACTIONS(1859), + [anon_sym_inline] = ACTIONS(1859), + [anon_sym_thread_local] = ACTIONS(1859), + [anon_sym_const] = ACTIONS(1859), + [anon_sym_volatile] = ACTIONS(1859), + [anon_sym_restrict] = ACTIONS(1859), + [anon_sym__Atomic] = ACTIONS(1859), + [anon_sym_mutable] = ACTIONS(1859), + [anon_sym_constexpr] = ACTIONS(1859), + [anon_sym_signed] = ACTIONS(1859), + [anon_sym_unsigned] = ACTIONS(1859), + [anon_sym_long] = ACTIONS(1859), + [anon_sym_short] = ACTIONS(1859), + [sym_primitive_type] = ACTIONS(1859), + [anon_sym_enum] = ACTIONS(1859), + [anon_sym_class] = ACTIONS(1859), + [anon_sym_struct] = ACTIONS(1859), + [anon_sym_union] = ACTIONS(1859), + [anon_sym_if] = ACTIONS(1859), + [anon_sym_switch] = ACTIONS(1859), + [anon_sym_case] = ACTIONS(1859), + [anon_sym_default] = ACTIONS(1859), + [anon_sym_while] = ACTIONS(1859), + [anon_sym_do] = ACTIONS(1859), + [anon_sym_for] = ACTIONS(1859), + [anon_sym_return] = ACTIONS(1859), + [anon_sym_break] = ACTIONS(1859), + [anon_sym_continue] = ACTIONS(1859), + [anon_sym_goto] = ACTIONS(1859), + [anon_sym_DASH_DASH] = ACTIONS(1861), + [anon_sym_PLUS_PLUS] = ACTIONS(1861), + [anon_sym_sizeof] = ACTIONS(1859), + [sym_number_literal] = ACTIONS(1861), + [anon_sym_L_SQUOTE] = ACTIONS(1861), + [anon_sym_u_SQUOTE] = ACTIONS(1861), + [anon_sym_U_SQUOTE] = ACTIONS(1861), + [anon_sym_u8_SQUOTE] = ACTIONS(1861), + [anon_sym_SQUOTE] = ACTIONS(1861), + [anon_sym_L_DQUOTE] = ACTIONS(1861), + [anon_sym_u_DQUOTE] = ACTIONS(1861), + [anon_sym_U_DQUOTE] = ACTIONS(1861), + [anon_sym_u8_DQUOTE] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym_true] = ACTIONS(1859), + [sym_false] = ACTIONS(1859), + [sym_null] = ACTIONS(1859), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1565), - [anon_sym_virtual] = ACTIONS(1565), - [anon_sym_explicit] = ACTIONS(1565), - [sym_auto] = ACTIONS(1565), - [anon_sym_typename] = ACTIONS(1565), - [anon_sym_template] = ACTIONS(1565), - [anon_sym_operator] = ACTIONS(1565), - [anon_sym_delete] = ACTIONS(1565), - [anon_sym_throw] = ACTIONS(1565), - [anon_sym_namespace] = ACTIONS(1565), - [anon_sym_using] = ACTIONS(1565), - [anon_sym_static_assert] = ACTIONS(1565), - [anon_sym_co_return] = ACTIONS(1565), - [anon_sym_co_yield] = ACTIONS(1565), - [anon_sym_try] = ACTIONS(1565), - [anon_sym_co_await] = ACTIONS(1565), - [anon_sym_new] = ACTIONS(1565), - [sym_this] = ACTIONS(1565), - [sym_nullptr] = ACTIONS(1565), - [sym_alone_macro] = ACTIONS(1567), - [aux_sym_alone_macro_call_token1] = ACTIONS(1565), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_FORWARD] = ACTIONS(1565), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_PS_GET] = ACTIONS(1565), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), - [anon_sym_MOZ_COLD] = ACTIONS(1565), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_RAII] = ACTIONS(1565), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), - [sym_raw_string_literal] = ACTIONS(1567), + [anon_sym_decltype] = ACTIONS(1859), + [anon_sym_virtual] = ACTIONS(1859), + [anon_sym_explicit] = ACTIONS(1859), + [sym_auto] = ACTIONS(1859), + [anon_sym_typename] = ACTIONS(1859), + [anon_sym_template] = ACTIONS(1859), + [anon_sym_operator] = ACTIONS(1859), + [anon_sym_delete] = ACTIONS(1859), + [anon_sym_throw] = ACTIONS(1859), + [anon_sym_namespace] = ACTIONS(1859), + [anon_sym_using] = ACTIONS(1859), + [anon_sym_static_assert] = ACTIONS(1859), + [anon_sym_co_return] = ACTIONS(1859), + [anon_sym_co_yield] = ACTIONS(1859), + [anon_sym_try] = ACTIONS(1859), + [anon_sym_co_await] = ACTIONS(1859), + [anon_sym_new] = ACTIONS(1859), + [sym_this] = ACTIONS(1859), + [sym_nullptr] = ACTIONS(1859), + [sym_alone_macro] = ACTIONS(1861), + [aux_sym_alone_macro_call_token1] = ACTIONS(1859), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_FORWARD] = ACTIONS(1859), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_PS_GET] = ACTIONS(1859), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), + [anon_sym_MOZ_COLD] = ACTIONS(1859), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_RAII] = ACTIONS(1859), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), + [sym_raw_string_literal] = ACTIONS(1861), }, - [276] = { - [sym_identifier] = ACTIONS(1661), - [aux_sym_preproc_include_token1] = ACTIONS(1661), - [aux_sym_preproc_def_token1] = ACTIONS(1661), - [aux_sym_preproc_if_token1] = ACTIONS(1661), - [aux_sym_preproc_if_token2] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1661), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_BANG] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1661), - [anon_sym_PLUS] = ACTIONS(1661), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_AMP_AMP] = ACTIONS(1663), - [anon_sym_AMP] = ACTIONS(1661), - [anon_sym_SEMI] = ACTIONS(1663), - [anon_sym_typedef] = ACTIONS(1661), - [anon_sym_extern] = ACTIONS(1661), - [anon_sym___attribute__] = ACTIONS(1661), - [anon_sym_COLON_COLON] = ACTIONS(1663), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1663), - [anon_sym___declspec] = ACTIONS(1661), - [anon_sym___based] = ACTIONS(1661), - [anon_sym___cdecl] = ACTIONS(1661), - [anon_sym___clrcall] = ACTIONS(1661), - [anon_sym___stdcall] = ACTIONS(1661), - [anon_sym___fastcall] = ACTIONS(1661), - [anon_sym___thiscall] = ACTIONS(1661), - [anon_sym___vectorcall] = ACTIONS(1661), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_LBRACK] = ACTIONS(1661), - [anon_sym_static] = ACTIONS(1661), - [anon_sym_register] = ACTIONS(1661), - [anon_sym_inline] = ACTIONS(1661), - [anon_sym_thread_local] = ACTIONS(1661), - [anon_sym_const] = ACTIONS(1661), - [anon_sym_volatile] = ACTIONS(1661), - [anon_sym_restrict] = ACTIONS(1661), - [anon_sym__Atomic] = ACTIONS(1661), - [anon_sym_mutable] = ACTIONS(1661), - [anon_sym_constexpr] = ACTIONS(1661), - [anon_sym_signed] = ACTIONS(1661), - [anon_sym_unsigned] = ACTIONS(1661), - [anon_sym_long] = ACTIONS(1661), - [anon_sym_short] = ACTIONS(1661), - [sym_primitive_type] = ACTIONS(1661), - [anon_sym_enum] = ACTIONS(1661), - [anon_sym_class] = ACTIONS(1661), - [anon_sym_struct] = ACTIONS(1661), - [anon_sym_union] = ACTIONS(1661), - [anon_sym_if] = ACTIONS(1661), - [anon_sym_else] = ACTIONS(1661), - [anon_sym_switch] = ACTIONS(1661), - [anon_sym_case] = ACTIONS(1661), - [anon_sym_default] = ACTIONS(1661), - [anon_sym_while] = ACTIONS(1661), - [anon_sym_do] = ACTIONS(1661), - [anon_sym_for] = ACTIONS(1661), - [anon_sym_return] = ACTIONS(1661), - [anon_sym_break] = ACTIONS(1661), - [anon_sym_continue] = ACTIONS(1661), - [anon_sym_goto] = ACTIONS(1661), - [anon_sym_DASH_DASH] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_sizeof] = ACTIONS(1661), - [sym_number_literal] = ACTIONS(1663), - [anon_sym_L_SQUOTE] = ACTIONS(1663), - [anon_sym_u_SQUOTE] = ACTIONS(1663), - [anon_sym_U_SQUOTE] = ACTIONS(1663), - [anon_sym_u8_SQUOTE] = ACTIONS(1663), - [anon_sym_SQUOTE] = ACTIONS(1663), - [anon_sym_L_DQUOTE] = ACTIONS(1663), - [anon_sym_u_DQUOTE] = ACTIONS(1663), - [anon_sym_U_DQUOTE] = ACTIONS(1663), - [anon_sym_u8_DQUOTE] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym_true] = ACTIONS(1661), - [sym_false] = ACTIONS(1661), - [sym_null] = ACTIONS(1661), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1661), - [anon_sym_virtual] = ACTIONS(1661), - [anon_sym_explicit] = ACTIONS(1661), - [sym_auto] = ACTIONS(1661), - [anon_sym_typename] = ACTIONS(1661), - [anon_sym_template] = ACTIONS(1661), - [anon_sym_operator] = ACTIONS(1661), - [anon_sym_delete] = ACTIONS(1661), - [anon_sym_throw] = ACTIONS(1661), - [anon_sym_namespace] = ACTIONS(1661), - [anon_sym_using] = ACTIONS(1661), - [anon_sym_static_assert] = ACTIONS(1661), - [anon_sym_co_return] = ACTIONS(1661), - [anon_sym_co_yield] = ACTIONS(1661), - [anon_sym_try] = ACTIONS(1661), - [anon_sym_co_await] = ACTIONS(1661), - [anon_sym_new] = ACTIONS(1661), - [sym_this] = ACTIONS(1661), - [sym_nullptr] = ACTIONS(1661), - [sym_alone_macro] = ACTIONS(1663), - [aux_sym_alone_macro_call_token1] = ACTIONS(1661), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_FORWARD] = ACTIONS(1661), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1661), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_PS_GET] = ACTIONS(1661), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1661), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1661), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1661), - [anon_sym_MOZ_COLD] = ACTIONS(1661), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1661), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1661), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1661), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1661), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1661), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1661), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1661), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1661), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1661), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1661), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1661), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1661), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_RAII] = ACTIONS(1661), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1661), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1661), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1661), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1661), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1661), - [sym_raw_string_literal] = ACTIONS(1663), + [243] = { + [sym_identifier] = ACTIONS(1863), + [aux_sym_preproc_include_token1] = ACTIONS(1863), + [aux_sym_preproc_def_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token2] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), + [aux_sym_preproc_else_token1] = ACTIONS(1863), + [aux_sym_preproc_elif_token1] = ACTIONS(1863), + [sym_preproc_directive] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1865), + [anon_sym_BANG] = ACTIONS(1865), + [anon_sym_TILDE] = ACTIONS(1865), + [anon_sym_DASH] = ACTIONS(1863), + [anon_sym_PLUS] = ACTIONS(1863), + [anon_sym_STAR] = ACTIONS(1865), + [anon_sym_AMP_AMP] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1865), + [anon_sym_typedef] = ACTIONS(1863), + [anon_sym_extern] = ACTIONS(1863), + [anon_sym___attribute__] = ACTIONS(1863), + [anon_sym_COLON_COLON] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), + [anon_sym___declspec] = ACTIONS(1863), + [anon_sym___based] = ACTIONS(1863), + [anon_sym___cdecl] = ACTIONS(1863), + [anon_sym___clrcall] = ACTIONS(1863), + [anon_sym___stdcall] = ACTIONS(1863), + [anon_sym___fastcall] = ACTIONS(1863), + [anon_sym___thiscall] = ACTIONS(1863), + [anon_sym___vectorcall] = ACTIONS(1863), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_static] = ACTIONS(1863), + [anon_sym_register] = ACTIONS(1863), + [anon_sym_inline] = ACTIONS(1863), + [anon_sym_thread_local] = ACTIONS(1863), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_volatile] = ACTIONS(1863), + [anon_sym_restrict] = ACTIONS(1863), + [anon_sym__Atomic] = ACTIONS(1863), + [anon_sym_mutable] = ACTIONS(1863), + [anon_sym_constexpr] = ACTIONS(1863), + [anon_sym_signed] = ACTIONS(1863), + [anon_sym_unsigned] = ACTIONS(1863), + [anon_sym_long] = ACTIONS(1863), + [anon_sym_short] = ACTIONS(1863), + [sym_primitive_type] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_class] = ACTIONS(1863), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), + [anon_sym_if] = ACTIONS(1863), + [anon_sym_switch] = ACTIONS(1863), + [anon_sym_case] = ACTIONS(1863), + [anon_sym_default] = ACTIONS(1863), + [anon_sym_while] = ACTIONS(1863), + [anon_sym_do] = ACTIONS(1863), + [anon_sym_for] = ACTIONS(1863), + [anon_sym_return] = ACTIONS(1863), + [anon_sym_break] = ACTIONS(1863), + [anon_sym_continue] = ACTIONS(1863), + [anon_sym_goto] = ACTIONS(1863), + [anon_sym_DASH_DASH] = ACTIONS(1865), + [anon_sym_PLUS_PLUS] = ACTIONS(1865), + [anon_sym_sizeof] = ACTIONS(1863), + [sym_number_literal] = ACTIONS(1865), + [anon_sym_L_SQUOTE] = ACTIONS(1865), + [anon_sym_u_SQUOTE] = ACTIONS(1865), + [anon_sym_U_SQUOTE] = ACTIONS(1865), + [anon_sym_u8_SQUOTE] = ACTIONS(1865), + [anon_sym_SQUOTE] = ACTIONS(1865), + [anon_sym_L_DQUOTE] = ACTIONS(1865), + [anon_sym_u_DQUOTE] = ACTIONS(1865), + [anon_sym_U_DQUOTE] = ACTIONS(1865), + [anon_sym_u8_DQUOTE] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1865), + [sym_true] = ACTIONS(1863), + [sym_false] = ACTIONS(1863), + [sym_null] = ACTIONS(1863), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1863), + [anon_sym_virtual] = ACTIONS(1863), + [anon_sym_explicit] = ACTIONS(1863), + [sym_auto] = ACTIONS(1863), + [anon_sym_typename] = ACTIONS(1863), + [anon_sym_template] = ACTIONS(1863), + [anon_sym_operator] = ACTIONS(1863), + [anon_sym_delete] = ACTIONS(1863), + [anon_sym_throw] = ACTIONS(1863), + [anon_sym_namespace] = ACTIONS(1863), + [anon_sym_using] = ACTIONS(1863), + [anon_sym_static_assert] = ACTIONS(1863), + [anon_sym_co_return] = ACTIONS(1863), + [anon_sym_co_yield] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1863), + [anon_sym_co_await] = ACTIONS(1863), + [anon_sym_new] = ACTIONS(1863), + [sym_this] = ACTIONS(1863), + [sym_nullptr] = ACTIONS(1863), + [sym_alone_macro] = ACTIONS(1865), + [aux_sym_alone_macro_call_token1] = ACTIONS(1863), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_FORWARD] = ACTIONS(1863), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_PS_GET] = ACTIONS(1863), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), + [anon_sym_MOZ_COLD] = ACTIONS(1863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_RAII] = ACTIONS(1863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), + [sym_raw_string_literal] = ACTIONS(1865), }, - [277] = { - [sym_identifier] = ACTIONS(1665), - [aux_sym_preproc_include_token1] = ACTIONS(1665), - [aux_sym_preproc_def_token1] = ACTIONS(1665), - [aux_sym_preproc_if_token1] = ACTIONS(1665), - [aux_sym_preproc_if_token2] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1665), - [sym_preproc_directive] = ACTIONS(1665), - [anon_sym_LPAREN2] = ACTIONS(1667), - [anon_sym_BANG] = ACTIONS(1667), - [anon_sym_TILDE] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1665), - [anon_sym_PLUS] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(1667), - [anon_sym_AMP] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1667), - [anon_sym_typedef] = ACTIONS(1665), - [anon_sym_extern] = ACTIONS(1665), - [anon_sym___attribute__] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1667), - [anon_sym___declspec] = ACTIONS(1665), - [anon_sym___based] = ACTIONS(1665), - [anon_sym___cdecl] = ACTIONS(1665), - [anon_sym___clrcall] = ACTIONS(1665), - [anon_sym___stdcall] = ACTIONS(1665), - [anon_sym___fastcall] = ACTIONS(1665), - [anon_sym___thiscall] = ACTIONS(1665), - [anon_sym___vectorcall] = ACTIONS(1665), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_static] = ACTIONS(1665), - [anon_sym_register] = ACTIONS(1665), - [anon_sym_inline] = ACTIONS(1665), - [anon_sym_thread_local] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1665), - [anon_sym_volatile] = ACTIONS(1665), - [anon_sym_restrict] = ACTIONS(1665), - [anon_sym__Atomic] = ACTIONS(1665), - [anon_sym_mutable] = ACTIONS(1665), - [anon_sym_constexpr] = ACTIONS(1665), - [anon_sym_signed] = ACTIONS(1665), - [anon_sym_unsigned] = ACTIONS(1665), - [anon_sym_long] = ACTIONS(1665), - [anon_sym_short] = ACTIONS(1665), - [sym_primitive_type] = ACTIONS(1665), - [anon_sym_enum] = ACTIONS(1665), - [anon_sym_class] = ACTIONS(1665), - [anon_sym_struct] = ACTIONS(1665), - [anon_sym_union] = ACTIONS(1665), - [anon_sym_if] = ACTIONS(1665), - [anon_sym_else] = ACTIONS(1665), - [anon_sym_switch] = ACTIONS(1665), - [anon_sym_case] = ACTIONS(1665), - [anon_sym_default] = ACTIONS(1665), - [anon_sym_while] = ACTIONS(1665), - [anon_sym_do] = ACTIONS(1665), - [anon_sym_for] = ACTIONS(1665), - [anon_sym_return] = ACTIONS(1665), - [anon_sym_break] = ACTIONS(1665), - [anon_sym_continue] = ACTIONS(1665), - [anon_sym_goto] = ACTIONS(1665), - [anon_sym_DASH_DASH] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_sizeof] = ACTIONS(1665), - [sym_number_literal] = ACTIONS(1667), - [anon_sym_L_SQUOTE] = ACTIONS(1667), - [anon_sym_u_SQUOTE] = ACTIONS(1667), - [anon_sym_U_SQUOTE] = ACTIONS(1667), - [anon_sym_u8_SQUOTE] = ACTIONS(1667), - [anon_sym_SQUOTE] = ACTIONS(1667), - [anon_sym_L_DQUOTE] = ACTIONS(1667), - [anon_sym_u_DQUOTE] = ACTIONS(1667), - [anon_sym_U_DQUOTE] = ACTIONS(1667), - [anon_sym_u8_DQUOTE] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym_true] = ACTIONS(1665), - [sym_false] = ACTIONS(1665), - [sym_null] = ACTIONS(1665), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1665), - [anon_sym_virtual] = ACTIONS(1665), - [anon_sym_explicit] = ACTIONS(1665), - [sym_auto] = ACTIONS(1665), - [anon_sym_typename] = ACTIONS(1665), - [anon_sym_template] = ACTIONS(1665), - [anon_sym_operator] = ACTIONS(1665), - [anon_sym_delete] = ACTIONS(1665), - [anon_sym_throw] = ACTIONS(1665), - [anon_sym_namespace] = ACTIONS(1665), - [anon_sym_using] = ACTIONS(1665), - [anon_sym_static_assert] = ACTIONS(1665), - [anon_sym_co_return] = ACTIONS(1665), - [anon_sym_co_yield] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1665), - [anon_sym_co_await] = ACTIONS(1665), - [anon_sym_new] = ACTIONS(1665), - [sym_this] = ACTIONS(1665), - [sym_nullptr] = ACTIONS(1665), - [sym_alone_macro] = ACTIONS(1667), - [aux_sym_alone_macro_call_token1] = ACTIONS(1665), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_FORWARD] = ACTIONS(1665), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1665), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_PS_GET] = ACTIONS(1665), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1665), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1665), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1665), - [anon_sym_MOZ_COLD] = ACTIONS(1665), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1665), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1665), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1665), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1665), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1665), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1665), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1665), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1665), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1665), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1665), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1665), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1665), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_RAII] = ACTIONS(1665), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1665), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1665), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1665), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1665), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1665), - [sym_raw_string_literal] = ACTIONS(1667), + [244] = { + [sym_identifier] = ACTIONS(1867), + [aux_sym_preproc_include_token1] = ACTIONS(1867), + [aux_sym_preproc_def_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token2] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), + [aux_sym_preproc_else_token1] = ACTIONS(1867), + [aux_sym_preproc_elif_token1] = ACTIONS(1867), + [sym_preproc_directive] = ACTIONS(1867), + [anon_sym_LPAREN2] = ACTIONS(1869), + [anon_sym_BANG] = ACTIONS(1869), + [anon_sym_TILDE] = ACTIONS(1869), + [anon_sym_DASH] = ACTIONS(1867), + [anon_sym_PLUS] = ACTIONS(1867), + [anon_sym_STAR] = ACTIONS(1869), + [anon_sym_AMP_AMP] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1867), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_typedef] = ACTIONS(1867), + [anon_sym_extern] = ACTIONS(1867), + [anon_sym___attribute__] = ACTIONS(1867), + [anon_sym_COLON_COLON] = ACTIONS(1869), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), + [anon_sym___declspec] = ACTIONS(1867), + [anon_sym___based] = ACTIONS(1867), + [anon_sym___cdecl] = ACTIONS(1867), + [anon_sym___clrcall] = ACTIONS(1867), + [anon_sym___stdcall] = ACTIONS(1867), + [anon_sym___fastcall] = ACTIONS(1867), + [anon_sym___thiscall] = ACTIONS(1867), + [anon_sym___vectorcall] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1869), + [anon_sym_LBRACK] = ACTIONS(1867), + [anon_sym_static] = ACTIONS(1867), + [anon_sym_register] = ACTIONS(1867), + [anon_sym_inline] = ACTIONS(1867), + [anon_sym_thread_local] = ACTIONS(1867), + [anon_sym_const] = ACTIONS(1867), + [anon_sym_volatile] = ACTIONS(1867), + [anon_sym_restrict] = ACTIONS(1867), + [anon_sym__Atomic] = ACTIONS(1867), + [anon_sym_mutable] = ACTIONS(1867), + [anon_sym_constexpr] = ACTIONS(1867), + [anon_sym_signed] = ACTIONS(1867), + [anon_sym_unsigned] = ACTIONS(1867), + [anon_sym_long] = ACTIONS(1867), + [anon_sym_short] = ACTIONS(1867), + [sym_primitive_type] = ACTIONS(1867), + [anon_sym_enum] = ACTIONS(1867), + [anon_sym_class] = ACTIONS(1867), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_union] = ACTIONS(1867), + [anon_sym_if] = ACTIONS(1867), + [anon_sym_switch] = ACTIONS(1867), + [anon_sym_case] = ACTIONS(1867), + [anon_sym_default] = ACTIONS(1867), + [anon_sym_while] = ACTIONS(1867), + [anon_sym_do] = ACTIONS(1867), + [anon_sym_for] = ACTIONS(1867), + [anon_sym_return] = ACTIONS(1867), + [anon_sym_break] = ACTIONS(1867), + [anon_sym_continue] = ACTIONS(1867), + [anon_sym_goto] = ACTIONS(1867), + [anon_sym_DASH_DASH] = ACTIONS(1869), + [anon_sym_PLUS_PLUS] = ACTIONS(1869), + [anon_sym_sizeof] = ACTIONS(1867), + [sym_number_literal] = ACTIONS(1869), + [anon_sym_L_SQUOTE] = ACTIONS(1869), + [anon_sym_u_SQUOTE] = ACTIONS(1869), + [anon_sym_U_SQUOTE] = ACTIONS(1869), + [anon_sym_u8_SQUOTE] = ACTIONS(1869), + [anon_sym_SQUOTE] = ACTIONS(1869), + [anon_sym_L_DQUOTE] = ACTIONS(1869), + [anon_sym_u_DQUOTE] = ACTIONS(1869), + [anon_sym_U_DQUOTE] = ACTIONS(1869), + [anon_sym_u8_DQUOTE] = ACTIONS(1869), + [anon_sym_DQUOTE] = ACTIONS(1869), + [sym_true] = ACTIONS(1867), + [sym_false] = ACTIONS(1867), + [sym_null] = ACTIONS(1867), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1867), + [anon_sym_virtual] = ACTIONS(1867), + [anon_sym_explicit] = ACTIONS(1867), + [sym_auto] = ACTIONS(1867), + [anon_sym_typename] = ACTIONS(1867), + [anon_sym_template] = ACTIONS(1867), + [anon_sym_operator] = ACTIONS(1867), + [anon_sym_delete] = ACTIONS(1867), + [anon_sym_throw] = ACTIONS(1867), + [anon_sym_namespace] = ACTIONS(1867), + [anon_sym_using] = ACTIONS(1867), + [anon_sym_static_assert] = ACTIONS(1867), + [anon_sym_co_return] = ACTIONS(1867), + [anon_sym_co_yield] = ACTIONS(1867), + [anon_sym_try] = ACTIONS(1867), + [anon_sym_co_await] = ACTIONS(1867), + [anon_sym_new] = ACTIONS(1867), + [sym_this] = ACTIONS(1867), + [sym_nullptr] = ACTIONS(1867), + [sym_alone_macro] = ACTIONS(1869), + [aux_sym_alone_macro_call_token1] = ACTIONS(1867), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_FORWARD] = ACTIONS(1867), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_PS_GET] = ACTIONS(1867), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), + [anon_sym_MOZ_COLD] = ACTIONS(1867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_RAII] = ACTIONS(1867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), + [sym_raw_string_literal] = ACTIONS(1869), }, - [278] = { - [sym_identifier] = ACTIONS(1629), - [aux_sym_preproc_include_token1] = ACTIONS(1629), - [aux_sym_preproc_def_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), - [sym_preproc_directive] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP_AMP] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1629), - [anon_sym_SEMI] = ACTIONS(1631), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym___based] = ACTIONS(1629), - [anon_sym___cdecl] = ACTIONS(1629), - [anon_sym___clrcall] = ACTIONS(1629), - [anon_sym___stdcall] = ACTIONS(1629), - [anon_sym___fastcall] = ACTIONS(1629), - [anon_sym___thiscall] = ACTIONS(1629), - [anon_sym___vectorcall] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1631), - [anon_sym_RBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_else] = ACTIONS(1629), - [anon_sym_switch] = ACTIONS(1629), - [anon_sym_case] = ACTIONS(1629), - [anon_sym_default] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_goto] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1631), - [anon_sym_PLUS_PLUS] = ACTIONS(1631), - [anon_sym_sizeof] = ACTIONS(1629), - [sym_number_literal] = ACTIONS(1631), - [anon_sym_L_SQUOTE] = ACTIONS(1631), - [anon_sym_u_SQUOTE] = ACTIONS(1631), - [anon_sym_U_SQUOTE] = ACTIONS(1631), - [anon_sym_u8_SQUOTE] = ACTIONS(1631), - [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_L_DQUOTE] = ACTIONS(1631), - [anon_sym_u_DQUOTE] = ACTIONS(1631), - [anon_sym_U_DQUOTE] = ACTIONS(1631), - [anon_sym_u8_DQUOTE] = ACTIONS(1631), - [anon_sym_DQUOTE] = ACTIONS(1631), - [sym_true] = ACTIONS(1629), - [sym_false] = ACTIONS(1629), - [sym_null] = ACTIONS(1629), + [245] = { + [sym_identifier] = ACTIONS(1871), + [aux_sym_preproc_include_token1] = ACTIONS(1871), + [aux_sym_preproc_def_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token2] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), + [aux_sym_preproc_else_token1] = ACTIONS(1871), + [aux_sym_preproc_elif_token1] = ACTIONS(1871), + [sym_preproc_directive] = ACTIONS(1871), + [anon_sym_LPAREN2] = ACTIONS(1873), + [anon_sym_BANG] = ACTIONS(1873), + [anon_sym_TILDE] = ACTIONS(1873), + [anon_sym_DASH] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1871), + [anon_sym_STAR] = ACTIONS(1873), + [anon_sym_AMP_AMP] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1871), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_typedef] = ACTIONS(1871), + [anon_sym_extern] = ACTIONS(1871), + [anon_sym___attribute__] = ACTIONS(1871), + [anon_sym_COLON_COLON] = ACTIONS(1873), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), + [anon_sym___declspec] = ACTIONS(1871), + [anon_sym___based] = ACTIONS(1871), + [anon_sym___cdecl] = ACTIONS(1871), + [anon_sym___clrcall] = ACTIONS(1871), + [anon_sym___stdcall] = ACTIONS(1871), + [anon_sym___fastcall] = ACTIONS(1871), + [anon_sym___thiscall] = ACTIONS(1871), + [anon_sym___vectorcall] = ACTIONS(1871), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_register] = ACTIONS(1871), + [anon_sym_inline] = ACTIONS(1871), + [anon_sym_thread_local] = ACTIONS(1871), + [anon_sym_const] = ACTIONS(1871), + [anon_sym_volatile] = ACTIONS(1871), + [anon_sym_restrict] = ACTIONS(1871), + [anon_sym__Atomic] = ACTIONS(1871), + [anon_sym_mutable] = ACTIONS(1871), + [anon_sym_constexpr] = ACTIONS(1871), + [anon_sym_signed] = ACTIONS(1871), + [anon_sym_unsigned] = ACTIONS(1871), + [anon_sym_long] = ACTIONS(1871), + [anon_sym_short] = ACTIONS(1871), + [sym_primitive_type] = ACTIONS(1871), + [anon_sym_enum] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_struct] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1871), + [anon_sym_if] = ACTIONS(1871), + [anon_sym_switch] = ACTIONS(1871), + [anon_sym_case] = ACTIONS(1871), + [anon_sym_default] = ACTIONS(1871), + [anon_sym_while] = ACTIONS(1871), + [anon_sym_do] = ACTIONS(1871), + [anon_sym_for] = ACTIONS(1871), + [anon_sym_return] = ACTIONS(1871), + [anon_sym_break] = ACTIONS(1871), + [anon_sym_continue] = ACTIONS(1871), + [anon_sym_goto] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1873), + [anon_sym_PLUS_PLUS] = ACTIONS(1873), + [anon_sym_sizeof] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1873), + [anon_sym_L_SQUOTE] = ACTIONS(1873), + [anon_sym_u_SQUOTE] = ACTIONS(1873), + [anon_sym_U_SQUOTE] = ACTIONS(1873), + [anon_sym_u8_SQUOTE] = ACTIONS(1873), + [anon_sym_SQUOTE] = ACTIONS(1873), + [anon_sym_L_DQUOTE] = ACTIONS(1873), + [anon_sym_u_DQUOTE] = ACTIONS(1873), + [anon_sym_U_DQUOTE] = ACTIONS(1873), + [anon_sym_u8_DQUOTE] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym_true] = ACTIONS(1871), + [sym_false] = ACTIONS(1871), + [sym_null] = ACTIONS(1871), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1629), - [anon_sym_virtual] = ACTIONS(1629), - [anon_sym_explicit] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_operator] = ACTIONS(1629), - [anon_sym_delete] = ACTIONS(1629), - [anon_sym_throw] = ACTIONS(1629), - [anon_sym_namespace] = ACTIONS(1629), - [anon_sym_using] = ACTIONS(1629), - [anon_sym_static_assert] = ACTIONS(1629), - [anon_sym_co_return] = ACTIONS(1629), - [anon_sym_co_yield] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_co_await] = ACTIONS(1629), - [anon_sym_new] = ACTIONS(1629), - [sym_this] = ACTIONS(1629), - [sym_nullptr] = ACTIONS(1629), - [sym_alone_macro] = ACTIONS(1631), - [aux_sym_alone_macro_call_token1] = ACTIONS(1629), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_FORWARD] = ACTIONS(1629), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_PS_GET] = ACTIONS(1629), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), - [sym_raw_string_literal] = ACTIONS(1631), + [anon_sym_decltype] = ACTIONS(1871), + [anon_sym_virtual] = ACTIONS(1871), + [anon_sym_explicit] = ACTIONS(1871), + [sym_auto] = ACTIONS(1871), + [anon_sym_typename] = ACTIONS(1871), + [anon_sym_template] = ACTIONS(1871), + [anon_sym_operator] = ACTIONS(1871), + [anon_sym_delete] = ACTIONS(1871), + [anon_sym_throw] = ACTIONS(1871), + [anon_sym_namespace] = ACTIONS(1871), + [anon_sym_using] = ACTIONS(1871), + [anon_sym_static_assert] = ACTIONS(1871), + [anon_sym_co_return] = ACTIONS(1871), + [anon_sym_co_yield] = ACTIONS(1871), + [anon_sym_try] = ACTIONS(1871), + [anon_sym_co_await] = ACTIONS(1871), + [anon_sym_new] = ACTIONS(1871), + [sym_this] = ACTIONS(1871), + [sym_nullptr] = ACTIONS(1871), + [sym_alone_macro] = ACTIONS(1873), + [aux_sym_alone_macro_call_token1] = ACTIONS(1871), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_FORWARD] = ACTIONS(1871), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1871), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_PS_GET] = ACTIONS(1871), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1871), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1871), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), + [anon_sym_MOZ_COLD] = ACTIONS(1871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_RAII] = ACTIONS(1871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), + [sym_raw_string_literal] = ACTIONS(1873), }, - [279] = { - [sym_identifier] = ACTIONS(1555), - [aux_sym_preproc_include_token1] = ACTIONS(1555), - [aux_sym_preproc_def_token1] = ACTIONS(1555), - [aux_sym_preproc_if_token1] = ACTIONS(1555), - [aux_sym_preproc_if_token2] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1555), - [sym_preproc_directive] = ACTIONS(1555), - [anon_sym_LPAREN2] = ACTIONS(1557), - [anon_sym_BANG] = ACTIONS(1557), - [anon_sym_TILDE] = ACTIONS(1557), - [anon_sym_DASH] = ACTIONS(1555), - [anon_sym_PLUS] = ACTIONS(1555), - [anon_sym_STAR] = ACTIONS(1557), - [anon_sym_AMP_AMP] = ACTIONS(1557), - [anon_sym_AMP] = ACTIONS(1555), - [anon_sym_SEMI] = ACTIONS(1557), - [anon_sym_typedef] = ACTIONS(1555), - [anon_sym_extern] = ACTIONS(1555), - [anon_sym___attribute__] = ACTIONS(1555), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1557), - [anon_sym___declspec] = ACTIONS(1555), - [anon_sym___based] = ACTIONS(1555), - [anon_sym___cdecl] = ACTIONS(1555), - [anon_sym___clrcall] = ACTIONS(1555), - [anon_sym___stdcall] = ACTIONS(1555), - [anon_sym___fastcall] = ACTIONS(1555), - [anon_sym___thiscall] = ACTIONS(1555), - [anon_sym___vectorcall] = ACTIONS(1555), - [anon_sym_LBRACE] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1555), - [anon_sym_static] = ACTIONS(1555), - [anon_sym_register] = ACTIONS(1555), - [anon_sym_inline] = ACTIONS(1555), - [anon_sym_thread_local] = ACTIONS(1555), - [anon_sym_const] = ACTIONS(1555), - [anon_sym_volatile] = ACTIONS(1555), - [anon_sym_restrict] = ACTIONS(1555), - [anon_sym__Atomic] = ACTIONS(1555), - [anon_sym_mutable] = ACTIONS(1555), - [anon_sym_constexpr] = ACTIONS(1555), - [anon_sym_signed] = ACTIONS(1555), - [anon_sym_unsigned] = ACTIONS(1555), - [anon_sym_long] = ACTIONS(1555), - [anon_sym_short] = ACTIONS(1555), - [sym_primitive_type] = ACTIONS(1555), - [anon_sym_enum] = ACTIONS(1555), - [anon_sym_class] = ACTIONS(1555), - [anon_sym_struct] = ACTIONS(1555), - [anon_sym_union] = ACTIONS(1555), - [anon_sym_if] = ACTIONS(1555), - [anon_sym_else] = ACTIONS(1555), - [anon_sym_switch] = ACTIONS(1555), - [anon_sym_case] = ACTIONS(1555), - [anon_sym_default] = ACTIONS(1555), - [anon_sym_while] = ACTIONS(1555), - [anon_sym_do] = ACTIONS(1555), - [anon_sym_for] = ACTIONS(1555), - [anon_sym_return] = ACTIONS(1555), - [anon_sym_break] = ACTIONS(1555), - [anon_sym_continue] = ACTIONS(1555), - [anon_sym_goto] = ACTIONS(1555), - [anon_sym_DASH_DASH] = ACTIONS(1557), - [anon_sym_PLUS_PLUS] = ACTIONS(1557), - [anon_sym_sizeof] = ACTIONS(1555), - [sym_number_literal] = ACTIONS(1557), - [anon_sym_L_SQUOTE] = ACTIONS(1557), - [anon_sym_u_SQUOTE] = ACTIONS(1557), - [anon_sym_U_SQUOTE] = ACTIONS(1557), - [anon_sym_u8_SQUOTE] = ACTIONS(1557), - [anon_sym_SQUOTE] = ACTIONS(1557), - [anon_sym_L_DQUOTE] = ACTIONS(1557), - [anon_sym_u_DQUOTE] = ACTIONS(1557), - [anon_sym_U_DQUOTE] = ACTIONS(1557), - [anon_sym_u8_DQUOTE] = ACTIONS(1557), - [anon_sym_DQUOTE] = ACTIONS(1557), - [sym_true] = ACTIONS(1555), - [sym_false] = ACTIONS(1555), - [sym_null] = ACTIONS(1555), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1555), - [anon_sym_virtual] = ACTIONS(1555), - [anon_sym_explicit] = ACTIONS(1555), - [sym_auto] = ACTIONS(1555), - [anon_sym_typename] = ACTIONS(1555), - [anon_sym_template] = ACTIONS(1555), - [anon_sym_operator] = ACTIONS(1555), - [anon_sym_delete] = ACTIONS(1555), - [anon_sym_throw] = ACTIONS(1555), - [anon_sym_namespace] = ACTIONS(1555), - [anon_sym_using] = ACTIONS(1555), - [anon_sym_static_assert] = ACTIONS(1555), - [anon_sym_co_return] = ACTIONS(1555), - [anon_sym_co_yield] = ACTIONS(1555), - [anon_sym_try] = ACTIONS(1555), - [anon_sym_co_await] = ACTIONS(1555), - [anon_sym_new] = ACTIONS(1555), - [sym_this] = ACTIONS(1555), - [sym_nullptr] = ACTIONS(1555), - [sym_alone_macro] = ACTIONS(1557), - [aux_sym_alone_macro_call_token1] = ACTIONS(1555), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_FORWARD] = ACTIONS(1555), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1555), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_PS_GET] = ACTIONS(1555), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1555), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1555), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1555), - [anon_sym_MOZ_COLD] = ACTIONS(1555), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1555), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1555), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1555), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1555), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1555), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1555), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1555), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1555), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1555), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1555), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1555), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1555), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_RAII] = ACTIONS(1555), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1555), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1555), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1555), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1555), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1555), - [sym_raw_string_literal] = ACTIONS(1557), + [246] = { + [sym_identifier] = ACTIONS(1875), + [aux_sym_preproc_include_token1] = ACTIONS(1875), + [aux_sym_preproc_def_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token2] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), + [aux_sym_preproc_else_token1] = ACTIONS(1875), + [aux_sym_preproc_elif_token1] = ACTIONS(1875), + [sym_preproc_directive] = ACTIONS(1875), + [anon_sym_LPAREN2] = ACTIONS(1877), + [anon_sym_BANG] = ACTIONS(1877), + [anon_sym_TILDE] = ACTIONS(1877), + [anon_sym_DASH] = ACTIONS(1875), + [anon_sym_PLUS] = ACTIONS(1875), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP_AMP] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1875), + [anon_sym_SEMI] = ACTIONS(1877), + [anon_sym_typedef] = ACTIONS(1875), + [anon_sym_extern] = ACTIONS(1875), + [anon_sym___attribute__] = ACTIONS(1875), + [anon_sym_COLON_COLON] = ACTIONS(1877), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), + [anon_sym___declspec] = ACTIONS(1875), + [anon_sym___based] = ACTIONS(1875), + [anon_sym___cdecl] = ACTIONS(1875), + [anon_sym___clrcall] = ACTIONS(1875), + [anon_sym___stdcall] = ACTIONS(1875), + [anon_sym___fastcall] = ACTIONS(1875), + [anon_sym___thiscall] = ACTIONS(1875), + [anon_sym___vectorcall] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1877), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_static] = ACTIONS(1875), + [anon_sym_register] = ACTIONS(1875), + [anon_sym_inline] = ACTIONS(1875), + [anon_sym_thread_local] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1875), + [anon_sym_volatile] = ACTIONS(1875), + [anon_sym_restrict] = ACTIONS(1875), + [anon_sym__Atomic] = ACTIONS(1875), + [anon_sym_mutable] = ACTIONS(1875), + [anon_sym_constexpr] = ACTIONS(1875), + [anon_sym_signed] = ACTIONS(1875), + [anon_sym_unsigned] = ACTIONS(1875), + [anon_sym_long] = ACTIONS(1875), + [anon_sym_short] = ACTIONS(1875), + [sym_primitive_type] = ACTIONS(1875), + [anon_sym_enum] = ACTIONS(1875), + [anon_sym_class] = ACTIONS(1875), + [anon_sym_struct] = ACTIONS(1875), + [anon_sym_union] = ACTIONS(1875), + [anon_sym_if] = ACTIONS(1875), + [anon_sym_switch] = ACTIONS(1875), + [anon_sym_case] = ACTIONS(1875), + [anon_sym_default] = ACTIONS(1875), + [anon_sym_while] = ACTIONS(1875), + [anon_sym_do] = ACTIONS(1875), + [anon_sym_for] = ACTIONS(1875), + [anon_sym_return] = ACTIONS(1875), + [anon_sym_break] = ACTIONS(1875), + [anon_sym_continue] = ACTIONS(1875), + [anon_sym_goto] = ACTIONS(1875), + [anon_sym_DASH_DASH] = ACTIONS(1877), + [anon_sym_PLUS_PLUS] = ACTIONS(1877), + [anon_sym_sizeof] = ACTIONS(1875), + [sym_number_literal] = ACTIONS(1877), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1877), + [anon_sym_u_DQUOTE] = ACTIONS(1877), + [anon_sym_U_DQUOTE] = ACTIONS(1877), + [anon_sym_u8_DQUOTE] = ACTIONS(1877), + [anon_sym_DQUOTE] = ACTIONS(1877), + [sym_true] = ACTIONS(1875), + [sym_false] = ACTIONS(1875), + [sym_null] = ACTIONS(1875), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1875), + [anon_sym_virtual] = ACTIONS(1875), + [anon_sym_explicit] = ACTIONS(1875), + [sym_auto] = ACTIONS(1875), + [anon_sym_typename] = ACTIONS(1875), + [anon_sym_template] = ACTIONS(1875), + [anon_sym_operator] = ACTIONS(1875), + [anon_sym_delete] = ACTIONS(1875), + [anon_sym_throw] = ACTIONS(1875), + [anon_sym_namespace] = ACTIONS(1875), + [anon_sym_using] = ACTIONS(1875), + [anon_sym_static_assert] = ACTIONS(1875), + [anon_sym_co_return] = ACTIONS(1875), + [anon_sym_co_yield] = ACTIONS(1875), + [anon_sym_try] = ACTIONS(1875), + [anon_sym_co_await] = ACTIONS(1875), + [anon_sym_new] = ACTIONS(1875), + [sym_this] = ACTIONS(1875), + [sym_nullptr] = ACTIONS(1875), + [sym_alone_macro] = ACTIONS(1877), + [aux_sym_alone_macro_call_token1] = ACTIONS(1875), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_FORWARD] = ACTIONS(1875), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_PS_GET] = ACTIONS(1875), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), + [anon_sym_MOZ_COLD] = ACTIONS(1875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_RAII] = ACTIONS(1875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), + [sym_raw_string_literal] = ACTIONS(1877), }, - [280] = { - [ts_builtin_sym_end] = ACTIONS(1693), - [sym_identifier] = ACTIONS(1691), - [aux_sym_preproc_include_token1] = ACTIONS(1691), - [aux_sym_preproc_def_token1] = ACTIONS(1691), - [aux_sym_preproc_if_token1] = ACTIONS(1691), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1691), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1691), - [sym_preproc_directive] = ACTIONS(1691), - [anon_sym_LPAREN2] = ACTIONS(1693), - [anon_sym_BANG] = ACTIONS(1693), - [anon_sym_TILDE] = ACTIONS(1693), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1693), - [anon_sym_AMP_AMP] = ACTIONS(1693), - [anon_sym_AMP] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1693), - [anon_sym_typedef] = ACTIONS(1691), - [anon_sym_extern] = ACTIONS(1691), - [anon_sym___attribute__] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), - [anon_sym___declspec] = ACTIONS(1691), - [anon_sym___based] = ACTIONS(1691), - [anon_sym___cdecl] = ACTIONS(1691), - [anon_sym___clrcall] = ACTIONS(1691), - [anon_sym___stdcall] = ACTIONS(1691), - [anon_sym___fastcall] = ACTIONS(1691), - [anon_sym___thiscall] = ACTIONS(1691), - [anon_sym___vectorcall] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1693), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_static] = ACTIONS(1691), - [anon_sym_register] = ACTIONS(1691), - [anon_sym_inline] = ACTIONS(1691), - [anon_sym_thread_local] = ACTIONS(1691), - [anon_sym_const] = ACTIONS(1691), - [anon_sym_volatile] = ACTIONS(1691), - [anon_sym_restrict] = ACTIONS(1691), - [anon_sym__Atomic] = ACTIONS(1691), - [anon_sym_mutable] = ACTIONS(1691), - [anon_sym_constexpr] = ACTIONS(1691), - [anon_sym_signed] = ACTIONS(1691), - [anon_sym_unsigned] = ACTIONS(1691), - [anon_sym_long] = ACTIONS(1691), - [anon_sym_short] = ACTIONS(1691), - [sym_primitive_type] = ACTIONS(1691), - [anon_sym_enum] = ACTIONS(1691), - [anon_sym_class] = ACTIONS(1691), - [anon_sym_struct] = ACTIONS(1691), - [anon_sym_union] = ACTIONS(1691), - [anon_sym_if] = ACTIONS(1691), - [anon_sym_else] = ACTIONS(1691), - [anon_sym_switch] = ACTIONS(1691), - [anon_sym_case] = ACTIONS(1691), - [anon_sym_default] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1691), - [anon_sym_do] = ACTIONS(1691), - [anon_sym_for] = ACTIONS(1691), - [anon_sym_return] = ACTIONS(1691), - [anon_sym_break] = ACTIONS(1691), - [anon_sym_continue] = ACTIONS(1691), - [anon_sym_goto] = ACTIONS(1691), - [anon_sym_DASH_DASH] = ACTIONS(1693), - [anon_sym_PLUS_PLUS] = ACTIONS(1693), - [anon_sym_sizeof] = ACTIONS(1691), - [sym_number_literal] = ACTIONS(1693), - [anon_sym_L_SQUOTE] = ACTIONS(1693), - [anon_sym_u_SQUOTE] = ACTIONS(1693), - [anon_sym_U_SQUOTE] = ACTIONS(1693), - [anon_sym_u8_SQUOTE] = ACTIONS(1693), - [anon_sym_SQUOTE] = ACTIONS(1693), - [anon_sym_L_DQUOTE] = ACTIONS(1693), - [anon_sym_u_DQUOTE] = ACTIONS(1693), - [anon_sym_U_DQUOTE] = ACTIONS(1693), - [anon_sym_u8_DQUOTE] = ACTIONS(1693), - [anon_sym_DQUOTE] = ACTIONS(1693), - [sym_true] = ACTIONS(1691), - [sym_false] = ACTIONS(1691), - [sym_null] = ACTIONS(1691), + [247] = { + [sym_identifier] = ACTIONS(1879), + [aux_sym_preproc_include_token1] = ACTIONS(1879), + [aux_sym_preproc_def_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token2] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), + [aux_sym_preproc_else_token1] = ACTIONS(1879), + [aux_sym_preproc_elif_token1] = ACTIONS(1879), + [sym_preproc_directive] = ACTIONS(1879), + [anon_sym_LPAREN2] = ACTIONS(1881), + [anon_sym_BANG] = ACTIONS(1881), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1879), + [anon_sym_PLUS] = ACTIONS(1879), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1879), + [anon_sym_SEMI] = ACTIONS(1881), + [anon_sym_typedef] = ACTIONS(1879), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym___attribute__] = ACTIONS(1879), + [anon_sym_COLON_COLON] = ACTIONS(1881), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), + [anon_sym___declspec] = ACTIONS(1879), + [anon_sym___based] = ACTIONS(1879), + [anon_sym___cdecl] = ACTIONS(1879), + [anon_sym___clrcall] = ACTIONS(1879), + [anon_sym___stdcall] = ACTIONS(1879), + [anon_sym___fastcall] = ACTIONS(1879), + [anon_sym___thiscall] = ACTIONS(1879), + [anon_sym___vectorcall] = ACTIONS(1879), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_register] = ACTIONS(1879), + [anon_sym_inline] = ACTIONS(1879), + [anon_sym_thread_local] = ACTIONS(1879), + [anon_sym_const] = ACTIONS(1879), + [anon_sym_volatile] = ACTIONS(1879), + [anon_sym_restrict] = ACTIONS(1879), + [anon_sym__Atomic] = ACTIONS(1879), + [anon_sym_mutable] = ACTIONS(1879), + [anon_sym_constexpr] = ACTIONS(1879), + [anon_sym_signed] = ACTIONS(1879), + [anon_sym_unsigned] = ACTIONS(1879), + [anon_sym_long] = ACTIONS(1879), + [anon_sym_short] = ACTIONS(1879), + [sym_primitive_type] = ACTIONS(1879), + [anon_sym_enum] = ACTIONS(1879), + [anon_sym_class] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1879), + [anon_sym_union] = ACTIONS(1879), + [anon_sym_if] = ACTIONS(1879), + [anon_sym_switch] = ACTIONS(1879), + [anon_sym_case] = ACTIONS(1879), + [anon_sym_default] = ACTIONS(1879), + [anon_sym_while] = ACTIONS(1879), + [anon_sym_do] = ACTIONS(1879), + [anon_sym_for] = ACTIONS(1879), + [anon_sym_return] = ACTIONS(1879), + [anon_sym_break] = ACTIONS(1879), + [anon_sym_continue] = ACTIONS(1879), + [anon_sym_goto] = ACTIONS(1879), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_sizeof] = ACTIONS(1879), + [sym_number_literal] = ACTIONS(1881), + [anon_sym_L_SQUOTE] = ACTIONS(1881), + [anon_sym_u_SQUOTE] = ACTIONS(1881), + [anon_sym_U_SQUOTE] = ACTIONS(1881), + [anon_sym_u8_SQUOTE] = ACTIONS(1881), + [anon_sym_SQUOTE] = ACTIONS(1881), + [anon_sym_L_DQUOTE] = ACTIONS(1881), + [anon_sym_u_DQUOTE] = ACTIONS(1881), + [anon_sym_U_DQUOTE] = ACTIONS(1881), + [anon_sym_u8_DQUOTE] = ACTIONS(1881), + [anon_sym_DQUOTE] = ACTIONS(1881), + [sym_true] = ACTIONS(1879), + [sym_false] = ACTIONS(1879), + [sym_null] = ACTIONS(1879), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1691), - [anon_sym_virtual] = ACTIONS(1691), - [anon_sym_explicit] = ACTIONS(1691), - [sym_auto] = ACTIONS(1691), - [anon_sym_typename] = ACTIONS(1691), - [anon_sym_template] = ACTIONS(1691), - [anon_sym_operator] = ACTIONS(1691), - [anon_sym_delete] = ACTIONS(1691), - [anon_sym_throw] = ACTIONS(1691), - [anon_sym_namespace] = ACTIONS(1691), - [anon_sym_using] = ACTIONS(1691), - [anon_sym_static_assert] = ACTIONS(1691), - [anon_sym_co_return] = ACTIONS(1691), - [anon_sym_co_yield] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1691), - [anon_sym_co_await] = ACTIONS(1691), - [anon_sym_new] = ACTIONS(1691), - [sym_this] = ACTIONS(1691), - [sym_nullptr] = ACTIONS(1691), - [sym_alone_macro] = ACTIONS(1693), - [aux_sym_alone_macro_call_token1] = ACTIONS(1691), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_FORWARD] = ACTIONS(1691), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_PS_GET] = ACTIONS(1691), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), - [anon_sym_MOZ_COLD] = ACTIONS(1691), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_RAII] = ACTIONS(1691), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), - [sym_raw_string_literal] = ACTIONS(1693), + [anon_sym_decltype] = ACTIONS(1879), + [anon_sym_virtual] = ACTIONS(1879), + [anon_sym_explicit] = ACTIONS(1879), + [sym_auto] = ACTIONS(1879), + [anon_sym_typename] = ACTIONS(1879), + [anon_sym_template] = ACTIONS(1879), + [anon_sym_operator] = ACTIONS(1879), + [anon_sym_delete] = ACTIONS(1879), + [anon_sym_throw] = ACTIONS(1879), + [anon_sym_namespace] = ACTIONS(1879), + [anon_sym_using] = ACTIONS(1879), + [anon_sym_static_assert] = ACTIONS(1879), + [anon_sym_co_return] = ACTIONS(1879), + [anon_sym_co_yield] = ACTIONS(1879), + [anon_sym_try] = ACTIONS(1879), + [anon_sym_co_await] = ACTIONS(1879), + [anon_sym_new] = ACTIONS(1879), + [sym_this] = ACTIONS(1879), + [sym_nullptr] = ACTIONS(1879), + [sym_alone_macro] = ACTIONS(1881), + [aux_sym_alone_macro_call_token1] = ACTIONS(1879), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_FORWARD] = ACTIONS(1879), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_PS_GET] = ACTIONS(1879), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), + [anon_sym_MOZ_COLD] = ACTIONS(1879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_RAII] = ACTIONS(1879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), + [sym_raw_string_literal] = ACTIONS(1881), }, - [281] = { - [sym_identifier] = ACTIONS(1569), - [aux_sym_preproc_include_token1] = ACTIONS(1569), - [aux_sym_preproc_def_token1] = ACTIONS(1569), - [aux_sym_preproc_if_token1] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1571), - [anon_sym_BANG] = ACTIONS(1571), - [anon_sym_TILDE] = ACTIONS(1571), - [anon_sym_DASH] = ACTIONS(1569), - [anon_sym_PLUS] = ACTIONS(1569), - [anon_sym_STAR] = ACTIONS(1571), - [anon_sym_AMP_AMP] = ACTIONS(1571), - [anon_sym_AMP] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1571), - [anon_sym_typedef] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym___attribute__] = ACTIONS(1569), - [anon_sym_COLON_COLON] = ACTIONS(1571), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), - [anon_sym___declspec] = ACTIONS(1569), - [anon_sym___based] = ACTIONS(1569), - [anon_sym___cdecl] = ACTIONS(1569), - [anon_sym___clrcall] = ACTIONS(1569), - [anon_sym___stdcall] = ACTIONS(1569), - [anon_sym___fastcall] = ACTIONS(1569), - [anon_sym___thiscall] = ACTIONS(1569), - [anon_sym___vectorcall] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1571), - [anon_sym_RBRACE] = ACTIONS(1571), - [anon_sym_LBRACK] = ACTIONS(1569), - [anon_sym_static] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_inline] = ACTIONS(1569), - [anon_sym_thread_local] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [anon_sym_volatile] = ACTIONS(1569), - [anon_sym_restrict] = ACTIONS(1569), - [anon_sym__Atomic] = ACTIONS(1569), - [anon_sym_mutable] = ACTIONS(1569), - [anon_sym_constexpr] = ACTIONS(1569), - [anon_sym_signed] = ACTIONS(1569), - [anon_sym_unsigned] = ACTIONS(1569), - [anon_sym_long] = ACTIONS(1569), - [anon_sym_short] = ACTIONS(1569), - [sym_primitive_type] = ACTIONS(1569), - [anon_sym_enum] = ACTIONS(1569), - [anon_sym_class] = ACTIONS(1569), - [anon_sym_struct] = ACTIONS(1569), - [anon_sym_union] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_switch] = ACTIONS(1569), - [anon_sym_case] = ACTIONS(1569), - [anon_sym_default] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_goto] = ACTIONS(1569), - [anon_sym_DASH_DASH] = ACTIONS(1571), - [anon_sym_PLUS_PLUS] = ACTIONS(1571), - [anon_sym_sizeof] = ACTIONS(1569), - [sym_number_literal] = ACTIONS(1571), - [anon_sym_L_SQUOTE] = ACTIONS(1571), - [anon_sym_u_SQUOTE] = ACTIONS(1571), - [anon_sym_U_SQUOTE] = ACTIONS(1571), - [anon_sym_u8_SQUOTE] = ACTIONS(1571), - [anon_sym_SQUOTE] = ACTIONS(1571), - [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(1569), - [sym_false] = ACTIONS(1569), - [sym_null] = ACTIONS(1569), + [248] = { + [sym_identifier] = ACTIONS(1883), + [aux_sym_preproc_include_token1] = ACTIONS(1883), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token2] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1883), + [aux_sym_preproc_else_token1] = ACTIONS(1883), + [aux_sym_preproc_elif_token1] = ACTIONS(1883), + [sym_preproc_directive] = ACTIONS(1883), + [anon_sym_LPAREN2] = ACTIONS(1885), + [anon_sym_BANG] = ACTIONS(1885), + [anon_sym_TILDE] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1883), + [anon_sym_PLUS] = ACTIONS(1883), + [anon_sym_STAR] = ACTIONS(1885), + [anon_sym_AMP_AMP] = ACTIONS(1885), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_SEMI] = ACTIONS(1885), + [anon_sym_typedef] = ACTIONS(1883), + [anon_sym_extern] = ACTIONS(1883), + [anon_sym___attribute__] = ACTIONS(1883), + [anon_sym_COLON_COLON] = ACTIONS(1885), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1885), + [anon_sym___declspec] = ACTIONS(1883), + [anon_sym___based] = ACTIONS(1883), + [anon_sym___cdecl] = ACTIONS(1883), + [anon_sym___clrcall] = ACTIONS(1883), + [anon_sym___stdcall] = ACTIONS(1883), + [anon_sym___fastcall] = ACTIONS(1883), + [anon_sym___thiscall] = ACTIONS(1883), + [anon_sym___vectorcall] = ACTIONS(1883), + [anon_sym_LBRACE] = ACTIONS(1885), + [anon_sym_LBRACK] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1883), + [anon_sym_register] = ACTIONS(1883), + [anon_sym_inline] = ACTIONS(1883), + [anon_sym_thread_local] = ACTIONS(1883), + [anon_sym_const] = ACTIONS(1883), + [anon_sym_volatile] = ACTIONS(1883), + [anon_sym_restrict] = ACTIONS(1883), + [anon_sym__Atomic] = ACTIONS(1883), + [anon_sym_mutable] = ACTIONS(1883), + [anon_sym_constexpr] = ACTIONS(1883), + [anon_sym_signed] = ACTIONS(1883), + [anon_sym_unsigned] = ACTIONS(1883), + [anon_sym_long] = ACTIONS(1883), + [anon_sym_short] = ACTIONS(1883), + [sym_primitive_type] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1883), + [anon_sym_class] = ACTIONS(1883), + [anon_sym_struct] = ACTIONS(1883), + [anon_sym_union] = ACTIONS(1883), + [anon_sym_if] = ACTIONS(1883), + [anon_sym_switch] = ACTIONS(1883), + [anon_sym_case] = ACTIONS(1883), + [anon_sym_default] = ACTIONS(1883), + [anon_sym_while] = ACTIONS(1883), + [anon_sym_do] = ACTIONS(1883), + [anon_sym_for] = ACTIONS(1883), + [anon_sym_return] = ACTIONS(1883), + [anon_sym_break] = ACTIONS(1883), + [anon_sym_continue] = ACTIONS(1883), + [anon_sym_goto] = ACTIONS(1883), + [anon_sym_DASH_DASH] = ACTIONS(1885), + [anon_sym_PLUS_PLUS] = ACTIONS(1885), + [anon_sym_sizeof] = ACTIONS(1883), + [sym_number_literal] = ACTIONS(1885), + [anon_sym_L_SQUOTE] = ACTIONS(1885), + [anon_sym_u_SQUOTE] = ACTIONS(1885), + [anon_sym_U_SQUOTE] = ACTIONS(1885), + [anon_sym_u8_SQUOTE] = ACTIONS(1885), + [anon_sym_SQUOTE] = ACTIONS(1885), + [anon_sym_L_DQUOTE] = ACTIONS(1885), + [anon_sym_u_DQUOTE] = ACTIONS(1885), + [anon_sym_U_DQUOTE] = ACTIONS(1885), + [anon_sym_u8_DQUOTE] = ACTIONS(1885), + [anon_sym_DQUOTE] = ACTIONS(1885), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [sym_null] = ACTIONS(1883), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1569), - [anon_sym_virtual] = ACTIONS(1569), - [anon_sym_explicit] = ACTIONS(1569), - [sym_auto] = ACTIONS(1569), - [anon_sym_typename] = ACTIONS(1569), - [anon_sym_template] = ACTIONS(1569), - [anon_sym_operator] = ACTIONS(1569), - [anon_sym_delete] = ACTIONS(1569), - [anon_sym_throw] = ACTIONS(1569), - [anon_sym_namespace] = ACTIONS(1569), - [anon_sym_using] = ACTIONS(1569), - [anon_sym_static_assert] = ACTIONS(1569), - [anon_sym_co_return] = ACTIONS(1569), - [anon_sym_co_yield] = ACTIONS(1569), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_co_await] = ACTIONS(1569), - [anon_sym_new] = ACTIONS(1569), - [sym_this] = ACTIONS(1569), - [sym_nullptr] = ACTIONS(1569), - [sym_alone_macro] = ACTIONS(1571), - [aux_sym_alone_macro_call_token1] = ACTIONS(1569), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_FORWARD] = ACTIONS(1569), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_PS_GET] = ACTIONS(1569), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), - [anon_sym_MOZ_COLD] = ACTIONS(1569), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_RAII] = ACTIONS(1569), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), - [sym_raw_string_literal] = ACTIONS(1571), + [anon_sym_decltype] = ACTIONS(1883), + [anon_sym_virtual] = ACTIONS(1883), + [anon_sym_explicit] = ACTIONS(1883), + [sym_auto] = ACTIONS(1883), + [anon_sym_typename] = ACTIONS(1883), + [anon_sym_template] = ACTIONS(1883), + [anon_sym_operator] = ACTIONS(1883), + [anon_sym_delete] = ACTIONS(1883), + [anon_sym_throw] = ACTIONS(1883), + [anon_sym_namespace] = ACTIONS(1883), + [anon_sym_using] = ACTIONS(1883), + [anon_sym_static_assert] = ACTIONS(1883), + [anon_sym_co_return] = ACTIONS(1883), + [anon_sym_co_yield] = ACTIONS(1883), + [anon_sym_try] = ACTIONS(1883), + [anon_sym_co_await] = ACTIONS(1883), + [anon_sym_new] = ACTIONS(1883), + [sym_this] = ACTIONS(1883), + [sym_nullptr] = ACTIONS(1883), + [sym_alone_macro] = ACTIONS(1885), + [aux_sym_alone_macro_call_token1] = ACTIONS(1883), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_FORWARD] = ACTIONS(1883), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1883), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_PS_GET] = ACTIONS(1883), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1883), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1883), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1883), + [anon_sym_MOZ_COLD] = ACTIONS(1883), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1883), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1883), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1883), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1883), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1883), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1883), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1883), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1883), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1883), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1883), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1883), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1883), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_RAII] = ACTIONS(1883), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1883), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1883), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1883), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1883), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), + [sym_raw_string_literal] = ACTIONS(1885), }, - [282] = { - [sym_identifier] = ACTIONS(1559), - [aux_sym_preproc_include_token1] = ACTIONS(1559), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token2] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1559), - [sym_preproc_directive] = ACTIONS(1559), - [anon_sym_LPAREN2] = ACTIONS(1561), - [anon_sym_BANG] = ACTIONS(1561), - [anon_sym_TILDE] = ACTIONS(1561), - [anon_sym_DASH] = ACTIONS(1559), - [anon_sym_PLUS] = ACTIONS(1559), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_AMP_AMP] = ACTIONS(1561), - [anon_sym_AMP] = ACTIONS(1559), - [anon_sym_SEMI] = ACTIONS(1561), - [anon_sym_typedef] = ACTIONS(1559), - [anon_sym_extern] = ACTIONS(1559), - [anon_sym___attribute__] = ACTIONS(1559), - [anon_sym_COLON_COLON] = ACTIONS(1561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1561), - [anon_sym___declspec] = ACTIONS(1559), - [anon_sym___based] = ACTIONS(1559), - [anon_sym___cdecl] = ACTIONS(1559), - [anon_sym___clrcall] = ACTIONS(1559), - [anon_sym___stdcall] = ACTIONS(1559), - [anon_sym___fastcall] = ACTIONS(1559), - [anon_sym___thiscall] = ACTIONS(1559), - [anon_sym___vectorcall] = ACTIONS(1559), - [anon_sym_LBRACE] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1559), - [anon_sym_static] = ACTIONS(1559), - [anon_sym_register] = ACTIONS(1559), - [anon_sym_inline] = ACTIONS(1559), - [anon_sym_thread_local] = ACTIONS(1559), - [anon_sym_const] = ACTIONS(1559), - [anon_sym_volatile] = ACTIONS(1559), - [anon_sym_restrict] = ACTIONS(1559), - [anon_sym__Atomic] = ACTIONS(1559), - [anon_sym_mutable] = ACTIONS(1559), - [anon_sym_constexpr] = ACTIONS(1559), - [anon_sym_signed] = ACTIONS(1559), - [anon_sym_unsigned] = ACTIONS(1559), - [anon_sym_long] = ACTIONS(1559), - [anon_sym_short] = ACTIONS(1559), - [sym_primitive_type] = ACTIONS(1559), - [anon_sym_enum] = ACTIONS(1559), - [anon_sym_class] = ACTIONS(1559), - [anon_sym_struct] = ACTIONS(1559), - [anon_sym_union] = ACTIONS(1559), - [anon_sym_if] = ACTIONS(1559), - [anon_sym_else] = ACTIONS(1973), - [anon_sym_switch] = ACTIONS(1559), - [anon_sym_case] = ACTIONS(1559), - [anon_sym_default] = ACTIONS(1559), - [anon_sym_while] = ACTIONS(1559), - [anon_sym_do] = ACTIONS(1559), - [anon_sym_for] = ACTIONS(1559), - [anon_sym_return] = ACTIONS(1559), - [anon_sym_break] = ACTIONS(1559), - [anon_sym_continue] = ACTIONS(1559), - [anon_sym_goto] = ACTIONS(1559), - [anon_sym_DASH_DASH] = ACTIONS(1561), - [anon_sym_PLUS_PLUS] = ACTIONS(1561), - [anon_sym_sizeof] = ACTIONS(1559), - [sym_number_literal] = ACTIONS(1561), - [anon_sym_L_SQUOTE] = ACTIONS(1561), - [anon_sym_u_SQUOTE] = ACTIONS(1561), - [anon_sym_U_SQUOTE] = ACTIONS(1561), - [anon_sym_u8_SQUOTE] = ACTIONS(1561), - [anon_sym_SQUOTE] = ACTIONS(1561), - [anon_sym_L_DQUOTE] = ACTIONS(1561), - [anon_sym_u_DQUOTE] = ACTIONS(1561), - [anon_sym_U_DQUOTE] = ACTIONS(1561), - [anon_sym_u8_DQUOTE] = ACTIONS(1561), - [anon_sym_DQUOTE] = ACTIONS(1561), - [sym_true] = ACTIONS(1559), - [sym_false] = ACTIONS(1559), - [sym_null] = ACTIONS(1559), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1559), - [anon_sym_virtual] = ACTIONS(1559), - [anon_sym_explicit] = ACTIONS(1559), - [sym_auto] = ACTIONS(1559), - [anon_sym_typename] = ACTIONS(1559), - [anon_sym_template] = ACTIONS(1559), - [anon_sym_operator] = ACTIONS(1559), - [anon_sym_delete] = ACTIONS(1559), - [anon_sym_throw] = ACTIONS(1559), - [anon_sym_namespace] = ACTIONS(1559), - [anon_sym_using] = ACTIONS(1559), - [anon_sym_static_assert] = ACTIONS(1559), - [anon_sym_co_return] = ACTIONS(1559), - [anon_sym_co_yield] = ACTIONS(1559), - [anon_sym_try] = ACTIONS(1559), - [anon_sym_co_await] = ACTIONS(1559), - [anon_sym_new] = ACTIONS(1559), - [sym_this] = ACTIONS(1559), - [sym_nullptr] = ACTIONS(1559), - [sym_alone_macro] = ACTIONS(1561), - [aux_sym_alone_macro_call_token1] = ACTIONS(1559), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_FORWARD] = ACTIONS(1559), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1559), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_PS_GET] = ACTIONS(1559), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1559), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1559), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1559), - [anon_sym_MOZ_COLD] = ACTIONS(1559), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1559), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1559), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1559), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1559), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1559), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1559), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1559), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1559), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1559), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1559), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1559), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1559), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_RAII] = ACTIONS(1559), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1559), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1559), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1559), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1559), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1559), - [sym_raw_string_literal] = ACTIONS(1561), + [249] = { + [sym_identifier] = ACTIONS(1887), + [aux_sym_preproc_include_token1] = ACTIONS(1887), + [aux_sym_preproc_def_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token2] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), + [aux_sym_preproc_else_token1] = ACTIONS(1887), + [aux_sym_preproc_elif_token1] = ACTIONS(1887), + [sym_preproc_directive] = ACTIONS(1887), + [anon_sym_LPAREN2] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(1889), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1887), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_AMP] = ACTIONS(1887), + [anon_sym_SEMI] = ACTIONS(1889), + [anon_sym_typedef] = ACTIONS(1887), + [anon_sym_extern] = ACTIONS(1887), + [anon_sym___attribute__] = ACTIONS(1887), + [anon_sym_COLON_COLON] = ACTIONS(1889), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), + [anon_sym___declspec] = ACTIONS(1887), + [anon_sym___based] = ACTIONS(1887), + [anon_sym___cdecl] = ACTIONS(1887), + [anon_sym___clrcall] = ACTIONS(1887), + [anon_sym___stdcall] = ACTIONS(1887), + [anon_sym___fastcall] = ACTIONS(1887), + [anon_sym___thiscall] = ACTIONS(1887), + [anon_sym___vectorcall] = ACTIONS(1887), + [anon_sym_LBRACE] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_register] = ACTIONS(1887), + [anon_sym_inline] = ACTIONS(1887), + [anon_sym_thread_local] = ACTIONS(1887), + [anon_sym_const] = ACTIONS(1887), + [anon_sym_volatile] = ACTIONS(1887), + [anon_sym_restrict] = ACTIONS(1887), + [anon_sym__Atomic] = ACTIONS(1887), + [anon_sym_mutable] = ACTIONS(1887), + [anon_sym_constexpr] = ACTIONS(1887), + [anon_sym_signed] = ACTIONS(1887), + [anon_sym_unsigned] = ACTIONS(1887), + [anon_sym_long] = ACTIONS(1887), + [anon_sym_short] = ACTIONS(1887), + [sym_primitive_type] = ACTIONS(1887), + [anon_sym_enum] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1887), + [anon_sym_union] = ACTIONS(1887), + [anon_sym_if] = ACTIONS(1887), + [anon_sym_switch] = ACTIONS(1887), + [anon_sym_case] = ACTIONS(1887), + [anon_sym_default] = ACTIONS(1887), + [anon_sym_while] = ACTIONS(1887), + [anon_sym_do] = ACTIONS(1887), + [anon_sym_for] = ACTIONS(1887), + [anon_sym_return] = ACTIONS(1887), + [anon_sym_break] = ACTIONS(1887), + [anon_sym_continue] = ACTIONS(1887), + [anon_sym_goto] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1889), + [anon_sym_sizeof] = ACTIONS(1887), + [sym_number_literal] = ACTIONS(1889), + [anon_sym_L_SQUOTE] = ACTIONS(1889), + [anon_sym_u_SQUOTE] = ACTIONS(1889), + [anon_sym_U_SQUOTE] = ACTIONS(1889), + [anon_sym_u8_SQUOTE] = ACTIONS(1889), + [anon_sym_SQUOTE] = ACTIONS(1889), + [anon_sym_L_DQUOTE] = ACTIONS(1889), + [anon_sym_u_DQUOTE] = ACTIONS(1889), + [anon_sym_U_DQUOTE] = ACTIONS(1889), + [anon_sym_u8_DQUOTE] = ACTIONS(1889), + [anon_sym_DQUOTE] = ACTIONS(1889), + [sym_true] = ACTIONS(1887), + [sym_false] = ACTIONS(1887), + [sym_null] = ACTIONS(1887), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1887), + [anon_sym_virtual] = ACTIONS(1887), + [anon_sym_explicit] = ACTIONS(1887), + [sym_auto] = ACTIONS(1887), + [anon_sym_typename] = ACTIONS(1887), + [anon_sym_template] = ACTIONS(1887), + [anon_sym_operator] = ACTIONS(1887), + [anon_sym_delete] = ACTIONS(1887), + [anon_sym_throw] = ACTIONS(1887), + [anon_sym_namespace] = ACTIONS(1887), + [anon_sym_using] = ACTIONS(1887), + [anon_sym_static_assert] = ACTIONS(1887), + [anon_sym_co_return] = ACTIONS(1887), + [anon_sym_co_yield] = ACTIONS(1887), + [anon_sym_try] = ACTIONS(1887), + [anon_sym_co_await] = ACTIONS(1887), + [anon_sym_new] = ACTIONS(1887), + [sym_this] = ACTIONS(1887), + [sym_nullptr] = ACTIONS(1887), + [sym_alone_macro] = ACTIONS(1889), + [aux_sym_alone_macro_call_token1] = ACTIONS(1887), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_FORWARD] = ACTIONS(1887), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1887), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_PS_GET] = ACTIONS(1887), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1887), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1887), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), + [anon_sym_MOZ_COLD] = ACTIONS(1887), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_RAII] = ACTIONS(1887), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), + [sym_raw_string_literal] = ACTIONS(1889), }, - [283] = { - [sym_identifier] = ACTIONS(1675), - [aux_sym_preproc_include_token1] = ACTIONS(1675), - [aux_sym_preproc_def_token1] = ACTIONS(1675), - [aux_sym_preproc_if_token1] = ACTIONS(1675), - [aux_sym_preproc_if_token2] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), - [sym_preproc_directive] = ACTIONS(1675), - [anon_sym_LPAREN2] = ACTIONS(1677), - [anon_sym_BANG] = ACTIONS(1677), - [anon_sym_TILDE] = ACTIONS(1677), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1677), - [anon_sym_AMP_AMP] = ACTIONS(1677), - [anon_sym_AMP] = ACTIONS(1675), - [anon_sym_SEMI] = ACTIONS(1677), - [anon_sym_typedef] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym___attribute__] = ACTIONS(1675), - [anon_sym_COLON_COLON] = ACTIONS(1677), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), - [anon_sym___declspec] = ACTIONS(1675), - [anon_sym___based] = ACTIONS(1675), - [anon_sym___cdecl] = ACTIONS(1675), - [anon_sym___clrcall] = ACTIONS(1675), - [anon_sym___stdcall] = ACTIONS(1675), - [anon_sym___fastcall] = ACTIONS(1675), - [anon_sym___thiscall] = ACTIONS(1675), - [anon_sym___vectorcall] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_inline] = ACTIONS(1675), - [anon_sym_thread_local] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [anon_sym_volatile] = ACTIONS(1675), - [anon_sym_restrict] = ACTIONS(1675), - [anon_sym__Atomic] = ACTIONS(1675), - [anon_sym_mutable] = ACTIONS(1675), - [anon_sym_constexpr] = ACTIONS(1675), - [anon_sym_signed] = ACTIONS(1675), - [anon_sym_unsigned] = ACTIONS(1675), - [anon_sym_long] = ACTIONS(1675), - [anon_sym_short] = ACTIONS(1675), - [sym_primitive_type] = ACTIONS(1675), - [anon_sym_enum] = ACTIONS(1675), - [anon_sym_class] = ACTIONS(1675), - [anon_sym_struct] = ACTIONS(1675), - [anon_sym_union] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_else] = ACTIONS(1675), - [anon_sym_switch] = ACTIONS(1675), - [anon_sym_case] = ACTIONS(1675), - [anon_sym_default] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_goto] = ACTIONS(1675), - [anon_sym_DASH_DASH] = ACTIONS(1677), - [anon_sym_PLUS_PLUS] = ACTIONS(1677), - [anon_sym_sizeof] = ACTIONS(1675), - [sym_number_literal] = ACTIONS(1677), - [anon_sym_L_SQUOTE] = ACTIONS(1677), - [anon_sym_u_SQUOTE] = ACTIONS(1677), - [anon_sym_U_SQUOTE] = ACTIONS(1677), - [anon_sym_u8_SQUOTE] = ACTIONS(1677), - [anon_sym_SQUOTE] = ACTIONS(1677), - [anon_sym_L_DQUOTE] = ACTIONS(1677), - [anon_sym_u_DQUOTE] = ACTIONS(1677), - [anon_sym_U_DQUOTE] = ACTIONS(1677), - [anon_sym_u8_DQUOTE] = ACTIONS(1677), - [anon_sym_DQUOTE] = ACTIONS(1677), - [sym_true] = ACTIONS(1675), - [sym_false] = ACTIONS(1675), - [sym_null] = ACTIONS(1675), + [250] = { + [sym_identifier] = ACTIONS(1891), + [aux_sym_preproc_include_token1] = ACTIONS(1891), + [aux_sym_preproc_def_token1] = ACTIONS(1891), + [aux_sym_preproc_if_token1] = ACTIONS(1891), + [aux_sym_preproc_if_token2] = ACTIONS(1891), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1891), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1891), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1891), + [anon_sym_LPAREN2] = ACTIONS(1893), + [anon_sym_BANG] = ACTIONS(1893), + [anon_sym_TILDE] = ACTIONS(1893), + [anon_sym_DASH] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1891), + [anon_sym_STAR] = ACTIONS(1893), + [anon_sym_AMP_AMP] = ACTIONS(1893), + [anon_sym_AMP] = ACTIONS(1891), + [anon_sym_SEMI] = ACTIONS(1893), + [anon_sym_typedef] = ACTIONS(1891), + [anon_sym_extern] = ACTIONS(1891), + [anon_sym___attribute__] = ACTIONS(1891), + [anon_sym_COLON_COLON] = ACTIONS(1893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym___declspec] = ACTIONS(1891), + [anon_sym___based] = ACTIONS(1891), + [anon_sym___cdecl] = ACTIONS(1891), + [anon_sym___clrcall] = ACTIONS(1891), + [anon_sym___stdcall] = ACTIONS(1891), + [anon_sym___fastcall] = ACTIONS(1891), + [anon_sym___thiscall] = ACTIONS(1891), + [anon_sym___vectorcall] = ACTIONS(1891), + [anon_sym_LBRACE] = ACTIONS(1893), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_static] = ACTIONS(1891), + [anon_sym_register] = ACTIONS(1891), + [anon_sym_inline] = ACTIONS(1891), + [anon_sym_thread_local] = ACTIONS(1891), + [anon_sym_const] = ACTIONS(1891), + [anon_sym_volatile] = ACTIONS(1891), + [anon_sym_restrict] = ACTIONS(1891), + [anon_sym__Atomic] = ACTIONS(1891), + [anon_sym_mutable] = ACTIONS(1891), + [anon_sym_constexpr] = ACTIONS(1891), + [anon_sym_signed] = ACTIONS(1891), + [anon_sym_unsigned] = ACTIONS(1891), + [anon_sym_long] = ACTIONS(1891), + [anon_sym_short] = ACTIONS(1891), + [sym_primitive_type] = ACTIONS(1891), + [anon_sym_enum] = ACTIONS(1891), + [anon_sym_class] = ACTIONS(1891), + [anon_sym_struct] = ACTIONS(1891), + [anon_sym_union] = ACTIONS(1891), + [anon_sym_if] = ACTIONS(1891), + [anon_sym_switch] = ACTIONS(1891), + [anon_sym_case] = ACTIONS(1891), + [anon_sym_default] = ACTIONS(1891), + [anon_sym_while] = ACTIONS(1891), + [anon_sym_do] = ACTIONS(1891), + [anon_sym_for] = ACTIONS(1891), + [anon_sym_return] = ACTIONS(1891), + [anon_sym_break] = ACTIONS(1891), + [anon_sym_continue] = ACTIONS(1891), + [anon_sym_goto] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1893), + [anon_sym_PLUS_PLUS] = ACTIONS(1893), + [anon_sym_sizeof] = ACTIONS(1891), + [sym_number_literal] = ACTIONS(1893), + [anon_sym_L_SQUOTE] = ACTIONS(1893), + [anon_sym_u_SQUOTE] = ACTIONS(1893), + [anon_sym_U_SQUOTE] = ACTIONS(1893), + [anon_sym_u8_SQUOTE] = ACTIONS(1893), + [anon_sym_SQUOTE] = ACTIONS(1893), + [anon_sym_L_DQUOTE] = ACTIONS(1893), + [anon_sym_u_DQUOTE] = ACTIONS(1893), + [anon_sym_U_DQUOTE] = ACTIONS(1893), + [anon_sym_u8_DQUOTE] = ACTIONS(1893), + [anon_sym_DQUOTE] = ACTIONS(1893), + [sym_true] = ACTIONS(1891), + [sym_false] = ACTIONS(1891), + [sym_null] = ACTIONS(1891), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1675), - [anon_sym_virtual] = ACTIONS(1675), - [anon_sym_explicit] = ACTIONS(1675), - [sym_auto] = ACTIONS(1675), - [anon_sym_typename] = ACTIONS(1675), - [anon_sym_template] = ACTIONS(1675), - [anon_sym_operator] = ACTIONS(1675), - [anon_sym_delete] = ACTIONS(1675), - [anon_sym_throw] = ACTIONS(1675), - [anon_sym_namespace] = ACTIONS(1675), - [anon_sym_using] = ACTIONS(1675), - [anon_sym_static_assert] = ACTIONS(1675), - [anon_sym_co_return] = ACTIONS(1675), - [anon_sym_co_yield] = ACTIONS(1675), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_co_await] = ACTIONS(1675), - [anon_sym_new] = ACTIONS(1675), - [sym_this] = ACTIONS(1675), - [sym_nullptr] = ACTIONS(1675), - [sym_alone_macro] = ACTIONS(1677), - [aux_sym_alone_macro_call_token1] = ACTIONS(1675), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_FORWARD] = ACTIONS(1675), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_PS_GET] = ACTIONS(1675), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), - [anon_sym_MOZ_COLD] = ACTIONS(1675), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_RAII] = ACTIONS(1675), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), - [sym_raw_string_literal] = ACTIONS(1677), + [anon_sym_decltype] = ACTIONS(1891), + [anon_sym_virtual] = ACTIONS(1891), + [anon_sym_explicit] = ACTIONS(1891), + [sym_auto] = ACTIONS(1891), + [anon_sym_typename] = ACTIONS(1891), + [anon_sym_template] = ACTIONS(1891), + [anon_sym_operator] = ACTIONS(1891), + [anon_sym_delete] = ACTIONS(1891), + [anon_sym_throw] = ACTIONS(1891), + [anon_sym_namespace] = ACTIONS(1891), + [anon_sym_using] = ACTIONS(1891), + [anon_sym_static_assert] = ACTIONS(1891), + [anon_sym_co_return] = ACTIONS(1891), + [anon_sym_co_yield] = ACTIONS(1891), + [anon_sym_try] = ACTIONS(1891), + [anon_sym_co_await] = ACTIONS(1891), + [anon_sym_new] = ACTIONS(1891), + [sym_this] = ACTIONS(1891), + [sym_nullptr] = ACTIONS(1891), + [sym_alone_macro] = ACTIONS(1893), + [aux_sym_alone_macro_call_token1] = ACTIONS(1891), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_FORWARD] = ACTIONS(1891), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1891), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_PS_GET] = ACTIONS(1891), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1891), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1891), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1891), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1891), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1891), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1891), + [anon_sym_MOZ_COLD] = ACTIONS(1891), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1891), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1891), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1891), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1891), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1891), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1891), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1891), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1891), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1891), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1891), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1891), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1891), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1891), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_NONNULL] = ACTIONS(1891), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1891), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1891), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1891), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1891), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1891), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1891), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1891), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1891), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1891), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1891), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1891), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1891), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), + [anon_sym_MOZ_RAII] = ACTIONS(1891), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1891), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1891), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1891), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1891), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1891), + [sym_raw_string_literal] = ACTIONS(1893), + }, + [251] = { + [sym_identifier] = ACTIONS(1895), + [aux_sym_preproc_include_token1] = ACTIONS(1895), + [aux_sym_preproc_def_token1] = ACTIONS(1895), + [aux_sym_preproc_if_token1] = ACTIONS(1895), + [aux_sym_preproc_if_token2] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), + [aux_sym_preproc_else_token1] = ACTIONS(1895), + [aux_sym_preproc_elif_token1] = ACTIONS(1895), + [sym_preproc_directive] = ACTIONS(1895), + [anon_sym_LPAREN2] = ACTIONS(1897), + [anon_sym_BANG] = ACTIONS(1897), + [anon_sym_TILDE] = ACTIONS(1897), + [anon_sym_DASH] = ACTIONS(1895), + [anon_sym_PLUS] = ACTIONS(1895), + [anon_sym_STAR] = ACTIONS(1897), + [anon_sym_AMP_AMP] = ACTIONS(1897), + [anon_sym_AMP] = ACTIONS(1895), + [anon_sym_SEMI] = ACTIONS(1897), + [anon_sym_typedef] = ACTIONS(1895), + [anon_sym_extern] = ACTIONS(1895), + [anon_sym___attribute__] = ACTIONS(1895), + [anon_sym_COLON_COLON] = ACTIONS(1897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), + [anon_sym___declspec] = ACTIONS(1895), + [anon_sym___based] = ACTIONS(1895), + [anon_sym___cdecl] = ACTIONS(1895), + [anon_sym___clrcall] = ACTIONS(1895), + [anon_sym___stdcall] = ACTIONS(1895), + [anon_sym___fastcall] = ACTIONS(1895), + [anon_sym___thiscall] = ACTIONS(1895), + [anon_sym___vectorcall] = ACTIONS(1895), + [anon_sym_LBRACE] = ACTIONS(1897), + [anon_sym_LBRACK] = ACTIONS(1895), + [anon_sym_static] = ACTIONS(1895), + [anon_sym_register] = ACTIONS(1895), + [anon_sym_inline] = ACTIONS(1895), + [anon_sym_thread_local] = ACTIONS(1895), + [anon_sym_const] = ACTIONS(1895), + [anon_sym_volatile] = ACTIONS(1895), + [anon_sym_restrict] = ACTIONS(1895), + [anon_sym__Atomic] = ACTIONS(1895), + [anon_sym_mutable] = ACTIONS(1895), + [anon_sym_constexpr] = ACTIONS(1895), + [anon_sym_signed] = ACTIONS(1895), + [anon_sym_unsigned] = ACTIONS(1895), + [anon_sym_long] = ACTIONS(1895), + [anon_sym_short] = ACTIONS(1895), + [sym_primitive_type] = ACTIONS(1895), + [anon_sym_enum] = ACTIONS(1895), + [anon_sym_class] = ACTIONS(1895), + [anon_sym_struct] = ACTIONS(1895), + [anon_sym_union] = ACTIONS(1895), + [anon_sym_if] = ACTIONS(1895), + [anon_sym_switch] = ACTIONS(1895), + [anon_sym_case] = ACTIONS(1895), + [anon_sym_default] = ACTIONS(1895), + [anon_sym_while] = ACTIONS(1895), + [anon_sym_do] = ACTIONS(1895), + [anon_sym_for] = ACTIONS(1895), + [anon_sym_return] = ACTIONS(1895), + [anon_sym_break] = ACTIONS(1895), + [anon_sym_continue] = ACTIONS(1895), + [anon_sym_goto] = ACTIONS(1895), + [anon_sym_DASH_DASH] = ACTIONS(1897), + [anon_sym_PLUS_PLUS] = ACTIONS(1897), + [anon_sym_sizeof] = ACTIONS(1895), + [sym_number_literal] = ACTIONS(1897), + [anon_sym_L_SQUOTE] = ACTIONS(1897), + [anon_sym_u_SQUOTE] = ACTIONS(1897), + [anon_sym_U_SQUOTE] = ACTIONS(1897), + [anon_sym_u8_SQUOTE] = ACTIONS(1897), + [anon_sym_SQUOTE] = ACTIONS(1897), + [anon_sym_L_DQUOTE] = ACTIONS(1897), + [anon_sym_u_DQUOTE] = ACTIONS(1897), + [anon_sym_U_DQUOTE] = ACTIONS(1897), + [anon_sym_u8_DQUOTE] = ACTIONS(1897), + [anon_sym_DQUOTE] = ACTIONS(1897), + [sym_true] = ACTIONS(1895), + [sym_false] = ACTIONS(1895), + [sym_null] = ACTIONS(1895), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1895), + [anon_sym_virtual] = ACTIONS(1895), + [anon_sym_explicit] = ACTIONS(1895), + [sym_auto] = ACTIONS(1895), + [anon_sym_typename] = ACTIONS(1895), + [anon_sym_template] = ACTIONS(1895), + [anon_sym_operator] = ACTIONS(1895), + [anon_sym_delete] = ACTIONS(1895), + [anon_sym_throw] = ACTIONS(1895), + [anon_sym_namespace] = ACTIONS(1895), + [anon_sym_using] = ACTIONS(1895), + [anon_sym_static_assert] = ACTIONS(1895), + [anon_sym_co_return] = ACTIONS(1895), + [anon_sym_co_yield] = ACTIONS(1895), + [anon_sym_try] = ACTIONS(1895), + [anon_sym_co_await] = ACTIONS(1895), + [anon_sym_new] = ACTIONS(1895), + [sym_this] = ACTIONS(1895), + [sym_nullptr] = ACTIONS(1895), + [sym_alone_macro] = ACTIONS(1897), + [aux_sym_alone_macro_call_token1] = ACTIONS(1895), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_FORWARD] = ACTIONS(1895), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1895), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_PS_GET] = ACTIONS(1895), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1895), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1895), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), + [anon_sym_MOZ_COLD] = ACTIONS(1895), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_NONNULL] = ACTIONS(1895), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), + [anon_sym_MOZ_RAII] = ACTIONS(1895), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), + [sym_raw_string_literal] = ACTIONS(1897), }, - [284] = { - [ts_builtin_sym_end] = ACTIONS(1539), - [sym_identifier] = ACTIONS(1537), - [aux_sym_preproc_include_token1] = ACTIONS(1537), - [aux_sym_preproc_def_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), - [sym_preproc_directive] = ACTIONS(1537), - [anon_sym_LPAREN2] = ACTIONS(1539), - [anon_sym_BANG] = ACTIONS(1539), - [anon_sym_TILDE] = ACTIONS(1539), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_SEMI] = ACTIONS(1539), - [anon_sym_typedef] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym___attribute__] = ACTIONS(1537), - [anon_sym_COLON_COLON] = ACTIONS(1539), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), - [anon_sym___declspec] = ACTIONS(1537), - [anon_sym___based] = ACTIONS(1537), - [anon_sym___cdecl] = ACTIONS(1537), - [anon_sym___clrcall] = ACTIONS(1537), - [anon_sym___stdcall] = ACTIONS(1537), - [anon_sym___fastcall] = ACTIONS(1537), - [anon_sym___thiscall] = ACTIONS(1537), - [anon_sym___vectorcall] = ACTIONS(1537), - [anon_sym_LBRACE] = ACTIONS(1539), - [anon_sym_LBRACK] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_register] = ACTIONS(1537), - [anon_sym_inline] = ACTIONS(1537), - [anon_sym_thread_local] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_volatile] = ACTIONS(1537), - [anon_sym_restrict] = ACTIONS(1537), - [anon_sym__Atomic] = ACTIONS(1537), - [anon_sym_mutable] = ACTIONS(1537), - [anon_sym_constexpr] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1537), - [anon_sym_unsigned] = ACTIONS(1537), - [anon_sym_long] = ACTIONS(1537), - [anon_sym_short] = ACTIONS(1537), - [sym_primitive_type] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), - [anon_sym_if] = ACTIONS(1537), - [anon_sym_else] = ACTIONS(1537), - [anon_sym_switch] = ACTIONS(1537), - [anon_sym_case] = ACTIONS(1537), - [anon_sym_default] = ACTIONS(1537), - [anon_sym_while] = ACTIONS(1537), - [anon_sym_do] = ACTIONS(1537), - [anon_sym_for] = ACTIONS(1537), - [anon_sym_return] = ACTIONS(1537), - [anon_sym_break] = ACTIONS(1537), - [anon_sym_continue] = ACTIONS(1537), - [anon_sym_goto] = ACTIONS(1537), - [anon_sym_DASH_DASH] = ACTIONS(1539), - [anon_sym_PLUS_PLUS] = ACTIONS(1539), - [anon_sym_sizeof] = ACTIONS(1537), - [sym_number_literal] = ACTIONS(1539), - [anon_sym_L_SQUOTE] = ACTIONS(1539), - [anon_sym_u_SQUOTE] = ACTIONS(1539), - [anon_sym_U_SQUOTE] = ACTIONS(1539), - [anon_sym_u8_SQUOTE] = ACTIONS(1539), - [anon_sym_SQUOTE] = ACTIONS(1539), - [anon_sym_L_DQUOTE] = ACTIONS(1539), - [anon_sym_u_DQUOTE] = ACTIONS(1539), - [anon_sym_U_DQUOTE] = ACTIONS(1539), - [anon_sym_u8_DQUOTE] = ACTIONS(1539), - [anon_sym_DQUOTE] = ACTIONS(1539), - [sym_true] = ACTIONS(1537), - [sym_false] = ACTIONS(1537), - [sym_null] = ACTIONS(1537), + [252] = { + [sym_identifier] = ACTIONS(1899), + [aux_sym_preproc_include_token1] = ACTIONS(1899), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token2] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), + [aux_sym_preproc_else_token1] = ACTIONS(1899), + [aux_sym_preproc_elif_token1] = ACTIONS(1899), + [sym_preproc_directive] = ACTIONS(1899), + [anon_sym_LPAREN2] = ACTIONS(1901), + [anon_sym_BANG] = ACTIONS(1901), + [anon_sym_TILDE] = ACTIONS(1901), + [anon_sym_DASH] = ACTIONS(1899), + [anon_sym_PLUS] = ACTIONS(1899), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_AMP_AMP] = ACTIONS(1901), + [anon_sym_AMP] = ACTIONS(1899), + [anon_sym_SEMI] = ACTIONS(1901), + [anon_sym_typedef] = ACTIONS(1899), + [anon_sym_extern] = ACTIONS(1899), + [anon_sym___attribute__] = ACTIONS(1899), + [anon_sym_COLON_COLON] = ACTIONS(1901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), + [anon_sym___declspec] = ACTIONS(1899), + [anon_sym___based] = ACTIONS(1899), + [anon_sym___cdecl] = ACTIONS(1899), + [anon_sym___clrcall] = ACTIONS(1899), + [anon_sym___stdcall] = ACTIONS(1899), + [anon_sym___fastcall] = ACTIONS(1899), + [anon_sym___thiscall] = ACTIONS(1899), + [anon_sym___vectorcall] = ACTIONS(1899), + [anon_sym_LBRACE] = ACTIONS(1901), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_register] = ACTIONS(1899), + [anon_sym_inline] = ACTIONS(1899), + [anon_sym_thread_local] = ACTIONS(1899), + [anon_sym_const] = ACTIONS(1899), + [anon_sym_volatile] = ACTIONS(1899), + [anon_sym_restrict] = ACTIONS(1899), + [anon_sym__Atomic] = ACTIONS(1899), + [anon_sym_mutable] = ACTIONS(1899), + [anon_sym_constexpr] = ACTIONS(1899), + [anon_sym_signed] = ACTIONS(1899), + [anon_sym_unsigned] = ACTIONS(1899), + [anon_sym_long] = ACTIONS(1899), + [anon_sym_short] = ACTIONS(1899), + [sym_primitive_type] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_union] = ACTIONS(1899), + [anon_sym_if] = ACTIONS(1899), + [anon_sym_switch] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_default] = ACTIONS(1899), + [anon_sym_while] = ACTIONS(1899), + [anon_sym_do] = ACTIONS(1899), + [anon_sym_for] = ACTIONS(1899), + [anon_sym_return] = ACTIONS(1899), + [anon_sym_break] = ACTIONS(1899), + [anon_sym_continue] = ACTIONS(1899), + [anon_sym_goto] = ACTIONS(1899), + [anon_sym_DASH_DASH] = ACTIONS(1901), + [anon_sym_PLUS_PLUS] = ACTIONS(1901), + [anon_sym_sizeof] = ACTIONS(1899), + [sym_number_literal] = ACTIONS(1901), + [anon_sym_L_SQUOTE] = ACTIONS(1901), + [anon_sym_u_SQUOTE] = ACTIONS(1901), + [anon_sym_U_SQUOTE] = ACTIONS(1901), + [anon_sym_u8_SQUOTE] = ACTIONS(1901), + [anon_sym_SQUOTE] = ACTIONS(1901), + [anon_sym_L_DQUOTE] = ACTIONS(1901), + [anon_sym_u_DQUOTE] = ACTIONS(1901), + [anon_sym_U_DQUOTE] = ACTIONS(1901), + [anon_sym_u8_DQUOTE] = ACTIONS(1901), + [anon_sym_DQUOTE] = ACTIONS(1901), + [sym_true] = ACTIONS(1899), + [sym_false] = ACTIONS(1899), + [sym_null] = ACTIONS(1899), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1537), - [anon_sym_virtual] = ACTIONS(1537), - [anon_sym_explicit] = ACTIONS(1537), - [sym_auto] = ACTIONS(1537), - [anon_sym_typename] = ACTIONS(1537), - [anon_sym_template] = ACTIONS(1537), - [anon_sym_operator] = ACTIONS(1537), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_throw] = ACTIONS(1537), - [anon_sym_namespace] = ACTIONS(1537), - [anon_sym_using] = ACTIONS(1537), - [anon_sym_static_assert] = ACTIONS(1537), - [anon_sym_co_return] = ACTIONS(1537), - [anon_sym_co_yield] = ACTIONS(1537), - [anon_sym_try] = ACTIONS(1537), - [anon_sym_co_await] = ACTIONS(1537), - [anon_sym_new] = ACTIONS(1537), - [sym_this] = ACTIONS(1537), - [sym_nullptr] = ACTIONS(1537), - [sym_alone_macro] = ACTIONS(1539), - [aux_sym_alone_macro_call_token1] = ACTIONS(1537), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_FORWARD] = ACTIONS(1537), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_PS_GET] = ACTIONS(1537), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), - [anon_sym_MOZ_COLD] = ACTIONS(1537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_RAII] = ACTIONS(1537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), - [sym_raw_string_literal] = ACTIONS(1539), + [anon_sym_decltype] = ACTIONS(1899), + [anon_sym_virtual] = ACTIONS(1899), + [anon_sym_explicit] = ACTIONS(1899), + [sym_auto] = ACTIONS(1899), + [anon_sym_typename] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1899), + [anon_sym_operator] = ACTIONS(1899), + [anon_sym_delete] = ACTIONS(1899), + [anon_sym_throw] = ACTIONS(1899), + [anon_sym_namespace] = ACTIONS(1899), + [anon_sym_using] = ACTIONS(1899), + [anon_sym_static_assert] = ACTIONS(1899), + [anon_sym_co_return] = ACTIONS(1899), + [anon_sym_co_yield] = ACTIONS(1899), + [anon_sym_try] = ACTIONS(1899), + [anon_sym_co_await] = ACTIONS(1899), + [anon_sym_new] = ACTIONS(1899), + [sym_this] = ACTIONS(1899), + [sym_nullptr] = ACTIONS(1899), + [sym_alone_macro] = ACTIONS(1901), + [aux_sym_alone_macro_call_token1] = ACTIONS(1899), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_FORWARD] = ACTIONS(1899), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_PS_GET] = ACTIONS(1899), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), + [anon_sym_MOZ_COLD] = ACTIONS(1899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_RAII] = ACTIONS(1899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), + [sym_raw_string_literal] = ACTIONS(1901), }, - [285] = { - [sym_identifier] = ACTIONS(1629), - [aux_sym_preproc_include_token1] = ACTIONS(1629), - [aux_sym_preproc_def_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token2] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), - [sym_preproc_directive] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP_AMP] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1629), - [anon_sym_SEMI] = ACTIONS(1631), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym___based] = ACTIONS(1629), - [anon_sym___cdecl] = ACTIONS(1629), - [anon_sym___clrcall] = ACTIONS(1629), - [anon_sym___stdcall] = ACTIONS(1629), - [anon_sym___fastcall] = ACTIONS(1629), - [anon_sym___thiscall] = ACTIONS(1629), - [anon_sym___vectorcall] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_else] = ACTIONS(1629), - [anon_sym_switch] = ACTIONS(1629), - [anon_sym_case] = ACTIONS(1629), - [anon_sym_default] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_goto] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1631), - [anon_sym_PLUS_PLUS] = ACTIONS(1631), - [anon_sym_sizeof] = ACTIONS(1629), - [sym_number_literal] = ACTIONS(1631), - [anon_sym_L_SQUOTE] = ACTIONS(1631), - [anon_sym_u_SQUOTE] = ACTIONS(1631), - [anon_sym_U_SQUOTE] = ACTIONS(1631), - [anon_sym_u8_SQUOTE] = ACTIONS(1631), - [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_L_DQUOTE] = ACTIONS(1631), - [anon_sym_u_DQUOTE] = ACTIONS(1631), - [anon_sym_U_DQUOTE] = ACTIONS(1631), - [anon_sym_u8_DQUOTE] = ACTIONS(1631), - [anon_sym_DQUOTE] = ACTIONS(1631), - [sym_true] = ACTIONS(1629), - [sym_false] = ACTIONS(1629), - [sym_null] = ACTIONS(1629), + [253] = { + [sym_identifier] = ACTIONS(1903), + [aux_sym_preproc_include_token1] = ACTIONS(1903), + [aux_sym_preproc_def_token1] = ACTIONS(1903), + [aux_sym_preproc_if_token1] = ACTIONS(1903), + [aux_sym_preproc_if_token2] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), + [aux_sym_preproc_else_token1] = ACTIONS(1903), + [aux_sym_preproc_elif_token1] = ACTIONS(1903), + [sym_preproc_directive] = ACTIONS(1903), + [anon_sym_LPAREN2] = ACTIONS(1905), + [anon_sym_BANG] = ACTIONS(1905), + [anon_sym_TILDE] = ACTIONS(1905), + [anon_sym_DASH] = ACTIONS(1903), + [anon_sym_PLUS] = ACTIONS(1903), + [anon_sym_STAR] = ACTIONS(1905), + [anon_sym_AMP_AMP] = ACTIONS(1905), + [anon_sym_AMP] = ACTIONS(1903), + [anon_sym_SEMI] = ACTIONS(1905), + [anon_sym_typedef] = ACTIONS(1903), + [anon_sym_extern] = ACTIONS(1903), + [anon_sym___attribute__] = ACTIONS(1903), + [anon_sym_COLON_COLON] = ACTIONS(1905), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), + [anon_sym___declspec] = ACTIONS(1903), + [anon_sym___based] = ACTIONS(1903), + [anon_sym___cdecl] = ACTIONS(1903), + [anon_sym___clrcall] = ACTIONS(1903), + [anon_sym___stdcall] = ACTIONS(1903), + [anon_sym___fastcall] = ACTIONS(1903), + [anon_sym___thiscall] = ACTIONS(1903), + [anon_sym___vectorcall] = ACTIONS(1903), + [anon_sym_LBRACE] = ACTIONS(1905), + [anon_sym_LBRACK] = ACTIONS(1903), + [anon_sym_static] = ACTIONS(1903), + [anon_sym_register] = ACTIONS(1903), + [anon_sym_inline] = ACTIONS(1903), + [anon_sym_thread_local] = ACTIONS(1903), + [anon_sym_const] = ACTIONS(1903), + [anon_sym_volatile] = ACTIONS(1903), + [anon_sym_restrict] = ACTIONS(1903), + [anon_sym__Atomic] = ACTIONS(1903), + [anon_sym_mutable] = ACTIONS(1903), + [anon_sym_constexpr] = ACTIONS(1903), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [sym_primitive_type] = ACTIONS(1903), + [anon_sym_enum] = ACTIONS(1903), + [anon_sym_class] = ACTIONS(1903), + [anon_sym_struct] = ACTIONS(1903), + [anon_sym_union] = ACTIONS(1903), + [anon_sym_if] = ACTIONS(1903), + [anon_sym_switch] = ACTIONS(1903), + [anon_sym_case] = ACTIONS(1903), + [anon_sym_default] = ACTIONS(1903), + [anon_sym_while] = ACTIONS(1903), + [anon_sym_do] = ACTIONS(1903), + [anon_sym_for] = ACTIONS(1903), + [anon_sym_return] = ACTIONS(1903), + [anon_sym_break] = ACTIONS(1903), + [anon_sym_continue] = ACTIONS(1903), + [anon_sym_goto] = ACTIONS(1903), + [anon_sym_DASH_DASH] = ACTIONS(1905), + [anon_sym_PLUS_PLUS] = ACTIONS(1905), + [anon_sym_sizeof] = ACTIONS(1903), + [sym_number_literal] = ACTIONS(1905), + [anon_sym_L_SQUOTE] = ACTIONS(1905), + [anon_sym_u_SQUOTE] = ACTIONS(1905), + [anon_sym_U_SQUOTE] = ACTIONS(1905), + [anon_sym_u8_SQUOTE] = ACTIONS(1905), + [anon_sym_SQUOTE] = ACTIONS(1905), + [anon_sym_L_DQUOTE] = ACTIONS(1905), + [anon_sym_u_DQUOTE] = ACTIONS(1905), + [anon_sym_U_DQUOTE] = ACTIONS(1905), + [anon_sym_u8_DQUOTE] = ACTIONS(1905), + [anon_sym_DQUOTE] = ACTIONS(1905), + [sym_true] = ACTIONS(1903), + [sym_false] = ACTIONS(1903), + [sym_null] = ACTIONS(1903), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1629), - [anon_sym_virtual] = ACTIONS(1629), - [anon_sym_explicit] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_operator] = ACTIONS(1629), - [anon_sym_delete] = ACTIONS(1629), - [anon_sym_throw] = ACTIONS(1629), - [anon_sym_namespace] = ACTIONS(1629), - [anon_sym_using] = ACTIONS(1629), - [anon_sym_static_assert] = ACTIONS(1629), - [anon_sym_co_return] = ACTIONS(1629), - [anon_sym_co_yield] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_co_await] = ACTIONS(1629), - [anon_sym_new] = ACTIONS(1629), - [sym_this] = ACTIONS(1629), - [sym_nullptr] = ACTIONS(1629), - [sym_alone_macro] = ACTIONS(1631), - [aux_sym_alone_macro_call_token1] = ACTIONS(1629), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_FORWARD] = ACTIONS(1629), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_PS_GET] = ACTIONS(1629), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), - [sym_raw_string_literal] = ACTIONS(1631), + [anon_sym_decltype] = ACTIONS(1903), + [anon_sym_virtual] = ACTIONS(1903), + [anon_sym_explicit] = ACTIONS(1903), + [sym_auto] = ACTIONS(1903), + [anon_sym_typename] = ACTIONS(1903), + [anon_sym_template] = ACTIONS(1903), + [anon_sym_operator] = ACTIONS(1903), + [anon_sym_delete] = ACTIONS(1903), + [anon_sym_throw] = ACTIONS(1903), + [anon_sym_namespace] = ACTIONS(1903), + [anon_sym_using] = ACTIONS(1903), + [anon_sym_static_assert] = ACTIONS(1903), + [anon_sym_co_return] = ACTIONS(1903), + [anon_sym_co_yield] = ACTIONS(1903), + [anon_sym_try] = ACTIONS(1903), + [anon_sym_co_await] = ACTIONS(1903), + [anon_sym_new] = ACTIONS(1903), + [sym_this] = ACTIONS(1903), + [sym_nullptr] = ACTIONS(1903), + [sym_alone_macro] = ACTIONS(1905), + [aux_sym_alone_macro_call_token1] = ACTIONS(1903), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_FORWARD] = ACTIONS(1903), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_PS_GET] = ACTIONS(1903), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), + [anon_sym_MOZ_COLD] = ACTIONS(1903), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_RAII] = ACTIONS(1903), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), + [sym_raw_string_literal] = ACTIONS(1905), }, - [286] = { - [ts_builtin_sym_end] = ACTIONS(1543), - [sym_identifier] = ACTIONS(1541), - [aux_sym_preproc_include_token1] = ACTIONS(1541), - [aux_sym_preproc_def_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), - [sym_preproc_directive] = ACTIONS(1541), - [anon_sym_LPAREN2] = ACTIONS(1543), - [anon_sym_BANG] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1543), - [anon_sym_DASH] = ACTIONS(1541), - [anon_sym_PLUS] = ACTIONS(1541), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_AMP_AMP] = ACTIONS(1543), - [anon_sym_AMP] = ACTIONS(1541), - [anon_sym_SEMI] = ACTIONS(1543), - [anon_sym_typedef] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1541), - [anon_sym___attribute__] = ACTIONS(1541), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), - [anon_sym___declspec] = ACTIONS(1541), - [anon_sym___based] = ACTIONS(1541), - [anon_sym___cdecl] = ACTIONS(1541), - [anon_sym___clrcall] = ACTIONS(1541), - [anon_sym___stdcall] = ACTIONS(1541), - [anon_sym___fastcall] = ACTIONS(1541), - [anon_sym___thiscall] = ACTIONS(1541), - [anon_sym___vectorcall] = ACTIONS(1541), - [anon_sym_LBRACE] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1541), - [anon_sym_register] = ACTIONS(1541), - [anon_sym_inline] = ACTIONS(1541), - [anon_sym_thread_local] = ACTIONS(1541), - [anon_sym_const] = ACTIONS(1541), - [anon_sym_volatile] = ACTIONS(1541), - [anon_sym_restrict] = ACTIONS(1541), - [anon_sym__Atomic] = ACTIONS(1541), - [anon_sym_mutable] = ACTIONS(1541), - [anon_sym_constexpr] = ACTIONS(1541), - [anon_sym_signed] = ACTIONS(1541), - [anon_sym_unsigned] = ACTIONS(1541), - [anon_sym_long] = ACTIONS(1541), - [anon_sym_short] = ACTIONS(1541), - [sym_primitive_type] = ACTIONS(1541), - [anon_sym_enum] = ACTIONS(1541), - [anon_sym_class] = ACTIONS(1541), - [anon_sym_struct] = ACTIONS(1541), - [anon_sym_union] = ACTIONS(1541), - [anon_sym_if] = ACTIONS(1541), - [anon_sym_else] = ACTIONS(1541), - [anon_sym_switch] = ACTIONS(1541), - [anon_sym_case] = ACTIONS(1541), - [anon_sym_default] = ACTIONS(1541), - [anon_sym_while] = ACTIONS(1541), - [anon_sym_do] = ACTIONS(1541), - [anon_sym_for] = ACTIONS(1541), - [anon_sym_return] = ACTIONS(1541), - [anon_sym_break] = ACTIONS(1541), - [anon_sym_continue] = ACTIONS(1541), - [anon_sym_goto] = ACTIONS(1541), - [anon_sym_DASH_DASH] = ACTIONS(1543), - [anon_sym_PLUS_PLUS] = ACTIONS(1543), - [anon_sym_sizeof] = ACTIONS(1541), - [sym_number_literal] = ACTIONS(1543), - [anon_sym_L_SQUOTE] = ACTIONS(1543), - [anon_sym_u_SQUOTE] = ACTIONS(1543), - [anon_sym_U_SQUOTE] = ACTIONS(1543), - [anon_sym_u8_SQUOTE] = ACTIONS(1543), - [anon_sym_SQUOTE] = ACTIONS(1543), - [anon_sym_L_DQUOTE] = ACTIONS(1543), - [anon_sym_u_DQUOTE] = ACTIONS(1543), - [anon_sym_U_DQUOTE] = ACTIONS(1543), - [anon_sym_u8_DQUOTE] = ACTIONS(1543), - [anon_sym_DQUOTE] = ACTIONS(1543), - [sym_true] = ACTIONS(1541), - [sym_false] = ACTIONS(1541), - [sym_null] = ACTIONS(1541), + [254] = { + [ts_builtin_sym_end] = ACTIONS(1599), + [sym_identifier] = ACTIONS(1597), + [aux_sym_preproc_include_token1] = ACTIONS(1597), + [aux_sym_preproc_def_token1] = ACTIONS(1597), + [aux_sym_preproc_if_token1] = ACTIONS(1597), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1597), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1597), + [sym_preproc_directive] = ACTIONS(1597), + [anon_sym_LPAREN2] = ACTIONS(1599), + [anon_sym_BANG] = ACTIONS(1599), + [anon_sym_TILDE] = ACTIONS(1599), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1599), + [anon_sym_AMP_AMP] = ACTIONS(1599), + [anon_sym_AMP] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1599), + [anon_sym_typedef] = ACTIONS(1597), + [anon_sym_extern] = ACTIONS(1597), + [anon_sym___attribute__] = ACTIONS(1597), + [anon_sym_COLON_COLON] = ACTIONS(1599), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1599), + [anon_sym___declspec] = ACTIONS(1597), + [anon_sym___based] = ACTIONS(1597), + [anon_sym___cdecl] = ACTIONS(1597), + [anon_sym___clrcall] = ACTIONS(1597), + [anon_sym___stdcall] = ACTIONS(1597), + [anon_sym___fastcall] = ACTIONS(1597), + [anon_sym___thiscall] = ACTIONS(1597), + [anon_sym___vectorcall] = ACTIONS(1597), + [anon_sym_LBRACE] = ACTIONS(1599), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_static] = ACTIONS(1597), + [anon_sym_register] = ACTIONS(1597), + [anon_sym_inline] = ACTIONS(1597), + [anon_sym_thread_local] = ACTIONS(1597), + [anon_sym_const] = ACTIONS(1597), + [anon_sym_volatile] = ACTIONS(1597), + [anon_sym_restrict] = ACTIONS(1597), + [anon_sym__Atomic] = ACTIONS(1597), + [anon_sym_mutable] = ACTIONS(1597), + [anon_sym_constexpr] = ACTIONS(1597), + [anon_sym_signed] = ACTIONS(1597), + [anon_sym_unsigned] = ACTIONS(1597), + [anon_sym_long] = ACTIONS(1597), + [anon_sym_short] = ACTIONS(1597), + [sym_primitive_type] = ACTIONS(1597), + [anon_sym_enum] = ACTIONS(1597), + [anon_sym_class] = ACTIONS(1597), + [anon_sym_struct] = ACTIONS(1597), + [anon_sym_union] = ACTIONS(1597), + [anon_sym_if] = ACTIONS(1597), + [anon_sym_else] = ACTIONS(1597), + [anon_sym_switch] = ACTIONS(1597), + [anon_sym_case] = ACTIONS(1597), + [anon_sym_default] = ACTIONS(1597), + [anon_sym_while] = ACTIONS(1597), + [anon_sym_do] = ACTIONS(1597), + [anon_sym_for] = ACTIONS(1597), + [anon_sym_return] = ACTIONS(1597), + [anon_sym_break] = ACTIONS(1597), + [anon_sym_continue] = ACTIONS(1597), + [anon_sym_goto] = ACTIONS(1597), + [anon_sym_DASH_DASH] = ACTIONS(1599), + [anon_sym_PLUS_PLUS] = ACTIONS(1599), + [anon_sym_sizeof] = ACTIONS(1597), + [sym_number_literal] = ACTIONS(1599), + [anon_sym_L_SQUOTE] = ACTIONS(1599), + [anon_sym_u_SQUOTE] = ACTIONS(1599), + [anon_sym_U_SQUOTE] = ACTIONS(1599), + [anon_sym_u8_SQUOTE] = ACTIONS(1599), + [anon_sym_SQUOTE] = ACTIONS(1599), + [anon_sym_L_DQUOTE] = ACTIONS(1599), + [anon_sym_u_DQUOTE] = ACTIONS(1599), + [anon_sym_U_DQUOTE] = ACTIONS(1599), + [anon_sym_u8_DQUOTE] = ACTIONS(1599), + [anon_sym_DQUOTE] = ACTIONS(1599), + [sym_true] = ACTIONS(1597), + [sym_false] = ACTIONS(1597), + [sym_null] = ACTIONS(1597), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1541), - [anon_sym_virtual] = ACTIONS(1541), - [anon_sym_explicit] = ACTIONS(1541), - [sym_auto] = ACTIONS(1541), - [anon_sym_typename] = ACTIONS(1541), - [anon_sym_template] = ACTIONS(1541), - [anon_sym_operator] = ACTIONS(1541), - [anon_sym_delete] = ACTIONS(1541), - [anon_sym_throw] = ACTIONS(1541), - [anon_sym_namespace] = ACTIONS(1541), - [anon_sym_using] = ACTIONS(1541), - [anon_sym_static_assert] = ACTIONS(1541), - [anon_sym_co_return] = ACTIONS(1541), - [anon_sym_co_yield] = ACTIONS(1541), - [anon_sym_try] = ACTIONS(1541), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1541), - [sym_this] = ACTIONS(1541), - [sym_nullptr] = ACTIONS(1541), - [sym_alone_macro] = ACTIONS(1543), - [aux_sym_alone_macro_call_token1] = ACTIONS(1541), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_FORWARD] = ACTIONS(1541), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_PS_GET] = ACTIONS(1541), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), - [anon_sym_MOZ_COLD] = ACTIONS(1541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_RAII] = ACTIONS(1541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), - [sym_raw_string_literal] = ACTIONS(1543), + [anon_sym_decltype] = ACTIONS(1597), + [anon_sym_virtual] = ACTIONS(1597), + [anon_sym_explicit] = ACTIONS(1597), + [sym_auto] = ACTIONS(1597), + [anon_sym_typename] = ACTIONS(1597), + [anon_sym_template] = ACTIONS(1597), + [anon_sym_operator] = ACTIONS(1597), + [anon_sym_delete] = ACTIONS(1597), + [anon_sym_throw] = ACTIONS(1597), + [anon_sym_namespace] = ACTIONS(1597), + [anon_sym_using] = ACTIONS(1597), + [anon_sym_static_assert] = ACTIONS(1597), + [anon_sym_co_return] = ACTIONS(1597), + [anon_sym_co_yield] = ACTIONS(1597), + [anon_sym_try] = ACTIONS(1597), + [anon_sym_co_await] = ACTIONS(1597), + [anon_sym_new] = ACTIONS(1597), + [sym_this] = ACTIONS(1597), + [sym_nullptr] = ACTIONS(1597), + [sym_alone_macro] = ACTIONS(1599), + [aux_sym_alone_macro_call_token1] = ACTIONS(1597), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_FORWARD] = ACTIONS(1597), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1597), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_PS_GET] = ACTIONS(1597), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1597), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1597), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1597), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1597), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1597), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1597), + [anon_sym_MOZ_COLD] = ACTIONS(1597), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1597), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1597), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1597), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1597), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1597), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1597), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1597), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1597), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1597), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1597), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1597), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1597), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1597), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_NONNULL] = ACTIONS(1597), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1597), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1597), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1597), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1597), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1597), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1597), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1597), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1597), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1597), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1597), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1597), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1597), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), + [anon_sym_MOZ_RAII] = ACTIONS(1597), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1597), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1597), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1597), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1597), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), + [sym_raw_string_literal] = ACTIONS(1599), }, - [287] = { - [sym_identifier] = ACTIONS(1679), - [aux_sym_preproc_include_token1] = ACTIONS(1679), - [aux_sym_preproc_def_token1] = ACTIONS(1679), - [aux_sym_preproc_if_token1] = ACTIONS(1679), - [aux_sym_preproc_if_token2] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), - [sym_preproc_directive] = ACTIONS(1679), - [anon_sym_LPAREN2] = ACTIONS(1681), - [anon_sym_BANG] = ACTIONS(1681), - [anon_sym_TILDE] = ACTIONS(1681), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1681), - [anon_sym_AMP_AMP] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1679), - [anon_sym_SEMI] = ACTIONS(1681), - [anon_sym_typedef] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym___attribute__] = ACTIONS(1679), - [anon_sym_COLON_COLON] = ACTIONS(1681), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), - [anon_sym___declspec] = ACTIONS(1679), - [anon_sym___based] = ACTIONS(1679), - [anon_sym___cdecl] = ACTIONS(1679), - [anon_sym___clrcall] = ACTIONS(1679), - [anon_sym___stdcall] = ACTIONS(1679), - [anon_sym___fastcall] = ACTIONS(1679), - [anon_sym___thiscall] = ACTIONS(1679), - [anon_sym___vectorcall] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1681), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_static] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_inline] = ACTIONS(1679), - [anon_sym_thread_local] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [anon_sym_volatile] = ACTIONS(1679), - [anon_sym_restrict] = ACTIONS(1679), - [anon_sym__Atomic] = ACTIONS(1679), - [anon_sym_mutable] = ACTIONS(1679), - [anon_sym_constexpr] = ACTIONS(1679), - [anon_sym_signed] = ACTIONS(1679), - [anon_sym_unsigned] = ACTIONS(1679), - [anon_sym_long] = ACTIONS(1679), - [anon_sym_short] = ACTIONS(1679), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1679), - [anon_sym_class] = ACTIONS(1679), - [anon_sym_struct] = ACTIONS(1679), - [anon_sym_union] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_else] = ACTIONS(1679), - [anon_sym_switch] = ACTIONS(1679), - [anon_sym_case] = ACTIONS(1679), - [anon_sym_default] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_goto] = ACTIONS(1679), - [anon_sym_DASH_DASH] = ACTIONS(1681), - [anon_sym_PLUS_PLUS] = ACTIONS(1681), - [anon_sym_sizeof] = ACTIONS(1679), - [sym_number_literal] = ACTIONS(1681), - [anon_sym_L_SQUOTE] = ACTIONS(1681), - [anon_sym_u_SQUOTE] = ACTIONS(1681), - [anon_sym_U_SQUOTE] = ACTIONS(1681), - [anon_sym_u8_SQUOTE] = ACTIONS(1681), - [anon_sym_SQUOTE] = ACTIONS(1681), - [anon_sym_L_DQUOTE] = ACTIONS(1681), - [anon_sym_u_DQUOTE] = ACTIONS(1681), - [anon_sym_U_DQUOTE] = ACTIONS(1681), - [anon_sym_u8_DQUOTE] = ACTIONS(1681), - [anon_sym_DQUOTE] = ACTIONS(1681), - [sym_true] = ACTIONS(1679), - [sym_false] = ACTIONS(1679), - [sym_null] = ACTIONS(1679), + [255] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1679), - [anon_sym_virtual] = ACTIONS(1679), - [anon_sym_explicit] = ACTIONS(1679), - [sym_auto] = ACTIONS(1679), - [anon_sym_typename] = ACTIONS(1679), - [anon_sym_template] = ACTIONS(1679), - [anon_sym_operator] = ACTIONS(1679), - [anon_sym_delete] = ACTIONS(1679), - [anon_sym_throw] = ACTIONS(1679), - [anon_sym_namespace] = ACTIONS(1679), - [anon_sym_using] = ACTIONS(1679), - [anon_sym_static_assert] = ACTIONS(1679), - [anon_sym_co_return] = ACTIONS(1679), - [anon_sym_co_yield] = ACTIONS(1679), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_co_await] = ACTIONS(1679), - [anon_sym_new] = ACTIONS(1679), - [sym_this] = ACTIONS(1679), - [sym_nullptr] = ACTIONS(1679), - [sym_alone_macro] = ACTIONS(1681), - [aux_sym_alone_macro_call_token1] = ACTIONS(1679), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_FORWARD] = ACTIONS(1679), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_PS_GET] = ACTIONS(1679), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), - [anon_sym_MOZ_COLD] = ACTIONS(1679), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_RAII] = ACTIONS(1679), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), - [sym_raw_string_literal] = ACTIONS(1681), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [288] = { - [sym_identifier] = ACTIONS(1683), - [aux_sym_preproc_include_token1] = ACTIONS(1683), - [aux_sym_preproc_def_token1] = ACTIONS(1683), - [aux_sym_preproc_if_token1] = ACTIONS(1683), - [aux_sym_preproc_if_token2] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), - [sym_preproc_directive] = ACTIONS(1683), - [anon_sym_LPAREN2] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1685), - [anon_sym_TILDE] = ACTIONS(1685), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1685), - [anon_sym_AMP_AMP] = ACTIONS(1685), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_SEMI] = ACTIONS(1685), - [anon_sym_typedef] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym___attribute__] = ACTIONS(1683), - [anon_sym_COLON_COLON] = ACTIONS(1685), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), - [anon_sym___declspec] = ACTIONS(1683), - [anon_sym___based] = ACTIONS(1683), - [anon_sym___cdecl] = ACTIONS(1683), - [anon_sym___clrcall] = ACTIONS(1683), - [anon_sym___stdcall] = ACTIONS(1683), - [anon_sym___fastcall] = ACTIONS(1683), - [anon_sym___thiscall] = ACTIONS(1683), - [anon_sym___vectorcall] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_static] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_inline] = ACTIONS(1683), - [anon_sym_thread_local] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [anon_sym_volatile] = ACTIONS(1683), - [anon_sym_restrict] = ACTIONS(1683), - [anon_sym__Atomic] = ACTIONS(1683), - [anon_sym_mutable] = ACTIONS(1683), - [anon_sym_constexpr] = ACTIONS(1683), - [anon_sym_signed] = ACTIONS(1683), - [anon_sym_unsigned] = ACTIONS(1683), - [anon_sym_long] = ACTIONS(1683), - [anon_sym_short] = ACTIONS(1683), - [sym_primitive_type] = ACTIONS(1683), - [anon_sym_enum] = ACTIONS(1683), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1683), - [anon_sym_union] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_else] = ACTIONS(1683), - [anon_sym_switch] = ACTIONS(1683), - [anon_sym_case] = ACTIONS(1683), - [anon_sym_default] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_goto] = ACTIONS(1683), - [anon_sym_DASH_DASH] = ACTIONS(1685), - [anon_sym_PLUS_PLUS] = ACTIONS(1685), - [anon_sym_sizeof] = ACTIONS(1683), - [sym_number_literal] = ACTIONS(1685), - [anon_sym_L_SQUOTE] = ACTIONS(1685), - [anon_sym_u_SQUOTE] = ACTIONS(1685), - [anon_sym_U_SQUOTE] = ACTIONS(1685), - [anon_sym_u8_SQUOTE] = ACTIONS(1685), - [anon_sym_SQUOTE] = ACTIONS(1685), - [anon_sym_L_DQUOTE] = ACTIONS(1685), - [anon_sym_u_DQUOTE] = ACTIONS(1685), - [anon_sym_U_DQUOTE] = ACTIONS(1685), - [anon_sym_u8_DQUOTE] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(1685), - [sym_true] = ACTIONS(1683), - [sym_false] = ACTIONS(1683), - [sym_null] = ACTIONS(1683), + [256] = { + [ts_builtin_sym_end] = ACTIONS(1535), + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1683), - [anon_sym_virtual] = ACTIONS(1683), - [anon_sym_explicit] = ACTIONS(1683), - [sym_auto] = ACTIONS(1683), - [anon_sym_typename] = ACTIONS(1683), - [anon_sym_template] = ACTIONS(1683), - [anon_sym_operator] = ACTIONS(1683), - [anon_sym_delete] = ACTIONS(1683), - [anon_sym_throw] = ACTIONS(1683), - [anon_sym_namespace] = ACTIONS(1683), - [anon_sym_using] = ACTIONS(1683), - [anon_sym_static_assert] = ACTIONS(1683), - [anon_sym_co_return] = ACTIONS(1683), - [anon_sym_co_yield] = ACTIONS(1683), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_co_await] = ACTIONS(1683), - [anon_sym_new] = ACTIONS(1683), - [sym_this] = ACTIONS(1683), - [sym_nullptr] = ACTIONS(1683), - [sym_alone_macro] = ACTIONS(1685), - [aux_sym_alone_macro_call_token1] = ACTIONS(1683), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_FORWARD] = ACTIONS(1683), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_PS_GET] = ACTIONS(1683), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), - [anon_sym_MOZ_COLD] = ACTIONS(1683), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_RAII] = ACTIONS(1683), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), - [sym_raw_string_literal] = ACTIONS(1685), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [289] = { + [257] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -89604,12 +83541,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [290] = { + [258] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -89795,12 +83732,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [291] = { + [259] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -89986,12 +83923,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [292] = { + [260] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -90177,12 +84114,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [293] = { + [261] = { + [sym_identifier] = ACTIONS(1549), + [aux_sym_preproc_include_token1] = ACTIONS(1549), + [aux_sym_preproc_def_token1] = ACTIONS(1549), + [aux_sym_preproc_if_token1] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1549), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_LPAREN2] = ACTIONS(1551), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1549), + [anon_sym_PLUS] = ACTIONS(1549), + [anon_sym_STAR] = ACTIONS(1551), + [anon_sym_AMP_AMP] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_typedef] = ACTIONS(1549), + [anon_sym_extern] = ACTIONS(1549), + [anon_sym___attribute__] = ACTIONS(1549), + [anon_sym_COLON_COLON] = ACTIONS(1551), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1551), + [anon_sym___declspec] = ACTIONS(1549), + [anon_sym___based] = ACTIONS(1549), + [anon_sym___cdecl] = ACTIONS(1549), + [anon_sym___clrcall] = ACTIONS(1549), + [anon_sym___stdcall] = ACTIONS(1549), + [anon_sym___fastcall] = ACTIONS(1549), + [anon_sym___thiscall] = ACTIONS(1549), + [anon_sym___vectorcall] = ACTIONS(1549), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_RBRACE] = ACTIONS(1551), + [anon_sym_LBRACK] = ACTIONS(1549), + [anon_sym_static] = ACTIONS(1549), + [anon_sym_register] = ACTIONS(1549), + [anon_sym_inline] = ACTIONS(1549), + [anon_sym_thread_local] = ACTIONS(1549), + [anon_sym_const] = ACTIONS(1549), + [anon_sym_volatile] = ACTIONS(1549), + [anon_sym_restrict] = ACTIONS(1549), + [anon_sym__Atomic] = ACTIONS(1549), + [anon_sym_mutable] = ACTIONS(1549), + [anon_sym_constexpr] = ACTIONS(1549), + [anon_sym_signed] = ACTIONS(1549), + [anon_sym_unsigned] = ACTIONS(1549), + [anon_sym_long] = ACTIONS(1549), + [anon_sym_short] = ACTIONS(1549), + [sym_primitive_type] = ACTIONS(1549), + [anon_sym_enum] = ACTIONS(1549), + [anon_sym_class] = ACTIONS(1549), + [anon_sym_struct] = ACTIONS(1549), + [anon_sym_union] = ACTIONS(1549), + [anon_sym_if] = ACTIONS(1549), + [anon_sym_else] = ACTIONS(1549), + [anon_sym_switch] = ACTIONS(1549), + [anon_sym_case] = ACTIONS(1549), + [anon_sym_default] = ACTIONS(1549), + [anon_sym_while] = ACTIONS(1549), + [anon_sym_do] = ACTIONS(1549), + [anon_sym_for] = ACTIONS(1549), + [anon_sym_return] = ACTIONS(1549), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1549), + [anon_sym_goto] = ACTIONS(1549), + [anon_sym_DASH_DASH] = ACTIONS(1551), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_sizeof] = ACTIONS(1549), + [sym_number_literal] = ACTIONS(1551), + [anon_sym_L_SQUOTE] = ACTIONS(1551), + [anon_sym_u_SQUOTE] = ACTIONS(1551), + [anon_sym_U_SQUOTE] = ACTIONS(1551), + [anon_sym_u8_SQUOTE] = ACTIONS(1551), + [anon_sym_SQUOTE] = ACTIONS(1551), + [anon_sym_L_DQUOTE] = ACTIONS(1551), + [anon_sym_u_DQUOTE] = ACTIONS(1551), + [anon_sym_U_DQUOTE] = ACTIONS(1551), + [anon_sym_u8_DQUOTE] = ACTIONS(1551), + [anon_sym_DQUOTE] = ACTIONS(1551), + [sym_true] = ACTIONS(1549), + [sym_false] = ACTIONS(1549), + [sym_null] = ACTIONS(1549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1549), + [anon_sym_virtual] = ACTIONS(1549), + [anon_sym_explicit] = ACTIONS(1549), + [sym_auto] = ACTIONS(1549), + [anon_sym_typename] = ACTIONS(1549), + [anon_sym_template] = ACTIONS(1549), + [anon_sym_operator] = ACTIONS(1549), + [anon_sym_delete] = ACTIONS(1549), + [anon_sym_throw] = ACTIONS(1549), + [anon_sym_namespace] = ACTIONS(1549), + [anon_sym_using] = ACTIONS(1549), + [anon_sym_static_assert] = ACTIONS(1549), + [anon_sym_co_return] = ACTIONS(1549), + [anon_sym_co_yield] = ACTIONS(1549), + [anon_sym_try] = ACTIONS(1549), + [anon_sym_co_await] = ACTIONS(1549), + [anon_sym_new] = ACTIONS(1549), + [sym_this] = ACTIONS(1549), + [sym_nullptr] = ACTIONS(1549), + [sym_alone_macro] = ACTIONS(1551), + [aux_sym_alone_macro_call_token1] = ACTIONS(1549), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_FORWARD] = ACTIONS(1549), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1549), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_PS_GET] = ACTIONS(1549), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1549), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1549), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1549), + [anon_sym_MOZ_COLD] = ACTIONS(1549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_RAII] = ACTIONS(1549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1549), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1549), + [sym_raw_string_literal] = ACTIONS(1551), + }, + [262] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -90368,585 +84496,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [294] = { - [ts_builtin_sym_end] = ACTIONS(1575), - [sym_identifier] = ACTIONS(1573), - [aux_sym_preproc_include_token1] = ACTIONS(1573), - [aux_sym_preproc_def_token1] = ACTIONS(1573), - [aux_sym_preproc_if_token1] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_LPAREN2] = ACTIONS(1575), - [anon_sym_BANG] = ACTIONS(1575), - [anon_sym_TILDE] = ACTIONS(1575), - [anon_sym_DASH] = ACTIONS(1573), - [anon_sym_PLUS] = ACTIONS(1573), - [anon_sym_STAR] = ACTIONS(1575), - [anon_sym_AMP_AMP] = ACTIONS(1575), - [anon_sym_AMP] = ACTIONS(1573), - [anon_sym_SEMI] = ACTIONS(1575), - [anon_sym_typedef] = ACTIONS(1573), - [anon_sym_extern] = ACTIONS(1573), - [anon_sym___attribute__] = ACTIONS(1573), - [anon_sym_COLON_COLON] = ACTIONS(1575), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), - [anon_sym___declspec] = ACTIONS(1573), - [anon_sym___based] = ACTIONS(1573), - [anon_sym___cdecl] = ACTIONS(1573), - [anon_sym___clrcall] = ACTIONS(1573), - [anon_sym___stdcall] = ACTIONS(1573), - [anon_sym___fastcall] = ACTIONS(1573), - [anon_sym___thiscall] = ACTIONS(1573), - [anon_sym___vectorcall] = ACTIONS(1573), - [anon_sym_LBRACE] = ACTIONS(1575), - [anon_sym_LBRACK] = ACTIONS(1573), - [anon_sym_static] = ACTIONS(1573), - [anon_sym_register] = ACTIONS(1573), - [anon_sym_inline] = ACTIONS(1573), - [anon_sym_thread_local] = ACTIONS(1573), - [anon_sym_const] = ACTIONS(1573), - [anon_sym_volatile] = ACTIONS(1573), - [anon_sym_restrict] = ACTIONS(1573), - [anon_sym__Atomic] = ACTIONS(1573), - [anon_sym_mutable] = ACTIONS(1573), - [anon_sym_constexpr] = ACTIONS(1573), - [anon_sym_signed] = ACTIONS(1573), - [anon_sym_unsigned] = ACTIONS(1573), - [anon_sym_long] = ACTIONS(1573), - [anon_sym_short] = ACTIONS(1573), - [sym_primitive_type] = ACTIONS(1573), - [anon_sym_enum] = ACTIONS(1573), - [anon_sym_class] = ACTIONS(1573), - [anon_sym_struct] = ACTIONS(1573), - [anon_sym_union] = ACTIONS(1573), - [anon_sym_if] = ACTIONS(1573), - [anon_sym_else] = ACTIONS(1573), - [anon_sym_switch] = ACTIONS(1573), - [anon_sym_case] = ACTIONS(1573), - [anon_sym_default] = ACTIONS(1573), - [anon_sym_while] = ACTIONS(1573), - [anon_sym_do] = ACTIONS(1573), - [anon_sym_for] = ACTIONS(1573), - [anon_sym_return] = ACTIONS(1573), - [anon_sym_break] = ACTIONS(1573), - [anon_sym_continue] = ACTIONS(1573), - [anon_sym_goto] = ACTIONS(1573), - [anon_sym_DASH_DASH] = ACTIONS(1575), - [anon_sym_PLUS_PLUS] = ACTIONS(1575), - [anon_sym_sizeof] = ACTIONS(1573), - [sym_number_literal] = ACTIONS(1575), - [anon_sym_L_SQUOTE] = ACTIONS(1575), - [anon_sym_u_SQUOTE] = ACTIONS(1575), - [anon_sym_U_SQUOTE] = ACTIONS(1575), - [anon_sym_u8_SQUOTE] = ACTIONS(1575), - [anon_sym_SQUOTE] = ACTIONS(1575), - [anon_sym_L_DQUOTE] = ACTIONS(1575), - [anon_sym_u_DQUOTE] = ACTIONS(1575), - [anon_sym_U_DQUOTE] = ACTIONS(1575), - [anon_sym_u8_DQUOTE] = ACTIONS(1575), - [anon_sym_DQUOTE] = ACTIONS(1575), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1573), - [anon_sym_virtual] = ACTIONS(1573), - [anon_sym_explicit] = ACTIONS(1573), - [sym_auto] = ACTIONS(1573), - [anon_sym_typename] = ACTIONS(1573), - [anon_sym_template] = ACTIONS(1573), - [anon_sym_operator] = ACTIONS(1573), - [anon_sym_delete] = ACTIONS(1573), - [anon_sym_throw] = ACTIONS(1573), - [anon_sym_namespace] = ACTIONS(1573), - [anon_sym_using] = ACTIONS(1573), - [anon_sym_static_assert] = ACTIONS(1573), - [anon_sym_co_return] = ACTIONS(1573), - [anon_sym_co_yield] = ACTIONS(1573), - [anon_sym_try] = ACTIONS(1573), - [anon_sym_co_await] = ACTIONS(1573), - [anon_sym_new] = ACTIONS(1573), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - [sym_alone_macro] = ACTIONS(1575), - [aux_sym_alone_macro_call_token1] = ACTIONS(1573), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_FORWARD] = ACTIONS(1573), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_PS_GET] = ACTIONS(1573), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), - [anon_sym_MOZ_COLD] = ACTIONS(1573), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_RAII] = ACTIONS(1573), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), - [sym_raw_string_literal] = ACTIONS(1575), - }, - [295] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_RBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), - }, - [296] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), - }, - [297] = { + [263] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -91132,12 +84687,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [298] = { + [264] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -91323,12 +84878,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [299] = { + [265] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -91514,12 +85069,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [300] = { + [266] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -91705,12 +85260,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [301] = { + [267] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -91896,12 +85451,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [302] = { + [268] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -92087,203 +85642,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [303] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), - }, - [304] = { + [269] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -92469,12 +85833,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [305] = { + [270] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -92660,12 +86024,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [306] = { + [271] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -92851,12 +86215,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [307] = { + [272] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -93042,12 +86406,775 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [308] = { + [273] = { + [ts_builtin_sym_end] = ACTIONS(1555), + [sym_identifier] = ACTIONS(1553), + [aux_sym_preproc_include_token1] = ACTIONS(1553), + [aux_sym_preproc_def_token1] = ACTIONS(1553), + [aux_sym_preproc_if_token1] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1553), + [sym_preproc_directive] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(1555), + [anon_sym_BANG] = ACTIONS(1555), + [anon_sym_TILDE] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_AMP_AMP] = ACTIONS(1555), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1555), + [anon_sym_typedef] = ACTIONS(1553), + [anon_sym_extern] = ACTIONS(1553), + [anon_sym___attribute__] = ACTIONS(1553), + [anon_sym_COLON_COLON] = ACTIONS(1555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1555), + [anon_sym___declspec] = ACTIONS(1553), + [anon_sym___based] = ACTIONS(1553), + [anon_sym___cdecl] = ACTIONS(1553), + [anon_sym___clrcall] = ACTIONS(1553), + [anon_sym___stdcall] = ACTIONS(1553), + [anon_sym___fastcall] = ACTIONS(1553), + [anon_sym___thiscall] = ACTIONS(1553), + [anon_sym___vectorcall] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1555), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1553), + [anon_sym_register] = ACTIONS(1553), + [anon_sym_inline] = ACTIONS(1553), + [anon_sym_thread_local] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_volatile] = ACTIONS(1553), + [anon_sym_restrict] = ACTIONS(1553), + [anon_sym__Atomic] = ACTIONS(1553), + [anon_sym_mutable] = ACTIONS(1553), + [anon_sym_constexpr] = ACTIONS(1553), + [anon_sym_signed] = ACTIONS(1553), + [anon_sym_unsigned] = ACTIONS(1553), + [anon_sym_long] = ACTIONS(1553), + [anon_sym_short] = ACTIONS(1553), + [sym_primitive_type] = ACTIONS(1553), + [anon_sym_enum] = ACTIONS(1553), + [anon_sym_class] = ACTIONS(1553), + [anon_sym_struct] = ACTIONS(1553), + [anon_sym_union] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_else] = ACTIONS(1553), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_case] = ACTIONS(1553), + [anon_sym_default] = ACTIONS(1553), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1553), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_DASH_DASH] = ACTIONS(1555), + [anon_sym_PLUS_PLUS] = ACTIONS(1555), + [anon_sym_sizeof] = ACTIONS(1553), + [sym_number_literal] = ACTIONS(1555), + [anon_sym_L_SQUOTE] = ACTIONS(1555), + [anon_sym_u_SQUOTE] = ACTIONS(1555), + [anon_sym_U_SQUOTE] = ACTIONS(1555), + [anon_sym_u8_SQUOTE] = ACTIONS(1555), + [anon_sym_SQUOTE] = ACTIONS(1555), + [anon_sym_L_DQUOTE] = ACTIONS(1555), + [anon_sym_u_DQUOTE] = ACTIONS(1555), + [anon_sym_U_DQUOTE] = ACTIONS(1555), + [anon_sym_u8_DQUOTE] = ACTIONS(1555), + [anon_sym_DQUOTE] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1553), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1553), + [anon_sym_virtual] = ACTIONS(1553), + [anon_sym_explicit] = ACTIONS(1553), + [sym_auto] = ACTIONS(1553), + [anon_sym_typename] = ACTIONS(1553), + [anon_sym_template] = ACTIONS(1553), + [anon_sym_operator] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_throw] = ACTIONS(1553), + [anon_sym_namespace] = ACTIONS(1553), + [anon_sym_using] = ACTIONS(1553), + [anon_sym_static_assert] = ACTIONS(1553), + [anon_sym_co_return] = ACTIONS(1553), + [anon_sym_co_yield] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1553), + [anon_sym_co_await] = ACTIONS(1553), + [anon_sym_new] = ACTIONS(1553), + [sym_this] = ACTIONS(1553), + [sym_nullptr] = ACTIONS(1553), + [sym_alone_macro] = ACTIONS(1555), + [aux_sym_alone_macro_call_token1] = ACTIONS(1553), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_FORWARD] = ACTIONS(1553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_PS_GET] = ACTIONS(1553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1553), + [anon_sym_MOZ_COLD] = ACTIONS(1553), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1553), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1553), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1553), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1553), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1553), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1553), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1553), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1553), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1553), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1553), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1553), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1553), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_RAII] = ACTIONS(1553), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1553), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1553), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1553), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1553), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1553), + [sym_raw_string_literal] = ACTIONS(1555), + }, + [274] = { + [sym_identifier] = ACTIONS(1553), + [aux_sym_preproc_include_token1] = ACTIONS(1553), + [aux_sym_preproc_def_token1] = ACTIONS(1553), + [aux_sym_preproc_if_token1] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1553), + [sym_preproc_directive] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(1555), + [anon_sym_BANG] = ACTIONS(1555), + [anon_sym_TILDE] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_AMP_AMP] = ACTIONS(1555), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1555), + [anon_sym_typedef] = ACTIONS(1553), + [anon_sym_extern] = ACTIONS(1553), + [anon_sym___attribute__] = ACTIONS(1553), + [anon_sym_COLON_COLON] = ACTIONS(1555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1555), + [anon_sym___declspec] = ACTIONS(1553), + [anon_sym___based] = ACTIONS(1553), + [anon_sym___cdecl] = ACTIONS(1553), + [anon_sym___clrcall] = ACTIONS(1553), + [anon_sym___stdcall] = ACTIONS(1553), + [anon_sym___fastcall] = ACTIONS(1553), + [anon_sym___thiscall] = ACTIONS(1553), + [anon_sym___vectorcall] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1555), + [anon_sym_RBRACE] = ACTIONS(1555), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1553), + [anon_sym_register] = ACTIONS(1553), + [anon_sym_inline] = ACTIONS(1553), + [anon_sym_thread_local] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_volatile] = ACTIONS(1553), + [anon_sym_restrict] = ACTIONS(1553), + [anon_sym__Atomic] = ACTIONS(1553), + [anon_sym_mutable] = ACTIONS(1553), + [anon_sym_constexpr] = ACTIONS(1553), + [anon_sym_signed] = ACTIONS(1553), + [anon_sym_unsigned] = ACTIONS(1553), + [anon_sym_long] = ACTIONS(1553), + [anon_sym_short] = ACTIONS(1553), + [sym_primitive_type] = ACTIONS(1553), + [anon_sym_enum] = ACTIONS(1553), + [anon_sym_class] = ACTIONS(1553), + [anon_sym_struct] = ACTIONS(1553), + [anon_sym_union] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_else] = ACTIONS(1553), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_case] = ACTIONS(1553), + [anon_sym_default] = ACTIONS(1553), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1553), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_DASH_DASH] = ACTIONS(1555), + [anon_sym_PLUS_PLUS] = ACTIONS(1555), + [anon_sym_sizeof] = ACTIONS(1553), + [sym_number_literal] = ACTIONS(1555), + [anon_sym_L_SQUOTE] = ACTIONS(1555), + [anon_sym_u_SQUOTE] = ACTIONS(1555), + [anon_sym_U_SQUOTE] = ACTIONS(1555), + [anon_sym_u8_SQUOTE] = ACTIONS(1555), + [anon_sym_SQUOTE] = ACTIONS(1555), + [anon_sym_L_DQUOTE] = ACTIONS(1555), + [anon_sym_u_DQUOTE] = ACTIONS(1555), + [anon_sym_U_DQUOTE] = ACTIONS(1555), + [anon_sym_u8_DQUOTE] = ACTIONS(1555), + [anon_sym_DQUOTE] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1553), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1553), + [anon_sym_virtual] = ACTIONS(1553), + [anon_sym_explicit] = ACTIONS(1553), + [sym_auto] = ACTIONS(1553), + [anon_sym_typename] = ACTIONS(1553), + [anon_sym_template] = ACTIONS(1553), + [anon_sym_operator] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_throw] = ACTIONS(1553), + [anon_sym_namespace] = ACTIONS(1553), + [anon_sym_using] = ACTIONS(1553), + [anon_sym_static_assert] = ACTIONS(1553), + [anon_sym_co_return] = ACTIONS(1553), + [anon_sym_co_yield] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1553), + [anon_sym_co_await] = ACTIONS(1553), + [anon_sym_new] = ACTIONS(1553), + [sym_this] = ACTIONS(1553), + [sym_nullptr] = ACTIONS(1553), + [sym_alone_macro] = ACTIONS(1555), + [aux_sym_alone_macro_call_token1] = ACTIONS(1553), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_FORWARD] = ACTIONS(1553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_PS_GET] = ACTIONS(1553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1553), + [anon_sym_MOZ_COLD] = ACTIONS(1553), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1553), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1553), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1553), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1553), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1553), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1553), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1553), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1553), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1553), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1553), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1553), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1553), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_RAII] = ACTIONS(1553), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1553), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1553), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1553), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1553), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1553), + [sym_raw_string_literal] = ACTIONS(1555), + }, + [275] = { + [ts_builtin_sym_end] = ACTIONS(1551), + [sym_identifier] = ACTIONS(1549), + [aux_sym_preproc_include_token1] = ACTIONS(1549), + [aux_sym_preproc_def_token1] = ACTIONS(1549), + [aux_sym_preproc_if_token1] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1549), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_LPAREN2] = ACTIONS(1551), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1549), + [anon_sym_PLUS] = ACTIONS(1549), + [anon_sym_STAR] = ACTIONS(1551), + [anon_sym_AMP_AMP] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_typedef] = ACTIONS(1549), + [anon_sym_extern] = ACTIONS(1549), + [anon_sym___attribute__] = ACTIONS(1549), + [anon_sym_COLON_COLON] = ACTIONS(1551), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1551), + [anon_sym___declspec] = ACTIONS(1549), + [anon_sym___based] = ACTIONS(1549), + [anon_sym___cdecl] = ACTIONS(1549), + [anon_sym___clrcall] = ACTIONS(1549), + [anon_sym___stdcall] = ACTIONS(1549), + [anon_sym___fastcall] = ACTIONS(1549), + [anon_sym___thiscall] = ACTIONS(1549), + [anon_sym___vectorcall] = ACTIONS(1549), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_LBRACK] = ACTIONS(1549), + [anon_sym_static] = ACTIONS(1549), + [anon_sym_register] = ACTIONS(1549), + [anon_sym_inline] = ACTIONS(1549), + [anon_sym_thread_local] = ACTIONS(1549), + [anon_sym_const] = ACTIONS(1549), + [anon_sym_volatile] = ACTIONS(1549), + [anon_sym_restrict] = ACTIONS(1549), + [anon_sym__Atomic] = ACTIONS(1549), + [anon_sym_mutable] = ACTIONS(1549), + [anon_sym_constexpr] = ACTIONS(1549), + [anon_sym_signed] = ACTIONS(1549), + [anon_sym_unsigned] = ACTIONS(1549), + [anon_sym_long] = ACTIONS(1549), + [anon_sym_short] = ACTIONS(1549), + [sym_primitive_type] = ACTIONS(1549), + [anon_sym_enum] = ACTIONS(1549), + [anon_sym_class] = ACTIONS(1549), + [anon_sym_struct] = ACTIONS(1549), + [anon_sym_union] = ACTIONS(1549), + [anon_sym_if] = ACTIONS(1549), + [anon_sym_else] = ACTIONS(1549), + [anon_sym_switch] = ACTIONS(1549), + [anon_sym_case] = ACTIONS(1549), + [anon_sym_default] = ACTIONS(1549), + [anon_sym_while] = ACTIONS(1549), + [anon_sym_do] = ACTIONS(1549), + [anon_sym_for] = ACTIONS(1549), + [anon_sym_return] = ACTIONS(1549), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1549), + [anon_sym_goto] = ACTIONS(1549), + [anon_sym_DASH_DASH] = ACTIONS(1551), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_sizeof] = ACTIONS(1549), + [sym_number_literal] = ACTIONS(1551), + [anon_sym_L_SQUOTE] = ACTIONS(1551), + [anon_sym_u_SQUOTE] = ACTIONS(1551), + [anon_sym_U_SQUOTE] = ACTIONS(1551), + [anon_sym_u8_SQUOTE] = ACTIONS(1551), + [anon_sym_SQUOTE] = ACTIONS(1551), + [anon_sym_L_DQUOTE] = ACTIONS(1551), + [anon_sym_u_DQUOTE] = ACTIONS(1551), + [anon_sym_U_DQUOTE] = ACTIONS(1551), + [anon_sym_u8_DQUOTE] = ACTIONS(1551), + [anon_sym_DQUOTE] = ACTIONS(1551), + [sym_true] = ACTIONS(1549), + [sym_false] = ACTIONS(1549), + [sym_null] = ACTIONS(1549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1549), + [anon_sym_virtual] = ACTIONS(1549), + [anon_sym_explicit] = ACTIONS(1549), + [sym_auto] = ACTIONS(1549), + [anon_sym_typename] = ACTIONS(1549), + [anon_sym_template] = ACTIONS(1549), + [anon_sym_operator] = ACTIONS(1549), + [anon_sym_delete] = ACTIONS(1549), + [anon_sym_throw] = ACTIONS(1549), + [anon_sym_namespace] = ACTIONS(1549), + [anon_sym_using] = ACTIONS(1549), + [anon_sym_static_assert] = ACTIONS(1549), + [anon_sym_co_return] = ACTIONS(1549), + [anon_sym_co_yield] = ACTIONS(1549), + [anon_sym_try] = ACTIONS(1549), + [anon_sym_co_await] = ACTIONS(1549), + [anon_sym_new] = ACTIONS(1549), + [sym_this] = ACTIONS(1549), + [sym_nullptr] = ACTIONS(1549), + [sym_alone_macro] = ACTIONS(1551), + [aux_sym_alone_macro_call_token1] = ACTIONS(1549), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_FORWARD] = ACTIONS(1549), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1549), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_PS_GET] = ACTIONS(1549), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1549), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1549), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1549), + [anon_sym_MOZ_COLD] = ACTIONS(1549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_RAII] = ACTIONS(1549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1549), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1549), + [sym_raw_string_literal] = ACTIONS(1551), + }, + [276] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(5166), + [sym_preproc_elif_in_field_declaration_list] = STATE(5166), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1913), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [277] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -93074,6 +87201,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -93233,585 +87361,1158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [309] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [278] = { + [ts_builtin_sym_end] = ACTIONS(1547), + [sym_identifier] = ACTIONS(1545), + [aux_sym_preproc_include_token1] = ACTIONS(1545), + [aux_sym_preproc_def_token1] = ACTIONS(1545), + [aux_sym_preproc_if_token1] = ACTIONS(1545), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1545), + [anon_sym_LPAREN2] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_AMP_AMP] = ACTIONS(1547), + [anon_sym_AMP] = ACTIONS(1545), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym___attribute__] = ACTIONS(1545), + [anon_sym_COLON_COLON] = ACTIONS(1547), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), + [anon_sym___declspec] = ACTIONS(1545), + [anon_sym___based] = ACTIONS(1545), + [anon_sym___cdecl] = ACTIONS(1545), + [anon_sym___clrcall] = ACTIONS(1545), + [anon_sym___stdcall] = ACTIONS(1545), + [anon_sym___fastcall] = ACTIONS(1545), + [anon_sym___thiscall] = ACTIONS(1545), + [anon_sym___vectorcall] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_thread_local] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym__Atomic] = ACTIONS(1545), + [anon_sym_mutable] = ACTIONS(1545), + [anon_sym_constexpr] = ACTIONS(1545), + [anon_sym_signed] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_class] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1547), + [anon_sym_L_SQUOTE] = ACTIONS(1547), + [anon_sym_u_SQUOTE] = ACTIONS(1547), + [anon_sym_U_SQUOTE] = ACTIONS(1547), + [anon_sym_u8_SQUOTE] = ACTIONS(1547), + [anon_sym_SQUOTE] = ACTIONS(1547), + [anon_sym_L_DQUOTE] = ACTIONS(1547), + [anon_sym_u_DQUOTE] = ACTIONS(1547), + [anon_sym_U_DQUOTE] = ACTIONS(1547), + [anon_sym_u8_DQUOTE] = ACTIONS(1547), + [anon_sym_DQUOTE] = ACTIONS(1547), + [sym_true] = ACTIONS(1545), + [sym_false] = ACTIONS(1545), + [sym_null] = ACTIONS(1545), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1545), + [anon_sym_virtual] = ACTIONS(1545), + [anon_sym_explicit] = ACTIONS(1545), + [sym_auto] = ACTIONS(1545), + [anon_sym_typename] = ACTIONS(1545), + [anon_sym_template] = ACTIONS(1545), + [anon_sym_operator] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_throw] = ACTIONS(1545), + [anon_sym_namespace] = ACTIONS(1545), + [anon_sym_using] = ACTIONS(1545), + [anon_sym_static_assert] = ACTIONS(1545), + [anon_sym_co_return] = ACTIONS(1545), + [anon_sym_co_yield] = ACTIONS(1545), + [anon_sym_try] = ACTIONS(1545), + [anon_sym_co_await] = ACTIONS(1545), + [anon_sym_new] = ACTIONS(1545), + [sym_this] = ACTIONS(1545), + [sym_nullptr] = ACTIONS(1545), + [sym_alone_macro] = ACTIONS(1547), + [aux_sym_alone_macro_call_token1] = ACTIONS(1545), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_FORWARD] = ACTIONS(1545), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_PS_GET] = ACTIONS(1545), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), + [anon_sym_MOZ_COLD] = ACTIONS(1545), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_RAII] = ACTIONS(1545), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), + [sym_raw_string_literal] = ACTIONS(1547), + }, + [279] = { + [ts_builtin_sym_end] = ACTIONS(1543), + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_include_token1] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP_AMP] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_COLON_COLON] = ACTIONS(1543), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym___based] = ACTIONS(1541), + [anon_sym___cdecl] = ACTIONS(1541), + [anon_sym___clrcall] = ACTIONS(1541), + [anon_sym___stdcall] = ACTIONS(1541), + [anon_sym___fastcall] = ACTIONS(1541), + [anon_sym___thiscall] = ACTIONS(1541), + [anon_sym___vectorcall] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_LBRACK] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym_mutable] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_class] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_else] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1541), + [anon_sym_default] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [sym_null] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1541), + [anon_sym_virtual] = ACTIONS(1541), + [anon_sym_explicit] = ACTIONS(1541), + [sym_auto] = ACTIONS(1541), + [anon_sym_typename] = ACTIONS(1541), + [anon_sym_template] = ACTIONS(1541), + [anon_sym_operator] = ACTIONS(1541), + [anon_sym_delete] = ACTIONS(1541), + [anon_sym_throw] = ACTIONS(1541), + [anon_sym_namespace] = ACTIONS(1541), + [anon_sym_using] = ACTIONS(1541), + [anon_sym_static_assert] = ACTIONS(1541), + [anon_sym_co_return] = ACTIONS(1541), + [anon_sym_co_yield] = ACTIONS(1541), + [anon_sym_try] = ACTIONS(1541), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1541), + [sym_this] = ACTIONS(1541), + [sym_nullptr] = ACTIONS(1541), + [sym_alone_macro] = ACTIONS(1543), + [aux_sym_alone_macro_call_token1] = ACTIONS(1541), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_FORWARD] = ACTIONS(1541), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_PS_GET] = ACTIONS(1541), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), + [anon_sym_MOZ_COLD] = ACTIONS(1541), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_RAII] = ACTIONS(1541), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), + [sym_raw_string_literal] = ACTIONS(1543), + }, + [280] = { + [ts_builtin_sym_end] = ACTIONS(1643), + [sym_identifier] = ACTIONS(1641), + [aux_sym_preproc_include_token1] = ACTIONS(1641), + [aux_sym_preproc_def_token1] = ACTIONS(1641), + [aux_sym_preproc_if_token1] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), + [sym_preproc_directive] = ACTIONS(1641), + [anon_sym_LPAREN2] = ACTIONS(1643), + [anon_sym_BANG] = ACTIONS(1643), + [anon_sym_TILDE] = ACTIONS(1643), + [anon_sym_DASH] = ACTIONS(1641), + [anon_sym_PLUS] = ACTIONS(1641), + [anon_sym_STAR] = ACTIONS(1643), + [anon_sym_AMP_AMP] = ACTIONS(1643), + [anon_sym_AMP] = ACTIONS(1641), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_typedef] = ACTIONS(1641), + [anon_sym_extern] = ACTIONS(1641), + [anon_sym___attribute__] = ACTIONS(1641), + [anon_sym_COLON_COLON] = ACTIONS(1643), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), + [anon_sym___declspec] = ACTIONS(1641), + [anon_sym___based] = ACTIONS(1641), + [anon_sym___cdecl] = ACTIONS(1641), + [anon_sym___clrcall] = ACTIONS(1641), + [anon_sym___stdcall] = ACTIONS(1641), + [anon_sym___fastcall] = ACTIONS(1641), + [anon_sym___thiscall] = ACTIONS(1641), + [anon_sym___vectorcall] = ACTIONS(1641), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1641), + [anon_sym_static] = ACTIONS(1641), + [anon_sym_register] = ACTIONS(1641), + [anon_sym_inline] = ACTIONS(1641), + [anon_sym_thread_local] = ACTIONS(1641), + [anon_sym_const] = ACTIONS(1641), + [anon_sym_volatile] = ACTIONS(1641), + [anon_sym_restrict] = ACTIONS(1641), + [anon_sym__Atomic] = ACTIONS(1641), + [anon_sym_mutable] = ACTIONS(1641), + [anon_sym_constexpr] = ACTIONS(1641), + [anon_sym_signed] = ACTIONS(1641), + [anon_sym_unsigned] = ACTIONS(1641), + [anon_sym_long] = ACTIONS(1641), + [anon_sym_short] = ACTIONS(1641), + [sym_primitive_type] = ACTIONS(1641), + [anon_sym_enum] = ACTIONS(1641), + [anon_sym_class] = ACTIONS(1641), + [anon_sym_struct] = ACTIONS(1641), + [anon_sym_union] = ACTIONS(1641), + [anon_sym_if] = ACTIONS(1641), + [anon_sym_else] = ACTIONS(1641), + [anon_sym_switch] = ACTIONS(1641), + [anon_sym_case] = ACTIONS(1641), + [anon_sym_default] = ACTIONS(1641), + [anon_sym_while] = ACTIONS(1641), + [anon_sym_do] = ACTIONS(1641), + [anon_sym_for] = ACTIONS(1641), + [anon_sym_return] = ACTIONS(1641), + [anon_sym_break] = ACTIONS(1641), + [anon_sym_continue] = ACTIONS(1641), + [anon_sym_goto] = ACTIONS(1641), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_PLUS_PLUS] = ACTIONS(1643), + [anon_sym_sizeof] = ACTIONS(1641), + [sym_number_literal] = ACTIONS(1643), + [anon_sym_L_SQUOTE] = ACTIONS(1643), + [anon_sym_u_SQUOTE] = ACTIONS(1643), + [anon_sym_U_SQUOTE] = ACTIONS(1643), + [anon_sym_u8_SQUOTE] = ACTIONS(1643), + [anon_sym_SQUOTE] = ACTIONS(1643), + [anon_sym_L_DQUOTE] = ACTIONS(1643), + [anon_sym_u_DQUOTE] = ACTIONS(1643), + [anon_sym_U_DQUOTE] = ACTIONS(1643), + [anon_sym_u8_DQUOTE] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym_true] = ACTIONS(1641), + [sym_false] = ACTIONS(1641), + [sym_null] = ACTIONS(1641), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1641), + [anon_sym_virtual] = ACTIONS(1641), + [anon_sym_explicit] = ACTIONS(1641), + [sym_auto] = ACTIONS(1641), + [anon_sym_typename] = ACTIONS(1641), + [anon_sym_template] = ACTIONS(1641), + [anon_sym_operator] = ACTIONS(1641), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_throw] = ACTIONS(1641), + [anon_sym_namespace] = ACTIONS(1641), + [anon_sym_using] = ACTIONS(1641), + [anon_sym_static_assert] = ACTIONS(1641), + [anon_sym_co_return] = ACTIONS(1641), + [anon_sym_co_yield] = ACTIONS(1641), + [anon_sym_try] = ACTIONS(1641), + [anon_sym_co_await] = ACTIONS(1641), + [anon_sym_new] = ACTIONS(1641), + [sym_this] = ACTIONS(1641), + [sym_nullptr] = ACTIONS(1641), + [sym_alone_macro] = ACTIONS(1643), + [aux_sym_alone_macro_call_token1] = ACTIONS(1641), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_FORWARD] = ACTIONS(1641), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_PS_GET] = ACTIONS(1641), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), + [anon_sym_MOZ_COLD] = ACTIONS(1641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_RAII] = ACTIONS(1641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), + [sym_raw_string_literal] = ACTIONS(1643), }, - [310] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), + [281] = { + [ts_builtin_sym_end] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP_AMP] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_COLON_COLON] = ACTIONS(1539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___based] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym_mutable] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_class] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), + [anon_sym_decltype] = ACTIONS(1537), + [anon_sym_virtual] = ACTIONS(1537), + [anon_sym_explicit] = ACTIONS(1537), + [sym_auto] = ACTIONS(1537), + [anon_sym_typename] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(1537), + [anon_sym_operator] = ACTIONS(1537), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_throw] = ACTIONS(1537), + [anon_sym_namespace] = ACTIONS(1537), + [anon_sym_using] = ACTIONS(1537), + [anon_sym_static_assert] = ACTIONS(1537), + [anon_sym_co_return] = ACTIONS(1537), + [anon_sym_co_yield] = ACTIONS(1537), + [anon_sym_try] = ACTIONS(1537), + [anon_sym_co_await] = ACTIONS(1537), + [anon_sym_new] = ACTIONS(1537), + [sym_this] = ACTIONS(1537), + [sym_nullptr] = ACTIONS(1537), + [sym_alone_macro] = ACTIONS(1539), + [aux_sym_alone_macro_call_token1] = ACTIONS(1537), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_FORWARD] = ACTIONS(1537), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_PS_GET] = ACTIONS(1537), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), + [anon_sym_MOZ_COLD] = ACTIONS(1537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_RAII] = ACTIONS(1537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), + [sym_raw_string_literal] = ACTIONS(1539), }, - [311] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [282] = { + [ts_builtin_sym_end] = ACTIONS(1603), + [sym_identifier] = ACTIONS(1601), + [aux_sym_preproc_include_token1] = ACTIONS(1601), + [aux_sym_preproc_def_token1] = ACTIONS(1601), + [aux_sym_preproc_if_token1] = ACTIONS(1601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1601), + [sym_preproc_directive] = ACTIONS(1601), + [anon_sym_LPAREN2] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_DASH] = ACTIONS(1601), + [anon_sym_PLUS] = ACTIONS(1601), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_AMP_AMP] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1601), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1601), + [anon_sym_extern] = ACTIONS(1601), + [anon_sym___attribute__] = ACTIONS(1601), + [anon_sym_COLON_COLON] = ACTIONS(1603), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), + [anon_sym___declspec] = ACTIONS(1601), + [anon_sym___based] = ACTIONS(1601), + [anon_sym___cdecl] = ACTIONS(1601), + [anon_sym___clrcall] = ACTIONS(1601), + [anon_sym___stdcall] = ACTIONS(1601), + [anon_sym___fastcall] = ACTIONS(1601), + [anon_sym___thiscall] = ACTIONS(1601), + [anon_sym___vectorcall] = ACTIONS(1601), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_LBRACK] = ACTIONS(1601), + [anon_sym_static] = ACTIONS(1601), + [anon_sym_register] = ACTIONS(1601), + [anon_sym_inline] = ACTIONS(1601), + [anon_sym_thread_local] = ACTIONS(1601), + [anon_sym_const] = ACTIONS(1601), + [anon_sym_volatile] = ACTIONS(1601), + [anon_sym_restrict] = ACTIONS(1601), + [anon_sym__Atomic] = ACTIONS(1601), + [anon_sym_mutable] = ACTIONS(1601), + [anon_sym_constexpr] = ACTIONS(1601), + [anon_sym_signed] = ACTIONS(1601), + [anon_sym_unsigned] = ACTIONS(1601), + [anon_sym_long] = ACTIONS(1601), + [anon_sym_short] = ACTIONS(1601), + [sym_primitive_type] = ACTIONS(1601), + [anon_sym_enum] = ACTIONS(1601), + [anon_sym_class] = ACTIONS(1601), + [anon_sym_struct] = ACTIONS(1601), + [anon_sym_union] = ACTIONS(1601), + [anon_sym_if] = ACTIONS(1601), + [anon_sym_else] = ACTIONS(1601), + [anon_sym_switch] = ACTIONS(1601), + [anon_sym_case] = ACTIONS(1601), + [anon_sym_default] = ACTIONS(1601), + [anon_sym_while] = ACTIONS(1601), + [anon_sym_do] = ACTIONS(1601), + [anon_sym_for] = ACTIONS(1601), + [anon_sym_return] = ACTIONS(1601), + [anon_sym_break] = ACTIONS(1601), + [anon_sym_continue] = ACTIONS(1601), + [anon_sym_goto] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1601), + [sym_number_literal] = ACTIONS(1603), + [anon_sym_L_SQUOTE] = ACTIONS(1603), + [anon_sym_u_SQUOTE] = ACTIONS(1603), + [anon_sym_U_SQUOTE] = ACTIONS(1603), + [anon_sym_u8_SQUOTE] = ACTIONS(1603), + [anon_sym_SQUOTE] = ACTIONS(1603), + [anon_sym_L_DQUOTE] = ACTIONS(1603), + [anon_sym_u_DQUOTE] = ACTIONS(1603), + [anon_sym_U_DQUOTE] = ACTIONS(1603), + [anon_sym_u8_DQUOTE] = ACTIONS(1603), + [anon_sym_DQUOTE] = ACTIONS(1603), + [sym_true] = ACTIONS(1601), + [sym_false] = ACTIONS(1601), + [sym_null] = ACTIONS(1601), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1601), + [anon_sym_virtual] = ACTIONS(1601), + [anon_sym_explicit] = ACTIONS(1601), + [sym_auto] = ACTIONS(1601), + [anon_sym_typename] = ACTIONS(1601), + [anon_sym_template] = ACTIONS(1601), + [anon_sym_operator] = ACTIONS(1601), + [anon_sym_delete] = ACTIONS(1601), + [anon_sym_throw] = ACTIONS(1601), + [anon_sym_namespace] = ACTIONS(1601), + [anon_sym_using] = ACTIONS(1601), + [anon_sym_static_assert] = ACTIONS(1601), + [anon_sym_co_return] = ACTIONS(1601), + [anon_sym_co_yield] = ACTIONS(1601), + [anon_sym_try] = ACTIONS(1601), + [anon_sym_co_await] = ACTIONS(1601), + [anon_sym_new] = ACTIONS(1601), + [sym_this] = ACTIONS(1601), + [sym_nullptr] = ACTIONS(1601), + [sym_alone_macro] = ACTIONS(1603), + [aux_sym_alone_macro_call_token1] = ACTIONS(1601), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_FORWARD] = ACTIONS(1601), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_PS_GET] = ACTIONS(1601), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), + [anon_sym_MOZ_COLD] = ACTIONS(1601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_RAII] = ACTIONS(1601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), + [sym_raw_string_literal] = ACTIONS(1603), + }, + [283] = { + [ts_builtin_sym_end] = ACTIONS(1607), + [sym_identifier] = ACTIONS(1605), + [aux_sym_preproc_include_token1] = ACTIONS(1605), + [aux_sym_preproc_def_token1] = ACTIONS(1605), + [aux_sym_preproc_if_token1] = ACTIONS(1605), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1605), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1605), + [anon_sym_LPAREN2] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_STAR] = ACTIONS(1607), + [anon_sym_AMP_AMP] = ACTIONS(1607), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym___attribute__] = ACTIONS(1605), + [anon_sym_COLON_COLON] = ACTIONS(1607), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1607), + [anon_sym___declspec] = ACTIONS(1605), + [anon_sym___based] = ACTIONS(1605), + [anon_sym___cdecl] = ACTIONS(1605), + [anon_sym___clrcall] = ACTIONS(1605), + [anon_sym___stdcall] = ACTIONS(1605), + [anon_sym___fastcall] = ACTIONS(1605), + [anon_sym___thiscall] = ACTIONS(1605), + [anon_sym___vectorcall] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_LBRACK] = ACTIONS(1605), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_thread_local] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym__Atomic] = ACTIONS(1605), + [anon_sym_mutable] = ACTIONS(1605), + [anon_sym_constexpr] = ACTIONS(1605), + [anon_sym_signed] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_class] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_else] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1607), + [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(1607), + [anon_sym_u_DQUOTE] = ACTIONS(1607), + [anon_sym_U_DQUOTE] = ACTIONS(1607), + [anon_sym_u8_DQUOTE] = ACTIONS(1607), + [anon_sym_DQUOTE] = ACTIONS(1607), + [sym_true] = ACTIONS(1605), + [sym_false] = ACTIONS(1605), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1605), + [anon_sym_virtual] = ACTIONS(1605), + [anon_sym_explicit] = ACTIONS(1605), + [sym_auto] = ACTIONS(1605), + [anon_sym_typename] = ACTIONS(1605), + [anon_sym_template] = ACTIONS(1605), + [anon_sym_operator] = ACTIONS(1605), + [anon_sym_delete] = ACTIONS(1605), + [anon_sym_throw] = ACTIONS(1605), + [anon_sym_namespace] = ACTIONS(1605), + [anon_sym_using] = ACTIONS(1605), + [anon_sym_static_assert] = ACTIONS(1605), + [anon_sym_co_return] = ACTIONS(1605), + [anon_sym_co_yield] = ACTIONS(1605), + [anon_sym_try] = ACTIONS(1605), + [anon_sym_co_await] = ACTIONS(1605), + [anon_sym_new] = ACTIONS(1605), + [sym_this] = ACTIONS(1605), + [sym_nullptr] = ACTIONS(1605), + [sym_alone_macro] = ACTIONS(1607), + [aux_sym_alone_macro_call_token1] = ACTIONS(1605), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_FORWARD] = ACTIONS(1605), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1605), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_PS_GET] = ACTIONS(1605), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1605), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1605), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1605), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1605), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1605), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1605), + [anon_sym_MOZ_COLD] = ACTIONS(1605), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_RAII] = ACTIONS(1605), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), + [sym_raw_string_literal] = ACTIONS(1607), }, - [312] = { + [284] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -93997,12 +88698,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [313] = { + [285] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -94029,6 +88729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -94188,203 +88889,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [314] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), - }, - [315] = { + [286] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -94411,6 +88920,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -94570,12 +89080,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [316] = { + [287] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -94761,585 +89271,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [317] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_RBRACE] = ACTIONS(1549), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), - }, - [318] = { - [sym_identifier] = ACTIONS(1585), - [aux_sym_preproc_include_token1] = ACTIONS(1585), - [aux_sym_preproc_def_token1] = ACTIONS(1585), - [aux_sym_preproc_if_token1] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), - [sym_preproc_directive] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1587), - [anon_sym_TILDE] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_AMP_AMP] = ACTIONS(1587), - [anon_sym_AMP] = ACTIONS(1585), - [anon_sym_SEMI] = ACTIONS(1587), - [anon_sym_typedef] = ACTIONS(1585), - [anon_sym_extern] = ACTIONS(1585), - [anon_sym___attribute__] = ACTIONS(1585), - [anon_sym_COLON_COLON] = ACTIONS(1587), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), - [anon_sym___declspec] = ACTIONS(1585), - [anon_sym___based] = ACTIONS(1585), - [anon_sym___cdecl] = ACTIONS(1585), - [anon_sym___clrcall] = ACTIONS(1585), - [anon_sym___stdcall] = ACTIONS(1585), - [anon_sym___fastcall] = ACTIONS(1585), - [anon_sym___thiscall] = ACTIONS(1585), - [anon_sym___vectorcall] = ACTIONS(1585), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_RBRACE] = ACTIONS(1587), - [anon_sym_LBRACK] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1585), - [anon_sym_register] = ACTIONS(1585), - [anon_sym_inline] = ACTIONS(1585), - [anon_sym_thread_local] = ACTIONS(1585), - [anon_sym_const] = ACTIONS(1585), - [anon_sym_volatile] = ACTIONS(1585), - [anon_sym_restrict] = ACTIONS(1585), - [anon_sym__Atomic] = ACTIONS(1585), - [anon_sym_mutable] = ACTIONS(1585), - [anon_sym_constexpr] = ACTIONS(1585), - [anon_sym_signed] = ACTIONS(1585), - [anon_sym_unsigned] = ACTIONS(1585), - [anon_sym_long] = ACTIONS(1585), - [anon_sym_short] = ACTIONS(1585), - [sym_primitive_type] = ACTIONS(1585), - [anon_sym_enum] = ACTIONS(1585), - [anon_sym_class] = ACTIONS(1585), - [anon_sym_struct] = ACTIONS(1585), - [anon_sym_union] = ACTIONS(1585), - [anon_sym_if] = ACTIONS(1585), - [anon_sym_else] = ACTIONS(1585), - [anon_sym_switch] = ACTIONS(1585), - [anon_sym_case] = ACTIONS(1585), - [anon_sym_default] = ACTIONS(1585), - [anon_sym_while] = ACTIONS(1585), - [anon_sym_do] = ACTIONS(1585), - [anon_sym_for] = ACTIONS(1585), - [anon_sym_return] = ACTIONS(1585), - [anon_sym_break] = ACTIONS(1585), - [anon_sym_continue] = ACTIONS(1585), - [anon_sym_goto] = ACTIONS(1585), - [anon_sym_DASH_DASH] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_sizeof] = ACTIONS(1585), - [sym_number_literal] = ACTIONS(1587), - [anon_sym_L_SQUOTE] = ACTIONS(1587), - [anon_sym_u_SQUOTE] = ACTIONS(1587), - [anon_sym_U_SQUOTE] = ACTIONS(1587), - [anon_sym_u8_SQUOTE] = ACTIONS(1587), - [anon_sym_SQUOTE] = ACTIONS(1587), - [anon_sym_L_DQUOTE] = ACTIONS(1587), - [anon_sym_u_DQUOTE] = ACTIONS(1587), - [anon_sym_U_DQUOTE] = ACTIONS(1587), - [anon_sym_u8_DQUOTE] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1585), - [anon_sym_virtual] = ACTIONS(1585), - [anon_sym_explicit] = ACTIONS(1585), - [sym_auto] = ACTIONS(1585), - [anon_sym_typename] = ACTIONS(1585), - [anon_sym_template] = ACTIONS(1585), - [anon_sym_operator] = ACTIONS(1585), - [anon_sym_delete] = ACTIONS(1585), - [anon_sym_throw] = ACTIONS(1585), - [anon_sym_namespace] = ACTIONS(1585), - [anon_sym_using] = ACTIONS(1585), - [anon_sym_static_assert] = ACTIONS(1585), - [anon_sym_co_return] = ACTIONS(1585), - [anon_sym_co_yield] = ACTIONS(1585), - [anon_sym_try] = ACTIONS(1585), - [anon_sym_co_await] = ACTIONS(1585), - [anon_sym_new] = ACTIONS(1585), - [sym_this] = ACTIONS(1585), - [sym_nullptr] = ACTIONS(1585), - [sym_alone_macro] = ACTIONS(1587), - [aux_sym_alone_macro_call_token1] = ACTIONS(1585), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_FORWARD] = ACTIONS(1585), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_PS_GET] = ACTIONS(1585), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), - [anon_sym_MOZ_COLD] = ACTIONS(1585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_RAII] = ACTIONS(1585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), - [sym_raw_string_literal] = ACTIONS(1587), - }, - [319] = { - [sym_identifier] = ACTIONS(1589), - [aux_sym_preproc_include_token1] = ACTIONS(1589), - [aux_sym_preproc_def_token1] = ACTIONS(1589), - [aux_sym_preproc_if_token1] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), - [sym_preproc_directive] = ACTIONS(1589), - [anon_sym_LPAREN2] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_AMP_AMP] = ACTIONS(1591), - [anon_sym_AMP] = ACTIONS(1589), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym___attribute__] = ACTIONS(1589), - [anon_sym_COLON_COLON] = ACTIONS(1591), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), - [anon_sym___declspec] = ACTIONS(1589), - [anon_sym___based] = ACTIONS(1589), - [anon_sym___cdecl] = ACTIONS(1589), - [anon_sym___clrcall] = ACTIONS(1589), - [anon_sym___stdcall] = ACTIONS(1589), - [anon_sym___fastcall] = ACTIONS(1589), - [anon_sym___thiscall] = ACTIONS(1589), - [anon_sym___vectorcall] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_RBRACE] = ACTIONS(1591), - [anon_sym_LBRACK] = ACTIONS(1589), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_thread_local] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym__Atomic] = ACTIONS(1589), - [anon_sym_mutable] = ACTIONS(1589), - [anon_sym_constexpr] = ACTIONS(1589), - [anon_sym_signed] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_class] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_else] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_case] = ACTIONS(1589), - [anon_sym_default] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1591), - [anon_sym_L_SQUOTE] = ACTIONS(1591), - [anon_sym_u_SQUOTE] = ACTIONS(1591), - [anon_sym_U_SQUOTE] = ACTIONS(1591), - [anon_sym_u8_SQUOTE] = ACTIONS(1591), - [anon_sym_SQUOTE] = ACTIONS(1591), - [anon_sym_L_DQUOTE] = ACTIONS(1591), - [anon_sym_u_DQUOTE] = ACTIONS(1591), - [anon_sym_U_DQUOTE] = ACTIONS(1591), - [anon_sym_u8_DQUOTE] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym_true] = ACTIONS(1589), - [sym_false] = ACTIONS(1589), - [sym_null] = ACTIONS(1589), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1589), - [anon_sym_virtual] = ACTIONS(1589), - [anon_sym_explicit] = ACTIONS(1589), - [sym_auto] = ACTIONS(1589), - [anon_sym_typename] = ACTIONS(1589), - [anon_sym_template] = ACTIONS(1589), - [anon_sym_operator] = ACTIONS(1589), - [anon_sym_delete] = ACTIONS(1589), - [anon_sym_throw] = ACTIONS(1589), - [anon_sym_namespace] = ACTIONS(1589), - [anon_sym_using] = ACTIONS(1589), - [anon_sym_static_assert] = ACTIONS(1589), - [anon_sym_co_return] = ACTIONS(1589), - [anon_sym_co_yield] = ACTIONS(1589), - [anon_sym_try] = ACTIONS(1589), - [anon_sym_co_await] = ACTIONS(1589), - [anon_sym_new] = ACTIONS(1589), - [sym_this] = ACTIONS(1589), - [sym_nullptr] = ACTIONS(1589), - [sym_alone_macro] = ACTIONS(1591), - [aux_sym_alone_macro_call_token1] = ACTIONS(1589), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_FORWARD] = ACTIONS(1589), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_PS_GET] = ACTIONS(1589), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), - [anon_sym_MOZ_COLD] = ACTIONS(1589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_RAII] = ACTIONS(1589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), - [sym_raw_string_literal] = ACTIONS(1591), - }, - [320] = { + [288] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -95366,6 +89302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -95525,12 +89462,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [321] = { + [289] = { + [sym_preproc_def] = STATE(276), + [sym_preproc_function_def] = STATE(276), + [sym_preproc_call] = STATE(276), + [sym_preproc_if_in_field_declaration_list] = STATE(276), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(276), + [sym_preproc_else_in_field_declaration_list] = STATE(5163), + [sym_preproc_elif_in_field_declaration_list] = STATE(5163), + [sym_type_definition] = STATE(276), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(276), + [sym_field_declaration] = STATE(276), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(276), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(276), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(276), + [sym_operator_cast_declaration] = STATE(276), + [sym_constructor_or_destructor_definition] = STATE(276), + [sym_constructor_or_destructor_declaration] = STATE(276), + [sym_friend_declaration] = STATE(276), + [sym_access_specifier] = STATE(276), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(276), + [sym_alias_declaration] = STATE(276), + [sym_static_assert_declaration] = STATE(276), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(276), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(276), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1965), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [290] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -95716,12 +89844,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [322] = { + [291] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -95907,12 +90035,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [323] = { + [292] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -96098,203 +90226,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [324] = { - [sym_identifier] = ACTIONS(1593), - [aux_sym_preproc_include_token1] = ACTIONS(1593), - [aux_sym_preproc_def_token1] = ACTIONS(1593), - [aux_sym_preproc_if_token1] = ACTIONS(1593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), - [sym_preproc_directive] = ACTIONS(1593), - [anon_sym_LPAREN2] = ACTIONS(1595), - [anon_sym_BANG] = ACTIONS(1595), - [anon_sym_TILDE] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1593), - [anon_sym_PLUS] = ACTIONS(1593), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_AMP_AMP] = ACTIONS(1595), - [anon_sym_AMP] = ACTIONS(1593), - [anon_sym_SEMI] = ACTIONS(1595), - [anon_sym_typedef] = ACTIONS(1593), - [anon_sym_extern] = ACTIONS(1593), - [anon_sym___attribute__] = ACTIONS(1593), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), - [anon_sym___declspec] = ACTIONS(1593), - [anon_sym___based] = ACTIONS(1593), - [anon_sym___cdecl] = ACTIONS(1593), - [anon_sym___clrcall] = ACTIONS(1593), - [anon_sym___stdcall] = ACTIONS(1593), - [anon_sym___fastcall] = ACTIONS(1593), - [anon_sym___thiscall] = ACTIONS(1593), - [anon_sym___vectorcall] = ACTIONS(1593), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_RBRACE] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1593), - [anon_sym_static] = ACTIONS(1593), - [anon_sym_register] = ACTIONS(1593), - [anon_sym_inline] = ACTIONS(1593), - [anon_sym_thread_local] = ACTIONS(1593), - [anon_sym_const] = ACTIONS(1593), - [anon_sym_volatile] = ACTIONS(1593), - [anon_sym_restrict] = ACTIONS(1593), - [anon_sym__Atomic] = ACTIONS(1593), - [anon_sym_mutable] = ACTIONS(1593), - [anon_sym_constexpr] = ACTIONS(1593), - [anon_sym_signed] = ACTIONS(1593), - [anon_sym_unsigned] = ACTIONS(1593), - [anon_sym_long] = ACTIONS(1593), - [anon_sym_short] = ACTIONS(1593), - [sym_primitive_type] = ACTIONS(1593), - [anon_sym_enum] = ACTIONS(1593), - [anon_sym_class] = ACTIONS(1593), - [anon_sym_struct] = ACTIONS(1593), - [anon_sym_union] = ACTIONS(1593), - [anon_sym_if] = ACTIONS(1593), - [anon_sym_else] = ACTIONS(1593), - [anon_sym_switch] = ACTIONS(1593), - [anon_sym_case] = ACTIONS(1593), - [anon_sym_default] = ACTIONS(1593), - [anon_sym_while] = ACTIONS(1593), - [anon_sym_do] = ACTIONS(1593), - [anon_sym_for] = ACTIONS(1593), - [anon_sym_return] = ACTIONS(1593), - [anon_sym_break] = ACTIONS(1593), - [anon_sym_continue] = ACTIONS(1593), - [anon_sym_goto] = ACTIONS(1593), - [anon_sym_DASH_DASH] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_sizeof] = ACTIONS(1593), - [sym_number_literal] = ACTIONS(1595), - [anon_sym_L_SQUOTE] = ACTIONS(1595), - [anon_sym_u_SQUOTE] = ACTIONS(1595), - [anon_sym_U_SQUOTE] = ACTIONS(1595), - [anon_sym_u8_SQUOTE] = ACTIONS(1595), - [anon_sym_SQUOTE] = ACTIONS(1595), - [anon_sym_L_DQUOTE] = ACTIONS(1595), - [anon_sym_u_DQUOTE] = ACTIONS(1595), - [anon_sym_U_DQUOTE] = ACTIONS(1595), - [anon_sym_u8_DQUOTE] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym_true] = ACTIONS(1593), - [sym_false] = ACTIONS(1593), - [sym_null] = ACTIONS(1593), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1593), - [anon_sym_virtual] = ACTIONS(1593), - [anon_sym_explicit] = ACTIONS(1593), - [sym_auto] = ACTIONS(1593), - [anon_sym_typename] = ACTIONS(1593), - [anon_sym_template] = ACTIONS(1593), - [anon_sym_operator] = ACTIONS(1593), - [anon_sym_delete] = ACTIONS(1593), - [anon_sym_throw] = ACTIONS(1593), - [anon_sym_namespace] = ACTIONS(1593), - [anon_sym_using] = ACTIONS(1593), - [anon_sym_static_assert] = ACTIONS(1593), - [anon_sym_co_return] = ACTIONS(1593), - [anon_sym_co_yield] = ACTIONS(1593), - [anon_sym_try] = ACTIONS(1593), - [anon_sym_co_await] = ACTIONS(1593), - [anon_sym_new] = ACTIONS(1593), - [sym_this] = ACTIONS(1593), - [sym_nullptr] = ACTIONS(1593), - [sym_alone_macro] = ACTIONS(1595), - [aux_sym_alone_macro_call_token1] = ACTIONS(1593), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_FORWARD] = ACTIONS(1593), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_PS_GET] = ACTIONS(1593), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), - [anon_sym_MOZ_COLD] = ACTIONS(1593), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_RAII] = ACTIONS(1593), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), - [sym_raw_string_literal] = ACTIONS(1595), + [293] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [325] = { + [294] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -96480,12 +90608,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [326] = { + [295] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -96512,6 +90639,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -96671,12 +90799,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [327] = { + [296] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -96703,6 +90830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -96862,12 +90990,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [328] = { + [297] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -97053,12 +91181,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [329] = { + [298] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -97218,1184 +91346,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [330] = { - [sym_identifier] = ACTIONS(1609), - [aux_sym_preproc_include_token1] = ACTIONS(1609), - [aux_sym_preproc_def_token1] = ACTIONS(1609), - [aux_sym_preproc_if_token1] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), - [sym_preproc_directive] = ACTIONS(1609), - [anon_sym_LPAREN2] = ACTIONS(1611), - [anon_sym_BANG] = ACTIONS(1611), - [anon_sym_TILDE] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1609), - [anon_sym_PLUS] = ACTIONS(1609), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_AMP_AMP] = ACTIONS(1611), - [anon_sym_AMP] = ACTIONS(1609), - [anon_sym_SEMI] = ACTIONS(1611), - [anon_sym_typedef] = ACTIONS(1609), - [anon_sym_extern] = ACTIONS(1609), - [anon_sym___attribute__] = ACTIONS(1609), - [anon_sym_COLON_COLON] = ACTIONS(1611), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), - [anon_sym___declspec] = ACTIONS(1609), - [anon_sym___based] = ACTIONS(1609), - [anon_sym___cdecl] = ACTIONS(1609), - [anon_sym___clrcall] = ACTIONS(1609), - [anon_sym___stdcall] = ACTIONS(1609), - [anon_sym___fastcall] = ACTIONS(1609), - [anon_sym___thiscall] = ACTIONS(1609), - [anon_sym___vectorcall] = ACTIONS(1609), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_RBRACE] = ACTIONS(1611), - [anon_sym_LBRACK] = ACTIONS(1609), - [anon_sym_static] = ACTIONS(1609), - [anon_sym_register] = ACTIONS(1609), - [anon_sym_inline] = ACTIONS(1609), - [anon_sym_thread_local] = ACTIONS(1609), - [anon_sym_const] = ACTIONS(1609), - [anon_sym_volatile] = ACTIONS(1609), - [anon_sym_restrict] = ACTIONS(1609), - [anon_sym__Atomic] = ACTIONS(1609), - [anon_sym_mutable] = ACTIONS(1609), - [anon_sym_constexpr] = ACTIONS(1609), - [anon_sym_signed] = ACTIONS(1609), - [anon_sym_unsigned] = ACTIONS(1609), - [anon_sym_long] = ACTIONS(1609), - [anon_sym_short] = ACTIONS(1609), - [sym_primitive_type] = ACTIONS(1609), - [anon_sym_enum] = ACTIONS(1609), - [anon_sym_class] = ACTIONS(1609), - [anon_sym_struct] = ACTIONS(1609), - [anon_sym_union] = ACTIONS(1609), - [anon_sym_if] = ACTIONS(1609), - [anon_sym_else] = ACTIONS(1609), - [anon_sym_switch] = ACTIONS(1609), - [anon_sym_case] = ACTIONS(1609), - [anon_sym_default] = ACTIONS(1609), - [anon_sym_while] = ACTIONS(1609), - [anon_sym_do] = ACTIONS(1609), - [anon_sym_for] = ACTIONS(1609), - [anon_sym_return] = ACTIONS(1609), - [anon_sym_break] = ACTIONS(1609), - [anon_sym_continue] = ACTIONS(1609), - [anon_sym_goto] = ACTIONS(1609), - [anon_sym_DASH_DASH] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_sizeof] = ACTIONS(1609), - [sym_number_literal] = ACTIONS(1611), - [anon_sym_L_SQUOTE] = ACTIONS(1611), - [anon_sym_u_SQUOTE] = ACTIONS(1611), - [anon_sym_U_SQUOTE] = ACTIONS(1611), - [anon_sym_u8_SQUOTE] = ACTIONS(1611), - [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_L_DQUOTE] = ACTIONS(1611), - [anon_sym_u_DQUOTE] = ACTIONS(1611), - [anon_sym_U_DQUOTE] = ACTIONS(1611), - [anon_sym_u8_DQUOTE] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym_true] = ACTIONS(1609), - [sym_false] = ACTIONS(1609), - [sym_null] = ACTIONS(1609), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1609), - [anon_sym_virtual] = ACTIONS(1609), - [anon_sym_explicit] = ACTIONS(1609), - [sym_auto] = ACTIONS(1609), - [anon_sym_typename] = ACTIONS(1609), - [anon_sym_template] = ACTIONS(1609), - [anon_sym_operator] = ACTIONS(1609), - [anon_sym_delete] = ACTIONS(1609), - [anon_sym_throw] = ACTIONS(1609), - [anon_sym_namespace] = ACTIONS(1609), - [anon_sym_using] = ACTIONS(1609), - [anon_sym_static_assert] = ACTIONS(1609), - [anon_sym_co_return] = ACTIONS(1609), - [anon_sym_co_yield] = ACTIONS(1609), - [anon_sym_try] = ACTIONS(1609), - [anon_sym_co_await] = ACTIONS(1609), - [anon_sym_new] = ACTIONS(1609), - [sym_this] = ACTIONS(1609), - [sym_nullptr] = ACTIONS(1609), - [sym_alone_macro] = ACTIONS(1611), - [aux_sym_alone_macro_call_token1] = ACTIONS(1609), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_FORWARD] = ACTIONS(1609), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_PS_GET] = ACTIONS(1609), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), - [anon_sym_MOZ_COLD] = ACTIONS(1609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_RAII] = ACTIONS(1609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), - [sym_raw_string_literal] = ACTIONS(1611), - }, - [331] = { - [ts_builtin_sym_end] = ACTIONS(1627), - [sym_identifier] = ACTIONS(1625), - [aux_sym_preproc_include_token1] = ACTIONS(1625), - [aux_sym_preproc_def_token1] = ACTIONS(1625), - [aux_sym_preproc_if_token1] = ACTIONS(1625), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1625), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1625), - [sym_preproc_directive] = ACTIONS(1625), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1627), - [anon_sym_TILDE] = ACTIONS(1627), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1627), - [anon_sym_AMP_AMP] = ACTIONS(1627), - [anon_sym_AMP] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1627), - [anon_sym_typedef] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym___attribute__] = ACTIONS(1625), - [anon_sym_COLON_COLON] = ACTIONS(1627), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1627), - [anon_sym___declspec] = ACTIONS(1625), - [anon_sym___based] = ACTIONS(1625), - [anon_sym___cdecl] = ACTIONS(1625), - [anon_sym___clrcall] = ACTIONS(1625), - [anon_sym___stdcall] = ACTIONS(1625), - [anon_sym___fastcall] = ACTIONS(1625), - [anon_sym___thiscall] = ACTIONS(1625), - [anon_sym___vectorcall] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1627), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_static] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_inline] = ACTIONS(1625), - [anon_sym_thread_local] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [anon_sym_volatile] = ACTIONS(1625), - [anon_sym_restrict] = ACTIONS(1625), - [anon_sym__Atomic] = ACTIONS(1625), - [anon_sym_mutable] = ACTIONS(1625), - [anon_sym_constexpr] = ACTIONS(1625), - [anon_sym_signed] = ACTIONS(1625), - [anon_sym_unsigned] = ACTIONS(1625), - [anon_sym_long] = ACTIONS(1625), - [anon_sym_short] = ACTIONS(1625), - [sym_primitive_type] = ACTIONS(1625), - [anon_sym_enum] = ACTIONS(1625), - [anon_sym_class] = ACTIONS(1625), - [anon_sym_struct] = ACTIONS(1625), - [anon_sym_union] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_else] = ACTIONS(1625), - [anon_sym_switch] = ACTIONS(1625), - [anon_sym_case] = ACTIONS(1625), - [anon_sym_default] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_goto] = ACTIONS(1625), - [anon_sym_DASH_DASH] = ACTIONS(1627), - [anon_sym_PLUS_PLUS] = ACTIONS(1627), - [anon_sym_sizeof] = ACTIONS(1625), - [sym_number_literal] = ACTIONS(1627), - [anon_sym_L_SQUOTE] = ACTIONS(1627), - [anon_sym_u_SQUOTE] = ACTIONS(1627), - [anon_sym_U_SQUOTE] = ACTIONS(1627), - [anon_sym_u8_SQUOTE] = ACTIONS(1627), - [anon_sym_SQUOTE] = ACTIONS(1627), - [anon_sym_L_DQUOTE] = ACTIONS(1627), - [anon_sym_u_DQUOTE] = ACTIONS(1627), - [anon_sym_U_DQUOTE] = ACTIONS(1627), - [anon_sym_u8_DQUOTE] = ACTIONS(1627), - [anon_sym_DQUOTE] = ACTIONS(1627), - [sym_true] = ACTIONS(1625), - [sym_false] = ACTIONS(1625), - [sym_null] = ACTIONS(1625), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1625), - [anon_sym_virtual] = ACTIONS(1625), - [anon_sym_explicit] = ACTIONS(1625), - [sym_auto] = ACTIONS(1625), - [anon_sym_typename] = ACTIONS(1625), - [anon_sym_template] = ACTIONS(1625), - [anon_sym_operator] = ACTIONS(1625), - [anon_sym_delete] = ACTIONS(1625), - [anon_sym_throw] = ACTIONS(1625), - [anon_sym_namespace] = ACTIONS(1625), - [anon_sym_using] = ACTIONS(1625), - [anon_sym_static_assert] = ACTIONS(1625), - [anon_sym_co_return] = ACTIONS(1625), - [anon_sym_co_yield] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_co_await] = ACTIONS(1625), - [anon_sym_new] = ACTIONS(1625), - [sym_this] = ACTIONS(1625), - [sym_nullptr] = ACTIONS(1625), - [sym_alone_macro] = ACTIONS(1627), - [aux_sym_alone_macro_call_token1] = ACTIONS(1625), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_FORWARD] = ACTIONS(1625), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_PS_GET] = ACTIONS(1625), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), - [anon_sym_MOZ_COLD] = ACTIONS(1625), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_RAII] = ACTIONS(1625), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), - [sym_raw_string_literal] = ACTIONS(1627), - }, - [332] = { - [ts_builtin_sym_end] = ACTIONS(1607), - [sym_identifier] = ACTIONS(1605), - [aux_sym_preproc_include_token1] = ACTIONS(1605), - [aux_sym_preproc_def_token1] = ACTIONS(1605), - [aux_sym_preproc_if_token1] = ACTIONS(1605), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1605), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1605), - [sym_preproc_directive] = ACTIONS(1605), - [anon_sym_LPAREN2] = ACTIONS(1607), - [anon_sym_BANG] = ACTIONS(1607), - [anon_sym_TILDE] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1605), - [anon_sym_PLUS] = ACTIONS(1605), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_AMP_AMP] = ACTIONS(1607), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_SEMI] = ACTIONS(1607), - [anon_sym_typedef] = ACTIONS(1605), - [anon_sym_extern] = ACTIONS(1605), - [anon_sym___attribute__] = ACTIONS(1605), - [anon_sym_COLON_COLON] = ACTIONS(1607), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1607), - [anon_sym___declspec] = ACTIONS(1605), - [anon_sym___based] = ACTIONS(1605), - [anon_sym___cdecl] = ACTIONS(1605), - [anon_sym___clrcall] = ACTIONS(1605), - [anon_sym___stdcall] = ACTIONS(1605), - [anon_sym___fastcall] = ACTIONS(1605), - [anon_sym___thiscall] = ACTIONS(1605), - [anon_sym___vectorcall] = ACTIONS(1605), - [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_LBRACK] = ACTIONS(1605), - [anon_sym_static] = ACTIONS(1605), - [anon_sym_register] = ACTIONS(1605), - [anon_sym_inline] = ACTIONS(1605), - [anon_sym_thread_local] = ACTIONS(1605), - [anon_sym_const] = ACTIONS(1605), - [anon_sym_volatile] = ACTIONS(1605), - [anon_sym_restrict] = ACTIONS(1605), - [anon_sym__Atomic] = ACTIONS(1605), - [anon_sym_mutable] = ACTIONS(1605), - [anon_sym_constexpr] = ACTIONS(1605), - [anon_sym_signed] = ACTIONS(1605), - [anon_sym_unsigned] = ACTIONS(1605), - [anon_sym_long] = ACTIONS(1605), - [anon_sym_short] = ACTIONS(1605), - [sym_primitive_type] = ACTIONS(1605), - [anon_sym_enum] = ACTIONS(1605), - [anon_sym_class] = ACTIONS(1605), - [anon_sym_struct] = ACTIONS(1605), - [anon_sym_union] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_switch] = ACTIONS(1605), - [anon_sym_case] = ACTIONS(1605), - [anon_sym_default] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_break] = ACTIONS(1605), - [anon_sym_continue] = ACTIONS(1605), - [anon_sym_goto] = ACTIONS(1605), - [anon_sym_DASH_DASH] = ACTIONS(1607), - [anon_sym_PLUS_PLUS] = ACTIONS(1607), - [anon_sym_sizeof] = ACTIONS(1605), - [sym_number_literal] = ACTIONS(1607), - [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(1607), - [anon_sym_u_DQUOTE] = ACTIONS(1607), - [anon_sym_U_DQUOTE] = ACTIONS(1607), - [anon_sym_u8_DQUOTE] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym_true] = ACTIONS(1605), - [sym_false] = ACTIONS(1605), - [sym_null] = ACTIONS(1605), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1605), - [anon_sym_virtual] = ACTIONS(1605), - [anon_sym_explicit] = ACTIONS(1605), - [sym_auto] = ACTIONS(1605), - [anon_sym_typename] = ACTIONS(1605), - [anon_sym_template] = ACTIONS(1605), - [anon_sym_operator] = ACTIONS(1605), - [anon_sym_delete] = ACTIONS(1605), - [anon_sym_throw] = ACTIONS(1605), - [anon_sym_namespace] = ACTIONS(1605), - [anon_sym_using] = ACTIONS(1605), - [anon_sym_static_assert] = ACTIONS(1605), - [anon_sym_co_return] = ACTIONS(1605), - [anon_sym_co_yield] = ACTIONS(1605), - [anon_sym_try] = ACTIONS(1605), - [anon_sym_co_await] = ACTIONS(1605), - [anon_sym_new] = ACTIONS(1605), - [sym_this] = ACTIONS(1605), - [sym_nullptr] = ACTIONS(1605), - [sym_alone_macro] = ACTIONS(1607), - [aux_sym_alone_macro_call_token1] = ACTIONS(1605), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_FORWARD] = ACTIONS(1605), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1605), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_PS_GET] = ACTIONS(1605), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1605), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1605), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1605), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1605), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1605), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1605), - [anon_sym_MOZ_COLD] = ACTIONS(1605), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_RAII] = ACTIONS(1605), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), - [sym_raw_string_literal] = ACTIONS(1607), - }, - [333] = { - [ts_builtin_sym_end] = ACTIONS(1603), - [sym_identifier] = ACTIONS(1601), - [aux_sym_preproc_include_token1] = ACTIONS(1601), - [aux_sym_preproc_def_token1] = ACTIONS(1601), - [aux_sym_preproc_if_token1] = ACTIONS(1601), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1601), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1601), - [sym_preproc_directive] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1603), - [anon_sym_TILDE] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_typedef] = ACTIONS(1601), - [anon_sym_extern] = ACTIONS(1601), - [anon_sym___attribute__] = ACTIONS(1601), - [anon_sym_COLON_COLON] = ACTIONS(1603), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), - [anon_sym___declspec] = ACTIONS(1601), - [anon_sym___based] = ACTIONS(1601), - [anon_sym___cdecl] = ACTIONS(1601), - [anon_sym___clrcall] = ACTIONS(1601), - [anon_sym___stdcall] = ACTIONS(1601), - [anon_sym___fastcall] = ACTIONS(1601), - [anon_sym___thiscall] = ACTIONS(1601), - [anon_sym___vectorcall] = ACTIONS(1601), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_static] = ACTIONS(1601), - [anon_sym_register] = ACTIONS(1601), - [anon_sym_inline] = ACTIONS(1601), - [anon_sym_thread_local] = ACTIONS(1601), - [anon_sym_const] = ACTIONS(1601), - [anon_sym_volatile] = ACTIONS(1601), - [anon_sym_restrict] = ACTIONS(1601), - [anon_sym__Atomic] = ACTIONS(1601), - [anon_sym_mutable] = ACTIONS(1601), - [anon_sym_constexpr] = ACTIONS(1601), - [anon_sym_signed] = ACTIONS(1601), - [anon_sym_unsigned] = ACTIONS(1601), - [anon_sym_long] = ACTIONS(1601), - [anon_sym_short] = ACTIONS(1601), - [sym_primitive_type] = ACTIONS(1601), - [anon_sym_enum] = ACTIONS(1601), - [anon_sym_class] = ACTIONS(1601), - [anon_sym_struct] = ACTIONS(1601), - [anon_sym_union] = ACTIONS(1601), - [anon_sym_if] = ACTIONS(1601), - [anon_sym_else] = ACTIONS(1601), - [anon_sym_switch] = ACTIONS(1601), - [anon_sym_case] = ACTIONS(1601), - [anon_sym_default] = ACTIONS(1601), - [anon_sym_while] = ACTIONS(1601), - [anon_sym_do] = ACTIONS(1601), - [anon_sym_for] = ACTIONS(1601), - [anon_sym_return] = ACTIONS(1601), - [anon_sym_break] = ACTIONS(1601), - [anon_sym_continue] = ACTIONS(1601), - [anon_sym_goto] = ACTIONS(1601), - [anon_sym_DASH_DASH] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_sizeof] = ACTIONS(1601), - [sym_number_literal] = ACTIONS(1603), - [anon_sym_L_SQUOTE] = ACTIONS(1603), - [anon_sym_u_SQUOTE] = ACTIONS(1603), - [anon_sym_U_SQUOTE] = ACTIONS(1603), - [anon_sym_u8_SQUOTE] = ACTIONS(1603), - [anon_sym_SQUOTE] = ACTIONS(1603), - [anon_sym_L_DQUOTE] = ACTIONS(1603), - [anon_sym_u_DQUOTE] = ACTIONS(1603), - [anon_sym_U_DQUOTE] = ACTIONS(1603), - [anon_sym_u8_DQUOTE] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_true] = ACTIONS(1601), - [sym_false] = ACTIONS(1601), - [sym_null] = ACTIONS(1601), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1601), - [anon_sym_virtual] = ACTIONS(1601), - [anon_sym_explicit] = ACTIONS(1601), - [sym_auto] = ACTIONS(1601), - [anon_sym_typename] = ACTIONS(1601), - [anon_sym_template] = ACTIONS(1601), - [anon_sym_operator] = ACTIONS(1601), - [anon_sym_delete] = ACTIONS(1601), - [anon_sym_throw] = ACTIONS(1601), - [anon_sym_namespace] = ACTIONS(1601), - [anon_sym_using] = ACTIONS(1601), - [anon_sym_static_assert] = ACTIONS(1601), - [anon_sym_co_return] = ACTIONS(1601), - [anon_sym_co_yield] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1601), - [anon_sym_co_await] = ACTIONS(1601), - [anon_sym_new] = ACTIONS(1601), - [sym_this] = ACTIONS(1601), - [sym_nullptr] = ACTIONS(1601), - [sym_alone_macro] = ACTIONS(1603), - [aux_sym_alone_macro_call_token1] = ACTIONS(1601), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_FORWARD] = ACTIONS(1601), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_PS_GET] = ACTIONS(1601), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), - [anon_sym_MOZ_COLD] = ACTIONS(1601), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_RAII] = ACTIONS(1601), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), - [sym_raw_string_literal] = ACTIONS(1603), - }, - [334] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_preproc_else_in_field_declaration_list] = STATE(4947), - [sym_preproc_elif_in_field_declaration_list] = STATE(4947), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1975), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [335] = { - [sym_identifier] = ACTIONS(1617), - [aux_sym_preproc_include_token1] = ACTIONS(1617), - [aux_sym_preproc_def_token1] = ACTIONS(1617), - [aux_sym_preproc_if_token1] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1617), - [sym_preproc_directive] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(1619), - [anon_sym_BANG] = ACTIONS(1619), - [anon_sym_TILDE] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1617), - [anon_sym_PLUS] = ACTIONS(1617), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1617), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_typedef] = ACTIONS(1617), - [anon_sym_extern] = ACTIONS(1617), - [anon_sym___attribute__] = ACTIONS(1617), - [anon_sym_COLON_COLON] = ACTIONS(1619), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1619), - [anon_sym___declspec] = ACTIONS(1617), - [anon_sym___based] = ACTIONS(1617), - [anon_sym___cdecl] = ACTIONS(1617), - [anon_sym___clrcall] = ACTIONS(1617), - [anon_sym___stdcall] = ACTIONS(1617), - [anon_sym___fastcall] = ACTIONS(1617), - [anon_sym___thiscall] = ACTIONS(1617), - [anon_sym___vectorcall] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1617), - [anon_sym_static] = ACTIONS(1617), - [anon_sym_register] = ACTIONS(1617), - [anon_sym_inline] = ACTIONS(1617), - [anon_sym_thread_local] = ACTIONS(1617), - [anon_sym_const] = ACTIONS(1617), - [anon_sym_volatile] = ACTIONS(1617), - [anon_sym_restrict] = ACTIONS(1617), - [anon_sym__Atomic] = ACTIONS(1617), - [anon_sym_mutable] = ACTIONS(1617), - [anon_sym_constexpr] = ACTIONS(1617), - [anon_sym_signed] = ACTIONS(1617), - [anon_sym_unsigned] = ACTIONS(1617), - [anon_sym_long] = ACTIONS(1617), - [anon_sym_short] = ACTIONS(1617), - [sym_primitive_type] = ACTIONS(1617), - [anon_sym_enum] = ACTIONS(1617), - [anon_sym_class] = ACTIONS(1617), - [anon_sym_struct] = ACTIONS(1617), - [anon_sym_union] = ACTIONS(1617), - [anon_sym_if] = ACTIONS(1617), - [anon_sym_else] = ACTIONS(1617), - [anon_sym_switch] = ACTIONS(1617), - [anon_sym_case] = ACTIONS(1617), - [anon_sym_default] = ACTIONS(1617), - [anon_sym_while] = ACTIONS(1617), - [anon_sym_do] = ACTIONS(1617), - [anon_sym_for] = ACTIONS(1617), - [anon_sym_return] = ACTIONS(1617), - [anon_sym_break] = ACTIONS(1617), - [anon_sym_continue] = ACTIONS(1617), - [anon_sym_goto] = ACTIONS(1617), - [anon_sym_DASH_DASH] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_sizeof] = ACTIONS(1617), - [sym_number_literal] = ACTIONS(1619), - [anon_sym_L_SQUOTE] = ACTIONS(1619), - [anon_sym_u_SQUOTE] = ACTIONS(1619), - [anon_sym_U_SQUOTE] = ACTIONS(1619), - [anon_sym_u8_SQUOTE] = ACTIONS(1619), - [anon_sym_SQUOTE] = ACTIONS(1619), - [anon_sym_L_DQUOTE] = ACTIONS(1619), - [anon_sym_u_DQUOTE] = ACTIONS(1619), - [anon_sym_U_DQUOTE] = ACTIONS(1619), - [anon_sym_u8_DQUOTE] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_true] = ACTIONS(1617), - [sym_false] = ACTIONS(1617), - [sym_null] = ACTIONS(1617), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1617), - [anon_sym_virtual] = ACTIONS(1617), - [anon_sym_explicit] = ACTIONS(1617), - [sym_auto] = ACTIONS(1617), - [anon_sym_typename] = ACTIONS(1617), - [anon_sym_template] = ACTIONS(1617), - [anon_sym_operator] = ACTIONS(1617), - [anon_sym_delete] = ACTIONS(1617), - [anon_sym_throw] = ACTIONS(1617), - [anon_sym_namespace] = ACTIONS(1617), - [anon_sym_using] = ACTIONS(1617), - [anon_sym_static_assert] = ACTIONS(1617), - [anon_sym_co_return] = ACTIONS(1617), - [anon_sym_co_yield] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(1617), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1617), - [sym_this] = ACTIONS(1617), - [sym_nullptr] = ACTIONS(1617), - [sym_alone_macro] = ACTIONS(1619), - [aux_sym_alone_macro_call_token1] = ACTIONS(1617), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_FORWARD] = ACTIONS(1617), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1617), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_PS_GET] = ACTIONS(1617), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1617), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1617), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1617), - [anon_sym_MOZ_COLD] = ACTIONS(1617), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1617), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1617), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1617), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1617), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1617), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1617), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1617), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1617), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1617), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1617), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1617), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1617), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_RAII] = ACTIONS(1617), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1617), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1617), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1617), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1617), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1617), - [sym_raw_string_literal] = ACTIONS(1619), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [336] = { + [299] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -98581,394 +91563,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [337] = { - [sym_identifier] = ACTIONS(1621), - [aux_sym_preproc_include_token1] = ACTIONS(1621), - [aux_sym_preproc_def_token1] = ACTIONS(1621), - [aux_sym_preproc_if_token1] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), - [sym_preproc_directive] = ACTIONS(1621), - [anon_sym_LPAREN2] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1623), - [anon_sym_TILDE] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1621), - [anon_sym_PLUS] = ACTIONS(1621), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_AMP_AMP] = ACTIONS(1623), - [anon_sym_AMP] = ACTIONS(1621), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_typedef] = ACTIONS(1621), - [anon_sym_extern] = ACTIONS(1621), - [anon_sym___attribute__] = ACTIONS(1621), - [anon_sym_COLON_COLON] = ACTIONS(1623), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), - [anon_sym___declspec] = ACTIONS(1621), - [anon_sym___based] = ACTIONS(1621), - [anon_sym___cdecl] = ACTIONS(1621), - [anon_sym___clrcall] = ACTIONS(1621), - [anon_sym___stdcall] = ACTIONS(1621), - [anon_sym___fastcall] = ACTIONS(1621), - [anon_sym___thiscall] = ACTIONS(1621), - [anon_sym___vectorcall] = ACTIONS(1621), - [anon_sym_LBRACE] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1621), - [anon_sym_static] = ACTIONS(1621), - [anon_sym_register] = ACTIONS(1621), - [anon_sym_inline] = ACTIONS(1621), - [anon_sym_thread_local] = ACTIONS(1621), - [anon_sym_const] = ACTIONS(1621), - [anon_sym_volatile] = ACTIONS(1621), - [anon_sym_restrict] = ACTIONS(1621), - [anon_sym__Atomic] = ACTIONS(1621), - [anon_sym_mutable] = ACTIONS(1621), - [anon_sym_constexpr] = ACTIONS(1621), - [anon_sym_signed] = ACTIONS(1621), - [anon_sym_unsigned] = ACTIONS(1621), - [anon_sym_long] = ACTIONS(1621), - [anon_sym_short] = ACTIONS(1621), - [sym_primitive_type] = ACTIONS(1621), - [anon_sym_enum] = ACTIONS(1621), - [anon_sym_class] = ACTIONS(1621), - [anon_sym_struct] = ACTIONS(1621), - [anon_sym_union] = ACTIONS(1621), - [anon_sym_if] = ACTIONS(1621), - [anon_sym_else] = ACTIONS(1621), - [anon_sym_switch] = ACTIONS(1621), - [anon_sym_case] = ACTIONS(1621), - [anon_sym_default] = ACTIONS(1621), - [anon_sym_while] = ACTIONS(1621), - [anon_sym_do] = ACTIONS(1621), - [anon_sym_for] = ACTIONS(1621), - [anon_sym_return] = ACTIONS(1621), - [anon_sym_break] = ACTIONS(1621), - [anon_sym_continue] = ACTIONS(1621), - [anon_sym_goto] = ACTIONS(1621), - [anon_sym_DASH_DASH] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_sizeof] = ACTIONS(1621), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1623), - [anon_sym_u_SQUOTE] = ACTIONS(1623), - [anon_sym_U_SQUOTE] = ACTIONS(1623), - [anon_sym_u8_SQUOTE] = ACTIONS(1623), - [anon_sym_SQUOTE] = ACTIONS(1623), - [anon_sym_L_DQUOTE] = ACTIONS(1623), - [anon_sym_u_DQUOTE] = ACTIONS(1623), - [anon_sym_U_DQUOTE] = ACTIONS(1623), - [anon_sym_u8_DQUOTE] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_true] = ACTIONS(1621), - [sym_false] = ACTIONS(1621), - [sym_null] = ACTIONS(1621), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1621), - [anon_sym_virtual] = ACTIONS(1621), - [anon_sym_explicit] = ACTIONS(1621), - [sym_auto] = ACTIONS(1621), - [anon_sym_typename] = ACTIONS(1621), - [anon_sym_template] = ACTIONS(1621), - [anon_sym_operator] = ACTIONS(1621), - [anon_sym_delete] = ACTIONS(1621), - [anon_sym_throw] = ACTIONS(1621), - [anon_sym_namespace] = ACTIONS(1621), - [anon_sym_using] = ACTIONS(1621), - [anon_sym_static_assert] = ACTIONS(1621), - [anon_sym_co_return] = ACTIONS(1621), - [anon_sym_co_yield] = ACTIONS(1621), - [anon_sym_try] = ACTIONS(1621), - [anon_sym_co_await] = ACTIONS(1621), - [anon_sym_new] = ACTIONS(1621), - [sym_this] = ACTIONS(1621), - [sym_nullptr] = ACTIONS(1621), - [sym_alone_macro] = ACTIONS(1623), - [aux_sym_alone_macro_call_token1] = ACTIONS(1621), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_FORWARD] = ACTIONS(1621), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_PS_GET] = ACTIONS(1621), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), - [anon_sym_MOZ_COLD] = ACTIONS(1621), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_RAII] = ACTIONS(1621), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), - [sym_raw_string_literal] = ACTIONS(1623), - }, - [338] = { - [sym_identifier] = ACTIONS(1633), - [aux_sym_preproc_include_token1] = ACTIONS(1633), - [aux_sym_preproc_def_token1] = ACTIONS(1633), - [aux_sym_preproc_if_token1] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), - [sym_preproc_directive] = ACTIONS(1633), - [anon_sym_LPAREN2] = ACTIONS(1635), - [anon_sym_BANG] = ACTIONS(1635), - [anon_sym_TILDE] = ACTIONS(1635), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1635), - [anon_sym_AMP_AMP] = ACTIONS(1635), - [anon_sym_AMP] = ACTIONS(1633), - [anon_sym_SEMI] = ACTIONS(1635), - [anon_sym_typedef] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), - [anon_sym___declspec] = ACTIONS(1633), - [anon_sym___based] = ACTIONS(1633), - [anon_sym___cdecl] = ACTIONS(1633), - [anon_sym___clrcall] = ACTIONS(1633), - [anon_sym___stdcall] = ACTIONS(1633), - [anon_sym___fastcall] = ACTIONS(1633), - [anon_sym___thiscall] = ACTIONS(1633), - [anon_sym___vectorcall] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1635), - [anon_sym_RBRACE] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_static] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_inline] = ACTIONS(1633), - [anon_sym_thread_local] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [anon_sym_volatile] = ACTIONS(1633), - [anon_sym_restrict] = ACTIONS(1633), - [anon_sym__Atomic] = ACTIONS(1633), - [anon_sym_mutable] = ACTIONS(1633), - [anon_sym_constexpr] = ACTIONS(1633), - [anon_sym_signed] = ACTIONS(1633), - [anon_sym_unsigned] = ACTIONS(1633), - [anon_sym_long] = ACTIONS(1633), - [anon_sym_short] = ACTIONS(1633), - [sym_primitive_type] = ACTIONS(1633), - [anon_sym_enum] = ACTIONS(1633), - [anon_sym_class] = ACTIONS(1633), - [anon_sym_struct] = ACTIONS(1633), - [anon_sym_union] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_else] = ACTIONS(1633), - [anon_sym_switch] = ACTIONS(1633), - [anon_sym_case] = ACTIONS(1633), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_goto] = ACTIONS(1633), - [anon_sym_DASH_DASH] = ACTIONS(1635), - [anon_sym_PLUS_PLUS] = ACTIONS(1635), - [anon_sym_sizeof] = ACTIONS(1633), - [sym_number_literal] = ACTIONS(1635), - [anon_sym_L_SQUOTE] = ACTIONS(1635), - [anon_sym_u_SQUOTE] = ACTIONS(1635), - [anon_sym_U_SQUOTE] = ACTIONS(1635), - [anon_sym_u8_SQUOTE] = ACTIONS(1635), - [anon_sym_SQUOTE] = ACTIONS(1635), - [anon_sym_L_DQUOTE] = ACTIONS(1635), - [anon_sym_u_DQUOTE] = ACTIONS(1635), - [anon_sym_U_DQUOTE] = ACTIONS(1635), - [anon_sym_u8_DQUOTE] = ACTIONS(1635), - [anon_sym_DQUOTE] = ACTIONS(1635), - [sym_true] = ACTIONS(1633), - [sym_false] = ACTIONS(1633), - [sym_null] = ACTIONS(1633), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1633), - [anon_sym_virtual] = ACTIONS(1633), - [anon_sym_explicit] = ACTIONS(1633), - [sym_auto] = ACTIONS(1633), - [anon_sym_typename] = ACTIONS(1633), - [anon_sym_template] = ACTIONS(1633), - [anon_sym_operator] = ACTIONS(1633), - [anon_sym_delete] = ACTIONS(1633), - [anon_sym_throw] = ACTIONS(1633), - [anon_sym_namespace] = ACTIONS(1633), - [anon_sym_using] = ACTIONS(1633), - [anon_sym_static_assert] = ACTIONS(1633), - [anon_sym_co_return] = ACTIONS(1633), - [anon_sym_co_yield] = ACTIONS(1633), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_co_await] = ACTIONS(1633), - [anon_sym_new] = ACTIONS(1633), - [sym_this] = ACTIONS(1633), - [sym_nullptr] = ACTIONS(1633), - [sym_alone_macro] = ACTIONS(1635), - [aux_sym_alone_macro_call_token1] = ACTIONS(1633), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_FORWARD] = ACTIONS(1633), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_PS_GET] = ACTIONS(1633), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), - [anon_sym_MOZ_COLD] = ACTIONS(1633), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_RAII] = ACTIONS(1633), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), - [sym_raw_string_literal] = ACTIONS(1635), - }, - [339] = { + [300] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -99154,12 +91754,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [340] = { + [301] = { + [ts_builtin_sym_end] = ACTIONS(1631), + [sym_identifier] = ACTIONS(1629), + [aux_sym_preproc_include_token1] = ACTIONS(1629), + [aux_sym_preproc_def_token1] = ACTIONS(1629), + [aux_sym_preproc_if_token1] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), + [sym_preproc_directive] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(1631), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1631), + [anon_sym_AMP_AMP] = ACTIONS(1631), + [anon_sym_AMP] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1631), + [anon_sym_typedef] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1629), + [anon_sym___attribute__] = ACTIONS(1629), + [anon_sym_COLON_COLON] = ACTIONS(1631), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), + [anon_sym___declspec] = ACTIONS(1629), + [anon_sym___based] = ACTIONS(1629), + [anon_sym___cdecl] = ACTIONS(1629), + [anon_sym___clrcall] = ACTIONS(1629), + [anon_sym___stdcall] = ACTIONS(1629), + [anon_sym___fastcall] = ACTIONS(1629), + [anon_sym___thiscall] = ACTIONS(1629), + [anon_sym___vectorcall] = ACTIONS(1629), + [anon_sym_LBRACE] = ACTIONS(1631), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_static] = ACTIONS(1629), + [anon_sym_register] = ACTIONS(1629), + [anon_sym_inline] = ACTIONS(1629), + [anon_sym_thread_local] = ACTIONS(1629), + [anon_sym_const] = ACTIONS(1629), + [anon_sym_volatile] = ACTIONS(1629), + [anon_sym_restrict] = ACTIONS(1629), + [anon_sym__Atomic] = ACTIONS(1629), + [anon_sym_mutable] = ACTIONS(1629), + [anon_sym_constexpr] = ACTIONS(1629), + [anon_sym_signed] = ACTIONS(1629), + [anon_sym_unsigned] = ACTIONS(1629), + [anon_sym_long] = ACTIONS(1629), + [anon_sym_short] = ACTIONS(1629), + [sym_primitive_type] = ACTIONS(1629), + [anon_sym_enum] = ACTIONS(1629), + [anon_sym_class] = ACTIONS(1629), + [anon_sym_struct] = ACTIONS(1629), + [anon_sym_union] = ACTIONS(1629), + [anon_sym_if] = ACTIONS(1629), + [anon_sym_else] = ACTIONS(1629), + [anon_sym_switch] = ACTIONS(1629), + [anon_sym_case] = ACTIONS(1629), + [anon_sym_default] = ACTIONS(1629), + [anon_sym_while] = ACTIONS(1629), + [anon_sym_do] = ACTIONS(1629), + [anon_sym_for] = ACTIONS(1629), + [anon_sym_return] = ACTIONS(1629), + [anon_sym_break] = ACTIONS(1629), + [anon_sym_continue] = ACTIONS(1629), + [anon_sym_goto] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1631), + [anon_sym_PLUS_PLUS] = ACTIONS(1631), + [anon_sym_sizeof] = ACTIONS(1629), + [sym_number_literal] = ACTIONS(1631), + [anon_sym_L_SQUOTE] = ACTIONS(1631), + [anon_sym_u_SQUOTE] = ACTIONS(1631), + [anon_sym_U_SQUOTE] = ACTIONS(1631), + [anon_sym_u8_SQUOTE] = ACTIONS(1631), + [anon_sym_SQUOTE] = ACTIONS(1631), + [anon_sym_L_DQUOTE] = ACTIONS(1631), + [anon_sym_u_DQUOTE] = ACTIONS(1631), + [anon_sym_U_DQUOTE] = ACTIONS(1631), + [anon_sym_u8_DQUOTE] = ACTIONS(1631), + [anon_sym_DQUOTE] = ACTIONS(1631), + [sym_true] = ACTIONS(1629), + [sym_false] = ACTIONS(1629), + [sym_null] = ACTIONS(1629), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1629), + [anon_sym_virtual] = ACTIONS(1629), + [anon_sym_explicit] = ACTIONS(1629), + [sym_auto] = ACTIONS(1629), + [anon_sym_typename] = ACTIONS(1629), + [anon_sym_template] = ACTIONS(1629), + [anon_sym_operator] = ACTIONS(1629), + [anon_sym_delete] = ACTIONS(1629), + [anon_sym_throw] = ACTIONS(1629), + [anon_sym_namespace] = ACTIONS(1629), + [anon_sym_using] = ACTIONS(1629), + [anon_sym_static_assert] = ACTIONS(1629), + [anon_sym_co_return] = ACTIONS(1629), + [anon_sym_co_yield] = ACTIONS(1629), + [anon_sym_try] = ACTIONS(1629), + [anon_sym_co_await] = ACTIONS(1629), + [anon_sym_new] = ACTIONS(1629), + [sym_this] = ACTIONS(1629), + [sym_nullptr] = ACTIONS(1629), + [sym_alone_macro] = ACTIONS(1631), + [aux_sym_alone_macro_call_token1] = ACTIONS(1629), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_FORWARD] = ACTIONS(1629), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_PS_GET] = ACTIONS(1629), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), + [anon_sym_MOZ_COLD] = ACTIONS(1629), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_RAII] = ACTIONS(1629), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), + [sym_raw_string_literal] = ACTIONS(1631), + }, + [302] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -99345,12 +92136,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [341] = { + [303] = { + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_include_token1] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP_AMP] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_COLON_COLON] = ACTIONS(1543), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym___based] = ACTIONS(1541), + [anon_sym___cdecl] = ACTIONS(1541), + [anon_sym___clrcall] = ACTIONS(1541), + [anon_sym___stdcall] = ACTIONS(1541), + [anon_sym___fastcall] = ACTIONS(1541), + [anon_sym___thiscall] = ACTIONS(1541), + [anon_sym___vectorcall] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_LBRACK] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym_mutable] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_class] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_else] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1541), + [anon_sym_default] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [sym_null] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1541), + [anon_sym_virtual] = ACTIONS(1541), + [anon_sym_explicit] = ACTIONS(1541), + [sym_auto] = ACTIONS(1541), + [anon_sym_typename] = ACTIONS(1541), + [anon_sym_template] = ACTIONS(1541), + [anon_sym_operator] = ACTIONS(1541), + [anon_sym_delete] = ACTIONS(1541), + [anon_sym_throw] = ACTIONS(1541), + [anon_sym_namespace] = ACTIONS(1541), + [anon_sym_using] = ACTIONS(1541), + [anon_sym_static_assert] = ACTIONS(1541), + [anon_sym_co_return] = ACTIONS(1541), + [anon_sym_co_yield] = ACTIONS(1541), + [anon_sym_try] = ACTIONS(1541), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1541), + [sym_this] = ACTIONS(1541), + [sym_nullptr] = ACTIONS(1541), + [sym_alone_macro] = ACTIONS(1543), + [aux_sym_alone_macro_call_token1] = ACTIONS(1541), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_FORWARD] = ACTIONS(1541), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_PS_GET] = ACTIONS(1541), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), + [anon_sym_MOZ_COLD] = ACTIONS(1541), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_RAII] = ACTIONS(1541), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), + [sym_raw_string_literal] = ACTIONS(1543), + }, + [304] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -99532,780 +92514,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [342] = { - [sym_identifier] = ACTIONS(1657), - [aux_sym_preproc_include_token1] = ACTIONS(1657), - [aux_sym_preproc_def_token1] = ACTIONS(1657), - [aux_sym_preproc_if_token1] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1657), - [sym_preproc_directive] = ACTIONS(1657), - [anon_sym_LPAREN2] = ACTIONS(1659), - [anon_sym_BANG] = ACTIONS(1659), - [anon_sym_TILDE] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_PLUS] = ACTIONS(1657), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_AMP_AMP] = ACTIONS(1659), - [anon_sym_AMP] = ACTIONS(1657), - [anon_sym_SEMI] = ACTIONS(1659), - [anon_sym_typedef] = ACTIONS(1657), - [anon_sym_extern] = ACTIONS(1657), - [anon_sym___attribute__] = ACTIONS(1657), - [anon_sym_COLON_COLON] = ACTIONS(1659), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1659), - [anon_sym___declspec] = ACTIONS(1657), - [anon_sym___based] = ACTIONS(1657), - [anon_sym___cdecl] = ACTIONS(1657), - [anon_sym___clrcall] = ACTIONS(1657), - [anon_sym___stdcall] = ACTIONS(1657), - [anon_sym___fastcall] = ACTIONS(1657), - [anon_sym___thiscall] = ACTIONS(1657), - [anon_sym___vectorcall] = ACTIONS(1657), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_RBRACE] = ACTIONS(1659), - [anon_sym_LBRACK] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1657), - [anon_sym_register] = ACTIONS(1657), - [anon_sym_inline] = ACTIONS(1657), - [anon_sym_thread_local] = ACTIONS(1657), - [anon_sym_const] = ACTIONS(1657), - [anon_sym_volatile] = ACTIONS(1657), - [anon_sym_restrict] = ACTIONS(1657), - [anon_sym__Atomic] = ACTIONS(1657), - [anon_sym_mutable] = ACTIONS(1657), - [anon_sym_constexpr] = ACTIONS(1657), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [sym_primitive_type] = ACTIONS(1657), - [anon_sym_enum] = ACTIONS(1657), - [anon_sym_class] = ACTIONS(1657), - [anon_sym_struct] = ACTIONS(1657), - [anon_sym_union] = ACTIONS(1657), - [anon_sym_if] = ACTIONS(1657), - [anon_sym_else] = ACTIONS(1657), - [anon_sym_switch] = ACTIONS(1657), - [anon_sym_case] = ACTIONS(1657), - [anon_sym_default] = ACTIONS(1657), - [anon_sym_while] = ACTIONS(1657), - [anon_sym_do] = ACTIONS(1657), - [anon_sym_for] = ACTIONS(1657), - [anon_sym_return] = ACTIONS(1657), - [anon_sym_break] = ACTIONS(1657), - [anon_sym_continue] = ACTIONS(1657), - [anon_sym_goto] = ACTIONS(1657), - [anon_sym_DASH_DASH] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_sizeof] = ACTIONS(1657), - [sym_number_literal] = ACTIONS(1659), - [anon_sym_L_SQUOTE] = ACTIONS(1659), - [anon_sym_u_SQUOTE] = ACTIONS(1659), - [anon_sym_U_SQUOTE] = ACTIONS(1659), - [anon_sym_u8_SQUOTE] = ACTIONS(1659), - [anon_sym_SQUOTE] = ACTIONS(1659), - [anon_sym_L_DQUOTE] = ACTIONS(1659), - [anon_sym_u_DQUOTE] = ACTIONS(1659), - [anon_sym_U_DQUOTE] = ACTIONS(1659), - [anon_sym_u8_DQUOTE] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym_true] = ACTIONS(1657), - [sym_false] = ACTIONS(1657), - [sym_null] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1657), - [anon_sym_virtual] = ACTIONS(1657), - [anon_sym_explicit] = ACTIONS(1657), - [sym_auto] = ACTIONS(1657), - [anon_sym_typename] = ACTIONS(1657), - [anon_sym_template] = ACTIONS(1657), - [anon_sym_operator] = ACTIONS(1657), - [anon_sym_delete] = ACTIONS(1657), - [anon_sym_throw] = ACTIONS(1657), - [anon_sym_namespace] = ACTIONS(1657), - [anon_sym_using] = ACTIONS(1657), - [anon_sym_static_assert] = ACTIONS(1657), - [anon_sym_co_return] = ACTIONS(1657), - [anon_sym_co_yield] = ACTIONS(1657), - [anon_sym_try] = ACTIONS(1657), - [anon_sym_co_await] = ACTIONS(1657), - [anon_sym_new] = ACTIONS(1657), - [sym_this] = ACTIONS(1657), - [sym_nullptr] = ACTIONS(1657), - [sym_alone_macro] = ACTIONS(1659), - [aux_sym_alone_macro_call_token1] = ACTIONS(1657), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_FORWARD] = ACTIONS(1657), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1657), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_PS_GET] = ACTIONS(1657), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1657), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1657), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1657), - [anon_sym_MOZ_COLD] = ACTIONS(1657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_RAII] = ACTIONS(1657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1657), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1657), - [sym_raw_string_literal] = ACTIONS(1659), - }, - [343] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_preproc_else_in_field_declaration_list] = STATE(4986), - [sym_preproc_elif_in_field_declaration_list] = STATE(4986), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1977), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [344] = { - [sym_preproc_def] = STATE(334), - [sym_preproc_function_def] = STATE(334), - [sym_preproc_call] = STATE(334), - [sym_preproc_if_in_field_declaration_list] = STATE(334), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(334), - [sym_preproc_else_in_field_declaration_list] = STATE(4987), - [sym_preproc_elif_in_field_declaration_list] = STATE(4987), - [sym_type_definition] = STATE(334), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(334), - [sym_field_declaration] = STATE(334), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(334), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(334), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(334), - [sym_operator_cast_declaration] = STATE(334), - [sym_constructor_or_destructor_definition] = STATE(334), - [sym_constructor_or_destructor_declaration] = STATE(334), - [sym_friend_declaration] = STATE(334), - [sym_access_specifier] = STATE(334), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(334), - [sym_alias_declaration] = STATE(334), - [sym_static_assert_declaration] = STATE(334), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(334), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(334), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1979), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [345] = { - [sym_identifier] = ACTIONS(1669), - [aux_sym_preproc_include_token1] = ACTIONS(1669), - [aux_sym_preproc_def_token1] = ACTIONS(1669), - [aux_sym_preproc_if_token1] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1669), - [sym_preproc_directive] = ACTIONS(1669), - [anon_sym_LPAREN2] = ACTIONS(1671), - [anon_sym_BANG] = ACTIONS(1671), - [anon_sym_TILDE] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1669), - [anon_sym_PLUS] = ACTIONS(1669), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_AMP_AMP] = ACTIONS(1671), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_SEMI] = ACTIONS(1671), - [anon_sym_typedef] = ACTIONS(1669), - [anon_sym_extern] = ACTIONS(1669), - [anon_sym___attribute__] = ACTIONS(1669), - [anon_sym_COLON_COLON] = ACTIONS(1671), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1671), - [anon_sym___declspec] = ACTIONS(1669), - [anon_sym___based] = ACTIONS(1669), - [anon_sym___cdecl] = ACTIONS(1669), - [anon_sym___clrcall] = ACTIONS(1669), - [anon_sym___stdcall] = ACTIONS(1669), - [anon_sym___fastcall] = ACTIONS(1669), - [anon_sym___thiscall] = ACTIONS(1669), - [anon_sym___vectorcall] = ACTIONS(1669), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_RBRACE] = ACTIONS(1671), - [anon_sym_LBRACK] = ACTIONS(1669), - [anon_sym_static] = ACTIONS(1669), - [anon_sym_register] = ACTIONS(1669), - [anon_sym_inline] = ACTIONS(1669), - [anon_sym_thread_local] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_volatile] = ACTIONS(1669), - [anon_sym_restrict] = ACTIONS(1669), - [anon_sym__Atomic] = ACTIONS(1669), - [anon_sym_mutable] = ACTIONS(1669), - [anon_sym_constexpr] = ACTIONS(1669), - [anon_sym_signed] = ACTIONS(1669), - [anon_sym_unsigned] = ACTIONS(1669), - [anon_sym_long] = ACTIONS(1669), - [anon_sym_short] = ACTIONS(1669), - [sym_primitive_type] = ACTIONS(1669), - [anon_sym_enum] = ACTIONS(1669), - [anon_sym_class] = ACTIONS(1669), - [anon_sym_struct] = ACTIONS(1669), - [anon_sym_union] = ACTIONS(1669), - [anon_sym_if] = ACTIONS(1669), - [anon_sym_else] = ACTIONS(1981), - [anon_sym_switch] = ACTIONS(1669), - [anon_sym_case] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1669), - [anon_sym_while] = ACTIONS(1669), - [anon_sym_do] = ACTIONS(1669), - [anon_sym_for] = ACTIONS(1669), - [anon_sym_return] = ACTIONS(1669), - [anon_sym_break] = ACTIONS(1669), - [anon_sym_continue] = ACTIONS(1669), - [anon_sym_goto] = ACTIONS(1669), - [anon_sym_DASH_DASH] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_sizeof] = ACTIONS(1669), - [sym_number_literal] = ACTIONS(1671), - [anon_sym_L_SQUOTE] = ACTIONS(1671), - [anon_sym_u_SQUOTE] = ACTIONS(1671), - [anon_sym_U_SQUOTE] = ACTIONS(1671), - [anon_sym_u8_SQUOTE] = ACTIONS(1671), - [anon_sym_SQUOTE] = ACTIONS(1671), - [anon_sym_L_DQUOTE] = ACTIONS(1671), - [anon_sym_u_DQUOTE] = ACTIONS(1671), - [anon_sym_U_DQUOTE] = ACTIONS(1671), - [anon_sym_u8_DQUOTE] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym_true] = ACTIONS(1669), - [sym_false] = ACTIONS(1669), - [sym_null] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1669), - [anon_sym_virtual] = ACTIONS(1669), - [anon_sym_explicit] = ACTIONS(1669), - [sym_auto] = ACTIONS(1669), - [anon_sym_typename] = ACTIONS(1669), - [anon_sym_template] = ACTIONS(1669), - [anon_sym_operator] = ACTIONS(1669), - [anon_sym_delete] = ACTIONS(1669), - [anon_sym_throw] = ACTIONS(1669), - [anon_sym_namespace] = ACTIONS(1669), - [anon_sym_using] = ACTIONS(1669), - [anon_sym_static_assert] = ACTIONS(1669), - [anon_sym_co_return] = ACTIONS(1669), - [anon_sym_co_yield] = ACTIONS(1669), - [anon_sym_try] = ACTIONS(1669), - [anon_sym_co_await] = ACTIONS(1669), - [anon_sym_new] = ACTIONS(1669), - [sym_this] = ACTIONS(1669), - [sym_nullptr] = ACTIONS(1669), - [sym_alone_macro] = ACTIONS(1671), - [aux_sym_alone_macro_call_token1] = ACTIONS(1669), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_FORWARD] = ACTIONS(1669), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1669), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_PS_GET] = ACTIONS(1669), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1669), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1669), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1669), - [anon_sym_MOZ_COLD] = ACTIONS(1669), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1669), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1669), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1669), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1669), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1669), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1669), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1669), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1669), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1669), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1669), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1669), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1669), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_RAII] = ACTIONS(1669), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1669), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1669), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1669), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1669), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1669), - [sym_raw_string_literal] = ACTIONS(1671), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [346] = { + [305] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -100332,6 +92549,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -100438,2352 +92656,1206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [347] = { - [sym_identifier] = ACTIONS(1569), - [aux_sym_preproc_include_token1] = ACTIONS(1569), - [aux_sym_preproc_def_token1] = ACTIONS(1569), - [aux_sym_preproc_if_token1] = ACTIONS(1569), - [aux_sym_preproc_if_token2] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1571), - [anon_sym_BANG] = ACTIONS(1571), - [anon_sym_TILDE] = ACTIONS(1571), - [anon_sym_DASH] = ACTIONS(1569), - [anon_sym_PLUS] = ACTIONS(1569), - [anon_sym_STAR] = ACTIONS(1571), - [anon_sym_AMP_AMP] = ACTIONS(1571), - [anon_sym_AMP] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1571), - [anon_sym_typedef] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym___attribute__] = ACTIONS(1569), - [anon_sym_COLON_COLON] = ACTIONS(1571), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), - [anon_sym___declspec] = ACTIONS(1569), - [anon_sym___based] = ACTIONS(1569), - [anon_sym___cdecl] = ACTIONS(1569), - [anon_sym___clrcall] = ACTIONS(1569), - [anon_sym___stdcall] = ACTIONS(1569), - [anon_sym___fastcall] = ACTIONS(1569), - [anon_sym___thiscall] = ACTIONS(1569), - [anon_sym___vectorcall] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1571), - [anon_sym_LBRACK] = ACTIONS(1569), - [anon_sym_static] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_inline] = ACTIONS(1569), - [anon_sym_thread_local] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [anon_sym_volatile] = ACTIONS(1569), - [anon_sym_restrict] = ACTIONS(1569), - [anon_sym__Atomic] = ACTIONS(1569), - [anon_sym_mutable] = ACTIONS(1569), - [anon_sym_constexpr] = ACTIONS(1569), - [anon_sym_signed] = ACTIONS(1569), - [anon_sym_unsigned] = ACTIONS(1569), - [anon_sym_long] = ACTIONS(1569), - [anon_sym_short] = ACTIONS(1569), - [sym_primitive_type] = ACTIONS(1569), - [anon_sym_enum] = ACTIONS(1569), - [anon_sym_class] = ACTIONS(1569), - [anon_sym_struct] = ACTIONS(1569), - [anon_sym_union] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_switch] = ACTIONS(1569), - [anon_sym_case] = ACTIONS(1569), - [anon_sym_default] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_goto] = ACTIONS(1569), - [anon_sym_DASH_DASH] = ACTIONS(1571), - [anon_sym_PLUS_PLUS] = ACTIONS(1571), - [anon_sym_sizeof] = ACTIONS(1569), - [sym_number_literal] = ACTIONS(1571), - [anon_sym_L_SQUOTE] = ACTIONS(1571), - [anon_sym_u_SQUOTE] = ACTIONS(1571), - [anon_sym_U_SQUOTE] = ACTIONS(1571), - [anon_sym_u8_SQUOTE] = ACTIONS(1571), - [anon_sym_SQUOTE] = ACTIONS(1571), - [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(1569), - [sym_false] = ACTIONS(1569), - [sym_null] = ACTIONS(1569), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1569), - [anon_sym_virtual] = ACTIONS(1569), - [anon_sym_explicit] = ACTIONS(1569), - [sym_auto] = ACTIONS(1569), - [anon_sym_typename] = ACTIONS(1569), - [anon_sym_template] = ACTIONS(1569), - [anon_sym_operator] = ACTIONS(1569), - [anon_sym_delete] = ACTIONS(1569), - [anon_sym_throw] = ACTIONS(1569), - [anon_sym_namespace] = ACTIONS(1569), - [anon_sym_using] = ACTIONS(1569), - [anon_sym_static_assert] = ACTIONS(1569), - [anon_sym_co_return] = ACTIONS(1569), - [anon_sym_co_yield] = ACTIONS(1569), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_co_await] = ACTIONS(1569), - [anon_sym_new] = ACTIONS(1569), - [sym_this] = ACTIONS(1569), - [sym_nullptr] = ACTIONS(1569), - [sym_alone_macro] = ACTIONS(1571), - [aux_sym_alone_macro_call_token1] = ACTIONS(1569), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_FORWARD] = ACTIONS(1569), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_PS_GET] = ACTIONS(1569), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), - [anon_sym_MOZ_COLD] = ACTIONS(1569), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_RAII] = ACTIONS(1569), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), - [sym_raw_string_literal] = ACTIONS(1571), - }, - [348] = { - [sym_identifier] = ACTIONS(1565), - [aux_sym_preproc_include_token1] = ACTIONS(1565), - [aux_sym_preproc_def_token1] = ACTIONS(1565), - [aux_sym_preproc_if_token1] = ACTIONS(1565), - [aux_sym_preproc_if_token2] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1565), - [anon_sym_LPAREN2] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_AMP_AMP] = ACTIONS(1567), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym___attribute__] = ACTIONS(1565), - [anon_sym_COLON_COLON] = ACTIONS(1567), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), - [anon_sym___declspec] = ACTIONS(1565), - [anon_sym___based] = ACTIONS(1565), - [anon_sym___cdecl] = ACTIONS(1565), - [anon_sym___clrcall] = ACTIONS(1565), - [anon_sym___stdcall] = ACTIONS(1565), - [anon_sym___fastcall] = ACTIONS(1565), - [anon_sym___thiscall] = ACTIONS(1565), - [anon_sym___vectorcall] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_LBRACK] = ACTIONS(1565), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_thread_local] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym__Atomic] = ACTIONS(1565), - [anon_sym_mutable] = ACTIONS(1565), - [anon_sym_constexpr] = ACTIONS(1565), - [anon_sym_signed] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_class] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_else] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1567), - [anon_sym_u_SQUOTE] = ACTIONS(1567), - [anon_sym_U_SQUOTE] = ACTIONS(1567), - [anon_sym_u8_SQUOTE] = ACTIONS(1567), - [anon_sym_SQUOTE] = ACTIONS(1567), - [anon_sym_L_DQUOTE] = ACTIONS(1567), - [anon_sym_u_DQUOTE] = ACTIONS(1567), - [anon_sym_U_DQUOTE] = ACTIONS(1567), - [anon_sym_u8_DQUOTE] = ACTIONS(1567), - [anon_sym_DQUOTE] = ACTIONS(1567), - [sym_true] = ACTIONS(1565), - [sym_false] = ACTIONS(1565), - [sym_null] = ACTIONS(1565), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1565), - [anon_sym_virtual] = ACTIONS(1565), - [anon_sym_explicit] = ACTIONS(1565), - [sym_auto] = ACTIONS(1565), - [anon_sym_typename] = ACTIONS(1565), - [anon_sym_template] = ACTIONS(1565), - [anon_sym_operator] = ACTIONS(1565), - [anon_sym_delete] = ACTIONS(1565), - [anon_sym_throw] = ACTIONS(1565), - [anon_sym_namespace] = ACTIONS(1565), - [anon_sym_using] = ACTIONS(1565), - [anon_sym_static_assert] = ACTIONS(1565), - [anon_sym_co_return] = ACTIONS(1565), - [anon_sym_co_yield] = ACTIONS(1565), - [anon_sym_try] = ACTIONS(1565), - [anon_sym_co_await] = ACTIONS(1565), - [anon_sym_new] = ACTIONS(1565), - [sym_this] = ACTIONS(1565), - [sym_nullptr] = ACTIONS(1565), - [sym_alone_macro] = ACTIONS(1567), - [aux_sym_alone_macro_call_token1] = ACTIONS(1565), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_FORWARD] = ACTIONS(1565), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_PS_GET] = ACTIONS(1565), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), - [anon_sym_MOZ_COLD] = ACTIONS(1565), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_RAII] = ACTIONS(1565), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), - [sym_raw_string_literal] = ACTIONS(1567), - }, - [349] = { - [sym_identifier] = ACTIONS(1551), - [aux_sym_preproc_include_token1] = ACTIONS(1551), - [aux_sym_preproc_def_token1] = ACTIONS(1551), - [aux_sym_preproc_if_token1] = ACTIONS(1551), - [aux_sym_preproc_if_token2] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1551), - [sym_preproc_directive] = ACTIONS(1551), - [anon_sym_LPAREN2] = ACTIONS(1553), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1553), - [anon_sym_AMP_AMP] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1553), - [anon_sym_typedef] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym___attribute__] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1553), - [anon_sym___declspec] = ACTIONS(1551), - [anon_sym___based] = ACTIONS(1551), - [anon_sym___cdecl] = ACTIONS(1551), - [anon_sym___clrcall] = ACTIONS(1551), - [anon_sym___stdcall] = ACTIONS(1551), - [anon_sym___fastcall] = ACTIONS(1551), - [anon_sym___thiscall] = ACTIONS(1551), - [anon_sym___vectorcall] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_static] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_inline] = ACTIONS(1551), - [anon_sym_thread_local] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_volatile] = ACTIONS(1551), - [anon_sym_restrict] = ACTIONS(1551), - [anon_sym__Atomic] = ACTIONS(1551), - [anon_sym_mutable] = ACTIONS(1551), - [anon_sym_constexpr] = ACTIONS(1551), - [anon_sym_signed] = ACTIONS(1551), - [anon_sym_unsigned] = ACTIONS(1551), - [anon_sym_long] = ACTIONS(1551), - [anon_sym_short] = ACTIONS(1551), - [sym_primitive_type] = ACTIONS(1551), - [anon_sym_enum] = ACTIONS(1551), - [anon_sym_class] = ACTIONS(1551), - [anon_sym_struct] = ACTIONS(1551), - [anon_sym_union] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_switch] = ACTIONS(1551), - [anon_sym_case] = ACTIONS(1551), - [anon_sym_default] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_goto] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1553), - [anon_sym_PLUS_PLUS] = ACTIONS(1553), - [anon_sym_sizeof] = ACTIONS(1551), - [sym_number_literal] = ACTIONS(1553), - [anon_sym_L_SQUOTE] = ACTIONS(1553), - [anon_sym_u_SQUOTE] = ACTIONS(1553), - [anon_sym_U_SQUOTE] = ACTIONS(1553), - [anon_sym_u8_SQUOTE] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1553), - [anon_sym_L_DQUOTE] = ACTIONS(1553), - [anon_sym_u_DQUOTE] = ACTIONS(1553), - [anon_sym_U_DQUOTE] = ACTIONS(1553), - [anon_sym_u8_DQUOTE] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym_true] = ACTIONS(1551), - [sym_false] = ACTIONS(1551), - [sym_null] = ACTIONS(1551), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1551), - [anon_sym_virtual] = ACTIONS(1551), - [anon_sym_explicit] = ACTIONS(1551), - [sym_auto] = ACTIONS(1551), - [anon_sym_typename] = ACTIONS(1551), - [anon_sym_template] = ACTIONS(1551), - [anon_sym_operator] = ACTIONS(1551), - [anon_sym_delete] = ACTIONS(1551), - [anon_sym_throw] = ACTIONS(1551), - [anon_sym_namespace] = ACTIONS(1551), - [anon_sym_using] = ACTIONS(1551), - [anon_sym_static_assert] = ACTIONS(1551), - [anon_sym_co_return] = ACTIONS(1551), - [anon_sym_co_yield] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_co_await] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [sym_this] = ACTIONS(1551), - [sym_nullptr] = ACTIONS(1551), - [sym_alone_macro] = ACTIONS(1553), - [aux_sym_alone_macro_call_token1] = ACTIONS(1551), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_FORWARD] = ACTIONS(1551), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1551), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_PS_GET] = ACTIONS(1551), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1551), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1551), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1551), - [anon_sym_MOZ_COLD] = ACTIONS(1551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_RAII] = ACTIONS(1551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1551), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1551), - [sym_raw_string_literal] = ACTIONS(1553), - }, - [350] = { - [sym_preproc_def] = STATE(343), - [sym_preproc_function_def] = STATE(343), - [sym_preproc_call] = STATE(343), - [sym_preproc_if_in_field_declaration_list] = STATE(343), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(343), - [sym_preproc_else_in_field_declaration_list] = STATE(5007), - [sym_preproc_elif_in_field_declaration_list] = STATE(5007), - [sym_type_definition] = STATE(343), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(343), - [sym_field_declaration] = STATE(343), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(343), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(343), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(343), - [sym_operator_cast_declaration] = STATE(343), - [sym_constructor_or_destructor_definition] = STATE(343), - [sym_constructor_or_destructor_declaration] = STATE(343), - [sym_friend_declaration] = STATE(343), - [sym_access_specifier] = STATE(343), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(343), - [sym_alias_declaration] = STATE(343), - [sym_static_assert_declaration] = STATE(343), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(343), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(343), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1983), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [351] = { - [sym_identifier] = ACTIONS(1573), - [aux_sym_preproc_include_token1] = ACTIONS(1573), - [aux_sym_preproc_def_token1] = ACTIONS(1573), - [aux_sym_preproc_if_token1] = ACTIONS(1573), - [aux_sym_preproc_if_token2] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_LPAREN2] = ACTIONS(1575), - [anon_sym_BANG] = ACTIONS(1575), - [anon_sym_TILDE] = ACTIONS(1575), - [anon_sym_DASH] = ACTIONS(1573), - [anon_sym_PLUS] = ACTIONS(1573), - [anon_sym_STAR] = ACTIONS(1575), - [anon_sym_AMP_AMP] = ACTIONS(1575), - [anon_sym_AMP] = ACTIONS(1573), - [anon_sym_SEMI] = ACTIONS(1575), - [anon_sym_typedef] = ACTIONS(1573), - [anon_sym_extern] = ACTIONS(1573), - [anon_sym___attribute__] = ACTIONS(1573), - [anon_sym_COLON_COLON] = ACTIONS(1575), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), - [anon_sym___declspec] = ACTIONS(1573), - [anon_sym___based] = ACTIONS(1573), - [anon_sym___cdecl] = ACTIONS(1573), - [anon_sym___clrcall] = ACTIONS(1573), - [anon_sym___stdcall] = ACTIONS(1573), - [anon_sym___fastcall] = ACTIONS(1573), - [anon_sym___thiscall] = ACTIONS(1573), - [anon_sym___vectorcall] = ACTIONS(1573), - [anon_sym_LBRACE] = ACTIONS(1575), - [anon_sym_LBRACK] = ACTIONS(1573), - [anon_sym_static] = ACTIONS(1573), - [anon_sym_register] = ACTIONS(1573), - [anon_sym_inline] = ACTIONS(1573), - [anon_sym_thread_local] = ACTIONS(1573), - [anon_sym_const] = ACTIONS(1573), - [anon_sym_volatile] = ACTIONS(1573), - [anon_sym_restrict] = ACTIONS(1573), - [anon_sym__Atomic] = ACTIONS(1573), - [anon_sym_mutable] = ACTIONS(1573), - [anon_sym_constexpr] = ACTIONS(1573), - [anon_sym_signed] = ACTIONS(1573), - [anon_sym_unsigned] = ACTIONS(1573), - [anon_sym_long] = ACTIONS(1573), - [anon_sym_short] = ACTIONS(1573), - [sym_primitive_type] = ACTIONS(1573), - [anon_sym_enum] = ACTIONS(1573), - [anon_sym_class] = ACTIONS(1573), - [anon_sym_struct] = ACTIONS(1573), - [anon_sym_union] = ACTIONS(1573), - [anon_sym_if] = ACTIONS(1573), - [anon_sym_else] = ACTIONS(1573), - [anon_sym_switch] = ACTIONS(1573), - [anon_sym_case] = ACTIONS(1573), - [anon_sym_default] = ACTIONS(1573), - [anon_sym_while] = ACTIONS(1573), - [anon_sym_do] = ACTIONS(1573), - [anon_sym_for] = ACTIONS(1573), - [anon_sym_return] = ACTIONS(1573), - [anon_sym_break] = ACTIONS(1573), - [anon_sym_continue] = ACTIONS(1573), - [anon_sym_goto] = ACTIONS(1573), - [anon_sym_DASH_DASH] = ACTIONS(1575), - [anon_sym_PLUS_PLUS] = ACTIONS(1575), - [anon_sym_sizeof] = ACTIONS(1573), - [sym_number_literal] = ACTIONS(1575), - [anon_sym_L_SQUOTE] = ACTIONS(1575), - [anon_sym_u_SQUOTE] = ACTIONS(1575), - [anon_sym_U_SQUOTE] = ACTIONS(1575), - [anon_sym_u8_SQUOTE] = ACTIONS(1575), - [anon_sym_SQUOTE] = ACTIONS(1575), - [anon_sym_L_DQUOTE] = ACTIONS(1575), - [anon_sym_u_DQUOTE] = ACTIONS(1575), - [anon_sym_U_DQUOTE] = ACTIONS(1575), - [anon_sym_u8_DQUOTE] = ACTIONS(1575), - [anon_sym_DQUOTE] = ACTIONS(1575), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1573), - [anon_sym_virtual] = ACTIONS(1573), - [anon_sym_explicit] = ACTIONS(1573), - [sym_auto] = ACTIONS(1573), - [anon_sym_typename] = ACTIONS(1573), - [anon_sym_template] = ACTIONS(1573), - [anon_sym_operator] = ACTIONS(1573), - [anon_sym_delete] = ACTIONS(1573), - [anon_sym_throw] = ACTIONS(1573), - [anon_sym_namespace] = ACTIONS(1573), - [anon_sym_using] = ACTIONS(1573), - [anon_sym_static_assert] = ACTIONS(1573), - [anon_sym_co_return] = ACTIONS(1573), - [anon_sym_co_yield] = ACTIONS(1573), - [anon_sym_try] = ACTIONS(1573), - [anon_sym_co_await] = ACTIONS(1573), - [anon_sym_new] = ACTIONS(1573), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - [sym_alone_macro] = ACTIONS(1575), - [aux_sym_alone_macro_call_token1] = ACTIONS(1573), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_FORWARD] = ACTIONS(1573), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_PS_GET] = ACTIONS(1573), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), - [anon_sym_MOZ_COLD] = ACTIONS(1573), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_RAII] = ACTIONS(1573), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), - [sym_raw_string_literal] = ACTIONS(1575), - }, - [352] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), - }, - [353] = { - [ts_builtin_sym_end] = ACTIONS(1583), - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [306] = { + [ts_builtin_sym_end] = ACTIONS(1535), + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [354] = { - [ts_builtin_sym_end] = ACTIONS(1583), - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_include_token1] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym___cdecl] = ACTIONS(1581), - [anon_sym___clrcall] = ACTIONS(1581), - [anon_sym___stdcall] = ACTIONS(1581), - [anon_sym___fastcall] = ACTIONS(1581), - [anon_sym___thiscall] = ACTIONS(1581), - [anon_sym___vectorcall] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_case] = ACTIONS(1581), - [anon_sym_default] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), + [307] = { + [ts_builtin_sym_end] = ACTIONS(1535), + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_namespace] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [sym_alone_macro] = ACTIONS(1583), - [aux_sym_alone_macro_call_token1] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [355] = { - [sym_identifier] = ACTIONS(1691), - [aux_sym_preproc_include_token1] = ACTIONS(1691), - [aux_sym_preproc_def_token1] = ACTIONS(1691), - [aux_sym_preproc_if_token1] = ACTIONS(1691), - [aux_sym_preproc_if_token2] = ACTIONS(1691), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1691), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1691), - [sym_preproc_directive] = ACTIONS(1691), - [anon_sym_LPAREN2] = ACTIONS(1693), - [anon_sym_BANG] = ACTIONS(1693), - [anon_sym_TILDE] = ACTIONS(1693), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1693), - [anon_sym_AMP_AMP] = ACTIONS(1693), - [anon_sym_AMP] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1693), - [anon_sym_typedef] = ACTIONS(1691), - [anon_sym_extern] = ACTIONS(1691), - [anon_sym___attribute__] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), - [anon_sym___declspec] = ACTIONS(1691), - [anon_sym___based] = ACTIONS(1691), - [anon_sym___cdecl] = ACTIONS(1691), - [anon_sym___clrcall] = ACTIONS(1691), - [anon_sym___stdcall] = ACTIONS(1691), - [anon_sym___fastcall] = ACTIONS(1691), - [anon_sym___thiscall] = ACTIONS(1691), - [anon_sym___vectorcall] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1693), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_static] = ACTIONS(1691), - [anon_sym_register] = ACTIONS(1691), - [anon_sym_inline] = ACTIONS(1691), - [anon_sym_thread_local] = ACTIONS(1691), - [anon_sym_const] = ACTIONS(1691), - [anon_sym_volatile] = ACTIONS(1691), - [anon_sym_restrict] = ACTIONS(1691), - [anon_sym__Atomic] = ACTIONS(1691), - [anon_sym_mutable] = ACTIONS(1691), - [anon_sym_constexpr] = ACTIONS(1691), - [anon_sym_signed] = ACTIONS(1691), - [anon_sym_unsigned] = ACTIONS(1691), - [anon_sym_long] = ACTIONS(1691), - [anon_sym_short] = ACTIONS(1691), - [sym_primitive_type] = ACTIONS(1691), - [anon_sym_enum] = ACTIONS(1691), - [anon_sym_class] = ACTIONS(1691), - [anon_sym_struct] = ACTIONS(1691), - [anon_sym_union] = ACTIONS(1691), - [anon_sym_if] = ACTIONS(1691), - [anon_sym_else] = ACTIONS(1691), - [anon_sym_switch] = ACTIONS(1691), - [anon_sym_case] = ACTIONS(1691), - [anon_sym_default] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1691), - [anon_sym_do] = ACTIONS(1691), - [anon_sym_for] = ACTIONS(1691), - [anon_sym_return] = ACTIONS(1691), - [anon_sym_break] = ACTIONS(1691), - [anon_sym_continue] = ACTIONS(1691), - [anon_sym_goto] = ACTIONS(1691), - [anon_sym_DASH_DASH] = ACTIONS(1693), - [anon_sym_PLUS_PLUS] = ACTIONS(1693), - [anon_sym_sizeof] = ACTIONS(1691), - [sym_number_literal] = ACTIONS(1693), - [anon_sym_L_SQUOTE] = ACTIONS(1693), - [anon_sym_u_SQUOTE] = ACTIONS(1693), - [anon_sym_U_SQUOTE] = ACTIONS(1693), - [anon_sym_u8_SQUOTE] = ACTIONS(1693), - [anon_sym_SQUOTE] = ACTIONS(1693), - [anon_sym_L_DQUOTE] = ACTIONS(1693), - [anon_sym_u_DQUOTE] = ACTIONS(1693), - [anon_sym_U_DQUOTE] = ACTIONS(1693), - [anon_sym_u8_DQUOTE] = ACTIONS(1693), - [anon_sym_DQUOTE] = ACTIONS(1693), - [sym_true] = ACTIONS(1691), - [sym_false] = ACTIONS(1691), - [sym_null] = ACTIONS(1691), + [308] = { + [ts_builtin_sym_end] = ACTIONS(1535), + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1691), - [anon_sym_virtual] = ACTIONS(1691), - [anon_sym_explicit] = ACTIONS(1691), - [sym_auto] = ACTIONS(1691), - [anon_sym_typename] = ACTIONS(1691), - [anon_sym_template] = ACTIONS(1691), - [anon_sym_operator] = ACTIONS(1691), - [anon_sym_delete] = ACTIONS(1691), - [anon_sym_throw] = ACTIONS(1691), - [anon_sym_namespace] = ACTIONS(1691), - [anon_sym_using] = ACTIONS(1691), - [anon_sym_static_assert] = ACTIONS(1691), - [anon_sym_co_return] = ACTIONS(1691), - [anon_sym_co_yield] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1691), - [anon_sym_co_await] = ACTIONS(1691), - [anon_sym_new] = ACTIONS(1691), - [sym_this] = ACTIONS(1691), - [sym_nullptr] = ACTIONS(1691), - [sym_alone_macro] = ACTIONS(1693), - [aux_sym_alone_macro_call_token1] = ACTIONS(1691), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_FORWARD] = ACTIONS(1691), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_PS_GET] = ACTIONS(1691), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), - [anon_sym_MOZ_COLD] = ACTIONS(1691), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_RAII] = ACTIONS(1691), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), - [sym_raw_string_literal] = ACTIONS(1693), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [356] = { - [ts_builtin_sym_end] = ACTIONS(1518), - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), + [309] = { + [ts_builtin_sym_end] = ACTIONS(1651), + [sym_identifier] = ACTIONS(1649), + [aux_sym_preproc_include_token1] = ACTIONS(1649), + [aux_sym_preproc_def_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), + [sym_preproc_directive] = ACTIONS(1649), + [anon_sym_LPAREN2] = ACTIONS(1651), + [anon_sym_BANG] = ACTIONS(1651), + [anon_sym_TILDE] = ACTIONS(1651), + [anon_sym_DASH] = ACTIONS(1649), + [anon_sym_PLUS] = ACTIONS(1649), + [anon_sym_STAR] = ACTIONS(1651), + [anon_sym_AMP_AMP] = ACTIONS(1651), + [anon_sym_AMP] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_typedef] = ACTIONS(1649), + [anon_sym_extern] = ACTIONS(1649), + [anon_sym___attribute__] = ACTIONS(1649), + [anon_sym_COLON_COLON] = ACTIONS(1651), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), + [anon_sym___declspec] = ACTIONS(1649), + [anon_sym___based] = ACTIONS(1649), + [anon_sym___cdecl] = ACTIONS(1649), + [anon_sym___clrcall] = ACTIONS(1649), + [anon_sym___stdcall] = ACTIONS(1649), + [anon_sym___fastcall] = ACTIONS(1649), + [anon_sym___thiscall] = ACTIONS(1649), + [anon_sym___vectorcall] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(1651), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_static] = ACTIONS(1649), + [anon_sym_register] = ACTIONS(1649), + [anon_sym_inline] = ACTIONS(1649), + [anon_sym_thread_local] = ACTIONS(1649), + [anon_sym_const] = ACTIONS(1649), + [anon_sym_volatile] = ACTIONS(1649), + [anon_sym_restrict] = ACTIONS(1649), + [anon_sym__Atomic] = ACTIONS(1649), + [anon_sym_mutable] = ACTIONS(1649), + [anon_sym_constexpr] = ACTIONS(1649), + [anon_sym_signed] = ACTIONS(1649), + [anon_sym_unsigned] = ACTIONS(1649), + [anon_sym_long] = ACTIONS(1649), + [anon_sym_short] = ACTIONS(1649), + [sym_primitive_type] = ACTIONS(1649), + [anon_sym_enum] = ACTIONS(1649), + [anon_sym_class] = ACTIONS(1649), + [anon_sym_struct] = ACTIONS(1649), + [anon_sym_union] = ACTIONS(1649), + [anon_sym_if] = ACTIONS(1649), + [anon_sym_else] = ACTIONS(1649), + [anon_sym_switch] = ACTIONS(1649), + [anon_sym_case] = ACTIONS(1649), + [anon_sym_default] = ACTIONS(1649), + [anon_sym_while] = ACTIONS(1649), + [anon_sym_do] = ACTIONS(1649), + [anon_sym_for] = ACTIONS(1649), + [anon_sym_return] = ACTIONS(1649), + [anon_sym_break] = ACTIONS(1649), + [anon_sym_continue] = ACTIONS(1649), + [anon_sym_goto] = ACTIONS(1649), + [anon_sym_DASH_DASH] = ACTIONS(1651), + [anon_sym_PLUS_PLUS] = ACTIONS(1651), + [anon_sym_sizeof] = ACTIONS(1649), + [sym_number_literal] = ACTIONS(1651), + [anon_sym_L_SQUOTE] = ACTIONS(1651), + [anon_sym_u_SQUOTE] = ACTIONS(1651), + [anon_sym_U_SQUOTE] = ACTIONS(1651), + [anon_sym_u8_SQUOTE] = ACTIONS(1651), + [anon_sym_SQUOTE] = ACTIONS(1651), + [anon_sym_L_DQUOTE] = ACTIONS(1651), + [anon_sym_u_DQUOTE] = ACTIONS(1651), + [anon_sym_U_DQUOTE] = ACTIONS(1651), + [anon_sym_u8_DQUOTE] = ACTIONS(1651), + [anon_sym_DQUOTE] = ACTIONS(1651), + [sym_true] = ACTIONS(1649), + [sym_false] = ACTIONS(1649), + [sym_null] = ACTIONS(1649), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1649), + [anon_sym_virtual] = ACTIONS(1649), + [anon_sym_explicit] = ACTIONS(1649), + [sym_auto] = ACTIONS(1649), + [anon_sym_typename] = ACTIONS(1649), + [anon_sym_template] = ACTIONS(1649), + [anon_sym_operator] = ACTIONS(1649), + [anon_sym_delete] = ACTIONS(1649), + [anon_sym_throw] = ACTIONS(1649), + [anon_sym_namespace] = ACTIONS(1649), + [anon_sym_using] = ACTIONS(1649), + [anon_sym_static_assert] = ACTIONS(1649), + [anon_sym_co_return] = ACTIONS(1649), + [anon_sym_co_yield] = ACTIONS(1649), + [anon_sym_try] = ACTIONS(1649), + [anon_sym_co_await] = ACTIONS(1649), + [anon_sym_new] = ACTIONS(1649), + [sym_this] = ACTIONS(1649), + [sym_nullptr] = ACTIONS(1649), + [sym_alone_macro] = ACTIONS(1651), + [aux_sym_alone_macro_call_token1] = ACTIONS(1649), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_FORWARD] = ACTIONS(1649), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_PS_GET] = ACTIONS(1649), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), + [anon_sym_MOZ_COLD] = ACTIONS(1649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_RAII] = ACTIONS(1649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), + [sym_raw_string_literal] = ACTIONS(1651), }, - [357] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), + [310] = { + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP_AMP] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_COLON_COLON] = ACTIONS(1539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___based] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym_mutable] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_class] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), + [anon_sym_decltype] = ACTIONS(1537), + [anon_sym_virtual] = ACTIONS(1537), + [anon_sym_explicit] = ACTIONS(1537), + [sym_auto] = ACTIONS(1537), + [anon_sym_typename] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(1537), + [anon_sym_operator] = ACTIONS(1537), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_throw] = ACTIONS(1537), + [anon_sym_namespace] = ACTIONS(1537), + [anon_sym_using] = ACTIONS(1537), + [anon_sym_static_assert] = ACTIONS(1537), + [anon_sym_co_return] = ACTIONS(1537), + [anon_sym_co_yield] = ACTIONS(1537), + [anon_sym_try] = ACTIONS(1537), + [anon_sym_co_await] = ACTIONS(1537), + [anon_sym_new] = ACTIONS(1537), + [sym_this] = ACTIONS(1537), + [sym_nullptr] = ACTIONS(1537), + [sym_alone_macro] = ACTIONS(1539), + [aux_sym_alone_macro_call_token1] = ACTIONS(1537), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_FORWARD] = ACTIONS(1537), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_PS_GET] = ACTIONS(1537), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), + [anon_sym_MOZ_COLD] = ACTIONS(1537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_RAII] = ACTIONS(1537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), + [sym_raw_string_literal] = ACTIONS(1539), }, - [358] = { - [sym_identifier] = ACTIONS(1585), - [aux_sym_preproc_include_token1] = ACTIONS(1585), - [aux_sym_preproc_def_token1] = ACTIONS(1585), - [aux_sym_preproc_if_token1] = ACTIONS(1585), - [aux_sym_preproc_if_token2] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), - [sym_preproc_directive] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1587), - [anon_sym_TILDE] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_AMP_AMP] = ACTIONS(1587), - [anon_sym_AMP] = ACTIONS(1585), - [anon_sym_SEMI] = ACTIONS(1587), - [anon_sym_typedef] = ACTIONS(1585), - [anon_sym_extern] = ACTIONS(1585), - [anon_sym___attribute__] = ACTIONS(1585), - [anon_sym_COLON_COLON] = ACTIONS(1587), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), - [anon_sym___declspec] = ACTIONS(1585), - [anon_sym___based] = ACTIONS(1585), - [anon_sym___cdecl] = ACTIONS(1585), - [anon_sym___clrcall] = ACTIONS(1585), - [anon_sym___stdcall] = ACTIONS(1585), - [anon_sym___fastcall] = ACTIONS(1585), - [anon_sym___thiscall] = ACTIONS(1585), - [anon_sym___vectorcall] = ACTIONS(1585), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_LBRACK] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1585), - [anon_sym_register] = ACTIONS(1585), - [anon_sym_inline] = ACTIONS(1585), - [anon_sym_thread_local] = ACTIONS(1585), - [anon_sym_const] = ACTIONS(1585), - [anon_sym_volatile] = ACTIONS(1585), - [anon_sym_restrict] = ACTIONS(1585), - [anon_sym__Atomic] = ACTIONS(1585), - [anon_sym_mutable] = ACTIONS(1585), - [anon_sym_constexpr] = ACTIONS(1585), - [anon_sym_signed] = ACTIONS(1585), - [anon_sym_unsigned] = ACTIONS(1585), - [anon_sym_long] = ACTIONS(1585), - [anon_sym_short] = ACTIONS(1585), - [sym_primitive_type] = ACTIONS(1585), - [anon_sym_enum] = ACTIONS(1585), - [anon_sym_class] = ACTIONS(1585), - [anon_sym_struct] = ACTIONS(1585), - [anon_sym_union] = ACTIONS(1585), - [anon_sym_if] = ACTIONS(1585), - [anon_sym_else] = ACTIONS(1585), - [anon_sym_switch] = ACTIONS(1585), - [anon_sym_case] = ACTIONS(1585), - [anon_sym_default] = ACTIONS(1585), - [anon_sym_while] = ACTIONS(1585), - [anon_sym_do] = ACTIONS(1585), - [anon_sym_for] = ACTIONS(1585), - [anon_sym_return] = ACTIONS(1585), - [anon_sym_break] = ACTIONS(1585), - [anon_sym_continue] = ACTIONS(1585), - [anon_sym_goto] = ACTIONS(1585), - [anon_sym_DASH_DASH] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_sizeof] = ACTIONS(1585), - [sym_number_literal] = ACTIONS(1587), - [anon_sym_L_SQUOTE] = ACTIONS(1587), - [anon_sym_u_SQUOTE] = ACTIONS(1587), - [anon_sym_U_SQUOTE] = ACTIONS(1587), - [anon_sym_u8_SQUOTE] = ACTIONS(1587), - [anon_sym_SQUOTE] = ACTIONS(1587), - [anon_sym_L_DQUOTE] = ACTIONS(1587), - [anon_sym_u_DQUOTE] = ACTIONS(1587), - [anon_sym_U_DQUOTE] = ACTIONS(1587), - [anon_sym_u8_DQUOTE] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1585), + [311] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1585), - [anon_sym_virtual] = ACTIONS(1585), - [anon_sym_explicit] = ACTIONS(1585), - [sym_auto] = ACTIONS(1585), - [anon_sym_typename] = ACTIONS(1585), - [anon_sym_template] = ACTIONS(1585), - [anon_sym_operator] = ACTIONS(1585), - [anon_sym_delete] = ACTIONS(1585), - [anon_sym_throw] = ACTIONS(1585), - [anon_sym_namespace] = ACTIONS(1585), - [anon_sym_using] = ACTIONS(1585), - [anon_sym_static_assert] = ACTIONS(1585), - [anon_sym_co_return] = ACTIONS(1585), - [anon_sym_co_yield] = ACTIONS(1585), - [anon_sym_try] = ACTIONS(1585), - [anon_sym_co_await] = ACTIONS(1585), - [anon_sym_new] = ACTIONS(1585), - [sym_this] = ACTIONS(1585), - [sym_nullptr] = ACTIONS(1585), - [sym_alone_macro] = ACTIONS(1587), - [aux_sym_alone_macro_call_token1] = ACTIONS(1585), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_FORWARD] = ACTIONS(1585), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_PS_GET] = ACTIONS(1585), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), - [anon_sym_MOZ_COLD] = ACTIONS(1585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_RAII] = ACTIONS(1585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), - [sym_raw_string_literal] = ACTIONS(1587), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [359] = { + [312] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -102918,1400 +93990,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [360] = { - [sym_identifier] = ACTIONS(1589), - [aux_sym_preproc_include_token1] = ACTIONS(1589), - [aux_sym_preproc_def_token1] = ACTIONS(1589), - [aux_sym_preproc_if_token1] = ACTIONS(1589), - [aux_sym_preproc_if_token2] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), - [sym_preproc_directive] = ACTIONS(1589), - [anon_sym_LPAREN2] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_AMP_AMP] = ACTIONS(1591), - [anon_sym_AMP] = ACTIONS(1589), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym___attribute__] = ACTIONS(1589), - [anon_sym_COLON_COLON] = ACTIONS(1591), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), - [anon_sym___declspec] = ACTIONS(1589), - [anon_sym___based] = ACTIONS(1589), - [anon_sym___cdecl] = ACTIONS(1589), - [anon_sym___clrcall] = ACTIONS(1589), - [anon_sym___stdcall] = ACTIONS(1589), - [anon_sym___fastcall] = ACTIONS(1589), - [anon_sym___thiscall] = ACTIONS(1589), - [anon_sym___vectorcall] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_LBRACK] = ACTIONS(1589), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_thread_local] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym__Atomic] = ACTIONS(1589), - [anon_sym_mutable] = ACTIONS(1589), - [anon_sym_constexpr] = ACTIONS(1589), - [anon_sym_signed] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_class] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_else] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_case] = ACTIONS(1589), - [anon_sym_default] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1591), - [anon_sym_L_SQUOTE] = ACTIONS(1591), - [anon_sym_u_SQUOTE] = ACTIONS(1591), - [anon_sym_U_SQUOTE] = ACTIONS(1591), - [anon_sym_u8_SQUOTE] = ACTIONS(1591), - [anon_sym_SQUOTE] = ACTIONS(1591), - [anon_sym_L_DQUOTE] = ACTIONS(1591), - [anon_sym_u_DQUOTE] = ACTIONS(1591), - [anon_sym_U_DQUOTE] = ACTIONS(1591), - [anon_sym_u8_DQUOTE] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym_true] = ACTIONS(1589), - [sym_false] = ACTIONS(1589), - [sym_null] = ACTIONS(1589), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1589), - [anon_sym_virtual] = ACTIONS(1589), - [anon_sym_explicit] = ACTIONS(1589), - [sym_auto] = ACTIONS(1589), - [anon_sym_typename] = ACTIONS(1589), - [anon_sym_template] = ACTIONS(1589), - [anon_sym_operator] = ACTIONS(1589), - [anon_sym_delete] = ACTIONS(1589), - [anon_sym_throw] = ACTIONS(1589), - [anon_sym_namespace] = ACTIONS(1589), - [anon_sym_using] = ACTIONS(1589), - [anon_sym_static_assert] = ACTIONS(1589), - [anon_sym_co_return] = ACTIONS(1589), - [anon_sym_co_yield] = ACTIONS(1589), - [anon_sym_try] = ACTIONS(1589), - [anon_sym_co_await] = ACTIONS(1589), - [anon_sym_new] = ACTIONS(1589), - [sym_this] = ACTIONS(1589), - [sym_nullptr] = ACTIONS(1589), - [sym_alone_macro] = ACTIONS(1591), - [aux_sym_alone_macro_call_token1] = ACTIONS(1589), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_FORWARD] = ACTIONS(1589), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_PS_GET] = ACTIONS(1589), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), - [anon_sym_MOZ_COLD] = ACTIONS(1589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_RAII] = ACTIONS(1589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), - [sym_raw_string_literal] = ACTIONS(1591), - }, - [361] = { - [sym_identifier] = ACTIONS(1593), - [aux_sym_preproc_include_token1] = ACTIONS(1593), - [aux_sym_preproc_def_token1] = ACTIONS(1593), - [aux_sym_preproc_if_token1] = ACTIONS(1593), - [aux_sym_preproc_if_token2] = ACTIONS(1593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), - [sym_preproc_directive] = ACTIONS(1593), - [anon_sym_LPAREN2] = ACTIONS(1595), - [anon_sym_BANG] = ACTIONS(1595), - [anon_sym_TILDE] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1593), - [anon_sym_PLUS] = ACTIONS(1593), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_AMP_AMP] = ACTIONS(1595), - [anon_sym_AMP] = ACTIONS(1593), - [anon_sym_SEMI] = ACTIONS(1595), - [anon_sym_typedef] = ACTIONS(1593), - [anon_sym_extern] = ACTIONS(1593), - [anon_sym___attribute__] = ACTIONS(1593), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), - [anon_sym___declspec] = ACTIONS(1593), - [anon_sym___based] = ACTIONS(1593), - [anon_sym___cdecl] = ACTIONS(1593), - [anon_sym___clrcall] = ACTIONS(1593), - [anon_sym___stdcall] = ACTIONS(1593), - [anon_sym___fastcall] = ACTIONS(1593), - [anon_sym___thiscall] = ACTIONS(1593), - [anon_sym___vectorcall] = ACTIONS(1593), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1593), - [anon_sym_static] = ACTIONS(1593), - [anon_sym_register] = ACTIONS(1593), - [anon_sym_inline] = ACTIONS(1593), - [anon_sym_thread_local] = ACTIONS(1593), - [anon_sym_const] = ACTIONS(1593), - [anon_sym_volatile] = ACTIONS(1593), - [anon_sym_restrict] = ACTIONS(1593), - [anon_sym__Atomic] = ACTIONS(1593), - [anon_sym_mutable] = ACTIONS(1593), - [anon_sym_constexpr] = ACTIONS(1593), - [anon_sym_signed] = ACTIONS(1593), - [anon_sym_unsigned] = ACTIONS(1593), - [anon_sym_long] = ACTIONS(1593), - [anon_sym_short] = ACTIONS(1593), - [sym_primitive_type] = ACTIONS(1593), - [anon_sym_enum] = ACTIONS(1593), - [anon_sym_class] = ACTIONS(1593), - [anon_sym_struct] = ACTIONS(1593), - [anon_sym_union] = ACTIONS(1593), - [anon_sym_if] = ACTIONS(1593), - [anon_sym_else] = ACTIONS(1593), - [anon_sym_switch] = ACTIONS(1593), - [anon_sym_case] = ACTIONS(1593), - [anon_sym_default] = ACTIONS(1593), - [anon_sym_while] = ACTIONS(1593), - [anon_sym_do] = ACTIONS(1593), - [anon_sym_for] = ACTIONS(1593), - [anon_sym_return] = ACTIONS(1593), - [anon_sym_break] = ACTIONS(1593), - [anon_sym_continue] = ACTIONS(1593), - [anon_sym_goto] = ACTIONS(1593), - [anon_sym_DASH_DASH] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_sizeof] = ACTIONS(1593), - [sym_number_literal] = ACTIONS(1595), - [anon_sym_L_SQUOTE] = ACTIONS(1595), - [anon_sym_u_SQUOTE] = ACTIONS(1595), - [anon_sym_U_SQUOTE] = ACTIONS(1595), - [anon_sym_u8_SQUOTE] = ACTIONS(1595), - [anon_sym_SQUOTE] = ACTIONS(1595), - [anon_sym_L_DQUOTE] = ACTIONS(1595), - [anon_sym_u_DQUOTE] = ACTIONS(1595), - [anon_sym_U_DQUOTE] = ACTIONS(1595), - [anon_sym_u8_DQUOTE] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym_true] = ACTIONS(1593), - [sym_false] = ACTIONS(1593), - [sym_null] = ACTIONS(1593), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1593), - [anon_sym_virtual] = ACTIONS(1593), - [anon_sym_explicit] = ACTIONS(1593), - [sym_auto] = ACTIONS(1593), - [anon_sym_typename] = ACTIONS(1593), - [anon_sym_template] = ACTIONS(1593), - [anon_sym_operator] = ACTIONS(1593), - [anon_sym_delete] = ACTIONS(1593), - [anon_sym_throw] = ACTIONS(1593), - [anon_sym_namespace] = ACTIONS(1593), - [anon_sym_using] = ACTIONS(1593), - [anon_sym_static_assert] = ACTIONS(1593), - [anon_sym_co_return] = ACTIONS(1593), - [anon_sym_co_yield] = ACTIONS(1593), - [anon_sym_try] = ACTIONS(1593), - [anon_sym_co_await] = ACTIONS(1593), - [anon_sym_new] = ACTIONS(1593), - [sym_this] = ACTIONS(1593), - [sym_nullptr] = ACTIONS(1593), - [sym_alone_macro] = ACTIONS(1595), - [aux_sym_alone_macro_call_token1] = ACTIONS(1593), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_FORWARD] = ACTIONS(1593), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_PS_GET] = ACTIONS(1593), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), - [anon_sym_MOZ_COLD] = ACTIONS(1593), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_RAII] = ACTIONS(1593), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), - [sym_raw_string_literal] = ACTIONS(1595), - }, - [362] = { - [sym_identifier] = ACTIONS(1609), - [aux_sym_preproc_include_token1] = ACTIONS(1609), - [aux_sym_preproc_def_token1] = ACTIONS(1609), - [aux_sym_preproc_if_token1] = ACTIONS(1609), - [aux_sym_preproc_if_token2] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), - [sym_preproc_directive] = ACTIONS(1609), - [anon_sym_LPAREN2] = ACTIONS(1611), - [anon_sym_BANG] = ACTIONS(1611), - [anon_sym_TILDE] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1609), - [anon_sym_PLUS] = ACTIONS(1609), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_AMP_AMP] = ACTIONS(1611), - [anon_sym_AMP] = ACTIONS(1609), - [anon_sym_SEMI] = ACTIONS(1611), - [anon_sym_typedef] = ACTIONS(1609), - [anon_sym_extern] = ACTIONS(1609), - [anon_sym___attribute__] = ACTIONS(1609), - [anon_sym_COLON_COLON] = ACTIONS(1611), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), - [anon_sym___declspec] = ACTIONS(1609), - [anon_sym___based] = ACTIONS(1609), - [anon_sym___cdecl] = ACTIONS(1609), - [anon_sym___clrcall] = ACTIONS(1609), - [anon_sym___stdcall] = ACTIONS(1609), - [anon_sym___fastcall] = ACTIONS(1609), - [anon_sym___thiscall] = ACTIONS(1609), - [anon_sym___vectorcall] = ACTIONS(1609), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_LBRACK] = ACTIONS(1609), - [anon_sym_static] = ACTIONS(1609), - [anon_sym_register] = ACTIONS(1609), - [anon_sym_inline] = ACTIONS(1609), - [anon_sym_thread_local] = ACTIONS(1609), - [anon_sym_const] = ACTIONS(1609), - [anon_sym_volatile] = ACTIONS(1609), - [anon_sym_restrict] = ACTIONS(1609), - [anon_sym__Atomic] = ACTIONS(1609), - [anon_sym_mutable] = ACTIONS(1609), - [anon_sym_constexpr] = ACTIONS(1609), - [anon_sym_signed] = ACTIONS(1609), - [anon_sym_unsigned] = ACTIONS(1609), - [anon_sym_long] = ACTIONS(1609), - [anon_sym_short] = ACTIONS(1609), - [sym_primitive_type] = ACTIONS(1609), - [anon_sym_enum] = ACTIONS(1609), - [anon_sym_class] = ACTIONS(1609), - [anon_sym_struct] = ACTIONS(1609), - [anon_sym_union] = ACTIONS(1609), - [anon_sym_if] = ACTIONS(1609), - [anon_sym_else] = ACTIONS(1609), - [anon_sym_switch] = ACTIONS(1609), - [anon_sym_case] = ACTIONS(1609), - [anon_sym_default] = ACTIONS(1609), - [anon_sym_while] = ACTIONS(1609), - [anon_sym_do] = ACTIONS(1609), - [anon_sym_for] = ACTIONS(1609), - [anon_sym_return] = ACTIONS(1609), - [anon_sym_break] = ACTIONS(1609), - [anon_sym_continue] = ACTIONS(1609), - [anon_sym_goto] = ACTIONS(1609), - [anon_sym_DASH_DASH] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_sizeof] = ACTIONS(1609), - [sym_number_literal] = ACTIONS(1611), - [anon_sym_L_SQUOTE] = ACTIONS(1611), - [anon_sym_u_SQUOTE] = ACTIONS(1611), - [anon_sym_U_SQUOTE] = ACTIONS(1611), - [anon_sym_u8_SQUOTE] = ACTIONS(1611), - [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_L_DQUOTE] = ACTIONS(1611), - [anon_sym_u_DQUOTE] = ACTIONS(1611), - [anon_sym_U_DQUOTE] = ACTIONS(1611), - [anon_sym_u8_DQUOTE] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym_true] = ACTIONS(1609), - [sym_false] = ACTIONS(1609), - [sym_null] = ACTIONS(1609), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1609), - [anon_sym_virtual] = ACTIONS(1609), - [anon_sym_explicit] = ACTIONS(1609), - [sym_auto] = ACTIONS(1609), - [anon_sym_typename] = ACTIONS(1609), - [anon_sym_template] = ACTIONS(1609), - [anon_sym_operator] = ACTIONS(1609), - [anon_sym_delete] = ACTIONS(1609), - [anon_sym_throw] = ACTIONS(1609), - [anon_sym_namespace] = ACTIONS(1609), - [anon_sym_using] = ACTIONS(1609), - [anon_sym_static_assert] = ACTIONS(1609), - [anon_sym_co_return] = ACTIONS(1609), - [anon_sym_co_yield] = ACTIONS(1609), - [anon_sym_try] = ACTIONS(1609), - [anon_sym_co_await] = ACTIONS(1609), - [anon_sym_new] = ACTIONS(1609), - [sym_this] = ACTIONS(1609), - [sym_nullptr] = ACTIONS(1609), - [sym_alone_macro] = ACTIONS(1611), - [aux_sym_alone_macro_call_token1] = ACTIONS(1609), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_FORWARD] = ACTIONS(1609), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_PS_GET] = ACTIONS(1609), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), - [anon_sym_MOZ_COLD] = ACTIONS(1609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_RAII] = ACTIONS(1609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), - [sym_raw_string_literal] = ACTIONS(1611), - }, - [363] = { - [sym_identifier] = ACTIONS(1617), - [aux_sym_preproc_include_token1] = ACTIONS(1617), - [aux_sym_preproc_def_token1] = ACTIONS(1617), - [aux_sym_preproc_if_token1] = ACTIONS(1617), - [aux_sym_preproc_if_token2] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1617), - [sym_preproc_directive] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(1619), - [anon_sym_BANG] = ACTIONS(1619), - [anon_sym_TILDE] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1617), - [anon_sym_PLUS] = ACTIONS(1617), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1617), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_typedef] = ACTIONS(1617), - [anon_sym_extern] = ACTIONS(1617), - [anon_sym___attribute__] = ACTIONS(1617), - [anon_sym_COLON_COLON] = ACTIONS(1619), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1619), - [anon_sym___declspec] = ACTIONS(1617), - [anon_sym___based] = ACTIONS(1617), - [anon_sym___cdecl] = ACTIONS(1617), - [anon_sym___clrcall] = ACTIONS(1617), - [anon_sym___stdcall] = ACTIONS(1617), - [anon_sym___fastcall] = ACTIONS(1617), - [anon_sym___thiscall] = ACTIONS(1617), - [anon_sym___vectorcall] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1617), - [anon_sym_static] = ACTIONS(1617), - [anon_sym_register] = ACTIONS(1617), - [anon_sym_inline] = ACTIONS(1617), - [anon_sym_thread_local] = ACTIONS(1617), - [anon_sym_const] = ACTIONS(1617), - [anon_sym_volatile] = ACTIONS(1617), - [anon_sym_restrict] = ACTIONS(1617), - [anon_sym__Atomic] = ACTIONS(1617), - [anon_sym_mutable] = ACTIONS(1617), - [anon_sym_constexpr] = ACTIONS(1617), - [anon_sym_signed] = ACTIONS(1617), - [anon_sym_unsigned] = ACTIONS(1617), - [anon_sym_long] = ACTIONS(1617), - [anon_sym_short] = ACTIONS(1617), - [sym_primitive_type] = ACTIONS(1617), - [anon_sym_enum] = ACTIONS(1617), - [anon_sym_class] = ACTIONS(1617), - [anon_sym_struct] = ACTIONS(1617), - [anon_sym_union] = ACTIONS(1617), - [anon_sym_if] = ACTIONS(1617), - [anon_sym_else] = ACTIONS(1617), - [anon_sym_switch] = ACTIONS(1617), - [anon_sym_case] = ACTIONS(1617), - [anon_sym_default] = ACTIONS(1617), - [anon_sym_while] = ACTIONS(1617), - [anon_sym_do] = ACTIONS(1617), - [anon_sym_for] = ACTIONS(1617), - [anon_sym_return] = ACTIONS(1617), - [anon_sym_break] = ACTIONS(1617), - [anon_sym_continue] = ACTIONS(1617), - [anon_sym_goto] = ACTIONS(1617), - [anon_sym_DASH_DASH] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_sizeof] = ACTIONS(1617), - [sym_number_literal] = ACTIONS(1619), - [anon_sym_L_SQUOTE] = ACTIONS(1619), - [anon_sym_u_SQUOTE] = ACTIONS(1619), - [anon_sym_U_SQUOTE] = ACTIONS(1619), - [anon_sym_u8_SQUOTE] = ACTIONS(1619), - [anon_sym_SQUOTE] = ACTIONS(1619), - [anon_sym_L_DQUOTE] = ACTIONS(1619), - [anon_sym_u_DQUOTE] = ACTIONS(1619), - [anon_sym_U_DQUOTE] = ACTIONS(1619), - [anon_sym_u8_DQUOTE] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_true] = ACTIONS(1617), - [sym_false] = ACTIONS(1617), - [sym_null] = ACTIONS(1617), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1617), - [anon_sym_virtual] = ACTIONS(1617), - [anon_sym_explicit] = ACTIONS(1617), - [sym_auto] = ACTIONS(1617), - [anon_sym_typename] = ACTIONS(1617), - [anon_sym_template] = ACTIONS(1617), - [anon_sym_operator] = ACTIONS(1617), - [anon_sym_delete] = ACTIONS(1617), - [anon_sym_throw] = ACTIONS(1617), - [anon_sym_namespace] = ACTIONS(1617), - [anon_sym_using] = ACTIONS(1617), - [anon_sym_static_assert] = ACTIONS(1617), - [anon_sym_co_return] = ACTIONS(1617), - [anon_sym_co_yield] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(1617), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1617), - [sym_this] = ACTIONS(1617), - [sym_nullptr] = ACTIONS(1617), - [sym_alone_macro] = ACTIONS(1619), - [aux_sym_alone_macro_call_token1] = ACTIONS(1617), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_FORWARD] = ACTIONS(1617), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1617), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_PS_GET] = ACTIONS(1617), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1617), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1617), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1617), - [anon_sym_MOZ_COLD] = ACTIONS(1617), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1617), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1617), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1617), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1617), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1617), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1617), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1617), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1617), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1617), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1617), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1617), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1617), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_RAII] = ACTIONS(1617), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1617), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1617), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1617), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1617), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1617), - [sym_raw_string_literal] = ACTIONS(1619), - }, - [364] = { - [sym_identifier] = ACTIONS(1633), - [aux_sym_preproc_include_token1] = ACTIONS(1633), - [aux_sym_preproc_def_token1] = ACTIONS(1633), - [aux_sym_preproc_if_token1] = ACTIONS(1633), - [aux_sym_preproc_if_token2] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), - [sym_preproc_directive] = ACTIONS(1633), - [anon_sym_LPAREN2] = ACTIONS(1635), - [anon_sym_BANG] = ACTIONS(1635), - [anon_sym_TILDE] = ACTIONS(1635), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1635), - [anon_sym_AMP_AMP] = ACTIONS(1635), - [anon_sym_AMP] = ACTIONS(1633), - [anon_sym_SEMI] = ACTIONS(1635), - [anon_sym_typedef] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), - [anon_sym___declspec] = ACTIONS(1633), - [anon_sym___based] = ACTIONS(1633), - [anon_sym___cdecl] = ACTIONS(1633), - [anon_sym___clrcall] = ACTIONS(1633), - [anon_sym___stdcall] = ACTIONS(1633), - [anon_sym___fastcall] = ACTIONS(1633), - [anon_sym___thiscall] = ACTIONS(1633), - [anon_sym___vectorcall] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_static] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_inline] = ACTIONS(1633), - [anon_sym_thread_local] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [anon_sym_volatile] = ACTIONS(1633), - [anon_sym_restrict] = ACTIONS(1633), - [anon_sym__Atomic] = ACTIONS(1633), - [anon_sym_mutable] = ACTIONS(1633), - [anon_sym_constexpr] = ACTIONS(1633), - [anon_sym_signed] = ACTIONS(1633), - [anon_sym_unsigned] = ACTIONS(1633), - [anon_sym_long] = ACTIONS(1633), - [anon_sym_short] = ACTIONS(1633), - [sym_primitive_type] = ACTIONS(1633), - [anon_sym_enum] = ACTIONS(1633), - [anon_sym_class] = ACTIONS(1633), - [anon_sym_struct] = ACTIONS(1633), - [anon_sym_union] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_else] = ACTIONS(1633), - [anon_sym_switch] = ACTIONS(1633), - [anon_sym_case] = ACTIONS(1633), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_goto] = ACTIONS(1633), - [anon_sym_DASH_DASH] = ACTIONS(1635), - [anon_sym_PLUS_PLUS] = ACTIONS(1635), - [anon_sym_sizeof] = ACTIONS(1633), - [sym_number_literal] = ACTIONS(1635), - [anon_sym_L_SQUOTE] = ACTIONS(1635), - [anon_sym_u_SQUOTE] = ACTIONS(1635), - [anon_sym_U_SQUOTE] = ACTIONS(1635), - [anon_sym_u8_SQUOTE] = ACTIONS(1635), - [anon_sym_SQUOTE] = ACTIONS(1635), - [anon_sym_L_DQUOTE] = ACTIONS(1635), - [anon_sym_u_DQUOTE] = ACTIONS(1635), - [anon_sym_U_DQUOTE] = ACTIONS(1635), - [anon_sym_u8_DQUOTE] = ACTIONS(1635), - [anon_sym_DQUOTE] = ACTIONS(1635), - [sym_true] = ACTIONS(1633), - [sym_false] = ACTIONS(1633), - [sym_null] = ACTIONS(1633), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1633), - [anon_sym_virtual] = ACTIONS(1633), - [anon_sym_explicit] = ACTIONS(1633), - [sym_auto] = ACTIONS(1633), - [anon_sym_typename] = ACTIONS(1633), - [anon_sym_template] = ACTIONS(1633), - [anon_sym_operator] = ACTIONS(1633), - [anon_sym_delete] = ACTIONS(1633), - [anon_sym_throw] = ACTIONS(1633), - [anon_sym_namespace] = ACTIONS(1633), - [anon_sym_using] = ACTIONS(1633), - [anon_sym_static_assert] = ACTIONS(1633), - [anon_sym_co_return] = ACTIONS(1633), - [anon_sym_co_yield] = ACTIONS(1633), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_co_await] = ACTIONS(1633), - [anon_sym_new] = ACTIONS(1633), - [sym_this] = ACTIONS(1633), - [sym_nullptr] = ACTIONS(1633), - [sym_alone_macro] = ACTIONS(1635), - [aux_sym_alone_macro_call_token1] = ACTIONS(1633), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_FORWARD] = ACTIONS(1633), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_PS_GET] = ACTIONS(1633), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), - [anon_sym_MOZ_COLD] = ACTIONS(1633), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_RAII] = ACTIONS(1633), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), - [sym_raw_string_literal] = ACTIONS(1635), - }, - [365] = { - [sym_identifier] = ACTIONS(1541), - [aux_sym_preproc_include_token1] = ACTIONS(1541), - [aux_sym_preproc_def_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), - [sym_preproc_directive] = ACTIONS(1541), - [anon_sym_LPAREN2] = ACTIONS(1543), - [anon_sym_BANG] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1543), - [anon_sym_DASH] = ACTIONS(1541), - [anon_sym_PLUS] = ACTIONS(1541), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_AMP_AMP] = ACTIONS(1543), - [anon_sym_AMP] = ACTIONS(1541), - [anon_sym_SEMI] = ACTIONS(1543), - [anon_sym_typedef] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1541), - [anon_sym___attribute__] = ACTIONS(1541), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), - [anon_sym___declspec] = ACTIONS(1541), - [anon_sym___based] = ACTIONS(1541), - [anon_sym___cdecl] = ACTIONS(1541), - [anon_sym___clrcall] = ACTIONS(1541), - [anon_sym___stdcall] = ACTIONS(1541), - [anon_sym___fastcall] = ACTIONS(1541), - [anon_sym___thiscall] = ACTIONS(1541), - [anon_sym___vectorcall] = ACTIONS(1541), - [anon_sym_LBRACE] = ACTIONS(1543), - [anon_sym_RBRACE] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1541), - [anon_sym_register] = ACTIONS(1541), - [anon_sym_inline] = ACTIONS(1541), - [anon_sym_thread_local] = ACTIONS(1541), - [anon_sym_const] = ACTIONS(1541), - [anon_sym_volatile] = ACTIONS(1541), - [anon_sym_restrict] = ACTIONS(1541), - [anon_sym__Atomic] = ACTIONS(1541), - [anon_sym_mutable] = ACTIONS(1541), - [anon_sym_constexpr] = ACTIONS(1541), - [anon_sym_signed] = ACTIONS(1541), - [anon_sym_unsigned] = ACTIONS(1541), - [anon_sym_long] = ACTIONS(1541), - [anon_sym_short] = ACTIONS(1541), - [sym_primitive_type] = ACTIONS(1541), - [anon_sym_enum] = ACTIONS(1541), - [anon_sym_class] = ACTIONS(1541), - [anon_sym_struct] = ACTIONS(1541), - [anon_sym_union] = ACTIONS(1541), - [anon_sym_if] = ACTIONS(1541), - [anon_sym_else] = ACTIONS(1541), - [anon_sym_switch] = ACTIONS(1541), - [anon_sym_case] = ACTIONS(1541), - [anon_sym_default] = ACTIONS(1541), - [anon_sym_while] = ACTIONS(1541), - [anon_sym_do] = ACTIONS(1541), - [anon_sym_for] = ACTIONS(1541), - [anon_sym_return] = ACTIONS(1541), - [anon_sym_break] = ACTIONS(1541), - [anon_sym_continue] = ACTIONS(1541), - [anon_sym_goto] = ACTIONS(1541), - [anon_sym_DASH_DASH] = ACTIONS(1543), - [anon_sym_PLUS_PLUS] = ACTIONS(1543), - [anon_sym_sizeof] = ACTIONS(1541), - [sym_number_literal] = ACTIONS(1543), - [anon_sym_L_SQUOTE] = ACTIONS(1543), - [anon_sym_u_SQUOTE] = ACTIONS(1543), - [anon_sym_U_SQUOTE] = ACTIONS(1543), - [anon_sym_u8_SQUOTE] = ACTIONS(1543), - [anon_sym_SQUOTE] = ACTIONS(1543), - [anon_sym_L_DQUOTE] = ACTIONS(1543), - [anon_sym_u_DQUOTE] = ACTIONS(1543), - [anon_sym_U_DQUOTE] = ACTIONS(1543), - [anon_sym_u8_DQUOTE] = ACTIONS(1543), - [anon_sym_DQUOTE] = ACTIONS(1543), - [sym_true] = ACTIONS(1541), - [sym_false] = ACTIONS(1541), - [sym_null] = ACTIONS(1541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1541), - [anon_sym_virtual] = ACTIONS(1541), - [anon_sym_explicit] = ACTIONS(1541), - [sym_auto] = ACTIONS(1541), - [anon_sym_typename] = ACTIONS(1541), - [anon_sym_template] = ACTIONS(1541), - [anon_sym_operator] = ACTIONS(1541), - [anon_sym_delete] = ACTIONS(1541), - [anon_sym_throw] = ACTIONS(1541), - [anon_sym_namespace] = ACTIONS(1541), - [anon_sym_using] = ACTIONS(1541), - [anon_sym_static_assert] = ACTIONS(1541), - [anon_sym_co_return] = ACTIONS(1541), - [anon_sym_co_yield] = ACTIONS(1541), - [anon_sym_try] = ACTIONS(1541), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1541), - [sym_this] = ACTIONS(1541), - [sym_nullptr] = ACTIONS(1541), - [sym_alone_macro] = ACTIONS(1543), - [aux_sym_alone_macro_call_token1] = ACTIONS(1541), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_FORWARD] = ACTIONS(1541), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_PS_GET] = ACTIONS(1541), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), - [anon_sym_MOZ_COLD] = ACTIONS(1541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_RAII] = ACTIONS(1541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), - [sym_raw_string_literal] = ACTIONS(1543), - }, - [366] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_namespace] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [sym_alone_macro] = ACTIONS(1518), - [aux_sym_alone_macro_call_token1] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [367] = { + [313] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -104342,7 +94078,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -104502,198 +94237,963 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [368] = { - [sym_identifier] = ACTIONS(1537), - [aux_sym_preproc_include_token1] = ACTIONS(1537), - [aux_sym_preproc_def_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), - [sym_preproc_directive] = ACTIONS(1537), - [anon_sym_LPAREN2] = ACTIONS(1539), - [anon_sym_BANG] = ACTIONS(1539), - [anon_sym_TILDE] = ACTIONS(1539), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_SEMI] = ACTIONS(1539), - [anon_sym_typedef] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym___attribute__] = ACTIONS(1537), - [anon_sym_COLON_COLON] = ACTIONS(1539), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), - [anon_sym___declspec] = ACTIONS(1537), - [anon_sym___based] = ACTIONS(1537), - [anon_sym___cdecl] = ACTIONS(1537), - [anon_sym___clrcall] = ACTIONS(1537), - [anon_sym___stdcall] = ACTIONS(1537), - [anon_sym___fastcall] = ACTIONS(1537), - [anon_sym___thiscall] = ACTIONS(1537), - [anon_sym___vectorcall] = ACTIONS(1537), - [anon_sym_LBRACE] = ACTIONS(1539), - [anon_sym_RBRACE] = ACTIONS(1539), - [anon_sym_LBRACK] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_register] = ACTIONS(1537), - [anon_sym_inline] = ACTIONS(1537), - [anon_sym_thread_local] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_volatile] = ACTIONS(1537), - [anon_sym_restrict] = ACTIONS(1537), - [anon_sym__Atomic] = ACTIONS(1537), - [anon_sym_mutable] = ACTIONS(1537), - [anon_sym_constexpr] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1537), - [anon_sym_unsigned] = ACTIONS(1537), - [anon_sym_long] = ACTIONS(1537), - [anon_sym_short] = ACTIONS(1537), - [sym_primitive_type] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), - [anon_sym_if] = ACTIONS(1537), - [anon_sym_else] = ACTIONS(1537), - [anon_sym_switch] = ACTIONS(1537), - [anon_sym_case] = ACTIONS(1537), - [anon_sym_default] = ACTIONS(1537), - [anon_sym_while] = ACTIONS(1537), - [anon_sym_do] = ACTIONS(1537), - [anon_sym_for] = ACTIONS(1537), - [anon_sym_return] = ACTIONS(1537), - [anon_sym_break] = ACTIONS(1537), - [anon_sym_continue] = ACTIONS(1537), - [anon_sym_goto] = ACTIONS(1537), - [anon_sym_DASH_DASH] = ACTIONS(1539), - [anon_sym_PLUS_PLUS] = ACTIONS(1539), - [anon_sym_sizeof] = ACTIONS(1537), - [sym_number_literal] = ACTIONS(1539), - [anon_sym_L_SQUOTE] = ACTIONS(1539), - [anon_sym_u_SQUOTE] = ACTIONS(1539), - [anon_sym_U_SQUOTE] = ACTIONS(1539), - [anon_sym_u8_SQUOTE] = ACTIONS(1539), - [anon_sym_SQUOTE] = ACTIONS(1539), - [anon_sym_L_DQUOTE] = ACTIONS(1539), - [anon_sym_u_DQUOTE] = ACTIONS(1539), - [anon_sym_U_DQUOTE] = ACTIONS(1539), - [anon_sym_u8_DQUOTE] = ACTIONS(1539), - [anon_sym_DQUOTE] = ACTIONS(1539), - [sym_true] = ACTIONS(1537), - [sym_false] = ACTIONS(1537), - [sym_null] = ACTIONS(1537), + [314] = { + [ts_builtin_sym_end] = ACTIONS(1579), + [sym_identifier] = ACTIONS(1577), + [aux_sym_preproc_include_token1] = ACTIONS(1577), + [aux_sym_preproc_def_token1] = ACTIONS(1577), + [aux_sym_preproc_if_token1] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1577), + [anon_sym_LPAREN2] = ACTIONS(1579), + [anon_sym_BANG] = ACTIONS(1579), + [anon_sym_TILDE] = ACTIONS(1579), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_STAR] = ACTIONS(1579), + [anon_sym_AMP_AMP] = ACTIONS(1579), + [anon_sym_AMP] = ACTIONS(1577), + [anon_sym_SEMI] = ACTIONS(1579), + [anon_sym_typedef] = ACTIONS(1577), + [anon_sym_extern] = ACTIONS(1577), + [anon_sym___attribute__] = ACTIONS(1577), + [anon_sym_COLON_COLON] = ACTIONS(1579), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), + [anon_sym___declspec] = ACTIONS(1577), + [anon_sym___based] = ACTIONS(1577), + [anon_sym___cdecl] = ACTIONS(1577), + [anon_sym___clrcall] = ACTIONS(1577), + [anon_sym___stdcall] = ACTIONS(1577), + [anon_sym___fastcall] = ACTIONS(1577), + [anon_sym___thiscall] = ACTIONS(1577), + [anon_sym___vectorcall] = ACTIONS(1577), + [anon_sym_LBRACE] = ACTIONS(1579), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_static] = ACTIONS(1577), + [anon_sym_register] = ACTIONS(1577), + [anon_sym_inline] = ACTIONS(1577), + [anon_sym_thread_local] = ACTIONS(1577), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_volatile] = ACTIONS(1577), + [anon_sym_restrict] = ACTIONS(1577), + [anon_sym__Atomic] = ACTIONS(1577), + [anon_sym_mutable] = ACTIONS(1577), + [anon_sym_constexpr] = ACTIONS(1577), + [anon_sym_signed] = ACTIONS(1577), + [anon_sym_unsigned] = ACTIONS(1577), + [anon_sym_long] = ACTIONS(1577), + [anon_sym_short] = ACTIONS(1577), + [sym_primitive_type] = ACTIONS(1577), + [anon_sym_enum] = ACTIONS(1577), + [anon_sym_class] = ACTIONS(1577), + [anon_sym_struct] = ACTIONS(1577), + [anon_sym_union] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_do] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_continue] = ACTIONS(1577), + [anon_sym_goto] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1577), + [sym_number_literal] = ACTIONS(1579), + [anon_sym_L_SQUOTE] = ACTIONS(1579), + [anon_sym_u_SQUOTE] = ACTIONS(1579), + [anon_sym_U_SQUOTE] = ACTIONS(1579), + [anon_sym_u8_SQUOTE] = ACTIONS(1579), + [anon_sym_SQUOTE] = ACTIONS(1579), + [anon_sym_L_DQUOTE] = ACTIONS(1579), + [anon_sym_u_DQUOTE] = ACTIONS(1579), + [anon_sym_U_DQUOTE] = ACTIONS(1579), + [anon_sym_u8_DQUOTE] = ACTIONS(1579), + [anon_sym_DQUOTE] = ACTIONS(1579), + [sym_true] = ACTIONS(1577), + [sym_false] = ACTIONS(1577), + [sym_null] = ACTIONS(1577), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1537), - [anon_sym_virtual] = ACTIONS(1537), - [anon_sym_explicit] = ACTIONS(1537), - [sym_auto] = ACTIONS(1537), - [anon_sym_typename] = ACTIONS(1537), - [anon_sym_template] = ACTIONS(1537), - [anon_sym_operator] = ACTIONS(1537), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_throw] = ACTIONS(1537), - [anon_sym_namespace] = ACTIONS(1537), - [anon_sym_using] = ACTIONS(1537), - [anon_sym_static_assert] = ACTIONS(1537), - [anon_sym_co_return] = ACTIONS(1537), - [anon_sym_co_yield] = ACTIONS(1537), - [anon_sym_try] = ACTIONS(1537), - [anon_sym_co_await] = ACTIONS(1537), - [anon_sym_new] = ACTIONS(1537), - [sym_this] = ACTIONS(1537), - [sym_nullptr] = ACTIONS(1537), - [sym_alone_macro] = ACTIONS(1539), - [aux_sym_alone_macro_call_token1] = ACTIONS(1537), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_FORWARD] = ACTIONS(1537), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_PS_GET] = ACTIONS(1537), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), - [anon_sym_MOZ_COLD] = ACTIONS(1537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_RAII] = ACTIONS(1537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), - [sym_raw_string_literal] = ACTIONS(1539), + [anon_sym_decltype] = ACTIONS(1577), + [anon_sym_virtual] = ACTIONS(1577), + [anon_sym_explicit] = ACTIONS(1577), + [sym_auto] = ACTIONS(1577), + [anon_sym_typename] = ACTIONS(1577), + [anon_sym_template] = ACTIONS(1577), + [anon_sym_operator] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_throw] = ACTIONS(1577), + [anon_sym_namespace] = ACTIONS(1577), + [anon_sym_using] = ACTIONS(1577), + [anon_sym_static_assert] = ACTIONS(1577), + [anon_sym_co_return] = ACTIONS(1577), + [anon_sym_co_yield] = ACTIONS(1577), + [anon_sym_try] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1577), + [anon_sym_new] = ACTIONS(1577), + [sym_this] = ACTIONS(1577), + [sym_nullptr] = ACTIONS(1577), + [sym_alone_macro] = ACTIONS(1579), + [aux_sym_alone_macro_call_token1] = ACTIONS(1577), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_FORWARD] = ACTIONS(1577), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_PS_GET] = ACTIONS(1577), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), + [anon_sym_MOZ_COLD] = ACTIONS(1577), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_RAII] = ACTIONS(1577), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [sym_raw_string_literal] = ACTIONS(1579), }, - [369] = { + [315] = { + [ts_builtin_sym_end] = ACTIONS(1647), + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_include_token1] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1645), + [aux_sym_preproc_if_token1] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), + [sym_preproc_directive] = ACTIONS(1645), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_BANG] = ACTIONS(1647), + [anon_sym_TILDE] = ACTIONS(1647), + [anon_sym_DASH] = ACTIONS(1645), + [anon_sym_PLUS] = ACTIONS(1645), + [anon_sym_STAR] = ACTIONS(1647), + [anon_sym_AMP_AMP] = ACTIONS(1647), + [anon_sym_AMP] = ACTIONS(1645), + [anon_sym_SEMI] = ACTIONS(1647), + [anon_sym_typedef] = ACTIONS(1645), + [anon_sym_extern] = ACTIONS(1645), + [anon_sym___attribute__] = ACTIONS(1645), + [anon_sym_COLON_COLON] = ACTIONS(1647), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym___based] = ACTIONS(1645), + [anon_sym___cdecl] = ACTIONS(1645), + [anon_sym___clrcall] = ACTIONS(1645), + [anon_sym___stdcall] = ACTIONS(1645), + [anon_sym___fastcall] = ACTIONS(1645), + [anon_sym___thiscall] = ACTIONS(1645), + [anon_sym___vectorcall] = ACTIONS(1645), + [anon_sym_LBRACE] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1645), + [anon_sym_static] = ACTIONS(1645), + [anon_sym_register] = ACTIONS(1645), + [anon_sym_inline] = ACTIONS(1645), + [anon_sym_thread_local] = ACTIONS(1645), + [anon_sym_const] = ACTIONS(1645), + [anon_sym_volatile] = ACTIONS(1645), + [anon_sym_restrict] = ACTIONS(1645), + [anon_sym__Atomic] = ACTIONS(1645), + [anon_sym_mutable] = ACTIONS(1645), + [anon_sym_constexpr] = ACTIONS(1645), + [anon_sym_signed] = ACTIONS(1645), + [anon_sym_unsigned] = ACTIONS(1645), + [anon_sym_long] = ACTIONS(1645), + [anon_sym_short] = ACTIONS(1645), + [sym_primitive_type] = ACTIONS(1645), + [anon_sym_enum] = ACTIONS(1645), + [anon_sym_class] = ACTIONS(1645), + [anon_sym_struct] = ACTIONS(1645), + [anon_sym_union] = ACTIONS(1645), + [anon_sym_if] = ACTIONS(1645), + [anon_sym_else] = ACTIONS(1645), + [anon_sym_switch] = ACTIONS(1645), + [anon_sym_case] = ACTIONS(1645), + [anon_sym_default] = ACTIONS(1645), + [anon_sym_while] = ACTIONS(1645), + [anon_sym_do] = ACTIONS(1645), + [anon_sym_for] = ACTIONS(1645), + [anon_sym_return] = ACTIONS(1645), + [anon_sym_break] = ACTIONS(1645), + [anon_sym_continue] = ACTIONS(1645), + [anon_sym_goto] = ACTIONS(1645), + [anon_sym_DASH_DASH] = ACTIONS(1647), + [anon_sym_PLUS_PLUS] = ACTIONS(1647), + [anon_sym_sizeof] = ACTIONS(1645), + [sym_number_literal] = ACTIONS(1647), + [anon_sym_L_SQUOTE] = ACTIONS(1647), + [anon_sym_u_SQUOTE] = ACTIONS(1647), + [anon_sym_U_SQUOTE] = ACTIONS(1647), + [anon_sym_u8_SQUOTE] = ACTIONS(1647), + [anon_sym_SQUOTE] = ACTIONS(1647), + [anon_sym_L_DQUOTE] = ACTIONS(1647), + [anon_sym_u_DQUOTE] = ACTIONS(1647), + [anon_sym_U_DQUOTE] = ACTIONS(1647), + [anon_sym_u8_DQUOTE] = ACTIONS(1647), + [anon_sym_DQUOTE] = ACTIONS(1647), + [sym_true] = ACTIONS(1645), + [sym_false] = ACTIONS(1645), + [sym_null] = ACTIONS(1645), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1645), + [anon_sym_virtual] = ACTIONS(1645), + [anon_sym_explicit] = ACTIONS(1645), + [sym_auto] = ACTIONS(1645), + [anon_sym_typename] = ACTIONS(1645), + [anon_sym_template] = ACTIONS(1645), + [anon_sym_operator] = ACTIONS(1645), + [anon_sym_delete] = ACTIONS(1645), + [anon_sym_throw] = ACTIONS(1645), + [anon_sym_namespace] = ACTIONS(1645), + [anon_sym_using] = ACTIONS(1645), + [anon_sym_static_assert] = ACTIONS(1645), + [anon_sym_co_return] = ACTIONS(1645), + [anon_sym_co_yield] = ACTIONS(1645), + [anon_sym_try] = ACTIONS(1645), + [anon_sym_co_await] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1645), + [sym_this] = ACTIONS(1645), + [sym_nullptr] = ACTIONS(1645), + [sym_alone_macro] = ACTIONS(1647), + [aux_sym_alone_macro_call_token1] = ACTIONS(1645), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_FORWARD] = ACTIONS(1645), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_PS_GET] = ACTIONS(1645), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), + [anon_sym_MOZ_COLD] = ACTIONS(1645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_RAII] = ACTIONS(1645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), + [sym_raw_string_literal] = ACTIONS(1647), + }, + [316] = { + [ts_builtin_sym_end] = ACTIONS(1661), + [sym_identifier] = ACTIONS(1659), + [aux_sym_preproc_include_token1] = ACTIONS(1659), + [aux_sym_preproc_def_token1] = ACTIONS(1659), + [aux_sym_preproc_if_token1] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1659), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1661), + [anon_sym_DASH] = ACTIONS(1659), + [anon_sym_PLUS] = ACTIONS(1659), + [anon_sym_STAR] = ACTIONS(1661), + [anon_sym_AMP_AMP] = ACTIONS(1661), + [anon_sym_AMP] = ACTIONS(1659), + [anon_sym_SEMI] = ACTIONS(1661), + [anon_sym_typedef] = ACTIONS(1659), + [anon_sym_extern] = ACTIONS(1659), + [anon_sym___attribute__] = ACTIONS(1659), + [anon_sym_COLON_COLON] = ACTIONS(1661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1661), + [anon_sym___declspec] = ACTIONS(1659), + [anon_sym___based] = ACTIONS(1659), + [anon_sym___cdecl] = ACTIONS(1659), + [anon_sym___clrcall] = ACTIONS(1659), + [anon_sym___stdcall] = ACTIONS(1659), + [anon_sym___fastcall] = ACTIONS(1659), + [anon_sym___thiscall] = ACTIONS(1659), + [anon_sym___vectorcall] = ACTIONS(1659), + [anon_sym_LBRACE] = ACTIONS(1661), + [anon_sym_LBRACK] = ACTIONS(1659), + [anon_sym_static] = ACTIONS(1659), + [anon_sym_register] = ACTIONS(1659), + [anon_sym_inline] = ACTIONS(1659), + [anon_sym_thread_local] = ACTIONS(1659), + [anon_sym_const] = ACTIONS(1659), + [anon_sym_volatile] = ACTIONS(1659), + [anon_sym_restrict] = ACTIONS(1659), + [anon_sym__Atomic] = ACTIONS(1659), + [anon_sym_mutable] = ACTIONS(1659), + [anon_sym_constexpr] = ACTIONS(1659), + [anon_sym_signed] = ACTIONS(1659), + [anon_sym_unsigned] = ACTIONS(1659), + [anon_sym_long] = ACTIONS(1659), + [anon_sym_short] = ACTIONS(1659), + [sym_primitive_type] = ACTIONS(1659), + [anon_sym_enum] = ACTIONS(1659), + [anon_sym_class] = ACTIONS(1659), + [anon_sym_struct] = ACTIONS(1659), + [anon_sym_union] = ACTIONS(1659), + [anon_sym_if] = ACTIONS(1659), + [anon_sym_else] = ACTIONS(1659), + [anon_sym_switch] = ACTIONS(1659), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1659), + [anon_sym_while] = ACTIONS(1659), + [anon_sym_do] = ACTIONS(1659), + [anon_sym_for] = ACTIONS(1659), + [anon_sym_return] = ACTIONS(1659), + [anon_sym_break] = ACTIONS(1659), + [anon_sym_continue] = ACTIONS(1659), + [anon_sym_goto] = ACTIONS(1659), + [anon_sym_DASH_DASH] = ACTIONS(1661), + [anon_sym_PLUS_PLUS] = ACTIONS(1661), + [anon_sym_sizeof] = ACTIONS(1659), + [sym_number_literal] = ACTIONS(1661), + [anon_sym_L_SQUOTE] = ACTIONS(1661), + [anon_sym_u_SQUOTE] = ACTIONS(1661), + [anon_sym_U_SQUOTE] = ACTIONS(1661), + [anon_sym_u8_SQUOTE] = ACTIONS(1661), + [anon_sym_SQUOTE] = ACTIONS(1661), + [anon_sym_L_DQUOTE] = ACTIONS(1661), + [anon_sym_u_DQUOTE] = ACTIONS(1661), + [anon_sym_U_DQUOTE] = ACTIONS(1661), + [anon_sym_u8_DQUOTE] = ACTIONS(1661), + [anon_sym_DQUOTE] = ACTIONS(1661), + [sym_true] = ACTIONS(1659), + [sym_false] = ACTIONS(1659), + [sym_null] = ACTIONS(1659), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1659), + [anon_sym_virtual] = ACTIONS(1659), + [anon_sym_explicit] = ACTIONS(1659), + [sym_auto] = ACTIONS(1659), + [anon_sym_typename] = ACTIONS(1659), + [anon_sym_template] = ACTIONS(1659), + [anon_sym_operator] = ACTIONS(1659), + [anon_sym_delete] = ACTIONS(1659), + [anon_sym_throw] = ACTIONS(1659), + [anon_sym_namespace] = ACTIONS(1659), + [anon_sym_using] = ACTIONS(1659), + [anon_sym_static_assert] = ACTIONS(1659), + [anon_sym_co_return] = ACTIONS(1659), + [anon_sym_co_yield] = ACTIONS(1659), + [anon_sym_try] = ACTIONS(1659), + [anon_sym_co_await] = ACTIONS(1659), + [anon_sym_new] = ACTIONS(1659), + [sym_this] = ACTIONS(1659), + [sym_nullptr] = ACTIONS(1659), + [sym_alone_macro] = ACTIONS(1661), + [aux_sym_alone_macro_call_token1] = ACTIONS(1659), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_FORWARD] = ACTIONS(1659), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1659), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_PS_GET] = ACTIONS(1659), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1659), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1659), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1659), + [anon_sym_MOZ_COLD] = ACTIONS(1659), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1659), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1659), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1659), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1659), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1659), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1659), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1659), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1659), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1659), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1659), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1659), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1659), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_RAII] = ACTIONS(1659), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1659), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1659), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1659), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1659), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1659), + [sym_raw_string_literal] = ACTIONS(1661), + }, + [317] = { + [ts_builtin_sym_end] = ACTIONS(1623), + [sym_identifier] = ACTIONS(1621), + [aux_sym_preproc_include_token1] = ACTIONS(1621), + [aux_sym_preproc_def_token1] = ACTIONS(1621), + [aux_sym_preproc_if_token1] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), + [sym_preproc_directive] = ACTIONS(1621), + [anon_sym_LPAREN2] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_AMP_AMP] = ACTIONS(1623), + [anon_sym_AMP] = ACTIONS(1621), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym___attribute__] = ACTIONS(1621), + [anon_sym_COLON_COLON] = ACTIONS(1623), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), + [anon_sym___declspec] = ACTIONS(1621), + [anon_sym___based] = ACTIONS(1621), + [anon_sym___cdecl] = ACTIONS(1621), + [anon_sym___clrcall] = ACTIONS(1621), + [anon_sym___stdcall] = ACTIONS(1621), + [anon_sym___fastcall] = ACTIONS(1621), + [anon_sym___thiscall] = ACTIONS(1621), + [anon_sym___vectorcall] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_LBRACK] = ACTIONS(1621), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_thread_local] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym__Atomic] = ACTIONS(1621), + [anon_sym_mutable] = ACTIONS(1621), + [anon_sym_constexpr] = ACTIONS(1621), + [anon_sym_signed] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_class] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_else] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_case] = ACTIONS(1621), + [anon_sym_default] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1623), + [anon_sym_u_SQUOTE] = ACTIONS(1623), + [anon_sym_U_SQUOTE] = ACTIONS(1623), + [anon_sym_u8_SQUOTE] = ACTIONS(1623), + [anon_sym_SQUOTE] = ACTIONS(1623), + [anon_sym_L_DQUOTE] = ACTIONS(1623), + [anon_sym_u_DQUOTE] = ACTIONS(1623), + [anon_sym_U_DQUOTE] = ACTIONS(1623), + [anon_sym_u8_DQUOTE] = ACTIONS(1623), + [anon_sym_DQUOTE] = ACTIONS(1623), + [sym_true] = ACTIONS(1621), + [sym_false] = ACTIONS(1621), + [sym_null] = ACTIONS(1621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1621), + [anon_sym_virtual] = ACTIONS(1621), + [anon_sym_explicit] = ACTIONS(1621), + [sym_auto] = ACTIONS(1621), + [anon_sym_typename] = ACTIONS(1621), + [anon_sym_template] = ACTIONS(1621), + [anon_sym_operator] = ACTIONS(1621), + [anon_sym_delete] = ACTIONS(1621), + [anon_sym_throw] = ACTIONS(1621), + [anon_sym_namespace] = ACTIONS(1621), + [anon_sym_using] = ACTIONS(1621), + [anon_sym_static_assert] = ACTIONS(1621), + [anon_sym_co_return] = ACTIONS(1621), + [anon_sym_co_yield] = ACTIONS(1621), + [anon_sym_try] = ACTIONS(1621), + [anon_sym_co_await] = ACTIONS(1621), + [anon_sym_new] = ACTIONS(1621), + [sym_this] = ACTIONS(1621), + [sym_nullptr] = ACTIONS(1621), + [sym_alone_macro] = ACTIONS(1623), + [aux_sym_alone_macro_call_token1] = ACTIONS(1621), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_FORWARD] = ACTIONS(1621), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_PS_GET] = ACTIONS(1621), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), + [anon_sym_MOZ_COLD] = ACTIONS(1621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_RAII] = ACTIONS(1621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), + [sym_raw_string_literal] = ACTIONS(1623), + }, + [318] = { + [sym_identifier] = ACTIONS(1691), + [aux_sym_preproc_include_token1] = ACTIONS(1691), + [aux_sym_preproc_def_token1] = ACTIONS(1691), + [aux_sym_preproc_if_token1] = ACTIONS(1691), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1691), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1691), + [sym_preproc_directive] = ACTIONS(1691), + [anon_sym_LPAREN2] = ACTIONS(1693), + [anon_sym_BANG] = ACTIONS(1693), + [anon_sym_TILDE] = ACTIONS(1693), + [anon_sym_DASH] = ACTIONS(1691), + [anon_sym_PLUS] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1693), + [anon_sym_AMP_AMP] = ACTIONS(1693), + [anon_sym_AMP] = ACTIONS(1691), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_typedef] = ACTIONS(1691), + [anon_sym_extern] = ACTIONS(1691), + [anon_sym___attribute__] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), + [anon_sym___declspec] = ACTIONS(1691), + [anon_sym___based] = ACTIONS(1691), + [anon_sym___cdecl] = ACTIONS(1691), + [anon_sym___clrcall] = ACTIONS(1691), + [anon_sym___stdcall] = ACTIONS(1691), + [anon_sym___fastcall] = ACTIONS(1691), + [anon_sym___thiscall] = ACTIONS(1691), + [anon_sym___vectorcall] = ACTIONS(1691), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1691), + [anon_sym_static] = ACTIONS(1691), + [anon_sym_register] = ACTIONS(1691), + [anon_sym_inline] = ACTIONS(1691), + [anon_sym_thread_local] = ACTIONS(1691), + [anon_sym_const] = ACTIONS(1691), + [anon_sym_volatile] = ACTIONS(1691), + [anon_sym_restrict] = ACTIONS(1691), + [anon_sym__Atomic] = ACTIONS(1691), + [anon_sym_mutable] = ACTIONS(1691), + [anon_sym_constexpr] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1691), + [anon_sym_unsigned] = ACTIONS(1691), + [anon_sym_long] = ACTIONS(1691), + [anon_sym_short] = ACTIONS(1691), + [sym_primitive_type] = ACTIONS(1691), + [anon_sym_enum] = ACTIONS(1691), + [anon_sym_class] = ACTIONS(1691), + [anon_sym_struct] = ACTIONS(1691), + [anon_sym_union] = ACTIONS(1691), + [anon_sym_if] = ACTIONS(1691), + [anon_sym_else] = ACTIONS(1691), + [anon_sym_switch] = ACTIONS(1691), + [anon_sym_case] = ACTIONS(1691), + [anon_sym_default] = ACTIONS(1691), + [anon_sym_while] = ACTIONS(1691), + [anon_sym_do] = ACTIONS(1691), + [anon_sym_for] = ACTIONS(1691), + [anon_sym_return] = ACTIONS(1691), + [anon_sym_break] = ACTIONS(1691), + [anon_sym_continue] = ACTIONS(1691), + [anon_sym_goto] = ACTIONS(1691), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_PLUS_PLUS] = ACTIONS(1693), + [anon_sym_sizeof] = ACTIONS(1691), + [sym_number_literal] = ACTIONS(1693), + [anon_sym_L_SQUOTE] = ACTIONS(1693), + [anon_sym_u_SQUOTE] = ACTIONS(1693), + [anon_sym_U_SQUOTE] = ACTIONS(1693), + [anon_sym_u8_SQUOTE] = ACTIONS(1693), + [anon_sym_SQUOTE] = ACTIONS(1693), + [anon_sym_L_DQUOTE] = ACTIONS(1693), + [anon_sym_u_DQUOTE] = ACTIONS(1693), + [anon_sym_U_DQUOTE] = ACTIONS(1693), + [anon_sym_u8_DQUOTE] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym_true] = ACTIONS(1691), + [sym_false] = ACTIONS(1691), + [sym_null] = ACTIONS(1691), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_virtual] = ACTIONS(1691), + [anon_sym_explicit] = ACTIONS(1691), + [sym_auto] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1691), + [anon_sym_template] = ACTIONS(1691), + [anon_sym_operator] = ACTIONS(1691), + [anon_sym_delete] = ACTIONS(1691), + [anon_sym_throw] = ACTIONS(1691), + [anon_sym_namespace] = ACTIONS(1691), + [anon_sym_using] = ACTIONS(1691), + [anon_sym_static_assert] = ACTIONS(1691), + [anon_sym_co_return] = ACTIONS(1691), + [anon_sym_co_yield] = ACTIONS(1691), + [anon_sym_try] = ACTIONS(1691), + [anon_sym_co_await] = ACTIONS(1691), + [anon_sym_new] = ACTIONS(1691), + [sym_this] = ACTIONS(1691), + [sym_nullptr] = ACTIONS(1691), + [sym_alone_macro] = ACTIONS(1693), + [aux_sym_alone_macro_call_token1] = ACTIONS(1691), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_FORWARD] = ACTIONS(1691), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_PS_GET] = ACTIONS(1691), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), + [anon_sym_MOZ_COLD] = ACTIONS(1691), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_RAII] = ACTIONS(1691), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), + [sym_raw_string_literal] = ACTIONS(1693), + }, + [319] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -104724,7 +95224,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -104884,198 +95383,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [370] = { - [sym_identifier] = ACTIONS(1657), - [aux_sym_preproc_include_token1] = ACTIONS(1657), - [aux_sym_preproc_def_token1] = ACTIONS(1657), - [aux_sym_preproc_if_token1] = ACTIONS(1657), - [aux_sym_preproc_if_token2] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1657), - [sym_preproc_directive] = ACTIONS(1657), - [anon_sym_LPAREN2] = ACTIONS(1659), - [anon_sym_BANG] = ACTIONS(1659), - [anon_sym_TILDE] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_PLUS] = ACTIONS(1657), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_AMP_AMP] = ACTIONS(1659), - [anon_sym_AMP] = ACTIONS(1657), - [anon_sym_SEMI] = ACTIONS(1659), - [anon_sym_typedef] = ACTIONS(1657), - [anon_sym_extern] = ACTIONS(1657), - [anon_sym___attribute__] = ACTIONS(1657), - [anon_sym_COLON_COLON] = ACTIONS(1659), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1659), - [anon_sym___declspec] = ACTIONS(1657), - [anon_sym___based] = ACTIONS(1657), - [anon_sym___cdecl] = ACTIONS(1657), - [anon_sym___clrcall] = ACTIONS(1657), - [anon_sym___stdcall] = ACTIONS(1657), - [anon_sym___fastcall] = ACTIONS(1657), - [anon_sym___thiscall] = ACTIONS(1657), - [anon_sym___vectorcall] = ACTIONS(1657), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_LBRACK] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1657), - [anon_sym_register] = ACTIONS(1657), - [anon_sym_inline] = ACTIONS(1657), - [anon_sym_thread_local] = ACTIONS(1657), - [anon_sym_const] = ACTIONS(1657), - [anon_sym_volatile] = ACTIONS(1657), - [anon_sym_restrict] = ACTIONS(1657), - [anon_sym__Atomic] = ACTIONS(1657), - [anon_sym_mutable] = ACTIONS(1657), - [anon_sym_constexpr] = ACTIONS(1657), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [sym_primitive_type] = ACTIONS(1657), - [anon_sym_enum] = ACTIONS(1657), - [anon_sym_class] = ACTIONS(1657), - [anon_sym_struct] = ACTIONS(1657), - [anon_sym_union] = ACTIONS(1657), - [anon_sym_if] = ACTIONS(1657), - [anon_sym_else] = ACTIONS(1657), - [anon_sym_switch] = ACTIONS(1657), - [anon_sym_case] = ACTIONS(1657), - [anon_sym_default] = ACTIONS(1657), - [anon_sym_while] = ACTIONS(1657), - [anon_sym_do] = ACTIONS(1657), - [anon_sym_for] = ACTIONS(1657), - [anon_sym_return] = ACTIONS(1657), - [anon_sym_break] = ACTIONS(1657), - [anon_sym_continue] = ACTIONS(1657), - [anon_sym_goto] = ACTIONS(1657), - [anon_sym_DASH_DASH] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_sizeof] = ACTIONS(1657), - [sym_number_literal] = ACTIONS(1659), - [anon_sym_L_SQUOTE] = ACTIONS(1659), - [anon_sym_u_SQUOTE] = ACTIONS(1659), - [anon_sym_U_SQUOTE] = ACTIONS(1659), - [anon_sym_u8_SQUOTE] = ACTIONS(1659), - [anon_sym_SQUOTE] = ACTIONS(1659), - [anon_sym_L_DQUOTE] = ACTIONS(1659), - [anon_sym_u_DQUOTE] = ACTIONS(1659), - [anon_sym_U_DQUOTE] = ACTIONS(1659), - [anon_sym_u8_DQUOTE] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym_true] = ACTIONS(1657), - [sym_false] = ACTIONS(1657), - [sym_null] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1657), - [anon_sym_virtual] = ACTIONS(1657), - [anon_sym_explicit] = ACTIONS(1657), - [sym_auto] = ACTIONS(1657), - [anon_sym_typename] = ACTIONS(1657), - [anon_sym_template] = ACTIONS(1657), - [anon_sym_operator] = ACTIONS(1657), - [anon_sym_delete] = ACTIONS(1657), - [anon_sym_throw] = ACTIONS(1657), - [anon_sym_namespace] = ACTIONS(1657), - [anon_sym_using] = ACTIONS(1657), - [anon_sym_static_assert] = ACTIONS(1657), - [anon_sym_co_return] = ACTIONS(1657), - [anon_sym_co_yield] = ACTIONS(1657), - [anon_sym_try] = ACTIONS(1657), - [anon_sym_co_await] = ACTIONS(1657), - [anon_sym_new] = ACTIONS(1657), - [sym_this] = ACTIONS(1657), - [sym_nullptr] = ACTIONS(1657), - [sym_alone_macro] = ACTIONS(1659), - [aux_sym_alone_macro_call_token1] = ACTIONS(1657), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_FORWARD] = ACTIONS(1657), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1657), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_PS_GET] = ACTIONS(1657), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1657), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1657), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1657), - [anon_sym_MOZ_COLD] = ACTIONS(1657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_RAII] = ACTIONS(1657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1657), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1657), - [sym_raw_string_literal] = ACTIONS(1659), - }, - [371] = { + [320] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -105106,7 +95415,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -105266,198 +95574,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [372] = { - [sym_identifier] = ACTIONS(1669), - [aux_sym_preproc_include_token1] = ACTIONS(1669), - [aux_sym_preproc_def_token1] = ACTIONS(1669), - [aux_sym_preproc_if_token1] = ACTIONS(1669), - [aux_sym_preproc_if_token2] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1669), - [sym_preproc_directive] = ACTIONS(1669), - [anon_sym_LPAREN2] = ACTIONS(1671), - [anon_sym_BANG] = ACTIONS(1671), - [anon_sym_TILDE] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1669), - [anon_sym_PLUS] = ACTIONS(1669), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_AMP_AMP] = ACTIONS(1671), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_SEMI] = ACTIONS(1671), - [anon_sym_typedef] = ACTIONS(1669), - [anon_sym_extern] = ACTIONS(1669), - [anon_sym___attribute__] = ACTIONS(1669), - [anon_sym_COLON_COLON] = ACTIONS(1671), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1671), - [anon_sym___declspec] = ACTIONS(1669), - [anon_sym___based] = ACTIONS(1669), - [anon_sym___cdecl] = ACTIONS(1669), - [anon_sym___clrcall] = ACTIONS(1669), - [anon_sym___stdcall] = ACTIONS(1669), - [anon_sym___fastcall] = ACTIONS(1669), - [anon_sym___thiscall] = ACTIONS(1669), - [anon_sym___vectorcall] = ACTIONS(1669), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_LBRACK] = ACTIONS(1669), - [anon_sym_static] = ACTIONS(1669), - [anon_sym_register] = ACTIONS(1669), - [anon_sym_inline] = ACTIONS(1669), - [anon_sym_thread_local] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_volatile] = ACTIONS(1669), - [anon_sym_restrict] = ACTIONS(1669), - [anon_sym__Atomic] = ACTIONS(1669), - [anon_sym_mutable] = ACTIONS(1669), - [anon_sym_constexpr] = ACTIONS(1669), - [anon_sym_signed] = ACTIONS(1669), - [anon_sym_unsigned] = ACTIONS(1669), - [anon_sym_long] = ACTIONS(1669), - [anon_sym_short] = ACTIONS(1669), - [sym_primitive_type] = ACTIONS(1669), - [anon_sym_enum] = ACTIONS(1669), - [anon_sym_class] = ACTIONS(1669), - [anon_sym_struct] = ACTIONS(1669), - [anon_sym_union] = ACTIONS(1669), - [anon_sym_if] = ACTIONS(1669), - [anon_sym_else] = ACTIONS(1985), - [anon_sym_switch] = ACTIONS(1669), - [anon_sym_case] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1669), - [anon_sym_while] = ACTIONS(1669), - [anon_sym_do] = ACTIONS(1669), - [anon_sym_for] = ACTIONS(1669), - [anon_sym_return] = ACTIONS(1669), - [anon_sym_break] = ACTIONS(1669), - [anon_sym_continue] = ACTIONS(1669), - [anon_sym_goto] = ACTIONS(1669), - [anon_sym_DASH_DASH] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_sizeof] = ACTIONS(1669), - [sym_number_literal] = ACTIONS(1671), - [anon_sym_L_SQUOTE] = ACTIONS(1671), - [anon_sym_u_SQUOTE] = ACTIONS(1671), - [anon_sym_U_SQUOTE] = ACTIONS(1671), - [anon_sym_u8_SQUOTE] = ACTIONS(1671), - [anon_sym_SQUOTE] = ACTIONS(1671), - [anon_sym_L_DQUOTE] = ACTIONS(1671), - [anon_sym_u_DQUOTE] = ACTIONS(1671), - [anon_sym_U_DQUOTE] = ACTIONS(1671), - [anon_sym_u8_DQUOTE] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym_true] = ACTIONS(1669), - [sym_false] = ACTIONS(1669), - [sym_null] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1669), - [anon_sym_virtual] = ACTIONS(1669), - [anon_sym_explicit] = ACTIONS(1669), - [sym_auto] = ACTIONS(1669), - [anon_sym_typename] = ACTIONS(1669), - [anon_sym_template] = ACTIONS(1669), - [anon_sym_operator] = ACTIONS(1669), - [anon_sym_delete] = ACTIONS(1669), - [anon_sym_throw] = ACTIONS(1669), - [anon_sym_namespace] = ACTIONS(1669), - [anon_sym_using] = ACTIONS(1669), - [anon_sym_static_assert] = ACTIONS(1669), - [anon_sym_co_return] = ACTIONS(1669), - [anon_sym_co_yield] = ACTIONS(1669), - [anon_sym_try] = ACTIONS(1669), - [anon_sym_co_await] = ACTIONS(1669), - [anon_sym_new] = ACTIONS(1669), - [sym_this] = ACTIONS(1669), - [sym_nullptr] = ACTIONS(1669), - [sym_alone_macro] = ACTIONS(1671), - [aux_sym_alone_macro_call_token1] = ACTIONS(1669), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_FORWARD] = ACTIONS(1669), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1669), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_PS_GET] = ACTIONS(1669), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1669), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1669), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1669), - [anon_sym_MOZ_COLD] = ACTIONS(1669), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1669), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1669), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1669), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1669), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1669), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1669), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1669), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1669), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1669), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1669), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1669), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1669), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_RAII] = ACTIONS(1669), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1669), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1669), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1669), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1669), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1669), - [sym_raw_string_literal] = ACTIONS(1671), - }, - [373] = { + [321] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -105488,7 +95606,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -105648,7 +95765,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [374] = { + [322] = { + [sym_identifier] = ACTIONS(1601), + [aux_sym_preproc_include_token1] = ACTIONS(1601), + [aux_sym_preproc_def_token1] = ACTIONS(1601), + [aux_sym_preproc_if_token1] = ACTIONS(1601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1601), + [sym_preproc_directive] = ACTIONS(1601), + [anon_sym_LPAREN2] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_DASH] = ACTIONS(1601), + [anon_sym_PLUS] = ACTIONS(1601), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_AMP_AMP] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1601), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1601), + [anon_sym_extern] = ACTIONS(1601), + [anon_sym___attribute__] = ACTIONS(1601), + [anon_sym_COLON_COLON] = ACTIONS(1603), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), + [anon_sym___declspec] = ACTIONS(1601), + [anon_sym___based] = ACTIONS(1601), + [anon_sym___cdecl] = ACTIONS(1601), + [anon_sym___clrcall] = ACTIONS(1601), + [anon_sym___stdcall] = ACTIONS(1601), + [anon_sym___fastcall] = ACTIONS(1601), + [anon_sym___thiscall] = ACTIONS(1601), + [anon_sym___vectorcall] = ACTIONS(1601), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_RBRACE] = ACTIONS(1603), + [anon_sym_LBRACK] = ACTIONS(1601), + [anon_sym_static] = ACTIONS(1601), + [anon_sym_register] = ACTIONS(1601), + [anon_sym_inline] = ACTIONS(1601), + [anon_sym_thread_local] = ACTIONS(1601), + [anon_sym_const] = ACTIONS(1601), + [anon_sym_volatile] = ACTIONS(1601), + [anon_sym_restrict] = ACTIONS(1601), + [anon_sym__Atomic] = ACTIONS(1601), + [anon_sym_mutable] = ACTIONS(1601), + [anon_sym_constexpr] = ACTIONS(1601), + [anon_sym_signed] = ACTIONS(1601), + [anon_sym_unsigned] = ACTIONS(1601), + [anon_sym_long] = ACTIONS(1601), + [anon_sym_short] = ACTIONS(1601), + [sym_primitive_type] = ACTIONS(1601), + [anon_sym_enum] = ACTIONS(1601), + [anon_sym_class] = ACTIONS(1601), + [anon_sym_struct] = ACTIONS(1601), + [anon_sym_union] = ACTIONS(1601), + [anon_sym_if] = ACTIONS(1601), + [anon_sym_else] = ACTIONS(1601), + [anon_sym_switch] = ACTIONS(1601), + [anon_sym_case] = ACTIONS(1601), + [anon_sym_default] = ACTIONS(1601), + [anon_sym_while] = ACTIONS(1601), + [anon_sym_do] = ACTIONS(1601), + [anon_sym_for] = ACTIONS(1601), + [anon_sym_return] = ACTIONS(1601), + [anon_sym_break] = ACTIONS(1601), + [anon_sym_continue] = ACTIONS(1601), + [anon_sym_goto] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1601), + [sym_number_literal] = ACTIONS(1603), + [anon_sym_L_SQUOTE] = ACTIONS(1603), + [anon_sym_u_SQUOTE] = ACTIONS(1603), + [anon_sym_U_SQUOTE] = ACTIONS(1603), + [anon_sym_u8_SQUOTE] = ACTIONS(1603), + [anon_sym_SQUOTE] = ACTIONS(1603), + [anon_sym_L_DQUOTE] = ACTIONS(1603), + [anon_sym_u_DQUOTE] = ACTIONS(1603), + [anon_sym_U_DQUOTE] = ACTIONS(1603), + [anon_sym_u8_DQUOTE] = ACTIONS(1603), + [anon_sym_DQUOTE] = ACTIONS(1603), + [sym_true] = ACTIONS(1601), + [sym_false] = ACTIONS(1601), + [sym_null] = ACTIONS(1601), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1601), + [anon_sym_virtual] = ACTIONS(1601), + [anon_sym_explicit] = ACTIONS(1601), + [sym_auto] = ACTIONS(1601), + [anon_sym_typename] = ACTIONS(1601), + [anon_sym_template] = ACTIONS(1601), + [anon_sym_operator] = ACTIONS(1601), + [anon_sym_delete] = ACTIONS(1601), + [anon_sym_throw] = ACTIONS(1601), + [anon_sym_namespace] = ACTIONS(1601), + [anon_sym_using] = ACTIONS(1601), + [anon_sym_static_assert] = ACTIONS(1601), + [anon_sym_co_return] = ACTIONS(1601), + [anon_sym_co_yield] = ACTIONS(1601), + [anon_sym_try] = ACTIONS(1601), + [anon_sym_co_await] = ACTIONS(1601), + [anon_sym_new] = ACTIONS(1601), + [sym_this] = ACTIONS(1601), + [sym_nullptr] = ACTIONS(1601), + [sym_alone_macro] = ACTIONS(1603), + [aux_sym_alone_macro_call_token1] = ACTIONS(1601), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_FORWARD] = ACTIONS(1601), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_PS_GET] = ACTIONS(1601), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), + [anon_sym_MOZ_COLD] = ACTIONS(1601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_RAII] = ACTIONS(1601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), + [sym_raw_string_literal] = ACTIONS(1603), + }, + [323] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -105679,7 +95988,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -105839,198 +96147,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [375] = { - [ts_builtin_sym_end] = ACTIONS(1557), - [sym_identifier] = ACTIONS(1555), - [aux_sym_preproc_include_token1] = ACTIONS(1555), - [aux_sym_preproc_def_token1] = ACTIONS(1555), - [aux_sym_preproc_if_token1] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1555), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1555), - [sym_preproc_directive] = ACTIONS(1555), - [anon_sym_LPAREN2] = ACTIONS(1557), - [anon_sym_BANG] = ACTIONS(1557), - [anon_sym_TILDE] = ACTIONS(1557), - [anon_sym_DASH] = ACTIONS(1555), - [anon_sym_PLUS] = ACTIONS(1555), - [anon_sym_STAR] = ACTIONS(1557), - [anon_sym_AMP_AMP] = ACTIONS(1557), - [anon_sym_AMP] = ACTIONS(1555), - [anon_sym_SEMI] = ACTIONS(1557), - [anon_sym_typedef] = ACTIONS(1555), - [anon_sym_extern] = ACTIONS(1555), - [anon_sym___attribute__] = ACTIONS(1555), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1557), - [anon_sym___declspec] = ACTIONS(1555), - [anon_sym___based] = ACTIONS(1555), - [anon_sym___cdecl] = ACTIONS(1555), - [anon_sym___clrcall] = ACTIONS(1555), - [anon_sym___stdcall] = ACTIONS(1555), - [anon_sym___fastcall] = ACTIONS(1555), - [anon_sym___thiscall] = ACTIONS(1555), - [anon_sym___vectorcall] = ACTIONS(1555), - [anon_sym_LBRACE] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1555), - [anon_sym_static] = ACTIONS(1555), - [anon_sym_register] = ACTIONS(1555), - [anon_sym_inline] = ACTIONS(1555), - [anon_sym_thread_local] = ACTIONS(1555), - [anon_sym_const] = ACTIONS(1555), - [anon_sym_volatile] = ACTIONS(1555), - [anon_sym_restrict] = ACTIONS(1555), - [anon_sym__Atomic] = ACTIONS(1555), - [anon_sym_mutable] = ACTIONS(1555), - [anon_sym_constexpr] = ACTIONS(1555), - [anon_sym_signed] = ACTIONS(1555), - [anon_sym_unsigned] = ACTIONS(1555), - [anon_sym_long] = ACTIONS(1555), - [anon_sym_short] = ACTIONS(1555), - [sym_primitive_type] = ACTIONS(1555), - [anon_sym_enum] = ACTIONS(1555), - [anon_sym_class] = ACTIONS(1555), - [anon_sym_struct] = ACTIONS(1555), - [anon_sym_union] = ACTIONS(1555), - [anon_sym_if] = ACTIONS(1555), - [anon_sym_else] = ACTIONS(1555), - [anon_sym_switch] = ACTIONS(1555), - [anon_sym_case] = ACTIONS(1555), - [anon_sym_default] = ACTIONS(1555), - [anon_sym_while] = ACTIONS(1555), - [anon_sym_do] = ACTIONS(1555), - [anon_sym_for] = ACTIONS(1555), - [anon_sym_return] = ACTIONS(1555), - [anon_sym_break] = ACTIONS(1555), - [anon_sym_continue] = ACTIONS(1555), - [anon_sym_goto] = ACTIONS(1555), - [anon_sym_DASH_DASH] = ACTIONS(1557), - [anon_sym_PLUS_PLUS] = ACTIONS(1557), - [anon_sym_sizeof] = ACTIONS(1555), - [sym_number_literal] = ACTIONS(1557), - [anon_sym_L_SQUOTE] = ACTIONS(1557), - [anon_sym_u_SQUOTE] = ACTIONS(1557), - [anon_sym_U_SQUOTE] = ACTIONS(1557), - [anon_sym_u8_SQUOTE] = ACTIONS(1557), - [anon_sym_SQUOTE] = ACTIONS(1557), - [anon_sym_L_DQUOTE] = ACTIONS(1557), - [anon_sym_u_DQUOTE] = ACTIONS(1557), - [anon_sym_U_DQUOTE] = ACTIONS(1557), - [anon_sym_u8_DQUOTE] = ACTIONS(1557), - [anon_sym_DQUOTE] = ACTIONS(1557), - [sym_true] = ACTIONS(1555), - [sym_false] = ACTIONS(1555), - [sym_null] = ACTIONS(1555), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1555), - [anon_sym_virtual] = ACTIONS(1555), - [anon_sym_explicit] = ACTIONS(1555), - [sym_auto] = ACTIONS(1555), - [anon_sym_typename] = ACTIONS(1555), - [anon_sym_template] = ACTIONS(1555), - [anon_sym_operator] = ACTIONS(1555), - [anon_sym_delete] = ACTIONS(1555), - [anon_sym_throw] = ACTIONS(1555), - [anon_sym_namespace] = ACTIONS(1555), - [anon_sym_using] = ACTIONS(1555), - [anon_sym_static_assert] = ACTIONS(1555), - [anon_sym_co_return] = ACTIONS(1555), - [anon_sym_co_yield] = ACTIONS(1555), - [anon_sym_try] = ACTIONS(1555), - [anon_sym_co_await] = ACTIONS(1555), - [anon_sym_new] = ACTIONS(1555), - [sym_this] = ACTIONS(1555), - [sym_nullptr] = ACTIONS(1555), - [sym_alone_macro] = ACTIONS(1557), - [aux_sym_alone_macro_call_token1] = ACTIONS(1555), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_FORWARD] = ACTIONS(1555), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1555), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_PS_GET] = ACTIONS(1555), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1555), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1555), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1555), - [anon_sym_MOZ_COLD] = ACTIONS(1555), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1555), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1555), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1555), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1555), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1555), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1555), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1555), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1555), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1555), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1555), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1555), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1555), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_RAII] = ACTIONS(1555), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1555), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1555), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1555), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1555), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1555), - [sym_raw_string_literal] = ACTIONS(1557), - }, - [376] = { + [324] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -106061,7 +96179,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -106216,590 +96333,399 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [377] = { - [ts_builtin_sym_end] = ACTIONS(1561), - [sym_identifier] = ACTIONS(1559), - [aux_sym_preproc_include_token1] = ACTIONS(1559), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1559), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1559), - [sym_preproc_directive] = ACTIONS(1559), - [anon_sym_LPAREN2] = ACTIONS(1561), - [anon_sym_BANG] = ACTIONS(1561), - [anon_sym_TILDE] = ACTIONS(1561), - [anon_sym_DASH] = ACTIONS(1559), - [anon_sym_PLUS] = ACTIONS(1559), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_AMP_AMP] = ACTIONS(1561), - [anon_sym_AMP] = ACTIONS(1559), - [anon_sym_SEMI] = ACTIONS(1561), - [anon_sym_typedef] = ACTIONS(1559), - [anon_sym_extern] = ACTIONS(1559), - [anon_sym___attribute__] = ACTIONS(1559), - [anon_sym_COLON_COLON] = ACTIONS(1561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1561), - [anon_sym___declspec] = ACTIONS(1559), - [anon_sym___based] = ACTIONS(1559), - [anon_sym___cdecl] = ACTIONS(1559), - [anon_sym___clrcall] = ACTIONS(1559), - [anon_sym___stdcall] = ACTIONS(1559), - [anon_sym___fastcall] = ACTIONS(1559), - [anon_sym___thiscall] = ACTIONS(1559), - [anon_sym___vectorcall] = ACTIONS(1559), - [anon_sym_LBRACE] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1559), - [anon_sym_static] = ACTIONS(1559), - [anon_sym_register] = ACTIONS(1559), - [anon_sym_inline] = ACTIONS(1559), - [anon_sym_thread_local] = ACTIONS(1559), - [anon_sym_const] = ACTIONS(1559), - [anon_sym_volatile] = ACTIONS(1559), - [anon_sym_restrict] = ACTIONS(1559), - [anon_sym__Atomic] = ACTIONS(1559), - [anon_sym_mutable] = ACTIONS(1559), - [anon_sym_constexpr] = ACTIONS(1559), - [anon_sym_signed] = ACTIONS(1559), - [anon_sym_unsigned] = ACTIONS(1559), - [anon_sym_long] = ACTIONS(1559), - [anon_sym_short] = ACTIONS(1559), - [sym_primitive_type] = ACTIONS(1559), - [anon_sym_enum] = ACTIONS(1559), - [anon_sym_class] = ACTIONS(1559), - [anon_sym_struct] = ACTIONS(1559), - [anon_sym_union] = ACTIONS(1559), - [anon_sym_if] = ACTIONS(1559), - [anon_sym_else] = ACTIONS(1987), - [anon_sym_switch] = ACTIONS(1559), - [anon_sym_case] = ACTIONS(1559), - [anon_sym_default] = ACTIONS(1559), - [anon_sym_while] = ACTIONS(1559), - [anon_sym_do] = ACTIONS(1559), - [anon_sym_for] = ACTIONS(1559), - [anon_sym_return] = ACTIONS(1559), - [anon_sym_break] = ACTIONS(1559), - [anon_sym_continue] = ACTIONS(1559), - [anon_sym_goto] = ACTIONS(1559), - [anon_sym_DASH_DASH] = ACTIONS(1561), - [anon_sym_PLUS_PLUS] = ACTIONS(1561), - [anon_sym_sizeof] = ACTIONS(1559), - [sym_number_literal] = ACTIONS(1561), - [anon_sym_L_SQUOTE] = ACTIONS(1561), - [anon_sym_u_SQUOTE] = ACTIONS(1561), - [anon_sym_U_SQUOTE] = ACTIONS(1561), - [anon_sym_u8_SQUOTE] = ACTIONS(1561), - [anon_sym_SQUOTE] = ACTIONS(1561), - [anon_sym_L_DQUOTE] = ACTIONS(1561), - [anon_sym_u_DQUOTE] = ACTIONS(1561), - [anon_sym_U_DQUOTE] = ACTIONS(1561), - [anon_sym_u8_DQUOTE] = ACTIONS(1561), - [anon_sym_DQUOTE] = ACTIONS(1561), - [sym_true] = ACTIONS(1559), - [sym_false] = ACTIONS(1559), - [sym_null] = ACTIONS(1559), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1559), - [anon_sym_virtual] = ACTIONS(1559), - [anon_sym_explicit] = ACTIONS(1559), - [sym_auto] = ACTIONS(1559), - [anon_sym_typename] = ACTIONS(1559), - [anon_sym_template] = ACTIONS(1559), - [anon_sym_operator] = ACTIONS(1559), - [anon_sym_delete] = ACTIONS(1559), - [anon_sym_throw] = ACTIONS(1559), - [anon_sym_namespace] = ACTIONS(1559), - [anon_sym_using] = ACTIONS(1559), - [anon_sym_static_assert] = ACTIONS(1559), - [anon_sym_co_return] = ACTIONS(1559), - [anon_sym_co_yield] = ACTIONS(1559), - [anon_sym_try] = ACTIONS(1559), - [anon_sym_co_await] = ACTIONS(1559), - [anon_sym_new] = ACTIONS(1559), - [sym_this] = ACTIONS(1559), - [sym_nullptr] = ACTIONS(1559), - [sym_alone_macro] = ACTIONS(1561), - [aux_sym_alone_macro_call_token1] = ACTIONS(1559), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_FORWARD] = ACTIONS(1559), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1559), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_PS_GET] = ACTIONS(1559), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1559), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1559), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1559), - [anon_sym_MOZ_COLD] = ACTIONS(1559), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1559), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1559), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1559), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1559), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1559), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1559), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1559), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1559), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1559), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1559), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1559), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1559), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_RAII] = ACTIONS(1559), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1559), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1559), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1559), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1559), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1559), - [sym_raw_string_literal] = ACTIONS(1561), - }, - [378] = { - [sym_identifier] = ACTIONS(1695), - [aux_sym_preproc_include_token1] = ACTIONS(1695), - [aux_sym_preproc_def_token1] = ACTIONS(1695), - [aux_sym_preproc_if_token1] = ACTIONS(1695), - [aux_sym_preproc_if_token2] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), - [sym_preproc_directive] = ACTIONS(1695), - [anon_sym_LPAREN2] = ACTIONS(1697), - [anon_sym_BANG] = ACTIONS(1697), - [anon_sym_TILDE] = ACTIONS(1697), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1697), - [anon_sym_AMP_AMP] = ACTIONS(1697), - [anon_sym_AMP] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1697), - [anon_sym_typedef] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym___attribute__] = ACTIONS(1695), - [anon_sym_COLON_COLON] = ACTIONS(1697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), - [anon_sym___declspec] = ACTIONS(1695), - [anon_sym___based] = ACTIONS(1695), - [anon_sym___cdecl] = ACTIONS(1695), - [anon_sym___clrcall] = ACTIONS(1695), - [anon_sym___stdcall] = ACTIONS(1695), - [anon_sym___fastcall] = ACTIONS(1695), - [anon_sym___thiscall] = ACTIONS(1695), - [anon_sym___vectorcall] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1697), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_static] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_inline] = ACTIONS(1695), - [anon_sym_thread_local] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [anon_sym_volatile] = ACTIONS(1695), - [anon_sym_restrict] = ACTIONS(1695), - [anon_sym__Atomic] = ACTIONS(1695), - [anon_sym_mutable] = ACTIONS(1695), - [anon_sym_constexpr] = ACTIONS(1695), - [anon_sym_signed] = ACTIONS(1695), - [anon_sym_unsigned] = ACTIONS(1695), - [anon_sym_long] = ACTIONS(1695), - [anon_sym_short] = ACTIONS(1695), - [sym_primitive_type] = ACTIONS(1695), - [anon_sym_enum] = ACTIONS(1695), - [anon_sym_class] = ACTIONS(1695), - [anon_sym_struct] = ACTIONS(1695), - [anon_sym_union] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_else] = ACTIONS(1695), - [anon_sym_switch] = ACTIONS(1695), - [anon_sym_case] = ACTIONS(1695), - [anon_sym_default] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_goto] = ACTIONS(1695), - [anon_sym_DASH_DASH] = ACTIONS(1697), - [anon_sym_PLUS_PLUS] = ACTIONS(1697), - [anon_sym_sizeof] = ACTIONS(1695), - [sym_number_literal] = ACTIONS(1697), - [anon_sym_L_SQUOTE] = ACTIONS(1697), - [anon_sym_u_SQUOTE] = ACTIONS(1697), - [anon_sym_U_SQUOTE] = ACTIONS(1697), - [anon_sym_u8_SQUOTE] = ACTIONS(1697), - [anon_sym_SQUOTE] = ACTIONS(1697), - [anon_sym_L_DQUOTE] = ACTIONS(1697), - [anon_sym_u_DQUOTE] = ACTIONS(1697), - [anon_sym_U_DQUOTE] = ACTIONS(1697), - [anon_sym_u8_DQUOTE] = ACTIONS(1697), - [anon_sym_DQUOTE] = ACTIONS(1697), - [sym_true] = ACTIONS(1695), - [sym_false] = ACTIONS(1695), - [sym_null] = ACTIONS(1695), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1695), - [anon_sym_virtual] = ACTIONS(1695), - [anon_sym_explicit] = ACTIONS(1695), - [sym_auto] = ACTIONS(1695), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1695), - [anon_sym_operator] = ACTIONS(1695), - [anon_sym_delete] = ACTIONS(1695), - [anon_sym_throw] = ACTIONS(1695), - [anon_sym_namespace] = ACTIONS(1695), - [anon_sym_using] = ACTIONS(1695), - [anon_sym_static_assert] = ACTIONS(1695), - [anon_sym_co_return] = ACTIONS(1695), - [anon_sym_co_yield] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_co_await] = ACTIONS(1695), - [anon_sym_new] = ACTIONS(1695), - [sym_this] = ACTIONS(1695), - [sym_nullptr] = ACTIONS(1695), - [sym_alone_macro] = ACTIONS(1697), - [aux_sym_alone_macro_call_token1] = ACTIONS(1695), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_FORWARD] = ACTIONS(1695), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_PS_GET] = ACTIONS(1695), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), - [anon_sym_MOZ_COLD] = ACTIONS(1695), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_RAII] = ACTIONS(1695), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), - [sym_raw_string_literal] = ACTIONS(1697), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [379] = { - [sym_identifier] = ACTIONS(1687), - [aux_sym_preproc_include_token1] = ACTIONS(1687), - [aux_sym_preproc_def_token1] = ACTIONS(1687), - [aux_sym_preproc_if_token1] = ACTIONS(1687), - [aux_sym_preproc_if_token2] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), - [sym_preproc_directive] = ACTIONS(1687), - [anon_sym_LPAREN2] = ACTIONS(1689), - [anon_sym_BANG] = ACTIONS(1689), - [anon_sym_TILDE] = ACTIONS(1689), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1689), - [anon_sym_AMP_AMP] = ACTIONS(1689), - [anon_sym_AMP] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1689), - [anon_sym_typedef] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym___attribute__] = ACTIONS(1687), - [anon_sym_COLON_COLON] = ACTIONS(1689), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), - [anon_sym___declspec] = ACTIONS(1687), - [anon_sym___based] = ACTIONS(1687), - [anon_sym___cdecl] = ACTIONS(1687), - [anon_sym___clrcall] = ACTIONS(1687), - [anon_sym___stdcall] = ACTIONS(1687), - [anon_sym___fastcall] = ACTIONS(1687), - [anon_sym___thiscall] = ACTIONS(1687), - [anon_sym___vectorcall] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1689), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_static] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_inline] = ACTIONS(1687), - [anon_sym_thread_local] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [anon_sym_volatile] = ACTIONS(1687), - [anon_sym_restrict] = ACTIONS(1687), - [anon_sym__Atomic] = ACTIONS(1687), - [anon_sym_mutable] = ACTIONS(1687), - [anon_sym_constexpr] = ACTIONS(1687), - [anon_sym_signed] = ACTIONS(1687), - [anon_sym_unsigned] = ACTIONS(1687), - [anon_sym_long] = ACTIONS(1687), - [anon_sym_short] = ACTIONS(1687), - [sym_primitive_type] = ACTIONS(1687), - [anon_sym_enum] = ACTIONS(1687), - [anon_sym_class] = ACTIONS(1687), - [anon_sym_struct] = ACTIONS(1687), - [anon_sym_union] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_else] = ACTIONS(1687), - [anon_sym_switch] = ACTIONS(1687), - [anon_sym_case] = ACTIONS(1687), - [anon_sym_default] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_goto] = ACTIONS(1687), - [anon_sym_DASH_DASH] = ACTIONS(1689), - [anon_sym_PLUS_PLUS] = ACTIONS(1689), - [anon_sym_sizeof] = ACTIONS(1687), - [sym_number_literal] = ACTIONS(1689), - [anon_sym_L_SQUOTE] = ACTIONS(1689), - [anon_sym_u_SQUOTE] = ACTIONS(1689), - [anon_sym_U_SQUOTE] = ACTIONS(1689), - [anon_sym_u8_SQUOTE] = ACTIONS(1689), - [anon_sym_SQUOTE] = ACTIONS(1689), - [anon_sym_L_DQUOTE] = ACTIONS(1689), - [anon_sym_u_DQUOTE] = ACTIONS(1689), - [anon_sym_U_DQUOTE] = ACTIONS(1689), - [anon_sym_u8_DQUOTE] = ACTIONS(1689), - [anon_sym_DQUOTE] = ACTIONS(1689), - [sym_true] = ACTIONS(1687), - [sym_false] = ACTIONS(1687), - [sym_null] = ACTIONS(1687), + [325] = { + [ts_builtin_sym_end] = ACTIONS(1639), + [sym_identifier] = ACTIONS(1637), + [aux_sym_preproc_include_token1] = ACTIONS(1637), + [aux_sym_preproc_def_token1] = ACTIONS(1637), + [aux_sym_preproc_if_token1] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), + [sym_preproc_directive] = ACTIONS(1637), + [anon_sym_LPAREN2] = ACTIONS(1639), + [anon_sym_BANG] = ACTIONS(1639), + [anon_sym_TILDE] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1637), + [anon_sym_PLUS] = ACTIONS(1637), + [anon_sym_STAR] = ACTIONS(1639), + [anon_sym_AMP_AMP] = ACTIONS(1639), + [anon_sym_AMP] = ACTIONS(1637), + [anon_sym_SEMI] = ACTIONS(1639), + [anon_sym_typedef] = ACTIONS(1637), + [anon_sym_extern] = ACTIONS(1637), + [anon_sym___attribute__] = ACTIONS(1637), + [anon_sym_COLON_COLON] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), + [anon_sym___declspec] = ACTIONS(1637), + [anon_sym___based] = ACTIONS(1637), + [anon_sym___cdecl] = ACTIONS(1637), + [anon_sym___clrcall] = ACTIONS(1637), + [anon_sym___stdcall] = ACTIONS(1637), + [anon_sym___fastcall] = ACTIONS(1637), + [anon_sym___thiscall] = ACTIONS(1637), + [anon_sym___vectorcall] = ACTIONS(1637), + [anon_sym_LBRACE] = ACTIONS(1639), + [anon_sym_LBRACK] = ACTIONS(1637), + [anon_sym_static] = ACTIONS(1637), + [anon_sym_register] = ACTIONS(1637), + [anon_sym_inline] = ACTIONS(1637), + [anon_sym_thread_local] = ACTIONS(1637), + [anon_sym_const] = ACTIONS(1637), + [anon_sym_volatile] = ACTIONS(1637), + [anon_sym_restrict] = ACTIONS(1637), + [anon_sym__Atomic] = ACTIONS(1637), + [anon_sym_mutable] = ACTIONS(1637), + [anon_sym_constexpr] = ACTIONS(1637), + [anon_sym_signed] = ACTIONS(1637), + [anon_sym_unsigned] = ACTIONS(1637), + [anon_sym_long] = ACTIONS(1637), + [anon_sym_short] = ACTIONS(1637), + [sym_primitive_type] = ACTIONS(1637), + [anon_sym_enum] = ACTIONS(1637), + [anon_sym_class] = ACTIONS(1637), + [anon_sym_struct] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1637), + [anon_sym_if] = ACTIONS(1637), + [anon_sym_else] = ACTIONS(1637), + [anon_sym_switch] = ACTIONS(1637), + [anon_sym_case] = ACTIONS(1637), + [anon_sym_default] = ACTIONS(1637), + [anon_sym_while] = ACTIONS(1637), + [anon_sym_do] = ACTIONS(1637), + [anon_sym_for] = ACTIONS(1637), + [anon_sym_return] = ACTIONS(1637), + [anon_sym_break] = ACTIONS(1637), + [anon_sym_continue] = ACTIONS(1637), + [anon_sym_goto] = ACTIONS(1637), + [anon_sym_DASH_DASH] = ACTIONS(1639), + [anon_sym_PLUS_PLUS] = ACTIONS(1639), + [anon_sym_sizeof] = ACTIONS(1637), + [sym_number_literal] = ACTIONS(1639), + [anon_sym_L_SQUOTE] = ACTIONS(1639), + [anon_sym_u_SQUOTE] = ACTIONS(1639), + [anon_sym_U_SQUOTE] = ACTIONS(1639), + [anon_sym_u8_SQUOTE] = ACTIONS(1639), + [anon_sym_SQUOTE] = ACTIONS(1639), + [anon_sym_L_DQUOTE] = ACTIONS(1639), + [anon_sym_u_DQUOTE] = ACTIONS(1639), + [anon_sym_U_DQUOTE] = ACTIONS(1639), + [anon_sym_u8_DQUOTE] = ACTIONS(1639), + [anon_sym_DQUOTE] = ACTIONS(1639), + [sym_true] = ACTIONS(1637), + [sym_false] = ACTIONS(1637), + [sym_null] = ACTIONS(1637), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1687), - [anon_sym_virtual] = ACTIONS(1687), - [anon_sym_explicit] = ACTIONS(1687), - [sym_auto] = ACTIONS(1687), - [anon_sym_typename] = ACTIONS(1687), - [anon_sym_template] = ACTIONS(1687), - [anon_sym_operator] = ACTIONS(1687), - [anon_sym_delete] = ACTIONS(1687), - [anon_sym_throw] = ACTIONS(1687), - [anon_sym_namespace] = ACTIONS(1687), - [anon_sym_using] = ACTIONS(1687), - [anon_sym_static_assert] = ACTIONS(1687), - [anon_sym_co_return] = ACTIONS(1687), - [anon_sym_co_yield] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_co_await] = ACTIONS(1687), - [anon_sym_new] = ACTIONS(1687), - [sym_this] = ACTIONS(1687), - [sym_nullptr] = ACTIONS(1687), - [sym_alone_macro] = ACTIONS(1689), - [aux_sym_alone_macro_call_token1] = ACTIONS(1687), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_FORWARD] = ACTIONS(1687), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_PS_GET] = ACTIONS(1687), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), - [anon_sym_MOZ_COLD] = ACTIONS(1687), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_RAII] = ACTIONS(1687), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), - [sym_raw_string_literal] = ACTIONS(1689), + [anon_sym_decltype] = ACTIONS(1637), + [anon_sym_virtual] = ACTIONS(1637), + [anon_sym_explicit] = ACTIONS(1637), + [sym_auto] = ACTIONS(1637), + [anon_sym_typename] = ACTIONS(1637), + [anon_sym_template] = ACTIONS(1637), + [anon_sym_operator] = ACTIONS(1637), + [anon_sym_delete] = ACTIONS(1637), + [anon_sym_throw] = ACTIONS(1637), + [anon_sym_namespace] = ACTIONS(1637), + [anon_sym_using] = ACTIONS(1637), + [anon_sym_static_assert] = ACTIONS(1637), + [anon_sym_co_return] = ACTIONS(1637), + [anon_sym_co_yield] = ACTIONS(1637), + [anon_sym_try] = ACTIONS(1637), + [anon_sym_co_await] = ACTIONS(1637), + [anon_sym_new] = ACTIONS(1637), + [sym_this] = ACTIONS(1637), + [sym_nullptr] = ACTIONS(1637), + [sym_alone_macro] = ACTIONS(1639), + [aux_sym_alone_macro_call_token1] = ACTIONS(1637), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_FORWARD] = ACTIONS(1637), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_PS_GET] = ACTIONS(1637), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), + [anon_sym_MOZ_COLD] = ACTIONS(1637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_RAII] = ACTIONS(1637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), + [sym_raw_string_literal] = ACTIONS(1639), }, - [380] = { + [326] = { + [ts_builtin_sym_end] = ACTIONS(1635), + [sym_identifier] = ACTIONS(1633), + [aux_sym_preproc_include_token1] = ACTIONS(1633), + [aux_sym_preproc_def_token1] = ACTIONS(1633), + [aux_sym_preproc_if_token1] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), + [sym_preproc_directive] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1635), + [anon_sym_BANG] = ACTIONS(1635), + [anon_sym_TILDE] = ACTIONS(1635), + [anon_sym_DASH] = ACTIONS(1633), + [anon_sym_PLUS] = ACTIONS(1633), + [anon_sym_STAR] = ACTIONS(1635), + [anon_sym_AMP_AMP] = ACTIONS(1635), + [anon_sym_AMP] = ACTIONS(1633), + [anon_sym_SEMI] = ACTIONS(1635), + [anon_sym_typedef] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym___attribute__] = ACTIONS(1633), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), + [anon_sym___declspec] = ACTIONS(1633), + [anon_sym___based] = ACTIONS(1633), + [anon_sym___cdecl] = ACTIONS(1633), + [anon_sym___clrcall] = ACTIONS(1633), + [anon_sym___stdcall] = ACTIONS(1633), + [anon_sym___fastcall] = ACTIONS(1633), + [anon_sym___thiscall] = ACTIONS(1633), + [anon_sym___vectorcall] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1633), + [anon_sym_static] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_inline] = ACTIONS(1633), + [anon_sym_thread_local] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym_mutable] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_signed] = ACTIONS(1633), + [anon_sym_unsigned] = ACTIONS(1633), + [anon_sym_long] = ACTIONS(1633), + [anon_sym_short] = ACTIONS(1633), + [sym_primitive_type] = ACTIONS(1633), + [anon_sym_enum] = ACTIONS(1633), + [anon_sym_class] = ACTIONS(1633), + [anon_sym_struct] = ACTIONS(1633), + [anon_sym_union] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_switch] = ACTIONS(1633), + [anon_sym_case] = ACTIONS(1633), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_goto] = ACTIONS(1633), + [anon_sym_DASH_DASH] = ACTIONS(1635), + [anon_sym_PLUS_PLUS] = ACTIONS(1635), + [anon_sym_sizeof] = ACTIONS(1633), + [sym_number_literal] = ACTIONS(1635), + [anon_sym_L_SQUOTE] = ACTIONS(1635), + [anon_sym_u_SQUOTE] = ACTIONS(1635), + [anon_sym_U_SQUOTE] = ACTIONS(1635), + [anon_sym_u8_SQUOTE] = ACTIONS(1635), + [anon_sym_SQUOTE] = ACTIONS(1635), + [anon_sym_L_DQUOTE] = ACTIONS(1635), + [anon_sym_u_DQUOTE] = ACTIONS(1635), + [anon_sym_U_DQUOTE] = ACTIONS(1635), + [anon_sym_u8_DQUOTE] = ACTIONS(1635), + [anon_sym_DQUOTE] = ACTIONS(1635), + [sym_true] = ACTIONS(1633), + [sym_false] = ACTIONS(1633), + [sym_null] = ACTIONS(1633), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1633), + [anon_sym_virtual] = ACTIONS(1633), + [anon_sym_explicit] = ACTIONS(1633), + [sym_auto] = ACTIONS(1633), + [anon_sym_typename] = ACTIONS(1633), + [anon_sym_template] = ACTIONS(1633), + [anon_sym_operator] = ACTIONS(1633), + [anon_sym_delete] = ACTIONS(1633), + [anon_sym_throw] = ACTIONS(1633), + [anon_sym_namespace] = ACTIONS(1633), + [anon_sym_using] = ACTIONS(1633), + [anon_sym_static_assert] = ACTIONS(1633), + [anon_sym_co_return] = ACTIONS(1633), + [anon_sym_co_yield] = ACTIONS(1633), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_co_await] = ACTIONS(1633), + [anon_sym_new] = ACTIONS(1633), + [sym_this] = ACTIONS(1633), + [sym_nullptr] = ACTIONS(1633), + [sym_alone_macro] = ACTIONS(1635), + [aux_sym_alone_macro_call_token1] = ACTIONS(1633), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_FORWARD] = ACTIONS(1633), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_PS_GET] = ACTIONS(1633), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), + [anon_sym_MOZ_COLD] = ACTIONS(1633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_RAII] = ACTIONS(1633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), + [sym_raw_string_literal] = ACTIONS(1635), + }, + [327] = { + [ts_builtin_sym_end] = ACTIONS(1627), [sym_identifier] = ACTIONS(1625), [aux_sym_preproc_include_token1] = ACTIONS(1625), [aux_sym_preproc_def_token1] = ACTIONS(1625), [aux_sym_preproc_if_token1] = ACTIONS(1625), - [aux_sym_preproc_if_token2] = ACTIONS(1625), [aux_sym_preproc_ifdef_token1] = ACTIONS(1625), [aux_sym_preproc_ifdef_token2] = ACTIONS(1625), [sym_preproc_directive] = ACTIONS(1625), @@ -106985,12 +96911,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), [sym_raw_string_literal] = ACTIONS(1627), }, - [381] = { + [328] = { + [sym_identifier] = ACTIONS(1573), + [aux_sym_preproc_include_token1] = ACTIONS(1573), + [aux_sym_preproc_def_token1] = ACTIONS(1573), + [aux_sym_preproc_if_token1] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), + [sym_preproc_directive] = ACTIONS(1573), + [anon_sym_LPAREN2] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_STAR] = ACTIONS(1575), + [anon_sym_AMP_AMP] = ACTIONS(1575), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_typedef] = ACTIONS(1573), + [anon_sym_extern] = ACTIONS(1573), + [anon_sym___attribute__] = ACTIONS(1573), + [anon_sym_COLON_COLON] = ACTIONS(1575), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), + [anon_sym___declspec] = ACTIONS(1573), + [anon_sym___based] = ACTIONS(1573), + [anon_sym___cdecl] = ACTIONS(1573), + [anon_sym___clrcall] = ACTIONS(1573), + [anon_sym___stdcall] = ACTIONS(1573), + [anon_sym___fastcall] = ACTIONS(1573), + [anon_sym___thiscall] = ACTIONS(1573), + [anon_sym___vectorcall] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_LBRACK] = ACTIONS(1573), + [anon_sym_static] = ACTIONS(1573), + [anon_sym_register] = ACTIONS(1573), + [anon_sym_inline] = ACTIONS(1573), + [anon_sym_thread_local] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_volatile] = ACTIONS(1573), + [anon_sym_restrict] = ACTIONS(1573), + [anon_sym__Atomic] = ACTIONS(1573), + [anon_sym_mutable] = ACTIONS(1573), + [anon_sym_constexpr] = ACTIONS(1573), + [anon_sym_signed] = ACTIONS(1573), + [anon_sym_unsigned] = ACTIONS(1573), + [anon_sym_long] = ACTIONS(1573), + [anon_sym_short] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1573), + [anon_sym_enum] = ACTIONS(1573), + [anon_sym_class] = ACTIONS(1573), + [anon_sym_struct] = ACTIONS(1573), + [anon_sym_union] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_else] = ACTIONS(1573), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_case] = ACTIONS(1573), + [anon_sym_default] = ACTIONS(1573), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_do] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_continue] = ACTIONS(1573), + [anon_sym_goto] = ACTIONS(1573), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_sizeof] = ACTIONS(1573), + [sym_number_literal] = ACTIONS(1575), + [anon_sym_L_SQUOTE] = ACTIONS(1575), + [anon_sym_u_SQUOTE] = ACTIONS(1575), + [anon_sym_U_SQUOTE] = ACTIONS(1575), + [anon_sym_u8_SQUOTE] = ACTIONS(1575), + [anon_sym_SQUOTE] = ACTIONS(1575), + [anon_sym_L_DQUOTE] = ACTIONS(1575), + [anon_sym_u_DQUOTE] = ACTIONS(1575), + [anon_sym_U_DQUOTE] = ACTIONS(1575), + [anon_sym_u8_DQUOTE] = ACTIONS(1575), + [anon_sym_DQUOTE] = ACTIONS(1575), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1573), + [anon_sym_virtual] = ACTIONS(1573), + [anon_sym_explicit] = ACTIONS(1573), + [sym_auto] = ACTIONS(1573), + [anon_sym_typename] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(1573), + [anon_sym_operator] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_throw] = ACTIONS(1573), + [anon_sym_namespace] = ACTIONS(1573), + [anon_sym_using] = ACTIONS(1573), + [anon_sym_static_assert] = ACTIONS(1573), + [anon_sym_co_return] = ACTIONS(1573), + [anon_sym_co_yield] = ACTIONS(1573), + [anon_sym_try] = ACTIONS(1573), + [anon_sym_co_await] = ACTIONS(1573), + [anon_sym_new] = ACTIONS(1573), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + [sym_alone_macro] = ACTIONS(1575), + [aux_sym_alone_macro_call_token1] = ACTIONS(1573), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_FORWARD] = ACTIONS(1573), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_PS_GET] = ACTIONS(1573), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), + [anon_sym_MOZ_COLD] = ACTIONS(1573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_RAII] = ACTIONS(1573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), + [sym_raw_string_literal] = ACTIONS(1575), + }, + [329] = { [sym_identifier] = ACTIONS(1605), [aux_sym_preproc_include_token1] = ACTIONS(1605), [aux_sym_preproc_def_token1] = ACTIONS(1605), [aux_sym_preproc_if_token1] = ACTIONS(1605), - [aux_sym_preproc_if_token2] = ACTIONS(1605), [aux_sym_preproc_ifdef_token1] = ACTIONS(1605), [aux_sym_preproc_ifdef_token2] = ACTIONS(1605), [sym_preproc_directive] = ACTIONS(1605), @@ -107017,6 +97133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1605), [anon_sym___vectorcall] = ACTIONS(1605), [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), [anon_sym_LBRACK] = ACTIONS(1605), [anon_sym_static] = ACTIONS(1605), [anon_sym_register] = ACTIONS(1605), @@ -107114,260 +97231,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1605), [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1605), [anon_sym_MOZ_COLD] = ACTIONS(1605), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_RAII] = ACTIONS(1605), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), - [sym_raw_string_literal] = ACTIONS(1607), - }, - [382] = { - [sym_identifier] = ACTIONS(1601), - [aux_sym_preproc_include_token1] = ACTIONS(1601), - [aux_sym_preproc_def_token1] = ACTIONS(1601), - [aux_sym_preproc_if_token1] = ACTIONS(1601), - [aux_sym_preproc_if_token2] = ACTIONS(1601), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1601), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1601), - [sym_preproc_directive] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1603), - [anon_sym_TILDE] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_typedef] = ACTIONS(1601), - [anon_sym_extern] = ACTIONS(1601), - [anon_sym___attribute__] = ACTIONS(1601), - [anon_sym_COLON_COLON] = ACTIONS(1603), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), - [anon_sym___declspec] = ACTIONS(1601), - [anon_sym___based] = ACTIONS(1601), - [anon_sym___cdecl] = ACTIONS(1601), - [anon_sym___clrcall] = ACTIONS(1601), - [anon_sym___stdcall] = ACTIONS(1601), - [anon_sym___fastcall] = ACTIONS(1601), - [anon_sym___thiscall] = ACTIONS(1601), - [anon_sym___vectorcall] = ACTIONS(1601), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_static] = ACTIONS(1601), - [anon_sym_register] = ACTIONS(1601), - [anon_sym_inline] = ACTIONS(1601), - [anon_sym_thread_local] = ACTIONS(1601), - [anon_sym_const] = ACTIONS(1601), - [anon_sym_volatile] = ACTIONS(1601), - [anon_sym_restrict] = ACTIONS(1601), - [anon_sym__Atomic] = ACTIONS(1601), - [anon_sym_mutable] = ACTIONS(1601), - [anon_sym_constexpr] = ACTIONS(1601), - [anon_sym_signed] = ACTIONS(1601), - [anon_sym_unsigned] = ACTIONS(1601), - [anon_sym_long] = ACTIONS(1601), - [anon_sym_short] = ACTIONS(1601), - [sym_primitive_type] = ACTIONS(1601), - [anon_sym_enum] = ACTIONS(1601), - [anon_sym_class] = ACTIONS(1601), - [anon_sym_struct] = ACTIONS(1601), - [anon_sym_union] = ACTIONS(1601), - [anon_sym_if] = ACTIONS(1601), - [anon_sym_else] = ACTIONS(1601), - [anon_sym_switch] = ACTIONS(1601), - [anon_sym_case] = ACTIONS(1601), - [anon_sym_default] = ACTIONS(1601), - [anon_sym_while] = ACTIONS(1601), - [anon_sym_do] = ACTIONS(1601), - [anon_sym_for] = ACTIONS(1601), - [anon_sym_return] = ACTIONS(1601), - [anon_sym_break] = ACTIONS(1601), - [anon_sym_continue] = ACTIONS(1601), - [anon_sym_goto] = ACTIONS(1601), - [anon_sym_DASH_DASH] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_sizeof] = ACTIONS(1601), - [sym_number_literal] = ACTIONS(1603), - [anon_sym_L_SQUOTE] = ACTIONS(1603), - [anon_sym_u_SQUOTE] = ACTIONS(1603), - [anon_sym_U_SQUOTE] = ACTIONS(1603), - [anon_sym_u8_SQUOTE] = ACTIONS(1603), - [anon_sym_SQUOTE] = ACTIONS(1603), - [anon_sym_L_DQUOTE] = ACTIONS(1603), - [anon_sym_u_DQUOTE] = ACTIONS(1603), - [anon_sym_U_DQUOTE] = ACTIONS(1603), - [anon_sym_u8_DQUOTE] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_true] = ACTIONS(1601), - [sym_false] = ACTIONS(1601), - [sym_null] = ACTIONS(1601), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1601), - [anon_sym_virtual] = ACTIONS(1601), - [anon_sym_explicit] = ACTIONS(1601), - [sym_auto] = ACTIONS(1601), - [anon_sym_typename] = ACTIONS(1601), - [anon_sym_template] = ACTIONS(1601), - [anon_sym_operator] = ACTIONS(1601), - [anon_sym_delete] = ACTIONS(1601), - [anon_sym_throw] = ACTIONS(1601), - [anon_sym_namespace] = ACTIONS(1601), - [anon_sym_using] = ACTIONS(1601), - [anon_sym_static_assert] = ACTIONS(1601), - [anon_sym_co_return] = ACTIONS(1601), - [anon_sym_co_yield] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1601), - [anon_sym_co_await] = ACTIONS(1601), - [anon_sym_new] = ACTIONS(1601), - [sym_this] = ACTIONS(1601), - [sym_nullptr] = ACTIONS(1601), - [sym_alone_macro] = ACTIONS(1603), - [aux_sym_alone_macro_call_token1] = ACTIONS(1601), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_FORWARD] = ACTIONS(1601), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_PS_GET] = ACTIONS(1601), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), - [anon_sym_MOZ_COLD] = ACTIONS(1601), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_RAII] = ACTIONS(1601), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), - [sym_raw_string_literal] = ACTIONS(1603), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_RAII] = ACTIONS(1605), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), + [sym_raw_string_literal] = ACTIONS(1607), }, - [383] = { + [330] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -107558,198 +97484,962 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [384] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [331] = { + [sym_identifier] = ACTIONS(1585), + [aux_sym_preproc_include_token1] = ACTIONS(1585), + [aux_sym_preproc_def_token1] = ACTIONS(1585), + [aux_sym_preproc_if_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), + [sym_preproc_directive] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1587), + [anon_sym_TILDE] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_AMP_AMP] = ACTIONS(1587), + [anon_sym_AMP] = ACTIONS(1585), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_typedef] = ACTIONS(1585), + [anon_sym_extern] = ACTIONS(1585), + [anon_sym___attribute__] = ACTIONS(1585), + [anon_sym_COLON_COLON] = ACTIONS(1587), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), + [anon_sym___declspec] = ACTIONS(1585), + [anon_sym___based] = ACTIONS(1585), + [anon_sym___cdecl] = ACTIONS(1585), + [anon_sym___clrcall] = ACTIONS(1585), + [anon_sym___stdcall] = ACTIONS(1585), + [anon_sym___fastcall] = ACTIONS(1585), + [anon_sym___thiscall] = ACTIONS(1585), + [anon_sym___vectorcall] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_LBRACK] = ACTIONS(1585), + [anon_sym_static] = ACTIONS(1585), + [anon_sym_register] = ACTIONS(1585), + [anon_sym_inline] = ACTIONS(1585), + [anon_sym_thread_local] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_volatile] = ACTIONS(1585), + [anon_sym_restrict] = ACTIONS(1585), + [anon_sym__Atomic] = ACTIONS(1585), + [anon_sym_mutable] = ACTIONS(1585), + [anon_sym_constexpr] = ACTIONS(1585), + [anon_sym_signed] = ACTIONS(1585), + [anon_sym_unsigned] = ACTIONS(1585), + [anon_sym_long] = ACTIONS(1585), + [anon_sym_short] = ACTIONS(1585), + [sym_primitive_type] = ACTIONS(1585), + [anon_sym_enum] = ACTIONS(1585), + [anon_sym_class] = ACTIONS(1585), + [anon_sym_struct] = ACTIONS(1585), + [anon_sym_union] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_else] = ACTIONS(1585), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_case] = ACTIONS(1585), + [anon_sym_default] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_do] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_continue] = ACTIONS(1585), + [anon_sym_goto] = ACTIONS(1585), + [anon_sym_DASH_DASH] = ACTIONS(1587), + [anon_sym_PLUS_PLUS] = ACTIONS(1587), + [anon_sym_sizeof] = ACTIONS(1585), + [sym_number_literal] = ACTIONS(1587), + [anon_sym_L_SQUOTE] = ACTIONS(1587), + [anon_sym_u_SQUOTE] = ACTIONS(1587), + [anon_sym_U_SQUOTE] = ACTIONS(1587), + [anon_sym_u8_SQUOTE] = ACTIONS(1587), + [anon_sym_SQUOTE] = ACTIONS(1587), + [anon_sym_L_DQUOTE] = ACTIONS(1587), + [anon_sym_u_DQUOTE] = ACTIONS(1587), + [anon_sym_U_DQUOTE] = ACTIONS(1587), + [anon_sym_u8_DQUOTE] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1587), + [sym_true] = ACTIONS(1585), + [sym_false] = ACTIONS(1585), + [sym_null] = ACTIONS(1585), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1585), + [anon_sym_virtual] = ACTIONS(1585), + [anon_sym_explicit] = ACTIONS(1585), + [sym_auto] = ACTIONS(1585), + [anon_sym_typename] = ACTIONS(1585), + [anon_sym_template] = ACTIONS(1585), + [anon_sym_operator] = ACTIONS(1585), + [anon_sym_delete] = ACTIONS(1585), + [anon_sym_throw] = ACTIONS(1585), + [anon_sym_namespace] = ACTIONS(1585), + [anon_sym_using] = ACTIONS(1585), + [anon_sym_static_assert] = ACTIONS(1585), + [anon_sym_co_return] = ACTIONS(1585), + [anon_sym_co_yield] = ACTIONS(1585), + [anon_sym_try] = ACTIONS(1585), + [anon_sym_co_await] = ACTIONS(1585), + [anon_sym_new] = ACTIONS(1585), + [sym_this] = ACTIONS(1585), + [sym_nullptr] = ACTIONS(1585), + [sym_alone_macro] = ACTIONS(1587), + [aux_sym_alone_macro_call_token1] = ACTIONS(1585), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_FORWARD] = ACTIONS(1585), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_PS_GET] = ACTIONS(1585), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), + [anon_sym_MOZ_COLD] = ACTIONS(1585), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_RAII] = ACTIONS(1585), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), + [sym_raw_string_literal] = ACTIONS(1587), + }, + [332] = { + [sym_identifier] = ACTIONS(1589), + [aux_sym_preproc_include_token1] = ACTIONS(1589), + [aux_sym_preproc_def_token1] = ACTIONS(1589), + [aux_sym_preproc_if_token1] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), + [sym_preproc_directive] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1591), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1591), + [anon_sym_AMP_AMP] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_typedef] = ACTIONS(1589), + [anon_sym_extern] = ACTIONS(1589), + [anon_sym___attribute__] = ACTIONS(1589), + [anon_sym_COLON_COLON] = ACTIONS(1591), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), + [anon_sym___declspec] = ACTIONS(1589), + [anon_sym___based] = ACTIONS(1589), + [anon_sym___cdecl] = ACTIONS(1589), + [anon_sym___clrcall] = ACTIONS(1589), + [anon_sym___stdcall] = ACTIONS(1589), + [anon_sym___fastcall] = ACTIONS(1589), + [anon_sym___thiscall] = ACTIONS(1589), + [anon_sym___vectorcall] = ACTIONS(1589), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_RBRACE] = ACTIONS(1591), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_static] = ACTIONS(1589), + [anon_sym_register] = ACTIONS(1589), + [anon_sym_inline] = ACTIONS(1589), + [anon_sym_thread_local] = ACTIONS(1589), + [anon_sym_const] = ACTIONS(1589), + [anon_sym_volatile] = ACTIONS(1589), + [anon_sym_restrict] = ACTIONS(1589), + [anon_sym__Atomic] = ACTIONS(1589), + [anon_sym_mutable] = ACTIONS(1589), + [anon_sym_constexpr] = ACTIONS(1589), + [anon_sym_signed] = ACTIONS(1589), + [anon_sym_unsigned] = ACTIONS(1589), + [anon_sym_long] = ACTIONS(1589), + [anon_sym_short] = ACTIONS(1589), + [sym_primitive_type] = ACTIONS(1589), + [anon_sym_enum] = ACTIONS(1589), + [anon_sym_class] = ACTIONS(1589), + [anon_sym_struct] = ACTIONS(1589), + [anon_sym_union] = ACTIONS(1589), + [anon_sym_if] = ACTIONS(1589), + [anon_sym_else] = ACTIONS(1589), + [anon_sym_switch] = ACTIONS(1589), + [anon_sym_case] = ACTIONS(1589), + [anon_sym_default] = ACTIONS(1589), + [anon_sym_while] = ACTIONS(1589), + [anon_sym_do] = ACTIONS(1589), + [anon_sym_for] = ACTIONS(1589), + [anon_sym_return] = ACTIONS(1589), + [anon_sym_break] = ACTIONS(1589), + [anon_sym_continue] = ACTIONS(1589), + [anon_sym_goto] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1591), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_sizeof] = ACTIONS(1589), + [sym_number_literal] = ACTIONS(1591), + [anon_sym_L_SQUOTE] = ACTIONS(1591), + [anon_sym_u_SQUOTE] = ACTIONS(1591), + [anon_sym_U_SQUOTE] = ACTIONS(1591), + [anon_sym_u8_SQUOTE] = ACTIONS(1591), + [anon_sym_SQUOTE] = ACTIONS(1591), + [anon_sym_L_DQUOTE] = ACTIONS(1591), + [anon_sym_u_DQUOTE] = ACTIONS(1591), + [anon_sym_U_DQUOTE] = ACTIONS(1591), + [anon_sym_u8_DQUOTE] = ACTIONS(1591), + [anon_sym_DQUOTE] = ACTIONS(1591), + [sym_true] = ACTIONS(1589), + [sym_false] = ACTIONS(1589), + [sym_null] = ACTIONS(1589), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1589), + [anon_sym_virtual] = ACTIONS(1589), + [anon_sym_explicit] = ACTIONS(1589), + [sym_auto] = ACTIONS(1589), + [anon_sym_typename] = ACTIONS(1589), + [anon_sym_template] = ACTIONS(1589), + [anon_sym_operator] = ACTIONS(1589), + [anon_sym_delete] = ACTIONS(1589), + [anon_sym_throw] = ACTIONS(1589), + [anon_sym_namespace] = ACTIONS(1589), + [anon_sym_using] = ACTIONS(1589), + [anon_sym_static_assert] = ACTIONS(1589), + [anon_sym_co_return] = ACTIONS(1589), + [anon_sym_co_yield] = ACTIONS(1589), + [anon_sym_try] = ACTIONS(1589), + [anon_sym_co_await] = ACTIONS(1589), + [anon_sym_new] = ACTIONS(1589), + [sym_this] = ACTIONS(1589), + [sym_nullptr] = ACTIONS(1589), + [sym_alone_macro] = ACTIONS(1591), + [aux_sym_alone_macro_call_token1] = ACTIONS(1589), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_FORWARD] = ACTIONS(1589), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_PS_GET] = ACTIONS(1589), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), + [anon_sym_MOZ_COLD] = ACTIONS(1589), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_RAII] = ACTIONS(1589), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), + [sym_raw_string_literal] = ACTIONS(1591), + }, + [333] = { + [sym_identifier] = ACTIONS(1597), + [aux_sym_preproc_include_token1] = ACTIONS(1597), + [aux_sym_preproc_def_token1] = ACTIONS(1597), + [aux_sym_preproc_if_token1] = ACTIONS(1597), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1597), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1597), + [sym_preproc_directive] = ACTIONS(1597), + [anon_sym_LPAREN2] = ACTIONS(1599), + [anon_sym_BANG] = ACTIONS(1599), + [anon_sym_TILDE] = ACTIONS(1599), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1599), + [anon_sym_AMP_AMP] = ACTIONS(1599), + [anon_sym_AMP] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1599), + [anon_sym_typedef] = ACTIONS(1597), + [anon_sym_extern] = ACTIONS(1597), + [anon_sym___attribute__] = ACTIONS(1597), + [anon_sym_COLON_COLON] = ACTIONS(1599), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1599), + [anon_sym___declspec] = ACTIONS(1597), + [anon_sym___based] = ACTIONS(1597), + [anon_sym___cdecl] = ACTIONS(1597), + [anon_sym___clrcall] = ACTIONS(1597), + [anon_sym___stdcall] = ACTIONS(1597), + [anon_sym___fastcall] = ACTIONS(1597), + [anon_sym___thiscall] = ACTIONS(1597), + [anon_sym___vectorcall] = ACTIONS(1597), + [anon_sym_LBRACE] = ACTIONS(1599), + [anon_sym_RBRACE] = ACTIONS(1599), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_static] = ACTIONS(1597), + [anon_sym_register] = ACTIONS(1597), + [anon_sym_inline] = ACTIONS(1597), + [anon_sym_thread_local] = ACTIONS(1597), + [anon_sym_const] = ACTIONS(1597), + [anon_sym_volatile] = ACTIONS(1597), + [anon_sym_restrict] = ACTIONS(1597), + [anon_sym__Atomic] = ACTIONS(1597), + [anon_sym_mutable] = ACTIONS(1597), + [anon_sym_constexpr] = ACTIONS(1597), + [anon_sym_signed] = ACTIONS(1597), + [anon_sym_unsigned] = ACTIONS(1597), + [anon_sym_long] = ACTIONS(1597), + [anon_sym_short] = ACTIONS(1597), + [sym_primitive_type] = ACTIONS(1597), + [anon_sym_enum] = ACTIONS(1597), + [anon_sym_class] = ACTIONS(1597), + [anon_sym_struct] = ACTIONS(1597), + [anon_sym_union] = ACTIONS(1597), + [anon_sym_if] = ACTIONS(1597), + [anon_sym_else] = ACTIONS(1597), + [anon_sym_switch] = ACTIONS(1597), + [anon_sym_case] = ACTIONS(1597), + [anon_sym_default] = ACTIONS(1597), + [anon_sym_while] = ACTIONS(1597), + [anon_sym_do] = ACTIONS(1597), + [anon_sym_for] = ACTIONS(1597), + [anon_sym_return] = ACTIONS(1597), + [anon_sym_break] = ACTIONS(1597), + [anon_sym_continue] = ACTIONS(1597), + [anon_sym_goto] = ACTIONS(1597), + [anon_sym_DASH_DASH] = ACTIONS(1599), + [anon_sym_PLUS_PLUS] = ACTIONS(1599), + [anon_sym_sizeof] = ACTIONS(1597), + [sym_number_literal] = ACTIONS(1599), + [anon_sym_L_SQUOTE] = ACTIONS(1599), + [anon_sym_u_SQUOTE] = ACTIONS(1599), + [anon_sym_U_SQUOTE] = ACTIONS(1599), + [anon_sym_u8_SQUOTE] = ACTIONS(1599), + [anon_sym_SQUOTE] = ACTIONS(1599), + [anon_sym_L_DQUOTE] = ACTIONS(1599), + [anon_sym_u_DQUOTE] = ACTIONS(1599), + [anon_sym_U_DQUOTE] = ACTIONS(1599), + [anon_sym_u8_DQUOTE] = ACTIONS(1599), + [anon_sym_DQUOTE] = ACTIONS(1599), + [sym_true] = ACTIONS(1597), + [sym_false] = ACTIONS(1597), + [sym_null] = ACTIONS(1597), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1597), + [anon_sym_virtual] = ACTIONS(1597), + [anon_sym_explicit] = ACTIONS(1597), + [sym_auto] = ACTIONS(1597), + [anon_sym_typename] = ACTIONS(1597), + [anon_sym_template] = ACTIONS(1597), + [anon_sym_operator] = ACTIONS(1597), + [anon_sym_delete] = ACTIONS(1597), + [anon_sym_throw] = ACTIONS(1597), + [anon_sym_namespace] = ACTIONS(1597), + [anon_sym_using] = ACTIONS(1597), + [anon_sym_static_assert] = ACTIONS(1597), + [anon_sym_co_return] = ACTIONS(1597), + [anon_sym_co_yield] = ACTIONS(1597), + [anon_sym_try] = ACTIONS(1597), + [anon_sym_co_await] = ACTIONS(1597), + [anon_sym_new] = ACTIONS(1597), + [sym_this] = ACTIONS(1597), + [sym_nullptr] = ACTIONS(1597), + [sym_alone_macro] = ACTIONS(1599), + [aux_sym_alone_macro_call_token1] = ACTIONS(1597), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_FORWARD] = ACTIONS(1597), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1597), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_PS_GET] = ACTIONS(1597), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1597), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1597), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1597), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1597), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1597), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1597), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1597), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1597), + [anon_sym_MOZ_COLD] = ACTIONS(1597), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1597), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1597), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1597), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1597), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1597), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1597), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1597), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1597), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1597), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1597), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1597), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1597), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1597), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1597), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1597), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_NONNULL] = ACTIONS(1597), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1597), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1597), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1597), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1597), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_NORETURN] = ACTIONS(1597), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1597), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1597), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1597), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1597), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1597), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1597), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1597), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1597), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1597), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), + [anon_sym_MOZ_RAII] = ACTIONS(1597), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1597), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1597), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1597), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1597), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1597), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1597), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), + [sym_raw_string_literal] = ACTIONS(1599), + }, + [334] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(5212), + [sym_preproc_elif_in_field_declaration_list] = STATE(5212), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1967), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [335] = { + [sym_identifier] = ACTIONS(1621), + [aux_sym_preproc_include_token1] = ACTIONS(1621), + [aux_sym_preproc_def_token1] = ACTIONS(1621), + [aux_sym_preproc_if_token1] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), + [sym_preproc_directive] = ACTIONS(1621), + [anon_sym_LPAREN2] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_AMP_AMP] = ACTIONS(1623), + [anon_sym_AMP] = ACTIONS(1621), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym___attribute__] = ACTIONS(1621), + [anon_sym_COLON_COLON] = ACTIONS(1623), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), + [anon_sym___declspec] = ACTIONS(1621), + [anon_sym___based] = ACTIONS(1621), + [anon_sym___cdecl] = ACTIONS(1621), + [anon_sym___clrcall] = ACTIONS(1621), + [anon_sym___stdcall] = ACTIONS(1621), + [anon_sym___fastcall] = ACTIONS(1621), + [anon_sym___thiscall] = ACTIONS(1621), + [anon_sym___vectorcall] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_RBRACE] = ACTIONS(1623), + [anon_sym_LBRACK] = ACTIONS(1621), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_thread_local] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym__Atomic] = ACTIONS(1621), + [anon_sym_mutable] = ACTIONS(1621), + [anon_sym_constexpr] = ACTIONS(1621), + [anon_sym_signed] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_class] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_else] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_case] = ACTIONS(1621), + [anon_sym_default] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1623), + [anon_sym_u_SQUOTE] = ACTIONS(1623), + [anon_sym_U_SQUOTE] = ACTIONS(1623), + [anon_sym_u8_SQUOTE] = ACTIONS(1623), + [anon_sym_SQUOTE] = ACTIONS(1623), + [anon_sym_L_DQUOTE] = ACTIONS(1623), + [anon_sym_u_DQUOTE] = ACTIONS(1623), + [anon_sym_U_DQUOTE] = ACTIONS(1623), + [anon_sym_u8_DQUOTE] = ACTIONS(1623), + [anon_sym_DQUOTE] = ACTIONS(1623), + [sym_true] = ACTIONS(1621), + [sym_false] = ACTIONS(1621), + [sym_null] = ACTIONS(1621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1621), + [anon_sym_virtual] = ACTIONS(1621), + [anon_sym_explicit] = ACTIONS(1621), + [sym_auto] = ACTIONS(1621), + [anon_sym_typename] = ACTIONS(1621), + [anon_sym_template] = ACTIONS(1621), + [anon_sym_operator] = ACTIONS(1621), + [anon_sym_delete] = ACTIONS(1621), + [anon_sym_throw] = ACTIONS(1621), + [anon_sym_namespace] = ACTIONS(1621), + [anon_sym_using] = ACTIONS(1621), + [anon_sym_static_assert] = ACTIONS(1621), + [anon_sym_co_return] = ACTIONS(1621), + [anon_sym_co_yield] = ACTIONS(1621), + [anon_sym_try] = ACTIONS(1621), + [anon_sym_co_await] = ACTIONS(1621), + [anon_sym_new] = ACTIONS(1621), + [sym_this] = ACTIONS(1621), + [sym_nullptr] = ACTIONS(1621), + [sym_alone_macro] = ACTIONS(1623), + [aux_sym_alone_macro_call_token1] = ACTIONS(1621), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_FORWARD] = ACTIONS(1621), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_PS_GET] = ACTIONS(1621), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), + [anon_sym_MOZ_COLD] = ACTIONS(1621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_RAII] = ACTIONS(1621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), + [sym_raw_string_literal] = ACTIONS(1623), }, - [385] = { + [336] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -107940,857 +98630,1430 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [386] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [337] = { + [sym_identifier] = ACTIONS(1629), + [aux_sym_preproc_include_token1] = ACTIONS(1629), + [aux_sym_preproc_def_token1] = ACTIONS(1629), + [aux_sym_preproc_if_token1] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), + [sym_preproc_directive] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(1631), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1631), + [anon_sym_AMP_AMP] = ACTIONS(1631), + [anon_sym_AMP] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1631), + [anon_sym_typedef] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1629), + [anon_sym___attribute__] = ACTIONS(1629), + [anon_sym_COLON_COLON] = ACTIONS(1631), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), + [anon_sym___declspec] = ACTIONS(1629), + [anon_sym___based] = ACTIONS(1629), + [anon_sym___cdecl] = ACTIONS(1629), + [anon_sym___clrcall] = ACTIONS(1629), + [anon_sym___stdcall] = ACTIONS(1629), + [anon_sym___fastcall] = ACTIONS(1629), + [anon_sym___thiscall] = ACTIONS(1629), + [anon_sym___vectorcall] = ACTIONS(1629), + [anon_sym_LBRACE] = ACTIONS(1631), + [anon_sym_RBRACE] = ACTIONS(1631), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_static] = ACTIONS(1629), + [anon_sym_register] = ACTIONS(1629), + [anon_sym_inline] = ACTIONS(1629), + [anon_sym_thread_local] = ACTIONS(1629), + [anon_sym_const] = ACTIONS(1629), + [anon_sym_volatile] = ACTIONS(1629), + [anon_sym_restrict] = ACTIONS(1629), + [anon_sym__Atomic] = ACTIONS(1629), + [anon_sym_mutable] = ACTIONS(1629), + [anon_sym_constexpr] = ACTIONS(1629), + [anon_sym_signed] = ACTIONS(1629), + [anon_sym_unsigned] = ACTIONS(1629), + [anon_sym_long] = ACTIONS(1629), + [anon_sym_short] = ACTIONS(1629), + [sym_primitive_type] = ACTIONS(1629), + [anon_sym_enum] = ACTIONS(1629), + [anon_sym_class] = ACTIONS(1629), + [anon_sym_struct] = ACTIONS(1629), + [anon_sym_union] = ACTIONS(1629), + [anon_sym_if] = ACTIONS(1629), + [anon_sym_else] = ACTIONS(1629), + [anon_sym_switch] = ACTIONS(1629), + [anon_sym_case] = ACTIONS(1629), + [anon_sym_default] = ACTIONS(1629), + [anon_sym_while] = ACTIONS(1629), + [anon_sym_do] = ACTIONS(1629), + [anon_sym_for] = ACTIONS(1629), + [anon_sym_return] = ACTIONS(1629), + [anon_sym_break] = ACTIONS(1629), + [anon_sym_continue] = ACTIONS(1629), + [anon_sym_goto] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1631), + [anon_sym_PLUS_PLUS] = ACTIONS(1631), + [anon_sym_sizeof] = ACTIONS(1629), + [sym_number_literal] = ACTIONS(1631), + [anon_sym_L_SQUOTE] = ACTIONS(1631), + [anon_sym_u_SQUOTE] = ACTIONS(1631), + [anon_sym_U_SQUOTE] = ACTIONS(1631), + [anon_sym_u8_SQUOTE] = ACTIONS(1631), + [anon_sym_SQUOTE] = ACTIONS(1631), + [anon_sym_L_DQUOTE] = ACTIONS(1631), + [anon_sym_u_DQUOTE] = ACTIONS(1631), + [anon_sym_U_DQUOTE] = ACTIONS(1631), + [anon_sym_u8_DQUOTE] = ACTIONS(1631), + [anon_sym_DQUOTE] = ACTIONS(1631), + [sym_true] = ACTIONS(1629), + [sym_false] = ACTIONS(1629), + [sym_null] = ACTIONS(1629), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1629), + [anon_sym_virtual] = ACTIONS(1629), + [anon_sym_explicit] = ACTIONS(1629), + [sym_auto] = ACTIONS(1629), + [anon_sym_typename] = ACTIONS(1629), + [anon_sym_template] = ACTIONS(1629), + [anon_sym_operator] = ACTIONS(1629), + [anon_sym_delete] = ACTIONS(1629), + [anon_sym_throw] = ACTIONS(1629), + [anon_sym_namespace] = ACTIONS(1629), + [anon_sym_using] = ACTIONS(1629), + [anon_sym_static_assert] = ACTIONS(1629), + [anon_sym_co_return] = ACTIONS(1629), + [anon_sym_co_yield] = ACTIONS(1629), + [anon_sym_try] = ACTIONS(1629), + [anon_sym_co_await] = ACTIONS(1629), + [anon_sym_new] = ACTIONS(1629), + [sym_this] = ACTIONS(1629), + [sym_nullptr] = ACTIONS(1629), + [sym_alone_macro] = ACTIONS(1631), + [aux_sym_alone_macro_call_token1] = ACTIONS(1629), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_FORWARD] = ACTIONS(1629), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_PS_GET] = ACTIONS(1629), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), + [anon_sym_MOZ_COLD] = ACTIONS(1629), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_RAII] = ACTIONS(1629), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), + [sym_raw_string_literal] = ACTIONS(1631), }, - [387] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [338] = { + [sym_identifier] = ACTIONS(1565), + [aux_sym_preproc_include_token1] = ACTIONS(1565), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), + [sym_preproc_directive] = ACTIONS(1565), + [anon_sym_LPAREN2] = ACTIONS(1567), + [anon_sym_BANG] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_DASH] = ACTIONS(1565), + [anon_sym_PLUS] = ACTIONS(1565), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_typedef] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym___attribute__] = ACTIONS(1565), + [anon_sym_COLON_COLON] = ACTIONS(1567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), + [anon_sym___declspec] = ACTIONS(1565), + [anon_sym___based] = ACTIONS(1565), + [anon_sym___cdecl] = ACTIONS(1565), + [anon_sym___clrcall] = ACTIONS(1565), + [anon_sym___stdcall] = ACTIONS(1565), + [anon_sym___fastcall] = ACTIONS(1565), + [anon_sym___thiscall] = ACTIONS(1565), + [anon_sym___vectorcall] = ACTIONS(1565), + [anon_sym_LBRACE] = ACTIONS(1567), + [anon_sym_RBRACE] = ACTIONS(1567), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_static] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_inline] = ACTIONS(1565), + [anon_sym_thread_local] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_volatile] = ACTIONS(1565), + [anon_sym_restrict] = ACTIONS(1565), + [anon_sym__Atomic] = ACTIONS(1565), + [anon_sym_mutable] = ACTIONS(1565), + [anon_sym_constexpr] = ACTIONS(1565), + [anon_sym_signed] = ACTIONS(1565), + [anon_sym_unsigned] = ACTIONS(1565), + [anon_sym_long] = ACTIONS(1565), + [anon_sym_short] = ACTIONS(1565), + [sym_primitive_type] = ACTIONS(1565), + [anon_sym_enum] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1565), + [anon_sym_struct] = ACTIONS(1565), + [anon_sym_union] = ACTIONS(1565), + [anon_sym_if] = ACTIONS(1565), + [anon_sym_else] = ACTIONS(1565), + [anon_sym_switch] = ACTIONS(1565), + [anon_sym_case] = ACTIONS(1565), + [anon_sym_default] = ACTIONS(1565), + [anon_sym_while] = ACTIONS(1565), + [anon_sym_do] = ACTIONS(1565), + [anon_sym_for] = ACTIONS(1565), + [anon_sym_return] = ACTIONS(1565), + [anon_sym_break] = ACTIONS(1565), + [anon_sym_continue] = ACTIONS(1565), + [anon_sym_goto] = ACTIONS(1565), + [anon_sym_DASH_DASH] = ACTIONS(1567), + [anon_sym_PLUS_PLUS] = ACTIONS(1567), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1567), + [anon_sym_u_SQUOTE] = ACTIONS(1567), + [anon_sym_U_SQUOTE] = ACTIONS(1567), + [anon_sym_u8_SQUOTE] = ACTIONS(1567), + [anon_sym_SQUOTE] = ACTIONS(1567), + [anon_sym_L_DQUOTE] = ACTIONS(1567), + [anon_sym_u_DQUOTE] = ACTIONS(1567), + [anon_sym_U_DQUOTE] = ACTIONS(1567), + [anon_sym_u8_DQUOTE] = ACTIONS(1567), + [anon_sym_DQUOTE] = ACTIONS(1567), + [sym_true] = ACTIONS(1565), + [sym_false] = ACTIONS(1565), + [sym_null] = ACTIONS(1565), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1565), + [anon_sym_virtual] = ACTIONS(1565), + [anon_sym_explicit] = ACTIONS(1565), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_operator] = ACTIONS(1565), + [anon_sym_delete] = ACTIONS(1565), + [anon_sym_throw] = ACTIONS(1565), + [anon_sym_namespace] = ACTIONS(1565), + [anon_sym_using] = ACTIONS(1565), + [anon_sym_static_assert] = ACTIONS(1565), + [anon_sym_co_return] = ACTIONS(1565), + [anon_sym_co_yield] = ACTIONS(1565), + [anon_sym_try] = ACTIONS(1565), + [anon_sym_co_await] = ACTIONS(1565), + [anon_sym_new] = ACTIONS(1565), + [sym_this] = ACTIONS(1565), + [sym_nullptr] = ACTIONS(1565), + [sym_alone_macro] = ACTIONS(1567), + [aux_sym_alone_macro_call_token1] = ACTIONS(1565), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_FORWARD] = ACTIONS(1565), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_PS_GET] = ACTIONS(1565), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), + [anon_sym_MOZ_COLD] = ACTIONS(1565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_RAII] = ACTIONS(1565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), + [sym_raw_string_literal] = ACTIONS(1567), + }, + [339] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(5151), + [sym_preproc_elif_in_field_declaration_list] = STATE(5151), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1969), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [340] = { + [ts_builtin_sym_end] = ACTIONS(1591), + [sym_identifier] = ACTIONS(1589), + [aux_sym_preproc_include_token1] = ACTIONS(1589), + [aux_sym_preproc_def_token1] = ACTIONS(1589), + [aux_sym_preproc_if_token1] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), + [sym_preproc_directive] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1591), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1591), + [anon_sym_AMP_AMP] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_typedef] = ACTIONS(1589), + [anon_sym_extern] = ACTIONS(1589), + [anon_sym___attribute__] = ACTIONS(1589), + [anon_sym_COLON_COLON] = ACTIONS(1591), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), + [anon_sym___declspec] = ACTIONS(1589), + [anon_sym___based] = ACTIONS(1589), + [anon_sym___cdecl] = ACTIONS(1589), + [anon_sym___clrcall] = ACTIONS(1589), + [anon_sym___stdcall] = ACTIONS(1589), + [anon_sym___fastcall] = ACTIONS(1589), + [anon_sym___thiscall] = ACTIONS(1589), + [anon_sym___vectorcall] = ACTIONS(1589), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_static] = ACTIONS(1589), + [anon_sym_register] = ACTIONS(1589), + [anon_sym_inline] = ACTIONS(1589), + [anon_sym_thread_local] = ACTIONS(1589), + [anon_sym_const] = ACTIONS(1589), + [anon_sym_volatile] = ACTIONS(1589), + [anon_sym_restrict] = ACTIONS(1589), + [anon_sym__Atomic] = ACTIONS(1589), + [anon_sym_mutable] = ACTIONS(1589), + [anon_sym_constexpr] = ACTIONS(1589), + [anon_sym_signed] = ACTIONS(1589), + [anon_sym_unsigned] = ACTIONS(1589), + [anon_sym_long] = ACTIONS(1589), + [anon_sym_short] = ACTIONS(1589), + [sym_primitive_type] = ACTIONS(1589), + [anon_sym_enum] = ACTIONS(1589), + [anon_sym_class] = ACTIONS(1589), + [anon_sym_struct] = ACTIONS(1589), + [anon_sym_union] = ACTIONS(1589), + [anon_sym_if] = ACTIONS(1589), + [anon_sym_else] = ACTIONS(1589), + [anon_sym_switch] = ACTIONS(1589), + [anon_sym_case] = ACTIONS(1589), + [anon_sym_default] = ACTIONS(1589), + [anon_sym_while] = ACTIONS(1589), + [anon_sym_do] = ACTIONS(1589), + [anon_sym_for] = ACTIONS(1589), + [anon_sym_return] = ACTIONS(1589), + [anon_sym_break] = ACTIONS(1589), + [anon_sym_continue] = ACTIONS(1589), + [anon_sym_goto] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1591), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_sizeof] = ACTIONS(1589), + [sym_number_literal] = ACTIONS(1591), + [anon_sym_L_SQUOTE] = ACTIONS(1591), + [anon_sym_u_SQUOTE] = ACTIONS(1591), + [anon_sym_U_SQUOTE] = ACTIONS(1591), + [anon_sym_u8_SQUOTE] = ACTIONS(1591), + [anon_sym_SQUOTE] = ACTIONS(1591), + [anon_sym_L_DQUOTE] = ACTIONS(1591), + [anon_sym_u_DQUOTE] = ACTIONS(1591), + [anon_sym_U_DQUOTE] = ACTIONS(1591), + [anon_sym_u8_DQUOTE] = ACTIONS(1591), + [anon_sym_DQUOTE] = ACTIONS(1591), + [sym_true] = ACTIONS(1589), + [sym_false] = ACTIONS(1589), + [sym_null] = ACTIONS(1589), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1589), + [anon_sym_virtual] = ACTIONS(1589), + [anon_sym_explicit] = ACTIONS(1589), + [sym_auto] = ACTIONS(1589), + [anon_sym_typename] = ACTIONS(1589), + [anon_sym_template] = ACTIONS(1589), + [anon_sym_operator] = ACTIONS(1589), + [anon_sym_delete] = ACTIONS(1589), + [anon_sym_throw] = ACTIONS(1589), + [anon_sym_namespace] = ACTIONS(1589), + [anon_sym_using] = ACTIONS(1589), + [anon_sym_static_assert] = ACTIONS(1589), + [anon_sym_co_return] = ACTIONS(1589), + [anon_sym_co_yield] = ACTIONS(1589), + [anon_sym_try] = ACTIONS(1589), + [anon_sym_co_await] = ACTIONS(1589), + [anon_sym_new] = ACTIONS(1589), + [sym_this] = ACTIONS(1589), + [sym_nullptr] = ACTIONS(1589), + [sym_alone_macro] = ACTIONS(1591), + [aux_sym_alone_macro_call_token1] = ACTIONS(1589), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_FORWARD] = ACTIONS(1589), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_PS_GET] = ACTIONS(1589), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), + [anon_sym_MOZ_COLD] = ACTIONS(1589), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_RAII] = ACTIONS(1589), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), + [sym_raw_string_literal] = ACTIONS(1591), }, - [388] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [341] = { + [sym_identifier] = ACTIONS(1649), + [aux_sym_preproc_include_token1] = ACTIONS(1649), + [aux_sym_preproc_def_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), + [sym_preproc_directive] = ACTIONS(1649), + [anon_sym_LPAREN2] = ACTIONS(1651), + [anon_sym_BANG] = ACTIONS(1651), + [anon_sym_TILDE] = ACTIONS(1651), + [anon_sym_DASH] = ACTIONS(1649), + [anon_sym_PLUS] = ACTIONS(1649), + [anon_sym_STAR] = ACTIONS(1651), + [anon_sym_AMP_AMP] = ACTIONS(1651), + [anon_sym_AMP] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_typedef] = ACTIONS(1649), + [anon_sym_extern] = ACTIONS(1649), + [anon_sym___attribute__] = ACTIONS(1649), + [anon_sym_COLON_COLON] = ACTIONS(1651), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), + [anon_sym___declspec] = ACTIONS(1649), + [anon_sym___based] = ACTIONS(1649), + [anon_sym___cdecl] = ACTIONS(1649), + [anon_sym___clrcall] = ACTIONS(1649), + [anon_sym___stdcall] = ACTIONS(1649), + [anon_sym___fastcall] = ACTIONS(1649), + [anon_sym___thiscall] = ACTIONS(1649), + [anon_sym___vectorcall] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(1651), + [anon_sym_RBRACE] = ACTIONS(1651), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_static] = ACTIONS(1649), + [anon_sym_register] = ACTIONS(1649), + [anon_sym_inline] = ACTIONS(1649), + [anon_sym_thread_local] = ACTIONS(1649), + [anon_sym_const] = ACTIONS(1649), + [anon_sym_volatile] = ACTIONS(1649), + [anon_sym_restrict] = ACTIONS(1649), + [anon_sym__Atomic] = ACTIONS(1649), + [anon_sym_mutable] = ACTIONS(1649), + [anon_sym_constexpr] = ACTIONS(1649), + [anon_sym_signed] = ACTIONS(1649), + [anon_sym_unsigned] = ACTIONS(1649), + [anon_sym_long] = ACTIONS(1649), + [anon_sym_short] = ACTIONS(1649), + [sym_primitive_type] = ACTIONS(1649), + [anon_sym_enum] = ACTIONS(1649), + [anon_sym_class] = ACTIONS(1649), + [anon_sym_struct] = ACTIONS(1649), + [anon_sym_union] = ACTIONS(1649), + [anon_sym_if] = ACTIONS(1649), + [anon_sym_else] = ACTIONS(1649), + [anon_sym_switch] = ACTIONS(1649), + [anon_sym_case] = ACTIONS(1649), + [anon_sym_default] = ACTIONS(1649), + [anon_sym_while] = ACTIONS(1649), + [anon_sym_do] = ACTIONS(1649), + [anon_sym_for] = ACTIONS(1649), + [anon_sym_return] = ACTIONS(1649), + [anon_sym_break] = ACTIONS(1649), + [anon_sym_continue] = ACTIONS(1649), + [anon_sym_goto] = ACTIONS(1649), + [anon_sym_DASH_DASH] = ACTIONS(1651), + [anon_sym_PLUS_PLUS] = ACTIONS(1651), + [anon_sym_sizeof] = ACTIONS(1649), + [sym_number_literal] = ACTIONS(1651), + [anon_sym_L_SQUOTE] = ACTIONS(1651), + [anon_sym_u_SQUOTE] = ACTIONS(1651), + [anon_sym_U_SQUOTE] = ACTIONS(1651), + [anon_sym_u8_SQUOTE] = ACTIONS(1651), + [anon_sym_SQUOTE] = ACTIONS(1651), + [anon_sym_L_DQUOTE] = ACTIONS(1651), + [anon_sym_u_DQUOTE] = ACTIONS(1651), + [anon_sym_U_DQUOTE] = ACTIONS(1651), + [anon_sym_u8_DQUOTE] = ACTIONS(1651), + [anon_sym_DQUOTE] = ACTIONS(1651), + [sym_true] = ACTIONS(1649), + [sym_false] = ACTIONS(1649), + [sym_null] = ACTIONS(1649), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1649), + [anon_sym_virtual] = ACTIONS(1649), + [anon_sym_explicit] = ACTIONS(1649), + [sym_auto] = ACTIONS(1649), + [anon_sym_typename] = ACTIONS(1649), + [anon_sym_template] = ACTIONS(1649), + [anon_sym_operator] = ACTIONS(1649), + [anon_sym_delete] = ACTIONS(1649), + [anon_sym_throw] = ACTIONS(1649), + [anon_sym_namespace] = ACTIONS(1649), + [anon_sym_using] = ACTIONS(1649), + [anon_sym_static_assert] = ACTIONS(1649), + [anon_sym_co_return] = ACTIONS(1649), + [anon_sym_co_yield] = ACTIONS(1649), + [anon_sym_try] = ACTIONS(1649), + [anon_sym_co_await] = ACTIONS(1649), + [anon_sym_new] = ACTIONS(1649), + [sym_this] = ACTIONS(1649), + [sym_nullptr] = ACTIONS(1649), + [sym_alone_macro] = ACTIONS(1651), + [aux_sym_alone_macro_call_token1] = ACTIONS(1649), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_FORWARD] = ACTIONS(1649), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_PS_GET] = ACTIONS(1649), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), + [anon_sym_MOZ_COLD] = ACTIONS(1649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_RAII] = ACTIONS(1649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), + [sym_raw_string_literal] = ACTIONS(1651), }, - [389] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [342] = { + [sym_identifier] = ACTIONS(1577), + [aux_sym_preproc_include_token1] = ACTIONS(1577), + [aux_sym_preproc_def_token1] = ACTIONS(1577), + [aux_sym_preproc_if_token1] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1577), + [anon_sym_LPAREN2] = ACTIONS(1579), + [anon_sym_BANG] = ACTIONS(1579), + [anon_sym_TILDE] = ACTIONS(1579), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_STAR] = ACTIONS(1579), + [anon_sym_AMP_AMP] = ACTIONS(1579), + [anon_sym_AMP] = ACTIONS(1577), + [anon_sym_SEMI] = ACTIONS(1579), + [anon_sym_typedef] = ACTIONS(1577), + [anon_sym_extern] = ACTIONS(1577), + [anon_sym___attribute__] = ACTIONS(1577), + [anon_sym_COLON_COLON] = ACTIONS(1579), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), + [anon_sym___declspec] = ACTIONS(1577), + [anon_sym___based] = ACTIONS(1577), + [anon_sym___cdecl] = ACTIONS(1577), + [anon_sym___clrcall] = ACTIONS(1577), + [anon_sym___stdcall] = ACTIONS(1577), + [anon_sym___fastcall] = ACTIONS(1577), + [anon_sym___thiscall] = ACTIONS(1577), + [anon_sym___vectorcall] = ACTIONS(1577), + [anon_sym_LBRACE] = ACTIONS(1579), + [anon_sym_RBRACE] = ACTIONS(1579), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_static] = ACTIONS(1577), + [anon_sym_register] = ACTIONS(1577), + [anon_sym_inline] = ACTIONS(1577), + [anon_sym_thread_local] = ACTIONS(1577), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_volatile] = ACTIONS(1577), + [anon_sym_restrict] = ACTIONS(1577), + [anon_sym__Atomic] = ACTIONS(1577), + [anon_sym_mutable] = ACTIONS(1577), + [anon_sym_constexpr] = ACTIONS(1577), + [anon_sym_signed] = ACTIONS(1577), + [anon_sym_unsigned] = ACTIONS(1577), + [anon_sym_long] = ACTIONS(1577), + [anon_sym_short] = ACTIONS(1577), + [sym_primitive_type] = ACTIONS(1577), + [anon_sym_enum] = ACTIONS(1577), + [anon_sym_class] = ACTIONS(1577), + [anon_sym_struct] = ACTIONS(1577), + [anon_sym_union] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_do] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_continue] = ACTIONS(1577), + [anon_sym_goto] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1577), + [sym_number_literal] = ACTIONS(1579), + [anon_sym_L_SQUOTE] = ACTIONS(1579), + [anon_sym_u_SQUOTE] = ACTIONS(1579), + [anon_sym_U_SQUOTE] = ACTIONS(1579), + [anon_sym_u8_SQUOTE] = ACTIONS(1579), + [anon_sym_SQUOTE] = ACTIONS(1579), + [anon_sym_L_DQUOTE] = ACTIONS(1579), + [anon_sym_u_DQUOTE] = ACTIONS(1579), + [anon_sym_U_DQUOTE] = ACTIONS(1579), + [anon_sym_u8_DQUOTE] = ACTIONS(1579), + [anon_sym_DQUOTE] = ACTIONS(1579), + [sym_true] = ACTIONS(1577), + [sym_false] = ACTIONS(1577), + [sym_null] = ACTIONS(1577), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1577), + [anon_sym_virtual] = ACTIONS(1577), + [anon_sym_explicit] = ACTIONS(1577), + [sym_auto] = ACTIONS(1577), + [anon_sym_typename] = ACTIONS(1577), + [anon_sym_template] = ACTIONS(1577), + [anon_sym_operator] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_throw] = ACTIONS(1577), + [anon_sym_namespace] = ACTIONS(1577), + [anon_sym_using] = ACTIONS(1577), + [anon_sym_static_assert] = ACTIONS(1577), + [anon_sym_co_return] = ACTIONS(1577), + [anon_sym_co_yield] = ACTIONS(1577), + [anon_sym_try] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1577), + [anon_sym_new] = ACTIONS(1577), + [sym_this] = ACTIONS(1577), + [sym_nullptr] = ACTIONS(1577), + [sym_alone_macro] = ACTIONS(1579), + [aux_sym_alone_macro_call_token1] = ACTIONS(1577), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_FORWARD] = ACTIONS(1577), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_PS_GET] = ACTIONS(1577), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), + [anon_sym_MOZ_COLD] = ACTIONS(1577), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_RAII] = ACTIONS(1577), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [sym_raw_string_literal] = ACTIONS(1579), }, - [390] = { - [sym_preproc_def] = STATE(264), - [sym_preproc_function_def] = STATE(264), - [sym_preproc_call] = STATE(264), - [sym_preproc_if_in_field_declaration_list] = STATE(264), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(264), - [sym_preproc_else_in_field_declaration_list] = STATE(4888), - [sym_preproc_elif_in_field_declaration_list] = STATE(4888), - [sym_type_definition] = STATE(264), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(264), - [sym_field_declaration] = STATE(264), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(264), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(264), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(264), - [sym_operator_cast_declaration] = STATE(264), - [sym_constructor_or_destructor_definition] = STATE(264), - [sym_constructor_or_destructor_declaration] = STATE(264), - [sym_friend_declaration] = STATE(264), - [sym_access_specifier] = STATE(264), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(264), - [sym_alias_declaration] = STATE(264), - [sym_static_assert_declaration] = STATE(264), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(264), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(264), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [343] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(5197), + [sym_preproc_elif_in_field_declaration_list] = STATE(5197), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1971), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [344] = { + [sym_preproc_def] = STATE(334), + [sym_preproc_function_def] = STATE(334), + [sym_preproc_call] = STATE(334), + [sym_preproc_if_in_field_declaration_list] = STATE(334), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(334), + [sym_preproc_else_in_field_declaration_list] = STATE(5196), + [sym_preproc_elif_in_field_declaration_list] = STATE(5196), + [sym_type_definition] = STATE(334), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(334), + [sym_field_declaration] = STATE(334), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(334), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(334), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(334), + [sym_operator_cast_declaration] = STATE(334), + [sym_constructor_or_destructor_definition] = STATE(334), + [sym_constructor_or_destructor_declaration] = STATE(334), + [sym_friend_declaration] = STATE(334), + [sym_access_specifier] = STATE(334), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(334), + [sym_alias_declaration] = STATE(334), + [sym_static_assert_declaration] = STATE(334), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(334), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(334), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1989), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1973), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -108801,30 +100064,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -108895,389 +100158,580 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [391] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [345] = { + [sym_identifier] = ACTIONS(1659), + [aux_sym_preproc_include_token1] = ACTIONS(1659), + [aux_sym_preproc_def_token1] = ACTIONS(1659), + [aux_sym_preproc_if_token1] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1659), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1661), + [anon_sym_DASH] = ACTIONS(1659), + [anon_sym_PLUS] = ACTIONS(1659), + [anon_sym_STAR] = ACTIONS(1661), + [anon_sym_AMP_AMP] = ACTIONS(1661), + [anon_sym_AMP] = ACTIONS(1659), + [anon_sym_SEMI] = ACTIONS(1661), + [anon_sym_typedef] = ACTIONS(1659), + [anon_sym_extern] = ACTIONS(1659), + [anon_sym___attribute__] = ACTIONS(1659), + [anon_sym_COLON_COLON] = ACTIONS(1661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1661), + [anon_sym___declspec] = ACTIONS(1659), + [anon_sym___based] = ACTIONS(1659), + [anon_sym___cdecl] = ACTIONS(1659), + [anon_sym___clrcall] = ACTIONS(1659), + [anon_sym___stdcall] = ACTIONS(1659), + [anon_sym___fastcall] = ACTIONS(1659), + [anon_sym___thiscall] = ACTIONS(1659), + [anon_sym___vectorcall] = ACTIONS(1659), + [anon_sym_LBRACE] = ACTIONS(1661), + [anon_sym_RBRACE] = ACTIONS(1661), + [anon_sym_LBRACK] = ACTIONS(1659), + [anon_sym_static] = ACTIONS(1659), + [anon_sym_register] = ACTIONS(1659), + [anon_sym_inline] = ACTIONS(1659), + [anon_sym_thread_local] = ACTIONS(1659), + [anon_sym_const] = ACTIONS(1659), + [anon_sym_volatile] = ACTIONS(1659), + [anon_sym_restrict] = ACTIONS(1659), + [anon_sym__Atomic] = ACTIONS(1659), + [anon_sym_mutable] = ACTIONS(1659), + [anon_sym_constexpr] = ACTIONS(1659), + [anon_sym_signed] = ACTIONS(1659), + [anon_sym_unsigned] = ACTIONS(1659), + [anon_sym_long] = ACTIONS(1659), + [anon_sym_short] = ACTIONS(1659), + [sym_primitive_type] = ACTIONS(1659), + [anon_sym_enum] = ACTIONS(1659), + [anon_sym_class] = ACTIONS(1659), + [anon_sym_struct] = ACTIONS(1659), + [anon_sym_union] = ACTIONS(1659), + [anon_sym_if] = ACTIONS(1659), + [anon_sym_else] = ACTIONS(1659), + [anon_sym_switch] = ACTIONS(1659), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1659), + [anon_sym_while] = ACTIONS(1659), + [anon_sym_do] = ACTIONS(1659), + [anon_sym_for] = ACTIONS(1659), + [anon_sym_return] = ACTIONS(1659), + [anon_sym_break] = ACTIONS(1659), + [anon_sym_continue] = ACTIONS(1659), + [anon_sym_goto] = ACTIONS(1659), + [anon_sym_DASH_DASH] = ACTIONS(1661), + [anon_sym_PLUS_PLUS] = ACTIONS(1661), + [anon_sym_sizeof] = ACTIONS(1659), + [sym_number_literal] = ACTIONS(1661), + [anon_sym_L_SQUOTE] = ACTIONS(1661), + [anon_sym_u_SQUOTE] = ACTIONS(1661), + [anon_sym_U_SQUOTE] = ACTIONS(1661), + [anon_sym_u8_SQUOTE] = ACTIONS(1661), + [anon_sym_SQUOTE] = ACTIONS(1661), + [anon_sym_L_DQUOTE] = ACTIONS(1661), + [anon_sym_u_DQUOTE] = ACTIONS(1661), + [anon_sym_U_DQUOTE] = ACTIONS(1661), + [anon_sym_u8_DQUOTE] = ACTIONS(1661), + [anon_sym_DQUOTE] = ACTIONS(1661), + [sym_true] = ACTIONS(1659), + [sym_false] = ACTIONS(1659), + [sym_null] = ACTIONS(1659), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1659), + [anon_sym_virtual] = ACTIONS(1659), + [anon_sym_explicit] = ACTIONS(1659), + [sym_auto] = ACTIONS(1659), + [anon_sym_typename] = ACTIONS(1659), + [anon_sym_template] = ACTIONS(1659), + [anon_sym_operator] = ACTIONS(1659), + [anon_sym_delete] = ACTIONS(1659), + [anon_sym_throw] = ACTIONS(1659), + [anon_sym_namespace] = ACTIONS(1659), + [anon_sym_using] = ACTIONS(1659), + [anon_sym_static_assert] = ACTIONS(1659), + [anon_sym_co_return] = ACTIONS(1659), + [anon_sym_co_yield] = ACTIONS(1659), + [anon_sym_try] = ACTIONS(1659), + [anon_sym_co_await] = ACTIONS(1659), + [anon_sym_new] = ACTIONS(1659), + [sym_this] = ACTIONS(1659), + [sym_nullptr] = ACTIONS(1659), + [sym_alone_macro] = ACTIONS(1661), + [aux_sym_alone_macro_call_token1] = ACTIONS(1659), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_FORWARD] = ACTIONS(1659), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1659), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_PS_GET] = ACTIONS(1659), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1659), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1659), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1659), + [anon_sym_MOZ_COLD] = ACTIONS(1659), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1659), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1659), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1659), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1659), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1659), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1659), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1659), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1659), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1659), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1659), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1659), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1659), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_RAII] = ACTIONS(1659), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1659), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1659), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1659), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1659), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1659), + [sym_raw_string_literal] = ACTIONS(1661), + }, + [346] = { + [ts_builtin_sym_end] = ACTIONS(1571), + [sym_identifier] = ACTIONS(1569), + [aux_sym_preproc_include_token1] = ACTIONS(1569), + [aux_sym_preproc_def_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), + [sym_preproc_directive] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym___based] = ACTIONS(1569), + [anon_sym___cdecl] = ACTIONS(1569), + [anon_sym___clrcall] = ACTIONS(1569), + [anon_sym___stdcall] = ACTIONS(1569), + [anon_sym___fastcall] = ACTIONS(1569), + [anon_sym___thiscall] = ACTIONS(1569), + [anon_sym___vectorcall] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_else] = ACTIONS(1569), + [anon_sym_switch] = ACTIONS(1569), + [anon_sym_case] = ACTIONS(1569), + [anon_sym_default] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_do] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_continue] = ACTIONS(1569), + [anon_sym_goto] = ACTIONS(1569), + [anon_sym_DASH_DASH] = ACTIONS(1571), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_sizeof] = ACTIONS(1569), + [sym_number_literal] = ACTIONS(1571), + [anon_sym_L_SQUOTE] = ACTIONS(1571), + [anon_sym_u_SQUOTE] = ACTIONS(1571), + [anon_sym_U_SQUOTE] = ACTIONS(1571), + [anon_sym_u8_SQUOTE] = ACTIONS(1571), + [anon_sym_SQUOTE] = ACTIONS(1571), + [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(1569), + [sym_false] = ACTIONS(1569), + [sym_null] = ACTIONS(1569), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [anon_sym_explicit] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_operator] = ACTIONS(1569), + [anon_sym_delete] = ACTIONS(1569), + [anon_sym_throw] = ACTIONS(1569), + [anon_sym_namespace] = ACTIONS(1569), + [anon_sym_using] = ACTIONS(1569), + [anon_sym_static_assert] = ACTIONS(1569), + [anon_sym_co_return] = ACTIONS(1569), + [anon_sym_co_yield] = ACTIONS(1569), + [anon_sym_try] = ACTIONS(1569), + [anon_sym_co_await] = ACTIONS(1569), + [anon_sym_new] = ACTIONS(1569), + [sym_this] = ACTIONS(1569), + [sym_nullptr] = ACTIONS(1569), + [sym_alone_macro] = ACTIONS(1571), + [aux_sym_alone_macro_call_token1] = ACTIONS(1569), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_FORWARD] = ACTIONS(1569), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_PS_GET] = ACTIONS(1569), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), + [sym_raw_string_literal] = ACTIONS(1571), }, - [392] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [347] = { + [ts_builtin_sym_end] = ACTIONS(1587), + [sym_identifier] = ACTIONS(1585), + [aux_sym_preproc_include_token1] = ACTIONS(1585), + [aux_sym_preproc_def_token1] = ACTIONS(1585), + [aux_sym_preproc_if_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), + [sym_preproc_directive] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1587), + [anon_sym_TILDE] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_AMP_AMP] = ACTIONS(1587), + [anon_sym_AMP] = ACTIONS(1585), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_typedef] = ACTIONS(1585), + [anon_sym_extern] = ACTIONS(1585), + [anon_sym___attribute__] = ACTIONS(1585), + [anon_sym_COLON_COLON] = ACTIONS(1587), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), + [anon_sym___declspec] = ACTIONS(1585), + [anon_sym___based] = ACTIONS(1585), + [anon_sym___cdecl] = ACTIONS(1585), + [anon_sym___clrcall] = ACTIONS(1585), + [anon_sym___stdcall] = ACTIONS(1585), + [anon_sym___fastcall] = ACTIONS(1585), + [anon_sym___thiscall] = ACTIONS(1585), + [anon_sym___vectorcall] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1587), + [anon_sym_LBRACK] = ACTIONS(1585), + [anon_sym_static] = ACTIONS(1585), + [anon_sym_register] = ACTIONS(1585), + [anon_sym_inline] = ACTIONS(1585), + [anon_sym_thread_local] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_volatile] = ACTIONS(1585), + [anon_sym_restrict] = ACTIONS(1585), + [anon_sym__Atomic] = ACTIONS(1585), + [anon_sym_mutable] = ACTIONS(1585), + [anon_sym_constexpr] = ACTIONS(1585), + [anon_sym_signed] = ACTIONS(1585), + [anon_sym_unsigned] = ACTIONS(1585), + [anon_sym_long] = ACTIONS(1585), + [anon_sym_short] = ACTIONS(1585), + [sym_primitive_type] = ACTIONS(1585), + [anon_sym_enum] = ACTIONS(1585), + [anon_sym_class] = ACTIONS(1585), + [anon_sym_struct] = ACTIONS(1585), + [anon_sym_union] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_else] = ACTIONS(1585), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_case] = ACTIONS(1585), + [anon_sym_default] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_do] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_continue] = ACTIONS(1585), + [anon_sym_goto] = ACTIONS(1585), + [anon_sym_DASH_DASH] = ACTIONS(1587), + [anon_sym_PLUS_PLUS] = ACTIONS(1587), + [anon_sym_sizeof] = ACTIONS(1585), + [sym_number_literal] = ACTIONS(1587), + [anon_sym_L_SQUOTE] = ACTIONS(1587), + [anon_sym_u_SQUOTE] = ACTIONS(1587), + [anon_sym_U_SQUOTE] = ACTIONS(1587), + [anon_sym_u8_SQUOTE] = ACTIONS(1587), + [anon_sym_SQUOTE] = ACTIONS(1587), + [anon_sym_L_DQUOTE] = ACTIONS(1587), + [anon_sym_u_DQUOTE] = ACTIONS(1587), + [anon_sym_U_DQUOTE] = ACTIONS(1587), + [anon_sym_u8_DQUOTE] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1587), + [sym_true] = ACTIONS(1585), + [sym_false] = ACTIONS(1585), + [sym_null] = ACTIONS(1585), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1585), + [anon_sym_virtual] = ACTIONS(1585), + [anon_sym_explicit] = ACTIONS(1585), + [sym_auto] = ACTIONS(1585), + [anon_sym_typename] = ACTIONS(1585), + [anon_sym_template] = ACTIONS(1585), + [anon_sym_operator] = ACTIONS(1585), + [anon_sym_delete] = ACTIONS(1585), + [anon_sym_throw] = ACTIONS(1585), + [anon_sym_namespace] = ACTIONS(1585), + [anon_sym_using] = ACTIONS(1585), + [anon_sym_static_assert] = ACTIONS(1585), + [anon_sym_co_return] = ACTIONS(1585), + [anon_sym_co_yield] = ACTIONS(1585), + [anon_sym_try] = ACTIONS(1585), + [anon_sym_co_await] = ACTIONS(1585), + [anon_sym_new] = ACTIONS(1585), + [sym_this] = ACTIONS(1585), + [sym_nullptr] = ACTIONS(1585), + [sym_alone_macro] = ACTIONS(1587), + [aux_sym_alone_macro_call_token1] = ACTIONS(1585), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_FORWARD] = ACTIONS(1585), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_PS_GET] = ACTIONS(1585), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), + [anon_sym_MOZ_COLD] = ACTIONS(1585), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_RAII] = ACTIONS(1585), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), + [sym_raw_string_literal] = ACTIONS(1587), }, - [393] = { + [348] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -109468,7 +100922,389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [394] = { + [349] = { + [sym_identifier] = ACTIONS(1569), + [aux_sym_preproc_include_token1] = ACTIONS(1569), + [aux_sym_preproc_def_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), + [sym_preproc_directive] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym___based] = ACTIONS(1569), + [anon_sym___cdecl] = ACTIONS(1569), + [anon_sym___clrcall] = ACTIONS(1569), + [anon_sym___stdcall] = ACTIONS(1569), + [anon_sym___fastcall] = ACTIONS(1569), + [anon_sym___thiscall] = ACTIONS(1569), + [anon_sym___vectorcall] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_RBRACE] = ACTIONS(1571), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_else] = ACTIONS(1569), + [anon_sym_switch] = ACTIONS(1569), + [anon_sym_case] = ACTIONS(1569), + [anon_sym_default] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_do] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_continue] = ACTIONS(1569), + [anon_sym_goto] = ACTIONS(1569), + [anon_sym_DASH_DASH] = ACTIONS(1571), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_sizeof] = ACTIONS(1569), + [sym_number_literal] = ACTIONS(1571), + [anon_sym_L_SQUOTE] = ACTIONS(1571), + [anon_sym_u_SQUOTE] = ACTIONS(1571), + [anon_sym_U_SQUOTE] = ACTIONS(1571), + [anon_sym_u8_SQUOTE] = ACTIONS(1571), + [anon_sym_SQUOTE] = ACTIONS(1571), + [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(1569), + [sym_false] = ACTIONS(1569), + [sym_null] = ACTIONS(1569), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [anon_sym_explicit] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_operator] = ACTIONS(1569), + [anon_sym_delete] = ACTIONS(1569), + [anon_sym_throw] = ACTIONS(1569), + [anon_sym_namespace] = ACTIONS(1569), + [anon_sym_using] = ACTIONS(1569), + [anon_sym_static_assert] = ACTIONS(1569), + [anon_sym_co_return] = ACTIONS(1569), + [anon_sym_co_yield] = ACTIONS(1569), + [anon_sym_try] = ACTIONS(1569), + [anon_sym_co_await] = ACTIONS(1569), + [anon_sym_new] = ACTIONS(1569), + [sym_this] = ACTIONS(1569), + [sym_nullptr] = ACTIONS(1569), + [sym_alone_macro] = ACTIONS(1571), + [aux_sym_alone_macro_call_token1] = ACTIONS(1569), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_FORWARD] = ACTIONS(1569), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_PS_GET] = ACTIONS(1569), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), + [sym_raw_string_literal] = ACTIONS(1571), + }, + [350] = { + [sym_preproc_def] = STATE(343), + [sym_preproc_function_def] = STATE(343), + [sym_preproc_call] = STATE(343), + [sym_preproc_if_in_field_declaration_list] = STATE(343), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(343), + [sym_preproc_else_in_field_declaration_list] = STATE(5182), + [sym_preproc_elif_in_field_declaration_list] = STATE(5182), + [sym_type_definition] = STATE(343), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(343), + [sym_field_declaration] = STATE(343), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(343), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(343), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(343), + [sym_operator_cast_declaration] = STATE(343), + [sym_constructor_or_destructor_definition] = STATE(343), + [sym_constructor_or_destructor_declaration] = STATE(343), + [sym_friend_declaration] = STATE(343), + [sym_access_specifier] = STATE(343), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(343), + [sym_alias_declaration] = STATE(343), + [sym_static_assert_declaration] = STATE(343), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(343), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(343), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1975), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [351] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -109659,7 +101495,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [395] = { + [352] = { + [sym_identifier] = ACTIONS(1641), + [aux_sym_preproc_include_token1] = ACTIONS(1641), + [aux_sym_preproc_def_token1] = ACTIONS(1641), + [aux_sym_preproc_if_token1] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), + [sym_preproc_directive] = ACTIONS(1641), + [anon_sym_LPAREN2] = ACTIONS(1643), + [anon_sym_BANG] = ACTIONS(1643), + [anon_sym_TILDE] = ACTIONS(1643), + [anon_sym_DASH] = ACTIONS(1641), + [anon_sym_PLUS] = ACTIONS(1641), + [anon_sym_STAR] = ACTIONS(1643), + [anon_sym_AMP_AMP] = ACTIONS(1643), + [anon_sym_AMP] = ACTIONS(1641), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_typedef] = ACTIONS(1641), + [anon_sym_extern] = ACTIONS(1641), + [anon_sym___attribute__] = ACTIONS(1641), + [anon_sym_COLON_COLON] = ACTIONS(1643), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), + [anon_sym___declspec] = ACTIONS(1641), + [anon_sym___based] = ACTIONS(1641), + [anon_sym___cdecl] = ACTIONS(1641), + [anon_sym___clrcall] = ACTIONS(1641), + [anon_sym___stdcall] = ACTIONS(1641), + [anon_sym___fastcall] = ACTIONS(1641), + [anon_sym___thiscall] = ACTIONS(1641), + [anon_sym___vectorcall] = ACTIONS(1641), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_RBRACE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1641), + [anon_sym_static] = ACTIONS(1641), + [anon_sym_register] = ACTIONS(1641), + [anon_sym_inline] = ACTIONS(1641), + [anon_sym_thread_local] = ACTIONS(1641), + [anon_sym_const] = ACTIONS(1641), + [anon_sym_volatile] = ACTIONS(1641), + [anon_sym_restrict] = ACTIONS(1641), + [anon_sym__Atomic] = ACTIONS(1641), + [anon_sym_mutable] = ACTIONS(1641), + [anon_sym_constexpr] = ACTIONS(1641), + [anon_sym_signed] = ACTIONS(1641), + [anon_sym_unsigned] = ACTIONS(1641), + [anon_sym_long] = ACTIONS(1641), + [anon_sym_short] = ACTIONS(1641), + [sym_primitive_type] = ACTIONS(1641), + [anon_sym_enum] = ACTIONS(1641), + [anon_sym_class] = ACTIONS(1641), + [anon_sym_struct] = ACTIONS(1641), + [anon_sym_union] = ACTIONS(1641), + [anon_sym_if] = ACTIONS(1641), + [anon_sym_else] = ACTIONS(1641), + [anon_sym_switch] = ACTIONS(1641), + [anon_sym_case] = ACTIONS(1641), + [anon_sym_default] = ACTIONS(1641), + [anon_sym_while] = ACTIONS(1641), + [anon_sym_do] = ACTIONS(1641), + [anon_sym_for] = ACTIONS(1641), + [anon_sym_return] = ACTIONS(1641), + [anon_sym_break] = ACTIONS(1641), + [anon_sym_continue] = ACTIONS(1641), + [anon_sym_goto] = ACTIONS(1641), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_PLUS_PLUS] = ACTIONS(1643), + [anon_sym_sizeof] = ACTIONS(1641), + [sym_number_literal] = ACTIONS(1643), + [anon_sym_L_SQUOTE] = ACTIONS(1643), + [anon_sym_u_SQUOTE] = ACTIONS(1643), + [anon_sym_U_SQUOTE] = ACTIONS(1643), + [anon_sym_u8_SQUOTE] = ACTIONS(1643), + [anon_sym_SQUOTE] = ACTIONS(1643), + [anon_sym_L_DQUOTE] = ACTIONS(1643), + [anon_sym_u_DQUOTE] = ACTIONS(1643), + [anon_sym_U_DQUOTE] = ACTIONS(1643), + [anon_sym_u8_DQUOTE] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym_true] = ACTIONS(1641), + [sym_false] = ACTIONS(1641), + [sym_null] = ACTIONS(1641), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1641), + [anon_sym_virtual] = ACTIONS(1641), + [anon_sym_explicit] = ACTIONS(1641), + [sym_auto] = ACTIONS(1641), + [anon_sym_typename] = ACTIONS(1641), + [anon_sym_template] = ACTIONS(1641), + [anon_sym_operator] = ACTIONS(1641), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_throw] = ACTIONS(1641), + [anon_sym_namespace] = ACTIONS(1641), + [anon_sym_using] = ACTIONS(1641), + [anon_sym_static_assert] = ACTIONS(1641), + [anon_sym_co_return] = ACTIONS(1641), + [anon_sym_co_yield] = ACTIONS(1641), + [anon_sym_try] = ACTIONS(1641), + [anon_sym_co_await] = ACTIONS(1641), + [anon_sym_new] = ACTIONS(1641), + [sym_this] = ACTIONS(1641), + [sym_nullptr] = ACTIONS(1641), + [sym_alone_macro] = ACTIONS(1643), + [aux_sym_alone_macro_call_token1] = ACTIONS(1641), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_FORWARD] = ACTIONS(1641), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_PS_GET] = ACTIONS(1641), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), + [anon_sym_MOZ_COLD] = ACTIONS(1641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_RAII] = ACTIONS(1641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), + [sym_raw_string_literal] = ACTIONS(1643), + }, + [353] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -109850,7 +101877,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [396] = { + [354] = { + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_include_token1] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1645), + [aux_sym_preproc_if_token1] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), + [sym_preproc_directive] = ACTIONS(1645), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_BANG] = ACTIONS(1647), + [anon_sym_TILDE] = ACTIONS(1647), + [anon_sym_DASH] = ACTIONS(1645), + [anon_sym_PLUS] = ACTIONS(1645), + [anon_sym_STAR] = ACTIONS(1647), + [anon_sym_AMP_AMP] = ACTIONS(1647), + [anon_sym_AMP] = ACTIONS(1645), + [anon_sym_SEMI] = ACTIONS(1647), + [anon_sym_typedef] = ACTIONS(1645), + [anon_sym_extern] = ACTIONS(1645), + [anon_sym___attribute__] = ACTIONS(1645), + [anon_sym_COLON_COLON] = ACTIONS(1647), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym___based] = ACTIONS(1645), + [anon_sym___cdecl] = ACTIONS(1645), + [anon_sym___clrcall] = ACTIONS(1645), + [anon_sym___stdcall] = ACTIONS(1645), + [anon_sym___fastcall] = ACTIONS(1645), + [anon_sym___thiscall] = ACTIONS(1645), + [anon_sym___vectorcall] = ACTIONS(1645), + [anon_sym_LBRACE] = ACTIONS(1647), + [anon_sym_RBRACE] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1645), + [anon_sym_static] = ACTIONS(1645), + [anon_sym_register] = ACTIONS(1645), + [anon_sym_inline] = ACTIONS(1645), + [anon_sym_thread_local] = ACTIONS(1645), + [anon_sym_const] = ACTIONS(1645), + [anon_sym_volatile] = ACTIONS(1645), + [anon_sym_restrict] = ACTIONS(1645), + [anon_sym__Atomic] = ACTIONS(1645), + [anon_sym_mutable] = ACTIONS(1645), + [anon_sym_constexpr] = ACTIONS(1645), + [anon_sym_signed] = ACTIONS(1645), + [anon_sym_unsigned] = ACTIONS(1645), + [anon_sym_long] = ACTIONS(1645), + [anon_sym_short] = ACTIONS(1645), + [sym_primitive_type] = ACTIONS(1645), + [anon_sym_enum] = ACTIONS(1645), + [anon_sym_class] = ACTIONS(1645), + [anon_sym_struct] = ACTIONS(1645), + [anon_sym_union] = ACTIONS(1645), + [anon_sym_if] = ACTIONS(1645), + [anon_sym_else] = ACTIONS(1645), + [anon_sym_switch] = ACTIONS(1645), + [anon_sym_case] = ACTIONS(1645), + [anon_sym_default] = ACTIONS(1645), + [anon_sym_while] = ACTIONS(1645), + [anon_sym_do] = ACTIONS(1645), + [anon_sym_for] = ACTIONS(1645), + [anon_sym_return] = ACTIONS(1645), + [anon_sym_break] = ACTIONS(1645), + [anon_sym_continue] = ACTIONS(1645), + [anon_sym_goto] = ACTIONS(1645), + [anon_sym_DASH_DASH] = ACTIONS(1647), + [anon_sym_PLUS_PLUS] = ACTIONS(1647), + [anon_sym_sizeof] = ACTIONS(1645), + [sym_number_literal] = ACTIONS(1647), + [anon_sym_L_SQUOTE] = ACTIONS(1647), + [anon_sym_u_SQUOTE] = ACTIONS(1647), + [anon_sym_U_SQUOTE] = ACTIONS(1647), + [anon_sym_u8_SQUOTE] = ACTIONS(1647), + [anon_sym_SQUOTE] = ACTIONS(1647), + [anon_sym_L_DQUOTE] = ACTIONS(1647), + [anon_sym_u_DQUOTE] = ACTIONS(1647), + [anon_sym_U_DQUOTE] = ACTIONS(1647), + [anon_sym_u8_DQUOTE] = ACTIONS(1647), + [anon_sym_DQUOTE] = ACTIONS(1647), + [sym_true] = ACTIONS(1645), + [sym_false] = ACTIONS(1645), + [sym_null] = ACTIONS(1645), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1645), + [anon_sym_virtual] = ACTIONS(1645), + [anon_sym_explicit] = ACTIONS(1645), + [sym_auto] = ACTIONS(1645), + [anon_sym_typename] = ACTIONS(1645), + [anon_sym_template] = ACTIONS(1645), + [anon_sym_operator] = ACTIONS(1645), + [anon_sym_delete] = ACTIONS(1645), + [anon_sym_throw] = ACTIONS(1645), + [anon_sym_namespace] = ACTIONS(1645), + [anon_sym_using] = ACTIONS(1645), + [anon_sym_static_assert] = ACTIONS(1645), + [anon_sym_co_return] = ACTIONS(1645), + [anon_sym_co_yield] = ACTIONS(1645), + [anon_sym_try] = ACTIONS(1645), + [anon_sym_co_await] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1645), + [sym_this] = ACTIONS(1645), + [sym_nullptr] = ACTIONS(1645), + [sym_alone_macro] = ACTIONS(1647), + [aux_sym_alone_macro_call_token1] = ACTIONS(1645), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_FORWARD] = ACTIONS(1645), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_PS_GET] = ACTIONS(1645), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), + [anon_sym_MOZ_COLD] = ACTIONS(1645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_RAII] = ACTIONS(1645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), + [sym_raw_string_literal] = ACTIONS(1647), + }, + [355] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -110041,7 +102259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [397] = { + [356] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -110232,7 +102450,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [398] = { + [357] = { + [sym_identifier] = ACTIONS(1653), + [aux_sym_preproc_include_token1] = ACTIONS(1653), + [aux_sym_preproc_def_token1] = ACTIONS(1653), + [aux_sym_preproc_if_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [sym_preproc_directive] = ACTIONS(1653), + [anon_sym_LPAREN2] = ACTIONS(1655), + [anon_sym_BANG] = ACTIONS(1655), + [anon_sym_TILDE] = ACTIONS(1655), + [anon_sym_DASH] = ACTIONS(1653), + [anon_sym_PLUS] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(1655), + [anon_sym_AMP_AMP] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1653), + [anon_sym_SEMI] = ACTIONS(1655), + [anon_sym_typedef] = ACTIONS(1653), + [anon_sym_extern] = ACTIONS(1653), + [anon_sym___attribute__] = ACTIONS(1653), + [anon_sym_COLON_COLON] = ACTIONS(1655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), + [anon_sym___declspec] = ACTIONS(1653), + [anon_sym___based] = ACTIONS(1653), + [anon_sym___cdecl] = ACTIONS(1653), + [anon_sym___clrcall] = ACTIONS(1653), + [anon_sym___stdcall] = ACTIONS(1653), + [anon_sym___fastcall] = ACTIONS(1653), + [anon_sym___thiscall] = ACTIONS(1653), + [anon_sym___vectorcall] = ACTIONS(1653), + [anon_sym_LBRACE] = ACTIONS(1655), + [anon_sym_RBRACE] = ACTIONS(1655), + [anon_sym_LBRACK] = ACTIONS(1653), + [anon_sym_static] = ACTIONS(1653), + [anon_sym_register] = ACTIONS(1653), + [anon_sym_inline] = ACTIONS(1653), + [anon_sym_thread_local] = ACTIONS(1653), + [anon_sym_const] = ACTIONS(1653), + [anon_sym_volatile] = ACTIONS(1653), + [anon_sym_restrict] = ACTIONS(1653), + [anon_sym__Atomic] = ACTIONS(1653), + [anon_sym_mutable] = ACTIONS(1653), + [anon_sym_constexpr] = ACTIONS(1653), + [anon_sym_signed] = ACTIONS(1653), + [anon_sym_unsigned] = ACTIONS(1653), + [anon_sym_long] = ACTIONS(1653), + [anon_sym_short] = ACTIONS(1653), + [sym_primitive_type] = ACTIONS(1653), + [anon_sym_enum] = ACTIONS(1653), + [anon_sym_class] = ACTIONS(1653), + [anon_sym_struct] = ACTIONS(1653), + [anon_sym_union] = ACTIONS(1653), + [anon_sym_if] = ACTIONS(1653), + [anon_sym_else] = ACTIONS(1977), + [anon_sym_switch] = ACTIONS(1653), + [anon_sym_case] = ACTIONS(1653), + [anon_sym_default] = ACTIONS(1653), + [anon_sym_while] = ACTIONS(1653), + [anon_sym_do] = ACTIONS(1653), + [anon_sym_for] = ACTIONS(1653), + [anon_sym_return] = ACTIONS(1653), + [anon_sym_break] = ACTIONS(1653), + [anon_sym_continue] = ACTIONS(1653), + [anon_sym_goto] = ACTIONS(1653), + [anon_sym_DASH_DASH] = ACTIONS(1655), + [anon_sym_PLUS_PLUS] = ACTIONS(1655), + [anon_sym_sizeof] = ACTIONS(1653), + [sym_number_literal] = ACTIONS(1655), + [anon_sym_L_SQUOTE] = ACTIONS(1655), + [anon_sym_u_SQUOTE] = ACTIONS(1655), + [anon_sym_U_SQUOTE] = ACTIONS(1655), + [anon_sym_u8_SQUOTE] = ACTIONS(1655), + [anon_sym_SQUOTE] = ACTIONS(1655), + [anon_sym_L_DQUOTE] = ACTIONS(1655), + [anon_sym_u_DQUOTE] = ACTIONS(1655), + [anon_sym_U_DQUOTE] = ACTIONS(1655), + [anon_sym_u8_DQUOTE] = ACTIONS(1655), + [anon_sym_DQUOTE] = ACTIONS(1655), + [sym_true] = ACTIONS(1653), + [sym_false] = ACTIONS(1653), + [sym_null] = ACTIONS(1653), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1653), + [anon_sym_virtual] = ACTIONS(1653), + [anon_sym_explicit] = ACTIONS(1653), + [sym_auto] = ACTIONS(1653), + [anon_sym_typename] = ACTIONS(1653), + [anon_sym_template] = ACTIONS(1653), + [anon_sym_operator] = ACTIONS(1653), + [anon_sym_delete] = ACTIONS(1653), + [anon_sym_throw] = ACTIONS(1653), + [anon_sym_namespace] = ACTIONS(1653), + [anon_sym_using] = ACTIONS(1653), + [anon_sym_static_assert] = ACTIONS(1653), + [anon_sym_co_return] = ACTIONS(1653), + [anon_sym_co_yield] = ACTIONS(1653), + [anon_sym_try] = ACTIONS(1653), + [anon_sym_co_await] = ACTIONS(1653), + [anon_sym_new] = ACTIONS(1653), + [sym_this] = ACTIONS(1653), + [sym_nullptr] = ACTIONS(1653), + [sym_alone_macro] = ACTIONS(1655), + [aux_sym_alone_macro_call_token1] = ACTIONS(1653), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_FORWARD] = ACTIONS(1653), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_PS_GET] = ACTIONS(1653), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), + [anon_sym_MOZ_COLD] = ACTIONS(1653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_RAII] = ACTIONS(1653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), + [sym_raw_string_literal] = ACTIONS(1655), + }, + [358] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -110423,198 +102832,389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [399] = { - [ts_builtin_sym_end] = ACTIONS(1547), - [sym_identifier] = ACTIONS(1545), - [aux_sym_preproc_include_token1] = ACTIONS(1545), - [aux_sym_preproc_def_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), - [sym_preproc_directive] = ACTIONS(1545), - [anon_sym_LPAREN2] = ACTIONS(1547), - [anon_sym_BANG] = ACTIONS(1547), - [anon_sym_TILDE] = ACTIONS(1547), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1547), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1547), - [anon_sym_typedef] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym___attribute__] = ACTIONS(1545), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), - [anon_sym___declspec] = ACTIONS(1545), - [anon_sym___based] = ACTIONS(1545), - [anon_sym___cdecl] = ACTIONS(1545), - [anon_sym___clrcall] = ACTIONS(1545), - [anon_sym___stdcall] = ACTIONS(1545), - [anon_sym___fastcall] = ACTIONS(1545), - [anon_sym___thiscall] = ACTIONS(1545), - [anon_sym___vectorcall] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_static] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_inline] = ACTIONS(1545), - [anon_sym_thread_local] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_volatile] = ACTIONS(1545), - [anon_sym_restrict] = ACTIONS(1545), - [anon_sym__Atomic] = ACTIONS(1545), - [anon_sym_mutable] = ACTIONS(1545), - [anon_sym_constexpr] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1545), - [anon_sym_unsigned] = ACTIONS(1545), - [anon_sym_long] = ACTIONS(1545), - [anon_sym_short] = ACTIONS(1545), - [sym_primitive_type] = ACTIONS(1545), - [anon_sym_enum] = ACTIONS(1545), - [anon_sym_class] = ACTIONS(1545), - [anon_sym_struct] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_else] = ACTIONS(1545), - [anon_sym_switch] = ACTIONS(1545), - [anon_sym_case] = ACTIONS(1545), - [anon_sym_default] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_goto] = ACTIONS(1545), - [anon_sym_DASH_DASH] = ACTIONS(1547), - [anon_sym_PLUS_PLUS] = ACTIONS(1547), - [anon_sym_sizeof] = ACTIONS(1545), - [sym_number_literal] = ACTIONS(1547), - [anon_sym_L_SQUOTE] = ACTIONS(1547), - [anon_sym_u_SQUOTE] = ACTIONS(1547), - [anon_sym_U_SQUOTE] = ACTIONS(1547), - [anon_sym_u8_SQUOTE] = ACTIONS(1547), - [anon_sym_SQUOTE] = ACTIONS(1547), - [anon_sym_L_DQUOTE] = ACTIONS(1547), - [anon_sym_u_DQUOTE] = ACTIONS(1547), - [anon_sym_U_DQUOTE] = ACTIONS(1547), - [anon_sym_u8_DQUOTE] = ACTIONS(1547), - [anon_sym_DQUOTE] = ACTIONS(1547), - [sym_true] = ACTIONS(1545), - [sym_false] = ACTIONS(1545), - [sym_null] = ACTIONS(1545), + [359] = { + [sym_identifier] = ACTIONS(1663), + [aux_sym_preproc_include_token1] = ACTIONS(1663), + [aux_sym_preproc_def_token1] = ACTIONS(1663), + [aux_sym_preproc_if_token1] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1663), + [sym_preproc_directive] = ACTIONS(1663), + [anon_sym_LPAREN2] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(1665), + [anon_sym_AMP] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym___attribute__] = ACTIONS(1663), + [anon_sym_COLON_COLON] = ACTIONS(1665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1665), + [anon_sym___declspec] = ACTIONS(1663), + [anon_sym___based] = ACTIONS(1663), + [anon_sym___cdecl] = ACTIONS(1663), + [anon_sym___clrcall] = ACTIONS(1663), + [anon_sym___stdcall] = ACTIONS(1663), + [anon_sym___fastcall] = ACTIONS(1663), + [anon_sym___thiscall] = ACTIONS(1663), + [anon_sym___vectorcall] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_RBRACE] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1663), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_thread_local] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_mutable] = ACTIONS(1663), + [anon_sym_constexpr] = ACTIONS(1663), + [anon_sym_signed] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_class] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [anon_sym_L_SQUOTE] = ACTIONS(1665), + [anon_sym_u_SQUOTE] = ACTIONS(1665), + [anon_sym_U_SQUOTE] = ACTIONS(1665), + [anon_sym_u8_SQUOTE] = ACTIONS(1665), + [anon_sym_SQUOTE] = ACTIONS(1665), + [anon_sym_L_DQUOTE] = ACTIONS(1665), + [anon_sym_u_DQUOTE] = ACTIONS(1665), + [anon_sym_U_DQUOTE] = ACTIONS(1665), + [anon_sym_u8_DQUOTE] = ACTIONS(1665), + [anon_sym_DQUOTE] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1663), + [anon_sym_virtual] = ACTIONS(1663), + [anon_sym_explicit] = ACTIONS(1663), + [sym_auto] = ACTIONS(1663), + [anon_sym_typename] = ACTIONS(1663), + [anon_sym_template] = ACTIONS(1663), + [anon_sym_operator] = ACTIONS(1663), + [anon_sym_delete] = ACTIONS(1663), + [anon_sym_throw] = ACTIONS(1663), + [anon_sym_namespace] = ACTIONS(1663), + [anon_sym_using] = ACTIONS(1663), + [anon_sym_static_assert] = ACTIONS(1663), + [anon_sym_co_return] = ACTIONS(1663), + [anon_sym_co_yield] = ACTIONS(1663), + [anon_sym_try] = ACTIONS(1663), + [anon_sym_co_await] = ACTIONS(1663), + [anon_sym_new] = ACTIONS(1663), + [sym_this] = ACTIONS(1663), + [sym_nullptr] = ACTIONS(1663), + [sym_alone_macro] = ACTIONS(1665), + [aux_sym_alone_macro_call_token1] = ACTIONS(1663), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_FORWARD] = ACTIONS(1663), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1663), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_PS_GET] = ACTIONS(1663), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1663), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1663), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1663), + [anon_sym_MOZ_COLD] = ACTIONS(1663), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1663), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1663), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1663), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1663), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1663), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1663), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1663), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1663), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1663), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1663), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1663), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1663), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_RAII] = ACTIONS(1663), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1663), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1663), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1663), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1663), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1663), + [sym_raw_string_literal] = ACTIONS(1665), + }, + [360] = { + [sym_identifier] = ACTIONS(1609), + [aux_sym_preproc_include_token1] = ACTIONS(1609), + [aux_sym_preproc_def_token1] = ACTIONS(1609), + [aux_sym_preproc_if_token1] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), + [sym_preproc_directive] = ACTIONS(1609), + [anon_sym_LPAREN2] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_AMP_AMP] = ACTIONS(1611), + [anon_sym_AMP] = ACTIONS(1609), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym___attribute__] = ACTIONS(1609), + [anon_sym_COLON_COLON] = ACTIONS(1611), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), + [anon_sym___declspec] = ACTIONS(1609), + [anon_sym___based] = ACTIONS(1609), + [anon_sym___cdecl] = ACTIONS(1609), + [anon_sym___clrcall] = ACTIONS(1609), + [anon_sym___stdcall] = ACTIONS(1609), + [anon_sym___fastcall] = ACTIONS(1609), + [anon_sym___thiscall] = ACTIONS(1609), + [anon_sym___vectorcall] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_RBRACE] = ACTIONS(1611), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_thread_local] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym__Atomic] = ACTIONS(1609), + [anon_sym_mutable] = ACTIONS(1609), + [anon_sym_constexpr] = ACTIONS(1609), + [anon_sym_signed] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_class] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1611), + [anon_sym_L_SQUOTE] = ACTIONS(1611), + [anon_sym_u_SQUOTE] = ACTIONS(1611), + [anon_sym_U_SQUOTE] = ACTIONS(1611), + [anon_sym_u8_SQUOTE] = ACTIONS(1611), + [anon_sym_SQUOTE] = ACTIONS(1611), + [anon_sym_L_DQUOTE] = ACTIONS(1611), + [anon_sym_u_DQUOTE] = ACTIONS(1611), + [anon_sym_U_DQUOTE] = ACTIONS(1611), + [anon_sym_u8_DQUOTE] = ACTIONS(1611), + [anon_sym_DQUOTE] = ACTIONS(1611), + [sym_true] = ACTIONS(1609), + [sym_false] = ACTIONS(1609), + [sym_null] = ACTIONS(1609), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1545), - [anon_sym_virtual] = ACTIONS(1545), - [anon_sym_explicit] = ACTIONS(1545), - [sym_auto] = ACTIONS(1545), - [anon_sym_typename] = ACTIONS(1545), - [anon_sym_template] = ACTIONS(1545), - [anon_sym_operator] = ACTIONS(1545), - [anon_sym_delete] = ACTIONS(1545), - [anon_sym_throw] = ACTIONS(1545), - [anon_sym_namespace] = ACTIONS(1545), - [anon_sym_using] = ACTIONS(1545), - [anon_sym_static_assert] = ACTIONS(1545), - [anon_sym_co_return] = ACTIONS(1545), - [anon_sym_co_yield] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_co_await] = ACTIONS(1545), - [anon_sym_new] = ACTIONS(1545), - [sym_this] = ACTIONS(1545), - [sym_nullptr] = ACTIONS(1545), - [sym_alone_macro] = ACTIONS(1547), - [aux_sym_alone_macro_call_token1] = ACTIONS(1545), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_FORWARD] = ACTIONS(1545), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_PS_GET] = ACTIONS(1545), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), - [anon_sym_MOZ_COLD] = ACTIONS(1545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_RAII] = ACTIONS(1545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), - [sym_raw_string_literal] = ACTIONS(1547), + [anon_sym_decltype] = ACTIONS(1609), + [anon_sym_virtual] = ACTIONS(1609), + [anon_sym_explicit] = ACTIONS(1609), + [sym_auto] = ACTIONS(1609), + [anon_sym_typename] = ACTIONS(1609), + [anon_sym_template] = ACTIONS(1609), + [anon_sym_operator] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_throw] = ACTIONS(1609), + [anon_sym_namespace] = ACTIONS(1609), + [anon_sym_using] = ACTIONS(1609), + [anon_sym_static_assert] = ACTIONS(1609), + [anon_sym_co_return] = ACTIONS(1609), + [anon_sym_co_yield] = ACTIONS(1609), + [anon_sym_try] = ACTIONS(1609), + [anon_sym_co_await] = ACTIONS(1609), + [anon_sym_new] = ACTIONS(1609), + [sym_this] = ACTIONS(1609), + [sym_nullptr] = ACTIONS(1609), + [sym_alone_macro] = ACTIONS(1611), + [aux_sym_alone_macro_call_token1] = ACTIONS(1609), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_FORWARD] = ACTIONS(1609), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_PS_GET] = ACTIONS(1609), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), + [anon_sym_MOZ_COLD] = ACTIONS(1609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_RAII] = ACTIONS(1609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), + [sym_raw_string_literal] = ACTIONS(1611), }, - [400] = { + [361] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -110805,198 +103405,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [401] = { - [ts_builtin_sym_end] = ACTIONS(1631), - [sym_identifier] = ACTIONS(1629), - [aux_sym_preproc_include_token1] = ACTIONS(1629), - [aux_sym_preproc_def_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), - [sym_preproc_directive] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP_AMP] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1629), - [anon_sym_SEMI] = ACTIONS(1631), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym___based] = ACTIONS(1629), - [anon_sym___cdecl] = ACTIONS(1629), - [anon_sym___clrcall] = ACTIONS(1629), - [anon_sym___stdcall] = ACTIONS(1629), - [anon_sym___fastcall] = ACTIONS(1629), - [anon_sym___thiscall] = ACTIONS(1629), - [anon_sym___vectorcall] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_else] = ACTIONS(1629), - [anon_sym_switch] = ACTIONS(1629), - [anon_sym_case] = ACTIONS(1629), - [anon_sym_default] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_goto] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1631), - [anon_sym_PLUS_PLUS] = ACTIONS(1631), - [anon_sym_sizeof] = ACTIONS(1629), - [sym_number_literal] = ACTIONS(1631), - [anon_sym_L_SQUOTE] = ACTIONS(1631), - [anon_sym_u_SQUOTE] = ACTIONS(1631), - [anon_sym_U_SQUOTE] = ACTIONS(1631), - [anon_sym_u8_SQUOTE] = ACTIONS(1631), - [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_L_DQUOTE] = ACTIONS(1631), - [anon_sym_u_DQUOTE] = ACTIONS(1631), - [anon_sym_U_DQUOTE] = ACTIONS(1631), - [anon_sym_u8_DQUOTE] = ACTIONS(1631), - [anon_sym_DQUOTE] = ACTIONS(1631), - [sym_true] = ACTIONS(1629), - [sym_false] = ACTIONS(1629), - [sym_null] = ACTIONS(1629), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1629), - [anon_sym_virtual] = ACTIONS(1629), - [anon_sym_explicit] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_operator] = ACTIONS(1629), - [anon_sym_delete] = ACTIONS(1629), - [anon_sym_throw] = ACTIONS(1629), - [anon_sym_namespace] = ACTIONS(1629), - [anon_sym_using] = ACTIONS(1629), - [anon_sym_static_assert] = ACTIONS(1629), - [anon_sym_co_return] = ACTIONS(1629), - [anon_sym_co_yield] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_co_await] = ACTIONS(1629), - [anon_sym_new] = ACTIONS(1629), - [sym_this] = ACTIONS(1629), - [sym_nullptr] = ACTIONS(1629), - [sym_alone_macro] = ACTIONS(1631), - [aux_sym_alone_macro_call_token1] = ACTIONS(1629), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_FORWARD] = ACTIONS(1629), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_PS_GET] = ACTIONS(1629), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), - [sym_raw_string_literal] = ACTIONS(1631), - }, - [402] = { + [362] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -111187,7 +103596,389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [403] = { + [363] = { + [sym_identifier] = ACTIONS(1675), + [aux_sym_preproc_include_token1] = ACTIONS(1675), + [aux_sym_preproc_def_token1] = ACTIONS(1675), + [aux_sym_preproc_if_token1] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), + [sym_preproc_directive] = ACTIONS(1675), + [anon_sym_LPAREN2] = ACTIONS(1677), + [anon_sym_BANG] = ACTIONS(1677), + [anon_sym_TILDE] = ACTIONS(1677), + [anon_sym_DASH] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1677), + [anon_sym_AMP_AMP] = ACTIONS(1677), + [anon_sym_AMP] = ACTIONS(1675), + [anon_sym_SEMI] = ACTIONS(1677), + [anon_sym_typedef] = ACTIONS(1675), + [anon_sym_extern] = ACTIONS(1675), + [anon_sym___attribute__] = ACTIONS(1675), + [anon_sym_COLON_COLON] = ACTIONS(1677), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), + [anon_sym___declspec] = ACTIONS(1675), + [anon_sym___based] = ACTIONS(1675), + [anon_sym___cdecl] = ACTIONS(1675), + [anon_sym___clrcall] = ACTIONS(1675), + [anon_sym___stdcall] = ACTIONS(1675), + [anon_sym___fastcall] = ACTIONS(1675), + [anon_sym___thiscall] = ACTIONS(1675), + [anon_sym___vectorcall] = ACTIONS(1675), + [anon_sym_LBRACE] = ACTIONS(1677), + [anon_sym_RBRACE] = ACTIONS(1677), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1675), + [anon_sym_register] = ACTIONS(1675), + [anon_sym_inline] = ACTIONS(1675), + [anon_sym_thread_local] = ACTIONS(1675), + [anon_sym_const] = ACTIONS(1675), + [anon_sym_volatile] = ACTIONS(1675), + [anon_sym_restrict] = ACTIONS(1675), + [anon_sym__Atomic] = ACTIONS(1675), + [anon_sym_mutable] = ACTIONS(1675), + [anon_sym_constexpr] = ACTIONS(1675), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1675), + [anon_sym_enum] = ACTIONS(1675), + [anon_sym_class] = ACTIONS(1675), + [anon_sym_struct] = ACTIONS(1675), + [anon_sym_union] = ACTIONS(1675), + [anon_sym_if] = ACTIONS(1675), + [anon_sym_else] = ACTIONS(1675), + [anon_sym_switch] = ACTIONS(1675), + [anon_sym_case] = ACTIONS(1675), + [anon_sym_default] = ACTIONS(1675), + [anon_sym_while] = ACTIONS(1675), + [anon_sym_do] = ACTIONS(1675), + [anon_sym_for] = ACTIONS(1675), + [anon_sym_return] = ACTIONS(1675), + [anon_sym_break] = ACTIONS(1675), + [anon_sym_continue] = ACTIONS(1675), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_DASH_DASH] = ACTIONS(1677), + [anon_sym_PLUS_PLUS] = ACTIONS(1677), + [anon_sym_sizeof] = ACTIONS(1675), + [sym_number_literal] = ACTIONS(1677), + [anon_sym_L_SQUOTE] = ACTIONS(1677), + [anon_sym_u_SQUOTE] = ACTIONS(1677), + [anon_sym_U_SQUOTE] = ACTIONS(1677), + [anon_sym_u8_SQUOTE] = ACTIONS(1677), + [anon_sym_SQUOTE] = ACTIONS(1677), + [anon_sym_L_DQUOTE] = ACTIONS(1677), + [anon_sym_u_DQUOTE] = ACTIONS(1677), + [anon_sym_U_DQUOTE] = ACTIONS(1677), + [anon_sym_u8_DQUOTE] = ACTIONS(1677), + [anon_sym_DQUOTE] = ACTIONS(1677), + [sym_true] = ACTIONS(1675), + [sym_false] = ACTIONS(1675), + [sym_null] = ACTIONS(1675), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1675), + [anon_sym_virtual] = ACTIONS(1675), + [anon_sym_explicit] = ACTIONS(1675), + [sym_auto] = ACTIONS(1675), + [anon_sym_typename] = ACTIONS(1675), + [anon_sym_template] = ACTIONS(1675), + [anon_sym_operator] = ACTIONS(1675), + [anon_sym_delete] = ACTIONS(1675), + [anon_sym_throw] = ACTIONS(1675), + [anon_sym_namespace] = ACTIONS(1675), + [anon_sym_using] = ACTIONS(1675), + [anon_sym_static_assert] = ACTIONS(1675), + [anon_sym_co_return] = ACTIONS(1675), + [anon_sym_co_yield] = ACTIONS(1675), + [anon_sym_try] = ACTIONS(1675), + [anon_sym_co_await] = ACTIONS(1675), + [anon_sym_new] = ACTIONS(1675), + [sym_this] = ACTIONS(1675), + [sym_nullptr] = ACTIONS(1675), + [sym_alone_macro] = ACTIONS(1677), + [aux_sym_alone_macro_call_token1] = ACTIONS(1675), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_FORWARD] = ACTIONS(1675), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_PS_GET] = ACTIONS(1675), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), + [anon_sym_MOZ_COLD] = ACTIONS(1675), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_RAII] = ACTIONS(1675), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), + [sym_raw_string_literal] = ACTIONS(1677), + }, + [364] = { + [sym_identifier] = ACTIONS(1679), + [aux_sym_preproc_include_token1] = ACTIONS(1679), + [aux_sym_preproc_def_token1] = ACTIONS(1679), + [aux_sym_preproc_if_token1] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), + [sym_preproc_directive] = ACTIONS(1679), + [anon_sym_LPAREN2] = ACTIONS(1681), + [anon_sym_BANG] = ACTIONS(1681), + [anon_sym_TILDE] = ACTIONS(1681), + [anon_sym_DASH] = ACTIONS(1679), + [anon_sym_PLUS] = ACTIONS(1679), + [anon_sym_STAR] = ACTIONS(1681), + [anon_sym_AMP_AMP] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1679), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_typedef] = ACTIONS(1679), + [anon_sym_extern] = ACTIONS(1679), + [anon_sym___attribute__] = ACTIONS(1679), + [anon_sym_COLON_COLON] = ACTIONS(1681), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), + [anon_sym___declspec] = ACTIONS(1679), + [anon_sym___based] = ACTIONS(1679), + [anon_sym___cdecl] = ACTIONS(1679), + [anon_sym___clrcall] = ACTIONS(1679), + [anon_sym___stdcall] = ACTIONS(1679), + [anon_sym___fastcall] = ACTIONS(1679), + [anon_sym___thiscall] = ACTIONS(1679), + [anon_sym___vectorcall] = ACTIONS(1679), + [anon_sym_LBRACE] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1679), + [anon_sym_static] = ACTIONS(1679), + [anon_sym_register] = ACTIONS(1679), + [anon_sym_inline] = ACTIONS(1679), + [anon_sym_thread_local] = ACTIONS(1679), + [anon_sym_const] = ACTIONS(1679), + [anon_sym_volatile] = ACTIONS(1679), + [anon_sym_restrict] = ACTIONS(1679), + [anon_sym__Atomic] = ACTIONS(1679), + [anon_sym_mutable] = ACTIONS(1679), + [anon_sym_constexpr] = ACTIONS(1679), + [anon_sym_signed] = ACTIONS(1679), + [anon_sym_unsigned] = ACTIONS(1679), + [anon_sym_long] = ACTIONS(1679), + [anon_sym_short] = ACTIONS(1679), + [sym_primitive_type] = ACTIONS(1679), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1679), + [anon_sym_struct] = ACTIONS(1679), + [anon_sym_union] = ACTIONS(1679), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_else] = ACTIONS(1679), + [anon_sym_switch] = ACTIONS(1679), + [anon_sym_case] = ACTIONS(1679), + [anon_sym_default] = ACTIONS(1679), + [anon_sym_while] = ACTIONS(1679), + [anon_sym_do] = ACTIONS(1679), + [anon_sym_for] = ACTIONS(1679), + [anon_sym_return] = ACTIONS(1679), + [anon_sym_break] = ACTIONS(1679), + [anon_sym_continue] = ACTIONS(1679), + [anon_sym_goto] = ACTIONS(1679), + [anon_sym_DASH_DASH] = ACTIONS(1681), + [anon_sym_PLUS_PLUS] = ACTIONS(1681), + [anon_sym_sizeof] = ACTIONS(1679), + [sym_number_literal] = ACTIONS(1681), + [anon_sym_L_SQUOTE] = ACTIONS(1681), + [anon_sym_u_SQUOTE] = ACTIONS(1681), + [anon_sym_U_SQUOTE] = ACTIONS(1681), + [anon_sym_u8_SQUOTE] = ACTIONS(1681), + [anon_sym_SQUOTE] = ACTIONS(1681), + [anon_sym_L_DQUOTE] = ACTIONS(1681), + [anon_sym_u_DQUOTE] = ACTIONS(1681), + [anon_sym_U_DQUOTE] = ACTIONS(1681), + [anon_sym_u8_DQUOTE] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym_true] = ACTIONS(1679), + [sym_false] = ACTIONS(1679), + [sym_null] = ACTIONS(1679), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1679), + [anon_sym_virtual] = ACTIONS(1679), + [anon_sym_explicit] = ACTIONS(1679), + [sym_auto] = ACTIONS(1679), + [anon_sym_typename] = ACTIONS(1679), + [anon_sym_template] = ACTIONS(1679), + [anon_sym_operator] = ACTIONS(1679), + [anon_sym_delete] = ACTIONS(1679), + [anon_sym_throw] = ACTIONS(1679), + [anon_sym_namespace] = ACTIONS(1679), + [anon_sym_using] = ACTIONS(1679), + [anon_sym_static_assert] = ACTIONS(1679), + [anon_sym_co_return] = ACTIONS(1679), + [anon_sym_co_yield] = ACTIONS(1679), + [anon_sym_try] = ACTIONS(1679), + [anon_sym_co_await] = ACTIONS(1679), + [anon_sym_new] = ACTIONS(1679), + [sym_this] = ACTIONS(1679), + [sym_nullptr] = ACTIONS(1679), + [sym_alone_macro] = ACTIONS(1681), + [aux_sym_alone_macro_call_token1] = ACTIONS(1679), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_FORWARD] = ACTIONS(1679), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_PS_GET] = ACTIONS(1679), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), + [anon_sym_MOZ_COLD] = ACTIONS(1679), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_RAII] = ACTIONS(1679), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), + [sym_raw_string_literal] = ACTIONS(1681), + }, + [365] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -111378,7 +104169,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [404] = { + [366] = { + [sym_identifier] = ACTIONS(1671), + [aux_sym_preproc_include_token1] = ACTIONS(1671), + [aux_sym_preproc_def_token1] = ACTIONS(1671), + [aux_sym_preproc_if_token1] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1671), + [sym_preproc_directive] = ACTIONS(1671), + [anon_sym_LPAREN2] = ACTIONS(1673), + [anon_sym_BANG] = ACTIONS(1673), + [anon_sym_TILDE] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1673), + [anon_sym_AMP_AMP] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1671), + [anon_sym_SEMI] = ACTIONS(1673), + [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_extern] = ACTIONS(1671), + [anon_sym___attribute__] = ACTIONS(1671), + [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1673), + [anon_sym___declspec] = ACTIONS(1671), + [anon_sym___based] = ACTIONS(1671), + [anon_sym___cdecl] = ACTIONS(1671), + [anon_sym___clrcall] = ACTIONS(1671), + [anon_sym___stdcall] = ACTIONS(1671), + [anon_sym___fastcall] = ACTIONS(1671), + [anon_sym___thiscall] = ACTIONS(1671), + [anon_sym___vectorcall] = ACTIONS(1671), + [anon_sym_LBRACE] = ACTIONS(1673), + [anon_sym_RBRACE] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1671), + [anon_sym_register] = ACTIONS(1671), + [anon_sym_inline] = ACTIONS(1671), + [anon_sym_thread_local] = ACTIONS(1671), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_volatile] = ACTIONS(1671), + [anon_sym_restrict] = ACTIONS(1671), + [anon_sym__Atomic] = ACTIONS(1671), + [anon_sym_mutable] = ACTIONS(1671), + [anon_sym_constexpr] = ACTIONS(1671), + [anon_sym_signed] = ACTIONS(1671), + [anon_sym_unsigned] = ACTIONS(1671), + [anon_sym_long] = ACTIONS(1671), + [anon_sym_short] = ACTIONS(1671), + [sym_primitive_type] = ACTIONS(1671), + [anon_sym_enum] = ACTIONS(1671), + [anon_sym_class] = ACTIONS(1671), + [anon_sym_struct] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_if] = ACTIONS(1671), + [anon_sym_else] = ACTIONS(1671), + [anon_sym_switch] = ACTIONS(1671), + [anon_sym_case] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_while] = ACTIONS(1671), + [anon_sym_do] = ACTIONS(1671), + [anon_sym_for] = ACTIONS(1671), + [anon_sym_return] = ACTIONS(1671), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1671), + [anon_sym_goto] = ACTIONS(1671), + [anon_sym_DASH_DASH] = ACTIONS(1673), + [anon_sym_PLUS_PLUS] = ACTIONS(1673), + [anon_sym_sizeof] = ACTIONS(1671), + [sym_number_literal] = ACTIONS(1673), + [anon_sym_L_SQUOTE] = ACTIONS(1673), + [anon_sym_u_SQUOTE] = ACTIONS(1673), + [anon_sym_U_SQUOTE] = ACTIONS(1673), + [anon_sym_u8_SQUOTE] = ACTIONS(1673), + [anon_sym_SQUOTE] = ACTIONS(1673), + [anon_sym_L_DQUOTE] = ACTIONS(1673), + [anon_sym_u_DQUOTE] = ACTIONS(1673), + [anon_sym_U_DQUOTE] = ACTIONS(1673), + [anon_sym_u8_DQUOTE] = ACTIONS(1673), + [anon_sym_DQUOTE] = ACTIONS(1673), + [sym_true] = ACTIONS(1671), + [sym_false] = ACTIONS(1671), + [sym_null] = ACTIONS(1671), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1671), + [anon_sym_virtual] = ACTIONS(1671), + [anon_sym_explicit] = ACTIONS(1671), + [sym_auto] = ACTIONS(1671), + [anon_sym_typename] = ACTIONS(1671), + [anon_sym_template] = ACTIONS(1671), + [anon_sym_operator] = ACTIONS(1671), + [anon_sym_delete] = ACTIONS(1671), + [anon_sym_throw] = ACTIONS(1671), + [anon_sym_namespace] = ACTIONS(1671), + [anon_sym_using] = ACTIONS(1671), + [anon_sym_static_assert] = ACTIONS(1671), + [anon_sym_co_return] = ACTIONS(1671), + [anon_sym_co_yield] = ACTIONS(1671), + [anon_sym_try] = ACTIONS(1671), + [anon_sym_co_await] = ACTIONS(1671), + [anon_sym_new] = ACTIONS(1671), + [sym_this] = ACTIONS(1671), + [sym_nullptr] = ACTIONS(1671), + [sym_alone_macro] = ACTIONS(1673), + [aux_sym_alone_macro_call_token1] = ACTIONS(1671), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_FORWARD] = ACTIONS(1671), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1671), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_PS_GET] = ACTIONS(1671), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1671), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1671), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1671), + [anon_sym_MOZ_COLD] = ACTIONS(1671), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1671), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1671), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1671), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1671), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1671), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1671), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1671), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1671), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1671), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1671), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1671), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1671), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_RAII] = ACTIONS(1671), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1671), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1671), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1671), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1671), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1671), + [sym_raw_string_literal] = ACTIONS(1673), + }, + [367] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -111569,202 +104551,394 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [405] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_preproc_else_in_field_declaration_list] = STATE(5056), - [sym_preproc_elif_in_field_declaration_list] = STATE(5056), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1991), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [368] = { + [sym_identifier] = ACTIONS(1585), + [aux_sym_preproc_include_token1] = ACTIONS(1585), + [aux_sym_preproc_def_token1] = ACTIONS(1585), + [aux_sym_preproc_if_token1] = ACTIONS(1585), + [aux_sym_preproc_if_token2] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), + [sym_preproc_directive] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1587), + [anon_sym_TILDE] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_AMP_AMP] = ACTIONS(1587), + [anon_sym_AMP] = ACTIONS(1585), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_typedef] = ACTIONS(1585), + [anon_sym_extern] = ACTIONS(1585), + [anon_sym___attribute__] = ACTIONS(1585), + [anon_sym_COLON_COLON] = ACTIONS(1587), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), + [anon_sym___declspec] = ACTIONS(1585), + [anon_sym___based] = ACTIONS(1585), + [anon_sym___cdecl] = ACTIONS(1585), + [anon_sym___clrcall] = ACTIONS(1585), + [anon_sym___stdcall] = ACTIONS(1585), + [anon_sym___fastcall] = ACTIONS(1585), + [anon_sym___thiscall] = ACTIONS(1585), + [anon_sym___vectorcall] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1587), + [anon_sym_LBRACK] = ACTIONS(1585), + [anon_sym_static] = ACTIONS(1585), + [anon_sym_register] = ACTIONS(1585), + [anon_sym_inline] = ACTIONS(1585), + [anon_sym_thread_local] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_volatile] = ACTIONS(1585), + [anon_sym_restrict] = ACTIONS(1585), + [anon_sym__Atomic] = ACTIONS(1585), + [anon_sym_mutable] = ACTIONS(1585), + [anon_sym_constexpr] = ACTIONS(1585), + [anon_sym_signed] = ACTIONS(1585), + [anon_sym_unsigned] = ACTIONS(1585), + [anon_sym_long] = ACTIONS(1585), + [anon_sym_short] = ACTIONS(1585), + [sym_primitive_type] = ACTIONS(1585), + [anon_sym_enum] = ACTIONS(1585), + [anon_sym_class] = ACTIONS(1585), + [anon_sym_struct] = ACTIONS(1585), + [anon_sym_union] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_else] = ACTIONS(1585), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_case] = ACTIONS(1585), + [anon_sym_default] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_do] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_continue] = ACTIONS(1585), + [anon_sym_goto] = ACTIONS(1585), + [anon_sym_DASH_DASH] = ACTIONS(1587), + [anon_sym_PLUS_PLUS] = ACTIONS(1587), + [anon_sym_sizeof] = ACTIONS(1585), + [sym_number_literal] = ACTIONS(1587), + [anon_sym_L_SQUOTE] = ACTIONS(1587), + [anon_sym_u_SQUOTE] = ACTIONS(1587), + [anon_sym_U_SQUOTE] = ACTIONS(1587), + [anon_sym_u8_SQUOTE] = ACTIONS(1587), + [anon_sym_SQUOTE] = ACTIONS(1587), + [anon_sym_L_DQUOTE] = ACTIONS(1587), + [anon_sym_u_DQUOTE] = ACTIONS(1587), + [anon_sym_U_DQUOTE] = ACTIONS(1587), + [anon_sym_u8_DQUOTE] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1587), + [sym_true] = ACTIONS(1585), + [sym_false] = ACTIONS(1585), + [sym_null] = ACTIONS(1585), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1585), + [anon_sym_virtual] = ACTIONS(1585), + [anon_sym_explicit] = ACTIONS(1585), + [sym_auto] = ACTIONS(1585), + [anon_sym_typename] = ACTIONS(1585), + [anon_sym_template] = ACTIONS(1585), + [anon_sym_operator] = ACTIONS(1585), + [anon_sym_delete] = ACTIONS(1585), + [anon_sym_throw] = ACTIONS(1585), + [anon_sym_namespace] = ACTIONS(1585), + [anon_sym_using] = ACTIONS(1585), + [anon_sym_static_assert] = ACTIONS(1585), + [anon_sym_co_return] = ACTIONS(1585), + [anon_sym_co_yield] = ACTIONS(1585), + [anon_sym_try] = ACTIONS(1585), + [anon_sym_co_await] = ACTIONS(1585), + [anon_sym_new] = ACTIONS(1585), + [sym_this] = ACTIONS(1585), + [sym_nullptr] = ACTIONS(1585), + [sym_alone_macro] = ACTIONS(1587), + [aux_sym_alone_macro_call_token1] = ACTIONS(1585), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_FORWARD] = ACTIONS(1585), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_PS_GET] = ACTIONS(1585), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), + [anon_sym_MOZ_COLD] = ACTIONS(1585), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_RAII] = ACTIONS(1585), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), + [sym_raw_string_literal] = ACTIONS(1587), + }, + [369] = { + [sym_identifier] = ACTIONS(1589), + [aux_sym_preproc_include_token1] = ACTIONS(1589), + [aux_sym_preproc_def_token1] = ACTIONS(1589), + [aux_sym_preproc_if_token1] = ACTIONS(1589), + [aux_sym_preproc_if_token2] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), + [sym_preproc_directive] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1591), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1591), + [anon_sym_AMP_AMP] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_typedef] = ACTIONS(1589), + [anon_sym_extern] = ACTIONS(1589), + [anon_sym___attribute__] = ACTIONS(1589), + [anon_sym_COLON_COLON] = ACTIONS(1591), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), + [anon_sym___declspec] = ACTIONS(1589), + [anon_sym___based] = ACTIONS(1589), + [anon_sym___cdecl] = ACTIONS(1589), + [anon_sym___clrcall] = ACTIONS(1589), + [anon_sym___stdcall] = ACTIONS(1589), + [anon_sym___fastcall] = ACTIONS(1589), + [anon_sym___thiscall] = ACTIONS(1589), + [anon_sym___vectorcall] = ACTIONS(1589), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_static] = ACTIONS(1589), + [anon_sym_register] = ACTIONS(1589), + [anon_sym_inline] = ACTIONS(1589), + [anon_sym_thread_local] = ACTIONS(1589), + [anon_sym_const] = ACTIONS(1589), + [anon_sym_volatile] = ACTIONS(1589), + [anon_sym_restrict] = ACTIONS(1589), + [anon_sym__Atomic] = ACTIONS(1589), + [anon_sym_mutable] = ACTIONS(1589), + [anon_sym_constexpr] = ACTIONS(1589), + [anon_sym_signed] = ACTIONS(1589), + [anon_sym_unsigned] = ACTIONS(1589), + [anon_sym_long] = ACTIONS(1589), + [anon_sym_short] = ACTIONS(1589), + [sym_primitive_type] = ACTIONS(1589), + [anon_sym_enum] = ACTIONS(1589), + [anon_sym_class] = ACTIONS(1589), + [anon_sym_struct] = ACTIONS(1589), + [anon_sym_union] = ACTIONS(1589), + [anon_sym_if] = ACTIONS(1589), + [anon_sym_else] = ACTIONS(1589), + [anon_sym_switch] = ACTIONS(1589), + [anon_sym_case] = ACTIONS(1589), + [anon_sym_default] = ACTIONS(1589), + [anon_sym_while] = ACTIONS(1589), + [anon_sym_do] = ACTIONS(1589), + [anon_sym_for] = ACTIONS(1589), + [anon_sym_return] = ACTIONS(1589), + [anon_sym_break] = ACTIONS(1589), + [anon_sym_continue] = ACTIONS(1589), + [anon_sym_goto] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1591), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_sizeof] = ACTIONS(1589), + [sym_number_literal] = ACTIONS(1591), + [anon_sym_L_SQUOTE] = ACTIONS(1591), + [anon_sym_u_SQUOTE] = ACTIONS(1591), + [anon_sym_U_SQUOTE] = ACTIONS(1591), + [anon_sym_u8_SQUOTE] = ACTIONS(1591), + [anon_sym_SQUOTE] = ACTIONS(1591), + [anon_sym_L_DQUOTE] = ACTIONS(1591), + [anon_sym_u_DQUOTE] = ACTIONS(1591), + [anon_sym_U_DQUOTE] = ACTIONS(1591), + [anon_sym_u8_DQUOTE] = ACTIONS(1591), + [anon_sym_DQUOTE] = ACTIONS(1591), + [sym_true] = ACTIONS(1589), + [sym_false] = ACTIONS(1589), + [sym_null] = ACTIONS(1589), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1589), + [anon_sym_virtual] = ACTIONS(1589), + [anon_sym_explicit] = ACTIONS(1589), + [sym_auto] = ACTIONS(1589), + [anon_sym_typename] = ACTIONS(1589), + [anon_sym_template] = ACTIONS(1589), + [anon_sym_operator] = ACTIONS(1589), + [anon_sym_delete] = ACTIONS(1589), + [anon_sym_throw] = ACTIONS(1589), + [anon_sym_namespace] = ACTIONS(1589), + [anon_sym_using] = ACTIONS(1589), + [anon_sym_static_assert] = ACTIONS(1589), + [anon_sym_co_return] = ACTIONS(1589), + [anon_sym_co_yield] = ACTIONS(1589), + [anon_sym_try] = ACTIONS(1589), + [anon_sym_co_await] = ACTIONS(1589), + [anon_sym_new] = ACTIONS(1589), + [sym_this] = ACTIONS(1589), + [sym_nullptr] = ACTIONS(1589), + [sym_alone_macro] = ACTIONS(1591), + [aux_sym_alone_macro_call_token1] = ACTIONS(1589), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_FORWARD] = ACTIONS(1589), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_PS_GET] = ACTIONS(1589), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), + [anon_sym_MOZ_COLD] = ACTIONS(1589), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_RAII] = ACTIONS(1589), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), + [sym_raw_string_literal] = ACTIONS(1591), }, - [406] = { + [370] = { [sym_identifier] = ACTIONS(1597), [aux_sym_preproc_include_token1] = ACTIONS(1597), [aux_sym_preproc_def_token1] = ACTIONS(1597), [aux_sym_preproc_if_token1] = ACTIONS(1597), + [aux_sym_preproc_if_token2] = ACTIONS(1597), [aux_sym_preproc_ifdef_token1] = ACTIONS(1597), [aux_sym_preproc_ifdef_token2] = ACTIONS(1597), [sym_preproc_directive] = ACTIONS(1597), @@ -111791,7 +104965,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1597), [anon_sym___vectorcall] = ACTIONS(1597), [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), [anon_sym_LBRACK] = ACTIONS(1597), [anon_sym_static] = ACTIONS(1597), [anon_sym_register] = ACTIONS(1597), @@ -111951,198 +105124,389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), [sym_raw_string_literal] = ACTIONS(1599), }, - [407] = { - [sym_identifier] = ACTIONS(1613), - [aux_sym_preproc_include_token1] = ACTIONS(1613), - [aux_sym_preproc_def_token1] = ACTIONS(1613), - [aux_sym_preproc_if_token1] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1613), - [sym_preproc_directive] = ACTIONS(1613), - [anon_sym_LPAREN2] = ACTIONS(1615), - [anon_sym_BANG] = ACTIONS(1615), - [anon_sym_TILDE] = ACTIONS(1615), - [anon_sym_DASH] = ACTIONS(1613), - [anon_sym_PLUS] = ACTIONS(1613), - [anon_sym_STAR] = ACTIONS(1615), - [anon_sym_AMP_AMP] = ACTIONS(1615), - [anon_sym_AMP] = ACTIONS(1613), - [anon_sym_SEMI] = ACTIONS(1615), - [anon_sym_typedef] = ACTIONS(1613), - [anon_sym_extern] = ACTIONS(1613), - [anon_sym___attribute__] = ACTIONS(1613), - [anon_sym_COLON_COLON] = ACTIONS(1615), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1615), - [anon_sym___declspec] = ACTIONS(1613), - [anon_sym___based] = ACTIONS(1613), - [anon_sym___cdecl] = ACTIONS(1613), - [anon_sym___clrcall] = ACTIONS(1613), - [anon_sym___stdcall] = ACTIONS(1613), - [anon_sym___fastcall] = ACTIONS(1613), - [anon_sym___thiscall] = ACTIONS(1613), - [anon_sym___vectorcall] = ACTIONS(1613), - [anon_sym_LBRACE] = ACTIONS(1615), - [anon_sym_RBRACE] = ACTIONS(1615), - [anon_sym_LBRACK] = ACTIONS(1613), - [anon_sym_static] = ACTIONS(1613), - [anon_sym_register] = ACTIONS(1613), - [anon_sym_inline] = ACTIONS(1613), - [anon_sym_thread_local] = ACTIONS(1613), - [anon_sym_const] = ACTIONS(1613), - [anon_sym_volatile] = ACTIONS(1613), - [anon_sym_restrict] = ACTIONS(1613), - [anon_sym__Atomic] = ACTIONS(1613), - [anon_sym_mutable] = ACTIONS(1613), - [anon_sym_constexpr] = ACTIONS(1613), - [anon_sym_signed] = ACTIONS(1613), - [anon_sym_unsigned] = ACTIONS(1613), - [anon_sym_long] = ACTIONS(1613), - [anon_sym_short] = ACTIONS(1613), - [sym_primitive_type] = ACTIONS(1613), - [anon_sym_enum] = ACTIONS(1613), - [anon_sym_class] = ACTIONS(1613), - [anon_sym_struct] = ACTIONS(1613), - [anon_sym_union] = ACTIONS(1613), - [anon_sym_if] = ACTIONS(1613), - [anon_sym_else] = ACTIONS(1613), - [anon_sym_switch] = ACTIONS(1613), - [anon_sym_case] = ACTIONS(1613), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_while] = ACTIONS(1613), - [anon_sym_do] = ACTIONS(1613), - [anon_sym_for] = ACTIONS(1613), - [anon_sym_return] = ACTIONS(1613), - [anon_sym_break] = ACTIONS(1613), - [anon_sym_continue] = ACTIONS(1613), - [anon_sym_goto] = ACTIONS(1613), - [anon_sym_DASH_DASH] = ACTIONS(1615), - [anon_sym_PLUS_PLUS] = ACTIONS(1615), - [anon_sym_sizeof] = ACTIONS(1613), - [sym_number_literal] = ACTIONS(1615), - [anon_sym_L_SQUOTE] = ACTIONS(1615), - [anon_sym_u_SQUOTE] = ACTIONS(1615), - [anon_sym_U_SQUOTE] = ACTIONS(1615), - [anon_sym_u8_SQUOTE] = ACTIONS(1615), - [anon_sym_SQUOTE] = ACTIONS(1615), - [anon_sym_L_DQUOTE] = ACTIONS(1615), - [anon_sym_u_DQUOTE] = ACTIONS(1615), - [anon_sym_U_DQUOTE] = ACTIONS(1615), - [anon_sym_u8_DQUOTE] = ACTIONS(1615), - [anon_sym_DQUOTE] = ACTIONS(1615), - [sym_true] = ACTIONS(1613), - [sym_false] = ACTIONS(1613), - [sym_null] = ACTIONS(1613), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1613), - [anon_sym_virtual] = ACTIONS(1613), - [anon_sym_explicit] = ACTIONS(1613), - [sym_auto] = ACTIONS(1613), - [anon_sym_typename] = ACTIONS(1613), - [anon_sym_template] = ACTIONS(1613), - [anon_sym_operator] = ACTIONS(1613), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_throw] = ACTIONS(1613), - [anon_sym_namespace] = ACTIONS(1613), - [anon_sym_using] = ACTIONS(1613), - [anon_sym_static_assert] = ACTIONS(1613), - [anon_sym_co_return] = ACTIONS(1613), - [anon_sym_co_yield] = ACTIONS(1613), - [anon_sym_try] = ACTIONS(1613), - [anon_sym_co_await] = ACTIONS(1613), - [anon_sym_new] = ACTIONS(1613), - [sym_this] = ACTIONS(1613), - [sym_nullptr] = ACTIONS(1613), - [sym_alone_macro] = ACTIONS(1615), - [aux_sym_alone_macro_call_token1] = ACTIONS(1613), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_FORWARD] = ACTIONS(1613), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1613), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_PS_GET] = ACTIONS(1613), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1613), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1613), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1613), - [anon_sym_MOZ_COLD] = ACTIONS(1613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_RAII] = ACTIONS(1613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1613), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1613), - [sym_raw_string_literal] = ACTIONS(1615), + [371] = { + [sym_identifier] = ACTIONS(1621), + [aux_sym_preproc_include_token1] = ACTIONS(1621), + [aux_sym_preproc_def_token1] = ACTIONS(1621), + [aux_sym_preproc_if_token1] = ACTIONS(1621), + [aux_sym_preproc_if_token2] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), + [sym_preproc_directive] = ACTIONS(1621), + [anon_sym_LPAREN2] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_AMP_AMP] = ACTIONS(1623), + [anon_sym_AMP] = ACTIONS(1621), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym___attribute__] = ACTIONS(1621), + [anon_sym_COLON_COLON] = ACTIONS(1623), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), + [anon_sym___declspec] = ACTIONS(1621), + [anon_sym___based] = ACTIONS(1621), + [anon_sym___cdecl] = ACTIONS(1621), + [anon_sym___clrcall] = ACTIONS(1621), + [anon_sym___stdcall] = ACTIONS(1621), + [anon_sym___fastcall] = ACTIONS(1621), + [anon_sym___thiscall] = ACTIONS(1621), + [anon_sym___vectorcall] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_LBRACK] = ACTIONS(1621), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_thread_local] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym__Atomic] = ACTIONS(1621), + [anon_sym_mutable] = ACTIONS(1621), + [anon_sym_constexpr] = ACTIONS(1621), + [anon_sym_signed] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_class] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_else] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_case] = ACTIONS(1621), + [anon_sym_default] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1623), + [anon_sym_u_SQUOTE] = ACTIONS(1623), + [anon_sym_U_SQUOTE] = ACTIONS(1623), + [anon_sym_u8_SQUOTE] = ACTIONS(1623), + [anon_sym_SQUOTE] = ACTIONS(1623), + [anon_sym_L_DQUOTE] = ACTIONS(1623), + [anon_sym_u_DQUOTE] = ACTIONS(1623), + [anon_sym_U_DQUOTE] = ACTIONS(1623), + [anon_sym_u8_DQUOTE] = ACTIONS(1623), + [anon_sym_DQUOTE] = ACTIONS(1623), + [sym_true] = ACTIONS(1621), + [sym_false] = ACTIONS(1621), + [sym_null] = ACTIONS(1621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1621), + [anon_sym_virtual] = ACTIONS(1621), + [anon_sym_explicit] = ACTIONS(1621), + [sym_auto] = ACTIONS(1621), + [anon_sym_typename] = ACTIONS(1621), + [anon_sym_template] = ACTIONS(1621), + [anon_sym_operator] = ACTIONS(1621), + [anon_sym_delete] = ACTIONS(1621), + [anon_sym_throw] = ACTIONS(1621), + [anon_sym_namespace] = ACTIONS(1621), + [anon_sym_using] = ACTIONS(1621), + [anon_sym_static_assert] = ACTIONS(1621), + [anon_sym_co_return] = ACTIONS(1621), + [anon_sym_co_yield] = ACTIONS(1621), + [anon_sym_try] = ACTIONS(1621), + [anon_sym_co_await] = ACTIONS(1621), + [anon_sym_new] = ACTIONS(1621), + [sym_this] = ACTIONS(1621), + [sym_nullptr] = ACTIONS(1621), + [sym_alone_macro] = ACTIONS(1623), + [aux_sym_alone_macro_call_token1] = ACTIONS(1621), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_FORWARD] = ACTIONS(1621), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_PS_GET] = ACTIONS(1621), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), + [anon_sym_MOZ_COLD] = ACTIONS(1621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_RAII] = ACTIONS(1621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), + [sym_raw_string_literal] = ACTIONS(1623), }, - [408] = { + [372] = { + [sym_identifier] = ACTIONS(1629), + [aux_sym_preproc_include_token1] = ACTIONS(1629), + [aux_sym_preproc_def_token1] = ACTIONS(1629), + [aux_sym_preproc_if_token1] = ACTIONS(1629), + [aux_sym_preproc_if_token2] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), + [sym_preproc_directive] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(1631), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1631), + [anon_sym_AMP_AMP] = ACTIONS(1631), + [anon_sym_AMP] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1631), + [anon_sym_typedef] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1629), + [anon_sym___attribute__] = ACTIONS(1629), + [anon_sym_COLON_COLON] = ACTIONS(1631), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), + [anon_sym___declspec] = ACTIONS(1629), + [anon_sym___based] = ACTIONS(1629), + [anon_sym___cdecl] = ACTIONS(1629), + [anon_sym___clrcall] = ACTIONS(1629), + [anon_sym___stdcall] = ACTIONS(1629), + [anon_sym___fastcall] = ACTIONS(1629), + [anon_sym___thiscall] = ACTIONS(1629), + [anon_sym___vectorcall] = ACTIONS(1629), + [anon_sym_LBRACE] = ACTIONS(1631), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_static] = ACTIONS(1629), + [anon_sym_register] = ACTIONS(1629), + [anon_sym_inline] = ACTIONS(1629), + [anon_sym_thread_local] = ACTIONS(1629), + [anon_sym_const] = ACTIONS(1629), + [anon_sym_volatile] = ACTIONS(1629), + [anon_sym_restrict] = ACTIONS(1629), + [anon_sym__Atomic] = ACTIONS(1629), + [anon_sym_mutable] = ACTIONS(1629), + [anon_sym_constexpr] = ACTIONS(1629), + [anon_sym_signed] = ACTIONS(1629), + [anon_sym_unsigned] = ACTIONS(1629), + [anon_sym_long] = ACTIONS(1629), + [anon_sym_short] = ACTIONS(1629), + [sym_primitive_type] = ACTIONS(1629), + [anon_sym_enum] = ACTIONS(1629), + [anon_sym_class] = ACTIONS(1629), + [anon_sym_struct] = ACTIONS(1629), + [anon_sym_union] = ACTIONS(1629), + [anon_sym_if] = ACTIONS(1629), + [anon_sym_else] = ACTIONS(1629), + [anon_sym_switch] = ACTIONS(1629), + [anon_sym_case] = ACTIONS(1629), + [anon_sym_default] = ACTIONS(1629), + [anon_sym_while] = ACTIONS(1629), + [anon_sym_do] = ACTIONS(1629), + [anon_sym_for] = ACTIONS(1629), + [anon_sym_return] = ACTIONS(1629), + [anon_sym_break] = ACTIONS(1629), + [anon_sym_continue] = ACTIONS(1629), + [anon_sym_goto] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1631), + [anon_sym_PLUS_PLUS] = ACTIONS(1631), + [anon_sym_sizeof] = ACTIONS(1629), + [sym_number_literal] = ACTIONS(1631), + [anon_sym_L_SQUOTE] = ACTIONS(1631), + [anon_sym_u_SQUOTE] = ACTIONS(1631), + [anon_sym_U_SQUOTE] = ACTIONS(1631), + [anon_sym_u8_SQUOTE] = ACTIONS(1631), + [anon_sym_SQUOTE] = ACTIONS(1631), + [anon_sym_L_DQUOTE] = ACTIONS(1631), + [anon_sym_u_DQUOTE] = ACTIONS(1631), + [anon_sym_U_DQUOTE] = ACTIONS(1631), + [anon_sym_u8_DQUOTE] = ACTIONS(1631), + [anon_sym_DQUOTE] = ACTIONS(1631), + [sym_true] = ACTIONS(1629), + [sym_false] = ACTIONS(1629), + [sym_null] = ACTIONS(1629), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1629), + [anon_sym_virtual] = ACTIONS(1629), + [anon_sym_explicit] = ACTIONS(1629), + [sym_auto] = ACTIONS(1629), + [anon_sym_typename] = ACTIONS(1629), + [anon_sym_template] = ACTIONS(1629), + [anon_sym_operator] = ACTIONS(1629), + [anon_sym_delete] = ACTIONS(1629), + [anon_sym_throw] = ACTIONS(1629), + [anon_sym_namespace] = ACTIONS(1629), + [anon_sym_using] = ACTIONS(1629), + [anon_sym_static_assert] = ACTIONS(1629), + [anon_sym_co_return] = ACTIONS(1629), + [anon_sym_co_yield] = ACTIONS(1629), + [anon_sym_try] = ACTIONS(1629), + [anon_sym_co_await] = ACTIONS(1629), + [anon_sym_new] = ACTIONS(1629), + [sym_this] = ACTIONS(1629), + [sym_nullptr] = ACTIONS(1629), + [sym_alone_macro] = ACTIONS(1631), + [aux_sym_alone_macro_call_token1] = ACTIONS(1629), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_FORWARD] = ACTIONS(1629), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_PS_GET] = ACTIONS(1629), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), + [anon_sym_MOZ_COLD] = ACTIONS(1629), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_RAII] = ACTIONS(1629), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), + [sym_raw_string_literal] = ACTIONS(1631), + }, + [373] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -112333,7 +105697,962 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [409] = { + [374] = { + [sym_identifier] = ACTIONS(1645), + [aux_sym_preproc_include_token1] = ACTIONS(1645), + [aux_sym_preproc_def_token1] = ACTIONS(1645), + [aux_sym_preproc_if_token1] = ACTIONS(1645), + [aux_sym_preproc_if_token2] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), + [sym_preproc_directive] = ACTIONS(1645), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_BANG] = ACTIONS(1647), + [anon_sym_TILDE] = ACTIONS(1647), + [anon_sym_DASH] = ACTIONS(1645), + [anon_sym_PLUS] = ACTIONS(1645), + [anon_sym_STAR] = ACTIONS(1647), + [anon_sym_AMP_AMP] = ACTIONS(1647), + [anon_sym_AMP] = ACTIONS(1645), + [anon_sym_SEMI] = ACTIONS(1647), + [anon_sym_typedef] = ACTIONS(1645), + [anon_sym_extern] = ACTIONS(1645), + [anon_sym___attribute__] = ACTIONS(1645), + [anon_sym_COLON_COLON] = ACTIONS(1647), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym___based] = ACTIONS(1645), + [anon_sym___cdecl] = ACTIONS(1645), + [anon_sym___clrcall] = ACTIONS(1645), + [anon_sym___stdcall] = ACTIONS(1645), + [anon_sym___fastcall] = ACTIONS(1645), + [anon_sym___thiscall] = ACTIONS(1645), + [anon_sym___vectorcall] = ACTIONS(1645), + [anon_sym_LBRACE] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1645), + [anon_sym_static] = ACTIONS(1645), + [anon_sym_register] = ACTIONS(1645), + [anon_sym_inline] = ACTIONS(1645), + [anon_sym_thread_local] = ACTIONS(1645), + [anon_sym_const] = ACTIONS(1645), + [anon_sym_volatile] = ACTIONS(1645), + [anon_sym_restrict] = ACTIONS(1645), + [anon_sym__Atomic] = ACTIONS(1645), + [anon_sym_mutable] = ACTIONS(1645), + [anon_sym_constexpr] = ACTIONS(1645), + [anon_sym_signed] = ACTIONS(1645), + [anon_sym_unsigned] = ACTIONS(1645), + [anon_sym_long] = ACTIONS(1645), + [anon_sym_short] = ACTIONS(1645), + [sym_primitive_type] = ACTIONS(1645), + [anon_sym_enum] = ACTIONS(1645), + [anon_sym_class] = ACTIONS(1645), + [anon_sym_struct] = ACTIONS(1645), + [anon_sym_union] = ACTIONS(1645), + [anon_sym_if] = ACTIONS(1645), + [anon_sym_else] = ACTIONS(1645), + [anon_sym_switch] = ACTIONS(1645), + [anon_sym_case] = ACTIONS(1645), + [anon_sym_default] = ACTIONS(1645), + [anon_sym_while] = ACTIONS(1645), + [anon_sym_do] = ACTIONS(1645), + [anon_sym_for] = ACTIONS(1645), + [anon_sym_return] = ACTIONS(1645), + [anon_sym_break] = ACTIONS(1645), + [anon_sym_continue] = ACTIONS(1645), + [anon_sym_goto] = ACTIONS(1645), + [anon_sym_DASH_DASH] = ACTIONS(1647), + [anon_sym_PLUS_PLUS] = ACTIONS(1647), + [anon_sym_sizeof] = ACTIONS(1645), + [sym_number_literal] = ACTIONS(1647), + [anon_sym_L_SQUOTE] = ACTIONS(1647), + [anon_sym_u_SQUOTE] = ACTIONS(1647), + [anon_sym_U_SQUOTE] = ACTIONS(1647), + [anon_sym_u8_SQUOTE] = ACTIONS(1647), + [anon_sym_SQUOTE] = ACTIONS(1647), + [anon_sym_L_DQUOTE] = ACTIONS(1647), + [anon_sym_u_DQUOTE] = ACTIONS(1647), + [anon_sym_U_DQUOTE] = ACTIONS(1647), + [anon_sym_u8_DQUOTE] = ACTIONS(1647), + [anon_sym_DQUOTE] = ACTIONS(1647), + [sym_true] = ACTIONS(1645), + [sym_false] = ACTIONS(1645), + [sym_null] = ACTIONS(1645), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1645), + [anon_sym_virtual] = ACTIONS(1645), + [anon_sym_explicit] = ACTIONS(1645), + [sym_auto] = ACTIONS(1645), + [anon_sym_typename] = ACTIONS(1645), + [anon_sym_template] = ACTIONS(1645), + [anon_sym_operator] = ACTIONS(1645), + [anon_sym_delete] = ACTIONS(1645), + [anon_sym_throw] = ACTIONS(1645), + [anon_sym_namespace] = ACTIONS(1645), + [anon_sym_using] = ACTIONS(1645), + [anon_sym_static_assert] = ACTIONS(1645), + [anon_sym_co_return] = ACTIONS(1645), + [anon_sym_co_yield] = ACTIONS(1645), + [anon_sym_try] = ACTIONS(1645), + [anon_sym_co_await] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1645), + [sym_this] = ACTIONS(1645), + [sym_nullptr] = ACTIONS(1645), + [sym_alone_macro] = ACTIONS(1647), + [aux_sym_alone_macro_call_token1] = ACTIONS(1645), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_FORWARD] = ACTIONS(1645), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_PS_GET] = ACTIONS(1645), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), + [anon_sym_MOZ_COLD] = ACTIONS(1645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_RAII] = ACTIONS(1645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), + [sym_raw_string_literal] = ACTIONS(1647), + }, + [375] = { + [sym_identifier] = ACTIONS(1683), + [aux_sym_preproc_include_token1] = ACTIONS(1683), + [aux_sym_preproc_def_token1] = ACTIONS(1683), + [aux_sym_preproc_if_token1] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), + [sym_preproc_directive] = ACTIONS(1683), + [anon_sym_LPAREN2] = ACTIONS(1685), + [anon_sym_BANG] = ACTIONS(1685), + [anon_sym_TILDE] = ACTIONS(1685), + [anon_sym_DASH] = ACTIONS(1683), + [anon_sym_PLUS] = ACTIONS(1683), + [anon_sym_STAR] = ACTIONS(1685), + [anon_sym_AMP_AMP] = ACTIONS(1685), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_SEMI] = ACTIONS(1685), + [anon_sym_typedef] = ACTIONS(1683), + [anon_sym_extern] = ACTIONS(1683), + [anon_sym___attribute__] = ACTIONS(1683), + [anon_sym_COLON_COLON] = ACTIONS(1685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), + [anon_sym___declspec] = ACTIONS(1683), + [anon_sym___based] = ACTIONS(1683), + [anon_sym___cdecl] = ACTIONS(1683), + [anon_sym___clrcall] = ACTIONS(1683), + [anon_sym___stdcall] = ACTIONS(1683), + [anon_sym___fastcall] = ACTIONS(1683), + [anon_sym___thiscall] = ACTIONS(1683), + [anon_sym___vectorcall] = ACTIONS(1683), + [anon_sym_LBRACE] = ACTIONS(1685), + [anon_sym_RBRACE] = ACTIONS(1685), + [anon_sym_LBRACK] = ACTIONS(1683), + [anon_sym_static] = ACTIONS(1683), + [anon_sym_register] = ACTIONS(1683), + [anon_sym_inline] = ACTIONS(1683), + [anon_sym_thread_local] = ACTIONS(1683), + [anon_sym_const] = ACTIONS(1683), + [anon_sym_volatile] = ACTIONS(1683), + [anon_sym_restrict] = ACTIONS(1683), + [anon_sym__Atomic] = ACTIONS(1683), + [anon_sym_mutable] = ACTIONS(1683), + [anon_sym_constexpr] = ACTIONS(1683), + [anon_sym_signed] = ACTIONS(1683), + [anon_sym_unsigned] = ACTIONS(1683), + [anon_sym_long] = ACTIONS(1683), + [anon_sym_short] = ACTIONS(1683), + [sym_primitive_type] = ACTIONS(1683), + [anon_sym_enum] = ACTIONS(1683), + [anon_sym_class] = ACTIONS(1683), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1683), + [anon_sym_if] = ACTIONS(1683), + [anon_sym_else] = ACTIONS(1683), + [anon_sym_switch] = ACTIONS(1683), + [anon_sym_case] = ACTIONS(1683), + [anon_sym_default] = ACTIONS(1683), + [anon_sym_while] = ACTIONS(1683), + [anon_sym_do] = ACTIONS(1683), + [anon_sym_for] = ACTIONS(1683), + [anon_sym_return] = ACTIONS(1683), + [anon_sym_break] = ACTIONS(1683), + [anon_sym_continue] = ACTIONS(1683), + [anon_sym_goto] = ACTIONS(1683), + [anon_sym_DASH_DASH] = ACTIONS(1685), + [anon_sym_PLUS_PLUS] = ACTIONS(1685), + [anon_sym_sizeof] = ACTIONS(1683), + [sym_number_literal] = ACTIONS(1685), + [anon_sym_L_SQUOTE] = ACTIONS(1685), + [anon_sym_u_SQUOTE] = ACTIONS(1685), + [anon_sym_U_SQUOTE] = ACTIONS(1685), + [anon_sym_u8_SQUOTE] = ACTIONS(1685), + [anon_sym_SQUOTE] = ACTIONS(1685), + [anon_sym_L_DQUOTE] = ACTIONS(1685), + [anon_sym_u_DQUOTE] = ACTIONS(1685), + [anon_sym_U_DQUOTE] = ACTIONS(1685), + [anon_sym_u8_DQUOTE] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(1685), + [sym_true] = ACTIONS(1683), + [sym_false] = ACTIONS(1683), + [sym_null] = ACTIONS(1683), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1683), + [anon_sym_virtual] = ACTIONS(1683), + [anon_sym_explicit] = ACTIONS(1683), + [sym_auto] = ACTIONS(1683), + [anon_sym_typename] = ACTIONS(1683), + [anon_sym_template] = ACTIONS(1683), + [anon_sym_operator] = ACTIONS(1683), + [anon_sym_delete] = ACTIONS(1683), + [anon_sym_throw] = ACTIONS(1683), + [anon_sym_namespace] = ACTIONS(1683), + [anon_sym_using] = ACTIONS(1683), + [anon_sym_static_assert] = ACTIONS(1683), + [anon_sym_co_return] = ACTIONS(1683), + [anon_sym_co_yield] = ACTIONS(1683), + [anon_sym_try] = ACTIONS(1683), + [anon_sym_co_await] = ACTIONS(1683), + [anon_sym_new] = ACTIONS(1683), + [sym_this] = ACTIONS(1683), + [sym_nullptr] = ACTIONS(1683), + [sym_alone_macro] = ACTIONS(1685), + [aux_sym_alone_macro_call_token1] = ACTIONS(1683), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_FORWARD] = ACTIONS(1683), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_PS_GET] = ACTIONS(1683), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), + [anon_sym_MOZ_COLD] = ACTIONS(1683), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_RAII] = ACTIONS(1683), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), + [sym_raw_string_literal] = ACTIONS(1685), + }, + [376] = { + [sym_identifier] = ACTIONS(1653), + [aux_sym_preproc_include_token1] = ACTIONS(1653), + [aux_sym_preproc_def_token1] = ACTIONS(1653), + [aux_sym_preproc_if_token1] = ACTIONS(1653), + [aux_sym_preproc_if_token2] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [sym_preproc_directive] = ACTIONS(1653), + [anon_sym_LPAREN2] = ACTIONS(1655), + [anon_sym_BANG] = ACTIONS(1655), + [anon_sym_TILDE] = ACTIONS(1655), + [anon_sym_DASH] = ACTIONS(1653), + [anon_sym_PLUS] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(1655), + [anon_sym_AMP_AMP] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1653), + [anon_sym_SEMI] = ACTIONS(1655), + [anon_sym_typedef] = ACTIONS(1653), + [anon_sym_extern] = ACTIONS(1653), + [anon_sym___attribute__] = ACTIONS(1653), + [anon_sym_COLON_COLON] = ACTIONS(1655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), + [anon_sym___declspec] = ACTIONS(1653), + [anon_sym___based] = ACTIONS(1653), + [anon_sym___cdecl] = ACTIONS(1653), + [anon_sym___clrcall] = ACTIONS(1653), + [anon_sym___stdcall] = ACTIONS(1653), + [anon_sym___fastcall] = ACTIONS(1653), + [anon_sym___thiscall] = ACTIONS(1653), + [anon_sym___vectorcall] = ACTIONS(1653), + [anon_sym_LBRACE] = ACTIONS(1655), + [anon_sym_LBRACK] = ACTIONS(1653), + [anon_sym_static] = ACTIONS(1653), + [anon_sym_register] = ACTIONS(1653), + [anon_sym_inline] = ACTIONS(1653), + [anon_sym_thread_local] = ACTIONS(1653), + [anon_sym_const] = ACTIONS(1653), + [anon_sym_volatile] = ACTIONS(1653), + [anon_sym_restrict] = ACTIONS(1653), + [anon_sym__Atomic] = ACTIONS(1653), + [anon_sym_mutable] = ACTIONS(1653), + [anon_sym_constexpr] = ACTIONS(1653), + [anon_sym_signed] = ACTIONS(1653), + [anon_sym_unsigned] = ACTIONS(1653), + [anon_sym_long] = ACTIONS(1653), + [anon_sym_short] = ACTIONS(1653), + [sym_primitive_type] = ACTIONS(1653), + [anon_sym_enum] = ACTIONS(1653), + [anon_sym_class] = ACTIONS(1653), + [anon_sym_struct] = ACTIONS(1653), + [anon_sym_union] = ACTIONS(1653), + [anon_sym_if] = ACTIONS(1653), + [anon_sym_else] = ACTIONS(1979), + [anon_sym_switch] = ACTIONS(1653), + [anon_sym_case] = ACTIONS(1653), + [anon_sym_default] = ACTIONS(1653), + [anon_sym_while] = ACTIONS(1653), + [anon_sym_do] = ACTIONS(1653), + [anon_sym_for] = ACTIONS(1653), + [anon_sym_return] = ACTIONS(1653), + [anon_sym_break] = ACTIONS(1653), + [anon_sym_continue] = ACTIONS(1653), + [anon_sym_goto] = ACTIONS(1653), + [anon_sym_DASH_DASH] = ACTIONS(1655), + [anon_sym_PLUS_PLUS] = ACTIONS(1655), + [anon_sym_sizeof] = ACTIONS(1653), + [sym_number_literal] = ACTIONS(1655), + [anon_sym_L_SQUOTE] = ACTIONS(1655), + [anon_sym_u_SQUOTE] = ACTIONS(1655), + [anon_sym_U_SQUOTE] = ACTIONS(1655), + [anon_sym_u8_SQUOTE] = ACTIONS(1655), + [anon_sym_SQUOTE] = ACTIONS(1655), + [anon_sym_L_DQUOTE] = ACTIONS(1655), + [anon_sym_u_DQUOTE] = ACTIONS(1655), + [anon_sym_U_DQUOTE] = ACTIONS(1655), + [anon_sym_u8_DQUOTE] = ACTIONS(1655), + [anon_sym_DQUOTE] = ACTIONS(1655), + [sym_true] = ACTIONS(1653), + [sym_false] = ACTIONS(1653), + [sym_null] = ACTIONS(1653), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1653), + [anon_sym_virtual] = ACTIONS(1653), + [anon_sym_explicit] = ACTIONS(1653), + [sym_auto] = ACTIONS(1653), + [anon_sym_typename] = ACTIONS(1653), + [anon_sym_template] = ACTIONS(1653), + [anon_sym_operator] = ACTIONS(1653), + [anon_sym_delete] = ACTIONS(1653), + [anon_sym_throw] = ACTIONS(1653), + [anon_sym_namespace] = ACTIONS(1653), + [anon_sym_using] = ACTIONS(1653), + [anon_sym_static_assert] = ACTIONS(1653), + [anon_sym_co_return] = ACTIONS(1653), + [anon_sym_co_yield] = ACTIONS(1653), + [anon_sym_try] = ACTIONS(1653), + [anon_sym_co_await] = ACTIONS(1653), + [anon_sym_new] = ACTIONS(1653), + [sym_this] = ACTIONS(1653), + [sym_nullptr] = ACTIONS(1653), + [sym_alone_macro] = ACTIONS(1655), + [aux_sym_alone_macro_call_token1] = ACTIONS(1653), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_FORWARD] = ACTIONS(1653), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_PS_GET] = ACTIONS(1653), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), + [anon_sym_MOZ_COLD] = ACTIONS(1653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_RAII] = ACTIONS(1653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), + [sym_raw_string_literal] = ACTIONS(1655), + }, + [377] = { + [sym_identifier] = ACTIONS(1561), + [aux_sym_preproc_include_token1] = ACTIONS(1561), + [aux_sym_preproc_def_token1] = ACTIONS(1561), + [aux_sym_preproc_if_token1] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1561), + [sym_preproc_directive] = ACTIONS(1561), + [anon_sym_LPAREN2] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1563), + [anon_sym_TILDE] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1561), + [anon_sym_PLUS] = ACTIONS(1561), + [anon_sym_STAR] = ACTIONS(1563), + [anon_sym_AMP_AMP] = ACTIONS(1563), + [anon_sym_AMP] = ACTIONS(1561), + [anon_sym_SEMI] = ACTIONS(1563), + [anon_sym_typedef] = ACTIONS(1561), + [anon_sym_extern] = ACTIONS(1561), + [anon_sym___attribute__] = ACTIONS(1561), + [anon_sym_COLON_COLON] = ACTIONS(1563), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1563), + [anon_sym___declspec] = ACTIONS(1561), + [anon_sym___based] = ACTIONS(1561), + [anon_sym___cdecl] = ACTIONS(1561), + [anon_sym___clrcall] = ACTIONS(1561), + [anon_sym___stdcall] = ACTIONS(1561), + [anon_sym___fastcall] = ACTIONS(1561), + [anon_sym___thiscall] = ACTIONS(1561), + [anon_sym___vectorcall] = ACTIONS(1561), + [anon_sym_LBRACE] = ACTIONS(1563), + [anon_sym_RBRACE] = ACTIONS(1563), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_static] = ACTIONS(1561), + [anon_sym_register] = ACTIONS(1561), + [anon_sym_inline] = ACTIONS(1561), + [anon_sym_thread_local] = ACTIONS(1561), + [anon_sym_const] = ACTIONS(1561), + [anon_sym_volatile] = ACTIONS(1561), + [anon_sym_restrict] = ACTIONS(1561), + [anon_sym__Atomic] = ACTIONS(1561), + [anon_sym_mutable] = ACTIONS(1561), + [anon_sym_constexpr] = ACTIONS(1561), + [anon_sym_signed] = ACTIONS(1561), + [anon_sym_unsigned] = ACTIONS(1561), + [anon_sym_long] = ACTIONS(1561), + [anon_sym_short] = ACTIONS(1561), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_enum] = ACTIONS(1561), + [anon_sym_class] = ACTIONS(1561), + [anon_sym_struct] = ACTIONS(1561), + [anon_sym_union] = ACTIONS(1561), + [anon_sym_if] = ACTIONS(1561), + [anon_sym_else] = ACTIONS(1561), + [anon_sym_switch] = ACTIONS(1561), + [anon_sym_case] = ACTIONS(1561), + [anon_sym_default] = ACTIONS(1561), + [anon_sym_while] = ACTIONS(1561), + [anon_sym_do] = ACTIONS(1561), + [anon_sym_for] = ACTIONS(1561), + [anon_sym_return] = ACTIONS(1561), + [anon_sym_break] = ACTIONS(1561), + [anon_sym_continue] = ACTIONS(1561), + [anon_sym_goto] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1561), + [sym_number_literal] = ACTIONS(1563), + [anon_sym_L_SQUOTE] = ACTIONS(1563), + [anon_sym_u_SQUOTE] = ACTIONS(1563), + [anon_sym_U_SQUOTE] = ACTIONS(1563), + [anon_sym_u8_SQUOTE] = ACTIONS(1563), + [anon_sym_SQUOTE] = ACTIONS(1563), + [anon_sym_L_DQUOTE] = ACTIONS(1563), + [anon_sym_u_DQUOTE] = ACTIONS(1563), + [anon_sym_U_DQUOTE] = ACTIONS(1563), + [anon_sym_u8_DQUOTE] = ACTIONS(1563), + [anon_sym_DQUOTE] = ACTIONS(1563), + [sym_true] = ACTIONS(1561), + [sym_false] = ACTIONS(1561), + [sym_null] = ACTIONS(1561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1561), + [anon_sym_virtual] = ACTIONS(1561), + [anon_sym_explicit] = ACTIONS(1561), + [sym_auto] = ACTIONS(1561), + [anon_sym_typename] = ACTIONS(1561), + [anon_sym_template] = ACTIONS(1561), + [anon_sym_operator] = ACTIONS(1561), + [anon_sym_delete] = ACTIONS(1561), + [anon_sym_throw] = ACTIONS(1561), + [anon_sym_namespace] = ACTIONS(1561), + [anon_sym_using] = ACTIONS(1561), + [anon_sym_static_assert] = ACTIONS(1561), + [anon_sym_co_return] = ACTIONS(1561), + [anon_sym_co_yield] = ACTIONS(1561), + [anon_sym_try] = ACTIONS(1561), + [anon_sym_co_await] = ACTIONS(1561), + [anon_sym_new] = ACTIONS(1561), + [sym_this] = ACTIONS(1561), + [sym_nullptr] = ACTIONS(1561), + [sym_alone_macro] = ACTIONS(1563), + [aux_sym_alone_macro_call_token1] = ACTIONS(1561), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_FORWARD] = ACTIONS(1561), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1561), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_PS_GET] = ACTIONS(1561), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1561), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1561), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1561), + [anon_sym_MOZ_COLD] = ACTIONS(1561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_RAII] = ACTIONS(1561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1561), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1561), + [sym_raw_string_literal] = ACTIONS(1563), + }, + [378] = { + [sym_identifier] = ACTIONS(1663), + [aux_sym_preproc_include_token1] = ACTIONS(1663), + [aux_sym_preproc_def_token1] = ACTIONS(1663), + [aux_sym_preproc_if_token1] = ACTIONS(1663), + [aux_sym_preproc_if_token2] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1663), + [sym_preproc_directive] = ACTIONS(1663), + [anon_sym_LPAREN2] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(1665), + [anon_sym_AMP] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym___attribute__] = ACTIONS(1663), + [anon_sym_COLON_COLON] = ACTIONS(1665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1665), + [anon_sym___declspec] = ACTIONS(1663), + [anon_sym___based] = ACTIONS(1663), + [anon_sym___cdecl] = ACTIONS(1663), + [anon_sym___clrcall] = ACTIONS(1663), + [anon_sym___stdcall] = ACTIONS(1663), + [anon_sym___fastcall] = ACTIONS(1663), + [anon_sym___thiscall] = ACTIONS(1663), + [anon_sym___vectorcall] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1663), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_thread_local] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_mutable] = ACTIONS(1663), + [anon_sym_constexpr] = ACTIONS(1663), + [anon_sym_signed] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_class] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [anon_sym_L_SQUOTE] = ACTIONS(1665), + [anon_sym_u_SQUOTE] = ACTIONS(1665), + [anon_sym_U_SQUOTE] = ACTIONS(1665), + [anon_sym_u8_SQUOTE] = ACTIONS(1665), + [anon_sym_SQUOTE] = ACTIONS(1665), + [anon_sym_L_DQUOTE] = ACTIONS(1665), + [anon_sym_u_DQUOTE] = ACTIONS(1665), + [anon_sym_U_DQUOTE] = ACTIONS(1665), + [anon_sym_u8_DQUOTE] = ACTIONS(1665), + [anon_sym_DQUOTE] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1663), + [anon_sym_virtual] = ACTIONS(1663), + [anon_sym_explicit] = ACTIONS(1663), + [sym_auto] = ACTIONS(1663), + [anon_sym_typename] = ACTIONS(1663), + [anon_sym_template] = ACTIONS(1663), + [anon_sym_operator] = ACTIONS(1663), + [anon_sym_delete] = ACTIONS(1663), + [anon_sym_throw] = ACTIONS(1663), + [anon_sym_namespace] = ACTIONS(1663), + [anon_sym_using] = ACTIONS(1663), + [anon_sym_static_assert] = ACTIONS(1663), + [anon_sym_co_return] = ACTIONS(1663), + [anon_sym_co_yield] = ACTIONS(1663), + [anon_sym_try] = ACTIONS(1663), + [anon_sym_co_await] = ACTIONS(1663), + [anon_sym_new] = ACTIONS(1663), + [sym_this] = ACTIONS(1663), + [sym_nullptr] = ACTIONS(1663), + [sym_alone_macro] = ACTIONS(1665), + [aux_sym_alone_macro_call_token1] = ACTIONS(1663), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_FORWARD] = ACTIONS(1663), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1663), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_PS_GET] = ACTIONS(1663), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1663), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1663), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1663), + [anon_sym_MOZ_COLD] = ACTIONS(1663), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1663), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1663), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1663), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1663), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1663), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1663), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1663), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1663), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1663), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1663), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1663), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1663), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_RAII] = ACTIONS(1663), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1663), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1663), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1663), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1663), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1663), + [sym_raw_string_literal] = ACTIONS(1665), + }, + [379] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -112524,7 +106843,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [410] = { + [380] = { + [sym_identifier] = ACTIONS(1687), + [aux_sym_preproc_include_token1] = ACTIONS(1687), + [aux_sym_preproc_def_token1] = ACTIONS(1687), + [aux_sym_preproc_if_token1] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), + [sym_preproc_directive] = ACTIONS(1687), + [anon_sym_LPAREN2] = ACTIONS(1689), + [anon_sym_BANG] = ACTIONS(1689), + [anon_sym_TILDE] = ACTIONS(1689), + [anon_sym_DASH] = ACTIONS(1687), + [anon_sym_PLUS] = ACTIONS(1687), + [anon_sym_STAR] = ACTIONS(1689), + [anon_sym_AMP_AMP] = ACTIONS(1689), + [anon_sym_AMP] = ACTIONS(1687), + [anon_sym_SEMI] = ACTIONS(1689), + [anon_sym_typedef] = ACTIONS(1687), + [anon_sym_extern] = ACTIONS(1687), + [anon_sym___attribute__] = ACTIONS(1687), + [anon_sym_COLON_COLON] = ACTIONS(1689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), + [anon_sym___declspec] = ACTIONS(1687), + [anon_sym___based] = ACTIONS(1687), + [anon_sym___cdecl] = ACTIONS(1687), + [anon_sym___clrcall] = ACTIONS(1687), + [anon_sym___stdcall] = ACTIONS(1687), + [anon_sym___fastcall] = ACTIONS(1687), + [anon_sym___thiscall] = ACTIONS(1687), + [anon_sym___vectorcall] = ACTIONS(1687), + [anon_sym_LBRACE] = ACTIONS(1689), + [anon_sym_RBRACE] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1687), + [anon_sym_static] = ACTIONS(1687), + [anon_sym_register] = ACTIONS(1687), + [anon_sym_inline] = ACTIONS(1687), + [anon_sym_thread_local] = ACTIONS(1687), + [anon_sym_const] = ACTIONS(1687), + [anon_sym_volatile] = ACTIONS(1687), + [anon_sym_restrict] = ACTIONS(1687), + [anon_sym__Atomic] = ACTIONS(1687), + [anon_sym_mutable] = ACTIONS(1687), + [anon_sym_constexpr] = ACTIONS(1687), + [anon_sym_signed] = ACTIONS(1687), + [anon_sym_unsigned] = ACTIONS(1687), + [anon_sym_long] = ACTIONS(1687), + [anon_sym_short] = ACTIONS(1687), + [sym_primitive_type] = ACTIONS(1687), + [anon_sym_enum] = ACTIONS(1687), + [anon_sym_class] = ACTIONS(1687), + [anon_sym_struct] = ACTIONS(1687), + [anon_sym_union] = ACTIONS(1687), + [anon_sym_if] = ACTIONS(1687), + [anon_sym_else] = ACTIONS(1687), + [anon_sym_switch] = ACTIONS(1687), + [anon_sym_case] = ACTIONS(1687), + [anon_sym_default] = ACTIONS(1687), + [anon_sym_while] = ACTIONS(1687), + [anon_sym_do] = ACTIONS(1687), + [anon_sym_for] = ACTIONS(1687), + [anon_sym_return] = ACTIONS(1687), + [anon_sym_break] = ACTIONS(1687), + [anon_sym_continue] = ACTIONS(1687), + [anon_sym_goto] = ACTIONS(1687), + [anon_sym_DASH_DASH] = ACTIONS(1689), + [anon_sym_PLUS_PLUS] = ACTIONS(1689), + [anon_sym_sizeof] = ACTIONS(1687), + [sym_number_literal] = ACTIONS(1689), + [anon_sym_L_SQUOTE] = ACTIONS(1689), + [anon_sym_u_SQUOTE] = ACTIONS(1689), + [anon_sym_U_SQUOTE] = ACTIONS(1689), + [anon_sym_u8_SQUOTE] = ACTIONS(1689), + [anon_sym_SQUOTE] = ACTIONS(1689), + [anon_sym_L_DQUOTE] = ACTIONS(1689), + [anon_sym_u_DQUOTE] = ACTIONS(1689), + [anon_sym_U_DQUOTE] = ACTIONS(1689), + [anon_sym_u8_DQUOTE] = ACTIONS(1689), + [anon_sym_DQUOTE] = ACTIONS(1689), + [sym_true] = ACTIONS(1687), + [sym_false] = ACTIONS(1687), + [sym_null] = ACTIONS(1687), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1687), + [anon_sym_virtual] = ACTIONS(1687), + [anon_sym_explicit] = ACTIONS(1687), + [sym_auto] = ACTIONS(1687), + [anon_sym_typename] = ACTIONS(1687), + [anon_sym_template] = ACTIONS(1687), + [anon_sym_operator] = ACTIONS(1687), + [anon_sym_delete] = ACTIONS(1687), + [anon_sym_throw] = ACTIONS(1687), + [anon_sym_namespace] = ACTIONS(1687), + [anon_sym_using] = ACTIONS(1687), + [anon_sym_static_assert] = ACTIONS(1687), + [anon_sym_co_return] = ACTIONS(1687), + [anon_sym_co_yield] = ACTIONS(1687), + [anon_sym_try] = ACTIONS(1687), + [anon_sym_co_await] = ACTIONS(1687), + [anon_sym_new] = ACTIONS(1687), + [sym_this] = ACTIONS(1687), + [sym_nullptr] = ACTIONS(1687), + [sym_alone_macro] = ACTIONS(1689), + [aux_sym_alone_macro_call_token1] = ACTIONS(1687), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_FORWARD] = ACTIONS(1687), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_PS_GET] = ACTIONS(1687), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), + [anon_sym_MOZ_COLD] = ACTIONS(1687), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_RAII] = ACTIONS(1687), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), + [sym_raw_string_literal] = ACTIONS(1689), + }, + [381] = { + [ts_builtin_sym_end] = ACTIONS(1535), [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -112555,7 +107066,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -112715,202 +107225,967 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [411] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [382] = { + [sym_identifier] = ACTIONS(1609), + [aux_sym_preproc_include_token1] = ACTIONS(1609), + [aux_sym_preproc_def_token1] = ACTIONS(1609), + [aux_sym_preproc_if_token1] = ACTIONS(1609), + [aux_sym_preproc_if_token2] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), + [sym_preproc_directive] = ACTIONS(1609), + [anon_sym_LPAREN2] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_AMP_AMP] = ACTIONS(1611), + [anon_sym_AMP] = ACTIONS(1609), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym___attribute__] = ACTIONS(1609), + [anon_sym_COLON_COLON] = ACTIONS(1611), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), + [anon_sym___declspec] = ACTIONS(1609), + [anon_sym___based] = ACTIONS(1609), + [anon_sym___cdecl] = ACTIONS(1609), + [anon_sym___clrcall] = ACTIONS(1609), + [anon_sym___stdcall] = ACTIONS(1609), + [anon_sym___fastcall] = ACTIONS(1609), + [anon_sym___thiscall] = ACTIONS(1609), + [anon_sym___vectorcall] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_thread_local] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym__Atomic] = ACTIONS(1609), + [anon_sym_mutable] = ACTIONS(1609), + [anon_sym_constexpr] = ACTIONS(1609), + [anon_sym_signed] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_class] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1611), + [anon_sym_L_SQUOTE] = ACTIONS(1611), + [anon_sym_u_SQUOTE] = ACTIONS(1611), + [anon_sym_U_SQUOTE] = ACTIONS(1611), + [anon_sym_u8_SQUOTE] = ACTIONS(1611), + [anon_sym_SQUOTE] = ACTIONS(1611), + [anon_sym_L_DQUOTE] = ACTIONS(1611), + [anon_sym_u_DQUOTE] = ACTIONS(1611), + [anon_sym_U_DQUOTE] = ACTIONS(1611), + [anon_sym_u8_DQUOTE] = ACTIONS(1611), + [anon_sym_DQUOTE] = ACTIONS(1611), + [sym_true] = ACTIONS(1609), + [sym_false] = ACTIONS(1609), + [sym_null] = ACTIONS(1609), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1609), + [anon_sym_virtual] = ACTIONS(1609), + [anon_sym_explicit] = ACTIONS(1609), + [sym_auto] = ACTIONS(1609), + [anon_sym_typename] = ACTIONS(1609), + [anon_sym_template] = ACTIONS(1609), + [anon_sym_operator] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_throw] = ACTIONS(1609), + [anon_sym_namespace] = ACTIONS(1609), + [anon_sym_using] = ACTIONS(1609), + [anon_sym_static_assert] = ACTIONS(1609), + [anon_sym_co_return] = ACTIONS(1609), + [anon_sym_co_yield] = ACTIONS(1609), + [anon_sym_try] = ACTIONS(1609), + [anon_sym_co_await] = ACTIONS(1609), + [anon_sym_new] = ACTIONS(1609), + [sym_this] = ACTIONS(1609), + [sym_nullptr] = ACTIONS(1609), + [sym_alone_macro] = ACTIONS(1611), + [aux_sym_alone_macro_call_token1] = ACTIONS(1609), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_FORWARD] = ACTIONS(1609), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_PS_GET] = ACTIONS(1609), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), + [anon_sym_MOZ_COLD] = ACTIONS(1609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_RAII] = ACTIONS(1609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), + [sym_raw_string_literal] = ACTIONS(1611), + }, + [383] = { + [sym_identifier] = ACTIONS(1675), + [aux_sym_preproc_include_token1] = ACTIONS(1675), + [aux_sym_preproc_def_token1] = ACTIONS(1675), + [aux_sym_preproc_if_token1] = ACTIONS(1675), + [aux_sym_preproc_if_token2] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), + [sym_preproc_directive] = ACTIONS(1675), + [anon_sym_LPAREN2] = ACTIONS(1677), + [anon_sym_BANG] = ACTIONS(1677), + [anon_sym_TILDE] = ACTIONS(1677), + [anon_sym_DASH] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1677), + [anon_sym_AMP_AMP] = ACTIONS(1677), + [anon_sym_AMP] = ACTIONS(1675), + [anon_sym_SEMI] = ACTIONS(1677), + [anon_sym_typedef] = ACTIONS(1675), + [anon_sym_extern] = ACTIONS(1675), + [anon_sym___attribute__] = ACTIONS(1675), + [anon_sym_COLON_COLON] = ACTIONS(1677), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), + [anon_sym___declspec] = ACTIONS(1675), + [anon_sym___based] = ACTIONS(1675), + [anon_sym___cdecl] = ACTIONS(1675), + [anon_sym___clrcall] = ACTIONS(1675), + [anon_sym___stdcall] = ACTIONS(1675), + [anon_sym___fastcall] = ACTIONS(1675), + [anon_sym___thiscall] = ACTIONS(1675), + [anon_sym___vectorcall] = ACTIONS(1675), + [anon_sym_LBRACE] = ACTIONS(1677), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1675), + [anon_sym_register] = ACTIONS(1675), + [anon_sym_inline] = ACTIONS(1675), + [anon_sym_thread_local] = ACTIONS(1675), + [anon_sym_const] = ACTIONS(1675), + [anon_sym_volatile] = ACTIONS(1675), + [anon_sym_restrict] = ACTIONS(1675), + [anon_sym__Atomic] = ACTIONS(1675), + [anon_sym_mutable] = ACTIONS(1675), + [anon_sym_constexpr] = ACTIONS(1675), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1675), + [anon_sym_enum] = ACTIONS(1675), + [anon_sym_class] = ACTIONS(1675), + [anon_sym_struct] = ACTIONS(1675), + [anon_sym_union] = ACTIONS(1675), + [anon_sym_if] = ACTIONS(1675), + [anon_sym_else] = ACTIONS(1675), + [anon_sym_switch] = ACTIONS(1675), + [anon_sym_case] = ACTIONS(1675), + [anon_sym_default] = ACTIONS(1675), + [anon_sym_while] = ACTIONS(1675), + [anon_sym_do] = ACTIONS(1675), + [anon_sym_for] = ACTIONS(1675), + [anon_sym_return] = ACTIONS(1675), + [anon_sym_break] = ACTIONS(1675), + [anon_sym_continue] = ACTIONS(1675), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_DASH_DASH] = ACTIONS(1677), + [anon_sym_PLUS_PLUS] = ACTIONS(1677), + [anon_sym_sizeof] = ACTIONS(1675), + [sym_number_literal] = ACTIONS(1677), + [anon_sym_L_SQUOTE] = ACTIONS(1677), + [anon_sym_u_SQUOTE] = ACTIONS(1677), + [anon_sym_U_SQUOTE] = ACTIONS(1677), + [anon_sym_u8_SQUOTE] = ACTIONS(1677), + [anon_sym_SQUOTE] = ACTIONS(1677), + [anon_sym_L_DQUOTE] = ACTIONS(1677), + [anon_sym_u_DQUOTE] = ACTIONS(1677), + [anon_sym_U_DQUOTE] = ACTIONS(1677), + [anon_sym_u8_DQUOTE] = ACTIONS(1677), + [anon_sym_DQUOTE] = ACTIONS(1677), + [sym_true] = ACTIONS(1675), + [sym_false] = ACTIONS(1675), + [sym_null] = ACTIONS(1675), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1675), + [anon_sym_virtual] = ACTIONS(1675), + [anon_sym_explicit] = ACTIONS(1675), + [sym_auto] = ACTIONS(1675), + [anon_sym_typename] = ACTIONS(1675), + [anon_sym_template] = ACTIONS(1675), + [anon_sym_operator] = ACTIONS(1675), + [anon_sym_delete] = ACTIONS(1675), + [anon_sym_throw] = ACTIONS(1675), + [anon_sym_namespace] = ACTIONS(1675), + [anon_sym_using] = ACTIONS(1675), + [anon_sym_static_assert] = ACTIONS(1675), + [anon_sym_co_return] = ACTIONS(1675), + [anon_sym_co_yield] = ACTIONS(1675), + [anon_sym_try] = ACTIONS(1675), + [anon_sym_co_await] = ACTIONS(1675), + [anon_sym_new] = ACTIONS(1675), + [sym_this] = ACTIONS(1675), + [sym_nullptr] = ACTIONS(1675), + [sym_alone_macro] = ACTIONS(1677), + [aux_sym_alone_macro_call_token1] = ACTIONS(1675), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_FORWARD] = ACTIONS(1675), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_PS_GET] = ACTIONS(1675), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), + [anon_sym_MOZ_COLD] = ACTIONS(1675), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_RAII] = ACTIONS(1675), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), + [sym_raw_string_literal] = ACTIONS(1677), + }, + [384] = { + [sym_identifier] = ACTIONS(1679), + [aux_sym_preproc_include_token1] = ACTIONS(1679), + [aux_sym_preproc_def_token1] = ACTIONS(1679), + [aux_sym_preproc_if_token1] = ACTIONS(1679), + [aux_sym_preproc_if_token2] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), + [sym_preproc_directive] = ACTIONS(1679), + [anon_sym_LPAREN2] = ACTIONS(1681), + [anon_sym_BANG] = ACTIONS(1681), + [anon_sym_TILDE] = ACTIONS(1681), + [anon_sym_DASH] = ACTIONS(1679), + [anon_sym_PLUS] = ACTIONS(1679), + [anon_sym_STAR] = ACTIONS(1681), + [anon_sym_AMP_AMP] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1679), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_typedef] = ACTIONS(1679), + [anon_sym_extern] = ACTIONS(1679), + [anon_sym___attribute__] = ACTIONS(1679), + [anon_sym_COLON_COLON] = ACTIONS(1681), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), + [anon_sym___declspec] = ACTIONS(1679), + [anon_sym___based] = ACTIONS(1679), + [anon_sym___cdecl] = ACTIONS(1679), + [anon_sym___clrcall] = ACTIONS(1679), + [anon_sym___stdcall] = ACTIONS(1679), + [anon_sym___fastcall] = ACTIONS(1679), + [anon_sym___thiscall] = ACTIONS(1679), + [anon_sym___vectorcall] = ACTIONS(1679), + [anon_sym_LBRACE] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1679), + [anon_sym_static] = ACTIONS(1679), + [anon_sym_register] = ACTIONS(1679), + [anon_sym_inline] = ACTIONS(1679), + [anon_sym_thread_local] = ACTIONS(1679), + [anon_sym_const] = ACTIONS(1679), + [anon_sym_volatile] = ACTIONS(1679), + [anon_sym_restrict] = ACTIONS(1679), + [anon_sym__Atomic] = ACTIONS(1679), + [anon_sym_mutable] = ACTIONS(1679), + [anon_sym_constexpr] = ACTIONS(1679), + [anon_sym_signed] = ACTIONS(1679), + [anon_sym_unsigned] = ACTIONS(1679), + [anon_sym_long] = ACTIONS(1679), + [anon_sym_short] = ACTIONS(1679), + [sym_primitive_type] = ACTIONS(1679), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1679), + [anon_sym_struct] = ACTIONS(1679), + [anon_sym_union] = ACTIONS(1679), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_else] = ACTIONS(1679), + [anon_sym_switch] = ACTIONS(1679), + [anon_sym_case] = ACTIONS(1679), + [anon_sym_default] = ACTIONS(1679), + [anon_sym_while] = ACTIONS(1679), + [anon_sym_do] = ACTIONS(1679), + [anon_sym_for] = ACTIONS(1679), + [anon_sym_return] = ACTIONS(1679), + [anon_sym_break] = ACTIONS(1679), + [anon_sym_continue] = ACTIONS(1679), + [anon_sym_goto] = ACTIONS(1679), + [anon_sym_DASH_DASH] = ACTIONS(1681), + [anon_sym_PLUS_PLUS] = ACTIONS(1681), + [anon_sym_sizeof] = ACTIONS(1679), + [sym_number_literal] = ACTIONS(1681), + [anon_sym_L_SQUOTE] = ACTIONS(1681), + [anon_sym_u_SQUOTE] = ACTIONS(1681), + [anon_sym_U_SQUOTE] = ACTIONS(1681), + [anon_sym_u8_SQUOTE] = ACTIONS(1681), + [anon_sym_SQUOTE] = ACTIONS(1681), + [anon_sym_L_DQUOTE] = ACTIONS(1681), + [anon_sym_u_DQUOTE] = ACTIONS(1681), + [anon_sym_U_DQUOTE] = ACTIONS(1681), + [anon_sym_u8_DQUOTE] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym_true] = ACTIONS(1679), + [sym_false] = ACTIONS(1679), + [sym_null] = ACTIONS(1679), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1679), + [anon_sym_virtual] = ACTIONS(1679), + [anon_sym_explicit] = ACTIONS(1679), + [sym_auto] = ACTIONS(1679), + [anon_sym_typename] = ACTIONS(1679), + [anon_sym_template] = ACTIONS(1679), + [anon_sym_operator] = ACTIONS(1679), + [anon_sym_delete] = ACTIONS(1679), + [anon_sym_throw] = ACTIONS(1679), + [anon_sym_namespace] = ACTIONS(1679), + [anon_sym_using] = ACTIONS(1679), + [anon_sym_static_assert] = ACTIONS(1679), + [anon_sym_co_return] = ACTIONS(1679), + [anon_sym_co_yield] = ACTIONS(1679), + [anon_sym_try] = ACTIONS(1679), + [anon_sym_co_await] = ACTIONS(1679), + [anon_sym_new] = ACTIONS(1679), + [sym_this] = ACTIONS(1679), + [sym_nullptr] = ACTIONS(1679), + [sym_alone_macro] = ACTIONS(1681), + [aux_sym_alone_macro_call_token1] = ACTIONS(1679), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_FORWARD] = ACTIONS(1679), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_PS_GET] = ACTIONS(1679), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), + [anon_sym_MOZ_COLD] = ACTIONS(1679), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_RAII] = ACTIONS(1679), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), + [sym_raw_string_literal] = ACTIONS(1681), + }, + [385] = { + [sym_identifier] = ACTIONS(1683), + [aux_sym_preproc_include_token1] = ACTIONS(1683), + [aux_sym_preproc_def_token1] = ACTIONS(1683), + [aux_sym_preproc_if_token1] = ACTIONS(1683), + [aux_sym_preproc_if_token2] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), + [sym_preproc_directive] = ACTIONS(1683), + [anon_sym_LPAREN2] = ACTIONS(1685), + [anon_sym_BANG] = ACTIONS(1685), + [anon_sym_TILDE] = ACTIONS(1685), + [anon_sym_DASH] = ACTIONS(1683), + [anon_sym_PLUS] = ACTIONS(1683), + [anon_sym_STAR] = ACTIONS(1685), + [anon_sym_AMP_AMP] = ACTIONS(1685), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_SEMI] = ACTIONS(1685), + [anon_sym_typedef] = ACTIONS(1683), + [anon_sym_extern] = ACTIONS(1683), + [anon_sym___attribute__] = ACTIONS(1683), + [anon_sym_COLON_COLON] = ACTIONS(1685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), + [anon_sym___declspec] = ACTIONS(1683), + [anon_sym___based] = ACTIONS(1683), + [anon_sym___cdecl] = ACTIONS(1683), + [anon_sym___clrcall] = ACTIONS(1683), + [anon_sym___stdcall] = ACTIONS(1683), + [anon_sym___fastcall] = ACTIONS(1683), + [anon_sym___thiscall] = ACTIONS(1683), + [anon_sym___vectorcall] = ACTIONS(1683), + [anon_sym_LBRACE] = ACTIONS(1685), + [anon_sym_LBRACK] = ACTIONS(1683), + [anon_sym_static] = ACTIONS(1683), + [anon_sym_register] = ACTIONS(1683), + [anon_sym_inline] = ACTIONS(1683), + [anon_sym_thread_local] = ACTIONS(1683), + [anon_sym_const] = ACTIONS(1683), + [anon_sym_volatile] = ACTIONS(1683), + [anon_sym_restrict] = ACTIONS(1683), + [anon_sym__Atomic] = ACTIONS(1683), + [anon_sym_mutable] = ACTIONS(1683), + [anon_sym_constexpr] = ACTIONS(1683), + [anon_sym_signed] = ACTIONS(1683), + [anon_sym_unsigned] = ACTIONS(1683), + [anon_sym_long] = ACTIONS(1683), + [anon_sym_short] = ACTIONS(1683), + [sym_primitive_type] = ACTIONS(1683), + [anon_sym_enum] = ACTIONS(1683), + [anon_sym_class] = ACTIONS(1683), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1683), + [anon_sym_if] = ACTIONS(1683), + [anon_sym_else] = ACTIONS(1683), + [anon_sym_switch] = ACTIONS(1683), + [anon_sym_case] = ACTIONS(1683), + [anon_sym_default] = ACTIONS(1683), + [anon_sym_while] = ACTIONS(1683), + [anon_sym_do] = ACTIONS(1683), + [anon_sym_for] = ACTIONS(1683), + [anon_sym_return] = ACTIONS(1683), + [anon_sym_break] = ACTIONS(1683), + [anon_sym_continue] = ACTIONS(1683), + [anon_sym_goto] = ACTIONS(1683), + [anon_sym_DASH_DASH] = ACTIONS(1685), + [anon_sym_PLUS_PLUS] = ACTIONS(1685), + [anon_sym_sizeof] = ACTIONS(1683), + [sym_number_literal] = ACTIONS(1685), + [anon_sym_L_SQUOTE] = ACTIONS(1685), + [anon_sym_u_SQUOTE] = ACTIONS(1685), + [anon_sym_U_SQUOTE] = ACTIONS(1685), + [anon_sym_u8_SQUOTE] = ACTIONS(1685), + [anon_sym_SQUOTE] = ACTIONS(1685), + [anon_sym_L_DQUOTE] = ACTIONS(1685), + [anon_sym_u_DQUOTE] = ACTIONS(1685), + [anon_sym_U_DQUOTE] = ACTIONS(1685), + [anon_sym_u8_DQUOTE] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(1685), + [sym_true] = ACTIONS(1683), + [sym_false] = ACTIONS(1683), + [sym_null] = ACTIONS(1683), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1683), + [anon_sym_virtual] = ACTIONS(1683), + [anon_sym_explicit] = ACTIONS(1683), + [sym_auto] = ACTIONS(1683), + [anon_sym_typename] = ACTIONS(1683), + [anon_sym_template] = ACTIONS(1683), + [anon_sym_operator] = ACTIONS(1683), + [anon_sym_delete] = ACTIONS(1683), + [anon_sym_throw] = ACTIONS(1683), + [anon_sym_namespace] = ACTIONS(1683), + [anon_sym_using] = ACTIONS(1683), + [anon_sym_static_assert] = ACTIONS(1683), + [anon_sym_co_return] = ACTIONS(1683), + [anon_sym_co_yield] = ACTIONS(1683), + [anon_sym_try] = ACTIONS(1683), + [anon_sym_co_await] = ACTIONS(1683), + [anon_sym_new] = ACTIONS(1683), + [sym_this] = ACTIONS(1683), + [sym_nullptr] = ACTIONS(1683), + [sym_alone_macro] = ACTIONS(1685), + [aux_sym_alone_macro_call_token1] = ACTIONS(1683), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_FORWARD] = ACTIONS(1683), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_PS_GET] = ACTIONS(1683), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), + [anon_sym_MOZ_COLD] = ACTIONS(1683), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_RAII] = ACTIONS(1683), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), + [sym_raw_string_literal] = ACTIONS(1685), + }, + [386] = { + [sym_identifier] = ACTIONS(1687), + [aux_sym_preproc_include_token1] = ACTIONS(1687), + [aux_sym_preproc_def_token1] = ACTIONS(1687), + [aux_sym_preproc_if_token1] = ACTIONS(1687), + [aux_sym_preproc_if_token2] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), + [sym_preproc_directive] = ACTIONS(1687), + [anon_sym_LPAREN2] = ACTIONS(1689), + [anon_sym_BANG] = ACTIONS(1689), + [anon_sym_TILDE] = ACTIONS(1689), + [anon_sym_DASH] = ACTIONS(1687), + [anon_sym_PLUS] = ACTIONS(1687), + [anon_sym_STAR] = ACTIONS(1689), + [anon_sym_AMP_AMP] = ACTIONS(1689), + [anon_sym_AMP] = ACTIONS(1687), + [anon_sym_SEMI] = ACTIONS(1689), + [anon_sym_typedef] = ACTIONS(1687), + [anon_sym_extern] = ACTIONS(1687), + [anon_sym___attribute__] = ACTIONS(1687), + [anon_sym_COLON_COLON] = ACTIONS(1689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), + [anon_sym___declspec] = ACTIONS(1687), + [anon_sym___based] = ACTIONS(1687), + [anon_sym___cdecl] = ACTIONS(1687), + [anon_sym___clrcall] = ACTIONS(1687), + [anon_sym___stdcall] = ACTIONS(1687), + [anon_sym___fastcall] = ACTIONS(1687), + [anon_sym___thiscall] = ACTIONS(1687), + [anon_sym___vectorcall] = ACTIONS(1687), + [anon_sym_LBRACE] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1687), + [anon_sym_static] = ACTIONS(1687), + [anon_sym_register] = ACTIONS(1687), + [anon_sym_inline] = ACTIONS(1687), + [anon_sym_thread_local] = ACTIONS(1687), + [anon_sym_const] = ACTIONS(1687), + [anon_sym_volatile] = ACTIONS(1687), + [anon_sym_restrict] = ACTIONS(1687), + [anon_sym__Atomic] = ACTIONS(1687), + [anon_sym_mutable] = ACTIONS(1687), + [anon_sym_constexpr] = ACTIONS(1687), + [anon_sym_signed] = ACTIONS(1687), + [anon_sym_unsigned] = ACTIONS(1687), + [anon_sym_long] = ACTIONS(1687), + [anon_sym_short] = ACTIONS(1687), + [sym_primitive_type] = ACTIONS(1687), + [anon_sym_enum] = ACTIONS(1687), + [anon_sym_class] = ACTIONS(1687), + [anon_sym_struct] = ACTIONS(1687), + [anon_sym_union] = ACTIONS(1687), + [anon_sym_if] = ACTIONS(1687), + [anon_sym_else] = ACTIONS(1687), + [anon_sym_switch] = ACTIONS(1687), + [anon_sym_case] = ACTIONS(1687), + [anon_sym_default] = ACTIONS(1687), + [anon_sym_while] = ACTIONS(1687), + [anon_sym_do] = ACTIONS(1687), + [anon_sym_for] = ACTIONS(1687), + [anon_sym_return] = ACTIONS(1687), + [anon_sym_break] = ACTIONS(1687), + [anon_sym_continue] = ACTIONS(1687), + [anon_sym_goto] = ACTIONS(1687), + [anon_sym_DASH_DASH] = ACTIONS(1689), + [anon_sym_PLUS_PLUS] = ACTIONS(1689), + [anon_sym_sizeof] = ACTIONS(1687), + [sym_number_literal] = ACTIONS(1689), + [anon_sym_L_SQUOTE] = ACTIONS(1689), + [anon_sym_u_SQUOTE] = ACTIONS(1689), + [anon_sym_U_SQUOTE] = ACTIONS(1689), + [anon_sym_u8_SQUOTE] = ACTIONS(1689), + [anon_sym_SQUOTE] = ACTIONS(1689), + [anon_sym_L_DQUOTE] = ACTIONS(1689), + [anon_sym_u_DQUOTE] = ACTIONS(1689), + [anon_sym_U_DQUOTE] = ACTIONS(1689), + [anon_sym_u8_DQUOTE] = ACTIONS(1689), + [anon_sym_DQUOTE] = ACTIONS(1689), + [sym_true] = ACTIONS(1687), + [sym_false] = ACTIONS(1687), + [sym_null] = ACTIONS(1687), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1687), + [anon_sym_virtual] = ACTIONS(1687), + [anon_sym_explicit] = ACTIONS(1687), + [sym_auto] = ACTIONS(1687), + [anon_sym_typename] = ACTIONS(1687), + [anon_sym_template] = ACTIONS(1687), + [anon_sym_operator] = ACTIONS(1687), + [anon_sym_delete] = ACTIONS(1687), + [anon_sym_throw] = ACTIONS(1687), + [anon_sym_namespace] = ACTIONS(1687), + [anon_sym_using] = ACTIONS(1687), + [anon_sym_static_assert] = ACTIONS(1687), + [anon_sym_co_return] = ACTIONS(1687), + [anon_sym_co_yield] = ACTIONS(1687), + [anon_sym_try] = ACTIONS(1687), + [anon_sym_co_await] = ACTIONS(1687), + [anon_sym_new] = ACTIONS(1687), + [sym_this] = ACTIONS(1687), + [sym_nullptr] = ACTIONS(1687), + [sym_alone_macro] = ACTIONS(1689), + [aux_sym_alone_macro_call_token1] = ACTIONS(1687), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_FORWARD] = ACTIONS(1687), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_PS_GET] = ACTIONS(1687), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), + [anon_sym_MOZ_COLD] = ACTIONS(1687), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_RAII] = ACTIONS(1687), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), + [sym_raw_string_literal] = ACTIONS(1689), }, - [412] = { + [387] = { [sym_identifier] = ACTIONS(1691), [aux_sym_preproc_include_token1] = ACTIONS(1691), [aux_sym_preproc_def_token1] = ACTIONS(1691), [aux_sym_preproc_if_token1] = ACTIONS(1691), + [aux_sym_preproc_if_token2] = ACTIONS(1691), [aux_sym_preproc_ifdef_token1] = ACTIONS(1691), [aux_sym_preproc_ifdef_token2] = ACTIONS(1691), [sym_preproc_directive] = ACTIONS(1691), @@ -112937,7 +108212,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1691), [anon_sym___vectorcall] = ACTIONS(1691), [anon_sym_LBRACE] = ACTIONS(1693), - [anon_sym_RBRACE] = ACTIONS(1693), [anon_sym_LBRACK] = ACTIONS(1691), [anon_sym_static] = ACTIONS(1691), [anon_sym_register] = ACTIONS(1691), @@ -113097,198 +108371,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), [sym_raw_string_literal] = ACTIONS(1693), }, - [413] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [388] = { + [sym_identifier] = ACTIONS(1695), + [aux_sym_preproc_include_token1] = ACTIONS(1695), + [aux_sym_preproc_def_token1] = ACTIONS(1695), + [aux_sym_preproc_if_token1] = ACTIONS(1695), + [aux_sym_preproc_if_token2] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), + [sym_preproc_directive] = ACTIONS(1695), + [anon_sym_LPAREN2] = ACTIONS(1697), + [anon_sym_BANG] = ACTIONS(1697), + [anon_sym_TILDE] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1695), + [anon_sym_PLUS] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_AMP_AMP] = ACTIONS(1697), + [anon_sym_AMP] = ACTIONS(1695), + [anon_sym_SEMI] = ACTIONS(1697), + [anon_sym_typedef] = ACTIONS(1695), + [anon_sym_extern] = ACTIONS(1695), + [anon_sym___attribute__] = ACTIONS(1695), + [anon_sym_COLON_COLON] = ACTIONS(1697), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), + [anon_sym___declspec] = ACTIONS(1695), + [anon_sym___based] = ACTIONS(1695), + [anon_sym___cdecl] = ACTIONS(1695), + [anon_sym___clrcall] = ACTIONS(1695), + [anon_sym___stdcall] = ACTIONS(1695), + [anon_sym___fastcall] = ACTIONS(1695), + [anon_sym___thiscall] = ACTIONS(1695), + [anon_sym___vectorcall] = ACTIONS(1695), + [anon_sym_LBRACE] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_static] = ACTIONS(1695), + [anon_sym_register] = ACTIONS(1695), + [anon_sym_inline] = ACTIONS(1695), + [anon_sym_thread_local] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1695), + [anon_sym_volatile] = ACTIONS(1695), + [anon_sym_restrict] = ACTIONS(1695), + [anon_sym__Atomic] = ACTIONS(1695), + [anon_sym_mutable] = ACTIONS(1695), + [anon_sym_constexpr] = ACTIONS(1695), + [anon_sym_signed] = ACTIONS(1695), + [anon_sym_unsigned] = ACTIONS(1695), + [anon_sym_long] = ACTIONS(1695), + [anon_sym_short] = ACTIONS(1695), + [sym_primitive_type] = ACTIONS(1695), + [anon_sym_enum] = ACTIONS(1695), + [anon_sym_class] = ACTIONS(1695), + [anon_sym_struct] = ACTIONS(1695), + [anon_sym_union] = ACTIONS(1695), + [anon_sym_if] = ACTIONS(1695), + [anon_sym_else] = ACTIONS(1695), + [anon_sym_switch] = ACTIONS(1695), + [anon_sym_case] = ACTIONS(1695), + [anon_sym_default] = ACTIONS(1695), + [anon_sym_while] = ACTIONS(1695), + [anon_sym_do] = ACTIONS(1695), + [anon_sym_for] = ACTIONS(1695), + [anon_sym_return] = ACTIONS(1695), + [anon_sym_break] = ACTIONS(1695), + [anon_sym_continue] = ACTIONS(1695), + [anon_sym_goto] = ACTIONS(1695), + [anon_sym_DASH_DASH] = ACTIONS(1697), + [anon_sym_PLUS_PLUS] = ACTIONS(1697), + [anon_sym_sizeof] = ACTIONS(1695), + [sym_number_literal] = ACTIONS(1697), + [anon_sym_L_SQUOTE] = ACTIONS(1697), + [anon_sym_u_SQUOTE] = ACTIONS(1697), + [anon_sym_U_SQUOTE] = ACTIONS(1697), + [anon_sym_u8_SQUOTE] = ACTIONS(1697), + [anon_sym_SQUOTE] = ACTIONS(1697), + [anon_sym_L_DQUOTE] = ACTIONS(1697), + [anon_sym_u_DQUOTE] = ACTIONS(1697), + [anon_sym_U_DQUOTE] = ACTIONS(1697), + [anon_sym_u8_DQUOTE] = ACTIONS(1697), + [anon_sym_DQUOTE] = ACTIONS(1697), + [sym_true] = ACTIONS(1695), + [sym_false] = ACTIONS(1695), + [sym_null] = ACTIONS(1695), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1695), + [anon_sym_virtual] = ACTIONS(1695), + [anon_sym_explicit] = ACTIONS(1695), + [sym_auto] = ACTIONS(1695), + [anon_sym_typename] = ACTIONS(1695), + [anon_sym_template] = ACTIONS(1695), + [anon_sym_operator] = ACTIONS(1695), + [anon_sym_delete] = ACTIONS(1695), + [anon_sym_throw] = ACTIONS(1695), + [anon_sym_namespace] = ACTIONS(1695), + [anon_sym_using] = ACTIONS(1695), + [anon_sym_static_assert] = ACTIONS(1695), + [anon_sym_co_return] = ACTIONS(1695), + [anon_sym_co_yield] = ACTIONS(1695), + [anon_sym_try] = ACTIONS(1695), + [anon_sym_co_await] = ACTIONS(1695), + [anon_sym_new] = ACTIONS(1695), + [sym_this] = ACTIONS(1695), + [sym_nullptr] = ACTIONS(1695), + [sym_alone_macro] = ACTIONS(1697), + [aux_sym_alone_macro_call_token1] = ACTIONS(1695), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_FORWARD] = ACTIONS(1695), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_PS_GET] = ACTIONS(1695), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), + [anon_sym_MOZ_COLD] = ACTIONS(1695), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_RAII] = ACTIONS(1695), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), + [sym_raw_string_literal] = ACTIONS(1697), }, - [414] = { + [389] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -113479,198 +108753,1153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [415] = { - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [390] = { + [sym_identifier] = ACTIONS(1557), + [aux_sym_preproc_include_token1] = ACTIONS(1557), + [aux_sym_preproc_def_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1557), + [sym_preproc_directive] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_BANG] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_DASH] = ACTIONS(1557), + [anon_sym_PLUS] = ACTIONS(1557), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_SEMI] = ACTIONS(1559), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym___based] = ACTIONS(1557), + [anon_sym___cdecl] = ACTIONS(1557), + [anon_sym___clrcall] = ACTIONS(1557), + [anon_sym___stdcall] = ACTIONS(1557), + [anon_sym___fastcall] = ACTIONS(1557), + [anon_sym___thiscall] = ACTIONS(1557), + [anon_sym___vectorcall] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_RBRACE] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [anon_sym_if] = ACTIONS(1557), + [anon_sym_else] = ACTIONS(1557), + [anon_sym_switch] = ACTIONS(1557), + [anon_sym_case] = ACTIONS(1557), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1557), + [anon_sym_do] = ACTIONS(1557), + [anon_sym_for] = ACTIONS(1557), + [anon_sym_return] = ACTIONS(1557), + [anon_sym_break] = ACTIONS(1557), + [anon_sym_continue] = ACTIONS(1557), + [anon_sym_goto] = ACTIONS(1557), + [anon_sym_DASH_DASH] = ACTIONS(1559), + [anon_sym_PLUS_PLUS] = ACTIONS(1559), + [anon_sym_sizeof] = ACTIONS(1557), + [sym_number_literal] = ACTIONS(1559), + [anon_sym_L_SQUOTE] = ACTIONS(1559), + [anon_sym_u_SQUOTE] = ACTIONS(1559), + [anon_sym_U_SQUOTE] = ACTIONS(1559), + [anon_sym_u8_SQUOTE] = ACTIONS(1559), + [anon_sym_SQUOTE] = ACTIONS(1559), + [anon_sym_L_DQUOTE] = ACTIONS(1559), + [anon_sym_u_DQUOTE] = ACTIONS(1559), + [anon_sym_U_DQUOTE] = ACTIONS(1559), + [anon_sym_u8_DQUOTE] = ACTIONS(1559), + [anon_sym_DQUOTE] = ACTIONS(1559), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [anon_sym_explicit] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_operator] = ACTIONS(1557), + [anon_sym_delete] = ACTIONS(1557), + [anon_sym_throw] = ACTIONS(1557), + [anon_sym_namespace] = ACTIONS(1557), + [anon_sym_using] = ACTIONS(1557), + [anon_sym_static_assert] = ACTIONS(1557), + [anon_sym_co_return] = ACTIONS(1557), + [anon_sym_co_yield] = ACTIONS(1557), + [anon_sym_try] = ACTIONS(1557), + [anon_sym_co_await] = ACTIONS(1557), + [anon_sym_new] = ACTIONS(1557), + [sym_this] = ACTIONS(1557), + [sym_nullptr] = ACTIONS(1557), + [sym_alone_macro] = ACTIONS(1559), + [aux_sym_alone_macro_call_token1] = ACTIONS(1557), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_FORWARD] = ACTIONS(1557), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1557), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_PS_GET] = ACTIONS(1557), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1557), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1557), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), + [sym_raw_string_literal] = ACTIONS(1559), + }, + [391] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [392] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [393] = { + [sym_identifier] = ACTIONS(1695), + [aux_sym_preproc_include_token1] = ACTIONS(1695), + [aux_sym_preproc_def_token1] = ACTIONS(1695), + [aux_sym_preproc_if_token1] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), + [sym_preproc_directive] = ACTIONS(1695), + [anon_sym_LPAREN2] = ACTIONS(1697), + [anon_sym_BANG] = ACTIONS(1697), + [anon_sym_TILDE] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1695), + [anon_sym_PLUS] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_AMP_AMP] = ACTIONS(1697), + [anon_sym_AMP] = ACTIONS(1695), + [anon_sym_SEMI] = ACTIONS(1697), + [anon_sym_typedef] = ACTIONS(1695), + [anon_sym_extern] = ACTIONS(1695), + [anon_sym___attribute__] = ACTIONS(1695), + [anon_sym_COLON_COLON] = ACTIONS(1697), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), + [anon_sym___declspec] = ACTIONS(1695), + [anon_sym___based] = ACTIONS(1695), + [anon_sym___cdecl] = ACTIONS(1695), + [anon_sym___clrcall] = ACTIONS(1695), + [anon_sym___stdcall] = ACTIONS(1695), + [anon_sym___fastcall] = ACTIONS(1695), + [anon_sym___thiscall] = ACTIONS(1695), + [anon_sym___vectorcall] = ACTIONS(1695), + [anon_sym_LBRACE] = ACTIONS(1697), + [anon_sym_RBRACE] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_static] = ACTIONS(1695), + [anon_sym_register] = ACTIONS(1695), + [anon_sym_inline] = ACTIONS(1695), + [anon_sym_thread_local] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1695), + [anon_sym_volatile] = ACTIONS(1695), + [anon_sym_restrict] = ACTIONS(1695), + [anon_sym__Atomic] = ACTIONS(1695), + [anon_sym_mutable] = ACTIONS(1695), + [anon_sym_constexpr] = ACTIONS(1695), + [anon_sym_signed] = ACTIONS(1695), + [anon_sym_unsigned] = ACTIONS(1695), + [anon_sym_long] = ACTIONS(1695), + [anon_sym_short] = ACTIONS(1695), + [sym_primitive_type] = ACTIONS(1695), + [anon_sym_enum] = ACTIONS(1695), + [anon_sym_class] = ACTIONS(1695), + [anon_sym_struct] = ACTIONS(1695), + [anon_sym_union] = ACTIONS(1695), + [anon_sym_if] = ACTIONS(1695), + [anon_sym_else] = ACTIONS(1695), + [anon_sym_switch] = ACTIONS(1695), + [anon_sym_case] = ACTIONS(1695), + [anon_sym_default] = ACTIONS(1695), + [anon_sym_while] = ACTIONS(1695), + [anon_sym_do] = ACTIONS(1695), + [anon_sym_for] = ACTIONS(1695), + [anon_sym_return] = ACTIONS(1695), + [anon_sym_break] = ACTIONS(1695), + [anon_sym_continue] = ACTIONS(1695), + [anon_sym_goto] = ACTIONS(1695), + [anon_sym_DASH_DASH] = ACTIONS(1697), + [anon_sym_PLUS_PLUS] = ACTIONS(1697), + [anon_sym_sizeof] = ACTIONS(1695), + [sym_number_literal] = ACTIONS(1697), + [anon_sym_L_SQUOTE] = ACTIONS(1697), + [anon_sym_u_SQUOTE] = ACTIONS(1697), + [anon_sym_U_SQUOTE] = ACTIONS(1697), + [anon_sym_u8_SQUOTE] = ACTIONS(1697), + [anon_sym_SQUOTE] = ACTIONS(1697), + [anon_sym_L_DQUOTE] = ACTIONS(1697), + [anon_sym_u_DQUOTE] = ACTIONS(1697), + [anon_sym_U_DQUOTE] = ACTIONS(1697), + [anon_sym_u8_DQUOTE] = ACTIONS(1697), + [anon_sym_DQUOTE] = ACTIONS(1697), + [sym_true] = ACTIONS(1695), + [sym_false] = ACTIONS(1695), + [sym_null] = ACTIONS(1695), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1695), + [anon_sym_virtual] = ACTIONS(1695), + [anon_sym_explicit] = ACTIONS(1695), + [sym_auto] = ACTIONS(1695), + [anon_sym_typename] = ACTIONS(1695), + [anon_sym_template] = ACTIONS(1695), + [anon_sym_operator] = ACTIONS(1695), + [anon_sym_delete] = ACTIONS(1695), + [anon_sym_throw] = ACTIONS(1695), + [anon_sym_namespace] = ACTIONS(1695), + [anon_sym_using] = ACTIONS(1695), + [anon_sym_static_assert] = ACTIONS(1695), + [anon_sym_co_return] = ACTIONS(1695), + [anon_sym_co_yield] = ACTIONS(1695), + [anon_sym_try] = ACTIONS(1695), + [anon_sym_co_await] = ACTIONS(1695), + [anon_sym_new] = ACTIONS(1695), + [sym_this] = ACTIONS(1695), + [sym_nullptr] = ACTIONS(1695), + [sym_alone_macro] = ACTIONS(1697), + [aux_sym_alone_macro_call_token1] = ACTIONS(1695), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_FORWARD] = ACTIONS(1695), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_PS_GET] = ACTIONS(1695), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), + [anon_sym_MOZ_COLD] = ACTIONS(1695), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_RAII] = ACTIONS(1695), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), + [sym_raw_string_literal] = ACTIONS(1697), + }, + [394] = { + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_include_token1] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token2] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___based] = ACTIONS(1581), + [anon_sym___cdecl] = ACTIONS(1581), + [anon_sym___clrcall] = ACTIONS(1581), + [anon_sym___stdcall] = ACTIONS(1581), + [anon_sym___fastcall] = ACTIONS(1581), + [anon_sym___thiscall] = ACTIONS(1581), + [anon_sym___vectorcall] = ACTIONS(1581), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [anon_sym_if] = ACTIONS(1581), + [anon_sym_else] = ACTIONS(1581), + [anon_sym_switch] = ACTIONS(1581), + [anon_sym_case] = ACTIONS(1581), + [anon_sym_default] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1581), + [anon_sym_do] = ACTIONS(1581), + [anon_sym_for] = ACTIONS(1581), + [anon_sym_return] = ACTIONS(1581), + [anon_sym_break] = ACTIONS(1581), + [anon_sym_continue] = ACTIONS(1581), + [anon_sym_goto] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1583), + [anon_sym_L_SQUOTE] = ACTIONS(1583), + [anon_sym_u_SQUOTE] = ACTIONS(1583), + [anon_sym_U_SQUOTE] = ACTIONS(1583), + [anon_sym_u8_SQUOTE] = ACTIONS(1583), + [anon_sym_SQUOTE] = ACTIONS(1583), + [anon_sym_L_DQUOTE] = ACTIONS(1583), + [anon_sym_u_DQUOTE] = ACTIONS(1583), + [anon_sym_U_DQUOTE] = ACTIONS(1583), + [anon_sym_u8_DQUOTE] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1583), + [sym_true] = ACTIONS(1581), + [sym_false] = ACTIONS(1581), + [sym_null] = ACTIONS(1581), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [anon_sym_explicit] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_operator] = ACTIONS(1581), + [anon_sym_delete] = ACTIONS(1581), + [anon_sym_throw] = ACTIONS(1581), + [anon_sym_namespace] = ACTIONS(1581), + [anon_sym_using] = ACTIONS(1581), + [anon_sym_static_assert] = ACTIONS(1581), + [anon_sym_co_return] = ACTIONS(1581), + [anon_sym_co_yield] = ACTIONS(1581), + [anon_sym_try] = ACTIONS(1581), + [anon_sym_co_await] = ACTIONS(1581), + [anon_sym_new] = ACTIONS(1581), + [sym_this] = ACTIONS(1581), + [sym_nullptr] = ACTIONS(1581), + [sym_alone_macro] = ACTIONS(1583), + [aux_sym_alone_macro_call_token1] = ACTIONS(1581), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_FORWARD] = ACTIONS(1581), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_PS_GET] = ACTIONS(1581), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [sym_raw_string_literal] = ACTIONS(1583), }, - [416] = { + [395] = { + [sym_identifier] = ACTIONS(1615), + [aux_sym_preproc_include_token1] = ACTIONS(1615), + [aux_sym_preproc_def_token1] = ACTIONS(1615), + [aux_sym_preproc_if_token1] = ACTIONS(1615), + [aux_sym_preproc_if_token2] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1615), + [sym_preproc_directive] = ACTIONS(1615), + [anon_sym_LPAREN2] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_AMP_AMP] = ACTIONS(1617), + [anon_sym_AMP] = ACTIONS(1615), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym___attribute__] = ACTIONS(1615), + [anon_sym_COLON_COLON] = ACTIONS(1617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1617), + [anon_sym___declspec] = ACTIONS(1615), + [anon_sym___based] = ACTIONS(1615), + [anon_sym___cdecl] = ACTIONS(1615), + [anon_sym___clrcall] = ACTIONS(1615), + [anon_sym___stdcall] = ACTIONS(1615), + [anon_sym___fastcall] = ACTIONS(1615), + [anon_sym___thiscall] = ACTIONS(1615), + [anon_sym___vectorcall] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_thread_local] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym__Atomic] = ACTIONS(1615), + [anon_sym_mutable] = ACTIONS(1615), + [anon_sym_constexpr] = ACTIONS(1615), + [anon_sym_signed] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_class] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_else] = ACTIONS(1981), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_case] = ACTIONS(1615), + [anon_sym_default] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1617), + [anon_sym_L_SQUOTE] = ACTIONS(1617), + [anon_sym_u_SQUOTE] = ACTIONS(1617), + [anon_sym_U_SQUOTE] = ACTIONS(1617), + [anon_sym_u8_SQUOTE] = ACTIONS(1617), + [anon_sym_SQUOTE] = ACTIONS(1617), + [anon_sym_L_DQUOTE] = ACTIONS(1617), + [anon_sym_u_DQUOTE] = ACTIONS(1617), + [anon_sym_U_DQUOTE] = ACTIONS(1617), + [anon_sym_u8_DQUOTE] = ACTIONS(1617), + [anon_sym_DQUOTE] = ACTIONS(1617), + [sym_true] = ACTIONS(1615), + [sym_false] = ACTIONS(1615), + [sym_null] = ACTIONS(1615), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1615), + [anon_sym_virtual] = ACTIONS(1615), + [anon_sym_explicit] = ACTIONS(1615), + [sym_auto] = ACTIONS(1615), + [anon_sym_typename] = ACTIONS(1615), + [anon_sym_template] = ACTIONS(1615), + [anon_sym_operator] = ACTIONS(1615), + [anon_sym_delete] = ACTIONS(1615), + [anon_sym_throw] = ACTIONS(1615), + [anon_sym_namespace] = ACTIONS(1615), + [anon_sym_using] = ACTIONS(1615), + [anon_sym_static_assert] = ACTIONS(1615), + [anon_sym_co_return] = ACTIONS(1615), + [anon_sym_co_yield] = ACTIONS(1615), + [anon_sym_try] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1615), + [anon_sym_new] = ACTIONS(1615), + [sym_this] = ACTIONS(1615), + [sym_nullptr] = ACTIONS(1615), + [sym_alone_macro] = ACTIONS(1617), + [aux_sym_alone_macro_call_token1] = ACTIONS(1615), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_FORWARD] = ACTIONS(1615), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1615), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_PS_GET] = ACTIONS(1615), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1615), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1615), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1615), + [anon_sym_MOZ_COLD] = ACTIONS(1615), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1615), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1615), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1615), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1615), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1615), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1615), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1615), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1615), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1615), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1615), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1615), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1615), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_RAII] = ACTIONS(1615), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1615), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1615), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1615), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1615), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1615), + [sym_raw_string_literal] = ACTIONS(1617), + }, + [396] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -113861,198 +110090,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [417] = { - [sym_identifier] = ACTIONS(1645), - [aux_sym_preproc_include_token1] = ACTIONS(1645), - [aux_sym_preproc_def_token1] = ACTIONS(1645), - [aux_sym_preproc_if_token1] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), - [sym_preproc_directive] = ACTIONS(1645), - [anon_sym_LPAREN2] = ACTIONS(1647), - [anon_sym_BANG] = ACTIONS(1647), - [anon_sym_TILDE] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1645), - [anon_sym_PLUS] = ACTIONS(1645), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_AMP_AMP] = ACTIONS(1647), - [anon_sym_AMP] = ACTIONS(1645), - [anon_sym_SEMI] = ACTIONS(1647), - [anon_sym_typedef] = ACTIONS(1645), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1645), - [anon_sym_COLON_COLON] = ACTIONS(1647), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), - [anon_sym___declspec] = ACTIONS(1645), - [anon_sym___based] = ACTIONS(1645), - [anon_sym___cdecl] = ACTIONS(1645), - [anon_sym___clrcall] = ACTIONS(1645), - [anon_sym___stdcall] = ACTIONS(1645), - [anon_sym___fastcall] = ACTIONS(1645), - [anon_sym___thiscall] = ACTIONS(1645), - [anon_sym___vectorcall] = ACTIONS(1645), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_RBRACE] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1645), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1645), - [anon_sym_volatile] = ACTIONS(1645), - [anon_sym_restrict] = ACTIONS(1645), - [anon_sym__Atomic] = ACTIONS(1645), - [anon_sym_mutable] = ACTIONS(1645), - [anon_sym_constexpr] = ACTIONS(1645), - [anon_sym_signed] = ACTIONS(1645), - [anon_sym_unsigned] = ACTIONS(1645), - [anon_sym_long] = ACTIONS(1645), - [anon_sym_short] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1645), - [anon_sym_enum] = ACTIONS(1645), - [anon_sym_class] = ACTIONS(1645), - [anon_sym_struct] = ACTIONS(1645), - [anon_sym_union] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1645), - [anon_sym_else] = ACTIONS(1645), - [anon_sym_switch] = ACTIONS(1645), - [anon_sym_case] = ACTIONS(1645), - [anon_sym_default] = ACTIONS(1645), - [anon_sym_while] = ACTIONS(1645), - [anon_sym_do] = ACTIONS(1645), - [anon_sym_for] = ACTIONS(1645), - [anon_sym_return] = ACTIONS(1645), - [anon_sym_break] = ACTIONS(1645), - [anon_sym_continue] = ACTIONS(1645), - [anon_sym_goto] = ACTIONS(1645), - [anon_sym_DASH_DASH] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_sizeof] = ACTIONS(1645), - [sym_number_literal] = ACTIONS(1647), - [anon_sym_L_SQUOTE] = ACTIONS(1647), - [anon_sym_u_SQUOTE] = ACTIONS(1647), - [anon_sym_U_SQUOTE] = ACTIONS(1647), - [anon_sym_u8_SQUOTE] = ACTIONS(1647), - [anon_sym_SQUOTE] = ACTIONS(1647), - [anon_sym_L_DQUOTE] = ACTIONS(1647), - [anon_sym_u_DQUOTE] = ACTIONS(1647), - [anon_sym_U_DQUOTE] = ACTIONS(1647), - [anon_sym_u8_DQUOTE] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_null] = ACTIONS(1645), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1645), - [anon_sym_virtual] = ACTIONS(1645), - [anon_sym_explicit] = ACTIONS(1645), - [sym_auto] = ACTIONS(1645), - [anon_sym_typename] = ACTIONS(1645), - [anon_sym_template] = ACTIONS(1645), - [anon_sym_operator] = ACTIONS(1645), - [anon_sym_delete] = ACTIONS(1645), - [anon_sym_throw] = ACTIONS(1645), - [anon_sym_namespace] = ACTIONS(1645), - [anon_sym_using] = ACTIONS(1645), - [anon_sym_static_assert] = ACTIONS(1645), - [anon_sym_co_return] = ACTIONS(1645), - [anon_sym_co_yield] = ACTIONS(1645), - [anon_sym_try] = ACTIONS(1645), - [anon_sym_co_await] = ACTIONS(1645), - [anon_sym_new] = ACTIONS(1645), - [sym_this] = ACTIONS(1645), - [sym_nullptr] = ACTIONS(1645), - [sym_alone_macro] = ACTIONS(1647), - [aux_sym_alone_macro_call_token1] = ACTIONS(1645), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_FORWARD] = ACTIONS(1645), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_PS_GET] = ACTIONS(1645), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), - [anon_sym_MOZ_COLD] = ACTIONS(1645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_RAII] = ACTIONS(1645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), - [sym_raw_string_literal] = ACTIONS(1647), - }, - [418] = { + [397] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -114230,2125 +110268,3081 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [419] = { - [sym_identifier] = ACTIONS(1683), - [aux_sym_preproc_include_token1] = ACTIONS(1683), - [aux_sym_preproc_def_token1] = ACTIONS(1683), - [aux_sym_preproc_if_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), - [sym_preproc_directive] = ACTIONS(1683), - [anon_sym_LPAREN2] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1685), - [anon_sym_TILDE] = ACTIONS(1685), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1685), - [anon_sym_AMP_AMP] = ACTIONS(1685), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_SEMI] = ACTIONS(1685), - [anon_sym_typedef] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym___attribute__] = ACTIONS(1683), - [anon_sym_COLON_COLON] = ACTIONS(1685), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), - [anon_sym___declspec] = ACTIONS(1683), - [anon_sym___based] = ACTIONS(1683), - [anon_sym___cdecl] = ACTIONS(1683), - [anon_sym___clrcall] = ACTIONS(1683), - [anon_sym___stdcall] = ACTIONS(1683), - [anon_sym___fastcall] = ACTIONS(1683), - [anon_sym___thiscall] = ACTIONS(1683), - [anon_sym___vectorcall] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1685), - [anon_sym_RBRACE] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_static] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_inline] = ACTIONS(1683), - [anon_sym_thread_local] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [anon_sym_volatile] = ACTIONS(1683), - [anon_sym_restrict] = ACTIONS(1683), - [anon_sym__Atomic] = ACTIONS(1683), - [anon_sym_mutable] = ACTIONS(1683), - [anon_sym_constexpr] = ACTIONS(1683), - [anon_sym_signed] = ACTIONS(1683), - [anon_sym_unsigned] = ACTIONS(1683), - [anon_sym_long] = ACTIONS(1683), - [anon_sym_short] = ACTIONS(1683), - [sym_primitive_type] = ACTIONS(1683), - [anon_sym_enum] = ACTIONS(1683), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1683), - [anon_sym_union] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_else] = ACTIONS(1683), - [anon_sym_switch] = ACTIONS(1683), - [anon_sym_case] = ACTIONS(1683), - [anon_sym_default] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_goto] = ACTIONS(1683), - [anon_sym_DASH_DASH] = ACTIONS(1685), - [anon_sym_PLUS_PLUS] = ACTIONS(1685), - [anon_sym_sizeof] = ACTIONS(1683), - [sym_number_literal] = ACTIONS(1685), - [anon_sym_L_SQUOTE] = ACTIONS(1685), - [anon_sym_u_SQUOTE] = ACTIONS(1685), - [anon_sym_U_SQUOTE] = ACTIONS(1685), - [anon_sym_u8_SQUOTE] = ACTIONS(1685), - [anon_sym_SQUOTE] = ACTIONS(1685), - [anon_sym_L_DQUOTE] = ACTIONS(1685), - [anon_sym_u_DQUOTE] = ACTIONS(1685), - [anon_sym_U_DQUOTE] = ACTIONS(1685), - [anon_sym_u8_DQUOTE] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(1685), - [sym_true] = ACTIONS(1683), - [sym_false] = ACTIONS(1683), - [sym_null] = ACTIONS(1683), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1683), - [anon_sym_virtual] = ACTIONS(1683), - [anon_sym_explicit] = ACTIONS(1683), - [sym_auto] = ACTIONS(1683), - [anon_sym_typename] = ACTIONS(1683), - [anon_sym_template] = ACTIONS(1683), - [anon_sym_operator] = ACTIONS(1683), - [anon_sym_delete] = ACTIONS(1683), - [anon_sym_throw] = ACTIONS(1683), - [anon_sym_namespace] = ACTIONS(1683), - [anon_sym_using] = ACTIONS(1683), - [anon_sym_static_assert] = ACTIONS(1683), - [anon_sym_co_return] = ACTIONS(1683), - [anon_sym_co_yield] = ACTIONS(1683), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_co_await] = ACTIONS(1683), - [anon_sym_new] = ACTIONS(1683), - [sym_this] = ACTIONS(1683), - [sym_nullptr] = ACTIONS(1683), - [sym_alone_macro] = ACTIONS(1685), - [aux_sym_alone_macro_call_token1] = ACTIONS(1683), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_FORWARD] = ACTIONS(1683), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_PS_GET] = ACTIONS(1683), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), - [anon_sym_MOZ_COLD] = ACTIONS(1683), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_RAII] = ACTIONS(1683), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), - [sym_raw_string_literal] = ACTIONS(1685), - }, - [420] = { - [sym_identifier] = ACTIONS(1679), - [aux_sym_preproc_include_token1] = ACTIONS(1679), - [aux_sym_preproc_def_token1] = ACTIONS(1679), - [aux_sym_preproc_if_token1] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), - [sym_preproc_directive] = ACTIONS(1679), - [anon_sym_LPAREN2] = ACTIONS(1681), - [anon_sym_BANG] = ACTIONS(1681), - [anon_sym_TILDE] = ACTIONS(1681), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1681), - [anon_sym_AMP_AMP] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1679), - [anon_sym_SEMI] = ACTIONS(1681), - [anon_sym_typedef] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym___attribute__] = ACTIONS(1679), - [anon_sym_COLON_COLON] = ACTIONS(1681), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), - [anon_sym___declspec] = ACTIONS(1679), - [anon_sym___based] = ACTIONS(1679), - [anon_sym___cdecl] = ACTIONS(1679), - [anon_sym___clrcall] = ACTIONS(1679), - [anon_sym___stdcall] = ACTIONS(1679), - [anon_sym___fastcall] = ACTIONS(1679), - [anon_sym___thiscall] = ACTIONS(1679), - [anon_sym___vectorcall] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1681), - [anon_sym_RBRACE] = ACTIONS(1681), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_static] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_inline] = ACTIONS(1679), - [anon_sym_thread_local] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [anon_sym_volatile] = ACTIONS(1679), - [anon_sym_restrict] = ACTIONS(1679), - [anon_sym__Atomic] = ACTIONS(1679), - [anon_sym_mutable] = ACTIONS(1679), - [anon_sym_constexpr] = ACTIONS(1679), - [anon_sym_signed] = ACTIONS(1679), - [anon_sym_unsigned] = ACTIONS(1679), - [anon_sym_long] = ACTIONS(1679), - [anon_sym_short] = ACTIONS(1679), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1679), - [anon_sym_class] = ACTIONS(1679), - [anon_sym_struct] = ACTIONS(1679), - [anon_sym_union] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_else] = ACTIONS(1679), - [anon_sym_switch] = ACTIONS(1679), - [anon_sym_case] = ACTIONS(1679), - [anon_sym_default] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_goto] = ACTIONS(1679), - [anon_sym_DASH_DASH] = ACTIONS(1681), - [anon_sym_PLUS_PLUS] = ACTIONS(1681), - [anon_sym_sizeof] = ACTIONS(1679), - [sym_number_literal] = ACTIONS(1681), - [anon_sym_L_SQUOTE] = ACTIONS(1681), - [anon_sym_u_SQUOTE] = ACTIONS(1681), - [anon_sym_U_SQUOTE] = ACTIONS(1681), - [anon_sym_u8_SQUOTE] = ACTIONS(1681), - [anon_sym_SQUOTE] = ACTIONS(1681), - [anon_sym_L_DQUOTE] = ACTIONS(1681), - [anon_sym_u_DQUOTE] = ACTIONS(1681), - [anon_sym_U_DQUOTE] = ACTIONS(1681), - [anon_sym_u8_DQUOTE] = ACTIONS(1681), - [anon_sym_DQUOTE] = ACTIONS(1681), - [sym_true] = ACTIONS(1679), - [sym_false] = ACTIONS(1679), - [sym_null] = ACTIONS(1679), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1679), - [anon_sym_virtual] = ACTIONS(1679), - [anon_sym_explicit] = ACTIONS(1679), - [sym_auto] = ACTIONS(1679), - [anon_sym_typename] = ACTIONS(1679), - [anon_sym_template] = ACTIONS(1679), - [anon_sym_operator] = ACTIONS(1679), - [anon_sym_delete] = ACTIONS(1679), - [anon_sym_throw] = ACTIONS(1679), - [anon_sym_namespace] = ACTIONS(1679), - [anon_sym_using] = ACTIONS(1679), - [anon_sym_static_assert] = ACTIONS(1679), - [anon_sym_co_return] = ACTIONS(1679), - [anon_sym_co_yield] = ACTIONS(1679), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_co_await] = ACTIONS(1679), - [anon_sym_new] = ACTIONS(1679), - [sym_this] = ACTIONS(1679), - [sym_nullptr] = ACTIONS(1679), - [sym_alone_macro] = ACTIONS(1681), - [aux_sym_alone_macro_call_token1] = ACTIONS(1679), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_FORWARD] = ACTIONS(1679), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_PS_GET] = ACTIONS(1679), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), - [anon_sym_MOZ_COLD] = ACTIONS(1679), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_RAII] = ACTIONS(1679), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), - [sym_raw_string_literal] = ACTIONS(1681), - }, - [421] = { - [sym_identifier] = ACTIONS(1675), - [aux_sym_preproc_include_token1] = ACTIONS(1675), - [aux_sym_preproc_def_token1] = ACTIONS(1675), - [aux_sym_preproc_if_token1] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), - [sym_preproc_directive] = ACTIONS(1675), - [anon_sym_LPAREN2] = ACTIONS(1677), - [anon_sym_BANG] = ACTIONS(1677), - [anon_sym_TILDE] = ACTIONS(1677), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1677), - [anon_sym_AMP_AMP] = ACTIONS(1677), - [anon_sym_AMP] = ACTIONS(1675), - [anon_sym_SEMI] = ACTIONS(1677), - [anon_sym_typedef] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym___attribute__] = ACTIONS(1675), - [anon_sym_COLON_COLON] = ACTIONS(1677), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), - [anon_sym___declspec] = ACTIONS(1675), - [anon_sym___based] = ACTIONS(1675), - [anon_sym___cdecl] = ACTIONS(1675), - [anon_sym___clrcall] = ACTIONS(1675), - [anon_sym___stdcall] = ACTIONS(1675), - [anon_sym___fastcall] = ACTIONS(1675), - [anon_sym___thiscall] = ACTIONS(1675), - [anon_sym___vectorcall] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1677), - [anon_sym_RBRACE] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_inline] = ACTIONS(1675), - [anon_sym_thread_local] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [anon_sym_volatile] = ACTIONS(1675), - [anon_sym_restrict] = ACTIONS(1675), - [anon_sym__Atomic] = ACTIONS(1675), - [anon_sym_mutable] = ACTIONS(1675), - [anon_sym_constexpr] = ACTIONS(1675), - [anon_sym_signed] = ACTIONS(1675), - [anon_sym_unsigned] = ACTIONS(1675), - [anon_sym_long] = ACTIONS(1675), - [anon_sym_short] = ACTIONS(1675), - [sym_primitive_type] = ACTIONS(1675), - [anon_sym_enum] = ACTIONS(1675), - [anon_sym_class] = ACTIONS(1675), - [anon_sym_struct] = ACTIONS(1675), - [anon_sym_union] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_else] = ACTIONS(1675), - [anon_sym_switch] = ACTIONS(1675), - [anon_sym_case] = ACTIONS(1675), - [anon_sym_default] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_goto] = ACTIONS(1675), - [anon_sym_DASH_DASH] = ACTIONS(1677), - [anon_sym_PLUS_PLUS] = ACTIONS(1677), - [anon_sym_sizeof] = ACTIONS(1675), - [sym_number_literal] = ACTIONS(1677), - [anon_sym_L_SQUOTE] = ACTIONS(1677), - [anon_sym_u_SQUOTE] = ACTIONS(1677), - [anon_sym_U_SQUOTE] = ACTIONS(1677), - [anon_sym_u8_SQUOTE] = ACTIONS(1677), - [anon_sym_SQUOTE] = ACTIONS(1677), - [anon_sym_L_DQUOTE] = ACTIONS(1677), - [anon_sym_u_DQUOTE] = ACTIONS(1677), - [anon_sym_U_DQUOTE] = ACTIONS(1677), - [anon_sym_u8_DQUOTE] = ACTIONS(1677), - [anon_sym_DQUOTE] = ACTIONS(1677), - [sym_true] = ACTIONS(1675), - [sym_false] = ACTIONS(1675), - [sym_null] = ACTIONS(1675), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1675), - [anon_sym_virtual] = ACTIONS(1675), - [anon_sym_explicit] = ACTIONS(1675), - [sym_auto] = ACTIONS(1675), - [anon_sym_typename] = ACTIONS(1675), - [anon_sym_template] = ACTIONS(1675), - [anon_sym_operator] = ACTIONS(1675), - [anon_sym_delete] = ACTIONS(1675), - [anon_sym_throw] = ACTIONS(1675), - [anon_sym_namespace] = ACTIONS(1675), - [anon_sym_using] = ACTIONS(1675), - [anon_sym_static_assert] = ACTIONS(1675), - [anon_sym_co_return] = ACTIONS(1675), - [anon_sym_co_yield] = ACTIONS(1675), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_co_await] = ACTIONS(1675), - [anon_sym_new] = ACTIONS(1675), - [sym_this] = ACTIONS(1675), - [sym_nullptr] = ACTIONS(1675), - [sym_alone_macro] = ACTIONS(1677), - [aux_sym_alone_macro_call_token1] = ACTIONS(1675), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_FORWARD] = ACTIONS(1675), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_PS_GET] = ACTIONS(1675), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), - [anon_sym_MOZ_COLD] = ACTIONS(1675), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_RAII] = ACTIONS(1675), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), - [sym_raw_string_literal] = ACTIONS(1677), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [422] = { - [sym_identifier] = ACTIONS(1665), - [aux_sym_preproc_include_token1] = ACTIONS(1665), - [aux_sym_preproc_def_token1] = ACTIONS(1665), - [aux_sym_preproc_if_token1] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1665), - [sym_preproc_directive] = ACTIONS(1665), - [anon_sym_LPAREN2] = ACTIONS(1667), - [anon_sym_BANG] = ACTIONS(1667), - [anon_sym_TILDE] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1665), - [anon_sym_PLUS] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(1667), - [anon_sym_AMP] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1667), - [anon_sym_typedef] = ACTIONS(1665), - [anon_sym_extern] = ACTIONS(1665), - [anon_sym___attribute__] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1667), - [anon_sym___declspec] = ACTIONS(1665), - [anon_sym___based] = ACTIONS(1665), - [anon_sym___cdecl] = ACTIONS(1665), - [anon_sym___clrcall] = ACTIONS(1665), - [anon_sym___stdcall] = ACTIONS(1665), - [anon_sym___fastcall] = ACTIONS(1665), - [anon_sym___thiscall] = ACTIONS(1665), - [anon_sym___vectorcall] = ACTIONS(1665), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_RBRACE] = ACTIONS(1667), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_static] = ACTIONS(1665), - [anon_sym_register] = ACTIONS(1665), - [anon_sym_inline] = ACTIONS(1665), - [anon_sym_thread_local] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1665), - [anon_sym_volatile] = ACTIONS(1665), - [anon_sym_restrict] = ACTIONS(1665), - [anon_sym__Atomic] = ACTIONS(1665), - [anon_sym_mutable] = ACTIONS(1665), - [anon_sym_constexpr] = ACTIONS(1665), - [anon_sym_signed] = ACTIONS(1665), - [anon_sym_unsigned] = ACTIONS(1665), - [anon_sym_long] = ACTIONS(1665), - [anon_sym_short] = ACTIONS(1665), - [sym_primitive_type] = ACTIONS(1665), - [anon_sym_enum] = ACTIONS(1665), - [anon_sym_class] = ACTIONS(1665), - [anon_sym_struct] = ACTIONS(1665), - [anon_sym_union] = ACTIONS(1665), - [anon_sym_if] = ACTIONS(1665), - [anon_sym_else] = ACTIONS(1665), - [anon_sym_switch] = ACTIONS(1665), - [anon_sym_case] = ACTIONS(1665), - [anon_sym_default] = ACTIONS(1665), - [anon_sym_while] = ACTIONS(1665), - [anon_sym_do] = ACTIONS(1665), - [anon_sym_for] = ACTIONS(1665), - [anon_sym_return] = ACTIONS(1665), - [anon_sym_break] = ACTIONS(1665), - [anon_sym_continue] = ACTIONS(1665), - [anon_sym_goto] = ACTIONS(1665), - [anon_sym_DASH_DASH] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_sizeof] = ACTIONS(1665), - [sym_number_literal] = ACTIONS(1667), - [anon_sym_L_SQUOTE] = ACTIONS(1667), - [anon_sym_u_SQUOTE] = ACTIONS(1667), - [anon_sym_U_SQUOTE] = ACTIONS(1667), - [anon_sym_u8_SQUOTE] = ACTIONS(1667), - [anon_sym_SQUOTE] = ACTIONS(1667), - [anon_sym_L_DQUOTE] = ACTIONS(1667), - [anon_sym_u_DQUOTE] = ACTIONS(1667), - [anon_sym_U_DQUOTE] = ACTIONS(1667), - [anon_sym_u8_DQUOTE] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym_true] = ACTIONS(1665), - [sym_false] = ACTIONS(1665), - [sym_null] = ACTIONS(1665), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1665), - [anon_sym_virtual] = ACTIONS(1665), - [anon_sym_explicit] = ACTIONS(1665), - [sym_auto] = ACTIONS(1665), - [anon_sym_typename] = ACTIONS(1665), - [anon_sym_template] = ACTIONS(1665), - [anon_sym_operator] = ACTIONS(1665), - [anon_sym_delete] = ACTIONS(1665), - [anon_sym_throw] = ACTIONS(1665), - [anon_sym_namespace] = ACTIONS(1665), - [anon_sym_using] = ACTIONS(1665), - [anon_sym_static_assert] = ACTIONS(1665), - [anon_sym_co_return] = ACTIONS(1665), - [anon_sym_co_yield] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1665), - [anon_sym_co_await] = ACTIONS(1665), - [anon_sym_new] = ACTIONS(1665), - [sym_this] = ACTIONS(1665), - [sym_nullptr] = ACTIONS(1665), - [sym_alone_macro] = ACTIONS(1667), - [aux_sym_alone_macro_call_token1] = ACTIONS(1665), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_FORWARD] = ACTIONS(1665), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1665), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_PS_GET] = ACTIONS(1665), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1665), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1665), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1665), - [anon_sym_MOZ_COLD] = ACTIONS(1665), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1665), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1665), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1665), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1665), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1665), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1665), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1665), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1665), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1665), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1665), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1665), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1665), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_RAII] = ACTIONS(1665), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1665), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1665), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1665), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1665), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1665), - [sym_raw_string_literal] = ACTIONS(1667), + [398] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), }, - [423] = { - [ts_builtin_sym_end] = ACTIONS(1639), - [sym_identifier] = ACTIONS(1637), - [aux_sym_preproc_include_token1] = ACTIONS(1637), - [aux_sym_preproc_def_token1] = ACTIONS(1637), - [aux_sym_preproc_if_token1] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), - [sym_preproc_directive] = ACTIONS(1637), - [anon_sym_LPAREN2] = ACTIONS(1639), - [anon_sym_BANG] = ACTIONS(1639), - [anon_sym_TILDE] = ACTIONS(1639), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1639), - [anon_sym_AMP_AMP] = ACTIONS(1639), - [anon_sym_AMP] = ACTIONS(1637), - [anon_sym_SEMI] = ACTIONS(1639), - [anon_sym_typedef] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym___attribute__] = ACTIONS(1637), - [anon_sym_COLON_COLON] = ACTIONS(1639), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), - [anon_sym___declspec] = ACTIONS(1637), - [anon_sym___based] = ACTIONS(1637), - [anon_sym___cdecl] = ACTIONS(1637), - [anon_sym___clrcall] = ACTIONS(1637), - [anon_sym___stdcall] = ACTIONS(1637), - [anon_sym___fastcall] = ACTIONS(1637), - [anon_sym___thiscall] = ACTIONS(1637), - [anon_sym___vectorcall] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1639), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_static] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_inline] = ACTIONS(1637), - [anon_sym_thread_local] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [anon_sym_volatile] = ACTIONS(1637), - [anon_sym_restrict] = ACTIONS(1637), - [anon_sym__Atomic] = ACTIONS(1637), - [anon_sym_mutable] = ACTIONS(1637), - [anon_sym_constexpr] = ACTIONS(1637), - [anon_sym_signed] = ACTIONS(1637), - [anon_sym_unsigned] = ACTIONS(1637), - [anon_sym_long] = ACTIONS(1637), - [anon_sym_short] = ACTIONS(1637), - [sym_primitive_type] = ACTIONS(1637), - [anon_sym_enum] = ACTIONS(1637), - [anon_sym_class] = ACTIONS(1637), - [anon_sym_struct] = ACTIONS(1637), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_else] = ACTIONS(1637), - [anon_sym_switch] = ACTIONS(1637), - [anon_sym_case] = ACTIONS(1637), - [anon_sym_default] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_goto] = ACTIONS(1637), - [anon_sym_DASH_DASH] = ACTIONS(1639), - [anon_sym_PLUS_PLUS] = ACTIONS(1639), - [anon_sym_sizeof] = ACTIONS(1637), - [sym_number_literal] = ACTIONS(1639), - [anon_sym_L_SQUOTE] = ACTIONS(1639), - [anon_sym_u_SQUOTE] = ACTIONS(1639), - [anon_sym_U_SQUOTE] = ACTIONS(1639), - [anon_sym_u8_SQUOTE] = ACTIONS(1639), - [anon_sym_SQUOTE] = ACTIONS(1639), - [anon_sym_L_DQUOTE] = ACTIONS(1639), - [anon_sym_u_DQUOTE] = ACTIONS(1639), - [anon_sym_U_DQUOTE] = ACTIONS(1639), - [anon_sym_u8_DQUOTE] = ACTIONS(1639), - [anon_sym_DQUOTE] = ACTIONS(1639), - [sym_true] = ACTIONS(1637), - [sym_false] = ACTIONS(1637), - [sym_null] = ACTIONS(1637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1637), - [anon_sym_virtual] = ACTIONS(1637), - [anon_sym_explicit] = ACTIONS(1637), - [sym_auto] = ACTIONS(1637), - [anon_sym_typename] = ACTIONS(1637), - [anon_sym_template] = ACTIONS(1637), - [anon_sym_operator] = ACTIONS(1637), - [anon_sym_delete] = ACTIONS(1637), - [anon_sym_throw] = ACTIONS(1637), - [anon_sym_namespace] = ACTIONS(1637), - [anon_sym_using] = ACTIONS(1637), - [anon_sym_static_assert] = ACTIONS(1637), - [anon_sym_co_return] = ACTIONS(1637), - [anon_sym_co_yield] = ACTIONS(1637), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_co_await] = ACTIONS(1637), - [anon_sym_new] = ACTIONS(1637), - [sym_this] = ACTIONS(1637), - [sym_nullptr] = ACTIONS(1637), - [sym_alone_macro] = ACTIONS(1639), - [aux_sym_alone_macro_call_token1] = ACTIONS(1637), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_FORWARD] = ACTIONS(1637), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_PS_GET] = ACTIONS(1637), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), - [anon_sym_MOZ_COLD] = ACTIONS(1637), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_RAII] = ACTIONS(1637), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), - [sym_raw_string_literal] = ACTIONS(1639), + [399] = { + [ts_builtin_sym_end] = ACTIONS(1673), + [sym_identifier] = ACTIONS(1671), + [aux_sym_preproc_include_token1] = ACTIONS(1671), + [aux_sym_preproc_def_token1] = ACTIONS(1671), + [aux_sym_preproc_if_token1] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1671), + [sym_preproc_directive] = ACTIONS(1671), + [anon_sym_LPAREN2] = ACTIONS(1673), + [anon_sym_BANG] = ACTIONS(1673), + [anon_sym_TILDE] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1673), + [anon_sym_AMP_AMP] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1671), + [anon_sym_SEMI] = ACTIONS(1673), + [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_extern] = ACTIONS(1671), + [anon_sym___attribute__] = ACTIONS(1671), + [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1673), + [anon_sym___declspec] = ACTIONS(1671), + [anon_sym___based] = ACTIONS(1671), + [anon_sym___cdecl] = ACTIONS(1671), + [anon_sym___clrcall] = ACTIONS(1671), + [anon_sym___stdcall] = ACTIONS(1671), + [anon_sym___fastcall] = ACTIONS(1671), + [anon_sym___thiscall] = ACTIONS(1671), + [anon_sym___vectorcall] = ACTIONS(1671), + [anon_sym_LBRACE] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1671), + [anon_sym_register] = ACTIONS(1671), + [anon_sym_inline] = ACTIONS(1671), + [anon_sym_thread_local] = ACTIONS(1671), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_volatile] = ACTIONS(1671), + [anon_sym_restrict] = ACTIONS(1671), + [anon_sym__Atomic] = ACTIONS(1671), + [anon_sym_mutable] = ACTIONS(1671), + [anon_sym_constexpr] = ACTIONS(1671), + [anon_sym_signed] = ACTIONS(1671), + [anon_sym_unsigned] = ACTIONS(1671), + [anon_sym_long] = ACTIONS(1671), + [anon_sym_short] = ACTIONS(1671), + [sym_primitive_type] = ACTIONS(1671), + [anon_sym_enum] = ACTIONS(1671), + [anon_sym_class] = ACTIONS(1671), + [anon_sym_struct] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_if] = ACTIONS(1671), + [anon_sym_else] = ACTIONS(1671), + [anon_sym_switch] = ACTIONS(1671), + [anon_sym_case] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_while] = ACTIONS(1671), + [anon_sym_do] = ACTIONS(1671), + [anon_sym_for] = ACTIONS(1671), + [anon_sym_return] = ACTIONS(1671), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1671), + [anon_sym_goto] = ACTIONS(1671), + [anon_sym_DASH_DASH] = ACTIONS(1673), + [anon_sym_PLUS_PLUS] = ACTIONS(1673), + [anon_sym_sizeof] = ACTIONS(1671), + [sym_number_literal] = ACTIONS(1673), + [anon_sym_L_SQUOTE] = ACTIONS(1673), + [anon_sym_u_SQUOTE] = ACTIONS(1673), + [anon_sym_U_SQUOTE] = ACTIONS(1673), + [anon_sym_u8_SQUOTE] = ACTIONS(1673), + [anon_sym_SQUOTE] = ACTIONS(1673), + [anon_sym_L_DQUOTE] = ACTIONS(1673), + [anon_sym_u_DQUOTE] = ACTIONS(1673), + [anon_sym_U_DQUOTE] = ACTIONS(1673), + [anon_sym_u8_DQUOTE] = ACTIONS(1673), + [anon_sym_DQUOTE] = ACTIONS(1673), + [sym_true] = ACTIONS(1671), + [sym_false] = ACTIONS(1671), + [sym_null] = ACTIONS(1671), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1671), + [anon_sym_virtual] = ACTIONS(1671), + [anon_sym_explicit] = ACTIONS(1671), + [sym_auto] = ACTIONS(1671), + [anon_sym_typename] = ACTIONS(1671), + [anon_sym_template] = ACTIONS(1671), + [anon_sym_operator] = ACTIONS(1671), + [anon_sym_delete] = ACTIONS(1671), + [anon_sym_throw] = ACTIONS(1671), + [anon_sym_namespace] = ACTIONS(1671), + [anon_sym_using] = ACTIONS(1671), + [anon_sym_static_assert] = ACTIONS(1671), + [anon_sym_co_return] = ACTIONS(1671), + [anon_sym_co_yield] = ACTIONS(1671), + [anon_sym_try] = ACTIONS(1671), + [anon_sym_co_await] = ACTIONS(1671), + [anon_sym_new] = ACTIONS(1671), + [sym_this] = ACTIONS(1671), + [sym_nullptr] = ACTIONS(1671), + [sym_alone_macro] = ACTIONS(1673), + [aux_sym_alone_macro_call_token1] = ACTIONS(1671), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_FORWARD] = ACTIONS(1671), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1671), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_PS_GET] = ACTIONS(1671), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1671), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1671), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1671), + [anon_sym_MOZ_COLD] = ACTIONS(1671), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1671), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1671), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1671), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1671), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1671), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1671), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1671), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1671), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1671), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1671), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1671), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1671), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_RAII] = ACTIONS(1671), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1671), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1671), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1671), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1671), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1671), + [sym_raw_string_literal] = ACTIONS(1673), }, - [424] = { - [ts_builtin_sym_end] = ACTIONS(1643), - [sym_identifier] = ACTIONS(1641), - [aux_sym_preproc_include_token1] = ACTIONS(1641), - [aux_sym_preproc_def_token1] = ACTIONS(1641), - [aux_sym_preproc_if_token1] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), - [sym_preproc_directive] = ACTIONS(1641), - [anon_sym_LPAREN2] = ACTIONS(1643), - [anon_sym_BANG] = ACTIONS(1643), - [anon_sym_TILDE] = ACTIONS(1643), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1643), - [anon_sym_AMP_AMP] = ACTIONS(1643), - [anon_sym_AMP] = ACTIONS(1641), - [anon_sym_SEMI] = ACTIONS(1643), - [anon_sym_typedef] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym___attribute__] = ACTIONS(1641), - [anon_sym_COLON_COLON] = ACTIONS(1643), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), - [anon_sym___declspec] = ACTIONS(1641), - [anon_sym___based] = ACTIONS(1641), - [anon_sym___cdecl] = ACTIONS(1641), - [anon_sym___clrcall] = ACTIONS(1641), - [anon_sym___stdcall] = ACTIONS(1641), - [anon_sym___fastcall] = ACTIONS(1641), - [anon_sym___thiscall] = ACTIONS(1641), - [anon_sym___vectorcall] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1643), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_static] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_inline] = ACTIONS(1641), - [anon_sym_thread_local] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [anon_sym_volatile] = ACTIONS(1641), - [anon_sym_restrict] = ACTIONS(1641), - [anon_sym__Atomic] = ACTIONS(1641), - [anon_sym_mutable] = ACTIONS(1641), - [anon_sym_constexpr] = ACTIONS(1641), - [anon_sym_signed] = ACTIONS(1641), - [anon_sym_unsigned] = ACTIONS(1641), - [anon_sym_long] = ACTIONS(1641), - [anon_sym_short] = ACTIONS(1641), - [sym_primitive_type] = ACTIONS(1641), - [anon_sym_enum] = ACTIONS(1641), - [anon_sym_class] = ACTIONS(1641), - [anon_sym_struct] = ACTIONS(1641), - [anon_sym_union] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_else] = ACTIONS(1641), - [anon_sym_switch] = ACTIONS(1641), - [anon_sym_case] = ACTIONS(1641), - [anon_sym_default] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_goto] = ACTIONS(1641), - [anon_sym_DASH_DASH] = ACTIONS(1643), - [anon_sym_PLUS_PLUS] = ACTIONS(1643), - [anon_sym_sizeof] = ACTIONS(1641), - [sym_number_literal] = ACTIONS(1643), - [anon_sym_L_SQUOTE] = ACTIONS(1643), - [anon_sym_u_SQUOTE] = ACTIONS(1643), - [anon_sym_U_SQUOTE] = ACTIONS(1643), - [anon_sym_u8_SQUOTE] = ACTIONS(1643), - [anon_sym_SQUOTE] = ACTIONS(1643), - [anon_sym_L_DQUOTE] = ACTIONS(1643), - [anon_sym_u_DQUOTE] = ACTIONS(1643), - [anon_sym_U_DQUOTE] = ACTIONS(1643), - [anon_sym_u8_DQUOTE] = ACTIONS(1643), - [anon_sym_DQUOTE] = ACTIONS(1643), - [sym_true] = ACTIONS(1641), - [sym_false] = ACTIONS(1641), - [sym_null] = ACTIONS(1641), + [400] = { + [ts_builtin_sym_end] = ACTIONS(1563), + [sym_identifier] = ACTIONS(1561), + [aux_sym_preproc_include_token1] = ACTIONS(1561), + [aux_sym_preproc_def_token1] = ACTIONS(1561), + [aux_sym_preproc_if_token1] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1561), + [sym_preproc_directive] = ACTIONS(1561), + [anon_sym_LPAREN2] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1563), + [anon_sym_TILDE] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1561), + [anon_sym_PLUS] = ACTIONS(1561), + [anon_sym_STAR] = ACTIONS(1563), + [anon_sym_AMP_AMP] = ACTIONS(1563), + [anon_sym_AMP] = ACTIONS(1561), + [anon_sym_SEMI] = ACTIONS(1563), + [anon_sym_typedef] = ACTIONS(1561), + [anon_sym_extern] = ACTIONS(1561), + [anon_sym___attribute__] = ACTIONS(1561), + [anon_sym_COLON_COLON] = ACTIONS(1563), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1563), + [anon_sym___declspec] = ACTIONS(1561), + [anon_sym___based] = ACTIONS(1561), + [anon_sym___cdecl] = ACTIONS(1561), + [anon_sym___clrcall] = ACTIONS(1561), + [anon_sym___stdcall] = ACTIONS(1561), + [anon_sym___fastcall] = ACTIONS(1561), + [anon_sym___thiscall] = ACTIONS(1561), + [anon_sym___vectorcall] = ACTIONS(1561), + [anon_sym_LBRACE] = ACTIONS(1563), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_static] = ACTIONS(1561), + [anon_sym_register] = ACTIONS(1561), + [anon_sym_inline] = ACTIONS(1561), + [anon_sym_thread_local] = ACTIONS(1561), + [anon_sym_const] = ACTIONS(1561), + [anon_sym_volatile] = ACTIONS(1561), + [anon_sym_restrict] = ACTIONS(1561), + [anon_sym__Atomic] = ACTIONS(1561), + [anon_sym_mutable] = ACTIONS(1561), + [anon_sym_constexpr] = ACTIONS(1561), + [anon_sym_signed] = ACTIONS(1561), + [anon_sym_unsigned] = ACTIONS(1561), + [anon_sym_long] = ACTIONS(1561), + [anon_sym_short] = ACTIONS(1561), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_enum] = ACTIONS(1561), + [anon_sym_class] = ACTIONS(1561), + [anon_sym_struct] = ACTIONS(1561), + [anon_sym_union] = ACTIONS(1561), + [anon_sym_if] = ACTIONS(1561), + [anon_sym_else] = ACTIONS(1561), + [anon_sym_switch] = ACTIONS(1561), + [anon_sym_case] = ACTIONS(1561), + [anon_sym_default] = ACTIONS(1561), + [anon_sym_while] = ACTIONS(1561), + [anon_sym_do] = ACTIONS(1561), + [anon_sym_for] = ACTIONS(1561), + [anon_sym_return] = ACTIONS(1561), + [anon_sym_break] = ACTIONS(1561), + [anon_sym_continue] = ACTIONS(1561), + [anon_sym_goto] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1561), + [sym_number_literal] = ACTIONS(1563), + [anon_sym_L_SQUOTE] = ACTIONS(1563), + [anon_sym_u_SQUOTE] = ACTIONS(1563), + [anon_sym_U_SQUOTE] = ACTIONS(1563), + [anon_sym_u8_SQUOTE] = ACTIONS(1563), + [anon_sym_SQUOTE] = ACTIONS(1563), + [anon_sym_L_DQUOTE] = ACTIONS(1563), + [anon_sym_u_DQUOTE] = ACTIONS(1563), + [anon_sym_U_DQUOTE] = ACTIONS(1563), + [anon_sym_u8_DQUOTE] = ACTIONS(1563), + [anon_sym_DQUOTE] = ACTIONS(1563), + [sym_true] = ACTIONS(1561), + [sym_false] = ACTIONS(1561), + [sym_null] = ACTIONS(1561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1561), + [anon_sym_virtual] = ACTIONS(1561), + [anon_sym_explicit] = ACTIONS(1561), + [sym_auto] = ACTIONS(1561), + [anon_sym_typename] = ACTIONS(1561), + [anon_sym_template] = ACTIONS(1561), + [anon_sym_operator] = ACTIONS(1561), + [anon_sym_delete] = ACTIONS(1561), + [anon_sym_throw] = ACTIONS(1561), + [anon_sym_namespace] = ACTIONS(1561), + [anon_sym_using] = ACTIONS(1561), + [anon_sym_static_assert] = ACTIONS(1561), + [anon_sym_co_return] = ACTIONS(1561), + [anon_sym_co_yield] = ACTIONS(1561), + [anon_sym_try] = ACTIONS(1561), + [anon_sym_co_await] = ACTIONS(1561), + [anon_sym_new] = ACTIONS(1561), + [sym_this] = ACTIONS(1561), + [sym_nullptr] = ACTIONS(1561), + [sym_alone_macro] = ACTIONS(1563), + [aux_sym_alone_macro_call_token1] = ACTIONS(1561), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_FORWARD] = ACTIONS(1561), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1561), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_PS_GET] = ACTIONS(1561), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1561), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1561), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1561), + [anon_sym_MOZ_COLD] = ACTIONS(1561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_RAII] = ACTIONS(1561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1561), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1561), + [sym_raw_string_literal] = ACTIONS(1563), + }, + [401] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_include_token1] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym___cdecl] = ACTIONS(1593), + [anon_sym___clrcall] = ACTIONS(1593), + [anon_sym___stdcall] = ACTIONS(1593), + [anon_sym___fastcall] = ACTIONS(1593), + [anon_sym___thiscall] = ACTIONS(1593), + [anon_sym___vectorcall] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1641), - [anon_sym_virtual] = ACTIONS(1641), - [anon_sym_explicit] = ACTIONS(1641), - [sym_auto] = ACTIONS(1641), - [anon_sym_typename] = ACTIONS(1641), - [anon_sym_template] = ACTIONS(1641), - [anon_sym_operator] = ACTIONS(1641), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_throw] = ACTIONS(1641), - [anon_sym_namespace] = ACTIONS(1641), - [anon_sym_using] = ACTIONS(1641), - [anon_sym_static_assert] = ACTIONS(1641), - [anon_sym_co_return] = ACTIONS(1641), - [anon_sym_co_yield] = ACTIONS(1641), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_co_await] = ACTIONS(1641), - [anon_sym_new] = ACTIONS(1641), - [sym_this] = ACTIONS(1641), - [sym_nullptr] = ACTIONS(1641), - [sym_alone_macro] = ACTIONS(1643), - [aux_sym_alone_macro_call_token1] = ACTIONS(1641), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_FORWARD] = ACTIONS(1641), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_PS_GET] = ACTIONS(1641), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), - [anon_sym_MOZ_COLD] = ACTIONS(1641), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_RAII] = ACTIONS(1641), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), - [sym_raw_string_literal] = ACTIONS(1643), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [sym_alone_macro] = ACTIONS(1595), + [aux_sym_alone_macro_call_token1] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), }, - [425] = { - [sym_identifier] = ACTIONS(1695), - [aux_sym_preproc_include_token1] = ACTIONS(1695), - [aux_sym_preproc_def_token1] = ACTIONS(1695), - [aux_sym_preproc_if_token1] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), - [sym_preproc_directive] = ACTIONS(1695), - [anon_sym_LPAREN2] = ACTIONS(1697), - [anon_sym_BANG] = ACTIONS(1697), - [anon_sym_TILDE] = ACTIONS(1697), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1697), - [anon_sym_AMP_AMP] = ACTIONS(1697), - [anon_sym_AMP] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1697), - [anon_sym_typedef] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym___attribute__] = ACTIONS(1695), - [anon_sym_COLON_COLON] = ACTIONS(1697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), - [anon_sym___declspec] = ACTIONS(1695), - [anon_sym___based] = ACTIONS(1695), - [anon_sym___cdecl] = ACTIONS(1695), - [anon_sym___clrcall] = ACTIONS(1695), - [anon_sym___stdcall] = ACTIONS(1695), - [anon_sym___fastcall] = ACTIONS(1695), - [anon_sym___thiscall] = ACTIONS(1695), - [anon_sym___vectorcall] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1697), - [anon_sym_RBRACE] = ACTIONS(1697), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_static] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_inline] = ACTIONS(1695), - [anon_sym_thread_local] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [anon_sym_volatile] = ACTIONS(1695), - [anon_sym_restrict] = ACTIONS(1695), - [anon_sym__Atomic] = ACTIONS(1695), - [anon_sym_mutable] = ACTIONS(1695), - [anon_sym_constexpr] = ACTIONS(1695), - [anon_sym_signed] = ACTIONS(1695), - [anon_sym_unsigned] = ACTIONS(1695), - [anon_sym_long] = ACTIONS(1695), - [anon_sym_short] = ACTIONS(1695), - [sym_primitive_type] = ACTIONS(1695), - [anon_sym_enum] = ACTIONS(1695), - [anon_sym_class] = ACTIONS(1695), - [anon_sym_struct] = ACTIONS(1695), - [anon_sym_union] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_else] = ACTIONS(1695), - [anon_sym_switch] = ACTIONS(1695), - [anon_sym_case] = ACTIONS(1695), - [anon_sym_default] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_goto] = ACTIONS(1695), - [anon_sym_DASH_DASH] = ACTIONS(1697), - [anon_sym_PLUS_PLUS] = ACTIONS(1697), - [anon_sym_sizeof] = ACTIONS(1695), - [sym_number_literal] = ACTIONS(1697), - [anon_sym_L_SQUOTE] = ACTIONS(1697), - [anon_sym_u_SQUOTE] = ACTIONS(1697), - [anon_sym_U_SQUOTE] = ACTIONS(1697), - [anon_sym_u8_SQUOTE] = ACTIONS(1697), - [anon_sym_SQUOTE] = ACTIONS(1697), - [anon_sym_L_DQUOTE] = ACTIONS(1697), - [anon_sym_u_DQUOTE] = ACTIONS(1697), - [anon_sym_U_DQUOTE] = ACTIONS(1697), - [anon_sym_u8_DQUOTE] = ACTIONS(1697), - [anon_sym_DQUOTE] = ACTIONS(1697), - [sym_true] = ACTIONS(1695), - [sym_false] = ACTIONS(1695), - [sym_null] = ACTIONS(1695), + [402] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_include_token1] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym___cdecl] = ACTIONS(1593), + [anon_sym___clrcall] = ACTIONS(1593), + [anon_sym___stdcall] = ACTIONS(1593), + [anon_sym___fastcall] = ACTIONS(1593), + [anon_sym___thiscall] = ACTIONS(1593), + [anon_sym___vectorcall] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1695), - [anon_sym_virtual] = ACTIONS(1695), - [anon_sym_explicit] = ACTIONS(1695), - [sym_auto] = ACTIONS(1695), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1695), - [anon_sym_operator] = ACTIONS(1695), - [anon_sym_delete] = ACTIONS(1695), - [anon_sym_throw] = ACTIONS(1695), - [anon_sym_namespace] = ACTIONS(1695), - [anon_sym_using] = ACTIONS(1695), - [anon_sym_static_assert] = ACTIONS(1695), - [anon_sym_co_return] = ACTIONS(1695), - [anon_sym_co_yield] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_co_await] = ACTIONS(1695), - [anon_sym_new] = ACTIONS(1695), - [sym_this] = ACTIONS(1695), - [sym_nullptr] = ACTIONS(1695), - [sym_alone_macro] = ACTIONS(1697), - [aux_sym_alone_macro_call_token1] = ACTIONS(1695), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_FORWARD] = ACTIONS(1695), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_PS_GET] = ACTIONS(1695), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), - [anon_sym_MOZ_COLD] = ACTIONS(1695), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_RAII] = ACTIONS(1695), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), - [sym_raw_string_literal] = ACTIONS(1697), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [sym_alone_macro] = ACTIONS(1595), + [aux_sym_alone_macro_call_token1] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), + }, + [403] = { + [sym_identifier] = ACTIONS(1557), + [aux_sym_preproc_include_token1] = ACTIONS(1557), + [aux_sym_preproc_def_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token2] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1557), + [sym_preproc_directive] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_BANG] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_DASH] = ACTIONS(1557), + [anon_sym_PLUS] = ACTIONS(1557), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_SEMI] = ACTIONS(1559), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym___based] = ACTIONS(1557), + [anon_sym___cdecl] = ACTIONS(1557), + [anon_sym___clrcall] = ACTIONS(1557), + [anon_sym___stdcall] = ACTIONS(1557), + [anon_sym___fastcall] = ACTIONS(1557), + [anon_sym___thiscall] = ACTIONS(1557), + [anon_sym___vectorcall] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [anon_sym_if] = ACTIONS(1557), + [anon_sym_else] = ACTIONS(1557), + [anon_sym_switch] = ACTIONS(1557), + [anon_sym_case] = ACTIONS(1557), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1557), + [anon_sym_do] = ACTIONS(1557), + [anon_sym_for] = ACTIONS(1557), + [anon_sym_return] = ACTIONS(1557), + [anon_sym_break] = ACTIONS(1557), + [anon_sym_continue] = ACTIONS(1557), + [anon_sym_goto] = ACTIONS(1557), + [anon_sym_DASH_DASH] = ACTIONS(1559), + [anon_sym_PLUS_PLUS] = ACTIONS(1559), + [anon_sym_sizeof] = ACTIONS(1557), + [sym_number_literal] = ACTIONS(1559), + [anon_sym_L_SQUOTE] = ACTIONS(1559), + [anon_sym_u_SQUOTE] = ACTIONS(1559), + [anon_sym_U_SQUOTE] = ACTIONS(1559), + [anon_sym_u8_SQUOTE] = ACTIONS(1559), + [anon_sym_SQUOTE] = ACTIONS(1559), + [anon_sym_L_DQUOTE] = ACTIONS(1559), + [anon_sym_u_DQUOTE] = ACTIONS(1559), + [anon_sym_U_DQUOTE] = ACTIONS(1559), + [anon_sym_u8_DQUOTE] = ACTIONS(1559), + [anon_sym_DQUOTE] = ACTIONS(1559), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [anon_sym_explicit] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_operator] = ACTIONS(1557), + [anon_sym_delete] = ACTIONS(1557), + [anon_sym_throw] = ACTIONS(1557), + [anon_sym_namespace] = ACTIONS(1557), + [anon_sym_using] = ACTIONS(1557), + [anon_sym_static_assert] = ACTIONS(1557), + [anon_sym_co_return] = ACTIONS(1557), + [anon_sym_co_yield] = ACTIONS(1557), + [anon_sym_try] = ACTIONS(1557), + [anon_sym_co_await] = ACTIONS(1557), + [anon_sym_new] = ACTIONS(1557), + [sym_this] = ACTIONS(1557), + [sym_nullptr] = ACTIONS(1557), + [sym_alone_macro] = ACTIONS(1559), + [aux_sym_alone_macro_call_token1] = ACTIONS(1557), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_FORWARD] = ACTIONS(1557), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1557), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_PS_GET] = ACTIONS(1557), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1557), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1557), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), + [sym_raw_string_literal] = ACTIONS(1559), + }, + [404] = { + [sym_identifier] = ACTIONS(1565), + [aux_sym_preproc_include_token1] = ACTIONS(1565), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token2] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), + [sym_preproc_directive] = ACTIONS(1565), + [anon_sym_LPAREN2] = ACTIONS(1567), + [anon_sym_BANG] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_DASH] = ACTIONS(1565), + [anon_sym_PLUS] = ACTIONS(1565), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_typedef] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym___attribute__] = ACTIONS(1565), + [anon_sym_COLON_COLON] = ACTIONS(1567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), + [anon_sym___declspec] = ACTIONS(1565), + [anon_sym___based] = ACTIONS(1565), + [anon_sym___cdecl] = ACTIONS(1565), + [anon_sym___clrcall] = ACTIONS(1565), + [anon_sym___stdcall] = ACTIONS(1565), + [anon_sym___fastcall] = ACTIONS(1565), + [anon_sym___thiscall] = ACTIONS(1565), + [anon_sym___vectorcall] = ACTIONS(1565), + [anon_sym_LBRACE] = ACTIONS(1567), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_static] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_inline] = ACTIONS(1565), + [anon_sym_thread_local] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_volatile] = ACTIONS(1565), + [anon_sym_restrict] = ACTIONS(1565), + [anon_sym__Atomic] = ACTIONS(1565), + [anon_sym_mutable] = ACTIONS(1565), + [anon_sym_constexpr] = ACTIONS(1565), + [anon_sym_signed] = ACTIONS(1565), + [anon_sym_unsigned] = ACTIONS(1565), + [anon_sym_long] = ACTIONS(1565), + [anon_sym_short] = ACTIONS(1565), + [sym_primitive_type] = ACTIONS(1565), + [anon_sym_enum] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1565), + [anon_sym_struct] = ACTIONS(1565), + [anon_sym_union] = ACTIONS(1565), + [anon_sym_if] = ACTIONS(1565), + [anon_sym_else] = ACTIONS(1565), + [anon_sym_switch] = ACTIONS(1565), + [anon_sym_case] = ACTIONS(1565), + [anon_sym_default] = ACTIONS(1565), + [anon_sym_while] = ACTIONS(1565), + [anon_sym_do] = ACTIONS(1565), + [anon_sym_for] = ACTIONS(1565), + [anon_sym_return] = ACTIONS(1565), + [anon_sym_break] = ACTIONS(1565), + [anon_sym_continue] = ACTIONS(1565), + [anon_sym_goto] = ACTIONS(1565), + [anon_sym_DASH_DASH] = ACTIONS(1567), + [anon_sym_PLUS_PLUS] = ACTIONS(1567), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1567), + [anon_sym_u_SQUOTE] = ACTIONS(1567), + [anon_sym_U_SQUOTE] = ACTIONS(1567), + [anon_sym_u8_SQUOTE] = ACTIONS(1567), + [anon_sym_SQUOTE] = ACTIONS(1567), + [anon_sym_L_DQUOTE] = ACTIONS(1567), + [anon_sym_u_DQUOTE] = ACTIONS(1567), + [anon_sym_U_DQUOTE] = ACTIONS(1567), + [anon_sym_u8_DQUOTE] = ACTIONS(1567), + [anon_sym_DQUOTE] = ACTIONS(1567), + [sym_true] = ACTIONS(1565), + [sym_false] = ACTIONS(1565), + [sym_null] = ACTIONS(1565), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1565), + [anon_sym_virtual] = ACTIONS(1565), + [anon_sym_explicit] = ACTIONS(1565), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_operator] = ACTIONS(1565), + [anon_sym_delete] = ACTIONS(1565), + [anon_sym_throw] = ACTIONS(1565), + [anon_sym_namespace] = ACTIONS(1565), + [anon_sym_using] = ACTIONS(1565), + [anon_sym_static_assert] = ACTIONS(1565), + [anon_sym_co_return] = ACTIONS(1565), + [anon_sym_co_yield] = ACTIONS(1565), + [anon_sym_try] = ACTIONS(1565), + [anon_sym_co_await] = ACTIONS(1565), + [anon_sym_new] = ACTIONS(1565), + [sym_this] = ACTIONS(1565), + [sym_nullptr] = ACTIONS(1565), + [sym_alone_macro] = ACTIONS(1567), + [aux_sym_alone_macro_call_token1] = ACTIONS(1565), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_FORWARD] = ACTIONS(1565), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_PS_GET] = ACTIONS(1565), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), + [anon_sym_MOZ_COLD] = ACTIONS(1565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_RAII] = ACTIONS(1565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), + [sym_raw_string_literal] = ACTIONS(1567), }, - [426] = { - [sym_identifier] = ACTIONS(1661), - [aux_sym_preproc_include_token1] = ACTIONS(1661), - [aux_sym_preproc_def_token1] = ACTIONS(1661), - [aux_sym_preproc_if_token1] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1661), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_BANG] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1661), - [anon_sym_PLUS] = ACTIONS(1661), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_AMP_AMP] = ACTIONS(1663), - [anon_sym_AMP] = ACTIONS(1661), - [anon_sym_SEMI] = ACTIONS(1663), - [anon_sym_typedef] = ACTIONS(1661), - [anon_sym_extern] = ACTIONS(1661), - [anon_sym___attribute__] = ACTIONS(1661), - [anon_sym_COLON_COLON] = ACTIONS(1663), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1663), - [anon_sym___declspec] = ACTIONS(1661), - [anon_sym___based] = ACTIONS(1661), - [anon_sym___cdecl] = ACTIONS(1661), - [anon_sym___clrcall] = ACTIONS(1661), - [anon_sym___stdcall] = ACTIONS(1661), - [anon_sym___fastcall] = ACTIONS(1661), - [anon_sym___thiscall] = ACTIONS(1661), - [anon_sym___vectorcall] = ACTIONS(1661), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_RBRACE] = ACTIONS(1663), - [anon_sym_LBRACK] = ACTIONS(1661), - [anon_sym_static] = ACTIONS(1661), - [anon_sym_register] = ACTIONS(1661), - [anon_sym_inline] = ACTIONS(1661), - [anon_sym_thread_local] = ACTIONS(1661), - [anon_sym_const] = ACTIONS(1661), - [anon_sym_volatile] = ACTIONS(1661), - [anon_sym_restrict] = ACTIONS(1661), - [anon_sym__Atomic] = ACTIONS(1661), - [anon_sym_mutable] = ACTIONS(1661), - [anon_sym_constexpr] = ACTIONS(1661), - [anon_sym_signed] = ACTIONS(1661), - [anon_sym_unsigned] = ACTIONS(1661), - [anon_sym_long] = ACTIONS(1661), - [anon_sym_short] = ACTIONS(1661), - [sym_primitive_type] = ACTIONS(1661), - [anon_sym_enum] = ACTIONS(1661), - [anon_sym_class] = ACTIONS(1661), - [anon_sym_struct] = ACTIONS(1661), - [anon_sym_union] = ACTIONS(1661), - [anon_sym_if] = ACTIONS(1661), - [anon_sym_else] = ACTIONS(1661), - [anon_sym_switch] = ACTIONS(1661), - [anon_sym_case] = ACTIONS(1661), - [anon_sym_default] = ACTIONS(1661), - [anon_sym_while] = ACTIONS(1661), - [anon_sym_do] = ACTIONS(1661), - [anon_sym_for] = ACTIONS(1661), - [anon_sym_return] = ACTIONS(1661), - [anon_sym_break] = ACTIONS(1661), - [anon_sym_continue] = ACTIONS(1661), - [anon_sym_goto] = ACTIONS(1661), - [anon_sym_DASH_DASH] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_sizeof] = ACTIONS(1661), - [sym_number_literal] = ACTIONS(1663), - [anon_sym_L_SQUOTE] = ACTIONS(1663), - [anon_sym_u_SQUOTE] = ACTIONS(1663), - [anon_sym_U_SQUOTE] = ACTIONS(1663), - [anon_sym_u8_SQUOTE] = ACTIONS(1663), - [anon_sym_SQUOTE] = ACTIONS(1663), - [anon_sym_L_DQUOTE] = ACTIONS(1663), - [anon_sym_u_DQUOTE] = ACTIONS(1663), - [anon_sym_U_DQUOTE] = ACTIONS(1663), - [anon_sym_u8_DQUOTE] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym_true] = ACTIONS(1661), - [sym_false] = ACTIONS(1661), - [sym_null] = ACTIONS(1661), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1661), - [anon_sym_virtual] = ACTIONS(1661), - [anon_sym_explicit] = ACTIONS(1661), - [sym_auto] = ACTIONS(1661), - [anon_sym_typename] = ACTIONS(1661), - [anon_sym_template] = ACTIONS(1661), - [anon_sym_operator] = ACTIONS(1661), - [anon_sym_delete] = ACTIONS(1661), - [anon_sym_throw] = ACTIONS(1661), - [anon_sym_namespace] = ACTIONS(1661), - [anon_sym_using] = ACTIONS(1661), - [anon_sym_static_assert] = ACTIONS(1661), - [anon_sym_co_return] = ACTIONS(1661), - [anon_sym_co_yield] = ACTIONS(1661), - [anon_sym_try] = ACTIONS(1661), - [anon_sym_co_await] = ACTIONS(1661), - [anon_sym_new] = ACTIONS(1661), - [sym_this] = ACTIONS(1661), - [sym_nullptr] = ACTIONS(1661), - [sym_alone_macro] = ACTIONS(1663), - [aux_sym_alone_macro_call_token1] = ACTIONS(1661), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_FORWARD] = ACTIONS(1661), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1661), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_PS_GET] = ACTIONS(1661), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1661), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1661), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1661), - [anon_sym_MOZ_COLD] = ACTIONS(1661), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1661), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1661), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1661), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1661), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1661), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1661), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1661), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1661), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1661), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1661), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1661), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1661), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_RAII] = ACTIONS(1661), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1661), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1661), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1661), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1661), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1661), - [sym_raw_string_literal] = ACTIONS(1663), + [405] = { + [sym_identifier] = ACTIONS(1561), + [aux_sym_preproc_include_token1] = ACTIONS(1561), + [aux_sym_preproc_def_token1] = ACTIONS(1561), + [aux_sym_preproc_if_token1] = ACTIONS(1561), + [aux_sym_preproc_if_token2] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1561), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1561), + [sym_preproc_directive] = ACTIONS(1561), + [anon_sym_LPAREN2] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1563), + [anon_sym_TILDE] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1561), + [anon_sym_PLUS] = ACTIONS(1561), + [anon_sym_STAR] = ACTIONS(1563), + [anon_sym_AMP_AMP] = ACTIONS(1563), + [anon_sym_AMP] = ACTIONS(1561), + [anon_sym_SEMI] = ACTIONS(1563), + [anon_sym_typedef] = ACTIONS(1561), + [anon_sym_extern] = ACTIONS(1561), + [anon_sym___attribute__] = ACTIONS(1561), + [anon_sym_COLON_COLON] = ACTIONS(1563), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1563), + [anon_sym___declspec] = ACTIONS(1561), + [anon_sym___based] = ACTIONS(1561), + [anon_sym___cdecl] = ACTIONS(1561), + [anon_sym___clrcall] = ACTIONS(1561), + [anon_sym___stdcall] = ACTIONS(1561), + [anon_sym___fastcall] = ACTIONS(1561), + [anon_sym___thiscall] = ACTIONS(1561), + [anon_sym___vectorcall] = ACTIONS(1561), + [anon_sym_LBRACE] = ACTIONS(1563), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_static] = ACTIONS(1561), + [anon_sym_register] = ACTIONS(1561), + [anon_sym_inline] = ACTIONS(1561), + [anon_sym_thread_local] = ACTIONS(1561), + [anon_sym_const] = ACTIONS(1561), + [anon_sym_volatile] = ACTIONS(1561), + [anon_sym_restrict] = ACTIONS(1561), + [anon_sym__Atomic] = ACTIONS(1561), + [anon_sym_mutable] = ACTIONS(1561), + [anon_sym_constexpr] = ACTIONS(1561), + [anon_sym_signed] = ACTIONS(1561), + [anon_sym_unsigned] = ACTIONS(1561), + [anon_sym_long] = ACTIONS(1561), + [anon_sym_short] = ACTIONS(1561), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_enum] = ACTIONS(1561), + [anon_sym_class] = ACTIONS(1561), + [anon_sym_struct] = ACTIONS(1561), + [anon_sym_union] = ACTIONS(1561), + [anon_sym_if] = ACTIONS(1561), + [anon_sym_else] = ACTIONS(1561), + [anon_sym_switch] = ACTIONS(1561), + [anon_sym_case] = ACTIONS(1561), + [anon_sym_default] = ACTIONS(1561), + [anon_sym_while] = ACTIONS(1561), + [anon_sym_do] = ACTIONS(1561), + [anon_sym_for] = ACTIONS(1561), + [anon_sym_return] = ACTIONS(1561), + [anon_sym_break] = ACTIONS(1561), + [anon_sym_continue] = ACTIONS(1561), + [anon_sym_goto] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1561), + [sym_number_literal] = ACTIONS(1563), + [anon_sym_L_SQUOTE] = ACTIONS(1563), + [anon_sym_u_SQUOTE] = ACTIONS(1563), + [anon_sym_U_SQUOTE] = ACTIONS(1563), + [anon_sym_u8_SQUOTE] = ACTIONS(1563), + [anon_sym_SQUOTE] = ACTIONS(1563), + [anon_sym_L_DQUOTE] = ACTIONS(1563), + [anon_sym_u_DQUOTE] = ACTIONS(1563), + [anon_sym_U_DQUOTE] = ACTIONS(1563), + [anon_sym_u8_DQUOTE] = ACTIONS(1563), + [anon_sym_DQUOTE] = ACTIONS(1563), + [sym_true] = ACTIONS(1561), + [sym_false] = ACTIONS(1561), + [sym_null] = ACTIONS(1561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1561), + [anon_sym_virtual] = ACTIONS(1561), + [anon_sym_explicit] = ACTIONS(1561), + [sym_auto] = ACTIONS(1561), + [anon_sym_typename] = ACTIONS(1561), + [anon_sym_template] = ACTIONS(1561), + [anon_sym_operator] = ACTIONS(1561), + [anon_sym_delete] = ACTIONS(1561), + [anon_sym_throw] = ACTIONS(1561), + [anon_sym_namespace] = ACTIONS(1561), + [anon_sym_using] = ACTIONS(1561), + [anon_sym_static_assert] = ACTIONS(1561), + [anon_sym_co_return] = ACTIONS(1561), + [anon_sym_co_yield] = ACTIONS(1561), + [anon_sym_try] = ACTIONS(1561), + [anon_sym_co_await] = ACTIONS(1561), + [anon_sym_new] = ACTIONS(1561), + [sym_this] = ACTIONS(1561), + [sym_nullptr] = ACTIONS(1561), + [sym_alone_macro] = ACTIONS(1563), + [aux_sym_alone_macro_call_token1] = ACTIONS(1561), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_FORWARD] = ACTIONS(1561), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1561), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_PS_GET] = ACTIONS(1561), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1561), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1561), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1561), + [anon_sym_MOZ_COLD] = ACTIONS(1561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_RAII] = ACTIONS(1561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1561), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1561), + [sym_raw_string_literal] = ACTIONS(1563), }, - [427] = { - [sym_identifier] = ACTIONS(1687), - [aux_sym_preproc_include_token1] = ACTIONS(1687), - [aux_sym_preproc_def_token1] = ACTIONS(1687), - [aux_sym_preproc_if_token1] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), - [sym_preproc_directive] = ACTIONS(1687), - [anon_sym_LPAREN2] = ACTIONS(1689), - [anon_sym_BANG] = ACTIONS(1689), - [anon_sym_TILDE] = ACTIONS(1689), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1689), - [anon_sym_AMP_AMP] = ACTIONS(1689), - [anon_sym_AMP] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1689), - [anon_sym_typedef] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym___attribute__] = ACTIONS(1687), - [anon_sym_COLON_COLON] = ACTIONS(1689), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), - [anon_sym___declspec] = ACTIONS(1687), - [anon_sym___based] = ACTIONS(1687), - [anon_sym___cdecl] = ACTIONS(1687), - [anon_sym___clrcall] = ACTIONS(1687), - [anon_sym___stdcall] = ACTIONS(1687), - [anon_sym___fastcall] = ACTIONS(1687), - [anon_sym___thiscall] = ACTIONS(1687), - [anon_sym___vectorcall] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1689), - [anon_sym_RBRACE] = ACTIONS(1689), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_static] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_inline] = ACTIONS(1687), - [anon_sym_thread_local] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [anon_sym_volatile] = ACTIONS(1687), - [anon_sym_restrict] = ACTIONS(1687), - [anon_sym__Atomic] = ACTIONS(1687), - [anon_sym_mutable] = ACTIONS(1687), - [anon_sym_constexpr] = ACTIONS(1687), - [anon_sym_signed] = ACTIONS(1687), - [anon_sym_unsigned] = ACTIONS(1687), - [anon_sym_long] = ACTIONS(1687), - [anon_sym_short] = ACTIONS(1687), - [sym_primitive_type] = ACTIONS(1687), - [anon_sym_enum] = ACTIONS(1687), - [anon_sym_class] = ACTIONS(1687), - [anon_sym_struct] = ACTIONS(1687), - [anon_sym_union] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_else] = ACTIONS(1687), - [anon_sym_switch] = ACTIONS(1687), - [anon_sym_case] = ACTIONS(1687), - [anon_sym_default] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_goto] = ACTIONS(1687), - [anon_sym_DASH_DASH] = ACTIONS(1689), - [anon_sym_PLUS_PLUS] = ACTIONS(1689), - [anon_sym_sizeof] = ACTIONS(1687), - [sym_number_literal] = ACTIONS(1689), - [anon_sym_L_SQUOTE] = ACTIONS(1689), - [anon_sym_u_SQUOTE] = ACTIONS(1689), - [anon_sym_U_SQUOTE] = ACTIONS(1689), - [anon_sym_u8_SQUOTE] = ACTIONS(1689), - [anon_sym_SQUOTE] = ACTIONS(1689), - [anon_sym_L_DQUOTE] = ACTIONS(1689), - [anon_sym_u_DQUOTE] = ACTIONS(1689), - [anon_sym_U_DQUOTE] = ACTIONS(1689), - [anon_sym_u8_DQUOTE] = ACTIONS(1689), - [anon_sym_DQUOTE] = ACTIONS(1689), - [sym_true] = ACTIONS(1687), - [sym_false] = ACTIONS(1687), - [sym_null] = ACTIONS(1687), + [406] = { + [sym_identifier] = ACTIONS(1671), + [aux_sym_preproc_include_token1] = ACTIONS(1671), + [aux_sym_preproc_def_token1] = ACTIONS(1671), + [aux_sym_preproc_if_token1] = ACTIONS(1671), + [aux_sym_preproc_if_token2] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1671), + [sym_preproc_directive] = ACTIONS(1671), + [anon_sym_LPAREN2] = ACTIONS(1673), + [anon_sym_BANG] = ACTIONS(1673), + [anon_sym_TILDE] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1673), + [anon_sym_AMP_AMP] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1671), + [anon_sym_SEMI] = ACTIONS(1673), + [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_extern] = ACTIONS(1671), + [anon_sym___attribute__] = ACTIONS(1671), + [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1673), + [anon_sym___declspec] = ACTIONS(1671), + [anon_sym___based] = ACTIONS(1671), + [anon_sym___cdecl] = ACTIONS(1671), + [anon_sym___clrcall] = ACTIONS(1671), + [anon_sym___stdcall] = ACTIONS(1671), + [anon_sym___fastcall] = ACTIONS(1671), + [anon_sym___thiscall] = ACTIONS(1671), + [anon_sym___vectorcall] = ACTIONS(1671), + [anon_sym_LBRACE] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1671), + [anon_sym_register] = ACTIONS(1671), + [anon_sym_inline] = ACTIONS(1671), + [anon_sym_thread_local] = ACTIONS(1671), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_volatile] = ACTIONS(1671), + [anon_sym_restrict] = ACTIONS(1671), + [anon_sym__Atomic] = ACTIONS(1671), + [anon_sym_mutable] = ACTIONS(1671), + [anon_sym_constexpr] = ACTIONS(1671), + [anon_sym_signed] = ACTIONS(1671), + [anon_sym_unsigned] = ACTIONS(1671), + [anon_sym_long] = ACTIONS(1671), + [anon_sym_short] = ACTIONS(1671), + [sym_primitive_type] = ACTIONS(1671), + [anon_sym_enum] = ACTIONS(1671), + [anon_sym_class] = ACTIONS(1671), + [anon_sym_struct] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_if] = ACTIONS(1671), + [anon_sym_else] = ACTIONS(1671), + [anon_sym_switch] = ACTIONS(1671), + [anon_sym_case] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_while] = ACTIONS(1671), + [anon_sym_do] = ACTIONS(1671), + [anon_sym_for] = ACTIONS(1671), + [anon_sym_return] = ACTIONS(1671), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1671), + [anon_sym_goto] = ACTIONS(1671), + [anon_sym_DASH_DASH] = ACTIONS(1673), + [anon_sym_PLUS_PLUS] = ACTIONS(1673), + [anon_sym_sizeof] = ACTIONS(1671), + [sym_number_literal] = ACTIONS(1673), + [anon_sym_L_SQUOTE] = ACTIONS(1673), + [anon_sym_u_SQUOTE] = ACTIONS(1673), + [anon_sym_U_SQUOTE] = ACTIONS(1673), + [anon_sym_u8_SQUOTE] = ACTIONS(1673), + [anon_sym_SQUOTE] = ACTIONS(1673), + [anon_sym_L_DQUOTE] = ACTIONS(1673), + [anon_sym_u_DQUOTE] = ACTIONS(1673), + [anon_sym_U_DQUOTE] = ACTIONS(1673), + [anon_sym_u8_DQUOTE] = ACTIONS(1673), + [anon_sym_DQUOTE] = ACTIONS(1673), + [sym_true] = ACTIONS(1671), + [sym_false] = ACTIONS(1671), + [sym_null] = ACTIONS(1671), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1671), + [anon_sym_virtual] = ACTIONS(1671), + [anon_sym_explicit] = ACTIONS(1671), + [sym_auto] = ACTIONS(1671), + [anon_sym_typename] = ACTIONS(1671), + [anon_sym_template] = ACTIONS(1671), + [anon_sym_operator] = ACTIONS(1671), + [anon_sym_delete] = ACTIONS(1671), + [anon_sym_throw] = ACTIONS(1671), + [anon_sym_namespace] = ACTIONS(1671), + [anon_sym_using] = ACTIONS(1671), + [anon_sym_static_assert] = ACTIONS(1671), + [anon_sym_co_return] = ACTIONS(1671), + [anon_sym_co_yield] = ACTIONS(1671), + [anon_sym_try] = ACTIONS(1671), + [anon_sym_co_await] = ACTIONS(1671), + [anon_sym_new] = ACTIONS(1671), + [sym_this] = ACTIONS(1671), + [sym_nullptr] = ACTIONS(1671), + [sym_alone_macro] = ACTIONS(1673), + [aux_sym_alone_macro_call_token1] = ACTIONS(1671), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_FORWARD] = ACTIONS(1671), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1671), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_PS_GET] = ACTIONS(1671), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1671), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1671), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1671), + [anon_sym_MOZ_COLD] = ACTIONS(1671), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1671), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1671), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1671), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1671), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1671), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1671), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1671), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1671), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1671), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1671), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1671), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1671), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_RAII] = ACTIONS(1671), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1671), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1671), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1671), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1671), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1671), + [sym_raw_string_literal] = ACTIONS(1673), + }, + [407] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [408] = { + [sym_identifier] = ACTIONS(1569), + [aux_sym_preproc_include_token1] = ACTIONS(1569), + [aux_sym_preproc_def_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token2] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), + [sym_preproc_directive] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym___based] = ACTIONS(1569), + [anon_sym___cdecl] = ACTIONS(1569), + [anon_sym___clrcall] = ACTIONS(1569), + [anon_sym___stdcall] = ACTIONS(1569), + [anon_sym___fastcall] = ACTIONS(1569), + [anon_sym___thiscall] = ACTIONS(1569), + [anon_sym___vectorcall] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_else] = ACTIONS(1569), + [anon_sym_switch] = ACTIONS(1569), + [anon_sym_case] = ACTIONS(1569), + [anon_sym_default] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_do] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_continue] = ACTIONS(1569), + [anon_sym_goto] = ACTIONS(1569), + [anon_sym_DASH_DASH] = ACTIONS(1571), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_sizeof] = ACTIONS(1569), + [sym_number_literal] = ACTIONS(1571), + [anon_sym_L_SQUOTE] = ACTIONS(1571), + [anon_sym_u_SQUOTE] = ACTIONS(1571), + [anon_sym_U_SQUOTE] = ACTIONS(1571), + [anon_sym_u8_SQUOTE] = ACTIONS(1571), + [anon_sym_SQUOTE] = ACTIONS(1571), + [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(1569), + [sym_false] = ACTIONS(1569), + [sym_null] = ACTIONS(1569), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1687), - [anon_sym_virtual] = ACTIONS(1687), - [anon_sym_explicit] = ACTIONS(1687), - [sym_auto] = ACTIONS(1687), - [anon_sym_typename] = ACTIONS(1687), - [anon_sym_template] = ACTIONS(1687), - [anon_sym_operator] = ACTIONS(1687), - [anon_sym_delete] = ACTIONS(1687), - [anon_sym_throw] = ACTIONS(1687), - [anon_sym_namespace] = ACTIONS(1687), - [anon_sym_using] = ACTIONS(1687), - [anon_sym_static_assert] = ACTIONS(1687), - [anon_sym_co_return] = ACTIONS(1687), - [anon_sym_co_yield] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_co_await] = ACTIONS(1687), - [anon_sym_new] = ACTIONS(1687), - [sym_this] = ACTIONS(1687), - [sym_nullptr] = ACTIONS(1687), - [sym_alone_macro] = ACTIONS(1689), - [aux_sym_alone_macro_call_token1] = ACTIONS(1687), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_FORWARD] = ACTIONS(1687), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_PS_GET] = ACTIONS(1687), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), - [anon_sym_MOZ_COLD] = ACTIONS(1687), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_RAII] = ACTIONS(1687), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), - [sym_raw_string_literal] = ACTIONS(1689), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [anon_sym_explicit] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_operator] = ACTIONS(1569), + [anon_sym_delete] = ACTIONS(1569), + [anon_sym_throw] = ACTIONS(1569), + [anon_sym_namespace] = ACTIONS(1569), + [anon_sym_using] = ACTIONS(1569), + [anon_sym_static_assert] = ACTIONS(1569), + [anon_sym_co_return] = ACTIONS(1569), + [anon_sym_co_yield] = ACTIONS(1569), + [anon_sym_try] = ACTIONS(1569), + [anon_sym_co_await] = ACTIONS(1569), + [anon_sym_new] = ACTIONS(1569), + [sym_this] = ACTIONS(1569), + [sym_nullptr] = ACTIONS(1569), + [sym_alone_macro] = ACTIONS(1571), + [aux_sym_alone_macro_call_token1] = ACTIONS(1569), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_FORWARD] = ACTIONS(1569), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_PS_GET] = ACTIONS(1569), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), + [sym_raw_string_literal] = ACTIONS(1571), }, - [428] = { - [sym_identifier] = ACTIONS(1653), - [aux_sym_preproc_include_token1] = ACTIONS(1653), - [aux_sym_preproc_def_token1] = ACTIONS(1653), - [aux_sym_preproc_if_token1] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), - [sym_preproc_directive] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_BANG] = ACTIONS(1655), - [anon_sym_TILDE] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1653), - [anon_sym_PLUS] = ACTIONS(1653), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_AMP_AMP] = ACTIONS(1655), - [anon_sym_AMP] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1655), - [anon_sym_typedef] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym___attribute__] = ACTIONS(1653), - [anon_sym_COLON_COLON] = ACTIONS(1655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), - [anon_sym___declspec] = ACTIONS(1653), - [anon_sym___based] = ACTIONS(1653), - [anon_sym___cdecl] = ACTIONS(1653), - [anon_sym___clrcall] = ACTIONS(1653), - [anon_sym___stdcall] = ACTIONS(1653), - [anon_sym___fastcall] = ACTIONS(1653), - [anon_sym___thiscall] = ACTIONS(1653), - [anon_sym___vectorcall] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_RBRACE] = ACTIONS(1655), - [anon_sym_LBRACK] = ACTIONS(1653), - [anon_sym_static] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_inline] = ACTIONS(1653), - [anon_sym_thread_local] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [anon_sym_volatile] = ACTIONS(1653), - [anon_sym_restrict] = ACTIONS(1653), - [anon_sym__Atomic] = ACTIONS(1653), - [anon_sym_mutable] = ACTIONS(1653), - [anon_sym_constexpr] = ACTIONS(1653), - [anon_sym_signed] = ACTIONS(1653), - [anon_sym_unsigned] = ACTIONS(1653), - [anon_sym_long] = ACTIONS(1653), - [anon_sym_short] = ACTIONS(1653), - [sym_primitive_type] = ACTIONS(1653), - [anon_sym_enum] = ACTIONS(1653), - [anon_sym_class] = ACTIONS(1653), - [anon_sym_struct] = ACTIONS(1653), - [anon_sym_union] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_switch] = ACTIONS(1653), - [anon_sym_case] = ACTIONS(1653), - [anon_sym_default] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_goto] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_sizeof] = ACTIONS(1653), - [sym_number_literal] = ACTIONS(1655), - [anon_sym_L_SQUOTE] = ACTIONS(1655), - [anon_sym_u_SQUOTE] = ACTIONS(1655), - [anon_sym_U_SQUOTE] = ACTIONS(1655), - [anon_sym_u8_SQUOTE] = ACTIONS(1655), - [anon_sym_SQUOTE] = ACTIONS(1655), - [anon_sym_L_DQUOTE] = ACTIONS(1655), - [anon_sym_u_DQUOTE] = ACTIONS(1655), - [anon_sym_U_DQUOTE] = ACTIONS(1655), - [anon_sym_u8_DQUOTE] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym_true] = ACTIONS(1653), - [sym_false] = ACTIONS(1653), - [sym_null] = ACTIONS(1653), + [409] = { + [sym_identifier] = ACTIONS(1659), + [aux_sym_preproc_include_token1] = ACTIONS(1659), + [aux_sym_preproc_def_token1] = ACTIONS(1659), + [aux_sym_preproc_if_token1] = ACTIONS(1659), + [aux_sym_preproc_if_token2] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1659), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1659), + [sym_preproc_directive] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1661), + [anon_sym_DASH] = ACTIONS(1659), + [anon_sym_PLUS] = ACTIONS(1659), + [anon_sym_STAR] = ACTIONS(1661), + [anon_sym_AMP_AMP] = ACTIONS(1661), + [anon_sym_AMP] = ACTIONS(1659), + [anon_sym_SEMI] = ACTIONS(1661), + [anon_sym_typedef] = ACTIONS(1659), + [anon_sym_extern] = ACTIONS(1659), + [anon_sym___attribute__] = ACTIONS(1659), + [anon_sym_COLON_COLON] = ACTIONS(1661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1661), + [anon_sym___declspec] = ACTIONS(1659), + [anon_sym___based] = ACTIONS(1659), + [anon_sym___cdecl] = ACTIONS(1659), + [anon_sym___clrcall] = ACTIONS(1659), + [anon_sym___stdcall] = ACTIONS(1659), + [anon_sym___fastcall] = ACTIONS(1659), + [anon_sym___thiscall] = ACTIONS(1659), + [anon_sym___vectorcall] = ACTIONS(1659), + [anon_sym_LBRACE] = ACTIONS(1661), + [anon_sym_LBRACK] = ACTIONS(1659), + [anon_sym_static] = ACTIONS(1659), + [anon_sym_register] = ACTIONS(1659), + [anon_sym_inline] = ACTIONS(1659), + [anon_sym_thread_local] = ACTIONS(1659), + [anon_sym_const] = ACTIONS(1659), + [anon_sym_volatile] = ACTIONS(1659), + [anon_sym_restrict] = ACTIONS(1659), + [anon_sym__Atomic] = ACTIONS(1659), + [anon_sym_mutable] = ACTIONS(1659), + [anon_sym_constexpr] = ACTIONS(1659), + [anon_sym_signed] = ACTIONS(1659), + [anon_sym_unsigned] = ACTIONS(1659), + [anon_sym_long] = ACTIONS(1659), + [anon_sym_short] = ACTIONS(1659), + [sym_primitive_type] = ACTIONS(1659), + [anon_sym_enum] = ACTIONS(1659), + [anon_sym_class] = ACTIONS(1659), + [anon_sym_struct] = ACTIONS(1659), + [anon_sym_union] = ACTIONS(1659), + [anon_sym_if] = ACTIONS(1659), + [anon_sym_else] = ACTIONS(1659), + [anon_sym_switch] = ACTIONS(1659), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1659), + [anon_sym_while] = ACTIONS(1659), + [anon_sym_do] = ACTIONS(1659), + [anon_sym_for] = ACTIONS(1659), + [anon_sym_return] = ACTIONS(1659), + [anon_sym_break] = ACTIONS(1659), + [anon_sym_continue] = ACTIONS(1659), + [anon_sym_goto] = ACTIONS(1659), + [anon_sym_DASH_DASH] = ACTIONS(1661), + [anon_sym_PLUS_PLUS] = ACTIONS(1661), + [anon_sym_sizeof] = ACTIONS(1659), + [sym_number_literal] = ACTIONS(1661), + [anon_sym_L_SQUOTE] = ACTIONS(1661), + [anon_sym_u_SQUOTE] = ACTIONS(1661), + [anon_sym_U_SQUOTE] = ACTIONS(1661), + [anon_sym_u8_SQUOTE] = ACTIONS(1661), + [anon_sym_SQUOTE] = ACTIONS(1661), + [anon_sym_L_DQUOTE] = ACTIONS(1661), + [anon_sym_u_DQUOTE] = ACTIONS(1661), + [anon_sym_U_DQUOTE] = ACTIONS(1661), + [anon_sym_u8_DQUOTE] = ACTIONS(1661), + [anon_sym_DQUOTE] = ACTIONS(1661), + [sym_true] = ACTIONS(1659), + [sym_false] = ACTIONS(1659), + [sym_null] = ACTIONS(1659), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1659), + [anon_sym_virtual] = ACTIONS(1659), + [anon_sym_explicit] = ACTIONS(1659), + [sym_auto] = ACTIONS(1659), + [anon_sym_typename] = ACTIONS(1659), + [anon_sym_template] = ACTIONS(1659), + [anon_sym_operator] = ACTIONS(1659), + [anon_sym_delete] = ACTIONS(1659), + [anon_sym_throw] = ACTIONS(1659), + [anon_sym_namespace] = ACTIONS(1659), + [anon_sym_using] = ACTIONS(1659), + [anon_sym_static_assert] = ACTIONS(1659), + [anon_sym_co_return] = ACTIONS(1659), + [anon_sym_co_yield] = ACTIONS(1659), + [anon_sym_try] = ACTIONS(1659), + [anon_sym_co_await] = ACTIONS(1659), + [anon_sym_new] = ACTIONS(1659), + [sym_this] = ACTIONS(1659), + [sym_nullptr] = ACTIONS(1659), + [sym_alone_macro] = ACTIONS(1661), + [aux_sym_alone_macro_call_token1] = ACTIONS(1659), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_FORWARD] = ACTIONS(1659), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1659), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_PS_GET] = ACTIONS(1659), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1659), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1659), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1659), + [anon_sym_MOZ_COLD] = ACTIONS(1659), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1659), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1659), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1659), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1659), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1659), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1659), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1659), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1659), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1659), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1659), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1659), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1659), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_RAII] = ACTIONS(1659), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1659), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1659), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1659), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1659), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1659), + [sym_raw_string_literal] = ACTIONS(1661), + }, + [410] = { + [sym_identifier] = ACTIONS(1577), + [aux_sym_preproc_include_token1] = ACTIONS(1577), + [aux_sym_preproc_def_token1] = ACTIONS(1577), + [aux_sym_preproc_if_token1] = ACTIONS(1577), + [aux_sym_preproc_if_token2] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1577), + [anon_sym_LPAREN2] = ACTIONS(1579), + [anon_sym_BANG] = ACTIONS(1579), + [anon_sym_TILDE] = ACTIONS(1579), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_STAR] = ACTIONS(1579), + [anon_sym_AMP_AMP] = ACTIONS(1579), + [anon_sym_AMP] = ACTIONS(1577), + [anon_sym_SEMI] = ACTIONS(1579), + [anon_sym_typedef] = ACTIONS(1577), + [anon_sym_extern] = ACTIONS(1577), + [anon_sym___attribute__] = ACTIONS(1577), + [anon_sym_COLON_COLON] = ACTIONS(1579), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), + [anon_sym___declspec] = ACTIONS(1577), + [anon_sym___based] = ACTIONS(1577), + [anon_sym___cdecl] = ACTIONS(1577), + [anon_sym___clrcall] = ACTIONS(1577), + [anon_sym___stdcall] = ACTIONS(1577), + [anon_sym___fastcall] = ACTIONS(1577), + [anon_sym___thiscall] = ACTIONS(1577), + [anon_sym___vectorcall] = ACTIONS(1577), + [anon_sym_LBRACE] = ACTIONS(1579), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_static] = ACTIONS(1577), + [anon_sym_register] = ACTIONS(1577), + [anon_sym_inline] = ACTIONS(1577), + [anon_sym_thread_local] = ACTIONS(1577), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_volatile] = ACTIONS(1577), + [anon_sym_restrict] = ACTIONS(1577), + [anon_sym__Atomic] = ACTIONS(1577), + [anon_sym_mutable] = ACTIONS(1577), + [anon_sym_constexpr] = ACTIONS(1577), + [anon_sym_signed] = ACTIONS(1577), + [anon_sym_unsigned] = ACTIONS(1577), + [anon_sym_long] = ACTIONS(1577), + [anon_sym_short] = ACTIONS(1577), + [sym_primitive_type] = ACTIONS(1577), + [anon_sym_enum] = ACTIONS(1577), + [anon_sym_class] = ACTIONS(1577), + [anon_sym_struct] = ACTIONS(1577), + [anon_sym_union] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_do] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_continue] = ACTIONS(1577), + [anon_sym_goto] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1577), + [sym_number_literal] = ACTIONS(1579), + [anon_sym_L_SQUOTE] = ACTIONS(1579), + [anon_sym_u_SQUOTE] = ACTIONS(1579), + [anon_sym_U_SQUOTE] = ACTIONS(1579), + [anon_sym_u8_SQUOTE] = ACTIONS(1579), + [anon_sym_SQUOTE] = ACTIONS(1579), + [anon_sym_L_DQUOTE] = ACTIONS(1579), + [anon_sym_u_DQUOTE] = ACTIONS(1579), + [anon_sym_U_DQUOTE] = ACTIONS(1579), + [anon_sym_u8_DQUOTE] = ACTIONS(1579), + [anon_sym_DQUOTE] = ACTIONS(1579), + [sym_true] = ACTIONS(1577), + [sym_false] = ACTIONS(1577), + [sym_null] = ACTIONS(1577), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1653), - [anon_sym_virtual] = ACTIONS(1653), - [anon_sym_explicit] = ACTIONS(1653), - [sym_auto] = ACTIONS(1653), - [anon_sym_typename] = ACTIONS(1653), - [anon_sym_template] = ACTIONS(1653), - [anon_sym_operator] = ACTIONS(1653), - [anon_sym_delete] = ACTIONS(1653), - [anon_sym_throw] = ACTIONS(1653), - [anon_sym_namespace] = ACTIONS(1653), - [anon_sym_using] = ACTIONS(1653), - [anon_sym_static_assert] = ACTIONS(1653), - [anon_sym_co_return] = ACTIONS(1653), - [anon_sym_co_yield] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_co_await] = ACTIONS(1653), - [anon_sym_new] = ACTIONS(1653), - [sym_this] = ACTIONS(1653), - [sym_nullptr] = ACTIONS(1653), - [sym_alone_macro] = ACTIONS(1655), - [aux_sym_alone_macro_call_token1] = ACTIONS(1653), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_FORWARD] = ACTIONS(1653), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_PS_GET] = ACTIONS(1653), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), - [anon_sym_MOZ_COLD] = ACTIONS(1653), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_RAII] = ACTIONS(1653), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), - [sym_raw_string_literal] = ACTIONS(1655), + [anon_sym_decltype] = ACTIONS(1577), + [anon_sym_virtual] = ACTIONS(1577), + [anon_sym_explicit] = ACTIONS(1577), + [sym_auto] = ACTIONS(1577), + [anon_sym_typename] = ACTIONS(1577), + [anon_sym_template] = ACTIONS(1577), + [anon_sym_operator] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_throw] = ACTIONS(1577), + [anon_sym_namespace] = ACTIONS(1577), + [anon_sym_using] = ACTIONS(1577), + [anon_sym_static_assert] = ACTIONS(1577), + [anon_sym_co_return] = ACTIONS(1577), + [anon_sym_co_yield] = ACTIONS(1577), + [anon_sym_try] = ACTIONS(1577), + [anon_sym_co_await] = ACTIONS(1577), + [anon_sym_new] = ACTIONS(1577), + [sym_this] = ACTIONS(1577), + [sym_nullptr] = ACTIONS(1577), + [sym_alone_macro] = ACTIONS(1579), + [aux_sym_alone_macro_call_token1] = ACTIONS(1577), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_FORWARD] = ACTIONS(1577), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_PS_GET] = ACTIONS(1577), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), + [anon_sym_MOZ_COLD] = ACTIONS(1577), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL] = ACTIONS(1577), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN] = ACTIONS(1577), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), + [anon_sym_MOZ_RAII] = ACTIONS(1577), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [sym_raw_string_literal] = ACTIONS(1579), + }, + [411] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(5130), + [sym_preproc_elif_in_field_declaration_list] = STATE(5130), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1983), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [412] = { + [sym_preproc_def] = STATE(339), + [sym_preproc_function_def] = STATE(339), + [sym_preproc_call] = STATE(339), + [sym_preproc_if_in_field_declaration_list] = STATE(339), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(339), + [sym_preproc_else_in_field_declaration_list] = STATE(5129), + [sym_preproc_elif_in_field_declaration_list] = STATE(5129), + [sym_type_definition] = STATE(339), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(339), + [sym_field_declaration] = STATE(339), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(339), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(339), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(339), + [sym_operator_cast_declaration] = STATE(339), + [sym_constructor_or_destructor_definition] = STATE(339), + [sym_constructor_or_destructor_declaration] = STATE(339), + [sym_friend_declaration] = STATE(339), + [sym_access_specifier] = STATE(339), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(339), + [sym_alias_declaration] = STATE(339), + [sym_static_assert_declaration] = STATE(339), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(339), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(339), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1985), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [429] = { - [sym_identifier] = ACTIONS(1625), - [aux_sym_preproc_include_token1] = ACTIONS(1625), - [aux_sym_preproc_def_token1] = ACTIONS(1625), - [aux_sym_preproc_if_token1] = ACTIONS(1625), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1625), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1625), - [sym_preproc_directive] = ACTIONS(1625), - [anon_sym_LPAREN2] = ACTIONS(1627), - [anon_sym_BANG] = ACTIONS(1627), - [anon_sym_TILDE] = ACTIONS(1627), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1627), - [anon_sym_AMP_AMP] = ACTIONS(1627), - [anon_sym_AMP] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1627), - [anon_sym_typedef] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym___attribute__] = ACTIONS(1625), - [anon_sym_COLON_COLON] = ACTIONS(1627), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1627), - [anon_sym___declspec] = ACTIONS(1625), - [anon_sym___based] = ACTIONS(1625), - [anon_sym___cdecl] = ACTIONS(1625), - [anon_sym___clrcall] = ACTIONS(1625), - [anon_sym___stdcall] = ACTIONS(1625), - [anon_sym___fastcall] = ACTIONS(1625), - [anon_sym___thiscall] = ACTIONS(1625), - [anon_sym___vectorcall] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1627), - [anon_sym_RBRACE] = ACTIONS(1627), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_static] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_inline] = ACTIONS(1625), - [anon_sym_thread_local] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [anon_sym_volatile] = ACTIONS(1625), - [anon_sym_restrict] = ACTIONS(1625), - [anon_sym__Atomic] = ACTIONS(1625), - [anon_sym_mutable] = ACTIONS(1625), - [anon_sym_constexpr] = ACTIONS(1625), - [anon_sym_signed] = ACTIONS(1625), - [anon_sym_unsigned] = ACTIONS(1625), - [anon_sym_long] = ACTIONS(1625), - [anon_sym_short] = ACTIONS(1625), - [sym_primitive_type] = ACTIONS(1625), - [anon_sym_enum] = ACTIONS(1625), - [anon_sym_class] = ACTIONS(1625), - [anon_sym_struct] = ACTIONS(1625), - [anon_sym_union] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_else] = ACTIONS(1625), - [anon_sym_switch] = ACTIONS(1625), - [anon_sym_case] = ACTIONS(1625), - [anon_sym_default] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_goto] = ACTIONS(1625), - [anon_sym_DASH_DASH] = ACTIONS(1627), - [anon_sym_PLUS_PLUS] = ACTIONS(1627), - [anon_sym_sizeof] = ACTIONS(1625), - [sym_number_literal] = ACTIONS(1627), - [anon_sym_L_SQUOTE] = ACTIONS(1627), - [anon_sym_u_SQUOTE] = ACTIONS(1627), - [anon_sym_U_SQUOTE] = ACTIONS(1627), - [anon_sym_u8_SQUOTE] = ACTIONS(1627), - [anon_sym_SQUOTE] = ACTIONS(1627), - [anon_sym_L_DQUOTE] = ACTIONS(1627), - [anon_sym_u_DQUOTE] = ACTIONS(1627), - [anon_sym_U_DQUOTE] = ACTIONS(1627), - [anon_sym_u8_DQUOTE] = ACTIONS(1627), - [anon_sym_DQUOTE] = ACTIONS(1627), - [sym_true] = ACTIONS(1625), - [sym_false] = ACTIONS(1625), - [sym_null] = ACTIONS(1625), + [413] = { + [sym_identifier] = ACTIONS(1649), + [aux_sym_preproc_include_token1] = ACTIONS(1649), + [aux_sym_preproc_def_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token1] = ACTIONS(1649), + [aux_sym_preproc_if_token2] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), + [sym_preproc_directive] = ACTIONS(1649), + [anon_sym_LPAREN2] = ACTIONS(1651), + [anon_sym_BANG] = ACTIONS(1651), + [anon_sym_TILDE] = ACTIONS(1651), + [anon_sym_DASH] = ACTIONS(1649), + [anon_sym_PLUS] = ACTIONS(1649), + [anon_sym_STAR] = ACTIONS(1651), + [anon_sym_AMP_AMP] = ACTIONS(1651), + [anon_sym_AMP] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_typedef] = ACTIONS(1649), + [anon_sym_extern] = ACTIONS(1649), + [anon_sym___attribute__] = ACTIONS(1649), + [anon_sym_COLON_COLON] = ACTIONS(1651), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), + [anon_sym___declspec] = ACTIONS(1649), + [anon_sym___based] = ACTIONS(1649), + [anon_sym___cdecl] = ACTIONS(1649), + [anon_sym___clrcall] = ACTIONS(1649), + [anon_sym___stdcall] = ACTIONS(1649), + [anon_sym___fastcall] = ACTIONS(1649), + [anon_sym___thiscall] = ACTIONS(1649), + [anon_sym___vectorcall] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(1651), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_static] = ACTIONS(1649), + [anon_sym_register] = ACTIONS(1649), + [anon_sym_inline] = ACTIONS(1649), + [anon_sym_thread_local] = ACTIONS(1649), + [anon_sym_const] = ACTIONS(1649), + [anon_sym_volatile] = ACTIONS(1649), + [anon_sym_restrict] = ACTIONS(1649), + [anon_sym__Atomic] = ACTIONS(1649), + [anon_sym_mutable] = ACTIONS(1649), + [anon_sym_constexpr] = ACTIONS(1649), + [anon_sym_signed] = ACTIONS(1649), + [anon_sym_unsigned] = ACTIONS(1649), + [anon_sym_long] = ACTIONS(1649), + [anon_sym_short] = ACTIONS(1649), + [sym_primitive_type] = ACTIONS(1649), + [anon_sym_enum] = ACTIONS(1649), + [anon_sym_class] = ACTIONS(1649), + [anon_sym_struct] = ACTIONS(1649), + [anon_sym_union] = ACTIONS(1649), + [anon_sym_if] = ACTIONS(1649), + [anon_sym_else] = ACTIONS(1649), + [anon_sym_switch] = ACTIONS(1649), + [anon_sym_case] = ACTIONS(1649), + [anon_sym_default] = ACTIONS(1649), + [anon_sym_while] = ACTIONS(1649), + [anon_sym_do] = ACTIONS(1649), + [anon_sym_for] = ACTIONS(1649), + [anon_sym_return] = ACTIONS(1649), + [anon_sym_break] = ACTIONS(1649), + [anon_sym_continue] = ACTIONS(1649), + [anon_sym_goto] = ACTIONS(1649), + [anon_sym_DASH_DASH] = ACTIONS(1651), + [anon_sym_PLUS_PLUS] = ACTIONS(1651), + [anon_sym_sizeof] = ACTIONS(1649), + [sym_number_literal] = ACTIONS(1651), + [anon_sym_L_SQUOTE] = ACTIONS(1651), + [anon_sym_u_SQUOTE] = ACTIONS(1651), + [anon_sym_U_SQUOTE] = ACTIONS(1651), + [anon_sym_u8_SQUOTE] = ACTIONS(1651), + [anon_sym_SQUOTE] = ACTIONS(1651), + [anon_sym_L_DQUOTE] = ACTIONS(1651), + [anon_sym_u_DQUOTE] = ACTIONS(1651), + [anon_sym_U_DQUOTE] = ACTIONS(1651), + [anon_sym_u8_DQUOTE] = ACTIONS(1651), + [anon_sym_DQUOTE] = ACTIONS(1651), + [sym_true] = ACTIONS(1649), + [sym_false] = ACTIONS(1649), + [sym_null] = ACTIONS(1649), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1625), - [anon_sym_virtual] = ACTIONS(1625), - [anon_sym_explicit] = ACTIONS(1625), - [sym_auto] = ACTIONS(1625), - [anon_sym_typename] = ACTIONS(1625), - [anon_sym_template] = ACTIONS(1625), - [anon_sym_operator] = ACTIONS(1625), - [anon_sym_delete] = ACTIONS(1625), - [anon_sym_throw] = ACTIONS(1625), - [anon_sym_namespace] = ACTIONS(1625), - [anon_sym_using] = ACTIONS(1625), - [anon_sym_static_assert] = ACTIONS(1625), - [anon_sym_co_return] = ACTIONS(1625), - [anon_sym_co_yield] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_co_await] = ACTIONS(1625), - [anon_sym_new] = ACTIONS(1625), - [sym_this] = ACTIONS(1625), - [sym_nullptr] = ACTIONS(1625), - [sym_alone_macro] = ACTIONS(1627), - [aux_sym_alone_macro_call_token1] = ACTIONS(1625), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_FORWARD] = ACTIONS(1625), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_PS_GET] = ACTIONS(1625), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), - [anon_sym_MOZ_COLD] = ACTIONS(1625), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_RAII] = ACTIONS(1625), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), - [sym_raw_string_literal] = ACTIONS(1627), + [anon_sym_decltype] = ACTIONS(1649), + [anon_sym_virtual] = ACTIONS(1649), + [anon_sym_explicit] = ACTIONS(1649), + [sym_auto] = ACTIONS(1649), + [anon_sym_typename] = ACTIONS(1649), + [anon_sym_template] = ACTIONS(1649), + [anon_sym_operator] = ACTIONS(1649), + [anon_sym_delete] = ACTIONS(1649), + [anon_sym_throw] = ACTIONS(1649), + [anon_sym_namespace] = ACTIONS(1649), + [anon_sym_using] = ACTIONS(1649), + [anon_sym_static_assert] = ACTIONS(1649), + [anon_sym_co_return] = ACTIONS(1649), + [anon_sym_co_yield] = ACTIONS(1649), + [anon_sym_try] = ACTIONS(1649), + [anon_sym_co_await] = ACTIONS(1649), + [anon_sym_new] = ACTIONS(1649), + [sym_this] = ACTIONS(1649), + [sym_nullptr] = ACTIONS(1649), + [sym_alone_macro] = ACTIONS(1651), + [aux_sym_alone_macro_call_token1] = ACTIONS(1649), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_FORWARD] = ACTIONS(1649), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_PS_GET] = ACTIONS(1649), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), + [anon_sym_MOZ_COLD] = ACTIONS(1649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_RAII] = ACTIONS(1649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), + [sym_raw_string_literal] = ACTIONS(1651), }, - [430] = { + [414] = { [sym_identifier] = ACTIONS(1605), [aux_sym_preproc_include_token1] = ACTIONS(1605), [aux_sym_preproc_def_token1] = ACTIONS(1605), [aux_sym_preproc_if_token1] = ACTIONS(1605), + [aux_sym_preproc_if_token2] = ACTIONS(1605), [aux_sym_preproc_ifdef_token1] = ACTIONS(1605), [aux_sym_preproc_ifdef_token2] = ACTIONS(1605), [sym_preproc_directive] = ACTIONS(1605), @@ -116375,7 +113369,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1605), [anon_sym___vectorcall] = ACTIONS(1605), [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_RBRACE] = ACTIONS(1607), [anon_sym_LBRACK] = ACTIONS(1605), [anon_sym_static] = ACTIONS(1605), [anon_sym_register] = ACTIONS(1605), @@ -116535,11 +113528,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), [sym_raw_string_literal] = ACTIONS(1607), }, - [431] = { + [415] = { [sym_identifier] = ACTIONS(1601), [aux_sym_preproc_include_token1] = ACTIONS(1601), [aux_sym_preproc_def_token1] = ACTIONS(1601), [aux_sym_preproc_if_token1] = ACTIONS(1601), + [aux_sym_preproc_if_token2] = ACTIONS(1601), [aux_sym_preproc_ifdef_token1] = ACTIONS(1601), [aux_sym_preproc_ifdef_token2] = ACTIONS(1601), [sym_preproc_directive] = ACTIONS(1601), @@ -116566,7 +113560,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1601), [anon_sym___vectorcall] = ACTIONS(1601), [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_RBRACE] = ACTIONS(1603), [anon_sym_LBRACK] = ACTIONS(1601), [anon_sym_static] = ACTIONS(1601), [anon_sym_register] = ACTIONS(1601), @@ -116726,1730 +113719,2113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), [sym_raw_string_literal] = ACTIONS(1603), }, - [432] = { - [ts_builtin_sym_end] = ACTIONS(1647), - [sym_identifier] = ACTIONS(1645), - [aux_sym_preproc_include_token1] = ACTIONS(1645), - [aux_sym_preproc_def_token1] = ACTIONS(1645), - [aux_sym_preproc_if_token1] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1645), - [sym_preproc_directive] = ACTIONS(1645), - [anon_sym_LPAREN2] = ACTIONS(1647), - [anon_sym_BANG] = ACTIONS(1647), - [anon_sym_TILDE] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1645), - [anon_sym_PLUS] = ACTIONS(1645), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_AMP_AMP] = ACTIONS(1647), - [anon_sym_AMP] = ACTIONS(1645), - [anon_sym_SEMI] = ACTIONS(1647), - [anon_sym_typedef] = ACTIONS(1645), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1645), - [anon_sym_COLON_COLON] = ACTIONS(1647), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), - [anon_sym___declspec] = ACTIONS(1645), - [anon_sym___based] = ACTIONS(1645), - [anon_sym___cdecl] = ACTIONS(1645), - [anon_sym___clrcall] = ACTIONS(1645), - [anon_sym___stdcall] = ACTIONS(1645), - [anon_sym___fastcall] = ACTIONS(1645), - [anon_sym___thiscall] = ACTIONS(1645), - [anon_sym___vectorcall] = ACTIONS(1645), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1645), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1645), - [anon_sym_volatile] = ACTIONS(1645), - [anon_sym_restrict] = ACTIONS(1645), - [anon_sym__Atomic] = ACTIONS(1645), - [anon_sym_mutable] = ACTIONS(1645), - [anon_sym_constexpr] = ACTIONS(1645), - [anon_sym_signed] = ACTIONS(1645), - [anon_sym_unsigned] = ACTIONS(1645), - [anon_sym_long] = ACTIONS(1645), - [anon_sym_short] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1645), - [anon_sym_enum] = ACTIONS(1645), - [anon_sym_class] = ACTIONS(1645), - [anon_sym_struct] = ACTIONS(1645), - [anon_sym_union] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1645), - [anon_sym_else] = ACTIONS(1645), - [anon_sym_switch] = ACTIONS(1645), - [anon_sym_case] = ACTIONS(1645), - [anon_sym_default] = ACTIONS(1645), - [anon_sym_while] = ACTIONS(1645), - [anon_sym_do] = ACTIONS(1645), - [anon_sym_for] = ACTIONS(1645), - [anon_sym_return] = ACTIONS(1645), - [anon_sym_break] = ACTIONS(1645), - [anon_sym_continue] = ACTIONS(1645), - [anon_sym_goto] = ACTIONS(1645), - [anon_sym_DASH_DASH] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_sizeof] = ACTIONS(1645), - [sym_number_literal] = ACTIONS(1647), - [anon_sym_L_SQUOTE] = ACTIONS(1647), - [anon_sym_u_SQUOTE] = ACTIONS(1647), - [anon_sym_U_SQUOTE] = ACTIONS(1647), - [anon_sym_u8_SQUOTE] = ACTIONS(1647), - [anon_sym_SQUOTE] = ACTIONS(1647), - [anon_sym_L_DQUOTE] = ACTIONS(1647), - [anon_sym_u_DQUOTE] = ACTIONS(1647), - [anon_sym_U_DQUOTE] = ACTIONS(1647), - [anon_sym_u8_DQUOTE] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_null] = ACTIONS(1645), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1645), - [anon_sym_virtual] = ACTIONS(1645), - [anon_sym_explicit] = ACTIONS(1645), - [sym_auto] = ACTIONS(1645), - [anon_sym_typename] = ACTIONS(1645), - [anon_sym_template] = ACTIONS(1645), - [anon_sym_operator] = ACTIONS(1645), - [anon_sym_delete] = ACTIONS(1645), - [anon_sym_throw] = ACTIONS(1645), - [anon_sym_namespace] = ACTIONS(1645), - [anon_sym_using] = ACTIONS(1645), - [anon_sym_static_assert] = ACTIONS(1645), - [anon_sym_co_return] = ACTIONS(1645), - [anon_sym_co_yield] = ACTIONS(1645), - [anon_sym_try] = ACTIONS(1645), - [anon_sym_co_await] = ACTIONS(1645), - [anon_sym_new] = ACTIONS(1645), - [sym_this] = ACTIONS(1645), - [sym_nullptr] = ACTIONS(1645), - [sym_alone_macro] = ACTIONS(1647), - [aux_sym_alone_macro_call_token1] = ACTIONS(1645), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_FORWARD] = ACTIONS(1645), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_PS_GET] = ACTIONS(1645), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), - [anon_sym_MOZ_COLD] = ACTIONS(1645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_RAII] = ACTIONS(1645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), - [sym_raw_string_literal] = ACTIONS(1647), - }, - [433] = { - [sym_identifier] = ACTIONS(1649), - [aux_sym_preproc_include_token1] = ACTIONS(1649), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), - [sym_preproc_directive] = ACTIONS(1649), - [anon_sym_LPAREN2] = ACTIONS(1651), - [anon_sym_BANG] = ACTIONS(1651), - [anon_sym_TILDE] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1649), - [anon_sym_PLUS] = ACTIONS(1649), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_AMP_AMP] = ACTIONS(1651), - [anon_sym_AMP] = ACTIONS(1649), - [anon_sym_SEMI] = ACTIONS(1651), - [anon_sym_typedef] = ACTIONS(1649), - [anon_sym_extern] = ACTIONS(1649), - [anon_sym___attribute__] = ACTIONS(1649), - [anon_sym_COLON_COLON] = ACTIONS(1651), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1649), - [anon_sym___based] = ACTIONS(1649), - [anon_sym___cdecl] = ACTIONS(1649), - [anon_sym___clrcall] = ACTIONS(1649), - [anon_sym___stdcall] = ACTIONS(1649), - [anon_sym___fastcall] = ACTIONS(1649), - [anon_sym___thiscall] = ACTIONS(1649), - [anon_sym___vectorcall] = ACTIONS(1649), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1651), - [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_static] = ACTIONS(1649), - [anon_sym_register] = ACTIONS(1649), - [anon_sym_inline] = ACTIONS(1649), - [anon_sym_thread_local] = ACTIONS(1649), - [anon_sym_const] = ACTIONS(1649), - [anon_sym_volatile] = ACTIONS(1649), - [anon_sym_restrict] = ACTIONS(1649), - [anon_sym__Atomic] = ACTIONS(1649), - [anon_sym_mutable] = ACTIONS(1649), - [anon_sym_constexpr] = ACTIONS(1649), - [anon_sym_signed] = ACTIONS(1649), - [anon_sym_unsigned] = ACTIONS(1649), - [anon_sym_long] = ACTIONS(1649), - [anon_sym_short] = ACTIONS(1649), - [sym_primitive_type] = ACTIONS(1649), - [anon_sym_enum] = ACTIONS(1649), - [anon_sym_class] = ACTIONS(1649), - [anon_sym_struct] = ACTIONS(1649), - [anon_sym_union] = ACTIONS(1649), - [anon_sym_if] = ACTIONS(1649), - [anon_sym_else] = ACTIONS(1649), - [anon_sym_switch] = ACTIONS(1649), - [anon_sym_case] = ACTIONS(1649), - [anon_sym_default] = ACTIONS(1649), - [anon_sym_while] = ACTIONS(1649), - [anon_sym_do] = ACTIONS(1649), - [anon_sym_for] = ACTIONS(1649), - [anon_sym_return] = ACTIONS(1649), - [anon_sym_break] = ACTIONS(1649), - [anon_sym_continue] = ACTIONS(1649), - [anon_sym_goto] = ACTIONS(1649), - [anon_sym_DASH_DASH] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_sizeof] = ACTIONS(1649), - [sym_number_literal] = ACTIONS(1651), - [anon_sym_L_SQUOTE] = ACTIONS(1651), - [anon_sym_u_SQUOTE] = ACTIONS(1651), - [anon_sym_U_SQUOTE] = ACTIONS(1651), - [anon_sym_u8_SQUOTE] = ACTIONS(1651), - [anon_sym_SQUOTE] = ACTIONS(1651), - [anon_sym_L_DQUOTE] = ACTIONS(1651), - [anon_sym_u_DQUOTE] = ACTIONS(1651), - [anon_sym_U_DQUOTE] = ACTIONS(1651), - [anon_sym_u8_DQUOTE] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym_true] = ACTIONS(1649), - [sym_false] = ACTIONS(1649), - [sym_null] = ACTIONS(1649), + [416] = { + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token2] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP_AMP] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_COLON_COLON] = ACTIONS(1539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___based] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym_mutable] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_class] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1649), - [anon_sym_virtual] = ACTIONS(1649), - [anon_sym_explicit] = ACTIONS(1649), - [sym_auto] = ACTIONS(1649), - [anon_sym_typename] = ACTIONS(1649), - [anon_sym_template] = ACTIONS(1649), - [anon_sym_operator] = ACTIONS(1649), - [anon_sym_delete] = ACTIONS(1649), - [anon_sym_throw] = ACTIONS(1649), - [anon_sym_namespace] = ACTIONS(1649), - [anon_sym_using] = ACTIONS(1649), - [anon_sym_static_assert] = ACTIONS(1649), - [anon_sym_co_return] = ACTIONS(1649), - [anon_sym_co_yield] = ACTIONS(1649), - [anon_sym_try] = ACTIONS(1649), - [anon_sym_co_await] = ACTIONS(1649), - [anon_sym_new] = ACTIONS(1649), - [sym_this] = ACTIONS(1649), - [sym_nullptr] = ACTIONS(1649), - [sym_alone_macro] = ACTIONS(1651), - [aux_sym_alone_macro_call_token1] = ACTIONS(1649), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_FORWARD] = ACTIONS(1649), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_PS_GET] = ACTIONS(1649), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), - [anon_sym_MOZ_COLD] = ACTIONS(1649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_RAII] = ACTIONS(1649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), - [sym_raw_string_literal] = ACTIONS(1651), + [anon_sym_decltype] = ACTIONS(1537), + [anon_sym_virtual] = ACTIONS(1537), + [anon_sym_explicit] = ACTIONS(1537), + [sym_auto] = ACTIONS(1537), + [anon_sym_typename] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(1537), + [anon_sym_operator] = ACTIONS(1537), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_throw] = ACTIONS(1537), + [anon_sym_namespace] = ACTIONS(1537), + [anon_sym_using] = ACTIONS(1537), + [anon_sym_static_assert] = ACTIONS(1537), + [anon_sym_co_return] = ACTIONS(1537), + [anon_sym_co_yield] = ACTIONS(1537), + [anon_sym_try] = ACTIONS(1537), + [anon_sym_co_await] = ACTIONS(1537), + [anon_sym_new] = ACTIONS(1537), + [sym_this] = ACTIONS(1537), + [sym_nullptr] = ACTIONS(1537), + [sym_alone_macro] = ACTIONS(1539), + [aux_sym_alone_macro_call_token1] = ACTIONS(1537), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_FORWARD] = ACTIONS(1537), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_PS_GET] = ACTIONS(1537), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), + [anon_sym_MOZ_COLD] = ACTIONS(1537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_RAII] = ACTIONS(1537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), + [sym_raw_string_literal] = ACTIONS(1539), }, - [434] = { - [sym_preproc_def] = STATE(440), - [sym_preproc_function_def] = STATE(440), - [sym_preproc_call] = STATE(440), - [sym_preproc_if_in_field_declaration_list] = STATE(440), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(440), - [sym_preproc_else_in_field_declaration_list] = STATE(4992), - [sym_preproc_elif_in_field_declaration_list] = STATE(4992), - [sym_type_definition] = STATE(440), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(440), - [sym_field_declaration] = STATE(440), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(440), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(440), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(440), - [sym_operator_cast_declaration] = STATE(440), - [sym_constructor_or_destructor_definition] = STATE(440), - [sym_constructor_or_destructor_declaration] = STATE(440), - [sym_friend_declaration] = STATE(440), - [sym_access_specifier] = STATE(440), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(440), - [sym_alias_declaration] = STATE(440), - [sym_static_assert_declaration] = STATE(440), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(440), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(440), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1993), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [417] = { + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_include_token1] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token2] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP_AMP] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_COLON_COLON] = ACTIONS(1543), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym___based] = ACTIONS(1541), + [anon_sym___cdecl] = ACTIONS(1541), + [anon_sym___clrcall] = ACTIONS(1541), + [anon_sym___stdcall] = ACTIONS(1541), + [anon_sym___fastcall] = ACTIONS(1541), + [anon_sym___thiscall] = ACTIONS(1541), + [anon_sym___vectorcall] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_LBRACK] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym_mutable] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_class] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_else] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1541), + [anon_sym_default] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [sym_null] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1541), + [anon_sym_virtual] = ACTIONS(1541), + [anon_sym_explicit] = ACTIONS(1541), + [sym_auto] = ACTIONS(1541), + [anon_sym_typename] = ACTIONS(1541), + [anon_sym_template] = ACTIONS(1541), + [anon_sym_operator] = ACTIONS(1541), + [anon_sym_delete] = ACTIONS(1541), + [anon_sym_throw] = ACTIONS(1541), + [anon_sym_namespace] = ACTIONS(1541), + [anon_sym_using] = ACTIONS(1541), + [anon_sym_static_assert] = ACTIONS(1541), + [anon_sym_co_return] = ACTIONS(1541), + [anon_sym_co_yield] = ACTIONS(1541), + [anon_sym_try] = ACTIONS(1541), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1541), + [sym_this] = ACTIONS(1541), + [sym_nullptr] = ACTIONS(1541), + [sym_alone_macro] = ACTIONS(1543), + [aux_sym_alone_macro_call_token1] = ACTIONS(1541), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_FORWARD] = ACTIONS(1541), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_PS_GET] = ACTIONS(1541), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), + [anon_sym_MOZ_COLD] = ACTIONS(1541), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_RAII] = ACTIONS(1541), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), + [sym_raw_string_literal] = ACTIONS(1543), }, - [435] = { - [ts_builtin_sym_end] = ACTIONS(1651), - [sym_identifier] = ACTIONS(1649), - [aux_sym_preproc_include_token1] = ACTIONS(1649), - [aux_sym_preproc_def_token1] = ACTIONS(1649), - [aux_sym_preproc_if_token1] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1649), - [sym_preproc_directive] = ACTIONS(1649), - [anon_sym_LPAREN2] = ACTIONS(1651), - [anon_sym_BANG] = ACTIONS(1651), - [anon_sym_TILDE] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1649), - [anon_sym_PLUS] = ACTIONS(1649), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_AMP_AMP] = ACTIONS(1651), - [anon_sym_AMP] = ACTIONS(1649), - [anon_sym_SEMI] = ACTIONS(1651), - [anon_sym_typedef] = ACTIONS(1649), - [anon_sym_extern] = ACTIONS(1649), - [anon_sym___attribute__] = ACTIONS(1649), - [anon_sym_COLON_COLON] = ACTIONS(1651), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1649), - [anon_sym___based] = ACTIONS(1649), - [anon_sym___cdecl] = ACTIONS(1649), - [anon_sym___clrcall] = ACTIONS(1649), - [anon_sym___stdcall] = ACTIONS(1649), - [anon_sym___fastcall] = ACTIONS(1649), - [anon_sym___thiscall] = ACTIONS(1649), - [anon_sym___vectorcall] = ACTIONS(1649), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_static] = ACTIONS(1649), - [anon_sym_register] = ACTIONS(1649), - [anon_sym_inline] = ACTIONS(1649), - [anon_sym_thread_local] = ACTIONS(1649), - [anon_sym_const] = ACTIONS(1649), - [anon_sym_volatile] = ACTIONS(1649), - [anon_sym_restrict] = ACTIONS(1649), - [anon_sym__Atomic] = ACTIONS(1649), - [anon_sym_mutable] = ACTIONS(1649), - [anon_sym_constexpr] = ACTIONS(1649), - [anon_sym_signed] = ACTIONS(1649), - [anon_sym_unsigned] = ACTIONS(1649), - [anon_sym_long] = ACTIONS(1649), - [anon_sym_short] = ACTIONS(1649), - [sym_primitive_type] = ACTIONS(1649), - [anon_sym_enum] = ACTIONS(1649), - [anon_sym_class] = ACTIONS(1649), - [anon_sym_struct] = ACTIONS(1649), - [anon_sym_union] = ACTIONS(1649), - [anon_sym_if] = ACTIONS(1649), - [anon_sym_else] = ACTIONS(1649), - [anon_sym_switch] = ACTIONS(1649), - [anon_sym_case] = ACTIONS(1649), - [anon_sym_default] = ACTIONS(1649), - [anon_sym_while] = ACTIONS(1649), - [anon_sym_do] = ACTIONS(1649), - [anon_sym_for] = ACTIONS(1649), - [anon_sym_return] = ACTIONS(1649), - [anon_sym_break] = ACTIONS(1649), - [anon_sym_continue] = ACTIONS(1649), - [anon_sym_goto] = ACTIONS(1649), - [anon_sym_DASH_DASH] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_sizeof] = ACTIONS(1649), - [sym_number_literal] = ACTIONS(1651), - [anon_sym_L_SQUOTE] = ACTIONS(1651), - [anon_sym_u_SQUOTE] = ACTIONS(1651), - [anon_sym_U_SQUOTE] = ACTIONS(1651), - [anon_sym_u8_SQUOTE] = ACTIONS(1651), - [anon_sym_SQUOTE] = ACTIONS(1651), - [anon_sym_L_DQUOTE] = ACTIONS(1651), - [anon_sym_u_DQUOTE] = ACTIONS(1651), - [anon_sym_U_DQUOTE] = ACTIONS(1651), - [anon_sym_u8_DQUOTE] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym_true] = ACTIONS(1649), - [sym_false] = ACTIONS(1649), - [sym_null] = ACTIONS(1649), + [418] = { + [sym_identifier] = ACTIONS(1545), + [aux_sym_preproc_include_token1] = ACTIONS(1545), + [aux_sym_preproc_def_token1] = ACTIONS(1545), + [aux_sym_preproc_if_token1] = ACTIONS(1545), + [aux_sym_preproc_if_token2] = ACTIONS(1545), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1545), + [anon_sym_LPAREN2] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_AMP_AMP] = ACTIONS(1547), + [anon_sym_AMP] = ACTIONS(1545), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym___attribute__] = ACTIONS(1545), + [anon_sym_COLON_COLON] = ACTIONS(1547), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), + [anon_sym___declspec] = ACTIONS(1545), + [anon_sym___based] = ACTIONS(1545), + [anon_sym___cdecl] = ACTIONS(1545), + [anon_sym___clrcall] = ACTIONS(1545), + [anon_sym___stdcall] = ACTIONS(1545), + [anon_sym___fastcall] = ACTIONS(1545), + [anon_sym___thiscall] = ACTIONS(1545), + [anon_sym___vectorcall] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_thread_local] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym__Atomic] = ACTIONS(1545), + [anon_sym_mutable] = ACTIONS(1545), + [anon_sym_constexpr] = ACTIONS(1545), + [anon_sym_signed] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_class] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1547), + [anon_sym_L_SQUOTE] = ACTIONS(1547), + [anon_sym_u_SQUOTE] = ACTIONS(1547), + [anon_sym_U_SQUOTE] = ACTIONS(1547), + [anon_sym_u8_SQUOTE] = ACTIONS(1547), + [anon_sym_SQUOTE] = ACTIONS(1547), + [anon_sym_L_DQUOTE] = ACTIONS(1547), + [anon_sym_u_DQUOTE] = ACTIONS(1547), + [anon_sym_U_DQUOTE] = ACTIONS(1547), + [anon_sym_u8_DQUOTE] = ACTIONS(1547), + [anon_sym_DQUOTE] = ACTIONS(1547), + [sym_true] = ACTIONS(1545), + [sym_false] = ACTIONS(1545), + [sym_null] = ACTIONS(1545), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1649), - [anon_sym_virtual] = ACTIONS(1649), - [anon_sym_explicit] = ACTIONS(1649), - [sym_auto] = ACTIONS(1649), - [anon_sym_typename] = ACTIONS(1649), - [anon_sym_template] = ACTIONS(1649), - [anon_sym_operator] = ACTIONS(1649), - [anon_sym_delete] = ACTIONS(1649), - [anon_sym_throw] = ACTIONS(1649), - [anon_sym_namespace] = ACTIONS(1649), - [anon_sym_using] = ACTIONS(1649), - [anon_sym_static_assert] = ACTIONS(1649), - [anon_sym_co_return] = ACTIONS(1649), - [anon_sym_co_yield] = ACTIONS(1649), - [anon_sym_try] = ACTIONS(1649), - [anon_sym_co_await] = ACTIONS(1649), - [anon_sym_new] = ACTIONS(1649), - [sym_this] = ACTIONS(1649), - [sym_nullptr] = ACTIONS(1649), - [sym_alone_macro] = ACTIONS(1651), - [aux_sym_alone_macro_call_token1] = ACTIONS(1649), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_FORWARD] = ACTIONS(1649), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_PS_GET] = ACTIONS(1649), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), - [anon_sym_MOZ_COLD] = ACTIONS(1649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_RAII] = ACTIONS(1649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), - [sym_raw_string_literal] = ACTIONS(1651), + [anon_sym_decltype] = ACTIONS(1545), + [anon_sym_virtual] = ACTIONS(1545), + [anon_sym_explicit] = ACTIONS(1545), + [sym_auto] = ACTIONS(1545), + [anon_sym_typename] = ACTIONS(1545), + [anon_sym_template] = ACTIONS(1545), + [anon_sym_operator] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_throw] = ACTIONS(1545), + [anon_sym_namespace] = ACTIONS(1545), + [anon_sym_using] = ACTIONS(1545), + [anon_sym_static_assert] = ACTIONS(1545), + [anon_sym_co_return] = ACTIONS(1545), + [anon_sym_co_yield] = ACTIONS(1545), + [anon_sym_try] = ACTIONS(1545), + [anon_sym_co_await] = ACTIONS(1545), + [anon_sym_new] = ACTIONS(1545), + [sym_this] = ACTIONS(1545), + [sym_nullptr] = ACTIONS(1545), + [sym_alone_macro] = ACTIONS(1547), + [aux_sym_alone_macro_call_token1] = ACTIONS(1545), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_FORWARD] = ACTIONS(1545), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_PS_GET] = ACTIONS(1545), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), + [anon_sym_MOZ_COLD] = ACTIONS(1545), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_RAII] = ACTIONS(1545), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), + [sym_raw_string_literal] = ACTIONS(1547), }, - [436] = { - [ts_builtin_sym_end] = ACTIONS(1655), - [sym_identifier] = ACTIONS(1653), - [aux_sym_preproc_include_token1] = ACTIONS(1653), - [aux_sym_preproc_def_token1] = ACTIONS(1653), - [aux_sym_preproc_if_token1] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), - [sym_preproc_directive] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_BANG] = ACTIONS(1655), - [anon_sym_TILDE] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1653), - [anon_sym_PLUS] = ACTIONS(1653), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_AMP_AMP] = ACTIONS(1655), - [anon_sym_AMP] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1655), - [anon_sym_typedef] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym___attribute__] = ACTIONS(1653), - [anon_sym_COLON_COLON] = ACTIONS(1655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), - [anon_sym___declspec] = ACTIONS(1653), - [anon_sym___based] = ACTIONS(1653), - [anon_sym___cdecl] = ACTIONS(1653), - [anon_sym___clrcall] = ACTIONS(1653), - [anon_sym___stdcall] = ACTIONS(1653), - [anon_sym___fastcall] = ACTIONS(1653), - [anon_sym___thiscall] = ACTIONS(1653), - [anon_sym___vectorcall] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_LBRACK] = ACTIONS(1653), - [anon_sym_static] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_inline] = ACTIONS(1653), - [anon_sym_thread_local] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [anon_sym_volatile] = ACTIONS(1653), - [anon_sym_restrict] = ACTIONS(1653), - [anon_sym__Atomic] = ACTIONS(1653), - [anon_sym_mutable] = ACTIONS(1653), - [anon_sym_constexpr] = ACTIONS(1653), - [anon_sym_signed] = ACTIONS(1653), - [anon_sym_unsigned] = ACTIONS(1653), - [anon_sym_long] = ACTIONS(1653), - [anon_sym_short] = ACTIONS(1653), - [sym_primitive_type] = ACTIONS(1653), - [anon_sym_enum] = ACTIONS(1653), - [anon_sym_class] = ACTIONS(1653), - [anon_sym_struct] = ACTIONS(1653), - [anon_sym_union] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_switch] = ACTIONS(1653), - [anon_sym_case] = ACTIONS(1653), - [anon_sym_default] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_goto] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_sizeof] = ACTIONS(1653), - [sym_number_literal] = ACTIONS(1655), - [anon_sym_L_SQUOTE] = ACTIONS(1655), - [anon_sym_u_SQUOTE] = ACTIONS(1655), - [anon_sym_U_SQUOTE] = ACTIONS(1655), - [anon_sym_u8_SQUOTE] = ACTIONS(1655), - [anon_sym_SQUOTE] = ACTIONS(1655), - [anon_sym_L_DQUOTE] = ACTIONS(1655), - [anon_sym_u_DQUOTE] = ACTIONS(1655), - [anon_sym_U_DQUOTE] = ACTIONS(1655), - [anon_sym_u8_DQUOTE] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym_true] = ACTIONS(1653), - [sym_false] = ACTIONS(1653), - [sym_null] = ACTIONS(1653), + [419] = { + [ts_builtin_sym_end] = ACTIONS(1567), + [sym_identifier] = ACTIONS(1565), + [aux_sym_preproc_include_token1] = ACTIONS(1565), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), + [sym_preproc_directive] = ACTIONS(1565), + [anon_sym_LPAREN2] = ACTIONS(1567), + [anon_sym_BANG] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_DASH] = ACTIONS(1565), + [anon_sym_PLUS] = ACTIONS(1565), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_typedef] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym___attribute__] = ACTIONS(1565), + [anon_sym_COLON_COLON] = ACTIONS(1567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), + [anon_sym___declspec] = ACTIONS(1565), + [anon_sym___based] = ACTIONS(1565), + [anon_sym___cdecl] = ACTIONS(1565), + [anon_sym___clrcall] = ACTIONS(1565), + [anon_sym___stdcall] = ACTIONS(1565), + [anon_sym___fastcall] = ACTIONS(1565), + [anon_sym___thiscall] = ACTIONS(1565), + [anon_sym___vectorcall] = ACTIONS(1565), + [anon_sym_LBRACE] = ACTIONS(1567), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_static] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_inline] = ACTIONS(1565), + [anon_sym_thread_local] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_volatile] = ACTIONS(1565), + [anon_sym_restrict] = ACTIONS(1565), + [anon_sym__Atomic] = ACTIONS(1565), + [anon_sym_mutable] = ACTIONS(1565), + [anon_sym_constexpr] = ACTIONS(1565), + [anon_sym_signed] = ACTIONS(1565), + [anon_sym_unsigned] = ACTIONS(1565), + [anon_sym_long] = ACTIONS(1565), + [anon_sym_short] = ACTIONS(1565), + [sym_primitive_type] = ACTIONS(1565), + [anon_sym_enum] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1565), + [anon_sym_struct] = ACTIONS(1565), + [anon_sym_union] = ACTIONS(1565), + [anon_sym_if] = ACTIONS(1565), + [anon_sym_else] = ACTIONS(1565), + [anon_sym_switch] = ACTIONS(1565), + [anon_sym_case] = ACTIONS(1565), + [anon_sym_default] = ACTIONS(1565), + [anon_sym_while] = ACTIONS(1565), + [anon_sym_do] = ACTIONS(1565), + [anon_sym_for] = ACTIONS(1565), + [anon_sym_return] = ACTIONS(1565), + [anon_sym_break] = ACTIONS(1565), + [anon_sym_continue] = ACTIONS(1565), + [anon_sym_goto] = ACTIONS(1565), + [anon_sym_DASH_DASH] = ACTIONS(1567), + [anon_sym_PLUS_PLUS] = ACTIONS(1567), + [anon_sym_sizeof] = ACTIONS(1565), + [sym_number_literal] = ACTIONS(1567), + [anon_sym_L_SQUOTE] = ACTIONS(1567), + [anon_sym_u_SQUOTE] = ACTIONS(1567), + [anon_sym_U_SQUOTE] = ACTIONS(1567), + [anon_sym_u8_SQUOTE] = ACTIONS(1567), + [anon_sym_SQUOTE] = ACTIONS(1567), + [anon_sym_L_DQUOTE] = ACTIONS(1567), + [anon_sym_u_DQUOTE] = ACTIONS(1567), + [anon_sym_U_DQUOTE] = ACTIONS(1567), + [anon_sym_u8_DQUOTE] = ACTIONS(1567), + [anon_sym_DQUOTE] = ACTIONS(1567), + [sym_true] = ACTIONS(1565), + [sym_false] = ACTIONS(1565), + [sym_null] = ACTIONS(1565), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1653), - [anon_sym_virtual] = ACTIONS(1653), - [anon_sym_explicit] = ACTIONS(1653), - [sym_auto] = ACTIONS(1653), - [anon_sym_typename] = ACTIONS(1653), - [anon_sym_template] = ACTIONS(1653), - [anon_sym_operator] = ACTIONS(1653), - [anon_sym_delete] = ACTIONS(1653), - [anon_sym_throw] = ACTIONS(1653), - [anon_sym_namespace] = ACTIONS(1653), - [anon_sym_using] = ACTIONS(1653), - [anon_sym_static_assert] = ACTIONS(1653), - [anon_sym_co_return] = ACTIONS(1653), - [anon_sym_co_yield] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_co_await] = ACTIONS(1653), - [anon_sym_new] = ACTIONS(1653), - [sym_this] = ACTIONS(1653), - [sym_nullptr] = ACTIONS(1653), - [sym_alone_macro] = ACTIONS(1655), - [aux_sym_alone_macro_call_token1] = ACTIONS(1653), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_FORWARD] = ACTIONS(1653), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_PS_GET] = ACTIONS(1653), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), - [anon_sym_MOZ_COLD] = ACTIONS(1653), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_RAII] = ACTIONS(1653), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), - [sym_raw_string_literal] = ACTIONS(1655), + [anon_sym_decltype] = ACTIONS(1565), + [anon_sym_virtual] = ACTIONS(1565), + [anon_sym_explicit] = ACTIONS(1565), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_operator] = ACTIONS(1565), + [anon_sym_delete] = ACTIONS(1565), + [anon_sym_throw] = ACTIONS(1565), + [anon_sym_namespace] = ACTIONS(1565), + [anon_sym_using] = ACTIONS(1565), + [anon_sym_static_assert] = ACTIONS(1565), + [anon_sym_co_return] = ACTIONS(1565), + [anon_sym_co_yield] = ACTIONS(1565), + [anon_sym_try] = ACTIONS(1565), + [anon_sym_co_await] = ACTIONS(1565), + [anon_sym_new] = ACTIONS(1565), + [sym_this] = ACTIONS(1565), + [sym_nullptr] = ACTIONS(1565), + [sym_alone_macro] = ACTIONS(1567), + [aux_sym_alone_macro_call_token1] = ACTIONS(1565), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_FORWARD] = ACTIONS(1565), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_PS_GET] = ACTIONS(1565), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), + [anon_sym_MOZ_COLD] = ACTIONS(1565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_RAII] = ACTIONS(1565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), + [sym_raw_string_literal] = ACTIONS(1567), }, - [437] = { - [ts_builtin_sym_end] = ACTIONS(1663), - [sym_identifier] = ACTIONS(1661), - [aux_sym_preproc_include_token1] = ACTIONS(1661), - [aux_sym_preproc_def_token1] = ACTIONS(1661), - [aux_sym_preproc_if_token1] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1661), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1661), - [sym_preproc_directive] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_BANG] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1661), - [anon_sym_PLUS] = ACTIONS(1661), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_AMP_AMP] = ACTIONS(1663), - [anon_sym_AMP] = ACTIONS(1661), - [anon_sym_SEMI] = ACTIONS(1663), - [anon_sym_typedef] = ACTIONS(1661), - [anon_sym_extern] = ACTIONS(1661), - [anon_sym___attribute__] = ACTIONS(1661), - [anon_sym_COLON_COLON] = ACTIONS(1663), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1663), - [anon_sym___declspec] = ACTIONS(1661), - [anon_sym___based] = ACTIONS(1661), - [anon_sym___cdecl] = ACTIONS(1661), - [anon_sym___clrcall] = ACTIONS(1661), - [anon_sym___stdcall] = ACTIONS(1661), - [anon_sym___fastcall] = ACTIONS(1661), - [anon_sym___thiscall] = ACTIONS(1661), - [anon_sym___vectorcall] = ACTIONS(1661), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_LBRACK] = ACTIONS(1661), - [anon_sym_static] = ACTIONS(1661), - [anon_sym_register] = ACTIONS(1661), - [anon_sym_inline] = ACTIONS(1661), - [anon_sym_thread_local] = ACTIONS(1661), - [anon_sym_const] = ACTIONS(1661), - [anon_sym_volatile] = ACTIONS(1661), - [anon_sym_restrict] = ACTIONS(1661), - [anon_sym__Atomic] = ACTIONS(1661), - [anon_sym_mutable] = ACTIONS(1661), - [anon_sym_constexpr] = ACTIONS(1661), - [anon_sym_signed] = ACTIONS(1661), - [anon_sym_unsigned] = ACTIONS(1661), - [anon_sym_long] = ACTIONS(1661), - [anon_sym_short] = ACTIONS(1661), - [sym_primitive_type] = ACTIONS(1661), - [anon_sym_enum] = ACTIONS(1661), - [anon_sym_class] = ACTIONS(1661), - [anon_sym_struct] = ACTIONS(1661), - [anon_sym_union] = ACTIONS(1661), - [anon_sym_if] = ACTIONS(1661), - [anon_sym_else] = ACTIONS(1661), - [anon_sym_switch] = ACTIONS(1661), - [anon_sym_case] = ACTIONS(1661), - [anon_sym_default] = ACTIONS(1661), - [anon_sym_while] = ACTIONS(1661), - [anon_sym_do] = ACTIONS(1661), - [anon_sym_for] = ACTIONS(1661), - [anon_sym_return] = ACTIONS(1661), - [anon_sym_break] = ACTIONS(1661), - [anon_sym_continue] = ACTIONS(1661), - [anon_sym_goto] = ACTIONS(1661), - [anon_sym_DASH_DASH] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_sizeof] = ACTIONS(1661), - [sym_number_literal] = ACTIONS(1663), - [anon_sym_L_SQUOTE] = ACTIONS(1663), - [anon_sym_u_SQUOTE] = ACTIONS(1663), - [anon_sym_U_SQUOTE] = ACTIONS(1663), - [anon_sym_u8_SQUOTE] = ACTIONS(1663), - [anon_sym_SQUOTE] = ACTIONS(1663), - [anon_sym_L_DQUOTE] = ACTIONS(1663), - [anon_sym_u_DQUOTE] = ACTIONS(1663), - [anon_sym_U_DQUOTE] = ACTIONS(1663), - [anon_sym_u8_DQUOTE] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym_true] = ACTIONS(1661), - [sym_false] = ACTIONS(1661), - [sym_null] = ACTIONS(1661), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1661), - [anon_sym_virtual] = ACTIONS(1661), - [anon_sym_explicit] = ACTIONS(1661), - [sym_auto] = ACTIONS(1661), - [anon_sym_typename] = ACTIONS(1661), - [anon_sym_template] = ACTIONS(1661), - [anon_sym_operator] = ACTIONS(1661), - [anon_sym_delete] = ACTIONS(1661), - [anon_sym_throw] = ACTIONS(1661), - [anon_sym_namespace] = ACTIONS(1661), - [anon_sym_using] = ACTIONS(1661), - [anon_sym_static_assert] = ACTIONS(1661), - [anon_sym_co_return] = ACTIONS(1661), - [anon_sym_co_yield] = ACTIONS(1661), - [anon_sym_try] = ACTIONS(1661), - [anon_sym_co_await] = ACTIONS(1661), - [anon_sym_new] = ACTIONS(1661), - [sym_this] = ACTIONS(1661), - [sym_nullptr] = ACTIONS(1661), - [sym_alone_macro] = ACTIONS(1663), - [aux_sym_alone_macro_call_token1] = ACTIONS(1661), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_FORWARD] = ACTIONS(1661), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1661), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_PS_GET] = ACTIONS(1661), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1661), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1661), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1661), - [anon_sym_MOZ_COLD] = ACTIONS(1661), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1661), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1661), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1661), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1661), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1661), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1661), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1661), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1661), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1661), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1661), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1661), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1661), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_RAII] = ACTIONS(1661), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1661), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1661), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1661), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1661), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1661), - [sym_raw_string_literal] = ACTIONS(1663), + [420] = { + [sym_identifier] = ACTIONS(1549), + [aux_sym_preproc_include_token1] = ACTIONS(1549), + [aux_sym_preproc_def_token1] = ACTIONS(1549), + [aux_sym_preproc_if_token1] = ACTIONS(1549), + [aux_sym_preproc_if_token2] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1549), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1549), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_LPAREN2] = ACTIONS(1551), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1549), + [anon_sym_PLUS] = ACTIONS(1549), + [anon_sym_STAR] = ACTIONS(1551), + [anon_sym_AMP_AMP] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_typedef] = ACTIONS(1549), + [anon_sym_extern] = ACTIONS(1549), + [anon_sym___attribute__] = ACTIONS(1549), + [anon_sym_COLON_COLON] = ACTIONS(1551), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1551), + [anon_sym___declspec] = ACTIONS(1549), + [anon_sym___based] = ACTIONS(1549), + [anon_sym___cdecl] = ACTIONS(1549), + [anon_sym___clrcall] = ACTIONS(1549), + [anon_sym___stdcall] = ACTIONS(1549), + [anon_sym___fastcall] = ACTIONS(1549), + [anon_sym___thiscall] = ACTIONS(1549), + [anon_sym___vectorcall] = ACTIONS(1549), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_LBRACK] = ACTIONS(1549), + [anon_sym_static] = ACTIONS(1549), + [anon_sym_register] = ACTIONS(1549), + [anon_sym_inline] = ACTIONS(1549), + [anon_sym_thread_local] = ACTIONS(1549), + [anon_sym_const] = ACTIONS(1549), + [anon_sym_volatile] = ACTIONS(1549), + [anon_sym_restrict] = ACTIONS(1549), + [anon_sym__Atomic] = ACTIONS(1549), + [anon_sym_mutable] = ACTIONS(1549), + [anon_sym_constexpr] = ACTIONS(1549), + [anon_sym_signed] = ACTIONS(1549), + [anon_sym_unsigned] = ACTIONS(1549), + [anon_sym_long] = ACTIONS(1549), + [anon_sym_short] = ACTIONS(1549), + [sym_primitive_type] = ACTIONS(1549), + [anon_sym_enum] = ACTIONS(1549), + [anon_sym_class] = ACTIONS(1549), + [anon_sym_struct] = ACTIONS(1549), + [anon_sym_union] = ACTIONS(1549), + [anon_sym_if] = ACTIONS(1549), + [anon_sym_else] = ACTIONS(1549), + [anon_sym_switch] = ACTIONS(1549), + [anon_sym_case] = ACTIONS(1549), + [anon_sym_default] = ACTIONS(1549), + [anon_sym_while] = ACTIONS(1549), + [anon_sym_do] = ACTIONS(1549), + [anon_sym_for] = ACTIONS(1549), + [anon_sym_return] = ACTIONS(1549), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1549), + [anon_sym_goto] = ACTIONS(1549), + [anon_sym_DASH_DASH] = ACTIONS(1551), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_sizeof] = ACTIONS(1549), + [sym_number_literal] = ACTIONS(1551), + [anon_sym_L_SQUOTE] = ACTIONS(1551), + [anon_sym_u_SQUOTE] = ACTIONS(1551), + [anon_sym_U_SQUOTE] = ACTIONS(1551), + [anon_sym_u8_SQUOTE] = ACTIONS(1551), + [anon_sym_SQUOTE] = ACTIONS(1551), + [anon_sym_L_DQUOTE] = ACTIONS(1551), + [anon_sym_u_DQUOTE] = ACTIONS(1551), + [anon_sym_U_DQUOTE] = ACTIONS(1551), + [anon_sym_u8_DQUOTE] = ACTIONS(1551), + [anon_sym_DQUOTE] = ACTIONS(1551), + [sym_true] = ACTIONS(1549), + [sym_false] = ACTIONS(1549), + [sym_null] = ACTIONS(1549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1549), + [anon_sym_virtual] = ACTIONS(1549), + [anon_sym_explicit] = ACTIONS(1549), + [sym_auto] = ACTIONS(1549), + [anon_sym_typename] = ACTIONS(1549), + [anon_sym_template] = ACTIONS(1549), + [anon_sym_operator] = ACTIONS(1549), + [anon_sym_delete] = ACTIONS(1549), + [anon_sym_throw] = ACTIONS(1549), + [anon_sym_namespace] = ACTIONS(1549), + [anon_sym_using] = ACTIONS(1549), + [anon_sym_static_assert] = ACTIONS(1549), + [anon_sym_co_return] = ACTIONS(1549), + [anon_sym_co_yield] = ACTIONS(1549), + [anon_sym_try] = ACTIONS(1549), + [anon_sym_co_await] = ACTIONS(1549), + [anon_sym_new] = ACTIONS(1549), + [sym_this] = ACTIONS(1549), + [sym_nullptr] = ACTIONS(1549), + [sym_alone_macro] = ACTIONS(1551), + [aux_sym_alone_macro_call_token1] = ACTIONS(1549), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_FORWARD] = ACTIONS(1549), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1549), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_PS_GET] = ACTIONS(1549), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1549), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1549), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1549), + [anon_sym_MOZ_COLD] = ACTIONS(1549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_RAII] = ACTIONS(1549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1549), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1549), + [sym_raw_string_literal] = ACTIONS(1551), }, - [438] = { - [ts_builtin_sym_end] = ACTIONS(1667), - [sym_identifier] = ACTIONS(1665), - [aux_sym_preproc_include_token1] = ACTIONS(1665), - [aux_sym_preproc_def_token1] = ACTIONS(1665), - [aux_sym_preproc_if_token1] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1665), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1665), - [sym_preproc_directive] = ACTIONS(1665), - [anon_sym_LPAREN2] = ACTIONS(1667), - [anon_sym_BANG] = ACTIONS(1667), - [anon_sym_TILDE] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1665), - [anon_sym_PLUS] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP_AMP] = ACTIONS(1667), - [anon_sym_AMP] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1667), - [anon_sym_typedef] = ACTIONS(1665), - [anon_sym_extern] = ACTIONS(1665), - [anon_sym___attribute__] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1667), - [anon_sym___declspec] = ACTIONS(1665), - [anon_sym___based] = ACTIONS(1665), - [anon_sym___cdecl] = ACTIONS(1665), - [anon_sym___clrcall] = ACTIONS(1665), - [anon_sym___stdcall] = ACTIONS(1665), - [anon_sym___fastcall] = ACTIONS(1665), - [anon_sym___thiscall] = ACTIONS(1665), - [anon_sym___vectorcall] = ACTIONS(1665), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_static] = ACTIONS(1665), - [anon_sym_register] = ACTIONS(1665), - [anon_sym_inline] = ACTIONS(1665), - [anon_sym_thread_local] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1665), - [anon_sym_volatile] = ACTIONS(1665), - [anon_sym_restrict] = ACTIONS(1665), - [anon_sym__Atomic] = ACTIONS(1665), - [anon_sym_mutable] = ACTIONS(1665), - [anon_sym_constexpr] = ACTIONS(1665), - [anon_sym_signed] = ACTIONS(1665), - [anon_sym_unsigned] = ACTIONS(1665), - [anon_sym_long] = ACTIONS(1665), - [anon_sym_short] = ACTIONS(1665), - [sym_primitive_type] = ACTIONS(1665), - [anon_sym_enum] = ACTIONS(1665), - [anon_sym_class] = ACTIONS(1665), - [anon_sym_struct] = ACTIONS(1665), - [anon_sym_union] = ACTIONS(1665), - [anon_sym_if] = ACTIONS(1665), - [anon_sym_else] = ACTIONS(1665), - [anon_sym_switch] = ACTIONS(1665), - [anon_sym_case] = ACTIONS(1665), - [anon_sym_default] = ACTIONS(1665), - [anon_sym_while] = ACTIONS(1665), - [anon_sym_do] = ACTIONS(1665), - [anon_sym_for] = ACTIONS(1665), - [anon_sym_return] = ACTIONS(1665), - [anon_sym_break] = ACTIONS(1665), - [anon_sym_continue] = ACTIONS(1665), - [anon_sym_goto] = ACTIONS(1665), - [anon_sym_DASH_DASH] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_sizeof] = ACTIONS(1665), - [sym_number_literal] = ACTIONS(1667), - [anon_sym_L_SQUOTE] = ACTIONS(1667), - [anon_sym_u_SQUOTE] = ACTIONS(1667), - [anon_sym_U_SQUOTE] = ACTIONS(1667), - [anon_sym_u8_SQUOTE] = ACTIONS(1667), - [anon_sym_SQUOTE] = ACTIONS(1667), - [anon_sym_L_DQUOTE] = ACTIONS(1667), - [anon_sym_u_DQUOTE] = ACTIONS(1667), - [anon_sym_U_DQUOTE] = ACTIONS(1667), - [anon_sym_u8_DQUOTE] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym_true] = ACTIONS(1665), - [sym_false] = ACTIONS(1665), - [sym_null] = ACTIONS(1665), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1665), - [anon_sym_virtual] = ACTIONS(1665), - [anon_sym_explicit] = ACTIONS(1665), - [sym_auto] = ACTIONS(1665), - [anon_sym_typename] = ACTIONS(1665), - [anon_sym_template] = ACTIONS(1665), - [anon_sym_operator] = ACTIONS(1665), - [anon_sym_delete] = ACTIONS(1665), - [anon_sym_throw] = ACTIONS(1665), - [anon_sym_namespace] = ACTIONS(1665), - [anon_sym_using] = ACTIONS(1665), - [anon_sym_static_assert] = ACTIONS(1665), - [anon_sym_co_return] = ACTIONS(1665), - [anon_sym_co_yield] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1665), - [anon_sym_co_await] = ACTIONS(1665), - [anon_sym_new] = ACTIONS(1665), - [sym_this] = ACTIONS(1665), - [sym_nullptr] = ACTIONS(1665), - [sym_alone_macro] = ACTIONS(1667), - [aux_sym_alone_macro_call_token1] = ACTIONS(1665), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_FORWARD] = ACTIONS(1665), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1665), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_PS_GET] = ACTIONS(1665), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1665), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1665), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1665), - [anon_sym_MOZ_COLD] = ACTIONS(1665), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1665), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1665), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1665), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1665), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1665), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1665), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1665), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1665), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1665), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1665), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1665), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1665), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_RAII] = ACTIONS(1665), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1665), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1665), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1665), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1665), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1665), - [sym_raw_string_literal] = ACTIONS(1667), + [421] = { + [ts_builtin_sym_end] = ACTIONS(1559), + [sym_identifier] = ACTIONS(1557), + [aux_sym_preproc_include_token1] = ACTIONS(1557), + [aux_sym_preproc_def_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1557), + [sym_preproc_directive] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_BANG] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_DASH] = ACTIONS(1557), + [anon_sym_PLUS] = ACTIONS(1557), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_SEMI] = ACTIONS(1559), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym___based] = ACTIONS(1557), + [anon_sym___cdecl] = ACTIONS(1557), + [anon_sym___clrcall] = ACTIONS(1557), + [anon_sym___stdcall] = ACTIONS(1557), + [anon_sym___fastcall] = ACTIONS(1557), + [anon_sym___thiscall] = ACTIONS(1557), + [anon_sym___vectorcall] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [anon_sym_if] = ACTIONS(1557), + [anon_sym_else] = ACTIONS(1557), + [anon_sym_switch] = ACTIONS(1557), + [anon_sym_case] = ACTIONS(1557), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1557), + [anon_sym_do] = ACTIONS(1557), + [anon_sym_for] = ACTIONS(1557), + [anon_sym_return] = ACTIONS(1557), + [anon_sym_break] = ACTIONS(1557), + [anon_sym_continue] = ACTIONS(1557), + [anon_sym_goto] = ACTIONS(1557), + [anon_sym_DASH_DASH] = ACTIONS(1559), + [anon_sym_PLUS_PLUS] = ACTIONS(1559), + [anon_sym_sizeof] = ACTIONS(1557), + [sym_number_literal] = ACTIONS(1559), + [anon_sym_L_SQUOTE] = ACTIONS(1559), + [anon_sym_u_SQUOTE] = ACTIONS(1559), + [anon_sym_U_SQUOTE] = ACTIONS(1559), + [anon_sym_u8_SQUOTE] = ACTIONS(1559), + [anon_sym_SQUOTE] = ACTIONS(1559), + [anon_sym_L_DQUOTE] = ACTIONS(1559), + [anon_sym_u_DQUOTE] = ACTIONS(1559), + [anon_sym_U_DQUOTE] = ACTIONS(1559), + [anon_sym_u8_DQUOTE] = ACTIONS(1559), + [anon_sym_DQUOTE] = ACTIONS(1559), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [anon_sym_explicit] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_operator] = ACTIONS(1557), + [anon_sym_delete] = ACTIONS(1557), + [anon_sym_throw] = ACTIONS(1557), + [anon_sym_namespace] = ACTIONS(1557), + [anon_sym_using] = ACTIONS(1557), + [anon_sym_static_assert] = ACTIONS(1557), + [anon_sym_co_return] = ACTIONS(1557), + [anon_sym_co_yield] = ACTIONS(1557), + [anon_sym_try] = ACTIONS(1557), + [anon_sym_co_await] = ACTIONS(1557), + [anon_sym_new] = ACTIONS(1557), + [sym_this] = ACTIONS(1557), + [sym_nullptr] = ACTIONS(1557), + [sym_alone_macro] = ACTIONS(1559), + [aux_sym_alone_macro_call_token1] = ACTIONS(1557), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_FORWARD] = ACTIONS(1557), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1557), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_PS_GET] = ACTIONS(1557), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1557), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1557), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), + [sym_raw_string_literal] = ACTIONS(1559), }, - [439] = { - [ts_builtin_sym_end] = ACTIONS(1677), - [sym_identifier] = ACTIONS(1675), - [aux_sym_preproc_include_token1] = ACTIONS(1675), - [aux_sym_preproc_def_token1] = ACTIONS(1675), - [aux_sym_preproc_if_token1] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), - [sym_preproc_directive] = ACTIONS(1675), - [anon_sym_LPAREN2] = ACTIONS(1677), - [anon_sym_BANG] = ACTIONS(1677), - [anon_sym_TILDE] = ACTIONS(1677), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1677), - [anon_sym_AMP_AMP] = ACTIONS(1677), - [anon_sym_AMP] = ACTIONS(1675), - [anon_sym_SEMI] = ACTIONS(1677), - [anon_sym_typedef] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym___attribute__] = ACTIONS(1675), - [anon_sym_COLON_COLON] = ACTIONS(1677), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), - [anon_sym___declspec] = ACTIONS(1675), - [anon_sym___based] = ACTIONS(1675), - [anon_sym___cdecl] = ACTIONS(1675), - [anon_sym___clrcall] = ACTIONS(1675), - [anon_sym___stdcall] = ACTIONS(1675), - [anon_sym___fastcall] = ACTIONS(1675), - [anon_sym___thiscall] = ACTIONS(1675), - [anon_sym___vectorcall] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_inline] = ACTIONS(1675), - [anon_sym_thread_local] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [anon_sym_volatile] = ACTIONS(1675), - [anon_sym_restrict] = ACTIONS(1675), - [anon_sym__Atomic] = ACTIONS(1675), - [anon_sym_mutable] = ACTIONS(1675), - [anon_sym_constexpr] = ACTIONS(1675), - [anon_sym_signed] = ACTIONS(1675), - [anon_sym_unsigned] = ACTIONS(1675), - [anon_sym_long] = ACTIONS(1675), - [anon_sym_short] = ACTIONS(1675), - [sym_primitive_type] = ACTIONS(1675), - [anon_sym_enum] = ACTIONS(1675), - [anon_sym_class] = ACTIONS(1675), - [anon_sym_struct] = ACTIONS(1675), - [anon_sym_union] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_else] = ACTIONS(1675), - [anon_sym_switch] = ACTIONS(1675), - [anon_sym_case] = ACTIONS(1675), - [anon_sym_default] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_goto] = ACTIONS(1675), - [anon_sym_DASH_DASH] = ACTIONS(1677), - [anon_sym_PLUS_PLUS] = ACTIONS(1677), - [anon_sym_sizeof] = ACTIONS(1675), - [sym_number_literal] = ACTIONS(1677), - [anon_sym_L_SQUOTE] = ACTIONS(1677), - [anon_sym_u_SQUOTE] = ACTIONS(1677), - [anon_sym_U_SQUOTE] = ACTIONS(1677), - [anon_sym_u8_SQUOTE] = ACTIONS(1677), - [anon_sym_SQUOTE] = ACTIONS(1677), - [anon_sym_L_DQUOTE] = ACTIONS(1677), - [anon_sym_u_DQUOTE] = ACTIONS(1677), - [anon_sym_U_DQUOTE] = ACTIONS(1677), - [anon_sym_u8_DQUOTE] = ACTIONS(1677), - [anon_sym_DQUOTE] = ACTIONS(1677), - [sym_true] = ACTIONS(1675), - [sym_false] = ACTIONS(1675), - [sym_null] = ACTIONS(1675), + [422] = { + [sym_identifier] = ACTIONS(1553), + [aux_sym_preproc_include_token1] = ACTIONS(1553), + [aux_sym_preproc_def_token1] = ACTIONS(1553), + [aux_sym_preproc_if_token1] = ACTIONS(1553), + [aux_sym_preproc_if_token2] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1553), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1553), + [sym_preproc_directive] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(1555), + [anon_sym_BANG] = ACTIONS(1555), + [anon_sym_TILDE] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_AMP_AMP] = ACTIONS(1555), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1555), + [anon_sym_typedef] = ACTIONS(1553), + [anon_sym_extern] = ACTIONS(1553), + [anon_sym___attribute__] = ACTIONS(1553), + [anon_sym_COLON_COLON] = ACTIONS(1555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1555), + [anon_sym___declspec] = ACTIONS(1553), + [anon_sym___based] = ACTIONS(1553), + [anon_sym___cdecl] = ACTIONS(1553), + [anon_sym___clrcall] = ACTIONS(1553), + [anon_sym___stdcall] = ACTIONS(1553), + [anon_sym___fastcall] = ACTIONS(1553), + [anon_sym___thiscall] = ACTIONS(1553), + [anon_sym___vectorcall] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1555), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1553), + [anon_sym_register] = ACTIONS(1553), + [anon_sym_inline] = ACTIONS(1553), + [anon_sym_thread_local] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_volatile] = ACTIONS(1553), + [anon_sym_restrict] = ACTIONS(1553), + [anon_sym__Atomic] = ACTIONS(1553), + [anon_sym_mutable] = ACTIONS(1553), + [anon_sym_constexpr] = ACTIONS(1553), + [anon_sym_signed] = ACTIONS(1553), + [anon_sym_unsigned] = ACTIONS(1553), + [anon_sym_long] = ACTIONS(1553), + [anon_sym_short] = ACTIONS(1553), + [sym_primitive_type] = ACTIONS(1553), + [anon_sym_enum] = ACTIONS(1553), + [anon_sym_class] = ACTIONS(1553), + [anon_sym_struct] = ACTIONS(1553), + [anon_sym_union] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_else] = ACTIONS(1553), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_case] = ACTIONS(1553), + [anon_sym_default] = ACTIONS(1553), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1553), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_DASH_DASH] = ACTIONS(1555), + [anon_sym_PLUS_PLUS] = ACTIONS(1555), + [anon_sym_sizeof] = ACTIONS(1553), + [sym_number_literal] = ACTIONS(1555), + [anon_sym_L_SQUOTE] = ACTIONS(1555), + [anon_sym_u_SQUOTE] = ACTIONS(1555), + [anon_sym_U_SQUOTE] = ACTIONS(1555), + [anon_sym_u8_SQUOTE] = ACTIONS(1555), + [anon_sym_SQUOTE] = ACTIONS(1555), + [anon_sym_L_DQUOTE] = ACTIONS(1555), + [anon_sym_u_DQUOTE] = ACTIONS(1555), + [anon_sym_U_DQUOTE] = ACTIONS(1555), + [anon_sym_u8_DQUOTE] = ACTIONS(1555), + [anon_sym_DQUOTE] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1553), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1553), + [anon_sym_virtual] = ACTIONS(1553), + [anon_sym_explicit] = ACTIONS(1553), + [sym_auto] = ACTIONS(1553), + [anon_sym_typename] = ACTIONS(1553), + [anon_sym_template] = ACTIONS(1553), + [anon_sym_operator] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_throw] = ACTIONS(1553), + [anon_sym_namespace] = ACTIONS(1553), + [anon_sym_using] = ACTIONS(1553), + [anon_sym_static_assert] = ACTIONS(1553), + [anon_sym_co_return] = ACTIONS(1553), + [anon_sym_co_yield] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1553), + [anon_sym_co_await] = ACTIONS(1553), + [anon_sym_new] = ACTIONS(1553), + [sym_this] = ACTIONS(1553), + [sym_nullptr] = ACTIONS(1553), + [sym_alone_macro] = ACTIONS(1555), + [aux_sym_alone_macro_call_token1] = ACTIONS(1553), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_FORWARD] = ACTIONS(1553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_PS_GET] = ACTIONS(1553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1553), + [anon_sym_MOZ_COLD] = ACTIONS(1553), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1553), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1553), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1553), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1553), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1553), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1553), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1553), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1553), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1553), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1553), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1553), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1553), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_RAII] = ACTIONS(1553), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1553), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1553), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1553), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1553), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1553), + [sym_raw_string_literal] = ACTIONS(1555), + }, + [423] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1675), - [anon_sym_virtual] = ACTIONS(1675), - [anon_sym_explicit] = ACTIONS(1675), - [sym_auto] = ACTIONS(1675), - [anon_sym_typename] = ACTIONS(1675), - [anon_sym_template] = ACTIONS(1675), - [anon_sym_operator] = ACTIONS(1675), - [anon_sym_delete] = ACTIONS(1675), - [anon_sym_throw] = ACTIONS(1675), - [anon_sym_namespace] = ACTIONS(1675), - [anon_sym_using] = ACTIONS(1675), - [anon_sym_static_assert] = ACTIONS(1675), - [anon_sym_co_return] = ACTIONS(1675), - [anon_sym_co_yield] = ACTIONS(1675), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_co_await] = ACTIONS(1675), - [anon_sym_new] = ACTIONS(1675), - [sym_this] = ACTIONS(1675), - [sym_nullptr] = ACTIONS(1675), - [sym_alone_macro] = ACTIONS(1677), - [aux_sym_alone_macro_call_token1] = ACTIONS(1675), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_FORWARD] = ACTIONS(1675), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_PS_GET] = ACTIONS(1675), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), - [anon_sym_MOZ_COLD] = ACTIONS(1675), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_RAII] = ACTIONS(1675), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), - [sym_raw_string_literal] = ACTIONS(1677), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [440] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_preproc_else_in_field_declaration_list] = STATE(5078), - [sym_preproc_elif_in_field_declaration_list] = STATE(5078), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1995), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [424] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [425] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [426] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [441] = { + [427] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -118476,7 +115852,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -118636,394 +116011,585 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [442] = { - [ts_builtin_sym_end] = ACTIONS(1681), - [sym_identifier] = ACTIONS(1679), - [aux_sym_preproc_include_token1] = ACTIONS(1679), - [aux_sym_preproc_def_token1] = ACTIONS(1679), - [aux_sym_preproc_if_token1] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), - [sym_preproc_directive] = ACTIONS(1679), - [anon_sym_LPAREN2] = ACTIONS(1681), - [anon_sym_BANG] = ACTIONS(1681), - [anon_sym_TILDE] = ACTIONS(1681), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1681), - [anon_sym_AMP_AMP] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1679), - [anon_sym_SEMI] = ACTIONS(1681), - [anon_sym_typedef] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym___attribute__] = ACTIONS(1679), - [anon_sym_COLON_COLON] = ACTIONS(1681), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), - [anon_sym___declspec] = ACTIONS(1679), - [anon_sym___based] = ACTIONS(1679), - [anon_sym___cdecl] = ACTIONS(1679), - [anon_sym___clrcall] = ACTIONS(1679), - [anon_sym___stdcall] = ACTIONS(1679), - [anon_sym___fastcall] = ACTIONS(1679), - [anon_sym___thiscall] = ACTIONS(1679), - [anon_sym___vectorcall] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1681), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_static] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_inline] = ACTIONS(1679), - [anon_sym_thread_local] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [anon_sym_volatile] = ACTIONS(1679), - [anon_sym_restrict] = ACTIONS(1679), - [anon_sym__Atomic] = ACTIONS(1679), - [anon_sym_mutable] = ACTIONS(1679), - [anon_sym_constexpr] = ACTIONS(1679), - [anon_sym_signed] = ACTIONS(1679), - [anon_sym_unsigned] = ACTIONS(1679), - [anon_sym_long] = ACTIONS(1679), - [anon_sym_short] = ACTIONS(1679), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1679), - [anon_sym_class] = ACTIONS(1679), - [anon_sym_struct] = ACTIONS(1679), - [anon_sym_union] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_else] = ACTIONS(1679), - [anon_sym_switch] = ACTIONS(1679), - [anon_sym_case] = ACTIONS(1679), - [anon_sym_default] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_goto] = ACTIONS(1679), - [anon_sym_DASH_DASH] = ACTIONS(1681), - [anon_sym_PLUS_PLUS] = ACTIONS(1681), - [anon_sym_sizeof] = ACTIONS(1679), - [sym_number_literal] = ACTIONS(1681), - [anon_sym_L_SQUOTE] = ACTIONS(1681), - [anon_sym_u_SQUOTE] = ACTIONS(1681), - [anon_sym_U_SQUOTE] = ACTIONS(1681), - [anon_sym_u8_SQUOTE] = ACTIONS(1681), - [anon_sym_SQUOTE] = ACTIONS(1681), - [anon_sym_L_DQUOTE] = ACTIONS(1681), - [anon_sym_u_DQUOTE] = ACTIONS(1681), - [anon_sym_U_DQUOTE] = ACTIONS(1681), - [anon_sym_u8_DQUOTE] = ACTIONS(1681), - [anon_sym_DQUOTE] = ACTIONS(1681), - [sym_true] = ACTIONS(1679), - [sym_false] = ACTIONS(1679), - [sym_null] = ACTIONS(1679), + [428] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1679), - [anon_sym_virtual] = ACTIONS(1679), - [anon_sym_explicit] = ACTIONS(1679), - [sym_auto] = ACTIONS(1679), - [anon_sym_typename] = ACTIONS(1679), - [anon_sym_template] = ACTIONS(1679), - [anon_sym_operator] = ACTIONS(1679), - [anon_sym_delete] = ACTIONS(1679), - [anon_sym_throw] = ACTIONS(1679), - [anon_sym_namespace] = ACTIONS(1679), - [anon_sym_using] = ACTIONS(1679), - [anon_sym_static_assert] = ACTIONS(1679), - [anon_sym_co_return] = ACTIONS(1679), - [anon_sym_co_yield] = ACTIONS(1679), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_co_await] = ACTIONS(1679), - [anon_sym_new] = ACTIONS(1679), - [sym_this] = ACTIONS(1679), - [sym_nullptr] = ACTIONS(1679), - [sym_alone_macro] = ACTIONS(1681), - [aux_sym_alone_macro_call_token1] = ACTIONS(1679), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_FORWARD] = ACTIONS(1679), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_PS_GET] = ACTIONS(1679), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), - [anon_sym_MOZ_COLD] = ACTIONS(1679), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_RAII] = ACTIONS(1679), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), - [sym_raw_string_literal] = ACTIONS(1681), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [443] = { - [ts_builtin_sym_end] = ACTIONS(1685), - [sym_identifier] = ACTIONS(1683), - [aux_sym_preproc_include_token1] = ACTIONS(1683), - [aux_sym_preproc_def_token1] = ACTIONS(1683), - [aux_sym_preproc_if_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), - [sym_preproc_directive] = ACTIONS(1683), - [anon_sym_LPAREN2] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1685), - [anon_sym_TILDE] = ACTIONS(1685), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1685), - [anon_sym_AMP_AMP] = ACTIONS(1685), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_SEMI] = ACTIONS(1685), - [anon_sym_typedef] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym___attribute__] = ACTIONS(1683), - [anon_sym_COLON_COLON] = ACTIONS(1685), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), - [anon_sym___declspec] = ACTIONS(1683), - [anon_sym___based] = ACTIONS(1683), - [anon_sym___cdecl] = ACTIONS(1683), - [anon_sym___clrcall] = ACTIONS(1683), - [anon_sym___stdcall] = ACTIONS(1683), - [anon_sym___fastcall] = ACTIONS(1683), - [anon_sym___thiscall] = ACTIONS(1683), - [anon_sym___vectorcall] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_static] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_inline] = ACTIONS(1683), - [anon_sym_thread_local] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [anon_sym_volatile] = ACTIONS(1683), - [anon_sym_restrict] = ACTIONS(1683), - [anon_sym__Atomic] = ACTIONS(1683), - [anon_sym_mutable] = ACTIONS(1683), - [anon_sym_constexpr] = ACTIONS(1683), - [anon_sym_signed] = ACTIONS(1683), - [anon_sym_unsigned] = ACTIONS(1683), - [anon_sym_long] = ACTIONS(1683), - [anon_sym_short] = ACTIONS(1683), - [sym_primitive_type] = ACTIONS(1683), - [anon_sym_enum] = ACTIONS(1683), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1683), - [anon_sym_union] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_else] = ACTIONS(1683), - [anon_sym_switch] = ACTIONS(1683), - [anon_sym_case] = ACTIONS(1683), - [anon_sym_default] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_goto] = ACTIONS(1683), - [anon_sym_DASH_DASH] = ACTIONS(1685), - [anon_sym_PLUS_PLUS] = ACTIONS(1685), - [anon_sym_sizeof] = ACTIONS(1683), - [sym_number_literal] = ACTIONS(1685), - [anon_sym_L_SQUOTE] = ACTIONS(1685), - [anon_sym_u_SQUOTE] = ACTIONS(1685), - [anon_sym_U_SQUOTE] = ACTIONS(1685), - [anon_sym_u8_SQUOTE] = ACTIONS(1685), - [anon_sym_SQUOTE] = ACTIONS(1685), - [anon_sym_L_DQUOTE] = ACTIONS(1685), - [anon_sym_u_DQUOTE] = ACTIONS(1685), - [anon_sym_U_DQUOTE] = ACTIONS(1685), - [anon_sym_u8_DQUOTE] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(1685), - [sym_true] = ACTIONS(1683), - [sym_false] = ACTIONS(1683), - [sym_null] = ACTIONS(1683), + [429] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1683), - [anon_sym_virtual] = ACTIONS(1683), - [anon_sym_explicit] = ACTIONS(1683), - [sym_auto] = ACTIONS(1683), - [anon_sym_typename] = ACTIONS(1683), - [anon_sym_template] = ACTIONS(1683), - [anon_sym_operator] = ACTIONS(1683), - [anon_sym_delete] = ACTIONS(1683), - [anon_sym_throw] = ACTIONS(1683), - [anon_sym_namespace] = ACTIONS(1683), - [anon_sym_using] = ACTIONS(1683), - [anon_sym_static_assert] = ACTIONS(1683), - [anon_sym_co_return] = ACTIONS(1683), - [anon_sym_co_yield] = ACTIONS(1683), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_co_await] = ACTIONS(1683), - [anon_sym_new] = ACTIONS(1683), - [sym_this] = ACTIONS(1683), - [sym_nullptr] = ACTIONS(1683), - [sym_alone_macro] = ACTIONS(1685), - [aux_sym_alone_macro_call_token1] = ACTIONS(1683), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_FORWARD] = ACTIONS(1683), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_PS_GET] = ACTIONS(1683), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), - [anon_sym_MOZ_COLD] = ACTIONS(1683), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_RAII] = ACTIONS(1683), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), - [sym_raw_string_literal] = ACTIONS(1685), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [444] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [430] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [431] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -119209,12 +116775,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [445] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [432] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -119400,203 +116966,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [446] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_preproc_else_in_field_declaration_list] = STATE(4989), - [sym_preproc_elif_in_field_declaration_list] = STATE(4989), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(1997), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [433] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [447] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [434] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -119782,12 +117348,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [448] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [435] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -119973,12 +117539,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [449] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [436] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -120164,12 +117730,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [450] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [437] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -120355,585 +117921,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [451] = { - [ts_builtin_sym_end] = ACTIONS(1671), - [sym_identifier] = ACTIONS(1669), - [aux_sym_preproc_include_token1] = ACTIONS(1669), - [aux_sym_preproc_def_token1] = ACTIONS(1669), - [aux_sym_preproc_if_token1] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1669), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1669), - [sym_preproc_directive] = ACTIONS(1669), - [anon_sym_LPAREN2] = ACTIONS(1671), - [anon_sym_BANG] = ACTIONS(1671), - [anon_sym_TILDE] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1669), - [anon_sym_PLUS] = ACTIONS(1669), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_AMP_AMP] = ACTIONS(1671), - [anon_sym_AMP] = ACTIONS(1669), - [anon_sym_SEMI] = ACTIONS(1671), - [anon_sym_typedef] = ACTIONS(1669), - [anon_sym_extern] = ACTIONS(1669), - [anon_sym___attribute__] = ACTIONS(1669), - [anon_sym_COLON_COLON] = ACTIONS(1671), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1671), - [anon_sym___declspec] = ACTIONS(1669), - [anon_sym___based] = ACTIONS(1669), - [anon_sym___cdecl] = ACTIONS(1669), - [anon_sym___clrcall] = ACTIONS(1669), - [anon_sym___stdcall] = ACTIONS(1669), - [anon_sym___fastcall] = ACTIONS(1669), - [anon_sym___thiscall] = ACTIONS(1669), - [anon_sym___vectorcall] = ACTIONS(1669), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_LBRACK] = ACTIONS(1669), - [anon_sym_static] = ACTIONS(1669), - [anon_sym_register] = ACTIONS(1669), - [anon_sym_inline] = ACTIONS(1669), - [anon_sym_thread_local] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_volatile] = ACTIONS(1669), - [anon_sym_restrict] = ACTIONS(1669), - [anon_sym__Atomic] = ACTIONS(1669), - [anon_sym_mutable] = ACTIONS(1669), - [anon_sym_constexpr] = ACTIONS(1669), - [anon_sym_signed] = ACTIONS(1669), - [anon_sym_unsigned] = ACTIONS(1669), - [anon_sym_long] = ACTIONS(1669), - [anon_sym_short] = ACTIONS(1669), - [sym_primitive_type] = ACTIONS(1669), - [anon_sym_enum] = ACTIONS(1669), - [anon_sym_class] = ACTIONS(1669), - [anon_sym_struct] = ACTIONS(1669), - [anon_sym_union] = ACTIONS(1669), - [anon_sym_if] = ACTIONS(1669), - [anon_sym_else] = ACTIONS(1999), - [anon_sym_switch] = ACTIONS(1669), - [anon_sym_case] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1669), - [anon_sym_while] = ACTIONS(1669), - [anon_sym_do] = ACTIONS(1669), - [anon_sym_for] = ACTIONS(1669), - [anon_sym_return] = ACTIONS(1669), - [anon_sym_break] = ACTIONS(1669), - [anon_sym_continue] = ACTIONS(1669), - [anon_sym_goto] = ACTIONS(1669), - [anon_sym_DASH_DASH] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_sizeof] = ACTIONS(1669), - [sym_number_literal] = ACTIONS(1671), - [anon_sym_L_SQUOTE] = ACTIONS(1671), - [anon_sym_u_SQUOTE] = ACTIONS(1671), - [anon_sym_U_SQUOTE] = ACTIONS(1671), - [anon_sym_u8_SQUOTE] = ACTIONS(1671), - [anon_sym_SQUOTE] = ACTIONS(1671), - [anon_sym_L_DQUOTE] = ACTIONS(1671), - [anon_sym_u_DQUOTE] = ACTIONS(1671), - [anon_sym_U_DQUOTE] = ACTIONS(1671), - [anon_sym_u8_DQUOTE] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym_true] = ACTIONS(1669), - [sym_false] = ACTIONS(1669), - [sym_null] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1669), - [anon_sym_virtual] = ACTIONS(1669), - [anon_sym_explicit] = ACTIONS(1669), - [sym_auto] = ACTIONS(1669), - [anon_sym_typename] = ACTIONS(1669), - [anon_sym_template] = ACTIONS(1669), - [anon_sym_operator] = ACTIONS(1669), - [anon_sym_delete] = ACTIONS(1669), - [anon_sym_throw] = ACTIONS(1669), - [anon_sym_namespace] = ACTIONS(1669), - [anon_sym_using] = ACTIONS(1669), - [anon_sym_static_assert] = ACTIONS(1669), - [anon_sym_co_return] = ACTIONS(1669), - [anon_sym_co_yield] = ACTIONS(1669), - [anon_sym_try] = ACTIONS(1669), - [anon_sym_co_await] = ACTIONS(1669), - [anon_sym_new] = ACTIONS(1669), - [sym_this] = ACTIONS(1669), - [sym_nullptr] = ACTIONS(1669), - [sym_alone_macro] = ACTIONS(1671), - [aux_sym_alone_macro_call_token1] = ACTIONS(1669), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_FORWARD] = ACTIONS(1669), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1669), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_PS_GET] = ACTIONS(1669), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1669), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1669), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1669), - [anon_sym_MOZ_COLD] = ACTIONS(1669), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1669), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1669), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1669), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1669), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1669), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1669), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1669), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1669), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1669), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1669), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1669), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1669), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_RAII] = ACTIONS(1669), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1669), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1669), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1669), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1669), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1669), - [sym_raw_string_literal] = ACTIONS(1671), - }, - [452] = { - [ts_builtin_sym_end] = ACTIONS(1659), - [sym_identifier] = ACTIONS(1657), - [aux_sym_preproc_include_token1] = ACTIONS(1657), - [aux_sym_preproc_def_token1] = ACTIONS(1657), - [aux_sym_preproc_if_token1] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1657), - [sym_preproc_directive] = ACTIONS(1657), - [anon_sym_LPAREN2] = ACTIONS(1659), - [anon_sym_BANG] = ACTIONS(1659), - [anon_sym_TILDE] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_PLUS] = ACTIONS(1657), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_AMP_AMP] = ACTIONS(1659), - [anon_sym_AMP] = ACTIONS(1657), - [anon_sym_SEMI] = ACTIONS(1659), - [anon_sym_typedef] = ACTIONS(1657), - [anon_sym_extern] = ACTIONS(1657), - [anon_sym___attribute__] = ACTIONS(1657), - [anon_sym_COLON_COLON] = ACTIONS(1659), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1659), - [anon_sym___declspec] = ACTIONS(1657), - [anon_sym___based] = ACTIONS(1657), - [anon_sym___cdecl] = ACTIONS(1657), - [anon_sym___clrcall] = ACTIONS(1657), - [anon_sym___stdcall] = ACTIONS(1657), - [anon_sym___fastcall] = ACTIONS(1657), - [anon_sym___thiscall] = ACTIONS(1657), - [anon_sym___vectorcall] = ACTIONS(1657), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_LBRACK] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1657), - [anon_sym_register] = ACTIONS(1657), - [anon_sym_inline] = ACTIONS(1657), - [anon_sym_thread_local] = ACTIONS(1657), - [anon_sym_const] = ACTIONS(1657), - [anon_sym_volatile] = ACTIONS(1657), - [anon_sym_restrict] = ACTIONS(1657), - [anon_sym__Atomic] = ACTIONS(1657), - [anon_sym_mutable] = ACTIONS(1657), - [anon_sym_constexpr] = ACTIONS(1657), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [sym_primitive_type] = ACTIONS(1657), - [anon_sym_enum] = ACTIONS(1657), - [anon_sym_class] = ACTIONS(1657), - [anon_sym_struct] = ACTIONS(1657), - [anon_sym_union] = ACTIONS(1657), - [anon_sym_if] = ACTIONS(1657), - [anon_sym_else] = ACTIONS(1657), - [anon_sym_switch] = ACTIONS(1657), - [anon_sym_case] = ACTIONS(1657), - [anon_sym_default] = ACTIONS(1657), - [anon_sym_while] = ACTIONS(1657), - [anon_sym_do] = ACTIONS(1657), - [anon_sym_for] = ACTIONS(1657), - [anon_sym_return] = ACTIONS(1657), - [anon_sym_break] = ACTIONS(1657), - [anon_sym_continue] = ACTIONS(1657), - [anon_sym_goto] = ACTIONS(1657), - [anon_sym_DASH_DASH] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_sizeof] = ACTIONS(1657), - [sym_number_literal] = ACTIONS(1659), - [anon_sym_L_SQUOTE] = ACTIONS(1659), - [anon_sym_u_SQUOTE] = ACTIONS(1659), - [anon_sym_U_SQUOTE] = ACTIONS(1659), - [anon_sym_u8_SQUOTE] = ACTIONS(1659), - [anon_sym_SQUOTE] = ACTIONS(1659), - [anon_sym_L_DQUOTE] = ACTIONS(1659), - [anon_sym_u_DQUOTE] = ACTIONS(1659), - [anon_sym_U_DQUOTE] = ACTIONS(1659), - [anon_sym_u8_DQUOTE] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym_true] = ACTIONS(1657), - [sym_false] = ACTIONS(1657), - [sym_null] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1657), - [anon_sym_virtual] = ACTIONS(1657), - [anon_sym_explicit] = ACTIONS(1657), - [sym_auto] = ACTIONS(1657), - [anon_sym_typename] = ACTIONS(1657), - [anon_sym_template] = ACTIONS(1657), - [anon_sym_operator] = ACTIONS(1657), - [anon_sym_delete] = ACTIONS(1657), - [anon_sym_throw] = ACTIONS(1657), - [anon_sym_namespace] = ACTIONS(1657), - [anon_sym_using] = ACTIONS(1657), - [anon_sym_static_assert] = ACTIONS(1657), - [anon_sym_co_return] = ACTIONS(1657), - [anon_sym_co_yield] = ACTIONS(1657), - [anon_sym_try] = ACTIONS(1657), - [anon_sym_co_await] = ACTIONS(1657), - [anon_sym_new] = ACTIONS(1657), - [sym_this] = ACTIONS(1657), - [sym_nullptr] = ACTIONS(1657), - [sym_alone_macro] = ACTIONS(1659), - [aux_sym_alone_macro_call_token1] = ACTIONS(1657), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_FORWARD] = ACTIONS(1657), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1657), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_PS_GET] = ACTIONS(1657), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1657), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1657), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1657), - [anon_sym_MOZ_COLD] = ACTIONS(1657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_RAII] = ACTIONS(1657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1657), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1657), - [sym_raw_string_literal] = ACTIONS(1659), - }, - [453] = { - [sym_identifier] = ACTIONS(1545), - [aux_sym_preproc_include_token1] = ACTIONS(1545), - [aux_sym_preproc_def_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), - [sym_preproc_directive] = ACTIONS(1545), - [anon_sym_LPAREN2] = ACTIONS(1547), - [anon_sym_BANG] = ACTIONS(1547), - [anon_sym_TILDE] = ACTIONS(1547), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1547), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1547), - [anon_sym_typedef] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym___attribute__] = ACTIONS(1545), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), - [anon_sym___declspec] = ACTIONS(1545), - [anon_sym___based] = ACTIONS(1545), - [anon_sym___cdecl] = ACTIONS(1545), - [anon_sym___clrcall] = ACTIONS(1545), - [anon_sym___stdcall] = ACTIONS(1545), - [anon_sym___fastcall] = ACTIONS(1545), - [anon_sym___thiscall] = ACTIONS(1545), - [anon_sym___vectorcall] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1547), - [anon_sym_RBRACE] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_static] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_inline] = ACTIONS(1545), - [anon_sym_thread_local] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_volatile] = ACTIONS(1545), - [anon_sym_restrict] = ACTIONS(1545), - [anon_sym__Atomic] = ACTIONS(1545), - [anon_sym_mutable] = ACTIONS(1545), - [anon_sym_constexpr] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1545), - [anon_sym_unsigned] = ACTIONS(1545), - [anon_sym_long] = ACTIONS(1545), - [anon_sym_short] = ACTIONS(1545), - [sym_primitive_type] = ACTIONS(1545), - [anon_sym_enum] = ACTIONS(1545), - [anon_sym_class] = ACTIONS(1545), - [anon_sym_struct] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_else] = ACTIONS(1545), - [anon_sym_switch] = ACTIONS(1545), - [anon_sym_case] = ACTIONS(1545), - [anon_sym_default] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_goto] = ACTIONS(1545), - [anon_sym_DASH_DASH] = ACTIONS(1547), - [anon_sym_PLUS_PLUS] = ACTIONS(1547), - [anon_sym_sizeof] = ACTIONS(1545), - [sym_number_literal] = ACTIONS(1547), - [anon_sym_L_SQUOTE] = ACTIONS(1547), - [anon_sym_u_SQUOTE] = ACTIONS(1547), - [anon_sym_U_SQUOTE] = ACTIONS(1547), - [anon_sym_u8_SQUOTE] = ACTIONS(1547), - [anon_sym_SQUOTE] = ACTIONS(1547), - [anon_sym_L_DQUOTE] = ACTIONS(1547), - [anon_sym_u_DQUOTE] = ACTIONS(1547), - [anon_sym_U_DQUOTE] = ACTIONS(1547), - [anon_sym_u8_DQUOTE] = ACTIONS(1547), - [anon_sym_DQUOTE] = ACTIONS(1547), - [sym_true] = ACTIONS(1545), - [sym_false] = ACTIONS(1545), - [sym_null] = ACTIONS(1545), + [438] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1545), - [anon_sym_virtual] = ACTIONS(1545), - [anon_sym_explicit] = ACTIONS(1545), - [sym_auto] = ACTIONS(1545), - [anon_sym_typename] = ACTIONS(1545), - [anon_sym_template] = ACTIONS(1545), - [anon_sym_operator] = ACTIONS(1545), - [anon_sym_delete] = ACTIONS(1545), - [anon_sym_throw] = ACTIONS(1545), - [anon_sym_namespace] = ACTIONS(1545), - [anon_sym_using] = ACTIONS(1545), - [anon_sym_static_assert] = ACTIONS(1545), - [anon_sym_co_return] = ACTIONS(1545), - [anon_sym_co_yield] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_co_await] = ACTIONS(1545), - [anon_sym_new] = ACTIONS(1545), - [sym_this] = ACTIONS(1545), - [sym_nullptr] = ACTIONS(1545), - [sym_alone_macro] = ACTIONS(1547), - [aux_sym_alone_macro_call_token1] = ACTIONS(1545), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_FORWARD] = ACTIONS(1545), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_PS_GET] = ACTIONS(1545), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), - [anon_sym_MOZ_COLD] = ACTIONS(1545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_RAII] = ACTIONS(1545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), - [sym_raw_string_literal] = ACTIONS(1547), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [454] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [439] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -121119,203 +118303,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [455] = { - [ts_builtin_sym_end] = ACTIONS(1579), - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), - }, - [456] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [440] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -121501,12 +118494,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [457] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [441] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -121692,967 +118685,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [458] = { - [ts_builtin_sym_end] = ACTIONS(1635), - [sym_identifier] = ACTIONS(1633), - [aux_sym_preproc_include_token1] = ACTIONS(1633), - [aux_sym_preproc_def_token1] = ACTIONS(1633), - [aux_sym_preproc_if_token1] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), - [sym_preproc_directive] = ACTIONS(1633), - [anon_sym_LPAREN2] = ACTIONS(1635), - [anon_sym_BANG] = ACTIONS(1635), - [anon_sym_TILDE] = ACTIONS(1635), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1635), - [anon_sym_AMP_AMP] = ACTIONS(1635), - [anon_sym_AMP] = ACTIONS(1633), - [anon_sym_SEMI] = ACTIONS(1635), - [anon_sym_typedef] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), - [anon_sym___declspec] = ACTIONS(1633), - [anon_sym___based] = ACTIONS(1633), - [anon_sym___cdecl] = ACTIONS(1633), - [anon_sym___clrcall] = ACTIONS(1633), - [anon_sym___stdcall] = ACTIONS(1633), - [anon_sym___fastcall] = ACTIONS(1633), - [anon_sym___thiscall] = ACTIONS(1633), - [anon_sym___vectorcall] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_static] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_inline] = ACTIONS(1633), - [anon_sym_thread_local] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [anon_sym_volatile] = ACTIONS(1633), - [anon_sym_restrict] = ACTIONS(1633), - [anon_sym__Atomic] = ACTIONS(1633), - [anon_sym_mutable] = ACTIONS(1633), - [anon_sym_constexpr] = ACTIONS(1633), - [anon_sym_signed] = ACTIONS(1633), - [anon_sym_unsigned] = ACTIONS(1633), - [anon_sym_long] = ACTIONS(1633), - [anon_sym_short] = ACTIONS(1633), - [sym_primitive_type] = ACTIONS(1633), - [anon_sym_enum] = ACTIONS(1633), - [anon_sym_class] = ACTIONS(1633), - [anon_sym_struct] = ACTIONS(1633), - [anon_sym_union] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_else] = ACTIONS(1633), - [anon_sym_switch] = ACTIONS(1633), - [anon_sym_case] = ACTIONS(1633), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_goto] = ACTIONS(1633), - [anon_sym_DASH_DASH] = ACTIONS(1635), - [anon_sym_PLUS_PLUS] = ACTIONS(1635), - [anon_sym_sizeof] = ACTIONS(1633), - [sym_number_literal] = ACTIONS(1635), - [anon_sym_L_SQUOTE] = ACTIONS(1635), - [anon_sym_u_SQUOTE] = ACTIONS(1635), - [anon_sym_U_SQUOTE] = ACTIONS(1635), - [anon_sym_u8_SQUOTE] = ACTIONS(1635), - [anon_sym_SQUOTE] = ACTIONS(1635), - [anon_sym_L_DQUOTE] = ACTIONS(1635), - [anon_sym_u_DQUOTE] = ACTIONS(1635), - [anon_sym_U_DQUOTE] = ACTIONS(1635), - [anon_sym_u8_DQUOTE] = ACTIONS(1635), - [anon_sym_DQUOTE] = ACTIONS(1635), - [sym_true] = ACTIONS(1633), - [sym_false] = ACTIONS(1633), - [sym_null] = ACTIONS(1633), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1633), - [anon_sym_virtual] = ACTIONS(1633), - [anon_sym_explicit] = ACTIONS(1633), - [sym_auto] = ACTIONS(1633), - [anon_sym_typename] = ACTIONS(1633), - [anon_sym_template] = ACTIONS(1633), - [anon_sym_operator] = ACTIONS(1633), - [anon_sym_delete] = ACTIONS(1633), - [anon_sym_throw] = ACTIONS(1633), - [anon_sym_namespace] = ACTIONS(1633), - [anon_sym_using] = ACTIONS(1633), - [anon_sym_static_assert] = ACTIONS(1633), - [anon_sym_co_return] = ACTIONS(1633), - [anon_sym_co_yield] = ACTIONS(1633), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_co_await] = ACTIONS(1633), - [anon_sym_new] = ACTIONS(1633), - [sym_this] = ACTIONS(1633), - [sym_nullptr] = ACTIONS(1633), - [sym_alone_macro] = ACTIONS(1635), - [aux_sym_alone_macro_call_token1] = ACTIONS(1633), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_FORWARD] = ACTIONS(1633), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_PS_GET] = ACTIONS(1633), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), - [anon_sym_MOZ_COLD] = ACTIONS(1633), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_RAII] = ACTIONS(1633), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), - [sym_raw_string_literal] = ACTIONS(1635), - }, - [459] = { - [sym_identifier] = ACTIONS(1573), - [aux_sym_preproc_include_token1] = ACTIONS(1573), - [aux_sym_preproc_def_token1] = ACTIONS(1573), - [aux_sym_preproc_if_token1] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_LPAREN2] = ACTIONS(1575), - [anon_sym_BANG] = ACTIONS(1575), - [anon_sym_TILDE] = ACTIONS(1575), - [anon_sym_DASH] = ACTIONS(1573), - [anon_sym_PLUS] = ACTIONS(1573), - [anon_sym_STAR] = ACTIONS(1575), - [anon_sym_AMP_AMP] = ACTIONS(1575), - [anon_sym_AMP] = ACTIONS(1573), - [anon_sym_SEMI] = ACTIONS(1575), - [anon_sym_typedef] = ACTIONS(1573), - [anon_sym_extern] = ACTIONS(1573), - [anon_sym___attribute__] = ACTIONS(1573), - [anon_sym_COLON_COLON] = ACTIONS(1575), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), - [anon_sym___declspec] = ACTIONS(1573), - [anon_sym___based] = ACTIONS(1573), - [anon_sym___cdecl] = ACTIONS(1573), - [anon_sym___clrcall] = ACTIONS(1573), - [anon_sym___stdcall] = ACTIONS(1573), - [anon_sym___fastcall] = ACTIONS(1573), - [anon_sym___thiscall] = ACTIONS(1573), - [anon_sym___vectorcall] = ACTIONS(1573), - [anon_sym_LBRACE] = ACTIONS(1575), - [anon_sym_RBRACE] = ACTIONS(1575), - [anon_sym_LBRACK] = ACTIONS(1573), - [anon_sym_static] = ACTIONS(1573), - [anon_sym_register] = ACTIONS(1573), - [anon_sym_inline] = ACTIONS(1573), - [anon_sym_thread_local] = ACTIONS(1573), - [anon_sym_const] = ACTIONS(1573), - [anon_sym_volatile] = ACTIONS(1573), - [anon_sym_restrict] = ACTIONS(1573), - [anon_sym__Atomic] = ACTIONS(1573), - [anon_sym_mutable] = ACTIONS(1573), - [anon_sym_constexpr] = ACTIONS(1573), - [anon_sym_signed] = ACTIONS(1573), - [anon_sym_unsigned] = ACTIONS(1573), - [anon_sym_long] = ACTIONS(1573), - [anon_sym_short] = ACTIONS(1573), - [sym_primitive_type] = ACTIONS(1573), - [anon_sym_enum] = ACTIONS(1573), - [anon_sym_class] = ACTIONS(1573), - [anon_sym_struct] = ACTIONS(1573), - [anon_sym_union] = ACTIONS(1573), - [anon_sym_if] = ACTIONS(1573), - [anon_sym_else] = ACTIONS(1573), - [anon_sym_switch] = ACTIONS(1573), - [anon_sym_case] = ACTIONS(1573), - [anon_sym_default] = ACTIONS(1573), - [anon_sym_while] = ACTIONS(1573), - [anon_sym_do] = ACTIONS(1573), - [anon_sym_for] = ACTIONS(1573), - [anon_sym_return] = ACTIONS(1573), - [anon_sym_break] = ACTIONS(1573), - [anon_sym_continue] = ACTIONS(1573), - [anon_sym_goto] = ACTIONS(1573), - [anon_sym_DASH_DASH] = ACTIONS(1575), - [anon_sym_PLUS_PLUS] = ACTIONS(1575), - [anon_sym_sizeof] = ACTIONS(1573), - [sym_number_literal] = ACTIONS(1575), - [anon_sym_L_SQUOTE] = ACTIONS(1575), - [anon_sym_u_SQUOTE] = ACTIONS(1575), - [anon_sym_U_SQUOTE] = ACTIONS(1575), - [anon_sym_u8_SQUOTE] = ACTIONS(1575), - [anon_sym_SQUOTE] = ACTIONS(1575), - [anon_sym_L_DQUOTE] = ACTIONS(1575), - [anon_sym_u_DQUOTE] = ACTIONS(1575), - [anon_sym_U_DQUOTE] = ACTIONS(1575), - [anon_sym_u8_DQUOTE] = ACTIONS(1575), - [anon_sym_DQUOTE] = ACTIONS(1575), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1573), - [anon_sym_virtual] = ACTIONS(1573), - [anon_sym_explicit] = ACTIONS(1573), - [sym_auto] = ACTIONS(1573), - [anon_sym_typename] = ACTIONS(1573), - [anon_sym_template] = ACTIONS(1573), - [anon_sym_operator] = ACTIONS(1573), - [anon_sym_delete] = ACTIONS(1573), - [anon_sym_throw] = ACTIONS(1573), - [anon_sym_namespace] = ACTIONS(1573), - [anon_sym_using] = ACTIONS(1573), - [anon_sym_static_assert] = ACTIONS(1573), - [anon_sym_co_return] = ACTIONS(1573), - [anon_sym_co_yield] = ACTIONS(1573), - [anon_sym_try] = ACTIONS(1573), - [anon_sym_co_await] = ACTIONS(1573), - [anon_sym_new] = ACTIONS(1573), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - [sym_alone_macro] = ACTIONS(1575), - [aux_sym_alone_macro_call_token1] = ACTIONS(1573), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_FORWARD] = ACTIONS(1573), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_PS_GET] = ACTIONS(1573), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), - [anon_sym_MOZ_COLD] = ACTIONS(1573), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_RAII] = ACTIONS(1573), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), - [sym_raw_string_literal] = ACTIONS(1575), - }, - [460] = { - [ts_builtin_sym_end] = ACTIONS(1553), - [sym_identifier] = ACTIONS(1551), - [aux_sym_preproc_include_token1] = ACTIONS(1551), - [aux_sym_preproc_def_token1] = ACTIONS(1551), - [aux_sym_preproc_if_token1] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1551), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1551), - [sym_preproc_directive] = ACTIONS(1551), - [anon_sym_LPAREN2] = ACTIONS(1553), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1553), - [anon_sym_AMP_AMP] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1553), - [anon_sym_typedef] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym___attribute__] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1553), - [anon_sym___declspec] = ACTIONS(1551), - [anon_sym___based] = ACTIONS(1551), - [anon_sym___cdecl] = ACTIONS(1551), - [anon_sym___clrcall] = ACTIONS(1551), - [anon_sym___stdcall] = ACTIONS(1551), - [anon_sym___fastcall] = ACTIONS(1551), - [anon_sym___thiscall] = ACTIONS(1551), - [anon_sym___vectorcall] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_static] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_inline] = ACTIONS(1551), - [anon_sym_thread_local] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_volatile] = ACTIONS(1551), - [anon_sym_restrict] = ACTIONS(1551), - [anon_sym__Atomic] = ACTIONS(1551), - [anon_sym_mutable] = ACTIONS(1551), - [anon_sym_constexpr] = ACTIONS(1551), - [anon_sym_signed] = ACTIONS(1551), - [anon_sym_unsigned] = ACTIONS(1551), - [anon_sym_long] = ACTIONS(1551), - [anon_sym_short] = ACTIONS(1551), - [sym_primitive_type] = ACTIONS(1551), - [anon_sym_enum] = ACTIONS(1551), - [anon_sym_class] = ACTIONS(1551), - [anon_sym_struct] = ACTIONS(1551), - [anon_sym_union] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_switch] = ACTIONS(1551), - [anon_sym_case] = ACTIONS(1551), - [anon_sym_default] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_goto] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1553), - [anon_sym_PLUS_PLUS] = ACTIONS(1553), - [anon_sym_sizeof] = ACTIONS(1551), - [sym_number_literal] = ACTIONS(1553), - [anon_sym_L_SQUOTE] = ACTIONS(1553), - [anon_sym_u_SQUOTE] = ACTIONS(1553), - [anon_sym_U_SQUOTE] = ACTIONS(1553), - [anon_sym_u8_SQUOTE] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1553), - [anon_sym_L_DQUOTE] = ACTIONS(1553), - [anon_sym_u_DQUOTE] = ACTIONS(1553), - [anon_sym_U_DQUOTE] = ACTIONS(1553), - [anon_sym_u8_DQUOTE] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym_true] = ACTIONS(1551), - [sym_false] = ACTIONS(1551), - [sym_null] = ACTIONS(1551), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1551), - [anon_sym_virtual] = ACTIONS(1551), - [anon_sym_explicit] = ACTIONS(1551), - [sym_auto] = ACTIONS(1551), - [anon_sym_typename] = ACTIONS(1551), - [anon_sym_template] = ACTIONS(1551), - [anon_sym_operator] = ACTIONS(1551), - [anon_sym_delete] = ACTIONS(1551), - [anon_sym_throw] = ACTIONS(1551), - [anon_sym_namespace] = ACTIONS(1551), - [anon_sym_using] = ACTIONS(1551), - [anon_sym_static_assert] = ACTIONS(1551), - [anon_sym_co_return] = ACTIONS(1551), - [anon_sym_co_yield] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_co_await] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [sym_this] = ACTIONS(1551), - [sym_nullptr] = ACTIONS(1551), - [sym_alone_macro] = ACTIONS(1553), - [aux_sym_alone_macro_call_token1] = ACTIONS(1551), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_FORWARD] = ACTIONS(1551), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1551), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_PS_GET] = ACTIONS(1551), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1551), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1551), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1551), - [anon_sym_MOZ_COLD] = ACTIONS(1551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_RAII] = ACTIONS(1551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1551), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1551), - [sym_raw_string_literal] = ACTIONS(1553), - }, - [461] = { - [ts_builtin_sym_end] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1565), - [aux_sym_preproc_include_token1] = ACTIONS(1565), - [aux_sym_preproc_def_token1] = ACTIONS(1565), - [aux_sym_preproc_if_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1565), - [anon_sym_LPAREN2] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_AMP_AMP] = ACTIONS(1567), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym___attribute__] = ACTIONS(1565), - [anon_sym_COLON_COLON] = ACTIONS(1567), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), - [anon_sym___declspec] = ACTIONS(1565), - [anon_sym___based] = ACTIONS(1565), - [anon_sym___cdecl] = ACTIONS(1565), - [anon_sym___clrcall] = ACTIONS(1565), - [anon_sym___stdcall] = ACTIONS(1565), - [anon_sym___fastcall] = ACTIONS(1565), - [anon_sym___thiscall] = ACTIONS(1565), - [anon_sym___vectorcall] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_LBRACK] = ACTIONS(1565), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_thread_local] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym__Atomic] = ACTIONS(1565), - [anon_sym_mutable] = ACTIONS(1565), - [anon_sym_constexpr] = ACTIONS(1565), - [anon_sym_signed] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_class] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_else] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1567), - [anon_sym_L_SQUOTE] = ACTIONS(1567), - [anon_sym_u_SQUOTE] = ACTIONS(1567), - [anon_sym_U_SQUOTE] = ACTIONS(1567), - [anon_sym_u8_SQUOTE] = ACTIONS(1567), - [anon_sym_SQUOTE] = ACTIONS(1567), - [anon_sym_L_DQUOTE] = ACTIONS(1567), - [anon_sym_u_DQUOTE] = ACTIONS(1567), - [anon_sym_U_DQUOTE] = ACTIONS(1567), - [anon_sym_u8_DQUOTE] = ACTIONS(1567), - [anon_sym_DQUOTE] = ACTIONS(1567), - [sym_true] = ACTIONS(1565), - [sym_false] = ACTIONS(1565), - [sym_null] = ACTIONS(1565), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1565), - [anon_sym_virtual] = ACTIONS(1565), - [anon_sym_explicit] = ACTIONS(1565), - [sym_auto] = ACTIONS(1565), - [anon_sym_typename] = ACTIONS(1565), - [anon_sym_template] = ACTIONS(1565), - [anon_sym_operator] = ACTIONS(1565), - [anon_sym_delete] = ACTIONS(1565), - [anon_sym_throw] = ACTIONS(1565), - [anon_sym_namespace] = ACTIONS(1565), - [anon_sym_using] = ACTIONS(1565), - [anon_sym_static_assert] = ACTIONS(1565), - [anon_sym_co_return] = ACTIONS(1565), - [anon_sym_co_yield] = ACTIONS(1565), - [anon_sym_try] = ACTIONS(1565), - [anon_sym_co_await] = ACTIONS(1565), - [anon_sym_new] = ACTIONS(1565), - [sym_this] = ACTIONS(1565), - [sym_nullptr] = ACTIONS(1565), - [sym_alone_macro] = ACTIONS(1567), - [aux_sym_alone_macro_call_token1] = ACTIONS(1565), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_FORWARD] = ACTIONS(1565), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1565), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_PS_GET] = ACTIONS(1565), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1565), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1565), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1565), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1565), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), - [anon_sym_MOZ_COLD] = ACTIONS(1565), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL] = ACTIONS(1565), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN] = ACTIONS(1565), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), - [anon_sym_MOZ_RAII] = ACTIONS(1565), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), - [sym_raw_string_literal] = ACTIONS(1567), - }, - [462] = { - [ts_builtin_sym_end] = ACTIONS(1599), - [sym_identifier] = ACTIONS(1597), - [aux_sym_preproc_include_token1] = ACTIONS(1597), - [aux_sym_preproc_def_token1] = ACTIONS(1597), - [aux_sym_preproc_if_token1] = ACTIONS(1597), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1597), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1597), - [sym_preproc_directive] = ACTIONS(1597), - [anon_sym_LPAREN2] = ACTIONS(1599), - [anon_sym_BANG] = ACTIONS(1599), - [anon_sym_TILDE] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1597), - [anon_sym_PLUS] = ACTIONS(1597), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_AMP_AMP] = ACTIONS(1599), - [anon_sym_AMP] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_typedef] = ACTIONS(1597), - [anon_sym_extern] = ACTIONS(1597), - [anon_sym___attribute__] = ACTIONS(1597), - [anon_sym_COLON_COLON] = ACTIONS(1599), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1599), - [anon_sym___declspec] = ACTIONS(1597), - [anon_sym___based] = ACTIONS(1597), - [anon_sym___cdecl] = ACTIONS(1597), - [anon_sym___clrcall] = ACTIONS(1597), - [anon_sym___stdcall] = ACTIONS(1597), - [anon_sym___fastcall] = ACTIONS(1597), - [anon_sym___thiscall] = ACTIONS(1597), - [anon_sym___vectorcall] = ACTIONS(1597), - [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_LBRACK] = ACTIONS(1597), - [anon_sym_static] = ACTIONS(1597), - [anon_sym_register] = ACTIONS(1597), - [anon_sym_inline] = ACTIONS(1597), - [anon_sym_thread_local] = ACTIONS(1597), - [anon_sym_const] = ACTIONS(1597), - [anon_sym_volatile] = ACTIONS(1597), - [anon_sym_restrict] = ACTIONS(1597), - [anon_sym__Atomic] = ACTIONS(1597), - [anon_sym_mutable] = ACTIONS(1597), - [anon_sym_constexpr] = ACTIONS(1597), - [anon_sym_signed] = ACTIONS(1597), - [anon_sym_unsigned] = ACTIONS(1597), - [anon_sym_long] = ACTIONS(1597), - [anon_sym_short] = ACTIONS(1597), - [sym_primitive_type] = ACTIONS(1597), - [anon_sym_enum] = ACTIONS(1597), - [anon_sym_class] = ACTIONS(1597), - [anon_sym_struct] = ACTIONS(1597), - [anon_sym_union] = ACTIONS(1597), - [anon_sym_if] = ACTIONS(1597), - [anon_sym_else] = ACTIONS(1597), - [anon_sym_switch] = ACTIONS(1597), - [anon_sym_case] = ACTIONS(1597), - [anon_sym_default] = ACTIONS(1597), - [anon_sym_while] = ACTIONS(1597), - [anon_sym_do] = ACTIONS(1597), - [anon_sym_for] = ACTIONS(1597), - [anon_sym_return] = ACTIONS(1597), - [anon_sym_break] = ACTIONS(1597), - [anon_sym_continue] = ACTIONS(1597), - [anon_sym_goto] = ACTIONS(1597), - [anon_sym_DASH_DASH] = ACTIONS(1599), - [anon_sym_PLUS_PLUS] = ACTIONS(1599), - [anon_sym_sizeof] = ACTIONS(1597), - [sym_number_literal] = ACTIONS(1599), - [anon_sym_L_SQUOTE] = ACTIONS(1599), - [anon_sym_u_SQUOTE] = ACTIONS(1599), - [anon_sym_U_SQUOTE] = ACTIONS(1599), - [anon_sym_u8_SQUOTE] = ACTIONS(1599), - [anon_sym_SQUOTE] = ACTIONS(1599), - [anon_sym_L_DQUOTE] = ACTIONS(1599), - [anon_sym_u_DQUOTE] = ACTIONS(1599), - [anon_sym_U_DQUOTE] = ACTIONS(1599), - [anon_sym_u8_DQUOTE] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym_true] = ACTIONS(1597), - [sym_false] = ACTIONS(1597), - [sym_null] = ACTIONS(1597), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1597), - [anon_sym_virtual] = ACTIONS(1597), - [anon_sym_explicit] = ACTIONS(1597), - [sym_auto] = ACTIONS(1597), - [anon_sym_typename] = ACTIONS(1597), - [anon_sym_template] = ACTIONS(1597), - [anon_sym_operator] = ACTIONS(1597), - [anon_sym_delete] = ACTIONS(1597), - [anon_sym_throw] = ACTIONS(1597), - [anon_sym_namespace] = ACTIONS(1597), - [anon_sym_using] = ACTIONS(1597), - [anon_sym_static_assert] = ACTIONS(1597), - [anon_sym_co_return] = ACTIONS(1597), - [anon_sym_co_yield] = ACTIONS(1597), - [anon_sym_try] = ACTIONS(1597), - [anon_sym_co_await] = ACTIONS(1597), - [anon_sym_new] = ACTIONS(1597), - [sym_this] = ACTIONS(1597), - [sym_nullptr] = ACTIONS(1597), - [sym_alone_macro] = ACTIONS(1599), - [aux_sym_alone_macro_call_token1] = ACTIONS(1597), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_FORWARD] = ACTIONS(1597), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1597), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_PS_GET] = ACTIONS(1597), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1597), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1597), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1597), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1597), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1597), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1597), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1597), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1597), - [anon_sym_MOZ_COLD] = ACTIONS(1597), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1597), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1597), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1597), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1597), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1597), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1597), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1597), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1597), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1597), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1597), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1597), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1597), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1597), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1597), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1597), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1597), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_NONNULL] = ACTIONS(1597), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1597), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1597), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1597), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1597), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_NORETURN] = ACTIONS(1597), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1597), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1597), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1597), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1597), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1597), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1597), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1597), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1597), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1597), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1597), - [anon_sym_MOZ_RAII] = ACTIONS(1597), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1597), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1597), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1597), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1597), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1597), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1597), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), - [sym_raw_string_literal] = ACTIONS(1599), - }, - [463] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [442] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -122838,12 +118876,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [464] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [443] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -123029,394 +119067,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [465] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_preproc_else_in_field_declaration_list] = STATE(4937), - [sym_preproc_elif_in_field_declaration_list] = STATE(4937), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(2001), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [466] = { - [sym_preproc_def] = STATE(446), - [sym_preproc_function_def] = STATE(446), - [sym_preproc_call] = STATE(446), - [sym_preproc_if_in_field_declaration_list] = STATE(446), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(446), - [sym_preproc_else_in_field_declaration_list] = STATE(4935), - [sym_preproc_elif_in_field_declaration_list] = STATE(4935), - [sym_type_definition] = STATE(446), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(446), - [sym_field_declaration] = STATE(446), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(446), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(446), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(446), - [sym_operator_cast_declaration] = STATE(446), - [sym_constructor_or_destructor_definition] = STATE(446), - [sym_constructor_or_destructor_declaration] = STATE(446), - [sym_friend_declaration] = STATE(446), - [sym_access_specifier] = STATE(446), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(446), - [sym_alias_declaration] = STATE(446), - [sym_static_assert_declaration] = STATE(446), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(446), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(446), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(2003), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [467] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [444] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -123602,12 +119258,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [468] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [445] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -123793,12 +119449,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [469] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [446] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(4968), + [sym_preproc_elif_in_field_declaration_list] = STATE(4968), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1987), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [447] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -123984,12 +119831,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [470] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [448] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -124175,12 +120022,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [471] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [449] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -124366,394 +120213,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [472] = { - [ts_builtin_sym_end] = ACTIONS(1623), - [sym_identifier] = ACTIONS(1621), - [aux_sym_preproc_include_token1] = ACTIONS(1621), - [aux_sym_preproc_def_token1] = ACTIONS(1621), - [aux_sym_preproc_if_token1] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1621), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1621), - [sym_preproc_directive] = ACTIONS(1621), - [anon_sym_LPAREN2] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1623), - [anon_sym_TILDE] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1621), - [anon_sym_PLUS] = ACTIONS(1621), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_AMP_AMP] = ACTIONS(1623), - [anon_sym_AMP] = ACTIONS(1621), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_typedef] = ACTIONS(1621), - [anon_sym_extern] = ACTIONS(1621), - [anon_sym___attribute__] = ACTIONS(1621), - [anon_sym_COLON_COLON] = ACTIONS(1623), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), - [anon_sym___declspec] = ACTIONS(1621), - [anon_sym___based] = ACTIONS(1621), - [anon_sym___cdecl] = ACTIONS(1621), - [anon_sym___clrcall] = ACTIONS(1621), - [anon_sym___stdcall] = ACTIONS(1621), - [anon_sym___fastcall] = ACTIONS(1621), - [anon_sym___thiscall] = ACTIONS(1621), - [anon_sym___vectorcall] = ACTIONS(1621), - [anon_sym_LBRACE] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1621), - [anon_sym_static] = ACTIONS(1621), - [anon_sym_register] = ACTIONS(1621), - [anon_sym_inline] = ACTIONS(1621), - [anon_sym_thread_local] = ACTIONS(1621), - [anon_sym_const] = ACTIONS(1621), - [anon_sym_volatile] = ACTIONS(1621), - [anon_sym_restrict] = ACTIONS(1621), - [anon_sym__Atomic] = ACTIONS(1621), - [anon_sym_mutable] = ACTIONS(1621), - [anon_sym_constexpr] = ACTIONS(1621), - [anon_sym_signed] = ACTIONS(1621), - [anon_sym_unsigned] = ACTIONS(1621), - [anon_sym_long] = ACTIONS(1621), - [anon_sym_short] = ACTIONS(1621), - [sym_primitive_type] = ACTIONS(1621), - [anon_sym_enum] = ACTIONS(1621), - [anon_sym_class] = ACTIONS(1621), - [anon_sym_struct] = ACTIONS(1621), - [anon_sym_union] = ACTIONS(1621), - [anon_sym_if] = ACTIONS(1621), - [anon_sym_else] = ACTIONS(1621), - [anon_sym_switch] = ACTIONS(1621), - [anon_sym_case] = ACTIONS(1621), - [anon_sym_default] = ACTIONS(1621), - [anon_sym_while] = ACTIONS(1621), - [anon_sym_do] = ACTIONS(1621), - [anon_sym_for] = ACTIONS(1621), - [anon_sym_return] = ACTIONS(1621), - [anon_sym_break] = ACTIONS(1621), - [anon_sym_continue] = ACTIONS(1621), - [anon_sym_goto] = ACTIONS(1621), - [anon_sym_DASH_DASH] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_sizeof] = ACTIONS(1621), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1623), - [anon_sym_u_SQUOTE] = ACTIONS(1623), - [anon_sym_U_SQUOTE] = ACTIONS(1623), - [anon_sym_u8_SQUOTE] = ACTIONS(1623), - [anon_sym_SQUOTE] = ACTIONS(1623), - [anon_sym_L_DQUOTE] = ACTIONS(1623), - [anon_sym_u_DQUOTE] = ACTIONS(1623), - [anon_sym_U_DQUOTE] = ACTIONS(1623), - [anon_sym_u8_DQUOTE] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_true] = ACTIONS(1621), - [sym_false] = ACTIONS(1621), - [sym_null] = ACTIONS(1621), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1621), - [anon_sym_virtual] = ACTIONS(1621), - [anon_sym_explicit] = ACTIONS(1621), - [sym_auto] = ACTIONS(1621), - [anon_sym_typename] = ACTIONS(1621), - [anon_sym_template] = ACTIONS(1621), - [anon_sym_operator] = ACTIONS(1621), - [anon_sym_delete] = ACTIONS(1621), - [anon_sym_throw] = ACTIONS(1621), - [anon_sym_namespace] = ACTIONS(1621), - [anon_sym_using] = ACTIONS(1621), - [anon_sym_static_assert] = ACTIONS(1621), - [anon_sym_co_return] = ACTIONS(1621), - [anon_sym_co_yield] = ACTIONS(1621), - [anon_sym_try] = ACTIONS(1621), - [anon_sym_co_await] = ACTIONS(1621), - [anon_sym_new] = ACTIONS(1621), - [sym_this] = ACTIONS(1621), - [sym_nullptr] = ACTIONS(1621), - [sym_alone_macro] = ACTIONS(1623), - [aux_sym_alone_macro_call_token1] = ACTIONS(1621), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_FORWARD] = ACTIONS(1621), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_PS_GET] = ACTIONS(1621), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), - [anon_sym_MOZ_COLD] = ACTIONS(1621), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_RAII] = ACTIONS(1621), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), - [sym_raw_string_literal] = ACTIONS(1623), - }, - [473] = { - [ts_builtin_sym_end] = ACTIONS(1619), - [sym_identifier] = ACTIONS(1617), - [aux_sym_preproc_include_token1] = ACTIONS(1617), - [aux_sym_preproc_def_token1] = ACTIONS(1617), - [aux_sym_preproc_if_token1] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1617), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1617), - [sym_preproc_directive] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(1619), - [anon_sym_BANG] = ACTIONS(1619), - [anon_sym_TILDE] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1617), - [anon_sym_PLUS] = ACTIONS(1617), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1617), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_typedef] = ACTIONS(1617), - [anon_sym_extern] = ACTIONS(1617), - [anon_sym___attribute__] = ACTIONS(1617), - [anon_sym_COLON_COLON] = ACTIONS(1619), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1619), - [anon_sym___declspec] = ACTIONS(1617), - [anon_sym___based] = ACTIONS(1617), - [anon_sym___cdecl] = ACTIONS(1617), - [anon_sym___clrcall] = ACTIONS(1617), - [anon_sym___stdcall] = ACTIONS(1617), - [anon_sym___fastcall] = ACTIONS(1617), - [anon_sym___thiscall] = ACTIONS(1617), - [anon_sym___vectorcall] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1617), - [anon_sym_static] = ACTIONS(1617), - [anon_sym_register] = ACTIONS(1617), - [anon_sym_inline] = ACTIONS(1617), - [anon_sym_thread_local] = ACTIONS(1617), - [anon_sym_const] = ACTIONS(1617), - [anon_sym_volatile] = ACTIONS(1617), - [anon_sym_restrict] = ACTIONS(1617), - [anon_sym__Atomic] = ACTIONS(1617), - [anon_sym_mutable] = ACTIONS(1617), - [anon_sym_constexpr] = ACTIONS(1617), - [anon_sym_signed] = ACTIONS(1617), - [anon_sym_unsigned] = ACTIONS(1617), - [anon_sym_long] = ACTIONS(1617), - [anon_sym_short] = ACTIONS(1617), - [sym_primitive_type] = ACTIONS(1617), - [anon_sym_enum] = ACTIONS(1617), - [anon_sym_class] = ACTIONS(1617), - [anon_sym_struct] = ACTIONS(1617), - [anon_sym_union] = ACTIONS(1617), - [anon_sym_if] = ACTIONS(1617), - [anon_sym_else] = ACTIONS(1617), - [anon_sym_switch] = ACTIONS(1617), - [anon_sym_case] = ACTIONS(1617), - [anon_sym_default] = ACTIONS(1617), - [anon_sym_while] = ACTIONS(1617), - [anon_sym_do] = ACTIONS(1617), - [anon_sym_for] = ACTIONS(1617), - [anon_sym_return] = ACTIONS(1617), - [anon_sym_break] = ACTIONS(1617), - [anon_sym_continue] = ACTIONS(1617), - [anon_sym_goto] = ACTIONS(1617), - [anon_sym_DASH_DASH] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_sizeof] = ACTIONS(1617), - [sym_number_literal] = ACTIONS(1619), - [anon_sym_L_SQUOTE] = ACTIONS(1619), - [anon_sym_u_SQUOTE] = ACTIONS(1619), - [anon_sym_U_SQUOTE] = ACTIONS(1619), - [anon_sym_u8_SQUOTE] = ACTIONS(1619), - [anon_sym_SQUOTE] = ACTIONS(1619), - [anon_sym_L_DQUOTE] = ACTIONS(1619), - [anon_sym_u_DQUOTE] = ACTIONS(1619), - [anon_sym_U_DQUOTE] = ACTIONS(1619), - [anon_sym_u8_DQUOTE] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_true] = ACTIONS(1617), - [sym_false] = ACTIONS(1617), - [sym_null] = ACTIONS(1617), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1617), - [anon_sym_virtual] = ACTIONS(1617), - [anon_sym_explicit] = ACTIONS(1617), - [sym_auto] = ACTIONS(1617), - [anon_sym_typename] = ACTIONS(1617), - [anon_sym_template] = ACTIONS(1617), - [anon_sym_operator] = ACTIONS(1617), - [anon_sym_delete] = ACTIONS(1617), - [anon_sym_throw] = ACTIONS(1617), - [anon_sym_namespace] = ACTIONS(1617), - [anon_sym_using] = ACTIONS(1617), - [anon_sym_static_assert] = ACTIONS(1617), - [anon_sym_co_return] = ACTIONS(1617), - [anon_sym_co_yield] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(1617), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1617), - [sym_this] = ACTIONS(1617), - [sym_nullptr] = ACTIONS(1617), - [sym_alone_macro] = ACTIONS(1619), - [aux_sym_alone_macro_call_token1] = ACTIONS(1617), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_FORWARD] = ACTIONS(1617), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1617), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_PS_GET] = ACTIONS(1617), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1617), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1617), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1617), - [anon_sym_MOZ_COLD] = ACTIONS(1617), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1617), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1617), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1617), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1617), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1617), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1617), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1617), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1617), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1617), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1617), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1617), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1617), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_RAII] = ACTIONS(1617), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1617), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1617), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1617), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1617), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1617), - [sym_raw_string_literal] = ACTIONS(1619), - }, - [474] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [450] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -124939,8 +120404,389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [475] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [451] = { + [ts_builtin_sym_end] = ACTIONS(1655), + [sym_identifier] = ACTIONS(1653), + [aux_sym_preproc_include_token1] = ACTIONS(1653), + [aux_sym_preproc_def_token1] = ACTIONS(1653), + [aux_sym_preproc_if_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1653), + [sym_preproc_directive] = ACTIONS(1653), + [anon_sym_LPAREN2] = ACTIONS(1655), + [anon_sym_BANG] = ACTIONS(1655), + [anon_sym_TILDE] = ACTIONS(1655), + [anon_sym_DASH] = ACTIONS(1653), + [anon_sym_PLUS] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(1655), + [anon_sym_AMP_AMP] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1653), + [anon_sym_SEMI] = ACTIONS(1655), + [anon_sym_typedef] = ACTIONS(1653), + [anon_sym_extern] = ACTIONS(1653), + [anon_sym___attribute__] = ACTIONS(1653), + [anon_sym_COLON_COLON] = ACTIONS(1655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), + [anon_sym___declspec] = ACTIONS(1653), + [anon_sym___based] = ACTIONS(1653), + [anon_sym___cdecl] = ACTIONS(1653), + [anon_sym___clrcall] = ACTIONS(1653), + [anon_sym___stdcall] = ACTIONS(1653), + [anon_sym___fastcall] = ACTIONS(1653), + [anon_sym___thiscall] = ACTIONS(1653), + [anon_sym___vectorcall] = ACTIONS(1653), + [anon_sym_LBRACE] = ACTIONS(1655), + [anon_sym_LBRACK] = ACTIONS(1653), + [anon_sym_static] = ACTIONS(1653), + [anon_sym_register] = ACTIONS(1653), + [anon_sym_inline] = ACTIONS(1653), + [anon_sym_thread_local] = ACTIONS(1653), + [anon_sym_const] = ACTIONS(1653), + [anon_sym_volatile] = ACTIONS(1653), + [anon_sym_restrict] = ACTIONS(1653), + [anon_sym__Atomic] = ACTIONS(1653), + [anon_sym_mutable] = ACTIONS(1653), + [anon_sym_constexpr] = ACTIONS(1653), + [anon_sym_signed] = ACTIONS(1653), + [anon_sym_unsigned] = ACTIONS(1653), + [anon_sym_long] = ACTIONS(1653), + [anon_sym_short] = ACTIONS(1653), + [sym_primitive_type] = ACTIONS(1653), + [anon_sym_enum] = ACTIONS(1653), + [anon_sym_class] = ACTIONS(1653), + [anon_sym_struct] = ACTIONS(1653), + [anon_sym_union] = ACTIONS(1653), + [anon_sym_if] = ACTIONS(1653), + [anon_sym_else] = ACTIONS(1989), + [anon_sym_switch] = ACTIONS(1653), + [anon_sym_case] = ACTIONS(1653), + [anon_sym_default] = ACTIONS(1653), + [anon_sym_while] = ACTIONS(1653), + [anon_sym_do] = ACTIONS(1653), + [anon_sym_for] = ACTIONS(1653), + [anon_sym_return] = ACTIONS(1653), + [anon_sym_break] = ACTIONS(1653), + [anon_sym_continue] = ACTIONS(1653), + [anon_sym_goto] = ACTIONS(1653), + [anon_sym_DASH_DASH] = ACTIONS(1655), + [anon_sym_PLUS_PLUS] = ACTIONS(1655), + [anon_sym_sizeof] = ACTIONS(1653), + [sym_number_literal] = ACTIONS(1655), + [anon_sym_L_SQUOTE] = ACTIONS(1655), + [anon_sym_u_SQUOTE] = ACTIONS(1655), + [anon_sym_U_SQUOTE] = ACTIONS(1655), + [anon_sym_u8_SQUOTE] = ACTIONS(1655), + [anon_sym_SQUOTE] = ACTIONS(1655), + [anon_sym_L_DQUOTE] = ACTIONS(1655), + [anon_sym_u_DQUOTE] = ACTIONS(1655), + [anon_sym_U_DQUOTE] = ACTIONS(1655), + [anon_sym_u8_DQUOTE] = ACTIONS(1655), + [anon_sym_DQUOTE] = ACTIONS(1655), + [sym_true] = ACTIONS(1653), + [sym_false] = ACTIONS(1653), + [sym_null] = ACTIONS(1653), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1653), + [anon_sym_virtual] = ACTIONS(1653), + [anon_sym_explicit] = ACTIONS(1653), + [sym_auto] = ACTIONS(1653), + [anon_sym_typename] = ACTIONS(1653), + [anon_sym_template] = ACTIONS(1653), + [anon_sym_operator] = ACTIONS(1653), + [anon_sym_delete] = ACTIONS(1653), + [anon_sym_throw] = ACTIONS(1653), + [anon_sym_namespace] = ACTIONS(1653), + [anon_sym_using] = ACTIONS(1653), + [anon_sym_static_assert] = ACTIONS(1653), + [anon_sym_co_return] = ACTIONS(1653), + [anon_sym_co_yield] = ACTIONS(1653), + [anon_sym_try] = ACTIONS(1653), + [anon_sym_co_await] = ACTIONS(1653), + [anon_sym_new] = ACTIONS(1653), + [sym_this] = ACTIONS(1653), + [sym_nullptr] = ACTIONS(1653), + [sym_alone_macro] = ACTIONS(1655), + [aux_sym_alone_macro_call_token1] = ACTIONS(1653), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_FORWARD] = ACTIONS(1653), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_PS_GET] = ACTIONS(1653), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), + [anon_sym_MOZ_COLD] = ACTIONS(1653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_RAII] = ACTIONS(1653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), + [sym_raw_string_literal] = ACTIONS(1655), + }, + [452] = { + [ts_builtin_sym_end] = ACTIONS(1665), + [sym_identifier] = ACTIONS(1663), + [aux_sym_preproc_include_token1] = ACTIONS(1663), + [aux_sym_preproc_def_token1] = ACTIONS(1663), + [aux_sym_preproc_if_token1] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1663), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1663), + [sym_preproc_directive] = ACTIONS(1663), + [anon_sym_LPAREN2] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP_AMP] = ACTIONS(1665), + [anon_sym_AMP] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym___attribute__] = ACTIONS(1663), + [anon_sym_COLON_COLON] = ACTIONS(1665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1665), + [anon_sym___declspec] = ACTIONS(1663), + [anon_sym___based] = ACTIONS(1663), + [anon_sym___cdecl] = ACTIONS(1663), + [anon_sym___clrcall] = ACTIONS(1663), + [anon_sym___stdcall] = ACTIONS(1663), + [anon_sym___fastcall] = ACTIONS(1663), + [anon_sym___thiscall] = ACTIONS(1663), + [anon_sym___vectorcall] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1663), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_thread_local] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_mutable] = ACTIONS(1663), + [anon_sym_constexpr] = ACTIONS(1663), + [anon_sym_signed] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_class] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [anon_sym_L_SQUOTE] = ACTIONS(1665), + [anon_sym_u_SQUOTE] = ACTIONS(1665), + [anon_sym_U_SQUOTE] = ACTIONS(1665), + [anon_sym_u8_SQUOTE] = ACTIONS(1665), + [anon_sym_SQUOTE] = ACTIONS(1665), + [anon_sym_L_DQUOTE] = ACTIONS(1665), + [anon_sym_u_DQUOTE] = ACTIONS(1665), + [anon_sym_U_DQUOTE] = ACTIONS(1665), + [anon_sym_u8_DQUOTE] = ACTIONS(1665), + [anon_sym_DQUOTE] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1663), + [anon_sym_virtual] = ACTIONS(1663), + [anon_sym_explicit] = ACTIONS(1663), + [sym_auto] = ACTIONS(1663), + [anon_sym_typename] = ACTIONS(1663), + [anon_sym_template] = ACTIONS(1663), + [anon_sym_operator] = ACTIONS(1663), + [anon_sym_delete] = ACTIONS(1663), + [anon_sym_throw] = ACTIONS(1663), + [anon_sym_namespace] = ACTIONS(1663), + [anon_sym_using] = ACTIONS(1663), + [anon_sym_static_assert] = ACTIONS(1663), + [anon_sym_co_return] = ACTIONS(1663), + [anon_sym_co_yield] = ACTIONS(1663), + [anon_sym_try] = ACTIONS(1663), + [anon_sym_co_await] = ACTIONS(1663), + [anon_sym_new] = ACTIONS(1663), + [sym_this] = ACTIONS(1663), + [sym_nullptr] = ACTIONS(1663), + [sym_alone_macro] = ACTIONS(1665), + [aux_sym_alone_macro_call_token1] = ACTIONS(1663), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_FORWARD] = ACTIONS(1663), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1663), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_PS_GET] = ACTIONS(1663), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1663), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1663), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1663), + [anon_sym_MOZ_COLD] = ACTIONS(1663), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1663), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1663), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1663), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1663), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1663), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1663), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1663), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1663), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1663), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1663), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1663), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1663), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_RAII] = ACTIONS(1663), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1663), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1663), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1663), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1663), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1663), + [sym_raw_string_literal] = ACTIONS(1665), + }, + [453] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -124971,6 +120817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -125130,12 +120977,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [476] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [454] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -125321,12 +121168,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [477] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [455] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -125512,581 +121359,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [478] = { - [sym_preproc_def] = STATE(465), - [sym_preproc_function_def] = STATE(465), - [sym_preproc_call] = STATE(465), - [sym_preproc_if_in_field_declaration_list] = STATE(465), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(465), - [sym_preproc_else_in_field_declaration_list] = STATE(4881), - [sym_preproc_elif_in_field_declaration_list] = STATE(4881), - [sym_type_definition] = STATE(465), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(465), - [sym_field_declaration] = STATE(465), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(465), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(465), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(465), - [sym_operator_cast_declaration] = STATE(465), - [sym_constructor_or_destructor_definition] = STATE(465), - [sym_constructor_or_destructor_declaration] = STATE(465), - [sym_friend_declaration] = STATE(465), - [sym_access_specifier] = STATE(465), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(465), - [sym_alias_declaration] = STATE(465), - [sym_static_assert_declaration] = STATE(465), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(465), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(465), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(1913), - [aux_sym_preproc_if_token1] = ACTIONS(1915), - [aux_sym_preproc_if_token2] = ACTIONS(2005), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1919), - [aux_sym_preproc_else_token1] = ACTIONS(1921), - [aux_sym_preproc_elif_token1] = ACTIONS(1923), - [sym_preproc_directive] = ACTIONS(1925), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1935), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1959), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1961), - [anon_sym_using] = ACTIONS(1963), - [anon_sym_static_assert] = ACTIONS(1965), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1967), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [479] = { - [sym_identifier] = ACTIONS(1641), - [aux_sym_preproc_include_token1] = ACTIONS(1641), - [aux_sym_preproc_def_token1] = ACTIONS(1641), - [aux_sym_preproc_if_token1] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), - [sym_preproc_directive] = ACTIONS(1641), - [anon_sym_LPAREN2] = ACTIONS(1643), - [anon_sym_BANG] = ACTIONS(1643), - [anon_sym_TILDE] = ACTIONS(1643), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1643), - [anon_sym_AMP_AMP] = ACTIONS(1643), - [anon_sym_AMP] = ACTIONS(1641), - [anon_sym_SEMI] = ACTIONS(1643), - [anon_sym_typedef] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym___attribute__] = ACTIONS(1641), - [anon_sym_COLON_COLON] = ACTIONS(1643), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), - [anon_sym___declspec] = ACTIONS(1641), - [anon_sym___based] = ACTIONS(1641), - [anon_sym___cdecl] = ACTIONS(1641), - [anon_sym___clrcall] = ACTIONS(1641), - [anon_sym___stdcall] = ACTIONS(1641), - [anon_sym___fastcall] = ACTIONS(1641), - [anon_sym___thiscall] = ACTIONS(1641), - [anon_sym___vectorcall] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1643), - [anon_sym_RBRACE] = ACTIONS(1643), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_static] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_inline] = ACTIONS(1641), - [anon_sym_thread_local] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [anon_sym_volatile] = ACTIONS(1641), - [anon_sym_restrict] = ACTIONS(1641), - [anon_sym__Atomic] = ACTIONS(1641), - [anon_sym_mutable] = ACTIONS(1641), - [anon_sym_constexpr] = ACTIONS(1641), - [anon_sym_signed] = ACTIONS(1641), - [anon_sym_unsigned] = ACTIONS(1641), - [anon_sym_long] = ACTIONS(1641), - [anon_sym_short] = ACTIONS(1641), - [sym_primitive_type] = ACTIONS(1641), - [anon_sym_enum] = ACTIONS(1641), - [anon_sym_class] = ACTIONS(1641), - [anon_sym_struct] = ACTIONS(1641), - [anon_sym_union] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_else] = ACTIONS(1641), - [anon_sym_switch] = ACTIONS(1641), - [anon_sym_case] = ACTIONS(1641), - [anon_sym_default] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_goto] = ACTIONS(1641), - [anon_sym_DASH_DASH] = ACTIONS(1643), - [anon_sym_PLUS_PLUS] = ACTIONS(1643), - [anon_sym_sizeof] = ACTIONS(1641), - [sym_number_literal] = ACTIONS(1643), - [anon_sym_L_SQUOTE] = ACTIONS(1643), - [anon_sym_u_SQUOTE] = ACTIONS(1643), - [anon_sym_U_SQUOTE] = ACTIONS(1643), - [anon_sym_u8_SQUOTE] = ACTIONS(1643), - [anon_sym_SQUOTE] = ACTIONS(1643), - [anon_sym_L_DQUOTE] = ACTIONS(1643), - [anon_sym_u_DQUOTE] = ACTIONS(1643), - [anon_sym_U_DQUOTE] = ACTIONS(1643), - [anon_sym_u8_DQUOTE] = ACTIONS(1643), - [anon_sym_DQUOTE] = ACTIONS(1643), - [sym_true] = ACTIONS(1641), - [sym_false] = ACTIONS(1641), - [sym_null] = ACTIONS(1641), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1641), - [anon_sym_virtual] = ACTIONS(1641), - [anon_sym_explicit] = ACTIONS(1641), - [sym_auto] = ACTIONS(1641), - [anon_sym_typename] = ACTIONS(1641), - [anon_sym_template] = ACTIONS(1641), - [anon_sym_operator] = ACTIONS(1641), - [anon_sym_delete] = ACTIONS(1641), - [anon_sym_throw] = ACTIONS(1641), - [anon_sym_namespace] = ACTIONS(1641), - [anon_sym_using] = ACTIONS(1641), - [anon_sym_static_assert] = ACTIONS(1641), - [anon_sym_co_return] = ACTIONS(1641), - [anon_sym_co_yield] = ACTIONS(1641), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_co_await] = ACTIONS(1641), - [anon_sym_new] = ACTIONS(1641), - [sym_this] = ACTIONS(1641), - [sym_nullptr] = ACTIONS(1641), - [sym_alone_macro] = ACTIONS(1643), - [aux_sym_alone_macro_call_token1] = ACTIONS(1641), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_FORWARD] = ACTIONS(1641), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_PS_GET] = ACTIONS(1641), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), - [anon_sym_MOZ_COLD] = ACTIONS(1641), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL] = ACTIONS(1641), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN] = ACTIONS(1641), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), - [anon_sym_MOZ_RAII] = ACTIONS(1641), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), - [sym_raw_string_literal] = ACTIONS(1643), - }, - [480] = { - [ts_builtin_sym_end] = ACTIONS(1579), - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_include_token1] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym___cdecl] = ACTIONS(1577), - [anon_sym___clrcall] = ACTIONS(1577), - [anon_sym___stdcall] = ACTIONS(1577), - [anon_sym___fastcall] = ACTIONS(1577), - [anon_sym___thiscall] = ACTIONS(1577), - [anon_sym___vectorcall] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_case] = ACTIONS(1577), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_namespace] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [sym_alone_macro] = ACTIONS(1579), - [aux_sym_alone_macro_call_token1] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), - }, - [481] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [456] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -126117,6 +121390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -126276,12 +121550,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [482] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [457] = { + [ts_builtin_sym_end] = ACTIONS(1611), + [sym_identifier] = ACTIONS(1609), + [aux_sym_preproc_include_token1] = ACTIONS(1609), + [aux_sym_preproc_def_token1] = ACTIONS(1609), + [aux_sym_preproc_if_token1] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), + [sym_preproc_directive] = ACTIONS(1609), + [anon_sym_LPAREN2] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_AMP_AMP] = ACTIONS(1611), + [anon_sym_AMP] = ACTIONS(1609), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym___attribute__] = ACTIONS(1609), + [anon_sym_COLON_COLON] = ACTIONS(1611), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), + [anon_sym___declspec] = ACTIONS(1609), + [anon_sym___based] = ACTIONS(1609), + [anon_sym___cdecl] = ACTIONS(1609), + [anon_sym___clrcall] = ACTIONS(1609), + [anon_sym___stdcall] = ACTIONS(1609), + [anon_sym___fastcall] = ACTIONS(1609), + [anon_sym___thiscall] = ACTIONS(1609), + [anon_sym___vectorcall] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_thread_local] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym__Atomic] = ACTIONS(1609), + [anon_sym_mutable] = ACTIONS(1609), + [anon_sym_constexpr] = ACTIONS(1609), + [anon_sym_signed] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_class] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1611), + [anon_sym_L_SQUOTE] = ACTIONS(1611), + [anon_sym_u_SQUOTE] = ACTIONS(1611), + [anon_sym_U_SQUOTE] = ACTIONS(1611), + [anon_sym_u8_SQUOTE] = ACTIONS(1611), + [anon_sym_SQUOTE] = ACTIONS(1611), + [anon_sym_L_DQUOTE] = ACTIONS(1611), + [anon_sym_u_DQUOTE] = ACTIONS(1611), + [anon_sym_U_DQUOTE] = ACTIONS(1611), + [anon_sym_u8_DQUOTE] = ACTIONS(1611), + [anon_sym_DQUOTE] = ACTIONS(1611), + [sym_true] = ACTIONS(1609), + [sym_false] = ACTIONS(1609), + [sym_null] = ACTIONS(1609), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1609), + [anon_sym_virtual] = ACTIONS(1609), + [anon_sym_explicit] = ACTIONS(1609), + [sym_auto] = ACTIONS(1609), + [anon_sym_typename] = ACTIONS(1609), + [anon_sym_template] = ACTIONS(1609), + [anon_sym_operator] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_throw] = ACTIONS(1609), + [anon_sym_namespace] = ACTIONS(1609), + [anon_sym_using] = ACTIONS(1609), + [anon_sym_static_assert] = ACTIONS(1609), + [anon_sym_co_return] = ACTIONS(1609), + [anon_sym_co_yield] = ACTIONS(1609), + [anon_sym_try] = ACTIONS(1609), + [anon_sym_co_await] = ACTIONS(1609), + [anon_sym_new] = ACTIONS(1609), + [sym_this] = ACTIONS(1609), + [sym_nullptr] = ACTIONS(1609), + [sym_alone_macro] = ACTIONS(1611), + [aux_sym_alone_macro_call_token1] = ACTIONS(1609), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_FORWARD] = ACTIONS(1609), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_PS_GET] = ACTIONS(1609), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), + [anon_sym_MOZ_COLD] = ACTIONS(1609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_RAII] = ACTIONS(1609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), + [sym_raw_string_literal] = ACTIONS(1611), + }, + [458] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -126467,12 +121932,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [483] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [459] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -126658,203 +122123,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [484] = { - [ts_builtin_sym_end] = ACTIONS(1611), - [sym_identifier] = ACTIONS(1609), - [aux_sym_preproc_include_token1] = ACTIONS(1609), - [aux_sym_preproc_def_token1] = ACTIONS(1609), - [aux_sym_preproc_if_token1] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1609), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1609), - [sym_preproc_directive] = ACTIONS(1609), - [anon_sym_LPAREN2] = ACTIONS(1611), - [anon_sym_BANG] = ACTIONS(1611), - [anon_sym_TILDE] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1609), - [anon_sym_PLUS] = ACTIONS(1609), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_AMP_AMP] = ACTIONS(1611), - [anon_sym_AMP] = ACTIONS(1609), - [anon_sym_SEMI] = ACTIONS(1611), - [anon_sym_typedef] = ACTIONS(1609), - [anon_sym_extern] = ACTIONS(1609), - [anon_sym___attribute__] = ACTIONS(1609), - [anon_sym_COLON_COLON] = ACTIONS(1611), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), - [anon_sym___declspec] = ACTIONS(1609), - [anon_sym___based] = ACTIONS(1609), - [anon_sym___cdecl] = ACTIONS(1609), - [anon_sym___clrcall] = ACTIONS(1609), - [anon_sym___stdcall] = ACTIONS(1609), - [anon_sym___fastcall] = ACTIONS(1609), - [anon_sym___thiscall] = ACTIONS(1609), - [anon_sym___vectorcall] = ACTIONS(1609), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_LBRACK] = ACTIONS(1609), - [anon_sym_static] = ACTIONS(1609), - [anon_sym_register] = ACTIONS(1609), - [anon_sym_inline] = ACTIONS(1609), - [anon_sym_thread_local] = ACTIONS(1609), - [anon_sym_const] = ACTIONS(1609), - [anon_sym_volatile] = ACTIONS(1609), - [anon_sym_restrict] = ACTIONS(1609), - [anon_sym__Atomic] = ACTIONS(1609), - [anon_sym_mutable] = ACTIONS(1609), - [anon_sym_constexpr] = ACTIONS(1609), - [anon_sym_signed] = ACTIONS(1609), - [anon_sym_unsigned] = ACTIONS(1609), - [anon_sym_long] = ACTIONS(1609), - [anon_sym_short] = ACTIONS(1609), - [sym_primitive_type] = ACTIONS(1609), - [anon_sym_enum] = ACTIONS(1609), - [anon_sym_class] = ACTIONS(1609), - [anon_sym_struct] = ACTIONS(1609), - [anon_sym_union] = ACTIONS(1609), - [anon_sym_if] = ACTIONS(1609), - [anon_sym_else] = ACTIONS(1609), - [anon_sym_switch] = ACTIONS(1609), - [anon_sym_case] = ACTIONS(1609), - [anon_sym_default] = ACTIONS(1609), - [anon_sym_while] = ACTIONS(1609), - [anon_sym_do] = ACTIONS(1609), - [anon_sym_for] = ACTIONS(1609), - [anon_sym_return] = ACTIONS(1609), - [anon_sym_break] = ACTIONS(1609), - [anon_sym_continue] = ACTIONS(1609), - [anon_sym_goto] = ACTIONS(1609), - [anon_sym_DASH_DASH] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_sizeof] = ACTIONS(1609), - [sym_number_literal] = ACTIONS(1611), - [anon_sym_L_SQUOTE] = ACTIONS(1611), - [anon_sym_u_SQUOTE] = ACTIONS(1611), - [anon_sym_U_SQUOTE] = ACTIONS(1611), - [anon_sym_u8_SQUOTE] = ACTIONS(1611), - [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_L_DQUOTE] = ACTIONS(1611), - [anon_sym_u_DQUOTE] = ACTIONS(1611), - [anon_sym_U_DQUOTE] = ACTIONS(1611), - [anon_sym_u8_DQUOTE] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym_true] = ACTIONS(1609), - [sym_false] = ACTIONS(1609), - [sym_null] = ACTIONS(1609), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1609), - [anon_sym_virtual] = ACTIONS(1609), - [anon_sym_explicit] = ACTIONS(1609), - [sym_auto] = ACTIONS(1609), - [anon_sym_typename] = ACTIONS(1609), - [anon_sym_template] = ACTIONS(1609), - [anon_sym_operator] = ACTIONS(1609), - [anon_sym_delete] = ACTIONS(1609), - [anon_sym_throw] = ACTIONS(1609), - [anon_sym_namespace] = ACTIONS(1609), - [anon_sym_using] = ACTIONS(1609), - [anon_sym_static_assert] = ACTIONS(1609), - [anon_sym_co_return] = ACTIONS(1609), - [anon_sym_co_yield] = ACTIONS(1609), - [anon_sym_try] = ACTIONS(1609), - [anon_sym_co_await] = ACTIONS(1609), - [anon_sym_new] = ACTIONS(1609), - [sym_this] = ACTIONS(1609), - [sym_nullptr] = ACTIONS(1609), - [sym_alone_macro] = ACTIONS(1611), - [aux_sym_alone_macro_call_token1] = ACTIONS(1609), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_FORWARD] = ACTIONS(1609), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_PS_GET] = ACTIONS(1609), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), - [anon_sym_MOZ_COLD] = ACTIONS(1609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_RAII] = ACTIONS(1609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), - [sym_raw_string_literal] = ACTIONS(1611), - }, - [485] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [460] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -127040,203 +122314,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [486] = { - [sym_identifier] = ACTIONS(1637), - [aux_sym_preproc_include_token1] = ACTIONS(1637), - [aux_sym_preproc_def_token1] = ACTIONS(1637), - [aux_sym_preproc_if_token1] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), - [sym_preproc_directive] = ACTIONS(1637), - [anon_sym_LPAREN2] = ACTIONS(1639), - [anon_sym_BANG] = ACTIONS(1639), - [anon_sym_TILDE] = ACTIONS(1639), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1639), - [anon_sym_AMP_AMP] = ACTIONS(1639), - [anon_sym_AMP] = ACTIONS(1637), - [anon_sym_SEMI] = ACTIONS(1639), - [anon_sym_typedef] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym___attribute__] = ACTIONS(1637), - [anon_sym_COLON_COLON] = ACTIONS(1639), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), - [anon_sym___declspec] = ACTIONS(1637), - [anon_sym___based] = ACTIONS(1637), - [anon_sym___cdecl] = ACTIONS(1637), - [anon_sym___clrcall] = ACTIONS(1637), - [anon_sym___stdcall] = ACTIONS(1637), - [anon_sym___fastcall] = ACTIONS(1637), - [anon_sym___thiscall] = ACTIONS(1637), - [anon_sym___vectorcall] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1639), - [anon_sym_RBRACE] = ACTIONS(1639), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_static] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_inline] = ACTIONS(1637), - [anon_sym_thread_local] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [anon_sym_volatile] = ACTIONS(1637), - [anon_sym_restrict] = ACTIONS(1637), - [anon_sym__Atomic] = ACTIONS(1637), - [anon_sym_mutable] = ACTIONS(1637), - [anon_sym_constexpr] = ACTIONS(1637), - [anon_sym_signed] = ACTIONS(1637), - [anon_sym_unsigned] = ACTIONS(1637), - [anon_sym_long] = ACTIONS(1637), - [anon_sym_short] = ACTIONS(1637), - [sym_primitive_type] = ACTIONS(1637), - [anon_sym_enum] = ACTIONS(1637), - [anon_sym_class] = ACTIONS(1637), - [anon_sym_struct] = ACTIONS(1637), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_else] = ACTIONS(1637), - [anon_sym_switch] = ACTIONS(1637), - [anon_sym_case] = ACTIONS(1637), - [anon_sym_default] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_goto] = ACTIONS(1637), - [anon_sym_DASH_DASH] = ACTIONS(1639), - [anon_sym_PLUS_PLUS] = ACTIONS(1639), - [anon_sym_sizeof] = ACTIONS(1637), - [sym_number_literal] = ACTIONS(1639), - [anon_sym_L_SQUOTE] = ACTIONS(1639), - [anon_sym_u_SQUOTE] = ACTIONS(1639), - [anon_sym_U_SQUOTE] = ACTIONS(1639), - [anon_sym_u8_SQUOTE] = ACTIONS(1639), - [anon_sym_SQUOTE] = ACTIONS(1639), - [anon_sym_L_DQUOTE] = ACTIONS(1639), - [anon_sym_u_DQUOTE] = ACTIONS(1639), - [anon_sym_U_DQUOTE] = ACTIONS(1639), - [anon_sym_u8_DQUOTE] = ACTIONS(1639), - [anon_sym_DQUOTE] = ACTIONS(1639), - [sym_true] = ACTIONS(1637), - [sym_false] = ACTIONS(1637), - [sym_null] = ACTIONS(1637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1637), - [anon_sym_virtual] = ACTIONS(1637), - [anon_sym_explicit] = ACTIONS(1637), - [sym_auto] = ACTIONS(1637), - [anon_sym_typename] = ACTIONS(1637), - [anon_sym_template] = ACTIONS(1637), - [anon_sym_operator] = ACTIONS(1637), - [anon_sym_delete] = ACTIONS(1637), - [anon_sym_throw] = ACTIONS(1637), - [anon_sym_namespace] = ACTIONS(1637), - [anon_sym_using] = ACTIONS(1637), - [anon_sym_static_assert] = ACTIONS(1637), - [anon_sym_co_return] = ACTIONS(1637), - [anon_sym_co_yield] = ACTIONS(1637), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_co_await] = ACTIONS(1637), - [anon_sym_new] = ACTIONS(1637), - [sym_this] = ACTIONS(1637), - [sym_nullptr] = ACTIONS(1637), - [sym_alone_macro] = ACTIONS(1639), - [aux_sym_alone_macro_call_token1] = ACTIONS(1637), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_FORWARD] = ACTIONS(1637), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_PS_GET] = ACTIONS(1637), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), - [anon_sym_MOZ_COLD] = ACTIONS(1637), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_RAII] = ACTIONS(1637), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), - [sym_raw_string_literal] = ACTIONS(1639), - }, - [487] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [461] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -127422,12 +122505,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [488] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [462] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -127613,12 +122696,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [489] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [463] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -127804,12 +122887,394 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [490] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [464] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(4943), + [sym_preproc_elif_in_field_declaration_list] = STATE(4943), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1991), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [465] = { + [sym_preproc_def] = STATE(446), + [sym_preproc_function_def] = STATE(446), + [sym_preproc_call] = STATE(446), + [sym_preproc_if_in_field_declaration_list] = STATE(446), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(446), + [sym_preproc_else_in_field_declaration_list] = STATE(4940), + [sym_preproc_elif_in_field_declaration_list] = STATE(4940), + [sym_type_definition] = STATE(446), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(446), + [sym_field_declaration] = STATE(446), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(446), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(446), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(446), + [sym_operator_cast_declaration] = STATE(446), + [sym_constructor_or_destructor_definition] = STATE(446), + [sym_constructor_or_destructor_declaration] = STATE(446), + [sym_friend_declaration] = STATE(446), + [sym_access_specifier] = STATE(446), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(446), + [sym_alias_declaration] = STATE(446), + [sym_static_assert_declaration] = STATE(446), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(446), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(446), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1993), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [466] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -127995,12 +123460,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [491] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [467] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -128186,12 +123651,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [492] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [468] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -128377,12 +123842,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [493] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [469] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), [sym_preproc_directive] = ACTIONS(1533), @@ -128568,1153 +124033,1535 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [494] = { - [ts_builtin_sym_end] = ACTIONS(1535), - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [470] = { + [sym_identifier] = ACTIONS(1637), + [aux_sym_preproc_include_token1] = ACTIONS(1637), + [aux_sym_preproc_def_token1] = ACTIONS(1637), + [aux_sym_preproc_if_token1] = ACTIONS(1637), + [aux_sym_preproc_if_token2] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), + [sym_preproc_directive] = ACTIONS(1637), + [anon_sym_LPAREN2] = ACTIONS(1639), + [anon_sym_BANG] = ACTIONS(1639), + [anon_sym_TILDE] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1637), + [anon_sym_PLUS] = ACTIONS(1637), + [anon_sym_STAR] = ACTIONS(1639), + [anon_sym_AMP_AMP] = ACTIONS(1639), + [anon_sym_AMP] = ACTIONS(1637), + [anon_sym_SEMI] = ACTIONS(1639), + [anon_sym_typedef] = ACTIONS(1637), + [anon_sym_extern] = ACTIONS(1637), + [anon_sym___attribute__] = ACTIONS(1637), + [anon_sym_COLON_COLON] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), + [anon_sym___declspec] = ACTIONS(1637), + [anon_sym___based] = ACTIONS(1637), + [anon_sym___cdecl] = ACTIONS(1637), + [anon_sym___clrcall] = ACTIONS(1637), + [anon_sym___stdcall] = ACTIONS(1637), + [anon_sym___fastcall] = ACTIONS(1637), + [anon_sym___thiscall] = ACTIONS(1637), + [anon_sym___vectorcall] = ACTIONS(1637), + [anon_sym_LBRACE] = ACTIONS(1639), + [anon_sym_LBRACK] = ACTIONS(1637), + [anon_sym_static] = ACTIONS(1637), + [anon_sym_register] = ACTIONS(1637), + [anon_sym_inline] = ACTIONS(1637), + [anon_sym_thread_local] = ACTIONS(1637), + [anon_sym_const] = ACTIONS(1637), + [anon_sym_volatile] = ACTIONS(1637), + [anon_sym_restrict] = ACTIONS(1637), + [anon_sym__Atomic] = ACTIONS(1637), + [anon_sym_mutable] = ACTIONS(1637), + [anon_sym_constexpr] = ACTIONS(1637), + [anon_sym_signed] = ACTIONS(1637), + [anon_sym_unsigned] = ACTIONS(1637), + [anon_sym_long] = ACTIONS(1637), + [anon_sym_short] = ACTIONS(1637), + [sym_primitive_type] = ACTIONS(1637), + [anon_sym_enum] = ACTIONS(1637), + [anon_sym_class] = ACTIONS(1637), + [anon_sym_struct] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1637), + [anon_sym_if] = ACTIONS(1637), + [anon_sym_else] = ACTIONS(1637), + [anon_sym_switch] = ACTIONS(1637), + [anon_sym_case] = ACTIONS(1637), + [anon_sym_default] = ACTIONS(1637), + [anon_sym_while] = ACTIONS(1637), + [anon_sym_do] = ACTIONS(1637), + [anon_sym_for] = ACTIONS(1637), + [anon_sym_return] = ACTIONS(1637), + [anon_sym_break] = ACTIONS(1637), + [anon_sym_continue] = ACTIONS(1637), + [anon_sym_goto] = ACTIONS(1637), + [anon_sym_DASH_DASH] = ACTIONS(1639), + [anon_sym_PLUS_PLUS] = ACTIONS(1639), + [anon_sym_sizeof] = ACTIONS(1637), + [sym_number_literal] = ACTIONS(1639), + [anon_sym_L_SQUOTE] = ACTIONS(1639), + [anon_sym_u_SQUOTE] = ACTIONS(1639), + [anon_sym_U_SQUOTE] = ACTIONS(1639), + [anon_sym_u8_SQUOTE] = ACTIONS(1639), + [anon_sym_SQUOTE] = ACTIONS(1639), + [anon_sym_L_DQUOTE] = ACTIONS(1639), + [anon_sym_u_DQUOTE] = ACTIONS(1639), + [anon_sym_U_DQUOTE] = ACTIONS(1639), + [anon_sym_u8_DQUOTE] = ACTIONS(1639), + [anon_sym_DQUOTE] = ACTIONS(1639), + [sym_true] = ACTIONS(1637), + [sym_false] = ACTIONS(1637), + [sym_null] = ACTIONS(1637), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1637), + [anon_sym_virtual] = ACTIONS(1637), + [anon_sym_explicit] = ACTIONS(1637), + [sym_auto] = ACTIONS(1637), + [anon_sym_typename] = ACTIONS(1637), + [anon_sym_template] = ACTIONS(1637), + [anon_sym_operator] = ACTIONS(1637), + [anon_sym_delete] = ACTIONS(1637), + [anon_sym_throw] = ACTIONS(1637), + [anon_sym_namespace] = ACTIONS(1637), + [anon_sym_using] = ACTIONS(1637), + [anon_sym_static_assert] = ACTIONS(1637), + [anon_sym_co_return] = ACTIONS(1637), + [anon_sym_co_yield] = ACTIONS(1637), + [anon_sym_try] = ACTIONS(1637), + [anon_sym_co_await] = ACTIONS(1637), + [anon_sym_new] = ACTIONS(1637), + [sym_this] = ACTIONS(1637), + [sym_nullptr] = ACTIONS(1637), + [sym_alone_macro] = ACTIONS(1639), + [aux_sym_alone_macro_call_token1] = ACTIONS(1637), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_FORWARD] = ACTIONS(1637), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_PS_GET] = ACTIONS(1637), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), + [anon_sym_MOZ_COLD] = ACTIONS(1637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_RAII] = ACTIONS(1637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), + [sym_raw_string_literal] = ACTIONS(1639), + }, + [471] = { + [ts_builtin_sym_end] = ACTIONS(1677), + [sym_identifier] = ACTIONS(1675), + [aux_sym_preproc_include_token1] = ACTIONS(1675), + [aux_sym_preproc_def_token1] = ACTIONS(1675), + [aux_sym_preproc_if_token1] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1675), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1675), + [sym_preproc_directive] = ACTIONS(1675), + [anon_sym_LPAREN2] = ACTIONS(1677), + [anon_sym_BANG] = ACTIONS(1677), + [anon_sym_TILDE] = ACTIONS(1677), + [anon_sym_DASH] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1677), + [anon_sym_AMP_AMP] = ACTIONS(1677), + [anon_sym_AMP] = ACTIONS(1675), + [anon_sym_SEMI] = ACTIONS(1677), + [anon_sym_typedef] = ACTIONS(1675), + [anon_sym_extern] = ACTIONS(1675), + [anon_sym___attribute__] = ACTIONS(1675), + [anon_sym_COLON_COLON] = ACTIONS(1677), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), + [anon_sym___declspec] = ACTIONS(1675), + [anon_sym___based] = ACTIONS(1675), + [anon_sym___cdecl] = ACTIONS(1675), + [anon_sym___clrcall] = ACTIONS(1675), + [anon_sym___stdcall] = ACTIONS(1675), + [anon_sym___fastcall] = ACTIONS(1675), + [anon_sym___thiscall] = ACTIONS(1675), + [anon_sym___vectorcall] = ACTIONS(1675), + [anon_sym_LBRACE] = ACTIONS(1677), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1675), + [anon_sym_register] = ACTIONS(1675), + [anon_sym_inline] = ACTIONS(1675), + [anon_sym_thread_local] = ACTIONS(1675), + [anon_sym_const] = ACTIONS(1675), + [anon_sym_volatile] = ACTIONS(1675), + [anon_sym_restrict] = ACTIONS(1675), + [anon_sym__Atomic] = ACTIONS(1675), + [anon_sym_mutable] = ACTIONS(1675), + [anon_sym_constexpr] = ACTIONS(1675), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1675), + [anon_sym_enum] = ACTIONS(1675), + [anon_sym_class] = ACTIONS(1675), + [anon_sym_struct] = ACTIONS(1675), + [anon_sym_union] = ACTIONS(1675), + [anon_sym_if] = ACTIONS(1675), + [anon_sym_else] = ACTIONS(1675), + [anon_sym_switch] = ACTIONS(1675), + [anon_sym_case] = ACTIONS(1675), + [anon_sym_default] = ACTIONS(1675), + [anon_sym_while] = ACTIONS(1675), + [anon_sym_do] = ACTIONS(1675), + [anon_sym_for] = ACTIONS(1675), + [anon_sym_return] = ACTIONS(1675), + [anon_sym_break] = ACTIONS(1675), + [anon_sym_continue] = ACTIONS(1675), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_DASH_DASH] = ACTIONS(1677), + [anon_sym_PLUS_PLUS] = ACTIONS(1677), + [anon_sym_sizeof] = ACTIONS(1675), + [sym_number_literal] = ACTIONS(1677), + [anon_sym_L_SQUOTE] = ACTIONS(1677), + [anon_sym_u_SQUOTE] = ACTIONS(1677), + [anon_sym_U_SQUOTE] = ACTIONS(1677), + [anon_sym_u8_SQUOTE] = ACTIONS(1677), + [anon_sym_SQUOTE] = ACTIONS(1677), + [anon_sym_L_DQUOTE] = ACTIONS(1677), + [anon_sym_u_DQUOTE] = ACTIONS(1677), + [anon_sym_U_DQUOTE] = ACTIONS(1677), + [anon_sym_u8_DQUOTE] = ACTIONS(1677), + [anon_sym_DQUOTE] = ACTIONS(1677), + [sym_true] = ACTIONS(1675), + [sym_false] = ACTIONS(1675), + [sym_null] = ACTIONS(1675), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1675), + [anon_sym_virtual] = ACTIONS(1675), + [anon_sym_explicit] = ACTIONS(1675), + [sym_auto] = ACTIONS(1675), + [anon_sym_typename] = ACTIONS(1675), + [anon_sym_template] = ACTIONS(1675), + [anon_sym_operator] = ACTIONS(1675), + [anon_sym_delete] = ACTIONS(1675), + [anon_sym_throw] = ACTIONS(1675), + [anon_sym_namespace] = ACTIONS(1675), + [anon_sym_using] = ACTIONS(1675), + [anon_sym_static_assert] = ACTIONS(1675), + [anon_sym_co_return] = ACTIONS(1675), + [anon_sym_co_yield] = ACTIONS(1675), + [anon_sym_try] = ACTIONS(1675), + [anon_sym_co_await] = ACTIONS(1675), + [anon_sym_new] = ACTIONS(1675), + [sym_this] = ACTIONS(1675), + [sym_nullptr] = ACTIONS(1675), + [sym_alone_macro] = ACTIONS(1677), + [aux_sym_alone_macro_call_token1] = ACTIONS(1675), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_FORWARD] = ACTIONS(1675), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_PS_GET] = ACTIONS(1675), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), + [anon_sym_MOZ_COLD] = ACTIONS(1675), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_RAII] = ACTIONS(1675), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), + [sym_raw_string_literal] = ACTIONS(1677), }, - [495] = { - [ts_builtin_sym_end] = ACTIONS(1535), - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [472] = { + [ts_builtin_sym_end] = ACTIONS(1681), + [sym_identifier] = ACTIONS(1679), + [aux_sym_preproc_include_token1] = ACTIONS(1679), + [aux_sym_preproc_def_token1] = ACTIONS(1679), + [aux_sym_preproc_if_token1] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1679), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1679), + [sym_preproc_directive] = ACTIONS(1679), + [anon_sym_LPAREN2] = ACTIONS(1681), + [anon_sym_BANG] = ACTIONS(1681), + [anon_sym_TILDE] = ACTIONS(1681), + [anon_sym_DASH] = ACTIONS(1679), + [anon_sym_PLUS] = ACTIONS(1679), + [anon_sym_STAR] = ACTIONS(1681), + [anon_sym_AMP_AMP] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1679), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_typedef] = ACTIONS(1679), + [anon_sym_extern] = ACTIONS(1679), + [anon_sym___attribute__] = ACTIONS(1679), + [anon_sym_COLON_COLON] = ACTIONS(1681), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), + [anon_sym___declspec] = ACTIONS(1679), + [anon_sym___based] = ACTIONS(1679), + [anon_sym___cdecl] = ACTIONS(1679), + [anon_sym___clrcall] = ACTIONS(1679), + [anon_sym___stdcall] = ACTIONS(1679), + [anon_sym___fastcall] = ACTIONS(1679), + [anon_sym___thiscall] = ACTIONS(1679), + [anon_sym___vectorcall] = ACTIONS(1679), + [anon_sym_LBRACE] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1679), + [anon_sym_static] = ACTIONS(1679), + [anon_sym_register] = ACTIONS(1679), + [anon_sym_inline] = ACTIONS(1679), + [anon_sym_thread_local] = ACTIONS(1679), + [anon_sym_const] = ACTIONS(1679), + [anon_sym_volatile] = ACTIONS(1679), + [anon_sym_restrict] = ACTIONS(1679), + [anon_sym__Atomic] = ACTIONS(1679), + [anon_sym_mutable] = ACTIONS(1679), + [anon_sym_constexpr] = ACTIONS(1679), + [anon_sym_signed] = ACTIONS(1679), + [anon_sym_unsigned] = ACTIONS(1679), + [anon_sym_long] = ACTIONS(1679), + [anon_sym_short] = ACTIONS(1679), + [sym_primitive_type] = ACTIONS(1679), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1679), + [anon_sym_struct] = ACTIONS(1679), + [anon_sym_union] = ACTIONS(1679), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_else] = ACTIONS(1679), + [anon_sym_switch] = ACTIONS(1679), + [anon_sym_case] = ACTIONS(1679), + [anon_sym_default] = ACTIONS(1679), + [anon_sym_while] = ACTIONS(1679), + [anon_sym_do] = ACTIONS(1679), + [anon_sym_for] = ACTIONS(1679), + [anon_sym_return] = ACTIONS(1679), + [anon_sym_break] = ACTIONS(1679), + [anon_sym_continue] = ACTIONS(1679), + [anon_sym_goto] = ACTIONS(1679), + [anon_sym_DASH_DASH] = ACTIONS(1681), + [anon_sym_PLUS_PLUS] = ACTIONS(1681), + [anon_sym_sizeof] = ACTIONS(1679), + [sym_number_literal] = ACTIONS(1681), + [anon_sym_L_SQUOTE] = ACTIONS(1681), + [anon_sym_u_SQUOTE] = ACTIONS(1681), + [anon_sym_U_SQUOTE] = ACTIONS(1681), + [anon_sym_u8_SQUOTE] = ACTIONS(1681), + [anon_sym_SQUOTE] = ACTIONS(1681), + [anon_sym_L_DQUOTE] = ACTIONS(1681), + [anon_sym_u_DQUOTE] = ACTIONS(1681), + [anon_sym_U_DQUOTE] = ACTIONS(1681), + [anon_sym_u8_DQUOTE] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym_true] = ACTIONS(1679), + [sym_false] = ACTIONS(1679), + [sym_null] = ACTIONS(1679), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1679), + [anon_sym_virtual] = ACTIONS(1679), + [anon_sym_explicit] = ACTIONS(1679), + [sym_auto] = ACTIONS(1679), + [anon_sym_typename] = ACTIONS(1679), + [anon_sym_template] = ACTIONS(1679), + [anon_sym_operator] = ACTIONS(1679), + [anon_sym_delete] = ACTIONS(1679), + [anon_sym_throw] = ACTIONS(1679), + [anon_sym_namespace] = ACTIONS(1679), + [anon_sym_using] = ACTIONS(1679), + [anon_sym_static_assert] = ACTIONS(1679), + [anon_sym_co_return] = ACTIONS(1679), + [anon_sym_co_yield] = ACTIONS(1679), + [anon_sym_try] = ACTIONS(1679), + [anon_sym_co_await] = ACTIONS(1679), + [anon_sym_new] = ACTIONS(1679), + [sym_this] = ACTIONS(1679), + [sym_nullptr] = ACTIONS(1679), + [sym_alone_macro] = ACTIONS(1681), + [aux_sym_alone_macro_call_token1] = ACTIONS(1679), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_FORWARD] = ACTIONS(1679), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_PS_GET] = ACTIONS(1679), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), + [anon_sym_MOZ_COLD] = ACTIONS(1679), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_RAII] = ACTIONS(1679), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), + [sym_raw_string_literal] = ACTIONS(1681), }, - [496] = { - [ts_builtin_sym_end] = ACTIONS(1587), - [sym_identifier] = ACTIONS(1585), - [aux_sym_preproc_include_token1] = ACTIONS(1585), - [aux_sym_preproc_def_token1] = ACTIONS(1585), - [aux_sym_preproc_if_token1] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), - [sym_preproc_directive] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1587), - [anon_sym_TILDE] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_AMP_AMP] = ACTIONS(1587), - [anon_sym_AMP] = ACTIONS(1585), - [anon_sym_SEMI] = ACTIONS(1587), - [anon_sym_typedef] = ACTIONS(1585), - [anon_sym_extern] = ACTIONS(1585), - [anon_sym___attribute__] = ACTIONS(1585), - [anon_sym_COLON_COLON] = ACTIONS(1587), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), - [anon_sym___declspec] = ACTIONS(1585), - [anon_sym___based] = ACTIONS(1585), - [anon_sym___cdecl] = ACTIONS(1585), - [anon_sym___clrcall] = ACTIONS(1585), - [anon_sym___stdcall] = ACTIONS(1585), - [anon_sym___fastcall] = ACTIONS(1585), - [anon_sym___thiscall] = ACTIONS(1585), - [anon_sym___vectorcall] = ACTIONS(1585), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_LBRACK] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1585), - [anon_sym_register] = ACTIONS(1585), - [anon_sym_inline] = ACTIONS(1585), - [anon_sym_thread_local] = ACTIONS(1585), - [anon_sym_const] = ACTIONS(1585), - [anon_sym_volatile] = ACTIONS(1585), - [anon_sym_restrict] = ACTIONS(1585), - [anon_sym__Atomic] = ACTIONS(1585), - [anon_sym_mutable] = ACTIONS(1585), - [anon_sym_constexpr] = ACTIONS(1585), - [anon_sym_signed] = ACTIONS(1585), - [anon_sym_unsigned] = ACTIONS(1585), - [anon_sym_long] = ACTIONS(1585), - [anon_sym_short] = ACTIONS(1585), - [sym_primitive_type] = ACTIONS(1585), - [anon_sym_enum] = ACTIONS(1585), - [anon_sym_class] = ACTIONS(1585), - [anon_sym_struct] = ACTIONS(1585), - [anon_sym_union] = ACTIONS(1585), - [anon_sym_if] = ACTIONS(1585), - [anon_sym_else] = ACTIONS(1585), - [anon_sym_switch] = ACTIONS(1585), - [anon_sym_case] = ACTIONS(1585), - [anon_sym_default] = ACTIONS(1585), - [anon_sym_while] = ACTIONS(1585), - [anon_sym_do] = ACTIONS(1585), - [anon_sym_for] = ACTIONS(1585), - [anon_sym_return] = ACTIONS(1585), - [anon_sym_break] = ACTIONS(1585), - [anon_sym_continue] = ACTIONS(1585), - [anon_sym_goto] = ACTIONS(1585), - [anon_sym_DASH_DASH] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_sizeof] = ACTIONS(1585), - [sym_number_literal] = ACTIONS(1587), - [anon_sym_L_SQUOTE] = ACTIONS(1587), - [anon_sym_u_SQUOTE] = ACTIONS(1587), - [anon_sym_U_SQUOTE] = ACTIONS(1587), - [anon_sym_u8_SQUOTE] = ACTIONS(1587), - [anon_sym_SQUOTE] = ACTIONS(1587), - [anon_sym_L_DQUOTE] = ACTIONS(1587), - [anon_sym_u_DQUOTE] = ACTIONS(1587), - [anon_sym_U_DQUOTE] = ACTIONS(1587), - [anon_sym_u8_DQUOTE] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1585), + [473] = { + [sym_identifier] = ACTIONS(1633), + [aux_sym_preproc_include_token1] = ACTIONS(1633), + [aux_sym_preproc_def_token1] = ACTIONS(1633), + [aux_sym_preproc_if_token1] = ACTIONS(1633), + [aux_sym_preproc_if_token2] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), + [sym_preproc_directive] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1635), + [anon_sym_BANG] = ACTIONS(1635), + [anon_sym_TILDE] = ACTIONS(1635), + [anon_sym_DASH] = ACTIONS(1633), + [anon_sym_PLUS] = ACTIONS(1633), + [anon_sym_STAR] = ACTIONS(1635), + [anon_sym_AMP_AMP] = ACTIONS(1635), + [anon_sym_AMP] = ACTIONS(1633), + [anon_sym_SEMI] = ACTIONS(1635), + [anon_sym_typedef] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym___attribute__] = ACTIONS(1633), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), + [anon_sym___declspec] = ACTIONS(1633), + [anon_sym___based] = ACTIONS(1633), + [anon_sym___cdecl] = ACTIONS(1633), + [anon_sym___clrcall] = ACTIONS(1633), + [anon_sym___stdcall] = ACTIONS(1633), + [anon_sym___fastcall] = ACTIONS(1633), + [anon_sym___thiscall] = ACTIONS(1633), + [anon_sym___vectorcall] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1633), + [anon_sym_static] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_inline] = ACTIONS(1633), + [anon_sym_thread_local] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym_mutable] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_signed] = ACTIONS(1633), + [anon_sym_unsigned] = ACTIONS(1633), + [anon_sym_long] = ACTIONS(1633), + [anon_sym_short] = ACTIONS(1633), + [sym_primitive_type] = ACTIONS(1633), + [anon_sym_enum] = ACTIONS(1633), + [anon_sym_class] = ACTIONS(1633), + [anon_sym_struct] = ACTIONS(1633), + [anon_sym_union] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_switch] = ACTIONS(1633), + [anon_sym_case] = ACTIONS(1633), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_goto] = ACTIONS(1633), + [anon_sym_DASH_DASH] = ACTIONS(1635), + [anon_sym_PLUS_PLUS] = ACTIONS(1635), + [anon_sym_sizeof] = ACTIONS(1633), + [sym_number_literal] = ACTIONS(1635), + [anon_sym_L_SQUOTE] = ACTIONS(1635), + [anon_sym_u_SQUOTE] = ACTIONS(1635), + [anon_sym_U_SQUOTE] = ACTIONS(1635), + [anon_sym_u8_SQUOTE] = ACTIONS(1635), + [anon_sym_SQUOTE] = ACTIONS(1635), + [anon_sym_L_DQUOTE] = ACTIONS(1635), + [anon_sym_u_DQUOTE] = ACTIONS(1635), + [anon_sym_U_DQUOTE] = ACTIONS(1635), + [anon_sym_u8_DQUOTE] = ACTIONS(1635), + [anon_sym_DQUOTE] = ACTIONS(1635), + [sym_true] = ACTIONS(1633), + [sym_false] = ACTIONS(1633), + [sym_null] = ACTIONS(1633), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1585), - [anon_sym_virtual] = ACTIONS(1585), - [anon_sym_explicit] = ACTIONS(1585), - [sym_auto] = ACTIONS(1585), - [anon_sym_typename] = ACTIONS(1585), - [anon_sym_template] = ACTIONS(1585), - [anon_sym_operator] = ACTIONS(1585), - [anon_sym_delete] = ACTIONS(1585), - [anon_sym_throw] = ACTIONS(1585), - [anon_sym_namespace] = ACTIONS(1585), - [anon_sym_using] = ACTIONS(1585), - [anon_sym_static_assert] = ACTIONS(1585), - [anon_sym_co_return] = ACTIONS(1585), - [anon_sym_co_yield] = ACTIONS(1585), - [anon_sym_try] = ACTIONS(1585), - [anon_sym_co_await] = ACTIONS(1585), - [anon_sym_new] = ACTIONS(1585), - [sym_this] = ACTIONS(1585), - [sym_nullptr] = ACTIONS(1585), - [sym_alone_macro] = ACTIONS(1587), - [aux_sym_alone_macro_call_token1] = ACTIONS(1585), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_FORWARD] = ACTIONS(1585), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_PS_GET] = ACTIONS(1585), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), - [anon_sym_MOZ_COLD] = ACTIONS(1585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_RAII] = ACTIONS(1585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), - [sym_raw_string_literal] = ACTIONS(1587), + [anon_sym_decltype] = ACTIONS(1633), + [anon_sym_virtual] = ACTIONS(1633), + [anon_sym_explicit] = ACTIONS(1633), + [sym_auto] = ACTIONS(1633), + [anon_sym_typename] = ACTIONS(1633), + [anon_sym_template] = ACTIONS(1633), + [anon_sym_operator] = ACTIONS(1633), + [anon_sym_delete] = ACTIONS(1633), + [anon_sym_throw] = ACTIONS(1633), + [anon_sym_namespace] = ACTIONS(1633), + [anon_sym_using] = ACTIONS(1633), + [anon_sym_static_assert] = ACTIONS(1633), + [anon_sym_co_return] = ACTIONS(1633), + [anon_sym_co_yield] = ACTIONS(1633), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_co_await] = ACTIONS(1633), + [anon_sym_new] = ACTIONS(1633), + [sym_this] = ACTIONS(1633), + [sym_nullptr] = ACTIONS(1633), + [sym_alone_macro] = ACTIONS(1635), + [aux_sym_alone_macro_call_token1] = ACTIONS(1633), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_FORWARD] = ACTIONS(1633), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_PS_GET] = ACTIONS(1633), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), + [anon_sym_MOZ_COLD] = ACTIONS(1633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_RAII] = ACTIONS(1633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), + [sym_raw_string_literal] = ACTIONS(1635), }, - [497] = { - [ts_builtin_sym_end] = ACTIONS(1591), - [sym_identifier] = ACTIONS(1589), - [aux_sym_preproc_include_token1] = ACTIONS(1589), - [aux_sym_preproc_def_token1] = ACTIONS(1589), - [aux_sym_preproc_if_token1] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1589), - [sym_preproc_directive] = ACTIONS(1589), - [anon_sym_LPAREN2] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_AMP_AMP] = ACTIONS(1591), - [anon_sym_AMP] = ACTIONS(1589), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym___attribute__] = ACTIONS(1589), - [anon_sym_COLON_COLON] = ACTIONS(1591), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), - [anon_sym___declspec] = ACTIONS(1589), - [anon_sym___based] = ACTIONS(1589), - [anon_sym___cdecl] = ACTIONS(1589), - [anon_sym___clrcall] = ACTIONS(1589), - [anon_sym___stdcall] = ACTIONS(1589), - [anon_sym___fastcall] = ACTIONS(1589), - [anon_sym___thiscall] = ACTIONS(1589), - [anon_sym___vectorcall] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_LBRACK] = ACTIONS(1589), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_thread_local] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym__Atomic] = ACTIONS(1589), - [anon_sym_mutable] = ACTIONS(1589), - [anon_sym_constexpr] = ACTIONS(1589), - [anon_sym_signed] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_class] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_else] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_case] = ACTIONS(1589), - [anon_sym_default] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1591), - [anon_sym_L_SQUOTE] = ACTIONS(1591), - [anon_sym_u_SQUOTE] = ACTIONS(1591), - [anon_sym_U_SQUOTE] = ACTIONS(1591), - [anon_sym_u8_SQUOTE] = ACTIONS(1591), - [anon_sym_SQUOTE] = ACTIONS(1591), - [anon_sym_L_DQUOTE] = ACTIONS(1591), - [anon_sym_u_DQUOTE] = ACTIONS(1591), - [anon_sym_U_DQUOTE] = ACTIONS(1591), - [anon_sym_u8_DQUOTE] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym_true] = ACTIONS(1589), - [sym_false] = ACTIONS(1589), - [sym_null] = ACTIONS(1589), + [474] = { + [sym_identifier] = ACTIONS(1625), + [aux_sym_preproc_include_token1] = ACTIONS(1625), + [aux_sym_preproc_def_token1] = ACTIONS(1625), + [aux_sym_preproc_if_token1] = ACTIONS(1625), + [aux_sym_preproc_if_token2] = ACTIONS(1625), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1625), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1625), + [sym_preproc_directive] = ACTIONS(1625), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1627), + [anon_sym_TILDE] = ACTIONS(1627), + [anon_sym_DASH] = ACTIONS(1625), + [anon_sym_PLUS] = ACTIONS(1625), + [anon_sym_STAR] = ACTIONS(1627), + [anon_sym_AMP_AMP] = ACTIONS(1627), + [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1627), + [anon_sym_typedef] = ACTIONS(1625), + [anon_sym_extern] = ACTIONS(1625), + [anon_sym___attribute__] = ACTIONS(1625), + [anon_sym_COLON_COLON] = ACTIONS(1627), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1627), + [anon_sym___declspec] = ACTIONS(1625), + [anon_sym___based] = ACTIONS(1625), + [anon_sym___cdecl] = ACTIONS(1625), + [anon_sym___clrcall] = ACTIONS(1625), + [anon_sym___stdcall] = ACTIONS(1625), + [anon_sym___fastcall] = ACTIONS(1625), + [anon_sym___thiscall] = ACTIONS(1625), + [anon_sym___vectorcall] = ACTIONS(1625), + [anon_sym_LBRACE] = ACTIONS(1627), + [anon_sym_LBRACK] = ACTIONS(1625), + [anon_sym_static] = ACTIONS(1625), + [anon_sym_register] = ACTIONS(1625), + [anon_sym_inline] = ACTIONS(1625), + [anon_sym_thread_local] = ACTIONS(1625), + [anon_sym_const] = ACTIONS(1625), + [anon_sym_volatile] = ACTIONS(1625), + [anon_sym_restrict] = ACTIONS(1625), + [anon_sym__Atomic] = ACTIONS(1625), + [anon_sym_mutable] = ACTIONS(1625), + [anon_sym_constexpr] = ACTIONS(1625), + [anon_sym_signed] = ACTIONS(1625), + [anon_sym_unsigned] = ACTIONS(1625), + [anon_sym_long] = ACTIONS(1625), + [anon_sym_short] = ACTIONS(1625), + [sym_primitive_type] = ACTIONS(1625), + [anon_sym_enum] = ACTIONS(1625), + [anon_sym_class] = ACTIONS(1625), + [anon_sym_struct] = ACTIONS(1625), + [anon_sym_union] = ACTIONS(1625), + [anon_sym_if] = ACTIONS(1625), + [anon_sym_else] = ACTIONS(1625), + [anon_sym_switch] = ACTIONS(1625), + [anon_sym_case] = ACTIONS(1625), + [anon_sym_default] = ACTIONS(1625), + [anon_sym_while] = ACTIONS(1625), + [anon_sym_do] = ACTIONS(1625), + [anon_sym_for] = ACTIONS(1625), + [anon_sym_return] = ACTIONS(1625), + [anon_sym_break] = ACTIONS(1625), + [anon_sym_continue] = ACTIONS(1625), + [anon_sym_goto] = ACTIONS(1625), + [anon_sym_DASH_DASH] = ACTIONS(1627), + [anon_sym_PLUS_PLUS] = ACTIONS(1627), + [anon_sym_sizeof] = ACTIONS(1625), + [sym_number_literal] = ACTIONS(1627), + [anon_sym_L_SQUOTE] = ACTIONS(1627), + [anon_sym_u_SQUOTE] = ACTIONS(1627), + [anon_sym_U_SQUOTE] = ACTIONS(1627), + [anon_sym_u8_SQUOTE] = ACTIONS(1627), + [anon_sym_SQUOTE] = ACTIONS(1627), + [anon_sym_L_DQUOTE] = ACTIONS(1627), + [anon_sym_u_DQUOTE] = ACTIONS(1627), + [anon_sym_U_DQUOTE] = ACTIONS(1627), + [anon_sym_u8_DQUOTE] = ACTIONS(1627), + [anon_sym_DQUOTE] = ACTIONS(1627), + [sym_true] = ACTIONS(1625), + [sym_false] = ACTIONS(1625), + [sym_null] = ACTIONS(1625), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1589), - [anon_sym_virtual] = ACTIONS(1589), - [anon_sym_explicit] = ACTIONS(1589), - [sym_auto] = ACTIONS(1589), - [anon_sym_typename] = ACTIONS(1589), - [anon_sym_template] = ACTIONS(1589), - [anon_sym_operator] = ACTIONS(1589), - [anon_sym_delete] = ACTIONS(1589), - [anon_sym_throw] = ACTIONS(1589), - [anon_sym_namespace] = ACTIONS(1589), - [anon_sym_using] = ACTIONS(1589), - [anon_sym_static_assert] = ACTIONS(1589), - [anon_sym_co_return] = ACTIONS(1589), - [anon_sym_co_yield] = ACTIONS(1589), - [anon_sym_try] = ACTIONS(1589), - [anon_sym_co_await] = ACTIONS(1589), - [anon_sym_new] = ACTIONS(1589), - [sym_this] = ACTIONS(1589), - [sym_nullptr] = ACTIONS(1589), - [sym_alone_macro] = ACTIONS(1591), - [aux_sym_alone_macro_call_token1] = ACTIONS(1589), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_FORWARD] = ACTIONS(1589), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_PS_GET] = ACTIONS(1589), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), - [anon_sym_MOZ_COLD] = ACTIONS(1589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_RAII] = ACTIONS(1589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), - [sym_raw_string_literal] = ACTIONS(1591), + [anon_sym_decltype] = ACTIONS(1625), + [anon_sym_virtual] = ACTIONS(1625), + [anon_sym_explicit] = ACTIONS(1625), + [sym_auto] = ACTIONS(1625), + [anon_sym_typename] = ACTIONS(1625), + [anon_sym_template] = ACTIONS(1625), + [anon_sym_operator] = ACTIONS(1625), + [anon_sym_delete] = ACTIONS(1625), + [anon_sym_throw] = ACTIONS(1625), + [anon_sym_namespace] = ACTIONS(1625), + [anon_sym_using] = ACTIONS(1625), + [anon_sym_static_assert] = ACTIONS(1625), + [anon_sym_co_return] = ACTIONS(1625), + [anon_sym_co_yield] = ACTIONS(1625), + [anon_sym_try] = ACTIONS(1625), + [anon_sym_co_await] = ACTIONS(1625), + [anon_sym_new] = ACTIONS(1625), + [sym_this] = ACTIONS(1625), + [sym_nullptr] = ACTIONS(1625), + [sym_alone_macro] = ACTIONS(1627), + [aux_sym_alone_macro_call_token1] = ACTIONS(1625), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_FORWARD] = ACTIONS(1625), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_PS_GET] = ACTIONS(1625), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), + [anon_sym_MOZ_COLD] = ACTIONS(1625), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_RAII] = ACTIONS(1625), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), + [sym_raw_string_literal] = ACTIONS(1627), }, - [498] = { - [ts_builtin_sym_end] = ACTIONS(1535), - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [475] = { + [sym_identifier] = ACTIONS(1573), + [aux_sym_preproc_include_token1] = ACTIONS(1573), + [aux_sym_preproc_def_token1] = ACTIONS(1573), + [aux_sym_preproc_if_token1] = ACTIONS(1573), + [aux_sym_preproc_if_token2] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), + [sym_preproc_directive] = ACTIONS(1573), + [anon_sym_LPAREN2] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_STAR] = ACTIONS(1575), + [anon_sym_AMP_AMP] = ACTIONS(1575), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_typedef] = ACTIONS(1573), + [anon_sym_extern] = ACTIONS(1573), + [anon_sym___attribute__] = ACTIONS(1573), + [anon_sym_COLON_COLON] = ACTIONS(1575), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), + [anon_sym___declspec] = ACTIONS(1573), + [anon_sym___based] = ACTIONS(1573), + [anon_sym___cdecl] = ACTIONS(1573), + [anon_sym___clrcall] = ACTIONS(1573), + [anon_sym___stdcall] = ACTIONS(1573), + [anon_sym___fastcall] = ACTIONS(1573), + [anon_sym___thiscall] = ACTIONS(1573), + [anon_sym___vectorcall] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_LBRACK] = ACTIONS(1573), + [anon_sym_static] = ACTIONS(1573), + [anon_sym_register] = ACTIONS(1573), + [anon_sym_inline] = ACTIONS(1573), + [anon_sym_thread_local] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_volatile] = ACTIONS(1573), + [anon_sym_restrict] = ACTIONS(1573), + [anon_sym__Atomic] = ACTIONS(1573), + [anon_sym_mutable] = ACTIONS(1573), + [anon_sym_constexpr] = ACTIONS(1573), + [anon_sym_signed] = ACTIONS(1573), + [anon_sym_unsigned] = ACTIONS(1573), + [anon_sym_long] = ACTIONS(1573), + [anon_sym_short] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1573), + [anon_sym_enum] = ACTIONS(1573), + [anon_sym_class] = ACTIONS(1573), + [anon_sym_struct] = ACTIONS(1573), + [anon_sym_union] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_else] = ACTIONS(1573), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_case] = ACTIONS(1573), + [anon_sym_default] = ACTIONS(1573), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_do] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_continue] = ACTIONS(1573), + [anon_sym_goto] = ACTIONS(1573), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_sizeof] = ACTIONS(1573), + [sym_number_literal] = ACTIONS(1575), + [anon_sym_L_SQUOTE] = ACTIONS(1575), + [anon_sym_u_SQUOTE] = ACTIONS(1575), + [anon_sym_U_SQUOTE] = ACTIONS(1575), + [anon_sym_u8_SQUOTE] = ACTIONS(1575), + [anon_sym_SQUOTE] = ACTIONS(1575), + [anon_sym_L_DQUOTE] = ACTIONS(1575), + [anon_sym_u_DQUOTE] = ACTIONS(1575), + [anon_sym_U_DQUOTE] = ACTIONS(1575), + [anon_sym_u8_DQUOTE] = ACTIONS(1575), + [anon_sym_DQUOTE] = ACTIONS(1575), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1573), + [anon_sym_virtual] = ACTIONS(1573), + [anon_sym_explicit] = ACTIONS(1573), + [sym_auto] = ACTIONS(1573), + [anon_sym_typename] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(1573), + [anon_sym_operator] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_throw] = ACTIONS(1573), + [anon_sym_namespace] = ACTIONS(1573), + [anon_sym_using] = ACTIONS(1573), + [anon_sym_static_assert] = ACTIONS(1573), + [anon_sym_co_return] = ACTIONS(1573), + [anon_sym_co_yield] = ACTIONS(1573), + [anon_sym_try] = ACTIONS(1573), + [anon_sym_co_await] = ACTIONS(1573), + [anon_sym_new] = ACTIONS(1573), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + [sym_alone_macro] = ACTIONS(1575), + [aux_sym_alone_macro_call_token1] = ACTIONS(1573), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_FORWARD] = ACTIONS(1573), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_PS_GET] = ACTIONS(1573), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), + [anon_sym_MOZ_COLD] = ACTIONS(1573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_RAII] = ACTIONS(1573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), + [sym_raw_string_literal] = ACTIONS(1575), }, - [499] = { - [ts_builtin_sym_end] = ACTIONS(1535), - [sym_identifier] = ACTIONS(1533), - [aux_sym_preproc_include_token1] = ACTIONS(1533), - [aux_sym_preproc_def_token1] = ACTIONS(1533), - [aux_sym_preproc_if_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), - [sym_preproc_directive] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym___based] = ACTIONS(1533), - [anon_sym___cdecl] = ACTIONS(1533), - [anon_sym___clrcall] = ACTIONS(1533), - [anon_sym___stdcall] = ACTIONS(1533), - [anon_sym___fastcall] = ACTIONS(1533), - [anon_sym___thiscall] = ACTIONS(1533), - [anon_sym___vectorcall] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [476] = { + [ts_builtin_sym_end] = ACTIONS(1595), + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_include_token1] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym___cdecl] = ACTIONS(1593), + [anon_sym___clrcall] = ACTIONS(1593), + [anon_sym___stdcall] = ACTIONS(1593), + [anon_sym___fastcall] = ACTIONS(1593), + [anon_sym___thiscall] = ACTIONS(1593), + [anon_sym___vectorcall] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [anon_sym_explicit] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_operator] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_using] = ACTIONS(1533), - [anon_sym_static_assert] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [sym_alone_macro] = ACTIONS(1535), - [aux_sym_alone_macro_call_token1] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [sym_alone_macro] = ACTIONS(1595), + [aux_sym_alone_macro_call_token1] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), + }, + [477] = { + [sym_preproc_def] = STATE(464), + [sym_preproc_function_def] = STATE(464), + [sym_preproc_call] = STATE(464), + [sym_preproc_if_in_field_declaration_list] = STATE(464), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(464), + [sym_preproc_else_in_field_declaration_list] = STATE(4907), + [sym_preproc_elif_in_field_declaration_list] = STATE(4907), + [sym_type_definition] = STATE(464), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(464), + [sym_field_declaration] = STATE(464), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(464), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(464), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(464), + [sym_operator_cast_declaration] = STATE(464), + [sym_constructor_or_destructor_definition] = STATE(464), + [sym_constructor_or_destructor_declaration] = STATE(464), + [sym_friend_declaration] = STATE(464), + [sym_access_specifier] = STATE(464), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(464), + [sym_alias_declaration] = STATE(464), + [sym_static_assert_declaration] = STATE(464), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(464), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(464), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1995), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [500] = { + [478] = { [ts_builtin_sym_end] = ACTIONS(1595), [sym_identifier] = ACTIONS(1593), [aux_sym_preproc_include_token1] = ACTIONS(1593), @@ -129905,8 +125752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), [sym_raw_string_literal] = ACTIONS(1595), }, - [501] = { - [ts_builtin_sym_end] = ACTIONS(1535), + [479] = { [sym_identifier] = ACTIONS(1533), [aux_sym_preproc_include_token1] = ACTIONS(1533), [aux_sym_preproc_def_token1] = ACTIONS(1533), @@ -129937,6 +125783,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1533), [anon_sym___vectorcall] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_static] = ACTIONS(1533), [anon_sym_register] = ACTIONS(1533), @@ -130096,5522 +125943,7831 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [502] = { - [sym_identifier] = ACTIONS(1775), - [aux_sym_preproc_include_token1] = ACTIONS(1775), - [aux_sym_preproc_def_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), - [sym_preproc_directive] = ACTIONS(1775), - [anon_sym_LPAREN2] = ACTIONS(1777), - [anon_sym_BANG] = ACTIONS(1777), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1775), - [anon_sym_PLUS] = ACTIONS(1775), - [anon_sym_STAR] = ACTIONS(1777), - [anon_sym_AMP_AMP] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_SEMI] = ACTIONS(1777), - [anon_sym_typedef] = ACTIONS(1775), - [anon_sym_extern] = ACTIONS(1775), - [anon_sym___attribute__] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), - [anon_sym___declspec] = ACTIONS(1775), - [anon_sym___based] = ACTIONS(1775), - [anon_sym___cdecl] = ACTIONS(1775), - [anon_sym___clrcall] = ACTIONS(1775), - [anon_sym___stdcall] = ACTIONS(1775), - [anon_sym___fastcall] = ACTIONS(1775), - [anon_sym___thiscall] = ACTIONS(1775), - [anon_sym___vectorcall] = ACTIONS(1775), - [anon_sym_LBRACE] = ACTIONS(1777), - [anon_sym_RBRACE] = ACTIONS(1777), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_static] = ACTIONS(1775), - [anon_sym_register] = ACTIONS(1775), - [anon_sym_inline] = ACTIONS(1775), - [anon_sym_thread_local] = ACTIONS(1775), - [anon_sym_const] = ACTIONS(1775), - [anon_sym_volatile] = ACTIONS(1775), - [anon_sym_restrict] = ACTIONS(1775), - [anon_sym__Atomic] = ACTIONS(1775), - [anon_sym_mutable] = ACTIONS(1775), - [anon_sym_constexpr] = ACTIONS(1775), - [anon_sym_signed] = ACTIONS(1775), - [anon_sym_unsigned] = ACTIONS(1775), - [anon_sym_long] = ACTIONS(1775), - [anon_sym_short] = ACTIONS(1775), - [sym_primitive_type] = ACTIONS(1775), - [anon_sym_enum] = ACTIONS(1775), - [anon_sym_class] = ACTIONS(1775), - [anon_sym_struct] = ACTIONS(1775), - [anon_sym_union] = ACTIONS(1775), - [anon_sym_if] = ACTIONS(1775), - [anon_sym_switch] = ACTIONS(1775), - [anon_sym_case] = ACTIONS(1775), - [anon_sym_default] = ACTIONS(1775), - [anon_sym_while] = ACTIONS(1775), - [anon_sym_do] = ACTIONS(1775), - [anon_sym_for] = ACTIONS(1775), - [anon_sym_return] = ACTIONS(1775), - [anon_sym_break] = ACTIONS(1775), - [anon_sym_continue] = ACTIONS(1775), - [anon_sym_goto] = ACTIONS(1775), - [anon_sym_DASH_DASH] = ACTIONS(1777), - [anon_sym_PLUS_PLUS] = ACTIONS(1777), - [anon_sym_sizeof] = ACTIONS(1775), - [sym_number_literal] = ACTIONS(1777), - [anon_sym_L_SQUOTE] = ACTIONS(1777), - [anon_sym_u_SQUOTE] = ACTIONS(1777), - [anon_sym_U_SQUOTE] = ACTIONS(1777), - [anon_sym_u8_SQUOTE] = ACTIONS(1777), - [anon_sym_SQUOTE] = ACTIONS(1777), - [anon_sym_L_DQUOTE] = ACTIONS(1777), - [anon_sym_u_DQUOTE] = ACTIONS(1777), - [anon_sym_U_DQUOTE] = ACTIONS(1777), - [anon_sym_u8_DQUOTE] = ACTIONS(1777), - [anon_sym_DQUOTE] = ACTIONS(1777), - [sym_true] = ACTIONS(1775), - [sym_false] = ACTIONS(1775), - [sym_null] = ACTIONS(1775), + [480] = { + [sym_identifier] = ACTIONS(1641), + [aux_sym_preproc_include_token1] = ACTIONS(1641), + [aux_sym_preproc_def_token1] = ACTIONS(1641), + [aux_sym_preproc_if_token1] = ACTIONS(1641), + [aux_sym_preproc_if_token2] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1641), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1641), + [sym_preproc_directive] = ACTIONS(1641), + [anon_sym_LPAREN2] = ACTIONS(1643), + [anon_sym_BANG] = ACTIONS(1643), + [anon_sym_TILDE] = ACTIONS(1643), + [anon_sym_DASH] = ACTIONS(1641), + [anon_sym_PLUS] = ACTIONS(1641), + [anon_sym_STAR] = ACTIONS(1643), + [anon_sym_AMP_AMP] = ACTIONS(1643), + [anon_sym_AMP] = ACTIONS(1641), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_typedef] = ACTIONS(1641), + [anon_sym_extern] = ACTIONS(1641), + [anon_sym___attribute__] = ACTIONS(1641), + [anon_sym_COLON_COLON] = ACTIONS(1643), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1643), + [anon_sym___declspec] = ACTIONS(1641), + [anon_sym___based] = ACTIONS(1641), + [anon_sym___cdecl] = ACTIONS(1641), + [anon_sym___clrcall] = ACTIONS(1641), + [anon_sym___stdcall] = ACTIONS(1641), + [anon_sym___fastcall] = ACTIONS(1641), + [anon_sym___thiscall] = ACTIONS(1641), + [anon_sym___vectorcall] = ACTIONS(1641), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1641), + [anon_sym_static] = ACTIONS(1641), + [anon_sym_register] = ACTIONS(1641), + [anon_sym_inline] = ACTIONS(1641), + [anon_sym_thread_local] = ACTIONS(1641), + [anon_sym_const] = ACTIONS(1641), + [anon_sym_volatile] = ACTIONS(1641), + [anon_sym_restrict] = ACTIONS(1641), + [anon_sym__Atomic] = ACTIONS(1641), + [anon_sym_mutable] = ACTIONS(1641), + [anon_sym_constexpr] = ACTIONS(1641), + [anon_sym_signed] = ACTIONS(1641), + [anon_sym_unsigned] = ACTIONS(1641), + [anon_sym_long] = ACTIONS(1641), + [anon_sym_short] = ACTIONS(1641), + [sym_primitive_type] = ACTIONS(1641), + [anon_sym_enum] = ACTIONS(1641), + [anon_sym_class] = ACTIONS(1641), + [anon_sym_struct] = ACTIONS(1641), + [anon_sym_union] = ACTIONS(1641), + [anon_sym_if] = ACTIONS(1641), + [anon_sym_else] = ACTIONS(1641), + [anon_sym_switch] = ACTIONS(1641), + [anon_sym_case] = ACTIONS(1641), + [anon_sym_default] = ACTIONS(1641), + [anon_sym_while] = ACTIONS(1641), + [anon_sym_do] = ACTIONS(1641), + [anon_sym_for] = ACTIONS(1641), + [anon_sym_return] = ACTIONS(1641), + [anon_sym_break] = ACTIONS(1641), + [anon_sym_continue] = ACTIONS(1641), + [anon_sym_goto] = ACTIONS(1641), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_PLUS_PLUS] = ACTIONS(1643), + [anon_sym_sizeof] = ACTIONS(1641), + [sym_number_literal] = ACTIONS(1643), + [anon_sym_L_SQUOTE] = ACTIONS(1643), + [anon_sym_u_SQUOTE] = ACTIONS(1643), + [anon_sym_U_SQUOTE] = ACTIONS(1643), + [anon_sym_u8_SQUOTE] = ACTIONS(1643), + [anon_sym_SQUOTE] = ACTIONS(1643), + [anon_sym_L_DQUOTE] = ACTIONS(1643), + [anon_sym_u_DQUOTE] = ACTIONS(1643), + [anon_sym_U_DQUOTE] = ACTIONS(1643), + [anon_sym_u8_DQUOTE] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym_true] = ACTIONS(1641), + [sym_false] = ACTIONS(1641), + [sym_null] = ACTIONS(1641), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1775), - [anon_sym_virtual] = ACTIONS(1775), - [anon_sym_explicit] = ACTIONS(1775), - [sym_auto] = ACTIONS(1775), - [anon_sym_typename] = ACTIONS(1775), - [anon_sym_template] = ACTIONS(1775), - [anon_sym_operator] = ACTIONS(1775), - [anon_sym_delete] = ACTIONS(1775), - [anon_sym_throw] = ACTIONS(1775), - [anon_sym_namespace] = ACTIONS(1775), - [anon_sym_using] = ACTIONS(1775), - [anon_sym_static_assert] = ACTIONS(1775), - [anon_sym_co_return] = ACTIONS(1775), - [anon_sym_co_yield] = ACTIONS(1775), - [anon_sym_try] = ACTIONS(1775), - [anon_sym_co_await] = ACTIONS(1775), - [anon_sym_new] = ACTIONS(1775), - [sym_this] = ACTIONS(1775), - [sym_nullptr] = ACTIONS(1775), - [sym_alone_macro] = ACTIONS(1777), - [aux_sym_alone_macro_call_token1] = ACTIONS(1775), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_FORWARD] = ACTIONS(1775), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_PS_GET] = ACTIONS(1775), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), - [anon_sym_MOZ_COLD] = ACTIONS(1775), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_RAII] = ACTIONS(1775), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), - [sym_raw_string_literal] = ACTIONS(1777), + [anon_sym_decltype] = ACTIONS(1641), + [anon_sym_virtual] = ACTIONS(1641), + [anon_sym_explicit] = ACTIONS(1641), + [sym_auto] = ACTIONS(1641), + [anon_sym_typename] = ACTIONS(1641), + [anon_sym_template] = ACTIONS(1641), + [anon_sym_operator] = ACTIONS(1641), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_throw] = ACTIONS(1641), + [anon_sym_namespace] = ACTIONS(1641), + [anon_sym_using] = ACTIONS(1641), + [anon_sym_static_assert] = ACTIONS(1641), + [anon_sym_co_return] = ACTIONS(1641), + [anon_sym_co_yield] = ACTIONS(1641), + [anon_sym_try] = ACTIONS(1641), + [anon_sym_co_await] = ACTIONS(1641), + [anon_sym_new] = ACTIONS(1641), + [sym_this] = ACTIONS(1641), + [sym_nullptr] = ACTIONS(1641), + [sym_alone_macro] = ACTIONS(1643), + [aux_sym_alone_macro_call_token1] = ACTIONS(1641), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_FORWARD] = ACTIONS(1641), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1641), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_PS_GET] = ACTIONS(1641), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1641), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1641), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1641), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1641), + [anon_sym_MOZ_COLD] = ACTIONS(1641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL] = ACTIONS(1641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN] = ACTIONS(1641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1641), + [anon_sym_MOZ_RAII] = ACTIONS(1641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1641), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), + [sym_raw_string_literal] = ACTIONS(1643), }, - [503] = { - [ts_builtin_sym_end] = ACTIONS(1749), - [sym_identifier] = ACTIONS(1747), - [aux_sym_preproc_include_token1] = ACTIONS(1747), - [aux_sym_preproc_def_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), - [sym_preproc_directive] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1749), - [anon_sym_BANG] = ACTIONS(1749), - [anon_sym_TILDE] = ACTIONS(1749), - [anon_sym_DASH] = ACTIONS(1747), - [anon_sym_PLUS] = ACTIONS(1747), - [anon_sym_STAR] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1747), - [anon_sym_SEMI] = ACTIONS(1749), - [anon_sym_typedef] = ACTIONS(1747), - [anon_sym_extern] = ACTIONS(1747), - [anon_sym___attribute__] = ACTIONS(1747), - [anon_sym_COLON_COLON] = ACTIONS(1749), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), - [anon_sym___declspec] = ACTIONS(1747), - [anon_sym___based] = ACTIONS(1747), - [anon_sym___cdecl] = ACTIONS(1747), - [anon_sym___clrcall] = ACTIONS(1747), - [anon_sym___stdcall] = ACTIONS(1747), - [anon_sym___fastcall] = ACTIONS(1747), - [anon_sym___thiscall] = ACTIONS(1747), - [anon_sym___vectorcall] = ACTIONS(1747), - [anon_sym_LBRACE] = ACTIONS(1749), - [anon_sym_LBRACK] = ACTIONS(1747), - [anon_sym_static] = ACTIONS(1747), - [anon_sym_register] = ACTIONS(1747), - [anon_sym_inline] = ACTIONS(1747), - [anon_sym_thread_local] = ACTIONS(1747), - [anon_sym_const] = ACTIONS(1747), - [anon_sym_volatile] = ACTIONS(1747), - [anon_sym_restrict] = ACTIONS(1747), - [anon_sym__Atomic] = ACTIONS(1747), - [anon_sym_mutable] = ACTIONS(1747), - [anon_sym_constexpr] = ACTIONS(1747), - [anon_sym_signed] = ACTIONS(1747), - [anon_sym_unsigned] = ACTIONS(1747), - [anon_sym_long] = ACTIONS(1747), - [anon_sym_short] = ACTIONS(1747), - [sym_primitive_type] = ACTIONS(1747), - [anon_sym_enum] = ACTIONS(1747), - [anon_sym_class] = ACTIONS(1747), - [anon_sym_struct] = ACTIONS(1747), - [anon_sym_union] = ACTIONS(1747), - [anon_sym_if] = ACTIONS(1747), - [anon_sym_switch] = ACTIONS(1747), - [anon_sym_case] = ACTIONS(1747), - [anon_sym_default] = ACTIONS(1747), - [anon_sym_while] = ACTIONS(1747), - [anon_sym_do] = ACTIONS(1747), - [anon_sym_for] = ACTIONS(1747), - [anon_sym_return] = ACTIONS(1747), - [anon_sym_break] = ACTIONS(1747), - [anon_sym_continue] = ACTIONS(1747), - [anon_sym_goto] = ACTIONS(1747), - [anon_sym_DASH_DASH] = ACTIONS(1749), - [anon_sym_PLUS_PLUS] = ACTIONS(1749), - [anon_sym_sizeof] = ACTIONS(1747), - [sym_number_literal] = ACTIONS(1749), - [anon_sym_L_SQUOTE] = ACTIONS(1749), - [anon_sym_u_SQUOTE] = ACTIONS(1749), - [anon_sym_U_SQUOTE] = ACTIONS(1749), - [anon_sym_u8_SQUOTE] = ACTIONS(1749), - [anon_sym_SQUOTE] = ACTIONS(1749), - [anon_sym_L_DQUOTE] = ACTIONS(1749), - [anon_sym_u_DQUOTE] = ACTIONS(1749), - [anon_sym_U_DQUOTE] = ACTIONS(1749), - [anon_sym_u8_DQUOTE] = ACTIONS(1749), - [anon_sym_DQUOTE] = ACTIONS(1749), - [sym_true] = ACTIONS(1747), - [sym_false] = ACTIONS(1747), - [sym_null] = ACTIONS(1747), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1747), - [anon_sym_virtual] = ACTIONS(1747), - [anon_sym_explicit] = ACTIONS(1747), - [sym_auto] = ACTIONS(1747), - [anon_sym_typename] = ACTIONS(1747), - [anon_sym_template] = ACTIONS(1747), - [anon_sym_operator] = ACTIONS(1747), - [anon_sym_delete] = ACTIONS(1747), - [anon_sym_throw] = ACTIONS(1747), - [anon_sym_namespace] = ACTIONS(1747), - [anon_sym_using] = ACTIONS(1747), - [anon_sym_static_assert] = ACTIONS(1747), - [anon_sym_co_return] = ACTIONS(1747), - [anon_sym_co_yield] = ACTIONS(1747), - [anon_sym_try] = ACTIONS(1747), - [anon_sym_co_await] = ACTIONS(1747), - [anon_sym_new] = ACTIONS(1747), - [sym_this] = ACTIONS(1747), - [sym_nullptr] = ACTIONS(1747), - [sym_alone_macro] = ACTIONS(1749), - [aux_sym_alone_macro_call_token1] = ACTIONS(1747), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_FORWARD] = ACTIONS(1747), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_PS_GET] = ACTIONS(1747), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), - [anon_sym_MOZ_COLD] = ACTIONS(1747), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_RAII] = ACTIONS(1747), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), - [sym_raw_string_literal] = ACTIONS(1749), + [481] = { + [ts_builtin_sym_end] = ACTIONS(1531), + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1613), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), }, - [504] = { - [ts_builtin_sym_end] = ACTIONS(1817), - [sym_identifier] = ACTIONS(1815), - [aux_sym_preproc_include_token1] = ACTIONS(1815), - [aux_sym_preproc_def_token1] = ACTIONS(1815), - [aux_sym_preproc_if_token1] = ACTIONS(1815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), - [sym_preproc_directive] = ACTIONS(1815), - [anon_sym_LPAREN2] = ACTIONS(1817), - [anon_sym_BANG] = ACTIONS(1817), - [anon_sym_TILDE] = ACTIONS(1817), - [anon_sym_DASH] = ACTIONS(1815), - [anon_sym_PLUS] = ACTIONS(1815), - [anon_sym_STAR] = ACTIONS(1817), - [anon_sym_AMP_AMP] = ACTIONS(1817), - [anon_sym_AMP] = ACTIONS(1815), - [anon_sym_SEMI] = ACTIONS(1817), - [anon_sym_typedef] = ACTIONS(1815), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1815), - [anon_sym_COLON_COLON] = ACTIONS(1817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), - [anon_sym___declspec] = ACTIONS(1815), - [anon_sym___based] = ACTIONS(1815), - [anon_sym___cdecl] = ACTIONS(1815), - [anon_sym___clrcall] = ACTIONS(1815), - [anon_sym___stdcall] = ACTIONS(1815), - [anon_sym___fastcall] = ACTIONS(1815), - [anon_sym___thiscall] = ACTIONS(1815), - [anon_sym___vectorcall] = ACTIONS(1815), - [anon_sym_LBRACE] = ACTIONS(1817), - [anon_sym_LBRACK] = ACTIONS(1815), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1815), - [anon_sym_volatile] = ACTIONS(1815), - [anon_sym_restrict] = ACTIONS(1815), - [anon_sym__Atomic] = ACTIONS(1815), - [anon_sym_mutable] = ACTIONS(1815), - [anon_sym_constexpr] = ACTIONS(1815), - [anon_sym_signed] = ACTIONS(1815), - [anon_sym_unsigned] = ACTIONS(1815), - [anon_sym_long] = ACTIONS(1815), - [anon_sym_short] = ACTIONS(1815), - [sym_primitive_type] = ACTIONS(1815), - [anon_sym_enum] = ACTIONS(1815), - [anon_sym_class] = ACTIONS(1815), - [anon_sym_struct] = ACTIONS(1815), - [anon_sym_union] = ACTIONS(1815), - [anon_sym_if] = ACTIONS(1815), - [anon_sym_switch] = ACTIONS(1815), - [anon_sym_case] = ACTIONS(1815), - [anon_sym_default] = ACTIONS(1815), - [anon_sym_while] = ACTIONS(1815), - [anon_sym_do] = ACTIONS(1815), - [anon_sym_for] = ACTIONS(1815), - [anon_sym_return] = ACTIONS(1815), - [anon_sym_break] = ACTIONS(1815), - [anon_sym_continue] = ACTIONS(1815), - [anon_sym_goto] = ACTIONS(1815), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1815), - [sym_number_literal] = ACTIONS(1817), - [anon_sym_L_SQUOTE] = ACTIONS(1817), - [anon_sym_u_SQUOTE] = ACTIONS(1817), - [anon_sym_U_SQUOTE] = ACTIONS(1817), - [anon_sym_u8_SQUOTE] = ACTIONS(1817), - [anon_sym_SQUOTE] = ACTIONS(1817), - [anon_sym_L_DQUOTE] = ACTIONS(1817), - [anon_sym_u_DQUOTE] = ACTIONS(1817), - [anon_sym_U_DQUOTE] = ACTIONS(1817), - [anon_sym_u8_DQUOTE] = ACTIONS(1817), - [anon_sym_DQUOTE] = ACTIONS(1817), - [sym_true] = ACTIONS(1815), - [sym_false] = ACTIONS(1815), - [sym_null] = ACTIONS(1815), + [482] = { + [sym_identifier] = ACTIONS(1545), + [aux_sym_preproc_include_token1] = ACTIONS(1545), + [aux_sym_preproc_def_token1] = ACTIONS(1545), + [aux_sym_preproc_if_token1] = ACTIONS(1545), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1545), + [anon_sym_LPAREN2] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_AMP_AMP] = ACTIONS(1547), + [anon_sym_AMP] = ACTIONS(1545), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym___attribute__] = ACTIONS(1545), + [anon_sym_COLON_COLON] = ACTIONS(1547), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), + [anon_sym___declspec] = ACTIONS(1545), + [anon_sym___based] = ACTIONS(1545), + [anon_sym___cdecl] = ACTIONS(1545), + [anon_sym___clrcall] = ACTIONS(1545), + [anon_sym___stdcall] = ACTIONS(1545), + [anon_sym___fastcall] = ACTIONS(1545), + [anon_sym___thiscall] = ACTIONS(1545), + [anon_sym___vectorcall] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_RBRACE] = ACTIONS(1547), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_thread_local] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym__Atomic] = ACTIONS(1545), + [anon_sym_mutable] = ACTIONS(1545), + [anon_sym_constexpr] = ACTIONS(1545), + [anon_sym_signed] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_class] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1547), + [anon_sym_L_SQUOTE] = ACTIONS(1547), + [anon_sym_u_SQUOTE] = ACTIONS(1547), + [anon_sym_U_SQUOTE] = ACTIONS(1547), + [anon_sym_u8_SQUOTE] = ACTIONS(1547), + [anon_sym_SQUOTE] = ACTIONS(1547), + [anon_sym_L_DQUOTE] = ACTIONS(1547), + [anon_sym_u_DQUOTE] = ACTIONS(1547), + [anon_sym_U_DQUOTE] = ACTIONS(1547), + [anon_sym_u8_DQUOTE] = ACTIONS(1547), + [anon_sym_DQUOTE] = ACTIONS(1547), + [sym_true] = ACTIONS(1545), + [sym_false] = ACTIONS(1545), + [sym_null] = ACTIONS(1545), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1815), - [anon_sym_virtual] = ACTIONS(1815), - [anon_sym_explicit] = ACTIONS(1815), - [sym_auto] = ACTIONS(1815), - [anon_sym_typename] = ACTIONS(1815), - [anon_sym_template] = ACTIONS(1815), - [anon_sym_operator] = ACTIONS(1815), - [anon_sym_delete] = ACTIONS(1815), - [anon_sym_throw] = ACTIONS(1815), - [anon_sym_namespace] = ACTIONS(1815), - [anon_sym_using] = ACTIONS(1815), - [anon_sym_static_assert] = ACTIONS(1815), - [anon_sym_co_return] = ACTIONS(1815), - [anon_sym_co_yield] = ACTIONS(1815), - [anon_sym_try] = ACTIONS(1815), - [anon_sym_co_await] = ACTIONS(1815), - [anon_sym_new] = ACTIONS(1815), - [sym_this] = ACTIONS(1815), - [sym_nullptr] = ACTIONS(1815), - [sym_alone_macro] = ACTIONS(1817), - [aux_sym_alone_macro_call_token1] = ACTIONS(1815), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_FORWARD] = ACTIONS(1815), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1815), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_PS_GET] = ACTIONS(1815), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1815), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1815), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), - [anon_sym_MOZ_COLD] = ACTIONS(1815), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_NONNULL] = ACTIONS(1815), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), - [anon_sym_MOZ_RAII] = ACTIONS(1815), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), - [sym_raw_string_literal] = ACTIONS(1817), + [anon_sym_decltype] = ACTIONS(1545), + [anon_sym_virtual] = ACTIONS(1545), + [anon_sym_explicit] = ACTIONS(1545), + [sym_auto] = ACTIONS(1545), + [anon_sym_typename] = ACTIONS(1545), + [anon_sym_template] = ACTIONS(1545), + [anon_sym_operator] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_throw] = ACTIONS(1545), + [anon_sym_namespace] = ACTIONS(1545), + [anon_sym_using] = ACTIONS(1545), + [anon_sym_static_assert] = ACTIONS(1545), + [anon_sym_co_return] = ACTIONS(1545), + [anon_sym_co_yield] = ACTIONS(1545), + [anon_sym_try] = ACTIONS(1545), + [anon_sym_co_await] = ACTIONS(1545), + [anon_sym_new] = ACTIONS(1545), + [sym_this] = ACTIONS(1545), + [sym_nullptr] = ACTIONS(1545), + [sym_alone_macro] = ACTIONS(1547), + [aux_sym_alone_macro_call_token1] = ACTIONS(1545), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_FORWARD] = ACTIONS(1545), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_PS_GET] = ACTIONS(1545), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), + [anon_sym_MOZ_COLD] = ACTIONS(1545), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_RAII] = ACTIONS(1545), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), + [sym_raw_string_literal] = ACTIONS(1547), }, - [505] = { - [ts_builtin_sym_end] = ACTIONS(1833), - [sym_identifier] = ACTIONS(1831), - [aux_sym_preproc_include_token1] = ACTIONS(1831), - [aux_sym_preproc_def_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), - [sym_preproc_directive] = ACTIONS(1831), - [anon_sym_LPAREN2] = ACTIONS(1833), - [anon_sym_BANG] = ACTIONS(1833), - [anon_sym_TILDE] = ACTIONS(1833), - [anon_sym_DASH] = ACTIONS(1831), - [anon_sym_PLUS] = ACTIONS(1831), - [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_SEMI] = ACTIONS(1833), - [anon_sym_typedef] = ACTIONS(1831), - [anon_sym_extern] = ACTIONS(1831), - [anon_sym___attribute__] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), - [anon_sym___declspec] = ACTIONS(1831), - [anon_sym___based] = ACTIONS(1831), - [anon_sym___cdecl] = ACTIONS(1831), - [anon_sym___clrcall] = ACTIONS(1831), - [anon_sym___stdcall] = ACTIONS(1831), - [anon_sym___fastcall] = ACTIONS(1831), - [anon_sym___thiscall] = ACTIONS(1831), - [anon_sym___vectorcall] = ACTIONS(1831), - [anon_sym_LBRACE] = ACTIONS(1833), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_static] = ACTIONS(1831), - [anon_sym_register] = ACTIONS(1831), - [anon_sym_inline] = ACTIONS(1831), - [anon_sym_thread_local] = ACTIONS(1831), - [anon_sym_const] = ACTIONS(1831), - [anon_sym_volatile] = ACTIONS(1831), - [anon_sym_restrict] = ACTIONS(1831), - [anon_sym__Atomic] = ACTIONS(1831), - [anon_sym_mutable] = ACTIONS(1831), - [anon_sym_constexpr] = ACTIONS(1831), - [anon_sym_signed] = ACTIONS(1831), - [anon_sym_unsigned] = ACTIONS(1831), - [anon_sym_long] = ACTIONS(1831), - [anon_sym_short] = ACTIONS(1831), - [sym_primitive_type] = ACTIONS(1831), - [anon_sym_enum] = ACTIONS(1831), - [anon_sym_class] = ACTIONS(1831), - [anon_sym_struct] = ACTIONS(1831), - [anon_sym_union] = ACTIONS(1831), - [anon_sym_if] = ACTIONS(1831), - [anon_sym_switch] = ACTIONS(1831), - [anon_sym_case] = ACTIONS(1831), - [anon_sym_default] = ACTIONS(1831), - [anon_sym_while] = ACTIONS(1831), - [anon_sym_do] = ACTIONS(1831), - [anon_sym_for] = ACTIONS(1831), - [anon_sym_return] = ACTIONS(1831), - [anon_sym_break] = ACTIONS(1831), - [anon_sym_continue] = ACTIONS(1831), - [anon_sym_goto] = ACTIONS(1831), - [anon_sym_DASH_DASH] = ACTIONS(1833), - [anon_sym_PLUS_PLUS] = ACTIONS(1833), - [anon_sym_sizeof] = ACTIONS(1831), - [sym_number_literal] = ACTIONS(1833), - [anon_sym_L_SQUOTE] = ACTIONS(1833), - [anon_sym_u_SQUOTE] = ACTIONS(1833), - [anon_sym_U_SQUOTE] = ACTIONS(1833), - [anon_sym_u8_SQUOTE] = ACTIONS(1833), - [anon_sym_SQUOTE] = ACTIONS(1833), - [anon_sym_L_DQUOTE] = ACTIONS(1833), - [anon_sym_u_DQUOTE] = ACTIONS(1833), - [anon_sym_U_DQUOTE] = ACTIONS(1833), - [anon_sym_u8_DQUOTE] = ACTIONS(1833), - [anon_sym_DQUOTE] = ACTIONS(1833), - [sym_true] = ACTIONS(1831), - [sym_false] = ACTIONS(1831), - [sym_null] = ACTIONS(1831), + [483] = { + [ts_builtin_sym_end] = ACTIONS(1685), + [sym_identifier] = ACTIONS(1683), + [aux_sym_preproc_include_token1] = ACTIONS(1683), + [aux_sym_preproc_def_token1] = ACTIONS(1683), + [aux_sym_preproc_if_token1] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1683), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1683), + [sym_preproc_directive] = ACTIONS(1683), + [anon_sym_LPAREN2] = ACTIONS(1685), + [anon_sym_BANG] = ACTIONS(1685), + [anon_sym_TILDE] = ACTIONS(1685), + [anon_sym_DASH] = ACTIONS(1683), + [anon_sym_PLUS] = ACTIONS(1683), + [anon_sym_STAR] = ACTIONS(1685), + [anon_sym_AMP_AMP] = ACTIONS(1685), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_SEMI] = ACTIONS(1685), + [anon_sym_typedef] = ACTIONS(1683), + [anon_sym_extern] = ACTIONS(1683), + [anon_sym___attribute__] = ACTIONS(1683), + [anon_sym_COLON_COLON] = ACTIONS(1685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), + [anon_sym___declspec] = ACTIONS(1683), + [anon_sym___based] = ACTIONS(1683), + [anon_sym___cdecl] = ACTIONS(1683), + [anon_sym___clrcall] = ACTIONS(1683), + [anon_sym___stdcall] = ACTIONS(1683), + [anon_sym___fastcall] = ACTIONS(1683), + [anon_sym___thiscall] = ACTIONS(1683), + [anon_sym___vectorcall] = ACTIONS(1683), + [anon_sym_LBRACE] = ACTIONS(1685), + [anon_sym_LBRACK] = ACTIONS(1683), + [anon_sym_static] = ACTIONS(1683), + [anon_sym_register] = ACTIONS(1683), + [anon_sym_inline] = ACTIONS(1683), + [anon_sym_thread_local] = ACTIONS(1683), + [anon_sym_const] = ACTIONS(1683), + [anon_sym_volatile] = ACTIONS(1683), + [anon_sym_restrict] = ACTIONS(1683), + [anon_sym__Atomic] = ACTIONS(1683), + [anon_sym_mutable] = ACTIONS(1683), + [anon_sym_constexpr] = ACTIONS(1683), + [anon_sym_signed] = ACTIONS(1683), + [anon_sym_unsigned] = ACTIONS(1683), + [anon_sym_long] = ACTIONS(1683), + [anon_sym_short] = ACTIONS(1683), + [sym_primitive_type] = ACTIONS(1683), + [anon_sym_enum] = ACTIONS(1683), + [anon_sym_class] = ACTIONS(1683), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1683), + [anon_sym_if] = ACTIONS(1683), + [anon_sym_else] = ACTIONS(1683), + [anon_sym_switch] = ACTIONS(1683), + [anon_sym_case] = ACTIONS(1683), + [anon_sym_default] = ACTIONS(1683), + [anon_sym_while] = ACTIONS(1683), + [anon_sym_do] = ACTIONS(1683), + [anon_sym_for] = ACTIONS(1683), + [anon_sym_return] = ACTIONS(1683), + [anon_sym_break] = ACTIONS(1683), + [anon_sym_continue] = ACTIONS(1683), + [anon_sym_goto] = ACTIONS(1683), + [anon_sym_DASH_DASH] = ACTIONS(1685), + [anon_sym_PLUS_PLUS] = ACTIONS(1685), + [anon_sym_sizeof] = ACTIONS(1683), + [sym_number_literal] = ACTIONS(1685), + [anon_sym_L_SQUOTE] = ACTIONS(1685), + [anon_sym_u_SQUOTE] = ACTIONS(1685), + [anon_sym_U_SQUOTE] = ACTIONS(1685), + [anon_sym_u8_SQUOTE] = ACTIONS(1685), + [anon_sym_SQUOTE] = ACTIONS(1685), + [anon_sym_L_DQUOTE] = ACTIONS(1685), + [anon_sym_u_DQUOTE] = ACTIONS(1685), + [anon_sym_U_DQUOTE] = ACTIONS(1685), + [anon_sym_u8_DQUOTE] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(1685), + [sym_true] = ACTIONS(1683), + [sym_false] = ACTIONS(1683), + [sym_null] = ACTIONS(1683), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1831), - [anon_sym_virtual] = ACTIONS(1831), - [anon_sym_explicit] = ACTIONS(1831), - [sym_auto] = ACTIONS(1831), - [anon_sym_typename] = ACTIONS(1831), - [anon_sym_template] = ACTIONS(1831), - [anon_sym_operator] = ACTIONS(1831), - [anon_sym_delete] = ACTIONS(1831), - [anon_sym_throw] = ACTIONS(1831), - [anon_sym_namespace] = ACTIONS(1831), - [anon_sym_using] = ACTIONS(1831), - [anon_sym_static_assert] = ACTIONS(1831), - [anon_sym_co_return] = ACTIONS(1831), - [anon_sym_co_yield] = ACTIONS(1831), - [anon_sym_try] = ACTIONS(1831), - [anon_sym_co_await] = ACTIONS(1831), - [anon_sym_new] = ACTIONS(1831), - [sym_this] = ACTIONS(1831), - [sym_nullptr] = ACTIONS(1831), - [sym_alone_macro] = ACTIONS(1833), - [aux_sym_alone_macro_call_token1] = ACTIONS(1831), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_FORWARD] = ACTIONS(1831), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_PS_GET] = ACTIONS(1831), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), - [anon_sym_MOZ_COLD] = ACTIONS(1831), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_RAII] = ACTIONS(1831), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), - [sym_raw_string_literal] = ACTIONS(1833), + [anon_sym_decltype] = ACTIONS(1683), + [anon_sym_virtual] = ACTIONS(1683), + [anon_sym_explicit] = ACTIONS(1683), + [sym_auto] = ACTIONS(1683), + [anon_sym_typename] = ACTIONS(1683), + [anon_sym_template] = ACTIONS(1683), + [anon_sym_operator] = ACTIONS(1683), + [anon_sym_delete] = ACTIONS(1683), + [anon_sym_throw] = ACTIONS(1683), + [anon_sym_namespace] = ACTIONS(1683), + [anon_sym_using] = ACTIONS(1683), + [anon_sym_static_assert] = ACTIONS(1683), + [anon_sym_co_return] = ACTIONS(1683), + [anon_sym_co_yield] = ACTIONS(1683), + [anon_sym_try] = ACTIONS(1683), + [anon_sym_co_await] = ACTIONS(1683), + [anon_sym_new] = ACTIONS(1683), + [sym_this] = ACTIONS(1683), + [sym_nullptr] = ACTIONS(1683), + [sym_alone_macro] = ACTIONS(1685), + [aux_sym_alone_macro_call_token1] = ACTIONS(1683), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_FORWARD] = ACTIONS(1683), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_PS_GET] = ACTIONS(1683), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), + [anon_sym_MOZ_COLD] = ACTIONS(1683), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_RAII] = ACTIONS(1683), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), + [sym_raw_string_literal] = ACTIONS(1685), }, - [506] = { - [sym_identifier] = ACTIONS(1743), - [aux_sym_preproc_include_token1] = ACTIONS(1743), - [aux_sym_preproc_def_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token2] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1743), - [anon_sym_LPAREN2] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(1745), - [anon_sym_TILDE] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(1743), - [anon_sym_PLUS] = ACTIONS(1743), - [anon_sym_STAR] = ACTIONS(1745), - [anon_sym_AMP_AMP] = ACTIONS(1745), - [anon_sym_AMP] = ACTIONS(1743), - [anon_sym_SEMI] = ACTIONS(1745), - [anon_sym_typedef] = ACTIONS(1743), - [anon_sym_extern] = ACTIONS(1743), - [anon_sym___attribute__] = ACTIONS(1743), - [anon_sym_COLON_COLON] = ACTIONS(1745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), - [anon_sym___declspec] = ACTIONS(1743), - [anon_sym___based] = ACTIONS(1743), - [anon_sym___cdecl] = ACTIONS(1743), - [anon_sym___clrcall] = ACTIONS(1743), - [anon_sym___stdcall] = ACTIONS(1743), - [anon_sym___fastcall] = ACTIONS(1743), - [anon_sym___thiscall] = ACTIONS(1743), - [anon_sym___vectorcall] = ACTIONS(1743), - [anon_sym_LBRACE] = ACTIONS(1745), - [anon_sym_LBRACK] = ACTIONS(1743), - [anon_sym_static] = ACTIONS(1743), - [anon_sym_register] = ACTIONS(1743), - [anon_sym_inline] = ACTIONS(1743), - [anon_sym_thread_local] = ACTIONS(1743), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_volatile] = ACTIONS(1743), - [anon_sym_restrict] = ACTIONS(1743), - [anon_sym__Atomic] = ACTIONS(1743), - [anon_sym_mutable] = ACTIONS(1743), - [anon_sym_constexpr] = ACTIONS(1743), - [anon_sym_signed] = ACTIONS(1743), - [anon_sym_unsigned] = ACTIONS(1743), - [anon_sym_long] = ACTIONS(1743), - [anon_sym_short] = ACTIONS(1743), - [sym_primitive_type] = ACTIONS(1743), - [anon_sym_enum] = ACTIONS(1743), - [anon_sym_class] = ACTIONS(1743), - [anon_sym_struct] = ACTIONS(1743), - [anon_sym_union] = ACTIONS(1743), - [anon_sym_if] = ACTIONS(1743), - [anon_sym_switch] = ACTIONS(1743), - [anon_sym_case] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1743), - [anon_sym_while] = ACTIONS(1743), - [anon_sym_do] = ACTIONS(1743), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(1743), - [anon_sym_break] = ACTIONS(1743), - [anon_sym_continue] = ACTIONS(1743), - [anon_sym_goto] = ACTIONS(1743), - [anon_sym_DASH_DASH] = ACTIONS(1745), - [anon_sym_PLUS_PLUS] = ACTIONS(1745), - [anon_sym_sizeof] = ACTIONS(1743), - [sym_number_literal] = ACTIONS(1745), - [anon_sym_L_SQUOTE] = ACTIONS(1745), - [anon_sym_u_SQUOTE] = ACTIONS(1745), - [anon_sym_U_SQUOTE] = ACTIONS(1745), - [anon_sym_u8_SQUOTE] = ACTIONS(1745), - [anon_sym_SQUOTE] = ACTIONS(1745), - [anon_sym_L_DQUOTE] = ACTIONS(1745), - [anon_sym_u_DQUOTE] = ACTIONS(1745), - [anon_sym_U_DQUOTE] = ACTIONS(1745), - [anon_sym_u8_DQUOTE] = ACTIONS(1745), - [anon_sym_DQUOTE] = ACTIONS(1745), - [sym_true] = ACTIONS(1743), - [sym_false] = ACTIONS(1743), - [sym_null] = ACTIONS(1743), + [484] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1743), - [anon_sym_virtual] = ACTIONS(1743), - [anon_sym_explicit] = ACTIONS(1743), - [sym_auto] = ACTIONS(1743), - [anon_sym_typename] = ACTIONS(1743), - [anon_sym_template] = ACTIONS(1743), - [anon_sym_operator] = ACTIONS(1743), - [anon_sym_delete] = ACTIONS(1743), - [anon_sym_throw] = ACTIONS(1743), - [anon_sym_namespace] = ACTIONS(1743), - [anon_sym_using] = ACTIONS(1743), - [anon_sym_static_assert] = ACTIONS(1743), - [anon_sym_co_return] = ACTIONS(1743), - [anon_sym_co_yield] = ACTIONS(1743), - [anon_sym_try] = ACTIONS(1743), - [anon_sym_co_await] = ACTIONS(1743), - [anon_sym_new] = ACTIONS(1743), - [sym_this] = ACTIONS(1743), - [sym_nullptr] = ACTIONS(1743), - [sym_alone_macro] = ACTIONS(1745), - [aux_sym_alone_macro_call_token1] = ACTIONS(1743), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_FORWARD] = ACTIONS(1743), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_PS_GET] = ACTIONS(1743), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), - [anon_sym_MOZ_COLD] = ACTIONS(1743), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_RAII] = ACTIONS(1743), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), - [sym_raw_string_literal] = ACTIONS(1745), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [507] = { - [sym_identifier] = ACTIONS(1851), - [aux_sym_preproc_include_token1] = ACTIONS(1851), - [aux_sym_preproc_def_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1851), - [anon_sym_LPAREN2] = ACTIONS(1853), - [anon_sym_BANG] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_PLUS] = ACTIONS(1851), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_AMP_AMP] = ACTIONS(1853), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_SEMI] = ACTIONS(1853), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym___attribute__] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), - [anon_sym___declspec] = ACTIONS(1851), - [anon_sym___based] = ACTIONS(1851), - [anon_sym___cdecl] = ACTIONS(1851), - [anon_sym___clrcall] = ACTIONS(1851), - [anon_sym___stdcall] = ACTIONS(1851), - [anon_sym___fastcall] = ACTIONS(1851), - [anon_sym___thiscall] = ACTIONS(1851), - [anon_sym___vectorcall] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_RBRACE] = ACTIONS(1853), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_thread_local] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym__Atomic] = ACTIONS(1851), - [anon_sym_mutable] = ACTIONS(1851), - [anon_sym_constexpr] = ACTIONS(1851), - [anon_sym_signed] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_class] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1851), - [anon_sym_switch] = ACTIONS(1851), - [anon_sym_case] = ACTIONS(1851), - [anon_sym_default] = ACTIONS(1851), - [anon_sym_while] = ACTIONS(1851), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_for] = ACTIONS(1851), - [anon_sym_return] = ACTIONS(1851), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1851), - [anon_sym_goto] = ACTIONS(1851), - [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_PLUS_PLUS] = ACTIONS(1853), - [anon_sym_sizeof] = ACTIONS(1851), - [sym_number_literal] = ACTIONS(1853), - [anon_sym_L_SQUOTE] = ACTIONS(1853), - [anon_sym_u_SQUOTE] = ACTIONS(1853), - [anon_sym_U_SQUOTE] = ACTIONS(1853), - [anon_sym_u8_SQUOTE] = ACTIONS(1853), - [anon_sym_SQUOTE] = ACTIONS(1853), - [anon_sym_L_DQUOTE] = ACTIONS(1853), - [anon_sym_u_DQUOTE] = ACTIONS(1853), - [anon_sym_U_DQUOTE] = ACTIONS(1853), - [anon_sym_u8_DQUOTE] = ACTIONS(1853), - [anon_sym_DQUOTE] = ACTIONS(1853), - [sym_true] = ACTIONS(1851), - [sym_false] = ACTIONS(1851), - [sym_null] = ACTIONS(1851), + [485] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [486] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1613), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), + }, + [487] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1851), - [anon_sym_virtual] = ACTIONS(1851), - [anon_sym_explicit] = ACTIONS(1851), - [sym_auto] = ACTIONS(1851), - [anon_sym_typename] = ACTIONS(1851), - [anon_sym_template] = ACTIONS(1851), - [anon_sym_operator] = ACTIONS(1851), - [anon_sym_delete] = ACTIONS(1851), - [anon_sym_throw] = ACTIONS(1851), - [anon_sym_namespace] = ACTIONS(1851), - [anon_sym_using] = ACTIONS(1851), - [anon_sym_static_assert] = ACTIONS(1851), - [anon_sym_co_return] = ACTIONS(1851), - [anon_sym_co_yield] = ACTIONS(1851), - [anon_sym_try] = ACTIONS(1851), - [anon_sym_co_await] = ACTIONS(1851), - [anon_sym_new] = ACTIONS(1851), - [sym_this] = ACTIONS(1851), - [sym_nullptr] = ACTIONS(1851), - [sym_alone_macro] = ACTIONS(1853), - [aux_sym_alone_macro_call_token1] = ACTIONS(1851), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_FORWARD] = ACTIONS(1851), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_PS_GET] = ACTIONS(1851), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), - [anon_sym_MOZ_COLD] = ACTIONS(1851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_RAII] = ACTIONS(1851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), - [sym_raw_string_literal] = ACTIONS(1853), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [508] = { - [sym_identifier] = ACTIONS(1783), - [aux_sym_preproc_include_token1] = ACTIONS(1783), - [aux_sym_preproc_def_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token2] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1783), - [anon_sym_LPAREN2] = ACTIONS(1785), - [anon_sym_BANG] = ACTIONS(1785), - [anon_sym_TILDE] = ACTIONS(1785), - [anon_sym_DASH] = ACTIONS(1783), - [anon_sym_PLUS] = ACTIONS(1783), - [anon_sym_STAR] = ACTIONS(1785), - [anon_sym_AMP_AMP] = ACTIONS(1785), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_SEMI] = ACTIONS(1785), - [anon_sym_typedef] = ACTIONS(1783), - [anon_sym_extern] = ACTIONS(1783), - [anon_sym___attribute__] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), - [anon_sym___declspec] = ACTIONS(1783), - [anon_sym___based] = ACTIONS(1783), - [anon_sym___cdecl] = ACTIONS(1783), - [anon_sym___clrcall] = ACTIONS(1783), - [anon_sym___stdcall] = ACTIONS(1783), - [anon_sym___fastcall] = ACTIONS(1783), - [anon_sym___thiscall] = ACTIONS(1783), - [anon_sym___vectorcall] = ACTIONS(1783), - [anon_sym_LBRACE] = ACTIONS(1785), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_static] = ACTIONS(1783), - [anon_sym_register] = ACTIONS(1783), - [anon_sym_inline] = ACTIONS(1783), - [anon_sym_thread_local] = ACTIONS(1783), - [anon_sym_const] = ACTIONS(1783), - [anon_sym_volatile] = ACTIONS(1783), - [anon_sym_restrict] = ACTIONS(1783), - [anon_sym__Atomic] = ACTIONS(1783), - [anon_sym_mutable] = ACTIONS(1783), - [anon_sym_constexpr] = ACTIONS(1783), - [anon_sym_signed] = ACTIONS(1783), - [anon_sym_unsigned] = ACTIONS(1783), - [anon_sym_long] = ACTIONS(1783), - [anon_sym_short] = ACTIONS(1783), - [sym_primitive_type] = ACTIONS(1783), - [anon_sym_enum] = ACTIONS(1783), - [anon_sym_class] = ACTIONS(1783), - [anon_sym_struct] = ACTIONS(1783), - [anon_sym_union] = ACTIONS(1783), - [anon_sym_if] = ACTIONS(1783), - [anon_sym_switch] = ACTIONS(1783), - [anon_sym_case] = ACTIONS(1783), - [anon_sym_default] = ACTIONS(1783), - [anon_sym_while] = ACTIONS(1783), - [anon_sym_do] = ACTIONS(1783), - [anon_sym_for] = ACTIONS(1783), - [anon_sym_return] = ACTIONS(1783), - [anon_sym_break] = ACTIONS(1783), - [anon_sym_continue] = ACTIONS(1783), - [anon_sym_goto] = ACTIONS(1783), - [anon_sym_DASH_DASH] = ACTIONS(1785), - [anon_sym_PLUS_PLUS] = ACTIONS(1785), - [anon_sym_sizeof] = ACTIONS(1783), - [sym_number_literal] = ACTIONS(1785), - [anon_sym_L_SQUOTE] = ACTIONS(1785), - [anon_sym_u_SQUOTE] = ACTIONS(1785), - [anon_sym_U_SQUOTE] = ACTIONS(1785), - [anon_sym_u8_SQUOTE] = ACTIONS(1785), - [anon_sym_SQUOTE] = ACTIONS(1785), - [anon_sym_L_DQUOTE] = ACTIONS(1785), - [anon_sym_u_DQUOTE] = ACTIONS(1785), - [anon_sym_U_DQUOTE] = ACTIONS(1785), - [anon_sym_u8_DQUOTE] = ACTIONS(1785), - [anon_sym_DQUOTE] = ACTIONS(1785), - [sym_true] = ACTIONS(1783), - [sym_false] = ACTIONS(1783), - [sym_null] = ACTIONS(1783), + [488] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1783), - [anon_sym_virtual] = ACTIONS(1783), - [anon_sym_explicit] = ACTIONS(1783), - [sym_auto] = ACTIONS(1783), - [anon_sym_typename] = ACTIONS(1783), - [anon_sym_template] = ACTIONS(1783), - [anon_sym_operator] = ACTIONS(1783), - [anon_sym_delete] = ACTIONS(1783), - [anon_sym_throw] = ACTIONS(1783), - [anon_sym_namespace] = ACTIONS(1783), - [anon_sym_using] = ACTIONS(1783), - [anon_sym_static_assert] = ACTIONS(1783), - [anon_sym_co_return] = ACTIONS(1783), - [anon_sym_co_yield] = ACTIONS(1783), - [anon_sym_try] = ACTIONS(1783), - [anon_sym_co_await] = ACTIONS(1783), - [anon_sym_new] = ACTIONS(1783), - [sym_this] = ACTIONS(1783), - [sym_nullptr] = ACTIONS(1783), - [sym_alone_macro] = ACTIONS(1785), - [aux_sym_alone_macro_call_token1] = ACTIONS(1783), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_FORWARD] = ACTIONS(1783), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_PS_GET] = ACTIONS(1783), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), - [anon_sym_MOZ_COLD] = ACTIONS(1783), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_RAII] = ACTIONS(1783), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), - [sym_raw_string_literal] = ACTIONS(1785), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [509] = { - [sym_identifier] = ACTIONS(1787), - [aux_sym_preproc_include_token1] = ACTIONS(1787), - [aux_sym_preproc_def_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token2] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), - [sym_preproc_directive] = ACTIONS(1787), - [anon_sym_LPAREN2] = ACTIONS(1789), - [anon_sym_BANG] = ACTIONS(1789), - [anon_sym_TILDE] = ACTIONS(1789), - [anon_sym_DASH] = ACTIONS(1787), - [anon_sym_PLUS] = ACTIONS(1787), - [anon_sym_STAR] = ACTIONS(1789), - [anon_sym_AMP_AMP] = ACTIONS(1789), - [anon_sym_AMP] = ACTIONS(1787), - [anon_sym_SEMI] = ACTIONS(1789), - [anon_sym_typedef] = ACTIONS(1787), - [anon_sym_extern] = ACTIONS(1787), - [anon_sym___attribute__] = ACTIONS(1787), - [anon_sym_COLON_COLON] = ACTIONS(1789), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), - [anon_sym___declspec] = ACTIONS(1787), - [anon_sym___based] = ACTIONS(1787), - [anon_sym___cdecl] = ACTIONS(1787), - [anon_sym___clrcall] = ACTIONS(1787), - [anon_sym___stdcall] = ACTIONS(1787), - [anon_sym___fastcall] = ACTIONS(1787), - [anon_sym___thiscall] = ACTIONS(1787), - [anon_sym___vectorcall] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1789), - [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_static] = ACTIONS(1787), - [anon_sym_register] = ACTIONS(1787), - [anon_sym_inline] = ACTIONS(1787), - [anon_sym_thread_local] = ACTIONS(1787), - [anon_sym_const] = ACTIONS(1787), - [anon_sym_volatile] = ACTIONS(1787), - [anon_sym_restrict] = ACTIONS(1787), - [anon_sym__Atomic] = ACTIONS(1787), - [anon_sym_mutable] = ACTIONS(1787), - [anon_sym_constexpr] = ACTIONS(1787), - [anon_sym_signed] = ACTIONS(1787), - [anon_sym_unsigned] = ACTIONS(1787), - [anon_sym_long] = ACTIONS(1787), - [anon_sym_short] = ACTIONS(1787), - [sym_primitive_type] = ACTIONS(1787), - [anon_sym_enum] = ACTIONS(1787), - [anon_sym_class] = ACTIONS(1787), - [anon_sym_struct] = ACTIONS(1787), - [anon_sym_union] = ACTIONS(1787), - [anon_sym_if] = ACTIONS(1787), - [anon_sym_switch] = ACTIONS(1787), - [anon_sym_case] = ACTIONS(1787), - [anon_sym_default] = ACTIONS(1787), - [anon_sym_while] = ACTIONS(1787), - [anon_sym_do] = ACTIONS(1787), - [anon_sym_for] = ACTIONS(1787), - [anon_sym_return] = ACTIONS(1787), - [anon_sym_break] = ACTIONS(1787), - [anon_sym_continue] = ACTIONS(1787), - [anon_sym_goto] = ACTIONS(1787), - [anon_sym_DASH_DASH] = ACTIONS(1789), - [anon_sym_PLUS_PLUS] = ACTIONS(1789), - [anon_sym_sizeof] = ACTIONS(1787), - [sym_number_literal] = ACTIONS(1789), - [anon_sym_L_SQUOTE] = ACTIONS(1789), - [anon_sym_u_SQUOTE] = ACTIONS(1789), - [anon_sym_U_SQUOTE] = ACTIONS(1789), - [anon_sym_u8_SQUOTE] = ACTIONS(1789), - [anon_sym_SQUOTE] = ACTIONS(1789), - [anon_sym_L_DQUOTE] = ACTIONS(1789), - [anon_sym_u_DQUOTE] = ACTIONS(1789), - [anon_sym_U_DQUOTE] = ACTIONS(1789), - [anon_sym_u8_DQUOTE] = ACTIONS(1789), - [anon_sym_DQUOTE] = ACTIONS(1789), - [sym_true] = ACTIONS(1787), - [sym_false] = ACTIONS(1787), - [sym_null] = ACTIONS(1787), + [489] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1787), - [anon_sym_virtual] = ACTIONS(1787), - [anon_sym_explicit] = ACTIONS(1787), - [sym_auto] = ACTIONS(1787), - [anon_sym_typename] = ACTIONS(1787), - [anon_sym_template] = ACTIONS(1787), - [anon_sym_operator] = ACTIONS(1787), - [anon_sym_delete] = ACTIONS(1787), - [anon_sym_throw] = ACTIONS(1787), - [anon_sym_namespace] = ACTIONS(1787), - [anon_sym_using] = ACTIONS(1787), - [anon_sym_static_assert] = ACTIONS(1787), - [anon_sym_co_return] = ACTIONS(1787), - [anon_sym_co_yield] = ACTIONS(1787), - [anon_sym_try] = ACTIONS(1787), - [anon_sym_co_await] = ACTIONS(1787), - [anon_sym_new] = ACTIONS(1787), - [sym_this] = ACTIONS(1787), - [sym_nullptr] = ACTIONS(1787), - [sym_alone_macro] = ACTIONS(1789), - [aux_sym_alone_macro_call_token1] = ACTIONS(1787), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_FORWARD] = ACTIONS(1787), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_PS_GET] = ACTIONS(1787), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), - [anon_sym_MOZ_COLD] = ACTIONS(1787), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_RAII] = ACTIONS(1787), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), - [sym_raw_string_literal] = ACTIONS(1789), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [510] = { - [ts_builtin_sym_end] = ACTIONS(1825), - [sym_identifier] = ACTIONS(1823), - [aux_sym_preproc_include_token1] = ACTIONS(1823), - [aux_sym_preproc_def_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), - [sym_preproc_directive] = ACTIONS(1823), - [anon_sym_LPAREN2] = ACTIONS(1825), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_TILDE] = ACTIONS(1825), - [anon_sym_DASH] = ACTIONS(1823), - [anon_sym_PLUS] = ACTIONS(1823), - [anon_sym_STAR] = ACTIONS(1825), - [anon_sym_AMP_AMP] = ACTIONS(1825), - [anon_sym_AMP] = ACTIONS(1823), - [anon_sym_SEMI] = ACTIONS(1825), - [anon_sym_typedef] = ACTIONS(1823), - [anon_sym_extern] = ACTIONS(1823), - [anon_sym___attribute__] = ACTIONS(1823), - [anon_sym_COLON_COLON] = ACTIONS(1825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), - [anon_sym___declspec] = ACTIONS(1823), - [anon_sym___based] = ACTIONS(1823), - [anon_sym___cdecl] = ACTIONS(1823), - [anon_sym___clrcall] = ACTIONS(1823), - [anon_sym___stdcall] = ACTIONS(1823), - [anon_sym___fastcall] = ACTIONS(1823), - [anon_sym___thiscall] = ACTIONS(1823), - [anon_sym___vectorcall] = ACTIONS(1823), - [anon_sym_LBRACE] = ACTIONS(1825), - [anon_sym_LBRACK] = ACTIONS(1823), - [anon_sym_static] = ACTIONS(1823), - [anon_sym_register] = ACTIONS(1823), - [anon_sym_inline] = ACTIONS(1823), - [anon_sym_thread_local] = ACTIONS(1823), - [anon_sym_const] = ACTIONS(1823), - [anon_sym_volatile] = ACTIONS(1823), - [anon_sym_restrict] = ACTIONS(1823), - [anon_sym__Atomic] = ACTIONS(1823), - [anon_sym_mutable] = ACTIONS(1823), - [anon_sym_constexpr] = ACTIONS(1823), - [anon_sym_signed] = ACTIONS(1823), - [anon_sym_unsigned] = ACTIONS(1823), - [anon_sym_long] = ACTIONS(1823), - [anon_sym_short] = ACTIONS(1823), - [sym_primitive_type] = ACTIONS(1823), - [anon_sym_enum] = ACTIONS(1823), - [anon_sym_class] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1823), - [anon_sym_union] = ACTIONS(1823), - [anon_sym_if] = ACTIONS(1823), - [anon_sym_switch] = ACTIONS(1823), - [anon_sym_case] = ACTIONS(1823), - [anon_sym_default] = ACTIONS(1823), - [anon_sym_while] = ACTIONS(1823), - [anon_sym_do] = ACTIONS(1823), - [anon_sym_for] = ACTIONS(1823), - [anon_sym_return] = ACTIONS(1823), - [anon_sym_break] = ACTIONS(1823), - [anon_sym_continue] = ACTIONS(1823), - [anon_sym_goto] = ACTIONS(1823), - [anon_sym_DASH_DASH] = ACTIONS(1825), - [anon_sym_PLUS_PLUS] = ACTIONS(1825), - [anon_sym_sizeof] = ACTIONS(1823), - [sym_number_literal] = ACTIONS(1825), - [anon_sym_L_SQUOTE] = ACTIONS(1825), - [anon_sym_u_SQUOTE] = ACTIONS(1825), - [anon_sym_U_SQUOTE] = ACTIONS(1825), - [anon_sym_u8_SQUOTE] = ACTIONS(1825), - [anon_sym_SQUOTE] = ACTIONS(1825), - [anon_sym_L_DQUOTE] = ACTIONS(1825), - [anon_sym_u_DQUOTE] = ACTIONS(1825), - [anon_sym_U_DQUOTE] = ACTIONS(1825), - [anon_sym_u8_DQUOTE] = ACTIONS(1825), - [anon_sym_DQUOTE] = ACTIONS(1825), - [sym_true] = ACTIONS(1823), - [sym_false] = ACTIONS(1823), - [sym_null] = ACTIONS(1823), + [490] = { + [ts_builtin_sym_end] = ACTIONS(1617), + [sym_identifier] = ACTIONS(1615), + [aux_sym_preproc_include_token1] = ACTIONS(1615), + [aux_sym_preproc_def_token1] = ACTIONS(1615), + [aux_sym_preproc_if_token1] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1615), + [sym_preproc_directive] = ACTIONS(1615), + [anon_sym_LPAREN2] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_AMP_AMP] = ACTIONS(1617), + [anon_sym_AMP] = ACTIONS(1615), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym___attribute__] = ACTIONS(1615), + [anon_sym_COLON_COLON] = ACTIONS(1617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1617), + [anon_sym___declspec] = ACTIONS(1615), + [anon_sym___based] = ACTIONS(1615), + [anon_sym___cdecl] = ACTIONS(1615), + [anon_sym___clrcall] = ACTIONS(1615), + [anon_sym___stdcall] = ACTIONS(1615), + [anon_sym___fastcall] = ACTIONS(1615), + [anon_sym___thiscall] = ACTIONS(1615), + [anon_sym___vectorcall] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_thread_local] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym__Atomic] = ACTIONS(1615), + [anon_sym_mutable] = ACTIONS(1615), + [anon_sym_constexpr] = ACTIONS(1615), + [anon_sym_signed] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_class] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_else] = ACTIONS(1997), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_case] = ACTIONS(1615), + [anon_sym_default] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1617), + [anon_sym_L_SQUOTE] = ACTIONS(1617), + [anon_sym_u_SQUOTE] = ACTIONS(1617), + [anon_sym_U_SQUOTE] = ACTIONS(1617), + [anon_sym_u8_SQUOTE] = ACTIONS(1617), + [anon_sym_SQUOTE] = ACTIONS(1617), + [anon_sym_L_DQUOTE] = ACTIONS(1617), + [anon_sym_u_DQUOTE] = ACTIONS(1617), + [anon_sym_U_DQUOTE] = ACTIONS(1617), + [anon_sym_u8_DQUOTE] = ACTIONS(1617), + [anon_sym_DQUOTE] = ACTIONS(1617), + [sym_true] = ACTIONS(1615), + [sym_false] = ACTIONS(1615), + [sym_null] = ACTIONS(1615), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1615), + [anon_sym_virtual] = ACTIONS(1615), + [anon_sym_explicit] = ACTIONS(1615), + [sym_auto] = ACTIONS(1615), + [anon_sym_typename] = ACTIONS(1615), + [anon_sym_template] = ACTIONS(1615), + [anon_sym_operator] = ACTIONS(1615), + [anon_sym_delete] = ACTIONS(1615), + [anon_sym_throw] = ACTIONS(1615), + [anon_sym_namespace] = ACTIONS(1615), + [anon_sym_using] = ACTIONS(1615), + [anon_sym_static_assert] = ACTIONS(1615), + [anon_sym_co_return] = ACTIONS(1615), + [anon_sym_co_yield] = ACTIONS(1615), + [anon_sym_try] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1615), + [anon_sym_new] = ACTIONS(1615), + [sym_this] = ACTIONS(1615), + [sym_nullptr] = ACTIONS(1615), + [sym_alone_macro] = ACTIONS(1617), + [aux_sym_alone_macro_call_token1] = ACTIONS(1615), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_FORWARD] = ACTIONS(1615), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1615), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_PS_GET] = ACTIONS(1615), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1615), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1615), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1615), + [anon_sym_MOZ_COLD] = ACTIONS(1615), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1615), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1615), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1615), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1615), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1615), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1615), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1615), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1615), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1615), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1615), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1615), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1615), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_RAII] = ACTIONS(1615), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1615), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1615), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1615), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1615), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1615), + [sym_raw_string_literal] = ACTIONS(1617), + }, + [491] = { + [sym_preproc_def] = STATE(411), + [sym_preproc_function_def] = STATE(411), + [sym_preproc_call] = STATE(411), + [sym_preproc_if_in_field_declaration_list] = STATE(411), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(411), + [sym_preproc_else_in_field_declaration_list] = STATE(5040), + [sym_preproc_elif_in_field_declaration_list] = STATE(5040), + [sym_type_definition] = STATE(411), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(411), + [sym_field_declaration] = STATE(411), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(411), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(411), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(411), + [sym_operator_cast_declaration] = STATE(411), + [sym_constructor_or_destructor_definition] = STATE(411), + [sym_constructor_or_destructor_declaration] = STATE(411), + [sym_friend_declaration] = STATE(411), + [sym_access_specifier] = STATE(411), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(411), + [sym_alias_declaration] = STATE(411), + [sym_static_assert_declaration] = STATE(411), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(411), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(411), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(1909), + [aux_sym_preproc_if_token1] = ACTIONS(1911), + [aux_sym_preproc_if_token2] = ACTIONS(1999), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1915), + [aux_sym_preproc_else_token1] = ACTIONS(1917), + [aux_sym_preproc_elif_token1] = ACTIONS(1919), + [sym_preproc_directive] = ACTIONS(1921), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(1951), + [anon_sym_private] = ACTIONS(1951), + [anon_sym_protected] = ACTIONS(1951), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(1957), + [anon_sym_using] = ACTIONS(1959), + [anon_sym_static_assert] = ACTIONS(1961), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1963), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [492] = { + [ts_builtin_sym_end] = ACTIONS(1583), + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_include_token1] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___based] = ACTIONS(1581), + [anon_sym___cdecl] = ACTIONS(1581), + [anon_sym___clrcall] = ACTIONS(1581), + [anon_sym___stdcall] = ACTIONS(1581), + [anon_sym___fastcall] = ACTIONS(1581), + [anon_sym___thiscall] = ACTIONS(1581), + [anon_sym___vectorcall] = ACTIONS(1581), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [anon_sym_if] = ACTIONS(1581), + [anon_sym_else] = ACTIONS(1581), + [anon_sym_switch] = ACTIONS(1581), + [anon_sym_case] = ACTIONS(1581), + [anon_sym_default] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1581), + [anon_sym_do] = ACTIONS(1581), + [anon_sym_for] = ACTIONS(1581), + [anon_sym_return] = ACTIONS(1581), + [anon_sym_break] = ACTIONS(1581), + [anon_sym_continue] = ACTIONS(1581), + [anon_sym_goto] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1583), + [anon_sym_L_SQUOTE] = ACTIONS(1583), + [anon_sym_u_SQUOTE] = ACTIONS(1583), + [anon_sym_U_SQUOTE] = ACTIONS(1583), + [anon_sym_u8_SQUOTE] = ACTIONS(1583), + [anon_sym_SQUOTE] = ACTIONS(1583), + [anon_sym_L_DQUOTE] = ACTIONS(1583), + [anon_sym_u_DQUOTE] = ACTIONS(1583), + [anon_sym_U_DQUOTE] = ACTIONS(1583), + [anon_sym_u8_DQUOTE] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1583), + [sym_true] = ACTIONS(1581), + [sym_false] = ACTIONS(1581), + [sym_null] = ACTIONS(1581), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1823), - [anon_sym_virtual] = ACTIONS(1823), - [anon_sym_explicit] = ACTIONS(1823), - [sym_auto] = ACTIONS(1823), - [anon_sym_typename] = ACTIONS(1823), - [anon_sym_template] = ACTIONS(1823), - [anon_sym_operator] = ACTIONS(1823), - [anon_sym_delete] = ACTIONS(1823), - [anon_sym_throw] = ACTIONS(1823), - [anon_sym_namespace] = ACTIONS(1823), - [anon_sym_using] = ACTIONS(1823), - [anon_sym_static_assert] = ACTIONS(1823), - [anon_sym_co_return] = ACTIONS(1823), - [anon_sym_co_yield] = ACTIONS(1823), - [anon_sym_try] = ACTIONS(1823), - [anon_sym_co_await] = ACTIONS(1823), - [anon_sym_new] = ACTIONS(1823), - [sym_this] = ACTIONS(1823), - [sym_nullptr] = ACTIONS(1823), - [sym_alone_macro] = ACTIONS(1825), - [aux_sym_alone_macro_call_token1] = ACTIONS(1823), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_FORWARD] = ACTIONS(1823), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1823), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_PS_GET] = ACTIONS(1823), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1823), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1823), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), - [anon_sym_MOZ_COLD] = ACTIONS(1823), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_RAII] = ACTIONS(1823), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), - [sym_raw_string_literal] = ACTIONS(1825), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [anon_sym_explicit] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_operator] = ACTIONS(1581), + [anon_sym_delete] = ACTIONS(1581), + [anon_sym_throw] = ACTIONS(1581), + [anon_sym_namespace] = ACTIONS(1581), + [anon_sym_using] = ACTIONS(1581), + [anon_sym_static_assert] = ACTIONS(1581), + [anon_sym_co_return] = ACTIONS(1581), + [anon_sym_co_yield] = ACTIONS(1581), + [anon_sym_try] = ACTIONS(1581), + [anon_sym_co_await] = ACTIONS(1581), + [anon_sym_new] = ACTIONS(1581), + [sym_this] = ACTIONS(1581), + [sym_nullptr] = ACTIONS(1581), + [sym_alone_macro] = ACTIONS(1583), + [aux_sym_alone_macro_call_token1] = ACTIONS(1581), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_FORWARD] = ACTIONS(1581), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_PS_GET] = ACTIONS(1581), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [sym_raw_string_literal] = ACTIONS(1583), }, - [511] = { - [sym_identifier] = ACTIONS(1791), - [aux_sym_preproc_include_token1] = ACTIONS(1791), - [aux_sym_preproc_def_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token2] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), - [sym_preproc_directive] = ACTIONS(1791), - [anon_sym_LPAREN2] = ACTIONS(1793), - [anon_sym_BANG] = ACTIONS(1793), - [anon_sym_TILDE] = ACTIONS(1793), - [anon_sym_DASH] = ACTIONS(1791), - [anon_sym_PLUS] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(1793), - [anon_sym_AMP_AMP] = ACTIONS(1793), - [anon_sym_AMP] = ACTIONS(1791), - [anon_sym_SEMI] = ACTIONS(1793), - [anon_sym_typedef] = ACTIONS(1791), - [anon_sym_extern] = ACTIONS(1791), - [anon_sym___attribute__] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), - [anon_sym___declspec] = ACTIONS(1791), - [anon_sym___based] = ACTIONS(1791), - [anon_sym___cdecl] = ACTIONS(1791), - [anon_sym___clrcall] = ACTIONS(1791), - [anon_sym___stdcall] = ACTIONS(1791), - [anon_sym___fastcall] = ACTIONS(1791), - [anon_sym___thiscall] = ACTIONS(1791), - [anon_sym___vectorcall] = ACTIONS(1791), - [anon_sym_LBRACE] = ACTIONS(1793), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_static] = ACTIONS(1791), - [anon_sym_register] = ACTIONS(1791), - [anon_sym_inline] = ACTIONS(1791), - [anon_sym_thread_local] = ACTIONS(1791), - [anon_sym_const] = ACTIONS(1791), - [anon_sym_volatile] = ACTIONS(1791), - [anon_sym_restrict] = ACTIONS(1791), - [anon_sym__Atomic] = ACTIONS(1791), - [anon_sym_mutable] = ACTIONS(1791), - [anon_sym_constexpr] = ACTIONS(1791), - [anon_sym_signed] = ACTIONS(1791), - [anon_sym_unsigned] = ACTIONS(1791), - [anon_sym_long] = ACTIONS(1791), - [anon_sym_short] = ACTIONS(1791), - [sym_primitive_type] = ACTIONS(1791), - [anon_sym_enum] = ACTIONS(1791), - [anon_sym_class] = ACTIONS(1791), - [anon_sym_struct] = ACTIONS(1791), - [anon_sym_union] = ACTIONS(1791), - [anon_sym_if] = ACTIONS(1791), - [anon_sym_switch] = ACTIONS(1791), - [anon_sym_case] = ACTIONS(1791), - [anon_sym_default] = ACTIONS(1791), - [anon_sym_while] = ACTIONS(1791), - [anon_sym_do] = ACTIONS(1791), - [anon_sym_for] = ACTIONS(1791), - [anon_sym_return] = ACTIONS(1791), - [anon_sym_break] = ACTIONS(1791), - [anon_sym_continue] = ACTIONS(1791), - [anon_sym_goto] = ACTIONS(1791), - [anon_sym_DASH_DASH] = ACTIONS(1793), - [anon_sym_PLUS_PLUS] = ACTIONS(1793), - [anon_sym_sizeof] = ACTIONS(1791), - [sym_number_literal] = ACTIONS(1793), - [anon_sym_L_SQUOTE] = ACTIONS(1793), - [anon_sym_u_SQUOTE] = ACTIONS(1793), - [anon_sym_U_SQUOTE] = ACTIONS(1793), - [anon_sym_u8_SQUOTE] = ACTIONS(1793), - [anon_sym_SQUOTE] = ACTIONS(1793), - [anon_sym_L_DQUOTE] = ACTIONS(1793), - [anon_sym_u_DQUOTE] = ACTIONS(1793), - [anon_sym_U_DQUOTE] = ACTIONS(1793), - [anon_sym_u8_DQUOTE] = ACTIONS(1793), - [anon_sym_DQUOTE] = ACTIONS(1793), - [sym_true] = ACTIONS(1791), - [sym_false] = ACTIONS(1791), - [sym_null] = ACTIONS(1791), + [493] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___based] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1791), - [anon_sym_virtual] = ACTIONS(1791), - [anon_sym_explicit] = ACTIONS(1791), - [sym_auto] = ACTIONS(1791), - [anon_sym_typename] = ACTIONS(1791), - [anon_sym_template] = ACTIONS(1791), - [anon_sym_operator] = ACTIONS(1791), - [anon_sym_delete] = ACTIONS(1791), - [anon_sym_throw] = ACTIONS(1791), - [anon_sym_namespace] = ACTIONS(1791), - [anon_sym_using] = ACTIONS(1791), - [anon_sym_static_assert] = ACTIONS(1791), - [anon_sym_co_return] = ACTIONS(1791), - [anon_sym_co_yield] = ACTIONS(1791), - [anon_sym_try] = ACTIONS(1791), - [anon_sym_co_await] = ACTIONS(1791), - [anon_sym_new] = ACTIONS(1791), - [sym_this] = ACTIONS(1791), - [sym_nullptr] = ACTIONS(1791), - [sym_alone_macro] = ACTIONS(1793), - [aux_sym_alone_macro_call_token1] = ACTIONS(1791), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_FORWARD] = ACTIONS(1791), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1791), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_PS_GET] = ACTIONS(1791), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1791), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1791), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), - [anon_sym_MOZ_COLD] = ACTIONS(1791), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_RAII] = ACTIONS(1791), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), - [sym_raw_string_literal] = ACTIONS(1793), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [anon_sym_explicit] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_operator] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_namespace] = ACTIONS(1533), + [anon_sym_using] = ACTIONS(1533), + [anon_sym_static_assert] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [sym_alone_macro] = ACTIONS(1535), + [aux_sym_alone_macro_call_token1] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [512] = { - [ts_builtin_sym_end] = ACTIONS(1829), - [sym_identifier] = ACTIONS(1827), - [aux_sym_preproc_include_token1] = ACTIONS(1827), - [aux_sym_preproc_def_token1] = ACTIONS(1827), - [aux_sym_preproc_if_token1] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), - [sym_preproc_directive] = ACTIONS(1827), - [anon_sym_LPAREN2] = ACTIONS(1829), - [anon_sym_BANG] = ACTIONS(1829), - [anon_sym_TILDE] = ACTIONS(1829), - [anon_sym_DASH] = ACTIONS(1827), - [anon_sym_PLUS] = ACTIONS(1827), - [anon_sym_STAR] = ACTIONS(1829), - [anon_sym_AMP_AMP] = ACTIONS(1829), - [anon_sym_AMP] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1829), - [anon_sym_typedef] = ACTIONS(1827), - [anon_sym_extern] = ACTIONS(1827), - [anon_sym___attribute__] = ACTIONS(1827), - [anon_sym_COLON_COLON] = ACTIONS(1829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), - [anon_sym___declspec] = ACTIONS(1827), - [anon_sym___based] = ACTIONS(1827), - [anon_sym___cdecl] = ACTIONS(1827), - [anon_sym___clrcall] = ACTIONS(1827), - [anon_sym___stdcall] = ACTIONS(1827), - [anon_sym___fastcall] = ACTIONS(1827), - [anon_sym___thiscall] = ACTIONS(1827), - [anon_sym___vectorcall] = ACTIONS(1827), - [anon_sym_LBRACE] = ACTIONS(1829), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1827), - [anon_sym_register] = ACTIONS(1827), - [anon_sym_inline] = ACTIONS(1827), - [anon_sym_thread_local] = ACTIONS(1827), - [anon_sym_const] = ACTIONS(1827), - [anon_sym_volatile] = ACTIONS(1827), - [anon_sym_restrict] = ACTIONS(1827), - [anon_sym__Atomic] = ACTIONS(1827), - [anon_sym_mutable] = ACTIONS(1827), - [anon_sym_constexpr] = ACTIONS(1827), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [sym_primitive_type] = ACTIONS(1827), - [anon_sym_enum] = ACTIONS(1827), - [anon_sym_class] = ACTIONS(1827), - [anon_sym_struct] = ACTIONS(1827), - [anon_sym_union] = ACTIONS(1827), - [anon_sym_if] = ACTIONS(1827), - [anon_sym_switch] = ACTIONS(1827), - [anon_sym_case] = ACTIONS(1827), - [anon_sym_default] = ACTIONS(1827), - [anon_sym_while] = ACTIONS(1827), - [anon_sym_do] = ACTIONS(1827), - [anon_sym_for] = ACTIONS(1827), - [anon_sym_return] = ACTIONS(1827), - [anon_sym_break] = ACTIONS(1827), - [anon_sym_continue] = ACTIONS(1827), - [anon_sym_goto] = ACTIONS(1827), - [anon_sym_DASH_DASH] = ACTIONS(1829), - [anon_sym_PLUS_PLUS] = ACTIONS(1829), - [anon_sym_sizeof] = ACTIONS(1827), - [sym_number_literal] = ACTIONS(1829), - [anon_sym_L_SQUOTE] = ACTIONS(1829), - [anon_sym_u_SQUOTE] = ACTIONS(1829), - [anon_sym_U_SQUOTE] = ACTIONS(1829), - [anon_sym_u8_SQUOTE] = ACTIONS(1829), - [anon_sym_SQUOTE] = ACTIONS(1829), - [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(1827), - [sym_false] = ACTIONS(1827), - [sym_null] = ACTIONS(1827), + [494] = { + [ts_builtin_sym_end] = ACTIONS(1575), + [sym_identifier] = ACTIONS(1573), + [aux_sym_preproc_include_token1] = ACTIONS(1573), + [aux_sym_preproc_def_token1] = ACTIONS(1573), + [aux_sym_preproc_if_token1] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1573), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1573), + [sym_preproc_directive] = ACTIONS(1573), + [anon_sym_LPAREN2] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_STAR] = ACTIONS(1575), + [anon_sym_AMP_AMP] = ACTIONS(1575), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_typedef] = ACTIONS(1573), + [anon_sym_extern] = ACTIONS(1573), + [anon_sym___attribute__] = ACTIONS(1573), + [anon_sym_COLON_COLON] = ACTIONS(1575), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), + [anon_sym___declspec] = ACTIONS(1573), + [anon_sym___based] = ACTIONS(1573), + [anon_sym___cdecl] = ACTIONS(1573), + [anon_sym___clrcall] = ACTIONS(1573), + [anon_sym___stdcall] = ACTIONS(1573), + [anon_sym___fastcall] = ACTIONS(1573), + [anon_sym___thiscall] = ACTIONS(1573), + [anon_sym___vectorcall] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_LBRACK] = ACTIONS(1573), + [anon_sym_static] = ACTIONS(1573), + [anon_sym_register] = ACTIONS(1573), + [anon_sym_inline] = ACTIONS(1573), + [anon_sym_thread_local] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_volatile] = ACTIONS(1573), + [anon_sym_restrict] = ACTIONS(1573), + [anon_sym__Atomic] = ACTIONS(1573), + [anon_sym_mutable] = ACTIONS(1573), + [anon_sym_constexpr] = ACTIONS(1573), + [anon_sym_signed] = ACTIONS(1573), + [anon_sym_unsigned] = ACTIONS(1573), + [anon_sym_long] = ACTIONS(1573), + [anon_sym_short] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1573), + [anon_sym_enum] = ACTIONS(1573), + [anon_sym_class] = ACTIONS(1573), + [anon_sym_struct] = ACTIONS(1573), + [anon_sym_union] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_else] = ACTIONS(1573), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_case] = ACTIONS(1573), + [anon_sym_default] = ACTIONS(1573), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_do] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_continue] = ACTIONS(1573), + [anon_sym_goto] = ACTIONS(1573), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_sizeof] = ACTIONS(1573), + [sym_number_literal] = ACTIONS(1575), + [anon_sym_L_SQUOTE] = ACTIONS(1575), + [anon_sym_u_SQUOTE] = ACTIONS(1575), + [anon_sym_U_SQUOTE] = ACTIONS(1575), + [anon_sym_u8_SQUOTE] = ACTIONS(1575), + [anon_sym_SQUOTE] = ACTIONS(1575), + [anon_sym_L_DQUOTE] = ACTIONS(1575), + [anon_sym_u_DQUOTE] = ACTIONS(1575), + [anon_sym_U_DQUOTE] = ACTIONS(1575), + [anon_sym_u8_DQUOTE] = ACTIONS(1575), + [anon_sym_DQUOTE] = ACTIONS(1575), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1827), - [anon_sym_virtual] = ACTIONS(1827), - [anon_sym_explicit] = ACTIONS(1827), - [sym_auto] = ACTIONS(1827), - [anon_sym_typename] = ACTIONS(1827), - [anon_sym_template] = ACTIONS(1827), - [anon_sym_operator] = ACTIONS(1827), - [anon_sym_delete] = ACTIONS(1827), - [anon_sym_throw] = ACTIONS(1827), - [anon_sym_namespace] = ACTIONS(1827), - [anon_sym_using] = ACTIONS(1827), - [anon_sym_static_assert] = ACTIONS(1827), - [anon_sym_co_return] = ACTIONS(1827), - [anon_sym_co_yield] = ACTIONS(1827), - [anon_sym_try] = ACTIONS(1827), - [anon_sym_co_await] = ACTIONS(1827), - [anon_sym_new] = ACTIONS(1827), - [sym_this] = ACTIONS(1827), - [sym_nullptr] = ACTIONS(1827), - [sym_alone_macro] = ACTIONS(1829), - [aux_sym_alone_macro_call_token1] = ACTIONS(1827), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_FORWARD] = ACTIONS(1827), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_PS_GET] = ACTIONS(1827), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), - [anon_sym_MOZ_COLD] = ACTIONS(1827), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_RAII] = ACTIONS(1827), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), - [sym_raw_string_literal] = ACTIONS(1829), + [anon_sym_decltype] = ACTIONS(1573), + [anon_sym_virtual] = ACTIONS(1573), + [anon_sym_explicit] = ACTIONS(1573), + [sym_auto] = ACTIONS(1573), + [anon_sym_typename] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(1573), + [anon_sym_operator] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_throw] = ACTIONS(1573), + [anon_sym_namespace] = ACTIONS(1573), + [anon_sym_using] = ACTIONS(1573), + [anon_sym_static_assert] = ACTIONS(1573), + [anon_sym_co_return] = ACTIONS(1573), + [anon_sym_co_yield] = ACTIONS(1573), + [anon_sym_try] = ACTIONS(1573), + [anon_sym_co_await] = ACTIONS(1573), + [anon_sym_new] = ACTIONS(1573), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + [sym_alone_macro] = ACTIONS(1575), + [aux_sym_alone_macro_call_token1] = ACTIONS(1573), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_FORWARD] = ACTIONS(1573), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_PS_GET] = ACTIONS(1573), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), + [anon_sym_MOZ_COLD] = ACTIONS(1573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_RAII] = ACTIONS(1573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), + [sym_raw_string_literal] = ACTIONS(1575), }, - [513] = { - [sym_identifier] = ACTIONS(1835), - [aux_sym_preproc_include_token1] = ACTIONS(1835), - [aux_sym_preproc_def_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token2] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), - [sym_preproc_directive] = ACTIONS(1835), - [anon_sym_LPAREN2] = ACTIONS(1837), - [anon_sym_BANG] = ACTIONS(1837), - [anon_sym_TILDE] = ACTIONS(1837), - [anon_sym_DASH] = ACTIONS(1835), - [anon_sym_PLUS] = ACTIONS(1835), - [anon_sym_STAR] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym_typedef] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_COLON_COLON] = ACTIONS(1837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym___cdecl] = ACTIONS(1835), - [anon_sym___clrcall] = ACTIONS(1835), - [anon_sym___stdcall] = ACTIONS(1835), - [anon_sym___fastcall] = ACTIONS(1835), - [anon_sym___thiscall] = ACTIONS(1835), - [anon_sym___vectorcall] = ACTIONS(1835), - [anon_sym_LBRACE] = ACTIONS(1837), - [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym_mutable] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_signed] = ACTIONS(1835), - [anon_sym_unsigned] = ACTIONS(1835), - [anon_sym_long] = ACTIONS(1835), - [anon_sym_short] = ACTIONS(1835), - [sym_primitive_type] = ACTIONS(1835), - [anon_sym_enum] = ACTIONS(1835), - [anon_sym_class] = ACTIONS(1835), - [anon_sym_struct] = ACTIONS(1835), - [anon_sym_union] = ACTIONS(1835), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_switch] = ACTIONS(1835), - [anon_sym_case] = ACTIONS(1835), - [anon_sym_default] = ACTIONS(1835), - [anon_sym_while] = ACTIONS(1835), - [anon_sym_do] = ACTIONS(1835), - [anon_sym_for] = ACTIONS(1835), - [anon_sym_return] = ACTIONS(1835), - [anon_sym_break] = ACTIONS(1835), - [anon_sym_continue] = ACTIONS(1835), - [anon_sym_goto] = ACTIONS(1835), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_sizeof] = ACTIONS(1835), - [sym_number_literal] = ACTIONS(1837), - [anon_sym_L_SQUOTE] = ACTIONS(1837), - [anon_sym_u_SQUOTE] = ACTIONS(1837), - [anon_sym_U_SQUOTE] = ACTIONS(1837), - [anon_sym_u8_SQUOTE] = ACTIONS(1837), - [anon_sym_SQUOTE] = ACTIONS(1837), - [anon_sym_L_DQUOTE] = ACTIONS(1837), - [anon_sym_u_DQUOTE] = ACTIONS(1837), - [anon_sym_U_DQUOTE] = ACTIONS(1837), - [anon_sym_u8_DQUOTE] = ACTIONS(1837), - [anon_sym_DQUOTE] = ACTIONS(1837), - [sym_true] = ACTIONS(1835), - [sym_false] = ACTIONS(1835), - [sym_null] = ACTIONS(1835), + [495] = { + [sym_identifier] = ACTIONS(1637), + [aux_sym_preproc_include_token1] = ACTIONS(1637), + [aux_sym_preproc_def_token1] = ACTIONS(1637), + [aux_sym_preproc_if_token1] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1637), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1637), + [sym_preproc_directive] = ACTIONS(1637), + [anon_sym_LPAREN2] = ACTIONS(1639), + [anon_sym_BANG] = ACTIONS(1639), + [anon_sym_TILDE] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1637), + [anon_sym_PLUS] = ACTIONS(1637), + [anon_sym_STAR] = ACTIONS(1639), + [anon_sym_AMP_AMP] = ACTIONS(1639), + [anon_sym_AMP] = ACTIONS(1637), + [anon_sym_SEMI] = ACTIONS(1639), + [anon_sym_typedef] = ACTIONS(1637), + [anon_sym_extern] = ACTIONS(1637), + [anon_sym___attribute__] = ACTIONS(1637), + [anon_sym_COLON_COLON] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), + [anon_sym___declspec] = ACTIONS(1637), + [anon_sym___based] = ACTIONS(1637), + [anon_sym___cdecl] = ACTIONS(1637), + [anon_sym___clrcall] = ACTIONS(1637), + [anon_sym___stdcall] = ACTIONS(1637), + [anon_sym___fastcall] = ACTIONS(1637), + [anon_sym___thiscall] = ACTIONS(1637), + [anon_sym___vectorcall] = ACTIONS(1637), + [anon_sym_LBRACE] = ACTIONS(1639), + [anon_sym_RBRACE] = ACTIONS(1639), + [anon_sym_LBRACK] = ACTIONS(1637), + [anon_sym_static] = ACTIONS(1637), + [anon_sym_register] = ACTIONS(1637), + [anon_sym_inline] = ACTIONS(1637), + [anon_sym_thread_local] = ACTIONS(1637), + [anon_sym_const] = ACTIONS(1637), + [anon_sym_volatile] = ACTIONS(1637), + [anon_sym_restrict] = ACTIONS(1637), + [anon_sym__Atomic] = ACTIONS(1637), + [anon_sym_mutable] = ACTIONS(1637), + [anon_sym_constexpr] = ACTIONS(1637), + [anon_sym_signed] = ACTIONS(1637), + [anon_sym_unsigned] = ACTIONS(1637), + [anon_sym_long] = ACTIONS(1637), + [anon_sym_short] = ACTIONS(1637), + [sym_primitive_type] = ACTIONS(1637), + [anon_sym_enum] = ACTIONS(1637), + [anon_sym_class] = ACTIONS(1637), + [anon_sym_struct] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1637), + [anon_sym_if] = ACTIONS(1637), + [anon_sym_else] = ACTIONS(1637), + [anon_sym_switch] = ACTIONS(1637), + [anon_sym_case] = ACTIONS(1637), + [anon_sym_default] = ACTIONS(1637), + [anon_sym_while] = ACTIONS(1637), + [anon_sym_do] = ACTIONS(1637), + [anon_sym_for] = ACTIONS(1637), + [anon_sym_return] = ACTIONS(1637), + [anon_sym_break] = ACTIONS(1637), + [anon_sym_continue] = ACTIONS(1637), + [anon_sym_goto] = ACTIONS(1637), + [anon_sym_DASH_DASH] = ACTIONS(1639), + [anon_sym_PLUS_PLUS] = ACTIONS(1639), + [anon_sym_sizeof] = ACTIONS(1637), + [sym_number_literal] = ACTIONS(1639), + [anon_sym_L_SQUOTE] = ACTIONS(1639), + [anon_sym_u_SQUOTE] = ACTIONS(1639), + [anon_sym_U_SQUOTE] = ACTIONS(1639), + [anon_sym_u8_SQUOTE] = ACTIONS(1639), + [anon_sym_SQUOTE] = ACTIONS(1639), + [anon_sym_L_DQUOTE] = ACTIONS(1639), + [anon_sym_u_DQUOTE] = ACTIONS(1639), + [anon_sym_U_DQUOTE] = ACTIONS(1639), + [anon_sym_u8_DQUOTE] = ACTIONS(1639), + [anon_sym_DQUOTE] = ACTIONS(1639), + [sym_true] = ACTIONS(1637), + [sym_false] = ACTIONS(1637), + [sym_null] = ACTIONS(1637), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_virtual] = ACTIONS(1835), - [anon_sym_explicit] = ACTIONS(1835), - [sym_auto] = ACTIONS(1835), - [anon_sym_typename] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1835), - [anon_sym_operator] = ACTIONS(1835), - [anon_sym_delete] = ACTIONS(1835), - [anon_sym_throw] = ACTIONS(1835), - [anon_sym_namespace] = ACTIONS(1835), - [anon_sym_using] = ACTIONS(1835), - [anon_sym_static_assert] = ACTIONS(1835), - [anon_sym_co_return] = ACTIONS(1835), - [anon_sym_co_yield] = ACTIONS(1835), - [anon_sym_try] = ACTIONS(1835), - [anon_sym_co_await] = ACTIONS(1835), - [anon_sym_new] = ACTIONS(1835), - [sym_this] = ACTIONS(1835), - [sym_nullptr] = ACTIONS(1835), - [sym_alone_macro] = ACTIONS(1837), - [aux_sym_alone_macro_call_token1] = ACTIONS(1835), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_FORWARD] = ACTIONS(1835), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_PS_GET] = ACTIONS(1835), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), - [anon_sym_MOZ_COLD] = ACTIONS(1835), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_RAII] = ACTIONS(1835), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), - [sym_raw_string_literal] = ACTIONS(1837), + [anon_sym_decltype] = ACTIONS(1637), + [anon_sym_virtual] = ACTIONS(1637), + [anon_sym_explicit] = ACTIONS(1637), + [sym_auto] = ACTIONS(1637), + [anon_sym_typename] = ACTIONS(1637), + [anon_sym_template] = ACTIONS(1637), + [anon_sym_operator] = ACTIONS(1637), + [anon_sym_delete] = ACTIONS(1637), + [anon_sym_throw] = ACTIONS(1637), + [anon_sym_namespace] = ACTIONS(1637), + [anon_sym_using] = ACTIONS(1637), + [anon_sym_static_assert] = ACTIONS(1637), + [anon_sym_co_return] = ACTIONS(1637), + [anon_sym_co_yield] = ACTIONS(1637), + [anon_sym_try] = ACTIONS(1637), + [anon_sym_co_await] = ACTIONS(1637), + [anon_sym_new] = ACTIONS(1637), + [sym_this] = ACTIONS(1637), + [sym_nullptr] = ACTIONS(1637), + [sym_alone_macro] = ACTIONS(1639), + [aux_sym_alone_macro_call_token1] = ACTIONS(1637), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_FORWARD] = ACTIONS(1637), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_PS_GET] = ACTIONS(1637), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), + [anon_sym_MOZ_COLD] = ACTIONS(1637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_RAII] = ACTIONS(1637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), + [sym_raw_string_literal] = ACTIONS(1639), }, - [514] = { - [sym_identifier] = ACTIONS(1839), - [aux_sym_preproc_include_token1] = ACTIONS(1839), - [aux_sym_preproc_def_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token2] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), - [sym_preproc_directive] = ACTIONS(1839), - [anon_sym_LPAREN2] = ACTIONS(1841), - [anon_sym_BANG] = ACTIONS(1841), - [anon_sym_TILDE] = ACTIONS(1841), - [anon_sym_DASH] = ACTIONS(1839), - [anon_sym_PLUS] = ACTIONS(1839), - [anon_sym_STAR] = ACTIONS(1841), - [anon_sym_AMP_AMP] = ACTIONS(1841), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_SEMI] = ACTIONS(1841), - [anon_sym_typedef] = ACTIONS(1839), - [anon_sym_extern] = ACTIONS(1839), - [anon_sym___attribute__] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), - [anon_sym___declspec] = ACTIONS(1839), - [anon_sym___based] = ACTIONS(1839), - [anon_sym___cdecl] = ACTIONS(1839), - [anon_sym___clrcall] = ACTIONS(1839), - [anon_sym___stdcall] = ACTIONS(1839), - [anon_sym___fastcall] = ACTIONS(1839), - [anon_sym___thiscall] = ACTIONS(1839), - [anon_sym___vectorcall] = ACTIONS(1839), - [anon_sym_LBRACE] = ACTIONS(1841), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_register] = ACTIONS(1839), - [anon_sym_inline] = ACTIONS(1839), - [anon_sym_thread_local] = ACTIONS(1839), - [anon_sym_const] = ACTIONS(1839), - [anon_sym_volatile] = ACTIONS(1839), - [anon_sym_restrict] = ACTIONS(1839), - [anon_sym__Atomic] = ACTIONS(1839), - [anon_sym_mutable] = ACTIONS(1839), - [anon_sym_constexpr] = ACTIONS(1839), - [anon_sym_signed] = ACTIONS(1839), - [anon_sym_unsigned] = ACTIONS(1839), - [anon_sym_long] = ACTIONS(1839), - [anon_sym_short] = ACTIONS(1839), - [sym_primitive_type] = ACTIONS(1839), - [anon_sym_enum] = ACTIONS(1839), - [anon_sym_class] = ACTIONS(1839), - [anon_sym_struct] = ACTIONS(1839), - [anon_sym_union] = ACTIONS(1839), - [anon_sym_if] = ACTIONS(1839), - [anon_sym_switch] = ACTIONS(1839), - [anon_sym_case] = ACTIONS(1839), - [anon_sym_default] = ACTIONS(1839), - [anon_sym_while] = ACTIONS(1839), - [anon_sym_do] = ACTIONS(1839), - [anon_sym_for] = ACTIONS(1839), - [anon_sym_return] = ACTIONS(1839), - [anon_sym_break] = ACTIONS(1839), - [anon_sym_continue] = ACTIONS(1839), - [anon_sym_goto] = ACTIONS(1839), - [anon_sym_DASH_DASH] = ACTIONS(1841), - [anon_sym_PLUS_PLUS] = ACTIONS(1841), - [anon_sym_sizeof] = ACTIONS(1839), - [sym_number_literal] = ACTIONS(1841), - [anon_sym_L_SQUOTE] = ACTIONS(1841), - [anon_sym_u_SQUOTE] = ACTIONS(1841), - [anon_sym_U_SQUOTE] = ACTIONS(1841), - [anon_sym_u8_SQUOTE] = ACTIONS(1841), - [anon_sym_SQUOTE] = ACTIONS(1841), - [anon_sym_L_DQUOTE] = ACTIONS(1841), - [anon_sym_u_DQUOTE] = ACTIONS(1841), - [anon_sym_U_DQUOTE] = ACTIONS(1841), - [anon_sym_u8_DQUOTE] = ACTIONS(1841), - [anon_sym_DQUOTE] = ACTIONS(1841), - [sym_true] = ACTIONS(1839), - [sym_false] = ACTIONS(1839), - [sym_null] = ACTIONS(1839), + [496] = { + [sym_identifier] = ACTIONS(1633), + [aux_sym_preproc_include_token1] = ACTIONS(1633), + [aux_sym_preproc_def_token1] = ACTIONS(1633), + [aux_sym_preproc_if_token1] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), + [sym_preproc_directive] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1635), + [anon_sym_BANG] = ACTIONS(1635), + [anon_sym_TILDE] = ACTIONS(1635), + [anon_sym_DASH] = ACTIONS(1633), + [anon_sym_PLUS] = ACTIONS(1633), + [anon_sym_STAR] = ACTIONS(1635), + [anon_sym_AMP_AMP] = ACTIONS(1635), + [anon_sym_AMP] = ACTIONS(1633), + [anon_sym_SEMI] = ACTIONS(1635), + [anon_sym_typedef] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym___attribute__] = ACTIONS(1633), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), + [anon_sym___declspec] = ACTIONS(1633), + [anon_sym___based] = ACTIONS(1633), + [anon_sym___cdecl] = ACTIONS(1633), + [anon_sym___clrcall] = ACTIONS(1633), + [anon_sym___stdcall] = ACTIONS(1633), + [anon_sym___fastcall] = ACTIONS(1633), + [anon_sym___thiscall] = ACTIONS(1633), + [anon_sym___vectorcall] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1635), + [anon_sym_RBRACE] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1633), + [anon_sym_static] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_inline] = ACTIONS(1633), + [anon_sym_thread_local] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym_mutable] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_signed] = ACTIONS(1633), + [anon_sym_unsigned] = ACTIONS(1633), + [anon_sym_long] = ACTIONS(1633), + [anon_sym_short] = ACTIONS(1633), + [sym_primitive_type] = ACTIONS(1633), + [anon_sym_enum] = ACTIONS(1633), + [anon_sym_class] = ACTIONS(1633), + [anon_sym_struct] = ACTIONS(1633), + [anon_sym_union] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_switch] = ACTIONS(1633), + [anon_sym_case] = ACTIONS(1633), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_goto] = ACTIONS(1633), + [anon_sym_DASH_DASH] = ACTIONS(1635), + [anon_sym_PLUS_PLUS] = ACTIONS(1635), + [anon_sym_sizeof] = ACTIONS(1633), + [sym_number_literal] = ACTIONS(1635), + [anon_sym_L_SQUOTE] = ACTIONS(1635), + [anon_sym_u_SQUOTE] = ACTIONS(1635), + [anon_sym_U_SQUOTE] = ACTIONS(1635), + [anon_sym_u8_SQUOTE] = ACTIONS(1635), + [anon_sym_SQUOTE] = ACTIONS(1635), + [anon_sym_L_DQUOTE] = ACTIONS(1635), + [anon_sym_u_DQUOTE] = ACTIONS(1635), + [anon_sym_U_DQUOTE] = ACTIONS(1635), + [anon_sym_u8_DQUOTE] = ACTIONS(1635), + [anon_sym_DQUOTE] = ACTIONS(1635), + [sym_true] = ACTIONS(1633), + [sym_false] = ACTIONS(1633), + [sym_null] = ACTIONS(1633), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1839), - [anon_sym_virtual] = ACTIONS(1839), - [anon_sym_explicit] = ACTIONS(1839), - [sym_auto] = ACTIONS(1839), - [anon_sym_typename] = ACTIONS(1839), - [anon_sym_template] = ACTIONS(1839), - [anon_sym_operator] = ACTIONS(1839), - [anon_sym_delete] = ACTIONS(1839), - [anon_sym_throw] = ACTIONS(1839), - [anon_sym_namespace] = ACTIONS(1839), - [anon_sym_using] = ACTIONS(1839), - [anon_sym_static_assert] = ACTIONS(1839), - [anon_sym_co_return] = ACTIONS(1839), - [anon_sym_co_yield] = ACTIONS(1839), - [anon_sym_try] = ACTIONS(1839), - [anon_sym_co_await] = ACTIONS(1839), - [anon_sym_new] = ACTIONS(1839), - [sym_this] = ACTIONS(1839), - [sym_nullptr] = ACTIONS(1839), - [sym_alone_macro] = ACTIONS(1841), - [aux_sym_alone_macro_call_token1] = ACTIONS(1839), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_FORWARD] = ACTIONS(1839), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_PS_GET] = ACTIONS(1839), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), - [anon_sym_MOZ_COLD] = ACTIONS(1839), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_RAII] = ACTIONS(1839), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), - [sym_raw_string_literal] = ACTIONS(1841), + [anon_sym_decltype] = ACTIONS(1633), + [anon_sym_virtual] = ACTIONS(1633), + [anon_sym_explicit] = ACTIONS(1633), + [sym_auto] = ACTIONS(1633), + [anon_sym_typename] = ACTIONS(1633), + [anon_sym_template] = ACTIONS(1633), + [anon_sym_operator] = ACTIONS(1633), + [anon_sym_delete] = ACTIONS(1633), + [anon_sym_throw] = ACTIONS(1633), + [anon_sym_namespace] = ACTIONS(1633), + [anon_sym_using] = ACTIONS(1633), + [anon_sym_static_assert] = ACTIONS(1633), + [anon_sym_co_return] = ACTIONS(1633), + [anon_sym_co_yield] = ACTIONS(1633), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_co_await] = ACTIONS(1633), + [anon_sym_new] = ACTIONS(1633), + [sym_this] = ACTIONS(1633), + [sym_nullptr] = ACTIONS(1633), + [sym_alone_macro] = ACTIONS(1635), + [aux_sym_alone_macro_call_token1] = ACTIONS(1633), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_FORWARD] = ACTIONS(1633), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_PS_GET] = ACTIONS(1633), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), + [anon_sym_MOZ_COLD] = ACTIONS(1633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_RAII] = ACTIONS(1633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), + [sym_raw_string_literal] = ACTIONS(1635), + }, + [497] = { + [sym_identifier] = ACTIONS(1625), + [aux_sym_preproc_include_token1] = ACTIONS(1625), + [aux_sym_preproc_def_token1] = ACTIONS(1625), + [aux_sym_preproc_if_token1] = ACTIONS(1625), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1625), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1625), + [sym_preproc_directive] = ACTIONS(1625), + [anon_sym_LPAREN2] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1627), + [anon_sym_TILDE] = ACTIONS(1627), + [anon_sym_DASH] = ACTIONS(1625), + [anon_sym_PLUS] = ACTIONS(1625), + [anon_sym_STAR] = ACTIONS(1627), + [anon_sym_AMP_AMP] = ACTIONS(1627), + [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1627), + [anon_sym_typedef] = ACTIONS(1625), + [anon_sym_extern] = ACTIONS(1625), + [anon_sym___attribute__] = ACTIONS(1625), + [anon_sym_COLON_COLON] = ACTIONS(1627), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1627), + [anon_sym___declspec] = ACTIONS(1625), + [anon_sym___based] = ACTIONS(1625), + [anon_sym___cdecl] = ACTIONS(1625), + [anon_sym___clrcall] = ACTIONS(1625), + [anon_sym___stdcall] = ACTIONS(1625), + [anon_sym___fastcall] = ACTIONS(1625), + [anon_sym___thiscall] = ACTIONS(1625), + [anon_sym___vectorcall] = ACTIONS(1625), + [anon_sym_LBRACE] = ACTIONS(1627), + [anon_sym_RBRACE] = ACTIONS(1627), + [anon_sym_LBRACK] = ACTIONS(1625), + [anon_sym_static] = ACTIONS(1625), + [anon_sym_register] = ACTIONS(1625), + [anon_sym_inline] = ACTIONS(1625), + [anon_sym_thread_local] = ACTIONS(1625), + [anon_sym_const] = ACTIONS(1625), + [anon_sym_volatile] = ACTIONS(1625), + [anon_sym_restrict] = ACTIONS(1625), + [anon_sym__Atomic] = ACTIONS(1625), + [anon_sym_mutable] = ACTIONS(1625), + [anon_sym_constexpr] = ACTIONS(1625), + [anon_sym_signed] = ACTIONS(1625), + [anon_sym_unsigned] = ACTIONS(1625), + [anon_sym_long] = ACTIONS(1625), + [anon_sym_short] = ACTIONS(1625), + [sym_primitive_type] = ACTIONS(1625), + [anon_sym_enum] = ACTIONS(1625), + [anon_sym_class] = ACTIONS(1625), + [anon_sym_struct] = ACTIONS(1625), + [anon_sym_union] = ACTIONS(1625), + [anon_sym_if] = ACTIONS(1625), + [anon_sym_else] = ACTIONS(1625), + [anon_sym_switch] = ACTIONS(1625), + [anon_sym_case] = ACTIONS(1625), + [anon_sym_default] = ACTIONS(1625), + [anon_sym_while] = ACTIONS(1625), + [anon_sym_do] = ACTIONS(1625), + [anon_sym_for] = ACTIONS(1625), + [anon_sym_return] = ACTIONS(1625), + [anon_sym_break] = ACTIONS(1625), + [anon_sym_continue] = ACTIONS(1625), + [anon_sym_goto] = ACTIONS(1625), + [anon_sym_DASH_DASH] = ACTIONS(1627), + [anon_sym_PLUS_PLUS] = ACTIONS(1627), + [anon_sym_sizeof] = ACTIONS(1625), + [sym_number_literal] = ACTIONS(1627), + [anon_sym_L_SQUOTE] = ACTIONS(1627), + [anon_sym_u_SQUOTE] = ACTIONS(1627), + [anon_sym_U_SQUOTE] = ACTIONS(1627), + [anon_sym_u8_SQUOTE] = ACTIONS(1627), + [anon_sym_SQUOTE] = ACTIONS(1627), + [anon_sym_L_DQUOTE] = ACTIONS(1627), + [anon_sym_u_DQUOTE] = ACTIONS(1627), + [anon_sym_U_DQUOTE] = ACTIONS(1627), + [anon_sym_u8_DQUOTE] = ACTIONS(1627), + [anon_sym_DQUOTE] = ACTIONS(1627), + [sym_true] = ACTIONS(1625), + [sym_false] = ACTIONS(1625), + [sym_null] = ACTIONS(1625), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1625), + [anon_sym_virtual] = ACTIONS(1625), + [anon_sym_explicit] = ACTIONS(1625), + [sym_auto] = ACTIONS(1625), + [anon_sym_typename] = ACTIONS(1625), + [anon_sym_template] = ACTIONS(1625), + [anon_sym_operator] = ACTIONS(1625), + [anon_sym_delete] = ACTIONS(1625), + [anon_sym_throw] = ACTIONS(1625), + [anon_sym_namespace] = ACTIONS(1625), + [anon_sym_using] = ACTIONS(1625), + [anon_sym_static_assert] = ACTIONS(1625), + [anon_sym_co_return] = ACTIONS(1625), + [anon_sym_co_yield] = ACTIONS(1625), + [anon_sym_try] = ACTIONS(1625), + [anon_sym_co_await] = ACTIONS(1625), + [anon_sym_new] = ACTIONS(1625), + [sym_this] = ACTIONS(1625), + [sym_nullptr] = ACTIONS(1625), + [sym_alone_macro] = ACTIONS(1627), + [aux_sym_alone_macro_call_token1] = ACTIONS(1625), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_FORWARD] = ACTIONS(1625), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_PS_GET] = ACTIONS(1625), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), + [anon_sym_MOZ_COLD] = ACTIONS(1625), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_RAII] = ACTIONS(1625), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), + [sym_raw_string_literal] = ACTIONS(1627), }, - [515] = { - [sym_identifier] = ACTIONS(1843), - [aux_sym_preproc_include_token1] = ACTIONS(1843), - [aux_sym_preproc_def_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token2] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), - [sym_preproc_directive] = ACTIONS(1843), - [anon_sym_LPAREN2] = ACTIONS(1845), - [anon_sym_BANG] = ACTIONS(1845), - [anon_sym_TILDE] = ACTIONS(1845), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_AMP_AMP] = ACTIONS(1845), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1845), - [anon_sym_typedef] = ACTIONS(1843), - [anon_sym_extern] = ACTIONS(1843), - [anon_sym___attribute__] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), - [anon_sym___declspec] = ACTIONS(1843), - [anon_sym___based] = ACTIONS(1843), - [anon_sym___cdecl] = ACTIONS(1843), - [anon_sym___clrcall] = ACTIONS(1843), - [anon_sym___stdcall] = ACTIONS(1843), - [anon_sym___fastcall] = ACTIONS(1843), - [anon_sym___thiscall] = ACTIONS(1843), - [anon_sym___vectorcall] = ACTIONS(1843), - [anon_sym_LBRACE] = ACTIONS(1845), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_static] = ACTIONS(1843), - [anon_sym_register] = ACTIONS(1843), - [anon_sym_inline] = ACTIONS(1843), - [anon_sym_thread_local] = ACTIONS(1843), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym_mutable] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_signed] = ACTIONS(1843), - [anon_sym_unsigned] = ACTIONS(1843), - [anon_sym_long] = ACTIONS(1843), - [anon_sym_short] = ACTIONS(1843), - [sym_primitive_type] = ACTIONS(1843), - [anon_sym_enum] = ACTIONS(1843), - [anon_sym_class] = ACTIONS(1843), - [anon_sym_struct] = ACTIONS(1843), - [anon_sym_union] = ACTIONS(1843), - [anon_sym_if] = ACTIONS(1843), - [anon_sym_switch] = ACTIONS(1843), - [anon_sym_case] = ACTIONS(1843), - [anon_sym_default] = ACTIONS(1843), - [anon_sym_while] = ACTIONS(1843), - [anon_sym_do] = ACTIONS(1843), - [anon_sym_for] = ACTIONS(1843), - [anon_sym_return] = ACTIONS(1843), - [anon_sym_break] = ACTIONS(1843), - [anon_sym_continue] = ACTIONS(1843), - [anon_sym_goto] = ACTIONS(1843), - [anon_sym_DASH_DASH] = ACTIONS(1845), - [anon_sym_PLUS_PLUS] = ACTIONS(1845), - [anon_sym_sizeof] = ACTIONS(1843), - [sym_number_literal] = ACTIONS(1845), - [anon_sym_L_SQUOTE] = ACTIONS(1845), - [anon_sym_u_SQUOTE] = ACTIONS(1845), - [anon_sym_U_SQUOTE] = ACTIONS(1845), - [anon_sym_u8_SQUOTE] = ACTIONS(1845), - [anon_sym_SQUOTE] = ACTIONS(1845), - [anon_sym_L_DQUOTE] = ACTIONS(1845), - [anon_sym_u_DQUOTE] = ACTIONS(1845), - [anon_sym_U_DQUOTE] = ACTIONS(1845), - [anon_sym_u8_DQUOTE] = ACTIONS(1845), - [anon_sym_DQUOTE] = ACTIONS(1845), - [sym_true] = ACTIONS(1843), - [sym_false] = ACTIONS(1843), - [sym_null] = ACTIONS(1843), + [498] = { + [ts_builtin_sym_end] = ACTIONS(1669), + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [499] = { + [ts_builtin_sym_end] = ACTIONS(1689), + [sym_identifier] = ACTIONS(1687), + [aux_sym_preproc_include_token1] = ACTIONS(1687), + [aux_sym_preproc_def_token1] = ACTIONS(1687), + [aux_sym_preproc_if_token1] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1687), + [sym_preproc_directive] = ACTIONS(1687), + [anon_sym_LPAREN2] = ACTIONS(1689), + [anon_sym_BANG] = ACTIONS(1689), + [anon_sym_TILDE] = ACTIONS(1689), + [anon_sym_DASH] = ACTIONS(1687), + [anon_sym_PLUS] = ACTIONS(1687), + [anon_sym_STAR] = ACTIONS(1689), + [anon_sym_AMP_AMP] = ACTIONS(1689), + [anon_sym_AMP] = ACTIONS(1687), + [anon_sym_SEMI] = ACTIONS(1689), + [anon_sym_typedef] = ACTIONS(1687), + [anon_sym_extern] = ACTIONS(1687), + [anon_sym___attribute__] = ACTIONS(1687), + [anon_sym_COLON_COLON] = ACTIONS(1689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), + [anon_sym___declspec] = ACTIONS(1687), + [anon_sym___based] = ACTIONS(1687), + [anon_sym___cdecl] = ACTIONS(1687), + [anon_sym___clrcall] = ACTIONS(1687), + [anon_sym___stdcall] = ACTIONS(1687), + [anon_sym___fastcall] = ACTIONS(1687), + [anon_sym___thiscall] = ACTIONS(1687), + [anon_sym___vectorcall] = ACTIONS(1687), + [anon_sym_LBRACE] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1687), + [anon_sym_static] = ACTIONS(1687), + [anon_sym_register] = ACTIONS(1687), + [anon_sym_inline] = ACTIONS(1687), + [anon_sym_thread_local] = ACTIONS(1687), + [anon_sym_const] = ACTIONS(1687), + [anon_sym_volatile] = ACTIONS(1687), + [anon_sym_restrict] = ACTIONS(1687), + [anon_sym__Atomic] = ACTIONS(1687), + [anon_sym_mutable] = ACTIONS(1687), + [anon_sym_constexpr] = ACTIONS(1687), + [anon_sym_signed] = ACTIONS(1687), + [anon_sym_unsigned] = ACTIONS(1687), + [anon_sym_long] = ACTIONS(1687), + [anon_sym_short] = ACTIONS(1687), + [sym_primitive_type] = ACTIONS(1687), + [anon_sym_enum] = ACTIONS(1687), + [anon_sym_class] = ACTIONS(1687), + [anon_sym_struct] = ACTIONS(1687), + [anon_sym_union] = ACTIONS(1687), + [anon_sym_if] = ACTIONS(1687), + [anon_sym_else] = ACTIONS(1687), + [anon_sym_switch] = ACTIONS(1687), + [anon_sym_case] = ACTIONS(1687), + [anon_sym_default] = ACTIONS(1687), + [anon_sym_while] = ACTIONS(1687), + [anon_sym_do] = ACTIONS(1687), + [anon_sym_for] = ACTIONS(1687), + [anon_sym_return] = ACTIONS(1687), + [anon_sym_break] = ACTIONS(1687), + [anon_sym_continue] = ACTIONS(1687), + [anon_sym_goto] = ACTIONS(1687), + [anon_sym_DASH_DASH] = ACTIONS(1689), + [anon_sym_PLUS_PLUS] = ACTIONS(1689), + [anon_sym_sizeof] = ACTIONS(1687), + [sym_number_literal] = ACTIONS(1689), + [anon_sym_L_SQUOTE] = ACTIONS(1689), + [anon_sym_u_SQUOTE] = ACTIONS(1689), + [anon_sym_U_SQUOTE] = ACTIONS(1689), + [anon_sym_u8_SQUOTE] = ACTIONS(1689), + [anon_sym_SQUOTE] = ACTIONS(1689), + [anon_sym_L_DQUOTE] = ACTIONS(1689), + [anon_sym_u_DQUOTE] = ACTIONS(1689), + [anon_sym_U_DQUOTE] = ACTIONS(1689), + [anon_sym_u8_DQUOTE] = ACTIONS(1689), + [anon_sym_DQUOTE] = ACTIONS(1689), + [sym_true] = ACTIONS(1687), + [sym_false] = ACTIONS(1687), + [sym_null] = ACTIONS(1687), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1843), - [anon_sym_virtual] = ACTIONS(1843), - [anon_sym_explicit] = ACTIONS(1843), - [sym_auto] = ACTIONS(1843), - [anon_sym_typename] = ACTIONS(1843), - [anon_sym_template] = ACTIONS(1843), - [anon_sym_operator] = ACTIONS(1843), - [anon_sym_delete] = ACTIONS(1843), - [anon_sym_throw] = ACTIONS(1843), - [anon_sym_namespace] = ACTIONS(1843), - [anon_sym_using] = ACTIONS(1843), - [anon_sym_static_assert] = ACTIONS(1843), - [anon_sym_co_return] = ACTIONS(1843), - [anon_sym_co_yield] = ACTIONS(1843), - [anon_sym_try] = ACTIONS(1843), - [anon_sym_co_await] = ACTIONS(1843), - [anon_sym_new] = ACTIONS(1843), - [sym_this] = ACTIONS(1843), - [sym_nullptr] = ACTIONS(1843), - [sym_alone_macro] = ACTIONS(1845), - [aux_sym_alone_macro_call_token1] = ACTIONS(1843), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_FORWARD] = ACTIONS(1843), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1843), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_PS_GET] = ACTIONS(1843), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1843), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1843), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), - [anon_sym_MOZ_COLD] = ACTIONS(1843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_RAII] = ACTIONS(1843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), - [sym_raw_string_literal] = ACTIONS(1845), + [anon_sym_decltype] = ACTIONS(1687), + [anon_sym_virtual] = ACTIONS(1687), + [anon_sym_explicit] = ACTIONS(1687), + [sym_auto] = ACTIONS(1687), + [anon_sym_typename] = ACTIONS(1687), + [anon_sym_template] = ACTIONS(1687), + [anon_sym_operator] = ACTIONS(1687), + [anon_sym_delete] = ACTIONS(1687), + [anon_sym_throw] = ACTIONS(1687), + [anon_sym_namespace] = ACTIONS(1687), + [anon_sym_using] = ACTIONS(1687), + [anon_sym_static_assert] = ACTIONS(1687), + [anon_sym_co_return] = ACTIONS(1687), + [anon_sym_co_yield] = ACTIONS(1687), + [anon_sym_try] = ACTIONS(1687), + [anon_sym_co_await] = ACTIONS(1687), + [anon_sym_new] = ACTIONS(1687), + [sym_this] = ACTIONS(1687), + [sym_nullptr] = ACTIONS(1687), + [sym_alone_macro] = ACTIONS(1689), + [aux_sym_alone_macro_call_token1] = ACTIONS(1687), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_FORWARD] = ACTIONS(1687), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_PS_GET] = ACTIONS(1687), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), + [anon_sym_MOZ_COLD] = ACTIONS(1687), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_RAII] = ACTIONS(1687), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), + [sym_raw_string_literal] = ACTIONS(1689), }, - [516] = { - [sym_identifier] = ACTIONS(1707), - [aux_sym_preproc_include_token1] = ACTIONS(1707), - [aux_sym_preproc_def_token1] = ACTIONS(1707), - [aux_sym_preproc_if_token1] = ACTIONS(1707), - [aux_sym_preproc_if_token2] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), - [sym_preproc_directive] = ACTIONS(1707), - [anon_sym_LPAREN2] = ACTIONS(1709), - [anon_sym_BANG] = ACTIONS(1709), - [anon_sym_TILDE] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1707), - [anon_sym_PLUS] = ACTIONS(1707), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_AMP_AMP] = ACTIONS(1709), - [anon_sym_AMP] = ACTIONS(1707), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1707), - [anon_sym_extern] = ACTIONS(1707), - [anon_sym___attribute__] = ACTIONS(1707), - [anon_sym_COLON_COLON] = ACTIONS(1709), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), - [anon_sym___declspec] = ACTIONS(1707), - [anon_sym___based] = ACTIONS(1707), - [anon_sym___cdecl] = ACTIONS(1707), - [anon_sym___clrcall] = ACTIONS(1707), - [anon_sym___stdcall] = ACTIONS(1707), - [anon_sym___fastcall] = ACTIONS(1707), - [anon_sym___thiscall] = ACTIONS(1707), - [anon_sym___vectorcall] = ACTIONS(1707), - [anon_sym_LBRACE] = ACTIONS(1709), - [anon_sym_LBRACK] = ACTIONS(1707), - [anon_sym_static] = ACTIONS(1707), - [anon_sym_register] = ACTIONS(1707), - [anon_sym_inline] = ACTIONS(1707), - [anon_sym_thread_local] = ACTIONS(1707), - [anon_sym_const] = ACTIONS(1707), - [anon_sym_volatile] = ACTIONS(1707), - [anon_sym_restrict] = ACTIONS(1707), - [anon_sym__Atomic] = ACTIONS(1707), - [anon_sym_mutable] = ACTIONS(1707), - [anon_sym_constexpr] = ACTIONS(1707), - [anon_sym_signed] = ACTIONS(1707), - [anon_sym_unsigned] = ACTIONS(1707), - [anon_sym_long] = ACTIONS(1707), - [anon_sym_short] = ACTIONS(1707), - [sym_primitive_type] = ACTIONS(1707), - [anon_sym_enum] = ACTIONS(1707), - [anon_sym_class] = ACTIONS(1707), - [anon_sym_struct] = ACTIONS(1707), - [anon_sym_union] = ACTIONS(1707), - [anon_sym_if] = ACTIONS(1707), - [anon_sym_switch] = ACTIONS(1707), - [anon_sym_case] = ACTIONS(1707), - [anon_sym_default] = ACTIONS(1707), - [anon_sym_while] = ACTIONS(1707), - [anon_sym_do] = ACTIONS(1707), - [anon_sym_for] = ACTIONS(1707), - [anon_sym_return] = ACTIONS(1707), - [anon_sym_break] = ACTIONS(1707), - [anon_sym_continue] = ACTIONS(1707), - [anon_sym_goto] = ACTIONS(1707), - [anon_sym_DASH_DASH] = ACTIONS(1709), - [anon_sym_PLUS_PLUS] = ACTIONS(1709), - [anon_sym_sizeof] = ACTIONS(1707), - [sym_number_literal] = ACTIONS(1709), - [anon_sym_L_SQUOTE] = ACTIONS(1709), - [anon_sym_u_SQUOTE] = ACTIONS(1709), - [anon_sym_U_SQUOTE] = ACTIONS(1709), - [anon_sym_u8_SQUOTE] = ACTIONS(1709), - [anon_sym_SQUOTE] = ACTIONS(1709), - [anon_sym_L_DQUOTE] = ACTIONS(1709), - [anon_sym_u_DQUOTE] = ACTIONS(1709), - [anon_sym_U_DQUOTE] = ACTIONS(1709), - [anon_sym_u8_DQUOTE] = ACTIONS(1709), - [anon_sym_DQUOTE] = ACTIONS(1709), - [sym_true] = ACTIONS(1707), - [sym_false] = ACTIONS(1707), - [sym_null] = ACTIONS(1707), + [500] = { + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_include_token1] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___based] = ACTIONS(1581), + [anon_sym___cdecl] = ACTIONS(1581), + [anon_sym___clrcall] = ACTIONS(1581), + [anon_sym___stdcall] = ACTIONS(1581), + [anon_sym___fastcall] = ACTIONS(1581), + [anon_sym___thiscall] = ACTIONS(1581), + [anon_sym___vectorcall] = ACTIONS(1581), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_RBRACE] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [anon_sym_if] = ACTIONS(1581), + [anon_sym_else] = ACTIONS(1581), + [anon_sym_switch] = ACTIONS(1581), + [anon_sym_case] = ACTIONS(1581), + [anon_sym_default] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1581), + [anon_sym_do] = ACTIONS(1581), + [anon_sym_for] = ACTIONS(1581), + [anon_sym_return] = ACTIONS(1581), + [anon_sym_break] = ACTIONS(1581), + [anon_sym_continue] = ACTIONS(1581), + [anon_sym_goto] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1583), + [anon_sym_L_SQUOTE] = ACTIONS(1583), + [anon_sym_u_SQUOTE] = ACTIONS(1583), + [anon_sym_U_SQUOTE] = ACTIONS(1583), + [anon_sym_u8_SQUOTE] = ACTIONS(1583), + [anon_sym_SQUOTE] = ACTIONS(1583), + [anon_sym_L_DQUOTE] = ACTIONS(1583), + [anon_sym_u_DQUOTE] = ACTIONS(1583), + [anon_sym_U_DQUOTE] = ACTIONS(1583), + [anon_sym_u8_DQUOTE] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1583), + [sym_true] = ACTIONS(1581), + [sym_false] = ACTIONS(1581), + [sym_null] = ACTIONS(1581), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1707), - [anon_sym_virtual] = ACTIONS(1707), - [anon_sym_explicit] = ACTIONS(1707), - [sym_auto] = ACTIONS(1707), - [anon_sym_typename] = ACTIONS(1707), - [anon_sym_template] = ACTIONS(1707), - [anon_sym_operator] = ACTIONS(1707), - [anon_sym_delete] = ACTIONS(1707), - [anon_sym_throw] = ACTIONS(1707), - [anon_sym_namespace] = ACTIONS(1707), - [anon_sym_using] = ACTIONS(1707), - [anon_sym_static_assert] = ACTIONS(1707), - [anon_sym_co_return] = ACTIONS(1707), - [anon_sym_co_yield] = ACTIONS(1707), - [anon_sym_try] = ACTIONS(1707), - [anon_sym_co_await] = ACTIONS(1707), - [anon_sym_new] = ACTIONS(1707), - [sym_this] = ACTIONS(1707), - [sym_nullptr] = ACTIONS(1707), - [sym_alone_macro] = ACTIONS(1709), - [aux_sym_alone_macro_call_token1] = ACTIONS(1707), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_FORWARD] = ACTIONS(1707), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_PS_GET] = ACTIONS(1707), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), - [anon_sym_MOZ_COLD] = ACTIONS(1707), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_RAII] = ACTIONS(1707), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), - [sym_raw_string_literal] = ACTIONS(1709), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [anon_sym_explicit] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_operator] = ACTIONS(1581), + [anon_sym_delete] = ACTIONS(1581), + [anon_sym_throw] = ACTIONS(1581), + [anon_sym_namespace] = ACTIONS(1581), + [anon_sym_using] = ACTIONS(1581), + [anon_sym_static_assert] = ACTIONS(1581), + [anon_sym_co_return] = ACTIONS(1581), + [anon_sym_co_yield] = ACTIONS(1581), + [anon_sym_try] = ACTIONS(1581), + [anon_sym_co_await] = ACTIONS(1581), + [anon_sym_new] = ACTIONS(1581), + [sym_this] = ACTIONS(1581), + [sym_nullptr] = ACTIONS(1581), + [sym_alone_macro] = ACTIONS(1583), + [aux_sym_alone_macro_call_token1] = ACTIONS(1581), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_FORWARD] = ACTIONS(1581), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_PS_GET] = ACTIONS(1581), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [sym_raw_string_literal] = ACTIONS(1583), }, - [517] = { - [sym_identifier] = ACTIONS(1703), - [aux_sym_preproc_include_token1] = ACTIONS(1703), - [aux_sym_preproc_def_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token2] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), - [sym_preproc_directive] = ACTIONS(1703), - [anon_sym_LPAREN2] = ACTIONS(1705), - [anon_sym_BANG] = ACTIONS(1705), - [anon_sym_TILDE] = ACTIONS(1705), - [anon_sym_DASH] = ACTIONS(1703), - [anon_sym_PLUS] = ACTIONS(1703), - [anon_sym_STAR] = ACTIONS(1705), - [anon_sym_AMP_AMP] = ACTIONS(1705), - [anon_sym_AMP] = ACTIONS(1703), - [anon_sym_SEMI] = ACTIONS(1705), - [anon_sym_typedef] = ACTIONS(1703), - [anon_sym_extern] = ACTIONS(1703), - [anon_sym___attribute__] = ACTIONS(1703), - [anon_sym_COLON_COLON] = ACTIONS(1705), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), - [anon_sym___declspec] = ACTIONS(1703), - [anon_sym___based] = ACTIONS(1703), - [anon_sym___cdecl] = ACTIONS(1703), - [anon_sym___clrcall] = ACTIONS(1703), - [anon_sym___stdcall] = ACTIONS(1703), - [anon_sym___fastcall] = ACTIONS(1703), - [anon_sym___thiscall] = ACTIONS(1703), - [anon_sym___vectorcall] = ACTIONS(1703), - [anon_sym_LBRACE] = ACTIONS(1705), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_static] = ACTIONS(1703), - [anon_sym_register] = ACTIONS(1703), - [anon_sym_inline] = ACTIONS(1703), - [anon_sym_thread_local] = ACTIONS(1703), - [anon_sym_const] = ACTIONS(1703), - [anon_sym_volatile] = ACTIONS(1703), - [anon_sym_restrict] = ACTIONS(1703), - [anon_sym__Atomic] = ACTIONS(1703), - [anon_sym_mutable] = ACTIONS(1703), - [anon_sym_constexpr] = ACTIONS(1703), - [anon_sym_signed] = ACTIONS(1703), - [anon_sym_unsigned] = ACTIONS(1703), - [anon_sym_long] = ACTIONS(1703), - [anon_sym_short] = ACTIONS(1703), - [sym_primitive_type] = ACTIONS(1703), - [anon_sym_enum] = ACTIONS(1703), - [anon_sym_class] = ACTIONS(1703), - [anon_sym_struct] = ACTIONS(1703), - [anon_sym_union] = ACTIONS(1703), - [anon_sym_if] = ACTIONS(1703), - [anon_sym_switch] = ACTIONS(1703), - [anon_sym_case] = ACTIONS(1703), - [anon_sym_default] = ACTIONS(1703), - [anon_sym_while] = ACTIONS(1703), - [anon_sym_do] = ACTIONS(1703), - [anon_sym_for] = ACTIONS(1703), - [anon_sym_return] = ACTIONS(1703), - [anon_sym_break] = ACTIONS(1703), - [anon_sym_continue] = ACTIONS(1703), - [anon_sym_goto] = ACTIONS(1703), - [anon_sym_DASH_DASH] = ACTIONS(1705), - [anon_sym_PLUS_PLUS] = ACTIONS(1705), - [anon_sym_sizeof] = ACTIONS(1703), - [sym_number_literal] = ACTIONS(1705), - [anon_sym_L_SQUOTE] = ACTIONS(1705), - [anon_sym_u_SQUOTE] = ACTIONS(1705), - [anon_sym_U_SQUOTE] = ACTIONS(1705), - [anon_sym_u8_SQUOTE] = ACTIONS(1705), - [anon_sym_SQUOTE] = ACTIONS(1705), - [anon_sym_L_DQUOTE] = ACTIONS(1705), - [anon_sym_u_DQUOTE] = ACTIONS(1705), - [anon_sym_U_DQUOTE] = ACTIONS(1705), - [anon_sym_u8_DQUOTE] = ACTIONS(1705), - [anon_sym_DQUOTE] = ACTIONS(1705), - [sym_true] = ACTIONS(1703), - [sym_false] = ACTIONS(1703), - [sym_null] = ACTIONS(1703), + [501] = { + [sym_identifier] = ACTIONS(1615), + [aux_sym_preproc_include_token1] = ACTIONS(1615), + [aux_sym_preproc_def_token1] = ACTIONS(1615), + [aux_sym_preproc_if_token1] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1615), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1615), + [sym_preproc_directive] = ACTIONS(1615), + [anon_sym_LPAREN2] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_AMP_AMP] = ACTIONS(1617), + [anon_sym_AMP] = ACTIONS(1615), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym___attribute__] = ACTIONS(1615), + [anon_sym_COLON_COLON] = ACTIONS(1617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1617), + [anon_sym___declspec] = ACTIONS(1615), + [anon_sym___based] = ACTIONS(1615), + [anon_sym___cdecl] = ACTIONS(1615), + [anon_sym___clrcall] = ACTIONS(1615), + [anon_sym___stdcall] = ACTIONS(1615), + [anon_sym___fastcall] = ACTIONS(1615), + [anon_sym___thiscall] = ACTIONS(1615), + [anon_sym___vectorcall] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_RBRACE] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_thread_local] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym__Atomic] = ACTIONS(1615), + [anon_sym_mutable] = ACTIONS(1615), + [anon_sym_constexpr] = ACTIONS(1615), + [anon_sym_signed] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_class] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_else] = ACTIONS(2001), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_case] = ACTIONS(1615), + [anon_sym_default] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1617), + [anon_sym_L_SQUOTE] = ACTIONS(1617), + [anon_sym_u_SQUOTE] = ACTIONS(1617), + [anon_sym_U_SQUOTE] = ACTIONS(1617), + [anon_sym_u8_SQUOTE] = ACTIONS(1617), + [anon_sym_SQUOTE] = ACTIONS(1617), + [anon_sym_L_DQUOTE] = ACTIONS(1617), + [anon_sym_u_DQUOTE] = ACTIONS(1617), + [anon_sym_U_DQUOTE] = ACTIONS(1617), + [anon_sym_u8_DQUOTE] = ACTIONS(1617), + [anon_sym_DQUOTE] = ACTIONS(1617), + [sym_true] = ACTIONS(1615), + [sym_false] = ACTIONS(1615), + [sym_null] = ACTIONS(1615), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1615), + [anon_sym_virtual] = ACTIONS(1615), + [anon_sym_explicit] = ACTIONS(1615), + [sym_auto] = ACTIONS(1615), + [anon_sym_typename] = ACTIONS(1615), + [anon_sym_template] = ACTIONS(1615), + [anon_sym_operator] = ACTIONS(1615), + [anon_sym_delete] = ACTIONS(1615), + [anon_sym_throw] = ACTIONS(1615), + [anon_sym_namespace] = ACTIONS(1615), + [anon_sym_using] = ACTIONS(1615), + [anon_sym_static_assert] = ACTIONS(1615), + [anon_sym_co_return] = ACTIONS(1615), + [anon_sym_co_yield] = ACTIONS(1615), + [anon_sym_try] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1615), + [anon_sym_new] = ACTIONS(1615), + [sym_this] = ACTIONS(1615), + [sym_nullptr] = ACTIONS(1615), + [sym_alone_macro] = ACTIONS(1617), + [aux_sym_alone_macro_call_token1] = ACTIONS(1615), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_FORWARD] = ACTIONS(1615), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1615), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_PS_GET] = ACTIONS(1615), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1615), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1615), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1615), + [anon_sym_MOZ_COLD] = ACTIONS(1615), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1615), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1615), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1615), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1615), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1615), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1615), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1615), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1615), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1615), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1615), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1615), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1615), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_RAII] = ACTIONS(1615), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1615), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1615), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1615), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1615), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1615), + [sym_raw_string_literal] = ACTIONS(1617), + }, + [502] = { + [ts_builtin_sym_end] = ACTIONS(1693), + [sym_identifier] = ACTIONS(1691), + [aux_sym_preproc_include_token1] = ACTIONS(1691), + [aux_sym_preproc_def_token1] = ACTIONS(1691), + [aux_sym_preproc_if_token1] = ACTIONS(1691), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1691), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1691), + [sym_preproc_directive] = ACTIONS(1691), + [anon_sym_LPAREN2] = ACTIONS(1693), + [anon_sym_BANG] = ACTIONS(1693), + [anon_sym_TILDE] = ACTIONS(1693), + [anon_sym_DASH] = ACTIONS(1691), + [anon_sym_PLUS] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1693), + [anon_sym_AMP_AMP] = ACTIONS(1693), + [anon_sym_AMP] = ACTIONS(1691), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_typedef] = ACTIONS(1691), + [anon_sym_extern] = ACTIONS(1691), + [anon_sym___attribute__] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), + [anon_sym___declspec] = ACTIONS(1691), + [anon_sym___based] = ACTIONS(1691), + [anon_sym___cdecl] = ACTIONS(1691), + [anon_sym___clrcall] = ACTIONS(1691), + [anon_sym___stdcall] = ACTIONS(1691), + [anon_sym___fastcall] = ACTIONS(1691), + [anon_sym___thiscall] = ACTIONS(1691), + [anon_sym___vectorcall] = ACTIONS(1691), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1691), + [anon_sym_static] = ACTIONS(1691), + [anon_sym_register] = ACTIONS(1691), + [anon_sym_inline] = ACTIONS(1691), + [anon_sym_thread_local] = ACTIONS(1691), + [anon_sym_const] = ACTIONS(1691), + [anon_sym_volatile] = ACTIONS(1691), + [anon_sym_restrict] = ACTIONS(1691), + [anon_sym__Atomic] = ACTIONS(1691), + [anon_sym_mutable] = ACTIONS(1691), + [anon_sym_constexpr] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1691), + [anon_sym_unsigned] = ACTIONS(1691), + [anon_sym_long] = ACTIONS(1691), + [anon_sym_short] = ACTIONS(1691), + [sym_primitive_type] = ACTIONS(1691), + [anon_sym_enum] = ACTIONS(1691), + [anon_sym_class] = ACTIONS(1691), + [anon_sym_struct] = ACTIONS(1691), + [anon_sym_union] = ACTIONS(1691), + [anon_sym_if] = ACTIONS(1691), + [anon_sym_else] = ACTIONS(1691), + [anon_sym_switch] = ACTIONS(1691), + [anon_sym_case] = ACTIONS(1691), + [anon_sym_default] = ACTIONS(1691), + [anon_sym_while] = ACTIONS(1691), + [anon_sym_do] = ACTIONS(1691), + [anon_sym_for] = ACTIONS(1691), + [anon_sym_return] = ACTIONS(1691), + [anon_sym_break] = ACTIONS(1691), + [anon_sym_continue] = ACTIONS(1691), + [anon_sym_goto] = ACTIONS(1691), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_PLUS_PLUS] = ACTIONS(1693), + [anon_sym_sizeof] = ACTIONS(1691), + [sym_number_literal] = ACTIONS(1693), + [anon_sym_L_SQUOTE] = ACTIONS(1693), + [anon_sym_u_SQUOTE] = ACTIONS(1693), + [anon_sym_U_SQUOTE] = ACTIONS(1693), + [anon_sym_u8_SQUOTE] = ACTIONS(1693), + [anon_sym_SQUOTE] = ACTIONS(1693), + [anon_sym_L_DQUOTE] = ACTIONS(1693), + [anon_sym_u_DQUOTE] = ACTIONS(1693), + [anon_sym_U_DQUOTE] = ACTIONS(1693), + [anon_sym_u8_DQUOTE] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym_true] = ACTIONS(1691), + [sym_false] = ACTIONS(1691), + [sym_null] = ACTIONS(1691), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1703), - [anon_sym_virtual] = ACTIONS(1703), - [anon_sym_explicit] = ACTIONS(1703), - [sym_auto] = ACTIONS(1703), - [anon_sym_typename] = ACTIONS(1703), - [anon_sym_template] = ACTIONS(1703), - [anon_sym_operator] = ACTIONS(1703), - [anon_sym_delete] = ACTIONS(1703), - [anon_sym_throw] = ACTIONS(1703), - [anon_sym_namespace] = ACTIONS(1703), - [anon_sym_using] = ACTIONS(1703), - [anon_sym_static_assert] = ACTIONS(1703), - [anon_sym_co_return] = ACTIONS(1703), - [anon_sym_co_yield] = ACTIONS(1703), - [anon_sym_try] = ACTIONS(1703), - [anon_sym_co_await] = ACTIONS(1703), - [anon_sym_new] = ACTIONS(1703), - [sym_this] = ACTIONS(1703), - [sym_nullptr] = ACTIONS(1703), - [sym_alone_macro] = ACTIONS(1705), - [aux_sym_alone_macro_call_token1] = ACTIONS(1703), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_FORWARD] = ACTIONS(1703), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_PS_GET] = ACTIONS(1703), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), - [anon_sym_MOZ_COLD] = ACTIONS(1703), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_RAII] = ACTIONS(1703), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), - [sym_raw_string_literal] = ACTIONS(1705), + [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_virtual] = ACTIONS(1691), + [anon_sym_explicit] = ACTIONS(1691), + [sym_auto] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1691), + [anon_sym_template] = ACTIONS(1691), + [anon_sym_operator] = ACTIONS(1691), + [anon_sym_delete] = ACTIONS(1691), + [anon_sym_throw] = ACTIONS(1691), + [anon_sym_namespace] = ACTIONS(1691), + [anon_sym_using] = ACTIONS(1691), + [anon_sym_static_assert] = ACTIONS(1691), + [anon_sym_co_return] = ACTIONS(1691), + [anon_sym_co_yield] = ACTIONS(1691), + [anon_sym_try] = ACTIONS(1691), + [anon_sym_co_await] = ACTIONS(1691), + [anon_sym_new] = ACTIONS(1691), + [sym_this] = ACTIONS(1691), + [sym_nullptr] = ACTIONS(1691), + [sym_alone_macro] = ACTIONS(1693), + [aux_sym_alone_macro_call_token1] = ACTIONS(1691), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_FORWARD] = ACTIONS(1691), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_PS_GET] = ACTIONS(1691), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), + [anon_sym_MOZ_COLD] = ACTIONS(1691), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_RAII] = ACTIONS(1691), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), + [sym_raw_string_literal] = ACTIONS(1693), }, - [518] = { - [sym_identifier] = ACTIONS(1807), - [aux_sym_preproc_include_token1] = ACTIONS(1807), - [aux_sym_preproc_def_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token2] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), - [sym_preproc_directive] = ACTIONS(1807), - [anon_sym_LPAREN2] = ACTIONS(1809), - [anon_sym_BANG] = ACTIONS(1809), - [anon_sym_TILDE] = ACTIONS(1809), - [anon_sym_DASH] = ACTIONS(1807), - [anon_sym_PLUS] = ACTIONS(1807), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_AMP_AMP] = ACTIONS(1809), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_SEMI] = ACTIONS(1809), - [anon_sym_typedef] = ACTIONS(1807), - [anon_sym_extern] = ACTIONS(1807), - [anon_sym___attribute__] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___based] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(1807), - [anon_sym___clrcall] = ACTIONS(1807), - [anon_sym___stdcall] = ACTIONS(1807), - [anon_sym___fastcall] = ACTIONS(1807), - [anon_sym___thiscall] = ACTIONS(1807), - [anon_sym___vectorcall] = ACTIONS(1807), - [anon_sym_LBRACE] = ACTIONS(1809), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_static] = ACTIONS(1807), - [anon_sym_register] = ACTIONS(1807), - [anon_sym_inline] = ACTIONS(1807), - [anon_sym_thread_local] = ACTIONS(1807), - [anon_sym_const] = ACTIONS(1807), - [anon_sym_volatile] = ACTIONS(1807), - [anon_sym_restrict] = ACTIONS(1807), - [anon_sym__Atomic] = ACTIONS(1807), - [anon_sym_mutable] = ACTIONS(1807), - [anon_sym_constexpr] = ACTIONS(1807), - [anon_sym_signed] = ACTIONS(1807), - [anon_sym_unsigned] = ACTIONS(1807), - [anon_sym_long] = ACTIONS(1807), - [anon_sym_short] = ACTIONS(1807), - [sym_primitive_type] = ACTIONS(1807), - [anon_sym_enum] = ACTIONS(1807), - [anon_sym_class] = ACTIONS(1807), - [anon_sym_struct] = ACTIONS(1807), - [anon_sym_union] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_switch] = ACTIONS(1807), - [anon_sym_case] = ACTIONS(1807), - [anon_sym_default] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1807), - [anon_sym_continue] = ACTIONS(1807), - [anon_sym_goto] = ACTIONS(1807), - [anon_sym_DASH_DASH] = ACTIONS(1809), - [anon_sym_PLUS_PLUS] = ACTIONS(1809), - [anon_sym_sizeof] = ACTIONS(1807), - [sym_number_literal] = ACTIONS(1809), - [anon_sym_L_SQUOTE] = ACTIONS(1809), - [anon_sym_u_SQUOTE] = ACTIONS(1809), - [anon_sym_U_SQUOTE] = ACTIONS(1809), - [anon_sym_u8_SQUOTE] = ACTIONS(1809), - [anon_sym_SQUOTE] = ACTIONS(1809), - [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(1807), - [sym_false] = ACTIONS(1807), - [sym_null] = ACTIONS(1807), + [503] = { + [ts_builtin_sym_end] = ACTIONS(1669), + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_include_token1] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym___cdecl] = ACTIONS(1667), + [anon_sym___clrcall] = ACTIONS(1667), + [anon_sym___stdcall] = ACTIONS(1667), + [anon_sym___fastcall] = ACTIONS(1667), + [anon_sym___thiscall] = ACTIONS(1667), + [anon_sym___vectorcall] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_case] = ACTIONS(1667), + [anon_sym_default] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_namespace] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [sym_alone_macro] = ACTIONS(1669), + [aux_sym_alone_macro_call_token1] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [504] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1613), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_RBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), + }, + [505] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_include_token1] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym___cdecl] = ACTIONS(1593), + [anon_sym___clrcall] = ACTIONS(1593), + [anon_sym___stdcall] = ACTIONS(1593), + [anon_sym___fastcall] = ACTIONS(1593), + [anon_sym___thiscall] = ACTIONS(1593), + [anon_sym___vectorcall] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1807), - [anon_sym_virtual] = ACTIONS(1807), - [anon_sym_explicit] = ACTIONS(1807), - [sym_auto] = ACTIONS(1807), - [anon_sym_typename] = ACTIONS(1807), - [anon_sym_template] = ACTIONS(1807), - [anon_sym_operator] = ACTIONS(1807), - [anon_sym_delete] = ACTIONS(1807), - [anon_sym_throw] = ACTIONS(1807), - [anon_sym_namespace] = ACTIONS(1807), - [anon_sym_using] = ACTIONS(1807), - [anon_sym_static_assert] = ACTIONS(1807), - [anon_sym_co_return] = ACTIONS(1807), - [anon_sym_co_yield] = ACTIONS(1807), - [anon_sym_try] = ACTIONS(1807), - [anon_sym_co_await] = ACTIONS(1807), - [anon_sym_new] = ACTIONS(1807), - [sym_this] = ACTIONS(1807), - [sym_nullptr] = ACTIONS(1807), - [sym_alone_macro] = ACTIONS(1809), - [aux_sym_alone_macro_call_token1] = ACTIONS(1807), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_FORWARD] = ACTIONS(1807), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_PS_GET] = ACTIONS(1807), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), - [anon_sym_MOZ_COLD] = ACTIONS(1807), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_RAII] = ACTIONS(1807), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), - [sym_raw_string_literal] = ACTIONS(1809), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [sym_alone_macro] = ACTIONS(1595), + [aux_sym_alone_macro_call_token1] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), }, - [519] = { - [sym_identifier] = ACTIONS(1811), - [aux_sym_preproc_include_token1] = ACTIONS(1811), - [aux_sym_preproc_def_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token2] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), - [sym_preproc_directive] = ACTIONS(1811), - [anon_sym_LPAREN2] = ACTIONS(1813), - [anon_sym_BANG] = ACTIONS(1813), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1811), - [anon_sym_PLUS] = ACTIONS(1811), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_typedef] = ACTIONS(1811), - [anon_sym_extern] = ACTIONS(1811), - [anon_sym___attribute__] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1813), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), - [anon_sym___declspec] = ACTIONS(1811), - [anon_sym___based] = ACTIONS(1811), - [anon_sym___cdecl] = ACTIONS(1811), - [anon_sym___clrcall] = ACTIONS(1811), - [anon_sym___stdcall] = ACTIONS(1811), - [anon_sym___fastcall] = ACTIONS(1811), - [anon_sym___thiscall] = ACTIONS(1811), - [anon_sym___vectorcall] = ACTIONS(1811), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_register] = ACTIONS(1811), - [anon_sym_inline] = ACTIONS(1811), - [anon_sym_thread_local] = ACTIONS(1811), - [anon_sym_const] = ACTIONS(1811), - [anon_sym_volatile] = ACTIONS(1811), - [anon_sym_restrict] = ACTIONS(1811), - [anon_sym__Atomic] = ACTIONS(1811), - [anon_sym_mutable] = ACTIONS(1811), - [anon_sym_constexpr] = ACTIONS(1811), - [anon_sym_signed] = ACTIONS(1811), - [anon_sym_unsigned] = ACTIONS(1811), - [anon_sym_long] = ACTIONS(1811), - [anon_sym_short] = ACTIONS(1811), - [sym_primitive_type] = ACTIONS(1811), - [anon_sym_enum] = ACTIONS(1811), - [anon_sym_class] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1811), - [anon_sym_union] = ACTIONS(1811), - [anon_sym_if] = ACTIONS(1811), - [anon_sym_switch] = ACTIONS(1811), - [anon_sym_case] = ACTIONS(1811), - [anon_sym_default] = ACTIONS(1811), - [anon_sym_while] = ACTIONS(1811), - [anon_sym_do] = ACTIONS(1811), - [anon_sym_for] = ACTIONS(1811), - [anon_sym_return] = ACTIONS(1811), - [anon_sym_break] = ACTIONS(1811), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_sizeof] = ACTIONS(1811), - [sym_number_literal] = ACTIONS(1813), - [anon_sym_L_SQUOTE] = ACTIONS(1813), - [anon_sym_u_SQUOTE] = ACTIONS(1813), - [anon_sym_U_SQUOTE] = ACTIONS(1813), - [anon_sym_u8_SQUOTE] = ACTIONS(1813), - [anon_sym_SQUOTE] = ACTIONS(1813), - [anon_sym_L_DQUOTE] = ACTIONS(1813), - [anon_sym_u_DQUOTE] = ACTIONS(1813), - [anon_sym_U_DQUOTE] = ACTIONS(1813), - [anon_sym_u8_DQUOTE] = ACTIONS(1813), - [anon_sym_DQUOTE] = ACTIONS(1813), - [sym_true] = ACTIONS(1811), - [sym_false] = ACTIONS(1811), - [sym_null] = ACTIONS(1811), + [506] = { + [ts_builtin_sym_end] = ACTIONS(1697), + [sym_identifier] = ACTIONS(1695), + [aux_sym_preproc_include_token1] = ACTIONS(1695), + [aux_sym_preproc_def_token1] = ACTIONS(1695), + [aux_sym_preproc_if_token1] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1695), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1695), + [sym_preproc_directive] = ACTIONS(1695), + [anon_sym_LPAREN2] = ACTIONS(1697), + [anon_sym_BANG] = ACTIONS(1697), + [anon_sym_TILDE] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1695), + [anon_sym_PLUS] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_AMP_AMP] = ACTIONS(1697), + [anon_sym_AMP] = ACTIONS(1695), + [anon_sym_SEMI] = ACTIONS(1697), + [anon_sym_typedef] = ACTIONS(1695), + [anon_sym_extern] = ACTIONS(1695), + [anon_sym___attribute__] = ACTIONS(1695), + [anon_sym_COLON_COLON] = ACTIONS(1697), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), + [anon_sym___declspec] = ACTIONS(1695), + [anon_sym___based] = ACTIONS(1695), + [anon_sym___cdecl] = ACTIONS(1695), + [anon_sym___clrcall] = ACTIONS(1695), + [anon_sym___stdcall] = ACTIONS(1695), + [anon_sym___fastcall] = ACTIONS(1695), + [anon_sym___thiscall] = ACTIONS(1695), + [anon_sym___vectorcall] = ACTIONS(1695), + [anon_sym_LBRACE] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_static] = ACTIONS(1695), + [anon_sym_register] = ACTIONS(1695), + [anon_sym_inline] = ACTIONS(1695), + [anon_sym_thread_local] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1695), + [anon_sym_volatile] = ACTIONS(1695), + [anon_sym_restrict] = ACTIONS(1695), + [anon_sym__Atomic] = ACTIONS(1695), + [anon_sym_mutable] = ACTIONS(1695), + [anon_sym_constexpr] = ACTIONS(1695), + [anon_sym_signed] = ACTIONS(1695), + [anon_sym_unsigned] = ACTIONS(1695), + [anon_sym_long] = ACTIONS(1695), + [anon_sym_short] = ACTIONS(1695), + [sym_primitive_type] = ACTIONS(1695), + [anon_sym_enum] = ACTIONS(1695), + [anon_sym_class] = ACTIONS(1695), + [anon_sym_struct] = ACTIONS(1695), + [anon_sym_union] = ACTIONS(1695), + [anon_sym_if] = ACTIONS(1695), + [anon_sym_else] = ACTIONS(1695), + [anon_sym_switch] = ACTIONS(1695), + [anon_sym_case] = ACTIONS(1695), + [anon_sym_default] = ACTIONS(1695), + [anon_sym_while] = ACTIONS(1695), + [anon_sym_do] = ACTIONS(1695), + [anon_sym_for] = ACTIONS(1695), + [anon_sym_return] = ACTIONS(1695), + [anon_sym_break] = ACTIONS(1695), + [anon_sym_continue] = ACTIONS(1695), + [anon_sym_goto] = ACTIONS(1695), + [anon_sym_DASH_DASH] = ACTIONS(1697), + [anon_sym_PLUS_PLUS] = ACTIONS(1697), + [anon_sym_sizeof] = ACTIONS(1695), + [sym_number_literal] = ACTIONS(1697), + [anon_sym_L_SQUOTE] = ACTIONS(1697), + [anon_sym_u_SQUOTE] = ACTIONS(1697), + [anon_sym_U_SQUOTE] = ACTIONS(1697), + [anon_sym_u8_SQUOTE] = ACTIONS(1697), + [anon_sym_SQUOTE] = ACTIONS(1697), + [anon_sym_L_DQUOTE] = ACTIONS(1697), + [anon_sym_u_DQUOTE] = ACTIONS(1697), + [anon_sym_U_DQUOTE] = ACTIONS(1697), + [anon_sym_u8_DQUOTE] = ACTIONS(1697), + [anon_sym_DQUOTE] = ACTIONS(1697), + [sym_true] = ACTIONS(1695), + [sym_false] = ACTIONS(1695), + [sym_null] = ACTIONS(1695), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1811), - [anon_sym_virtual] = ACTIONS(1811), - [anon_sym_explicit] = ACTIONS(1811), - [sym_auto] = ACTIONS(1811), - [anon_sym_typename] = ACTIONS(1811), - [anon_sym_template] = ACTIONS(1811), - [anon_sym_operator] = ACTIONS(1811), - [anon_sym_delete] = ACTIONS(1811), - [anon_sym_throw] = ACTIONS(1811), - [anon_sym_namespace] = ACTIONS(1811), - [anon_sym_using] = ACTIONS(1811), - [anon_sym_static_assert] = ACTIONS(1811), - [anon_sym_co_return] = ACTIONS(1811), - [anon_sym_co_yield] = ACTIONS(1811), - [anon_sym_try] = ACTIONS(1811), - [anon_sym_co_await] = ACTIONS(1811), - [anon_sym_new] = ACTIONS(1811), - [sym_this] = ACTIONS(1811), - [sym_nullptr] = ACTIONS(1811), - [sym_alone_macro] = ACTIONS(1813), - [aux_sym_alone_macro_call_token1] = ACTIONS(1811), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_FORWARD] = ACTIONS(1811), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_PS_GET] = ACTIONS(1811), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), - [anon_sym_MOZ_COLD] = ACTIONS(1811), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_RAII] = ACTIONS(1811), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), - [sym_raw_string_literal] = ACTIONS(1813), + [anon_sym_decltype] = ACTIONS(1695), + [anon_sym_virtual] = ACTIONS(1695), + [anon_sym_explicit] = ACTIONS(1695), + [sym_auto] = ACTIONS(1695), + [anon_sym_typename] = ACTIONS(1695), + [anon_sym_template] = ACTIONS(1695), + [anon_sym_operator] = ACTIONS(1695), + [anon_sym_delete] = ACTIONS(1695), + [anon_sym_throw] = ACTIONS(1695), + [anon_sym_namespace] = ACTIONS(1695), + [anon_sym_using] = ACTIONS(1695), + [anon_sym_static_assert] = ACTIONS(1695), + [anon_sym_co_return] = ACTIONS(1695), + [anon_sym_co_yield] = ACTIONS(1695), + [anon_sym_try] = ACTIONS(1695), + [anon_sym_co_await] = ACTIONS(1695), + [anon_sym_new] = ACTIONS(1695), + [sym_this] = ACTIONS(1695), + [sym_nullptr] = ACTIONS(1695), + [sym_alone_macro] = ACTIONS(1697), + [aux_sym_alone_macro_call_token1] = ACTIONS(1695), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_FORWARD] = ACTIONS(1695), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_PS_GET] = ACTIONS(1695), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), + [anon_sym_MOZ_COLD] = ACTIONS(1695), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_RAII] = ACTIONS(1695), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), + [sym_raw_string_literal] = ACTIONS(1697), }, - [520] = { - [sym_identifier] = ACTIONS(1903), - [aux_sym_preproc_include_token1] = ACTIONS(1903), - [aux_sym_preproc_def_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token2] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), - [sym_preproc_directive] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_BANG] = ACTIONS(1905), - [anon_sym_TILDE] = ACTIONS(1905), - [anon_sym_DASH] = ACTIONS(1903), - [anon_sym_PLUS] = ACTIONS(1903), - [anon_sym_STAR] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_SEMI] = ACTIONS(1905), - [anon_sym_typedef] = ACTIONS(1903), - [anon_sym_extern] = ACTIONS(1903), - [anon_sym___attribute__] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1905), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), - [anon_sym___declspec] = ACTIONS(1903), - [anon_sym___based] = ACTIONS(1903), - [anon_sym___cdecl] = ACTIONS(1903), - [anon_sym___clrcall] = ACTIONS(1903), - [anon_sym___stdcall] = ACTIONS(1903), - [anon_sym___fastcall] = ACTIONS(1903), - [anon_sym___thiscall] = ACTIONS(1903), - [anon_sym___vectorcall] = ACTIONS(1903), - [anon_sym_LBRACE] = ACTIONS(1905), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_static] = ACTIONS(1903), - [anon_sym_register] = ACTIONS(1903), - [anon_sym_inline] = ACTIONS(1903), - [anon_sym_thread_local] = ACTIONS(1903), - [anon_sym_const] = ACTIONS(1903), - [anon_sym_volatile] = ACTIONS(1903), - [anon_sym_restrict] = ACTIONS(1903), - [anon_sym__Atomic] = ACTIONS(1903), - [anon_sym_mutable] = ACTIONS(1903), - [anon_sym_constexpr] = ACTIONS(1903), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [sym_primitive_type] = ACTIONS(1903), - [anon_sym_enum] = ACTIONS(1903), - [anon_sym_class] = ACTIONS(1903), - [anon_sym_struct] = ACTIONS(1903), - [anon_sym_union] = ACTIONS(1903), - [anon_sym_if] = ACTIONS(1903), - [anon_sym_switch] = ACTIONS(1903), - [anon_sym_case] = ACTIONS(1903), - [anon_sym_default] = ACTIONS(1903), - [anon_sym_while] = ACTIONS(1903), - [anon_sym_do] = ACTIONS(1903), - [anon_sym_for] = ACTIONS(1903), - [anon_sym_return] = ACTIONS(1903), - [anon_sym_break] = ACTIONS(1903), - [anon_sym_continue] = ACTIONS(1903), - [anon_sym_goto] = ACTIONS(1903), - [anon_sym_DASH_DASH] = ACTIONS(1905), - [anon_sym_PLUS_PLUS] = ACTIONS(1905), - [anon_sym_sizeof] = ACTIONS(1903), - [sym_number_literal] = ACTIONS(1905), - [anon_sym_L_SQUOTE] = ACTIONS(1905), - [anon_sym_u_SQUOTE] = ACTIONS(1905), - [anon_sym_U_SQUOTE] = ACTIONS(1905), - [anon_sym_u8_SQUOTE] = ACTIONS(1905), - [anon_sym_SQUOTE] = ACTIONS(1905), - [anon_sym_L_DQUOTE] = ACTIONS(1905), - [anon_sym_u_DQUOTE] = ACTIONS(1905), - [anon_sym_U_DQUOTE] = ACTIONS(1905), - [anon_sym_u8_DQUOTE] = ACTIONS(1905), - [anon_sym_DQUOTE] = ACTIONS(1905), - [sym_true] = ACTIONS(1903), - [sym_false] = ACTIONS(1903), - [sym_null] = ACTIONS(1903), + [507] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_include_token1] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym___cdecl] = ACTIONS(1593), + [anon_sym___clrcall] = ACTIONS(1593), + [anon_sym___stdcall] = ACTIONS(1593), + [anon_sym___fastcall] = ACTIONS(1593), + [anon_sym___thiscall] = ACTIONS(1593), + [anon_sym___vectorcall] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1903), - [anon_sym_virtual] = ACTIONS(1903), - [anon_sym_explicit] = ACTIONS(1903), - [sym_auto] = ACTIONS(1903), - [anon_sym_typename] = ACTIONS(1903), - [anon_sym_template] = ACTIONS(1903), - [anon_sym_operator] = ACTIONS(1903), - [anon_sym_delete] = ACTIONS(1903), - [anon_sym_throw] = ACTIONS(1903), - [anon_sym_namespace] = ACTIONS(1903), - [anon_sym_using] = ACTIONS(1903), - [anon_sym_static_assert] = ACTIONS(1903), - [anon_sym_co_return] = ACTIONS(1903), - [anon_sym_co_yield] = ACTIONS(1903), - [anon_sym_try] = ACTIONS(1903), - [anon_sym_co_await] = ACTIONS(1903), - [anon_sym_new] = ACTIONS(1903), - [sym_this] = ACTIONS(1903), - [sym_nullptr] = ACTIONS(1903), - [sym_alone_macro] = ACTIONS(1905), - [aux_sym_alone_macro_call_token1] = ACTIONS(1903), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_FORWARD] = ACTIONS(1903), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_PS_GET] = ACTIONS(1903), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), - [anon_sym_MOZ_COLD] = ACTIONS(1903), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_RAII] = ACTIONS(1903), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), - [sym_raw_string_literal] = ACTIONS(1905), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [sym_alone_macro] = ACTIONS(1595), + [aux_sym_alone_macro_call_token1] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), }, - [521] = { - [sym_identifier] = ACTIONS(1895), - [aux_sym_preproc_include_token1] = ACTIONS(1895), - [aux_sym_preproc_def_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token2] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), - [sym_preproc_directive] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1897), - [anon_sym_BANG] = ACTIONS(1897), - [anon_sym_TILDE] = ACTIONS(1897), - [anon_sym_DASH] = ACTIONS(1895), - [anon_sym_PLUS] = ACTIONS(1895), - [anon_sym_STAR] = ACTIONS(1897), - [anon_sym_AMP_AMP] = ACTIONS(1897), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_SEMI] = ACTIONS(1897), - [anon_sym_typedef] = ACTIONS(1895), - [anon_sym_extern] = ACTIONS(1895), - [anon_sym___attribute__] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), - [anon_sym___declspec] = ACTIONS(1895), - [anon_sym___based] = ACTIONS(1895), - [anon_sym___cdecl] = ACTIONS(1895), - [anon_sym___clrcall] = ACTIONS(1895), - [anon_sym___stdcall] = ACTIONS(1895), - [anon_sym___fastcall] = ACTIONS(1895), - [anon_sym___thiscall] = ACTIONS(1895), - [anon_sym___vectorcall] = ACTIONS(1895), - [anon_sym_LBRACE] = ACTIONS(1897), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_static] = ACTIONS(1895), - [anon_sym_register] = ACTIONS(1895), - [anon_sym_inline] = ACTIONS(1895), - [anon_sym_thread_local] = ACTIONS(1895), - [anon_sym_const] = ACTIONS(1895), - [anon_sym_volatile] = ACTIONS(1895), - [anon_sym_restrict] = ACTIONS(1895), - [anon_sym__Atomic] = ACTIONS(1895), - [anon_sym_mutable] = ACTIONS(1895), - [anon_sym_constexpr] = ACTIONS(1895), - [anon_sym_signed] = ACTIONS(1895), - [anon_sym_unsigned] = ACTIONS(1895), - [anon_sym_long] = ACTIONS(1895), - [anon_sym_short] = ACTIONS(1895), - [sym_primitive_type] = ACTIONS(1895), - [anon_sym_enum] = ACTIONS(1895), - [anon_sym_class] = ACTIONS(1895), - [anon_sym_struct] = ACTIONS(1895), - [anon_sym_union] = ACTIONS(1895), - [anon_sym_if] = ACTIONS(1895), - [anon_sym_switch] = ACTIONS(1895), - [anon_sym_case] = ACTIONS(1895), - [anon_sym_default] = ACTIONS(1895), - [anon_sym_while] = ACTIONS(1895), - [anon_sym_do] = ACTIONS(1895), - [anon_sym_for] = ACTIONS(1895), - [anon_sym_return] = ACTIONS(1895), - [anon_sym_break] = ACTIONS(1895), - [anon_sym_continue] = ACTIONS(1895), - [anon_sym_goto] = ACTIONS(1895), - [anon_sym_DASH_DASH] = ACTIONS(1897), - [anon_sym_PLUS_PLUS] = ACTIONS(1897), - [anon_sym_sizeof] = ACTIONS(1895), - [sym_number_literal] = ACTIONS(1897), - [anon_sym_L_SQUOTE] = ACTIONS(1897), - [anon_sym_u_SQUOTE] = ACTIONS(1897), - [anon_sym_U_SQUOTE] = ACTIONS(1897), - [anon_sym_u8_SQUOTE] = ACTIONS(1897), - [anon_sym_SQUOTE] = ACTIONS(1897), - [anon_sym_L_DQUOTE] = ACTIONS(1897), - [anon_sym_u_DQUOTE] = ACTIONS(1897), - [anon_sym_U_DQUOTE] = ACTIONS(1897), - [anon_sym_u8_DQUOTE] = ACTIONS(1897), - [anon_sym_DQUOTE] = ACTIONS(1897), - [sym_true] = ACTIONS(1895), - [sym_false] = ACTIONS(1895), - [sym_null] = ACTIONS(1895), + [508] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym___cdecl] = ACTIONS(1529), + [anon_sym___clrcall] = ACTIONS(1529), + [anon_sym___stdcall] = ACTIONS(1529), + [anon_sym___fastcall] = ACTIONS(1529), + [anon_sym___thiscall] = ACTIONS(1529), + [anon_sym___vectorcall] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_RBRACE] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_case] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [sym_alone_macro] = ACTIONS(1531), + [aux_sym_alone_macro_call_token1] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), + }, + [509] = { + [sym_identifier] = ACTIONS(1767), + [aux_sym_preproc_include_token1] = ACTIONS(1767), + [aux_sym_preproc_def_token1] = ACTIONS(1767), + [aux_sym_preproc_if_token1] = ACTIONS(1767), + [aux_sym_preproc_if_token2] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1767), + [anon_sym_LPAREN2] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_AMP_AMP] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym___attribute__] = ACTIONS(1767), + [anon_sym_COLON_COLON] = ACTIONS(1769), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), + [anon_sym___declspec] = ACTIONS(1767), + [anon_sym___based] = ACTIONS(1767), + [anon_sym___cdecl] = ACTIONS(1767), + [anon_sym___clrcall] = ACTIONS(1767), + [anon_sym___stdcall] = ACTIONS(1767), + [anon_sym___fastcall] = ACTIONS(1767), + [anon_sym___thiscall] = ACTIONS(1767), + [anon_sym___vectorcall] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_inline] = ACTIONS(1767), + [anon_sym_thread_local] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym__Atomic] = ACTIONS(1767), + [anon_sym_mutable] = ACTIONS(1767), + [anon_sym_constexpr] = ACTIONS(1767), + [anon_sym_signed] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [sym_primitive_type] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_class] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1769), + [anon_sym_L_SQUOTE] = ACTIONS(1769), + [anon_sym_u_SQUOTE] = ACTIONS(1769), + [anon_sym_U_SQUOTE] = ACTIONS(1769), + [anon_sym_u8_SQUOTE] = ACTIONS(1769), + [anon_sym_SQUOTE] = ACTIONS(1769), + [anon_sym_L_DQUOTE] = ACTIONS(1769), + [anon_sym_u_DQUOTE] = ACTIONS(1769), + [anon_sym_U_DQUOTE] = ACTIONS(1769), + [anon_sym_u8_DQUOTE] = ACTIONS(1769), + [anon_sym_DQUOTE] = ACTIONS(1769), + [sym_true] = ACTIONS(1767), + [sym_false] = ACTIONS(1767), + [sym_null] = ACTIONS(1767), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1895), - [anon_sym_virtual] = ACTIONS(1895), - [anon_sym_explicit] = ACTIONS(1895), - [sym_auto] = ACTIONS(1895), - [anon_sym_typename] = ACTIONS(1895), - [anon_sym_template] = ACTIONS(1895), - [anon_sym_operator] = ACTIONS(1895), - [anon_sym_delete] = ACTIONS(1895), - [anon_sym_throw] = ACTIONS(1895), - [anon_sym_namespace] = ACTIONS(1895), - [anon_sym_using] = ACTIONS(1895), - [anon_sym_static_assert] = ACTIONS(1895), - [anon_sym_co_return] = ACTIONS(1895), - [anon_sym_co_yield] = ACTIONS(1895), - [anon_sym_try] = ACTIONS(1895), - [anon_sym_co_await] = ACTIONS(1895), - [anon_sym_new] = ACTIONS(1895), - [sym_this] = ACTIONS(1895), - [sym_nullptr] = ACTIONS(1895), - [sym_alone_macro] = ACTIONS(1897), - [aux_sym_alone_macro_call_token1] = ACTIONS(1895), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_FORWARD] = ACTIONS(1895), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1895), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_PS_GET] = ACTIONS(1895), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1895), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1895), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), - [anon_sym_MOZ_COLD] = ACTIONS(1895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_RAII] = ACTIONS(1895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), - [sym_raw_string_literal] = ACTIONS(1897), + [anon_sym_decltype] = ACTIONS(1767), + [anon_sym_virtual] = ACTIONS(1767), + [anon_sym_explicit] = ACTIONS(1767), + [sym_auto] = ACTIONS(1767), + [anon_sym_typename] = ACTIONS(1767), + [anon_sym_template] = ACTIONS(1767), + [anon_sym_operator] = ACTIONS(1767), + [anon_sym_delete] = ACTIONS(1767), + [anon_sym_throw] = ACTIONS(1767), + [anon_sym_namespace] = ACTIONS(1767), + [anon_sym_using] = ACTIONS(1767), + [anon_sym_static_assert] = ACTIONS(1767), + [anon_sym_co_return] = ACTIONS(1767), + [anon_sym_co_yield] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1767), + [anon_sym_co_await] = ACTIONS(1767), + [anon_sym_new] = ACTIONS(1767), + [sym_this] = ACTIONS(1767), + [sym_nullptr] = ACTIONS(1767), + [sym_alone_macro] = ACTIONS(1769), + [aux_sym_alone_macro_call_token1] = ACTIONS(1767), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_FORWARD] = ACTIONS(1767), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_PS_GET] = ACTIONS(1767), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), + [anon_sym_MOZ_COLD] = ACTIONS(1767), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_RAII] = ACTIONS(1767), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), + [sym_raw_string_literal] = ACTIONS(1769), }, - [522] = { - [ts_builtin_sym_end] = ACTIONS(1801), - [sym_identifier] = ACTIONS(1799), - [aux_sym_preproc_include_token1] = ACTIONS(1799), - [aux_sym_preproc_def_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), - [sym_preproc_directive] = ACTIONS(1799), - [anon_sym_LPAREN2] = ACTIONS(1801), - [anon_sym_BANG] = ACTIONS(1801), - [anon_sym_TILDE] = ACTIONS(1801), - [anon_sym_DASH] = ACTIONS(1799), - [anon_sym_PLUS] = ACTIONS(1799), - [anon_sym_STAR] = ACTIONS(1801), - [anon_sym_AMP_AMP] = ACTIONS(1801), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_SEMI] = ACTIONS(1801), - [anon_sym_typedef] = ACTIONS(1799), - [anon_sym_extern] = ACTIONS(1799), - [anon_sym___attribute__] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), - [anon_sym___declspec] = ACTIONS(1799), - [anon_sym___based] = ACTIONS(1799), - [anon_sym___cdecl] = ACTIONS(1799), - [anon_sym___clrcall] = ACTIONS(1799), - [anon_sym___stdcall] = ACTIONS(1799), - [anon_sym___fastcall] = ACTIONS(1799), - [anon_sym___thiscall] = ACTIONS(1799), - [anon_sym___vectorcall] = ACTIONS(1799), - [anon_sym_LBRACE] = ACTIONS(1801), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_static] = ACTIONS(1799), - [anon_sym_register] = ACTIONS(1799), - [anon_sym_inline] = ACTIONS(1799), - [anon_sym_thread_local] = ACTIONS(1799), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_volatile] = ACTIONS(1799), - [anon_sym_restrict] = ACTIONS(1799), - [anon_sym__Atomic] = ACTIONS(1799), - [anon_sym_mutable] = ACTIONS(1799), - [anon_sym_constexpr] = ACTIONS(1799), - [anon_sym_signed] = ACTIONS(1799), - [anon_sym_unsigned] = ACTIONS(1799), - [anon_sym_long] = ACTIONS(1799), - [anon_sym_short] = ACTIONS(1799), - [sym_primitive_type] = ACTIONS(1799), - [anon_sym_enum] = ACTIONS(1799), - [anon_sym_class] = ACTIONS(1799), - [anon_sym_struct] = ACTIONS(1799), - [anon_sym_union] = ACTIONS(1799), - [anon_sym_if] = ACTIONS(1799), - [anon_sym_switch] = ACTIONS(1799), - [anon_sym_case] = ACTIONS(1799), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1799), - [anon_sym_do] = ACTIONS(1799), - [anon_sym_for] = ACTIONS(1799), - [anon_sym_return] = ACTIONS(1799), - [anon_sym_break] = ACTIONS(1799), - [anon_sym_continue] = ACTIONS(1799), - [anon_sym_goto] = ACTIONS(1799), - [anon_sym_DASH_DASH] = ACTIONS(1801), - [anon_sym_PLUS_PLUS] = ACTIONS(1801), - [anon_sym_sizeof] = ACTIONS(1799), - [sym_number_literal] = ACTIONS(1801), - [anon_sym_L_SQUOTE] = ACTIONS(1801), - [anon_sym_u_SQUOTE] = ACTIONS(1801), - [anon_sym_U_SQUOTE] = ACTIONS(1801), - [anon_sym_u8_SQUOTE] = ACTIONS(1801), - [anon_sym_SQUOTE] = ACTIONS(1801), - [anon_sym_L_DQUOTE] = ACTIONS(1801), - [anon_sym_u_DQUOTE] = ACTIONS(1801), - [anon_sym_U_DQUOTE] = ACTIONS(1801), - [anon_sym_u8_DQUOTE] = ACTIONS(1801), - [anon_sym_DQUOTE] = ACTIONS(1801), - [sym_true] = ACTIONS(1799), - [sym_false] = ACTIONS(1799), - [sym_null] = ACTIONS(1799), + [510] = { + [ts_builtin_sym_end] = ACTIONS(1769), + [sym_identifier] = ACTIONS(1767), + [aux_sym_preproc_include_token1] = ACTIONS(1767), + [aux_sym_preproc_def_token1] = ACTIONS(1767), + [aux_sym_preproc_if_token1] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1767), + [anon_sym_LPAREN2] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_AMP_AMP] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym___attribute__] = ACTIONS(1767), + [anon_sym_COLON_COLON] = ACTIONS(1769), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), + [anon_sym___declspec] = ACTIONS(1767), + [anon_sym___based] = ACTIONS(1767), + [anon_sym___cdecl] = ACTIONS(1767), + [anon_sym___clrcall] = ACTIONS(1767), + [anon_sym___stdcall] = ACTIONS(1767), + [anon_sym___fastcall] = ACTIONS(1767), + [anon_sym___thiscall] = ACTIONS(1767), + [anon_sym___vectorcall] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_inline] = ACTIONS(1767), + [anon_sym_thread_local] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym__Atomic] = ACTIONS(1767), + [anon_sym_mutable] = ACTIONS(1767), + [anon_sym_constexpr] = ACTIONS(1767), + [anon_sym_signed] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [sym_primitive_type] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_class] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1769), + [anon_sym_L_SQUOTE] = ACTIONS(1769), + [anon_sym_u_SQUOTE] = ACTIONS(1769), + [anon_sym_U_SQUOTE] = ACTIONS(1769), + [anon_sym_u8_SQUOTE] = ACTIONS(1769), + [anon_sym_SQUOTE] = ACTIONS(1769), + [anon_sym_L_DQUOTE] = ACTIONS(1769), + [anon_sym_u_DQUOTE] = ACTIONS(1769), + [anon_sym_U_DQUOTE] = ACTIONS(1769), + [anon_sym_u8_DQUOTE] = ACTIONS(1769), + [anon_sym_DQUOTE] = ACTIONS(1769), + [sym_true] = ACTIONS(1767), + [sym_false] = ACTIONS(1767), + [sym_null] = ACTIONS(1767), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1767), + [anon_sym_virtual] = ACTIONS(1767), + [anon_sym_explicit] = ACTIONS(1767), + [sym_auto] = ACTIONS(1767), + [anon_sym_typename] = ACTIONS(1767), + [anon_sym_template] = ACTIONS(1767), + [anon_sym_operator] = ACTIONS(1767), + [anon_sym_delete] = ACTIONS(1767), + [anon_sym_throw] = ACTIONS(1767), + [anon_sym_namespace] = ACTIONS(1767), + [anon_sym_using] = ACTIONS(1767), + [anon_sym_static_assert] = ACTIONS(1767), + [anon_sym_co_return] = ACTIONS(1767), + [anon_sym_co_yield] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1767), + [anon_sym_co_await] = ACTIONS(1767), + [anon_sym_new] = ACTIONS(1767), + [sym_this] = ACTIONS(1767), + [sym_nullptr] = ACTIONS(1767), + [sym_alone_macro] = ACTIONS(1769), + [aux_sym_alone_macro_call_token1] = ACTIONS(1767), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_FORWARD] = ACTIONS(1767), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_PS_GET] = ACTIONS(1767), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), + [anon_sym_MOZ_COLD] = ACTIONS(1767), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_RAII] = ACTIONS(1767), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), + [sym_raw_string_literal] = ACTIONS(1769), + }, + [511] = { + [sym_identifier] = ACTIONS(1719), + [aux_sym_preproc_include_token1] = ACTIONS(1719), + [aux_sym_preproc_def_token1] = ACTIONS(1719), + [aux_sym_preproc_if_token1] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), + [sym_preproc_directive] = ACTIONS(1719), + [anon_sym_LPAREN2] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_STAR] = ACTIONS(1721), + [anon_sym_AMP_AMP] = ACTIONS(1721), + [anon_sym_AMP] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_typedef] = ACTIONS(1719), + [anon_sym_extern] = ACTIONS(1719), + [anon_sym___attribute__] = ACTIONS(1719), + [anon_sym_COLON_COLON] = ACTIONS(1721), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), + [anon_sym___declspec] = ACTIONS(1719), + [anon_sym___based] = ACTIONS(1719), + [anon_sym___cdecl] = ACTIONS(1719), + [anon_sym___clrcall] = ACTIONS(1719), + [anon_sym___stdcall] = ACTIONS(1719), + [anon_sym___fastcall] = ACTIONS(1719), + [anon_sym___thiscall] = ACTIONS(1719), + [anon_sym___vectorcall] = ACTIONS(1719), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_static] = ACTIONS(1719), + [anon_sym_register] = ACTIONS(1719), + [anon_sym_inline] = ACTIONS(1719), + [anon_sym_thread_local] = ACTIONS(1719), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_volatile] = ACTIONS(1719), + [anon_sym_restrict] = ACTIONS(1719), + [anon_sym__Atomic] = ACTIONS(1719), + [anon_sym_mutable] = ACTIONS(1719), + [anon_sym_constexpr] = ACTIONS(1719), + [anon_sym_signed] = ACTIONS(1719), + [anon_sym_unsigned] = ACTIONS(1719), + [anon_sym_long] = ACTIONS(1719), + [anon_sym_short] = ACTIONS(1719), + [sym_primitive_type] = ACTIONS(1719), + [anon_sym_enum] = ACTIONS(1719), + [anon_sym_class] = ACTIONS(1719), + [anon_sym_struct] = ACTIONS(1719), + [anon_sym_union] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_do] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_continue] = ACTIONS(1719), + [anon_sym_goto] = ACTIONS(1719), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_sizeof] = ACTIONS(1719), + [sym_number_literal] = ACTIONS(1721), + [anon_sym_L_SQUOTE] = ACTIONS(1721), + [anon_sym_u_SQUOTE] = ACTIONS(1721), + [anon_sym_U_SQUOTE] = ACTIONS(1721), + [anon_sym_u8_SQUOTE] = ACTIONS(1721), + [anon_sym_SQUOTE] = ACTIONS(1721), + [anon_sym_L_DQUOTE] = ACTIONS(1721), + [anon_sym_u_DQUOTE] = ACTIONS(1721), + [anon_sym_U_DQUOTE] = ACTIONS(1721), + [anon_sym_u8_DQUOTE] = ACTIONS(1721), + [anon_sym_DQUOTE] = ACTIONS(1721), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1799), - [anon_sym_virtual] = ACTIONS(1799), - [anon_sym_explicit] = ACTIONS(1799), - [sym_auto] = ACTIONS(1799), - [anon_sym_typename] = ACTIONS(1799), - [anon_sym_template] = ACTIONS(1799), - [anon_sym_operator] = ACTIONS(1799), - [anon_sym_delete] = ACTIONS(1799), - [anon_sym_throw] = ACTIONS(1799), - [anon_sym_namespace] = ACTIONS(1799), - [anon_sym_using] = ACTIONS(1799), - [anon_sym_static_assert] = ACTIONS(1799), - [anon_sym_co_return] = ACTIONS(1799), - [anon_sym_co_yield] = ACTIONS(1799), - [anon_sym_try] = ACTIONS(1799), - [anon_sym_co_await] = ACTIONS(1799), - [anon_sym_new] = ACTIONS(1799), - [sym_this] = ACTIONS(1799), - [sym_nullptr] = ACTIONS(1799), - [sym_alone_macro] = ACTIONS(1801), - [aux_sym_alone_macro_call_token1] = ACTIONS(1799), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_FORWARD] = ACTIONS(1799), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_PS_GET] = ACTIONS(1799), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), - [anon_sym_MOZ_COLD] = ACTIONS(1799), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_RAII] = ACTIONS(1799), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), - [sym_raw_string_literal] = ACTIONS(1801), + [anon_sym_decltype] = ACTIONS(1719), + [anon_sym_virtual] = ACTIONS(1719), + [anon_sym_explicit] = ACTIONS(1719), + [sym_auto] = ACTIONS(1719), + [anon_sym_typename] = ACTIONS(1719), + [anon_sym_template] = ACTIONS(1719), + [anon_sym_operator] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_throw] = ACTIONS(1719), + [anon_sym_namespace] = ACTIONS(1719), + [anon_sym_using] = ACTIONS(1719), + [anon_sym_static_assert] = ACTIONS(1719), + [anon_sym_co_return] = ACTIONS(1719), + [anon_sym_co_yield] = ACTIONS(1719), + [anon_sym_try] = ACTIONS(1719), + [anon_sym_co_await] = ACTIONS(1719), + [anon_sym_new] = ACTIONS(1719), + [sym_this] = ACTIONS(1719), + [sym_nullptr] = ACTIONS(1719), + [sym_alone_macro] = ACTIONS(1721), + [aux_sym_alone_macro_call_token1] = ACTIONS(1719), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_FORWARD] = ACTIONS(1719), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_PS_GET] = ACTIONS(1719), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), + [anon_sym_MOZ_COLD] = ACTIONS(1719), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_RAII] = ACTIONS(1719), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), + [sym_raw_string_literal] = ACTIONS(1721), }, - [523] = { - [ts_builtin_sym_end] = ACTIONS(1905), - [sym_identifier] = ACTIONS(1903), - [aux_sym_preproc_include_token1] = ACTIONS(1903), - [aux_sym_preproc_def_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), - [sym_preproc_directive] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_BANG] = ACTIONS(1905), - [anon_sym_TILDE] = ACTIONS(1905), - [anon_sym_DASH] = ACTIONS(1903), - [anon_sym_PLUS] = ACTIONS(1903), - [anon_sym_STAR] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_SEMI] = ACTIONS(1905), - [anon_sym_typedef] = ACTIONS(1903), - [anon_sym_extern] = ACTIONS(1903), - [anon_sym___attribute__] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1905), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), - [anon_sym___declspec] = ACTIONS(1903), - [anon_sym___based] = ACTIONS(1903), - [anon_sym___cdecl] = ACTIONS(1903), - [anon_sym___clrcall] = ACTIONS(1903), - [anon_sym___stdcall] = ACTIONS(1903), - [anon_sym___fastcall] = ACTIONS(1903), - [anon_sym___thiscall] = ACTIONS(1903), - [anon_sym___vectorcall] = ACTIONS(1903), - [anon_sym_LBRACE] = ACTIONS(1905), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_static] = ACTIONS(1903), - [anon_sym_register] = ACTIONS(1903), - [anon_sym_inline] = ACTIONS(1903), - [anon_sym_thread_local] = ACTIONS(1903), - [anon_sym_const] = ACTIONS(1903), - [anon_sym_volatile] = ACTIONS(1903), - [anon_sym_restrict] = ACTIONS(1903), - [anon_sym__Atomic] = ACTIONS(1903), - [anon_sym_mutable] = ACTIONS(1903), - [anon_sym_constexpr] = ACTIONS(1903), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [sym_primitive_type] = ACTIONS(1903), - [anon_sym_enum] = ACTIONS(1903), - [anon_sym_class] = ACTIONS(1903), - [anon_sym_struct] = ACTIONS(1903), - [anon_sym_union] = ACTIONS(1903), - [anon_sym_if] = ACTIONS(1903), - [anon_sym_switch] = ACTIONS(1903), - [anon_sym_case] = ACTIONS(1903), - [anon_sym_default] = ACTIONS(1903), - [anon_sym_while] = ACTIONS(1903), - [anon_sym_do] = ACTIONS(1903), - [anon_sym_for] = ACTIONS(1903), - [anon_sym_return] = ACTIONS(1903), - [anon_sym_break] = ACTIONS(1903), - [anon_sym_continue] = ACTIONS(1903), - [anon_sym_goto] = ACTIONS(1903), - [anon_sym_DASH_DASH] = ACTIONS(1905), - [anon_sym_PLUS_PLUS] = ACTIONS(1905), - [anon_sym_sizeof] = ACTIONS(1903), - [sym_number_literal] = ACTIONS(1905), - [anon_sym_L_SQUOTE] = ACTIONS(1905), - [anon_sym_u_SQUOTE] = ACTIONS(1905), - [anon_sym_U_SQUOTE] = ACTIONS(1905), - [anon_sym_u8_SQUOTE] = ACTIONS(1905), - [anon_sym_SQUOTE] = ACTIONS(1905), - [anon_sym_L_DQUOTE] = ACTIONS(1905), - [anon_sym_u_DQUOTE] = ACTIONS(1905), - [anon_sym_U_DQUOTE] = ACTIONS(1905), - [anon_sym_u8_DQUOTE] = ACTIONS(1905), - [anon_sym_DQUOTE] = ACTIONS(1905), - [sym_true] = ACTIONS(1903), - [sym_false] = ACTIONS(1903), - [sym_null] = ACTIONS(1903), + [512] = { + [sym_identifier] = ACTIONS(1855), + [aux_sym_preproc_include_token1] = ACTIONS(1855), + [aux_sym_preproc_def_token1] = ACTIONS(1855), + [aux_sym_preproc_if_token1] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), + [sym_preproc_directive] = ACTIONS(1855), + [anon_sym_LPAREN2] = ACTIONS(1857), + [anon_sym_BANG] = ACTIONS(1857), + [anon_sym_TILDE] = ACTIONS(1857), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1857), + [anon_sym_AMP_AMP] = ACTIONS(1857), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_SEMI] = ACTIONS(1857), + [anon_sym_typedef] = ACTIONS(1855), + [anon_sym_extern] = ACTIONS(1855), + [anon_sym___attribute__] = ACTIONS(1855), + [anon_sym_COLON_COLON] = ACTIONS(1857), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), + [anon_sym___declspec] = ACTIONS(1855), + [anon_sym___based] = ACTIONS(1855), + [anon_sym___cdecl] = ACTIONS(1855), + [anon_sym___clrcall] = ACTIONS(1855), + [anon_sym___stdcall] = ACTIONS(1855), + [anon_sym___fastcall] = ACTIONS(1855), + [anon_sym___thiscall] = ACTIONS(1855), + [anon_sym___vectorcall] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1857), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_LBRACK] = ACTIONS(1855), + [anon_sym_static] = ACTIONS(1855), + [anon_sym_register] = ACTIONS(1855), + [anon_sym_inline] = ACTIONS(1855), + [anon_sym_thread_local] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_volatile] = ACTIONS(1855), + [anon_sym_restrict] = ACTIONS(1855), + [anon_sym__Atomic] = ACTIONS(1855), + [anon_sym_mutable] = ACTIONS(1855), + [anon_sym_constexpr] = ACTIONS(1855), + [anon_sym_signed] = ACTIONS(1855), + [anon_sym_unsigned] = ACTIONS(1855), + [anon_sym_long] = ACTIONS(1855), + [anon_sym_short] = ACTIONS(1855), + [sym_primitive_type] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_class] = ACTIONS(1855), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_switch] = ACTIONS(1855), + [anon_sym_case] = ACTIONS(1855), + [anon_sym_default] = ACTIONS(1855), + [anon_sym_while] = ACTIONS(1855), + [anon_sym_do] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1857), + [anon_sym_PLUS_PLUS] = ACTIONS(1857), + [anon_sym_sizeof] = ACTIONS(1855), + [sym_number_literal] = ACTIONS(1857), + [anon_sym_L_SQUOTE] = ACTIONS(1857), + [anon_sym_u_SQUOTE] = ACTIONS(1857), + [anon_sym_U_SQUOTE] = ACTIONS(1857), + [anon_sym_u8_SQUOTE] = ACTIONS(1857), + [anon_sym_SQUOTE] = ACTIONS(1857), + [anon_sym_L_DQUOTE] = ACTIONS(1857), + [anon_sym_u_DQUOTE] = ACTIONS(1857), + [anon_sym_U_DQUOTE] = ACTIONS(1857), + [anon_sym_u8_DQUOTE] = ACTIONS(1857), + [anon_sym_DQUOTE] = ACTIONS(1857), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_null] = ACTIONS(1855), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1903), - [anon_sym_virtual] = ACTIONS(1903), - [anon_sym_explicit] = ACTIONS(1903), - [sym_auto] = ACTIONS(1903), - [anon_sym_typename] = ACTIONS(1903), - [anon_sym_template] = ACTIONS(1903), - [anon_sym_operator] = ACTIONS(1903), - [anon_sym_delete] = ACTIONS(1903), - [anon_sym_throw] = ACTIONS(1903), - [anon_sym_namespace] = ACTIONS(1903), - [anon_sym_using] = ACTIONS(1903), - [anon_sym_static_assert] = ACTIONS(1903), - [anon_sym_co_return] = ACTIONS(1903), - [anon_sym_co_yield] = ACTIONS(1903), - [anon_sym_try] = ACTIONS(1903), - [anon_sym_co_await] = ACTIONS(1903), - [anon_sym_new] = ACTIONS(1903), - [sym_this] = ACTIONS(1903), - [sym_nullptr] = ACTIONS(1903), - [sym_alone_macro] = ACTIONS(1905), - [aux_sym_alone_macro_call_token1] = ACTIONS(1903), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_FORWARD] = ACTIONS(1903), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_PS_GET] = ACTIONS(1903), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), - [anon_sym_MOZ_COLD] = ACTIONS(1903), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_RAII] = ACTIONS(1903), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), - [sym_raw_string_literal] = ACTIONS(1905), + [anon_sym_decltype] = ACTIONS(1855), + [anon_sym_virtual] = ACTIONS(1855), + [anon_sym_explicit] = ACTIONS(1855), + [sym_auto] = ACTIONS(1855), + [anon_sym_typename] = ACTIONS(1855), + [anon_sym_template] = ACTIONS(1855), + [anon_sym_operator] = ACTIONS(1855), + [anon_sym_delete] = ACTIONS(1855), + [anon_sym_throw] = ACTIONS(1855), + [anon_sym_namespace] = ACTIONS(1855), + [anon_sym_using] = ACTIONS(1855), + [anon_sym_static_assert] = ACTIONS(1855), + [anon_sym_co_return] = ACTIONS(1855), + [anon_sym_co_yield] = ACTIONS(1855), + [anon_sym_try] = ACTIONS(1855), + [anon_sym_co_await] = ACTIONS(1855), + [anon_sym_new] = ACTIONS(1855), + [sym_this] = ACTIONS(1855), + [sym_nullptr] = ACTIONS(1855), + [sym_alone_macro] = ACTIONS(1857), + [aux_sym_alone_macro_call_token1] = ACTIONS(1855), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_FORWARD] = ACTIONS(1855), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_PS_GET] = ACTIONS(1855), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), + [anon_sym_MOZ_COLD] = ACTIONS(1855), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_RAII] = ACTIONS(1855), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), + [sym_raw_string_literal] = ACTIONS(1857), }, - [524] = { - [ts_builtin_sym_end] = ACTIONS(1901), - [sym_identifier] = ACTIONS(1899), - [aux_sym_preproc_include_token1] = ACTIONS(1899), - [aux_sym_preproc_def_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), - [sym_preproc_directive] = ACTIONS(1899), - [anon_sym_LPAREN2] = ACTIONS(1901), - [anon_sym_BANG] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_DASH] = ACTIONS(1899), - [anon_sym_PLUS] = ACTIONS(1899), - [anon_sym_STAR] = ACTIONS(1901), - [anon_sym_AMP_AMP] = ACTIONS(1901), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_SEMI] = ACTIONS(1901), - [anon_sym_typedef] = ACTIONS(1899), - [anon_sym_extern] = ACTIONS(1899), - [anon_sym___attribute__] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1901), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), - [anon_sym___declspec] = ACTIONS(1899), - [anon_sym___based] = ACTIONS(1899), - [anon_sym___cdecl] = ACTIONS(1899), - [anon_sym___clrcall] = ACTIONS(1899), - [anon_sym___stdcall] = ACTIONS(1899), - [anon_sym___fastcall] = ACTIONS(1899), - [anon_sym___thiscall] = ACTIONS(1899), - [anon_sym___vectorcall] = ACTIONS(1899), - [anon_sym_LBRACE] = ACTIONS(1901), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_static] = ACTIONS(1899), - [anon_sym_register] = ACTIONS(1899), - [anon_sym_inline] = ACTIONS(1899), - [anon_sym_thread_local] = ACTIONS(1899), - [anon_sym_const] = ACTIONS(1899), - [anon_sym_volatile] = ACTIONS(1899), - [anon_sym_restrict] = ACTIONS(1899), - [anon_sym__Atomic] = ACTIONS(1899), - [anon_sym_mutable] = ACTIONS(1899), - [anon_sym_constexpr] = ACTIONS(1899), - [anon_sym_signed] = ACTIONS(1899), - [anon_sym_unsigned] = ACTIONS(1899), - [anon_sym_long] = ACTIONS(1899), - [anon_sym_short] = ACTIONS(1899), - [sym_primitive_type] = ACTIONS(1899), - [anon_sym_enum] = ACTIONS(1899), - [anon_sym_class] = ACTIONS(1899), - [anon_sym_struct] = ACTIONS(1899), - [anon_sym_union] = ACTIONS(1899), - [anon_sym_if] = ACTIONS(1899), - [anon_sym_switch] = ACTIONS(1899), - [anon_sym_case] = ACTIONS(1899), - [anon_sym_default] = ACTIONS(1899), - [anon_sym_while] = ACTIONS(1899), - [anon_sym_do] = ACTIONS(1899), - [anon_sym_for] = ACTIONS(1899), - [anon_sym_return] = ACTIONS(1899), - [anon_sym_break] = ACTIONS(1899), - [anon_sym_continue] = ACTIONS(1899), - [anon_sym_goto] = ACTIONS(1899), - [anon_sym_DASH_DASH] = ACTIONS(1901), - [anon_sym_PLUS_PLUS] = ACTIONS(1901), - [anon_sym_sizeof] = ACTIONS(1899), - [sym_number_literal] = ACTIONS(1901), - [anon_sym_L_SQUOTE] = ACTIONS(1901), - [anon_sym_u_SQUOTE] = ACTIONS(1901), - [anon_sym_U_SQUOTE] = ACTIONS(1901), - [anon_sym_u8_SQUOTE] = ACTIONS(1901), - [anon_sym_SQUOTE] = ACTIONS(1901), - [anon_sym_L_DQUOTE] = ACTIONS(1901), - [anon_sym_u_DQUOTE] = ACTIONS(1901), - [anon_sym_U_DQUOTE] = ACTIONS(1901), - [anon_sym_u8_DQUOTE] = ACTIONS(1901), - [anon_sym_DQUOTE] = ACTIONS(1901), - [sym_true] = ACTIONS(1899), - [sym_false] = ACTIONS(1899), - [sym_null] = ACTIONS(1899), + [513] = { + [sym_identifier] = ACTIONS(1723), + [aux_sym_preproc_include_token1] = ACTIONS(1723), + [aux_sym_preproc_def_token1] = ACTIONS(1723), + [aux_sym_preproc_if_token1] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), + [sym_preproc_directive] = ACTIONS(1723), + [anon_sym_LPAREN2] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1725), + [anon_sym_AMP] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_typedef] = ACTIONS(1723), + [anon_sym_extern] = ACTIONS(1723), + [anon_sym___attribute__] = ACTIONS(1723), + [anon_sym_COLON_COLON] = ACTIONS(1725), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), + [anon_sym___declspec] = ACTIONS(1723), + [anon_sym___based] = ACTIONS(1723), + [anon_sym___cdecl] = ACTIONS(1723), + [anon_sym___clrcall] = ACTIONS(1723), + [anon_sym___stdcall] = ACTIONS(1723), + [anon_sym___fastcall] = ACTIONS(1723), + [anon_sym___thiscall] = ACTIONS(1723), + [anon_sym___vectorcall] = ACTIONS(1723), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_static] = ACTIONS(1723), + [anon_sym_register] = ACTIONS(1723), + [anon_sym_inline] = ACTIONS(1723), + [anon_sym_thread_local] = ACTIONS(1723), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_volatile] = ACTIONS(1723), + [anon_sym_restrict] = ACTIONS(1723), + [anon_sym__Atomic] = ACTIONS(1723), + [anon_sym_mutable] = ACTIONS(1723), + [anon_sym_constexpr] = ACTIONS(1723), + [anon_sym_signed] = ACTIONS(1723), + [anon_sym_unsigned] = ACTIONS(1723), + [anon_sym_long] = ACTIONS(1723), + [anon_sym_short] = ACTIONS(1723), + [sym_primitive_type] = ACTIONS(1723), + [anon_sym_enum] = ACTIONS(1723), + [anon_sym_class] = ACTIONS(1723), + [anon_sym_struct] = ACTIONS(1723), + [anon_sym_union] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_do] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_continue] = ACTIONS(1723), + [anon_sym_goto] = ACTIONS(1723), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_sizeof] = ACTIONS(1723), + [sym_number_literal] = ACTIONS(1725), + [anon_sym_L_SQUOTE] = ACTIONS(1725), + [anon_sym_u_SQUOTE] = ACTIONS(1725), + [anon_sym_U_SQUOTE] = ACTIONS(1725), + [anon_sym_u8_SQUOTE] = ACTIONS(1725), + [anon_sym_SQUOTE] = ACTIONS(1725), + [anon_sym_L_DQUOTE] = ACTIONS(1725), + [anon_sym_u_DQUOTE] = ACTIONS(1725), + [anon_sym_U_DQUOTE] = ACTIONS(1725), + [anon_sym_u8_DQUOTE] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym_true] = ACTIONS(1723), + [sym_false] = ACTIONS(1723), + [sym_null] = ACTIONS(1723), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1899), - [anon_sym_virtual] = ACTIONS(1899), - [anon_sym_explicit] = ACTIONS(1899), - [sym_auto] = ACTIONS(1899), - [anon_sym_typename] = ACTIONS(1899), - [anon_sym_template] = ACTIONS(1899), - [anon_sym_operator] = ACTIONS(1899), - [anon_sym_delete] = ACTIONS(1899), - [anon_sym_throw] = ACTIONS(1899), - [anon_sym_namespace] = ACTIONS(1899), - [anon_sym_using] = ACTIONS(1899), - [anon_sym_static_assert] = ACTIONS(1899), - [anon_sym_co_return] = ACTIONS(1899), - [anon_sym_co_yield] = ACTIONS(1899), - [anon_sym_try] = ACTIONS(1899), - [anon_sym_co_await] = ACTIONS(1899), - [anon_sym_new] = ACTIONS(1899), - [sym_this] = ACTIONS(1899), - [sym_nullptr] = ACTIONS(1899), - [sym_alone_macro] = ACTIONS(1901), - [aux_sym_alone_macro_call_token1] = ACTIONS(1899), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_FORWARD] = ACTIONS(1899), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_PS_GET] = ACTIONS(1899), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), - [anon_sym_MOZ_COLD] = ACTIONS(1899), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_RAII] = ACTIONS(1899), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), - [sym_raw_string_literal] = ACTIONS(1901), + [anon_sym_decltype] = ACTIONS(1723), + [anon_sym_virtual] = ACTIONS(1723), + [anon_sym_explicit] = ACTIONS(1723), + [sym_auto] = ACTIONS(1723), + [anon_sym_typename] = ACTIONS(1723), + [anon_sym_template] = ACTIONS(1723), + [anon_sym_operator] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_throw] = ACTIONS(1723), + [anon_sym_namespace] = ACTIONS(1723), + [anon_sym_using] = ACTIONS(1723), + [anon_sym_static_assert] = ACTIONS(1723), + [anon_sym_co_return] = ACTIONS(1723), + [anon_sym_co_yield] = ACTIONS(1723), + [anon_sym_try] = ACTIONS(1723), + [anon_sym_co_await] = ACTIONS(1723), + [anon_sym_new] = ACTIONS(1723), + [sym_this] = ACTIONS(1723), + [sym_nullptr] = ACTIONS(1723), + [sym_alone_macro] = ACTIONS(1725), + [aux_sym_alone_macro_call_token1] = ACTIONS(1723), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_FORWARD] = ACTIONS(1723), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_PS_GET] = ACTIONS(1723), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), + [anon_sym_MOZ_COLD] = ACTIONS(1723), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_RAII] = ACTIONS(1723), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), + [sym_raw_string_literal] = ACTIONS(1725), }, - [525] = { - [ts_builtin_sym_end] = ACTIONS(1777), - [sym_identifier] = ACTIONS(1775), - [aux_sym_preproc_include_token1] = ACTIONS(1775), - [aux_sym_preproc_def_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), - [sym_preproc_directive] = ACTIONS(1775), - [anon_sym_LPAREN2] = ACTIONS(1777), - [anon_sym_BANG] = ACTIONS(1777), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1775), - [anon_sym_PLUS] = ACTIONS(1775), - [anon_sym_STAR] = ACTIONS(1777), - [anon_sym_AMP_AMP] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_SEMI] = ACTIONS(1777), - [anon_sym_typedef] = ACTIONS(1775), - [anon_sym_extern] = ACTIONS(1775), - [anon_sym___attribute__] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), - [anon_sym___declspec] = ACTIONS(1775), - [anon_sym___based] = ACTIONS(1775), - [anon_sym___cdecl] = ACTIONS(1775), - [anon_sym___clrcall] = ACTIONS(1775), - [anon_sym___stdcall] = ACTIONS(1775), - [anon_sym___fastcall] = ACTIONS(1775), - [anon_sym___thiscall] = ACTIONS(1775), - [anon_sym___vectorcall] = ACTIONS(1775), - [anon_sym_LBRACE] = ACTIONS(1777), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_static] = ACTIONS(1775), - [anon_sym_register] = ACTIONS(1775), - [anon_sym_inline] = ACTIONS(1775), - [anon_sym_thread_local] = ACTIONS(1775), - [anon_sym_const] = ACTIONS(1775), - [anon_sym_volatile] = ACTIONS(1775), - [anon_sym_restrict] = ACTIONS(1775), - [anon_sym__Atomic] = ACTIONS(1775), - [anon_sym_mutable] = ACTIONS(1775), - [anon_sym_constexpr] = ACTIONS(1775), - [anon_sym_signed] = ACTIONS(1775), - [anon_sym_unsigned] = ACTIONS(1775), - [anon_sym_long] = ACTIONS(1775), - [anon_sym_short] = ACTIONS(1775), - [sym_primitive_type] = ACTIONS(1775), - [anon_sym_enum] = ACTIONS(1775), - [anon_sym_class] = ACTIONS(1775), - [anon_sym_struct] = ACTIONS(1775), - [anon_sym_union] = ACTIONS(1775), - [anon_sym_if] = ACTIONS(1775), - [anon_sym_switch] = ACTIONS(1775), - [anon_sym_case] = ACTIONS(1775), - [anon_sym_default] = ACTIONS(1775), - [anon_sym_while] = ACTIONS(1775), - [anon_sym_do] = ACTIONS(1775), - [anon_sym_for] = ACTIONS(1775), - [anon_sym_return] = ACTIONS(1775), - [anon_sym_break] = ACTIONS(1775), - [anon_sym_continue] = ACTIONS(1775), - [anon_sym_goto] = ACTIONS(1775), - [anon_sym_DASH_DASH] = ACTIONS(1777), - [anon_sym_PLUS_PLUS] = ACTIONS(1777), - [anon_sym_sizeof] = ACTIONS(1775), - [sym_number_literal] = ACTIONS(1777), - [anon_sym_L_SQUOTE] = ACTIONS(1777), - [anon_sym_u_SQUOTE] = ACTIONS(1777), - [anon_sym_U_SQUOTE] = ACTIONS(1777), - [anon_sym_u8_SQUOTE] = ACTIONS(1777), - [anon_sym_SQUOTE] = ACTIONS(1777), - [anon_sym_L_DQUOTE] = ACTIONS(1777), - [anon_sym_u_DQUOTE] = ACTIONS(1777), - [anon_sym_U_DQUOTE] = ACTIONS(1777), - [anon_sym_u8_DQUOTE] = ACTIONS(1777), - [anon_sym_DQUOTE] = ACTIONS(1777), - [sym_true] = ACTIONS(1775), - [sym_false] = ACTIONS(1775), - [sym_null] = ACTIONS(1775), + [514] = { + [sym_identifier] = ACTIONS(1703), + [aux_sym_preproc_include_token1] = ACTIONS(1703), + [aux_sym_preproc_def_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), + [sym_preproc_directive] = ACTIONS(1703), + [anon_sym_LPAREN2] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1703), + [anon_sym_PLUS] = ACTIONS(1703), + [anon_sym_STAR] = ACTIONS(1705), + [anon_sym_AMP_AMP] = ACTIONS(1705), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_typedef] = ACTIONS(1703), + [anon_sym_extern] = ACTIONS(1703), + [anon_sym___attribute__] = ACTIONS(1703), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), + [anon_sym___declspec] = ACTIONS(1703), + [anon_sym___based] = ACTIONS(1703), + [anon_sym___cdecl] = ACTIONS(1703), + [anon_sym___clrcall] = ACTIONS(1703), + [anon_sym___stdcall] = ACTIONS(1703), + [anon_sym___fastcall] = ACTIONS(1703), + [anon_sym___thiscall] = ACTIONS(1703), + [anon_sym___vectorcall] = ACTIONS(1703), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_LBRACK] = ACTIONS(1703), + [anon_sym_static] = ACTIONS(1703), + [anon_sym_register] = ACTIONS(1703), + [anon_sym_inline] = ACTIONS(1703), + [anon_sym_thread_local] = ACTIONS(1703), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_volatile] = ACTIONS(1703), + [anon_sym_restrict] = ACTIONS(1703), + [anon_sym__Atomic] = ACTIONS(1703), + [anon_sym_mutable] = ACTIONS(1703), + [anon_sym_constexpr] = ACTIONS(1703), + [anon_sym_signed] = ACTIONS(1703), + [anon_sym_unsigned] = ACTIONS(1703), + [anon_sym_long] = ACTIONS(1703), + [anon_sym_short] = ACTIONS(1703), + [sym_primitive_type] = ACTIONS(1703), + [anon_sym_enum] = ACTIONS(1703), + [anon_sym_class] = ACTIONS(1703), + [anon_sym_struct] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), + [anon_sym_if] = ACTIONS(1703), + [anon_sym_switch] = ACTIONS(1703), + [anon_sym_case] = ACTIONS(1703), + [anon_sym_default] = ACTIONS(1703), + [anon_sym_while] = ACTIONS(1703), + [anon_sym_do] = ACTIONS(1703), + [anon_sym_for] = ACTIONS(1703), + [anon_sym_return] = ACTIONS(1703), + [anon_sym_break] = ACTIONS(1703), + [anon_sym_continue] = ACTIONS(1703), + [anon_sym_goto] = ACTIONS(1703), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_sizeof] = ACTIONS(1703), + [sym_number_literal] = ACTIONS(1705), + [anon_sym_L_SQUOTE] = ACTIONS(1705), + [anon_sym_u_SQUOTE] = ACTIONS(1705), + [anon_sym_U_SQUOTE] = ACTIONS(1705), + [anon_sym_u8_SQUOTE] = ACTIONS(1705), + [anon_sym_SQUOTE] = ACTIONS(1705), + [anon_sym_L_DQUOTE] = ACTIONS(1705), + [anon_sym_u_DQUOTE] = ACTIONS(1705), + [anon_sym_U_DQUOTE] = ACTIONS(1705), + [anon_sym_u8_DQUOTE] = ACTIONS(1705), + [anon_sym_DQUOTE] = ACTIONS(1705), + [sym_true] = ACTIONS(1703), + [sym_false] = ACTIONS(1703), + [sym_null] = ACTIONS(1703), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1775), - [anon_sym_virtual] = ACTIONS(1775), - [anon_sym_explicit] = ACTIONS(1775), - [sym_auto] = ACTIONS(1775), - [anon_sym_typename] = ACTIONS(1775), - [anon_sym_template] = ACTIONS(1775), - [anon_sym_operator] = ACTIONS(1775), - [anon_sym_delete] = ACTIONS(1775), - [anon_sym_throw] = ACTIONS(1775), - [anon_sym_namespace] = ACTIONS(1775), - [anon_sym_using] = ACTIONS(1775), - [anon_sym_static_assert] = ACTIONS(1775), - [anon_sym_co_return] = ACTIONS(1775), - [anon_sym_co_yield] = ACTIONS(1775), - [anon_sym_try] = ACTIONS(1775), - [anon_sym_co_await] = ACTIONS(1775), - [anon_sym_new] = ACTIONS(1775), - [sym_this] = ACTIONS(1775), - [sym_nullptr] = ACTIONS(1775), - [sym_alone_macro] = ACTIONS(1777), - [aux_sym_alone_macro_call_token1] = ACTIONS(1775), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_FORWARD] = ACTIONS(1775), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_PS_GET] = ACTIONS(1775), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), - [anon_sym_MOZ_COLD] = ACTIONS(1775), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_RAII] = ACTIONS(1775), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), - [sym_raw_string_literal] = ACTIONS(1777), + [anon_sym_decltype] = ACTIONS(1703), + [anon_sym_virtual] = ACTIONS(1703), + [anon_sym_explicit] = ACTIONS(1703), + [sym_auto] = ACTIONS(1703), + [anon_sym_typename] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1703), + [anon_sym_operator] = ACTIONS(1703), + [anon_sym_delete] = ACTIONS(1703), + [anon_sym_throw] = ACTIONS(1703), + [anon_sym_namespace] = ACTIONS(1703), + [anon_sym_using] = ACTIONS(1703), + [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_co_return] = ACTIONS(1703), + [anon_sym_co_yield] = ACTIONS(1703), + [anon_sym_try] = ACTIONS(1703), + [anon_sym_co_await] = ACTIONS(1703), + [anon_sym_new] = ACTIONS(1703), + [sym_this] = ACTIONS(1703), + [sym_nullptr] = ACTIONS(1703), + [sym_alone_macro] = ACTIONS(1705), + [aux_sym_alone_macro_call_token1] = ACTIONS(1703), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_FORWARD] = ACTIONS(1703), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_PS_GET] = ACTIONS(1703), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), + [anon_sym_MOZ_COLD] = ACTIONS(1703), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_RAII] = ACTIONS(1703), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), + [sym_raw_string_literal] = ACTIONS(1705), }, - [526] = { - [ts_builtin_sym_end] = ACTIONS(1813), - [sym_identifier] = ACTIONS(1811), - [aux_sym_preproc_include_token1] = ACTIONS(1811), - [aux_sym_preproc_def_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), - [sym_preproc_directive] = ACTIONS(1811), - [anon_sym_LPAREN2] = ACTIONS(1813), - [anon_sym_BANG] = ACTIONS(1813), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1811), - [anon_sym_PLUS] = ACTIONS(1811), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_typedef] = ACTIONS(1811), - [anon_sym_extern] = ACTIONS(1811), - [anon_sym___attribute__] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1813), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), - [anon_sym___declspec] = ACTIONS(1811), - [anon_sym___based] = ACTIONS(1811), - [anon_sym___cdecl] = ACTIONS(1811), - [anon_sym___clrcall] = ACTIONS(1811), - [anon_sym___stdcall] = ACTIONS(1811), - [anon_sym___fastcall] = ACTIONS(1811), - [anon_sym___thiscall] = ACTIONS(1811), - [anon_sym___vectorcall] = ACTIONS(1811), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_register] = ACTIONS(1811), - [anon_sym_inline] = ACTIONS(1811), - [anon_sym_thread_local] = ACTIONS(1811), - [anon_sym_const] = ACTIONS(1811), - [anon_sym_volatile] = ACTIONS(1811), - [anon_sym_restrict] = ACTIONS(1811), - [anon_sym__Atomic] = ACTIONS(1811), - [anon_sym_mutable] = ACTIONS(1811), - [anon_sym_constexpr] = ACTIONS(1811), - [anon_sym_signed] = ACTIONS(1811), - [anon_sym_unsigned] = ACTIONS(1811), - [anon_sym_long] = ACTIONS(1811), - [anon_sym_short] = ACTIONS(1811), - [sym_primitive_type] = ACTIONS(1811), - [anon_sym_enum] = ACTIONS(1811), - [anon_sym_class] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1811), - [anon_sym_union] = ACTIONS(1811), - [anon_sym_if] = ACTIONS(1811), - [anon_sym_switch] = ACTIONS(1811), - [anon_sym_case] = ACTIONS(1811), - [anon_sym_default] = ACTIONS(1811), - [anon_sym_while] = ACTIONS(1811), - [anon_sym_do] = ACTIONS(1811), - [anon_sym_for] = ACTIONS(1811), - [anon_sym_return] = ACTIONS(1811), - [anon_sym_break] = ACTIONS(1811), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_sizeof] = ACTIONS(1811), - [sym_number_literal] = ACTIONS(1813), - [anon_sym_L_SQUOTE] = ACTIONS(1813), - [anon_sym_u_SQUOTE] = ACTIONS(1813), - [anon_sym_U_SQUOTE] = ACTIONS(1813), - [anon_sym_u8_SQUOTE] = ACTIONS(1813), - [anon_sym_SQUOTE] = ACTIONS(1813), - [anon_sym_L_DQUOTE] = ACTIONS(1813), - [anon_sym_u_DQUOTE] = ACTIONS(1813), - [anon_sym_U_DQUOTE] = ACTIONS(1813), - [anon_sym_u8_DQUOTE] = ACTIONS(1813), - [anon_sym_DQUOTE] = ACTIONS(1813), - [sym_true] = ACTIONS(1811), - [sym_false] = ACTIONS(1811), - [sym_null] = ACTIONS(1811), + [515] = { + [sym_identifier] = ACTIONS(1711), + [aux_sym_preproc_include_token1] = ACTIONS(1711), + [aux_sym_preproc_def_token1] = ACTIONS(1711), + [aux_sym_preproc_if_token1] = ACTIONS(1711), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1711), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1711), + [sym_preproc_directive] = ACTIONS(1711), + [anon_sym_LPAREN2] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_STAR] = ACTIONS(1713), + [anon_sym_AMP_AMP] = ACTIONS(1713), + [anon_sym_AMP] = ACTIONS(1711), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_typedef] = ACTIONS(1711), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym___attribute__] = ACTIONS(1711), + [anon_sym_COLON_COLON] = ACTIONS(1713), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1713), + [anon_sym___declspec] = ACTIONS(1711), + [anon_sym___based] = ACTIONS(1711), + [anon_sym___cdecl] = ACTIONS(1711), + [anon_sym___clrcall] = ACTIONS(1711), + [anon_sym___stdcall] = ACTIONS(1711), + [anon_sym___fastcall] = ACTIONS(1711), + [anon_sym___thiscall] = ACTIONS(1711), + [anon_sym___vectorcall] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_static] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_inline] = ACTIONS(1711), + [anon_sym_thread_local] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_volatile] = ACTIONS(1711), + [anon_sym_restrict] = ACTIONS(1711), + [anon_sym__Atomic] = ACTIONS(1711), + [anon_sym_mutable] = ACTIONS(1711), + [anon_sym_constexpr] = ACTIONS(1711), + [anon_sym_signed] = ACTIONS(1711), + [anon_sym_unsigned] = ACTIONS(1711), + [anon_sym_long] = ACTIONS(1711), + [anon_sym_short] = ACTIONS(1711), + [sym_primitive_type] = ACTIONS(1711), + [anon_sym_enum] = ACTIONS(1711), + [anon_sym_class] = ACTIONS(1711), + [anon_sym_struct] = ACTIONS(1711), + [anon_sym_union] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_goto] = ACTIONS(1711), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_sizeof] = ACTIONS(1711), + [sym_number_literal] = ACTIONS(1713), + [anon_sym_L_SQUOTE] = ACTIONS(1713), + [anon_sym_u_SQUOTE] = ACTIONS(1713), + [anon_sym_U_SQUOTE] = ACTIONS(1713), + [anon_sym_u8_SQUOTE] = ACTIONS(1713), + [anon_sym_SQUOTE] = ACTIONS(1713), + [anon_sym_L_DQUOTE] = ACTIONS(1713), + [anon_sym_u_DQUOTE] = ACTIONS(1713), + [anon_sym_U_DQUOTE] = ACTIONS(1713), + [anon_sym_u8_DQUOTE] = ACTIONS(1713), + [anon_sym_DQUOTE] = ACTIONS(1713), + [sym_true] = ACTIONS(1711), + [sym_false] = ACTIONS(1711), + [sym_null] = ACTIONS(1711), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1811), - [anon_sym_virtual] = ACTIONS(1811), - [anon_sym_explicit] = ACTIONS(1811), - [sym_auto] = ACTIONS(1811), - [anon_sym_typename] = ACTIONS(1811), - [anon_sym_template] = ACTIONS(1811), - [anon_sym_operator] = ACTIONS(1811), - [anon_sym_delete] = ACTIONS(1811), - [anon_sym_throw] = ACTIONS(1811), - [anon_sym_namespace] = ACTIONS(1811), - [anon_sym_using] = ACTIONS(1811), - [anon_sym_static_assert] = ACTIONS(1811), - [anon_sym_co_return] = ACTIONS(1811), - [anon_sym_co_yield] = ACTIONS(1811), - [anon_sym_try] = ACTIONS(1811), - [anon_sym_co_await] = ACTIONS(1811), - [anon_sym_new] = ACTIONS(1811), - [sym_this] = ACTIONS(1811), - [sym_nullptr] = ACTIONS(1811), - [sym_alone_macro] = ACTIONS(1813), - [aux_sym_alone_macro_call_token1] = ACTIONS(1811), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_FORWARD] = ACTIONS(1811), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_PS_GET] = ACTIONS(1811), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), - [anon_sym_MOZ_COLD] = ACTIONS(1811), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_RAII] = ACTIONS(1811), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), - [sym_raw_string_literal] = ACTIONS(1813), + [anon_sym_decltype] = ACTIONS(1711), + [anon_sym_virtual] = ACTIONS(1711), + [anon_sym_explicit] = ACTIONS(1711), + [sym_auto] = ACTIONS(1711), + [anon_sym_typename] = ACTIONS(1711), + [anon_sym_template] = ACTIONS(1711), + [anon_sym_operator] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_throw] = ACTIONS(1711), + [anon_sym_namespace] = ACTIONS(1711), + [anon_sym_using] = ACTIONS(1711), + [anon_sym_static_assert] = ACTIONS(1711), + [anon_sym_co_return] = ACTIONS(1711), + [anon_sym_co_yield] = ACTIONS(1711), + [anon_sym_try] = ACTIONS(1711), + [anon_sym_co_await] = ACTIONS(1711), + [anon_sym_new] = ACTIONS(1711), + [sym_this] = ACTIONS(1711), + [sym_nullptr] = ACTIONS(1711), + [sym_alone_macro] = ACTIONS(1713), + [aux_sym_alone_macro_call_token1] = ACTIONS(1711), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_FORWARD] = ACTIONS(1711), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1711), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_PS_GET] = ACTIONS(1711), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1711), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1711), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1711), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1711), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1711), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1711), + [anon_sym_MOZ_COLD] = ACTIONS(1711), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1711), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1711), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1711), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1711), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1711), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1711), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1711), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1711), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1711), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1711), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1711), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1711), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1711), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_NONNULL] = ACTIONS(1711), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1711), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1711), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1711), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1711), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1711), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1711), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1711), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1711), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1711), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1711), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1711), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1711), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), + [anon_sym_MOZ_RAII] = ACTIONS(1711), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1711), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1711), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1711), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1711), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1711), + [sym_raw_string_literal] = ACTIONS(1713), }, - [527] = { - [ts_builtin_sym_end] = ACTIONS(1805), - [sym_identifier] = ACTIONS(1803), - [aux_sym_preproc_include_token1] = ACTIONS(1803), - [aux_sym_preproc_def_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), - [sym_preproc_directive] = ACTIONS(1803), - [anon_sym_LPAREN2] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1805), - [anon_sym_TILDE] = ACTIONS(1805), - [anon_sym_DASH] = ACTIONS(1803), - [anon_sym_PLUS] = ACTIONS(1803), - [anon_sym_STAR] = ACTIONS(1805), - [anon_sym_AMP_AMP] = ACTIONS(1805), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_SEMI] = ACTIONS(1805), - [anon_sym_typedef] = ACTIONS(1803), - [anon_sym_extern] = ACTIONS(1803), - [anon_sym___attribute__] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1805), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), - [anon_sym___declspec] = ACTIONS(1803), - [anon_sym___based] = ACTIONS(1803), - [anon_sym___cdecl] = ACTIONS(1803), - [anon_sym___clrcall] = ACTIONS(1803), - [anon_sym___stdcall] = ACTIONS(1803), - [anon_sym___fastcall] = ACTIONS(1803), - [anon_sym___thiscall] = ACTIONS(1803), - [anon_sym___vectorcall] = ACTIONS(1803), - [anon_sym_LBRACE] = ACTIONS(1805), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_register] = ACTIONS(1803), - [anon_sym_inline] = ACTIONS(1803), - [anon_sym_thread_local] = ACTIONS(1803), - [anon_sym_const] = ACTIONS(1803), - [anon_sym_volatile] = ACTIONS(1803), - [anon_sym_restrict] = ACTIONS(1803), - [anon_sym__Atomic] = ACTIONS(1803), - [anon_sym_mutable] = ACTIONS(1803), - [anon_sym_constexpr] = ACTIONS(1803), - [anon_sym_signed] = ACTIONS(1803), - [anon_sym_unsigned] = ACTIONS(1803), - [anon_sym_long] = ACTIONS(1803), - [anon_sym_short] = ACTIONS(1803), - [sym_primitive_type] = ACTIONS(1803), - [anon_sym_enum] = ACTIONS(1803), - [anon_sym_class] = ACTIONS(1803), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), - [anon_sym_if] = ACTIONS(1803), - [anon_sym_switch] = ACTIONS(1803), - [anon_sym_case] = ACTIONS(1803), - [anon_sym_default] = ACTIONS(1803), - [anon_sym_while] = ACTIONS(1803), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1803), - [anon_sym_return] = ACTIONS(1803), - [anon_sym_break] = ACTIONS(1803), - [anon_sym_continue] = ACTIONS(1803), - [anon_sym_goto] = ACTIONS(1803), - [anon_sym_DASH_DASH] = ACTIONS(1805), - [anon_sym_PLUS_PLUS] = ACTIONS(1805), - [anon_sym_sizeof] = ACTIONS(1803), - [sym_number_literal] = ACTIONS(1805), - [anon_sym_L_SQUOTE] = ACTIONS(1805), - [anon_sym_u_SQUOTE] = ACTIONS(1805), - [anon_sym_U_SQUOTE] = ACTIONS(1805), - [anon_sym_u8_SQUOTE] = ACTIONS(1805), - [anon_sym_SQUOTE] = ACTIONS(1805), - [anon_sym_L_DQUOTE] = ACTIONS(1805), - [anon_sym_u_DQUOTE] = ACTIONS(1805), - [anon_sym_U_DQUOTE] = ACTIONS(1805), - [anon_sym_u8_DQUOTE] = ACTIONS(1805), - [anon_sym_DQUOTE] = ACTIONS(1805), - [sym_true] = ACTIONS(1803), - [sym_false] = ACTIONS(1803), - [sym_null] = ACTIONS(1803), + [516] = { + [sym_identifier] = ACTIONS(1891), + [aux_sym_preproc_include_token1] = ACTIONS(1891), + [aux_sym_preproc_def_token1] = ACTIONS(1891), + [aux_sym_preproc_if_token1] = ACTIONS(1891), + [aux_sym_preproc_if_token2] = ACTIONS(1891), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1891), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1891), + [anon_sym_LPAREN2] = ACTIONS(1893), + [anon_sym_BANG] = ACTIONS(1893), + [anon_sym_TILDE] = ACTIONS(1893), + [anon_sym_DASH] = ACTIONS(1891), + [anon_sym_PLUS] = ACTIONS(1891), + [anon_sym_STAR] = ACTIONS(1893), + [anon_sym_AMP_AMP] = ACTIONS(1893), + [anon_sym_AMP] = ACTIONS(1891), + [anon_sym_SEMI] = ACTIONS(1893), + [anon_sym_typedef] = ACTIONS(1891), + [anon_sym_extern] = ACTIONS(1891), + [anon_sym___attribute__] = ACTIONS(1891), + [anon_sym_COLON_COLON] = ACTIONS(1893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym___declspec] = ACTIONS(1891), + [anon_sym___based] = ACTIONS(1891), + [anon_sym___cdecl] = ACTIONS(1891), + [anon_sym___clrcall] = ACTIONS(1891), + [anon_sym___stdcall] = ACTIONS(1891), + [anon_sym___fastcall] = ACTIONS(1891), + [anon_sym___thiscall] = ACTIONS(1891), + [anon_sym___vectorcall] = ACTIONS(1891), + [anon_sym_LBRACE] = ACTIONS(1893), + [anon_sym_LBRACK] = ACTIONS(1891), + [anon_sym_static] = ACTIONS(1891), + [anon_sym_register] = ACTIONS(1891), + [anon_sym_inline] = ACTIONS(1891), + [anon_sym_thread_local] = ACTIONS(1891), + [anon_sym_const] = ACTIONS(1891), + [anon_sym_volatile] = ACTIONS(1891), + [anon_sym_restrict] = ACTIONS(1891), + [anon_sym__Atomic] = ACTIONS(1891), + [anon_sym_mutable] = ACTIONS(1891), + [anon_sym_constexpr] = ACTIONS(1891), + [anon_sym_signed] = ACTIONS(1891), + [anon_sym_unsigned] = ACTIONS(1891), + [anon_sym_long] = ACTIONS(1891), + [anon_sym_short] = ACTIONS(1891), + [sym_primitive_type] = ACTIONS(1891), + [anon_sym_enum] = ACTIONS(1891), + [anon_sym_class] = ACTIONS(1891), + [anon_sym_struct] = ACTIONS(1891), + [anon_sym_union] = ACTIONS(1891), + [anon_sym_if] = ACTIONS(1891), + [anon_sym_switch] = ACTIONS(1891), + [anon_sym_case] = ACTIONS(1891), + [anon_sym_default] = ACTIONS(1891), + [anon_sym_while] = ACTIONS(1891), + [anon_sym_do] = ACTIONS(1891), + [anon_sym_for] = ACTIONS(1891), + [anon_sym_return] = ACTIONS(1891), + [anon_sym_break] = ACTIONS(1891), + [anon_sym_continue] = ACTIONS(1891), + [anon_sym_goto] = ACTIONS(1891), + [anon_sym_DASH_DASH] = ACTIONS(1893), + [anon_sym_PLUS_PLUS] = ACTIONS(1893), + [anon_sym_sizeof] = ACTIONS(1891), + [sym_number_literal] = ACTIONS(1893), + [anon_sym_L_SQUOTE] = ACTIONS(1893), + [anon_sym_u_SQUOTE] = ACTIONS(1893), + [anon_sym_U_SQUOTE] = ACTIONS(1893), + [anon_sym_u8_SQUOTE] = ACTIONS(1893), + [anon_sym_SQUOTE] = ACTIONS(1893), + [anon_sym_L_DQUOTE] = ACTIONS(1893), + [anon_sym_u_DQUOTE] = ACTIONS(1893), + [anon_sym_U_DQUOTE] = ACTIONS(1893), + [anon_sym_u8_DQUOTE] = ACTIONS(1893), + [anon_sym_DQUOTE] = ACTIONS(1893), + [sym_true] = ACTIONS(1891), + [sym_false] = ACTIONS(1891), + [sym_null] = ACTIONS(1891), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1891), + [anon_sym_virtual] = ACTIONS(1891), + [anon_sym_explicit] = ACTIONS(1891), + [sym_auto] = ACTIONS(1891), + [anon_sym_typename] = ACTIONS(1891), + [anon_sym_template] = ACTIONS(1891), + [anon_sym_operator] = ACTIONS(1891), + [anon_sym_delete] = ACTIONS(1891), + [anon_sym_throw] = ACTIONS(1891), + [anon_sym_namespace] = ACTIONS(1891), + [anon_sym_using] = ACTIONS(1891), + [anon_sym_static_assert] = ACTIONS(1891), + [anon_sym_co_return] = ACTIONS(1891), + [anon_sym_co_yield] = ACTIONS(1891), + [anon_sym_try] = ACTIONS(1891), + [anon_sym_co_await] = ACTIONS(1891), + [anon_sym_new] = ACTIONS(1891), + [sym_this] = ACTIONS(1891), + [sym_nullptr] = ACTIONS(1891), + [sym_alone_macro] = ACTIONS(1893), + [aux_sym_alone_macro_call_token1] = ACTIONS(1891), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_FORWARD] = ACTIONS(1891), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1891), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_PS_GET] = ACTIONS(1891), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1891), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1891), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1891), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1891), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1891), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1891), + [anon_sym_MOZ_COLD] = ACTIONS(1891), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1891), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1891), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1891), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1891), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1891), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1891), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1891), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1891), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1891), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1891), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1891), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1891), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1891), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_NONNULL] = ACTIONS(1891), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1891), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1891), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1891), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1891), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1891), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1891), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1891), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1891), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1891), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1891), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1891), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1891), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), + [anon_sym_MOZ_RAII] = ACTIONS(1891), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1891), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1891), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1891), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1891), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1891), + [sym_raw_string_literal] = ACTIONS(1893), + }, + [517] = { + [sym_identifier] = ACTIONS(1807), + [aux_sym_preproc_include_token1] = ACTIONS(1807), + [aux_sym_preproc_def_token1] = ACTIONS(1807), + [aux_sym_preproc_if_token1] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), + [sym_preproc_directive] = ACTIONS(1807), + [anon_sym_LPAREN2] = ACTIONS(1809), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1809), + [anon_sym_AMP_AMP] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), + [anon_sym_typedef] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1807), + [anon_sym___attribute__] = ACTIONS(1807), + [anon_sym_COLON_COLON] = ACTIONS(1809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), + [anon_sym___declspec] = ACTIONS(1807), + [anon_sym___based] = ACTIONS(1807), + [anon_sym___cdecl] = ACTIONS(1807), + [anon_sym___clrcall] = ACTIONS(1807), + [anon_sym___stdcall] = ACTIONS(1807), + [anon_sym___fastcall] = ACTIONS(1807), + [anon_sym___thiscall] = ACTIONS(1807), + [anon_sym___vectorcall] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(1809), + [anon_sym_RBRACE] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1807), + [anon_sym_static] = ACTIONS(1807), + [anon_sym_register] = ACTIONS(1807), + [anon_sym_inline] = ACTIONS(1807), + [anon_sym_thread_local] = ACTIONS(1807), + [anon_sym_const] = ACTIONS(1807), + [anon_sym_volatile] = ACTIONS(1807), + [anon_sym_restrict] = ACTIONS(1807), + [anon_sym__Atomic] = ACTIONS(1807), + [anon_sym_mutable] = ACTIONS(1807), + [anon_sym_constexpr] = ACTIONS(1807), + [anon_sym_signed] = ACTIONS(1807), + [anon_sym_unsigned] = ACTIONS(1807), + [anon_sym_long] = ACTIONS(1807), + [anon_sym_short] = ACTIONS(1807), + [sym_primitive_type] = ACTIONS(1807), + [anon_sym_enum] = ACTIONS(1807), + [anon_sym_class] = ACTIONS(1807), + [anon_sym_struct] = ACTIONS(1807), + [anon_sym_union] = ACTIONS(1807), + [anon_sym_if] = ACTIONS(1807), + [anon_sym_switch] = ACTIONS(1807), + [anon_sym_case] = ACTIONS(1807), + [anon_sym_default] = ACTIONS(1807), + [anon_sym_while] = ACTIONS(1807), + [anon_sym_do] = ACTIONS(1807), + [anon_sym_for] = ACTIONS(1807), + [anon_sym_return] = ACTIONS(1807), + [anon_sym_break] = ACTIONS(1807), + [anon_sym_continue] = ACTIONS(1807), + [anon_sym_goto] = ACTIONS(1807), + [anon_sym_DASH_DASH] = ACTIONS(1809), + [anon_sym_PLUS_PLUS] = ACTIONS(1809), + [anon_sym_sizeof] = ACTIONS(1807), + [sym_number_literal] = ACTIONS(1809), + [anon_sym_L_SQUOTE] = ACTIONS(1809), + [anon_sym_u_SQUOTE] = ACTIONS(1809), + [anon_sym_U_SQUOTE] = ACTIONS(1809), + [anon_sym_u8_SQUOTE] = ACTIONS(1809), + [anon_sym_SQUOTE] = ACTIONS(1809), + [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(1807), + [sym_false] = ACTIONS(1807), + [sym_null] = ACTIONS(1807), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1803), - [anon_sym_virtual] = ACTIONS(1803), - [anon_sym_explicit] = ACTIONS(1803), - [sym_auto] = ACTIONS(1803), - [anon_sym_typename] = ACTIONS(1803), - [anon_sym_template] = ACTIONS(1803), - [anon_sym_operator] = ACTIONS(1803), - [anon_sym_delete] = ACTIONS(1803), - [anon_sym_throw] = ACTIONS(1803), - [anon_sym_namespace] = ACTIONS(1803), - [anon_sym_using] = ACTIONS(1803), - [anon_sym_static_assert] = ACTIONS(1803), - [anon_sym_co_return] = ACTIONS(1803), - [anon_sym_co_yield] = ACTIONS(1803), - [anon_sym_try] = ACTIONS(1803), - [anon_sym_co_await] = ACTIONS(1803), - [anon_sym_new] = ACTIONS(1803), - [sym_this] = ACTIONS(1803), - [sym_nullptr] = ACTIONS(1803), - [sym_alone_macro] = ACTIONS(1805), - [aux_sym_alone_macro_call_token1] = ACTIONS(1803), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_FORWARD] = ACTIONS(1803), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_PS_GET] = ACTIONS(1803), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), - [anon_sym_MOZ_COLD] = ACTIONS(1803), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_RAII] = ACTIONS(1803), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), - [sym_raw_string_literal] = ACTIONS(1805), + [anon_sym_decltype] = ACTIONS(1807), + [anon_sym_virtual] = ACTIONS(1807), + [anon_sym_explicit] = ACTIONS(1807), + [sym_auto] = ACTIONS(1807), + [anon_sym_typename] = ACTIONS(1807), + [anon_sym_template] = ACTIONS(1807), + [anon_sym_operator] = ACTIONS(1807), + [anon_sym_delete] = ACTIONS(1807), + [anon_sym_throw] = ACTIONS(1807), + [anon_sym_namespace] = ACTIONS(1807), + [anon_sym_using] = ACTIONS(1807), + [anon_sym_static_assert] = ACTIONS(1807), + [anon_sym_co_return] = ACTIONS(1807), + [anon_sym_co_yield] = ACTIONS(1807), + [anon_sym_try] = ACTIONS(1807), + [anon_sym_co_await] = ACTIONS(1807), + [anon_sym_new] = ACTIONS(1807), + [sym_this] = ACTIONS(1807), + [sym_nullptr] = ACTIONS(1807), + [sym_alone_macro] = ACTIONS(1809), + [aux_sym_alone_macro_call_token1] = ACTIONS(1807), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_FORWARD] = ACTIONS(1807), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_PS_GET] = ACTIONS(1807), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), + [anon_sym_MOZ_COLD] = ACTIONS(1807), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_RAII] = ACTIONS(1807), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), + [sym_raw_string_literal] = ACTIONS(1809), }, - [528] = { - [ts_builtin_sym_end] = ACTIONS(1869), - [sym_identifier] = ACTIONS(1867), - [aux_sym_preproc_include_token1] = ACTIONS(1867), - [aux_sym_preproc_def_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_LPAREN2] = ACTIONS(1869), - [anon_sym_BANG] = ACTIONS(1869), - [anon_sym_TILDE] = ACTIONS(1869), - [anon_sym_DASH] = ACTIONS(1867), - [anon_sym_PLUS] = ACTIONS(1867), - [anon_sym_STAR] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_typedef] = ACTIONS(1867), - [anon_sym_extern] = ACTIONS(1867), - [anon_sym___attribute__] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1869), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), - [anon_sym___declspec] = ACTIONS(1867), - [anon_sym___based] = ACTIONS(1867), - [anon_sym___cdecl] = ACTIONS(1867), - [anon_sym___clrcall] = ACTIONS(1867), - [anon_sym___stdcall] = ACTIONS(1867), - [anon_sym___fastcall] = ACTIONS(1867), - [anon_sym___thiscall] = ACTIONS(1867), - [anon_sym___vectorcall] = ACTIONS(1867), - [anon_sym_LBRACE] = ACTIONS(1869), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_static] = ACTIONS(1867), - [anon_sym_register] = ACTIONS(1867), - [anon_sym_inline] = ACTIONS(1867), - [anon_sym_thread_local] = ACTIONS(1867), - [anon_sym_const] = ACTIONS(1867), - [anon_sym_volatile] = ACTIONS(1867), - [anon_sym_restrict] = ACTIONS(1867), - [anon_sym__Atomic] = ACTIONS(1867), - [anon_sym_mutable] = ACTIONS(1867), - [anon_sym_constexpr] = ACTIONS(1867), - [anon_sym_signed] = ACTIONS(1867), - [anon_sym_unsigned] = ACTIONS(1867), - [anon_sym_long] = ACTIONS(1867), - [anon_sym_short] = ACTIONS(1867), - [sym_primitive_type] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1867), - [anon_sym_class] = ACTIONS(1867), - [anon_sym_struct] = ACTIONS(1867), - [anon_sym_union] = ACTIONS(1867), - [anon_sym_if] = ACTIONS(1867), - [anon_sym_switch] = ACTIONS(1867), - [anon_sym_case] = ACTIONS(1867), - [anon_sym_default] = ACTIONS(1867), - [anon_sym_while] = ACTIONS(1867), - [anon_sym_do] = ACTIONS(1867), - [anon_sym_for] = ACTIONS(1867), - [anon_sym_return] = ACTIONS(1867), - [anon_sym_break] = ACTIONS(1867), - [anon_sym_continue] = ACTIONS(1867), - [anon_sym_goto] = ACTIONS(1867), - [anon_sym_DASH_DASH] = ACTIONS(1869), - [anon_sym_PLUS_PLUS] = ACTIONS(1869), - [anon_sym_sizeof] = ACTIONS(1867), - [sym_number_literal] = ACTIONS(1869), - [anon_sym_L_SQUOTE] = ACTIONS(1869), - [anon_sym_u_SQUOTE] = ACTIONS(1869), - [anon_sym_U_SQUOTE] = ACTIONS(1869), - [anon_sym_u8_SQUOTE] = ACTIONS(1869), - [anon_sym_SQUOTE] = ACTIONS(1869), - [anon_sym_L_DQUOTE] = ACTIONS(1869), - [anon_sym_u_DQUOTE] = ACTIONS(1869), - [anon_sym_U_DQUOTE] = ACTIONS(1869), - [anon_sym_u8_DQUOTE] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_true] = ACTIONS(1867), - [sym_false] = ACTIONS(1867), - [sym_null] = ACTIONS(1867), + [518] = { + [sym_identifier] = ACTIONS(1851), + [aux_sym_preproc_include_token1] = ACTIONS(1851), + [aux_sym_preproc_def_token1] = ACTIONS(1851), + [aux_sym_preproc_if_token1] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), + [sym_preproc_directive] = ACTIONS(1851), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1853), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_DASH] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1851), + [anon_sym_STAR] = ACTIONS(1853), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_SEMI] = ACTIONS(1853), + [anon_sym_typedef] = ACTIONS(1851), + [anon_sym_extern] = ACTIONS(1851), + [anon_sym___attribute__] = ACTIONS(1851), + [anon_sym_COLON_COLON] = ACTIONS(1853), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), + [anon_sym___declspec] = ACTIONS(1851), + [anon_sym___based] = ACTIONS(1851), + [anon_sym___cdecl] = ACTIONS(1851), + [anon_sym___clrcall] = ACTIONS(1851), + [anon_sym___stdcall] = ACTIONS(1851), + [anon_sym___fastcall] = ACTIONS(1851), + [anon_sym___thiscall] = ACTIONS(1851), + [anon_sym___vectorcall] = ACTIONS(1851), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(1851), + [anon_sym_static] = ACTIONS(1851), + [anon_sym_register] = ACTIONS(1851), + [anon_sym_inline] = ACTIONS(1851), + [anon_sym_thread_local] = ACTIONS(1851), + [anon_sym_const] = ACTIONS(1851), + [anon_sym_volatile] = ACTIONS(1851), + [anon_sym_restrict] = ACTIONS(1851), + [anon_sym__Atomic] = ACTIONS(1851), + [anon_sym_mutable] = ACTIONS(1851), + [anon_sym_constexpr] = ACTIONS(1851), + [anon_sym_signed] = ACTIONS(1851), + [anon_sym_unsigned] = ACTIONS(1851), + [anon_sym_long] = ACTIONS(1851), + [anon_sym_short] = ACTIONS(1851), + [sym_primitive_type] = ACTIONS(1851), + [anon_sym_enum] = ACTIONS(1851), + [anon_sym_class] = ACTIONS(1851), + [anon_sym_struct] = ACTIONS(1851), + [anon_sym_union] = ACTIONS(1851), + [anon_sym_if] = ACTIONS(1851), + [anon_sym_switch] = ACTIONS(1851), + [anon_sym_case] = ACTIONS(1851), + [anon_sym_default] = ACTIONS(1851), + [anon_sym_while] = ACTIONS(1851), + [anon_sym_do] = ACTIONS(1851), + [anon_sym_for] = ACTIONS(1851), + [anon_sym_return] = ACTIONS(1851), + [anon_sym_break] = ACTIONS(1851), + [anon_sym_continue] = ACTIONS(1851), + [anon_sym_goto] = ACTIONS(1851), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_sizeof] = ACTIONS(1851), + [sym_number_literal] = ACTIONS(1853), + [anon_sym_L_SQUOTE] = ACTIONS(1853), + [anon_sym_u_SQUOTE] = ACTIONS(1853), + [anon_sym_U_SQUOTE] = ACTIONS(1853), + [anon_sym_u8_SQUOTE] = ACTIONS(1853), + [anon_sym_SQUOTE] = ACTIONS(1853), + [anon_sym_L_DQUOTE] = ACTIONS(1853), + [anon_sym_u_DQUOTE] = ACTIONS(1853), + [anon_sym_U_DQUOTE] = ACTIONS(1853), + [anon_sym_u8_DQUOTE] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(1853), + [sym_true] = ACTIONS(1851), + [sym_false] = ACTIONS(1851), + [sym_null] = ACTIONS(1851), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1867), - [anon_sym_virtual] = ACTIONS(1867), - [anon_sym_explicit] = ACTIONS(1867), - [sym_auto] = ACTIONS(1867), - [anon_sym_typename] = ACTIONS(1867), - [anon_sym_template] = ACTIONS(1867), - [anon_sym_operator] = ACTIONS(1867), - [anon_sym_delete] = ACTIONS(1867), - [anon_sym_throw] = ACTIONS(1867), - [anon_sym_namespace] = ACTIONS(1867), - [anon_sym_using] = ACTIONS(1867), - [anon_sym_static_assert] = ACTIONS(1867), - [anon_sym_co_return] = ACTIONS(1867), - [anon_sym_co_yield] = ACTIONS(1867), - [anon_sym_try] = ACTIONS(1867), - [anon_sym_co_await] = ACTIONS(1867), - [anon_sym_new] = ACTIONS(1867), - [sym_this] = ACTIONS(1867), - [sym_nullptr] = ACTIONS(1867), - [sym_alone_macro] = ACTIONS(1869), - [aux_sym_alone_macro_call_token1] = ACTIONS(1867), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_FORWARD] = ACTIONS(1867), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_PS_GET] = ACTIONS(1867), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), - [anon_sym_MOZ_COLD] = ACTIONS(1867), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_RAII] = ACTIONS(1867), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), - [sym_raw_string_literal] = ACTIONS(1869), + [anon_sym_decltype] = ACTIONS(1851), + [anon_sym_virtual] = ACTIONS(1851), + [anon_sym_explicit] = ACTIONS(1851), + [sym_auto] = ACTIONS(1851), + [anon_sym_typename] = ACTIONS(1851), + [anon_sym_template] = ACTIONS(1851), + [anon_sym_operator] = ACTIONS(1851), + [anon_sym_delete] = ACTIONS(1851), + [anon_sym_throw] = ACTIONS(1851), + [anon_sym_namespace] = ACTIONS(1851), + [anon_sym_using] = ACTIONS(1851), + [anon_sym_static_assert] = ACTIONS(1851), + [anon_sym_co_return] = ACTIONS(1851), + [anon_sym_co_yield] = ACTIONS(1851), + [anon_sym_try] = ACTIONS(1851), + [anon_sym_co_await] = ACTIONS(1851), + [anon_sym_new] = ACTIONS(1851), + [sym_this] = ACTIONS(1851), + [sym_nullptr] = ACTIONS(1851), + [sym_alone_macro] = ACTIONS(1853), + [aux_sym_alone_macro_call_token1] = ACTIONS(1851), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_FORWARD] = ACTIONS(1851), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_PS_GET] = ACTIONS(1851), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), + [anon_sym_MOZ_COLD] = ACTIONS(1851), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_RAII] = ACTIONS(1851), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), + [sym_raw_string_literal] = ACTIONS(1853), }, - [529] = { - [sym_identifier] = ACTIONS(1803), - [aux_sym_preproc_include_token1] = ACTIONS(1803), - [aux_sym_preproc_def_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token2] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), - [sym_preproc_directive] = ACTIONS(1803), - [anon_sym_LPAREN2] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1805), - [anon_sym_TILDE] = ACTIONS(1805), - [anon_sym_DASH] = ACTIONS(1803), - [anon_sym_PLUS] = ACTIONS(1803), - [anon_sym_STAR] = ACTIONS(1805), - [anon_sym_AMP_AMP] = ACTIONS(1805), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_SEMI] = ACTIONS(1805), - [anon_sym_typedef] = ACTIONS(1803), - [anon_sym_extern] = ACTIONS(1803), - [anon_sym___attribute__] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1805), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), - [anon_sym___declspec] = ACTIONS(1803), - [anon_sym___based] = ACTIONS(1803), - [anon_sym___cdecl] = ACTIONS(1803), - [anon_sym___clrcall] = ACTIONS(1803), - [anon_sym___stdcall] = ACTIONS(1803), - [anon_sym___fastcall] = ACTIONS(1803), - [anon_sym___thiscall] = ACTIONS(1803), - [anon_sym___vectorcall] = ACTIONS(1803), - [anon_sym_LBRACE] = ACTIONS(1805), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_register] = ACTIONS(1803), - [anon_sym_inline] = ACTIONS(1803), - [anon_sym_thread_local] = ACTIONS(1803), - [anon_sym_const] = ACTIONS(1803), - [anon_sym_volatile] = ACTIONS(1803), - [anon_sym_restrict] = ACTIONS(1803), - [anon_sym__Atomic] = ACTIONS(1803), - [anon_sym_mutable] = ACTIONS(1803), - [anon_sym_constexpr] = ACTIONS(1803), - [anon_sym_signed] = ACTIONS(1803), - [anon_sym_unsigned] = ACTIONS(1803), - [anon_sym_long] = ACTIONS(1803), - [anon_sym_short] = ACTIONS(1803), - [sym_primitive_type] = ACTIONS(1803), - [anon_sym_enum] = ACTIONS(1803), - [anon_sym_class] = ACTIONS(1803), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), - [anon_sym_if] = ACTIONS(1803), - [anon_sym_switch] = ACTIONS(1803), - [anon_sym_case] = ACTIONS(1803), - [anon_sym_default] = ACTIONS(1803), - [anon_sym_while] = ACTIONS(1803), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1803), - [anon_sym_return] = ACTIONS(1803), - [anon_sym_break] = ACTIONS(1803), - [anon_sym_continue] = ACTIONS(1803), - [anon_sym_goto] = ACTIONS(1803), - [anon_sym_DASH_DASH] = ACTIONS(1805), - [anon_sym_PLUS_PLUS] = ACTIONS(1805), - [anon_sym_sizeof] = ACTIONS(1803), - [sym_number_literal] = ACTIONS(1805), - [anon_sym_L_SQUOTE] = ACTIONS(1805), - [anon_sym_u_SQUOTE] = ACTIONS(1805), - [anon_sym_U_SQUOTE] = ACTIONS(1805), - [anon_sym_u8_SQUOTE] = ACTIONS(1805), - [anon_sym_SQUOTE] = ACTIONS(1805), - [anon_sym_L_DQUOTE] = ACTIONS(1805), - [anon_sym_u_DQUOTE] = ACTIONS(1805), - [anon_sym_U_DQUOTE] = ACTIONS(1805), - [anon_sym_u8_DQUOTE] = ACTIONS(1805), - [anon_sym_DQUOTE] = ACTIONS(1805), - [sym_true] = ACTIONS(1803), - [sym_false] = ACTIONS(1803), - [sym_null] = ACTIONS(1803), + [519] = { + [sym_identifier] = ACTIONS(1839), + [aux_sym_preproc_include_token1] = ACTIONS(1839), + [aux_sym_preproc_def_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token2] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), + [sym_preproc_directive] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1841), + [anon_sym_BANG] = ACTIONS(1841), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_DASH] = ACTIONS(1839), + [anon_sym_PLUS] = ACTIONS(1839), + [anon_sym_STAR] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1839), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym_typedef] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_COLON_COLON] = ACTIONS(1841), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym___cdecl] = ACTIONS(1839), + [anon_sym___clrcall] = ACTIONS(1839), + [anon_sym___stdcall] = ACTIONS(1839), + [anon_sym___fastcall] = ACTIONS(1839), + [anon_sym___thiscall] = ACTIONS(1839), + [anon_sym___vectorcall] = ACTIONS(1839), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_LBRACK] = ACTIONS(1839), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym_mutable] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_signed] = ACTIONS(1839), + [anon_sym_unsigned] = ACTIONS(1839), + [anon_sym_long] = ACTIONS(1839), + [anon_sym_short] = ACTIONS(1839), + [sym_primitive_type] = ACTIONS(1839), + [anon_sym_enum] = ACTIONS(1839), + [anon_sym_class] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_union] = ACTIONS(1839), + [anon_sym_if] = ACTIONS(1839), + [anon_sym_switch] = ACTIONS(1839), + [anon_sym_case] = ACTIONS(1839), + [anon_sym_default] = ACTIONS(1839), + [anon_sym_while] = ACTIONS(1839), + [anon_sym_do] = ACTIONS(1839), + [anon_sym_for] = ACTIONS(1839), + [anon_sym_return] = ACTIONS(1839), + [anon_sym_break] = ACTIONS(1839), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_sizeof] = ACTIONS(1839), + [sym_number_literal] = ACTIONS(1841), + [anon_sym_L_SQUOTE] = ACTIONS(1841), + [anon_sym_u_SQUOTE] = ACTIONS(1841), + [anon_sym_U_SQUOTE] = ACTIONS(1841), + [anon_sym_u8_SQUOTE] = ACTIONS(1841), + [anon_sym_SQUOTE] = ACTIONS(1841), + [anon_sym_L_DQUOTE] = ACTIONS(1841), + [anon_sym_u_DQUOTE] = ACTIONS(1841), + [anon_sym_U_DQUOTE] = ACTIONS(1841), + [anon_sym_u8_DQUOTE] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1841), + [sym_true] = ACTIONS(1839), + [sym_false] = ACTIONS(1839), + [sym_null] = ACTIONS(1839), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1803), - [anon_sym_virtual] = ACTIONS(1803), - [anon_sym_explicit] = ACTIONS(1803), - [sym_auto] = ACTIONS(1803), - [anon_sym_typename] = ACTIONS(1803), - [anon_sym_template] = ACTIONS(1803), - [anon_sym_operator] = ACTIONS(1803), - [anon_sym_delete] = ACTIONS(1803), - [anon_sym_throw] = ACTIONS(1803), - [anon_sym_namespace] = ACTIONS(1803), - [anon_sym_using] = ACTIONS(1803), - [anon_sym_static_assert] = ACTIONS(1803), - [anon_sym_co_return] = ACTIONS(1803), - [anon_sym_co_yield] = ACTIONS(1803), - [anon_sym_try] = ACTIONS(1803), - [anon_sym_co_await] = ACTIONS(1803), - [anon_sym_new] = ACTIONS(1803), - [sym_this] = ACTIONS(1803), - [sym_nullptr] = ACTIONS(1803), - [sym_alone_macro] = ACTIONS(1805), - [aux_sym_alone_macro_call_token1] = ACTIONS(1803), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_FORWARD] = ACTIONS(1803), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_PS_GET] = ACTIONS(1803), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), - [anon_sym_MOZ_COLD] = ACTIONS(1803), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_RAII] = ACTIONS(1803), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), - [sym_raw_string_literal] = ACTIONS(1805), + [anon_sym_decltype] = ACTIONS(1839), + [anon_sym_virtual] = ACTIONS(1839), + [anon_sym_explicit] = ACTIONS(1839), + [sym_auto] = ACTIONS(1839), + [anon_sym_typename] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1839), + [anon_sym_operator] = ACTIONS(1839), + [anon_sym_delete] = ACTIONS(1839), + [anon_sym_throw] = ACTIONS(1839), + [anon_sym_namespace] = ACTIONS(1839), + [anon_sym_using] = ACTIONS(1839), + [anon_sym_static_assert] = ACTIONS(1839), + [anon_sym_co_return] = ACTIONS(1839), + [anon_sym_co_yield] = ACTIONS(1839), + [anon_sym_try] = ACTIONS(1839), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1839), + [sym_this] = ACTIONS(1839), + [sym_nullptr] = ACTIONS(1839), + [sym_alone_macro] = ACTIONS(1841), + [aux_sym_alone_macro_call_token1] = ACTIONS(1839), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_FORWARD] = ACTIONS(1839), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_PS_GET] = ACTIONS(1839), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), + [anon_sym_MOZ_COLD] = ACTIONS(1839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_RAII] = ACTIONS(1839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), + [sym_raw_string_literal] = ACTIONS(1841), }, - [530] = { - [sym_identifier] = ACTIONS(1879), - [aux_sym_preproc_include_token1] = ACTIONS(1879), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token2] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), - [sym_preproc_directive] = ACTIONS(1879), - [anon_sym_LPAREN2] = ACTIONS(1881), - [anon_sym_BANG] = ACTIONS(1881), - [anon_sym_TILDE] = ACTIONS(1881), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_AMP_AMP] = ACTIONS(1881), - [anon_sym_AMP] = ACTIONS(1879), - [anon_sym_SEMI] = ACTIONS(1881), - [anon_sym_typedef] = ACTIONS(1879), - [anon_sym_extern] = ACTIONS(1879), - [anon_sym___attribute__] = ACTIONS(1879), - [anon_sym_COLON_COLON] = ACTIONS(1881), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), - [anon_sym___declspec] = ACTIONS(1879), - [anon_sym___based] = ACTIONS(1879), - [anon_sym___cdecl] = ACTIONS(1879), - [anon_sym___clrcall] = ACTIONS(1879), - [anon_sym___stdcall] = ACTIONS(1879), - [anon_sym___fastcall] = ACTIONS(1879), - [anon_sym___thiscall] = ACTIONS(1879), - [anon_sym___vectorcall] = ACTIONS(1879), - [anon_sym_LBRACE] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1879), - [anon_sym_static] = ACTIONS(1879), - [anon_sym_register] = ACTIONS(1879), - [anon_sym_inline] = ACTIONS(1879), - [anon_sym_thread_local] = ACTIONS(1879), - [anon_sym_const] = ACTIONS(1879), - [anon_sym_volatile] = ACTIONS(1879), - [anon_sym_restrict] = ACTIONS(1879), - [anon_sym__Atomic] = ACTIONS(1879), - [anon_sym_mutable] = ACTIONS(1879), - [anon_sym_constexpr] = ACTIONS(1879), - [anon_sym_signed] = ACTIONS(1879), - [anon_sym_unsigned] = ACTIONS(1879), - [anon_sym_long] = ACTIONS(1879), - [anon_sym_short] = ACTIONS(1879), - [sym_primitive_type] = ACTIONS(1879), - [anon_sym_enum] = ACTIONS(1879), - [anon_sym_class] = ACTIONS(1879), - [anon_sym_struct] = ACTIONS(1879), - [anon_sym_union] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_switch] = ACTIONS(1879), - [anon_sym_case] = ACTIONS(1879), - [anon_sym_default] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_break] = ACTIONS(1879), - [anon_sym_continue] = ACTIONS(1879), - [anon_sym_goto] = ACTIONS(1879), - [anon_sym_DASH_DASH] = ACTIONS(1881), - [anon_sym_PLUS_PLUS] = ACTIONS(1881), - [anon_sym_sizeof] = ACTIONS(1879), - [sym_number_literal] = ACTIONS(1881), - [anon_sym_L_SQUOTE] = ACTIONS(1881), - [anon_sym_u_SQUOTE] = ACTIONS(1881), - [anon_sym_U_SQUOTE] = ACTIONS(1881), - [anon_sym_u8_SQUOTE] = ACTIONS(1881), - [anon_sym_SQUOTE] = ACTIONS(1881), - [anon_sym_L_DQUOTE] = ACTIONS(1881), - [anon_sym_u_DQUOTE] = ACTIONS(1881), - [anon_sym_U_DQUOTE] = ACTIONS(1881), - [anon_sym_u8_DQUOTE] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(1881), - [sym_true] = ACTIONS(1879), - [sym_false] = ACTIONS(1879), - [sym_null] = ACTIONS(1879), + [520] = { + [ts_builtin_sym_end] = ACTIONS(1785), + [sym_identifier] = ACTIONS(1783), + [aux_sym_preproc_include_token1] = ACTIONS(1783), + [aux_sym_preproc_def_token1] = ACTIONS(1783), + [aux_sym_preproc_if_token1] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), + [sym_preproc_directive] = ACTIONS(1783), + [anon_sym_LPAREN2] = ACTIONS(1785), + [anon_sym_BANG] = ACTIONS(1785), + [anon_sym_TILDE] = ACTIONS(1785), + [anon_sym_DASH] = ACTIONS(1783), + [anon_sym_PLUS] = ACTIONS(1783), + [anon_sym_STAR] = ACTIONS(1785), + [anon_sym_AMP_AMP] = ACTIONS(1785), + [anon_sym_AMP] = ACTIONS(1783), + [anon_sym_SEMI] = ACTIONS(1785), + [anon_sym_typedef] = ACTIONS(1783), + [anon_sym_extern] = ACTIONS(1783), + [anon_sym___attribute__] = ACTIONS(1783), + [anon_sym_COLON_COLON] = ACTIONS(1785), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), + [anon_sym___declspec] = ACTIONS(1783), + [anon_sym___based] = ACTIONS(1783), + [anon_sym___cdecl] = ACTIONS(1783), + [anon_sym___clrcall] = ACTIONS(1783), + [anon_sym___stdcall] = ACTIONS(1783), + [anon_sym___fastcall] = ACTIONS(1783), + [anon_sym___thiscall] = ACTIONS(1783), + [anon_sym___vectorcall] = ACTIONS(1783), + [anon_sym_LBRACE] = ACTIONS(1785), + [anon_sym_LBRACK] = ACTIONS(1783), + [anon_sym_static] = ACTIONS(1783), + [anon_sym_register] = ACTIONS(1783), + [anon_sym_inline] = ACTIONS(1783), + [anon_sym_thread_local] = ACTIONS(1783), + [anon_sym_const] = ACTIONS(1783), + [anon_sym_volatile] = ACTIONS(1783), + [anon_sym_restrict] = ACTIONS(1783), + [anon_sym__Atomic] = ACTIONS(1783), + [anon_sym_mutable] = ACTIONS(1783), + [anon_sym_constexpr] = ACTIONS(1783), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [sym_primitive_type] = ACTIONS(1783), + [anon_sym_enum] = ACTIONS(1783), + [anon_sym_class] = ACTIONS(1783), + [anon_sym_struct] = ACTIONS(1783), + [anon_sym_union] = ACTIONS(1783), + [anon_sym_if] = ACTIONS(1783), + [anon_sym_switch] = ACTIONS(1783), + [anon_sym_case] = ACTIONS(1783), + [anon_sym_default] = ACTIONS(1783), + [anon_sym_while] = ACTIONS(1783), + [anon_sym_do] = ACTIONS(1783), + [anon_sym_for] = ACTIONS(1783), + [anon_sym_return] = ACTIONS(1783), + [anon_sym_break] = ACTIONS(1783), + [anon_sym_continue] = ACTIONS(1783), + [anon_sym_goto] = ACTIONS(1783), + [anon_sym_DASH_DASH] = ACTIONS(1785), + [anon_sym_PLUS_PLUS] = ACTIONS(1785), + [anon_sym_sizeof] = ACTIONS(1783), + [sym_number_literal] = ACTIONS(1785), + [anon_sym_L_SQUOTE] = ACTIONS(1785), + [anon_sym_u_SQUOTE] = ACTIONS(1785), + [anon_sym_U_SQUOTE] = ACTIONS(1785), + [anon_sym_u8_SQUOTE] = ACTIONS(1785), + [anon_sym_SQUOTE] = ACTIONS(1785), + [anon_sym_L_DQUOTE] = ACTIONS(1785), + [anon_sym_u_DQUOTE] = ACTIONS(1785), + [anon_sym_U_DQUOTE] = ACTIONS(1785), + [anon_sym_u8_DQUOTE] = ACTIONS(1785), + [anon_sym_DQUOTE] = ACTIONS(1785), + [sym_true] = ACTIONS(1783), + [sym_false] = ACTIONS(1783), + [sym_null] = ACTIONS(1783), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1879), - [anon_sym_virtual] = ACTIONS(1879), - [anon_sym_explicit] = ACTIONS(1879), - [sym_auto] = ACTIONS(1879), - [anon_sym_typename] = ACTIONS(1879), - [anon_sym_template] = ACTIONS(1879), - [anon_sym_operator] = ACTIONS(1879), - [anon_sym_delete] = ACTIONS(1879), - [anon_sym_throw] = ACTIONS(1879), - [anon_sym_namespace] = ACTIONS(1879), - [anon_sym_using] = ACTIONS(1879), - [anon_sym_static_assert] = ACTIONS(1879), - [anon_sym_co_return] = ACTIONS(1879), - [anon_sym_co_yield] = ACTIONS(1879), - [anon_sym_try] = ACTIONS(1879), - [anon_sym_co_await] = ACTIONS(1879), - [anon_sym_new] = ACTIONS(1879), - [sym_this] = ACTIONS(1879), - [sym_nullptr] = ACTIONS(1879), - [sym_alone_macro] = ACTIONS(1881), - [aux_sym_alone_macro_call_token1] = ACTIONS(1879), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_FORWARD] = ACTIONS(1879), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_PS_GET] = ACTIONS(1879), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), - [anon_sym_MOZ_COLD] = ACTIONS(1879), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_RAII] = ACTIONS(1879), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), - [sym_raw_string_literal] = ACTIONS(1881), + [anon_sym_decltype] = ACTIONS(1783), + [anon_sym_virtual] = ACTIONS(1783), + [anon_sym_explicit] = ACTIONS(1783), + [sym_auto] = ACTIONS(1783), + [anon_sym_typename] = ACTIONS(1783), + [anon_sym_template] = ACTIONS(1783), + [anon_sym_operator] = ACTIONS(1783), + [anon_sym_delete] = ACTIONS(1783), + [anon_sym_throw] = ACTIONS(1783), + [anon_sym_namespace] = ACTIONS(1783), + [anon_sym_using] = ACTIONS(1783), + [anon_sym_static_assert] = ACTIONS(1783), + [anon_sym_co_return] = ACTIONS(1783), + [anon_sym_co_yield] = ACTIONS(1783), + [anon_sym_try] = ACTIONS(1783), + [anon_sym_co_await] = ACTIONS(1783), + [anon_sym_new] = ACTIONS(1783), + [sym_this] = ACTIONS(1783), + [sym_nullptr] = ACTIONS(1783), + [sym_alone_macro] = ACTIONS(1785), + [aux_sym_alone_macro_call_token1] = ACTIONS(1783), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_FORWARD] = ACTIONS(1783), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_PS_GET] = ACTIONS(1783), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), + [anon_sym_MOZ_COLD] = ACTIONS(1783), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_RAII] = ACTIONS(1783), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), + [sym_raw_string_literal] = ACTIONS(1785), }, - [531] = { + [521] = { + [ts_builtin_sym_end] = ACTIONS(1873), [sym_identifier] = ACTIONS(1871), [aux_sym_preproc_include_token1] = ACTIONS(1871), [aux_sym_preproc_def_token1] = ACTIONS(1871), [aux_sym_preproc_if_token1] = ACTIONS(1871), - [aux_sym_preproc_if_token2] = ACTIONS(1871), [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), [sym_preproc_directive] = ACTIONS(1871), @@ -135796,3428 +133952,3617 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), [sym_raw_string_literal] = ACTIONS(1873), }, - [532] = { - [sym_identifier] = ACTIONS(1863), - [aux_sym_preproc_include_token1] = ACTIONS(1863), - [aux_sym_preproc_def_token1] = ACTIONS(1863), - [aux_sym_preproc_if_token1] = ACTIONS(1863), - [aux_sym_preproc_if_token2] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), - [sym_preproc_directive] = ACTIONS(1863), - [anon_sym_LPAREN2] = ACTIONS(1865), - [anon_sym_BANG] = ACTIONS(1865), - [anon_sym_TILDE] = ACTIONS(1865), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_PLUS] = ACTIONS(1863), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_AMP_AMP] = ACTIONS(1865), - [anon_sym_AMP] = ACTIONS(1863), - [anon_sym_SEMI] = ACTIONS(1865), - [anon_sym_typedef] = ACTIONS(1863), - [anon_sym_extern] = ACTIONS(1863), - [anon_sym___attribute__] = ACTIONS(1863), - [anon_sym_COLON_COLON] = ACTIONS(1865), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), - [anon_sym___declspec] = ACTIONS(1863), - [anon_sym___based] = ACTIONS(1863), - [anon_sym___cdecl] = ACTIONS(1863), - [anon_sym___clrcall] = ACTIONS(1863), - [anon_sym___stdcall] = ACTIONS(1863), - [anon_sym___fastcall] = ACTIONS(1863), - [anon_sym___thiscall] = ACTIONS(1863), - [anon_sym___vectorcall] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_LBRACK] = ACTIONS(1863), - [anon_sym_static] = ACTIONS(1863), - [anon_sym_register] = ACTIONS(1863), - [anon_sym_inline] = ACTIONS(1863), - [anon_sym_thread_local] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1863), - [anon_sym_volatile] = ACTIONS(1863), - [anon_sym_restrict] = ACTIONS(1863), - [anon_sym__Atomic] = ACTIONS(1863), - [anon_sym_mutable] = ACTIONS(1863), - [anon_sym_constexpr] = ACTIONS(1863), - [anon_sym_signed] = ACTIONS(1863), - [anon_sym_unsigned] = ACTIONS(1863), - [anon_sym_long] = ACTIONS(1863), - [anon_sym_short] = ACTIONS(1863), - [sym_primitive_type] = ACTIONS(1863), - [anon_sym_enum] = ACTIONS(1863), - [anon_sym_class] = ACTIONS(1863), - [anon_sym_struct] = ACTIONS(1863), - [anon_sym_union] = ACTIONS(1863), - [anon_sym_if] = ACTIONS(1863), - [anon_sym_switch] = ACTIONS(1863), - [anon_sym_case] = ACTIONS(1863), - [anon_sym_default] = ACTIONS(1863), - [anon_sym_while] = ACTIONS(1863), - [anon_sym_do] = ACTIONS(1863), - [anon_sym_for] = ACTIONS(1863), - [anon_sym_return] = ACTIONS(1863), - [anon_sym_break] = ACTIONS(1863), - [anon_sym_continue] = ACTIONS(1863), - [anon_sym_goto] = ACTIONS(1863), - [anon_sym_DASH_DASH] = ACTIONS(1865), - [anon_sym_PLUS_PLUS] = ACTIONS(1865), - [anon_sym_sizeof] = ACTIONS(1863), - [sym_number_literal] = ACTIONS(1865), - [anon_sym_L_SQUOTE] = ACTIONS(1865), - [anon_sym_u_SQUOTE] = ACTIONS(1865), - [anon_sym_U_SQUOTE] = ACTIONS(1865), - [anon_sym_u8_SQUOTE] = ACTIONS(1865), - [anon_sym_SQUOTE] = ACTIONS(1865), - [anon_sym_L_DQUOTE] = ACTIONS(1865), - [anon_sym_u_DQUOTE] = ACTIONS(1865), - [anon_sym_U_DQUOTE] = ACTIONS(1865), - [anon_sym_u8_DQUOTE] = ACTIONS(1865), - [anon_sym_DQUOTE] = ACTIONS(1865), - [sym_true] = ACTIONS(1863), - [sym_false] = ACTIONS(1863), - [sym_null] = ACTIONS(1863), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1863), - [anon_sym_virtual] = ACTIONS(1863), - [anon_sym_explicit] = ACTIONS(1863), - [sym_auto] = ACTIONS(1863), - [anon_sym_typename] = ACTIONS(1863), - [anon_sym_template] = ACTIONS(1863), - [anon_sym_operator] = ACTIONS(1863), - [anon_sym_delete] = ACTIONS(1863), - [anon_sym_throw] = ACTIONS(1863), - [anon_sym_namespace] = ACTIONS(1863), - [anon_sym_using] = ACTIONS(1863), - [anon_sym_static_assert] = ACTIONS(1863), - [anon_sym_co_return] = ACTIONS(1863), - [anon_sym_co_yield] = ACTIONS(1863), - [anon_sym_try] = ACTIONS(1863), - [anon_sym_co_await] = ACTIONS(1863), - [anon_sym_new] = ACTIONS(1863), - [sym_this] = ACTIONS(1863), - [sym_nullptr] = ACTIONS(1863), - [sym_alone_macro] = ACTIONS(1865), - [aux_sym_alone_macro_call_token1] = ACTIONS(1863), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_FORWARD] = ACTIONS(1863), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_PS_GET] = ACTIONS(1863), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), - [anon_sym_MOZ_COLD] = ACTIONS(1863), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_RAII] = ACTIONS(1863), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), - [sym_raw_string_literal] = ACTIONS(1865), - }, - [533] = { - [sym_identifier] = ACTIONS(1723), - [aux_sym_preproc_include_token1] = ACTIONS(1723), - [aux_sym_preproc_def_token1] = ACTIONS(1723), - [aux_sym_preproc_if_token1] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), - [sym_preproc_directive] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_BANG] = ACTIONS(1725), - [anon_sym_TILDE] = ACTIONS(1725), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1725), - [anon_sym_AMP] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_typedef] = ACTIONS(1723), - [anon_sym_extern] = ACTIONS(1723), - [anon_sym___attribute__] = ACTIONS(1723), - [anon_sym_COLON_COLON] = ACTIONS(1725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), - [anon_sym___declspec] = ACTIONS(1723), - [anon_sym___based] = ACTIONS(1723), - [anon_sym___cdecl] = ACTIONS(1723), - [anon_sym___clrcall] = ACTIONS(1723), - [anon_sym___stdcall] = ACTIONS(1723), - [anon_sym___fastcall] = ACTIONS(1723), - [anon_sym___thiscall] = ACTIONS(1723), - [anon_sym___vectorcall] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_RBRACE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1723), - [anon_sym_static] = ACTIONS(1723), - [anon_sym_register] = ACTIONS(1723), - [anon_sym_inline] = ACTIONS(1723), - [anon_sym_thread_local] = ACTIONS(1723), - [anon_sym_const] = ACTIONS(1723), - [anon_sym_volatile] = ACTIONS(1723), - [anon_sym_restrict] = ACTIONS(1723), - [anon_sym__Atomic] = ACTIONS(1723), - [anon_sym_mutable] = ACTIONS(1723), - [anon_sym_constexpr] = ACTIONS(1723), - [anon_sym_signed] = ACTIONS(1723), - [anon_sym_unsigned] = ACTIONS(1723), - [anon_sym_long] = ACTIONS(1723), - [anon_sym_short] = ACTIONS(1723), - [sym_primitive_type] = ACTIONS(1723), - [anon_sym_enum] = ACTIONS(1723), - [anon_sym_class] = ACTIONS(1723), - [anon_sym_struct] = ACTIONS(1723), - [anon_sym_union] = ACTIONS(1723), - [anon_sym_if] = ACTIONS(1723), - [anon_sym_switch] = ACTIONS(1723), - [anon_sym_case] = ACTIONS(1723), - [anon_sym_default] = ACTIONS(1723), - [anon_sym_while] = ACTIONS(1723), - [anon_sym_do] = ACTIONS(1723), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1723), - [anon_sym_continue] = ACTIONS(1723), - [anon_sym_goto] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_sizeof] = ACTIONS(1723), - [sym_number_literal] = ACTIONS(1725), - [anon_sym_L_SQUOTE] = ACTIONS(1725), - [anon_sym_u_SQUOTE] = ACTIONS(1725), - [anon_sym_U_SQUOTE] = ACTIONS(1725), - [anon_sym_u8_SQUOTE] = ACTIONS(1725), - [anon_sym_SQUOTE] = ACTIONS(1725), - [anon_sym_L_DQUOTE] = ACTIONS(1725), - [anon_sym_u_DQUOTE] = ACTIONS(1725), - [anon_sym_U_DQUOTE] = ACTIONS(1725), - [anon_sym_u8_DQUOTE] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym_true] = ACTIONS(1723), - [sym_false] = ACTIONS(1723), - [sym_null] = ACTIONS(1723), + [522] = { + [ts_builtin_sym_end] = ACTIONS(1877), + [sym_identifier] = ACTIONS(1875), + [aux_sym_preproc_include_token1] = ACTIONS(1875), + [aux_sym_preproc_def_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), + [sym_preproc_directive] = ACTIONS(1875), + [anon_sym_LPAREN2] = ACTIONS(1877), + [anon_sym_BANG] = ACTIONS(1877), + [anon_sym_TILDE] = ACTIONS(1877), + [anon_sym_DASH] = ACTIONS(1875), + [anon_sym_PLUS] = ACTIONS(1875), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP_AMP] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1875), + [anon_sym_SEMI] = ACTIONS(1877), + [anon_sym_typedef] = ACTIONS(1875), + [anon_sym_extern] = ACTIONS(1875), + [anon_sym___attribute__] = ACTIONS(1875), + [anon_sym_COLON_COLON] = ACTIONS(1877), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), + [anon_sym___declspec] = ACTIONS(1875), + [anon_sym___based] = ACTIONS(1875), + [anon_sym___cdecl] = ACTIONS(1875), + [anon_sym___clrcall] = ACTIONS(1875), + [anon_sym___stdcall] = ACTIONS(1875), + [anon_sym___fastcall] = ACTIONS(1875), + [anon_sym___thiscall] = ACTIONS(1875), + [anon_sym___vectorcall] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1877), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_static] = ACTIONS(1875), + [anon_sym_register] = ACTIONS(1875), + [anon_sym_inline] = ACTIONS(1875), + [anon_sym_thread_local] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1875), + [anon_sym_volatile] = ACTIONS(1875), + [anon_sym_restrict] = ACTIONS(1875), + [anon_sym__Atomic] = ACTIONS(1875), + [anon_sym_mutable] = ACTIONS(1875), + [anon_sym_constexpr] = ACTIONS(1875), + [anon_sym_signed] = ACTIONS(1875), + [anon_sym_unsigned] = ACTIONS(1875), + [anon_sym_long] = ACTIONS(1875), + [anon_sym_short] = ACTIONS(1875), + [sym_primitive_type] = ACTIONS(1875), + [anon_sym_enum] = ACTIONS(1875), + [anon_sym_class] = ACTIONS(1875), + [anon_sym_struct] = ACTIONS(1875), + [anon_sym_union] = ACTIONS(1875), + [anon_sym_if] = ACTIONS(1875), + [anon_sym_switch] = ACTIONS(1875), + [anon_sym_case] = ACTIONS(1875), + [anon_sym_default] = ACTIONS(1875), + [anon_sym_while] = ACTIONS(1875), + [anon_sym_do] = ACTIONS(1875), + [anon_sym_for] = ACTIONS(1875), + [anon_sym_return] = ACTIONS(1875), + [anon_sym_break] = ACTIONS(1875), + [anon_sym_continue] = ACTIONS(1875), + [anon_sym_goto] = ACTIONS(1875), + [anon_sym_DASH_DASH] = ACTIONS(1877), + [anon_sym_PLUS_PLUS] = ACTIONS(1877), + [anon_sym_sizeof] = ACTIONS(1875), + [sym_number_literal] = ACTIONS(1877), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1877), + [anon_sym_u_DQUOTE] = ACTIONS(1877), + [anon_sym_U_DQUOTE] = ACTIONS(1877), + [anon_sym_u8_DQUOTE] = ACTIONS(1877), + [anon_sym_DQUOTE] = ACTIONS(1877), + [sym_true] = ACTIONS(1875), + [sym_false] = ACTIONS(1875), + [sym_null] = ACTIONS(1875), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1723), - [anon_sym_virtual] = ACTIONS(1723), - [anon_sym_explicit] = ACTIONS(1723), - [sym_auto] = ACTIONS(1723), - [anon_sym_typename] = ACTIONS(1723), - [anon_sym_template] = ACTIONS(1723), - [anon_sym_operator] = ACTIONS(1723), - [anon_sym_delete] = ACTIONS(1723), - [anon_sym_throw] = ACTIONS(1723), - [anon_sym_namespace] = ACTIONS(1723), - [anon_sym_using] = ACTIONS(1723), - [anon_sym_static_assert] = ACTIONS(1723), - [anon_sym_co_return] = ACTIONS(1723), - [anon_sym_co_yield] = ACTIONS(1723), - [anon_sym_try] = ACTIONS(1723), - [anon_sym_co_await] = ACTIONS(1723), - [anon_sym_new] = ACTIONS(1723), - [sym_this] = ACTIONS(1723), - [sym_nullptr] = ACTIONS(1723), - [sym_alone_macro] = ACTIONS(1725), - [aux_sym_alone_macro_call_token1] = ACTIONS(1723), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_FORWARD] = ACTIONS(1723), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_PS_GET] = ACTIONS(1723), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), - [anon_sym_MOZ_COLD] = ACTIONS(1723), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_RAII] = ACTIONS(1723), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), - [sym_raw_string_literal] = ACTIONS(1725), - }, - [534] = { - [sym_identifier] = ACTIONS(1799), - [aux_sym_preproc_include_token1] = ACTIONS(1799), - [aux_sym_preproc_def_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), - [sym_preproc_directive] = ACTIONS(1799), - [anon_sym_LPAREN2] = ACTIONS(1801), - [anon_sym_BANG] = ACTIONS(1801), - [anon_sym_TILDE] = ACTIONS(1801), - [anon_sym_DASH] = ACTIONS(1799), - [anon_sym_PLUS] = ACTIONS(1799), - [anon_sym_STAR] = ACTIONS(1801), - [anon_sym_AMP_AMP] = ACTIONS(1801), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_SEMI] = ACTIONS(1801), - [anon_sym_typedef] = ACTIONS(1799), - [anon_sym_extern] = ACTIONS(1799), - [anon_sym___attribute__] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), - [anon_sym___declspec] = ACTIONS(1799), - [anon_sym___based] = ACTIONS(1799), - [anon_sym___cdecl] = ACTIONS(1799), - [anon_sym___clrcall] = ACTIONS(1799), - [anon_sym___stdcall] = ACTIONS(1799), - [anon_sym___fastcall] = ACTIONS(1799), - [anon_sym___thiscall] = ACTIONS(1799), - [anon_sym___vectorcall] = ACTIONS(1799), - [anon_sym_LBRACE] = ACTIONS(1801), - [anon_sym_RBRACE] = ACTIONS(1801), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_static] = ACTIONS(1799), - [anon_sym_register] = ACTIONS(1799), - [anon_sym_inline] = ACTIONS(1799), - [anon_sym_thread_local] = ACTIONS(1799), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_volatile] = ACTIONS(1799), - [anon_sym_restrict] = ACTIONS(1799), - [anon_sym__Atomic] = ACTIONS(1799), - [anon_sym_mutable] = ACTIONS(1799), - [anon_sym_constexpr] = ACTIONS(1799), - [anon_sym_signed] = ACTIONS(1799), - [anon_sym_unsigned] = ACTIONS(1799), - [anon_sym_long] = ACTIONS(1799), - [anon_sym_short] = ACTIONS(1799), - [sym_primitive_type] = ACTIONS(1799), - [anon_sym_enum] = ACTIONS(1799), - [anon_sym_class] = ACTIONS(1799), - [anon_sym_struct] = ACTIONS(1799), - [anon_sym_union] = ACTIONS(1799), - [anon_sym_if] = ACTIONS(1799), - [anon_sym_switch] = ACTIONS(1799), - [anon_sym_case] = ACTIONS(1799), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1799), - [anon_sym_do] = ACTIONS(1799), - [anon_sym_for] = ACTIONS(1799), - [anon_sym_return] = ACTIONS(1799), - [anon_sym_break] = ACTIONS(1799), - [anon_sym_continue] = ACTIONS(1799), - [anon_sym_goto] = ACTIONS(1799), - [anon_sym_DASH_DASH] = ACTIONS(1801), - [anon_sym_PLUS_PLUS] = ACTIONS(1801), - [anon_sym_sizeof] = ACTIONS(1799), - [sym_number_literal] = ACTIONS(1801), - [anon_sym_L_SQUOTE] = ACTIONS(1801), - [anon_sym_u_SQUOTE] = ACTIONS(1801), - [anon_sym_U_SQUOTE] = ACTIONS(1801), - [anon_sym_u8_SQUOTE] = ACTIONS(1801), - [anon_sym_SQUOTE] = ACTIONS(1801), - [anon_sym_L_DQUOTE] = ACTIONS(1801), - [anon_sym_u_DQUOTE] = ACTIONS(1801), - [anon_sym_U_DQUOTE] = ACTIONS(1801), - [anon_sym_u8_DQUOTE] = ACTIONS(1801), - [anon_sym_DQUOTE] = ACTIONS(1801), - [sym_true] = ACTIONS(1799), - [sym_false] = ACTIONS(1799), - [sym_null] = ACTIONS(1799), + [anon_sym_decltype] = ACTIONS(1875), + [anon_sym_virtual] = ACTIONS(1875), + [anon_sym_explicit] = ACTIONS(1875), + [sym_auto] = ACTIONS(1875), + [anon_sym_typename] = ACTIONS(1875), + [anon_sym_template] = ACTIONS(1875), + [anon_sym_operator] = ACTIONS(1875), + [anon_sym_delete] = ACTIONS(1875), + [anon_sym_throw] = ACTIONS(1875), + [anon_sym_namespace] = ACTIONS(1875), + [anon_sym_using] = ACTIONS(1875), + [anon_sym_static_assert] = ACTIONS(1875), + [anon_sym_co_return] = ACTIONS(1875), + [anon_sym_co_yield] = ACTIONS(1875), + [anon_sym_try] = ACTIONS(1875), + [anon_sym_co_await] = ACTIONS(1875), + [anon_sym_new] = ACTIONS(1875), + [sym_this] = ACTIONS(1875), + [sym_nullptr] = ACTIONS(1875), + [sym_alone_macro] = ACTIONS(1877), + [aux_sym_alone_macro_call_token1] = ACTIONS(1875), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_FORWARD] = ACTIONS(1875), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_PS_GET] = ACTIONS(1875), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), + [anon_sym_MOZ_COLD] = ACTIONS(1875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_RAII] = ACTIONS(1875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), + [sym_raw_string_literal] = ACTIONS(1877), + }, + [523] = { + [ts_builtin_sym_end] = ACTIONS(1717), + [sym_identifier] = ACTIONS(1715), + [aux_sym_preproc_include_token1] = ACTIONS(1715), + [aux_sym_preproc_def_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_LPAREN2] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_STAR] = ACTIONS(1717), + [anon_sym_AMP_AMP] = ACTIONS(1717), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_typedef] = ACTIONS(1715), + [anon_sym_extern] = ACTIONS(1715), + [anon_sym___attribute__] = ACTIONS(1715), + [anon_sym_COLON_COLON] = ACTIONS(1717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), + [anon_sym___declspec] = ACTIONS(1715), + [anon_sym___based] = ACTIONS(1715), + [anon_sym___cdecl] = ACTIONS(1715), + [anon_sym___clrcall] = ACTIONS(1715), + [anon_sym___stdcall] = ACTIONS(1715), + [anon_sym___fastcall] = ACTIONS(1715), + [anon_sym___thiscall] = ACTIONS(1715), + [anon_sym___vectorcall] = ACTIONS(1715), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1715), + [anon_sym_register] = ACTIONS(1715), + [anon_sym_inline] = ACTIONS(1715), + [anon_sym_thread_local] = ACTIONS(1715), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_volatile] = ACTIONS(1715), + [anon_sym_restrict] = ACTIONS(1715), + [anon_sym__Atomic] = ACTIONS(1715), + [anon_sym_mutable] = ACTIONS(1715), + [anon_sym_constexpr] = ACTIONS(1715), + [anon_sym_signed] = ACTIONS(1715), + [anon_sym_unsigned] = ACTIONS(1715), + [anon_sym_long] = ACTIONS(1715), + [anon_sym_short] = ACTIONS(1715), + [sym_primitive_type] = ACTIONS(1715), + [anon_sym_enum] = ACTIONS(1715), + [anon_sym_class] = ACTIONS(1715), + [anon_sym_struct] = ACTIONS(1715), + [anon_sym_union] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_do] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_continue] = ACTIONS(1715), + [anon_sym_goto] = ACTIONS(1715), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_sizeof] = ACTIONS(1715), + [sym_number_literal] = ACTIONS(1717), + [anon_sym_L_SQUOTE] = ACTIONS(1717), + [anon_sym_u_SQUOTE] = ACTIONS(1717), + [anon_sym_U_SQUOTE] = ACTIONS(1717), + [anon_sym_u8_SQUOTE] = ACTIONS(1717), + [anon_sym_SQUOTE] = ACTIONS(1717), + [anon_sym_L_DQUOTE] = ACTIONS(1717), + [anon_sym_u_DQUOTE] = ACTIONS(1717), + [anon_sym_U_DQUOTE] = ACTIONS(1717), + [anon_sym_u8_DQUOTE] = ACTIONS(1717), + [anon_sym_DQUOTE] = ACTIONS(1717), + [sym_true] = ACTIONS(1715), + [sym_false] = ACTIONS(1715), + [sym_null] = ACTIONS(1715), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1799), - [anon_sym_virtual] = ACTIONS(1799), - [anon_sym_explicit] = ACTIONS(1799), - [sym_auto] = ACTIONS(1799), - [anon_sym_typename] = ACTIONS(1799), - [anon_sym_template] = ACTIONS(1799), - [anon_sym_operator] = ACTIONS(1799), - [anon_sym_delete] = ACTIONS(1799), - [anon_sym_throw] = ACTIONS(1799), - [anon_sym_namespace] = ACTIONS(1799), - [anon_sym_using] = ACTIONS(1799), - [anon_sym_static_assert] = ACTIONS(1799), - [anon_sym_co_return] = ACTIONS(1799), - [anon_sym_co_yield] = ACTIONS(1799), - [anon_sym_try] = ACTIONS(1799), - [anon_sym_co_await] = ACTIONS(1799), - [anon_sym_new] = ACTIONS(1799), - [sym_this] = ACTIONS(1799), - [sym_nullptr] = ACTIONS(1799), - [sym_alone_macro] = ACTIONS(1801), - [aux_sym_alone_macro_call_token1] = ACTIONS(1799), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_FORWARD] = ACTIONS(1799), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_PS_GET] = ACTIONS(1799), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), - [anon_sym_MOZ_COLD] = ACTIONS(1799), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_RAII] = ACTIONS(1799), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), - [sym_raw_string_literal] = ACTIONS(1801), + [anon_sym_decltype] = ACTIONS(1715), + [anon_sym_virtual] = ACTIONS(1715), + [anon_sym_explicit] = ACTIONS(1715), + [sym_auto] = ACTIONS(1715), + [anon_sym_typename] = ACTIONS(1715), + [anon_sym_template] = ACTIONS(1715), + [anon_sym_operator] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_throw] = ACTIONS(1715), + [anon_sym_namespace] = ACTIONS(1715), + [anon_sym_using] = ACTIONS(1715), + [anon_sym_static_assert] = ACTIONS(1715), + [anon_sym_co_return] = ACTIONS(1715), + [anon_sym_co_yield] = ACTIONS(1715), + [anon_sym_try] = ACTIONS(1715), + [anon_sym_co_await] = ACTIONS(1715), + [anon_sym_new] = ACTIONS(1715), + [sym_this] = ACTIONS(1715), + [sym_nullptr] = ACTIONS(1715), + [sym_alone_macro] = ACTIONS(1717), + [aux_sym_alone_macro_call_token1] = ACTIONS(1715), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_FORWARD] = ACTIONS(1715), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_PS_GET] = ACTIONS(1715), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), + [anon_sym_MOZ_COLD] = ACTIONS(1715), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_RAII] = ACTIONS(1715), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), + [sym_raw_string_literal] = ACTIONS(1717), }, - [535] = { - [ts_builtin_sym_end] = ACTIONS(1909), - [sym_identifier] = ACTIONS(1907), - [aux_sym_preproc_include_token1] = ACTIONS(1907), - [aux_sym_preproc_def_token1] = ACTIONS(1907), - [aux_sym_preproc_if_token1] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1907), - [sym_preproc_directive] = ACTIONS(1907), - [anon_sym_LPAREN2] = ACTIONS(1909), - [anon_sym_BANG] = ACTIONS(1909), - [anon_sym_TILDE] = ACTIONS(1909), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_STAR] = ACTIONS(1909), - [anon_sym_AMP_AMP] = ACTIONS(1909), - [anon_sym_AMP] = ACTIONS(1907), - [anon_sym_SEMI] = ACTIONS(1909), - [anon_sym_typedef] = ACTIONS(1907), - [anon_sym_extern] = ACTIONS(1907), - [anon_sym___attribute__] = ACTIONS(1907), - [anon_sym_COLON_COLON] = ACTIONS(1909), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1909), - [anon_sym___declspec] = ACTIONS(1907), - [anon_sym___based] = ACTIONS(1907), - [anon_sym___cdecl] = ACTIONS(1907), - [anon_sym___clrcall] = ACTIONS(1907), - [anon_sym___stdcall] = ACTIONS(1907), - [anon_sym___fastcall] = ACTIONS(1907), - [anon_sym___thiscall] = ACTIONS(1907), - [anon_sym___vectorcall] = ACTIONS(1907), - [anon_sym_LBRACE] = ACTIONS(1909), - [anon_sym_LBRACK] = ACTIONS(1907), - [anon_sym_static] = ACTIONS(1907), - [anon_sym_register] = ACTIONS(1907), - [anon_sym_inline] = ACTIONS(1907), - [anon_sym_thread_local] = ACTIONS(1907), - [anon_sym_const] = ACTIONS(1907), - [anon_sym_volatile] = ACTIONS(1907), - [anon_sym_restrict] = ACTIONS(1907), - [anon_sym__Atomic] = ACTIONS(1907), - [anon_sym_mutable] = ACTIONS(1907), - [anon_sym_constexpr] = ACTIONS(1907), - [anon_sym_signed] = ACTIONS(1907), - [anon_sym_unsigned] = ACTIONS(1907), - [anon_sym_long] = ACTIONS(1907), - [anon_sym_short] = ACTIONS(1907), - [sym_primitive_type] = ACTIONS(1907), - [anon_sym_enum] = ACTIONS(1907), - [anon_sym_class] = ACTIONS(1907), - [anon_sym_struct] = ACTIONS(1907), - [anon_sym_union] = ACTIONS(1907), - [anon_sym_if] = ACTIONS(1907), - [anon_sym_switch] = ACTIONS(1907), - [anon_sym_case] = ACTIONS(1907), - [anon_sym_default] = ACTIONS(1907), - [anon_sym_while] = ACTIONS(1907), - [anon_sym_do] = ACTIONS(1907), - [anon_sym_for] = ACTIONS(1907), - [anon_sym_return] = ACTIONS(1907), - [anon_sym_break] = ACTIONS(1907), - [anon_sym_continue] = ACTIONS(1907), - [anon_sym_goto] = ACTIONS(1907), - [anon_sym_DASH_DASH] = ACTIONS(1909), - [anon_sym_PLUS_PLUS] = ACTIONS(1909), - [anon_sym_sizeof] = ACTIONS(1907), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1909), - [anon_sym_u_SQUOTE] = ACTIONS(1909), - [anon_sym_U_SQUOTE] = ACTIONS(1909), - [anon_sym_u8_SQUOTE] = ACTIONS(1909), - [anon_sym_SQUOTE] = ACTIONS(1909), - [anon_sym_L_DQUOTE] = ACTIONS(1909), - [anon_sym_u_DQUOTE] = ACTIONS(1909), - [anon_sym_U_DQUOTE] = ACTIONS(1909), - [anon_sym_u8_DQUOTE] = ACTIONS(1909), - [anon_sym_DQUOTE] = ACTIONS(1909), - [sym_true] = ACTIONS(1907), - [sym_false] = ACTIONS(1907), - [sym_null] = ACTIONS(1907), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1907), - [anon_sym_virtual] = ACTIONS(1907), - [anon_sym_explicit] = ACTIONS(1907), - [sym_auto] = ACTIONS(1907), - [anon_sym_typename] = ACTIONS(1907), - [anon_sym_template] = ACTIONS(1907), - [anon_sym_operator] = ACTIONS(1907), - [anon_sym_delete] = ACTIONS(1907), - [anon_sym_throw] = ACTIONS(1907), - [anon_sym_namespace] = ACTIONS(1907), - [anon_sym_using] = ACTIONS(1907), - [anon_sym_static_assert] = ACTIONS(1907), - [anon_sym_co_return] = ACTIONS(1907), - [anon_sym_co_yield] = ACTIONS(1907), - [anon_sym_try] = ACTIONS(1907), - [anon_sym_co_await] = ACTIONS(1907), - [anon_sym_new] = ACTIONS(1907), - [sym_this] = ACTIONS(1907), - [sym_nullptr] = ACTIONS(1907), - [sym_alone_macro] = ACTIONS(1909), - [aux_sym_alone_macro_call_token1] = ACTIONS(1907), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_FORWARD] = ACTIONS(1907), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1907), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_PS_GET] = ACTIONS(1907), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1907), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1907), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1907), - [anon_sym_MOZ_COLD] = ACTIONS(1907), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1907), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1907), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1907), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1907), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1907), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1907), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1907), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1907), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1907), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1907), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1907), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1907), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_RAII] = ACTIONS(1907), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1907), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1907), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1907), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1907), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1907), - [sym_raw_string_literal] = ACTIONS(1909), + [524] = { + [ts_builtin_sym_end] = ACTIONS(1721), + [sym_identifier] = ACTIONS(1719), + [aux_sym_preproc_include_token1] = ACTIONS(1719), + [aux_sym_preproc_def_token1] = ACTIONS(1719), + [aux_sym_preproc_if_token1] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), + [sym_preproc_directive] = ACTIONS(1719), + [anon_sym_LPAREN2] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_STAR] = ACTIONS(1721), + [anon_sym_AMP_AMP] = ACTIONS(1721), + [anon_sym_AMP] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_typedef] = ACTIONS(1719), + [anon_sym_extern] = ACTIONS(1719), + [anon_sym___attribute__] = ACTIONS(1719), + [anon_sym_COLON_COLON] = ACTIONS(1721), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), + [anon_sym___declspec] = ACTIONS(1719), + [anon_sym___based] = ACTIONS(1719), + [anon_sym___cdecl] = ACTIONS(1719), + [anon_sym___clrcall] = ACTIONS(1719), + [anon_sym___stdcall] = ACTIONS(1719), + [anon_sym___fastcall] = ACTIONS(1719), + [anon_sym___thiscall] = ACTIONS(1719), + [anon_sym___vectorcall] = ACTIONS(1719), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_static] = ACTIONS(1719), + [anon_sym_register] = ACTIONS(1719), + [anon_sym_inline] = ACTIONS(1719), + [anon_sym_thread_local] = ACTIONS(1719), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_volatile] = ACTIONS(1719), + [anon_sym_restrict] = ACTIONS(1719), + [anon_sym__Atomic] = ACTIONS(1719), + [anon_sym_mutable] = ACTIONS(1719), + [anon_sym_constexpr] = ACTIONS(1719), + [anon_sym_signed] = ACTIONS(1719), + [anon_sym_unsigned] = ACTIONS(1719), + [anon_sym_long] = ACTIONS(1719), + [anon_sym_short] = ACTIONS(1719), + [sym_primitive_type] = ACTIONS(1719), + [anon_sym_enum] = ACTIONS(1719), + [anon_sym_class] = ACTIONS(1719), + [anon_sym_struct] = ACTIONS(1719), + [anon_sym_union] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_do] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_continue] = ACTIONS(1719), + [anon_sym_goto] = ACTIONS(1719), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_sizeof] = ACTIONS(1719), + [sym_number_literal] = ACTIONS(1721), + [anon_sym_L_SQUOTE] = ACTIONS(1721), + [anon_sym_u_SQUOTE] = ACTIONS(1721), + [anon_sym_U_SQUOTE] = ACTIONS(1721), + [anon_sym_u8_SQUOTE] = ACTIONS(1721), + [anon_sym_SQUOTE] = ACTIONS(1721), + [anon_sym_L_DQUOTE] = ACTIONS(1721), + [anon_sym_u_DQUOTE] = ACTIONS(1721), + [anon_sym_U_DQUOTE] = ACTIONS(1721), + [anon_sym_u8_DQUOTE] = ACTIONS(1721), + [anon_sym_DQUOTE] = ACTIONS(1721), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1719), + [anon_sym_virtual] = ACTIONS(1719), + [anon_sym_explicit] = ACTIONS(1719), + [sym_auto] = ACTIONS(1719), + [anon_sym_typename] = ACTIONS(1719), + [anon_sym_template] = ACTIONS(1719), + [anon_sym_operator] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_throw] = ACTIONS(1719), + [anon_sym_namespace] = ACTIONS(1719), + [anon_sym_using] = ACTIONS(1719), + [anon_sym_static_assert] = ACTIONS(1719), + [anon_sym_co_return] = ACTIONS(1719), + [anon_sym_co_yield] = ACTIONS(1719), + [anon_sym_try] = ACTIONS(1719), + [anon_sym_co_await] = ACTIONS(1719), + [anon_sym_new] = ACTIONS(1719), + [sym_this] = ACTIONS(1719), + [sym_nullptr] = ACTIONS(1719), + [sym_alone_macro] = ACTIONS(1721), + [aux_sym_alone_macro_call_token1] = ACTIONS(1719), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_FORWARD] = ACTIONS(1719), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_PS_GET] = ACTIONS(1719), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), + [anon_sym_MOZ_COLD] = ACTIONS(1719), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_RAII] = ACTIONS(1719), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), + [sym_raw_string_literal] = ACTIONS(1721), }, - [536] = { - [sym_identifier] = ACTIONS(1731), - [aux_sym_preproc_include_token1] = ACTIONS(1731), - [aux_sym_preproc_def_token1] = ACTIONS(1731), - [aux_sym_preproc_if_token1] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), - [sym_preproc_directive] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1733), - [anon_sym_BANG] = ACTIONS(1733), - [anon_sym_TILDE] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1731), - [anon_sym_PLUS] = ACTIONS(1731), - [anon_sym_STAR] = ACTIONS(1733), - [anon_sym_AMP_AMP] = ACTIONS(1733), - [anon_sym_AMP] = ACTIONS(1731), - [anon_sym_SEMI] = ACTIONS(1733), - [anon_sym_typedef] = ACTIONS(1731), - [anon_sym_extern] = ACTIONS(1731), - [anon_sym___attribute__] = ACTIONS(1731), - [anon_sym_COLON_COLON] = ACTIONS(1733), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), - [anon_sym___declspec] = ACTIONS(1731), - [anon_sym___based] = ACTIONS(1731), - [anon_sym___cdecl] = ACTIONS(1731), - [anon_sym___clrcall] = ACTIONS(1731), - [anon_sym___stdcall] = ACTIONS(1731), - [anon_sym___fastcall] = ACTIONS(1731), - [anon_sym___thiscall] = ACTIONS(1731), - [anon_sym___vectorcall] = ACTIONS(1731), - [anon_sym_LBRACE] = ACTIONS(1733), - [anon_sym_RBRACE] = ACTIONS(1733), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_static] = ACTIONS(1731), - [anon_sym_register] = ACTIONS(1731), - [anon_sym_inline] = ACTIONS(1731), - [anon_sym_thread_local] = ACTIONS(1731), - [anon_sym_const] = ACTIONS(1731), - [anon_sym_volatile] = ACTIONS(1731), - [anon_sym_restrict] = ACTIONS(1731), - [anon_sym__Atomic] = ACTIONS(1731), - [anon_sym_mutable] = ACTIONS(1731), - [anon_sym_constexpr] = ACTIONS(1731), - [anon_sym_signed] = ACTIONS(1731), - [anon_sym_unsigned] = ACTIONS(1731), - [anon_sym_long] = ACTIONS(1731), - [anon_sym_short] = ACTIONS(1731), - [sym_primitive_type] = ACTIONS(1731), - [anon_sym_enum] = ACTIONS(1731), - [anon_sym_class] = ACTIONS(1731), - [anon_sym_struct] = ACTIONS(1731), - [anon_sym_union] = ACTIONS(1731), - [anon_sym_if] = ACTIONS(1731), - [anon_sym_switch] = ACTIONS(1731), - [anon_sym_case] = ACTIONS(1731), - [anon_sym_default] = ACTIONS(1731), - [anon_sym_while] = ACTIONS(1731), - [anon_sym_do] = ACTIONS(1731), - [anon_sym_for] = ACTIONS(1731), - [anon_sym_return] = ACTIONS(1731), - [anon_sym_break] = ACTIONS(1731), - [anon_sym_continue] = ACTIONS(1731), - [anon_sym_goto] = ACTIONS(1731), - [anon_sym_DASH_DASH] = ACTIONS(1733), - [anon_sym_PLUS_PLUS] = ACTIONS(1733), - [anon_sym_sizeof] = ACTIONS(1731), - [sym_number_literal] = ACTIONS(1733), - [anon_sym_L_SQUOTE] = ACTIONS(1733), - [anon_sym_u_SQUOTE] = ACTIONS(1733), - [anon_sym_U_SQUOTE] = ACTIONS(1733), - [anon_sym_u8_SQUOTE] = ACTIONS(1733), - [anon_sym_SQUOTE] = ACTIONS(1733), - [anon_sym_L_DQUOTE] = ACTIONS(1733), - [anon_sym_u_DQUOTE] = ACTIONS(1733), - [anon_sym_U_DQUOTE] = ACTIONS(1733), - [anon_sym_u8_DQUOTE] = ACTIONS(1733), - [anon_sym_DQUOTE] = ACTIONS(1733), - [sym_true] = ACTIONS(1731), - [sym_false] = ACTIONS(1731), - [sym_null] = ACTIONS(1731), + [525] = { + [sym_identifier] = ACTIONS(1783), + [aux_sym_preproc_include_token1] = ACTIONS(1783), + [aux_sym_preproc_def_token1] = ACTIONS(1783), + [aux_sym_preproc_if_token1] = ACTIONS(1783), + [aux_sym_preproc_if_token2] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), + [sym_preproc_directive] = ACTIONS(1783), + [anon_sym_LPAREN2] = ACTIONS(1785), + [anon_sym_BANG] = ACTIONS(1785), + [anon_sym_TILDE] = ACTIONS(1785), + [anon_sym_DASH] = ACTIONS(1783), + [anon_sym_PLUS] = ACTIONS(1783), + [anon_sym_STAR] = ACTIONS(1785), + [anon_sym_AMP_AMP] = ACTIONS(1785), + [anon_sym_AMP] = ACTIONS(1783), + [anon_sym_SEMI] = ACTIONS(1785), + [anon_sym_typedef] = ACTIONS(1783), + [anon_sym_extern] = ACTIONS(1783), + [anon_sym___attribute__] = ACTIONS(1783), + [anon_sym_COLON_COLON] = ACTIONS(1785), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), + [anon_sym___declspec] = ACTIONS(1783), + [anon_sym___based] = ACTIONS(1783), + [anon_sym___cdecl] = ACTIONS(1783), + [anon_sym___clrcall] = ACTIONS(1783), + [anon_sym___stdcall] = ACTIONS(1783), + [anon_sym___fastcall] = ACTIONS(1783), + [anon_sym___thiscall] = ACTIONS(1783), + [anon_sym___vectorcall] = ACTIONS(1783), + [anon_sym_LBRACE] = ACTIONS(1785), + [anon_sym_LBRACK] = ACTIONS(1783), + [anon_sym_static] = ACTIONS(1783), + [anon_sym_register] = ACTIONS(1783), + [anon_sym_inline] = ACTIONS(1783), + [anon_sym_thread_local] = ACTIONS(1783), + [anon_sym_const] = ACTIONS(1783), + [anon_sym_volatile] = ACTIONS(1783), + [anon_sym_restrict] = ACTIONS(1783), + [anon_sym__Atomic] = ACTIONS(1783), + [anon_sym_mutable] = ACTIONS(1783), + [anon_sym_constexpr] = ACTIONS(1783), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [sym_primitive_type] = ACTIONS(1783), + [anon_sym_enum] = ACTIONS(1783), + [anon_sym_class] = ACTIONS(1783), + [anon_sym_struct] = ACTIONS(1783), + [anon_sym_union] = ACTIONS(1783), + [anon_sym_if] = ACTIONS(1783), + [anon_sym_switch] = ACTIONS(1783), + [anon_sym_case] = ACTIONS(1783), + [anon_sym_default] = ACTIONS(1783), + [anon_sym_while] = ACTIONS(1783), + [anon_sym_do] = ACTIONS(1783), + [anon_sym_for] = ACTIONS(1783), + [anon_sym_return] = ACTIONS(1783), + [anon_sym_break] = ACTIONS(1783), + [anon_sym_continue] = ACTIONS(1783), + [anon_sym_goto] = ACTIONS(1783), + [anon_sym_DASH_DASH] = ACTIONS(1785), + [anon_sym_PLUS_PLUS] = ACTIONS(1785), + [anon_sym_sizeof] = ACTIONS(1783), + [sym_number_literal] = ACTIONS(1785), + [anon_sym_L_SQUOTE] = ACTIONS(1785), + [anon_sym_u_SQUOTE] = ACTIONS(1785), + [anon_sym_U_SQUOTE] = ACTIONS(1785), + [anon_sym_u8_SQUOTE] = ACTIONS(1785), + [anon_sym_SQUOTE] = ACTIONS(1785), + [anon_sym_L_DQUOTE] = ACTIONS(1785), + [anon_sym_u_DQUOTE] = ACTIONS(1785), + [anon_sym_U_DQUOTE] = ACTIONS(1785), + [anon_sym_u8_DQUOTE] = ACTIONS(1785), + [anon_sym_DQUOTE] = ACTIONS(1785), + [sym_true] = ACTIONS(1783), + [sym_false] = ACTIONS(1783), + [sym_null] = ACTIONS(1783), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1731), - [anon_sym_virtual] = ACTIONS(1731), - [anon_sym_explicit] = ACTIONS(1731), - [sym_auto] = ACTIONS(1731), - [anon_sym_typename] = ACTIONS(1731), - [anon_sym_template] = ACTIONS(1731), - [anon_sym_operator] = ACTIONS(1731), - [anon_sym_delete] = ACTIONS(1731), - [anon_sym_throw] = ACTIONS(1731), - [anon_sym_namespace] = ACTIONS(1731), - [anon_sym_using] = ACTIONS(1731), - [anon_sym_static_assert] = ACTIONS(1731), - [anon_sym_co_return] = ACTIONS(1731), - [anon_sym_co_yield] = ACTIONS(1731), - [anon_sym_try] = ACTIONS(1731), - [anon_sym_co_await] = ACTIONS(1731), - [anon_sym_new] = ACTIONS(1731), - [sym_this] = ACTIONS(1731), - [sym_nullptr] = ACTIONS(1731), - [sym_alone_macro] = ACTIONS(1733), - [aux_sym_alone_macro_call_token1] = ACTIONS(1731), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_FORWARD] = ACTIONS(1731), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_PS_GET] = ACTIONS(1731), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), - [anon_sym_MOZ_COLD] = ACTIONS(1731), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_RAII] = ACTIONS(1731), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), - [sym_raw_string_literal] = ACTIONS(1733), + [anon_sym_decltype] = ACTIONS(1783), + [anon_sym_virtual] = ACTIONS(1783), + [anon_sym_explicit] = ACTIONS(1783), + [sym_auto] = ACTIONS(1783), + [anon_sym_typename] = ACTIONS(1783), + [anon_sym_template] = ACTIONS(1783), + [anon_sym_operator] = ACTIONS(1783), + [anon_sym_delete] = ACTIONS(1783), + [anon_sym_throw] = ACTIONS(1783), + [anon_sym_namespace] = ACTIONS(1783), + [anon_sym_using] = ACTIONS(1783), + [anon_sym_static_assert] = ACTIONS(1783), + [anon_sym_co_return] = ACTIONS(1783), + [anon_sym_co_yield] = ACTIONS(1783), + [anon_sym_try] = ACTIONS(1783), + [anon_sym_co_await] = ACTIONS(1783), + [anon_sym_new] = ACTIONS(1783), + [sym_this] = ACTIONS(1783), + [sym_nullptr] = ACTIONS(1783), + [sym_alone_macro] = ACTIONS(1785), + [aux_sym_alone_macro_call_token1] = ACTIONS(1783), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_FORWARD] = ACTIONS(1783), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_PS_GET] = ACTIONS(1783), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), + [anon_sym_MOZ_COLD] = ACTIONS(1783), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_RAII] = ACTIONS(1783), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), + [sym_raw_string_literal] = ACTIONS(1785), }, - [537] = { - [sym_identifier] = ACTIONS(1779), - [aux_sym_preproc_include_token1] = ACTIONS(1779), - [aux_sym_preproc_def_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token2] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), - [sym_preproc_directive] = ACTIONS(1779), - [anon_sym_LPAREN2] = ACTIONS(1781), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_TILDE] = ACTIONS(1781), - [anon_sym_DASH] = ACTIONS(1779), - [anon_sym_PLUS] = ACTIONS(1779), - [anon_sym_STAR] = ACTIONS(1781), - [anon_sym_AMP_AMP] = ACTIONS(1781), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_SEMI] = ACTIONS(1781), - [anon_sym_typedef] = ACTIONS(1779), - [anon_sym_extern] = ACTIONS(1779), - [anon_sym___attribute__] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1781), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), - [anon_sym___declspec] = ACTIONS(1779), - [anon_sym___based] = ACTIONS(1779), - [anon_sym___cdecl] = ACTIONS(1779), - [anon_sym___clrcall] = ACTIONS(1779), - [anon_sym___stdcall] = ACTIONS(1779), - [anon_sym___fastcall] = ACTIONS(1779), - [anon_sym___thiscall] = ACTIONS(1779), - [anon_sym___vectorcall] = ACTIONS(1779), - [anon_sym_LBRACE] = ACTIONS(1781), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_static] = ACTIONS(1779), - [anon_sym_register] = ACTIONS(1779), - [anon_sym_inline] = ACTIONS(1779), - [anon_sym_thread_local] = ACTIONS(1779), - [anon_sym_const] = ACTIONS(1779), - [anon_sym_volatile] = ACTIONS(1779), - [anon_sym_restrict] = ACTIONS(1779), - [anon_sym__Atomic] = ACTIONS(1779), - [anon_sym_mutable] = ACTIONS(1779), - [anon_sym_constexpr] = ACTIONS(1779), - [anon_sym_signed] = ACTIONS(1779), - [anon_sym_unsigned] = ACTIONS(1779), - [anon_sym_long] = ACTIONS(1779), - [anon_sym_short] = ACTIONS(1779), - [sym_primitive_type] = ACTIONS(1779), - [anon_sym_enum] = ACTIONS(1779), - [anon_sym_class] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1779), - [anon_sym_union] = ACTIONS(1779), - [anon_sym_if] = ACTIONS(1779), - [anon_sym_switch] = ACTIONS(1779), - [anon_sym_case] = ACTIONS(1779), - [anon_sym_default] = ACTIONS(1779), - [anon_sym_while] = ACTIONS(1779), - [anon_sym_do] = ACTIONS(1779), - [anon_sym_for] = ACTIONS(1779), - [anon_sym_return] = ACTIONS(1779), - [anon_sym_break] = ACTIONS(1779), - [anon_sym_continue] = ACTIONS(1779), - [anon_sym_goto] = ACTIONS(1779), - [anon_sym_DASH_DASH] = ACTIONS(1781), - [anon_sym_PLUS_PLUS] = ACTIONS(1781), - [anon_sym_sizeof] = ACTIONS(1779), - [sym_number_literal] = ACTIONS(1781), - [anon_sym_L_SQUOTE] = ACTIONS(1781), - [anon_sym_u_SQUOTE] = ACTIONS(1781), - [anon_sym_U_SQUOTE] = ACTIONS(1781), - [anon_sym_u8_SQUOTE] = ACTIONS(1781), - [anon_sym_SQUOTE] = ACTIONS(1781), - [anon_sym_L_DQUOTE] = ACTIONS(1781), - [anon_sym_u_DQUOTE] = ACTIONS(1781), - [anon_sym_U_DQUOTE] = ACTIONS(1781), - [anon_sym_u8_DQUOTE] = ACTIONS(1781), - [anon_sym_DQUOTE] = ACTIONS(1781), - [sym_true] = ACTIONS(1779), - [sym_false] = ACTIONS(1779), - [sym_null] = ACTIONS(1779), + [526] = { + [ts_builtin_sym_end] = ACTIONS(1729), + [sym_identifier] = ACTIONS(1727), + [aux_sym_preproc_include_token1] = ACTIONS(1727), + [aux_sym_preproc_def_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), + [sym_preproc_directive] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_STAR] = ACTIONS(1729), + [anon_sym_AMP_AMP] = ACTIONS(1729), + [anon_sym_AMP] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_typedef] = ACTIONS(1727), + [anon_sym_extern] = ACTIONS(1727), + [anon_sym___attribute__] = ACTIONS(1727), + [anon_sym_COLON_COLON] = ACTIONS(1729), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), + [anon_sym___declspec] = ACTIONS(1727), + [anon_sym___based] = ACTIONS(1727), + [anon_sym___cdecl] = ACTIONS(1727), + [anon_sym___clrcall] = ACTIONS(1727), + [anon_sym___stdcall] = ACTIONS(1727), + [anon_sym___fastcall] = ACTIONS(1727), + [anon_sym___thiscall] = ACTIONS(1727), + [anon_sym___vectorcall] = ACTIONS(1727), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_static] = ACTIONS(1727), + [anon_sym_register] = ACTIONS(1727), + [anon_sym_inline] = ACTIONS(1727), + [anon_sym_thread_local] = ACTIONS(1727), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_volatile] = ACTIONS(1727), + [anon_sym_restrict] = ACTIONS(1727), + [anon_sym__Atomic] = ACTIONS(1727), + [anon_sym_mutable] = ACTIONS(1727), + [anon_sym_constexpr] = ACTIONS(1727), + [anon_sym_signed] = ACTIONS(1727), + [anon_sym_unsigned] = ACTIONS(1727), + [anon_sym_long] = ACTIONS(1727), + [anon_sym_short] = ACTIONS(1727), + [sym_primitive_type] = ACTIONS(1727), + [anon_sym_enum] = ACTIONS(1727), + [anon_sym_class] = ACTIONS(1727), + [anon_sym_struct] = ACTIONS(1727), + [anon_sym_union] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_do] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_continue] = ACTIONS(1727), + [anon_sym_goto] = ACTIONS(1727), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_sizeof] = ACTIONS(1727), + [sym_number_literal] = ACTIONS(1729), + [anon_sym_L_SQUOTE] = ACTIONS(1729), + [anon_sym_u_SQUOTE] = ACTIONS(1729), + [anon_sym_U_SQUOTE] = ACTIONS(1729), + [anon_sym_u8_SQUOTE] = ACTIONS(1729), + [anon_sym_SQUOTE] = ACTIONS(1729), + [anon_sym_L_DQUOTE] = ACTIONS(1729), + [anon_sym_u_DQUOTE] = ACTIONS(1729), + [anon_sym_U_DQUOTE] = ACTIONS(1729), + [anon_sym_u8_DQUOTE] = ACTIONS(1729), + [anon_sym_DQUOTE] = ACTIONS(1729), + [sym_true] = ACTIONS(1727), + [sym_false] = ACTIONS(1727), + [sym_null] = ACTIONS(1727), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1779), - [anon_sym_virtual] = ACTIONS(1779), - [anon_sym_explicit] = ACTIONS(1779), - [sym_auto] = ACTIONS(1779), - [anon_sym_typename] = ACTIONS(1779), - [anon_sym_template] = ACTIONS(1779), - [anon_sym_operator] = ACTIONS(1779), - [anon_sym_delete] = ACTIONS(1779), - [anon_sym_throw] = ACTIONS(1779), - [anon_sym_namespace] = ACTIONS(1779), - [anon_sym_using] = ACTIONS(1779), - [anon_sym_static_assert] = ACTIONS(1779), - [anon_sym_co_return] = ACTIONS(1779), - [anon_sym_co_yield] = ACTIONS(1779), - [anon_sym_try] = ACTIONS(1779), - [anon_sym_co_await] = ACTIONS(1779), - [anon_sym_new] = ACTIONS(1779), - [sym_this] = ACTIONS(1779), - [sym_nullptr] = ACTIONS(1779), - [sym_alone_macro] = ACTIONS(1781), - [aux_sym_alone_macro_call_token1] = ACTIONS(1779), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_FORWARD] = ACTIONS(1779), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_PS_GET] = ACTIONS(1779), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), - [anon_sym_MOZ_COLD] = ACTIONS(1779), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_RAII] = ACTIONS(1779), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), - [sym_raw_string_literal] = ACTIONS(1781), + [anon_sym_decltype] = ACTIONS(1727), + [anon_sym_virtual] = ACTIONS(1727), + [anon_sym_explicit] = ACTIONS(1727), + [sym_auto] = ACTIONS(1727), + [anon_sym_typename] = ACTIONS(1727), + [anon_sym_template] = ACTIONS(1727), + [anon_sym_operator] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_throw] = ACTIONS(1727), + [anon_sym_namespace] = ACTIONS(1727), + [anon_sym_using] = ACTIONS(1727), + [anon_sym_static_assert] = ACTIONS(1727), + [anon_sym_co_return] = ACTIONS(1727), + [anon_sym_co_yield] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1727), + [anon_sym_co_await] = ACTIONS(1727), + [anon_sym_new] = ACTIONS(1727), + [sym_this] = ACTIONS(1727), + [sym_nullptr] = ACTIONS(1727), + [sym_alone_macro] = ACTIONS(1729), + [aux_sym_alone_macro_call_token1] = ACTIONS(1727), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_FORWARD] = ACTIONS(1727), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_PS_GET] = ACTIONS(1727), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), + [anon_sym_MOZ_COLD] = ACTIONS(1727), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_RAII] = ACTIONS(1727), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), + [sym_raw_string_literal] = ACTIONS(1729), }, - [538] = { - [sym_identifier] = ACTIONS(1715), - [aux_sym_preproc_include_token1] = ACTIONS(1715), - [aux_sym_preproc_def_token1] = ACTIONS(1715), - [aux_sym_preproc_if_token1] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), - [sym_preproc_directive] = ACTIONS(1715), - [anon_sym_LPAREN2] = ACTIONS(1717), - [anon_sym_BANG] = ACTIONS(1717), - [anon_sym_TILDE] = ACTIONS(1717), - [anon_sym_DASH] = ACTIONS(1715), - [anon_sym_PLUS] = ACTIONS(1715), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_AMP_AMP] = ACTIONS(1717), - [anon_sym_AMP] = ACTIONS(1715), - [anon_sym_SEMI] = ACTIONS(1717), - [anon_sym_typedef] = ACTIONS(1715), - [anon_sym_extern] = ACTIONS(1715), - [anon_sym___attribute__] = ACTIONS(1715), - [anon_sym_COLON_COLON] = ACTIONS(1717), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), - [anon_sym___declspec] = ACTIONS(1715), - [anon_sym___based] = ACTIONS(1715), - [anon_sym___cdecl] = ACTIONS(1715), - [anon_sym___clrcall] = ACTIONS(1715), - [anon_sym___stdcall] = ACTIONS(1715), - [anon_sym___fastcall] = ACTIONS(1715), - [anon_sym___thiscall] = ACTIONS(1715), - [anon_sym___vectorcall] = ACTIONS(1715), - [anon_sym_LBRACE] = ACTIONS(1717), - [anon_sym_RBRACE] = ACTIONS(1717), - [anon_sym_LBRACK] = ACTIONS(1715), - [anon_sym_static] = ACTIONS(1715), - [anon_sym_register] = ACTIONS(1715), - [anon_sym_inline] = ACTIONS(1715), - [anon_sym_thread_local] = ACTIONS(1715), - [anon_sym_const] = ACTIONS(1715), - [anon_sym_volatile] = ACTIONS(1715), - [anon_sym_restrict] = ACTIONS(1715), - [anon_sym__Atomic] = ACTIONS(1715), - [anon_sym_mutable] = ACTIONS(1715), - [anon_sym_constexpr] = ACTIONS(1715), - [anon_sym_signed] = ACTIONS(1715), - [anon_sym_unsigned] = ACTIONS(1715), - [anon_sym_long] = ACTIONS(1715), - [anon_sym_short] = ACTIONS(1715), - [sym_primitive_type] = ACTIONS(1715), - [anon_sym_enum] = ACTIONS(1715), - [anon_sym_class] = ACTIONS(1715), - [anon_sym_struct] = ACTIONS(1715), - [anon_sym_union] = ACTIONS(1715), - [anon_sym_if] = ACTIONS(1715), - [anon_sym_switch] = ACTIONS(1715), - [anon_sym_case] = ACTIONS(1715), - [anon_sym_default] = ACTIONS(1715), - [anon_sym_while] = ACTIONS(1715), - [anon_sym_do] = ACTIONS(1715), - [anon_sym_for] = ACTIONS(1715), - [anon_sym_return] = ACTIONS(1715), - [anon_sym_break] = ACTIONS(1715), - [anon_sym_continue] = ACTIONS(1715), - [anon_sym_goto] = ACTIONS(1715), - [anon_sym_DASH_DASH] = ACTIONS(1717), - [anon_sym_PLUS_PLUS] = ACTIONS(1717), - [anon_sym_sizeof] = ACTIONS(1715), - [sym_number_literal] = ACTIONS(1717), - [anon_sym_L_SQUOTE] = ACTIONS(1717), - [anon_sym_u_SQUOTE] = ACTIONS(1717), - [anon_sym_U_SQUOTE] = ACTIONS(1717), - [anon_sym_u8_SQUOTE] = ACTIONS(1717), - [anon_sym_SQUOTE] = ACTIONS(1717), - [anon_sym_L_DQUOTE] = ACTIONS(1717), - [anon_sym_u_DQUOTE] = ACTIONS(1717), - [anon_sym_U_DQUOTE] = ACTIONS(1717), - [anon_sym_u8_DQUOTE] = ACTIONS(1717), - [anon_sym_DQUOTE] = ACTIONS(1717), - [sym_true] = ACTIONS(1715), - [sym_false] = ACTIONS(1715), - [sym_null] = ACTIONS(1715), + [527] = { + [sym_identifier] = ACTIONS(1775), + [aux_sym_preproc_include_token1] = ACTIONS(1775), + [aux_sym_preproc_def_token1] = ACTIONS(1775), + [aux_sym_preproc_if_token1] = ACTIONS(1775), + [aux_sym_preproc_if_token2] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), + [sym_preproc_directive] = ACTIONS(1775), + [anon_sym_LPAREN2] = ACTIONS(1777), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1777), + [anon_sym_AMP_AMP] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1775), + [anon_sym_SEMI] = ACTIONS(1777), + [anon_sym_typedef] = ACTIONS(1775), + [anon_sym_extern] = ACTIONS(1775), + [anon_sym___attribute__] = ACTIONS(1775), + [anon_sym_COLON_COLON] = ACTIONS(1777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), + [anon_sym___declspec] = ACTIONS(1775), + [anon_sym___based] = ACTIONS(1775), + [anon_sym___cdecl] = ACTIONS(1775), + [anon_sym___clrcall] = ACTIONS(1775), + [anon_sym___stdcall] = ACTIONS(1775), + [anon_sym___fastcall] = ACTIONS(1775), + [anon_sym___thiscall] = ACTIONS(1775), + [anon_sym___vectorcall] = ACTIONS(1775), + [anon_sym_LBRACE] = ACTIONS(1777), + [anon_sym_LBRACK] = ACTIONS(1775), + [anon_sym_static] = ACTIONS(1775), + [anon_sym_register] = ACTIONS(1775), + [anon_sym_inline] = ACTIONS(1775), + [anon_sym_thread_local] = ACTIONS(1775), + [anon_sym_const] = ACTIONS(1775), + [anon_sym_volatile] = ACTIONS(1775), + [anon_sym_restrict] = ACTIONS(1775), + [anon_sym__Atomic] = ACTIONS(1775), + [anon_sym_mutable] = ACTIONS(1775), + [anon_sym_constexpr] = ACTIONS(1775), + [anon_sym_signed] = ACTIONS(1775), + [anon_sym_unsigned] = ACTIONS(1775), + [anon_sym_long] = ACTIONS(1775), + [anon_sym_short] = ACTIONS(1775), + [sym_primitive_type] = ACTIONS(1775), + [anon_sym_enum] = ACTIONS(1775), + [anon_sym_class] = ACTIONS(1775), + [anon_sym_struct] = ACTIONS(1775), + [anon_sym_union] = ACTIONS(1775), + [anon_sym_if] = ACTIONS(1775), + [anon_sym_switch] = ACTIONS(1775), + [anon_sym_case] = ACTIONS(1775), + [anon_sym_default] = ACTIONS(1775), + [anon_sym_while] = ACTIONS(1775), + [anon_sym_do] = ACTIONS(1775), + [anon_sym_for] = ACTIONS(1775), + [anon_sym_return] = ACTIONS(1775), + [anon_sym_break] = ACTIONS(1775), + [anon_sym_continue] = ACTIONS(1775), + [anon_sym_goto] = ACTIONS(1775), + [anon_sym_DASH_DASH] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1777), + [anon_sym_sizeof] = ACTIONS(1775), + [sym_number_literal] = ACTIONS(1777), + [anon_sym_L_SQUOTE] = ACTIONS(1777), + [anon_sym_u_SQUOTE] = ACTIONS(1777), + [anon_sym_U_SQUOTE] = ACTIONS(1777), + [anon_sym_u8_SQUOTE] = ACTIONS(1777), + [anon_sym_SQUOTE] = ACTIONS(1777), + [anon_sym_L_DQUOTE] = ACTIONS(1777), + [anon_sym_u_DQUOTE] = ACTIONS(1777), + [anon_sym_U_DQUOTE] = ACTIONS(1777), + [anon_sym_u8_DQUOTE] = ACTIONS(1777), + [anon_sym_DQUOTE] = ACTIONS(1777), + [sym_true] = ACTIONS(1775), + [sym_false] = ACTIONS(1775), + [sym_null] = ACTIONS(1775), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1715), - [anon_sym_virtual] = ACTIONS(1715), - [anon_sym_explicit] = ACTIONS(1715), - [sym_auto] = ACTIONS(1715), - [anon_sym_typename] = ACTIONS(1715), - [anon_sym_template] = ACTIONS(1715), - [anon_sym_operator] = ACTIONS(1715), - [anon_sym_delete] = ACTIONS(1715), - [anon_sym_throw] = ACTIONS(1715), - [anon_sym_namespace] = ACTIONS(1715), - [anon_sym_using] = ACTIONS(1715), - [anon_sym_static_assert] = ACTIONS(1715), - [anon_sym_co_return] = ACTIONS(1715), - [anon_sym_co_yield] = ACTIONS(1715), - [anon_sym_try] = ACTIONS(1715), - [anon_sym_co_await] = ACTIONS(1715), - [anon_sym_new] = ACTIONS(1715), - [sym_this] = ACTIONS(1715), - [sym_nullptr] = ACTIONS(1715), - [sym_alone_macro] = ACTIONS(1717), - [aux_sym_alone_macro_call_token1] = ACTIONS(1715), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_FORWARD] = ACTIONS(1715), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_PS_GET] = ACTIONS(1715), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), - [anon_sym_MOZ_COLD] = ACTIONS(1715), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_RAII] = ACTIONS(1715), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), - [sym_raw_string_literal] = ACTIONS(1717), + [anon_sym_decltype] = ACTIONS(1775), + [anon_sym_virtual] = ACTIONS(1775), + [anon_sym_explicit] = ACTIONS(1775), + [sym_auto] = ACTIONS(1775), + [anon_sym_typename] = ACTIONS(1775), + [anon_sym_template] = ACTIONS(1775), + [anon_sym_operator] = ACTIONS(1775), + [anon_sym_delete] = ACTIONS(1775), + [anon_sym_throw] = ACTIONS(1775), + [anon_sym_namespace] = ACTIONS(1775), + [anon_sym_using] = ACTIONS(1775), + [anon_sym_static_assert] = ACTIONS(1775), + [anon_sym_co_return] = ACTIONS(1775), + [anon_sym_co_yield] = ACTIONS(1775), + [anon_sym_try] = ACTIONS(1775), + [anon_sym_co_await] = ACTIONS(1775), + [anon_sym_new] = ACTIONS(1775), + [sym_this] = ACTIONS(1775), + [sym_nullptr] = ACTIONS(1775), + [sym_alone_macro] = ACTIONS(1777), + [aux_sym_alone_macro_call_token1] = ACTIONS(1775), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_FORWARD] = ACTIONS(1775), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_PS_GET] = ACTIONS(1775), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), + [anon_sym_MOZ_COLD] = ACTIONS(1775), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_RAII] = ACTIONS(1775), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), + [sym_raw_string_literal] = ACTIONS(1777), }, - [539] = { - [sym_identifier] = ACTIONS(1755), - [aux_sym_preproc_include_token1] = ACTIONS(1755), - [aux_sym_preproc_def_token1] = ACTIONS(1755), - [aux_sym_preproc_if_token1] = ACTIONS(1755), - [aux_sym_preproc_if_token2] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), - [sym_preproc_directive] = ACTIONS(1755), - [anon_sym_LPAREN2] = ACTIONS(1757), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1755), - [anon_sym_PLUS] = ACTIONS(1755), - [anon_sym_STAR] = ACTIONS(1757), - [anon_sym_AMP_AMP] = ACTIONS(1757), - [anon_sym_AMP] = ACTIONS(1755), - [anon_sym_SEMI] = ACTIONS(1757), - [anon_sym_typedef] = ACTIONS(1755), - [anon_sym_extern] = ACTIONS(1755), - [anon_sym___attribute__] = ACTIONS(1755), - [anon_sym_COLON_COLON] = ACTIONS(1757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), - [anon_sym___declspec] = ACTIONS(1755), - [anon_sym___based] = ACTIONS(1755), - [anon_sym___cdecl] = ACTIONS(1755), - [anon_sym___clrcall] = ACTIONS(1755), - [anon_sym___stdcall] = ACTIONS(1755), - [anon_sym___fastcall] = ACTIONS(1755), - [anon_sym___thiscall] = ACTIONS(1755), - [anon_sym___vectorcall] = ACTIONS(1755), - [anon_sym_LBRACE] = ACTIONS(1757), - [anon_sym_LBRACK] = ACTIONS(1755), - [anon_sym_static] = ACTIONS(1755), - [anon_sym_register] = ACTIONS(1755), - [anon_sym_inline] = ACTIONS(1755), - [anon_sym_thread_local] = ACTIONS(1755), - [anon_sym_const] = ACTIONS(1755), - [anon_sym_volatile] = ACTIONS(1755), - [anon_sym_restrict] = ACTIONS(1755), - [anon_sym__Atomic] = ACTIONS(1755), - [anon_sym_mutable] = ACTIONS(1755), - [anon_sym_constexpr] = ACTIONS(1755), - [anon_sym_signed] = ACTIONS(1755), - [anon_sym_unsigned] = ACTIONS(1755), - [anon_sym_long] = ACTIONS(1755), - [anon_sym_short] = ACTIONS(1755), - [sym_primitive_type] = ACTIONS(1755), - [anon_sym_enum] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(1755), - [anon_sym_struct] = ACTIONS(1755), - [anon_sym_union] = ACTIONS(1755), - [anon_sym_if] = ACTIONS(1755), - [anon_sym_switch] = ACTIONS(1755), - [anon_sym_case] = ACTIONS(1755), - [anon_sym_default] = ACTIONS(1755), - [anon_sym_while] = ACTIONS(1755), - [anon_sym_do] = ACTIONS(1755), - [anon_sym_for] = ACTIONS(1755), - [anon_sym_return] = ACTIONS(1755), - [anon_sym_break] = ACTIONS(1755), - [anon_sym_continue] = ACTIONS(1755), - [anon_sym_goto] = ACTIONS(1755), - [anon_sym_DASH_DASH] = ACTIONS(1757), - [anon_sym_PLUS_PLUS] = ACTIONS(1757), - [anon_sym_sizeof] = ACTIONS(1755), - [sym_number_literal] = ACTIONS(1757), - [anon_sym_L_SQUOTE] = ACTIONS(1757), - [anon_sym_u_SQUOTE] = ACTIONS(1757), - [anon_sym_U_SQUOTE] = ACTIONS(1757), - [anon_sym_u8_SQUOTE] = ACTIONS(1757), - [anon_sym_SQUOTE] = ACTIONS(1757), - [anon_sym_L_DQUOTE] = ACTIONS(1757), - [anon_sym_u_DQUOTE] = ACTIONS(1757), - [anon_sym_U_DQUOTE] = ACTIONS(1757), - [anon_sym_u8_DQUOTE] = ACTIONS(1757), - [anon_sym_DQUOTE] = ACTIONS(1757), - [sym_true] = ACTIONS(1755), - [sym_false] = ACTIONS(1755), - [sym_null] = ACTIONS(1755), + [528] = { + [ts_builtin_sym_end] = ACTIONS(1865), + [sym_identifier] = ACTIONS(1863), + [aux_sym_preproc_include_token1] = ACTIONS(1863), + [aux_sym_preproc_def_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), + [sym_preproc_directive] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1865), + [anon_sym_BANG] = ACTIONS(1865), + [anon_sym_TILDE] = ACTIONS(1865), + [anon_sym_DASH] = ACTIONS(1863), + [anon_sym_PLUS] = ACTIONS(1863), + [anon_sym_STAR] = ACTIONS(1865), + [anon_sym_AMP_AMP] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1865), + [anon_sym_typedef] = ACTIONS(1863), + [anon_sym_extern] = ACTIONS(1863), + [anon_sym___attribute__] = ACTIONS(1863), + [anon_sym_COLON_COLON] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), + [anon_sym___declspec] = ACTIONS(1863), + [anon_sym___based] = ACTIONS(1863), + [anon_sym___cdecl] = ACTIONS(1863), + [anon_sym___clrcall] = ACTIONS(1863), + [anon_sym___stdcall] = ACTIONS(1863), + [anon_sym___fastcall] = ACTIONS(1863), + [anon_sym___thiscall] = ACTIONS(1863), + [anon_sym___vectorcall] = ACTIONS(1863), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_static] = ACTIONS(1863), + [anon_sym_register] = ACTIONS(1863), + [anon_sym_inline] = ACTIONS(1863), + [anon_sym_thread_local] = ACTIONS(1863), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_volatile] = ACTIONS(1863), + [anon_sym_restrict] = ACTIONS(1863), + [anon_sym__Atomic] = ACTIONS(1863), + [anon_sym_mutable] = ACTIONS(1863), + [anon_sym_constexpr] = ACTIONS(1863), + [anon_sym_signed] = ACTIONS(1863), + [anon_sym_unsigned] = ACTIONS(1863), + [anon_sym_long] = ACTIONS(1863), + [anon_sym_short] = ACTIONS(1863), + [sym_primitive_type] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_class] = ACTIONS(1863), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), + [anon_sym_if] = ACTIONS(1863), + [anon_sym_switch] = ACTIONS(1863), + [anon_sym_case] = ACTIONS(1863), + [anon_sym_default] = ACTIONS(1863), + [anon_sym_while] = ACTIONS(1863), + [anon_sym_do] = ACTIONS(1863), + [anon_sym_for] = ACTIONS(1863), + [anon_sym_return] = ACTIONS(1863), + [anon_sym_break] = ACTIONS(1863), + [anon_sym_continue] = ACTIONS(1863), + [anon_sym_goto] = ACTIONS(1863), + [anon_sym_DASH_DASH] = ACTIONS(1865), + [anon_sym_PLUS_PLUS] = ACTIONS(1865), + [anon_sym_sizeof] = ACTIONS(1863), + [sym_number_literal] = ACTIONS(1865), + [anon_sym_L_SQUOTE] = ACTIONS(1865), + [anon_sym_u_SQUOTE] = ACTIONS(1865), + [anon_sym_U_SQUOTE] = ACTIONS(1865), + [anon_sym_u8_SQUOTE] = ACTIONS(1865), + [anon_sym_SQUOTE] = ACTIONS(1865), + [anon_sym_L_DQUOTE] = ACTIONS(1865), + [anon_sym_u_DQUOTE] = ACTIONS(1865), + [anon_sym_U_DQUOTE] = ACTIONS(1865), + [anon_sym_u8_DQUOTE] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1865), + [sym_true] = ACTIONS(1863), + [sym_false] = ACTIONS(1863), + [sym_null] = ACTIONS(1863), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1755), - [anon_sym_virtual] = ACTIONS(1755), - [anon_sym_explicit] = ACTIONS(1755), - [sym_auto] = ACTIONS(1755), - [anon_sym_typename] = ACTIONS(1755), - [anon_sym_template] = ACTIONS(1755), - [anon_sym_operator] = ACTIONS(1755), - [anon_sym_delete] = ACTIONS(1755), - [anon_sym_throw] = ACTIONS(1755), - [anon_sym_namespace] = ACTIONS(1755), - [anon_sym_using] = ACTIONS(1755), - [anon_sym_static_assert] = ACTIONS(1755), - [anon_sym_co_return] = ACTIONS(1755), - [anon_sym_co_yield] = ACTIONS(1755), - [anon_sym_try] = ACTIONS(1755), - [anon_sym_co_await] = ACTIONS(1755), - [anon_sym_new] = ACTIONS(1755), - [sym_this] = ACTIONS(1755), - [sym_nullptr] = ACTIONS(1755), - [sym_alone_macro] = ACTIONS(1757), - [aux_sym_alone_macro_call_token1] = ACTIONS(1755), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_FORWARD] = ACTIONS(1755), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_PS_GET] = ACTIONS(1755), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), - [anon_sym_MOZ_COLD] = ACTIONS(1755), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_RAII] = ACTIONS(1755), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), - [sym_raw_string_literal] = ACTIONS(1757), + [anon_sym_decltype] = ACTIONS(1863), + [anon_sym_virtual] = ACTIONS(1863), + [anon_sym_explicit] = ACTIONS(1863), + [sym_auto] = ACTIONS(1863), + [anon_sym_typename] = ACTIONS(1863), + [anon_sym_template] = ACTIONS(1863), + [anon_sym_operator] = ACTIONS(1863), + [anon_sym_delete] = ACTIONS(1863), + [anon_sym_throw] = ACTIONS(1863), + [anon_sym_namespace] = ACTIONS(1863), + [anon_sym_using] = ACTIONS(1863), + [anon_sym_static_assert] = ACTIONS(1863), + [anon_sym_co_return] = ACTIONS(1863), + [anon_sym_co_yield] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1863), + [anon_sym_co_await] = ACTIONS(1863), + [anon_sym_new] = ACTIONS(1863), + [sym_this] = ACTIONS(1863), + [sym_nullptr] = ACTIONS(1863), + [sym_alone_macro] = ACTIONS(1865), + [aux_sym_alone_macro_call_token1] = ACTIONS(1863), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_FORWARD] = ACTIONS(1863), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_PS_GET] = ACTIONS(1863), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), + [anon_sym_MOZ_COLD] = ACTIONS(1863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_RAII] = ACTIONS(1863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), + [sym_raw_string_literal] = ACTIONS(1865), }, - [540] = { - [sym_identifier] = ACTIONS(1719), - [aux_sym_preproc_include_token1] = ACTIONS(1719), - [aux_sym_preproc_def_token1] = ACTIONS(1719), - [aux_sym_preproc_if_token1] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), - [sym_preproc_directive] = ACTIONS(1719), - [anon_sym_LPAREN2] = ACTIONS(1721), - [anon_sym_BANG] = ACTIONS(1721), - [anon_sym_TILDE] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1719), - [anon_sym_STAR] = ACTIONS(1721), - [anon_sym_AMP_AMP] = ACTIONS(1721), - [anon_sym_AMP] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1721), - [anon_sym_typedef] = ACTIONS(1719), - [anon_sym_extern] = ACTIONS(1719), - [anon_sym___attribute__] = ACTIONS(1719), - [anon_sym_COLON_COLON] = ACTIONS(1721), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), - [anon_sym___declspec] = ACTIONS(1719), - [anon_sym___based] = ACTIONS(1719), - [anon_sym___cdecl] = ACTIONS(1719), - [anon_sym___clrcall] = ACTIONS(1719), - [anon_sym___stdcall] = ACTIONS(1719), - [anon_sym___fastcall] = ACTIONS(1719), - [anon_sym___thiscall] = ACTIONS(1719), - [anon_sym___vectorcall] = ACTIONS(1719), - [anon_sym_LBRACE] = ACTIONS(1721), - [anon_sym_RBRACE] = ACTIONS(1721), - [anon_sym_LBRACK] = ACTIONS(1719), - [anon_sym_static] = ACTIONS(1719), - [anon_sym_register] = ACTIONS(1719), - [anon_sym_inline] = ACTIONS(1719), - [anon_sym_thread_local] = ACTIONS(1719), - [anon_sym_const] = ACTIONS(1719), - [anon_sym_volatile] = ACTIONS(1719), - [anon_sym_restrict] = ACTIONS(1719), - [anon_sym__Atomic] = ACTIONS(1719), - [anon_sym_mutable] = ACTIONS(1719), - [anon_sym_constexpr] = ACTIONS(1719), - [anon_sym_signed] = ACTIONS(1719), - [anon_sym_unsigned] = ACTIONS(1719), - [anon_sym_long] = ACTIONS(1719), - [anon_sym_short] = ACTIONS(1719), - [sym_primitive_type] = ACTIONS(1719), - [anon_sym_enum] = ACTIONS(1719), - [anon_sym_class] = ACTIONS(1719), - [anon_sym_struct] = ACTIONS(1719), - [anon_sym_union] = ACTIONS(1719), - [anon_sym_if] = ACTIONS(1719), - [anon_sym_switch] = ACTIONS(1719), - [anon_sym_case] = ACTIONS(1719), - [anon_sym_default] = ACTIONS(1719), - [anon_sym_while] = ACTIONS(1719), - [anon_sym_do] = ACTIONS(1719), - [anon_sym_for] = ACTIONS(1719), - [anon_sym_return] = ACTIONS(1719), - [anon_sym_break] = ACTIONS(1719), - [anon_sym_continue] = ACTIONS(1719), - [anon_sym_goto] = ACTIONS(1719), - [anon_sym_DASH_DASH] = ACTIONS(1721), - [anon_sym_PLUS_PLUS] = ACTIONS(1721), - [anon_sym_sizeof] = ACTIONS(1719), - [sym_number_literal] = ACTIONS(1721), - [anon_sym_L_SQUOTE] = ACTIONS(1721), - [anon_sym_u_SQUOTE] = ACTIONS(1721), - [anon_sym_U_SQUOTE] = ACTIONS(1721), - [anon_sym_u8_SQUOTE] = ACTIONS(1721), - [anon_sym_SQUOTE] = ACTIONS(1721), - [anon_sym_L_DQUOTE] = ACTIONS(1721), - [anon_sym_u_DQUOTE] = ACTIONS(1721), - [anon_sym_U_DQUOTE] = ACTIONS(1721), - [anon_sym_u8_DQUOTE] = ACTIONS(1721), - [anon_sym_DQUOTE] = ACTIONS(1721), - [sym_true] = ACTIONS(1719), - [sym_false] = ACTIONS(1719), - [sym_null] = ACTIONS(1719), + [529] = { + [ts_builtin_sym_end] = ACTIONS(1725), + [sym_identifier] = ACTIONS(1723), + [aux_sym_preproc_include_token1] = ACTIONS(1723), + [aux_sym_preproc_def_token1] = ACTIONS(1723), + [aux_sym_preproc_if_token1] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), + [sym_preproc_directive] = ACTIONS(1723), + [anon_sym_LPAREN2] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1725), + [anon_sym_AMP] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_typedef] = ACTIONS(1723), + [anon_sym_extern] = ACTIONS(1723), + [anon_sym___attribute__] = ACTIONS(1723), + [anon_sym_COLON_COLON] = ACTIONS(1725), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), + [anon_sym___declspec] = ACTIONS(1723), + [anon_sym___based] = ACTIONS(1723), + [anon_sym___cdecl] = ACTIONS(1723), + [anon_sym___clrcall] = ACTIONS(1723), + [anon_sym___stdcall] = ACTIONS(1723), + [anon_sym___fastcall] = ACTIONS(1723), + [anon_sym___thiscall] = ACTIONS(1723), + [anon_sym___vectorcall] = ACTIONS(1723), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_static] = ACTIONS(1723), + [anon_sym_register] = ACTIONS(1723), + [anon_sym_inline] = ACTIONS(1723), + [anon_sym_thread_local] = ACTIONS(1723), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_volatile] = ACTIONS(1723), + [anon_sym_restrict] = ACTIONS(1723), + [anon_sym__Atomic] = ACTIONS(1723), + [anon_sym_mutable] = ACTIONS(1723), + [anon_sym_constexpr] = ACTIONS(1723), + [anon_sym_signed] = ACTIONS(1723), + [anon_sym_unsigned] = ACTIONS(1723), + [anon_sym_long] = ACTIONS(1723), + [anon_sym_short] = ACTIONS(1723), + [sym_primitive_type] = ACTIONS(1723), + [anon_sym_enum] = ACTIONS(1723), + [anon_sym_class] = ACTIONS(1723), + [anon_sym_struct] = ACTIONS(1723), + [anon_sym_union] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_do] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_continue] = ACTIONS(1723), + [anon_sym_goto] = ACTIONS(1723), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_sizeof] = ACTIONS(1723), + [sym_number_literal] = ACTIONS(1725), + [anon_sym_L_SQUOTE] = ACTIONS(1725), + [anon_sym_u_SQUOTE] = ACTIONS(1725), + [anon_sym_U_SQUOTE] = ACTIONS(1725), + [anon_sym_u8_SQUOTE] = ACTIONS(1725), + [anon_sym_SQUOTE] = ACTIONS(1725), + [anon_sym_L_DQUOTE] = ACTIONS(1725), + [anon_sym_u_DQUOTE] = ACTIONS(1725), + [anon_sym_U_DQUOTE] = ACTIONS(1725), + [anon_sym_u8_DQUOTE] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym_true] = ACTIONS(1723), + [sym_false] = ACTIONS(1723), + [sym_null] = ACTIONS(1723), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1719), - [anon_sym_virtual] = ACTIONS(1719), - [anon_sym_explicit] = ACTIONS(1719), - [sym_auto] = ACTIONS(1719), - [anon_sym_typename] = ACTIONS(1719), - [anon_sym_template] = ACTIONS(1719), - [anon_sym_operator] = ACTIONS(1719), - [anon_sym_delete] = ACTIONS(1719), - [anon_sym_throw] = ACTIONS(1719), - [anon_sym_namespace] = ACTIONS(1719), - [anon_sym_using] = ACTIONS(1719), - [anon_sym_static_assert] = ACTIONS(1719), - [anon_sym_co_return] = ACTIONS(1719), - [anon_sym_co_yield] = ACTIONS(1719), - [anon_sym_try] = ACTIONS(1719), - [anon_sym_co_await] = ACTIONS(1719), - [anon_sym_new] = ACTIONS(1719), - [sym_this] = ACTIONS(1719), - [sym_nullptr] = ACTIONS(1719), - [sym_alone_macro] = ACTIONS(1721), - [aux_sym_alone_macro_call_token1] = ACTIONS(1719), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_FORWARD] = ACTIONS(1719), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_PS_GET] = ACTIONS(1719), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), - [anon_sym_MOZ_COLD] = ACTIONS(1719), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_RAII] = ACTIONS(1719), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), - [sym_raw_string_literal] = ACTIONS(1721), + [anon_sym_decltype] = ACTIONS(1723), + [anon_sym_virtual] = ACTIONS(1723), + [anon_sym_explicit] = ACTIONS(1723), + [sym_auto] = ACTIONS(1723), + [anon_sym_typename] = ACTIONS(1723), + [anon_sym_template] = ACTIONS(1723), + [anon_sym_operator] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_throw] = ACTIONS(1723), + [anon_sym_namespace] = ACTIONS(1723), + [anon_sym_using] = ACTIONS(1723), + [anon_sym_static_assert] = ACTIONS(1723), + [anon_sym_co_return] = ACTIONS(1723), + [anon_sym_co_yield] = ACTIONS(1723), + [anon_sym_try] = ACTIONS(1723), + [anon_sym_co_await] = ACTIONS(1723), + [anon_sym_new] = ACTIONS(1723), + [sym_this] = ACTIONS(1723), + [sym_nullptr] = ACTIONS(1723), + [sym_alone_macro] = ACTIONS(1725), + [aux_sym_alone_macro_call_token1] = ACTIONS(1723), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_FORWARD] = ACTIONS(1723), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_PS_GET] = ACTIONS(1723), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), + [anon_sym_MOZ_COLD] = ACTIONS(1723), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_RAII] = ACTIONS(1723), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), + [sym_raw_string_literal] = ACTIONS(1725), }, - [541] = { - [sym_identifier] = ACTIONS(1727), - [aux_sym_preproc_include_token1] = ACTIONS(1727), - [aux_sym_preproc_def_token1] = ACTIONS(1727), - [aux_sym_preproc_if_token1] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), - [sym_preproc_directive] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_BANG] = ACTIONS(1729), - [anon_sym_TILDE] = ACTIONS(1729), - [anon_sym_DASH] = ACTIONS(1727), - [anon_sym_PLUS] = ACTIONS(1727), - [anon_sym_STAR] = ACTIONS(1729), - [anon_sym_AMP_AMP] = ACTIONS(1729), - [anon_sym_AMP] = ACTIONS(1727), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_typedef] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym___attribute__] = ACTIONS(1727), - [anon_sym_COLON_COLON] = ACTIONS(1729), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), - [anon_sym___declspec] = ACTIONS(1727), - [anon_sym___based] = ACTIONS(1727), - [anon_sym___cdecl] = ACTIONS(1727), - [anon_sym___clrcall] = ACTIONS(1727), - [anon_sym___stdcall] = ACTIONS(1727), - [anon_sym___fastcall] = ACTIONS(1727), - [anon_sym___thiscall] = ACTIONS(1727), - [anon_sym___vectorcall] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1727), - [anon_sym_static] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_inline] = ACTIONS(1727), - [anon_sym_thread_local] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [anon_sym_volatile] = ACTIONS(1727), - [anon_sym_restrict] = ACTIONS(1727), - [anon_sym__Atomic] = ACTIONS(1727), - [anon_sym_mutable] = ACTIONS(1727), - [anon_sym_constexpr] = ACTIONS(1727), - [anon_sym_signed] = ACTIONS(1727), - [anon_sym_unsigned] = ACTIONS(1727), - [anon_sym_long] = ACTIONS(1727), - [anon_sym_short] = ACTIONS(1727), - [sym_primitive_type] = ACTIONS(1727), - [anon_sym_enum] = ACTIONS(1727), - [anon_sym_class] = ACTIONS(1727), - [anon_sym_struct] = ACTIONS(1727), - [anon_sym_union] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_switch] = ACTIONS(1727), - [anon_sym_case] = ACTIONS(1727), - [anon_sym_default] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_goto] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_PLUS_PLUS] = ACTIONS(1729), - [anon_sym_sizeof] = ACTIONS(1727), - [sym_number_literal] = ACTIONS(1729), - [anon_sym_L_SQUOTE] = ACTIONS(1729), - [anon_sym_u_SQUOTE] = ACTIONS(1729), - [anon_sym_U_SQUOTE] = ACTIONS(1729), - [anon_sym_u8_SQUOTE] = ACTIONS(1729), - [anon_sym_SQUOTE] = ACTIONS(1729), - [anon_sym_L_DQUOTE] = ACTIONS(1729), - [anon_sym_u_DQUOTE] = ACTIONS(1729), - [anon_sym_U_DQUOTE] = ACTIONS(1729), - [anon_sym_u8_DQUOTE] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym_true] = ACTIONS(1727), - [sym_false] = ACTIONS(1727), - [sym_null] = ACTIONS(1727), + [530] = { + [sym_identifier] = ACTIONS(1859), + [aux_sym_preproc_include_token1] = ACTIONS(1859), + [aux_sym_preproc_def_token1] = ACTIONS(1859), + [aux_sym_preproc_if_token1] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), + [sym_preproc_directive] = ACTIONS(1859), + [anon_sym_LPAREN2] = ACTIONS(1861), + [anon_sym_BANG] = ACTIONS(1861), + [anon_sym_TILDE] = ACTIONS(1861), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1861), + [anon_sym_AMP_AMP] = ACTIONS(1861), + [anon_sym_AMP] = ACTIONS(1859), + [anon_sym_SEMI] = ACTIONS(1861), + [anon_sym_typedef] = ACTIONS(1859), + [anon_sym_extern] = ACTIONS(1859), + [anon_sym___attribute__] = ACTIONS(1859), + [anon_sym_COLON_COLON] = ACTIONS(1861), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), + [anon_sym___declspec] = ACTIONS(1859), + [anon_sym___based] = ACTIONS(1859), + [anon_sym___cdecl] = ACTIONS(1859), + [anon_sym___clrcall] = ACTIONS(1859), + [anon_sym___stdcall] = ACTIONS(1859), + [anon_sym___fastcall] = ACTIONS(1859), + [anon_sym___thiscall] = ACTIONS(1859), + [anon_sym___vectorcall] = ACTIONS(1859), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1861), + [anon_sym_LBRACK] = ACTIONS(1859), + [anon_sym_static] = ACTIONS(1859), + [anon_sym_register] = ACTIONS(1859), + [anon_sym_inline] = ACTIONS(1859), + [anon_sym_thread_local] = ACTIONS(1859), + [anon_sym_const] = ACTIONS(1859), + [anon_sym_volatile] = ACTIONS(1859), + [anon_sym_restrict] = ACTIONS(1859), + [anon_sym__Atomic] = ACTIONS(1859), + [anon_sym_mutable] = ACTIONS(1859), + [anon_sym_constexpr] = ACTIONS(1859), + [anon_sym_signed] = ACTIONS(1859), + [anon_sym_unsigned] = ACTIONS(1859), + [anon_sym_long] = ACTIONS(1859), + [anon_sym_short] = ACTIONS(1859), + [sym_primitive_type] = ACTIONS(1859), + [anon_sym_enum] = ACTIONS(1859), + [anon_sym_class] = ACTIONS(1859), + [anon_sym_struct] = ACTIONS(1859), + [anon_sym_union] = ACTIONS(1859), + [anon_sym_if] = ACTIONS(1859), + [anon_sym_switch] = ACTIONS(1859), + [anon_sym_case] = ACTIONS(1859), + [anon_sym_default] = ACTIONS(1859), + [anon_sym_while] = ACTIONS(1859), + [anon_sym_do] = ACTIONS(1859), + [anon_sym_for] = ACTIONS(1859), + [anon_sym_return] = ACTIONS(1859), + [anon_sym_break] = ACTIONS(1859), + [anon_sym_continue] = ACTIONS(1859), + [anon_sym_goto] = ACTIONS(1859), + [anon_sym_DASH_DASH] = ACTIONS(1861), + [anon_sym_PLUS_PLUS] = ACTIONS(1861), + [anon_sym_sizeof] = ACTIONS(1859), + [sym_number_literal] = ACTIONS(1861), + [anon_sym_L_SQUOTE] = ACTIONS(1861), + [anon_sym_u_SQUOTE] = ACTIONS(1861), + [anon_sym_U_SQUOTE] = ACTIONS(1861), + [anon_sym_u8_SQUOTE] = ACTIONS(1861), + [anon_sym_SQUOTE] = ACTIONS(1861), + [anon_sym_L_DQUOTE] = ACTIONS(1861), + [anon_sym_u_DQUOTE] = ACTIONS(1861), + [anon_sym_U_DQUOTE] = ACTIONS(1861), + [anon_sym_u8_DQUOTE] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym_true] = ACTIONS(1859), + [sym_false] = ACTIONS(1859), + [sym_null] = ACTIONS(1859), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1727), - [anon_sym_virtual] = ACTIONS(1727), - [anon_sym_explicit] = ACTIONS(1727), - [sym_auto] = ACTIONS(1727), - [anon_sym_typename] = ACTIONS(1727), - [anon_sym_template] = ACTIONS(1727), - [anon_sym_operator] = ACTIONS(1727), - [anon_sym_delete] = ACTIONS(1727), - [anon_sym_throw] = ACTIONS(1727), - [anon_sym_namespace] = ACTIONS(1727), - [anon_sym_using] = ACTIONS(1727), - [anon_sym_static_assert] = ACTIONS(1727), - [anon_sym_co_return] = ACTIONS(1727), - [anon_sym_co_yield] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_co_await] = ACTIONS(1727), - [anon_sym_new] = ACTIONS(1727), - [sym_this] = ACTIONS(1727), - [sym_nullptr] = ACTIONS(1727), - [sym_alone_macro] = ACTIONS(1729), - [aux_sym_alone_macro_call_token1] = ACTIONS(1727), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_FORWARD] = ACTIONS(1727), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_PS_GET] = ACTIONS(1727), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), - [anon_sym_MOZ_COLD] = ACTIONS(1727), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_RAII] = ACTIONS(1727), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), - [sym_raw_string_literal] = ACTIONS(1729), + [anon_sym_decltype] = ACTIONS(1859), + [anon_sym_virtual] = ACTIONS(1859), + [anon_sym_explicit] = ACTIONS(1859), + [sym_auto] = ACTIONS(1859), + [anon_sym_typename] = ACTIONS(1859), + [anon_sym_template] = ACTIONS(1859), + [anon_sym_operator] = ACTIONS(1859), + [anon_sym_delete] = ACTIONS(1859), + [anon_sym_throw] = ACTIONS(1859), + [anon_sym_namespace] = ACTIONS(1859), + [anon_sym_using] = ACTIONS(1859), + [anon_sym_static_assert] = ACTIONS(1859), + [anon_sym_co_return] = ACTIONS(1859), + [anon_sym_co_yield] = ACTIONS(1859), + [anon_sym_try] = ACTIONS(1859), + [anon_sym_co_await] = ACTIONS(1859), + [anon_sym_new] = ACTIONS(1859), + [sym_this] = ACTIONS(1859), + [sym_nullptr] = ACTIONS(1859), + [sym_alone_macro] = ACTIONS(1861), + [aux_sym_alone_macro_call_token1] = ACTIONS(1859), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_FORWARD] = ACTIONS(1859), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_PS_GET] = ACTIONS(1859), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), + [anon_sym_MOZ_COLD] = ACTIONS(1859), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_RAII] = ACTIONS(1859), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), + [sym_raw_string_literal] = ACTIONS(1861), }, - [542] = { - [sym_identifier] = ACTIONS(1743), - [aux_sym_preproc_include_token1] = ACTIONS(1743), - [aux_sym_preproc_def_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1743), - [anon_sym_LPAREN2] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(1745), - [anon_sym_TILDE] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(1743), - [anon_sym_PLUS] = ACTIONS(1743), - [anon_sym_STAR] = ACTIONS(1745), - [anon_sym_AMP_AMP] = ACTIONS(1745), - [anon_sym_AMP] = ACTIONS(1743), - [anon_sym_SEMI] = ACTIONS(1745), - [anon_sym_typedef] = ACTIONS(1743), - [anon_sym_extern] = ACTIONS(1743), - [anon_sym___attribute__] = ACTIONS(1743), - [anon_sym_COLON_COLON] = ACTIONS(1745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), - [anon_sym___declspec] = ACTIONS(1743), - [anon_sym___based] = ACTIONS(1743), - [anon_sym___cdecl] = ACTIONS(1743), - [anon_sym___clrcall] = ACTIONS(1743), - [anon_sym___stdcall] = ACTIONS(1743), - [anon_sym___fastcall] = ACTIONS(1743), - [anon_sym___thiscall] = ACTIONS(1743), - [anon_sym___vectorcall] = ACTIONS(1743), - [anon_sym_LBRACE] = ACTIONS(1745), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_LBRACK] = ACTIONS(1743), - [anon_sym_static] = ACTIONS(1743), - [anon_sym_register] = ACTIONS(1743), - [anon_sym_inline] = ACTIONS(1743), - [anon_sym_thread_local] = ACTIONS(1743), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_volatile] = ACTIONS(1743), - [anon_sym_restrict] = ACTIONS(1743), - [anon_sym__Atomic] = ACTIONS(1743), - [anon_sym_mutable] = ACTIONS(1743), - [anon_sym_constexpr] = ACTIONS(1743), - [anon_sym_signed] = ACTIONS(1743), - [anon_sym_unsigned] = ACTIONS(1743), - [anon_sym_long] = ACTIONS(1743), - [anon_sym_short] = ACTIONS(1743), - [sym_primitive_type] = ACTIONS(1743), - [anon_sym_enum] = ACTIONS(1743), - [anon_sym_class] = ACTIONS(1743), - [anon_sym_struct] = ACTIONS(1743), - [anon_sym_union] = ACTIONS(1743), - [anon_sym_if] = ACTIONS(1743), - [anon_sym_switch] = ACTIONS(1743), - [anon_sym_case] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1743), - [anon_sym_while] = ACTIONS(1743), - [anon_sym_do] = ACTIONS(1743), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(1743), - [anon_sym_break] = ACTIONS(1743), - [anon_sym_continue] = ACTIONS(1743), - [anon_sym_goto] = ACTIONS(1743), - [anon_sym_DASH_DASH] = ACTIONS(1745), - [anon_sym_PLUS_PLUS] = ACTIONS(1745), - [anon_sym_sizeof] = ACTIONS(1743), - [sym_number_literal] = ACTIONS(1745), - [anon_sym_L_SQUOTE] = ACTIONS(1745), - [anon_sym_u_SQUOTE] = ACTIONS(1745), - [anon_sym_U_SQUOTE] = ACTIONS(1745), - [anon_sym_u8_SQUOTE] = ACTIONS(1745), - [anon_sym_SQUOTE] = ACTIONS(1745), - [anon_sym_L_DQUOTE] = ACTIONS(1745), - [anon_sym_u_DQUOTE] = ACTIONS(1745), - [anon_sym_U_DQUOTE] = ACTIONS(1745), - [anon_sym_u8_DQUOTE] = ACTIONS(1745), - [anon_sym_DQUOTE] = ACTIONS(1745), - [sym_true] = ACTIONS(1743), - [sym_false] = ACTIONS(1743), - [sym_null] = ACTIONS(1743), + [531] = { + [sym_identifier] = ACTIONS(1751), + [aux_sym_preproc_include_token1] = ACTIONS(1751), + [aux_sym_preproc_def_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token2] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), + [sym_preproc_directive] = ACTIONS(1751), + [anon_sym_LPAREN2] = ACTIONS(1753), + [anon_sym_BANG] = ACTIONS(1753), + [anon_sym_TILDE] = ACTIONS(1753), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_STAR] = ACTIONS(1753), + [anon_sym_AMP_AMP] = ACTIONS(1753), + [anon_sym_AMP] = ACTIONS(1751), + [anon_sym_SEMI] = ACTIONS(1753), + [anon_sym_typedef] = ACTIONS(1751), + [anon_sym_extern] = ACTIONS(1751), + [anon_sym___attribute__] = ACTIONS(1751), + [anon_sym_COLON_COLON] = ACTIONS(1753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), + [anon_sym___declspec] = ACTIONS(1751), + [anon_sym___based] = ACTIONS(1751), + [anon_sym___cdecl] = ACTIONS(1751), + [anon_sym___clrcall] = ACTIONS(1751), + [anon_sym___stdcall] = ACTIONS(1751), + [anon_sym___fastcall] = ACTIONS(1751), + [anon_sym___thiscall] = ACTIONS(1751), + [anon_sym___vectorcall] = ACTIONS(1751), + [anon_sym_LBRACE] = ACTIONS(1753), + [anon_sym_LBRACK] = ACTIONS(1751), + [anon_sym_static] = ACTIONS(1751), + [anon_sym_register] = ACTIONS(1751), + [anon_sym_inline] = ACTIONS(1751), + [anon_sym_thread_local] = ACTIONS(1751), + [anon_sym_const] = ACTIONS(1751), + [anon_sym_volatile] = ACTIONS(1751), + [anon_sym_restrict] = ACTIONS(1751), + [anon_sym__Atomic] = ACTIONS(1751), + [anon_sym_mutable] = ACTIONS(1751), + [anon_sym_constexpr] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1751), + [anon_sym_unsigned] = ACTIONS(1751), + [anon_sym_long] = ACTIONS(1751), + [anon_sym_short] = ACTIONS(1751), + [sym_primitive_type] = ACTIONS(1751), + [anon_sym_enum] = ACTIONS(1751), + [anon_sym_class] = ACTIONS(1751), + [anon_sym_struct] = ACTIONS(1751), + [anon_sym_union] = ACTIONS(1751), + [anon_sym_if] = ACTIONS(1751), + [anon_sym_switch] = ACTIONS(1751), + [anon_sym_case] = ACTIONS(1751), + [anon_sym_default] = ACTIONS(1751), + [anon_sym_while] = ACTIONS(1751), + [anon_sym_do] = ACTIONS(1751), + [anon_sym_for] = ACTIONS(1751), + [anon_sym_return] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1751), + [anon_sym_continue] = ACTIONS(1751), + [anon_sym_goto] = ACTIONS(1751), + [anon_sym_DASH_DASH] = ACTIONS(1753), + [anon_sym_PLUS_PLUS] = ACTIONS(1753), + [anon_sym_sizeof] = ACTIONS(1751), + [sym_number_literal] = ACTIONS(1753), + [anon_sym_L_SQUOTE] = ACTIONS(1753), + [anon_sym_u_SQUOTE] = ACTIONS(1753), + [anon_sym_U_SQUOTE] = ACTIONS(1753), + [anon_sym_u8_SQUOTE] = ACTIONS(1753), + [anon_sym_SQUOTE] = ACTIONS(1753), + [anon_sym_L_DQUOTE] = ACTIONS(1753), + [anon_sym_u_DQUOTE] = ACTIONS(1753), + [anon_sym_U_DQUOTE] = ACTIONS(1753), + [anon_sym_u8_DQUOTE] = ACTIONS(1753), + [anon_sym_DQUOTE] = ACTIONS(1753), + [sym_true] = ACTIONS(1751), + [sym_false] = ACTIONS(1751), + [sym_null] = ACTIONS(1751), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1751), + [anon_sym_virtual] = ACTIONS(1751), + [anon_sym_explicit] = ACTIONS(1751), + [sym_auto] = ACTIONS(1751), + [anon_sym_typename] = ACTIONS(1751), + [anon_sym_template] = ACTIONS(1751), + [anon_sym_operator] = ACTIONS(1751), + [anon_sym_delete] = ACTIONS(1751), + [anon_sym_throw] = ACTIONS(1751), + [anon_sym_namespace] = ACTIONS(1751), + [anon_sym_using] = ACTIONS(1751), + [anon_sym_static_assert] = ACTIONS(1751), + [anon_sym_co_return] = ACTIONS(1751), + [anon_sym_co_yield] = ACTIONS(1751), + [anon_sym_try] = ACTIONS(1751), + [anon_sym_co_await] = ACTIONS(1751), + [anon_sym_new] = ACTIONS(1751), + [sym_this] = ACTIONS(1751), + [sym_nullptr] = ACTIONS(1751), + [sym_alone_macro] = ACTIONS(1753), + [aux_sym_alone_macro_call_token1] = ACTIONS(1751), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_FORWARD] = ACTIONS(1751), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_PS_GET] = ACTIONS(1751), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), + [anon_sym_MOZ_COLD] = ACTIONS(1751), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_RAII] = ACTIONS(1751), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), + [sym_raw_string_literal] = ACTIONS(1753), + }, + [532] = { + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1851), + [aux_sym_preproc_include_token1] = ACTIONS(1851), + [aux_sym_preproc_def_token1] = ACTIONS(1851), + [aux_sym_preproc_if_token1] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), + [sym_preproc_directive] = ACTIONS(1851), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1853), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_DASH] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1851), + [anon_sym_STAR] = ACTIONS(1853), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_SEMI] = ACTIONS(1853), + [anon_sym_typedef] = ACTIONS(1851), + [anon_sym_extern] = ACTIONS(1851), + [anon_sym___attribute__] = ACTIONS(1851), + [anon_sym_COLON_COLON] = ACTIONS(1853), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), + [anon_sym___declspec] = ACTIONS(1851), + [anon_sym___based] = ACTIONS(1851), + [anon_sym___cdecl] = ACTIONS(1851), + [anon_sym___clrcall] = ACTIONS(1851), + [anon_sym___stdcall] = ACTIONS(1851), + [anon_sym___fastcall] = ACTIONS(1851), + [anon_sym___thiscall] = ACTIONS(1851), + [anon_sym___vectorcall] = ACTIONS(1851), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(1851), + [anon_sym_static] = ACTIONS(1851), + [anon_sym_register] = ACTIONS(1851), + [anon_sym_inline] = ACTIONS(1851), + [anon_sym_thread_local] = ACTIONS(1851), + [anon_sym_const] = ACTIONS(1851), + [anon_sym_volatile] = ACTIONS(1851), + [anon_sym_restrict] = ACTIONS(1851), + [anon_sym__Atomic] = ACTIONS(1851), + [anon_sym_mutable] = ACTIONS(1851), + [anon_sym_constexpr] = ACTIONS(1851), + [anon_sym_signed] = ACTIONS(1851), + [anon_sym_unsigned] = ACTIONS(1851), + [anon_sym_long] = ACTIONS(1851), + [anon_sym_short] = ACTIONS(1851), + [sym_primitive_type] = ACTIONS(1851), + [anon_sym_enum] = ACTIONS(1851), + [anon_sym_class] = ACTIONS(1851), + [anon_sym_struct] = ACTIONS(1851), + [anon_sym_union] = ACTIONS(1851), + [anon_sym_if] = ACTIONS(1851), + [anon_sym_switch] = ACTIONS(1851), + [anon_sym_case] = ACTIONS(1851), + [anon_sym_default] = ACTIONS(1851), + [anon_sym_while] = ACTIONS(1851), + [anon_sym_do] = ACTIONS(1851), + [anon_sym_for] = ACTIONS(1851), + [anon_sym_return] = ACTIONS(1851), + [anon_sym_break] = ACTIONS(1851), + [anon_sym_continue] = ACTIONS(1851), + [anon_sym_goto] = ACTIONS(1851), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_sizeof] = ACTIONS(1851), + [sym_number_literal] = ACTIONS(1853), + [anon_sym_L_SQUOTE] = ACTIONS(1853), + [anon_sym_u_SQUOTE] = ACTIONS(1853), + [anon_sym_U_SQUOTE] = ACTIONS(1853), + [anon_sym_u8_SQUOTE] = ACTIONS(1853), + [anon_sym_SQUOTE] = ACTIONS(1853), + [anon_sym_L_DQUOTE] = ACTIONS(1853), + [anon_sym_u_DQUOTE] = ACTIONS(1853), + [anon_sym_U_DQUOTE] = ACTIONS(1853), + [anon_sym_u8_DQUOTE] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(1853), + [sym_true] = ACTIONS(1851), + [sym_false] = ACTIONS(1851), + [sym_null] = ACTIONS(1851), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1743), - [anon_sym_virtual] = ACTIONS(1743), - [anon_sym_explicit] = ACTIONS(1743), - [sym_auto] = ACTIONS(1743), - [anon_sym_typename] = ACTIONS(1743), - [anon_sym_template] = ACTIONS(1743), - [anon_sym_operator] = ACTIONS(1743), - [anon_sym_delete] = ACTIONS(1743), - [anon_sym_throw] = ACTIONS(1743), - [anon_sym_namespace] = ACTIONS(1743), - [anon_sym_using] = ACTIONS(1743), - [anon_sym_static_assert] = ACTIONS(1743), - [anon_sym_co_return] = ACTIONS(1743), - [anon_sym_co_yield] = ACTIONS(1743), - [anon_sym_try] = ACTIONS(1743), - [anon_sym_co_await] = ACTIONS(1743), - [anon_sym_new] = ACTIONS(1743), - [sym_this] = ACTIONS(1743), - [sym_nullptr] = ACTIONS(1743), - [sym_alone_macro] = ACTIONS(1745), - [aux_sym_alone_macro_call_token1] = ACTIONS(1743), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_FORWARD] = ACTIONS(1743), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_PS_GET] = ACTIONS(1743), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), - [anon_sym_MOZ_COLD] = ACTIONS(1743), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_RAII] = ACTIONS(1743), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), - [sym_raw_string_literal] = ACTIONS(1745), + [anon_sym_decltype] = ACTIONS(1851), + [anon_sym_virtual] = ACTIONS(1851), + [anon_sym_explicit] = ACTIONS(1851), + [sym_auto] = ACTIONS(1851), + [anon_sym_typename] = ACTIONS(1851), + [anon_sym_template] = ACTIONS(1851), + [anon_sym_operator] = ACTIONS(1851), + [anon_sym_delete] = ACTIONS(1851), + [anon_sym_throw] = ACTIONS(1851), + [anon_sym_namespace] = ACTIONS(1851), + [anon_sym_using] = ACTIONS(1851), + [anon_sym_static_assert] = ACTIONS(1851), + [anon_sym_co_return] = ACTIONS(1851), + [anon_sym_co_yield] = ACTIONS(1851), + [anon_sym_try] = ACTIONS(1851), + [anon_sym_co_await] = ACTIONS(1851), + [anon_sym_new] = ACTIONS(1851), + [sym_this] = ACTIONS(1851), + [sym_nullptr] = ACTIONS(1851), + [sym_alone_macro] = ACTIONS(1853), + [aux_sym_alone_macro_call_token1] = ACTIONS(1851), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_FORWARD] = ACTIONS(1851), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_PS_GET] = ACTIONS(1851), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), + [anon_sym_MOZ_COLD] = ACTIONS(1851), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_RAII] = ACTIONS(1851), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), + [sym_raw_string_literal] = ACTIONS(1853), }, - [543] = { - [sym_identifier] = ACTIONS(1735), - [aux_sym_preproc_include_token1] = ACTIONS(1735), - [aux_sym_preproc_def_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), - [sym_preproc_directive] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_TILDE] = ACTIONS(1737), - [anon_sym_DASH] = ACTIONS(1735), - [anon_sym_PLUS] = ACTIONS(1735), - [anon_sym_STAR] = ACTIONS(1737), - [anon_sym_AMP_AMP] = ACTIONS(1737), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym___declspec] = ACTIONS(1735), - [anon_sym___based] = ACTIONS(1735), - [anon_sym___cdecl] = ACTIONS(1735), - [anon_sym___clrcall] = ACTIONS(1735), - [anon_sym___stdcall] = ACTIONS(1735), - [anon_sym___fastcall] = ACTIONS(1735), - [anon_sym___thiscall] = ACTIONS(1735), - [anon_sym___vectorcall] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1735), - [anon_sym_static] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_inline] = ACTIONS(1735), - [anon_sym_thread_local] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [anon_sym_volatile] = ACTIONS(1735), - [anon_sym_restrict] = ACTIONS(1735), - [anon_sym__Atomic] = ACTIONS(1735), - [anon_sym_mutable] = ACTIONS(1735), - [anon_sym_constexpr] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1735), - [anon_sym_unsigned] = ACTIONS(1735), - [anon_sym_long] = ACTIONS(1735), - [anon_sym_short] = ACTIONS(1735), - [sym_primitive_type] = ACTIONS(1735), - [anon_sym_enum] = ACTIONS(1735), - [anon_sym_class] = ACTIONS(1735), - [anon_sym_struct] = ACTIONS(1735), - [anon_sym_union] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(1735), - [anon_sym_case] = ACTIONS(1735), - [anon_sym_default] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_goto] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_PLUS_PLUS] = ACTIONS(1737), - [anon_sym_sizeof] = ACTIONS(1735), - [sym_number_literal] = ACTIONS(1737), - [anon_sym_L_SQUOTE] = ACTIONS(1737), - [anon_sym_u_SQUOTE] = ACTIONS(1737), - [anon_sym_U_SQUOTE] = ACTIONS(1737), - [anon_sym_u8_SQUOTE] = ACTIONS(1737), - [anon_sym_SQUOTE] = ACTIONS(1737), - [anon_sym_L_DQUOTE] = ACTIONS(1737), - [anon_sym_u_DQUOTE] = ACTIONS(1737), - [anon_sym_U_DQUOTE] = ACTIONS(1737), - [anon_sym_u8_DQUOTE] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym_true] = ACTIONS(1735), - [sym_false] = ACTIONS(1735), - [sym_null] = ACTIONS(1735), + [533] = { + [sym_identifier] = ACTIONS(1751), + [aux_sym_preproc_include_token1] = ACTIONS(1751), + [aux_sym_preproc_def_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token1] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), + [sym_preproc_directive] = ACTIONS(1751), + [anon_sym_LPAREN2] = ACTIONS(1753), + [anon_sym_BANG] = ACTIONS(1753), + [anon_sym_TILDE] = ACTIONS(1753), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_STAR] = ACTIONS(1753), + [anon_sym_AMP_AMP] = ACTIONS(1753), + [anon_sym_AMP] = ACTIONS(1751), + [anon_sym_SEMI] = ACTIONS(1753), + [anon_sym_typedef] = ACTIONS(1751), + [anon_sym_extern] = ACTIONS(1751), + [anon_sym___attribute__] = ACTIONS(1751), + [anon_sym_COLON_COLON] = ACTIONS(1753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), + [anon_sym___declspec] = ACTIONS(1751), + [anon_sym___based] = ACTIONS(1751), + [anon_sym___cdecl] = ACTIONS(1751), + [anon_sym___clrcall] = ACTIONS(1751), + [anon_sym___stdcall] = ACTIONS(1751), + [anon_sym___fastcall] = ACTIONS(1751), + [anon_sym___thiscall] = ACTIONS(1751), + [anon_sym___vectorcall] = ACTIONS(1751), + [anon_sym_LBRACE] = ACTIONS(1753), + [anon_sym_RBRACE] = ACTIONS(1753), + [anon_sym_LBRACK] = ACTIONS(1751), + [anon_sym_static] = ACTIONS(1751), + [anon_sym_register] = ACTIONS(1751), + [anon_sym_inline] = ACTIONS(1751), + [anon_sym_thread_local] = ACTIONS(1751), + [anon_sym_const] = ACTIONS(1751), + [anon_sym_volatile] = ACTIONS(1751), + [anon_sym_restrict] = ACTIONS(1751), + [anon_sym__Atomic] = ACTIONS(1751), + [anon_sym_mutable] = ACTIONS(1751), + [anon_sym_constexpr] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1751), + [anon_sym_unsigned] = ACTIONS(1751), + [anon_sym_long] = ACTIONS(1751), + [anon_sym_short] = ACTIONS(1751), + [sym_primitive_type] = ACTIONS(1751), + [anon_sym_enum] = ACTIONS(1751), + [anon_sym_class] = ACTIONS(1751), + [anon_sym_struct] = ACTIONS(1751), + [anon_sym_union] = ACTIONS(1751), + [anon_sym_if] = ACTIONS(1751), + [anon_sym_switch] = ACTIONS(1751), + [anon_sym_case] = ACTIONS(1751), + [anon_sym_default] = ACTIONS(1751), + [anon_sym_while] = ACTIONS(1751), + [anon_sym_do] = ACTIONS(1751), + [anon_sym_for] = ACTIONS(1751), + [anon_sym_return] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1751), + [anon_sym_continue] = ACTIONS(1751), + [anon_sym_goto] = ACTIONS(1751), + [anon_sym_DASH_DASH] = ACTIONS(1753), + [anon_sym_PLUS_PLUS] = ACTIONS(1753), + [anon_sym_sizeof] = ACTIONS(1751), + [sym_number_literal] = ACTIONS(1753), + [anon_sym_L_SQUOTE] = ACTIONS(1753), + [anon_sym_u_SQUOTE] = ACTIONS(1753), + [anon_sym_U_SQUOTE] = ACTIONS(1753), + [anon_sym_u8_SQUOTE] = ACTIONS(1753), + [anon_sym_SQUOTE] = ACTIONS(1753), + [anon_sym_L_DQUOTE] = ACTIONS(1753), + [anon_sym_u_DQUOTE] = ACTIONS(1753), + [anon_sym_U_DQUOTE] = ACTIONS(1753), + [anon_sym_u8_DQUOTE] = ACTIONS(1753), + [anon_sym_DQUOTE] = ACTIONS(1753), + [sym_true] = ACTIONS(1751), + [sym_false] = ACTIONS(1751), + [sym_null] = ACTIONS(1751), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1735), - [anon_sym_virtual] = ACTIONS(1735), - [anon_sym_explicit] = ACTIONS(1735), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_template] = ACTIONS(1735), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_delete] = ACTIONS(1735), - [anon_sym_throw] = ACTIONS(1735), - [anon_sym_namespace] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_co_return] = ACTIONS(1735), - [anon_sym_co_yield] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_co_await] = ACTIONS(1735), - [anon_sym_new] = ACTIONS(1735), - [sym_this] = ACTIONS(1735), - [sym_nullptr] = ACTIONS(1735), - [sym_alone_macro] = ACTIONS(1737), - [aux_sym_alone_macro_call_token1] = ACTIONS(1735), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_FORWARD] = ACTIONS(1735), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_PS_GET] = ACTIONS(1735), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), - [anon_sym_MOZ_COLD] = ACTIONS(1735), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_RAII] = ACTIONS(1735), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), - [sym_raw_string_literal] = ACTIONS(1737), + [anon_sym_decltype] = ACTIONS(1751), + [anon_sym_virtual] = ACTIONS(1751), + [anon_sym_explicit] = ACTIONS(1751), + [sym_auto] = ACTIONS(1751), + [anon_sym_typename] = ACTIONS(1751), + [anon_sym_template] = ACTIONS(1751), + [anon_sym_operator] = ACTIONS(1751), + [anon_sym_delete] = ACTIONS(1751), + [anon_sym_throw] = ACTIONS(1751), + [anon_sym_namespace] = ACTIONS(1751), + [anon_sym_using] = ACTIONS(1751), + [anon_sym_static_assert] = ACTIONS(1751), + [anon_sym_co_return] = ACTIONS(1751), + [anon_sym_co_yield] = ACTIONS(1751), + [anon_sym_try] = ACTIONS(1751), + [anon_sym_co_await] = ACTIONS(1751), + [anon_sym_new] = ACTIONS(1751), + [sym_this] = ACTIONS(1751), + [sym_nullptr] = ACTIONS(1751), + [sym_alone_macro] = ACTIONS(1753), + [aux_sym_alone_macro_call_token1] = ACTIONS(1751), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_FORWARD] = ACTIONS(1751), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_PS_GET] = ACTIONS(1751), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), + [anon_sym_MOZ_COLD] = ACTIONS(1751), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_RAII] = ACTIONS(1751), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), + [sym_raw_string_literal] = ACTIONS(1753), }, - [544] = { - [sym_identifier] = ACTIONS(1903), - [aux_sym_preproc_include_token1] = ACTIONS(1903), - [aux_sym_preproc_def_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), - [sym_preproc_directive] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_BANG] = ACTIONS(1905), - [anon_sym_TILDE] = ACTIONS(1905), - [anon_sym_DASH] = ACTIONS(1903), - [anon_sym_PLUS] = ACTIONS(1903), - [anon_sym_STAR] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_SEMI] = ACTIONS(1905), - [anon_sym_typedef] = ACTIONS(1903), - [anon_sym_extern] = ACTIONS(1903), - [anon_sym___attribute__] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1905), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), - [anon_sym___declspec] = ACTIONS(1903), - [anon_sym___based] = ACTIONS(1903), - [anon_sym___cdecl] = ACTIONS(1903), - [anon_sym___clrcall] = ACTIONS(1903), - [anon_sym___stdcall] = ACTIONS(1903), - [anon_sym___fastcall] = ACTIONS(1903), - [anon_sym___thiscall] = ACTIONS(1903), - [anon_sym___vectorcall] = ACTIONS(1903), - [anon_sym_LBRACE] = ACTIONS(1905), - [anon_sym_RBRACE] = ACTIONS(1905), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_static] = ACTIONS(1903), - [anon_sym_register] = ACTIONS(1903), - [anon_sym_inline] = ACTIONS(1903), - [anon_sym_thread_local] = ACTIONS(1903), - [anon_sym_const] = ACTIONS(1903), - [anon_sym_volatile] = ACTIONS(1903), - [anon_sym_restrict] = ACTIONS(1903), - [anon_sym__Atomic] = ACTIONS(1903), - [anon_sym_mutable] = ACTIONS(1903), - [anon_sym_constexpr] = ACTIONS(1903), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [sym_primitive_type] = ACTIONS(1903), - [anon_sym_enum] = ACTIONS(1903), - [anon_sym_class] = ACTIONS(1903), - [anon_sym_struct] = ACTIONS(1903), - [anon_sym_union] = ACTIONS(1903), - [anon_sym_if] = ACTIONS(1903), - [anon_sym_switch] = ACTIONS(1903), - [anon_sym_case] = ACTIONS(1903), - [anon_sym_default] = ACTIONS(1903), - [anon_sym_while] = ACTIONS(1903), - [anon_sym_do] = ACTIONS(1903), - [anon_sym_for] = ACTIONS(1903), - [anon_sym_return] = ACTIONS(1903), - [anon_sym_break] = ACTIONS(1903), - [anon_sym_continue] = ACTIONS(1903), - [anon_sym_goto] = ACTIONS(1903), - [anon_sym_DASH_DASH] = ACTIONS(1905), - [anon_sym_PLUS_PLUS] = ACTIONS(1905), - [anon_sym_sizeof] = ACTIONS(1903), - [sym_number_literal] = ACTIONS(1905), - [anon_sym_L_SQUOTE] = ACTIONS(1905), - [anon_sym_u_SQUOTE] = ACTIONS(1905), - [anon_sym_U_SQUOTE] = ACTIONS(1905), - [anon_sym_u8_SQUOTE] = ACTIONS(1905), - [anon_sym_SQUOTE] = ACTIONS(1905), - [anon_sym_L_DQUOTE] = ACTIONS(1905), - [anon_sym_u_DQUOTE] = ACTIONS(1905), - [anon_sym_U_DQUOTE] = ACTIONS(1905), - [anon_sym_u8_DQUOTE] = ACTIONS(1905), - [anon_sym_DQUOTE] = ACTIONS(1905), - [sym_true] = ACTIONS(1903), - [sym_false] = ACTIONS(1903), - [sym_null] = ACTIONS(1903), + [534] = { + [sym_identifier] = ACTIONS(1803), + [aux_sym_preproc_include_token1] = ACTIONS(1803), + [aux_sym_preproc_def_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token2] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), + [sym_preproc_directive] = ACTIONS(1803), + [anon_sym_LPAREN2] = ACTIONS(1805), + [anon_sym_BANG] = ACTIONS(1805), + [anon_sym_TILDE] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1803), + [anon_sym_STAR] = ACTIONS(1805), + [anon_sym_AMP_AMP] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_SEMI] = ACTIONS(1805), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1803), + [anon_sym___attribute__] = ACTIONS(1803), + [anon_sym_COLON_COLON] = ACTIONS(1805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), + [anon_sym___declspec] = ACTIONS(1803), + [anon_sym___based] = ACTIONS(1803), + [anon_sym___cdecl] = ACTIONS(1803), + [anon_sym___clrcall] = ACTIONS(1803), + [anon_sym___stdcall] = ACTIONS(1803), + [anon_sym___fastcall] = ACTIONS(1803), + [anon_sym___thiscall] = ACTIONS(1803), + [anon_sym___vectorcall] = ACTIONS(1803), + [anon_sym_LBRACE] = ACTIONS(1805), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_register] = ACTIONS(1803), + [anon_sym_inline] = ACTIONS(1803), + [anon_sym_thread_local] = ACTIONS(1803), + [anon_sym_const] = ACTIONS(1803), + [anon_sym_volatile] = ACTIONS(1803), + [anon_sym_restrict] = ACTIONS(1803), + [anon_sym__Atomic] = ACTIONS(1803), + [anon_sym_mutable] = ACTIONS(1803), + [anon_sym_constexpr] = ACTIONS(1803), + [anon_sym_signed] = ACTIONS(1803), + [anon_sym_unsigned] = ACTIONS(1803), + [anon_sym_long] = ACTIONS(1803), + [anon_sym_short] = ACTIONS(1803), + [sym_primitive_type] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_union] = ACTIONS(1803), + [anon_sym_if] = ACTIONS(1803), + [anon_sym_switch] = ACTIONS(1803), + [anon_sym_case] = ACTIONS(1803), + [anon_sym_default] = ACTIONS(1803), + [anon_sym_while] = ACTIONS(1803), + [anon_sym_do] = ACTIONS(1803), + [anon_sym_for] = ACTIONS(1803), + [anon_sym_return] = ACTIONS(1803), + [anon_sym_break] = ACTIONS(1803), + [anon_sym_continue] = ACTIONS(1803), + [anon_sym_goto] = ACTIONS(1803), + [anon_sym_DASH_DASH] = ACTIONS(1805), + [anon_sym_PLUS_PLUS] = ACTIONS(1805), + [anon_sym_sizeof] = ACTIONS(1803), + [sym_number_literal] = ACTIONS(1805), + [anon_sym_L_SQUOTE] = ACTIONS(1805), + [anon_sym_u_SQUOTE] = ACTIONS(1805), + [anon_sym_U_SQUOTE] = ACTIONS(1805), + [anon_sym_u8_SQUOTE] = ACTIONS(1805), + [anon_sym_SQUOTE] = ACTIONS(1805), + [anon_sym_L_DQUOTE] = ACTIONS(1805), + [anon_sym_u_DQUOTE] = ACTIONS(1805), + [anon_sym_U_DQUOTE] = ACTIONS(1805), + [anon_sym_u8_DQUOTE] = ACTIONS(1805), + [anon_sym_DQUOTE] = ACTIONS(1805), + [sym_true] = ACTIONS(1803), + [sym_false] = ACTIONS(1803), + [sym_null] = ACTIONS(1803), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1903), - [anon_sym_virtual] = ACTIONS(1903), - [anon_sym_explicit] = ACTIONS(1903), - [sym_auto] = ACTIONS(1903), - [anon_sym_typename] = ACTIONS(1903), - [anon_sym_template] = ACTIONS(1903), - [anon_sym_operator] = ACTIONS(1903), - [anon_sym_delete] = ACTIONS(1903), - [anon_sym_throw] = ACTIONS(1903), - [anon_sym_namespace] = ACTIONS(1903), - [anon_sym_using] = ACTIONS(1903), - [anon_sym_static_assert] = ACTIONS(1903), - [anon_sym_co_return] = ACTIONS(1903), - [anon_sym_co_yield] = ACTIONS(1903), - [anon_sym_try] = ACTIONS(1903), - [anon_sym_co_await] = ACTIONS(1903), - [anon_sym_new] = ACTIONS(1903), - [sym_this] = ACTIONS(1903), - [sym_nullptr] = ACTIONS(1903), - [sym_alone_macro] = ACTIONS(1905), - [aux_sym_alone_macro_call_token1] = ACTIONS(1903), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_FORWARD] = ACTIONS(1903), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_PS_GET] = ACTIONS(1903), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), - [anon_sym_MOZ_COLD] = ACTIONS(1903), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_RAII] = ACTIONS(1903), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), - [sym_raw_string_literal] = ACTIONS(1905), + [anon_sym_decltype] = ACTIONS(1803), + [anon_sym_virtual] = ACTIONS(1803), + [anon_sym_explicit] = ACTIONS(1803), + [sym_auto] = ACTIONS(1803), + [anon_sym_typename] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1803), + [anon_sym_operator] = ACTIONS(1803), + [anon_sym_delete] = ACTIONS(1803), + [anon_sym_throw] = ACTIONS(1803), + [anon_sym_namespace] = ACTIONS(1803), + [anon_sym_using] = ACTIONS(1803), + [anon_sym_static_assert] = ACTIONS(1803), + [anon_sym_co_return] = ACTIONS(1803), + [anon_sym_co_yield] = ACTIONS(1803), + [anon_sym_try] = ACTIONS(1803), + [anon_sym_co_await] = ACTIONS(1803), + [anon_sym_new] = ACTIONS(1803), + [sym_this] = ACTIONS(1803), + [sym_nullptr] = ACTIONS(1803), + [sym_alone_macro] = ACTIONS(1805), + [aux_sym_alone_macro_call_token1] = ACTIONS(1803), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_FORWARD] = ACTIONS(1803), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_PS_GET] = ACTIONS(1803), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), + [anon_sym_MOZ_COLD] = ACTIONS(1803), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_RAII] = ACTIONS(1803), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), + [sym_raw_string_literal] = ACTIONS(1805), }, - [545] = { - [ts_builtin_sym_end] = ACTIONS(1877), - [sym_identifier] = ACTIONS(1875), - [aux_sym_preproc_include_token1] = ACTIONS(1875), - [aux_sym_preproc_def_token1] = ACTIONS(1875), - [aux_sym_preproc_if_token1] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), - [sym_preproc_directive] = ACTIONS(1875), - [anon_sym_LPAREN2] = ACTIONS(1877), - [anon_sym_BANG] = ACTIONS(1877), - [anon_sym_TILDE] = ACTIONS(1877), - [anon_sym_DASH] = ACTIONS(1875), - [anon_sym_PLUS] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_AMP_AMP] = ACTIONS(1877), - [anon_sym_AMP] = ACTIONS(1875), - [anon_sym_SEMI] = ACTIONS(1877), - [anon_sym_typedef] = ACTIONS(1875), - [anon_sym_extern] = ACTIONS(1875), - [anon_sym___attribute__] = ACTIONS(1875), - [anon_sym_COLON_COLON] = ACTIONS(1877), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), - [anon_sym___declspec] = ACTIONS(1875), - [anon_sym___based] = ACTIONS(1875), - [anon_sym___cdecl] = ACTIONS(1875), - [anon_sym___clrcall] = ACTIONS(1875), - [anon_sym___stdcall] = ACTIONS(1875), - [anon_sym___fastcall] = ACTIONS(1875), - [anon_sym___thiscall] = ACTIONS(1875), - [anon_sym___vectorcall] = ACTIONS(1875), - [anon_sym_LBRACE] = ACTIONS(1877), - [anon_sym_LBRACK] = ACTIONS(1875), - [anon_sym_static] = ACTIONS(1875), - [anon_sym_register] = ACTIONS(1875), - [anon_sym_inline] = ACTIONS(1875), - [anon_sym_thread_local] = ACTIONS(1875), - [anon_sym_const] = ACTIONS(1875), - [anon_sym_volatile] = ACTIONS(1875), - [anon_sym_restrict] = ACTIONS(1875), - [anon_sym__Atomic] = ACTIONS(1875), - [anon_sym_mutable] = ACTIONS(1875), - [anon_sym_constexpr] = ACTIONS(1875), - [anon_sym_signed] = ACTIONS(1875), - [anon_sym_unsigned] = ACTIONS(1875), - [anon_sym_long] = ACTIONS(1875), - [anon_sym_short] = ACTIONS(1875), - [sym_primitive_type] = ACTIONS(1875), - [anon_sym_enum] = ACTIONS(1875), - [anon_sym_class] = ACTIONS(1875), - [anon_sym_struct] = ACTIONS(1875), - [anon_sym_union] = ACTIONS(1875), - [anon_sym_if] = ACTIONS(1875), - [anon_sym_switch] = ACTIONS(1875), - [anon_sym_case] = ACTIONS(1875), - [anon_sym_default] = ACTIONS(1875), - [anon_sym_while] = ACTIONS(1875), - [anon_sym_do] = ACTIONS(1875), - [anon_sym_for] = ACTIONS(1875), - [anon_sym_return] = ACTIONS(1875), - [anon_sym_break] = ACTIONS(1875), - [anon_sym_continue] = ACTIONS(1875), - [anon_sym_goto] = ACTIONS(1875), - [anon_sym_DASH_DASH] = ACTIONS(1877), - [anon_sym_PLUS_PLUS] = ACTIONS(1877), - [anon_sym_sizeof] = ACTIONS(1875), - [sym_number_literal] = ACTIONS(1877), - [anon_sym_L_SQUOTE] = ACTIONS(1877), - [anon_sym_u_SQUOTE] = ACTIONS(1877), - [anon_sym_U_SQUOTE] = ACTIONS(1877), - [anon_sym_u8_SQUOTE] = ACTIONS(1877), - [anon_sym_SQUOTE] = ACTIONS(1877), - [anon_sym_L_DQUOTE] = ACTIONS(1877), - [anon_sym_u_DQUOTE] = ACTIONS(1877), - [anon_sym_U_DQUOTE] = ACTIONS(1877), - [anon_sym_u8_DQUOTE] = ACTIONS(1877), - [anon_sym_DQUOTE] = ACTIONS(1877), - [sym_true] = ACTIONS(1875), - [sym_false] = ACTIONS(1875), - [sym_null] = ACTIONS(1875), + [535] = { + [ts_builtin_sym_end] = ACTIONS(1857), + [sym_identifier] = ACTIONS(1855), + [aux_sym_preproc_include_token1] = ACTIONS(1855), + [aux_sym_preproc_def_token1] = ACTIONS(1855), + [aux_sym_preproc_if_token1] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), + [sym_preproc_directive] = ACTIONS(1855), + [anon_sym_LPAREN2] = ACTIONS(1857), + [anon_sym_BANG] = ACTIONS(1857), + [anon_sym_TILDE] = ACTIONS(1857), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1857), + [anon_sym_AMP_AMP] = ACTIONS(1857), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_SEMI] = ACTIONS(1857), + [anon_sym_typedef] = ACTIONS(1855), + [anon_sym_extern] = ACTIONS(1855), + [anon_sym___attribute__] = ACTIONS(1855), + [anon_sym_COLON_COLON] = ACTIONS(1857), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), + [anon_sym___declspec] = ACTIONS(1855), + [anon_sym___based] = ACTIONS(1855), + [anon_sym___cdecl] = ACTIONS(1855), + [anon_sym___clrcall] = ACTIONS(1855), + [anon_sym___stdcall] = ACTIONS(1855), + [anon_sym___fastcall] = ACTIONS(1855), + [anon_sym___thiscall] = ACTIONS(1855), + [anon_sym___vectorcall] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1857), + [anon_sym_LBRACK] = ACTIONS(1855), + [anon_sym_static] = ACTIONS(1855), + [anon_sym_register] = ACTIONS(1855), + [anon_sym_inline] = ACTIONS(1855), + [anon_sym_thread_local] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_volatile] = ACTIONS(1855), + [anon_sym_restrict] = ACTIONS(1855), + [anon_sym__Atomic] = ACTIONS(1855), + [anon_sym_mutable] = ACTIONS(1855), + [anon_sym_constexpr] = ACTIONS(1855), + [anon_sym_signed] = ACTIONS(1855), + [anon_sym_unsigned] = ACTIONS(1855), + [anon_sym_long] = ACTIONS(1855), + [anon_sym_short] = ACTIONS(1855), + [sym_primitive_type] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_class] = ACTIONS(1855), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_switch] = ACTIONS(1855), + [anon_sym_case] = ACTIONS(1855), + [anon_sym_default] = ACTIONS(1855), + [anon_sym_while] = ACTIONS(1855), + [anon_sym_do] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1857), + [anon_sym_PLUS_PLUS] = ACTIONS(1857), + [anon_sym_sizeof] = ACTIONS(1855), + [sym_number_literal] = ACTIONS(1857), + [anon_sym_L_SQUOTE] = ACTIONS(1857), + [anon_sym_u_SQUOTE] = ACTIONS(1857), + [anon_sym_U_SQUOTE] = ACTIONS(1857), + [anon_sym_u8_SQUOTE] = ACTIONS(1857), + [anon_sym_SQUOTE] = ACTIONS(1857), + [anon_sym_L_DQUOTE] = ACTIONS(1857), + [anon_sym_u_DQUOTE] = ACTIONS(1857), + [anon_sym_U_DQUOTE] = ACTIONS(1857), + [anon_sym_u8_DQUOTE] = ACTIONS(1857), + [anon_sym_DQUOTE] = ACTIONS(1857), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_null] = ACTIONS(1855), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1875), - [anon_sym_virtual] = ACTIONS(1875), - [anon_sym_explicit] = ACTIONS(1875), - [sym_auto] = ACTIONS(1875), - [anon_sym_typename] = ACTIONS(1875), - [anon_sym_template] = ACTIONS(1875), - [anon_sym_operator] = ACTIONS(1875), - [anon_sym_delete] = ACTIONS(1875), - [anon_sym_throw] = ACTIONS(1875), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_using] = ACTIONS(1875), - [anon_sym_static_assert] = ACTIONS(1875), - [anon_sym_co_return] = ACTIONS(1875), - [anon_sym_co_yield] = ACTIONS(1875), - [anon_sym_try] = ACTIONS(1875), - [anon_sym_co_await] = ACTIONS(1875), - [anon_sym_new] = ACTIONS(1875), - [sym_this] = ACTIONS(1875), - [sym_nullptr] = ACTIONS(1875), - [sym_alone_macro] = ACTIONS(1877), - [aux_sym_alone_macro_call_token1] = ACTIONS(1875), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_FORWARD] = ACTIONS(1875), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_PS_GET] = ACTIONS(1875), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), - [anon_sym_MOZ_COLD] = ACTIONS(1875), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_RAII] = ACTIONS(1875), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), - [sym_raw_string_literal] = ACTIONS(1877), + [anon_sym_decltype] = ACTIONS(1855), + [anon_sym_virtual] = ACTIONS(1855), + [anon_sym_explicit] = ACTIONS(1855), + [sym_auto] = ACTIONS(1855), + [anon_sym_typename] = ACTIONS(1855), + [anon_sym_template] = ACTIONS(1855), + [anon_sym_operator] = ACTIONS(1855), + [anon_sym_delete] = ACTIONS(1855), + [anon_sym_throw] = ACTIONS(1855), + [anon_sym_namespace] = ACTIONS(1855), + [anon_sym_using] = ACTIONS(1855), + [anon_sym_static_assert] = ACTIONS(1855), + [anon_sym_co_return] = ACTIONS(1855), + [anon_sym_co_yield] = ACTIONS(1855), + [anon_sym_try] = ACTIONS(1855), + [anon_sym_co_await] = ACTIONS(1855), + [anon_sym_new] = ACTIONS(1855), + [sym_this] = ACTIONS(1855), + [sym_nullptr] = ACTIONS(1855), + [sym_alone_macro] = ACTIONS(1857), + [aux_sym_alone_macro_call_token1] = ACTIONS(1855), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_FORWARD] = ACTIONS(1855), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_PS_GET] = ACTIONS(1855), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), + [anon_sym_MOZ_COLD] = ACTIONS(1855), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_RAII] = ACTIONS(1855), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), + [sym_raw_string_literal] = ACTIONS(1857), }, - [546] = { - [ts_builtin_sym_end] = ACTIONS(1701), - [sym_identifier] = ACTIONS(1699), - [aux_sym_preproc_include_token1] = ACTIONS(1699), - [aux_sym_preproc_def_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), - [sym_preproc_directive] = ACTIONS(1699), - [anon_sym_LPAREN2] = ACTIONS(1701), - [anon_sym_BANG] = ACTIONS(1701), - [anon_sym_TILDE] = ACTIONS(1701), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_AMP_AMP] = ACTIONS(1701), - [anon_sym_AMP] = ACTIONS(1699), - [anon_sym_SEMI] = ACTIONS(1701), - [anon_sym_typedef] = ACTIONS(1699), - [anon_sym_extern] = ACTIONS(1699), - [anon_sym___attribute__] = ACTIONS(1699), - [anon_sym_COLON_COLON] = ACTIONS(1701), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), - [anon_sym___declspec] = ACTIONS(1699), - [anon_sym___based] = ACTIONS(1699), - [anon_sym___cdecl] = ACTIONS(1699), - [anon_sym___clrcall] = ACTIONS(1699), - [anon_sym___stdcall] = ACTIONS(1699), - [anon_sym___fastcall] = ACTIONS(1699), - [anon_sym___thiscall] = ACTIONS(1699), - [anon_sym___vectorcall] = ACTIONS(1699), - [anon_sym_LBRACE] = ACTIONS(1701), - [anon_sym_LBRACK] = ACTIONS(1699), - [anon_sym_static] = ACTIONS(1699), - [anon_sym_register] = ACTIONS(1699), - [anon_sym_inline] = ACTIONS(1699), - [anon_sym_thread_local] = ACTIONS(1699), - [anon_sym_const] = ACTIONS(1699), - [anon_sym_volatile] = ACTIONS(1699), - [anon_sym_restrict] = ACTIONS(1699), - [anon_sym__Atomic] = ACTIONS(1699), - [anon_sym_mutable] = ACTIONS(1699), - [anon_sym_constexpr] = ACTIONS(1699), - [anon_sym_signed] = ACTIONS(1699), - [anon_sym_unsigned] = ACTIONS(1699), - [anon_sym_long] = ACTIONS(1699), - [anon_sym_short] = ACTIONS(1699), - [sym_primitive_type] = ACTIONS(1699), - [anon_sym_enum] = ACTIONS(1699), - [anon_sym_class] = ACTIONS(1699), - [anon_sym_struct] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_switch] = ACTIONS(1699), - [anon_sym_case] = ACTIONS(1699), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1699), - [anon_sym_continue] = ACTIONS(1699), - [anon_sym_goto] = ACTIONS(1699), - [anon_sym_DASH_DASH] = ACTIONS(1701), - [anon_sym_PLUS_PLUS] = ACTIONS(1701), - [anon_sym_sizeof] = ACTIONS(1699), - [sym_number_literal] = ACTIONS(1701), - [anon_sym_L_SQUOTE] = ACTIONS(1701), - [anon_sym_u_SQUOTE] = ACTIONS(1701), - [anon_sym_U_SQUOTE] = ACTIONS(1701), - [anon_sym_u8_SQUOTE] = ACTIONS(1701), - [anon_sym_SQUOTE] = ACTIONS(1701), - [anon_sym_L_DQUOTE] = ACTIONS(1701), - [anon_sym_u_DQUOTE] = ACTIONS(1701), - [anon_sym_U_DQUOTE] = ACTIONS(1701), - [anon_sym_u8_DQUOTE] = ACTIONS(1701), - [anon_sym_DQUOTE] = ACTIONS(1701), - [sym_true] = ACTIONS(1699), - [sym_false] = ACTIONS(1699), - [sym_null] = ACTIONS(1699), + [536] = { + [ts_builtin_sym_end] = ACTIONS(1861), + [sym_identifier] = ACTIONS(1859), + [aux_sym_preproc_include_token1] = ACTIONS(1859), + [aux_sym_preproc_def_token1] = ACTIONS(1859), + [aux_sym_preproc_if_token1] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), + [sym_preproc_directive] = ACTIONS(1859), + [anon_sym_LPAREN2] = ACTIONS(1861), + [anon_sym_BANG] = ACTIONS(1861), + [anon_sym_TILDE] = ACTIONS(1861), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1861), + [anon_sym_AMP_AMP] = ACTIONS(1861), + [anon_sym_AMP] = ACTIONS(1859), + [anon_sym_SEMI] = ACTIONS(1861), + [anon_sym_typedef] = ACTIONS(1859), + [anon_sym_extern] = ACTIONS(1859), + [anon_sym___attribute__] = ACTIONS(1859), + [anon_sym_COLON_COLON] = ACTIONS(1861), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), + [anon_sym___declspec] = ACTIONS(1859), + [anon_sym___based] = ACTIONS(1859), + [anon_sym___cdecl] = ACTIONS(1859), + [anon_sym___clrcall] = ACTIONS(1859), + [anon_sym___stdcall] = ACTIONS(1859), + [anon_sym___fastcall] = ACTIONS(1859), + [anon_sym___thiscall] = ACTIONS(1859), + [anon_sym___vectorcall] = ACTIONS(1859), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_LBRACK] = ACTIONS(1859), + [anon_sym_static] = ACTIONS(1859), + [anon_sym_register] = ACTIONS(1859), + [anon_sym_inline] = ACTIONS(1859), + [anon_sym_thread_local] = ACTIONS(1859), + [anon_sym_const] = ACTIONS(1859), + [anon_sym_volatile] = ACTIONS(1859), + [anon_sym_restrict] = ACTIONS(1859), + [anon_sym__Atomic] = ACTIONS(1859), + [anon_sym_mutable] = ACTIONS(1859), + [anon_sym_constexpr] = ACTIONS(1859), + [anon_sym_signed] = ACTIONS(1859), + [anon_sym_unsigned] = ACTIONS(1859), + [anon_sym_long] = ACTIONS(1859), + [anon_sym_short] = ACTIONS(1859), + [sym_primitive_type] = ACTIONS(1859), + [anon_sym_enum] = ACTIONS(1859), + [anon_sym_class] = ACTIONS(1859), + [anon_sym_struct] = ACTIONS(1859), + [anon_sym_union] = ACTIONS(1859), + [anon_sym_if] = ACTIONS(1859), + [anon_sym_switch] = ACTIONS(1859), + [anon_sym_case] = ACTIONS(1859), + [anon_sym_default] = ACTIONS(1859), + [anon_sym_while] = ACTIONS(1859), + [anon_sym_do] = ACTIONS(1859), + [anon_sym_for] = ACTIONS(1859), + [anon_sym_return] = ACTIONS(1859), + [anon_sym_break] = ACTIONS(1859), + [anon_sym_continue] = ACTIONS(1859), + [anon_sym_goto] = ACTIONS(1859), + [anon_sym_DASH_DASH] = ACTIONS(1861), + [anon_sym_PLUS_PLUS] = ACTIONS(1861), + [anon_sym_sizeof] = ACTIONS(1859), + [sym_number_literal] = ACTIONS(1861), + [anon_sym_L_SQUOTE] = ACTIONS(1861), + [anon_sym_u_SQUOTE] = ACTIONS(1861), + [anon_sym_U_SQUOTE] = ACTIONS(1861), + [anon_sym_u8_SQUOTE] = ACTIONS(1861), + [anon_sym_SQUOTE] = ACTIONS(1861), + [anon_sym_L_DQUOTE] = ACTIONS(1861), + [anon_sym_u_DQUOTE] = ACTIONS(1861), + [anon_sym_U_DQUOTE] = ACTIONS(1861), + [anon_sym_u8_DQUOTE] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym_true] = ACTIONS(1859), + [sym_false] = ACTIONS(1859), + [sym_null] = ACTIONS(1859), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1699), - [anon_sym_virtual] = ACTIONS(1699), - [anon_sym_explicit] = ACTIONS(1699), - [sym_auto] = ACTIONS(1699), - [anon_sym_typename] = ACTIONS(1699), - [anon_sym_template] = ACTIONS(1699), - [anon_sym_operator] = ACTIONS(1699), - [anon_sym_delete] = ACTIONS(1699), - [anon_sym_throw] = ACTIONS(1699), - [anon_sym_namespace] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1699), - [anon_sym_static_assert] = ACTIONS(1699), - [anon_sym_co_return] = ACTIONS(1699), - [anon_sym_co_yield] = ACTIONS(1699), - [anon_sym_try] = ACTIONS(1699), - [anon_sym_co_await] = ACTIONS(1699), - [anon_sym_new] = ACTIONS(1699), - [sym_this] = ACTIONS(1699), - [sym_nullptr] = ACTIONS(1699), - [sym_alone_macro] = ACTIONS(1701), - [aux_sym_alone_macro_call_token1] = ACTIONS(1699), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_FORWARD] = ACTIONS(1699), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_PS_GET] = ACTIONS(1699), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), - [anon_sym_MOZ_COLD] = ACTIONS(1699), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_RAII] = ACTIONS(1699), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), - [sym_raw_string_literal] = ACTIONS(1701), + [anon_sym_decltype] = ACTIONS(1859), + [anon_sym_virtual] = ACTIONS(1859), + [anon_sym_explicit] = ACTIONS(1859), + [sym_auto] = ACTIONS(1859), + [anon_sym_typename] = ACTIONS(1859), + [anon_sym_template] = ACTIONS(1859), + [anon_sym_operator] = ACTIONS(1859), + [anon_sym_delete] = ACTIONS(1859), + [anon_sym_throw] = ACTIONS(1859), + [anon_sym_namespace] = ACTIONS(1859), + [anon_sym_using] = ACTIONS(1859), + [anon_sym_static_assert] = ACTIONS(1859), + [anon_sym_co_return] = ACTIONS(1859), + [anon_sym_co_yield] = ACTIONS(1859), + [anon_sym_try] = ACTIONS(1859), + [anon_sym_co_await] = ACTIONS(1859), + [anon_sym_new] = ACTIONS(1859), + [sym_this] = ACTIONS(1859), + [sym_nullptr] = ACTIONS(1859), + [sym_alone_macro] = ACTIONS(1861), + [aux_sym_alone_macro_call_token1] = ACTIONS(1859), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_FORWARD] = ACTIONS(1859), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_PS_GET] = ACTIONS(1859), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), + [anon_sym_MOZ_COLD] = ACTIONS(1859), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_RAII] = ACTIONS(1859), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), + [sym_raw_string_literal] = ACTIONS(1861), }, - [547] = { - [sym_identifier] = ACTIONS(1735), - [aux_sym_preproc_include_token1] = ACTIONS(1735), - [aux_sym_preproc_def_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token2] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), - [sym_preproc_directive] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_TILDE] = ACTIONS(1737), - [anon_sym_DASH] = ACTIONS(1735), - [anon_sym_PLUS] = ACTIONS(1735), - [anon_sym_STAR] = ACTIONS(1737), - [anon_sym_AMP_AMP] = ACTIONS(1737), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym___declspec] = ACTIONS(1735), - [anon_sym___based] = ACTIONS(1735), - [anon_sym___cdecl] = ACTIONS(1735), - [anon_sym___clrcall] = ACTIONS(1735), - [anon_sym___stdcall] = ACTIONS(1735), - [anon_sym___fastcall] = ACTIONS(1735), - [anon_sym___thiscall] = ACTIONS(1735), - [anon_sym___vectorcall] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1735), - [anon_sym_static] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_inline] = ACTIONS(1735), - [anon_sym_thread_local] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [anon_sym_volatile] = ACTIONS(1735), - [anon_sym_restrict] = ACTIONS(1735), - [anon_sym__Atomic] = ACTIONS(1735), - [anon_sym_mutable] = ACTIONS(1735), - [anon_sym_constexpr] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1735), - [anon_sym_unsigned] = ACTIONS(1735), - [anon_sym_long] = ACTIONS(1735), - [anon_sym_short] = ACTIONS(1735), - [sym_primitive_type] = ACTIONS(1735), - [anon_sym_enum] = ACTIONS(1735), - [anon_sym_class] = ACTIONS(1735), - [anon_sym_struct] = ACTIONS(1735), - [anon_sym_union] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(1735), - [anon_sym_case] = ACTIONS(1735), - [anon_sym_default] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_goto] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_PLUS_PLUS] = ACTIONS(1737), - [anon_sym_sizeof] = ACTIONS(1735), - [sym_number_literal] = ACTIONS(1737), - [anon_sym_L_SQUOTE] = ACTIONS(1737), - [anon_sym_u_SQUOTE] = ACTIONS(1737), - [anon_sym_U_SQUOTE] = ACTIONS(1737), - [anon_sym_u8_SQUOTE] = ACTIONS(1737), - [anon_sym_SQUOTE] = ACTIONS(1737), - [anon_sym_L_DQUOTE] = ACTIONS(1737), - [anon_sym_u_DQUOTE] = ACTIONS(1737), - [anon_sym_U_DQUOTE] = ACTIONS(1737), - [anon_sym_u8_DQUOTE] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym_true] = ACTIONS(1735), - [sym_false] = ACTIONS(1735), - [sym_null] = ACTIONS(1735), + [537] = { + [sym_identifier] = ACTIONS(1863), + [aux_sym_preproc_include_token1] = ACTIONS(1863), + [aux_sym_preproc_def_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), + [sym_preproc_directive] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1865), + [anon_sym_BANG] = ACTIONS(1865), + [anon_sym_TILDE] = ACTIONS(1865), + [anon_sym_DASH] = ACTIONS(1863), + [anon_sym_PLUS] = ACTIONS(1863), + [anon_sym_STAR] = ACTIONS(1865), + [anon_sym_AMP_AMP] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1865), + [anon_sym_typedef] = ACTIONS(1863), + [anon_sym_extern] = ACTIONS(1863), + [anon_sym___attribute__] = ACTIONS(1863), + [anon_sym_COLON_COLON] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), + [anon_sym___declspec] = ACTIONS(1863), + [anon_sym___based] = ACTIONS(1863), + [anon_sym___cdecl] = ACTIONS(1863), + [anon_sym___clrcall] = ACTIONS(1863), + [anon_sym___stdcall] = ACTIONS(1863), + [anon_sym___fastcall] = ACTIONS(1863), + [anon_sym___thiscall] = ACTIONS(1863), + [anon_sym___vectorcall] = ACTIONS(1863), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_static] = ACTIONS(1863), + [anon_sym_register] = ACTIONS(1863), + [anon_sym_inline] = ACTIONS(1863), + [anon_sym_thread_local] = ACTIONS(1863), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_volatile] = ACTIONS(1863), + [anon_sym_restrict] = ACTIONS(1863), + [anon_sym__Atomic] = ACTIONS(1863), + [anon_sym_mutable] = ACTIONS(1863), + [anon_sym_constexpr] = ACTIONS(1863), + [anon_sym_signed] = ACTIONS(1863), + [anon_sym_unsigned] = ACTIONS(1863), + [anon_sym_long] = ACTIONS(1863), + [anon_sym_short] = ACTIONS(1863), + [sym_primitive_type] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_class] = ACTIONS(1863), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), + [anon_sym_if] = ACTIONS(1863), + [anon_sym_switch] = ACTIONS(1863), + [anon_sym_case] = ACTIONS(1863), + [anon_sym_default] = ACTIONS(1863), + [anon_sym_while] = ACTIONS(1863), + [anon_sym_do] = ACTIONS(1863), + [anon_sym_for] = ACTIONS(1863), + [anon_sym_return] = ACTIONS(1863), + [anon_sym_break] = ACTIONS(1863), + [anon_sym_continue] = ACTIONS(1863), + [anon_sym_goto] = ACTIONS(1863), + [anon_sym_DASH_DASH] = ACTIONS(1865), + [anon_sym_PLUS_PLUS] = ACTIONS(1865), + [anon_sym_sizeof] = ACTIONS(1863), + [sym_number_literal] = ACTIONS(1865), + [anon_sym_L_SQUOTE] = ACTIONS(1865), + [anon_sym_u_SQUOTE] = ACTIONS(1865), + [anon_sym_U_SQUOTE] = ACTIONS(1865), + [anon_sym_u8_SQUOTE] = ACTIONS(1865), + [anon_sym_SQUOTE] = ACTIONS(1865), + [anon_sym_L_DQUOTE] = ACTIONS(1865), + [anon_sym_u_DQUOTE] = ACTIONS(1865), + [anon_sym_U_DQUOTE] = ACTIONS(1865), + [anon_sym_u8_DQUOTE] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1865), + [sym_true] = ACTIONS(1863), + [sym_false] = ACTIONS(1863), + [sym_null] = ACTIONS(1863), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1863), + [anon_sym_virtual] = ACTIONS(1863), + [anon_sym_explicit] = ACTIONS(1863), + [sym_auto] = ACTIONS(1863), + [anon_sym_typename] = ACTIONS(1863), + [anon_sym_template] = ACTIONS(1863), + [anon_sym_operator] = ACTIONS(1863), + [anon_sym_delete] = ACTIONS(1863), + [anon_sym_throw] = ACTIONS(1863), + [anon_sym_namespace] = ACTIONS(1863), + [anon_sym_using] = ACTIONS(1863), + [anon_sym_static_assert] = ACTIONS(1863), + [anon_sym_co_return] = ACTIONS(1863), + [anon_sym_co_yield] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1863), + [anon_sym_co_await] = ACTIONS(1863), + [anon_sym_new] = ACTIONS(1863), + [sym_this] = ACTIONS(1863), + [sym_nullptr] = ACTIONS(1863), + [sym_alone_macro] = ACTIONS(1865), + [aux_sym_alone_macro_call_token1] = ACTIONS(1863), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_FORWARD] = ACTIONS(1863), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_PS_GET] = ACTIONS(1863), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), + [anon_sym_MOZ_COLD] = ACTIONS(1863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_RAII] = ACTIONS(1863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), + [sym_raw_string_literal] = ACTIONS(1865), + }, + [538] = { + [sym_identifier] = ACTIONS(1867), + [aux_sym_preproc_include_token1] = ACTIONS(1867), + [aux_sym_preproc_def_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), + [sym_preproc_directive] = ACTIONS(1867), + [anon_sym_LPAREN2] = ACTIONS(1869), + [anon_sym_BANG] = ACTIONS(1869), + [anon_sym_TILDE] = ACTIONS(1869), + [anon_sym_DASH] = ACTIONS(1867), + [anon_sym_PLUS] = ACTIONS(1867), + [anon_sym_STAR] = ACTIONS(1869), + [anon_sym_AMP_AMP] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1867), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_typedef] = ACTIONS(1867), + [anon_sym_extern] = ACTIONS(1867), + [anon_sym___attribute__] = ACTIONS(1867), + [anon_sym_COLON_COLON] = ACTIONS(1869), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), + [anon_sym___declspec] = ACTIONS(1867), + [anon_sym___based] = ACTIONS(1867), + [anon_sym___cdecl] = ACTIONS(1867), + [anon_sym___clrcall] = ACTIONS(1867), + [anon_sym___stdcall] = ACTIONS(1867), + [anon_sym___fastcall] = ACTIONS(1867), + [anon_sym___thiscall] = ACTIONS(1867), + [anon_sym___vectorcall] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1869), + [anon_sym_RBRACE] = ACTIONS(1869), + [anon_sym_LBRACK] = ACTIONS(1867), + [anon_sym_static] = ACTIONS(1867), + [anon_sym_register] = ACTIONS(1867), + [anon_sym_inline] = ACTIONS(1867), + [anon_sym_thread_local] = ACTIONS(1867), + [anon_sym_const] = ACTIONS(1867), + [anon_sym_volatile] = ACTIONS(1867), + [anon_sym_restrict] = ACTIONS(1867), + [anon_sym__Atomic] = ACTIONS(1867), + [anon_sym_mutable] = ACTIONS(1867), + [anon_sym_constexpr] = ACTIONS(1867), + [anon_sym_signed] = ACTIONS(1867), + [anon_sym_unsigned] = ACTIONS(1867), + [anon_sym_long] = ACTIONS(1867), + [anon_sym_short] = ACTIONS(1867), + [sym_primitive_type] = ACTIONS(1867), + [anon_sym_enum] = ACTIONS(1867), + [anon_sym_class] = ACTIONS(1867), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_union] = ACTIONS(1867), + [anon_sym_if] = ACTIONS(1867), + [anon_sym_switch] = ACTIONS(1867), + [anon_sym_case] = ACTIONS(1867), + [anon_sym_default] = ACTIONS(1867), + [anon_sym_while] = ACTIONS(1867), + [anon_sym_do] = ACTIONS(1867), + [anon_sym_for] = ACTIONS(1867), + [anon_sym_return] = ACTIONS(1867), + [anon_sym_break] = ACTIONS(1867), + [anon_sym_continue] = ACTIONS(1867), + [anon_sym_goto] = ACTIONS(1867), + [anon_sym_DASH_DASH] = ACTIONS(1869), + [anon_sym_PLUS_PLUS] = ACTIONS(1869), + [anon_sym_sizeof] = ACTIONS(1867), + [sym_number_literal] = ACTIONS(1869), + [anon_sym_L_SQUOTE] = ACTIONS(1869), + [anon_sym_u_SQUOTE] = ACTIONS(1869), + [anon_sym_U_SQUOTE] = ACTIONS(1869), + [anon_sym_u8_SQUOTE] = ACTIONS(1869), + [anon_sym_SQUOTE] = ACTIONS(1869), + [anon_sym_L_DQUOTE] = ACTIONS(1869), + [anon_sym_u_DQUOTE] = ACTIONS(1869), + [anon_sym_U_DQUOTE] = ACTIONS(1869), + [anon_sym_u8_DQUOTE] = ACTIONS(1869), + [anon_sym_DQUOTE] = ACTIONS(1869), + [sym_true] = ACTIONS(1867), + [sym_false] = ACTIONS(1867), + [sym_null] = ACTIONS(1867), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1735), - [anon_sym_virtual] = ACTIONS(1735), - [anon_sym_explicit] = ACTIONS(1735), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_template] = ACTIONS(1735), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_delete] = ACTIONS(1735), - [anon_sym_throw] = ACTIONS(1735), - [anon_sym_namespace] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_co_return] = ACTIONS(1735), - [anon_sym_co_yield] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_co_await] = ACTIONS(1735), - [anon_sym_new] = ACTIONS(1735), - [sym_this] = ACTIONS(1735), - [sym_nullptr] = ACTIONS(1735), - [sym_alone_macro] = ACTIONS(1737), - [aux_sym_alone_macro_call_token1] = ACTIONS(1735), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_FORWARD] = ACTIONS(1735), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_PS_GET] = ACTIONS(1735), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), - [anon_sym_MOZ_COLD] = ACTIONS(1735), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_RAII] = ACTIONS(1735), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), - [sym_raw_string_literal] = ACTIONS(1737), + [anon_sym_decltype] = ACTIONS(1867), + [anon_sym_virtual] = ACTIONS(1867), + [anon_sym_explicit] = ACTIONS(1867), + [sym_auto] = ACTIONS(1867), + [anon_sym_typename] = ACTIONS(1867), + [anon_sym_template] = ACTIONS(1867), + [anon_sym_operator] = ACTIONS(1867), + [anon_sym_delete] = ACTIONS(1867), + [anon_sym_throw] = ACTIONS(1867), + [anon_sym_namespace] = ACTIONS(1867), + [anon_sym_using] = ACTIONS(1867), + [anon_sym_static_assert] = ACTIONS(1867), + [anon_sym_co_return] = ACTIONS(1867), + [anon_sym_co_yield] = ACTIONS(1867), + [anon_sym_try] = ACTIONS(1867), + [anon_sym_co_await] = ACTIONS(1867), + [anon_sym_new] = ACTIONS(1867), + [sym_this] = ACTIONS(1867), + [sym_nullptr] = ACTIONS(1867), + [sym_alone_macro] = ACTIONS(1869), + [aux_sym_alone_macro_call_token1] = ACTIONS(1867), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_FORWARD] = ACTIONS(1867), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_PS_GET] = ACTIONS(1867), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), + [anon_sym_MOZ_COLD] = ACTIONS(1867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_RAII] = ACTIONS(1867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), + [sym_raw_string_literal] = ACTIONS(1869), }, - [548] = { - [sym_identifier] = ACTIONS(1731), - [aux_sym_preproc_include_token1] = ACTIONS(1731), - [aux_sym_preproc_def_token1] = ACTIONS(1731), - [aux_sym_preproc_if_token1] = ACTIONS(1731), - [aux_sym_preproc_if_token2] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), - [sym_preproc_directive] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1733), - [anon_sym_BANG] = ACTIONS(1733), - [anon_sym_TILDE] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1731), - [anon_sym_PLUS] = ACTIONS(1731), - [anon_sym_STAR] = ACTIONS(1733), - [anon_sym_AMP_AMP] = ACTIONS(1733), - [anon_sym_AMP] = ACTIONS(1731), - [anon_sym_SEMI] = ACTIONS(1733), - [anon_sym_typedef] = ACTIONS(1731), - [anon_sym_extern] = ACTIONS(1731), - [anon_sym___attribute__] = ACTIONS(1731), - [anon_sym_COLON_COLON] = ACTIONS(1733), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), - [anon_sym___declspec] = ACTIONS(1731), - [anon_sym___based] = ACTIONS(1731), - [anon_sym___cdecl] = ACTIONS(1731), - [anon_sym___clrcall] = ACTIONS(1731), - [anon_sym___stdcall] = ACTIONS(1731), - [anon_sym___fastcall] = ACTIONS(1731), - [anon_sym___thiscall] = ACTIONS(1731), - [anon_sym___vectorcall] = ACTIONS(1731), - [anon_sym_LBRACE] = ACTIONS(1733), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_static] = ACTIONS(1731), - [anon_sym_register] = ACTIONS(1731), - [anon_sym_inline] = ACTIONS(1731), - [anon_sym_thread_local] = ACTIONS(1731), - [anon_sym_const] = ACTIONS(1731), - [anon_sym_volatile] = ACTIONS(1731), - [anon_sym_restrict] = ACTIONS(1731), - [anon_sym__Atomic] = ACTIONS(1731), - [anon_sym_mutable] = ACTIONS(1731), - [anon_sym_constexpr] = ACTIONS(1731), - [anon_sym_signed] = ACTIONS(1731), - [anon_sym_unsigned] = ACTIONS(1731), - [anon_sym_long] = ACTIONS(1731), - [anon_sym_short] = ACTIONS(1731), - [sym_primitive_type] = ACTIONS(1731), - [anon_sym_enum] = ACTIONS(1731), - [anon_sym_class] = ACTIONS(1731), - [anon_sym_struct] = ACTIONS(1731), - [anon_sym_union] = ACTIONS(1731), - [anon_sym_if] = ACTIONS(1731), - [anon_sym_switch] = ACTIONS(1731), - [anon_sym_case] = ACTIONS(1731), - [anon_sym_default] = ACTIONS(1731), - [anon_sym_while] = ACTIONS(1731), - [anon_sym_do] = ACTIONS(1731), - [anon_sym_for] = ACTIONS(1731), - [anon_sym_return] = ACTIONS(1731), - [anon_sym_break] = ACTIONS(1731), - [anon_sym_continue] = ACTIONS(1731), - [anon_sym_goto] = ACTIONS(1731), - [anon_sym_DASH_DASH] = ACTIONS(1733), - [anon_sym_PLUS_PLUS] = ACTIONS(1733), - [anon_sym_sizeof] = ACTIONS(1731), - [sym_number_literal] = ACTIONS(1733), - [anon_sym_L_SQUOTE] = ACTIONS(1733), - [anon_sym_u_SQUOTE] = ACTIONS(1733), - [anon_sym_U_SQUOTE] = ACTIONS(1733), - [anon_sym_u8_SQUOTE] = ACTIONS(1733), - [anon_sym_SQUOTE] = ACTIONS(1733), - [anon_sym_L_DQUOTE] = ACTIONS(1733), - [anon_sym_u_DQUOTE] = ACTIONS(1733), - [anon_sym_U_DQUOTE] = ACTIONS(1733), - [anon_sym_u8_DQUOTE] = ACTIONS(1733), - [anon_sym_DQUOTE] = ACTIONS(1733), - [sym_true] = ACTIONS(1731), - [sym_false] = ACTIONS(1731), - [sym_null] = ACTIONS(1731), + [539] = { + [sym_identifier] = ACTIONS(1815), + [aux_sym_preproc_include_token1] = ACTIONS(1815), + [aux_sym_preproc_def_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token2] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), + [sym_preproc_directive] = ACTIONS(1815), + [anon_sym_LPAREN2] = ACTIONS(1817), + [anon_sym_BANG] = ACTIONS(1817), + [anon_sym_TILDE] = ACTIONS(1817), + [anon_sym_DASH] = ACTIONS(1815), + [anon_sym_PLUS] = ACTIONS(1815), + [anon_sym_STAR] = ACTIONS(1817), + [anon_sym_AMP_AMP] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_SEMI] = ACTIONS(1817), + [anon_sym_typedef] = ACTIONS(1815), + [anon_sym_extern] = ACTIONS(1815), + [anon_sym___attribute__] = ACTIONS(1815), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), + [anon_sym___declspec] = ACTIONS(1815), + [anon_sym___based] = ACTIONS(1815), + [anon_sym___cdecl] = ACTIONS(1815), + [anon_sym___clrcall] = ACTIONS(1815), + [anon_sym___stdcall] = ACTIONS(1815), + [anon_sym___fastcall] = ACTIONS(1815), + [anon_sym___thiscall] = ACTIONS(1815), + [anon_sym___vectorcall] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1817), + [anon_sym_LBRACK] = ACTIONS(1815), + [anon_sym_static] = ACTIONS(1815), + [anon_sym_register] = ACTIONS(1815), + [anon_sym_inline] = ACTIONS(1815), + [anon_sym_thread_local] = ACTIONS(1815), + [anon_sym_const] = ACTIONS(1815), + [anon_sym_volatile] = ACTIONS(1815), + [anon_sym_restrict] = ACTIONS(1815), + [anon_sym__Atomic] = ACTIONS(1815), + [anon_sym_mutable] = ACTIONS(1815), + [anon_sym_constexpr] = ACTIONS(1815), + [anon_sym_signed] = ACTIONS(1815), + [anon_sym_unsigned] = ACTIONS(1815), + [anon_sym_long] = ACTIONS(1815), + [anon_sym_short] = ACTIONS(1815), + [sym_primitive_type] = ACTIONS(1815), + [anon_sym_enum] = ACTIONS(1815), + [anon_sym_class] = ACTIONS(1815), + [anon_sym_struct] = ACTIONS(1815), + [anon_sym_union] = ACTIONS(1815), + [anon_sym_if] = ACTIONS(1815), + [anon_sym_switch] = ACTIONS(1815), + [anon_sym_case] = ACTIONS(1815), + [anon_sym_default] = ACTIONS(1815), + [anon_sym_while] = ACTIONS(1815), + [anon_sym_do] = ACTIONS(1815), + [anon_sym_for] = ACTIONS(1815), + [anon_sym_return] = ACTIONS(1815), + [anon_sym_break] = ACTIONS(1815), + [anon_sym_continue] = ACTIONS(1815), + [anon_sym_goto] = ACTIONS(1815), + [anon_sym_DASH_DASH] = ACTIONS(1817), + [anon_sym_PLUS_PLUS] = ACTIONS(1817), + [anon_sym_sizeof] = ACTIONS(1815), + [sym_number_literal] = ACTIONS(1817), + [anon_sym_L_SQUOTE] = ACTIONS(1817), + [anon_sym_u_SQUOTE] = ACTIONS(1817), + [anon_sym_U_SQUOTE] = ACTIONS(1817), + [anon_sym_u8_SQUOTE] = ACTIONS(1817), + [anon_sym_SQUOTE] = ACTIONS(1817), + [anon_sym_L_DQUOTE] = ACTIONS(1817), + [anon_sym_u_DQUOTE] = ACTIONS(1817), + [anon_sym_U_DQUOTE] = ACTIONS(1817), + [anon_sym_u8_DQUOTE] = ACTIONS(1817), + [anon_sym_DQUOTE] = ACTIONS(1817), + [sym_true] = ACTIONS(1815), + [sym_false] = ACTIONS(1815), + [sym_null] = ACTIONS(1815), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1731), - [anon_sym_virtual] = ACTIONS(1731), - [anon_sym_explicit] = ACTIONS(1731), - [sym_auto] = ACTIONS(1731), - [anon_sym_typename] = ACTIONS(1731), - [anon_sym_template] = ACTIONS(1731), - [anon_sym_operator] = ACTIONS(1731), - [anon_sym_delete] = ACTIONS(1731), - [anon_sym_throw] = ACTIONS(1731), - [anon_sym_namespace] = ACTIONS(1731), - [anon_sym_using] = ACTIONS(1731), - [anon_sym_static_assert] = ACTIONS(1731), - [anon_sym_co_return] = ACTIONS(1731), - [anon_sym_co_yield] = ACTIONS(1731), - [anon_sym_try] = ACTIONS(1731), - [anon_sym_co_await] = ACTIONS(1731), - [anon_sym_new] = ACTIONS(1731), - [sym_this] = ACTIONS(1731), - [sym_nullptr] = ACTIONS(1731), - [sym_alone_macro] = ACTIONS(1733), - [aux_sym_alone_macro_call_token1] = ACTIONS(1731), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_FORWARD] = ACTIONS(1731), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_PS_GET] = ACTIONS(1731), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), - [anon_sym_MOZ_COLD] = ACTIONS(1731), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_RAII] = ACTIONS(1731), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), - [sym_raw_string_literal] = ACTIONS(1733), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_virtual] = ACTIONS(1815), + [anon_sym_explicit] = ACTIONS(1815), + [sym_auto] = ACTIONS(1815), + [anon_sym_typename] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1815), + [anon_sym_operator] = ACTIONS(1815), + [anon_sym_delete] = ACTIONS(1815), + [anon_sym_throw] = ACTIONS(1815), + [anon_sym_namespace] = ACTIONS(1815), + [anon_sym_using] = ACTIONS(1815), + [anon_sym_static_assert] = ACTIONS(1815), + [anon_sym_co_return] = ACTIONS(1815), + [anon_sym_co_yield] = ACTIONS(1815), + [anon_sym_try] = ACTIONS(1815), + [anon_sym_co_await] = ACTIONS(1815), + [anon_sym_new] = ACTIONS(1815), + [sym_this] = ACTIONS(1815), + [sym_nullptr] = ACTIONS(1815), + [sym_alone_macro] = ACTIONS(1817), + [aux_sym_alone_macro_call_token1] = ACTIONS(1815), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_FORWARD] = ACTIONS(1815), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1815), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_PS_GET] = ACTIONS(1815), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1815), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1815), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), + [anon_sym_MOZ_COLD] = ACTIONS(1815), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_RAII] = ACTIONS(1815), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), + [sym_raw_string_literal] = ACTIONS(1817), }, - [549] = { - [sym_identifier] = ACTIONS(1723), - [aux_sym_preproc_include_token1] = ACTIONS(1723), - [aux_sym_preproc_def_token1] = ACTIONS(1723), - [aux_sym_preproc_if_token1] = ACTIONS(1723), - [aux_sym_preproc_if_token2] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), - [sym_preproc_directive] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_BANG] = ACTIONS(1725), - [anon_sym_TILDE] = ACTIONS(1725), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1725), - [anon_sym_AMP] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_typedef] = ACTIONS(1723), - [anon_sym_extern] = ACTIONS(1723), - [anon_sym___attribute__] = ACTIONS(1723), - [anon_sym_COLON_COLON] = ACTIONS(1725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), - [anon_sym___declspec] = ACTIONS(1723), - [anon_sym___based] = ACTIONS(1723), - [anon_sym___cdecl] = ACTIONS(1723), - [anon_sym___clrcall] = ACTIONS(1723), - [anon_sym___stdcall] = ACTIONS(1723), - [anon_sym___fastcall] = ACTIONS(1723), - [anon_sym___thiscall] = ACTIONS(1723), - [anon_sym___vectorcall] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1723), - [anon_sym_static] = ACTIONS(1723), - [anon_sym_register] = ACTIONS(1723), - [anon_sym_inline] = ACTIONS(1723), - [anon_sym_thread_local] = ACTIONS(1723), - [anon_sym_const] = ACTIONS(1723), - [anon_sym_volatile] = ACTIONS(1723), - [anon_sym_restrict] = ACTIONS(1723), - [anon_sym__Atomic] = ACTIONS(1723), - [anon_sym_mutable] = ACTIONS(1723), - [anon_sym_constexpr] = ACTIONS(1723), - [anon_sym_signed] = ACTIONS(1723), - [anon_sym_unsigned] = ACTIONS(1723), - [anon_sym_long] = ACTIONS(1723), - [anon_sym_short] = ACTIONS(1723), - [sym_primitive_type] = ACTIONS(1723), - [anon_sym_enum] = ACTIONS(1723), - [anon_sym_class] = ACTIONS(1723), - [anon_sym_struct] = ACTIONS(1723), - [anon_sym_union] = ACTIONS(1723), - [anon_sym_if] = ACTIONS(1723), - [anon_sym_switch] = ACTIONS(1723), - [anon_sym_case] = ACTIONS(1723), - [anon_sym_default] = ACTIONS(1723), - [anon_sym_while] = ACTIONS(1723), - [anon_sym_do] = ACTIONS(1723), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1723), - [anon_sym_continue] = ACTIONS(1723), - [anon_sym_goto] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_sizeof] = ACTIONS(1723), - [sym_number_literal] = ACTIONS(1725), - [anon_sym_L_SQUOTE] = ACTIONS(1725), - [anon_sym_u_SQUOTE] = ACTIONS(1725), - [anon_sym_U_SQUOTE] = ACTIONS(1725), - [anon_sym_u8_SQUOTE] = ACTIONS(1725), - [anon_sym_SQUOTE] = ACTIONS(1725), - [anon_sym_L_DQUOTE] = ACTIONS(1725), - [anon_sym_u_DQUOTE] = ACTIONS(1725), - [anon_sym_U_DQUOTE] = ACTIONS(1725), - [anon_sym_u8_DQUOTE] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym_true] = ACTIONS(1723), - [sym_false] = ACTIONS(1723), - [sym_null] = ACTIONS(1723), + [540] = { + [sym_identifier] = ACTIONS(1727), + [aux_sym_preproc_include_token1] = ACTIONS(1727), + [aux_sym_preproc_def_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), + [sym_preproc_directive] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_STAR] = ACTIONS(1729), + [anon_sym_AMP_AMP] = ACTIONS(1729), + [anon_sym_AMP] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_typedef] = ACTIONS(1727), + [anon_sym_extern] = ACTIONS(1727), + [anon_sym___attribute__] = ACTIONS(1727), + [anon_sym_COLON_COLON] = ACTIONS(1729), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), + [anon_sym___declspec] = ACTIONS(1727), + [anon_sym___based] = ACTIONS(1727), + [anon_sym___cdecl] = ACTIONS(1727), + [anon_sym___clrcall] = ACTIONS(1727), + [anon_sym___stdcall] = ACTIONS(1727), + [anon_sym___fastcall] = ACTIONS(1727), + [anon_sym___thiscall] = ACTIONS(1727), + [anon_sym___vectorcall] = ACTIONS(1727), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_static] = ACTIONS(1727), + [anon_sym_register] = ACTIONS(1727), + [anon_sym_inline] = ACTIONS(1727), + [anon_sym_thread_local] = ACTIONS(1727), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_volatile] = ACTIONS(1727), + [anon_sym_restrict] = ACTIONS(1727), + [anon_sym__Atomic] = ACTIONS(1727), + [anon_sym_mutable] = ACTIONS(1727), + [anon_sym_constexpr] = ACTIONS(1727), + [anon_sym_signed] = ACTIONS(1727), + [anon_sym_unsigned] = ACTIONS(1727), + [anon_sym_long] = ACTIONS(1727), + [anon_sym_short] = ACTIONS(1727), + [sym_primitive_type] = ACTIONS(1727), + [anon_sym_enum] = ACTIONS(1727), + [anon_sym_class] = ACTIONS(1727), + [anon_sym_struct] = ACTIONS(1727), + [anon_sym_union] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_do] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_continue] = ACTIONS(1727), + [anon_sym_goto] = ACTIONS(1727), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_sizeof] = ACTIONS(1727), + [sym_number_literal] = ACTIONS(1729), + [anon_sym_L_SQUOTE] = ACTIONS(1729), + [anon_sym_u_SQUOTE] = ACTIONS(1729), + [anon_sym_U_SQUOTE] = ACTIONS(1729), + [anon_sym_u8_SQUOTE] = ACTIONS(1729), + [anon_sym_SQUOTE] = ACTIONS(1729), + [anon_sym_L_DQUOTE] = ACTIONS(1729), + [anon_sym_u_DQUOTE] = ACTIONS(1729), + [anon_sym_U_DQUOTE] = ACTIONS(1729), + [anon_sym_u8_DQUOTE] = ACTIONS(1729), + [anon_sym_DQUOTE] = ACTIONS(1729), + [sym_true] = ACTIONS(1727), + [sym_false] = ACTIONS(1727), + [sym_null] = ACTIONS(1727), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1723), - [anon_sym_virtual] = ACTIONS(1723), - [anon_sym_explicit] = ACTIONS(1723), - [sym_auto] = ACTIONS(1723), - [anon_sym_typename] = ACTIONS(1723), - [anon_sym_template] = ACTIONS(1723), - [anon_sym_operator] = ACTIONS(1723), - [anon_sym_delete] = ACTIONS(1723), - [anon_sym_throw] = ACTIONS(1723), - [anon_sym_namespace] = ACTIONS(1723), - [anon_sym_using] = ACTIONS(1723), - [anon_sym_static_assert] = ACTIONS(1723), - [anon_sym_co_return] = ACTIONS(1723), - [anon_sym_co_yield] = ACTIONS(1723), - [anon_sym_try] = ACTIONS(1723), - [anon_sym_co_await] = ACTIONS(1723), - [anon_sym_new] = ACTIONS(1723), - [sym_this] = ACTIONS(1723), - [sym_nullptr] = ACTIONS(1723), - [sym_alone_macro] = ACTIONS(1725), - [aux_sym_alone_macro_call_token1] = ACTIONS(1723), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_FORWARD] = ACTIONS(1723), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_PS_GET] = ACTIONS(1723), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), - [anon_sym_MOZ_COLD] = ACTIONS(1723), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_RAII] = ACTIONS(1723), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), - [sym_raw_string_literal] = ACTIONS(1725), + [anon_sym_decltype] = ACTIONS(1727), + [anon_sym_virtual] = ACTIONS(1727), + [anon_sym_explicit] = ACTIONS(1727), + [sym_auto] = ACTIONS(1727), + [anon_sym_typename] = ACTIONS(1727), + [anon_sym_template] = ACTIONS(1727), + [anon_sym_operator] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_throw] = ACTIONS(1727), + [anon_sym_namespace] = ACTIONS(1727), + [anon_sym_using] = ACTIONS(1727), + [anon_sym_static_assert] = ACTIONS(1727), + [anon_sym_co_return] = ACTIONS(1727), + [anon_sym_co_yield] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1727), + [anon_sym_co_await] = ACTIONS(1727), + [anon_sym_new] = ACTIONS(1727), + [sym_this] = ACTIONS(1727), + [sym_nullptr] = ACTIONS(1727), + [sym_alone_macro] = ACTIONS(1729), + [aux_sym_alone_macro_call_token1] = ACTIONS(1727), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_FORWARD] = ACTIONS(1727), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_PS_GET] = ACTIONS(1727), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), + [anon_sym_MOZ_COLD] = ACTIONS(1727), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_RAII] = ACTIONS(1727), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), + [sym_raw_string_literal] = ACTIONS(1729), }, - [550] = { - [ts_builtin_sym_end] = ACTIONS(1773), + [541] = { [sym_identifier] = ACTIONS(1771), [aux_sym_preproc_include_token1] = ACTIONS(1771), [aux_sym_preproc_def_token1] = ACTIONS(1771), @@ -139248,6 +137593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1771), [anon_sym___vectorcall] = ACTIONS(1771), [anon_sym_LBRACE] = ACTIONS(1773), + [anon_sym_RBRACE] = ACTIONS(1773), [anon_sym_LBRACK] = ACTIONS(1771), [anon_sym_static] = ACTIONS(1771), [anon_sym_register] = ACTIONS(1771), @@ -139406,4187 +137752,4187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), [sym_raw_string_literal] = ACTIONS(1773), }, - [551] = { - [ts_builtin_sym_end] = ACTIONS(1769), - [sym_identifier] = ACTIONS(1767), - [aux_sym_preproc_include_token1] = ACTIONS(1767), - [aux_sym_preproc_def_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), - [sym_preproc_directive] = ACTIONS(1767), - [anon_sym_LPAREN2] = ACTIONS(1769), - [anon_sym_BANG] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1769), - [anon_sym_DASH] = ACTIONS(1767), - [anon_sym_PLUS] = ACTIONS(1767), - [anon_sym_STAR] = ACTIONS(1769), - [anon_sym_AMP_AMP] = ACTIONS(1769), - [anon_sym_AMP] = ACTIONS(1767), - [anon_sym_SEMI] = ACTIONS(1769), - [anon_sym_typedef] = ACTIONS(1767), - [anon_sym_extern] = ACTIONS(1767), - [anon_sym___attribute__] = ACTIONS(1767), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), - [anon_sym___declspec] = ACTIONS(1767), - [anon_sym___based] = ACTIONS(1767), - [anon_sym___cdecl] = ACTIONS(1767), - [anon_sym___clrcall] = ACTIONS(1767), - [anon_sym___stdcall] = ACTIONS(1767), - [anon_sym___fastcall] = ACTIONS(1767), - [anon_sym___thiscall] = ACTIONS(1767), - [anon_sym___vectorcall] = ACTIONS(1767), - [anon_sym_LBRACE] = ACTIONS(1769), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_static] = ACTIONS(1767), - [anon_sym_register] = ACTIONS(1767), - [anon_sym_inline] = ACTIONS(1767), - [anon_sym_thread_local] = ACTIONS(1767), - [anon_sym_const] = ACTIONS(1767), - [anon_sym_volatile] = ACTIONS(1767), - [anon_sym_restrict] = ACTIONS(1767), - [anon_sym__Atomic] = ACTIONS(1767), - [anon_sym_mutable] = ACTIONS(1767), - [anon_sym_constexpr] = ACTIONS(1767), - [anon_sym_signed] = ACTIONS(1767), - [anon_sym_unsigned] = ACTIONS(1767), - [anon_sym_long] = ACTIONS(1767), - [anon_sym_short] = ACTIONS(1767), - [sym_primitive_type] = ACTIONS(1767), - [anon_sym_enum] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(1767), - [anon_sym_struct] = ACTIONS(1767), - [anon_sym_union] = ACTIONS(1767), - [anon_sym_if] = ACTIONS(1767), - [anon_sym_switch] = ACTIONS(1767), - [anon_sym_case] = ACTIONS(1767), - [anon_sym_default] = ACTIONS(1767), - [anon_sym_while] = ACTIONS(1767), - [anon_sym_do] = ACTIONS(1767), - [anon_sym_for] = ACTIONS(1767), - [anon_sym_return] = ACTIONS(1767), - [anon_sym_break] = ACTIONS(1767), - [anon_sym_continue] = ACTIONS(1767), - [anon_sym_goto] = ACTIONS(1767), - [anon_sym_DASH_DASH] = ACTIONS(1769), - [anon_sym_PLUS_PLUS] = ACTIONS(1769), - [anon_sym_sizeof] = ACTIONS(1767), - [sym_number_literal] = ACTIONS(1769), - [anon_sym_L_SQUOTE] = ACTIONS(1769), - [anon_sym_u_SQUOTE] = ACTIONS(1769), - [anon_sym_U_SQUOTE] = ACTIONS(1769), - [anon_sym_u8_SQUOTE] = ACTIONS(1769), - [anon_sym_SQUOTE] = ACTIONS(1769), - [anon_sym_L_DQUOTE] = ACTIONS(1769), - [anon_sym_u_DQUOTE] = ACTIONS(1769), - [anon_sym_U_DQUOTE] = ACTIONS(1769), - [anon_sym_u8_DQUOTE] = ACTIONS(1769), - [anon_sym_DQUOTE] = ACTIONS(1769), - [sym_true] = ACTIONS(1767), - [sym_false] = ACTIONS(1767), - [sym_null] = ACTIONS(1767), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1767), - [anon_sym_virtual] = ACTIONS(1767), - [anon_sym_explicit] = ACTIONS(1767), - [sym_auto] = ACTIONS(1767), - [anon_sym_typename] = ACTIONS(1767), - [anon_sym_template] = ACTIONS(1767), - [anon_sym_operator] = ACTIONS(1767), - [anon_sym_delete] = ACTIONS(1767), - [anon_sym_throw] = ACTIONS(1767), - [anon_sym_namespace] = ACTIONS(1767), - [anon_sym_using] = ACTIONS(1767), - [anon_sym_static_assert] = ACTIONS(1767), - [anon_sym_co_return] = ACTIONS(1767), - [anon_sym_co_yield] = ACTIONS(1767), - [anon_sym_try] = ACTIONS(1767), - [anon_sym_co_await] = ACTIONS(1767), - [anon_sym_new] = ACTIONS(1767), - [sym_this] = ACTIONS(1767), - [sym_nullptr] = ACTIONS(1767), - [sym_alone_macro] = ACTIONS(1769), - [aux_sym_alone_macro_call_token1] = ACTIONS(1767), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_FORWARD] = ACTIONS(1767), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_PS_GET] = ACTIONS(1767), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), - [anon_sym_MOZ_COLD] = ACTIONS(1767), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_RAII] = ACTIONS(1767), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), - [sym_raw_string_literal] = ACTIONS(1769), - }, - [552] = { - [sym_identifier] = ACTIONS(1699), - [aux_sym_preproc_include_token1] = ACTIONS(1699), - [aux_sym_preproc_def_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token2] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), - [sym_preproc_directive] = ACTIONS(1699), - [anon_sym_LPAREN2] = ACTIONS(1701), - [anon_sym_BANG] = ACTIONS(1701), - [anon_sym_TILDE] = ACTIONS(1701), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_AMP_AMP] = ACTIONS(1701), - [anon_sym_AMP] = ACTIONS(1699), - [anon_sym_SEMI] = ACTIONS(1701), - [anon_sym_typedef] = ACTIONS(1699), - [anon_sym_extern] = ACTIONS(1699), - [anon_sym___attribute__] = ACTIONS(1699), - [anon_sym_COLON_COLON] = ACTIONS(1701), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), - [anon_sym___declspec] = ACTIONS(1699), - [anon_sym___based] = ACTIONS(1699), - [anon_sym___cdecl] = ACTIONS(1699), - [anon_sym___clrcall] = ACTIONS(1699), - [anon_sym___stdcall] = ACTIONS(1699), - [anon_sym___fastcall] = ACTIONS(1699), - [anon_sym___thiscall] = ACTIONS(1699), - [anon_sym___vectorcall] = ACTIONS(1699), - [anon_sym_LBRACE] = ACTIONS(1701), - [anon_sym_LBRACK] = ACTIONS(1699), - [anon_sym_static] = ACTIONS(1699), - [anon_sym_register] = ACTIONS(1699), - [anon_sym_inline] = ACTIONS(1699), - [anon_sym_thread_local] = ACTIONS(1699), - [anon_sym_const] = ACTIONS(1699), - [anon_sym_volatile] = ACTIONS(1699), - [anon_sym_restrict] = ACTIONS(1699), - [anon_sym__Atomic] = ACTIONS(1699), - [anon_sym_mutable] = ACTIONS(1699), - [anon_sym_constexpr] = ACTIONS(1699), - [anon_sym_signed] = ACTIONS(1699), - [anon_sym_unsigned] = ACTIONS(1699), - [anon_sym_long] = ACTIONS(1699), - [anon_sym_short] = ACTIONS(1699), - [sym_primitive_type] = ACTIONS(1699), - [anon_sym_enum] = ACTIONS(1699), - [anon_sym_class] = ACTIONS(1699), - [anon_sym_struct] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_switch] = ACTIONS(1699), - [anon_sym_case] = ACTIONS(1699), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1699), - [anon_sym_continue] = ACTIONS(1699), - [anon_sym_goto] = ACTIONS(1699), - [anon_sym_DASH_DASH] = ACTIONS(1701), - [anon_sym_PLUS_PLUS] = ACTIONS(1701), - [anon_sym_sizeof] = ACTIONS(1699), - [sym_number_literal] = ACTIONS(1701), - [anon_sym_L_SQUOTE] = ACTIONS(1701), - [anon_sym_u_SQUOTE] = ACTIONS(1701), - [anon_sym_U_SQUOTE] = ACTIONS(1701), - [anon_sym_u8_SQUOTE] = ACTIONS(1701), - [anon_sym_SQUOTE] = ACTIONS(1701), - [anon_sym_L_DQUOTE] = ACTIONS(1701), - [anon_sym_u_DQUOTE] = ACTIONS(1701), - [anon_sym_U_DQUOTE] = ACTIONS(1701), - [anon_sym_u8_DQUOTE] = ACTIONS(1701), - [anon_sym_DQUOTE] = ACTIONS(1701), - [sym_true] = ACTIONS(1699), - [sym_false] = ACTIONS(1699), - [sym_null] = ACTIONS(1699), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1699), - [anon_sym_virtual] = ACTIONS(1699), - [anon_sym_explicit] = ACTIONS(1699), - [sym_auto] = ACTIONS(1699), - [anon_sym_typename] = ACTIONS(1699), - [anon_sym_template] = ACTIONS(1699), - [anon_sym_operator] = ACTIONS(1699), - [anon_sym_delete] = ACTIONS(1699), - [anon_sym_throw] = ACTIONS(1699), - [anon_sym_namespace] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1699), - [anon_sym_static_assert] = ACTIONS(1699), - [anon_sym_co_return] = ACTIONS(1699), - [anon_sym_co_yield] = ACTIONS(1699), - [anon_sym_try] = ACTIONS(1699), - [anon_sym_co_await] = ACTIONS(1699), - [anon_sym_new] = ACTIONS(1699), - [sym_this] = ACTIONS(1699), - [sym_nullptr] = ACTIONS(1699), - [sym_alone_macro] = ACTIONS(1701), - [aux_sym_alone_macro_call_token1] = ACTIONS(1699), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_FORWARD] = ACTIONS(1699), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_PS_GET] = ACTIONS(1699), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), - [anon_sym_MOZ_COLD] = ACTIONS(1699), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_RAII] = ACTIONS(1699), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), - [sym_raw_string_literal] = ACTIONS(1701), - }, - [553] = { - [sym_identifier] = ACTIONS(1855), - [aux_sym_preproc_include_token1] = ACTIONS(1855), - [aux_sym_preproc_def_token1] = ACTIONS(1855), - [aux_sym_preproc_if_token1] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), - [sym_preproc_directive] = ACTIONS(1855), - [anon_sym_LPAREN2] = ACTIONS(1857), - [anon_sym_BANG] = ACTIONS(1857), - [anon_sym_TILDE] = ACTIONS(1857), - [anon_sym_DASH] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(1855), - [anon_sym_STAR] = ACTIONS(1857), - [anon_sym_AMP_AMP] = ACTIONS(1857), - [anon_sym_AMP] = ACTIONS(1855), - [anon_sym_SEMI] = ACTIONS(1857), - [anon_sym_typedef] = ACTIONS(1855), - [anon_sym_extern] = ACTIONS(1855), - [anon_sym___attribute__] = ACTIONS(1855), - [anon_sym_COLON_COLON] = ACTIONS(1857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), - [anon_sym___declspec] = ACTIONS(1855), - [anon_sym___based] = ACTIONS(1855), - [anon_sym___cdecl] = ACTIONS(1855), - [anon_sym___clrcall] = ACTIONS(1855), - [anon_sym___stdcall] = ACTIONS(1855), - [anon_sym___fastcall] = ACTIONS(1855), - [anon_sym___thiscall] = ACTIONS(1855), - [anon_sym___vectorcall] = ACTIONS(1855), - [anon_sym_LBRACE] = ACTIONS(1857), - [anon_sym_RBRACE] = ACTIONS(1857), - [anon_sym_LBRACK] = ACTIONS(1855), - [anon_sym_static] = ACTIONS(1855), - [anon_sym_register] = ACTIONS(1855), - [anon_sym_inline] = ACTIONS(1855), - [anon_sym_thread_local] = ACTIONS(1855), - [anon_sym_const] = ACTIONS(1855), - [anon_sym_volatile] = ACTIONS(1855), - [anon_sym_restrict] = ACTIONS(1855), - [anon_sym__Atomic] = ACTIONS(1855), - [anon_sym_mutable] = ACTIONS(1855), - [anon_sym_constexpr] = ACTIONS(1855), - [anon_sym_signed] = ACTIONS(1855), - [anon_sym_unsigned] = ACTIONS(1855), - [anon_sym_long] = ACTIONS(1855), - [anon_sym_short] = ACTIONS(1855), - [sym_primitive_type] = ACTIONS(1855), - [anon_sym_enum] = ACTIONS(1855), - [anon_sym_class] = ACTIONS(1855), - [anon_sym_struct] = ACTIONS(1855), - [anon_sym_union] = ACTIONS(1855), - [anon_sym_if] = ACTIONS(1855), - [anon_sym_switch] = ACTIONS(1855), - [anon_sym_case] = ACTIONS(1855), - [anon_sym_default] = ACTIONS(1855), - [anon_sym_while] = ACTIONS(1855), - [anon_sym_do] = ACTIONS(1855), - [anon_sym_for] = ACTIONS(1855), - [anon_sym_return] = ACTIONS(1855), - [anon_sym_break] = ACTIONS(1855), - [anon_sym_continue] = ACTIONS(1855), - [anon_sym_goto] = ACTIONS(1855), - [anon_sym_DASH_DASH] = ACTIONS(1857), - [anon_sym_PLUS_PLUS] = ACTIONS(1857), - [anon_sym_sizeof] = ACTIONS(1855), - [sym_number_literal] = ACTIONS(1857), - [anon_sym_L_SQUOTE] = ACTIONS(1857), - [anon_sym_u_SQUOTE] = ACTIONS(1857), - [anon_sym_U_SQUOTE] = ACTIONS(1857), - [anon_sym_u8_SQUOTE] = ACTIONS(1857), - [anon_sym_SQUOTE] = ACTIONS(1857), - [anon_sym_L_DQUOTE] = ACTIONS(1857), - [anon_sym_u_DQUOTE] = ACTIONS(1857), - [anon_sym_U_DQUOTE] = ACTIONS(1857), - [anon_sym_u8_DQUOTE] = ACTIONS(1857), - [anon_sym_DQUOTE] = ACTIONS(1857), - [sym_true] = ACTIONS(1855), - [sym_false] = ACTIONS(1855), - [sym_null] = ACTIONS(1855), + [542] = { + [sym_identifier] = ACTIONS(1823), + [aux_sym_preproc_include_token1] = ACTIONS(1823), + [aux_sym_preproc_def_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token2] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), + [sym_preproc_directive] = ACTIONS(1823), + [anon_sym_LPAREN2] = ACTIONS(1825), + [anon_sym_BANG] = ACTIONS(1825), + [anon_sym_TILDE] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1823), + [anon_sym_PLUS] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1825), + [anon_sym_AMP_AMP] = ACTIONS(1825), + [anon_sym_AMP] = ACTIONS(1823), + [anon_sym_SEMI] = ACTIONS(1825), + [anon_sym_typedef] = ACTIONS(1823), + [anon_sym_extern] = ACTIONS(1823), + [anon_sym___attribute__] = ACTIONS(1823), + [anon_sym_COLON_COLON] = ACTIONS(1825), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), + [anon_sym___declspec] = ACTIONS(1823), + [anon_sym___based] = ACTIONS(1823), + [anon_sym___cdecl] = ACTIONS(1823), + [anon_sym___clrcall] = ACTIONS(1823), + [anon_sym___stdcall] = ACTIONS(1823), + [anon_sym___fastcall] = ACTIONS(1823), + [anon_sym___thiscall] = ACTIONS(1823), + [anon_sym___vectorcall] = ACTIONS(1823), + [anon_sym_LBRACE] = ACTIONS(1825), + [anon_sym_LBRACK] = ACTIONS(1823), + [anon_sym_static] = ACTIONS(1823), + [anon_sym_register] = ACTIONS(1823), + [anon_sym_inline] = ACTIONS(1823), + [anon_sym_thread_local] = ACTIONS(1823), + [anon_sym_const] = ACTIONS(1823), + [anon_sym_volatile] = ACTIONS(1823), + [anon_sym_restrict] = ACTIONS(1823), + [anon_sym__Atomic] = ACTIONS(1823), + [anon_sym_mutable] = ACTIONS(1823), + [anon_sym_constexpr] = ACTIONS(1823), + [anon_sym_signed] = ACTIONS(1823), + [anon_sym_unsigned] = ACTIONS(1823), + [anon_sym_long] = ACTIONS(1823), + [anon_sym_short] = ACTIONS(1823), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1823), + [anon_sym_class] = ACTIONS(1823), + [anon_sym_struct] = ACTIONS(1823), + [anon_sym_union] = ACTIONS(1823), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1823), + [anon_sym_default] = ACTIONS(1823), + [anon_sym_while] = ACTIONS(1823), + [anon_sym_do] = ACTIONS(1823), + [anon_sym_for] = ACTIONS(1823), + [anon_sym_return] = ACTIONS(1823), + [anon_sym_break] = ACTIONS(1823), + [anon_sym_continue] = ACTIONS(1823), + [anon_sym_goto] = ACTIONS(1823), + [anon_sym_DASH_DASH] = ACTIONS(1825), + [anon_sym_PLUS_PLUS] = ACTIONS(1825), + [anon_sym_sizeof] = ACTIONS(1823), + [sym_number_literal] = ACTIONS(1825), + [anon_sym_L_SQUOTE] = ACTIONS(1825), + [anon_sym_u_SQUOTE] = ACTIONS(1825), + [anon_sym_U_SQUOTE] = ACTIONS(1825), + [anon_sym_u8_SQUOTE] = ACTIONS(1825), + [anon_sym_SQUOTE] = ACTIONS(1825), + [anon_sym_L_DQUOTE] = ACTIONS(1825), + [anon_sym_u_DQUOTE] = ACTIONS(1825), + [anon_sym_U_DQUOTE] = ACTIONS(1825), + [anon_sym_u8_DQUOTE] = ACTIONS(1825), + [anon_sym_DQUOTE] = ACTIONS(1825), + [sym_true] = ACTIONS(1823), + [sym_false] = ACTIONS(1823), + [sym_null] = ACTIONS(1823), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1855), - [anon_sym_virtual] = ACTIONS(1855), - [anon_sym_explicit] = ACTIONS(1855), - [sym_auto] = ACTIONS(1855), - [anon_sym_typename] = ACTIONS(1855), - [anon_sym_template] = ACTIONS(1855), - [anon_sym_operator] = ACTIONS(1855), - [anon_sym_delete] = ACTIONS(1855), - [anon_sym_throw] = ACTIONS(1855), - [anon_sym_namespace] = ACTIONS(1855), - [anon_sym_using] = ACTIONS(1855), - [anon_sym_static_assert] = ACTIONS(1855), - [anon_sym_co_return] = ACTIONS(1855), - [anon_sym_co_yield] = ACTIONS(1855), - [anon_sym_try] = ACTIONS(1855), - [anon_sym_co_await] = ACTIONS(1855), - [anon_sym_new] = ACTIONS(1855), - [sym_this] = ACTIONS(1855), - [sym_nullptr] = ACTIONS(1855), - [sym_alone_macro] = ACTIONS(1857), - [aux_sym_alone_macro_call_token1] = ACTIONS(1855), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_FORWARD] = ACTIONS(1855), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_PS_GET] = ACTIONS(1855), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), - [anon_sym_MOZ_COLD] = ACTIONS(1855), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_RAII] = ACTIONS(1855), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), - [sym_raw_string_literal] = ACTIONS(1857), + [anon_sym_decltype] = ACTIONS(1823), + [anon_sym_virtual] = ACTIONS(1823), + [anon_sym_explicit] = ACTIONS(1823), + [sym_auto] = ACTIONS(1823), + [anon_sym_typename] = ACTIONS(1823), + [anon_sym_template] = ACTIONS(1823), + [anon_sym_operator] = ACTIONS(1823), + [anon_sym_delete] = ACTIONS(1823), + [anon_sym_throw] = ACTIONS(1823), + [anon_sym_namespace] = ACTIONS(1823), + [anon_sym_using] = ACTIONS(1823), + [anon_sym_static_assert] = ACTIONS(1823), + [anon_sym_co_return] = ACTIONS(1823), + [anon_sym_co_yield] = ACTIONS(1823), + [anon_sym_try] = ACTIONS(1823), + [anon_sym_co_await] = ACTIONS(1823), + [anon_sym_new] = ACTIONS(1823), + [sym_this] = ACTIONS(1823), + [sym_nullptr] = ACTIONS(1823), + [sym_alone_macro] = ACTIONS(1825), + [aux_sym_alone_macro_call_token1] = ACTIONS(1823), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_FORWARD] = ACTIONS(1823), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1823), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_PS_GET] = ACTIONS(1823), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1823), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1823), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), + [anon_sym_MOZ_COLD] = ACTIONS(1823), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_RAII] = ACTIONS(1823), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), + [sym_raw_string_literal] = ACTIONS(1825), }, - [554] = { - [ts_builtin_sym_end] = ACTIONS(1809), - [sym_identifier] = ACTIONS(1807), - [aux_sym_preproc_include_token1] = ACTIONS(1807), - [aux_sym_preproc_def_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), - [sym_preproc_directive] = ACTIONS(1807), - [anon_sym_LPAREN2] = ACTIONS(1809), - [anon_sym_BANG] = ACTIONS(1809), - [anon_sym_TILDE] = ACTIONS(1809), - [anon_sym_DASH] = ACTIONS(1807), - [anon_sym_PLUS] = ACTIONS(1807), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_AMP_AMP] = ACTIONS(1809), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_SEMI] = ACTIONS(1809), - [anon_sym_typedef] = ACTIONS(1807), - [anon_sym_extern] = ACTIONS(1807), - [anon_sym___attribute__] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___based] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(1807), - [anon_sym___clrcall] = ACTIONS(1807), - [anon_sym___stdcall] = ACTIONS(1807), - [anon_sym___fastcall] = ACTIONS(1807), - [anon_sym___thiscall] = ACTIONS(1807), - [anon_sym___vectorcall] = ACTIONS(1807), - [anon_sym_LBRACE] = ACTIONS(1809), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_static] = ACTIONS(1807), - [anon_sym_register] = ACTIONS(1807), - [anon_sym_inline] = ACTIONS(1807), - [anon_sym_thread_local] = ACTIONS(1807), - [anon_sym_const] = ACTIONS(1807), - [anon_sym_volatile] = ACTIONS(1807), - [anon_sym_restrict] = ACTIONS(1807), - [anon_sym__Atomic] = ACTIONS(1807), - [anon_sym_mutable] = ACTIONS(1807), - [anon_sym_constexpr] = ACTIONS(1807), - [anon_sym_signed] = ACTIONS(1807), - [anon_sym_unsigned] = ACTIONS(1807), - [anon_sym_long] = ACTIONS(1807), - [anon_sym_short] = ACTIONS(1807), - [sym_primitive_type] = ACTIONS(1807), - [anon_sym_enum] = ACTIONS(1807), - [anon_sym_class] = ACTIONS(1807), - [anon_sym_struct] = ACTIONS(1807), - [anon_sym_union] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_switch] = ACTIONS(1807), - [anon_sym_case] = ACTIONS(1807), - [anon_sym_default] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1807), - [anon_sym_continue] = ACTIONS(1807), - [anon_sym_goto] = ACTIONS(1807), - [anon_sym_DASH_DASH] = ACTIONS(1809), - [anon_sym_PLUS_PLUS] = ACTIONS(1809), - [anon_sym_sizeof] = ACTIONS(1807), - [sym_number_literal] = ACTIONS(1809), - [anon_sym_L_SQUOTE] = ACTIONS(1809), - [anon_sym_u_SQUOTE] = ACTIONS(1809), - [anon_sym_U_SQUOTE] = ACTIONS(1809), - [anon_sym_u8_SQUOTE] = ACTIONS(1809), - [anon_sym_SQUOTE] = ACTIONS(1809), - [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(1807), - [sym_false] = ACTIONS(1807), - [sym_null] = ACTIONS(1807), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1807), - [anon_sym_virtual] = ACTIONS(1807), - [anon_sym_explicit] = ACTIONS(1807), - [sym_auto] = ACTIONS(1807), - [anon_sym_typename] = ACTIONS(1807), - [anon_sym_template] = ACTIONS(1807), - [anon_sym_operator] = ACTIONS(1807), - [anon_sym_delete] = ACTIONS(1807), - [anon_sym_throw] = ACTIONS(1807), - [anon_sym_namespace] = ACTIONS(1807), - [anon_sym_using] = ACTIONS(1807), - [anon_sym_static_assert] = ACTIONS(1807), - [anon_sym_co_return] = ACTIONS(1807), - [anon_sym_co_yield] = ACTIONS(1807), - [anon_sym_try] = ACTIONS(1807), - [anon_sym_co_await] = ACTIONS(1807), - [anon_sym_new] = ACTIONS(1807), - [sym_this] = ACTIONS(1807), - [sym_nullptr] = ACTIONS(1807), - [sym_alone_macro] = ACTIONS(1809), - [aux_sym_alone_macro_call_token1] = ACTIONS(1807), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_FORWARD] = ACTIONS(1807), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_PS_GET] = ACTIONS(1807), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), - [anon_sym_MOZ_COLD] = ACTIONS(1807), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_RAII] = ACTIONS(1807), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), - [sym_raw_string_literal] = ACTIONS(1809), + [543] = { + [sym_identifier] = ACTIONS(1827), + [aux_sym_preproc_include_token1] = ACTIONS(1827), + [aux_sym_preproc_def_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token2] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), + [sym_preproc_directive] = ACTIONS(1827), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1829), + [anon_sym_TILDE] = ACTIONS(1829), + [anon_sym_DASH] = ACTIONS(1827), + [anon_sym_PLUS] = ACTIONS(1827), + [anon_sym_STAR] = ACTIONS(1829), + [anon_sym_AMP_AMP] = ACTIONS(1829), + [anon_sym_AMP] = ACTIONS(1827), + [anon_sym_SEMI] = ACTIONS(1829), + [anon_sym_typedef] = ACTIONS(1827), + [anon_sym_extern] = ACTIONS(1827), + [anon_sym___attribute__] = ACTIONS(1827), + [anon_sym_COLON_COLON] = ACTIONS(1829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), + [anon_sym___declspec] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1827), + [anon_sym___cdecl] = ACTIONS(1827), + [anon_sym___clrcall] = ACTIONS(1827), + [anon_sym___stdcall] = ACTIONS(1827), + [anon_sym___fastcall] = ACTIONS(1827), + [anon_sym___thiscall] = ACTIONS(1827), + [anon_sym___vectorcall] = ACTIONS(1827), + [anon_sym_LBRACE] = ACTIONS(1829), + [anon_sym_LBRACK] = ACTIONS(1827), + [anon_sym_static] = ACTIONS(1827), + [anon_sym_register] = ACTIONS(1827), + [anon_sym_inline] = ACTIONS(1827), + [anon_sym_thread_local] = ACTIONS(1827), + [anon_sym_const] = ACTIONS(1827), + [anon_sym_volatile] = ACTIONS(1827), + [anon_sym_restrict] = ACTIONS(1827), + [anon_sym__Atomic] = ACTIONS(1827), + [anon_sym_mutable] = ACTIONS(1827), + [anon_sym_constexpr] = ACTIONS(1827), + [anon_sym_signed] = ACTIONS(1827), + [anon_sym_unsigned] = ACTIONS(1827), + [anon_sym_long] = ACTIONS(1827), + [anon_sym_short] = ACTIONS(1827), + [sym_primitive_type] = ACTIONS(1827), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1827), + [anon_sym_union] = ACTIONS(1827), + [anon_sym_if] = ACTIONS(1827), + [anon_sym_switch] = ACTIONS(1827), + [anon_sym_case] = ACTIONS(1827), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1827), + [anon_sym_do] = ACTIONS(1827), + [anon_sym_for] = ACTIONS(1827), + [anon_sym_return] = ACTIONS(1827), + [anon_sym_break] = ACTIONS(1827), + [anon_sym_continue] = ACTIONS(1827), + [anon_sym_goto] = ACTIONS(1827), + [anon_sym_DASH_DASH] = ACTIONS(1829), + [anon_sym_PLUS_PLUS] = ACTIONS(1829), + [anon_sym_sizeof] = ACTIONS(1827), + [sym_number_literal] = ACTIONS(1829), + [anon_sym_L_SQUOTE] = ACTIONS(1829), + [anon_sym_u_SQUOTE] = ACTIONS(1829), + [anon_sym_U_SQUOTE] = ACTIONS(1829), + [anon_sym_u8_SQUOTE] = ACTIONS(1829), + [anon_sym_SQUOTE] = ACTIONS(1829), + [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(1827), + [sym_false] = ACTIONS(1827), + [sym_null] = ACTIONS(1827), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1827), + [anon_sym_virtual] = ACTIONS(1827), + [anon_sym_explicit] = ACTIONS(1827), + [sym_auto] = ACTIONS(1827), + [anon_sym_typename] = ACTIONS(1827), + [anon_sym_template] = ACTIONS(1827), + [anon_sym_operator] = ACTIONS(1827), + [anon_sym_delete] = ACTIONS(1827), + [anon_sym_throw] = ACTIONS(1827), + [anon_sym_namespace] = ACTIONS(1827), + [anon_sym_using] = ACTIONS(1827), + [anon_sym_static_assert] = ACTIONS(1827), + [anon_sym_co_return] = ACTIONS(1827), + [anon_sym_co_yield] = ACTIONS(1827), + [anon_sym_try] = ACTIONS(1827), + [anon_sym_co_await] = ACTIONS(1827), + [anon_sym_new] = ACTIONS(1827), + [sym_this] = ACTIONS(1827), + [sym_nullptr] = ACTIONS(1827), + [sym_alone_macro] = ACTIONS(1829), + [aux_sym_alone_macro_call_token1] = ACTIONS(1827), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_FORWARD] = ACTIONS(1827), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_PS_GET] = ACTIONS(1827), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), + [anon_sym_MOZ_COLD] = ACTIONS(1827), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_RAII] = ACTIONS(1827), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), + [sym_raw_string_literal] = ACTIONS(1829), }, - [555] = { - [sym_identifier] = ACTIONS(1859), - [aux_sym_preproc_include_token1] = ACTIONS(1859), - [aux_sym_preproc_def_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), - [sym_preproc_directive] = ACTIONS(1859), - [anon_sym_LPAREN2] = ACTIONS(1861), - [anon_sym_BANG] = ACTIONS(1861), - [anon_sym_TILDE] = ACTIONS(1861), - [anon_sym_DASH] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(1859), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP_AMP] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_SEMI] = ACTIONS(1861), - [anon_sym_typedef] = ACTIONS(1859), - [anon_sym_extern] = ACTIONS(1859), - [anon_sym___attribute__] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1861), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), - [anon_sym___declspec] = ACTIONS(1859), - [anon_sym___based] = ACTIONS(1859), - [anon_sym___cdecl] = ACTIONS(1859), - [anon_sym___clrcall] = ACTIONS(1859), - [anon_sym___stdcall] = ACTIONS(1859), - [anon_sym___fastcall] = ACTIONS(1859), - [anon_sym___thiscall] = ACTIONS(1859), - [anon_sym___vectorcall] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1861), - [anon_sym_RBRACE] = ACTIONS(1861), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_static] = ACTIONS(1859), - [anon_sym_register] = ACTIONS(1859), - [anon_sym_inline] = ACTIONS(1859), - [anon_sym_thread_local] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_volatile] = ACTIONS(1859), - [anon_sym_restrict] = ACTIONS(1859), - [anon_sym__Atomic] = ACTIONS(1859), - [anon_sym_mutable] = ACTIONS(1859), - [anon_sym_constexpr] = ACTIONS(1859), - [anon_sym_signed] = ACTIONS(1859), - [anon_sym_unsigned] = ACTIONS(1859), - [anon_sym_long] = ACTIONS(1859), - [anon_sym_short] = ACTIONS(1859), - [sym_primitive_type] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_class] = ACTIONS(1859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_switch] = ACTIONS(1859), - [anon_sym_case] = ACTIONS(1859), - [anon_sym_default] = ACTIONS(1859), - [anon_sym_while] = ACTIONS(1859), - [anon_sym_do] = ACTIONS(1859), - [anon_sym_for] = ACTIONS(1859), - [anon_sym_return] = ACTIONS(1859), - [anon_sym_break] = ACTIONS(1859), - [anon_sym_continue] = ACTIONS(1859), - [anon_sym_goto] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1861), - [anon_sym_PLUS_PLUS] = ACTIONS(1861), - [anon_sym_sizeof] = ACTIONS(1859), - [sym_number_literal] = ACTIONS(1861), - [anon_sym_L_SQUOTE] = ACTIONS(1861), - [anon_sym_u_SQUOTE] = ACTIONS(1861), - [anon_sym_U_SQUOTE] = ACTIONS(1861), - [anon_sym_u8_SQUOTE] = ACTIONS(1861), - [anon_sym_SQUOTE] = ACTIONS(1861), - [anon_sym_L_DQUOTE] = ACTIONS(1861), - [anon_sym_u_DQUOTE] = ACTIONS(1861), - [anon_sym_U_DQUOTE] = ACTIONS(1861), - [anon_sym_u8_DQUOTE] = ACTIONS(1861), - [anon_sym_DQUOTE] = ACTIONS(1861), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_null] = ACTIONS(1859), + [544] = { + [sym_identifier] = ACTIONS(1775), + [aux_sym_preproc_include_token1] = ACTIONS(1775), + [aux_sym_preproc_def_token1] = ACTIONS(1775), + [aux_sym_preproc_if_token1] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), + [sym_preproc_directive] = ACTIONS(1775), + [anon_sym_LPAREN2] = ACTIONS(1777), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1777), + [anon_sym_AMP_AMP] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1775), + [anon_sym_SEMI] = ACTIONS(1777), + [anon_sym_typedef] = ACTIONS(1775), + [anon_sym_extern] = ACTIONS(1775), + [anon_sym___attribute__] = ACTIONS(1775), + [anon_sym_COLON_COLON] = ACTIONS(1777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), + [anon_sym___declspec] = ACTIONS(1775), + [anon_sym___based] = ACTIONS(1775), + [anon_sym___cdecl] = ACTIONS(1775), + [anon_sym___clrcall] = ACTIONS(1775), + [anon_sym___stdcall] = ACTIONS(1775), + [anon_sym___fastcall] = ACTIONS(1775), + [anon_sym___thiscall] = ACTIONS(1775), + [anon_sym___vectorcall] = ACTIONS(1775), + [anon_sym_LBRACE] = ACTIONS(1777), + [anon_sym_RBRACE] = ACTIONS(1777), + [anon_sym_LBRACK] = ACTIONS(1775), + [anon_sym_static] = ACTIONS(1775), + [anon_sym_register] = ACTIONS(1775), + [anon_sym_inline] = ACTIONS(1775), + [anon_sym_thread_local] = ACTIONS(1775), + [anon_sym_const] = ACTIONS(1775), + [anon_sym_volatile] = ACTIONS(1775), + [anon_sym_restrict] = ACTIONS(1775), + [anon_sym__Atomic] = ACTIONS(1775), + [anon_sym_mutable] = ACTIONS(1775), + [anon_sym_constexpr] = ACTIONS(1775), + [anon_sym_signed] = ACTIONS(1775), + [anon_sym_unsigned] = ACTIONS(1775), + [anon_sym_long] = ACTIONS(1775), + [anon_sym_short] = ACTIONS(1775), + [sym_primitive_type] = ACTIONS(1775), + [anon_sym_enum] = ACTIONS(1775), + [anon_sym_class] = ACTIONS(1775), + [anon_sym_struct] = ACTIONS(1775), + [anon_sym_union] = ACTIONS(1775), + [anon_sym_if] = ACTIONS(1775), + [anon_sym_switch] = ACTIONS(1775), + [anon_sym_case] = ACTIONS(1775), + [anon_sym_default] = ACTIONS(1775), + [anon_sym_while] = ACTIONS(1775), + [anon_sym_do] = ACTIONS(1775), + [anon_sym_for] = ACTIONS(1775), + [anon_sym_return] = ACTIONS(1775), + [anon_sym_break] = ACTIONS(1775), + [anon_sym_continue] = ACTIONS(1775), + [anon_sym_goto] = ACTIONS(1775), + [anon_sym_DASH_DASH] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1777), + [anon_sym_sizeof] = ACTIONS(1775), + [sym_number_literal] = ACTIONS(1777), + [anon_sym_L_SQUOTE] = ACTIONS(1777), + [anon_sym_u_SQUOTE] = ACTIONS(1777), + [anon_sym_U_SQUOTE] = ACTIONS(1777), + [anon_sym_u8_SQUOTE] = ACTIONS(1777), + [anon_sym_SQUOTE] = ACTIONS(1777), + [anon_sym_L_DQUOTE] = ACTIONS(1777), + [anon_sym_u_DQUOTE] = ACTIONS(1777), + [anon_sym_U_DQUOTE] = ACTIONS(1777), + [anon_sym_u8_DQUOTE] = ACTIONS(1777), + [anon_sym_DQUOTE] = ACTIONS(1777), + [sym_true] = ACTIONS(1775), + [sym_false] = ACTIONS(1775), + [sym_null] = ACTIONS(1775), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1859), - [anon_sym_virtual] = ACTIONS(1859), - [anon_sym_explicit] = ACTIONS(1859), - [sym_auto] = ACTIONS(1859), - [anon_sym_typename] = ACTIONS(1859), - [anon_sym_template] = ACTIONS(1859), - [anon_sym_operator] = ACTIONS(1859), - [anon_sym_delete] = ACTIONS(1859), - [anon_sym_throw] = ACTIONS(1859), - [anon_sym_namespace] = ACTIONS(1859), - [anon_sym_using] = ACTIONS(1859), - [anon_sym_static_assert] = ACTIONS(1859), - [anon_sym_co_return] = ACTIONS(1859), - [anon_sym_co_yield] = ACTIONS(1859), - [anon_sym_try] = ACTIONS(1859), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1859), - [sym_this] = ACTIONS(1859), - [sym_nullptr] = ACTIONS(1859), - [sym_alone_macro] = ACTIONS(1861), - [aux_sym_alone_macro_call_token1] = ACTIONS(1859), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_FORWARD] = ACTIONS(1859), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_PS_GET] = ACTIONS(1859), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), - [anon_sym_MOZ_COLD] = ACTIONS(1859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_RAII] = ACTIONS(1859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), - [sym_raw_string_literal] = ACTIONS(1861), + [anon_sym_decltype] = ACTIONS(1775), + [anon_sym_virtual] = ACTIONS(1775), + [anon_sym_explicit] = ACTIONS(1775), + [sym_auto] = ACTIONS(1775), + [anon_sym_typename] = ACTIONS(1775), + [anon_sym_template] = ACTIONS(1775), + [anon_sym_operator] = ACTIONS(1775), + [anon_sym_delete] = ACTIONS(1775), + [anon_sym_throw] = ACTIONS(1775), + [anon_sym_namespace] = ACTIONS(1775), + [anon_sym_using] = ACTIONS(1775), + [anon_sym_static_assert] = ACTIONS(1775), + [anon_sym_co_return] = ACTIONS(1775), + [anon_sym_co_yield] = ACTIONS(1775), + [anon_sym_try] = ACTIONS(1775), + [anon_sym_co_await] = ACTIONS(1775), + [anon_sym_new] = ACTIONS(1775), + [sym_this] = ACTIONS(1775), + [sym_nullptr] = ACTIONS(1775), + [sym_alone_macro] = ACTIONS(1777), + [aux_sym_alone_macro_call_token1] = ACTIONS(1775), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_FORWARD] = ACTIONS(1775), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_PS_GET] = ACTIONS(1775), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), + [anon_sym_MOZ_COLD] = ACTIONS(1775), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_RAII] = ACTIONS(1775), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), + [sym_raw_string_literal] = ACTIONS(1777), }, - [556] = { - [sym_identifier] = ACTIONS(1739), - [aux_sym_preproc_include_token1] = ACTIONS(1739), - [aux_sym_preproc_def_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token2] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), - [sym_preproc_directive] = ACTIONS(1739), - [anon_sym_LPAREN2] = ACTIONS(1741), - [anon_sym_BANG] = ACTIONS(1741), - [anon_sym_TILDE] = ACTIONS(1741), - [anon_sym_DASH] = ACTIONS(1739), - [anon_sym_PLUS] = ACTIONS(1739), - [anon_sym_STAR] = ACTIONS(1741), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_AMP] = ACTIONS(1739), - [anon_sym_SEMI] = ACTIONS(1741), - [anon_sym_typedef] = ACTIONS(1739), - [anon_sym_extern] = ACTIONS(1739), - [anon_sym___attribute__] = ACTIONS(1739), - [anon_sym_COLON_COLON] = ACTIONS(1741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), - [anon_sym___declspec] = ACTIONS(1739), - [anon_sym___based] = ACTIONS(1739), - [anon_sym___cdecl] = ACTIONS(1739), - [anon_sym___clrcall] = ACTIONS(1739), - [anon_sym___stdcall] = ACTIONS(1739), - [anon_sym___fastcall] = ACTIONS(1739), - [anon_sym___thiscall] = ACTIONS(1739), - [anon_sym___vectorcall] = ACTIONS(1739), - [anon_sym_LBRACE] = ACTIONS(1741), - [anon_sym_LBRACK] = ACTIONS(1739), - [anon_sym_static] = ACTIONS(1739), - [anon_sym_register] = ACTIONS(1739), - [anon_sym_inline] = ACTIONS(1739), - [anon_sym_thread_local] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1739), - [anon_sym_volatile] = ACTIONS(1739), - [anon_sym_restrict] = ACTIONS(1739), - [anon_sym__Atomic] = ACTIONS(1739), - [anon_sym_mutable] = ACTIONS(1739), - [anon_sym_constexpr] = ACTIONS(1739), - [anon_sym_signed] = ACTIONS(1739), - [anon_sym_unsigned] = ACTIONS(1739), - [anon_sym_long] = ACTIONS(1739), - [anon_sym_short] = ACTIONS(1739), - [sym_primitive_type] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1739), - [anon_sym_class] = ACTIONS(1739), - [anon_sym_struct] = ACTIONS(1739), - [anon_sym_union] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1739), - [anon_sym_switch] = ACTIONS(1739), - [anon_sym_case] = ACTIONS(1739), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1739), - [anon_sym_do] = ACTIONS(1739), - [anon_sym_for] = ACTIONS(1739), - [anon_sym_return] = ACTIONS(1739), - [anon_sym_break] = ACTIONS(1739), - [anon_sym_continue] = ACTIONS(1739), - [anon_sym_goto] = ACTIONS(1739), - [anon_sym_DASH_DASH] = ACTIONS(1741), - [anon_sym_PLUS_PLUS] = ACTIONS(1741), - [anon_sym_sizeof] = ACTIONS(1739), - [sym_number_literal] = ACTIONS(1741), - [anon_sym_L_SQUOTE] = ACTIONS(1741), - [anon_sym_u_SQUOTE] = ACTIONS(1741), - [anon_sym_U_SQUOTE] = ACTIONS(1741), - [anon_sym_u8_SQUOTE] = ACTIONS(1741), - [anon_sym_SQUOTE] = ACTIONS(1741), - [anon_sym_L_DQUOTE] = ACTIONS(1741), - [anon_sym_u_DQUOTE] = ACTIONS(1741), - [anon_sym_U_DQUOTE] = ACTIONS(1741), - [anon_sym_u8_DQUOTE] = ACTIONS(1741), - [anon_sym_DQUOTE] = ACTIONS(1741), - [sym_true] = ACTIONS(1739), - [sym_false] = ACTIONS(1739), - [sym_null] = ACTIONS(1739), + [545] = { + [sym_identifier] = ACTIONS(1863), + [aux_sym_preproc_include_token1] = ACTIONS(1863), + [aux_sym_preproc_def_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token2] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), + [sym_preproc_directive] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1865), + [anon_sym_BANG] = ACTIONS(1865), + [anon_sym_TILDE] = ACTIONS(1865), + [anon_sym_DASH] = ACTIONS(1863), + [anon_sym_PLUS] = ACTIONS(1863), + [anon_sym_STAR] = ACTIONS(1865), + [anon_sym_AMP_AMP] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1865), + [anon_sym_typedef] = ACTIONS(1863), + [anon_sym_extern] = ACTIONS(1863), + [anon_sym___attribute__] = ACTIONS(1863), + [anon_sym_COLON_COLON] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), + [anon_sym___declspec] = ACTIONS(1863), + [anon_sym___based] = ACTIONS(1863), + [anon_sym___cdecl] = ACTIONS(1863), + [anon_sym___clrcall] = ACTIONS(1863), + [anon_sym___stdcall] = ACTIONS(1863), + [anon_sym___fastcall] = ACTIONS(1863), + [anon_sym___thiscall] = ACTIONS(1863), + [anon_sym___vectorcall] = ACTIONS(1863), + [anon_sym_LBRACE] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_static] = ACTIONS(1863), + [anon_sym_register] = ACTIONS(1863), + [anon_sym_inline] = ACTIONS(1863), + [anon_sym_thread_local] = ACTIONS(1863), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_volatile] = ACTIONS(1863), + [anon_sym_restrict] = ACTIONS(1863), + [anon_sym__Atomic] = ACTIONS(1863), + [anon_sym_mutable] = ACTIONS(1863), + [anon_sym_constexpr] = ACTIONS(1863), + [anon_sym_signed] = ACTIONS(1863), + [anon_sym_unsigned] = ACTIONS(1863), + [anon_sym_long] = ACTIONS(1863), + [anon_sym_short] = ACTIONS(1863), + [sym_primitive_type] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_class] = ACTIONS(1863), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), + [anon_sym_if] = ACTIONS(1863), + [anon_sym_switch] = ACTIONS(1863), + [anon_sym_case] = ACTIONS(1863), + [anon_sym_default] = ACTIONS(1863), + [anon_sym_while] = ACTIONS(1863), + [anon_sym_do] = ACTIONS(1863), + [anon_sym_for] = ACTIONS(1863), + [anon_sym_return] = ACTIONS(1863), + [anon_sym_break] = ACTIONS(1863), + [anon_sym_continue] = ACTIONS(1863), + [anon_sym_goto] = ACTIONS(1863), + [anon_sym_DASH_DASH] = ACTIONS(1865), + [anon_sym_PLUS_PLUS] = ACTIONS(1865), + [anon_sym_sizeof] = ACTIONS(1863), + [sym_number_literal] = ACTIONS(1865), + [anon_sym_L_SQUOTE] = ACTIONS(1865), + [anon_sym_u_SQUOTE] = ACTIONS(1865), + [anon_sym_U_SQUOTE] = ACTIONS(1865), + [anon_sym_u8_SQUOTE] = ACTIONS(1865), + [anon_sym_SQUOTE] = ACTIONS(1865), + [anon_sym_L_DQUOTE] = ACTIONS(1865), + [anon_sym_u_DQUOTE] = ACTIONS(1865), + [anon_sym_U_DQUOTE] = ACTIONS(1865), + [anon_sym_u8_DQUOTE] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1865), + [sym_true] = ACTIONS(1863), + [sym_false] = ACTIONS(1863), + [sym_null] = ACTIONS(1863), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1739), - [anon_sym_virtual] = ACTIONS(1739), - [anon_sym_explicit] = ACTIONS(1739), - [sym_auto] = ACTIONS(1739), - [anon_sym_typename] = ACTIONS(1739), - [anon_sym_template] = ACTIONS(1739), - [anon_sym_operator] = ACTIONS(1739), - [anon_sym_delete] = ACTIONS(1739), - [anon_sym_throw] = ACTIONS(1739), - [anon_sym_namespace] = ACTIONS(1739), - [anon_sym_using] = ACTIONS(1739), - [anon_sym_static_assert] = ACTIONS(1739), - [anon_sym_co_return] = ACTIONS(1739), - [anon_sym_co_yield] = ACTIONS(1739), - [anon_sym_try] = ACTIONS(1739), - [anon_sym_co_await] = ACTIONS(1739), - [anon_sym_new] = ACTIONS(1739), - [sym_this] = ACTIONS(1739), - [sym_nullptr] = ACTIONS(1739), - [sym_alone_macro] = ACTIONS(1741), - [aux_sym_alone_macro_call_token1] = ACTIONS(1739), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_FORWARD] = ACTIONS(1739), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_PS_GET] = ACTIONS(1739), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), - [anon_sym_MOZ_COLD] = ACTIONS(1739), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_RAII] = ACTIONS(1739), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), - [sym_raw_string_literal] = ACTIONS(1741), + [anon_sym_decltype] = ACTIONS(1863), + [anon_sym_virtual] = ACTIONS(1863), + [anon_sym_explicit] = ACTIONS(1863), + [sym_auto] = ACTIONS(1863), + [anon_sym_typename] = ACTIONS(1863), + [anon_sym_template] = ACTIONS(1863), + [anon_sym_operator] = ACTIONS(1863), + [anon_sym_delete] = ACTIONS(1863), + [anon_sym_throw] = ACTIONS(1863), + [anon_sym_namespace] = ACTIONS(1863), + [anon_sym_using] = ACTIONS(1863), + [anon_sym_static_assert] = ACTIONS(1863), + [anon_sym_co_return] = ACTIONS(1863), + [anon_sym_co_yield] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1863), + [anon_sym_co_await] = ACTIONS(1863), + [anon_sym_new] = ACTIONS(1863), + [sym_this] = ACTIONS(1863), + [sym_nullptr] = ACTIONS(1863), + [sym_alone_macro] = ACTIONS(1865), + [aux_sym_alone_macro_call_token1] = ACTIONS(1863), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_FORWARD] = ACTIONS(1863), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_PS_GET] = ACTIONS(1863), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), + [anon_sym_MOZ_COLD] = ACTIONS(1863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_RAII] = ACTIONS(1863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), + [sym_raw_string_literal] = ACTIONS(1865), }, - [557] = { - [sym_identifier] = ACTIONS(1755), - [aux_sym_preproc_include_token1] = ACTIONS(1755), - [aux_sym_preproc_def_token1] = ACTIONS(1755), - [aux_sym_preproc_if_token1] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), - [sym_preproc_directive] = ACTIONS(1755), - [anon_sym_LPAREN2] = ACTIONS(1757), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1755), - [anon_sym_PLUS] = ACTIONS(1755), - [anon_sym_STAR] = ACTIONS(1757), - [anon_sym_AMP_AMP] = ACTIONS(1757), - [anon_sym_AMP] = ACTIONS(1755), - [anon_sym_SEMI] = ACTIONS(1757), - [anon_sym_typedef] = ACTIONS(1755), - [anon_sym_extern] = ACTIONS(1755), - [anon_sym___attribute__] = ACTIONS(1755), - [anon_sym_COLON_COLON] = ACTIONS(1757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), - [anon_sym___declspec] = ACTIONS(1755), - [anon_sym___based] = ACTIONS(1755), - [anon_sym___cdecl] = ACTIONS(1755), - [anon_sym___clrcall] = ACTIONS(1755), - [anon_sym___stdcall] = ACTIONS(1755), - [anon_sym___fastcall] = ACTIONS(1755), - [anon_sym___thiscall] = ACTIONS(1755), - [anon_sym___vectorcall] = ACTIONS(1755), - [anon_sym_LBRACE] = ACTIONS(1757), - [anon_sym_RBRACE] = ACTIONS(1757), - [anon_sym_LBRACK] = ACTIONS(1755), - [anon_sym_static] = ACTIONS(1755), - [anon_sym_register] = ACTIONS(1755), - [anon_sym_inline] = ACTIONS(1755), - [anon_sym_thread_local] = ACTIONS(1755), - [anon_sym_const] = ACTIONS(1755), - [anon_sym_volatile] = ACTIONS(1755), - [anon_sym_restrict] = ACTIONS(1755), - [anon_sym__Atomic] = ACTIONS(1755), - [anon_sym_mutable] = ACTIONS(1755), - [anon_sym_constexpr] = ACTIONS(1755), - [anon_sym_signed] = ACTIONS(1755), - [anon_sym_unsigned] = ACTIONS(1755), - [anon_sym_long] = ACTIONS(1755), - [anon_sym_short] = ACTIONS(1755), - [sym_primitive_type] = ACTIONS(1755), - [anon_sym_enum] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(1755), - [anon_sym_struct] = ACTIONS(1755), - [anon_sym_union] = ACTIONS(1755), - [anon_sym_if] = ACTIONS(1755), - [anon_sym_switch] = ACTIONS(1755), - [anon_sym_case] = ACTIONS(1755), - [anon_sym_default] = ACTIONS(1755), - [anon_sym_while] = ACTIONS(1755), - [anon_sym_do] = ACTIONS(1755), - [anon_sym_for] = ACTIONS(1755), - [anon_sym_return] = ACTIONS(1755), - [anon_sym_break] = ACTIONS(1755), - [anon_sym_continue] = ACTIONS(1755), - [anon_sym_goto] = ACTIONS(1755), - [anon_sym_DASH_DASH] = ACTIONS(1757), - [anon_sym_PLUS_PLUS] = ACTIONS(1757), - [anon_sym_sizeof] = ACTIONS(1755), - [sym_number_literal] = ACTIONS(1757), - [anon_sym_L_SQUOTE] = ACTIONS(1757), - [anon_sym_u_SQUOTE] = ACTIONS(1757), - [anon_sym_U_SQUOTE] = ACTIONS(1757), - [anon_sym_u8_SQUOTE] = ACTIONS(1757), - [anon_sym_SQUOTE] = ACTIONS(1757), - [anon_sym_L_DQUOTE] = ACTIONS(1757), - [anon_sym_u_DQUOTE] = ACTIONS(1757), - [anon_sym_U_DQUOTE] = ACTIONS(1757), - [anon_sym_u8_DQUOTE] = ACTIONS(1757), - [anon_sym_DQUOTE] = ACTIONS(1757), - [sym_true] = ACTIONS(1755), - [sym_false] = ACTIONS(1755), - [sym_null] = ACTIONS(1755), + [546] = { + [sym_identifier] = ACTIONS(1707), + [aux_sym_preproc_include_token1] = ACTIONS(1707), + [aux_sym_preproc_def_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_STAR] = ACTIONS(1709), + [anon_sym_AMP_AMP] = ACTIONS(1709), + [anon_sym_AMP] = ACTIONS(1707), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_typedef] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym___attribute__] = ACTIONS(1707), + [anon_sym_COLON_COLON] = ACTIONS(1709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), + [anon_sym___declspec] = ACTIONS(1707), + [anon_sym___based] = ACTIONS(1707), + [anon_sym___cdecl] = ACTIONS(1707), + [anon_sym___clrcall] = ACTIONS(1707), + [anon_sym___stdcall] = ACTIONS(1707), + [anon_sym___fastcall] = ACTIONS(1707), + [anon_sym___thiscall] = ACTIONS(1707), + [anon_sym___vectorcall] = ACTIONS(1707), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_static] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_inline] = ACTIONS(1707), + [anon_sym_thread_local] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_volatile] = ACTIONS(1707), + [anon_sym_restrict] = ACTIONS(1707), + [anon_sym__Atomic] = ACTIONS(1707), + [anon_sym_mutable] = ACTIONS(1707), + [anon_sym_constexpr] = ACTIONS(1707), + [anon_sym_signed] = ACTIONS(1707), + [anon_sym_unsigned] = ACTIONS(1707), + [anon_sym_long] = ACTIONS(1707), + [anon_sym_short] = ACTIONS(1707), + [sym_primitive_type] = ACTIONS(1707), + [anon_sym_enum] = ACTIONS(1707), + [anon_sym_class] = ACTIONS(1707), + [anon_sym_struct] = ACTIONS(1707), + [anon_sym_union] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_do] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_continue] = ACTIONS(1707), + [anon_sym_goto] = ACTIONS(1707), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_sizeof] = ACTIONS(1707), + [sym_number_literal] = ACTIONS(1709), + [anon_sym_L_SQUOTE] = ACTIONS(1709), + [anon_sym_u_SQUOTE] = ACTIONS(1709), + [anon_sym_U_SQUOTE] = ACTIONS(1709), + [anon_sym_u8_SQUOTE] = ACTIONS(1709), + [anon_sym_SQUOTE] = ACTIONS(1709), + [anon_sym_L_DQUOTE] = ACTIONS(1709), + [anon_sym_u_DQUOTE] = ACTIONS(1709), + [anon_sym_U_DQUOTE] = ACTIONS(1709), + [anon_sym_u8_DQUOTE] = ACTIONS(1709), + [anon_sym_DQUOTE] = ACTIONS(1709), + [sym_true] = ACTIONS(1707), + [sym_false] = ACTIONS(1707), + [sym_null] = ACTIONS(1707), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1755), - [anon_sym_virtual] = ACTIONS(1755), - [anon_sym_explicit] = ACTIONS(1755), - [sym_auto] = ACTIONS(1755), - [anon_sym_typename] = ACTIONS(1755), - [anon_sym_template] = ACTIONS(1755), - [anon_sym_operator] = ACTIONS(1755), - [anon_sym_delete] = ACTIONS(1755), - [anon_sym_throw] = ACTIONS(1755), - [anon_sym_namespace] = ACTIONS(1755), - [anon_sym_using] = ACTIONS(1755), - [anon_sym_static_assert] = ACTIONS(1755), - [anon_sym_co_return] = ACTIONS(1755), - [anon_sym_co_yield] = ACTIONS(1755), - [anon_sym_try] = ACTIONS(1755), - [anon_sym_co_await] = ACTIONS(1755), - [anon_sym_new] = ACTIONS(1755), - [sym_this] = ACTIONS(1755), - [sym_nullptr] = ACTIONS(1755), - [sym_alone_macro] = ACTIONS(1757), - [aux_sym_alone_macro_call_token1] = ACTIONS(1755), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_FORWARD] = ACTIONS(1755), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_PS_GET] = ACTIONS(1755), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), - [anon_sym_MOZ_COLD] = ACTIONS(1755), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_RAII] = ACTIONS(1755), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), - [sym_raw_string_literal] = ACTIONS(1757), + [anon_sym_decltype] = ACTIONS(1707), + [anon_sym_virtual] = ACTIONS(1707), + [anon_sym_explicit] = ACTIONS(1707), + [sym_auto] = ACTIONS(1707), + [anon_sym_typename] = ACTIONS(1707), + [anon_sym_template] = ACTIONS(1707), + [anon_sym_operator] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_throw] = ACTIONS(1707), + [anon_sym_namespace] = ACTIONS(1707), + [anon_sym_using] = ACTIONS(1707), + [anon_sym_static_assert] = ACTIONS(1707), + [anon_sym_co_return] = ACTIONS(1707), + [anon_sym_co_yield] = ACTIONS(1707), + [anon_sym_try] = ACTIONS(1707), + [anon_sym_co_await] = ACTIONS(1707), + [anon_sym_new] = ACTIONS(1707), + [sym_this] = ACTIONS(1707), + [sym_nullptr] = ACTIONS(1707), + [sym_alone_macro] = ACTIONS(1709), + [aux_sym_alone_macro_call_token1] = ACTIONS(1707), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_FORWARD] = ACTIONS(1707), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_PS_GET] = ACTIONS(1707), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), + [anon_sym_MOZ_COLD] = ACTIONS(1707), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_RAII] = ACTIONS(1707), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), + [sym_raw_string_literal] = ACTIONS(1709), }, - [558] = { - [sym_identifier] = ACTIONS(1875), - [aux_sym_preproc_include_token1] = ACTIONS(1875), - [aux_sym_preproc_def_token1] = ACTIONS(1875), - [aux_sym_preproc_if_token1] = ACTIONS(1875), - [aux_sym_preproc_if_token2] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), - [sym_preproc_directive] = ACTIONS(1875), - [anon_sym_LPAREN2] = ACTIONS(1877), - [anon_sym_BANG] = ACTIONS(1877), - [anon_sym_TILDE] = ACTIONS(1877), - [anon_sym_DASH] = ACTIONS(1875), - [anon_sym_PLUS] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_AMP_AMP] = ACTIONS(1877), - [anon_sym_AMP] = ACTIONS(1875), - [anon_sym_SEMI] = ACTIONS(1877), - [anon_sym_typedef] = ACTIONS(1875), - [anon_sym_extern] = ACTIONS(1875), - [anon_sym___attribute__] = ACTIONS(1875), - [anon_sym_COLON_COLON] = ACTIONS(1877), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), - [anon_sym___declspec] = ACTIONS(1875), - [anon_sym___based] = ACTIONS(1875), - [anon_sym___cdecl] = ACTIONS(1875), - [anon_sym___clrcall] = ACTIONS(1875), - [anon_sym___stdcall] = ACTIONS(1875), - [anon_sym___fastcall] = ACTIONS(1875), - [anon_sym___thiscall] = ACTIONS(1875), - [anon_sym___vectorcall] = ACTIONS(1875), - [anon_sym_LBRACE] = ACTIONS(1877), - [anon_sym_LBRACK] = ACTIONS(1875), - [anon_sym_static] = ACTIONS(1875), - [anon_sym_register] = ACTIONS(1875), - [anon_sym_inline] = ACTIONS(1875), - [anon_sym_thread_local] = ACTIONS(1875), - [anon_sym_const] = ACTIONS(1875), - [anon_sym_volatile] = ACTIONS(1875), - [anon_sym_restrict] = ACTIONS(1875), - [anon_sym__Atomic] = ACTIONS(1875), - [anon_sym_mutable] = ACTIONS(1875), - [anon_sym_constexpr] = ACTIONS(1875), - [anon_sym_signed] = ACTIONS(1875), - [anon_sym_unsigned] = ACTIONS(1875), - [anon_sym_long] = ACTIONS(1875), - [anon_sym_short] = ACTIONS(1875), - [sym_primitive_type] = ACTIONS(1875), - [anon_sym_enum] = ACTIONS(1875), - [anon_sym_class] = ACTIONS(1875), - [anon_sym_struct] = ACTIONS(1875), - [anon_sym_union] = ACTIONS(1875), - [anon_sym_if] = ACTIONS(1875), - [anon_sym_switch] = ACTIONS(1875), - [anon_sym_case] = ACTIONS(1875), - [anon_sym_default] = ACTIONS(1875), - [anon_sym_while] = ACTIONS(1875), - [anon_sym_do] = ACTIONS(1875), - [anon_sym_for] = ACTIONS(1875), - [anon_sym_return] = ACTIONS(1875), - [anon_sym_break] = ACTIONS(1875), - [anon_sym_continue] = ACTIONS(1875), - [anon_sym_goto] = ACTIONS(1875), - [anon_sym_DASH_DASH] = ACTIONS(1877), - [anon_sym_PLUS_PLUS] = ACTIONS(1877), - [anon_sym_sizeof] = ACTIONS(1875), - [sym_number_literal] = ACTIONS(1877), - [anon_sym_L_SQUOTE] = ACTIONS(1877), - [anon_sym_u_SQUOTE] = ACTIONS(1877), - [anon_sym_U_SQUOTE] = ACTIONS(1877), - [anon_sym_u8_SQUOTE] = ACTIONS(1877), - [anon_sym_SQUOTE] = ACTIONS(1877), - [anon_sym_L_DQUOTE] = ACTIONS(1877), - [anon_sym_u_DQUOTE] = ACTIONS(1877), - [anon_sym_U_DQUOTE] = ACTIONS(1877), - [anon_sym_u8_DQUOTE] = ACTIONS(1877), - [anon_sym_DQUOTE] = ACTIONS(1877), - [sym_true] = ACTIONS(1875), - [sym_false] = ACTIONS(1875), - [sym_null] = ACTIONS(1875), + [547] = { + [sym_identifier] = ACTIONS(1779), + [aux_sym_preproc_include_token1] = ACTIONS(1779), + [aux_sym_preproc_def_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), + [sym_preproc_directive] = ACTIONS(1779), + [anon_sym_LPAREN2] = ACTIONS(1781), + [anon_sym_BANG] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1781), + [anon_sym_AMP_AMP] = ACTIONS(1781), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_SEMI] = ACTIONS(1781), + [anon_sym_typedef] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(1779), + [anon_sym___attribute__] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1779), + [anon_sym___based] = ACTIONS(1779), + [anon_sym___cdecl] = ACTIONS(1779), + [anon_sym___clrcall] = ACTIONS(1779), + [anon_sym___stdcall] = ACTIONS(1779), + [anon_sym___fastcall] = ACTIONS(1779), + [anon_sym___thiscall] = ACTIONS(1779), + [anon_sym___vectorcall] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_RBRACE] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1779), + [anon_sym_static] = ACTIONS(1779), + [anon_sym_register] = ACTIONS(1779), + [anon_sym_inline] = ACTIONS(1779), + [anon_sym_thread_local] = ACTIONS(1779), + [anon_sym_const] = ACTIONS(1779), + [anon_sym_volatile] = ACTIONS(1779), + [anon_sym_restrict] = ACTIONS(1779), + [anon_sym__Atomic] = ACTIONS(1779), + [anon_sym_mutable] = ACTIONS(1779), + [anon_sym_constexpr] = ACTIONS(1779), + [anon_sym_signed] = ACTIONS(1779), + [anon_sym_unsigned] = ACTIONS(1779), + [anon_sym_long] = ACTIONS(1779), + [anon_sym_short] = ACTIONS(1779), + [sym_primitive_type] = ACTIONS(1779), + [anon_sym_enum] = ACTIONS(1779), + [anon_sym_class] = ACTIONS(1779), + [anon_sym_struct] = ACTIONS(1779), + [anon_sym_union] = ACTIONS(1779), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1779), + [anon_sym_default] = ACTIONS(1779), + [anon_sym_while] = ACTIONS(1779), + [anon_sym_do] = ACTIONS(1779), + [anon_sym_for] = ACTIONS(1779), + [anon_sym_return] = ACTIONS(1779), + [anon_sym_break] = ACTIONS(1779), + [anon_sym_continue] = ACTIONS(1779), + [anon_sym_goto] = ACTIONS(1779), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1779), + [sym_number_literal] = ACTIONS(1781), + [anon_sym_L_SQUOTE] = ACTIONS(1781), + [anon_sym_u_SQUOTE] = ACTIONS(1781), + [anon_sym_U_SQUOTE] = ACTIONS(1781), + [anon_sym_u8_SQUOTE] = ACTIONS(1781), + [anon_sym_SQUOTE] = ACTIONS(1781), + [anon_sym_L_DQUOTE] = ACTIONS(1781), + [anon_sym_u_DQUOTE] = ACTIONS(1781), + [anon_sym_U_DQUOTE] = ACTIONS(1781), + [anon_sym_u8_DQUOTE] = ACTIONS(1781), + [anon_sym_DQUOTE] = ACTIONS(1781), + [sym_true] = ACTIONS(1779), + [sym_false] = ACTIONS(1779), + [sym_null] = ACTIONS(1779), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1875), - [anon_sym_virtual] = ACTIONS(1875), - [anon_sym_explicit] = ACTIONS(1875), - [sym_auto] = ACTIONS(1875), - [anon_sym_typename] = ACTIONS(1875), - [anon_sym_template] = ACTIONS(1875), - [anon_sym_operator] = ACTIONS(1875), - [anon_sym_delete] = ACTIONS(1875), - [anon_sym_throw] = ACTIONS(1875), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_using] = ACTIONS(1875), - [anon_sym_static_assert] = ACTIONS(1875), - [anon_sym_co_return] = ACTIONS(1875), - [anon_sym_co_yield] = ACTIONS(1875), - [anon_sym_try] = ACTIONS(1875), - [anon_sym_co_await] = ACTIONS(1875), - [anon_sym_new] = ACTIONS(1875), - [sym_this] = ACTIONS(1875), - [sym_nullptr] = ACTIONS(1875), - [sym_alone_macro] = ACTIONS(1877), - [aux_sym_alone_macro_call_token1] = ACTIONS(1875), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_FORWARD] = ACTIONS(1875), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_PS_GET] = ACTIONS(1875), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), - [anon_sym_MOZ_COLD] = ACTIONS(1875), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_RAII] = ACTIONS(1875), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), - [sym_raw_string_literal] = ACTIONS(1877), + [anon_sym_decltype] = ACTIONS(1779), + [anon_sym_virtual] = ACTIONS(1779), + [anon_sym_explicit] = ACTIONS(1779), + [sym_auto] = ACTIONS(1779), + [anon_sym_typename] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1779), + [anon_sym_operator] = ACTIONS(1779), + [anon_sym_delete] = ACTIONS(1779), + [anon_sym_throw] = ACTIONS(1779), + [anon_sym_namespace] = ACTIONS(1779), + [anon_sym_using] = ACTIONS(1779), + [anon_sym_static_assert] = ACTIONS(1779), + [anon_sym_co_return] = ACTIONS(1779), + [anon_sym_co_yield] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_co_await] = ACTIONS(1779), + [anon_sym_new] = ACTIONS(1779), + [sym_this] = ACTIONS(1779), + [sym_nullptr] = ACTIONS(1779), + [sym_alone_macro] = ACTIONS(1781), + [aux_sym_alone_macro_call_token1] = ACTIONS(1779), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_FORWARD] = ACTIONS(1779), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_PS_GET] = ACTIONS(1779), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), + [anon_sym_MOZ_COLD] = ACTIONS(1779), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_RAII] = ACTIONS(1779), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + [sym_raw_string_literal] = ACTIONS(1781), }, - [559] = { - [sym_identifier] = ACTIONS(1855), - [aux_sym_preproc_include_token1] = ACTIONS(1855), - [aux_sym_preproc_def_token1] = ACTIONS(1855), - [aux_sym_preproc_if_token1] = ACTIONS(1855), - [aux_sym_preproc_if_token2] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), - [sym_preproc_directive] = ACTIONS(1855), - [anon_sym_LPAREN2] = ACTIONS(1857), - [anon_sym_BANG] = ACTIONS(1857), - [anon_sym_TILDE] = ACTIONS(1857), - [anon_sym_DASH] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(1855), - [anon_sym_STAR] = ACTIONS(1857), - [anon_sym_AMP_AMP] = ACTIONS(1857), - [anon_sym_AMP] = ACTIONS(1855), - [anon_sym_SEMI] = ACTIONS(1857), - [anon_sym_typedef] = ACTIONS(1855), - [anon_sym_extern] = ACTIONS(1855), - [anon_sym___attribute__] = ACTIONS(1855), - [anon_sym_COLON_COLON] = ACTIONS(1857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), - [anon_sym___declspec] = ACTIONS(1855), - [anon_sym___based] = ACTIONS(1855), - [anon_sym___cdecl] = ACTIONS(1855), - [anon_sym___clrcall] = ACTIONS(1855), - [anon_sym___stdcall] = ACTIONS(1855), - [anon_sym___fastcall] = ACTIONS(1855), - [anon_sym___thiscall] = ACTIONS(1855), - [anon_sym___vectorcall] = ACTIONS(1855), - [anon_sym_LBRACE] = ACTIONS(1857), - [anon_sym_LBRACK] = ACTIONS(1855), - [anon_sym_static] = ACTIONS(1855), - [anon_sym_register] = ACTIONS(1855), - [anon_sym_inline] = ACTIONS(1855), - [anon_sym_thread_local] = ACTIONS(1855), - [anon_sym_const] = ACTIONS(1855), - [anon_sym_volatile] = ACTIONS(1855), - [anon_sym_restrict] = ACTIONS(1855), - [anon_sym__Atomic] = ACTIONS(1855), - [anon_sym_mutable] = ACTIONS(1855), - [anon_sym_constexpr] = ACTIONS(1855), - [anon_sym_signed] = ACTIONS(1855), - [anon_sym_unsigned] = ACTIONS(1855), - [anon_sym_long] = ACTIONS(1855), - [anon_sym_short] = ACTIONS(1855), - [sym_primitive_type] = ACTIONS(1855), - [anon_sym_enum] = ACTIONS(1855), - [anon_sym_class] = ACTIONS(1855), - [anon_sym_struct] = ACTIONS(1855), - [anon_sym_union] = ACTIONS(1855), - [anon_sym_if] = ACTIONS(1855), - [anon_sym_switch] = ACTIONS(1855), - [anon_sym_case] = ACTIONS(1855), - [anon_sym_default] = ACTIONS(1855), - [anon_sym_while] = ACTIONS(1855), - [anon_sym_do] = ACTIONS(1855), - [anon_sym_for] = ACTIONS(1855), - [anon_sym_return] = ACTIONS(1855), - [anon_sym_break] = ACTIONS(1855), - [anon_sym_continue] = ACTIONS(1855), - [anon_sym_goto] = ACTIONS(1855), - [anon_sym_DASH_DASH] = ACTIONS(1857), - [anon_sym_PLUS_PLUS] = ACTIONS(1857), - [anon_sym_sizeof] = ACTIONS(1855), - [sym_number_literal] = ACTIONS(1857), - [anon_sym_L_SQUOTE] = ACTIONS(1857), - [anon_sym_u_SQUOTE] = ACTIONS(1857), - [anon_sym_U_SQUOTE] = ACTIONS(1857), - [anon_sym_u8_SQUOTE] = ACTIONS(1857), - [anon_sym_SQUOTE] = ACTIONS(1857), - [anon_sym_L_DQUOTE] = ACTIONS(1857), - [anon_sym_u_DQUOTE] = ACTIONS(1857), - [anon_sym_U_DQUOTE] = ACTIONS(1857), - [anon_sym_u8_DQUOTE] = ACTIONS(1857), - [anon_sym_DQUOTE] = ACTIONS(1857), - [sym_true] = ACTIONS(1855), - [sym_false] = ACTIONS(1855), - [sym_null] = ACTIONS(1855), + [548] = { + [ts_builtin_sym_end] = ACTIONS(1881), + [sym_identifier] = ACTIONS(1879), + [aux_sym_preproc_include_token1] = ACTIONS(1879), + [aux_sym_preproc_def_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), + [sym_preproc_directive] = ACTIONS(1879), + [anon_sym_LPAREN2] = ACTIONS(1881), + [anon_sym_BANG] = ACTIONS(1881), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1879), + [anon_sym_PLUS] = ACTIONS(1879), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1879), + [anon_sym_SEMI] = ACTIONS(1881), + [anon_sym_typedef] = ACTIONS(1879), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym___attribute__] = ACTIONS(1879), + [anon_sym_COLON_COLON] = ACTIONS(1881), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), + [anon_sym___declspec] = ACTIONS(1879), + [anon_sym___based] = ACTIONS(1879), + [anon_sym___cdecl] = ACTIONS(1879), + [anon_sym___clrcall] = ACTIONS(1879), + [anon_sym___stdcall] = ACTIONS(1879), + [anon_sym___fastcall] = ACTIONS(1879), + [anon_sym___thiscall] = ACTIONS(1879), + [anon_sym___vectorcall] = ACTIONS(1879), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_register] = ACTIONS(1879), + [anon_sym_inline] = ACTIONS(1879), + [anon_sym_thread_local] = ACTIONS(1879), + [anon_sym_const] = ACTIONS(1879), + [anon_sym_volatile] = ACTIONS(1879), + [anon_sym_restrict] = ACTIONS(1879), + [anon_sym__Atomic] = ACTIONS(1879), + [anon_sym_mutable] = ACTIONS(1879), + [anon_sym_constexpr] = ACTIONS(1879), + [anon_sym_signed] = ACTIONS(1879), + [anon_sym_unsigned] = ACTIONS(1879), + [anon_sym_long] = ACTIONS(1879), + [anon_sym_short] = ACTIONS(1879), + [sym_primitive_type] = ACTIONS(1879), + [anon_sym_enum] = ACTIONS(1879), + [anon_sym_class] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1879), + [anon_sym_union] = ACTIONS(1879), + [anon_sym_if] = ACTIONS(1879), + [anon_sym_switch] = ACTIONS(1879), + [anon_sym_case] = ACTIONS(1879), + [anon_sym_default] = ACTIONS(1879), + [anon_sym_while] = ACTIONS(1879), + [anon_sym_do] = ACTIONS(1879), + [anon_sym_for] = ACTIONS(1879), + [anon_sym_return] = ACTIONS(1879), + [anon_sym_break] = ACTIONS(1879), + [anon_sym_continue] = ACTIONS(1879), + [anon_sym_goto] = ACTIONS(1879), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_sizeof] = ACTIONS(1879), + [sym_number_literal] = ACTIONS(1881), + [anon_sym_L_SQUOTE] = ACTIONS(1881), + [anon_sym_u_SQUOTE] = ACTIONS(1881), + [anon_sym_U_SQUOTE] = ACTIONS(1881), + [anon_sym_u8_SQUOTE] = ACTIONS(1881), + [anon_sym_SQUOTE] = ACTIONS(1881), + [anon_sym_L_DQUOTE] = ACTIONS(1881), + [anon_sym_u_DQUOTE] = ACTIONS(1881), + [anon_sym_U_DQUOTE] = ACTIONS(1881), + [anon_sym_u8_DQUOTE] = ACTIONS(1881), + [anon_sym_DQUOTE] = ACTIONS(1881), + [sym_true] = ACTIONS(1879), + [sym_false] = ACTIONS(1879), + [sym_null] = ACTIONS(1879), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1855), - [anon_sym_virtual] = ACTIONS(1855), - [anon_sym_explicit] = ACTIONS(1855), - [sym_auto] = ACTIONS(1855), - [anon_sym_typename] = ACTIONS(1855), - [anon_sym_template] = ACTIONS(1855), - [anon_sym_operator] = ACTIONS(1855), - [anon_sym_delete] = ACTIONS(1855), - [anon_sym_throw] = ACTIONS(1855), - [anon_sym_namespace] = ACTIONS(1855), - [anon_sym_using] = ACTIONS(1855), - [anon_sym_static_assert] = ACTIONS(1855), - [anon_sym_co_return] = ACTIONS(1855), - [anon_sym_co_yield] = ACTIONS(1855), - [anon_sym_try] = ACTIONS(1855), - [anon_sym_co_await] = ACTIONS(1855), - [anon_sym_new] = ACTIONS(1855), - [sym_this] = ACTIONS(1855), - [sym_nullptr] = ACTIONS(1855), - [sym_alone_macro] = ACTIONS(1857), - [aux_sym_alone_macro_call_token1] = ACTIONS(1855), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_FORWARD] = ACTIONS(1855), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_PS_GET] = ACTIONS(1855), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), - [anon_sym_MOZ_COLD] = ACTIONS(1855), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_RAII] = ACTIONS(1855), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), - [sym_raw_string_literal] = ACTIONS(1857), + [anon_sym_decltype] = ACTIONS(1879), + [anon_sym_virtual] = ACTIONS(1879), + [anon_sym_explicit] = ACTIONS(1879), + [sym_auto] = ACTIONS(1879), + [anon_sym_typename] = ACTIONS(1879), + [anon_sym_template] = ACTIONS(1879), + [anon_sym_operator] = ACTIONS(1879), + [anon_sym_delete] = ACTIONS(1879), + [anon_sym_throw] = ACTIONS(1879), + [anon_sym_namespace] = ACTIONS(1879), + [anon_sym_using] = ACTIONS(1879), + [anon_sym_static_assert] = ACTIONS(1879), + [anon_sym_co_return] = ACTIONS(1879), + [anon_sym_co_yield] = ACTIONS(1879), + [anon_sym_try] = ACTIONS(1879), + [anon_sym_co_await] = ACTIONS(1879), + [anon_sym_new] = ACTIONS(1879), + [sym_this] = ACTIONS(1879), + [sym_nullptr] = ACTIONS(1879), + [sym_alone_macro] = ACTIONS(1881), + [aux_sym_alone_macro_call_token1] = ACTIONS(1879), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_FORWARD] = ACTIONS(1879), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_PS_GET] = ACTIONS(1879), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), + [anon_sym_MOZ_COLD] = ACTIONS(1879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_RAII] = ACTIONS(1879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), + [sym_raw_string_literal] = ACTIONS(1881), + }, + [549] = { + [sym_identifier] = ACTIONS(1783), + [aux_sym_preproc_include_token1] = ACTIONS(1783), + [aux_sym_preproc_def_token1] = ACTIONS(1783), + [aux_sym_preproc_if_token1] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), + [sym_preproc_directive] = ACTIONS(1783), + [anon_sym_LPAREN2] = ACTIONS(1785), + [anon_sym_BANG] = ACTIONS(1785), + [anon_sym_TILDE] = ACTIONS(1785), + [anon_sym_DASH] = ACTIONS(1783), + [anon_sym_PLUS] = ACTIONS(1783), + [anon_sym_STAR] = ACTIONS(1785), + [anon_sym_AMP_AMP] = ACTIONS(1785), + [anon_sym_AMP] = ACTIONS(1783), + [anon_sym_SEMI] = ACTIONS(1785), + [anon_sym_typedef] = ACTIONS(1783), + [anon_sym_extern] = ACTIONS(1783), + [anon_sym___attribute__] = ACTIONS(1783), + [anon_sym_COLON_COLON] = ACTIONS(1785), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), + [anon_sym___declspec] = ACTIONS(1783), + [anon_sym___based] = ACTIONS(1783), + [anon_sym___cdecl] = ACTIONS(1783), + [anon_sym___clrcall] = ACTIONS(1783), + [anon_sym___stdcall] = ACTIONS(1783), + [anon_sym___fastcall] = ACTIONS(1783), + [anon_sym___thiscall] = ACTIONS(1783), + [anon_sym___vectorcall] = ACTIONS(1783), + [anon_sym_LBRACE] = ACTIONS(1785), + [anon_sym_RBRACE] = ACTIONS(1785), + [anon_sym_LBRACK] = ACTIONS(1783), + [anon_sym_static] = ACTIONS(1783), + [anon_sym_register] = ACTIONS(1783), + [anon_sym_inline] = ACTIONS(1783), + [anon_sym_thread_local] = ACTIONS(1783), + [anon_sym_const] = ACTIONS(1783), + [anon_sym_volatile] = ACTIONS(1783), + [anon_sym_restrict] = ACTIONS(1783), + [anon_sym__Atomic] = ACTIONS(1783), + [anon_sym_mutable] = ACTIONS(1783), + [anon_sym_constexpr] = ACTIONS(1783), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [sym_primitive_type] = ACTIONS(1783), + [anon_sym_enum] = ACTIONS(1783), + [anon_sym_class] = ACTIONS(1783), + [anon_sym_struct] = ACTIONS(1783), + [anon_sym_union] = ACTIONS(1783), + [anon_sym_if] = ACTIONS(1783), + [anon_sym_switch] = ACTIONS(1783), + [anon_sym_case] = ACTIONS(1783), + [anon_sym_default] = ACTIONS(1783), + [anon_sym_while] = ACTIONS(1783), + [anon_sym_do] = ACTIONS(1783), + [anon_sym_for] = ACTIONS(1783), + [anon_sym_return] = ACTIONS(1783), + [anon_sym_break] = ACTIONS(1783), + [anon_sym_continue] = ACTIONS(1783), + [anon_sym_goto] = ACTIONS(1783), + [anon_sym_DASH_DASH] = ACTIONS(1785), + [anon_sym_PLUS_PLUS] = ACTIONS(1785), + [anon_sym_sizeof] = ACTIONS(1783), + [sym_number_literal] = ACTIONS(1785), + [anon_sym_L_SQUOTE] = ACTIONS(1785), + [anon_sym_u_SQUOTE] = ACTIONS(1785), + [anon_sym_U_SQUOTE] = ACTIONS(1785), + [anon_sym_u8_SQUOTE] = ACTIONS(1785), + [anon_sym_SQUOTE] = ACTIONS(1785), + [anon_sym_L_DQUOTE] = ACTIONS(1785), + [anon_sym_u_DQUOTE] = ACTIONS(1785), + [anon_sym_U_DQUOTE] = ACTIONS(1785), + [anon_sym_u8_DQUOTE] = ACTIONS(1785), + [anon_sym_DQUOTE] = ACTIONS(1785), + [sym_true] = ACTIONS(1783), + [sym_false] = ACTIONS(1783), + [sym_null] = ACTIONS(1783), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1783), + [anon_sym_virtual] = ACTIONS(1783), + [anon_sym_explicit] = ACTIONS(1783), + [sym_auto] = ACTIONS(1783), + [anon_sym_typename] = ACTIONS(1783), + [anon_sym_template] = ACTIONS(1783), + [anon_sym_operator] = ACTIONS(1783), + [anon_sym_delete] = ACTIONS(1783), + [anon_sym_throw] = ACTIONS(1783), + [anon_sym_namespace] = ACTIONS(1783), + [anon_sym_using] = ACTIONS(1783), + [anon_sym_static_assert] = ACTIONS(1783), + [anon_sym_co_return] = ACTIONS(1783), + [anon_sym_co_yield] = ACTIONS(1783), + [anon_sym_try] = ACTIONS(1783), + [anon_sym_co_await] = ACTIONS(1783), + [anon_sym_new] = ACTIONS(1783), + [sym_this] = ACTIONS(1783), + [sym_nullptr] = ACTIONS(1783), + [sym_alone_macro] = ACTIONS(1785), + [aux_sym_alone_macro_call_token1] = ACTIONS(1783), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_FORWARD] = ACTIONS(1783), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_PS_GET] = ACTIONS(1783), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), + [anon_sym_MOZ_COLD] = ACTIONS(1783), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL] = ACTIONS(1783), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN] = ACTIONS(1783), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), + [anon_sym_MOZ_RAII] = ACTIONS(1783), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), + [sym_raw_string_literal] = ACTIONS(1785), }, - [560] = { - [ts_builtin_sym_end] = ACTIONS(1705), - [sym_identifier] = ACTIONS(1703), - [aux_sym_preproc_include_token1] = ACTIONS(1703), - [aux_sym_preproc_def_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), - [sym_preproc_directive] = ACTIONS(1703), - [anon_sym_LPAREN2] = ACTIONS(1705), - [anon_sym_BANG] = ACTIONS(1705), - [anon_sym_TILDE] = ACTIONS(1705), - [anon_sym_DASH] = ACTIONS(1703), - [anon_sym_PLUS] = ACTIONS(1703), - [anon_sym_STAR] = ACTIONS(1705), - [anon_sym_AMP_AMP] = ACTIONS(1705), - [anon_sym_AMP] = ACTIONS(1703), - [anon_sym_SEMI] = ACTIONS(1705), - [anon_sym_typedef] = ACTIONS(1703), - [anon_sym_extern] = ACTIONS(1703), - [anon_sym___attribute__] = ACTIONS(1703), - [anon_sym_COLON_COLON] = ACTIONS(1705), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), - [anon_sym___declspec] = ACTIONS(1703), - [anon_sym___based] = ACTIONS(1703), - [anon_sym___cdecl] = ACTIONS(1703), - [anon_sym___clrcall] = ACTIONS(1703), - [anon_sym___stdcall] = ACTIONS(1703), - [anon_sym___fastcall] = ACTIONS(1703), - [anon_sym___thiscall] = ACTIONS(1703), - [anon_sym___vectorcall] = ACTIONS(1703), - [anon_sym_LBRACE] = ACTIONS(1705), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_static] = ACTIONS(1703), - [anon_sym_register] = ACTIONS(1703), - [anon_sym_inline] = ACTIONS(1703), - [anon_sym_thread_local] = ACTIONS(1703), - [anon_sym_const] = ACTIONS(1703), - [anon_sym_volatile] = ACTIONS(1703), - [anon_sym_restrict] = ACTIONS(1703), - [anon_sym__Atomic] = ACTIONS(1703), - [anon_sym_mutable] = ACTIONS(1703), - [anon_sym_constexpr] = ACTIONS(1703), - [anon_sym_signed] = ACTIONS(1703), - [anon_sym_unsigned] = ACTIONS(1703), - [anon_sym_long] = ACTIONS(1703), - [anon_sym_short] = ACTIONS(1703), - [sym_primitive_type] = ACTIONS(1703), - [anon_sym_enum] = ACTIONS(1703), - [anon_sym_class] = ACTIONS(1703), - [anon_sym_struct] = ACTIONS(1703), - [anon_sym_union] = ACTIONS(1703), - [anon_sym_if] = ACTIONS(1703), - [anon_sym_switch] = ACTIONS(1703), - [anon_sym_case] = ACTIONS(1703), - [anon_sym_default] = ACTIONS(1703), - [anon_sym_while] = ACTIONS(1703), - [anon_sym_do] = ACTIONS(1703), - [anon_sym_for] = ACTIONS(1703), - [anon_sym_return] = ACTIONS(1703), - [anon_sym_break] = ACTIONS(1703), - [anon_sym_continue] = ACTIONS(1703), - [anon_sym_goto] = ACTIONS(1703), - [anon_sym_DASH_DASH] = ACTIONS(1705), - [anon_sym_PLUS_PLUS] = ACTIONS(1705), - [anon_sym_sizeof] = ACTIONS(1703), - [sym_number_literal] = ACTIONS(1705), - [anon_sym_L_SQUOTE] = ACTIONS(1705), - [anon_sym_u_SQUOTE] = ACTIONS(1705), - [anon_sym_U_SQUOTE] = ACTIONS(1705), - [anon_sym_u8_SQUOTE] = ACTIONS(1705), - [anon_sym_SQUOTE] = ACTIONS(1705), - [anon_sym_L_DQUOTE] = ACTIONS(1705), - [anon_sym_u_DQUOTE] = ACTIONS(1705), - [anon_sym_U_DQUOTE] = ACTIONS(1705), - [anon_sym_u8_DQUOTE] = ACTIONS(1705), - [anon_sym_DQUOTE] = ACTIONS(1705), - [sym_true] = ACTIONS(1703), - [sym_false] = ACTIONS(1703), - [sym_null] = ACTIONS(1703), + [550] = { + [sym_identifier] = ACTIONS(1699), + [aux_sym_preproc_include_token1] = ACTIONS(1699), + [aux_sym_preproc_def_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), + [sym_preproc_directive] = ACTIONS(1699), + [anon_sym_LPAREN2] = ACTIONS(1701), + [anon_sym_BANG] = ACTIONS(1701), + [anon_sym_TILDE] = ACTIONS(1701), + [anon_sym_DASH] = ACTIONS(1699), + [anon_sym_PLUS] = ACTIONS(1699), + [anon_sym_STAR] = ACTIONS(1701), + [anon_sym_AMP_AMP] = ACTIONS(1701), + [anon_sym_AMP] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1701), + [anon_sym_typedef] = ACTIONS(1699), + [anon_sym_extern] = ACTIONS(1699), + [anon_sym___attribute__] = ACTIONS(1699), + [anon_sym_COLON_COLON] = ACTIONS(1701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), + [anon_sym___declspec] = ACTIONS(1699), + [anon_sym___based] = ACTIONS(1699), + [anon_sym___cdecl] = ACTIONS(1699), + [anon_sym___clrcall] = ACTIONS(1699), + [anon_sym___stdcall] = ACTIONS(1699), + [anon_sym___fastcall] = ACTIONS(1699), + [anon_sym___thiscall] = ACTIONS(1699), + [anon_sym___vectorcall] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1701), + [anon_sym_RBRACE] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1699), + [anon_sym_static] = ACTIONS(1699), + [anon_sym_register] = ACTIONS(1699), + [anon_sym_inline] = ACTIONS(1699), + [anon_sym_thread_local] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1699), + [anon_sym_volatile] = ACTIONS(1699), + [anon_sym_restrict] = ACTIONS(1699), + [anon_sym__Atomic] = ACTIONS(1699), + [anon_sym_mutable] = ACTIONS(1699), + [anon_sym_constexpr] = ACTIONS(1699), + [anon_sym_signed] = ACTIONS(1699), + [anon_sym_unsigned] = ACTIONS(1699), + [anon_sym_long] = ACTIONS(1699), + [anon_sym_short] = ACTIONS(1699), + [sym_primitive_type] = ACTIONS(1699), + [anon_sym_enum] = ACTIONS(1699), + [anon_sym_class] = ACTIONS(1699), + [anon_sym_struct] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_if] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1699), + [anon_sym_case] = ACTIONS(1699), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_while] = ACTIONS(1699), + [anon_sym_do] = ACTIONS(1699), + [anon_sym_for] = ACTIONS(1699), + [anon_sym_return] = ACTIONS(1699), + [anon_sym_break] = ACTIONS(1699), + [anon_sym_continue] = ACTIONS(1699), + [anon_sym_goto] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1701), + [anon_sym_PLUS_PLUS] = ACTIONS(1701), + [anon_sym_sizeof] = ACTIONS(1699), + [sym_number_literal] = ACTIONS(1701), + [anon_sym_L_SQUOTE] = ACTIONS(1701), + [anon_sym_u_SQUOTE] = ACTIONS(1701), + [anon_sym_U_SQUOTE] = ACTIONS(1701), + [anon_sym_u8_SQUOTE] = ACTIONS(1701), + [anon_sym_SQUOTE] = ACTIONS(1701), + [anon_sym_L_DQUOTE] = ACTIONS(1701), + [anon_sym_u_DQUOTE] = ACTIONS(1701), + [anon_sym_U_DQUOTE] = ACTIONS(1701), + [anon_sym_u8_DQUOTE] = ACTIONS(1701), + [anon_sym_DQUOTE] = ACTIONS(1701), + [sym_true] = ACTIONS(1699), + [sym_false] = ACTIONS(1699), + [sym_null] = ACTIONS(1699), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1703), - [anon_sym_virtual] = ACTIONS(1703), - [anon_sym_explicit] = ACTIONS(1703), - [sym_auto] = ACTIONS(1703), - [anon_sym_typename] = ACTIONS(1703), - [anon_sym_template] = ACTIONS(1703), - [anon_sym_operator] = ACTIONS(1703), - [anon_sym_delete] = ACTIONS(1703), - [anon_sym_throw] = ACTIONS(1703), - [anon_sym_namespace] = ACTIONS(1703), - [anon_sym_using] = ACTIONS(1703), - [anon_sym_static_assert] = ACTIONS(1703), - [anon_sym_co_return] = ACTIONS(1703), - [anon_sym_co_yield] = ACTIONS(1703), - [anon_sym_try] = ACTIONS(1703), - [anon_sym_co_await] = ACTIONS(1703), - [anon_sym_new] = ACTIONS(1703), - [sym_this] = ACTIONS(1703), - [sym_nullptr] = ACTIONS(1703), - [sym_alone_macro] = ACTIONS(1705), - [aux_sym_alone_macro_call_token1] = ACTIONS(1703), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_FORWARD] = ACTIONS(1703), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_PS_GET] = ACTIONS(1703), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), - [anon_sym_MOZ_COLD] = ACTIONS(1703), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_RAII] = ACTIONS(1703), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), - [sym_raw_string_literal] = ACTIONS(1705), + [anon_sym_decltype] = ACTIONS(1699), + [anon_sym_virtual] = ACTIONS(1699), + [anon_sym_explicit] = ACTIONS(1699), + [sym_auto] = ACTIONS(1699), + [anon_sym_typename] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1699), + [anon_sym_operator] = ACTIONS(1699), + [anon_sym_delete] = ACTIONS(1699), + [anon_sym_throw] = ACTIONS(1699), + [anon_sym_namespace] = ACTIONS(1699), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1699), + [anon_sym_co_return] = ACTIONS(1699), + [anon_sym_co_yield] = ACTIONS(1699), + [anon_sym_try] = ACTIONS(1699), + [anon_sym_co_await] = ACTIONS(1699), + [anon_sym_new] = ACTIONS(1699), + [sym_this] = ACTIONS(1699), + [sym_nullptr] = ACTIONS(1699), + [sym_alone_macro] = ACTIONS(1701), + [aux_sym_alone_macro_call_token1] = ACTIONS(1699), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_FORWARD] = ACTIONS(1699), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_PS_GET] = ACTIONS(1699), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), + [anon_sym_MOZ_COLD] = ACTIONS(1699), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_RAII] = ACTIONS(1699), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), + [sym_raw_string_literal] = ACTIONS(1701), }, - [561] = { - [sym_identifier] = ACTIONS(1847), - [aux_sym_preproc_include_token1] = ACTIONS(1847), - [aux_sym_preproc_def_token1] = ACTIONS(1847), - [aux_sym_preproc_if_token1] = ACTIONS(1847), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), - [sym_preproc_directive] = ACTIONS(1847), - [anon_sym_LPAREN2] = ACTIONS(1849), - [anon_sym_BANG] = ACTIONS(1849), - [anon_sym_TILDE] = ACTIONS(1849), - [anon_sym_DASH] = ACTIONS(1847), - [anon_sym_PLUS] = ACTIONS(1847), - [anon_sym_STAR] = ACTIONS(1849), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_AMP] = ACTIONS(1847), - [anon_sym_SEMI] = ACTIONS(1849), - [anon_sym_typedef] = ACTIONS(1847), - [anon_sym_extern] = ACTIONS(1847), - [anon_sym___attribute__] = ACTIONS(1847), - [anon_sym_COLON_COLON] = ACTIONS(1849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), - [anon_sym___declspec] = ACTIONS(1847), - [anon_sym___based] = ACTIONS(1847), - [anon_sym___cdecl] = ACTIONS(1847), - [anon_sym___clrcall] = ACTIONS(1847), - [anon_sym___stdcall] = ACTIONS(1847), - [anon_sym___fastcall] = ACTIONS(1847), - [anon_sym___thiscall] = ACTIONS(1847), - [anon_sym___vectorcall] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(1849), - [anon_sym_RBRACE] = ACTIONS(1849), - [anon_sym_LBRACK] = ACTIONS(1847), - [anon_sym_static] = ACTIONS(1847), - [anon_sym_register] = ACTIONS(1847), - [anon_sym_inline] = ACTIONS(1847), - [anon_sym_thread_local] = ACTIONS(1847), - [anon_sym_const] = ACTIONS(1847), - [anon_sym_volatile] = ACTIONS(1847), - [anon_sym_restrict] = ACTIONS(1847), - [anon_sym__Atomic] = ACTIONS(1847), - [anon_sym_mutable] = ACTIONS(1847), - [anon_sym_constexpr] = ACTIONS(1847), - [anon_sym_signed] = ACTIONS(1847), - [anon_sym_unsigned] = ACTIONS(1847), - [anon_sym_long] = ACTIONS(1847), - [anon_sym_short] = ACTIONS(1847), - [sym_primitive_type] = ACTIONS(1847), - [anon_sym_enum] = ACTIONS(1847), - [anon_sym_class] = ACTIONS(1847), - [anon_sym_struct] = ACTIONS(1847), - [anon_sym_union] = ACTIONS(1847), - [anon_sym_if] = ACTIONS(1847), - [anon_sym_switch] = ACTIONS(1847), - [anon_sym_case] = ACTIONS(1847), - [anon_sym_default] = ACTIONS(1847), - [anon_sym_while] = ACTIONS(1847), - [anon_sym_do] = ACTIONS(1847), - [anon_sym_for] = ACTIONS(1847), - [anon_sym_return] = ACTIONS(1847), - [anon_sym_break] = ACTIONS(1847), - [anon_sym_continue] = ACTIONS(1847), - [anon_sym_goto] = ACTIONS(1847), - [anon_sym_DASH_DASH] = ACTIONS(1849), - [anon_sym_PLUS_PLUS] = ACTIONS(1849), - [anon_sym_sizeof] = ACTIONS(1847), - [sym_number_literal] = ACTIONS(1849), - [anon_sym_L_SQUOTE] = ACTIONS(1849), - [anon_sym_u_SQUOTE] = ACTIONS(1849), - [anon_sym_U_SQUOTE] = ACTIONS(1849), - [anon_sym_u8_SQUOTE] = ACTIONS(1849), - [anon_sym_SQUOTE] = ACTIONS(1849), - [anon_sym_L_DQUOTE] = ACTIONS(1849), - [anon_sym_u_DQUOTE] = ACTIONS(1849), - [anon_sym_U_DQUOTE] = ACTIONS(1849), - [anon_sym_u8_DQUOTE] = ACTIONS(1849), - [anon_sym_DQUOTE] = ACTIONS(1849), - [sym_true] = ACTIONS(1847), - [sym_false] = ACTIONS(1847), - [sym_null] = ACTIONS(1847), + [551] = { + [sym_identifier] = ACTIONS(1711), + [aux_sym_preproc_include_token1] = ACTIONS(1711), + [aux_sym_preproc_def_token1] = ACTIONS(1711), + [aux_sym_preproc_if_token1] = ACTIONS(1711), + [aux_sym_preproc_if_token2] = ACTIONS(1711), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1711), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1711), + [sym_preproc_directive] = ACTIONS(1711), + [anon_sym_LPAREN2] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_STAR] = ACTIONS(1713), + [anon_sym_AMP_AMP] = ACTIONS(1713), + [anon_sym_AMP] = ACTIONS(1711), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_typedef] = ACTIONS(1711), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym___attribute__] = ACTIONS(1711), + [anon_sym_COLON_COLON] = ACTIONS(1713), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1713), + [anon_sym___declspec] = ACTIONS(1711), + [anon_sym___based] = ACTIONS(1711), + [anon_sym___cdecl] = ACTIONS(1711), + [anon_sym___clrcall] = ACTIONS(1711), + [anon_sym___stdcall] = ACTIONS(1711), + [anon_sym___fastcall] = ACTIONS(1711), + [anon_sym___thiscall] = ACTIONS(1711), + [anon_sym___vectorcall] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_static] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_inline] = ACTIONS(1711), + [anon_sym_thread_local] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_volatile] = ACTIONS(1711), + [anon_sym_restrict] = ACTIONS(1711), + [anon_sym__Atomic] = ACTIONS(1711), + [anon_sym_mutable] = ACTIONS(1711), + [anon_sym_constexpr] = ACTIONS(1711), + [anon_sym_signed] = ACTIONS(1711), + [anon_sym_unsigned] = ACTIONS(1711), + [anon_sym_long] = ACTIONS(1711), + [anon_sym_short] = ACTIONS(1711), + [sym_primitive_type] = ACTIONS(1711), + [anon_sym_enum] = ACTIONS(1711), + [anon_sym_class] = ACTIONS(1711), + [anon_sym_struct] = ACTIONS(1711), + [anon_sym_union] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_goto] = ACTIONS(1711), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_sizeof] = ACTIONS(1711), + [sym_number_literal] = ACTIONS(1713), + [anon_sym_L_SQUOTE] = ACTIONS(1713), + [anon_sym_u_SQUOTE] = ACTIONS(1713), + [anon_sym_U_SQUOTE] = ACTIONS(1713), + [anon_sym_u8_SQUOTE] = ACTIONS(1713), + [anon_sym_SQUOTE] = ACTIONS(1713), + [anon_sym_L_DQUOTE] = ACTIONS(1713), + [anon_sym_u_DQUOTE] = ACTIONS(1713), + [anon_sym_U_DQUOTE] = ACTIONS(1713), + [anon_sym_u8_DQUOTE] = ACTIONS(1713), + [anon_sym_DQUOTE] = ACTIONS(1713), + [sym_true] = ACTIONS(1711), + [sym_false] = ACTIONS(1711), + [sym_null] = ACTIONS(1711), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1847), - [anon_sym_virtual] = ACTIONS(1847), - [anon_sym_explicit] = ACTIONS(1847), - [sym_auto] = ACTIONS(1847), - [anon_sym_typename] = ACTIONS(1847), - [anon_sym_template] = ACTIONS(1847), - [anon_sym_operator] = ACTIONS(1847), - [anon_sym_delete] = ACTIONS(1847), - [anon_sym_throw] = ACTIONS(1847), - [anon_sym_namespace] = ACTIONS(1847), - [anon_sym_using] = ACTIONS(1847), - [anon_sym_static_assert] = ACTIONS(1847), - [anon_sym_co_return] = ACTIONS(1847), - [anon_sym_co_yield] = ACTIONS(1847), - [anon_sym_try] = ACTIONS(1847), - [anon_sym_co_await] = ACTIONS(1847), - [anon_sym_new] = ACTIONS(1847), - [sym_this] = ACTIONS(1847), - [sym_nullptr] = ACTIONS(1847), - [sym_alone_macro] = ACTIONS(1849), - [aux_sym_alone_macro_call_token1] = ACTIONS(1847), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_FORWARD] = ACTIONS(1847), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_PS_GET] = ACTIONS(1847), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), - [anon_sym_MOZ_COLD] = ACTIONS(1847), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_RAII] = ACTIONS(1847), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), - [sym_raw_string_literal] = ACTIONS(1849), + [anon_sym_decltype] = ACTIONS(1711), + [anon_sym_virtual] = ACTIONS(1711), + [anon_sym_explicit] = ACTIONS(1711), + [sym_auto] = ACTIONS(1711), + [anon_sym_typename] = ACTIONS(1711), + [anon_sym_template] = ACTIONS(1711), + [anon_sym_operator] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_throw] = ACTIONS(1711), + [anon_sym_namespace] = ACTIONS(1711), + [anon_sym_using] = ACTIONS(1711), + [anon_sym_static_assert] = ACTIONS(1711), + [anon_sym_co_return] = ACTIONS(1711), + [anon_sym_co_yield] = ACTIONS(1711), + [anon_sym_try] = ACTIONS(1711), + [anon_sym_co_await] = ACTIONS(1711), + [anon_sym_new] = ACTIONS(1711), + [sym_this] = ACTIONS(1711), + [sym_nullptr] = ACTIONS(1711), + [sym_alone_macro] = ACTIONS(1713), + [aux_sym_alone_macro_call_token1] = ACTIONS(1711), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_FORWARD] = ACTIONS(1711), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1711), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_PS_GET] = ACTIONS(1711), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1711), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1711), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1711), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1711), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1711), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1711), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1711), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1711), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1711), + [anon_sym_MOZ_COLD] = ACTIONS(1711), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1711), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1711), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1711), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1711), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1711), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1711), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1711), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1711), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1711), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1711), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1711), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1711), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1711), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1711), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1711), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_NONNULL] = ACTIONS(1711), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1711), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1711), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1711), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1711), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_NORETURN] = ACTIONS(1711), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1711), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1711), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1711), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1711), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1711), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1711), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1711), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1711), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1711), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), + [anon_sym_MOZ_RAII] = ACTIONS(1711), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1711), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1711), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1711), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1711), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1711), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1711), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1711), + [sym_raw_string_literal] = ACTIONS(1713), }, - [562] = { - [sym_identifier] = ACTIONS(1851), - [aux_sym_preproc_include_token1] = ACTIONS(1851), - [aux_sym_preproc_def_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token2] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1851), - [anon_sym_LPAREN2] = ACTIONS(1853), - [anon_sym_BANG] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_PLUS] = ACTIONS(1851), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_AMP_AMP] = ACTIONS(1853), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_SEMI] = ACTIONS(1853), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym___attribute__] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), - [anon_sym___declspec] = ACTIONS(1851), - [anon_sym___based] = ACTIONS(1851), - [anon_sym___cdecl] = ACTIONS(1851), - [anon_sym___clrcall] = ACTIONS(1851), - [anon_sym___stdcall] = ACTIONS(1851), - [anon_sym___fastcall] = ACTIONS(1851), - [anon_sym___thiscall] = ACTIONS(1851), - [anon_sym___vectorcall] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_thread_local] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym__Atomic] = ACTIONS(1851), - [anon_sym_mutable] = ACTIONS(1851), - [anon_sym_constexpr] = ACTIONS(1851), - [anon_sym_signed] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_class] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1851), - [anon_sym_switch] = ACTIONS(1851), - [anon_sym_case] = ACTIONS(1851), - [anon_sym_default] = ACTIONS(1851), - [anon_sym_while] = ACTIONS(1851), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_for] = ACTIONS(1851), - [anon_sym_return] = ACTIONS(1851), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1851), - [anon_sym_goto] = ACTIONS(1851), - [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_PLUS_PLUS] = ACTIONS(1853), - [anon_sym_sizeof] = ACTIONS(1851), - [sym_number_literal] = ACTIONS(1853), - [anon_sym_L_SQUOTE] = ACTIONS(1853), - [anon_sym_u_SQUOTE] = ACTIONS(1853), - [anon_sym_U_SQUOTE] = ACTIONS(1853), - [anon_sym_u8_SQUOTE] = ACTIONS(1853), - [anon_sym_SQUOTE] = ACTIONS(1853), - [anon_sym_L_DQUOTE] = ACTIONS(1853), - [anon_sym_u_DQUOTE] = ACTIONS(1853), - [anon_sym_U_DQUOTE] = ACTIONS(1853), - [anon_sym_u8_DQUOTE] = ACTIONS(1853), - [anon_sym_DQUOTE] = ACTIONS(1853), - [sym_true] = ACTIONS(1851), - [sym_false] = ACTIONS(1851), - [sym_null] = ACTIONS(1851), + [552] = { + [ts_builtin_sym_end] = ACTIONS(1709), + [sym_identifier] = ACTIONS(1707), + [aux_sym_preproc_include_token1] = ACTIONS(1707), + [aux_sym_preproc_def_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_STAR] = ACTIONS(1709), + [anon_sym_AMP_AMP] = ACTIONS(1709), + [anon_sym_AMP] = ACTIONS(1707), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_typedef] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym___attribute__] = ACTIONS(1707), + [anon_sym_COLON_COLON] = ACTIONS(1709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), + [anon_sym___declspec] = ACTIONS(1707), + [anon_sym___based] = ACTIONS(1707), + [anon_sym___cdecl] = ACTIONS(1707), + [anon_sym___clrcall] = ACTIONS(1707), + [anon_sym___stdcall] = ACTIONS(1707), + [anon_sym___fastcall] = ACTIONS(1707), + [anon_sym___thiscall] = ACTIONS(1707), + [anon_sym___vectorcall] = ACTIONS(1707), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_static] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_inline] = ACTIONS(1707), + [anon_sym_thread_local] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_volatile] = ACTIONS(1707), + [anon_sym_restrict] = ACTIONS(1707), + [anon_sym__Atomic] = ACTIONS(1707), + [anon_sym_mutable] = ACTIONS(1707), + [anon_sym_constexpr] = ACTIONS(1707), + [anon_sym_signed] = ACTIONS(1707), + [anon_sym_unsigned] = ACTIONS(1707), + [anon_sym_long] = ACTIONS(1707), + [anon_sym_short] = ACTIONS(1707), + [sym_primitive_type] = ACTIONS(1707), + [anon_sym_enum] = ACTIONS(1707), + [anon_sym_class] = ACTIONS(1707), + [anon_sym_struct] = ACTIONS(1707), + [anon_sym_union] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_do] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_continue] = ACTIONS(1707), + [anon_sym_goto] = ACTIONS(1707), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_sizeof] = ACTIONS(1707), + [sym_number_literal] = ACTIONS(1709), + [anon_sym_L_SQUOTE] = ACTIONS(1709), + [anon_sym_u_SQUOTE] = ACTIONS(1709), + [anon_sym_U_SQUOTE] = ACTIONS(1709), + [anon_sym_u8_SQUOTE] = ACTIONS(1709), + [anon_sym_SQUOTE] = ACTIONS(1709), + [anon_sym_L_DQUOTE] = ACTIONS(1709), + [anon_sym_u_DQUOTE] = ACTIONS(1709), + [anon_sym_U_DQUOTE] = ACTIONS(1709), + [anon_sym_u8_DQUOTE] = ACTIONS(1709), + [anon_sym_DQUOTE] = ACTIONS(1709), + [sym_true] = ACTIONS(1707), + [sym_false] = ACTIONS(1707), + [sym_null] = ACTIONS(1707), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1851), - [anon_sym_virtual] = ACTIONS(1851), - [anon_sym_explicit] = ACTIONS(1851), - [sym_auto] = ACTIONS(1851), - [anon_sym_typename] = ACTIONS(1851), - [anon_sym_template] = ACTIONS(1851), - [anon_sym_operator] = ACTIONS(1851), - [anon_sym_delete] = ACTIONS(1851), - [anon_sym_throw] = ACTIONS(1851), - [anon_sym_namespace] = ACTIONS(1851), - [anon_sym_using] = ACTIONS(1851), - [anon_sym_static_assert] = ACTIONS(1851), - [anon_sym_co_return] = ACTIONS(1851), - [anon_sym_co_yield] = ACTIONS(1851), - [anon_sym_try] = ACTIONS(1851), - [anon_sym_co_await] = ACTIONS(1851), - [anon_sym_new] = ACTIONS(1851), - [sym_this] = ACTIONS(1851), - [sym_nullptr] = ACTIONS(1851), - [sym_alone_macro] = ACTIONS(1853), - [aux_sym_alone_macro_call_token1] = ACTIONS(1851), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_FORWARD] = ACTIONS(1851), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_PS_GET] = ACTIONS(1851), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), - [anon_sym_MOZ_COLD] = ACTIONS(1851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_RAII] = ACTIONS(1851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), - [sym_raw_string_literal] = ACTIONS(1853), + [anon_sym_decltype] = ACTIONS(1707), + [anon_sym_virtual] = ACTIONS(1707), + [anon_sym_explicit] = ACTIONS(1707), + [sym_auto] = ACTIONS(1707), + [anon_sym_typename] = ACTIONS(1707), + [anon_sym_template] = ACTIONS(1707), + [anon_sym_operator] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_throw] = ACTIONS(1707), + [anon_sym_namespace] = ACTIONS(1707), + [anon_sym_using] = ACTIONS(1707), + [anon_sym_static_assert] = ACTIONS(1707), + [anon_sym_co_return] = ACTIONS(1707), + [anon_sym_co_yield] = ACTIONS(1707), + [anon_sym_try] = ACTIONS(1707), + [anon_sym_co_await] = ACTIONS(1707), + [anon_sym_new] = ACTIONS(1707), + [sym_this] = ACTIONS(1707), + [sym_nullptr] = ACTIONS(1707), + [sym_alone_macro] = ACTIONS(1709), + [aux_sym_alone_macro_call_token1] = ACTIONS(1707), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_FORWARD] = ACTIONS(1707), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_PS_GET] = ACTIONS(1707), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), + [anon_sym_MOZ_COLD] = ACTIONS(1707), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_RAII] = ACTIONS(1707), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), + [sym_raw_string_literal] = ACTIONS(1709), }, - [563] = { - [sym_identifier] = ACTIONS(1739), - [aux_sym_preproc_include_token1] = ACTIONS(1739), - [aux_sym_preproc_def_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), - [sym_preproc_directive] = ACTIONS(1739), - [anon_sym_LPAREN2] = ACTIONS(1741), - [anon_sym_BANG] = ACTIONS(1741), - [anon_sym_TILDE] = ACTIONS(1741), - [anon_sym_DASH] = ACTIONS(1739), - [anon_sym_PLUS] = ACTIONS(1739), - [anon_sym_STAR] = ACTIONS(1741), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_AMP] = ACTIONS(1739), - [anon_sym_SEMI] = ACTIONS(1741), - [anon_sym_typedef] = ACTIONS(1739), - [anon_sym_extern] = ACTIONS(1739), - [anon_sym___attribute__] = ACTIONS(1739), - [anon_sym_COLON_COLON] = ACTIONS(1741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), - [anon_sym___declspec] = ACTIONS(1739), - [anon_sym___based] = ACTIONS(1739), - [anon_sym___cdecl] = ACTIONS(1739), - [anon_sym___clrcall] = ACTIONS(1739), - [anon_sym___stdcall] = ACTIONS(1739), - [anon_sym___fastcall] = ACTIONS(1739), - [anon_sym___thiscall] = ACTIONS(1739), - [anon_sym___vectorcall] = ACTIONS(1739), - [anon_sym_LBRACE] = ACTIONS(1741), - [anon_sym_RBRACE] = ACTIONS(1741), - [anon_sym_LBRACK] = ACTIONS(1739), - [anon_sym_static] = ACTIONS(1739), - [anon_sym_register] = ACTIONS(1739), - [anon_sym_inline] = ACTIONS(1739), - [anon_sym_thread_local] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1739), - [anon_sym_volatile] = ACTIONS(1739), - [anon_sym_restrict] = ACTIONS(1739), - [anon_sym__Atomic] = ACTIONS(1739), - [anon_sym_mutable] = ACTIONS(1739), - [anon_sym_constexpr] = ACTIONS(1739), - [anon_sym_signed] = ACTIONS(1739), - [anon_sym_unsigned] = ACTIONS(1739), - [anon_sym_long] = ACTIONS(1739), - [anon_sym_short] = ACTIONS(1739), - [sym_primitive_type] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1739), - [anon_sym_class] = ACTIONS(1739), - [anon_sym_struct] = ACTIONS(1739), - [anon_sym_union] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1739), - [anon_sym_switch] = ACTIONS(1739), - [anon_sym_case] = ACTIONS(1739), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1739), - [anon_sym_do] = ACTIONS(1739), - [anon_sym_for] = ACTIONS(1739), - [anon_sym_return] = ACTIONS(1739), - [anon_sym_break] = ACTIONS(1739), - [anon_sym_continue] = ACTIONS(1739), - [anon_sym_goto] = ACTIONS(1739), - [anon_sym_DASH_DASH] = ACTIONS(1741), - [anon_sym_PLUS_PLUS] = ACTIONS(1741), - [anon_sym_sizeof] = ACTIONS(1739), - [sym_number_literal] = ACTIONS(1741), - [anon_sym_L_SQUOTE] = ACTIONS(1741), - [anon_sym_u_SQUOTE] = ACTIONS(1741), - [anon_sym_U_SQUOTE] = ACTIONS(1741), - [anon_sym_u8_SQUOTE] = ACTIONS(1741), - [anon_sym_SQUOTE] = ACTIONS(1741), - [anon_sym_L_DQUOTE] = ACTIONS(1741), - [anon_sym_u_DQUOTE] = ACTIONS(1741), - [anon_sym_U_DQUOTE] = ACTIONS(1741), - [anon_sym_u8_DQUOTE] = ACTIONS(1741), - [anon_sym_DQUOTE] = ACTIONS(1741), - [sym_true] = ACTIONS(1739), - [sym_false] = ACTIONS(1739), - [sym_null] = ACTIONS(1739), + [553] = { + [ts_builtin_sym_end] = ACTIONS(1701), + [sym_identifier] = ACTIONS(1699), + [aux_sym_preproc_include_token1] = ACTIONS(1699), + [aux_sym_preproc_def_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), + [sym_preproc_directive] = ACTIONS(1699), + [anon_sym_LPAREN2] = ACTIONS(1701), + [anon_sym_BANG] = ACTIONS(1701), + [anon_sym_TILDE] = ACTIONS(1701), + [anon_sym_DASH] = ACTIONS(1699), + [anon_sym_PLUS] = ACTIONS(1699), + [anon_sym_STAR] = ACTIONS(1701), + [anon_sym_AMP_AMP] = ACTIONS(1701), + [anon_sym_AMP] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1701), + [anon_sym_typedef] = ACTIONS(1699), + [anon_sym_extern] = ACTIONS(1699), + [anon_sym___attribute__] = ACTIONS(1699), + [anon_sym_COLON_COLON] = ACTIONS(1701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), + [anon_sym___declspec] = ACTIONS(1699), + [anon_sym___based] = ACTIONS(1699), + [anon_sym___cdecl] = ACTIONS(1699), + [anon_sym___clrcall] = ACTIONS(1699), + [anon_sym___stdcall] = ACTIONS(1699), + [anon_sym___fastcall] = ACTIONS(1699), + [anon_sym___thiscall] = ACTIONS(1699), + [anon_sym___vectorcall] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1699), + [anon_sym_static] = ACTIONS(1699), + [anon_sym_register] = ACTIONS(1699), + [anon_sym_inline] = ACTIONS(1699), + [anon_sym_thread_local] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1699), + [anon_sym_volatile] = ACTIONS(1699), + [anon_sym_restrict] = ACTIONS(1699), + [anon_sym__Atomic] = ACTIONS(1699), + [anon_sym_mutable] = ACTIONS(1699), + [anon_sym_constexpr] = ACTIONS(1699), + [anon_sym_signed] = ACTIONS(1699), + [anon_sym_unsigned] = ACTIONS(1699), + [anon_sym_long] = ACTIONS(1699), + [anon_sym_short] = ACTIONS(1699), + [sym_primitive_type] = ACTIONS(1699), + [anon_sym_enum] = ACTIONS(1699), + [anon_sym_class] = ACTIONS(1699), + [anon_sym_struct] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_if] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1699), + [anon_sym_case] = ACTIONS(1699), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_while] = ACTIONS(1699), + [anon_sym_do] = ACTIONS(1699), + [anon_sym_for] = ACTIONS(1699), + [anon_sym_return] = ACTIONS(1699), + [anon_sym_break] = ACTIONS(1699), + [anon_sym_continue] = ACTIONS(1699), + [anon_sym_goto] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1701), + [anon_sym_PLUS_PLUS] = ACTIONS(1701), + [anon_sym_sizeof] = ACTIONS(1699), + [sym_number_literal] = ACTIONS(1701), + [anon_sym_L_SQUOTE] = ACTIONS(1701), + [anon_sym_u_SQUOTE] = ACTIONS(1701), + [anon_sym_U_SQUOTE] = ACTIONS(1701), + [anon_sym_u8_SQUOTE] = ACTIONS(1701), + [anon_sym_SQUOTE] = ACTIONS(1701), + [anon_sym_L_DQUOTE] = ACTIONS(1701), + [anon_sym_u_DQUOTE] = ACTIONS(1701), + [anon_sym_U_DQUOTE] = ACTIONS(1701), + [anon_sym_u8_DQUOTE] = ACTIONS(1701), + [anon_sym_DQUOTE] = ACTIONS(1701), + [sym_true] = ACTIONS(1699), + [sym_false] = ACTIONS(1699), + [sym_null] = ACTIONS(1699), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1739), - [anon_sym_virtual] = ACTIONS(1739), - [anon_sym_explicit] = ACTIONS(1739), - [sym_auto] = ACTIONS(1739), - [anon_sym_typename] = ACTIONS(1739), - [anon_sym_template] = ACTIONS(1739), - [anon_sym_operator] = ACTIONS(1739), - [anon_sym_delete] = ACTIONS(1739), - [anon_sym_throw] = ACTIONS(1739), - [anon_sym_namespace] = ACTIONS(1739), - [anon_sym_using] = ACTIONS(1739), - [anon_sym_static_assert] = ACTIONS(1739), - [anon_sym_co_return] = ACTIONS(1739), - [anon_sym_co_yield] = ACTIONS(1739), - [anon_sym_try] = ACTIONS(1739), - [anon_sym_co_await] = ACTIONS(1739), - [anon_sym_new] = ACTIONS(1739), - [sym_this] = ACTIONS(1739), - [sym_nullptr] = ACTIONS(1739), - [sym_alone_macro] = ACTIONS(1741), - [aux_sym_alone_macro_call_token1] = ACTIONS(1739), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_FORWARD] = ACTIONS(1739), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_PS_GET] = ACTIONS(1739), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), - [anon_sym_MOZ_COLD] = ACTIONS(1739), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_RAII] = ACTIONS(1739), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), - [sym_raw_string_literal] = ACTIONS(1741), + [anon_sym_decltype] = ACTIONS(1699), + [anon_sym_virtual] = ACTIONS(1699), + [anon_sym_explicit] = ACTIONS(1699), + [sym_auto] = ACTIONS(1699), + [anon_sym_typename] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1699), + [anon_sym_operator] = ACTIONS(1699), + [anon_sym_delete] = ACTIONS(1699), + [anon_sym_throw] = ACTIONS(1699), + [anon_sym_namespace] = ACTIONS(1699), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1699), + [anon_sym_co_return] = ACTIONS(1699), + [anon_sym_co_yield] = ACTIONS(1699), + [anon_sym_try] = ACTIONS(1699), + [anon_sym_co_await] = ACTIONS(1699), + [anon_sym_new] = ACTIONS(1699), + [sym_this] = ACTIONS(1699), + [sym_nullptr] = ACTIONS(1699), + [sym_alone_macro] = ACTIONS(1701), + [aux_sym_alone_macro_call_token1] = ACTIONS(1699), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_FORWARD] = ACTIONS(1699), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_PS_GET] = ACTIONS(1699), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), + [anon_sym_MOZ_COLD] = ACTIONS(1699), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_RAII] = ACTIONS(1699), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), + [sym_raw_string_literal] = ACTIONS(1701), }, - [564] = { - [sym_identifier] = ACTIONS(1799), - [aux_sym_preproc_include_token1] = ACTIONS(1799), - [aux_sym_preproc_def_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token2] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), - [sym_preproc_directive] = ACTIONS(1799), - [anon_sym_LPAREN2] = ACTIONS(1801), - [anon_sym_BANG] = ACTIONS(1801), - [anon_sym_TILDE] = ACTIONS(1801), - [anon_sym_DASH] = ACTIONS(1799), - [anon_sym_PLUS] = ACTIONS(1799), - [anon_sym_STAR] = ACTIONS(1801), - [anon_sym_AMP_AMP] = ACTIONS(1801), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_SEMI] = ACTIONS(1801), - [anon_sym_typedef] = ACTIONS(1799), - [anon_sym_extern] = ACTIONS(1799), - [anon_sym___attribute__] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), - [anon_sym___declspec] = ACTIONS(1799), - [anon_sym___based] = ACTIONS(1799), - [anon_sym___cdecl] = ACTIONS(1799), - [anon_sym___clrcall] = ACTIONS(1799), - [anon_sym___stdcall] = ACTIONS(1799), - [anon_sym___fastcall] = ACTIONS(1799), - [anon_sym___thiscall] = ACTIONS(1799), - [anon_sym___vectorcall] = ACTIONS(1799), - [anon_sym_LBRACE] = ACTIONS(1801), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_static] = ACTIONS(1799), - [anon_sym_register] = ACTIONS(1799), - [anon_sym_inline] = ACTIONS(1799), - [anon_sym_thread_local] = ACTIONS(1799), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_volatile] = ACTIONS(1799), - [anon_sym_restrict] = ACTIONS(1799), - [anon_sym__Atomic] = ACTIONS(1799), - [anon_sym_mutable] = ACTIONS(1799), - [anon_sym_constexpr] = ACTIONS(1799), - [anon_sym_signed] = ACTIONS(1799), - [anon_sym_unsigned] = ACTIONS(1799), - [anon_sym_long] = ACTIONS(1799), - [anon_sym_short] = ACTIONS(1799), - [sym_primitive_type] = ACTIONS(1799), - [anon_sym_enum] = ACTIONS(1799), - [anon_sym_class] = ACTIONS(1799), - [anon_sym_struct] = ACTIONS(1799), - [anon_sym_union] = ACTIONS(1799), - [anon_sym_if] = ACTIONS(1799), - [anon_sym_switch] = ACTIONS(1799), - [anon_sym_case] = ACTIONS(1799), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1799), - [anon_sym_do] = ACTIONS(1799), - [anon_sym_for] = ACTIONS(1799), - [anon_sym_return] = ACTIONS(1799), - [anon_sym_break] = ACTIONS(1799), - [anon_sym_continue] = ACTIONS(1799), - [anon_sym_goto] = ACTIONS(1799), - [anon_sym_DASH_DASH] = ACTIONS(1801), - [anon_sym_PLUS_PLUS] = ACTIONS(1801), - [anon_sym_sizeof] = ACTIONS(1799), - [sym_number_literal] = ACTIONS(1801), - [anon_sym_L_SQUOTE] = ACTIONS(1801), - [anon_sym_u_SQUOTE] = ACTIONS(1801), - [anon_sym_U_SQUOTE] = ACTIONS(1801), - [anon_sym_u8_SQUOTE] = ACTIONS(1801), - [anon_sym_SQUOTE] = ACTIONS(1801), - [anon_sym_L_DQUOTE] = ACTIONS(1801), - [anon_sym_u_DQUOTE] = ACTIONS(1801), - [anon_sym_U_DQUOTE] = ACTIONS(1801), - [anon_sym_u8_DQUOTE] = ACTIONS(1801), - [anon_sym_DQUOTE] = ACTIONS(1801), - [sym_true] = ACTIONS(1799), - [sym_false] = ACTIONS(1799), - [sym_null] = ACTIONS(1799), + [554] = { + [ts_builtin_sym_end] = ACTIONS(1781), + [sym_identifier] = ACTIONS(1779), + [aux_sym_preproc_include_token1] = ACTIONS(1779), + [aux_sym_preproc_def_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), + [sym_preproc_directive] = ACTIONS(1779), + [anon_sym_LPAREN2] = ACTIONS(1781), + [anon_sym_BANG] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1781), + [anon_sym_AMP_AMP] = ACTIONS(1781), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_SEMI] = ACTIONS(1781), + [anon_sym_typedef] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(1779), + [anon_sym___attribute__] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1779), + [anon_sym___based] = ACTIONS(1779), + [anon_sym___cdecl] = ACTIONS(1779), + [anon_sym___clrcall] = ACTIONS(1779), + [anon_sym___stdcall] = ACTIONS(1779), + [anon_sym___fastcall] = ACTIONS(1779), + [anon_sym___thiscall] = ACTIONS(1779), + [anon_sym___vectorcall] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1779), + [anon_sym_static] = ACTIONS(1779), + [anon_sym_register] = ACTIONS(1779), + [anon_sym_inline] = ACTIONS(1779), + [anon_sym_thread_local] = ACTIONS(1779), + [anon_sym_const] = ACTIONS(1779), + [anon_sym_volatile] = ACTIONS(1779), + [anon_sym_restrict] = ACTIONS(1779), + [anon_sym__Atomic] = ACTIONS(1779), + [anon_sym_mutable] = ACTIONS(1779), + [anon_sym_constexpr] = ACTIONS(1779), + [anon_sym_signed] = ACTIONS(1779), + [anon_sym_unsigned] = ACTIONS(1779), + [anon_sym_long] = ACTIONS(1779), + [anon_sym_short] = ACTIONS(1779), + [sym_primitive_type] = ACTIONS(1779), + [anon_sym_enum] = ACTIONS(1779), + [anon_sym_class] = ACTIONS(1779), + [anon_sym_struct] = ACTIONS(1779), + [anon_sym_union] = ACTIONS(1779), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1779), + [anon_sym_default] = ACTIONS(1779), + [anon_sym_while] = ACTIONS(1779), + [anon_sym_do] = ACTIONS(1779), + [anon_sym_for] = ACTIONS(1779), + [anon_sym_return] = ACTIONS(1779), + [anon_sym_break] = ACTIONS(1779), + [anon_sym_continue] = ACTIONS(1779), + [anon_sym_goto] = ACTIONS(1779), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1779), + [sym_number_literal] = ACTIONS(1781), + [anon_sym_L_SQUOTE] = ACTIONS(1781), + [anon_sym_u_SQUOTE] = ACTIONS(1781), + [anon_sym_U_SQUOTE] = ACTIONS(1781), + [anon_sym_u8_SQUOTE] = ACTIONS(1781), + [anon_sym_SQUOTE] = ACTIONS(1781), + [anon_sym_L_DQUOTE] = ACTIONS(1781), + [anon_sym_u_DQUOTE] = ACTIONS(1781), + [anon_sym_U_DQUOTE] = ACTIONS(1781), + [anon_sym_u8_DQUOTE] = ACTIONS(1781), + [anon_sym_DQUOTE] = ACTIONS(1781), + [sym_true] = ACTIONS(1779), + [sym_false] = ACTIONS(1779), + [sym_null] = ACTIONS(1779), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1799), - [anon_sym_virtual] = ACTIONS(1799), - [anon_sym_explicit] = ACTIONS(1799), - [sym_auto] = ACTIONS(1799), - [anon_sym_typename] = ACTIONS(1799), - [anon_sym_template] = ACTIONS(1799), - [anon_sym_operator] = ACTIONS(1799), - [anon_sym_delete] = ACTIONS(1799), - [anon_sym_throw] = ACTIONS(1799), - [anon_sym_namespace] = ACTIONS(1799), - [anon_sym_using] = ACTIONS(1799), - [anon_sym_static_assert] = ACTIONS(1799), - [anon_sym_co_return] = ACTIONS(1799), - [anon_sym_co_yield] = ACTIONS(1799), - [anon_sym_try] = ACTIONS(1799), - [anon_sym_co_await] = ACTIONS(1799), - [anon_sym_new] = ACTIONS(1799), - [sym_this] = ACTIONS(1799), - [sym_nullptr] = ACTIONS(1799), - [sym_alone_macro] = ACTIONS(1801), - [aux_sym_alone_macro_call_token1] = ACTIONS(1799), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_FORWARD] = ACTIONS(1799), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_PS_GET] = ACTIONS(1799), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), - [anon_sym_MOZ_COLD] = ACTIONS(1799), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_RAII] = ACTIONS(1799), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), - [sym_raw_string_literal] = ACTIONS(1801), + [anon_sym_decltype] = ACTIONS(1779), + [anon_sym_virtual] = ACTIONS(1779), + [anon_sym_explicit] = ACTIONS(1779), + [sym_auto] = ACTIONS(1779), + [anon_sym_typename] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1779), + [anon_sym_operator] = ACTIONS(1779), + [anon_sym_delete] = ACTIONS(1779), + [anon_sym_throw] = ACTIONS(1779), + [anon_sym_namespace] = ACTIONS(1779), + [anon_sym_using] = ACTIONS(1779), + [anon_sym_static_assert] = ACTIONS(1779), + [anon_sym_co_return] = ACTIONS(1779), + [anon_sym_co_yield] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_co_await] = ACTIONS(1779), + [anon_sym_new] = ACTIONS(1779), + [sym_this] = ACTIONS(1779), + [sym_nullptr] = ACTIONS(1779), + [sym_alone_macro] = ACTIONS(1781), + [aux_sym_alone_macro_call_token1] = ACTIONS(1779), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_FORWARD] = ACTIONS(1779), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_PS_GET] = ACTIONS(1779), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), + [anon_sym_MOZ_COLD] = ACTIONS(1779), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_RAII] = ACTIONS(1779), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + [sym_raw_string_literal] = ACTIONS(1781), }, - [565] = { - [sym_identifier] = ACTIONS(1887), - [aux_sym_preproc_include_token1] = ACTIONS(1887), - [aux_sym_preproc_def_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), - [sym_preproc_directive] = ACTIONS(1887), - [anon_sym_LPAREN2] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(1889), - [anon_sym_TILDE] = ACTIONS(1889), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_PLUS] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_SEMI] = ACTIONS(1889), - [anon_sym_typedef] = ACTIONS(1887), - [anon_sym_extern] = ACTIONS(1887), - [anon_sym___attribute__] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1889), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), - [anon_sym___declspec] = ACTIONS(1887), - [anon_sym___based] = ACTIONS(1887), - [anon_sym___cdecl] = ACTIONS(1887), - [anon_sym___clrcall] = ACTIONS(1887), - [anon_sym___stdcall] = ACTIONS(1887), - [anon_sym___fastcall] = ACTIONS(1887), - [anon_sym___thiscall] = ACTIONS(1887), - [anon_sym___vectorcall] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1889), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_static] = ACTIONS(1887), - [anon_sym_register] = ACTIONS(1887), - [anon_sym_inline] = ACTIONS(1887), - [anon_sym_thread_local] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_volatile] = ACTIONS(1887), - [anon_sym_restrict] = ACTIONS(1887), - [anon_sym__Atomic] = ACTIONS(1887), - [anon_sym_mutable] = ACTIONS(1887), - [anon_sym_constexpr] = ACTIONS(1887), - [anon_sym_signed] = ACTIONS(1887), - [anon_sym_unsigned] = ACTIONS(1887), - [anon_sym_long] = ACTIONS(1887), - [anon_sym_short] = ACTIONS(1887), - [sym_primitive_type] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_class] = ACTIONS(1887), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), - [anon_sym_if] = ACTIONS(1887), - [anon_sym_switch] = ACTIONS(1887), - [anon_sym_case] = ACTIONS(1887), - [anon_sym_default] = ACTIONS(1887), - [anon_sym_while] = ACTIONS(1887), - [anon_sym_do] = ACTIONS(1887), - [anon_sym_for] = ACTIONS(1887), - [anon_sym_return] = ACTIONS(1887), - [anon_sym_break] = ACTIONS(1887), - [anon_sym_continue] = ACTIONS(1887), - [anon_sym_goto] = ACTIONS(1887), - [anon_sym_DASH_DASH] = ACTIONS(1889), - [anon_sym_PLUS_PLUS] = ACTIONS(1889), - [anon_sym_sizeof] = ACTIONS(1887), - [sym_number_literal] = ACTIONS(1889), - [anon_sym_L_SQUOTE] = ACTIONS(1889), - [anon_sym_u_SQUOTE] = ACTIONS(1889), - [anon_sym_U_SQUOTE] = ACTIONS(1889), - [anon_sym_u8_SQUOTE] = ACTIONS(1889), - [anon_sym_SQUOTE] = ACTIONS(1889), - [anon_sym_L_DQUOTE] = ACTIONS(1889), - [anon_sym_u_DQUOTE] = ACTIONS(1889), - [anon_sym_U_DQUOTE] = ACTIONS(1889), - [anon_sym_u8_DQUOTE] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_true] = ACTIONS(1887), - [sym_false] = ACTIONS(1887), - [sym_null] = ACTIONS(1887), + [555] = { + [sym_identifier] = ACTIONS(1743), + [aux_sym_preproc_include_token1] = ACTIONS(1743), + [aux_sym_preproc_def_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_LPAREN2] = ACTIONS(1745), + [anon_sym_BANG] = ACTIONS(1745), + [anon_sym_TILDE] = ACTIONS(1745), + [anon_sym_DASH] = ACTIONS(1743), + [anon_sym_PLUS] = ACTIONS(1743), + [anon_sym_STAR] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1745), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1745), + [anon_sym_typedef] = ACTIONS(1743), + [anon_sym_extern] = ACTIONS(1743), + [anon_sym___attribute__] = ACTIONS(1743), + [anon_sym_COLON_COLON] = ACTIONS(1745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), + [anon_sym___declspec] = ACTIONS(1743), + [anon_sym___based] = ACTIONS(1743), + [anon_sym___cdecl] = ACTIONS(1743), + [anon_sym___clrcall] = ACTIONS(1743), + [anon_sym___stdcall] = ACTIONS(1743), + [anon_sym___fastcall] = ACTIONS(1743), + [anon_sym___thiscall] = ACTIONS(1743), + [anon_sym___vectorcall] = ACTIONS(1743), + [anon_sym_LBRACE] = ACTIONS(1745), + [anon_sym_RBRACE] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1743), + [anon_sym_register] = ACTIONS(1743), + [anon_sym_inline] = ACTIONS(1743), + [anon_sym_thread_local] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1743), + [anon_sym_volatile] = ACTIONS(1743), + [anon_sym_restrict] = ACTIONS(1743), + [anon_sym__Atomic] = ACTIONS(1743), + [anon_sym_mutable] = ACTIONS(1743), + [anon_sym_constexpr] = ACTIONS(1743), + [anon_sym_signed] = ACTIONS(1743), + [anon_sym_unsigned] = ACTIONS(1743), + [anon_sym_long] = ACTIONS(1743), + [anon_sym_short] = ACTIONS(1743), + [sym_primitive_type] = ACTIONS(1743), + [anon_sym_enum] = ACTIONS(1743), + [anon_sym_class] = ACTIONS(1743), + [anon_sym_struct] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_if] = ACTIONS(1743), + [anon_sym_switch] = ACTIONS(1743), + [anon_sym_case] = ACTIONS(1743), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_while] = ACTIONS(1743), + [anon_sym_do] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1743), + [anon_sym_return] = ACTIONS(1743), + [anon_sym_break] = ACTIONS(1743), + [anon_sym_continue] = ACTIONS(1743), + [anon_sym_goto] = ACTIONS(1743), + [anon_sym_DASH_DASH] = ACTIONS(1745), + [anon_sym_PLUS_PLUS] = ACTIONS(1745), + [anon_sym_sizeof] = ACTIONS(1743), + [sym_number_literal] = ACTIONS(1745), + [anon_sym_L_SQUOTE] = ACTIONS(1745), + [anon_sym_u_SQUOTE] = ACTIONS(1745), + [anon_sym_U_SQUOTE] = ACTIONS(1745), + [anon_sym_u8_SQUOTE] = ACTIONS(1745), + [anon_sym_SQUOTE] = ACTIONS(1745), + [anon_sym_L_DQUOTE] = ACTIONS(1745), + [anon_sym_u_DQUOTE] = ACTIONS(1745), + [anon_sym_U_DQUOTE] = ACTIONS(1745), + [anon_sym_u8_DQUOTE] = ACTIONS(1745), + [anon_sym_DQUOTE] = ACTIONS(1745), + [sym_true] = ACTIONS(1743), + [sym_false] = ACTIONS(1743), + [sym_null] = ACTIONS(1743), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1887), - [anon_sym_virtual] = ACTIONS(1887), - [anon_sym_explicit] = ACTIONS(1887), - [sym_auto] = ACTIONS(1887), - [anon_sym_typename] = ACTIONS(1887), - [anon_sym_template] = ACTIONS(1887), - [anon_sym_operator] = ACTIONS(1887), - [anon_sym_delete] = ACTIONS(1887), - [anon_sym_throw] = ACTIONS(1887), - [anon_sym_namespace] = ACTIONS(1887), - [anon_sym_using] = ACTIONS(1887), - [anon_sym_static_assert] = ACTIONS(1887), - [anon_sym_co_return] = ACTIONS(1887), - [anon_sym_co_yield] = ACTIONS(1887), - [anon_sym_try] = ACTIONS(1887), - [anon_sym_co_await] = ACTIONS(1887), - [anon_sym_new] = ACTIONS(1887), - [sym_this] = ACTIONS(1887), - [sym_nullptr] = ACTIONS(1887), - [sym_alone_macro] = ACTIONS(1889), - [aux_sym_alone_macro_call_token1] = ACTIONS(1887), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_FORWARD] = ACTIONS(1887), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1887), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_PS_GET] = ACTIONS(1887), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1887), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1887), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), - [anon_sym_MOZ_COLD] = ACTIONS(1887), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_RAII] = ACTIONS(1887), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), - [sym_raw_string_literal] = ACTIONS(1889), + [anon_sym_decltype] = ACTIONS(1743), + [anon_sym_virtual] = ACTIONS(1743), + [anon_sym_explicit] = ACTIONS(1743), + [sym_auto] = ACTIONS(1743), + [anon_sym_typename] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1743), + [anon_sym_operator] = ACTIONS(1743), + [anon_sym_delete] = ACTIONS(1743), + [anon_sym_throw] = ACTIONS(1743), + [anon_sym_namespace] = ACTIONS(1743), + [anon_sym_using] = ACTIONS(1743), + [anon_sym_static_assert] = ACTIONS(1743), + [anon_sym_co_return] = ACTIONS(1743), + [anon_sym_co_yield] = ACTIONS(1743), + [anon_sym_try] = ACTIONS(1743), + [anon_sym_co_await] = ACTIONS(1743), + [anon_sym_new] = ACTIONS(1743), + [sym_this] = ACTIONS(1743), + [sym_nullptr] = ACTIONS(1743), + [sym_alone_macro] = ACTIONS(1745), + [aux_sym_alone_macro_call_token1] = ACTIONS(1743), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_FORWARD] = ACTIONS(1743), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_PS_GET] = ACTIONS(1743), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), + [anon_sym_MOZ_COLD] = ACTIONS(1743), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_RAII] = ACTIONS(1743), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), + [sym_raw_string_literal] = ACTIONS(1745), }, - [566] = { - [sym_identifier] = ACTIONS(1899), - [aux_sym_preproc_include_token1] = ACTIONS(1899), - [aux_sym_preproc_def_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token2] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), - [sym_preproc_directive] = ACTIONS(1899), - [anon_sym_LPAREN2] = ACTIONS(1901), - [anon_sym_BANG] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_DASH] = ACTIONS(1899), - [anon_sym_PLUS] = ACTIONS(1899), - [anon_sym_STAR] = ACTIONS(1901), - [anon_sym_AMP_AMP] = ACTIONS(1901), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_SEMI] = ACTIONS(1901), - [anon_sym_typedef] = ACTIONS(1899), - [anon_sym_extern] = ACTIONS(1899), - [anon_sym___attribute__] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1901), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), - [anon_sym___declspec] = ACTIONS(1899), - [anon_sym___based] = ACTIONS(1899), - [anon_sym___cdecl] = ACTIONS(1899), - [anon_sym___clrcall] = ACTIONS(1899), - [anon_sym___stdcall] = ACTIONS(1899), - [anon_sym___fastcall] = ACTIONS(1899), - [anon_sym___thiscall] = ACTIONS(1899), - [anon_sym___vectorcall] = ACTIONS(1899), - [anon_sym_LBRACE] = ACTIONS(1901), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_static] = ACTIONS(1899), - [anon_sym_register] = ACTIONS(1899), - [anon_sym_inline] = ACTIONS(1899), - [anon_sym_thread_local] = ACTIONS(1899), - [anon_sym_const] = ACTIONS(1899), - [anon_sym_volatile] = ACTIONS(1899), - [anon_sym_restrict] = ACTIONS(1899), - [anon_sym__Atomic] = ACTIONS(1899), - [anon_sym_mutable] = ACTIONS(1899), - [anon_sym_constexpr] = ACTIONS(1899), - [anon_sym_signed] = ACTIONS(1899), - [anon_sym_unsigned] = ACTIONS(1899), - [anon_sym_long] = ACTIONS(1899), - [anon_sym_short] = ACTIONS(1899), - [sym_primitive_type] = ACTIONS(1899), - [anon_sym_enum] = ACTIONS(1899), - [anon_sym_class] = ACTIONS(1899), - [anon_sym_struct] = ACTIONS(1899), - [anon_sym_union] = ACTIONS(1899), - [anon_sym_if] = ACTIONS(1899), - [anon_sym_switch] = ACTIONS(1899), - [anon_sym_case] = ACTIONS(1899), - [anon_sym_default] = ACTIONS(1899), - [anon_sym_while] = ACTIONS(1899), - [anon_sym_do] = ACTIONS(1899), - [anon_sym_for] = ACTIONS(1899), - [anon_sym_return] = ACTIONS(1899), - [anon_sym_break] = ACTIONS(1899), - [anon_sym_continue] = ACTIONS(1899), - [anon_sym_goto] = ACTIONS(1899), - [anon_sym_DASH_DASH] = ACTIONS(1901), - [anon_sym_PLUS_PLUS] = ACTIONS(1901), - [anon_sym_sizeof] = ACTIONS(1899), - [sym_number_literal] = ACTIONS(1901), - [anon_sym_L_SQUOTE] = ACTIONS(1901), - [anon_sym_u_SQUOTE] = ACTIONS(1901), - [anon_sym_U_SQUOTE] = ACTIONS(1901), - [anon_sym_u8_SQUOTE] = ACTIONS(1901), - [anon_sym_SQUOTE] = ACTIONS(1901), - [anon_sym_L_DQUOTE] = ACTIONS(1901), - [anon_sym_u_DQUOTE] = ACTIONS(1901), - [anon_sym_U_DQUOTE] = ACTIONS(1901), - [anon_sym_u8_DQUOTE] = ACTIONS(1901), - [anon_sym_DQUOTE] = ACTIONS(1901), - [sym_true] = ACTIONS(1899), - [sym_false] = ACTIONS(1899), - [sym_null] = ACTIONS(1899), + [556] = { + [sym_identifier] = ACTIONS(1723), + [aux_sym_preproc_include_token1] = ACTIONS(1723), + [aux_sym_preproc_def_token1] = ACTIONS(1723), + [aux_sym_preproc_if_token1] = ACTIONS(1723), + [aux_sym_preproc_if_token2] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), + [sym_preproc_directive] = ACTIONS(1723), + [anon_sym_LPAREN2] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1725), + [anon_sym_AMP] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_typedef] = ACTIONS(1723), + [anon_sym_extern] = ACTIONS(1723), + [anon_sym___attribute__] = ACTIONS(1723), + [anon_sym_COLON_COLON] = ACTIONS(1725), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), + [anon_sym___declspec] = ACTIONS(1723), + [anon_sym___based] = ACTIONS(1723), + [anon_sym___cdecl] = ACTIONS(1723), + [anon_sym___clrcall] = ACTIONS(1723), + [anon_sym___stdcall] = ACTIONS(1723), + [anon_sym___fastcall] = ACTIONS(1723), + [anon_sym___thiscall] = ACTIONS(1723), + [anon_sym___vectorcall] = ACTIONS(1723), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_static] = ACTIONS(1723), + [anon_sym_register] = ACTIONS(1723), + [anon_sym_inline] = ACTIONS(1723), + [anon_sym_thread_local] = ACTIONS(1723), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_volatile] = ACTIONS(1723), + [anon_sym_restrict] = ACTIONS(1723), + [anon_sym__Atomic] = ACTIONS(1723), + [anon_sym_mutable] = ACTIONS(1723), + [anon_sym_constexpr] = ACTIONS(1723), + [anon_sym_signed] = ACTIONS(1723), + [anon_sym_unsigned] = ACTIONS(1723), + [anon_sym_long] = ACTIONS(1723), + [anon_sym_short] = ACTIONS(1723), + [sym_primitive_type] = ACTIONS(1723), + [anon_sym_enum] = ACTIONS(1723), + [anon_sym_class] = ACTIONS(1723), + [anon_sym_struct] = ACTIONS(1723), + [anon_sym_union] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_do] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_continue] = ACTIONS(1723), + [anon_sym_goto] = ACTIONS(1723), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_sizeof] = ACTIONS(1723), + [sym_number_literal] = ACTIONS(1725), + [anon_sym_L_SQUOTE] = ACTIONS(1725), + [anon_sym_u_SQUOTE] = ACTIONS(1725), + [anon_sym_U_SQUOTE] = ACTIONS(1725), + [anon_sym_u8_SQUOTE] = ACTIONS(1725), + [anon_sym_SQUOTE] = ACTIONS(1725), + [anon_sym_L_DQUOTE] = ACTIONS(1725), + [anon_sym_u_DQUOTE] = ACTIONS(1725), + [anon_sym_U_DQUOTE] = ACTIONS(1725), + [anon_sym_u8_DQUOTE] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym_true] = ACTIONS(1723), + [sym_false] = ACTIONS(1723), + [sym_null] = ACTIONS(1723), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1899), - [anon_sym_virtual] = ACTIONS(1899), - [anon_sym_explicit] = ACTIONS(1899), - [sym_auto] = ACTIONS(1899), - [anon_sym_typename] = ACTIONS(1899), - [anon_sym_template] = ACTIONS(1899), - [anon_sym_operator] = ACTIONS(1899), - [anon_sym_delete] = ACTIONS(1899), - [anon_sym_throw] = ACTIONS(1899), - [anon_sym_namespace] = ACTIONS(1899), - [anon_sym_using] = ACTIONS(1899), - [anon_sym_static_assert] = ACTIONS(1899), - [anon_sym_co_return] = ACTIONS(1899), - [anon_sym_co_yield] = ACTIONS(1899), - [anon_sym_try] = ACTIONS(1899), - [anon_sym_co_await] = ACTIONS(1899), - [anon_sym_new] = ACTIONS(1899), - [sym_this] = ACTIONS(1899), - [sym_nullptr] = ACTIONS(1899), - [sym_alone_macro] = ACTIONS(1901), - [aux_sym_alone_macro_call_token1] = ACTIONS(1899), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_FORWARD] = ACTIONS(1899), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_PS_GET] = ACTIONS(1899), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), - [anon_sym_MOZ_COLD] = ACTIONS(1899), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_RAII] = ACTIONS(1899), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), - [sym_raw_string_literal] = ACTIONS(1901), + [anon_sym_decltype] = ACTIONS(1723), + [anon_sym_virtual] = ACTIONS(1723), + [anon_sym_explicit] = ACTIONS(1723), + [sym_auto] = ACTIONS(1723), + [anon_sym_typename] = ACTIONS(1723), + [anon_sym_template] = ACTIONS(1723), + [anon_sym_operator] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_throw] = ACTIONS(1723), + [anon_sym_namespace] = ACTIONS(1723), + [anon_sym_using] = ACTIONS(1723), + [anon_sym_static_assert] = ACTIONS(1723), + [anon_sym_co_return] = ACTIONS(1723), + [anon_sym_co_yield] = ACTIONS(1723), + [anon_sym_try] = ACTIONS(1723), + [anon_sym_co_await] = ACTIONS(1723), + [anon_sym_new] = ACTIONS(1723), + [sym_this] = ACTIONS(1723), + [sym_nullptr] = ACTIONS(1723), + [sym_alone_macro] = ACTIONS(1725), + [aux_sym_alone_macro_call_token1] = ACTIONS(1723), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_FORWARD] = ACTIONS(1723), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_PS_GET] = ACTIONS(1723), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), + [anon_sym_MOZ_COLD] = ACTIONS(1723), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL] = ACTIONS(1723), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN] = ACTIONS(1723), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), + [anon_sym_MOZ_RAII] = ACTIONS(1723), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), + [sym_raw_string_literal] = ACTIONS(1725), }, - [567] = { - [ts_builtin_sym_end] = ACTIONS(1881), - [sym_identifier] = ACTIONS(1879), - [aux_sym_preproc_include_token1] = ACTIONS(1879), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), - [sym_preproc_directive] = ACTIONS(1879), - [anon_sym_LPAREN2] = ACTIONS(1881), - [anon_sym_BANG] = ACTIONS(1881), - [anon_sym_TILDE] = ACTIONS(1881), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_AMP_AMP] = ACTIONS(1881), - [anon_sym_AMP] = ACTIONS(1879), - [anon_sym_SEMI] = ACTIONS(1881), - [anon_sym_typedef] = ACTIONS(1879), - [anon_sym_extern] = ACTIONS(1879), - [anon_sym___attribute__] = ACTIONS(1879), - [anon_sym_COLON_COLON] = ACTIONS(1881), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), - [anon_sym___declspec] = ACTIONS(1879), - [anon_sym___based] = ACTIONS(1879), - [anon_sym___cdecl] = ACTIONS(1879), - [anon_sym___clrcall] = ACTIONS(1879), - [anon_sym___stdcall] = ACTIONS(1879), - [anon_sym___fastcall] = ACTIONS(1879), - [anon_sym___thiscall] = ACTIONS(1879), - [anon_sym___vectorcall] = ACTIONS(1879), - [anon_sym_LBRACE] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1879), - [anon_sym_static] = ACTIONS(1879), - [anon_sym_register] = ACTIONS(1879), - [anon_sym_inline] = ACTIONS(1879), - [anon_sym_thread_local] = ACTIONS(1879), - [anon_sym_const] = ACTIONS(1879), - [anon_sym_volatile] = ACTIONS(1879), - [anon_sym_restrict] = ACTIONS(1879), - [anon_sym__Atomic] = ACTIONS(1879), - [anon_sym_mutable] = ACTIONS(1879), - [anon_sym_constexpr] = ACTIONS(1879), - [anon_sym_signed] = ACTIONS(1879), - [anon_sym_unsigned] = ACTIONS(1879), - [anon_sym_long] = ACTIONS(1879), - [anon_sym_short] = ACTIONS(1879), - [sym_primitive_type] = ACTIONS(1879), - [anon_sym_enum] = ACTIONS(1879), - [anon_sym_class] = ACTIONS(1879), - [anon_sym_struct] = ACTIONS(1879), - [anon_sym_union] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_switch] = ACTIONS(1879), - [anon_sym_case] = ACTIONS(1879), - [anon_sym_default] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_break] = ACTIONS(1879), - [anon_sym_continue] = ACTIONS(1879), - [anon_sym_goto] = ACTIONS(1879), - [anon_sym_DASH_DASH] = ACTIONS(1881), - [anon_sym_PLUS_PLUS] = ACTIONS(1881), - [anon_sym_sizeof] = ACTIONS(1879), - [sym_number_literal] = ACTIONS(1881), - [anon_sym_L_SQUOTE] = ACTIONS(1881), - [anon_sym_u_SQUOTE] = ACTIONS(1881), - [anon_sym_U_SQUOTE] = ACTIONS(1881), - [anon_sym_u8_SQUOTE] = ACTIONS(1881), - [anon_sym_SQUOTE] = ACTIONS(1881), - [anon_sym_L_DQUOTE] = ACTIONS(1881), - [anon_sym_u_DQUOTE] = ACTIONS(1881), - [anon_sym_U_DQUOTE] = ACTIONS(1881), - [anon_sym_u8_DQUOTE] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(1881), - [sym_true] = ACTIONS(1879), - [sym_false] = ACTIONS(1879), - [sym_null] = ACTIONS(1879), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1879), - [anon_sym_virtual] = ACTIONS(1879), - [anon_sym_explicit] = ACTIONS(1879), - [sym_auto] = ACTIONS(1879), - [anon_sym_typename] = ACTIONS(1879), - [anon_sym_template] = ACTIONS(1879), - [anon_sym_operator] = ACTIONS(1879), - [anon_sym_delete] = ACTIONS(1879), - [anon_sym_throw] = ACTIONS(1879), - [anon_sym_namespace] = ACTIONS(1879), - [anon_sym_using] = ACTIONS(1879), - [anon_sym_static_assert] = ACTIONS(1879), - [anon_sym_co_return] = ACTIONS(1879), - [anon_sym_co_yield] = ACTIONS(1879), - [anon_sym_try] = ACTIONS(1879), - [anon_sym_co_await] = ACTIONS(1879), - [anon_sym_new] = ACTIONS(1879), - [sym_this] = ACTIONS(1879), - [sym_nullptr] = ACTIONS(1879), - [sym_alone_macro] = ACTIONS(1881), - [aux_sym_alone_macro_call_token1] = ACTIONS(1879), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_FORWARD] = ACTIONS(1879), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_PS_GET] = ACTIONS(1879), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), - [anon_sym_MOZ_COLD] = ACTIONS(1879), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_RAII] = ACTIONS(1879), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), - [sym_raw_string_literal] = ACTIONS(1881), + [557] = { + [sym_identifier] = ACTIONS(1719), + [aux_sym_preproc_include_token1] = ACTIONS(1719), + [aux_sym_preproc_def_token1] = ACTIONS(1719), + [aux_sym_preproc_if_token1] = ACTIONS(1719), + [aux_sym_preproc_if_token2] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), + [sym_preproc_directive] = ACTIONS(1719), + [anon_sym_LPAREN2] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_STAR] = ACTIONS(1721), + [anon_sym_AMP_AMP] = ACTIONS(1721), + [anon_sym_AMP] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_typedef] = ACTIONS(1719), + [anon_sym_extern] = ACTIONS(1719), + [anon_sym___attribute__] = ACTIONS(1719), + [anon_sym_COLON_COLON] = ACTIONS(1721), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), + [anon_sym___declspec] = ACTIONS(1719), + [anon_sym___based] = ACTIONS(1719), + [anon_sym___cdecl] = ACTIONS(1719), + [anon_sym___clrcall] = ACTIONS(1719), + [anon_sym___stdcall] = ACTIONS(1719), + [anon_sym___fastcall] = ACTIONS(1719), + [anon_sym___thiscall] = ACTIONS(1719), + [anon_sym___vectorcall] = ACTIONS(1719), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_static] = ACTIONS(1719), + [anon_sym_register] = ACTIONS(1719), + [anon_sym_inline] = ACTIONS(1719), + [anon_sym_thread_local] = ACTIONS(1719), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_volatile] = ACTIONS(1719), + [anon_sym_restrict] = ACTIONS(1719), + [anon_sym__Atomic] = ACTIONS(1719), + [anon_sym_mutable] = ACTIONS(1719), + [anon_sym_constexpr] = ACTIONS(1719), + [anon_sym_signed] = ACTIONS(1719), + [anon_sym_unsigned] = ACTIONS(1719), + [anon_sym_long] = ACTIONS(1719), + [anon_sym_short] = ACTIONS(1719), + [sym_primitive_type] = ACTIONS(1719), + [anon_sym_enum] = ACTIONS(1719), + [anon_sym_class] = ACTIONS(1719), + [anon_sym_struct] = ACTIONS(1719), + [anon_sym_union] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_do] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_continue] = ACTIONS(1719), + [anon_sym_goto] = ACTIONS(1719), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_sizeof] = ACTIONS(1719), + [sym_number_literal] = ACTIONS(1721), + [anon_sym_L_SQUOTE] = ACTIONS(1721), + [anon_sym_u_SQUOTE] = ACTIONS(1721), + [anon_sym_U_SQUOTE] = ACTIONS(1721), + [anon_sym_u8_SQUOTE] = ACTIONS(1721), + [anon_sym_SQUOTE] = ACTIONS(1721), + [anon_sym_L_DQUOTE] = ACTIONS(1721), + [anon_sym_u_DQUOTE] = ACTIONS(1721), + [anon_sym_U_DQUOTE] = ACTIONS(1721), + [anon_sym_u8_DQUOTE] = ACTIONS(1721), + [anon_sym_DQUOTE] = ACTIONS(1721), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1719), + [anon_sym_virtual] = ACTIONS(1719), + [anon_sym_explicit] = ACTIONS(1719), + [sym_auto] = ACTIONS(1719), + [anon_sym_typename] = ACTIONS(1719), + [anon_sym_template] = ACTIONS(1719), + [anon_sym_operator] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_throw] = ACTIONS(1719), + [anon_sym_namespace] = ACTIONS(1719), + [anon_sym_using] = ACTIONS(1719), + [anon_sym_static_assert] = ACTIONS(1719), + [anon_sym_co_return] = ACTIONS(1719), + [anon_sym_co_yield] = ACTIONS(1719), + [anon_sym_try] = ACTIONS(1719), + [anon_sym_co_await] = ACTIONS(1719), + [anon_sym_new] = ACTIONS(1719), + [sym_this] = ACTIONS(1719), + [sym_nullptr] = ACTIONS(1719), + [sym_alone_macro] = ACTIONS(1721), + [aux_sym_alone_macro_call_token1] = ACTIONS(1719), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_FORWARD] = ACTIONS(1719), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_PS_GET] = ACTIONS(1719), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), + [anon_sym_MOZ_COLD] = ACTIONS(1719), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL] = ACTIONS(1719), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN] = ACTIONS(1719), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), + [anon_sym_MOZ_RAII] = ACTIONS(1719), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), + [sym_raw_string_literal] = ACTIONS(1721), }, - [568] = { - [sym_identifier] = ACTIONS(1747), - [aux_sym_preproc_include_token1] = ACTIONS(1747), - [aux_sym_preproc_def_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), - [sym_preproc_directive] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1749), - [anon_sym_BANG] = ACTIONS(1749), - [anon_sym_TILDE] = ACTIONS(1749), - [anon_sym_DASH] = ACTIONS(1747), - [anon_sym_PLUS] = ACTIONS(1747), - [anon_sym_STAR] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1747), - [anon_sym_SEMI] = ACTIONS(1749), - [anon_sym_typedef] = ACTIONS(1747), - [anon_sym_extern] = ACTIONS(1747), - [anon_sym___attribute__] = ACTIONS(1747), - [anon_sym_COLON_COLON] = ACTIONS(1749), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), - [anon_sym___declspec] = ACTIONS(1747), - [anon_sym___based] = ACTIONS(1747), - [anon_sym___cdecl] = ACTIONS(1747), - [anon_sym___clrcall] = ACTIONS(1747), - [anon_sym___stdcall] = ACTIONS(1747), - [anon_sym___fastcall] = ACTIONS(1747), - [anon_sym___thiscall] = ACTIONS(1747), - [anon_sym___vectorcall] = ACTIONS(1747), - [anon_sym_LBRACE] = ACTIONS(1749), - [anon_sym_RBRACE] = ACTIONS(1749), - [anon_sym_LBRACK] = ACTIONS(1747), - [anon_sym_static] = ACTIONS(1747), - [anon_sym_register] = ACTIONS(1747), - [anon_sym_inline] = ACTIONS(1747), - [anon_sym_thread_local] = ACTIONS(1747), - [anon_sym_const] = ACTIONS(1747), - [anon_sym_volatile] = ACTIONS(1747), - [anon_sym_restrict] = ACTIONS(1747), - [anon_sym__Atomic] = ACTIONS(1747), - [anon_sym_mutable] = ACTIONS(1747), - [anon_sym_constexpr] = ACTIONS(1747), - [anon_sym_signed] = ACTIONS(1747), - [anon_sym_unsigned] = ACTIONS(1747), - [anon_sym_long] = ACTIONS(1747), - [anon_sym_short] = ACTIONS(1747), - [sym_primitive_type] = ACTIONS(1747), - [anon_sym_enum] = ACTIONS(1747), - [anon_sym_class] = ACTIONS(1747), - [anon_sym_struct] = ACTIONS(1747), - [anon_sym_union] = ACTIONS(1747), - [anon_sym_if] = ACTIONS(1747), - [anon_sym_switch] = ACTIONS(1747), - [anon_sym_case] = ACTIONS(1747), - [anon_sym_default] = ACTIONS(1747), - [anon_sym_while] = ACTIONS(1747), - [anon_sym_do] = ACTIONS(1747), - [anon_sym_for] = ACTIONS(1747), - [anon_sym_return] = ACTIONS(1747), - [anon_sym_break] = ACTIONS(1747), - [anon_sym_continue] = ACTIONS(1747), - [anon_sym_goto] = ACTIONS(1747), - [anon_sym_DASH_DASH] = ACTIONS(1749), - [anon_sym_PLUS_PLUS] = ACTIONS(1749), - [anon_sym_sizeof] = ACTIONS(1747), - [sym_number_literal] = ACTIONS(1749), - [anon_sym_L_SQUOTE] = ACTIONS(1749), - [anon_sym_u_SQUOTE] = ACTIONS(1749), - [anon_sym_U_SQUOTE] = ACTIONS(1749), - [anon_sym_u8_SQUOTE] = ACTIONS(1749), - [anon_sym_SQUOTE] = ACTIONS(1749), - [anon_sym_L_DQUOTE] = ACTIONS(1749), - [anon_sym_u_DQUOTE] = ACTIONS(1749), - [anon_sym_U_DQUOTE] = ACTIONS(1749), - [anon_sym_u8_DQUOTE] = ACTIONS(1749), - [anon_sym_DQUOTE] = ACTIONS(1749), - [sym_true] = ACTIONS(1747), - [sym_false] = ACTIONS(1747), - [sym_null] = ACTIONS(1747), + [558] = { + [ts_builtin_sym_end] = ACTIONS(1789), + [sym_identifier] = ACTIONS(1787), + [aux_sym_preproc_include_token1] = ACTIONS(1787), + [aux_sym_preproc_def_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1787), + [anon_sym_LPAREN2] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_AMP_AMP] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1787), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym___attribute__] = ACTIONS(1787), + [anon_sym_COLON_COLON] = ACTIONS(1789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), + [anon_sym___declspec] = ACTIONS(1787), + [anon_sym___based] = ACTIONS(1787), + [anon_sym___cdecl] = ACTIONS(1787), + [anon_sym___clrcall] = ACTIONS(1787), + [anon_sym___stdcall] = ACTIONS(1787), + [anon_sym___fastcall] = ACTIONS(1787), + [anon_sym___thiscall] = ACTIONS(1787), + [anon_sym___vectorcall] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_LBRACK] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_inline] = ACTIONS(1787), + [anon_sym_thread_local] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym__Atomic] = ACTIONS(1787), + [anon_sym_mutable] = ACTIONS(1787), + [anon_sym_constexpr] = ACTIONS(1787), + [anon_sym_signed] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [sym_primitive_type] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_class] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1789), + [anon_sym_L_SQUOTE] = ACTIONS(1789), + [anon_sym_u_SQUOTE] = ACTIONS(1789), + [anon_sym_U_SQUOTE] = ACTIONS(1789), + [anon_sym_u8_SQUOTE] = ACTIONS(1789), + [anon_sym_SQUOTE] = ACTIONS(1789), + [anon_sym_L_DQUOTE] = ACTIONS(1789), + [anon_sym_u_DQUOTE] = ACTIONS(1789), + [anon_sym_U_DQUOTE] = ACTIONS(1789), + [anon_sym_u8_DQUOTE] = ACTIONS(1789), + [anon_sym_DQUOTE] = ACTIONS(1789), + [sym_true] = ACTIONS(1787), + [sym_false] = ACTIONS(1787), + [sym_null] = ACTIONS(1787), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1747), - [anon_sym_virtual] = ACTIONS(1747), - [anon_sym_explicit] = ACTIONS(1747), - [sym_auto] = ACTIONS(1747), - [anon_sym_typename] = ACTIONS(1747), - [anon_sym_template] = ACTIONS(1747), - [anon_sym_operator] = ACTIONS(1747), - [anon_sym_delete] = ACTIONS(1747), - [anon_sym_throw] = ACTIONS(1747), - [anon_sym_namespace] = ACTIONS(1747), - [anon_sym_using] = ACTIONS(1747), - [anon_sym_static_assert] = ACTIONS(1747), - [anon_sym_co_return] = ACTIONS(1747), - [anon_sym_co_yield] = ACTIONS(1747), - [anon_sym_try] = ACTIONS(1747), - [anon_sym_co_await] = ACTIONS(1747), - [anon_sym_new] = ACTIONS(1747), - [sym_this] = ACTIONS(1747), - [sym_nullptr] = ACTIONS(1747), - [sym_alone_macro] = ACTIONS(1749), - [aux_sym_alone_macro_call_token1] = ACTIONS(1747), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_FORWARD] = ACTIONS(1747), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_PS_GET] = ACTIONS(1747), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), - [anon_sym_MOZ_COLD] = ACTIONS(1747), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_RAII] = ACTIONS(1747), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), - [sym_raw_string_literal] = ACTIONS(1749), + [anon_sym_decltype] = ACTIONS(1787), + [anon_sym_virtual] = ACTIONS(1787), + [anon_sym_explicit] = ACTIONS(1787), + [sym_auto] = ACTIONS(1787), + [anon_sym_typename] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1787), + [anon_sym_operator] = ACTIONS(1787), + [anon_sym_delete] = ACTIONS(1787), + [anon_sym_throw] = ACTIONS(1787), + [anon_sym_namespace] = ACTIONS(1787), + [anon_sym_using] = ACTIONS(1787), + [anon_sym_static_assert] = ACTIONS(1787), + [anon_sym_co_return] = ACTIONS(1787), + [anon_sym_co_yield] = ACTIONS(1787), + [anon_sym_try] = ACTIONS(1787), + [anon_sym_co_await] = ACTIONS(1787), + [anon_sym_new] = ACTIONS(1787), + [sym_this] = ACTIONS(1787), + [sym_nullptr] = ACTIONS(1787), + [sym_alone_macro] = ACTIONS(1789), + [aux_sym_alone_macro_call_token1] = ACTIONS(1787), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_FORWARD] = ACTIONS(1787), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_PS_GET] = ACTIONS(1787), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), + [anon_sym_MOZ_COLD] = ACTIONS(1787), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_RAII] = ACTIONS(1787), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), + [sym_raw_string_literal] = ACTIONS(1789), }, - [569] = { - [sym_identifier] = ACTIONS(1751), - [aux_sym_preproc_include_token1] = ACTIONS(1751), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), - [sym_preproc_directive] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1753), - [anon_sym_BANG] = ACTIONS(1753), - [anon_sym_TILDE] = ACTIONS(1753), - [anon_sym_DASH] = ACTIONS(1751), - [anon_sym_PLUS] = ACTIONS(1751), - [anon_sym_STAR] = ACTIONS(1753), - [anon_sym_AMP_AMP] = ACTIONS(1753), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_SEMI] = ACTIONS(1753), - [anon_sym_typedef] = ACTIONS(1751), - [anon_sym_extern] = ACTIONS(1751), - [anon_sym___attribute__] = ACTIONS(1751), - [anon_sym_COLON_COLON] = ACTIONS(1753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), - [anon_sym___declspec] = ACTIONS(1751), - [anon_sym___based] = ACTIONS(1751), - [anon_sym___cdecl] = ACTIONS(1751), - [anon_sym___clrcall] = ACTIONS(1751), - [anon_sym___stdcall] = ACTIONS(1751), - [anon_sym___fastcall] = ACTIONS(1751), - [anon_sym___thiscall] = ACTIONS(1751), - [anon_sym___vectorcall] = ACTIONS(1751), - [anon_sym_LBRACE] = ACTIONS(1753), - [anon_sym_RBRACE] = ACTIONS(1753), - [anon_sym_LBRACK] = ACTIONS(1751), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_register] = ACTIONS(1751), - [anon_sym_inline] = ACTIONS(1751), - [anon_sym_thread_local] = ACTIONS(1751), - [anon_sym_const] = ACTIONS(1751), - [anon_sym_volatile] = ACTIONS(1751), - [anon_sym_restrict] = ACTIONS(1751), - [anon_sym__Atomic] = ACTIONS(1751), - [anon_sym_mutable] = ACTIONS(1751), - [anon_sym_constexpr] = ACTIONS(1751), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), - [sym_primitive_type] = ACTIONS(1751), - [anon_sym_enum] = ACTIONS(1751), - [anon_sym_class] = ACTIONS(1751), - [anon_sym_struct] = ACTIONS(1751), - [anon_sym_union] = ACTIONS(1751), - [anon_sym_if] = ACTIONS(1751), - [anon_sym_switch] = ACTIONS(1751), - [anon_sym_case] = ACTIONS(1751), - [anon_sym_default] = ACTIONS(1751), - [anon_sym_while] = ACTIONS(1751), - [anon_sym_do] = ACTIONS(1751), - [anon_sym_for] = ACTIONS(1751), - [anon_sym_return] = ACTIONS(1751), - [anon_sym_break] = ACTIONS(1751), - [anon_sym_continue] = ACTIONS(1751), - [anon_sym_goto] = ACTIONS(1751), - [anon_sym_DASH_DASH] = ACTIONS(1753), - [anon_sym_PLUS_PLUS] = ACTIONS(1753), - [anon_sym_sizeof] = ACTIONS(1751), - [sym_number_literal] = ACTIONS(1753), - [anon_sym_L_SQUOTE] = ACTIONS(1753), - [anon_sym_u_SQUOTE] = ACTIONS(1753), - [anon_sym_U_SQUOTE] = ACTIONS(1753), - [anon_sym_u8_SQUOTE] = ACTIONS(1753), - [anon_sym_SQUOTE] = ACTIONS(1753), - [anon_sym_L_DQUOTE] = ACTIONS(1753), - [anon_sym_u_DQUOTE] = ACTIONS(1753), - [anon_sym_U_DQUOTE] = ACTIONS(1753), - [anon_sym_u8_DQUOTE] = ACTIONS(1753), - [anon_sym_DQUOTE] = ACTIONS(1753), - [sym_true] = ACTIONS(1751), - [sym_false] = ACTIONS(1751), - [sym_null] = ACTIONS(1751), + [559] = { + [sym_identifier] = ACTIONS(1727), + [aux_sym_preproc_include_token1] = ACTIONS(1727), + [aux_sym_preproc_def_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token2] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), + [sym_preproc_directive] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_STAR] = ACTIONS(1729), + [anon_sym_AMP_AMP] = ACTIONS(1729), + [anon_sym_AMP] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_typedef] = ACTIONS(1727), + [anon_sym_extern] = ACTIONS(1727), + [anon_sym___attribute__] = ACTIONS(1727), + [anon_sym_COLON_COLON] = ACTIONS(1729), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), + [anon_sym___declspec] = ACTIONS(1727), + [anon_sym___based] = ACTIONS(1727), + [anon_sym___cdecl] = ACTIONS(1727), + [anon_sym___clrcall] = ACTIONS(1727), + [anon_sym___stdcall] = ACTIONS(1727), + [anon_sym___fastcall] = ACTIONS(1727), + [anon_sym___thiscall] = ACTIONS(1727), + [anon_sym___vectorcall] = ACTIONS(1727), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_static] = ACTIONS(1727), + [anon_sym_register] = ACTIONS(1727), + [anon_sym_inline] = ACTIONS(1727), + [anon_sym_thread_local] = ACTIONS(1727), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_volatile] = ACTIONS(1727), + [anon_sym_restrict] = ACTIONS(1727), + [anon_sym__Atomic] = ACTIONS(1727), + [anon_sym_mutable] = ACTIONS(1727), + [anon_sym_constexpr] = ACTIONS(1727), + [anon_sym_signed] = ACTIONS(1727), + [anon_sym_unsigned] = ACTIONS(1727), + [anon_sym_long] = ACTIONS(1727), + [anon_sym_short] = ACTIONS(1727), + [sym_primitive_type] = ACTIONS(1727), + [anon_sym_enum] = ACTIONS(1727), + [anon_sym_class] = ACTIONS(1727), + [anon_sym_struct] = ACTIONS(1727), + [anon_sym_union] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_do] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_continue] = ACTIONS(1727), + [anon_sym_goto] = ACTIONS(1727), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_sizeof] = ACTIONS(1727), + [sym_number_literal] = ACTIONS(1729), + [anon_sym_L_SQUOTE] = ACTIONS(1729), + [anon_sym_u_SQUOTE] = ACTIONS(1729), + [anon_sym_U_SQUOTE] = ACTIONS(1729), + [anon_sym_u8_SQUOTE] = ACTIONS(1729), + [anon_sym_SQUOTE] = ACTIONS(1729), + [anon_sym_L_DQUOTE] = ACTIONS(1729), + [anon_sym_u_DQUOTE] = ACTIONS(1729), + [anon_sym_U_DQUOTE] = ACTIONS(1729), + [anon_sym_u8_DQUOTE] = ACTIONS(1729), + [anon_sym_DQUOTE] = ACTIONS(1729), + [sym_true] = ACTIONS(1727), + [sym_false] = ACTIONS(1727), + [sym_null] = ACTIONS(1727), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1751), - [anon_sym_virtual] = ACTIONS(1751), - [anon_sym_explicit] = ACTIONS(1751), - [sym_auto] = ACTIONS(1751), - [anon_sym_typename] = ACTIONS(1751), - [anon_sym_template] = ACTIONS(1751), - [anon_sym_operator] = ACTIONS(1751), - [anon_sym_delete] = ACTIONS(1751), - [anon_sym_throw] = ACTIONS(1751), - [anon_sym_namespace] = ACTIONS(1751), - [anon_sym_using] = ACTIONS(1751), - [anon_sym_static_assert] = ACTIONS(1751), - [anon_sym_co_return] = ACTIONS(1751), - [anon_sym_co_yield] = ACTIONS(1751), - [anon_sym_try] = ACTIONS(1751), - [anon_sym_co_await] = ACTIONS(1751), - [anon_sym_new] = ACTIONS(1751), - [sym_this] = ACTIONS(1751), - [sym_nullptr] = ACTIONS(1751), - [sym_alone_macro] = ACTIONS(1753), - [aux_sym_alone_macro_call_token1] = ACTIONS(1751), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_FORWARD] = ACTIONS(1751), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_PS_GET] = ACTIONS(1751), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), - [anon_sym_MOZ_COLD] = ACTIONS(1751), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_RAII] = ACTIONS(1751), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), - [sym_raw_string_literal] = ACTIONS(1753), + [anon_sym_decltype] = ACTIONS(1727), + [anon_sym_virtual] = ACTIONS(1727), + [anon_sym_explicit] = ACTIONS(1727), + [sym_auto] = ACTIONS(1727), + [anon_sym_typename] = ACTIONS(1727), + [anon_sym_template] = ACTIONS(1727), + [anon_sym_operator] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_throw] = ACTIONS(1727), + [anon_sym_namespace] = ACTIONS(1727), + [anon_sym_using] = ACTIONS(1727), + [anon_sym_static_assert] = ACTIONS(1727), + [anon_sym_co_return] = ACTIONS(1727), + [anon_sym_co_yield] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1727), + [anon_sym_co_await] = ACTIONS(1727), + [anon_sym_new] = ACTIONS(1727), + [sym_this] = ACTIONS(1727), + [sym_nullptr] = ACTIONS(1727), + [sym_alone_macro] = ACTIONS(1729), + [aux_sym_alone_macro_call_token1] = ACTIONS(1727), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_FORWARD] = ACTIONS(1727), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_PS_GET] = ACTIONS(1727), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), + [anon_sym_MOZ_COLD] = ACTIONS(1727), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_RAII] = ACTIONS(1727), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), + [sym_raw_string_literal] = ACTIONS(1729), }, - [570] = { - [ts_builtin_sym_end] = ACTIONS(1873), - [sym_identifier] = ACTIONS(1871), - [aux_sym_preproc_include_token1] = ACTIONS(1871), - [aux_sym_preproc_def_token1] = ACTIONS(1871), - [aux_sym_preproc_if_token1] = ACTIONS(1871), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), - [sym_preproc_directive] = ACTIONS(1871), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1873), - [anon_sym_TILDE] = ACTIONS(1873), - [anon_sym_DASH] = ACTIONS(1871), - [anon_sym_PLUS] = ACTIONS(1871), - [anon_sym_STAR] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1871), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_typedef] = ACTIONS(1871), - [anon_sym_extern] = ACTIONS(1871), - [anon_sym___attribute__] = ACTIONS(1871), - [anon_sym_COLON_COLON] = ACTIONS(1873), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), - [anon_sym___declspec] = ACTIONS(1871), - [anon_sym___based] = ACTIONS(1871), - [anon_sym___cdecl] = ACTIONS(1871), - [anon_sym___clrcall] = ACTIONS(1871), - [anon_sym___stdcall] = ACTIONS(1871), - [anon_sym___fastcall] = ACTIONS(1871), - [anon_sym___thiscall] = ACTIONS(1871), - [anon_sym___vectorcall] = ACTIONS(1871), - [anon_sym_LBRACE] = ACTIONS(1873), - [anon_sym_LBRACK] = ACTIONS(1871), - [anon_sym_static] = ACTIONS(1871), - [anon_sym_register] = ACTIONS(1871), - [anon_sym_inline] = ACTIONS(1871), - [anon_sym_thread_local] = ACTIONS(1871), - [anon_sym_const] = ACTIONS(1871), - [anon_sym_volatile] = ACTIONS(1871), - [anon_sym_restrict] = ACTIONS(1871), - [anon_sym__Atomic] = ACTIONS(1871), - [anon_sym_mutable] = ACTIONS(1871), - [anon_sym_constexpr] = ACTIONS(1871), - [anon_sym_signed] = ACTIONS(1871), - [anon_sym_unsigned] = ACTIONS(1871), - [anon_sym_long] = ACTIONS(1871), - [anon_sym_short] = ACTIONS(1871), - [sym_primitive_type] = ACTIONS(1871), - [anon_sym_enum] = ACTIONS(1871), - [anon_sym_class] = ACTIONS(1871), - [anon_sym_struct] = ACTIONS(1871), - [anon_sym_union] = ACTIONS(1871), - [anon_sym_if] = ACTIONS(1871), - [anon_sym_switch] = ACTIONS(1871), - [anon_sym_case] = ACTIONS(1871), - [anon_sym_default] = ACTIONS(1871), - [anon_sym_while] = ACTIONS(1871), - [anon_sym_do] = ACTIONS(1871), - [anon_sym_for] = ACTIONS(1871), - [anon_sym_return] = ACTIONS(1871), - [anon_sym_break] = ACTIONS(1871), - [anon_sym_continue] = ACTIONS(1871), - [anon_sym_goto] = ACTIONS(1871), - [anon_sym_DASH_DASH] = ACTIONS(1873), - [anon_sym_PLUS_PLUS] = ACTIONS(1873), - [anon_sym_sizeof] = ACTIONS(1871), - [sym_number_literal] = ACTIONS(1873), - [anon_sym_L_SQUOTE] = ACTIONS(1873), - [anon_sym_u_SQUOTE] = ACTIONS(1873), - [anon_sym_U_SQUOTE] = ACTIONS(1873), - [anon_sym_u8_SQUOTE] = ACTIONS(1873), - [anon_sym_SQUOTE] = ACTIONS(1873), - [anon_sym_L_DQUOTE] = ACTIONS(1873), - [anon_sym_u_DQUOTE] = ACTIONS(1873), - [anon_sym_U_DQUOTE] = ACTIONS(1873), - [anon_sym_u8_DQUOTE] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_true] = ACTIONS(1871), - [sym_false] = ACTIONS(1871), - [sym_null] = ACTIONS(1871), + [560] = { + [sym_identifier] = ACTIONS(1831), + [aux_sym_preproc_include_token1] = ACTIONS(1831), + [aux_sym_preproc_def_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), + [sym_preproc_directive] = ACTIONS(1831), + [anon_sym_LPAREN2] = ACTIONS(1833), + [anon_sym_BANG] = ACTIONS(1833), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_DASH] = ACTIONS(1831), + [anon_sym_PLUS] = ACTIONS(1831), + [anon_sym_STAR] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_typedef] = ACTIONS(1831), + [anon_sym_extern] = ACTIONS(1831), + [anon_sym___attribute__] = ACTIONS(1831), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), + [anon_sym___declspec] = ACTIONS(1831), + [anon_sym___based] = ACTIONS(1831), + [anon_sym___cdecl] = ACTIONS(1831), + [anon_sym___clrcall] = ACTIONS(1831), + [anon_sym___stdcall] = ACTIONS(1831), + [anon_sym___fastcall] = ACTIONS(1831), + [anon_sym___thiscall] = ACTIONS(1831), + [anon_sym___vectorcall] = ACTIONS(1831), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_RBRACE] = ACTIONS(1833), + [anon_sym_LBRACK] = ACTIONS(1831), + [anon_sym_static] = ACTIONS(1831), + [anon_sym_register] = ACTIONS(1831), + [anon_sym_inline] = ACTIONS(1831), + [anon_sym_thread_local] = ACTIONS(1831), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_volatile] = ACTIONS(1831), + [anon_sym_restrict] = ACTIONS(1831), + [anon_sym__Atomic] = ACTIONS(1831), + [anon_sym_mutable] = ACTIONS(1831), + [anon_sym_constexpr] = ACTIONS(1831), + [anon_sym_signed] = ACTIONS(1831), + [anon_sym_unsigned] = ACTIONS(1831), + [anon_sym_long] = ACTIONS(1831), + [anon_sym_short] = ACTIONS(1831), + [sym_primitive_type] = ACTIONS(1831), + [anon_sym_enum] = ACTIONS(1831), + [anon_sym_class] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), + [anon_sym_if] = ACTIONS(1831), + [anon_sym_switch] = ACTIONS(1831), + [anon_sym_case] = ACTIONS(1831), + [anon_sym_default] = ACTIONS(1831), + [anon_sym_while] = ACTIONS(1831), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1831), + [anon_sym_return] = ACTIONS(1831), + [anon_sym_break] = ACTIONS(1831), + [anon_sym_continue] = ACTIONS(1831), + [anon_sym_goto] = ACTIONS(1831), + [anon_sym_DASH_DASH] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(1833), + [anon_sym_sizeof] = ACTIONS(1831), + [sym_number_literal] = ACTIONS(1833), + [anon_sym_L_SQUOTE] = ACTIONS(1833), + [anon_sym_u_SQUOTE] = ACTIONS(1833), + [anon_sym_U_SQUOTE] = ACTIONS(1833), + [anon_sym_u8_SQUOTE] = ACTIONS(1833), + [anon_sym_SQUOTE] = ACTIONS(1833), + [anon_sym_L_DQUOTE] = ACTIONS(1833), + [anon_sym_u_DQUOTE] = ACTIONS(1833), + [anon_sym_U_DQUOTE] = ACTIONS(1833), + [anon_sym_u8_DQUOTE] = ACTIONS(1833), + [anon_sym_DQUOTE] = ACTIONS(1833), + [sym_true] = ACTIONS(1831), + [sym_false] = ACTIONS(1831), + [sym_null] = ACTIONS(1831), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1871), - [anon_sym_virtual] = ACTIONS(1871), - [anon_sym_explicit] = ACTIONS(1871), - [sym_auto] = ACTIONS(1871), - [anon_sym_typename] = ACTIONS(1871), - [anon_sym_template] = ACTIONS(1871), - [anon_sym_operator] = ACTIONS(1871), - [anon_sym_delete] = ACTIONS(1871), - [anon_sym_throw] = ACTIONS(1871), - [anon_sym_namespace] = ACTIONS(1871), - [anon_sym_using] = ACTIONS(1871), - [anon_sym_static_assert] = ACTIONS(1871), - [anon_sym_co_return] = ACTIONS(1871), - [anon_sym_co_yield] = ACTIONS(1871), - [anon_sym_try] = ACTIONS(1871), - [anon_sym_co_await] = ACTIONS(1871), - [anon_sym_new] = ACTIONS(1871), - [sym_this] = ACTIONS(1871), - [sym_nullptr] = ACTIONS(1871), - [sym_alone_macro] = ACTIONS(1873), - [aux_sym_alone_macro_call_token1] = ACTIONS(1871), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_FORWARD] = ACTIONS(1871), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1871), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_PS_GET] = ACTIONS(1871), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1871), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1871), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), - [anon_sym_MOZ_COLD] = ACTIONS(1871), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_NONNULL] = ACTIONS(1871), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), - [anon_sym_MOZ_RAII] = ACTIONS(1871), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), - [sym_raw_string_literal] = ACTIONS(1873), + [anon_sym_decltype] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(1831), + [anon_sym_explicit] = ACTIONS(1831), + [sym_auto] = ACTIONS(1831), + [anon_sym_typename] = ACTIONS(1831), + [anon_sym_template] = ACTIONS(1831), + [anon_sym_operator] = ACTIONS(1831), + [anon_sym_delete] = ACTIONS(1831), + [anon_sym_throw] = ACTIONS(1831), + [anon_sym_namespace] = ACTIONS(1831), + [anon_sym_using] = ACTIONS(1831), + [anon_sym_static_assert] = ACTIONS(1831), + [anon_sym_co_return] = ACTIONS(1831), + [anon_sym_co_yield] = ACTIONS(1831), + [anon_sym_try] = ACTIONS(1831), + [anon_sym_co_await] = ACTIONS(1831), + [anon_sym_new] = ACTIONS(1831), + [sym_this] = ACTIONS(1831), + [sym_nullptr] = ACTIONS(1831), + [sym_alone_macro] = ACTIONS(1833), + [aux_sym_alone_macro_call_token1] = ACTIONS(1831), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_FORWARD] = ACTIONS(1831), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_PS_GET] = ACTIONS(1831), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), + [anon_sym_MOZ_COLD] = ACTIONS(1831), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_RAII] = ACTIONS(1831), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), + [sym_raw_string_literal] = ACTIONS(1833), }, - [571] = { - [sym_identifier] = ACTIONS(1847), - [aux_sym_preproc_include_token1] = ACTIONS(1847), - [aux_sym_preproc_def_token1] = ACTIONS(1847), - [aux_sym_preproc_if_token1] = ACTIONS(1847), - [aux_sym_preproc_if_token2] = ACTIONS(1847), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), - [sym_preproc_directive] = ACTIONS(1847), - [anon_sym_LPAREN2] = ACTIONS(1849), - [anon_sym_BANG] = ACTIONS(1849), - [anon_sym_TILDE] = ACTIONS(1849), - [anon_sym_DASH] = ACTIONS(1847), - [anon_sym_PLUS] = ACTIONS(1847), - [anon_sym_STAR] = ACTIONS(1849), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_AMP] = ACTIONS(1847), - [anon_sym_SEMI] = ACTIONS(1849), - [anon_sym_typedef] = ACTIONS(1847), - [anon_sym_extern] = ACTIONS(1847), - [anon_sym___attribute__] = ACTIONS(1847), - [anon_sym_COLON_COLON] = ACTIONS(1849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), - [anon_sym___declspec] = ACTIONS(1847), - [anon_sym___based] = ACTIONS(1847), - [anon_sym___cdecl] = ACTIONS(1847), - [anon_sym___clrcall] = ACTIONS(1847), - [anon_sym___stdcall] = ACTIONS(1847), - [anon_sym___fastcall] = ACTIONS(1847), - [anon_sym___thiscall] = ACTIONS(1847), - [anon_sym___vectorcall] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(1849), - [anon_sym_LBRACK] = ACTIONS(1847), - [anon_sym_static] = ACTIONS(1847), - [anon_sym_register] = ACTIONS(1847), - [anon_sym_inline] = ACTIONS(1847), - [anon_sym_thread_local] = ACTIONS(1847), - [anon_sym_const] = ACTIONS(1847), - [anon_sym_volatile] = ACTIONS(1847), - [anon_sym_restrict] = ACTIONS(1847), - [anon_sym__Atomic] = ACTIONS(1847), - [anon_sym_mutable] = ACTIONS(1847), - [anon_sym_constexpr] = ACTIONS(1847), - [anon_sym_signed] = ACTIONS(1847), - [anon_sym_unsigned] = ACTIONS(1847), - [anon_sym_long] = ACTIONS(1847), - [anon_sym_short] = ACTIONS(1847), - [sym_primitive_type] = ACTIONS(1847), - [anon_sym_enum] = ACTIONS(1847), - [anon_sym_class] = ACTIONS(1847), - [anon_sym_struct] = ACTIONS(1847), - [anon_sym_union] = ACTIONS(1847), - [anon_sym_if] = ACTIONS(1847), - [anon_sym_switch] = ACTIONS(1847), - [anon_sym_case] = ACTIONS(1847), - [anon_sym_default] = ACTIONS(1847), - [anon_sym_while] = ACTIONS(1847), - [anon_sym_do] = ACTIONS(1847), - [anon_sym_for] = ACTIONS(1847), - [anon_sym_return] = ACTIONS(1847), - [anon_sym_break] = ACTIONS(1847), - [anon_sym_continue] = ACTIONS(1847), - [anon_sym_goto] = ACTIONS(1847), - [anon_sym_DASH_DASH] = ACTIONS(1849), - [anon_sym_PLUS_PLUS] = ACTIONS(1849), - [anon_sym_sizeof] = ACTIONS(1847), - [sym_number_literal] = ACTIONS(1849), - [anon_sym_L_SQUOTE] = ACTIONS(1849), - [anon_sym_u_SQUOTE] = ACTIONS(1849), - [anon_sym_U_SQUOTE] = ACTIONS(1849), - [anon_sym_u8_SQUOTE] = ACTIONS(1849), - [anon_sym_SQUOTE] = ACTIONS(1849), - [anon_sym_L_DQUOTE] = ACTIONS(1849), - [anon_sym_u_DQUOTE] = ACTIONS(1849), - [anon_sym_U_DQUOTE] = ACTIONS(1849), - [anon_sym_u8_DQUOTE] = ACTIONS(1849), - [anon_sym_DQUOTE] = ACTIONS(1849), - [sym_true] = ACTIONS(1847), - [sym_false] = ACTIONS(1847), - [sym_null] = ACTIONS(1847), + [561] = { + [sym_identifier] = ACTIONS(1835), + [aux_sym_preproc_include_token1] = ACTIONS(1835), + [aux_sym_preproc_def_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), + [sym_preproc_directive] = ACTIONS(1835), + [anon_sym_LPAREN2] = ACTIONS(1837), + [anon_sym_BANG] = ACTIONS(1837), + [anon_sym_TILDE] = ACTIONS(1837), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_typedef] = ACTIONS(1835), + [anon_sym_extern] = ACTIONS(1835), + [anon_sym___attribute__] = ACTIONS(1835), + [anon_sym_COLON_COLON] = ACTIONS(1837), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), + [anon_sym___declspec] = ACTIONS(1835), + [anon_sym___based] = ACTIONS(1835), + [anon_sym___cdecl] = ACTIONS(1835), + [anon_sym___clrcall] = ACTIONS(1835), + [anon_sym___stdcall] = ACTIONS(1835), + [anon_sym___fastcall] = ACTIONS(1835), + [anon_sym___thiscall] = ACTIONS(1835), + [anon_sym___vectorcall] = ACTIONS(1835), + [anon_sym_LBRACE] = ACTIONS(1837), + [anon_sym_RBRACE] = ACTIONS(1837), + [anon_sym_LBRACK] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1835), + [anon_sym_register] = ACTIONS(1835), + [anon_sym_inline] = ACTIONS(1835), + [anon_sym_thread_local] = ACTIONS(1835), + [anon_sym_const] = ACTIONS(1835), + [anon_sym_volatile] = ACTIONS(1835), + [anon_sym_restrict] = ACTIONS(1835), + [anon_sym__Atomic] = ACTIONS(1835), + [anon_sym_mutable] = ACTIONS(1835), + [anon_sym_constexpr] = ACTIONS(1835), + [anon_sym_signed] = ACTIONS(1835), + [anon_sym_unsigned] = ACTIONS(1835), + [anon_sym_long] = ACTIONS(1835), + [anon_sym_short] = ACTIONS(1835), + [sym_primitive_type] = ACTIONS(1835), + [anon_sym_enum] = ACTIONS(1835), + [anon_sym_class] = ACTIONS(1835), + [anon_sym_struct] = ACTIONS(1835), + [anon_sym_union] = ACTIONS(1835), + [anon_sym_if] = ACTIONS(1835), + [anon_sym_switch] = ACTIONS(1835), + [anon_sym_case] = ACTIONS(1835), + [anon_sym_default] = ACTIONS(1835), + [anon_sym_while] = ACTIONS(1835), + [anon_sym_do] = ACTIONS(1835), + [anon_sym_for] = ACTIONS(1835), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1835), + [anon_sym_continue] = ACTIONS(1835), + [anon_sym_goto] = ACTIONS(1835), + [anon_sym_DASH_DASH] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1837), + [anon_sym_sizeof] = ACTIONS(1835), + [sym_number_literal] = ACTIONS(1837), + [anon_sym_L_SQUOTE] = ACTIONS(1837), + [anon_sym_u_SQUOTE] = ACTIONS(1837), + [anon_sym_U_SQUOTE] = ACTIONS(1837), + [anon_sym_u8_SQUOTE] = ACTIONS(1837), + [anon_sym_SQUOTE] = ACTIONS(1837), + [anon_sym_L_DQUOTE] = ACTIONS(1837), + [anon_sym_u_DQUOTE] = ACTIONS(1837), + [anon_sym_U_DQUOTE] = ACTIONS(1837), + [anon_sym_u8_DQUOTE] = ACTIONS(1837), + [anon_sym_DQUOTE] = ACTIONS(1837), + [sym_true] = ACTIONS(1835), + [sym_false] = ACTIONS(1835), + [sym_null] = ACTIONS(1835), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1847), - [anon_sym_virtual] = ACTIONS(1847), - [anon_sym_explicit] = ACTIONS(1847), - [sym_auto] = ACTIONS(1847), - [anon_sym_typename] = ACTIONS(1847), - [anon_sym_template] = ACTIONS(1847), - [anon_sym_operator] = ACTIONS(1847), - [anon_sym_delete] = ACTIONS(1847), - [anon_sym_throw] = ACTIONS(1847), - [anon_sym_namespace] = ACTIONS(1847), - [anon_sym_using] = ACTIONS(1847), - [anon_sym_static_assert] = ACTIONS(1847), - [anon_sym_co_return] = ACTIONS(1847), - [anon_sym_co_yield] = ACTIONS(1847), - [anon_sym_try] = ACTIONS(1847), - [anon_sym_co_await] = ACTIONS(1847), - [anon_sym_new] = ACTIONS(1847), - [sym_this] = ACTIONS(1847), - [sym_nullptr] = ACTIONS(1847), - [sym_alone_macro] = ACTIONS(1849), - [aux_sym_alone_macro_call_token1] = ACTIONS(1847), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_FORWARD] = ACTIONS(1847), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_PS_GET] = ACTIONS(1847), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), - [anon_sym_MOZ_COLD] = ACTIONS(1847), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_RAII] = ACTIONS(1847), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), - [sym_raw_string_literal] = ACTIONS(1849), + [anon_sym_decltype] = ACTIONS(1835), + [anon_sym_virtual] = ACTIONS(1835), + [anon_sym_explicit] = ACTIONS(1835), + [sym_auto] = ACTIONS(1835), + [anon_sym_typename] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1835), + [anon_sym_operator] = ACTIONS(1835), + [anon_sym_delete] = ACTIONS(1835), + [anon_sym_throw] = ACTIONS(1835), + [anon_sym_namespace] = ACTIONS(1835), + [anon_sym_using] = ACTIONS(1835), + [anon_sym_static_assert] = ACTIONS(1835), + [anon_sym_co_return] = ACTIONS(1835), + [anon_sym_co_yield] = ACTIONS(1835), + [anon_sym_try] = ACTIONS(1835), + [anon_sym_co_await] = ACTIONS(1835), + [anon_sym_new] = ACTIONS(1835), + [sym_this] = ACTIONS(1835), + [sym_nullptr] = ACTIONS(1835), + [sym_alone_macro] = ACTIONS(1837), + [aux_sym_alone_macro_call_token1] = ACTIONS(1835), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_FORWARD] = ACTIONS(1835), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_PS_GET] = ACTIONS(1835), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), + [anon_sym_MOZ_COLD] = ACTIONS(1835), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_RAII] = ACTIONS(1835), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), + [sym_raw_string_literal] = ACTIONS(1837), }, - [572] = { - [ts_builtin_sym_end] = ACTIONS(1865), - [sym_identifier] = ACTIONS(1863), - [aux_sym_preproc_include_token1] = ACTIONS(1863), - [aux_sym_preproc_def_token1] = ACTIONS(1863), - [aux_sym_preproc_if_token1] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), - [sym_preproc_directive] = ACTIONS(1863), - [anon_sym_LPAREN2] = ACTIONS(1865), - [anon_sym_BANG] = ACTIONS(1865), - [anon_sym_TILDE] = ACTIONS(1865), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_PLUS] = ACTIONS(1863), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_AMP_AMP] = ACTIONS(1865), - [anon_sym_AMP] = ACTIONS(1863), - [anon_sym_SEMI] = ACTIONS(1865), - [anon_sym_typedef] = ACTIONS(1863), - [anon_sym_extern] = ACTIONS(1863), - [anon_sym___attribute__] = ACTIONS(1863), - [anon_sym_COLON_COLON] = ACTIONS(1865), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), - [anon_sym___declspec] = ACTIONS(1863), - [anon_sym___based] = ACTIONS(1863), - [anon_sym___cdecl] = ACTIONS(1863), - [anon_sym___clrcall] = ACTIONS(1863), - [anon_sym___stdcall] = ACTIONS(1863), - [anon_sym___fastcall] = ACTIONS(1863), - [anon_sym___thiscall] = ACTIONS(1863), - [anon_sym___vectorcall] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_LBRACK] = ACTIONS(1863), - [anon_sym_static] = ACTIONS(1863), - [anon_sym_register] = ACTIONS(1863), - [anon_sym_inline] = ACTIONS(1863), - [anon_sym_thread_local] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1863), - [anon_sym_volatile] = ACTIONS(1863), - [anon_sym_restrict] = ACTIONS(1863), - [anon_sym__Atomic] = ACTIONS(1863), - [anon_sym_mutable] = ACTIONS(1863), - [anon_sym_constexpr] = ACTIONS(1863), - [anon_sym_signed] = ACTIONS(1863), - [anon_sym_unsigned] = ACTIONS(1863), - [anon_sym_long] = ACTIONS(1863), - [anon_sym_short] = ACTIONS(1863), - [sym_primitive_type] = ACTIONS(1863), - [anon_sym_enum] = ACTIONS(1863), - [anon_sym_class] = ACTIONS(1863), - [anon_sym_struct] = ACTIONS(1863), - [anon_sym_union] = ACTIONS(1863), - [anon_sym_if] = ACTIONS(1863), - [anon_sym_switch] = ACTIONS(1863), - [anon_sym_case] = ACTIONS(1863), - [anon_sym_default] = ACTIONS(1863), - [anon_sym_while] = ACTIONS(1863), - [anon_sym_do] = ACTIONS(1863), - [anon_sym_for] = ACTIONS(1863), - [anon_sym_return] = ACTIONS(1863), - [anon_sym_break] = ACTIONS(1863), - [anon_sym_continue] = ACTIONS(1863), - [anon_sym_goto] = ACTIONS(1863), - [anon_sym_DASH_DASH] = ACTIONS(1865), - [anon_sym_PLUS_PLUS] = ACTIONS(1865), - [anon_sym_sizeof] = ACTIONS(1863), - [sym_number_literal] = ACTIONS(1865), - [anon_sym_L_SQUOTE] = ACTIONS(1865), - [anon_sym_u_SQUOTE] = ACTIONS(1865), - [anon_sym_U_SQUOTE] = ACTIONS(1865), - [anon_sym_u8_SQUOTE] = ACTIONS(1865), - [anon_sym_SQUOTE] = ACTIONS(1865), - [anon_sym_L_DQUOTE] = ACTIONS(1865), - [anon_sym_u_DQUOTE] = ACTIONS(1865), - [anon_sym_U_DQUOTE] = ACTIONS(1865), - [anon_sym_u8_DQUOTE] = ACTIONS(1865), - [anon_sym_DQUOTE] = ACTIONS(1865), - [sym_true] = ACTIONS(1863), - [sym_false] = ACTIONS(1863), - [sym_null] = ACTIONS(1863), + [562] = { + [sym_identifier] = ACTIONS(1791), + [aux_sym_preproc_include_token1] = ACTIONS(1791), + [aux_sym_preproc_def_token1] = ACTIONS(1791), + [aux_sym_preproc_if_token1] = ACTIONS(1791), + [aux_sym_preproc_if_token2] = ACTIONS(1791), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1793), + [anon_sym_TILDE] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1791), + [anon_sym_PLUS] = ACTIONS(1791), + [anon_sym_STAR] = ACTIONS(1793), + [anon_sym_AMP_AMP] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1793), + [anon_sym_typedef] = ACTIONS(1791), + [anon_sym_extern] = ACTIONS(1791), + [anon_sym___attribute__] = ACTIONS(1791), + [anon_sym_COLON_COLON] = ACTIONS(1793), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), + [anon_sym___declspec] = ACTIONS(1791), + [anon_sym___based] = ACTIONS(1791), + [anon_sym___cdecl] = ACTIONS(1791), + [anon_sym___clrcall] = ACTIONS(1791), + [anon_sym___stdcall] = ACTIONS(1791), + [anon_sym___fastcall] = ACTIONS(1791), + [anon_sym___thiscall] = ACTIONS(1791), + [anon_sym___vectorcall] = ACTIONS(1791), + [anon_sym_LBRACE] = ACTIONS(1793), + [anon_sym_LBRACK] = ACTIONS(1791), + [anon_sym_static] = ACTIONS(1791), + [anon_sym_register] = ACTIONS(1791), + [anon_sym_inline] = ACTIONS(1791), + [anon_sym_thread_local] = ACTIONS(1791), + [anon_sym_const] = ACTIONS(1791), + [anon_sym_volatile] = ACTIONS(1791), + [anon_sym_restrict] = ACTIONS(1791), + [anon_sym__Atomic] = ACTIONS(1791), + [anon_sym_mutable] = ACTIONS(1791), + [anon_sym_constexpr] = ACTIONS(1791), + [anon_sym_signed] = ACTIONS(1791), + [anon_sym_unsigned] = ACTIONS(1791), + [anon_sym_long] = ACTIONS(1791), + [anon_sym_short] = ACTIONS(1791), + [sym_primitive_type] = ACTIONS(1791), + [anon_sym_enum] = ACTIONS(1791), + [anon_sym_class] = ACTIONS(1791), + [anon_sym_struct] = ACTIONS(1791), + [anon_sym_union] = ACTIONS(1791), + [anon_sym_if] = ACTIONS(1791), + [anon_sym_switch] = ACTIONS(1791), + [anon_sym_case] = ACTIONS(1791), + [anon_sym_default] = ACTIONS(1791), + [anon_sym_while] = ACTIONS(1791), + [anon_sym_do] = ACTIONS(1791), + [anon_sym_for] = ACTIONS(1791), + [anon_sym_return] = ACTIONS(1791), + [anon_sym_break] = ACTIONS(1791), + [anon_sym_continue] = ACTIONS(1791), + [anon_sym_goto] = ACTIONS(1791), + [anon_sym_DASH_DASH] = ACTIONS(1793), + [anon_sym_PLUS_PLUS] = ACTIONS(1793), + [anon_sym_sizeof] = ACTIONS(1791), + [sym_number_literal] = ACTIONS(1793), + [anon_sym_L_SQUOTE] = ACTIONS(1793), + [anon_sym_u_SQUOTE] = ACTIONS(1793), + [anon_sym_U_SQUOTE] = ACTIONS(1793), + [anon_sym_u8_SQUOTE] = ACTIONS(1793), + [anon_sym_SQUOTE] = ACTIONS(1793), + [anon_sym_L_DQUOTE] = ACTIONS(1793), + [anon_sym_u_DQUOTE] = ACTIONS(1793), + [anon_sym_U_DQUOTE] = ACTIONS(1793), + [anon_sym_u8_DQUOTE] = ACTIONS(1793), + [anon_sym_DQUOTE] = ACTIONS(1793), + [sym_true] = ACTIONS(1791), + [sym_false] = ACTIONS(1791), + [sym_null] = ACTIONS(1791), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1863), - [anon_sym_virtual] = ACTIONS(1863), - [anon_sym_explicit] = ACTIONS(1863), - [sym_auto] = ACTIONS(1863), - [anon_sym_typename] = ACTIONS(1863), - [anon_sym_template] = ACTIONS(1863), - [anon_sym_operator] = ACTIONS(1863), - [anon_sym_delete] = ACTIONS(1863), - [anon_sym_throw] = ACTIONS(1863), - [anon_sym_namespace] = ACTIONS(1863), - [anon_sym_using] = ACTIONS(1863), - [anon_sym_static_assert] = ACTIONS(1863), - [anon_sym_co_return] = ACTIONS(1863), - [anon_sym_co_yield] = ACTIONS(1863), - [anon_sym_try] = ACTIONS(1863), - [anon_sym_co_await] = ACTIONS(1863), - [anon_sym_new] = ACTIONS(1863), - [sym_this] = ACTIONS(1863), - [sym_nullptr] = ACTIONS(1863), - [sym_alone_macro] = ACTIONS(1865), - [aux_sym_alone_macro_call_token1] = ACTIONS(1863), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_FORWARD] = ACTIONS(1863), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_PS_GET] = ACTIONS(1863), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), - [anon_sym_MOZ_COLD] = ACTIONS(1863), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_RAII] = ACTIONS(1863), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), - [sym_raw_string_literal] = ACTIONS(1865), + [anon_sym_decltype] = ACTIONS(1791), + [anon_sym_virtual] = ACTIONS(1791), + [anon_sym_explicit] = ACTIONS(1791), + [sym_auto] = ACTIONS(1791), + [anon_sym_typename] = ACTIONS(1791), + [anon_sym_template] = ACTIONS(1791), + [anon_sym_operator] = ACTIONS(1791), + [anon_sym_delete] = ACTIONS(1791), + [anon_sym_throw] = ACTIONS(1791), + [anon_sym_namespace] = ACTIONS(1791), + [anon_sym_using] = ACTIONS(1791), + [anon_sym_static_assert] = ACTIONS(1791), + [anon_sym_co_return] = ACTIONS(1791), + [anon_sym_co_yield] = ACTIONS(1791), + [anon_sym_try] = ACTIONS(1791), + [anon_sym_co_await] = ACTIONS(1791), + [anon_sym_new] = ACTIONS(1791), + [sym_this] = ACTIONS(1791), + [sym_nullptr] = ACTIONS(1791), + [sym_alone_macro] = ACTIONS(1793), + [aux_sym_alone_macro_call_token1] = ACTIONS(1791), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_FORWARD] = ACTIONS(1791), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1791), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_PS_GET] = ACTIONS(1791), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1791), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1791), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), + [anon_sym_MOZ_COLD] = ACTIONS(1791), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_NONNULL] = ACTIONS(1791), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), + [anon_sym_MOZ_RAII] = ACTIONS(1791), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), + [sym_raw_string_literal] = ACTIONS(1793), + }, + [563] = { + [sym_identifier] = ACTIONS(1795), + [aux_sym_preproc_include_token1] = ACTIONS(1795), + [aux_sym_preproc_def_token1] = ACTIONS(1795), + [aux_sym_preproc_if_token1] = ACTIONS(1795), + [aux_sym_preproc_if_token2] = ACTIONS(1795), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), + [sym_preproc_directive] = ACTIONS(1795), + [anon_sym_LPAREN2] = ACTIONS(1797), + [anon_sym_BANG] = ACTIONS(1797), + [anon_sym_TILDE] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_AMP_AMP] = ACTIONS(1797), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_SEMI] = ACTIONS(1797), + [anon_sym_typedef] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1795), + [anon_sym___attribute__] = ACTIONS(1795), + [anon_sym_COLON_COLON] = ACTIONS(1797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), + [anon_sym___declspec] = ACTIONS(1795), + [anon_sym___based] = ACTIONS(1795), + [anon_sym___cdecl] = ACTIONS(1795), + [anon_sym___clrcall] = ACTIONS(1795), + [anon_sym___stdcall] = ACTIONS(1795), + [anon_sym___fastcall] = ACTIONS(1795), + [anon_sym___thiscall] = ACTIONS(1795), + [anon_sym___vectorcall] = ACTIONS(1795), + [anon_sym_LBRACE] = ACTIONS(1797), + [anon_sym_LBRACK] = ACTIONS(1795), + [anon_sym_static] = ACTIONS(1795), + [anon_sym_register] = ACTIONS(1795), + [anon_sym_inline] = ACTIONS(1795), + [anon_sym_thread_local] = ACTIONS(1795), + [anon_sym_const] = ACTIONS(1795), + [anon_sym_volatile] = ACTIONS(1795), + [anon_sym_restrict] = ACTIONS(1795), + [anon_sym__Atomic] = ACTIONS(1795), + [anon_sym_mutable] = ACTIONS(1795), + [anon_sym_constexpr] = ACTIONS(1795), + [anon_sym_signed] = ACTIONS(1795), + [anon_sym_unsigned] = ACTIONS(1795), + [anon_sym_long] = ACTIONS(1795), + [anon_sym_short] = ACTIONS(1795), + [sym_primitive_type] = ACTIONS(1795), + [anon_sym_enum] = ACTIONS(1795), + [anon_sym_class] = ACTIONS(1795), + [anon_sym_struct] = ACTIONS(1795), + [anon_sym_union] = ACTIONS(1795), + [anon_sym_if] = ACTIONS(1795), + [anon_sym_switch] = ACTIONS(1795), + [anon_sym_case] = ACTIONS(1795), + [anon_sym_default] = ACTIONS(1795), + [anon_sym_while] = ACTIONS(1795), + [anon_sym_do] = ACTIONS(1795), + [anon_sym_for] = ACTIONS(1795), + [anon_sym_return] = ACTIONS(1795), + [anon_sym_break] = ACTIONS(1795), + [anon_sym_continue] = ACTIONS(1795), + [anon_sym_goto] = ACTIONS(1795), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1795), + [sym_number_literal] = ACTIONS(1797), + [anon_sym_L_SQUOTE] = ACTIONS(1797), + [anon_sym_u_SQUOTE] = ACTIONS(1797), + [anon_sym_U_SQUOTE] = ACTIONS(1797), + [anon_sym_u8_SQUOTE] = ACTIONS(1797), + [anon_sym_SQUOTE] = ACTIONS(1797), + [anon_sym_L_DQUOTE] = ACTIONS(1797), + [anon_sym_u_DQUOTE] = ACTIONS(1797), + [anon_sym_U_DQUOTE] = ACTIONS(1797), + [anon_sym_u8_DQUOTE] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [sym_true] = ACTIONS(1795), + [sym_false] = ACTIONS(1795), + [sym_null] = ACTIONS(1795), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1795), + [anon_sym_virtual] = ACTIONS(1795), + [anon_sym_explicit] = ACTIONS(1795), + [sym_auto] = ACTIONS(1795), + [anon_sym_typename] = ACTIONS(1795), + [anon_sym_template] = ACTIONS(1795), + [anon_sym_operator] = ACTIONS(1795), + [anon_sym_delete] = ACTIONS(1795), + [anon_sym_throw] = ACTIONS(1795), + [anon_sym_namespace] = ACTIONS(1795), + [anon_sym_using] = ACTIONS(1795), + [anon_sym_static_assert] = ACTIONS(1795), + [anon_sym_co_return] = ACTIONS(1795), + [anon_sym_co_yield] = ACTIONS(1795), + [anon_sym_try] = ACTIONS(1795), + [anon_sym_co_await] = ACTIONS(1795), + [anon_sym_new] = ACTIONS(1795), + [sym_this] = ACTIONS(1795), + [sym_nullptr] = ACTIONS(1795), + [sym_alone_macro] = ACTIONS(1797), + [aux_sym_alone_macro_call_token1] = ACTIONS(1795), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_FORWARD] = ACTIONS(1795), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1795), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_PS_GET] = ACTIONS(1795), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1795), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1795), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), + [anon_sym_MOZ_COLD] = ACTIONS(1795), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_NONNULL] = ACTIONS(1795), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), + [anon_sym_MOZ_RAII] = ACTIONS(1795), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), + [sym_raw_string_literal] = ACTIONS(1797), }, - [573] = { + [564] = { [ts_builtin_sym_end] = ACTIONS(1885), [sym_identifier] = ACTIONS(1883), [aux_sym_preproc_include_token1] = ACTIONS(1883), @@ -143776,8 +142122,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), [sym_raw_string_literal] = ACTIONS(1885), }, - [574] = { - [ts_builtin_sym_end] = ACTIONS(1845), + [565] = { + [sym_identifier] = ACTIONS(1839), + [aux_sym_preproc_include_token1] = ACTIONS(1839), + [aux_sym_preproc_def_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), + [sym_preproc_directive] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1841), + [anon_sym_BANG] = ACTIONS(1841), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_DASH] = ACTIONS(1839), + [anon_sym_PLUS] = ACTIONS(1839), + [anon_sym_STAR] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1839), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym_typedef] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_COLON_COLON] = ACTIONS(1841), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym___cdecl] = ACTIONS(1839), + [anon_sym___clrcall] = ACTIONS(1839), + [anon_sym___stdcall] = ACTIONS(1839), + [anon_sym___fastcall] = ACTIONS(1839), + [anon_sym___thiscall] = ACTIONS(1839), + [anon_sym___vectorcall] = ACTIONS(1839), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_RBRACE] = ACTIONS(1841), + [anon_sym_LBRACK] = ACTIONS(1839), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym_mutable] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_signed] = ACTIONS(1839), + [anon_sym_unsigned] = ACTIONS(1839), + [anon_sym_long] = ACTIONS(1839), + [anon_sym_short] = ACTIONS(1839), + [sym_primitive_type] = ACTIONS(1839), + [anon_sym_enum] = ACTIONS(1839), + [anon_sym_class] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_union] = ACTIONS(1839), + [anon_sym_if] = ACTIONS(1839), + [anon_sym_switch] = ACTIONS(1839), + [anon_sym_case] = ACTIONS(1839), + [anon_sym_default] = ACTIONS(1839), + [anon_sym_while] = ACTIONS(1839), + [anon_sym_do] = ACTIONS(1839), + [anon_sym_for] = ACTIONS(1839), + [anon_sym_return] = ACTIONS(1839), + [anon_sym_break] = ACTIONS(1839), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_sizeof] = ACTIONS(1839), + [sym_number_literal] = ACTIONS(1841), + [anon_sym_L_SQUOTE] = ACTIONS(1841), + [anon_sym_u_SQUOTE] = ACTIONS(1841), + [anon_sym_U_SQUOTE] = ACTIONS(1841), + [anon_sym_u8_SQUOTE] = ACTIONS(1841), + [anon_sym_SQUOTE] = ACTIONS(1841), + [anon_sym_L_DQUOTE] = ACTIONS(1841), + [anon_sym_u_DQUOTE] = ACTIONS(1841), + [anon_sym_U_DQUOTE] = ACTIONS(1841), + [anon_sym_u8_DQUOTE] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1841), + [sym_true] = ACTIONS(1839), + [sym_false] = ACTIONS(1839), + [sym_null] = ACTIONS(1839), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1839), + [anon_sym_virtual] = ACTIONS(1839), + [anon_sym_explicit] = ACTIONS(1839), + [sym_auto] = ACTIONS(1839), + [anon_sym_typename] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1839), + [anon_sym_operator] = ACTIONS(1839), + [anon_sym_delete] = ACTIONS(1839), + [anon_sym_throw] = ACTIONS(1839), + [anon_sym_namespace] = ACTIONS(1839), + [anon_sym_using] = ACTIONS(1839), + [anon_sym_static_assert] = ACTIONS(1839), + [anon_sym_co_return] = ACTIONS(1839), + [anon_sym_co_yield] = ACTIONS(1839), + [anon_sym_try] = ACTIONS(1839), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1839), + [sym_this] = ACTIONS(1839), + [sym_nullptr] = ACTIONS(1839), + [sym_alone_macro] = ACTIONS(1841), + [aux_sym_alone_macro_call_token1] = ACTIONS(1839), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_FORWARD] = ACTIONS(1839), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_PS_GET] = ACTIONS(1839), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), + [anon_sym_MOZ_COLD] = ACTIONS(1839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_RAII] = ACTIONS(1839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), + [sym_raw_string_literal] = ACTIONS(1841), + }, + [566] = { [sym_identifier] = ACTIONS(1843), [aux_sym_preproc_include_token1] = ACTIONS(1843), [aux_sym_preproc_def_token1] = ACTIONS(1843), @@ -143808,6 +142343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1843), [anon_sym___vectorcall] = ACTIONS(1843), [anon_sym_LBRACE] = ACTIONS(1845), + [anon_sym_RBRACE] = ACTIONS(1845), [anon_sym_LBRACK] = ACTIONS(1843), [anon_sym_static] = ACTIONS(1843), [anon_sym_register] = ACTIONS(1843), @@ -143966,198 +142502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), [sym_raw_string_literal] = ACTIONS(1845), }, - [575] = { - [sym_identifier] = ACTIONS(1759), - [aux_sym_preproc_include_token1] = ACTIONS(1759), - [aux_sym_preproc_def_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), - [sym_preproc_directive] = ACTIONS(1759), - [anon_sym_LPAREN2] = ACTIONS(1761), - [anon_sym_BANG] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1759), - [anon_sym_PLUS] = ACTIONS(1759), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_AMP_AMP] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1759), - [anon_sym_SEMI] = ACTIONS(1761), - [anon_sym_typedef] = ACTIONS(1759), - [anon_sym_extern] = ACTIONS(1759), - [anon_sym___attribute__] = ACTIONS(1759), - [anon_sym_COLON_COLON] = ACTIONS(1761), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), - [anon_sym___declspec] = ACTIONS(1759), - [anon_sym___based] = ACTIONS(1759), - [anon_sym___cdecl] = ACTIONS(1759), - [anon_sym___clrcall] = ACTIONS(1759), - [anon_sym___stdcall] = ACTIONS(1759), - [anon_sym___fastcall] = ACTIONS(1759), - [anon_sym___thiscall] = ACTIONS(1759), - [anon_sym___vectorcall] = ACTIONS(1759), - [anon_sym_LBRACE] = ACTIONS(1761), - [anon_sym_RBRACE] = ACTIONS(1761), - [anon_sym_LBRACK] = ACTIONS(1759), - [anon_sym_static] = ACTIONS(1759), - [anon_sym_register] = ACTIONS(1759), - [anon_sym_inline] = ACTIONS(1759), - [anon_sym_thread_local] = ACTIONS(1759), - [anon_sym_const] = ACTIONS(1759), - [anon_sym_volatile] = ACTIONS(1759), - [anon_sym_restrict] = ACTIONS(1759), - [anon_sym__Atomic] = ACTIONS(1759), - [anon_sym_mutable] = ACTIONS(1759), - [anon_sym_constexpr] = ACTIONS(1759), - [anon_sym_signed] = ACTIONS(1759), - [anon_sym_unsigned] = ACTIONS(1759), - [anon_sym_long] = ACTIONS(1759), - [anon_sym_short] = ACTIONS(1759), - [sym_primitive_type] = ACTIONS(1759), - [anon_sym_enum] = ACTIONS(1759), - [anon_sym_class] = ACTIONS(1759), - [anon_sym_struct] = ACTIONS(1759), - [anon_sym_union] = ACTIONS(1759), - [anon_sym_if] = ACTIONS(1759), - [anon_sym_switch] = ACTIONS(1759), - [anon_sym_case] = ACTIONS(1759), - [anon_sym_default] = ACTIONS(1759), - [anon_sym_while] = ACTIONS(1759), - [anon_sym_do] = ACTIONS(1759), - [anon_sym_for] = ACTIONS(1759), - [anon_sym_return] = ACTIONS(1759), - [anon_sym_break] = ACTIONS(1759), - [anon_sym_continue] = ACTIONS(1759), - [anon_sym_goto] = ACTIONS(1759), - [anon_sym_DASH_DASH] = ACTIONS(1761), - [anon_sym_PLUS_PLUS] = ACTIONS(1761), - [anon_sym_sizeof] = ACTIONS(1759), - [sym_number_literal] = ACTIONS(1761), - [anon_sym_L_SQUOTE] = ACTIONS(1761), - [anon_sym_u_SQUOTE] = ACTIONS(1761), - [anon_sym_U_SQUOTE] = ACTIONS(1761), - [anon_sym_u8_SQUOTE] = ACTIONS(1761), - [anon_sym_SQUOTE] = ACTIONS(1761), - [anon_sym_L_DQUOTE] = ACTIONS(1761), - [anon_sym_u_DQUOTE] = ACTIONS(1761), - [anon_sym_U_DQUOTE] = ACTIONS(1761), - [anon_sym_u8_DQUOTE] = ACTIONS(1761), - [anon_sym_DQUOTE] = ACTIONS(1761), - [sym_true] = ACTIONS(1759), - [sym_false] = ACTIONS(1759), - [sym_null] = ACTIONS(1759), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1759), - [anon_sym_virtual] = ACTIONS(1759), - [anon_sym_explicit] = ACTIONS(1759), - [sym_auto] = ACTIONS(1759), - [anon_sym_typename] = ACTIONS(1759), - [anon_sym_template] = ACTIONS(1759), - [anon_sym_operator] = ACTIONS(1759), - [anon_sym_delete] = ACTIONS(1759), - [anon_sym_throw] = ACTIONS(1759), - [anon_sym_namespace] = ACTIONS(1759), - [anon_sym_using] = ACTIONS(1759), - [anon_sym_static_assert] = ACTIONS(1759), - [anon_sym_co_return] = ACTIONS(1759), - [anon_sym_co_yield] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1759), - [anon_sym_co_await] = ACTIONS(1759), - [anon_sym_new] = ACTIONS(1759), - [sym_this] = ACTIONS(1759), - [sym_nullptr] = ACTIONS(1759), - [sym_alone_macro] = ACTIONS(1761), - [aux_sym_alone_macro_call_token1] = ACTIONS(1759), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_FORWARD] = ACTIONS(1759), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_PS_GET] = ACTIONS(1759), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), - [anon_sym_MOZ_COLD] = ACTIONS(1759), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_RAII] = ACTIONS(1759), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), - [sym_raw_string_literal] = ACTIONS(1761), - }, - [576] = { - [ts_builtin_sym_end] = ACTIONS(1849), + [567] = { [sym_identifier] = ACTIONS(1847), [aux_sym_preproc_include_token1] = ACTIONS(1847), [aux_sym_preproc_def_token1] = ACTIONS(1847), @@ -144188,6 +142533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1847), [anon_sym___vectorcall] = ACTIONS(1847), [anon_sym_LBRACE] = ACTIONS(1849), + [anon_sym_RBRACE] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1847), [anon_sym_static] = ACTIONS(1847), [anon_sym_register] = ACTIONS(1847), @@ -144233,500 +142579,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1849), [anon_sym_u8_DQUOTE] = ACTIONS(1849), [anon_sym_DQUOTE] = ACTIONS(1849), - [sym_true] = ACTIONS(1847), - [sym_false] = ACTIONS(1847), - [sym_null] = ACTIONS(1847), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1847), - [anon_sym_virtual] = ACTIONS(1847), - [anon_sym_explicit] = ACTIONS(1847), - [sym_auto] = ACTIONS(1847), - [anon_sym_typename] = ACTIONS(1847), - [anon_sym_template] = ACTIONS(1847), - [anon_sym_operator] = ACTIONS(1847), - [anon_sym_delete] = ACTIONS(1847), - [anon_sym_throw] = ACTIONS(1847), - [anon_sym_namespace] = ACTIONS(1847), - [anon_sym_using] = ACTIONS(1847), - [anon_sym_static_assert] = ACTIONS(1847), - [anon_sym_co_return] = ACTIONS(1847), - [anon_sym_co_yield] = ACTIONS(1847), - [anon_sym_try] = ACTIONS(1847), - [anon_sym_co_await] = ACTIONS(1847), - [anon_sym_new] = ACTIONS(1847), - [sym_this] = ACTIONS(1847), - [sym_nullptr] = ACTIONS(1847), - [sym_alone_macro] = ACTIONS(1849), - [aux_sym_alone_macro_call_token1] = ACTIONS(1847), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_FORWARD] = ACTIONS(1847), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_PS_GET] = ACTIONS(1847), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), - [anon_sym_MOZ_COLD] = ACTIONS(1847), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL] = ACTIONS(1847), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN] = ACTIONS(1847), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), - [anon_sym_MOZ_RAII] = ACTIONS(1847), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), - [sym_raw_string_literal] = ACTIONS(1849), - }, - [577] = { - [sym_identifier] = ACTIONS(1763), - [aux_sym_preproc_include_token1] = ACTIONS(1763), - [aux_sym_preproc_def_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), - [sym_preproc_directive] = ACTIONS(1763), - [anon_sym_LPAREN2] = ACTIONS(1765), - [anon_sym_BANG] = ACTIONS(1765), - [anon_sym_TILDE] = ACTIONS(1765), - [anon_sym_DASH] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1765), - [anon_sym_typedef] = ACTIONS(1763), - [anon_sym_extern] = ACTIONS(1763), - [anon_sym___attribute__] = ACTIONS(1763), - [anon_sym_COLON_COLON] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), - [anon_sym___declspec] = ACTIONS(1763), - [anon_sym___based] = ACTIONS(1763), - [anon_sym___cdecl] = ACTIONS(1763), - [anon_sym___clrcall] = ACTIONS(1763), - [anon_sym___stdcall] = ACTIONS(1763), - [anon_sym___fastcall] = ACTIONS(1763), - [anon_sym___thiscall] = ACTIONS(1763), - [anon_sym___vectorcall] = ACTIONS(1763), - [anon_sym_LBRACE] = ACTIONS(1765), - [anon_sym_RBRACE] = ACTIONS(1765), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_register] = ACTIONS(1763), - [anon_sym_inline] = ACTIONS(1763), - [anon_sym_thread_local] = ACTIONS(1763), - [anon_sym_const] = ACTIONS(1763), - [anon_sym_volatile] = ACTIONS(1763), - [anon_sym_restrict] = ACTIONS(1763), - [anon_sym__Atomic] = ACTIONS(1763), - [anon_sym_mutable] = ACTIONS(1763), - [anon_sym_constexpr] = ACTIONS(1763), - [anon_sym_signed] = ACTIONS(1763), - [anon_sym_unsigned] = ACTIONS(1763), - [anon_sym_long] = ACTIONS(1763), - [anon_sym_short] = ACTIONS(1763), - [sym_primitive_type] = ACTIONS(1763), - [anon_sym_enum] = ACTIONS(1763), - [anon_sym_class] = ACTIONS(1763), - [anon_sym_struct] = ACTIONS(1763), - [anon_sym_union] = ACTIONS(1763), - [anon_sym_if] = ACTIONS(1763), - [anon_sym_switch] = ACTIONS(1763), - [anon_sym_case] = ACTIONS(1763), - [anon_sym_default] = ACTIONS(1763), - [anon_sym_while] = ACTIONS(1763), - [anon_sym_do] = ACTIONS(1763), - [anon_sym_for] = ACTIONS(1763), - [anon_sym_return] = ACTIONS(1763), - [anon_sym_break] = ACTIONS(1763), - [anon_sym_continue] = ACTIONS(1763), - [anon_sym_goto] = ACTIONS(1763), - [anon_sym_DASH_DASH] = ACTIONS(1765), - [anon_sym_PLUS_PLUS] = ACTIONS(1765), - [anon_sym_sizeof] = ACTIONS(1763), - [sym_number_literal] = ACTIONS(1765), - [anon_sym_L_SQUOTE] = ACTIONS(1765), - [anon_sym_u_SQUOTE] = ACTIONS(1765), - [anon_sym_U_SQUOTE] = ACTIONS(1765), - [anon_sym_u8_SQUOTE] = ACTIONS(1765), - [anon_sym_SQUOTE] = ACTIONS(1765), - [anon_sym_L_DQUOTE] = ACTIONS(1765), - [anon_sym_u_DQUOTE] = ACTIONS(1765), - [anon_sym_U_DQUOTE] = ACTIONS(1765), - [anon_sym_u8_DQUOTE] = ACTIONS(1765), - [anon_sym_DQUOTE] = ACTIONS(1765), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [sym_null] = ACTIONS(1763), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1763), - [anon_sym_virtual] = ACTIONS(1763), - [anon_sym_explicit] = ACTIONS(1763), - [sym_auto] = ACTIONS(1763), - [anon_sym_typename] = ACTIONS(1763), - [anon_sym_template] = ACTIONS(1763), - [anon_sym_operator] = ACTIONS(1763), - [anon_sym_delete] = ACTIONS(1763), - [anon_sym_throw] = ACTIONS(1763), - [anon_sym_namespace] = ACTIONS(1763), - [anon_sym_using] = ACTIONS(1763), - [anon_sym_static_assert] = ACTIONS(1763), - [anon_sym_co_return] = ACTIONS(1763), - [anon_sym_co_yield] = ACTIONS(1763), - [anon_sym_try] = ACTIONS(1763), - [anon_sym_co_await] = ACTIONS(1763), - [anon_sym_new] = ACTIONS(1763), - [sym_this] = ACTIONS(1763), - [sym_nullptr] = ACTIONS(1763), - [sym_alone_macro] = ACTIONS(1765), - [aux_sym_alone_macro_call_token1] = ACTIONS(1763), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_FORWARD] = ACTIONS(1763), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_PS_GET] = ACTIONS(1763), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), - [anon_sym_MOZ_COLD] = ACTIONS(1763), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_RAII] = ACTIONS(1763), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), - [sym_raw_string_literal] = ACTIONS(1765), - }, - [578] = { - [ts_builtin_sym_end] = ACTIONS(1861), - [sym_identifier] = ACTIONS(1859), - [aux_sym_preproc_include_token1] = ACTIONS(1859), - [aux_sym_preproc_def_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), - [sym_preproc_directive] = ACTIONS(1859), - [anon_sym_LPAREN2] = ACTIONS(1861), - [anon_sym_BANG] = ACTIONS(1861), - [anon_sym_TILDE] = ACTIONS(1861), - [anon_sym_DASH] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(1859), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP_AMP] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_SEMI] = ACTIONS(1861), - [anon_sym_typedef] = ACTIONS(1859), - [anon_sym_extern] = ACTIONS(1859), - [anon_sym___attribute__] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1861), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), - [anon_sym___declspec] = ACTIONS(1859), - [anon_sym___based] = ACTIONS(1859), - [anon_sym___cdecl] = ACTIONS(1859), - [anon_sym___clrcall] = ACTIONS(1859), - [anon_sym___stdcall] = ACTIONS(1859), - [anon_sym___fastcall] = ACTIONS(1859), - [anon_sym___thiscall] = ACTIONS(1859), - [anon_sym___vectorcall] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1861), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_static] = ACTIONS(1859), - [anon_sym_register] = ACTIONS(1859), - [anon_sym_inline] = ACTIONS(1859), - [anon_sym_thread_local] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_volatile] = ACTIONS(1859), - [anon_sym_restrict] = ACTIONS(1859), - [anon_sym__Atomic] = ACTIONS(1859), - [anon_sym_mutable] = ACTIONS(1859), - [anon_sym_constexpr] = ACTIONS(1859), - [anon_sym_signed] = ACTIONS(1859), - [anon_sym_unsigned] = ACTIONS(1859), - [anon_sym_long] = ACTIONS(1859), - [anon_sym_short] = ACTIONS(1859), - [sym_primitive_type] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_class] = ACTIONS(1859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_switch] = ACTIONS(1859), - [anon_sym_case] = ACTIONS(1859), - [anon_sym_default] = ACTIONS(1859), - [anon_sym_while] = ACTIONS(1859), - [anon_sym_do] = ACTIONS(1859), - [anon_sym_for] = ACTIONS(1859), - [anon_sym_return] = ACTIONS(1859), - [anon_sym_break] = ACTIONS(1859), - [anon_sym_continue] = ACTIONS(1859), - [anon_sym_goto] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1861), - [anon_sym_PLUS_PLUS] = ACTIONS(1861), - [anon_sym_sizeof] = ACTIONS(1859), - [sym_number_literal] = ACTIONS(1861), - [anon_sym_L_SQUOTE] = ACTIONS(1861), - [anon_sym_u_SQUOTE] = ACTIONS(1861), - [anon_sym_U_SQUOTE] = ACTIONS(1861), - [anon_sym_u8_SQUOTE] = ACTIONS(1861), - [anon_sym_SQUOTE] = ACTIONS(1861), - [anon_sym_L_DQUOTE] = ACTIONS(1861), - [anon_sym_u_DQUOTE] = ACTIONS(1861), - [anon_sym_U_DQUOTE] = ACTIONS(1861), - [anon_sym_u8_DQUOTE] = ACTIONS(1861), - [anon_sym_DQUOTE] = ACTIONS(1861), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_null] = ACTIONS(1859), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1859), - [anon_sym_virtual] = ACTIONS(1859), - [anon_sym_explicit] = ACTIONS(1859), - [sym_auto] = ACTIONS(1859), - [anon_sym_typename] = ACTIONS(1859), - [anon_sym_template] = ACTIONS(1859), - [anon_sym_operator] = ACTIONS(1859), - [anon_sym_delete] = ACTIONS(1859), - [anon_sym_throw] = ACTIONS(1859), - [anon_sym_namespace] = ACTIONS(1859), - [anon_sym_using] = ACTIONS(1859), - [anon_sym_static_assert] = ACTIONS(1859), - [anon_sym_co_return] = ACTIONS(1859), - [anon_sym_co_yield] = ACTIONS(1859), - [anon_sym_try] = ACTIONS(1859), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1859), - [sym_this] = ACTIONS(1859), - [sym_nullptr] = ACTIONS(1859), - [sym_alone_macro] = ACTIONS(1861), - [aux_sym_alone_macro_call_token1] = ACTIONS(1859), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_FORWARD] = ACTIONS(1859), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_PS_GET] = ACTIONS(1859), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), - [anon_sym_MOZ_COLD] = ACTIONS(1859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_RAII] = ACTIONS(1859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), - [sym_raw_string_literal] = ACTIONS(1861), + [sym_true] = ACTIONS(1847), + [sym_false] = ACTIONS(1847), + [sym_null] = ACTIONS(1847), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1847), + [anon_sym_virtual] = ACTIONS(1847), + [anon_sym_explicit] = ACTIONS(1847), + [sym_auto] = ACTIONS(1847), + [anon_sym_typename] = ACTIONS(1847), + [anon_sym_template] = ACTIONS(1847), + [anon_sym_operator] = ACTIONS(1847), + [anon_sym_delete] = ACTIONS(1847), + [anon_sym_throw] = ACTIONS(1847), + [anon_sym_namespace] = ACTIONS(1847), + [anon_sym_using] = ACTIONS(1847), + [anon_sym_static_assert] = ACTIONS(1847), + [anon_sym_co_return] = ACTIONS(1847), + [anon_sym_co_yield] = ACTIONS(1847), + [anon_sym_try] = ACTIONS(1847), + [anon_sym_co_await] = ACTIONS(1847), + [anon_sym_new] = ACTIONS(1847), + [sym_this] = ACTIONS(1847), + [sym_nullptr] = ACTIONS(1847), + [sym_alone_macro] = ACTIONS(1849), + [aux_sym_alone_macro_call_token1] = ACTIONS(1847), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_FORWARD] = ACTIONS(1847), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_PS_GET] = ACTIONS(1847), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), + [anon_sym_MOZ_COLD] = ACTIONS(1847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_RAII] = ACTIONS(1847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), + [sym_raw_string_literal] = ACTIONS(1849), }, - [579] = { + [568] = { [sym_identifier] = ACTIONS(1891), [aux_sym_preproc_include_token1] = ACTIONS(1891), [aux_sym_preproc_def_token1] = ACTIONS(1891), @@ -144916,1341 +142882,2102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1891), [sym_raw_string_literal] = ACTIONS(1893), }, - [580] = { - [sym_identifier] = ACTIONS(1767), - [aux_sym_preproc_include_token1] = ACTIONS(1767), - [aux_sym_preproc_def_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), - [sym_preproc_directive] = ACTIONS(1767), - [anon_sym_LPAREN2] = ACTIONS(1769), - [anon_sym_BANG] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1769), - [anon_sym_DASH] = ACTIONS(1767), - [anon_sym_PLUS] = ACTIONS(1767), - [anon_sym_STAR] = ACTIONS(1769), - [anon_sym_AMP_AMP] = ACTIONS(1769), - [anon_sym_AMP] = ACTIONS(1767), - [anon_sym_SEMI] = ACTIONS(1769), - [anon_sym_typedef] = ACTIONS(1767), - [anon_sym_extern] = ACTIONS(1767), - [anon_sym___attribute__] = ACTIONS(1767), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), - [anon_sym___declspec] = ACTIONS(1767), - [anon_sym___based] = ACTIONS(1767), - [anon_sym___cdecl] = ACTIONS(1767), - [anon_sym___clrcall] = ACTIONS(1767), - [anon_sym___stdcall] = ACTIONS(1767), - [anon_sym___fastcall] = ACTIONS(1767), - [anon_sym___thiscall] = ACTIONS(1767), - [anon_sym___vectorcall] = ACTIONS(1767), - [anon_sym_LBRACE] = ACTIONS(1769), - [anon_sym_RBRACE] = ACTIONS(1769), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_static] = ACTIONS(1767), - [anon_sym_register] = ACTIONS(1767), - [anon_sym_inline] = ACTIONS(1767), - [anon_sym_thread_local] = ACTIONS(1767), - [anon_sym_const] = ACTIONS(1767), - [anon_sym_volatile] = ACTIONS(1767), - [anon_sym_restrict] = ACTIONS(1767), - [anon_sym__Atomic] = ACTIONS(1767), - [anon_sym_mutable] = ACTIONS(1767), - [anon_sym_constexpr] = ACTIONS(1767), - [anon_sym_signed] = ACTIONS(1767), - [anon_sym_unsigned] = ACTIONS(1767), - [anon_sym_long] = ACTIONS(1767), - [anon_sym_short] = ACTIONS(1767), - [sym_primitive_type] = ACTIONS(1767), - [anon_sym_enum] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(1767), - [anon_sym_struct] = ACTIONS(1767), - [anon_sym_union] = ACTIONS(1767), - [anon_sym_if] = ACTIONS(1767), - [anon_sym_switch] = ACTIONS(1767), - [anon_sym_case] = ACTIONS(1767), - [anon_sym_default] = ACTIONS(1767), - [anon_sym_while] = ACTIONS(1767), - [anon_sym_do] = ACTIONS(1767), - [anon_sym_for] = ACTIONS(1767), - [anon_sym_return] = ACTIONS(1767), - [anon_sym_break] = ACTIONS(1767), - [anon_sym_continue] = ACTIONS(1767), - [anon_sym_goto] = ACTIONS(1767), - [anon_sym_DASH_DASH] = ACTIONS(1769), - [anon_sym_PLUS_PLUS] = ACTIONS(1769), - [anon_sym_sizeof] = ACTIONS(1767), - [sym_number_literal] = ACTIONS(1769), - [anon_sym_L_SQUOTE] = ACTIONS(1769), - [anon_sym_u_SQUOTE] = ACTIONS(1769), - [anon_sym_U_SQUOTE] = ACTIONS(1769), - [anon_sym_u8_SQUOTE] = ACTIONS(1769), - [anon_sym_SQUOTE] = ACTIONS(1769), - [anon_sym_L_DQUOTE] = ACTIONS(1769), - [anon_sym_u_DQUOTE] = ACTIONS(1769), - [anon_sym_U_DQUOTE] = ACTIONS(1769), - [anon_sym_u8_DQUOTE] = ACTIONS(1769), - [anon_sym_DQUOTE] = ACTIONS(1769), - [sym_true] = ACTIONS(1767), - [sym_false] = ACTIONS(1767), - [sym_null] = ACTIONS(1767), + [569] = { + [sym_identifier] = ACTIONS(1735), + [aux_sym_preproc_include_token1] = ACTIONS(1735), + [aux_sym_preproc_def_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), + [sym_preproc_directive] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1737), + [anon_sym_AMP_AMP] = ACTIONS(1737), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_typedef] = ACTIONS(1735), + [anon_sym_extern] = ACTIONS(1735), + [anon_sym___attribute__] = ACTIONS(1735), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), + [anon_sym___declspec] = ACTIONS(1735), + [anon_sym___based] = ACTIONS(1735), + [anon_sym___cdecl] = ACTIONS(1735), + [anon_sym___clrcall] = ACTIONS(1735), + [anon_sym___stdcall] = ACTIONS(1735), + [anon_sym___fastcall] = ACTIONS(1735), + [anon_sym___thiscall] = ACTIONS(1735), + [anon_sym___vectorcall] = ACTIONS(1735), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_static] = ACTIONS(1735), + [anon_sym_register] = ACTIONS(1735), + [anon_sym_inline] = ACTIONS(1735), + [anon_sym_thread_local] = ACTIONS(1735), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_volatile] = ACTIONS(1735), + [anon_sym_restrict] = ACTIONS(1735), + [anon_sym__Atomic] = ACTIONS(1735), + [anon_sym_mutable] = ACTIONS(1735), + [anon_sym_constexpr] = ACTIONS(1735), + [anon_sym_signed] = ACTIONS(1735), + [anon_sym_unsigned] = ACTIONS(1735), + [anon_sym_long] = ACTIONS(1735), + [anon_sym_short] = ACTIONS(1735), + [sym_primitive_type] = ACTIONS(1735), + [anon_sym_enum] = ACTIONS(1735), + [anon_sym_class] = ACTIONS(1735), + [anon_sym_struct] = ACTIONS(1735), + [anon_sym_union] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_do] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_continue] = ACTIONS(1735), + [anon_sym_goto] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_sizeof] = ACTIONS(1735), + [sym_number_literal] = ACTIONS(1737), + [anon_sym_L_SQUOTE] = ACTIONS(1737), + [anon_sym_u_SQUOTE] = ACTIONS(1737), + [anon_sym_U_SQUOTE] = ACTIONS(1737), + [anon_sym_u8_SQUOTE] = ACTIONS(1737), + [anon_sym_SQUOTE] = ACTIONS(1737), + [anon_sym_L_DQUOTE] = ACTIONS(1737), + [anon_sym_u_DQUOTE] = ACTIONS(1737), + [anon_sym_U_DQUOTE] = ACTIONS(1737), + [anon_sym_u8_DQUOTE] = ACTIONS(1737), + [anon_sym_DQUOTE] = ACTIONS(1737), + [sym_true] = ACTIONS(1735), + [sym_false] = ACTIONS(1735), + [sym_null] = ACTIONS(1735), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1767), - [anon_sym_virtual] = ACTIONS(1767), - [anon_sym_explicit] = ACTIONS(1767), - [sym_auto] = ACTIONS(1767), - [anon_sym_typename] = ACTIONS(1767), - [anon_sym_template] = ACTIONS(1767), - [anon_sym_operator] = ACTIONS(1767), - [anon_sym_delete] = ACTIONS(1767), - [anon_sym_throw] = ACTIONS(1767), - [anon_sym_namespace] = ACTIONS(1767), - [anon_sym_using] = ACTIONS(1767), - [anon_sym_static_assert] = ACTIONS(1767), - [anon_sym_co_return] = ACTIONS(1767), - [anon_sym_co_yield] = ACTIONS(1767), - [anon_sym_try] = ACTIONS(1767), - [anon_sym_co_await] = ACTIONS(1767), - [anon_sym_new] = ACTIONS(1767), - [sym_this] = ACTIONS(1767), - [sym_nullptr] = ACTIONS(1767), - [sym_alone_macro] = ACTIONS(1769), - [aux_sym_alone_macro_call_token1] = ACTIONS(1767), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_FORWARD] = ACTIONS(1767), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_PS_GET] = ACTIONS(1767), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), - [anon_sym_MOZ_COLD] = ACTIONS(1767), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_RAII] = ACTIONS(1767), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), - [sym_raw_string_literal] = ACTIONS(1769), + [anon_sym_decltype] = ACTIONS(1735), + [anon_sym_virtual] = ACTIONS(1735), + [anon_sym_explicit] = ACTIONS(1735), + [sym_auto] = ACTIONS(1735), + [anon_sym_typename] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1735), + [anon_sym_operator] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_throw] = ACTIONS(1735), + [anon_sym_namespace] = ACTIONS(1735), + [anon_sym_using] = ACTIONS(1735), + [anon_sym_static_assert] = ACTIONS(1735), + [anon_sym_co_return] = ACTIONS(1735), + [anon_sym_co_yield] = ACTIONS(1735), + [anon_sym_try] = ACTIONS(1735), + [anon_sym_co_await] = ACTIONS(1735), + [anon_sym_new] = ACTIONS(1735), + [sym_this] = ACTIONS(1735), + [sym_nullptr] = ACTIONS(1735), + [sym_alone_macro] = ACTIONS(1737), + [aux_sym_alone_macro_call_token1] = ACTIONS(1735), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_FORWARD] = ACTIONS(1735), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_PS_GET] = ACTIONS(1735), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), + [anon_sym_MOZ_COLD] = ACTIONS(1735), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_RAII] = ACTIONS(1735), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), + [sym_raw_string_literal] = ACTIONS(1737), + }, + [570] = { + [sym_identifier] = ACTIONS(1739), + [aux_sym_preproc_include_token1] = ACTIONS(1739), + [aux_sym_preproc_def_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), + [sym_preproc_directive] = ACTIONS(1739), + [anon_sym_LPAREN2] = ACTIONS(1741), + [anon_sym_BANG] = ACTIONS(1741), + [anon_sym_TILDE] = ACTIONS(1741), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_STAR] = ACTIONS(1741), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1739), + [anon_sym_SEMI] = ACTIONS(1741), + [anon_sym_typedef] = ACTIONS(1739), + [anon_sym_extern] = ACTIONS(1739), + [anon_sym___attribute__] = ACTIONS(1739), + [anon_sym_COLON_COLON] = ACTIONS(1741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), + [anon_sym___declspec] = ACTIONS(1739), + [anon_sym___based] = ACTIONS(1739), + [anon_sym___cdecl] = ACTIONS(1739), + [anon_sym___clrcall] = ACTIONS(1739), + [anon_sym___stdcall] = ACTIONS(1739), + [anon_sym___fastcall] = ACTIONS(1739), + [anon_sym___thiscall] = ACTIONS(1739), + [anon_sym___vectorcall] = ACTIONS(1739), + [anon_sym_LBRACE] = ACTIONS(1741), + [anon_sym_RBRACE] = ACTIONS(1741), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_static] = ACTIONS(1739), + [anon_sym_register] = ACTIONS(1739), + [anon_sym_inline] = ACTIONS(1739), + [anon_sym_thread_local] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_volatile] = ACTIONS(1739), + [anon_sym_restrict] = ACTIONS(1739), + [anon_sym__Atomic] = ACTIONS(1739), + [anon_sym_mutable] = ACTIONS(1739), + [anon_sym_constexpr] = ACTIONS(1739), + [anon_sym_signed] = ACTIONS(1739), + [anon_sym_unsigned] = ACTIONS(1739), + [anon_sym_long] = ACTIONS(1739), + [anon_sym_short] = ACTIONS(1739), + [sym_primitive_type] = ACTIONS(1739), + [anon_sym_enum] = ACTIONS(1739), + [anon_sym_class] = ACTIONS(1739), + [anon_sym_struct] = ACTIONS(1739), + [anon_sym_union] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_do] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_continue] = ACTIONS(1739), + [anon_sym_goto] = ACTIONS(1739), + [anon_sym_DASH_DASH] = ACTIONS(1741), + [anon_sym_PLUS_PLUS] = ACTIONS(1741), + [anon_sym_sizeof] = ACTIONS(1739), + [sym_number_literal] = ACTIONS(1741), + [anon_sym_L_SQUOTE] = ACTIONS(1741), + [anon_sym_u_SQUOTE] = ACTIONS(1741), + [anon_sym_U_SQUOTE] = ACTIONS(1741), + [anon_sym_u8_SQUOTE] = ACTIONS(1741), + [anon_sym_SQUOTE] = ACTIONS(1741), + [anon_sym_L_DQUOTE] = ACTIONS(1741), + [anon_sym_u_DQUOTE] = ACTIONS(1741), + [anon_sym_U_DQUOTE] = ACTIONS(1741), + [anon_sym_u8_DQUOTE] = ACTIONS(1741), + [anon_sym_DQUOTE] = ACTIONS(1741), + [sym_true] = ACTIONS(1739), + [sym_false] = ACTIONS(1739), + [sym_null] = ACTIONS(1739), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1739), + [anon_sym_virtual] = ACTIONS(1739), + [anon_sym_explicit] = ACTIONS(1739), + [sym_auto] = ACTIONS(1739), + [anon_sym_typename] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1739), + [anon_sym_operator] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_throw] = ACTIONS(1739), + [anon_sym_namespace] = ACTIONS(1739), + [anon_sym_using] = ACTIONS(1739), + [anon_sym_static_assert] = ACTIONS(1739), + [anon_sym_co_return] = ACTIONS(1739), + [anon_sym_co_yield] = ACTIONS(1739), + [anon_sym_try] = ACTIONS(1739), + [anon_sym_co_await] = ACTIONS(1739), + [anon_sym_new] = ACTIONS(1739), + [sym_this] = ACTIONS(1739), + [sym_nullptr] = ACTIONS(1739), + [sym_alone_macro] = ACTIONS(1741), + [aux_sym_alone_macro_call_token1] = ACTIONS(1739), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_FORWARD] = ACTIONS(1739), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_PS_GET] = ACTIONS(1739), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), + [anon_sym_MOZ_COLD] = ACTIONS(1739), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_RAII] = ACTIONS(1739), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), + [sym_raw_string_literal] = ACTIONS(1741), + }, + [571] = { + [sym_identifier] = ACTIONS(1867), + [aux_sym_preproc_include_token1] = ACTIONS(1867), + [aux_sym_preproc_def_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token2] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), + [sym_preproc_directive] = ACTIONS(1867), + [anon_sym_LPAREN2] = ACTIONS(1869), + [anon_sym_BANG] = ACTIONS(1869), + [anon_sym_TILDE] = ACTIONS(1869), + [anon_sym_DASH] = ACTIONS(1867), + [anon_sym_PLUS] = ACTIONS(1867), + [anon_sym_STAR] = ACTIONS(1869), + [anon_sym_AMP_AMP] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1867), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_typedef] = ACTIONS(1867), + [anon_sym_extern] = ACTIONS(1867), + [anon_sym___attribute__] = ACTIONS(1867), + [anon_sym_COLON_COLON] = ACTIONS(1869), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), + [anon_sym___declspec] = ACTIONS(1867), + [anon_sym___based] = ACTIONS(1867), + [anon_sym___cdecl] = ACTIONS(1867), + [anon_sym___clrcall] = ACTIONS(1867), + [anon_sym___stdcall] = ACTIONS(1867), + [anon_sym___fastcall] = ACTIONS(1867), + [anon_sym___thiscall] = ACTIONS(1867), + [anon_sym___vectorcall] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1869), + [anon_sym_LBRACK] = ACTIONS(1867), + [anon_sym_static] = ACTIONS(1867), + [anon_sym_register] = ACTIONS(1867), + [anon_sym_inline] = ACTIONS(1867), + [anon_sym_thread_local] = ACTIONS(1867), + [anon_sym_const] = ACTIONS(1867), + [anon_sym_volatile] = ACTIONS(1867), + [anon_sym_restrict] = ACTIONS(1867), + [anon_sym__Atomic] = ACTIONS(1867), + [anon_sym_mutable] = ACTIONS(1867), + [anon_sym_constexpr] = ACTIONS(1867), + [anon_sym_signed] = ACTIONS(1867), + [anon_sym_unsigned] = ACTIONS(1867), + [anon_sym_long] = ACTIONS(1867), + [anon_sym_short] = ACTIONS(1867), + [sym_primitive_type] = ACTIONS(1867), + [anon_sym_enum] = ACTIONS(1867), + [anon_sym_class] = ACTIONS(1867), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_union] = ACTIONS(1867), + [anon_sym_if] = ACTIONS(1867), + [anon_sym_switch] = ACTIONS(1867), + [anon_sym_case] = ACTIONS(1867), + [anon_sym_default] = ACTIONS(1867), + [anon_sym_while] = ACTIONS(1867), + [anon_sym_do] = ACTIONS(1867), + [anon_sym_for] = ACTIONS(1867), + [anon_sym_return] = ACTIONS(1867), + [anon_sym_break] = ACTIONS(1867), + [anon_sym_continue] = ACTIONS(1867), + [anon_sym_goto] = ACTIONS(1867), + [anon_sym_DASH_DASH] = ACTIONS(1869), + [anon_sym_PLUS_PLUS] = ACTIONS(1869), + [anon_sym_sizeof] = ACTIONS(1867), + [sym_number_literal] = ACTIONS(1869), + [anon_sym_L_SQUOTE] = ACTIONS(1869), + [anon_sym_u_SQUOTE] = ACTIONS(1869), + [anon_sym_U_SQUOTE] = ACTIONS(1869), + [anon_sym_u8_SQUOTE] = ACTIONS(1869), + [anon_sym_SQUOTE] = ACTIONS(1869), + [anon_sym_L_DQUOTE] = ACTIONS(1869), + [anon_sym_u_DQUOTE] = ACTIONS(1869), + [anon_sym_U_DQUOTE] = ACTIONS(1869), + [anon_sym_u8_DQUOTE] = ACTIONS(1869), + [anon_sym_DQUOTE] = ACTIONS(1869), + [sym_true] = ACTIONS(1867), + [sym_false] = ACTIONS(1867), + [sym_null] = ACTIONS(1867), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1867), + [anon_sym_virtual] = ACTIONS(1867), + [anon_sym_explicit] = ACTIONS(1867), + [sym_auto] = ACTIONS(1867), + [anon_sym_typename] = ACTIONS(1867), + [anon_sym_template] = ACTIONS(1867), + [anon_sym_operator] = ACTIONS(1867), + [anon_sym_delete] = ACTIONS(1867), + [anon_sym_throw] = ACTIONS(1867), + [anon_sym_namespace] = ACTIONS(1867), + [anon_sym_using] = ACTIONS(1867), + [anon_sym_static_assert] = ACTIONS(1867), + [anon_sym_co_return] = ACTIONS(1867), + [anon_sym_co_yield] = ACTIONS(1867), + [anon_sym_try] = ACTIONS(1867), + [anon_sym_co_await] = ACTIONS(1867), + [anon_sym_new] = ACTIONS(1867), + [sym_this] = ACTIONS(1867), + [sym_nullptr] = ACTIONS(1867), + [sym_alone_macro] = ACTIONS(1869), + [aux_sym_alone_macro_call_token1] = ACTIONS(1867), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_FORWARD] = ACTIONS(1867), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_PS_GET] = ACTIONS(1867), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), + [anon_sym_MOZ_COLD] = ACTIONS(1867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_RAII] = ACTIONS(1867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), + [sym_raw_string_literal] = ACTIONS(1869), + }, + [572] = { + [sym_identifier] = ACTIONS(1747), + [aux_sym_preproc_include_token1] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), + [sym_preproc_directive] = ACTIONS(1747), + [anon_sym_LPAREN2] = ACTIONS(1749), + [anon_sym_BANG] = ACTIONS(1749), + [anon_sym_TILDE] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1747), + [anon_sym_PLUS] = ACTIONS(1747), + [anon_sym_STAR] = ACTIONS(1749), + [anon_sym_AMP_AMP] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1747), + [anon_sym_SEMI] = ACTIONS(1749), + [anon_sym_typedef] = ACTIONS(1747), + [anon_sym_extern] = ACTIONS(1747), + [anon_sym___attribute__] = ACTIONS(1747), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), + [anon_sym___declspec] = ACTIONS(1747), + [anon_sym___based] = ACTIONS(1747), + [anon_sym___cdecl] = ACTIONS(1747), + [anon_sym___clrcall] = ACTIONS(1747), + [anon_sym___stdcall] = ACTIONS(1747), + [anon_sym___fastcall] = ACTIONS(1747), + [anon_sym___thiscall] = ACTIONS(1747), + [anon_sym___vectorcall] = ACTIONS(1747), + [anon_sym_LBRACE] = ACTIONS(1749), + [anon_sym_RBRACE] = ACTIONS(1749), + [anon_sym_LBRACK] = ACTIONS(1747), + [anon_sym_static] = ACTIONS(1747), + [anon_sym_register] = ACTIONS(1747), + [anon_sym_inline] = ACTIONS(1747), + [anon_sym_thread_local] = ACTIONS(1747), + [anon_sym_const] = ACTIONS(1747), + [anon_sym_volatile] = ACTIONS(1747), + [anon_sym_restrict] = ACTIONS(1747), + [anon_sym__Atomic] = ACTIONS(1747), + [anon_sym_mutable] = ACTIONS(1747), + [anon_sym_constexpr] = ACTIONS(1747), + [anon_sym_signed] = ACTIONS(1747), + [anon_sym_unsigned] = ACTIONS(1747), + [anon_sym_long] = ACTIONS(1747), + [anon_sym_short] = ACTIONS(1747), + [sym_primitive_type] = ACTIONS(1747), + [anon_sym_enum] = ACTIONS(1747), + [anon_sym_class] = ACTIONS(1747), + [anon_sym_struct] = ACTIONS(1747), + [anon_sym_union] = ACTIONS(1747), + [anon_sym_if] = ACTIONS(1747), + [anon_sym_switch] = ACTIONS(1747), + [anon_sym_case] = ACTIONS(1747), + [anon_sym_default] = ACTIONS(1747), + [anon_sym_while] = ACTIONS(1747), + [anon_sym_do] = ACTIONS(1747), + [anon_sym_for] = ACTIONS(1747), + [anon_sym_return] = ACTIONS(1747), + [anon_sym_break] = ACTIONS(1747), + [anon_sym_continue] = ACTIONS(1747), + [anon_sym_goto] = ACTIONS(1747), + [anon_sym_DASH_DASH] = ACTIONS(1749), + [anon_sym_PLUS_PLUS] = ACTIONS(1749), + [anon_sym_sizeof] = ACTIONS(1747), + [sym_number_literal] = ACTIONS(1749), + [anon_sym_L_SQUOTE] = ACTIONS(1749), + [anon_sym_u_SQUOTE] = ACTIONS(1749), + [anon_sym_U_SQUOTE] = ACTIONS(1749), + [anon_sym_u8_SQUOTE] = ACTIONS(1749), + [anon_sym_SQUOTE] = ACTIONS(1749), + [anon_sym_L_DQUOTE] = ACTIONS(1749), + [anon_sym_u_DQUOTE] = ACTIONS(1749), + [anon_sym_U_DQUOTE] = ACTIONS(1749), + [anon_sym_u8_DQUOTE] = ACTIONS(1749), + [anon_sym_DQUOTE] = ACTIONS(1749), + [sym_true] = ACTIONS(1747), + [sym_false] = ACTIONS(1747), + [sym_null] = ACTIONS(1747), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1747), + [anon_sym_virtual] = ACTIONS(1747), + [anon_sym_explicit] = ACTIONS(1747), + [sym_auto] = ACTIONS(1747), + [anon_sym_typename] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1747), + [anon_sym_operator] = ACTIONS(1747), + [anon_sym_delete] = ACTIONS(1747), + [anon_sym_throw] = ACTIONS(1747), + [anon_sym_namespace] = ACTIONS(1747), + [anon_sym_using] = ACTIONS(1747), + [anon_sym_static_assert] = ACTIONS(1747), + [anon_sym_co_return] = ACTIONS(1747), + [anon_sym_co_yield] = ACTIONS(1747), + [anon_sym_try] = ACTIONS(1747), + [anon_sym_co_await] = ACTIONS(1747), + [anon_sym_new] = ACTIONS(1747), + [sym_this] = ACTIONS(1747), + [sym_nullptr] = ACTIONS(1747), + [sym_alone_macro] = ACTIONS(1749), + [aux_sym_alone_macro_call_token1] = ACTIONS(1747), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_FORWARD] = ACTIONS(1747), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_PS_GET] = ACTIONS(1747), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), + [anon_sym_MOZ_COLD] = ACTIONS(1747), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_RAII] = ACTIONS(1747), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), + [sym_raw_string_literal] = ACTIONS(1749), }, - [581] = { - [sym_identifier] = ACTIONS(1811), - [aux_sym_preproc_include_token1] = ACTIONS(1811), - [aux_sym_preproc_def_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), - [sym_preproc_directive] = ACTIONS(1811), - [anon_sym_LPAREN2] = ACTIONS(1813), - [anon_sym_BANG] = ACTIONS(1813), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1811), - [anon_sym_PLUS] = ACTIONS(1811), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_typedef] = ACTIONS(1811), - [anon_sym_extern] = ACTIONS(1811), - [anon_sym___attribute__] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1813), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), - [anon_sym___declspec] = ACTIONS(1811), - [anon_sym___based] = ACTIONS(1811), - [anon_sym___cdecl] = ACTIONS(1811), - [anon_sym___clrcall] = ACTIONS(1811), - [anon_sym___stdcall] = ACTIONS(1811), - [anon_sym___fastcall] = ACTIONS(1811), - [anon_sym___thiscall] = ACTIONS(1811), - [anon_sym___vectorcall] = ACTIONS(1811), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_RBRACE] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_register] = ACTIONS(1811), - [anon_sym_inline] = ACTIONS(1811), - [anon_sym_thread_local] = ACTIONS(1811), - [anon_sym_const] = ACTIONS(1811), - [anon_sym_volatile] = ACTIONS(1811), - [anon_sym_restrict] = ACTIONS(1811), - [anon_sym__Atomic] = ACTIONS(1811), - [anon_sym_mutable] = ACTIONS(1811), - [anon_sym_constexpr] = ACTIONS(1811), - [anon_sym_signed] = ACTIONS(1811), - [anon_sym_unsigned] = ACTIONS(1811), - [anon_sym_long] = ACTIONS(1811), - [anon_sym_short] = ACTIONS(1811), - [sym_primitive_type] = ACTIONS(1811), - [anon_sym_enum] = ACTIONS(1811), - [anon_sym_class] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1811), - [anon_sym_union] = ACTIONS(1811), - [anon_sym_if] = ACTIONS(1811), - [anon_sym_switch] = ACTIONS(1811), - [anon_sym_case] = ACTIONS(1811), - [anon_sym_default] = ACTIONS(1811), - [anon_sym_while] = ACTIONS(1811), - [anon_sym_do] = ACTIONS(1811), - [anon_sym_for] = ACTIONS(1811), - [anon_sym_return] = ACTIONS(1811), - [anon_sym_break] = ACTIONS(1811), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_sizeof] = ACTIONS(1811), - [sym_number_literal] = ACTIONS(1813), - [anon_sym_L_SQUOTE] = ACTIONS(1813), - [anon_sym_u_SQUOTE] = ACTIONS(1813), - [anon_sym_U_SQUOTE] = ACTIONS(1813), - [anon_sym_u8_SQUOTE] = ACTIONS(1813), - [anon_sym_SQUOTE] = ACTIONS(1813), - [anon_sym_L_DQUOTE] = ACTIONS(1813), - [anon_sym_u_DQUOTE] = ACTIONS(1813), - [anon_sym_U_DQUOTE] = ACTIONS(1813), - [anon_sym_u8_DQUOTE] = ACTIONS(1813), - [anon_sym_DQUOTE] = ACTIONS(1813), - [sym_true] = ACTIONS(1811), - [sym_false] = ACTIONS(1811), - [sym_null] = ACTIONS(1811), + [573] = { + [sym_identifier] = ACTIONS(1755), + [aux_sym_preproc_include_token1] = ACTIONS(1755), + [aux_sym_preproc_def_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1755), + [anon_sym_LPAREN2] = ACTIONS(1757), + [anon_sym_BANG] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1755), + [anon_sym_PLUS] = ACTIONS(1755), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_AMP_AMP] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1755), + [anon_sym_SEMI] = ACTIONS(1757), + [anon_sym_typedef] = ACTIONS(1755), + [anon_sym_extern] = ACTIONS(1755), + [anon_sym___attribute__] = ACTIONS(1755), + [anon_sym_COLON_COLON] = ACTIONS(1757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), + [anon_sym___declspec] = ACTIONS(1755), + [anon_sym___based] = ACTIONS(1755), + [anon_sym___cdecl] = ACTIONS(1755), + [anon_sym___clrcall] = ACTIONS(1755), + [anon_sym___stdcall] = ACTIONS(1755), + [anon_sym___fastcall] = ACTIONS(1755), + [anon_sym___thiscall] = ACTIONS(1755), + [anon_sym___vectorcall] = ACTIONS(1755), + [anon_sym_LBRACE] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_static] = ACTIONS(1755), + [anon_sym_register] = ACTIONS(1755), + [anon_sym_inline] = ACTIONS(1755), + [anon_sym_thread_local] = ACTIONS(1755), + [anon_sym_const] = ACTIONS(1755), + [anon_sym_volatile] = ACTIONS(1755), + [anon_sym_restrict] = ACTIONS(1755), + [anon_sym__Atomic] = ACTIONS(1755), + [anon_sym_mutable] = ACTIONS(1755), + [anon_sym_constexpr] = ACTIONS(1755), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), + [sym_primitive_type] = ACTIONS(1755), + [anon_sym_enum] = ACTIONS(1755), + [anon_sym_class] = ACTIONS(1755), + [anon_sym_struct] = ACTIONS(1755), + [anon_sym_union] = ACTIONS(1755), + [anon_sym_if] = ACTIONS(1755), + [anon_sym_switch] = ACTIONS(1755), + [anon_sym_case] = ACTIONS(1755), + [anon_sym_default] = ACTIONS(1755), + [anon_sym_while] = ACTIONS(1755), + [anon_sym_do] = ACTIONS(1755), + [anon_sym_for] = ACTIONS(1755), + [anon_sym_return] = ACTIONS(1755), + [anon_sym_break] = ACTIONS(1755), + [anon_sym_continue] = ACTIONS(1755), + [anon_sym_goto] = ACTIONS(1755), + [anon_sym_DASH_DASH] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_sizeof] = ACTIONS(1755), + [sym_number_literal] = ACTIONS(1757), + [anon_sym_L_SQUOTE] = ACTIONS(1757), + [anon_sym_u_SQUOTE] = ACTIONS(1757), + [anon_sym_U_SQUOTE] = ACTIONS(1757), + [anon_sym_u8_SQUOTE] = ACTIONS(1757), + [anon_sym_SQUOTE] = ACTIONS(1757), + [anon_sym_L_DQUOTE] = ACTIONS(1757), + [anon_sym_u_DQUOTE] = ACTIONS(1757), + [anon_sym_U_DQUOTE] = ACTIONS(1757), + [anon_sym_u8_DQUOTE] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym_true] = ACTIONS(1755), + [sym_false] = ACTIONS(1755), + [sym_null] = ACTIONS(1755), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1811), - [anon_sym_virtual] = ACTIONS(1811), - [anon_sym_explicit] = ACTIONS(1811), - [sym_auto] = ACTIONS(1811), - [anon_sym_typename] = ACTIONS(1811), - [anon_sym_template] = ACTIONS(1811), - [anon_sym_operator] = ACTIONS(1811), - [anon_sym_delete] = ACTIONS(1811), - [anon_sym_throw] = ACTIONS(1811), - [anon_sym_namespace] = ACTIONS(1811), - [anon_sym_using] = ACTIONS(1811), - [anon_sym_static_assert] = ACTIONS(1811), - [anon_sym_co_return] = ACTIONS(1811), - [anon_sym_co_yield] = ACTIONS(1811), - [anon_sym_try] = ACTIONS(1811), - [anon_sym_co_await] = ACTIONS(1811), - [anon_sym_new] = ACTIONS(1811), - [sym_this] = ACTIONS(1811), - [sym_nullptr] = ACTIONS(1811), - [sym_alone_macro] = ACTIONS(1813), - [aux_sym_alone_macro_call_token1] = ACTIONS(1811), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_FORWARD] = ACTIONS(1811), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_PS_GET] = ACTIONS(1811), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), - [anon_sym_MOZ_COLD] = ACTIONS(1811), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_RAII] = ACTIONS(1811), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), - [sym_raw_string_literal] = ACTIONS(1813), + [anon_sym_decltype] = ACTIONS(1755), + [anon_sym_virtual] = ACTIONS(1755), + [anon_sym_explicit] = ACTIONS(1755), + [sym_auto] = ACTIONS(1755), + [anon_sym_typename] = ACTIONS(1755), + [anon_sym_template] = ACTIONS(1755), + [anon_sym_operator] = ACTIONS(1755), + [anon_sym_delete] = ACTIONS(1755), + [anon_sym_throw] = ACTIONS(1755), + [anon_sym_namespace] = ACTIONS(1755), + [anon_sym_using] = ACTIONS(1755), + [anon_sym_static_assert] = ACTIONS(1755), + [anon_sym_co_return] = ACTIONS(1755), + [anon_sym_co_yield] = ACTIONS(1755), + [anon_sym_try] = ACTIONS(1755), + [anon_sym_co_await] = ACTIONS(1755), + [anon_sym_new] = ACTIONS(1755), + [sym_this] = ACTIONS(1755), + [sym_nullptr] = ACTIONS(1755), + [sym_alone_macro] = ACTIONS(1757), + [aux_sym_alone_macro_call_token1] = ACTIONS(1755), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_FORWARD] = ACTIONS(1755), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_PS_GET] = ACTIONS(1755), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), + [anon_sym_MOZ_COLD] = ACTIONS(1755), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_RAII] = ACTIONS(1755), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), + [sym_raw_string_literal] = ACTIONS(1757), }, - [582] = { - [ts_builtin_sym_end] = ACTIONS(1841), - [sym_identifier] = ACTIONS(1839), - [aux_sym_preproc_include_token1] = ACTIONS(1839), - [aux_sym_preproc_def_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), - [sym_preproc_directive] = ACTIONS(1839), - [anon_sym_LPAREN2] = ACTIONS(1841), - [anon_sym_BANG] = ACTIONS(1841), - [anon_sym_TILDE] = ACTIONS(1841), - [anon_sym_DASH] = ACTIONS(1839), - [anon_sym_PLUS] = ACTIONS(1839), - [anon_sym_STAR] = ACTIONS(1841), - [anon_sym_AMP_AMP] = ACTIONS(1841), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_SEMI] = ACTIONS(1841), - [anon_sym_typedef] = ACTIONS(1839), - [anon_sym_extern] = ACTIONS(1839), - [anon_sym___attribute__] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), - [anon_sym___declspec] = ACTIONS(1839), - [anon_sym___based] = ACTIONS(1839), - [anon_sym___cdecl] = ACTIONS(1839), - [anon_sym___clrcall] = ACTIONS(1839), - [anon_sym___stdcall] = ACTIONS(1839), - [anon_sym___fastcall] = ACTIONS(1839), - [anon_sym___thiscall] = ACTIONS(1839), - [anon_sym___vectorcall] = ACTIONS(1839), - [anon_sym_LBRACE] = ACTIONS(1841), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_register] = ACTIONS(1839), - [anon_sym_inline] = ACTIONS(1839), - [anon_sym_thread_local] = ACTIONS(1839), - [anon_sym_const] = ACTIONS(1839), - [anon_sym_volatile] = ACTIONS(1839), - [anon_sym_restrict] = ACTIONS(1839), - [anon_sym__Atomic] = ACTIONS(1839), - [anon_sym_mutable] = ACTIONS(1839), - [anon_sym_constexpr] = ACTIONS(1839), - [anon_sym_signed] = ACTIONS(1839), - [anon_sym_unsigned] = ACTIONS(1839), - [anon_sym_long] = ACTIONS(1839), - [anon_sym_short] = ACTIONS(1839), - [sym_primitive_type] = ACTIONS(1839), - [anon_sym_enum] = ACTIONS(1839), - [anon_sym_class] = ACTIONS(1839), - [anon_sym_struct] = ACTIONS(1839), - [anon_sym_union] = ACTIONS(1839), - [anon_sym_if] = ACTIONS(1839), - [anon_sym_switch] = ACTIONS(1839), - [anon_sym_case] = ACTIONS(1839), - [anon_sym_default] = ACTIONS(1839), - [anon_sym_while] = ACTIONS(1839), - [anon_sym_do] = ACTIONS(1839), - [anon_sym_for] = ACTIONS(1839), - [anon_sym_return] = ACTIONS(1839), - [anon_sym_break] = ACTIONS(1839), - [anon_sym_continue] = ACTIONS(1839), - [anon_sym_goto] = ACTIONS(1839), - [anon_sym_DASH_DASH] = ACTIONS(1841), - [anon_sym_PLUS_PLUS] = ACTIONS(1841), - [anon_sym_sizeof] = ACTIONS(1839), - [sym_number_literal] = ACTIONS(1841), - [anon_sym_L_SQUOTE] = ACTIONS(1841), - [anon_sym_u_SQUOTE] = ACTIONS(1841), - [anon_sym_U_SQUOTE] = ACTIONS(1841), - [anon_sym_u8_SQUOTE] = ACTIONS(1841), - [anon_sym_SQUOTE] = ACTIONS(1841), - [anon_sym_L_DQUOTE] = ACTIONS(1841), - [anon_sym_u_DQUOTE] = ACTIONS(1841), - [anon_sym_U_DQUOTE] = ACTIONS(1841), - [anon_sym_u8_DQUOTE] = ACTIONS(1841), - [anon_sym_DQUOTE] = ACTIONS(1841), - [sym_true] = ACTIONS(1839), - [sym_false] = ACTIONS(1839), - [sym_null] = ACTIONS(1839), + [574] = { + [sym_identifier] = ACTIONS(1759), + [aux_sym_preproc_include_token1] = ACTIONS(1759), + [aux_sym_preproc_def_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), + [sym_preproc_directive] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1761), + [anon_sym_BANG] = ACTIONS(1761), + [anon_sym_TILDE] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1759), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_AMP_AMP] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1761), + [anon_sym_typedef] = ACTIONS(1759), + [anon_sym_extern] = ACTIONS(1759), + [anon_sym___attribute__] = ACTIONS(1759), + [anon_sym_COLON_COLON] = ACTIONS(1761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), + [anon_sym___declspec] = ACTIONS(1759), + [anon_sym___based] = ACTIONS(1759), + [anon_sym___cdecl] = ACTIONS(1759), + [anon_sym___clrcall] = ACTIONS(1759), + [anon_sym___stdcall] = ACTIONS(1759), + [anon_sym___fastcall] = ACTIONS(1759), + [anon_sym___thiscall] = ACTIONS(1759), + [anon_sym___vectorcall] = ACTIONS(1759), + [anon_sym_LBRACE] = ACTIONS(1761), + [anon_sym_RBRACE] = ACTIONS(1761), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_static] = ACTIONS(1759), + [anon_sym_register] = ACTIONS(1759), + [anon_sym_inline] = ACTIONS(1759), + [anon_sym_thread_local] = ACTIONS(1759), + [anon_sym_const] = ACTIONS(1759), + [anon_sym_volatile] = ACTIONS(1759), + [anon_sym_restrict] = ACTIONS(1759), + [anon_sym__Atomic] = ACTIONS(1759), + [anon_sym_mutable] = ACTIONS(1759), + [anon_sym_constexpr] = ACTIONS(1759), + [anon_sym_signed] = ACTIONS(1759), + [anon_sym_unsigned] = ACTIONS(1759), + [anon_sym_long] = ACTIONS(1759), + [anon_sym_short] = ACTIONS(1759), + [sym_primitive_type] = ACTIONS(1759), + [anon_sym_enum] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1759), + [anon_sym_struct] = ACTIONS(1759), + [anon_sym_union] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1759), + [anon_sym_switch] = ACTIONS(1759), + [anon_sym_case] = ACTIONS(1759), + [anon_sym_default] = ACTIONS(1759), + [anon_sym_while] = ACTIONS(1759), + [anon_sym_do] = ACTIONS(1759), + [anon_sym_for] = ACTIONS(1759), + [anon_sym_return] = ACTIONS(1759), + [anon_sym_break] = ACTIONS(1759), + [anon_sym_continue] = ACTIONS(1759), + [anon_sym_goto] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1761), + [anon_sym_sizeof] = ACTIONS(1759), + [sym_number_literal] = ACTIONS(1761), + [anon_sym_L_SQUOTE] = ACTIONS(1761), + [anon_sym_u_SQUOTE] = ACTIONS(1761), + [anon_sym_U_SQUOTE] = ACTIONS(1761), + [anon_sym_u8_SQUOTE] = ACTIONS(1761), + [anon_sym_SQUOTE] = ACTIONS(1761), + [anon_sym_L_DQUOTE] = ACTIONS(1761), + [anon_sym_u_DQUOTE] = ACTIONS(1761), + [anon_sym_U_DQUOTE] = ACTIONS(1761), + [anon_sym_u8_DQUOTE] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [sym_true] = ACTIONS(1759), + [sym_false] = ACTIONS(1759), + [sym_null] = ACTIONS(1759), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1839), - [anon_sym_virtual] = ACTIONS(1839), - [anon_sym_explicit] = ACTIONS(1839), - [sym_auto] = ACTIONS(1839), - [anon_sym_typename] = ACTIONS(1839), - [anon_sym_template] = ACTIONS(1839), - [anon_sym_operator] = ACTIONS(1839), - [anon_sym_delete] = ACTIONS(1839), - [anon_sym_throw] = ACTIONS(1839), - [anon_sym_namespace] = ACTIONS(1839), - [anon_sym_using] = ACTIONS(1839), - [anon_sym_static_assert] = ACTIONS(1839), - [anon_sym_co_return] = ACTIONS(1839), - [anon_sym_co_yield] = ACTIONS(1839), - [anon_sym_try] = ACTIONS(1839), - [anon_sym_co_await] = ACTIONS(1839), - [anon_sym_new] = ACTIONS(1839), - [sym_this] = ACTIONS(1839), - [sym_nullptr] = ACTIONS(1839), - [sym_alone_macro] = ACTIONS(1841), - [aux_sym_alone_macro_call_token1] = ACTIONS(1839), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_FORWARD] = ACTIONS(1839), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_PS_GET] = ACTIONS(1839), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), - [anon_sym_MOZ_COLD] = ACTIONS(1839), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_RAII] = ACTIONS(1839), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), - [sym_raw_string_literal] = ACTIONS(1841), + [anon_sym_decltype] = ACTIONS(1759), + [anon_sym_virtual] = ACTIONS(1759), + [anon_sym_explicit] = ACTIONS(1759), + [sym_auto] = ACTIONS(1759), + [anon_sym_typename] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1759), + [anon_sym_operator] = ACTIONS(1759), + [anon_sym_delete] = ACTIONS(1759), + [anon_sym_throw] = ACTIONS(1759), + [anon_sym_namespace] = ACTIONS(1759), + [anon_sym_using] = ACTIONS(1759), + [anon_sym_static_assert] = ACTIONS(1759), + [anon_sym_co_return] = ACTIONS(1759), + [anon_sym_co_yield] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1759), + [anon_sym_co_await] = ACTIONS(1759), + [anon_sym_new] = ACTIONS(1759), + [sym_this] = ACTIONS(1759), + [sym_nullptr] = ACTIONS(1759), + [sym_alone_macro] = ACTIONS(1761), + [aux_sym_alone_macro_call_token1] = ACTIONS(1759), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_FORWARD] = ACTIONS(1759), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_PS_GET] = ACTIONS(1759), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), + [anon_sym_MOZ_COLD] = ACTIONS(1759), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_RAII] = ACTIONS(1759), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), + [sym_raw_string_literal] = ACTIONS(1761), }, - [583] = { - [ts_builtin_sym_end] = ACTIONS(1837), - [sym_identifier] = ACTIONS(1835), - [aux_sym_preproc_include_token1] = ACTIONS(1835), - [aux_sym_preproc_def_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), - [sym_preproc_directive] = ACTIONS(1835), - [anon_sym_LPAREN2] = ACTIONS(1837), - [anon_sym_BANG] = ACTIONS(1837), - [anon_sym_TILDE] = ACTIONS(1837), - [anon_sym_DASH] = ACTIONS(1835), - [anon_sym_PLUS] = ACTIONS(1835), - [anon_sym_STAR] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym_typedef] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_COLON_COLON] = ACTIONS(1837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym___cdecl] = ACTIONS(1835), - [anon_sym___clrcall] = ACTIONS(1835), - [anon_sym___stdcall] = ACTIONS(1835), - [anon_sym___fastcall] = ACTIONS(1835), - [anon_sym___thiscall] = ACTIONS(1835), - [anon_sym___vectorcall] = ACTIONS(1835), - [anon_sym_LBRACE] = ACTIONS(1837), - [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym_mutable] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_signed] = ACTIONS(1835), - [anon_sym_unsigned] = ACTIONS(1835), - [anon_sym_long] = ACTIONS(1835), - [anon_sym_short] = ACTIONS(1835), - [sym_primitive_type] = ACTIONS(1835), - [anon_sym_enum] = ACTIONS(1835), - [anon_sym_class] = ACTIONS(1835), - [anon_sym_struct] = ACTIONS(1835), - [anon_sym_union] = ACTIONS(1835), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_switch] = ACTIONS(1835), - [anon_sym_case] = ACTIONS(1835), - [anon_sym_default] = ACTIONS(1835), - [anon_sym_while] = ACTIONS(1835), - [anon_sym_do] = ACTIONS(1835), - [anon_sym_for] = ACTIONS(1835), - [anon_sym_return] = ACTIONS(1835), - [anon_sym_break] = ACTIONS(1835), - [anon_sym_continue] = ACTIONS(1835), - [anon_sym_goto] = ACTIONS(1835), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_sizeof] = ACTIONS(1835), - [sym_number_literal] = ACTIONS(1837), - [anon_sym_L_SQUOTE] = ACTIONS(1837), - [anon_sym_u_SQUOTE] = ACTIONS(1837), - [anon_sym_U_SQUOTE] = ACTIONS(1837), - [anon_sym_u8_SQUOTE] = ACTIONS(1837), - [anon_sym_SQUOTE] = ACTIONS(1837), - [anon_sym_L_DQUOTE] = ACTIONS(1837), - [anon_sym_u_DQUOTE] = ACTIONS(1837), - [anon_sym_U_DQUOTE] = ACTIONS(1837), - [anon_sym_u8_DQUOTE] = ACTIONS(1837), - [anon_sym_DQUOTE] = ACTIONS(1837), - [sym_true] = ACTIONS(1835), - [sym_false] = ACTIONS(1835), - [sym_null] = ACTIONS(1835), + [575] = { + [sym_identifier] = ACTIONS(1763), + [aux_sym_preproc_include_token1] = ACTIONS(1763), + [aux_sym_preproc_def_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), + [sym_preproc_directive] = ACTIONS(1763), + [anon_sym_LPAREN2] = ACTIONS(1765), + [anon_sym_BANG] = ACTIONS(1765), + [anon_sym_TILDE] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1763), + [anon_sym_PLUS] = ACTIONS(1763), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_AMP_AMP] = ACTIONS(1765), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_SEMI] = ACTIONS(1765), + [anon_sym_typedef] = ACTIONS(1763), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym_COLON_COLON] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym___based] = ACTIONS(1763), + [anon_sym___cdecl] = ACTIONS(1763), + [anon_sym___clrcall] = ACTIONS(1763), + [anon_sym___stdcall] = ACTIONS(1763), + [anon_sym___fastcall] = ACTIONS(1763), + [anon_sym___thiscall] = ACTIONS(1763), + [anon_sym___vectorcall] = ACTIONS(1763), + [anon_sym_LBRACE] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym_mutable] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1763), + [anon_sym_switch] = ACTIONS(1763), + [anon_sym_case] = ACTIONS(1763), + [anon_sym_default] = ACTIONS(1763), + [anon_sym_while] = ACTIONS(1763), + [anon_sym_do] = ACTIONS(1763), + [anon_sym_for] = ACTIONS(1763), + [anon_sym_return] = ACTIONS(1763), + [anon_sym_break] = ACTIONS(1763), + [anon_sym_continue] = ACTIONS(1763), + [anon_sym_goto] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1765), + [anon_sym_sizeof] = ACTIONS(1763), + [sym_number_literal] = ACTIONS(1765), + [anon_sym_L_SQUOTE] = ACTIONS(1765), + [anon_sym_u_SQUOTE] = ACTIONS(1765), + [anon_sym_U_SQUOTE] = ACTIONS(1765), + [anon_sym_u8_SQUOTE] = ACTIONS(1765), + [anon_sym_SQUOTE] = ACTIONS(1765), + [anon_sym_L_DQUOTE] = ACTIONS(1765), + [anon_sym_u_DQUOTE] = ACTIONS(1765), + [anon_sym_U_DQUOTE] = ACTIONS(1765), + [anon_sym_u8_DQUOTE] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym_true] = ACTIONS(1763), + [sym_false] = ACTIONS(1763), + [sym_null] = ACTIONS(1763), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1763), + [anon_sym_virtual] = ACTIONS(1763), + [anon_sym_explicit] = ACTIONS(1763), + [sym_auto] = ACTIONS(1763), + [anon_sym_typename] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1763), + [anon_sym_operator] = ACTIONS(1763), + [anon_sym_delete] = ACTIONS(1763), + [anon_sym_throw] = ACTIONS(1763), + [anon_sym_namespace] = ACTIONS(1763), + [anon_sym_using] = ACTIONS(1763), + [anon_sym_static_assert] = ACTIONS(1763), + [anon_sym_co_return] = ACTIONS(1763), + [anon_sym_co_yield] = ACTIONS(1763), + [anon_sym_try] = ACTIONS(1763), + [anon_sym_co_await] = ACTIONS(1763), + [anon_sym_new] = ACTIONS(1763), + [sym_this] = ACTIONS(1763), + [sym_nullptr] = ACTIONS(1763), + [sym_alone_macro] = ACTIONS(1765), + [aux_sym_alone_macro_call_token1] = ACTIONS(1763), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_FORWARD] = ACTIONS(1763), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_PS_GET] = ACTIONS(1763), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), + [anon_sym_MOZ_COLD] = ACTIONS(1763), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_RAII] = ACTIONS(1763), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), + [sym_raw_string_literal] = ACTIONS(1765), + }, + [576] = { + [sym_identifier] = ACTIONS(1767), + [aux_sym_preproc_include_token1] = ACTIONS(1767), + [aux_sym_preproc_def_token1] = ACTIONS(1767), + [aux_sym_preproc_if_token1] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1767), + [anon_sym_LPAREN2] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_AMP_AMP] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym___attribute__] = ACTIONS(1767), + [anon_sym_COLON_COLON] = ACTIONS(1769), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), + [anon_sym___declspec] = ACTIONS(1767), + [anon_sym___based] = ACTIONS(1767), + [anon_sym___cdecl] = ACTIONS(1767), + [anon_sym___clrcall] = ACTIONS(1767), + [anon_sym___stdcall] = ACTIONS(1767), + [anon_sym___fastcall] = ACTIONS(1767), + [anon_sym___thiscall] = ACTIONS(1767), + [anon_sym___vectorcall] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_RBRACE] = ACTIONS(1769), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_inline] = ACTIONS(1767), + [anon_sym_thread_local] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym__Atomic] = ACTIONS(1767), + [anon_sym_mutable] = ACTIONS(1767), + [anon_sym_constexpr] = ACTIONS(1767), + [anon_sym_signed] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [sym_primitive_type] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_class] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1769), + [anon_sym_L_SQUOTE] = ACTIONS(1769), + [anon_sym_u_SQUOTE] = ACTIONS(1769), + [anon_sym_U_SQUOTE] = ACTIONS(1769), + [anon_sym_u8_SQUOTE] = ACTIONS(1769), + [anon_sym_SQUOTE] = ACTIONS(1769), + [anon_sym_L_DQUOTE] = ACTIONS(1769), + [anon_sym_u_DQUOTE] = ACTIONS(1769), + [anon_sym_U_DQUOTE] = ACTIONS(1769), + [anon_sym_u8_DQUOTE] = ACTIONS(1769), + [anon_sym_DQUOTE] = ACTIONS(1769), + [sym_true] = ACTIONS(1767), + [sym_false] = ACTIONS(1767), + [sym_null] = ACTIONS(1767), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_virtual] = ACTIONS(1835), - [anon_sym_explicit] = ACTIONS(1835), - [sym_auto] = ACTIONS(1835), - [anon_sym_typename] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1835), - [anon_sym_operator] = ACTIONS(1835), - [anon_sym_delete] = ACTIONS(1835), - [anon_sym_throw] = ACTIONS(1835), - [anon_sym_namespace] = ACTIONS(1835), - [anon_sym_using] = ACTIONS(1835), - [anon_sym_static_assert] = ACTIONS(1835), - [anon_sym_co_return] = ACTIONS(1835), - [anon_sym_co_yield] = ACTIONS(1835), - [anon_sym_try] = ACTIONS(1835), - [anon_sym_co_await] = ACTIONS(1835), - [anon_sym_new] = ACTIONS(1835), - [sym_this] = ACTIONS(1835), - [sym_nullptr] = ACTIONS(1835), - [sym_alone_macro] = ACTIONS(1837), - [aux_sym_alone_macro_call_token1] = ACTIONS(1835), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_FORWARD] = ACTIONS(1835), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_PS_GET] = ACTIONS(1835), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), - [anon_sym_MOZ_COLD] = ACTIONS(1835), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_RAII] = ACTIONS(1835), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), - [sym_raw_string_literal] = ACTIONS(1837), + [anon_sym_decltype] = ACTIONS(1767), + [anon_sym_virtual] = ACTIONS(1767), + [anon_sym_explicit] = ACTIONS(1767), + [sym_auto] = ACTIONS(1767), + [anon_sym_typename] = ACTIONS(1767), + [anon_sym_template] = ACTIONS(1767), + [anon_sym_operator] = ACTIONS(1767), + [anon_sym_delete] = ACTIONS(1767), + [anon_sym_throw] = ACTIONS(1767), + [anon_sym_namespace] = ACTIONS(1767), + [anon_sym_using] = ACTIONS(1767), + [anon_sym_static_assert] = ACTIONS(1767), + [anon_sym_co_return] = ACTIONS(1767), + [anon_sym_co_yield] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1767), + [anon_sym_co_await] = ACTIONS(1767), + [anon_sym_new] = ACTIONS(1767), + [sym_this] = ACTIONS(1767), + [sym_nullptr] = ACTIONS(1767), + [sym_alone_macro] = ACTIONS(1769), + [aux_sym_alone_macro_call_token1] = ACTIONS(1767), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_FORWARD] = ACTIONS(1767), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_PS_GET] = ACTIONS(1767), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), + [anon_sym_MOZ_COLD] = ACTIONS(1767), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL] = ACTIONS(1767), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN] = ACTIONS(1767), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), + [anon_sym_MOZ_RAII] = ACTIONS(1767), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), + [sym_raw_string_literal] = ACTIONS(1769), }, - [584] = { - [sym_identifier] = ACTIONS(1771), - [aux_sym_preproc_include_token1] = ACTIONS(1771), - [aux_sym_preproc_def_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), - [sym_preproc_directive] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_BANG] = ACTIONS(1773), - [anon_sym_TILDE] = ACTIONS(1773), - [anon_sym_DASH] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(1771), - [anon_sym_STAR] = ACTIONS(1773), - [anon_sym_AMP_AMP] = ACTIONS(1773), - [anon_sym_AMP] = ACTIONS(1771), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_typedef] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym___attribute__] = ACTIONS(1771), - [anon_sym_COLON_COLON] = ACTIONS(1773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), - [anon_sym___declspec] = ACTIONS(1771), - [anon_sym___based] = ACTIONS(1771), - [anon_sym___cdecl] = ACTIONS(1771), - [anon_sym___clrcall] = ACTIONS(1771), - [anon_sym___stdcall] = ACTIONS(1771), - [anon_sym___fastcall] = ACTIONS(1771), - [anon_sym___thiscall] = ACTIONS(1771), - [anon_sym___vectorcall] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1771), - [anon_sym_static] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_inline] = ACTIONS(1771), - [anon_sym_thread_local] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [anon_sym_volatile] = ACTIONS(1771), - [anon_sym_restrict] = ACTIONS(1771), - [anon_sym__Atomic] = ACTIONS(1771), - [anon_sym_mutable] = ACTIONS(1771), - [anon_sym_constexpr] = ACTIONS(1771), - [anon_sym_signed] = ACTIONS(1771), - [anon_sym_unsigned] = ACTIONS(1771), - [anon_sym_long] = ACTIONS(1771), - [anon_sym_short] = ACTIONS(1771), - [sym_primitive_type] = ACTIONS(1771), - [anon_sym_enum] = ACTIONS(1771), - [anon_sym_class] = ACTIONS(1771), - [anon_sym_struct] = ACTIONS(1771), - [anon_sym_union] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_switch] = ACTIONS(1771), - [anon_sym_case] = ACTIONS(1771), - [anon_sym_default] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_goto] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_PLUS_PLUS] = ACTIONS(1773), - [anon_sym_sizeof] = ACTIONS(1771), - [sym_number_literal] = ACTIONS(1773), - [anon_sym_L_SQUOTE] = ACTIONS(1773), - [anon_sym_u_SQUOTE] = ACTIONS(1773), - [anon_sym_U_SQUOTE] = ACTIONS(1773), - [anon_sym_u8_SQUOTE] = ACTIONS(1773), - [anon_sym_SQUOTE] = ACTIONS(1773), - [anon_sym_L_DQUOTE] = ACTIONS(1773), - [anon_sym_u_DQUOTE] = ACTIONS(1773), - [anon_sym_U_DQUOTE] = ACTIONS(1773), - [anon_sym_u8_DQUOTE] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym_true] = ACTIONS(1771), - [sym_false] = ACTIONS(1771), - [sym_null] = ACTIONS(1771), + [577] = { + [sym_identifier] = ACTIONS(1731), + [aux_sym_preproc_include_token1] = ACTIONS(1731), + [aux_sym_preproc_def_token1] = ACTIONS(1731), + [aux_sym_preproc_if_token1] = ACTIONS(1731), + [aux_sym_preproc_if_token2] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), + [sym_preproc_directive] = ACTIONS(1731), + [anon_sym_LPAREN2] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_AMP_AMP] = ACTIONS(1733), + [anon_sym_AMP] = ACTIONS(1731), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_typedef] = ACTIONS(1731), + [anon_sym_extern] = ACTIONS(1731), + [anon_sym___attribute__] = ACTIONS(1731), + [anon_sym_COLON_COLON] = ACTIONS(1733), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), + [anon_sym___declspec] = ACTIONS(1731), + [anon_sym___based] = ACTIONS(1731), + [anon_sym___cdecl] = ACTIONS(1731), + [anon_sym___clrcall] = ACTIONS(1731), + [anon_sym___stdcall] = ACTIONS(1731), + [anon_sym___fastcall] = ACTIONS(1731), + [anon_sym___thiscall] = ACTIONS(1731), + [anon_sym___vectorcall] = ACTIONS(1731), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_static] = ACTIONS(1731), + [anon_sym_register] = ACTIONS(1731), + [anon_sym_inline] = ACTIONS(1731), + [anon_sym_thread_local] = ACTIONS(1731), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_volatile] = ACTIONS(1731), + [anon_sym_restrict] = ACTIONS(1731), + [anon_sym__Atomic] = ACTIONS(1731), + [anon_sym_mutable] = ACTIONS(1731), + [anon_sym_constexpr] = ACTIONS(1731), + [anon_sym_signed] = ACTIONS(1731), + [anon_sym_unsigned] = ACTIONS(1731), + [anon_sym_long] = ACTIONS(1731), + [anon_sym_short] = ACTIONS(1731), + [sym_primitive_type] = ACTIONS(1731), + [anon_sym_enum] = ACTIONS(1731), + [anon_sym_class] = ACTIONS(1731), + [anon_sym_struct] = ACTIONS(1731), + [anon_sym_union] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_do] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_continue] = ACTIONS(1731), + [anon_sym_goto] = ACTIONS(1731), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_sizeof] = ACTIONS(1731), + [sym_number_literal] = ACTIONS(1733), + [anon_sym_L_SQUOTE] = ACTIONS(1733), + [anon_sym_u_SQUOTE] = ACTIONS(1733), + [anon_sym_U_SQUOTE] = ACTIONS(1733), + [anon_sym_u8_SQUOTE] = ACTIONS(1733), + [anon_sym_SQUOTE] = ACTIONS(1733), + [anon_sym_L_DQUOTE] = ACTIONS(1733), + [anon_sym_u_DQUOTE] = ACTIONS(1733), + [anon_sym_U_DQUOTE] = ACTIONS(1733), + [anon_sym_u8_DQUOTE] = ACTIONS(1733), + [anon_sym_DQUOTE] = ACTIONS(1733), + [sym_true] = ACTIONS(1731), + [sym_false] = ACTIONS(1731), + [sym_null] = ACTIONS(1731), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1771), - [anon_sym_virtual] = ACTIONS(1771), - [anon_sym_explicit] = ACTIONS(1771), - [sym_auto] = ACTIONS(1771), - [anon_sym_typename] = ACTIONS(1771), - [anon_sym_template] = ACTIONS(1771), - [anon_sym_operator] = ACTIONS(1771), - [anon_sym_delete] = ACTIONS(1771), - [anon_sym_throw] = ACTIONS(1771), - [anon_sym_namespace] = ACTIONS(1771), - [anon_sym_using] = ACTIONS(1771), - [anon_sym_static_assert] = ACTIONS(1771), - [anon_sym_co_return] = ACTIONS(1771), - [anon_sym_co_yield] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_co_await] = ACTIONS(1771), - [anon_sym_new] = ACTIONS(1771), - [sym_this] = ACTIONS(1771), - [sym_nullptr] = ACTIONS(1771), - [sym_alone_macro] = ACTIONS(1773), - [aux_sym_alone_macro_call_token1] = ACTIONS(1771), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_FORWARD] = ACTIONS(1771), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1771), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_PS_GET] = ACTIONS(1771), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1771), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1771), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), - [anon_sym_MOZ_COLD] = ACTIONS(1771), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_RAII] = ACTIONS(1771), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), - [sym_raw_string_literal] = ACTIONS(1773), + [anon_sym_decltype] = ACTIONS(1731), + [anon_sym_virtual] = ACTIONS(1731), + [anon_sym_explicit] = ACTIONS(1731), + [sym_auto] = ACTIONS(1731), + [anon_sym_typename] = ACTIONS(1731), + [anon_sym_template] = ACTIONS(1731), + [anon_sym_operator] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_throw] = ACTIONS(1731), + [anon_sym_namespace] = ACTIONS(1731), + [anon_sym_using] = ACTIONS(1731), + [anon_sym_static_assert] = ACTIONS(1731), + [anon_sym_co_return] = ACTIONS(1731), + [anon_sym_co_yield] = ACTIONS(1731), + [anon_sym_try] = ACTIONS(1731), + [anon_sym_co_await] = ACTIONS(1731), + [anon_sym_new] = ACTIONS(1731), + [sym_this] = ACTIONS(1731), + [sym_nullptr] = ACTIONS(1731), + [sym_alone_macro] = ACTIONS(1733), + [aux_sym_alone_macro_call_token1] = ACTIONS(1731), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_FORWARD] = ACTIONS(1731), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_PS_GET] = ACTIONS(1731), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), + [anon_sym_MOZ_COLD] = ACTIONS(1731), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_RAII] = ACTIONS(1731), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), + [sym_raw_string_literal] = ACTIONS(1733), }, - [585] = { - [sym_identifier] = ACTIONS(1779), - [aux_sym_preproc_include_token1] = ACTIONS(1779), - [aux_sym_preproc_def_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), - [sym_preproc_directive] = ACTIONS(1779), - [anon_sym_LPAREN2] = ACTIONS(1781), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_TILDE] = ACTIONS(1781), - [anon_sym_DASH] = ACTIONS(1779), - [anon_sym_PLUS] = ACTIONS(1779), - [anon_sym_STAR] = ACTIONS(1781), - [anon_sym_AMP_AMP] = ACTIONS(1781), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_SEMI] = ACTIONS(1781), - [anon_sym_typedef] = ACTIONS(1779), - [anon_sym_extern] = ACTIONS(1779), - [anon_sym___attribute__] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1781), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), - [anon_sym___declspec] = ACTIONS(1779), - [anon_sym___based] = ACTIONS(1779), - [anon_sym___cdecl] = ACTIONS(1779), - [anon_sym___clrcall] = ACTIONS(1779), - [anon_sym___stdcall] = ACTIONS(1779), - [anon_sym___fastcall] = ACTIONS(1779), - [anon_sym___thiscall] = ACTIONS(1779), - [anon_sym___vectorcall] = ACTIONS(1779), - [anon_sym_LBRACE] = ACTIONS(1781), - [anon_sym_RBRACE] = ACTIONS(1781), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_static] = ACTIONS(1779), - [anon_sym_register] = ACTIONS(1779), - [anon_sym_inline] = ACTIONS(1779), - [anon_sym_thread_local] = ACTIONS(1779), - [anon_sym_const] = ACTIONS(1779), - [anon_sym_volatile] = ACTIONS(1779), - [anon_sym_restrict] = ACTIONS(1779), - [anon_sym__Atomic] = ACTIONS(1779), - [anon_sym_mutable] = ACTIONS(1779), - [anon_sym_constexpr] = ACTIONS(1779), - [anon_sym_signed] = ACTIONS(1779), - [anon_sym_unsigned] = ACTIONS(1779), - [anon_sym_long] = ACTIONS(1779), - [anon_sym_short] = ACTIONS(1779), - [sym_primitive_type] = ACTIONS(1779), - [anon_sym_enum] = ACTIONS(1779), - [anon_sym_class] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1779), - [anon_sym_union] = ACTIONS(1779), - [anon_sym_if] = ACTIONS(1779), - [anon_sym_switch] = ACTIONS(1779), - [anon_sym_case] = ACTIONS(1779), - [anon_sym_default] = ACTIONS(1779), - [anon_sym_while] = ACTIONS(1779), - [anon_sym_do] = ACTIONS(1779), - [anon_sym_for] = ACTIONS(1779), - [anon_sym_return] = ACTIONS(1779), - [anon_sym_break] = ACTIONS(1779), - [anon_sym_continue] = ACTIONS(1779), - [anon_sym_goto] = ACTIONS(1779), - [anon_sym_DASH_DASH] = ACTIONS(1781), - [anon_sym_PLUS_PLUS] = ACTIONS(1781), - [anon_sym_sizeof] = ACTIONS(1779), - [sym_number_literal] = ACTIONS(1781), - [anon_sym_L_SQUOTE] = ACTIONS(1781), - [anon_sym_u_SQUOTE] = ACTIONS(1781), - [anon_sym_U_SQUOTE] = ACTIONS(1781), - [anon_sym_u8_SQUOTE] = ACTIONS(1781), - [anon_sym_SQUOTE] = ACTIONS(1781), - [anon_sym_L_DQUOTE] = ACTIONS(1781), - [anon_sym_u_DQUOTE] = ACTIONS(1781), - [anon_sym_U_DQUOTE] = ACTIONS(1781), - [anon_sym_u8_DQUOTE] = ACTIONS(1781), - [anon_sym_DQUOTE] = ACTIONS(1781), - [sym_true] = ACTIONS(1779), - [sym_false] = ACTIONS(1779), - [sym_null] = ACTIONS(1779), + [578] = { + [sym_identifier] = ACTIONS(1903), + [aux_sym_preproc_include_token1] = ACTIONS(1903), + [aux_sym_preproc_def_token1] = ACTIONS(1903), + [aux_sym_preproc_if_token1] = ACTIONS(1903), + [aux_sym_preproc_if_token2] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), + [sym_preproc_directive] = ACTIONS(1903), + [anon_sym_LPAREN2] = ACTIONS(1905), + [anon_sym_BANG] = ACTIONS(1905), + [anon_sym_TILDE] = ACTIONS(1905), + [anon_sym_DASH] = ACTIONS(1903), + [anon_sym_PLUS] = ACTIONS(1903), + [anon_sym_STAR] = ACTIONS(1905), + [anon_sym_AMP_AMP] = ACTIONS(1905), + [anon_sym_AMP] = ACTIONS(1903), + [anon_sym_SEMI] = ACTIONS(1905), + [anon_sym_typedef] = ACTIONS(1903), + [anon_sym_extern] = ACTIONS(1903), + [anon_sym___attribute__] = ACTIONS(1903), + [anon_sym_COLON_COLON] = ACTIONS(1905), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), + [anon_sym___declspec] = ACTIONS(1903), + [anon_sym___based] = ACTIONS(1903), + [anon_sym___cdecl] = ACTIONS(1903), + [anon_sym___clrcall] = ACTIONS(1903), + [anon_sym___stdcall] = ACTIONS(1903), + [anon_sym___fastcall] = ACTIONS(1903), + [anon_sym___thiscall] = ACTIONS(1903), + [anon_sym___vectorcall] = ACTIONS(1903), + [anon_sym_LBRACE] = ACTIONS(1905), + [anon_sym_LBRACK] = ACTIONS(1903), + [anon_sym_static] = ACTIONS(1903), + [anon_sym_register] = ACTIONS(1903), + [anon_sym_inline] = ACTIONS(1903), + [anon_sym_thread_local] = ACTIONS(1903), + [anon_sym_const] = ACTIONS(1903), + [anon_sym_volatile] = ACTIONS(1903), + [anon_sym_restrict] = ACTIONS(1903), + [anon_sym__Atomic] = ACTIONS(1903), + [anon_sym_mutable] = ACTIONS(1903), + [anon_sym_constexpr] = ACTIONS(1903), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [sym_primitive_type] = ACTIONS(1903), + [anon_sym_enum] = ACTIONS(1903), + [anon_sym_class] = ACTIONS(1903), + [anon_sym_struct] = ACTIONS(1903), + [anon_sym_union] = ACTIONS(1903), + [anon_sym_if] = ACTIONS(1903), + [anon_sym_switch] = ACTIONS(1903), + [anon_sym_case] = ACTIONS(1903), + [anon_sym_default] = ACTIONS(1903), + [anon_sym_while] = ACTIONS(1903), + [anon_sym_do] = ACTIONS(1903), + [anon_sym_for] = ACTIONS(1903), + [anon_sym_return] = ACTIONS(1903), + [anon_sym_break] = ACTIONS(1903), + [anon_sym_continue] = ACTIONS(1903), + [anon_sym_goto] = ACTIONS(1903), + [anon_sym_DASH_DASH] = ACTIONS(1905), + [anon_sym_PLUS_PLUS] = ACTIONS(1905), + [anon_sym_sizeof] = ACTIONS(1903), + [sym_number_literal] = ACTIONS(1905), + [anon_sym_L_SQUOTE] = ACTIONS(1905), + [anon_sym_u_SQUOTE] = ACTIONS(1905), + [anon_sym_U_SQUOTE] = ACTIONS(1905), + [anon_sym_u8_SQUOTE] = ACTIONS(1905), + [anon_sym_SQUOTE] = ACTIONS(1905), + [anon_sym_L_DQUOTE] = ACTIONS(1905), + [anon_sym_u_DQUOTE] = ACTIONS(1905), + [anon_sym_U_DQUOTE] = ACTIONS(1905), + [anon_sym_u8_DQUOTE] = ACTIONS(1905), + [anon_sym_DQUOTE] = ACTIONS(1905), + [sym_true] = ACTIONS(1903), + [sym_false] = ACTIONS(1903), + [sym_null] = ACTIONS(1903), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1779), - [anon_sym_virtual] = ACTIONS(1779), - [anon_sym_explicit] = ACTIONS(1779), - [sym_auto] = ACTIONS(1779), - [anon_sym_typename] = ACTIONS(1779), - [anon_sym_template] = ACTIONS(1779), - [anon_sym_operator] = ACTIONS(1779), - [anon_sym_delete] = ACTIONS(1779), - [anon_sym_throw] = ACTIONS(1779), - [anon_sym_namespace] = ACTIONS(1779), - [anon_sym_using] = ACTIONS(1779), - [anon_sym_static_assert] = ACTIONS(1779), - [anon_sym_co_return] = ACTIONS(1779), - [anon_sym_co_yield] = ACTIONS(1779), - [anon_sym_try] = ACTIONS(1779), - [anon_sym_co_await] = ACTIONS(1779), - [anon_sym_new] = ACTIONS(1779), - [sym_this] = ACTIONS(1779), - [sym_nullptr] = ACTIONS(1779), - [sym_alone_macro] = ACTIONS(1781), - [aux_sym_alone_macro_call_token1] = ACTIONS(1779), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_FORWARD] = ACTIONS(1779), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_PS_GET] = ACTIONS(1779), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), - [anon_sym_MOZ_COLD] = ACTIONS(1779), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_RAII] = ACTIONS(1779), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), - [sym_raw_string_literal] = ACTIONS(1781), + [anon_sym_decltype] = ACTIONS(1903), + [anon_sym_virtual] = ACTIONS(1903), + [anon_sym_explicit] = ACTIONS(1903), + [sym_auto] = ACTIONS(1903), + [anon_sym_typename] = ACTIONS(1903), + [anon_sym_template] = ACTIONS(1903), + [anon_sym_operator] = ACTIONS(1903), + [anon_sym_delete] = ACTIONS(1903), + [anon_sym_throw] = ACTIONS(1903), + [anon_sym_namespace] = ACTIONS(1903), + [anon_sym_using] = ACTIONS(1903), + [anon_sym_static_assert] = ACTIONS(1903), + [anon_sym_co_return] = ACTIONS(1903), + [anon_sym_co_yield] = ACTIONS(1903), + [anon_sym_try] = ACTIONS(1903), + [anon_sym_co_await] = ACTIONS(1903), + [anon_sym_new] = ACTIONS(1903), + [sym_this] = ACTIONS(1903), + [sym_nullptr] = ACTIONS(1903), + [sym_alone_macro] = ACTIONS(1905), + [aux_sym_alone_macro_call_token1] = ACTIONS(1903), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_FORWARD] = ACTIONS(1903), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_PS_GET] = ACTIONS(1903), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), + [anon_sym_MOZ_COLD] = ACTIONS(1903), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_RAII] = ACTIONS(1903), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), + [sym_raw_string_literal] = ACTIONS(1905), }, - [586] = { - [sym_identifier] = ACTIONS(1875), - [aux_sym_preproc_include_token1] = ACTIONS(1875), - [aux_sym_preproc_def_token1] = ACTIONS(1875), - [aux_sym_preproc_if_token1] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), - [sym_preproc_directive] = ACTIONS(1875), - [anon_sym_LPAREN2] = ACTIONS(1877), - [anon_sym_BANG] = ACTIONS(1877), - [anon_sym_TILDE] = ACTIONS(1877), - [anon_sym_DASH] = ACTIONS(1875), - [anon_sym_PLUS] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_AMP_AMP] = ACTIONS(1877), - [anon_sym_AMP] = ACTIONS(1875), - [anon_sym_SEMI] = ACTIONS(1877), - [anon_sym_typedef] = ACTIONS(1875), - [anon_sym_extern] = ACTIONS(1875), - [anon_sym___attribute__] = ACTIONS(1875), - [anon_sym_COLON_COLON] = ACTIONS(1877), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), - [anon_sym___declspec] = ACTIONS(1875), - [anon_sym___based] = ACTIONS(1875), - [anon_sym___cdecl] = ACTIONS(1875), - [anon_sym___clrcall] = ACTIONS(1875), - [anon_sym___stdcall] = ACTIONS(1875), - [anon_sym___fastcall] = ACTIONS(1875), - [anon_sym___thiscall] = ACTIONS(1875), - [anon_sym___vectorcall] = ACTIONS(1875), - [anon_sym_LBRACE] = ACTIONS(1877), - [anon_sym_RBRACE] = ACTIONS(1877), - [anon_sym_LBRACK] = ACTIONS(1875), - [anon_sym_static] = ACTIONS(1875), - [anon_sym_register] = ACTIONS(1875), - [anon_sym_inline] = ACTIONS(1875), - [anon_sym_thread_local] = ACTIONS(1875), - [anon_sym_const] = ACTIONS(1875), - [anon_sym_volatile] = ACTIONS(1875), - [anon_sym_restrict] = ACTIONS(1875), - [anon_sym__Atomic] = ACTIONS(1875), - [anon_sym_mutable] = ACTIONS(1875), - [anon_sym_constexpr] = ACTIONS(1875), - [anon_sym_signed] = ACTIONS(1875), - [anon_sym_unsigned] = ACTIONS(1875), - [anon_sym_long] = ACTIONS(1875), - [anon_sym_short] = ACTIONS(1875), - [sym_primitive_type] = ACTIONS(1875), - [anon_sym_enum] = ACTIONS(1875), - [anon_sym_class] = ACTIONS(1875), - [anon_sym_struct] = ACTIONS(1875), - [anon_sym_union] = ACTIONS(1875), - [anon_sym_if] = ACTIONS(1875), - [anon_sym_switch] = ACTIONS(1875), - [anon_sym_case] = ACTIONS(1875), - [anon_sym_default] = ACTIONS(1875), - [anon_sym_while] = ACTIONS(1875), - [anon_sym_do] = ACTIONS(1875), - [anon_sym_for] = ACTIONS(1875), - [anon_sym_return] = ACTIONS(1875), - [anon_sym_break] = ACTIONS(1875), - [anon_sym_continue] = ACTIONS(1875), - [anon_sym_goto] = ACTIONS(1875), - [anon_sym_DASH_DASH] = ACTIONS(1877), - [anon_sym_PLUS_PLUS] = ACTIONS(1877), - [anon_sym_sizeof] = ACTIONS(1875), - [sym_number_literal] = ACTIONS(1877), - [anon_sym_L_SQUOTE] = ACTIONS(1877), - [anon_sym_u_SQUOTE] = ACTIONS(1877), - [anon_sym_U_SQUOTE] = ACTIONS(1877), - [anon_sym_u8_SQUOTE] = ACTIONS(1877), - [anon_sym_SQUOTE] = ACTIONS(1877), - [anon_sym_L_DQUOTE] = ACTIONS(1877), - [anon_sym_u_DQUOTE] = ACTIONS(1877), - [anon_sym_U_DQUOTE] = ACTIONS(1877), - [anon_sym_u8_DQUOTE] = ACTIONS(1877), - [anon_sym_DQUOTE] = ACTIONS(1877), - [sym_true] = ACTIONS(1875), - [sym_false] = ACTIONS(1875), - [sym_null] = ACTIONS(1875), + [579] = { + [ts_builtin_sym_end] = ACTIONS(1777), + [sym_identifier] = ACTIONS(1775), + [aux_sym_preproc_include_token1] = ACTIONS(1775), + [aux_sym_preproc_def_token1] = ACTIONS(1775), + [aux_sym_preproc_if_token1] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), + [sym_preproc_directive] = ACTIONS(1775), + [anon_sym_LPAREN2] = ACTIONS(1777), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1777), + [anon_sym_AMP_AMP] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1775), + [anon_sym_SEMI] = ACTIONS(1777), + [anon_sym_typedef] = ACTIONS(1775), + [anon_sym_extern] = ACTIONS(1775), + [anon_sym___attribute__] = ACTIONS(1775), + [anon_sym_COLON_COLON] = ACTIONS(1777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), + [anon_sym___declspec] = ACTIONS(1775), + [anon_sym___based] = ACTIONS(1775), + [anon_sym___cdecl] = ACTIONS(1775), + [anon_sym___clrcall] = ACTIONS(1775), + [anon_sym___stdcall] = ACTIONS(1775), + [anon_sym___fastcall] = ACTIONS(1775), + [anon_sym___thiscall] = ACTIONS(1775), + [anon_sym___vectorcall] = ACTIONS(1775), + [anon_sym_LBRACE] = ACTIONS(1777), + [anon_sym_LBRACK] = ACTIONS(1775), + [anon_sym_static] = ACTIONS(1775), + [anon_sym_register] = ACTIONS(1775), + [anon_sym_inline] = ACTIONS(1775), + [anon_sym_thread_local] = ACTIONS(1775), + [anon_sym_const] = ACTIONS(1775), + [anon_sym_volatile] = ACTIONS(1775), + [anon_sym_restrict] = ACTIONS(1775), + [anon_sym__Atomic] = ACTIONS(1775), + [anon_sym_mutable] = ACTIONS(1775), + [anon_sym_constexpr] = ACTIONS(1775), + [anon_sym_signed] = ACTIONS(1775), + [anon_sym_unsigned] = ACTIONS(1775), + [anon_sym_long] = ACTIONS(1775), + [anon_sym_short] = ACTIONS(1775), + [sym_primitive_type] = ACTIONS(1775), + [anon_sym_enum] = ACTIONS(1775), + [anon_sym_class] = ACTIONS(1775), + [anon_sym_struct] = ACTIONS(1775), + [anon_sym_union] = ACTIONS(1775), + [anon_sym_if] = ACTIONS(1775), + [anon_sym_switch] = ACTIONS(1775), + [anon_sym_case] = ACTIONS(1775), + [anon_sym_default] = ACTIONS(1775), + [anon_sym_while] = ACTIONS(1775), + [anon_sym_do] = ACTIONS(1775), + [anon_sym_for] = ACTIONS(1775), + [anon_sym_return] = ACTIONS(1775), + [anon_sym_break] = ACTIONS(1775), + [anon_sym_continue] = ACTIONS(1775), + [anon_sym_goto] = ACTIONS(1775), + [anon_sym_DASH_DASH] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1777), + [anon_sym_sizeof] = ACTIONS(1775), + [sym_number_literal] = ACTIONS(1777), + [anon_sym_L_SQUOTE] = ACTIONS(1777), + [anon_sym_u_SQUOTE] = ACTIONS(1777), + [anon_sym_U_SQUOTE] = ACTIONS(1777), + [anon_sym_u8_SQUOTE] = ACTIONS(1777), + [anon_sym_SQUOTE] = ACTIONS(1777), + [anon_sym_L_DQUOTE] = ACTIONS(1777), + [anon_sym_u_DQUOTE] = ACTIONS(1777), + [anon_sym_U_DQUOTE] = ACTIONS(1777), + [anon_sym_u8_DQUOTE] = ACTIONS(1777), + [anon_sym_DQUOTE] = ACTIONS(1777), + [sym_true] = ACTIONS(1775), + [sym_false] = ACTIONS(1775), + [sym_null] = ACTIONS(1775), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1875), - [anon_sym_virtual] = ACTIONS(1875), - [anon_sym_explicit] = ACTIONS(1875), - [sym_auto] = ACTIONS(1875), - [anon_sym_typename] = ACTIONS(1875), - [anon_sym_template] = ACTIONS(1875), - [anon_sym_operator] = ACTIONS(1875), - [anon_sym_delete] = ACTIONS(1875), - [anon_sym_throw] = ACTIONS(1875), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_using] = ACTIONS(1875), - [anon_sym_static_assert] = ACTIONS(1875), - [anon_sym_co_return] = ACTIONS(1875), - [anon_sym_co_yield] = ACTIONS(1875), - [anon_sym_try] = ACTIONS(1875), - [anon_sym_co_await] = ACTIONS(1875), - [anon_sym_new] = ACTIONS(1875), - [sym_this] = ACTIONS(1875), - [sym_nullptr] = ACTIONS(1875), - [sym_alone_macro] = ACTIONS(1877), - [aux_sym_alone_macro_call_token1] = ACTIONS(1875), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_FORWARD] = ACTIONS(1875), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_PS_GET] = ACTIONS(1875), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), - [anon_sym_MOZ_COLD] = ACTIONS(1875), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL] = ACTIONS(1875), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN] = ACTIONS(1875), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), - [anon_sym_MOZ_RAII] = ACTIONS(1875), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), - [sym_raw_string_literal] = ACTIONS(1877), + [anon_sym_decltype] = ACTIONS(1775), + [anon_sym_virtual] = ACTIONS(1775), + [anon_sym_explicit] = ACTIONS(1775), + [sym_auto] = ACTIONS(1775), + [anon_sym_typename] = ACTIONS(1775), + [anon_sym_template] = ACTIONS(1775), + [anon_sym_operator] = ACTIONS(1775), + [anon_sym_delete] = ACTIONS(1775), + [anon_sym_throw] = ACTIONS(1775), + [anon_sym_namespace] = ACTIONS(1775), + [anon_sym_using] = ACTIONS(1775), + [anon_sym_static_assert] = ACTIONS(1775), + [anon_sym_co_return] = ACTIONS(1775), + [anon_sym_co_yield] = ACTIONS(1775), + [anon_sym_try] = ACTIONS(1775), + [anon_sym_co_await] = ACTIONS(1775), + [anon_sym_new] = ACTIONS(1775), + [sym_this] = ACTIONS(1775), + [sym_nullptr] = ACTIONS(1775), + [sym_alone_macro] = ACTIONS(1777), + [aux_sym_alone_macro_call_token1] = ACTIONS(1775), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_FORWARD] = ACTIONS(1775), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_PS_GET] = ACTIONS(1775), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), + [anon_sym_MOZ_COLD] = ACTIONS(1775), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL] = ACTIONS(1775), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN] = ACTIONS(1775), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), + [anon_sym_MOZ_RAII] = ACTIONS(1775), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), + [sym_raw_string_literal] = ACTIONS(1777), }, - [587] = { + [580] = { [sym_identifier] = ACTIONS(1895), [aux_sym_preproc_include_token1] = ACTIONS(1895), [aux_sym_preproc_def_token1] = ACTIONS(1895), [aux_sym_preproc_if_token1] = ACTIONS(1895), + [aux_sym_preproc_if_token2] = ACTIONS(1895), [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), [sym_preproc_directive] = ACTIONS(1895), @@ -146277,7 +145004,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1895), [anon_sym___vectorcall] = ACTIONS(1895), [anon_sym_LBRACE] = ACTIONS(1897), - [anon_sym_RBRACE] = ACTIONS(1897), [anon_sym_LBRACK] = ACTIONS(1895), [anon_sym_static] = ACTIONS(1895), [anon_sym_register] = ACTIONS(1895), @@ -146436,387 +145162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), [sym_raw_string_literal] = ACTIONS(1897), }, - [588] = { - [sym_identifier] = ACTIONS(1907), - [aux_sym_preproc_include_token1] = ACTIONS(1907), - [aux_sym_preproc_def_token1] = ACTIONS(1907), - [aux_sym_preproc_if_token1] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1907), - [sym_preproc_directive] = ACTIONS(1907), - [anon_sym_LPAREN2] = ACTIONS(1909), - [anon_sym_BANG] = ACTIONS(1909), - [anon_sym_TILDE] = ACTIONS(1909), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_STAR] = ACTIONS(1909), - [anon_sym_AMP_AMP] = ACTIONS(1909), - [anon_sym_AMP] = ACTIONS(1907), - [anon_sym_SEMI] = ACTIONS(1909), - [anon_sym_typedef] = ACTIONS(1907), - [anon_sym_extern] = ACTIONS(1907), - [anon_sym___attribute__] = ACTIONS(1907), - [anon_sym_COLON_COLON] = ACTIONS(1909), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1909), - [anon_sym___declspec] = ACTIONS(1907), - [anon_sym___based] = ACTIONS(1907), - [anon_sym___cdecl] = ACTIONS(1907), - [anon_sym___clrcall] = ACTIONS(1907), - [anon_sym___stdcall] = ACTIONS(1907), - [anon_sym___fastcall] = ACTIONS(1907), - [anon_sym___thiscall] = ACTIONS(1907), - [anon_sym___vectorcall] = ACTIONS(1907), - [anon_sym_LBRACE] = ACTIONS(1909), - [anon_sym_RBRACE] = ACTIONS(1909), - [anon_sym_LBRACK] = ACTIONS(1907), - [anon_sym_static] = ACTIONS(1907), - [anon_sym_register] = ACTIONS(1907), - [anon_sym_inline] = ACTIONS(1907), - [anon_sym_thread_local] = ACTIONS(1907), - [anon_sym_const] = ACTIONS(1907), - [anon_sym_volatile] = ACTIONS(1907), - [anon_sym_restrict] = ACTIONS(1907), - [anon_sym__Atomic] = ACTIONS(1907), - [anon_sym_mutable] = ACTIONS(1907), - [anon_sym_constexpr] = ACTIONS(1907), - [anon_sym_signed] = ACTIONS(1907), - [anon_sym_unsigned] = ACTIONS(1907), - [anon_sym_long] = ACTIONS(1907), - [anon_sym_short] = ACTIONS(1907), - [sym_primitive_type] = ACTIONS(1907), - [anon_sym_enum] = ACTIONS(1907), - [anon_sym_class] = ACTIONS(1907), - [anon_sym_struct] = ACTIONS(1907), - [anon_sym_union] = ACTIONS(1907), - [anon_sym_if] = ACTIONS(1907), - [anon_sym_switch] = ACTIONS(1907), - [anon_sym_case] = ACTIONS(1907), - [anon_sym_default] = ACTIONS(1907), - [anon_sym_while] = ACTIONS(1907), - [anon_sym_do] = ACTIONS(1907), - [anon_sym_for] = ACTIONS(1907), - [anon_sym_return] = ACTIONS(1907), - [anon_sym_break] = ACTIONS(1907), - [anon_sym_continue] = ACTIONS(1907), - [anon_sym_goto] = ACTIONS(1907), - [anon_sym_DASH_DASH] = ACTIONS(1909), - [anon_sym_PLUS_PLUS] = ACTIONS(1909), - [anon_sym_sizeof] = ACTIONS(1907), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1909), - [anon_sym_u_SQUOTE] = ACTIONS(1909), - [anon_sym_U_SQUOTE] = ACTIONS(1909), - [anon_sym_u8_SQUOTE] = ACTIONS(1909), - [anon_sym_SQUOTE] = ACTIONS(1909), - [anon_sym_L_DQUOTE] = ACTIONS(1909), - [anon_sym_u_DQUOTE] = ACTIONS(1909), - [anon_sym_U_DQUOTE] = ACTIONS(1909), - [anon_sym_u8_DQUOTE] = ACTIONS(1909), - [anon_sym_DQUOTE] = ACTIONS(1909), - [sym_true] = ACTIONS(1907), - [sym_false] = ACTIONS(1907), - [sym_null] = ACTIONS(1907), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1907), - [anon_sym_virtual] = ACTIONS(1907), - [anon_sym_explicit] = ACTIONS(1907), - [sym_auto] = ACTIONS(1907), - [anon_sym_typename] = ACTIONS(1907), - [anon_sym_template] = ACTIONS(1907), - [anon_sym_operator] = ACTIONS(1907), - [anon_sym_delete] = ACTIONS(1907), - [anon_sym_throw] = ACTIONS(1907), - [anon_sym_namespace] = ACTIONS(1907), - [anon_sym_using] = ACTIONS(1907), - [anon_sym_static_assert] = ACTIONS(1907), - [anon_sym_co_return] = ACTIONS(1907), - [anon_sym_co_yield] = ACTIONS(1907), - [anon_sym_try] = ACTIONS(1907), - [anon_sym_co_await] = ACTIONS(1907), - [anon_sym_new] = ACTIONS(1907), - [sym_this] = ACTIONS(1907), - [sym_nullptr] = ACTIONS(1907), - [sym_alone_macro] = ACTIONS(1909), - [aux_sym_alone_macro_call_token1] = ACTIONS(1907), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_FORWARD] = ACTIONS(1907), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1907), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_PS_GET] = ACTIONS(1907), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1907), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1907), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1907), - [anon_sym_MOZ_COLD] = ACTIONS(1907), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1907), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1907), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1907), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1907), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1907), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1907), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1907), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1907), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1907), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1907), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1907), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1907), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_RAII] = ACTIONS(1907), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1907), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1907), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1907), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1907), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1907), - [sym_raw_string_literal] = ACTIONS(1909), - }, - [589] = { - [ts_builtin_sym_end] = ACTIONS(1765), - [sym_identifier] = ACTIONS(1763), - [aux_sym_preproc_include_token1] = ACTIONS(1763), - [aux_sym_preproc_def_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), - [sym_preproc_directive] = ACTIONS(1763), - [anon_sym_LPAREN2] = ACTIONS(1765), - [anon_sym_BANG] = ACTIONS(1765), - [anon_sym_TILDE] = ACTIONS(1765), - [anon_sym_DASH] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1765), - [anon_sym_typedef] = ACTIONS(1763), - [anon_sym_extern] = ACTIONS(1763), - [anon_sym___attribute__] = ACTIONS(1763), - [anon_sym_COLON_COLON] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), - [anon_sym___declspec] = ACTIONS(1763), - [anon_sym___based] = ACTIONS(1763), - [anon_sym___cdecl] = ACTIONS(1763), - [anon_sym___clrcall] = ACTIONS(1763), - [anon_sym___stdcall] = ACTIONS(1763), - [anon_sym___fastcall] = ACTIONS(1763), - [anon_sym___thiscall] = ACTIONS(1763), - [anon_sym___vectorcall] = ACTIONS(1763), - [anon_sym_LBRACE] = ACTIONS(1765), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_register] = ACTIONS(1763), - [anon_sym_inline] = ACTIONS(1763), - [anon_sym_thread_local] = ACTIONS(1763), - [anon_sym_const] = ACTIONS(1763), - [anon_sym_volatile] = ACTIONS(1763), - [anon_sym_restrict] = ACTIONS(1763), - [anon_sym__Atomic] = ACTIONS(1763), - [anon_sym_mutable] = ACTIONS(1763), - [anon_sym_constexpr] = ACTIONS(1763), - [anon_sym_signed] = ACTIONS(1763), - [anon_sym_unsigned] = ACTIONS(1763), - [anon_sym_long] = ACTIONS(1763), - [anon_sym_short] = ACTIONS(1763), - [sym_primitive_type] = ACTIONS(1763), - [anon_sym_enum] = ACTIONS(1763), - [anon_sym_class] = ACTIONS(1763), - [anon_sym_struct] = ACTIONS(1763), - [anon_sym_union] = ACTIONS(1763), - [anon_sym_if] = ACTIONS(1763), - [anon_sym_switch] = ACTIONS(1763), - [anon_sym_case] = ACTIONS(1763), - [anon_sym_default] = ACTIONS(1763), - [anon_sym_while] = ACTIONS(1763), - [anon_sym_do] = ACTIONS(1763), - [anon_sym_for] = ACTIONS(1763), - [anon_sym_return] = ACTIONS(1763), - [anon_sym_break] = ACTIONS(1763), - [anon_sym_continue] = ACTIONS(1763), - [anon_sym_goto] = ACTIONS(1763), - [anon_sym_DASH_DASH] = ACTIONS(1765), - [anon_sym_PLUS_PLUS] = ACTIONS(1765), - [anon_sym_sizeof] = ACTIONS(1763), - [sym_number_literal] = ACTIONS(1765), - [anon_sym_L_SQUOTE] = ACTIONS(1765), - [anon_sym_u_SQUOTE] = ACTIONS(1765), - [anon_sym_U_SQUOTE] = ACTIONS(1765), - [anon_sym_u8_SQUOTE] = ACTIONS(1765), - [anon_sym_SQUOTE] = ACTIONS(1765), - [anon_sym_L_DQUOTE] = ACTIONS(1765), - [anon_sym_u_DQUOTE] = ACTIONS(1765), - [anon_sym_U_DQUOTE] = ACTIONS(1765), - [anon_sym_u8_DQUOTE] = ACTIONS(1765), - [anon_sym_DQUOTE] = ACTIONS(1765), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [sym_null] = ACTIONS(1763), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1763), - [anon_sym_virtual] = ACTIONS(1763), - [anon_sym_explicit] = ACTIONS(1763), - [sym_auto] = ACTIONS(1763), - [anon_sym_typename] = ACTIONS(1763), - [anon_sym_template] = ACTIONS(1763), - [anon_sym_operator] = ACTIONS(1763), - [anon_sym_delete] = ACTIONS(1763), - [anon_sym_throw] = ACTIONS(1763), - [anon_sym_namespace] = ACTIONS(1763), - [anon_sym_using] = ACTIONS(1763), - [anon_sym_static_assert] = ACTIONS(1763), - [anon_sym_co_return] = ACTIONS(1763), - [anon_sym_co_yield] = ACTIONS(1763), - [anon_sym_try] = ACTIONS(1763), - [anon_sym_co_await] = ACTIONS(1763), - [anon_sym_new] = ACTIONS(1763), - [sym_this] = ACTIONS(1763), - [sym_nullptr] = ACTIONS(1763), - [sym_alone_macro] = ACTIONS(1765), - [aux_sym_alone_macro_call_token1] = ACTIONS(1763), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_FORWARD] = ACTIONS(1763), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_PS_GET] = ACTIONS(1763), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), - [anon_sym_MOZ_COLD] = ACTIONS(1763), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_RAII] = ACTIONS(1763), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), - [sym_raw_string_literal] = ACTIONS(1765), - }, - [590] = { + [581] = { [sym_identifier] = ACTIONS(1887), [aux_sym_preproc_include_token1] = ACTIONS(1887), [aux_sym_preproc_def_token1] = ACTIONS(1887), @@ -147006,2671 +145352,2482 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), [sym_raw_string_literal] = ACTIONS(1889), }, - [591] = { - [ts_builtin_sym_end] = ACTIONS(1761), - [sym_identifier] = ACTIONS(1759), - [aux_sym_preproc_include_token1] = ACTIONS(1759), - [aux_sym_preproc_def_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), - [sym_preproc_directive] = ACTIONS(1759), - [anon_sym_LPAREN2] = ACTIONS(1761), - [anon_sym_BANG] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1759), - [anon_sym_PLUS] = ACTIONS(1759), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_AMP_AMP] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1759), - [anon_sym_SEMI] = ACTIONS(1761), - [anon_sym_typedef] = ACTIONS(1759), - [anon_sym_extern] = ACTIONS(1759), - [anon_sym___attribute__] = ACTIONS(1759), - [anon_sym_COLON_COLON] = ACTIONS(1761), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), - [anon_sym___declspec] = ACTIONS(1759), - [anon_sym___based] = ACTIONS(1759), - [anon_sym___cdecl] = ACTIONS(1759), - [anon_sym___clrcall] = ACTIONS(1759), - [anon_sym___stdcall] = ACTIONS(1759), - [anon_sym___fastcall] = ACTIONS(1759), - [anon_sym___thiscall] = ACTIONS(1759), - [anon_sym___vectorcall] = ACTIONS(1759), - [anon_sym_LBRACE] = ACTIONS(1761), - [anon_sym_LBRACK] = ACTIONS(1759), - [anon_sym_static] = ACTIONS(1759), - [anon_sym_register] = ACTIONS(1759), - [anon_sym_inline] = ACTIONS(1759), - [anon_sym_thread_local] = ACTIONS(1759), - [anon_sym_const] = ACTIONS(1759), - [anon_sym_volatile] = ACTIONS(1759), - [anon_sym_restrict] = ACTIONS(1759), - [anon_sym__Atomic] = ACTIONS(1759), - [anon_sym_mutable] = ACTIONS(1759), - [anon_sym_constexpr] = ACTIONS(1759), - [anon_sym_signed] = ACTIONS(1759), - [anon_sym_unsigned] = ACTIONS(1759), - [anon_sym_long] = ACTIONS(1759), - [anon_sym_short] = ACTIONS(1759), - [sym_primitive_type] = ACTIONS(1759), - [anon_sym_enum] = ACTIONS(1759), - [anon_sym_class] = ACTIONS(1759), - [anon_sym_struct] = ACTIONS(1759), - [anon_sym_union] = ACTIONS(1759), - [anon_sym_if] = ACTIONS(1759), - [anon_sym_switch] = ACTIONS(1759), - [anon_sym_case] = ACTIONS(1759), - [anon_sym_default] = ACTIONS(1759), - [anon_sym_while] = ACTIONS(1759), - [anon_sym_do] = ACTIONS(1759), - [anon_sym_for] = ACTIONS(1759), - [anon_sym_return] = ACTIONS(1759), - [anon_sym_break] = ACTIONS(1759), - [anon_sym_continue] = ACTIONS(1759), - [anon_sym_goto] = ACTIONS(1759), - [anon_sym_DASH_DASH] = ACTIONS(1761), - [anon_sym_PLUS_PLUS] = ACTIONS(1761), - [anon_sym_sizeof] = ACTIONS(1759), - [sym_number_literal] = ACTIONS(1761), - [anon_sym_L_SQUOTE] = ACTIONS(1761), - [anon_sym_u_SQUOTE] = ACTIONS(1761), - [anon_sym_U_SQUOTE] = ACTIONS(1761), - [anon_sym_u8_SQUOTE] = ACTIONS(1761), - [anon_sym_SQUOTE] = ACTIONS(1761), - [anon_sym_L_DQUOTE] = ACTIONS(1761), - [anon_sym_u_DQUOTE] = ACTIONS(1761), - [anon_sym_U_DQUOTE] = ACTIONS(1761), - [anon_sym_u8_DQUOTE] = ACTIONS(1761), - [anon_sym_DQUOTE] = ACTIONS(1761), - [sym_true] = ACTIONS(1759), - [sym_false] = ACTIONS(1759), - [sym_null] = ACTIONS(1759), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1759), - [anon_sym_virtual] = ACTIONS(1759), - [anon_sym_explicit] = ACTIONS(1759), - [sym_auto] = ACTIONS(1759), - [anon_sym_typename] = ACTIONS(1759), - [anon_sym_template] = ACTIONS(1759), - [anon_sym_operator] = ACTIONS(1759), - [anon_sym_delete] = ACTIONS(1759), - [anon_sym_throw] = ACTIONS(1759), - [anon_sym_namespace] = ACTIONS(1759), - [anon_sym_using] = ACTIONS(1759), - [anon_sym_static_assert] = ACTIONS(1759), - [anon_sym_co_return] = ACTIONS(1759), - [anon_sym_co_yield] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1759), - [anon_sym_co_await] = ACTIONS(1759), - [anon_sym_new] = ACTIONS(1759), - [sym_this] = ACTIONS(1759), - [sym_nullptr] = ACTIONS(1759), - [sym_alone_macro] = ACTIONS(1761), - [aux_sym_alone_macro_call_token1] = ACTIONS(1759), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_FORWARD] = ACTIONS(1759), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_PS_GET] = ACTIONS(1759), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), - [anon_sym_MOZ_COLD] = ACTIONS(1759), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_RAII] = ACTIONS(1759), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), - [sym_raw_string_literal] = ACTIONS(1761), - }, - [592] = { - [ts_builtin_sym_end] = ACTIONS(1753), - [sym_identifier] = ACTIONS(1751), - [aux_sym_preproc_include_token1] = ACTIONS(1751), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), - [sym_preproc_directive] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1753), - [anon_sym_BANG] = ACTIONS(1753), - [anon_sym_TILDE] = ACTIONS(1753), - [anon_sym_DASH] = ACTIONS(1751), - [anon_sym_PLUS] = ACTIONS(1751), - [anon_sym_STAR] = ACTIONS(1753), - [anon_sym_AMP_AMP] = ACTIONS(1753), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_SEMI] = ACTIONS(1753), - [anon_sym_typedef] = ACTIONS(1751), - [anon_sym_extern] = ACTIONS(1751), - [anon_sym___attribute__] = ACTIONS(1751), - [anon_sym_COLON_COLON] = ACTIONS(1753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), - [anon_sym___declspec] = ACTIONS(1751), - [anon_sym___based] = ACTIONS(1751), - [anon_sym___cdecl] = ACTIONS(1751), - [anon_sym___clrcall] = ACTIONS(1751), - [anon_sym___stdcall] = ACTIONS(1751), - [anon_sym___fastcall] = ACTIONS(1751), - [anon_sym___thiscall] = ACTIONS(1751), - [anon_sym___vectorcall] = ACTIONS(1751), - [anon_sym_LBRACE] = ACTIONS(1753), - [anon_sym_LBRACK] = ACTIONS(1751), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_register] = ACTIONS(1751), - [anon_sym_inline] = ACTIONS(1751), - [anon_sym_thread_local] = ACTIONS(1751), - [anon_sym_const] = ACTIONS(1751), - [anon_sym_volatile] = ACTIONS(1751), - [anon_sym_restrict] = ACTIONS(1751), - [anon_sym__Atomic] = ACTIONS(1751), - [anon_sym_mutable] = ACTIONS(1751), - [anon_sym_constexpr] = ACTIONS(1751), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), - [sym_primitive_type] = ACTIONS(1751), - [anon_sym_enum] = ACTIONS(1751), - [anon_sym_class] = ACTIONS(1751), - [anon_sym_struct] = ACTIONS(1751), - [anon_sym_union] = ACTIONS(1751), - [anon_sym_if] = ACTIONS(1751), - [anon_sym_switch] = ACTIONS(1751), - [anon_sym_case] = ACTIONS(1751), - [anon_sym_default] = ACTIONS(1751), - [anon_sym_while] = ACTIONS(1751), - [anon_sym_do] = ACTIONS(1751), - [anon_sym_for] = ACTIONS(1751), - [anon_sym_return] = ACTIONS(1751), - [anon_sym_break] = ACTIONS(1751), - [anon_sym_continue] = ACTIONS(1751), - [anon_sym_goto] = ACTIONS(1751), - [anon_sym_DASH_DASH] = ACTIONS(1753), - [anon_sym_PLUS_PLUS] = ACTIONS(1753), - [anon_sym_sizeof] = ACTIONS(1751), - [sym_number_literal] = ACTIONS(1753), - [anon_sym_L_SQUOTE] = ACTIONS(1753), - [anon_sym_u_SQUOTE] = ACTIONS(1753), - [anon_sym_U_SQUOTE] = ACTIONS(1753), - [anon_sym_u8_SQUOTE] = ACTIONS(1753), - [anon_sym_SQUOTE] = ACTIONS(1753), - [anon_sym_L_DQUOTE] = ACTIONS(1753), - [anon_sym_u_DQUOTE] = ACTIONS(1753), - [anon_sym_U_DQUOTE] = ACTIONS(1753), - [anon_sym_u8_DQUOTE] = ACTIONS(1753), - [anon_sym_DQUOTE] = ACTIONS(1753), - [sym_true] = ACTIONS(1751), - [sym_false] = ACTIONS(1751), - [sym_null] = ACTIONS(1751), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1751), - [anon_sym_virtual] = ACTIONS(1751), - [anon_sym_explicit] = ACTIONS(1751), - [sym_auto] = ACTIONS(1751), - [anon_sym_typename] = ACTIONS(1751), - [anon_sym_template] = ACTIONS(1751), - [anon_sym_operator] = ACTIONS(1751), - [anon_sym_delete] = ACTIONS(1751), - [anon_sym_throw] = ACTIONS(1751), - [anon_sym_namespace] = ACTIONS(1751), - [anon_sym_using] = ACTIONS(1751), - [anon_sym_static_assert] = ACTIONS(1751), - [anon_sym_co_return] = ACTIONS(1751), - [anon_sym_co_yield] = ACTIONS(1751), - [anon_sym_try] = ACTIONS(1751), - [anon_sym_co_await] = ACTIONS(1751), - [anon_sym_new] = ACTIONS(1751), - [sym_this] = ACTIONS(1751), - [sym_nullptr] = ACTIONS(1751), - [sym_alone_macro] = ACTIONS(1753), - [aux_sym_alone_macro_call_token1] = ACTIONS(1751), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_FORWARD] = ACTIONS(1751), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_PS_GET] = ACTIONS(1751), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), - [anon_sym_MOZ_COLD] = ACTIONS(1751), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_RAII] = ACTIONS(1751), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), - [sym_raw_string_literal] = ACTIONS(1753), + [582] = { + [sym_identifier] = ACTIONS(1799), + [aux_sym_preproc_include_token1] = ACTIONS(1799), + [aux_sym_preproc_def_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), + [sym_preproc_directive] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1801), + [anon_sym_BANG] = ACTIONS(1801), + [anon_sym_TILDE] = ACTIONS(1801), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_typedef] = ACTIONS(1799), + [anon_sym_extern] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1799), + [anon_sym_COLON_COLON] = ACTIONS(1801), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), + [anon_sym___declspec] = ACTIONS(1799), + [anon_sym___based] = ACTIONS(1799), + [anon_sym___cdecl] = ACTIONS(1799), + [anon_sym___clrcall] = ACTIONS(1799), + [anon_sym___stdcall] = ACTIONS(1799), + [anon_sym___fastcall] = ACTIONS(1799), + [anon_sym___thiscall] = ACTIONS(1799), + [anon_sym___vectorcall] = ACTIONS(1799), + [anon_sym_LBRACE] = ACTIONS(1801), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_register] = ACTIONS(1799), + [anon_sym_inline] = ACTIONS(1799), + [anon_sym_thread_local] = ACTIONS(1799), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym_mutable] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_signed] = ACTIONS(1799), + [anon_sym_unsigned] = ACTIONS(1799), + [anon_sym_long] = ACTIONS(1799), + [anon_sym_short] = ACTIONS(1799), + [sym_primitive_type] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_union] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1799), + [anon_sym_switch] = ACTIONS(1799), + [anon_sym_case] = ACTIONS(1799), + [anon_sym_default] = ACTIONS(1799), + [anon_sym_while] = ACTIONS(1799), + [anon_sym_do] = ACTIONS(1799), + [anon_sym_for] = ACTIONS(1799), + [anon_sym_return] = ACTIONS(1799), + [anon_sym_break] = ACTIONS(1799), + [anon_sym_continue] = ACTIONS(1799), + [anon_sym_goto] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1801), + [anon_sym_PLUS_PLUS] = ACTIONS(1801), + [anon_sym_sizeof] = ACTIONS(1799), + [sym_number_literal] = ACTIONS(1801), + [anon_sym_L_SQUOTE] = ACTIONS(1801), + [anon_sym_u_SQUOTE] = ACTIONS(1801), + [anon_sym_U_SQUOTE] = ACTIONS(1801), + [anon_sym_u8_SQUOTE] = ACTIONS(1801), + [anon_sym_SQUOTE] = ACTIONS(1801), + [anon_sym_L_DQUOTE] = ACTIONS(1801), + [anon_sym_u_DQUOTE] = ACTIONS(1801), + [anon_sym_U_DQUOTE] = ACTIONS(1801), + [anon_sym_u8_DQUOTE] = ACTIONS(1801), + [anon_sym_DQUOTE] = ACTIONS(1801), + [sym_true] = ACTIONS(1799), + [sym_false] = ACTIONS(1799), + [sym_null] = ACTIONS(1799), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1799), + [anon_sym_virtual] = ACTIONS(1799), + [anon_sym_explicit] = ACTIONS(1799), + [sym_auto] = ACTIONS(1799), + [anon_sym_typename] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1799), + [anon_sym_operator] = ACTIONS(1799), + [anon_sym_delete] = ACTIONS(1799), + [anon_sym_throw] = ACTIONS(1799), + [anon_sym_namespace] = ACTIONS(1799), + [anon_sym_using] = ACTIONS(1799), + [anon_sym_static_assert] = ACTIONS(1799), + [anon_sym_co_return] = ACTIONS(1799), + [anon_sym_co_yield] = ACTIONS(1799), + [anon_sym_try] = ACTIONS(1799), + [anon_sym_co_await] = ACTIONS(1799), + [anon_sym_new] = ACTIONS(1799), + [sym_this] = ACTIONS(1799), + [sym_nullptr] = ACTIONS(1799), + [sym_alone_macro] = ACTIONS(1801), + [aux_sym_alone_macro_call_token1] = ACTIONS(1799), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_FORWARD] = ACTIONS(1799), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_PS_GET] = ACTIONS(1799), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), + [anon_sym_MOZ_COLD] = ACTIONS(1799), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_RAII] = ACTIONS(1799), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), + [sym_raw_string_literal] = ACTIONS(1801), }, - [593] = { - [sym_identifier] = ACTIONS(1747), - [aux_sym_preproc_include_token1] = ACTIONS(1747), - [aux_sym_preproc_def_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token2] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), - [sym_preproc_directive] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1749), - [anon_sym_BANG] = ACTIONS(1749), - [anon_sym_TILDE] = ACTIONS(1749), - [anon_sym_DASH] = ACTIONS(1747), - [anon_sym_PLUS] = ACTIONS(1747), - [anon_sym_STAR] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1747), - [anon_sym_SEMI] = ACTIONS(1749), - [anon_sym_typedef] = ACTIONS(1747), - [anon_sym_extern] = ACTIONS(1747), - [anon_sym___attribute__] = ACTIONS(1747), - [anon_sym_COLON_COLON] = ACTIONS(1749), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), - [anon_sym___declspec] = ACTIONS(1747), - [anon_sym___based] = ACTIONS(1747), - [anon_sym___cdecl] = ACTIONS(1747), - [anon_sym___clrcall] = ACTIONS(1747), - [anon_sym___stdcall] = ACTIONS(1747), - [anon_sym___fastcall] = ACTIONS(1747), - [anon_sym___thiscall] = ACTIONS(1747), - [anon_sym___vectorcall] = ACTIONS(1747), - [anon_sym_LBRACE] = ACTIONS(1749), - [anon_sym_LBRACK] = ACTIONS(1747), - [anon_sym_static] = ACTIONS(1747), - [anon_sym_register] = ACTIONS(1747), - [anon_sym_inline] = ACTIONS(1747), - [anon_sym_thread_local] = ACTIONS(1747), - [anon_sym_const] = ACTIONS(1747), - [anon_sym_volatile] = ACTIONS(1747), - [anon_sym_restrict] = ACTIONS(1747), - [anon_sym__Atomic] = ACTIONS(1747), - [anon_sym_mutable] = ACTIONS(1747), - [anon_sym_constexpr] = ACTIONS(1747), - [anon_sym_signed] = ACTIONS(1747), - [anon_sym_unsigned] = ACTIONS(1747), - [anon_sym_long] = ACTIONS(1747), - [anon_sym_short] = ACTIONS(1747), - [sym_primitive_type] = ACTIONS(1747), - [anon_sym_enum] = ACTIONS(1747), - [anon_sym_class] = ACTIONS(1747), - [anon_sym_struct] = ACTIONS(1747), - [anon_sym_union] = ACTIONS(1747), - [anon_sym_if] = ACTIONS(1747), - [anon_sym_switch] = ACTIONS(1747), - [anon_sym_case] = ACTIONS(1747), - [anon_sym_default] = ACTIONS(1747), - [anon_sym_while] = ACTIONS(1747), - [anon_sym_do] = ACTIONS(1747), - [anon_sym_for] = ACTIONS(1747), - [anon_sym_return] = ACTIONS(1747), - [anon_sym_break] = ACTIONS(1747), - [anon_sym_continue] = ACTIONS(1747), - [anon_sym_goto] = ACTIONS(1747), - [anon_sym_DASH_DASH] = ACTIONS(1749), - [anon_sym_PLUS_PLUS] = ACTIONS(1749), - [anon_sym_sizeof] = ACTIONS(1747), - [sym_number_literal] = ACTIONS(1749), - [anon_sym_L_SQUOTE] = ACTIONS(1749), - [anon_sym_u_SQUOTE] = ACTIONS(1749), - [anon_sym_U_SQUOTE] = ACTIONS(1749), - [anon_sym_u8_SQUOTE] = ACTIONS(1749), - [anon_sym_SQUOTE] = ACTIONS(1749), - [anon_sym_L_DQUOTE] = ACTIONS(1749), - [anon_sym_u_DQUOTE] = ACTIONS(1749), - [anon_sym_U_DQUOTE] = ACTIONS(1749), - [anon_sym_u8_DQUOTE] = ACTIONS(1749), - [anon_sym_DQUOTE] = ACTIONS(1749), - [sym_true] = ACTIONS(1747), - [sym_false] = ACTIONS(1747), - [sym_null] = ACTIONS(1747), + [583] = { + [sym_identifier] = ACTIONS(1859), + [aux_sym_preproc_include_token1] = ACTIONS(1859), + [aux_sym_preproc_def_token1] = ACTIONS(1859), + [aux_sym_preproc_if_token1] = ACTIONS(1859), + [aux_sym_preproc_if_token2] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), + [sym_preproc_directive] = ACTIONS(1859), + [anon_sym_LPAREN2] = ACTIONS(1861), + [anon_sym_BANG] = ACTIONS(1861), + [anon_sym_TILDE] = ACTIONS(1861), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1861), + [anon_sym_AMP_AMP] = ACTIONS(1861), + [anon_sym_AMP] = ACTIONS(1859), + [anon_sym_SEMI] = ACTIONS(1861), + [anon_sym_typedef] = ACTIONS(1859), + [anon_sym_extern] = ACTIONS(1859), + [anon_sym___attribute__] = ACTIONS(1859), + [anon_sym_COLON_COLON] = ACTIONS(1861), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), + [anon_sym___declspec] = ACTIONS(1859), + [anon_sym___based] = ACTIONS(1859), + [anon_sym___cdecl] = ACTIONS(1859), + [anon_sym___clrcall] = ACTIONS(1859), + [anon_sym___stdcall] = ACTIONS(1859), + [anon_sym___fastcall] = ACTIONS(1859), + [anon_sym___thiscall] = ACTIONS(1859), + [anon_sym___vectorcall] = ACTIONS(1859), + [anon_sym_LBRACE] = ACTIONS(1861), + [anon_sym_LBRACK] = ACTIONS(1859), + [anon_sym_static] = ACTIONS(1859), + [anon_sym_register] = ACTIONS(1859), + [anon_sym_inline] = ACTIONS(1859), + [anon_sym_thread_local] = ACTIONS(1859), + [anon_sym_const] = ACTIONS(1859), + [anon_sym_volatile] = ACTIONS(1859), + [anon_sym_restrict] = ACTIONS(1859), + [anon_sym__Atomic] = ACTIONS(1859), + [anon_sym_mutable] = ACTIONS(1859), + [anon_sym_constexpr] = ACTIONS(1859), + [anon_sym_signed] = ACTIONS(1859), + [anon_sym_unsigned] = ACTIONS(1859), + [anon_sym_long] = ACTIONS(1859), + [anon_sym_short] = ACTIONS(1859), + [sym_primitive_type] = ACTIONS(1859), + [anon_sym_enum] = ACTIONS(1859), + [anon_sym_class] = ACTIONS(1859), + [anon_sym_struct] = ACTIONS(1859), + [anon_sym_union] = ACTIONS(1859), + [anon_sym_if] = ACTIONS(1859), + [anon_sym_switch] = ACTIONS(1859), + [anon_sym_case] = ACTIONS(1859), + [anon_sym_default] = ACTIONS(1859), + [anon_sym_while] = ACTIONS(1859), + [anon_sym_do] = ACTIONS(1859), + [anon_sym_for] = ACTIONS(1859), + [anon_sym_return] = ACTIONS(1859), + [anon_sym_break] = ACTIONS(1859), + [anon_sym_continue] = ACTIONS(1859), + [anon_sym_goto] = ACTIONS(1859), + [anon_sym_DASH_DASH] = ACTIONS(1861), + [anon_sym_PLUS_PLUS] = ACTIONS(1861), + [anon_sym_sizeof] = ACTIONS(1859), + [sym_number_literal] = ACTIONS(1861), + [anon_sym_L_SQUOTE] = ACTIONS(1861), + [anon_sym_u_SQUOTE] = ACTIONS(1861), + [anon_sym_U_SQUOTE] = ACTIONS(1861), + [anon_sym_u8_SQUOTE] = ACTIONS(1861), + [anon_sym_SQUOTE] = ACTIONS(1861), + [anon_sym_L_DQUOTE] = ACTIONS(1861), + [anon_sym_u_DQUOTE] = ACTIONS(1861), + [anon_sym_U_DQUOTE] = ACTIONS(1861), + [anon_sym_u8_DQUOTE] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym_true] = ACTIONS(1859), + [sym_false] = ACTIONS(1859), + [sym_null] = ACTIONS(1859), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1747), - [anon_sym_virtual] = ACTIONS(1747), - [anon_sym_explicit] = ACTIONS(1747), - [sym_auto] = ACTIONS(1747), - [anon_sym_typename] = ACTIONS(1747), - [anon_sym_template] = ACTIONS(1747), - [anon_sym_operator] = ACTIONS(1747), - [anon_sym_delete] = ACTIONS(1747), - [anon_sym_throw] = ACTIONS(1747), - [anon_sym_namespace] = ACTIONS(1747), - [anon_sym_using] = ACTIONS(1747), - [anon_sym_static_assert] = ACTIONS(1747), - [anon_sym_co_return] = ACTIONS(1747), - [anon_sym_co_yield] = ACTIONS(1747), - [anon_sym_try] = ACTIONS(1747), - [anon_sym_co_await] = ACTIONS(1747), - [anon_sym_new] = ACTIONS(1747), - [sym_this] = ACTIONS(1747), - [sym_nullptr] = ACTIONS(1747), - [sym_alone_macro] = ACTIONS(1749), - [aux_sym_alone_macro_call_token1] = ACTIONS(1747), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_FORWARD] = ACTIONS(1747), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_PS_GET] = ACTIONS(1747), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), - [anon_sym_MOZ_COLD] = ACTIONS(1747), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_RAII] = ACTIONS(1747), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), - [sym_raw_string_literal] = ACTIONS(1749), + [anon_sym_decltype] = ACTIONS(1859), + [anon_sym_virtual] = ACTIONS(1859), + [anon_sym_explicit] = ACTIONS(1859), + [sym_auto] = ACTIONS(1859), + [anon_sym_typename] = ACTIONS(1859), + [anon_sym_template] = ACTIONS(1859), + [anon_sym_operator] = ACTIONS(1859), + [anon_sym_delete] = ACTIONS(1859), + [anon_sym_throw] = ACTIONS(1859), + [anon_sym_namespace] = ACTIONS(1859), + [anon_sym_using] = ACTIONS(1859), + [anon_sym_static_assert] = ACTIONS(1859), + [anon_sym_co_return] = ACTIONS(1859), + [anon_sym_co_yield] = ACTIONS(1859), + [anon_sym_try] = ACTIONS(1859), + [anon_sym_co_await] = ACTIONS(1859), + [anon_sym_new] = ACTIONS(1859), + [sym_this] = ACTIONS(1859), + [sym_nullptr] = ACTIONS(1859), + [sym_alone_macro] = ACTIONS(1861), + [aux_sym_alone_macro_call_token1] = ACTIONS(1859), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_FORWARD] = ACTIONS(1859), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_PS_GET] = ACTIONS(1859), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), + [anon_sym_MOZ_COLD] = ACTIONS(1859), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL] = ACTIONS(1859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN] = ACTIONS(1859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), + [anon_sym_MOZ_RAII] = ACTIONS(1859), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), + [sym_raw_string_literal] = ACTIONS(1861), }, - [594] = { - [ts_builtin_sym_end] = ACTIONS(1741), - [sym_identifier] = ACTIONS(1739), - [aux_sym_preproc_include_token1] = ACTIONS(1739), - [aux_sym_preproc_def_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), - [sym_preproc_directive] = ACTIONS(1739), - [anon_sym_LPAREN2] = ACTIONS(1741), - [anon_sym_BANG] = ACTIONS(1741), - [anon_sym_TILDE] = ACTIONS(1741), - [anon_sym_DASH] = ACTIONS(1739), - [anon_sym_PLUS] = ACTIONS(1739), - [anon_sym_STAR] = ACTIONS(1741), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_AMP] = ACTIONS(1739), - [anon_sym_SEMI] = ACTIONS(1741), - [anon_sym_typedef] = ACTIONS(1739), - [anon_sym_extern] = ACTIONS(1739), - [anon_sym___attribute__] = ACTIONS(1739), - [anon_sym_COLON_COLON] = ACTIONS(1741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), - [anon_sym___declspec] = ACTIONS(1739), - [anon_sym___based] = ACTIONS(1739), - [anon_sym___cdecl] = ACTIONS(1739), - [anon_sym___clrcall] = ACTIONS(1739), - [anon_sym___stdcall] = ACTIONS(1739), - [anon_sym___fastcall] = ACTIONS(1739), - [anon_sym___thiscall] = ACTIONS(1739), - [anon_sym___vectorcall] = ACTIONS(1739), - [anon_sym_LBRACE] = ACTIONS(1741), - [anon_sym_LBRACK] = ACTIONS(1739), - [anon_sym_static] = ACTIONS(1739), - [anon_sym_register] = ACTIONS(1739), - [anon_sym_inline] = ACTIONS(1739), - [anon_sym_thread_local] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1739), - [anon_sym_volatile] = ACTIONS(1739), - [anon_sym_restrict] = ACTIONS(1739), - [anon_sym__Atomic] = ACTIONS(1739), - [anon_sym_mutable] = ACTIONS(1739), - [anon_sym_constexpr] = ACTIONS(1739), - [anon_sym_signed] = ACTIONS(1739), - [anon_sym_unsigned] = ACTIONS(1739), - [anon_sym_long] = ACTIONS(1739), - [anon_sym_short] = ACTIONS(1739), - [sym_primitive_type] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1739), - [anon_sym_class] = ACTIONS(1739), - [anon_sym_struct] = ACTIONS(1739), - [anon_sym_union] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1739), - [anon_sym_switch] = ACTIONS(1739), - [anon_sym_case] = ACTIONS(1739), - [anon_sym_default] = ACTIONS(1739), - [anon_sym_while] = ACTIONS(1739), - [anon_sym_do] = ACTIONS(1739), - [anon_sym_for] = ACTIONS(1739), - [anon_sym_return] = ACTIONS(1739), - [anon_sym_break] = ACTIONS(1739), - [anon_sym_continue] = ACTIONS(1739), - [anon_sym_goto] = ACTIONS(1739), - [anon_sym_DASH_DASH] = ACTIONS(1741), - [anon_sym_PLUS_PLUS] = ACTIONS(1741), - [anon_sym_sizeof] = ACTIONS(1739), - [sym_number_literal] = ACTIONS(1741), - [anon_sym_L_SQUOTE] = ACTIONS(1741), - [anon_sym_u_SQUOTE] = ACTIONS(1741), - [anon_sym_U_SQUOTE] = ACTIONS(1741), - [anon_sym_u8_SQUOTE] = ACTIONS(1741), - [anon_sym_SQUOTE] = ACTIONS(1741), - [anon_sym_L_DQUOTE] = ACTIONS(1741), - [anon_sym_u_DQUOTE] = ACTIONS(1741), - [anon_sym_U_DQUOTE] = ACTIONS(1741), - [anon_sym_u8_DQUOTE] = ACTIONS(1741), - [anon_sym_DQUOTE] = ACTIONS(1741), - [sym_true] = ACTIONS(1739), - [sym_false] = ACTIONS(1739), - [sym_null] = ACTIONS(1739), + [584] = { + [sym_identifier] = ACTIONS(1855), + [aux_sym_preproc_include_token1] = ACTIONS(1855), + [aux_sym_preproc_def_token1] = ACTIONS(1855), + [aux_sym_preproc_if_token1] = ACTIONS(1855), + [aux_sym_preproc_if_token2] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), + [sym_preproc_directive] = ACTIONS(1855), + [anon_sym_LPAREN2] = ACTIONS(1857), + [anon_sym_BANG] = ACTIONS(1857), + [anon_sym_TILDE] = ACTIONS(1857), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1857), + [anon_sym_AMP_AMP] = ACTIONS(1857), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_SEMI] = ACTIONS(1857), + [anon_sym_typedef] = ACTIONS(1855), + [anon_sym_extern] = ACTIONS(1855), + [anon_sym___attribute__] = ACTIONS(1855), + [anon_sym_COLON_COLON] = ACTIONS(1857), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), + [anon_sym___declspec] = ACTIONS(1855), + [anon_sym___based] = ACTIONS(1855), + [anon_sym___cdecl] = ACTIONS(1855), + [anon_sym___clrcall] = ACTIONS(1855), + [anon_sym___stdcall] = ACTIONS(1855), + [anon_sym___fastcall] = ACTIONS(1855), + [anon_sym___thiscall] = ACTIONS(1855), + [anon_sym___vectorcall] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1857), + [anon_sym_LBRACK] = ACTIONS(1855), + [anon_sym_static] = ACTIONS(1855), + [anon_sym_register] = ACTIONS(1855), + [anon_sym_inline] = ACTIONS(1855), + [anon_sym_thread_local] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_volatile] = ACTIONS(1855), + [anon_sym_restrict] = ACTIONS(1855), + [anon_sym__Atomic] = ACTIONS(1855), + [anon_sym_mutable] = ACTIONS(1855), + [anon_sym_constexpr] = ACTIONS(1855), + [anon_sym_signed] = ACTIONS(1855), + [anon_sym_unsigned] = ACTIONS(1855), + [anon_sym_long] = ACTIONS(1855), + [anon_sym_short] = ACTIONS(1855), + [sym_primitive_type] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_class] = ACTIONS(1855), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_switch] = ACTIONS(1855), + [anon_sym_case] = ACTIONS(1855), + [anon_sym_default] = ACTIONS(1855), + [anon_sym_while] = ACTIONS(1855), + [anon_sym_do] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1857), + [anon_sym_PLUS_PLUS] = ACTIONS(1857), + [anon_sym_sizeof] = ACTIONS(1855), + [sym_number_literal] = ACTIONS(1857), + [anon_sym_L_SQUOTE] = ACTIONS(1857), + [anon_sym_u_SQUOTE] = ACTIONS(1857), + [anon_sym_U_SQUOTE] = ACTIONS(1857), + [anon_sym_u8_SQUOTE] = ACTIONS(1857), + [anon_sym_SQUOTE] = ACTIONS(1857), + [anon_sym_L_DQUOTE] = ACTIONS(1857), + [anon_sym_u_DQUOTE] = ACTIONS(1857), + [anon_sym_U_DQUOTE] = ACTIONS(1857), + [anon_sym_u8_DQUOTE] = ACTIONS(1857), + [anon_sym_DQUOTE] = ACTIONS(1857), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_null] = ACTIONS(1855), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1739), - [anon_sym_virtual] = ACTIONS(1739), - [anon_sym_explicit] = ACTIONS(1739), - [sym_auto] = ACTIONS(1739), - [anon_sym_typename] = ACTIONS(1739), - [anon_sym_template] = ACTIONS(1739), - [anon_sym_operator] = ACTIONS(1739), - [anon_sym_delete] = ACTIONS(1739), - [anon_sym_throw] = ACTIONS(1739), - [anon_sym_namespace] = ACTIONS(1739), - [anon_sym_using] = ACTIONS(1739), - [anon_sym_static_assert] = ACTIONS(1739), - [anon_sym_co_return] = ACTIONS(1739), - [anon_sym_co_yield] = ACTIONS(1739), - [anon_sym_try] = ACTIONS(1739), - [anon_sym_co_await] = ACTIONS(1739), - [anon_sym_new] = ACTIONS(1739), - [sym_this] = ACTIONS(1739), - [sym_nullptr] = ACTIONS(1739), - [sym_alone_macro] = ACTIONS(1741), - [aux_sym_alone_macro_call_token1] = ACTIONS(1739), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_FORWARD] = ACTIONS(1739), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_PS_GET] = ACTIONS(1739), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), - [anon_sym_MOZ_COLD] = ACTIONS(1739), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_RAII] = ACTIONS(1739), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), - [sym_raw_string_literal] = ACTIONS(1741), + [anon_sym_decltype] = ACTIONS(1855), + [anon_sym_virtual] = ACTIONS(1855), + [anon_sym_explicit] = ACTIONS(1855), + [sym_auto] = ACTIONS(1855), + [anon_sym_typename] = ACTIONS(1855), + [anon_sym_template] = ACTIONS(1855), + [anon_sym_operator] = ACTIONS(1855), + [anon_sym_delete] = ACTIONS(1855), + [anon_sym_throw] = ACTIONS(1855), + [anon_sym_namespace] = ACTIONS(1855), + [anon_sym_using] = ACTIONS(1855), + [anon_sym_static_assert] = ACTIONS(1855), + [anon_sym_co_return] = ACTIONS(1855), + [anon_sym_co_yield] = ACTIONS(1855), + [anon_sym_try] = ACTIONS(1855), + [anon_sym_co_await] = ACTIONS(1855), + [anon_sym_new] = ACTIONS(1855), + [sym_this] = ACTIONS(1855), + [sym_nullptr] = ACTIONS(1855), + [sym_alone_macro] = ACTIONS(1857), + [aux_sym_alone_macro_call_token1] = ACTIONS(1855), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_FORWARD] = ACTIONS(1855), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_PS_GET] = ACTIONS(1855), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), + [anon_sym_MOZ_COLD] = ACTIONS(1855), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL] = ACTIONS(1855), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN] = ACTIONS(1855), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), + [anon_sym_MOZ_RAII] = ACTIONS(1855), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), + [sym_raw_string_literal] = ACTIONS(1857), }, - [595] = { - [sym_identifier] = ACTIONS(1899), - [aux_sym_preproc_include_token1] = ACTIONS(1899), - [aux_sym_preproc_def_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), - [sym_preproc_directive] = ACTIONS(1899), - [anon_sym_LPAREN2] = ACTIONS(1901), - [anon_sym_BANG] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_DASH] = ACTIONS(1899), - [anon_sym_PLUS] = ACTIONS(1899), - [anon_sym_STAR] = ACTIONS(1901), - [anon_sym_AMP_AMP] = ACTIONS(1901), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_SEMI] = ACTIONS(1901), - [anon_sym_typedef] = ACTIONS(1899), - [anon_sym_extern] = ACTIONS(1899), - [anon_sym___attribute__] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1901), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), - [anon_sym___declspec] = ACTIONS(1899), - [anon_sym___based] = ACTIONS(1899), - [anon_sym___cdecl] = ACTIONS(1899), - [anon_sym___clrcall] = ACTIONS(1899), - [anon_sym___stdcall] = ACTIONS(1899), - [anon_sym___fastcall] = ACTIONS(1899), - [anon_sym___thiscall] = ACTIONS(1899), - [anon_sym___vectorcall] = ACTIONS(1899), - [anon_sym_LBRACE] = ACTIONS(1901), - [anon_sym_RBRACE] = ACTIONS(1901), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_static] = ACTIONS(1899), - [anon_sym_register] = ACTIONS(1899), - [anon_sym_inline] = ACTIONS(1899), - [anon_sym_thread_local] = ACTIONS(1899), - [anon_sym_const] = ACTIONS(1899), - [anon_sym_volatile] = ACTIONS(1899), - [anon_sym_restrict] = ACTIONS(1899), - [anon_sym__Atomic] = ACTIONS(1899), - [anon_sym_mutable] = ACTIONS(1899), - [anon_sym_constexpr] = ACTIONS(1899), - [anon_sym_signed] = ACTIONS(1899), - [anon_sym_unsigned] = ACTIONS(1899), - [anon_sym_long] = ACTIONS(1899), - [anon_sym_short] = ACTIONS(1899), - [sym_primitive_type] = ACTIONS(1899), - [anon_sym_enum] = ACTIONS(1899), - [anon_sym_class] = ACTIONS(1899), - [anon_sym_struct] = ACTIONS(1899), - [anon_sym_union] = ACTIONS(1899), - [anon_sym_if] = ACTIONS(1899), - [anon_sym_switch] = ACTIONS(1899), - [anon_sym_case] = ACTIONS(1899), - [anon_sym_default] = ACTIONS(1899), - [anon_sym_while] = ACTIONS(1899), - [anon_sym_do] = ACTIONS(1899), - [anon_sym_for] = ACTIONS(1899), - [anon_sym_return] = ACTIONS(1899), - [anon_sym_break] = ACTIONS(1899), - [anon_sym_continue] = ACTIONS(1899), - [anon_sym_goto] = ACTIONS(1899), - [anon_sym_DASH_DASH] = ACTIONS(1901), - [anon_sym_PLUS_PLUS] = ACTIONS(1901), - [anon_sym_sizeof] = ACTIONS(1899), - [sym_number_literal] = ACTIONS(1901), - [anon_sym_L_SQUOTE] = ACTIONS(1901), - [anon_sym_u_SQUOTE] = ACTIONS(1901), - [anon_sym_U_SQUOTE] = ACTIONS(1901), - [anon_sym_u8_SQUOTE] = ACTIONS(1901), - [anon_sym_SQUOTE] = ACTIONS(1901), - [anon_sym_L_DQUOTE] = ACTIONS(1901), - [anon_sym_u_DQUOTE] = ACTIONS(1901), - [anon_sym_U_DQUOTE] = ACTIONS(1901), - [anon_sym_u8_DQUOTE] = ACTIONS(1901), - [anon_sym_DQUOTE] = ACTIONS(1901), - [sym_true] = ACTIONS(1899), - [sym_false] = ACTIONS(1899), - [sym_null] = ACTIONS(1899), + [585] = { + [sym_identifier] = ACTIONS(1851), + [aux_sym_preproc_include_token1] = ACTIONS(1851), + [aux_sym_preproc_def_token1] = ACTIONS(1851), + [aux_sym_preproc_if_token1] = ACTIONS(1851), + [aux_sym_preproc_if_token2] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), + [sym_preproc_directive] = ACTIONS(1851), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1853), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_DASH] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1851), + [anon_sym_STAR] = ACTIONS(1853), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_SEMI] = ACTIONS(1853), + [anon_sym_typedef] = ACTIONS(1851), + [anon_sym_extern] = ACTIONS(1851), + [anon_sym___attribute__] = ACTIONS(1851), + [anon_sym_COLON_COLON] = ACTIONS(1853), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), + [anon_sym___declspec] = ACTIONS(1851), + [anon_sym___based] = ACTIONS(1851), + [anon_sym___cdecl] = ACTIONS(1851), + [anon_sym___clrcall] = ACTIONS(1851), + [anon_sym___stdcall] = ACTIONS(1851), + [anon_sym___fastcall] = ACTIONS(1851), + [anon_sym___thiscall] = ACTIONS(1851), + [anon_sym___vectorcall] = ACTIONS(1851), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(1851), + [anon_sym_static] = ACTIONS(1851), + [anon_sym_register] = ACTIONS(1851), + [anon_sym_inline] = ACTIONS(1851), + [anon_sym_thread_local] = ACTIONS(1851), + [anon_sym_const] = ACTIONS(1851), + [anon_sym_volatile] = ACTIONS(1851), + [anon_sym_restrict] = ACTIONS(1851), + [anon_sym__Atomic] = ACTIONS(1851), + [anon_sym_mutable] = ACTIONS(1851), + [anon_sym_constexpr] = ACTIONS(1851), + [anon_sym_signed] = ACTIONS(1851), + [anon_sym_unsigned] = ACTIONS(1851), + [anon_sym_long] = ACTIONS(1851), + [anon_sym_short] = ACTIONS(1851), + [sym_primitive_type] = ACTIONS(1851), + [anon_sym_enum] = ACTIONS(1851), + [anon_sym_class] = ACTIONS(1851), + [anon_sym_struct] = ACTIONS(1851), + [anon_sym_union] = ACTIONS(1851), + [anon_sym_if] = ACTIONS(1851), + [anon_sym_switch] = ACTIONS(1851), + [anon_sym_case] = ACTIONS(1851), + [anon_sym_default] = ACTIONS(1851), + [anon_sym_while] = ACTIONS(1851), + [anon_sym_do] = ACTIONS(1851), + [anon_sym_for] = ACTIONS(1851), + [anon_sym_return] = ACTIONS(1851), + [anon_sym_break] = ACTIONS(1851), + [anon_sym_continue] = ACTIONS(1851), + [anon_sym_goto] = ACTIONS(1851), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_sizeof] = ACTIONS(1851), + [sym_number_literal] = ACTIONS(1853), + [anon_sym_L_SQUOTE] = ACTIONS(1853), + [anon_sym_u_SQUOTE] = ACTIONS(1853), + [anon_sym_U_SQUOTE] = ACTIONS(1853), + [anon_sym_u8_SQUOTE] = ACTIONS(1853), + [anon_sym_SQUOTE] = ACTIONS(1853), + [anon_sym_L_DQUOTE] = ACTIONS(1853), + [anon_sym_u_DQUOTE] = ACTIONS(1853), + [anon_sym_U_DQUOTE] = ACTIONS(1853), + [anon_sym_u8_DQUOTE] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(1853), + [sym_true] = ACTIONS(1851), + [sym_false] = ACTIONS(1851), + [sym_null] = ACTIONS(1851), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1899), - [anon_sym_virtual] = ACTIONS(1899), - [anon_sym_explicit] = ACTIONS(1899), - [sym_auto] = ACTIONS(1899), - [anon_sym_typename] = ACTIONS(1899), - [anon_sym_template] = ACTIONS(1899), - [anon_sym_operator] = ACTIONS(1899), - [anon_sym_delete] = ACTIONS(1899), - [anon_sym_throw] = ACTIONS(1899), - [anon_sym_namespace] = ACTIONS(1899), - [anon_sym_using] = ACTIONS(1899), - [anon_sym_static_assert] = ACTIONS(1899), - [anon_sym_co_return] = ACTIONS(1899), - [anon_sym_co_yield] = ACTIONS(1899), - [anon_sym_try] = ACTIONS(1899), - [anon_sym_co_await] = ACTIONS(1899), - [anon_sym_new] = ACTIONS(1899), - [sym_this] = ACTIONS(1899), - [sym_nullptr] = ACTIONS(1899), - [sym_alone_macro] = ACTIONS(1901), - [aux_sym_alone_macro_call_token1] = ACTIONS(1899), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_FORWARD] = ACTIONS(1899), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_PS_GET] = ACTIONS(1899), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), - [anon_sym_MOZ_COLD] = ACTIONS(1899), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_RAII] = ACTIONS(1899), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), - [sym_raw_string_literal] = ACTIONS(1901), + [anon_sym_decltype] = ACTIONS(1851), + [anon_sym_virtual] = ACTIONS(1851), + [anon_sym_explicit] = ACTIONS(1851), + [sym_auto] = ACTIONS(1851), + [anon_sym_typename] = ACTIONS(1851), + [anon_sym_template] = ACTIONS(1851), + [anon_sym_operator] = ACTIONS(1851), + [anon_sym_delete] = ACTIONS(1851), + [anon_sym_throw] = ACTIONS(1851), + [anon_sym_namespace] = ACTIONS(1851), + [anon_sym_using] = ACTIONS(1851), + [anon_sym_static_assert] = ACTIONS(1851), + [anon_sym_co_return] = ACTIONS(1851), + [anon_sym_co_yield] = ACTIONS(1851), + [anon_sym_try] = ACTIONS(1851), + [anon_sym_co_await] = ACTIONS(1851), + [anon_sym_new] = ACTIONS(1851), + [sym_this] = ACTIONS(1851), + [sym_nullptr] = ACTIONS(1851), + [sym_alone_macro] = ACTIONS(1853), + [aux_sym_alone_macro_call_token1] = ACTIONS(1851), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_FORWARD] = ACTIONS(1851), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_PS_GET] = ACTIONS(1851), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), + [anon_sym_MOZ_COLD] = ACTIONS(1851), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL] = ACTIONS(1851), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN] = ACTIONS(1851), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), + [anon_sym_MOZ_RAII] = ACTIONS(1851), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), + [sym_raw_string_literal] = ACTIONS(1853), }, - [596] = { - [sym_identifier] = ACTIONS(1803), - [aux_sym_preproc_include_token1] = ACTIONS(1803), - [aux_sym_preproc_def_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), - [sym_preproc_directive] = ACTIONS(1803), - [anon_sym_LPAREN2] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1805), - [anon_sym_TILDE] = ACTIONS(1805), - [anon_sym_DASH] = ACTIONS(1803), - [anon_sym_PLUS] = ACTIONS(1803), - [anon_sym_STAR] = ACTIONS(1805), - [anon_sym_AMP_AMP] = ACTIONS(1805), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_SEMI] = ACTIONS(1805), - [anon_sym_typedef] = ACTIONS(1803), - [anon_sym_extern] = ACTIONS(1803), - [anon_sym___attribute__] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1805), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), - [anon_sym___declspec] = ACTIONS(1803), - [anon_sym___based] = ACTIONS(1803), - [anon_sym___cdecl] = ACTIONS(1803), - [anon_sym___clrcall] = ACTIONS(1803), - [anon_sym___stdcall] = ACTIONS(1803), - [anon_sym___fastcall] = ACTIONS(1803), - [anon_sym___thiscall] = ACTIONS(1803), - [anon_sym___vectorcall] = ACTIONS(1803), - [anon_sym_LBRACE] = ACTIONS(1805), - [anon_sym_RBRACE] = ACTIONS(1805), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_register] = ACTIONS(1803), - [anon_sym_inline] = ACTIONS(1803), - [anon_sym_thread_local] = ACTIONS(1803), - [anon_sym_const] = ACTIONS(1803), - [anon_sym_volatile] = ACTIONS(1803), - [anon_sym_restrict] = ACTIONS(1803), - [anon_sym__Atomic] = ACTIONS(1803), - [anon_sym_mutable] = ACTIONS(1803), - [anon_sym_constexpr] = ACTIONS(1803), - [anon_sym_signed] = ACTIONS(1803), - [anon_sym_unsigned] = ACTIONS(1803), - [anon_sym_long] = ACTIONS(1803), - [anon_sym_short] = ACTIONS(1803), - [sym_primitive_type] = ACTIONS(1803), - [anon_sym_enum] = ACTIONS(1803), - [anon_sym_class] = ACTIONS(1803), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), - [anon_sym_if] = ACTIONS(1803), - [anon_sym_switch] = ACTIONS(1803), - [anon_sym_case] = ACTIONS(1803), - [anon_sym_default] = ACTIONS(1803), - [anon_sym_while] = ACTIONS(1803), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1803), - [anon_sym_return] = ACTIONS(1803), - [anon_sym_break] = ACTIONS(1803), - [anon_sym_continue] = ACTIONS(1803), - [anon_sym_goto] = ACTIONS(1803), - [anon_sym_DASH_DASH] = ACTIONS(1805), - [anon_sym_PLUS_PLUS] = ACTIONS(1805), - [anon_sym_sizeof] = ACTIONS(1803), - [sym_number_literal] = ACTIONS(1805), - [anon_sym_L_SQUOTE] = ACTIONS(1805), - [anon_sym_u_SQUOTE] = ACTIONS(1805), - [anon_sym_U_SQUOTE] = ACTIONS(1805), - [anon_sym_u8_SQUOTE] = ACTIONS(1805), - [anon_sym_SQUOTE] = ACTIONS(1805), - [anon_sym_L_DQUOTE] = ACTIONS(1805), - [anon_sym_u_DQUOTE] = ACTIONS(1805), - [anon_sym_U_DQUOTE] = ACTIONS(1805), - [anon_sym_u8_DQUOTE] = ACTIONS(1805), - [anon_sym_DQUOTE] = ACTIONS(1805), - [sym_true] = ACTIONS(1803), - [sym_false] = ACTIONS(1803), - [sym_null] = ACTIONS(1803), + [586] = { + [sym_identifier] = ACTIONS(1791), + [aux_sym_preproc_include_token1] = ACTIONS(1791), + [aux_sym_preproc_def_token1] = ACTIONS(1791), + [aux_sym_preproc_if_token1] = ACTIONS(1791), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1793), + [anon_sym_TILDE] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1791), + [anon_sym_PLUS] = ACTIONS(1791), + [anon_sym_STAR] = ACTIONS(1793), + [anon_sym_AMP_AMP] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1793), + [anon_sym_typedef] = ACTIONS(1791), + [anon_sym_extern] = ACTIONS(1791), + [anon_sym___attribute__] = ACTIONS(1791), + [anon_sym_COLON_COLON] = ACTIONS(1793), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), + [anon_sym___declspec] = ACTIONS(1791), + [anon_sym___based] = ACTIONS(1791), + [anon_sym___cdecl] = ACTIONS(1791), + [anon_sym___clrcall] = ACTIONS(1791), + [anon_sym___stdcall] = ACTIONS(1791), + [anon_sym___fastcall] = ACTIONS(1791), + [anon_sym___thiscall] = ACTIONS(1791), + [anon_sym___vectorcall] = ACTIONS(1791), + [anon_sym_LBRACE] = ACTIONS(1793), + [anon_sym_RBRACE] = ACTIONS(1793), + [anon_sym_LBRACK] = ACTIONS(1791), + [anon_sym_static] = ACTIONS(1791), + [anon_sym_register] = ACTIONS(1791), + [anon_sym_inline] = ACTIONS(1791), + [anon_sym_thread_local] = ACTIONS(1791), + [anon_sym_const] = ACTIONS(1791), + [anon_sym_volatile] = ACTIONS(1791), + [anon_sym_restrict] = ACTIONS(1791), + [anon_sym__Atomic] = ACTIONS(1791), + [anon_sym_mutable] = ACTIONS(1791), + [anon_sym_constexpr] = ACTIONS(1791), + [anon_sym_signed] = ACTIONS(1791), + [anon_sym_unsigned] = ACTIONS(1791), + [anon_sym_long] = ACTIONS(1791), + [anon_sym_short] = ACTIONS(1791), + [sym_primitive_type] = ACTIONS(1791), + [anon_sym_enum] = ACTIONS(1791), + [anon_sym_class] = ACTIONS(1791), + [anon_sym_struct] = ACTIONS(1791), + [anon_sym_union] = ACTIONS(1791), + [anon_sym_if] = ACTIONS(1791), + [anon_sym_switch] = ACTIONS(1791), + [anon_sym_case] = ACTIONS(1791), + [anon_sym_default] = ACTIONS(1791), + [anon_sym_while] = ACTIONS(1791), + [anon_sym_do] = ACTIONS(1791), + [anon_sym_for] = ACTIONS(1791), + [anon_sym_return] = ACTIONS(1791), + [anon_sym_break] = ACTIONS(1791), + [anon_sym_continue] = ACTIONS(1791), + [anon_sym_goto] = ACTIONS(1791), + [anon_sym_DASH_DASH] = ACTIONS(1793), + [anon_sym_PLUS_PLUS] = ACTIONS(1793), + [anon_sym_sizeof] = ACTIONS(1791), + [sym_number_literal] = ACTIONS(1793), + [anon_sym_L_SQUOTE] = ACTIONS(1793), + [anon_sym_u_SQUOTE] = ACTIONS(1793), + [anon_sym_U_SQUOTE] = ACTIONS(1793), + [anon_sym_u8_SQUOTE] = ACTIONS(1793), + [anon_sym_SQUOTE] = ACTIONS(1793), + [anon_sym_L_DQUOTE] = ACTIONS(1793), + [anon_sym_u_DQUOTE] = ACTIONS(1793), + [anon_sym_U_DQUOTE] = ACTIONS(1793), + [anon_sym_u8_DQUOTE] = ACTIONS(1793), + [anon_sym_DQUOTE] = ACTIONS(1793), + [sym_true] = ACTIONS(1791), + [sym_false] = ACTIONS(1791), + [sym_null] = ACTIONS(1791), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1803), - [anon_sym_virtual] = ACTIONS(1803), - [anon_sym_explicit] = ACTIONS(1803), - [sym_auto] = ACTIONS(1803), - [anon_sym_typename] = ACTIONS(1803), - [anon_sym_template] = ACTIONS(1803), - [anon_sym_operator] = ACTIONS(1803), - [anon_sym_delete] = ACTIONS(1803), - [anon_sym_throw] = ACTIONS(1803), - [anon_sym_namespace] = ACTIONS(1803), - [anon_sym_using] = ACTIONS(1803), - [anon_sym_static_assert] = ACTIONS(1803), - [anon_sym_co_return] = ACTIONS(1803), - [anon_sym_co_yield] = ACTIONS(1803), - [anon_sym_try] = ACTIONS(1803), - [anon_sym_co_await] = ACTIONS(1803), - [anon_sym_new] = ACTIONS(1803), - [sym_this] = ACTIONS(1803), - [sym_nullptr] = ACTIONS(1803), - [sym_alone_macro] = ACTIONS(1805), - [aux_sym_alone_macro_call_token1] = ACTIONS(1803), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_FORWARD] = ACTIONS(1803), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_PS_GET] = ACTIONS(1803), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), - [anon_sym_MOZ_COLD] = ACTIONS(1803), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_RAII] = ACTIONS(1803), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), - [sym_raw_string_literal] = ACTIONS(1805), + [anon_sym_decltype] = ACTIONS(1791), + [anon_sym_virtual] = ACTIONS(1791), + [anon_sym_explicit] = ACTIONS(1791), + [sym_auto] = ACTIONS(1791), + [anon_sym_typename] = ACTIONS(1791), + [anon_sym_template] = ACTIONS(1791), + [anon_sym_operator] = ACTIONS(1791), + [anon_sym_delete] = ACTIONS(1791), + [anon_sym_throw] = ACTIONS(1791), + [anon_sym_namespace] = ACTIONS(1791), + [anon_sym_using] = ACTIONS(1791), + [anon_sym_static_assert] = ACTIONS(1791), + [anon_sym_co_return] = ACTIONS(1791), + [anon_sym_co_yield] = ACTIONS(1791), + [anon_sym_try] = ACTIONS(1791), + [anon_sym_co_await] = ACTIONS(1791), + [anon_sym_new] = ACTIONS(1791), + [sym_this] = ACTIONS(1791), + [sym_nullptr] = ACTIONS(1791), + [sym_alone_macro] = ACTIONS(1793), + [aux_sym_alone_macro_call_token1] = ACTIONS(1791), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_FORWARD] = ACTIONS(1791), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1791), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_PS_GET] = ACTIONS(1791), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1791), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1791), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1791), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1791), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), + [anon_sym_MOZ_COLD] = ACTIONS(1791), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_NONNULL] = ACTIONS(1791), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_NORETURN] = ACTIONS(1791), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), + [anon_sym_MOZ_RAII] = ACTIONS(1791), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), + [sym_raw_string_literal] = ACTIONS(1793), }, - [597] = { - [sym_identifier] = ACTIONS(1783), - [aux_sym_preproc_include_token1] = ACTIONS(1783), - [aux_sym_preproc_def_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1783), - [anon_sym_LPAREN2] = ACTIONS(1785), - [anon_sym_BANG] = ACTIONS(1785), - [anon_sym_TILDE] = ACTIONS(1785), - [anon_sym_DASH] = ACTIONS(1783), - [anon_sym_PLUS] = ACTIONS(1783), - [anon_sym_STAR] = ACTIONS(1785), - [anon_sym_AMP_AMP] = ACTIONS(1785), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_SEMI] = ACTIONS(1785), - [anon_sym_typedef] = ACTIONS(1783), - [anon_sym_extern] = ACTIONS(1783), - [anon_sym___attribute__] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), - [anon_sym___declspec] = ACTIONS(1783), - [anon_sym___based] = ACTIONS(1783), - [anon_sym___cdecl] = ACTIONS(1783), - [anon_sym___clrcall] = ACTIONS(1783), - [anon_sym___stdcall] = ACTIONS(1783), - [anon_sym___fastcall] = ACTIONS(1783), - [anon_sym___thiscall] = ACTIONS(1783), - [anon_sym___vectorcall] = ACTIONS(1783), - [anon_sym_LBRACE] = ACTIONS(1785), - [anon_sym_RBRACE] = ACTIONS(1785), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_static] = ACTIONS(1783), - [anon_sym_register] = ACTIONS(1783), - [anon_sym_inline] = ACTIONS(1783), - [anon_sym_thread_local] = ACTIONS(1783), - [anon_sym_const] = ACTIONS(1783), - [anon_sym_volatile] = ACTIONS(1783), - [anon_sym_restrict] = ACTIONS(1783), - [anon_sym__Atomic] = ACTIONS(1783), - [anon_sym_mutable] = ACTIONS(1783), - [anon_sym_constexpr] = ACTIONS(1783), - [anon_sym_signed] = ACTIONS(1783), - [anon_sym_unsigned] = ACTIONS(1783), - [anon_sym_long] = ACTIONS(1783), - [anon_sym_short] = ACTIONS(1783), - [sym_primitive_type] = ACTIONS(1783), - [anon_sym_enum] = ACTIONS(1783), - [anon_sym_class] = ACTIONS(1783), - [anon_sym_struct] = ACTIONS(1783), - [anon_sym_union] = ACTIONS(1783), - [anon_sym_if] = ACTIONS(1783), - [anon_sym_switch] = ACTIONS(1783), - [anon_sym_case] = ACTIONS(1783), - [anon_sym_default] = ACTIONS(1783), - [anon_sym_while] = ACTIONS(1783), - [anon_sym_do] = ACTIONS(1783), - [anon_sym_for] = ACTIONS(1783), - [anon_sym_return] = ACTIONS(1783), - [anon_sym_break] = ACTIONS(1783), - [anon_sym_continue] = ACTIONS(1783), - [anon_sym_goto] = ACTIONS(1783), - [anon_sym_DASH_DASH] = ACTIONS(1785), - [anon_sym_PLUS_PLUS] = ACTIONS(1785), - [anon_sym_sizeof] = ACTIONS(1783), - [sym_number_literal] = ACTIONS(1785), - [anon_sym_L_SQUOTE] = ACTIONS(1785), - [anon_sym_u_SQUOTE] = ACTIONS(1785), - [anon_sym_U_SQUOTE] = ACTIONS(1785), - [anon_sym_u8_SQUOTE] = ACTIONS(1785), - [anon_sym_SQUOTE] = ACTIONS(1785), - [anon_sym_L_DQUOTE] = ACTIONS(1785), - [anon_sym_u_DQUOTE] = ACTIONS(1785), - [anon_sym_U_DQUOTE] = ACTIONS(1785), - [anon_sym_u8_DQUOTE] = ACTIONS(1785), - [anon_sym_DQUOTE] = ACTIONS(1785), - [sym_true] = ACTIONS(1783), - [sym_false] = ACTIONS(1783), - [sym_null] = ACTIONS(1783), + [587] = { + [sym_identifier] = ACTIONS(1795), + [aux_sym_preproc_include_token1] = ACTIONS(1795), + [aux_sym_preproc_def_token1] = ACTIONS(1795), + [aux_sym_preproc_if_token1] = ACTIONS(1795), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), + [sym_preproc_directive] = ACTIONS(1795), + [anon_sym_LPAREN2] = ACTIONS(1797), + [anon_sym_BANG] = ACTIONS(1797), + [anon_sym_TILDE] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_AMP_AMP] = ACTIONS(1797), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_SEMI] = ACTIONS(1797), + [anon_sym_typedef] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1795), + [anon_sym___attribute__] = ACTIONS(1795), + [anon_sym_COLON_COLON] = ACTIONS(1797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), + [anon_sym___declspec] = ACTIONS(1795), + [anon_sym___based] = ACTIONS(1795), + [anon_sym___cdecl] = ACTIONS(1795), + [anon_sym___clrcall] = ACTIONS(1795), + [anon_sym___stdcall] = ACTIONS(1795), + [anon_sym___fastcall] = ACTIONS(1795), + [anon_sym___thiscall] = ACTIONS(1795), + [anon_sym___vectorcall] = ACTIONS(1795), + [anon_sym_LBRACE] = ACTIONS(1797), + [anon_sym_RBRACE] = ACTIONS(1797), + [anon_sym_LBRACK] = ACTIONS(1795), + [anon_sym_static] = ACTIONS(1795), + [anon_sym_register] = ACTIONS(1795), + [anon_sym_inline] = ACTIONS(1795), + [anon_sym_thread_local] = ACTIONS(1795), + [anon_sym_const] = ACTIONS(1795), + [anon_sym_volatile] = ACTIONS(1795), + [anon_sym_restrict] = ACTIONS(1795), + [anon_sym__Atomic] = ACTIONS(1795), + [anon_sym_mutable] = ACTIONS(1795), + [anon_sym_constexpr] = ACTIONS(1795), + [anon_sym_signed] = ACTIONS(1795), + [anon_sym_unsigned] = ACTIONS(1795), + [anon_sym_long] = ACTIONS(1795), + [anon_sym_short] = ACTIONS(1795), + [sym_primitive_type] = ACTIONS(1795), + [anon_sym_enum] = ACTIONS(1795), + [anon_sym_class] = ACTIONS(1795), + [anon_sym_struct] = ACTIONS(1795), + [anon_sym_union] = ACTIONS(1795), + [anon_sym_if] = ACTIONS(1795), + [anon_sym_switch] = ACTIONS(1795), + [anon_sym_case] = ACTIONS(1795), + [anon_sym_default] = ACTIONS(1795), + [anon_sym_while] = ACTIONS(1795), + [anon_sym_do] = ACTIONS(1795), + [anon_sym_for] = ACTIONS(1795), + [anon_sym_return] = ACTIONS(1795), + [anon_sym_break] = ACTIONS(1795), + [anon_sym_continue] = ACTIONS(1795), + [anon_sym_goto] = ACTIONS(1795), + [anon_sym_DASH_DASH] = ACTIONS(1797), + [anon_sym_PLUS_PLUS] = ACTIONS(1797), + [anon_sym_sizeof] = ACTIONS(1795), + [sym_number_literal] = ACTIONS(1797), + [anon_sym_L_SQUOTE] = ACTIONS(1797), + [anon_sym_u_SQUOTE] = ACTIONS(1797), + [anon_sym_U_SQUOTE] = ACTIONS(1797), + [anon_sym_u8_SQUOTE] = ACTIONS(1797), + [anon_sym_SQUOTE] = ACTIONS(1797), + [anon_sym_L_DQUOTE] = ACTIONS(1797), + [anon_sym_u_DQUOTE] = ACTIONS(1797), + [anon_sym_U_DQUOTE] = ACTIONS(1797), + [anon_sym_u8_DQUOTE] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1797), + [sym_true] = ACTIONS(1795), + [sym_false] = ACTIONS(1795), + [sym_null] = ACTIONS(1795), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1783), - [anon_sym_virtual] = ACTIONS(1783), - [anon_sym_explicit] = ACTIONS(1783), - [sym_auto] = ACTIONS(1783), - [anon_sym_typename] = ACTIONS(1783), - [anon_sym_template] = ACTIONS(1783), - [anon_sym_operator] = ACTIONS(1783), - [anon_sym_delete] = ACTIONS(1783), - [anon_sym_throw] = ACTIONS(1783), - [anon_sym_namespace] = ACTIONS(1783), - [anon_sym_using] = ACTIONS(1783), - [anon_sym_static_assert] = ACTIONS(1783), - [anon_sym_co_return] = ACTIONS(1783), - [anon_sym_co_yield] = ACTIONS(1783), - [anon_sym_try] = ACTIONS(1783), - [anon_sym_co_await] = ACTIONS(1783), - [anon_sym_new] = ACTIONS(1783), - [sym_this] = ACTIONS(1783), - [sym_nullptr] = ACTIONS(1783), - [sym_alone_macro] = ACTIONS(1785), - [aux_sym_alone_macro_call_token1] = ACTIONS(1783), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_FORWARD] = ACTIONS(1783), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_PS_GET] = ACTIONS(1783), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), - [anon_sym_MOZ_COLD] = ACTIONS(1783), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_RAII] = ACTIONS(1783), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), - [sym_raw_string_literal] = ACTIONS(1785), + [anon_sym_decltype] = ACTIONS(1795), + [anon_sym_virtual] = ACTIONS(1795), + [anon_sym_explicit] = ACTIONS(1795), + [sym_auto] = ACTIONS(1795), + [anon_sym_typename] = ACTIONS(1795), + [anon_sym_template] = ACTIONS(1795), + [anon_sym_operator] = ACTIONS(1795), + [anon_sym_delete] = ACTIONS(1795), + [anon_sym_throw] = ACTIONS(1795), + [anon_sym_namespace] = ACTIONS(1795), + [anon_sym_using] = ACTIONS(1795), + [anon_sym_static_assert] = ACTIONS(1795), + [anon_sym_co_return] = ACTIONS(1795), + [anon_sym_co_yield] = ACTIONS(1795), + [anon_sym_try] = ACTIONS(1795), + [anon_sym_co_await] = ACTIONS(1795), + [anon_sym_new] = ACTIONS(1795), + [sym_this] = ACTIONS(1795), + [sym_nullptr] = ACTIONS(1795), + [sym_alone_macro] = ACTIONS(1797), + [aux_sym_alone_macro_call_token1] = ACTIONS(1795), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_FORWARD] = ACTIONS(1795), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1795), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_PS_GET] = ACTIONS(1795), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1795), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1795), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1795), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1795), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), + [anon_sym_MOZ_COLD] = ACTIONS(1795), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_NONNULL] = ACTIONS(1795), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_NORETURN] = ACTIONS(1795), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), + [anon_sym_MOZ_RAII] = ACTIONS(1795), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), + [sym_raw_string_literal] = ACTIONS(1797), }, - [598] = { - [sym_identifier] = ACTIONS(1859), - [aux_sym_preproc_include_token1] = ACTIONS(1859), - [aux_sym_preproc_def_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token2] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), - [sym_preproc_directive] = ACTIONS(1859), - [anon_sym_LPAREN2] = ACTIONS(1861), - [anon_sym_BANG] = ACTIONS(1861), - [anon_sym_TILDE] = ACTIONS(1861), - [anon_sym_DASH] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(1859), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP_AMP] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_SEMI] = ACTIONS(1861), - [anon_sym_typedef] = ACTIONS(1859), - [anon_sym_extern] = ACTIONS(1859), - [anon_sym___attribute__] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1861), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), - [anon_sym___declspec] = ACTIONS(1859), - [anon_sym___based] = ACTIONS(1859), - [anon_sym___cdecl] = ACTIONS(1859), - [anon_sym___clrcall] = ACTIONS(1859), - [anon_sym___stdcall] = ACTIONS(1859), - [anon_sym___fastcall] = ACTIONS(1859), - [anon_sym___thiscall] = ACTIONS(1859), - [anon_sym___vectorcall] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1861), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_static] = ACTIONS(1859), - [anon_sym_register] = ACTIONS(1859), - [anon_sym_inline] = ACTIONS(1859), - [anon_sym_thread_local] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_volatile] = ACTIONS(1859), - [anon_sym_restrict] = ACTIONS(1859), - [anon_sym__Atomic] = ACTIONS(1859), - [anon_sym_mutable] = ACTIONS(1859), - [anon_sym_constexpr] = ACTIONS(1859), - [anon_sym_signed] = ACTIONS(1859), - [anon_sym_unsigned] = ACTIONS(1859), - [anon_sym_long] = ACTIONS(1859), - [anon_sym_short] = ACTIONS(1859), - [sym_primitive_type] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_class] = ACTIONS(1859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_switch] = ACTIONS(1859), - [anon_sym_case] = ACTIONS(1859), - [anon_sym_default] = ACTIONS(1859), - [anon_sym_while] = ACTIONS(1859), - [anon_sym_do] = ACTIONS(1859), - [anon_sym_for] = ACTIONS(1859), - [anon_sym_return] = ACTIONS(1859), - [anon_sym_break] = ACTIONS(1859), - [anon_sym_continue] = ACTIONS(1859), - [anon_sym_goto] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1861), - [anon_sym_PLUS_PLUS] = ACTIONS(1861), - [anon_sym_sizeof] = ACTIONS(1859), - [sym_number_literal] = ACTIONS(1861), - [anon_sym_L_SQUOTE] = ACTIONS(1861), - [anon_sym_u_SQUOTE] = ACTIONS(1861), - [anon_sym_U_SQUOTE] = ACTIONS(1861), - [anon_sym_u8_SQUOTE] = ACTIONS(1861), - [anon_sym_SQUOTE] = ACTIONS(1861), - [anon_sym_L_DQUOTE] = ACTIONS(1861), - [anon_sym_u_DQUOTE] = ACTIONS(1861), - [anon_sym_U_DQUOTE] = ACTIONS(1861), - [anon_sym_u8_DQUOTE] = ACTIONS(1861), - [anon_sym_DQUOTE] = ACTIONS(1861), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_null] = ACTIONS(1859), + [588] = { + [sym_identifier] = ACTIONS(1871), + [aux_sym_preproc_include_token1] = ACTIONS(1871), + [aux_sym_preproc_def_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token2] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), + [sym_preproc_directive] = ACTIONS(1871), + [anon_sym_LPAREN2] = ACTIONS(1873), + [anon_sym_BANG] = ACTIONS(1873), + [anon_sym_TILDE] = ACTIONS(1873), + [anon_sym_DASH] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1871), + [anon_sym_STAR] = ACTIONS(1873), + [anon_sym_AMP_AMP] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1871), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_typedef] = ACTIONS(1871), + [anon_sym_extern] = ACTIONS(1871), + [anon_sym___attribute__] = ACTIONS(1871), + [anon_sym_COLON_COLON] = ACTIONS(1873), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), + [anon_sym___declspec] = ACTIONS(1871), + [anon_sym___based] = ACTIONS(1871), + [anon_sym___cdecl] = ACTIONS(1871), + [anon_sym___clrcall] = ACTIONS(1871), + [anon_sym___stdcall] = ACTIONS(1871), + [anon_sym___fastcall] = ACTIONS(1871), + [anon_sym___thiscall] = ACTIONS(1871), + [anon_sym___vectorcall] = ACTIONS(1871), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_register] = ACTIONS(1871), + [anon_sym_inline] = ACTIONS(1871), + [anon_sym_thread_local] = ACTIONS(1871), + [anon_sym_const] = ACTIONS(1871), + [anon_sym_volatile] = ACTIONS(1871), + [anon_sym_restrict] = ACTIONS(1871), + [anon_sym__Atomic] = ACTIONS(1871), + [anon_sym_mutable] = ACTIONS(1871), + [anon_sym_constexpr] = ACTIONS(1871), + [anon_sym_signed] = ACTIONS(1871), + [anon_sym_unsigned] = ACTIONS(1871), + [anon_sym_long] = ACTIONS(1871), + [anon_sym_short] = ACTIONS(1871), + [sym_primitive_type] = ACTIONS(1871), + [anon_sym_enum] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_struct] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1871), + [anon_sym_if] = ACTIONS(1871), + [anon_sym_switch] = ACTIONS(1871), + [anon_sym_case] = ACTIONS(1871), + [anon_sym_default] = ACTIONS(1871), + [anon_sym_while] = ACTIONS(1871), + [anon_sym_do] = ACTIONS(1871), + [anon_sym_for] = ACTIONS(1871), + [anon_sym_return] = ACTIONS(1871), + [anon_sym_break] = ACTIONS(1871), + [anon_sym_continue] = ACTIONS(1871), + [anon_sym_goto] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1873), + [anon_sym_PLUS_PLUS] = ACTIONS(1873), + [anon_sym_sizeof] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1873), + [anon_sym_L_SQUOTE] = ACTIONS(1873), + [anon_sym_u_SQUOTE] = ACTIONS(1873), + [anon_sym_U_SQUOTE] = ACTIONS(1873), + [anon_sym_u8_SQUOTE] = ACTIONS(1873), + [anon_sym_SQUOTE] = ACTIONS(1873), + [anon_sym_L_DQUOTE] = ACTIONS(1873), + [anon_sym_u_DQUOTE] = ACTIONS(1873), + [anon_sym_U_DQUOTE] = ACTIONS(1873), + [anon_sym_u8_DQUOTE] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym_true] = ACTIONS(1871), + [sym_false] = ACTIONS(1871), + [sym_null] = ACTIONS(1871), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1859), - [anon_sym_virtual] = ACTIONS(1859), - [anon_sym_explicit] = ACTIONS(1859), - [sym_auto] = ACTIONS(1859), - [anon_sym_typename] = ACTIONS(1859), - [anon_sym_template] = ACTIONS(1859), - [anon_sym_operator] = ACTIONS(1859), - [anon_sym_delete] = ACTIONS(1859), - [anon_sym_throw] = ACTIONS(1859), - [anon_sym_namespace] = ACTIONS(1859), - [anon_sym_using] = ACTIONS(1859), - [anon_sym_static_assert] = ACTIONS(1859), - [anon_sym_co_return] = ACTIONS(1859), - [anon_sym_co_yield] = ACTIONS(1859), - [anon_sym_try] = ACTIONS(1859), - [anon_sym_co_await] = ACTIONS(1859), - [anon_sym_new] = ACTIONS(1859), - [sym_this] = ACTIONS(1859), - [sym_nullptr] = ACTIONS(1859), - [sym_alone_macro] = ACTIONS(1861), - [aux_sym_alone_macro_call_token1] = ACTIONS(1859), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_FORWARD] = ACTIONS(1859), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1859), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_PS_GET] = ACTIONS(1859), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1859), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1859), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1859), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), - [anon_sym_MOZ_COLD] = ACTIONS(1859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_RAII] = ACTIONS(1859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), - [sym_raw_string_literal] = ACTIONS(1861), + [anon_sym_decltype] = ACTIONS(1871), + [anon_sym_virtual] = ACTIONS(1871), + [anon_sym_explicit] = ACTIONS(1871), + [sym_auto] = ACTIONS(1871), + [anon_sym_typename] = ACTIONS(1871), + [anon_sym_template] = ACTIONS(1871), + [anon_sym_operator] = ACTIONS(1871), + [anon_sym_delete] = ACTIONS(1871), + [anon_sym_throw] = ACTIONS(1871), + [anon_sym_namespace] = ACTIONS(1871), + [anon_sym_using] = ACTIONS(1871), + [anon_sym_static_assert] = ACTIONS(1871), + [anon_sym_co_return] = ACTIONS(1871), + [anon_sym_co_yield] = ACTIONS(1871), + [anon_sym_try] = ACTIONS(1871), + [anon_sym_co_await] = ACTIONS(1871), + [anon_sym_new] = ACTIONS(1871), + [sym_this] = ACTIONS(1871), + [sym_nullptr] = ACTIONS(1871), + [sym_alone_macro] = ACTIONS(1873), + [aux_sym_alone_macro_call_token1] = ACTIONS(1871), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_FORWARD] = ACTIONS(1871), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1871), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_PS_GET] = ACTIONS(1871), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1871), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1871), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), + [anon_sym_MOZ_COLD] = ACTIONS(1871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_RAII] = ACTIONS(1871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), + [sym_raw_string_literal] = ACTIONS(1873), }, - [599] = { - [ts_builtin_sym_end] = ACTIONS(1821), - [sym_identifier] = ACTIONS(1819), - [aux_sym_preproc_include_token1] = ACTIONS(1819), - [aux_sym_preproc_def_token1] = ACTIONS(1819), - [aux_sym_preproc_if_token1] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), - [sym_preproc_directive] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_BANG] = ACTIONS(1821), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1819), - [anon_sym_PLUS] = ACTIONS(1819), - [anon_sym_STAR] = ACTIONS(1821), - [anon_sym_AMP_AMP] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1819), - [anon_sym_SEMI] = ACTIONS(1821), - [anon_sym_typedef] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym___attribute__] = ACTIONS(1819), - [anon_sym_COLON_COLON] = ACTIONS(1821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1819), - [anon_sym___based] = ACTIONS(1819), - [anon_sym___cdecl] = ACTIONS(1819), - [anon_sym___clrcall] = ACTIONS(1819), - [anon_sym___stdcall] = ACTIONS(1819), - [anon_sym___fastcall] = ACTIONS(1819), - [anon_sym___thiscall] = ACTIONS(1819), - [anon_sym___vectorcall] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1821), - [anon_sym_LBRACK] = ACTIONS(1819), - [anon_sym_static] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_inline] = ACTIONS(1819), - [anon_sym_thread_local] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [anon_sym_volatile] = ACTIONS(1819), - [anon_sym_restrict] = ACTIONS(1819), - [anon_sym__Atomic] = ACTIONS(1819), - [anon_sym_mutable] = ACTIONS(1819), - [anon_sym_constexpr] = ACTIONS(1819), - [anon_sym_signed] = ACTIONS(1819), - [anon_sym_unsigned] = ACTIONS(1819), - [anon_sym_long] = ACTIONS(1819), - [anon_sym_short] = ACTIONS(1819), - [sym_primitive_type] = ACTIONS(1819), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_class] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1819), - [anon_sym_union] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_switch] = ACTIONS(1819), - [anon_sym_case] = ACTIONS(1819), - [anon_sym_default] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_goto] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1821), - [anon_sym_PLUS_PLUS] = ACTIONS(1821), - [anon_sym_sizeof] = ACTIONS(1819), - [sym_number_literal] = ACTIONS(1821), - [anon_sym_L_SQUOTE] = ACTIONS(1821), - [anon_sym_u_SQUOTE] = ACTIONS(1821), - [anon_sym_U_SQUOTE] = ACTIONS(1821), - [anon_sym_u8_SQUOTE] = ACTIONS(1821), - [anon_sym_SQUOTE] = ACTIONS(1821), - [anon_sym_L_DQUOTE] = ACTIONS(1821), - [anon_sym_u_DQUOTE] = ACTIONS(1821), - [anon_sym_U_DQUOTE] = ACTIONS(1821), - [anon_sym_u8_DQUOTE] = ACTIONS(1821), - [anon_sym_DQUOTE] = ACTIONS(1821), - [sym_true] = ACTIONS(1819), - [sym_false] = ACTIONS(1819), - [sym_null] = ACTIONS(1819), + [589] = { + [ts_builtin_sym_end] = ACTIONS(1737), + [sym_identifier] = ACTIONS(1735), + [aux_sym_preproc_include_token1] = ACTIONS(1735), + [aux_sym_preproc_def_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), + [sym_preproc_directive] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1737), + [anon_sym_AMP_AMP] = ACTIONS(1737), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_typedef] = ACTIONS(1735), + [anon_sym_extern] = ACTIONS(1735), + [anon_sym___attribute__] = ACTIONS(1735), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), + [anon_sym___declspec] = ACTIONS(1735), + [anon_sym___based] = ACTIONS(1735), + [anon_sym___cdecl] = ACTIONS(1735), + [anon_sym___clrcall] = ACTIONS(1735), + [anon_sym___stdcall] = ACTIONS(1735), + [anon_sym___fastcall] = ACTIONS(1735), + [anon_sym___thiscall] = ACTIONS(1735), + [anon_sym___vectorcall] = ACTIONS(1735), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_static] = ACTIONS(1735), + [anon_sym_register] = ACTIONS(1735), + [anon_sym_inline] = ACTIONS(1735), + [anon_sym_thread_local] = ACTIONS(1735), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_volatile] = ACTIONS(1735), + [anon_sym_restrict] = ACTIONS(1735), + [anon_sym__Atomic] = ACTIONS(1735), + [anon_sym_mutable] = ACTIONS(1735), + [anon_sym_constexpr] = ACTIONS(1735), + [anon_sym_signed] = ACTIONS(1735), + [anon_sym_unsigned] = ACTIONS(1735), + [anon_sym_long] = ACTIONS(1735), + [anon_sym_short] = ACTIONS(1735), + [sym_primitive_type] = ACTIONS(1735), + [anon_sym_enum] = ACTIONS(1735), + [anon_sym_class] = ACTIONS(1735), + [anon_sym_struct] = ACTIONS(1735), + [anon_sym_union] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_do] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_continue] = ACTIONS(1735), + [anon_sym_goto] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_sizeof] = ACTIONS(1735), + [sym_number_literal] = ACTIONS(1737), + [anon_sym_L_SQUOTE] = ACTIONS(1737), + [anon_sym_u_SQUOTE] = ACTIONS(1737), + [anon_sym_U_SQUOTE] = ACTIONS(1737), + [anon_sym_u8_SQUOTE] = ACTIONS(1737), + [anon_sym_SQUOTE] = ACTIONS(1737), + [anon_sym_L_DQUOTE] = ACTIONS(1737), + [anon_sym_u_DQUOTE] = ACTIONS(1737), + [anon_sym_U_DQUOTE] = ACTIONS(1737), + [anon_sym_u8_DQUOTE] = ACTIONS(1737), + [anon_sym_DQUOTE] = ACTIONS(1737), + [sym_true] = ACTIONS(1735), + [sym_false] = ACTIONS(1735), + [sym_null] = ACTIONS(1735), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1819), - [anon_sym_virtual] = ACTIONS(1819), - [anon_sym_explicit] = ACTIONS(1819), - [sym_auto] = ACTIONS(1819), - [anon_sym_typename] = ACTIONS(1819), - [anon_sym_template] = ACTIONS(1819), - [anon_sym_operator] = ACTIONS(1819), - [anon_sym_delete] = ACTIONS(1819), - [anon_sym_throw] = ACTIONS(1819), - [anon_sym_namespace] = ACTIONS(1819), - [anon_sym_using] = ACTIONS(1819), - [anon_sym_static_assert] = ACTIONS(1819), - [anon_sym_co_return] = ACTIONS(1819), - [anon_sym_co_yield] = ACTIONS(1819), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_co_await] = ACTIONS(1819), - [anon_sym_new] = ACTIONS(1819), - [sym_this] = ACTIONS(1819), - [sym_nullptr] = ACTIONS(1819), - [sym_alone_macro] = ACTIONS(1821), - [aux_sym_alone_macro_call_token1] = ACTIONS(1819), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_FORWARD] = ACTIONS(1819), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_PS_GET] = ACTIONS(1819), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), - [anon_sym_MOZ_COLD] = ACTIONS(1819), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_RAII] = ACTIONS(1819), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), - [sym_raw_string_literal] = ACTIONS(1821), + [anon_sym_decltype] = ACTIONS(1735), + [anon_sym_virtual] = ACTIONS(1735), + [anon_sym_explicit] = ACTIONS(1735), + [sym_auto] = ACTIONS(1735), + [anon_sym_typename] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1735), + [anon_sym_operator] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_throw] = ACTIONS(1735), + [anon_sym_namespace] = ACTIONS(1735), + [anon_sym_using] = ACTIONS(1735), + [anon_sym_static_assert] = ACTIONS(1735), + [anon_sym_co_return] = ACTIONS(1735), + [anon_sym_co_yield] = ACTIONS(1735), + [anon_sym_try] = ACTIONS(1735), + [anon_sym_co_await] = ACTIONS(1735), + [anon_sym_new] = ACTIONS(1735), + [sym_this] = ACTIONS(1735), + [sym_nullptr] = ACTIONS(1735), + [sym_alone_macro] = ACTIONS(1737), + [aux_sym_alone_macro_call_token1] = ACTIONS(1735), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_FORWARD] = ACTIONS(1735), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_PS_GET] = ACTIONS(1735), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), + [anon_sym_MOZ_COLD] = ACTIONS(1735), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_RAII] = ACTIONS(1735), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), + [sym_raw_string_literal] = ACTIONS(1737), }, - [600] = { - [ts_builtin_sym_end] = ACTIONS(1729), - [sym_identifier] = ACTIONS(1727), - [aux_sym_preproc_include_token1] = ACTIONS(1727), - [aux_sym_preproc_def_token1] = ACTIONS(1727), - [aux_sym_preproc_if_token1] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), - [sym_preproc_directive] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_BANG] = ACTIONS(1729), - [anon_sym_TILDE] = ACTIONS(1729), - [anon_sym_DASH] = ACTIONS(1727), - [anon_sym_PLUS] = ACTIONS(1727), - [anon_sym_STAR] = ACTIONS(1729), - [anon_sym_AMP_AMP] = ACTIONS(1729), - [anon_sym_AMP] = ACTIONS(1727), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_typedef] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym___attribute__] = ACTIONS(1727), - [anon_sym_COLON_COLON] = ACTIONS(1729), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), - [anon_sym___declspec] = ACTIONS(1727), - [anon_sym___based] = ACTIONS(1727), - [anon_sym___cdecl] = ACTIONS(1727), - [anon_sym___clrcall] = ACTIONS(1727), - [anon_sym___stdcall] = ACTIONS(1727), - [anon_sym___fastcall] = ACTIONS(1727), - [anon_sym___thiscall] = ACTIONS(1727), - [anon_sym___vectorcall] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1727), - [anon_sym_static] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_inline] = ACTIONS(1727), - [anon_sym_thread_local] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [anon_sym_volatile] = ACTIONS(1727), - [anon_sym_restrict] = ACTIONS(1727), - [anon_sym__Atomic] = ACTIONS(1727), - [anon_sym_mutable] = ACTIONS(1727), - [anon_sym_constexpr] = ACTIONS(1727), - [anon_sym_signed] = ACTIONS(1727), - [anon_sym_unsigned] = ACTIONS(1727), - [anon_sym_long] = ACTIONS(1727), - [anon_sym_short] = ACTIONS(1727), - [sym_primitive_type] = ACTIONS(1727), - [anon_sym_enum] = ACTIONS(1727), - [anon_sym_class] = ACTIONS(1727), - [anon_sym_struct] = ACTIONS(1727), - [anon_sym_union] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_switch] = ACTIONS(1727), - [anon_sym_case] = ACTIONS(1727), - [anon_sym_default] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_goto] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_PLUS_PLUS] = ACTIONS(1729), - [anon_sym_sizeof] = ACTIONS(1727), - [sym_number_literal] = ACTIONS(1729), - [anon_sym_L_SQUOTE] = ACTIONS(1729), - [anon_sym_u_SQUOTE] = ACTIONS(1729), - [anon_sym_U_SQUOTE] = ACTIONS(1729), - [anon_sym_u8_SQUOTE] = ACTIONS(1729), - [anon_sym_SQUOTE] = ACTIONS(1729), - [anon_sym_L_DQUOTE] = ACTIONS(1729), - [anon_sym_u_DQUOTE] = ACTIONS(1729), - [anon_sym_U_DQUOTE] = ACTIONS(1729), - [anon_sym_u8_DQUOTE] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym_true] = ACTIONS(1727), - [sym_false] = ACTIONS(1727), - [sym_null] = ACTIONS(1727), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1727), - [anon_sym_virtual] = ACTIONS(1727), - [anon_sym_explicit] = ACTIONS(1727), - [sym_auto] = ACTIONS(1727), - [anon_sym_typename] = ACTIONS(1727), - [anon_sym_template] = ACTIONS(1727), - [anon_sym_operator] = ACTIONS(1727), - [anon_sym_delete] = ACTIONS(1727), - [anon_sym_throw] = ACTIONS(1727), - [anon_sym_namespace] = ACTIONS(1727), - [anon_sym_using] = ACTIONS(1727), - [anon_sym_static_assert] = ACTIONS(1727), - [anon_sym_co_return] = ACTIONS(1727), - [anon_sym_co_yield] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_co_await] = ACTIONS(1727), - [anon_sym_new] = ACTIONS(1727), - [sym_this] = ACTIONS(1727), - [sym_nullptr] = ACTIONS(1727), - [sym_alone_macro] = ACTIONS(1729), - [aux_sym_alone_macro_call_token1] = ACTIONS(1727), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_FORWARD] = ACTIONS(1727), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_PS_GET] = ACTIONS(1727), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), - [anon_sym_MOZ_COLD] = ACTIONS(1727), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_RAII] = ACTIONS(1727), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), - [sym_raw_string_literal] = ACTIONS(1729), + [590] = { + [ts_builtin_sym_end] = ACTIONS(1773), + [sym_identifier] = ACTIONS(1771), + [aux_sym_preproc_include_token1] = ACTIONS(1771), + [aux_sym_preproc_def_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_TILDE] = ACTIONS(1773), + [anon_sym_DASH] = ACTIONS(1771), + [anon_sym_PLUS] = ACTIONS(1771), + [anon_sym_STAR] = ACTIONS(1773), + [anon_sym_AMP_AMP] = ACTIONS(1773), + [anon_sym_AMP] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1773), + [anon_sym_typedef] = ACTIONS(1771), + [anon_sym_extern] = ACTIONS(1771), + [anon_sym___attribute__] = ACTIONS(1771), + [anon_sym_COLON_COLON] = ACTIONS(1773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), + [anon_sym___declspec] = ACTIONS(1771), + [anon_sym___based] = ACTIONS(1771), + [anon_sym___cdecl] = ACTIONS(1771), + [anon_sym___clrcall] = ACTIONS(1771), + [anon_sym___stdcall] = ACTIONS(1771), + [anon_sym___fastcall] = ACTIONS(1771), + [anon_sym___thiscall] = ACTIONS(1771), + [anon_sym___vectorcall] = ACTIONS(1771), + [anon_sym_LBRACE] = ACTIONS(1773), + [anon_sym_LBRACK] = ACTIONS(1771), + [anon_sym_static] = ACTIONS(1771), + [anon_sym_register] = ACTIONS(1771), + [anon_sym_inline] = ACTIONS(1771), + [anon_sym_thread_local] = ACTIONS(1771), + [anon_sym_const] = ACTIONS(1771), + [anon_sym_volatile] = ACTIONS(1771), + [anon_sym_restrict] = ACTIONS(1771), + [anon_sym__Atomic] = ACTIONS(1771), + [anon_sym_mutable] = ACTIONS(1771), + [anon_sym_constexpr] = ACTIONS(1771), + [anon_sym_signed] = ACTIONS(1771), + [anon_sym_unsigned] = ACTIONS(1771), + [anon_sym_long] = ACTIONS(1771), + [anon_sym_short] = ACTIONS(1771), + [sym_primitive_type] = ACTIONS(1771), + [anon_sym_enum] = ACTIONS(1771), + [anon_sym_class] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1771), + [anon_sym_union] = ACTIONS(1771), + [anon_sym_if] = ACTIONS(1771), + [anon_sym_switch] = ACTIONS(1771), + [anon_sym_case] = ACTIONS(1771), + [anon_sym_default] = ACTIONS(1771), + [anon_sym_while] = ACTIONS(1771), + [anon_sym_do] = ACTIONS(1771), + [anon_sym_for] = ACTIONS(1771), + [anon_sym_return] = ACTIONS(1771), + [anon_sym_break] = ACTIONS(1771), + [anon_sym_continue] = ACTIONS(1771), + [anon_sym_goto] = ACTIONS(1771), + [anon_sym_DASH_DASH] = ACTIONS(1773), + [anon_sym_PLUS_PLUS] = ACTIONS(1773), + [anon_sym_sizeof] = ACTIONS(1771), + [sym_number_literal] = ACTIONS(1773), + [anon_sym_L_SQUOTE] = ACTIONS(1773), + [anon_sym_u_SQUOTE] = ACTIONS(1773), + [anon_sym_U_SQUOTE] = ACTIONS(1773), + [anon_sym_u8_SQUOTE] = ACTIONS(1773), + [anon_sym_SQUOTE] = ACTIONS(1773), + [anon_sym_L_DQUOTE] = ACTIONS(1773), + [anon_sym_u_DQUOTE] = ACTIONS(1773), + [anon_sym_U_DQUOTE] = ACTIONS(1773), + [anon_sym_u8_DQUOTE] = ACTIONS(1773), + [anon_sym_DQUOTE] = ACTIONS(1773), + [sym_true] = ACTIONS(1771), + [sym_false] = ACTIONS(1771), + [sym_null] = ACTIONS(1771), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1771), + [anon_sym_virtual] = ACTIONS(1771), + [anon_sym_explicit] = ACTIONS(1771), + [sym_auto] = ACTIONS(1771), + [anon_sym_typename] = ACTIONS(1771), + [anon_sym_template] = ACTIONS(1771), + [anon_sym_operator] = ACTIONS(1771), + [anon_sym_delete] = ACTIONS(1771), + [anon_sym_throw] = ACTIONS(1771), + [anon_sym_namespace] = ACTIONS(1771), + [anon_sym_using] = ACTIONS(1771), + [anon_sym_static_assert] = ACTIONS(1771), + [anon_sym_co_return] = ACTIONS(1771), + [anon_sym_co_yield] = ACTIONS(1771), + [anon_sym_try] = ACTIONS(1771), + [anon_sym_co_await] = ACTIONS(1771), + [anon_sym_new] = ACTIONS(1771), + [sym_this] = ACTIONS(1771), + [sym_nullptr] = ACTIONS(1771), + [sym_alone_macro] = ACTIONS(1773), + [aux_sym_alone_macro_call_token1] = ACTIONS(1771), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_FORWARD] = ACTIONS(1771), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1771), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_PS_GET] = ACTIONS(1771), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1771), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1771), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), + [anon_sym_MOZ_COLD] = ACTIONS(1771), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_RAII] = ACTIONS(1771), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), + [sym_raw_string_literal] = ACTIONS(1773), }, - [601] = { - [sym_identifier] = ACTIONS(1751), - [aux_sym_preproc_include_token1] = ACTIONS(1751), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token2] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), - [sym_preproc_directive] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1753), - [anon_sym_BANG] = ACTIONS(1753), - [anon_sym_TILDE] = ACTIONS(1753), - [anon_sym_DASH] = ACTIONS(1751), - [anon_sym_PLUS] = ACTIONS(1751), - [anon_sym_STAR] = ACTIONS(1753), - [anon_sym_AMP_AMP] = ACTIONS(1753), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_SEMI] = ACTIONS(1753), - [anon_sym_typedef] = ACTIONS(1751), - [anon_sym_extern] = ACTIONS(1751), - [anon_sym___attribute__] = ACTIONS(1751), - [anon_sym_COLON_COLON] = ACTIONS(1753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), - [anon_sym___declspec] = ACTIONS(1751), - [anon_sym___based] = ACTIONS(1751), - [anon_sym___cdecl] = ACTIONS(1751), - [anon_sym___clrcall] = ACTIONS(1751), - [anon_sym___stdcall] = ACTIONS(1751), - [anon_sym___fastcall] = ACTIONS(1751), - [anon_sym___thiscall] = ACTIONS(1751), - [anon_sym___vectorcall] = ACTIONS(1751), - [anon_sym_LBRACE] = ACTIONS(1753), - [anon_sym_LBRACK] = ACTIONS(1751), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_register] = ACTIONS(1751), - [anon_sym_inline] = ACTIONS(1751), - [anon_sym_thread_local] = ACTIONS(1751), - [anon_sym_const] = ACTIONS(1751), - [anon_sym_volatile] = ACTIONS(1751), - [anon_sym_restrict] = ACTIONS(1751), - [anon_sym__Atomic] = ACTIONS(1751), - [anon_sym_mutable] = ACTIONS(1751), - [anon_sym_constexpr] = ACTIONS(1751), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), - [sym_primitive_type] = ACTIONS(1751), - [anon_sym_enum] = ACTIONS(1751), - [anon_sym_class] = ACTIONS(1751), - [anon_sym_struct] = ACTIONS(1751), - [anon_sym_union] = ACTIONS(1751), - [anon_sym_if] = ACTIONS(1751), - [anon_sym_switch] = ACTIONS(1751), - [anon_sym_case] = ACTIONS(1751), - [anon_sym_default] = ACTIONS(1751), - [anon_sym_while] = ACTIONS(1751), - [anon_sym_do] = ACTIONS(1751), - [anon_sym_for] = ACTIONS(1751), - [anon_sym_return] = ACTIONS(1751), - [anon_sym_break] = ACTIONS(1751), - [anon_sym_continue] = ACTIONS(1751), - [anon_sym_goto] = ACTIONS(1751), - [anon_sym_DASH_DASH] = ACTIONS(1753), - [anon_sym_PLUS_PLUS] = ACTIONS(1753), - [anon_sym_sizeof] = ACTIONS(1751), - [sym_number_literal] = ACTIONS(1753), - [anon_sym_L_SQUOTE] = ACTIONS(1753), - [anon_sym_u_SQUOTE] = ACTIONS(1753), - [anon_sym_U_SQUOTE] = ACTIONS(1753), - [anon_sym_u8_SQUOTE] = ACTIONS(1753), - [anon_sym_SQUOTE] = ACTIONS(1753), - [anon_sym_L_DQUOTE] = ACTIONS(1753), - [anon_sym_u_DQUOTE] = ACTIONS(1753), - [anon_sym_U_DQUOTE] = ACTIONS(1753), - [anon_sym_u8_DQUOTE] = ACTIONS(1753), - [anon_sym_DQUOTE] = ACTIONS(1753), - [sym_true] = ACTIONS(1751), - [sym_false] = ACTIONS(1751), - [sym_null] = ACTIONS(1751), + [591] = { + [ts_builtin_sym_end] = ACTIONS(1741), + [sym_identifier] = ACTIONS(1739), + [aux_sym_preproc_include_token1] = ACTIONS(1739), + [aux_sym_preproc_def_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), + [sym_preproc_directive] = ACTIONS(1739), + [anon_sym_LPAREN2] = ACTIONS(1741), + [anon_sym_BANG] = ACTIONS(1741), + [anon_sym_TILDE] = ACTIONS(1741), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_STAR] = ACTIONS(1741), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1739), + [anon_sym_SEMI] = ACTIONS(1741), + [anon_sym_typedef] = ACTIONS(1739), + [anon_sym_extern] = ACTIONS(1739), + [anon_sym___attribute__] = ACTIONS(1739), + [anon_sym_COLON_COLON] = ACTIONS(1741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), + [anon_sym___declspec] = ACTIONS(1739), + [anon_sym___based] = ACTIONS(1739), + [anon_sym___cdecl] = ACTIONS(1739), + [anon_sym___clrcall] = ACTIONS(1739), + [anon_sym___stdcall] = ACTIONS(1739), + [anon_sym___fastcall] = ACTIONS(1739), + [anon_sym___thiscall] = ACTIONS(1739), + [anon_sym___vectorcall] = ACTIONS(1739), + [anon_sym_LBRACE] = ACTIONS(1741), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_static] = ACTIONS(1739), + [anon_sym_register] = ACTIONS(1739), + [anon_sym_inline] = ACTIONS(1739), + [anon_sym_thread_local] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_volatile] = ACTIONS(1739), + [anon_sym_restrict] = ACTIONS(1739), + [anon_sym__Atomic] = ACTIONS(1739), + [anon_sym_mutable] = ACTIONS(1739), + [anon_sym_constexpr] = ACTIONS(1739), + [anon_sym_signed] = ACTIONS(1739), + [anon_sym_unsigned] = ACTIONS(1739), + [anon_sym_long] = ACTIONS(1739), + [anon_sym_short] = ACTIONS(1739), + [sym_primitive_type] = ACTIONS(1739), + [anon_sym_enum] = ACTIONS(1739), + [anon_sym_class] = ACTIONS(1739), + [anon_sym_struct] = ACTIONS(1739), + [anon_sym_union] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_do] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_continue] = ACTIONS(1739), + [anon_sym_goto] = ACTIONS(1739), + [anon_sym_DASH_DASH] = ACTIONS(1741), + [anon_sym_PLUS_PLUS] = ACTIONS(1741), + [anon_sym_sizeof] = ACTIONS(1739), + [sym_number_literal] = ACTIONS(1741), + [anon_sym_L_SQUOTE] = ACTIONS(1741), + [anon_sym_u_SQUOTE] = ACTIONS(1741), + [anon_sym_U_SQUOTE] = ACTIONS(1741), + [anon_sym_u8_SQUOTE] = ACTIONS(1741), + [anon_sym_SQUOTE] = ACTIONS(1741), + [anon_sym_L_DQUOTE] = ACTIONS(1741), + [anon_sym_u_DQUOTE] = ACTIONS(1741), + [anon_sym_U_DQUOTE] = ACTIONS(1741), + [anon_sym_u8_DQUOTE] = ACTIONS(1741), + [anon_sym_DQUOTE] = ACTIONS(1741), + [sym_true] = ACTIONS(1739), + [sym_false] = ACTIONS(1739), + [sym_null] = ACTIONS(1739), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1751), - [anon_sym_virtual] = ACTIONS(1751), - [anon_sym_explicit] = ACTIONS(1751), - [sym_auto] = ACTIONS(1751), - [anon_sym_typename] = ACTIONS(1751), - [anon_sym_template] = ACTIONS(1751), - [anon_sym_operator] = ACTIONS(1751), - [anon_sym_delete] = ACTIONS(1751), - [anon_sym_throw] = ACTIONS(1751), - [anon_sym_namespace] = ACTIONS(1751), - [anon_sym_using] = ACTIONS(1751), - [anon_sym_static_assert] = ACTIONS(1751), - [anon_sym_co_return] = ACTIONS(1751), - [anon_sym_co_yield] = ACTIONS(1751), - [anon_sym_try] = ACTIONS(1751), - [anon_sym_co_await] = ACTIONS(1751), - [anon_sym_new] = ACTIONS(1751), - [sym_this] = ACTIONS(1751), - [sym_nullptr] = ACTIONS(1751), - [sym_alone_macro] = ACTIONS(1753), - [aux_sym_alone_macro_call_token1] = ACTIONS(1751), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_FORWARD] = ACTIONS(1751), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_PS_GET] = ACTIONS(1751), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), - [anon_sym_MOZ_COLD] = ACTIONS(1751), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_RAII] = ACTIONS(1751), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), - [sym_raw_string_literal] = ACTIONS(1753), + [anon_sym_decltype] = ACTIONS(1739), + [anon_sym_virtual] = ACTIONS(1739), + [anon_sym_explicit] = ACTIONS(1739), + [sym_auto] = ACTIONS(1739), + [anon_sym_typename] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1739), + [anon_sym_operator] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_throw] = ACTIONS(1739), + [anon_sym_namespace] = ACTIONS(1739), + [anon_sym_using] = ACTIONS(1739), + [anon_sym_static_assert] = ACTIONS(1739), + [anon_sym_co_return] = ACTIONS(1739), + [anon_sym_co_yield] = ACTIONS(1739), + [anon_sym_try] = ACTIONS(1739), + [anon_sym_co_await] = ACTIONS(1739), + [anon_sym_new] = ACTIONS(1739), + [sym_this] = ACTIONS(1739), + [sym_nullptr] = ACTIONS(1739), + [sym_alone_macro] = ACTIONS(1741), + [aux_sym_alone_macro_call_token1] = ACTIONS(1739), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_FORWARD] = ACTIONS(1739), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_PS_GET] = ACTIONS(1739), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), + [anon_sym_MOZ_COLD] = ACTIONS(1739), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_RAII] = ACTIONS(1739), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), + [sym_raw_string_literal] = ACTIONS(1741), }, - [602] = { - [sym_identifier] = ACTIONS(1699), - [aux_sym_preproc_include_token1] = ACTIONS(1699), - [aux_sym_preproc_def_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), - [sym_preproc_directive] = ACTIONS(1699), - [anon_sym_LPAREN2] = ACTIONS(1701), - [anon_sym_BANG] = ACTIONS(1701), - [anon_sym_TILDE] = ACTIONS(1701), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_AMP_AMP] = ACTIONS(1701), - [anon_sym_AMP] = ACTIONS(1699), - [anon_sym_SEMI] = ACTIONS(1701), - [anon_sym_typedef] = ACTIONS(1699), - [anon_sym_extern] = ACTIONS(1699), - [anon_sym___attribute__] = ACTIONS(1699), - [anon_sym_COLON_COLON] = ACTIONS(1701), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), - [anon_sym___declspec] = ACTIONS(1699), - [anon_sym___based] = ACTIONS(1699), - [anon_sym___cdecl] = ACTIONS(1699), - [anon_sym___clrcall] = ACTIONS(1699), - [anon_sym___stdcall] = ACTIONS(1699), - [anon_sym___fastcall] = ACTIONS(1699), - [anon_sym___thiscall] = ACTIONS(1699), - [anon_sym___vectorcall] = ACTIONS(1699), - [anon_sym_LBRACE] = ACTIONS(1701), - [anon_sym_RBRACE] = ACTIONS(1701), - [anon_sym_LBRACK] = ACTIONS(1699), - [anon_sym_static] = ACTIONS(1699), - [anon_sym_register] = ACTIONS(1699), - [anon_sym_inline] = ACTIONS(1699), - [anon_sym_thread_local] = ACTIONS(1699), - [anon_sym_const] = ACTIONS(1699), - [anon_sym_volatile] = ACTIONS(1699), - [anon_sym_restrict] = ACTIONS(1699), - [anon_sym__Atomic] = ACTIONS(1699), - [anon_sym_mutable] = ACTIONS(1699), - [anon_sym_constexpr] = ACTIONS(1699), - [anon_sym_signed] = ACTIONS(1699), - [anon_sym_unsigned] = ACTIONS(1699), - [anon_sym_long] = ACTIONS(1699), - [anon_sym_short] = ACTIONS(1699), - [sym_primitive_type] = ACTIONS(1699), - [anon_sym_enum] = ACTIONS(1699), - [anon_sym_class] = ACTIONS(1699), - [anon_sym_struct] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_switch] = ACTIONS(1699), - [anon_sym_case] = ACTIONS(1699), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1699), - [anon_sym_continue] = ACTIONS(1699), - [anon_sym_goto] = ACTIONS(1699), - [anon_sym_DASH_DASH] = ACTIONS(1701), - [anon_sym_PLUS_PLUS] = ACTIONS(1701), - [anon_sym_sizeof] = ACTIONS(1699), - [sym_number_literal] = ACTIONS(1701), - [anon_sym_L_SQUOTE] = ACTIONS(1701), - [anon_sym_u_SQUOTE] = ACTIONS(1701), - [anon_sym_U_SQUOTE] = ACTIONS(1701), - [anon_sym_u8_SQUOTE] = ACTIONS(1701), - [anon_sym_SQUOTE] = ACTIONS(1701), - [anon_sym_L_DQUOTE] = ACTIONS(1701), - [anon_sym_u_DQUOTE] = ACTIONS(1701), - [anon_sym_U_DQUOTE] = ACTIONS(1701), - [anon_sym_u8_DQUOTE] = ACTIONS(1701), - [anon_sym_DQUOTE] = ACTIONS(1701), - [sym_true] = ACTIONS(1699), - [sym_false] = ACTIONS(1699), - [sym_null] = ACTIONS(1699), + [592] = { + [ts_builtin_sym_end] = ACTIONS(1749), + [sym_identifier] = ACTIONS(1747), + [aux_sym_preproc_include_token1] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), + [sym_preproc_directive] = ACTIONS(1747), + [anon_sym_LPAREN2] = ACTIONS(1749), + [anon_sym_BANG] = ACTIONS(1749), + [anon_sym_TILDE] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1747), + [anon_sym_PLUS] = ACTIONS(1747), + [anon_sym_STAR] = ACTIONS(1749), + [anon_sym_AMP_AMP] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1747), + [anon_sym_SEMI] = ACTIONS(1749), + [anon_sym_typedef] = ACTIONS(1747), + [anon_sym_extern] = ACTIONS(1747), + [anon_sym___attribute__] = ACTIONS(1747), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), + [anon_sym___declspec] = ACTIONS(1747), + [anon_sym___based] = ACTIONS(1747), + [anon_sym___cdecl] = ACTIONS(1747), + [anon_sym___clrcall] = ACTIONS(1747), + [anon_sym___stdcall] = ACTIONS(1747), + [anon_sym___fastcall] = ACTIONS(1747), + [anon_sym___thiscall] = ACTIONS(1747), + [anon_sym___vectorcall] = ACTIONS(1747), + [anon_sym_LBRACE] = ACTIONS(1749), + [anon_sym_LBRACK] = ACTIONS(1747), + [anon_sym_static] = ACTIONS(1747), + [anon_sym_register] = ACTIONS(1747), + [anon_sym_inline] = ACTIONS(1747), + [anon_sym_thread_local] = ACTIONS(1747), + [anon_sym_const] = ACTIONS(1747), + [anon_sym_volatile] = ACTIONS(1747), + [anon_sym_restrict] = ACTIONS(1747), + [anon_sym__Atomic] = ACTIONS(1747), + [anon_sym_mutable] = ACTIONS(1747), + [anon_sym_constexpr] = ACTIONS(1747), + [anon_sym_signed] = ACTIONS(1747), + [anon_sym_unsigned] = ACTIONS(1747), + [anon_sym_long] = ACTIONS(1747), + [anon_sym_short] = ACTIONS(1747), + [sym_primitive_type] = ACTIONS(1747), + [anon_sym_enum] = ACTIONS(1747), + [anon_sym_class] = ACTIONS(1747), + [anon_sym_struct] = ACTIONS(1747), + [anon_sym_union] = ACTIONS(1747), + [anon_sym_if] = ACTIONS(1747), + [anon_sym_switch] = ACTIONS(1747), + [anon_sym_case] = ACTIONS(1747), + [anon_sym_default] = ACTIONS(1747), + [anon_sym_while] = ACTIONS(1747), + [anon_sym_do] = ACTIONS(1747), + [anon_sym_for] = ACTIONS(1747), + [anon_sym_return] = ACTIONS(1747), + [anon_sym_break] = ACTIONS(1747), + [anon_sym_continue] = ACTIONS(1747), + [anon_sym_goto] = ACTIONS(1747), + [anon_sym_DASH_DASH] = ACTIONS(1749), + [anon_sym_PLUS_PLUS] = ACTIONS(1749), + [anon_sym_sizeof] = ACTIONS(1747), + [sym_number_literal] = ACTIONS(1749), + [anon_sym_L_SQUOTE] = ACTIONS(1749), + [anon_sym_u_SQUOTE] = ACTIONS(1749), + [anon_sym_U_SQUOTE] = ACTIONS(1749), + [anon_sym_u8_SQUOTE] = ACTIONS(1749), + [anon_sym_SQUOTE] = ACTIONS(1749), + [anon_sym_L_DQUOTE] = ACTIONS(1749), + [anon_sym_u_DQUOTE] = ACTIONS(1749), + [anon_sym_U_DQUOTE] = ACTIONS(1749), + [anon_sym_u8_DQUOTE] = ACTIONS(1749), + [anon_sym_DQUOTE] = ACTIONS(1749), + [sym_true] = ACTIONS(1747), + [sym_false] = ACTIONS(1747), + [sym_null] = ACTIONS(1747), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1699), - [anon_sym_virtual] = ACTIONS(1699), - [anon_sym_explicit] = ACTIONS(1699), - [sym_auto] = ACTIONS(1699), - [anon_sym_typename] = ACTIONS(1699), - [anon_sym_template] = ACTIONS(1699), - [anon_sym_operator] = ACTIONS(1699), - [anon_sym_delete] = ACTIONS(1699), - [anon_sym_throw] = ACTIONS(1699), - [anon_sym_namespace] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1699), - [anon_sym_static_assert] = ACTIONS(1699), - [anon_sym_co_return] = ACTIONS(1699), - [anon_sym_co_yield] = ACTIONS(1699), - [anon_sym_try] = ACTIONS(1699), - [anon_sym_co_await] = ACTIONS(1699), - [anon_sym_new] = ACTIONS(1699), - [sym_this] = ACTIONS(1699), - [sym_nullptr] = ACTIONS(1699), - [sym_alone_macro] = ACTIONS(1701), - [aux_sym_alone_macro_call_token1] = ACTIONS(1699), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_FORWARD] = ACTIONS(1699), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_PS_GET] = ACTIONS(1699), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), - [anon_sym_MOZ_COLD] = ACTIONS(1699), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_RAII] = ACTIONS(1699), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), - [sym_raw_string_literal] = ACTIONS(1701), + [anon_sym_decltype] = ACTIONS(1747), + [anon_sym_virtual] = ACTIONS(1747), + [anon_sym_explicit] = ACTIONS(1747), + [sym_auto] = ACTIONS(1747), + [anon_sym_typename] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1747), + [anon_sym_operator] = ACTIONS(1747), + [anon_sym_delete] = ACTIONS(1747), + [anon_sym_throw] = ACTIONS(1747), + [anon_sym_namespace] = ACTIONS(1747), + [anon_sym_using] = ACTIONS(1747), + [anon_sym_static_assert] = ACTIONS(1747), + [anon_sym_co_return] = ACTIONS(1747), + [anon_sym_co_yield] = ACTIONS(1747), + [anon_sym_try] = ACTIONS(1747), + [anon_sym_co_await] = ACTIONS(1747), + [anon_sym_new] = ACTIONS(1747), + [sym_this] = ACTIONS(1747), + [sym_nullptr] = ACTIONS(1747), + [sym_alone_macro] = ACTIONS(1749), + [aux_sym_alone_macro_call_token1] = ACTIONS(1747), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_FORWARD] = ACTIONS(1747), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_PS_GET] = ACTIONS(1747), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), + [anon_sym_MOZ_COLD] = ACTIONS(1747), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_RAII] = ACTIONS(1747), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), + [sym_raw_string_literal] = ACTIONS(1749), }, - [603] = { - [ts_builtin_sym_end] = ACTIONS(1709), - [sym_identifier] = ACTIONS(1707), - [aux_sym_preproc_include_token1] = ACTIONS(1707), - [aux_sym_preproc_def_token1] = ACTIONS(1707), - [aux_sym_preproc_if_token1] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), - [sym_preproc_directive] = ACTIONS(1707), - [anon_sym_LPAREN2] = ACTIONS(1709), - [anon_sym_BANG] = ACTIONS(1709), - [anon_sym_TILDE] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1707), - [anon_sym_PLUS] = ACTIONS(1707), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_AMP_AMP] = ACTIONS(1709), - [anon_sym_AMP] = ACTIONS(1707), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1707), - [anon_sym_extern] = ACTIONS(1707), - [anon_sym___attribute__] = ACTIONS(1707), - [anon_sym_COLON_COLON] = ACTIONS(1709), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), - [anon_sym___declspec] = ACTIONS(1707), - [anon_sym___based] = ACTIONS(1707), - [anon_sym___cdecl] = ACTIONS(1707), - [anon_sym___clrcall] = ACTIONS(1707), - [anon_sym___stdcall] = ACTIONS(1707), - [anon_sym___fastcall] = ACTIONS(1707), - [anon_sym___thiscall] = ACTIONS(1707), - [anon_sym___vectorcall] = ACTIONS(1707), - [anon_sym_LBRACE] = ACTIONS(1709), - [anon_sym_LBRACK] = ACTIONS(1707), - [anon_sym_static] = ACTIONS(1707), - [anon_sym_register] = ACTIONS(1707), - [anon_sym_inline] = ACTIONS(1707), - [anon_sym_thread_local] = ACTIONS(1707), - [anon_sym_const] = ACTIONS(1707), - [anon_sym_volatile] = ACTIONS(1707), - [anon_sym_restrict] = ACTIONS(1707), - [anon_sym__Atomic] = ACTIONS(1707), - [anon_sym_mutable] = ACTIONS(1707), - [anon_sym_constexpr] = ACTIONS(1707), - [anon_sym_signed] = ACTIONS(1707), - [anon_sym_unsigned] = ACTIONS(1707), - [anon_sym_long] = ACTIONS(1707), - [anon_sym_short] = ACTIONS(1707), - [sym_primitive_type] = ACTIONS(1707), - [anon_sym_enum] = ACTIONS(1707), - [anon_sym_class] = ACTIONS(1707), - [anon_sym_struct] = ACTIONS(1707), - [anon_sym_union] = ACTIONS(1707), - [anon_sym_if] = ACTIONS(1707), - [anon_sym_switch] = ACTIONS(1707), - [anon_sym_case] = ACTIONS(1707), - [anon_sym_default] = ACTIONS(1707), - [anon_sym_while] = ACTIONS(1707), - [anon_sym_do] = ACTIONS(1707), - [anon_sym_for] = ACTIONS(1707), - [anon_sym_return] = ACTIONS(1707), - [anon_sym_break] = ACTIONS(1707), - [anon_sym_continue] = ACTIONS(1707), - [anon_sym_goto] = ACTIONS(1707), - [anon_sym_DASH_DASH] = ACTIONS(1709), - [anon_sym_PLUS_PLUS] = ACTIONS(1709), - [anon_sym_sizeof] = ACTIONS(1707), - [sym_number_literal] = ACTIONS(1709), - [anon_sym_L_SQUOTE] = ACTIONS(1709), - [anon_sym_u_SQUOTE] = ACTIONS(1709), - [anon_sym_U_SQUOTE] = ACTIONS(1709), - [anon_sym_u8_SQUOTE] = ACTIONS(1709), - [anon_sym_SQUOTE] = ACTIONS(1709), - [anon_sym_L_DQUOTE] = ACTIONS(1709), - [anon_sym_u_DQUOTE] = ACTIONS(1709), - [anon_sym_U_DQUOTE] = ACTIONS(1709), - [anon_sym_u8_DQUOTE] = ACTIONS(1709), - [anon_sym_DQUOTE] = ACTIONS(1709), - [sym_true] = ACTIONS(1707), - [sym_false] = ACTIONS(1707), - [sym_null] = ACTIONS(1707), + [593] = { + [sym_identifier] = ACTIONS(1875), + [aux_sym_preproc_include_token1] = ACTIONS(1875), + [aux_sym_preproc_def_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token2] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), + [sym_preproc_directive] = ACTIONS(1875), + [anon_sym_LPAREN2] = ACTIONS(1877), + [anon_sym_BANG] = ACTIONS(1877), + [anon_sym_TILDE] = ACTIONS(1877), + [anon_sym_DASH] = ACTIONS(1875), + [anon_sym_PLUS] = ACTIONS(1875), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP_AMP] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1875), + [anon_sym_SEMI] = ACTIONS(1877), + [anon_sym_typedef] = ACTIONS(1875), + [anon_sym_extern] = ACTIONS(1875), + [anon_sym___attribute__] = ACTIONS(1875), + [anon_sym_COLON_COLON] = ACTIONS(1877), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), + [anon_sym___declspec] = ACTIONS(1875), + [anon_sym___based] = ACTIONS(1875), + [anon_sym___cdecl] = ACTIONS(1875), + [anon_sym___clrcall] = ACTIONS(1875), + [anon_sym___stdcall] = ACTIONS(1875), + [anon_sym___fastcall] = ACTIONS(1875), + [anon_sym___thiscall] = ACTIONS(1875), + [anon_sym___vectorcall] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1877), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_static] = ACTIONS(1875), + [anon_sym_register] = ACTIONS(1875), + [anon_sym_inline] = ACTIONS(1875), + [anon_sym_thread_local] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1875), + [anon_sym_volatile] = ACTIONS(1875), + [anon_sym_restrict] = ACTIONS(1875), + [anon_sym__Atomic] = ACTIONS(1875), + [anon_sym_mutable] = ACTIONS(1875), + [anon_sym_constexpr] = ACTIONS(1875), + [anon_sym_signed] = ACTIONS(1875), + [anon_sym_unsigned] = ACTIONS(1875), + [anon_sym_long] = ACTIONS(1875), + [anon_sym_short] = ACTIONS(1875), + [sym_primitive_type] = ACTIONS(1875), + [anon_sym_enum] = ACTIONS(1875), + [anon_sym_class] = ACTIONS(1875), + [anon_sym_struct] = ACTIONS(1875), + [anon_sym_union] = ACTIONS(1875), + [anon_sym_if] = ACTIONS(1875), + [anon_sym_switch] = ACTIONS(1875), + [anon_sym_case] = ACTIONS(1875), + [anon_sym_default] = ACTIONS(1875), + [anon_sym_while] = ACTIONS(1875), + [anon_sym_do] = ACTIONS(1875), + [anon_sym_for] = ACTIONS(1875), + [anon_sym_return] = ACTIONS(1875), + [anon_sym_break] = ACTIONS(1875), + [anon_sym_continue] = ACTIONS(1875), + [anon_sym_goto] = ACTIONS(1875), + [anon_sym_DASH_DASH] = ACTIONS(1877), + [anon_sym_PLUS_PLUS] = ACTIONS(1877), + [anon_sym_sizeof] = ACTIONS(1875), + [sym_number_literal] = ACTIONS(1877), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1877), + [anon_sym_u_DQUOTE] = ACTIONS(1877), + [anon_sym_U_DQUOTE] = ACTIONS(1877), + [anon_sym_u8_DQUOTE] = ACTIONS(1877), + [anon_sym_DQUOTE] = ACTIONS(1877), + [sym_true] = ACTIONS(1875), + [sym_false] = ACTIONS(1875), + [sym_null] = ACTIONS(1875), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1707), - [anon_sym_virtual] = ACTIONS(1707), - [anon_sym_explicit] = ACTIONS(1707), - [sym_auto] = ACTIONS(1707), - [anon_sym_typename] = ACTIONS(1707), - [anon_sym_template] = ACTIONS(1707), - [anon_sym_operator] = ACTIONS(1707), - [anon_sym_delete] = ACTIONS(1707), - [anon_sym_throw] = ACTIONS(1707), - [anon_sym_namespace] = ACTIONS(1707), - [anon_sym_using] = ACTIONS(1707), - [anon_sym_static_assert] = ACTIONS(1707), - [anon_sym_co_return] = ACTIONS(1707), - [anon_sym_co_yield] = ACTIONS(1707), - [anon_sym_try] = ACTIONS(1707), - [anon_sym_co_await] = ACTIONS(1707), - [anon_sym_new] = ACTIONS(1707), - [sym_this] = ACTIONS(1707), - [sym_nullptr] = ACTIONS(1707), - [sym_alone_macro] = ACTIONS(1709), - [aux_sym_alone_macro_call_token1] = ACTIONS(1707), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_FORWARD] = ACTIONS(1707), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_PS_GET] = ACTIONS(1707), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), - [anon_sym_MOZ_COLD] = ACTIONS(1707), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_RAII] = ACTIONS(1707), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), - [sym_raw_string_literal] = ACTIONS(1709), + [anon_sym_decltype] = ACTIONS(1875), + [anon_sym_virtual] = ACTIONS(1875), + [anon_sym_explicit] = ACTIONS(1875), + [sym_auto] = ACTIONS(1875), + [anon_sym_typename] = ACTIONS(1875), + [anon_sym_template] = ACTIONS(1875), + [anon_sym_operator] = ACTIONS(1875), + [anon_sym_delete] = ACTIONS(1875), + [anon_sym_throw] = ACTIONS(1875), + [anon_sym_namespace] = ACTIONS(1875), + [anon_sym_using] = ACTIONS(1875), + [anon_sym_static_assert] = ACTIONS(1875), + [anon_sym_co_return] = ACTIONS(1875), + [anon_sym_co_yield] = ACTIONS(1875), + [anon_sym_try] = ACTIONS(1875), + [anon_sym_co_await] = ACTIONS(1875), + [anon_sym_new] = ACTIONS(1875), + [sym_this] = ACTIONS(1875), + [sym_nullptr] = ACTIONS(1875), + [sym_alone_macro] = ACTIONS(1877), + [aux_sym_alone_macro_call_token1] = ACTIONS(1875), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_FORWARD] = ACTIONS(1875), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_PS_GET] = ACTIONS(1875), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), + [anon_sym_MOZ_COLD] = ACTIONS(1875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_RAII] = ACTIONS(1875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), + [sym_raw_string_literal] = ACTIONS(1877), }, - [604] = { - [ts_builtin_sym_end] = ACTIONS(1737), - [sym_identifier] = ACTIONS(1735), - [aux_sym_preproc_include_token1] = ACTIONS(1735), - [aux_sym_preproc_def_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), - [sym_preproc_directive] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_TILDE] = ACTIONS(1737), - [anon_sym_DASH] = ACTIONS(1735), - [anon_sym_PLUS] = ACTIONS(1735), - [anon_sym_STAR] = ACTIONS(1737), - [anon_sym_AMP_AMP] = ACTIONS(1737), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym___declspec] = ACTIONS(1735), - [anon_sym___based] = ACTIONS(1735), - [anon_sym___cdecl] = ACTIONS(1735), - [anon_sym___clrcall] = ACTIONS(1735), - [anon_sym___stdcall] = ACTIONS(1735), - [anon_sym___fastcall] = ACTIONS(1735), - [anon_sym___thiscall] = ACTIONS(1735), - [anon_sym___vectorcall] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1735), - [anon_sym_static] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_inline] = ACTIONS(1735), - [anon_sym_thread_local] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [anon_sym_volatile] = ACTIONS(1735), - [anon_sym_restrict] = ACTIONS(1735), - [anon_sym__Atomic] = ACTIONS(1735), - [anon_sym_mutable] = ACTIONS(1735), - [anon_sym_constexpr] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1735), - [anon_sym_unsigned] = ACTIONS(1735), - [anon_sym_long] = ACTIONS(1735), - [anon_sym_short] = ACTIONS(1735), - [sym_primitive_type] = ACTIONS(1735), - [anon_sym_enum] = ACTIONS(1735), - [anon_sym_class] = ACTIONS(1735), - [anon_sym_struct] = ACTIONS(1735), - [anon_sym_union] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_switch] = ACTIONS(1735), - [anon_sym_case] = ACTIONS(1735), - [anon_sym_default] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_goto] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_PLUS_PLUS] = ACTIONS(1737), - [anon_sym_sizeof] = ACTIONS(1735), - [sym_number_literal] = ACTIONS(1737), - [anon_sym_L_SQUOTE] = ACTIONS(1737), - [anon_sym_u_SQUOTE] = ACTIONS(1737), - [anon_sym_U_SQUOTE] = ACTIONS(1737), - [anon_sym_u8_SQUOTE] = ACTIONS(1737), - [anon_sym_SQUOTE] = ACTIONS(1737), - [anon_sym_L_DQUOTE] = ACTIONS(1737), - [anon_sym_u_DQUOTE] = ACTIONS(1737), - [anon_sym_U_DQUOTE] = ACTIONS(1737), - [anon_sym_u8_DQUOTE] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym_true] = ACTIONS(1735), - [sym_false] = ACTIONS(1735), - [sym_null] = ACTIONS(1735), + [594] = { + [ts_builtin_sym_end] = ACTIONS(1757), + [sym_identifier] = ACTIONS(1755), + [aux_sym_preproc_include_token1] = ACTIONS(1755), + [aux_sym_preproc_def_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1755), + [anon_sym_LPAREN2] = ACTIONS(1757), + [anon_sym_BANG] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1755), + [anon_sym_PLUS] = ACTIONS(1755), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_AMP_AMP] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1755), + [anon_sym_SEMI] = ACTIONS(1757), + [anon_sym_typedef] = ACTIONS(1755), + [anon_sym_extern] = ACTIONS(1755), + [anon_sym___attribute__] = ACTIONS(1755), + [anon_sym_COLON_COLON] = ACTIONS(1757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), + [anon_sym___declspec] = ACTIONS(1755), + [anon_sym___based] = ACTIONS(1755), + [anon_sym___cdecl] = ACTIONS(1755), + [anon_sym___clrcall] = ACTIONS(1755), + [anon_sym___stdcall] = ACTIONS(1755), + [anon_sym___fastcall] = ACTIONS(1755), + [anon_sym___thiscall] = ACTIONS(1755), + [anon_sym___vectorcall] = ACTIONS(1755), + [anon_sym_LBRACE] = ACTIONS(1757), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_static] = ACTIONS(1755), + [anon_sym_register] = ACTIONS(1755), + [anon_sym_inline] = ACTIONS(1755), + [anon_sym_thread_local] = ACTIONS(1755), + [anon_sym_const] = ACTIONS(1755), + [anon_sym_volatile] = ACTIONS(1755), + [anon_sym_restrict] = ACTIONS(1755), + [anon_sym__Atomic] = ACTIONS(1755), + [anon_sym_mutable] = ACTIONS(1755), + [anon_sym_constexpr] = ACTIONS(1755), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), + [sym_primitive_type] = ACTIONS(1755), + [anon_sym_enum] = ACTIONS(1755), + [anon_sym_class] = ACTIONS(1755), + [anon_sym_struct] = ACTIONS(1755), + [anon_sym_union] = ACTIONS(1755), + [anon_sym_if] = ACTIONS(1755), + [anon_sym_switch] = ACTIONS(1755), + [anon_sym_case] = ACTIONS(1755), + [anon_sym_default] = ACTIONS(1755), + [anon_sym_while] = ACTIONS(1755), + [anon_sym_do] = ACTIONS(1755), + [anon_sym_for] = ACTIONS(1755), + [anon_sym_return] = ACTIONS(1755), + [anon_sym_break] = ACTIONS(1755), + [anon_sym_continue] = ACTIONS(1755), + [anon_sym_goto] = ACTIONS(1755), + [anon_sym_DASH_DASH] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_sizeof] = ACTIONS(1755), + [sym_number_literal] = ACTIONS(1757), + [anon_sym_L_SQUOTE] = ACTIONS(1757), + [anon_sym_u_SQUOTE] = ACTIONS(1757), + [anon_sym_U_SQUOTE] = ACTIONS(1757), + [anon_sym_u8_SQUOTE] = ACTIONS(1757), + [anon_sym_SQUOTE] = ACTIONS(1757), + [anon_sym_L_DQUOTE] = ACTIONS(1757), + [anon_sym_u_DQUOTE] = ACTIONS(1757), + [anon_sym_U_DQUOTE] = ACTIONS(1757), + [anon_sym_u8_DQUOTE] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym_true] = ACTIONS(1755), + [sym_false] = ACTIONS(1755), + [sym_null] = ACTIONS(1755), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1735), - [anon_sym_virtual] = ACTIONS(1735), - [anon_sym_explicit] = ACTIONS(1735), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_template] = ACTIONS(1735), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_delete] = ACTIONS(1735), - [anon_sym_throw] = ACTIONS(1735), - [anon_sym_namespace] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_co_return] = ACTIONS(1735), - [anon_sym_co_yield] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_co_await] = ACTIONS(1735), - [anon_sym_new] = ACTIONS(1735), - [sym_this] = ACTIONS(1735), - [sym_nullptr] = ACTIONS(1735), - [sym_alone_macro] = ACTIONS(1737), - [aux_sym_alone_macro_call_token1] = ACTIONS(1735), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_FORWARD] = ACTIONS(1735), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_PS_GET] = ACTIONS(1735), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), - [anon_sym_MOZ_COLD] = ACTIONS(1735), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_RAII] = ACTIONS(1735), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), - [sym_raw_string_literal] = ACTIONS(1737), + [anon_sym_decltype] = ACTIONS(1755), + [anon_sym_virtual] = ACTIONS(1755), + [anon_sym_explicit] = ACTIONS(1755), + [sym_auto] = ACTIONS(1755), + [anon_sym_typename] = ACTIONS(1755), + [anon_sym_template] = ACTIONS(1755), + [anon_sym_operator] = ACTIONS(1755), + [anon_sym_delete] = ACTIONS(1755), + [anon_sym_throw] = ACTIONS(1755), + [anon_sym_namespace] = ACTIONS(1755), + [anon_sym_using] = ACTIONS(1755), + [anon_sym_static_assert] = ACTIONS(1755), + [anon_sym_co_return] = ACTIONS(1755), + [anon_sym_co_yield] = ACTIONS(1755), + [anon_sym_try] = ACTIONS(1755), + [anon_sym_co_await] = ACTIONS(1755), + [anon_sym_new] = ACTIONS(1755), + [sym_this] = ACTIONS(1755), + [sym_nullptr] = ACTIONS(1755), + [sym_alone_macro] = ACTIONS(1757), + [aux_sym_alone_macro_call_token1] = ACTIONS(1755), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_FORWARD] = ACTIONS(1755), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_PS_GET] = ACTIONS(1755), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), + [anon_sym_MOZ_COLD] = ACTIONS(1755), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_RAII] = ACTIONS(1755), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), + [sym_raw_string_literal] = ACTIONS(1757), }, - [605] = { + [595] = { [sym_identifier] = ACTIONS(1787), [aux_sym_preproc_include_token1] = ACTIONS(1787), [aux_sym_preproc_def_token1] = ACTIONS(1787), [aux_sym_preproc_if_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token2] = ACTIONS(1787), [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), [sym_preproc_directive] = ACTIONS(1787), @@ -149697,7 +147854,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1787), [anon_sym___vectorcall] = ACTIONS(1787), [anon_sym_LBRACE] = ACTIONS(1789), - [anon_sym_RBRACE] = ACTIONS(1789), [anon_sym_LBRACK] = ACTIONS(1787), [anon_sym_static] = ACTIONS(1787), [anon_sym_register] = ACTIONS(1787), @@ -149747,121 +147903,691 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(1787), [sym_null] = ACTIONS(1787), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1787), - [anon_sym_virtual] = ACTIONS(1787), - [anon_sym_explicit] = ACTIONS(1787), - [sym_auto] = ACTIONS(1787), - [anon_sym_typename] = ACTIONS(1787), - [anon_sym_template] = ACTIONS(1787), - [anon_sym_operator] = ACTIONS(1787), - [anon_sym_delete] = ACTIONS(1787), - [anon_sym_throw] = ACTIONS(1787), - [anon_sym_namespace] = ACTIONS(1787), - [anon_sym_using] = ACTIONS(1787), - [anon_sym_static_assert] = ACTIONS(1787), - [anon_sym_co_return] = ACTIONS(1787), - [anon_sym_co_yield] = ACTIONS(1787), - [anon_sym_try] = ACTIONS(1787), - [anon_sym_co_await] = ACTIONS(1787), - [anon_sym_new] = ACTIONS(1787), - [sym_this] = ACTIONS(1787), - [sym_nullptr] = ACTIONS(1787), - [sym_alone_macro] = ACTIONS(1789), - [aux_sym_alone_macro_call_token1] = ACTIONS(1787), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_FORWARD] = ACTIONS(1787), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_PS_GET] = ACTIONS(1787), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), - [anon_sym_MOZ_COLD] = ACTIONS(1787), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_RAII] = ACTIONS(1787), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), - [sym_raw_string_literal] = ACTIONS(1789), + [anon_sym_decltype] = ACTIONS(1787), + [anon_sym_virtual] = ACTIONS(1787), + [anon_sym_explicit] = ACTIONS(1787), + [sym_auto] = ACTIONS(1787), + [anon_sym_typename] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1787), + [anon_sym_operator] = ACTIONS(1787), + [anon_sym_delete] = ACTIONS(1787), + [anon_sym_throw] = ACTIONS(1787), + [anon_sym_namespace] = ACTIONS(1787), + [anon_sym_using] = ACTIONS(1787), + [anon_sym_static_assert] = ACTIONS(1787), + [anon_sym_co_return] = ACTIONS(1787), + [anon_sym_co_yield] = ACTIONS(1787), + [anon_sym_try] = ACTIONS(1787), + [anon_sym_co_await] = ACTIONS(1787), + [anon_sym_new] = ACTIONS(1787), + [sym_this] = ACTIONS(1787), + [sym_nullptr] = ACTIONS(1787), + [sym_alone_macro] = ACTIONS(1789), + [aux_sym_alone_macro_call_token1] = ACTIONS(1787), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_FORWARD] = ACTIONS(1787), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_PS_GET] = ACTIONS(1787), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), + [anon_sym_MOZ_COLD] = ACTIONS(1787), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_RAII] = ACTIONS(1787), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), + [sym_raw_string_literal] = ACTIONS(1789), + }, + [596] = { + [sym_identifier] = ACTIONS(1879), + [aux_sym_preproc_include_token1] = ACTIONS(1879), + [aux_sym_preproc_def_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token2] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), + [sym_preproc_directive] = ACTIONS(1879), + [anon_sym_LPAREN2] = ACTIONS(1881), + [anon_sym_BANG] = ACTIONS(1881), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1879), + [anon_sym_PLUS] = ACTIONS(1879), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1879), + [anon_sym_SEMI] = ACTIONS(1881), + [anon_sym_typedef] = ACTIONS(1879), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym___attribute__] = ACTIONS(1879), + [anon_sym_COLON_COLON] = ACTIONS(1881), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), + [anon_sym___declspec] = ACTIONS(1879), + [anon_sym___based] = ACTIONS(1879), + [anon_sym___cdecl] = ACTIONS(1879), + [anon_sym___clrcall] = ACTIONS(1879), + [anon_sym___stdcall] = ACTIONS(1879), + [anon_sym___fastcall] = ACTIONS(1879), + [anon_sym___thiscall] = ACTIONS(1879), + [anon_sym___vectorcall] = ACTIONS(1879), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_register] = ACTIONS(1879), + [anon_sym_inline] = ACTIONS(1879), + [anon_sym_thread_local] = ACTIONS(1879), + [anon_sym_const] = ACTIONS(1879), + [anon_sym_volatile] = ACTIONS(1879), + [anon_sym_restrict] = ACTIONS(1879), + [anon_sym__Atomic] = ACTIONS(1879), + [anon_sym_mutable] = ACTIONS(1879), + [anon_sym_constexpr] = ACTIONS(1879), + [anon_sym_signed] = ACTIONS(1879), + [anon_sym_unsigned] = ACTIONS(1879), + [anon_sym_long] = ACTIONS(1879), + [anon_sym_short] = ACTIONS(1879), + [sym_primitive_type] = ACTIONS(1879), + [anon_sym_enum] = ACTIONS(1879), + [anon_sym_class] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1879), + [anon_sym_union] = ACTIONS(1879), + [anon_sym_if] = ACTIONS(1879), + [anon_sym_switch] = ACTIONS(1879), + [anon_sym_case] = ACTIONS(1879), + [anon_sym_default] = ACTIONS(1879), + [anon_sym_while] = ACTIONS(1879), + [anon_sym_do] = ACTIONS(1879), + [anon_sym_for] = ACTIONS(1879), + [anon_sym_return] = ACTIONS(1879), + [anon_sym_break] = ACTIONS(1879), + [anon_sym_continue] = ACTIONS(1879), + [anon_sym_goto] = ACTIONS(1879), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_sizeof] = ACTIONS(1879), + [sym_number_literal] = ACTIONS(1881), + [anon_sym_L_SQUOTE] = ACTIONS(1881), + [anon_sym_u_SQUOTE] = ACTIONS(1881), + [anon_sym_U_SQUOTE] = ACTIONS(1881), + [anon_sym_u8_SQUOTE] = ACTIONS(1881), + [anon_sym_SQUOTE] = ACTIONS(1881), + [anon_sym_L_DQUOTE] = ACTIONS(1881), + [anon_sym_u_DQUOTE] = ACTIONS(1881), + [anon_sym_U_DQUOTE] = ACTIONS(1881), + [anon_sym_u8_DQUOTE] = ACTIONS(1881), + [anon_sym_DQUOTE] = ACTIONS(1881), + [sym_true] = ACTIONS(1879), + [sym_false] = ACTIONS(1879), + [sym_null] = ACTIONS(1879), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1879), + [anon_sym_virtual] = ACTIONS(1879), + [anon_sym_explicit] = ACTIONS(1879), + [sym_auto] = ACTIONS(1879), + [anon_sym_typename] = ACTIONS(1879), + [anon_sym_template] = ACTIONS(1879), + [anon_sym_operator] = ACTIONS(1879), + [anon_sym_delete] = ACTIONS(1879), + [anon_sym_throw] = ACTIONS(1879), + [anon_sym_namespace] = ACTIONS(1879), + [anon_sym_using] = ACTIONS(1879), + [anon_sym_static_assert] = ACTIONS(1879), + [anon_sym_co_return] = ACTIONS(1879), + [anon_sym_co_yield] = ACTIONS(1879), + [anon_sym_try] = ACTIONS(1879), + [anon_sym_co_await] = ACTIONS(1879), + [anon_sym_new] = ACTIONS(1879), + [sym_this] = ACTIONS(1879), + [sym_nullptr] = ACTIONS(1879), + [sym_alone_macro] = ACTIONS(1881), + [aux_sym_alone_macro_call_token1] = ACTIONS(1879), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_FORWARD] = ACTIONS(1879), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_PS_GET] = ACTIONS(1879), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), + [anon_sym_MOZ_COLD] = ACTIONS(1879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_RAII] = ACTIONS(1879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), + [sym_raw_string_literal] = ACTIONS(1881), + }, + [597] = { + [sym_identifier] = ACTIONS(1883), + [aux_sym_preproc_include_token1] = ACTIONS(1883), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token2] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1883), + [sym_preproc_directive] = ACTIONS(1883), + [anon_sym_LPAREN2] = ACTIONS(1885), + [anon_sym_BANG] = ACTIONS(1885), + [anon_sym_TILDE] = ACTIONS(1885), + [anon_sym_DASH] = ACTIONS(1883), + [anon_sym_PLUS] = ACTIONS(1883), + [anon_sym_STAR] = ACTIONS(1885), + [anon_sym_AMP_AMP] = ACTIONS(1885), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_SEMI] = ACTIONS(1885), + [anon_sym_typedef] = ACTIONS(1883), + [anon_sym_extern] = ACTIONS(1883), + [anon_sym___attribute__] = ACTIONS(1883), + [anon_sym_COLON_COLON] = ACTIONS(1885), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1885), + [anon_sym___declspec] = ACTIONS(1883), + [anon_sym___based] = ACTIONS(1883), + [anon_sym___cdecl] = ACTIONS(1883), + [anon_sym___clrcall] = ACTIONS(1883), + [anon_sym___stdcall] = ACTIONS(1883), + [anon_sym___fastcall] = ACTIONS(1883), + [anon_sym___thiscall] = ACTIONS(1883), + [anon_sym___vectorcall] = ACTIONS(1883), + [anon_sym_LBRACE] = ACTIONS(1885), + [anon_sym_LBRACK] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1883), + [anon_sym_register] = ACTIONS(1883), + [anon_sym_inline] = ACTIONS(1883), + [anon_sym_thread_local] = ACTIONS(1883), + [anon_sym_const] = ACTIONS(1883), + [anon_sym_volatile] = ACTIONS(1883), + [anon_sym_restrict] = ACTIONS(1883), + [anon_sym__Atomic] = ACTIONS(1883), + [anon_sym_mutable] = ACTIONS(1883), + [anon_sym_constexpr] = ACTIONS(1883), + [anon_sym_signed] = ACTIONS(1883), + [anon_sym_unsigned] = ACTIONS(1883), + [anon_sym_long] = ACTIONS(1883), + [anon_sym_short] = ACTIONS(1883), + [sym_primitive_type] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1883), + [anon_sym_class] = ACTIONS(1883), + [anon_sym_struct] = ACTIONS(1883), + [anon_sym_union] = ACTIONS(1883), + [anon_sym_if] = ACTIONS(1883), + [anon_sym_switch] = ACTIONS(1883), + [anon_sym_case] = ACTIONS(1883), + [anon_sym_default] = ACTIONS(1883), + [anon_sym_while] = ACTIONS(1883), + [anon_sym_do] = ACTIONS(1883), + [anon_sym_for] = ACTIONS(1883), + [anon_sym_return] = ACTIONS(1883), + [anon_sym_break] = ACTIONS(1883), + [anon_sym_continue] = ACTIONS(1883), + [anon_sym_goto] = ACTIONS(1883), + [anon_sym_DASH_DASH] = ACTIONS(1885), + [anon_sym_PLUS_PLUS] = ACTIONS(1885), + [anon_sym_sizeof] = ACTIONS(1883), + [sym_number_literal] = ACTIONS(1885), + [anon_sym_L_SQUOTE] = ACTIONS(1885), + [anon_sym_u_SQUOTE] = ACTIONS(1885), + [anon_sym_U_SQUOTE] = ACTIONS(1885), + [anon_sym_u8_SQUOTE] = ACTIONS(1885), + [anon_sym_SQUOTE] = ACTIONS(1885), + [anon_sym_L_DQUOTE] = ACTIONS(1885), + [anon_sym_u_DQUOTE] = ACTIONS(1885), + [anon_sym_U_DQUOTE] = ACTIONS(1885), + [anon_sym_u8_DQUOTE] = ACTIONS(1885), + [anon_sym_DQUOTE] = ACTIONS(1885), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [sym_null] = ACTIONS(1883), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1883), + [anon_sym_virtual] = ACTIONS(1883), + [anon_sym_explicit] = ACTIONS(1883), + [sym_auto] = ACTIONS(1883), + [anon_sym_typename] = ACTIONS(1883), + [anon_sym_template] = ACTIONS(1883), + [anon_sym_operator] = ACTIONS(1883), + [anon_sym_delete] = ACTIONS(1883), + [anon_sym_throw] = ACTIONS(1883), + [anon_sym_namespace] = ACTIONS(1883), + [anon_sym_using] = ACTIONS(1883), + [anon_sym_static_assert] = ACTIONS(1883), + [anon_sym_co_return] = ACTIONS(1883), + [anon_sym_co_yield] = ACTIONS(1883), + [anon_sym_try] = ACTIONS(1883), + [anon_sym_co_await] = ACTIONS(1883), + [anon_sym_new] = ACTIONS(1883), + [sym_this] = ACTIONS(1883), + [sym_nullptr] = ACTIONS(1883), + [sym_alone_macro] = ACTIONS(1885), + [aux_sym_alone_macro_call_token1] = ACTIONS(1883), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_FORWARD] = ACTIONS(1883), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1883), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_PS_GET] = ACTIONS(1883), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1883), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1883), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1883), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1883), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1883), + [anon_sym_MOZ_COLD] = ACTIONS(1883), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1883), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1883), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1883), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1883), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1883), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1883), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1883), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1883), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1883), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1883), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1883), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1883), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_RAII] = ACTIONS(1883), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1883), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1883), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1883), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1883), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), + [sym_raw_string_literal] = ACTIONS(1885), + }, + [598] = { + [sym_identifier] = ACTIONS(1715), + [aux_sym_preproc_include_token1] = ACTIONS(1715), + [aux_sym_preproc_def_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_LPAREN2] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_STAR] = ACTIONS(1717), + [anon_sym_AMP_AMP] = ACTIONS(1717), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_typedef] = ACTIONS(1715), + [anon_sym_extern] = ACTIONS(1715), + [anon_sym___attribute__] = ACTIONS(1715), + [anon_sym_COLON_COLON] = ACTIONS(1717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), + [anon_sym___declspec] = ACTIONS(1715), + [anon_sym___based] = ACTIONS(1715), + [anon_sym___cdecl] = ACTIONS(1715), + [anon_sym___clrcall] = ACTIONS(1715), + [anon_sym___stdcall] = ACTIONS(1715), + [anon_sym___fastcall] = ACTIONS(1715), + [anon_sym___thiscall] = ACTIONS(1715), + [anon_sym___vectorcall] = ACTIONS(1715), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1715), + [anon_sym_register] = ACTIONS(1715), + [anon_sym_inline] = ACTIONS(1715), + [anon_sym_thread_local] = ACTIONS(1715), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_volatile] = ACTIONS(1715), + [anon_sym_restrict] = ACTIONS(1715), + [anon_sym__Atomic] = ACTIONS(1715), + [anon_sym_mutable] = ACTIONS(1715), + [anon_sym_constexpr] = ACTIONS(1715), + [anon_sym_signed] = ACTIONS(1715), + [anon_sym_unsigned] = ACTIONS(1715), + [anon_sym_long] = ACTIONS(1715), + [anon_sym_short] = ACTIONS(1715), + [sym_primitive_type] = ACTIONS(1715), + [anon_sym_enum] = ACTIONS(1715), + [anon_sym_class] = ACTIONS(1715), + [anon_sym_struct] = ACTIONS(1715), + [anon_sym_union] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_do] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_continue] = ACTIONS(1715), + [anon_sym_goto] = ACTIONS(1715), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_sizeof] = ACTIONS(1715), + [sym_number_literal] = ACTIONS(1717), + [anon_sym_L_SQUOTE] = ACTIONS(1717), + [anon_sym_u_SQUOTE] = ACTIONS(1717), + [anon_sym_U_SQUOTE] = ACTIONS(1717), + [anon_sym_u8_SQUOTE] = ACTIONS(1717), + [anon_sym_SQUOTE] = ACTIONS(1717), + [anon_sym_L_DQUOTE] = ACTIONS(1717), + [anon_sym_u_DQUOTE] = ACTIONS(1717), + [anon_sym_U_DQUOTE] = ACTIONS(1717), + [anon_sym_u8_DQUOTE] = ACTIONS(1717), + [anon_sym_DQUOTE] = ACTIONS(1717), + [sym_true] = ACTIONS(1715), + [sym_false] = ACTIONS(1715), + [sym_null] = ACTIONS(1715), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1715), + [anon_sym_virtual] = ACTIONS(1715), + [anon_sym_explicit] = ACTIONS(1715), + [sym_auto] = ACTIONS(1715), + [anon_sym_typename] = ACTIONS(1715), + [anon_sym_template] = ACTIONS(1715), + [anon_sym_operator] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_throw] = ACTIONS(1715), + [anon_sym_namespace] = ACTIONS(1715), + [anon_sym_using] = ACTIONS(1715), + [anon_sym_static_assert] = ACTIONS(1715), + [anon_sym_co_return] = ACTIONS(1715), + [anon_sym_co_yield] = ACTIONS(1715), + [anon_sym_try] = ACTIONS(1715), + [anon_sym_co_await] = ACTIONS(1715), + [anon_sym_new] = ACTIONS(1715), + [sym_this] = ACTIONS(1715), + [sym_nullptr] = ACTIONS(1715), + [sym_alone_macro] = ACTIONS(1717), + [aux_sym_alone_macro_call_token1] = ACTIONS(1715), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_FORWARD] = ACTIONS(1715), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_PS_GET] = ACTIONS(1715), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), + [anon_sym_MOZ_COLD] = ACTIONS(1715), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_RAII] = ACTIONS(1715), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), + [sym_raw_string_literal] = ACTIONS(1717), }, - [606] = { + [599] = { + [ts_builtin_sym_end] = ACTIONS(1761), [sym_identifier] = ACTIONS(1759), [aux_sym_preproc_include_token1] = ACTIONS(1759), [aux_sym_preproc_def_token1] = ACTIONS(1759), [aux_sym_preproc_if_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token2] = ACTIONS(1759), [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), [sym_preproc_directive] = ACTIONS(1759), @@ -149937,306 +148663,1067 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(1759), [sym_null] = ACTIONS(1759), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1759), - [anon_sym_virtual] = ACTIONS(1759), - [anon_sym_explicit] = ACTIONS(1759), - [sym_auto] = ACTIONS(1759), - [anon_sym_typename] = ACTIONS(1759), - [anon_sym_template] = ACTIONS(1759), - [anon_sym_operator] = ACTIONS(1759), - [anon_sym_delete] = ACTIONS(1759), - [anon_sym_throw] = ACTIONS(1759), - [anon_sym_namespace] = ACTIONS(1759), - [anon_sym_using] = ACTIONS(1759), - [anon_sym_static_assert] = ACTIONS(1759), - [anon_sym_co_return] = ACTIONS(1759), - [anon_sym_co_yield] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1759), - [anon_sym_co_await] = ACTIONS(1759), - [anon_sym_new] = ACTIONS(1759), - [sym_this] = ACTIONS(1759), - [sym_nullptr] = ACTIONS(1759), - [sym_alone_macro] = ACTIONS(1761), - [aux_sym_alone_macro_call_token1] = ACTIONS(1759), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_FORWARD] = ACTIONS(1759), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_PS_GET] = ACTIONS(1759), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), - [anon_sym_MOZ_COLD] = ACTIONS(1759), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_RAII] = ACTIONS(1759), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), - [sym_raw_string_literal] = ACTIONS(1761), + [anon_sym_decltype] = ACTIONS(1759), + [anon_sym_virtual] = ACTIONS(1759), + [anon_sym_explicit] = ACTIONS(1759), + [sym_auto] = ACTIONS(1759), + [anon_sym_typename] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1759), + [anon_sym_operator] = ACTIONS(1759), + [anon_sym_delete] = ACTIONS(1759), + [anon_sym_throw] = ACTIONS(1759), + [anon_sym_namespace] = ACTIONS(1759), + [anon_sym_using] = ACTIONS(1759), + [anon_sym_static_assert] = ACTIONS(1759), + [anon_sym_co_return] = ACTIONS(1759), + [anon_sym_co_yield] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1759), + [anon_sym_co_await] = ACTIONS(1759), + [anon_sym_new] = ACTIONS(1759), + [sym_this] = ACTIONS(1759), + [sym_nullptr] = ACTIONS(1759), + [sym_alone_macro] = ACTIONS(1761), + [aux_sym_alone_macro_call_token1] = ACTIONS(1759), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_FORWARD] = ACTIONS(1759), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_PS_GET] = ACTIONS(1759), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), + [anon_sym_MOZ_COLD] = ACTIONS(1759), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_RAII] = ACTIONS(1759), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), + [sym_raw_string_literal] = ACTIONS(1761), + }, + [600] = { + [ts_builtin_sym_end] = ACTIONS(1765), + [sym_identifier] = ACTIONS(1763), + [aux_sym_preproc_include_token1] = ACTIONS(1763), + [aux_sym_preproc_def_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), + [sym_preproc_directive] = ACTIONS(1763), + [anon_sym_LPAREN2] = ACTIONS(1765), + [anon_sym_BANG] = ACTIONS(1765), + [anon_sym_TILDE] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1763), + [anon_sym_PLUS] = ACTIONS(1763), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_AMP_AMP] = ACTIONS(1765), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_SEMI] = ACTIONS(1765), + [anon_sym_typedef] = ACTIONS(1763), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym_COLON_COLON] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym___based] = ACTIONS(1763), + [anon_sym___cdecl] = ACTIONS(1763), + [anon_sym___clrcall] = ACTIONS(1763), + [anon_sym___stdcall] = ACTIONS(1763), + [anon_sym___fastcall] = ACTIONS(1763), + [anon_sym___thiscall] = ACTIONS(1763), + [anon_sym___vectorcall] = ACTIONS(1763), + [anon_sym_LBRACE] = ACTIONS(1765), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym_mutable] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1763), + [anon_sym_switch] = ACTIONS(1763), + [anon_sym_case] = ACTIONS(1763), + [anon_sym_default] = ACTIONS(1763), + [anon_sym_while] = ACTIONS(1763), + [anon_sym_do] = ACTIONS(1763), + [anon_sym_for] = ACTIONS(1763), + [anon_sym_return] = ACTIONS(1763), + [anon_sym_break] = ACTIONS(1763), + [anon_sym_continue] = ACTIONS(1763), + [anon_sym_goto] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1765), + [anon_sym_sizeof] = ACTIONS(1763), + [sym_number_literal] = ACTIONS(1765), + [anon_sym_L_SQUOTE] = ACTIONS(1765), + [anon_sym_u_SQUOTE] = ACTIONS(1765), + [anon_sym_U_SQUOTE] = ACTIONS(1765), + [anon_sym_u8_SQUOTE] = ACTIONS(1765), + [anon_sym_SQUOTE] = ACTIONS(1765), + [anon_sym_L_DQUOTE] = ACTIONS(1765), + [anon_sym_u_DQUOTE] = ACTIONS(1765), + [anon_sym_U_DQUOTE] = ACTIONS(1765), + [anon_sym_u8_DQUOTE] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym_true] = ACTIONS(1763), + [sym_false] = ACTIONS(1763), + [sym_null] = ACTIONS(1763), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1763), + [anon_sym_virtual] = ACTIONS(1763), + [anon_sym_explicit] = ACTIONS(1763), + [sym_auto] = ACTIONS(1763), + [anon_sym_typename] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1763), + [anon_sym_operator] = ACTIONS(1763), + [anon_sym_delete] = ACTIONS(1763), + [anon_sym_throw] = ACTIONS(1763), + [anon_sym_namespace] = ACTIONS(1763), + [anon_sym_using] = ACTIONS(1763), + [anon_sym_static_assert] = ACTIONS(1763), + [anon_sym_co_return] = ACTIONS(1763), + [anon_sym_co_yield] = ACTIONS(1763), + [anon_sym_try] = ACTIONS(1763), + [anon_sym_co_await] = ACTIONS(1763), + [anon_sym_new] = ACTIONS(1763), + [sym_this] = ACTIONS(1763), + [sym_nullptr] = ACTIONS(1763), + [sym_alone_macro] = ACTIONS(1765), + [aux_sym_alone_macro_call_token1] = ACTIONS(1763), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_FORWARD] = ACTIONS(1763), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_PS_GET] = ACTIONS(1763), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), + [anon_sym_MOZ_COLD] = ACTIONS(1763), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_RAII] = ACTIONS(1763), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), + [sym_raw_string_literal] = ACTIONS(1765), + }, + [601] = { + [ts_builtin_sym_end] = ACTIONS(1809), + [sym_identifier] = ACTIONS(1807), + [aux_sym_preproc_include_token1] = ACTIONS(1807), + [aux_sym_preproc_def_token1] = ACTIONS(1807), + [aux_sym_preproc_if_token1] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), + [sym_preproc_directive] = ACTIONS(1807), + [anon_sym_LPAREN2] = ACTIONS(1809), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1809), + [anon_sym_AMP_AMP] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), + [anon_sym_typedef] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1807), + [anon_sym___attribute__] = ACTIONS(1807), + [anon_sym_COLON_COLON] = ACTIONS(1809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), + [anon_sym___declspec] = ACTIONS(1807), + [anon_sym___based] = ACTIONS(1807), + [anon_sym___cdecl] = ACTIONS(1807), + [anon_sym___clrcall] = ACTIONS(1807), + [anon_sym___stdcall] = ACTIONS(1807), + [anon_sym___fastcall] = ACTIONS(1807), + [anon_sym___thiscall] = ACTIONS(1807), + [anon_sym___vectorcall] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1807), + [anon_sym_static] = ACTIONS(1807), + [anon_sym_register] = ACTIONS(1807), + [anon_sym_inline] = ACTIONS(1807), + [anon_sym_thread_local] = ACTIONS(1807), + [anon_sym_const] = ACTIONS(1807), + [anon_sym_volatile] = ACTIONS(1807), + [anon_sym_restrict] = ACTIONS(1807), + [anon_sym__Atomic] = ACTIONS(1807), + [anon_sym_mutable] = ACTIONS(1807), + [anon_sym_constexpr] = ACTIONS(1807), + [anon_sym_signed] = ACTIONS(1807), + [anon_sym_unsigned] = ACTIONS(1807), + [anon_sym_long] = ACTIONS(1807), + [anon_sym_short] = ACTIONS(1807), + [sym_primitive_type] = ACTIONS(1807), + [anon_sym_enum] = ACTIONS(1807), + [anon_sym_class] = ACTIONS(1807), + [anon_sym_struct] = ACTIONS(1807), + [anon_sym_union] = ACTIONS(1807), + [anon_sym_if] = ACTIONS(1807), + [anon_sym_switch] = ACTIONS(1807), + [anon_sym_case] = ACTIONS(1807), + [anon_sym_default] = ACTIONS(1807), + [anon_sym_while] = ACTIONS(1807), + [anon_sym_do] = ACTIONS(1807), + [anon_sym_for] = ACTIONS(1807), + [anon_sym_return] = ACTIONS(1807), + [anon_sym_break] = ACTIONS(1807), + [anon_sym_continue] = ACTIONS(1807), + [anon_sym_goto] = ACTIONS(1807), + [anon_sym_DASH_DASH] = ACTIONS(1809), + [anon_sym_PLUS_PLUS] = ACTIONS(1809), + [anon_sym_sizeof] = ACTIONS(1807), + [sym_number_literal] = ACTIONS(1809), + [anon_sym_L_SQUOTE] = ACTIONS(1809), + [anon_sym_u_SQUOTE] = ACTIONS(1809), + [anon_sym_U_SQUOTE] = ACTIONS(1809), + [anon_sym_u8_SQUOTE] = ACTIONS(1809), + [anon_sym_SQUOTE] = ACTIONS(1809), + [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(1807), + [sym_false] = ACTIONS(1807), + [sym_null] = ACTIONS(1807), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1807), + [anon_sym_virtual] = ACTIONS(1807), + [anon_sym_explicit] = ACTIONS(1807), + [sym_auto] = ACTIONS(1807), + [anon_sym_typename] = ACTIONS(1807), + [anon_sym_template] = ACTIONS(1807), + [anon_sym_operator] = ACTIONS(1807), + [anon_sym_delete] = ACTIONS(1807), + [anon_sym_throw] = ACTIONS(1807), + [anon_sym_namespace] = ACTIONS(1807), + [anon_sym_using] = ACTIONS(1807), + [anon_sym_static_assert] = ACTIONS(1807), + [anon_sym_co_return] = ACTIONS(1807), + [anon_sym_co_yield] = ACTIONS(1807), + [anon_sym_try] = ACTIONS(1807), + [anon_sym_co_await] = ACTIONS(1807), + [anon_sym_new] = ACTIONS(1807), + [sym_this] = ACTIONS(1807), + [sym_nullptr] = ACTIONS(1807), + [sym_alone_macro] = ACTIONS(1809), + [aux_sym_alone_macro_call_token1] = ACTIONS(1807), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_FORWARD] = ACTIONS(1807), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_PS_GET] = ACTIONS(1807), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), + [anon_sym_MOZ_COLD] = ACTIONS(1807), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_RAII] = ACTIONS(1807), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), + [sym_raw_string_literal] = ACTIONS(1809), + }, + [602] = { + [ts_builtin_sym_end] = ACTIONS(1813), + [sym_identifier] = ACTIONS(1811), + [aux_sym_preproc_include_token1] = ACTIONS(1811), + [aux_sym_preproc_def_token1] = ACTIONS(1811), + [aux_sym_preproc_if_token1] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), + [sym_preproc_directive] = ACTIONS(1811), + [anon_sym_LPAREN2] = ACTIONS(1813), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_TILDE] = ACTIONS(1813), + [anon_sym_DASH] = ACTIONS(1811), + [anon_sym_PLUS] = ACTIONS(1811), + [anon_sym_STAR] = ACTIONS(1813), + [anon_sym_AMP_AMP] = ACTIONS(1813), + [anon_sym_AMP] = ACTIONS(1811), + [anon_sym_SEMI] = ACTIONS(1813), + [anon_sym_typedef] = ACTIONS(1811), + [anon_sym_extern] = ACTIONS(1811), + [anon_sym___attribute__] = ACTIONS(1811), + [anon_sym_COLON_COLON] = ACTIONS(1813), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), + [anon_sym___declspec] = ACTIONS(1811), + [anon_sym___based] = ACTIONS(1811), + [anon_sym___cdecl] = ACTIONS(1811), + [anon_sym___clrcall] = ACTIONS(1811), + [anon_sym___stdcall] = ACTIONS(1811), + [anon_sym___fastcall] = ACTIONS(1811), + [anon_sym___thiscall] = ACTIONS(1811), + [anon_sym___vectorcall] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_static] = ACTIONS(1811), + [anon_sym_register] = ACTIONS(1811), + [anon_sym_inline] = ACTIONS(1811), + [anon_sym_thread_local] = ACTIONS(1811), + [anon_sym_const] = ACTIONS(1811), + [anon_sym_volatile] = ACTIONS(1811), + [anon_sym_restrict] = ACTIONS(1811), + [anon_sym__Atomic] = ACTIONS(1811), + [anon_sym_mutable] = ACTIONS(1811), + [anon_sym_constexpr] = ACTIONS(1811), + [anon_sym_signed] = ACTIONS(1811), + [anon_sym_unsigned] = ACTIONS(1811), + [anon_sym_long] = ACTIONS(1811), + [anon_sym_short] = ACTIONS(1811), + [sym_primitive_type] = ACTIONS(1811), + [anon_sym_enum] = ACTIONS(1811), + [anon_sym_class] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1811), + [anon_sym_union] = ACTIONS(1811), + [anon_sym_if] = ACTIONS(1811), + [anon_sym_switch] = ACTIONS(1811), + [anon_sym_case] = ACTIONS(1811), + [anon_sym_default] = ACTIONS(1811), + [anon_sym_while] = ACTIONS(1811), + [anon_sym_do] = ACTIONS(1811), + [anon_sym_for] = ACTIONS(1811), + [anon_sym_return] = ACTIONS(1811), + [anon_sym_break] = ACTIONS(1811), + [anon_sym_continue] = ACTIONS(1811), + [anon_sym_goto] = ACTIONS(1811), + [anon_sym_DASH_DASH] = ACTIONS(1813), + [anon_sym_PLUS_PLUS] = ACTIONS(1813), + [anon_sym_sizeof] = ACTIONS(1811), + [sym_number_literal] = ACTIONS(1813), + [anon_sym_L_SQUOTE] = ACTIONS(1813), + [anon_sym_u_SQUOTE] = ACTIONS(1813), + [anon_sym_U_SQUOTE] = ACTIONS(1813), + [anon_sym_u8_SQUOTE] = ACTIONS(1813), + [anon_sym_SQUOTE] = ACTIONS(1813), + [anon_sym_L_DQUOTE] = ACTIONS(1813), + [anon_sym_u_DQUOTE] = ACTIONS(1813), + [anon_sym_U_DQUOTE] = ACTIONS(1813), + [anon_sym_u8_DQUOTE] = ACTIONS(1813), + [anon_sym_DQUOTE] = ACTIONS(1813), + [sym_true] = ACTIONS(1811), + [sym_false] = ACTIONS(1811), + [sym_null] = ACTIONS(1811), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1811), + [anon_sym_virtual] = ACTIONS(1811), + [anon_sym_explicit] = ACTIONS(1811), + [sym_auto] = ACTIONS(1811), + [anon_sym_typename] = ACTIONS(1811), + [anon_sym_template] = ACTIONS(1811), + [anon_sym_operator] = ACTIONS(1811), + [anon_sym_delete] = ACTIONS(1811), + [anon_sym_throw] = ACTIONS(1811), + [anon_sym_namespace] = ACTIONS(1811), + [anon_sym_using] = ACTIONS(1811), + [anon_sym_static_assert] = ACTIONS(1811), + [anon_sym_co_return] = ACTIONS(1811), + [anon_sym_co_yield] = ACTIONS(1811), + [anon_sym_try] = ACTIONS(1811), + [anon_sym_co_await] = ACTIONS(1811), + [anon_sym_new] = ACTIONS(1811), + [sym_this] = ACTIONS(1811), + [sym_nullptr] = ACTIONS(1811), + [sym_alone_macro] = ACTIONS(1813), + [aux_sym_alone_macro_call_token1] = ACTIONS(1811), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_FORWARD] = ACTIONS(1811), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_PS_GET] = ACTIONS(1811), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), + [anon_sym_MOZ_COLD] = ACTIONS(1811), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_RAII] = ACTIONS(1811), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), + [sym_raw_string_literal] = ACTIONS(1813), + }, + [603] = { + [ts_builtin_sym_end] = ACTIONS(1745), + [sym_identifier] = ACTIONS(1743), + [aux_sym_preproc_include_token1] = ACTIONS(1743), + [aux_sym_preproc_def_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_LPAREN2] = ACTIONS(1745), + [anon_sym_BANG] = ACTIONS(1745), + [anon_sym_TILDE] = ACTIONS(1745), + [anon_sym_DASH] = ACTIONS(1743), + [anon_sym_PLUS] = ACTIONS(1743), + [anon_sym_STAR] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1745), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1745), + [anon_sym_typedef] = ACTIONS(1743), + [anon_sym_extern] = ACTIONS(1743), + [anon_sym___attribute__] = ACTIONS(1743), + [anon_sym_COLON_COLON] = ACTIONS(1745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), + [anon_sym___declspec] = ACTIONS(1743), + [anon_sym___based] = ACTIONS(1743), + [anon_sym___cdecl] = ACTIONS(1743), + [anon_sym___clrcall] = ACTIONS(1743), + [anon_sym___stdcall] = ACTIONS(1743), + [anon_sym___fastcall] = ACTIONS(1743), + [anon_sym___thiscall] = ACTIONS(1743), + [anon_sym___vectorcall] = ACTIONS(1743), + [anon_sym_LBRACE] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1743), + [anon_sym_register] = ACTIONS(1743), + [anon_sym_inline] = ACTIONS(1743), + [anon_sym_thread_local] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1743), + [anon_sym_volatile] = ACTIONS(1743), + [anon_sym_restrict] = ACTIONS(1743), + [anon_sym__Atomic] = ACTIONS(1743), + [anon_sym_mutable] = ACTIONS(1743), + [anon_sym_constexpr] = ACTIONS(1743), + [anon_sym_signed] = ACTIONS(1743), + [anon_sym_unsigned] = ACTIONS(1743), + [anon_sym_long] = ACTIONS(1743), + [anon_sym_short] = ACTIONS(1743), + [sym_primitive_type] = ACTIONS(1743), + [anon_sym_enum] = ACTIONS(1743), + [anon_sym_class] = ACTIONS(1743), + [anon_sym_struct] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_if] = ACTIONS(1743), + [anon_sym_switch] = ACTIONS(1743), + [anon_sym_case] = ACTIONS(1743), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_while] = ACTIONS(1743), + [anon_sym_do] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1743), + [anon_sym_return] = ACTIONS(1743), + [anon_sym_break] = ACTIONS(1743), + [anon_sym_continue] = ACTIONS(1743), + [anon_sym_goto] = ACTIONS(1743), + [anon_sym_DASH_DASH] = ACTIONS(1745), + [anon_sym_PLUS_PLUS] = ACTIONS(1745), + [anon_sym_sizeof] = ACTIONS(1743), + [sym_number_literal] = ACTIONS(1745), + [anon_sym_L_SQUOTE] = ACTIONS(1745), + [anon_sym_u_SQUOTE] = ACTIONS(1745), + [anon_sym_U_SQUOTE] = ACTIONS(1745), + [anon_sym_u8_SQUOTE] = ACTIONS(1745), + [anon_sym_SQUOTE] = ACTIONS(1745), + [anon_sym_L_DQUOTE] = ACTIONS(1745), + [anon_sym_u_DQUOTE] = ACTIONS(1745), + [anon_sym_U_DQUOTE] = ACTIONS(1745), + [anon_sym_u8_DQUOTE] = ACTIONS(1745), + [anon_sym_DQUOTE] = ACTIONS(1745), + [sym_true] = ACTIONS(1743), + [sym_false] = ACTIONS(1743), + [sym_null] = ACTIONS(1743), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1743), + [anon_sym_virtual] = ACTIONS(1743), + [anon_sym_explicit] = ACTIONS(1743), + [sym_auto] = ACTIONS(1743), + [anon_sym_typename] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1743), + [anon_sym_operator] = ACTIONS(1743), + [anon_sym_delete] = ACTIONS(1743), + [anon_sym_throw] = ACTIONS(1743), + [anon_sym_namespace] = ACTIONS(1743), + [anon_sym_using] = ACTIONS(1743), + [anon_sym_static_assert] = ACTIONS(1743), + [anon_sym_co_return] = ACTIONS(1743), + [anon_sym_co_yield] = ACTIONS(1743), + [anon_sym_try] = ACTIONS(1743), + [anon_sym_co_await] = ACTIONS(1743), + [anon_sym_new] = ACTIONS(1743), + [sym_this] = ACTIONS(1743), + [sym_nullptr] = ACTIONS(1743), + [sym_alone_macro] = ACTIONS(1745), + [aux_sym_alone_macro_call_token1] = ACTIONS(1743), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_FORWARD] = ACTIONS(1743), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_PS_GET] = ACTIONS(1743), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), + [anon_sym_MOZ_COLD] = ACTIONS(1743), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_RAII] = ACTIONS(1743), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), + [sym_raw_string_literal] = ACTIONS(1745), }, - [607] = { - [sym_identifier] = ACTIONS(1831), - [aux_sym_preproc_include_token1] = ACTIONS(1831), - [aux_sym_preproc_def_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), - [sym_preproc_directive] = ACTIONS(1831), - [anon_sym_LPAREN2] = ACTIONS(1833), - [anon_sym_BANG] = ACTIONS(1833), - [anon_sym_TILDE] = ACTIONS(1833), - [anon_sym_DASH] = ACTIONS(1831), - [anon_sym_PLUS] = ACTIONS(1831), - [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_SEMI] = ACTIONS(1833), - [anon_sym_typedef] = ACTIONS(1831), - [anon_sym_extern] = ACTIONS(1831), - [anon_sym___attribute__] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), - [anon_sym___declspec] = ACTIONS(1831), - [anon_sym___based] = ACTIONS(1831), - [anon_sym___cdecl] = ACTIONS(1831), - [anon_sym___clrcall] = ACTIONS(1831), - [anon_sym___stdcall] = ACTIONS(1831), - [anon_sym___fastcall] = ACTIONS(1831), - [anon_sym___thiscall] = ACTIONS(1831), - [anon_sym___vectorcall] = ACTIONS(1831), - [anon_sym_LBRACE] = ACTIONS(1833), - [anon_sym_RBRACE] = ACTIONS(1833), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_static] = ACTIONS(1831), - [anon_sym_register] = ACTIONS(1831), - [anon_sym_inline] = ACTIONS(1831), - [anon_sym_thread_local] = ACTIONS(1831), - [anon_sym_const] = ACTIONS(1831), - [anon_sym_volatile] = ACTIONS(1831), - [anon_sym_restrict] = ACTIONS(1831), - [anon_sym__Atomic] = ACTIONS(1831), - [anon_sym_mutable] = ACTIONS(1831), - [anon_sym_constexpr] = ACTIONS(1831), - [anon_sym_signed] = ACTIONS(1831), - [anon_sym_unsigned] = ACTIONS(1831), - [anon_sym_long] = ACTIONS(1831), - [anon_sym_short] = ACTIONS(1831), - [sym_primitive_type] = ACTIONS(1831), - [anon_sym_enum] = ACTIONS(1831), - [anon_sym_class] = ACTIONS(1831), - [anon_sym_struct] = ACTIONS(1831), - [anon_sym_union] = ACTIONS(1831), - [anon_sym_if] = ACTIONS(1831), - [anon_sym_switch] = ACTIONS(1831), - [anon_sym_case] = ACTIONS(1831), - [anon_sym_default] = ACTIONS(1831), - [anon_sym_while] = ACTIONS(1831), - [anon_sym_do] = ACTIONS(1831), - [anon_sym_for] = ACTIONS(1831), - [anon_sym_return] = ACTIONS(1831), - [anon_sym_break] = ACTIONS(1831), - [anon_sym_continue] = ACTIONS(1831), - [anon_sym_goto] = ACTIONS(1831), - [anon_sym_DASH_DASH] = ACTIONS(1833), - [anon_sym_PLUS_PLUS] = ACTIONS(1833), - [anon_sym_sizeof] = ACTIONS(1831), - [sym_number_literal] = ACTIONS(1833), - [anon_sym_L_SQUOTE] = ACTIONS(1833), - [anon_sym_u_SQUOTE] = ACTIONS(1833), - [anon_sym_U_SQUOTE] = ACTIONS(1833), - [anon_sym_u8_SQUOTE] = ACTIONS(1833), - [anon_sym_SQUOTE] = ACTIONS(1833), - [anon_sym_L_DQUOTE] = ACTIONS(1833), - [anon_sym_u_DQUOTE] = ACTIONS(1833), - [anon_sym_U_DQUOTE] = ACTIONS(1833), - [anon_sym_u8_DQUOTE] = ACTIONS(1833), - [anon_sym_DQUOTE] = ACTIONS(1833), - [sym_true] = ACTIONS(1831), - [sym_false] = ACTIONS(1831), - [sym_null] = ACTIONS(1831), + [604] = { + [ts_builtin_sym_end] = ACTIONS(1869), + [sym_identifier] = ACTIONS(1867), + [aux_sym_preproc_include_token1] = ACTIONS(1867), + [aux_sym_preproc_def_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), + [sym_preproc_directive] = ACTIONS(1867), + [anon_sym_LPAREN2] = ACTIONS(1869), + [anon_sym_BANG] = ACTIONS(1869), + [anon_sym_TILDE] = ACTIONS(1869), + [anon_sym_DASH] = ACTIONS(1867), + [anon_sym_PLUS] = ACTIONS(1867), + [anon_sym_STAR] = ACTIONS(1869), + [anon_sym_AMP_AMP] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1867), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_typedef] = ACTIONS(1867), + [anon_sym_extern] = ACTIONS(1867), + [anon_sym___attribute__] = ACTIONS(1867), + [anon_sym_COLON_COLON] = ACTIONS(1869), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), + [anon_sym___declspec] = ACTIONS(1867), + [anon_sym___based] = ACTIONS(1867), + [anon_sym___cdecl] = ACTIONS(1867), + [anon_sym___clrcall] = ACTIONS(1867), + [anon_sym___stdcall] = ACTIONS(1867), + [anon_sym___fastcall] = ACTIONS(1867), + [anon_sym___thiscall] = ACTIONS(1867), + [anon_sym___vectorcall] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1869), + [anon_sym_LBRACK] = ACTIONS(1867), + [anon_sym_static] = ACTIONS(1867), + [anon_sym_register] = ACTIONS(1867), + [anon_sym_inline] = ACTIONS(1867), + [anon_sym_thread_local] = ACTIONS(1867), + [anon_sym_const] = ACTIONS(1867), + [anon_sym_volatile] = ACTIONS(1867), + [anon_sym_restrict] = ACTIONS(1867), + [anon_sym__Atomic] = ACTIONS(1867), + [anon_sym_mutable] = ACTIONS(1867), + [anon_sym_constexpr] = ACTIONS(1867), + [anon_sym_signed] = ACTIONS(1867), + [anon_sym_unsigned] = ACTIONS(1867), + [anon_sym_long] = ACTIONS(1867), + [anon_sym_short] = ACTIONS(1867), + [sym_primitive_type] = ACTIONS(1867), + [anon_sym_enum] = ACTIONS(1867), + [anon_sym_class] = ACTIONS(1867), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_union] = ACTIONS(1867), + [anon_sym_if] = ACTIONS(1867), + [anon_sym_switch] = ACTIONS(1867), + [anon_sym_case] = ACTIONS(1867), + [anon_sym_default] = ACTIONS(1867), + [anon_sym_while] = ACTIONS(1867), + [anon_sym_do] = ACTIONS(1867), + [anon_sym_for] = ACTIONS(1867), + [anon_sym_return] = ACTIONS(1867), + [anon_sym_break] = ACTIONS(1867), + [anon_sym_continue] = ACTIONS(1867), + [anon_sym_goto] = ACTIONS(1867), + [anon_sym_DASH_DASH] = ACTIONS(1869), + [anon_sym_PLUS_PLUS] = ACTIONS(1869), + [anon_sym_sizeof] = ACTIONS(1867), + [sym_number_literal] = ACTIONS(1869), + [anon_sym_L_SQUOTE] = ACTIONS(1869), + [anon_sym_u_SQUOTE] = ACTIONS(1869), + [anon_sym_U_SQUOTE] = ACTIONS(1869), + [anon_sym_u8_SQUOTE] = ACTIONS(1869), + [anon_sym_SQUOTE] = ACTIONS(1869), + [anon_sym_L_DQUOTE] = ACTIONS(1869), + [anon_sym_u_DQUOTE] = ACTIONS(1869), + [anon_sym_U_DQUOTE] = ACTIONS(1869), + [anon_sym_u8_DQUOTE] = ACTIONS(1869), + [anon_sym_DQUOTE] = ACTIONS(1869), + [sym_true] = ACTIONS(1867), + [sym_false] = ACTIONS(1867), + [sym_null] = ACTIONS(1867), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1831), - [anon_sym_virtual] = ACTIONS(1831), - [anon_sym_explicit] = ACTIONS(1831), - [sym_auto] = ACTIONS(1831), - [anon_sym_typename] = ACTIONS(1831), - [anon_sym_template] = ACTIONS(1831), - [anon_sym_operator] = ACTIONS(1831), - [anon_sym_delete] = ACTIONS(1831), - [anon_sym_throw] = ACTIONS(1831), - [anon_sym_namespace] = ACTIONS(1831), - [anon_sym_using] = ACTIONS(1831), - [anon_sym_static_assert] = ACTIONS(1831), - [anon_sym_co_return] = ACTIONS(1831), - [anon_sym_co_yield] = ACTIONS(1831), - [anon_sym_try] = ACTIONS(1831), - [anon_sym_co_await] = ACTIONS(1831), - [anon_sym_new] = ACTIONS(1831), - [sym_this] = ACTIONS(1831), - [sym_nullptr] = ACTIONS(1831), - [sym_alone_macro] = ACTIONS(1833), - [aux_sym_alone_macro_call_token1] = ACTIONS(1831), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_FORWARD] = ACTIONS(1831), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_PS_GET] = ACTIONS(1831), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), - [anon_sym_MOZ_COLD] = ACTIONS(1831), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_RAII] = ACTIONS(1831), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), - [sym_raw_string_literal] = ACTIONS(1833), + [anon_sym_decltype] = ACTIONS(1867), + [anon_sym_virtual] = ACTIONS(1867), + [anon_sym_explicit] = ACTIONS(1867), + [sym_auto] = ACTIONS(1867), + [anon_sym_typename] = ACTIONS(1867), + [anon_sym_template] = ACTIONS(1867), + [anon_sym_operator] = ACTIONS(1867), + [anon_sym_delete] = ACTIONS(1867), + [anon_sym_throw] = ACTIONS(1867), + [anon_sym_namespace] = ACTIONS(1867), + [anon_sym_using] = ACTIONS(1867), + [anon_sym_static_assert] = ACTIONS(1867), + [anon_sym_co_return] = ACTIONS(1867), + [anon_sym_co_yield] = ACTIONS(1867), + [anon_sym_try] = ACTIONS(1867), + [anon_sym_co_await] = ACTIONS(1867), + [anon_sym_new] = ACTIONS(1867), + [sym_this] = ACTIONS(1867), + [sym_nullptr] = ACTIONS(1867), + [sym_alone_macro] = ACTIONS(1869), + [aux_sym_alone_macro_call_token1] = ACTIONS(1867), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_FORWARD] = ACTIONS(1867), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_PS_GET] = ACTIONS(1867), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), + [anon_sym_MOZ_COLD] = ACTIONS(1867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_RAII] = ACTIONS(1867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), + [sym_raw_string_literal] = ACTIONS(1869), }, - [608] = { + [605] = { + [ts_builtin_sym_end] = ACTIONS(1817), [sym_identifier] = ACTIONS(1815), [aux_sym_preproc_include_token1] = ACTIONS(1815), [aux_sym_preproc_def_token1] = ACTIONS(1815), @@ -150267,7 +149754,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1815), [anon_sym___vectorcall] = ACTIONS(1815), [anon_sym_LBRACE] = ACTIONS(1817), - [anon_sym_RBRACE] = ACTIONS(1817), [anon_sym_LBRACK] = ACTIONS(1815), [anon_sym_static] = ACTIONS(1815), [anon_sym_register] = ACTIONS(1815), @@ -150426,12 +149912,392 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), [sym_raw_string_literal] = ACTIONS(1817), }, - [609] = { + [606] = { + [ts_builtin_sym_end] = ACTIONS(1705), + [sym_identifier] = ACTIONS(1703), + [aux_sym_preproc_include_token1] = ACTIONS(1703), + [aux_sym_preproc_def_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), + [sym_preproc_directive] = ACTIONS(1703), + [anon_sym_LPAREN2] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1703), + [anon_sym_PLUS] = ACTIONS(1703), + [anon_sym_STAR] = ACTIONS(1705), + [anon_sym_AMP_AMP] = ACTIONS(1705), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_typedef] = ACTIONS(1703), + [anon_sym_extern] = ACTIONS(1703), + [anon_sym___attribute__] = ACTIONS(1703), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), + [anon_sym___declspec] = ACTIONS(1703), + [anon_sym___based] = ACTIONS(1703), + [anon_sym___cdecl] = ACTIONS(1703), + [anon_sym___clrcall] = ACTIONS(1703), + [anon_sym___stdcall] = ACTIONS(1703), + [anon_sym___fastcall] = ACTIONS(1703), + [anon_sym___thiscall] = ACTIONS(1703), + [anon_sym___vectorcall] = ACTIONS(1703), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_LBRACK] = ACTIONS(1703), + [anon_sym_static] = ACTIONS(1703), + [anon_sym_register] = ACTIONS(1703), + [anon_sym_inline] = ACTIONS(1703), + [anon_sym_thread_local] = ACTIONS(1703), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_volatile] = ACTIONS(1703), + [anon_sym_restrict] = ACTIONS(1703), + [anon_sym__Atomic] = ACTIONS(1703), + [anon_sym_mutable] = ACTIONS(1703), + [anon_sym_constexpr] = ACTIONS(1703), + [anon_sym_signed] = ACTIONS(1703), + [anon_sym_unsigned] = ACTIONS(1703), + [anon_sym_long] = ACTIONS(1703), + [anon_sym_short] = ACTIONS(1703), + [sym_primitive_type] = ACTIONS(1703), + [anon_sym_enum] = ACTIONS(1703), + [anon_sym_class] = ACTIONS(1703), + [anon_sym_struct] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), + [anon_sym_if] = ACTIONS(1703), + [anon_sym_switch] = ACTIONS(1703), + [anon_sym_case] = ACTIONS(1703), + [anon_sym_default] = ACTIONS(1703), + [anon_sym_while] = ACTIONS(1703), + [anon_sym_do] = ACTIONS(1703), + [anon_sym_for] = ACTIONS(1703), + [anon_sym_return] = ACTIONS(1703), + [anon_sym_break] = ACTIONS(1703), + [anon_sym_continue] = ACTIONS(1703), + [anon_sym_goto] = ACTIONS(1703), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_sizeof] = ACTIONS(1703), + [sym_number_literal] = ACTIONS(1705), + [anon_sym_L_SQUOTE] = ACTIONS(1705), + [anon_sym_u_SQUOTE] = ACTIONS(1705), + [anon_sym_U_SQUOTE] = ACTIONS(1705), + [anon_sym_u8_SQUOTE] = ACTIONS(1705), + [anon_sym_SQUOTE] = ACTIONS(1705), + [anon_sym_L_DQUOTE] = ACTIONS(1705), + [anon_sym_u_DQUOTE] = ACTIONS(1705), + [anon_sym_U_DQUOTE] = ACTIONS(1705), + [anon_sym_u8_DQUOTE] = ACTIONS(1705), + [anon_sym_DQUOTE] = ACTIONS(1705), + [sym_true] = ACTIONS(1703), + [sym_false] = ACTIONS(1703), + [sym_null] = ACTIONS(1703), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1703), + [anon_sym_virtual] = ACTIONS(1703), + [anon_sym_explicit] = ACTIONS(1703), + [sym_auto] = ACTIONS(1703), + [anon_sym_typename] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1703), + [anon_sym_operator] = ACTIONS(1703), + [anon_sym_delete] = ACTIONS(1703), + [anon_sym_throw] = ACTIONS(1703), + [anon_sym_namespace] = ACTIONS(1703), + [anon_sym_using] = ACTIONS(1703), + [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_co_return] = ACTIONS(1703), + [anon_sym_co_yield] = ACTIONS(1703), + [anon_sym_try] = ACTIONS(1703), + [anon_sym_co_await] = ACTIONS(1703), + [anon_sym_new] = ACTIONS(1703), + [sym_this] = ACTIONS(1703), + [sym_nullptr] = ACTIONS(1703), + [sym_alone_macro] = ACTIONS(1705), + [aux_sym_alone_macro_call_token1] = ACTIONS(1703), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_FORWARD] = ACTIONS(1703), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_PS_GET] = ACTIONS(1703), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), + [anon_sym_MOZ_COLD] = ACTIONS(1703), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_RAII] = ACTIONS(1703), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), + [sym_raw_string_literal] = ACTIONS(1705), + }, + [607] = { + [sym_identifier] = ACTIONS(1899), + [aux_sym_preproc_include_token1] = ACTIONS(1899), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token2] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), + [sym_preproc_directive] = ACTIONS(1899), + [anon_sym_LPAREN2] = ACTIONS(1901), + [anon_sym_BANG] = ACTIONS(1901), + [anon_sym_TILDE] = ACTIONS(1901), + [anon_sym_DASH] = ACTIONS(1899), + [anon_sym_PLUS] = ACTIONS(1899), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_AMP_AMP] = ACTIONS(1901), + [anon_sym_AMP] = ACTIONS(1899), + [anon_sym_SEMI] = ACTIONS(1901), + [anon_sym_typedef] = ACTIONS(1899), + [anon_sym_extern] = ACTIONS(1899), + [anon_sym___attribute__] = ACTIONS(1899), + [anon_sym_COLON_COLON] = ACTIONS(1901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), + [anon_sym___declspec] = ACTIONS(1899), + [anon_sym___based] = ACTIONS(1899), + [anon_sym___cdecl] = ACTIONS(1899), + [anon_sym___clrcall] = ACTIONS(1899), + [anon_sym___stdcall] = ACTIONS(1899), + [anon_sym___fastcall] = ACTIONS(1899), + [anon_sym___thiscall] = ACTIONS(1899), + [anon_sym___vectorcall] = ACTIONS(1899), + [anon_sym_LBRACE] = ACTIONS(1901), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_register] = ACTIONS(1899), + [anon_sym_inline] = ACTIONS(1899), + [anon_sym_thread_local] = ACTIONS(1899), + [anon_sym_const] = ACTIONS(1899), + [anon_sym_volatile] = ACTIONS(1899), + [anon_sym_restrict] = ACTIONS(1899), + [anon_sym__Atomic] = ACTIONS(1899), + [anon_sym_mutable] = ACTIONS(1899), + [anon_sym_constexpr] = ACTIONS(1899), + [anon_sym_signed] = ACTIONS(1899), + [anon_sym_unsigned] = ACTIONS(1899), + [anon_sym_long] = ACTIONS(1899), + [anon_sym_short] = ACTIONS(1899), + [sym_primitive_type] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_union] = ACTIONS(1899), + [anon_sym_if] = ACTIONS(1899), + [anon_sym_switch] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_default] = ACTIONS(1899), + [anon_sym_while] = ACTIONS(1899), + [anon_sym_do] = ACTIONS(1899), + [anon_sym_for] = ACTIONS(1899), + [anon_sym_return] = ACTIONS(1899), + [anon_sym_break] = ACTIONS(1899), + [anon_sym_continue] = ACTIONS(1899), + [anon_sym_goto] = ACTIONS(1899), + [anon_sym_DASH_DASH] = ACTIONS(1901), + [anon_sym_PLUS_PLUS] = ACTIONS(1901), + [anon_sym_sizeof] = ACTIONS(1899), + [sym_number_literal] = ACTIONS(1901), + [anon_sym_L_SQUOTE] = ACTIONS(1901), + [anon_sym_u_SQUOTE] = ACTIONS(1901), + [anon_sym_U_SQUOTE] = ACTIONS(1901), + [anon_sym_u8_SQUOTE] = ACTIONS(1901), + [anon_sym_SQUOTE] = ACTIONS(1901), + [anon_sym_L_DQUOTE] = ACTIONS(1901), + [anon_sym_u_DQUOTE] = ACTIONS(1901), + [anon_sym_U_DQUOTE] = ACTIONS(1901), + [anon_sym_u8_DQUOTE] = ACTIONS(1901), + [anon_sym_DQUOTE] = ACTIONS(1901), + [sym_true] = ACTIONS(1899), + [sym_false] = ACTIONS(1899), + [sym_null] = ACTIONS(1899), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1899), + [anon_sym_virtual] = ACTIONS(1899), + [anon_sym_explicit] = ACTIONS(1899), + [sym_auto] = ACTIONS(1899), + [anon_sym_typename] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1899), + [anon_sym_operator] = ACTIONS(1899), + [anon_sym_delete] = ACTIONS(1899), + [anon_sym_throw] = ACTIONS(1899), + [anon_sym_namespace] = ACTIONS(1899), + [anon_sym_using] = ACTIONS(1899), + [anon_sym_static_assert] = ACTIONS(1899), + [anon_sym_co_return] = ACTIONS(1899), + [anon_sym_co_yield] = ACTIONS(1899), + [anon_sym_try] = ACTIONS(1899), + [anon_sym_co_await] = ACTIONS(1899), + [anon_sym_new] = ACTIONS(1899), + [sym_this] = ACTIONS(1899), + [sym_nullptr] = ACTIONS(1899), + [sym_alone_macro] = ACTIONS(1901), + [aux_sym_alone_macro_call_token1] = ACTIONS(1899), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_FORWARD] = ACTIONS(1899), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_PS_GET] = ACTIONS(1899), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), + [anon_sym_MOZ_COLD] = ACTIONS(1899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_RAII] = ACTIONS(1899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), + [sym_raw_string_literal] = ACTIONS(1901), + }, + [608] = { + [ts_builtin_sym_end] = ACTIONS(1893), [sym_identifier] = ACTIONS(1891), [aux_sym_preproc_include_token1] = ACTIONS(1891), [aux_sym_preproc_def_token1] = ACTIONS(1891), [aux_sym_preproc_if_token1] = ACTIONS(1891), - [aux_sym_preproc_if_token2] = ACTIONS(1891), [aux_sym_preproc_ifdef_token1] = ACTIONS(1891), [aux_sym_preproc_ifdef_token2] = ACTIONS(1891), [sym_preproc_directive] = ACTIONS(1891), @@ -150489,2604 +150355,2035 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(1891), [anon_sym_continue] = ACTIONS(1891), [anon_sym_goto] = ACTIONS(1891), - [anon_sym_DASH_DASH] = ACTIONS(1893), - [anon_sym_PLUS_PLUS] = ACTIONS(1893), - [anon_sym_sizeof] = ACTIONS(1891), - [sym_number_literal] = ACTIONS(1893), - [anon_sym_L_SQUOTE] = ACTIONS(1893), - [anon_sym_u_SQUOTE] = ACTIONS(1893), - [anon_sym_U_SQUOTE] = ACTIONS(1893), - [anon_sym_u8_SQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1893), - [anon_sym_L_DQUOTE] = ACTIONS(1893), - [anon_sym_u_DQUOTE] = ACTIONS(1893), - [anon_sym_U_DQUOTE] = ACTIONS(1893), - [anon_sym_u8_DQUOTE] = ACTIONS(1893), - [anon_sym_DQUOTE] = ACTIONS(1893), - [sym_true] = ACTIONS(1891), - [sym_false] = ACTIONS(1891), - [sym_null] = ACTIONS(1891), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1891), - [anon_sym_virtual] = ACTIONS(1891), - [anon_sym_explicit] = ACTIONS(1891), - [sym_auto] = ACTIONS(1891), - [anon_sym_typename] = ACTIONS(1891), - [anon_sym_template] = ACTIONS(1891), - [anon_sym_operator] = ACTIONS(1891), - [anon_sym_delete] = ACTIONS(1891), - [anon_sym_throw] = ACTIONS(1891), - [anon_sym_namespace] = ACTIONS(1891), - [anon_sym_using] = ACTIONS(1891), - [anon_sym_static_assert] = ACTIONS(1891), - [anon_sym_co_return] = ACTIONS(1891), - [anon_sym_co_yield] = ACTIONS(1891), - [anon_sym_try] = ACTIONS(1891), - [anon_sym_co_await] = ACTIONS(1891), - [anon_sym_new] = ACTIONS(1891), - [sym_this] = ACTIONS(1891), - [sym_nullptr] = ACTIONS(1891), - [sym_alone_macro] = ACTIONS(1893), - [aux_sym_alone_macro_call_token1] = ACTIONS(1891), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_FORWARD] = ACTIONS(1891), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1891), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_PS_GET] = ACTIONS(1891), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1891), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1891), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1891), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1891), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1891), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1891), - [anon_sym_MOZ_COLD] = ACTIONS(1891), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1891), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1891), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1891), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1891), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1891), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1891), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1891), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1891), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1891), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1891), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1891), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1891), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1891), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_NONNULL] = ACTIONS(1891), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1891), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1891), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1891), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1891), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1891), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1891), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1891), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1891), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1891), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1891), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1891), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1891), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), - [anon_sym_MOZ_RAII] = ACTIONS(1891), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1891), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1891), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1891), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1891), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1891), - [sym_raw_string_literal] = ACTIONS(1893), - }, - [610] = { - [sym_identifier] = ACTIONS(1867), - [aux_sym_preproc_include_token1] = ACTIONS(1867), - [aux_sym_preproc_def_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_LPAREN2] = ACTIONS(1869), - [anon_sym_BANG] = ACTIONS(1869), - [anon_sym_TILDE] = ACTIONS(1869), - [anon_sym_DASH] = ACTIONS(1867), - [anon_sym_PLUS] = ACTIONS(1867), - [anon_sym_STAR] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_typedef] = ACTIONS(1867), - [anon_sym_extern] = ACTIONS(1867), - [anon_sym___attribute__] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1869), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), - [anon_sym___declspec] = ACTIONS(1867), - [anon_sym___based] = ACTIONS(1867), - [anon_sym___cdecl] = ACTIONS(1867), - [anon_sym___clrcall] = ACTIONS(1867), - [anon_sym___stdcall] = ACTIONS(1867), - [anon_sym___fastcall] = ACTIONS(1867), - [anon_sym___thiscall] = ACTIONS(1867), - [anon_sym___vectorcall] = ACTIONS(1867), - [anon_sym_LBRACE] = ACTIONS(1869), - [anon_sym_RBRACE] = ACTIONS(1869), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_static] = ACTIONS(1867), - [anon_sym_register] = ACTIONS(1867), - [anon_sym_inline] = ACTIONS(1867), - [anon_sym_thread_local] = ACTIONS(1867), - [anon_sym_const] = ACTIONS(1867), - [anon_sym_volatile] = ACTIONS(1867), - [anon_sym_restrict] = ACTIONS(1867), - [anon_sym__Atomic] = ACTIONS(1867), - [anon_sym_mutable] = ACTIONS(1867), - [anon_sym_constexpr] = ACTIONS(1867), - [anon_sym_signed] = ACTIONS(1867), - [anon_sym_unsigned] = ACTIONS(1867), - [anon_sym_long] = ACTIONS(1867), - [anon_sym_short] = ACTIONS(1867), - [sym_primitive_type] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1867), - [anon_sym_class] = ACTIONS(1867), - [anon_sym_struct] = ACTIONS(1867), - [anon_sym_union] = ACTIONS(1867), - [anon_sym_if] = ACTIONS(1867), - [anon_sym_switch] = ACTIONS(1867), - [anon_sym_case] = ACTIONS(1867), - [anon_sym_default] = ACTIONS(1867), - [anon_sym_while] = ACTIONS(1867), - [anon_sym_do] = ACTIONS(1867), - [anon_sym_for] = ACTIONS(1867), - [anon_sym_return] = ACTIONS(1867), - [anon_sym_break] = ACTIONS(1867), - [anon_sym_continue] = ACTIONS(1867), - [anon_sym_goto] = ACTIONS(1867), - [anon_sym_DASH_DASH] = ACTIONS(1869), - [anon_sym_PLUS_PLUS] = ACTIONS(1869), - [anon_sym_sizeof] = ACTIONS(1867), - [sym_number_literal] = ACTIONS(1869), - [anon_sym_L_SQUOTE] = ACTIONS(1869), - [anon_sym_u_SQUOTE] = ACTIONS(1869), - [anon_sym_U_SQUOTE] = ACTIONS(1869), - [anon_sym_u8_SQUOTE] = ACTIONS(1869), - [anon_sym_SQUOTE] = ACTIONS(1869), - [anon_sym_L_DQUOTE] = ACTIONS(1869), - [anon_sym_u_DQUOTE] = ACTIONS(1869), - [anon_sym_U_DQUOTE] = ACTIONS(1869), - [anon_sym_u8_DQUOTE] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_true] = ACTIONS(1867), - [sym_false] = ACTIONS(1867), - [sym_null] = ACTIONS(1867), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1867), - [anon_sym_virtual] = ACTIONS(1867), - [anon_sym_explicit] = ACTIONS(1867), - [sym_auto] = ACTIONS(1867), - [anon_sym_typename] = ACTIONS(1867), - [anon_sym_template] = ACTIONS(1867), - [anon_sym_operator] = ACTIONS(1867), - [anon_sym_delete] = ACTIONS(1867), - [anon_sym_throw] = ACTIONS(1867), - [anon_sym_namespace] = ACTIONS(1867), - [anon_sym_using] = ACTIONS(1867), - [anon_sym_static_assert] = ACTIONS(1867), - [anon_sym_co_return] = ACTIONS(1867), - [anon_sym_co_yield] = ACTIONS(1867), - [anon_sym_try] = ACTIONS(1867), - [anon_sym_co_await] = ACTIONS(1867), - [anon_sym_new] = ACTIONS(1867), - [sym_this] = ACTIONS(1867), - [sym_nullptr] = ACTIONS(1867), - [sym_alone_macro] = ACTIONS(1869), - [aux_sym_alone_macro_call_token1] = ACTIONS(1867), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_FORWARD] = ACTIONS(1867), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_PS_GET] = ACTIONS(1867), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), - [anon_sym_MOZ_COLD] = ACTIONS(1867), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_RAII] = ACTIONS(1867), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), - [sym_raw_string_literal] = ACTIONS(1869), - }, - [611] = { - [sym_identifier] = ACTIONS(1715), - [aux_sym_preproc_include_token1] = ACTIONS(1715), - [aux_sym_preproc_def_token1] = ACTIONS(1715), - [aux_sym_preproc_if_token1] = ACTIONS(1715), - [aux_sym_preproc_if_token2] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), - [sym_preproc_directive] = ACTIONS(1715), - [anon_sym_LPAREN2] = ACTIONS(1717), - [anon_sym_BANG] = ACTIONS(1717), - [anon_sym_TILDE] = ACTIONS(1717), - [anon_sym_DASH] = ACTIONS(1715), - [anon_sym_PLUS] = ACTIONS(1715), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_AMP_AMP] = ACTIONS(1717), - [anon_sym_AMP] = ACTIONS(1715), - [anon_sym_SEMI] = ACTIONS(1717), - [anon_sym_typedef] = ACTIONS(1715), - [anon_sym_extern] = ACTIONS(1715), - [anon_sym___attribute__] = ACTIONS(1715), - [anon_sym_COLON_COLON] = ACTIONS(1717), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), - [anon_sym___declspec] = ACTIONS(1715), - [anon_sym___based] = ACTIONS(1715), - [anon_sym___cdecl] = ACTIONS(1715), - [anon_sym___clrcall] = ACTIONS(1715), - [anon_sym___stdcall] = ACTIONS(1715), - [anon_sym___fastcall] = ACTIONS(1715), - [anon_sym___thiscall] = ACTIONS(1715), - [anon_sym___vectorcall] = ACTIONS(1715), - [anon_sym_LBRACE] = ACTIONS(1717), - [anon_sym_LBRACK] = ACTIONS(1715), - [anon_sym_static] = ACTIONS(1715), - [anon_sym_register] = ACTIONS(1715), - [anon_sym_inline] = ACTIONS(1715), - [anon_sym_thread_local] = ACTIONS(1715), - [anon_sym_const] = ACTIONS(1715), - [anon_sym_volatile] = ACTIONS(1715), - [anon_sym_restrict] = ACTIONS(1715), - [anon_sym__Atomic] = ACTIONS(1715), - [anon_sym_mutable] = ACTIONS(1715), - [anon_sym_constexpr] = ACTIONS(1715), - [anon_sym_signed] = ACTIONS(1715), - [anon_sym_unsigned] = ACTIONS(1715), - [anon_sym_long] = ACTIONS(1715), - [anon_sym_short] = ACTIONS(1715), - [sym_primitive_type] = ACTIONS(1715), - [anon_sym_enum] = ACTIONS(1715), - [anon_sym_class] = ACTIONS(1715), - [anon_sym_struct] = ACTIONS(1715), - [anon_sym_union] = ACTIONS(1715), - [anon_sym_if] = ACTIONS(1715), - [anon_sym_switch] = ACTIONS(1715), - [anon_sym_case] = ACTIONS(1715), - [anon_sym_default] = ACTIONS(1715), - [anon_sym_while] = ACTIONS(1715), - [anon_sym_do] = ACTIONS(1715), - [anon_sym_for] = ACTIONS(1715), - [anon_sym_return] = ACTIONS(1715), - [anon_sym_break] = ACTIONS(1715), - [anon_sym_continue] = ACTIONS(1715), - [anon_sym_goto] = ACTIONS(1715), - [anon_sym_DASH_DASH] = ACTIONS(1717), - [anon_sym_PLUS_PLUS] = ACTIONS(1717), - [anon_sym_sizeof] = ACTIONS(1715), - [sym_number_literal] = ACTIONS(1717), - [anon_sym_L_SQUOTE] = ACTIONS(1717), - [anon_sym_u_SQUOTE] = ACTIONS(1717), - [anon_sym_U_SQUOTE] = ACTIONS(1717), - [anon_sym_u8_SQUOTE] = ACTIONS(1717), - [anon_sym_SQUOTE] = ACTIONS(1717), - [anon_sym_L_DQUOTE] = ACTIONS(1717), - [anon_sym_u_DQUOTE] = ACTIONS(1717), - [anon_sym_U_DQUOTE] = ACTIONS(1717), - [anon_sym_u8_DQUOTE] = ACTIONS(1717), - [anon_sym_DQUOTE] = ACTIONS(1717), - [sym_true] = ACTIONS(1715), - [sym_false] = ACTIONS(1715), - [sym_null] = ACTIONS(1715), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1715), - [anon_sym_virtual] = ACTIONS(1715), - [anon_sym_explicit] = ACTIONS(1715), - [sym_auto] = ACTIONS(1715), - [anon_sym_typename] = ACTIONS(1715), - [anon_sym_template] = ACTIONS(1715), - [anon_sym_operator] = ACTIONS(1715), - [anon_sym_delete] = ACTIONS(1715), - [anon_sym_throw] = ACTIONS(1715), - [anon_sym_namespace] = ACTIONS(1715), - [anon_sym_using] = ACTIONS(1715), - [anon_sym_static_assert] = ACTIONS(1715), - [anon_sym_co_return] = ACTIONS(1715), - [anon_sym_co_yield] = ACTIONS(1715), - [anon_sym_try] = ACTIONS(1715), - [anon_sym_co_await] = ACTIONS(1715), - [anon_sym_new] = ACTIONS(1715), - [sym_this] = ACTIONS(1715), - [sym_nullptr] = ACTIONS(1715), - [sym_alone_macro] = ACTIONS(1717), - [aux_sym_alone_macro_call_token1] = ACTIONS(1715), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_FORWARD] = ACTIONS(1715), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_PS_GET] = ACTIONS(1715), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), - [anon_sym_MOZ_COLD] = ACTIONS(1715), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_RAII] = ACTIONS(1715), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), - [sym_raw_string_literal] = ACTIONS(1717), - }, - [612] = { - [ts_builtin_sym_end] = ACTIONS(1793), - [sym_identifier] = ACTIONS(1791), - [aux_sym_preproc_include_token1] = ACTIONS(1791), - [aux_sym_preproc_def_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), - [sym_preproc_directive] = ACTIONS(1791), - [anon_sym_LPAREN2] = ACTIONS(1793), - [anon_sym_BANG] = ACTIONS(1793), - [anon_sym_TILDE] = ACTIONS(1793), - [anon_sym_DASH] = ACTIONS(1791), - [anon_sym_PLUS] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(1793), - [anon_sym_AMP_AMP] = ACTIONS(1793), - [anon_sym_AMP] = ACTIONS(1791), - [anon_sym_SEMI] = ACTIONS(1793), - [anon_sym_typedef] = ACTIONS(1791), - [anon_sym_extern] = ACTIONS(1791), - [anon_sym___attribute__] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), - [anon_sym___declspec] = ACTIONS(1791), - [anon_sym___based] = ACTIONS(1791), - [anon_sym___cdecl] = ACTIONS(1791), - [anon_sym___clrcall] = ACTIONS(1791), - [anon_sym___stdcall] = ACTIONS(1791), - [anon_sym___fastcall] = ACTIONS(1791), - [anon_sym___thiscall] = ACTIONS(1791), - [anon_sym___vectorcall] = ACTIONS(1791), - [anon_sym_LBRACE] = ACTIONS(1793), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_static] = ACTIONS(1791), - [anon_sym_register] = ACTIONS(1791), - [anon_sym_inline] = ACTIONS(1791), - [anon_sym_thread_local] = ACTIONS(1791), - [anon_sym_const] = ACTIONS(1791), - [anon_sym_volatile] = ACTIONS(1791), - [anon_sym_restrict] = ACTIONS(1791), - [anon_sym__Atomic] = ACTIONS(1791), - [anon_sym_mutable] = ACTIONS(1791), - [anon_sym_constexpr] = ACTIONS(1791), - [anon_sym_signed] = ACTIONS(1791), - [anon_sym_unsigned] = ACTIONS(1791), - [anon_sym_long] = ACTIONS(1791), - [anon_sym_short] = ACTIONS(1791), - [sym_primitive_type] = ACTIONS(1791), - [anon_sym_enum] = ACTIONS(1791), - [anon_sym_class] = ACTIONS(1791), - [anon_sym_struct] = ACTIONS(1791), - [anon_sym_union] = ACTIONS(1791), - [anon_sym_if] = ACTIONS(1791), - [anon_sym_switch] = ACTIONS(1791), - [anon_sym_case] = ACTIONS(1791), - [anon_sym_default] = ACTIONS(1791), - [anon_sym_while] = ACTIONS(1791), - [anon_sym_do] = ACTIONS(1791), - [anon_sym_for] = ACTIONS(1791), - [anon_sym_return] = ACTIONS(1791), - [anon_sym_break] = ACTIONS(1791), - [anon_sym_continue] = ACTIONS(1791), - [anon_sym_goto] = ACTIONS(1791), - [anon_sym_DASH_DASH] = ACTIONS(1793), - [anon_sym_PLUS_PLUS] = ACTIONS(1793), - [anon_sym_sizeof] = ACTIONS(1791), - [sym_number_literal] = ACTIONS(1793), - [anon_sym_L_SQUOTE] = ACTIONS(1793), - [anon_sym_u_SQUOTE] = ACTIONS(1793), - [anon_sym_U_SQUOTE] = ACTIONS(1793), - [anon_sym_u8_SQUOTE] = ACTIONS(1793), - [anon_sym_SQUOTE] = ACTIONS(1793), - [anon_sym_L_DQUOTE] = ACTIONS(1793), - [anon_sym_u_DQUOTE] = ACTIONS(1793), - [anon_sym_U_DQUOTE] = ACTIONS(1793), - [anon_sym_u8_DQUOTE] = ACTIONS(1793), - [anon_sym_DQUOTE] = ACTIONS(1793), - [sym_true] = ACTIONS(1791), - [sym_false] = ACTIONS(1791), - [sym_null] = ACTIONS(1791), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1791), - [anon_sym_virtual] = ACTIONS(1791), - [anon_sym_explicit] = ACTIONS(1791), - [sym_auto] = ACTIONS(1791), - [anon_sym_typename] = ACTIONS(1791), - [anon_sym_template] = ACTIONS(1791), - [anon_sym_operator] = ACTIONS(1791), - [anon_sym_delete] = ACTIONS(1791), - [anon_sym_throw] = ACTIONS(1791), - [anon_sym_namespace] = ACTIONS(1791), - [anon_sym_using] = ACTIONS(1791), - [anon_sym_static_assert] = ACTIONS(1791), - [anon_sym_co_return] = ACTIONS(1791), - [anon_sym_co_yield] = ACTIONS(1791), - [anon_sym_try] = ACTIONS(1791), - [anon_sym_co_await] = ACTIONS(1791), - [anon_sym_new] = ACTIONS(1791), - [sym_this] = ACTIONS(1791), - [sym_nullptr] = ACTIONS(1791), - [sym_alone_macro] = ACTIONS(1793), - [aux_sym_alone_macro_call_token1] = ACTIONS(1791), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_FORWARD] = ACTIONS(1791), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1791), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_PS_GET] = ACTIONS(1791), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1791), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1791), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1791), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1791), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), - [anon_sym_MOZ_COLD] = ACTIONS(1791), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_RAII] = ACTIONS(1791), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), - [sym_raw_string_literal] = ACTIONS(1793), - }, - [613] = { - [sym_identifier] = ACTIONS(1819), - [aux_sym_preproc_include_token1] = ACTIONS(1819), - [aux_sym_preproc_def_token1] = ACTIONS(1819), - [aux_sym_preproc_if_token1] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), - [sym_preproc_directive] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_BANG] = ACTIONS(1821), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1819), - [anon_sym_PLUS] = ACTIONS(1819), - [anon_sym_STAR] = ACTIONS(1821), - [anon_sym_AMP_AMP] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1819), - [anon_sym_SEMI] = ACTIONS(1821), - [anon_sym_typedef] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym___attribute__] = ACTIONS(1819), - [anon_sym_COLON_COLON] = ACTIONS(1821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1819), - [anon_sym___based] = ACTIONS(1819), - [anon_sym___cdecl] = ACTIONS(1819), - [anon_sym___clrcall] = ACTIONS(1819), - [anon_sym___stdcall] = ACTIONS(1819), - [anon_sym___fastcall] = ACTIONS(1819), - [anon_sym___thiscall] = ACTIONS(1819), - [anon_sym___vectorcall] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1821), - [anon_sym_RBRACE] = ACTIONS(1821), - [anon_sym_LBRACK] = ACTIONS(1819), - [anon_sym_static] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_inline] = ACTIONS(1819), - [anon_sym_thread_local] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [anon_sym_volatile] = ACTIONS(1819), - [anon_sym_restrict] = ACTIONS(1819), - [anon_sym__Atomic] = ACTIONS(1819), - [anon_sym_mutable] = ACTIONS(1819), - [anon_sym_constexpr] = ACTIONS(1819), - [anon_sym_signed] = ACTIONS(1819), - [anon_sym_unsigned] = ACTIONS(1819), - [anon_sym_long] = ACTIONS(1819), - [anon_sym_short] = ACTIONS(1819), - [sym_primitive_type] = ACTIONS(1819), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_class] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1819), - [anon_sym_union] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_switch] = ACTIONS(1819), - [anon_sym_case] = ACTIONS(1819), - [anon_sym_default] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_goto] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1821), - [anon_sym_PLUS_PLUS] = ACTIONS(1821), - [anon_sym_sizeof] = ACTIONS(1819), - [sym_number_literal] = ACTIONS(1821), - [anon_sym_L_SQUOTE] = ACTIONS(1821), - [anon_sym_u_SQUOTE] = ACTIONS(1821), - [anon_sym_U_SQUOTE] = ACTIONS(1821), - [anon_sym_u8_SQUOTE] = ACTIONS(1821), - [anon_sym_SQUOTE] = ACTIONS(1821), - [anon_sym_L_DQUOTE] = ACTIONS(1821), - [anon_sym_u_DQUOTE] = ACTIONS(1821), - [anon_sym_U_DQUOTE] = ACTIONS(1821), - [anon_sym_u8_DQUOTE] = ACTIONS(1821), - [anon_sym_DQUOTE] = ACTIONS(1821), - [sym_true] = ACTIONS(1819), - [sym_false] = ACTIONS(1819), - [sym_null] = ACTIONS(1819), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1819), - [anon_sym_virtual] = ACTIONS(1819), - [anon_sym_explicit] = ACTIONS(1819), - [sym_auto] = ACTIONS(1819), - [anon_sym_typename] = ACTIONS(1819), - [anon_sym_template] = ACTIONS(1819), - [anon_sym_operator] = ACTIONS(1819), - [anon_sym_delete] = ACTIONS(1819), - [anon_sym_throw] = ACTIONS(1819), - [anon_sym_namespace] = ACTIONS(1819), - [anon_sym_using] = ACTIONS(1819), - [anon_sym_static_assert] = ACTIONS(1819), - [anon_sym_co_return] = ACTIONS(1819), - [anon_sym_co_yield] = ACTIONS(1819), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_co_await] = ACTIONS(1819), - [anon_sym_new] = ACTIONS(1819), - [sym_this] = ACTIONS(1819), - [sym_nullptr] = ACTIONS(1819), - [sym_alone_macro] = ACTIONS(1821), - [aux_sym_alone_macro_call_token1] = ACTIONS(1819), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_FORWARD] = ACTIONS(1819), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_PS_GET] = ACTIONS(1819), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), - [anon_sym_MOZ_COLD] = ACTIONS(1819), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_RAII] = ACTIONS(1819), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), - [sym_raw_string_literal] = ACTIONS(1821), - }, - [614] = { - [ts_builtin_sym_end] = ACTIONS(1713), - [sym_identifier] = ACTIONS(1711), - [aux_sym_preproc_include_token1] = ACTIONS(1711), - [aux_sym_preproc_def_token1] = ACTIONS(1711), - [aux_sym_preproc_if_token1] = ACTIONS(1711), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1711), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1711), - [sym_preproc_directive] = ACTIONS(1711), - [anon_sym_LPAREN2] = ACTIONS(1713), - [anon_sym_BANG] = ACTIONS(1713), - [anon_sym_TILDE] = ACTIONS(1713), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1713), - [anon_sym_AMP_AMP] = ACTIONS(1713), - [anon_sym_AMP] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1713), - [anon_sym_typedef] = ACTIONS(1711), - [anon_sym_extern] = ACTIONS(1711), - [anon_sym___attribute__] = ACTIONS(1711), - [anon_sym_COLON_COLON] = ACTIONS(1713), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1713), - [anon_sym___declspec] = ACTIONS(1711), - [anon_sym___based] = ACTIONS(1711), - [anon_sym___cdecl] = ACTIONS(1711), - [anon_sym___clrcall] = ACTIONS(1711), - [anon_sym___stdcall] = ACTIONS(1711), - [anon_sym___fastcall] = ACTIONS(1711), - [anon_sym___thiscall] = ACTIONS(1711), - [anon_sym___vectorcall] = ACTIONS(1711), - [anon_sym_LBRACE] = ACTIONS(1713), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_static] = ACTIONS(1711), - [anon_sym_register] = ACTIONS(1711), - [anon_sym_inline] = ACTIONS(1711), - [anon_sym_thread_local] = ACTIONS(1711), - [anon_sym_const] = ACTIONS(1711), - [anon_sym_volatile] = ACTIONS(1711), - [anon_sym_restrict] = ACTIONS(1711), - [anon_sym__Atomic] = ACTIONS(1711), - [anon_sym_mutable] = ACTIONS(1711), - [anon_sym_constexpr] = ACTIONS(1711), - [anon_sym_signed] = ACTIONS(1711), - [anon_sym_unsigned] = ACTIONS(1711), - [anon_sym_long] = ACTIONS(1711), - [anon_sym_short] = ACTIONS(1711), - [sym_primitive_type] = ACTIONS(1711), - [anon_sym_enum] = ACTIONS(1711), - [anon_sym_class] = ACTIONS(1711), - [anon_sym_struct] = ACTIONS(1711), - [anon_sym_union] = ACTIONS(1711), - [anon_sym_if] = ACTIONS(1711), - [anon_sym_switch] = ACTIONS(1711), - [anon_sym_case] = ACTIONS(1711), - [anon_sym_default] = ACTIONS(1711), - [anon_sym_while] = ACTIONS(1711), - [anon_sym_do] = ACTIONS(1711), - [anon_sym_for] = ACTIONS(1711), - [anon_sym_return] = ACTIONS(1711), - [anon_sym_break] = ACTIONS(1711), - [anon_sym_continue] = ACTIONS(1711), - [anon_sym_goto] = ACTIONS(1711), - [anon_sym_DASH_DASH] = ACTIONS(1713), - [anon_sym_PLUS_PLUS] = ACTIONS(1713), - [anon_sym_sizeof] = ACTIONS(1711), - [sym_number_literal] = ACTIONS(1713), - [anon_sym_L_SQUOTE] = ACTIONS(1713), - [anon_sym_u_SQUOTE] = ACTIONS(1713), - [anon_sym_U_SQUOTE] = ACTIONS(1713), - [anon_sym_u8_SQUOTE] = ACTIONS(1713), - [anon_sym_SQUOTE] = ACTIONS(1713), - [anon_sym_L_DQUOTE] = ACTIONS(1713), - [anon_sym_u_DQUOTE] = ACTIONS(1713), - [anon_sym_U_DQUOTE] = ACTIONS(1713), - [anon_sym_u8_DQUOTE] = ACTIONS(1713), - [anon_sym_DQUOTE] = ACTIONS(1713), - [sym_true] = ACTIONS(1711), - [sym_false] = ACTIONS(1711), - [sym_null] = ACTIONS(1711), + [anon_sym_DASH_DASH] = ACTIONS(1893), + [anon_sym_PLUS_PLUS] = ACTIONS(1893), + [anon_sym_sizeof] = ACTIONS(1891), + [sym_number_literal] = ACTIONS(1893), + [anon_sym_L_SQUOTE] = ACTIONS(1893), + [anon_sym_u_SQUOTE] = ACTIONS(1893), + [anon_sym_U_SQUOTE] = ACTIONS(1893), + [anon_sym_u8_SQUOTE] = ACTIONS(1893), + [anon_sym_SQUOTE] = ACTIONS(1893), + [anon_sym_L_DQUOTE] = ACTIONS(1893), + [anon_sym_u_DQUOTE] = ACTIONS(1893), + [anon_sym_U_DQUOTE] = ACTIONS(1893), + [anon_sym_u8_DQUOTE] = ACTIONS(1893), + [anon_sym_DQUOTE] = ACTIONS(1893), + [sym_true] = ACTIONS(1891), + [sym_false] = ACTIONS(1891), + [sym_null] = ACTIONS(1891), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1711), - [anon_sym_virtual] = ACTIONS(1711), - [anon_sym_explicit] = ACTIONS(1711), - [sym_auto] = ACTIONS(1711), - [anon_sym_typename] = ACTIONS(1711), - [anon_sym_template] = ACTIONS(1711), - [anon_sym_operator] = ACTIONS(1711), - [anon_sym_delete] = ACTIONS(1711), - [anon_sym_throw] = ACTIONS(1711), - [anon_sym_namespace] = ACTIONS(1711), - [anon_sym_using] = ACTIONS(1711), - [anon_sym_static_assert] = ACTIONS(1711), - [anon_sym_co_return] = ACTIONS(1711), - [anon_sym_co_yield] = ACTIONS(1711), - [anon_sym_try] = ACTIONS(1711), - [anon_sym_co_await] = ACTIONS(1711), - [anon_sym_new] = ACTIONS(1711), - [sym_this] = ACTIONS(1711), - [sym_nullptr] = ACTIONS(1711), - [sym_alone_macro] = ACTIONS(1713), - [aux_sym_alone_macro_call_token1] = ACTIONS(1711), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_FORWARD] = ACTIONS(1711), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1711), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_PS_GET] = ACTIONS(1711), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1711), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1711), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1711), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1711), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1711), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1711), - [anon_sym_MOZ_COLD] = ACTIONS(1711), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1711), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1711), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1711), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1711), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1711), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1711), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1711), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1711), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1711), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1711), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1711), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1711), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1711), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_NONNULL] = ACTIONS(1711), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1711), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1711), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1711), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1711), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1711), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1711), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1711), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1711), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1711), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1711), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1711), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1711), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), - [anon_sym_MOZ_RAII] = ACTIONS(1711), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1711), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1711), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1711), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1711), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1711), - [sym_raw_string_literal] = ACTIONS(1713), + [anon_sym_decltype] = ACTIONS(1891), + [anon_sym_virtual] = ACTIONS(1891), + [anon_sym_explicit] = ACTIONS(1891), + [sym_auto] = ACTIONS(1891), + [anon_sym_typename] = ACTIONS(1891), + [anon_sym_template] = ACTIONS(1891), + [anon_sym_operator] = ACTIONS(1891), + [anon_sym_delete] = ACTIONS(1891), + [anon_sym_throw] = ACTIONS(1891), + [anon_sym_namespace] = ACTIONS(1891), + [anon_sym_using] = ACTIONS(1891), + [anon_sym_static_assert] = ACTIONS(1891), + [anon_sym_co_return] = ACTIONS(1891), + [anon_sym_co_yield] = ACTIONS(1891), + [anon_sym_try] = ACTIONS(1891), + [anon_sym_co_await] = ACTIONS(1891), + [anon_sym_new] = ACTIONS(1891), + [sym_this] = ACTIONS(1891), + [sym_nullptr] = ACTIONS(1891), + [sym_alone_macro] = ACTIONS(1893), + [aux_sym_alone_macro_call_token1] = ACTIONS(1891), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_FORWARD] = ACTIONS(1891), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1891), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_PS_GET] = ACTIONS(1891), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1891), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1891), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1891), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1891), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1891), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1891), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1891), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1891), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1891), + [anon_sym_MOZ_COLD] = ACTIONS(1891), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1891), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1891), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1891), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1891), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1891), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1891), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1891), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1891), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1891), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1891), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1891), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1891), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1891), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1891), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1891), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_NONNULL] = ACTIONS(1891), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1891), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1891), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1891), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1891), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_NORETURN] = ACTIONS(1891), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1891), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1891), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1891), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1891), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1891), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1891), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1891), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1891), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1891), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), + [anon_sym_MOZ_RAII] = ACTIONS(1891), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1891), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1891), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1891), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1891), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1891), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1891), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1891), + [sym_raw_string_literal] = ACTIONS(1893), }, - [615] = { - [sym_identifier] = ACTIONS(1823), - [aux_sym_preproc_include_token1] = ACTIONS(1823), - [aux_sym_preproc_def_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), - [sym_preproc_directive] = ACTIONS(1823), - [anon_sym_LPAREN2] = ACTIONS(1825), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_TILDE] = ACTIONS(1825), - [anon_sym_DASH] = ACTIONS(1823), - [anon_sym_PLUS] = ACTIONS(1823), - [anon_sym_STAR] = ACTIONS(1825), - [anon_sym_AMP_AMP] = ACTIONS(1825), - [anon_sym_AMP] = ACTIONS(1823), - [anon_sym_SEMI] = ACTIONS(1825), - [anon_sym_typedef] = ACTIONS(1823), - [anon_sym_extern] = ACTIONS(1823), - [anon_sym___attribute__] = ACTIONS(1823), - [anon_sym_COLON_COLON] = ACTIONS(1825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), - [anon_sym___declspec] = ACTIONS(1823), - [anon_sym___based] = ACTIONS(1823), - [anon_sym___cdecl] = ACTIONS(1823), - [anon_sym___clrcall] = ACTIONS(1823), - [anon_sym___stdcall] = ACTIONS(1823), - [anon_sym___fastcall] = ACTIONS(1823), - [anon_sym___thiscall] = ACTIONS(1823), - [anon_sym___vectorcall] = ACTIONS(1823), - [anon_sym_LBRACE] = ACTIONS(1825), - [anon_sym_RBRACE] = ACTIONS(1825), - [anon_sym_LBRACK] = ACTIONS(1823), - [anon_sym_static] = ACTIONS(1823), - [anon_sym_register] = ACTIONS(1823), - [anon_sym_inline] = ACTIONS(1823), - [anon_sym_thread_local] = ACTIONS(1823), - [anon_sym_const] = ACTIONS(1823), - [anon_sym_volatile] = ACTIONS(1823), - [anon_sym_restrict] = ACTIONS(1823), - [anon_sym__Atomic] = ACTIONS(1823), - [anon_sym_mutable] = ACTIONS(1823), - [anon_sym_constexpr] = ACTIONS(1823), - [anon_sym_signed] = ACTIONS(1823), - [anon_sym_unsigned] = ACTIONS(1823), - [anon_sym_long] = ACTIONS(1823), - [anon_sym_short] = ACTIONS(1823), - [sym_primitive_type] = ACTIONS(1823), - [anon_sym_enum] = ACTIONS(1823), - [anon_sym_class] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1823), - [anon_sym_union] = ACTIONS(1823), - [anon_sym_if] = ACTIONS(1823), - [anon_sym_switch] = ACTIONS(1823), - [anon_sym_case] = ACTIONS(1823), - [anon_sym_default] = ACTIONS(1823), - [anon_sym_while] = ACTIONS(1823), - [anon_sym_do] = ACTIONS(1823), - [anon_sym_for] = ACTIONS(1823), - [anon_sym_return] = ACTIONS(1823), - [anon_sym_break] = ACTIONS(1823), - [anon_sym_continue] = ACTIONS(1823), - [anon_sym_goto] = ACTIONS(1823), - [anon_sym_DASH_DASH] = ACTIONS(1825), - [anon_sym_PLUS_PLUS] = ACTIONS(1825), - [anon_sym_sizeof] = ACTIONS(1823), - [sym_number_literal] = ACTIONS(1825), - [anon_sym_L_SQUOTE] = ACTIONS(1825), - [anon_sym_u_SQUOTE] = ACTIONS(1825), - [anon_sym_U_SQUOTE] = ACTIONS(1825), - [anon_sym_u8_SQUOTE] = ACTIONS(1825), - [anon_sym_SQUOTE] = ACTIONS(1825), - [anon_sym_L_DQUOTE] = ACTIONS(1825), - [anon_sym_u_DQUOTE] = ACTIONS(1825), - [anon_sym_U_DQUOTE] = ACTIONS(1825), - [anon_sym_u8_DQUOTE] = ACTIONS(1825), - [anon_sym_DQUOTE] = ACTIONS(1825), - [sym_true] = ACTIONS(1823), - [sym_false] = ACTIONS(1823), - [sym_null] = ACTIONS(1823), + [609] = { + [sym_identifier] = ACTIONS(1803), + [aux_sym_preproc_include_token1] = ACTIONS(1803), + [aux_sym_preproc_def_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), + [sym_preproc_directive] = ACTIONS(1803), + [anon_sym_LPAREN2] = ACTIONS(1805), + [anon_sym_BANG] = ACTIONS(1805), + [anon_sym_TILDE] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1803), + [anon_sym_STAR] = ACTIONS(1805), + [anon_sym_AMP_AMP] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_SEMI] = ACTIONS(1805), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1803), + [anon_sym___attribute__] = ACTIONS(1803), + [anon_sym_COLON_COLON] = ACTIONS(1805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), + [anon_sym___declspec] = ACTIONS(1803), + [anon_sym___based] = ACTIONS(1803), + [anon_sym___cdecl] = ACTIONS(1803), + [anon_sym___clrcall] = ACTIONS(1803), + [anon_sym___stdcall] = ACTIONS(1803), + [anon_sym___fastcall] = ACTIONS(1803), + [anon_sym___thiscall] = ACTIONS(1803), + [anon_sym___vectorcall] = ACTIONS(1803), + [anon_sym_LBRACE] = ACTIONS(1805), + [anon_sym_RBRACE] = ACTIONS(1805), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_register] = ACTIONS(1803), + [anon_sym_inline] = ACTIONS(1803), + [anon_sym_thread_local] = ACTIONS(1803), + [anon_sym_const] = ACTIONS(1803), + [anon_sym_volatile] = ACTIONS(1803), + [anon_sym_restrict] = ACTIONS(1803), + [anon_sym__Atomic] = ACTIONS(1803), + [anon_sym_mutable] = ACTIONS(1803), + [anon_sym_constexpr] = ACTIONS(1803), + [anon_sym_signed] = ACTIONS(1803), + [anon_sym_unsigned] = ACTIONS(1803), + [anon_sym_long] = ACTIONS(1803), + [anon_sym_short] = ACTIONS(1803), + [sym_primitive_type] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_union] = ACTIONS(1803), + [anon_sym_if] = ACTIONS(1803), + [anon_sym_switch] = ACTIONS(1803), + [anon_sym_case] = ACTIONS(1803), + [anon_sym_default] = ACTIONS(1803), + [anon_sym_while] = ACTIONS(1803), + [anon_sym_do] = ACTIONS(1803), + [anon_sym_for] = ACTIONS(1803), + [anon_sym_return] = ACTIONS(1803), + [anon_sym_break] = ACTIONS(1803), + [anon_sym_continue] = ACTIONS(1803), + [anon_sym_goto] = ACTIONS(1803), + [anon_sym_DASH_DASH] = ACTIONS(1805), + [anon_sym_PLUS_PLUS] = ACTIONS(1805), + [anon_sym_sizeof] = ACTIONS(1803), + [sym_number_literal] = ACTIONS(1805), + [anon_sym_L_SQUOTE] = ACTIONS(1805), + [anon_sym_u_SQUOTE] = ACTIONS(1805), + [anon_sym_U_SQUOTE] = ACTIONS(1805), + [anon_sym_u8_SQUOTE] = ACTIONS(1805), + [anon_sym_SQUOTE] = ACTIONS(1805), + [anon_sym_L_DQUOTE] = ACTIONS(1805), + [anon_sym_u_DQUOTE] = ACTIONS(1805), + [anon_sym_U_DQUOTE] = ACTIONS(1805), + [anon_sym_u8_DQUOTE] = ACTIONS(1805), + [anon_sym_DQUOTE] = ACTIONS(1805), + [sym_true] = ACTIONS(1803), + [sym_false] = ACTIONS(1803), + [sym_null] = ACTIONS(1803), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1823), - [anon_sym_virtual] = ACTIONS(1823), - [anon_sym_explicit] = ACTIONS(1823), - [sym_auto] = ACTIONS(1823), - [anon_sym_typename] = ACTIONS(1823), - [anon_sym_template] = ACTIONS(1823), - [anon_sym_operator] = ACTIONS(1823), - [anon_sym_delete] = ACTIONS(1823), - [anon_sym_throw] = ACTIONS(1823), - [anon_sym_namespace] = ACTIONS(1823), - [anon_sym_using] = ACTIONS(1823), - [anon_sym_static_assert] = ACTIONS(1823), - [anon_sym_co_return] = ACTIONS(1823), - [anon_sym_co_yield] = ACTIONS(1823), - [anon_sym_try] = ACTIONS(1823), - [anon_sym_co_await] = ACTIONS(1823), - [anon_sym_new] = ACTIONS(1823), - [sym_this] = ACTIONS(1823), - [sym_nullptr] = ACTIONS(1823), - [sym_alone_macro] = ACTIONS(1825), - [aux_sym_alone_macro_call_token1] = ACTIONS(1823), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_FORWARD] = ACTIONS(1823), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1823), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_PS_GET] = ACTIONS(1823), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1823), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1823), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1823), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1823), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), - [anon_sym_MOZ_COLD] = ACTIONS(1823), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_RAII] = ACTIONS(1823), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), - [sym_raw_string_literal] = ACTIONS(1825), + [anon_sym_decltype] = ACTIONS(1803), + [anon_sym_virtual] = ACTIONS(1803), + [anon_sym_explicit] = ACTIONS(1803), + [sym_auto] = ACTIONS(1803), + [anon_sym_typename] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1803), + [anon_sym_operator] = ACTIONS(1803), + [anon_sym_delete] = ACTIONS(1803), + [anon_sym_throw] = ACTIONS(1803), + [anon_sym_namespace] = ACTIONS(1803), + [anon_sym_using] = ACTIONS(1803), + [anon_sym_static_assert] = ACTIONS(1803), + [anon_sym_co_return] = ACTIONS(1803), + [anon_sym_co_yield] = ACTIONS(1803), + [anon_sym_try] = ACTIONS(1803), + [anon_sym_co_await] = ACTIONS(1803), + [anon_sym_new] = ACTIONS(1803), + [sym_this] = ACTIONS(1803), + [sym_nullptr] = ACTIONS(1803), + [sym_alone_macro] = ACTIONS(1805), + [aux_sym_alone_macro_call_token1] = ACTIONS(1803), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_FORWARD] = ACTIONS(1803), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_PS_GET] = ACTIONS(1803), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), + [anon_sym_MOZ_COLD] = ACTIONS(1803), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_RAII] = ACTIONS(1803), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), + [sym_raw_string_literal] = ACTIONS(1805), }, - [616] = { - [sym_identifier] = ACTIONS(1719), - [aux_sym_preproc_include_token1] = ACTIONS(1719), - [aux_sym_preproc_def_token1] = ACTIONS(1719), - [aux_sym_preproc_if_token1] = ACTIONS(1719), - [aux_sym_preproc_if_token2] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), - [sym_preproc_directive] = ACTIONS(1719), - [anon_sym_LPAREN2] = ACTIONS(1721), - [anon_sym_BANG] = ACTIONS(1721), - [anon_sym_TILDE] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1719), - [anon_sym_STAR] = ACTIONS(1721), - [anon_sym_AMP_AMP] = ACTIONS(1721), - [anon_sym_AMP] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1721), - [anon_sym_typedef] = ACTIONS(1719), - [anon_sym_extern] = ACTIONS(1719), - [anon_sym___attribute__] = ACTIONS(1719), - [anon_sym_COLON_COLON] = ACTIONS(1721), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), - [anon_sym___declspec] = ACTIONS(1719), - [anon_sym___based] = ACTIONS(1719), - [anon_sym___cdecl] = ACTIONS(1719), - [anon_sym___clrcall] = ACTIONS(1719), - [anon_sym___stdcall] = ACTIONS(1719), - [anon_sym___fastcall] = ACTIONS(1719), - [anon_sym___thiscall] = ACTIONS(1719), - [anon_sym___vectorcall] = ACTIONS(1719), - [anon_sym_LBRACE] = ACTIONS(1721), - [anon_sym_LBRACK] = ACTIONS(1719), - [anon_sym_static] = ACTIONS(1719), - [anon_sym_register] = ACTIONS(1719), - [anon_sym_inline] = ACTIONS(1719), - [anon_sym_thread_local] = ACTIONS(1719), - [anon_sym_const] = ACTIONS(1719), - [anon_sym_volatile] = ACTIONS(1719), - [anon_sym_restrict] = ACTIONS(1719), - [anon_sym__Atomic] = ACTIONS(1719), - [anon_sym_mutable] = ACTIONS(1719), - [anon_sym_constexpr] = ACTIONS(1719), - [anon_sym_signed] = ACTIONS(1719), - [anon_sym_unsigned] = ACTIONS(1719), - [anon_sym_long] = ACTIONS(1719), - [anon_sym_short] = ACTIONS(1719), - [sym_primitive_type] = ACTIONS(1719), - [anon_sym_enum] = ACTIONS(1719), - [anon_sym_class] = ACTIONS(1719), - [anon_sym_struct] = ACTIONS(1719), - [anon_sym_union] = ACTIONS(1719), - [anon_sym_if] = ACTIONS(1719), - [anon_sym_switch] = ACTIONS(1719), - [anon_sym_case] = ACTIONS(1719), - [anon_sym_default] = ACTIONS(1719), - [anon_sym_while] = ACTIONS(1719), - [anon_sym_do] = ACTIONS(1719), - [anon_sym_for] = ACTIONS(1719), - [anon_sym_return] = ACTIONS(1719), - [anon_sym_break] = ACTIONS(1719), - [anon_sym_continue] = ACTIONS(1719), - [anon_sym_goto] = ACTIONS(1719), - [anon_sym_DASH_DASH] = ACTIONS(1721), - [anon_sym_PLUS_PLUS] = ACTIONS(1721), - [anon_sym_sizeof] = ACTIONS(1719), - [sym_number_literal] = ACTIONS(1721), - [anon_sym_L_SQUOTE] = ACTIONS(1721), - [anon_sym_u_SQUOTE] = ACTIONS(1721), - [anon_sym_U_SQUOTE] = ACTIONS(1721), - [anon_sym_u8_SQUOTE] = ACTIONS(1721), - [anon_sym_SQUOTE] = ACTIONS(1721), - [anon_sym_L_DQUOTE] = ACTIONS(1721), - [anon_sym_u_DQUOTE] = ACTIONS(1721), - [anon_sym_U_DQUOTE] = ACTIONS(1721), - [anon_sym_u8_DQUOTE] = ACTIONS(1721), - [anon_sym_DQUOTE] = ACTIONS(1721), - [sym_true] = ACTIONS(1719), - [sym_false] = ACTIONS(1719), - [sym_null] = ACTIONS(1719), + [610] = { + [ts_builtin_sym_end] = ACTIONS(1889), + [sym_identifier] = ACTIONS(1887), + [aux_sym_preproc_include_token1] = ACTIONS(1887), + [aux_sym_preproc_def_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), + [sym_preproc_directive] = ACTIONS(1887), + [anon_sym_LPAREN2] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(1889), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1887), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_AMP] = ACTIONS(1887), + [anon_sym_SEMI] = ACTIONS(1889), + [anon_sym_typedef] = ACTIONS(1887), + [anon_sym_extern] = ACTIONS(1887), + [anon_sym___attribute__] = ACTIONS(1887), + [anon_sym_COLON_COLON] = ACTIONS(1889), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), + [anon_sym___declspec] = ACTIONS(1887), + [anon_sym___based] = ACTIONS(1887), + [anon_sym___cdecl] = ACTIONS(1887), + [anon_sym___clrcall] = ACTIONS(1887), + [anon_sym___stdcall] = ACTIONS(1887), + [anon_sym___fastcall] = ACTIONS(1887), + [anon_sym___thiscall] = ACTIONS(1887), + [anon_sym___vectorcall] = ACTIONS(1887), + [anon_sym_LBRACE] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_register] = ACTIONS(1887), + [anon_sym_inline] = ACTIONS(1887), + [anon_sym_thread_local] = ACTIONS(1887), + [anon_sym_const] = ACTIONS(1887), + [anon_sym_volatile] = ACTIONS(1887), + [anon_sym_restrict] = ACTIONS(1887), + [anon_sym__Atomic] = ACTIONS(1887), + [anon_sym_mutable] = ACTIONS(1887), + [anon_sym_constexpr] = ACTIONS(1887), + [anon_sym_signed] = ACTIONS(1887), + [anon_sym_unsigned] = ACTIONS(1887), + [anon_sym_long] = ACTIONS(1887), + [anon_sym_short] = ACTIONS(1887), + [sym_primitive_type] = ACTIONS(1887), + [anon_sym_enum] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1887), + [anon_sym_union] = ACTIONS(1887), + [anon_sym_if] = ACTIONS(1887), + [anon_sym_switch] = ACTIONS(1887), + [anon_sym_case] = ACTIONS(1887), + [anon_sym_default] = ACTIONS(1887), + [anon_sym_while] = ACTIONS(1887), + [anon_sym_do] = ACTIONS(1887), + [anon_sym_for] = ACTIONS(1887), + [anon_sym_return] = ACTIONS(1887), + [anon_sym_break] = ACTIONS(1887), + [anon_sym_continue] = ACTIONS(1887), + [anon_sym_goto] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1889), + [anon_sym_sizeof] = ACTIONS(1887), + [sym_number_literal] = ACTIONS(1889), + [anon_sym_L_SQUOTE] = ACTIONS(1889), + [anon_sym_u_SQUOTE] = ACTIONS(1889), + [anon_sym_U_SQUOTE] = ACTIONS(1889), + [anon_sym_u8_SQUOTE] = ACTIONS(1889), + [anon_sym_SQUOTE] = ACTIONS(1889), + [anon_sym_L_DQUOTE] = ACTIONS(1889), + [anon_sym_u_DQUOTE] = ACTIONS(1889), + [anon_sym_U_DQUOTE] = ACTIONS(1889), + [anon_sym_u8_DQUOTE] = ACTIONS(1889), + [anon_sym_DQUOTE] = ACTIONS(1889), + [sym_true] = ACTIONS(1887), + [sym_false] = ACTIONS(1887), + [sym_null] = ACTIONS(1887), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1719), - [anon_sym_virtual] = ACTIONS(1719), - [anon_sym_explicit] = ACTIONS(1719), - [sym_auto] = ACTIONS(1719), - [anon_sym_typename] = ACTIONS(1719), - [anon_sym_template] = ACTIONS(1719), - [anon_sym_operator] = ACTIONS(1719), - [anon_sym_delete] = ACTIONS(1719), - [anon_sym_throw] = ACTIONS(1719), - [anon_sym_namespace] = ACTIONS(1719), - [anon_sym_using] = ACTIONS(1719), - [anon_sym_static_assert] = ACTIONS(1719), - [anon_sym_co_return] = ACTIONS(1719), - [anon_sym_co_yield] = ACTIONS(1719), - [anon_sym_try] = ACTIONS(1719), - [anon_sym_co_await] = ACTIONS(1719), - [anon_sym_new] = ACTIONS(1719), - [sym_this] = ACTIONS(1719), - [sym_nullptr] = ACTIONS(1719), - [sym_alone_macro] = ACTIONS(1721), - [aux_sym_alone_macro_call_token1] = ACTIONS(1719), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_FORWARD] = ACTIONS(1719), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_PS_GET] = ACTIONS(1719), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), - [anon_sym_MOZ_COLD] = ACTIONS(1719), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_RAII] = ACTIONS(1719), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), - [sym_raw_string_literal] = ACTIONS(1721), + [anon_sym_decltype] = ACTIONS(1887), + [anon_sym_virtual] = ACTIONS(1887), + [anon_sym_explicit] = ACTIONS(1887), + [sym_auto] = ACTIONS(1887), + [anon_sym_typename] = ACTIONS(1887), + [anon_sym_template] = ACTIONS(1887), + [anon_sym_operator] = ACTIONS(1887), + [anon_sym_delete] = ACTIONS(1887), + [anon_sym_throw] = ACTIONS(1887), + [anon_sym_namespace] = ACTIONS(1887), + [anon_sym_using] = ACTIONS(1887), + [anon_sym_static_assert] = ACTIONS(1887), + [anon_sym_co_return] = ACTIONS(1887), + [anon_sym_co_yield] = ACTIONS(1887), + [anon_sym_try] = ACTIONS(1887), + [anon_sym_co_await] = ACTIONS(1887), + [anon_sym_new] = ACTIONS(1887), + [sym_this] = ACTIONS(1887), + [sym_nullptr] = ACTIONS(1887), + [sym_alone_macro] = ACTIONS(1889), + [aux_sym_alone_macro_call_token1] = ACTIONS(1887), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_FORWARD] = ACTIONS(1887), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1887), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_PS_GET] = ACTIONS(1887), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1887), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1887), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), + [anon_sym_MOZ_COLD] = ACTIONS(1887), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_RAII] = ACTIONS(1887), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), + [sym_raw_string_literal] = ACTIONS(1889), + }, + [611] = { + [sym_identifier] = ACTIONS(1787), + [aux_sym_preproc_include_token1] = ACTIONS(1787), + [aux_sym_preproc_def_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1787), + [anon_sym_LPAREN2] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_AMP_AMP] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1787), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym___attribute__] = ACTIONS(1787), + [anon_sym_COLON_COLON] = ACTIONS(1789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), + [anon_sym___declspec] = ACTIONS(1787), + [anon_sym___based] = ACTIONS(1787), + [anon_sym___cdecl] = ACTIONS(1787), + [anon_sym___clrcall] = ACTIONS(1787), + [anon_sym___stdcall] = ACTIONS(1787), + [anon_sym___fastcall] = ACTIONS(1787), + [anon_sym___thiscall] = ACTIONS(1787), + [anon_sym___vectorcall] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_RBRACE] = ACTIONS(1789), + [anon_sym_LBRACK] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_inline] = ACTIONS(1787), + [anon_sym_thread_local] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym__Atomic] = ACTIONS(1787), + [anon_sym_mutable] = ACTIONS(1787), + [anon_sym_constexpr] = ACTIONS(1787), + [anon_sym_signed] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [sym_primitive_type] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_class] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1789), + [anon_sym_L_SQUOTE] = ACTIONS(1789), + [anon_sym_u_SQUOTE] = ACTIONS(1789), + [anon_sym_U_SQUOTE] = ACTIONS(1789), + [anon_sym_u8_SQUOTE] = ACTIONS(1789), + [anon_sym_SQUOTE] = ACTIONS(1789), + [anon_sym_L_DQUOTE] = ACTIONS(1789), + [anon_sym_u_DQUOTE] = ACTIONS(1789), + [anon_sym_U_DQUOTE] = ACTIONS(1789), + [anon_sym_u8_DQUOTE] = ACTIONS(1789), + [anon_sym_DQUOTE] = ACTIONS(1789), + [sym_true] = ACTIONS(1787), + [sym_false] = ACTIONS(1787), + [sym_null] = ACTIONS(1787), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1787), + [anon_sym_virtual] = ACTIONS(1787), + [anon_sym_explicit] = ACTIONS(1787), + [sym_auto] = ACTIONS(1787), + [anon_sym_typename] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1787), + [anon_sym_operator] = ACTIONS(1787), + [anon_sym_delete] = ACTIONS(1787), + [anon_sym_throw] = ACTIONS(1787), + [anon_sym_namespace] = ACTIONS(1787), + [anon_sym_using] = ACTIONS(1787), + [anon_sym_static_assert] = ACTIONS(1787), + [anon_sym_co_return] = ACTIONS(1787), + [anon_sym_co_yield] = ACTIONS(1787), + [anon_sym_try] = ACTIONS(1787), + [anon_sym_co_await] = ACTIONS(1787), + [anon_sym_new] = ACTIONS(1787), + [sym_this] = ACTIONS(1787), + [sym_nullptr] = ACTIONS(1787), + [sym_alone_macro] = ACTIONS(1789), + [aux_sym_alone_macro_call_token1] = ACTIONS(1787), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_FORWARD] = ACTIONS(1787), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_PS_GET] = ACTIONS(1787), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), + [anon_sym_MOZ_COLD] = ACTIONS(1787), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_RAII] = ACTIONS(1787), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), + [sym_raw_string_literal] = ACTIONS(1789), }, - [617] = { - [sym_identifier] = ACTIONS(1727), - [aux_sym_preproc_include_token1] = ACTIONS(1727), - [aux_sym_preproc_def_token1] = ACTIONS(1727), - [aux_sym_preproc_if_token1] = ACTIONS(1727), - [aux_sym_preproc_if_token2] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), - [sym_preproc_directive] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_BANG] = ACTIONS(1729), - [anon_sym_TILDE] = ACTIONS(1729), - [anon_sym_DASH] = ACTIONS(1727), - [anon_sym_PLUS] = ACTIONS(1727), - [anon_sym_STAR] = ACTIONS(1729), - [anon_sym_AMP_AMP] = ACTIONS(1729), - [anon_sym_AMP] = ACTIONS(1727), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_typedef] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym___attribute__] = ACTIONS(1727), - [anon_sym_COLON_COLON] = ACTIONS(1729), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), - [anon_sym___declspec] = ACTIONS(1727), - [anon_sym___based] = ACTIONS(1727), - [anon_sym___cdecl] = ACTIONS(1727), - [anon_sym___clrcall] = ACTIONS(1727), - [anon_sym___stdcall] = ACTIONS(1727), - [anon_sym___fastcall] = ACTIONS(1727), - [anon_sym___thiscall] = ACTIONS(1727), - [anon_sym___vectorcall] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1727), - [anon_sym_static] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_inline] = ACTIONS(1727), - [anon_sym_thread_local] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [anon_sym_volatile] = ACTIONS(1727), - [anon_sym_restrict] = ACTIONS(1727), - [anon_sym__Atomic] = ACTIONS(1727), - [anon_sym_mutable] = ACTIONS(1727), - [anon_sym_constexpr] = ACTIONS(1727), - [anon_sym_signed] = ACTIONS(1727), - [anon_sym_unsigned] = ACTIONS(1727), - [anon_sym_long] = ACTIONS(1727), - [anon_sym_short] = ACTIONS(1727), - [sym_primitive_type] = ACTIONS(1727), - [anon_sym_enum] = ACTIONS(1727), - [anon_sym_class] = ACTIONS(1727), - [anon_sym_struct] = ACTIONS(1727), - [anon_sym_union] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_switch] = ACTIONS(1727), - [anon_sym_case] = ACTIONS(1727), - [anon_sym_default] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_goto] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_PLUS_PLUS] = ACTIONS(1729), - [anon_sym_sizeof] = ACTIONS(1727), - [sym_number_literal] = ACTIONS(1729), - [anon_sym_L_SQUOTE] = ACTIONS(1729), - [anon_sym_u_SQUOTE] = ACTIONS(1729), - [anon_sym_U_SQUOTE] = ACTIONS(1729), - [anon_sym_u8_SQUOTE] = ACTIONS(1729), - [anon_sym_SQUOTE] = ACTIONS(1729), - [anon_sym_L_DQUOTE] = ACTIONS(1729), - [anon_sym_u_DQUOTE] = ACTIONS(1729), - [anon_sym_U_DQUOTE] = ACTIONS(1729), - [anon_sym_u8_DQUOTE] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym_true] = ACTIONS(1727), - [sym_false] = ACTIONS(1727), - [sym_null] = ACTIONS(1727), + [612] = { + [sym_identifier] = ACTIONS(1871), + [aux_sym_preproc_include_token1] = ACTIONS(1871), + [aux_sym_preproc_def_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), + [sym_preproc_directive] = ACTIONS(1871), + [anon_sym_LPAREN2] = ACTIONS(1873), + [anon_sym_BANG] = ACTIONS(1873), + [anon_sym_TILDE] = ACTIONS(1873), + [anon_sym_DASH] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1871), + [anon_sym_STAR] = ACTIONS(1873), + [anon_sym_AMP_AMP] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1871), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_typedef] = ACTIONS(1871), + [anon_sym_extern] = ACTIONS(1871), + [anon_sym___attribute__] = ACTIONS(1871), + [anon_sym_COLON_COLON] = ACTIONS(1873), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), + [anon_sym___declspec] = ACTIONS(1871), + [anon_sym___based] = ACTIONS(1871), + [anon_sym___cdecl] = ACTIONS(1871), + [anon_sym___clrcall] = ACTIONS(1871), + [anon_sym___stdcall] = ACTIONS(1871), + [anon_sym___fastcall] = ACTIONS(1871), + [anon_sym___thiscall] = ACTIONS(1871), + [anon_sym___vectorcall] = ACTIONS(1871), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_register] = ACTIONS(1871), + [anon_sym_inline] = ACTIONS(1871), + [anon_sym_thread_local] = ACTIONS(1871), + [anon_sym_const] = ACTIONS(1871), + [anon_sym_volatile] = ACTIONS(1871), + [anon_sym_restrict] = ACTIONS(1871), + [anon_sym__Atomic] = ACTIONS(1871), + [anon_sym_mutable] = ACTIONS(1871), + [anon_sym_constexpr] = ACTIONS(1871), + [anon_sym_signed] = ACTIONS(1871), + [anon_sym_unsigned] = ACTIONS(1871), + [anon_sym_long] = ACTIONS(1871), + [anon_sym_short] = ACTIONS(1871), + [sym_primitive_type] = ACTIONS(1871), + [anon_sym_enum] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_struct] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1871), + [anon_sym_if] = ACTIONS(1871), + [anon_sym_switch] = ACTIONS(1871), + [anon_sym_case] = ACTIONS(1871), + [anon_sym_default] = ACTIONS(1871), + [anon_sym_while] = ACTIONS(1871), + [anon_sym_do] = ACTIONS(1871), + [anon_sym_for] = ACTIONS(1871), + [anon_sym_return] = ACTIONS(1871), + [anon_sym_break] = ACTIONS(1871), + [anon_sym_continue] = ACTIONS(1871), + [anon_sym_goto] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(1873), + [anon_sym_PLUS_PLUS] = ACTIONS(1873), + [anon_sym_sizeof] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1873), + [anon_sym_L_SQUOTE] = ACTIONS(1873), + [anon_sym_u_SQUOTE] = ACTIONS(1873), + [anon_sym_U_SQUOTE] = ACTIONS(1873), + [anon_sym_u8_SQUOTE] = ACTIONS(1873), + [anon_sym_SQUOTE] = ACTIONS(1873), + [anon_sym_L_DQUOTE] = ACTIONS(1873), + [anon_sym_u_DQUOTE] = ACTIONS(1873), + [anon_sym_U_DQUOTE] = ACTIONS(1873), + [anon_sym_u8_DQUOTE] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym_true] = ACTIONS(1871), + [sym_false] = ACTIONS(1871), + [sym_null] = ACTIONS(1871), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1727), - [anon_sym_virtual] = ACTIONS(1727), - [anon_sym_explicit] = ACTIONS(1727), - [sym_auto] = ACTIONS(1727), - [anon_sym_typename] = ACTIONS(1727), - [anon_sym_template] = ACTIONS(1727), - [anon_sym_operator] = ACTIONS(1727), - [anon_sym_delete] = ACTIONS(1727), - [anon_sym_throw] = ACTIONS(1727), - [anon_sym_namespace] = ACTIONS(1727), - [anon_sym_using] = ACTIONS(1727), - [anon_sym_static_assert] = ACTIONS(1727), - [anon_sym_co_return] = ACTIONS(1727), - [anon_sym_co_yield] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_co_await] = ACTIONS(1727), - [anon_sym_new] = ACTIONS(1727), - [sym_this] = ACTIONS(1727), - [sym_nullptr] = ACTIONS(1727), - [sym_alone_macro] = ACTIONS(1729), - [aux_sym_alone_macro_call_token1] = ACTIONS(1727), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_FORWARD] = ACTIONS(1727), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1727), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_PS_GET] = ACTIONS(1727), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1727), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1727), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1727), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1727), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), - [anon_sym_MOZ_COLD] = ACTIONS(1727), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL] = ACTIONS(1727), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN] = ACTIONS(1727), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), - [anon_sym_MOZ_RAII] = ACTIONS(1727), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), - [sym_raw_string_literal] = ACTIONS(1729), + [anon_sym_decltype] = ACTIONS(1871), + [anon_sym_virtual] = ACTIONS(1871), + [anon_sym_explicit] = ACTIONS(1871), + [sym_auto] = ACTIONS(1871), + [anon_sym_typename] = ACTIONS(1871), + [anon_sym_template] = ACTIONS(1871), + [anon_sym_operator] = ACTIONS(1871), + [anon_sym_delete] = ACTIONS(1871), + [anon_sym_throw] = ACTIONS(1871), + [anon_sym_namespace] = ACTIONS(1871), + [anon_sym_using] = ACTIONS(1871), + [anon_sym_static_assert] = ACTIONS(1871), + [anon_sym_co_return] = ACTIONS(1871), + [anon_sym_co_yield] = ACTIONS(1871), + [anon_sym_try] = ACTIONS(1871), + [anon_sym_co_await] = ACTIONS(1871), + [anon_sym_new] = ACTIONS(1871), + [sym_this] = ACTIONS(1871), + [sym_nullptr] = ACTIONS(1871), + [sym_alone_macro] = ACTIONS(1873), + [aux_sym_alone_macro_call_token1] = ACTIONS(1871), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_FORWARD] = ACTIONS(1871), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1871), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_PS_GET] = ACTIONS(1871), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1871), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1871), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1871), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), + [anon_sym_MOZ_COLD] = ACTIONS(1871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_RAII] = ACTIONS(1871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), + [sym_raw_string_literal] = ACTIONS(1873), }, - [618] = { - [sym_identifier] = ACTIONS(1827), - [aux_sym_preproc_include_token1] = ACTIONS(1827), - [aux_sym_preproc_def_token1] = ACTIONS(1827), - [aux_sym_preproc_if_token1] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), - [sym_preproc_directive] = ACTIONS(1827), - [anon_sym_LPAREN2] = ACTIONS(1829), - [anon_sym_BANG] = ACTIONS(1829), - [anon_sym_TILDE] = ACTIONS(1829), - [anon_sym_DASH] = ACTIONS(1827), - [anon_sym_PLUS] = ACTIONS(1827), - [anon_sym_STAR] = ACTIONS(1829), - [anon_sym_AMP_AMP] = ACTIONS(1829), - [anon_sym_AMP] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1829), - [anon_sym_typedef] = ACTIONS(1827), - [anon_sym_extern] = ACTIONS(1827), - [anon_sym___attribute__] = ACTIONS(1827), - [anon_sym_COLON_COLON] = ACTIONS(1829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), - [anon_sym___declspec] = ACTIONS(1827), - [anon_sym___based] = ACTIONS(1827), - [anon_sym___cdecl] = ACTIONS(1827), - [anon_sym___clrcall] = ACTIONS(1827), - [anon_sym___stdcall] = ACTIONS(1827), - [anon_sym___fastcall] = ACTIONS(1827), - [anon_sym___thiscall] = ACTIONS(1827), - [anon_sym___vectorcall] = ACTIONS(1827), - [anon_sym_LBRACE] = ACTIONS(1829), - [anon_sym_RBRACE] = ACTIONS(1829), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1827), - [anon_sym_register] = ACTIONS(1827), - [anon_sym_inline] = ACTIONS(1827), - [anon_sym_thread_local] = ACTIONS(1827), - [anon_sym_const] = ACTIONS(1827), - [anon_sym_volatile] = ACTIONS(1827), - [anon_sym_restrict] = ACTIONS(1827), - [anon_sym__Atomic] = ACTIONS(1827), - [anon_sym_mutable] = ACTIONS(1827), - [anon_sym_constexpr] = ACTIONS(1827), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [sym_primitive_type] = ACTIONS(1827), - [anon_sym_enum] = ACTIONS(1827), - [anon_sym_class] = ACTIONS(1827), - [anon_sym_struct] = ACTIONS(1827), - [anon_sym_union] = ACTIONS(1827), - [anon_sym_if] = ACTIONS(1827), - [anon_sym_switch] = ACTIONS(1827), - [anon_sym_case] = ACTIONS(1827), - [anon_sym_default] = ACTIONS(1827), - [anon_sym_while] = ACTIONS(1827), - [anon_sym_do] = ACTIONS(1827), - [anon_sym_for] = ACTIONS(1827), - [anon_sym_return] = ACTIONS(1827), - [anon_sym_break] = ACTIONS(1827), - [anon_sym_continue] = ACTIONS(1827), - [anon_sym_goto] = ACTIONS(1827), - [anon_sym_DASH_DASH] = ACTIONS(1829), - [anon_sym_PLUS_PLUS] = ACTIONS(1829), - [anon_sym_sizeof] = ACTIONS(1827), - [sym_number_literal] = ACTIONS(1829), - [anon_sym_L_SQUOTE] = ACTIONS(1829), - [anon_sym_u_SQUOTE] = ACTIONS(1829), - [anon_sym_U_SQUOTE] = ACTIONS(1829), - [anon_sym_u8_SQUOTE] = ACTIONS(1829), - [anon_sym_SQUOTE] = ACTIONS(1829), - [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(1827), - [sym_false] = ACTIONS(1827), - [sym_null] = ACTIONS(1827), + [613] = { + [sym_identifier] = ACTIONS(1799), + [aux_sym_preproc_include_token1] = ACTIONS(1799), + [aux_sym_preproc_def_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token2] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), + [sym_preproc_directive] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1801), + [anon_sym_BANG] = ACTIONS(1801), + [anon_sym_TILDE] = ACTIONS(1801), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_typedef] = ACTIONS(1799), + [anon_sym_extern] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1799), + [anon_sym_COLON_COLON] = ACTIONS(1801), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), + [anon_sym___declspec] = ACTIONS(1799), + [anon_sym___based] = ACTIONS(1799), + [anon_sym___cdecl] = ACTIONS(1799), + [anon_sym___clrcall] = ACTIONS(1799), + [anon_sym___stdcall] = ACTIONS(1799), + [anon_sym___fastcall] = ACTIONS(1799), + [anon_sym___thiscall] = ACTIONS(1799), + [anon_sym___vectorcall] = ACTIONS(1799), + [anon_sym_LBRACE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_register] = ACTIONS(1799), + [anon_sym_inline] = ACTIONS(1799), + [anon_sym_thread_local] = ACTIONS(1799), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym_mutable] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_signed] = ACTIONS(1799), + [anon_sym_unsigned] = ACTIONS(1799), + [anon_sym_long] = ACTIONS(1799), + [anon_sym_short] = ACTIONS(1799), + [sym_primitive_type] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_union] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1799), + [anon_sym_switch] = ACTIONS(1799), + [anon_sym_case] = ACTIONS(1799), + [anon_sym_default] = ACTIONS(1799), + [anon_sym_while] = ACTIONS(1799), + [anon_sym_do] = ACTIONS(1799), + [anon_sym_for] = ACTIONS(1799), + [anon_sym_return] = ACTIONS(1799), + [anon_sym_break] = ACTIONS(1799), + [anon_sym_continue] = ACTIONS(1799), + [anon_sym_goto] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1801), + [anon_sym_PLUS_PLUS] = ACTIONS(1801), + [anon_sym_sizeof] = ACTIONS(1799), + [sym_number_literal] = ACTIONS(1801), + [anon_sym_L_SQUOTE] = ACTIONS(1801), + [anon_sym_u_SQUOTE] = ACTIONS(1801), + [anon_sym_U_SQUOTE] = ACTIONS(1801), + [anon_sym_u8_SQUOTE] = ACTIONS(1801), + [anon_sym_SQUOTE] = ACTIONS(1801), + [anon_sym_L_DQUOTE] = ACTIONS(1801), + [anon_sym_u_DQUOTE] = ACTIONS(1801), + [anon_sym_U_DQUOTE] = ACTIONS(1801), + [anon_sym_u8_DQUOTE] = ACTIONS(1801), + [anon_sym_DQUOTE] = ACTIONS(1801), + [sym_true] = ACTIONS(1799), + [sym_false] = ACTIONS(1799), + [sym_null] = ACTIONS(1799), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1827), - [anon_sym_virtual] = ACTIONS(1827), - [anon_sym_explicit] = ACTIONS(1827), - [sym_auto] = ACTIONS(1827), - [anon_sym_typename] = ACTIONS(1827), - [anon_sym_template] = ACTIONS(1827), - [anon_sym_operator] = ACTIONS(1827), - [anon_sym_delete] = ACTIONS(1827), - [anon_sym_throw] = ACTIONS(1827), - [anon_sym_namespace] = ACTIONS(1827), - [anon_sym_using] = ACTIONS(1827), - [anon_sym_static_assert] = ACTIONS(1827), - [anon_sym_co_return] = ACTIONS(1827), - [anon_sym_co_yield] = ACTIONS(1827), - [anon_sym_try] = ACTIONS(1827), - [anon_sym_co_await] = ACTIONS(1827), - [anon_sym_new] = ACTIONS(1827), - [sym_this] = ACTIONS(1827), - [sym_nullptr] = ACTIONS(1827), - [sym_alone_macro] = ACTIONS(1829), - [aux_sym_alone_macro_call_token1] = ACTIONS(1827), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_FORWARD] = ACTIONS(1827), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_PS_GET] = ACTIONS(1827), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), - [anon_sym_MOZ_COLD] = ACTIONS(1827), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_RAII] = ACTIONS(1827), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), - [sym_raw_string_literal] = ACTIONS(1829), + [anon_sym_decltype] = ACTIONS(1799), + [anon_sym_virtual] = ACTIONS(1799), + [anon_sym_explicit] = ACTIONS(1799), + [sym_auto] = ACTIONS(1799), + [anon_sym_typename] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1799), + [anon_sym_operator] = ACTIONS(1799), + [anon_sym_delete] = ACTIONS(1799), + [anon_sym_throw] = ACTIONS(1799), + [anon_sym_namespace] = ACTIONS(1799), + [anon_sym_using] = ACTIONS(1799), + [anon_sym_static_assert] = ACTIONS(1799), + [anon_sym_co_return] = ACTIONS(1799), + [anon_sym_co_yield] = ACTIONS(1799), + [anon_sym_try] = ACTIONS(1799), + [anon_sym_co_await] = ACTIONS(1799), + [anon_sym_new] = ACTIONS(1799), + [sym_this] = ACTIONS(1799), + [sym_nullptr] = ACTIONS(1799), + [sym_alone_macro] = ACTIONS(1801), + [aux_sym_alone_macro_call_token1] = ACTIONS(1799), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_FORWARD] = ACTIONS(1799), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_PS_GET] = ACTIONS(1799), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), + [anon_sym_MOZ_COLD] = ACTIONS(1799), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_RAII] = ACTIONS(1799), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), + [sym_raw_string_literal] = ACTIONS(1801), }, - [619] = { - [ts_builtin_sym_end] = ACTIONS(1721), - [sym_identifier] = ACTIONS(1719), - [aux_sym_preproc_include_token1] = ACTIONS(1719), - [aux_sym_preproc_def_token1] = ACTIONS(1719), - [aux_sym_preproc_if_token1] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), - [sym_preproc_directive] = ACTIONS(1719), - [anon_sym_LPAREN2] = ACTIONS(1721), - [anon_sym_BANG] = ACTIONS(1721), - [anon_sym_TILDE] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1719), - [anon_sym_STAR] = ACTIONS(1721), - [anon_sym_AMP_AMP] = ACTIONS(1721), - [anon_sym_AMP] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1721), - [anon_sym_typedef] = ACTIONS(1719), - [anon_sym_extern] = ACTIONS(1719), - [anon_sym___attribute__] = ACTIONS(1719), - [anon_sym_COLON_COLON] = ACTIONS(1721), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1721), - [anon_sym___declspec] = ACTIONS(1719), - [anon_sym___based] = ACTIONS(1719), - [anon_sym___cdecl] = ACTIONS(1719), - [anon_sym___clrcall] = ACTIONS(1719), - [anon_sym___stdcall] = ACTIONS(1719), - [anon_sym___fastcall] = ACTIONS(1719), - [anon_sym___thiscall] = ACTIONS(1719), - [anon_sym___vectorcall] = ACTIONS(1719), - [anon_sym_LBRACE] = ACTIONS(1721), - [anon_sym_LBRACK] = ACTIONS(1719), - [anon_sym_static] = ACTIONS(1719), - [anon_sym_register] = ACTIONS(1719), - [anon_sym_inline] = ACTIONS(1719), - [anon_sym_thread_local] = ACTIONS(1719), - [anon_sym_const] = ACTIONS(1719), - [anon_sym_volatile] = ACTIONS(1719), - [anon_sym_restrict] = ACTIONS(1719), - [anon_sym__Atomic] = ACTIONS(1719), - [anon_sym_mutable] = ACTIONS(1719), - [anon_sym_constexpr] = ACTIONS(1719), - [anon_sym_signed] = ACTIONS(1719), - [anon_sym_unsigned] = ACTIONS(1719), - [anon_sym_long] = ACTIONS(1719), - [anon_sym_short] = ACTIONS(1719), - [sym_primitive_type] = ACTIONS(1719), - [anon_sym_enum] = ACTIONS(1719), - [anon_sym_class] = ACTIONS(1719), - [anon_sym_struct] = ACTIONS(1719), - [anon_sym_union] = ACTIONS(1719), - [anon_sym_if] = ACTIONS(1719), - [anon_sym_switch] = ACTIONS(1719), - [anon_sym_case] = ACTIONS(1719), - [anon_sym_default] = ACTIONS(1719), - [anon_sym_while] = ACTIONS(1719), - [anon_sym_do] = ACTIONS(1719), - [anon_sym_for] = ACTIONS(1719), - [anon_sym_return] = ACTIONS(1719), - [anon_sym_break] = ACTIONS(1719), - [anon_sym_continue] = ACTIONS(1719), - [anon_sym_goto] = ACTIONS(1719), - [anon_sym_DASH_DASH] = ACTIONS(1721), - [anon_sym_PLUS_PLUS] = ACTIONS(1721), - [anon_sym_sizeof] = ACTIONS(1719), - [sym_number_literal] = ACTIONS(1721), - [anon_sym_L_SQUOTE] = ACTIONS(1721), - [anon_sym_u_SQUOTE] = ACTIONS(1721), - [anon_sym_U_SQUOTE] = ACTIONS(1721), - [anon_sym_u8_SQUOTE] = ACTIONS(1721), - [anon_sym_SQUOTE] = ACTIONS(1721), - [anon_sym_L_DQUOTE] = ACTIONS(1721), - [anon_sym_u_DQUOTE] = ACTIONS(1721), - [anon_sym_U_DQUOTE] = ACTIONS(1721), - [anon_sym_u8_DQUOTE] = ACTIONS(1721), - [anon_sym_DQUOTE] = ACTIONS(1721), - [sym_true] = ACTIONS(1719), - [sym_false] = ACTIONS(1719), - [sym_null] = ACTIONS(1719), + [614] = { + [sym_identifier] = ACTIONS(1763), + [aux_sym_preproc_include_token1] = ACTIONS(1763), + [aux_sym_preproc_def_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token2] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), + [sym_preproc_directive] = ACTIONS(1763), + [anon_sym_LPAREN2] = ACTIONS(1765), + [anon_sym_BANG] = ACTIONS(1765), + [anon_sym_TILDE] = ACTIONS(1765), + [anon_sym_DASH] = ACTIONS(1763), + [anon_sym_PLUS] = ACTIONS(1763), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_AMP_AMP] = ACTIONS(1765), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_SEMI] = ACTIONS(1765), + [anon_sym_typedef] = ACTIONS(1763), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym_COLON_COLON] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym___based] = ACTIONS(1763), + [anon_sym___cdecl] = ACTIONS(1763), + [anon_sym___clrcall] = ACTIONS(1763), + [anon_sym___stdcall] = ACTIONS(1763), + [anon_sym___fastcall] = ACTIONS(1763), + [anon_sym___thiscall] = ACTIONS(1763), + [anon_sym___vectorcall] = ACTIONS(1763), + [anon_sym_LBRACE] = ACTIONS(1765), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym_mutable] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1763), + [anon_sym_switch] = ACTIONS(1763), + [anon_sym_case] = ACTIONS(1763), + [anon_sym_default] = ACTIONS(1763), + [anon_sym_while] = ACTIONS(1763), + [anon_sym_do] = ACTIONS(1763), + [anon_sym_for] = ACTIONS(1763), + [anon_sym_return] = ACTIONS(1763), + [anon_sym_break] = ACTIONS(1763), + [anon_sym_continue] = ACTIONS(1763), + [anon_sym_goto] = ACTIONS(1763), + [anon_sym_DASH_DASH] = ACTIONS(1765), + [anon_sym_PLUS_PLUS] = ACTIONS(1765), + [anon_sym_sizeof] = ACTIONS(1763), + [sym_number_literal] = ACTIONS(1765), + [anon_sym_L_SQUOTE] = ACTIONS(1765), + [anon_sym_u_SQUOTE] = ACTIONS(1765), + [anon_sym_U_SQUOTE] = ACTIONS(1765), + [anon_sym_u8_SQUOTE] = ACTIONS(1765), + [anon_sym_SQUOTE] = ACTIONS(1765), + [anon_sym_L_DQUOTE] = ACTIONS(1765), + [anon_sym_u_DQUOTE] = ACTIONS(1765), + [anon_sym_U_DQUOTE] = ACTIONS(1765), + [anon_sym_u8_DQUOTE] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym_true] = ACTIONS(1763), + [sym_false] = ACTIONS(1763), + [sym_null] = ACTIONS(1763), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1719), - [anon_sym_virtual] = ACTIONS(1719), - [anon_sym_explicit] = ACTIONS(1719), - [sym_auto] = ACTIONS(1719), - [anon_sym_typename] = ACTIONS(1719), - [anon_sym_template] = ACTIONS(1719), - [anon_sym_operator] = ACTIONS(1719), - [anon_sym_delete] = ACTIONS(1719), - [anon_sym_throw] = ACTIONS(1719), - [anon_sym_namespace] = ACTIONS(1719), - [anon_sym_using] = ACTIONS(1719), - [anon_sym_static_assert] = ACTIONS(1719), - [anon_sym_co_return] = ACTIONS(1719), - [anon_sym_co_yield] = ACTIONS(1719), - [anon_sym_try] = ACTIONS(1719), - [anon_sym_co_await] = ACTIONS(1719), - [anon_sym_new] = ACTIONS(1719), - [sym_this] = ACTIONS(1719), - [sym_nullptr] = ACTIONS(1719), - [sym_alone_macro] = ACTIONS(1721), - [aux_sym_alone_macro_call_token1] = ACTIONS(1719), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_FORWARD] = ACTIONS(1719), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1719), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_PS_GET] = ACTIONS(1719), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1719), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1719), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1719), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1719), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1719), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1719), - [anon_sym_MOZ_COLD] = ACTIONS(1719), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1719), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1719), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1719), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1719), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1719), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1719), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1719), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1719), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1719), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1719), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1719), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1719), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL] = ACTIONS(1719), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1719), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1719), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN] = ACTIONS(1719), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1719), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1719), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1719), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1719), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1719), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1719), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1719), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1719), - [anon_sym_MOZ_RAII] = ACTIONS(1719), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1719), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1719), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1719), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1719), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1719), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1719), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1719), - [sym_raw_string_literal] = ACTIONS(1721), + [anon_sym_decltype] = ACTIONS(1763), + [anon_sym_virtual] = ACTIONS(1763), + [anon_sym_explicit] = ACTIONS(1763), + [sym_auto] = ACTIONS(1763), + [anon_sym_typename] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1763), + [anon_sym_operator] = ACTIONS(1763), + [anon_sym_delete] = ACTIONS(1763), + [anon_sym_throw] = ACTIONS(1763), + [anon_sym_namespace] = ACTIONS(1763), + [anon_sym_using] = ACTIONS(1763), + [anon_sym_static_assert] = ACTIONS(1763), + [anon_sym_co_return] = ACTIONS(1763), + [anon_sym_co_yield] = ACTIONS(1763), + [anon_sym_try] = ACTIONS(1763), + [anon_sym_co_await] = ACTIONS(1763), + [anon_sym_new] = ACTIONS(1763), + [sym_this] = ACTIONS(1763), + [sym_nullptr] = ACTIONS(1763), + [sym_alone_macro] = ACTIONS(1765), + [aux_sym_alone_macro_call_token1] = ACTIONS(1763), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_FORWARD] = ACTIONS(1763), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_PS_GET] = ACTIONS(1763), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), + [anon_sym_MOZ_COLD] = ACTIONS(1763), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_RAII] = ACTIONS(1763), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), + [sym_raw_string_literal] = ACTIONS(1765), }, - [620] = { - [ts_builtin_sym_end] = ACTIONS(1717), - [sym_identifier] = ACTIONS(1715), - [aux_sym_preproc_include_token1] = ACTIONS(1715), - [aux_sym_preproc_def_token1] = ACTIONS(1715), - [aux_sym_preproc_if_token1] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), - [sym_preproc_directive] = ACTIONS(1715), - [anon_sym_LPAREN2] = ACTIONS(1717), - [anon_sym_BANG] = ACTIONS(1717), - [anon_sym_TILDE] = ACTIONS(1717), - [anon_sym_DASH] = ACTIONS(1715), - [anon_sym_PLUS] = ACTIONS(1715), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_AMP_AMP] = ACTIONS(1717), - [anon_sym_AMP] = ACTIONS(1715), - [anon_sym_SEMI] = ACTIONS(1717), - [anon_sym_typedef] = ACTIONS(1715), - [anon_sym_extern] = ACTIONS(1715), - [anon_sym___attribute__] = ACTIONS(1715), - [anon_sym_COLON_COLON] = ACTIONS(1717), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), - [anon_sym___declspec] = ACTIONS(1715), - [anon_sym___based] = ACTIONS(1715), - [anon_sym___cdecl] = ACTIONS(1715), - [anon_sym___clrcall] = ACTIONS(1715), - [anon_sym___stdcall] = ACTIONS(1715), - [anon_sym___fastcall] = ACTIONS(1715), - [anon_sym___thiscall] = ACTIONS(1715), - [anon_sym___vectorcall] = ACTIONS(1715), - [anon_sym_LBRACE] = ACTIONS(1717), - [anon_sym_LBRACK] = ACTIONS(1715), - [anon_sym_static] = ACTIONS(1715), - [anon_sym_register] = ACTIONS(1715), - [anon_sym_inline] = ACTIONS(1715), - [anon_sym_thread_local] = ACTIONS(1715), - [anon_sym_const] = ACTIONS(1715), - [anon_sym_volatile] = ACTIONS(1715), - [anon_sym_restrict] = ACTIONS(1715), - [anon_sym__Atomic] = ACTIONS(1715), - [anon_sym_mutable] = ACTIONS(1715), - [anon_sym_constexpr] = ACTIONS(1715), - [anon_sym_signed] = ACTIONS(1715), - [anon_sym_unsigned] = ACTIONS(1715), - [anon_sym_long] = ACTIONS(1715), - [anon_sym_short] = ACTIONS(1715), - [sym_primitive_type] = ACTIONS(1715), - [anon_sym_enum] = ACTIONS(1715), - [anon_sym_class] = ACTIONS(1715), - [anon_sym_struct] = ACTIONS(1715), - [anon_sym_union] = ACTIONS(1715), - [anon_sym_if] = ACTIONS(1715), - [anon_sym_switch] = ACTIONS(1715), - [anon_sym_case] = ACTIONS(1715), - [anon_sym_default] = ACTIONS(1715), - [anon_sym_while] = ACTIONS(1715), - [anon_sym_do] = ACTIONS(1715), - [anon_sym_for] = ACTIONS(1715), - [anon_sym_return] = ACTIONS(1715), - [anon_sym_break] = ACTIONS(1715), - [anon_sym_continue] = ACTIONS(1715), - [anon_sym_goto] = ACTIONS(1715), - [anon_sym_DASH_DASH] = ACTIONS(1717), - [anon_sym_PLUS_PLUS] = ACTIONS(1717), - [anon_sym_sizeof] = ACTIONS(1715), - [sym_number_literal] = ACTIONS(1717), - [anon_sym_L_SQUOTE] = ACTIONS(1717), - [anon_sym_u_SQUOTE] = ACTIONS(1717), - [anon_sym_U_SQUOTE] = ACTIONS(1717), - [anon_sym_u8_SQUOTE] = ACTIONS(1717), - [anon_sym_SQUOTE] = ACTIONS(1717), - [anon_sym_L_DQUOTE] = ACTIONS(1717), - [anon_sym_u_DQUOTE] = ACTIONS(1717), - [anon_sym_U_DQUOTE] = ACTIONS(1717), - [anon_sym_u8_DQUOTE] = ACTIONS(1717), - [anon_sym_DQUOTE] = ACTIONS(1717), - [sym_true] = ACTIONS(1715), - [sym_false] = ACTIONS(1715), - [sym_null] = ACTIONS(1715), + [615] = { + [sym_identifier] = ACTIONS(1759), + [aux_sym_preproc_include_token1] = ACTIONS(1759), + [aux_sym_preproc_def_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token2] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), + [sym_preproc_directive] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1761), + [anon_sym_BANG] = ACTIONS(1761), + [anon_sym_TILDE] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1759), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_AMP_AMP] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1761), + [anon_sym_typedef] = ACTIONS(1759), + [anon_sym_extern] = ACTIONS(1759), + [anon_sym___attribute__] = ACTIONS(1759), + [anon_sym_COLON_COLON] = ACTIONS(1761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), + [anon_sym___declspec] = ACTIONS(1759), + [anon_sym___based] = ACTIONS(1759), + [anon_sym___cdecl] = ACTIONS(1759), + [anon_sym___clrcall] = ACTIONS(1759), + [anon_sym___stdcall] = ACTIONS(1759), + [anon_sym___fastcall] = ACTIONS(1759), + [anon_sym___thiscall] = ACTIONS(1759), + [anon_sym___vectorcall] = ACTIONS(1759), + [anon_sym_LBRACE] = ACTIONS(1761), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_static] = ACTIONS(1759), + [anon_sym_register] = ACTIONS(1759), + [anon_sym_inline] = ACTIONS(1759), + [anon_sym_thread_local] = ACTIONS(1759), + [anon_sym_const] = ACTIONS(1759), + [anon_sym_volatile] = ACTIONS(1759), + [anon_sym_restrict] = ACTIONS(1759), + [anon_sym__Atomic] = ACTIONS(1759), + [anon_sym_mutable] = ACTIONS(1759), + [anon_sym_constexpr] = ACTIONS(1759), + [anon_sym_signed] = ACTIONS(1759), + [anon_sym_unsigned] = ACTIONS(1759), + [anon_sym_long] = ACTIONS(1759), + [anon_sym_short] = ACTIONS(1759), + [sym_primitive_type] = ACTIONS(1759), + [anon_sym_enum] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1759), + [anon_sym_struct] = ACTIONS(1759), + [anon_sym_union] = ACTIONS(1759), + [anon_sym_if] = ACTIONS(1759), + [anon_sym_switch] = ACTIONS(1759), + [anon_sym_case] = ACTIONS(1759), + [anon_sym_default] = ACTIONS(1759), + [anon_sym_while] = ACTIONS(1759), + [anon_sym_do] = ACTIONS(1759), + [anon_sym_for] = ACTIONS(1759), + [anon_sym_return] = ACTIONS(1759), + [anon_sym_break] = ACTIONS(1759), + [anon_sym_continue] = ACTIONS(1759), + [anon_sym_goto] = ACTIONS(1759), + [anon_sym_DASH_DASH] = ACTIONS(1761), + [anon_sym_PLUS_PLUS] = ACTIONS(1761), + [anon_sym_sizeof] = ACTIONS(1759), + [sym_number_literal] = ACTIONS(1761), + [anon_sym_L_SQUOTE] = ACTIONS(1761), + [anon_sym_u_SQUOTE] = ACTIONS(1761), + [anon_sym_U_SQUOTE] = ACTIONS(1761), + [anon_sym_u8_SQUOTE] = ACTIONS(1761), + [anon_sym_SQUOTE] = ACTIONS(1761), + [anon_sym_L_DQUOTE] = ACTIONS(1761), + [anon_sym_u_DQUOTE] = ACTIONS(1761), + [anon_sym_U_DQUOTE] = ACTIONS(1761), + [anon_sym_u8_DQUOTE] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1761), + [sym_true] = ACTIONS(1759), + [sym_false] = ACTIONS(1759), + [sym_null] = ACTIONS(1759), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1715), - [anon_sym_virtual] = ACTIONS(1715), - [anon_sym_explicit] = ACTIONS(1715), - [sym_auto] = ACTIONS(1715), - [anon_sym_typename] = ACTIONS(1715), - [anon_sym_template] = ACTIONS(1715), - [anon_sym_operator] = ACTIONS(1715), - [anon_sym_delete] = ACTIONS(1715), - [anon_sym_throw] = ACTIONS(1715), - [anon_sym_namespace] = ACTIONS(1715), - [anon_sym_using] = ACTIONS(1715), - [anon_sym_static_assert] = ACTIONS(1715), - [anon_sym_co_return] = ACTIONS(1715), - [anon_sym_co_yield] = ACTIONS(1715), - [anon_sym_try] = ACTIONS(1715), - [anon_sym_co_await] = ACTIONS(1715), - [anon_sym_new] = ACTIONS(1715), - [sym_this] = ACTIONS(1715), - [sym_nullptr] = ACTIONS(1715), - [sym_alone_macro] = ACTIONS(1717), - [aux_sym_alone_macro_call_token1] = ACTIONS(1715), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_FORWARD] = ACTIONS(1715), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_PS_GET] = ACTIONS(1715), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), - [anon_sym_MOZ_COLD] = ACTIONS(1715), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL] = ACTIONS(1715), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN] = ACTIONS(1715), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), - [anon_sym_MOZ_RAII] = ACTIONS(1715), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), - [sym_raw_string_literal] = ACTIONS(1717), + [anon_sym_decltype] = ACTIONS(1759), + [anon_sym_virtual] = ACTIONS(1759), + [anon_sym_explicit] = ACTIONS(1759), + [sym_auto] = ACTIONS(1759), + [anon_sym_typename] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1759), + [anon_sym_operator] = ACTIONS(1759), + [anon_sym_delete] = ACTIONS(1759), + [anon_sym_throw] = ACTIONS(1759), + [anon_sym_namespace] = ACTIONS(1759), + [anon_sym_using] = ACTIONS(1759), + [anon_sym_static_assert] = ACTIONS(1759), + [anon_sym_co_return] = ACTIONS(1759), + [anon_sym_co_yield] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1759), + [anon_sym_co_await] = ACTIONS(1759), + [anon_sym_new] = ACTIONS(1759), + [sym_this] = ACTIONS(1759), + [sym_nullptr] = ACTIONS(1759), + [sym_alone_macro] = ACTIONS(1761), + [aux_sym_alone_macro_call_token1] = ACTIONS(1759), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_FORWARD] = ACTIONS(1759), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1759), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_PS_GET] = ACTIONS(1759), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1759), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1759), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1759), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1759), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), + [anon_sym_MOZ_COLD] = ACTIONS(1759), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_RAII] = ACTIONS(1759), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), + [sym_raw_string_literal] = ACTIONS(1761), }, - [621] = { - [sym_identifier] = ACTIONS(1807), - [aux_sym_preproc_include_token1] = ACTIONS(1807), - [aux_sym_preproc_def_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), - [sym_preproc_directive] = ACTIONS(1807), - [anon_sym_LPAREN2] = ACTIONS(1809), - [anon_sym_BANG] = ACTIONS(1809), - [anon_sym_TILDE] = ACTIONS(1809), - [anon_sym_DASH] = ACTIONS(1807), - [anon_sym_PLUS] = ACTIONS(1807), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_AMP_AMP] = ACTIONS(1809), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_SEMI] = ACTIONS(1809), - [anon_sym_typedef] = ACTIONS(1807), - [anon_sym_extern] = ACTIONS(1807), - [anon_sym___attribute__] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___based] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(1807), - [anon_sym___clrcall] = ACTIONS(1807), - [anon_sym___stdcall] = ACTIONS(1807), - [anon_sym___fastcall] = ACTIONS(1807), - [anon_sym___thiscall] = ACTIONS(1807), - [anon_sym___vectorcall] = ACTIONS(1807), - [anon_sym_LBRACE] = ACTIONS(1809), - [anon_sym_RBRACE] = ACTIONS(1809), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_static] = ACTIONS(1807), - [anon_sym_register] = ACTIONS(1807), - [anon_sym_inline] = ACTIONS(1807), - [anon_sym_thread_local] = ACTIONS(1807), - [anon_sym_const] = ACTIONS(1807), - [anon_sym_volatile] = ACTIONS(1807), - [anon_sym_restrict] = ACTIONS(1807), - [anon_sym__Atomic] = ACTIONS(1807), - [anon_sym_mutable] = ACTIONS(1807), - [anon_sym_constexpr] = ACTIONS(1807), - [anon_sym_signed] = ACTIONS(1807), - [anon_sym_unsigned] = ACTIONS(1807), - [anon_sym_long] = ACTIONS(1807), - [anon_sym_short] = ACTIONS(1807), - [sym_primitive_type] = ACTIONS(1807), - [anon_sym_enum] = ACTIONS(1807), - [anon_sym_class] = ACTIONS(1807), - [anon_sym_struct] = ACTIONS(1807), - [anon_sym_union] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_switch] = ACTIONS(1807), - [anon_sym_case] = ACTIONS(1807), - [anon_sym_default] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1807), - [anon_sym_continue] = ACTIONS(1807), - [anon_sym_goto] = ACTIONS(1807), - [anon_sym_DASH_DASH] = ACTIONS(1809), - [anon_sym_PLUS_PLUS] = ACTIONS(1809), - [anon_sym_sizeof] = ACTIONS(1807), - [sym_number_literal] = ACTIONS(1809), - [anon_sym_L_SQUOTE] = ACTIONS(1809), - [anon_sym_u_SQUOTE] = ACTIONS(1809), - [anon_sym_U_SQUOTE] = ACTIONS(1809), - [anon_sym_u8_SQUOTE] = ACTIONS(1809), - [anon_sym_SQUOTE] = ACTIONS(1809), - [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(1807), - [sym_false] = ACTIONS(1807), - [sym_null] = ACTIONS(1807), + [616] = { + [sym_identifier] = ACTIONS(1755), + [aux_sym_preproc_include_token1] = ACTIONS(1755), + [aux_sym_preproc_def_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token2] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1755), + [anon_sym_LPAREN2] = ACTIONS(1757), + [anon_sym_BANG] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1755), + [anon_sym_PLUS] = ACTIONS(1755), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_AMP_AMP] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1755), + [anon_sym_SEMI] = ACTIONS(1757), + [anon_sym_typedef] = ACTIONS(1755), + [anon_sym_extern] = ACTIONS(1755), + [anon_sym___attribute__] = ACTIONS(1755), + [anon_sym_COLON_COLON] = ACTIONS(1757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), + [anon_sym___declspec] = ACTIONS(1755), + [anon_sym___based] = ACTIONS(1755), + [anon_sym___cdecl] = ACTIONS(1755), + [anon_sym___clrcall] = ACTIONS(1755), + [anon_sym___stdcall] = ACTIONS(1755), + [anon_sym___fastcall] = ACTIONS(1755), + [anon_sym___thiscall] = ACTIONS(1755), + [anon_sym___vectorcall] = ACTIONS(1755), + [anon_sym_LBRACE] = ACTIONS(1757), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_static] = ACTIONS(1755), + [anon_sym_register] = ACTIONS(1755), + [anon_sym_inline] = ACTIONS(1755), + [anon_sym_thread_local] = ACTIONS(1755), + [anon_sym_const] = ACTIONS(1755), + [anon_sym_volatile] = ACTIONS(1755), + [anon_sym_restrict] = ACTIONS(1755), + [anon_sym__Atomic] = ACTIONS(1755), + [anon_sym_mutable] = ACTIONS(1755), + [anon_sym_constexpr] = ACTIONS(1755), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), + [sym_primitive_type] = ACTIONS(1755), + [anon_sym_enum] = ACTIONS(1755), + [anon_sym_class] = ACTIONS(1755), + [anon_sym_struct] = ACTIONS(1755), + [anon_sym_union] = ACTIONS(1755), + [anon_sym_if] = ACTIONS(1755), + [anon_sym_switch] = ACTIONS(1755), + [anon_sym_case] = ACTIONS(1755), + [anon_sym_default] = ACTIONS(1755), + [anon_sym_while] = ACTIONS(1755), + [anon_sym_do] = ACTIONS(1755), + [anon_sym_for] = ACTIONS(1755), + [anon_sym_return] = ACTIONS(1755), + [anon_sym_break] = ACTIONS(1755), + [anon_sym_continue] = ACTIONS(1755), + [anon_sym_goto] = ACTIONS(1755), + [anon_sym_DASH_DASH] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_sizeof] = ACTIONS(1755), + [sym_number_literal] = ACTIONS(1757), + [anon_sym_L_SQUOTE] = ACTIONS(1757), + [anon_sym_u_SQUOTE] = ACTIONS(1757), + [anon_sym_U_SQUOTE] = ACTIONS(1757), + [anon_sym_u8_SQUOTE] = ACTIONS(1757), + [anon_sym_SQUOTE] = ACTIONS(1757), + [anon_sym_L_DQUOTE] = ACTIONS(1757), + [anon_sym_u_DQUOTE] = ACTIONS(1757), + [anon_sym_U_DQUOTE] = ACTIONS(1757), + [anon_sym_u8_DQUOTE] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym_true] = ACTIONS(1755), + [sym_false] = ACTIONS(1755), + [sym_null] = ACTIONS(1755), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1807), - [anon_sym_virtual] = ACTIONS(1807), - [anon_sym_explicit] = ACTIONS(1807), - [sym_auto] = ACTIONS(1807), - [anon_sym_typename] = ACTIONS(1807), - [anon_sym_template] = ACTIONS(1807), - [anon_sym_operator] = ACTIONS(1807), - [anon_sym_delete] = ACTIONS(1807), - [anon_sym_throw] = ACTIONS(1807), - [anon_sym_namespace] = ACTIONS(1807), - [anon_sym_using] = ACTIONS(1807), - [anon_sym_static_assert] = ACTIONS(1807), - [anon_sym_co_return] = ACTIONS(1807), - [anon_sym_co_yield] = ACTIONS(1807), - [anon_sym_try] = ACTIONS(1807), - [anon_sym_co_await] = ACTIONS(1807), - [anon_sym_new] = ACTIONS(1807), - [sym_this] = ACTIONS(1807), - [sym_nullptr] = ACTIONS(1807), - [sym_alone_macro] = ACTIONS(1809), - [aux_sym_alone_macro_call_token1] = ACTIONS(1807), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_FORWARD] = ACTIONS(1807), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_PS_GET] = ACTIONS(1807), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), - [anon_sym_MOZ_COLD] = ACTIONS(1807), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_RAII] = ACTIONS(1807), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), - [sym_raw_string_literal] = ACTIONS(1809), + [anon_sym_decltype] = ACTIONS(1755), + [anon_sym_virtual] = ACTIONS(1755), + [anon_sym_explicit] = ACTIONS(1755), + [sym_auto] = ACTIONS(1755), + [anon_sym_typename] = ACTIONS(1755), + [anon_sym_template] = ACTIONS(1755), + [anon_sym_operator] = ACTIONS(1755), + [anon_sym_delete] = ACTIONS(1755), + [anon_sym_throw] = ACTIONS(1755), + [anon_sym_namespace] = ACTIONS(1755), + [anon_sym_using] = ACTIONS(1755), + [anon_sym_static_assert] = ACTIONS(1755), + [anon_sym_co_return] = ACTIONS(1755), + [anon_sym_co_yield] = ACTIONS(1755), + [anon_sym_try] = ACTIONS(1755), + [anon_sym_co_await] = ACTIONS(1755), + [anon_sym_new] = ACTIONS(1755), + [sym_this] = ACTIONS(1755), + [sym_nullptr] = ACTIONS(1755), + [sym_alone_macro] = ACTIONS(1757), + [aux_sym_alone_macro_call_token1] = ACTIONS(1755), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_FORWARD] = ACTIONS(1755), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_PS_GET] = ACTIONS(1755), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), + [anon_sym_MOZ_COLD] = ACTIONS(1755), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_RAII] = ACTIONS(1755), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), + [sym_raw_string_literal] = ACTIONS(1757), + }, + [617] = { + [sym_identifier] = ACTIONS(1747), + [aux_sym_preproc_include_token1] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token2] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), + [sym_preproc_directive] = ACTIONS(1747), + [anon_sym_LPAREN2] = ACTIONS(1749), + [anon_sym_BANG] = ACTIONS(1749), + [anon_sym_TILDE] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1747), + [anon_sym_PLUS] = ACTIONS(1747), + [anon_sym_STAR] = ACTIONS(1749), + [anon_sym_AMP_AMP] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1747), + [anon_sym_SEMI] = ACTIONS(1749), + [anon_sym_typedef] = ACTIONS(1747), + [anon_sym_extern] = ACTIONS(1747), + [anon_sym___attribute__] = ACTIONS(1747), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), + [anon_sym___declspec] = ACTIONS(1747), + [anon_sym___based] = ACTIONS(1747), + [anon_sym___cdecl] = ACTIONS(1747), + [anon_sym___clrcall] = ACTIONS(1747), + [anon_sym___stdcall] = ACTIONS(1747), + [anon_sym___fastcall] = ACTIONS(1747), + [anon_sym___thiscall] = ACTIONS(1747), + [anon_sym___vectorcall] = ACTIONS(1747), + [anon_sym_LBRACE] = ACTIONS(1749), + [anon_sym_LBRACK] = ACTIONS(1747), + [anon_sym_static] = ACTIONS(1747), + [anon_sym_register] = ACTIONS(1747), + [anon_sym_inline] = ACTIONS(1747), + [anon_sym_thread_local] = ACTIONS(1747), + [anon_sym_const] = ACTIONS(1747), + [anon_sym_volatile] = ACTIONS(1747), + [anon_sym_restrict] = ACTIONS(1747), + [anon_sym__Atomic] = ACTIONS(1747), + [anon_sym_mutable] = ACTIONS(1747), + [anon_sym_constexpr] = ACTIONS(1747), + [anon_sym_signed] = ACTIONS(1747), + [anon_sym_unsigned] = ACTIONS(1747), + [anon_sym_long] = ACTIONS(1747), + [anon_sym_short] = ACTIONS(1747), + [sym_primitive_type] = ACTIONS(1747), + [anon_sym_enum] = ACTIONS(1747), + [anon_sym_class] = ACTIONS(1747), + [anon_sym_struct] = ACTIONS(1747), + [anon_sym_union] = ACTIONS(1747), + [anon_sym_if] = ACTIONS(1747), + [anon_sym_switch] = ACTIONS(1747), + [anon_sym_case] = ACTIONS(1747), + [anon_sym_default] = ACTIONS(1747), + [anon_sym_while] = ACTIONS(1747), + [anon_sym_do] = ACTIONS(1747), + [anon_sym_for] = ACTIONS(1747), + [anon_sym_return] = ACTIONS(1747), + [anon_sym_break] = ACTIONS(1747), + [anon_sym_continue] = ACTIONS(1747), + [anon_sym_goto] = ACTIONS(1747), + [anon_sym_DASH_DASH] = ACTIONS(1749), + [anon_sym_PLUS_PLUS] = ACTIONS(1749), + [anon_sym_sizeof] = ACTIONS(1747), + [sym_number_literal] = ACTIONS(1749), + [anon_sym_L_SQUOTE] = ACTIONS(1749), + [anon_sym_u_SQUOTE] = ACTIONS(1749), + [anon_sym_U_SQUOTE] = ACTIONS(1749), + [anon_sym_u8_SQUOTE] = ACTIONS(1749), + [anon_sym_SQUOTE] = ACTIONS(1749), + [anon_sym_L_DQUOTE] = ACTIONS(1749), + [anon_sym_u_DQUOTE] = ACTIONS(1749), + [anon_sym_U_DQUOTE] = ACTIONS(1749), + [anon_sym_u8_DQUOTE] = ACTIONS(1749), + [anon_sym_DQUOTE] = ACTIONS(1749), + [sym_true] = ACTIONS(1747), + [sym_false] = ACTIONS(1747), + [sym_null] = ACTIONS(1747), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1747), + [anon_sym_virtual] = ACTIONS(1747), + [anon_sym_explicit] = ACTIONS(1747), + [sym_auto] = ACTIONS(1747), + [anon_sym_typename] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1747), + [anon_sym_operator] = ACTIONS(1747), + [anon_sym_delete] = ACTIONS(1747), + [anon_sym_throw] = ACTIONS(1747), + [anon_sym_namespace] = ACTIONS(1747), + [anon_sym_using] = ACTIONS(1747), + [anon_sym_static_assert] = ACTIONS(1747), + [anon_sym_co_return] = ACTIONS(1747), + [anon_sym_co_yield] = ACTIONS(1747), + [anon_sym_try] = ACTIONS(1747), + [anon_sym_co_await] = ACTIONS(1747), + [anon_sym_new] = ACTIONS(1747), + [sym_this] = ACTIONS(1747), + [sym_nullptr] = ACTIONS(1747), + [sym_alone_macro] = ACTIONS(1749), + [aux_sym_alone_macro_call_token1] = ACTIONS(1747), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_FORWARD] = ACTIONS(1747), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1747), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_PS_GET] = ACTIONS(1747), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1747), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1747), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1747), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1747), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), + [anon_sym_MOZ_COLD] = ACTIONS(1747), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_RAII] = ACTIONS(1747), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), + [sym_raw_string_literal] = ACTIONS(1749), }, - [622] = { - [ts_builtin_sym_end] = ACTIONS(1797), - [sym_identifier] = ACTIONS(1795), - [aux_sym_preproc_include_token1] = ACTIONS(1795), - [aux_sym_preproc_def_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), - [sym_preproc_directive] = ACTIONS(1795), - [anon_sym_LPAREN2] = ACTIONS(1797), - [anon_sym_BANG] = ACTIONS(1797), - [anon_sym_TILDE] = ACTIONS(1797), - [anon_sym_DASH] = ACTIONS(1795), - [anon_sym_PLUS] = ACTIONS(1795), - [anon_sym_STAR] = ACTIONS(1797), - [anon_sym_AMP_AMP] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1795), - [anon_sym_SEMI] = ACTIONS(1797), - [anon_sym_typedef] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1795), - [anon_sym___attribute__] = ACTIONS(1795), - [anon_sym_COLON_COLON] = ACTIONS(1797), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), - [anon_sym___declspec] = ACTIONS(1795), - [anon_sym___based] = ACTIONS(1795), - [anon_sym___cdecl] = ACTIONS(1795), - [anon_sym___clrcall] = ACTIONS(1795), - [anon_sym___stdcall] = ACTIONS(1795), - [anon_sym___fastcall] = ACTIONS(1795), - [anon_sym___thiscall] = ACTIONS(1795), - [anon_sym___vectorcall] = ACTIONS(1795), - [anon_sym_LBRACE] = ACTIONS(1797), - [anon_sym_LBRACK] = ACTIONS(1795), - [anon_sym_static] = ACTIONS(1795), - [anon_sym_register] = ACTIONS(1795), - [anon_sym_inline] = ACTIONS(1795), - [anon_sym_thread_local] = ACTIONS(1795), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym_mutable] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_signed] = ACTIONS(1795), - [anon_sym_unsigned] = ACTIONS(1795), - [anon_sym_long] = ACTIONS(1795), - [anon_sym_short] = ACTIONS(1795), - [sym_primitive_type] = ACTIONS(1795), - [anon_sym_enum] = ACTIONS(1795), - [anon_sym_class] = ACTIONS(1795), - [anon_sym_struct] = ACTIONS(1795), - [anon_sym_union] = ACTIONS(1795), - [anon_sym_if] = ACTIONS(1795), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1795), - [anon_sym_default] = ACTIONS(1795), - [anon_sym_while] = ACTIONS(1795), - [anon_sym_do] = ACTIONS(1795), - [anon_sym_for] = ACTIONS(1795), - [anon_sym_return] = ACTIONS(1795), - [anon_sym_break] = ACTIONS(1795), - [anon_sym_continue] = ACTIONS(1795), - [anon_sym_goto] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1797), - [anon_sym_PLUS_PLUS] = ACTIONS(1797), - [anon_sym_sizeof] = ACTIONS(1795), - [sym_number_literal] = ACTIONS(1797), - [anon_sym_L_SQUOTE] = ACTIONS(1797), - [anon_sym_u_SQUOTE] = ACTIONS(1797), - [anon_sym_U_SQUOTE] = ACTIONS(1797), - [anon_sym_u8_SQUOTE] = ACTIONS(1797), - [anon_sym_SQUOTE] = ACTIONS(1797), - [anon_sym_L_DQUOTE] = ACTIONS(1797), - [anon_sym_u_DQUOTE] = ACTIONS(1797), - [anon_sym_U_DQUOTE] = ACTIONS(1797), - [anon_sym_u8_DQUOTE] = ACTIONS(1797), - [anon_sym_DQUOTE] = ACTIONS(1797), - [sym_true] = ACTIONS(1795), - [sym_false] = ACTIONS(1795), - [sym_null] = ACTIONS(1795), + [618] = { + [sym_identifier] = ACTIONS(1739), + [aux_sym_preproc_include_token1] = ACTIONS(1739), + [aux_sym_preproc_def_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token2] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), + [sym_preproc_directive] = ACTIONS(1739), + [anon_sym_LPAREN2] = ACTIONS(1741), + [anon_sym_BANG] = ACTIONS(1741), + [anon_sym_TILDE] = ACTIONS(1741), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_STAR] = ACTIONS(1741), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1739), + [anon_sym_SEMI] = ACTIONS(1741), + [anon_sym_typedef] = ACTIONS(1739), + [anon_sym_extern] = ACTIONS(1739), + [anon_sym___attribute__] = ACTIONS(1739), + [anon_sym_COLON_COLON] = ACTIONS(1741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), + [anon_sym___declspec] = ACTIONS(1739), + [anon_sym___based] = ACTIONS(1739), + [anon_sym___cdecl] = ACTIONS(1739), + [anon_sym___clrcall] = ACTIONS(1739), + [anon_sym___stdcall] = ACTIONS(1739), + [anon_sym___fastcall] = ACTIONS(1739), + [anon_sym___thiscall] = ACTIONS(1739), + [anon_sym___vectorcall] = ACTIONS(1739), + [anon_sym_LBRACE] = ACTIONS(1741), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_static] = ACTIONS(1739), + [anon_sym_register] = ACTIONS(1739), + [anon_sym_inline] = ACTIONS(1739), + [anon_sym_thread_local] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_volatile] = ACTIONS(1739), + [anon_sym_restrict] = ACTIONS(1739), + [anon_sym__Atomic] = ACTIONS(1739), + [anon_sym_mutable] = ACTIONS(1739), + [anon_sym_constexpr] = ACTIONS(1739), + [anon_sym_signed] = ACTIONS(1739), + [anon_sym_unsigned] = ACTIONS(1739), + [anon_sym_long] = ACTIONS(1739), + [anon_sym_short] = ACTIONS(1739), + [sym_primitive_type] = ACTIONS(1739), + [anon_sym_enum] = ACTIONS(1739), + [anon_sym_class] = ACTIONS(1739), + [anon_sym_struct] = ACTIONS(1739), + [anon_sym_union] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_do] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_continue] = ACTIONS(1739), + [anon_sym_goto] = ACTIONS(1739), + [anon_sym_DASH_DASH] = ACTIONS(1741), + [anon_sym_PLUS_PLUS] = ACTIONS(1741), + [anon_sym_sizeof] = ACTIONS(1739), + [sym_number_literal] = ACTIONS(1741), + [anon_sym_L_SQUOTE] = ACTIONS(1741), + [anon_sym_u_SQUOTE] = ACTIONS(1741), + [anon_sym_U_SQUOTE] = ACTIONS(1741), + [anon_sym_u8_SQUOTE] = ACTIONS(1741), + [anon_sym_SQUOTE] = ACTIONS(1741), + [anon_sym_L_DQUOTE] = ACTIONS(1741), + [anon_sym_u_DQUOTE] = ACTIONS(1741), + [anon_sym_U_DQUOTE] = ACTIONS(1741), + [anon_sym_u8_DQUOTE] = ACTIONS(1741), + [anon_sym_DQUOTE] = ACTIONS(1741), + [sym_true] = ACTIONS(1739), + [sym_false] = ACTIONS(1739), + [sym_null] = ACTIONS(1739), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1795), - [anon_sym_virtual] = ACTIONS(1795), - [anon_sym_explicit] = ACTIONS(1795), - [sym_auto] = ACTIONS(1795), - [anon_sym_typename] = ACTIONS(1795), - [anon_sym_template] = ACTIONS(1795), - [anon_sym_operator] = ACTIONS(1795), - [anon_sym_delete] = ACTIONS(1795), - [anon_sym_throw] = ACTIONS(1795), - [anon_sym_namespace] = ACTIONS(1795), - [anon_sym_using] = ACTIONS(1795), - [anon_sym_static_assert] = ACTIONS(1795), - [anon_sym_co_return] = ACTIONS(1795), - [anon_sym_co_yield] = ACTIONS(1795), - [anon_sym_try] = ACTIONS(1795), - [anon_sym_co_await] = ACTIONS(1795), - [anon_sym_new] = ACTIONS(1795), - [sym_this] = ACTIONS(1795), - [sym_nullptr] = ACTIONS(1795), - [sym_alone_macro] = ACTIONS(1797), - [aux_sym_alone_macro_call_token1] = ACTIONS(1795), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_FORWARD] = ACTIONS(1795), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1795), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_PS_GET] = ACTIONS(1795), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1795), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1795), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), - [anon_sym_MOZ_COLD] = ACTIONS(1795), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_RAII] = ACTIONS(1795), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), - [sym_raw_string_literal] = ACTIONS(1797), + [anon_sym_decltype] = ACTIONS(1739), + [anon_sym_virtual] = ACTIONS(1739), + [anon_sym_explicit] = ACTIONS(1739), + [sym_auto] = ACTIONS(1739), + [anon_sym_typename] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1739), + [anon_sym_operator] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_throw] = ACTIONS(1739), + [anon_sym_namespace] = ACTIONS(1739), + [anon_sym_using] = ACTIONS(1739), + [anon_sym_static_assert] = ACTIONS(1739), + [anon_sym_co_return] = ACTIONS(1739), + [anon_sym_co_yield] = ACTIONS(1739), + [anon_sym_try] = ACTIONS(1739), + [anon_sym_co_await] = ACTIONS(1739), + [anon_sym_new] = ACTIONS(1739), + [sym_this] = ACTIONS(1739), + [sym_nullptr] = ACTIONS(1739), + [sym_alone_macro] = ACTIONS(1741), + [aux_sym_alone_macro_call_token1] = ACTIONS(1739), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_FORWARD] = ACTIONS(1739), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1739), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_PS_GET] = ACTIONS(1739), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1739), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1739), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1739), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1739), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), + [anon_sym_MOZ_COLD] = ACTIONS(1739), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_RAII] = ACTIONS(1739), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), + [sym_raw_string_literal] = ACTIONS(1741), }, - [623] = { + [619] = { + [ts_builtin_sym_end] = ACTIONS(1793), [sym_identifier] = ACTIONS(1791), [aux_sym_preproc_include_token1] = ACTIONS(1791), [aux_sym_preproc_def_token1] = ACTIONS(1791), @@ -153117,7 +152414,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1791), [anon_sym___vectorcall] = ACTIONS(1791), [anon_sym_LBRACE] = ACTIONS(1793), - [anon_sym_RBRACE] = ACTIONS(1793), [anon_sym_LBRACK] = ACTIONS(1791), [anon_sym_static] = ACTIONS(1791), [anon_sym_register] = ACTIONS(1791), @@ -153276,387 +152572,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), [sym_raw_string_literal] = ACTIONS(1793), }, - [624] = { - [sym_identifier] = ACTIONS(1703), - [aux_sym_preproc_include_token1] = ACTIONS(1703), - [aux_sym_preproc_def_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), - [sym_preproc_directive] = ACTIONS(1703), - [anon_sym_LPAREN2] = ACTIONS(1705), - [anon_sym_BANG] = ACTIONS(1705), - [anon_sym_TILDE] = ACTIONS(1705), - [anon_sym_DASH] = ACTIONS(1703), - [anon_sym_PLUS] = ACTIONS(1703), - [anon_sym_STAR] = ACTIONS(1705), - [anon_sym_AMP_AMP] = ACTIONS(1705), - [anon_sym_AMP] = ACTIONS(1703), - [anon_sym_SEMI] = ACTIONS(1705), - [anon_sym_typedef] = ACTIONS(1703), - [anon_sym_extern] = ACTIONS(1703), - [anon_sym___attribute__] = ACTIONS(1703), - [anon_sym_COLON_COLON] = ACTIONS(1705), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), - [anon_sym___declspec] = ACTIONS(1703), - [anon_sym___based] = ACTIONS(1703), - [anon_sym___cdecl] = ACTIONS(1703), - [anon_sym___clrcall] = ACTIONS(1703), - [anon_sym___stdcall] = ACTIONS(1703), - [anon_sym___fastcall] = ACTIONS(1703), - [anon_sym___thiscall] = ACTIONS(1703), - [anon_sym___vectorcall] = ACTIONS(1703), - [anon_sym_LBRACE] = ACTIONS(1705), - [anon_sym_RBRACE] = ACTIONS(1705), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_static] = ACTIONS(1703), - [anon_sym_register] = ACTIONS(1703), - [anon_sym_inline] = ACTIONS(1703), - [anon_sym_thread_local] = ACTIONS(1703), - [anon_sym_const] = ACTIONS(1703), - [anon_sym_volatile] = ACTIONS(1703), - [anon_sym_restrict] = ACTIONS(1703), - [anon_sym__Atomic] = ACTIONS(1703), - [anon_sym_mutable] = ACTIONS(1703), - [anon_sym_constexpr] = ACTIONS(1703), - [anon_sym_signed] = ACTIONS(1703), - [anon_sym_unsigned] = ACTIONS(1703), - [anon_sym_long] = ACTIONS(1703), - [anon_sym_short] = ACTIONS(1703), - [sym_primitive_type] = ACTIONS(1703), - [anon_sym_enum] = ACTIONS(1703), - [anon_sym_class] = ACTIONS(1703), - [anon_sym_struct] = ACTIONS(1703), - [anon_sym_union] = ACTIONS(1703), - [anon_sym_if] = ACTIONS(1703), - [anon_sym_switch] = ACTIONS(1703), - [anon_sym_case] = ACTIONS(1703), - [anon_sym_default] = ACTIONS(1703), - [anon_sym_while] = ACTIONS(1703), - [anon_sym_do] = ACTIONS(1703), - [anon_sym_for] = ACTIONS(1703), - [anon_sym_return] = ACTIONS(1703), - [anon_sym_break] = ACTIONS(1703), - [anon_sym_continue] = ACTIONS(1703), - [anon_sym_goto] = ACTIONS(1703), - [anon_sym_DASH_DASH] = ACTIONS(1705), - [anon_sym_PLUS_PLUS] = ACTIONS(1705), - [anon_sym_sizeof] = ACTIONS(1703), - [sym_number_literal] = ACTIONS(1705), - [anon_sym_L_SQUOTE] = ACTIONS(1705), - [anon_sym_u_SQUOTE] = ACTIONS(1705), - [anon_sym_U_SQUOTE] = ACTIONS(1705), - [anon_sym_u8_SQUOTE] = ACTIONS(1705), - [anon_sym_SQUOTE] = ACTIONS(1705), - [anon_sym_L_DQUOTE] = ACTIONS(1705), - [anon_sym_u_DQUOTE] = ACTIONS(1705), - [anon_sym_U_DQUOTE] = ACTIONS(1705), - [anon_sym_u8_DQUOTE] = ACTIONS(1705), - [anon_sym_DQUOTE] = ACTIONS(1705), - [sym_true] = ACTIONS(1703), - [sym_false] = ACTIONS(1703), - [sym_null] = ACTIONS(1703), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1703), - [anon_sym_virtual] = ACTIONS(1703), - [anon_sym_explicit] = ACTIONS(1703), - [sym_auto] = ACTIONS(1703), - [anon_sym_typename] = ACTIONS(1703), - [anon_sym_template] = ACTIONS(1703), - [anon_sym_operator] = ACTIONS(1703), - [anon_sym_delete] = ACTIONS(1703), - [anon_sym_throw] = ACTIONS(1703), - [anon_sym_namespace] = ACTIONS(1703), - [anon_sym_using] = ACTIONS(1703), - [anon_sym_static_assert] = ACTIONS(1703), - [anon_sym_co_return] = ACTIONS(1703), - [anon_sym_co_yield] = ACTIONS(1703), - [anon_sym_try] = ACTIONS(1703), - [anon_sym_co_await] = ACTIONS(1703), - [anon_sym_new] = ACTIONS(1703), - [sym_this] = ACTIONS(1703), - [sym_nullptr] = ACTIONS(1703), - [sym_alone_macro] = ACTIONS(1705), - [aux_sym_alone_macro_call_token1] = ACTIONS(1703), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_FORWARD] = ACTIONS(1703), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_PS_GET] = ACTIONS(1703), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), - [anon_sym_MOZ_COLD] = ACTIONS(1703), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_RAII] = ACTIONS(1703), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), - [sym_raw_string_literal] = ACTIONS(1705), - }, - [625] = { - [sym_identifier] = ACTIONS(1775), - [aux_sym_preproc_include_token1] = ACTIONS(1775), - [aux_sym_preproc_def_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token2] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), - [sym_preproc_directive] = ACTIONS(1775), - [anon_sym_LPAREN2] = ACTIONS(1777), - [anon_sym_BANG] = ACTIONS(1777), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1775), - [anon_sym_PLUS] = ACTIONS(1775), - [anon_sym_STAR] = ACTIONS(1777), - [anon_sym_AMP_AMP] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_SEMI] = ACTIONS(1777), - [anon_sym_typedef] = ACTIONS(1775), - [anon_sym_extern] = ACTIONS(1775), - [anon_sym___attribute__] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), - [anon_sym___declspec] = ACTIONS(1775), - [anon_sym___based] = ACTIONS(1775), - [anon_sym___cdecl] = ACTIONS(1775), - [anon_sym___clrcall] = ACTIONS(1775), - [anon_sym___stdcall] = ACTIONS(1775), - [anon_sym___fastcall] = ACTIONS(1775), - [anon_sym___thiscall] = ACTIONS(1775), - [anon_sym___vectorcall] = ACTIONS(1775), - [anon_sym_LBRACE] = ACTIONS(1777), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_static] = ACTIONS(1775), - [anon_sym_register] = ACTIONS(1775), - [anon_sym_inline] = ACTIONS(1775), - [anon_sym_thread_local] = ACTIONS(1775), - [anon_sym_const] = ACTIONS(1775), - [anon_sym_volatile] = ACTIONS(1775), - [anon_sym_restrict] = ACTIONS(1775), - [anon_sym__Atomic] = ACTIONS(1775), - [anon_sym_mutable] = ACTIONS(1775), - [anon_sym_constexpr] = ACTIONS(1775), - [anon_sym_signed] = ACTIONS(1775), - [anon_sym_unsigned] = ACTIONS(1775), - [anon_sym_long] = ACTIONS(1775), - [anon_sym_short] = ACTIONS(1775), - [sym_primitive_type] = ACTIONS(1775), - [anon_sym_enum] = ACTIONS(1775), - [anon_sym_class] = ACTIONS(1775), - [anon_sym_struct] = ACTIONS(1775), - [anon_sym_union] = ACTIONS(1775), - [anon_sym_if] = ACTIONS(1775), - [anon_sym_switch] = ACTIONS(1775), - [anon_sym_case] = ACTIONS(1775), - [anon_sym_default] = ACTIONS(1775), - [anon_sym_while] = ACTIONS(1775), - [anon_sym_do] = ACTIONS(1775), - [anon_sym_for] = ACTIONS(1775), - [anon_sym_return] = ACTIONS(1775), - [anon_sym_break] = ACTIONS(1775), - [anon_sym_continue] = ACTIONS(1775), - [anon_sym_goto] = ACTIONS(1775), - [anon_sym_DASH_DASH] = ACTIONS(1777), - [anon_sym_PLUS_PLUS] = ACTIONS(1777), - [anon_sym_sizeof] = ACTIONS(1775), - [sym_number_literal] = ACTIONS(1777), - [anon_sym_L_SQUOTE] = ACTIONS(1777), - [anon_sym_u_SQUOTE] = ACTIONS(1777), - [anon_sym_U_SQUOTE] = ACTIONS(1777), - [anon_sym_u8_SQUOTE] = ACTIONS(1777), - [anon_sym_SQUOTE] = ACTIONS(1777), - [anon_sym_L_DQUOTE] = ACTIONS(1777), - [anon_sym_u_DQUOTE] = ACTIONS(1777), - [anon_sym_U_DQUOTE] = ACTIONS(1777), - [anon_sym_u8_DQUOTE] = ACTIONS(1777), - [anon_sym_DQUOTE] = ACTIONS(1777), - [sym_true] = ACTIONS(1775), - [sym_false] = ACTIONS(1775), - [sym_null] = ACTIONS(1775), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1775), - [anon_sym_virtual] = ACTIONS(1775), - [anon_sym_explicit] = ACTIONS(1775), - [sym_auto] = ACTIONS(1775), - [anon_sym_typename] = ACTIONS(1775), - [anon_sym_template] = ACTIONS(1775), - [anon_sym_operator] = ACTIONS(1775), - [anon_sym_delete] = ACTIONS(1775), - [anon_sym_throw] = ACTIONS(1775), - [anon_sym_namespace] = ACTIONS(1775), - [anon_sym_using] = ACTIONS(1775), - [anon_sym_static_assert] = ACTIONS(1775), - [anon_sym_co_return] = ACTIONS(1775), - [anon_sym_co_yield] = ACTIONS(1775), - [anon_sym_try] = ACTIONS(1775), - [anon_sym_co_await] = ACTIONS(1775), - [anon_sym_new] = ACTIONS(1775), - [sym_this] = ACTIONS(1775), - [sym_nullptr] = ACTIONS(1775), - [sym_alone_macro] = ACTIONS(1777), - [aux_sym_alone_macro_call_token1] = ACTIONS(1775), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_FORWARD] = ACTIONS(1775), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1775), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_PS_GET] = ACTIONS(1775), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1775), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1775), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1775), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1775), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), - [anon_sym_MOZ_COLD] = ACTIONS(1775), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_RAII] = ACTIONS(1775), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), - [sym_raw_string_literal] = ACTIONS(1777), - }, - [626] = { + [620] = { + [ts_builtin_sym_end] = ACTIONS(1797), [sym_identifier] = ACTIONS(1795), [aux_sym_preproc_include_token1] = ACTIONS(1795), [aux_sym_preproc_def_token1] = ACTIONS(1795), @@ -153687,7 +152604,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1795), [anon_sym___vectorcall] = ACTIONS(1795), [anon_sym_LBRACE] = ACTIONS(1797), - [anon_sym_RBRACE] = ACTIONS(1797), [anon_sym_LBRACK] = ACTIONS(1795), [anon_sym_static] = ACTIONS(1795), [anon_sym_register] = ACTIONS(1795), @@ -153839,2104 +152755,2485 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), - [sym_raw_string_literal] = ACTIONS(1797), - }, - [627] = { - [ts_builtin_sym_end] = ACTIONS(1897), - [sym_identifier] = ACTIONS(1895), - [aux_sym_preproc_include_token1] = ACTIONS(1895), - [aux_sym_preproc_def_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), - [sym_preproc_directive] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1897), - [anon_sym_BANG] = ACTIONS(1897), - [anon_sym_TILDE] = ACTIONS(1897), - [anon_sym_DASH] = ACTIONS(1895), - [anon_sym_PLUS] = ACTIONS(1895), - [anon_sym_STAR] = ACTIONS(1897), - [anon_sym_AMP_AMP] = ACTIONS(1897), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_SEMI] = ACTIONS(1897), - [anon_sym_typedef] = ACTIONS(1895), - [anon_sym_extern] = ACTIONS(1895), - [anon_sym___attribute__] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), - [anon_sym___declspec] = ACTIONS(1895), - [anon_sym___based] = ACTIONS(1895), - [anon_sym___cdecl] = ACTIONS(1895), - [anon_sym___clrcall] = ACTIONS(1895), - [anon_sym___stdcall] = ACTIONS(1895), - [anon_sym___fastcall] = ACTIONS(1895), - [anon_sym___thiscall] = ACTIONS(1895), - [anon_sym___vectorcall] = ACTIONS(1895), - [anon_sym_LBRACE] = ACTIONS(1897), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_static] = ACTIONS(1895), - [anon_sym_register] = ACTIONS(1895), - [anon_sym_inline] = ACTIONS(1895), - [anon_sym_thread_local] = ACTIONS(1895), - [anon_sym_const] = ACTIONS(1895), - [anon_sym_volatile] = ACTIONS(1895), - [anon_sym_restrict] = ACTIONS(1895), - [anon_sym__Atomic] = ACTIONS(1895), - [anon_sym_mutable] = ACTIONS(1895), - [anon_sym_constexpr] = ACTIONS(1895), - [anon_sym_signed] = ACTIONS(1895), - [anon_sym_unsigned] = ACTIONS(1895), - [anon_sym_long] = ACTIONS(1895), - [anon_sym_short] = ACTIONS(1895), - [sym_primitive_type] = ACTIONS(1895), - [anon_sym_enum] = ACTIONS(1895), - [anon_sym_class] = ACTIONS(1895), - [anon_sym_struct] = ACTIONS(1895), - [anon_sym_union] = ACTIONS(1895), - [anon_sym_if] = ACTIONS(1895), - [anon_sym_switch] = ACTIONS(1895), - [anon_sym_case] = ACTIONS(1895), - [anon_sym_default] = ACTIONS(1895), - [anon_sym_while] = ACTIONS(1895), - [anon_sym_do] = ACTIONS(1895), - [anon_sym_for] = ACTIONS(1895), - [anon_sym_return] = ACTIONS(1895), - [anon_sym_break] = ACTIONS(1895), - [anon_sym_continue] = ACTIONS(1895), - [anon_sym_goto] = ACTIONS(1895), - [anon_sym_DASH_DASH] = ACTIONS(1897), - [anon_sym_PLUS_PLUS] = ACTIONS(1897), - [anon_sym_sizeof] = ACTIONS(1895), - [sym_number_literal] = ACTIONS(1897), - [anon_sym_L_SQUOTE] = ACTIONS(1897), - [anon_sym_u_SQUOTE] = ACTIONS(1897), - [anon_sym_U_SQUOTE] = ACTIONS(1897), - [anon_sym_u8_SQUOTE] = ACTIONS(1897), - [anon_sym_SQUOTE] = ACTIONS(1897), - [anon_sym_L_DQUOTE] = ACTIONS(1897), - [anon_sym_u_DQUOTE] = ACTIONS(1897), - [anon_sym_U_DQUOTE] = ACTIONS(1897), - [anon_sym_u8_DQUOTE] = ACTIONS(1897), - [anon_sym_DQUOTE] = ACTIONS(1897), - [sym_true] = ACTIONS(1895), - [sym_false] = ACTIONS(1895), - [sym_null] = ACTIONS(1895), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), + [sym_raw_string_literal] = ACTIONS(1797), + }, + [621] = { + [ts_builtin_sym_end] = ACTIONS(1801), + [sym_identifier] = ACTIONS(1799), + [aux_sym_preproc_include_token1] = ACTIONS(1799), + [aux_sym_preproc_def_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), + [sym_preproc_directive] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1801), + [anon_sym_BANG] = ACTIONS(1801), + [anon_sym_TILDE] = ACTIONS(1801), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_typedef] = ACTIONS(1799), + [anon_sym_extern] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1799), + [anon_sym_COLON_COLON] = ACTIONS(1801), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), + [anon_sym___declspec] = ACTIONS(1799), + [anon_sym___based] = ACTIONS(1799), + [anon_sym___cdecl] = ACTIONS(1799), + [anon_sym___clrcall] = ACTIONS(1799), + [anon_sym___stdcall] = ACTIONS(1799), + [anon_sym___fastcall] = ACTIONS(1799), + [anon_sym___thiscall] = ACTIONS(1799), + [anon_sym___vectorcall] = ACTIONS(1799), + [anon_sym_LBRACE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_register] = ACTIONS(1799), + [anon_sym_inline] = ACTIONS(1799), + [anon_sym_thread_local] = ACTIONS(1799), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym_mutable] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_signed] = ACTIONS(1799), + [anon_sym_unsigned] = ACTIONS(1799), + [anon_sym_long] = ACTIONS(1799), + [anon_sym_short] = ACTIONS(1799), + [sym_primitive_type] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_union] = ACTIONS(1799), + [anon_sym_if] = ACTIONS(1799), + [anon_sym_switch] = ACTIONS(1799), + [anon_sym_case] = ACTIONS(1799), + [anon_sym_default] = ACTIONS(1799), + [anon_sym_while] = ACTIONS(1799), + [anon_sym_do] = ACTIONS(1799), + [anon_sym_for] = ACTIONS(1799), + [anon_sym_return] = ACTIONS(1799), + [anon_sym_break] = ACTIONS(1799), + [anon_sym_continue] = ACTIONS(1799), + [anon_sym_goto] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1801), + [anon_sym_PLUS_PLUS] = ACTIONS(1801), + [anon_sym_sizeof] = ACTIONS(1799), + [sym_number_literal] = ACTIONS(1801), + [anon_sym_L_SQUOTE] = ACTIONS(1801), + [anon_sym_u_SQUOTE] = ACTIONS(1801), + [anon_sym_U_SQUOTE] = ACTIONS(1801), + [anon_sym_u8_SQUOTE] = ACTIONS(1801), + [anon_sym_SQUOTE] = ACTIONS(1801), + [anon_sym_L_DQUOTE] = ACTIONS(1801), + [anon_sym_u_DQUOTE] = ACTIONS(1801), + [anon_sym_U_DQUOTE] = ACTIONS(1801), + [anon_sym_u8_DQUOTE] = ACTIONS(1801), + [anon_sym_DQUOTE] = ACTIONS(1801), + [sym_true] = ACTIONS(1799), + [sym_false] = ACTIONS(1799), + [sym_null] = ACTIONS(1799), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1895), - [anon_sym_virtual] = ACTIONS(1895), - [anon_sym_explicit] = ACTIONS(1895), - [sym_auto] = ACTIONS(1895), - [anon_sym_typename] = ACTIONS(1895), - [anon_sym_template] = ACTIONS(1895), - [anon_sym_operator] = ACTIONS(1895), - [anon_sym_delete] = ACTIONS(1895), - [anon_sym_throw] = ACTIONS(1895), - [anon_sym_namespace] = ACTIONS(1895), - [anon_sym_using] = ACTIONS(1895), - [anon_sym_static_assert] = ACTIONS(1895), - [anon_sym_co_return] = ACTIONS(1895), - [anon_sym_co_yield] = ACTIONS(1895), - [anon_sym_try] = ACTIONS(1895), - [anon_sym_co_await] = ACTIONS(1895), - [anon_sym_new] = ACTIONS(1895), - [sym_this] = ACTIONS(1895), - [sym_nullptr] = ACTIONS(1895), - [sym_alone_macro] = ACTIONS(1897), - [aux_sym_alone_macro_call_token1] = ACTIONS(1895), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_FORWARD] = ACTIONS(1895), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1895), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_PS_GET] = ACTIONS(1895), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1895), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1895), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1895), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1895), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), - [anon_sym_MOZ_COLD] = ACTIONS(1895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_RAII] = ACTIONS(1895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), - [sym_raw_string_literal] = ACTIONS(1897), + [anon_sym_decltype] = ACTIONS(1799), + [anon_sym_virtual] = ACTIONS(1799), + [anon_sym_explicit] = ACTIONS(1799), + [sym_auto] = ACTIONS(1799), + [anon_sym_typename] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1799), + [anon_sym_operator] = ACTIONS(1799), + [anon_sym_delete] = ACTIONS(1799), + [anon_sym_throw] = ACTIONS(1799), + [anon_sym_namespace] = ACTIONS(1799), + [anon_sym_using] = ACTIONS(1799), + [anon_sym_static_assert] = ACTIONS(1799), + [anon_sym_co_return] = ACTIONS(1799), + [anon_sym_co_yield] = ACTIONS(1799), + [anon_sym_try] = ACTIONS(1799), + [anon_sym_co_await] = ACTIONS(1799), + [anon_sym_new] = ACTIONS(1799), + [sym_this] = ACTIONS(1799), + [sym_nullptr] = ACTIONS(1799), + [sym_alone_macro] = ACTIONS(1801), + [aux_sym_alone_macro_call_token1] = ACTIONS(1799), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_FORWARD] = ACTIONS(1799), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1799), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_PS_GET] = ACTIONS(1799), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1799), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1799), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1799), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1799), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), + [anon_sym_MOZ_COLD] = ACTIONS(1799), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_RAII] = ACTIONS(1799), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), + [sym_raw_string_literal] = ACTIONS(1801), }, - [628] = { - [sym_identifier] = ACTIONS(1879), - [aux_sym_preproc_include_token1] = ACTIONS(1879), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), - [sym_preproc_directive] = ACTIONS(1879), - [anon_sym_LPAREN2] = ACTIONS(1881), - [anon_sym_BANG] = ACTIONS(1881), - [anon_sym_TILDE] = ACTIONS(1881), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_AMP_AMP] = ACTIONS(1881), - [anon_sym_AMP] = ACTIONS(1879), - [anon_sym_SEMI] = ACTIONS(1881), - [anon_sym_typedef] = ACTIONS(1879), - [anon_sym_extern] = ACTIONS(1879), - [anon_sym___attribute__] = ACTIONS(1879), - [anon_sym_COLON_COLON] = ACTIONS(1881), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), - [anon_sym___declspec] = ACTIONS(1879), - [anon_sym___based] = ACTIONS(1879), - [anon_sym___cdecl] = ACTIONS(1879), - [anon_sym___clrcall] = ACTIONS(1879), - [anon_sym___stdcall] = ACTIONS(1879), - [anon_sym___fastcall] = ACTIONS(1879), - [anon_sym___thiscall] = ACTIONS(1879), - [anon_sym___vectorcall] = ACTIONS(1879), - [anon_sym_LBRACE] = ACTIONS(1881), - [anon_sym_RBRACE] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1879), - [anon_sym_static] = ACTIONS(1879), - [anon_sym_register] = ACTIONS(1879), - [anon_sym_inline] = ACTIONS(1879), - [anon_sym_thread_local] = ACTIONS(1879), - [anon_sym_const] = ACTIONS(1879), - [anon_sym_volatile] = ACTIONS(1879), - [anon_sym_restrict] = ACTIONS(1879), - [anon_sym__Atomic] = ACTIONS(1879), - [anon_sym_mutable] = ACTIONS(1879), - [anon_sym_constexpr] = ACTIONS(1879), - [anon_sym_signed] = ACTIONS(1879), - [anon_sym_unsigned] = ACTIONS(1879), - [anon_sym_long] = ACTIONS(1879), - [anon_sym_short] = ACTIONS(1879), - [sym_primitive_type] = ACTIONS(1879), - [anon_sym_enum] = ACTIONS(1879), - [anon_sym_class] = ACTIONS(1879), - [anon_sym_struct] = ACTIONS(1879), - [anon_sym_union] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_switch] = ACTIONS(1879), - [anon_sym_case] = ACTIONS(1879), - [anon_sym_default] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_break] = ACTIONS(1879), - [anon_sym_continue] = ACTIONS(1879), - [anon_sym_goto] = ACTIONS(1879), - [anon_sym_DASH_DASH] = ACTIONS(1881), - [anon_sym_PLUS_PLUS] = ACTIONS(1881), - [anon_sym_sizeof] = ACTIONS(1879), - [sym_number_literal] = ACTIONS(1881), - [anon_sym_L_SQUOTE] = ACTIONS(1881), - [anon_sym_u_SQUOTE] = ACTIONS(1881), - [anon_sym_U_SQUOTE] = ACTIONS(1881), - [anon_sym_u8_SQUOTE] = ACTIONS(1881), - [anon_sym_SQUOTE] = ACTIONS(1881), - [anon_sym_L_DQUOTE] = ACTIONS(1881), - [anon_sym_u_DQUOTE] = ACTIONS(1881), - [anon_sym_U_DQUOTE] = ACTIONS(1881), - [anon_sym_u8_DQUOTE] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(1881), - [sym_true] = ACTIONS(1879), - [sym_false] = ACTIONS(1879), - [sym_null] = ACTIONS(1879), + [622] = { + [ts_builtin_sym_end] = ACTIONS(1849), + [sym_identifier] = ACTIONS(1847), + [aux_sym_preproc_include_token1] = ACTIONS(1847), + [aux_sym_preproc_def_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), + [sym_preproc_directive] = ACTIONS(1847), + [anon_sym_LPAREN2] = ACTIONS(1849), + [anon_sym_BANG] = ACTIONS(1849), + [anon_sym_TILDE] = ACTIONS(1849), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1849), + [anon_sym_typedef] = ACTIONS(1847), + [anon_sym_extern] = ACTIONS(1847), + [anon_sym___attribute__] = ACTIONS(1847), + [anon_sym_COLON_COLON] = ACTIONS(1849), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), + [anon_sym___declspec] = ACTIONS(1847), + [anon_sym___based] = ACTIONS(1847), + [anon_sym___cdecl] = ACTIONS(1847), + [anon_sym___clrcall] = ACTIONS(1847), + [anon_sym___stdcall] = ACTIONS(1847), + [anon_sym___fastcall] = ACTIONS(1847), + [anon_sym___thiscall] = ACTIONS(1847), + [anon_sym___vectorcall] = ACTIONS(1847), + [anon_sym_LBRACE] = ACTIONS(1849), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_register] = ACTIONS(1847), + [anon_sym_inline] = ACTIONS(1847), + [anon_sym_thread_local] = ACTIONS(1847), + [anon_sym_const] = ACTIONS(1847), + [anon_sym_volatile] = ACTIONS(1847), + [anon_sym_restrict] = ACTIONS(1847), + [anon_sym__Atomic] = ACTIONS(1847), + [anon_sym_mutable] = ACTIONS(1847), + [anon_sym_constexpr] = ACTIONS(1847), + [anon_sym_signed] = ACTIONS(1847), + [anon_sym_unsigned] = ACTIONS(1847), + [anon_sym_long] = ACTIONS(1847), + [anon_sym_short] = ACTIONS(1847), + [sym_primitive_type] = ACTIONS(1847), + [anon_sym_enum] = ACTIONS(1847), + [anon_sym_class] = ACTIONS(1847), + [anon_sym_struct] = ACTIONS(1847), + [anon_sym_union] = ACTIONS(1847), + [anon_sym_if] = ACTIONS(1847), + [anon_sym_switch] = ACTIONS(1847), + [anon_sym_case] = ACTIONS(1847), + [anon_sym_default] = ACTIONS(1847), + [anon_sym_while] = ACTIONS(1847), + [anon_sym_do] = ACTIONS(1847), + [anon_sym_for] = ACTIONS(1847), + [anon_sym_return] = ACTIONS(1847), + [anon_sym_break] = ACTIONS(1847), + [anon_sym_continue] = ACTIONS(1847), + [anon_sym_goto] = ACTIONS(1847), + [anon_sym_DASH_DASH] = ACTIONS(1849), + [anon_sym_PLUS_PLUS] = ACTIONS(1849), + [anon_sym_sizeof] = ACTIONS(1847), + [sym_number_literal] = ACTIONS(1849), + [anon_sym_L_SQUOTE] = ACTIONS(1849), + [anon_sym_u_SQUOTE] = ACTIONS(1849), + [anon_sym_U_SQUOTE] = ACTIONS(1849), + [anon_sym_u8_SQUOTE] = ACTIONS(1849), + [anon_sym_SQUOTE] = ACTIONS(1849), + [anon_sym_L_DQUOTE] = ACTIONS(1849), + [anon_sym_u_DQUOTE] = ACTIONS(1849), + [anon_sym_U_DQUOTE] = ACTIONS(1849), + [anon_sym_u8_DQUOTE] = ACTIONS(1849), + [anon_sym_DQUOTE] = ACTIONS(1849), + [sym_true] = ACTIONS(1847), + [sym_false] = ACTIONS(1847), + [sym_null] = ACTIONS(1847), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1879), - [anon_sym_virtual] = ACTIONS(1879), - [anon_sym_explicit] = ACTIONS(1879), - [sym_auto] = ACTIONS(1879), - [anon_sym_typename] = ACTIONS(1879), - [anon_sym_template] = ACTIONS(1879), - [anon_sym_operator] = ACTIONS(1879), - [anon_sym_delete] = ACTIONS(1879), - [anon_sym_throw] = ACTIONS(1879), - [anon_sym_namespace] = ACTIONS(1879), - [anon_sym_using] = ACTIONS(1879), - [anon_sym_static_assert] = ACTIONS(1879), - [anon_sym_co_return] = ACTIONS(1879), - [anon_sym_co_yield] = ACTIONS(1879), - [anon_sym_try] = ACTIONS(1879), - [anon_sym_co_await] = ACTIONS(1879), - [anon_sym_new] = ACTIONS(1879), - [sym_this] = ACTIONS(1879), - [sym_nullptr] = ACTIONS(1879), - [sym_alone_macro] = ACTIONS(1881), - [aux_sym_alone_macro_call_token1] = ACTIONS(1879), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_FORWARD] = ACTIONS(1879), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_PS_GET] = ACTIONS(1879), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), - [anon_sym_MOZ_COLD] = ACTIONS(1879), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL] = ACTIONS(1879), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN] = ACTIONS(1879), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), - [anon_sym_MOZ_RAII] = ACTIONS(1879), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), - [sym_raw_string_literal] = ACTIONS(1881), + [anon_sym_decltype] = ACTIONS(1847), + [anon_sym_virtual] = ACTIONS(1847), + [anon_sym_explicit] = ACTIONS(1847), + [sym_auto] = ACTIONS(1847), + [anon_sym_typename] = ACTIONS(1847), + [anon_sym_template] = ACTIONS(1847), + [anon_sym_operator] = ACTIONS(1847), + [anon_sym_delete] = ACTIONS(1847), + [anon_sym_throw] = ACTIONS(1847), + [anon_sym_namespace] = ACTIONS(1847), + [anon_sym_using] = ACTIONS(1847), + [anon_sym_static_assert] = ACTIONS(1847), + [anon_sym_co_return] = ACTIONS(1847), + [anon_sym_co_yield] = ACTIONS(1847), + [anon_sym_try] = ACTIONS(1847), + [anon_sym_co_await] = ACTIONS(1847), + [anon_sym_new] = ACTIONS(1847), + [sym_this] = ACTIONS(1847), + [sym_nullptr] = ACTIONS(1847), + [sym_alone_macro] = ACTIONS(1849), + [aux_sym_alone_macro_call_token1] = ACTIONS(1847), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_FORWARD] = ACTIONS(1847), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_PS_GET] = ACTIONS(1847), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), + [anon_sym_MOZ_COLD] = ACTIONS(1847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_RAII] = ACTIONS(1847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), + [sym_raw_string_literal] = ACTIONS(1849), }, - [629] = { - [sym_identifier] = ACTIONS(1815), - [aux_sym_preproc_include_token1] = ACTIONS(1815), - [aux_sym_preproc_def_token1] = ACTIONS(1815), - [aux_sym_preproc_if_token1] = ACTIONS(1815), - [aux_sym_preproc_if_token2] = ACTIONS(1815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), - [sym_preproc_directive] = ACTIONS(1815), - [anon_sym_LPAREN2] = ACTIONS(1817), - [anon_sym_BANG] = ACTIONS(1817), - [anon_sym_TILDE] = ACTIONS(1817), - [anon_sym_DASH] = ACTIONS(1815), - [anon_sym_PLUS] = ACTIONS(1815), - [anon_sym_STAR] = ACTIONS(1817), - [anon_sym_AMP_AMP] = ACTIONS(1817), - [anon_sym_AMP] = ACTIONS(1815), - [anon_sym_SEMI] = ACTIONS(1817), - [anon_sym_typedef] = ACTIONS(1815), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1815), - [anon_sym_COLON_COLON] = ACTIONS(1817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), - [anon_sym___declspec] = ACTIONS(1815), - [anon_sym___based] = ACTIONS(1815), - [anon_sym___cdecl] = ACTIONS(1815), - [anon_sym___clrcall] = ACTIONS(1815), - [anon_sym___stdcall] = ACTIONS(1815), - [anon_sym___fastcall] = ACTIONS(1815), - [anon_sym___thiscall] = ACTIONS(1815), - [anon_sym___vectorcall] = ACTIONS(1815), - [anon_sym_LBRACE] = ACTIONS(1817), - [anon_sym_LBRACK] = ACTIONS(1815), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1815), - [anon_sym_volatile] = ACTIONS(1815), - [anon_sym_restrict] = ACTIONS(1815), - [anon_sym__Atomic] = ACTIONS(1815), - [anon_sym_mutable] = ACTIONS(1815), - [anon_sym_constexpr] = ACTIONS(1815), - [anon_sym_signed] = ACTIONS(1815), - [anon_sym_unsigned] = ACTIONS(1815), - [anon_sym_long] = ACTIONS(1815), - [anon_sym_short] = ACTIONS(1815), - [sym_primitive_type] = ACTIONS(1815), - [anon_sym_enum] = ACTIONS(1815), - [anon_sym_class] = ACTIONS(1815), - [anon_sym_struct] = ACTIONS(1815), - [anon_sym_union] = ACTIONS(1815), - [anon_sym_if] = ACTIONS(1815), - [anon_sym_switch] = ACTIONS(1815), - [anon_sym_case] = ACTIONS(1815), - [anon_sym_default] = ACTIONS(1815), - [anon_sym_while] = ACTIONS(1815), - [anon_sym_do] = ACTIONS(1815), - [anon_sym_for] = ACTIONS(1815), - [anon_sym_return] = ACTIONS(1815), - [anon_sym_break] = ACTIONS(1815), - [anon_sym_continue] = ACTIONS(1815), - [anon_sym_goto] = ACTIONS(1815), - [anon_sym_DASH_DASH] = ACTIONS(1817), - [anon_sym_PLUS_PLUS] = ACTIONS(1817), - [anon_sym_sizeof] = ACTIONS(1815), - [sym_number_literal] = ACTIONS(1817), - [anon_sym_L_SQUOTE] = ACTIONS(1817), - [anon_sym_u_SQUOTE] = ACTIONS(1817), - [anon_sym_U_SQUOTE] = ACTIONS(1817), - [anon_sym_u8_SQUOTE] = ACTIONS(1817), - [anon_sym_SQUOTE] = ACTIONS(1817), - [anon_sym_L_DQUOTE] = ACTIONS(1817), - [anon_sym_u_DQUOTE] = ACTIONS(1817), - [anon_sym_U_DQUOTE] = ACTIONS(1817), - [anon_sym_u8_DQUOTE] = ACTIONS(1817), - [anon_sym_DQUOTE] = ACTIONS(1817), - [sym_true] = ACTIONS(1815), - [sym_false] = ACTIONS(1815), - [sym_null] = ACTIONS(1815), + [623] = { + [ts_builtin_sym_end] = ACTIONS(1845), + [sym_identifier] = ACTIONS(1843), + [aux_sym_preproc_include_token1] = ACTIONS(1843), + [aux_sym_preproc_def_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), + [sym_preproc_directive] = ACTIONS(1843), + [anon_sym_LPAREN2] = ACTIONS(1845), + [anon_sym_BANG] = ACTIONS(1845), + [anon_sym_TILDE] = ACTIONS(1845), + [anon_sym_DASH] = ACTIONS(1843), + [anon_sym_PLUS] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_SEMI] = ACTIONS(1845), + [anon_sym_typedef] = ACTIONS(1843), + [anon_sym_extern] = ACTIONS(1843), + [anon_sym___attribute__] = ACTIONS(1843), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), + [anon_sym___declspec] = ACTIONS(1843), + [anon_sym___based] = ACTIONS(1843), + [anon_sym___cdecl] = ACTIONS(1843), + [anon_sym___clrcall] = ACTIONS(1843), + [anon_sym___stdcall] = ACTIONS(1843), + [anon_sym___fastcall] = ACTIONS(1843), + [anon_sym___thiscall] = ACTIONS(1843), + [anon_sym___vectorcall] = ACTIONS(1843), + [anon_sym_LBRACE] = ACTIONS(1845), + [anon_sym_LBRACK] = ACTIONS(1843), + [anon_sym_static] = ACTIONS(1843), + [anon_sym_register] = ACTIONS(1843), + [anon_sym_inline] = ACTIONS(1843), + [anon_sym_thread_local] = ACTIONS(1843), + [anon_sym_const] = ACTIONS(1843), + [anon_sym_volatile] = ACTIONS(1843), + [anon_sym_restrict] = ACTIONS(1843), + [anon_sym__Atomic] = ACTIONS(1843), + [anon_sym_mutable] = ACTIONS(1843), + [anon_sym_constexpr] = ACTIONS(1843), + [anon_sym_signed] = ACTIONS(1843), + [anon_sym_unsigned] = ACTIONS(1843), + [anon_sym_long] = ACTIONS(1843), + [anon_sym_short] = ACTIONS(1843), + [sym_primitive_type] = ACTIONS(1843), + [anon_sym_enum] = ACTIONS(1843), + [anon_sym_class] = ACTIONS(1843), + [anon_sym_struct] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1843), + [anon_sym_if] = ACTIONS(1843), + [anon_sym_switch] = ACTIONS(1843), + [anon_sym_case] = ACTIONS(1843), + [anon_sym_default] = ACTIONS(1843), + [anon_sym_while] = ACTIONS(1843), + [anon_sym_do] = ACTIONS(1843), + [anon_sym_for] = ACTIONS(1843), + [anon_sym_return] = ACTIONS(1843), + [anon_sym_break] = ACTIONS(1843), + [anon_sym_continue] = ACTIONS(1843), + [anon_sym_goto] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1843), + [sym_number_literal] = ACTIONS(1845), + [anon_sym_L_SQUOTE] = ACTIONS(1845), + [anon_sym_u_SQUOTE] = ACTIONS(1845), + [anon_sym_U_SQUOTE] = ACTIONS(1845), + [anon_sym_u8_SQUOTE] = ACTIONS(1845), + [anon_sym_SQUOTE] = ACTIONS(1845), + [anon_sym_L_DQUOTE] = ACTIONS(1845), + [anon_sym_u_DQUOTE] = ACTIONS(1845), + [anon_sym_U_DQUOTE] = ACTIONS(1845), + [anon_sym_u8_DQUOTE] = ACTIONS(1845), + [anon_sym_DQUOTE] = ACTIONS(1845), + [sym_true] = ACTIONS(1843), + [sym_false] = ACTIONS(1843), + [sym_null] = ACTIONS(1843), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1815), - [anon_sym_virtual] = ACTIONS(1815), - [anon_sym_explicit] = ACTIONS(1815), - [sym_auto] = ACTIONS(1815), - [anon_sym_typename] = ACTIONS(1815), - [anon_sym_template] = ACTIONS(1815), - [anon_sym_operator] = ACTIONS(1815), - [anon_sym_delete] = ACTIONS(1815), - [anon_sym_throw] = ACTIONS(1815), - [anon_sym_namespace] = ACTIONS(1815), - [anon_sym_using] = ACTIONS(1815), - [anon_sym_static_assert] = ACTIONS(1815), - [anon_sym_co_return] = ACTIONS(1815), - [anon_sym_co_yield] = ACTIONS(1815), - [anon_sym_try] = ACTIONS(1815), - [anon_sym_co_await] = ACTIONS(1815), - [anon_sym_new] = ACTIONS(1815), - [sym_this] = ACTIONS(1815), - [sym_nullptr] = ACTIONS(1815), - [sym_alone_macro] = ACTIONS(1817), - [aux_sym_alone_macro_call_token1] = ACTIONS(1815), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_FORWARD] = ACTIONS(1815), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1815), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_PS_GET] = ACTIONS(1815), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1815), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1815), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1815), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1815), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), - [anon_sym_MOZ_COLD] = ACTIONS(1815), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_NONNULL] = ACTIONS(1815), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_NORETURN] = ACTIONS(1815), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), - [anon_sym_MOZ_RAII] = ACTIONS(1815), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), - [sym_raw_string_literal] = ACTIONS(1817), + [anon_sym_decltype] = ACTIONS(1843), + [anon_sym_virtual] = ACTIONS(1843), + [anon_sym_explicit] = ACTIONS(1843), + [sym_auto] = ACTIONS(1843), + [anon_sym_typename] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1843), + [anon_sym_operator] = ACTIONS(1843), + [anon_sym_delete] = ACTIONS(1843), + [anon_sym_throw] = ACTIONS(1843), + [anon_sym_namespace] = ACTIONS(1843), + [anon_sym_using] = ACTIONS(1843), + [anon_sym_static_assert] = ACTIONS(1843), + [anon_sym_co_return] = ACTIONS(1843), + [anon_sym_co_yield] = ACTIONS(1843), + [anon_sym_try] = ACTIONS(1843), + [anon_sym_co_await] = ACTIONS(1843), + [anon_sym_new] = ACTIONS(1843), + [sym_this] = ACTIONS(1843), + [sym_nullptr] = ACTIONS(1843), + [sym_alone_macro] = ACTIONS(1845), + [aux_sym_alone_macro_call_token1] = ACTIONS(1843), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_FORWARD] = ACTIONS(1843), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1843), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_PS_GET] = ACTIONS(1843), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1843), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1843), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), + [anon_sym_MOZ_COLD] = ACTIONS(1843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_RAII] = ACTIONS(1843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), + [sym_raw_string_literal] = ACTIONS(1845), }, - [630] = { - [sym_identifier] = ACTIONS(1819), - [aux_sym_preproc_include_token1] = ACTIONS(1819), - [aux_sym_preproc_def_token1] = ACTIONS(1819), - [aux_sym_preproc_if_token1] = ACTIONS(1819), - [aux_sym_preproc_if_token2] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), - [sym_preproc_directive] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_BANG] = ACTIONS(1821), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1819), - [anon_sym_PLUS] = ACTIONS(1819), - [anon_sym_STAR] = ACTIONS(1821), - [anon_sym_AMP_AMP] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1819), - [anon_sym_SEMI] = ACTIONS(1821), - [anon_sym_typedef] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym___attribute__] = ACTIONS(1819), - [anon_sym_COLON_COLON] = ACTIONS(1821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1819), - [anon_sym___based] = ACTIONS(1819), - [anon_sym___cdecl] = ACTIONS(1819), - [anon_sym___clrcall] = ACTIONS(1819), - [anon_sym___stdcall] = ACTIONS(1819), - [anon_sym___fastcall] = ACTIONS(1819), - [anon_sym___thiscall] = ACTIONS(1819), - [anon_sym___vectorcall] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1821), - [anon_sym_LBRACK] = ACTIONS(1819), - [anon_sym_static] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_inline] = ACTIONS(1819), - [anon_sym_thread_local] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [anon_sym_volatile] = ACTIONS(1819), - [anon_sym_restrict] = ACTIONS(1819), - [anon_sym__Atomic] = ACTIONS(1819), - [anon_sym_mutable] = ACTIONS(1819), - [anon_sym_constexpr] = ACTIONS(1819), - [anon_sym_signed] = ACTIONS(1819), - [anon_sym_unsigned] = ACTIONS(1819), - [anon_sym_long] = ACTIONS(1819), - [anon_sym_short] = ACTIONS(1819), - [sym_primitive_type] = ACTIONS(1819), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_class] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1819), - [anon_sym_union] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_switch] = ACTIONS(1819), - [anon_sym_case] = ACTIONS(1819), - [anon_sym_default] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_goto] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1821), - [anon_sym_PLUS_PLUS] = ACTIONS(1821), - [anon_sym_sizeof] = ACTIONS(1819), - [sym_number_literal] = ACTIONS(1821), - [anon_sym_L_SQUOTE] = ACTIONS(1821), - [anon_sym_u_SQUOTE] = ACTIONS(1821), - [anon_sym_U_SQUOTE] = ACTIONS(1821), - [anon_sym_u8_SQUOTE] = ACTIONS(1821), - [anon_sym_SQUOTE] = ACTIONS(1821), - [anon_sym_L_DQUOTE] = ACTIONS(1821), - [anon_sym_u_DQUOTE] = ACTIONS(1821), - [anon_sym_U_DQUOTE] = ACTIONS(1821), - [anon_sym_u8_DQUOTE] = ACTIONS(1821), - [anon_sym_DQUOTE] = ACTIONS(1821), - [sym_true] = ACTIONS(1819), - [sym_false] = ACTIONS(1819), - [sym_null] = ACTIONS(1819), + [624] = { + [ts_builtin_sym_end] = ACTIONS(1841), + [sym_identifier] = ACTIONS(1839), + [aux_sym_preproc_include_token1] = ACTIONS(1839), + [aux_sym_preproc_def_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), + [sym_preproc_directive] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1841), + [anon_sym_BANG] = ACTIONS(1841), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_DASH] = ACTIONS(1839), + [anon_sym_PLUS] = ACTIONS(1839), + [anon_sym_STAR] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1839), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym_typedef] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_COLON_COLON] = ACTIONS(1841), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym___cdecl] = ACTIONS(1839), + [anon_sym___clrcall] = ACTIONS(1839), + [anon_sym___stdcall] = ACTIONS(1839), + [anon_sym___fastcall] = ACTIONS(1839), + [anon_sym___thiscall] = ACTIONS(1839), + [anon_sym___vectorcall] = ACTIONS(1839), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_LBRACK] = ACTIONS(1839), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym_mutable] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_signed] = ACTIONS(1839), + [anon_sym_unsigned] = ACTIONS(1839), + [anon_sym_long] = ACTIONS(1839), + [anon_sym_short] = ACTIONS(1839), + [sym_primitive_type] = ACTIONS(1839), + [anon_sym_enum] = ACTIONS(1839), + [anon_sym_class] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_union] = ACTIONS(1839), + [anon_sym_if] = ACTIONS(1839), + [anon_sym_switch] = ACTIONS(1839), + [anon_sym_case] = ACTIONS(1839), + [anon_sym_default] = ACTIONS(1839), + [anon_sym_while] = ACTIONS(1839), + [anon_sym_do] = ACTIONS(1839), + [anon_sym_for] = ACTIONS(1839), + [anon_sym_return] = ACTIONS(1839), + [anon_sym_break] = ACTIONS(1839), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1839), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_sizeof] = ACTIONS(1839), + [sym_number_literal] = ACTIONS(1841), + [anon_sym_L_SQUOTE] = ACTIONS(1841), + [anon_sym_u_SQUOTE] = ACTIONS(1841), + [anon_sym_U_SQUOTE] = ACTIONS(1841), + [anon_sym_u8_SQUOTE] = ACTIONS(1841), + [anon_sym_SQUOTE] = ACTIONS(1841), + [anon_sym_L_DQUOTE] = ACTIONS(1841), + [anon_sym_u_DQUOTE] = ACTIONS(1841), + [anon_sym_U_DQUOTE] = ACTIONS(1841), + [anon_sym_u8_DQUOTE] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1841), + [sym_true] = ACTIONS(1839), + [sym_false] = ACTIONS(1839), + [sym_null] = ACTIONS(1839), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1819), - [anon_sym_virtual] = ACTIONS(1819), - [anon_sym_explicit] = ACTIONS(1819), - [sym_auto] = ACTIONS(1819), - [anon_sym_typename] = ACTIONS(1819), - [anon_sym_template] = ACTIONS(1819), - [anon_sym_operator] = ACTIONS(1819), - [anon_sym_delete] = ACTIONS(1819), - [anon_sym_throw] = ACTIONS(1819), - [anon_sym_namespace] = ACTIONS(1819), - [anon_sym_using] = ACTIONS(1819), - [anon_sym_static_assert] = ACTIONS(1819), - [anon_sym_co_return] = ACTIONS(1819), - [anon_sym_co_yield] = ACTIONS(1819), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_co_await] = ACTIONS(1819), - [anon_sym_new] = ACTIONS(1819), - [sym_this] = ACTIONS(1819), - [sym_nullptr] = ACTIONS(1819), - [sym_alone_macro] = ACTIONS(1821), - [aux_sym_alone_macro_call_token1] = ACTIONS(1819), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_FORWARD] = ACTIONS(1819), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_PS_GET] = ACTIONS(1819), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), - [anon_sym_MOZ_COLD] = ACTIONS(1819), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL] = ACTIONS(1819), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN] = ACTIONS(1819), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), - [anon_sym_MOZ_RAII] = ACTIONS(1819), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), - [sym_raw_string_literal] = ACTIONS(1821), + [anon_sym_decltype] = ACTIONS(1839), + [anon_sym_virtual] = ACTIONS(1839), + [anon_sym_explicit] = ACTIONS(1839), + [sym_auto] = ACTIONS(1839), + [anon_sym_typename] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1839), + [anon_sym_operator] = ACTIONS(1839), + [anon_sym_delete] = ACTIONS(1839), + [anon_sym_throw] = ACTIONS(1839), + [anon_sym_namespace] = ACTIONS(1839), + [anon_sym_using] = ACTIONS(1839), + [anon_sym_static_assert] = ACTIONS(1839), + [anon_sym_co_return] = ACTIONS(1839), + [anon_sym_co_yield] = ACTIONS(1839), + [anon_sym_try] = ACTIONS(1839), + [anon_sym_co_await] = ACTIONS(1839), + [anon_sym_new] = ACTIONS(1839), + [sym_this] = ACTIONS(1839), + [sym_nullptr] = ACTIONS(1839), + [sym_alone_macro] = ACTIONS(1841), + [aux_sym_alone_macro_call_token1] = ACTIONS(1839), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_FORWARD] = ACTIONS(1839), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_PS_GET] = ACTIONS(1839), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), + [anon_sym_MOZ_COLD] = ACTIONS(1839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_RAII] = ACTIONS(1839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), + [sym_raw_string_literal] = ACTIONS(1841), }, - [631] = { - [ts_builtin_sym_end] = ACTIONS(1893), - [sym_identifier] = ACTIONS(1891), - [aux_sym_preproc_include_token1] = ACTIONS(1891), - [aux_sym_preproc_def_token1] = ACTIONS(1891), - [aux_sym_preproc_if_token1] = ACTIONS(1891), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1891), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1891), - [sym_preproc_directive] = ACTIONS(1891), - [anon_sym_LPAREN2] = ACTIONS(1893), - [anon_sym_BANG] = ACTIONS(1893), - [anon_sym_TILDE] = ACTIONS(1893), - [anon_sym_DASH] = ACTIONS(1891), - [anon_sym_PLUS] = ACTIONS(1891), - [anon_sym_STAR] = ACTIONS(1893), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_AMP] = ACTIONS(1891), - [anon_sym_SEMI] = ACTIONS(1893), - [anon_sym_typedef] = ACTIONS(1891), - [anon_sym_extern] = ACTIONS(1891), - [anon_sym___attribute__] = ACTIONS(1891), - [anon_sym_COLON_COLON] = ACTIONS(1893), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), - [anon_sym___declspec] = ACTIONS(1891), - [anon_sym___based] = ACTIONS(1891), - [anon_sym___cdecl] = ACTIONS(1891), - [anon_sym___clrcall] = ACTIONS(1891), - [anon_sym___stdcall] = ACTIONS(1891), - [anon_sym___fastcall] = ACTIONS(1891), - [anon_sym___thiscall] = ACTIONS(1891), - [anon_sym___vectorcall] = ACTIONS(1891), - [anon_sym_LBRACE] = ACTIONS(1893), - [anon_sym_LBRACK] = ACTIONS(1891), - [anon_sym_static] = ACTIONS(1891), - [anon_sym_register] = ACTIONS(1891), - [anon_sym_inline] = ACTIONS(1891), - [anon_sym_thread_local] = ACTIONS(1891), - [anon_sym_const] = ACTIONS(1891), - [anon_sym_volatile] = ACTIONS(1891), - [anon_sym_restrict] = ACTIONS(1891), - [anon_sym__Atomic] = ACTIONS(1891), - [anon_sym_mutable] = ACTIONS(1891), - [anon_sym_constexpr] = ACTIONS(1891), - [anon_sym_signed] = ACTIONS(1891), - [anon_sym_unsigned] = ACTIONS(1891), - [anon_sym_long] = ACTIONS(1891), - [anon_sym_short] = ACTIONS(1891), - [sym_primitive_type] = ACTIONS(1891), - [anon_sym_enum] = ACTIONS(1891), - [anon_sym_class] = ACTIONS(1891), - [anon_sym_struct] = ACTIONS(1891), - [anon_sym_union] = ACTIONS(1891), - [anon_sym_if] = ACTIONS(1891), - [anon_sym_switch] = ACTIONS(1891), - [anon_sym_case] = ACTIONS(1891), - [anon_sym_default] = ACTIONS(1891), - [anon_sym_while] = ACTIONS(1891), - [anon_sym_do] = ACTIONS(1891), - [anon_sym_for] = ACTIONS(1891), - [anon_sym_return] = ACTIONS(1891), - [anon_sym_break] = ACTIONS(1891), - [anon_sym_continue] = ACTIONS(1891), - [anon_sym_goto] = ACTIONS(1891), - [anon_sym_DASH_DASH] = ACTIONS(1893), - [anon_sym_PLUS_PLUS] = ACTIONS(1893), - [anon_sym_sizeof] = ACTIONS(1891), - [sym_number_literal] = ACTIONS(1893), - [anon_sym_L_SQUOTE] = ACTIONS(1893), - [anon_sym_u_SQUOTE] = ACTIONS(1893), - [anon_sym_U_SQUOTE] = ACTIONS(1893), - [anon_sym_u8_SQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1893), - [anon_sym_L_DQUOTE] = ACTIONS(1893), - [anon_sym_u_DQUOTE] = ACTIONS(1893), - [anon_sym_U_DQUOTE] = ACTIONS(1893), - [anon_sym_u8_DQUOTE] = ACTIONS(1893), - [anon_sym_DQUOTE] = ACTIONS(1893), - [sym_true] = ACTIONS(1891), - [sym_false] = ACTIONS(1891), - [sym_null] = ACTIONS(1891), + [625] = { + [sym_identifier] = ACTIONS(1731), + [aux_sym_preproc_include_token1] = ACTIONS(1731), + [aux_sym_preproc_def_token1] = ACTIONS(1731), + [aux_sym_preproc_if_token1] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), + [sym_preproc_directive] = ACTIONS(1731), + [anon_sym_LPAREN2] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_AMP_AMP] = ACTIONS(1733), + [anon_sym_AMP] = ACTIONS(1731), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_typedef] = ACTIONS(1731), + [anon_sym_extern] = ACTIONS(1731), + [anon_sym___attribute__] = ACTIONS(1731), + [anon_sym_COLON_COLON] = ACTIONS(1733), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), + [anon_sym___declspec] = ACTIONS(1731), + [anon_sym___based] = ACTIONS(1731), + [anon_sym___cdecl] = ACTIONS(1731), + [anon_sym___clrcall] = ACTIONS(1731), + [anon_sym___stdcall] = ACTIONS(1731), + [anon_sym___fastcall] = ACTIONS(1731), + [anon_sym___thiscall] = ACTIONS(1731), + [anon_sym___vectorcall] = ACTIONS(1731), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_static] = ACTIONS(1731), + [anon_sym_register] = ACTIONS(1731), + [anon_sym_inline] = ACTIONS(1731), + [anon_sym_thread_local] = ACTIONS(1731), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_volatile] = ACTIONS(1731), + [anon_sym_restrict] = ACTIONS(1731), + [anon_sym__Atomic] = ACTIONS(1731), + [anon_sym_mutable] = ACTIONS(1731), + [anon_sym_constexpr] = ACTIONS(1731), + [anon_sym_signed] = ACTIONS(1731), + [anon_sym_unsigned] = ACTIONS(1731), + [anon_sym_long] = ACTIONS(1731), + [anon_sym_short] = ACTIONS(1731), + [sym_primitive_type] = ACTIONS(1731), + [anon_sym_enum] = ACTIONS(1731), + [anon_sym_class] = ACTIONS(1731), + [anon_sym_struct] = ACTIONS(1731), + [anon_sym_union] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_do] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_continue] = ACTIONS(1731), + [anon_sym_goto] = ACTIONS(1731), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_sizeof] = ACTIONS(1731), + [sym_number_literal] = ACTIONS(1733), + [anon_sym_L_SQUOTE] = ACTIONS(1733), + [anon_sym_u_SQUOTE] = ACTIONS(1733), + [anon_sym_U_SQUOTE] = ACTIONS(1733), + [anon_sym_u8_SQUOTE] = ACTIONS(1733), + [anon_sym_SQUOTE] = ACTIONS(1733), + [anon_sym_L_DQUOTE] = ACTIONS(1733), + [anon_sym_u_DQUOTE] = ACTIONS(1733), + [anon_sym_U_DQUOTE] = ACTIONS(1733), + [anon_sym_u8_DQUOTE] = ACTIONS(1733), + [anon_sym_DQUOTE] = ACTIONS(1733), + [sym_true] = ACTIONS(1731), + [sym_false] = ACTIONS(1731), + [sym_null] = ACTIONS(1731), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1891), - [anon_sym_virtual] = ACTIONS(1891), - [anon_sym_explicit] = ACTIONS(1891), - [sym_auto] = ACTIONS(1891), - [anon_sym_typename] = ACTIONS(1891), - [anon_sym_template] = ACTIONS(1891), - [anon_sym_operator] = ACTIONS(1891), - [anon_sym_delete] = ACTIONS(1891), - [anon_sym_throw] = ACTIONS(1891), - [anon_sym_namespace] = ACTIONS(1891), - [anon_sym_using] = ACTIONS(1891), - [anon_sym_static_assert] = ACTIONS(1891), - [anon_sym_co_return] = ACTIONS(1891), - [anon_sym_co_yield] = ACTIONS(1891), - [anon_sym_try] = ACTIONS(1891), - [anon_sym_co_await] = ACTIONS(1891), - [anon_sym_new] = ACTIONS(1891), - [sym_this] = ACTIONS(1891), - [sym_nullptr] = ACTIONS(1891), - [sym_alone_macro] = ACTIONS(1893), - [aux_sym_alone_macro_call_token1] = ACTIONS(1891), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_FORWARD] = ACTIONS(1891), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1891), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_PS_GET] = ACTIONS(1891), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1891), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1891), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1891), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1891), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1891), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1891), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1891), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1891), - [anon_sym_MOZ_COLD] = ACTIONS(1891), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1891), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1891), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1891), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1891), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1891), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1891), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1891), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1891), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1891), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1891), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1891), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1891), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1891), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1891), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1891), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1891), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_NONNULL] = ACTIONS(1891), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1891), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1891), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1891), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1891), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_NORETURN] = ACTIONS(1891), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1891), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1891), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1891), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1891), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1891), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1891), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1891), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1891), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1891), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1891), - [anon_sym_MOZ_RAII] = ACTIONS(1891), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1891), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1891), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1891), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1891), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1891), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1891), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1891), - [sym_raw_string_literal] = ACTIONS(1893), + [anon_sym_decltype] = ACTIONS(1731), + [anon_sym_virtual] = ACTIONS(1731), + [anon_sym_explicit] = ACTIONS(1731), + [sym_auto] = ACTIONS(1731), + [anon_sym_typename] = ACTIONS(1731), + [anon_sym_template] = ACTIONS(1731), + [anon_sym_operator] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_throw] = ACTIONS(1731), + [anon_sym_namespace] = ACTIONS(1731), + [anon_sym_using] = ACTIONS(1731), + [anon_sym_static_assert] = ACTIONS(1731), + [anon_sym_co_return] = ACTIONS(1731), + [anon_sym_co_yield] = ACTIONS(1731), + [anon_sym_try] = ACTIONS(1731), + [anon_sym_co_await] = ACTIONS(1731), + [anon_sym_new] = ACTIONS(1731), + [sym_this] = ACTIONS(1731), + [sym_nullptr] = ACTIONS(1731), + [sym_alone_macro] = ACTIONS(1733), + [aux_sym_alone_macro_call_token1] = ACTIONS(1731), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_FORWARD] = ACTIONS(1731), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_PS_GET] = ACTIONS(1731), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), + [anon_sym_MOZ_COLD] = ACTIONS(1731), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_RAII] = ACTIONS(1731), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), + [sym_raw_string_literal] = ACTIONS(1733), }, - [632] = { - [ts_builtin_sym_end] = ACTIONS(1857), - [sym_identifier] = ACTIONS(1855), - [aux_sym_preproc_include_token1] = ACTIONS(1855), - [aux_sym_preproc_def_token1] = ACTIONS(1855), - [aux_sym_preproc_if_token1] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1855), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1855), - [sym_preproc_directive] = ACTIONS(1855), - [anon_sym_LPAREN2] = ACTIONS(1857), - [anon_sym_BANG] = ACTIONS(1857), - [anon_sym_TILDE] = ACTIONS(1857), - [anon_sym_DASH] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(1855), - [anon_sym_STAR] = ACTIONS(1857), - [anon_sym_AMP_AMP] = ACTIONS(1857), - [anon_sym_AMP] = ACTIONS(1855), - [anon_sym_SEMI] = ACTIONS(1857), - [anon_sym_typedef] = ACTIONS(1855), - [anon_sym_extern] = ACTIONS(1855), - [anon_sym___attribute__] = ACTIONS(1855), - [anon_sym_COLON_COLON] = ACTIONS(1857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1857), - [anon_sym___declspec] = ACTIONS(1855), - [anon_sym___based] = ACTIONS(1855), - [anon_sym___cdecl] = ACTIONS(1855), - [anon_sym___clrcall] = ACTIONS(1855), - [anon_sym___stdcall] = ACTIONS(1855), - [anon_sym___fastcall] = ACTIONS(1855), - [anon_sym___thiscall] = ACTIONS(1855), - [anon_sym___vectorcall] = ACTIONS(1855), - [anon_sym_LBRACE] = ACTIONS(1857), - [anon_sym_LBRACK] = ACTIONS(1855), - [anon_sym_static] = ACTIONS(1855), - [anon_sym_register] = ACTIONS(1855), - [anon_sym_inline] = ACTIONS(1855), - [anon_sym_thread_local] = ACTIONS(1855), - [anon_sym_const] = ACTIONS(1855), - [anon_sym_volatile] = ACTIONS(1855), - [anon_sym_restrict] = ACTIONS(1855), - [anon_sym__Atomic] = ACTIONS(1855), - [anon_sym_mutable] = ACTIONS(1855), - [anon_sym_constexpr] = ACTIONS(1855), - [anon_sym_signed] = ACTIONS(1855), - [anon_sym_unsigned] = ACTIONS(1855), - [anon_sym_long] = ACTIONS(1855), - [anon_sym_short] = ACTIONS(1855), - [sym_primitive_type] = ACTIONS(1855), - [anon_sym_enum] = ACTIONS(1855), - [anon_sym_class] = ACTIONS(1855), - [anon_sym_struct] = ACTIONS(1855), - [anon_sym_union] = ACTIONS(1855), - [anon_sym_if] = ACTIONS(1855), - [anon_sym_switch] = ACTIONS(1855), - [anon_sym_case] = ACTIONS(1855), - [anon_sym_default] = ACTIONS(1855), - [anon_sym_while] = ACTIONS(1855), - [anon_sym_do] = ACTIONS(1855), - [anon_sym_for] = ACTIONS(1855), - [anon_sym_return] = ACTIONS(1855), - [anon_sym_break] = ACTIONS(1855), - [anon_sym_continue] = ACTIONS(1855), - [anon_sym_goto] = ACTIONS(1855), - [anon_sym_DASH_DASH] = ACTIONS(1857), - [anon_sym_PLUS_PLUS] = ACTIONS(1857), - [anon_sym_sizeof] = ACTIONS(1855), - [sym_number_literal] = ACTIONS(1857), - [anon_sym_L_SQUOTE] = ACTIONS(1857), - [anon_sym_u_SQUOTE] = ACTIONS(1857), - [anon_sym_U_SQUOTE] = ACTIONS(1857), - [anon_sym_u8_SQUOTE] = ACTIONS(1857), - [anon_sym_SQUOTE] = ACTIONS(1857), - [anon_sym_L_DQUOTE] = ACTIONS(1857), - [anon_sym_u_DQUOTE] = ACTIONS(1857), - [anon_sym_U_DQUOTE] = ACTIONS(1857), - [anon_sym_u8_DQUOTE] = ACTIONS(1857), - [anon_sym_DQUOTE] = ACTIONS(1857), - [sym_true] = ACTIONS(1855), - [sym_false] = ACTIONS(1855), - [sym_null] = ACTIONS(1855), + [626] = { + [sym_identifier] = ACTIONS(1903), + [aux_sym_preproc_include_token1] = ACTIONS(1903), + [aux_sym_preproc_def_token1] = ACTIONS(1903), + [aux_sym_preproc_if_token1] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), + [sym_preproc_directive] = ACTIONS(1903), + [anon_sym_LPAREN2] = ACTIONS(1905), + [anon_sym_BANG] = ACTIONS(1905), + [anon_sym_TILDE] = ACTIONS(1905), + [anon_sym_DASH] = ACTIONS(1903), + [anon_sym_PLUS] = ACTIONS(1903), + [anon_sym_STAR] = ACTIONS(1905), + [anon_sym_AMP_AMP] = ACTIONS(1905), + [anon_sym_AMP] = ACTIONS(1903), + [anon_sym_SEMI] = ACTIONS(1905), + [anon_sym_typedef] = ACTIONS(1903), + [anon_sym_extern] = ACTIONS(1903), + [anon_sym___attribute__] = ACTIONS(1903), + [anon_sym_COLON_COLON] = ACTIONS(1905), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), + [anon_sym___declspec] = ACTIONS(1903), + [anon_sym___based] = ACTIONS(1903), + [anon_sym___cdecl] = ACTIONS(1903), + [anon_sym___clrcall] = ACTIONS(1903), + [anon_sym___stdcall] = ACTIONS(1903), + [anon_sym___fastcall] = ACTIONS(1903), + [anon_sym___thiscall] = ACTIONS(1903), + [anon_sym___vectorcall] = ACTIONS(1903), + [anon_sym_LBRACE] = ACTIONS(1905), + [anon_sym_RBRACE] = ACTIONS(1905), + [anon_sym_LBRACK] = ACTIONS(1903), + [anon_sym_static] = ACTIONS(1903), + [anon_sym_register] = ACTIONS(1903), + [anon_sym_inline] = ACTIONS(1903), + [anon_sym_thread_local] = ACTIONS(1903), + [anon_sym_const] = ACTIONS(1903), + [anon_sym_volatile] = ACTIONS(1903), + [anon_sym_restrict] = ACTIONS(1903), + [anon_sym__Atomic] = ACTIONS(1903), + [anon_sym_mutable] = ACTIONS(1903), + [anon_sym_constexpr] = ACTIONS(1903), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [sym_primitive_type] = ACTIONS(1903), + [anon_sym_enum] = ACTIONS(1903), + [anon_sym_class] = ACTIONS(1903), + [anon_sym_struct] = ACTIONS(1903), + [anon_sym_union] = ACTIONS(1903), + [anon_sym_if] = ACTIONS(1903), + [anon_sym_switch] = ACTIONS(1903), + [anon_sym_case] = ACTIONS(1903), + [anon_sym_default] = ACTIONS(1903), + [anon_sym_while] = ACTIONS(1903), + [anon_sym_do] = ACTIONS(1903), + [anon_sym_for] = ACTIONS(1903), + [anon_sym_return] = ACTIONS(1903), + [anon_sym_break] = ACTIONS(1903), + [anon_sym_continue] = ACTIONS(1903), + [anon_sym_goto] = ACTIONS(1903), + [anon_sym_DASH_DASH] = ACTIONS(1905), + [anon_sym_PLUS_PLUS] = ACTIONS(1905), + [anon_sym_sizeof] = ACTIONS(1903), + [sym_number_literal] = ACTIONS(1905), + [anon_sym_L_SQUOTE] = ACTIONS(1905), + [anon_sym_u_SQUOTE] = ACTIONS(1905), + [anon_sym_U_SQUOTE] = ACTIONS(1905), + [anon_sym_u8_SQUOTE] = ACTIONS(1905), + [anon_sym_SQUOTE] = ACTIONS(1905), + [anon_sym_L_DQUOTE] = ACTIONS(1905), + [anon_sym_u_DQUOTE] = ACTIONS(1905), + [anon_sym_U_DQUOTE] = ACTIONS(1905), + [anon_sym_u8_DQUOTE] = ACTIONS(1905), + [anon_sym_DQUOTE] = ACTIONS(1905), + [sym_true] = ACTIONS(1903), + [sym_false] = ACTIONS(1903), + [sym_null] = ACTIONS(1903), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1903), + [anon_sym_virtual] = ACTIONS(1903), + [anon_sym_explicit] = ACTIONS(1903), + [sym_auto] = ACTIONS(1903), + [anon_sym_typename] = ACTIONS(1903), + [anon_sym_template] = ACTIONS(1903), + [anon_sym_operator] = ACTIONS(1903), + [anon_sym_delete] = ACTIONS(1903), + [anon_sym_throw] = ACTIONS(1903), + [anon_sym_namespace] = ACTIONS(1903), + [anon_sym_using] = ACTIONS(1903), + [anon_sym_static_assert] = ACTIONS(1903), + [anon_sym_co_return] = ACTIONS(1903), + [anon_sym_co_yield] = ACTIONS(1903), + [anon_sym_try] = ACTIONS(1903), + [anon_sym_co_await] = ACTIONS(1903), + [anon_sym_new] = ACTIONS(1903), + [sym_this] = ACTIONS(1903), + [sym_nullptr] = ACTIONS(1903), + [sym_alone_macro] = ACTIONS(1905), + [aux_sym_alone_macro_call_token1] = ACTIONS(1903), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_FORWARD] = ACTIONS(1903), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_PS_GET] = ACTIONS(1903), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), + [anon_sym_MOZ_COLD] = ACTIONS(1903), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_RAII] = ACTIONS(1903), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), + [sym_raw_string_literal] = ACTIONS(1905), + }, + [627] = { + [sym_identifier] = ACTIONS(1735), + [aux_sym_preproc_include_token1] = ACTIONS(1735), + [aux_sym_preproc_def_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token2] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), + [sym_preproc_directive] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1737), + [anon_sym_AMP_AMP] = ACTIONS(1737), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_typedef] = ACTIONS(1735), + [anon_sym_extern] = ACTIONS(1735), + [anon_sym___attribute__] = ACTIONS(1735), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), + [anon_sym___declspec] = ACTIONS(1735), + [anon_sym___based] = ACTIONS(1735), + [anon_sym___cdecl] = ACTIONS(1735), + [anon_sym___clrcall] = ACTIONS(1735), + [anon_sym___stdcall] = ACTIONS(1735), + [anon_sym___fastcall] = ACTIONS(1735), + [anon_sym___thiscall] = ACTIONS(1735), + [anon_sym___vectorcall] = ACTIONS(1735), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_static] = ACTIONS(1735), + [anon_sym_register] = ACTIONS(1735), + [anon_sym_inline] = ACTIONS(1735), + [anon_sym_thread_local] = ACTIONS(1735), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_volatile] = ACTIONS(1735), + [anon_sym_restrict] = ACTIONS(1735), + [anon_sym__Atomic] = ACTIONS(1735), + [anon_sym_mutable] = ACTIONS(1735), + [anon_sym_constexpr] = ACTIONS(1735), + [anon_sym_signed] = ACTIONS(1735), + [anon_sym_unsigned] = ACTIONS(1735), + [anon_sym_long] = ACTIONS(1735), + [anon_sym_short] = ACTIONS(1735), + [sym_primitive_type] = ACTIONS(1735), + [anon_sym_enum] = ACTIONS(1735), + [anon_sym_class] = ACTIONS(1735), + [anon_sym_struct] = ACTIONS(1735), + [anon_sym_union] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_do] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_continue] = ACTIONS(1735), + [anon_sym_goto] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_sizeof] = ACTIONS(1735), + [sym_number_literal] = ACTIONS(1737), + [anon_sym_L_SQUOTE] = ACTIONS(1737), + [anon_sym_u_SQUOTE] = ACTIONS(1737), + [anon_sym_U_SQUOTE] = ACTIONS(1737), + [anon_sym_u8_SQUOTE] = ACTIONS(1737), + [anon_sym_SQUOTE] = ACTIONS(1737), + [anon_sym_L_DQUOTE] = ACTIONS(1737), + [anon_sym_u_DQUOTE] = ACTIONS(1737), + [anon_sym_U_DQUOTE] = ACTIONS(1737), + [anon_sym_u8_DQUOTE] = ACTIONS(1737), + [anon_sym_DQUOTE] = ACTIONS(1737), + [sym_true] = ACTIONS(1735), + [sym_false] = ACTIONS(1735), + [sym_null] = ACTIONS(1735), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1855), - [anon_sym_virtual] = ACTIONS(1855), - [anon_sym_explicit] = ACTIONS(1855), - [sym_auto] = ACTIONS(1855), - [anon_sym_typename] = ACTIONS(1855), - [anon_sym_template] = ACTIONS(1855), - [anon_sym_operator] = ACTIONS(1855), - [anon_sym_delete] = ACTIONS(1855), - [anon_sym_throw] = ACTIONS(1855), - [anon_sym_namespace] = ACTIONS(1855), - [anon_sym_using] = ACTIONS(1855), - [anon_sym_static_assert] = ACTIONS(1855), - [anon_sym_co_return] = ACTIONS(1855), - [anon_sym_co_yield] = ACTIONS(1855), - [anon_sym_try] = ACTIONS(1855), - [anon_sym_co_await] = ACTIONS(1855), - [anon_sym_new] = ACTIONS(1855), - [sym_this] = ACTIONS(1855), - [sym_nullptr] = ACTIONS(1855), - [sym_alone_macro] = ACTIONS(1857), - [aux_sym_alone_macro_call_token1] = ACTIONS(1855), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_FORWARD] = ACTIONS(1855), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1855), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_PS_GET] = ACTIONS(1855), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1855), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1855), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1855), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1855), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1855), - [anon_sym_MOZ_COLD] = ACTIONS(1855), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1855), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1855), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1855), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1855), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1855), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1855), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1855), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1855), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1855), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1855), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1855), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1855), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL] = ACTIONS(1855), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1855), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1855), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN] = ACTIONS(1855), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1855), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1855), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1855), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1855), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1855), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1855), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1855), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1855), - [anon_sym_MOZ_RAII] = ACTIONS(1855), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1855), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1855), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1855), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1855), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1855), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1855), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1855), - [sym_raw_string_literal] = ACTIONS(1857), + [anon_sym_decltype] = ACTIONS(1735), + [anon_sym_virtual] = ACTIONS(1735), + [anon_sym_explicit] = ACTIONS(1735), + [sym_auto] = ACTIONS(1735), + [anon_sym_typename] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1735), + [anon_sym_operator] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_throw] = ACTIONS(1735), + [anon_sym_namespace] = ACTIONS(1735), + [anon_sym_using] = ACTIONS(1735), + [anon_sym_static_assert] = ACTIONS(1735), + [anon_sym_co_return] = ACTIONS(1735), + [anon_sym_co_yield] = ACTIONS(1735), + [anon_sym_try] = ACTIONS(1735), + [anon_sym_co_await] = ACTIONS(1735), + [anon_sym_new] = ACTIONS(1735), + [sym_this] = ACTIONS(1735), + [sym_nullptr] = ACTIONS(1735), + [sym_alone_macro] = ACTIONS(1737), + [aux_sym_alone_macro_call_token1] = ACTIONS(1735), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_FORWARD] = ACTIONS(1735), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1735), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_PS_GET] = ACTIONS(1735), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1735), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1735), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1735), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1735), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), + [anon_sym_MOZ_COLD] = ACTIONS(1735), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_RAII] = ACTIONS(1735), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), + [sym_raw_string_literal] = ACTIONS(1737), }, - [633] = { - [sym_identifier] = ACTIONS(1827), - [aux_sym_preproc_include_token1] = ACTIONS(1827), - [aux_sym_preproc_def_token1] = ACTIONS(1827), - [aux_sym_preproc_if_token1] = ACTIONS(1827), - [aux_sym_preproc_if_token2] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), - [sym_preproc_directive] = ACTIONS(1827), - [anon_sym_LPAREN2] = ACTIONS(1829), - [anon_sym_BANG] = ACTIONS(1829), - [anon_sym_TILDE] = ACTIONS(1829), - [anon_sym_DASH] = ACTIONS(1827), - [anon_sym_PLUS] = ACTIONS(1827), - [anon_sym_STAR] = ACTIONS(1829), - [anon_sym_AMP_AMP] = ACTIONS(1829), - [anon_sym_AMP] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1829), - [anon_sym_typedef] = ACTIONS(1827), - [anon_sym_extern] = ACTIONS(1827), - [anon_sym___attribute__] = ACTIONS(1827), - [anon_sym_COLON_COLON] = ACTIONS(1829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), - [anon_sym___declspec] = ACTIONS(1827), - [anon_sym___based] = ACTIONS(1827), - [anon_sym___cdecl] = ACTIONS(1827), - [anon_sym___clrcall] = ACTIONS(1827), - [anon_sym___stdcall] = ACTIONS(1827), - [anon_sym___fastcall] = ACTIONS(1827), - [anon_sym___thiscall] = ACTIONS(1827), - [anon_sym___vectorcall] = ACTIONS(1827), - [anon_sym_LBRACE] = ACTIONS(1829), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1827), - [anon_sym_register] = ACTIONS(1827), - [anon_sym_inline] = ACTIONS(1827), - [anon_sym_thread_local] = ACTIONS(1827), - [anon_sym_const] = ACTIONS(1827), - [anon_sym_volatile] = ACTIONS(1827), - [anon_sym_restrict] = ACTIONS(1827), - [anon_sym__Atomic] = ACTIONS(1827), - [anon_sym_mutable] = ACTIONS(1827), - [anon_sym_constexpr] = ACTIONS(1827), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [sym_primitive_type] = ACTIONS(1827), - [anon_sym_enum] = ACTIONS(1827), - [anon_sym_class] = ACTIONS(1827), - [anon_sym_struct] = ACTIONS(1827), - [anon_sym_union] = ACTIONS(1827), - [anon_sym_if] = ACTIONS(1827), - [anon_sym_switch] = ACTIONS(1827), - [anon_sym_case] = ACTIONS(1827), - [anon_sym_default] = ACTIONS(1827), - [anon_sym_while] = ACTIONS(1827), - [anon_sym_do] = ACTIONS(1827), - [anon_sym_for] = ACTIONS(1827), - [anon_sym_return] = ACTIONS(1827), - [anon_sym_break] = ACTIONS(1827), - [anon_sym_continue] = ACTIONS(1827), - [anon_sym_goto] = ACTIONS(1827), - [anon_sym_DASH_DASH] = ACTIONS(1829), - [anon_sym_PLUS_PLUS] = ACTIONS(1829), - [anon_sym_sizeof] = ACTIONS(1827), - [sym_number_literal] = ACTIONS(1829), - [anon_sym_L_SQUOTE] = ACTIONS(1829), - [anon_sym_u_SQUOTE] = ACTIONS(1829), - [anon_sym_U_SQUOTE] = ACTIONS(1829), - [anon_sym_u8_SQUOTE] = ACTIONS(1829), - [anon_sym_SQUOTE] = ACTIONS(1829), - [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(1827), - [sym_false] = ACTIONS(1827), - [sym_null] = ACTIONS(1827), + [628] = { + [sym_identifier] = ACTIONS(1899), + [aux_sym_preproc_include_token1] = ACTIONS(1899), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), + [sym_preproc_directive] = ACTIONS(1899), + [anon_sym_LPAREN2] = ACTIONS(1901), + [anon_sym_BANG] = ACTIONS(1901), + [anon_sym_TILDE] = ACTIONS(1901), + [anon_sym_DASH] = ACTIONS(1899), + [anon_sym_PLUS] = ACTIONS(1899), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_AMP_AMP] = ACTIONS(1901), + [anon_sym_AMP] = ACTIONS(1899), + [anon_sym_SEMI] = ACTIONS(1901), + [anon_sym_typedef] = ACTIONS(1899), + [anon_sym_extern] = ACTIONS(1899), + [anon_sym___attribute__] = ACTIONS(1899), + [anon_sym_COLON_COLON] = ACTIONS(1901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), + [anon_sym___declspec] = ACTIONS(1899), + [anon_sym___based] = ACTIONS(1899), + [anon_sym___cdecl] = ACTIONS(1899), + [anon_sym___clrcall] = ACTIONS(1899), + [anon_sym___stdcall] = ACTIONS(1899), + [anon_sym___fastcall] = ACTIONS(1899), + [anon_sym___thiscall] = ACTIONS(1899), + [anon_sym___vectorcall] = ACTIONS(1899), + [anon_sym_LBRACE] = ACTIONS(1901), + [anon_sym_RBRACE] = ACTIONS(1901), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_register] = ACTIONS(1899), + [anon_sym_inline] = ACTIONS(1899), + [anon_sym_thread_local] = ACTIONS(1899), + [anon_sym_const] = ACTIONS(1899), + [anon_sym_volatile] = ACTIONS(1899), + [anon_sym_restrict] = ACTIONS(1899), + [anon_sym__Atomic] = ACTIONS(1899), + [anon_sym_mutable] = ACTIONS(1899), + [anon_sym_constexpr] = ACTIONS(1899), + [anon_sym_signed] = ACTIONS(1899), + [anon_sym_unsigned] = ACTIONS(1899), + [anon_sym_long] = ACTIONS(1899), + [anon_sym_short] = ACTIONS(1899), + [sym_primitive_type] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_union] = ACTIONS(1899), + [anon_sym_if] = ACTIONS(1899), + [anon_sym_switch] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_default] = ACTIONS(1899), + [anon_sym_while] = ACTIONS(1899), + [anon_sym_do] = ACTIONS(1899), + [anon_sym_for] = ACTIONS(1899), + [anon_sym_return] = ACTIONS(1899), + [anon_sym_break] = ACTIONS(1899), + [anon_sym_continue] = ACTIONS(1899), + [anon_sym_goto] = ACTIONS(1899), + [anon_sym_DASH_DASH] = ACTIONS(1901), + [anon_sym_PLUS_PLUS] = ACTIONS(1901), + [anon_sym_sizeof] = ACTIONS(1899), + [sym_number_literal] = ACTIONS(1901), + [anon_sym_L_SQUOTE] = ACTIONS(1901), + [anon_sym_u_SQUOTE] = ACTIONS(1901), + [anon_sym_U_SQUOTE] = ACTIONS(1901), + [anon_sym_u8_SQUOTE] = ACTIONS(1901), + [anon_sym_SQUOTE] = ACTIONS(1901), + [anon_sym_L_DQUOTE] = ACTIONS(1901), + [anon_sym_u_DQUOTE] = ACTIONS(1901), + [anon_sym_U_DQUOTE] = ACTIONS(1901), + [anon_sym_u8_DQUOTE] = ACTIONS(1901), + [anon_sym_DQUOTE] = ACTIONS(1901), + [sym_true] = ACTIONS(1899), + [sym_false] = ACTIONS(1899), + [sym_null] = ACTIONS(1899), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1827), - [anon_sym_virtual] = ACTIONS(1827), - [anon_sym_explicit] = ACTIONS(1827), - [sym_auto] = ACTIONS(1827), - [anon_sym_typename] = ACTIONS(1827), - [anon_sym_template] = ACTIONS(1827), - [anon_sym_operator] = ACTIONS(1827), - [anon_sym_delete] = ACTIONS(1827), - [anon_sym_throw] = ACTIONS(1827), - [anon_sym_namespace] = ACTIONS(1827), - [anon_sym_using] = ACTIONS(1827), - [anon_sym_static_assert] = ACTIONS(1827), - [anon_sym_co_return] = ACTIONS(1827), - [anon_sym_co_yield] = ACTIONS(1827), - [anon_sym_try] = ACTIONS(1827), - [anon_sym_co_await] = ACTIONS(1827), - [anon_sym_new] = ACTIONS(1827), - [sym_this] = ACTIONS(1827), - [sym_nullptr] = ACTIONS(1827), - [sym_alone_macro] = ACTIONS(1829), - [aux_sym_alone_macro_call_token1] = ACTIONS(1827), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_FORWARD] = ACTIONS(1827), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_PS_GET] = ACTIONS(1827), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), - [anon_sym_MOZ_COLD] = ACTIONS(1827), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL] = ACTIONS(1827), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN] = ACTIONS(1827), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), - [anon_sym_MOZ_RAII] = ACTIONS(1827), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), - [sym_raw_string_literal] = ACTIONS(1829), + [anon_sym_decltype] = ACTIONS(1899), + [anon_sym_virtual] = ACTIONS(1899), + [anon_sym_explicit] = ACTIONS(1899), + [sym_auto] = ACTIONS(1899), + [anon_sym_typename] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1899), + [anon_sym_operator] = ACTIONS(1899), + [anon_sym_delete] = ACTIONS(1899), + [anon_sym_throw] = ACTIONS(1899), + [anon_sym_namespace] = ACTIONS(1899), + [anon_sym_using] = ACTIONS(1899), + [anon_sym_static_assert] = ACTIONS(1899), + [anon_sym_co_return] = ACTIONS(1899), + [anon_sym_co_yield] = ACTIONS(1899), + [anon_sym_try] = ACTIONS(1899), + [anon_sym_co_await] = ACTIONS(1899), + [anon_sym_new] = ACTIONS(1899), + [sym_this] = ACTIONS(1899), + [sym_nullptr] = ACTIONS(1899), + [sym_alone_macro] = ACTIONS(1901), + [aux_sym_alone_macro_call_token1] = ACTIONS(1899), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_FORWARD] = ACTIONS(1899), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_PS_GET] = ACTIONS(1899), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), + [anon_sym_MOZ_COLD] = ACTIONS(1899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_RAII] = ACTIONS(1899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), + [sym_raw_string_literal] = ACTIONS(1901), }, - [634] = { - [sym_identifier] = ACTIONS(1763), - [aux_sym_preproc_include_token1] = ACTIONS(1763), - [aux_sym_preproc_def_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token2] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), - [sym_preproc_directive] = ACTIONS(1763), - [anon_sym_LPAREN2] = ACTIONS(1765), - [anon_sym_BANG] = ACTIONS(1765), - [anon_sym_TILDE] = ACTIONS(1765), - [anon_sym_DASH] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1765), - [anon_sym_typedef] = ACTIONS(1763), - [anon_sym_extern] = ACTIONS(1763), - [anon_sym___attribute__] = ACTIONS(1763), - [anon_sym_COLON_COLON] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), - [anon_sym___declspec] = ACTIONS(1763), - [anon_sym___based] = ACTIONS(1763), - [anon_sym___cdecl] = ACTIONS(1763), - [anon_sym___clrcall] = ACTIONS(1763), - [anon_sym___stdcall] = ACTIONS(1763), - [anon_sym___fastcall] = ACTIONS(1763), - [anon_sym___thiscall] = ACTIONS(1763), - [anon_sym___vectorcall] = ACTIONS(1763), - [anon_sym_LBRACE] = ACTIONS(1765), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_register] = ACTIONS(1763), - [anon_sym_inline] = ACTIONS(1763), - [anon_sym_thread_local] = ACTIONS(1763), - [anon_sym_const] = ACTIONS(1763), - [anon_sym_volatile] = ACTIONS(1763), - [anon_sym_restrict] = ACTIONS(1763), - [anon_sym__Atomic] = ACTIONS(1763), - [anon_sym_mutable] = ACTIONS(1763), - [anon_sym_constexpr] = ACTIONS(1763), - [anon_sym_signed] = ACTIONS(1763), - [anon_sym_unsigned] = ACTIONS(1763), - [anon_sym_long] = ACTIONS(1763), - [anon_sym_short] = ACTIONS(1763), - [sym_primitive_type] = ACTIONS(1763), - [anon_sym_enum] = ACTIONS(1763), - [anon_sym_class] = ACTIONS(1763), - [anon_sym_struct] = ACTIONS(1763), - [anon_sym_union] = ACTIONS(1763), - [anon_sym_if] = ACTIONS(1763), - [anon_sym_switch] = ACTIONS(1763), - [anon_sym_case] = ACTIONS(1763), - [anon_sym_default] = ACTIONS(1763), - [anon_sym_while] = ACTIONS(1763), - [anon_sym_do] = ACTIONS(1763), - [anon_sym_for] = ACTIONS(1763), - [anon_sym_return] = ACTIONS(1763), - [anon_sym_break] = ACTIONS(1763), - [anon_sym_continue] = ACTIONS(1763), - [anon_sym_goto] = ACTIONS(1763), - [anon_sym_DASH_DASH] = ACTIONS(1765), - [anon_sym_PLUS_PLUS] = ACTIONS(1765), - [anon_sym_sizeof] = ACTIONS(1763), - [sym_number_literal] = ACTIONS(1765), - [anon_sym_L_SQUOTE] = ACTIONS(1765), - [anon_sym_u_SQUOTE] = ACTIONS(1765), - [anon_sym_U_SQUOTE] = ACTIONS(1765), - [anon_sym_u8_SQUOTE] = ACTIONS(1765), - [anon_sym_SQUOTE] = ACTIONS(1765), - [anon_sym_L_DQUOTE] = ACTIONS(1765), - [anon_sym_u_DQUOTE] = ACTIONS(1765), - [anon_sym_U_DQUOTE] = ACTIONS(1765), - [anon_sym_u8_DQUOTE] = ACTIONS(1765), - [anon_sym_DQUOTE] = ACTIONS(1765), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [sym_null] = ACTIONS(1763), + [629] = { + [sym_identifier] = ACTIONS(1895), + [aux_sym_preproc_include_token1] = ACTIONS(1895), + [aux_sym_preproc_def_token1] = ACTIONS(1895), + [aux_sym_preproc_if_token1] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), + [sym_preproc_directive] = ACTIONS(1895), + [anon_sym_LPAREN2] = ACTIONS(1897), + [anon_sym_BANG] = ACTIONS(1897), + [anon_sym_TILDE] = ACTIONS(1897), + [anon_sym_DASH] = ACTIONS(1895), + [anon_sym_PLUS] = ACTIONS(1895), + [anon_sym_STAR] = ACTIONS(1897), + [anon_sym_AMP_AMP] = ACTIONS(1897), + [anon_sym_AMP] = ACTIONS(1895), + [anon_sym_SEMI] = ACTIONS(1897), + [anon_sym_typedef] = ACTIONS(1895), + [anon_sym_extern] = ACTIONS(1895), + [anon_sym___attribute__] = ACTIONS(1895), + [anon_sym_COLON_COLON] = ACTIONS(1897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), + [anon_sym___declspec] = ACTIONS(1895), + [anon_sym___based] = ACTIONS(1895), + [anon_sym___cdecl] = ACTIONS(1895), + [anon_sym___clrcall] = ACTIONS(1895), + [anon_sym___stdcall] = ACTIONS(1895), + [anon_sym___fastcall] = ACTIONS(1895), + [anon_sym___thiscall] = ACTIONS(1895), + [anon_sym___vectorcall] = ACTIONS(1895), + [anon_sym_LBRACE] = ACTIONS(1897), + [anon_sym_RBRACE] = ACTIONS(1897), + [anon_sym_LBRACK] = ACTIONS(1895), + [anon_sym_static] = ACTIONS(1895), + [anon_sym_register] = ACTIONS(1895), + [anon_sym_inline] = ACTIONS(1895), + [anon_sym_thread_local] = ACTIONS(1895), + [anon_sym_const] = ACTIONS(1895), + [anon_sym_volatile] = ACTIONS(1895), + [anon_sym_restrict] = ACTIONS(1895), + [anon_sym__Atomic] = ACTIONS(1895), + [anon_sym_mutable] = ACTIONS(1895), + [anon_sym_constexpr] = ACTIONS(1895), + [anon_sym_signed] = ACTIONS(1895), + [anon_sym_unsigned] = ACTIONS(1895), + [anon_sym_long] = ACTIONS(1895), + [anon_sym_short] = ACTIONS(1895), + [sym_primitive_type] = ACTIONS(1895), + [anon_sym_enum] = ACTIONS(1895), + [anon_sym_class] = ACTIONS(1895), + [anon_sym_struct] = ACTIONS(1895), + [anon_sym_union] = ACTIONS(1895), + [anon_sym_if] = ACTIONS(1895), + [anon_sym_switch] = ACTIONS(1895), + [anon_sym_case] = ACTIONS(1895), + [anon_sym_default] = ACTIONS(1895), + [anon_sym_while] = ACTIONS(1895), + [anon_sym_do] = ACTIONS(1895), + [anon_sym_for] = ACTIONS(1895), + [anon_sym_return] = ACTIONS(1895), + [anon_sym_break] = ACTIONS(1895), + [anon_sym_continue] = ACTIONS(1895), + [anon_sym_goto] = ACTIONS(1895), + [anon_sym_DASH_DASH] = ACTIONS(1897), + [anon_sym_PLUS_PLUS] = ACTIONS(1897), + [anon_sym_sizeof] = ACTIONS(1895), + [sym_number_literal] = ACTIONS(1897), + [anon_sym_L_SQUOTE] = ACTIONS(1897), + [anon_sym_u_SQUOTE] = ACTIONS(1897), + [anon_sym_U_SQUOTE] = ACTIONS(1897), + [anon_sym_u8_SQUOTE] = ACTIONS(1897), + [anon_sym_SQUOTE] = ACTIONS(1897), + [anon_sym_L_DQUOTE] = ACTIONS(1897), + [anon_sym_u_DQUOTE] = ACTIONS(1897), + [anon_sym_U_DQUOTE] = ACTIONS(1897), + [anon_sym_u8_DQUOTE] = ACTIONS(1897), + [anon_sym_DQUOTE] = ACTIONS(1897), + [sym_true] = ACTIONS(1895), + [sym_false] = ACTIONS(1895), + [sym_null] = ACTIONS(1895), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1763), - [anon_sym_virtual] = ACTIONS(1763), - [anon_sym_explicit] = ACTIONS(1763), - [sym_auto] = ACTIONS(1763), - [anon_sym_typename] = ACTIONS(1763), - [anon_sym_template] = ACTIONS(1763), - [anon_sym_operator] = ACTIONS(1763), - [anon_sym_delete] = ACTIONS(1763), - [anon_sym_throw] = ACTIONS(1763), - [anon_sym_namespace] = ACTIONS(1763), - [anon_sym_using] = ACTIONS(1763), - [anon_sym_static_assert] = ACTIONS(1763), - [anon_sym_co_return] = ACTIONS(1763), - [anon_sym_co_yield] = ACTIONS(1763), - [anon_sym_try] = ACTIONS(1763), - [anon_sym_co_await] = ACTIONS(1763), - [anon_sym_new] = ACTIONS(1763), - [sym_this] = ACTIONS(1763), - [sym_nullptr] = ACTIONS(1763), - [sym_alone_macro] = ACTIONS(1765), - [aux_sym_alone_macro_call_token1] = ACTIONS(1763), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_FORWARD] = ACTIONS(1763), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1763), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_PS_GET] = ACTIONS(1763), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1763), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1763), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1763), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1763), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), - [anon_sym_MOZ_COLD] = ACTIONS(1763), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_RAII] = ACTIONS(1763), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), - [sym_raw_string_literal] = ACTIONS(1765), + [anon_sym_decltype] = ACTIONS(1895), + [anon_sym_virtual] = ACTIONS(1895), + [anon_sym_explicit] = ACTIONS(1895), + [sym_auto] = ACTIONS(1895), + [anon_sym_typename] = ACTIONS(1895), + [anon_sym_template] = ACTIONS(1895), + [anon_sym_operator] = ACTIONS(1895), + [anon_sym_delete] = ACTIONS(1895), + [anon_sym_throw] = ACTIONS(1895), + [anon_sym_namespace] = ACTIONS(1895), + [anon_sym_using] = ACTIONS(1895), + [anon_sym_static_assert] = ACTIONS(1895), + [anon_sym_co_return] = ACTIONS(1895), + [anon_sym_co_yield] = ACTIONS(1895), + [anon_sym_try] = ACTIONS(1895), + [anon_sym_co_await] = ACTIONS(1895), + [anon_sym_new] = ACTIONS(1895), + [sym_this] = ACTIONS(1895), + [sym_nullptr] = ACTIONS(1895), + [sym_alone_macro] = ACTIONS(1897), + [aux_sym_alone_macro_call_token1] = ACTIONS(1895), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_FORWARD] = ACTIONS(1895), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1895), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_PS_GET] = ACTIONS(1895), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1895), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1895), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), + [anon_sym_MOZ_COLD] = ACTIONS(1895), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_NONNULL] = ACTIONS(1895), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), + [anon_sym_MOZ_RAII] = ACTIONS(1895), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), + [sym_raw_string_literal] = ACTIONS(1897), }, - [635] = { - [sym_identifier] = ACTIONS(1907), - [aux_sym_preproc_include_token1] = ACTIONS(1907), - [aux_sym_preproc_def_token1] = ACTIONS(1907), - [aux_sym_preproc_if_token1] = ACTIONS(1907), - [aux_sym_preproc_if_token2] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1907), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1907), - [sym_preproc_directive] = ACTIONS(1907), - [anon_sym_LPAREN2] = ACTIONS(1909), - [anon_sym_BANG] = ACTIONS(1909), - [anon_sym_TILDE] = ACTIONS(1909), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_STAR] = ACTIONS(1909), - [anon_sym_AMP_AMP] = ACTIONS(1909), - [anon_sym_AMP] = ACTIONS(1907), - [anon_sym_SEMI] = ACTIONS(1909), - [anon_sym_typedef] = ACTIONS(1907), - [anon_sym_extern] = ACTIONS(1907), - [anon_sym___attribute__] = ACTIONS(1907), - [anon_sym_COLON_COLON] = ACTIONS(1909), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1909), - [anon_sym___declspec] = ACTIONS(1907), - [anon_sym___based] = ACTIONS(1907), - [anon_sym___cdecl] = ACTIONS(1907), - [anon_sym___clrcall] = ACTIONS(1907), - [anon_sym___stdcall] = ACTIONS(1907), - [anon_sym___fastcall] = ACTIONS(1907), - [anon_sym___thiscall] = ACTIONS(1907), - [anon_sym___vectorcall] = ACTIONS(1907), - [anon_sym_LBRACE] = ACTIONS(1909), - [anon_sym_LBRACK] = ACTIONS(1907), - [anon_sym_static] = ACTIONS(1907), - [anon_sym_register] = ACTIONS(1907), - [anon_sym_inline] = ACTIONS(1907), - [anon_sym_thread_local] = ACTIONS(1907), - [anon_sym_const] = ACTIONS(1907), - [anon_sym_volatile] = ACTIONS(1907), - [anon_sym_restrict] = ACTIONS(1907), - [anon_sym__Atomic] = ACTIONS(1907), - [anon_sym_mutable] = ACTIONS(1907), - [anon_sym_constexpr] = ACTIONS(1907), - [anon_sym_signed] = ACTIONS(1907), - [anon_sym_unsigned] = ACTIONS(1907), - [anon_sym_long] = ACTIONS(1907), - [anon_sym_short] = ACTIONS(1907), - [sym_primitive_type] = ACTIONS(1907), - [anon_sym_enum] = ACTIONS(1907), - [anon_sym_class] = ACTIONS(1907), - [anon_sym_struct] = ACTIONS(1907), - [anon_sym_union] = ACTIONS(1907), - [anon_sym_if] = ACTIONS(1907), - [anon_sym_switch] = ACTIONS(1907), - [anon_sym_case] = ACTIONS(1907), - [anon_sym_default] = ACTIONS(1907), - [anon_sym_while] = ACTIONS(1907), - [anon_sym_do] = ACTIONS(1907), - [anon_sym_for] = ACTIONS(1907), - [anon_sym_return] = ACTIONS(1907), - [anon_sym_break] = ACTIONS(1907), - [anon_sym_continue] = ACTIONS(1907), - [anon_sym_goto] = ACTIONS(1907), - [anon_sym_DASH_DASH] = ACTIONS(1909), - [anon_sym_PLUS_PLUS] = ACTIONS(1909), - [anon_sym_sizeof] = ACTIONS(1907), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1909), - [anon_sym_u_SQUOTE] = ACTIONS(1909), - [anon_sym_U_SQUOTE] = ACTIONS(1909), - [anon_sym_u8_SQUOTE] = ACTIONS(1909), - [anon_sym_SQUOTE] = ACTIONS(1909), - [anon_sym_L_DQUOTE] = ACTIONS(1909), - [anon_sym_u_DQUOTE] = ACTIONS(1909), - [anon_sym_U_DQUOTE] = ACTIONS(1909), - [anon_sym_u8_DQUOTE] = ACTIONS(1909), - [anon_sym_DQUOTE] = ACTIONS(1909), - [sym_true] = ACTIONS(1907), - [sym_false] = ACTIONS(1907), - [sym_null] = ACTIONS(1907), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1907), - [anon_sym_virtual] = ACTIONS(1907), - [anon_sym_explicit] = ACTIONS(1907), - [sym_auto] = ACTIONS(1907), - [anon_sym_typename] = ACTIONS(1907), - [anon_sym_template] = ACTIONS(1907), - [anon_sym_operator] = ACTIONS(1907), - [anon_sym_delete] = ACTIONS(1907), - [anon_sym_throw] = ACTIONS(1907), - [anon_sym_namespace] = ACTIONS(1907), - [anon_sym_using] = ACTIONS(1907), - [anon_sym_static_assert] = ACTIONS(1907), - [anon_sym_co_return] = ACTIONS(1907), - [anon_sym_co_yield] = ACTIONS(1907), - [anon_sym_try] = ACTIONS(1907), - [anon_sym_co_await] = ACTIONS(1907), - [anon_sym_new] = ACTIONS(1907), - [sym_this] = ACTIONS(1907), - [sym_nullptr] = ACTIONS(1907), - [sym_alone_macro] = ACTIONS(1909), - [aux_sym_alone_macro_call_token1] = ACTIONS(1907), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_FORWARD] = ACTIONS(1907), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1907), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_PS_GET] = ACTIONS(1907), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1907), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1907), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1907), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1907), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1907), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1907), - [anon_sym_MOZ_COLD] = ACTIONS(1907), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1907), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1907), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1907), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1907), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1907), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1907), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1907), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1907), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1907), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1907), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1907), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1907), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL] = ACTIONS(1907), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1907), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1907), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN] = ACTIONS(1907), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1907), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1907), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1907), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1907), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1907), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1907), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1907), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1907), - [anon_sym_MOZ_RAII] = ACTIONS(1907), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1907), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1907), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1907), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1907), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1907), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1907), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1907), - [sym_raw_string_literal] = ACTIONS(1909), + [630] = { + [sym_identifier] = ACTIONS(1819), + [aux_sym_preproc_include_token1] = ACTIONS(1819), + [aux_sym_preproc_def_token1] = ACTIONS(1819), + [aux_sym_preproc_if_token1] = ACTIONS(1819), + [aux_sym_preproc_if_token2] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), + [sym_preproc_directive] = ACTIONS(1819), + [anon_sym_LPAREN2] = ACTIONS(1821), + [anon_sym_BANG] = ACTIONS(1821), + [anon_sym_TILDE] = ACTIONS(1821), + [anon_sym_DASH] = ACTIONS(1819), + [anon_sym_PLUS] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(1821), + [anon_sym_AMP_AMP] = ACTIONS(1821), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_SEMI] = ACTIONS(1821), + [anon_sym_typedef] = ACTIONS(1819), + [anon_sym_extern] = ACTIONS(1819), + [anon_sym___attribute__] = ACTIONS(1819), + [anon_sym_COLON_COLON] = ACTIONS(1821), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), + [anon_sym___declspec] = ACTIONS(1819), + [anon_sym___based] = ACTIONS(1819), + [anon_sym___cdecl] = ACTIONS(1819), + [anon_sym___clrcall] = ACTIONS(1819), + [anon_sym___stdcall] = ACTIONS(1819), + [anon_sym___fastcall] = ACTIONS(1819), + [anon_sym___thiscall] = ACTIONS(1819), + [anon_sym___vectorcall] = ACTIONS(1819), + [anon_sym_LBRACE] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1819), + [anon_sym_static] = ACTIONS(1819), + [anon_sym_register] = ACTIONS(1819), + [anon_sym_inline] = ACTIONS(1819), + [anon_sym_thread_local] = ACTIONS(1819), + [anon_sym_const] = ACTIONS(1819), + [anon_sym_volatile] = ACTIONS(1819), + [anon_sym_restrict] = ACTIONS(1819), + [anon_sym__Atomic] = ACTIONS(1819), + [anon_sym_mutable] = ACTIONS(1819), + [anon_sym_constexpr] = ACTIONS(1819), + [anon_sym_signed] = ACTIONS(1819), + [anon_sym_unsigned] = ACTIONS(1819), + [anon_sym_long] = ACTIONS(1819), + [anon_sym_short] = ACTIONS(1819), + [sym_primitive_type] = ACTIONS(1819), + [anon_sym_enum] = ACTIONS(1819), + [anon_sym_class] = ACTIONS(1819), + [anon_sym_struct] = ACTIONS(1819), + [anon_sym_union] = ACTIONS(1819), + [anon_sym_if] = ACTIONS(1819), + [anon_sym_switch] = ACTIONS(1819), + [anon_sym_case] = ACTIONS(1819), + [anon_sym_default] = ACTIONS(1819), + [anon_sym_while] = ACTIONS(1819), + [anon_sym_do] = ACTIONS(1819), + [anon_sym_for] = ACTIONS(1819), + [anon_sym_return] = ACTIONS(1819), + [anon_sym_break] = ACTIONS(1819), + [anon_sym_continue] = ACTIONS(1819), + [anon_sym_goto] = ACTIONS(1819), + [anon_sym_DASH_DASH] = ACTIONS(1821), + [anon_sym_PLUS_PLUS] = ACTIONS(1821), + [anon_sym_sizeof] = ACTIONS(1819), + [sym_number_literal] = ACTIONS(1821), + [anon_sym_L_SQUOTE] = ACTIONS(1821), + [anon_sym_u_SQUOTE] = ACTIONS(1821), + [anon_sym_U_SQUOTE] = ACTIONS(1821), + [anon_sym_u8_SQUOTE] = ACTIONS(1821), + [anon_sym_SQUOTE] = ACTIONS(1821), + [anon_sym_L_DQUOTE] = ACTIONS(1821), + [anon_sym_u_DQUOTE] = ACTIONS(1821), + [anon_sym_U_DQUOTE] = ACTIONS(1821), + [anon_sym_u8_DQUOTE] = ACTIONS(1821), + [anon_sym_DQUOTE] = ACTIONS(1821), + [sym_true] = ACTIONS(1819), + [sym_false] = ACTIONS(1819), + [sym_null] = ACTIONS(1819), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1819), + [anon_sym_virtual] = ACTIONS(1819), + [anon_sym_explicit] = ACTIONS(1819), + [sym_auto] = ACTIONS(1819), + [anon_sym_typename] = ACTIONS(1819), + [anon_sym_template] = ACTIONS(1819), + [anon_sym_operator] = ACTIONS(1819), + [anon_sym_delete] = ACTIONS(1819), + [anon_sym_throw] = ACTIONS(1819), + [anon_sym_namespace] = ACTIONS(1819), + [anon_sym_using] = ACTIONS(1819), + [anon_sym_static_assert] = ACTIONS(1819), + [anon_sym_co_return] = ACTIONS(1819), + [anon_sym_co_yield] = ACTIONS(1819), + [anon_sym_try] = ACTIONS(1819), + [anon_sym_co_await] = ACTIONS(1819), + [anon_sym_new] = ACTIONS(1819), + [sym_this] = ACTIONS(1819), + [sym_nullptr] = ACTIONS(1819), + [sym_alone_macro] = ACTIONS(1821), + [aux_sym_alone_macro_call_token1] = ACTIONS(1819), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_FORWARD] = ACTIONS(1819), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_PS_GET] = ACTIONS(1819), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), + [anon_sym_MOZ_COLD] = ACTIONS(1819), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_RAII] = ACTIONS(1819), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), + [sym_raw_string_literal] = ACTIONS(1821), }, - [636] = { - [ts_builtin_sym_end] = ACTIONS(1789), - [sym_identifier] = ACTIONS(1787), - [aux_sym_preproc_include_token1] = ACTIONS(1787), - [aux_sym_preproc_def_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token1] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), - [sym_preproc_directive] = ACTIONS(1787), - [anon_sym_LPAREN2] = ACTIONS(1789), - [anon_sym_BANG] = ACTIONS(1789), - [anon_sym_TILDE] = ACTIONS(1789), - [anon_sym_DASH] = ACTIONS(1787), - [anon_sym_PLUS] = ACTIONS(1787), - [anon_sym_STAR] = ACTIONS(1789), - [anon_sym_AMP_AMP] = ACTIONS(1789), - [anon_sym_AMP] = ACTIONS(1787), - [anon_sym_SEMI] = ACTIONS(1789), - [anon_sym_typedef] = ACTIONS(1787), - [anon_sym_extern] = ACTIONS(1787), - [anon_sym___attribute__] = ACTIONS(1787), - [anon_sym_COLON_COLON] = ACTIONS(1789), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), - [anon_sym___declspec] = ACTIONS(1787), - [anon_sym___based] = ACTIONS(1787), - [anon_sym___cdecl] = ACTIONS(1787), - [anon_sym___clrcall] = ACTIONS(1787), - [anon_sym___stdcall] = ACTIONS(1787), - [anon_sym___fastcall] = ACTIONS(1787), - [anon_sym___thiscall] = ACTIONS(1787), - [anon_sym___vectorcall] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1789), - [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_static] = ACTIONS(1787), - [anon_sym_register] = ACTIONS(1787), - [anon_sym_inline] = ACTIONS(1787), - [anon_sym_thread_local] = ACTIONS(1787), - [anon_sym_const] = ACTIONS(1787), - [anon_sym_volatile] = ACTIONS(1787), - [anon_sym_restrict] = ACTIONS(1787), - [anon_sym__Atomic] = ACTIONS(1787), - [anon_sym_mutable] = ACTIONS(1787), - [anon_sym_constexpr] = ACTIONS(1787), - [anon_sym_signed] = ACTIONS(1787), - [anon_sym_unsigned] = ACTIONS(1787), - [anon_sym_long] = ACTIONS(1787), - [anon_sym_short] = ACTIONS(1787), - [sym_primitive_type] = ACTIONS(1787), - [anon_sym_enum] = ACTIONS(1787), - [anon_sym_class] = ACTIONS(1787), - [anon_sym_struct] = ACTIONS(1787), - [anon_sym_union] = ACTIONS(1787), - [anon_sym_if] = ACTIONS(1787), - [anon_sym_switch] = ACTIONS(1787), - [anon_sym_case] = ACTIONS(1787), - [anon_sym_default] = ACTIONS(1787), - [anon_sym_while] = ACTIONS(1787), - [anon_sym_do] = ACTIONS(1787), - [anon_sym_for] = ACTIONS(1787), - [anon_sym_return] = ACTIONS(1787), - [anon_sym_break] = ACTIONS(1787), - [anon_sym_continue] = ACTIONS(1787), - [anon_sym_goto] = ACTIONS(1787), - [anon_sym_DASH_DASH] = ACTIONS(1789), - [anon_sym_PLUS_PLUS] = ACTIONS(1789), - [anon_sym_sizeof] = ACTIONS(1787), - [sym_number_literal] = ACTIONS(1789), - [anon_sym_L_SQUOTE] = ACTIONS(1789), - [anon_sym_u_SQUOTE] = ACTIONS(1789), - [anon_sym_U_SQUOTE] = ACTIONS(1789), - [anon_sym_u8_SQUOTE] = ACTIONS(1789), - [anon_sym_SQUOTE] = ACTIONS(1789), - [anon_sym_L_DQUOTE] = ACTIONS(1789), - [anon_sym_u_DQUOTE] = ACTIONS(1789), - [anon_sym_U_DQUOTE] = ACTIONS(1789), - [anon_sym_u8_DQUOTE] = ACTIONS(1789), - [anon_sym_DQUOTE] = ACTIONS(1789), - [sym_true] = ACTIONS(1787), - [sym_false] = ACTIONS(1787), - [sym_null] = ACTIONS(1787), + [631] = { + [sym_identifier] = ACTIONS(1699), + [aux_sym_preproc_include_token1] = ACTIONS(1699), + [aux_sym_preproc_def_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token2] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), + [sym_preproc_directive] = ACTIONS(1699), + [anon_sym_LPAREN2] = ACTIONS(1701), + [anon_sym_BANG] = ACTIONS(1701), + [anon_sym_TILDE] = ACTIONS(1701), + [anon_sym_DASH] = ACTIONS(1699), + [anon_sym_PLUS] = ACTIONS(1699), + [anon_sym_STAR] = ACTIONS(1701), + [anon_sym_AMP_AMP] = ACTIONS(1701), + [anon_sym_AMP] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1701), + [anon_sym_typedef] = ACTIONS(1699), + [anon_sym_extern] = ACTIONS(1699), + [anon_sym___attribute__] = ACTIONS(1699), + [anon_sym_COLON_COLON] = ACTIONS(1701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), + [anon_sym___declspec] = ACTIONS(1699), + [anon_sym___based] = ACTIONS(1699), + [anon_sym___cdecl] = ACTIONS(1699), + [anon_sym___clrcall] = ACTIONS(1699), + [anon_sym___stdcall] = ACTIONS(1699), + [anon_sym___fastcall] = ACTIONS(1699), + [anon_sym___thiscall] = ACTIONS(1699), + [anon_sym___vectorcall] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1699), + [anon_sym_static] = ACTIONS(1699), + [anon_sym_register] = ACTIONS(1699), + [anon_sym_inline] = ACTIONS(1699), + [anon_sym_thread_local] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1699), + [anon_sym_volatile] = ACTIONS(1699), + [anon_sym_restrict] = ACTIONS(1699), + [anon_sym__Atomic] = ACTIONS(1699), + [anon_sym_mutable] = ACTIONS(1699), + [anon_sym_constexpr] = ACTIONS(1699), + [anon_sym_signed] = ACTIONS(1699), + [anon_sym_unsigned] = ACTIONS(1699), + [anon_sym_long] = ACTIONS(1699), + [anon_sym_short] = ACTIONS(1699), + [sym_primitive_type] = ACTIONS(1699), + [anon_sym_enum] = ACTIONS(1699), + [anon_sym_class] = ACTIONS(1699), + [anon_sym_struct] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_if] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1699), + [anon_sym_case] = ACTIONS(1699), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_while] = ACTIONS(1699), + [anon_sym_do] = ACTIONS(1699), + [anon_sym_for] = ACTIONS(1699), + [anon_sym_return] = ACTIONS(1699), + [anon_sym_break] = ACTIONS(1699), + [anon_sym_continue] = ACTIONS(1699), + [anon_sym_goto] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1701), + [anon_sym_PLUS_PLUS] = ACTIONS(1701), + [anon_sym_sizeof] = ACTIONS(1699), + [sym_number_literal] = ACTIONS(1701), + [anon_sym_L_SQUOTE] = ACTIONS(1701), + [anon_sym_u_SQUOTE] = ACTIONS(1701), + [anon_sym_U_SQUOTE] = ACTIONS(1701), + [anon_sym_u8_SQUOTE] = ACTIONS(1701), + [anon_sym_SQUOTE] = ACTIONS(1701), + [anon_sym_L_DQUOTE] = ACTIONS(1701), + [anon_sym_u_DQUOTE] = ACTIONS(1701), + [anon_sym_U_DQUOTE] = ACTIONS(1701), + [anon_sym_u8_DQUOTE] = ACTIONS(1701), + [anon_sym_DQUOTE] = ACTIONS(1701), + [sym_true] = ACTIONS(1699), + [sym_false] = ACTIONS(1699), + [sym_null] = ACTIONS(1699), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1787), - [anon_sym_virtual] = ACTIONS(1787), - [anon_sym_explicit] = ACTIONS(1787), - [sym_auto] = ACTIONS(1787), - [anon_sym_typename] = ACTIONS(1787), - [anon_sym_template] = ACTIONS(1787), - [anon_sym_operator] = ACTIONS(1787), - [anon_sym_delete] = ACTIONS(1787), - [anon_sym_throw] = ACTIONS(1787), - [anon_sym_namespace] = ACTIONS(1787), - [anon_sym_using] = ACTIONS(1787), - [anon_sym_static_assert] = ACTIONS(1787), - [anon_sym_co_return] = ACTIONS(1787), - [anon_sym_co_yield] = ACTIONS(1787), - [anon_sym_try] = ACTIONS(1787), - [anon_sym_co_await] = ACTIONS(1787), - [anon_sym_new] = ACTIONS(1787), - [sym_this] = ACTIONS(1787), - [sym_nullptr] = ACTIONS(1787), - [sym_alone_macro] = ACTIONS(1789), - [aux_sym_alone_macro_call_token1] = ACTIONS(1787), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_FORWARD] = ACTIONS(1787), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1787), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_PS_GET] = ACTIONS(1787), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1787), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1787), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1787), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1787), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), - [anon_sym_MOZ_COLD] = ACTIONS(1787), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_RAII] = ACTIONS(1787), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), - [sym_raw_string_literal] = ACTIONS(1789), + [anon_sym_decltype] = ACTIONS(1699), + [anon_sym_virtual] = ACTIONS(1699), + [anon_sym_explicit] = ACTIONS(1699), + [sym_auto] = ACTIONS(1699), + [anon_sym_typename] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1699), + [anon_sym_operator] = ACTIONS(1699), + [anon_sym_delete] = ACTIONS(1699), + [anon_sym_throw] = ACTIONS(1699), + [anon_sym_namespace] = ACTIONS(1699), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1699), + [anon_sym_co_return] = ACTIONS(1699), + [anon_sym_co_yield] = ACTIONS(1699), + [anon_sym_try] = ACTIONS(1699), + [anon_sym_co_await] = ACTIONS(1699), + [anon_sym_new] = ACTIONS(1699), + [sym_this] = ACTIONS(1699), + [sym_nullptr] = ACTIONS(1699), + [sym_alone_macro] = ACTIONS(1701), + [aux_sym_alone_macro_call_token1] = ACTIONS(1699), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_FORWARD] = ACTIONS(1699), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1699), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_PS_GET] = ACTIONS(1699), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1699), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1699), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1699), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1699), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), + [anon_sym_MOZ_COLD] = ACTIONS(1699), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_RAII] = ACTIONS(1699), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), + [sym_raw_string_literal] = ACTIONS(1701), }, - [637] = { - [ts_builtin_sym_end] = ACTIONS(1785), - [sym_identifier] = ACTIONS(1783), - [aux_sym_preproc_include_token1] = ACTIONS(1783), - [aux_sym_preproc_def_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1783), - [anon_sym_LPAREN2] = ACTIONS(1785), - [anon_sym_BANG] = ACTIONS(1785), - [anon_sym_TILDE] = ACTIONS(1785), - [anon_sym_DASH] = ACTIONS(1783), - [anon_sym_PLUS] = ACTIONS(1783), - [anon_sym_STAR] = ACTIONS(1785), - [anon_sym_AMP_AMP] = ACTIONS(1785), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_SEMI] = ACTIONS(1785), - [anon_sym_typedef] = ACTIONS(1783), - [anon_sym_extern] = ACTIONS(1783), - [anon_sym___attribute__] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), - [anon_sym___declspec] = ACTIONS(1783), - [anon_sym___based] = ACTIONS(1783), - [anon_sym___cdecl] = ACTIONS(1783), - [anon_sym___clrcall] = ACTIONS(1783), - [anon_sym___stdcall] = ACTIONS(1783), - [anon_sym___fastcall] = ACTIONS(1783), - [anon_sym___thiscall] = ACTIONS(1783), - [anon_sym___vectorcall] = ACTIONS(1783), - [anon_sym_LBRACE] = ACTIONS(1785), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_static] = ACTIONS(1783), - [anon_sym_register] = ACTIONS(1783), - [anon_sym_inline] = ACTIONS(1783), - [anon_sym_thread_local] = ACTIONS(1783), - [anon_sym_const] = ACTIONS(1783), - [anon_sym_volatile] = ACTIONS(1783), - [anon_sym_restrict] = ACTIONS(1783), - [anon_sym__Atomic] = ACTIONS(1783), - [anon_sym_mutable] = ACTIONS(1783), - [anon_sym_constexpr] = ACTIONS(1783), - [anon_sym_signed] = ACTIONS(1783), - [anon_sym_unsigned] = ACTIONS(1783), - [anon_sym_long] = ACTIONS(1783), - [anon_sym_short] = ACTIONS(1783), - [sym_primitive_type] = ACTIONS(1783), - [anon_sym_enum] = ACTIONS(1783), - [anon_sym_class] = ACTIONS(1783), - [anon_sym_struct] = ACTIONS(1783), - [anon_sym_union] = ACTIONS(1783), - [anon_sym_if] = ACTIONS(1783), - [anon_sym_switch] = ACTIONS(1783), - [anon_sym_case] = ACTIONS(1783), - [anon_sym_default] = ACTIONS(1783), - [anon_sym_while] = ACTIONS(1783), - [anon_sym_do] = ACTIONS(1783), - [anon_sym_for] = ACTIONS(1783), - [anon_sym_return] = ACTIONS(1783), - [anon_sym_break] = ACTIONS(1783), - [anon_sym_continue] = ACTIONS(1783), - [anon_sym_goto] = ACTIONS(1783), - [anon_sym_DASH_DASH] = ACTIONS(1785), - [anon_sym_PLUS_PLUS] = ACTIONS(1785), - [anon_sym_sizeof] = ACTIONS(1783), - [sym_number_literal] = ACTIONS(1785), - [anon_sym_L_SQUOTE] = ACTIONS(1785), - [anon_sym_u_SQUOTE] = ACTIONS(1785), - [anon_sym_U_SQUOTE] = ACTIONS(1785), - [anon_sym_u8_SQUOTE] = ACTIONS(1785), - [anon_sym_SQUOTE] = ACTIONS(1785), - [anon_sym_L_DQUOTE] = ACTIONS(1785), - [anon_sym_u_DQUOTE] = ACTIONS(1785), - [anon_sym_U_DQUOTE] = ACTIONS(1785), - [anon_sym_u8_DQUOTE] = ACTIONS(1785), - [anon_sym_DQUOTE] = ACTIONS(1785), - [sym_true] = ACTIONS(1783), - [sym_false] = ACTIONS(1783), - [sym_null] = ACTIONS(1783), + [632] = { + [ts_builtin_sym_end] = ACTIONS(1805), + [sym_identifier] = ACTIONS(1803), + [aux_sym_preproc_include_token1] = ACTIONS(1803), + [aux_sym_preproc_def_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), + [sym_preproc_directive] = ACTIONS(1803), + [anon_sym_LPAREN2] = ACTIONS(1805), + [anon_sym_BANG] = ACTIONS(1805), + [anon_sym_TILDE] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1803), + [anon_sym_STAR] = ACTIONS(1805), + [anon_sym_AMP_AMP] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_SEMI] = ACTIONS(1805), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1803), + [anon_sym___attribute__] = ACTIONS(1803), + [anon_sym_COLON_COLON] = ACTIONS(1805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), + [anon_sym___declspec] = ACTIONS(1803), + [anon_sym___based] = ACTIONS(1803), + [anon_sym___cdecl] = ACTIONS(1803), + [anon_sym___clrcall] = ACTIONS(1803), + [anon_sym___stdcall] = ACTIONS(1803), + [anon_sym___fastcall] = ACTIONS(1803), + [anon_sym___thiscall] = ACTIONS(1803), + [anon_sym___vectorcall] = ACTIONS(1803), + [anon_sym_LBRACE] = ACTIONS(1805), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_register] = ACTIONS(1803), + [anon_sym_inline] = ACTIONS(1803), + [anon_sym_thread_local] = ACTIONS(1803), + [anon_sym_const] = ACTIONS(1803), + [anon_sym_volatile] = ACTIONS(1803), + [anon_sym_restrict] = ACTIONS(1803), + [anon_sym__Atomic] = ACTIONS(1803), + [anon_sym_mutable] = ACTIONS(1803), + [anon_sym_constexpr] = ACTIONS(1803), + [anon_sym_signed] = ACTIONS(1803), + [anon_sym_unsigned] = ACTIONS(1803), + [anon_sym_long] = ACTIONS(1803), + [anon_sym_short] = ACTIONS(1803), + [sym_primitive_type] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_union] = ACTIONS(1803), + [anon_sym_if] = ACTIONS(1803), + [anon_sym_switch] = ACTIONS(1803), + [anon_sym_case] = ACTIONS(1803), + [anon_sym_default] = ACTIONS(1803), + [anon_sym_while] = ACTIONS(1803), + [anon_sym_do] = ACTIONS(1803), + [anon_sym_for] = ACTIONS(1803), + [anon_sym_return] = ACTIONS(1803), + [anon_sym_break] = ACTIONS(1803), + [anon_sym_continue] = ACTIONS(1803), + [anon_sym_goto] = ACTIONS(1803), + [anon_sym_DASH_DASH] = ACTIONS(1805), + [anon_sym_PLUS_PLUS] = ACTIONS(1805), + [anon_sym_sizeof] = ACTIONS(1803), + [sym_number_literal] = ACTIONS(1805), + [anon_sym_L_SQUOTE] = ACTIONS(1805), + [anon_sym_u_SQUOTE] = ACTIONS(1805), + [anon_sym_U_SQUOTE] = ACTIONS(1805), + [anon_sym_u8_SQUOTE] = ACTIONS(1805), + [anon_sym_SQUOTE] = ACTIONS(1805), + [anon_sym_L_DQUOTE] = ACTIONS(1805), + [anon_sym_u_DQUOTE] = ACTIONS(1805), + [anon_sym_U_DQUOTE] = ACTIONS(1805), + [anon_sym_u8_DQUOTE] = ACTIONS(1805), + [anon_sym_DQUOTE] = ACTIONS(1805), + [sym_true] = ACTIONS(1803), + [sym_false] = ACTIONS(1803), + [sym_null] = ACTIONS(1803), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1783), - [anon_sym_virtual] = ACTIONS(1783), - [anon_sym_explicit] = ACTIONS(1783), - [sym_auto] = ACTIONS(1783), - [anon_sym_typename] = ACTIONS(1783), - [anon_sym_template] = ACTIONS(1783), - [anon_sym_operator] = ACTIONS(1783), - [anon_sym_delete] = ACTIONS(1783), - [anon_sym_throw] = ACTIONS(1783), - [anon_sym_namespace] = ACTIONS(1783), - [anon_sym_using] = ACTIONS(1783), - [anon_sym_static_assert] = ACTIONS(1783), - [anon_sym_co_return] = ACTIONS(1783), - [anon_sym_co_yield] = ACTIONS(1783), - [anon_sym_try] = ACTIONS(1783), - [anon_sym_co_await] = ACTIONS(1783), - [anon_sym_new] = ACTIONS(1783), - [sym_this] = ACTIONS(1783), - [sym_nullptr] = ACTIONS(1783), - [sym_alone_macro] = ACTIONS(1785), - [aux_sym_alone_macro_call_token1] = ACTIONS(1783), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_FORWARD] = ACTIONS(1783), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1783), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_PS_GET] = ACTIONS(1783), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1783), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1783), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1783), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1783), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), - [anon_sym_MOZ_COLD] = ACTIONS(1783), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_RAII] = ACTIONS(1783), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), - [sym_raw_string_literal] = ACTIONS(1785), + [anon_sym_decltype] = ACTIONS(1803), + [anon_sym_virtual] = ACTIONS(1803), + [anon_sym_explicit] = ACTIONS(1803), + [sym_auto] = ACTIONS(1803), + [anon_sym_typename] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1803), + [anon_sym_operator] = ACTIONS(1803), + [anon_sym_delete] = ACTIONS(1803), + [anon_sym_throw] = ACTIONS(1803), + [anon_sym_namespace] = ACTIONS(1803), + [anon_sym_using] = ACTIONS(1803), + [anon_sym_static_assert] = ACTIONS(1803), + [anon_sym_co_return] = ACTIONS(1803), + [anon_sym_co_yield] = ACTIONS(1803), + [anon_sym_try] = ACTIONS(1803), + [anon_sym_co_await] = ACTIONS(1803), + [anon_sym_new] = ACTIONS(1803), + [sym_this] = ACTIONS(1803), + [sym_nullptr] = ACTIONS(1803), + [sym_alone_macro] = ACTIONS(1805), + [aux_sym_alone_macro_call_token1] = ACTIONS(1803), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_FORWARD] = ACTIONS(1803), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1803), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_PS_GET] = ACTIONS(1803), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1803), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1803), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1803), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1803), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), + [anon_sym_MOZ_COLD] = ACTIONS(1803), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_RAII] = ACTIONS(1803), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), + [sym_raw_string_literal] = ACTIONS(1805), + }, + [633] = { + [sym_identifier] = ACTIONS(1707), + [aux_sym_preproc_include_token1] = ACTIONS(1707), + [aux_sym_preproc_def_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token2] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_STAR] = ACTIONS(1709), + [anon_sym_AMP_AMP] = ACTIONS(1709), + [anon_sym_AMP] = ACTIONS(1707), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_typedef] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym___attribute__] = ACTIONS(1707), + [anon_sym_COLON_COLON] = ACTIONS(1709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), + [anon_sym___declspec] = ACTIONS(1707), + [anon_sym___based] = ACTIONS(1707), + [anon_sym___cdecl] = ACTIONS(1707), + [anon_sym___clrcall] = ACTIONS(1707), + [anon_sym___stdcall] = ACTIONS(1707), + [anon_sym___fastcall] = ACTIONS(1707), + [anon_sym___thiscall] = ACTIONS(1707), + [anon_sym___vectorcall] = ACTIONS(1707), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_static] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_inline] = ACTIONS(1707), + [anon_sym_thread_local] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_volatile] = ACTIONS(1707), + [anon_sym_restrict] = ACTIONS(1707), + [anon_sym__Atomic] = ACTIONS(1707), + [anon_sym_mutable] = ACTIONS(1707), + [anon_sym_constexpr] = ACTIONS(1707), + [anon_sym_signed] = ACTIONS(1707), + [anon_sym_unsigned] = ACTIONS(1707), + [anon_sym_long] = ACTIONS(1707), + [anon_sym_short] = ACTIONS(1707), + [sym_primitive_type] = ACTIONS(1707), + [anon_sym_enum] = ACTIONS(1707), + [anon_sym_class] = ACTIONS(1707), + [anon_sym_struct] = ACTIONS(1707), + [anon_sym_union] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_do] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_continue] = ACTIONS(1707), + [anon_sym_goto] = ACTIONS(1707), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_sizeof] = ACTIONS(1707), + [sym_number_literal] = ACTIONS(1709), + [anon_sym_L_SQUOTE] = ACTIONS(1709), + [anon_sym_u_SQUOTE] = ACTIONS(1709), + [anon_sym_U_SQUOTE] = ACTIONS(1709), + [anon_sym_u8_SQUOTE] = ACTIONS(1709), + [anon_sym_SQUOTE] = ACTIONS(1709), + [anon_sym_L_DQUOTE] = ACTIONS(1709), + [anon_sym_u_DQUOTE] = ACTIONS(1709), + [anon_sym_U_DQUOTE] = ACTIONS(1709), + [anon_sym_u8_DQUOTE] = ACTIONS(1709), + [anon_sym_DQUOTE] = ACTIONS(1709), + [sym_true] = ACTIONS(1707), + [sym_false] = ACTIONS(1707), + [sym_null] = ACTIONS(1707), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1707), + [anon_sym_virtual] = ACTIONS(1707), + [anon_sym_explicit] = ACTIONS(1707), + [sym_auto] = ACTIONS(1707), + [anon_sym_typename] = ACTIONS(1707), + [anon_sym_template] = ACTIONS(1707), + [anon_sym_operator] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_throw] = ACTIONS(1707), + [anon_sym_namespace] = ACTIONS(1707), + [anon_sym_using] = ACTIONS(1707), + [anon_sym_static_assert] = ACTIONS(1707), + [anon_sym_co_return] = ACTIONS(1707), + [anon_sym_co_yield] = ACTIONS(1707), + [anon_sym_try] = ACTIONS(1707), + [anon_sym_co_await] = ACTIONS(1707), + [anon_sym_new] = ACTIONS(1707), + [sym_this] = ACTIONS(1707), + [sym_nullptr] = ACTIONS(1707), + [sym_alone_macro] = ACTIONS(1709), + [aux_sym_alone_macro_call_token1] = ACTIONS(1707), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_FORWARD] = ACTIONS(1707), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_PS_GET] = ACTIONS(1707), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), + [anon_sym_MOZ_COLD] = ACTIONS(1707), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_RAII] = ACTIONS(1707), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), + [sym_raw_string_literal] = ACTIONS(1709), }, - [638] = { + [634] = { + [ts_builtin_sym_end] = ACTIONS(1713), [sym_identifier] = ACTIONS(1711), [aux_sym_preproc_include_token1] = ACTIONS(1711), [aux_sym_preproc_def_token1] = ACTIONS(1711), @@ -155967,7 +155264,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1711), [anon_sym___vectorcall] = ACTIONS(1711), [anon_sym_LBRACE] = ACTIONS(1713), - [anon_sym_RBRACE] = ACTIONS(1713), [anon_sym_LBRACK] = ACTIONS(1711), [anon_sym_static] = ACTIONS(1711), [anon_sym_register] = ACTIONS(1711), @@ -156126,957 +155422,2288 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1711), [sym_raw_string_literal] = ACTIONS(1713), }, + [635] = { + [sym_identifier] = ACTIONS(1811), + [aux_sym_preproc_include_token1] = ACTIONS(1811), + [aux_sym_preproc_def_token1] = ACTIONS(1811), + [aux_sym_preproc_if_token1] = ACTIONS(1811), + [aux_sym_preproc_if_token2] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), + [sym_preproc_directive] = ACTIONS(1811), + [anon_sym_LPAREN2] = ACTIONS(1813), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_TILDE] = ACTIONS(1813), + [anon_sym_DASH] = ACTIONS(1811), + [anon_sym_PLUS] = ACTIONS(1811), + [anon_sym_STAR] = ACTIONS(1813), + [anon_sym_AMP_AMP] = ACTIONS(1813), + [anon_sym_AMP] = ACTIONS(1811), + [anon_sym_SEMI] = ACTIONS(1813), + [anon_sym_typedef] = ACTIONS(1811), + [anon_sym_extern] = ACTIONS(1811), + [anon_sym___attribute__] = ACTIONS(1811), + [anon_sym_COLON_COLON] = ACTIONS(1813), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), + [anon_sym___declspec] = ACTIONS(1811), + [anon_sym___based] = ACTIONS(1811), + [anon_sym___cdecl] = ACTIONS(1811), + [anon_sym___clrcall] = ACTIONS(1811), + [anon_sym___stdcall] = ACTIONS(1811), + [anon_sym___fastcall] = ACTIONS(1811), + [anon_sym___thiscall] = ACTIONS(1811), + [anon_sym___vectorcall] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_static] = ACTIONS(1811), + [anon_sym_register] = ACTIONS(1811), + [anon_sym_inline] = ACTIONS(1811), + [anon_sym_thread_local] = ACTIONS(1811), + [anon_sym_const] = ACTIONS(1811), + [anon_sym_volatile] = ACTIONS(1811), + [anon_sym_restrict] = ACTIONS(1811), + [anon_sym__Atomic] = ACTIONS(1811), + [anon_sym_mutable] = ACTIONS(1811), + [anon_sym_constexpr] = ACTIONS(1811), + [anon_sym_signed] = ACTIONS(1811), + [anon_sym_unsigned] = ACTIONS(1811), + [anon_sym_long] = ACTIONS(1811), + [anon_sym_short] = ACTIONS(1811), + [sym_primitive_type] = ACTIONS(1811), + [anon_sym_enum] = ACTIONS(1811), + [anon_sym_class] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1811), + [anon_sym_union] = ACTIONS(1811), + [anon_sym_if] = ACTIONS(1811), + [anon_sym_switch] = ACTIONS(1811), + [anon_sym_case] = ACTIONS(1811), + [anon_sym_default] = ACTIONS(1811), + [anon_sym_while] = ACTIONS(1811), + [anon_sym_do] = ACTIONS(1811), + [anon_sym_for] = ACTIONS(1811), + [anon_sym_return] = ACTIONS(1811), + [anon_sym_break] = ACTIONS(1811), + [anon_sym_continue] = ACTIONS(1811), + [anon_sym_goto] = ACTIONS(1811), + [anon_sym_DASH_DASH] = ACTIONS(1813), + [anon_sym_PLUS_PLUS] = ACTIONS(1813), + [anon_sym_sizeof] = ACTIONS(1811), + [sym_number_literal] = ACTIONS(1813), + [anon_sym_L_SQUOTE] = ACTIONS(1813), + [anon_sym_u_SQUOTE] = ACTIONS(1813), + [anon_sym_U_SQUOTE] = ACTIONS(1813), + [anon_sym_u8_SQUOTE] = ACTIONS(1813), + [anon_sym_SQUOTE] = ACTIONS(1813), + [anon_sym_L_DQUOTE] = ACTIONS(1813), + [anon_sym_u_DQUOTE] = ACTIONS(1813), + [anon_sym_U_DQUOTE] = ACTIONS(1813), + [anon_sym_u8_DQUOTE] = ACTIONS(1813), + [anon_sym_DQUOTE] = ACTIONS(1813), + [sym_true] = ACTIONS(1811), + [sym_false] = ACTIONS(1811), + [sym_null] = ACTIONS(1811), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1811), + [anon_sym_virtual] = ACTIONS(1811), + [anon_sym_explicit] = ACTIONS(1811), + [sym_auto] = ACTIONS(1811), + [anon_sym_typename] = ACTIONS(1811), + [anon_sym_template] = ACTIONS(1811), + [anon_sym_operator] = ACTIONS(1811), + [anon_sym_delete] = ACTIONS(1811), + [anon_sym_throw] = ACTIONS(1811), + [anon_sym_namespace] = ACTIONS(1811), + [anon_sym_using] = ACTIONS(1811), + [anon_sym_static_assert] = ACTIONS(1811), + [anon_sym_co_return] = ACTIONS(1811), + [anon_sym_co_yield] = ACTIONS(1811), + [anon_sym_try] = ACTIONS(1811), + [anon_sym_co_await] = ACTIONS(1811), + [anon_sym_new] = ACTIONS(1811), + [sym_this] = ACTIONS(1811), + [sym_nullptr] = ACTIONS(1811), + [sym_alone_macro] = ACTIONS(1813), + [aux_sym_alone_macro_call_token1] = ACTIONS(1811), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_FORWARD] = ACTIONS(1811), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_PS_GET] = ACTIONS(1811), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), + [anon_sym_MOZ_COLD] = ACTIONS(1811), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_RAII] = ACTIONS(1811), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), + [sym_raw_string_literal] = ACTIONS(1813), + }, + [636] = { + [sym_identifier] = ACTIONS(1807), + [aux_sym_preproc_include_token1] = ACTIONS(1807), + [aux_sym_preproc_def_token1] = ACTIONS(1807), + [aux_sym_preproc_if_token1] = ACTIONS(1807), + [aux_sym_preproc_if_token2] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), + [sym_preproc_directive] = ACTIONS(1807), + [anon_sym_LPAREN2] = ACTIONS(1809), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1809), + [anon_sym_AMP_AMP] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), + [anon_sym_typedef] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1807), + [anon_sym___attribute__] = ACTIONS(1807), + [anon_sym_COLON_COLON] = ACTIONS(1809), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), + [anon_sym___declspec] = ACTIONS(1807), + [anon_sym___based] = ACTIONS(1807), + [anon_sym___cdecl] = ACTIONS(1807), + [anon_sym___clrcall] = ACTIONS(1807), + [anon_sym___stdcall] = ACTIONS(1807), + [anon_sym___fastcall] = ACTIONS(1807), + [anon_sym___thiscall] = ACTIONS(1807), + [anon_sym___vectorcall] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(1809), + [anon_sym_LBRACK] = ACTIONS(1807), + [anon_sym_static] = ACTIONS(1807), + [anon_sym_register] = ACTIONS(1807), + [anon_sym_inline] = ACTIONS(1807), + [anon_sym_thread_local] = ACTIONS(1807), + [anon_sym_const] = ACTIONS(1807), + [anon_sym_volatile] = ACTIONS(1807), + [anon_sym_restrict] = ACTIONS(1807), + [anon_sym__Atomic] = ACTIONS(1807), + [anon_sym_mutable] = ACTIONS(1807), + [anon_sym_constexpr] = ACTIONS(1807), + [anon_sym_signed] = ACTIONS(1807), + [anon_sym_unsigned] = ACTIONS(1807), + [anon_sym_long] = ACTIONS(1807), + [anon_sym_short] = ACTIONS(1807), + [sym_primitive_type] = ACTIONS(1807), + [anon_sym_enum] = ACTIONS(1807), + [anon_sym_class] = ACTIONS(1807), + [anon_sym_struct] = ACTIONS(1807), + [anon_sym_union] = ACTIONS(1807), + [anon_sym_if] = ACTIONS(1807), + [anon_sym_switch] = ACTIONS(1807), + [anon_sym_case] = ACTIONS(1807), + [anon_sym_default] = ACTIONS(1807), + [anon_sym_while] = ACTIONS(1807), + [anon_sym_do] = ACTIONS(1807), + [anon_sym_for] = ACTIONS(1807), + [anon_sym_return] = ACTIONS(1807), + [anon_sym_break] = ACTIONS(1807), + [anon_sym_continue] = ACTIONS(1807), + [anon_sym_goto] = ACTIONS(1807), + [anon_sym_DASH_DASH] = ACTIONS(1809), + [anon_sym_PLUS_PLUS] = ACTIONS(1809), + [anon_sym_sizeof] = ACTIONS(1807), + [sym_number_literal] = ACTIONS(1809), + [anon_sym_L_SQUOTE] = ACTIONS(1809), + [anon_sym_u_SQUOTE] = ACTIONS(1809), + [anon_sym_U_SQUOTE] = ACTIONS(1809), + [anon_sym_u8_SQUOTE] = ACTIONS(1809), + [anon_sym_SQUOTE] = ACTIONS(1809), + [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(1807), + [sym_false] = ACTIONS(1807), + [sym_null] = ACTIONS(1807), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1807), + [anon_sym_virtual] = ACTIONS(1807), + [anon_sym_explicit] = ACTIONS(1807), + [sym_auto] = ACTIONS(1807), + [anon_sym_typename] = ACTIONS(1807), + [anon_sym_template] = ACTIONS(1807), + [anon_sym_operator] = ACTIONS(1807), + [anon_sym_delete] = ACTIONS(1807), + [anon_sym_throw] = ACTIONS(1807), + [anon_sym_namespace] = ACTIONS(1807), + [anon_sym_using] = ACTIONS(1807), + [anon_sym_static_assert] = ACTIONS(1807), + [anon_sym_co_return] = ACTIONS(1807), + [anon_sym_co_yield] = ACTIONS(1807), + [anon_sym_try] = ACTIONS(1807), + [anon_sym_co_await] = ACTIONS(1807), + [anon_sym_new] = ACTIONS(1807), + [sym_this] = ACTIONS(1807), + [sym_nullptr] = ACTIONS(1807), + [sym_alone_macro] = ACTIONS(1809), + [aux_sym_alone_macro_call_token1] = ACTIONS(1807), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_FORWARD] = ACTIONS(1807), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1807), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_PS_GET] = ACTIONS(1807), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1807), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1807), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1807), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1807), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), + [anon_sym_MOZ_COLD] = ACTIONS(1807), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL] = ACTIONS(1807), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN] = ACTIONS(1807), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), + [anon_sym_MOZ_RAII] = ACTIONS(1807), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), + [sym_raw_string_literal] = ACTIONS(1809), + }, + [637] = { + [sym_identifier] = ACTIONS(1715), + [aux_sym_preproc_include_token1] = ACTIONS(1715), + [aux_sym_preproc_def_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token2] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_LPAREN2] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_STAR] = ACTIONS(1717), + [anon_sym_AMP_AMP] = ACTIONS(1717), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_typedef] = ACTIONS(1715), + [anon_sym_extern] = ACTIONS(1715), + [anon_sym___attribute__] = ACTIONS(1715), + [anon_sym_COLON_COLON] = ACTIONS(1717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), + [anon_sym___declspec] = ACTIONS(1715), + [anon_sym___based] = ACTIONS(1715), + [anon_sym___cdecl] = ACTIONS(1715), + [anon_sym___clrcall] = ACTIONS(1715), + [anon_sym___stdcall] = ACTIONS(1715), + [anon_sym___fastcall] = ACTIONS(1715), + [anon_sym___thiscall] = ACTIONS(1715), + [anon_sym___vectorcall] = ACTIONS(1715), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1715), + [anon_sym_register] = ACTIONS(1715), + [anon_sym_inline] = ACTIONS(1715), + [anon_sym_thread_local] = ACTIONS(1715), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_volatile] = ACTIONS(1715), + [anon_sym_restrict] = ACTIONS(1715), + [anon_sym__Atomic] = ACTIONS(1715), + [anon_sym_mutable] = ACTIONS(1715), + [anon_sym_constexpr] = ACTIONS(1715), + [anon_sym_signed] = ACTIONS(1715), + [anon_sym_unsigned] = ACTIONS(1715), + [anon_sym_long] = ACTIONS(1715), + [anon_sym_short] = ACTIONS(1715), + [sym_primitive_type] = ACTIONS(1715), + [anon_sym_enum] = ACTIONS(1715), + [anon_sym_class] = ACTIONS(1715), + [anon_sym_struct] = ACTIONS(1715), + [anon_sym_union] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_do] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_continue] = ACTIONS(1715), + [anon_sym_goto] = ACTIONS(1715), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_sizeof] = ACTIONS(1715), + [sym_number_literal] = ACTIONS(1717), + [anon_sym_L_SQUOTE] = ACTIONS(1717), + [anon_sym_u_SQUOTE] = ACTIONS(1717), + [anon_sym_U_SQUOTE] = ACTIONS(1717), + [anon_sym_u8_SQUOTE] = ACTIONS(1717), + [anon_sym_SQUOTE] = ACTIONS(1717), + [anon_sym_L_DQUOTE] = ACTIONS(1717), + [anon_sym_u_DQUOTE] = ACTIONS(1717), + [anon_sym_U_DQUOTE] = ACTIONS(1717), + [anon_sym_u8_DQUOTE] = ACTIONS(1717), + [anon_sym_DQUOTE] = ACTIONS(1717), + [sym_true] = ACTIONS(1715), + [sym_false] = ACTIONS(1715), + [sym_null] = ACTIONS(1715), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1715), + [anon_sym_virtual] = ACTIONS(1715), + [anon_sym_explicit] = ACTIONS(1715), + [sym_auto] = ACTIONS(1715), + [anon_sym_typename] = ACTIONS(1715), + [anon_sym_template] = ACTIONS(1715), + [anon_sym_operator] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_throw] = ACTIONS(1715), + [anon_sym_namespace] = ACTIONS(1715), + [anon_sym_using] = ACTIONS(1715), + [anon_sym_static_assert] = ACTIONS(1715), + [anon_sym_co_return] = ACTIONS(1715), + [anon_sym_co_yield] = ACTIONS(1715), + [anon_sym_try] = ACTIONS(1715), + [anon_sym_co_await] = ACTIONS(1715), + [anon_sym_new] = ACTIONS(1715), + [sym_this] = ACTIONS(1715), + [sym_nullptr] = ACTIONS(1715), + [sym_alone_macro] = ACTIONS(1717), + [aux_sym_alone_macro_call_token1] = ACTIONS(1715), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_FORWARD] = ACTIONS(1715), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1715), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_PS_GET] = ACTIONS(1715), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1715), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1715), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1715), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1715), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), + [anon_sym_MOZ_COLD] = ACTIONS(1715), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_RAII] = ACTIONS(1715), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), + [sym_raw_string_literal] = ACTIONS(1717), + }, + [638] = { + [ts_builtin_sym_end] = ACTIONS(1897), + [sym_identifier] = ACTIONS(1895), + [aux_sym_preproc_include_token1] = ACTIONS(1895), + [aux_sym_preproc_def_token1] = ACTIONS(1895), + [aux_sym_preproc_if_token1] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), + [sym_preproc_directive] = ACTIONS(1895), + [anon_sym_LPAREN2] = ACTIONS(1897), + [anon_sym_BANG] = ACTIONS(1897), + [anon_sym_TILDE] = ACTIONS(1897), + [anon_sym_DASH] = ACTIONS(1895), + [anon_sym_PLUS] = ACTIONS(1895), + [anon_sym_STAR] = ACTIONS(1897), + [anon_sym_AMP_AMP] = ACTIONS(1897), + [anon_sym_AMP] = ACTIONS(1895), + [anon_sym_SEMI] = ACTIONS(1897), + [anon_sym_typedef] = ACTIONS(1895), + [anon_sym_extern] = ACTIONS(1895), + [anon_sym___attribute__] = ACTIONS(1895), + [anon_sym_COLON_COLON] = ACTIONS(1897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), + [anon_sym___declspec] = ACTIONS(1895), + [anon_sym___based] = ACTIONS(1895), + [anon_sym___cdecl] = ACTIONS(1895), + [anon_sym___clrcall] = ACTIONS(1895), + [anon_sym___stdcall] = ACTIONS(1895), + [anon_sym___fastcall] = ACTIONS(1895), + [anon_sym___thiscall] = ACTIONS(1895), + [anon_sym___vectorcall] = ACTIONS(1895), + [anon_sym_LBRACE] = ACTIONS(1897), + [anon_sym_LBRACK] = ACTIONS(1895), + [anon_sym_static] = ACTIONS(1895), + [anon_sym_register] = ACTIONS(1895), + [anon_sym_inline] = ACTIONS(1895), + [anon_sym_thread_local] = ACTIONS(1895), + [anon_sym_const] = ACTIONS(1895), + [anon_sym_volatile] = ACTIONS(1895), + [anon_sym_restrict] = ACTIONS(1895), + [anon_sym__Atomic] = ACTIONS(1895), + [anon_sym_mutable] = ACTIONS(1895), + [anon_sym_constexpr] = ACTIONS(1895), + [anon_sym_signed] = ACTIONS(1895), + [anon_sym_unsigned] = ACTIONS(1895), + [anon_sym_long] = ACTIONS(1895), + [anon_sym_short] = ACTIONS(1895), + [sym_primitive_type] = ACTIONS(1895), + [anon_sym_enum] = ACTIONS(1895), + [anon_sym_class] = ACTIONS(1895), + [anon_sym_struct] = ACTIONS(1895), + [anon_sym_union] = ACTIONS(1895), + [anon_sym_if] = ACTIONS(1895), + [anon_sym_switch] = ACTIONS(1895), + [anon_sym_case] = ACTIONS(1895), + [anon_sym_default] = ACTIONS(1895), + [anon_sym_while] = ACTIONS(1895), + [anon_sym_do] = ACTIONS(1895), + [anon_sym_for] = ACTIONS(1895), + [anon_sym_return] = ACTIONS(1895), + [anon_sym_break] = ACTIONS(1895), + [anon_sym_continue] = ACTIONS(1895), + [anon_sym_goto] = ACTIONS(1895), + [anon_sym_DASH_DASH] = ACTIONS(1897), + [anon_sym_PLUS_PLUS] = ACTIONS(1897), + [anon_sym_sizeof] = ACTIONS(1895), + [sym_number_literal] = ACTIONS(1897), + [anon_sym_L_SQUOTE] = ACTIONS(1897), + [anon_sym_u_SQUOTE] = ACTIONS(1897), + [anon_sym_U_SQUOTE] = ACTIONS(1897), + [anon_sym_u8_SQUOTE] = ACTIONS(1897), + [anon_sym_SQUOTE] = ACTIONS(1897), + [anon_sym_L_DQUOTE] = ACTIONS(1897), + [anon_sym_u_DQUOTE] = ACTIONS(1897), + [anon_sym_U_DQUOTE] = ACTIONS(1897), + [anon_sym_u8_DQUOTE] = ACTIONS(1897), + [anon_sym_DQUOTE] = ACTIONS(1897), + [sym_true] = ACTIONS(1895), + [sym_false] = ACTIONS(1895), + [sym_null] = ACTIONS(1895), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1895), + [anon_sym_virtual] = ACTIONS(1895), + [anon_sym_explicit] = ACTIONS(1895), + [sym_auto] = ACTIONS(1895), + [anon_sym_typename] = ACTIONS(1895), + [anon_sym_template] = ACTIONS(1895), + [anon_sym_operator] = ACTIONS(1895), + [anon_sym_delete] = ACTIONS(1895), + [anon_sym_throw] = ACTIONS(1895), + [anon_sym_namespace] = ACTIONS(1895), + [anon_sym_using] = ACTIONS(1895), + [anon_sym_static_assert] = ACTIONS(1895), + [anon_sym_co_return] = ACTIONS(1895), + [anon_sym_co_yield] = ACTIONS(1895), + [anon_sym_try] = ACTIONS(1895), + [anon_sym_co_await] = ACTIONS(1895), + [anon_sym_new] = ACTIONS(1895), + [sym_this] = ACTIONS(1895), + [sym_nullptr] = ACTIONS(1895), + [sym_alone_macro] = ACTIONS(1897), + [aux_sym_alone_macro_call_token1] = ACTIONS(1895), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_FORWARD] = ACTIONS(1895), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1895), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_PS_GET] = ACTIONS(1895), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1895), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1895), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1895), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1895), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), + [anon_sym_MOZ_COLD] = ACTIONS(1895), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_NONNULL] = ACTIONS(1895), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_NORETURN] = ACTIONS(1895), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), + [anon_sym_MOZ_RAII] = ACTIONS(1895), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), + [sym_raw_string_literal] = ACTIONS(1897), + }, [639] = { - [sym_identifier] = ACTIONS(1767), - [aux_sym_preproc_include_token1] = ACTIONS(1767), - [aux_sym_preproc_def_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token2] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), - [sym_preproc_directive] = ACTIONS(1767), - [anon_sym_LPAREN2] = ACTIONS(1769), - [anon_sym_BANG] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1769), - [anon_sym_DASH] = ACTIONS(1767), - [anon_sym_PLUS] = ACTIONS(1767), - [anon_sym_STAR] = ACTIONS(1769), - [anon_sym_AMP_AMP] = ACTIONS(1769), - [anon_sym_AMP] = ACTIONS(1767), - [anon_sym_SEMI] = ACTIONS(1769), - [anon_sym_typedef] = ACTIONS(1767), - [anon_sym_extern] = ACTIONS(1767), - [anon_sym___attribute__] = ACTIONS(1767), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), - [anon_sym___declspec] = ACTIONS(1767), - [anon_sym___based] = ACTIONS(1767), - [anon_sym___cdecl] = ACTIONS(1767), - [anon_sym___clrcall] = ACTIONS(1767), - [anon_sym___stdcall] = ACTIONS(1767), - [anon_sym___fastcall] = ACTIONS(1767), - [anon_sym___thiscall] = ACTIONS(1767), - [anon_sym___vectorcall] = ACTIONS(1767), - [anon_sym_LBRACE] = ACTIONS(1769), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_static] = ACTIONS(1767), - [anon_sym_register] = ACTIONS(1767), - [anon_sym_inline] = ACTIONS(1767), - [anon_sym_thread_local] = ACTIONS(1767), - [anon_sym_const] = ACTIONS(1767), - [anon_sym_volatile] = ACTIONS(1767), - [anon_sym_restrict] = ACTIONS(1767), - [anon_sym__Atomic] = ACTIONS(1767), - [anon_sym_mutable] = ACTIONS(1767), - [anon_sym_constexpr] = ACTIONS(1767), - [anon_sym_signed] = ACTIONS(1767), - [anon_sym_unsigned] = ACTIONS(1767), - [anon_sym_long] = ACTIONS(1767), - [anon_sym_short] = ACTIONS(1767), - [sym_primitive_type] = ACTIONS(1767), - [anon_sym_enum] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(1767), - [anon_sym_struct] = ACTIONS(1767), - [anon_sym_union] = ACTIONS(1767), - [anon_sym_if] = ACTIONS(1767), - [anon_sym_switch] = ACTIONS(1767), - [anon_sym_case] = ACTIONS(1767), - [anon_sym_default] = ACTIONS(1767), - [anon_sym_while] = ACTIONS(1767), - [anon_sym_do] = ACTIONS(1767), - [anon_sym_for] = ACTIONS(1767), - [anon_sym_return] = ACTIONS(1767), - [anon_sym_break] = ACTIONS(1767), - [anon_sym_continue] = ACTIONS(1767), - [anon_sym_goto] = ACTIONS(1767), - [anon_sym_DASH_DASH] = ACTIONS(1769), - [anon_sym_PLUS_PLUS] = ACTIONS(1769), - [anon_sym_sizeof] = ACTIONS(1767), - [sym_number_literal] = ACTIONS(1769), - [anon_sym_L_SQUOTE] = ACTIONS(1769), - [anon_sym_u_SQUOTE] = ACTIONS(1769), - [anon_sym_U_SQUOTE] = ACTIONS(1769), - [anon_sym_u8_SQUOTE] = ACTIONS(1769), - [anon_sym_SQUOTE] = ACTIONS(1769), - [anon_sym_L_DQUOTE] = ACTIONS(1769), - [anon_sym_u_DQUOTE] = ACTIONS(1769), - [anon_sym_U_DQUOTE] = ACTIONS(1769), - [anon_sym_u8_DQUOTE] = ACTIONS(1769), - [anon_sym_DQUOTE] = ACTIONS(1769), - [sym_true] = ACTIONS(1767), - [sym_false] = ACTIONS(1767), - [sym_null] = ACTIONS(1767), + [sym_identifier] = ACTIONS(1827), + [aux_sym_preproc_include_token1] = ACTIONS(1827), + [aux_sym_preproc_def_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), + [sym_preproc_directive] = ACTIONS(1827), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1829), + [anon_sym_TILDE] = ACTIONS(1829), + [anon_sym_DASH] = ACTIONS(1827), + [anon_sym_PLUS] = ACTIONS(1827), + [anon_sym_STAR] = ACTIONS(1829), + [anon_sym_AMP_AMP] = ACTIONS(1829), + [anon_sym_AMP] = ACTIONS(1827), + [anon_sym_SEMI] = ACTIONS(1829), + [anon_sym_typedef] = ACTIONS(1827), + [anon_sym_extern] = ACTIONS(1827), + [anon_sym___attribute__] = ACTIONS(1827), + [anon_sym_COLON_COLON] = ACTIONS(1829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), + [anon_sym___declspec] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1827), + [anon_sym___cdecl] = ACTIONS(1827), + [anon_sym___clrcall] = ACTIONS(1827), + [anon_sym___stdcall] = ACTIONS(1827), + [anon_sym___fastcall] = ACTIONS(1827), + [anon_sym___thiscall] = ACTIONS(1827), + [anon_sym___vectorcall] = ACTIONS(1827), + [anon_sym_LBRACE] = ACTIONS(1829), + [anon_sym_RBRACE] = ACTIONS(1829), + [anon_sym_LBRACK] = ACTIONS(1827), + [anon_sym_static] = ACTIONS(1827), + [anon_sym_register] = ACTIONS(1827), + [anon_sym_inline] = ACTIONS(1827), + [anon_sym_thread_local] = ACTIONS(1827), + [anon_sym_const] = ACTIONS(1827), + [anon_sym_volatile] = ACTIONS(1827), + [anon_sym_restrict] = ACTIONS(1827), + [anon_sym__Atomic] = ACTIONS(1827), + [anon_sym_mutable] = ACTIONS(1827), + [anon_sym_constexpr] = ACTIONS(1827), + [anon_sym_signed] = ACTIONS(1827), + [anon_sym_unsigned] = ACTIONS(1827), + [anon_sym_long] = ACTIONS(1827), + [anon_sym_short] = ACTIONS(1827), + [sym_primitive_type] = ACTIONS(1827), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1827), + [anon_sym_union] = ACTIONS(1827), + [anon_sym_if] = ACTIONS(1827), + [anon_sym_switch] = ACTIONS(1827), + [anon_sym_case] = ACTIONS(1827), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1827), + [anon_sym_do] = ACTIONS(1827), + [anon_sym_for] = ACTIONS(1827), + [anon_sym_return] = ACTIONS(1827), + [anon_sym_break] = ACTIONS(1827), + [anon_sym_continue] = ACTIONS(1827), + [anon_sym_goto] = ACTIONS(1827), + [anon_sym_DASH_DASH] = ACTIONS(1829), + [anon_sym_PLUS_PLUS] = ACTIONS(1829), + [anon_sym_sizeof] = ACTIONS(1827), + [sym_number_literal] = ACTIONS(1829), + [anon_sym_L_SQUOTE] = ACTIONS(1829), + [anon_sym_u_SQUOTE] = ACTIONS(1829), + [anon_sym_U_SQUOTE] = ACTIONS(1829), + [anon_sym_u8_SQUOTE] = ACTIONS(1829), + [anon_sym_SQUOTE] = ACTIONS(1829), + [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(1827), + [sym_false] = ACTIONS(1827), + [sym_null] = ACTIONS(1827), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1767), - [anon_sym_virtual] = ACTIONS(1767), - [anon_sym_explicit] = ACTIONS(1767), - [sym_auto] = ACTIONS(1767), - [anon_sym_typename] = ACTIONS(1767), - [anon_sym_template] = ACTIONS(1767), - [anon_sym_operator] = ACTIONS(1767), - [anon_sym_delete] = ACTIONS(1767), - [anon_sym_throw] = ACTIONS(1767), - [anon_sym_namespace] = ACTIONS(1767), - [anon_sym_using] = ACTIONS(1767), - [anon_sym_static_assert] = ACTIONS(1767), - [anon_sym_co_return] = ACTIONS(1767), - [anon_sym_co_yield] = ACTIONS(1767), - [anon_sym_try] = ACTIONS(1767), - [anon_sym_co_await] = ACTIONS(1767), - [anon_sym_new] = ACTIONS(1767), - [sym_this] = ACTIONS(1767), - [sym_nullptr] = ACTIONS(1767), - [sym_alone_macro] = ACTIONS(1769), - [aux_sym_alone_macro_call_token1] = ACTIONS(1767), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_FORWARD] = ACTIONS(1767), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1767), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_PS_GET] = ACTIONS(1767), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1767), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1767), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1767), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1767), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), - [anon_sym_MOZ_COLD] = ACTIONS(1767), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_RAII] = ACTIONS(1767), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), - [sym_raw_string_literal] = ACTIONS(1769), + [anon_sym_decltype] = ACTIONS(1827), + [anon_sym_virtual] = ACTIONS(1827), + [anon_sym_explicit] = ACTIONS(1827), + [sym_auto] = ACTIONS(1827), + [anon_sym_typename] = ACTIONS(1827), + [anon_sym_template] = ACTIONS(1827), + [anon_sym_operator] = ACTIONS(1827), + [anon_sym_delete] = ACTIONS(1827), + [anon_sym_throw] = ACTIONS(1827), + [anon_sym_namespace] = ACTIONS(1827), + [anon_sym_using] = ACTIONS(1827), + [anon_sym_static_assert] = ACTIONS(1827), + [anon_sym_co_return] = ACTIONS(1827), + [anon_sym_co_yield] = ACTIONS(1827), + [anon_sym_try] = ACTIONS(1827), + [anon_sym_co_await] = ACTIONS(1827), + [anon_sym_new] = ACTIONS(1827), + [sym_this] = ACTIONS(1827), + [sym_nullptr] = ACTIONS(1827), + [sym_alone_macro] = ACTIONS(1829), + [aux_sym_alone_macro_call_token1] = ACTIONS(1827), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_FORWARD] = ACTIONS(1827), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_PS_GET] = ACTIONS(1827), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), + [anon_sym_MOZ_COLD] = ACTIONS(1827), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_RAII] = ACTIONS(1827), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), + [sym_raw_string_literal] = ACTIONS(1829), }, [640] = { - [sym_identifier] = ACTIONS(1707), - [aux_sym_preproc_include_token1] = ACTIONS(1707), - [aux_sym_preproc_def_token1] = ACTIONS(1707), - [aux_sym_preproc_if_token1] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), - [sym_preproc_directive] = ACTIONS(1707), - [anon_sym_LPAREN2] = ACTIONS(1709), - [anon_sym_BANG] = ACTIONS(1709), - [anon_sym_TILDE] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1707), - [anon_sym_PLUS] = ACTIONS(1707), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_AMP_AMP] = ACTIONS(1709), - [anon_sym_AMP] = ACTIONS(1707), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1707), - [anon_sym_extern] = ACTIONS(1707), - [anon_sym___attribute__] = ACTIONS(1707), - [anon_sym_COLON_COLON] = ACTIONS(1709), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), - [anon_sym___declspec] = ACTIONS(1707), - [anon_sym___based] = ACTIONS(1707), - [anon_sym___cdecl] = ACTIONS(1707), - [anon_sym___clrcall] = ACTIONS(1707), - [anon_sym___stdcall] = ACTIONS(1707), - [anon_sym___fastcall] = ACTIONS(1707), - [anon_sym___thiscall] = ACTIONS(1707), - [anon_sym___vectorcall] = ACTIONS(1707), - [anon_sym_LBRACE] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_LBRACK] = ACTIONS(1707), - [anon_sym_static] = ACTIONS(1707), - [anon_sym_register] = ACTIONS(1707), - [anon_sym_inline] = ACTIONS(1707), - [anon_sym_thread_local] = ACTIONS(1707), - [anon_sym_const] = ACTIONS(1707), - [anon_sym_volatile] = ACTIONS(1707), - [anon_sym_restrict] = ACTIONS(1707), - [anon_sym__Atomic] = ACTIONS(1707), - [anon_sym_mutable] = ACTIONS(1707), - [anon_sym_constexpr] = ACTIONS(1707), - [anon_sym_signed] = ACTIONS(1707), - [anon_sym_unsigned] = ACTIONS(1707), - [anon_sym_long] = ACTIONS(1707), - [anon_sym_short] = ACTIONS(1707), - [sym_primitive_type] = ACTIONS(1707), - [anon_sym_enum] = ACTIONS(1707), - [anon_sym_class] = ACTIONS(1707), - [anon_sym_struct] = ACTIONS(1707), - [anon_sym_union] = ACTIONS(1707), - [anon_sym_if] = ACTIONS(1707), - [anon_sym_switch] = ACTIONS(1707), - [anon_sym_case] = ACTIONS(1707), - [anon_sym_default] = ACTIONS(1707), - [anon_sym_while] = ACTIONS(1707), - [anon_sym_do] = ACTIONS(1707), - [anon_sym_for] = ACTIONS(1707), - [anon_sym_return] = ACTIONS(1707), - [anon_sym_break] = ACTIONS(1707), - [anon_sym_continue] = ACTIONS(1707), - [anon_sym_goto] = ACTIONS(1707), - [anon_sym_DASH_DASH] = ACTIONS(1709), - [anon_sym_PLUS_PLUS] = ACTIONS(1709), - [anon_sym_sizeof] = ACTIONS(1707), - [sym_number_literal] = ACTIONS(1709), - [anon_sym_L_SQUOTE] = ACTIONS(1709), - [anon_sym_u_SQUOTE] = ACTIONS(1709), - [anon_sym_U_SQUOTE] = ACTIONS(1709), - [anon_sym_u8_SQUOTE] = ACTIONS(1709), - [anon_sym_SQUOTE] = ACTIONS(1709), - [anon_sym_L_DQUOTE] = ACTIONS(1709), - [anon_sym_u_DQUOTE] = ACTIONS(1709), - [anon_sym_U_DQUOTE] = ACTIONS(1709), - [anon_sym_u8_DQUOTE] = ACTIONS(1709), - [anon_sym_DQUOTE] = ACTIONS(1709), - [sym_true] = ACTIONS(1707), - [sym_false] = ACTIONS(1707), - [sym_null] = ACTIONS(1707), + [sym_identifier] = ACTIONS(1887), + [aux_sym_preproc_include_token1] = ACTIONS(1887), + [aux_sym_preproc_def_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), + [sym_preproc_directive] = ACTIONS(1887), + [anon_sym_LPAREN2] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(1889), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1887), + [anon_sym_PLUS] = ACTIONS(1887), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_AMP] = ACTIONS(1887), + [anon_sym_SEMI] = ACTIONS(1889), + [anon_sym_typedef] = ACTIONS(1887), + [anon_sym_extern] = ACTIONS(1887), + [anon_sym___attribute__] = ACTIONS(1887), + [anon_sym_COLON_COLON] = ACTIONS(1889), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), + [anon_sym___declspec] = ACTIONS(1887), + [anon_sym___based] = ACTIONS(1887), + [anon_sym___cdecl] = ACTIONS(1887), + [anon_sym___clrcall] = ACTIONS(1887), + [anon_sym___stdcall] = ACTIONS(1887), + [anon_sym___fastcall] = ACTIONS(1887), + [anon_sym___thiscall] = ACTIONS(1887), + [anon_sym___vectorcall] = ACTIONS(1887), + [anon_sym_LBRACE] = ACTIONS(1889), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_register] = ACTIONS(1887), + [anon_sym_inline] = ACTIONS(1887), + [anon_sym_thread_local] = ACTIONS(1887), + [anon_sym_const] = ACTIONS(1887), + [anon_sym_volatile] = ACTIONS(1887), + [anon_sym_restrict] = ACTIONS(1887), + [anon_sym__Atomic] = ACTIONS(1887), + [anon_sym_mutable] = ACTIONS(1887), + [anon_sym_constexpr] = ACTIONS(1887), + [anon_sym_signed] = ACTIONS(1887), + [anon_sym_unsigned] = ACTIONS(1887), + [anon_sym_long] = ACTIONS(1887), + [anon_sym_short] = ACTIONS(1887), + [sym_primitive_type] = ACTIONS(1887), + [anon_sym_enum] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1887), + [anon_sym_union] = ACTIONS(1887), + [anon_sym_if] = ACTIONS(1887), + [anon_sym_switch] = ACTIONS(1887), + [anon_sym_case] = ACTIONS(1887), + [anon_sym_default] = ACTIONS(1887), + [anon_sym_while] = ACTIONS(1887), + [anon_sym_do] = ACTIONS(1887), + [anon_sym_for] = ACTIONS(1887), + [anon_sym_return] = ACTIONS(1887), + [anon_sym_break] = ACTIONS(1887), + [anon_sym_continue] = ACTIONS(1887), + [anon_sym_goto] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1889), + [anon_sym_sizeof] = ACTIONS(1887), + [sym_number_literal] = ACTIONS(1889), + [anon_sym_L_SQUOTE] = ACTIONS(1889), + [anon_sym_u_SQUOTE] = ACTIONS(1889), + [anon_sym_U_SQUOTE] = ACTIONS(1889), + [anon_sym_u8_SQUOTE] = ACTIONS(1889), + [anon_sym_SQUOTE] = ACTIONS(1889), + [anon_sym_L_DQUOTE] = ACTIONS(1889), + [anon_sym_u_DQUOTE] = ACTIONS(1889), + [anon_sym_U_DQUOTE] = ACTIONS(1889), + [anon_sym_u8_DQUOTE] = ACTIONS(1889), + [anon_sym_DQUOTE] = ACTIONS(1889), + [sym_true] = ACTIONS(1887), + [sym_false] = ACTIONS(1887), + [sym_null] = ACTIONS(1887), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1707), - [anon_sym_virtual] = ACTIONS(1707), - [anon_sym_explicit] = ACTIONS(1707), - [sym_auto] = ACTIONS(1707), - [anon_sym_typename] = ACTIONS(1707), - [anon_sym_template] = ACTIONS(1707), - [anon_sym_operator] = ACTIONS(1707), - [anon_sym_delete] = ACTIONS(1707), - [anon_sym_throw] = ACTIONS(1707), - [anon_sym_namespace] = ACTIONS(1707), - [anon_sym_using] = ACTIONS(1707), - [anon_sym_static_assert] = ACTIONS(1707), - [anon_sym_co_return] = ACTIONS(1707), - [anon_sym_co_yield] = ACTIONS(1707), - [anon_sym_try] = ACTIONS(1707), - [anon_sym_co_await] = ACTIONS(1707), - [anon_sym_new] = ACTIONS(1707), - [sym_this] = ACTIONS(1707), - [sym_nullptr] = ACTIONS(1707), - [sym_alone_macro] = ACTIONS(1709), - [aux_sym_alone_macro_call_token1] = ACTIONS(1707), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_FORWARD] = ACTIONS(1707), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1707), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_PS_GET] = ACTIONS(1707), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1707), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1707), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1707), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1707), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), - [anon_sym_MOZ_COLD] = ACTIONS(1707), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL] = ACTIONS(1707), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN] = ACTIONS(1707), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), - [anon_sym_MOZ_RAII] = ACTIONS(1707), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), - [sym_raw_string_literal] = ACTIONS(1709), + [anon_sym_decltype] = ACTIONS(1887), + [anon_sym_virtual] = ACTIONS(1887), + [anon_sym_explicit] = ACTIONS(1887), + [sym_auto] = ACTIONS(1887), + [anon_sym_typename] = ACTIONS(1887), + [anon_sym_template] = ACTIONS(1887), + [anon_sym_operator] = ACTIONS(1887), + [anon_sym_delete] = ACTIONS(1887), + [anon_sym_throw] = ACTIONS(1887), + [anon_sym_namespace] = ACTIONS(1887), + [anon_sym_using] = ACTIONS(1887), + [anon_sym_static_assert] = ACTIONS(1887), + [anon_sym_co_return] = ACTIONS(1887), + [anon_sym_co_yield] = ACTIONS(1887), + [anon_sym_try] = ACTIONS(1887), + [anon_sym_co_await] = ACTIONS(1887), + [anon_sym_new] = ACTIONS(1887), + [sym_this] = ACTIONS(1887), + [sym_nullptr] = ACTIONS(1887), + [sym_alone_macro] = ACTIONS(1889), + [aux_sym_alone_macro_call_token1] = ACTIONS(1887), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_FORWARD] = ACTIONS(1887), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1887), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_PS_GET] = ACTIONS(1887), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1887), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1887), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1887), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1887), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), + [anon_sym_MOZ_COLD] = ACTIONS(1887), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_RAII] = ACTIONS(1887), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), + [sym_raw_string_literal] = ACTIONS(1889), }, [641] = { - [sym_identifier] = ACTIONS(1771), - [aux_sym_preproc_include_token1] = ACTIONS(1771), - [aux_sym_preproc_def_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token2] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), - [sym_preproc_directive] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_BANG] = ACTIONS(1773), - [anon_sym_TILDE] = ACTIONS(1773), - [anon_sym_DASH] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(1771), - [anon_sym_STAR] = ACTIONS(1773), - [anon_sym_AMP_AMP] = ACTIONS(1773), - [anon_sym_AMP] = ACTIONS(1771), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_typedef] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym___attribute__] = ACTIONS(1771), - [anon_sym_COLON_COLON] = ACTIONS(1773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), - [anon_sym___declspec] = ACTIONS(1771), - [anon_sym___based] = ACTIONS(1771), - [anon_sym___cdecl] = ACTIONS(1771), - [anon_sym___clrcall] = ACTIONS(1771), - [anon_sym___stdcall] = ACTIONS(1771), - [anon_sym___fastcall] = ACTIONS(1771), - [anon_sym___thiscall] = ACTIONS(1771), - [anon_sym___vectorcall] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1771), - [anon_sym_static] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_inline] = ACTIONS(1771), - [anon_sym_thread_local] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [anon_sym_volatile] = ACTIONS(1771), - [anon_sym_restrict] = ACTIONS(1771), - [anon_sym__Atomic] = ACTIONS(1771), - [anon_sym_mutable] = ACTIONS(1771), - [anon_sym_constexpr] = ACTIONS(1771), - [anon_sym_signed] = ACTIONS(1771), - [anon_sym_unsigned] = ACTIONS(1771), - [anon_sym_long] = ACTIONS(1771), - [anon_sym_short] = ACTIONS(1771), - [sym_primitive_type] = ACTIONS(1771), - [anon_sym_enum] = ACTIONS(1771), - [anon_sym_class] = ACTIONS(1771), - [anon_sym_struct] = ACTIONS(1771), - [anon_sym_union] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_switch] = ACTIONS(1771), - [anon_sym_case] = ACTIONS(1771), - [anon_sym_default] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_goto] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_PLUS_PLUS] = ACTIONS(1773), - [anon_sym_sizeof] = ACTIONS(1771), - [sym_number_literal] = ACTIONS(1773), - [anon_sym_L_SQUOTE] = ACTIONS(1773), - [anon_sym_u_SQUOTE] = ACTIONS(1773), - [anon_sym_U_SQUOTE] = ACTIONS(1773), - [anon_sym_u8_SQUOTE] = ACTIONS(1773), - [anon_sym_SQUOTE] = ACTIONS(1773), - [anon_sym_L_DQUOTE] = ACTIONS(1773), - [anon_sym_u_DQUOTE] = ACTIONS(1773), - [anon_sym_U_DQUOTE] = ACTIONS(1773), - [anon_sym_u8_DQUOTE] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym_true] = ACTIONS(1771), - [sym_false] = ACTIONS(1771), - [sym_null] = ACTIONS(1771), + [sym_identifier] = ACTIONS(1703), + [aux_sym_preproc_include_token1] = ACTIONS(1703), + [aux_sym_preproc_def_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token2] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), + [sym_preproc_directive] = ACTIONS(1703), + [anon_sym_LPAREN2] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1703), + [anon_sym_PLUS] = ACTIONS(1703), + [anon_sym_STAR] = ACTIONS(1705), + [anon_sym_AMP_AMP] = ACTIONS(1705), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_typedef] = ACTIONS(1703), + [anon_sym_extern] = ACTIONS(1703), + [anon_sym___attribute__] = ACTIONS(1703), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), + [anon_sym___declspec] = ACTIONS(1703), + [anon_sym___based] = ACTIONS(1703), + [anon_sym___cdecl] = ACTIONS(1703), + [anon_sym___clrcall] = ACTIONS(1703), + [anon_sym___stdcall] = ACTIONS(1703), + [anon_sym___fastcall] = ACTIONS(1703), + [anon_sym___thiscall] = ACTIONS(1703), + [anon_sym___vectorcall] = ACTIONS(1703), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_LBRACK] = ACTIONS(1703), + [anon_sym_static] = ACTIONS(1703), + [anon_sym_register] = ACTIONS(1703), + [anon_sym_inline] = ACTIONS(1703), + [anon_sym_thread_local] = ACTIONS(1703), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_volatile] = ACTIONS(1703), + [anon_sym_restrict] = ACTIONS(1703), + [anon_sym__Atomic] = ACTIONS(1703), + [anon_sym_mutable] = ACTIONS(1703), + [anon_sym_constexpr] = ACTIONS(1703), + [anon_sym_signed] = ACTIONS(1703), + [anon_sym_unsigned] = ACTIONS(1703), + [anon_sym_long] = ACTIONS(1703), + [anon_sym_short] = ACTIONS(1703), + [sym_primitive_type] = ACTIONS(1703), + [anon_sym_enum] = ACTIONS(1703), + [anon_sym_class] = ACTIONS(1703), + [anon_sym_struct] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), + [anon_sym_if] = ACTIONS(1703), + [anon_sym_switch] = ACTIONS(1703), + [anon_sym_case] = ACTIONS(1703), + [anon_sym_default] = ACTIONS(1703), + [anon_sym_while] = ACTIONS(1703), + [anon_sym_do] = ACTIONS(1703), + [anon_sym_for] = ACTIONS(1703), + [anon_sym_return] = ACTIONS(1703), + [anon_sym_break] = ACTIONS(1703), + [anon_sym_continue] = ACTIONS(1703), + [anon_sym_goto] = ACTIONS(1703), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_sizeof] = ACTIONS(1703), + [sym_number_literal] = ACTIONS(1705), + [anon_sym_L_SQUOTE] = ACTIONS(1705), + [anon_sym_u_SQUOTE] = ACTIONS(1705), + [anon_sym_U_SQUOTE] = ACTIONS(1705), + [anon_sym_u8_SQUOTE] = ACTIONS(1705), + [anon_sym_SQUOTE] = ACTIONS(1705), + [anon_sym_L_DQUOTE] = ACTIONS(1705), + [anon_sym_u_DQUOTE] = ACTIONS(1705), + [anon_sym_U_DQUOTE] = ACTIONS(1705), + [anon_sym_u8_DQUOTE] = ACTIONS(1705), + [anon_sym_DQUOTE] = ACTIONS(1705), + [sym_true] = ACTIONS(1703), + [sym_false] = ACTIONS(1703), + [sym_null] = ACTIONS(1703), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1771), - [anon_sym_virtual] = ACTIONS(1771), - [anon_sym_explicit] = ACTIONS(1771), - [sym_auto] = ACTIONS(1771), - [anon_sym_typename] = ACTIONS(1771), - [anon_sym_template] = ACTIONS(1771), - [anon_sym_operator] = ACTIONS(1771), - [anon_sym_delete] = ACTIONS(1771), - [anon_sym_throw] = ACTIONS(1771), - [anon_sym_namespace] = ACTIONS(1771), - [anon_sym_using] = ACTIONS(1771), - [anon_sym_static_assert] = ACTIONS(1771), - [anon_sym_co_return] = ACTIONS(1771), - [anon_sym_co_yield] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_co_await] = ACTIONS(1771), - [anon_sym_new] = ACTIONS(1771), - [sym_this] = ACTIONS(1771), - [sym_nullptr] = ACTIONS(1771), - [sym_alone_macro] = ACTIONS(1773), - [aux_sym_alone_macro_call_token1] = ACTIONS(1771), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_FORWARD] = ACTIONS(1771), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1771), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_PS_GET] = ACTIONS(1771), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1771), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1771), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1771), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1771), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), - [anon_sym_MOZ_COLD] = ACTIONS(1771), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_RAII] = ACTIONS(1771), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), - [sym_raw_string_literal] = ACTIONS(1773), + [anon_sym_decltype] = ACTIONS(1703), + [anon_sym_virtual] = ACTIONS(1703), + [anon_sym_explicit] = ACTIONS(1703), + [sym_auto] = ACTIONS(1703), + [anon_sym_typename] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1703), + [anon_sym_operator] = ACTIONS(1703), + [anon_sym_delete] = ACTIONS(1703), + [anon_sym_throw] = ACTIONS(1703), + [anon_sym_namespace] = ACTIONS(1703), + [anon_sym_using] = ACTIONS(1703), + [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_co_return] = ACTIONS(1703), + [anon_sym_co_yield] = ACTIONS(1703), + [anon_sym_try] = ACTIONS(1703), + [anon_sym_co_await] = ACTIONS(1703), + [anon_sym_new] = ACTIONS(1703), + [sym_this] = ACTIONS(1703), + [sym_nullptr] = ACTIONS(1703), + [sym_alone_macro] = ACTIONS(1705), + [aux_sym_alone_macro_call_token1] = ACTIONS(1703), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_FORWARD] = ACTIONS(1703), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1703), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_PS_GET] = ACTIONS(1703), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1703), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1703), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1703), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1703), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), + [anon_sym_MOZ_COLD] = ACTIONS(1703), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_RAII] = ACTIONS(1703), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), + [sym_raw_string_literal] = ACTIONS(1705), }, [642] = { - [ts_builtin_sym_end] = ACTIONS(1889), - [sym_identifier] = ACTIONS(1887), - [aux_sym_preproc_include_token1] = ACTIONS(1887), - [aux_sym_preproc_def_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), - [sym_preproc_directive] = ACTIONS(1887), - [anon_sym_LPAREN2] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(1889), - [anon_sym_TILDE] = ACTIONS(1889), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_PLUS] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_SEMI] = ACTIONS(1889), - [anon_sym_typedef] = ACTIONS(1887), - [anon_sym_extern] = ACTIONS(1887), - [anon_sym___attribute__] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1889), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), - [anon_sym___declspec] = ACTIONS(1887), - [anon_sym___based] = ACTIONS(1887), - [anon_sym___cdecl] = ACTIONS(1887), - [anon_sym___clrcall] = ACTIONS(1887), - [anon_sym___stdcall] = ACTIONS(1887), - [anon_sym___fastcall] = ACTIONS(1887), - [anon_sym___thiscall] = ACTIONS(1887), - [anon_sym___vectorcall] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1889), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_static] = ACTIONS(1887), - [anon_sym_register] = ACTIONS(1887), - [anon_sym_inline] = ACTIONS(1887), - [anon_sym_thread_local] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_volatile] = ACTIONS(1887), - [anon_sym_restrict] = ACTIONS(1887), - [anon_sym__Atomic] = ACTIONS(1887), - [anon_sym_mutable] = ACTIONS(1887), - [anon_sym_constexpr] = ACTIONS(1887), - [anon_sym_signed] = ACTIONS(1887), - [anon_sym_unsigned] = ACTIONS(1887), - [anon_sym_long] = ACTIONS(1887), - [anon_sym_short] = ACTIONS(1887), - [sym_primitive_type] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_class] = ACTIONS(1887), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), - [anon_sym_if] = ACTIONS(1887), - [anon_sym_switch] = ACTIONS(1887), - [anon_sym_case] = ACTIONS(1887), - [anon_sym_default] = ACTIONS(1887), - [anon_sym_while] = ACTIONS(1887), - [anon_sym_do] = ACTIONS(1887), - [anon_sym_for] = ACTIONS(1887), - [anon_sym_return] = ACTIONS(1887), - [anon_sym_break] = ACTIONS(1887), - [anon_sym_continue] = ACTIONS(1887), - [anon_sym_goto] = ACTIONS(1887), - [anon_sym_DASH_DASH] = ACTIONS(1889), - [anon_sym_PLUS_PLUS] = ACTIONS(1889), - [anon_sym_sizeof] = ACTIONS(1887), - [sym_number_literal] = ACTIONS(1889), - [anon_sym_L_SQUOTE] = ACTIONS(1889), - [anon_sym_u_SQUOTE] = ACTIONS(1889), - [anon_sym_U_SQUOTE] = ACTIONS(1889), - [anon_sym_u8_SQUOTE] = ACTIONS(1889), - [anon_sym_SQUOTE] = ACTIONS(1889), - [anon_sym_L_DQUOTE] = ACTIONS(1889), - [anon_sym_u_DQUOTE] = ACTIONS(1889), - [anon_sym_U_DQUOTE] = ACTIONS(1889), - [anon_sym_u8_DQUOTE] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_true] = ACTIONS(1887), - [sym_false] = ACTIONS(1887), - [sym_null] = ACTIONS(1887), + [sym_identifier] = ACTIONS(1811), + [aux_sym_preproc_include_token1] = ACTIONS(1811), + [aux_sym_preproc_def_token1] = ACTIONS(1811), + [aux_sym_preproc_if_token1] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), + [sym_preproc_directive] = ACTIONS(1811), + [anon_sym_LPAREN2] = ACTIONS(1813), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_TILDE] = ACTIONS(1813), + [anon_sym_DASH] = ACTIONS(1811), + [anon_sym_PLUS] = ACTIONS(1811), + [anon_sym_STAR] = ACTIONS(1813), + [anon_sym_AMP_AMP] = ACTIONS(1813), + [anon_sym_AMP] = ACTIONS(1811), + [anon_sym_SEMI] = ACTIONS(1813), + [anon_sym_typedef] = ACTIONS(1811), + [anon_sym_extern] = ACTIONS(1811), + [anon_sym___attribute__] = ACTIONS(1811), + [anon_sym_COLON_COLON] = ACTIONS(1813), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), + [anon_sym___declspec] = ACTIONS(1811), + [anon_sym___based] = ACTIONS(1811), + [anon_sym___cdecl] = ACTIONS(1811), + [anon_sym___clrcall] = ACTIONS(1811), + [anon_sym___stdcall] = ACTIONS(1811), + [anon_sym___fastcall] = ACTIONS(1811), + [anon_sym___thiscall] = ACTIONS(1811), + [anon_sym___vectorcall] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_RBRACE] = ACTIONS(1813), + [anon_sym_LBRACK] = ACTIONS(1811), + [anon_sym_static] = ACTIONS(1811), + [anon_sym_register] = ACTIONS(1811), + [anon_sym_inline] = ACTIONS(1811), + [anon_sym_thread_local] = ACTIONS(1811), + [anon_sym_const] = ACTIONS(1811), + [anon_sym_volatile] = ACTIONS(1811), + [anon_sym_restrict] = ACTIONS(1811), + [anon_sym__Atomic] = ACTIONS(1811), + [anon_sym_mutable] = ACTIONS(1811), + [anon_sym_constexpr] = ACTIONS(1811), + [anon_sym_signed] = ACTIONS(1811), + [anon_sym_unsigned] = ACTIONS(1811), + [anon_sym_long] = ACTIONS(1811), + [anon_sym_short] = ACTIONS(1811), + [sym_primitive_type] = ACTIONS(1811), + [anon_sym_enum] = ACTIONS(1811), + [anon_sym_class] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1811), + [anon_sym_union] = ACTIONS(1811), + [anon_sym_if] = ACTIONS(1811), + [anon_sym_switch] = ACTIONS(1811), + [anon_sym_case] = ACTIONS(1811), + [anon_sym_default] = ACTIONS(1811), + [anon_sym_while] = ACTIONS(1811), + [anon_sym_do] = ACTIONS(1811), + [anon_sym_for] = ACTIONS(1811), + [anon_sym_return] = ACTIONS(1811), + [anon_sym_break] = ACTIONS(1811), + [anon_sym_continue] = ACTIONS(1811), + [anon_sym_goto] = ACTIONS(1811), + [anon_sym_DASH_DASH] = ACTIONS(1813), + [anon_sym_PLUS_PLUS] = ACTIONS(1813), + [anon_sym_sizeof] = ACTIONS(1811), + [sym_number_literal] = ACTIONS(1813), + [anon_sym_L_SQUOTE] = ACTIONS(1813), + [anon_sym_u_SQUOTE] = ACTIONS(1813), + [anon_sym_U_SQUOTE] = ACTIONS(1813), + [anon_sym_u8_SQUOTE] = ACTIONS(1813), + [anon_sym_SQUOTE] = ACTIONS(1813), + [anon_sym_L_DQUOTE] = ACTIONS(1813), + [anon_sym_u_DQUOTE] = ACTIONS(1813), + [anon_sym_U_DQUOTE] = ACTIONS(1813), + [anon_sym_u8_DQUOTE] = ACTIONS(1813), + [anon_sym_DQUOTE] = ACTIONS(1813), + [sym_true] = ACTIONS(1811), + [sym_false] = ACTIONS(1811), + [sym_null] = ACTIONS(1811), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1887), - [anon_sym_virtual] = ACTIONS(1887), - [anon_sym_explicit] = ACTIONS(1887), - [sym_auto] = ACTIONS(1887), - [anon_sym_typename] = ACTIONS(1887), - [anon_sym_template] = ACTIONS(1887), - [anon_sym_operator] = ACTIONS(1887), - [anon_sym_delete] = ACTIONS(1887), - [anon_sym_throw] = ACTIONS(1887), - [anon_sym_namespace] = ACTIONS(1887), - [anon_sym_using] = ACTIONS(1887), - [anon_sym_static_assert] = ACTIONS(1887), - [anon_sym_co_return] = ACTIONS(1887), - [anon_sym_co_yield] = ACTIONS(1887), - [anon_sym_try] = ACTIONS(1887), - [anon_sym_co_await] = ACTIONS(1887), - [anon_sym_new] = ACTIONS(1887), - [sym_this] = ACTIONS(1887), - [sym_nullptr] = ACTIONS(1887), - [sym_alone_macro] = ACTIONS(1889), - [aux_sym_alone_macro_call_token1] = ACTIONS(1887), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_FORWARD] = ACTIONS(1887), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1887), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_PS_GET] = ACTIONS(1887), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1887), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1887), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1887), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1887), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), - [anon_sym_MOZ_COLD] = ACTIONS(1887), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_RAII] = ACTIONS(1887), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), - [sym_raw_string_literal] = ACTIONS(1889), + [anon_sym_decltype] = ACTIONS(1811), + [anon_sym_virtual] = ACTIONS(1811), + [anon_sym_explicit] = ACTIONS(1811), + [sym_auto] = ACTIONS(1811), + [anon_sym_typename] = ACTIONS(1811), + [anon_sym_template] = ACTIONS(1811), + [anon_sym_operator] = ACTIONS(1811), + [anon_sym_delete] = ACTIONS(1811), + [anon_sym_throw] = ACTIONS(1811), + [anon_sym_namespace] = ACTIONS(1811), + [anon_sym_using] = ACTIONS(1811), + [anon_sym_static_assert] = ACTIONS(1811), + [anon_sym_co_return] = ACTIONS(1811), + [anon_sym_co_yield] = ACTIONS(1811), + [anon_sym_try] = ACTIONS(1811), + [anon_sym_co_await] = ACTIONS(1811), + [anon_sym_new] = ACTIONS(1811), + [sym_this] = ACTIONS(1811), + [sym_nullptr] = ACTIONS(1811), + [sym_alone_macro] = ACTIONS(1813), + [aux_sym_alone_macro_call_token1] = ACTIONS(1811), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_FORWARD] = ACTIONS(1811), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1811), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_PS_GET] = ACTIONS(1811), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1811), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1811), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1811), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1811), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), + [anon_sym_MOZ_COLD] = ACTIONS(1811), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL] = ACTIONS(1811), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN] = ACTIONS(1811), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), + [anon_sym_MOZ_RAII] = ACTIONS(1811), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), + [sym_raw_string_literal] = ACTIONS(1813), }, [643] = { - [ts_builtin_sym_end] = ACTIONS(1781), - [sym_identifier] = ACTIONS(1779), - [aux_sym_preproc_include_token1] = ACTIONS(1779), - [aux_sym_preproc_def_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), - [sym_preproc_directive] = ACTIONS(1779), - [anon_sym_LPAREN2] = ACTIONS(1781), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_TILDE] = ACTIONS(1781), - [anon_sym_DASH] = ACTIONS(1779), - [anon_sym_PLUS] = ACTIONS(1779), - [anon_sym_STAR] = ACTIONS(1781), - [anon_sym_AMP_AMP] = ACTIONS(1781), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_SEMI] = ACTIONS(1781), - [anon_sym_typedef] = ACTIONS(1779), - [anon_sym_extern] = ACTIONS(1779), - [anon_sym___attribute__] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1781), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), - [anon_sym___declspec] = ACTIONS(1779), - [anon_sym___based] = ACTIONS(1779), - [anon_sym___cdecl] = ACTIONS(1779), - [anon_sym___clrcall] = ACTIONS(1779), - [anon_sym___stdcall] = ACTIONS(1779), - [anon_sym___fastcall] = ACTIONS(1779), - [anon_sym___thiscall] = ACTIONS(1779), - [anon_sym___vectorcall] = ACTIONS(1779), - [anon_sym_LBRACE] = ACTIONS(1781), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_static] = ACTIONS(1779), - [anon_sym_register] = ACTIONS(1779), - [anon_sym_inline] = ACTIONS(1779), - [anon_sym_thread_local] = ACTIONS(1779), - [anon_sym_const] = ACTIONS(1779), - [anon_sym_volatile] = ACTIONS(1779), - [anon_sym_restrict] = ACTIONS(1779), - [anon_sym__Atomic] = ACTIONS(1779), - [anon_sym_mutable] = ACTIONS(1779), - [anon_sym_constexpr] = ACTIONS(1779), - [anon_sym_signed] = ACTIONS(1779), - [anon_sym_unsigned] = ACTIONS(1779), - [anon_sym_long] = ACTIONS(1779), - [anon_sym_short] = ACTIONS(1779), - [sym_primitive_type] = ACTIONS(1779), - [anon_sym_enum] = ACTIONS(1779), - [anon_sym_class] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1779), - [anon_sym_union] = ACTIONS(1779), - [anon_sym_if] = ACTIONS(1779), - [anon_sym_switch] = ACTIONS(1779), - [anon_sym_case] = ACTIONS(1779), - [anon_sym_default] = ACTIONS(1779), - [anon_sym_while] = ACTIONS(1779), - [anon_sym_do] = ACTIONS(1779), - [anon_sym_for] = ACTIONS(1779), - [anon_sym_return] = ACTIONS(1779), - [anon_sym_break] = ACTIONS(1779), - [anon_sym_continue] = ACTIONS(1779), - [anon_sym_goto] = ACTIONS(1779), - [anon_sym_DASH_DASH] = ACTIONS(1781), - [anon_sym_PLUS_PLUS] = ACTIONS(1781), - [anon_sym_sizeof] = ACTIONS(1779), - [sym_number_literal] = ACTIONS(1781), - [anon_sym_L_SQUOTE] = ACTIONS(1781), - [anon_sym_u_SQUOTE] = ACTIONS(1781), - [anon_sym_U_SQUOTE] = ACTIONS(1781), - [anon_sym_u8_SQUOTE] = ACTIONS(1781), - [anon_sym_SQUOTE] = ACTIONS(1781), - [anon_sym_L_DQUOTE] = ACTIONS(1781), - [anon_sym_u_DQUOTE] = ACTIONS(1781), - [anon_sym_U_DQUOTE] = ACTIONS(1781), - [anon_sym_u8_DQUOTE] = ACTIONS(1781), - [anon_sym_DQUOTE] = ACTIONS(1781), - [sym_true] = ACTIONS(1779), - [sym_false] = ACTIONS(1779), - [sym_null] = ACTIONS(1779), + [ts_builtin_sym_end] = ACTIONS(1901), + [sym_identifier] = ACTIONS(1899), + [aux_sym_preproc_include_token1] = ACTIONS(1899), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), + [sym_preproc_directive] = ACTIONS(1899), + [anon_sym_LPAREN2] = ACTIONS(1901), + [anon_sym_BANG] = ACTIONS(1901), + [anon_sym_TILDE] = ACTIONS(1901), + [anon_sym_DASH] = ACTIONS(1899), + [anon_sym_PLUS] = ACTIONS(1899), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_AMP_AMP] = ACTIONS(1901), + [anon_sym_AMP] = ACTIONS(1899), + [anon_sym_SEMI] = ACTIONS(1901), + [anon_sym_typedef] = ACTIONS(1899), + [anon_sym_extern] = ACTIONS(1899), + [anon_sym___attribute__] = ACTIONS(1899), + [anon_sym_COLON_COLON] = ACTIONS(1901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), + [anon_sym___declspec] = ACTIONS(1899), + [anon_sym___based] = ACTIONS(1899), + [anon_sym___cdecl] = ACTIONS(1899), + [anon_sym___clrcall] = ACTIONS(1899), + [anon_sym___stdcall] = ACTIONS(1899), + [anon_sym___fastcall] = ACTIONS(1899), + [anon_sym___thiscall] = ACTIONS(1899), + [anon_sym___vectorcall] = ACTIONS(1899), + [anon_sym_LBRACE] = ACTIONS(1901), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_register] = ACTIONS(1899), + [anon_sym_inline] = ACTIONS(1899), + [anon_sym_thread_local] = ACTIONS(1899), + [anon_sym_const] = ACTIONS(1899), + [anon_sym_volatile] = ACTIONS(1899), + [anon_sym_restrict] = ACTIONS(1899), + [anon_sym__Atomic] = ACTIONS(1899), + [anon_sym_mutable] = ACTIONS(1899), + [anon_sym_constexpr] = ACTIONS(1899), + [anon_sym_signed] = ACTIONS(1899), + [anon_sym_unsigned] = ACTIONS(1899), + [anon_sym_long] = ACTIONS(1899), + [anon_sym_short] = ACTIONS(1899), + [sym_primitive_type] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_union] = ACTIONS(1899), + [anon_sym_if] = ACTIONS(1899), + [anon_sym_switch] = ACTIONS(1899), + [anon_sym_case] = ACTIONS(1899), + [anon_sym_default] = ACTIONS(1899), + [anon_sym_while] = ACTIONS(1899), + [anon_sym_do] = ACTIONS(1899), + [anon_sym_for] = ACTIONS(1899), + [anon_sym_return] = ACTIONS(1899), + [anon_sym_break] = ACTIONS(1899), + [anon_sym_continue] = ACTIONS(1899), + [anon_sym_goto] = ACTIONS(1899), + [anon_sym_DASH_DASH] = ACTIONS(1901), + [anon_sym_PLUS_PLUS] = ACTIONS(1901), + [anon_sym_sizeof] = ACTIONS(1899), + [sym_number_literal] = ACTIONS(1901), + [anon_sym_L_SQUOTE] = ACTIONS(1901), + [anon_sym_u_SQUOTE] = ACTIONS(1901), + [anon_sym_U_SQUOTE] = ACTIONS(1901), + [anon_sym_u8_SQUOTE] = ACTIONS(1901), + [anon_sym_SQUOTE] = ACTIONS(1901), + [anon_sym_L_DQUOTE] = ACTIONS(1901), + [anon_sym_u_DQUOTE] = ACTIONS(1901), + [anon_sym_U_DQUOTE] = ACTIONS(1901), + [anon_sym_u8_DQUOTE] = ACTIONS(1901), + [anon_sym_DQUOTE] = ACTIONS(1901), + [sym_true] = ACTIONS(1899), + [sym_false] = ACTIONS(1899), + [sym_null] = ACTIONS(1899), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1899), + [anon_sym_virtual] = ACTIONS(1899), + [anon_sym_explicit] = ACTIONS(1899), + [sym_auto] = ACTIONS(1899), + [anon_sym_typename] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1899), + [anon_sym_operator] = ACTIONS(1899), + [anon_sym_delete] = ACTIONS(1899), + [anon_sym_throw] = ACTIONS(1899), + [anon_sym_namespace] = ACTIONS(1899), + [anon_sym_using] = ACTIONS(1899), + [anon_sym_static_assert] = ACTIONS(1899), + [anon_sym_co_return] = ACTIONS(1899), + [anon_sym_co_yield] = ACTIONS(1899), + [anon_sym_try] = ACTIONS(1899), + [anon_sym_co_await] = ACTIONS(1899), + [anon_sym_new] = ACTIONS(1899), + [sym_this] = ACTIONS(1899), + [sym_nullptr] = ACTIONS(1899), + [sym_alone_macro] = ACTIONS(1901), + [aux_sym_alone_macro_call_token1] = ACTIONS(1899), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_FORWARD] = ACTIONS(1899), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1899), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_PS_GET] = ACTIONS(1899), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1899), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1899), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1899), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), + [anon_sym_MOZ_COLD] = ACTIONS(1899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_RAII] = ACTIONS(1899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), + [sym_raw_string_literal] = ACTIONS(1901), + }, + [644] = { + [ts_builtin_sym_end] = ACTIONS(1833), + [sym_identifier] = ACTIONS(1831), + [aux_sym_preproc_include_token1] = ACTIONS(1831), + [aux_sym_preproc_def_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), + [sym_preproc_directive] = ACTIONS(1831), + [anon_sym_LPAREN2] = ACTIONS(1833), + [anon_sym_BANG] = ACTIONS(1833), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_DASH] = ACTIONS(1831), + [anon_sym_PLUS] = ACTIONS(1831), + [anon_sym_STAR] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_typedef] = ACTIONS(1831), + [anon_sym_extern] = ACTIONS(1831), + [anon_sym___attribute__] = ACTIONS(1831), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), + [anon_sym___declspec] = ACTIONS(1831), + [anon_sym___based] = ACTIONS(1831), + [anon_sym___cdecl] = ACTIONS(1831), + [anon_sym___clrcall] = ACTIONS(1831), + [anon_sym___stdcall] = ACTIONS(1831), + [anon_sym___fastcall] = ACTIONS(1831), + [anon_sym___thiscall] = ACTIONS(1831), + [anon_sym___vectorcall] = ACTIONS(1831), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_LBRACK] = ACTIONS(1831), + [anon_sym_static] = ACTIONS(1831), + [anon_sym_register] = ACTIONS(1831), + [anon_sym_inline] = ACTIONS(1831), + [anon_sym_thread_local] = ACTIONS(1831), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_volatile] = ACTIONS(1831), + [anon_sym_restrict] = ACTIONS(1831), + [anon_sym__Atomic] = ACTIONS(1831), + [anon_sym_mutable] = ACTIONS(1831), + [anon_sym_constexpr] = ACTIONS(1831), + [anon_sym_signed] = ACTIONS(1831), + [anon_sym_unsigned] = ACTIONS(1831), + [anon_sym_long] = ACTIONS(1831), + [anon_sym_short] = ACTIONS(1831), + [sym_primitive_type] = ACTIONS(1831), + [anon_sym_enum] = ACTIONS(1831), + [anon_sym_class] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), + [anon_sym_if] = ACTIONS(1831), + [anon_sym_switch] = ACTIONS(1831), + [anon_sym_case] = ACTIONS(1831), + [anon_sym_default] = ACTIONS(1831), + [anon_sym_while] = ACTIONS(1831), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1831), + [anon_sym_return] = ACTIONS(1831), + [anon_sym_break] = ACTIONS(1831), + [anon_sym_continue] = ACTIONS(1831), + [anon_sym_goto] = ACTIONS(1831), + [anon_sym_DASH_DASH] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(1833), + [anon_sym_sizeof] = ACTIONS(1831), + [sym_number_literal] = ACTIONS(1833), + [anon_sym_L_SQUOTE] = ACTIONS(1833), + [anon_sym_u_SQUOTE] = ACTIONS(1833), + [anon_sym_U_SQUOTE] = ACTIONS(1833), + [anon_sym_u8_SQUOTE] = ACTIONS(1833), + [anon_sym_SQUOTE] = ACTIONS(1833), + [anon_sym_L_DQUOTE] = ACTIONS(1833), + [anon_sym_u_DQUOTE] = ACTIONS(1833), + [anon_sym_U_DQUOTE] = ACTIONS(1833), + [anon_sym_u8_DQUOTE] = ACTIONS(1833), + [anon_sym_DQUOTE] = ACTIONS(1833), + [sym_true] = ACTIONS(1831), + [sym_false] = ACTIONS(1831), + [sym_null] = ACTIONS(1831), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(1831), + [anon_sym_explicit] = ACTIONS(1831), + [sym_auto] = ACTIONS(1831), + [anon_sym_typename] = ACTIONS(1831), + [anon_sym_template] = ACTIONS(1831), + [anon_sym_operator] = ACTIONS(1831), + [anon_sym_delete] = ACTIONS(1831), + [anon_sym_throw] = ACTIONS(1831), + [anon_sym_namespace] = ACTIONS(1831), + [anon_sym_using] = ACTIONS(1831), + [anon_sym_static_assert] = ACTIONS(1831), + [anon_sym_co_return] = ACTIONS(1831), + [anon_sym_co_yield] = ACTIONS(1831), + [anon_sym_try] = ACTIONS(1831), + [anon_sym_co_await] = ACTIONS(1831), + [anon_sym_new] = ACTIONS(1831), + [sym_this] = ACTIONS(1831), + [sym_nullptr] = ACTIONS(1831), + [sym_alone_macro] = ACTIONS(1833), + [aux_sym_alone_macro_call_token1] = ACTIONS(1831), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_FORWARD] = ACTIONS(1831), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_PS_GET] = ACTIONS(1831), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), + [anon_sym_MOZ_COLD] = ACTIONS(1831), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_RAII] = ACTIONS(1831), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), + [sym_raw_string_literal] = ACTIONS(1833), + }, + [645] = { + [ts_builtin_sym_end] = ACTIONS(1905), + [sym_identifier] = ACTIONS(1903), + [aux_sym_preproc_include_token1] = ACTIONS(1903), + [aux_sym_preproc_def_token1] = ACTIONS(1903), + [aux_sym_preproc_if_token1] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), + [sym_preproc_directive] = ACTIONS(1903), + [anon_sym_LPAREN2] = ACTIONS(1905), + [anon_sym_BANG] = ACTIONS(1905), + [anon_sym_TILDE] = ACTIONS(1905), + [anon_sym_DASH] = ACTIONS(1903), + [anon_sym_PLUS] = ACTIONS(1903), + [anon_sym_STAR] = ACTIONS(1905), + [anon_sym_AMP_AMP] = ACTIONS(1905), + [anon_sym_AMP] = ACTIONS(1903), + [anon_sym_SEMI] = ACTIONS(1905), + [anon_sym_typedef] = ACTIONS(1903), + [anon_sym_extern] = ACTIONS(1903), + [anon_sym___attribute__] = ACTIONS(1903), + [anon_sym_COLON_COLON] = ACTIONS(1905), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), + [anon_sym___declspec] = ACTIONS(1903), + [anon_sym___based] = ACTIONS(1903), + [anon_sym___cdecl] = ACTIONS(1903), + [anon_sym___clrcall] = ACTIONS(1903), + [anon_sym___stdcall] = ACTIONS(1903), + [anon_sym___fastcall] = ACTIONS(1903), + [anon_sym___thiscall] = ACTIONS(1903), + [anon_sym___vectorcall] = ACTIONS(1903), + [anon_sym_LBRACE] = ACTIONS(1905), + [anon_sym_LBRACK] = ACTIONS(1903), + [anon_sym_static] = ACTIONS(1903), + [anon_sym_register] = ACTIONS(1903), + [anon_sym_inline] = ACTIONS(1903), + [anon_sym_thread_local] = ACTIONS(1903), + [anon_sym_const] = ACTIONS(1903), + [anon_sym_volatile] = ACTIONS(1903), + [anon_sym_restrict] = ACTIONS(1903), + [anon_sym__Atomic] = ACTIONS(1903), + [anon_sym_mutable] = ACTIONS(1903), + [anon_sym_constexpr] = ACTIONS(1903), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [sym_primitive_type] = ACTIONS(1903), + [anon_sym_enum] = ACTIONS(1903), + [anon_sym_class] = ACTIONS(1903), + [anon_sym_struct] = ACTIONS(1903), + [anon_sym_union] = ACTIONS(1903), + [anon_sym_if] = ACTIONS(1903), + [anon_sym_switch] = ACTIONS(1903), + [anon_sym_case] = ACTIONS(1903), + [anon_sym_default] = ACTIONS(1903), + [anon_sym_while] = ACTIONS(1903), + [anon_sym_do] = ACTIONS(1903), + [anon_sym_for] = ACTIONS(1903), + [anon_sym_return] = ACTIONS(1903), + [anon_sym_break] = ACTIONS(1903), + [anon_sym_continue] = ACTIONS(1903), + [anon_sym_goto] = ACTIONS(1903), + [anon_sym_DASH_DASH] = ACTIONS(1905), + [anon_sym_PLUS_PLUS] = ACTIONS(1905), + [anon_sym_sizeof] = ACTIONS(1903), + [sym_number_literal] = ACTIONS(1905), + [anon_sym_L_SQUOTE] = ACTIONS(1905), + [anon_sym_u_SQUOTE] = ACTIONS(1905), + [anon_sym_U_SQUOTE] = ACTIONS(1905), + [anon_sym_u8_SQUOTE] = ACTIONS(1905), + [anon_sym_SQUOTE] = ACTIONS(1905), + [anon_sym_L_DQUOTE] = ACTIONS(1905), + [anon_sym_u_DQUOTE] = ACTIONS(1905), + [anon_sym_U_DQUOTE] = ACTIONS(1905), + [anon_sym_u8_DQUOTE] = ACTIONS(1905), + [anon_sym_DQUOTE] = ACTIONS(1905), + [sym_true] = ACTIONS(1903), + [sym_false] = ACTIONS(1903), + [sym_null] = ACTIONS(1903), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1903), + [anon_sym_virtual] = ACTIONS(1903), + [anon_sym_explicit] = ACTIONS(1903), + [sym_auto] = ACTIONS(1903), + [anon_sym_typename] = ACTIONS(1903), + [anon_sym_template] = ACTIONS(1903), + [anon_sym_operator] = ACTIONS(1903), + [anon_sym_delete] = ACTIONS(1903), + [anon_sym_throw] = ACTIONS(1903), + [anon_sym_namespace] = ACTIONS(1903), + [anon_sym_using] = ACTIONS(1903), + [anon_sym_static_assert] = ACTIONS(1903), + [anon_sym_co_return] = ACTIONS(1903), + [anon_sym_co_yield] = ACTIONS(1903), + [anon_sym_try] = ACTIONS(1903), + [anon_sym_co_await] = ACTIONS(1903), + [anon_sym_new] = ACTIONS(1903), + [sym_this] = ACTIONS(1903), + [sym_nullptr] = ACTIONS(1903), + [sym_alone_macro] = ACTIONS(1905), + [aux_sym_alone_macro_call_token1] = ACTIONS(1903), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_FORWARD] = ACTIONS(1903), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1903), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_PS_GET] = ACTIONS(1903), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1903), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1903), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1903), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1903), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), + [anon_sym_MOZ_COLD] = ACTIONS(1903), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL] = ACTIONS(1903), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN] = ACTIONS(1903), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), + [anon_sym_MOZ_RAII] = ACTIONS(1903), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), + [sym_raw_string_literal] = ACTIONS(1905), + }, + [646] = { + [ts_builtin_sym_end] = ACTIONS(1733), + [sym_identifier] = ACTIONS(1731), + [aux_sym_preproc_include_token1] = ACTIONS(1731), + [aux_sym_preproc_def_token1] = ACTIONS(1731), + [aux_sym_preproc_if_token1] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), + [sym_preproc_directive] = ACTIONS(1731), + [anon_sym_LPAREN2] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_AMP_AMP] = ACTIONS(1733), + [anon_sym_AMP] = ACTIONS(1731), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_typedef] = ACTIONS(1731), + [anon_sym_extern] = ACTIONS(1731), + [anon_sym___attribute__] = ACTIONS(1731), + [anon_sym_COLON_COLON] = ACTIONS(1733), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), + [anon_sym___declspec] = ACTIONS(1731), + [anon_sym___based] = ACTIONS(1731), + [anon_sym___cdecl] = ACTIONS(1731), + [anon_sym___clrcall] = ACTIONS(1731), + [anon_sym___stdcall] = ACTIONS(1731), + [anon_sym___fastcall] = ACTIONS(1731), + [anon_sym___thiscall] = ACTIONS(1731), + [anon_sym___vectorcall] = ACTIONS(1731), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_static] = ACTIONS(1731), + [anon_sym_register] = ACTIONS(1731), + [anon_sym_inline] = ACTIONS(1731), + [anon_sym_thread_local] = ACTIONS(1731), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_volatile] = ACTIONS(1731), + [anon_sym_restrict] = ACTIONS(1731), + [anon_sym__Atomic] = ACTIONS(1731), + [anon_sym_mutable] = ACTIONS(1731), + [anon_sym_constexpr] = ACTIONS(1731), + [anon_sym_signed] = ACTIONS(1731), + [anon_sym_unsigned] = ACTIONS(1731), + [anon_sym_long] = ACTIONS(1731), + [anon_sym_short] = ACTIONS(1731), + [sym_primitive_type] = ACTIONS(1731), + [anon_sym_enum] = ACTIONS(1731), + [anon_sym_class] = ACTIONS(1731), + [anon_sym_struct] = ACTIONS(1731), + [anon_sym_union] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_do] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_continue] = ACTIONS(1731), + [anon_sym_goto] = ACTIONS(1731), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_sizeof] = ACTIONS(1731), + [sym_number_literal] = ACTIONS(1733), + [anon_sym_L_SQUOTE] = ACTIONS(1733), + [anon_sym_u_SQUOTE] = ACTIONS(1733), + [anon_sym_U_SQUOTE] = ACTIONS(1733), + [anon_sym_u8_SQUOTE] = ACTIONS(1733), + [anon_sym_SQUOTE] = ACTIONS(1733), + [anon_sym_L_DQUOTE] = ACTIONS(1733), + [anon_sym_u_DQUOTE] = ACTIONS(1733), + [anon_sym_U_DQUOTE] = ACTIONS(1733), + [anon_sym_u8_DQUOTE] = ACTIONS(1733), + [anon_sym_DQUOTE] = ACTIONS(1733), + [sym_true] = ACTIONS(1731), + [sym_false] = ACTIONS(1731), + [sym_null] = ACTIONS(1731), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1779), - [anon_sym_virtual] = ACTIONS(1779), - [anon_sym_explicit] = ACTIONS(1779), - [sym_auto] = ACTIONS(1779), - [anon_sym_typename] = ACTIONS(1779), - [anon_sym_template] = ACTIONS(1779), - [anon_sym_operator] = ACTIONS(1779), - [anon_sym_delete] = ACTIONS(1779), - [anon_sym_throw] = ACTIONS(1779), - [anon_sym_namespace] = ACTIONS(1779), - [anon_sym_using] = ACTIONS(1779), - [anon_sym_static_assert] = ACTIONS(1779), - [anon_sym_co_return] = ACTIONS(1779), - [anon_sym_co_yield] = ACTIONS(1779), - [anon_sym_try] = ACTIONS(1779), - [anon_sym_co_await] = ACTIONS(1779), - [anon_sym_new] = ACTIONS(1779), - [sym_this] = ACTIONS(1779), - [sym_nullptr] = ACTIONS(1779), - [sym_alone_macro] = ACTIONS(1781), - [aux_sym_alone_macro_call_token1] = ACTIONS(1779), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_FORWARD] = ACTIONS(1779), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_PS_GET] = ACTIONS(1779), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), - [anon_sym_MOZ_COLD] = ACTIONS(1779), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_RAII] = ACTIONS(1779), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), - [sym_raw_string_literal] = ACTIONS(1781), + [anon_sym_decltype] = ACTIONS(1731), + [anon_sym_virtual] = ACTIONS(1731), + [anon_sym_explicit] = ACTIONS(1731), + [sym_auto] = ACTIONS(1731), + [anon_sym_typename] = ACTIONS(1731), + [anon_sym_template] = ACTIONS(1731), + [anon_sym_operator] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_throw] = ACTIONS(1731), + [anon_sym_namespace] = ACTIONS(1731), + [anon_sym_using] = ACTIONS(1731), + [anon_sym_static_assert] = ACTIONS(1731), + [anon_sym_co_return] = ACTIONS(1731), + [anon_sym_co_yield] = ACTIONS(1731), + [anon_sym_try] = ACTIONS(1731), + [anon_sym_co_await] = ACTIONS(1731), + [anon_sym_new] = ACTIONS(1731), + [sym_this] = ACTIONS(1731), + [sym_nullptr] = ACTIONS(1731), + [sym_alone_macro] = ACTIONS(1733), + [aux_sym_alone_macro_call_token1] = ACTIONS(1731), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_FORWARD] = ACTIONS(1731), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_PS_GET] = ACTIONS(1731), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), + [anon_sym_MOZ_COLD] = ACTIONS(1731), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL] = ACTIONS(1731), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN] = ACTIONS(1731), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), + [anon_sym_MOZ_RAII] = ACTIONS(1731), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), + [sym_raw_string_literal] = ACTIONS(1733), }, - [644] = { + [647] = { + [ts_builtin_sym_end] = ACTIONS(1837), [sym_identifier] = ACTIONS(1835), [aux_sym_preproc_include_token1] = ACTIONS(1835), [aux_sym_preproc_def_token1] = ACTIONS(1835), @@ -157107,736 +157734,355 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1835), [anon_sym___vectorcall] = ACTIONS(1835), [anon_sym_LBRACE] = ACTIONS(1837), - [anon_sym_RBRACE] = ACTIONS(1837), [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym_mutable] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_signed] = ACTIONS(1835), - [anon_sym_unsigned] = ACTIONS(1835), - [anon_sym_long] = ACTIONS(1835), - [anon_sym_short] = ACTIONS(1835), - [sym_primitive_type] = ACTIONS(1835), - [anon_sym_enum] = ACTIONS(1835), - [anon_sym_class] = ACTIONS(1835), - [anon_sym_struct] = ACTIONS(1835), - [anon_sym_union] = ACTIONS(1835), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_switch] = ACTIONS(1835), - [anon_sym_case] = ACTIONS(1835), - [anon_sym_default] = ACTIONS(1835), - [anon_sym_while] = ACTIONS(1835), - [anon_sym_do] = ACTIONS(1835), - [anon_sym_for] = ACTIONS(1835), - [anon_sym_return] = ACTIONS(1835), - [anon_sym_break] = ACTIONS(1835), - [anon_sym_continue] = ACTIONS(1835), - [anon_sym_goto] = ACTIONS(1835), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_sizeof] = ACTIONS(1835), - [sym_number_literal] = ACTIONS(1837), - [anon_sym_L_SQUOTE] = ACTIONS(1837), - [anon_sym_u_SQUOTE] = ACTIONS(1837), - [anon_sym_U_SQUOTE] = ACTIONS(1837), - [anon_sym_u8_SQUOTE] = ACTIONS(1837), - [anon_sym_SQUOTE] = ACTIONS(1837), - [anon_sym_L_DQUOTE] = ACTIONS(1837), - [anon_sym_u_DQUOTE] = ACTIONS(1837), - [anon_sym_U_DQUOTE] = ACTIONS(1837), - [anon_sym_u8_DQUOTE] = ACTIONS(1837), - [anon_sym_DQUOTE] = ACTIONS(1837), - [sym_true] = ACTIONS(1835), - [sym_false] = ACTIONS(1835), - [sym_null] = ACTIONS(1835), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1835), - [anon_sym_virtual] = ACTIONS(1835), - [anon_sym_explicit] = ACTIONS(1835), - [sym_auto] = ACTIONS(1835), - [anon_sym_typename] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1835), - [anon_sym_operator] = ACTIONS(1835), - [anon_sym_delete] = ACTIONS(1835), - [anon_sym_throw] = ACTIONS(1835), - [anon_sym_namespace] = ACTIONS(1835), - [anon_sym_using] = ACTIONS(1835), - [anon_sym_static_assert] = ACTIONS(1835), - [anon_sym_co_return] = ACTIONS(1835), - [anon_sym_co_yield] = ACTIONS(1835), - [anon_sym_try] = ACTIONS(1835), - [anon_sym_co_await] = ACTIONS(1835), - [anon_sym_new] = ACTIONS(1835), - [sym_this] = ACTIONS(1835), - [sym_nullptr] = ACTIONS(1835), - [sym_alone_macro] = ACTIONS(1837), - [aux_sym_alone_macro_call_token1] = ACTIONS(1835), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_FORWARD] = ACTIONS(1835), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_PS_GET] = ACTIONS(1835), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), - [anon_sym_MOZ_COLD] = ACTIONS(1835), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_RAII] = ACTIONS(1835), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), - [sym_raw_string_literal] = ACTIONS(1837), - }, - [645] = { - [sym_identifier] = ACTIONS(1839), - [aux_sym_preproc_include_token1] = ACTIONS(1839), - [aux_sym_preproc_def_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), - [sym_preproc_directive] = ACTIONS(1839), - [anon_sym_LPAREN2] = ACTIONS(1841), - [anon_sym_BANG] = ACTIONS(1841), - [anon_sym_TILDE] = ACTIONS(1841), - [anon_sym_DASH] = ACTIONS(1839), - [anon_sym_PLUS] = ACTIONS(1839), - [anon_sym_STAR] = ACTIONS(1841), - [anon_sym_AMP_AMP] = ACTIONS(1841), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_SEMI] = ACTIONS(1841), - [anon_sym_typedef] = ACTIONS(1839), - [anon_sym_extern] = ACTIONS(1839), - [anon_sym___attribute__] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), - [anon_sym___declspec] = ACTIONS(1839), - [anon_sym___based] = ACTIONS(1839), - [anon_sym___cdecl] = ACTIONS(1839), - [anon_sym___clrcall] = ACTIONS(1839), - [anon_sym___stdcall] = ACTIONS(1839), - [anon_sym___fastcall] = ACTIONS(1839), - [anon_sym___thiscall] = ACTIONS(1839), - [anon_sym___vectorcall] = ACTIONS(1839), - [anon_sym_LBRACE] = ACTIONS(1841), - [anon_sym_RBRACE] = ACTIONS(1841), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_register] = ACTIONS(1839), - [anon_sym_inline] = ACTIONS(1839), - [anon_sym_thread_local] = ACTIONS(1839), - [anon_sym_const] = ACTIONS(1839), - [anon_sym_volatile] = ACTIONS(1839), - [anon_sym_restrict] = ACTIONS(1839), - [anon_sym__Atomic] = ACTIONS(1839), - [anon_sym_mutable] = ACTIONS(1839), - [anon_sym_constexpr] = ACTIONS(1839), - [anon_sym_signed] = ACTIONS(1839), - [anon_sym_unsigned] = ACTIONS(1839), - [anon_sym_long] = ACTIONS(1839), - [anon_sym_short] = ACTIONS(1839), - [sym_primitive_type] = ACTIONS(1839), - [anon_sym_enum] = ACTIONS(1839), - [anon_sym_class] = ACTIONS(1839), - [anon_sym_struct] = ACTIONS(1839), - [anon_sym_union] = ACTIONS(1839), - [anon_sym_if] = ACTIONS(1839), - [anon_sym_switch] = ACTIONS(1839), - [anon_sym_case] = ACTIONS(1839), - [anon_sym_default] = ACTIONS(1839), - [anon_sym_while] = ACTIONS(1839), - [anon_sym_do] = ACTIONS(1839), - [anon_sym_for] = ACTIONS(1839), - [anon_sym_return] = ACTIONS(1839), - [anon_sym_break] = ACTIONS(1839), - [anon_sym_continue] = ACTIONS(1839), - [anon_sym_goto] = ACTIONS(1839), - [anon_sym_DASH_DASH] = ACTIONS(1841), - [anon_sym_PLUS_PLUS] = ACTIONS(1841), - [anon_sym_sizeof] = ACTIONS(1839), - [sym_number_literal] = ACTIONS(1841), - [anon_sym_L_SQUOTE] = ACTIONS(1841), - [anon_sym_u_SQUOTE] = ACTIONS(1841), - [anon_sym_U_SQUOTE] = ACTIONS(1841), - [anon_sym_u8_SQUOTE] = ACTIONS(1841), - [anon_sym_SQUOTE] = ACTIONS(1841), - [anon_sym_L_DQUOTE] = ACTIONS(1841), - [anon_sym_u_DQUOTE] = ACTIONS(1841), - [anon_sym_U_DQUOTE] = ACTIONS(1841), - [anon_sym_u8_DQUOTE] = ACTIONS(1841), - [anon_sym_DQUOTE] = ACTIONS(1841), - [sym_true] = ACTIONS(1839), - [sym_false] = ACTIONS(1839), - [sym_null] = ACTIONS(1839), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1839), - [anon_sym_virtual] = ACTIONS(1839), - [anon_sym_explicit] = ACTIONS(1839), - [sym_auto] = ACTIONS(1839), - [anon_sym_typename] = ACTIONS(1839), - [anon_sym_template] = ACTIONS(1839), - [anon_sym_operator] = ACTIONS(1839), - [anon_sym_delete] = ACTIONS(1839), - [anon_sym_throw] = ACTIONS(1839), - [anon_sym_namespace] = ACTIONS(1839), - [anon_sym_using] = ACTIONS(1839), - [anon_sym_static_assert] = ACTIONS(1839), - [anon_sym_co_return] = ACTIONS(1839), - [anon_sym_co_yield] = ACTIONS(1839), - [anon_sym_try] = ACTIONS(1839), - [anon_sym_co_await] = ACTIONS(1839), - [anon_sym_new] = ACTIONS(1839), - [sym_this] = ACTIONS(1839), - [sym_nullptr] = ACTIONS(1839), - [sym_alone_macro] = ACTIONS(1841), - [aux_sym_alone_macro_call_token1] = ACTIONS(1839), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_FORWARD] = ACTIONS(1839), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1839), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_PS_GET] = ACTIONS(1839), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1839), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1839), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1839), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1839), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), - [anon_sym_MOZ_COLD] = ACTIONS(1839), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_RAII] = ACTIONS(1839), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), - [sym_raw_string_literal] = ACTIONS(1841), - }, - [646] = { - [sym_identifier] = ACTIONS(1843), - [aux_sym_preproc_include_token1] = ACTIONS(1843), - [aux_sym_preproc_def_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), - [sym_preproc_directive] = ACTIONS(1843), - [anon_sym_LPAREN2] = ACTIONS(1845), - [anon_sym_BANG] = ACTIONS(1845), - [anon_sym_TILDE] = ACTIONS(1845), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_AMP_AMP] = ACTIONS(1845), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1845), - [anon_sym_typedef] = ACTIONS(1843), - [anon_sym_extern] = ACTIONS(1843), - [anon_sym___attribute__] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), - [anon_sym___declspec] = ACTIONS(1843), - [anon_sym___based] = ACTIONS(1843), - [anon_sym___cdecl] = ACTIONS(1843), - [anon_sym___clrcall] = ACTIONS(1843), - [anon_sym___stdcall] = ACTIONS(1843), - [anon_sym___fastcall] = ACTIONS(1843), - [anon_sym___thiscall] = ACTIONS(1843), - [anon_sym___vectorcall] = ACTIONS(1843), - [anon_sym_LBRACE] = ACTIONS(1845), - [anon_sym_RBRACE] = ACTIONS(1845), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_static] = ACTIONS(1843), - [anon_sym_register] = ACTIONS(1843), - [anon_sym_inline] = ACTIONS(1843), - [anon_sym_thread_local] = ACTIONS(1843), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym_mutable] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_signed] = ACTIONS(1843), - [anon_sym_unsigned] = ACTIONS(1843), - [anon_sym_long] = ACTIONS(1843), - [anon_sym_short] = ACTIONS(1843), - [sym_primitive_type] = ACTIONS(1843), - [anon_sym_enum] = ACTIONS(1843), - [anon_sym_class] = ACTIONS(1843), - [anon_sym_struct] = ACTIONS(1843), - [anon_sym_union] = ACTIONS(1843), - [anon_sym_if] = ACTIONS(1843), - [anon_sym_switch] = ACTIONS(1843), - [anon_sym_case] = ACTIONS(1843), - [anon_sym_default] = ACTIONS(1843), - [anon_sym_while] = ACTIONS(1843), - [anon_sym_do] = ACTIONS(1843), - [anon_sym_for] = ACTIONS(1843), - [anon_sym_return] = ACTIONS(1843), - [anon_sym_break] = ACTIONS(1843), - [anon_sym_continue] = ACTIONS(1843), - [anon_sym_goto] = ACTIONS(1843), - [anon_sym_DASH_DASH] = ACTIONS(1845), - [anon_sym_PLUS_PLUS] = ACTIONS(1845), - [anon_sym_sizeof] = ACTIONS(1843), - [sym_number_literal] = ACTIONS(1845), - [anon_sym_L_SQUOTE] = ACTIONS(1845), - [anon_sym_u_SQUOTE] = ACTIONS(1845), - [anon_sym_U_SQUOTE] = ACTIONS(1845), - [anon_sym_u8_SQUOTE] = ACTIONS(1845), - [anon_sym_SQUOTE] = ACTIONS(1845), - [anon_sym_L_DQUOTE] = ACTIONS(1845), - [anon_sym_u_DQUOTE] = ACTIONS(1845), - [anon_sym_U_DQUOTE] = ACTIONS(1845), - [anon_sym_u8_DQUOTE] = ACTIONS(1845), - [anon_sym_DQUOTE] = ACTIONS(1845), - [sym_true] = ACTIONS(1843), - [sym_false] = ACTIONS(1843), - [sym_null] = ACTIONS(1843), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1843), - [anon_sym_virtual] = ACTIONS(1843), - [anon_sym_explicit] = ACTIONS(1843), - [sym_auto] = ACTIONS(1843), - [anon_sym_typename] = ACTIONS(1843), - [anon_sym_template] = ACTIONS(1843), - [anon_sym_operator] = ACTIONS(1843), - [anon_sym_delete] = ACTIONS(1843), - [anon_sym_throw] = ACTIONS(1843), - [anon_sym_namespace] = ACTIONS(1843), - [anon_sym_using] = ACTIONS(1843), - [anon_sym_static_assert] = ACTIONS(1843), - [anon_sym_co_return] = ACTIONS(1843), - [anon_sym_co_yield] = ACTIONS(1843), - [anon_sym_try] = ACTIONS(1843), - [anon_sym_co_await] = ACTIONS(1843), - [anon_sym_new] = ACTIONS(1843), - [sym_this] = ACTIONS(1843), - [sym_nullptr] = ACTIONS(1843), - [sym_alone_macro] = ACTIONS(1845), - [aux_sym_alone_macro_call_token1] = ACTIONS(1843), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_FORWARD] = ACTIONS(1843), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1843), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_PS_GET] = ACTIONS(1843), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1843), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1843), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1843), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), - [anon_sym_MOZ_COLD] = ACTIONS(1843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_RAII] = ACTIONS(1843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), - [sym_raw_string_literal] = ACTIONS(1845), - }, - [647] = { - [sym_identifier] = ACTIONS(1883), - [aux_sym_preproc_include_token1] = ACTIONS(1883), - [aux_sym_preproc_def_token1] = ACTIONS(1883), - [aux_sym_preproc_if_token1] = ACTIONS(1883), - [aux_sym_preproc_if_token2] = ACTIONS(1883), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1883), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1883), - [sym_preproc_directive] = ACTIONS(1883), - [anon_sym_LPAREN2] = ACTIONS(1885), - [anon_sym_BANG] = ACTIONS(1885), - [anon_sym_TILDE] = ACTIONS(1885), - [anon_sym_DASH] = ACTIONS(1883), - [anon_sym_PLUS] = ACTIONS(1883), - [anon_sym_STAR] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1883), - [anon_sym_SEMI] = ACTIONS(1885), - [anon_sym_typedef] = ACTIONS(1883), - [anon_sym_extern] = ACTIONS(1883), - [anon_sym___attribute__] = ACTIONS(1883), - [anon_sym_COLON_COLON] = ACTIONS(1885), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1885), - [anon_sym___declspec] = ACTIONS(1883), - [anon_sym___based] = ACTIONS(1883), - [anon_sym___cdecl] = ACTIONS(1883), - [anon_sym___clrcall] = ACTIONS(1883), - [anon_sym___stdcall] = ACTIONS(1883), - [anon_sym___fastcall] = ACTIONS(1883), - [anon_sym___thiscall] = ACTIONS(1883), - [anon_sym___vectorcall] = ACTIONS(1883), - [anon_sym_LBRACE] = ACTIONS(1885), - [anon_sym_LBRACK] = ACTIONS(1883), - [anon_sym_static] = ACTIONS(1883), - [anon_sym_register] = ACTIONS(1883), - [anon_sym_inline] = ACTIONS(1883), - [anon_sym_thread_local] = ACTIONS(1883), - [anon_sym_const] = ACTIONS(1883), - [anon_sym_volatile] = ACTIONS(1883), - [anon_sym_restrict] = ACTIONS(1883), - [anon_sym__Atomic] = ACTIONS(1883), - [anon_sym_mutable] = ACTIONS(1883), - [anon_sym_constexpr] = ACTIONS(1883), - [anon_sym_signed] = ACTIONS(1883), - [anon_sym_unsigned] = ACTIONS(1883), - [anon_sym_long] = ACTIONS(1883), - [anon_sym_short] = ACTIONS(1883), - [sym_primitive_type] = ACTIONS(1883), - [anon_sym_enum] = ACTIONS(1883), - [anon_sym_class] = ACTIONS(1883), - [anon_sym_struct] = ACTIONS(1883), - [anon_sym_union] = ACTIONS(1883), - [anon_sym_if] = ACTIONS(1883), - [anon_sym_switch] = ACTIONS(1883), - [anon_sym_case] = ACTIONS(1883), - [anon_sym_default] = ACTIONS(1883), - [anon_sym_while] = ACTIONS(1883), - [anon_sym_do] = ACTIONS(1883), - [anon_sym_for] = ACTIONS(1883), - [anon_sym_return] = ACTIONS(1883), - [anon_sym_break] = ACTIONS(1883), - [anon_sym_continue] = ACTIONS(1883), - [anon_sym_goto] = ACTIONS(1883), - [anon_sym_DASH_DASH] = ACTIONS(1885), - [anon_sym_PLUS_PLUS] = ACTIONS(1885), - [anon_sym_sizeof] = ACTIONS(1883), - [sym_number_literal] = ACTIONS(1885), - [anon_sym_L_SQUOTE] = ACTIONS(1885), - [anon_sym_u_SQUOTE] = ACTIONS(1885), - [anon_sym_U_SQUOTE] = ACTIONS(1885), - [anon_sym_u8_SQUOTE] = ACTIONS(1885), - [anon_sym_SQUOTE] = ACTIONS(1885), - [anon_sym_L_DQUOTE] = ACTIONS(1885), - [anon_sym_u_DQUOTE] = ACTIONS(1885), - [anon_sym_U_DQUOTE] = ACTIONS(1885), - [anon_sym_u8_DQUOTE] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_true] = ACTIONS(1883), - [sym_false] = ACTIONS(1883), - [sym_null] = ACTIONS(1883), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1883), - [anon_sym_virtual] = ACTIONS(1883), - [anon_sym_explicit] = ACTIONS(1883), - [sym_auto] = ACTIONS(1883), - [anon_sym_typename] = ACTIONS(1883), - [anon_sym_template] = ACTIONS(1883), - [anon_sym_operator] = ACTIONS(1883), - [anon_sym_delete] = ACTIONS(1883), - [anon_sym_throw] = ACTIONS(1883), - [anon_sym_namespace] = ACTIONS(1883), - [anon_sym_using] = ACTIONS(1883), - [anon_sym_static_assert] = ACTIONS(1883), - [anon_sym_co_return] = ACTIONS(1883), - [anon_sym_co_yield] = ACTIONS(1883), - [anon_sym_try] = ACTIONS(1883), - [anon_sym_co_await] = ACTIONS(1883), - [anon_sym_new] = ACTIONS(1883), - [sym_this] = ACTIONS(1883), - [sym_nullptr] = ACTIONS(1883), - [sym_alone_macro] = ACTIONS(1885), - [aux_sym_alone_macro_call_token1] = ACTIONS(1883), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_FORWARD] = ACTIONS(1883), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1883), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_PS_GET] = ACTIONS(1883), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1883), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1883), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1883), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1883), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1883), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1883), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1883), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1883), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1883), - [anon_sym_MOZ_COLD] = ACTIONS(1883), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1883), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1883), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1883), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1883), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1883), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1883), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1883), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1883), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1883), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1883), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1883), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1883), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1883), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1883), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1883), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_NONNULL] = ACTIONS(1883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1883), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1883), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1883), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1883), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1883), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_NORETURN] = ACTIONS(1883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1883), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1883), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1883), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1883), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1883), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1883), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1883), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1883), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1883), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), - [anon_sym_MOZ_RAII] = ACTIONS(1883), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1883), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1883), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1883), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1883), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1883), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1883), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), - [sym_raw_string_literal] = ACTIONS(1885), + [anon_sym_static] = ACTIONS(1835), + [anon_sym_register] = ACTIONS(1835), + [anon_sym_inline] = ACTIONS(1835), + [anon_sym_thread_local] = ACTIONS(1835), + [anon_sym_const] = ACTIONS(1835), + [anon_sym_volatile] = ACTIONS(1835), + [anon_sym_restrict] = ACTIONS(1835), + [anon_sym__Atomic] = ACTIONS(1835), + [anon_sym_mutable] = ACTIONS(1835), + [anon_sym_constexpr] = ACTIONS(1835), + [anon_sym_signed] = ACTIONS(1835), + [anon_sym_unsigned] = ACTIONS(1835), + [anon_sym_long] = ACTIONS(1835), + [anon_sym_short] = ACTIONS(1835), + [sym_primitive_type] = ACTIONS(1835), + [anon_sym_enum] = ACTIONS(1835), + [anon_sym_class] = ACTIONS(1835), + [anon_sym_struct] = ACTIONS(1835), + [anon_sym_union] = ACTIONS(1835), + [anon_sym_if] = ACTIONS(1835), + [anon_sym_switch] = ACTIONS(1835), + [anon_sym_case] = ACTIONS(1835), + [anon_sym_default] = ACTIONS(1835), + [anon_sym_while] = ACTIONS(1835), + [anon_sym_do] = ACTIONS(1835), + [anon_sym_for] = ACTIONS(1835), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1835), + [anon_sym_continue] = ACTIONS(1835), + [anon_sym_goto] = ACTIONS(1835), + [anon_sym_DASH_DASH] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1837), + [anon_sym_sizeof] = ACTIONS(1835), + [sym_number_literal] = ACTIONS(1837), + [anon_sym_L_SQUOTE] = ACTIONS(1837), + [anon_sym_u_SQUOTE] = ACTIONS(1837), + [anon_sym_U_SQUOTE] = ACTIONS(1837), + [anon_sym_u8_SQUOTE] = ACTIONS(1837), + [anon_sym_SQUOTE] = ACTIONS(1837), + [anon_sym_L_DQUOTE] = ACTIONS(1837), + [anon_sym_u_DQUOTE] = ACTIONS(1837), + [anon_sym_U_DQUOTE] = ACTIONS(1837), + [anon_sym_u8_DQUOTE] = ACTIONS(1837), + [anon_sym_DQUOTE] = ACTIONS(1837), + [sym_true] = ACTIONS(1835), + [sym_false] = ACTIONS(1835), + [sym_null] = ACTIONS(1835), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1835), + [anon_sym_virtual] = ACTIONS(1835), + [anon_sym_explicit] = ACTIONS(1835), + [sym_auto] = ACTIONS(1835), + [anon_sym_typename] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1835), + [anon_sym_operator] = ACTIONS(1835), + [anon_sym_delete] = ACTIONS(1835), + [anon_sym_throw] = ACTIONS(1835), + [anon_sym_namespace] = ACTIONS(1835), + [anon_sym_using] = ACTIONS(1835), + [anon_sym_static_assert] = ACTIONS(1835), + [anon_sym_co_return] = ACTIONS(1835), + [anon_sym_co_yield] = ACTIONS(1835), + [anon_sym_try] = ACTIONS(1835), + [anon_sym_co_await] = ACTIONS(1835), + [anon_sym_new] = ACTIONS(1835), + [sym_this] = ACTIONS(1835), + [sym_nullptr] = ACTIONS(1835), + [sym_alone_macro] = ACTIONS(1837), + [aux_sym_alone_macro_call_token1] = ACTIONS(1835), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_FORWARD] = ACTIONS(1835), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_PS_GET] = ACTIONS(1835), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), + [anon_sym_MOZ_COLD] = ACTIONS(1835), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_RAII] = ACTIONS(1835), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), + [sym_raw_string_literal] = ACTIONS(1837), }, [648] = { + [sym_identifier] = ACTIONS(1815), + [aux_sym_preproc_include_token1] = ACTIONS(1815), + [aux_sym_preproc_def_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), + [sym_preproc_directive] = ACTIONS(1815), + [anon_sym_LPAREN2] = ACTIONS(1817), + [anon_sym_BANG] = ACTIONS(1817), + [anon_sym_TILDE] = ACTIONS(1817), + [anon_sym_DASH] = ACTIONS(1815), + [anon_sym_PLUS] = ACTIONS(1815), + [anon_sym_STAR] = ACTIONS(1817), + [anon_sym_AMP_AMP] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_SEMI] = ACTIONS(1817), + [anon_sym_typedef] = ACTIONS(1815), + [anon_sym_extern] = ACTIONS(1815), + [anon_sym___attribute__] = ACTIONS(1815), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), + [anon_sym___declspec] = ACTIONS(1815), + [anon_sym___based] = ACTIONS(1815), + [anon_sym___cdecl] = ACTIONS(1815), + [anon_sym___clrcall] = ACTIONS(1815), + [anon_sym___stdcall] = ACTIONS(1815), + [anon_sym___fastcall] = ACTIONS(1815), + [anon_sym___thiscall] = ACTIONS(1815), + [anon_sym___vectorcall] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1817), + [anon_sym_RBRACE] = ACTIONS(1817), + [anon_sym_LBRACK] = ACTIONS(1815), + [anon_sym_static] = ACTIONS(1815), + [anon_sym_register] = ACTIONS(1815), + [anon_sym_inline] = ACTIONS(1815), + [anon_sym_thread_local] = ACTIONS(1815), + [anon_sym_const] = ACTIONS(1815), + [anon_sym_volatile] = ACTIONS(1815), + [anon_sym_restrict] = ACTIONS(1815), + [anon_sym__Atomic] = ACTIONS(1815), + [anon_sym_mutable] = ACTIONS(1815), + [anon_sym_constexpr] = ACTIONS(1815), + [anon_sym_signed] = ACTIONS(1815), + [anon_sym_unsigned] = ACTIONS(1815), + [anon_sym_long] = ACTIONS(1815), + [anon_sym_short] = ACTIONS(1815), + [sym_primitive_type] = ACTIONS(1815), + [anon_sym_enum] = ACTIONS(1815), + [anon_sym_class] = ACTIONS(1815), + [anon_sym_struct] = ACTIONS(1815), + [anon_sym_union] = ACTIONS(1815), + [anon_sym_if] = ACTIONS(1815), + [anon_sym_switch] = ACTIONS(1815), + [anon_sym_case] = ACTIONS(1815), + [anon_sym_default] = ACTIONS(1815), + [anon_sym_while] = ACTIONS(1815), + [anon_sym_do] = ACTIONS(1815), + [anon_sym_for] = ACTIONS(1815), + [anon_sym_return] = ACTIONS(1815), + [anon_sym_break] = ACTIONS(1815), + [anon_sym_continue] = ACTIONS(1815), + [anon_sym_goto] = ACTIONS(1815), + [anon_sym_DASH_DASH] = ACTIONS(1817), + [anon_sym_PLUS_PLUS] = ACTIONS(1817), + [anon_sym_sizeof] = ACTIONS(1815), + [sym_number_literal] = ACTIONS(1817), + [anon_sym_L_SQUOTE] = ACTIONS(1817), + [anon_sym_u_SQUOTE] = ACTIONS(1817), + [anon_sym_U_SQUOTE] = ACTIONS(1817), + [anon_sym_u8_SQUOTE] = ACTIONS(1817), + [anon_sym_SQUOTE] = ACTIONS(1817), + [anon_sym_L_DQUOTE] = ACTIONS(1817), + [anon_sym_u_DQUOTE] = ACTIONS(1817), + [anon_sym_U_DQUOTE] = ACTIONS(1817), + [anon_sym_u8_DQUOTE] = ACTIONS(1817), + [anon_sym_DQUOTE] = ACTIONS(1817), + [sym_true] = ACTIONS(1815), + [sym_false] = ACTIONS(1815), + [sym_null] = ACTIONS(1815), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_virtual] = ACTIONS(1815), + [anon_sym_explicit] = ACTIONS(1815), + [sym_auto] = ACTIONS(1815), + [anon_sym_typename] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1815), + [anon_sym_operator] = ACTIONS(1815), + [anon_sym_delete] = ACTIONS(1815), + [anon_sym_throw] = ACTIONS(1815), + [anon_sym_namespace] = ACTIONS(1815), + [anon_sym_using] = ACTIONS(1815), + [anon_sym_static_assert] = ACTIONS(1815), + [anon_sym_co_return] = ACTIONS(1815), + [anon_sym_co_yield] = ACTIONS(1815), + [anon_sym_try] = ACTIONS(1815), + [anon_sym_co_await] = ACTIONS(1815), + [anon_sym_new] = ACTIONS(1815), + [sym_this] = ACTIONS(1815), + [sym_nullptr] = ACTIONS(1815), + [sym_alone_macro] = ACTIONS(1817), + [aux_sym_alone_macro_call_token1] = ACTIONS(1815), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_FORWARD] = ACTIONS(1815), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1815), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_PS_GET] = ACTIONS(1815), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1815), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1815), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1815), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1815), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), + [anon_sym_MOZ_COLD] = ACTIONS(1815), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_RAII] = ACTIONS(1815), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), + [sym_raw_string_literal] = ACTIONS(1817), + }, + [649] = { [sym_identifier] = ACTIONS(1883), [aux_sym_preproc_include_token1] = ACTIONS(1883), [aux_sym_preproc_def_token1] = ACTIONS(1883), @@ -158026,1527 +158272,1717 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), [sym_raw_string_literal] = ACTIONS(1885), }, - [649] = { - [ts_builtin_sym_end] = ACTIONS(1853), - [sym_identifier] = ACTIONS(1851), - [aux_sym_preproc_include_token1] = ACTIONS(1851), - [aux_sym_preproc_def_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1851), - [anon_sym_LPAREN2] = ACTIONS(1853), - [anon_sym_BANG] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_PLUS] = ACTIONS(1851), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_AMP_AMP] = ACTIONS(1853), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_SEMI] = ACTIONS(1853), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym___attribute__] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), - [anon_sym___declspec] = ACTIONS(1851), - [anon_sym___based] = ACTIONS(1851), - [anon_sym___cdecl] = ACTIONS(1851), - [anon_sym___clrcall] = ACTIONS(1851), - [anon_sym___stdcall] = ACTIONS(1851), - [anon_sym___fastcall] = ACTIONS(1851), - [anon_sym___thiscall] = ACTIONS(1851), - [anon_sym___vectorcall] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_thread_local] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym__Atomic] = ACTIONS(1851), - [anon_sym_mutable] = ACTIONS(1851), - [anon_sym_constexpr] = ACTIONS(1851), - [anon_sym_signed] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_class] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1851), - [anon_sym_switch] = ACTIONS(1851), - [anon_sym_case] = ACTIONS(1851), - [anon_sym_default] = ACTIONS(1851), - [anon_sym_while] = ACTIONS(1851), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_for] = ACTIONS(1851), - [anon_sym_return] = ACTIONS(1851), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1851), - [anon_sym_goto] = ACTIONS(1851), - [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_PLUS_PLUS] = ACTIONS(1853), - [anon_sym_sizeof] = ACTIONS(1851), - [sym_number_literal] = ACTIONS(1853), - [anon_sym_L_SQUOTE] = ACTIONS(1853), - [anon_sym_u_SQUOTE] = ACTIONS(1853), - [anon_sym_U_SQUOTE] = ACTIONS(1853), - [anon_sym_u8_SQUOTE] = ACTIONS(1853), - [anon_sym_SQUOTE] = ACTIONS(1853), - [anon_sym_L_DQUOTE] = ACTIONS(1853), - [anon_sym_u_DQUOTE] = ACTIONS(1853), - [anon_sym_U_DQUOTE] = ACTIONS(1853), - [anon_sym_u8_DQUOTE] = ACTIONS(1853), - [anon_sym_DQUOTE] = ACTIONS(1853), - [sym_true] = ACTIONS(1851), - [sym_false] = ACTIONS(1851), - [sym_null] = ACTIONS(1851), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1851), - [anon_sym_virtual] = ACTIONS(1851), - [anon_sym_explicit] = ACTIONS(1851), - [sym_auto] = ACTIONS(1851), - [anon_sym_typename] = ACTIONS(1851), - [anon_sym_template] = ACTIONS(1851), - [anon_sym_operator] = ACTIONS(1851), - [anon_sym_delete] = ACTIONS(1851), - [anon_sym_throw] = ACTIONS(1851), - [anon_sym_namespace] = ACTIONS(1851), - [anon_sym_using] = ACTIONS(1851), - [anon_sym_static_assert] = ACTIONS(1851), - [anon_sym_co_return] = ACTIONS(1851), - [anon_sym_co_yield] = ACTIONS(1851), - [anon_sym_try] = ACTIONS(1851), - [anon_sym_co_await] = ACTIONS(1851), - [anon_sym_new] = ACTIONS(1851), - [sym_this] = ACTIONS(1851), - [sym_nullptr] = ACTIONS(1851), - [sym_alone_macro] = ACTIONS(1853), - [aux_sym_alone_macro_call_token1] = ACTIONS(1851), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_FORWARD] = ACTIONS(1851), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1851), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_PS_GET] = ACTIONS(1851), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1851), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1851), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1851), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), - [anon_sym_MOZ_COLD] = ACTIONS(1851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_RAII] = ACTIONS(1851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), - [sym_raw_string_literal] = ACTIONS(1853), - }, [650] = { - [sym_identifier] = ACTIONS(1795), - [aux_sym_preproc_include_token1] = ACTIONS(1795), - [aux_sym_preproc_def_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token2] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), - [sym_preproc_directive] = ACTIONS(1795), - [anon_sym_LPAREN2] = ACTIONS(1797), - [anon_sym_BANG] = ACTIONS(1797), - [anon_sym_TILDE] = ACTIONS(1797), - [anon_sym_DASH] = ACTIONS(1795), - [anon_sym_PLUS] = ACTIONS(1795), - [anon_sym_STAR] = ACTIONS(1797), - [anon_sym_AMP_AMP] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1795), - [anon_sym_SEMI] = ACTIONS(1797), - [anon_sym_typedef] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1795), - [anon_sym___attribute__] = ACTIONS(1795), - [anon_sym_COLON_COLON] = ACTIONS(1797), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), - [anon_sym___declspec] = ACTIONS(1795), - [anon_sym___based] = ACTIONS(1795), - [anon_sym___cdecl] = ACTIONS(1795), - [anon_sym___clrcall] = ACTIONS(1795), - [anon_sym___stdcall] = ACTIONS(1795), - [anon_sym___fastcall] = ACTIONS(1795), - [anon_sym___thiscall] = ACTIONS(1795), - [anon_sym___vectorcall] = ACTIONS(1795), - [anon_sym_LBRACE] = ACTIONS(1797), - [anon_sym_LBRACK] = ACTIONS(1795), - [anon_sym_static] = ACTIONS(1795), - [anon_sym_register] = ACTIONS(1795), - [anon_sym_inline] = ACTIONS(1795), - [anon_sym_thread_local] = ACTIONS(1795), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym_mutable] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_signed] = ACTIONS(1795), - [anon_sym_unsigned] = ACTIONS(1795), - [anon_sym_long] = ACTIONS(1795), - [anon_sym_short] = ACTIONS(1795), - [sym_primitive_type] = ACTIONS(1795), - [anon_sym_enum] = ACTIONS(1795), - [anon_sym_class] = ACTIONS(1795), - [anon_sym_struct] = ACTIONS(1795), - [anon_sym_union] = ACTIONS(1795), - [anon_sym_if] = ACTIONS(1795), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1795), - [anon_sym_default] = ACTIONS(1795), - [anon_sym_while] = ACTIONS(1795), - [anon_sym_do] = ACTIONS(1795), - [anon_sym_for] = ACTIONS(1795), - [anon_sym_return] = ACTIONS(1795), - [anon_sym_break] = ACTIONS(1795), - [anon_sym_continue] = ACTIONS(1795), - [anon_sym_goto] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1797), - [anon_sym_PLUS_PLUS] = ACTIONS(1797), - [anon_sym_sizeof] = ACTIONS(1795), - [sym_number_literal] = ACTIONS(1797), - [anon_sym_L_SQUOTE] = ACTIONS(1797), - [anon_sym_u_SQUOTE] = ACTIONS(1797), - [anon_sym_U_SQUOTE] = ACTIONS(1797), - [anon_sym_u8_SQUOTE] = ACTIONS(1797), - [anon_sym_SQUOTE] = ACTIONS(1797), - [anon_sym_L_DQUOTE] = ACTIONS(1797), - [anon_sym_u_DQUOTE] = ACTIONS(1797), - [anon_sym_U_DQUOTE] = ACTIONS(1797), - [anon_sym_u8_DQUOTE] = ACTIONS(1797), - [anon_sym_DQUOTE] = ACTIONS(1797), - [sym_true] = ACTIONS(1795), - [sym_false] = ACTIONS(1795), - [sym_null] = ACTIONS(1795), + [sym_identifier] = ACTIONS(1879), + [aux_sym_preproc_include_token1] = ACTIONS(1879), + [aux_sym_preproc_def_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), + [sym_preproc_directive] = ACTIONS(1879), + [anon_sym_LPAREN2] = ACTIONS(1881), + [anon_sym_BANG] = ACTIONS(1881), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1879), + [anon_sym_PLUS] = ACTIONS(1879), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1879), + [anon_sym_SEMI] = ACTIONS(1881), + [anon_sym_typedef] = ACTIONS(1879), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym___attribute__] = ACTIONS(1879), + [anon_sym_COLON_COLON] = ACTIONS(1881), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), + [anon_sym___declspec] = ACTIONS(1879), + [anon_sym___based] = ACTIONS(1879), + [anon_sym___cdecl] = ACTIONS(1879), + [anon_sym___clrcall] = ACTIONS(1879), + [anon_sym___stdcall] = ACTIONS(1879), + [anon_sym___fastcall] = ACTIONS(1879), + [anon_sym___thiscall] = ACTIONS(1879), + [anon_sym___vectorcall] = ACTIONS(1879), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_RBRACE] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_register] = ACTIONS(1879), + [anon_sym_inline] = ACTIONS(1879), + [anon_sym_thread_local] = ACTIONS(1879), + [anon_sym_const] = ACTIONS(1879), + [anon_sym_volatile] = ACTIONS(1879), + [anon_sym_restrict] = ACTIONS(1879), + [anon_sym__Atomic] = ACTIONS(1879), + [anon_sym_mutable] = ACTIONS(1879), + [anon_sym_constexpr] = ACTIONS(1879), + [anon_sym_signed] = ACTIONS(1879), + [anon_sym_unsigned] = ACTIONS(1879), + [anon_sym_long] = ACTIONS(1879), + [anon_sym_short] = ACTIONS(1879), + [sym_primitive_type] = ACTIONS(1879), + [anon_sym_enum] = ACTIONS(1879), + [anon_sym_class] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1879), + [anon_sym_union] = ACTIONS(1879), + [anon_sym_if] = ACTIONS(1879), + [anon_sym_switch] = ACTIONS(1879), + [anon_sym_case] = ACTIONS(1879), + [anon_sym_default] = ACTIONS(1879), + [anon_sym_while] = ACTIONS(1879), + [anon_sym_do] = ACTIONS(1879), + [anon_sym_for] = ACTIONS(1879), + [anon_sym_return] = ACTIONS(1879), + [anon_sym_break] = ACTIONS(1879), + [anon_sym_continue] = ACTIONS(1879), + [anon_sym_goto] = ACTIONS(1879), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_sizeof] = ACTIONS(1879), + [sym_number_literal] = ACTIONS(1881), + [anon_sym_L_SQUOTE] = ACTIONS(1881), + [anon_sym_u_SQUOTE] = ACTIONS(1881), + [anon_sym_U_SQUOTE] = ACTIONS(1881), + [anon_sym_u8_SQUOTE] = ACTIONS(1881), + [anon_sym_SQUOTE] = ACTIONS(1881), + [anon_sym_L_DQUOTE] = ACTIONS(1881), + [anon_sym_u_DQUOTE] = ACTIONS(1881), + [anon_sym_U_DQUOTE] = ACTIONS(1881), + [anon_sym_u8_DQUOTE] = ACTIONS(1881), + [anon_sym_DQUOTE] = ACTIONS(1881), + [sym_true] = ACTIONS(1879), + [sym_false] = ACTIONS(1879), + [sym_null] = ACTIONS(1879), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1795), - [anon_sym_virtual] = ACTIONS(1795), - [anon_sym_explicit] = ACTIONS(1795), - [sym_auto] = ACTIONS(1795), - [anon_sym_typename] = ACTIONS(1795), - [anon_sym_template] = ACTIONS(1795), - [anon_sym_operator] = ACTIONS(1795), - [anon_sym_delete] = ACTIONS(1795), - [anon_sym_throw] = ACTIONS(1795), - [anon_sym_namespace] = ACTIONS(1795), - [anon_sym_using] = ACTIONS(1795), - [anon_sym_static_assert] = ACTIONS(1795), - [anon_sym_co_return] = ACTIONS(1795), - [anon_sym_co_yield] = ACTIONS(1795), - [anon_sym_try] = ACTIONS(1795), - [anon_sym_co_await] = ACTIONS(1795), - [anon_sym_new] = ACTIONS(1795), - [sym_this] = ACTIONS(1795), - [sym_nullptr] = ACTIONS(1795), - [sym_alone_macro] = ACTIONS(1797), - [aux_sym_alone_macro_call_token1] = ACTIONS(1795), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_FORWARD] = ACTIONS(1795), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1795), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_PS_GET] = ACTIONS(1795), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1795), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1795), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1795), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1795), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), - [anon_sym_MOZ_COLD] = ACTIONS(1795), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_RAII] = ACTIONS(1795), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), - [sym_raw_string_literal] = ACTIONS(1797), + [anon_sym_decltype] = ACTIONS(1879), + [anon_sym_virtual] = ACTIONS(1879), + [anon_sym_explicit] = ACTIONS(1879), + [sym_auto] = ACTIONS(1879), + [anon_sym_typename] = ACTIONS(1879), + [anon_sym_template] = ACTIONS(1879), + [anon_sym_operator] = ACTIONS(1879), + [anon_sym_delete] = ACTIONS(1879), + [anon_sym_throw] = ACTIONS(1879), + [anon_sym_namespace] = ACTIONS(1879), + [anon_sym_using] = ACTIONS(1879), + [anon_sym_static_assert] = ACTIONS(1879), + [anon_sym_co_return] = ACTIONS(1879), + [anon_sym_co_yield] = ACTIONS(1879), + [anon_sym_try] = ACTIONS(1879), + [anon_sym_co_await] = ACTIONS(1879), + [anon_sym_new] = ACTIONS(1879), + [sym_this] = ACTIONS(1879), + [sym_nullptr] = ACTIONS(1879), + [sym_alone_macro] = ACTIONS(1881), + [aux_sym_alone_macro_call_token1] = ACTIONS(1879), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_FORWARD] = ACTIONS(1879), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1879), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_PS_GET] = ACTIONS(1879), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1879), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1879), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1879), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), + [anon_sym_MOZ_COLD] = ACTIONS(1879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_RAII] = ACTIONS(1879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), + [sym_raw_string_literal] = ACTIONS(1881), }, [651] = { - [ts_builtin_sym_end] = ACTIONS(1757), - [sym_identifier] = ACTIONS(1755), - [aux_sym_preproc_include_token1] = ACTIONS(1755), - [aux_sym_preproc_def_token1] = ACTIONS(1755), - [aux_sym_preproc_if_token1] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), - [sym_preproc_directive] = ACTIONS(1755), - [anon_sym_LPAREN2] = ACTIONS(1757), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1755), - [anon_sym_PLUS] = ACTIONS(1755), - [anon_sym_STAR] = ACTIONS(1757), - [anon_sym_AMP_AMP] = ACTIONS(1757), - [anon_sym_AMP] = ACTIONS(1755), - [anon_sym_SEMI] = ACTIONS(1757), - [anon_sym_typedef] = ACTIONS(1755), - [anon_sym_extern] = ACTIONS(1755), - [anon_sym___attribute__] = ACTIONS(1755), - [anon_sym_COLON_COLON] = ACTIONS(1757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), - [anon_sym___declspec] = ACTIONS(1755), - [anon_sym___based] = ACTIONS(1755), - [anon_sym___cdecl] = ACTIONS(1755), - [anon_sym___clrcall] = ACTIONS(1755), - [anon_sym___stdcall] = ACTIONS(1755), - [anon_sym___fastcall] = ACTIONS(1755), - [anon_sym___thiscall] = ACTIONS(1755), - [anon_sym___vectorcall] = ACTIONS(1755), - [anon_sym_LBRACE] = ACTIONS(1757), - [anon_sym_LBRACK] = ACTIONS(1755), - [anon_sym_static] = ACTIONS(1755), - [anon_sym_register] = ACTIONS(1755), - [anon_sym_inline] = ACTIONS(1755), - [anon_sym_thread_local] = ACTIONS(1755), - [anon_sym_const] = ACTIONS(1755), - [anon_sym_volatile] = ACTIONS(1755), - [anon_sym_restrict] = ACTIONS(1755), - [anon_sym__Atomic] = ACTIONS(1755), - [anon_sym_mutable] = ACTIONS(1755), - [anon_sym_constexpr] = ACTIONS(1755), - [anon_sym_signed] = ACTIONS(1755), - [anon_sym_unsigned] = ACTIONS(1755), - [anon_sym_long] = ACTIONS(1755), - [anon_sym_short] = ACTIONS(1755), - [sym_primitive_type] = ACTIONS(1755), - [anon_sym_enum] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(1755), - [anon_sym_struct] = ACTIONS(1755), - [anon_sym_union] = ACTIONS(1755), - [anon_sym_if] = ACTIONS(1755), - [anon_sym_switch] = ACTIONS(1755), - [anon_sym_case] = ACTIONS(1755), - [anon_sym_default] = ACTIONS(1755), - [anon_sym_while] = ACTIONS(1755), - [anon_sym_do] = ACTIONS(1755), - [anon_sym_for] = ACTIONS(1755), - [anon_sym_return] = ACTIONS(1755), - [anon_sym_break] = ACTIONS(1755), - [anon_sym_continue] = ACTIONS(1755), - [anon_sym_goto] = ACTIONS(1755), - [anon_sym_DASH_DASH] = ACTIONS(1757), - [anon_sym_PLUS_PLUS] = ACTIONS(1757), - [anon_sym_sizeof] = ACTIONS(1755), - [sym_number_literal] = ACTIONS(1757), - [anon_sym_L_SQUOTE] = ACTIONS(1757), - [anon_sym_u_SQUOTE] = ACTIONS(1757), - [anon_sym_U_SQUOTE] = ACTIONS(1757), - [anon_sym_u8_SQUOTE] = ACTIONS(1757), - [anon_sym_SQUOTE] = ACTIONS(1757), - [anon_sym_L_DQUOTE] = ACTIONS(1757), - [anon_sym_u_DQUOTE] = ACTIONS(1757), - [anon_sym_U_DQUOTE] = ACTIONS(1757), - [anon_sym_u8_DQUOTE] = ACTIONS(1757), - [anon_sym_DQUOTE] = ACTIONS(1757), - [sym_true] = ACTIONS(1755), - [sym_false] = ACTIONS(1755), - [sym_null] = ACTIONS(1755), + [ts_builtin_sym_end] = ACTIONS(1829), + [sym_identifier] = ACTIONS(1827), + [aux_sym_preproc_include_token1] = ACTIONS(1827), + [aux_sym_preproc_def_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), + [sym_preproc_directive] = ACTIONS(1827), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1829), + [anon_sym_TILDE] = ACTIONS(1829), + [anon_sym_DASH] = ACTIONS(1827), + [anon_sym_PLUS] = ACTIONS(1827), + [anon_sym_STAR] = ACTIONS(1829), + [anon_sym_AMP_AMP] = ACTIONS(1829), + [anon_sym_AMP] = ACTIONS(1827), + [anon_sym_SEMI] = ACTIONS(1829), + [anon_sym_typedef] = ACTIONS(1827), + [anon_sym_extern] = ACTIONS(1827), + [anon_sym___attribute__] = ACTIONS(1827), + [anon_sym_COLON_COLON] = ACTIONS(1829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), + [anon_sym___declspec] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1827), + [anon_sym___cdecl] = ACTIONS(1827), + [anon_sym___clrcall] = ACTIONS(1827), + [anon_sym___stdcall] = ACTIONS(1827), + [anon_sym___fastcall] = ACTIONS(1827), + [anon_sym___thiscall] = ACTIONS(1827), + [anon_sym___vectorcall] = ACTIONS(1827), + [anon_sym_LBRACE] = ACTIONS(1829), + [anon_sym_LBRACK] = ACTIONS(1827), + [anon_sym_static] = ACTIONS(1827), + [anon_sym_register] = ACTIONS(1827), + [anon_sym_inline] = ACTIONS(1827), + [anon_sym_thread_local] = ACTIONS(1827), + [anon_sym_const] = ACTIONS(1827), + [anon_sym_volatile] = ACTIONS(1827), + [anon_sym_restrict] = ACTIONS(1827), + [anon_sym__Atomic] = ACTIONS(1827), + [anon_sym_mutable] = ACTIONS(1827), + [anon_sym_constexpr] = ACTIONS(1827), + [anon_sym_signed] = ACTIONS(1827), + [anon_sym_unsigned] = ACTIONS(1827), + [anon_sym_long] = ACTIONS(1827), + [anon_sym_short] = ACTIONS(1827), + [sym_primitive_type] = ACTIONS(1827), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1827), + [anon_sym_union] = ACTIONS(1827), + [anon_sym_if] = ACTIONS(1827), + [anon_sym_switch] = ACTIONS(1827), + [anon_sym_case] = ACTIONS(1827), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1827), + [anon_sym_do] = ACTIONS(1827), + [anon_sym_for] = ACTIONS(1827), + [anon_sym_return] = ACTIONS(1827), + [anon_sym_break] = ACTIONS(1827), + [anon_sym_continue] = ACTIONS(1827), + [anon_sym_goto] = ACTIONS(1827), + [anon_sym_DASH_DASH] = ACTIONS(1829), + [anon_sym_PLUS_PLUS] = ACTIONS(1829), + [anon_sym_sizeof] = ACTIONS(1827), + [sym_number_literal] = ACTIONS(1829), + [anon_sym_L_SQUOTE] = ACTIONS(1829), + [anon_sym_u_SQUOTE] = ACTIONS(1829), + [anon_sym_U_SQUOTE] = ACTIONS(1829), + [anon_sym_u8_SQUOTE] = ACTIONS(1829), + [anon_sym_SQUOTE] = ACTIONS(1829), + [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(1827), + [sym_false] = ACTIONS(1827), + [sym_null] = ACTIONS(1827), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1755), - [anon_sym_virtual] = ACTIONS(1755), - [anon_sym_explicit] = ACTIONS(1755), - [sym_auto] = ACTIONS(1755), - [anon_sym_typename] = ACTIONS(1755), - [anon_sym_template] = ACTIONS(1755), - [anon_sym_operator] = ACTIONS(1755), - [anon_sym_delete] = ACTIONS(1755), - [anon_sym_throw] = ACTIONS(1755), - [anon_sym_namespace] = ACTIONS(1755), - [anon_sym_using] = ACTIONS(1755), - [anon_sym_static_assert] = ACTIONS(1755), - [anon_sym_co_return] = ACTIONS(1755), - [anon_sym_co_yield] = ACTIONS(1755), - [anon_sym_try] = ACTIONS(1755), - [anon_sym_co_await] = ACTIONS(1755), - [anon_sym_new] = ACTIONS(1755), - [sym_this] = ACTIONS(1755), - [sym_nullptr] = ACTIONS(1755), - [sym_alone_macro] = ACTIONS(1757), - [aux_sym_alone_macro_call_token1] = ACTIONS(1755), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_FORWARD] = ACTIONS(1755), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1755), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_PS_GET] = ACTIONS(1755), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1755), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1755), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1755), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1755), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), - [anon_sym_MOZ_COLD] = ACTIONS(1755), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL] = ACTIONS(1755), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN] = ACTIONS(1755), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), - [anon_sym_MOZ_RAII] = ACTIONS(1755), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), - [sym_raw_string_literal] = ACTIONS(1757), + [anon_sym_decltype] = ACTIONS(1827), + [anon_sym_virtual] = ACTIONS(1827), + [anon_sym_explicit] = ACTIONS(1827), + [sym_auto] = ACTIONS(1827), + [anon_sym_typename] = ACTIONS(1827), + [anon_sym_template] = ACTIONS(1827), + [anon_sym_operator] = ACTIONS(1827), + [anon_sym_delete] = ACTIONS(1827), + [anon_sym_throw] = ACTIONS(1827), + [anon_sym_namespace] = ACTIONS(1827), + [anon_sym_using] = ACTIONS(1827), + [anon_sym_static_assert] = ACTIONS(1827), + [anon_sym_co_return] = ACTIONS(1827), + [anon_sym_co_yield] = ACTIONS(1827), + [anon_sym_try] = ACTIONS(1827), + [anon_sym_co_await] = ACTIONS(1827), + [anon_sym_new] = ACTIONS(1827), + [sym_this] = ACTIONS(1827), + [sym_nullptr] = ACTIONS(1827), + [sym_alone_macro] = ACTIONS(1829), + [aux_sym_alone_macro_call_token1] = ACTIONS(1827), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_FORWARD] = ACTIONS(1827), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1827), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_PS_GET] = ACTIONS(1827), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1827), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1827), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1827), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1827), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), + [anon_sym_MOZ_COLD] = ACTIONS(1827), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_RAII] = ACTIONS(1827), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), + [sym_raw_string_literal] = ACTIONS(1829), }, [652] = { - [sym_identifier] = ACTIONS(1867), - [aux_sym_preproc_include_token1] = ACTIONS(1867), - [aux_sym_preproc_def_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token2] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_LPAREN2] = ACTIONS(1869), - [anon_sym_BANG] = ACTIONS(1869), - [anon_sym_TILDE] = ACTIONS(1869), - [anon_sym_DASH] = ACTIONS(1867), - [anon_sym_PLUS] = ACTIONS(1867), - [anon_sym_STAR] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_typedef] = ACTIONS(1867), - [anon_sym_extern] = ACTIONS(1867), - [anon_sym___attribute__] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1869), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), - [anon_sym___declspec] = ACTIONS(1867), - [anon_sym___based] = ACTIONS(1867), - [anon_sym___cdecl] = ACTIONS(1867), - [anon_sym___clrcall] = ACTIONS(1867), - [anon_sym___stdcall] = ACTIONS(1867), - [anon_sym___fastcall] = ACTIONS(1867), - [anon_sym___thiscall] = ACTIONS(1867), - [anon_sym___vectorcall] = ACTIONS(1867), - [anon_sym_LBRACE] = ACTIONS(1869), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_static] = ACTIONS(1867), - [anon_sym_register] = ACTIONS(1867), - [anon_sym_inline] = ACTIONS(1867), - [anon_sym_thread_local] = ACTIONS(1867), - [anon_sym_const] = ACTIONS(1867), - [anon_sym_volatile] = ACTIONS(1867), - [anon_sym_restrict] = ACTIONS(1867), - [anon_sym__Atomic] = ACTIONS(1867), - [anon_sym_mutable] = ACTIONS(1867), - [anon_sym_constexpr] = ACTIONS(1867), - [anon_sym_signed] = ACTIONS(1867), - [anon_sym_unsigned] = ACTIONS(1867), - [anon_sym_long] = ACTIONS(1867), - [anon_sym_short] = ACTIONS(1867), - [sym_primitive_type] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1867), - [anon_sym_class] = ACTIONS(1867), - [anon_sym_struct] = ACTIONS(1867), - [anon_sym_union] = ACTIONS(1867), - [anon_sym_if] = ACTIONS(1867), - [anon_sym_switch] = ACTIONS(1867), - [anon_sym_case] = ACTIONS(1867), - [anon_sym_default] = ACTIONS(1867), - [anon_sym_while] = ACTIONS(1867), - [anon_sym_do] = ACTIONS(1867), - [anon_sym_for] = ACTIONS(1867), - [anon_sym_return] = ACTIONS(1867), - [anon_sym_break] = ACTIONS(1867), - [anon_sym_continue] = ACTIONS(1867), - [anon_sym_goto] = ACTIONS(1867), - [anon_sym_DASH_DASH] = ACTIONS(1869), - [anon_sym_PLUS_PLUS] = ACTIONS(1869), - [anon_sym_sizeof] = ACTIONS(1867), - [sym_number_literal] = ACTIONS(1869), - [anon_sym_L_SQUOTE] = ACTIONS(1869), - [anon_sym_u_SQUOTE] = ACTIONS(1869), - [anon_sym_U_SQUOTE] = ACTIONS(1869), - [anon_sym_u8_SQUOTE] = ACTIONS(1869), - [anon_sym_SQUOTE] = ACTIONS(1869), - [anon_sym_L_DQUOTE] = ACTIONS(1869), - [anon_sym_u_DQUOTE] = ACTIONS(1869), - [anon_sym_U_DQUOTE] = ACTIONS(1869), - [anon_sym_u8_DQUOTE] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_true] = ACTIONS(1867), - [sym_false] = ACTIONS(1867), - [sym_null] = ACTIONS(1867), + [ts_builtin_sym_end] = ACTIONS(1825), + [sym_identifier] = ACTIONS(1823), + [aux_sym_preproc_include_token1] = ACTIONS(1823), + [aux_sym_preproc_def_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), + [sym_preproc_directive] = ACTIONS(1823), + [anon_sym_LPAREN2] = ACTIONS(1825), + [anon_sym_BANG] = ACTIONS(1825), + [anon_sym_TILDE] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1823), + [anon_sym_PLUS] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1825), + [anon_sym_AMP_AMP] = ACTIONS(1825), + [anon_sym_AMP] = ACTIONS(1823), + [anon_sym_SEMI] = ACTIONS(1825), + [anon_sym_typedef] = ACTIONS(1823), + [anon_sym_extern] = ACTIONS(1823), + [anon_sym___attribute__] = ACTIONS(1823), + [anon_sym_COLON_COLON] = ACTIONS(1825), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), + [anon_sym___declspec] = ACTIONS(1823), + [anon_sym___based] = ACTIONS(1823), + [anon_sym___cdecl] = ACTIONS(1823), + [anon_sym___clrcall] = ACTIONS(1823), + [anon_sym___stdcall] = ACTIONS(1823), + [anon_sym___fastcall] = ACTIONS(1823), + [anon_sym___thiscall] = ACTIONS(1823), + [anon_sym___vectorcall] = ACTIONS(1823), + [anon_sym_LBRACE] = ACTIONS(1825), + [anon_sym_LBRACK] = ACTIONS(1823), + [anon_sym_static] = ACTIONS(1823), + [anon_sym_register] = ACTIONS(1823), + [anon_sym_inline] = ACTIONS(1823), + [anon_sym_thread_local] = ACTIONS(1823), + [anon_sym_const] = ACTIONS(1823), + [anon_sym_volatile] = ACTIONS(1823), + [anon_sym_restrict] = ACTIONS(1823), + [anon_sym__Atomic] = ACTIONS(1823), + [anon_sym_mutable] = ACTIONS(1823), + [anon_sym_constexpr] = ACTIONS(1823), + [anon_sym_signed] = ACTIONS(1823), + [anon_sym_unsigned] = ACTIONS(1823), + [anon_sym_long] = ACTIONS(1823), + [anon_sym_short] = ACTIONS(1823), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1823), + [anon_sym_class] = ACTIONS(1823), + [anon_sym_struct] = ACTIONS(1823), + [anon_sym_union] = ACTIONS(1823), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1823), + [anon_sym_default] = ACTIONS(1823), + [anon_sym_while] = ACTIONS(1823), + [anon_sym_do] = ACTIONS(1823), + [anon_sym_for] = ACTIONS(1823), + [anon_sym_return] = ACTIONS(1823), + [anon_sym_break] = ACTIONS(1823), + [anon_sym_continue] = ACTIONS(1823), + [anon_sym_goto] = ACTIONS(1823), + [anon_sym_DASH_DASH] = ACTIONS(1825), + [anon_sym_PLUS_PLUS] = ACTIONS(1825), + [anon_sym_sizeof] = ACTIONS(1823), + [sym_number_literal] = ACTIONS(1825), + [anon_sym_L_SQUOTE] = ACTIONS(1825), + [anon_sym_u_SQUOTE] = ACTIONS(1825), + [anon_sym_U_SQUOTE] = ACTIONS(1825), + [anon_sym_u8_SQUOTE] = ACTIONS(1825), + [anon_sym_SQUOTE] = ACTIONS(1825), + [anon_sym_L_DQUOTE] = ACTIONS(1825), + [anon_sym_u_DQUOTE] = ACTIONS(1825), + [anon_sym_U_DQUOTE] = ACTIONS(1825), + [anon_sym_u8_DQUOTE] = ACTIONS(1825), + [anon_sym_DQUOTE] = ACTIONS(1825), + [sym_true] = ACTIONS(1823), + [sym_false] = ACTIONS(1823), + [sym_null] = ACTIONS(1823), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1867), - [anon_sym_virtual] = ACTIONS(1867), - [anon_sym_explicit] = ACTIONS(1867), - [sym_auto] = ACTIONS(1867), - [anon_sym_typename] = ACTIONS(1867), - [anon_sym_template] = ACTIONS(1867), - [anon_sym_operator] = ACTIONS(1867), - [anon_sym_delete] = ACTIONS(1867), - [anon_sym_throw] = ACTIONS(1867), - [anon_sym_namespace] = ACTIONS(1867), - [anon_sym_using] = ACTIONS(1867), - [anon_sym_static_assert] = ACTIONS(1867), - [anon_sym_co_return] = ACTIONS(1867), - [anon_sym_co_yield] = ACTIONS(1867), - [anon_sym_try] = ACTIONS(1867), - [anon_sym_co_await] = ACTIONS(1867), - [anon_sym_new] = ACTIONS(1867), - [sym_this] = ACTIONS(1867), - [sym_nullptr] = ACTIONS(1867), - [sym_alone_macro] = ACTIONS(1869), - [aux_sym_alone_macro_call_token1] = ACTIONS(1867), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_FORWARD] = ACTIONS(1867), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1867), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_PS_GET] = ACTIONS(1867), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1867), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1867), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1867), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1867), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), - [anon_sym_MOZ_COLD] = ACTIONS(1867), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_RAII] = ACTIONS(1867), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), - [sym_raw_string_literal] = ACTIONS(1869), + [anon_sym_decltype] = ACTIONS(1823), + [anon_sym_virtual] = ACTIONS(1823), + [anon_sym_explicit] = ACTIONS(1823), + [sym_auto] = ACTIONS(1823), + [anon_sym_typename] = ACTIONS(1823), + [anon_sym_template] = ACTIONS(1823), + [anon_sym_operator] = ACTIONS(1823), + [anon_sym_delete] = ACTIONS(1823), + [anon_sym_throw] = ACTIONS(1823), + [anon_sym_namespace] = ACTIONS(1823), + [anon_sym_using] = ACTIONS(1823), + [anon_sym_static_assert] = ACTIONS(1823), + [anon_sym_co_return] = ACTIONS(1823), + [anon_sym_co_yield] = ACTIONS(1823), + [anon_sym_try] = ACTIONS(1823), + [anon_sym_co_await] = ACTIONS(1823), + [anon_sym_new] = ACTIONS(1823), + [sym_this] = ACTIONS(1823), + [sym_nullptr] = ACTIONS(1823), + [sym_alone_macro] = ACTIONS(1825), + [aux_sym_alone_macro_call_token1] = ACTIONS(1823), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_FORWARD] = ACTIONS(1823), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1823), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_PS_GET] = ACTIONS(1823), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1823), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1823), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1823), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1823), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), + [anon_sym_MOZ_COLD] = ACTIONS(1823), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_RAII] = ACTIONS(1823), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), + [sym_raw_string_literal] = ACTIONS(1825), }, [653] = { - [ts_builtin_sym_end] = ACTIONS(1745), - [sym_identifier] = ACTIONS(1743), - [aux_sym_preproc_include_token1] = ACTIONS(1743), - [aux_sym_preproc_def_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1743), - [anon_sym_LPAREN2] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(1745), - [anon_sym_TILDE] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(1743), - [anon_sym_PLUS] = ACTIONS(1743), - [anon_sym_STAR] = ACTIONS(1745), - [anon_sym_AMP_AMP] = ACTIONS(1745), - [anon_sym_AMP] = ACTIONS(1743), - [anon_sym_SEMI] = ACTIONS(1745), - [anon_sym_typedef] = ACTIONS(1743), - [anon_sym_extern] = ACTIONS(1743), - [anon_sym___attribute__] = ACTIONS(1743), - [anon_sym_COLON_COLON] = ACTIONS(1745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), - [anon_sym___declspec] = ACTIONS(1743), - [anon_sym___based] = ACTIONS(1743), - [anon_sym___cdecl] = ACTIONS(1743), - [anon_sym___clrcall] = ACTIONS(1743), - [anon_sym___stdcall] = ACTIONS(1743), - [anon_sym___fastcall] = ACTIONS(1743), - [anon_sym___thiscall] = ACTIONS(1743), - [anon_sym___vectorcall] = ACTIONS(1743), - [anon_sym_LBRACE] = ACTIONS(1745), - [anon_sym_LBRACK] = ACTIONS(1743), - [anon_sym_static] = ACTIONS(1743), - [anon_sym_register] = ACTIONS(1743), - [anon_sym_inline] = ACTIONS(1743), - [anon_sym_thread_local] = ACTIONS(1743), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_volatile] = ACTIONS(1743), - [anon_sym_restrict] = ACTIONS(1743), - [anon_sym__Atomic] = ACTIONS(1743), - [anon_sym_mutable] = ACTIONS(1743), - [anon_sym_constexpr] = ACTIONS(1743), - [anon_sym_signed] = ACTIONS(1743), - [anon_sym_unsigned] = ACTIONS(1743), - [anon_sym_long] = ACTIONS(1743), - [anon_sym_short] = ACTIONS(1743), - [sym_primitive_type] = ACTIONS(1743), - [anon_sym_enum] = ACTIONS(1743), - [anon_sym_class] = ACTIONS(1743), - [anon_sym_struct] = ACTIONS(1743), - [anon_sym_union] = ACTIONS(1743), - [anon_sym_if] = ACTIONS(1743), - [anon_sym_switch] = ACTIONS(1743), - [anon_sym_case] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1743), - [anon_sym_while] = ACTIONS(1743), - [anon_sym_do] = ACTIONS(1743), - [anon_sym_for] = ACTIONS(1743), - [anon_sym_return] = ACTIONS(1743), - [anon_sym_break] = ACTIONS(1743), - [anon_sym_continue] = ACTIONS(1743), - [anon_sym_goto] = ACTIONS(1743), - [anon_sym_DASH_DASH] = ACTIONS(1745), - [anon_sym_PLUS_PLUS] = ACTIONS(1745), - [anon_sym_sizeof] = ACTIONS(1743), - [sym_number_literal] = ACTIONS(1745), - [anon_sym_L_SQUOTE] = ACTIONS(1745), - [anon_sym_u_SQUOTE] = ACTIONS(1745), - [anon_sym_U_SQUOTE] = ACTIONS(1745), - [anon_sym_u8_SQUOTE] = ACTIONS(1745), - [anon_sym_SQUOTE] = ACTIONS(1745), - [anon_sym_L_DQUOTE] = ACTIONS(1745), - [anon_sym_u_DQUOTE] = ACTIONS(1745), - [anon_sym_U_DQUOTE] = ACTIONS(1745), - [anon_sym_u8_DQUOTE] = ACTIONS(1745), - [anon_sym_DQUOTE] = ACTIONS(1745), - [sym_true] = ACTIONS(1743), - [sym_false] = ACTIONS(1743), - [sym_null] = ACTIONS(1743), + [ts_builtin_sym_end] = ACTIONS(1753), + [sym_identifier] = ACTIONS(1751), + [aux_sym_preproc_include_token1] = ACTIONS(1751), + [aux_sym_preproc_def_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token1] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), + [sym_preproc_directive] = ACTIONS(1751), + [anon_sym_LPAREN2] = ACTIONS(1753), + [anon_sym_BANG] = ACTIONS(1753), + [anon_sym_TILDE] = ACTIONS(1753), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_STAR] = ACTIONS(1753), + [anon_sym_AMP_AMP] = ACTIONS(1753), + [anon_sym_AMP] = ACTIONS(1751), + [anon_sym_SEMI] = ACTIONS(1753), + [anon_sym_typedef] = ACTIONS(1751), + [anon_sym_extern] = ACTIONS(1751), + [anon_sym___attribute__] = ACTIONS(1751), + [anon_sym_COLON_COLON] = ACTIONS(1753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), + [anon_sym___declspec] = ACTIONS(1751), + [anon_sym___based] = ACTIONS(1751), + [anon_sym___cdecl] = ACTIONS(1751), + [anon_sym___clrcall] = ACTIONS(1751), + [anon_sym___stdcall] = ACTIONS(1751), + [anon_sym___fastcall] = ACTIONS(1751), + [anon_sym___thiscall] = ACTIONS(1751), + [anon_sym___vectorcall] = ACTIONS(1751), + [anon_sym_LBRACE] = ACTIONS(1753), + [anon_sym_LBRACK] = ACTIONS(1751), + [anon_sym_static] = ACTIONS(1751), + [anon_sym_register] = ACTIONS(1751), + [anon_sym_inline] = ACTIONS(1751), + [anon_sym_thread_local] = ACTIONS(1751), + [anon_sym_const] = ACTIONS(1751), + [anon_sym_volatile] = ACTIONS(1751), + [anon_sym_restrict] = ACTIONS(1751), + [anon_sym__Atomic] = ACTIONS(1751), + [anon_sym_mutable] = ACTIONS(1751), + [anon_sym_constexpr] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1751), + [anon_sym_unsigned] = ACTIONS(1751), + [anon_sym_long] = ACTIONS(1751), + [anon_sym_short] = ACTIONS(1751), + [sym_primitive_type] = ACTIONS(1751), + [anon_sym_enum] = ACTIONS(1751), + [anon_sym_class] = ACTIONS(1751), + [anon_sym_struct] = ACTIONS(1751), + [anon_sym_union] = ACTIONS(1751), + [anon_sym_if] = ACTIONS(1751), + [anon_sym_switch] = ACTIONS(1751), + [anon_sym_case] = ACTIONS(1751), + [anon_sym_default] = ACTIONS(1751), + [anon_sym_while] = ACTIONS(1751), + [anon_sym_do] = ACTIONS(1751), + [anon_sym_for] = ACTIONS(1751), + [anon_sym_return] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1751), + [anon_sym_continue] = ACTIONS(1751), + [anon_sym_goto] = ACTIONS(1751), + [anon_sym_DASH_DASH] = ACTIONS(1753), + [anon_sym_PLUS_PLUS] = ACTIONS(1753), + [anon_sym_sizeof] = ACTIONS(1751), + [sym_number_literal] = ACTIONS(1753), + [anon_sym_L_SQUOTE] = ACTIONS(1753), + [anon_sym_u_SQUOTE] = ACTIONS(1753), + [anon_sym_U_SQUOTE] = ACTIONS(1753), + [anon_sym_u8_SQUOTE] = ACTIONS(1753), + [anon_sym_SQUOTE] = ACTIONS(1753), + [anon_sym_L_DQUOTE] = ACTIONS(1753), + [anon_sym_u_DQUOTE] = ACTIONS(1753), + [anon_sym_U_DQUOTE] = ACTIONS(1753), + [anon_sym_u8_DQUOTE] = ACTIONS(1753), + [anon_sym_DQUOTE] = ACTIONS(1753), + [sym_true] = ACTIONS(1751), + [sym_false] = ACTIONS(1751), + [sym_null] = ACTIONS(1751), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1751), + [anon_sym_virtual] = ACTIONS(1751), + [anon_sym_explicit] = ACTIONS(1751), + [sym_auto] = ACTIONS(1751), + [anon_sym_typename] = ACTIONS(1751), + [anon_sym_template] = ACTIONS(1751), + [anon_sym_operator] = ACTIONS(1751), + [anon_sym_delete] = ACTIONS(1751), + [anon_sym_throw] = ACTIONS(1751), + [anon_sym_namespace] = ACTIONS(1751), + [anon_sym_using] = ACTIONS(1751), + [anon_sym_static_assert] = ACTIONS(1751), + [anon_sym_co_return] = ACTIONS(1751), + [anon_sym_co_yield] = ACTIONS(1751), + [anon_sym_try] = ACTIONS(1751), + [anon_sym_co_await] = ACTIONS(1751), + [anon_sym_new] = ACTIONS(1751), + [sym_this] = ACTIONS(1751), + [sym_nullptr] = ACTIONS(1751), + [sym_alone_macro] = ACTIONS(1753), + [aux_sym_alone_macro_call_token1] = ACTIONS(1751), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_FORWARD] = ACTIONS(1751), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1751), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_PS_GET] = ACTIONS(1751), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1751), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1751), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1751), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1751), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), + [anon_sym_MOZ_COLD] = ACTIONS(1751), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL] = ACTIONS(1751), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN] = ACTIONS(1751), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), + [anon_sym_MOZ_RAII] = ACTIONS(1751), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), + [sym_raw_string_literal] = ACTIONS(1753), + }, + [654] = { + [ts_builtin_sym_end] = ACTIONS(1821), + [sym_identifier] = ACTIONS(1819), + [aux_sym_preproc_include_token1] = ACTIONS(1819), + [aux_sym_preproc_def_token1] = ACTIONS(1819), + [aux_sym_preproc_if_token1] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), + [sym_preproc_directive] = ACTIONS(1819), + [anon_sym_LPAREN2] = ACTIONS(1821), + [anon_sym_BANG] = ACTIONS(1821), + [anon_sym_TILDE] = ACTIONS(1821), + [anon_sym_DASH] = ACTIONS(1819), + [anon_sym_PLUS] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(1821), + [anon_sym_AMP_AMP] = ACTIONS(1821), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_SEMI] = ACTIONS(1821), + [anon_sym_typedef] = ACTIONS(1819), + [anon_sym_extern] = ACTIONS(1819), + [anon_sym___attribute__] = ACTIONS(1819), + [anon_sym_COLON_COLON] = ACTIONS(1821), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), + [anon_sym___declspec] = ACTIONS(1819), + [anon_sym___based] = ACTIONS(1819), + [anon_sym___cdecl] = ACTIONS(1819), + [anon_sym___clrcall] = ACTIONS(1819), + [anon_sym___stdcall] = ACTIONS(1819), + [anon_sym___fastcall] = ACTIONS(1819), + [anon_sym___thiscall] = ACTIONS(1819), + [anon_sym___vectorcall] = ACTIONS(1819), + [anon_sym_LBRACE] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1819), + [anon_sym_static] = ACTIONS(1819), + [anon_sym_register] = ACTIONS(1819), + [anon_sym_inline] = ACTIONS(1819), + [anon_sym_thread_local] = ACTIONS(1819), + [anon_sym_const] = ACTIONS(1819), + [anon_sym_volatile] = ACTIONS(1819), + [anon_sym_restrict] = ACTIONS(1819), + [anon_sym__Atomic] = ACTIONS(1819), + [anon_sym_mutable] = ACTIONS(1819), + [anon_sym_constexpr] = ACTIONS(1819), + [anon_sym_signed] = ACTIONS(1819), + [anon_sym_unsigned] = ACTIONS(1819), + [anon_sym_long] = ACTIONS(1819), + [anon_sym_short] = ACTIONS(1819), + [sym_primitive_type] = ACTIONS(1819), + [anon_sym_enum] = ACTIONS(1819), + [anon_sym_class] = ACTIONS(1819), + [anon_sym_struct] = ACTIONS(1819), + [anon_sym_union] = ACTIONS(1819), + [anon_sym_if] = ACTIONS(1819), + [anon_sym_switch] = ACTIONS(1819), + [anon_sym_case] = ACTIONS(1819), + [anon_sym_default] = ACTIONS(1819), + [anon_sym_while] = ACTIONS(1819), + [anon_sym_do] = ACTIONS(1819), + [anon_sym_for] = ACTIONS(1819), + [anon_sym_return] = ACTIONS(1819), + [anon_sym_break] = ACTIONS(1819), + [anon_sym_continue] = ACTIONS(1819), + [anon_sym_goto] = ACTIONS(1819), + [anon_sym_DASH_DASH] = ACTIONS(1821), + [anon_sym_PLUS_PLUS] = ACTIONS(1821), + [anon_sym_sizeof] = ACTIONS(1819), + [sym_number_literal] = ACTIONS(1821), + [anon_sym_L_SQUOTE] = ACTIONS(1821), + [anon_sym_u_SQUOTE] = ACTIONS(1821), + [anon_sym_U_SQUOTE] = ACTIONS(1821), + [anon_sym_u8_SQUOTE] = ACTIONS(1821), + [anon_sym_SQUOTE] = ACTIONS(1821), + [anon_sym_L_DQUOTE] = ACTIONS(1821), + [anon_sym_u_DQUOTE] = ACTIONS(1821), + [anon_sym_U_DQUOTE] = ACTIONS(1821), + [anon_sym_u8_DQUOTE] = ACTIONS(1821), + [anon_sym_DQUOTE] = ACTIONS(1821), + [sym_true] = ACTIONS(1819), + [sym_false] = ACTIONS(1819), + [sym_null] = ACTIONS(1819), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1819), + [anon_sym_virtual] = ACTIONS(1819), + [anon_sym_explicit] = ACTIONS(1819), + [sym_auto] = ACTIONS(1819), + [anon_sym_typename] = ACTIONS(1819), + [anon_sym_template] = ACTIONS(1819), + [anon_sym_operator] = ACTIONS(1819), + [anon_sym_delete] = ACTIONS(1819), + [anon_sym_throw] = ACTIONS(1819), + [anon_sym_namespace] = ACTIONS(1819), + [anon_sym_using] = ACTIONS(1819), + [anon_sym_static_assert] = ACTIONS(1819), + [anon_sym_co_return] = ACTIONS(1819), + [anon_sym_co_yield] = ACTIONS(1819), + [anon_sym_try] = ACTIONS(1819), + [anon_sym_co_await] = ACTIONS(1819), + [anon_sym_new] = ACTIONS(1819), + [sym_this] = ACTIONS(1819), + [sym_nullptr] = ACTIONS(1819), + [sym_alone_macro] = ACTIONS(1821), + [aux_sym_alone_macro_call_token1] = ACTIONS(1819), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_FORWARD] = ACTIONS(1819), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_PS_GET] = ACTIONS(1819), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), + [anon_sym_MOZ_COLD] = ACTIONS(1819), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_RAII] = ACTIONS(1819), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), + [sym_raw_string_literal] = ACTIONS(1821), + }, + [655] = { + [sym_identifier] = ACTIONS(1819), + [aux_sym_preproc_include_token1] = ACTIONS(1819), + [aux_sym_preproc_def_token1] = ACTIONS(1819), + [aux_sym_preproc_if_token1] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1819), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1819), + [sym_preproc_directive] = ACTIONS(1819), + [anon_sym_LPAREN2] = ACTIONS(1821), + [anon_sym_BANG] = ACTIONS(1821), + [anon_sym_TILDE] = ACTIONS(1821), + [anon_sym_DASH] = ACTIONS(1819), + [anon_sym_PLUS] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(1821), + [anon_sym_AMP_AMP] = ACTIONS(1821), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_SEMI] = ACTIONS(1821), + [anon_sym_typedef] = ACTIONS(1819), + [anon_sym_extern] = ACTIONS(1819), + [anon_sym___attribute__] = ACTIONS(1819), + [anon_sym_COLON_COLON] = ACTIONS(1821), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), + [anon_sym___declspec] = ACTIONS(1819), + [anon_sym___based] = ACTIONS(1819), + [anon_sym___cdecl] = ACTIONS(1819), + [anon_sym___clrcall] = ACTIONS(1819), + [anon_sym___stdcall] = ACTIONS(1819), + [anon_sym___fastcall] = ACTIONS(1819), + [anon_sym___thiscall] = ACTIONS(1819), + [anon_sym___vectorcall] = ACTIONS(1819), + [anon_sym_LBRACE] = ACTIONS(1821), + [anon_sym_RBRACE] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1819), + [anon_sym_static] = ACTIONS(1819), + [anon_sym_register] = ACTIONS(1819), + [anon_sym_inline] = ACTIONS(1819), + [anon_sym_thread_local] = ACTIONS(1819), + [anon_sym_const] = ACTIONS(1819), + [anon_sym_volatile] = ACTIONS(1819), + [anon_sym_restrict] = ACTIONS(1819), + [anon_sym__Atomic] = ACTIONS(1819), + [anon_sym_mutable] = ACTIONS(1819), + [anon_sym_constexpr] = ACTIONS(1819), + [anon_sym_signed] = ACTIONS(1819), + [anon_sym_unsigned] = ACTIONS(1819), + [anon_sym_long] = ACTIONS(1819), + [anon_sym_short] = ACTIONS(1819), + [sym_primitive_type] = ACTIONS(1819), + [anon_sym_enum] = ACTIONS(1819), + [anon_sym_class] = ACTIONS(1819), + [anon_sym_struct] = ACTIONS(1819), + [anon_sym_union] = ACTIONS(1819), + [anon_sym_if] = ACTIONS(1819), + [anon_sym_switch] = ACTIONS(1819), + [anon_sym_case] = ACTIONS(1819), + [anon_sym_default] = ACTIONS(1819), + [anon_sym_while] = ACTIONS(1819), + [anon_sym_do] = ACTIONS(1819), + [anon_sym_for] = ACTIONS(1819), + [anon_sym_return] = ACTIONS(1819), + [anon_sym_break] = ACTIONS(1819), + [anon_sym_continue] = ACTIONS(1819), + [anon_sym_goto] = ACTIONS(1819), + [anon_sym_DASH_DASH] = ACTIONS(1821), + [anon_sym_PLUS_PLUS] = ACTIONS(1821), + [anon_sym_sizeof] = ACTIONS(1819), + [sym_number_literal] = ACTIONS(1821), + [anon_sym_L_SQUOTE] = ACTIONS(1821), + [anon_sym_u_SQUOTE] = ACTIONS(1821), + [anon_sym_U_SQUOTE] = ACTIONS(1821), + [anon_sym_u8_SQUOTE] = ACTIONS(1821), + [anon_sym_SQUOTE] = ACTIONS(1821), + [anon_sym_L_DQUOTE] = ACTIONS(1821), + [anon_sym_u_DQUOTE] = ACTIONS(1821), + [anon_sym_U_DQUOTE] = ACTIONS(1821), + [anon_sym_u8_DQUOTE] = ACTIONS(1821), + [anon_sym_DQUOTE] = ACTIONS(1821), + [sym_true] = ACTIONS(1819), + [sym_false] = ACTIONS(1819), + [sym_null] = ACTIONS(1819), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1743), - [anon_sym_virtual] = ACTIONS(1743), - [anon_sym_explicit] = ACTIONS(1743), - [sym_auto] = ACTIONS(1743), - [anon_sym_typename] = ACTIONS(1743), - [anon_sym_template] = ACTIONS(1743), - [anon_sym_operator] = ACTIONS(1743), - [anon_sym_delete] = ACTIONS(1743), - [anon_sym_throw] = ACTIONS(1743), - [anon_sym_namespace] = ACTIONS(1743), - [anon_sym_using] = ACTIONS(1743), - [anon_sym_static_assert] = ACTIONS(1743), - [anon_sym_co_return] = ACTIONS(1743), - [anon_sym_co_yield] = ACTIONS(1743), - [anon_sym_try] = ACTIONS(1743), - [anon_sym_co_await] = ACTIONS(1743), - [anon_sym_new] = ACTIONS(1743), - [sym_this] = ACTIONS(1743), - [sym_nullptr] = ACTIONS(1743), - [sym_alone_macro] = ACTIONS(1745), - [aux_sym_alone_macro_call_token1] = ACTIONS(1743), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_FORWARD] = ACTIONS(1743), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_PS_GET] = ACTIONS(1743), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), - [anon_sym_MOZ_COLD] = ACTIONS(1743), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_RAII] = ACTIONS(1743), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), - [sym_raw_string_literal] = ACTIONS(1745), + [anon_sym_decltype] = ACTIONS(1819), + [anon_sym_virtual] = ACTIONS(1819), + [anon_sym_explicit] = ACTIONS(1819), + [sym_auto] = ACTIONS(1819), + [anon_sym_typename] = ACTIONS(1819), + [anon_sym_template] = ACTIONS(1819), + [anon_sym_operator] = ACTIONS(1819), + [anon_sym_delete] = ACTIONS(1819), + [anon_sym_throw] = ACTIONS(1819), + [anon_sym_namespace] = ACTIONS(1819), + [anon_sym_using] = ACTIONS(1819), + [anon_sym_static_assert] = ACTIONS(1819), + [anon_sym_co_return] = ACTIONS(1819), + [anon_sym_co_yield] = ACTIONS(1819), + [anon_sym_try] = ACTIONS(1819), + [anon_sym_co_await] = ACTIONS(1819), + [anon_sym_new] = ACTIONS(1819), + [sym_this] = ACTIONS(1819), + [sym_nullptr] = ACTIONS(1819), + [sym_alone_macro] = ACTIONS(1821), + [aux_sym_alone_macro_call_token1] = ACTIONS(1819), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_FORWARD] = ACTIONS(1819), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1819), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_PS_GET] = ACTIONS(1819), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1819), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1819), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1819), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1819), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1819), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1819), + [anon_sym_MOZ_COLD] = ACTIONS(1819), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1819), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1819), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1819), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1819), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1819), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1819), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1819), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1819), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1819), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1819), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1819), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1819), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL] = ACTIONS(1819), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1819), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1819), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN] = ACTIONS(1819), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1819), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1819), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1819), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1819), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1819), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1819), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1819), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1819), + [anon_sym_MOZ_RAII] = ACTIONS(1819), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1819), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1819), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1819), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1819), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1819), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1819), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1819), + [sym_raw_string_literal] = ACTIONS(1821), }, - [654] = { - [sym_identifier] = ACTIONS(1711), - [aux_sym_preproc_include_token1] = ACTIONS(1711), - [aux_sym_preproc_def_token1] = ACTIONS(1711), - [aux_sym_preproc_if_token1] = ACTIONS(1711), - [aux_sym_preproc_if_token2] = ACTIONS(1711), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1711), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1711), - [sym_preproc_directive] = ACTIONS(1711), - [anon_sym_LPAREN2] = ACTIONS(1713), - [anon_sym_BANG] = ACTIONS(1713), - [anon_sym_TILDE] = ACTIONS(1713), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1713), - [anon_sym_AMP_AMP] = ACTIONS(1713), - [anon_sym_AMP] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1713), - [anon_sym_typedef] = ACTIONS(1711), - [anon_sym_extern] = ACTIONS(1711), - [anon_sym___attribute__] = ACTIONS(1711), - [anon_sym_COLON_COLON] = ACTIONS(1713), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1713), - [anon_sym___declspec] = ACTIONS(1711), - [anon_sym___based] = ACTIONS(1711), - [anon_sym___cdecl] = ACTIONS(1711), - [anon_sym___clrcall] = ACTIONS(1711), - [anon_sym___stdcall] = ACTIONS(1711), - [anon_sym___fastcall] = ACTIONS(1711), - [anon_sym___thiscall] = ACTIONS(1711), - [anon_sym___vectorcall] = ACTIONS(1711), - [anon_sym_LBRACE] = ACTIONS(1713), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_static] = ACTIONS(1711), - [anon_sym_register] = ACTIONS(1711), - [anon_sym_inline] = ACTIONS(1711), - [anon_sym_thread_local] = ACTIONS(1711), - [anon_sym_const] = ACTIONS(1711), - [anon_sym_volatile] = ACTIONS(1711), - [anon_sym_restrict] = ACTIONS(1711), - [anon_sym__Atomic] = ACTIONS(1711), - [anon_sym_mutable] = ACTIONS(1711), - [anon_sym_constexpr] = ACTIONS(1711), - [anon_sym_signed] = ACTIONS(1711), - [anon_sym_unsigned] = ACTIONS(1711), - [anon_sym_long] = ACTIONS(1711), - [anon_sym_short] = ACTIONS(1711), - [sym_primitive_type] = ACTIONS(1711), - [anon_sym_enum] = ACTIONS(1711), - [anon_sym_class] = ACTIONS(1711), - [anon_sym_struct] = ACTIONS(1711), - [anon_sym_union] = ACTIONS(1711), - [anon_sym_if] = ACTIONS(1711), - [anon_sym_switch] = ACTIONS(1711), - [anon_sym_case] = ACTIONS(1711), - [anon_sym_default] = ACTIONS(1711), - [anon_sym_while] = ACTIONS(1711), - [anon_sym_do] = ACTIONS(1711), - [anon_sym_for] = ACTIONS(1711), - [anon_sym_return] = ACTIONS(1711), - [anon_sym_break] = ACTIONS(1711), - [anon_sym_continue] = ACTIONS(1711), - [anon_sym_goto] = ACTIONS(1711), - [anon_sym_DASH_DASH] = ACTIONS(1713), - [anon_sym_PLUS_PLUS] = ACTIONS(1713), - [anon_sym_sizeof] = ACTIONS(1711), - [sym_number_literal] = ACTIONS(1713), - [anon_sym_L_SQUOTE] = ACTIONS(1713), - [anon_sym_u_SQUOTE] = ACTIONS(1713), - [anon_sym_U_SQUOTE] = ACTIONS(1713), - [anon_sym_u8_SQUOTE] = ACTIONS(1713), - [anon_sym_SQUOTE] = ACTIONS(1713), - [anon_sym_L_DQUOTE] = ACTIONS(1713), - [anon_sym_u_DQUOTE] = ACTIONS(1713), - [anon_sym_U_DQUOTE] = ACTIONS(1713), - [anon_sym_u8_DQUOTE] = ACTIONS(1713), - [anon_sym_DQUOTE] = ACTIONS(1713), - [sym_true] = ACTIONS(1711), - [sym_false] = ACTIONS(1711), - [sym_null] = ACTIONS(1711), + [656] = { + [sym_identifier] = ACTIONS(1771), + [aux_sym_preproc_include_token1] = ACTIONS(1771), + [aux_sym_preproc_def_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token2] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_TILDE] = ACTIONS(1773), + [anon_sym_DASH] = ACTIONS(1771), + [anon_sym_PLUS] = ACTIONS(1771), + [anon_sym_STAR] = ACTIONS(1773), + [anon_sym_AMP_AMP] = ACTIONS(1773), + [anon_sym_AMP] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1773), + [anon_sym_typedef] = ACTIONS(1771), + [anon_sym_extern] = ACTIONS(1771), + [anon_sym___attribute__] = ACTIONS(1771), + [anon_sym_COLON_COLON] = ACTIONS(1773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), + [anon_sym___declspec] = ACTIONS(1771), + [anon_sym___based] = ACTIONS(1771), + [anon_sym___cdecl] = ACTIONS(1771), + [anon_sym___clrcall] = ACTIONS(1771), + [anon_sym___stdcall] = ACTIONS(1771), + [anon_sym___fastcall] = ACTIONS(1771), + [anon_sym___thiscall] = ACTIONS(1771), + [anon_sym___vectorcall] = ACTIONS(1771), + [anon_sym_LBRACE] = ACTIONS(1773), + [anon_sym_LBRACK] = ACTIONS(1771), + [anon_sym_static] = ACTIONS(1771), + [anon_sym_register] = ACTIONS(1771), + [anon_sym_inline] = ACTIONS(1771), + [anon_sym_thread_local] = ACTIONS(1771), + [anon_sym_const] = ACTIONS(1771), + [anon_sym_volatile] = ACTIONS(1771), + [anon_sym_restrict] = ACTIONS(1771), + [anon_sym__Atomic] = ACTIONS(1771), + [anon_sym_mutable] = ACTIONS(1771), + [anon_sym_constexpr] = ACTIONS(1771), + [anon_sym_signed] = ACTIONS(1771), + [anon_sym_unsigned] = ACTIONS(1771), + [anon_sym_long] = ACTIONS(1771), + [anon_sym_short] = ACTIONS(1771), + [sym_primitive_type] = ACTIONS(1771), + [anon_sym_enum] = ACTIONS(1771), + [anon_sym_class] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1771), + [anon_sym_union] = ACTIONS(1771), + [anon_sym_if] = ACTIONS(1771), + [anon_sym_switch] = ACTIONS(1771), + [anon_sym_case] = ACTIONS(1771), + [anon_sym_default] = ACTIONS(1771), + [anon_sym_while] = ACTIONS(1771), + [anon_sym_do] = ACTIONS(1771), + [anon_sym_for] = ACTIONS(1771), + [anon_sym_return] = ACTIONS(1771), + [anon_sym_break] = ACTIONS(1771), + [anon_sym_continue] = ACTIONS(1771), + [anon_sym_goto] = ACTIONS(1771), + [anon_sym_DASH_DASH] = ACTIONS(1773), + [anon_sym_PLUS_PLUS] = ACTIONS(1773), + [anon_sym_sizeof] = ACTIONS(1771), + [sym_number_literal] = ACTIONS(1773), + [anon_sym_L_SQUOTE] = ACTIONS(1773), + [anon_sym_u_SQUOTE] = ACTIONS(1773), + [anon_sym_U_SQUOTE] = ACTIONS(1773), + [anon_sym_u8_SQUOTE] = ACTIONS(1773), + [anon_sym_SQUOTE] = ACTIONS(1773), + [anon_sym_L_DQUOTE] = ACTIONS(1773), + [anon_sym_u_DQUOTE] = ACTIONS(1773), + [anon_sym_U_DQUOTE] = ACTIONS(1773), + [anon_sym_u8_DQUOTE] = ACTIONS(1773), + [anon_sym_DQUOTE] = ACTIONS(1773), + [sym_true] = ACTIONS(1771), + [sym_false] = ACTIONS(1771), + [sym_null] = ACTIONS(1771), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1711), - [anon_sym_virtual] = ACTIONS(1711), - [anon_sym_explicit] = ACTIONS(1711), - [sym_auto] = ACTIONS(1711), - [anon_sym_typename] = ACTIONS(1711), - [anon_sym_template] = ACTIONS(1711), - [anon_sym_operator] = ACTIONS(1711), - [anon_sym_delete] = ACTIONS(1711), - [anon_sym_throw] = ACTIONS(1711), - [anon_sym_namespace] = ACTIONS(1711), - [anon_sym_using] = ACTIONS(1711), - [anon_sym_static_assert] = ACTIONS(1711), - [anon_sym_co_return] = ACTIONS(1711), - [anon_sym_co_yield] = ACTIONS(1711), - [anon_sym_try] = ACTIONS(1711), - [anon_sym_co_await] = ACTIONS(1711), - [anon_sym_new] = ACTIONS(1711), - [sym_this] = ACTIONS(1711), - [sym_nullptr] = ACTIONS(1711), - [sym_alone_macro] = ACTIONS(1713), - [aux_sym_alone_macro_call_token1] = ACTIONS(1711), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_FORWARD] = ACTIONS(1711), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1711), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_PS_GET] = ACTIONS(1711), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1711), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1711), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1711), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1711), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1711), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1711), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1711), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1711), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1711), - [anon_sym_MOZ_COLD] = ACTIONS(1711), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1711), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1711), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1711), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1711), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1711), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1711), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1711), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1711), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1711), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1711), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1711), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1711), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1711), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1711), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1711), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1711), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_NONNULL] = ACTIONS(1711), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1711), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1711), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1711), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1711), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_NORETURN] = ACTIONS(1711), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1711), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1711), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1711), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1711), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1711), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1711), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1711), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1711), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1711), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1711), - [anon_sym_MOZ_RAII] = ACTIONS(1711), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1711), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1711), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1711), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1711), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1711), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1711), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1711), - [sym_raw_string_literal] = ACTIONS(1713), + [anon_sym_decltype] = ACTIONS(1771), + [anon_sym_virtual] = ACTIONS(1771), + [anon_sym_explicit] = ACTIONS(1771), + [sym_auto] = ACTIONS(1771), + [anon_sym_typename] = ACTIONS(1771), + [anon_sym_template] = ACTIONS(1771), + [anon_sym_operator] = ACTIONS(1771), + [anon_sym_delete] = ACTIONS(1771), + [anon_sym_throw] = ACTIONS(1771), + [anon_sym_namespace] = ACTIONS(1771), + [anon_sym_using] = ACTIONS(1771), + [anon_sym_static_assert] = ACTIONS(1771), + [anon_sym_co_return] = ACTIONS(1771), + [anon_sym_co_yield] = ACTIONS(1771), + [anon_sym_try] = ACTIONS(1771), + [anon_sym_co_await] = ACTIONS(1771), + [anon_sym_new] = ACTIONS(1771), + [sym_this] = ACTIONS(1771), + [sym_nullptr] = ACTIONS(1771), + [sym_alone_macro] = ACTIONS(1773), + [aux_sym_alone_macro_call_token1] = ACTIONS(1771), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_FORWARD] = ACTIONS(1771), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1771), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_PS_GET] = ACTIONS(1771), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1771), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1771), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1771), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1771), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), + [anon_sym_MOZ_COLD] = ACTIONS(1771), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_RAII] = ACTIONS(1771), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), + [sym_raw_string_literal] = ACTIONS(1773), }, - [655] = { - [sym_identifier] = ACTIONS(1863), - [aux_sym_preproc_include_token1] = ACTIONS(1863), - [aux_sym_preproc_def_token1] = ACTIONS(1863), - [aux_sym_preproc_if_token1] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), - [sym_preproc_directive] = ACTIONS(1863), - [anon_sym_LPAREN2] = ACTIONS(1865), - [anon_sym_BANG] = ACTIONS(1865), - [anon_sym_TILDE] = ACTIONS(1865), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_PLUS] = ACTIONS(1863), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_AMP_AMP] = ACTIONS(1865), - [anon_sym_AMP] = ACTIONS(1863), - [anon_sym_SEMI] = ACTIONS(1865), - [anon_sym_typedef] = ACTIONS(1863), - [anon_sym_extern] = ACTIONS(1863), - [anon_sym___attribute__] = ACTIONS(1863), - [anon_sym_COLON_COLON] = ACTIONS(1865), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), - [anon_sym___declspec] = ACTIONS(1863), - [anon_sym___based] = ACTIONS(1863), - [anon_sym___cdecl] = ACTIONS(1863), - [anon_sym___clrcall] = ACTIONS(1863), - [anon_sym___stdcall] = ACTIONS(1863), - [anon_sym___fastcall] = ACTIONS(1863), - [anon_sym___thiscall] = ACTIONS(1863), - [anon_sym___vectorcall] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_RBRACE] = ACTIONS(1865), - [anon_sym_LBRACK] = ACTIONS(1863), - [anon_sym_static] = ACTIONS(1863), - [anon_sym_register] = ACTIONS(1863), - [anon_sym_inline] = ACTIONS(1863), - [anon_sym_thread_local] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1863), - [anon_sym_volatile] = ACTIONS(1863), - [anon_sym_restrict] = ACTIONS(1863), - [anon_sym__Atomic] = ACTIONS(1863), - [anon_sym_mutable] = ACTIONS(1863), - [anon_sym_constexpr] = ACTIONS(1863), - [anon_sym_signed] = ACTIONS(1863), - [anon_sym_unsigned] = ACTIONS(1863), - [anon_sym_long] = ACTIONS(1863), - [anon_sym_short] = ACTIONS(1863), - [sym_primitive_type] = ACTIONS(1863), - [anon_sym_enum] = ACTIONS(1863), - [anon_sym_class] = ACTIONS(1863), - [anon_sym_struct] = ACTIONS(1863), - [anon_sym_union] = ACTIONS(1863), - [anon_sym_if] = ACTIONS(1863), - [anon_sym_switch] = ACTIONS(1863), - [anon_sym_case] = ACTIONS(1863), - [anon_sym_default] = ACTIONS(1863), - [anon_sym_while] = ACTIONS(1863), - [anon_sym_do] = ACTIONS(1863), - [anon_sym_for] = ACTIONS(1863), - [anon_sym_return] = ACTIONS(1863), - [anon_sym_break] = ACTIONS(1863), - [anon_sym_continue] = ACTIONS(1863), - [anon_sym_goto] = ACTIONS(1863), - [anon_sym_DASH_DASH] = ACTIONS(1865), - [anon_sym_PLUS_PLUS] = ACTIONS(1865), - [anon_sym_sizeof] = ACTIONS(1863), - [sym_number_literal] = ACTIONS(1865), - [anon_sym_L_SQUOTE] = ACTIONS(1865), - [anon_sym_u_SQUOTE] = ACTIONS(1865), - [anon_sym_U_SQUOTE] = ACTIONS(1865), - [anon_sym_u8_SQUOTE] = ACTIONS(1865), - [anon_sym_SQUOTE] = ACTIONS(1865), - [anon_sym_L_DQUOTE] = ACTIONS(1865), - [anon_sym_u_DQUOTE] = ACTIONS(1865), - [anon_sym_U_DQUOTE] = ACTIONS(1865), - [anon_sym_u8_DQUOTE] = ACTIONS(1865), - [anon_sym_DQUOTE] = ACTIONS(1865), - [sym_true] = ACTIONS(1863), - [sym_false] = ACTIONS(1863), - [sym_null] = ACTIONS(1863), + [657] = { + [sym_identifier] = ACTIONS(1779), + [aux_sym_preproc_include_token1] = ACTIONS(1779), + [aux_sym_preproc_def_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token2] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), + [sym_preproc_directive] = ACTIONS(1779), + [anon_sym_LPAREN2] = ACTIONS(1781), + [anon_sym_BANG] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_STAR] = ACTIONS(1781), + [anon_sym_AMP_AMP] = ACTIONS(1781), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_SEMI] = ACTIONS(1781), + [anon_sym_typedef] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(1779), + [anon_sym___attribute__] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1779), + [anon_sym___based] = ACTIONS(1779), + [anon_sym___cdecl] = ACTIONS(1779), + [anon_sym___clrcall] = ACTIONS(1779), + [anon_sym___stdcall] = ACTIONS(1779), + [anon_sym___fastcall] = ACTIONS(1779), + [anon_sym___thiscall] = ACTIONS(1779), + [anon_sym___vectorcall] = ACTIONS(1779), + [anon_sym_LBRACE] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1779), + [anon_sym_static] = ACTIONS(1779), + [anon_sym_register] = ACTIONS(1779), + [anon_sym_inline] = ACTIONS(1779), + [anon_sym_thread_local] = ACTIONS(1779), + [anon_sym_const] = ACTIONS(1779), + [anon_sym_volatile] = ACTIONS(1779), + [anon_sym_restrict] = ACTIONS(1779), + [anon_sym__Atomic] = ACTIONS(1779), + [anon_sym_mutable] = ACTIONS(1779), + [anon_sym_constexpr] = ACTIONS(1779), + [anon_sym_signed] = ACTIONS(1779), + [anon_sym_unsigned] = ACTIONS(1779), + [anon_sym_long] = ACTIONS(1779), + [anon_sym_short] = ACTIONS(1779), + [sym_primitive_type] = ACTIONS(1779), + [anon_sym_enum] = ACTIONS(1779), + [anon_sym_class] = ACTIONS(1779), + [anon_sym_struct] = ACTIONS(1779), + [anon_sym_union] = ACTIONS(1779), + [anon_sym_if] = ACTIONS(1779), + [anon_sym_switch] = ACTIONS(1779), + [anon_sym_case] = ACTIONS(1779), + [anon_sym_default] = ACTIONS(1779), + [anon_sym_while] = ACTIONS(1779), + [anon_sym_do] = ACTIONS(1779), + [anon_sym_for] = ACTIONS(1779), + [anon_sym_return] = ACTIONS(1779), + [anon_sym_break] = ACTIONS(1779), + [anon_sym_continue] = ACTIONS(1779), + [anon_sym_goto] = ACTIONS(1779), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1779), + [sym_number_literal] = ACTIONS(1781), + [anon_sym_L_SQUOTE] = ACTIONS(1781), + [anon_sym_u_SQUOTE] = ACTIONS(1781), + [anon_sym_U_SQUOTE] = ACTIONS(1781), + [anon_sym_u8_SQUOTE] = ACTIONS(1781), + [anon_sym_SQUOTE] = ACTIONS(1781), + [anon_sym_L_DQUOTE] = ACTIONS(1781), + [anon_sym_u_DQUOTE] = ACTIONS(1781), + [anon_sym_U_DQUOTE] = ACTIONS(1781), + [anon_sym_u8_DQUOTE] = ACTIONS(1781), + [anon_sym_DQUOTE] = ACTIONS(1781), + [sym_true] = ACTIONS(1779), + [sym_false] = ACTIONS(1779), + [sym_null] = ACTIONS(1779), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1863), - [anon_sym_virtual] = ACTIONS(1863), - [anon_sym_explicit] = ACTIONS(1863), - [sym_auto] = ACTIONS(1863), - [anon_sym_typename] = ACTIONS(1863), - [anon_sym_template] = ACTIONS(1863), - [anon_sym_operator] = ACTIONS(1863), - [anon_sym_delete] = ACTIONS(1863), - [anon_sym_throw] = ACTIONS(1863), - [anon_sym_namespace] = ACTIONS(1863), - [anon_sym_using] = ACTIONS(1863), - [anon_sym_static_assert] = ACTIONS(1863), - [anon_sym_co_return] = ACTIONS(1863), - [anon_sym_co_yield] = ACTIONS(1863), - [anon_sym_try] = ACTIONS(1863), - [anon_sym_co_await] = ACTIONS(1863), - [anon_sym_new] = ACTIONS(1863), - [sym_this] = ACTIONS(1863), - [sym_nullptr] = ACTIONS(1863), - [sym_alone_macro] = ACTIONS(1865), - [aux_sym_alone_macro_call_token1] = ACTIONS(1863), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_FORWARD] = ACTIONS(1863), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1863), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_PS_GET] = ACTIONS(1863), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1863), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1863), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1863), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1863), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), - [anon_sym_MOZ_COLD] = ACTIONS(1863), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL] = ACTIONS(1863), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN] = ACTIONS(1863), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), - [anon_sym_MOZ_RAII] = ACTIONS(1863), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), - [sym_raw_string_literal] = ACTIONS(1865), + [anon_sym_decltype] = ACTIONS(1779), + [anon_sym_virtual] = ACTIONS(1779), + [anon_sym_explicit] = ACTIONS(1779), + [sym_auto] = ACTIONS(1779), + [anon_sym_typename] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1779), + [anon_sym_operator] = ACTIONS(1779), + [anon_sym_delete] = ACTIONS(1779), + [anon_sym_throw] = ACTIONS(1779), + [anon_sym_namespace] = ACTIONS(1779), + [anon_sym_using] = ACTIONS(1779), + [anon_sym_static_assert] = ACTIONS(1779), + [anon_sym_co_return] = ACTIONS(1779), + [anon_sym_co_yield] = ACTIONS(1779), + [anon_sym_try] = ACTIONS(1779), + [anon_sym_co_await] = ACTIONS(1779), + [anon_sym_new] = ACTIONS(1779), + [sym_this] = ACTIONS(1779), + [sym_nullptr] = ACTIONS(1779), + [sym_alone_macro] = ACTIONS(1781), + [aux_sym_alone_macro_call_token1] = ACTIONS(1779), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_FORWARD] = ACTIONS(1779), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1779), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_PS_GET] = ACTIONS(1779), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1779), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1779), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1779), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1779), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), + [anon_sym_MOZ_COLD] = ACTIONS(1779), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_RAII] = ACTIONS(1779), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + [sym_raw_string_literal] = ACTIONS(1781), }, - [656] = { - [ts_builtin_sym_end] = ACTIONS(1733), - [sym_identifier] = ACTIONS(1731), - [aux_sym_preproc_include_token1] = ACTIONS(1731), - [aux_sym_preproc_def_token1] = ACTIONS(1731), - [aux_sym_preproc_if_token1] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1731), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1731), - [sym_preproc_directive] = ACTIONS(1731), - [anon_sym_LPAREN2] = ACTIONS(1733), - [anon_sym_BANG] = ACTIONS(1733), - [anon_sym_TILDE] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1731), - [anon_sym_PLUS] = ACTIONS(1731), - [anon_sym_STAR] = ACTIONS(1733), - [anon_sym_AMP_AMP] = ACTIONS(1733), - [anon_sym_AMP] = ACTIONS(1731), - [anon_sym_SEMI] = ACTIONS(1733), - [anon_sym_typedef] = ACTIONS(1731), - [anon_sym_extern] = ACTIONS(1731), - [anon_sym___attribute__] = ACTIONS(1731), - [anon_sym_COLON_COLON] = ACTIONS(1733), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1733), - [anon_sym___declspec] = ACTIONS(1731), - [anon_sym___based] = ACTIONS(1731), - [anon_sym___cdecl] = ACTIONS(1731), - [anon_sym___clrcall] = ACTIONS(1731), - [anon_sym___stdcall] = ACTIONS(1731), - [anon_sym___fastcall] = ACTIONS(1731), - [anon_sym___thiscall] = ACTIONS(1731), - [anon_sym___vectorcall] = ACTIONS(1731), - [anon_sym_LBRACE] = ACTIONS(1733), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_static] = ACTIONS(1731), - [anon_sym_register] = ACTIONS(1731), - [anon_sym_inline] = ACTIONS(1731), - [anon_sym_thread_local] = ACTIONS(1731), - [anon_sym_const] = ACTIONS(1731), - [anon_sym_volatile] = ACTIONS(1731), - [anon_sym_restrict] = ACTIONS(1731), - [anon_sym__Atomic] = ACTIONS(1731), - [anon_sym_mutable] = ACTIONS(1731), - [anon_sym_constexpr] = ACTIONS(1731), - [anon_sym_signed] = ACTIONS(1731), - [anon_sym_unsigned] = ACTIONS(1731), - [anon_sym_long] = ACTIONS(1731), - [anon_sym_short] = ACTIONS(1731), - [sym_primitive_type] = ACTIONS(1731), - [anon_sym_enum] = ACTIONS(1731), - [anon_sym_class] = ACTIONS(1731), - [anon_sym_struct] = ACTIONS(1731), - [anon_sym_union] = ACTIONS(1731), - [anon_sym_if] = ACTIONS(1731), - [anon_sym_switch] = ACTIONS(1731), - [anon_sym_case] = ACTIONS(1731), - [anon_sym_default] = ACTIONS(1731), - [anon_sym_while] = ACTIONS(1731), - [anon_sym_do] = ACTIONS(1731), - [anon_sym_for] = ACTIONS(1731), - [anon_sym_return] = ACTIONS(1731), - [anon_sym_break] = ACTIONS(1731), - [anon_sym_continue] = ACTIONS(1731), - [anon_sym_goto] = ACTIONS(1731), - [anon_sym_DASH_DASH] = ACTIONS(1733), - [anon_sym_PLUS_PLUS] = ACTIONS(1733), - [anon_sym_sizeof] = ACTIONS(1731), - [sym_number_literal] = ACTIONS(1733), - [anon_sym_L_SQUOTE] = ACTIONS(1733), - [anon_sym_u_SQUOTE] = ACTIONS(1733), - [anon_sym_U_SQUOTE] = ACTIONS(1733), - [anon_sym_u8_SQUOTE] = ACTIONS(1733), - [anon_sym_SQUOTE] = ACTIONS(1733), - [anon_sym_L_DQUOTE] = ACTIONS(1733), - [anon_sym_u_DQUOTE] = ACTIONS(1733), - [anon_sym_U_DQUOTE] = ACTIONS(1733), - [anon_sym_u8_DQUOTE] = ACTIONS(1733), - [anon_sym_DQUOTE] = ACTIONS(1733), - [sym_true] = ACTIONS(1731), - [sym_false] = ACTIONS(1731), - [sym_null] = ACTIONS(1731), + [658] = { + [sym_identifier] = ACTIONS(1743), + [aux_sym_preproc_include_token1] = ACTIONS(1743), + [aux_sym_preproc_def_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token2] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_LPAREN2] = ACTIONS(1745), + [anon_sym_BANG] = ACTIONS(1745), + [anon_sym_TILDE] = ACTIONS(1745), + [anon_sym_DASH] = ACTIONS(1743), + [anon_sym_PLUS] = ACTIONS(1743), + [anon_sym_STAR] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1745), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_SEMI] = ACTIONS(1745), + [anon_sym_typedef] = ACTIONS(1743), + [anon_sym_extern] = ACTIONS(1743), + [anon_sym___attribute__] = ACTIONS(1743), + [anon_sym_COLON_COLON] = ACTIONS(1745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), + [anon_sym___declspec] = ACTIONS(1743), + [anon_sym___based] = ACTIONS(1743), + [anon_sym___cdecl] = ACTIONS(1743), + [anon_sym___clrcall] = ACTIONS(1743), + [anon_sym___stdcall] = ACTIONS(1743), + [anon_sym___fastcall] = ACTIONS(1743), + [anon_sym___thiscall] = ACTIONS(1743), + [anon_sym___vectorcall] = ACTIONS(1743), + [anon_sym_LBRACE] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1743), + [anon_sym_register] = ACTIONS(1743), + [anon_sym_inline] = ACTIONS(1743), + [anon_sym_thread_local] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1743), + [anon_sym_volatile] = ACTIONS(1743), + [anon_sym_restrict] = ACTIONS(1743), + [anon_sym__Atomic] = ACTIONS(1743), + [anon_sym_mutable] = ACTIONS(1743), + [anon_sym_constexpr] = ACTIONS(1743), + [anon_sym_signed] = ACTIONS(1743), + [anon_sym_unsigned] = ACTIONS(1743), + [anon_sym_long] = ACTIONS(1743), + [anon_sym_short] = ACTIONS(1743), + [sym_primitive_type] = ACTIONS(1743), + [anon_sym_enum] = ACTIONS(1743), + [anon_sym_class] = ACTIONS(1743), + [anon_sym_struct] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_if] = ACTIONS(1743), + [anon_sym_switch] = ACTIONS(1743), + [anon_sym_case] = ACTIONS(1743), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_while] = ACTIONS(1743), + [anon_sym_do] = ACTIONS(1743), + [anon_sym_for] = ACTIONS(1743), + [anon_sym_return] = ACTIONS(1743), + [anon_sym_break] = ACTIONS(1743), + [anon_sym_continue] = ACTIONS(1743), + [anon_sym_goto] = ACTIONS(1743), + [anon_sym_DASH_DASH] = ACTIONS(1745), + [anon_sym_PLUS_PLUS] = ACTIONS(1745), + [anon_sym_sizeof] = ACTIONS(1743), + [sym_number_literal] = ACTIONS(1745), + [anon_sym_L_SQUOTE] = ACTIONS(1745), + [anon_sym_u_SQUOTE] = ACTIONS(1745), + [anon_sym_U_SQUOTE] = ACTIONS(1745), + [anon_sym_u8_SQUOTE] = ACTIONS(1745), + [anon_sym_SQUOTE] = ACTIONS(1745), + [anon_sym_L_DQUOTE] = ACTIONS(1745), + [anon_sym_u_DQUOTE] = ACTIONS(1745), + [anon_sym_U_DQUOTE] = ACTIONS(1745), + [anon_sym_u8_DQUOTE] = ACTIONS(1745), + [anon_sym_DQUOTE] = ACTIONS(1745), + [sym_true] = ACTIONS(1743), + [sym_false] = ACTIONS(1743), + [sym_null] = ACTIONS(1743), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1731), - [anon_sym_virtual] = ACTIONS(1731), - [anon_sym_explicit] = ACTIONS(1731), - [sym_auto] = ACTIONS(1731), - [anon_sym_typename] = ACTIONS(1731), - [anon_sym_template] = ACTIONS(1731), - [anon_sym_operator] = ACTIONS(1731), - [anon_sym_delete] = ACTIONS(1731), - [anon_sym_throw] = ACTIONS(1731), - [anon_sym_namespace] = ACTIONS(1731), - [anon_sym_using] = ACTIONS(1731), - [anon_sym_static_assert] = ACTIONS(1731), - [anon_sym_co_return] = ACTIONS(1731), - [anon_sym_co_yield] = ACTIONS(1731), - [anon_sym_try] = ACTIONS(1731), - [anon_sym_co_await] = ACTIONS(1731), - [anon_sym_new] = ACTIONS(1731), - [sym_this] = ACTIONS(1731), - [sym_nullptr] = ACTIONS(1731), - [sym_alone_macro] = ACTIONS(1733), - [aux_sym_alone_macro_call_token1] = ACTIONS(1731), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_FORWARD] = ACTIONS(1731), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1731), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_PS_GET] = ACTIONS(1731), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1731), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1731), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1731), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1731), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1731), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1731), - [anon_sym_MOZ_COLD] = ACTIONS(1731), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1731), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1731), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1731), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1731), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1731), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1731), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1731), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1731), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1731), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1731), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1731), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1731), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL] = ACTIONS(1731), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1731), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1731), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN] = ACTIONS(1731), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1731), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1731), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1731), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1731), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1731), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1731), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1731), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1731), - [anon_sym_MOZ_RAII] = ACTIONS(1731), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1731), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1731), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1731), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1731), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1731), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1731), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1731), - [sym_raw_string_literal] = ACTIONS(1733), + [anon_sym_decltype] = ACTIONS(1743), + [anon_sym_virtual] = ACTIONS(1743), + [anon_sym_explicit] = ACTIONS(1743), + [sym_auto] = ACTIONS(1743), + [anon_sym_typename] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1743), + [anon_sym_operator] = ACTIONS(1743), + [anon_sym_delete] = ACTIONS(1743), + [anon_sym_throw] = ACTIONS(1743), + [anon_sym_namespace] = ACTIONS(1743), + [anon_sym_using] = ACTIONS(1743), + [anon_sym_static_assert] = ACTIONS(1743), + [anon_sym_co_return] = ACTIONS(1743), + [anon_sym_co_yield] = ACTIONS(1743), + [anon_sym_try] = ACTIONS(1743), + [anon_sym_co_await] = ACTIONS(1743), + [anon_sym_new] = ACTIONS(1743), + [sym_this] = ACTIONS(1743), + [sym_nullptr] = ACTIONS(1743), + [sym_alone_macro] = ACTIONS(1745), + [aux_sym_alone_macro_call_token1] = ACTIONS(1743), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_FORWARD] = ACTIONS(1743), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1743), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_PS_GET] = ACTIONS(1743), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1743), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1743), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1743), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1743), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), + [anon_sym_MOZ_COLD] = ACTIONS(1743), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_RAII] = ACTIONS(1743), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), + [sym_raw_string_literal] = ACTIONS(1745), }, - [657] = { + [659] = { [sym_identifier] = ACTIONS(1831), [aux_sym_preproc_include_token1] = ACTIONS(1831), [aux_sym_preproc_def_token1] = ACTIONS(1831), @@ -159561,567 +159997,376 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(1831), [anon_sym_PLUS] = ACTIONS(1831), [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_SEMI] = ACTIONS(1833), - [anon_sym_typedef] = ACTIONS(1831), - [anon_sym_extern] = ACTIONS(1831), - [anon_sym___attribute__] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), - [anon_sym___declspec] = ACTIONS(1831), - [anon_sym___based] = ACTIONS(1831), - [anon_sym___cdecl] = ACTIONS(1831), - [anon_sym___clrcall] = ACTIONS(1831), - [anon_sym___stdcall] = ACTIONS(1831), - [anon_sym___fastcall] = ACTIONS(1831), - [anon_sym___thiscall] = ACTIONS(1831), - [anon_sym___vectorcall] = ACTIONS(1831), - [anon_sym_LBRACE] = ACTIONS(1833), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_static] = ACTIONS(1831), - [anon_sym_register] = ACTIONS(1831), - [anon_sym_inline] = ACTIONS(1831), - [anon_sym_thread_local] = ACTIONS(1831), - [anon_sym_const] = ACTIONS(1831), - [anon_sym_volatile] = ACTIONS(1831), - [anon_sym_restrict] = ACTIONS(1831), - [anon_sym__Atomic] = ACTIONS(1831), - [anon_sym_mutable] = ACTIONS(1831), - [anon_sym_constexpr] = ACTIONS(1831), - [anon_sym_signed] = ACTIONS(1831), - [anon_sym_unsigned] = ACTIONS(1831), - [anon_sym_long] = ACTIONS(1831), - [anon_sym_short] = ACTIONS(1831), - [sym_primitive_type] = ACTIONS(1831), - [anon_sym_enum] = ACTIONS(1831), - [anon_sym_class] = ACTIONS(1831), - [anon_sym_struct] = ACTIONS(1831), - [anon_sym_union] = ACTIONS(1831), - [anon_sym_if] = ACTIONS(1831), - [anon_sym_switch] = ACTIONS(1831), - [anon_sym_case] = ACTIONS(1831), - [anon_sym_default] = ACTIONS(1831), - [anon_sym_while] = ACTIONS(1831), - [anon_sym_do] = ACTIONS(1831), - [anon_sym_for] = ACTIONS(1831), - [anon_sym_return] = ACTIONS(1831), - [anon_sym_break] = ACTIONS(1831), - [anon_sym_continue] = ACTIONS(1831), - [anon_sym_goto] = ACTIONS(1831), - [anon_sym_DASH_DASH] = ACTIONS(1833), - [anon_sym_PLUS_PLUS] = ACTIONS(1833), - [anon_sym_sizeof] = ACTIONS(1831), - [sym_number_literal] = ACTIONS(1833), - [anon_sym_L_SQUOTE] = ACTIONS(1833), - [anon_sym_u_SQUOTE] = ACTIONS(1833), - [anon_sym_U_SQUOTE] = ACTIONS(1833), - [anon_sym_u8_SQUOTE] = ACTIONS(1833), - [anon_sym_SQUOTE] = ACTIONS(1833), - [anon_sym_L_DQUOTE] = ACTIONS(1833), - [anon_sym_u_DQUOTE] = ACTIONS(1833), - [anon_sym_U_DQUOTE] = ACTIONS(1833), - [anon_sym_u8_DQUOTE] = ACTIONS(1833), - [anon_sym_DQUOTE] = ACTIONS(1833), - [sym_true] = ACTIONS(1831), - [sym_false] = ACTIONS(1831), - [sym_null] = ACTIONS(1831), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1831), - [anon_sym_virtual] = ACTIONS(1831), - [anon_sym_explicit] = ACTIONS(1831), - [sym_auto] = ACTIONS(1831), - [anon_sym_typename] = ACTIONS(1831), - [anon_sym_template] = ACTIONS(1831), - [anon_sym_operator] = ACTIONS(1831), - [anon_sym_delete] = ACTIONS(1831), - [anon_sym_throw] = ACTIONS(1831), - [anon_sym_namespace] = ACTIONS(1831), - [anon_sym_using] = ACTIONS(1831), - [anon_sym_static_assert] = ACTIONS(1831), - [anon_sym_co_return] = ACTIONS(1831), - [anon_sym_co_yield] = ACTIONS(1831), - [anon_sym_try] = ACTIONS(1831), - [anon_sym_co_await] = ACTIONS(1831), - [anon_sym_new] = ACTIONS(1831), - [sym_this] = ACTIONS(1831), - [sym_nullptr] = ACTIONS(1831), - [sym_alone_macro] = ACTIONS(1833), - [aux_sym_alone_macro_call_token1] = ACTIONS(1831), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_FORWARD] = ACTIONS(1831), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_PS_GET] = ACTIONS(1831), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), - [anon_sym_MOZ_COLD] = ACTIONS(1831), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_RAII] = ACTIONS(1831), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), - [sym_raw_string_literal] = ACTIONS(1833), - }, - [658] = { - [ts_builtin_sym_end] = ACTIONS(1725), - [sym_identifier] = ACTIONS(1723), - [aux_sym_preproc_include_token1] = ACTIONS(1723), - [aux_sym_preproc_def_token1] = ACTIONS(1723), - [aux_sym_preproc_if_token1] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1723), - [sym_preproc_directive] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_BANG] = ACTIONS(1725), - [anon_sym_TILDE] = ACTIONS(1725), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1725), - [anon_sym_AMP] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_typedef] = ACTIONS(1723), - [anon_sym_extern] = ACTIONS(1723), - [anon_sym___attribute__] = ACTIONS(1723), - [anon_sym_COLON_COLON] = ACTIONS(1725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1725), - [anon_sym___declspec] = ACTIONS(1723), - [anon_sym___based] = ACTIONS(1723), - [anon_sym___cdecl] = ACTIONS(1723), - [anon_sym___clrcall] = ACTIONS(1723), - [anon_sym___stdcall] = ACTIONS(1723), - [anon_sym___fastcall] = ACTIONS(1723), - [anon_sym___thiscall] = ACTIONS(1723), - [anon_sym___vectorcall] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1723), - [anon_sym_static] = ACTIONS(1723), - [anon_sym_register] = ACTIONS(1723), - [anon_sym_inline] = ACTIONS(1723), - [anon_sym_thread_local] = ACTIONS(1723), - [anon_sym_const] = ACTIONS(1723), - [anon_sym_volatile] = ACTIONS(1723), - [anon_sym_restrict] = ACTIONS(1723), - [anon_sym__Atomic] = ACTIONS(1723), - [anon_sym_mutable] = ACTIONS(1723), - [anon_sym_constexpr] = ACTIONS(1723), - [anon_sym_signed] = ACTIONS(1723), - [anon_sym_unsigned] = ACTIONS(1723), - [anon_sym_long] = ACTIONS(1723), - [anon_sym_short] = ACTIONS(1723), - [sym_primitive_type] = ACTIONS(1723), - [anon_sym_enum] = ACTIONS(1723), - [anon_sym_class] = ACTIONS(1723), - [anon_sym_struct] = ACTIONS(1723), - [anon_sym_union] = ACTIONS(1723), - [anon_sym_if] = ACTIONS(1723), - [anon_sym_switch] = ACTIONS(1723), - [anon_sym_case] = ACTIONS(1723), - [anon_sym_default] = ACTIONS(1723), - [anon_sym_while] = ACTIONS(1723), - [anon_sym_do] = ACTIONS(1723), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1723), - [anon_sym_continue] = ACTIONS(1723), - [anon_sym_goto] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_sizeof] = ACTIONS(1723), - [sym_number_literal] = ACTIONS(1725), - [anon_sym_L_SQUOTE] = ACTIONS(1725), - [anon_sym_u_SQUOTE] = ACTIONS(1725), - [anon_sym_U_SQUOTE] = ACTIONS(1725), - [anon_sym_u8_SQUOTE] = ACTIONS(1725), - [anon_sym_SQUOTE] = ACTIONS(1725), - [anon_sym_L_DQUOTE] = ACTIONS(1725), - [anon_sym_u_DQUOTE] = ACTIONS(1725), - [anon_sym_U_DQUOTE] = ACTIONS(1725), - [anon_sym_u8_DQUOTE] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym_true] = ACTIONS(1723), - [sym_false] = ACTIONS(1723), - [sym_null] = ACTIONS(1723), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1723), - [anon_sym_virtual] = ACTIONS(1723), - [anon_sym_explicit] = ACTIONS(1723), - [sym_auto] = ACTIONS(1723), - [anon_sym_typename] = ACTIONS(1723), - [anon_sym_template] = ACTIONS(1723), - [anon_sym_operator] = ACTIONS(1723), - [anon_sym_delete] = ACTIONS(1723), - [anon_sym_throw] = ACTIONS(1723), - [anon_sym_namespace] = ACTIONS(1723), - [anon_sym_using] = ACTIONS(1723), - [anon_sym_static_assert] = ACTIONS(1723), - [anon_sym_co_return] = ACTIONS(1723), - [anon_sym_co_yield] = ACTIONS(1723), - [anon_sym_try] = ACTIONS(1723), - [anon_sym_co_await] = ACTIONS(1723), - [anon_sym_new] = ACTIONS(1723), - [sym_this] = ACTIONS(1723), - [sym_nullptr] = ACTIONS(1723), - [sym_alone_macro] = ACTIONS(1725), - [aux_sym_alone_macro_call_token1] = ACTIONS(1723), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_FORWARD] = ACTIONS(1723), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1723), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_PS_GET] = ACTIONS(1723), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1723), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1723), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1723), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1723), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1723), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1723), - [anon_sym_MOZ_COLD] = ACTIONS(1723), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1723), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1723), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1723), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1723), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1723), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1723), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1723), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1723), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1723), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1723), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1723), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1723), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL] = ACTIONS(1723), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1723), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1723), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN] = ACTIONS(1723), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1723), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1723), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1723), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1723), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1723), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1723), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1723), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1723), - [anon_sym_MOZ_RAII] = ACTIONS(1723), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1723), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1723), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1723), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1723), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1723), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1723), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1723), - [sym_raw_string_literal] = ACTIONS(1725), - }, - [659] = { - [sym_identifier] = ACTIONS(1871), - [aux_sym_preproc_include_token1] = ACTIONS(1871), - [aux_sym_preproc_def_token1] = ACTIONS(1871), - [aux_sym_preproc_if_token1] = ACTIONS(1871), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), - [sym_preproc_directive] = ACTIONS(1871), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1873), - [anon_sym_TILDE] = ACTIONS(1873), - [anon_sym_DASH] = ACTIONS(1871), - [anon_sym_PLUS] = ACTIONS(1871), - [anon_sym_STAR] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1871), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_typedef] = ACTIONS(1871), - [anon_sym_extern] = ACTIONS(1871), - [anon_sym___attribute__] = ACTIONS(1871), - [anon_sym_COLON_COLON] = ACTIONS(1873), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), - [anon_sym___declspec] = ACTIONS(1871), - [anon_sym___based] = ACTIONS(1871), - [anon_sym___cdecl] = ACTIONS(1871), - [anon_sym___clrcall] = ACTIONS(1871), - [anon_sym___stdcall] = ACTIONS(1871), - [anon_sym___fastcall] = ACTIONS(1871), - [anon_sym___thiscall] = ACTIONS(1871), - [anon_sym___vectorcall] = ACTIONS(1871), - [anon_sym_LBRACE] = ACTIONS(1873), - [anon_sym_RBRACE] = ACTIONS(1873), - [anon_sym_LBRACK] = ACTIONS(1871), - [anon_sym_static] = ACTIONS(1871), - [anon_sym_register] = ACTIONS(1871), - [anon_sym_inline] = ACTIONS(1871), - [anon_sym_thread_local] = ACTIONS(1871), - [anon_sym_const] = ACTIONS(1871), - [anon_sym_volatile] = ACTIONS(1871), - [anon_sym_restrict] = ACTIONS(1871), - [anon_sym__Atomic] = ACTIONS(1871), - [anon_sym_mutable] = ACTIONS(1871), - [anon_sym_constexpr] = ACTIONS(1871), - [anon_sym_signed] = ACTIONS(1871), - [anon_sym_unsigned] = ACTIONS(1871), - [anon_sym_long] = ACTIONS(1871), - [anon_sym_short] = ACTIONS(1871), - [sym_primitive_type] = ACTIONS(1871), - [anon_sym_enum] = ACTIONS(1871), - [anon_sym_class] = ACTIONS(1871), - [anon_sym_struct] = ACTIONS(1871), - [anon_sym_union] = ACTIONS(1871), - [anon_sym_if] = ACTIONS(1871), - [anon_sym_switch] = ACTIONS(1871), - [anon_sym_case] = ACTIONS(1871), - [anon_sym_default] = ACTIONS(1871), - [anon_sym_while] = ACTIONS(1871), - [anon_sym_do] = ACTIONS(1871), - [anon_sym_for] = ACTIONS(1871), - [anon_sym_return] = ACTIONS(1871), - [anon_sym_break] = ACTIONS(1871), - [anon_sym_continue] = ACTIONS(1871), - [anon_sym_goto] = ACTIONS(1871), - [anon_sym_DASH_DASH] = ACTIONS(1873), - [anon_sym_PLUS_PLUS] = ACTIONS(1873), - [anon_sym_sizeof] = ACTIONS(1871), - [sym_number_literal] = ACTIONS(1873), - [anon_sym_L_SQUOTE] = ACTIONS(1873), - [anon_sym_u_SQUOTE] = ACTIONS(1873), - [anon_sym_U_SQUOTE] = ACTIONS(1873), - [anon_sym_u8_SQUOTE] = ACTIONS(1873), - [anon_sym_SQUOTE] = ACTIONS(1873), - [anon_sym_L_DQUOTE] = ACTIONS(1873), - [anon_sym_u_DQUOTE] = ACTIONS(1873), - [anon_sym_U_DQUOTE] = ACTIONS(1873), - [anon_sym_u8_DQUOTE] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_true] = ACTIONS(1871), - [sym_false] = ACTIONS(1871), - [sym_null] = ACTIONS(1871), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1871), - [anon_sym_virtual] = ACTIONS(1871), - [anon_sym_explicit] = ACTIONS(1871), - [sym_auto] = ACTIONS(1871), - [anon_sym_typename] = ACTIONS(1871), - [anon_sym_template] = ACTIONS(1871), - [anon_sym_operator] = ACTIONS(1871), - [anon_sym_delete] = ACTIONS(1871), - [anon_sym_throw] = ACTIONS(1871), - [anon_sym_namespace] = ACTIONS(1871), - [anon_sym_using] = ACTIONS(1871), - [anon_sym_static_assert] = ACTIONS(1871), - [anon_sym_co_return] = ACTIONS(1871), - [anon_sym_co_yield] = ACTIONS(1871), - [anon_sym_try] = ACTIONS(1871), - [anon_sym_co_await] = ACTIONS(1871), - [anon_sym_new] = ACTIONS(1871), - [sym_this] = ACTIONS(1871), - [sym_nullptr] = ACTIONS(1871), - [sym_alone_macro] = ACTIONS(1873), - [aux_sym_alone_macro_call_token1] = ACTIONS(1871), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_FORWARD] = ACTIONS(1871), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1871), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_PS_GET] = ACTIONS(1871), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1871), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1871), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1871), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1871), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), - [anon_sym_MOZ_COLD] = ACTIONS(1871), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_NONNULL] = ACTIONS(1871), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_NORETURN] = ACTIONS(1871), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), - [anon_sym_MOZ_RAII] = ACTIONS(1871), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), - [sym_raw_string_literal] = ACTIONS(1873), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_typedef] = ACTIONS(1831), + [anon_sym_extern] = ACTIONS(1831), + [anon_sym___attribute__] = ACTIONS(1831), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), + [anon_sym___declspec] = ACTIONS(1831), + [anon_sym___based] = ACTIONS(1831), + [anon_sym___cdecl] = ACTIONS(1831), + [anon_sym___clrcall] = ACTIONS(1831), + [anon_sym___stdcall] = ACTIONS(1831), + [anon_sym___fastcall] = ACTIONS(1831), + [anon_sym___thiscall] = ACTIONS(1831), + [anon_sym___vectorcall] = ACTIONS(1831), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_LBRACK] = ACTIONS(1831), + [anon_sym_static] = ACTIONS(1831), + [anon_sym_register] = ACTIONS(1831), + [anon_sym_inline] = ACTIONS(1831), + [anon_sym_thread_local] = ACTIONS(1831), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_volatile] = ACTIONS(1831), + [anon_sym_restrict] = ACTIONS(1831), + [anon_sym__Atomic] = ACTIONS(1831), + [anon_sym_mutable] = ACTIONS(1831), + [anon_sym_constexpr] = ACTIONS(1831), + [anon_sym_signed] = ACTIONS(1831), + [anon_sym_unsigned] = ACTIONS(1831), + [anon_sym_long] = ACTIONS(1831), + [anon_sym_short] = ACTIONS(1831), + [sym_primitive_type] = ACTIONS(1831), + [anon_sym_enum] = ACTIONS(1831), + [anon_sym_class] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), + [anon_sym_if] = ACTIONS(1831), + [anon_sym_switch] = ACTIONS(1831), + [anon_sym_case] = ACTIONS(1831), + [anon_sym_default] = ACTIONS(1831), + [anon_sym_while] = ACTIONS(1831), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1831), + [anon_sym_return] = ACTIONS(1831), + [anon_sym_break] = ACTIONS(1831), + [anon_sym_continue] = ACTIONS(1831), + [anon_sym_goto] = ACTIONS(1831), + [anon_sym_DASH_DASH] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(1833), + [anon_sym_sizeof] = ACTIONS(1831), + [sym_number_literal] = ACTIONS(1833), + [anon_sym_L_SQUOTE] = ACTIONS(1833), + [anon_sym_u_SQUOTE] = ACTIONS(1833), + [anon_sym_U_SQUOTE] = ACTIONS(1833), + [anon_sym_u8_SQUOTE] = ACTIONS(1833), + [anon_sym_SQUOTE] = ACTIONS(1833), + [anon_sym_L_DQUOTE] = ACTIONS(1833), + [anon_sym_u_DQUOTE] = ACTIONS(1833), + [anon_sym_U_DQUOTE] = ACTIONS(1833), + [anon_sym_u8_DQUOTE] = ACTIONS(1833), + [anon_sym_DQUOTE] = ACTIONS(1833), + [sym_true] = ACTIONS(1831), + [sym_false] = ACTIONS(1831), + [sym_null] = ACTIONS(1831), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(1831), + [anon_sym_explicit] = ACTIONS(1831), + [sym_auto] = ACTIONS(1831), + [anon_sym_typename] = ACTIONS(1831), + [anon_sym_template] = ACTIONS(1831), + [anon_sym_operator] = ACTIONS(1831), + [anon_sym_delete] = ACTIONS(1831), + [anon_sym_throw] = ACTIONS(1831), + [anon_sym_namespace] = ACTIONS(1831), + [anon_sym_using] = ACTIONS(1831), + [anon_sym_static_assert] = ACTIONS(1831), + [anon_sym_co_return] = ACTIONS(1831), + [anon_sym_co_yield] = ACTIONS(1831), + [anon_sym_try] = ACTIONS(1831), + [anon_sym_co_await] = ACTIONS(1831), + [anon_sym_new] = ACTIONS(1831), + [sym_this] = ACTIONS(1831), + [sym_nullptr] = ACTIONS(1831), + [sym_alone_macro] = ACTIONS(1833), + [aux_sym_alone_macro_call_token1] = ACTIONS(1831), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_FORWARD] = ACTIONS(1831), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1831), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_PS_GET] = ACTIONS(1831), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1831), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1831), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1831), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1831), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), + [anon_sym_MOZ_COLD] = ACTIONS(1831), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_RAII] = ACTIONS(1831), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), + [sym_raw_string_literal] = ACTIONS(1833), }, [660] = { + [sym_identifier] = ACTIONS(1875), + [aux_sym_preproc_include_token1] = ACTIONS(1875), + [aux_sym_preproc_def_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), + [sym_preproc_directive] = ACTIONS(1875), + [anon_sym_LPAREN2] = ACTIONS(1877), + [anon_sym_BANG] = ACTIONS(1877), + [anon_sym_TILDE] = ACTIONS(1877), + [anon_sym_DASH] = ACTIONS(1875), + [anon_sym_PLUS] = ACTIONS(1875), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP_AMP] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1875), + [anon_sym_SEMI] = ACTIONS(1877), + [anon_sym_typedef] = ACTIONS(1875), + [anon_sym_extern] = ACTIONS(1875), + [anon_sym___attribute__] = ACTIONS(1875), + [anon_sym_COLON_COLON] = ACTIONS(1877), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), + [anon_sym___declspec] = ACTIONS(1875), + [anon_sym___based] = ACTIONS(1875), + [anon_sym___cdecl] = ACTIONS(1875), + [anon_sym___clrcall] = ACTIONS(1875), + [anon_sym___stdcall] = ACTIONS(1875), + [anon_sym___fastcall] = ACTIONS(1875), + [anon_sym___thiscall] = ACTIONS(1875), + [anon_sym___vectorcall] = ACTIONS(1875), + [anon_sym_LBRACE] = ACTIONS(1877), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_static] = ACTIONS(1875), + [anon_sym_register] = ACTIONS(1875), + [anon_sym_inline] = ACTIONS(1875), + [anon_sym_thread_local] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1875), + [anon_sym_volatile] = ACTIONS(1875), + [anon_sym_restrict] = ACTIONS(1875), + [anon_sym__Atomic] = ACTIONS(1875), + [anon_sym_mutable] = ACTIONS(1875), + [anon_sym_constexpr] = ACTIONS(1875), + [anon_sym_signed] = ACTIONS(1875), + [anon_sym_unsigned] = ACTIONS(1875), + [anon_sym_long] = ACTIONS(1875), + [anon_sym_short] = ACTIONS(1875), + [sym_primitive_type] = ACTIONS(1875), + [anon_sym_enum] = ACTIONS(1875), + [anon_sym_class] = ACTIONS(1875), + [anon_sym_struct] = ACTIONS(1875), + [anon_sym_union] = ACTIONS(1875), + [anon_sym_if] = ACTIONS(1875), + [anon_sym_switch] = ACTIONS(1875), + [anon_sym_case] = ACTIONS(1875), + [anon_sym_default] = ACTIONS(1875), + [anon_sym_while] = ACTIONS(1875), + [anon_sym_do] = ACTIONS(1875), + [anon_sym_for] = ACTIONS(1875), + [anon_sym_return] = ACTIONS(1875), + [anon_sym_break] = ACTIONS(1875), + [anon_sym_continue] = ACTIONS(1875), + [anon_sym_goto] = ACTIONS(1875), + [anon_sym_DASH_DASH] = ACTIONS(1877), + [anon_sym_PLUS_PLUS] = ACTIONS(1877), + [anon_sym_sizeof] = ACTIONS(1875), + [sym_number_literal] = ACTIONS(1877), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1877), + [anon_sym_u_DQUOTE] = ACTIONS(1877), + [anon_sym_U_DQUOTE] = ACTIONS(1877), + [anon_sym_u8_DQUOTE] = ACTIONS(1877), + [anon_sym_DQUOTE] = ACTIONS(1877), + [sym_true] = ACTIONS(1875), + [sym_false] = ACTIONS(1875), + [sym_null] = ACTIONS(1875), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1875), + [anon_sym_virtual] = ACTIONS(1875), + [anon_sym_explicit] = ACTIONS(1875), + [sym_auto] = ACTIONS(1875), + [anon_sym_typename] = ACTIONS(1875), + [anon_sym_template] = ACTIONS(1875), + [anon_sym_operator] = ACTIONS(1875), + [anon_sym_delete] = ACTIONS(1875), + [anon_sym_throw] = ACTIONS(1875), + [anon_sym_namespace] = ACTIONS(1875), + [anon_sym_using] = ACTIONS(1875), + [anon_sym_static_assert] = ACTIONS(1875), + [anon_sym_co_return] = ACTIONS(1875), + [anon_sym_co_yield] = ACTIONS(1875), + [anon_sym_try] = ACTIONS(1875), + [anon_sym_co_await] = ACTIONS(1875), + [anon_sym_new] = ACTIONS(1875), + [sym_this] = ACTIONS(1875), + [sym_nullptr] = ACTIONS(1875), + [sym_alone_macro] = ACTIONS(1877), + [aux_sym_alone_macro_call_token1] = ACTIONS(1875), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_FORWARD] = ACTIONS(1875), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1875), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_PS_GET] = ACTIONS(1875), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1875), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1875), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1875), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), + [anon_sym_MOZ_COLD] = ACTIONS(1875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_RAII] = ACTIONS(1875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), + [sym_raw_string_literal] = ACTIONS(1877), + }, + [661] = { [sym_identifier] = ACTIONS(1823), [aux_sym_preproc_include_token1] = ACTIONS(1823), [aux_sym_preproc_def_token1] = ACTIONS(1823), [aux_sym_preproc_if_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token2] = ACTIONS(1823), [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), [sym_preproc_directive] = ACTIONS(1823), @@ -160148,6 +160393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1823), [anon_sym___vectorcall] = ACTIONS(1823), [anon_sym_LBRACE] = ACTIONS(1825), + [anon_sym_RBRACE] = ACTIONS(1825), [anon_sym_LBRACK] = ACTIONS(1823), [anon_sym_static] = ACTIONS(1823), [anon_sym_register] = ACTIONS(1823), @@ -160306,278 +160552,848 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), [sym_raw_string_literal] = ACTIONS(1825), }, - [661] = { - [sym_preproc_def] = STATE(661), - [sym_preproc_function_def] = STATE(661), - [sym_preproc_call] = STATE(661), - [sym_preproc_if_in_field_declaration_list] = STATE(661), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(661), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3232), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(4163), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(661), - [sym_operator_cast_declaration] = STATE(661), - [sym_constructor_or_destructor_definition] = STATE(661), - [sym_constructor_or_destructor_declaration] = STATE(661), - [sym_friend_declaration] = STATE(661), - [sym_access_specifier] = STATE(661), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [662] = { + [sym_identifier] = ACTIONS(1835), + [aux_sym_preproc_include_token1] = ACTIONS(1835), + [aux_sym_preproc_def_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token2] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), + [sym_preproc_directive] = ACTIONS(1835), + [anon_sym_LPAREN2] = ACTIONS(1837), + [anon_sym_BANG] = ACTIONS(1837), + [anon_sym_TILDE] = ACTIONS(1837), + [anon_sym_DASH] = ACTIONS(1835), + [anon_sym_PLUS] = ACTIONS(1835), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_typedef] = ACTIONS(1835), + [anon_sym_extern] = ACTIONS(1835), + [anon_sym___attribute__] = ACTIONS(1835), + [anon_sym_COLON_COLON] = ACTIONS(1837), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), + [anon_sym___declspec] = ACTIONS(1835), + [anon_sym___based] = ACTIONS(1835), + [anon_sym___cdecl] = ACTIONS(1835), + [anon_sym___clrcall] = ACTIONS(1835), + [anon_sym___stdcall] = ACTIONS(1835), + [anon_sym___fastcall] = ACTIONS(1835), + [anon_sym___thiscall] = ACTIONS(1835), + [anon_sym___vectorcall] = ACTIONS(1835), + [anon_sym_LBRACE] = ACTIONS(1837), + [anon_sym_LBRACK] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1835), + [anon_sym_register] = ACTIONS(1835), + [anon_sym_inline] = ACTIONS(1835), + [anon_sym_thread_local] = ACTIONS(1835), + [anon_sym_const] = ACTIONS(1835), + [anon_sym_volatile] = ACTIONS(1835), + [anon_sym_restrict] = ACTIONS(1835), + [anon_sym__Atomic] = ACTIONS(1835), + [anon_sym_mutable] = ACTIONS(1835), + [anon_sym_constexpr] = ACTIONS(1835), + [anon_sym_signed] = ACTIONS(1835), + [anon_sym_unsigned] = ACTIONS(1835), + [anon_sym_long] = ACTIONS(1835), + [anon_sym_short] = ACTIONS(1835), + [sym_primitive_type] = ACTIONS(1835), + [anon_sym_enum] = ACTIONS(1835), + [anon_sym_class] = ACTIONS(1835), + [anon_sym_struct] = ACTIONS(1835), + [anon_sym_union] = ACTIONS(1835), + [anon_sym_if] = ACTIONS(1835), + [anon_sym_switch] = ACTIONS(1835), + [anon_sym_case] = ACTIONS(1835), + [anon_sym_default] = ACTIONS(1835), + [anon_sym_while] = ACTIONS(1835), + [anon_sym_do] = ACTIONS(1835), + [anon_sym_for] = ACTIONS(1835), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1835), + [anon_sym_continue] = ACTIONS(1835), + [anon_sym_goto] = ACTIONS(1835), + [anon_sym_DASH_DASH] = ACTIONS(1837), + [anon_sym_PLUS_PLUS] = ACTIONS(1837), + [anon_sym_sizeof] = ACTIONS(1835), + [sym_number_literal] = ACTIONS(1837), + [anon_sym_L_SQUOTE] = ACTIONS(1837), + [anon_sym_u_SQUOTE] = ACTIONS(1837), + [anon_sym_U_SQUOTE] = ACTIONS(1837), + [anon_sym_u8_SQUOTE] = ACTIONS(1837), + [anon_sym_SQUOTE] = ACTIONS(1837), + [anon_sym_L_DQUOTE] = ACTIONS(1837), + [anon_sym_u_DQUOTE] = ACTIONS(1837), + [anon_sym_U_DQUOTE] = ACTIONS(1837), + [anon_sym_u8_DQUOTE] = ACTIONS(1837), + [anon_sym_DQUOTE] = ACTIONS(1837), + [sym_true] = ACTIONS(1835), + [sym_false] = ACTIONS(1835), + [sym_null] = ACTIONS(1835), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1835), + [anon_sym_virtual] = ACTIONS(1835), + [anon_sym_explicit] = ACTIONS(1835), + [sym_auto] = ACTIONS(1835), + [anon_sym_typename] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1835), + [anon_sym_operator] = ACTIONS(1835), + [anon_sym_delete] = ACTIONS(1835), + [anon_sym_throw] = ACTIONS(1835), + [anon_sym_namespace] = ACTIONS(1835), + [anon_sym_using] = ACTIONS(1835), + [anon_sym_static_assert] = ACTIONS(1835), + [anon_sym_co_return] = ACTIONS(1835), + [anon_sym_co_yield] = ACTIONS(1835), + [anon_sym_try] = ACTIONS(1835), + [anon_sym_co_await] = ACTIONS(1835), + [anon_sym_new] = ACTIONS(1835), + [sym_this] = ACTIONS(1835), + [sym_nullptr] = ACTIONS(1835), + [sym_alone_macro] = ACTIONS(1837), + [aux_sym_alone_macro_call_token1] = ACTIONS(1835), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_FORWARD] = ACTIONS(1835), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1835), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_PS_GET] = ACTIONS(1835), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1835), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1835), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1835), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1835), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), + [anon_sym_MOZ_COLD] = ACTIONS(1835), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_RAII] = ACTIONS(1835), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), + [sym_raw_string_literal] = ACTIONS(1837), + }, + [663] = { + [sym_identifier] = ACTIONS(1847), + [aux_sym_preproc_include_token1] = ACTIONS(1847), + [aux_sym_preproc_def_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token2] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), + [sym_preproc_directive] = ACTIONS(1847), + [anon_sym_LPAREN2] = ACTIONS(1849), + [anon_sym_BANG] = ACTIONS(1849), + [anon_sym_TILDE] = ACTIONS(1849), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1849), + [anon_sym_typedef] = ACTIONS(1847), + [anon_sym_extern] = ACTIONS(1847), + [anon_sym___attribute__] = ACTIONS(1847), + [anon_sym_COLON_COLON] = ACTIONS(1849), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), + [anon_sym___declspec] = ACTIONS(1847), + [anon_sym___based] = ACTIONS(1847), + [anon_sym___cdecl] = ACTIONS(1847), + [anon_sym___clrcall] = ACTIONS(1847), + [anon_sym___stdcall] = ACTIONS(1847), + [anon_sym___fastcall] = ACTIONS(1847), + [anon_sym___thiscall] = ACTIONS(1847), + [anon_sym___vectorcall] = ACTIONS(1847), + [anon_sym_LBRACE] = ACTIONS(1849), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_register] = ACTIONS(1847), + [anon_sym_inline] = ACTIONS(1847), + [anon_sym_thread_local] = ACTIONS(1847), + [anon_sym_const] = ACTIONS(1847), + [anon_sym_volatile] = ACTIONS(1847), + [anon_sym_restrict] = ACTIONS(1847), + [anon_sym__Atomic] = ACTIONS(1847), + [anon_sym_mutable] = ACTIONS(1847), + [anon_sym_constexpr] = ACTIONS(1847), + [anon_sym_signed] = ACTIONS(1847), + [anon_sym_unsigned] = ACTIONS(1847), + [anon_sym_long] = ACTIONS(1847), + [anon_sym_short] = ACTIONS(1847), + [sym_primitive_type] = ACTIONS(1847), + [anon_sym_enum] = ACTIONS(1847), + [anon_sym_class] = ACTIONS(1847), + [anon_sym_struct] = ACTIONS(1847), + [anon_sym_union] = ACTIONS(1847), + [anon_sym_if] = ACTIONS(1847), + [anon_sym_switch] = ACTIONS(1847), + [anon_sym_case] = ACTIONS(1847), + [anon_sym_default] = ACTIONS(1847), + [anon_sym_while] = ACTIONS(1847), + [anon_sym_do] = ACTIONS(1847), + [anon_sym_for] = ACTIONS(1847), + [anon_sym_return] = ACTIONS(1847), + [anon_sym_break] = ACTIONS(1847), + [anon_sym_continue] = ACTIONS(1847), + [anon_sym_goto] = ACTIONS(1847), + [anon_sym_DASH_DASH] = ACTIONS(1849), + [anon_sym_PLUS_PLUS] = ACTIONS(1849), + [anon_sym_sizeof] = ACTIONS(1847), + [sym_number_literal] = ACTIONS(1849), + [anon_sym_L_SQUOTE] = ACTIONS(1849), + [anon_sym_u_SQUOTE] = ACTIONS(1849), + [anon_sym_U_SQUOTE] = ACTIONS(1849), + [anon_sym_u8_SQUOTE] = ACTIONS(1849), + [anon_sym_SQUOTE] = ACTIONS(1849), + [anon_sym_L_DQUOTE] = ACTIONS(1849), + [anon_sym_u_DQUOTE] = ACTIONS(1849), + [anon_sym_U_DQUOTE] = ACTIONS(1849), + [anon_sym_u8_DQUOTE] = ACTIONS(1849), + [anon_sym_DQUOTE] = ACTIONS(1849), + [sym_true] = ACTIONS(1847), + [sym_false] = ACTIONS(1847), + [sym_null] = ACTIONS(1847), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1847), + [anon_sym_virtual] = ACTIONS(1847), + [anon_sym_explicit] = ACTIONS(1847), + [sym_auto] = ACTIONS(1847), + [anon_sym_typename] = ACTIONS(1847), + [anon_sym_template] = ACTIONS(1847), + [anon_sym_operator] = ACTIONS(1847), + [anon_sym_delete] = ACTIONS(1847), + [anon_sym_throw] = ACTIONS(1847), + [anon_sym_namespace] = ACTIONS(1847), + [anon_sym_using] = ACTIONS(1847), + [anon_sym_static_assert] = ACTIONS(1847), + [anon_sym_co_return] = ACTIONS(1847), + [anon_sym_co_yield] = ACTIONS(1847), + [anon_sym_try] = ACTIONS(1847), + [anon_sym_co_await] = ACTIONS(1847), + [anon_sym_new] = ACTIONS(1847), + [sym_this] = ACTIONS(1847), + [sym_nullptr] = ACTIONS(1847), + [sym_alone_macro] = ACTIONS(1849), + [aux_sym_alone_macro_call_token1] = ACTIONS(1847), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_FORWARD] = ACTIONS(1847), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1847), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_PS_GET] = ACTIONS(1847), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1847), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1847), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1847), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), + [anon_sym_MOZ_COLD] = ACTIONS(1847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_RAII] = ACTIONS(1847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), + [sym_raw_string_literal] = ACTIONS(1849), + }, + [664] = { + [sym_identifier] = ACTIONS(1843), + [aux_sym_preproc_include_token1] = ACTIONS(1843), + [aux_sym_preproc_def_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token2] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), + [sym_preproc_directive] = ACTIONS(1843), + [anon_sym_LPAREN2] = ACTIONS(1845), + [anon_sym_BANG] = ACTIONS(1845), + [anon_sym_TILDE] = ACTIONS(1845), + [anon_sym_DASH] = ACTIONS(1843), + [anon_sym_PLUS] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_SEMI] = ACTIONS(1845), + [anon_sym_typedef] = ACTIONS(1843), + [anon_sym_extern] = ACTIONS(1843), + [anon_sym___attribute__] = ACTIONS(1843), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), + [anon_sym___declspec] = ACTIONS(1843), + [anon_sym___based] = ACTIONS(1843), + [anon_sym___cdecl] = ACTIONS(1843), + [anon_sym___clrcall] = ACTIONS(1843), + [anon_sym___stdcall] = ACTIONS(1843), + [anon_sym___fastcall] = ACTIONS(1843), + [anon_sym___thiscall] = ACTIONS(1843), + [anon_sym___vectorcall] = ACTIONS(1843), + [anon_sym_LBRACE] = ACTIONS(1845), + [anon_sym_LBRACK] = ACTIONS(1843), + [anon_sym_static] = ACTIONS(1843), + [anon_sym_register] = ACTIONS(1843), + [anon_sym_inline] = ACTIONS(1843), + [anon_sym_thread_local] = ACTIONS(1843), + [anon_sym_const] = ACTIONS(1843), + [anon_sym_volatile] = ACTIONS(1843), + [anon_sym_restrict] = ACTIONS(1843), + [anon_sym__Atomic] = ACTIONS(1843), + [anon_sym_mutable] = ACTIONS(1843), + [anon_sym_constexpr] = ACTIONS(1843), + [anon_sym_signed] = ACTIONS(1843), + [anon_sym_unsigned] = ACTIONS(1843), + [anon_sym_long] = ACTIONS(1843), + [anon_sym_short] = ACTIONS(1843), + [sym_primitive_type] = ACTIONS(1843), + [anon_sym_enum] = ACTIONS(1843), + [anon_sym_class] = ACTIONS(1843), + [anon_sym_struct] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1843), + [anon_sym_if] = ACTIONS(1843), + [anon_sym_switch] = ACTIONS(1843), + [anon_sym_case] = ACTIONS(1843), + [anon_sym_default] = ACTIONS(1843), + [anon_sym_while] = ACTIONS(1843), + [anon_sym_do] = ACTIONS(1843), + [anon_sym_for] = ACTIONS(1843), + [anon_sym_return] = ACTIONS(1843), + [anon_sym_break] = ACTIONS(1843), + [anon_sym_continue] = ACTIONS(1843), + [anon_sym_goto] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1843), + [sym_number_literal] = ACTIONS(1845), + [anon_sym_L_SQUOTE] = ACTIONS(1845), + [anon_sym_u_SQUOTE] = ACTIONS(1845), + [anon_sym_U_SQUOTE] = ACTIONS(1845), + [anon_sym_u8_SQUOTE] = ACTIONS(1845), + [anon_sym_SQUOTE] = ACTIONS(1845), + [anon_sym_L_DQUOTE] = ACTIONS(1845), + [anon_sym_u_DQUOTE] = ACTIONS(1845), + [anon_sym_U_DQUOTE] = ACTIONS(1845), + [anon_sym_u8_DQUOTE] = ACTIONS(1845), + [anon_sym_DQUOTE] = ACTIONS(1845), + [sym_true] = ACTIONS(1843), + [sym_false] = ACTIONS(1843), + [sym_null] = ACTIONS(1843), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1843), + [anon_sym_virtual] = ACTIONS(1843), + [anon_sym_explicit] = ACTIONS(1843), + [sym_auto] = ACTIONS(1843), + [anon_sym_typename] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1843), + [anon_sym_operator] = ACTIONS(1843), + [anon_sym_delete] = ACTIONS(1843), + [anon_sym_throw] = ACTIONS(1843), + [anon_sym_namespace] = ACTIONS(1843), + [anon_sym_using] = ACTIONS(1843), + [anon_sym_static_assert] = ACTIONS(1843), + [anon_sym_co_return] = ACTIONS(1843), + [anon_sym_co_yield] = ACTIONS(1843), + [anon_sym_try] = ACTIONS(1843), + [anon_sym_co_await] = ACTIONS(1843), + [anon_sym_new] = ACTIONS(1843), + [sym_this] = ACTIONS(1843), + [sym_nullptr] = ACTIONS(1843), + [sym_alone_macro] = ACTIONS(1845), + [aux_sym_alone_macro_call_token1] = ACTIONS(1843), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_FORWARD] = ACTIONS(1843), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1843), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_PS_GET] = ACTIONS(1843), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1843), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1843), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1843), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), + [anon_sym_MOZ_COLD] = ACTIONS(1843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_RAII] = ACTIONS(1843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), + [sym_raw_string_literal] = ACTIONS(1845), + }, + [665] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_type_definition] = STATE(665), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3235), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4161), + [sym_inline_method_definition] = STATE(665), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(665), + [sym_operator_cast_declaration] = STATE(665), + [sym_constructor_or_destructor_definition] = STATE(665), + [sym_constructor_or_destructor_declaration] = STATE(665), + [sym_friend_declaration] = STATE(665), + [sym_access_specifier] = STATE(665), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(2007), - [aux_sym_preproc_def_token1] = ACTIONS(2010), - [aux_sym_preproc_if_token1] = ACTIONS(2013), - [aux_sym_preproc_if_token2] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2018), - [aux_sym_preproc_else_token1] = ACTIONS(2016), - [aux_sym_preproc_elif_token1] = ACTIONS(2016), - [sym_preproc_directive] = ACTIONS(2021), - [anon_sym_LPAREN2] = ACTIONS(2024), - [anon_sym_TILDE] = ACTIONS(2027), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2033), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_typedef] = ACTIONS(2039), - [anon_sym_extern] = ACTIONS(2042), - [anon_sym___attribute__] = ACTIONS(2045), - [anon_sym_COLON_COLON] = ACTIONS(2048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2051), - [anon_sym___declspec] = ACTIONS(2054), - [anon_sym___based] = ACTIONS(2057), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2042), - [anon_sym_register] = ACTIONS(2042), - [anon_sym_inline] = ACTIONS(2042), - [anon_sym_thread_local] = ACTIONS(2042), - [anon_sym_const] = ACTIONS(2063), - [anon_sym_volatile] = ACTIONS(2063), - [anon_sym_restrict] = ACTIONS(2063), - [anon_sym__Atomic] = ACTIONS(2063), - [anon_sym_mutable] = ACTIONS(2063), - [anon_sym_constexpr] = ACTIONS(2063), - [anon_sym_signed] = ACTIONS(2066), - [anon_sym_unsigned] = ACTIONS(2066), - [anon_sym_long] = ACTIONS(2066), - [anon_sym_short] = ACTIONS(2066), - [sym_primitive_type] = ACTIONS(2069), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2075), - [anon_sym_struct] = ACTIONS(2078), - [anon_sym_union] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2084), - [anon_sym_virtual] = ACTIONS(2087), - [anon_sym_explicit] = ACTIONS(2090), - [anon_sym_public] = ACTIONS(2093), - [anon_sym_private] = ACTIONS(2093), - [anon_sym_protected] = ACTIONS(2093), - [sym_auto] = ACTIONS(2069), - [anon_sym_typename] = ACTIONS(2096), - [anon_sym_template] = ACTIONS(2099), - [anon_sym_operator] = ACTIONS(2102), - [anon_sym_friend] = ACTIONS(2105), - [anon_sym_using] = ACTIONS(2108), - [anon_sym_static_assert] = ACTIONS(2111), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2114), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2117), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2117), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2117), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2117), - [anon_sym_MOZ_COLD] = ACTIONS(2117), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2117), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2117), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2117), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2117), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2117), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2117), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2117), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2117), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2117), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2117), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2117), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2117), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2117), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_NONNULL] = ACTIONS(2117), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2117), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2117), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2117), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2117), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2117), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2117), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2117), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2117), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2117), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2117), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2117), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2117), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2117), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2117), - [anon_sym_MOZ_RAII] = ACTIONS(2117), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2117), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2117), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2117), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2117), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2117), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(2003), + [aux_sym_preproc_def_token1] = ACTIONS(2006), + [aux_sym_preproc_if_token1] = ACTIONS(2009), + [aux_sym_preproc_if_token2] = ACTIONS(2012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2014), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2014), + [aux_sym_preproc_else_token1] = ACTIONS(2012), + [aux_sym_preproc_elif_token1] = ACTIONS(2012), + [sym_preproc_directive] = ACTIONS(2017), + [anon_sym_LPAREN2] = ACTIONS(2020), + [anon_sym_TILDE] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(2026), + [anon_sym_AMP_AMP] = ACTIONS(2029), + [anon_sym_AMP] = ACTIONS(2032), + [anon_sym_typedef] = ACTIONS(2035), + [anon_sym_extern] = ACTIONS(2038), + [anon_sym___attribute__] = ACTIONS(2041), + [anon_sym_COLON_COLON] = ACTIONS(2044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2047), + [anon_sym___declspec] = ACTIONS(2050), + [anon_sym___based] = ACTIONS(2053), + [anon_sym_LBRACK] = ACTIONS(2056), + [anon_sym_static] = ACTIONS(2038), + [anon_sym_register] = ACTIONS(2038), + [anon_sym_inline] = ACTIONS(2038), + [anon_sym_thread_local] = ACTIONS(2038), + [anon_sym_const] = ACTIONS(2059), + [anon_sym_volatile] = ACTIONS(2059), + [anon_sym_restrict] = ACTIONS(2059), + [anon_sym__Atomic] = ACTIONS(2059), + [anon_sym_mutable] = ACTIONS(2059), + [anon_sym_constexpr] = ACTIONS(2059), + [anon_sym_signed] = ACTIONS(2062), + [anon_sym_unsigned] = ACTIONS(2062), + [anon_sym_long] = ACTIONS(2062), + [anon_sym_short] = ACTIONS(2062), + [sym_primitive_type] = ACTIONS(2065), + [anon_sym_enum] = ACTIONS(2068), + [anon_sym_class] = ACTIONS(2071), + [anon_sym_struct] = ACTIONS(2074), + [anon_sym_union] = ACTIONS(2077), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2080), + [anon_sym_virtual] = ACTIONS(2083), + [anon_sym_explicit] = ACTIONS(2086), + [anon_sym_public] = ACTIONS(2089), + [anon_sym_private] = ACTIONS(2089), + [anon_sym_protected] = ACTIONS(2089), + [sym_auto] = ACTIONS(2065), + [anon_sym_typename] = ACTIONS(2092), + [anon_sym_template] = ACTIONS(2095), + [anon_sym_operator] = ACTIONS(2098), + [anon_sym_friend] = ACTIONS(2101), + [anon_sym_using] = ACTIONS(2104), + [anon_sym_static_assert] = ACTIONS(2107), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2110), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2113), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2113), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2113), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2113), + [anon_sym_MOZ_COLD] = ACTIONS(2113), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2113), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2113), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2113), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2113), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2113), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2113), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2113), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2113), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2113), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2113), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2113), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2113), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2113), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_NONNULL] = ACTIONS(2113), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2113), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2113), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2113), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2113), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2113), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2113), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2113), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2113), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2113), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2113), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2113), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2113), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2113), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2113), + [anon_sym_MOZ_RAII] = ACTIONS(2113), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2113), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2113), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2113), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2113), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2113), }, - [662] = { - [sym_preproc_def] = STATE(678), - [sym_preproc_function_def] = STATE(678), - [sym_preproc_call] = STATE(678), - [sym_preproc_if_in_field_declaration_list] = STATE(678), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(678), - [sym_type_definition] = STATE(678), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3254), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3634), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(678), - [sym_field_declaration] = STATE(678), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), + [666] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), [sym_explicit_function_specifier] = STATE(840), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(678), - [sym_operator_cast] = STATE(4059), - [sym_inline_method_definition] = STATE(678), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), [sym__constructor_specifiers] = STATE(840), - [sym_operator_cast_definition] = STATE(678), - [sym_operator_cast_declaration] = STATE(678), - [sym_constructor_or_destructor_definition] = STATE(678), - [sym_constructor_or_destructor_declaration] = STATE(678), - [sym_friend_declaration] = STATE(678), - [sym_access_specifier] = STATE(678), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(678), - [sym_alias_declaration] = STATE(678), - [sym_static_assert_declaration] = STATE(678), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4059), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(678), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(678), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), [aux_sym_operator_cast_definition_repeat1] = STATE(840), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2122), - [aux_sym_preproc_if_token2] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2126), - [sym_preproc_directive] = ACTIONS(2128), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2126), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -160588,30 +161404,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2132), - [anon_sym_private] = ACTIONS(2132), - [anon_sym_protected] = ACTIONS(2132), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2134), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2136), - [anon_sym_using] = ACTIONS(2138), - [anon_sym_static_assert] = ACTIONS(2140), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2142), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -160682,276 +161498,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [663] = { - [sym_preproc_def] = STATE(663), - [sym_preproc_function_def] = STATE(663), - [sym_preproc_call] = STATE(663), - [sym_preproc_if_in_field_declaration_list] = STATE(663), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(663), - [sym_type_definition] = STATE(663), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3254), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3634), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(663), - [sym_field_declaration] = STATE(663), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), + [667] = { + [sym_preproc_def] = STATE(668), + [sym_preproc_function_def] = STATE(668), + [sym_preproc_call] = STATE(668), + [sym_preproc_if_in_field_declaration_list] = STATE(668), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(668), + [sym_type_definition] = STATE(668), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(668), + [sym_field_declaration] = STATE(668), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), [sym_explicit_function_specifier] = STATE(840), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(663), - [sym_operator_cast] = STATE(4059), - [sym_inline_method_definition] = STATE(663), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(668), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(668), [sym__constructor_specifiers] = STATE(840), - [sym_operator_cast_definition] = STATE(663), - [sym_operator_cast_declaration] = STATE(663), - [sym_constructor_or_destructor_definition] = STATE(663), - [sym_constructor_or_destructor_declaration] = STATE(663), - [sym_friend_declaration] = STATE(663), - [sym_access_specifier] = STATE(663), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(663), - [sym_alias_declaration] = STATE(663), - [sym_static_assert_declaration] = STATE(663), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4059), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(663), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(663), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [sym_operator_cast_definition] = STATE(668), + [sym_operator_cast_declaration] = STATE(668), + [sym_constructor_or_destructor_definition] = STATE(668), + [sym_constructor_or_destructor_declaration] = STATE(668), + [sym_friend_declaration] = STATE(668), + [sym_access_specifier] = STATE(668), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(668), + [sym_alias_declaration] = STATE(668), + [sym_static_assert_declaration] = STATE(668), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(668), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(668), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), [aux_sym_operator_cast_definition_repeat1] = STATE(840), - [sym_identifier] = ACTIONS(2007), - [aux_sym_preproc_def_token1] = ACTIONS(2144), - [aux_sym_preproc_if_token1] = ACTIONS(2147), - [aux_sym_preproc_if_token2] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2150), - [sym_preproc_directive] = ACTIONS(2153), - [anon_sym_LPAREN2] = ACTIONS(2024), - [anon_sym_TILDE] = ACTIONS(2027), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2033), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_typedef] = ACTIONS(2156), - [anon_sym_extern] = ACTIONS(2042), - [anon_sym___attribute__] = ACTIONS(2045), - [anon_sym_COLON_COLON] = ACTIONS(2048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2051), - [anon_sym___declspec] = ACTIONS(2054), - [anon_sym___based] = ACTIONS(2057), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2042), - [anon_sym_register] = ACTIONS(2042), - [anon_sym_inline] = ACTIONS(2042), - [anon_sym_thread_local] = ACTIONS(2042), - [anon_sym_const] = ACTIONS(2063), - [anon_sym_volatile] = ACTIONS(2063), - [anon_sym_restrict] = ACTIONS(2063), - [anon_sym__Atomic] = ACTIONS(2063), - [anon_sym_mutable] = ACTIONS(2063), - [anon_sym_constexpr] = ACTIONS(2063), - [anon_sym_signed] = ACTIONS(2066), - [anon_sym_unsigned] = ACTIONS(2066), - [anon_sym_long] = ACTIONS(2066), - [anon_sym_short] = ACTIONS(2066), - [sym_primitive_type] = ACTIONS(2069), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2075), - [anon_sym_struct] = ACTIONS(2078), - [anon_sym_union] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2084), - [anon_sym_virtual] = ACTIONS(2087), - [anon_sym_explicit] = ACTIONS(2090), - [anon_sym_public] = ACTIONS(2159), - [anon_sym_private] = ACTIONS(2159), - [anon_sym_protected] = ACTIONS(2159), - [sym_auto] = ACTIONS(2069), - [anon_sym_typename] = ACTIONS(2096), - [anon_sym_template] = ACTIONS(2162), - [anon_sym_operator] = ACTIONS(2102), - [anon_sym_friend] = ACTIONS(2165), - [anon_sym_using] = ACTIONS(2168), - [anon_sym_static_assert] = ACTIONS(2171), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2174), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2117), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2117), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2117), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2117), - [anon_sym_MOZ_COLD] = ACTIONS(2117), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2117), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2117), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2117), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2117), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2117), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2117), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2117), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2117), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2117), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2117), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2117), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2117), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2117), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_NONNULL] = ACTIONS(2117), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2117), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2117), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2117), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2117), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2117), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2117), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2117), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2117), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2117), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2117), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2117), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2117), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2117), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2117), - [anon_sym_MOZ_RAII] = ACTIONS(2117), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2117), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2117), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2117), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2117), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2117), - }, - [664] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2187), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -160962,30 +161591,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -161056,276 +161685,276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [665] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [668] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(2007), - [aux_sym_preproc_def_token1] = ACTIONS(2201), - [aux_sym_preproc_if_token1] = ACTIONS(2204), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2207), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2207), - [sym_preproc_directive] = ACTIONS(2210), - [anon_sym_LPAREN2] = ACTIONS(2024), - [anon_sym_TILDE] = ACTIONS(2027), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2033), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_typedef] = ACTIONS(2213), - [anon_sym_extern] = ACTIONS(2042), - [anon_sym___attribute__] = ACTIONS(2045), - [anon_sym_COLON_COLON] = ACTIONS(2048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2051), - [anon_sym___declspec] = ACTIONS(2054), - [anon_sym___based] = ACTIONS(2057), - [anon_sym_RBRACE] = ACTIONS(2216), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2042), - [anon_sym_register] = ACTIONS(2042), - [anon_sym_inline] = ACTIONS(2042), - [anon_sym_thread_local] = ACTIONS(2042), - [anon_sym_const] = ACTIONS(2063), - [anon_sym_volatile] = ACTIONS(2063), - [anon_sym_restrict] = ACTIONS(2063), - [anon_sym__Atomic] = ACTIONS(2063), - [anon_sym_mutable] = ACTIONS(2063), - [anon_sym_constexpr] = ACTIONS(2063), - [anon_sym_signed] = ACTIONS(2066), - [anon_sym_unsigned] = ACTIONS(2066), - [anon_sym_long] = ACTIONS(2066), - [anon_sym_short] = ACTIONS(2066), - [sym_primitive_type] = ACTIONS(2069), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2075), - [anon_sym_struct] = ACTIONS(2078), - [anon_sym_union] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2084), - [anon_sym_virtual] = ACTIONS(2087), - [anon_sym_explicit] = ACTIONS(2090), - [anon_sym_public] = ACTIONS(2218), - [anon_sym_private] = ACTIONS(2218), - [anon_sym_protected] = ACTIONS(2218), - [sym_auto] = ACTIONS(2069), - [anon_sym_typename] = ACTIONS(2096), - [anon_sym_template] = ACTIONS(2221), - [anon_sym_operator] = ACTIONS(2102), - [anon_sym_friend] = ACTIONS(2224), - [anon_sym_using] = ACTIONS(2227), - [anon_sym_static_assert] = ACTIONS(2230), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2233), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2117), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2117), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2117), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2117), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2117), - [anon_sym_MOZ_COLD] = ACTIONS(2117), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2117), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2117), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2117), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2117), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2117), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2117), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2117), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2117), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2117), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2117), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2117), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2117), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2117), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2117), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2117), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2117), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_NONNULL] = ACTIONS(2117), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2117), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2117), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2117), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2117), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_NORETURN] = ACTIONS(2117), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2117), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2117), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2117), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2117), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2117), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2117), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2117), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2117), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2117), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2117), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2117), - [anon_sym_MOZ_RAII] = ACTIONS(2117), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2117), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2117), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2117), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2117), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2117), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2117), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2117), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_RBRACE] = ACTIONS(2142), + [anon_sym_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [666] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [669] = { + [sym_preproc_def] = STATE(676), + [sym_preproc_function_def] = STATE(676), + [sym_preproc_call] = STATE(676), + [sym_preproc_if_in_field_declaration_list] = STATE(676), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(676), + [sym_type_definition] = STATE(676), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(676), + [sym_field_declaration] = STATE(676), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(676), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(676), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(676), + [sym_operator_cast_declaration] = STATE(676), + [sym_constructor_or_destructor_definition] = STATE(676), + [sym_constructor_or_destructor_declaration] = STATE(676), + [sym_friend_declaration] = STATE(676), + [sym_access_specifier] = STATE(676), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(676), + [sym_alias_declaration] = STATE(676), + [sym_static_assert_declaration] = STATE(676), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(676), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(676), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2236), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161336,30 +161965,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -161430,89 +162059,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [667] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [670] = { + [sym_preproc_def] = STATE(680), + [sym_preproc_function_def] = STATE(680), + [sym_preproc_call] = STATE(680), + [sym_preproc_if_in_field_declaration_list] = STATE(680), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(680), + [sym_type_definition] = STATE(680), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(680), + [sym_field_declaration] = STATE(680), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(680), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(680), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(680), + [sym_operator_cast_declaration] = STATE(680), + [sym_constructor_or_destructor_definition] = STATE(680), + [sym_constructor_or_destructor_declaration] = STATE(680), + [sym_friend_declaration] = STATE(680), + [sym_access_specifier] = STATE(680), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(680), + [sym_alias_declaration] = STATE(680), + [sym_static_assert_declaration] = STATE(680), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(680), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(680), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2238), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2146), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161523,30 +162152,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -161617,89 +162246,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [668] = { - [sym_preproc_def] = STATE(664), - [sym_preproc_function_def] = STATE(664), - [sym_preproc_call] = STATE(664), - [sym_preproc_if_in_field_declaration_list] = STATE(664), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(664), - [sym_type_definition] = STATE(664), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(664), - [sym_field_declaration] = STATE(664), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(664), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(664), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(664), - [sym_operator_cast_declaration] = STATE(664), - [sym_constructor_or_destructor_definition] = STATE(664), - [sym_constructor_or_destructor_declaration] = STATE(664), - [sym_friend_declaration] = STATE(664), - [sym_access_specifier] = STATE(664), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(664), - [sym_alias_declaration] = STATE(664), - [sym_static_assert_declaration] = STATE(664), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(664), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(664), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [671] = { + [sym_preproc_def] = STATE(672), + [sym_preproc_function_def] = STATE(672), + [sym_preproc_call] = STATE(672), + [sym_preproc_if_in_field_declaration_list] = STATE(672), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(672), + [sym_type_definition] = STATE(672), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(672), + [sym_field_declaration] = STATE(672), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(672), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(672), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(672), + [sym_operator_cast_declaration] = STATE(672), + [sym_constructor_or_destructor_definition] = STATE(672), + [sym_constructor_or_destructor_declaration] = STATE(672), + [sym_friend_declaration] = STATE(672), + [sym_access_specifier] = STATE(672), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(672), + [sym_alias_declaration] = STATE(672), + [sym_static_assert_declaration] = STATE(672), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(672), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(672), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2240), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2148), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161710,30 +162339,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -161804,89 +162433,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [669] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [672] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2242), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2150), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161897,30 +162526,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -161991,89 +162620,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [670] = { - [sym_preproc_def] = STATE(667), - [sym_preproc_function_def] = STATE(667), - [sym_preproc_call] = STATE(667), - [sym_preproc_if_in_field_declaration_list] = STATE(667), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(667), - [sym_type_definition] = STATE(667), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(667), - [sym_field_declaration] = STATE(667), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(667), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(667), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(667), - [sym_operator_cast_declaration] = STATE(667), - [sym_constructor_or_destructor_definition] = STATE(667), - [sym_constructor_or_destructor_declaration] = STATE(667), - [sym_friend_declaration] = STATE(667), - [sym_access_specifier] = STATE(667), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(667), - [sym_alias_declaration] = STATE(667), - [sym_static_assert_declaration] = STATE(667), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(667), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(667), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [673] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2244), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2152), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162084,30 +162713,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -162178,89 +162807,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [671] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [674] = { + [sym_preproc_def] = STATE(681), + [sym_preproc_function_def] = STATE(681), + [sym_preproc_call] = STATE(681), + [sym_preproc_if_in_field_declaration_list] = STATE(681), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(681), + [sym_type_definition] = STATE(681), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3250), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3646), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(681), + [sym_field_declaration] = STATE(681), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(846), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(681), + [sym_operator_cast] = STATE(4029), + [sym_inline_method_definition] = STATE(681), + [sym__constructor_specifiers] = STATE(846), + [sym_operator_cast_definition] = STATE(681), + [sym_operator_cast_declaration] = STATE(681), + [sym_constructor_or_destructor_definition] = STATE(681), + [sym_constructor_or_destructor_declaration] = STATE(681), + [sym_friend_declaration] = STATE(681), + [sym_access_specifier] = STATE(681), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(681), + [sym_alias_declaration] = STATE(681), + [sym_static_assert_declaration] = STATE(681), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4029), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(681), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(681), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(846), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2154), + [aux_sym_preproc_if_token1] = ACTIONS(2156), + [aux_sym_preproc_if_token2] = ACTIONS(2158), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2160), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2160), + [sym_preproc_directive] = ACTIONS(2162), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2164), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2246), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162271,30 +162900,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_protected] = ACTIONS(2166), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2168), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2170), + [anon_sym_using] = ACTIONS(2172), + [anon_sym_static_assert] = ACTIONS(2174), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2176), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -162365,89 +162994,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [672] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [675] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2248), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2178), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162458,30 +163087,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -162552,89 +163181,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [673] = { - [sym_preproc_def] = STATE(671), - [sym_preproc_function_def] = STATE(671), - [sym_preproc_call] = STATE(671), - [sym_preproc_if_in_field_declaration_list] = STATE(671), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(671), - [sym_type_definition] = STATE(671), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(671), - [sym_field_declaration] = STATE(671), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(671), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(671), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(671), - [sym_operator_cast_declaration] = STATE(671), - [sym_constructor_or_destructor_definition] = STATE(671), - [sym_constructor_or_destructor_declaration] = STATE(671), - [sym_friend_declaration] = STATE(671), - [sym_access_specifier] = STATE(671), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(671), - [sym_alias_declaration] = STATE(671), - [sym_static_assert_declaration] = STATE(671), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(671), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(671), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [676] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2250), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2180), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162645,30 +163274,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -162739,89 +163368,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [674] = { - [sym_preproc_def] = STATE(669), - [sym_preproc_function_def] = STATE(669), - [sym_preproc_call] = STATE(669), - [sym_preproc_if_in_field_declaration_list] = STATE(669), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(669), - [sym_type_definition] = STATE(669), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(669), - [sym_field_declaration] = STATE(669), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(669), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(669), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(669), - [sym_operator_cast_declaration] = STATE(669), - [sym_constructor_or_destructor_definition] = STATE(669), - [sym_constructor_or_destructor_declaration] = STATE(669), - [sym_friend_declaration] = STATE(669), - [sym_access_specifier] = STATE(669), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(669), - [sym_alias_declaration] = STATE(669), - [sym_static_assert_declaration] = STATE(669), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(669), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(669), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [677] = { + [sym_preproc_def] = STATE(666), + [sym_preproc_function_def] = STATE(666), + [sym_preproc_call] = STATE(666), + [sym_preproc_if_in_field_declaration_list] = STATE(666), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(666), + [sym_type_definition] = STATE(666), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(666), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(666), + [sym_operator_cast_declaration] = STATE(666), + [sym_constructor_or_destructor_definition] = STATE(666), + [sym_constructor_or_destructor_declaration] = STATE(666), + [sym_friend_declaration] = STATE(666), + [sym_access_specifier] = STATE(666), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2252), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2182), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162832,30 +163461,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -162926,276 +163555,276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [675] = { - [sym_preproc_def] = STATE(677), - [sym_preproc_function_def] = STATE(677), - [sym_preproc_call] = STATE(677), - [sym_preproc_if_in_field_declaration_list] = STATE(677), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(677), - [sym_type_definition] = STATE(677), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(677), - [sym_field_declaration] = STATE(677), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(677), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(677), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(677), - [sym_operator_cast_declaration] = STATE(677), - [sym_constructor_or_destructor_definition] = STATE(677), - [sym_constructor_or_destructor_declaration] = STATE(677), - [sym_friend_declaration] = STATE(677), - [sym_access_specifier] = STATE(677), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(677), - [sym_alias_declaration] = STATE(677), - [sym_static_assert_declaration] = STATE(677), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(677), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [678] = { + [sym_preproc_def] = STATE(678), + [sym_preproc_function_def] = STATE(678), + [sym_preproc_call] = STATE(678), + [sym_preproc_if_in_field_declaration_list] = STATE(678), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(678), + [sym_type_definition] = STATE(678), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3250), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3646), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(678), + [sym_field_declaration] = STATE(678), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(846), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(678), + [sym_operator_cast] = STATE(4029), + [sym_inline_method_definition] = STATE(678), + [sym__constructor_specifiers] = STATE(846), + [sym_operator_cast_definition] = STATE(678), + [sym_operator_cast_declaration] = STATE(678), + [sym_constructor_or_destructor_definition] = STATE(678), + [sym_constructor_or_destructor_declaration] = STATE(678), + [sym_friend_declaration] = STATE(678), + [sym_access_specifier] = STATE(678), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(678), + [sym_alias_declaration] = STATE(678), + [sym_static_assert_declaration] = STATE(678), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4029), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(678), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(678), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2254), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [aux_sym_operator_cast_definition_repeat1] = STATE(846), + [sym_identifier] = ACTIONS(2003), + [aux_sym_preproc_def_token1] = ACTIONS(2184), + [aux_sym_preproc_if_token1] = ACTIONS(2187), + [aux_sym_preproc_if_token2] = ACTIONS(2012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2190), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2190), + [sym_preproc_directive] = ACTIONS(2193), + [anon_sym_LPAREN2] = ACTIONS(2020), + [anon_sym_TILDE] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(2026), + [anon_sym_AMP_AMP] = ACTIONS(2029), + [anon_sym_AMP] = ACTIONS(2032), + [anon_sym_typedef] = ACTIONS(2196), + [anon_sym_extern] = ACTIONS(2038), + [anon_sym___attribute__] = ACTIONS(2041), + [anon_sym_COLON_COLON] = ACTIONS(2044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2047), + [anon_sym___declspec] = ACTIONS(2050), + [anon_sym___based] = ACTIONS(2053), + [anon_sym_LBRACK] = ACTIONS(2056), + [anon_sym_static] = ACTIONS(2038), + [anon_sym_register] = ACTIONS(2038), + [anon_sym_inline] = ACTIONS(2038), + [anon_sym_thread_local] = ACTIONS(2038), + [anon_sym_const] = ACTIONS(2059), + [anon_sym_volatile] = ACTIONS(2059), + [anon_sym_restrict] = ACTIONS(2059), + [anon_sym__Atomic] = ACTIONS(2059), + [anon_sym_mutable] = ACTIONS(2059), + [anon_sym_constexpr] = ACTIONS(2059), + [anon_sym_signed] = ACTIONS(2062), + [anon_sym_unsigned] = ACTIONS(2062), + [anon_sym_long] = ACTIONS(2062), + [anon_sym_short] = ACTIONS(2062), + [sym_primitive_type] = ACTIONS(2065), + [anon_sym_enum] = ACTIONS(2068), + [anon_sym_class] = ACTIONS(2071), + [anon_sym_struct] = ACTIONS(2074), + [anon_sym_union] = ACTIONS(2077), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2080), + [anon_sym_virtual] = ACTIONS(2083), + [anon_sym_explicit] = ACTIONS(2086), + [anon_sym_public] = ACTIONS(2199), + [anon_sym_private] = ACTIONS(2199), + [anon_sym_protected] = ACTIONS(2199), + [sym_auto] = ACTIONS(2065), + [anon_sym_typename] = ACTIONS(2092), + [anon_sym_template] = ACTIONS(2202), + [anon_sym_operator] = ACTIONS(2098), + [anon_sym_friend] = ACTIONS(2205), + [anon_sym_using] = ACTIONS(2208), + [anon_sym_static_assert] = ACTIONS(2211), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2214), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2113), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2113), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2113), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2113), + [anon_sym_MOZ_COLD] = ACTIONS(2113), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2113), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2113), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2113), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2113), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2113), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2113), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2113), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2113), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2113), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2113), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2113), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2113), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2113), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_NONNULL] = ACTIONS(2113), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2113), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2113), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2113), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2113), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2113), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2113), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2113), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2113), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2113), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2113), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2113), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2113), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2113), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2113), + [anon_sym_MOZ_RAII] = ACTIONS(2113), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2113), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2113), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2113), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2113), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2113), }, - [676] = { - [sym_preproc_def] = STATE(672), - [sym_preproc_function_def] = STATE(672), - [sym_preproc_call] = STATE(672), - [sym_preproc_if_in_field_declaration_list] = STATE(672), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(672), - [sym_type_definition] = STATE(672), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(672), - [sym_field_declaration] = STATE(672), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(672), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(672), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(672), - [sym_operator_cast_declaration] = STATE(672), - [sym_constructor_or_destructor_definition] = STATE(672), - [sym_constructor_or_destructor_declaration] = STATE(672), - [sym_friend_declaration] = STATE(672), - [sym_access_specifier] = STATE(672), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(672), - [sym_alias_declaration] = STATE(672), - [sym_static_assert_declaration] = STATE(672), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(672), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(672), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [679] = { + [sym_preproc_def] = STATE(673), + [sym_preproc_function_def] = STATE(673), + [sym_preproc_call] = STATE(673), + [sym_preproc_if_in_field_declaration_list] = STATE(673), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(673), + [sym_type_definition] = STATE(673), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(673), + [sym_field_declaration] = STATE(673), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(673), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(673), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(673), + [sym_operator_cast_declaration] = STATE(673), + [sym_constructor_or_destructor_definition] = STATE(673), + [sym_constructor_or_destructor_declaration] = STATE(673), + [sym_friend_declaration] = STATE(673), + [sym_access_specifier] = STATE(673), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(673), + [sym_alias_declaration] = STATE(673), + [sym_static_assert_declaration] = STATE(673), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(673), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(673), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2256), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2217), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163206,30 +163835,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -163300,89 +163929,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [677] = { - [sym_preproc_def] = STATE(665), - [sym_preproc_function_def] = STATE(665), - [sym_preproc_call] = STATE(665), - [sym_preproc_if_in_field_declaration_list] = STATE(665), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), - [sym_type_definition] = STATE(665), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(665), - [sym_field_declaration] = STATE(665), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(665), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(665), - [sym_operator_cast_declaration] = STATE(665), - [sym_constructor_or_destructor_definition] = STATE(665), - [sym_constructor_or_destructor_declaration] = STATE(665), - [sym_friend_declaration] = STATE(665), - [sym_access_specifier] = STATE(665), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(665), - [sym_alias_declaration] = STATE(665), - [sym_static_assert_declaration] = STATE(665), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(665), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [680] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2258), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163393,30 +164022,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -163487,89 +164116,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [678] = { - [sym_preproc_def] = STATE(663), - [sym_preproc_function_def] = STATE(663), - [sym_preproc_call] = STATE(663), - [sym_preproc_if_in_field_declaration_list] = STATE(663), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(663), - [sym_type_definition] = STATE(663), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3254), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3634), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(663), - [sym_field_declaration] = STATE(663), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(840), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(663), - [sym_operator_cast] = STATE(4059), - [sym_inline_method_definition] = STATE(663), - [sym__constructor_specifiers] = STATE(840), - [sym_operator_cast_definition] = STATE(663), - [sym_operator_cast_declaration] = STATE(663), - [sym_constructor_or_destructor_definition] = STATE(663), - [sym_constructor_or_destructor_declaration] = STATE(663), - [sym_friend_declaration] = STATE(663), - [sym_access_specifier] = STATE(663), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(663), - [sym_alias_declaration] = STATE(663), - [sym_static_assert_declaration] = STATE(663), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4059), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(663), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(663), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [681] = { + [sym_preproc_def] = STATE(678), + [sym_preproc_function_def] = STATE(678), + [sym_preproc_call] = STATE(678), + [sym_preproc_if_in_field_declaration_list] = STATE(678), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(678), + [sym_type_definition] = STATE(678), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3250), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3646), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(678), + [sym_field_declaration] = STATE(678), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(846), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(678), + [sym_operator_cast] = STATE(4029), + [sym_inline_method_definition] = STATE(678), + [sym__constructor_specifiers] = STATE(846), + [sym_operator_cast_definition] = STATE(678), + [sym_operator_cast_declaration] = STATE(678), + [sym_constructor_or_destructor_definition] = STATE(678), + [sym_constructor_or_destructor_declaration] = STATE(678), + [sym_friend_declaration] = STATE(678), + [sym_access_specifier] = STATE(678), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(678), + [sym_alias_declaration] = STATE(678), + [sym_static_assert_declaration] = STATE(678), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4029), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(678), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(678), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(840), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2122), - [aux_sym_preproc_if_token2] = ACTIONS(2260), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2126), - [sym_preproc_directive] = ACTIONS(2128), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(846), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2154), + [aux_sym_preproc_if_token1] = ACTIONS(2156), + [aux_sym_preproc_if_token2] = ACTIONS(2221), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2160), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2160), + [sym_preproc_directive] = ACTIONS(2162), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2164), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163580,30 +164209,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2132), - [anon_sym_private] = ACTIONS(2132), - [anon_sym_protected] = ACTIONS(2132), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2134), + [anon_sym_public] = ACTIONS(2166), + [anon_sym_private] = ACTIONS(2166), + [anon_sym_protected] = ACTIONS(2166), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2168), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2136), - [anon_sym_using] = ACTIONS(2138), - [anon_sym_static_assert] = ACTIONS(2140), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2142), + [anon_sym_friend] = ACTIONS(2170), + [anon_sym_using] = ACTIONS(2172), + [anon_sym_static_assert] = ACTIONS(2174), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2176), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -163674,89 +164303,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [679] = { - [sym_preproc_def] = STATE(666), - [sym_preproc_function_def] = STATE(666), - [sym_preproc_call] = STATE(666), - [sym_preproc_if_in_field_declaration_list] = STATE(666), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(666), - [sym_type_definition] = STATE(666), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3238), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1386), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym__field_declaration_list_item] = STATE(666), - [sym_field_declaration] = STATE(666), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1439), - [sym_template_declaration] = STATE(666), - [sym_operator_cast] = STATE(4165), - [sym_inline_method_definition] = STATE(666), - [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(666), - [sym_operator_cast_declaration] = STATE(666), - [sym_constructor_or_destructor_definition] = STATE(666), - [sym_constructor_or_destructor_declaration] = STATE(666), - [sym_friend_declaration] = STATE(666), - [sym_access_specifier] = STATE(666), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_using_declaration] = STATE(666), - [sym_alias_declaration] = STATE(666), - [sym_static_assert_declaration] = STATE(666), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3449), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1425), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_statement] = STATE(666), - [sym_macro_annotation] = STATE(1281), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1081), + [682] = { + [sym_preproc_def] = STATE(675), + [sym_preproc_function_def] = STATE(675), + [sym_preproc_call] = STATE(675), + [sym_preproc_if_in_field_declaration_list] = STATE(675), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(675), + [sym_type_definition] = STATE(675), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(675), + [sym_field_declaration] = STATE(675), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(675), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(675), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(675), + [sym_operator_cast_declaration] = STATE(675), + [sym_constructor_or_destructor_definition] = STATE(675), + [sym_constructor_or_destructor_declaration] = STATE(675), + [sym_friend_declaration] = STATE(675), + [sym_access_specifier] = STATE(675), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(675), + [sym_alias_declaration] = STATE(675), + [sym_static_assert_declaration] = STATE(675), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(675), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(675), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(1911), - [aux_sym_preproc_def_token1] = ACTIONS(2177), - [aux_sym_preproc_if_token1] = ACTIONS(2179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2181), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(1907), + [aux_sym_preproc_def_token1] = ACTIONS(2116), + [aux_sym_preproc_if_token1] = ACTIONS(2118), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), + [sym_preproc_directive] = ACTIONS(2122), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_typedef] = ACTIONS(2124), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1933), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), - [anon_sym_RBRACE] = ACTIONS(2262), - [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163767,30 +164396,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(57), [anon_sym_mutable] = ACTIONS(57), [anon_sym_constexpr] = ACTIONS(57), - [anon_sym_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), + [anon_sym_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), [anon_sym_virtual] = ACTIONS(107), [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_public] = ACTIONS(2128), + [anon_sym_private] = ACTIONS(2128), + [anon_sym_protected] = ACTIONS(2128), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2193), - [anon_sym_using] = ACTIONS(2195), - [anon_sym_static_assert] = ACTIONS(2197), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2199), + [anon_sym_friend] = ACTIONS(2132), + [anon_sym_using] = ACTIONS(2134), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2138), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -163861,7 +164490,365 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [680] = { + [683] = { + [sym_preproc_def] = STATE(683), + [sym_preproc_function_def] = STATE(683), + [sym_preproc_call] = STATE(683), + [sym_preproc_if_in_field_declaration_list] = STATE(683), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(683), + [sym_type_definition] = STATE(683), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3232), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1391), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym__field_declaration_list_item] = STATE(683), + [sym_field_declaration] = STATE(683), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1410), + [sym_template_declaration] = STATE(683), + [sym_operator_cast] = STATE(4176), + [sym_inline_method_definition] = STATE(683), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(683), + [sym_operator_cast_declaration] = STATE(683), + [sym_constructor_or_destructor_definition] = STATE(683), + [sym_constructor_or_destructor_declaration] = STATE(683), + [sym_friend_declaration] = STATE(683), + [sym_access_specifier] = STATE(683), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_using_declaration] = STATE(683), + [sym_alias_declaration] = STATE(683), + [sym_static_assert_declaration] = STATE(683), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3463), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1454), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_statement] = STATE(683), + [sym_macro_annotation] = STATE(1308), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(683), + [aux_sym__declaration_specifiers_repeat1] = STATE(1220), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(2003), + [aux_sym_preproc_def_token1] = ACTIONS(2225), + [aux_sym_preproc_if_token1] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2231), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2231), + [sym_preproc_directive] = ACTIONS(2234), + [anon_sym_LPAREN2] = ACTIONS(2020), + [anon_sym_TILDE] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(2026), + [anon_sym_AMP_AMP] = ACTIONS(2029), + [anon_sym_AMP] = ACTIONS(2032), + [anon_sym_typedef] = ACTIONS(2237), + [anon_sym_extern] = ACTIONS(2038), + [anon_sym___attribute__] = ACTIONS(2041), + [anon_sym_COLON_COLON] = ACTIONS(2044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2047), + [anon_sym___declspec] = ACTIONS(2050), + [anon_sym___based] = ACTIONS(2053), + [anon_sym_RBRACE] = ACTIONS(2240), + [anon_sym_LBRACK] = ACTIONS(2056), + [anon_sym_static] = ACTIONS(2038), + [anon_sym_register] = ACTIONS(2038), + [anon_sym_inline] = ACTIONS(2038), + [anon_sym_thread_local] = ACTIONS(2038), + [anon_sym_const] = ACTIONS(2059), + [anon_sym_volatile] = ACTIONS(2059), + [anon_sym_restrict] = ACTIONS(2059), + [anon_sym__Atomic] = ACTIONS(2059), + [anon_sym_mutable] = ACTIONS(2059), + [anon_sym_constexpr] = ACTIONS(2059), + [anon_sym_signed] = ACTIONS(2062), + [anon_sym_unsigned] = ACTIONS(2062), + [anon_sym_long] = ACTIONS(2062), + [anon_sym_short] = ACTIONS(2062), + [sym_primitive_type] = ACTIONS(2065), + [anon_sym_enum] = ACTIONS(2068), + [anon_sym_class] = ACTIONS(2071), + [anon_sym_struct] = ACTIONS(2074), + [anon_sym_union] = ACTIONS(2077), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2080), + [anon_sym_virtual] = ACTIONS(2083), + [anon_sym_explicit] = ACTIONS(2086), + [anon_sym_public] = ACTIONS(2242), + [anon_sym_private] = ACTIONS(2242), + [anon_sym_protected] = ACTIONS(2242), + [sym_auto] = ACTIONS(2065), + [anon_sym_typename] = ACTIONS(2092), + [anon_sym_template] = ACTIONS(2245), + [anon_sym_operator] = ACTIONS(2098), + [anon_sym_friend] = ACTIONS(2248), + [anon_sym_using] = ACTIONS(2251), + [anon_sym_static_assert] = ACTIONS(2254), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2257), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2113), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2113), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2113), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2113), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2113), + [anon_sym_MOZ_COLD] = ACTIONS(2113), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2113), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2113), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2113), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2113), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2113), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2113), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2113), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2113), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2113), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2113), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2113), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2113), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2113), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2113), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2113), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2113), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_NONNULL] = ACTIONS(2113), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2113), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2113), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2113), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2113), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_NORETURN] = ACTIONS(2113), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2113), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2113), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2113), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2113), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2113), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2113), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2113), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2113), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2113), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2113), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2113), + [anon_sym_MOZ_RAII] = ACTIONS(2113), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2113), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2113), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2113), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2113), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2113), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2113), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2113), + }, + [684] = { + [sym_identifier] = ACTIONS(2260), + [anon_sym_LPAREN2] = ACTIONS(2262), + [anon_sym_BANG] = ACTIONS(2262), + [anon_sym_TILDE] = ACTIONS(2262), + [anon_sym_DASH] = ACTIONS(2260), + [anon_sym_PLUS] = ACTIONS(2260), + [anon_sym_STAR] = ACTIONS(2262), + [anon_sym_AMP_AMP] = ACTIONS(2262), + [anon_sym_AMP] = ACTIONS(2260), + [anon_sym_SEMI] = ACTIONS(2262), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_COLON_COLON] = ACTIONS(2262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym___based] = ACTIONS(2260), + [anon_sym_LBRACE] = ACTIONS(2262), + [anon_sym_LBRACK] = ACTIONS(2260), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym_mutable] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_signed] = ACTIONS(2260), + [anon_sym_unsigned] = ACTIONS(2260), + [anon_sym_long] = ACTIONS(2260), + [anon_sym_short] = ACTIONS(2260), + [sym_primitive_type] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_class] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [anon_sym_if] = ACTIONS(2260), + [anon_sym_switch] = ACTIONS(2260), + [anon_sym_case] = ACTIONS(2260), + [anon_sym_default] = ACTIONS(2260), + [anon_sym_while] = ACTIONS(2260), + [anon_sym_do] = ACTIONS(2260), + [anon_sym_for] = ACTIONS(2260), + [anon_sym_return] = ACTIONS(2260), + [anon_sym_break] = ACTIONS(2260), + [anon_sym_continue] = ACTIONS(2260), + [anon_sym_goto] = ACTIONS(2260), + [anon_sym_DASH_DASH] = ACTIONS(2262), + [anon_sym_PLUS_PLUS] = ACTIONS(2262), + [anon_sym_sizeof] = ACTIONS(2260), + [sym_number_literal] = ACTIONS(2262), + [anon_sym_L_SQUOTE] = ACTIONS(2262), + [anon_sym_u_SQUOTE] = ACTIONS(2262), + [anon_sym_U_SQUOTE] = ACTIONS(2262), + [anon_sym_u8_SQUOTE] = ACTIONS(2262), + [anon_sym_SQUOTE] = ACTIONS(2262), + [anon_sym_L_DQUOTE] = ACTIONS(2262), + [anon_sym_u_DQUOTE] = ACTIONS(2262), + [anon_sym_U_DQUOTE] = ACTIONS(2262), + [anon_sym_u8_DQUOTE] = ACTIONS(2262), + [anon_sym_DQUOTE] = ACTIONS(2262), + [sym_true] = ACTIONS(2260), + [sym_false] = ACTIONS(2260), + [sym_null] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2260), + [anon_sym_virtual] = ACTIONS(2260), + [anon_sym_explicit] = ACTIONS(2260), + [sym_auto] = ACTIONS(2260), + [anon_sym_typename] = ACTIONS(2260), + [anon_sym_template] = ACTIONS(2260), + [anon_sym_operator] = ACTIONS(2260), + [anon_sym_delete] = ACTIONS(2260), + [anon_sym_throw] = ACTIONS(2260), + [anon_sym_co_return] = ACTIONS(2260), + [anon_sym_co_yield] = ACTIONS(2260), + [anon_sym_try] = ACTIONS(2260), + [anon_sym_co_await] = ACTIONS(2260), + [anon_sym_new] = ACTIONS(2260), + [sym_this] = ACTIONS(2260), + [sym_nullptr] = ACTIONS(2260), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_FORWARD] = ACTIONS(2260), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2260), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_PS_GET] = ACTIONS(2260), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2260), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2260), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2260), + [anon_sym_MOZ_COLD] = ACTIONS(2260), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2260), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2260), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2260), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2260), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2260), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2260), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2260), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2260), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2260), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2260), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2260), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2260), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_RAII] = ACTIONS(2260), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2260), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2260), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2260), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2260), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2260), + [sym_raw_string_literal] = ACTIONS(2262), + }, + [685] = { [sym_identifier] = ACTIONS(2264), [anon_sym_LPAREN2] = ACTIONS(2267), [anon_sym_BANG] = ACTIONS(2270), @@ -164032,7 +165019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(2276), [sym_raw_string_literal] = ACTIONS(2270), }, - [681] = { + [686] = { [sym_identifier] = ACTIONS(2278), [anon_sym_LPAREN2] = ACTIONS(2280), [anon_sym_BANG] = ACTIONS(2280), @@ -164203,180 +165190,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(2278), [sym_raw_string_literal] = ACTIONS(2280), }, - [682] = { - [sym_identifier] = ACTIONS(2282), - [anon_sym_LPAREN2] = ACTIONS(2284), - [anon_sym_BANG] = ACTIONS(2284), - [anon_sym_TILDE] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2282), - [anon_sym_STAR] = ACTIONS(2284), - [anon_sym_AMP_AMP] = ACTIONS(2284), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym_SEMI] = ACTIONS(2284), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_COLON_COLON] = ACTIONS(2284), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym___based] = ACTIONS(2282), - [anon_sym_LBRACE] = ACTIONS(2284), - [anon_sym_LBRACK] = ACTIONS(2282), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym_mutable] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_signed] = ACTIONS(2282), - [anon_sym_unsigned] = ACTIONS(2282), - [anon_sym_long] = ACTIONS(2282), - [anon_sym_short] = ACTIONS(2282), - [sym_primitive_type] = ACTIONS(2282), - [anon_sym_enum] = ACTIONS(2282), - [anon_sym_class] = ACTIONS(2282), - [anon_sym_struct] = ACTIONS(2282), - [anon_sym_union] = ACTIONS(2282), - [anon_sym_if] = ACTIONS(2282), - [anon_sym_switch] = ACTIONS(2282), - [anon_sym_case] = ACTIONS(2282), - [anon_sym_default] = ACTIONS(2282), - [anon_sym_while] = ACTIONS(2282), - [anon_sym_do] = ACTIONS(2282), - [anon_sym_for] = ACTIONS(2282), - [anon_sym_return] = ACTIONS(2282), - [anon_sym_break] = ACTIONS(2282), - [anon_sym_continue] = ACTIONS(2282), - [anon_sym_goto] = ACTIONS(2282), - [anon_sym_DASH_DASH] = ACTIONS(2284), - [anon_sym_PLUS_PLUS] = ACTIONS(2284), - [anon_sym_sizeof] = ACTIONS(2282), - [sym_number_literal] = ACTIONS(2284), - [anon_sym_L_SQUOTE] = ACTIONS(2284), - [anon_sym_u_SQUOTE] = ACTIONS(2284), - [anon_sym_U_SQUOTE] = ACTIONS(2284), - [anon_sym_u8_SQUOTE] = ACTIONS(2284), - [anon_sym_SQUOTE] = ACTIONS(2284), - [anon_sym_L_DQUOTE] = ACTIONS(2284), - [anon_sym_u_DQUOTE] = ACTIONS(2284), - [anon_sym_U_DQUOTE] = ACTIONS(2284), - [anon_sym_u8_DQUOTE] = ACTIONS(2284), - [anon_sym_DQUOTE] = ACTIONS(2284), - [sym_true] = ACTIONS(2282), - [sym_false] = ACTIONS(2282), - [sym_null] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2282), - [anon_sym_virtual] = ACTIONS(2282), - [anon_sym_explicit] = ACTIONS(2282), - [sym_auto] = ACTIONS(2282), - [anon_sym_typename] = ACTIONS(2282), - [anon_sym_template] = ACTIONS(2282), - [anon_sym_operator] = ACTIONS(2282), - [anon_sym_delete] = ACTIONS(2282), - [anon_sym_throw] = ACTIONS(2282), - [anon_sym_co_return] = ACTIONS(2282), - [anon_sym_co_yield] = ACTIONS(2282), - [anon_sym_try] = ACTIONS(2282), - [anon_sym_co_await] = ACTIONS(2282), - [anon_sym_new] = ACTIONS(2282), - [sym_this] = ACTIONS(2282), - [sym_nullptr] = ACTIONS(2282), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_FORWARD] = ACTIONS(2282), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2282), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_PS_GET] = ACTIONS(2282), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2282), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2282), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2282), - [anon_sym_MOZ_COLD] = ACTIONS(2282), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2282), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2282), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2282), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2282), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2282), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2282), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2282), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2282), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2282), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2282), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2282), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2282), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_RAII] = ACTIONS(2282), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2282), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2282), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2282), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2282), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2282), - [sym_raw_string_literal] = ACTIONS(2284), + [687] = { + [sym_catch_clause] = STATE(688), + [aux_sym_try_statement_repeat1] = STATE(688), + [sym_identifier] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym_mutable] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_class] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_else] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [sym_null] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_delete] = ACTIONS(1500), + [anon_sym_throw] = ACTIONS(1500), + [anon_sym_co_return] = ACTIONS(1500), + [anon_sym_co_yield] = ACTIONS(1500), + [anon_sym_try] = ACTIONS(1500), + [anon_sym_catch] = ACTIONS(2282), + [anon_sym_co_await] = ACTIONS(1500), + [anon_sym_new] = ACTIONS(1500), + [sym_this] = ACTIONS(1500), + [sym_nullptr] = ACTIONS(1500), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_FORWARD] = ACTIONS(1500), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1500), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_PS_GET] = ACTIONS(1500), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1500), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1500), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1500), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1500), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1500), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1500), + [anon_sym_MOZ_COLD] = ACTIONS(1500), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1500), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1500), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1500), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1500), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1500), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1500), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1500), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1500), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1500), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1500), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1500), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1500), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL] = ACTIONS(1500), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1500), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1500), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN] = ACTIONS(1500), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1500), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1500), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1500), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1500), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1500), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1500), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1500), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1500), + [anon_sym_MOZ_RAII] = ACTIONS(1500), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1500), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1500), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1500), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1500), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1500), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1500), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1500), + [sym_raw_string_literal] = ACTIONS(1502), }, - [683] = { - [sym_catch_clause] = STATE(684), - [aux_sym_try_statement_repeat1] = STATE(684), + [688] = { + [sym_catch_clause] = STATE(688), + [aux_sym_try_statement_repeat1] = STATE(688), [sym_identifier] = ACTIONS(1493), [anon_sym_LPAREN2] = ACTIONS(1495), [anon_sym_BANG] = ACTIONS(1495), @@ -164451,7 +165437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_return] = ACTIONS(1493), [anon_sym_co_yield] = ACTIONS(1493), [anon_sym_try] = ACTIONS(1493), - [anon_sym_catch] = ACTIONS(2286), + [anon_sym_catch] = ACTIONS(2284), [anon_sym_co_await] = ACTIONS(1493), [anon_sym_new] = ACTIONS(1493), [sym_this] = ACTIONS(1493), @@ -164544,237 +165530,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1493), [sym_raw_string_literal] = ACTIONS(1495), }, - [684] = { - [sym_catch_clause] = STATE(684), - [aux_sym_try_statement_repeat1] = STATE(684), - [sym_identifier] = ACTIONS(1499), - [anon_sym_LPAREN2] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1499), - [anon_sym_PLUS] = ACTIONS(1499), - [anon_sym_STAR] = ACTIONS(1501), - [anon_sym_AMP] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1499), - [anon_sym_extern] = ACTIONS(1499), - [anon_sym___attribute__] = ACTIONS(1499), - [anon_sym_COLON_COLON] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), - [anon_sym___declspec] = ACTIONS(1499), - [anon_sym_LBRACE] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1499), - [anon_sym_register] = ACTIONS(1499), - [anon_sym_inline] = ACTIONS(1499), - [anon_sym_thread_local] = ACTIONS(1499), - [anon_sym_const] = ACTIONS(1499), - [anon_sym_volatile] = ACTIONS(1499), - [anon_sym_restrict] = ACTIONS(1499), - [anon_sym__Atomic] = ACTIONS(1499), - [anon_sym_mutable] = ACTIONS(1499), - [anon_sym_constexpr] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1499), - [anon_sym_unsigned] = ACTIONS(1499), - [anon_sym_long] = ACTIONS(1499), - [anon_sym_short] = ACTIONS(1499), - [sym_primitive_type] = ACTIONS(1499), - [anon_sym_enum] = ACTIONS(1499), - [anon_sym_class] = ACTIONS(1499), - [anon_sym_struct] = ACTIONS(1499), - [anon_sym_union] = ACTIONS(1499), - [anon_sym_if] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1499), - [anon_sym_switch] = ACTIONS(1499), - [anon_sym_while] = ACTIONS(1499), - [anon_sym_do] = ACTIONS(1499), - [anon_sym_for] = ACTIONS(1499), - [anon_sym_return] = ACTIONS(1499), - [anon_sym_break] = ACTIONS(1499), - [anon_sym_continue] = ACTIONS(1499), - [anon_sym_goto] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1501), - [anon_sym_sizeof] = ACTIONS(1499), - [sym_number_literal] = ACTIONS(1501), - [anon_sym_L_SQUOTE] = ACTIONS(1501), - [anon_sym_u_SQUOTE] = ACTIONS(1501), - [anon_sym_U_SQUOTE] = ACTIONS(1501), - [anon_sym_u8_SQUOTE] = ACTIONS(1501), - [anon_sym_SQUOTE] = ACTIONS(1501), - [anon_sym_L_DQUOTE] = ACTIONS(1501), - [anon_sym_u_DQUOTE] = ACTIONS(1501), - [anon_sym_U_DQUOTE] = ACTIONS(1501), - [anon_sym_u8_DQUOTE] = ACTIONS(1501), - [anon_sym_DQUOTE] = ACTIONS(1501), - [sym_true] = ACTIONS(1499), - [sym_false] = ACTIONS(1499), - [sym_null] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1499), - [anon_sym_virtual] = ACTIONS(1499), - [sym_auto] = ACTIONS(1499), - [anon_sym_typename] = ACTIONS(1499), - [anon_sym_template] = ACTIONS(1499), - [anon_sym_delete] = ACTIONS(1499), - [anon_sym_throw] = ACTIONS(1499), - [anon_sym_co_return] = ACTIONS(1499), - [anon_sym_co_yield] = ACTIONS(1499), - [anon_sym_try] = ACTIONS(1499), - [anon_sym_catch] = ACTIONS(2288), - [anon_sym_co_await] = ACTIONS(1499), - [anon_sym_new] = ACTIONS(1499), - [sym_this] = ACTIONS(1499), - [sym_nullptr] = ACTIONS(1499), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_FORWARD] = ACTIONS(1499), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1499), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_PS_GET] = ACTIONS(1499), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1499), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1499), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1499), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1499), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1499), - [anon_sym_MOZ_COLD] = ACTIONS(1499), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1499), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1499), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1499), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1499), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1499), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1499), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1499), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1499), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1499), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1499), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1499), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1499), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL] = ACTIONS(1499), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1499), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1499), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN] = ACTIONS(1499), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1499), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1499), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1499), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1499), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1499), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1499), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1499), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1499), - [anon_sym_MOZ_RAII] = ACTIONS(1499), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1499), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1499), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1499), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1499), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1499), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1499), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1499), - [sym_raw_string_literal] = ACTIONS(1501), - }, - [685] = { - [sym_function_definition] = STATE(227), - [sym_declaration] = STATE(227), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2950), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(987), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3646), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1370), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__empty_declaration] = STATE(227), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(832), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(227), - [sym_operator_cast] = STATE(4000), - [sym__constructor_specifiers] = STATE(832), - [sym_operator_cast_definition] = STATE(227), - [sym_operator_cast_declaration] = STATE(227), - [sym_constructor_or_destructor_definition] = STATE(227), - [sym_constructor_or_destructor_declaration] = STATE(227), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_alias_declaration] = STATE(227), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3450), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_qualified_operator_cast_identifier] = STATE(4000), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(832), - [sym_identifier] = ACTIONS(2291), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [689] = { + [sym_function_definition] = STATE(606), + [sym_declaration] = STATE(606), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3013), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1170), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3650), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1371), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__empty_declaration] = STATE(606), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(847), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(606), + [sym_operator_cast] = STATE(4028), + [sym__constructor_specifiers] = STATE(847), + [sym_operator_cast_definition] = STATE(606), + [sym_operator_cast_declaration] = STATE(606), + [sym_constructor_or_destructor_definition] = STATE(606), + [sym_constructor_or_destructor_declaration] = STATE(606), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_alias_declaration] = STATE(606), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3457), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_qualified_operator_cast_identifier] = STATE(4028), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(847), + [sym_identifier] = ACTIONS(2287), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_AMP] = ACTIONS(1929), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2293), + [anon_sym_COLON_COLON] = ACTIONS(2289), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -164784,7 +165600,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(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -164810,9 +165626,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2295), + [anon_sym_template] = ACTIONS(2291), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2297), + [anon_sym_using] = ACTIONS(2293), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -164883,67 +165699,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [686] = { - [sym_function_definition] = STATE(615), - [sym_declaration] = STATE(615), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(2900), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1002), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3645), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1359), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__empty_declaration] = STATE(615), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(835), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(615), - [sym_operator_cast] = STATE(4096), - [sym__constructor_specifiers] = STATE(835), - [sym_operator_cast_definition] = STATE(615), - [sym_operator_cast_declaration] = STATE(615), - [sym_constructor_or_destructor_definition] = STATE(615), - [sym_constructor_or_destructor_declaration] = STATE(615), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_alias_declaration] = STATE(615), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3450), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_qualified_operator_cast_identifier] = STATE(4096), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(835), - [sym_identifier] = ACTIONS(2291), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [690] = { + [sym_function_definition] = STATE(1197), + [sym_declaration] = STATE(1197), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3062), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1174), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3607), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1375), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__empty_declaration] = STATE(1197), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(840), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(1197), + [sym_operator_cast] = STATE(4176), + [sym__constructor_specifiers] = STATE(840), + [sym_operator_cast_definition] = STATE(1197), + [sym_operator_cast_declaration] = STATE(1197), + [sym_constructor_or_destructor_definition] = STATE(1197), + [sym_constructor_or_destructor_declaration] = STATE(1197), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_alias_declaration] = STATE(1197), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3457), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_qualified_operator_cast_identifier] = STATE(4176), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(840), + [sym_identifier] = ACTIONS(2287), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_AMP] = ACTIONS(1929), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2293), + [anon_sym_COLON_COLON] = ACTIONS(2289), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -164953,7 +165769,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(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -164979,9 +165795,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2299), + [anon_sym_template] = ACTIONS(2130), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2301), + [anon_sym_using] = ACTIONS(2295), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -165052,67 +165868,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [687] = { - [sym_function_definition] = STATE(660), - [sym_declaration] = STATE(660), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3045), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(982), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3612), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1358), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__empty_declaration] = STATE(660), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(839), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(660), - [sym_operator_cast] = STATE(4053), - [sym__constructor_specifiers] = STATE(839), - [sym_operator_cast_definition] = STATE(660), - [sym_operator_cast_declaration] = STATE(660), - [sym_constructor_or_destructor_definition] = STATE(660), - [sym_constructor_or_destructor_declaration] = STATE(660), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_alias_declaration] = STATE(660), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3450), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_qualified_operator_cast_identifier] = STATE(4053), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(839), - [sym_identifier] = ACTIONS(2291), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [691] = { + [sym_function_definition] = STATE(1202), + [sym_declaration] = STATE(1202), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3082), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1168), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3646), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1373), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__empty_declaration] = STATE(1202), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(846), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(1202), + [sym_operator_cast] = STATE(4029), + [sym__constructor_specifiers] = STATE(846), + [sym_operator_cast_definition] = STATE(1202), + [sym_operator_cast_declaration] = STATE(1202), + [sym_constructor_or_destructor_definition] = STATE(1202), + [sym_constructor_or_destructor_declaration] = STATE(1202), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_alias_declaration] = STATE(1202), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3457), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_qualified_operator_cast_identifier] = STATE(4029), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(846), + [sym_identifier] = ACTIONS(2287), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_AMP] = ACTIONS(1929), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2293), + [anon_sym_COLON_COLON] = ACTIONS(2289), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -165122,7 +165938,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(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165148,9 +165964,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2303), + [anon_sym_template] = ACTIONS(2168), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2305), + [anon_sym_using] = ACTIONS(2297), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -165221,67 +166037,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [688] = { - [sym_function_definition] = STATE(927), - [sym_declaration] = STATE(927), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3099), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(981), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3628), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__empty_declaration] = STATE(927), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1295), + [692] = { + [sym_function_definition] = STATE(641), + [sym_declaration] = STATE(641), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3058), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1169), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3613), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1374), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__empty_declaration] = STATE(641), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1285), [sym_explicit_function_specifier] = STATE(842), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(927), - [sym_operator_cast] = STATE(4165), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(641), + [sym_operator_cast] = STATE(4067), [sym__constructor_specifiers] = STATE(842), - [sym_operator_cast_definition] = STATE(927), - [sym_operator_cast_declaration] = STATE(927), - [sym_constructor_or_destructor_definition] = STATE(927), - [sym_constructor_or_destructor_declaration] = STATE(927), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_alias_declaration] = STATE(927), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3450), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_qualified_operator_cast_identifier] = STATE(4165), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), + [sym_operator_cast_definition] = STATE(641), + [sym_operator_cast_declaration] = STATE(641), + [sym_constructor_or_destructor_definition] = STATE(641), + [sym_constructor_or_destructor_declaration] = STATE(641), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_alias_declaration] = STATE(641), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3457), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_qualified_operator_cast_identifier] = STATE(4067), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), [aux_sym_operator_cast_definition_repeat1] = STATE(842), - [sym_identifier] = ACTIONS(2291), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [sym_identifier] = ACTIONS(2287), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_AMP] = ACTIONS(1929), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2293), + [anon_sym_COLON_COLON] = ACTIONS(2289), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -165291,7 +166107,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(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165317,9 +166133,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2191), + [anon_sym_template] = ACTIONS(2299), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2307), + [anon_sym_using] = ACTIONS(2301), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -165390,67 +166206,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [689] = { - [sym_function_definition] = STATE(865), - [sym_declaration] = STATE(865), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3110), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(979), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), + [693] = { + [sym_function_definition] = STATE(1000), + [sym_declaration] = STATE(1000), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(2944), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1119), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3615), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1366), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__empty_declaration] = STATE(1000), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(841), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(1000), + [sym_operator_cast] = STATE(4161), + [sym__constructor_specifiers] = STATE(841), + [sym_operator_cast_definition] = STATE(1000), + [sym_operator_cast_declaration] = STATE(1000), + [sym_constructor_or_destructor_definition] = STATE(1000), + [sym_constructor_or_destructor_declaration] = STATE(1000), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_alias_declaration] = STATE(1000), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3457), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_qualified_operator_cast_identifier] = STATE(4161), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(841), + [sym_identifier] = ACTIONS(2287), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2289), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [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_LBRACK] = ACTIONS(1935), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1955), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_using] = ACTIONS(2303), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [694] = { + [sym_function_definition] = STATE(195), + [sym_declaration] = STATE(195), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3059), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1137), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), [sym_function_declarator] = STATE(3639), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1372), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__empty_declaration] = STATE(865), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(833), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(865), - [sym_operator_cast] = STATE(4163), - [sym__constructor_specifiers] = STATE(833), - [sym_operator_cast_definition] = STATE(865), - [sym_operator_cast_declaration] = STATE(865), - [sym_constructor_or_destructor_definition] = STATE(865), - [sym_constructor_or_destructor_declaration] = STATE(865), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_alias_declaration] = STATE(865), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3450), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_qualified_operator_cast_identifier] = STATE(4163), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(833), - [sym_identifier] = ACTIONS(2291), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1370), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__empty_declaration] = STATE(195), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(838), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(195), + [sym_operator_cast] = STATE(4142), + [sym__constructor_specifiers] = STATE(838), + [sym_operator_cast_definition] = STATE(195), + [sym_operator_cast_declaration] = STATE(195), + [sym_constructor_or_destructor_definition] = STATE(195), + [sym_constructor_or_destructor_declaration] = STATE(195), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_alias_declaration] = STATE(195), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3457), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_qualified_operator_cast_identifier] = STATE(4142), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(838), + [sym_identifier] = ACTIONS(2287), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_AMP] = ACTIONS(1929), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2293), + [anon_sym_COLON_COLON] = ACTIONS(2289), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -165460,7 +166445,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(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165486,9 +166471,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1959), + [anon_sym_template] = ACTIONS(2305), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2309), + [anon_sym_using] = ACTIONS(2307), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -165559,67 +166544,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [690] = { - [sym_function_definition] = STATE(1078), - [sym_declaration] = STATE(1078), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3123), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(974), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3634), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1369), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__empty_declaration] = STATE(1078), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(840), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(1078), - [sym_operator_cast] = STATE(4059), - [sym__constructor_specifiers] = STATE(840), - [sym_operator_cast_definition] = STATE(1078), - [sym_operator_cast_declaration] = STATE(1078), - [sym_constructor_or_destructor_definition] = STATE(1078), - [sym_constructor_or_destructor_declaration] = STATE(1078), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_alias_declaration] = STATE(1078), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3450), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_qualified_operator_cast_identifier] = STATE(4059), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(840), - [sym_identifier] = ACTIONS(2291), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), + [695] = { + [sym_function_definition] = STATE(514), + [sym_declaration] = STATE(514), + [sym__declaration_modifiers] = STATE(1285), + [sym__declaration_specifiers] = STATE(3003), + [sym_attribute_specifier] = STATE(1285), + [sym_attribute_declaration] = STATE(1285), + [sym_ms_declspec_modifier] = STATE(1285), + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_call_modifier] = STATE(1101), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3645), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1285), + [sym_type_qualifier] = STATE(1285), + [sym__type_specifier] = STATE(1381), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym__empty_declaration] = STATE(514), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1285), + [sym_explicit_function_specifier] = STATE(848), + [sym_dependent_type] = STATE(1358), + [sym_template_declaration] = STATE(514), + [sym_operator_cast] = STATE(4149), + [sym__constructor_specifiers] = STATE(848), + [sym_operator_cast_definition] = STATE(514), + [sym_operator_cast_declaration] = STATE(514), + [sym_constructor_or_destructor_definition] = STATE(514), + [sym_constructor_or_destructor_declaration] = STATE(514), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_alias_declaration] = STATE(514), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3457), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_qualified_operator_cast_identifier] = STATE(4149), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [aux_sym_operator_cast_definition_repeat1] = STATE(848), + [sym_identifier] = ACTIONS(2287), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_AMP] = ACTIONS(1929), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2293), + [anon_sym_COLON_COLON] = ACTIONS(2289), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), [anon_sym___based] = ACTIONS(47), @@ -165629,7 +166614,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(1939), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165650,758 +166635,2092 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(67), [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2134), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2311), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(2309), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_using] = ACTIONS(2311), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [696] = { + [sym_identifier] = ACTIONS(1514), + [anon_sym_LPAREN2] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1516), + [anon_sym_TILDE] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1514), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_AMP] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1514), + [anon_sym_extern] = ACTIONS(1514), + [anon_sym___attribute__] = ACTIONS(1514), + [anon_sym_COLON_COLON] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym___declspec] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_static] = ACTIONS(1514), + [anon_sym_register] = ACTIONS(1514), + [anon_sym_inline] = ACTIONS(1514), + [anon_sym_thread_local] = ACTIONS(1514), + [anon_sym_const] = ACTIONS(1514), + [anon_sym_volatile] = ACTIONS(1514), + [anon_sym_restrict] = ACTIONS(1514), + [anon_sym__Atomic] = ACTIONS(1514), + [anon_sym_mutable] = ACTIONS(1514), + [anon_sym_constexpr] = ACTIONS(1514), + [anon_sym_signed] = ACTIONS(1514), + [anon_sym_unsigned] = ACTIONS(1514), + [anon_sym_long] = ACTIONS(1514), + [anon_sym_short] = ACTIONS(1514), + [sym_primitive_type] = ACTIONS(1514), + [anon_sym_enum] = ACTIONS(1514), + [anon_sym_class] = ACTIONS(1514), + [anon_sym_struct] = ACTIONS(1514), + [anon_sym_union] = ACTIONS(1514), + [anon_sym_if] = ACTIONS(1514), + [anon_sym_else] = ACTIONS(1514), + [anon_sym_switch] = ACTIONS(1514), + [anon_sym_while] = ACTIONS(1514), + [anon_sym_do] = ACTIONS(1514), + [anon_sym_for] = ACTIONS(1514), + [anon_sym_return] = ACTIONS(1514), + [anon_sym_break] = ACTIONS(1514), + [anon_sym_continue] = ACTIONS(1514), + [anon_sym_goto] = ACTIONS(1514), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_sizeof] = ACTIONS(1514), + [sym_number_literal] = ACTIONS(1516), + [anon_sym_L_SQUOTE] = ACTIONS(1516), + [anon_sym_u_SQUOTE] = ACTIONS(1516), + [anon_sym_U_SQUOTE] = ACTIONS(1516), + [anon_sym_u8_SQUOTE] = ACTIONS(1516), + [anon_sym_SQUOTE] = ACTIONS(1516), + [anon_sym_L_DQUOTE] = ACTIONS(1516), + [anon_sym_u_DQUOTE] = ACTIONS(1516), + [anon_sym_U_DQUOTE] = ACTIONS(1516), + [anon_sym_u8_DQUOTE] = ACTIONS(1516), + [anon_sym_DQUOTE] = ACTIONS(1516), + [sym_true] = ACTIONS(1514), + [sym_false] = ACTIONS(1514), + [sym_null] = ACTIONS(1514), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1514), + [anon_sym_virtual] = ACTIONS(1514), + [sym_auto] = ACTIONS(1514), + [anon_sym_typename] = ACTIONS(1514), + [anon_sym_template] = ACTIONS(1514), + [anon_sym_delete] = ACTIONS(1514), + [anon_sym_throw] = ACTIONS(1514), + [anon_sym_co_return] = ACTIONS(1514), + [anon_sym_co_yield] = ACTIONS(1514), + [anon_sym_try] = ACTIONS(1514), + [anon_sym_catch] = ACTIONS(1514), + [anon_sym_co_await] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1514), + [sym_this] = ACTIONS(1514), + [sym_nullptr] = ACTIONS(1514), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_FORWARD] = ACTIONS(1514), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1514), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_PS_GET] = ACTIONS(1514), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1514), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1514), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1514), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1514), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1514), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1514), + [anon_sym_MOZ_COLD] = ACTIONS(1514), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1514), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1514), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1514), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1514), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1514), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1514), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1514), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1514), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1514), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1514), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1514), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1514), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL] = ACTIONS(1514), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1514), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1514), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN] = ACTIONS(1514), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1514), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1514), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1514), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1514), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1514), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1514), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1514), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1514), + [anon_sym_MOZ_RAII] = ACTIONS(1514), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1514), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1514), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1514), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1514), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1514), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1514), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1514), + [sym_raw_string_literal] = ACTIONS(1516), + }, + [697] = { + [sym_identifier] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [anon_sym_if] = ACTIONS(1529), + [anon_sym_else] = ACTIONS(1529), + [anon_sym_switch] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1529), + [anon_sym_do] = ACTIONS(1529), + [anon_sym_for] = ACTIONS(1529), + [anon_sym_return] = ACTIONS(1529), + [anon_sym_break] = ACTIONS(1529), + [anon_sym_continue] = ACTIONS(1529), + [anon_sym_goto] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_sizeof] = ACTIONS(1529), + [sym_number_literal] = ACTIONS(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [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(1529), + [sym_false] = ACTIONS(1529), + [sym_null] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_delete] = ACTIONS(1529), + [anon_sym_throw] = ACTIONS(1529), + [anon_sym_co_return] = ACTIONS(1529), + [anon_sym_co_yield] = ACTIONS(1529), + [anon_sym_try] = ACTIONS(1529), + [anon_sym_catch] = ACTIONS(1529), + [anon_sym_co_await] = ACTIONS(1529), + [anon_sym_new] = ACTIONS(1529), + [sym_this] = ACTIONS(1529), + [sym_nullptr] = ACTIONS(1529), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_FORWARD] = ACTIONS(1529), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1529), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_PS_GET] = ACTIONS(1529), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1529), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1529), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1529), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + [sym_raw_string_literal] = ACTIONS(1531), + }, + [698] = { + [sym_identifier] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1518), + [anon_sym_PLUS] = ACTIONS(1518), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym_LBRACE] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [anon_sym_if] = ACTIONS(1518), + [anon_sym_else] = ACTIONS(1518), + [anon_sym_switch] = ACTIONS(1518), + [anon_sym_while] = ACTIONS(1518), + [anon_sym_do] = ACTIONS(1518), + [anon_sym_for] = ACTIONS(1518), + [anon_sym_return] = ACTIONS(1518), + [anon_sym_break] = ACTIONS(1518), + [anon_sym_continue] = ACTIONS(1518), + [anon_sym_goto] = ACTIONS(1518), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1518), + [sym_number_literal] = ACTIONS(1520), + [anon_sym_L_SQUOTE] = ACTIONS(1520), + [anon_sym_u_SQUOTE] = ACTIONS(1520), + [anon_sym_U_SQUOTE] = ACTIONS(1520), + [anon_sym_u8_SQUOTE] = ACTIONS(1520), + [anon_sym_SQUOTE] = ACTIONS(1520), + [anon_sym_L_DQUOTE] = ACTIONS(1520), + [anon_sym_u_DQUOTE] = ACTIONS(1520), + [anon_sym_U_DQUOTE] = ACTIONS(1520), + [anon_sym_u8_DQUOTE] = ACTIONS(1520), + [anon_sym_DQUOTE] = ACTIONS(1520), + [sym_true] = ACTIONS(1518), + [sym_false] = ACTIONS(1518), + [sym_null] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_delete] = ACTIONS(1518), + [anon_sym_throw] = ACTIONS(1518), + [anon_sym_co_return] = ACTIONS(1518), + [anon_sym_co_yield] = ACTIONS(1518), + [anon_sym_try] = ACTIONS(1518), + [anon_sym_catch] = ACTIONS(1518), + [anon_sym_co_await] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1518), + [sym_this] = ACTIONS(1518), + [sym_nullptr] = ACTIONS(1518), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_FORWARD] = ACTIONS(1518), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1518), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_PS_GET] = ACTIONS(1518), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1518), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1518), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1518), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), + [sym_raw_string_literal] = ACTIONS(1520), + }, + [699] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [700] = { + [sym_identifier] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1587), + [anon_sym_TILDE] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_AMP] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_typedef] = ACTIONS(1585), + [anon_sym_extern] = ACTIONS(1585), + [anon_sym___attribute__] = ACTIONS(1585), + [anon_sym_COLON_COLON] = ACTIONS(1587), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), + [anon_sym___declspec] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1587), + [anon_sym_LBRACK] = ACTIONS(1585), + [anon_sym_static] = ACTIONS(1585), + [anon_sym_register] = ACTIONS(1585), + [anon_sym_inline] = ACTIONS(1585), + [anon_sym_thread_local] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_volatile] = ACTIONS(1585), + [anon_sym_restrict] = ACTIONS(1585), + [anon_sym__Atomic] = ACTIONS(1585), + [anon_sym_mutable] = ACTIONS(1585), + [anon_sym_constexpr] = ACTIONS(1585), + [anon_sym_signed] = ACTIONS(1585), + [anon_sym_unsigned] = ACTIONS(1585), + [anon_sym_long] = ACTIONS(1585), + [anon_sym_short] = ACTIONS(1585), + [sym_primitive_type] = ACTIONS(1585), + [anon_sym_enum] = ACTIONS(1585), + [anon_sym_class] = ACTIONS(1585), + [anon_sym_struct] = ACTIONS(1585), + [anon_sym_union] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_else] = ACTIONS(1585), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_do] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_continue] = ACTIONS(1585), + [anon_sym_goto] = ACTIONS(1585), + [anon_sym_DASH_DASH] = ACTIONS(1587), + [anon_sym_PLUS_PLUS] = ACTIONS(1587), + [anon_sym_sizeof] = ACTIONS(1585), + [sym_number_literal] = ACTIONS(1587), + [anon_sym_L_SQUOTE] = ACTIONS(1587), + [anon_sym_u_SQUOTE] = ACTIONS(1587), + [anon_sym_U_SQUOTE] = ACTIONS(1587), + [anon_sym_u8_SQUOTE] = ACTIONS(1587), + [anon_sym_SQUOTE] = ACTIONS(1587), + [anon_sym_L_DQUOTE] = ACTIONS(1587), + [anon_sym_u_DQUOTE] = ACTIONS(1587), + [anon_sym_U_DQUOTE] = ACTIONS(1587), + [anon_sym_u8_DQUOTE] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1587), + [sym_true] = ACTIONS(1585), + [sym_false] = ACTIONS(1585), + [sym_null] = ACTIONS(1585), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1585), + [anon_sym_virtual] = ACTIONS(1585), + [sym_auto] = ACTIONS(1585), + [anon_sym_typename] = ACTIONS(1585), + [anon_sym_template] = ACTIONS(1585), + [anon_sym_delete] = ACTIONS(1585), + [anon_sym_throw] = ACTIONS(1585), + [anon_sym_co_return] = ACTIONS(1585), + [anon_sym_co_yield] = ACTIONS(1585), + [anon_sym_try] = ACTIONS(1585), + [anon_sym_co_await] = ACTIONS(1585), + [anon_sym_new] = ACTIONS(1585), + [sym_this] = ACTIONS(1585), + [sym_nullptr] = ACTIONS(1585), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_FORWARD] = ACTIONS(1585), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_PS_GET] = ACTIONS(1585), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), + [anon_sym_MOZ_COLD] = ACTIONS(1585), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL] = ACTIONS(1585), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN] = ACTIONS(1585), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), + [anon_sym_MOZ_RAII] = ACTIONS(1585), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), + [sym_raw_string_literal] = ACTIONS(1587), + }, + [701] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [702] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [703] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [691] = { - [sym_function_definition] = STATE(510), - [sym_declaration] = STATE(510), - [sym__declaration_modifiers] = STATE(1295), - [sym__declaration_specifiers] = STATE(3112), - [sym_attribute_specifier] = STATE(1295), - [sym_attribute_declaration] = STATE(1295), - [sym_ms_declspec_modifier] = STATE(1295), - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_call_modifier] = STATE(1017), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3591), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1295), - [sym_type_qualifier] = STATE(1295), - [sym__type_specifier] = STATE(1357), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym__empty_declaration] = STATE(510), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1295), - [sym_explicit_function_specifier] = STATE(834), - [sym_dependent_type] = STATE(1301), - [sym_template_declaration] = STATE(510), - [sym_operator_cast] = STATE(4026), - [sym__constructor_specifiers] = STATE(834), - [sym_operator_cast_definition] = STATE(510), - [sym_operator_cast_declaration] = STATE(510), - [sym_constructor_or_destructor_definition] = STATE(510), - [sym_constructor_or_destructor_declaration] = STATE(510), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_alias_declaration] = STATE(510), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3450), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_qualified_operator_cast_identifier] = STATE(4026), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [aux_sym_operator_cast_definition_repeat1] = STATE(834), - [sym_identifier] = ACTIONS(2291), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [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_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [704] = { + [sym_identifier] = ACTIONS(1573), + [anon_sym_LPAREN2] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_STAR] = ACTIONS(1575), + [anon_sym_AMP] = ACTIONS(1575), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_typedef] = ACTIONS(1573), + [anon_sym_extern] = ACTIONS(1573), + [anon_sym___attribute__] = ACTIONS(1573), + [anon_sym_COLON_COLON] = ACTIONS(1575), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), + [anon_sym___declspec] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_LBRACK] = ACTIONS(1573), + [anon_sym_static] = ACTIONS(1573), + [anon_sym_register] = ACTIONS(1573), + [anon_sym_inline] = ACTIONS(1573), + [anon_sym_thread_local] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_volatile] = ACTIONS(1573), + [anon_sym_restrict] = ACTIONS(1573), + [anon_sym__Atomic] = ACTIONS(1573), + [anon_sym_mutable] = ACTIONS(1573), + [anon_sym_constexpr] = ACTIONS(1573), + [anon_sym_signed] = ACTIONS(1573), + [anon_sym_unsigned] = ACTIONS(1573), + [anon_sym_long] = ACTIONS(1573), + [anon_sym_short] = ACTIONS(1573), + [sym_primitive_type] = ACTIONS(1573), + [anon_sym_enum] = ACTIONS(1573), + [anon_sym_class] = ACTIONS(1573), + [anon_sym_struct] = ACTIONS(1573), + [anon_sym_union] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_else] = ACTIONS(1573), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_do] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_continue] = ACTIONS(1573), + [anon_sym_goto] = ACTIONS(1573), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_sizeof] = ACTIONS(1573), + [sym_number_literal] = ACTIONS(1575), + [anon_sym_L_SQUOTE] = ACTIONS(1575), + [anon_sym_u_SQUOTE] = ACTIONS(1575), + [anon_sym_U_SQUOTE] = ACTIONS(1575), + [anon_sym_u8_SQUOTE] = ACTIONS(1575), + [anon_sym_SQUOTE] = ACTIONS(1575), + [anon_sym_L_DQUOTE] = ACTIONS(1575), + [anon_sym_u_DQUOTE] = ACTIONS(1575), + [anon_sym_U_DQUOTE] = ACTIONS(1575), + [anon_sym_u8_DQUOTE] = ACTIONS(1575), + [anon_sym_DQUOTE] = ACTIONS(1575), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(2313), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2315), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_decltype] = ACTIONS(1573), + [anon_sym_virtual] = ACTIONS(1573), + [sym_auto] = ACTIONS(1573), + [anon_sym_typename] = ACTIONS(1573), + [anon_sym_template] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_throw] = ACTIONS(1573), + [anon_sym_co_return] = ACTIONS(1573), + [anon_sym_co_yield] = ACTIONS(1573), + [anon_sym_try] = ACTIONS(1573), + [anon_sym_co_await] = ACTIONS(1573), + [anon_sym_new] = ACTIONS(1573), + [sym_this] = ACTIONS(1573), + [sym_nullptr] = ACTIONS(1573), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_FORWARD] = ACTIONS(1573), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_PS_GET] = ACTIONS(1573), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), + [anon_sym_MOZ_COLD] = ACTIONS(1573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL] = ACTIONS(1573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN] = ACTIONS(1573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), + [anon_sym_MOZ_RAII] = ACTIONS(1573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), + [sym_raw_string_literal] = ACTIONS(1575), }, - [692] = { - [sym_identifier] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_BANG] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_switch] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_goto] = ACTIONS(1506), - [anon_sym_DASH_DASH] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_sizeof] = ACTIONS(1506), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1508), - [anon_sym_u_SQUOTE] = ACTIONS(1508), - [anon_sym_U_SQUOTE] = ACTIONS(1508), - [anon_sym_u8_SQUOTE] = ACTIONS(1508), - [anon_sym_SQUOTE] = ACTIONS(1508), - [anon_sym_L_DQUOTE] = ACTIONS(1508), - [anon_sym_u_DQUOTE] = ACTIONS(1508), - [anon_sym_U_DQUOTE] = ACTIONS(1508), - [anon_sym_u8_DQUOTE] = ACTIONS(1508), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym_true] = ACTIONS(1506), - [sym_false] = ACTIONS(1506), - [sym_null] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_delete] = ACTIONS(1506), - [anon_sym_throw] = ACTIONS(1506), - [anon_sym_co_return] = ACTIONS(1506), - [anon_sym_co_yield] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_co_await] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [sym_this] = ACTIONS(1506), - [sym_nullptr] = ACTIONS(1506), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_FORWARD] = ACTIONS(1506), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1506), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_PS_GET] = ACTIONS(1506), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1506), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1506), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1506), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), - [sym_raw_string_literal] = ACTIONS(1508), + [705] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [693] = { - [sym_identifier] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1518), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_else] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [sym_null] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_throw] = ACTIONS(1516), - [anon_sym_co_return] = ACTIONS(1516), - [anon_sym_co_yield] = ACTIONS(1516), - [anon_sym_try] = ACTIONS(1516), - [anon_sym_catch] = ACTIONS(1516), - [anon_sym_co_await] = ACTIONS(1516), - [anon_sym_new] = ACTIONS(1516), - [sym_this] = ACTIONS(1516), - [sym_nullptr] = ACTIONS(1516), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_FORWARD] = ACTIONS(1516), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1516), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_PS_GET] = ACTIONS(1516), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1516), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1516), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1516), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - [sym_raw_string_literal] = ACTIONS(1518), + [706] = { + [sym_identifier] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(1555), + [anon_sym_BANG] = ACTIONS(1555), + [anon_sym_TILDE] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_AMP] = ACTIONS(1555), + [anon_sym_SEMI] = ACTIONS(1555), + [anon_sym_typedef] = ACTIONS(1553), + [anon_sym_extern] = ACTIONS(1553), + [anon_sym___attribute__] = ACTIONS(1553), + [anon_sym_COLON_COLON] = ACTIONS(1555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1555), + [anon_sym___declspec] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1555), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1553), + [anon_sym_register] = ACTIONS(1553), + [anon_sym_inline] = ACTIONS(1553), + [anon_sym_thread_local] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_volatile] = ACTIONS(1553), + [anon_sym_restrict] = ACTIONS(1553), + [anon_sym__Atomic] = ACTIONS(1553), + [anon_sym_mutable] = ACTIONS(1553), + [anon_sym_constexpr] = ACTIONS(1553), + [anon_sym_signed] = ACTIONS(1553), + [anon_sym_unsigned] = ACTIONS(1553), + [anon_sym_long] = ACTIONS(1553), + [anon_sym_short] = ACTIONS(1553), + [sym_primitive_type] = ACTIONS(1553), + [anon_sym_enum] = ACTIONS(1553), + [anon_sym_class] = ACTIONS(1553), + [anon_sym_struct] = ACTIONS(1553), + [anon_sym_union] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_else] = ACTIONS(1553), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1553), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_DASH_DASH] = ACTIONS(1555), + [anon_sym_PLUS_PLUS] = ACTIONS(1555), + [anon_sym_sizeof] = ACTIONS(1553), + [sym_number_literal] = ACTIONS(1555), + [anon_sym_L_SQUOTE] = ACTIONS(1555), + [anon_sym_u_SQUOTE] = ACTIONS(1555), + [anon_sym_U_SQUOTE] = ACTIONS(1555), + [anon_sym_u8_SQUOTE] = ACTIONS(1555), + [anon_sym_SQUOTE] = ACTIONS(1555), + [anon_sym_L_DQUOTE] = ACTIONS(1555), + [anon_sym_u_DQUOTE] = ACTIONS(1555), + [anon_sym_U_DQUOTE] = ACTIONS(1555), + [anon_sym_u8_DQUOTE] = ACTIONS(1555), + [anon_sym_DQUOTE] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1553), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1553), + [anon_sym_virtual] = ACTIONS(1553), + [sym_auto] = ACTIONS(1553), + [anon_sym_typename] = ACTIONS(1553), + [anon_sym_template] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_throw] = ACTIONS(1553), + [anon_sym_co_return] = ACTIONS(1553), + [anon_sym_co_yield] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1553), + [anon_sym_co_await] = ACTIONS(1553), + [anon_sym_new] = ACTIONS(1553), + [sym_this] = ACTIONS(1553), + [sym_nullptr] = ACTIONS(1553), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_FORWARD] = ACTIONS(1553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_PS_GET] = ACTIONS(1553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1553), + [anon_sym_MOZ_COLD] = ACTIONS(1553), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1553), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1553), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1553), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1553), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1553), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1553), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1553), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1553), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1553), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1553), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1553), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1553), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL] = ACTIONS(1553), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1553), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1553), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN] = ACTIONS(1553), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1553), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1553), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1553), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1553), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1553), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1553), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1553), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1553), + [anon_sym_MOZ_RAII] = ACTIONS(1553), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1553), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1553), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1553), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1553), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1553), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1553), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1553), + [sym_raw_string_literal] = ACTIONS(1555), }, - [694] = { - [sym_identifier] = ACTIONS(1510), - [anon_sym_LPAREN2] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_TILDE] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1512), - [anon_sym_AMP] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym___attribute__] = ACTIONS(1510), - [anon_sym_COLON_COLON] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), - [anon_sym___declspec] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_static] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_inline] = ACTIONS(1510), - [anon_sym_thread_local] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_volatile] = ACTIONS(1510), - [anon_sym_restrict] = ACTIONS(1510), - [anon_sym__Atomic] = ACTIONS(1510), - [anon_sym_mutable] = ACTIONS(1510), - [anon_sym_constexpr] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1510), - [anon_sym_unsigned] = ACTIONS(1510), - [anon_sym_long] = ACTIONS(1510), - [anon_sym_short] = ACTIONS(1510), - [sym_primitive_type] = ACTIONS(1510), - [anon_sym_enum] = ACTIONS(1510), - [anon_sym_class] = ACTIONS(1510), - [anon_sym_struct] = ACTIONS(1510), - [anon_sym_union] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_switch] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_goto] = ACTIONS(1510), - [anon_sym_DASH_DASH] = ACTIONS(1512), - [anon_sym_PLUS_PLUS] = ACTIONS(1512), - [anon_sym_sizeof] = ACTIONS(1510), - [sym_number_literal] = ACTIONS(1512), - [anon_sym_L_SQUOTE] = ACTIONS(1512), - [anon_sym_u_SQUOTE] = ACTIONS(1512), - [anon_sym_U_SQUOTE] = ACTIONS(1512), - [anon_sym_u8_SQUOTE] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1512), - [anon_sym_L_DQUOTE] = ACTIONS(1512), - [anon_sym_u_DQUOTE] = ACTIONS(1512), - [anon_sym_U_DQUOTE] = ACTIONS(1512), - [anon_sym_u8_DQUOTE] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym_true] = ACTIONS(1510), - [sym_false] = ACTIONS(1510), - [sym_null] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1510), - [anon_sym_virtual] = ACTIONS(1510), - [sym_auto] = ACTIONS(1510), - [anon_sym_typename] = ACTIONS(1510), - [anon_sym_template] = ACTIONS(1510), - [anon_sym_delete] = ACTIONS(1510), - [anon_sym_throw] = ACTIONS(1510), - [anon_sym_co_return] = ACTIONS(1510), - [anon_sym_co_yield] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_co_await] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [sym_this] = ACTIONS(1510), - [sym_nullptr] = ACTIONS(1510), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_FORWARD] = ACTIONS(1510), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1510), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_PS_GET] = ACTIONS(1510), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1510), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1510), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1510), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1510), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1510), - [anon_sym_MOZ_COLD] = ACTIONS(1510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1510), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1510), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL] = ACTIONS(1510), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN] = ACTIONS(1510), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1510), - [anon_sym_MOZ_RAII] = ACTIONS(1510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1510), - [sym_raw_string_literal] = ACTIONS(1512), + [707] = { + [sym_identifier] = ACTIONS(1549), + [anon_sym_LPAREN2] = ACTIONS(1551), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1549), + [anon_sym_PLUS] = ACTIONS(1549), + [anon_sym_STAR] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_typedef] = ACTIONS(1549), + [anon_sym_extern] = ACTIONS(1549), + [anon_sym___attribute__] = ACTIONS(1549), + [anon_sym_COLON_COLON] = ACTIONS(1551), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1551), + [anon_sym___declspec] = ACTIONS(1549), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_LBRACK] = ACTIONS(1549), + [anon_sym_static] = ACTIONS(1549), + [anon_sym_register] = ACTIONS(1549), + [anon_sym_inline] = ACTIONS(1549), + [anon_sym_thread_local] = ACTIONS(1549), + [anon_sym_const] = ACTIONS(1549), + [anon_sym_volatile] = ACTIONS(1549), + [anon_sym_restrict] = ACTIONS(1549), + [anon_sym__Atomic] = ACTIONS(1549), + [anon_sym_mutable] = ACTIONS(1549), + [anon_sym_constexpr] = ACTIONS(1549), + [anon_sym_signed] = ACTIONS(1549), + [anon_sym_unsigned] = ACTIONS(1549), + [anon_sym_long] = ACTIONS(1549), + [anon_sym_short] = ACTIONS(1549), + [sym_primitive_type] = ACTIONS(1549), + [anon_sym_enum] = ACTIONS(1549), + [anon_sym_class] = ACTIONS(1549), + [anon_sym_struct] = ACTIONS(1549), + [anon_sym_union] = ACTIONS(1549), + [anon_sym_if] = ACTIONS(1549), + [anon_sym_else] = ACTIONS(1549), + [anon_sym_switch] = ACTIONS(1549), + [anon_sym_while] = ACTIONS(1549), + [anon_sym_do] = ACTIONS(1549), + [anon_sym_for] = ACTIONS(1549), + [anon_sym_return] = ACTIONS(1549), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1549), + [anon_sym_goto] = ACTIONS(1549), + [anon_sym_DASH_DASH] = ACTIONS(1551), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_sizeof] = ACTIONS(1549), + [sym_number_literal] = ACTIONS(1551), + [anon_sym_L_SQUOTE] = ACTIONS(1551), + [anon_sym_u_SQUOTE] = ACTIONS(1551), + [anon_sym_U_SQUOTE] = ACTIONS(1551), + [anon_sym_u8_SQUOTE] = ACTIONS(1551), + [anon_sym_SQUOTE] = ACTIONS(1551), + [anon_sym_L_DQUOTE] = ACTIONS(1551), + [anon_sym_u_DQUOTE] = ACTIONS(1551), + [anon_sym_U_DQUOTE] = ACTIONS(1551), + [anon_sym_u8_DQUOTE] = ACTIONS(1551), + [anon_sym_DQUOTE] = ACTIONS(1551), + [sym_true] = ACTIONS(1549), + [sym_false] = ACTIONS(1549), + [sym_null] = ACTIONS(1549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1549), + [anon_sym_virtual] = ACTIONS(1549), + [sym_auto] = ACTIONS(1549), + [anon_sym_typename] = ACTIONS(1549), + [anon_sym_template] = ACTIONS(1549), + [anon_sym_delete] = ACTIONS(1549), + [anon_sym_throw] = ACTIONS(1549), + [anon_sym_co_return] = ACTIONS(1549), + [anon_sym_co_yield] = ACTIONS(1549), + [anon_sym_try] = ACTIONS(1549), + [anon_sym_co_await] = ACTIONS(1549), + [anon_sym_new] = ACTIONS(1549), + [sym_this] = ACTIONS(1549), + [sym_nullptr] = ACTIONS(1549), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_FORWARD] = ACTIONS(1549), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1549), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_PS_GET] = ACTIONS(1549), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1549), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1549), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1549), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1549), + [anon_sym_MOZ_COLD] = ACTIONS(1549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL] = ACTIONS(1549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN] = ACTIONS(1549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1549), + [anon_sym_MOZ_RAII] = ACTIONS(1549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1549), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1549), + [sym_raw_string_literal] = ACTIONS(1551), }, - [695] = { + [708] = { [sym_identifier] = ACTIONS(1625), [anon_sym_LPAREN2] = ACTIONS(1627), [anon_sym_BANG] = ACTIONS(1627), @@ -166466,944 +168785,1612 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(1625), [sym_null] = ACTIONS(1625), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1625), - [anon_sym_virtual] = ACTIONS(1625), - [sym_auto] = ACTIONS(1625), - [anon_sym_typename] = ACTIONS(1625), - [anon_sym_template] = ACTIONS(1625), - [anon_sym_delete] = ACTIONS(1625), - [anon_sym_throw] = ACTIONS(1625), - [anon_sym_co_return] = ACTIONS(1625), - [anon_sym_co_yield] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_co_await] = ACTIONS(1625), - [anon_sym_new] = ACTIONS(1625), - [sym_this] = ACTIONS(1625), - [sym_nullptr] = ACTIONS(1625), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_FORWARD] = ACTIONS(1625), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_PS_GET] = ACTIONS(1625), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), - [anon_sym_MOZ_COLD] = ACTIONS(1625), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL] = ACTIONS(1625), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN] = ACTIONS(1625), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), - [anon_sym_MOZ_RAII] = ACTIONS(1625), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), - [sym_raw_string_literal] = ACTIONS(1627), + [anon_sym_decltype] = ACTIONS(1625), + [anon_sym_virtual] = ACTIONS(1625), + [sym_auto] = ACTIONS(1625), + [anon_sym_typename] = ACTIONS(1625), + [anon_sym_template] = ACTIONS(1625), + [anon_sym_delete] = ACTIONS(1625), + [anon_sym_throw] = ACTIONS(1625), + [anon_sym_co_return] = ACTIONS(1625), + [anon_sym_co_yield] = ACTIONS(1625), + [anon_sym_try] = ACTIONS(1625), + [anon_sym_co_await] = ACTIONS(1625), + [anon_sym_new] = ACTIONS(1625), + [sym_this] = ACTIONS(1625), + [sym_nullptr] = ACTIONS(1625), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_FORWARD] = ACTIONS(1625), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1625), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_PS_GET] = ACTIONS(1625), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1625), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1625), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1625), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1625), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1625), + [anon_sym_MOZ_COLD] = ACTIONS(1625), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1625), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1625), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1625), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1625), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1625), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1625), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1625), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1625), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1625), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1625), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1625), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1625), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL] = ACTIONS(1625), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1625), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1625), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN] = ACTIONS(1625), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1625), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1625), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1625), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1625), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1625), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1625), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1625), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1625), + [anon_sym_MOZ_RAII] = ACTIONS(1625), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1625), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1625), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1625), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1625), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1625), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1625), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1625), + [sym_raw_string_literal] = ACTIONS(1627), + }, + [709] = { + [sym_identifier] = ACTIONS(1545), + [anon_sym_LPAREN2] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_AMP] = ACTIONS(1547), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym___attribute__] = ACTIONS(1545), + [anon_sym_COLON_COLON] = ACTIONS(1547), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), + [anon_sym___declspec] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_thread_local] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym__Atomic] = ACTIONS(1545), + [anon_sym_mutable] = ACTIONS(1545), + [anon_sym_constexpr] = ACTIONS(1545), + [anon_sym_signed] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_class] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1547), + [anon_sym_L_SQUOTE] = ACTIONS(1547), + [anon_sym_u_SQUOTE] = ACTIONS(1547), + [anon_sym_U_SQUOTE] = ACTIONS(1547), + [anon_sym_u8_SQUOTE] = ACTIONS(1547), + [anon_sym_SQUOTE] = ACTIONS(1547), + [anon_sym_L_DQUOTE] = ACTIONS(1547), + [anon_sym_u_DQUOTE] = ACTIONS(1547), + [anon_sym_U_DQUOTE] = ACTIONS(1547), + [anon_sym_u8_DQUOTE] = ACTIONS(1547), + [anon_sym_DQUOTE] = ACTIONS(1547), + [sym_true] = ACTIONS(1545), + [sym_false] = ACTIONS(1545), + [sym_null] = ACTIONS(1545), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1545), + [anon_sym_virtual] = ACTIONS(1545), + [sym_auto] = ACTIONS(1545), + [anon_sym_typename] = ACTIONS(1545), + [anon_sym_template] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_throw] = ACTIONS(1545), + [anon_sym_co_return] = ACTIONS(1545), + [anon_sym_co_yield] = ACTIONS(1545), + [anon_sym_try] = ACTIONS(1545), + [anon_sym_co_await] = ACTIONS(1545), + [anon_sym_new] = ACTIONS(1545), + [sym_this] = ACTIONS(1545), + [sym_nullptr] = ACTIONS(1545), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_FORWARD] = ACTIONS(1545), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_PS_GET] = ACTIONS(1545), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), + [anon_sym_MOZ_COLD] = ACTIONS(1545), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL] = ACTIONS(1545), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN] = ACTIONS(1545), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), + [anon_sym_MOZ_RAII] = ACTIONS(1545), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), + [sym_raw_string_literal] = ACTIONS(1547), + }, + [710] = { + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_BANG] = ACTIONS(1647), + [anon_sym_TILDE] = ACTIONS(1647), + [anon_sym_DASH] = ACTIONS(1645), + [anon_sym_PLUS] = ACTIONS(1645), + [anon_sym_STAR] = ACTIONS(1647), + [anon_sym_AMP] = ACTIONS(1647), + [anon_sym_SEMI] = ACTIONS(1647), + [anon_sym_typedef] = ACTIONS(1645), + [anon_sym_extern] = ACTIONS(1645), + [anon_sym___attribute__] = ACTIONS(1645), + [anon_sym_COLON_COLON] = ACTIONS(1647), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym_LBRACE] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1645), + [anon_sym_static] = ACTIONS(1645), + [anon_sym_register] = ACTIONS(1645), + [anon_sym_inline] = ACTIONS(1645), + [anon_sym_thread_local] = ACTIONS(1645), + [anon_sym_const] = ACTIONS(1645), + [anon_sym_volatile] = ACTIONS(1645), + [anon_sym_restrict] = ACTIONS(1645), + [anon_sym__Atomic] = ACTIONS(1645), + [anon_sym_mutable] = ACTIONS(1645), + [anon_sym_constexpr] = ACTIONS(1645), + [anon_sym_signed] = ACTIONS(1645), + [anon_sym_unsigned] = ACTIONS(1645), + [anon_sym_long] = ACTIONS(1645), + [anon_sym_short] = ACTIONS(1645), + [sym_primitive_type] = ACTIONS(1645), + [anon_sym_enum] = ACTIONS(1645), + [anon_sym_class] = ACTIONS(1645), + [anon_sym_struct] = ACTIONS(1645), + [anon_sym_union] = ACTIONS(1645), + [anon_sym_if] = ACTIONS(1645), + [anon_sym_else] = ACTIONS(1645), + [anon_sym_switch] = ACTIONS(1645), + [anon_sym_while] = ACTIONS(1645), + [anon_sym_do] = ACTIONS(1645), + [anon_sym_for] = ACTIONS(1645), + [anon_sym_return] = ACTIONS(1645), + [anon_sym_break] = ACTIONS(1645), + [anon_sym_continue] = ACTIONS(1645), + [anon_sym_goto] = ACTIONS(1645), + [anon_sym_DASH_DASH] = ACTIONS(1647), + [anon_sym_PLUS_PLUS] = ACTIONS(1647), + [anon_sym_sizeof] = ACTIONS(1645), + [sym_number_literal] = ACTIONS(1647), + [anon_sym_L_SQUOTE] = ACTIONS(1647), + [anon_sym_u_SQUOTE] = ACTIONS(1647), + [anon_sym_U_SQUOTE] = ACTIONS(1647), + [anon_sym_u8_SQUOTE] = ACTIONS(1647), + [anon_sym_SQUOTE] = ACTIONS(1647), + [anon_sym_L_DQUOTE] = ACTIONS(1647), + [anon_sym_u_DQUOTE] = ACTIONS(1647), + [anon_sym_U_DQUOTE] = ACTIONS(1647), + [anon_sym_u8_DQUOTE] = ACTIONS(1647), + [anon_sym_DQUOTE] = ACTIONS(1647), + [sym_true] = ACTIONS(1645), + [sym_false] = ACTIONS(1645), + [sym_null] = ACTIONS(1645), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1645), + [anon_sym_virtual] = ACTIONS(1645), + [sym_auto] = ACTIONS(1645), + [anon_sym_typename] = ACTIONS(1645), + [anon_sym_template] = ACTIONS(1645), + [anon_sym_delete] = ACTIONS(1645), + [anon_sym_throw] = ACTIONS(1645), + [anon_sym_co_return] = ACTIONS(1645), + [anon_sym_co_yield] = ACTIONS(1645), + [anon_sym_try] = ACTIONS(1645), + [anon_sym_co_await] = ACTIONS(1645), + [anon_sym_new] = ACTIONS(1645), + [sym_this] = ACTIONS(1645), + [sym_nullptr] = ACTIONS(1645), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_FORWARD] = ACTIONS(1645), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_PS_GET] = ACTIONS(1645), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), + [anon_sym_MOZ_COLD] = ACTIONS(1645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL] = ACTIONS(1645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN] = ACTIONS(1645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), + [anon_sym_MOZ_RAII] = ACTIONS(1645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), + [sym_raw_string_literal] = ACTIONS(1647), + }, + [711] = { + [sym_identifier] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_COLON_COLON] = ACTIONS(1543), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_LBRACK] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym_mutable] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_class] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_else] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [sym_null] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1541), + [anon_sym_virtual] = ACTIONS(1541), + [sym_auto] = ACTIONS(1541), + [anon_sym_typename] = ACTIONS(1541), + [anon_sym_template] = ACTIONS(1541), + [anon_sym_delete] = ACTIONS(1541), + [anon_sym_throw] = ACTIONS(1541), + [anon_sym_co_return] = ACTIONS(1541), + [anon_sym_co_yield] = ACTIONS(1541), + [anon_sym_try] = ACTIONS(1541), + [anon_sym_co_await] = ACTIONS(1541), + [anon_sym_new] = ACTIONS(1541), + [sym_this] = ACTIONS(1541), + [sym_nullptr] = ACTIONS(1541), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_FORWARD] = ACTIONS(1541), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_PS_GET] = ACTIONS(1541), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), + [anon_sym_MOZ_COLD] = ACTIONS(1541), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL] = ACTIONS(1541), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN] = ACTIONS(1541), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), + [anon_sym_MOZ_RAII] = ACTIONS(1541), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), + [sym_raw_string_literal] = ACTIONS(1543), }, - [696] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [712] = { + [sym_identifier] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_COLON_COLON] = ACTIONS(1539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym_mutable] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_class] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1537), + [anon_sym_virtual] = ACTIONS(1537), + [sym_auto] = ACTIONS(1537), + [anon_sym_typename] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(1537), + [anon_sym_delete] = ACTIONS(1537), + [anon_sym_throw] = ACTIONS(1537), + [anon_sym_co_return] = ACTIONS(1537), + [anon_sym_co_yield] = ACTIONS(1537), + [anon_sym_try] = ACTIONS(1537), + [anon_sym_co_await] = ACTIONS(1537), + [anon_sym_new] = ACTIONS(1537), + [sym_this] = ACTIONS(1537), + [sym_nullptr] = ACTIONS(1537), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_FORWARD] = ACTIONS(1537), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_PS_GET] = ACTIONS(1537), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), + [anon_sym_MOZ_COLD] = ACTIONS(1537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL] = ACTIONS(1537), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN] = ACTIONS(1537), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), + [anon_sym_MOZ_RAII] = ACTIONS(1537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), + [sym_raw_string_literal] = ACTIONS(1539), }, - [697] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [713] = { + [sym_identifier] = ACTIONS(1601), + [anon_sym_LPAREN2] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_DASH] = ACTIONS(1601), + [anon_sym_PLUS] = ACTIONS(1601), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1601), + [anon_sym_extern] = ACTIONS(1601), + [anon_sym___attribute__] = ACTIONS(1601), + [anon_sym_COLON_COLON] = ACTIONS(1603), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), + [anon_sym___declspec] = ACTIONS(1601), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_LBRACK] = ACTIONS(1601), + [anon_sym_static] = ACTIONS(1601), + [anon_sym_register] = ACTIONS(1601), + [anon_sym_inline] = ACTIONS(1601), + [anon_sym_thread_local] = ACTIONS(1601), + [anon_sym_const] = ACTIONS(1601), + [anon_sym_volatile] = ACTIONS(1601), + [anon_sym_restrict] = ACTIONS(1601), + [anon_sym__Atomic] = ACTIONS(1601), + [anon_sym_mutable] = ACTIONS(1601), + [anon_sym_constexpr] = ACTIONS(1601), + [anon_sym_signed] = ACTIONS(1601), + [anon_sym_unsigned] = ACTIONS(1601), + [anon_sym_long] = ACTIONS(1601), + [anon_sym_short] = ACTIONS(1601), + [sym_primitive_type] = ACTIONS(1601), + [anon_sym_enum] = ACTIONS(1601), + [anon_sym_class] = ACTIONS(1601), + [anon_sym_struct] = ACTIONS(1601), + [anon_sym_union] = ACTIONS(1601), + [anon_sym_if] = ACTIONS(1601), + [anon_sym_else] = ACTIONS(1601), + [anon_sym_switch] = ACTIONS(1601), + [anon_sym_while] = ACTIONS(1601), + [anon_sym_do] = ACTIONS(1601), + [anon_sym_for] = ACTIONS(1601), + [anon_sym_return] = ACTIONS(1601), + [anon_sym_break] = ACTIONS(1601), + [anon_sym_continue] = ACTIONS(1601), + [anon_sym_goto] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1601), + [sym_number_literal] = ACTIONS(1603), + [anon_sym_L_SQUOTE] = ACTIONS(1603), + [anon_sym_u_SQUOTE] = ACTIONS(1603), + [anon_sym_U_SQUOTE] = ACTIONS(1603), + [anon_sym_u8_SQUOTE] = ACTIONS(1603), + [anon_sym_SQUOTE] = ACTIONS(1603), + [anon_sym_L_DQUOTE] = ACTIONS(1603), + [anon_sym_u_DQUOTE] = ACTIONS(1603), + [anon_sym_U_DQUOTE] = ACTIONS(1603), + [anon_sym_u8_DQUOTE] = ACTIONS(1603), + [anon_sym_DQUOTE] = ACTIONS(1603), + [sym_true] = ACTIONS(1601), + [sym_false] = ACTIONS(1601), + [sym_null] = ACTIONS(1601), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1601), + [anon_sym_virtual] = ACTIONS(1601), + [sym_auto] = ACTIONS(1601), + [anon_sym_typename] = ACTIONS(1601), + [anon_sym_template] = ACTIONS(1601), + [anon_sym_delete] = ACTIONS(1601), + [anon_sym_throw] = ACTIONS(1601), + [anon_sym_co_return] = ACTIONS(1601), + [anon_sym_co_yield] = ACTIONS(1601), + [anon_sym_try] = ACTIONS(1601), + [anon_sym_co_await] = ACTIONS(1601), + [anon_sym_new] = ACTIONS(1601), + [sym_this] = ACTIONS(1601), + [sym_nullptr] = ACTIONS(1601), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_FORWARD] = ACTIONS(1601), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_PS_GET] = ACTIONS(1601), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), + [anon_sym_MOZ_COLD] = ACTIONS(1601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL] = ACTIONS(1601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN] = ACTIONS(1601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), + [anon_sym_MOZ_RAII] = ACTIONS(1601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), + [sym_raw_string_literal] = ACTIONS(1603), + }, + [714] = { + [sym_identifier] = ACTIONS(2278), + [anon_sym_LPAREN2] = ACTIONS(2280), + [anon_sym_BANG] = ACTIONS(2280), + [anon_sym_TILDE] = ACTIONS(2280), + [anon_sym_DASH] = ACTIONS(2278), + [anon_sym_PLUS] = ACTIONS(2278), + [anon_sym_STAR] = ACTIONS(2280), + [anon_sym_AMP] = ACTIONS(2280), + [anon_sym_SEMI] = ACTIONS(2280), + [anon_sym_extern] = ACTIONS(2278), + [anon_sym___attribute__] = ACTIONS(2278), + [anon_sym_COLON_COLON] = ACTIONS(2280), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), + [anon_sym___declspec] = ACTIONS(2278), + [anon_sym_LBRACE] = ACTIONS(2280), + [anon_sym_LBRACK] = ACTIONS(2278), + [anon_sym_static] = ACTIONS(2278), + [anon_sym_register] = ACTIONS(2278), + [anon_sym_inline] = ACTIONS(2278), + [anon_sym_thread_local] = ACTIONS(2278), + [anon_sym_const] = ACTIONS(2278), + [anon_sym_volatile] = ACTIONS(2278), + [anon_sym_restrict] = ACTIONS(2278), + [anon_sym__Atomic] = ACTIONS(2278), + [anon_sym_mutable] = ACTIONS(2278), + [anon_sym_constexpr] = ACTIONS(2278), + [anon_sym_signed] = ACTIONS(2278), + [anon_sym_unsigned] = ACTIONS(2278), + [anon_sym_long] = ACTIONS(2278), + [anon_sym_short] = ACTIONS(2278), + [sym_primitive_type] = ACTIONS(2278), + [anon_sym_enum] = ACTIONS(2278), + [anon_sym_class] = ACTIONS(2278), + [anon_sym_struct] = ACTIONS(2278), + [anon_sym_union] = ACTIONS(2278), + [anon_sym_if] = ACTIONS(2278), + [anon_sym_switch] = ACTIONS(2278), + [anon_sym_case] = ACTIONS(2278), + [anon_sym_default] = ACTIONS(2278), + [anon_sym_while] = ACTIONS(2278), + [anon_sym_do] = ACTIONS(2278), + [anon_sym_for] = ACTIONS(2278), + [anon_sym_return] = ACTIONS(2278), + [anon_sym_break] = ACTIONS(2278), + [anon_sym_continue] = ACTIONS(2278), + [anon_sym_goto] = ACTIONS(2278), + [anon_sym_DASH_DASH] = ACTIONS(2280), + [anon_sym_PLUS_PLUS] = ACTIONS(2280), + [anon_sym_sizeof] = ACTIONS(2278), + [sym_number_literal] = ACTIONS(2280), + [anon_sym_L_SQUOTE] = ACTIONS(2280), + [anon_sym_u_SQUOTE] = ACTIONS(2280), + [anon_sym_U_SQUOTE] = ACTIONS(2280), + [anon_sym_u8_SQUOTE] = ACTIONS(2280), + [anon_sym_SQUOTE] = ACTIONS(2280), + [anon_sym_L_DQUOTE] = ACTIONS(2280), + [anon_sym_u_DQUOTE] = ACTIONS(2280), + [anon_sym_U_DQUOTE] = ACTIONS(2280), + [anon_sym_u8_DQUOTE] = ACTIONS(2280), + [anon_sym_DQUOTE] = ACTIONS(2280), + [sym_true] = ACTIONS(2278), + [sym_false] = ACTIONS(2278), + [sym_null] = ACTIONS(2278), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2278), + [anon_sym_virtual] = ACTIONS(2278), + [sym_auto] = ACTIONS(2278), + [anon_sym_typename] = ACTIONS(2278), + [anon_sym_template] = ACTIONS(2278), + [anon_sym_delete] = ACTIONS(2278), + [anon_sym_throw] = ACTIONS(2278), + [anon_sym_co_return] = ACTIONS(2278), + [anon_sym_co_yield] = ACTIONS(2278), + [anon_sym_try] = ACTIONS(2278), + [anon_sym_co_await] = ACTIONS(2278), + [anon_sym_new] = ACTIONS(2278), + [sym_this] = ACTIONS(2278), + [sym_nullptr] = ACTIONS(2278), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2278), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2278), + [anon_sym_FORWARD] = ACTIONS(2278), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2278), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2278), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2278), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2278), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2278), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2278), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2278), + [anon_sym_PS_GET] = ACTIONS(2278), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2278), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2278), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2278), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2278), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2278), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2278), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2278), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2278), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2278), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2278), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2278), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2278), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2278), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2278), + [anon_sym_MOZ_COLD] = ACTIONS(2278), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2278), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2278), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2278), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2278), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2278), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2278), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2278), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2278), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2278), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2278), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2278), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2278), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2278), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2278), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2278), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2278), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2278), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2278), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2278), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_NONNULL] = ACTIONS(2278), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2278), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2278), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2278), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2278), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2278), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_NORETURN] = ACTIONS(2278), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2278), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2278), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2278), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2278), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2278), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2278), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2278), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2278), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2278), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), + [anon_sym_MOZ_RAII] = ACTIONS(2278), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2278), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2278), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2278), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2278), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2278), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2278), + [sym_raw_string_literal] = ACTIONS(2280), }, - [698] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [715] = { + [sym_identifier] = ACTIONS(1605), + [anon_sym_LPAREN2] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_STAR] = ACTIONS(1607), + [anon_sym_AMP] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym___attribute__] = ACTIONS(1605), + [anon_sym_COLON_COLON] = ACTIONS(1607), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1607), + [anon_sym___declspec] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_LBRACK] = ACTIONS(1605), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_thread_local] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym__Atomic] = ACTIONS(1605), + [anon_sym_mutable] = ACTIONS(1605), + [anon_sym_constexpr] = ACTIONS(1605), + [anon_sym_signed] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_class] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_else] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1607), + [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(1607), + [anon_sym_u_DQUOTE] = ACTIONS(1607), + [anon_sym_U_DQUOTE] = ACTIONS(1607), + [anon_sym_u8_DQUOTE] = ACTIONS(1607), + [anon_sym_DQUOTE] = ACTIONS(1607), + [sym_true] = ACTIONS(1605), + [sym_false] = ACTIONS(1605), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1605), + [anon_sym_virtual] = ACTIONS(1605), + [sym_auto] = ACTIONS(1605), + [anon_sym_typename] = ACTIONS(1605), + [anon_sym_template] = ACTIONS(1605), + [anon_sym_delete] = ACTIONS(1605), + [anon_sym_throw] = ACTIONS(1605), + [anon_sym_co_return] = ACTIONS(1605), + [anon_sym_co_yield] = ACTIONS(1605), + [anon_sym_try] = ACTIONS(1605), + [anon_sym_co_await] = ACTIONS(1605), + [anon_sym_new] = ACTIONS(1605), + [sym_this] = ACTIONS(1605), + [sym_nullptr] = ACTIONS(1605), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_FORWARD] = ACTIONS(1605), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1605), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_PS_GET] = ACTIONS(1605), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1605), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1605), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1605), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1605), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1605), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1605), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1605), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1605), + [anon_sym_MOZ_COLD] = ACTIONS(1605), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL] = ACTIONS(1605), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN] = ACTIONS(1605), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), + [anon_sym_MOZ_RAII] = ACTIONS(1605), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), + [sym_raw_string_literal] = ACTIONS(1607), }, - [699] = { - [sym__declaration_modifiers] = STATE(1082), - [sym__declaration_specifiers] = STATE(3571), - [sym_attribute_specifier] = STATE(1082), - [sym_attribute_declaration] = STATE(1082), - [sym_ms_declspec_modifier] = STATE(1082), - [sym_storage_class_specifier] = STATE(1082), - [sym_type_qualifier] = STATE(1082), - [sym__type_specifier] = STATE(1476), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1082), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1082), - [aux_sym_sized_type_specifier_repeat1] = STATE(1334), - [sym_identifier] = ACTIONS(2317), - [anon_sym_COMMA] = ACTIONS(2319), - [anon_sym_BANG] = ACTIONS(2321), - [anon_sym_TILDE] = ACTIONS(2319), - [anon_sym_DASH] = ACTIONS(2321), - [anon_sym_PLUS] = ACTIONS(2321), - [anon_sym_STAR] = ACTIONS(2321), - [anon_sym_SLASH] = ACTIONS(2321), - [anon_sym_PERCENT] = ACTIONS(2321), - [anon_sym_PIPE_PIPE] = ACTIONS(2319), - [anon_sym_AMP_AMP] = ACTIONS(2319), - [anon_sym_PIPE] = ACTIONS(2321), - [anon_sym_CARET] = ACTIONS(2321), - [anon_sym_AMP] = ACTIONS(2321), - [anon_sym_EQ_EQ] = ACTIONS(2319), - [anon_sym_BANG_EQ] = ACTIONS(2319), - [anon_sym_GT] = ACTIONS(2321), - [anon_sym_GT_EQ] = ACTIONS(2319), - [anon_sym_LT_EQ] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2321), - [anon_sym_LT_LT] = ACTIONS(2321), - [anon_sym_GT_GT] = ACTIONS(2321), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym_EQ] = ACTIONS(2321), - [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_signed] = ACTIONS(2325), - [anon_sym_unsigned] = ACTIONS(2325), - [anon_sym_long] = ACTIONS(2325), - [anon_sym_short] = ACTIONS(2325), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(2327), - [anon_sym_class] = ACTIONS(2329), - [anon_sym_struct] = ACTIONS(2331), - [anon_sym_union] = ACTIONS(2333), - [anon_sym_STAR_EQ] = ACTIONS(2319), - [anon_sym_SLASH_EQ] = ACTIONS(2319), - [anon_sym_PERCENT_EQ] = ACTIONS(2319), - [anon_sym_PLUS_EQ] = ACTIONS(2319), - [anon_sym_DASH_EQ] = ACTIONS(2319), - [anon_sym_LT_LT_EQ] = ACTIONS(2319), - [anon_sym_GT_GT_EQ] = ACTIONS(2319), - [anon_sym_AMP_EQ] = ACTIONS(2319), - [anon_sym_CARET_EQ] = ACTIONS(2319), - [anon_sym_PIPE_EQ] = ACTIONS(2319), - [anon_sym_DASH_DASH] = ACTIONS(2319), - [anon_sym_PLUS_PLUS] = ACTIONS(2319), - [anon_sym_DASH_GT] = ACTIONS(2321), + [716] = { + [sym_identifier] = ACTIONS(1649), + [anon_sym_LPAREN2] = ACTIONS(1651), + [anon_sym_BANG] = ACTIONS(1651), + [anon_sym_TILDE] = ACTIONS(1651), + [anon_sym_DASH] = ACTIONS(1649), + [anon_sym_PLUS] = ACTIONS(1649), + [anon_sym_STAR] = ACTIONS(1651), + [anon_sym_AMP] = ACTIONS(1651), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_typedef] = ACTIONS(1649), + [anon_sym_extern] = ACTIONS(1649), + [anon_sym___attribute__] = ACTIONS(1649), + [anon_sym_COLON_COLON] = ACTIONS(1651), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), + [anon_sym___declspec] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(1651), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_static] = ACTIONS(1649), + [anon_sym_register] = ACTIONS(1649), + [anon_sym_inline] = ACTIONS(1649), + [anon_sym_thread_local] = ACTIONS(1649), + [anon_sym_const] = ACTIONS(1649), + [anon_sym_volatile] = ACTIONS(1649), + [anon_sym_restrict] = ACTIONS(1649), + [anon_sym__Atomic] = ACTIONS(1649), + [anon_sym_mutable] = ACTIONS(1649), + [anon_sym_constexpr] = ACTIONS(1649), + [anon_sym_signed] = ACTIONS(1649), + [anon_sym_unsigned] = ACTIONS(1649), + [anon_sym_long] = ACTIONS(1649), + [anon_sym_short] = ACTIONS(1649), + [sym_primitive_type] = ACTIONS(1649), + [anon_sym_enum] = ACTIONS(1649), + [anon_sym_class] = ACTIONS(1649), + [anon_sym_struct] = ACTIONS(1649), + [anon_sym_union] = ACTIONS(1649), + [anon_sym_if] = ACTIONS(1649), + [anon_sym_else] = ACTIONS(1649), + [anon_sym_switch] = ACTIONS(1649), + [anon_sym_while] = ACTIONS(1649), + [anon_sym_do] = ACTIONS(1649), + [anon_sym_for] = ACTIONS(1649), + [anon_sym_return] = ACTIONS(1649), + [anon_sym_break] = ACTIONS(1649), + [anon_sym_continue] = ACTIONS(1649), + [anon_sym_goto] = ACTIONS(1649), + [anon_sym_DASH_DASH] = ACTIONS(1651), + [anon_sym_PLUS_PLUS] = ACTIONS(1651), + [anon_sym_sizeof] = ACTIONS(1649), + [sym_number_literal] = ACTIONS(1651), + [anon_sym_L_SQUOTE] = ACTIONS(1651), + [anon_sym_u_SQUOTE] = ACTIONS(1651), + [anon_sym_U_SQUOTE] = ACTIONS(1651), + [anon_sym_u8_SQUOTE] = ACTIONS(1651), + [anon_sym_SQUOTE] = ACTIONS(1651), + [anon_sym_L_DQUOTE] = ACTIONS(1651), + [anon_sym_u_DQUOTE] = ACTIONS(1651), + [anon_sym_U_DQUOTE] = ACTIONS(1651), + [anon_sym_u8_DQUOTE] = ACTIONS(1651), + [anon_sym_DQUOTE] = ACTIONS(1651), + [sym_true] = ACTIONS(1649), + [sym_false] = ACTIONS(1649), + [sym_null] = ACTIONS(1649), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2335), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2337), - [anon_sym_co_await] = ACTIONS(2321), - [anon_sym_new] = ACTIONS(2337), - [anon_sym_DASH_GT_STAR] = ACTIONS(2319), - [anon_sym_LPAREN_RPAREN] = ACTIONS(2319), - [anon_sym_LBRACK_RBRACK] = ACTIONS(2319), - [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2339), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_decltype] = ACTIONS(1649), + [anon_sym_virtual] = ACTIONS(1649), + [sym_auto] = ACTIONS(1649), + [anon_sym_typename] = ACTIONS(1649), + [anon_sym_template] = ACTIONS(1649), + [anon_sym_delete] = ACTIONS(1649), + [anon_sym_throw] = ACTIONS(1649), + [anon_sym_co_return] = ACTIONS(1649), + [anon_sym_co_yield] = ACTIONS(1649), + [anon_sym_try] = ACTIONS(1649), + [anon_sym_co_await] = ACTIONS(1649), + [anon_sym_new] = ACTIONS(1649), + [sym_this] = ACTIONS(1649), + [sym_nullptr] = ACTIONS(1649), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_FORWARD] = ACTIONS(1649), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_PS_GET] = ACTIONS(1649), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), + [anon_sym_MOZ_COLD] = ACTIONS(1649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL] = ACTIONS(1649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN] = ACTIONS(1649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), + [anon_sym_MOZ_RAII] = ACTIONS(1649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), + [sym_raw_string_literal] = ACTIONS(1651), }, - [700] = { - [sym_identifier] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_BANG] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [anon_sym_if] = ACTIONS(1577), - [anon_sym_else] = ACTIONS(1577), - [anon_sym_switch] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1577), - [anon_sym_do] = ACTIONS(1577), - [anon_sym_for] = ACTIONS(1577), - [anon_sym_return] = ACTIONS(1577), - [anon_sym_break] = ACTIONS(1577), - [anon_sym_continue] = ACTIONS(1577), - [anon_sym_goto] = ACTIONS(1577), - [anon_sym_DASH_DASH] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_sizeof] = ACTIONS(1577), - [sym_number_literal] = ACTIONS(1579), - [anon_sym_L_SQUOTE] = ACTIONS(1579), - [anon_sym_u_SQUOTE] = ACTIONS(1579), - [anon_sym_U_SQUOTE] = ACTIONS(1579), - [anon_sym_u8_SQUOTE] = ACTIONS(1579), - [anon_sym_SQUOTE] = ACTIONS(1579), - [anon_sym_L_DQUOTE] = ACTIONS(1579), - [anon_sym_u_DQUOTE] = ACTIONS(1579), - [anon_sym_U_DQUOTE] = ACTIONS(1579), - [anon_sym_u8_DQUOTE] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1577), + [717] = { + [sym_identifier] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1635), + [anon_sym_BANG] = ACTIONS(1635), + [anon_sym_TILDE] = ACTIONS(1635), + [anon_sym_DASH] = ACTIONS(1633), + [anon_sym_PLUS] = ACTIONS(1633), + [anon_sym_STAR] = ACTIONS(1635), + [anon_sym_AMP] = ACTIONS(1635), + [anon_sym_SEMI] = ACTIONS(1635), + [anon_sym_typedef] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym___attribute__] = ACTIONS(1633), + [anon_sym_COLON_COLON] = ACTIONS(1635), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), + [anon_sym___declspec] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1633), + [anon_sym_static] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_inline] = ACTIONS(1633), + [anon_sym_thread_local] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym_mutable] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_signed] = ACTIONS(1633), + [anon_sym_unsigned] = ACTIONS(1633), + [anon_sym_long] = ACTIONS(1633), + [anon_sym_short] = ACTIONS(1633), + [sym_primitive_type] = ACTIONS(1633), + [anon_sym_enum] = ACTIONS(1633), + [anon_sym_class] = ACTIONS(1633), + [anon_sym_struct] = ACTIONS(1633), + [anon_sym_union] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_switch] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_goto] = ACTIONS(1633), + [anon_sym_DASH_DASH] = ACTIONS(1635), + [anon_sym_PLUS_PLUS] = ACTIONS(1635), + [anon_sym_sizeof] = ACTIONS(1633), + [sym_number_literal] = ACTIONS(1635), + [anon_sym_L_SQUOTE] = ACTIONS(1635), + [anon_sym_u_SQUOTE] = ACTIONS(1635), + [anon_sym_U_SQUOTE] = ACTIONS(1635), + [anon_sym_u8_SQUOTE] = ACTIONS(1635), + [anon_sym_SQUOTE] = ACTIONS(1635), + [anon_sym_L_DQUOTE] = ACTIONS(1635), + [anon_sym_u_DQUOTE] = ACTIONS(1635), + [anon_sym_U_DQUOTE] = ACTIONS(1635), + [anon_sym_u8_DQUOTE] = ACTIONS(1635), + [anon_sym_DQUOTE] = ACTIONS(1635), + [sym_true] = ACTIONS(1633), + [sym_false] = ACTIONS(1633), + [sym_null] = ACTIONS(1633), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_delete] = ACTIONS(1577), - [anon_sym_throw] = ACTIONS(1577), - [anon_sym_co_return] = ACTIONS(1577), - [anon_sym_co_yield] = ACTIONS(1577), - [anon_sym_try] = ACTIONS(1577), - [anon_sym_co_await] = ACTIONS(1577), - [anon_sym_new] = ACTIONS(1577), - [sym_this] = ACTIONS(1577), - [sym_nullptr] = ACTIONS(1577), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_FORWARD] = ACTIONS(1577), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1577), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_PS_GET] = ACTIONS(1577), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1577), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1577), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1577), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - [sym_raw_string_literal] = ACTIONS(1579), + [anon_sym_decltype] = ACTIONS(1633), + [anon_sym_virtual] = ACTIONS(1633), + [sym_auto] = ACTIONS(1633), + [anon_sym_typename] = ACTIONS(1633), + [anon_sym_template] = ACTIONS(1633), + [anon_sym_delete] = ACTIONS(1633), + [anon_sym_throw] = ACTIONS(1633), + [anon_sym_co_return] = ACTIONS(1633), + [anon_sym_co_yield] = ACTIONS(1633), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_co_await] = ACTIONS(1633), + [anon_sym_new] = ACTIONS(1633), + [sym_this] = ACTIONS(1633), + [sym_nullptr] = ACTIONS(1633), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_FORWARD] = ACTIONS(1633), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_PS_GET] = ACTIONS(1633), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), + [anon_sym_MOZ_COLD] = ACTIONS(1633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL] = ACTIONS(1633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN] = ACTIONS(1633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), + [anon_sym_MOZ_RAII] = ACTIONS(1633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), + [sym_raw_string_literal] = ACTIONS(1635), }, - [701] = { + [718] = { [sym_identifier] = ACTIONS(1577), [anon_sym_LPAREN2] = ACTIONS(1579), [anon_sym_BANG] = ACTIONS(1579), @@ -167570,842 +170557,341 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), [sym_raw_string_literal] = ACTIONS(1579), }, - [702] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [703] = { - [sym_identifier] = ACTIONS(1691), - [anon_sym_LPAREN2] = ACTIONS(1693), - [anon_sym_BANG] = ACTIONS(1693), - [anon_sym_TILDE] = ACTIONS(1693), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1693), - [anon_sym_AMP] = ACTIONS(1693), - [anon_sym_SEMI] = ACTIONS(1693), - [anon_sym_typedef] = ACTIONS(1691), - [anon_sym_extern] = ACTIONS(1691), - [anon_sym___attribute__] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), - [anon_sym___declspec] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1693), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_static] = ACTIONS(1691), - [anon_sym_register] = ACTIONS(1691), - [anon_sym_inline] = ACTIONS(1691), - [anon_sym_thread_local] = ACTIONS(1691), - [anon_sym_const] = ACTIONS(1691), - [anon_sym_volatile] = ACTIONS(1691), - [anon_sym_restrict] = ACTIONS(1691), - [anon_sym__Atomic] = ACTIONS(1691), - [anon_sym_mutable] = ACTIONS(1691), - [anon_sym_constexpr] = ACTIONS(1691), - [anon_sym_signed] = ACTIONS(1691), - [anon_sym_unsigned] = ACTIONS(1691), - [anon_sym_long] = ACTIONS(1691), - [anon_sym_short] = ACTIONS(1691), - [sym_primitive_type] = ACTIONS(1691), - [anon_sym_enum] = ACTIONS(1691), - [anon_sym_class] = ACTIONS(1691), - [anon_sym_struct] = ACTIONS(1691), - [anon_sym_union] = ACTIONS(1691), - [anon_sym_if] = ACTIONS(1691), - [anon_sym_else] = ACTIONS(1691), - [anon_sym_switch] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1691), - [anon_sym_do] = ACTIONS(1691), - [anon_sym_for] = ACTIONS(1691), - [anon_sym_return] = ACTIONS(1691), - [anon_sym_break] = ACTIONS(1691), - [anon_sym_continue] = ACTIONS(1691), - [anon_sym_goto] = ACTIONS(1691), - [anon_sym_DASH_DASH] = ACTIONS(1693), - [anon_sym_PLUS_PLUS] = ACTIONS(1693), - [anon_sym_sizeof] = ACTIONS(1691), - [sym_number_literal] = ACTIONS(1693), - [anon_sym_L_SQUOTE] = ACTIONS(1693), - [anon_sym_u_SQUOTE] = ACTIONS(1693), - [anon_sym_U_SQUOTE] = ACTIONS(1693), - [anon_sym_u8_SQUOTE] = ACTIONS(1693), - [anon_sym_SQUOTE] = ACTIONS(1693), - [anon_sym_L_DQUOTE] = ACTIONS(1693), - [anon_sym_u_DQUOTE] = ACTIONS(1693), - [anon_sym_U_DQUOTE] = ACTIONS(1693), - [anon_sym_u8_DQUOTE] = ACTIONS(1693), - [anon_sym_DQUOTE] = ACTIONS(1693), - [sym_true] = ACTIONS(1691), - [sym_false] = ACTIONS(1691), - [sym_null] = ACTIONS(1691), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1691), - [anon_sym_virtual] = ACTIONS(1691), - [sym_auto] = ACTIONS(1691), - [anon_sym_typename] = ACTIONS(1691), - [anon_sym_template] = ACTIONS(1691), - [anon_sym_delete] = ACTIONS(1691), - [anon_sym_throw] = ACTIONS(1691), - [anon_sym_co_return] = ACTIONS(1691), - [anon_sym_co_yield] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1691), - [anon_sym_co_await] = ACTIONS(1691), - [anon_sym_new] = ACTIONS(1691), - [sym_this] = ACTIONS(1691), - [sym_nullptr] = ACTIONS(1691), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_FORWARD] = ACTIONS(1691), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_PS_GET] = ACTIONS(1691), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), - [anon_sym_MOZ_COLD] = ACTIONS(1691), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL] = ACTIONS(1691), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN] = ACTIONS(1691), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), - [anon_sym_MOZ_RAII] = ACTIONS(1691), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), - [sym_raw_string_literal] = ACTIONS(1693), - }, - [704] = { - [sym_identifier] = ACTIONS(1573), - [anon_sym_LPAREN2] = ACTIONS(1575), - [anon_sym_BANG] = ACTIONS(1575), - [anon_sym_TILDE] = ACTIONS(1575), - [anon_sym_DASH] = ACTIONS(1573), - [anon_sym_PLUS] = ACTIONS(1573), - [anon_sym_STAR] = ACTIONS(1575), - [anon_sym_AMP] = ACTIONS(1575), - [anon_sym_SEMI] = ACTIONS(1575), - [anon_sym_typedef] = ACTIONS(1573), - [anon_sym_extern] = ACTIONS(1573), - [anon_sym___attribute__] = ACTIONS(1573), - [anon_sym_COLON_COLON] = ACTIONS(1575), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1575), - [anon_sym___declspec] = ACTIONS(1573), - [anon_sym_LBRACE] = ACTIONS(1575), - [anon_sym_LBRACK] = ACTIONS(1573), - [anon_sym_static] = ACTIONS(1573), - [anon_sym_register] = ACTIONS(1573), - [anon_sym_inline] = ACTIONS(1573), - [anon_sym_thread_local] = ACTIONS(1573), - [anon_sym_const] = ACTIONS(1573), - [anon_sym_volatile] = ACTIONS(1573), - [anon_sym_restrict] = ACTIONS(1573), - [anon_sym__Atomic] = ACTIONS(1573), - [anon_sym_mutable] = ACTIONS(1573), - [anon_sym_constexpr] = ACTIONS(1573), - [anon_sym_signed] = ACTIONS(1573), - [anon_sym_unsigned] = ACTIONS(1573), - [anon_sym_long] = ACTIONS(1573), - [anon_sym_short] = ACTIONS(1573), - [sym_primitive_type] = ACTIONS(1573), - [anon_sym_enum] = ACTIONS(1573), - [anon_sym_class] = ACTIONS(1573), - [anon_sym_struct] = ACTIONS(1573), - [anon_sym_union] = ACTIONS(1573), - [anon_sym_if] = ACTIONS(1573), - [anon_sym_else] = ACTIONS(1573), - [anon_sym_switch] = ACTIONS(1573), - [anon_sym_while] = ACTIONS(1573), - [anon_sym_do] = ACTIONS(1573), - [anon_sym_for] = ACTIONS(1573), - [anon_sym_return] = ACTIONS(1573), - [anon_sym_break] = ACTIONS(1573), - [anon_sym_continue] = ACTIONS(1573), - [anon_sym_goto] = ACTIONS(1573), - [anon_sym_DASH_DASH] = ACTIONS(1575), - [anon_sym_PLUS_PLUS] = ACTIONS(1575), - [anon_sym_sizeof] = ACTIONS(1573), - [sym_number_literal] = ACTIONS(1575), - [anon_sym_L_SQUOTE] = ACTIONS(1575), - [anon_sym_u_SQUOTE] = ACTIONS(1575), - [anon_sym_U_SQUOTE] = ACTIONS(1575), - [anon_sym_u8_SQUOTE] = ACTIONS(1575), - [anon_sym_SQUOTE] = ACTIONS(1575), - [anon_sym_L_DQUOTE] = ACTIONS(1575), - [anon_sym_u_DQUOTE] = ACTIONS(1575), - [anon_sym_U_DQUOTE] = ACTIONS(1575), - [anon_sym_u8_DQUOTE] = ACTIONS(1575), - [anon_sym_DQUOTE] = ACTIONS(1575), - [sym_true] = ACTIONS(1573), - [sym_false] = ACTIONS(1573), - [sym_null] = ACTIONS(1573), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1573), - [anon_sym_virtual] = ACTIONS(1573), - [sym_auto] = ACTIONS(1573), - [anon_sym_typename] = ACTIONS(1573), - [anon_sym_template] = ACTIONS(1573), - [anon_sym_delete] = ACTIONS(1573), - [anon_sym_throw] = ACTIONS(1573), - [anon_sym_co_return] = ACTIONS(1573), - [anon_sym_co_yield] = ACTIONS(1573), - [anon_sym_try] = ACTIONS(1573), - [anon_sym_co_await] = ACTIONS(1573), - [anon_sym_new] = ACTIONS(1573), - [sym_this] = ACTIONS(1573), - [sym_nullptr] = ACTIONS(1573), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_FORWARD] = ACTIONS(1573), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1573), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_PS_GET] = ACTIONS(1573), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1573), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1573), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1573), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1573), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1573), - [anon_sym_MOZ_COLD] = ACTIONS(1573), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1573), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1573), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1573), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1573), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1573), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1573), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1573), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1573), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1573), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1573), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1573), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1573), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL] = ACTIONS(1573), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1573), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1573), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN] = ACTIONS(1573), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1573), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1573), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1573), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1573), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1573), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1573), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1573), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1573), - [anon_sym_MOZ_RAII] = ACTIONS(1573), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1573), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1573), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1573), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1573), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1573), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1573), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1573), - [sym_raw_string_literal] = ACTIONS(1575), - }, - [705] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [719] = { + [sym_identifier] = ACTIONS(1659), + [anon_sym_LPAREN2] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1661), + [anon_sym_TILDE] = ACTIONS(1661), + [anon_sym_DASH] = ACTIONS(1659), + [anon_sym_PLUS] = ACTIONS(1659), + [anon_sym_STAR] = ACTIONS(1661), + [anon_sym_AMP] = ACTIONS(1661), + [anon_sym_SEMI] = ACTIONS(1661), + [anon_sym_typedef] = ACTIONS(1659), + [anon_sym_extern] = ACTIONS(1659), + [anon_sym___attribute__] = ACTIONS(1659), + [anon_sym_COLON_COLON] = ACTIONS(1661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1661), + [anon_sym___declspec] = ACTIONS(1659), + [anon_sym_LBRACE] = ACTIONS(1661), + [anon_sym_LBRACK] = ACTIONS(1659), + [anon_sym_static] = ACTIONS(1659), + [anon_sym_register] = ACTIONS(1659), + [anon_sym_inline] = ACTIONS(1659), + [anon_sym_thread_local] = ACTIONS(1659), + [anon_sym_const] = ACTIONS(1659), + [anon_sym_volatile] = ACTIONS(1659), + [anon_sym_restrict] = ACTIONS(1659), + [anon_sym__Atomic] = ACTIONS(1659), + [anon_sym_mutable] = ACTIONS(1659), + [anon_sym_constexpr] = ACTIONS(1659), + [anon_sym_signed] = ACTIONS(1659), + [anon_sym_unsigned] = ACTIONS(1659), + [anon_sym_long] = ACTIONS(1659), + [anon_sym_short] = ACTIONS(1659), + [sym_primitive_type] = ACTIONS(1659), + [anon_sym_enum] = ACTIONS(1659), + [anon_sym_class] = ACTIONS(1659), + [anon_sym_struct] = ACTIONS(1659), + [anon_sym_union] = ACTIONS(1659), + [anon_sym_if] = ACTIONS(1659), + [anon_sym_else] = ACTIONS(1659), + [anon_sym_switch] = ACTIONS(1659), + [anon_sym_while] = ACTIONS(1659), + [anon_sym_do] = ACTIONS(1659), + [anon_sym_for] = ACTIONS(1659), + [anon_sym_return] = ACTIONS(1659), + [anon_sym_break] = ACTIONS(1659), + [anon_sym_continue] = ACTIONS(1659), + [anon_sym_goto] = ACTIONS(1659), + [anon_sym_DASH_DASH] = ACTIONS(1661), + [anon_sym_PLUS_PLUS] = ACTIONS(1661), + [anon_sym_sizeof] = ACTIONS(1659), + [sym_number_literal] = ACTIONS(1661), + [anon_sym_L_SQUOTE] = ACTIONS(1661), + [anon_sym_u_SQUOTE] = ACTIONS(1661), + [anon_sym_U_SQUOTE] = ACTIONS(1661), + [anon_sym_u8_SQUOTE] = ACTIONS(1661), + [anon_sym_SQUOTE] = ACTIONS(1661), + [anon_sym_L_DQUOTE] = ACTIONS(1661), + [anon_sym_u_DQUOTE] = ACTIONS(1661), + [anon_sym_U_DQUOTE] = ACTIONS(1661), + [anon_sym_u8_DQUOTE] = ACTIONS(1661), + [anon_sym_DQUOTE] = ACTIONS(1661), + [sym_true] = ACTIONS(1659), + [sym_false] = ACTIONS(1659), + [sym_null] = ACTIONS(1659), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1659), + [anon_sym_virtual] = ACTIONS(1659), + [sym_auto] = ACTIONS(1659), + [anon_sym_typename] = ACTIONS(1659), + [anon_sym_template] = ACTIONS(1659), + [anon_sym_delete] = ACTIONS(1659), + [anon_sym_throw] = ACTIONS(1659), + [anon_sym_co_return] = ACTIONS(1659), + [anon_sym_co_yield] = ACTIONS(1659), + [anon_sym_try] = ACTIONS(1659), + [anon_sym_co_await] = ACTIONS(1659), + [anon_sym_new] = ACTIONS(1659), + [sym_this] = ACTIONS(1659), + [sym_nullptr] = ACTIONS(1659), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_FORWARD] = ACTIONS(1659), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1659), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_PS_GET] = ACTIONS(1659), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1659), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1659), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1659), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1659), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1659), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1659), + [anon_sym_MOZ_COLD] = ACTIONS(1659), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1659), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1659), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1659), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1659), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1659), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1659), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1659), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1659), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1659), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1659), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1659), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1659), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL] = ACTIONS(1659), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1659), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1659), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN] = ACTIONS(1659), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1659), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1659), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1659), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1659), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1659), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1659), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1659), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1659), + [anon_sym_MOZ_RAII] = ACTIONS(1659), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1659), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1659), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1659), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1659), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1659), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1659), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1659), + [sym_raw_string_literal] = ACTIONS(1661), }, - [706] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [720] = { + [sym_identifier] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_else] = ACTIONS(1569), + [anon_sym_switch] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_do] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_continue] = ACTIONS(1569), + [anon_sym_goto] = ACTIONS(1569), + [anon_sym_DASH_DASH] = ACTIONS(1571), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_sizeof] = ACTIONS(1569), + [sym_number_literal] = ACTIONS(1571), + [anon_sym_L_SQUOTE] = ACTIONS(1571), + [anon_sym_u_SQUOTE] = ACTIONS(1571), + [anon_sym_U_SQUOTE] = ACTIONS(1571), + [anon_sym_u8_SQUOTE] = ACTIONS(1571), + [anon_sym_SQUOTE] = ACTIONS(1571), + [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(1569), + [sym_false] = ACTIONS(1569), + [sym_null] = ACTIONS(1569), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_delete] = ACTIONS(1569), + [anon_sym_throw] = ACTIONS(1569), + [anon_sym_co_return] = ACTIONS(1569), + [anon_sym_co_yield] = ACTIONS(1569), + [anon_sym_try] = ACTIONS(1569), + [anon_sym_co_await] = ACTIONS(1569), + [anon_sym_new] = ACTIONS(1569), + [sym_this] = ACTIONS(1569), + [sym_nullptr] = ACTIONS(1569), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_FORWARD] = ACTIONS(1569), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_PS_GET] = ACTIONS(1569), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), + [sym_raw_string_literal] = ACTIONS(1571), }, - [707] = { + [721] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -168572,7 +171058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [708] = { + [722] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -168739,174 +171225,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [709] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [723] = { + [sym__declaration_modifiers] = STATE(1223), + [sym__declaration_specifiers] = STATE(3594), + [sym_attribute_specifier] = STATE(1223), + [sym_attribute_declaration] = STATE(1223), + [sym_ms_declspec_modifier] = STATE(1223), + [sym_storage_class_specifier] = STATE(1223), + [sym_type_qualifier] = STATE(1223), + [sym__type_specifier] = STATE(1483), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1223), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1223), + [aux_sym_sized_type_specifier_repeat1] = STATE(1338), + [sym_identifier] = ACTIONS(2313), + [anon_sym_COMMA] = ACTIONS(2315), + [anon_sym_BANG] = ACTIONS(2317), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2317), + [anon_sym_STAR] = ACTIONS(2317), + [anon_sym_SLASH] = ACTIONS(2317), + [anon_sym_PERCENT] = ACTIONS(2317), + [anon_sym_PIPE_PIPE] = ACTIONS(2315), + [anon_sym_AMP_AMP] = ACTIONS(2315), + [anon_sym_PIPE] = ACTIONS(2317), + [anon_sym_CARET] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym_EQ_EQ] = ACTIONS(2315), + [anon_sym_BANG_EQ] = ACTIONS(2315), + [anon_sym_GT] = ACTIONS(2317), + [anon_sym_GT_EQ] = ACTIONS(2315), + [anon_sym_LT_EQ] = ACTIONS(2315), + [anon_sym_LT] = ACTIONS(2317), + [anon_sym_LT_LT] = ACTIONS(2317), + [anon_sym_GT_GT] = ACTIONS(2317), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_EQ] = ACTIONS(2317), + [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_signed] = ACTIONS(2321), + [anon_sym_unsigned] = ACTIONS(2321), + [anon_sym_long] = ACTIONS(2321), + [anon_sym_short] = ACTIONS(2321), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(2323), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_struct] = ACTIONS(2327), + [anon_sym_union] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2315), + [anon_sym_SLASH_EQ] = ACTIONS(2315), + [anon_sym_PERCENT_EQ] = ACTIONS(2315), + [anon_sym_PLUS_EQ] = ACTIONS(2315), + [anon_sym_DASH_EQ] = ACTIONS(2315), + [anon_sym_LT_LT_EQ] = ACTIONS(2315), + [anon_sym_GT_GT_EQ] = ACTIONS(2315), + [anon_sym_AMP_EQ] = ACTIONS(2315), + [anon_sym_CARET_EQ] = ACTIONS(2315), + [anon_sym_PIPE_EQ] = ACTIONS(2315), + [anon_sym_DASH_DASH] = ACTIONS(2315), + [anon_sym_PLUS_PLUS] = ACTIONS(2315), + [anon_sym_DASH_GT] = ACTIONS(2317), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(2331), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(2333), + [anon_sym_co_await] = ACTIONS(2317), + [anon_sym_new] = ACTIONS(2333), + [anon_sym_DASH_GT_STAR] = ACTIONS(2315), + [anon_sym_LPAREN_RPAREN] = ACTIONS(2315), + [anon_sym_LBRACK_RBRACK] = ACTIONS(2315), + [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2335), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [710] = { + [724] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -169073,7 +171559,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [711] = { + [725] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -169240,7 +171726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [712] = { + [726] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -169407,7 +171893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [713] = { + [727] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -169574,7 +172060,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [714] = { + [728] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -169741,7 +172227,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [715] = { + [729] = { + [sym_identifier] = ACTIONS(1671), + [anon_sym_LPAREN2] = ACTIONS(1673), + [anon_sym_BANG] = ACTIONS(1673), + [anon_sym_TILDE] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1673), + [anon_sym_SEMI] = ACTIONS(1673), + [anon_sym_typedef] = ACTIONS(1671), + [anon_sym_extern] = ACTIONS(1671), + [anon_sym___attribute__] = ACTIONS(1671), + [anon_sym_COLON_COLON] = ACTIONS(1673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1673), + [anon_sym___declspec] = ACTIONS(1671), + [anon_sym_LBRACE] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1671), + [anon_sym_register] = ACTIONS(1671), + [anon_sym_inline] = ACTIONS(1671), + [anon_sym_thread_local] = ACTIONS(1671), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_volatile] = ACTIONS(1671), + [anon_sym_restrict] = ACTIONS(1671), + [anon_sym__Atomic] = ACTIONS(1671), + [anon_sym_mutable] = ACTIONS(1671), + [anon_sym_constexpr] = ACTIONS(1671), + [anon_sym_signed] = ACTIONS(1671), + [anon_sym_unsigned] = ACTIONS(1671), + [anon_sym_long] = ACTIONS(1671), + [anon_sym_short] = ACTIONS(1671), + [sym_primitive_type] = ACTIONS(1671), + [anon_sym_enum] = ACTIONS(1671), + [anon_sym_class] = ACTIONS(1671), + [anon_sym_struct] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_if] = ACTIONS(1671), + [anon_sym_else] = ACTIONS(1671), + [anon_sym_switch] = ACTIONS(1671), + [anon_sym_while] = ACTIONS(1671), + [anon_sym_do] = ACTIONS(1671), + [anon_sym_for] = ACTIONS(1671), + [anon_sym_return] = ACTIONS(1671), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1671), + [anon_sym_goto] = ACTIONS(1671), + [anon_sym_DASH_DASH] = ACTIONS(1673), + [anon_sym_PLUS_PLUS] = ACTIONS(1673), + [anon_sym_sizeof] = ACTIONS(1671), + [sym_number_literal] = ACTIONS(1673), + [anon_sym_L_SQUOTE] = ACTIONS(1673), + [anon_sym_u_SQUOTE] = ACTIONS(1673), + [anon_sym_U_SQUOTE] = ACTIONS(1673), + [anon_sym_u8_SQUOTE] = ACTIONS(1673), + [anon_sym_SQUOTE] = ACTIONS(1673), + [anon_sym_L_DQUOTE] = ACTIONS(1673), + [anon_sym_u_DQUOTE] = ACTIONS(1673), + [anon_sym_U_DQUOTE] = ACTIONS(1673), + [anon_sym_u8_DQUOTE] = ACTIONS(1673), + [anon_sym_DQUOTE] = ACTIONS(1673), + [sym_true] = ACTIONS(1671), + [sym_false] = ACTIONS(1671), + [sym_null] = ACTIONS(1671), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1671), + [anon_sym_virtual] = ACTIONS(1671), + [sym_auto] = ACTIONS(1671), + [anon_sym_typename] = ACTIONS(1671), + [anon_sym_template] = ACTIONS(1671), + [anon_sym_delete] = ACTIONS(1671), + [anon_sym_throw] = ACTIONS(1671), + [anon_sym_co_return] = ACTIONS(1671), + [anon_sym_co_yield] = ACTIONS(1671), + [anon_sym_try] = ACTIONS(1671), + [anon_sym_co_await] = ACTIONS(1671), + [anon_sym_new] = ACTIONS(1671), + [sym_this] = ACTIONS(1671), + [sym_nullptr] = ACTIONS(1671), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_FORWARD] = ACTIONS(1671), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1671), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_PS_GET] = ACTIONS(1671), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1671), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1671), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1671), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1671), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1671), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1671), + [anon_sym_MOZ_COLD] = ACTIONS(1671), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1671), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1671), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1671), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1671), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1671), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1671), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1671), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1671), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1671), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1671), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1671), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1671), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL] = ACTIONS(1671), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1671), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1671), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN] = ACTIONS(1671), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1671), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1671), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1671), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1671), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1671), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1671), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1671), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1671), + [anon_sym_MOZ_RAII] = ACTIONS(1671), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1671), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1671), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1671), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1671), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1671), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1671), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1671), + [sym_raw_string_literal] = ACTIONS(1673), + }, + [730] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -169908,7 +172561,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [716] = { + [731] = { + [sym_identifier] = ACTIONS(1561), + [anon_sym_LPAREN2] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1563), + [anon_sym_TILDE] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1561), + [anon_sym_PLUS] = ACTIONS(1561), + [anon_sym_STAR] = ACTIONS(1563), + [anon_sym_AMP] = ACTIONS(1563), + [anon_sym_SEMI] = ACTIONS(1563), + [anon_sym_typedef] = ACTIONS(1561), + [anon_sym_extern] = ACTIONS(1561), + [anon_sym___attribute__] = ACTIONS(1561), + [anon_sym_COLON_COLON] = ACTIONS(1563), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1563), + [anon_sym___declspec] = ACTIONS(1561), + [anon_sym_LBRACE] = ACTIONS(1563), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_static] = ACTIONS(1561), + [anon_sym_register] = ACTIONS(1561), + [anon_sym_inline] = ACTIONS(1561), + [anon_sym_thread_local] = ACTIONS(1561), + [anon_sym_const] = ACTIONS(1561), + [anon_sym_volatile] = ACTIONS(1561), + [anon_sym_restrict] = ACTIONS(1561), + [anon_sym__Atomic] = ACTIONS(1561), + [anon_sym_mutable] = ACTIONS(1561), + [anon_sym_constexpr] = ACTIONS(1561), + [anon_sym_signed] = ACTIONS(1561), + [anon_sym_unsigned] = ACTIONS(1561), + [anon_sym_long] = ACTIONS(1561), + [anon_sym_short] = ACTIONS(1561), + [sym_primitive_type] = ACTIONS(1561), + [anon_sym_enum] = ACTIONS(1561), + [anon_sym_class] = ACTIONS(1561), + [anon_sym_struct] = ACTIONS(1561), + [anon_sym_union] = ACTIONS(1561), + [anon_sym_if] = ACTIONS(1561), + [anon_sym_else] = ACTIONS(1561), + [anon_sym_switch] = ACTIONS(1561), + [anon_sym_while] = ACTIONS(1561), + [anon_sym_do] = ACTIONS(1561), + [anon_sym_for] = ACTIONS(1561), + [anon_sym_return] = ACTIONS(1561), + [anon_sym_break] = ACTIONS(1561), + [anon_sym_continue] = ACTIONS(1561), + [anon_sym_goto] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_sizeof] = ACTIONS(1561), + [sym_number_literal] = ACTIONS(1563), + [anon_sym_L_SQUOTE] = ACTIONS(1563), + [anon_sym_u_SQUOTE] = ACTIONS(1563), + [anon_sym_U_SQUOTE] = ACTIONS(1563), + [anon_sym_u8_SQUOTE] = ACTIONS(1563), + [anon_sym_SQUOTE] = ACTIONS(1563), + [anon_sym_L_DQUOTE] = ACTIONS(1563), + [anon_sym_u_DQUOTE] = ACTIONS(1563), + [anon_sym_U_DQUOTE] = ACTIONS(1563), + [anon_sym_u8_DQUOTE] = ACTIONS(1563), + [anon_sym_DQUOTE] = ACTIONS(1563), + [sym_true] = ACTIONS(1561), + [sym_false] = ACTIONS(1561), + [sym_null] = ACTIONS(1561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1561), + [anon_sym_virtual] = ACTIONS(1561), + [sym_auto] = ACTIONS(1561), + [anon_sym_typename] = ACTIONS(1561), + [anon_sym_template] = ACTIONS(1561), + [anon_sym_delete] = ACTIONS(1561), + [anon_sym_throw] = ACTIONS(1561), + [anon_sym_co_return] = ACTIONS(1561), + [anon_sym_co_yield] = ACTIONS(1561), + [anon_sym_try] = ACTIONS(1561), + [anon_sym_co_await] = ACTIONS(1561), + [anon_sym_new] = ACTIONS(1561), + [sym_this] = ACTIONS(1561), + [sym_nullptr] = ACTIONS(1561), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_FORWARD] = ACTIONS(1561), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1561), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_PS_GET] = ACTIONS(1561), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1561), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1561), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1561), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1561), + [anon_sym_MOZ_COLD] = ACTIONS(1561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL] = ACTIONS(1561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN] = ACTIONS(1561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1561), + [anon_sym_MOZ_RAII] = ACTIONS(1561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1561), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1561), + [sym_raw_string_literal] = ACTIONS(1563), + }, + [732] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -170075,174 +172895,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [717] = { - [sym_identifier] = ACTIONS(1551), - [anon_sym_LPAREN2] = ACTIONS(1553), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_TILDE] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1553), - [anon_sym_typedef] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym___attribute__] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1553), - [anon_sym___declspec] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_static] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_inline] = ACTIONS(1551), - [anon_sym_thread_local] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_volatile] = ACTIONS(1551), - [anon_sym_restrict] = ACTIONS(1551), - [anon_sym__Atomic] = ACTIONS(1551), - [anon_sym_mutable] = ACTIONS(1551), - [anon_sym_constexpr] = ACTIONS(1551), - [anon_sym_signed] = ACTIONS(1551), - [anon_sym_unsigned] = ACTIONS(1551), - [anon_sym_long] = ACTIONS(1551), - [anon_sym_short] = ACTIONS(1551), - [sym_primitive_type] = ACTIONS(1551), - [anon_sym_enum] = ACTIONS(1551), - [anon_sym_class] = ACTIONS(1551), - [anon_sym_struct] = ACTIONS(1551), - [anon_sym_union] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_switch] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_goto] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1553), - [anon_sym_PLUS_PLUS] = ACTIONS(1553), - [anon_sym_sizeof] = ACTIONS(1551), - [sym_number_literal] = ACTIONS(1553), - [anon_sym_L_SQUOTE] = ACTIONS(1553), - [anon_sym_u_SQUOTE] = ACTIONS(1553), - [anon_sym_U_SQUOTE] = ACTIONS(1553), - [anon_sym_u8_SQUOTE] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1553), - [anon_sym_L_DQUOTE] = ACTIONS(1553), - [anon_sym_u_DQUOTE] = ACTIONS(1553), - [anon_sym_U_DQUOTE] = ACTIONS(1553), - [anon_sym_u8_DQUOTE] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym_true] = ACTIONS(1551), - [sym_false] = ACTIONS(1551), - [sym_null] = ACTIONS(1551), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1551), - [anon_sym_virtual] = ACTIONS(1551), - [sym_auto] = ACTIONS(1551), - [anon_sym_typename] = ACTIONS(1551), - [anon_sym_template] = ACTIONS(1551), - [anon_sym_delete] = ACTIONS(1551), - [anon_sym_throw] = ACTIONS(1551), - [anon_sym_co_return] = ACTIONS(1551), - [anon_sym_co_yield] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_co_await] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [sym_this] = ACTIONS(1551), - [sym_nullptr] = ACTIONS(1551), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_FORWARD] = ACTIONS(1551), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1551), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_PS_GET] = ACTIONS(1551), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1551), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1551), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1551), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1551), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1551), - [anon_sym_MOZ_COLD] = ACTIONS(1551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL] = ACTIONS(1551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN] = ACTIONS(1551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1551), - [anon_sym_MOZ_RAII] = ACTIONS(1551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1551), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1551), - [sym_raw_string_literal] = ACTIONS(1553), + [733] = { + [sym_identifier] = ACTIONS(1637), + [anon_sym_LPAREN2] = ACTIONS(1639), + [anon_sym_BANG] = ACTIONS(1639), + [anon_sym_TILDE] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1637), + [anon_sym_PLUS] = ACTIONS(1637), + [anon_sym_STAR] = ACTIONS(1639), + [anon_sym_AMP] = ACTIONS(1639), + [anon_sym_SEMI] = ACTIONS(1639), + [anon_sym_typedef] = ACTIONS(1637), + [anon_sym_extern] = ACTIONS(1637), + [anon_sym___attribute__] = ACTIONS(1637), + [anon_sym_COLON_COLON] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), + [anon_sym___declspec] = ACTIONS(1637), + [anon_sym_LBRACE] = ACTIONS(1639), + [anon_sym_LBRACK] = ACTIONS(1637), + [anon_sym_static] = ACTIONS(1637), + [anon_sym_register] = ACTIONS(1637), + [anon_sym_inline] = ACTIONS(1637), + [anon_sym_thread_local] = ACTIONS(1637), + [anon_sym_const] = ACTIONS(1637), + [anon_sym_volatile] = ACTIONS(1637), + [anon_sym_restrict] = ACTIONS(1637), + [anon_sym__Atomic] = ACTIONS(1637), + [anon_sym_mutable] = ACTIONS(1637), + [anon_sym_constexpr] = ACTIONS(1637), + [anon_sym_signed] = ACTIONS(1637), + [anon_sym_unsigned] = ACTIONS(1637), + [anon_sym_long] = ACTIONS(1637), + [anon_sym_short] = ACTIONS(1637), + [sym_primitive_type] = ACTIONS(1637), + [anon_sym_enum] = ACTIONS(1637), + [anon_sym_class] = ACTIONS(1637), + [anon_sym_struct] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1637), + [anon_sym_if] = ACTIONS(1637), + [anon_sym_else] = ACTIONS(1637), + [anon_sym_switch] = ACTIONS(1637), + [anon_sym_while] = ACTIONS(1637), + [anon_sym_do] = ACTIONS(1637), + [anon_sym_for] = ACTIONS(1637), + [anon_sym_return] = ACTIONS(1637), + [anon_sym_break] = ACTIONS(1637), + [anon_sym_continue] = ACTIONS(1637), + [anon_sym_goto] = ACTIONS(1637), + [anon_sym_DASH_DASH] = ACTIONS(1639), + [anon_sym_PLUS_PLUS] = ACTIONS(1639), + [anon_sym_sizeof] = ACTIONS(1637), + [sym_number_literal] = ACTIONS(1639), + [anon_sym_L_SQUOTE] = ACTIONS(1639), + [anon_sym_u_SQUOTE] = ACTIONS(1639), + [anon_sym_U_SQUOTE] = ACTIONS(1639), + [anon_sym_u8_SQUOTE] = ACTIONS(1639), + [anon_sym_SQUOTE] = ACTIONS(1639), + [anon_sym_L_DQUOTE] = ACTIONS(1639), + [anon_sym_u_DQUOTE] = ACTIONS(1639), + [anon_sym_U_DQUOTE] = ACTIONS(1639), + [anon_sym_u8_DQUOTE] = ACTIONS(1639), + [anon_sym_DQUOTE] = ACTIONS(1639), + [sym_true] = ACTIONS(1637), + [sym_false] = ACTIONS(1637), + [sym_null] = ACTIONS(1637), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1637), + [anon_sym_virtual] = ACTIONS(1637), + [sym_auto] = ACTIONS(1637), + [anon_sym_typename] = ACTIONS(1637), + [anon_sym_template] = ACTIONS(1637), + [anon_sym_delete] = ACTIONS(1637), + [anon_sym_throw] = ACTIONS(1637), + [anon_sym_co_return] = ACTIONS(1637), + [anon_sym_co_yield] = ACTIONS(1637), + [anon_sym_try] = ACTIONS(1637), + [anon_sym_co_await] = ACTIONS(1637), + [anon_sym_new] = ACTIONS(1637), + [sym_this] = ACTIONS(1637), + [sym_nullptr] = ACTIONS(1637), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_FORWARD] = ACTIONS(1637), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_PS_GET] = ACTIONS(1637), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), + [anon_sym_MOZ_COLD] = ACTIONS(1637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL] = ACTIONS(1637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN] = ACTIONS(1637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), + [anon_sym_MOZ_RAII] = ACTIONS(1637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), + [sym_raw_string_literal] = ACTIONS(1639), }, - [718] = { + [734] = { [sym_identifier] = ACTIONS(1565), [anon_sym_LPAREN2] = ACTIONS(1567), [anon_sym_BANG] = ACTIONS(1567), @@ -170409,7 +173229,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), [sym_raw_string_literal] = ACTIONS(1567), }, - [719] = { + [735] = { + [sym_identifier] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_BANG] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_DASH] = ACTIONS(1557), + [anon_sym_PLUS] = ACTIONS(1557), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1559), + [anon_sym_SEMI] = ACTIONS(1559), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [anon_sym_if] = ACTIONS(1557), + [anon_sym_else] = ACTIONS(1557), + [anon_sym_switch] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1557), + [anon_sym_do] = ACTIONS(1557), + [anon_sym_for] = ACTIONS(1557), + [anon_sym_return] = ACTIONS(1557), + [anon_sym_break] = ACTIONS(1557), + [anon_sym_continue] = ACTIONS(1557), + [anon_sym_goto] = ACTIONS(1557), + [anon_sym_DASH_DASH] = ACTIONS(1559), + [anon_sym_PLUS_PLUS] = ACTIONS(1559), + [anon_sym_sizeof] = ACTIONS(1557), + [sym_number_literal] = ACTIONS(1559), + [anon_sym_L_SQUOTE] = ACTIONS(1559), + [anon_sym_u_SQUOTE] = ACTIONS(1559), + [anon_sym_U_SQUOTE] = ACTIONS(1559), + [anon_sym_u8_SQUOTE] = ACTIONS(1559), + [anon_sym_SQUOTE] = ACTIONS(1559), + [anon_sym_L_DQUOTE] = ACTIONS(1559), + [anon_sym_u_DQUOTE] = ACTIONS(1559), + [anon_sym_U_DQUOTE] = ACTIONS(1559), + [anon_sym_u8_DQUOTE] = ACTIONS(1559), + [anon_sym_DQUOTE] = ACTIONS(1559), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_delete] = ACTIONS(1557), + [anon_sym_throw] = ACTIONS(1557), + [anon_sym_co_return] = ACTIONS(1557), + [anon_sym_co_yield] = ACTIONS(1557), + [anon_sym_try] = ACTIONS(1557), + [anon_sym_co_await] = ACTIONS(1557), + [anon_sym_new] = ACTIONS(1557), + [sym_this] = ACTIONS(1557), + [sym_nullptr] = ACTIONS(1557), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_FORWARD] = ACTIONS(1557), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1557), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_PS_GET] = ACTIONS(1557), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1557), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1557), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1557), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), + [sym_raw_string_literal] = ACTIONS(1559), + }, + [736] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -170576,174 +173563,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [720] = { - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1535), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym___attribute__] = ACTIONS(1533), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), - [anon_sym___declspec] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_register] = ACTIONS(1533), - [anon_sym_inline] = ACTIONS(1533), - [anon_sym_thread_local] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_volatile] = ACTIONS(1533), - [anon_sym_restrict] = ACTIONS(1533), - [anon_sym__Atomic] = ACTIONS(1533), - [anon_sym_mutable] = ACTIONS(1533), - [anon_sym_constexpr] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1533), - [anon_sym_unsigned] = ACTIONS(1533), - [anon_sym_long] = ACTIONS(1533), - [anon_sym_short] = ACTIONS(1533), - [sym_primitive_type] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_goto] = ACTIONS(1533), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_sizeof] = ACTIONS(1533), - [sym_number_literal] = ACTIONS(1535), - [anon_sym_L_SQUOTE] = ACTIONS(1535), - [anon_sym_u_SQUOTE] = ACTIONS(1535), - [anon_sym_U_SQUOTE] = ACTIONS(1535), - [anon_sym_u8_SQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [anon_sym_L_DQUOTE] = ACTIONS(1535), - [anon_sym_u_DQUOTE] = ACTIONS(1535), - [anon_sym_U_DQUOTE] = ACTIONS(1535), - [anon_sym_u8_DQUOTE] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), + [737] = { + [sym_identifier] = ACTIONS(1653), + [anon_sym_LPAREN2] = ACTIONS(1655), + [anon_sym_BANG] = ACTIONS(1655), + [anon_sym_TILDE] = ACTIONS(1655), + [anon_sym_DASH] = ACTIONS(1653), + [anon_sym_PLUS] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1655), + [anon_sym_SEMI] = ACTIONS(1655), + [anon_sym_typedef] = ACTIONS(1653), + [anon_sym_extern] = ACTIONS(1653), + [anon_sym___attribute__] = ACTIONS(1653), + [anon_sym_COLON_COLON] = ACTIONS(1655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), + [anon_sym___declspec] = ACTIONS(1653), + [anon_sym_LBRACE] = ACTIONS(1655), + [anon_sym_LBRACK] = ACTIONS(1653), + [anon_sym_static] = ACTIONS(1653), + [anon_sym_register] = ACTIONS(1653), + [anon_sym_inline] = ACTIONS(1653), + [anon_sym_thread_local] = ACTIONS(1653), + [anon_sym_const] = ACTIONS(1653), + [anon_sym_volatile] = ACTIONS(1653), + [anon_sym_restrict] = ACTIONS(1653), + [anon_sym__Atomic] = ACTIONS(1653), + [anon_sym_mutable] = ACTIONS(1653), + [anon_sym_constexpr] = ACTIONS(1653), + [anon_sym_signed] = ACTIONS(1653), + [anon_sym_unsigned] = ACTIONS(1653), + [anon_sym_long] = ACTIONS(1653), + [anon_sym_short] = ACTIONS(1653), + [sym_primitive_type] = ACTIONS(1653), + [anon_sym_enum] = ACTIONS(1653), + [anon_sym_class] = ACTIONS(1653), + [anon_sym_struct] = ACTIONS(1653), + [anon_sym_union] = ACTIONS(1653), + [anon_sym_if] = ACTIONS(1653), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_switch] = ACTIONS(1653), + [anon_sym_while] = ACTIONS(1653), + [anon_sym_do] = ACTIONS(1653), + [anon_sym_for] = ACTIONS(1653), + [anon_sym_return] = ACTIONS(1653), + [anon_sym_break] = ACTIONS(1653), + [anon_sym_continue] = ACTIONS(1653), + [anon_sym_goto] = ACTIONS(1653), + [anon_sym_DASH_DASH] = ACTIONS(1655), + [anon_sym_PLUS_PLUS] = ACTIONS(1655), + [anon_sym_sizeof] = ACTIONS(1653), + [sym_number_literal] = ACTIONS(1655), + [anon_sym_L_SQUOTE] = ACTIONS(1655), + [anon_sym_u_SQUOTE] = ACTIONS(1655), + [anon_sym_U_SQUOTE] = ACTIONS(1655), + [anon_sym_u8_SQUOTE] = ACTIONS(1655), + [anon_sym_SQUOTE] = ACTIONS(1655), + [anon_sym_L_DQUOTE] = ACTIONS(1655), + [anon_sym_u_DQUOTE] = ACTIONS(1655), + [anon_sym_U_DQUOTE] = ACTIONS(1655), + [anon_sym_u8_DQUOTE] = ACTIONS(1655), + [anon_sym_DQUOTE] = ACTIONS(1655), + [sym_true] = ACTIONS(1653), + [sym_false] = ACTIONS(1653), + [sym_null] = ACTIONS(1653), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1653), + [anon_sym_virtual] = ACTIONS(1653), + [sym_auto] = ACTIONS(1653), + [anon_sym_typename] = ACTIONS(1653), + [anon_sym_template] = ACTIONS(1653), + [anon_sym_delete] = ACTIONS(1653), + [anon_sym_throw] = ACTIONS(1653), + [anon_sym_co_return] = ACTIONS(1653), + [anon_sym_co_yield] = ACTIONS(1653), + [anon_sym_try] = ACTIONS(1653), + [anon_sym_co_await] = ACTIONS(1653), + [anon_sym_new] = ACTIONS(1653), + [sym_this] = ACTIONS(1653), + [sym_nullptr] = ACTIONS(1653), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_FORWARD] = ACTIONS(1653), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_PS_GET] = ACTIONS(1653), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), + [anon_sym_MOZ_COLD] = ACTIONS(1653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL] = ACTIONS(1653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN] = ACTIONS(1653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), + [anon_sym_MOZ_RAII] = ACTIONS(1653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), + [sym_raw_string_literal] = ACTIONS(1655), }, - [721] = { + [738] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -170910,7 +173897,508 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [722] = { + [739] = { + [sym_identifier] = ACTIONS(1663), + [anon_sym_LPAREN2] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_AMP] = ACTIONS(1665), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym___attribute__] = ACTIONS(1663), + [anon_sym_COLON_COLON] = ACTIONS(1665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1665), + [anon_sym___declspec] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1663), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_thread_local] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_mutable] = ACTIONS(1663), + [anon_sym_constexpr] = ACTIONS(1663), + [anon_sym_signed] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_class] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [anon_sym_L_SQUOTE] = ACTIONS(1665), + [anon_sym_u_SQUOTE] = ACTIONS(1665), + [anon_sym_U_SQUOTE] = ACTIONS(1665), + [anon_sym_u8_SQUOTE] = ACTIONS(1665), + [anon_sym_SQUOTE] = ACTIONS(1665), + [anon_sym_L_DQUOTE] = ACTIONS(1665), + [anon_sym_u_DQUOTE] = ACTIONS(1665), + [anon_sym_U_DQUOTE] = ACTIONS(1665), + [anon_sym_u8_DQUOTE] = ACTIONS(1665), + [anon_sym_DQUOTE] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1663), + [anon_sym_virtual] = ACTIONS(1663), + [sym_auto] = ACTIONS(1663), + [anon_sym_typename] = ACTIONS(1663), + [anon_sym_template] = ACTIONS(1663), + [anon_sym_delete] = ACTIONS(1663), + [anon_sym_throw] = ACTIONS(1663), + [anon_sym_co_return] = ACTIONS(1663), + [anon_sym_co_yield] = ACTIONS(1663), + [anon_sym_try] = ACTIONS(1663), + [anon_sym_co_await] = ACTIONS(1663), + [anon_sym_new] = ACTIONS(1663), + [sym_this] = ACTIONS(1663), + [sym_nullptr] = ACTIONS(1663), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_FORWARD] = ACTIONS(1663), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1663), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_PS_GET] = ACTIONS(1663), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1663), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1663), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1663), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1663), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1663), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1663), + [anon_sym_MOZ_COLD] = ACTIONS(1663), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1663), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1663), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1663), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1663), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1663), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1663), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1663), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1663), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1663), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1663), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1663), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1663), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL] = ACTIONS(1663), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1663), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1663), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN] = ACTIONS(1663), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1663), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1663), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1663), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1663), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1663), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1663), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1663), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1663), + [anon_sym_MOZ_RAII] = ACTIONS(1663), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1663), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1663), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1663), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1663), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1663), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1663), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1663), + [sym_raw_string_literal] = ACTIONS(1665), + }, + [740] = { + [sym_identifier] = ACTIONS(2264), + [anon_sym_LPAREN2] = ACTIONS(2270), + [anon_sym_BANG] = ACTIONS(2270), + [anon_sym_TILDE] = ACTIONS(2270), + [anon_sym_DASH] = ACTIONS(2272), + [anon_sym_PLUS] = ACTIONS(2272), + [anon_sym_STAR] = ACTIONS(2270), + [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_SEMI] = ACTIONS(2270), + [anon_sym_extern] = ACTIONS(2276), + [anon_sym___attribute__] = ACTIONS(2276), + [anon_sym_COLON_COLON] = ACTIONS(2267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2267), + [anon_sym___declspec] = ACTIONS(2276), + [anon_sym_LBRACE] = ACTIONS(2270), + [anon_sym_LBRACK] = ACTIONS(2272), + [anon_sym_static] = ACTIONS(2276), + [anon_sym_register] = ACTIONS(2276), + [anon_sym_inline] = ACTIONS(2276), + [anon_sym_thread_local] = ACTIONS(2276), + [anon_sym_const] = ACTIONS(2276), + [anon_sym_volatile] = ACTIONS(2276), + [anon_sym_restrict] = ACTIONS(2276), + [anon_sym__Atomic] = ACTIONS(2276), + [anon_sym_mutable] = ACTIONS(2276), + [anon_sym_constexpr] = ACTIONS(2276), + [anon_sym_signed] = ACTIONS(2276), + [anon_sym_unsigned] = ACTIONS(2276), + [anon_sym_long] = ACTIONS(2276), + [anon_sym_short] = ACTIONS(2276), + [sym_primitive_type] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2276), + [anon_sym_class] = ACTIONS(2276), + [anon_sym_struct] = ACTIONS(2276), + [anon_sym_union] = ACTIONS(2276), + [anon_sym_if] = ACTIONS(2272), + [anon_sym_switch] = ACTIONS(2272), + [anon_sym_case] = ACTIONS(2272), + [anon_sym_default] = ACTIONS(2272), + [anon_sym_while] = ACTIONS(2272), + [anon_sym_do] = ACTIONS(2272), + [anon_sym_for] = ACTIONS(2272), + [anon_sym_return] = ACTIONS(2272), + [anon_sym_break] = ACTIONS(2272), + [anon_sym_continue] = ACTIONS(2272), + [anon_sym_goto] = ACTIONS(2272), + [anon_sym_DASH_DASH] = ACTIONS(2270), + [anon_sym_PLUS_PLUS] = ACTIONS(2270), + [anon_sym_sizeof] = ACTIONS(2272), + [sym_number_literal] = ACTIONS(2270), + [anon_sym_L_SQUOTE] = ACTIONS(2270), + [anon_sym_u_SQUOTE] = ACTIONS(2270), + [anon_sym_U_SQUOTE] = ACTIONS(2270), + [anon_sym_u8_SQUOTE] = ACTIONS(2270), + [anon_sym_SQUOTE] = ACTIONS(2270), + [anon_sym_L_DQUOTE] = ACTIONS(2270), + [anon_sym_u_DQUOTE] = ACTIONS(2270), + [anon_sym_U_DQUOTE] = ACTIONS(2270), + [anon_sym_u8_DQUOTE] = ACTIONS(2270), + [anon_sym_DQUOTE] = ACTIONS(2270), + [sym_true] = ACTIONS(2272), + [sym_false] = ACTIONS(2272), + [sym_null] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2276), + [anon_sym_virtual] = ACTIONS(2276), + [sym_auto] = ACTIONS(2276), + [anon_sym_typename] = ACTIONS(2276), + [anon_sym_template] = ACTIONS(2264), + [anon_sym_delete] = ACTIONS(2272), + [anon_sym_throw] = ACTIONS(2272), + [anon_sym_co_return] = ACTIONS(2272), + [anon_sym_co_yield] = ACTIONS(2272), + [anon_sym_try] = ACTIONS(2272), + [anon_sym_co_await] = ACTIONS(2272), + [anon_sym_new] = ACTIONS(2272), + [sym_this] = ACTIONS(2272), + [sym_nullptr] = ACTIONS(2272), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2272), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2272), + [anon_sym_FORWARD] = ACTIONS(2272), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2272), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2272), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2272), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2272), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2272), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2272), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2272), + [anon_sym_PS_GET] = ACTIONS(2272), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2272), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2272), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2272), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2272), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2272), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2272), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2276), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2276), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2276), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2276), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2276), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2276), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2276), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2276), + [anon_sym_MOZ_COLD] = ACTIONS(2276), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2276), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2276), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2276), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2276), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2276), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2276), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2276), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2276), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2276), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2276), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2276), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2276), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2276), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2276), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2276), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2276), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2276), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2276), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2276), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2276), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2276), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2276), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2276), + [anon_sym_MOZ_NONNULL] = ACTIONS(2276), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2276), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2276), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2276), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2276), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2276), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2276), + [anon_sym_MOZ_NORETURN] = ACTIONS(2276), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2276), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2276), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2276), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2276), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2276), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2276), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2276), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2276), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2276), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2276), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2276), + [anon_sym_MOZ_RAII] = ACTIONS(2276), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2276), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2276), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2276), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2276), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2276), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2276), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2276), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2276), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2276), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2276), + [sym_raw_string_literal] = ACTIONS(2270), + }, + [741] = { + [sym_identifier] = ACTIONS(2260), + [anon_sym_LPAREN2] = ACTIONS(2262), + [anon_sym_BANG] = ACTIONS(2262), + [anon_sym_TILDE] = ACTIONS(2262), + [anon_sym_DASH] = ACTIONS(2260), + [anon_sym_PLUS] = ACTIONS(2260), + [anon_sym_STAR] = ACTIONS(2262), + [anon_sym_AMP] = ACTIONS(2262), + [anon_sym_SEMI] = ACTIONS(2262), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_COLON_COLON] = ACTIONS(2262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym_LBRACE] = ACTIONS(2262), + [anon_sym_LBRACK] = ACTIONS(2260), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym_mutable] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_signed] = ACTIONS(2260), + [anon_sym_unsigned] = ACTIONS(2260), + [anon_sym_long] = ACTIONS(2260), + [anon_sym_short] = ACTIONS(2260), + [sym_primitive_type] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_class] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [anon_sym_if] = ACTIONS(2260), + [anon_sym_switch] = ACTIONS(2260), + [anon_sym_case] = ACTIONS(2260), + [anon_sym_default] = ACTIONS(2260), + [anon_sym_while] = ACTIONS(2260), + [anon_sym_do] = ACTIONS(2260), + [anon_sym_for] = ACTIONS(2260), + [anon_sym_return] = ACTIONS(2260), + [anon_sym_break] = ACTIONS(2260), + [anon_sym_continue] = ACTIONS(2260), + [anon_sym_goto] = ACTIONS(2260), + [anon_sym_DASH_DASH] = ACTIONS(2262), + [anon_sym_PLUS_PLUS] = ACTIONS(2262), + [anon_sym_sizeof] = ACTIONS(2260), + [sym_number_literal] = ACTIONS(2262), + [anon_sym_L_SQUOTE] = ACTIONS(2262), + [anon_sym_u_SQUOTE] = ACTIONS(2262), + [anon_sym_U_SQUOTE] = ACTIONS(2262), + [anon_sym_u8_SQUOTE] = ACTIONS(2262), + [anon_sym_SQUOTE] = ACTIONS(2262), + [anon_sym_L_DQUOTE] = ACTIONS(2262), + [anon_sym_u_DQUOTE] = ACTIONS(2262), + [anon_sym_U_DQUOTE] = ACTIONS(2262), + [anon_sym_u8_DQUOTE] = ACTIONS(2262), + [anon_sym_DQUOTE] = ACTIONS(2262), + [sym_true] = ACTIONS(2260), + [sym_false] = ACTIONS(2260), + [sym_null] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2260), + [anon_sym_virtual] = ACTIONS(2260), + [sym_auto] = ACTIONS(2260), + [anon_sym_typename] = ACTIONS(2260), + [anon_sym_template] = ACTIONS(2260), + [anon_sym_delete] = ACTIONS(2260), + [anon_sym_throw] = ACTIONS(2260), + [anon_sym_co_return] = ACTIONS(2260), + [anon_sym_co_yield] = ACTIONS(2260), + [anon_sym_try] = ACTIONS(2260), + [anon_sym_co_await] = ACTIONS(2260), + [anon_sym_new] = ACTIONS(2260), + [sym_this] = ACTIONS(2260), + [sym_nullptr] = ACTIONS(2260), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_FORWARD] = ACTIONS(2260), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2260), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_PS_GET] = ACTIONS(2260), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2260), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2260), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2260), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2260), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2260), + [anon_sym_MOZ_COLD] = ACTIONS(2260), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2260), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2260), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2260), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2260), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2260), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2260), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2260), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2260), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2260), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2260), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2260), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2260), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_RAII] = ACTIONS(2260), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2260), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2260), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2260), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2260), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2260), + [sym_raw_string_literal] = ACTIONS(2262), + }, + [742] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -171077,7 +174565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [723] = { + [743] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -171244,675 +174732,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [724] = { - [sym_identifier] = ACTIONS(2278), - [anon_sym_LPAREN2] = ACTIONS(2280), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2280), - [anon_sym_DASH] = ACTIONS(2278), - [anon_sym_PLUS] = ACTIONS(2278), - [anon_sym_STAR] = ACTIONS(2280), - [anon_sym_AMP] = ACTIONS(2280), - [anon_sym_SEMI] = ACTIONS(2280), - [anon_sym_extern] = ACTIONS(2278), - [anon_sym___attribute__] = ACTIONS(2278), - [anon_sym_COLON_COLON] = ACTIONS(2280), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), - [anon_sym___declspec] = ACTIONS(2278), - [anon_sym_LBRACE] = ACTIONS(2280), - [anon_sym_LBRACK] = ACTIONS(2278), - [anon_sym_static] = ACTIONS(2278), - [anon_sym_register] = ACTIONS(2278), - [anon_sym_inline] = ACTIONS(2278), - [anon_sym_thread_local] = ACTIONS(2278), - [anon_sym_const] = ACTIONS(2278), - [anon_sym_volatile] = ACTIONS(2278), - [anon_sym_restrict] = ACTIONS(2278), - [anon_sym__Atomic] = ACTIONS(2278), - [anon_sym_mutable] = ACTIONS(2278), - [anon_sym_constexpr] = ACTIONS(2278), - [anon_sym_signed] = ACTIONS(2278), - [anon_sym_unsigned] = ACTIONS(2278), - [anon_sym_long] = ACTIONS(2278), - [anon_sym_short] = ACTIONS(2278), - [sym_primitive_type] = ACTIONS(2278), - [anon_sym_enum] = ACTIONS(2278), - [anon_sym_class] = ACTIONS(2278), - [anon_sym_struct] = ACTIONS(2278), - [anon_sym_union] = ACTIONS(2278), - [anon_sym_if] = ACTIONS(2278), - [anon_sym_switch] = ACTIONS(2278), - [anon_sym_case] = ACTIONS(2278), - [anon_sym_default] = ACTIONS(2278), - [anon_sym_while] = ACTIONS(2278), - [anon_sym_do] = ACTIONS(2278), - [anon_sym_for] = ACTIONS(2278), - [anon_sym_return] = ACTIONS(2278), - [anon_sym_break] = ACTIONS(2278), - [anon_sym_continue] = ACTIONS(2278), - [anon_sym_goto] = ACTIONS(2278), - [anon_sym_DASH_DASH] = ACTIONS(2280), - [anon_sym_PLUS_PLUS] = ACTIONS(2280), - [anon_sym_sizeof] = ACTIONS(2278), - [sym_number_literal] = ACTIONS(2280), - [anon_sym_L_SQUOTE] = ACTIONS(2280), - [anon_sym_u_SQUOTE] = ACTIONS(2280), - [anon_sym_U_SQUOTE] = ACTIONS(2280), - [anon_sym_u8_SQUOTE] = ACTIONS(2280), - [anon_sym_SQUOTE] = ACTIONS(2280), - [anon_sym_L_DQUOTE] = ACTIONS(2280), - [anon_sym_u_DQUOTE] = ACTIONS(2280), - [anon_sym_U_DQUOTE] = ACTIONS(2280), - [anon_sym_u8_DQUOTE] = ACTIONS(2280), - [anon_sym_DQUOTE] = ACTIONS(2280), - [sym_true] = ACTIONS(2278), - [sym_false] = ACTIONS(2278), - [sym_null] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2278), - [anon_sym_virtual] = ACTIONS(2278), - [sym_auto] = ACTIONS(2278), - [anon_sym_typename] = ACTIONS(2278), - [anon_sym_template] = ACTIONS(2278), - [anon_sym_delete] = ACTIONS(2278), - [anon_sym_throw] = ACTIONS(2278), - [anon_sym_co_return] = ACTIONS(2278), - [anon_sym_co_yield] = ACTIONS(2278), - [anon_sym_try] = ACTIONS(2278), - [anon_sym_co_await] = ACTIONS(2278), - [anon_sym_new] = ACTIONS(2278), - [sym_this] = ACTIONS(2278), - [sym_nullptr] = ACTIONS(2278), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2278), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2278), - [anon_sym_FORWARD] = ACTIONS(2278), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2278), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2278), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2278), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2278), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2278), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2278), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2278), - [anon_sym_PS_GET] = ACTIONS(2278), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2278), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2278), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2278), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2278), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2278), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2278), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2278), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2278), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2278), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2278), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2278), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2278), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2278), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2278), - [anon_sym_MOZ_COLD] = ACTIONS(2278), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2278), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2278), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2278), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2278), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2278), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2278), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2278), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2278), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2278), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2278), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2278), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2278), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2278), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2278), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2278), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2278), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2278), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2278), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2278), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_NONNULL] = ACTIONS(2278), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2278), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2278), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2278), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2278), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2278), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_NORETURN] = ACTIONS(2278), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2278), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2278), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2278), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2278), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2278), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2278), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2278), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2278), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2278), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), - [anon_sym_MOZ_RAII] = ACTIONS(2278), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2278), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2278), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2278), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2278), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2278), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2278), - [sym_raw_string_literal] = ACTIONS(2280), - }, - [725] = { - [sym_identifier] = ACTIONS(1683), - [anon_sym_LPAREN2] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1685), - [anon_sym_TILDE] = ACTIONS(1685), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1685), - [anon_sym_AMP] = ACTIONS(1685), - [anon_sym_SEMI] = ACTIONS(1685), - [anon_sym_typedef] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym___attribute__] = ACTIONS(1683), - [anon_sym_COLON_COLON] = ACTIONS(1685), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), - [anon_sym___declspec] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_static] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_inline] = ACTIONS(1683), - [anon_sym_thread_local] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [anon_sym_volatile] = ACTIONS(1683), - [anon_sym_restrict] = ACTIONS(1683), - [anon_sym__Atomic] = ACTIONS(1683), - [anon_sym_mutable] = ACTIONS(1683), - [anon_sym_constexpr] = ACTIONS(1683), - [anon_sym_signed] = ACTIONS(1683), - [anon_sym_unsigned] = ACTIONS(1683), - [anon_sym_long] = ACTIONS(1683), - [anon_sym_short] = ACTIONS(1683), - [sym_primitive_type] = ACTIONS(1683), - [anon_sym_enum] = ACTIONS(1683), - [anon_sym_class] = ACTIONS(1683), - [anon_sym_struct] = ACTIONS(1683), - [anon_sym_union] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_else] = ACTIONS(1683), - [anon_sym_switch] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_goto] = ACTIONS(1683), - [anon_sym_DASH_DASH] = ACTIONS(1685), - [anon_sym_PLUS_PLUS] = ACTIONS(1685), - [anon_sym_sizeof] = ACTIONS(1683), - [sym_number_literal] = ACTIONS(1685), - [anon_sym_L_SQUOTE] = ACTIONS(1685), - [anon_sym_u_SQUOTE] = ACTIONS(1685), - [anon_sym_U_SQUOTE] = ACTIONS(1685), - [anon_sym_u8_SQUOTE] = ACTIONS(1685), - [anon_sym_SQUOTE] = ACTIONS(1685), - [anon_sym_L_DQUOTE] = ACTIONS(1685), - [anon_sym_u_DQUOTE] = ACTIONS(1685), - [anon_sym_U_DQUOTE] = ACTIONS(1685), - [anon_sym_u8_DQUOTE] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(1685), - [sym_true] = ACTIONS(1683), - [sym_false] = ACTIONS(1683), - [sym_null] = ACTIONS(1683), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1683), - [anon_sym_virtual] = ACTIONS(1683), - [sym_auto] = ACTIONS(1683), - [anon_sym_typename] = ACTIONS(1683), - [anon_sym_template] = ACTIONS(1683), - [anon_sym_delete] = ACTIONS(1683), - [anon_sym_throw] = ACTIONS(1683), - [anon_sym_co_return] = ACTIONS(1683), - [anon_sym_co_yield] = ACTIONS(1683), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_co_await] = ACTIONS(1683), - [anon_sym_new] = ACTIONS(1683), - [sym_this] = ACTIONS(1683), - [sym_nullptr] = ACTIONS(1683), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_FORWARD] = ACTIONS(1683), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_PS_GET] = ACTIONS(1683), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), - [anon_sym_MOZ_COLD] = ACTIONS(1683), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL] = ACTIONS(1683), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN] = ACTIONS(1683), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), - [anon_sym_MOZ_RAII] = ACTIONS(1683), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), - [sym_raw_string_literal] = ACTIONS(1685), - }, - [726] = { - [sym_identifier] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1571), - [anon_sym_BANG] = ACTIONS(1571), - [anon_sym_TILDE] = ACTIONS(1571), - [anon_sym_DASH] = ACTIONS(1569), - [anon_sym_PLUS] = ACTIONS(1569), - [anon_sym_STAR] = ACTIONS(1571), - [anon_sym_AMP] = ACTIONS(1571), - [anon_sym_SEMI] = ACTIONS(1571), - [anon_sym_typedef] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym___attribute__] = ACTIONS(1569), - [anon_sym_COLON_COLON] = ACTIONS(1571), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), - [anon_sym___declspec] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1571), - [anon_sym_LBRACK] = ACTIONS(1569), - [anon_sym_static] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_inline] = ACTIONS(1569), - [anon_sym_thread_local] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [anon_sym_volatile] = ACTIONS(1569), - [anon_sym_restrict] = ACTIONS(1569), - [anon_sym__Atomic] = ACTIONS(1569), - [anon_sym_mutable] = ACTIONS(1569), - [anon_sym_constexpr] = ACTIONS(1569), - [anon_sym_signed] = ACTIONS(1569), - [anon_sym_unsigned] = ACTIONS(1569), - [anon_sym_long] = ACTIONS(1569), - [anon_sym_short] = ACTIONS(1569), - [sym_primitive_type] = ACTIONS(1569), - [anon_sym_enum] = ACTIONS(1569), - [anon_sym_class] = ACTIONS(1569), - [anon_sym_struct] = ACTIONS(1569), - [anon_sym_union] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_switch] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_goto] = ACTIONS(1569), - [anon_sym_DASH_DASH] = ACTIONS(1571), - [anon_sym_PLUS_PLUS] = ACTIONS(1571), - [anon_sym_sizeof] = ACTIONS(1569), - [sym_number_literal] = ACTIONS(1571), - [anon_sym_L_SQUOTE] = ACTIONS(1571), - [anon_sym_u_SQUOTE] = ACTIONS(1571), - [anon_sym_U_SQUOTE] = ACTIONS(1571), - [anon_sym_u8_SQUOTE] = ACTIONS(1571), - [anon_sym_SQUOTE] = ACTIONS(1571), - [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(1569), - [sym_false] = ACTIONS(1569), - [sym_null] = ACTIONS(1569), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1569), - [anon_sym_virtual] = ACTIONS(1569), - [sym_auto] = ACTIONS(1569), - [anon_sym_typename] = ACTIONS(1569), - [anon_sym_template] = ACTIONS(1569), - [anon_sym_delete] = ACTIONS(1569), - [anon_sym_throw] = ACTIONS(1569), - [anon_sym_co_return] = ACTIONS(1569), - [anon_sym_co_yield] = ACTIONS(1569), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_co_await] = ACTIONS(1569), - [anon_sym_new] = ACTIONS(1569), - [sym_this] = ACTIONS(1569), - [sym_nullptr] = ACTIONS(1569), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_FORWARD] = ACTIONS(1569), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1569), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_PS_GET] = ACTIONS(1569), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1569), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1569), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1569), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), - [anon_sym_MOZ_COLD] = ACTIONS(1569), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL] = ACTIONS(1569), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN] = ACTIONS(1569), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), - [anon_sym_MOZ_RAII] = ACTIONS(1569), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), - [sym_raw_string_literal] = ACTIONS(1571), - }, - [727] = { - [sym_identifier] = ACTIONS(1679), - [anon_sym_LPAREN2] = ACTIONS(1681), - [anon_sym_BANG] = ACTIONS(1681), - [anon_sym_TILDE] = ACTIONS(1681), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1681), - [anon_sym_SEMI] = ACTIONS(1681), - [anon_sym_typedef] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym___attribute__] = ACTIONS(1679), - [anon_sym_COLON_COLON] = ACTIONS(1681), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), - [anon_sym___declspec] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1681), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_static] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_inline] = ACTIONS(1679), - [anon_sym_thread_local] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [anon_sym_volatile] = ACTIONS(1679), - [anon_sym_restrict] = ACTIONS(1679), - [anon_sym__Atomic] = ACTIONS(1679), - [anon_sym_mutable] = ACTIONS(1679), - [anon_sym_constexpr] = ACTIONS(1679), - [anon_sym_signed] = ACTIONS(1679), - [anon_sym_unsigned] = ACTIONS(1679), - [anon_sym_long] = ACTIONS(1679), - [anon_sym_short] = ACTIONS(1679), - [sym_primitive_type] = ACTIONS(1679), - [anon_sym_enum] = ACTIONS(1679), - [anon_sym_class] = ACTIONS(1679), - [anon_sym_struct] = ACTIONS(1679), - [anon_sym_union] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_else] = ACTIONS(1679), - [anon_sym_switch] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_goto] = ACTIONS(1679), - [anon_sym_DASH_DASH] = ACTIONS(1681), - [anon_sym_PLUS_PLUS] = ACTIONS(1681), - [anon_sym_sizeof] = ACTIONS(1679), - [sym_number_literal] = ACTIONS(1681), - [anon_sym_L_SQUOTE] = ACTIONS(1681), - [anon_sym_u_SQUOTE] = ACTIONS(1681), - [anon_sym_U_SQUOTE] = ACTIONS(1681), - [anon_sym_u8_SQUOTE] = ACTIONS(1681), - [anon_sym_SQUOTE] = ACTIONS(1681), - [anon_sym_L_DQUOTE] = ACTIONS(1681), - [anon_sym_u_DQUOTE] = ACTIONS(1681), - [anon_sym_U_DQUOTE] = ACTIONS(1681), - [anon_sym_u8_DQUOTE] = ACTIONS(1681), - [anon_sym_DQUOTE] = ACTIONS(1681), - [sym_true] = ACTIONS(1679), - [sym_false] = ACTIONS(1679), - [sym_null] = ACTIONS(1679), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1679), - [anon_sym_virtual] = ACTIONS(1679), - [sym_auto] = ACTIONS(1679), - [anon_sym_typename] = ACTIONS(1679), - [anon_sym_template] = ACTIONS(1679), - [anon_sym_delete] = ACTIONS(1679), - [anon_sym_throw] = ACTIONS(1679), - [anon_sym_co_return] = ACTIONS(1679), - [anon_sym_co_yield] = ACTIONS(1679), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_co_await] = ACTIONS(1679), - [anon_sym_new] = ACTIONS(1679), - [sym_this] = ACTIONS(1679), - [sym_nullptr] = ACTIONS(1679), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_FORWARD] = ACTIONS(1679), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_PS_GET] = ACTIONS(1679), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), - [anon_sym_MOZ_COLD] = ACTIONS(1679), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL] = ACTIONS(1679), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN] = ACTIONS(1679), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), - [anon_sym_MOZ_RAII] = ACTIONS(1679), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), - [sym_raw_string_literal] = ACTIONS(1681), - }, - [728] = { + [744] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -172038,1050 +174858,716 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [729] = { - [sym_identifier] = ACTIONS(1675), - [anon_sym_LPAREN2] = ACTIONS(1677), - [anon_sym_BANG] = ACTIONS(1677), - [anon_sym_TILDE] = ACTIONS(1677), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1677), - [anon_sym_AMP] = ACTIONS(1677), - [anon_sym_SEMI] = ACTIONS(1677), - [anon_sym_typedef] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym___attribute__] = ACTIONS(1675), - [anon_sym_COLON_COLON] = ACTIONS(1677), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), - [anon_sym___declspec] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_static] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_inline] = ACTIONS(1675), - [anon_sym_thread_local] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [anon_sym_volatile] = ACTIONS(1675), - [anon_sym_restrict] = ACTIONS(1675), - [anon_sym__Atomic] = ACTIONS(1675), - [anon_sym_mutable] = ACTIONS(1675), - [anon_sym_constexpr] = ACTIONS(1675), - [anon_sym_signed] = ACTIONS(1675), - [anon_sym_unsigned] = ACTIONS(1675), - [anon_sym_long] = ACTIONS(1675), - [anon_sym_short] = ACTIONS(1675), - [sym_primitive_type] = ACTIONS(1675), - [anon_sym_enum] = ACTIONS(1675), - [anon_sym_class] = ACTIONS(1675), - [anon_sym_struct] = ACTIONS(1675), - [anon_sym_union] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_else] = ACTIONS(1675), - [anon_sym_switch] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_goto] = ACTIONS(1675), - [anon_sym_DASH_DASH] = ACTIONS(1677), - [anon_sym_PLUS_PLUS] = ACTIONS(1677), - [anon_sym_sizeof] = ACTIONS(1675), - [sym_number_literal] = ACTIONS(1677), - [anon_sym_L_SQUOTE] = ACTIONS(1677), - [anon_sym_u_SQUOTE] = ACTIONS(1677), - [anon_sym_U_SQUOTE] = ACTIONS(1677), - [anon_sym_u8_SQUOTE] = ACTIONS(1677), - [anon_sym_SQUOTE] = ACTIONS(1677), - [anon_sym_L_DQUOTE] = ACTIONS(1677), - [anon_sym_u_DQUOTE] = ACTIONS(1677), - [anon_sym_U_DQUOTE] = ACTIONS(1677), - [anon_sym_u8_DQUOTE] = ACTIONS(1677), - [anon_sym_DQUOTE] = ACTIONS(1677), - [sym_true] = ACTIONS(1675), - [sym_false] = ACTIONS(1675), - [sym_null] = ACTIONS(1675), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1675), - [anon_sym_virtual] = ACTIONS(1675), - [sym_auto] = ACTIONS(1675), - [anon_sym_typename] = ACTIONS(1675), - [anon_sym_template] = ACTIONS(1675), - [anon_sym_delete] = ACTIONS(1675), - [anon_sym_throw] = ACTIONS(1675), - [anon_sym_co_return] = ACTIONS(1675), - [anon_sym_co_yield] = ACTIONS(1675), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_co_await] = ACTIONS(1675), - [anon_sym_new] = ACTIONS(1675), - [sym_this] = ACTIONS(1675), - [sym_nullptr] = ACTIONS(1675), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_FORWARD] = ACTIONS(1675), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_PS_GET] = ACTIONS(1675), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), - [anon_sym_MOZ_COLD] = ACTIONS(1675), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL] = ACTIONS(1675), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN] = ACTIONS(1675), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), - [anon_sym_MOZ_RAII] = ACTIONS(1675), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), - [sym_raw_string_literal] = ACTIONS(1677), - }, - [730] = { - [sym_identifier] = ACTIONS(1665), - [anon_sym_LPAREN2] = ACTIONS(1667), - [anon_sym_BANG] = ACTIONS(1667), - [anon_sym_TILDE] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1665), - [anon_sym_PLUS] = ACTIONS(1665), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_AMP] = ACTIONS(1667), - [anon_sym_SEMI] = ACTIONS(1667), - [anon_sym_typedef] = ACTIONS(1665), - [anon_sym_extern] = ACTIONS(1665), - [anon_sym___attribute__] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1667), - [anon_sym___declspec] = ACTIONS(1665), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_static] = ACTIONS(1665), - [anon_sym_register] = ACTIONS(1665), - [anon_sym_inline] = ACTIONS(1665), - [anon_sym_thread_local] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1665), - [anon_sym_volatile] = ACTIONS(1665), - [anon_sym_restrict] = ACTIONS(1665), - [anon_sym__Atomic] = ACTIONS(1665), - [anon_sym_mutable] = ACTIONS(1665), - [anon_sym_constexpr] = ACTIONS(1665), - [anon_sym_signed] = ACTIONS(1665), - [anon_sym_unsigned] = ACTIONS(1665), - [anon_sym_long] = ACTIONS(1665), - [anon_sym_short] = ACTIONS(1665), - [sym_primitive_type] = ACTIONS(1665), - [anon_sym_enum] = ACTIONS(1665), - [anon_sym_class] = ACTIONS(1665), - [anon_sym_struct] = ACTIONS(1665), - [anon_sym_union] = ACTIONS(1665), - [anon_sym_if] = ACTIONS(1665), - [anon_sym_else] = ACTIONS(1665), - [anon_sym_switch] = ACTIONS(1665), - [anon_sym_while] = ACTIONS(1665), - [anon_sym_do] = ACTIONS(1665), - [anon_sym_for] = ACTIONS(1665), - [anon_sym_return] = ACTIONS(1665), - [anon_sym_break] = ACTIONS(1665), - [anon_sym_continue] = ACTIONS(1665), - [anon_sym_goto] = ACTIONS(1665), - [anon_sym_DASH_DASH] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_sizeof] = ACTIONS(1665), - [sym_number_literal] = ACTIONS(1667), - [anon_sym_L_SQUOTE] = ACTIONS(1667), - [anon_sym_u_SQUOTE] = ACTIONS(1667), - [anon_sym_U_SQUOTE] = ACTIONS(1667), - [anon_sym_u8_SQUOTE] = ACTIONS(1667), - [anon_sym_SQUOTE] = ACTIONS(1667), - [anon_sym_L_DQUOTE] = ACTIONS(1667), - [anon_sym_u_DQUOTE] = ACTIONS(1667), - [anon_sym_U_DQUOTE] = ACTIONS(1667), - [anon_sym_u8_DQUOTE] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym_true] = ACTIONS(1665), - [sym_false] = ACTIONS(1665), - [sym_null] = ACTIONS(1665), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1665), - [anon_sym_virtual] = ACTIONS(1665), - [sym_auto] = ACTIONS(1665), - [anon_sym_typename] = ACTIONS(1665), - [anon_sym_template] = ACTIONS(1665), - [anon_sym_delete] = ACTIONS(1665), - [anon_sym_throw] = ACTIONS(1665), - [anon_sym_co_return] = ACTIONS(1665), - [anon_sym_co_yield] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1665), - [anon_sym_co_await] = ACTIONS(1665), - [anon_sym_new] = ACTIONS(1665), - [sym_this] = ACTIONS(1665), - [sym_nullptr] = ACTIONS(1665), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_FORWARD] = ACTIONS(1665), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1665), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_PS_GET] = ACTIONS(1665), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1665), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1665), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1665), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1665), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1665), - [anon_sym_MOZ_COLD] = ACTIONS(1665), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1665), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1665), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1665), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1665), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1665), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1665), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1665), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1665), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1665), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1665), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1665), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1665), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL] = ACTIONS(1665), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1665), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1665), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN] = ACTIONS(1665), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1665), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1665), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1665), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1665), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1665), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1665), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1665), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1665), - [anon_sym_MOZ_RAII] = ACTIONS(1665), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1665), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1665), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1665), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1665), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1665), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1665), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1665), - [sym_raw_string_literal] = ACTIONS(1667), - }, - [731] = { - [sym_identifier] = ACTIONS(1661), - [anon_sym_LPAREN2] = ACTIONS(1663), - [anon_sym_BANG] = ACTIONS(1663), - [anon_sym_TILDE] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1661), - [anon_sym_PLUS] = ACTIONS(1661), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_AMP] = ACTIONS(1663), - [anon_sym_SEMI] = ACTIONS(1663), - [anon_sym_typedef] = ACTIONS(1661), - [anon_sym_extern] = ACTIONS(1661), - [anon_sym___attribute__] = ACTIONS(1661), - [anon_sym_COLON_COLON] = ACTIONS(1663), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1663), - [anon_sym___declspec] = ACTIONS(1661), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_LBRACK] = ACTIONS(1661), - [anon_sym_static] = ACTIONS(1661), - [anon_sym_register] = ACTIONS(1661), - [anon_sym_inline] = ACTIONS(1661), - [anon_sym_thread_local] = ACTIONS(1661), - [anon_sym_const] = ACTIONS(1661), - [anon_sym_volatile] = ACTIONS(1661), - [anon_sym_restrict] = ACTIONS(1661), - [anon_sym__Atomic] = ACTIONS(1661), - [anon_sym_mutable] = ACTIONS(1661), - [anon_sym_constexpr] = ACTIONS(1661), - [anon_sym_signed] = ACTIONS(1661), - [anon_sym_unsigned] = ACTIONS(1661), - [anon_sym_long] = ACTIONS(1661), - [anon_sym_short] = ACTIONS(1661), - [sym_primitive_type] = ACTIONS(1661), - [anon_sym_enum] = ACTIONS(1661), - [anon_sym_class] = ACTIONS(1661), - [anon_sym_struct] = ACTIONS(1661), - [anon_sym_union] = ACTIONS(1661), - [anon_sym_if] = ACTIONS(1661), - [anon_sym_else] = ACTIONS(1661), - [anon_sym_switch] = ACTIONS(1661), - [anon_sym_while] = ACTIONS(1661), - [anon_sym_do] = ACTIONS(1661), - [anon_sym_for] = ACTIONS(1661), - [anon_sym_return] = ACTIONS(1661), - [anon_sym_break] = ACTIONS(1661), - [anon_sym_continue] = ACTIONS(1661), - [anon_sym_goto] = ACTIONS(1661), - [anon_sym_DASH_DASH] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_sizeof] = ACTIONS(1661), - [sym_number_literal] = ACTIONS(1663), - [anon_sym_L_SQUOTE] = ACTIONS(1663), - [anon_sym_u_SQUOTE] = ACTIONS(1663), - [anon_sym_U_SQUOTE] = ACTIONS(1663), - [anon_sym_u8_SQUOTE] = ACTIONS(1663), - [anon_sym_SQUOTE] = ACTIONS(1663), - [anon_sym_L_DQUOTE] = ACTIONS(1663), - [anon_sym_u_DQUOTE] = ACTIONS(1663), - [anon_sym_U_DQUOTE] = ACTIONS(1663), - [anon_sym_u8_DQUOTE] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym_true] = ACTIONS(1661), - [sym_false] = ACTIONS(1661), - [sym_null] = ACTIONS(1661), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1661), - [anon_sym_virtual] = ACTIONS(1661), - [sym_auto] = ACTIONS(1661), - [anon_sym_typename] = ACTIONS(1661), - [anon_sym_template] = ACTIONS(1661), - [anon_sym_delete] = ACTIONS(1661), - [anon_sym_throw] = ACTIONS(1661), - [anon_sym_co_return] = ACTIONS(1661), - [anon_sym_co_yield] = ACTIONS(1661), - [anon_sym_try] = ACTIONS(1661), - [anon_sym_co_await] = ACTIONS(1661), - [anon_sym_new] = ACTIONS(1661), - [sym_this] = ACTIONS(1661), - [sym_nullptr] = ACTIONS(1661), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_FORWARD] = ACTIONS(1661), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1661), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_PS_GET] = ACTIONS(1661), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1661), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1661), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1661), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1661), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1661), - [anon_sym_MOZ_COLD] = ACTIONS(1661), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1661), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1661), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1661), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1661), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1661), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1661), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1661), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1661), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1661), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1661), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1661), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1661), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL] = ACTIONS(1661), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1661), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1661), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN] = ACTIONS(1661), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1661), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1661), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1661), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1661), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1661), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1661), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1661), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1661), - [anon_sym_MOZ_RAII] = ACTIONS(1661), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1661), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1661), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1661), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1661), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1661), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1661), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1661), - [sym_raw_string_literal] = ACTIONS(1663), - }, - [732] = { - [sym_identifier] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_BANG] = ACTIONS(1655), - [anon_sym_TILDE] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1653), - [anon_sym_PLUS] = ACTIONS(1653), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_AMP] = ACTIONS(1655), - [anon_sym_SEMI] = ACTIONS(1655), - [anon_sym_typedef] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym___attribute__] = ACTIONS(1653), - [anon_sym_COLON_COLON] = ACTIONS(1655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1655), - [anon_sym___declspec] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_LBRACK] = ACTIONS(1653), - [anon_sym_static] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_inline] = ACTIONS(1653), - [anon_sym_thread_local] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [anon_sym_volatile] = ACTIONS(1653), - [anon_sym_restrict] = ACTIONS(1653), - [anon_sym__Atomic] = ACTIONS(1653), - [anon_sym_mutable] = ACTIONS(1653), - [anon_sym_constexpr] = ACTIONS(1653), - [anon_sym_signed] = ACTIONS(1653), - [anon_sym_unsigned] = ACTIONS(1653), - [anon_sym_long] = ACTIONS(1653), - [anon_sym_short] = ACTIONS(1653), - [sym_primitive_type] = ACTIONS(1653), - [anon_sym_enum] = ACTIONS(1653), - [anon_sym_class] = ACTIONS(1653), - [anon_sym_struct] = ACTIONS(1653), - [anon_sym_union] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_switch] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_goto] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_sizeof] = ACTIONS(1653), - [sym_number_literal] = ACTIONS(1655), - [anon_sym_L_SQUOTE] = ACTIONS(1655), - [anon_sym_u_SQUOTE] = ACTIONS(1655), - [anon_sym_U_SQUOTE] = ACTIONS(1655), - [anon_sym_u8_SQUOTE] = ACTIONS(1655), - [anon_sym_SQUOTE] = ACTIONS(1655), - [anon_sym_L_DQUOTE] = ACTIONS(1655), - [anon_sym_u_DQUOTE] = ACTIONS(1655), - [anon_sym_U_DQUOTE] = ACTIONS(1655), - [anon_sym_u8_DQUOTE] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym_true] = ACTIONS(1653), - [sym_false] = ACTIONS(1653), - [sym_null] = ACTIONS(1653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [745] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1653), - [anon_sym_virtual] = ACTIONS(1653), - [sym_auto] = ACTIONS(1653), - [anon_sym_typename] = ACTIONS(1653), - [anon_sym_template] = ACTIONS(1653), - [anon_sym_delete] = ACTIONS(1653), - [anon_sym_throw] = ACTIONS(1653), - [anon_sym_co_return] = ACTIONS(1653), - [anon_sym_co_yield] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_co_await] = ACTIONS(1653), - [anon_sym_new] = ACTIONS(1653), - [sym_this] = ACTIONS(1653), - [sym_nullptr] = ACTIONS(1653), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_FORWARD] = ACTIONS(1653), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1653), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_PS_GET] = ACTIONS(1653), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1653), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1653), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1653), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1653), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1653), - [anon_sym_MOZ_COLD] = ACTIONS(1653), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1653), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1653), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1653), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1653), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1653), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1653), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1653), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1653), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1653), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1653), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1653), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1653), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL] = ACTIONS(1653), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1653), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1653), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN] = ACTIONS(1653), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1653), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1653), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1653), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1653), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1653), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1653), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1653), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1653), - [anon_sym_MOZ_RAII] = ACTIONS(1653), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1653), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1653), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1653), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1653), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1653), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1653), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1653), - [sym_raw_string_literal] = ACTIONS(1655), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [733] = { - [sym_identifier] = ACTIONS(1649), - [anon_sym_LPAREN2] = ACTIONS(1651), - [anon_sym_BANG] = ACTIONS(1651), - [anon_sym_TILDE] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1649), - [anon_sym_PLUS] = ACTIONS(1649), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_AMP] = ACTIONS(1651), - [anon_sym_SEMI] = ACTIONS(1651), - [anon_sym_typedef] = ACTIONS(1649), - [anon_sym_extern] = ACTIONS(1649), - [anon_sym___attribute__] = ACTIONS(1649), - [anon_sym_COLON_COLON] = ACTIONS(1651), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1649), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_static] = ACTIONS(1649), - [anon_sym_register] = ACTIONS(1649), - [anon_sym_inline] = ACTIONS(1649), - [anon_sym_thread_local] = ACTIONS(1649), - [anon_sym_const] = ACTIONS(1649), - [anon_sym_volatile] = ACTIONS(1649), - [anon_sym_restrict] = ACTIONS(1649), - [anon_sym__Atomic] = ACTIONS(1649), - [anon_sym_mutable] = ACTIONS(1649), - [anon_sym_constexpr] = ACTIONS(1649), - [anon_sym_signed] = ACTIONS(1649), - [anon_sym_unsigned] = ACTIONS(1649), - [anon_sym_long] = ACTIONS(1649), - [anon_sym_short] = ACTIONS(1649), - [sym_primitive_type] = ACTIONS(1649), - [anon_sym_enum] = ACTIONS(1649), - [anon_sym_class] = ACTIONS(1649), - [anon_sym_struct] = ACTIONS(1649), - [anon_sym_union] = ACTIONS(1649), - [anon_sym_if] = ACTIONS(1649), - [anon_sym_else] = ACTIONS(1649), - [anon_sym_switch] = ACTIONS(1649), - [anon_sym_while] = ACTIONS(1649), - [anon_sym_do] = ACTIONS(1649), - [anon_sym_for] = ACTIONS(1649), - [anon_sym_return] = ACTIONS(1649), - [anon_sym_break] = ACTIONS(1649), - [anon_sym_continue] = ACTIONS(1649), - [anon_sym_goto] = ACTIONS(1649), - [anon_sym_DASH_DASH] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_sizeof] = ACTIONS(1649), - [sym_number_literal] = ACTIONS(1651), - [anon_sym_L_SQUOTE] = ACTIONS(1651), - [anon_sym_u_SQUOTE] = ACTIONS(1651), - [anon_sym_U_SQUOTE] = ACTIONS(1651), - [anon_sym_u8_SQUOTE] = ACTIONS(1651), - [anon_sym_SQUOTE] = ACTIONS(1651), - [anon_sym_L_DQUOTE] = ACTIONS(1651), - [anon_sym_u_DQUOTE] = ACTIONS(1651), - [anon_sym_U_DQUOTE] = ACTIONS(1651), - [anon_sym_u8_DQUOTE] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym_true] = ACTIONS(1649), - [sym_false] = ACTIONS(1649), - [sym_null] = ACTIONS(1649), + [746] = { + [sym_identifier] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1649), - [anon_sym_virtual] = ACTIONS(1649), - [sym_auto] = ACTIONS(1649), - [anon_sym_typename] = ACTIONS(1649), - [anon_sym_template] = ACTIONS(1649), - [anon_sym_delete] = ACTIONS(1649), - [anon_sym_throw] = ACTIONS(1649), - [anon_sym_co_return] = ACTIONS(1649), - [anon_sym_co_yield] = ACTIONS(1649), - [anon_sym_try] = ACTIONS(1649), - [anon_sym_co_await] = ACTIONS(1649), - [anon_sym_new] = ACTIONS(1649), - [sym_this] = ACTIONS(1649), - [sym_nullptr] = ACTIONS(1649), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_FORWARD] = ACTIONS(1649), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1649), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_PS_GET] = ACTIONS(1649), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1649), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1649), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1649), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1649), - [anon_sym_MOZ_COLD] = ACTIONS(1649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL] = ACTIONS(1649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN] = ACTIONS(1649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1649), - [anon_sym_MOZ_RAII] = ACTIONS(1649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1649), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1649), - [sym_raw_string_literal] = ACTIONS(1651), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), }, - [734] = { - [sym_identifier] = ACTIONS(1645), - [anon_sym_LPAREN2] = ACTIONS(1647), - [anon_sym_BANG] = ACTIONS(1647), - [anon_sym_TILDE] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1645), - [anon_sym_PLUS] = ACTIONS(1645), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_AMP] = ACTIONS(1647), - [anon_sym_SEMI] = ACTIONS(1647), - [anon_sym_typedef] = ACTIONS(1645), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1645), - [anon_sym_COLON_COLON] = ACTIONS(1647), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1647), - [anon_sym___declspec] = ACTIONS(1645), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1645), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1645), - [anon_sym_volatile] = ACTIONS(1645), - [anon_sym_restrict] = ACTIONS(1645), - [anon_sym__Atomic] = ACTIONS(1645), - [anon_sym_mutable] = ACTIONS(1645), - [anon_sym_constexpr] = ACTIONS(1645), - [anon_sym_signed] = ACTIONS(1645), - [anon_sym_unsigned] = ACTIONS(1645), - [anon_sym_long] = ACTIONS(1645), - [anon_sym_short] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1645), - [anon_sym_enum] = ACTIONS(1645), - [anon_sym_class] = ACTIONS(1645), - [anon_sym_struct] = ACTIONS(1645), - [anon_sym_union] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1645), - [anon_sym_else] = ACTIONS(1645), - [anon_sym_switch] = ACTIONS(1645), - [anon_sym_while] = ACTIONS(1645), - [anon_sym_do] = ACTIONS(1645), - [anon_sym_for] = ACTIONS(1645), - [anon_sym_return] = ACTIONS(1645), - [anon_sym_break] = ACTIONS(1645), - [anon_sym_continue] = ACTIONS(1645), - [anon_sym_goto] = ACTIONS(1645), - [anon_sym_DASH_DASH] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_sizeof] = ACTIONS(1645), - [sym_number_literal] = ACTIONS(1647), - [anon_sym_L_SQUOTE] = ACTIONS(1647), - [anon_sym_u_SQUOTE] = ACTIONS(1647), - [anon_sym_U_SQUOTE] = ACTIONS(1647), - [anon_sym_u8_SQUOTE] = ACTIONS(1647), - [anon_sym_SQUOTE] = ACTIONS(1647), - [anon_sym_L_DQUOTE] = ACTIONS(1647), - [anon_sym_u_DQUOTE] = ACTIONS(1647), - [anon_sym_U_DQUOTE] = ACTIONS(1647), - [anon_sym_u8_DQUOTE] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_null] = ACTIONS(1645), + [747] = { + [sym_identifier] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_goto] = ACTIONS(1593), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_sizeof] = ACTIONS(1593), + [sym_number_literal] = ACTIONS(1595), + [anon_sym_L_SQUOTE] = ACTIONS(1595), + [anon_sym_u_SQUOTE] = ACTIONS(1595), + [anon_sym_U_SQUOTE] = ACTIONS(1595), + [anon_sym_u8_SQUOTE] = ACTIONS(1595), + [anon_sym_SQUOTE] = ACTIONS(1595), + [anon_sym_L_DQUOTE] = ACTIONS(1595), + [anon_sym_u_DQUOTE] = ACTIONS(1595), + [anon_sym_U_DQUOTE] = ACTIONS(1595), + [anon_sym_u8_DQUOTE] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1645), - [anon_sym_virtual] = ACTIONS(1645), - [sym_auto] = ACTIONS(1645), - [anon_sym_typename] = ACTIONS(1645), - [anon_sym_template] = ACTIONS(1645), - [anon_sym_delete] = ACTIONS(1645), - [anon_sym_throw] = ACTIONS(1645), - [anon_sym_co_return] = ACTIONS(1645), - [anon_sym_co_yield] = ACTIONS(1645), - [anon_sym_try] = ACTIONS(1645), - [anon_sym_co_await] = ACTIONS(1645), - [anon_sym_new] = ACTIONS(1645), - [sym_this] = ACTIONS(1645), - [sym_nullptr] = ACTIONS(1645), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_FORWARD] = ACTIONS(1645), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1645), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_PS_GET] = ACTIONS(1645), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1645), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1645), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1645), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1645), - [anon_sym_MOZ_COLD] = ACTIONS(1645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL] = ACTIONS(1645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN] = ACTIONS(1645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1645), - [anon_sym_MOZ_RAII] = ACTIONS(1645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1645), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1645), - [sym_raw_string_literal] = ACTIONS(1647), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_co_return] = ACTIONS(1593), + [anon_sym_co_yield] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_co_await] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [sym_this] = ACTIONS(1593), + [sym_nullptr] = ACTIONS(1593), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_FORWARD] = ACTIONS(1593), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_PS_GET] = ACTIONS(1593), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), + [sym_raw_string_literal] = ACTIONS(1595), + }, + [748] = { + [sym_identifier] = ACTIONS(1609), + [anon_sym_LPAREN2] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym___attribute__] = ACTIONS(1609), + [anon_sym_COLON_COLON] = ACTIONS(1611), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), + [anon_sym___declspec] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_thread_local] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym__Atomic] = ACTIONS(1609), + [anon_sym_mutable] = ACTIONS(1609), + [anon_sym_constexpr] = ACTIONS(1609), + [anon_sym_signed] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_class] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1611), + [anon_sym_L_SQUOTE] = ACTIONS(1611), + [anon_sym_u_SQUOTE] = ACTIONS(1611), + [anon_sym_U_SQUOTE] = ACTIONS(1611), + [anon_sym_u8_SQUOTE] = ACTIONS(1611), + [anon_sym_SQUOTE] = ACTIONS(1611), + [anon_sym_L_DQUOTE] = ACTIONS(1611), + [anon_sym_u_DQUOTE] = ACTIONS(1611), + [anon_sym_U_DQUOTE] = ACTIONS(1611), + [anon_sym_u8_DQUOTE] = ACTIONS(1611), + [anon_sym_DQUOTE] = ACTIONS(1611), + [sym_true] = ACTIONS(1609), + [sym_false] = ACTIONS(1609), + [sym_null] = ACTIONS(1609), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1609), + [anon_sym_virtual] = ACTIONS(1609), + [sym_auto] = ACTIONS(1609), + [anon_sym_typename] = ACTIONS(1609), + [anon_sym_template] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_throw] = ACTIONS(1609), + [anon_sym_co_return] = ACTIONS(1609), + [anon_sym_co_yield] = ACTIONS(1609), + [anon_sym_try] = ACTIONS(1609), + [anon_sym_co_await] = ACTIONS(1609), + [anon_sym_new] = ACTIONS(1609), + [sym_this] = ACTIONS(1609), + [sym_nullptr] = ACTIONS(1609), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_FORWARD] = ACTIONS(1609), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_PS_GET] = ACTIONS(1609), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), + [anon_sym_MOZ_COLD] = ACTIONS(1609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL] = ACTIONS(1609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN] = ACTIONS(1609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), + [anon_sym_MOZ_RAII] = ACTIONS(1609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), + [sym_raw_string_literal] = ACTIONS(1611), }, - [735] = { + [749] = { [sym_identifier] = ACTIONS(1641), [anon_sym_LPAREN2] = ACTIONS(1643), [anon_sym_BANG] = ACTIONS(1643), @@ -173248,675 +175734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1641), [sym_raw_string_literal] = ACTIONS(1643), }, - [736] = { - [sym_identifier] = ACTIONS(1637), - [anon_sym_LPAREN2] = ACTIONS(1639), - [anon_sym_BANG] = ACTIONS(1639), - [anon_sym_TILDE] = ACTIONS(1639), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1639), - [anon_sym_AMP] = ACTIONS(1639), - [anon_sym_SEMI] = ACTIONS(1639), - [anon_sym_typedef] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym___attribute__] = ACTIONS(1637), - [anon_sym_COLON_COLON] = ACTIONS(1639), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1639), - [anon_sym___declspec] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1639), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_static] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_inline] = ACTIONS(1637), - [anon_sym_thread_local] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [anon_sym_volatile] = ACTIONS(1637), - [anon_sym_restrict] = ACTIONS(1637), - [anon_sym__Atomic] = ACTIONS(1637), - [anon_sym_mutable] = ACTIONS(1637), - [anon_sym_constexpr] = ACTIONS(1637), - [anon_sym_signed] = ACTIONS(1637), - [anon_sym_unsigned] = ACTIONS(1637), - [anon_sym_long] = ACTIONS(1637), - [anon_sym_short] = ACTIONS(1637), - [sym_primitive_type] = ACTIONS(1637), - [anon_sym_enum] = ACTIONS(1637), - [anon_sym_class] = ACTIONS(1637), - [anon_sym_struct] = ACTIONS(1637), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_else] = ACTIONS(1637), - [anon_sym_switch] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_goto] = ACTIONS(1637), - [anon_sym_DASH_DASH] = ACTIONS(1639), - [anon_sym_PLUS_PLUS] = ACTIONS(1639), - [anon_sym_sizeof] = ACTIONS(1637), - [sym_number_literal] = ACTIONS(1639), - [anon_sym_L_SQUOTE] = ACTIONS(1639), - [anon_sym_u_SQUOTE] = ACTIONS(1639), - [anon_sym_U_SQUOTE] = ACTIONS(1639), - [anon_sym_u8_SQUOTE] = ACTIONS(1639), - [anon_sym_SQUOTE] = ACTIONS(1639), - [anon_sym_L_DQUOTE] = ACTIONS(1639), - [anon_sym_u_DQUOTE] = ACTIONS(1639), - [anon_sym_U_DQUOTE] = ACTIONS(1639), - [anon_sym_u8_DQUOTE] = ACTIONS(1639), - [anon_sym_DQUOTE] = ACTIONS(1639), - [sym_true] = ACTIONS(1637), - [sym_false] = ACTIONS(1637), - [sym_null] = ACTIONS(1637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1637), - [anon_sym_virtual] = ACTIONS(1637), - [sym_auto] = ACTIONS(1637), - [anon_sym_typename] = ACTIONS(1637), - [anon_sym_template] = ACTIONS(1637), - [anon_sym_delete] = ACTIONS(1637), - [anon_sym_throw] = ACTIONS(1637), - [anon_sym_co_return] = ACTIONS(1637), - [anon_sym_co_yield] = ACTIONS(1637), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_co_await] = ACTIONS(1637), - [anon_sym_new] = ACTIONS(1637), - [sym_this] = ACTIONS(1637), - [sym_nullptr] = ACTIONS(1637), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_FORWARD] = ACTIONS(1637), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1637), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_PS_GET] = ACTIONS(1637), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1637), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1637), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1637), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1637), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1637), - [anon_sym_MOZ_COLD] = ACTIONS(1637), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1637), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1637), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1637), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1637), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1637), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1637), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1637), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1637), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1637), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1637), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1637), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1637), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL] = ACTIONS(1637), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1637), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1637), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN] = ACTIONS(1637), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1637), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1637), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1637), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1637), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1637), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1637), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1637), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1637), - [anon_sym_MOZ_RAII] = ACTIONS(1637), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1637), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1637), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1637), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1637), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1637), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1637), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1637), - [sym_raw_string_literal] = ACTIONS(1639), - }, - [737] = { - [sym_identifier] = ACTIONS(1545), - [anon_sym_LPAREN2] = ACTIONS(1547), - [anon_sym_BANG] = ACTIONS(1547), - [anon_sym_TILDE] = ACTIONS(1547), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1547), - [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_SEMI] = ACTIONS(1547), - [anon_sym_typedef] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym___attribute__] = ACTIONS(1545), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), - [anon_sym___declspec] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_static] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_inline] = ACTIONS(1545), - [anon_sym_thread_local] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_volatile] = ACTIONS(1545), - [anon_sym_restrict] = ACTIONS(1545), - [anon_sym__Atomic] = ACTIONS(1545), - [anon_sym_mutable] = ACTIONS(1545), - [anon_sym_constexpr] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1545), - [anon_sym_unsigned] = ACTIONS(1545), - [anon_sym_long] = ACTIONS(1545), - [anon_sym_short] = ACTIONS(1545), - [sym_primitive_type] = ACTIONS(1545), - [anon_sym_enum] = ACTIONS(1545), - [anon_sym_class] = ACTIONS(1545), - [anon_sym_struct] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_else] = ACTIONS(1545), - [anon_sym_switch] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_goto] = ACTIONS(1545), - [anon_sym_DASH_DASH] = ACTIONS(1547), - [anon_sym_PLUS_PLUS] = ACTIONS(1547), - [anon_sym_sizeof] = ACTIONS(1545), - [sym_number_literal] = ACTIONS(1547), - [anon_sym_L_SQUOTE] = ACTIONS(1547), - [anon_sym_u_SQUOTE] = ACTIONS(1547), - [anon_sym_U_SQUOTE] = ACTIONS(1547), - [anon_sym_u8_SQUOTE] = ACTIONS(1547), - [anon_sym_SQUOTE] = ACTIONS(1547), - [anon_sym_L_DQUOTE] = ACTIONS(1547), - [anon_sym_u_DQUOTE] = ACTIONS(1547), - [anon_sym_U_DQUOTE] = ACTIONS(1547), - [anon_sym_u8_DQUOTE] = ACTIONS(1547), - [anon_sym_DQUOTE] = ACTIONS(1547), - [sym_true] = ACTIONS(1545), - [sym_false] = ACTIONS(1545), - [sym_null] = ACTIONS(1545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1545), - [anon_sym_virtual] = ACTIONS(1545), - [sym_auto] = ACTIONS(1545), - [anon_sym_typename] = ACTIONS(1545), - [anon_sym_template] = ACTIONS(1545), - [anon_sym_delete] = ACTIONS(1545), - [anon_sym_throw] = ACTIONS(1545), - [anon_sym_co_return] = ACTIONS(1545), - [anon_sym_co_yield] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_co_await] = ACTIONS(1545), - [anon_sym_new] = ACTIONS(1545), - [sym_this] = ACTIONS(1545), - [sym_nullptr] = ACTIONS(1545), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_FORWARD] = ACTIONS(1545), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1545), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_PS_GET] = ACTIONS(1545), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1545), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1545), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1545), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), - [anon_sym_MOZ_COLD] = ACTIONS(1545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_RAII] = ACTIONS(1545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), - [sym_raw_string_literal] = ACTIONS(1547), - }, - [738] = { - [sym_identifier] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1603), - [anon_sym_TILDE] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_typedef] = ACTIONS(1601), - [anon_sym_extern] = ACTIONS(1601), - [anon_sym___attribute__] = ACTIONS(1601), - [anon_sym_COLON_COLON] = ACTIONS(1603), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1603), - [anon_sym___declspec] = ACTIONS(1601), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_static] = ACTIONS(1601), - [anon_sym_register] = ACTIONS(1601), - [anon_sym_inline] = ACTIONS(1601), - [anon_sym_thread_local] = ACTIONS(1601), - [anon_sym_const] = ACTIONS(1601), - [anon_sym_volatile] = ACTIONS(1601), - [anon_sym_restrict] = ACTIONS(1601), - [anon_sym__Atomic] = ACTIONS(1601), - [anon_sym_mutable] = ACTIONS(1601), - [anon_sym_constexpr] = ACTIONS(1601), - [anon_sym_signed] = ACTIONS(1601), - [anon_sym_unsigned] = ACTIONS(1601), - [anon_sym_long] = ACTIONS(1601), - [anon_sym_short] = ACTIONS(1601), - [sym_primitive_type] = ACTIONS(1601), - [anon_sym_enum] = ACTIONS(1601), - [anon_sym_class] = ACTIONS(1601), - [anon_sym_struct] = ACTIONS(1601), - [anon_sym_union] = ACTIONS(1601), - [anon_sym_if] = ACTIONS(1601), - [anon_sym_else] = ACTIONS(1601), - [anon_sym_switch] = ACTIONS(1601), - [anon_sym_while] = ACTIONS(1601), - [anon_sym_do] = ACTIONS(1601), - [anon_sym_for] = ACTIONS(1601), - [anon_sym_return] = ACTIONS(1601), - [anon_sym_break] = ACTIONS(1601), - [anon_sym_continue] = ACTIONS(1601), - [anon_sym_goto] = ACTIONS(1601), - [anon_sym_DASH_DASH] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_sizeof] = ACTIONS(1601), - [sym_number_literal] = ACTIONS(1603), - [anon_sym_L_SQUOTE] = ACTIONS(1603), - [anon_sym_u_SQUOTE] = ACTIONS(1603), - [anon_sym_U_SQUOTE] = ACTIONS(1603), - [anon_sym_u8_SQUOTE] = ACTIONS(1603), - [anon_sym_SQUOTE] = ACTIONS(1603), - [anon_sym_L_DQUOTE] = ACTIONS(1603), - [anon_sym_u_DQUOTE] = ACTIONS(1603), - [anon_sym_U_DQUOTE] = ACTIONS(1603), - [anon_sym_u8_DQUOTE] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_true] = ACTIONS(1601), - [sym_false] = ACTIONS(1601), - [sym_null] = ACTIONS(1601), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1601), - [anon_sym_virtual] = ACTIONS(1601), - [sym_auto] = ACTIONS(1601), - [anon_sym_typename] = ACTIONS(1601), - [anon_sym_template] = ACTIONS(1601), - [anon_sym_delete] = ACTIONS(1601), - [anon_sym_throw] = ACTIONS(1601), - [anon_sym_co_return] = ACTIONS(1601), - [anon_sym_co_yield] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1601), - [anon_sym_co_await] = ACTIONS(1601), - [anon_sym_new] = ACTIONS(1601), - [sym_this] = ACTIONS(1601), - [sym_nullptr] = ACTIONS(1601), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_FORWARD] = ACTIONS(1601), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1601), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_PS_GET] = ACTIONS(1601), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1601), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1601), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1601), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1601), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1601), - [anon_sym_MOZ_COLD] = ACTIONS(1601), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1601), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1601), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1601), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1601), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1601), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1601), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1601), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1601), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1601), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1601), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1601), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1601), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL] = ACTIONS(1601), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1601), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1601), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN] = ACTIONS(1601), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1601), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1601), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1601), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1601), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1601), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1601), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1601), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1601), - [anon_sym_MOZ_RAII] = ACTIONS(1601), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1601), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1601), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1601), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1601), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1601), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1601), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1601), - [sym_raw_string_literal] = ACTIONS(1603), - }, - [739] = { - [sym_identifier] = ACTIONS(1605), - [anon_sym_LPAREN2] = ACTIONS(1607), - [anon_sym_BANG] = ACTIONS(1607), - [anon_sym_TILDE] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1605), - [anon_sym_PLUS] = ACTIONS(1605), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_AMP] = ACTIONS(1607), - [anon_sym_SEMI] = ACTIONS(1607), - [anon_sym_typedef] = ACTIONS(1605), - [anon_sym_extern] = ACTIONS(1605), - [anon_sym___attribute__] = ACTIONS(1605), - [anon_sym_COLON_COLON] = ACTIONS(1607), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1607), - [anon_sym___declspec] = ACTIONS(1605), - [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_LBRACK] = ACTIONS(1605), - [anon_sym_static] = ACTIONS(1605), - [anon_sym_register] = ACTIONS(1605), - [anon_sym_inline] = ACTIONS(1605), - [anon_sym_thread_local] = ACTIONS(1605), - [anon_sym_const] = ACTIONS(1605), - [anon_sym_volatile] = ACTIONS(1605), - [anon_sym_restrict] = ACTIONS(1605), - [anon_sym__Atomic] = ACTIONS(1605), - [anon_sym_mutable] = ACTIONS(1605), - [anon_sym_constexpr] = ACTIONS(1605), - [anon_sym_signed] = ACTIONS(1605), - [anon_sym_unsigned] = ACTIONS(1605), - [anon_sym_long] = ACTIONS(1605), - [anon_sym_short] = ACTIONS(1605), - [sym_primitive_type] = ACTIONS(1605), - [anon_sym_enum] = ACTIONS(1605), - [anon_sym_class] = ACTIONS(1605), - [anon_sym_struct] = ACTIONS(1605), - [anon_sym_union] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_switch] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_break] = ACTIONS(1605), - [anon_sym_continue] = ACTIONS(1605), - [anon_sym_goto] = ACTIONS(1605), - [anon_sym_DASH_DASH] = ACTIONS(1607), - [anon_sym_PLUS_PLUS] = ACTIONS(1607), - [anon_sym_sizeof] = ACTIONS(1605), - [sym_number_literal] = ACTIONS(1607), - [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(1607), - [anon_sym_u_DQUOTE] = ACTIONS(1607), - [anon_sym_U_DQUOTE] = ACTIONS(1607), - [anon_sym_u8_DQUOTE] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym_true] = ACTIONS(1605), - [sym_false] = ACTIONS(1605), - [sym_null] = ACTIONS(1605), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1605), - [anon_sym_virtual] = ACTIONS(1605), - [sym_auto] = ACTIONS(1605), - [anon_sym_typename] = ACTIONS(1605), - [anon_sym_template] = ACTIONS(1605), - [anon_sym_delete] = ACTIONS(1605), - [anon_sym_throw] = ACTIONS(1605), - [anon_sym_co_return] = ACTIONS(1605), - [anon_sym_co_yield] = ACTIONS(1605), - [anon_sym_try] = ACTIONS(1605), - [anon_sym_co_await] = ACTIONS(1605), - [anon_sym_new] = ACTIONS(1605), - [sym_this] = ACTIONS(1605), - [sym_nullptr] = ACTIONS(1605), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_FORWARD] = ACTIONS(1605), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1605), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_PS_GET] = ACTIONS(1605), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1605), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1605), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1605), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1605), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1605), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1605), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1605), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1605), - [anon_sym_MOZ_COLD] = ACTIONS(1605), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1605), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1605), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1605), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1605), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1605), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1605), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1605), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1605), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1605), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1605), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1605), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1605), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL] = ACTIONS(1605), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1605), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1605), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN] = ACTIONS(1605), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1605), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1605), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1605), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1605), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1605), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1605), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1605), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1605), - [anon_sym_MOZ_RAII] = ACTIONS(1605), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1605), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1605), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1605), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1605), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1605), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1605), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1605), - [sym_raw_string_literal] = ACTIONS(1607), - }, - [740] = { + [750] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -174075,516 +175893,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [741] = { - [sym_identifier] = ACTIONS(1687), - [anon_sym_LPAREN2] = ACTIONS(1689), - [anon_sym_BANG] = ACTIONS(1689), - [anon_sym_TILDE] = ACTIONS(1689), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1689), - [anon_sym_AMP] = ACTIONS(1689), - [anon_sym_SEMI] = ACTIONS(1689), - [anon_sym_typedef] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym___attribute__] = ACTIONS(1687), - [anon_sym_COLON_COLON] = ACTIONS(1689), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), - [anon_sym___declspec] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1689), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_static] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_inline] = ACTIONS(1687), - [anon_sym_thread_local] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [anon_sym_volatile] = ACTIONS(1687), - [anon_sym_restrict] = ACTIONS(1687), - [anon_sym__Atomic] = ACTIONS(1687), - [anon_sym_mutable] = ACTIONS(1687), - [anon_sym_constexpr] = ACTIONS(1687), - [anon_sym_signed] = ACTIONS(1687), - [anon_sym_unsigned] = ACTIONS(1687), - [anon_sym_long] = ACTIONS(1687), - [anon_sym_short] = ACTIONS(1687), - [sym_primitive_type] = ACTIONS(1687), - [anon_sym_enum] = ACTIONS(1687), - [anon_sym_class] = ACTIONS(1687), - [anon_sym_struct] = ACTIONS(1687), - [anon_sym_union] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_else] = ACTIONS(1687), - [anon_sym_switch] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_goto] = ACTIONS(1687), - [anon_sym_DASH_DASH] = ACTIONS(1689), - [anon_sym_PLUS_PLUS] = ACTIONS(1689), - [anon_sym_sizeof] = ACTIONS(1687), - [sym_number_literal] = ACTIONS(1689), - [anon_sym_L_SQUOTE] = ACTIONS(1689), - [anon_sym_u_SQUOTE] = ACTIONS(1689), - [anon_sym_U_SQUOTE] = ACTIONS(1689), - [anon_sym_u8_SQUOTE] = ACTIONS(1689), - [anon_sym_SQUOTE] = ACTIONS(1689), - [anon_sym_L_DQUOTE] = ACTIONS(1689), - [anon_sym_u_DQUOTE] = ACTIONS(1689), - [anon_sym_U_DQUOTE] = ACTIONS(1689), - [anon_sym_u8_DQUOTE] = ACTIONS(1689), - [anon_sym_DQUOTE] = ACTIONS(1689), - [sym_true] = ACTIONS(1687), - [sym_false] = ACTIONS(1687), - [sym_null] = ACTIONS(1687), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1687), - [anon_sym_virtual] = ACTIONS(1687), - [sym_auto] = ACTIONS(1687), - [anon_sym_typename] = ACTIONS(1687), - [anon_sym_template] = ACTIONS(1687), - [anon_sym_delete] = ACTIONS(1687), - [anon_sym_throw] = ACTIONS(1687), - [anon_sym_co_return] = ACTIONS(1687), - [anon_sym_co_yield] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_co_await] = ACTIONS(1687), - [anon_sym_new] = ACTIONS(1687), - [sym_this] = ACTIONS(1687), - [sym_nullptr] = ACTIONS(1687), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_FORWARD] = ACTIONS(1687), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_PS_GET] = ACTIONS(1687), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), - [anon_sym_MOZ_COLD] = ACTIONS(1687), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL] = ACTIONS(1687), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN] = ACTIONS(1687), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), - [anon_sym_MOZ_RAII] = ACTIONS(1687), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), - [sym_raw_string_literal] = ACTIONS(1689), - }, - [742] = { - [sym_identifier] = ACTIONS(1613), - [anon_sym_LPAREN2] = ACTIONS(1615), - [anon_sym_BANG] = ACTIONS(1615), - [anon_sym_TILDE] = ACTIONS(1615), - [anon_sym_DASH] = ACTIONS(1613), - [anon_sym_PLUS] = ACTIONS(1613), - [anon_sym_STAR] = ACTIONS(1615), - [anon_sym_AMP] = ACTIONS(1615), - [anon_sym_SEMI] = ACTIONS(1615), - [anon_sym_typedef] = ACTIONS(1613), - [anon_sym_extern] = ACTIONS(1613), - [anon_sym___attribute__] = ACTIONS(1613), - [anon_sym_COLON_COLON] = ACTIONS(1615), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1615), - [anon_sym___declspec] = ACTIONS(1613), - [anon_sym_LBRACE] = ACTIONS(1615), - [anon_sym_LBRACK] = ACTIONS(1613), - [anon_sym_static] = ACTIONS(1613), - [anon_sym_register] = ACTIONS(1613), - [anon_sym_inline] = ACTIONS(1613), - [anon_sym_thread_local] = ACTIONS(1613), - [anon_sym_const] = ACTIONS(1613), - [anon_sym_volatile] = ACTIONS(1613), - [anon_sym_restrict] = ACTIONS(1613), - [anon_sym__Atomic] = ACTIONS(1613), - [anon_sym_mutable] = ACTIONS(1613), - [anon_sym_constexpr] = ACTIONS(1613), - [anon_sym_signed] = ACTIONS(1613), - [anon_sym_unsigned] = ACTIONS(1613), - [anon_sym_long] = ACTIONS(1613), - [anon_sym_short] = ACTIONS(1613), - [sym_primitive_type] = ACTIONS(1613), - [anon_sym_enum] = ACTIONS(1613), - [anon_sym_class] = ACTIONS(1613), - [anon_sym_struct] = ACTIONS(1613), - [anon_sym_union] = ACTIONS(1613), - [anon_sym_if] = ACTIONS(1613), - [anon_sym_else] = ACTIONS(1613), - [anon_sym_switch] = ACTIONS(1613), - [anon_sym_while] = ACTIONS(1613), - [anon_sym_do] = ACTIONS(1613), - [anon_sym_for] = ACTIONS(1613), - [anon_sym_return] = ACTIONS(1613), - [anon_sym_break] = ACTIONS(1613), - [anon_sym_continue] = ACTIONS(1613), - [anon_sym_goto] = ACTIONS(1613), - [anon_sym_DASH_DASH] = ACTIONS(1615), - [anon_sym_PLUS_PLUS] = ACTIONS(1615), - [anon_sym_sizeof] = ACTIONS(1613), - [sym_number_literal] = ACTIONS(1615), - [anon_sym_L_SQUOTE] = ACTIONS(1615), - [anon_sym_u_SQUOTE] = ACTIONS(1615), - [anon_sym_U_SQUOTE] = ACTIONS(1615), - [anon_sym_u8_SQUOTE] = ACTIONS(1615), - [anon_sym_SQUOTE] = ACTIONS(1615), - [anon_sym_L_DQUOTE] = ACTIONS(1615), - [anon_sym_u_DQUOTE] = ACTIONS(1615), - [anon_sym_U_DQUOTE] = ACTIONS(1615), - [anon_sym_u8_DQUOTE] = ACTIONS(1615), - [anon_sym_DQUOTE] = ACTIONS(1615), - [sym_true] = ACTIONS(1613), - [sym_false] = ACTIONS(1613), - [sym_null] = ACTIONS(1613), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1613), - [anon_sym_virtual] = ACTIONS(1613), - [sym_auto] = ACTIONS(1613), - [anon_sym_typename] = ACTIONS(1613), - [anon_sym_template] = ACTIONS(1613), - [anon_sym_delete] = ACTIONS(1613), - [anon_sym_throw] = ACTIONS(1613), - [anon_sym_co_return] = ACTIONS(1613), - [anon_sym_co_yield] = ACTIONS(1613), - [anon_sym_try] = ACTIONS(1613), - [anon_sym_co_await] = ACTIONS(1613), - [anon_sym_new] = ACTIONS(1613), - [sym_this] = ACTIONS(1613), - [sym_nullptr] = ACTIONS(1613), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_FORWARD] = ACTIONS(1613), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1613), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_PS_GET] = ACTIONS(1613), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1613), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1613), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1613), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1613), - [anon_sym_MOZ_COLD] = ACTIONS(1613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL] = ACTIONS(1613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN] = ACTIONS(1613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1613), - [anon_sym_MOZ_RAII] = ACTIONS(1613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1613), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1613), - [sym_raw_string_literal] = ACTIONS(1615), - }, - [743] = { - [sym_identifier] = ACTIONS(1695), - [anon_sym_LPAREN2] = ACTIONS(1697), - [anon_sym_BANG] = ACTIONS(1697), - [anon_sym_TILDE] = ACTIONS(1697), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1697), - [anon_sym_AMP] = ACTIONS(1697), - [anon_sym_SEMI] = ACTIONS(1697), - [anon_sym_typedef] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym___attribute__] = ACTIONS(1695), - [anon_sym_COLON_COLON] = ACTIONS(1697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), - [anon_sym___declspec] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1697), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_static] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_inline] = ACTIONS(1695), - [anon_sym_thread_local] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [anon_sym_volatile] = ACTIONS(1695), - [anon_sym_restrict] = ACTIONS(1695), - [anon_sym__Atomic] = ACTIONS(1695), - [anon_sym_mutable] = ACTIONS(1695), - [anon_sym_constexpr] = ACTIONS(1695), - [anon_sym_signed] = ACTIONS(1695), - [anon_sym_unsigned] = ACTIONS(1695), - [anon_sym_long] = ACTIONS(1695), - [anon_sym_short] = ACTIONS(1695), - [sym_primitive_type] = ACTIONS(1695), - [anon_sym_enum] = ACTIONS(1695), - [anon_sym_class] = ACTIONS(1695), - [anon_sym_struct] = ACTIONS(1695), - [anon_sym_union] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_else] = ACTIONS(1695), - [anon_sym_switch] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_goto] = ACTIONS(1695), - [anon_sym_DASH_DASH] = ACTIONS(1697), - [anon_sym_PLUS_PLUS] = ACTIONS(1697), - [anon_sym_sizeof] = ACTIONS(1695), - [sym_number_literal] = ACTIONS(1697), - [anon_sym_L_SQUOTE] = ACTIONS(1697), - [anon_sym_u_SQUOTE] = ACTIONS(1697), - [anon_sym_U_SQUOTE] = ACTIONS(1697), - [anon_sym_u8_SQUOTE] = ACTIONS(1697), - [anon_sym_SQUOTE] = ACTIONS(1697), - [anon_sym_L_DQUOTE] = ACTIONS(1697), - [anon_sym_u_DQUOTE] = ACTIONS(1697), - [anon_sym_U_DQUOTE] = ACTIONS(1697), - [anon_sym_u8_DQUOTE] = ACTIONS(1697), - [anon_sym_DQUOTE] = ACTIONS(1697), - [sym_true] = ACTIONS(1695), - [sym_false] = ACTIONS(1695), - [sym_null] = ACTIONS(1695), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [751] = { + [sym_identifier] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1591), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1591), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_typedef] = ACTIONS(1589), + [anon_sym_extern] = ACTIONS(1589), + [anon_sym___attribute__] = ACTIONS(1589), + [anon_sym_COLON_COLON] = ACTIONS(1591), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), + [anon_sym___declspec] = ACTIONS(1589), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_static] = ACTIONS(1589), + [anon_sym_register] = ACTIONS(1589), + [anon_sym_inline] = ACTIONS(1589), + [anon_sym_thread_local] = ACTIONS(1589), + [anon_sym_const] = ACTIONS(1589), + [anon_sym_volatile] = ACTIONS(1589), + [anon_sym_restrict] = ACTIONS(1589), + [anon_sym__Atomic] = ACTIONS(1589), + [anon_sym_mutable] = ACTIONS(1589), + [anon_sym_constexpr] = ACTIONS(1589), + [anon_sym_signed] = ACTIONS(1589), + [anon_sym_unsigned] = ACTIONS(1589), + [anon_sym_long] = ACTIONS(1589), + [anon_sym_short] = ACTIONS(1589), + [sym_primitive_type] = ACTIONS(1589), + [anon_sym_enum] = ACTIONS(1589), + [anon_sym_class] = ACTIONS(1589), + [anon_sym_struct] = ACTIONS(1589), + [anon_sym_union] = ACTIONS(1589), + [anon_sym_if] = ACTIONS(1589), + [anon_sym_else] = ACTIONS(1589), + [anon_sym_switch] = ACTIONS(1589), + [anon_sym_while] = ACTIONS(1589), + [anon_sym_do] = ACTIONS(1589), + [anon_sym_for] = ACTIONS(1589), + [anon_sym_return] = ACTIONS(1589), + [anon_sym_break] = ACTIONS(1589), + [anon_sym_continue] = ACTIONS(1589), + [anon_sym_goto] = ACTIONS(1589), + [anon_sym_DASH_DASH] = ACTIONS(1591), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_sizeof] = ACTIONS(1589), + [sym_number_literal] = ACTIONS(1591), + [anon_sym_L_SQUOTE] = ACTIONS(1591), + [anon_sym_u_SQUOTE] = ACTIONS(1591), + [anon_sym_U_SQUOTE] = ACTIONS(1591), + [anon_sym_u8_SQUOTE] = ACTIONS(1591), + [anon_sym_SQUOTE] = ACTIONS(1591), + [anon_sym_L_DQUOTE] = ACTIONS(1591), + [anon_sym_u_DQUOTE] = ACTIONS(1591), + [anon_sym_U_DQUOTE] = ACTIONS(1591), + [anon_sym_u8_DQUOTE] = ACTIONS(1591), + [anon_sym_DQUOTE] = ACTIONS(1591), + [sym_true] = ACTIONS(1589), + [sym_false] = ACTIONS(1589), + [sym_null] = ACTIONS(1589), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1695), - [anon_sym_virtual] = ACTIONS(1695), - [sym_auto] = ACTIONS(1695), - [anon_sym_typename] = ACTIONS(1695), - [anon_sym_template] = ACTIONS(1695), - [anon_sym_delete] = ACTIONS(1695), - [anon_sym_throw] = ACTIONS(1695), - [anon_sym_co_return] = ACTIONS(1695), - [anon_sym_co_yield] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_co_await] = ACTIONS(1695), - [anon_sym_new] = ACTIONS(1695), - [sym_this] = ACTIONS(1695), - [sym_nullptr] = ACTIONS(1695), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_FORWARD] = ACTIONS(1695), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_PS_GET] = ACTIONS(1695), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), - [anon_sym_MOZ_COLD] = ACTIONS(1695), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL] = ACTIONS(1695), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN] = ACTIONS(1695), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), - [anon_sym_MOZ_RAII] = ACTIONS(1695), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), - [sym_raw_string_literal] = ACTIONS(1697), + [anon_sym_decltype] = ACTIONS(1589), + [anon_sym_virtual] = ACTIONS(1589), + [sym_auto] = ACTIONS(1589), + [anon_sym_typename] = ACTIONS(1589), + [anon_sym_template] = ACTIONS(1589), + [anon_sym_delete] = ACTIONS(1589), + [anon_sym_throw] = ACTIONS(1589), + [anon_sym_co_return] = ACTIONS(1589), + [anon_sym_co_yield] = ACTIONS(1589), + [anon_sym_try] = ACTIONS(1589), + [anon_sym_co_await] = ACTIONS(1589), + [anon_sym_new] = ACTIONS(1589), + [sym_this] = ACTIONS(1589), + [sym_nullptr] = ACTIONS(1589), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_FORWARD] = ACTIONS(1589), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_PS_GET] = ACTIONS(1589), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), + [anon_sym_MOZ_COLD] = ACTIONS(1589), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL] = ACTIONS(1589), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN] = ACTIONS(1589), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), + [anon_sym_MOZ_RAII] = ACTIONS(1589), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), + [sym_raw_string_literal] = ACTIONS(1591), }, - [744] = { + [752] = { [sym_identifier] = ACTIONS(1597), [anon_sym_LPAREN2] = ACTIONS(1599), [anon_sym_BANG] = ACTIONS(1599), @@ -174751,341 +176235,508 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1597), [sym_raw_string_literal] = ACTIONS(1599), }, - [745] = { - [sym_identifier] = ACTIONS(1537), - [anon_sym_LPAREN2] = ACTIONS(1539), - [anon_sym_BANG] = ACTIONS(1539), - [anon_sym_TILDE] = ACTIONS(1539), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1539), - [anon_sym_SEMI] = ACTIONS(1539), - [anon_sym_typedef] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym___attribute__] = ACTIONS(1537), - [anon_sym_COLON_COLON] = ACTIONS(1539), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), - [anon_sym___declspec] = ACTIONS(1537), - [anon_sym_LBRACE] = ACTIONS(1539), - [anon_sym_LBRACK] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_register] = ACTIONS(1537), - [anon_sym_inline] = ACTIONS(1537), - [anon_sym_thread_local] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_volatile] = ACTIONS(1537), - [anon_sym_restrict] = ACTIONS(1537), - [anon_sym__Atomic] = ACTIONS(1537), - [anon_sym_mutable] = ACTIONS(1537), - [anon_sym_constexpr] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1537), - [anon_sym_unsigned] = ACTIONS(1537), - [anon_sym_long] = ACTIONS(1537), - [anon_sym_short] = ACTIONS(1537), - [sym_primitive_type] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), - [anon_sym_if] = ACTIONS(1537), - [anon_sym_else] = ACTIONS(1537), - [anon_sym_switch] = ACTIONS(1537), - [anon_sym_while] = ACTIONS(1537), - [anon_sym_do] = ACTIONS(1537), - [anon_sym_for] = ACTIONS(1537), - [anon_sym_return] = ACTIONS(1537), - [anon_sym_break] = ACTIONS(1537), - [anon_sym_continue] = ACTIONS(1537), - [anon_sym_goto] = ACTIONS(1537), - [anon_sym_DASH_DASH] = ACTIONS(1539), - [anon_sym_PLUS_PLUS] = ACTIONS(1539), - [anon_sym_sizeof] = ACTIONS(1537), - [sym_number_literal] = ACTIONS(1539), - [anon_sym_L_SQUOTE] = ACTIONS(1539), - [anon_sym_u_SQUOTE] = ACTIONS(1539), - [anon_sym_U_SQUOTE] = ACTIONS(1539), - [anon_sym_u8_SQUOTE] = ACTIONS(1539), - [anon_sym_SQUOTE] = ACTIONS(1539), - [anon_sym_L_DQUOTE] = ACTIONS(1539), - [anon_sym_u_DQUOTE] = ACTIONS(1539), - [anon_sym_U_DQUOTE] = ACTIONS(1539), - [anon_sym_u8_DQUOTE] = ACTIONS(1539), - [anon_sym_DQUOTE] = ACTIONS(1539), - [sym_true] = ACTIONS(1537), - [sym_false] = ACTIONS(1537), - [sym_null] = ACTIONS(1537), + [753] = { + [sym_identifier] = ACTIONS(1675), + [anon_sym_LPAREN2] = ACTIONS(1677), + [anon_sym_BANG] = ACTIONS(1677), + [anon_sym_TILDE] = ACTIONS(1677), + [anon_sym_DASH] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1677), + [anon_sym_AMP] = ACTIONS(1677), + [anon_sym_SEMI] = ACTIONS(1677), + [anon_sym_typedef] = ACTIONS(1675), + [anon_sym_extern] = ACTIONS(1675), + [anon_sym___attribute__] = ACTIONS(1675), + [anon_sym_COLON_COLON] = ACTIONS(1677), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1677), + [anon_sym___declspec] = ACTIONS(1675), + [anon_sym_LBRACE] = ACTIONS(1677), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1675), + [anon_sym_register] = ACTIONS(1675), + [anon_sym_inline] = ACTIONS(1675), + [anon_sym_thread_local] = ACTIONS(1675), + [anon_sym_const] = ACTIONS(1675), + [anon_sym_volatile] = ACTIONS(1675), + [anon_sym_restrict] = ACTIONS(1675), + [anon_sym__Atomic] = ACTIONS(1675), + [anon_sym_mutable] = ACTIONS(1675), + [anon_sym_constexpr] = ACTIONS(1675), + [anon_sym_signed] = ACTIONS(1675), + [anon_sym_unsigned] = ACTIONS(1675), + [anon_sym_long] = ACTIONS(1675), + [anon_sym_short] = ACTIONS(1675), + [sym_primitive_type] = ACTIONS(1675), + [anon_sym_enum] = ACTIONS(1675), + [anon_sym_class] = ACTIONS(1675), + [anon_sym_struct] = ACTIONS(1675), + [anon_sym_union] = ACTIONS(1675), + [anon_sym_if] = ACTIONS(1675), + [anon_sym_else] = ACTIONS(1675), + [anon_sym_switch] = ACTIONS(1675), + [anon_sym_while] = ACTIONS(1675), + [anon_sym_do] = ACTIONS(1675), + [anon_sym_for] = ACTIONS(1675), + [anon_sym_return] = ACTIONS(1675), + [anon_sym_break] = ACTIONS(1675), + [anon_sym_continue] = ACTIONS(1675), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_DASH_DASH] = ACTIONS(1677), + [anon_sym_PLUS_PLUS] = ACTIONS(1677), + [anon_sym_sizeof] = ACTIONS(1675), + [sym_number_literal] = ACTIONS(1677), + [anon_sym_L_SQUOTE] = ACTIONS(1677), + [anon_sym_u_SQUOTE] = ACTIONS(1677), + [anon_sym_U_SQUOTE] = ACTIONS(1677), + [anon_sym_u8_SQUOTE] = ACTIONS(1677), + [anon_sym_SQUOTE] = ACTIONS(1677), + [anon_sym_L_DQUOTE] = ACTIONS(1677), + [anon_sym_u_DQUOTE] = ACTIONS(1677), + [anon_sym_U_DQUOTE] = ACTIONS(1677), + [anon_sym_u8_DQUOTE] = ACTIONS(1677), + [anon_sym_DQUOTE] = ACTIONS(1677), + [sym_true] = ACTIONS(1675), + [sym_false] = ACTIONS(1675), + [sym_null] = ACTIONS(1675), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1537), - [anon_sym_virtual] = ACTIONS(1537), - [sym_auto] = ACTIONS(1537), - [anon_sym_typename] = ACTIONS(1537), - [anon_sym_template] = ACTIONS(1537), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_throw] = ACTIONS(1537), - [anon_sym_co_return] = ACTIONS(1537), - [anon_sym_co_yield] = ACTIONS(1537), - [anon_sym_try] = ACTIONS(1537), - [anon_sym_co_await] = ACTIONS(1537), - [anon_sym_new] = ACTIONS(1537), - [sym_this] = ACTIONS(1537), - [sym_nullptr] = ACTIONS(1537), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_FORWARD] = ACTIONS(1537), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1537), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_PS_GET] = ACTIONS(1537), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1537), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1537), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1537), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), - [anon_sym_MOZ_COLD] = ACTIONS(1537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_RAII] = ACTIONS(1537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), - [sym_raw_string_literal] = ACTIONS(1539), + [anon_sym_decltype] = ACTIONS(1675), + [anon_sym_virtual] = ACTIONS(1675), + [sym_auto] = ACTIONS(1675), + [anon_sym_typename] = ACTIONS(1675), + [anon_sym_template] = ACTIONS(1675), + [anon_sym_delete] = ACTIONS(1675), + [anon_sym_throw] = ACTIONS(1675), + [anon_sym_co_return] = ACTIONS(1675), + [anon_sym_co_yield] = ACTIONS(1675), + [anon_sym_try] = ACTIONS(1675), + [anon_sym_co_await] = ACTIONS(1675), + [anon_sym_new] = ACTIONS(1675), + [sym_this] = ACTIONS(1675), + [sym_nullptr] = ACTIONS(1675), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_FORWARD] = ACTIONS(1675), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1675), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_PS_GET] = ACTIONS(1675), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1675), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1675), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1675), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1675), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1675), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1675), + [anon_sym_MOZ_COLD] = ACTIONS(1675), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1675), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1675), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1675), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1675), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1675), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1675), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1675), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1675), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1675), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1675), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1675), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1675), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL] = ACTIONS(1675), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1675), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1675), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN] = ACTIONS(1675), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1675), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1675), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1675), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1675), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1675), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1675), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1675), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1675), + [anon_sym_MOZ_RAII] = ACTIONS(1675), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1675), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1675), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1675), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1675), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1675), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1675), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1675), + [sym_raw_string_literal] = ACTIONS(1677), }, - [746] = { - [sym_identifier] = ACTIONS(1541), - [anon_sym_LPAREN2] = ACTIONS(1543), - [anon_sym_BANG] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1543), - [anon_sym_DASH] = ACTIONS(1541), - [anon_sym_PLUS] = ACTIONS(1541), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_AMP] = ACTIONS(1543), - [anon_sym_SEMI] = ACTIONS(1543), - [anon_sym_typedef] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1541), - [anon_sym___attribute__] = ACTIONS(1541), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), - [anon_sym___declspec] = ACTIONS(1541), - [anon_sym_LBRACE] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1541), - [anon_sym_register] = ACTIONS(1541), - [anon_sym_inline] = ACTIONS(1541), - [anon_sym_thread_local] = ACTIONS(1541), - [anon_sym_const] = ACTIONS(1541), - [anon_sym_volatile] = ACTIONS(1541), - [anon_sym_restrict] = ACTIONS(1541), - [anon_sym__Atomic] = ACTIONS(1541), - [anon_sym_mutable] = ACTIONS(1541), - [anon_sym_constexpr] = ACTIONS(1541), - [anon_sym_signed] = ACTIONS(1541), - [anon_sym_unsigned] = ACTIONS(1541), - [anon_sym_long] = ACTIONS(1541), - [anon_sym_short] = ACTIONS(1541), - [sym_primitive_type] = ACTIONS(1541), - [anon_sym_enum] = ACTIONS(1541), - [anon_sym_class] = ACTIONS(1541), - [anon_sym_struct] = ACTIONS(1541), - [anon_sym_union] = ACTIONS(1541), - [anon_sym_if] = ACTIONS(1541), - [anon_sym_else] = ACTIONS(1541), - [anon_sym_switch] = ACTIONS(1541), - [anon_sym_while] = ACTIONS(1541), - [anon_sym_do] = ACTIONS(1541), - [anon_sym_for] = ACTIONS(1541), - [anon_sym_return] = ACTIONS(1541), - [anon_sym_break] = ACTIONS(1541), - [anon_sym_continue] = ACTIONS(1541), - [anon_sym_goto] = ACTIONS(1541), - [anon_sym_DASH_DASH] = ACTIONS(1543), - [anon_sym_PLUS_PLUS] = ACTIONS(1543), - [anon_sym_sizeof] = ACTIONS(1541), - [sym_number_literal] = ACTIONS(1543), - [anon_sym_L_SQUOTE] = ACTIONS(1543), - [anon_sym_u_SQUOTE] = ACTIONS(1543), - [anon_sym_U_SQUOTE] = ACTIONS(1543), - [anon_sym_u8_SQUOTE] = ACTIONS(1543), - [anon_sym_SQUOTE] = ACTIONS(1543), - [anon_sym_L_DQUOTE] = ACTIONS(1543), - [anon_sym_u_DQUOTE] = ACTIONS(1543), - [anon_sym_U_DQUOTE] = ACTIONS(1543), - [anon_sym_u8_DQUOTE] = ACTIONS(1543), - [anon_sym_DQUOTE] = ACTIONS(1543), - [sym_true] = ACTIONS(1541), - [sym_false] = ACTIONS(1541), - [sym_null] = ACTIONS(1541), + [754] = { + [sym_identifier] = ACTIONS(1621), + [anon_sym_LPAREN2] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_AMP] = ACTIONS(1623), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym___attribute__] = ACTIONS(1621), + [anon_sym_COLON_COLON] = ACTIONS(1623), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), + [anon_sym___declspec] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_LBRACK] = ACTIONS(1621), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_thread_local] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym__Atomic] = ACTIONS(1621), + [anon_sym_mutable] = ACTIONS(1621), + [anon_sym_constexpr] = ACTIONS(1621), + [anon_sym_signed] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_class] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_else] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1623), + [anon_sym_u_SQUOTE] = ACTIONS(1623), + [anon_sym_U_SQUOTE] = ACTIONS(1623), + [anon_sym_u8_SQUOTE] = ACTIONS(1623), + [anon_sym_SQUOTE] = ACTIONS(1623), + [anon_sym_L_DQUOTE] = ACTIONS(1623), + [anon_sym_u_DQUOTE] = ACTIONS(1623), + [anon_sym_U_DQUOTE] = ACTIONS(1623), + [anon_sym_u8_DQUOTE] = ACTIONS(1623), + [anon_sym_DQUOTE] = ACTIONS(1623), + [sym_true] = ACTIONS(1621), + [sym_false] = ACTIONS(1621), + [sym_null] = ACTIONS(1621), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1541), - [anon_sym_virtual] = ACTIONS(1541), - [sym_auto] = ACTIONS(1541), - [anon_sym_typename] = ACTIONS(1541), - [anon_sym_template] = ACTIONS(1541), - [anon_sym_delete] = ACTIONS(1541), - [anon_sym_throw] = ACTIONS(1541), - [anon_sym_co_return] = ACTIONS(1541), - [anon_sym_co_yield] = ACTIONS(1541), - [anon_sym_try] = ACTIONS(1541), - [anon_sym_co_await] = ACTIONS(1541), - [anon_sym_new] = ACTIONS(1541), - [sym_this] = ACTIONS(1541), - [sym_nullptr] = ACTIONS(1541), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_FORWARD] = ACTIONS(1541), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1541), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_PS_GET] = ACTIONS(1541), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1541), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1541), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1541), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), - [anon_sym_MOZ_COLD] = ACTIONS(1541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_RAII] = ACTIONS(1541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), - [sym_raw_string_literal] = ACTIONS(1543), + [anon_sym_decltype] = ACTIONS(1621), + [anon_sym_virtual] = ACTIONS(1621), + [sym_auto] = ACTIONS(1621), + [anon_sym_typename] = ACTIONS(1621), + [anon_sym_template] = ACTIONS(1621), + [anon_sym_delete] = ACTIONS(1621), + [anon_sym_throw] = ACTIONS(1621), + [anon_sym_co_return] = ACTIONS(1621), + [anon_sym_co_yield] = ACTIONS(1621), + [anon_sym_try] = ACTIONS(1621), + [anon_sym_co_await] = ACTIONS(1621), + [anon_sym_new] = ACTIONS(1621), + [sym_this] = ACTIONS(1621), + [sym_nullptr] = ACTIONS(1621), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_FORWARD] = ACTIONS(1621), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_PS_GET] = ACTIONS(1621), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), + [anon_sym_MOZ_COLD] = ACTIONS(1621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL] = ACTIONS(1621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN] = ACTIONS(1621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), + [anon_sym_MOZ_RAII] = ACTIONS(1621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), + [sym_raw_string_literal] = ACTIONS(1623), + }, + [755] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [747] = { + [756] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -175252,675 +176903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [748] = { - [sym_identifier] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), - }, - [749] = { - [sym_identifier] = ACTIONS(1555), - [anon_sym_LPAREN2] = ACTIONS(1557), - [anon_sym_BANG] = ACTIONS(1557), - [anon_sym_TILDE] = ACTIONS(1557), - [anon_sym_DASH] = ACTIONS(1555), - [anon_sym_PLUS] = ACTIONS(1555), - [anon_sym_STAR] = ACTIONS(1557), - [anon_sym_AMP] = ACTIONS(1557), - [anon_sym_SEMI] = ACTIONS(1557), - [anon_sym_typedef] = ACTIONS(1555), - [anon_sym_extern] = ACTIONS(1555), - [anon_sym___attribute__] = ACTIONS(1555), - [anon_sym_COLON_COLON] = ACTIONS(1557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1557), - [anon_sym___declspec] = ACTIONS(1555), - [anon_sym_LBRACE] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(1555), - [anon_sym_static] = ACTIONS(1555), - [anon_sym_register] = ACTIONS(1555), - [anon_sym_inline] = ACTIONS(1555), - [anon_sym_thread_local] = ACTIONS(1555), - [anon_sym_const] = ACTIONS(1555), - [anon_sym_volatile] = ACTIONS(1555), - [anon_sym_restrict] = ACTIONS(1555), - [anon_sym__Atomic] = ACTIONS(1555), - [anon_sym_mutable] = ACTIONS(1555), - [anon_sym_constexpr] = ACTIONS(1555), - [anon_sym_signed] = ACTIONS(1555), - [anon_sym_unsigned] = ACTIONS(1555), - [anon_sym_long] = ACTIONS(1555), - [anon_sym_short] = ACTIONS(1555), - [sym_primitive_type] = ACTIONS(1555), - [anon_sym_enum] = ACTIONS(1555), - [anon_sym_class] = ACTIONS(1555), - [anon_sym_struct] = ACTIONS(1555), - [anon_sym_union] = ACTIONS(1555), - [anon_sym_if] = ACTIONS(1555), - [anon_sym_else] = ACTIONS(1555), - [anon_sym_switch] = ACTIONS(1555), - [anon_sym_while] = ACTIONS(1555), - [anon_sym_do] = ACTIONS(1555), - [anon_sym_for] = ACTIONS(1555), - [anon_sym_return] = ACTIONS(1555), - [anon_sym_break] = ACTIONS(1555), - [anon_sym_continue] = ACTIONS(1555), - [anon_sym_goto] = ACTIONS(1555), - [anon_sym_DASH_DASH] = ACTIONS(1557), - [anon_sym_PLUS_PLUS] = ACTIONS(1557), - [anon_sym_sizeof] = ACTIONS(1555), - [sym_number_literal] = ACTIONS(1557), - [anon_sym_L_SQUOTE] = ACTIONS(1557), - [anon_sym_u_SQUOTE] = ACTIONS(1557), - [anon_sym_U_SQUOTE] = ACTIONS(1557), - [anon_sym_u8_SQUOTE] = ACTIONS(1557), - [anon_sym_SQUOTE] = ACTIONS(1557), - [anon_sym_L_DQUOTE] = ACTIONS(1557), - [anon_sym_u_DQUOTE] = ACTIONS(1557), - [anon_sym_U_DQUOTE] = ACTIONS(1557), - [anon_sym_u8_DQUOTE] = ACTIONS(1557), - [anon_sym_DQUOTE] = ACTIONS(1557), - [sym_true] = ACTIONS(1555), - [sym_false] = ACTIONS(1555), - [sym_null] = ACTIONS(1555), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1555), - [anon_sym_virtual] = ACTIONS(1555), - [sym_auto] = ACTIONS(1555), - [anon_sym_typename] = ACTIONS(1555), - [anon_sym_template] = ACTIONS(1555), - [anon_sym_delete] = ACTIONS(1555), - [anon_sym_throw] = ACTIONS(1555), - [anon_sym_co_return] = ACTIONS(1555), - [anon_sym_co_yield] = ACTIONS(1555), - [anon_sym_try] = ACTIONS(1555), - [anon_sym_co_await] = ACTIONS(1555), - [anon_sym_new] = ACTIONS(1555), - [sym_this] = ACTIONS(1555), - [sym_nullptr] = ACTIONS(1555), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_FORWARD] = ACTIONS(1555), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1555), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_PS_GET] = ACTIONS(1555), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1555), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1555), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1555), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1555), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1555), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1555), - [anon_sym_MOZ_COLD] = ACTIONS(1555), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1555), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1555), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1555), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1555), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1555), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1555), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1555), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1555), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1555), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1555), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1555), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1555), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL] = ACTIONS(1555), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1555), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1555), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN] = ACTIONS(1555), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1555), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1555), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1555), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1555), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1555), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1555), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1555), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1555), - [anon_sym_MOZ_RAII] = ACTIONS(1555), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1555), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1555), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1555), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1555), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1555), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1555), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1555), - [sym_raw_string_literal] = ACTIONS(1557), - }, - [750] = { - [sym_identifier] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_BANG] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1581), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), - [anon_sym_if] = ACTIONS(1581), - [anon_sym_else] = ACTIONS(1581), - [anon_sym_switch] = ACTIONS(1581), - [anon_sym_while] = ACTIONS(1581), - [anon_sym_do] = ACTIONS(1581), - [anon_sym_for] = ACTIONS(1581), - [anon_sym_return] = ACTIONS(1581), - [anon_sym_break] = ACTIONS(1581), - [anon_sym_continue] = ACTIONS(1581), - [anon_sym_goto] = ACTIONS(1581), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_sizeof] = ACTIONS(1581), - [sym_number_literal] = ACTIONS(1583), - [anon_sym_L_SQUOTE] = ACTIONS(1583), - [anon_sym_u_SQUOTE] = ACTIONS(1583), - [anon_sym_U_SQUOTE] = ACTIONS(1583), - [anon_sym_u8_SQUOTE] = ACTIONS(1583), - [anon_sym_SQUOTE] = ACTIONS(1583), - [anon_sym_L_DQUOTE] = ACTIONS(1583), - [anon_sym_u_DQUOTE] = ACTIONS(1583), - [anon_sym_U_DQUOTE] = ACTIONS(1583), - [anon_sym_u8_DQUOTE] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym_true] = ACTIONS(1581), - [sym_false] = ACTIONS(1581), - [sym_null] = ACTIONS(1581), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_delete] = ACTIONS(1581), - [anon_sym_throw] = ACTIONS(1581), - [anon_sym_co_return] = ACTIONS(1581), - [anon_sym_co_yield] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1581), - [anon_sym_co_await] = ACTIONS(1581), - [anon_sym_new] = ACTIONS(1581), - [sym_this] = ACTIONS(1581), - [sym_nullptr] = ACTIONS(1581), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_FORWARD] = ACTIONS(1581), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_PS_GET] = ACTIONS(1581), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), - [sym_raw_string_literal] = ACTIONS(1583), - }, - [751] = { - [sym__declaration_modifiers] = STATE(1082), - [sym__declaration_specifiers] = STATE(3571), - [sym_attribute_specifier] = STATE(1082), - [sym_attribute_declaration] = STATE(1082), - [sym_ms_declspec_modifier] = STATE(1082), - [sym_storage_class_specifier] = STATE(1082), - [sym_type_qualifier] = STATE(1082), - [sym__type_specifier] = STATE(1476), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1082), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1082), - [aux_sym_sized_type_specifier_repeat1] = STATE(1334), - [sym_identifier] = ACTIONS(2317), - [anon_sym_COMMA] = ACTIONS(2341), - [anon_sym_BANG] = ACTIONS(2343), - [anon_sym_TILDE] = ACTIONS(2341), - [anon_sym_DASH] = ACTIONS(2343), - [anon_sym_PLUS] = ACTIONS(2343), - [anon_sym_STAR] = ACTIONS(2343), - [anon_sym_SLASH] = ACTIONS(2343), - [anon_sym_PERCENT] = ACTIONS(2343), - [anon_sym_PIPE_PIPE] = ACTIONS(2341), - [anon_sym_AMP_AMP] = ACTIONS(2341), - [anon_sym_PIPE] = ACTIONS(2343), - [anon_sym_CARET] = ACTIONS(2343), - [anon_sym_AMP] = ACTIONS(2343), - [anon_sym_EQ_EQ] = ACTIONS(2341), - [anon_sym_BANG_EQ] = ACTIONS(2341), - [anon_sym_GT] = ACTIONS(2343), - [anon_sym_GT_EQ] = ACTIONS(2341), - [anon_sym_LT_EQ] = ACTIONS(2341), - [anon_sym_LT] = ACTIONS(2343), - [anon_sym_LT_LT] = ACTIONS(2343), - [anon_sym_GT_GT] = ACTIONS(2343), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym_EQ] = ACTIONS(2343), - [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_signed] = ACTIONS(2325), - [anon_sym_unsigned] = ACTIONS(2325), - [anon_sym_long] = ACTIONS(2325), - [anon_sym_short] = ACTIONS(2325), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(2327), - [anon_sym_class] = ACTIONS(2329), - [anon_sym_struct] = ACTIONS(2331), - [anon_sym_union] = ACTIONS(2333), - [anon_sym_STAR_EQ] = ACTIONS(2341), - [anon_sym_SLASH_EQ] = ACTIONS(2341), - [anon_sym_PERCENT_EQ] = ACTIONS(2341), - [anon_sym_PLUS_EQ] = ACTIONS(2341), - [anon_sym_DASH_EQ] = ACTIONS(2341), - [anon_sym_LT_LT_EQ] = ACTIONS(2341), - [anon_sym_GT_GT_EQ] = ACTIONS(2341), - [anon_sym_AMP_EQ] = ACTIONS(2341), - [anon_sym_CARET_EQ] = ACTIONS(2341), - [anon_sym_PIPE_EQ] = ACTIONS(2341), - [anon_sym_DASH_DASH] = ACTIONS(2341), - [anon_sym_PLUS_PLUS] = ACTIONS(2341), - [anon_sym_DASH_GT] = ACTIONS(2343), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2335), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2345), - [anon_sym_co_await] = ACTIONS(2343), - [anon_sym_new] = ACTIONS(2345), - [anon_sym_DASH_GT_STAR] = ACTIONS(2341), - [anon_sym_LPAREN_RPAREN] = ACTIONS(2341), - [anon_sym_LBRACK_RBRACK] = ACTIONS(2341), - [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2347), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [752] = { + [757] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -176087,7 +177070,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [753] = { + [758] = { + [sym_identifier] = ACTIONS(1615), + [anon_sym_LPAREN2] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_AMP] = ACTIONS(1617), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym___attribute__] = ACTIONS(1615), + [anon_sym_COLON_COLON] = ACTIONS(1617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1617), + [anon_sym___declspec] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_thread_local] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym__Atomic] = ACTIONS(1615), + [anon_sym_mutable] = ACTIONS(1615), + [anon_sym_constexpr] = ACTIONS(1615), + [anon_sym_signed] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_class] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_else] = ACTIONS(2339), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1617), + [anon_sym_L_SQUOTE] = ACTIONS(1617), + [anon_sym_u_SQUOTE] = ACTIONS(1617), + [anon_sym_U_SQUOTE] = ACTIONS(1617), + [anon_sym_u8_SQUOTE] = ACTIONS(1617), + [anon_sym_SQUOTE] = ACTIONS(1617), + [anon_sym_L_DQUOTE] = ACTIONS(1617), + [anon_sym_u_DQUOTE] = ACTIONS(1617), + [anon_sym_U_DQUOTE] = ACTIONS(1617), + [anon_sym_u8_DQUOTE] = ACTIONS(1617), + [anon_sym_DQUOTE] = ACTIONS(1617), + [sym_true] = ACTIONS(1615), + [sym_false] = ACTIONS(1615), + [sym_null] = ACTIONS(1615), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1615), + [anon_sym_virtual] = ACTIONS(1615), + [sym_auto] = ACTIONS(1615), + [anon_sym_typename] = ACTIONS(1615), + [anon_sym_template] = ACTIONS(1615), + [anon_sym_delete] = ACTIONS(1615), + [anon_sym_throw] = ACTIONS(1615), + [anon_sym_co_return] = ACTIONS(1615), + [anon_sym_co_yield] = ACTIONS(1615), + [anon_sym_try] = ACTIONS(1615), + [anon_sym_co_await] = ACTIONS(1615), + [anon_sym_new] = ACTIONS(1615), + [sym_this] = ACTIONS(1615), + [sym_nullptr] = ACTIONS(1615), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_FORWARD] = ACTIONS(1615), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1615), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_PS_GET] = ACTIONS(1615), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1615), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1615), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1615), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1615), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1615), + [anon_sym_MOZ_COLD] = ACTIONS(1615), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1615), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1615), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1615), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1615), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1615), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1615), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1615), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1615), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1615), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1615), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1615), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1615), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL] = ACTIONS(1615), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1615), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1615), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN] = ACTIONS(1615), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1615), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1615), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1615), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1615), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1615), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1615), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1615), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1615), + [anon_sym_MOZ_RAII] = ACTIONS(1615), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1615), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1615), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1615), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1615), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1615), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1615), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1615), + [sym_raw_string_literal] = ACTIONS(1617), + }, + [759] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -176152,276 +177302,777 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(1533), [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1533), - [anon_sym_virtual] = ACTIONS(1533), - [sym_auto] = ACTIONS(1533), - [anon_sym_typename] = ACTIONS(1533), - [anon_sym_template] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_co_return] = ACTIONS(1533), - [anon_sym_co_yield] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_co_await] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [sym_this] = ACTIONS(1533), - [sym_nullptr] = ACTIONS(1533), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_FORWARD] = ACTIONS(1533), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_PS_GET] = ACTIONS(1533), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), - [anon_sym_MOZ_COLD] = ACTIONS(1533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [760] = { + [sym_identifier] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(1631), + [anon_sym_BANG] = ACTIONS(1631), + [anon_sym_TILDE] = ACTIONS(1631), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1631), + [anon_sym_AMP] = ACTIONS(1631), + [anon_sym_SEMI] = ACTIONS(1631), + [anon_sym_typedef] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1629), + [anon_sym___attribute__] = ACTIONS(1629), + [anon_sym_COLON_COLON] = ACTIONS(1631), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), + [anon_sym___declspec] = ACTIONS(1629), + [anon_sym_LBRACE] = ACTIONS(1631), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_static] = ACTIONS(1629), + [anon_sym_register] = ACTIONS(1629), + [anon_sym_inline] = ACTIONS(1629), + [anon_sym_thread_local] = ACTIONS(1629), + [anon_sym_const] = ACTIONS(1629), + [anon_sym_volatile] = ACTIONS(1629), + [anon_sym_restrict] = ACTIONS(1629), + [anon_sym__Atomic] = ACTIONS(1629), + [anon_sym_mutable] = ACTIONS(1629), + [anon_sym_constexpr] = ACTIONS(1629), + [anon_sym_signed] = ACTIONS(1629), + [anon_sym_unsigned] = ACTIONS(1629), + [anon_sym_long] = ACTIONS(1629), + [anon_sym_short] = ACTIONS(1629), + [sym_primitive_type] = ACTIONS(1629), + [anon_sym_enum] = ACTIONS(1629), + [anon_sym_class] = ACTIONS(1629), + [anon_sym_struct] = ACTIONS(1629), + [anon_sym_union] = ACTIONS(1629), + [anon_sym_if] = ACTIONS(1629), + [anon_sym_else] = ACTIONS(1629), + [anon_sym_switch] = ACTIONS(1629), + [anon_sym_while] = ACTIONS(1629), + [anon_sym_do] = ACTIONS(1629), + [anon_sym_for] = ACTIONS(1629), + [anon_sym_return] = ACTIONS(1629), + [anon_sym_break] = ACTIONS(1629), + [anon_sym_continue] = ACTIONS(1629), + [anon_sym_goto] = ACTIONS(1629), + [anon_sym_DASH_DASH] = ACTIONS(1631), + [anon_sym_PLUS_PLUS] = ACTIONS(1631), + [anon_sym_sizeof] = ACTIONS(1629), + [sym_number_literal] = ACTIONS(1631), + [anon_sym_L_SQUOTE] = ACTIONS(1631), + [anon_sym_u_SQUOTE] = ACTIONS(1631), + [anon_sym_U_SQUOTE] = ACTIONS(1631), + [anon_sym_u8_SQUOTE] = ACTIONS(1631), + [anon_sym_SQUOTE] = ACTIONS(1631), + [anon_sym_L_DQUOTE] = ACTIONS(1631), + [anon_sym_u_DQUOTE] = ACTIONS(1631), + [anon_sym_U_DQUOTE] = ACTIONS(1631), + [anon_sym_u8_DQUOTE] = ACTIONS(1631), + [anon_sym_DQUOTE] = ACTIONS(1631), + [sym_true] = ACTIONS(1629), + [sym_false] = ACTIONS(1629), + [sym_null] = ACTIONS(1629), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1629), + [anon_sym_virtual] = ACTIONS(1629), + [sym_auto] = ACTIONS(1629), + [anon_sym_typename] = ACTIONS(1629), + [anon_sym_template] = ACTIONS(1629), + [anon_sym_delete] = ACTIONS(1629), + [anon_sym_throw] = ACTIONS(1629), + [anon_sym_co_return] = ACTIONS(1629), + [anon_sym_co_yield] = ACTIONS(1629), + [anon_sym_try] = ACTIONS(1629), + [anon_sym_co_await] = ACTIONS(1629), + [anon_sym_new] = ACTIONS(1629), + [sym_this] = ACTIONS(1629), + [sym_nullptr] = ACTIONS(1629), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_FORWARD] = ACTIONS(1629), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_PS_GET] = ACTIONS(1629), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), + [anon_sym_MOZ_COLD] = ACTIONS(1629), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL] = ACTIONS(1629), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN] = ACTIONS(1629), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), + [anon_sym_MOZ_RAII] = ACTIONS(1629), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), + [sym_raw_string_literal] = ACTIONS(1631), + }, + [761] = { + [sym_identifier] = ACTIONS(1679), + [anon_sym_LPAREN2] = ACTIONS(1681), + [anon_sym_BANG] = ACTIONS(1681), + [anon_sym_TILDE] = ACTIONS(1681), + [anon_sym_DASH] = ACTIONS(1679), + [anon_sym_PLUS] = ACTIONS(1679), + [anon_sym_STAR] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_typedef] = ACTIONS(1679), + [anon_sym_extern] = ACTIONS(1679), + [anon_sym___attribute__] = ACTIONS(1679), + [anon_sym_COLON_COLON] = ACTIONS(1681), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1681), + [anon_sym___declspec] = ACTIONS(1679), + [anon_sym_LBRACE] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1679), + [anon_sym_static] = ACTIONS(1679), + [anon_sym_register] = ACTIONS(1679), + [anon_sym_inline] = ACTIONS(1679), + [anon_sym_thread_local] = ACTIONS(1679), + [anon_sym_const] = ACTIONS(1679), + [anon_sym_volatile] = ACTIONS(1679), + [anon_sym_restrict] = ACTIONS(1679), + [anon_sym__Atomic] = ACTIONS(1679), + [anon_sym_mutable] = ACTIONS(1679), + [anon_sym_constexpr] = ACTIONS(1679), + [anon_sym_signed] = ACTIONS(1679), + [anon_sym_unsigned] = ACTIONS(1679), + [anon_sym_long] = ACTIONS(1679), + [anon_sym_short] = ACTIONS(1679), + [sym_primitive_type] = ACTIONS(1679), + [anon_sym_enum] = ACTIONS(1679), + [anon_sym_class] = ACTIONS(1679), + [anon_sym_struct] = ACTIONS(1679), + [anon_sym_union] = ACTIONS(1679), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_else] = ACTIONS(1679), + [anon_sym_switch] = ACTIONS(1679), + [anon_sym_while] = ACTIONS(1679), + [anon_sym_do] = ACTIONS(1679), + [anon_sym_for] = ACTIONS(1679), + [anon_sym_return] = ACTIONS(1679), + [anon_sym_break] = ACTIONS(1679), + [anon_sym_continue] = ACTIONS(1679), + [anon_sym_goto] = ACTIONS(1679), + [anon_sym_DASH_DASH] = ACTIONS(1681), + [anon_sym_PLUS_PLUS] = ACTIONS(1681), + [anon_sym_sizeof] = ACTIONS(1679), + [sym_number_literal] = ACTIONS(1681), + [anon_sym_L_SQUOTE] = ACTIONS(1681), + [anon_sym_u_SQUOTE] = ACTIONS(1681), + [anon_sym_U_SQUOTE] = ACTIONS(1681), + [anon_sym_u8_SQUOTE] = ACTIONS(1681), + [anon_sym_SQUOTE] = ACTIONS(1681), + [anon_sym_L_DQUOTE] = ACTIONS(1681), + [anon_sym_u_DQUOTE] = ACTIONS(1681), + [anon_sym_U_DQUOTE] = ACTIONS(1681), + [anon_sym_u8_DQUOTE] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym_true] = ACTIONS(1679), + [sym_false] = ACTIONS(1679), + [sym_null] = ACTIONS(1679), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1679), + [anon_sym_virtual] = ACTIONS(1679), + [sym_auto] = ACTIONS(1679), + [anon_sym_typename] = ACTIONS(1679), + [anon_sym_template] = ACTIONS(1679), + [anon_sym_delete] = ACTIONS(1679), + [anon_sym_throw] = ACTIONS(1679), + [anon_sym_co_return] = ACTIONS(1679), + [anon_sym_co_yield] = ACTIONS(1679), + [anon_sym_try] = ACTIONS(1679), + [anon_sym_co_await] = ACTIONS(1679), + [anon_sym_new] = ACTIONS(1679), + [sym_this] = ACTIONS(1679), + [sym_nullptr] = ACTIONS(1679), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_FORWARD] = ACTIONS(1679), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1679), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_PS_GET] = ACTIONS(1679), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1679), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1679), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1679), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1679), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1679), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1679), + [anon_sym_MOZ_COLD] = ACTIONS(1679), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1679), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1679), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1679), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1679), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1679), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1679), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1679), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1679), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1679), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1679), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1679), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1679), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL] = ACTIONS(1679), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1679), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1679), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN] = ACTIONS(1679), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1679), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1679), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1679), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1679), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1679), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1679), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1679), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1679), + [anon_sym_MOZ_RAII] = ACTIONS(1679), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1679), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1679), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1679), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1679), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1679), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1679), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1679), + [sym_raw_string_literal] = ACTIONS(1681), + }, + [762] = { + [sym_identifier] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1583), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [anon_sym_if] = ACTIONS(1581), + [anon_sym_else] = ACTIONS(1581), + [anon_sym_switch] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1581), + [anon_sym_do] = ACTIONS(1581), + [anon_sym_for] = ACTIONS(1581), + [anon_sym_return] = ACTIONS(1581), + [anon_sym_break] = ACTIONS(1581), + [anon_sym_continue] = ACTIONS(1581), + [anon_sym_goto] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1583), + [anon_sym_L_SQUOTE] = ACTIONS(1583), + [anon_sym_u_SQUOTE] = ACTIONS(1583), + [anon_sym_U_SQUOTE] = ACTIONS(1583), + [anon_sym_u8_SQUOTE] = ACTIONS(1583), + [anon_sym_SQUOTE] = ACTIONS(1583), + [anon_sym_L_DQUOTE] = ACTIONS(1583), + [anon_sym_u_DQUOTE] = ACTIONS(1583), + [anon_sym_U_DQUOTE] = ACTIONS(1583), + [anon_sym_u8_DQUOTE] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1583), + [sym_true] = ACTIONS(1581), + [sym_false] = ACTIONS(1581), + [sym_null] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_delete] = ACTIONS(1581), + [anon_sym_throw] = ACTIONS(1581), + [anon_sym_co_return] = ACTIONS(1581), + [anon_sym_co_yield] = ACTIONS(1581), + [anon_sym_try] = ACTIONS(1581), + [anon_sym_co_await] = ACTIONS(1581), + [anon_sym_new] = ACTIONS(1581), + [sym_this] = ACTIONS(1581), + [sym_nullptr] = ACTIONS(1581), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_FORWARD] = ACTIONS(1581), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1581), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_PS_GET] = ACTIONS(1581), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1581), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1581), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1581), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [sym_raw_string_literal] = ACTIONS(1583), }, - [754] = { - [sym_identifier] = ACTIONS(2282), - [anon_sym_LPAREN2] = ACTIONS(2284), - [anon_sym_BANG] = ACTIONS(2284), - [anon_sym_TILDE] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2282), - [anon_sym_STAR] = ACTIONS(2284), - [anon_sym_AMP] = ACTIONS(2284), - [anon_sym_SEMI] = ACTIONS(2284), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_COLON_COLON] = ACTIONS(2284), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym_LBRACE] = ACTIONS(2284), - [anon_sym_LBRACK] = ACTIONS(2282), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym_mutable] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_signed] = ACTIONS(2282), - [anon_sym_unsigned] = ACTIONS(2282), - [anon_sym_long] = ACTIONS(2282), - [anon_sym_short] = ACTIONS(2282), - [sym_primitive_type] = ACTIONS(2282), - [anon_sym_enum] = ACTIONS(2282), - [anon_sym_class] = ACTIONS(2282), - [anon_sym_struct] = ACTIONS(2282), - [anon_sym_union] = ACTIONS(2282), - [anon_sym_if] = ACTIONS(2282), - [anon_sym_switch] = ACTIONS(2282), - [anon_sym_case] = ACTIONS(2282), - [anon_sym_default] = ACTIONS(2282), - [anon_sym_while] = ACTIONS(2282), - [anon_sym_do] = ACTIONS(2282), - [anon_sym_for] = ACTIONS(2282), - [anon_sym_return] = ACTIONS(2282), - [anon_sym_break] = ACTIONS(2282), - [anon_sym_continue] = ACTIONS(2282), - [anon_sym_goto] = ACTIONS(2282), - [anon_sym_DASH_DASH] = ACTIONS(2284), - [anon_sym_PLUS_PLUS] = ACTIONS(2284), - [anon_sym_sizeof] = ACTIONS(2282), - [sym_number_literal] = ACTIONS(2284), - [anon_sym_L_SQUOTE] = ACTIONS(2284), - [anon_sym_u_SQUOTE] = ACTIONS(2284), - [anon_sym_U_SQUOTE] = ACTIONS(2284), - [anon_sym_u8_SQUOTE] = ACTIONS(2284), - [anon_sym_SQUOTE] = ACTIONS(2284), - [anon_sym_L_DQUOTE] = ACTIONS(2284), - [anon_sym_u_DQUOTE] = ACTIONS(2284), - [anon_sym_U_DQUOTE] = ACTIONS(2284), - [anon_sym_u8_DQUOTE] = ACTIONS(2284), - [anon_sym_DQUOTE] = ACTIONS(2284), - [sym_true] = ACTIONS(2282), - [sym_false] = ACTIONS(2282), - [sym_null] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2282), - [anon_sym_virtual] = ACTIONS(2282), - [sym_auto] = ACTIONS(2282), - [anon_sym_typename] = ACTIONS(2282), - [anon_sym_template] = ACTIONS(2282), - [anon_sym_delete] = ACTIONS(2282), - [anon_sym_throw] = ACTIONS(2282), - [anon_sym_co_return] = ACTIONS(2282), - [anon_sym_co_yield] = ACTIONS(2282), - [anon_sym_try] = ACTIONS(2282), - [anon_sym_co_await] = ACTIONS(2282), - [anon_sym_new] = ACTIONS(2282), - [sym_this] = ACTIONS(2282), - [sym_nullptr] = ACTIONS(2282), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_FORWARD] = ACTIONS(2282), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2282), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_PS_GET] = ACTIONS(2282), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2282), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2282), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2282), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2282), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2282), - [anon_sym_MOZ_COLD] = ACTIONS(2282), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2282), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2282), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2282), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2282), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2282), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2282), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2282), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2282), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2282), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2282), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2282), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2282), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_RAII] = ACTIONS(2282), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2282), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2282), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2282), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2282), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2282), - [sym_raw_string_literal] = ACTIONS(2284), + [763] = { + [sym_identifier] = ACTIONS(1683), + [anon_sym_LPAREN2] = ACTIONS(1685), + [anon_sym_BANG] = ACTIONS(1685), + [anon_sym_TILDE] = ACTIONS(1685), + [anon_sym_DASH] = ACTIONS(1683), + [anon_sym_PLUS] = ACTIONS(1683), + [anon_sym_STAR] = ACTIONS(1685), + [anon_sym_AMP] = ACTIONS(1685), + [anon_sym_SEMI] = ACTIONS(1685), + [anon_sym_typedef] = ACTIONS(1683), + [anon_sym_extern] = ACTIONS(1683), + [anon_sym___attribute__] = ACTIONS(1683), + [anon_sym_COLON_COLON] = ACTIONS(1685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1685), + [anon_sym___declspec] = ACTIONS(1683), + [anon_sym_LBRACE] = ACTIONS(1685), + [anon_sym_LBRACK] = ACTIONS(1683), + [anon_sym_static] = ACTIONS(1683), + [anon_sym_register] = ACTIONS(1683), + [anon_sym_inline] = ACTIONS(1683), + [anon_sym_thread_local] = ACTIONS(1683), + [anon_sym_const] = ACTIONS(1683), + [anon_sym_volatile] = ACTIONS(1683), + [anon_sym_restrict] = ACTIONS(1683), + [anon_sym__Atomic] = ACTIONS(1683), + [anon_sym_mutable] = ACTIONS(1683), + [anon_sym_constexpr] = ACTIONS(1683), + [anon_sym_signed] = ACTIONS(1683), + [anon_sym_unsigned] = ACTIONS(1683), + [anon_sym_long] = ACTIONS(1683), + [anon_sym_short] = ACTIONS(1683), + [sym_primitive_type] = ACTIONS(1683), + [anon_sym_enum] = ACTIONS(1683), + [anon_sym_class] = ACTIONS(1683), + [anon_sym_struct] = ACTIONS(1683), + [anon_sym_union] = ACTIONS(1683), + [anon_sym_if] = ACTIONS(1683), + [anon_sym_else] = ACTIONS(1683), + [anon_sym_switch] = ACTIONS(1683), + [anon_sym_while] = ACTIONS(1683), + [anon_sym_do] = ACTIONS(1683), + [anon_sym_for] = ACTIONS(1683), + [anon_sym_return] = ACTIONS(1683), + [anon_sym_break] = ACTIONS(1683), + [anon_sym_continue] = ACTIONS(1683), + [anon_sym_goto] = ACTIONS(1683), + [anon_sym_DASH_DASH] = ACTIONS(1685), + [anon_sym_PLUS_PLUS] = ACTIONS(1685), + [anon_sym_sizeof] = ACTIONS(1683), + [sym_number_literal] = ACTIONS(1685), + [anon_sym_L_SQUOTE] = ACTIONS(1685), + [anon_sym_u_SQUOTE] = ACTIONS(1685), + [anon_sym_U_SQUOTE] = ACTIONS(1685), + [anon_sym_u8_SQUOTE] = ACTIONS(1685), + [anon_sym_SQUOTE] = ACTIONS(1685), + [anon_sym_L_DQUOTE] = ACTIONS(1685), + [anon_sym_u_DQUOTE] = ACTIONS(1685), + [anon_sym_U_DQUOTE] = ACTIONS(1685), + [anon_sym_u8_DQUOTE] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(1685), + [sym_true] = ACTIONS(1683), + [sym_false] = ACTIONS(1683), + [sym_null] = ACTIONS(1683), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1683), + [anon_sym_virtual] = ACTIONS(1683), + [sym_auto] = ACTIONS(1683), + [anon_sym_typename] = ACTIONS(1683), + [anon_sym_template] = ACTIONS(1683), + [anon_sym_delete] = ACTIONS(1683), + [anon_sym_throw] = ACTIONS(1683), + [anon_sym_co_return] = ACTIONS(1683), + [anon_sym_co_yield] = ACTIONS(1683), + [anon_sym_try] = ACTIONS(1683), + [anon_sym_co_await] = ACTIONS(1683), + [anon_sym_new] = ACTIONS(1683), + [sym_this] = ACTIONS(1683), + [sym_nullptr] = ACTIONS(1683), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_FORWARD] = ACTIONS(1683), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1683), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_PS_GET] = ACTIONS(1683), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1683), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1683), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1683), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1683), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1683), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1683), + [anon_sym_MOZ_COLD] = ACTIONS(1683), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1683), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1683), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1683), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1683), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1683), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1683), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1683), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1683), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1683), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1683), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1683), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1683), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL] = ACTIONS(1683), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1683), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1683), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN] = ACTIONS(1683), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1683), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1683), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1683), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1683), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1683), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1683), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1683), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1683), + [anon_sym_MOZ_RAII] = ACTIONS(1683), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1683), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1683), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1683), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1683), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1683), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1683), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1683), + [sym_raw_string_literal] = ACTIONS(1685), }, - [755] = { + [764] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -176588,7 +178239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [756] = { + [765] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -176755,675 +178406,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [757] = { - [sym_identifier] = ACTIONS(1669), - [anon_sym_LPAREN2] = ACTIONS(1671), - [anon_sym_BANG] = ACTIONS(1671), - [anon_sym_TILDE] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1669), - [anon_sym_PLUS] = ACTIONS(1669), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_AMP] = ACTIONS(1671), - [anon_sym_SEMI] = ACTIONS(1671), - [anon_sym_typedef] = ACTIONS(1669), - [anon_sym_extern] = ACTIONS(1669), - [anon_sym___attribute__] = ACTIONS(1669), - [anon_sym_COLON_COLON] = ACTIONS(1671), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1671), - [anon_sym___declspec] = ACTIONS(1669), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_LBRACK] = ACTIONS(1669), - [anon_sym_static] = ACTIONS(1669), - [anon_sym_register] = ACTIONS(1669), - [anon_sym_inline] = ACTIONS(1669), - [anon_sym_thread_local] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_volatile] = ACTIONS(1669), - [anon_sym_restrict] = ACTIONS(1669), - [anon_sym__Atomic] = ACTIONS(1669), - [anon_sym_mutable] = ACTIONS(1669), - [anon_sym_constexpr] = ACTIONS(1669), - [anon_sym_signed] = ACTIONS(1669), - [anon_sym_unsigned] = ACTIONS(1669), - [anon_sym_long] = ACTIONS(1669), - [anon_sym_short] = ACTIONS(1669), - [sym_primitive_type] = ACTIONS(1669), - [anon_sym_enum] = ACTIONS(1669), - [anon_sym_class] = ACTIONS(1669), - [anon_sym_struct] = ACTIONS(1669), - [anon_sym_union] = ACTIONS(1669), - [anon_sym_if] = ACTIONS(1669), - [anon_sym_else] = ACTIONS(2349), - [anon_sym_switch] = ACTIONS(1669), - [anon_sym_while] = ACTIONS(1669), - [anon_sym_do] = ACTIONS(1669), - [anon_sym_for] = ACTIONS(1669), - [anon_sym_return] = ACTIONS(1669), - [anon_sym_break] = ACTIONS(1669), - [anon_sym_continue] = ACTIONS(1669), - [anon_sym_goto] = ACTIONS(1669), - [anon_sym_DASH_DASH] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_sizeof] = ACTIONS(1669), - [sym_number_literal] = ACTIONS(1671), - [anon_sym_L_SQUOTE] = ACTIONS(1671), - [anon_sym_u_SQUOTE] = ACTIONS(1671), - [anon_sym_U_SQUOTE] = ACTIONS(1671), - [anon_sym_u8_SQUOTE] = ACTIONS(1671), - [anon_sym_SQUOTE] = ACTIONS(1671), - [anon_sym_L_DQUOTE] = ACTIONS(1671), - [anon_sym_u_DQUOTE] = ACTIONS(1671), - [anon_sym_U_DQUOTE] = ACTIONS(1671), - [anon_sym_u8_DQUOTE] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym_true] = ACTIONS(1669), - [sym_false] = ACTIONS(1669), - [sym_null] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1669), - [anon_sym_virtual] = ACTIONS(1669), - [sym_auto] = ACTIONS(1669), - [anon_sym_typename] = ACTIONS(1669), - [anon_sym_template] = ACTIONS(1669), - [anon_sym_delete] = ACTIONS(1669), - [anon_sym_throw] = ACTIONS(1669), - [anon_sym_co_return] = ACTIONS(1669), - [anon_sym_co_yield] = ACTIONS(1669), - [anon_sym_try] = ACTIONS(1669), - [anon_sym_co_await] = ACTIONS(1669), - [anon_sym_new] = ACTIONS(1669), - [sym_this] = ACTIONS(1669), - [sym_nullptr] = ACTIONS(1669), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_FORWARD] = ACTIONS(1669), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1669), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_PS_GET] = ACTIONS(1669), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1669), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1669), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1669), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1669), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1669), - [anon_sym_MOZ_COLD] = ACTIONS(1669), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1669), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1669), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1669), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1669), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1669), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1669), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1669), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1669), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1669), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1669), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1669), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1669), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL] = ACTIONS(1669), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1669), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1669), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN] = ACTIONS(1669), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1669), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1669), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1669), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1669), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1669), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1669), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1669), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1669), - [anon_sym_MOZ_RAII] = ACTIONS(1669), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1669), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1669), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1669), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1669), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1669), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1669), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1669), - [sym_raw_string_literal] = ACTIONS(1671), - }, - [758] = { - [sym_identifier] = ACTIONS(1657), - [anon_sym_LPAREN2] = ACTIONS(1659), - [anon_sym_BANG] = ACTIONS(1659), - [anon_sym_TILDE] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_PLUS] = ACTIONS(1657), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_SEMI] = ACTIONS(1659), - [anon_sym_typedef] = ACTIONS(1657), - [anon_sym_extern] = ACTIONS(1657), - [anon_sym___attribute__] = ACTIONS(1657), - [anon_sym_COLON_COLON] = ACTIONS(1659), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1659), - [anon_sym___declspec] = ACTIONS(1657), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_LBRACK] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1657), - [anon_sym_register] = ACTIONS(1657), - [anon_sym_inline] = ACTIONS(1657), - [anon_sym_thread_local] = ACTIONS(1657), - [anon_sym_const] = ACTIONS(1657), - [anon_sym_volatile] = ACTIONS(1657), - [anon_sym_restrict] = ACTIONS(1657), - [anon_sym__Atomic] = ACTIONS(1657), - [anon_sym_mutable] = ACTIONS(1657), - [anon_sym_constexpr] = ACTIONS(1657), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [sym_primitive_type] = ACTIONS(1657), - [anon_sym_enum] = ACTIONS(1657), - [anon_sym_class] = ACTIONS(1657), - [anon_sym_struct] = ACTIONS(1657), - [anon_sym_union] = ACTIONS(1657), - [anon_sym_if] = ACTIONS(1657), - [anon_sym_else] = ACTIONS(1657), - [anon_sym_switch] = ACTIONS(1657), - [anon_sym_while] = ACTIONS(1657), - [anon_sym_do] = ACTIONS(1657), - [anon_sym_for] = ACTIONS(1657), - [anon_sym_return] = ACTIONS(1657), - [anon_sym_break] = ACTIONS(1657), - [anon_sym_continue] = ACTIONS(1657), - [anon_sym_goto] = ACTIONS(1657), - [anon_sym_DASH_DASH] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_sizeof] = ACTIONS(1657), - [sym_number_literal] = ACTIONS(1659), - [anon_sym_L_SQUOTE] = ACTIONS(1659), - [anon_sym_u_SQUOTE] = ACTIONS(1659), - [anon_sym_U_SQUOTE] = ACTIONS(1659), - [anon_sym_u8_SQUOTE] = ACTIONS(1659), - [anon_sym_SQUOTE] = ACTIONS(1659), - [anon_sym_L_DQUOTE] = ACTIONS(1659), - [anon_sym_u_DQUOTE] = ACTIONS(1659), - [anon_sym_U_DQUOTE] = ACTIONS(1659), - [anon_sym_u8_DQUOTE] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym_true] = ACTIONS(1657), - [sym_false] = ACTIONS(1657), - [sym_null] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1657), - [anon_sym_virtual] = ACTIONS(1657), - [sym_auto] = ACTIONS(1657), - [anon_sym_typename] = ACTIONS(1657), - [anon_sym_template] = ACTIONS(1657), - [anon_sym_delete] = ACTIONS(1657), - [anon_sym_throw] = ACTIONS(1657), - [anon_sym_co_return] = ACTIONS(1657), - [anon_sym_co_yield] = ACTIONS(1657), - [anon_sym_try] = ACTIONS(1657), - [anon_sym_co_await] = ACTIONS(1657), - [anon_sym_new] = ACTIONS(1657), - [sym_this] = ACTIONS(1657), - [sym_nullptr] = ACTIONS(1657), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_FORWARD] = ACTIONS(1657), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1657), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_PS_GET] = ACTIONS(1657), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1657), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1657), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1657), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1657), - [anon_sym_MOZ_COLD] = ACTIONS(1657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL] = ACTIONS(1657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN] = ACTIONS(1657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1657), - [anon_sym_MOZ_RAII] = ACTIONS(1657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1657), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1657), - [sym_raw_string_literal] = ACTIONS(1659), - }, - [759] = { - [sym_identifier] = ACTIONS(1633), - [anon_sym_LPAREN2] = ACTIONS(1635), - [anon_sym_BANG] = ACTIONS(1635), - [anon_sym_TILDE] = ACTIONS(1635), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1635), - [anon_sym_AMP] = ACTIONS(1635), - [anon_sym_SEMI] = ACTIONS(1635), - [anon_sym_typedef] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_COLON_COLON] = ACTIONS(1635), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1635), - [anon_sym___declspec] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_static] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_inline] = ACTIONS(1633), - [anon_sym_thread_local] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [anon_sym_volatile] = ACTIONS(1633), - [anon_sym_restrict] = ACTIONS(1633), - [anon_sym__Atomic] = ACTIONS(1633), - [anon_sym_mutable] = ACTIONS(1633), - [anon_sym_constexpr] = ACTIONS(1633), - [anon_sym_signed] = ACTIONS(1633), - [anon_sym_unsigned] = ACTIONS(1633), - [anon_sym_long] = ACTIONS(1633), - [anon_sym_short] = ACTIONS(1633), - [sym_primitive_type] = ACTIONS(1633), - [anon_sym_enum] = ACTIONS(1633), - [anon_sym_class] = ACTIONS(1633), - [anon_sym_struct] = ACTIONS(1633), - [anon_sym_union] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_else] = ACTIONS(1633), - [anon_sym_switch] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_goto] = ACTIONS(1633), - [anon_sym_DASH_DASH] = ACTIONS(1635), - [anon_sym_PLUS_PLUS] = ACTIONS(1635), - [anon_sym_sizeof] = ACTIONS(1633), - [sym_number_literal] = ACTIONS(1635), - [anon_sym_L_SQUOTE] = ACTIONS(1635), - [anon_sym_u_SQUOTE] = ACTIONS(1635), - [anon_sym_U_SQUOTE] = ACTIONS(1635), - [anon_sym_u8_SQUOTE] = ACTIONS(1635), - [anon_sym_SQUOTE] = ACTIONS(1635), - [anon_sym_L_DQUOTE] = ACTIONS(1635), - [anon_sym_u_DQUOTE] = ACTIONS(1635), - [anon_sym_U_DQUOTE] = ACTIONS(1635), - [anon_sym_u8_DQUOTE] = ACTIONS(1635), - [anon_sym_DQUOTE] = ACTIONS(1635), - [sym_true] = ACTIONS(1633), - [sym_false] = ACTIONS(1633), - [sym_null] = ACTIONS(1633), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1633), - [anon_sym_virtual] = ACTIONS(1633), - [sym_auto] = ACTIONS(1633), - [anon_sym_typename] = ACTIONS(1633), - [anon_sym_template] = ACTIONS(1633), - [anon_sym_delete] = ACTIONS(1633), - [anon_sym_throw] = ACTIONS(1633), - [anon_sym_co_return] = ACTIONS(1633), - [anon_sym_co_yield] = ACTIONS(1633), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_co_await] = ACTIONS(1633), - [anon_sym_new] = ACTIONS(1633), - [sym_this] = ACTIONS(1633), - [sym_nullptr] = ACTIONS(1633), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_FORWARD] = ACTIONS(1633), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1633), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_PS_GET] = ACTIONS(1633), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1633), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1633), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1633), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1633), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1633), - [anon_sym_MOZ_COLD] = ACTIONS(1633), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1633), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1633), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1633), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1633), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1633), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1633), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1633), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1633), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1633), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1633), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1633), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1633), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL] = ACTIONS(1633), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1633), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1633), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN] = ACTIONS(1633), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1633), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1633), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1633), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1633), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1633), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1633), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1633), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1633), - [anon_sym_MOZ_RAII] = ACTIONS(1633), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1633), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1633), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1633), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1633), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1633), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1633), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1633), - [sym_raw_string_literal] = ACTIONS(1635), - }, - [760] = { - [sym_identifier] = ACTIONS(1559), - [anon_sym_LPAREN2] = ACTIONS(1561), - [anon_sym_BANG] = ACTIONS(1561), - [anon_sym_TILDE] = ACTIONS(1561), - [anon_sym_DASH] = ACTIONS(1559), - [anon_sym_PLUS] = ACTIONS(1559), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_AMP] = ACTIONS(1561), - [anon_sym_SEMI] = ACTIONS(1561), - [anon_sym_typedef] = ACTIONS(1559), - [anon_sym_extern] = ACTIONS(1559), - [anon_sym___attribute__] = ACTIONS(1559), - [anon_sym_COLON_COLON] = ACTIONS(1561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1561), - [anon_sym___declspec] = ACTIONS(1559), - [anon_sym_LBRACE] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1559), - [anon_sym_static] = ACTIONS(1559), - [anon_sym_register] = ACTIONS(1559), - [anon_sym_inline] = ACTIONS(1559), - [anon_sym_thread_local] = ACTIONS(1559), - [anon_sym_const] = ACTIONS(1559), - [anon_sym_volatile] = ACTIONS(1559), - [anon_sym_restrict] = ACTIONS(1559), - [anon_sym__Atomic] = ACTIONS(1559), - [anon_sym_mutable] = ACTIONS(1559), - [anon_sym_constexpr] = ACTIONS(1559), - [anon_sym_signed] = ACTIONS(1559), - [anon_sym_unsigned] = ACTIONS(1559), - [anon_sym_long] = ACTIONS(1559), - [anon_sym_short] = ACTIONS(1559), - [sym_primitive_type] = ACTIONS(1559), - [anon_sym_enum] = ACTIONS(1559), - [anon_sym_class] = ACTIONS(1559), - [anon_sym_struct] = ACTIONS(1559), - [anon_sym_union] = ACTIONS(1559), - [anon_sym_if] = ACTIONS(1559), - [anon_sym_else] = ACTIONS(2351), - [anon_sym_switch] = ACTIONS(1559), - [anon_sym_while] = ACTIONS(1559), - [anon_sym_do] = ACTIONS(1559), - [anon_sym_for] = ACTIONS(1559), - [anon_sym_return] = ACTIONS(1559), - [anon_sym_break] = ACTIONS(1559), - [anon_sym_continue] = ACTIONS(1559), - [anon_sym_goto] = ACTIONS(1559), - [anon_sym_DASH_DASH] = ACTIONS(1561), - [anon_sym_PLUS_PLUS] = ACTIONS(1561), - [anon_sym_sizeof] = ACTIONS(1559), - [sym_number_literal] = ACTIONS(1561), - [anon_sym_L_SQUOTE] = ACTIONS(1561), - [anon_sym_u_SQUOTE] = ACTIONS(1561), - [anon_sym_U_SQUOTE] = ACTIONS(1561), - [anon_sym_u8_SQUOTE] = ACTIONS(1561), - [anon_sym_SQUOTE] = ACTIONS(1561), - [anon_sym_L_DQUOTE] = ACTIONS(1561), - [anon_sym_u_DQUOTE] = ACTIONS(1561), - [anon_sym_U_DQUOTE] = ACTIONS(1561), - [anon_sym_u8_DQUOTE] = ACTIONS(1561), - [anon_sym_DQUOTE] = ACTIONS(1561), - [sym_true] = ACTIONS(1559), - [sym_false] = ACTIONS(1559), - [sym_null] = ACTIONS(1559), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1559), - [anon_sym_virtual] = ACTIONS(1559), - [sym_auto] = ACTIONS(1559), - [anon_sym_typename] = ACTIONS(1559), - [anon_sym_template] = ACTIONS(1559), - [anon_sym_delete] = ACTIONS(1559), - [anon_sym_throw] = ACTIONS(1559), - [anon_sym_co_return] = ACTIONS(1559), - [anon_sym_co_yield] = ACTIONS(1559), - [anon_sym_try] = ACTIONS(1559), - [anon_sym_co_await] = ACTIONS(1559), - [anon_sym_new] = ACTIONS(1559), - [sym_this] = ACTIONS(1559), - [sym_nullptr] = ACTIONS(1559), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_FORWARD] = ACTIONS(1559), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1559), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_PS_GET] = ACTIONS(1559), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1559), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1559), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1559), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1559), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1559), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1559), - [anon_sym_MOZ_COLD] = ACTIONS(1559), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1559), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1559), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1559), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1559), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1559), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1559), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1559), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1559), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1559), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1559), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1559), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1559), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL] = ACTIONS(1559), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1559), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1559), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN] = ACTIONS(1559), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1559), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1559), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1559), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1559), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1559), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1559), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1559), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1559), - [anon_sym_MOZ_RAII] = ACTIONS(1559), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1559), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1559), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1559), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1559), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1559), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1559), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1559), - [sym_raw_string_literal] = ACTIONS(1561), - }, - [761] = { + [766] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -177553,712 +178536,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL] = ACTIONS(1533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [762] = { - [sym_identifier] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1631), - [anon_sym_SEMI] = ACTIONS(1631), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_else] = ACTIONS(1629), - [anon_sym_switch] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_goto] = ACTIONS(1629), - [anon_sym_DASH_DASH] = ACTIONS(1631), - [anon_sym_PLUS_PLUS] = ACTIONS(1631), - [anon_sym_sizeof] = ACTIONS(1629), - [sym_number_literal] = ACTIONS(1631), - [anon_sym_L_SQUOTE] = ACTIONS(1631), - [anon_sym_u_SQUOTE] = ACTIONS(1631), - [anon_sym_U_SQUOTE] = ACTIONS(1631), - [anon_sym_u8_SQUOTE] = ACTIONS(1631), - [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_L_DQUOTE] = ACTIONS(1631), - [anon_sym_u_DQUOTE] = ACTIONS(1631), - [anon_sym_U_DQUOTE] = ACTIONS(1631), - [anon_sym_u8_DQUOTE] = ACTIONS(1631), - [anon_sym_DQUOTE] = ACTIONS(1631), - [sym_true] = ACTIONS(1629), - [sym_false] = ACTIONS(1629), - [sym_null] = ACTIONS(1629), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1629), - [anon_sym_virtual] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_delete] = ACTIONS(1629), - [anon_sym_throw] = ACTIONS(1629), - [anon_sym_co_return] = ACTIONS(1629), - [anon_sym_co_yield] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_co_await] = ACTIONS(1629), - [anon_sym_new] = ACTIONS(1629), - [sym_this] = ACTIONS(1629), - [sym_nullptr] = ACTIONS(1629), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_FORWARD] = ACTIONS(1629), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1629), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_PS_GET] = ACTIONS(1629), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1629), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1629), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1629), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), - [sym_raw_string_literal] = ACTIONS(1631), - }, - [763] = { - [sym_identifier] = ACTIONS(1621), - [anon_sym_LPAREN2] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1623), - [anon_sym_TILDE] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1621), - [anon_sym_PLUS] = ACTIONS(1621), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_AMP] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_typedef] = ACTIONS(1621), - [anon_sym_extern] = ACTIONS(1621), - [anon_sym___attribute__] = ACTIONS(1621), - [anon_sym_COLON_COLON] = ACTIONS(1623), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), - [anon_sym___declspec] = ACTIONS(1621), - [anon_sym_LBRACE] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1621), - [anon_sym_static] = ACTIONS(1621), - [anon_sym_register] = ACTIONS(1621), - [anon_sym_inline] = ACTIONS(1621), - [anon_sym_thread_local] = ACTIONS(1621), - [anon_sym_const] = ACTIONS(1621), - [anon_sym_volatile] = ACTIONS(1621), - [anon_sym_restrict] = ACTIONS(1621), - [anon_sym__Atomic] = ACTIONS(1621), - [anon_sym_mutable] = ACTIONS(1621), - [anon_sym_constexpr] = ACTIONS(1621), - [anon_sym_signed] = ACTIONS(1621), - [anon_sym_unsigned] = ACTIONS(1621), - [anon_sym_long] = ACTIONS(1621), - [anon_sym_short] = ACTIONS(1621), - [sym_primitive_type] = ACTIONS(1621), - [anon_sym_enum] = ACTIONS(1621), - [anon_sym_class] = ACTIONS(1621), - [anon_sym_struct] = ACTIONS(1621), - [anon_sym_union] = ACTIONS(1621), - [anon_sym_if] = ACTIONS(1621), - [anon_sym_else] = ACTIONS(1621), - [anon_sym_switch] = ACTIONS(1621), - [anon_sym_while] = ACTIONS(1621), - [anon_sym_do] = ACTIONS(1621), - [anon_sym_for] = ACTIONS(1621), - [anon_sym_return] = ACTIONS(1621), - [anon_sym_break] = ACTIONS(1621), - [anon_sym_continue] = ACTIONS(1621), - [anon_sym_goto] = ACTIONS(1621), - [anon_sym_DASH_DASH] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_sizeof] = ACTIONS(1621), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1623), - [anon_sym_u_SQUOTE] = ACTIONS(1623), - [anon_sym_U_SQUOTE] = ACTIONS(1623), - [anon_sym_u8_SQUOTE] = ACTIONS(1623), - [anon_sym_SQUOTE] = ACTIONS(1623), - [anon_sym_L_DQUOTE] = ACTIONS(1623), - [anon_sym_u_DQUOTE] = ACTIONS(1623), - [anon_sym_U_DQUOTE] = ACTIONS(1623), - [anon_sym_u8_DQUOTE] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_true] = ACTIONS(1621), - [sym_false] = ACTIONS(1621), - [sym_null] = ACTIONS(1621), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1621), - [anon_sym_virtual] = ACTIONS(1621), - [sym_auto] = ACTIONS(1621), - [anon_sym_typename] = ACTIONS(1621), - [anon_sym_template] = ACTIONS(1621), - [anon_sym_delete] = ACTIONS(1621), - [anon_sym_throw] = ACTIONS(1621), - [anon_sym_co_return] = ACTIONS(1621), - [anon_sym_co_yield] = ACTIONS(1621), - [anon_sym_try] = ACTIONS(1621), - [anon_sym_co_await] = ACTIONS(1621), - [anon_sym_new] = ACTIONS(1621), - [sym_this] = ACTIONS(1621), - [sym_nullptr] = ACTIONS(1621), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_FORWARD] = ACTIONS(1621), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1621), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_PS_GET] = ACTIONS(1621), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1621), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1621), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1621), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1621), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1621), - [anon_sym_MOZ_COLD] = ACTIONS(1621), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1621), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1621), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1621), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1621), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1621), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1621), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1621), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1621), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1621), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1621), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1621), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1621), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL] = ACTIONS(1621), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1621), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1621), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN] = ACTIONS(1621), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1621), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1621), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1621), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1621), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1621), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1621), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1621), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1621), - [anon_sym_MOZ_RAII] = ACTIONS(1621), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1621), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1621), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1621), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1621), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1621), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1621), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1621), - [sym_raw_string_literal] = ACTIONS(1623), - }, - [764] = { - [sym_identifier] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(1619), - [anon_sym_BANG] = ACTIONS(1619), - [anon_sym_TILDE] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1617), - [anon_sym_PLUS] = ACTIONS(1617), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_typedef] = ACTIONS(1617), - [anon_sym_extern] = ACTIONS(1617), - [anon_sym___attribute__] = ACTIONS(1617), - [anon_sym_COLON_COLON] = ACTIONS(1619), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1619), - [anon_sym___declspec] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1617), - [anon_sym_static] = ACTIONS(1617), - [anon_sym_register] = ACTIONS(1617), - [anon_sym_inline] = ACTIONS(1617), - [anon_sym_thread_local] = ACTIONS(1617), - [anon_sym_const] = ACTIONS(1617), - [anon_sym_volatile] = ACTIONS(1617), - [anon_sym_restrict] = ACTIONS(1617), - [anon_sym__Atomic] = ACTIONS(1617), - [anon_sym_mutable] = ACTIONS(1617), - [anon_sym_constexpr] = ACTIONS(1617), - [anon_sym_signed] = ACTIONS(1617), - [anon_sym_unsigned] = ACTIONS(1617), - [anon_sym_long] = ACTIONS(1617), - [anon_sym_short] = ACTIONS(1617), - [sym_primitive_type] = ACTIONS(1617), - [anon_sym_enum] = ACTIONS(1617), - [anon_sym_class] = ACTIONS(1617), - [anon_sym_struct] = ACTIONS(1617), - [anon_sym_union] = ACTIONS(1617), - [anon_sym_if] = ACTIONS(1617), - [anon_sym_else] = ACTIONS(1617), - [anon_sym_switch] = ACTIONS(1617), - [anon_sym_while] = ACTIONS(1617), - [anon_sym_do] = ACTIONS(1617), - [anon_sym_for] = ACTIONS(1617), - [anon_sym_return] = ACTIONS(1617), - [anon_sym_break] = ACTIONS(1617), - [anon_sym_continue] = ACTIONS(1617), - [anon_sym_goto] = ACTIONS(1617), - [anon_sym_DASH_DASH] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_sizeof] = ACTIONS(1617), - [sym_number_literal] = ACTIONS(1619), - [anon_sym_L_SQUOTE] = ACTIONS(1619), - [anon_sym_u_SQUOTE] = ACTIONS(1619), - [anon_sym_U_SQUOTE] = ACTIONS(1619), - [anon_sym_u8_SQUOTE] = ACTIONS(1619), - [anon_sym_SQUOTE] = ACTIONS(1619), - [anon_sym_L_DQUOTE] = ACTIONS(1619), - [anon_sym_u_DQUOTE] = ACTIONS(1619), - [anon_sym_U_DQUOTE] = ACTIONS(1619), - [anon_sym_u8_DQUOTE] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_true] = ACTIONS(1617), - [sym_false] = ACTIONS(1617), - [sym_null] = ACTIONS(1617), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1617), - [anon_sym_virtual] = ACTIONS(1617), - [sym_auto] = ACTIONS(1617), - [anon_sym_typename] = ACTIONS(1617), - [anon_sym_template] = ACTIONS(1617), - [anon_sym_delete] = ACTIONS(1617), - [anon_sym_throw] = ACTIONS(1617), - [anon_sym_co_return] = ACTIONS(1617), - [anon_sym_co_yield] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(1617), - [anon_sym_co_await] = ACTIONS(1617), - [anon_sym_new] = ACTIONS(1617), - [sym_this] = ACTIONS(1617), - [sym_nullptr] = ACTIONS(1617), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_FORWARD] = ACTIONS(1617), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1617), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_PS_GET] = ACTIONS(1617), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1617), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1617), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1617), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1617), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1617), - [anon_sym_MOZ_COLD] = ACTIONS(1617), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1617), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1617), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1617), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1617), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1617), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1617), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1617), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1617), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1617), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1617), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1617), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1617), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL] = ACTIONS(1617), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1617), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1617), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN] = ACTIONS(1617), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1617), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1617), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1617), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1617), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1617), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1617), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1617), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1617), - [anon_sym_MOZ_RAII] = ACTIONS(1617), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1617), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1617), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1617), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1617), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1617), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1617), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1617), - [sym_raw_string_literal] = ACTIONS(1619), - }, - [765] = { - [sym_identifier] = ACTIONS(1609), - [anon_sym_LPAREN2] = ACTIONS(1611), - [anon_sym_BANG] = ACTIONS(1611), - [anon_sym_TILDE] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1609), - [anon_sym_PLUS] = ACTIONS(1609), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_AMP] = ACTIONS(1611), - [anon_sym_SEMI] = ACTIONS(1611), - [anon_sym_typedef] = ACTIONS(1609), - [anon_sym_extern] = ACTIONS(1609), - [anon_sym___attribute__] = ACTIONS(1609), - [anon_sym_COLON_COLON] = ACTIONS(1611), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1611), - [anon_sym___declspec] = ACTIONS(1609), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_LBRACK] = ACTIONS(1609), - [anon_sym_static] = ACTIONS(1609), - [anon_sym_register] = ACTIONS(1609), - [anon_sym_inline] = ACTIONS(1609), - [anon_sym_thread_local] = ACTIONS(1609), - [anon_sym_const] = ACTIONS(1609), - [anon_sym_volatile] = ACTIONS(1609), - [anon_sym_restrict] = ACTIONS(1609), - [anon_sym__Atomic] = ACTIONS(1609), - [anon_sym_mutable] = ACTIONS(1609), - [anon_sym_constexpr] = ACTIONS(1609), - [anon_sym_signed] = ACTIONS(1609), - [anon_sym_unsigned] = ACTIONS(1609), - [anon_sym_long] = ACTIONS(1609), - [anon_sym_short] = ACTIONS(1609), - [sym_primitive_type] = ACTIONS(1609), - [anon_sym_enum] = ACTIONS(1609), - [anon_sym_class] = ACTIONS(1609), - [anon_sym_struct] = ACTIONS(1609), - [anon_sym_union] = ACTIONS(1609), - [anon_sym_if] = ACTIONS(1609), - [anon_sym_else] = ACTIONS(1609), - [anon_sym_switch] = ACTIONS(1609), - [anon_sym_while] = ACTIONS(1609), - [anon_sym_do] = ACTIONS(1609), - [anon_sym_for] = ACTIONS(1609), - [anon_sym_return] = ACTIONS(1609), - [anon_sym_break] = ACTIONS(1609), - [anon_sym_continue] = ACTIONS(1609), - [anon_sym_goto] = ACTIONS(1609), - [anon_sym_DASH_DASH] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_sizeof] = ACTIONS(1609), - [sym_number_literal] = ACTIONS(1611), - [anon_sym_L_SQUOTE] = ACTIONS(1611), - [anon_sym_u_SQUOTE] = ACTIONS(1611), - [anon_sym_U_SQUOTE] = ACTIONS(1611), - [anon_sym_u8_SQUOTE] = ACTIONS(1611), - [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_L_DQUOTE] = ACTIONS(1611), - [anon_sym_u_DQUOTE] = ACTIONS(1611), - [anon_sym_U_DQUOTE] = ACTIONS(1611), - [anon_sym_u8_DQUOTE] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym_true] = ACTIONS(1609), - [sym_false] = ACTIONS(1609), - [sym_null] = ACTIONS(1609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [767] = { + [sym__declaration_modifiers] = STATE(1223), + [sym__declaration_specifiers] = STATE(3594), + [sym_attribute_specifier] = STATE(1223), + [sym_attribute_declaration] = STATE(1223), + [sym_ms_declspec_modifier] = STATE(1223), + [sym_storage_class_specifier] = STATE(1223), + [sym_type_qualifier] = STATE(1223), + [sym__type_specifier] = STATE(1483), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1223), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1223), + [aux_sym_sized_type_specifier_repeat1] = STATE(1338), + [sym_identifier] = ACTIONS(2313), + [anon_sym_COMMA] = ACTIONS(2341), + [anon_sym_BANG] = ACTIONS(2343), + [anon_sym_TILDE] = ACTIONS(2341), + [anon_sym_DASH] = ACTIONS(2343), + [anon_sym_PLUS] = ACTIONS(2343), + [anon_sym_STAR] = ACTIONS(2343), + [anon_sym_SLASH] = ACTIONS(2343), + [anon_sym_PERCENT] = ACTIONS(2343), + [anon_sym_PIPE_PIPE] = ACTIONS(2341), + [anon_sym_AMP_AMP] = ACTIONS(2341), + [anon_sym_PIPE] = ACTIONS(2343), + [anon_sym_CARET] = ACTIONS(2343), + [anon_sym_AMP] = ACTIONS(2343), + [anon_sym_EQ_EQ] = ACTIONS(2341), + [anon_sym_BANG_EQ] = ACTIONS(2341), + [anon_sym_GT] = ACTIONS(2343), + [anon_sym_GT_EQ] = ACTIONS(2341), + [anon_sym_LT_EQ] = ACTIONS(2341), + [anon_sym_LT] = ACTIONS(2343), + [anon_sym_LT_LT] = ACTIONS(2343), + [anon_sym_GT_GT] = ACTIONS(2343), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_EQ] = ACTIONS(2343), + [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_signed] = ACTIONS(2321), + [anon_sym_unsigned] = ACTIONS(2321), + [anon_sym_long] = ACTIONS(2321), + [anon_sym_short] = ACTIONS(2321), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(2323), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_struct] = ACTIONS(2327), + [anon_sym_union] = ACTIONS(2329), + [anon_sym_STAR_EQ] = ACTIONS(2341), + [anon_sym_SLASH_EQ] = ACTIONS(2341), + [anon_sym_PERCENT_EQ] = ACTIONS(2341), + [anon_sym_PLUS_EQ] = ACTIONS(2341), + [anon_sym_DASH_EQ] = ACTIONS(2341), + [anon_sym_LT_LT_EQ] = ACTIONS(2341), + [anon_sym_GT_GT_EQ] = ACTIONS(2341), + [anon_sym_AMP_EQ] = ACTIONS(2341), + [anon_sym_CARET_EQ] = ACTIONS(2341), + [anon_sym_PIPE_EQ] = ACTIONS(2341), + [anon_sym_DASH_DASH] = ACTIONS(2341), + [anon_sym_PLUS_PLUS] = ACTIONS(2341), + [anon_sym_DASH_GT] = ACTIONS(2343), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1609), - [anon_sym_virtual] = ACTIONS(1609), - [sym_auto] = ACTIONS(1609), - [anon_sym_typename] = ACTIONS(1609), - [anon_sym_template] = ACTIONS(1609), - [anon_sym_delete] = ACTIONS(1609), - [anon_sym_throw] = ACTIONS(1609), - [anon_sym_co_return] = ACTIONS(1609), - [anon_sym_co_yield] = ACTIONS(1609), - [anon_sym_try] = ACTIONS(1609), - [anon_sym_co_await] = ACTIONS(1609), - [anon_sym_new] = ACTIONS(1609), - [sym_this] = ACTIONS(1609), - [sym_nullptr] = ACTIONS(1609), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_FORWARD] = ACTIONS(1609), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1609), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_PS_GET] = ACTIONS(1609), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1609), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1609), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1609), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1609), - [anon_sym_MOZ_COLD] = ACTIONS(1609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL] = ACTIONS(1609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN] = ACTIONS(1609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1609), - [anon_sym_MOZ_RAII] = ACTIONS(1609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1609), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1609), - [sym_raw_string_literal] = ACTIONS(1611), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(2331), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(2345), + [anon_sym_co_await] = ACTIONS(2343), + [anon_sym_new] = ACTIONS(2345), + [anon_sym_DASH_GT_STAR] = ACTIONS(2341), + [anon_sym_LPAREN_RPAREN] = ACTIONS(2341), + [anon_sym_LBRACK_RBRACK] = ACTIONS(2341), + [anon_sym_DQUOTE_DQUOTE] = ACTIONS(2347), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [766] = { + [768] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -178425,340 +178907,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [767] = { - [sym_identifier] = ACTIONS(1593), - [anon_sym_LPAREN2] = ACTIONS(1595), - [anon_sym_BANG] = ACTIONS(1595), - [anon_sym_TILDE] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1593), - [anon_sym_PLUS] = ACTIONS(1593), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_AMP] = ACTIONS(1595), - [anon_sym_SEMI] = ACTIONS(1595), - [anon_sym_typedef] = ACTIONS(1593), - [anon_sym_extern] = ACTIONS(1593), - [anon_sym___attribute__] = ACTIONS(1593), - [anon_sym_COLON_COLON] = ACTIONS(1595), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), - [anon_sym___declspec] = ACTIONS(1593), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1593), - [anon_sym_static] = ACTIONS(1593), - [anon_sym_register] = ACTIONS(1593), - [anon_sym_inline] = ACTIONS(1593), - [anon_sym_thread_local] = ACTIONS(1593), - [anon_sym_const] = ACTIONS(1593), - [anon_sym_volatile] = ACTIONS(1593), - [anon_sym_restrict] = ACTIONS(1593), - [anon_sym__Atomic] = ACTIONS(1593), - [anon_sym_mutable] = ACTIONS(1593), - [anon_sym_constexpr] = ACTIONS(1593), - [anon_sym_signed] = ACTIONS(1593), - [anon_sym_unsigned] = ACTIONS(1593), - [anon_sym_long] = ACTIONS(1593), - [anon_sym_short] = ACTIONS(1593), - [sym_primitive_type] = ACTIONS(1593), - [anon_sym_enum] = ACTIONS(1593), - [anon_sym_class] = ACTIONS(1593), - [anon_sym_struct] = ACTIONS(1593), - [anon_sym_union] = ACTIONS(1593), - [anon_sym_if] = ACTIONS(1593), - [anon_sym_else] = ACTIONS(1593), - [anon_sym_switch] = ACTIONS(1593), - [anon_sym_while] = ACTIONS(1593), - [anon_sym_do] = ACTIONS(1593), - [anon_sym_for] = ACTIONS(1593), - [anon_sym_return] = ACTIONS(1593), - [anon_sym_break] = ACTIONS(1593), - [anon_sym_continue] = ACTIONS(1593), - [anon_sym_goto] = ACTIONS(1593), - [anon_sym_DASH_DASH] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_sizeof] = ACTIONS(1593), - [sym_number_literal] = ACTIONS(1595), - [anon_sym_L_SQUOTE] = ACTIONS(1595), - [anon_sym_u_SQUOTE] = ACTIONS(1595), - [anon_sym_U_SQUOTE] = ACTIONS(1595), - [anon_sym_u8_SQUOTE] = ACTIONS(1595), - [anon_sym_SQUOTE] = ACTIONS(1595), - [anon_sym_L_DQUOTE] = ACTIONS(1595), - [anon_sym_u_DQUOTE] = ACTIONS(1595), - [anon_sym_U_DQUOTE] = ACTIONS(1595), - [anon_sym_u8_DQUOTE] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym_true] = ACTIONS(1593), - [sym_false] = ACTIONS(1593), - [sym_null] = ACTIONS(1593), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1593), - [anon_sym_virtual] = ACTIONS(1593), - [sym_auto] = ACTIONS(1593), - [anon_sym_typename] = ACTIONS(1593), - [anon_sym_template] = ACTIONS(1593), - [anon_sym_delete] = ACTIONS(1593), - [anon_sym_throw] = ACTIONS(1593), - [anon_sym_co_return] = ACTIONS(1593), - [anon_sym_co_yield] = ACTIONS(1593), - [anon_sym_try] = ACTIONS(1593), - [anon_sym_co_await] = ACTIONS(1593), - [anon_sym_new] = ACTIONS(1593), - [sym_this] = ACTIONS(1593), - [sym_nullptr] = ACTIONS(1593), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_FORWARD] = ACTIONS(1593), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1593), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_PS_GET] = ACTIONS(1593), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1593), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1593), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1593), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1593), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), - [anon_sym_MOZ_COLD] = ACTIONS(1593), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL] = ACTIONS(1593), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN] = ACTIONS(1593), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), - [anon_sym_MOZ_RAII] = ACTIONS(1593), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), - [sym_raw_string_literal] = ACTIONS(1595), - }, - [768] = { - [sym_identifier] = ACTIONS(1589), - [anon_sym_LPAREN2] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_AMP] = ACTIONS(1591), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym___attribute__] = ACTIONS(1589), - [anon_sym_COLON_COLON] = ACTIONS(1591), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1591), - [anon_sym___declspec] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_LBRACK] = ACTIONS(1589), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_thread_local] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym__Atomic] = ACTIONS(1589), - [anon_sym_mutable] = ACTIONS(1589), - [anon_sym_constexpr] = ACTIONS(1589), - [anon_sym_signed] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_class] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_else] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1591), - [anon_sym_L_SQUOTE] = ACTIONS(1591), - [anon_sym_u_SQUOTE] = ACTIONS(1591), - [anon_sym_U_SQUOTE] = ACTIONS(1591), - [anon_sym_u8_SQUOTE] = ACTIONS(1591), - [anon_sym_SQUOTE] = ACTIONS(1591), - [anon_sym_L_DQUOTE] = ACTIONS(1591), - [anon_sym_u_DQUOTE] = ACTIONS(1591), - [anon_sym_U_DQUOTE] = ACTIONS(1591), - [anon_sym_u8_DQUOTE] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym_true] = ACTIONS(1589), - [sym_false] = ACTIONS(1589), - [sym_null] = ACTIONS(1589), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1589), - [anon_sym_virtual] = ACTIONS(1589), - [sym_auto] = ACTIONS(1589), - [anon_sym_typename] = ACTIONS(1589), - [anon_sym_template] = ACTIONS(1589), - [anon_sym_delete] = ACTIONS(1589), - [anon_sym_throw] = ACTIONS(1589), - [anon_sym_co_return] = ACTIONS(1589), - [anon_sym_co_yield] = ACTIONS(1589), - [anon_sym_try] = ACTIONS(1589), - [anon_sym_co_await] = ACTIONS(1589), - [anon_sym_new] = ACTIONS(1589), - [sym_this] = ACTIONS(1589), - [sym_nullptr] = ACTIONS(1589), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_FORWARD] = ACTIONS(1589), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1589), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_PS_GET] = ACTIONS(1589), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1589), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1589), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1589), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1589), - [anon_sym_MOZ_COLD] = ACTIONS(1589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL] = ACTIONS(1589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN] = ACTIONS(1589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1589), - [anon_sym_MOZ_RAII] = ACTIONS(1589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1589), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1589), - [sym_raw_string_literal] = ACTIONS(1591), - }, [769] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), @@ -178927,173 +179075,674 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(1535), }, [770] = { - [sym_identifier] = ACTIONS(1585), - [anon_sym_LPAREN2] = ACTIONS(1587), - [anon_sym_BANG] = ACTIONS(1587), - [anon_sym_TILDE] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_AMP] = ACTIONS(1587), - [anon_sym_SEMI] = ACTIONS(1587), - [anon_sym_typedef] = ACTIONS(1585), - [anon_sym_extern] = ACTIONS(1585), - [anon_sym___attribute__] = ACTIONS(1585), - [anon_sym_COLON_COLON] = ACTIONS(1587), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1587), - [anon_sym___declspec] = ACTIONS(1585), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_LBRACK] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1585), - [anon_sym_register] = ACTIONS(1585), - [anon_sym_inline] = ACTIONS(1585), - [anon_sym_thread_local] = ACTIONS(1585), - [anon_sym_const] = ACTIONS(1585), - [anon_sym_volatile] = ACTIONS(1585), - [anon_sym_restrict] = ACTIONS(1585), - [anon_sym__Atomic] = ACTIONS(1585), - [anon_sym_mutable] = ACTIONS(1585), - [anon_sym_constexpr] = ACTIONS(1585), - [anon_sym_signed] = ACTIONS(1585), - [anon_sym_unsigned] = ACTIONS(1585), - [anon_sym_long] = ACTIONS(1585), - [anon_sym_short] = ACTIONS(1585), - [sym_primitive_type] = ACTIONS(1585), - [anon_sym_enum] = ACTIONS(1585), - [anon_sym_class] = ACTIONS(1585), - [anon_sym_struct] = ACTIONS(1585), - [anon_sym_union] = ACTIONS(1585), - [anon_sym_if] = ACTIONS(1585), - [anon_sym_else] = ACTIONS(1585), - [anon_sym_switch] = ACTIONS(1585), - [anon_sym_while] = ACTIONS(1585), - [anon_sym_do] = ACTIONS(1585), - [anon_sym_for] = ACTIONS(1585), - [anon_sym_return] = ACTIONS(1585), - [anon_sym_break] = ACTIONS(1585), - [anon_sym_continue] = ACTIONS(1585), - [anon_sym_goto] = ACTIONS(1585), - [anon_sym_DASH_DASH] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_sizeof] = ACTIONS(1585), - [sym_number_literal] = ACTIONS(1587), - [anon_sym_L_SQUOTE] = ACTIONS(1587), - [anon_sym_u_SQUOTE] = ACTIONS(1587), - [anon_sym_U_SQUOTE] = ACTIONS(1587), - [anon_sym_u8_SQUOTE] = ACTIONS(1587), - [anon_sym_SQUOTE] = ACTIONS(1587), - [anon_sym_L_DQUOTE] = ACTIONS(1587), - [anon_sym_u_DQUOTE] = ACTIONS(1587), - [anon_sym_U_DQUOTE] = ACTIONS(1587), - [anon_sym_u8_DQUOTE] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1585), + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1585), - [anon_sym_virtual] = ACTIONS(1585), - [sym_auto] = ACTIONS(1585), - [anon_sym_typename] = ACTIONS(1585), - [anon_sym_template] = ACTIONS(1585), - [anon_sym_delete] = ACTIONS(1585), - [anon_sym_throw] = ACTIONS(1585), - [anon_sym_co_return] = ACTIONS(1585), - [anon_sym_co_yield] = ACTIONS(1585), - [anon_sym_try] = ACTIONS(1585), - [anon_sym_co_await] = ACTIONS(1585), - [anon_sym_new] = ACTIONS(1585), - [sym_this] = ACTIONS(1585), - [sym_nullptr] = ACTIONS(1585), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_FORWARD] = ACTIONS(1585), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1585), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_PS_GET] = ACTIONS(1585), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1585), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1585), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1585), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1585), - [anon_sym_MOZ_COLD] = ACTIONS(1585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL] = ACTIONS(1585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN] = ACTIONS(1585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1585), - [anon_sym_MOZ_RAII] = ACTIONS(1585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1585), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1585), - [sym_raw_string_literal] = ACTIONS(1587), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), + }, + [771] = { + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, - [771] = { + [772] = { + [sym_identifier] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [773] = { + [sym_identifier] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_BANG] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1667), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_goto] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_sizeof] = ACTIONS(1667), + [sym_number_literal] = ACTIONS(1669), + [anon_sym_L_SQUOTE] = ACTIONS(1669), + [anon_sym_u_SQUOTE] = ACTIONS(1669), + [anon_sym_U_SQUOTE] = ACTIONS(1669), + [anon_sym_u8_SQUOTE] = ACTIONS(1669), + [anon_sym_SQUOTE] = ACTIONS(1669), + [anon_sym_L_DQUOTE] = ACTIONS(1669), + [anon_sym_u_DQUOTE] = ACTIONS(1669), + [anon_sym_U_DQUOTE] = ACTIONS(1669), + [anon_sym_u8_DQUOTE] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym_true] = ACTIONS(1667), + [sym_false] = ACTIONS(1667), + [sym_null] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_delete] = ACTIONS(1667), + [anon_sym_throw] = ACTIONS(1667), + [anon_sym_co_return] = ACTIONS(1667), + [anon_sym_co_yield] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_co_await] = ACTIONS(1667), + [anon_sym_new] = ACTIONS(1667), + [sym_this] = ACTIONS(1667), + [sym_nullptr] = ACTIONS(1667), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_FORWARD] = ACTIONS(1667), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1667), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_PS_GET] = ACTIONS(1667), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1667), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1667), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1667), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + [sym_raw_string_literal] = ACTIONS(1669), + }, + [774] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -179260,7 +179909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [772] = { + [775] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -179427,7 +180076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [773] = { + [776] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -179594,7 +180243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [774] = { + [777] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -179761,7 +180410,341 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1535), }, - [775] = { + [778] = { + [sym_identifier] = ACTIONS(1695), + [anon_sym_LPAREN2] = ACTIONS(1697), + [anon_sym_BANG] = ACTIONS(1697), + [anon_sym_TILDE] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1695), + [anon_sym_PLUS] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_SEMI] = ACTIONS(1697), + [anon_sym_typedef] = ACTIONS(1695), + [anon_sym_extern] = ACTIONS(1695), + [anon_sym___attribute__] = ACTIONS(1695), + [anon_sym_COLON_COLON] = ACTIONS(1697), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1697), + [anon_sym___declspec] = ACTIONS(1695), + [anon_sym_LBRACE] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_static] = ACTIONS(1695), + [anon_sym_register] = ACTIONS(1695), + [anon_sym_inline] = ACTIONS(1695), + [anon_sym_thread_local] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1695), + [anon_sym_volatile] = ACTIONS(1695), + [anon_sym_restrict] = ACTIONS(1695), + [anon_sym__Atomic] = ACTIONS(1695), + [anon_sym_mutable] = ACTIONS(1695), + [anon_sym_constexpr] = ACTIONS(1695), + [anon_sym_signed] = ACTIONS(1695), + [anon_sym_unsigned] = ACTIONS(1695), + [anon_sym_long] = ACTIONS(1695), + [anon_sym_short] = ACTIONS(1695), + [sym_primitive_type] = ACTIONS(1695), + [anon_sym_enum] = ACTIONS(1695), + [anon_sym_class] = ACTIONS(1695), + [anon_sym_struct] = ACTIONS(1695), + [anon_sym_union] = ACTIONS(1695), + [anon_sym_if] = ACTIONS(1695), + [anon_sym_else] = ACTIONS(1695), + [anon_sym_switch] = ACTIONS(1695), + [anon_sym_while] = ACTIONS(1695), + [anon_sym_do] = ACTIONS(1695), + [anon_sym_for] = ACTIONS(1695), + [anon_sym_return] = ACTIONS(1695), + [anon_sym_break] = ACTIONS(1695), + [anon_sym_continue] = ACTIONS(1695), + [anon_sym_goto] = ACTIONS(1695), + [anon_sym_DASH_DASH] = ACTIONS(1697), + [anon_sym_PLUS_PLUS] = ACTIONS(1697), + [anon_sym_sizeof] = ACTIONS(1695), + [sym_number_literal] = ACTIONS(1697), + [anon_sym_L_SQUOTE] = ACTIONS(1697), + [anon_sym_u_SQUOTE] = ACTIONS(1697), + [anon_sym_U_SQUOTE] = ACTIONS(1697), + [anon_sym_u8_SQUOTE] = ACTIONS(1697), + [anon_sym_SQUOTE] = ACTIONS(1697), + [anon_sym_L_DQUOTE] = ACTIONS(1697), + [anon_sym_u_DQUOTE] = ACTIONS(1697), + [anon_sym_U_DQUOTE] = ACTIONS(1697), + [anon_sym_u8_DQUOTE] = ACTIONS(1697), + [anon_sym_DQUOTE] = ACTIONS(1697), + [sym_true] = ACTIONS(1695), + [sym_false] = ACTIONS(1695), + [sym_null] = ACTIONS(1695), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1695), + [anon_sym_virtual] = ACTIONS(1695), + [sym_auto] = ACTIONS(1695), + [anon_sym_typename] = ACTIONS(1695), + [anon_sym_template] = ACTIONS(1695), + [anon_sym_delete] = ACTIONS(1695), + [anon_sym_throw] = ACTIONS(1695), + [anon_sym_co_return] = ACTIONS(1695), + [anon_sym_co_yield] = ACTIONS(1695), + [anon_sym_try] = ACTIONS(1695), + [anon_sym_co_await] = ACTIONS(1695), + [anon_sym_new] = ACTIONS(1695), + [sym_this] = ACTIONS(1695), + [sym_nullptr] = ACTIONS(1695), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_FORWARD] = ACTIONS(1695), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1695), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_PS_GET] = ACTIONS(1695), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1695), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1695), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1695), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1695), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1695), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1695), + [anon_sym_MOZ_COLD] = ACTIONS(1695), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1695), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1695), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1695), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1695), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1695), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1695), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1695), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1695), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1695), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1695), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1695), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1695), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL] = ACTIONS(1695), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1695), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1695), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN] = ACTIONS(1695), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1695), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1695), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1695), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1695), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1695), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1695), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1695), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1695), + [anon_sym_MOZ_RAII] = ACTIONS(1695), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1695), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1695), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1695), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1695), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1695), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1695), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1695), + [sym_raw_string_literal] = ACTIONS(1697), + }, + [779] = { + [sym_identifier] = ACTIONS(1691), + [anon_sym_LPAREN2] = ACTIONS(1693), + [anon_sym_BANG] = ACTIONS(1693), + [anon_sym_TILDE] = ACTIONS(1693), + [anon_sym_DASH] = ACTIONS(1691), + [anon_sym_PLUS] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1693), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_typedef] = ACTIONS(1691), + [anon_sym_extern] = ACTIONS(1691), + [anon_sym___attribute__] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1693), + [anon_sym___declspec] = ACTIONS(1691), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1691), + [anon_sym_static] = ACTIONS(1691), + [anon_sym_register] = ACTIONS(1691), + [anon_sym_inline] = ACTIONS(1691), + [anon_sym_thread_local] = ACTIONS(1691), + [anon_sym_const] = ACTIONS(1691), + [anon_sym_volatile] = ACTIONS(1691), + [anon_sym_restrict] = ACTIONS(1691), + [anon_sym__Atomic] = ACTIONS(1691), + [anon_sym_mutable] = ACTIONS(1691), + [anon_sym_constexpr] = ACTIONS(1691), + [anon_sym_signed] = ACTIONS(1691), + [anon_sym_unsigned] = ACTIONS(1691), + [anon_sym_long] = ACTIONS(1691), + [anon_sym_short] = ACTIONS(1691), + [sym_primitive_type] = ACTIONS(1691), + [anon_sym_enum] = ACTIONS(1691), + [anon_sym_class] = ACTIONS(1691), + [anon_sym_struct] = ACTIONS(1691), + [anon_sym_union] = ACTIONS(1691), + [anon_sym_if] = ACTIONS(1691), + [anon_sym_else] = ACTIONS(1691), + [anon_sym_switch] = ACTIONS(1691), + [anon_sym_while] = ACTIONS(1691), + [anon_sym_do] = ACTIONS(1691), + [anon_sym_for] = ACTIONS(1691), + [anon_sym_return] = ACTIONS(1691), + [anon_sym_break] = ACTIONS(1691), + [anon_sym_continue] = ACTIONS(1691), + [anon_sym_goto] = ACTIONS(1691), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_PLUS_PLUS] = ACTIONS(1693), + [anon_sym_sizeof] = ACTIONS(1691), + [sym_number_literal] = ACTIONS(1693), + [anon_sym_L_SQUOTE] = ACTIONS(1693), + [anon_sym_u_SQUOTE] = ACTIONS(1693), + [anon_sym_U_SQUOTE] = ACTIONS(1693), + [anon_sym_u8_SQUOTE] = ACTIONS(1693), + [anon_sym_SQUOTE] = ACTIONS(1693), + [anon_sym_L_DQUOTE] = ACTIONS(1693), + [anon_sym_u_DQUOTE] = ACTIONS(1693), + [anon_sym_U_DQUOTE] = ACTIONS(1693), + [anon_sym_u8_DQUOTE] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym_true] = ACTIONS(1691), + [sym_false] = ACTIONS(1691), + [sym_null] = ACTIONS(1691), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1691), + [anon_sym_virtual] = ACTIONS(1691), + [sym_auto] = ACTIONS(1691), + [anon_sym_typename] = ACTIONS(1691), + [anon_sym_template] = ACTIONS(1691), + [anon_sym_delete] = ACTIONS(1691), + [anon_sym_throw] = ACTIONS(1691), + [anon_sym_co_return] = ACTIONS(1691), + [anon_sym_co_yield] = ACTIONS(1691), + [anon_sym_try] = ACTIONS(1691), + [anon_sym_co_await] = ACTIONS(1691), + [anon_sym_new] = ACTIONS(1691), + [sym_this] = ACTIONS(1691), + [sym_nullptr] = ACTIONS(1691), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_FORWARD] = ACTIONS(1691), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1691), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_PS_GET] = ACTIONS(1691), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1691), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1691), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1691), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1691), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1691), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1691), + [anon_sym_MOZ_COLD] = ACTIONS(1691), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1691), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1691), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1691), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1691), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1691), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1691), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1691), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1691), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1691), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1691), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1691), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1691), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL] = ACTIONS(1691), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1691), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1691), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN] = ACTIONS(1691), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1691), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1691), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1691), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1691), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1691), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1691), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1691), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1691), + [anon_sym_MOZ_RAII] = ACTIONS(1691), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1691), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1691), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1691), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1691), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1691), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1691), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1691), + [sym_raw_string_literal] = ACTIONS(1693), + }, + [780] = { [sym_identifier] = ACTIONS(1533), [anon_sym_LPAREN2] = ACTIONS(1535), [anon_sym_BANG] = ACTIONS(1535), @@ -179903,1135 +180886,427 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN] = ACTIONS(1533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), - [anon_sym_MOZ_RAII] = ACTIONS(1533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), - [sym_raw_string_literal] = ACTIONS(1535), - }, - [776] = { - [sym_identifier] = ACTIONS(2264), - [anon_sym_LPAREN2] = ACTIONS(2270), - [anon_sym_BANG] = ACTIONS(2270), - [anon_sym_TILDE] = ACTIONS(2270), - [anon_sym_DASH] = ACTIONS(2272), - [anon_sym_PLUS] = ACTIONS(2272), - [anon_sym_STAR] = ACTIONS(2270), - [anon_sym_AMP] = ACTIONS(2270), - [anon_sym_SEMI] = ACTIONS(2270), - [anon_sym_extern] = ACTIONS(2276), - [anon_sym___attribute__] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2267), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2267), - [anon_sym___declspec] = ACTIONS(2276), - [anon_sym_LBRACE] = ACTIONS(2270), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_static] = ACTIONS(2276), - [anon_sym_register] = ACTIONS(2276), - [anon_sym_inline] = ACTIONS(2276), - [anon_sym_thread_local] = ACTIONS(2276), - [anon_sym_const] = ACTIONS(2276), - [anon_sym_volatile] = ACTIONS(2276), - [anon_sym_restrict] = ACTIONS(2276), - [anon_sym__Atomic] = ACTIONS(2276), - [anon_sym_mutable] = ACTIONS(2276), - [anon_sym_constexpr] = ACTIONS(2276), - [anon_sym_signed] = ACTIONS(2276), - [anon_sym_unsigned] = ACTIONS(2276), - [anon_sym_long] = ACTIONS(2276), - [anon_sym_short] = ACTIONS(2276), - [sym_primitive_type] = ACTIONS(2264), - [anon_sym_enum] = ACTIONS(2276), - [anon_sym_class] = ACTIONS(2276), - [anon_sym_struct] = ACTIONS(2276), - [anon_sym_union] = ACTIONS(2276), - [anon_sym_if] = ACTIONS(2272), - [anon_sym_switch] = ACTIONS(2272), - [anon_sym_while] = ACTIONS(2272), - [anon_sym_do] = ACTIONS(2272), - [anon_sym_for] = ACTIONS(2272), - [anon_sym_return] = ACTIONS(2272), - [anon_sym_break] = ACTIONS(2272), - [anon_sym_continue] = ACTIONS(2272), - [anon_sym_goto] = ACTIONS(2272), - [anon_sym_DASH_DASH] = ACTIONS(2270), - [anon_sym_PLUS_PLUS] = ACTIONS(2270), - [anon_sym_sizeof] = ACTIONS(2272), - [sym_number_literal] = ACTIONS(2270), - [anon_sym_L_SQUOTE] = ACTIONS(2270), - [anon_sym_u_SQUOTE] = ACTIONS(2270), - [anon_sym_U_SQUOTE] = ACTIONS(2270), - [anon_sym_u8_SQUOTE] = ACTIONS(2270), - [anon_sym_SQUOTE] = ACTIONS(2270), - [anon_sym_L_DQUOTE] = ACTIONS(2270), - [anon_sym_u_DQUOTE] = ACTIONS(2270), - [anon_sym_U_DQUOTE] = ACTIONS(2270), - [anon_sym_u8_DQUOTE] = ACTIONS(2270), - [anon_sym_DQUOTE] = ACTIONS(2270), - [sym_true] = ACTIONS(2272), - [sym_false] = ACTIONS(2272), - [sym_null] = ACTIONS(2272), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2276), - [anon_sym_virtual] = ACTIONS(2276), - [sym_auto] = ACTIONS(2276), - [anon_sym_typename] = ACTIONS(2276), - [anon_sym_template] = ACTIONS(2264), - [anon_sym_delete] = ACTIONS(2272), - [anon_sym_throw] = ACTIONS(2272), - [anon_sym_co_return] = ACTIONS(2272), - [anon_sym_co_yield] = ACTIONS(2272), - [anon_sym_try] = ACTIONS(2272), - [anon_sym_co_await] = ACTIONS(2272), - [anon_sym_new] = ACTIONS(2272), - [sym_this] = ACTIONS(2272), - [sym_nullptr] = ACTIONS(2272), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2272), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2272), - [anon_sym_FORWARD] = ACTIONS(2272), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2272), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2272), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2272), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2272), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2272), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2272), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2272), - [anon_sym_PS_GET] = ACTIONS(2272), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2272), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2272), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2272), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2272), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2272), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2272), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2276), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2276), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2276), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2276), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2276), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2276), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2276), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2276), - [anon_sym_MOZ_COLD] = ACTIONS(2276), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2276), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2276), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2276), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2276), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2276), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2276), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2276), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2276), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2276), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2276), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2276), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2276), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2276), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2276), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2276), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2276), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2276), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2276), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2276), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2276), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2276), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2276), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2276), - [anon_sym_MOZ_NONNULL] = ACTIONS(2276), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2276), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2276), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2276), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2276), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2276), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2276), - [anon_sym_MOZ_NORETURN] = ACTIONS(2276), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2276), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2276), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2276), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2276), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2276), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2276), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2276), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2276), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2276), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2276), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2276), - [anon_sym_MOZ_RAII] = ACTIONS(2276), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2276), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2276), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2276), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2276), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2276), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2276), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2276), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2276), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2276), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2276), - [sym_raw_string_literal] = ACTIONS(2270), - }, - [777] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3904), - [sym__abstract_declarator] = STATE(4137), - [sym_parenthesized_declarator] = STATE(3712), - [sym_abstract_parenthesized_declarator] = STATE(3757), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_abstract_pointer_declarator] = STATE(3757), - [sym_function_declarator] = STATE(3712), - [sym_abstract_function_declarator] = STATE(3757), - [sym_array_declarator] = STATE(3712), - [sym_abstract_array_declarator] = STATE(3757), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_list] = STATE(3280), - [sym_parameter_declaration] = STATE(4292), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4292), - [sym_variadic_parameter_declaration] = STATE(4292), - [sym_reference_declarator] = STATE(3712), - [sym_abstract_reference_declarator] = STATE(3757), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1293), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3525), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2353), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2355), - [anon_sym_RPAREN] = ACTIONS(2357), - [anon_sym_LPAREN2] = ACTIONS(2359), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(2361), - [anon_sym_AMP_AMP] = ACTIONS(2363), - [anon_sym_AMP] = ACTIONS(2365), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2367), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2369), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [778] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3161), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3895), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_parameter_list] = STATE(691), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1493), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3515), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_LT] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [779] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3150), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3871), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_parameter_list] = STATE(686), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1493), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3515), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_LT] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [780] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3155), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3888), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_parameter_list] = STATE(685), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1493), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3515), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_LT] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, [781] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3134), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3894), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_parameter_list] = STATE(687), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1493), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3515), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_type_identifier] = STATE(1325), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_LT] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [sym_identifier] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym_mutable] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [sym_null] = ACTIONS(1533), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_decltype] = ACTIONS(1533), + [anon_sym_virtual] = ACTIONS(1533), + [sym_auto] = ACTIONS(1533), + [anon_sym_typename] = ACTIONS(1533), + [anon_sym_template] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_throw] = ACTIONS(1533), + [anon_sym_co_return] = ACTIONS(1533), + [anon_sym_co_yield] = ACTIONS(1533), + [anon_sym_try] = ACTIONS(1533), + [anon_sym_co_await] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1533), + [sym_this] = ACTIONS(1533), + [sym_nullptr] = ACTIONS(1533), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_FORWARD] = ACTIONS(1533), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1533), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_PS_GET] = ACTIONS(1533), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1533), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1533), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1533), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1533), + [anon_sym_MOZ_COLD] = ACTIONS(1533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL] = ACTIONS(1533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN] = ACTIONS(1533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1533), + [anon_sym_MOZ_RAII] = ACTIONS(1533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1533), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1533), + [sym_raw_string_literal] = ACTIONS(1535), }, [782] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym__abstract_declarator] = STATE(4083), - [sym_abstract_parenthesized_declarator] = STATE(3757), - [sym_abstract_pointer_declarator] = STATE(3757), - [sym_abstract_function_declarator] = STATE(3757), - [sym_abstract_array_declarator] = STATE(3757), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_list] = STATE(3280), - [sym_parameter_declaration] = STATE(4297), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4297), - [sym_variadic_parameter_declaration] = STATE(4297), - [sym_abstract_reference_declarator] = STATE(3757), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), - [anon_sym_RPAREN] = ACTIONS(2381), - [anon_sym_LPAREN2] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_AMP_AMP] = ACTIONS(2387), - [anon_sym_AMP] = ACTIONS(2389), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(2393), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), + [sym_identifier] = ACTIONS(1687), + [anon_sym_LPAREN2] = ACTIONS(1689), + [anon_sym_BANG] = ACTIONS(1689), + [anon_sym_TILDE] = ACTIONS(1689), + [anon_sym_DASH] = ACTIONS(1687), + [anon_sym_PLUS] = ACTIONS(1687), + [anon_sym_STAR] = ACTIONS(1689), + [anon_sym_AMP] = ACTIONS(1689), + [anon_sym_SEMI] = ACTIONS(1689), + [anon_sym_typedef] = ACTIONS(1687), + [anon_sym_extern] = ACTIONS(1687), + [anon_sym___attribute__] = ACTIONS(1687), + [anon_sym_COLON_COLON] = ACTIONS(1689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1689), + [anon_sym___declspec] = ACTIONS(1687), + [anon_sym_LBRACE] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1687), + [anon_sym_static] = ACTIONS(1687), + [anon_sym_register] = ACTIONS(1687), + [anon_sym_inline] = ACTIONS(1687), + [anon_sym_thread_local] = ACTIONS(1687), + [anon_sym_const] = ACTIONS(1687), + [anon_sym_volatile] = ACTIONS(1687), + [anon_sym_restrict] = ACTIONS(1687), + [anon_sym__Atomic] = ACTIONS(1687), + [anon_sym_mutable] = ACTIONS(1687), + [anon_sym_constexpr] = ACTIONS(1687), + [anon_sym_signed] = ACTIONS(1687), + [anon_sym_unsigned] = ACTIONS(1687), + [anon_sym_long] = ACTIONS(1687), + [anon_sym_short] = ACTIONS(1687), + [sym_primitive_type] = ACTIONS(1687), + [anon_sym_enum] = ACTIONS(1687), + [anon_sym_class] = ACTIONS(1687), + [anon_sym_struct] = ACTIONS(1687), + [anon_sym_union] = ACTIONS(1687), + [anon_sym_if] = ACTIONS(1687), + [anon_sym_else] = ACTIONS(1687), + [anon_sym_switch] = ACTIONS(1687), + [anon_sym_while] = ACTIONS(1687), + [anon_sym_do] = ACTIONS(1687), + [anon_sym_for] = ACTIONS(1687), + [anon_sym_return] = ACTIONS(1687), + [anon_sym_break] = ACTIONS(1687), + [anon_sym_continue] = ACTIONS(1687), + [anon_sym_goto] = ACTIONS(1687), + [anon_sym_DASH_DASH] = ACTIONS(1689), + [anon_sym_PLUS_PLUS] = ACTIONS(1689), + [anon_sym_sizeof] = ACTIONS(1687), + [sym_number_literal] = ACTIONS(1689), + [anon_sym_L_SQUOTE] = ACTIONS(1689), + [anon_sym_u_SQUOTE] = ACTIONS(1689), + [anon_sym_U_SQUOTE] = ACTIONS(1689), + [anon_sym_u8_SQUOTE] = ACTIONS(1689), + [anon_sym_SQUOTE] = ACTIONS(1689), + [anon_sym_L_DQUOTE] = ACTIONS(1689), + [anon_sym_u_DQUOTE] = ACTIONS(1689), + [anon_sym_U_DQUOTE] = ACTIONS(1689), + [anon_sym_u8_DQUOTE] = ACTIONS(1689), + [anon_sym_DQUOTE] = ACTIONS(1689), + [sym_true] = ACTIONS(1687), + [sym_false] = ACTIONS(1687), + [sym_null] = ACTIONS(1687), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_decltype] = ACTIONS(1687), + [anon_sym_virtual] = ACTIONS(1687), + [sym_auto] = ACTIONS(1687), + [anon_sym_typename] = ACTIONS(1687), + [anon_sym_template] = ACTIONS(1687), + [anon_sym_delete] = ACTIONS(1687), + [anon_sym_throw] = ACTIONS(1687), + [anon_sym_co_return] = ACTIONS(1687), + [anon_sym_co_yield] = ACTIONS(1687), + [anon_sym_try] = ACTIONS(1687), + [anon_sym_co_await] = ACTIONS(1687), + [anon_sym_new] = ACTIONS(1687), + [sym_this] = ACTIONS(1687), + [sym_nullptr] = ACTIONS(1687), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_FORWARD] = ACTIONS(1687), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1687), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_PS_GET] = ACTIONS(1687), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1687), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1687), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1687), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1687), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1687), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1687), + [anon_sym_MOZ_COLD] = ACTIONS(1687), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1687), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1687), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1687), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1687), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1687), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1687), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1687), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1687), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1687), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1687), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1687), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1687), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL] = ACTIONS(1687), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1687), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1687), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN] = ACTIONS(1687), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1687), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1687), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1687), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1687), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1687), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1687), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1687), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1687), + [anon_sym_MOZ_RAII] = ACTIONS(1687), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1687), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1687), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1687), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1687), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1687), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1687), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1687), + [sym_raw_string_literal] = ACTIONS(1689), }, [783] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym__abstract_declarator] = STATE(4083), - [sym_abstract_parenthesized_declarator] = STATE(3757), - [sym_abstract_pointer_declarator] = STATE(3757), - [sym_abstract_function_declarator] = STATE(3757), - [sym_abstract_array_declarator] = STATE(3757), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_list] = STATE(3280), - [sym_parameter_declaration] = STATE(4291), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4291), - [sym_variadic_parameter_declaration] = STATE(4291), - [sym_abstract_reference_declarator] = STATE(3757), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), - [anon_sym_RPAREN] = ACTIONS(2395), - [anon_sym_LPAREN2] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_AMP_AMP] = ACTIONS(2387), - [anon_sym_AMP] = ACTIONS(2389), + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3880), + [sym__abstract_declarator] = STATE(4163), + [sym_parenthesized_declarator] = STATE(3720), + [sym_abstract_parenthesized_declarator] = STATE(3728), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_abstract_pointer_declarator] = STATE(3728), + [sym_function_declarator] = STATE(3720), + [sym_abstract_function_declarator] = STATE(3728), + [sym_array_declarator] = STATE(3720), + [sym_abstract_array_declarator] = STATE(3728), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_list] = STATE(3266), + [sym_parameter_declaration] = STATE(4310), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4310), + [sym_variadic_parameter_declaration] = STATE(4310), + [sym_reference_declarator] = STATE(3720), + [sym_abstract_reference_declarator] = STATE(3728), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1298), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3536), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2349), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2351), + [anon_sym_RPAREN] = ACTIONS(2353), + [anon_sym_LPAREN2] = ACTIONS(2355), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(2357), + [anon_sym_AMP_AMP] = ACTIONS(2359), + [anon_sym_AMP] = ACTIONS(2361), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2363), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(2393), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2365), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -181057,6 +181332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(1471), [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -181128,732 +181404,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, [784] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym__abstract_declarator] = STATE(4137), - [sym_abstract_parenthesized_declarator] = STATE(3757), - [sym_abstract_pointer_declarator] = STATE(3757), - [sym_abstract_function_declarator] = STATE(3757), - [sym_abstract_array_declarator] = STATE(3757), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_list] = STATE(3280), - [sym_parameter_declaration] = STATE(4292), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4292), - [sym_variadic_parameter_declaration] = STATE(4292), - [sym_abstract_reference_declarator] = STATE(3757), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2355), - [anon_sym_RPAREN] = ACTIONS(2357), - [anon_sym_LPAREN2] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_AMP_AMP] = ACTIONS(2387), - [anon_sym_AMP] = ACTIONS(2389), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(2393), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [785] = { - [sym_function_definition] = STATE(648), - [sym_declaration] = STATE(648), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2900), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_call_modifier] = STATE(1002), - [sym_declaration_list] = STATE(648), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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(2397), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [786] = { - [sym_function_definition] = STATE(246), - [sym_declaration] = STATE(246), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2950), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_call_modifier] = STATE(987), - [sym_declaration_list] = STATE(246), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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(2399), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [787] = { - [sym_template_argument_list] = STATE(1197), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2405), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_RBRACE] = ACTIONS(2403), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2435), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [788] = { - [sym_function_definition] = STATE(647), - [sym_declaration] = STATE(647), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3045), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_call_modifier] = STATE(982), - [sym_declaration_list] = STATE(647), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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(2439), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [789] = { - [sym_function_definition] = STATE(573), - [sym_declaration] = STATE(573), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3112), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_call_modifier] = STATE(1017), - [sym_declaration_list] = STATE(573), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3163), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3896), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_parameter_list] = STATE(689), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1504), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3503), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2369), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_LT] = ACTIONS(2371), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), + [anon_sym_COLON_COLON] = ACTIONS(2373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), - [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(2441), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -181879,6 +181480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -181949,721 +181551,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [790] = { - [sym_identifier] = ACTIONS(2443), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2445), - [anon_sym_COMMA] = ACTIONS(2445), - [anon_sym_RPAREN] = ACTIONS(2445), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2445), - [anon_sym_DASH] = ACTIONS(2443), - [anon_sym_PLUS] = ACTIONS(2443), - [anon_sym_STAR] = ACTIONS(2443), - [anon_sym_SLASH] = ACTIONS(2443), - [anon_sym_PERCENT] = ACTIONS(2443), - [anon_sym_PIPE_PIPE] = ACTIONS(2445), - [anon_sym_AMP_AMP] = ACTIONS(2445), - [anon_sym_PIPE] = ACTIONS(2443), - [anon_sym_CARET] = ACTIONS(2443), - [anon_sym_AMP] = ACTIONS(2443), - [anon_sym_EQ_EQ] = ACTIONS(2445), - [anon_sym_BANG_EQ] = ACTIONS(2445), - [anon_sym_GT] = ACTIONS(2443), - [anon_sym_GT_EQ] = ACTIONS(2445), - [anon_sym_LT_EQ] = ACTIONS(2445), - [anon_sym_LT] = ACTIONS(2443), - [anon_sym_LT_LT] = ACTIONS(2443), - [anon_sym_GT_GT] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_extern] = ACTIONS(2443), - [anon_sym___attribute__] = ACTIONS(2443), - [anon_sym_COLON_COLON] = ACTIONS(2445), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2443), - [anon_sym___based] = ACTIONS(2443), - [anon_sym_LBRACE] = ACTIONS(2445), - [anon_sym_RBRACE] = ACTIONS(2445), - [anon_sym_LBRACK] = ACTIONS(2443), - [anon_sym_EQ] = ACTIONS(2443), - [anon_sym_static] = ACTIONS(2443), - [anon_sym_register] = ACTIONS(2443), - [anon_sym_inline] = ACTIONS(2443), - [anon_sym_thread_local] = ACTIONS(2443), - [anon_sym_const] = ACTIONS(2443), - [anon_sym_volatile] = ACTIONS(2443), - [anon_sym_restrict] = ACTIONS(2443), - [anon_sym__Atomic] = ACTIONS(2443), - [anon_sym_mutable] = ACTIONS(2443), - [anon_sym_constexpr] = ACTIONS(2443), - [anon_sym_QMARK] = ACTIONS(2445), - [anon_sym_STAR_EQ] = ACTIONS(2445), - [anon_sym_SLASH_EQ] = ACTIONS(2445), - [anon_sym_PERCENT_EQ] = ACTIONS(2445), - [anon_sym_PLUS_EQ] = ACTIONS(2445), - [anon_sym_DASH_EQ] = ACTIONS(2445), - [anon_sym_LT_LT_EQ] = ACTIONS(2445), - [anon_sym_GT_GT_EQ] = ACTIONS(2445), - [anon_sym_AMP_EQ] = ACTIONS(2445), - [anon_sym_CARET_EQ] = ACTIONS(2445), - [anon_sym_PIPE_EQ] = ACTIONS(2445), - [anon_sym_DASH_DASH] = ACTIONS(2445), - [anon_sym_PLUS_PLUS] = ACTIONS(2445), - [anon_sym_DOT] = ACTIONS(2443), - [anon_sym_DASH_GT] = ACTIONS(2445), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2443), - [anon_sym_template] = ACTIONS(2443), - [anon_sym_operator] = ACTIONS(2443), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2443), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2443), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2443), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2443), - [anon_sym_MOZ_COLD] = ACTIONS(2443), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2443), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2443), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2443), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2443), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2443), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2443), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2443), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2443), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2443), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2443), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2443), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2443), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2443), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_NONNULL] = ACTIONS(2443), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2443), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2443), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2443), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2443), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2443), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2443), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2443), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2443), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2443), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2443), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2443), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2443), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2443), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2443), - [anon_sym_MOZ_RAII] = ACTIONS(2443), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2443), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2443), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2443), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2443), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2443), - }, - [791] = { - [sym_template_argument_list] = STATE(1172), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2416), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2447), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [792] = { - [sym_template_argument_list] = STATE(811), - [sym_identifier] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2451), - [anon_sym_COMMA] = ACTIONS(2451), - [anon_sym_LPAREN2] = ACTIONS(2453), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_DASH] = ACTIONS(2458), - [anon_sym_PLUS] = ACTIONS(2458), - [anon_sym_STAR] = ACTIONS(2460), - [anon_sym_SLASH] = ACTIONS(2458), - [anon_sym_PERCENT] = ACTIONS(2458), - [anon_sym_PIPE_PIPE] = ACTIONS(2451), - [anon_sym_AMP_AMP] = ACTIONS(2453), - [anon_sym_PIPE] = ACTIONS(2458), - [anon_sym_CARET] = ACTIONS(2458), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_EQ_EQ] = ACTIONS(2451), - [anon_sym_BANG_EQ] = ACTIONS(2451), - [anon_sym_GT] = ACTIONS(2458), - [anon_sym_GT_EQ] = ACTIONS(2451), - [anon_sym_LT_EQ] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(2463), - [anon_sym_LT_LT] = ACTIONS(2458), - [anon_sym_GT_GT] = ACTIONS(2458), - [anon_sym_SEMI] = ACTIONS(2453), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2456), - [anon_sym_RBRACE] = ACTIONS(2451), - [anon_sym_LBRACK] = ACTIONS(2460), - [anon_sym_EQ] = ACTIONS(2458), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [anon_sym_QMARK] = ACTIONS(2451), - [anon_sym_STAR_EQ] = ACTIONS(2451), - [anon_sym_SLASH_EQ] = ACTIONS(2451), - [anon_sym_PERCENT_EQ] = ACTIONS(2451), - [anon_sym_PLUS_EQ] = ACTIONS(2451), - [anon_sym_DASH_EQ] = ACTIONS(2451), - [anon_sym_LT_LT_EQ] = ACTIONS(2451), - [anon_sym_GT_GT_EQ] = ACTIONS(2451), - [anon_sym_AMP_EQ] = ACTIONS(2451), - [anon_sym_CARET_EQ] = ACTIONS(2451), - [anon_sym_PIPE_EQ] = ACTIONS(2451), - [anon_sym_DASH_DASH] = ACTIONS(2451), - [anon_sym_PLUS_PLUS] = ACTIONS(2451), - [anon_sym_DOT] = ACTIONS(2458), - [anon_sym_DASH_GT] = ACTIONS(2451), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), - }, - [793] = { - [sym_template_argument_list] = STATE(1197), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2405), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2466), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [794] = { - [sym_identifier] = ACTIONS(2468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2470), - [anon_sym_COMMA] = ACTIONS(2470), - [anon_sym_RPAREN] = ACTIONS(2470), - [anon_sym_LPAREN2] = ACTIONS(2470), - [anon_sym_TILDE] = ACTIONS(2470), - [anon_sym_DASH] = ACTIONS(2468), - [anon_sym_PLUS] = ACTIONS(2468), - [anon_sym_STAR] = ACTIONS(2468), - [anon_sym_SLASH] = ACTIONS(2468), - [anon_sym_PERCENT] = ACTIONS(2468), - [anon_sym_PIPE_PIPE] = ACTIONS(2470), - [anon_sym_AMP_AMP] = ACTIONS(2470), - [anon_sym_PIPE] = ACTIONS(2468), - [anon_sym_CARET] = ACTIONS(2468), - [anon_sym_AMP] = ACTIONS(2468), - [anon_sym_EQ_EQ] = ACTIONS(2470), - [anon_sym_BANG_EQ] = ACTIONS(2470), - [anon_sym_GT] = ACTIONS(2468), - [anon_sym_GT_EQ] = ACTIONS(2470), - [anon_sym_LT_EQ] = ACTIONS(2470), - [anon_sym_LT] = ACTIONS(2468), - [anon_sym_LT_LT] = ACTIONS(2468), - [anon_sym_GT_GT] = ACTIONS(2468), - [anon_sym_SEMI] = ACTIONS(2470), - [anon_sym_extern] = ACTIONS(2468), - [anon_sym___attribute__] = ACTIONS(2468), - [anon_sym_COLON_COLON] = ACTIONS(2470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2470), - [anon_sym___declspec] = ACTIONS(2468), - [anon_sym___based] = ACTIONS(2468), - [anon_sym_LBRACE] = ACTIONS(2470), - [anon_sym_RBRACE] = ACTIONS(2470), - [anon_sym_LBRACK] = ACTIONS(2468), - [anon_sym_EQ] = ACTIONS(2468), - [anon_sym_static] = ACTIONS(2468), - [anon_sym_register] = ACTIONS(2468), - [anon_sym_inline] = ACTIONS(2468), - [anon_sym_thread_local] = ACTIONS(2468), - [anon_sym_const] = ACTIONS(2468), - [anon_sym_volatile] = ACTIONS(2468), - [anon_sym_restrict] = ACTIONS(2468), - [anon_sym__Atomic] = ACTIONS(2468), - [anon_sym_mutable] = ACTIONS(2468), - [anon_sym_constexpr] = ACTIONS(2468), - [anon_sym_QMARK] = ACTIONS(2470), - [anon_sym_STAR_EQ] = ACTIONS(2470), - [anon_sym_SLASH_EQ] = ACTIONS(2470), - [anon_sym_PERCENT_EQ] = ACTIONS(2470), - [anon_sym_PLUS_EQ] = ACTIONS(2470), - [anon_sym_DASH_EQ] = ACTIONS(2470), - [anon_sym_LT_LT_EQ] = ACTIONS(2470), - [anon_sym_GT_GT_EQ] = ACTIONS(2470), - [anon_sym_AMP_EQ] = ACTIONS(2470), - [anon_sym_CARET_EQ] = ACTIONS(2470), - [anon_sym_PIPE_EQ] = ACTIONS(2470), - [anon_sym_DASH_DASH] = ACTIONS(2470), - [anon_sym_PLUS_PLUS] = ACTIONS(2470), - [anon_sym_DOT] = ACTIONS(2468), - [anon_sym_DASH_GT] = ACTIONS(2470), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(2468), - [anon_sym_operator] = ACTIONS(2468), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2468), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2468), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2468), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2468), - [anon_sym_MOZ_COLD] = ACTIONS(2468), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2468), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2468), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2468), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2468), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2468), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2468), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2468), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2468), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2468), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2468), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2468), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2468), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2468), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_NONNULL] = ACTIONS(2468), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2468), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2468), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2468), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2468), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2468), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2468), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2468), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2468), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2468), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2468), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2468), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2468), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2468), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2468), - [anon_sym_MOZ_RAII] = ACTIONS(2468), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2468), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2468), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2468), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2468), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2468), - }, - [795] = { - [sym_function_definition] = STATE(1045), - [sym_declaration] = STATE(1045), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3099), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_call_modifier] = STATE(981), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(5095), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1491), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1487), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2472), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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), + [785] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3165), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3916), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_parameter_list] = STATE(694), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1504), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3503), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2369), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_LT] = ACTIONS(2371), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -182680,15 +181619,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(2474), - [anon_sym_struct] = ACTIONS(2476), - [anon_sym_union] = ACTIONS(2478), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -182759,316 +181699,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [796] = { - [sym_template_argument_list] = STATE(1172), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_RPAREN] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2416), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [797] = { - [sym_template_argument_list] = STATE(1197), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2405), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2447), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [798] = { - [sym_function_definition] = STATE(898), - [sym_declaration] = STATE(898), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3110), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_call_modifier] = STATE(979), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(4919), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1491), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1487), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2472), + [786] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3148), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3905), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_parameter_list] = STATE(692), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1504), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3503), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2369), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_LT] = ACTIONS(2371), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), + [anon_sym_COLON_COLON] = ACTIONS(2373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), - [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___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -183085,15 +181767,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(2480), - [anon_sym_struct] = ACTIONS(2482), - [anon_sym_union] = ACTIONS(2484), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -183164,46 +181847,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [799] = { - [sym_function_definition] = STATE(1022), - [sym_declaration] = STATE(1022), - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3123), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_ms_call_modifier] = STATE(974), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym__class_name] = STATE(5048), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1491), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1487), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2472), + [787] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3151), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3917), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_parameter_list] = STATE(695), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1504), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3503), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_type_identifier] = STATE(1357), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2369), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_LT] = ACTIONS(2371), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), + [anon_sym_COLON_COLON] = ACTIONS(2373), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), - [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___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -183220,15 +181915,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(2486), - [anon_sym_struct] = ACTIONS(2488), - [anon_sym_union] = ACTIONS(2490), + [anon_sym_class] = ACTIONS(65), + [anon_sym_struct] = ACTIONS(67), + [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -183299,2064 +181995,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [800] = { - [sym_template_argument_list] = STATE(1197), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2405), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2416), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2492), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [801] = { - [sym_identifier] = ACTIONS(2494), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2496), - [anon_sym_COMMA] = ACTIONS(2496), - [anon_sym_RPAREN] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(2494), - [anon_sym_SLASH] = ACTIONS(2494), - [anon_sym_PERCENT] = ACTIONS(2494), - [anon_sym_PIPE_PIPE] = ACTIONS(2496), - [anon_sym_AMP_AMP] = ACTIONS(2496), - [anon_sym_PIPE] = ACTIONS(2494), - [anon_sym_CARET] = ACTIONS(2494), - [anon_sym_AMP] = ACTIONS(2494), - [anon_sym_EQ_EQ] = ACTIONS(2496), - [anon_sym_BANG_EQ] = ACTIONS(2496), - [anon_sym_GT] = ACTIONS(2494), - [anon_sym_GT_EQ] = ACTIONS(2496), - [anon_sym_LT_EQ] = ACTIONS(2496), - [anon_sym_LT] = ACTIONS(2494), - [anon_sym_LT_LT] = ACTIONS(2494), - [anon_sym_GT_GT] = ACTIONS(2494), - [anon_sym_SEMI] = ACTIONS(2496), - [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_LBRACE] = ACTIONS(2496), - [anon_sym_RBRACE] = ACTIONS(2496), - [anon_sym_LBRACK] = ACTIONS(2494), - [anon_sym_EQ] = 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_QMARK] = ACTIONS(2496), - [anon_sym_STAR_EQ] = ACTIONS(2496), - [anon_sym_SLASH_EQ] = ACTIONS(2496), - [anon_sym_PERCENT_EQ] = ACTIONS(2496), - [anon_sym_PLUS_EQ] = ACTIONS(2496), - [anon_sym_DASH_EQ] = ACTIONS(2496), - [anon_sym_LT_LT_EQ] = ACTIONS(2496), - [anon_sym_GT_GT_EQ] = ACTIONS(2496), - [anon_sym_AMP_EQ] = ACTIONS(2496), - [anon_sym_CARET_EQ] = ACTIONS(2496), - [anon_sym_PIPE_EQ] = ACTIONS(2496), - [anon_sym_DASH_DASH] = ACTIONS(2496), - [anon_sym_PLUS_PLUS] = ACTIONS(2496), - [anon_sym_DOT] = ACTIONS(2494), - [anon_sym_DASH_GT] = ACTIONS(2496), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2494), - [anon_sym_template] = ACTIONS(2494), - [anon_sym_operator] = ACTIONS(2494), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2494), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2494), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2494), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2494), - [anon_sym_MOZ_COLD] = ACTIONS(2494), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2494), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2494), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2494), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2494), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2494), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2494), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2494), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2494), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2494), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2494), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2494), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2494), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2494), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_NONNULL] = ACTIONS(2494), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2494), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2494), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2494), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2494), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2494), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2494), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2494), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2494), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2494), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2494), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2494), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2494), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), - [anon_sym_MOZ_RAII] = ACTIONS(2494), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2494), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2494), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2494), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2494), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2494), - }, - [802] = { - [sym_identifier] = ACTIONS(2498), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2500), - [anon_sym_COMMA] = ACTIONS(2500), - [anon_sym_RPAREN] = ACTIONS(2500), - [anon_sym_LPAREN2] = ACTIONS(2500), - [anon_sym_TILDE] = ACTIONS(2500), - [anon_sym_DASH] = ACTIONS(2498), - [anon_sym_PLUS] = ACTIONS(2498), - [anon_sym_STAR] = ACTIONS(2498), - [anon_sym_SLASH] = ACTIONS(2498), - [anon_sym_PERCENT] = ACTIONS(2498), - [anon_sym_PIPE_PIPE] = ACTIONS(2500), - [anon_sym_AMP_AMP] = ACTIONS(2500), - [anon_sym_PIPE] = ACTIONS(2498), - [anon_sym_CARET] = ACTIONS(2498), - [anon_sym_AMP] = ACTIONS(2498), - [anon_sym_EQ_EQ] = ACTIONS(2500), - [anon_sym_BANG_EQ] = ACTIONS(2500), - [anon_sym_GT] = ACTIONS(2498), - [anon_sym_GT_EQ] = ACTIONS(2500), - [anon_sym_LT_EQ] = ACTIONS(2500), - [anon_sym_LT] = ACTIONS(2498), - [anon_sym_LT_LT] = ACTIONS(2498), - [anon_sym_GT_GT] = ACTIONS(2498), - [anon_sym_SEMI] = ACTIONS(2500), - [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_LBRACE] = ACTIONS(2500), - [anon_sym_RBRACE] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(2498), - [anon_sym_EQ] = 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_QMARK] = ACTIONS(2500), - [anon_sym_STAR_EQ] = ACTIONS(2500), - [anon_sym_SLASH_EQ] = ACTIONS(2500), - [anon_sym_PERCENT_EQ] = ACTIONS(2500), - [anon_sym_PLUS_EQ] = ACTIONS(2500), - [anon_sym_DASH_EQ] = ACTIONS(2500), - [anon_sym_LT_LT_EQ] = ACTIONS(2500), - [anon_sym_GT_GT_EQ] = ACTIONS(2500), - [anon_sym_AMP_EQ] = ACTIONS(2500), - [anon_sym_CARET_EQ] = ACTIONS(2500), - [anon_sym_PIPE_EQ] = ACTIONS(2500), - [anon_sym_DASH_DASH] = ACTIONS(2500), - [anon_sym_PLUS_PLUS] = ACTIONS(2500), - [anon_sym_DOT] = ACTIONS(2498), - [anon_sym_DASH_GT] = ACTIONS(2500), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2498), - [anon_sym_template] = ACTIONS(2498), - [anon_sym_operator] = ACTIONS(2498), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2498), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2498), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2498), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2498), - [anon_sym_MOZ_COLD] = ACTIONS(2498), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2498), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2498), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2498), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2498), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2498), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2498), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2498), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2498), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2498), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2498), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2498), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2498), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2498), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_NONNULL] = ACTIONS(2498), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2498), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2498), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2498), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2498), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2498), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2498), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2498), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2498), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2498), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2498), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2498), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2498), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2498), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2498), - [anon_sym_MOZ_RAII] = ACTIONS(2498), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2498), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2498), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2498), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2498), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2498), - }, - [803] = { - [sym_template_argument_list] = STATE(1172), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2416), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2502), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [804] = { - [sym_identifier] = ACTIONS(2504), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2506), - [anon_sym_COMMA] = ACTIONS(2506), - [anon_sym_RPAREN] = ACTIONS(2506), - [anon_sym_LPAREN2] = ACTIONS(2506), - [anon_sym_TILDE] = ACTIONS(2506), - [anon_sym_DASH] = ACTIONS(2504), - [anon_sym_PLUS] = ACTIONS(2504), - [anon_sym_STAR] = ACTIONS(2504), - [anon_sym_SLASH] = ACTIONS(2504), - [anon_sym_PERCENT] = ACTIONS(2504), - [anon_sym_PIPE_PIPE] = ACTIONS(2506), - [anon_sym_AMP_AMP] = ACTIONS(2506), - [anon_sym_PIPE] = ACTIONS(2504), - [anon_sym_CARET] = ACTIONS(2504), - [anon_sym_AMP] = ACTIONS(2504), - [anon_sym_EQ_EQ] = ACTIONS(2506), - [anon_sym_BANG_EQ] = ACTIONS(2506), - [anon_sym_GT] = ACTIONS(2504), - [anon_sym_GT_EQ] = ACTIONS(2506), - [anon_sym_LT_EQ] = ACTIONS(2506), - [anon_sym_LT] = ACTIONS(2504), - [anon_sym_LT_LT] = ACTIONS(2504), - [anon_sym_GT_GT] = ACTIONS(2504), - [anon_sym_SEMI] = ACTIONS(2506), - [anon_sym_extern] = ACTIONS(2504), - [anon_sym___attribute__] = ACTIONS(2504), - [anon_sym_COLON_COLON] = ACTIONS(2506), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2506), - [anon_sym___declspec] = ACTIONS(2504), - [anon_sym___based] = ACTIONS(2504), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_RBRACE] = ACTIONS(2506), - [anon_sym_LBRACK] = ACTIONS(2504), - [anon_sym_EQ] = ACTIONS(2504), - [anon_sym_static] = ACTIONS(2504), - [anon_sym_register] = ACTIONS(2504), - [anon_sym_inline] = ACTIONS(2504), - [anon_sym_thread_local] = ACTIONS(2504), - [anon_sym_const] = ACTIONS(2504), - [anon_sym_volatile] = ACTIONS(2504), - [anon_sym_restrict] = ACTIONS(2504), - [anon_sym__Atomic] = ACTIONS(2504), - [anon_sym_mutable] = ACTIONS(2504), - [anon_sym_constexpr] = ACTIONS(2504), - [anon_sym_QMARK] = ACTIONS(2506), - [anon_sym_STAR_EQ] = ACTIONS(2506), - [anon_sym_SLASH_EQ] = ACTIONS(2506), - [anon_sym_PERCENT_EQ] = ACTIONS(2506), - [anon_sym_PLUS_EQ] = ACTIONS(2506), - [anon_sym_DASH_EQ] = ACTIONS(2506), - [anon_sym_LT_LT_EQ] = ACTIONS(2506), - [anon_sym_GT_GT_EQ] = ACTIONS(2506), - [anon_sym_AMP_EQ] = ACTIONS(2506), - [anon_sym_CARET_EQ] = ACTIONS(2506), - [anon_sym_PIPE_EQ] = ACTIONS(2506), - [anon_sym_DASH_DASH] = ACTIONS(2506), - [anon_sym_PLUS_PLUS] = ACTIONS(2506), - [anon_sym_DOT] = ACTIONS(2504), - [anon_sym_DASH_GT] = ACTIONS(2506), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2504), - [anon_sym_template] = ACTIONS(2504), - [anon_sym_operator] = ACTIONS(2504), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2504), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2504), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2504), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2504), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2504), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2504), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2504), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2504), - [anon_sym_MOZ_COLD] = ACTIONS(2504), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2504), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2504), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2504), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2504), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2504), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2504), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2504), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2504), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2504), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2504), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2504), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2504), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2504), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2504), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2504), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2504), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2504), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2504), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2504), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_NONNULL] = ACTIONS(2504), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2504), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2504), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2504), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2504), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2504), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_NORETURN] = ACTIONS(2504), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2504), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2504), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2504), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2504), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2504), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2504), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2504), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2504), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2504), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), - [anon_sym_MOZ_RAII] = ACTIONS(2504), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2504), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2504), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2504), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2504), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2504), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2504), - }, - [805] = { - [sym_identifier] = ACTIONS(2508), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2510), - [anon_sym_COMMA] = ACTIONS(2510), - [anon_sym_RPAREN] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(2510), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_PLUS] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2508), - [anon_sym_SLASH] = ACTIONS(2508), - [anon_sym_PERCENT] = ACTIONS(2508), - [anon_sym_PIPE_PIPE] = ACTIONS(2510), - [anon_sym_AMP_AMP] = ACTIONS(2510), - [anon_sym_PIPE] = ACTIONS(2508), - [anon_sym_CARET] = ACTIONS(2508), - [anon_sym_AMP] = ACTIONS(2508), - [anon_sym_EQ_EQ] = ACTIONS(2510), - [anon_sym_BANG_EQ] = ACTIONS(2510), - [anon_sym_GT] = ACTIONS(2508), - [anon_sym_GT_EQ] = ACTIONS(2510), - [anon_sym_LT_EQ] = ACTIONS(2510), - [anon_sym_LT] = ACTIONS(2508), - [anon_sym_LT_LT] = ACTIONS(2508), - [anon_sym_GT_GT] = ACTIONS(2508), - [anon_sym_SEMI] = ACTIONS(2510), - [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_LBRACE] = ACTIONS(2510), - [anon_sym_RBRACE] = ACTIONS(2510), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_EQ] = 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_QMARK] = ACTIONS(2510), - [anon_sym_STAR_EQ] = ACTIONS(2510), - [anon_sym_SLASH_EQ] = ACTIONS(2510), - [anon_sym_PERCENT_EQ] = ACTIONS(2510), - [anon_sym_PLUS_EQ] = ACTIONS(2510), - [anon_sym_DASH_EQ] = ACTIONS(2510), - [anon_sym_LT_LT_EQ] = ACTIONS(2510), - [anon_sym_GT_GT_EQ] = ACTIONS(2510), - [anon_sym_AMP_EQ] = ACTIONS(2510), - [anon_sym_CARET_EQ] = ACTIONS(2510), - [anon_sym_PIPE_EQ] = ACTIONS(2510), - [anon_sym_DASH_DASH] = ACTIONS(2510), - [anon_sym_PLUS_PLUS] = ACTIONS(2510), - [anon_sym_DOT] = ACTIONS(2508), - [anon_sym_DASH_GT] = ACTIONS(2510), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2508), - [anon_sym_template] = ACTIONS(2508), - [anon_sym_operator] = ACTIONS(2508), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2508), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2508), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2508), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2508), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2508), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2508), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2508), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2508), - [anon_sym_MOZ_COLD] = ACTIONS(2508), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2508), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2508), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2508), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2508), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2508), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2508), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2508), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2508), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2508), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2508), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2508), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2508), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2508), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2508), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2508), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2508), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2508), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2508), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2508), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_NONNULL] = ACTIONS(2508), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2508), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2508), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2508), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2508), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2508), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_NORETURN] = ACTIONS(2508), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2508), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2508), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2508), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2508), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2508), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2508), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2508), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2508), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2508), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), - [anon_sym_MOZ_RAII] = ACTIONS(2508), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2508), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2508), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2508), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2508), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2508), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2508), - }, - [806] = { - [sym_template_argument_list] = STATE(1172), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2416), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2435), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [807] = { - [sym_identifier] = ACTIONS(2512), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2514), - [anon_sym_COMMA] = ACTIONS(2514), - [anon_sym_RPAREN] = ACTIONS(2514), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2512), - [anon_sym_SLASH] = ACTIONS(2512), - [anon_sym_PERCENT] = ACTIONS(2512), - [anon_sym_PIPE_PIPE] = ACTIONS(2514), - [anon_sym_AMP_AMP] = ACTIONS(2514), - [anon_sym_PIPE] = ACTIONS(2512), - [anon_sym_CARET] = ACTIONS(2512), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_EQ_EQ] = ACTIONS(2514), - [anon_sym_BANG_EQ] = ACTIONS(2514), - [anon_sym_GT] = ACTIONS(2512), - [anon_sym_GT_EQ] = ACTIONS(2514), - [anon_sym_LT_EQ] = ACTIONS(2514), - [anon_sym_LT] = ACTIONS(2512), - [anon_sym_LT_LT] = ACTIONS(2512), - [anon_sym_GT_GT] = ACTIONS(2512), - [anon_sym_SEMI] = ACTIONS(2514), - [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_LBRACE] = ACTIONS(2514), - [anon_sym_RBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_EQ] = 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_QMARK] = ACTIONS(2514), - [anon_sym_STAR_EQ] = ACTIONS(2514), - [anon_sym_SLASH_EQ] = ACTIONS(2514), - [anon_sym_PERCENT_EQ] = ACTIONS(2514), - [anon_sym_PLUS_EQ] = ACTIONS(2514), - [anon_sym_DASH_EQ] = ACTIONS(2514), - [anon_sym_LT_LT_EQ] = ACTIONS(2514), - [anon_sym_GT_GT_EQ] = ACTIONS(2514), - [anon_sym_AMP_EQ] = ACTIONS(2514), - [anon_sym_CARET_EQ] = ACTIONS(2514), - [anon_sym_PIPE_EQ] = ACTIONS(2514), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_DOT] = ACTIONS(2512), - [anon_sym_DASH_GT] = ACTIONS(2514), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_operator] = ACTIONS(2512), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), - [anon_sym_MOZ_COLD] = ACTIONS(2512), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_NONNULL] = ACTIONS(2512), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), - [anon_sym_MOZ_RAII] = ACTIONS(2512), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), - }, - [808] = { - [sym_template_argument_list] = STATE(1172), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2416), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2492), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [809] = { - [sym_template_argument_list] = STATE(814), - [sym_identifier] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2451), - [anon_sym_COMMA] = ACTIONS(2451), - [anon_sym_RPAREN] = ACTIONS(2451), - [anon_sym_LPAREN2] = ACTIONS(2453), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_DASH] = ACTIONS(2458), - [anon_sym_PLUS] = ACTIONS(2458), - [anon_sym_STAR] = ACTIONS(2460), - [anon_sym_SLASH] = ACTIONS(2458), - [anon_sym_PERCENT] = ACTIONS(2458), - [anon_sym_PIPE_PIPE] = ACTIONS(2451), - [anon_sym_AMP_AMP] = ACTIONS(2453), - [anon_sym_PIPE] = ACTIONS(2458), - [anon_sym_CARET] = ACTIONS(2458), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_EQ_EQ] = ACTIONS(2451), - [anon_sym_BANG_EQ] = ACTIONS(2451), - [anon_sym_GT] = ACTIONS(2458), - [anon_sym_GT_EQ] = ACTIONS(2451), - [anon_sym_LT_EQ] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(2463), - [anon_sym_LT_LT] = ACTIONS(2458), - [anon_sym_GT_GT] = ACTIONS(2458), - [anon_sym_SEMI] = ACTIONS(2451), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2456), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2456), - [anon_sym_LBRACK] = ACTIONS(2460), - [anon_sym_EQ] = ACTIONS(2458), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [anon_sym_QMARK] = ACTIONS(2451), - [anon_sym_STAR_EQ] = ACTIONS(2451), - [anon_sym_SLASH_EQ] = ACTIONS(2451), - [anon_sym_PERCENT_EQ] = ACTIONS(2451), - [anon_sym_PLUS_EQ] = ACTIONS(2451), - [anon_sym_DASH_EQ] = ACTIONS(2451), - [anon_sym_LT_LT_EQ] = ACTIONS(2451), - [anon_sym_GT_GT_EQ] = ACTIONS(2451), - [anon_sym_AMP_EQ] = ACTIONS(2451), - [anon_sym_CARET_EQ] = ACTIONS(2451), - [anon_sym_PIPE_EQ] = ACTIONS(2451), - [anon_sym_DASH_DASH] = ACTIONS(2451), - [anon_sym_PLUS_PLUS] = ACTIONS(2451), - [anon_sym_DOT] = ACTIONS(2458), - [anon_sym_DASH_GT] = ACTIONS(2451), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), - }, - [810] = { - [sym_template_argument_list] = STATE(1172), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2416), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2466), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [811] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2518), - [anon_sym_COMMA] = ACTIONS(2518), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2525), - [anon_sym_PLUS] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(2527), - [anon_sym_SLASH] = ACTIONS(2525), - [anon_sym_PERCENT] = ACTIONS(2525), - [anon_sym_PIPE_PIPE] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2525), - [anon_sym_CARET] = ACTIONS(2525), - [anon_sym_AMP] = ACTIONS(2527), - [anon_sym_EQ_EQ] = ACTIONS(2518), - [anon_sym_BANG_EQ] = ACTIONS(2518), - [anon_sym_GT] = ACTIONS(2525), - [anon_sym_GT_EQ] = ACTIONS(2518), - [anon_sym_LT_EQ] = ACTIONS(2518), - [anon_sym_LT] = ACTIONS(2525), - [anon_sym_LT_LT] = ACTIONS(2525), - [anon_sym_GT_GT] = ACTIONS(2525), - [anon_sym_SEMI] = ACTIONS(2520), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2520), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_RBRACE] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(2527), - [anon_sym_EQ] = ACTIONS(2525), - [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_QMARK] = ACTIONS(2518), - [anon_sym_STAR_EQ] = ACTIONS(2518), - [anon_sym_SLASH_EQ] = ACTIONS(2518), - [anon_sym_PERCENT_EQ] = ACTIONS(2518), - [anon_sym_PLUS_EQ] = ACTIONS(2518), - [anon_sym_DASH_EQ] = ACTIONS(2518), - [anon_sym_LT_LT_EQ] = ACTIONS(2518), - [anon_sym_GT_GT_EQ] = ACTIONS(2518), - [anon_sym_AMP_EQ] = ACTIONS(2518), - [anon_sym_CARET_EQ] = ACTIONS(2518), - [anon_sym_PIPE_EQ] = ACTIONS(2518), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_DOT] = ACTIONS(2525), - [anon_sym_DASH_GT] = ACTIONS(2518), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), - }, - [812] = { - [sym_template_argument_list] = STATE(816), - [sym_identifier] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2453), - [anon_sym_COMMA] = ACTIONS(2453), - [anon_sym_RPAREN] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(2453), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_DASH] = ACTIONS(2458), - [anon_sym_PLUS] = ACTIONS(2458), - [anon_sym_STAR] = ACTIONS(2460), - [anon_sym_SLASH] = ACTIONS(2458), - [anon_sym_PERCENT] = ACTIONS(2458), - [anon_sym_PIPE_PIPE] = ACTIONS(2451), - [anon_sym_AMP_AMP] = ACTIONS(2453), - [anon_sym_PIPE] = ACTIONS(2458), - [anon_sym_CARET] = ACTIONS(2458), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_EQ_EQ] = ACTIONS(2451), - [anon_sym_BANG_EQ] = ACTIONS(2451), - [anon_sym_GT] = ACTIONS(2458), - [anon_sym_GT_EQ] = ACTIONS(2451), - [anon_sym_LT_EQ] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(2463), - [anon_sym_LT_LT] = ACTIONS(2458), - [anon_sym_GT_GT] = ACTIONS(2458), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2456), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2456), - [anon_sym_LBRACK] = ACTIONS(2460), - [anon_sym_EQ] = ACTIONS(2460), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [anon_sym_QMARK] = ACTIONS(2451), - [anon_sym_STAR_EQ] = ACTIONS(2451), - [anon_sym_SLASH_EQ] = ACTIONS(2451), - [anon_sym_PERCENT_EQ] = ACTIONS(2451), - [anon_sym_PLUS_EQ] = ACTIONS(2451), - [anon_sym_DASH_EQ] = ACTIONS(2451), - [anon_sym_LT_LT_EQ] = ACTIONS(2451), - [anon_sym_GT_GT_EQ] = ACTIONS(2451), - [anon_sym_AMP_EQ] = ACTIONS(2451), - [anon_sym_CARET_EQ] = ACTIONS(2451), - [anon_sym_PIPE_EQ] = ACTIONS(2451), - [anon_sym_DASH_DASH] = ACTIONS(2451), - [anon_sym_PLUS_PLUS] = ACTIONS(2451), - [anon_sym_DOT] = ACTIONS(2458), - [anon_sym_DASH_GT] = ACTIONS(2451), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), - }, - [813] = { - [sym_template_argument_list] = STATE(1180), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2416), - [anon_sym_COMMA] = ACTIONS(2416), - [anon_sym_RPAREN] = ACTIONS(2416), - [anon_sym_LPAREN2] = ACTIONS(2416), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2416), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2411), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_EQ] = ACTIONS(2401), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_QMARK] = ACTIONS(2403), - [anon_sym_STAR_EQ] = ACTIONS(2437), - [anon_sym_SLASH_EQ] = ACTIONS(2437), - [anon_sym_PERCENT_EQ] = ACTIONS(2437), - [anon_sym_PLUS_EQ] = ACTIONS(2437), - [anon_sym_DASH_EQ] = ACTIONS(2437), - [anon_sym_LT_LT_EQ] = ACTIONS(2437), - [anon_sym_GT_GT_EQ] = ACTIONS(2437), - [anon_sym_AMP_EQ] = ACTIONS(2437), - [anon_sym_CARET_EQ] = ACTIONS(2437), - [anon_sym_PIPE_EQ] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2411), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [814] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2518), - [anon_sym_COMMA] = ACTIONS(2518), - [anon_sym_RPAREN] = ACTIONS(2518), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2525), - [anon_sym_PLUS] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(2527), - [anon_sym_SLASH] = ACTIONS(2525), - [anon_sym_PERCENT] = ACTIONS(2525), - [anon_sym_PIPE_PIPE] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2525), - [anon_sym_CARET] = ACTIONS(2525), - [anon_sym_AMP] = ACTIONS(2527), - [anon_sym_EQ_EQ] = ACTIONS(2518), - [anon_sym_BANG_EQ] = ACTIONS(2518), - [anon_sym_GT] = ACTIONS(2525), - [anon_sym_GT_EQ] = ACTIONS(2518), - [anon_sym_LT_EQ] = ACTIONS(2518), - [anon_sym_LT] = ACTIONS(2525), - [anon_sym_LT_LT] = ACTIONS(2525), - [anon_sym_GT_GT] = ACTIONS(2525), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2527), - [anon_sym_EQ] = ACTIONS(2525), - [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_QMARK] = ACTIONS(2518), - [anon_sym_STAR_EQ] = ACTIONS(2518), - [anon_sym_SLASH_EQ] = ACTIONS(2518), - [anon_sym_PERCENT_EQ] = ACTIONS(2518), - [anon_sym_PLUS_EQ] = ACTIONS(2518), - [anon_sym_DASH_EQ] = ACTIONS(2518), - [anon_sym_LT_LT_EQ] = ACTIONS(2518), - [anon_sym_GT_GT_EQ] = ACTIONS(2518), - [anon_sym_AMP_EQ] = ACTIONS(2518), - [anon_sym_CARET_EQ] = ACTIONS(2518), - [anon_sym_PIPE_EQ] = ACTIONS(2518), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_DOT] = ACTIONS(2525), - [anon_sym_DASH_GT] = ACTIONS(2518), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), - }, - [815] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2345), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4215), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_type_parameter_declaration] = STATE(4215), - [sym_variadic_type_parameter_declaration] = STATE(4215), - [sym_optional_type_parameter_declaration] = STATE(4215), - [sym_template_template_parameter_declaration] = STATE(4215), - [sym_optional_parameter_declaration] = STATE(4215), - [sym_variadic_parameter_declaration] = STATE(4215), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), + [788] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym__abstract_declarator] = STATE(4163), + [sym_abstract_parenthesized_declarator] = STATE(3728), + [sym_abstract_pointer_declarator] = STATE(3728), + [sym_abstract_function_declarator] = STATE(3728), + [sym_abstract_array_declarator] = STATE(3728), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_list] = STATE(3266), + [sym_parameter_declaration] = STATE(4310), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4310), + [sym_variadic_parameter_declaration] = STATE(4310), + [sym_abstract_reference_declarator] = STATE(3728), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2351), + [anon_sym_RPAREN] = ACTIONS(2353), + [anon_sym_LPAREN2] = ACTIONS(2377), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_AMP_AMP] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2383), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2385), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(2387), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -185373,16 +182058,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(2530), + [anon_sym_class] = ACTIONS(1465), [anon_sym_struct] = ACTIONS(1467), [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2532), - [anon_sym_template] = ACTIONS(2534), - [anon_sym_GT2] = ACTIONS(2536), + [anon_sym_typename] = ACTIONS(1471), + [anon_sym_template] = ACTIONS(1035), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -185453,176 +182137,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [816] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2520), - [anon_sym_COMMA] = ACTIONS(2520), - [anon_sym_RPAREN] = ACTIONS(2520), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2525), - [anon_sym_PLUS] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(2527), - [anon_sym_SLASH] = ACTIONS(2525), - [anon_sym_PERCENT] = ACTIONS(2525), - [anon_sym_PIPE_PIPE] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2525), - [anon_sym_CARET] = ACTIONS(2525), - [anon_sym_AMP] = ACTIONS(2527), - [anon_sym_EQ_EQ] = ACTIONS(2518), - [anon_sym_BANG_EQ] = ACTIONS(2518), - [anon_sym_GT] = ACTIONS(2525), - [anon_sym_GT_EQ] = ACTIONS(2518), - [anon_sym_LT_EQ] = ACTIONS(2518), - [anon_sym_LT] = ACTIONS(2525), - [anon_sym_LT_LT] = ACTIONS(2525), - [anon_sym_GT_GT] = ACTIONS(2525), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2527), - [anon_sym_EQ] = ACTIONS(2527), - [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_QMARK] = ACTIONS(2518), - [anon_sym_STAR_EQ] = ACTIONS(2518), - [anon_sym_SLASH_EQ] = ACTIONS(2518), - [anon_sym_PERCENT_EQ] = ACTIONS(2518), - [anon_sym_PLUS_EQ] = ACTIONS(2518), - [anon_sym_DASH_EQ] = ACTIONS(2518), - [anon_sym_LT_LT_EQ] = ACTIONS(2518), - [anon_sym_GT_GT_EQ] = ACTIONS(2518), - [anon_sym_AMP_EQ] = ACTIONS(2518), - [anon_sym_CARET_EQ] = ACTIONS(2518), - [anon_sym_PIPE_EQ] = ACTIONS(2518), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_DOT] = ACTIONS(2525), - [anon_sym_DASH_GT] = ACTIONS(2518), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), - }, - [817] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2345), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4702), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_type_parameter_declaration] = STATE(4702), - [sym_variadic_type_parameter_declaration] = STATE(4702), - [sym_optional_type_parameter_declaration] = STATE(4702), - [sym_template_template_parameter_declaration] = STATE(4702), - [sym_optional_parameter_declaration] = STATE(4702), - [sym_variadic_parameter_declaration] = STATE(4702), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), + [789] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym__abstract_declarator] = STATE(4050), + [sym_abstract_parenthesized_declarator] = STATE(3728), + [sym_abstract_pointer_declarator] = STATE(3728), + [sym_abstract_function_declarator] = STATE(3728), + [sym_abstract_array_declarator] = STATE(3728), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_list] = STATE(3266), + [sym_parameter_declaration] = STATE(4367), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4367), + [sym_variadic_parameter_declaration] = STATE(4367), + [sym_abstract_reference_declarator] = STATE(3728), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), + [anon_sym_RPAREN] = ACTIONS(2389), + [anon_sym_LPAREN2] = ACTIONS(2377), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_AMP_AMP] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2383), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2385), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(2387), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -185639,15 +182200,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(2530), + [anon_sym_class] = ACTIONS(1465), [anon_sym_struct] = ACTIONS(1467), [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2532), - [anon_sym_template] = ACTIONS(2534), + [anon_sym_typename] = ACTIONS(1471), + [anon_sym_template] = ACTIONS(1035), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), @@ -185718,563 +182279,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [818] = { - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3904), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5015), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2710), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3513), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(3452), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2538), - [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_COLON_COLON] = ACTIONS(41), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2540), - [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), - [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(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [819] = { - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3904), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5149), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2710), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3513), - [sym_qualified_identifier] = STATE(2224), - [sym_qualified_type_identifier] = STATE(3452), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2538), - [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_COLON_COLON] = ACTIONS(41), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2540), + [790] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym__abstract_declarator] = STATE(4050), + [sym_abstract_parenthesized_declarator] = STATE(3728), + [sym_abstract_pointer_declarator] = STATE(3728), + [sym_abstract_function_declarator] = STATE(3728), + [sym_abstract_array_declarator] = STATE(3728), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_list] = STATE(3266), + [sym_parameter_declaration] = STATE(4277), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4277), + [sym_variadic_parameter_declaration] = STATE(4277), + [sym_abstract_reference_declarator] = STATE(3728), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_RPAREN] = ACTIONS(2391), + [anon_sym_LPAREN2] = ACTIONS(2377), + [anon_sym_STAR] = ACTIONS(2379), + [anon_sym_AMP_AMP] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2383), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(2387), + [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), - [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(1471), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [820] = { - [sym_identifier] = ACTIONS(2512), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2514), - [anon_sym_COMMA] = ACTIONS(2514), - [anon_sym_RPAREN] = ACTIONS(2514), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2514), - [anon_sym_SLASH] = ACTIONS(2512), - [anon_sym_PERCENT] = ACTIONS(2514), - [anon_sym_PIPE_PIPE] = ACTIONS(2514), - [anon_sym_AMP_AMP] = ACTIONS(2514), - [anon_sym_PIPE] = ACTIONS(2512), - [anon_sym_CARET] = ACTIONS(2514), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_EQ_EQ] = ACTIONS(2514), - [anon_sym_BANG_EQ] = ACTIONS(2514), - [anon_sym_GT] = ACTIONS(2512), - [anon_sym_GT_EQ] = ACTIONS(2514), - [anon_sym_LT_EQ] = ACTIONS(2514), - [anon_sym_LT] = ACTIONS(2512), - [anon_sym_LT_LT] = ACTIONS(2514), - [anon_sym_GT_GT] = ACTIONS(2514), - [anon_sym_SEMI] = ACTIONS(2514), - [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_LBRACE] = ACTIONS(2514), - [anon_sym_RBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_EQ] = 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_COLON] = ACTIONS(2512), - [anon_sym_QMARK] = ACTIONS(2514), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_DOT] = ACTIONS(2512), - [anon_sym_DASH_GT] = ACTIONS(2514), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2512), - [anon_sym_override] = ACTIONS(2512), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_operator] = ACTIONS(2512), - [anon_sym_noexcept] = ACTIONS(2512), - [anon_sym_throw] = ACTIONS(2512), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), - [anon_sym_MOZ_COLD] = ACTIONS(2512), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_NONNULL] = ACTIONS(2512), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), - [anon_sym_MOZ_RAII] = ACTIONS(2512), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), - }, - [821] = { - [sym_identifier] = ACTIONS(2508), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2510), - [anon_sym_COMMA] = ACTIONS(2510), - [anon_sym_RPAREN] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(2510), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_PLUS] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2510), - [anon_sym_SLASH] = ACTIONS(2508), - [anon_sym_PERCENT] = ACTIONS(2510), - [anon_sym_PIPE_PIPE] = ACTIONS(2510), - [anon_sym_AMP_AMP] = ACTIONS(2510), - [anon_sym_PIPE] = ACTIONS(2508), - [anon_sym_CARET] = ACTIONS(2510), - [anon_sym_AMP] = ACTIONS(2508), - [anon_sym_EQ_EQ] = ACTIONS(2510), - [anon_sym_BANG_EQ] = ACTIONS(2510), - [anon_sym_GT] = ACTIONS(2508), - [anon_sym_GT_EQ] = ACTIONS(2510), - [anon_sym_LT_EQ] = ACTIONS(2510), - [anon_sym_LT] = ACTIONS(2508), - [anon_sym_LT_LT] = ACTIONS(2510), - [anon_sym_GT_GT] = ACTIONS(2510), - [anon_sym_SEMI] = ACTIONS(2510), - [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_LBRACE] = ACTIONS(2510), - [anon_sym_RBRACE] = ACTIONS(2510), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_EQ] = 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_COLON] = ACTIONS(2508), - [anon_sym_QMARK] = ACTIONS(2510), - [anon_sym_DASH_DASH] = ACTIONS(2510), - [anon_sym_PLUS_PLUS] = ACTIONS(2510), - [anon_sym_DOT] = ACTIONS(2508), - [anon_sym_DASH_GT] = ACTIONS(2510), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2508), - [anon_sym_override] = ACTIONS(2508), - [anon_sym_virtual] = ACTIONS(2508), - [anon_sym_template] = ACTIONS(2508), - [anon_sym_operator] = ACTIONS(2508), - [anon_sym_noexcept] = ACTIONS(2508), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2508), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2508), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2508), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2508), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2508), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2508), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2508), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2508), - [anon_sym_MOZ_COLD] = ACTIONS(2508), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2508), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2508), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2508), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2508), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2508), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2508), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2508), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2508), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2508), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2508), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2508), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2508), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2508), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2508), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2508), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2508), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2508), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2508), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2508), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_NONNULL] = ACTIONS(2508), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2508), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2508), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2508), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2508), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2508), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_NORETURN] = ACTIONS(2508), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2508), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2508), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2508), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2508), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2508), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2508), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2508), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2508), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2508), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), - [anon_sym_MOZ_RAII] = ACTIONS(2508), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2508), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2508), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2508), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2508), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2508), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2508), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [822] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4291), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4291), - [sym_variadic_parameter_declaration] = STATE(4291), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), - [anon_sym_RPAREN] = ACTIONS(2395), + [791] = { + [sym_function_definition] = STATE(208), + [sym_declaration] = STATE(208), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3059), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_call_modifier] = STATE(1137), + [sym_declaration_list] = STATE(208), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2319), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), + [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(2393), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -186290,15 +182477,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), + [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(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), @@ -186370,41 +182557,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [823] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4292), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4292), - [sym_variadic_parameter_declaration] = STATE(4292), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2355), - [anon_sym_RPAREN] = ACTIONS(2357), + [792] = { + [sym_function_definition] = STATE(653), + [sym_declaration] = STATE(653), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3013), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_call_modifier] = STATE(1170), + [sym_declaration_list] = STATE(653), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2319), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), + [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(2395), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -186420,15 +182613,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), + [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(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), @@ -186500,171 +182693,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [824] = { - [sym_identifier] = ACTIONS(2504), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2506), - [anon_sym_COMMA] = ACTIONS(2506), - [anon_sym_RPAREN] = ACTIONS(2506), - [anon_sym_LPAREN2] = ACTIONS(2506), - [anon_sym_TILDE] = ACTIONS(2506), - [anon_sym_DASH] = ACTIONS(2504), - [anon_sym_PLUS] = ACTIONS(2504), - [anon_sym_STAR] = ACTIONS(2506), - [anon_sym_SLASH] = ACTIONS(2504), - [anon_sym_PERCENT] = ACTIONS(2506), - [anon_sym_PIPE_PIPE] = ACTIONS(2506), - [anon_sym_AMP_AMP] = ACTIONS(2506), - [anon_sym_PIPE] = ACTIONS(2504), - [anon_sym_CARET] = ACTIONS(2506), - [anon_sym_AMP] = ACTIONS(2504), - [anon_sym_EQ_EQ] = ACTIONS(2506), - [anon_sym_BANG_EQ] = ACTIONS(2506), - [anon_sym_GT] = ACTIONS(2504), - [anon_sym_GT_EQ] = ACTIONS(2506), - [anon_sym_LT_EQ] = ACTIONS(2506), - [anon_sym_LT] = ACTIONS(2504), - [anon_sym_LT_LT] = ACTIONS(2506), - [anon_sym_GT_GT] = ACTIONS(2506), - [anon_sym_SEMI] = ACTIONS(2506), - [anon_sym_extern] = ACTIONS(2504), - [anon_sym___attribute__] = ACTIONS(2504), - [anon_sym_COLON_COLON] = ACTIONS(2506), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2506), - [anon_sym___declspec] = ACTIONS(2504), - [anon_sym___based] = ACTIONS(2504), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_RBRACE] = ACTIONS(2506), - [anon_sym_LBRACK] = ACTIONS(2504), - [anon_sym_EQ] = ACTIONS(2504), - [anon_sym_static] = ACTIONS(2504), - [anon_sym_register] = ACTIONS(2504), - [anon_sym_inline] = ACTIONS(2504), - [anon_sym_thread_local] = ACTIONS(2504), - [anon_sym_const] = ACTIONS(2504), - [anon_sym_volatile] = ACTIONS(2504), - [anon_sym_restrict] = ACTIONS(2504), - [anon_sym__Atomic] = ACTIONS(2504), - [anon_sym_mutable] = ACTIONS(2504), - [anon_sym_constexpr] = ACTIONS(2504), - [anon_sym_COLON] = ACTIONS(2504), - [anon_sym_QMARK] = ACTIONS(2506), - [anon_sym_DASH_DASH] = ACTIONS(2506), - [anon_sym_PLUS_PLUS] = ACTIONS(2506), - [anon_sym_DOT] = ACTIONS(2504), - [anon_sym_DASH_GT] = ACTIONS(2506), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2504), - [anon_sym_override] = ACTIONS(2504), - [anon_sym_virtual] = ACTIONS(2504), - [anon_sym_template] = ACTIONS(2504), - [anon_sym_operator] = ACTIONS(2504), - [anon_sym_noexcept] = ACTIONS(2504), - [anon_sym_throw] = ACTIONS(2504), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2504), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2504), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2504), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2504), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2504), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2504), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2504), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2504), - [anon_sym_MOZ_COLD] = ACTIONS(2504), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2504), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2504), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2504), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2504), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2504), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2504), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2504), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2504), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2504), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2504), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2504), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2504), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2504), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2504), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2504), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2504), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2504), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2504), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2504), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_NONNULL] = ACTIONS(2504), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2504), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2504), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2504), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2504), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2504), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_NORETURN] = ACTIONS(2504), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2504), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2504), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2504), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2504), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2504), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2504), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2504), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2504), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2504), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), - [anon_sym_MOZ_RAII] = ACTIONS(2504), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2504), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2504), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2504), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2504), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2504), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2504), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2504), + [793] = { + [sym_template_argument_list] = STATE(1227), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2401), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2412), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_RBRACE] = ACTIONS(2399), + [anon_sym_LBRACK] = ACTIONS(2425), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2431), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [825] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4297), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4297), - [sym_variadic_parameter_declaration] = STATE(4297), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), - [anon_sym_RPAREN] = ACTIONS(2381), + [794] = { + [sym_function_definition] = STATE(531), + [sym_declaration] = STATE(531), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3058), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_call_modifier] = STATE(1169), + [sym_declaration_list] = STATE(531), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2319), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), + [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(2435), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -186680,15 +182885,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), + [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(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), @@ -186760,689 +182965,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [826] = { - [sym_identifier] = ACTIONS(2498), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2500), - [anon_sym_COMMA] = ACTIONS(2500), - [anon_sym_RPAREN] = ACTIONS(2500), - [anon_sym_LPAREN2] = ACTIONS(2500), - [anon_sym_TILDE] = ACTIONS(2500), - [anon_sym_DASH] = ACTIONS(2498), - [anon_sym_PLUS] = ACTIONS(2498), - [anon_sym_STAR] = ACTIONS(2500), - [anon_sym_SLASH] = ACTIONS(2498), - [anon_sym_PERCENT] = ACTIONS(2500), - [anon_sym_PIPE_PIPE] = ACTIONS(2500), - [anon_sym_AMP_AMP] = ACTIONS(2500), - [anon_sym_PIPE] = ACTIONS(2498), - [anon_sym_CARET] = ACTIONS(2500), - [anon_sym_AMP] = ACTIONS(2498), - [anon_sym_EQ_EQ] = ACTIONS(2500), - [anon_sym_BANG_EQ] = ACTIONS(2500), - [anon_sym_GT] = ACTIONS(2498), - [anon_sym_GT_EQ] = ACTIONS(2500), - [anon_sym_LT_EQ] = ACTIONS(2500), - [anon_sym_LT] = ACTIONS(2498), - [anon_sym_LT_LT] = ACTIONS(2500), - [anon_sym_GT_GT] = ACTIONS(2500), - [anon_sym_SEMI] = ACTIONS(2500), - [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_LBRACE] = ACTIONS(2500), - [anon_sym_RBRACE] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(2498), - [anon_sym_EQ] = 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_COLON] = ACTIONS(2498), - [anon_sym_QMARK] = ACTIONS(2500), - [anon_sym_DASH_DASH] = ACTIONS(2500), - [anon_sym_PLUS_PLUS] = ACTIONS(2500), - [anon_sym_DOT] = ACTIONS(2498), - [anon_sym_DASH_GT] = ACTIONS(2500), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2498), - [anon_sym_override] = ACTIONS(2498), - [anon_sym_virtual] = ACTIONS(2498), - [anon_sym_template] = ACTIONS(2498), - [anon_sym_operator] = ACTIONS(2498), - [anon_sym_noexcept] = ACTIONS(2498), - [anon_sym_throw] = ACTIONS(2498), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2498), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2498), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2498), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2498), - [anon_sym_MOZ_COLD] = ACTIONS(2498), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2498), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2498), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2498), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2498), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2498), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2498), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2498), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2498), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2498), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2498), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2498), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2498), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2498), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_NONNULL] = ACTIONS(2498), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2498), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2498), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2498), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2498), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2498), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2498), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2498), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2498), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2498), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2498), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2498), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2498), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2498), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2498), - [anon_sym_MOZ_RAII] = ACTIONS(2498), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2498), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2498), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2498), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2498), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2498), - }, - [827] = { - [sym_identifier] = ACTIONS(2494), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2496), - [anon_sym_COMMA] = ACTIONS(2496), - [anon_sym_RPAREN] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(2496), - [anon_sym_SLASH] = ACTIONS(2494), - [anon_sym_PERCENT] = ACTIONS(2496), - [anon_sym_PIPE_PIPE] = ACTIONS(2496), - [anon_sym_AMP_AMP] = ACTIONS(2496), - [anon_sym_PIPE] = ACTIONS(2494), - [anon_sym_CARET] = ACTIONS(2496), - [anon_sym_AMP] = ACTIONS(2494), - [anon_sym_EQ_EQ] = ACTIONS(2496), - [anon_sym_BANG_EQ] = ACTIONS(2496), - [anon_sym_GT] = ACTIONS(2494), - [anon_sym_GT_EQ] = ACTIONS(2496), - [anon_sym_LT_EQ] = ACTIONS(2496), - [anon_sym_LT] = ACTIONS(2494), - [anon_sym_LT_LT] = ACTIONS(2496), - [anon_sym_GT_GT] = ACTIONS(2496), - [anon_sym_SEMI] = ACTIONS(2496), - [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_LBRACE] = ACTIONS(2496), - [anon_sym_RBRACE] = ACTIONS(2496), - [anon_sym_LBRACK] = ACTIONS(2494), - [anon_sym_EQ] = 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_COLON] = ACTIONS(2494), - [anon_sym_QMARK] = ACTIONS(2496), - [anon_sym_DASH_DASH] = ACTIONS(2496), - [anon_sym_PLUS_PLUS] = ACTIONS(2496), - [anon_sym_DOT] = ACTIONS(2494), - [anon_sym_DASH_GT] = ACTIONS(2496), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2494), - [anon_sym_override] = ACTIONS(2494), - [anon_sym_virtual] = ACTIONS(2494), - [anon_sym_template] = ACTIONS(2494), - [anon_sym_operator] = ACTIONS(2494), - [anon_sym_noexcept] = ACTIONS(2494), - [anon_sym_throw] = ACTIONS(2494), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2494), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2494), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2494), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2494), - [anon_sym_MOZ_COLD] = ACTIONS(2494), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2494), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2494), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2494), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2494), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2494), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2494), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2494), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2494), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2494), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2494), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2494), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2494), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2494), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_NONNULL] = ACTIONS(2494), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2494), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2494), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2494), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2494), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2494), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2494), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2494), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2494), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2494), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2494), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2494), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2494), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), - [anon_sym_MOZ_RAII] = ACTIONS(2494), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2494), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2494), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2494), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2494), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2494), - }, - [828] = { - [sym_identifier] = ACTIONS(2443), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2445), - [anon_sym_COMMA] = ACTIONS(2445), - [anon_sym_RPAREN] = ACTIONS(2445), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2445), - [anon_sym_DASH] = ACTIONS(2443), - [anon_sym_PLUS] = ACTIONS(2443), - [anon_sym_STAR] = ACTIONS(2445), - [anon_sym_SLASH] = ACTIONS(2443), - [anon_sym_PERCENT] = ACTIONS(2445), - [anon_sym_PIPE_PIPE] = ACTIONS(2445), - [anon_sym_AMP_AMP] = ACTIONS(2445), - [anon_sym_PIPE] = ACTIONS(2443), - [anon_sym_CARET] = ACTIONS(2445), - [anon_sym_AMP] = ACTIONS(2443), - [anon_sym_EQ_EQ] = ACTIONS(2445), - [anon_sym_BANG_EQ] = ACTIONS(2445), - [anon_sym_GT] = ACTIONS(2443), - [anon_sym_GT_EQ] = ACTIONS(2445), - [anon_sym_LT_EQ] = ACTIONS(2445), - [anon_sym_LT] = ACTIONS(2443), - [anon_sym_LT_LT] = ACTIONS(2445), - [anon_sym_GT_GT] = ACTIONS(2445), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_extern] = ACTIONS(2443), - [anon_sym___attribute__] = ACTIONS(2443), - [anon_sym_COLON_COLON] = ACTIONS(2445), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2443), - [anon_sym___based] = ACTIONS(2443), - [anon_sym_LBRACE] = ACTIONS(2445), - [anon_sym_RBRACE] = ACTIONS(2445), - [anon_sym_LBRACK] = ACTIONS(2443), - [anon_sym_EQ] = ACTIONS(2443), - [anon_sym_static] = ACTIONS(2443), - [anon_sym_register] = ACTIONS(2443), - [anon_sym_inline] = ACTIONS(2443), - [anon_sym_thread_local] = ACTIONS(2443), - [anon_sym_const] = ACTIONS(2443), - [anon_sym_volatile] = ACTIONS(2443), - [anon_sym_restrict] = ACTIONS(2443), - [anon_sym__Atomic] = ACTIONS(2443), - [anon_sym_mutable] = ACTIONS(2443), - [anon_sym_constexpr] = ACTIONS(2443), - [anon_sym_COLON] = ACTIONS(2443), - [anon_sym_QMARK] = ACTIONS(2445), - [anon_sym_DASH_DASH] = ACTIONS(2445), - [anon_sym_PLUS_PLUS] = ACTIONS(2445), - [anon_sym_DOT] = ACTIONS(2443), - [anon_sym_DASH_GT] = ACTIONS(2445), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2443), - [anon_sym_override] = ACTIONS(2443), - [anon_sym_virtual] = ACTIONS(2443), - [anon_sym_template] = ACTIONS(2443), - [anon_sym_operator] = ACTIONS(2443), - [anon_sym_noexcept] = ACTIONS(2443), - [anon_sym_throw] = ACTIONS(2443), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2443), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2443), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2443), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2443), - [anon_sym_MOZ_COLD] = ACTIONS(2443), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2443), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2443), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2443), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2443), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2443), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2443), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2443), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2443), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2443), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2443), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2443), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2443), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2443), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_NONNULL] = ACTIONS(2443), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2443), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2443), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2443), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2443), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2443), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2443), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2443), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2443), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2443), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2443), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2443), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2443), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2443), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2443), - [anon_sym_MOZ_RAII] = ACTIONS(2443), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2443), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2443), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2443), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2443), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2443), - }, - [829] = { - [sym_identifier] = ACTIONS(2468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2470), - [anon_sym_COMMA] = ACTIONS(2470), - [anon_sym_RPAREN] = ACTIONS(2470), - [anon_sym_LPAREN2] = ACTIONS(2470), - [anon_sym_TILDE] = ACTIONS(2470), - [anon_sym_DASH] = ACTIONS(2468), - [anon_sym_PLUS] = ACTIONS(2468), - [anon_sym_STAR] = ACTIONS(2470), - [anon_sym_SLASH] = ACTIONS(2468), - [anon_sym_PERCENT] = ACTIONS(2470), - [anon_sym_PIPE_PIPE] = ACTIONS(2470), - [anon_sym_AMP_AMP] = ACTIONS(2470), - [anon_sym_PIPE] = ACTIONS(2468), - [anon_sym_CARET] = ACTIONS(2470), - [anon_sym_AMP] = ACTIONS(2468), - [anon_sym_EQ_EQ] = ACTIONS(2470), - [anon_sym_BANG_EQ] = ACTIONS(2470), - [anon_sym_GT] = ACTIONS(2468), - [anon_sym_GT_EQ] = ACTIONS(2470), - [anon_sym_LT_EQ] = ACTIONS(2470), - [anon_sym_LT] = ACTIONS(2468), - [anon_sym_LT_LT] = ACTIONS(2470), - [anon_sym_GT_GT] = ACTIONS(2470), - [anon_sym_SEMI] = ACTIONS(2470), - [anon_sym_extern] = ACTIONS(2468), - [anon_sym___attribute__] = ACTIONS(2468), - [anon_sym_COLON_COLON] = ACTIONS(2470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2470), - [anon_sym___declspec] = ACTIONS(2468), - [anon_sym___based] = ACTIONS(2468), - [anon_sym_LBRACE] = ACTIONS(2470), - [anon_sym_RBRACE] = ACTIONS(2470), - [anon_sym_LBRACK] = ACTIONS(2468), - [anon_sym_EQ] = ACTIONS(2468), - [anon_sym_static] = ACTIONS(2468), - [anon_sym_register] = ACTIONS(2468), - [anon_sym_inline] = ACTIONS(2468), - [anon_sym_thread_local] = ACTIONS(2468), - [anon_sym_const] = ACTIONS(2468), - [anon_sym_volatile] = ACTIONS(2468), - [anon_sym_restrict] = ACTIONS(2468), - [anon_sym__Atomic] = ACTIONS(2468), - [anon_sym_mutable] = ACTIONS(2468), - [anon_sym_constexpr] = ACTIONS(2468), - [anon_sym_COLON] = ACTIONS(2468), - [anon_sym_QMARK] = ACTIONS(2470), - [anon_sym_DASH_DASH] = ACTIONS(2470), - [anon_sym_PLUS_PLUS] = ACTIONS(2470), - [anon_sym_DOT] = ACTIONS(2468), - [anon_sym_DASH_GT] = ACTIONS(2470), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2468), - [anon_sym_override] = ACTIONS(2468), - [anon_sym_virtual] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(2468), - [anon_sym_operator] = ACTIONS(2468), - [anon_sym_noexcept] = ACTIONS(2468), - [anon_sym_throw] = ACTIONS(2468), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2468), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2468), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2468), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2468), - [anon_sym_MOZ_COLD] = ACTIONS(2468), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2468), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2468), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2468), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2468), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2468), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2468), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2468), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2468), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2468), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2468), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2468), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2468), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2468), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_NONNULL] = ACTIONS(2468), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2468), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2468), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2468), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2468), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2468), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2468), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2468), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2468), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2468), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2468), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2468), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2468), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2468), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2468), - [anon_sym_MOZ_RAII] = ACTIONS(2468), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2468), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2468), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2468), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2468), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2468), - }, - [830] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [aux_sym_preproc_else_token1] = ACTIONS(1516), - [aux_sym_preproc_elif_token1] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [anon_sym_public] = ACTIONS(1516), - [anon_sym_private] = ACTIONS(1516), - [anon_sym_protected] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_friend] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), - }, - [831] = { - [sym__declaration_modifiers] = STATE(1083), - [sym__declaration_specifiers] = STATE(2346), - [sym_attribute_specifier] = STATE(1083), - [sym_attribute_declaration] = STATE(1083), - [sym_ms_declspec_modifier] = STATE(1083), - [sym_storage_class_specifier] = STATE(1083), - [sym_type_qualifier] = STATE(1083), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(4696), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1083), - [sym_dependent_type] = STATE(1301), - [sym_optional_parameter_declaration] = STATE(4696), - [sym_variadic_parameter_declaration] = STATE(4696), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1083), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2560), + [795] = { + [sym_function_definition] = STATE(533), + [sym_declaration] = STATE(533), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3003), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_call_modifier] = STATE(1101), + [sym_declaration_list] = STATE(533), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2319), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), [anon_sym___declspec] = ACTIONS(45), + [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(2437), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -187458,15 +183021,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(59), [anon_sym_short] = ACTIONS(59), [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), + [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(105), [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), @@ -187538,7257 +183101,7893 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [832] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3618), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4056), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4056), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [833] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3625), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4135), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4135), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [834] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3606), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4170), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4170), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [835] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3614), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4072), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4072), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [836] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3669), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4072), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4072), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [837] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3659), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4056), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4056), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [838] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3648), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4093), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4093), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [839] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3620), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4093), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4093), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [840] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3605), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4041), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4041), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [841] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3703), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4170), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4170), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [842] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3956), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3601), - [sym_array_declarator] = STATE(3712), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym_operator_cast] = STATE(4101), - [sym__constructor_specifiers] = STATE(1327), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(4833), - [sym_template_function] = STATE(3712), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3469), - [sym_qualified_identifier] = STATE(3712), - [sym_qualified_operator_cast_identifier] = STATE(4101), - [sym_operator_name] = STATE(3712), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(1927), - [anon_sym_TILDE] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [843] = { - [sym_identifier] = ACTIONS(1783), - [aux_sym_preproc_def_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token2] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), - [aux_sym_preproc_else_token1] = ACTIONS(1783), - [aux_sym_preproc_elif_token1] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1783), - [anon_sym_LPAREN2] = ACTIONS(1785), - [anon_sym_TILDE] = ACTIONS(1785), - [anon_sym_STAR] = ACTIONS(1785), - [anon_sym_AMP_AMP] = ACTIONS(1785), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_typedef] = ACTIONS(1783), - [anon_sym_extern] = ACTIONS(1783), - [anon_sym___attribute__] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), - [anon_sym___declspec] = ACTIONS(1783), - [anon_sym___based] = ACTIONS(1783), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_static] = ACTIONS(1783), - [anon_sym_register] = ACTIONS(1783), - [anon_sym_inline] = ACTIONS(1783), - [anon_sym_thread_local] = ACTIONS(1783), - [anon_sym_const] = ACTIONS(1783), - [anon_sym_volatile] = ACTIONS(1783), - [anon_sym_restrict] = ACTIONS(1783), - [anon_sym__Atomic] = ACTIONS(1783), - [anon_sym_mutable] = ACTIONS(1783), - [anon_sym_constexpr] = ACTIONS(1783), - [anon_sym_signed] = ACTIONS(1783), - [anon_sym_unsigned] = ACTIONS(1783), - [anon_sym_long] = ACTIONS(1783), - [anon_sym_short] = ACTIONS(1783), - [sym_primitive_type] = ACTIONS(1783), - [anon_sym_enum] = ACTIONS(1783), - [anon_sym_class] = ACTIONS(1783), - [anon_sym_struct] = ACTIONS(1783), - [anon_sym_union] = ACTIONS(1783), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1783), - [anon_sym_virtual] = ACTIONS(1783), - [anon_sym_explicit] = ACTIONS(1783), - [anon_sym_public] = ACTIONS(1783), - [anon_sym_private] = ACTIONS(1783), - [anon_sym_protected] = ACTIONS(1783), - [sym_auto] = ACTIONS(1783), - [anon_sym_typename] = ACTIONS(1783), - [anon_sym_template] = ACTIONS(1783), - [anon_sym_operator] = ACTIONS(1783), - [anon_sym_friend] = ACTIONS(1783), - [anon_sym_using] = ACTIONS(1783), - [anon_sym_static_assert] = ACTIONS(1783), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1783), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), - [anon_sym_MOZ_COLD] = ACTIONS(1783), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_RAII] = ACTIONS(1783), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), - }, - [844] = { - [sym_identifier] = ACTIONS(1759), - [aux_sym_preproc_def_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token2] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), - [aux_sym_preproc_else_token1] = ACTIONS(1759), - [aux_sym_preproc_elif_token1] = ACTIONS(1759), - [sym_preproc_directive] = ACTIONS(1759), - [anon_sym_LPAREN2] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_AMP_AMP] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1759), - [anon_sym_typedef] = ACTIONS(1759), - [anon_sym_extern] = ACTIONS(1759), - [anon_sym___attribute__] = ACTIONS(1759), - [anon_sym_COLON_COLON] = ACTIONS(1761), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), - [anon_sym___declspec] = ACTIONS(1759), - [anon_sym___based] = ACTIONS(1759), - [anon_sym_LBRACK] = ACTIONS(1759), - [anon_sym_static] = ACTIONS(1759), - [anon_sym_register] = ACTIONS(1759), - [anon_sym_inline] = ACTIONS(1759), - [anon_sym_thread_local] = ACTIONS(1759), - [anon_sym_const] = ACTIONS(1759), - [anon_sym_volatile] = ACTIONS(1759), - [anon_sym_restrict] = ACTIONS(1759), - [anon_sym__Atomic] = ACTIONS(1759), - [anon_sym_mutable] = ACTIONS(1759), - [anon_sym_constexpr] = ACTIONS(1759), - [anon_sym_signed] = ACTIONS(1759), - [anon_sym_unsigned] = ACTIONS(1759), - [anon_sym_long] = ACTIONS(1759), - [anon_sym_short] = ACTIONS(1759), - [sym_primitive_type] = ACTIONS(1759), - [anon_sym_enum] = ACTIONS(1759), - [anon_sym_class] = ACTIONS(1759), - [anon_sym_struct] = ACTIONS(1759), - [anon_sym_union] = ACTIONS(1759), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1759), - [anon_sym_virtual] = ACTIONS(1759), - [anon_sym_explicit] = ACTIONS(1759), - [anon_sym_public] = ACTIONS(1759), - [anon_sym_private] = ACTIONS(1759), - [anon_sym_protected] = ACTIONS(1759), - [sym_auto] = ACTIONS(1759), - [anon_sym_typename] = ACTIONS(1759), - [anon_sym_template] = ACTIONS(1759), - [anon_sym_operator] = ACTIONS(1759), - [anon_sym_friend] = ACTIONS(1759), - [anon_sym_using] = ACTIONS(1759), - [anon_sym_static_assert] = ACTIONS(1759), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1759), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), - [anon_sym_MOZ_COLD] = ACTIONS(1759), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_RAII] = ACTIONS(1759), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), - }, - [845] = { - [sym_identifier] = ACTIONS(1899), - [aux_sym_preproc_def_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token2] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), - [aux_sym_preproc_else_token1] = ACTIONS(1899), - [aux_sym_preproc_elif_token1] = ACTIONS(1899), - [sym_preproc_directive] = ACTIONS(1899), - [anon_sym_LPAREN2] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1901), - [anon_sym_AMP_AMP] = ACTIONS(1901), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_typedef] = ACTIONS(1899), - [anon_sym_extern] = ACTIONS(1899), - [anon_sym___attribute__] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1901), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), - [anon_sym___declspec] = ACTIONS(1899), - [anon_sym___based] = ACTIONS(1899), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_static] = ACTIONS(1899), - [anon_sym_register] = ACTIONS(1899), - [anon_sym_inline] = ACTIONS(1899), - [anon_sym_thread_local] = ACTIONS(1899), - [anon_sym_const] = ACTIONS(1899), - [anon_sym_volatile] = ACTIONS(1899), - [anon_sym_restrict] = ACTIONS(1899), - [anon_sym__Atomic] = ACTIONS(1899), - [anon_sym_mutable] = ACTIONS(1899), - [anon_sym_constexpr] = ACTIONS(1899), - [anon_sym_signed] = ACTIONS(1899), - [anon_sym_unsigned] = ACTIONS(1899), - [anon_sym_long] = ACTIONS(1899), - [anon_sym_short] = ACTIONS(1899), - [sym_primitive_type] = ACTIONS(1899), - [anon_sym_enum] = ACTIONS(1899), - [anon_sym_class] = ACTIONS(1899), - [anon_sym_struct] = ACTIONS(1899), - [anon_sym_union] = ACTIONS(1899), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1899), - [anon_sym_virtual] = ACTIONS(1899), - [anon_sym_explicit] = ACTIONS(1899), - [anon_sym_public] = ACTIONS(1899), - [anon_sym_private] = ACTIONS(1899), - [anon_sym_protected] = ACTIONS(1899), - [sym_auto] = ACTIONS(1899), - [anon_sym_typename] = ACTIONS(1899), - [anon_sym_template] = ACTIONS(1899), - [anon_sym_operator] = ACTIONS(1899), - [anon_sym_friend] = ACTIONS(1899), - [anon_sym_using] = ACTIONS(1899), - [anon_sym_static_assert] = ACTIONS(1899), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1899), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), - [anon_sym_MOZ_COLD] = ACTIONS(1899), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_RAII] = ACTIONS(1899), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), - }, - [846] = { - [sym_identifier] = 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), - [aux_sym_preproc_else_token1] = ACTIONS(2580), - [aux_sym_preproc_elif_token1] = ACTIONS(2580), - [sym_preproc_directive] = ACTIONS(2580), - [anon_sym_LPAREN2] = ACTIONS(2582), - [anon_sym_TILDE] = ACTIONS(2582), - [anon_sym_STAR] = ACTIONS(2582), - [anon_sym_AMP_AMP] = ACTIONS(2582), - [anon_sym_AMP] = ACTIONS(2580), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2580), - [anon_sym_virtual] = ACTIONS(2580), - [anon_sym_explicit] = ACTIONS(2580), - [anon_sym_public] = ACTIONS(2580), - [anon_sym_private] = ACTIONS(2580), - [anon_sym_protected] = ACTIONS(2580), - [sym_auto] = ACTIONS(2580), - [anon_sym_typename] = ACTIONS(2580), - [anon_sym_template] = ACTIONS(2580), - [anon_sym_operator] = ACTIONS(2580), - [anon_sym_friend] = ACTIONS(2580), - [anon_sym_using] = ACTIONS(2580), - [anon_sym_static_assert] = ACTIONS(2580), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2580), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2580), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2580), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2580), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2580), - [anon_sym_MOZ_COLD] = ACTIONS(2580), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2580), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2580), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2580), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2580), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2580), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2580), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2580), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2580), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2580), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2580), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2580), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2580), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2580), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_NONNULL] = ACTIONS(2580), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2580), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2580), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2580), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2580), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2580), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2580), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2580), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2580), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2580), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2580), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2580), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2580), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2580), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2580), - [anon_sym_MOZ_RAII] = ACTIONS(2580), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2580), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2580), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2580), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2580), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2580), - }, - [847] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2586), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_public] = ACTIONS(2584), - [anon_sym_private] = ACTIONS(2584), - [anon_sym_protected] = ACTIONS(2584), - [sym_auto] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_friend] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2584), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2584), - [anon_sym_MOZ_COLD] = ACTIONS(2584), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2584), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2584), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2584), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2584), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2584), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2584), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2584), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2584), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2584), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2584), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2584), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2584), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_RAII] = ACTIONS(2584), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2584), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2584), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2584), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2584), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2584), - }, - [848] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2586), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_public] = ACTIONS(2584), - [anon_sym_private] = ACTIONS(2584), - [anon_sym_protected] = ACTIONS(2584), - [sym_auto] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_friend] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2584), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2584), - [anon_sym_MOZ_COLD] = ACTIONS(2584), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2584), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2584), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2584), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2584), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2584), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2584), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2584), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2584), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2584), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2584), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2584), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2584), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_RAII] = ACTIONS(2584), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2584), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2584), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2584), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2584), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2584), - }, - [849] = { - [sym_identifier] = ACTIONS(1629), - [aux_sym_preproc_def_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token2] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), - [aux_sym_preproc_else_token1] = ACTIONS(1629), - [aux_sym_preproc_elif_token1] = ACTIONS(1629), - [sym_preproc_directive] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP_AMP] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1629), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym___based] = ACTIONS(1629), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), + [796] = { + [sym_function_definition] = STATE(1074), + [sym_declaration] = STATE(1074), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3082), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_call_modifier] = STATE(1168), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(5142), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1498), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1496), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2439), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(2441), + [anon_sym_struct] = ACTIONS(2443), + [anon_sym_union] = ACTIONS(2445), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1629), - [anon_sym_virtual] = ACTIONS(1629), - [anon_sym_explicit] = ACTIONS(1629), - [anon_sym_public] = ACTIONS(1629), - [anon_sym_private] = ACTIONS(1629), - [anon_sym_protected] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_operator] = ACTIONS(1629), - [anon_sym_friend] = ACTIONS(1629), - [anon_sym_using] = ACTIONS(1629), - [anon_sym_static_assert] = ACTIONS(1629), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), - }, - [850] = { - [sym_identifier] = ACTIONS(2588), - [aux_sym_preproc_def_token1] = ACTIONS(2588), - [aux_sym_preproc_if_token1] = ACTIONS(2588), - [aux_sym_preproc_if_token2] = ACTIONS(2588), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2588), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2588), - [aux_sym_preproc_else_token1] = ACTIONS(2588), - [aux_sym_preproc_elif_token1] = ACTIONS(2588), - [sym_preproc_directive] = ACTIONS(2588), - [anon_sym_LPAREN2] = ACTIONS(2590), - [anon_sym_TILDE] = ACTIONS(2590), - [anon_sym_STAR] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2590), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_typedef] = ACTIONS(2588), - [anon_sym_extern] = ACTIONS(2588), - [anon_sym___attribute__] = ACTIONS(2588), - [anon_sym_COLON_COLON] = ACTIONS(2590), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2590), - [anon_sym___declspec] = ACTIONS(2588), - [anon_sym___based] = ACTIONS(2588), - [anon_sym_LBRACK] = ACTIONS(2588), - [anon_sym_static] = ACTIONS(2588), - [anon_sym_register] = ACTIONS(2588), - [anon_sym_inline] = ACTIONS(2588), - [anon_sym_thread_local] = ACTIONS(2588), - [anon_sym_const] = ACTIONS(2588), - [anon_sym_volatile] = ACTIONS(2588), - [anon_sym_restrict] = ACTIONS(2588), - [anon_sym__Atomic] = ACTIONS(2588), - [anon_sym_mutable] = ACTIONS(2588), - [anon_sym_constexpr] = ACTIONS(2588), - [anon_sym_signed] = ACTIONS(2588), - [anon_sym_unsigned] = ACTIONS(2588), - [anon_sym_long] = ACTIONS(2588), - [anon_sym_short] = ACTIONS(2588), - [sym_primitive_type] = ACTIONS(2588), - [anon_sym_enum] = ACTIONS(2588), - [anon_sym_class] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(2588), - [anon_sym_union] = ACTIONS(2588), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2588), - [anon_sym_virtual] = ACTIONS(2588), - [anon_sym_explicit] = ACTIONS(2588), - [anon_sym_public] = ACTIONS(2588), - [anon_sym_private] = ACTIONS(2588), - [anon_sym_protected] = ACTIONS(2588), - [sym_auto] = ACTIONS(2588), - [anon_sym_typename] = ACTIONS(2588), - [anon_sym_template] = ACTIONS(2588), - [anon_sym_operator] = ACTIONS(2588), - [anon_sym_friend] = ACTIONS(2588), - [anon_sym_using] = ACTIONS(2588), - [anon_sym_static_assert] = ACTIONS(2588), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2588), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2588), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2588), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2588), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2588), - [anon_sym_MOZ_COLD] = ACTIONS(2588), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2588), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2588), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2588), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2588), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2588), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2588), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2588), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2588), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2588), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2588), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2588), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2588), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2588), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_NONNULL] = ACTIONS(2588), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2588), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2588), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2588), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2588), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2588), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2588), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2588), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2588), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2588), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2588), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2588), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2588), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2588), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2588), - [anon_sym_MOZ_RAII] = ACTIONS(2588), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2588), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2588), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2588), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2588), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2588), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [851] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_public] = ACTIONS(2592), - [anon_sym_private] = ACTIONS(2592), - [anon_sym_protected] = ACTIONS(2592), - [sym_auto] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_friend] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2592), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2592), - [anon_sym_MOZ_COLD] = ACTIONS(2592), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2592), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2592), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2592), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2592), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2592), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2592), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2592), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2592), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2592), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2592), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2592), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2592), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_RAII] = ACTIONS(2592), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2592), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2592), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2592), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), + [797] = { + [sym_identifier] = ACTIONS(2447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2449), + [anon_sym_COMMA] = ACTIONS(2449), + [anon_sym_RPAREN] = ACTIONS(2449), + [anon_sym_LPAREN2] = ACTIONS(2449), + [anon_sym_TILDE] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2447), + [anon_sym_PLUS] = ACTIONS(2447), + [anon_sym_STAR] = ACTIONS(2447), + [anon_sym_SLASH] = ACTIONS(2447), + [anon_sym_PERCENT] = ACTIONS(2447), + [anon_sym_PIPE_PIPE] = ACTIONS(2449), + [anon_sym_AMP_AMP] = ACTIONS(2449), + [anon_sym_PIPE] = ACTIONS(2447), + [anon_sym_CARET] = ACTIONS(2447), + [anon_sym_AMP] = ACTIONS(2447), + [anon_sym_EQ_EQ] = ACTIONS(2449), + [anon_sym_BANG_EQ] = ACTIONS(2449), + [anon_sym_GT] = ACTIONS(2447), + [anon_sym_GT_EQ] = ACTIONS(2449), + [anon_sym_LT_EQ] = ACTIONS(2449), + [anon_sym_LT] = ACTIONS(2447), + [anon_sym_LT_LT] = ACTIONS(2447), + [anon_sym_GT_GT] = ACTIONS(2447), + [anon_sym_SEMI] = ACTIONS(2449), + [anon_sym_extern] = ACTIONS(2447), + [anon_sym___attribute__] = ACTIONS(2447), + [anon_sym_COLON_COLON] = ACTIONS(2449), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2449), + [anon_sym___declspec] = ACTIONS(2447), + [anon_sym___based] = ACTIONS(2447), + [anon_sym_LBRACE] = ACTIONS(2449), + [anon_sym_RBRACE] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_EQ] = ACTIONS(2447), + [anon_sym_static] = ACTIONS(2447), + [anon_sym_register] = ACTIONS(2447), + [anon_sym_inline] = ACTIONS(2447), + [anon_sym_thread_local] = ACTIONS(2447), + [anon_sym_const] = ACTIONS(2447), + [anon_sym_volatile] = ACTIONS(2447), + [anon_sym_restrict] = ACTIONS(2447), + [anon_sym__Atomic] = ACTIONS(2447), + [anon_sym_mutable] = ACTIONS(2447), + [anon_sym_constexpr] = ACTIONS(2447), + [anon_sym_QMARK] = ACTIONS(2449), + [anon_sym_STAR_EQ] = ACTIONS(2449), + [anon_sym_SLASH_EQ] = ACTIONS(2449), + [anon_sym_PERCENT_EQ] = ACTIONS(2449), + [anon_sym_PLUS_EQ] = ACTIONS(2449), + [anon_sym_DASH_EQ] = ACTIONS(2449), + [anon_sym_LT_LT_EQ] = ACTIONS(2449), + [anon_sym_GT_GT_EQ] = ACTIONS(2449), + [anon_sym_AMP_EQ] = ACTIONS(2449), + [anon_sym_CARET_EQ] = ACTIONS(2449), + [anon_sym_PIPE_EQ] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2449), + [anon_sym_PLUS_PLUS] = ACTIONS(2449), + [anon_sym_DOT] = ACTIONS(2447), + [anon_sym_DASH_GT] = ACTIONS(2449), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2447), + [anon_sym_template] = ACTIONS(2447), + [anon_sym_operator] = ACTIONS(2447), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2447), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2447), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2447), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2447), + [anon_sym_MOZ_COLD] = ACTIONS(2447), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2447), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2447), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2447), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2447), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2447), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2447), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2447), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2447), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2447), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2447), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2447), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2447), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2447), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_NONNULL] = ACTIONS(2447), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2447), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2447), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2447), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2447), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2447), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2447), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2447), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2447), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2447), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2447), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2447), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2447), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2447), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2447), + [anon_sym_MOZ_RAII] = ACTIONS(2447), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2447), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2447), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2447), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2447), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2447), }, - [852] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_public] = ACTIONS(2592), - [anon_sym_private] = ACTIONS(2592), - [anon_sym_protected] = ACTIONS(2592), - [sym_auto] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_friend] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2592), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2592), - [anon_sym_MOZ_COLD] = ACTIONS(2592), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2592), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2592), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2592), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2592), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2592), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2592), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2592), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2592), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2592), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2592), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2592), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2592), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_RAII] = ACTIONS(2592), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2592), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2592), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2592), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), + [798] = { + [sym_identifier] = ACTIONS(2451), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2453), + [anon_sym_COMMA] = ACTIONS(2453), + [anon_sym_RPAREN] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(2453), + [anon_sym_TILDE] = ACTIONS(2453), + [anon_sym_DASH] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_SLASH] = ACTIONS(2451), + [anon_sym_PERCENT] = ACTIONS(2451), + [anon_sym_PIPE_PIPE] = ACTIONS(2453), + [anon_sym_AMP_AMP] = ACTIONS(2453), + [anon_sym_PIPE] = ACTIONS(2451), + [anon_sym_CARET] = ACTIONS(2451), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_EQ_EQ] = ACTIONS(2453), + [anon_sym_BANG_EQ] = ACTIONS(2453), + [anon_sym_GT] = ACTIONS(2451), + [anon_sym_GT_EQ] = ACTIONS(2453), + [anon_sym_LT_EQ] = ACTIONS(2453), + [anon_sym_LT] = ACTIONS(2451), + [anon_sym_LT_LT] = ACTIONS(2451), + [anon_sym_GT_GT] = ACTIONS(2451), + [anon_sym_SEMI] = ACTIONS(2453), + [anon_sym_extern] = ACTIONS(2451), + [anon_sym___attribute__] = ACTIONS(2451), + [anon_sym_COLON_COLON] = ACTIONS(2453), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), + [anon_sym___declspec] = ACTIONS(2451), + [anon_sym___based] = ACTIONS(2451), + [anon_sym_LBRACE] = ACTIONS(2453), + [anon_sym_RBRACE] = ACTIONS(2453), + [anon_sym_LBRACK] = ACTIONS(2451), + [anon_sym_EQ] = ACTIONS(2451), + [anon_sym_static] = ACTIONS(2451), + [anon_sym_register] = ACTIONS(2451), + [anon_sym_inline] = ACTIONS(2451), + [anon_sym_thread_local] = ACTIONS(2451), + [anon_sym_const] = ACTIONS(2451), + [anon_sym_volatile] = ACTIONS(2451), + [anon_sym_restrict] = ACTIONS(2451), + [anon_sym__Atomic] = ACTIONS(2451), + [anon_sym_mutable] = ACTIONS(2451), + [anon_sym_constexpr] = ACTIONS(2451), + [anon_sym_QMARK] = ACTIONS(2453), + [anon_sym_STAR_EQ] = ACTIONS(2453), + [anon_sym_SLASH_EQ] = ACTIONS(2453), + [anon_sym_PERCENT_EQ] = ACTIONS(2453), + [anon_sym_PLUS_EQ] = ACTIONS(2453), + [anon_sym_DASH_EQ] = ACTIONS(2453), + [anon_sym_LT_LT_EQ] = ACTIONS(2453), + [anon_sym_GT_GT_EQ] = ACTIONS(2453), + [anon_sym_AMP_EQ] = ACTIONS(2453), + [anon_sym_CARET_EQ] = ACTIONS(2453), + [anon_sym_PIPE_EQ] = ACTIONS(2453), + [anon_sym_DASH_DASH] = ACTIONS(2453), + [anon_sym_PLUS_PLUS] = ACTIONS(2453), + [anon_sym_DOT] = ACTIONS(2451), + [anon_sym_DASH_GT] = ACTIONS(2453), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2451), + [anon_sym_template] = ACTIONS(2451), + [anon_sym_operator] = ACTIONS(2451), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2451), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2451), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2451), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2451), + [anon_sym_MOZ_COLD] = ACTIONS(2451), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2451), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2451), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2451), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2451), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2451), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2451), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2451), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2451), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2451), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2451), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2451), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2451), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2451), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_NONNULL] = ACTIONS(2451), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2451), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2451), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2451), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2451), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2451), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2451), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2451), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2451), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2451), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2451), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2451), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2451), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2451), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2451), + [anon_sym_MOZ_RAII] = ACTIONS(2451), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2451), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2451), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2451), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2451), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2451), }, - [853] = { - [sym_identifier] = ACTIONS(1803), - [aux_sym_preproc_def_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token2] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), - [aux_sym_preproc_else_token1] = ACTIONS(1803), - [aux_sym_preproc_elif_token1] = ACTIONS(1803), - [sym_preproc_directive] = ACTIONS(1803), - [anon_sym_LPAREN2] = ACTIONS(1805), - [anon_sym_TILDE] = ACTIONS(1805), - [anon_sym_STAR] = ACTIONS(1805), - [anon_sym_AMP_AMP] = ACTIONS(1805), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_typedef] = ACTIONS(1803), - [anon_sym_extern] = ACTIONS(1803), - [anon_sym___attribute__] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1805), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), - [anon_sym___declspec] = ACTIONS(1803), - [anon_sym___based] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_register] = ACTIONS(1803), - [anon_sym_inline] = ACTIONS(1803), - [anon_sym_thread_local] = ACTIONS(1803), - [anon_sym_const] = ACTIONS(1803), - [anon_sym_volatile] = ACTIONS(1803), - [anon_sym_restrict] = ACTIONS(1803), - [anon_sym__Atomic] = ACTIONS(1803), - [anon_sym_mutable] = ACTIONS(1803), - [anon_sym_constexpr] = ACTIONS(1803), - [anon_sym_signed] = ACTIONS(1803), - [anon_sym_unsigned] = ACTIONS(1803), - [anon_sym_long] = ACTIONS(1803), - [anon_sym_short] = ACTIONS(1803), - [sym_primitive_type] = ACTIONS(1803), - [anon_sym_enum] = ACTIONS(1803), - [anon_sym_class] = ACTIONS(1803), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1803), - [anon_sym_virtual] = ACTIONS(1803), - [anon_sym_explicit] = ACTIONS(1803), - [anon_sym_public] = ACTIONS(1803), - [anon_sym_private] = ACTIONS(1803), - [anon_sym_protected] = ACTIONS(1803), - [sym_auto] = ACTIONS(1803), - [anon_sym_typename] = ACTIONS(1803), - [anon_sym_template] = ACTIONS(1803), - [anon_sym_operator] = ACTIONS(1803), - [anon_sym_friend] = ACTIONS(1803), - [anon_sym_using] = ACTIONS(1803), - [anon_sym_static_assert] = ACTIONS(1803), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1803), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), - [anon_sym_MOZ_COLD] = ACTIONS(1803), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_RAII] = ACTIONS(1803), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), + [799] = { + [sym_template_argument_list] = STATE(1227), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2401), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2412), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2425), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2455), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [854] = { - [sym_identifier] = ACTIONS(1867), - [aux_sym_preproc_def_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token2] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), - [aux_sym_preproc_else_token1] = ACTIONS(1867), - [aux_sym_preproc_elif_token1] = ACTIONS(1867), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_LPAREN2] = ACTIONS(1869), - [anon_sym_TILDE] = ACTIONS(1869), - [anon_sym_STAR] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_typedef] = ACTIONS(1867), - [anon_sym_extern] = ACTIONS(1867), - [anon_sym___attribute__] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1869), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), - [anon_sym___declspec] = ACTIONS(1867), - [anon_sym___based] = ACTIONS(1867), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_static] = ACTIONS(1867), - [anon_sym_register] = ACTIONS(1867), - [anon_sym_inline] = ACTIONS(1867), - [anon_sym_thread_local] = ACTIONS(1867), - [anon_sym_const] = ACTIONS(1867), - [anon_sym_volatile] = ACTIONS(1867), - [anon_sym_restrict] = ACTIONS(1867), - [anon_sym__Atomic] = ACTIONS(1867), - [anon_sym_mutable] = ACTIONS(1867), - [anon_sym_constexpr] = ACTIONS(1867), - [anon_sym_signed] = ACTIONS(1867), - [anon_sym_unsigned] = ACTIONS(1867), - [anon_sym_long] = ACTIONS(1867), - [anon_sym_short] = ACTIONS(1867), - [sym_primitive_type] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1867), - [anon_sym_class] = ACTIONS(1867), - [anon_sym_struct] = ACTIONS(1867), - [anon_sym_union] = ACTIONS(1867), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1867), - [anon_sym_virtual] = ACTIONS(1867), - [anon_sym_explicit] = ACTIONS(1867), - [anon_sym_public] = ACTIONS(1867), - [anon_sym_private] = ACTIONS(1867), - [anon_sym_protected] = ACTIONS(1867), - [sym_auto] = ACTIONS(1867), - [anon_sym_typename] = ACTIONS(1867), - [anon_sym_template] = ACTIONS(1867), - [anon_sym_operator] = ACTIONS(1867), - [anon_sym_friend] = ACTIONS(1867), - [anon_sym_using] = ACTIONS(1867), - [anon_sym_static_assert] = ACTIONS(1867), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1867), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), - [anon_sym_MOZ_COLD] = ACTIONS(1867), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_RAII] = ACTIONS(1867), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), + [800] = { + [sym_template_argument_list] = STATE(1227), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2401), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2412), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2425), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2457), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [855] = { - [sym_identifier] = ACTIONS(1807), - [aux_sym_preproc_def_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token2] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), - [aux_sym_preproc_else_token1] = ACTIONS(1807), - [aux_sym_preproc_elif_token1] = ACTIONS(1807), - [sym_preproc_directive] = ACTIONS(1807), - [anon_sym_LPAREN2] = ACTIONS(1809), - [anon_sym_TILDE] = ACTIONS(1809), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_AMP_AMP] = ACTIONS(1809), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_typedef] = ACTIONS(1807), - [anon_sym_extern] = ACTIONS(1807), - [anon_sym___attribute__] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___based] = ACTIONS(1807), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_static] = ACTIONS(1807), - [anon_sym_register] = ACTIONS(1807), - [anon_sym_inline] = ACTIONS(1807), - [anon_sym_thread_local] = ACTIONS(1807), - [anon_sym_const] = ACTIONS(1807), - [anon_sym_volatile] = ACTIONS(1807), - [anon_sym_restrict] = ACTIONS(1807), - [anon_sym__Atomic] = ACTIONS(1807), - [anon_sym_mutable] = ACTIONS(1807), - [anon_sym_constexpr] = ACTIONS(1807), - [anon_sym_signed] = ACTIONS(1807), - [anon_sym_unsigned] = ACTIONS(1807), - [anon_sym_long] = ACTIONS(1807), - [anon_sym_short] = ACTIONS(1807), - [sym_primitive_type] = ACTIONS(1807), - [anon_sym_enum] = ACTIONS(1807), - [anon_sym_class] = ACTIONS(1807), - [anon_sym_struct] = ACTIONS(1807), - [anon_sym_union] = ACTIONS(1807), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1807), - [anon_sym_virtual] = ACTIONS(1807), - [anon_sym_explicit] = ACTIONS(1807), - [anon_sym_public] = ACTIONS(1807), - [anon_sym_private] = ACTIONS(1807), - [anon_sym_protected] = ACTIONS(1807), - [sym_auto] = ACTIONS(1807), - [anon_sym_typename] = ACTIONS(1807), - [anon_sym_template] = ACTIONS(1807), - [anon_sym_operator] = ACTIONS(1807), - [anon_sym_friend] = ACTIONS(1807), - [anon_sym_using] = ACTIONS(1807), - [anon_sym_static_assert] = ACTIONS(1807), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1807), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), - [anon_sym_MOZ_COLD] = ACTIONS(1807), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_RAII] = ACTIONS(1807), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), + [801] = { + [sym_template_argument_list] = STATE(1225), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2431), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [856] = { - [sym_identifier] = ACTIONS(1703), - [aux_sym_preproc_def_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token2] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), - [aux_sym_preproc_else_token1] = ACTIONS(1703), - [aux_sym_preproc_elif_token1] = ACTIONS(1703), - [sym_preproc_directive] = ACTIONS(1703), - [anon_sym_LPAREN2] = ACTIONS(1705), - [anon_sym_TILDE] = ACTIONS(1705), - [anon_sym_STAR] = ACTIONS(1705), - [anon_sym_AMP_AMP] = ACTIONS(1705), - [anon_sym_AMP] = ACTIONS(1703), - [anon_sym_typedef] = ACTIONS(1703), - [anon_sym_extern] = ACTIONS(1703), - [anon_sym___attribute__] = ACTIONS(1703), - [anon_sym_COLON_COLON] = ACTIONS(1705), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), - [anon_sym___declspec] = ACTIONS(1703), - [anon_sym___based] = ACTIONS(1703), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_static] = ACTIONS(1703), - [anon_sym_register] = ACTIONS(1703), - [anon_sym_inline] = ACTIONS(1703), - [anon_sym_thread_local] = ACTIONS(1703), - [anon_sym_const] = ACTIONS(1703), - [anon_sym_volatile] = ACTIONS(1703), - [anon_sym_restrict] = ACTIONS(1703), - [anon_sym__Atomic] = ACTIONS(1703), - [anon_sym_mutable] = ACTIONS(1703), - [anon_sym_constexpr] = ACTIONS(1703), - [anon_sym_signed] = ACTIONS(1703), - [anon_sym_unsigned] = ACTIONS(1703), - [anon_sym_long] = ACTIONS(1703), - [anon_sym_short] = ACTIONS(1703), - [sym_primitive_type] = ACTIONS(1703), - [anon_sym_enum] = ACTIONS(1703), - [anon_sym_class] = ACTIONS(1703), - [anon_sym_struct] = ACTIONS(1703), - [anon_sym_union] = ACTIONS(1703), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1703), - [anon_sym_virtual] = ACTIONS(1703), - [anon_sym_explicit] = ACTIONS(1703), - [anon_sym_public] = ACTIONS(1703), - [anon_sym_private] = ACTIONS(1703), - [anon_sym_protected] = ACTIONS(1703), - [sym_auto] = ACTIONS(1703), - [anon_sym_typename] = ACTIONS(1703), - [anon_sym_template] = ACTIONS(1703), - [anon_sym_operator] = ACTIONS(1703), - [anon_sym_friend] = ACTIONS(1703), - [anon_sym_using] = ACTIONS(1703), - [anon_sym_static_assert] = ACTIONS(1703), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1703), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), - [anon_sym_MOZ_COLD] = ACTIONS(1703), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_RAII] = ACTIONS(1703), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), + [802] = { + [sym_template_argument_list] = STATE(1225), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2455), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [857] = { - [sym_identifier] = ACTIONS(1795), - [aux_sym_preproc_def_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token2] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), - [aux_sym_preproc_else_token1] = ACTIONS(1795), - [aux_sym_preproc_elif_token1] = ACTIONS(1795), - [sym_preproc_directive] = ACTIONS(1795), - [anon_sym_LPAREN2] = ACTIONS(1797), - [anon_sym_TILDE] = ACTIONS(1797), - [anon_sym_STAR] = ACTIONS(1797), - [anon_sym_AMP_AMP] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1795), - [anon_sym_typedef] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1795), - [anon_sym___attribute__] = ACTIONS(1795), - [anon_sym_COLON_COLON] = ACTIONS(1797), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), - [anon_sym___declspec] = ACTIONS(1795), - [anon_sym___based] = ACTIONS(1795), - [anon_sym_LBRACK] = ACTIONS(1795), - [anon_sym_static] = ACTIONS(1795), - [anon_sym_register] = ACTIONS(1795), - [anon_sym_inline] = ACTIONS(1795), - [anon_sym_thread_local] = ACTIONS(1795), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym_mutable] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_signed] = ACTIONS(1795), - [anon_sym_unsigned] = ACTIONS(1795), - [anon_sym_long] = ACTIONS(1795), - [anon_sym_short] = ACTIONS(1795), - [sym_primitive_type] = ACTIONS(1795), - [anon_sym_enum] = ACTIONS(1795), - [anon_sym_class] = ACTIONS(1795), - [anon_sym_struct] = ACTIONS(1795), - [anon_sym_union] = ACTIONS(1795), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1795), - [anon_sym_virtual] = ACTIONS(1795), - [anon_sym_explicit] = ACTIONS(1795), - [anon_sym_public] = ACTIONS(1795), - [anon_sym_private] = ACTIONS(1795), - [anon_sym_protected] = ACTIONS(1795), - [sym_auto] = ACTIONS(1795), - [anon_sym_typename] = ACTIONS(1795), - [anon_sym_template] = ACTIONS(1795), - [anon_sym_operator] = ACTIONS(1795), - [anon_sym_friend] = ACTIONS(1795), - [anon_sym_using] = ACTIONS(1795), - [anon_sym_static_assert] = ACTIONS(1795), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1795), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), - [anon_sym_MOZ_COLD] = ACTIONS(1795), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_RAII] = ACTIONS(1795), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), + [803] = { + [sym_template_argument_list] = STATE(819), + [sym_identifier] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2461), + [anon_sym_COMMA] = ACTIONS(2461), + [anon_sym_RPAREN] = ACTIONS(2461), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_DASH] = ACTIONS(2468), + [anon_sym_PLUS] = ACTIONS(2468), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2468), + [anon_sym_PERCENT] = ACTIONS(2468), + [anon_sym_PIPE_PIPE] = ACTIONS(2461), + [anon_sym_AMP_AMP] = ACTIONS(2463), + [anon_sym_PIPE] = ACTIONS(2468), + [anon_sym_CARET] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2461), + [anon_sym_BANG_EQ] = ACTIONS(2461), + [anon_sym_GT] = ACTIONS(2468), + [anon_sym_GT_EQ] = ACTIONS(2461), + [anon_sym_LT_EQ] = ACTIONS(2461), + [anon_sym_LT] = ACTIONS(2473), + [anon_sym_LT_LT] = ACTIONS(2468), + [anon_sym_GT_GT] = ACTIONS(2468), + [anon_sym_SEMI] = ACTIONS(2461), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2466), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_EQ] = ACTIONS(2468), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [anon_sym_QMARK] = ACTIONS(2461), + [anon_sym_STAR_EQ] = ACTIONS(2461), + [anon_sym_SLASH_EQ] = ACTIONS(2461), + [anon_sym_PERCENT_EQ] = ACTIONS(2461), + [anon_sym_PLUS_EQ] = ACTIONS(2461), + [anon_sym_DASH_EQ] = ACTIONS(2461), + [anon_sym_LT_LT_EQ] = ACTIONS(2461), + [anon_sym_GT_GT_EQ] = ACTIONS(2461), + [anon_sym_AMP_EQ] = ACTIONS(2461), + [anon_sym_CARET_EQ] = ACTIONS(2461), + [anon_sym_PIPE_EQ] = ACTIONS(2461), + [anon_sym_DASH_DASH] = ACTIONS(2461), + [anon_sym_PLUS_PLUS] = ACTIONS(2461), + [anon_sym_DOT] = ACTIONS(2468), + [anon_sym_DASH_GT] = ACTIONS(2461), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), }, - [858] = { - [sym_identifier] = ACTIONS(1541), - [aux_sym_preproc_def_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token2] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), - [aux_sym_preproc_else_token1] = ACTIONS(1541), - [aux_sym_preproc_elif_token1] = ACTIONS(1541), - [sym_preproc_directive] = ACTIONS(1541), - [anon_sym_LPAREN2] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1543), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_AMP_AMP] = ACTIONS(1543), - [anon_sym_AMP] = ACTIONS(1541), - [anon_sym_typedef] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1541), - [anon_sym___attribute__] = ACTIONS(1541), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), - [anon_sym___declspec] = ACTIONS(1541), - [anon_sym___based] = ACTIONS(1541), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1541), - [anon_sym_register] = ACTIONS(1541), - [anon_sym_inline] = ACTIONS(1541), - [anon_sym_thread_local] = ACTIONS(1541), - [anon_sym_const] = ACTIONS(1541), - [anon_sym_volatile] = ACTIONS(1541), - [anon_sym_restrict] = ACTIONS(1541), - [anon_sym__Atomic] = ACTIONS(1541), - [anon_sym_mutable] = ACTIONS(1541), - [anon_sym_constexpr] = ACTIONS(1541), - [anon_sym_signed] = ACTIONS(1541), - [anon_sym_unsigned] = ACTIONS(1541), - [anon_sym_long] = ACTIONS(1541), - [anon_sym_short] = ACTIONS(1541), - [sym_primitive_type] = ACTIONS(1541), - [anon_sym_enum] = ACTIONS(1541), - [anon_sym_class] = ACTIONS(1541), - [anon_sym_struct] = ACTIONS(1541), - [anon_sym_union] = ACTIONS(1541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1541), - [anon_sym_virtual] = ACTIONS(1541), - [anon_sym_explicit] = ACTIONS(1541), - [anon_sym_public] = ACTIONS(1541), - [anon_sym_private] = ACTIONS(1541), - [anon_sym_protected] = ACTIONS(1541), - [sym_auto] = ACTIONS(1541), - [anon_sym_typename] = ACTIONS(1541), - [anon_sym_template] = ACTIONS(1541), - [anon_sym_operator] = ACTIONS(1541), - [anon_sym_friend] = ACTIONS(1541), - [anon_sym_using] = ACTIONS(1541), - [anon_sym_static_assert] = ACTIONS(1541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), - [anon_sym_MOZ_COLD] = ACTIONS(1541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_RAII] = ACTIONS(1541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), + [804] = { + [sym_identifier] = ACTIONS(2476), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2478), + [anon_sym_COMMA] = ACTIONS(2478), + [anon_sym_RPAREN] = ACTIONS(2478), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_PLUS] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2476), + [anon_sym_SLASH] = ACTIONS(2476), + [anon_sym_PERCENT] = ACTIONS(2476), + [anon_sym_PIPE_PIPE] = ACTIONS(2478), + [anon_sym_AMP_AMP] = ACTIONS(2478), + [anon_sym_PIPE] = ACTIONS(2476), + [anon_sym_CARET] = ACTIONS(2476), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_EQ_EQ] = ACTIONS(2478), + [anon_sym_BANG_EQ] = ACTIONS(2478), + [anon_sym_GT] = ACTIONS(2476), + [anon_sym_GT_EQ] = ACTIONS(2478), + [anon_sym_LT_EQ] = ACTIONS(2478), + [anon_sym_LT] = ACTIONS(2476), + [anon_sym_LT_LT] = ACTIONS(2476), + [anon_sym_GT_GT] = ACTIONS(2476), + [anon_sym_SEMI] = ACTIONS(2478), + [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_LBRACE] = ACTIONS(2478), + [anon_sym_RBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_EQ] = 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_QMARK] = ACTIONS(2478), + [anon_sym_STAR_EQ] = ACTIONS(2478), + [anon_sym_SLASH_EQ] = ACTIONS(2478), + [anon_sym_PERCENT_EQ] = ACTIONS(2478), + [anon_sym_PLUS_EQ] = ACTIONS(2478), + [anon_sym_DASH_EQ] = ACTIONS(2478), + [anon_sym_LT_LT_EQ] = ACTIONS(2478), + [anon_sym_GT_GT_EQ] = ACTIONS(2478), + [anon_sym_AMP_EQ] = ACTIONS(2478), + [anon_sym_CARET_EQ] = ACTIONS(2478), + [anon_sym_PIPE_EQ] = ACTIONS(2478), + [anon_sym_DASH_DASH] = ACTIONS(2478), + [anon_sym_PLUS_PLUS] = ACTIONS(2478), + [anon_sym_DOT] = ACTIONS(2476), + [anon_sym_DASH_GT] = ACTIONS(2478), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_operator] = ACTIONS(2476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2476), + [anon_sym_MOZ_COLD] = ACTIONS(2476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_NONNULL] = ACTIONS(2476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2476), + [anon_sym_MOZ_RAII] = ACTIONS(2476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2476), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2476), }, - [859] = { - [sym_identifier] = ACTIONS(1537), - [aux_sym_preproc_def_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token2] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), - [aux_sym_preproc_else_token1] = ACTIONS(1537), - [aux_sym_preproc_elif_token1] = ACTIONS(1537), - [sym_preproc_directive] = ACTIONS(1537), - [anon_sym_LPAREN2] = ACTIONS(1539), - [anon_sym_TILDE] = ACTIONS(1539), - [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_typedef] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym___attribute__] = ACTIONS(1537), - [anon_sym_COLON_COLON] = ACTIONS(1539), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), - [anon_sym___declspec] = ACTIONS(1537), - [anon_sym___based] = ACTIONS(1537), - [anon_sym_LBRACK] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_register] = ACTIONS(1537), - [anon_sym_inline] = ACTIONS(1537), - [anon_sym_thread_local] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_volatile] = ACTIONS(1537), - [anon_sym_restrict] = ACTIONS(1537), - [anon_sym__Atomic] = ACTIONS(1537), - [anon_sym_mutable] = ACTIONS(1537), - [anon_sym_constexpr] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1537), - [anon_sym_unsigned] = ACTIONS(1537), - [anon_sym_long] = ACTIONS(1537), - [anon_sym_short] = ACTIONS(1537), - [sym_primitive_type] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), + [805] = { + [sym_function_definition] = STATE(1134), + [sym_declaration] = STATE(1134), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3062), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_call_modifier] = STATE(1174), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4990), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1498), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1496), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2439), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(2480), + [anon_sym_struct] = ACTIONS(2482), + [anon_sym_union] = ACTIONS(2484), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1537), - [anon_sym_virtual] = ACTIONS(1537), - [anon_sym_explicit] = ACTIONS(1537), - [anon_sym_public] = ACTIONS(1537), - [anon_sym_private] = ACTIONS(1537), - [anon_sym_protected] = ACTIONS(1537), - [sym_auto] = ACTIONS(1537), - [anon_sym_typename] = ACTIONS(1537), - [anon_sym_template] = ACTIONS(1537), - [anon_sym_operator] = ACTIONS(1537), - [anon_sym_friend] = ACTIONS(1537), - [anon_sym_using] = ACTIONS(1537), - [anon_sym_static_assert] = ACTIONS(1537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), - [anon_sym_MOZ_COLD] = ACTIONS(1537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_RAII] = ACTIONS(1537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [860] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2598), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP_AMP] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2596), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_explicit] = ACTIONS(2596), - [anon_sym_public] = ACTIONS(2596), - [anon_sym_private] = ACTIONS(2596), - [anon_sym_protected] = ACTIONS(2596), - [sym_auto] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_operator] = ACTIONS(2596), - [anon_sym_friend] = ACTIONS(2596), - [anon_sym_using] = ACTIONS(2596), - [anon_sym_static_assert] = ACTIONS(2596), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2596), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2596), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2596), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2596), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2596), - [anon_sym_MOZ_COLD] = ACTIONS(2596), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2596), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2596), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2596), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2596), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2596), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2596), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2596), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2596), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2596), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2596), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2596), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2596), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2596), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_NONNULL] = ACTIONS(2596), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2596), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2596), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2596), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2596), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2596), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2596), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2596), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2596), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2596), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2596), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2596), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2596), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2596), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2596), - [anon_sym_MOZ_RAII] = ACTIONS(2596), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2596), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2596), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2596), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2596), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2596), + [806] = { + [sym_template_argument_list] = STATE(1225), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2486), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [861] = { - [sym_identifier] = ACTIONS(1887), - [aux_sym_preproc_def_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token2] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1887), - [sym_preproc_directive] = ACTIONS(1887), - [anon_sym_LPAREN2] = ACTIONS(1889), - [anon_sym_TILDE] = ACTIONS(1889), - [anon_sym_STAR] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_typedef] = ACTIONS(1887), - [anon_sym_extern] = ACTIONS(1887), - [anon_sym___attribute__] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1889), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), - [anon_sym___declspec] = ACTIONS(1887), - [anon_sym___based] = ACTIONS(1887), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_static] = ACTIONS(1887), - [anon_sym_register] = ACTIONS(1887), - [anon_sym_inline] = ACTIONS(1887), - [anon_sym_thread_local] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_volatile] = ACTIONS(1887), - [anon_sym_restrict] = ACTIONS(1887), - [anon_sym__Atomic] = ACTIONS(1887), - [anon_sym_mutable] = ACTIONS(1887), - [anon_sym_constexpr] = ACTIONS(1887), - [anon_sym_signed] = ACTIONS(1887), - [anon_sym_unsigned] = ACTIONS(1887), - [anon_sym_long] = ACTIONS(1887), - [anon_sym_short] = ACTIONS(1887), - [sym_primitive_type] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_class] = ACTIONS(1887), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1887), - [anon_sym_virtual] = ACTIONS(1887), - [anon_sym_explicit] = ACTIONS(1887), - [anon_sym_public] = ACTIONS(1887), - [anon_sym_private] = ACTIONS(1887), - [anon_sym_protected] = ACTIONS(1887), - [sym_auto] = ACTIONS(1887), - [anon_sym_typename] = ACTIONS(1887), - [anon_sym_template] = ACTIONS(1887), - [anon_sym_operator] = ACTIONS(1887), - [anon_sym_friend] = ACTIONS(1887), - [anon_sym_using] = ACTIONS(1887), - [anon_sym_static_assert] = ACTIONS(1887), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1887), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), - [anon_sym_MOZ_COLD] = ACTIONS(1887), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_RAII] = ACTIONS(1887), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), + [807] = { + [sym_identifier] = ACTIONS(2488), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2490), + [anon_sym_COMMA] = ACTIONS(2490), + [anon_sym_RPAREN] = ACTIONS(2490), + [anon_sym_LPAREN2] = ACTIONS(2490), + [anon_sym_TILDE] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2488), + [anon_sym_PLUS] = ACTIONS(2488), + [anon_sym_STAR] = ACTIONS(2488), + [anon_sym_SLASH] = ACTIONS(2488), + [anon_sym_PERCENT] = ACTIONS(2488), + [anon_sym_PIPE_PIPE] = ACTIONS(2490), + [anon_sym_AMP_AMP] = ACTIONS(2490), + [anon_sym_PIPE] = ACTIONS(2488), + [anon_sym_CARET] = ACTIONS(2488), + [anon_sym_AMP] = ACTIONS(2488), + [anon_sym_EQ_EQ] = ACTIONS(2490), + [anon_sym_BANG_EQ] = ACTIONS(2490), + [anon_sym_GT] = ACTIONS(2488), + [anon_sym_GT_EQ] = ACTIONS(2490), + [anon_sym_LT_EQ] = ACTIONS(2490), + [anon_sym_LT] = ACTIONS(2488), + [anon_sym_LT_LT] = ACTIONS(2488), + [anon_sym_GT_GT] = ACTIONS(2488), + [anon_sym_SEMI] = ACTIONS(2490), + [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_LBRACE] = ACTIONS(2490), + [anon_sym_RBRACE] = ACTIONS(2490), + [anon_sym_LBRACK] = ACTIONS(2488), + [anon_sym_EQ] = 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_QMARK] = ACTIONS(2490), + [anon_sym_STAR_EQ] = ACTIONS(2490), + [anon_sym_SLASH_EQ] = ACTIONS(2490), + [anon_sym_PERCENT_EQ] = ACTIONS(2490), + [anon_sym_PLUS_EQ] = ACTIONS(2490), + [anon_sym_DASH_EQ] = ACTIONS(2490), + [anon_sym_LT_LT_EQ] = ACTIONS(2490), + [anon_sym_GT_GT_EQ] = ACTIONS(2490), + [anon_sym_AMP_EQ] = ACTIONS(2490), + [anon_sym_CARET_EQ] = ACTIONS(2490), + [anon_sym_PIPE_EQ] = ACTIONS(2490), + [anon_sym_DASH_DASH] = ACTIONS(2490), + [anon_sym_PLUS_PLUS] = ACTIONS(2490), + [anon_sym_DOT] = ACTIONS(2488), + [anon_sym_DASH_GT] = ACTIONS(2490), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2488), + [anon_sym_template] = ACTIONS(2488), + [anon_sym_operator] = ACTIONS(2488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2488), + [anon_sym_MOZ_COLD] = ACTIONS(2488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_NONNULL] = ACTIONS(2488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2488), + [anon_sym_MOZ_RAII] = ACTIONS(2488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2488), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2488), }, - [862] = { - [sym_identifier] = ACTIONS(2600), - [aux_sym_preproc_def_token1] = ACTIONS(2600), - [aux_sym_preproc_if_token1] = ACTIONS(2600), - [aux_sym_preproc_if_token2] = ACTIONS(2600), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2600), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2600), - [aux_sym_preproc_else_token1] = ACTIONS(2600), - [aux_sym_preproc_elif_token1] = ACTIONS(2600), - [sym_preproc_directive] = ACTIONS(2600), - [anon_sym_LPAREN2] = ACTIONS(2602), - [anon_sym_TILDE] = ACTIONS(2602), - [anon_sym_STAR] = ACTIONS(2602), - [anon_sym_AMP_AMP] = ACTIONS(2602), - [anon_sym_AMP] = ACTIONS(2600), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2600), - [anon_sym_virtual] = ACTIONS(2600), - [anon_sym_explicit] = ACTIONS(2600), - [anon_sym_public] = ACTIONS(2600), - [anon_sym_private] = ACTIONS(2600), - [anon_sym_protected] = ACTIONS(2600), - [sym_auto] = ACTIONS(2600), - [anon_sym_typename] = ACTIONS(2600), - [anon_sym_template] = ACTIONS(2600), - [anon_sym_operator] = ACTIONS(2600), - [anon_sym_friend] = ACTIONS(2600), - [anon_sym_using] = ACTIONS(2600), - [anon_sym_static_assert] = ACTIONS(2600), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2600), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2600), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2600), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2600), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2600), - [anon_sym_MOZ_COLD] = ACTIONS(2600), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2600), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2600), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2600), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2600), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2600), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2600), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2600), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2600), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2600), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2600), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2600), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2600), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2600), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_NONNULL] = ACTIONS(2600), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2600), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2600), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2600), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2600), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2600), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2600), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2600), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2600), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2600), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2600), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2600), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2600), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2600), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2600), - [anon_sym_MOZ_RAII] = ACTIONS(2600), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2600), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2600), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2600), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2600), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2600), + [808] = { + [sym_template_argument_list] = STATE(1225), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2457), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [863] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2606), - [anon_sym_AMP_AMP] = ACTIONS(2606), - [anon_sym_AMP] = ACTIONS(2604), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2604), - [anon_sym_virtual] = ACTIONS(2604), - [anon_sym_explicit] = ACTIONS(2604), - [anon_sym_public] = ACTIONS(2604), - [anon_sym_private] = ACTIONS(2604), - [anon_sym_protected] = ACTIONS(2604), - [sym_auto] = ACTIONS(2604), - [anon_sym_typename] = ACTIONS(2604), - [anon_sym_template] = ACTIONS(2604), - [anon_sym_operator] = ACTIONS(2604), - [anon_sym_friend] = ACTIONS(2604), - [anon_sym_using] = ACTIONS(2604), - [anon_sym_static_assert] = ACTIONS(2604), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2604), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2604), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2604), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2604), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2604), - [anon_sym_MOZ_COLD] = ACTIONS(2604), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2604), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2604), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2604), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2604), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2604), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2604), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2604), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2604), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2604), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2604), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2604), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2604), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2604), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_NONNULL] = ACTIONS(2604), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2604), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2604), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2604), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2604), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2604), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2604), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2604), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2604), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2604), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2604), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2604), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2604), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2604), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2604), - [anon_sym_MOZ_RAII] = ACTIONS(2604), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2604), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2604), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2604), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2604), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2604), + [809] = { + [sym_template_argument_list] = STATE(1227), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2401), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2412), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2425), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2486), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [864] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2610), - [anon_sym_STAR] = ACTIONS(2610), - [anon_sym_AMP_AMP] = ACTIONS(2610), - [anon_sym_AMP] = ACTIONS(2608), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2608), - [anon_sym_virtual] = ACTIONS(2608), - [anon_sym_explicit] = ACTIONS(2608), - [anon_sym_public] = ACTIONS(2608), - [anon_sym_private] = ACTIONS(2608), - [anon_sym_protected] = ACTIONS(2608), - [sym_auto] = ACTIONS(2608), - [anon_sym_typename] = ACTIONS(2608), - [anon_sym_template] = ACTIONS(2608), - [anon_sym_operator] = ACTIONS(2608), - [anon_sym_friend] = ACTIONS(2608), - [anon_sym_using] = ACTIONS(2608), - [anon_sym_static_assert] = ACTIONS(2608), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2608), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2608), - [anon_sym_MOZ_COLD] = ACTIONS(2608), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2608), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2608), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2608), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2608), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2608), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2608), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2608), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2608), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2608), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2608), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2608), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2608), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_RAII] = ACTIONS(2608), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2608), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2608), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2608), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2608), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2608), + [810] = { + [sym_template_argument_list] = STATE(1225), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2492), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [865] = { - [sym_identifier] = ACTIONS(1823), - [aux_sym_preproc_def_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token2] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), - [aux_sym_preproc_else_token1] = ACTIONS(1823), - [aux_sym_preproc_elif_token1] = ACTIONS(1823), - [sym_preproc_directive] = ACTIONS(1823), - [anon_sym_LPAREN2] = ACTIONS(1825), - [anon_sym_TILDE] = ACTIONS(1825), - [anon_sym_STAR] = ACTIONS(1825), - [anon_sym_AMP_AMP] = ACTIONS(1825), - [anon_sym_AMP] = ACTIONS(1823), - [anon_sym_typedef] = ACTIONS(1823), - [anon_sym_extern] = ACTIONS(1823), - [anon_sym___attribute__] = ACTIONS(1823), - [anon_sym_COLON_COLON] = ACTIONS(1825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), - [anon_sym___declspec] = ACTIONS(1823), - [anon_sym___based] = ACTIONS(1823), - [anon_sym_LBRACK] = ACTIONS(1823), - [anon_sym_static] = ACTIONS(1823), - [anon_sym_register] = ACTIONS(1823), - [anon_sym_inline] = ACTIONS(1823), - [anon_sym_thread_local] = ACTIONS(1823), - [anon_sym_const] = ACTIONS(1823), - [anon_sym_volatile] = ACTIONS(1823), - [anon_sym_restrict] = ACTIONS(1823), - [anon_sym__Atomic] = ACTIONS(1823), - [anon_sym_mutable] = ACTIONS(1823), - [anon_sym_constexpr] = ACTIONS(1823), - [anon_sym_signed] = ACTIONS(1823), - [anon_sym_unsigned] = ACTIONS(1823), - [anon_sym_long] = ACTIONS(1823), - [anon_sym_short] = ACTIONS(1823), - [sym_primitive_type] = ACTIONS(1823), - [anon_sym_enum] = ACTIONS(1823), - [anon_sym_class] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1823), - [anon_sym_union] = ACTIONS(1823), + [811] = { + [sym_identifier] = ACTIONS(2494), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2496), + [anon_sym_COMMA] = ACTIONS(2496), + [anon_sym_RPAREN] = ACTIONS(2496), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_PLUS] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2494), + [anon_sym_SLASH] = ACTIONS(2494), + [anon_sym_PERCENT] = ACTIONS(2494), + [anon_sym_PIPE_PIPE] = ACTIONS(2496), + [anon_sym_AMP_AMP] = ACTIONS(2496), + [anon_sym_PIPE] = ACTIONS(2494), + [anon_sym_CARET] = ACTIONS(2494), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_EQ_EQ] = ACTIONS(2496), + [anon_sym_BANG_EQ] = ACTIONS(2496), + [anon_sym_GT] = ACTIONS(2494), + [anon_sym_GT_EQ] = ACTIONS(2496), + [anon_sym_LT_EQ] = ACTIONS(2496), + [anon_sym_LT] = ACTIONS(2494), + [anon_sym_LT_LT] = ACTIONS(2494), + [anon_sym_GT_GT] = ACTIONS(2494), + [anon_sym_SEMI] = ACTIONS(2496), + [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_LBRACE] = ACTIONS(2496), + [anon_sym_RBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_EQ] = 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_QMARK] = ACTIONS(2496), + [anon_sym_STAR_EQ] = ACTIONS(2496), + [anon_sym_SLASH_EQ] = ACTIONS(2496), + [anon_sym_PERCENT_EQ] = ACTIONS(2496), + [anon_sym_PLUS_EQ] = ACTIONS(2496), + [anon_sym_DASH_EQ] = ACTIONS(2496), + [anon_sym_LT_LT_EQ] = ACTIONS(2496), + [anon_sym_GT_GT_EQ] = ACTIONS(2496), + [anon_sym_AMP_EQ] = ACTIONS(2496), + [anon_sym_CARET_EQ] = ACTIONS(2496), + [anon_sym_PIPE_EQ] = ACTIONS(2496), + [anon_sym_DASH_DASH] = ACTIONS(2496), + [anon_sym_PLUS_PLUS] = ACTIONS(2496), + [anon_sym_DOT] = ACTIONS(2494), + [anon_sym_DASH_GT] = ACTIONS(2496), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1823), - [anon_sym_virtual] = ACTIONS(1823), - [anon_sym_explicit] = ACTIONS(1823), - [anon_sym_public] = ACTIONS(1823), - [anon_sym_private] = ACTIONS(1823), - [anon_sym_protected] = ACTIONS(1823), - [sym_auto] = ACTIONS(1823), - [anon_sym_typename] = ACTIONS(1823), - [anon_sym_template] = ACTIONS(1823), - [anon_sym_operator] = ACTIONS(1823), - [anon_sym_friend] = ACTIONS(1823), - [anon_sym_using] = ACTIONS(1823), - [anon_sym_static_assert] = ACTIONS(1823), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1823), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), - [anon_sym_MOZ_COLD] = ACTIONS(1823), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_RAII] = ACTIONS(1823), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_operator] = ACTIONS(2494), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2494), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2494), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2494), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2494), + [anon_sym_MOZ_COLD] = ACTIONS(2494), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2494), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2494), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2494), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2494), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2494), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2494), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2494), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2494), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2494), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2494), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2494), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2494), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2494), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_NONNULL] = ACTIONS(2494), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2494), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2494), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2494), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2494), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2494), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2494), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2494), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2494), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2494), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2494), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2494), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2494), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), + [anon_sym_MOZ_RAII] = ACTIONS(2494), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2494), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2494), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2494), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2494), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2494), }, - [866] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2610), - [anon_sym_STAR] = ACTIONS(2610), - [anon_sym_AMP_AMP] = ACTIONS(2610), - [anon_sym_AMP] = ACTIONS(2608), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2608), - [anon_sym_virtual] = ACTIONS(2608), - [anon_sym_explicit] = ACTIONS(2608), - [anon_sym_public] = ACTIONS(2608), - [anon_sym_private] = ACTIONS(2608), - [anon_sym_protected] = ACTIONS(2608), - [sym_auto] = ACTIONS(2608), - [anon_sym_typename] = ACTIONS(2608), - [anon_sym_template] = ACTIONS(2608), - [anon_sym_operator] = ACTIONS(2608), - [anon_sym_friend] = ACTIONS(2608), - [anon_sym_using] = ACTIONS(2608), - [anon_sym_static_assert] = ACTIONS(2608), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2608), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2608), - [anon_sym_MOZ_COLD] = ACTIONS(2608), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2608), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2608), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2608), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2608), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2608), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2608), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2608), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2608), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2608), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2608), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2608), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2608), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_RAII] = ACTIONS(2608), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2608), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2608), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2608), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2608), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2608), + [812] = { + [sym_function_definition] = STATE(955), + [sym_declaration] = STATE(955), + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2944), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_ms_call_modifier] = STATE(1119), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym__class_name] = STATE(4852), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1498), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1496), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2439), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(63), + [anon_sym_class] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(2500), + [anon_sym_union] = ACTIONS(2502), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [867] = { - [sym_identifier] = ACTIONS(1545), - [aux_sym_preproc_def_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token2] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), - [aux_sym_preproc_else_token1] = ACTIONS(1545), - [aux_sym_preproc_elif_token1] = ACTIONS(1545), - [sym_preproc_directive] = ACTIONS(1545), - [anon_sym_LPAREN2] = ACTIONS(1547), - [anon_sym_TILDE] = ACTIONS(1547), - [anon_sym_STAR] = ACTIONS(1547), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_typedef] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym___attribute__] = ACTIONS(1545), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), - [anon_sym___declspec] = ACTIONS(1545), - [anon_sym___based] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_static] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_inline] = ACTIONS(1545), - [anon_sym_thread_local] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_volatile] = ACTIONS(1545), - [anon_sym_restrict] = ACTIONS(1545), - [anon_sym__Atomic] = ACTIONS(1545), - [anon_sym_mutable] = ACTIONS(1545), - [anon_sym_constexpr] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1545), - [anon_sym_unsigned] = ACTIONS(1545), - [anon_sym_long] = ACTIONS(1545), - [anon_sym_short] = ACTIONS(1545), - [sym_primitive_type] = ACTIONS(1545), - [anon_sym_enum] = ACTIONS(1545), - [anon_sym_class] = ACTIONS(1545), - [anon_sym_struct] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), + [813] = { + [sym_identifier] = ACTIONS(2504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2506), + [anon_sym_COMMA] = ACTIONS(2506), + [anon_sym_RPAREN] = ACTIONS(2506), + [anon_sym_LPAREN2] = ACTIONS(2506), + [anon_sym_TILDE] = ACTIONS(2506), + [anon_sym_DASH] = ACTIONS(2504), + [anon_sym_PLUS] = ACTIONS(2504), + [anon_sym_STAR] = ACTIONS(2504), + [anon_sym_SLASH] = ACTIONS(2504), + [anon_sym_PERCENT] = ACTIONS(2504), + [anon_sym_PIPE_PIPE] = ACTIONS(2506), + [anon_sym_AMP_AMP] = ACTIONS(2506), + [anon_sym_PIPE] = ACTIONS(2504), + [anon_sym_CARET] = ACTIONS(2504), + [anon_sym_AMP] = ACTIONS(2504), + [anon_sym_EQ_EQ] = ACTIONS(2506), + [anon_sym_BANG_EQ] = ACTIONS(2506), + [anon_sym_GT] = ACTIONS(2504), + [anon_sym_GT_EQ] = ACTIONS(2506), + [anon_sym_LT_EQ] = ACTIONS(2506), + [anon_sym_LT] = ACTIONS(2504), + [anon_sym_LT_LT] = ACTIONS(2504), + [anon_sym_GT_GT] = ACTIONS(2504), + [anon_sym_SEMI] = ACTIONS(2506), + [anon_sym_extern] = ACTIONS(2504), + [anon_sym___attribute__] = ACTIONS(2504), + [anon_sym_COLON_COLON] = ACTIONS(2506), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2506), + [anon_sym___declspec] = ACTIONS(2504), + [anon_sym___based] = ACTIONS(2504), + [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_RBRACE] = ACTIONS(2506), + [anon_sym_LBRACK] = ACTIONS(2504), + [anon_sym_EQ] = ACTIONS(2504), + [anon_sym_static] = ACTIONS(2504), + [anon_sym_register] = ACTIONS(2504), + [anon_sym_inline] = ACTIONS(2504), + [anon_sym_thread_local] = ACTIONS(2504), + [anon_sym_const] = ACTIONS(2504), + [anon_sym_volatile] = ACTIONS(2504), + [anon_sym_restrict] = ACTIONS(2504), + [anon_sym__Atomic] = ACTIONS(2504), + [anon_sym_mutable] = ACTIONS(2504), + [anon_sym_constexpr] = ACTIONS(2504), + [anon_sym_QMARK] = ACTIONS(2506), + [anon_sym_STAR_EQ] = ACTIONS(2506), + [anon_sym_SLASH_EQ] = ACTIONS(2506), + [anon_sym_PERCENT_EQ] = ACTIONS(2506), + [anon_sym_PLUS_EQ] = ACTIONS(2506), + [anon_sym_DASH_EQ] = ACTIONS(2506), + [anon_sym_LT_LT_EQ] = ACTIONS(2506), + [anon_sym_GT_GT_EQ] = ACTIONS(2506), + [anon_sym_AMP_EQ] = ACTIONS(2506), + [anon_sym_CARET_EQ] = ACTIONS(2506), + [anon_sym_PIPE_EQ] = ACTIONS(2506), + [anon_sym_DASH_DASH] = ACTIONS(2506), + [anon_sym_PLUS_PLUS] = ACTIONS(2506), + [anon_sym_DOT] = ACTIONS(2504), + [anon_sym_DASH_GT] = ACTIONS(2506), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1545), - [anon_sym_virtual] = ACTIONS(1545), - [anon_sym_explicit] = ACTIONS(1545), - [anon_sym_public] = ACTIONS(1545), - [anon_sym_private] = ACTIONS(1545), - [anon_sym_protected] = ACTIONS(1545), - [sym_auto] = ACTIONS(1545), - [anon_sym_typename] = ACTIONS(1545), - [anon_sym_template] = ACTIONS(1545), - [anon_sym_operator] = ACTIONS(1545), - [anon_sym_friend] = ACTIONS(1545), - [anon_sym_using] = ACTIONS(1545), - [anon_sym_static_assert] = ACTIONS(1545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), - [anon_sym_MOZ_COLD] = ACTIONS(1545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_RAII] = ACTIONS(1545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), + [anon_sym_virtual] = ACTIONS(2504), + [anon_sym_template] = ACTIONS(2504), + [anon_sym_operator] = ACTIONS(2504), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2504), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2504), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2504), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2504), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2504), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2504), + [anon_sym_MOZ_COLD] = ACTIONS(2504), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2504), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2504), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2504), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2504), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2504), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2504), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2504), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2504), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2504), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2504), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2504), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2504), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2504), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2504), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2504), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2504), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2504), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_NONNULL] = ACTIONS(2504), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2504), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2504), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2504), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2504), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2504), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_NORETURN] = ACTIONS(2504), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2504), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2504), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2504), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2504), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2504), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2504), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2504), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2504), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2504), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), + [anon_sym_MOZ_RAII] = ACTIONS(2504), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2504), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2504), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2504), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2504), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2504), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2504), }, - [868] = { - [sym_identifier] = 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), - [aux_sym_preproc_else_token1] = ACTIONS(2612), - [aux_sym_preproc_elif_token1] = ACTIONS(2612), - [sym_preproc_directive] = ACTIONS(2612), - [anon_sym_LPAREN2] = ACTIONS(2614), - [anon_sym_TILDE] = ACTIONS(2614), - [anon_sym_STAR] = ACTIONS(2614), - [anon_sym_AMP_AMP] = ACTIONS(2614), - [anon_sym_AMP] = ACTIONS(2612), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2612), - [anon_sym_virtual] = ACTIONS(2612), - [anon_sym_explicit] = ACTIONS(2612), - [anon_sym_public] = ACTIONS(2612), - [anon_sym_private] = ACTIONS(2612), - [anon_sym_protected] = ACTIONS(2612), - [sym_auto] = ACTIONS(2612), - [anon_sym_typename] = ACTIONS(2612), - [anon_sym_template] = ACTIONS(2612), - [anon_sym_operator] = ACTIONS(2612), - [anon_sym_friend] = ACTIONS(2612), - [anon_sym_using] = ACTIONS(2612), - [anon_sym_static_assert] = ACTIONS(2612), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2612), - [anon_sym_MOZ_COLD] = ACTIONS(2612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_NONNULL] = ACTIONS(2612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2612), - [anon_sym_MOZ_RAII] = ACTIONS(2612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2612), + [814] = { + [sym_identifier] = ACTIONS(2508), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2510), + [anon_sym_COMMA] = ACTIONS(2510), + [anon_sym_RPAREN] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(2510), + [anon_sym_TILDE] = ACTIONS(2510), + [anon_sym_DASH] = ACTIONS(2508), + [anon_sym_PLUS] = ACTIONS(2508), + [anon_sym_STAR] = ACTIONS(2508), + [anon_sym_SLASH] = ACTIONS(2508), + [anon_sym_PERCENT] = ACTIONS(2508), + [anon_sym_PIPE_PIPE] = ACTIONS(2510), + [anon_sym_AMP_AMP] = ACTIONS(2510), + [anon_sym_PIPE] = ACTIONS(2508), + [anon_sym_CARET] = ACTIONS(2508), + [anon_sym_AMP] = ACTIONS(2508), + [anon_sym_EQ_EQ] = ACTIONS(2510), + [anon_sym_BANG_EQ] = ACTIONS(2510), + [anon_sym_GT] = ACTIONS(2508), + [anon_sym_GT_EQ] = ACTIONS(2510), + [anon_sym_LT_EQ] = ACTIONS(2510), + [anon_sym_LT] = ACTIONS(2508), + [anon_sym_LT_LT] = ACTIONS(2508), + [anon_sym_GT_GT] = ACTIONS(2508), + [anon_sym_SEMI] = ACTIONS(2510), + [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_LBRACE] = ACTIONS(2510), + [anon_sym_RBRACE] = ACTIONS(2510), + [anon_sym_LBRACK] = ACTIONS(2508), + [anon_sym_EQ] = 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_QMARK] = ACTIONS(2510), + [anon_sym_STAR_EQ] = ACTIONS(2510), + [anon_sym_SLASH_EQ] = ACTIONS(2510), + [anon_sym_PERCENT_EQ] = ACTIONS(2510), + [anon_sym_PLUS_EQ] = ACTIONS(2510), + [anon_sym_DASH_EQ] = ACTIONS(2510), + [anon_sym_LT_LT_EQ] = ACTIONS(2510), + [anon_sym_GT_GT_EQ] = ACTIONS(2510), + [anon_sym_AMP_EQ] = ACTIONS(2510), + [anon_sym_CARET_EQ] = ACTIONS(2510), + [anon_sym_PIPE_EQ] = ACTIONS(2510), + [anon_sym_DASH_DASH] = ACTIONS(2510), + [anon_sym_PLUS_PLUS] = ACTIONS(2510), + [anon_sym_DOT] = ACTIONS(2508), + [anon_sym_DASH_GT] = ACTIONS(2510), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2508), + [anon_sym_template] = ACTIONS(2508), + [anon_sym_operator] = ACTIONS(2508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2508), + [anon_sym_MOZ_COLD] = ACTIONS(2508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_NONNULL] = ACTIONS(2508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_NORETURN] = ACTIONS(2508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), + [anon_sym_MOZ_RAII] = ACTIONS(2508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2508), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2508), + }, + [815] = { + [sym_template_argument_list] = STATE(1225), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), + [anon_sym_COMMA] = ACTIONS(2399), + [anon_sym_RPAREN] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), + }, + [816] = { + [sym_template_argument_list] = STATE(817), + [sym_identifier] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2461), + [anon_sym_COMMA] = ACTIONS(2461), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_DASH] = ACTIONS(2468), + [anon_sym_PLUS] = ACTIONS(2468), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2468), + [anon_sym_PERCENT] = ACTIONS(2468), + [anon_sym_PIPE_PIPE] = ACTIONS(2461), + [anon_sym_AMP_AMP] = ACTIONS(2463), + [anon_sym_PIPE] = ACTIONS(2468), + [anon_sym_CARET] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2461), + [anon_sym_BANG_EQ] = ACTIONS(2461), + [anon_sym_GT] = ACTIONS(2468), + [anon_sym_GT_EQ] = ACTIONS(2461), + [anon_sym_LT_EQ] = ACTIONS(2461), + [anon_sym_LT] = ACTIONS(2473), + [anon_sym_LT_LT] = ACTIONS(2468), + [anon_sym_GT_GT] = ACTIONS(2468), + [anon_sym_SEMI] = ACTIONS(2463), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_RBRACE] = ACTIONS(2461), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_EQ] = ACTIONS(2468), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [anon_sym_QMARK] = ACTIONS(2461), + [anon_sym_STAR_EQ] = ACTIONS(2461), + [anon_sym_SLASH_EQ] = ACTIONS(2461), + [anon_sym_PERCENT_EQ] = ACTIONS(2461), + [anon_sym_PLUS_EQ] = ACTIONS(2461), + [anon_sym_DASH_EQ] = ACTIONS(2461), + [anon_sym_LT_LT_EQ] = ACTIONS(2461), + [anon_sym_GT_GT_EQ] = ACTIONS(2461), + [anon_sym_AMP_EQ] = ACTIONS(2461), + [anon_sym_CARET_EQ] = ACTIONS(2461), + [anon_sym_PIPE_EQ] = ACTIONS(2461), + [anon_sym_DASH_DASH] = ACTIONS(2461), + [anon_sym_PLUS_PLUS] = ACTIONS(2461), + [anon_sym_DOT] = ACTIONS(2468), + [anon_sym_DASH_GT] = ACTIONS(2461), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), + }, + [817] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2514), + [anon_sym_COMMA] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2521), + [anon_sym_PIPE_PIPE] = ACTIONS(2514), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2521), + [anon_sym_AMP] = ACTIONS(2523), + [anon_sym_EQ_EQ] = ACTIONS(2514), + [anon_sym_BANG_EQ] = ACTIONS(2514), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2514), + [anon_sym_LT_EQ] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2521), + [anon_sym_GT_GT] = ACTIONS(2521), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_RBRACE] = ACTIONS(2514), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_EQ] = ACTIONS(2521), + [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_QMARK] = ACTIONS(2514), + [anon_sym_STAR_EQ] = ACTIONS(2514), + [anon_sym_SLASH_EQ] = ACTIONS(2514), + [anon_sym_PERCENT_EQ] = ACTIONS(2514), + [anon_sym_PLUS_EQ] = ACTIONS(2514), + [anon_sym_DASH_EQ] = ACTIONS(2514), + [anon_sym_LT_LT_EQ] = ACTIONS(2514), + [anon_sym_GT_GT_EQ] = ACTIONS(2514), + [anon_sym_AMP_EQ] = ACTIONS(2514), + [anon_sym_CARET_EQ] = ACTIONS(2514), + [anon_sym_PIPE_EQ] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2514), + [anon_sym_PLUS_PLUS] = ACTIONS(2514), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2514), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [869] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP_AMP] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2616), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_explicit] = ACTIONS(2616), - [anon_sym_public] = ACTIONS(2616), - [anon_sym_private] = ACTIONS(2616), - [anon_sym_protected] = ACTIONS(2616), - [sym_auto] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_operator] = ACTIONS(2616), - [anon_sym_friend] = ACTIONS(2616), - [anon_sym_using] = ACTIONS(2616), - [anon_sym_static_assert] = ACTIONS(2616), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2616), - [anon_sym_MOZ_COLD] = ACTIONS(2616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_NONNULL] = ACTIONS(2616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2616), - [anon_sym_MOZ_RAII] = ACTIONS(2616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2616), + [818] = { + [sym_template_argument_list] = STATE(1226), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2412), + [anon_sym_COMMA] = ACTIONS(2412), + [anon_sym_RPAREN] = ACTIONS(2412), + [anon_sym_LPAREN2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2407), + [anon_sym_PLUS] = ACTIONS(2407), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2407), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2399), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2407), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_EQ_EQ] = ACTIONS(2399), + [anon_sym_BANG_EQ] = ACTIONS(2399), + [anon_sym_GT] = ACTIONS(2407), + [anon_sym_GT_EQ] = ACTIONS(2399), + [anon_sym_LT_EQ] = ACTIONS(2399), + [anon_sym_LT] = ACTIONS(2415), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_EQ] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_QMARK] = ACTIONS(2399), + [anon_sym_STAR_EQ] = ACTIONS(2433), + [anon_sym_SLASH_EQ] = ACTIONS(2433), + [anon_sym_PERCENT_EQ] = ACTIONS(2433), + [anon_sym_PLUS_EQ] = ACTIONS(2433), + [anon_sym_DASH_EQ] = ACTIONS(2433), + [anon_sym_LT_LT_EQ] = ACTIONS(2433), + [anon_sym_GT_GT_EQ] = ACTIONS(2433), + [anon_sym_AMP_EQ] = ACTIONS(2433), + [anon_sym_CARET_EQ] = ACTIONS(2433), + [anon_sym_PIPE_EQ] = ACTIONS(2433), + [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DOT] = ACTIONS(2407), + [anon_sym_DASH_GT] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [870] = { - [sym_identifier] = ACTIONS(1831), - [aux_sym_preproc_def_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token2] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), - [aux_sym_preproc_else_token1] = ACTIONS(1831), - [aux_sym_preproc_elif_token1] = ACTIONS(1831), - [sym_preproc_directive] = ACTIONS(1831), - [anon_sym_LPAREN2] = ACTIONS(1833), - [anon_sym_TILDE] = ACTIONS(1833), - [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_typedef] = ACTIONS(1831), - [anon_sym_extern] = ACTIONS(1831), - [anon_sym___attribute__] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), - [anon_sym___declspec] = ACTIONS(1831), - [anon_sym___based] = ACTIONS(1831), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_static] = ACTIONS(1831), - [anon_sym_register] = ACTIONS(1831), - [anon_sym_inline] = ACTIONS(1831), - [anon_sym_thread_local] = ACTIONS(1831), - [anon_sym_const] = ACTIONS(1831), - [anon_sym_volatile] = ACTIONS(1831), - [anon_sym_restrict] = ACTIONS(1831), - [anon_sym__Atomic] = ACTIONS(1831), - [anon_sym_mutable] = ACTIONS(1831), - [anon_sym_constexpr] = ACTIONS(1831), - [anon_sym_signed] = ACTIONS(1831), - [anon_sym_unsigned] = ACTIONS(1831), - [anon_sym_long] = ACTIONS(1831), - [anon_sym_short] = ACTIONS(1831), - [sym_primitive_type] = ACTIONS(1831), - [anon_sym_enum] = ACTIONS(1831), - [anon_sym_class] = ACTIONS(1831), - [anon_sym_struct] = ACTIONS(1831), - [anon_sym_union] = ACTIONS(1831), + [819] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2514), + [anon_sym_COMMA] = ACTIONS(2514), + [anon_sym_RPAREN] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2521), + [anon_sym_PIPE_PIPE] = ACTIONS(2514), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2521), + [anon_sym_AMP] = ACTIONS(2523), + [anon_sym_EQ_EQ] = ACTIONS(2514), + [anon_sym_BANG_EQ] = ACTIONS(2514), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2514), + [anon_sym_LT_EQ] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2521), + [anon_sym_GT_GT] = ACTIONS(2521), + [anon_sym_SEMI] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_EQ] = ACTIONS(2521), + [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_QMARK] = ACTIONS(2514), + [anon_sym_STAR_EQ] = ACTIONS(2514), + [anon_sym_SLASH_EQ] = ACTIONS(2514), + [anon_sym_PERCENT_EQ] = ACTIONS(2514), + [anon_sym_PLUS_EQ] = ACTIONS(2514), + [anon_sym_DASH_EQ] = ACTIONS(2514), + [anon_sym_LT_LT_EQ] = ACTIONS(2514), + [anon_sym_GT_GT_EQ] = ACTIONS(2514), + [anon_sym_AMP_EQ] = ACTIONS(2514), + [anon_sym_CARET_EQ] = ACTIONS(2514), + [anon_sym_PIPE_EQ] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2514), + [anon_sym_PLUS_PLUS] = ACTIONS(2514), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2514), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1831), - [anon_sym_virtual] = ACTIONS(1831), - [anon_sym_explicit] = ACTIONS(1831), - [anon_sym_public] = ACTIONS(1831), - [anon_sym_private] = ACTIONS(1831), - [anon_sym_protected] = ACTIONS(1831), - [sym_auto] = ACTIONS(1831), - [anon_sym_typename] = ACTIONS(1831), - [anon_sym_template] = ACTIONS(1831), - [anon_sym_operator] = ACTIONS(1831), - [anon_sym_friend] = ACTIONS(1831), - [anon_sym_using] = ACTIONS(1831), - [anon_sym_static_assert] = ACTIONS(1831), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1831), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), - [anon_sym_MOZ_COLD] = ACTIONS(1831), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_RAII] = ACTIONS(1831), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [871] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [aux_sym_preproc_else_token1] = ACTIONS(1577), - [aux_sym_preproc_elif_token1] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [anon_sym_public] = ACTIONS(1577), - [anon_sym_private] = ACTIONS(1577), - [anon_sym_protected] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_friend] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [820] = { + [sym_template_argument_list] = STATE(822), + [sym_identifier] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2463), + [anon_sym_COMMA] = ACTIONS(2463), + [anon_sym_RPAREN] = ACTIONS(2463), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_DASH] = ACTIONS(2468), + [anon_sym_PLUS] = ACTIONS(2468), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2468), + [anon_sym_PERCENT] = ACTIONS(2468), + [anon_sym_PIPE_PIPE] = ACTIONS(2461), + [anon_sym_AMP_AMP] = ACTIONS(2463), + [anon_sym_PIPE] = ACTIONS(2468), + [anon_sym_CARET] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2461), + [anon_sym_BANG_EQ] = ACTIONS(2461), + [anon_sym_GT] = ACTIONS(2468), + [anon_sym_GT_EQ] = ACTIONS(2461), + [anon_sym_LT_EQ] = ACTIONS(2461), + [anon_sym_LT] = ACTIONS(2473), + [anon_sym_LT_LT] = ACTIONS(2468), + [anon_sym_GT_GT] = ACTIONS(2468), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2466), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_EQ] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [anon_sym_QMARK] = ACTIONS(2461), + [anon_sym_STAR_EQ] = ACTIONS(2461), + [anon_sym_SLASH_EQ] = ACTIONS(2461), + [anon_sym_PERCENT_EQ] = ACTIONS(2461), + [anon_sym_PLUS_EQ] = ACTIONS(2461), + [anon_sym_DASH_EQ] = ACTIONS(2461), + [anon_sym_LT_LT_EQ] = ACTIONS(2461), + [anon_sym_GT_GT_EQ] = ACTIONS(2461), + [anon_sym_AMP_EQ] = ACTIONS(2461), + [anon_sym_CARET_EQ] = ACTIONS(2461), + [anon_sym_PIPE_EQ] = ACTIONS(2461), + [anon_sym_DASH_DASH] = ACTIONS(2461), + [anon_sym_PLUS_PLUS] = ACTIONS(2461), + [anon_sym_DOT] = ACTIONS(2468), + [anon_sym_DASH_GT] = ACTIONS(2461), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), }, - [872] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [aux_sym_preproc_else_token1] = ACTIONS(1577), - [aux_sym_preproc_elif_token1] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), + [821] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2293), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4300), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_type_parameter_declaration] = STATE(4300), + [sym_variadic_type_parameter_declaration] = STATE(4300), + [sym_optional_type_parameter_declaration] = STATE(4300), + [sym_template_template_parameter_declaration] = STATE(4300), + [sym_optional_parameter_declaration] = STATE(4300), + [sym_variadic_parameter_declaration] = STATE(4300), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(2526), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [anon_sym_public] = ACTIONS(1577), - [anon_sym_private] = ACTIONS(1577), - [anon_sym_protected] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_friend] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(2528), + [anon_sym_template] = ACTIONS(2530), + [anon_sym_GT2] = ACTIONS(2532), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [873] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2622), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP_AMP] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2620), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_explicit] = ACTIONS(2620), - [anon_sym_public] = ACTIONS(2620), - [anon_sym_private] = ACTIONS(2620), - [anon_sym_protected] = ACTIONS(2620), - [sym_auto] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_operator] = ACTIONS(2620), - [anon_sym_friend] = ACTIONS(2620), - [anon_sym_using] = ACTIONS(2620), - [anon_sym_static_assert] = ACTIONS(2620), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2620), - [anon_sym_MOZ_COLD] = ACTIONS(2620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_NONNULL] = ACTIONS(2620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2620), - [anon_sym_MOZ_RAII] = ACTIONS(2620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2620), + [822] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2516), + [anon_sym_COMMA] = ACTIONS(2516), + [anon_sym_RPAREN] = ACTIONS(2516), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2521), + [anon_sym_PIPE_PIPE] = ACTIONS(2514), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2521), + [anon_sym_AMP] = ACTIONS(2523), + [anon_sym_EQ_EQ] = ACTIONS(2514), + [anon_sym_BANG_EQ] = ACTIONS(2514), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2514), + [anon_sym_LT_EQ] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2521), + [anon_sym_GT_GT] = ACTIONS(2521), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_EQ] = ACTIONS(2523), + [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_QMARK] = ACTIONS(2514), + [anon_sym_STAR_EQ] = ACTIONS(2514), + [anon_sym_SLASH_EQ] = ACTIONS(2514), + [anon_sym_PERCENT_EQ] = ACTIONS(2514), + [anon_sym_PLUS_EQ] = ACTIONS(2514), + [anon_sym_DASH_EQ] = ACTIONS(2514), + [anon_sym_LT_LT_EQ] = ACTIONS(2514), + [anon_sym_GT_GT_EQ] = ACTIONS(2514), + [anon_sym_AMP_EQ] = ACTIONS(2514), + [anon_sym_CARET_EQ] = ACTIONS(2514), + [anon_sym_PIPE_EQ] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2514), + [anon_sym_PLUS_PLUS] = ACTIONS(2514), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2514), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [874] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [anon_sym_public] = ACTIONS(1516), - [anon_sym_private] = ACTIONS(1516), - [anon_sym_protected] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_friend] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), + [823] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2293), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4635), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_type_parameter_declaration] = STATE(4635), + [sym_variadic_type_parameter_declaration] = STATE(4635), + [sym_optional_type_parameter_declaration] = STATE(4635), + [sym_template_template_parameter_declaration] = STATE(4635), + [sym_optional_parameter_declaration] = STATE(4635), + [sym_variadic_parameter_declaration] = STATE(4635), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(2526), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(2528), + [anon_sym_template] = ACTIONS(2530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [875] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [aux_sym_preproc_else_token1] = ACTIONS(1581), - [aux_sym_preproc_elif_token1] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), + [824] = { + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3880), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5011), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(3444), + [sym_template_function] = STATE(2703), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3524), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(3462), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(2534), + [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_COLON_COLON] = ACTIONS(41), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2536), + [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_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), + [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(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [anon_sym_public] = ACTIONS(1581), - [anon_sym_private] = ACTIONS(1581), - [anon_sym_protected] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_friend] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [825] = { + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3880), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(4921), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(3444), + [sym_template_function] = STATE(2703), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3524), + [sym_qualified_identifier] = STATE(2230), + [sym_qualified_type_identifier] = STATE(3462), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(2534), + [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_COLON_COLON] = ACTIONS(41), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2536), + [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_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), + [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(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [876] = { - [sym_identifier] = ACTIONS(1775), - [aux_sym_preproc_def_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token2] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), - [aux_sym_preproc_else_token1] = ACTIONS(1775), - [aux_sym_preproc_elif_token1] = ACTIONS(1775), - [sym_preproc_directive] = ACTIONS(1775), - [anon_sym_LPAREN2] = ACTIONS(1777), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1777), - [anon_sym_AMP_AMP] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_typedef] = ACTIONS(1775), - [anon_sym_extern] = ACTIONS(1775), - [anon_sym___attribute__] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), - [anon_sym___declspec] = ACTIONS(1775), - [anon_sym___based] = ACTIONS(1775), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_static] = ACTIONS(1775), - [anon_sym_register] = ACTIONS(1775), - [anon_sym_inline] = ACTIONS(1775), - [anon_sym_thread_local] = ACTIONS(1775), - [anon_sym_const] = ACTIONS(1775), - [anon_sym_volatile] = ACTIONS(1775), - [anon_sym_restrict] = ACTIONS(1775), - [anon_sym__Atomic] = ACTIONS(1775), - [anon_sym_mutable] = ACTIONS(1775), - [anon_sym_constexpr] = ACTIONS(1775), - [anon_sym_signed] = ACTIONS(1775), - [anon_sym_unsigned] = ACTIONS(1775), - [anon_sym_long] = ACTIONS(1775), - [anon_sym_short] = ACTIONS(1775), - [sym_primitive_type] = ACTIONS(1775), - [anon_sym_enum] = ACTIONS(1775), - [anon_sym_class] = ACTIONS(1775), - [anon_sym_struct] = ACTIONS(1775), - [anon_sym_union] = ACTIONS(1775), + [826] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4310), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4310), + [sym_variadic_parameter_declaration] = STATE(4310), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2351), + [anon_sym_RPAREN] = ACTIONS(2353), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1775), - [anon_sym_virtual] = ACTIONS(1775), - [anon_sym_explicit] = ACTIONS(1775), - [anon_sym_public] = ACTIONS(1775), - [anon_sym_private] = ACTIONS(1775), - [anon_sym_protected] = ACTIONS(1775), - [sym_auto] = ACTIONS(1775), - [anon_sym_typename] = ACTIONS(1775), - [anon_sym_template] = ACTIONS(1775), - [anon_sym_operator] = ACTIONS(1775), - [anon_sym_friend] = ACTIONS(1775), - [anon_sym_using] = ACTIONS(1775), - [anon_sym_static_assert] = ACTIONS(1775), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1775), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), - [anon_sym_MOZ_COLD] = ACTIONS(1775), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_RAII] = ACTIONS(1775), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(1471), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [877] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [aux_sym_preproc_else_token1] = ACTIONS(1581), - [aux_sym_preproc_elif_token1] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), + [827] = { + [sym_identifier] = ACTIONS(2504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2506), + [anon_sym_COMMA] = ACTIONS(2506), + [anon_sym_RPAREN] = ACTIONS(2506), + [anon_sym_LPAREN2] = ACTIONS(2506), + [anon_sym_TILDE] = ACTIONS(2506), + [anon_sym_DASH] = ACTIONS(2504), + [anon_sym_PLUS] = ACTIONS(2504), + [anon_sym_STAR] = ACTIONS(2506), + [anon_sym_SLASH] = ACTIONS(2504), + [anon_sym_PERCENT] = ACTIONS(2506), + [anon_sym_PIPE_PIPE] = ACTIONS(2506), + [anon_sym_AMP_AMP] = ACTIONS(2506), + [anon_sym_PIPE] = ACTIONS(2504), + [anon_sym_CARET] = ACTIONS(2506), + [anon_sym_AMP] = ACTIONS(2504), + [anon_sym_EQ_EQ] = ACTIONS(2506), + [anon_sym_BANG_EQ] = ACTIONS(2506), + [anon_sym_GT] = ACTIONS(2504), + [anon_sym_GT_EQ] = ACTIONS(2506), + [anon_sym_LT_EQ] = ACTIONS(2506), + [anon_sym_LT] = ACTIONS(2504), + [anon_sym_LT_LT] = ACTIONS(2506), + [anon_sym_GT_GT] = ACTIONS(2506), + [anon_sym_SEMI] = ACTIONS(2506), + [anon_sym_extern] = ACTIONS(2504), + [anon_sym___attribute__] = ACTIONS(2504), + [anon_sym_COLON_COLON] = ACTIONS(2506), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2506), + [anon_sym___declspec] = ACTIONS(2504), + [anon_sym___based] = ACTIONS(2504), + [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_RBRACE] = ACTIONS(2506), + [anon_sym_LBRACK] = ACTIONS(2504), + [anon_sym_EQ] = ACTIONS(2504), + [anon_sym_static] = ACTIONS(2504), + [anon_sym_register] = ACTIONS(2504), + [anon_sym_inline] = ACTIONS(2504), + [anon_sym_thread_local] = ACTIONS(2504), + [anon_sym_const] = ACTIONS(2504), + [anon_sym_volatile] = ACTIONS(2504), + [anon_sym_restrict] = ACTIONS(2504), + [anon_sym__Atomic] = ACTIONS(2504), + [anon_sym_mutable] = ACTIONS(2504), + [anon_sym_constexpr] = ACTIONS(2504), + [anon_sym_COLON] = ACTIONS(2504), + [anon_sym_QMARK] = ACTIONS(2506), + [anon_sym_DASH_DASH] = ACTIONS(2506), + [anon_sym_PLUS_PLUS] = ACTIONS(2506), + [anon_sym_DOT] = ACTIONS(2504), + [anon_sym_DASH_GT] = ACTIONS(2506), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [anon_sym_public] = ACTIONS(1581), - [anon_sym_private] = ACTIONS(1581), - [anon_sym_protected] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_friend] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [anon_sym_final] = ACTIONS(2504), + [anon_sym_override] = ACTIONS(2504), + [anon_sym_virtual] = ACTIONS(2504), + [anon_sym_template] = ACTIONS(2504), + [anon_sym_operator] = ACTIONS(2504), + [anon_sym_noexcept] = ACTIONS(2504), + [anon_sym_throw] = ACTIONS(2504), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2504), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2504), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2504), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2504), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2504), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2504), + [anon_sym_MOZ_COLD] = ACTIONS(2504), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2504), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2504), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2504), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2504), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2504), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2504), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2504), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2504), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2504), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2504), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2504), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2504), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2504), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2504), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2504), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2504), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2504), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2504), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_NONNULL] = ACTIONS(2504), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2504), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2504), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2504), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2504), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2504), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_NORETURN] = ACTIONS(2504), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2504), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2504), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2504), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2504), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2504), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2504), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2504), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2504), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2504), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2504), + [anon_sym_MOZ_RAII] = ACTIONS(2504), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2504), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2504), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2504), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2504), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2504), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2504), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2504), }, - [878] = { - [sym_identifier] = ACTIONS(1771), - [aux_sym_preproc_def_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token2] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), - [aux_sym_preproc_else_token1] = ACTIONS(1771), - [aux_sym_preproc_elif_token1] = ACTIONS(1771), - [sym_preproc_directive] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_TILDE] = ACTIONS(1773), - [anon_sym_STAR] = ACTIONS(1773), - [anon_sym_AMP_AMP] = ACTIONS(1773), - [anon_sym_AMP] = ACTIONS(1771), - [anon_sym_typedef] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym___attribute__] = ACTIONS(1771), - [anon_sym_COLON_COLON] = ACTIONS(1773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), - [anon_sym___declspec] = ACTIONS(1771), - [anon_sym___based] = ACTIONS(1771), - [anon_sym_LBRACK] = ACTIONS(1771), - [anon_sym_static] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_inline] = ACTIONS(1771), - [anon_sym_thread_local] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [anon_sym_volatile] = ACTIONS(1771), - [anon_sym_restrict] = ACTIONS(1771), - [anon_sym__Atomic] = ACTIONS(1771), - [anon_sym_mutable] = ACTIONS(1771), - [anon_sym_constexpr] = ACTIONS(1771), - [anon_sym_signed] = ACTIONS(1771), - [anon_sym_unsigned] = ACTIONS(1771), - [anon_sym_long] = ACTIONS(1771), - [anon_sym_short] = ACTIONS(1771), - [sym_primitive_type] = ACTIONS(1771), - [anon_sym_enum] = ACTIONS(1771), - [anon_sym_class] = ACTIONS(1771), - [anon_sym_struct] = ACTIONS(1771), - [anon_sym_union] = ACTIONS(1771), + [828] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4277), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4277), + [sym_variadic_parameter_declaration] = STATE(4277), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_RPAREN] = ACTIONS(2391), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1771), - [anon_sym_virtual] = ACTIONS(1771), - [anon_sym_explicit] = ACTIONS(1771), - [anon_sym_public] = ACTIONS(1771), - [anon_sym_private] = ACTIONS(1771), - [anon_sym_protected] = ACTIONS(1771), - [sym_auto] = ACTIONS(1771), - [anon_sym_typename] = ACTIONS(1771), - [anon_sym_template] = ACTIONS(1771), - [anon_sym_operator] = ACTIONS(1771), - [anon_sym_friend] = ACTIONS(1771), - [anon_sym_using] = ACTIONS(1771), - [anon_sym_static_assert] = ACTIONS(1771), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1771), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), - [anon_sym_MOZ_COLD] = ACTIONS(1771), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_RAII] = ACTIONS(1771), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(1471), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [879] = { - [sym_identifier] = 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), - [aux_sym_preproc_else_token1] = ACTIONS(2624), - [aux_sym_preproc_elif_token1] = ACTIONS(2624), - [sym_preproc_directive] = ACTIONS(2624), - [anon_sym_LPAREN2] = ACTIONS(2626), - [anon_sym_TILDE] = ACTIONS(2626), - [anon_sym_STAR] = ACTIONS(2626), - [anon_sym_AMP_AMP] = ACTIONS(2626), - [anon_sym_AMP] = ACTIONS(2624), - [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_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_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), + [829] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4367), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4367), + [sym_variadic_parameter_declaration] = STATE(4367), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), + [anon_sym_RPAREN] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2624), - [anon_sym_virtual] = ACTIONS(2624), - [anon_sym_explicit] = ACTIONS(2624), - [anon_sym_public] = ACTIONS(2624), - [anon_sym_private] = ACTIONS(2624), - [anon_sym_protected] = ACTIONS(2624), - [sym_auto] = ACTIONS(2624), - [anon_sym_typename] = ACTIONS(2624), - [anon_sym_template] = ACTIONS(2624), - [anon_sym_operator] = ACTIONS(2624), - [anon_sym_friend] = ACTIONS(2624), - [anon_sym_using] = ACTIONS(2624), - [anon_sym_static_assert] = ACTIONS(2624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2624), - [anon_sym_MOZ_COLD] = ACTIONS(2624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_NONNULL] = ACTIONS(2624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), - [anon_sym_MOZ_RAII] = ACTIONS(2624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2624), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(1471), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [830] = { + [sym_identifier] = ACTIONS(2508), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2510), + [anon_sym_COMMA] = ACTIONS(2510), + [anon_sym_RPAREN] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(2510), + [anon_sym_TILDE] = ACTIONS(2510), + [anon_sym_DASH] = ACTIONS(2508), + [anon_sym_PLUS] = ACTIONS(2508), + [anon_sym_STAR] = ACTIONS(2510), + [anon_sym_SLASH] = ACTIONS(2508), + [anon_sym_PERCENT] = ACTIONS(2510), + [anon_sym_PIPE_PIPE] = ACTIONS(2510), + [anon_sym_AMP_AMP] = ACTIONS(2510), + [anon_sym_PIPE] = ACTIONS(2508), + [anon_sym_CARET] = ACTIONS(2510), + [anon_sym_AMP] = ACTIONS(2508), + [anon_sym_EQ_EQ] = ACTIONS(2510), + [anon_sym_BANG_EQ] = ACTIONS(2510), + [anon_sym_GT] = ACTIONS(2508), + [anon_sym_GT_EQ] = ACTIONS(2510), + [anon_sym_LT_EQ] = ACTIONS(2510), + [anon_sym_LT] = ACTIONS(2508), + [anon_sym_LT_LT] = ACTIONS(2510), + [anon_sym_GT_GT] = ACTIONS(2510), + [anon_sym_SEMI] = ACTIONS(2510), + [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_LBRACE] = ACTIONS(2510), + [anon_sym_RBRACE] = ACTIONS(2510), + [anon_sym_LBRACK] = ACTIONS(2508), + [anon_sym_EQ] = 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_COLON] = ACTIONS(2508), + [anon_sym_QMARK] = ACTIONS(2510), + [anon_sym_DASH_DASH] = ACTIONS(2510), + [anon_sym_PLUS_PLUS] = ACTIONS(2510), + [anon_sym_DOT] = ACTIONS(2508), + [anon_sym_DASH_GT] = ACTIONS(2510), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2508), + [anon_sym_override] = ACTIONS(2508), + [anon_sym_virtual] = ACTIONS(2508), + [anon_sym_template] = ACTIONS(2508), + [anon_sym_operator] = ACTIONS(2508), + [anon_sym_noexcept] = ACTIONS(2508), + [anon_sym_throw] = ACTIONS(2508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2508), + [anon_sym_MOZ_COLD] = ACTIONS(2508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_NONNULL] = ACTIONS(2508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_NORETURN] = ACTIONS(2508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2508), + [anon_sym_MOZ_RAII] = ACTIONS(2508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2508), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2508), }, - [880] = { - [sym_identifier] = ACTIONS(1767), - [aux_sym_preproc_def_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token2] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), - [aux_sym_preproc_else_token1] = ACTIONS(1767), - [aux_sym_preproc_elif_token1] = ACTIONS(1767), - [sym_preproc_directive] = ACTIONS(1767), - [anon_sym_LPAREN2] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1769), - [anon_sym_STAR] = ACTIONS(1769), - [anon_sym_AMP_AMP] = ACTIONS(1769), - [anon_sym_AMP] = ACTIONS(1767), - [anon_sym_typedef] = ACTIONS(1767), - [anon_sym_extern] = ACTIONS(1767), - [anon_sym___attribute__] = ACTIONS(1767), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), - [anon_sym___declspec] = ACTIONS(1767), - [anon_sym___based] = ACTIONS(1767), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_static] = ACTIONS(1767), - [anon_sym_register] = ACTIONS(1767), - [anon_sym_inline] = ACTIONS(1767), - [anon_sym_thread_local] = ACTIONS(1767), - [anon_sym_const] = ACTIONS(1767), - [anon_sym_volatile] = ACTIONS(1767), - [anon_sym_restrict] = ACTIONS(1767), - [anon_sym__Atomic] = ACTIONS(1767), - [anon_sym_mutable] = ACTIONS(1767), - [anon_sym_constexpr] = ACTIONS(1767), - [anon_sym_signed] = ACTIONS(1767), - [anon_sym_unsigned] = ACTIONS(1767), - [anon_sym_long] = ACTIONS(1767), - [anon_sym_short] = ACTIONS(1767), - [sym_primitive_type] = ACTIONS(1767), - [anon_sym_enum] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(1767), - [anon_sym_struct] = ACTIONS(1767), - [anon_sym_union] = ACTIONS(1767), + [831] = { + [sym_identifier] = ACTIONS(2476), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2478), + [anon_sym_COMMA] = ACTIONS(2478), + [anon_sym_RPAREN] = ACTIONS(2478), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_PLUS] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2478), + [anon_sym_SLASH] = ACTIONS(2476), + [anon_sym_PERCENT] = ACTIONS(2478), + [anon_sym_PIPE_PIPE] = ACTIONS(2478), + [anon_sym_AMP_AMP] = ACTIONS(2478), + [anon_sym_PIPE] = ACTIONS(2476), + [anon_sym_CARET] = ACTIONS(2478), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_EQ_EQ] = ACTIONS(2478), + [anon_sym_BANG_EQ] = ACTIONS(2478), + [anon_sym_GT] = ACTIONS(2476), + [anon_sym_GT_EQ] = ACTIONS(2478), + [anon_sym_LT_EQ] = ACTIONS(2478), + [anon_sym_LT] = ACTIONS(2476), + [anon_sym_LT_LT] = ACTIONS(2478), + [anon_sym_GT_GT] = ACTIONS(2478), + [anon_sym_SEMI] = ACTIONS(2478), + [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_LBRACE] = ACTIONS(2478), + [anon_sym_RBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_EQ] = 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_COLON] = ACTIONS(2476), + [anon_sym_QMARK] = ACTIONS(2478), + [anon_sym_DASH_DASH] = ACTIONS(2478), + [anon_sym_PLUS_PLUS] = ACTIONS(2478), + [anon_sym_DOT] = ACTIONS(2476), + [anon_sym_DASH_GT] = ACTIONS(2478), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2476), + [anon_sym_override] = ACTIONS(2476), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_operator] = ACTIONS(2476), + [anon_sym_noexcept] = ACTIONS(2476), + [anon_sym_throw] = ACTIONS(2476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2476), + [anon_sym_MOZ_COLD] = ACTIONS(2476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_NONNULL] = ACTIONS(2476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2476), + [anon_sym_MOZ_RAII] = ACTIONS(2476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2476), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2476), + }, + [832] = { + [sym_identifier] = ACTIONS(2494), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2496), + [anon_sym_COMMA] = ACTIONS(2496), + [anon_sym_RPAREN] = ACTIONS(2496), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_PLUS] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2496), + [anon_sym_SLASH] = ACTIONS(2494), + [anon_sym_PERCENT] = ACTIONS(2496), + [anon_sym_PIPE_PIPE] = ACTIONS(2496), + [anon_sym_AMP_AMP] = ACTIONS(2496), + [anon_sym_PIPE] = ACTIONS(2494), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_EQ_EQ] = ACTIONS(2496), + [anon_sym_BANG_EQ] = ACTIONS(2496), + [anon_sym_GT] = ACTIONS(2494), + [anon_sym_GT_EQ] = ACTIONS(2496), + [anon_sym_LT_EQ] = ACTIONS(2496), + [anon_sym_LT] = ACTIONS(2494), + [anon_sym_LT_LT] = ACTIONS(2496), + [anon_sym_GT_GT] = ACTIONS(2496), + [anon_sym_SEMI] = ACTIONS(2496), + [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_LBRACE] = ACTIONS(2496), + [anon_sym_RBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_EQ] = 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_COLON] = ACTIONS(2494), + [anon_sym_QMARK] = ACTIONS(2496), + [anon_sym_DASH_DASH] = ACTIONS(2496), + [anon_sym_PLUS_PLUS] = ACTIONS(2496), + [anon_sym_DOT] = ACTIONS(2494), + [anon_sym_DASH_GT] = ACTIONS(2496), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1767), - [anon_sym_virtual] = ACTIONS(1767), - [anon_sym_explicit] = ACTIONS(1767), - [anon_sym_public] = ACTIONS(1767), - [anon_sym_private] = ACTIONS(1767), - [anon_sym_protected] = ACTIONS(1767), - [sym_auto] = ACTIONS(1767), - [anon_sym_typename] = ACTIONS(1767), - [anon_sym_template] = ACTIONS(1767), - [anon_sym_operator] = ACTIONS(1767), - [anon_sym_friend] = ACTIONS(1767), - [anon_sym_using] = ACTIONS(1767), - [anon_sym_static_assert] = ACTIONS(1767), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1767), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), - [anon_sym_MOZ_COLD] = ACTIONS(1767), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_RAII] = ACTIONS(1767), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), + [anon_sym_final] = ACTIONS(2494), + [anon_sym_override] = ACTIONS(2494), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_operator] = ACTIONS(2494), + [anon_sym_noexcept] = ACTIONS(2494), + [anon_sym_throw] = ACTIONS(2494), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2494), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2494), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2494), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2494), + [anon_sym_MOZ_COLD] = ACTIONS(2494), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2494), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2494), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2494), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2494), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2494), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2494), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2494), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2494), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2494), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2494), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2494), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2494), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2494), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_NONNULL] = ACTIONS(2494), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2494), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2494), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2494), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2494), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2494), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2494), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2494), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2494), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2494), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2494), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2494), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2494), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), + [anon_sym_MOZ_RAII] = ACTIONS(2494), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2494), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2494), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2494), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2494), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2494), }, - [881] = { - [sym_identifier] = ACTIONS(1763), - [aux_sym_preproc_def_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token2] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), - [aux_sym_preproc_else_token1] = ACTIONS(1763), - [aux_sym_preproc_elif_token1] = ACTIONS(1763), - [sym_preproc_directive] = ACTIONS(1763), - [anon_sym_LPAREN2] = ACTIONS(1765), - [anon_sym_TILDE] = ACTIONS(1765), - [anon_sym_STAR] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_typedef] = ACTIONS(1763), - [anon_sym_extern] = ACTIONS(1763), - [anon_sym___attribute__] = ACTIONS(1763), - [anon_sym_COLON_COLON] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), - [anon_sym___declspec] = ACTIONS(1763), - [anon_sym___based] = ACTIONS(1763), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_register] = ACTIONS(1763), - [anon_sym_inline] = ACTIONS(1763), - [anon_sym_thread_local] = ACTIONS(1763), - [anon_sym_const] = ACTIONS(1763), - [anon_sym_volatile] = ACTIONS(1763), - [anon_sym_restrict] = ACTIONS(1763), - [anon_sym__Atomic] = ACTIONS(1763), - [anon_sym_mutable] = ACTIONS(1763), - [anon_sym_constexpr] = ACTIONS(1763), - [anon_sym_signed] = ACTIONS(1763), - [anon_sym_unsigned] = ACTIONS(1763), - [anon_sym_long] = ACTIONS(1763), - [anon_sym_short] = ACTIONS(1763), - [sym_primitive_type] = ACTIONS(1763), - [anon_sym_enum] = ACTIONS(1763), - [anon_sym_class] = ACTIONS(1763), - [anon_sym_struct] = ACTIONS(1763), - [anon_sym_union] = ACTIONS(1763), + [833] = { + [sym_identifier] = ACTIONS(2447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2449), + [anon_sym_COMMA] = ACTIONS(2449), + [anon_sym_RPAREN] = ACTIONS(2449), + [anon_sym_LPAREN2] = ACTIONS(2449), + [anon_sym_TILDE] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2447), + [anon_sym_PLUS] = ACTIONS(2447), + [anon_sym_STAR] = ACTIONS(2449), + [anon_sym_SLASH] = ACTIONS(2447), + [anon_sym_PERCENT] = ACTIONS(2449), + [anon_sym_PIPE_PIPE] = ACTIONS(2449), + [anon_sym_AMP_AMP] = ACTIONS(2449), + [anon_sym_PIPE] = ACTIONS(2447), + [anon_sym_CARET] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2447), + [anon_sym_EQ_EQ] = ACTIONS(2449), + [anon_sym_BANG_EQ] = ACTIONS(2449), + [anon_sym_GT] = ACTIONS(2447), + [anon_sym_GT_EQ] = ACTIONS(2449), + [anon_sym_LT_EQ] = ACTIONS(2449), + [anon_sym_LT] = ACTIONS(2447), + [anon_sym_LT_LT] = ACTIONS(2449), + [anon_sym_GT_GT] = ACTIONS(2449), + [anon_sym_SEMI] = ACTIONS(2449), + [anon_sym_extern] = ACTIONS(2447), + [anon_sym___attribute__] = ACTIONS(2447), + [anon_sym_COLON_COLON] = ACTIONS(2449), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2449), + [anon_sym___declspec] = ACTIONS(2447), + [anon_sym___based] = ACTIONS(2447), + [anon_sym_LBRACE] = ACTIONS(2449), + [anon_sym_RBRACE] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_EQ] = ACTIONS(2447), + [anon_sym_static] = ACTIONS(2447), + [anon_sym_register] = ACTIONS(2447), + [anon_sym_inline] = ACTIONS(2447), + [anon_sym_thread_local] = ACTIONS(2447), + [anon_sym_const] = ACTIONS(2447), + [anon_sym_volatile] = ACTIONS(2447), + [anon_sym_restrict] = ACTIONS(2447), + [anon_sym__Atomic] = ACTIONS(2447), + [anon_sym_mutable] = ACTIONS(2447), + [anon_sym_constexpr] = ACTIONS(2447), + [anon_sym_COLON] = ACTIONS(2447), + [anon_sym_QMARK] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2449), + [anon_sym_PLUS_PLUS] = ACTIONS(2449), + [anon_sym_DOT] = ACTIONS(2447), + [anon_sym_DASH_GT] = ACTIONS(2449), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2447), + [anon_sym_override] = ACTIONS(2447), + [anon_sym_virtual] = ACTIONS(2447), + [anon_sym_template] = ACTIONS(2447), + [anon_sym_operator] = ACTIONS(2447), + [anon_sym_noexcept] = ACTIONS(2447), + [anon_sym_throw] = ACTIONS(2447), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2447), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2447), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2447), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2447), + [anon_sym_MOZ_COLD] = ACTIONS(2447), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2447), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2447), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2447), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2447), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2447), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2447), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2447), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2447), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2447), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2447), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2447), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2447), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2447), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_NONNULL] = ACTIONS(2447), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2447), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2447), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2447), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2447), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2447), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2447), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2447), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2447), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2447), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2447), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2447), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2447), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2447), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2447), + [anon_sym_MOZ_RAII] = ACTIONS(2447), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2447), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2447), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2447), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2447), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2447), + }, + [834] = { + [sym_identifier] = ACTIONS(2451), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2453), + [anon_sym_COMMA] = ACTIONS(2453), + [anon_sym_RPAREN] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(2453), + [anon_sym_TILDE] = ACTIONS(2453), + [anon_sym_DASH] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2453), + [anon_sym_SLASH] = ACTIONS(2451), + [anon_sym_PERCENT] = ACTIONS(2453), + [anon_sym_PIPE_PIPE] = ACTIONS(2453), + [anon_sym_AMP_AMP] = ACTIONS(2453), + [anon_sym_PIPE] = ACTIONS(2451), + [anon_sym_CARET] = ACTIONS(2453), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_EQ_EQ] = ACTIONS(2453), + [anon_sym_BANG_EQ] = ACTIONS(2453), + [anon_sym_GT] = ACTIONS(2451), + [anon_sym_GT_EQ] = ACTIONS(2453), + [anon_sym_LT_EQ] = ACTIONS(2453), + [anon_sym_LT] = ACTIONS(2451), + [anon_sym_LT_LT] = ACTIONS(2453), + [anon_sym_GT_GT] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2453), + [anon_sym_extern] = ACTIONS(2451), + [anon_sym___attribute__] = ACTIONS(2451), + [anon_sym_COLON_COLON] = ACTIONS(2453), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), + [anon_sym___declspec] = ACTIONS(2451), + [anon_sym___based] = ACTIONS(2451), + [anon_sym_LBRACE] = ACTIONS(2453), + [anon_sym_RBRACE] = ACTIONS(2453), + [anon_sym_LBRACK] = ACTIONS(2451), + [anon_sym_EQ] = ACTIONS(2451), + [anon_sym_static] = ACTIONS(2451), + [anon_sym_register] = ACTIONS(2451), + [anon_sym_inline] = ACTIONS(2451), + [anon_sym_thread_local] = ACTIONS(2451), + [anon_sym_const] = ACTIONS(2451), + [anon_sym_volatile] = ACTIONS(2451), + [anon_sym_restrict] = ACTIONS(2451), + [anon_sym__Atomic] = ACTIONS(2451), + [anon_sym_mutable] = ACTIONS(2451), + [anon_sym_constexpr] = ACTIONS(2451), + [anon_sym_COLON] = ACTIONS(2451), + [anon_sym_QMARK] = ACTIONS(2453), + [anon_sym_DASH_DASH] = ACTIONS(2453), + [anon_sym_PLUS_PLUS] = ACTIONS(2453), + [anon_sym_DOT] = ACTIONS(2451), + [anon_sym_DASH_GT] = ACTIONS(2453), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2451), + [anon_sym_override] = ACTIONS(2451), + [anon_sym_virtual] = ACTIONS(2451), + [anon_sym_template] = ACTIONS(2451), + [anon_sym_operator] = ACTIONS(2451), + [anon_sym_noexcept] = ACTIONS(2451), + [anon_sym_throw] = ACTIONS(2451), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2451), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2451), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2451), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2451), + [anon_sym_MOZ_COLD] = ACTIONS(2451), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2451), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2451), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2451), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2451), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2451), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2451), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2451), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2451), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2451), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2451), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2451), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2451), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2451), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_NONNULL] = ACTIONS(2451), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2451), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2451), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2451), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2451), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2451), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2451), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2451), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2451), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2451), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2451), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2451), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2451), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2451), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2451), + [anon_sym_MOZ_RAII] = ACTIONS(2451), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2451), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2451), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2451), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2451), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2451), + }, + [835] = { + [sym_identifier] = ACTIONS(2488), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2490), + [anon_sym_COMMA] = ACTIONS(2490), + [anon_sym_RPAREN] = ACTIONS(2490), + [anon_sym_LPAREN2] = ACTIONS(2490), + [anon_sym_TILDE] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2488), + [anon_sym_PLUS] = ACTIONS(2488), + [anon_sym_STAR] = ACTIONS(2490), + [anon_sym_SLASH] = ACTIONS(2488), + [anon_sym_PERCENT] = ACTIONS(2490), + [anon_sym_PIPE_PIPE] = ACTIONS(2490), + [anon_sym_AMP_AMP] = ACTIONS(2490), + [anon_sym_PIPE] = ACTIONS(2488), + [anon_sym_CARET] = ACTIONS(2490), + [anon_sym_AMP] = ACTIONS(2488), + [anon_sym_EQ_EQ] = ACTIONS(2490), + [anon_sym_BANG_EQ] = ACTIONS(2490), + [anon_sym_GT] = ACTIONS(2488), + [anon_sym_GT_EQ] = ACTIONS(2490), + [anon_sym_LT_EQ] = ACTIONS(2490), + [anon_sym_LT] = ACTIONS(2488), + [anon_sym_LT_LT] = ACTIONS(2490), + [anon_sym_GT_GT] = ACTIONS(2490), + [anon_sym_SEMI] = ACTIONS(2490), + [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_LBRACE] = ACTIONS(2490), + [anon_sym_RBRACE] = ACTIONS(2490), + [anon_sym_LBRACK] = ACTIONS(2488), + [anon_sym_EQ] = 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_COLON] = ACTIONS(2488), + [anon_sym_QMARK] = ACTIONS(2490), + [anon_sym_DASH_DASH] = ACTIONS(2490), + [anon_sym_PLUS_PLUS] = ACTIONS(2490), + [anon_sym_DOT] = ACTIONS(2488), + [anon_sym_DASH_GT] = ACTIONS(2490), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2488), + [anon_sym_override] = ACTIONS(2488), + [anon_sym_virtual] = ACTIONS(2488), + [anon_sym_template] = ACTIONS(2488), + [anon_sym_operator] = ACTIONS(2488), + [anon_sym_noexcept] = ACTIONS(2488), + [anon_sym_throw] = ACTIONS(2488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2488), + [anon_sym_MOZ_COLD] = ACTIONS(2488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_NONNULL] = ACTIONS(2488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2488), + [anon_sym_MOZ_RAII] = ACTIONS(2488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2488), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2488), + }, + [836] = { + [sym__declaration_modifiers] = STATE(1221), + [sym__declaration_specifiers] = STATE(2306), + [sym_attribute_specifier] = STATE(1221), + [sym_attribute_declaration] = STATE(1221), + [sym_ms_declspec_modifier] = STATE(1221), + [sym_storage_class_specifier] = STATE(1221), + [sym_type_qualifier] = STATE(1221), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4630), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1221), + [sym_dependent_type] = STATE(1358), + [sym_optional_parameter_declaration] = STATE(4630), + [sym_variadic_parameter_declaration] = STATE(4630), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1221), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1763), - [anon_sym_virtual] = ACTIONS(1763), - [anon_sym_explicit] = ACTIONS(1763), - [anon_sym_public] = ACTIONS(1763), - [anon_sym_private] = ACTIONS(1763), - [anon_sym_protected] = ACTIONS(1763), - [sym_auto] = ACTIONS(1763), - [anon_sym_typename] = ACTIONS(1763), - [anon_sym_template] = ACTIONS(1763), - [anon_sym_operator] = ACTIONS(1763), - [anon_sym_friend] = ACTIONS(1763), - [anon_sym_using] = ACTIONS(1763), - [anon_sym_static_assert] = ACTIONS(1763), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1763), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), - [anon_sym_MOZ_COLD] = ACTIONS(1763), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_RAII] = ACTIONS(1763), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(1471), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [882] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [aux_sym_preproc_else_token1] = ACTIONS(1516), - [aux_sym_preproc_elif_token1] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [anon_sym_public] = ACTIONS(1516), - [anon_sym_private] = ACTIONS(1516), - [anon_sym_protected] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_friend] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), + [837] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [aux_sym_preproc_else_token1] = ACTIONS(1529), + [aux_sym_preproc_elif_token1] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1613), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [anon_sym_public] = ACTIONS(1529), + [anon_sym_private] = ACTIONS(1529), + [anon_sym_protected] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_friend] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), }, - [883] = { - [sym_identifier] = ACTIONS(1506), - [aux_sym_preproc_def_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token2] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), - [aux_sym_preproc_else_token1] = ACTIONS(1506), - [aux_sym_preproc_elif_token1] = ACTIONS(1506), - [sym_preproc_directive] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym___based] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [anon_sym_explicit] = ACTIONS(1506), - [anon_sym_public] = ACTIONS(1506), - [anon_sym_private] = ACTIONS(1506), - [anon_sym_protected] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_operator] = ACTIONS(1506), - [anon_sym_friend] = ACTIONS(1506), - [anon_sym_using] = ACTIONS(1506), - [anon_sym_static_assert] = ACTIONS(1506), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), + [838] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3652), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4003), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4003), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [884] = { - [sym_identifier] = ACTIONS(1799), - [aux_sym_preproc_def_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token2] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), - [aux_sym_preproc_else_token1] = ACTIONS(1799), - [aux_sym_preproc_elif_token1] = ACTIONS(1799), - [sym_preproc_directive] = ACTIONS(1799), - [anon_sym_LPAREN2] = ACTIONS(1801), - [anon_sym_TILDE] = ACTIONS(1801), - [anon_sym_STAR] = ACTIONS(1801), - [anon_sym_AMP_AMP] = ACTIONS(1801), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_typedef] = ACTIONS(1799), - [anon_sym_extern] = ACTIONS(1799), - [anon_sym___attribute__] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), - [anon_sym___declspec] = ACTIONS(1799), - [anon_sym___based] = ACTIONS(1799), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_static] = ACTIONS(1799), - [anon_sym_register] = ACTIONS(1799), - [anon_sym_inline] = ACTIONS(1799), - [anon_sym_thread_local] = ACTIONS(1799), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_volatile] = ACTIONS(1799), - [anon_sym_restrict] = ACTIONS(1799), - [anon_sym__Atomic] = ACTIONS(1799), - [anon_sym_mutable] = ACTIONS(1799), - [anon_sym_constexpr] = ACTIONS(1799), - [anon_sym_signed] = ACTIONS(1799), - [anon_sym_unsigned] = ACTIONS(1799), - [anon_sym_long] = ACTIONS(1799), - [anon_sym_short] = ACTIONS(1799), - [sym_primitive_type] = ACTIONS(1799), - [anon_sym_enum] = ACTIONS(1799), - [anon_sym_class] = ACTIONS(1799), - [anon_sym_struct] = ACTIONS(1799), - [anon_sym_union] = ACTIONS(1799), + [839] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3698), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4178), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4178), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [840] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3626), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4103), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4103), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [841] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3642), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4125), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4125), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [842] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3629), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4107), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4107), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [843] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3710), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4107), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4107), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [844] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3674), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4003), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4003), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [845] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3687), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4034), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4034), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [846] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3655), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4006), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4006), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [847] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3638), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4178), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4178), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [848] = { + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3967), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3616), + [sym_array_declarator] = STATE(3720), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym_operator_cast] = STATE(4034), + [sym__constructor_specifiers] = STATE(1318), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(4853), + [sym_template_function] = STATE(3720), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3466), + [sym_qualified_identifier] = STATE(3720), + [sym_qualified_operator_cast_identifier] = STATE(4034), + [sym_operator_name] = STATE(3720), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(2558), + [anon_sym_LPAREN2] = ACTIONS(1923), + [anon_sym_TILDE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1927), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_explicit] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(117), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [849] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(316), + [sym_attributed_statement] = STATE(316), + [sym_labeled_statement] = STATE(316), + [sym_expression_statement] = STATE(316), + [sym_if_statement] = STATE(316), + [sym_switch_statement] = STATE(316), + [sym_case_statement] = STATE(316), + [sym_while_statement] = STATE(316), + [sym_do_statement] = STATE(316), + [sym_for_statement] = STATE(316), + [sym_return_statement] = STATE(316), + [sym_break_statement] = STATE(316), + [sym_continue_statement] = STATE(316), + [sym_goto_statement] = STATE(316), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(316), + [sym_co_return_statement] = STATE(316), + [sym_co_yield_statement] = STATE(316), + [sym_throw_statement] = STATE(316), + [sym_try_statement] = STATE(316), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1799), - [anon_sym_virtual] = ACTIONS(1799), - [anon_sym_explicit] = ACTIONS(1799), - [anon_sym_public] = ACTIONS(1799), - [anon_sym_private] = ACTIONS(1799), - [anon_sym_protected] = ACTIONS(1799), - [sym_auto] = ACTIONS(1799), - [anon_sym_typename] = ACTIONS(1799), - [anon_sym_template] = ACTIONS(1799), - [anon_sym_operator] = ACTIONS(1799), - [anon_sym_friend] = ACTIONS(1799), - [anon_sym_using] = ACTIONS(1799), - [anon_sym_static_assert] = ACTIONS(1799), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1799), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), - [anon_sym_MOZ_COLD] = ACTIONS(1799), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_RAII] = ACTIONS(1799), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [885] = { - [sym_identifier] = ACTIONS(1751), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token2] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), - [aux_sym_preproc_else_token1] = ACTIONS(1751), - [aux_sym_preproc_elif_token1] = ACTIONS(1751), - [sym_preproc_directive] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1753), - [anon_sym_TILDE] = ACTIONS(1753), - [anon_sym_STAR] = ACTIONS(1753), - [anon_sym_AMP_AMP] = ACTIONS(1753), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_typedef] = ACTIONS(1751), - [anon_sym_extern] = ACTIONS(1751), - [anon_sym___attribute__] = ACTIONS(1751), - [anon_sym_COLON_COLON] = ACTIONS(1753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), - [anon_sym___declspec] = ACTIONS(1751), - [anon_sym___based] = ACTIONS(1751), - [anon_sym_LBRACK] = ACTIONS(1751), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_register] = ACTIONS(1751), - [anon_sym_inline] = ACTIONS(1751), - [anon_sym_thread_local] = ACTIONS(1751), - [anon_sym_const] = ACTIONS(1751), - [anon_sym_volatile] = ACTIONS(1751), - [anon_sym_restrict] = ACTIONS(1751), - [anon_sym__Atomic] = ACTIONS(1751), - [anon_sym_mutable] = ACTIONS(1751), - [anon_sym_constexpr] = ACTIONS(1751), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), - [sym_primitive_type] = ACTIONS(1751), - [anon_sym_enum] = ACTIONS(1751), - [anon_sym_class] = ACTIONS(1751), - [anon_sym_struct] = ACTIONS(1751), - [anon_sym_union] = ACTIONS(1751), + [850] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(114), + [sym_attributed_statement] = STATE(155), + [sym_labeled_statement] = STATE(158), + [sym_expression_statement] = STATE(162), + [sym_if_statement] = STATE(164), + [sym_switch_statement] = STATE(166), + [sym_case_statement] = STATE(167), + [sym_while_statement] = STATE(168), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(173), + [sym_return_statement] = STATE(175), + [sym_break_statement] = STATE(128), + [sym_continue_statement] = STATE(192), + [sym_goto_statement] = STATE(191), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(190), + [sym_co_return_statement] = STATE(185), + [sym_co_yield_statement] = STATE(170), + [sym_throw_statement] = STATE(169), + [sym_try_statement] = STATE(165), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1751), - [anon_sym_virtual] = ACTIONS(1751), - [anon_sym_explicit] = ACTIONS(1751), - [anon_sym_public] = ACTIONS(1751), - [anon_sym_private] = ACTIONS(1751), - [anon_sym_protected] = ACTIONS(1751), - [sym_auto] = ACTIONS(1751), - [anon_sym_typename] = ACTIONS(1751), - [anon_sym_template] = ACTIONS(1751), - [anon_sym_operator] = ACTIONS(1751), - [anon_sym_friend] = ACTIONS(1751), - [anon_sym_using] = ACTIONS(1751), - [anon_sym_static_assert] = ACTIONS(1751), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1751), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), - [anon_sym_MOZ_COLD] = ACTIONS(1751), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_RAII] = ACTIONS(1751), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [886] = { - [sym_identifier] = ACTIONS(1747), - [aux_sym_preproc_def_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token2] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), - [aux_sym_preproc_else_token1] = ACTIONS(1747), - [aux_sym_preproc_elif_token1] = ACTIONS(1747), - [sym_preproc_directive] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1749), - [anon_sym_TILDE] = ACTIONS(1749), - [anon_sym_STAR] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1747), - [anon_sym_typedef] = ACTIONS(1747), - [anon_sym_extern] = ACTIONS(1747), - [anon_sym___attribute__] = ACTIONS(1747), - [anon_sym_COLON_COLON] = ACTIONS(1749), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), - [anon_sym___declspec] = ACTIONS(1747), - [anon_sym___based] = ACTIONS(1747), - [anon_sym_LBRACK] = ACTIONS(1747), - [anon_sym_static] = ACTIONS(1747), - [anon_sym_register] = ACTIONS(1747), - [anon_sym_inline] = ACTIONS(1747), - [anon_sym_thread_local] = ACTIONS(1747), - [anon_sym_const] = ACTIONS(1747), - [anon_sym_volatile] = ACTIONS(1747), - [anon_sym_restrict] = ACTIONS(1747), - [anon_sym__Atomic] = ACTIONS(1747), - [anon_sym_mutable] = ACTIONS(1747), - [anon_sym_constexpr] = ACTIONS(1747), - [anon_sym_signed] = ACTIONS(1747), - [anon_sym_unsigned] = ACTIONS(1747), - [anon_sym_long] = ACTIONS(1747), - [anon_sym_short] = ACTIONS(1747), - [sym_primitive_type] = ACTIONS(1747), - [anon_sym_enum] = ACTIONS(1747), - [anon_sym_class] = ACTIONS(1747), - [anon_sym_struct] = ACTIONS(1747), - [anon_sym_union] = ACTIONS(1747), + [851] = { + [sym_identifier] = ACTIONS(2582), + [aux_sym_preproc_def_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token2] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2582), + [aux_sym_preproc_else_token1] = ACTIONS(2582), + [aux_sym_preproc_elif_token1] = ACTIONS(2582), + [sym_preproc_directive] = ACTIONS(2582), + [anon_sym_LPAREN2] = ACTIONS(2584), + [anon_sym_TILDE] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2584), + [anon_sym_AMP_AMP] = ACTIONS(2584), + [anon_sym_AMP] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2582), + [anon_sym_extern] = ACTIONS(2582), + [anon_sym___attribute__] = ACTIONS(2582), + [anon_sym_COLON_COLON] = ACTIONS(2584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2584), + [anon_sym___declspec] = ACTIONS(2582), + [anon_sym___based] = ACTIONS(2582), + [anon_sym_LBRACK] = ACTIONS(2582), + [anon_sym_static] = ACTIONS(2582), + [anon_sym_register] = ACTIONS(2582), + [anon_sym_inline] = ACTIONS(2582), + [anon_sym_thread_local] = ACTIONS(2582), + [anon_sym_const] = ACTIONS(2582), + [anon_sym_volatile] = ACTIONS(2582), + [anon_sym_restrict] = ACTIONS(2582), + [anon_sym__Atomic] = ACTIONS(2582), + [anon_sym_mutable] = ACTIONS(2582), + [anon_sym_constexpr] = ACTIONS(2582), + [anon_sym_signed] = ACTIONS(2582), + [anon_sym_unsigned] = ACTIONS(2582), + [anon_sym_long] = ACTIONS(2582), + [anon_sym_short] = ACTIONS(2582), + [sym_primitive_type] = ACTIONS(2582), + [anon_sym_enum] = ACTIONS(2582), + [anon_sym_class] = ACTIONS(2582), + [anon_sym_struct] = ACTIONS(2582), + [anon_sym_union] = ACTIONS(2582), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2582), + [anon_sym_virtual] = ACTIONS(2582), + [anon_sym_explicit] = ACTIONS(2582), + [anon_sym_public] = ACTIONS(2582), + [anon_sym_private] = ACTIONS(2582), + [anon_sym_protected] = ACTIONS(2582), + [sym_auto] = ACTIONS(2582), + [anon_sym_typename] = ACTIONS(2582), + [anon_sym_template] = ACTIONS(2582), + [anon_sym_operator] = ACTIONS(2582), + [anon_sym_friend] = ACTIONS(2582), + [anon_sym_using] = ACTIONS(2582), + [anon_sym_static_assert] = ACTIONS(2582), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2582), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2582), + [anon_sym_MOZ_COLD] = ACTIONS(2582), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2582), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2582), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2582), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2582), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2582), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2582), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2582), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2582), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2582), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2582), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2582), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2582), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_RAII] = ACTIONS(2582), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2582), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2582), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2582), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2582), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2582), + }, + [852] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4470), + [sym_attributed_statement] = STATE(4470), + [sym_labeled_statement] = STATE(4470), + [sym_expression_statement] = STATE(4470), + [sym_if_statement] = STATE(4470), + [sym_switch_statement] = STATE(4470), + [sym_case_statement] = STATE(4470), + [sym_while_statement] = STATE(4470), + [sym_do_statement] = STATE(4470), + [sym_for_statement] = STATE(4470), + [sym_return_statement] = STATE(4470), + [sym_break_statement] = STATE(4470), + [sym_continue_statement] = STATE(4470), + [sym_goto_statement] = STATE(4470), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4470), + [sym_co_return_statement] = STATE(4470), + [sym_co_yield_statement] = STATE(4470), + [sym_throw_statement] = STATE(4470), + [sym_try_statement] = STATE(4470), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1747), - [anon_sym_virtual] = ACTIONS(1747), - [anon_sym_explicit] = ACTIONS(1747), - [anon_sym_public] = ACTIONS(1747), - [anon_sym_private] = ACTIONS(1747), - [anon_sym_protected] = ACTIONS(1747), - [sym_auto] = ACTIONS(1747), - [anon_sym_typename] = ACTIONS(1747), - [anon_sym_template] = ACTIONS(1747), - [anon_sym_operator] = ACTIONS(1747), - [anon_sym_friend] = ACTIONS(1747), - [anon_sym_using] = ACTIONS(1747), - [anon_sym_static_assert] = ACTIONS(1747), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1747), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), - [anon_sym_MOZ_COLD] = ACTIONS(1747), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_RAII] = ACTIONS(1747), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [887] = { - [sym_identifier] = ACTIONS(1811), - [aux_sym_preproc_def_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token2] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), - [aux_sym_preproc_else_token1] = ACTIONS(1811), - [aux_sym_preproc_elif_token1] = ACTIONS(1811), - [sym_preproc_directive] = ACTIONS(1811), - [anon_sym_LPAREN2] = ACTIONS(1813), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_typedef] = ACTIONS(1811), - [anon_sym_extern] = ACTIONS(1811), - [anon_sym___attribute__] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1813), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), - [anon_sym___declspec] = ACTIONS(1811), - [anon_sym___based] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_register] = ACTIONS(1811), - [anon_sym_inline] = ACTIONS(1811), - [anon_sym_thread_local] = ACTIONS(1811), - [anon_sym_const] = ACTIONS(1811), - [anon_sym_volatile] = ACTIONS(1811), - [anon_sym_restrict] = ACTIONS(1811), - [anon_sym__Atomic] = ACTIONS(1811), - [anon_sym_mutable] = ACTIONS(1811), - [anon_sym_constexpr] = ACTIONS(1811), - [anon_sym_signed] = ACTIONS(1811), - [anon_sym_unsigned] = ACTIONS(1811), - [anon_sym_long] = ACTIONS(1811), - [anon_sym_short] = ACTIONS(1811), - [sym_primitive_type] = ACTIONS(1811), - [anon_sym_enum] = ACTIONS(1811), - [anon_sym_class] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1811), - [anon_sym_union] = ACTIONS(1811), + [853] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4481), + [sym_attributed_statement] = STATE(4481), + [sym_labeled_statement] = STATE(4481), + [sym_expression_statement] = STATE(4481), + [sym_if_statement] = STATE(4481), + [sym_switch_statement] = STATE(4481), + [sym_case_statement] = STATE(4481), + [sym_while_statement] = STATE(4481), + [sym_do_statement] = STATE(4481), + [sym_for_statement] = STATE(4481), + [sym_return_statement] = STATE(4481), + [sym_break_statement] = STATE(4481), + [sym_continue_statement] = STATE(4481), + [sym_goto_statement] = STATE(4481), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4481), + [sym_co_return_statement] = STATE(4481), + [sym_co_yield_statement] = STATE(4481), + [sym_throw_statement] = STATE(4481), + [sym_try_statement] = STATE(4481), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1811), - [anon_sym_virtual] = ACTIONS(1811), - [anon_sym_explicit] = ACTIONS(1811), - [anon_sym_public] = ACTIONS(1811), - [anon_sym_private] = ACTIONS(1811), - [anon_sym_protected] = ACTIONS(1811), - [sym_auto] = ACTIONS(1811), - [anon_sym_typename] = ACTIONS(1811), - [anon_sym_template] = ACTIONS(1811), - [anon_sym_operator] = ACTIONS(1811), - [anon_sym_friend] = ACTIONS(1811), - [anon_sym_using] = ACTIONS(1811), - [anon_sym_static_assert] = ACTIONS(1811), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1811), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), - [anon_sym_MOZ_COLD] = ACTIONS(1811), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_RAII] = ACTIONS(1811), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [888] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1549), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [anon_sym_public] = ACTIONS(1516), - [anon_sym_private] = ACTIONS(1516), - [anon_sym_protected] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_friend] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), + [854] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(501), + [sym_attributed_statement] = STATE(501), + [sym_labeled_statement] = STATE(501), + [sym_expression_statement] = STATE(501), + [sym_if_statement] = STATE(501), + [sym_switch_statement] = STATE(501), + [sym_case_statement] = STATE(501), + [sym_while_statement] = STATE(501), + [sym_do_statement] = STATE(501), + [sym_for_statement] = STATE(501), + [sym_return_statement] = STATE(501), + [sym_break_statement] = STATE(501), + [sym_continue_statement] = STATE(501), + [sym_goto_statement] = STATE(501), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(501), + [sym_co_return_statement] = STATE(501), + [sym_co_yield_statement] = STATE(501), + [sym_throw_statement] = STATE(501), + [sym_try_statement] = STATE(501), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [889] = { + [855] = { + [sym_identifier] = 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), + [aux_sym_preproc_else_token1] = ACTIONS(2624), + [aux_sym_preproc_elif_token1] = ACTIONS(2624), + [sym_preproc_directive] = ACTIONS(2624), + [anon_sym_LPAREN2] = ACTIONS(2626), + [anon_sym_TILDE] = ACTIONS(2626), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_AMP_AMP] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2624), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2624), + [anon_sym_virtual] = ACTIONS(2624), + [anon_sym_explicit] = ACTIONS(2624), + [anon_sym_public] = ACTIONS(2624), + [anon_sym_private] = ACTIONS(2624), + [anon_sym_protected] = ACTIONS(2624), + [sym_auto] = ACTIONS(2624), + [anon_sym_typename] = ACTIONS(2624), + [anon_sym_template] = ACTIONS(2624), + [anon_sym_operator] = ACTIONS(2624), + [anon_sym_friend] = ACTIONS(2624), + [anon_sym_using] = ACTIONS(2624), + [anon_sym_static_assert] = ACTIONS(2624), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2624), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2624), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2624), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2624), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2624), + [anon_sym_MOZ_COLD] = ACTIONS(2624), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2624), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2624), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2624), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2624), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2624), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2624), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2624), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2624), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2624), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2624), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2624), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2624), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2624), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_NONNULL] = ACTIONS(2624), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2624), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2624), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2624), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2624), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2624), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2624), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2624), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2624), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2624), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2624), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2624), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2624), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), + [anon_sym_MOZ_RAII] = ACTIONS(2624), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2624), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2624), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2624), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2624), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2624), + }, + [856] = { [sym_identifier] = ACTIONS(2628), [aux_sym_preproc_def_token1] = ACTIONS(2628), [aux_sym_preproc_if_token1] = ACTIONS(2628), @@ -194915,388 +191114,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2628), [anon_sym_JS_PUBLIC_API] = ACTIONS(2628), }, - [890] = { - [sym_identifier] = ACTIONS(1739), - [aux_sym_preproc_def_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token2] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), - [aux_sym_preproc_else_token1] = ACTIONS(1739), - [aux_sym_preproc_elif_token1] = ACTIONS(1739), - [sym_preproc_directive] = ACTIONS(1739), - [anon_sym_LPAREN2] = ACTIONS(1741), - [anon_sym_TILDE] = ACTIONS(1741), - [anon_sym_STAR] = ACTIONS(1741), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_AMP] = ACTIONS(1739), - [anon_sym_typedef] = ACTIONS(1739), - [anon_sym_extern] = ACTIONS(1739), - [anon_sym___attribute__] = ACTIONS(1739), - [anon_sym_COLON_COLON] = ACTIONS(1741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), - [anon_sym___declspec] = ACTIONS(1739), - [anon_sym___based] = ACTIONS(1739), - [anon_sym_LBRACK] = ACTIONS(1739), - [anon_sym_static] = ACTIONS(1739), - [anon_sym_register] = ACTIONS(1739), - [anon_sym_inline] = ACTIONS(1739), - [anon_sym_thread_local] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1739), - [anon_sym_volatile] = ACTIONS(1739), - [anon_sym_restrict] = ACTIONS(1739), - [anon_sym__Atomic] = ACTIONS(1739), - [anon_sym_mutable] = ACTIONS(1739), - [anon_sym_constexpr] = ACTIONS(1739), - [anon_sym_signed] = ACTIONS(1739), - [anon_sym_unsigned] = ACTIONS(1739), - [anon_sym_long] = ACTIONS(1739), - [anon_sym_short] = ACTIONS(1739), - [sym_primitive_type] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1739), - [anon_sym_class] = ACTIONS(1739), - [anon_sym_struct] = ACTIONS(1739), - [anon_sym_union] = ACTIONS(1739), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1739), - [anon_sym_virtual] = ACTIONS(1739), - [anon_sym_explicit] = ACTIONS(1739), - [anon_sym_public] = ACTIONS(1739), - [anon_sym_private] = ACTIONS(1739), - [anon_sym_protected] = ACTIONS(1739), - [sym_auto] = ACTIONS(1739), - [anon_sym_typename] = ACTIONS(1739), - [anon_sym_template] = ACTIONS(1739), - [anon_sym_operator] = ACTIONS(1739), - [anon_sym_friend] = ACTIONS(1739), - [anon_sym_using] = ACTIONS(1739), - [anon_sym_static_assert] = ACTIONS(1739), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1739), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), - [anon_sym_MOZ_COLD] = ACTIONS(1739), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_RAII] = ACTIONS(1739), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), - }, - [891] = { - [sym_identifier] = ACTIONS(1735), - [aux_sym_preproc_def_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token2] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), - [aux_sym_preproc_else_token1] = ACTIONS(1735), - [aux_sym_preproc_elif_token1] = ACTIONS(1735), - [sym_preproc_directive] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_TILDE] = ACTIONS(1737), - [anon_sym_STAR] = ACTIONS(1737), - [anon_sym_AMP_AMP] = ACTIONS(1737), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym___declspec] = ACTIONS(1735), - [anon_sym___based] = ACTIONS(1735), - [anon_sym_LBRACK] = ACTIONS(1735), - [anon_sym_static] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_inline] = ACTIONS(1735), - [anon_sym_thread_local] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [anon_sym_volatile] = ACTIONS(1735), - [anon_sym_restrict] = ACTIONS(1735), - [anon_sym__Atomic] = ACTIONS(1735), - [anon_sym_mutable] = ACTIONS(1735), - [anon_sym_constexpr] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1735), - [anon_sym_unsigned] = ACTIONS(1735), - [anon_sym_long] = ACTIONS(1735), - [anon_sym_short] = ACTIONS(1735), - [sym_primitive_type] = ACTIONS(1735), - [anon_sym_enum] = ACTIONS(1735), - [anon_sym_class] = ACTIONS(1735), - [anon_sym_struct] = ACTIONS(1735), - [anon_sym_union] = ACTIONS(1735), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1735), - [anon_sym_virtual] = ACTIONS(1735), - [anon_sym_explicit] = ACTIONS(1735), - [anon_sym_public] = ACTIONS(1735), - [anon_sym_private] = ACTIONS(1735), - [anon_sym_protected] = ACTIONS(1735), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_template] = ACTIONS(1735), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_friend] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1735), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), - [anon_sym_MOZ_COLD] = ACTIONS(1735), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_RAII] = ACTIONS(1735), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), - }, - [892] = { - [sym_identifier] = ACTIONS(1743), - [aux_sym_preproc_def_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token2] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [aux_sym_preproc_else_token1] = ACTIONS(1743), - [aux_sym_preproc_elif_token1] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1743), - [anon_sym_LPAREN2] = ACTIONS(1745), - [anon_sym_TILDE] = ACTIONS(1745), - [anon_sym_STAR] = ACTIONS(1745), - [anon_sym_AMP_AMP] = ACTIONS(1745), - [anon_sym_AMP] = ACTIONS(1743), - [anon_sym_typedef] = ACTIONS(1743), - [anon_sym_extern] = ACTIONS(1743), - [anon_sym___attribute__] = ACTIONS(1743), - [anon_sym_COLON_COLON] = ACTIONS(1745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), - [anon_sym___declspec] = ACTIONS(1743), - [anon_sym___based] = ACTIONS(1743), - [anon_sym_LBRACK] = ACTIONS(1743), - [anon_sym_static] = ACTIONS(1743), - [anon_sym_register] = ACTIONS(1743), - [anon_sym_inline] = ACTIONS(1743), - [anon_sym_thread_local] = ACTIONS(1743), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_volatile] = ACTIONS(1743), - [anon_sym_restrict] = ACTIONS(1743), - [anon_sym__Atomic] = ACTIONS(1743), - [anon_sym_mutable] = ACTIONS(1743), - [anon_sym_constexpr] = ACTIONS(1743), - [anon_sym_signed] = ACTIONS(1743), - [anon_sym_unsigned] = ACTIONS(1743), - [anon_sym_long] = ACTIONS(1743), - [anon_sym_short] = ACTIONS(1743), - [sym_primitive_type] = ACTIONS(1743), - [anon_sym_enum] = ACTIONS(1743), - [anon_sym_class] = ACTIONS(1743), - [anon_sym_struct] = ACTIONS(1743), - [anon_sym_union] = ACTIONS(1743), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1743), - [anon_sym_virtual] = ACTIONS(1743), - [anon_sym_explicit] = ACTIONS(1743), - [anon_sym_public] = ACTIONS(1743), - [anon_sym_private] = ACTIONS(1743), - [anon_sym_protected] = ACTIONS(1743), - [sym_auto] = ACTIONS(1743), - [anon_sym_typename] = ACTIONS(1743), - [anon_sym_template] = ACTIONS(1743), - [anon_sym_operator] = ACTIONS(1743), - [anon_sym_friend] = ACTIONS(1743), - [anon_sym_using] = ACTIONS(1743), - [anon_sym_static_assert] = ACTIONS(1743), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1743), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), - [anon_sym_MOZ_COLD] = ACTIONS(1743), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_RAII] = ACTIONS(1743), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), - }, - [893] = { + [857] = { [sym_identifier] = ACTIONS(2632), [aux_sym_preproc_def_token1] = ACTIONS(2632), [aux_sym_preproc_if_token1] = ACTIONS(2632), @@ -195404,3255 +191222,3764 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2632), [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2632), [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), - [anon_sym_MOZ_RAII] = ACTIONS(2632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2632), - }, - [894] = { - [sym_identifier] = ACTIONS(1779), - [aux_sym_preproc_def_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token2] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), - [aux_sym_preproc_else_token1] = ACTIONS(1779), - [aux_sym_preproc_elif_token1] = ACTIONS(1779), - [sym_preproc_directive] = ACTIONS(1779), - [anon_sym_LPAREN2] = ACTIONS(1781), - [anon_sym_TILDE] = ACTIONS(1781), - [anon_sym_STAR] = ACTIONS(1781), - [anon_sym_AMP_AMP] = ACTIONS(1781), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_typedef] = ACTIONS(1779), - [anon_sym_extern] = ACTIONS(1779), - [anon_sym___attribute__] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1781), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), - [anon_sym___declspec] = ACTIONS(1779), - [anon_sym___based] = ACTIONS(1779), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_static] = ACTIONS(1779), - [anon_sym_register] = ACTIONS(1779), - [anon_sym_inline] = ACTIONS(1779), - [anon_sym_thread_local] = ACTIONS(1779), - [anon_sym_const] = ACTIONS(1779), - [anon_sym_volatile] = ACTIONS(1779), - [anon_sym_restrict] = ACTIONS(1779), - [anon_sym__Atomic] = ACTIONS(1779), - [anon_sym_mutable] = ACTIONS(1779), - [anon_sym_constexpr] = ACTIONS(1779), - [anon_sym_signed] = ACTIONS(1779), - [anon_sym_unsigned] = ACTIONS(1779), - [anon_sym_long] = ACTIONS(1779), - [anon_sym_short] = ACTIONS(1779), - [sym_primitive_type] = ACTIONS(1779), - [anon_sym_enum] = ACTIONS(1779), - [anon_sym_class] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1779), - [anon_sym_union] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2632), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2632), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2632), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2632), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2632), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), + [anon_sym_MOZ_RAII] = ACTIONS(2632), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2632), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2632), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2632), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2632), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2632), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2632), + }, + [858] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(5183), + [sym_attributed_statement] = STATE(5183), + [sym_labeled_statement] = STATE(5183), + [sym_expression_statement] = STATE(5183), + [sym_if_statement] = STATE(5183), + [sym_switch_statement] = STATE(5183), + [sym_case_statement] = STATE(5183), + [sym_while_statement] = STATE(5183), + [sym_do_statement] = STATE(5183), + [sym_for_statement] = STATE(5183), + [sym_return_statement] = STATE(5183), + [sym_break_statement] = STATE(5183), + [sym_continue_statement] = STATE(5183), + [sym_goto_statement] = STATE(5183), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(5183), + [sym_co_return_statement] = STATE(5183), + [sym_co_yield_statement] = STATE(5183), + [sym_throw_statement] = STATE(5183), + [sym_try_statement] = STATE(5183), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1779), - [anon_sym_virtual] = ACTIONS(1779), - [anon_sym_explicit] = ACTIONS(1779), - [anon_sym_public] = ACTIONS(1779), - [anon_sym_private] = ACTIONS(1779), - [anon_sym_protected] = ACTIONS(1779), - [sym_auto] = ACTIONS(1779), - [anon_sym_typename] = ACTIONS(1779), - [anon_sym_template] = ACTIONS(1779), - [anon_sym_operator] = ACTIONS(1779), - [anon_sym_friend] = ACTIONS(1779), - [anon_sym_using] = ACTIONS(1779), - [anon_sym_static_assert] = ACTIONS(1779), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1779), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), - [anon_sym_MOZ_COLD] = ACTIONS(1779), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_RAII] = ACTIONS(1779), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [895] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2636), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_explicit] = ACTIONS(2636), - [anon_sym_public] = ACTIONS(2636), - [anon_sym_private] = ACTIONS(2636), - [anon_sym_protected] = ACTIONS(2636), - [sym_auto] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_operator] = ACTIONS(2636), - [anon_sym_friend] = ACTIONS(2636), - [anon_sym_using] = ACTIONS(2636), - [anon_sym_static_assert] = ACTIONS(2636), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2636), - [anon_sym_MOZ_COLD] = ACTIONS(2636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_NONNULL] = ACTIONS(2636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2636), - [anon_sym_MOZ_RAII] = ACTIONS(2636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2636), + [859] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(490), + [sym_attributed_statement] = STATE(490), + [sym_labeled_statement] = STATE(490), + [sym_expression_statement] = STATE(490), + [sym_if_statement] = STATE(490), + [sym_switch_statement] = STATE(490), + [sym_case_statement] = STATE(490), + [sym_while_statement] = STATE(490), + [sym_do_statement] = STATE(490), + [sym_for_statement] = STATE(490), + [sym_return_statement] = STATE(490), + [sym_break_statement] = STATE(490), + [sym_continue_statement] = STATE(490), + [sym_goto_statement] = STATE(490), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(490), + [sym_co_return_statement] = STATE(490), + [sym_co_yield_statement] = STATE(490), + [sym_throw_statement] = STATE(490), + [sym_try_statement] = STATE(490), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [896] = { - [sym_identifier] = ACTIONS(1787), - [aux_sym_preproc_def_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token2] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), - [aux_sym_preproc_else_token1] = ACTIONS(1787), - [aux_sym_preproc_elif_token1] = ACTIONS(1787), - [sym_preproc_directive] = ACTIONS(1787), - [anon_sym_LPAREN2] = ACTIONS(1789), - [anon_sym_TILDE] = ACTIONS(1789), - [anon_sym_STAR] = ACTIONS(1789), - [anon_sym_AMP_AMP] = ACTIONS(1789), - [anon_sym_AMP] = ACTIONS(1787), - [anon_sym_typedef] = ACTIONS(1787), - [anon_sym_extern] = ACTIONS(1787), - [anon_sym___attribute__] = ACTIONS(1787), - [anon_sym_COLON_COLON] = ACTIONS(1789), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), - [anon_sym___declspec] = ACTIONS(1787), - [anon_sym___based] = ACTIONS(1787), - [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_static] = ACTIONS(1787), - [anon_sym_register] = ACTIONS(1787), - [anon_sym_inline] = ACTIONS(1787), - [anon_sym_thread_local] = ACTIONS(1787), - [anon_sym_const] = ACTIONS(1787), - [anon_sym_volatile] = ACTIONS(1787), - [anon_sym_restrict] = ACTIONS(1787), - [anon_sym__Atomic] = ACTIONS(1787), - [anon_sym_mutable] = ACTIONS(1787), - [anon_sym_constexpr] = ACTIONS(1787), - [anon_sym_signed] = ACTIONS(1787), - [anon_sym_unsigned] = ACTIONS(1787), - [anon_sym_long] = ACTIONS(1787), - [anon_sym_short] = ACTIONS(1787), - [sym_primitive_type] = ACTIONS(1787), - [anon_sym_enum] = ACTIONS(1787), - [anon_sym_class] = ACTIONS(1787), - [anon_sym_struct] = ACTIONS(1787), - [anon_sym_union] = ACTIONS(1787), + [860] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4474), + [sym_attributed_statement] = STATE(4474), + [sym_labeled_statement] = STATE(4474), + [sym_expression_statement] = STATE(4474), + [sym_if_statement] = STATE(4474), + [sym_switch_statement] = STATE(4474), + [sym_case_statement] = STATE(4474), + [sym_while_statement] = STATE(4474), + [sym_do_statement] = STATE(4474), + [sym_for_statement] = STATE(4474), + [sym_return_statement] = STATE(4474), + [sym_break_statement] = STATE(4474), + [sym_continue_statement] = STATE(4474), + [sym_goto_statement] = STATE(4474), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4474), + [sym_co_return_statement] = STATE(4474), + [sym_co_yield_statement] = STATE(4474), + [sym_throw_statement] = STATE(4474), + [sym_try_statement] = STATE(4474), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1787), - [anon_sym_virtual] = ACTIONS(1787), - [anon_sym_explicit] = ACTIONS(1787), - [anon_sym_public] = ACTIONS(1787), - [anon_sym_private] = ACTIONS(1787), - [anon_sym_protected] = ACTIONS(1787), - [sym_auto] = ACTIONS(1787), - [anon_sym_typename] = ACTIONS(1787), - [anon_sym_template] = ACTIONS(1787), - [anon_sym_operator] = ACTIONS(1787), - [anon_sym_friend] = ACTIONS(1787), - [anon_sym_using] = ACTIONS(1787), - [anon_sym_static_assert] = ACTIONS(1787), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1787), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), - [anon_sym_MOZ_COLD] = ACTIONS(1787), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_RAII] = ACTIONS(1787), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [897] = { - [sym_identifier] = 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), + [861] = { + [sym_attribute_declaration] = STATE(861), + [sym_compound_statement] = STATE(174), + [sym_attributed_statement] = STATE(174), + [sym_labeled_statement] = STATE(174), + [sym_expression_statement] = STATE(174), + [sym_if_statement] = STATE(174), + [sym_switch_statement] = STATE(174), + [sym_case_statement] = STATE(174), + [sym_while_statement] = STATE(174), + [sym_do_statement] = STATE(174), + [sym_for_statement] = STATE(174), + [sym_return_statement] = STATE(174), + [sym_break_statement] = STATE(174), + [sym_continue_statement] = STATE(174), + [sym_goto_statement] = STATE(174), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(174), + [sym_co_return_statement] = STATE(174), + [sym_co_yield_statement] = STATE(174), + [sym_throw_statement] = STATE(174), + [sym_try_statement] = STATE(174), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(861), + [sym_identifier] = ACTIONS(2636), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2642), [anon_sym_TILDE] = ACTIONS(2642), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP_AMP] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2640), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_explicit] = ACTIONS(2640), - [anon_sym_public] = ACTIONS(2640), - [anon_sym_private] = ACTIONS(2640), - [anon_sym_protected] = ACTIONS(2640), - [sym_auto] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_operator] = ACTIONS(2640), - [anon_sym_friend] = ACTIONS(2640), - [anon_sym_using] = ACTIONS(2640), - [anon_sym_static_assert] = ACTIONS(2640), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2640), - [anon_sym_MOZ_COLD] = ACTIONS(2640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_NONNULL] = ACTIONS(2640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2640), - [anon_sym_MOZ_RAII] = ACTIONS(2640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2640), - }, - [898] = { - [sym_identifier] = 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), - [aux_sym_preproc_else_token1] = ACTIONS(2644), - [aux_sym_preproc_elif_token1] = ACTIONS(2644), - [sym_preproc_directive] = ACTIONS(2644), - [anon_sym_LPAREN2] = ACTIONS(2646), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2646), - [anon_sym_AMP_AMP] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2644), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2644), - [anon_sym_virtual] = ACTIONS(2644), - [anon_sym_explicit] = ACTIONS(2644), - [anon_sym_public] = ACTIONS(2644), - [anon_sym_private] = ACTIONS(2644), - [anon_sym_protected] = ACTIONS(2644), - [sym_auto] = ACTIONS(2644), - [anon_sym_typename] = ACTIONS(2644), - [anon_sym_template] = ACTIONS(2644), - [anon_sym_operator] = ACTIONS(2644), - [anon_sym_friend] = ACTIONS(2644), - [anon_sym_using] = ACTIONS(2644), - [anon_sym_static_assert] = ACTIONS(2644), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2644), - [anon_sym_MOZ_COLD] = ACTIONS(2644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_NONNULL] = ACTIONS(2644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2644), - [anon_sym_MOZ_RAII] = ACTIONS(2644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2644), - }, - [899] = { - [sym_identifier] = 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), - [aux_sym_preproc_else_token1] = ACTIONS(2648), - [aux_sym_preproc_elif_token1] = ACTIONS(2648), - [sym_preproc_directive] = ACTIONS(2648), - [anon_sym_LPAREN2] = ACTIONS(2650), - [anon_sym_TILDE] = ACTIONS(2650), - [anon_sym_STAR] = ACTIONS(2650), - [anon_sym_AMP_AMP] = ACTIONS(2650), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2648), [anon_sym_AMP] = ACTIONS(2648), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2648), - [anon_sym_virtual] = ACTIONS(2648), - [anon_sym_explicit] = ACTIONS(2648), - [anon_sym_public] = ACTIONS(2648), - [anon_sym_private] = ACTIONS(2648), - [anon_sym_protected] = ACTIONS(2648), - [sym_auto] = ACTIONS(2648), - [anon_sym_typename] = ACTIONS(2648), - [anon_sym_template] = ACTIONS(2648), - [anon_sym_operator] = ACTIONS(2648), - [anon_sym_friend] = ACTIONS(2648), - [anon_sym_using] = ACTIONS(2648), - [anon_sym_static_assert] = ACTIONS(2648), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2648), - [anon_sym_MOZ_COLD] = ACTIONS(2648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_NONNULL] = ACTIONS(2648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2648), - [anon_sym_MOZ_RAII] = ACTIONS(2648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2648), - }, - [900] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2654), - [anon_sym_AMP_AMP] = ACTIONS(2654), - [anon_sym_AMP] = ACTIONS(2652), - [anon_sym_typedef] = ACTIONS(2652), - [anon_sym_extern] = ACTIONS(2652), - [anon_sym___attribute__] = ACTIONS(2652), + [anon_sym_SEMI] = ACTIONS(2651), [anon_sym_COLON_COLON] = ACTIONS(2654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2654), - [anon_sym___declspec] = ACTIONS(2652), - [anon_sym___based] = ACTIONS(2652), - [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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2652), - [anon_sym_virtual] = ACTIONS(2652), - [anon_sym_explicit] = ACTIONS(2652), - [anon_sym_public] = ACTIONS(2652), - [anon_sym_private] = ACTIONS(2652), - [anon_sym_protected] = ACTIONS(2652), - [sym_auto] = ACTIONS(2652), - [anon_sym_typename] = ACTIONS(2652), - [anon_sym_template] = ACTIONS(2652), - [anon_sym_operator] = ACTIONS(2652), - [anon_sym_friend] = ACTIONS(2652), - [anon_sym_using] = ACTIONS(2652), - [anon_sym_static_assert] = ACTIONS(2652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2652), - [anon_sym_MOZ_COLD] = ACTIONS(2652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_RAII] = ACTIONS(2652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2660), + [anon_sym_LBRACK] = ACTIONS(2663), + [sym_primitive_type] = ACTIONS(2666), + [anon_sym_if] = ACTIONS(2669), + [anon_sym_switch] = ACTIONS(2672), + [anon_sym_case] = ACTIONS(2675), + [anon_sym_default] = ACTIONS(2678), + [anon_sym_while] = ACTIONS(2681), + [anon_sym_do] = ACTIONS(2684), + [anon_sym_for] = ACTIONS(2687), + [anon_sym_return] = ACTIONS(2690), + [anon_sym_break] = ACTIONS(2693), + [anon_sym_continue] = ACTIONS(2696), + [anon_sym_goto] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2705), + [sym_number_literal] = ACTIONS(2708), + [anon_sym_L_SQUOTE] = ACTIONS(2711), + [anon_sym_u_SQUOTE] = ACTIONS(2711), + [anon_sym_U_SQUOTE] = ACTIONS(2711), + [anon_sym_u8_SQUOTE] = ACTIONS(2711), + [anon_sym_SQUOTE] = ACTIONS(2711), + [anon_sym_L_DQUOTE] = ACTIONS(2714), + [anon_sym_u_DQUOTE] = ACTIONS(2714), + [anon_sym_U_DQUOTE] = ACTIONS(2714), + [anon_sym_u8_DQUOTE] = ACTIONS(2714), + [anon_sym_DQUOTE] = ACTIONS(2714), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_null] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2723), + [anon_sym_throw] = ACTIONS(2726), + [anon_sym_co_return] = ACTIONS(2729), + [anon_sym_co_yield] = ACTIONS(2732), + [anon_sym_try] = ACTIONS(2735), + [anon_sym_co_await] = ACTIONS(2738), + [anon_sym_new] = ACTIONS(2741), + [sym_this] = ACTIONS(2717), + [sym_nullptr] = ACTIONS(2717), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_FORWARD] = ACTIONS(2744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_PS_GET] = ACTIONS(2744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2744), + [sym_raw_string_literal] = ACTIONS(2747), }, - [901] = { - [sym_identifier] = ACTIONS(1791), - [aux_sym_preproc_def_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token2] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), - [aux_sym_preproc_else_token1] = ACTIONS(1791), - [aux_sym_preproc_elif_token1] = ACTIONS(1791), - [sym_preproc_directive] = ACTIONS(1791), - [anon_sym_LPAREN2] = ACTIONS(1793), - [anon_sym_TILDE] = ACTIONS(1793), - [anon_sym_STAR] = ACTIONS(1793), - [anon_sym_AMP_AMP] = ACTIONS(1793), - [anon_sym_AMP] = ACTIONS(1791), - [anon_sym_typedef] = ACTIONS(1791), - [anon_sym_extern] = ACTIONS(1791), - [anon_sym___attribute__] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), - [anon_sym___declspec] = ACTIONS(1791), - [anon_sym___based] = ACTIONS(1791), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_static] = ACTIONS(1791), - [anon_sym_register] = ACTIONS(1791), - [anon_sym_inline] = ACTIONS(1791), - [anon_sym_thread_local] = ACTIONS(1791), - [anon_sym_const] = ACTIONS(1791), - [anon_sym_volatile] = ACTIONS(1791), - [anon_sym_restrict] = ACTIONS(1791), - [anon_sym__Atomic] = ACTIONS(1791), - [anon_sym_mutable] = ACTIONS(1791), - [anon_sym_constexpr] = ACTIONS(1791), - [anon_sym_signed] = ACTIONS(1791), - [anon_sym_unsigned] = ACTIONS(1791), - [anon_sym_long] = ACTIONS(1791), - [anon_sym_short] = ACTIONS(1791), - [sym_primitive_type] = ACTIONS(1791), - [anon_sym_enum] = ACTIONS(1791), - [anon_sym_class] = ACTIONS(1791), - [anon_sym_struct] = ACTIONS(1791), - [anon_sym_union] = ACTIONS(1791), + [862] = { + [sym_identifier] = 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_TILDE] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2752), + [anon_sym_AMP_AMP] = ACTIONS(2752), + [anon_sym_AMP] = ACTIONS(2750), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2750), + [anon_sym_virtual] = ACTIONS(2750), + [anon_sym_explicit] = ACTIONS(2750), + [anon_sym_public] = ACTIONS(2750), + [anon_sym_private] = ACTIONS(2750), + [anon_sym_protected] = ACTIONS(2750), + [sym_auto] = ACTIONS(2750), + [anon_sym_typename] = ACTIONS(2750), + [anon_sym_template] = ACTIONS(2750), + [anon_sym_operator] = ACTIONS(2750), + [anon_sym_friend] = ACTIONS(2750), + [anon_sym_using] = ACTIONS(2750), + [anon_sym_static_assert] = ACTIONS(2750), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2750), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2750), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2750), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2750), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2750), + [anon_sym_MOZ_COLD] = ACTIONS(2750), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2750), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2750), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2750), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2750), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2750), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2750), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2750), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2750), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2750), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2750), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2750), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2750), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2750), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_NONNULL] = ACTIONS(2750), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2750), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2750), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2750), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2750), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2750), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2750), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2750), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2750), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2750), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2750), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2750), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2750), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2750), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2750), + [anon_sym_MOZ_RAII] = ACTIONS(2750), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2750), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2750), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2750), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2750), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2750), + }, + [863] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(482), + [sym_attributed_statement] = STATE(482), + [sym_labeled_statement] = STATE(482), + [sym_expression_statement] = STATE(482), + [sym_if_statement] = STATE(482), + [sym_switch_statement] = STATE(482), + [sym_case_statement] = STATE(482), + [sym_while_statement] = STATE(482), + [sym_do_statement] = STATE(482), + [sym_for_statement] = STATE(482), + [sym_return_statement] = STATE(482), + [sym_break_statement] = STATE(482), + [sym_continue_statement] = STATE(482), + [sym_goto_statement] = STATE(482), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(482), + [sym_co_return_statement] = STATE(482), + [sym_co_yield_statement] = STATE(482), + [sym_throw_statement] = STATE(482), + [sym_try_statement] = STATE(482), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1791), - [anon_sym_virtual] = ACTIONS(1791), - [anon_sym_explicit] = ACTIONS(1791), - [anon_sym_public] = ACTIONS(1791), - [anon_sym_private] = ACTIONS(1791), - [anon_sym_protected] = ACTIONS(1791), - [sym_auto] = ACTIONS(1791), - [anon_sym_typename] = ACTIONS(1791), - [anon_sym_template] = ACTIONS(1791), - [anon_sym_operator] = ACTIONS(1791), - [anon_sym_friend] = ACTIONS(1791), - [anon_sym_using] = ACTIONS(1791), - [anon_sym_static_assert] = ACTIONS(1791), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1791), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), - [anon_sym_MOZ_COLD] = ACTIONS(1791), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_RAII] = ACTIONS(1791), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [902] = { - [sym_identifier] = ACTIONS(1835), - [aux_sym_preproc_def_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token2] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), - [aux_sym_preproc_else_token1] = ACTIONS(1835), - [aux_sym_preproc_elif_token1] = ACTIONS(1835), - [sym_preproc_directive] = ACTIONS(1835), - [anon_sym_LPAREN2] = ACTIONS(1837), - [anon_sym_TILDE] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym_typedef] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_COLON_COLON] = ACTIONS(1837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym_mutable] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_signed] = ACTIONS(1835), - [anon_sym_unsigned] = ACTIONS(1835), - [anon_sym_long] = ACTIONS(1835), - [anon_sym_short] = ACTIONS(1835), - [sym_primitive_type] = ACTIONS(1835), - [anon_sym_enum] = ACTIONS(1835), - [anon_sym_class] = ACTIONS(1835), - [anon_sym_struct] = ACTIONS(1835), - [anon_sym_union] = ACTIONS(1835), + [864] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(303), + [sym_attributed_statement] = STATE(303), + [sym_labeled_statement] = STATE(303), + [sym_expression_statement] = STATE(303), + [sym_if_statement] = STATE(303), + [sym_switch_statement] = STATE(303), + [sym_case_statement] = STATE(303), + [sym_while_statement] = STATE(303), + [sym_do_statement] = STATE(303), + [sym_for_statement] = STATE(303), + [sym_return_statement] = STATE(303), + [sym_break_statement] = STATE(303), + [sym_continue_statement] = STATE(303), + [sym_goto_statement] = STATE(303), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(303), + [sym_co_return_statement] = STATE(303), + [sym_co_yield_statement] = STATE(303), + [sym_throw_statement] = STATE(303), + [sym_try_statement] = STATE(303), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1835), - [anon_sym_virtual] = ACTIONS(1835), - [anon_sym_explicit] = ACTIONS(1835), - [anon_sym_public] = ACTIONS(1835), - [anon_sym_private] = ACTIONS(1835), - [anon_sym_protected] = ACTIONS(1835), - [sym_auto] = ACTIONS(1835), - [anon_sym_typename] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1835), - [anon_sym_operator] = ACTIONS(1835), - [anon_sym_friend] = ACTIONS(1835), - [anon_sym_using] = ACTIONS(1835), - [anon_sym_static_assert] = ACTIONS(1835), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1835), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), - [anon_sym_MOZ_COLD] = ACTIONS(1835), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_RAII] = ACTIONS(1835), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [903] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2654), - [anon_sym_AMP_AMP] = ACTIONS(2654), - [anon_sym_AMP] = ACTIONS(2652), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2652), - [anon_sym_virtual] = ACTIONS(2652), - [anon_sym_explicit] = ACTIONS(2652), - [anon_sym_public] = ACTIONS(2652), - [anon_sym_private] = ACTIONS(2652), - [anon_sym_protected] = ACTIONS(2652), - [sym_auto] = ACTIONS(2652), - [anon_sym_typename] = ACTIONS(2652), - [anon_sym_template] = ACTIONS(2652), - [anon_sym_operator] = ACTIONS(2652), - [anon_sym_friend] = ACTIONS(2652), - [anon_sym_using] = ACTIONS(2652), - [anon_sym_static_assert] = ACTIONS(2652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2652), - [anon_sym_MOZ_COLD] = ACTIONS(2652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_RAII] = ACTIONS(2652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2652), + [865] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(310), + [sym_attributed_statement] = STATE(310), + [sym_labeled_statement] = STATE(310), + [sym_expression_statement] = STATE(310), + [sym_if_statement] = STATE(310), + [sym_switch_statement] = STATE(310), + [sym_case_statement] = STATE(310), + [sym_while_statement] = STATE(310), + [sym_do_statement] = STATE(310), + [sym_for_statement] = STATE(310), + [sym_return_statement] = STATE(310), + [sym_break_statement] = STATE(310), + [sym_continue_statement] = STATE(310), + [sym_goto_statement] = STATE(310), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(310), + [sym_co_return_statement] = STATE(310), + [sym_co_yield_statement] = STATE(310), + [sym_throw_statement] = STATE(310), + [sym_try_statement] = STATE(310), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [904] = { - [sym_identifier] = ACTIONS(1839), - [aux_sym_preproc_def_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token2] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), - [aux_sym_preproc_else_token1] = ACTIONS(1839), - [aux_sym_preproc_elif_token1] = ACTIONS(1839), - [sym_preproc_directive] = ACTIONS(1839), - [anon_sym_LPAREN2] = ACTIONS(1841), - [anon_sym_TILDE] = ACTIONS(1841), - [anon_sym_STAR] = ACTIONS(1841), - [anon_sym_AMP_AMP] = ACTIONS(1841), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_typedef] = ACTIONS(1839), - [anon_sym_extern] = ACTIONS(1839), - [anon_sym___attribute__] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), - [anon_sym___declspec] = ACTIONS(1839), - [anon_sym___based] = ACTIONS(1839), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_register] = ACTIONS(1839), - [anon_sym_inline] = ACTIONS(1839), - [anon_sym_thread_local] = ACTIONS(1839), - [anon_sym_const] = ACTIONS(1839), - [anon_sym_volatile] = ACTIONS(1839), - [anon_sym_restrict] = ACTIONS(1839), - [anon_sym__Atomic] = ACTIONS(1839), - [anon_sym_mutable] = ACTIONS(1839), - [anon_sym_constexpr] = ACTIONS(1839), - [anon_sym_signed] = ACTIONS(1839), - [anon_sym_unsigned] = ACTIONS(1839), - [anon_sym_long] = ACTIONS(1839), - [anon_sym_short] = ACTIONS(1839), - [sym_primitive_type] = ACTIONS(1839), - [anon_sym_enum] = ACTIONS(1839), - [anon_sym_class] = ACTIONS(1839), - [anon_sym_struct] = ACTIONS(1839), - [anon_sym_union] = ACTIONS(1839), + [866] = { + [sym_attribute_declaration] = STATE(982), + [sym_compound_statement] = STATE(4456), + [sym_attributed_statement] = STATE(4456), + [sym_labeled_statement] = STATE(4456), + [sym_expression_statement] = STATE(4456), + [sym_if_statement] = STATE(4456), + [sym_switch_statement] = STATE(4456), + [sym_case_statement] = STATE(4456), + [sym_while_statement] = STATE(4456), + [sym_do_statement] = STATE(4456), + [sym_for_statement] = STATE(4456), + [sym_return_statement] = STATE(4456), + [sym_break_statement] = STATE(4456), + [sym_continue_statement] = STATE(4456), + [sym_goto_statement] = STATE(4456), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4456), + [sym_co_return_statement] = STATE(4456), + [sym_co_yield_statement] = STATE(4456), + [sym_throw_statement] = STATE(4456), + [sym_try_statement] = STATE(4456), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(982), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [867] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(322), + [sym_attributed_statement] = STATE(322), + [sym_labeled_statement] = STATE(322), + [sym_expression_statement] = STATE(322), + [sym_if_statement] = STATE(322), + [sym_switch_statement] = STATE(322), + [sym_case_statement] = STATE(322), + [sym_while_statement] = STATE(322), + [sym_do_statement] = STATE(322), + [sym_for_statement] = STATE(322), + [sym_return_statement] = STATE(322), + [sym_break_statement] = STATE(322), + [sym_continue_statement] = STATE(322), + [sym_goto_statement] = STATE(322), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(322), + [sym_co_return_statement] = STATE(322), + [sym_co_yield_statement] = STATE(322), + [sym_throw_statement] = STATE(322), + [sym_try_statement] = STATE(322), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [868] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(5159), + [sym_attributed_statement] = STATE(5159), + [sym_labeled_statement] = STATE(5159), + [sym_expression_statement] = STATE(5159), + [sym_if_statement] = STATE(5159), + [sym_switch_statement] = STATE(5159), + [sym_case_statement] = STATE(5159), + [sym_while_statement] = STATE(5159), + [sym_do_statement] = STATE(5159), + [sym_for_statement] = STATE(5159), + [sym_return_statement] = STATE(5159), + [sym_break_statement] = STATE(5159), + [sym_continue_statement] = STATE(5159), + [sym_goto_statement] = STATE(5159), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(5159), + [sym_co_return_statement] = STATE(5159), + [sym_co_yield_statement] = STATE(5159), + [sym_throw_statement] = STATE(5159), + [sym_try_statement] = STATE(5159), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1839), - [anon_sym_virtual] = ACTIONS(1839), - [anon_sym_explicit] = ACTIONS(1839), - [anon_sym_public] = ACTIONS(1839), - [anon_sym_private] = ACTIONS(1839), - [anon_sym_protected] = ACTIONS(1839), - [sym_auto] = ACTIONS(1839), - [anon_sym_typename] = ACTIONS(1839), - [anon_sym_template] = ACTIONS(1839), - [anon_sym_operator] = ACTIONS(1839), - [anon_sym_friend] = ACTIONS(1839), - [anon_sym_using] = ACTIONS(1839), - [anon_sym_static_assert] = ACTIONS(1839), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1839), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), - [anon_sym_MOZ_COLD] = ACTIONS(1839), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_RAII] = ACTIONS(1839), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [905] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2658), - [anon_sym_AMP_AMP] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2656), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2656), - [anon_sym_virtual] = ACTIONS(2656), - [anon_sym_explicit] = ACTIONS(2656), - [anon_sym_public] = ACTIONS(2656), - [anon_sym_private] = ACTIONS(2656), - [anon_sym_protected] = ACTIONS(2656), - [sym_auto] = ACTIONS(2656), - [anon_sym_typename] = ACTIONS(2656), - [anon_sym_template] = ACTIONS(2656), - [anon_sym_operator] = ACTIONS(2656), - [anon_sym_friend] = ACTIONS(2656), - [anon_sym_using] = ACTIONS(2656), - [anon_sym_static_assert] = ACTIONS(2656), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2656), - [anon_sym_MOZ_COLD] = ACTIONS(2656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_NONNULL] = ACTIONS(2656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2656), - [anon_sym_MOZ_RAII] = ACTIONS(2656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2656), + [869] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(329), + [sym_attributed_statement] = STATE(329), + [sym_labeled_statement] = STATE(329), + [sym_expression_statement] = STATE(329), + [sym_if_statement] = STATE(329), + [sym_switch_statement] = STATE(329), + [sym_case_statement] = STATE(329), + [sym_while_statement] = STATE(329), + [sym_do_statement] = STATE(329), + [sym_for_statement] = STATE(329), + [sym_return_statement] = STATE(329), + [sym_break_statement] = STATE(329), + [sym_continue_statement] = STATE(329), + [sym_goto_statement] = STATE(329), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(329), + [sym_co_return_statement] = STATE(329), + [sym_co_yield_statement] = STATE(329), + [sym_throw_statement] = STATE(329), + [sym_try_statement] = STATE(329), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [906] = { - [sym_identifier] = ACTIONS(1843), - [aux_sym_preproc_def_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token2] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), - [aux_sym_preproc_else_token1] = ACTIONS(1843), - [aux_sym_preproc_elif_token1] = ACTIONS(1843), - [sym_preproc_directive] = ACTIONS(1843), - [anon_sym_LPAREN2] = ACTIONS(1845), - [anon_sym_TILDE] = ACTIONS(1845), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_AMP_AMP] = ACTIONS(1845), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_typedef] = ACTIONS(1843), - [anon_sym_extern] = ACTIONS(1843), - [anon_sym___attribute__] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), - [anon_sym___declspec] = ACTIONS(1843), - [anon_sym___based] = ACTIONS(1843), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_static] = ACTIONS(1843), - [anon_sym_register] = ACTIONS(1843), - [anon_sym_inline] = ACTIONS(1843), - [anon_sym_thread_local] = ACTIONS(1843), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym_mutable] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_signed] = ACTIONS(1843), - [anon_sym_unsigned] = ACTIONS(1843), - [anon_sym_long] = ACTIONS(1843), - [anon_sym_short] = ACTIONS(1843), - [sym_primitive_type] = ACTIONS(1843), - [anon_sym_enum] = ACTIONS(1843), - [anon_sym_class] = ACTIONS(1843), - [anon_sym_struct] = ACTIONS(1843), - [anon_sym_union] = ACTIONS(1843), + [870] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(184), + [sym_attributed_statement] = STATE(184), + [sym_labeled_statement] = STATE(184), + [sym_expression_statement] = STATE(184), + [sym_if_statement] = STATE(184), + [sym_switch_statement] = STATE(184), + [sym_case_statement] = STATE(184), + [sym_while_statement] = STATE(184), + [sym_do_statement] = STATE(184), + [sym_for_statement] = STATE(184), + [sym_return_statement] = STATE(184), + [sym_break_statement] = STATE(184), + [sym_continue_statement] = STATE(184), + [sym_goto_statement] = STATE(184), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(184), + [sym_co_return_statement] = STATE(184), + [sym_co_yield_statement] = STATE(184), + [sym_throw_statement] = STATE(184), + [sym_try_statement] = STATE(184), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1843), - [anon_sym_virtual] = ACTIONS(1843), - [anon_sym_explicit] = ACTIONS(1843), - [anon_sym_public] = ACTIONS(1843), - [anon_sym_private] = ACTIONS(1843), - [anon_sym_protected] = ACTIONS(1843), - [sym_auto] = ACTIONS(1843), - [anon_sym_typename] = ACTIONS(1843), - [anon_sym_template] = ACTIONS(1843), - [anon_sym_operator] = ACTIONS(1843), - [anon_sym_friend] = ACTIONS(1843), - [anon_sym_using] = ACTIONS(1843), - [anon_sym_static_assert] = ACTIONS(1843), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), - [anon_sym_MOZ_COLD] = ACTIONS(1843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_RAII] = ACTIONS(1843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [907] = { - [sym_identifier] = ACTIONS(1903), - [aux_sym_preproc_def_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token2] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), - [aux_sym_preproc_else_token1] = ACTIONS(1903), - [aux_sym_preproc_elif_token1] = ACTIONS(1903), - [sym_preproc_directive] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_TILDE] = ACTIONS(1905), - [anon_sym_STAR] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_typedef] = ACTIONS(1903), - [anon_sym_extern] = ACTIONS(1903), - [anon_sym___attribute__] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1905), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), - [anon_sym___declspec] = ACTIONS(1903), - [anon_sym___based] = ACTIONS(1903), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_static] = ACTIONS(1903), - [anon_sym_register] = ACTIONS(1903), - [anon_sym_inline] = ACTIONS(1903), - [anon_sym_thread_local] = ACTIONS(1903), - [anon_sym_const] = ACTIONS(1903), - [anon_sym_volatile] = ACTIONS(1903), - [anon_sym_restrict] = ACTIONS(1903), - [anon_sym__Atomic] = ACTIONS(1903), - [anon_sym_mutable] = ACTIONS(1903), - [anon_sym_constexpr] = ACTIONS(1903), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [sym_primitive_type] = ACTIONS(1903), - [anon_sym_enum] = ACTIONS(1903), - [anon_sym_class] = ACTIONS(1903), - [anon_sym_struct] = ACTIONS(1903), - [anon_sym_union] = ACTIONS(1903), + [871] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(5126), + [sym_attributed_statement] = STATE(5126), + [sym_labeled_statement] = STATE(5126), + [sym_expression_statement] = STATE(5126), + [sym_if_statement] = STATE(5126), + [sym_switch_statement] = STATE(5126), + [sym_case_statement] = STATE(5126), + [sym_while_statement] = STATE(5126), + [sym_do_statement] = STATE(5126), + [sym_for_statement] = STATE(5126), + [sym_return_statement] = STATE(5126), + [sym_break_statement] = STATE(5126), + [sym_continue_statement] = STATE(5126), + [sym_goto_statement] = STATE(5126), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(5126), + [sym_co_return_statement] = STATE(5126), + [sym_co_yield_statement] = STATE(5126), + [sym_throw_statement] = STATE(5126), + [sym_try_statement] = STATE(5126), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1903), - [anon_sym_virtual] = ACTIONS(1903), - [anon_sym_explicit] = ACTIONS(1903), - [anon_sym_public] = ACTIONS(1903), - [anon_sym_private] = ACTIONS(1903), - [anon_sym_protected] = ACTIONS(1903), - [sym_auto] = ACTIONS(1903), - [anon_sym_typename] = ACTIONS(1903), - [anon_sym_template] = ACTIONS(1903), - [anon_sym_operator] = ACTIONS(1903), - [anon_sym_friend] = ACTIONS(1903), - [anon_sym_using] = ACTIONS(1903), - [anon_sym_static_assert] = ACTIONS(1903), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1903), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), - [anon_sym_MOZ_COLD] = ACTIONS(1903), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_RAII] = ACTIONS(1903), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [908] = { - [sym_identifier] = ACTIONS(1895), - [aux_sym_preproc_def_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token2] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), - [aux_sym_preproc_else_token1] = ACTIONS(1895), - [aux_sym_preproc_elif_token1] = ACTIONS(1895), - [sym_preproc_directive] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1897), - [anon_sym_TILDE] = ACTIONS(1897), - [anon_sym_STAR] = ACTIONS(1897), - [anon_sym_AMP_AMP] = ACTIONS(1897), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_typedef] = ACTIONS(1895), - [anon_sym_extern] = ACTIONS(1895), - [anon_sym___attribute__] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), - [anon_sym___declspec] = ACTIONS(1895), - [anon_sym___based] = ACTIONS(1895), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_static] = ACTIONS(1895), - [anon_sym_register] = ACTIONS(1895), - [anon_sym_inline] = ACTIONS(1895), - [anon_sym_thread_local] = ACTIONS(1895), - [anon_sym_const] = ACTIONS(1895), - [anon_sym_volatile] = ACTIONS(1895), - [anon_sym_restrict] = ACTIONS(1895), - [anon_sym__Atomic] = ACTIONS(1895), - [anon_sym_mutable] = ACTIONS(1895), - [anon_sym_constexpr] = ACTIONS(1895), - [anon_sym_signed] = ACTIONS(1895), - [anon_sym_unsigned] = ACTIONS(1895), - [anon_sym_long] = ACTIONS(1895), - [anon_sym_short] = ACTIONS(1895), - [sym_primitive_type] = ACTIONS(1895), - [anon_sym_enum] = ACTIONS(1895), - [anon_sym_class] = ACTIONS(1895), - [anon_sym_struct] = ACTIONS(1895), - [anon_sym_union] = ACTIONS(1895), + [872] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(733), + [sym_attributed_statement] = STATE(733), + [sym_labeled_statement] = STATE(733), + [sym_expression_statement] = STATE(733), + [sym_if_statement] = STATE(733), + [sym_switch_statement] = STATE(733), + [sym_case_statement] = STATE(733), + [sym_while_statement] = STATE(733), + [sym_do_statement] = STATE(733), + [sym_for_statement] = STATE(733), + [sym_return_statement] = STATE(733), + [sym_break_statement] = STATE(733), + [sym_continue_statement] = STATE(733), + [sym_goto_statement] = STATE(733), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(733), + [sym_co_return_statement] = STATE(733), + [sym_co_yield_statement] = STATE(733), + [sym_throw_statement] = STATE(733), + [sym_try_statement] = STATE(733), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1895), - [anon_sym_virtual] = ACTIONS(1895), - [anon_sym_explicit] = ACTIONS(1895), - [anon_sym_public] = ACTIONS(1895), - [anon_sym_private] = ACTIONS(1895), - [anon_sym_protected] = ACTIONS(1895), - [sym_auto] = ACTIONS(1895), - [anon_sym_typename] = ACTIONS(1895), - [anon_sym_template] = ACTIONS(1895), - [anon_sym_operator] = ACTIONS(1895), - [anon_sym_friend] = ACTIONS(1895), - [anon_sym_using] = ACTIONS(1895), - [anon_sym_static_assert] = ACTIONS(1895), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1895), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), - [anon_sym_MOZ_COLD] = ACTIONS(1895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_RAII] = ACTIONS(1895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [909] = { - [sym_identifier] = ACTIONS(1859), - [aux_sym_preproc_def_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token2] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), - [aux_sym_preproc_else_token1] = ACTIONS(1859), - [aux_sym_preproc_elif_token1] = ACTIONS(1859), - [sym_preproc_directive] = ACTIONS(1859), - [anon_sym_LPAREN2] = ACTIONS(1861), - [anon_sym_TILDE] = ACTIONS(1861), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP_AMP] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_typedef] = ACTIONS(1859), - [anon_sym_extern] = ACTIONS(1859), - [anon_sym___attribute__] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1861), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), - [anon_sym___declspec] = ACTIONS(1859), - [anon_sym___based] = ACTIONS(1859), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_static] = ACTIONS(1859), - [anon_sym_register] = ACTIONS(1859), - [anon_sym_inline] = ACTIONS(1859), - [anon_sym_thread_local] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_volatile] = ACTIONS(1859), - [anon_sym_restrict] = ACTIONS(1859), - [anon_sym__Atomic] = ACTIONS(1859), - [anon_sym_mutable] = ACTIONS(1859), - [anon_sym_constexpr] = ACTIONS(1859), - [anon_sym_signed] = ACTIONS(1859), - [anon_sym_unsigned] = ACTIONS(1859), - [anon_sym_long] = ACTIONS(1859), - [anon_sym_short] = ACTIONS(1859), - [sym_primitive_type] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_class] = ACTIONS(1859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), + [873] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(5008), + [sym_attributed_statement] = STATE(5008), + [sym_labeled_statement] = STATE(5008), + [sym_expression_statement] = STATE(5008), + [sym_if_statement] = STATE(5008), + [sym_switch_statement] = STATE(5008), + [sym_case_statement] = STATE(5008), + [sym_while_statement] = STATE(5008), + [sym_do_statement] = STATE(5008), + [sym_for_statement] = STATE(5008), + [sym_return_statement] = STATE(5008), + [sym_break_statement] = STATE(5008), + [sym_continue_statement] = STATE(5008), + [sym_goto_statement] = STATE(5008), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(5008), + [sym_co_return_statement] = STATE(5008), + [sym_co_yield_statement] = STATE(5008), + [sym_throw_statement] = STATE(5008), + [sym_try_statement] = STATE(5008), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1859), - [anon_sym_virtual] = ACTIONS(1859), - [anon_sym_explicit] = ACTIONS(1859), - [anon_sym_public] = ACTIONS(1859), - [anon_sym_private] = ACTIONS(1859), - [anon_sym_protected] = ACTIONS(1859), - [sym_auto] = ACTIONS(1859), - [anon_sym_typename] = ACTIONS(1859), - [anon_sym_template] = ACTIONS(1859), - [anon_sym_operator] = ACTIONS(1859), - [anon_sym_friend] = ACTIONS(1859), - [anon_sym_using] = ACTIONS(1859), - [anon_sym_static_assert] = ACTIONS(1859), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), - [anon_sym_MOZ_COLD] = ACTIONS(1859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_RAII] = ACTIONS(1859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [874] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(151), + [sym_attributed_statement] = STATE(151), + [sym_labeled_statement] = STATE(151), + [sym_expression_statement] = STATE(151), + [sym_if_statement] = STATE(151), + [sym_switch_statement] = STATE(151), + [sym_case_statement] = STATE(151), + [sym_while_statement] = STATE(151), + [sym_do_statement] = STATE(151), + [sym_for_statement] = STATE(151), + [sym_return_statement] = STATE(151), + [sym_break_statement] = STATE(151), + [sym_continue_statement] = STATE(151), + [sym_goto_statement] = STATE(151), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(151), + [sym_co_return_statement] = STATE(151), + [sym_co_yield_statement] = STATE(151), + [sym_throw_statement] = STATE(151), + [sym_try_statement] = STATE(151), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [910] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2662), - [anon_sym_AMP_AMP] = ACTIONS(2662), - [anon_sym_AMP] = ACTIONS(2660), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2660), - [anon_sym_virtual] = ACTIONS(2660), - [anon_sym_explicit] = ACTIONS(2660), - [anon_sym_public] = ACTIONS(2660), - [anon_sym_private] = ACTIONS(2660), - [anon_sym_protected] = ACTIONS(2660), - [sym_auto] = ACTIONS(2660), - [anon_sym_typename] = ACTIONS(2660), - [anon_sym_template] = ACTIONS(2660), - [anon_sym_operator] = ACTIONS(2660), - [anon_sym_friend] = ACTIONS(2660), - [anon_sym_using] = ACTIONS(2660), - [anon_sym_static_assert] = ACTIONS(2660), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2660), - [anon_sym_MOZ_COLD] = ACTIONS(2660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_NONNULL] = ACTIONS(2660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2660), - [anon_sym_MOZ_RAII] = ACTIONS(2660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2660), + [875] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(156), + [sym_attributed_statement] = STATE(156), + [sym_labeled_statement] = STATE(156), + [sym_expression_statement] = STATE(156), + [sym_if_statement] = STATE(156), + [sym_switch_statement] = STATE(156), + [sym_case_statement] = STATE(156), + [sym_while_statement] = STATE(156), + [sym_do_statement] = STATE(156), + [sym_for_statement] = STATE(156), + [sym_return_statement] = STATE(156), + [sym_break_statement] = STATE(156), + [sym_continue_statement] = STATE(156), + [sym_goto_statement] = STATE(156), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(156), + [sym_co_return_statement] = STATE(156), + [sym_co_yield_statement] = STATE(156), + [sym_throw_statement] = STATE(156), + [sym_try_statement] = STATE(156), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [911] = { - [sym_identifier] = ACTIONS(1851), - [aux_sym_preproc_def_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token2] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), - [aux_sym_preproc_else_token1] = ACTIONS(1851), - [aux_sym_preproc_elif_token1] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1851), - [anon_sym_LPAREN2] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_AMP_AMP] = ACTIONS(1853), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym___attribute__] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), - [anon_sym___declspec] = ACTIONS(1851), - [anon_sym___based] = ACTIONS(1851), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_thread_local] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym__Atomic] = ACTIONS(1851), - [anon_sym_mutable] = ACTIONS(1851), - [anon_sym_constexpr] = ACTIONS(1851), - [anon_sym_signed] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_class] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), + [876] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(177), + [sym_attributed_statement] = STATE(177), + [sym_labeled_statement] = STATE(177), + [sym_expression_statement] = STATE(177), + [sym_if_statement] = STATE(177), + [sym_switch_statement] = STATE(177), + [sym_case_statement] = STATE(177), + [sym_while_statement] = STATE(177), + [sym_do_statement] = STATE(177), + [sym_for_statement] = STATE(177), + [sym_return_statement] = STATE(177), + [sym_break_statement] = STATE(177), + [sym_continue_statement] = STATE(177), + [sym_goto_statement] = STATE(177), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(177), + [sym_co_return_statement] = STATE(177), + [sym_co_yield_statement] = STATE(177), + [sym_throw_statement] = STATE(177), + [sym_try_statement] = STATE(177), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1851), - [anon_sym_virtual] = ACTIONS(1851), - [anon_sym_explicit] = ACTIONS(1851), - [anon_sym_public] = ACTIONS(1851), - [anon_sym_private] = ACTIONS(1851), - [anon_sym_protected] = ACTIONS(1851), - [sym_auto] = ACTIONS(1851), - [anon_sym_typename] = ACTIONS(1851), - [anon_sym_template] = ACTIONS(1851), - [anon_sym_operator] = ACTIONS(1851), - [anon_sym_friend] = ACTIONS(1851), - [anon_sym_using] = ACTIONS(1851), - [anon_sym_static_assert] = ACTIONS(1851), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), - [anon_sym_MOZ_COLD] = ACTIONS(1851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_RAII] = ACTIONS(1851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [912] = { - [sym_identifier] = ACTIONS(1699), - [aux_sym_preproc_def_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token2] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), - [aux_sym_preproc_else_token1] = ACTIONS(1699), - [aux_sym_preproc_elif_token1] = ACTIONS(1699), - [sym_preproc_directive] = ACTIONS(1699), - [anon_sym_LPAREN2] = ACTIONS(1701), - [anon_sym_TILDE] = ACTIONS(1701), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_AMP_AMP] = ACTIONS(1701), - [anon_sym_AMP] = ACTIONS(1699), - [anon_sym_typedef] = ACTIONS(1699), - [anon_sym_extern] = ACTIONS(1699), - [anon_sym___attribute__] = ACTIONS(1699), - [anon_sym_COLON_COLON] = ACTIONS(1701), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), - [anon_sym___declspec] = ACTIONS(1699), - [anon_sym___based] = ACTIONS(1699), - [anon_sym_LBRACK] = ACTIONS(1699), - [anon_sym_static] = ACTIONS(1699), - [anon_sym_register] = ACTIONS(1699), - [anon_sym_inline] = ACTIONS(1699), - [anon_sym_thread_local] = ACTIONS(1699), - [anon_sym_const] = ACTIONS(1699), - [anon_sym_volatile] = ACTIONS(1699), - [anon_sym_restrict] = ACTIONS(1699), - [anon_sym__Atomic] = ACTIONS(1699), - [anon_sym_mutable] = ACTIONS(1699), - [anon_sym_constexpr] = ACTIONS(1699), - [anon_sym_signed] = ACTIONS(1699), - [anon_sym_unsigned] = ACTIONS(1699), - [anon_sym_long] = ACTIONS(1699), - [anon_sym_short] = ACTIONS(1699), - [sym_primitive_type] = ACTIONS(1699), - [anon_sym_enum] = ACTIONS(1699), - [anon_sym_class] = ACTIONS(1699), - [anon_sym_struct] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), + [877] = { + [sym_identifier] = ACTIONS(1518), + [aux_sym_preproc_def_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token2] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1518), + [aux_sym_preproc_else_token1] = ACTIONS(1518), + [aux_sym_preproc_elif_token1] = ACTIONS(1518), + [sym_preproc_directive] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym___based] = ACTIONS(1518), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [anon_sym_explicit] = ACTIONS(1518), + [anon_sym_public] = ACTIONS(1518), + [anon_sym_private] = ACTIONS(1518), + [anon_sym_protected] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1518), + [anon_sym_friend] = ACTIONS(1518), + [anon_sym_using] = ACTIONS(1518), + [anon_sym_static_assert] = ACTIONS(1518), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), + }, + [878] = { + [sym_attribute_declaration] = STATE(878), + [sym_compound_statement] = STATE(354), + [sym_attributed_statement] = STATE(354), + [sym_labeled_statement] = STATE(354), + [sym_expression_statement] = STATE(354), + [sym_if_statement] = STATE(354), + [sym_switch_statement] = STATE(354), + [sym_case_statement] = STATE(354), + [sym_while_statement] = STATE(354), + [sym_do_statement] = STATE(354), + [sym_for_statement] = STATE(354), + [sym_return_statement] = STATE(354), + [sym_break_statement] = STATE(354), + [sym_continue_statement] = STATE(354), + [sym_goto_statement] = STATE(354), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(354), + [sym_co_return_statement] = STATE(354), + [sym_co_yield_statement] = STATE(354), + [sym_throw_statement] = STATE(354), + [sym_try_statement] = STATE(354), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(878), + [sym_identifier] = ACTIONS(2756), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2642), + [anon_sym_TILDE] = ACTIONS(2642), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2648), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2762), + [anon_sym_LBRACK] = ACTIONS(2663), + [sym_primitive_type] = ACTIONS(2666), + [anon_sym_if] = ACTIONS(2765), + [anon_sym_switch] = ACTIONS(2768), + [anon_sym_case] = ACTIONS(2771), + [anon_sym_default] = ACTIONS(2774), + [anon_sym_while] = ACTIONS(2777), + [anon_sym_do] = ACTIONS(2780), + [anon_sym_for] = ACTIONS(2783), + [anon_sym_return] = ACTIONS(2786), + [anon_sym_break] = ACTIONS(2789), + [anon_sym_continue] = ACTIONS(2792), + [anon_sym_goto] = ACTIONS(2795), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2705), + [sym_number_literal] = ACTIONS(2708), + [anon_sym_L_SQUOTE] = ACTIONS(2711), + [anon_sym_u_SQUOTE] = ACTIONS(2711), + [anon_sym_U_SQUOTE] = ACTIONS(2711), + [anon_sym_u8_SQUOTE] = ACTIONS(2711), + [anon_sym_SQUOTE] = ACTIONS(2711), + [anon_sym_L_DQUOTE] = ACTIONS(2714), + [anon_sym_u_DQUOTE] = ACTIONS(2714), + [anon_sym_U_DQUOTE] = ACTIONS(2714), + [anon_sym_u8_DQUOTE] = ACTIONS(2714), + [anon_sym_DQUOTE] = ACTIONS(2714), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_null] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2723), + [anon_sym_throw] = ACTIONS(2798), + [anon_sym_co_return] = ACTIONS(2801), + [anon_sym_co_yield] = ACTIONS(2804), + [anon_sym_try] = ACTIONS(2807), + [anon_sym_co_await] = ACTIONS(2738), + [anon_sym_new] = ACTIONS(2741), + [sym_this] = ACTIONS(2717), + [sym_nullptr] = ACTIONS(2717), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_FORWARD] = ACTIONS(2744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_PS_GET] = ACTIONS(2744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2744), + [sym_raw_string_literal] = ACTIONS(2747), + }, + [879] = { + [sym_attribute_declaration] = STATE(1041), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1699), - [anon_sym_virtual] = ACTIONS(1699), - [anon_sym_explicit] = ACTIONS(1699), - [anon_sym_public] = ACTIONS(1699), - [anon_sym_private] = ACTIONS(1699), - [anon_sym_protected] = ACTIONS(1699), - [sym_auto] = ACTIONS(1699), - [anon_sym_typename] = ACTIONS(1699), - [anon_sym_template] = ACTIONS(1699), - [anon_sym_operator] = ACTIONS(1699), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1699), - [anon_sym_static_assert] = ACTIONS(1699), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1699), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), - [anon_sym_MOZ_COLD] = ACTIONS(1699), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_RAII] = ACTIONS(1699), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [913] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2666), - [anon_sym_AMP_AMP] = ACTIONS(2666), - [anon_sym_AMP] = ACTIONS(2664), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2664), - [anon_sym_virtual] = ACTIONS(2664), - [anon_sym_explicit] = ACTIONS(2664), - [anon_sym_public] = ACTIONS(2664), - [anon_sym_private] = ACTIONS(2664), - [anon_sym_protected] = ACTIONS(2664), - [sym_auto] = ACTIONS(2664), - [anon_sym_typename] = ACTIONS(2664), - [anon_sym_template] = ACTIONS(2664), - [anon_sym_operator] = ACTIONS(2664), - [anon_sym_friend] = ACTIONS(2664), - [anon_sym_using] = ACTIONS(2664), - [anon_sym_static_assert] = ACTIONS(2664), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2664), - [anon_sym_MOZ_COLD] = ACTIONS(2664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_NONNULL] = ACTIONS(2664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2664), - [anon_sym_MOZ_RAII] = ACTIONS(2664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2664), + [880] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [aux_sym_preproc_else_token1] = ACTIONS(1529), + [aux_sym_preproc_elif_token1] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [anon_sym_public] = ACTIONS(1529), + [anon_sym_private] = ACTIONS(1529), + [anon_sym_protected] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_friend] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), }, - [914] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2670), - [anon_sym_AMP_AMP] = ACTIONS(2670), - [anon_sym_AMP] = ACTIONS(2668), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2668), - [anon_sym_virtual] = ACTIONS(2668), - [anon_sym_explicit] = ACTIONS(2668), - [anon_sym_public] = ACTIONS(2668), - [anon_sym_private] = ACTIONS(2668), - [anon_sym_protected] = ACTIONS(2668), - [sym_auto] = ACTIONS(2668), - [anon_sym_typename] = ACTIONS(2668), - [anon_sym_template] = ACTIONS(2668), - [anon_sym_operator] = ACTIONS(2668), - [anon_sym_friend] = ACTIONS(2668), - [anon_sym_using] = ACTIONS(2668), - [anon_sym_static_assert] = ACTIONS(2668), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2668), - [anon_sym_MOZ_COLD] = ACTIONS(2668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_NONNULL] = ACTIONS(2668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2668), - [anon_sym_MOZ_RAII] = ACTIONS(2668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2668), + [881] = { + [sym_attribute_declaration] = STATE(1041), + [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(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [915] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2674), - [anon_sym_AMP_AMP] = ACTIONS(2674), - [anon_sym_AMP] = ACTIONS(2672), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2672), - [anon_sym_virtual] = ACTIONS(2672), - [anon_sym_explicit] = ACTIONS(2672), - [anon_sym_public] = ACTIONS(2672), - [anon_sym_private] = ACTIONS(2672), - [anon_sym_protected] = ACTIONS(2672), - [sym_auto] = ACTIONS(2672), - [anon_sym_typename] = ACTIONS(2672), - [anon_sym_template] = ACTIONS(2672), - [anon_sym_operator] = ACTIONS(2672), - [anon_sym_friend] = ACTIONS(2672), - [anon_sym_using] = ACTIONS(2672), - [anon_sym_static_assert] = ACTIONS(2672), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2672), - [anon_sym_MOZ_COLD] = ACTIONS(2672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_NONNULL] = ACTIONS(2672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2672), - [anon_sym_MOZ_RAII] = ACTIONS(2672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2672), + [882] = { + [sym_attribute_declaration] = STATE(861), + [sym_compound_statement] = STATE(174), + [sym_attributed_statement] = STATE(174), + [sym_labeled_statement] = STATE(174), + [sym_expression_statement] = STATE(174), + [sym_if_statement] = STATE(174), + [sym_switch_statement] = STATE(174), + [sym_case_statement] = STATE(174), + [sym_while_statement] = STATE(174), + [sym_do_statement] = STATE(174), + [sym_for_statement] = STATE(174), + [sym_return_statement] = STATE(174), + [sym_break_statement] = STATE(174), + [sym_continue_statement] = STATE(174), + [sym_goto_statement] = STATE(174), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(174), + [sym_co_return_statement] = STATE(174), + [sym_co_yield_statement] = STATE(174), + [sym_throw_statement] = STATE(174), + [sym_try_statement] = STATE(174), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(861), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [916] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2678), - [anon_sym_AMP_AMP] = ACTIONS(2678), - [anon_sym_AMP] = ACTIONS(2676), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2676), - [anon_sym_virtual] = ACTIONS(2676), - [anon_sym_explicit] = ACTIONS(2676), - [anon_sym_public] = ACTIONS(2676), - [anon_sym_private] = ACTIONS(2676), - [anon_sym_protected] = ACTIONS(2676), - [sym_auto] = ACTIONS(2676), - [anon_sym_typename] = ACTIONS(2676), - [anon_sym_template] = ACTIONS(2676), - [anon_sym_operator] = ACTIONS(2676), - [anon_sym_friend] = ACTIONS(2676), - [anon_sym_using] = ACTIONS(2676), - [anon_sym_static_assert] = ACTIONS(2676), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2676), - [anon_sym_MOZ_COLD] = ACTIONS(2676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_NONNULL] = ACTIONS(2676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2676), - [anon_sym_MOZ_RAII] = ACTIONS(2676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2676), + [883] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [aux_sym_preproc_else_token1] = ACTIONS(1593), + [aux_sym_preproc_elif_token1] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_friend] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), }, - [917] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2682), - [anon_sym_AMP_AMP] = ACTIONS(2682), - [anon_sym_AMP] = ACTIONS(2680), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2680), - [anon_sym_virtual] = ACTIONS(2680), - [anon_sym_explicit] = ACTIONS(2680), - [anon_sym_public] = ACTIONS(2680), - [anon_sym_private] = ACTIONS(2680), - [anon_sym_protected] = ACTIONS(2680), - [sym_auto] = ACTIONS(2680), - [anon_sym_typename] = ACTIONS(2680), - [anon_sym_template] = ACTIONS(2680), - [anon_sym_operator] = ACTIONS(2680), - [anon_sym_friend] = ACTIONS(2680), - [anon_sym_using] = ACTIONS(2680), - [anon_sym_static_assert] = ACTIONS(2680), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2680), - [anon_sym_MOZ_COLD] = ACTIONS(2680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_NONNULL] = ACTIONS(2680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2680), - [anon_sym_MOZ_RAII] = ACTIONS(2680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2680), + [884] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [aux_sym_preproc_else_token1] = ACTIONS(1593), + [aux_sym_preproc_elif_token1] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_friend] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), }, - [918] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2686), - [anon_sym_AMP_AMP] = ACTIONS(2686), - [anon_sym_AMP] = ACTIONS(2684), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2684), - [anon_sym_virtual] = ACTIONS(2684), - [anon_sym_explicit] = ACTIONS(2684), - [anon_sym_public] = ACTIONS(2684), - [anon_sym_private] = ACTIONS(2684), - [anon_sym_protected] = ACTIONS(2684), - [sym_auto] = ACTIONS(2684), - [anon_sym_typename] = ACTIONS(2684), - [anon_sym_template] = ACTIONS(2684), - [anon_sym_operator] = ACTIONS(2684), - [anon_sym_friend] = ACTIONS(2684), - [anon_sym_using] = ACTIONS(2684), - [anon_sym_static_assert] = ACTIONS(2684), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2684), - [anon_sym_MOZ_COLD] = ACTIONS(2684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_NONNULL] = ACTIONS(2684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2684), - [anon_sym_MOZ_RAII] = ACTIONS(2684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2684), + [885] = { + [sym_attribute_declaration] = STATE(904), + [sym_compound_statement] = STATE(710), + [sym_attributed_statement] = STATE(710), + [sym_labeled_statement] = STATE(710), + [sym_expression_statement] = STATE(710), + [sym_if_statement] = STATE(710), + [sym_switch_statement] = STATE(710), + [sym_case_statement] = STATE(710), + [sym_while_statement] = STATE(710), + [sym_do_statement] = STATE(710), + [sym_for_statement] = STATE(710), + [sym_return_statement] = STATE(710), + [sym_break_statement] = STATE(710), + [sym_continue_statement] = STATE(710), + [sym_goto_statement] = STATE(710), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(710), + [sym_co_return_statement] = STATE(710), + [sym_co_yield_statement] = STATE(710), + [sym_throw_statement] = STATE(710), + [sym_try_statement] = STATE(710), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(904), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [886] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4596), + [sym_attributed_statement] = STATE(4596), + [sym_labeled_statement] = STATE(4596), + [sym_expression_statement] = STATE(4596), + [sym_if_statement] = STATE(4596), + [sym_switch_statement] = STATE(4596), + [sym_case_statement] = STATE(4596), + [sym_while_statement] = STATE(4596), + [sym_do_statement] = STATE(4596), + [sym_for_statement] = STATE(4596), + [sym_return_statement] = STATE(4596), + [sym_break_statement] = STATE(4596), + [sym_continue_statement] = STATE(4596), + [sym_goto_statement] = STATE(4596), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4596), + [sym_co_return_statement] = STATE(4596), + [sym_co_yield_statement] = STATE(4596), + [sym_throw_statement] = STATE(4596), + [sym_try_statement] = STATE(4596), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [919] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(603), - [sym_labeled_statement] = STATE(603), - [sym_expression_statement] = STATE(603), - [sym_if_statement] = STATE(603), - [sym_switch_statement] = STATE(603), - [sym_case_statement] = STATE(603), - [sym_while_statement] = STATE(603), - [sym_do_statement] = STATE(603), - [sym_for_statement] = STATE(603), - [sym_return_statement] = STATE(603), - [sym_break_statement] = STATE(603), - [sym_continue_statement] = STATE(603), - [sym_goto_statement] = STATE(603), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(603), - [sym_co_return_statement] = STATE(603), - [sym_co_yield_statement] = STATE(603), - [sym_throw_statement] = STATE(603), - [sym_try_statement] = STATE(603), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2688), + [887] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4488), + [sym_attributed_statement] = STATE(4488), + [sym_labeled_statement] = STATE(4488), + [sym_expression_statement] = STATE(4488), + [sym_if_statement] = STATE(4488), + [sym_switch_statement] = STATE(4488), + [sym_case_statement] = STATE(4488), + [sym_while_statement] = STATE(4488), + [sym_do_statement] = STATE(4488), + [sym_for_statement] = STATE(4488), + [sym_return_statement] = STATE(4488), + [sym_break_statement] = STATE(4488), + [sym_continue_statement] = STATE(4488), + [sym_goto_statement] = STATE(4488), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4488), + [sym_co_return_statement] = STATE(4488), + [sym_co_yield_statement] = STATE(4488), + [sym_throw_statement] = STATE(4488), + [sym_try_statement] = STATE(4488), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -198660,23 +194987,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_SEMI] = ACTIONS(2588), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACE] = ACTIONS(2590), [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [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), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -198697,10 +195024,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -198724,61 +195051,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [920] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(640), - [sym_labeled_statement] = STATE(640), - [sym_expression_statement] = STATE(640), - [sym_if_statement] = STATE(640), - [sym_switch_statement] = STATE(640), - [sym_case_statement] = STATE(640), - [sym_while_statement] = STATE(640), - [sym_do_statement] = STATE(640), - [sym_for_statement] = STATE(640), - [sym_return_statement] = STATE(640), - [sym_break_statement] = STATE(640), - [sym_continue_statement] = STATE(640), - [sym_goto_statement] = STATE(640), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(640), - [sym_co_return_statement] = STATE(640), - [sym_co_yield_statement] = STATE(640), - [sym_throw_statement] = STATE(640), - [sym_try_statement] = STATE(640), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2692), + [888] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(737), + [sym_attributed_statement] = STATE(737), + [sym_labeled_statement] = STATE(737), + [sym_expression_statement] = STATE(737), + [sym_if_statement] = STATE(737), + [sym_switch_statement] = STATE(737), + [sym_case_statement] = STATE(737), + [sym_while_statement] = STATE(737), + [sym_do_statement] = STATE(737), + [sym_for_statement] = STATE(737), + [sym_return_statement] = STATE(737), + [sym_break_statement] = STATE(737), + [sym_continue_statement] = STATE(737), + [sym_goto_statement] = STATE(737), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(737), + [sym_co_return_statement] = STATE(737), + [sym_co_yield_statement] = STATE(737), + [sym_throw_statement] = STATE(737), + [sym_try_statement] = STATE(737), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -198786,23 +195114,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_SEMI] = ACTIONS(1370), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -198823,10 +195151,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -198850,187 +195178,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [921] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2580), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(5189), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [889] = { + [sym_attribute_declaration] = STATE(885), + [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(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [922] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(516), - [sym_labeled_statement] = STATE(516), - [sym_expression_statement] = STATE(516), - [sym_if_statement] = STATE(516), - [sym_switch_statement] = STATE(516), - [sym_case_statement] = STATE(516), - [sym_while_statement] = STATE(516), - [sym_do_statement] = STATE(516), - [sym_for_statement] = STATE(516), - [sym_return_statement] = STATE(516), - [sym_break_statement] = STATE(516), - [sym_continue_statement] = STATE(516), - [sym_goto_statement] = STATE(516), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(516), - [sym_co_return_statement] = STATE(516), - [sym_co_yield_statement] = STATE(516), - [sym_throw_statement] = STATE(516), - [sym_try_statement] = STATE(516), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2694), + [890] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(473), + [sym_attributed_statement] = STATE(473), + [sym_labeled_statement] = STATE(473), + [sym_expression_statement] = STATE(473), + [sym_if_statement] = STATE(473), + [sym_switch_statement] = STATE(473), + [sym_case_statement] = STATE(473), + [sym_while_statement] = STATE(473), + [sym_do_statement] = STATE(473), + [sym_for_statement] = STATE(473), + [sym_return_statement] = STATE(473), + [sym_break_statement] = STATE(473), + [sym_continue_statement] = STATE(473), + [sym_goto_statement] = STATE(473), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(473), + [sym_co_return_statement] = STATE(473), + [sym_co_yield_statement] = STATE(473), + [sym_throw_statement] = STATE(473), + [sym_try_statement] = STATE(473), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -199038,23 +195368,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_SEMI] = ACTIONS(826), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(600), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -199075,10 +195405,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -199102,61 +195432,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [923] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(197), - [sym_labeled_statement] = STATE(197), - [sym_expression_statement] = STATE(197), - [sym_if_statement] = STATE(197), - [sym_switch_statement] = STATE(197), - [sym_case_statement] = STATE(197), - [sym_while_statement] = STATE(197), - [sym_do_statement] = STATE(197), - [sym_for_statement] = STATE(197), - [sym_return_statement] = STATE(197), - [sym_break_statement] = STATE(197), - [sym_continue_statement] = STATE(197), - [sym_goto_statement] = STATE(197), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(197), - [sym_co_return_statement] = STATE(197), - [sym_co_yield_statement] = STATE(197), - [sym_throw_statement] = STATE(197), - [sym_try_statement] = STATE(197), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2696), + [891] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(470), + [sym_attributed_statement] = STATE(470), + [sym_labeled_statement] = STATE(470), + [sym_expression_statement] = STATE(470), + [sym_if_statement] = STATE(470), + [sym_switch_statement] = STATE(470), + [sym_case_statement] = STATE(470), + [sym_while_statement] = STATE(470), + [sym_do_statement] = STATE(470), + [sym_for_statement] = STATE(470), + [sym_return_statement] = STATE(470), + [sym_break_statement] = STATE(470), + [sym_continue_statement] = STATE(470), + [sym_goto_statement] = STATE(470), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(470), + [sym_co_return_statement] = STATE(470), + [sym_co_yield_statement] = STATE(470), + [sym_throw_statement] = STATE(470), + [sym_try_statement] = STATE(470), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -199164,23 +195495,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_SEMI] = ACTIONS(826), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACE] = ACTIONS(832), [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -199201,10 +195532,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -199228,4388 +195559,5095 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [924] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(2580), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_parameter_declaration] = STATE(5101), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [892] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(443), + [sym_attributed_statement] = STATE(444), + [sym_labeled_statement] = STATE(445), + [sym_expression_statement] = STATE(447), + [sym_if_statement] = STATE(448), + [sym_switch_statement] = STATE(449), + [sym_case_statement] = STATE(450), + [sym_while_statement] = STATE(454), + [sym_do_statement] = STATE(455), + [sym_for_statement] = STATE(458), + [sym_return_statement] = STATE(459), + [sym_break_statement] = STATE(460), + [sym_continue_statement] = STATE(461), + [sym_goto_statement] = STATE(462), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(463), + [sym_co_return_statement] = STATE(466), + [sym_co_yield_statement] = STATE(467), + [sym_throw_statement] = STATE(468), + [sym_try_statement] = STATE(469), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), - }, - [925] = { - [sym_identifier] = ACTIONS(1747), - [aux_sym_preproc_def_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), - [sym_preproc_directive] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1749), - [anon_sym_TILDE] = ACTIONS(1749), - [anon_sym_STAR] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1747), - [anon_sym_typedef] = ACTIONS(1747), - [anon_sym_extern] = ACTIONS(1747), - [anon_sym___attribute__] = ACTIONS(1747), - [anon_sym_COLON_COLON] = ACTIONS(1749), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), - [anon_sym___declspec] = ACTIONS(1747), - [anon_sym___based] = ACTIONS(1747), - [anon_sym_RBRACE] = ACTIONS(1749), - [anon_sym_LBRACK] = ACTIONS(1747), - [anon_sym_static] = ACTIONS(1747), - [anon_sym_register] = ACTIONS(1747), - [anon_sym_inline] = ACTIONS(1747), - [anon_sym_thread_local] = ACTIONS(1747), - [anon_sym_const] = ACTIONS(1747), - [anon_sym_volatile] = ACTIONS(1747), - [anon_sym_restrict] = ACTIONS(1747), - [anon_sym__Atomic] = ACTIONS(1747), - [anon_sym_mutable] = ACTIONS(1747), - [anon_sym_constexpr] = ACTIONS(1747), - [anon_sym_signed] = ACTIONS(1747), - [anon_sym_unsigned] = ACTIONS(1747), - [anon_sym_long] = ACTIONS(1747), - [anon_sym_short] = ACTIONS(1747), - [sym_primitive_type] = ACTIONS(1747), - [anon_sym_enum] = ACTIONS(1747), - [anon_sym_class] = ACTIONS(1747), - [anon_sym_struct] = ACTIONS(1747), - [anon_sym_union] = ACTIONS(1747), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1747), - [anon_sym_virtual] = ACTIONS(1747), - [anon_sym_explicit] = ACTIONS(1747), - [anon_sym_public] = ACTIONS(1747), - [anon_sym_private] = ACTIONS(1747), - [anon_sym_protected] = ACTIONS(1747), - [sym_auto] = ACTIONS(1747), - [anon_sym_typename] = ACTIONS(1747), - [anon_sym_template] = ACTIONS(1747), - [anon_sym_operator] = ACTIONS(1747), - [anon_sym_friend] = ACTIONS(1747), - [anon_sym_using] = ACTIONS(1747), - [anon_sym_static_assert] = ACTIONS(1747), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1747), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), - [anon_sym_MOZ_COLD] = ACTIONS(1747), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_RAII] = ACTIONS(1747), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), - }, - [926] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2606), - [anon_sym_AMP_AMP] = ACTIONS(2606), - [anon_sym_AMP] = ACTIONS(2604), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2604), - [anon_sym_virtual] = ACTIONS(2604), - [anon_sym_explicit] = ACTIONS(2604), - [anon_sym_public] = ACTIONS(2604), - [anon_sym_private] = ACTIONS(2604), - [anon_sym_protected] = ACTIONS(2604), - [sym_auto] = ACTIONS(2604), - [anon_sym_typename] = ACTIONS(2604), - [anon_sym_template] = ACTIONS(2604), - [anon_sym_operator] = ACTIONS(2604), - [anon_sym_friend] = ACTIONS(2604), - [anon_sym_using] = ACTIONS(2604), - [anon_sym_static_assert] = ACTIONS(2604), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2604), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2604), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2604), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2604), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2604), - [anon_sym_MOZ_COLD] = ACTIONS(2604), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2604), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2604), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2604), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2604), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2604), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2604), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2604), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2604), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2604), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2604), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2604), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2604), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2604), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_NONNULL] = ACTIONS(2604), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2604), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2604), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2604), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2604), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2604), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2604), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2604), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2604), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2604), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2604), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2604), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2604), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2604), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2604), - [anon_sym_MOZ_RAII] = ACTIONS(2604), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2604), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2604), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2604), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2604), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2604), - }, - [927] = { - [sym_identifier] = ACTIONS(1823), - [aux_sym_preproc_def_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), - [sym_preproc_directive] = ACTIONS(1823), - [anon_sym_LPAREN2] = ACTIONS(1825), - [anon_sym_TILDE] = ACTIONS(1825), - [anon_sym_STAR] = ACTIONS(1825), - [anon_sym_AMP_AMP] = ACTIONS(1825), - [anon_sym_AMP] = ACTIONS(1823), - [anon_sym_typedef] = ACTIONS(1823), - [anon_sym_extern] = ACTIONS(1823), - [anon_sym___attribute__] = ACTIONS(1823), - [anon_sym_COLON_COLON] = ACTIONS(1825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), - [anon_sym___declspec] = ACTIONS(1823), - [anon_sym___based] = ACTIONS(1823), - [anon_sym_RBRACE] = ACTIONS(1825), - [anon_sym_LBRACK] = ACTIONS(1823), - [anon_sym_static] = ACTIONS(1823), - [anon_sym_register] = ACTIONS(1823), - [anon_sym_inline] = ACTIONS(1823), - [anon_sym_thread_local] = ACTIONS(1823), - [anon_sym_const] = ACTIONS(1823), - [anon_sym_volatile] = ACTIONS(1823), - [anon_sym_restrict] = ACTIONS(1823), - [anon_sym__Atomic] = ACTIONS(1823), - [anon_sym_mutable] = ACTIONS(1823), - [anon_sym_constexpr] = ACTIONS(1823), - [anon_sym_signed] = ACTIONS(1823), - [anon_sym_unsigned] = ACTIONS(1823), - [anon_sym_long] = ACTIONS(1823), - [anon_sym_short] = ACTIONS(1823), - [sym_primitive_type] = ACTIONS(1823), - [anon_sym_enum] = ACTIONS(1823), - [anon_sym_class] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1823), - [anon_sym_union] = ACTIONS(1823), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1823), - [anon_sym_virtual] = ACTIONS(1823), - [anon_sym_explicit] = ACTIONS(1823), - [anon_sym_public] = ACTIONS(1823), - [anon_sym_private] = ACTIONS(1823), - [anon_sym_protected] = ACTIONS(1823), - [sym_auto] = ACTIONS(1823), - [anon_sym_typename] = ACTIONS(1823), - [anon_sym_template] = ACTIONS(1823), - [anon_sym_operator] = ACTIONS(1823), - [anon_sym_friend] = ACTIONS(1823), - [anon_sym_using] = ACTIONS(1823), - [anon_sym_static_assert] = ACTIONS(1823), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1823), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), - [anon_sym_MOZ_COLD] = ACTIONS(1823), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_RAII] = ACTIONS(1823), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), - }, - [928] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2602), - [anon_sym_STAR] = ACTIONS(2602), - [anon_sym_AMP_AMP] = ACTIONS(2602), - [anon_sym_AMP] = ACTIONS(2600), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2600), - [anon_sym_virtual] = ACTIONS(2600), - [anon_sym_explicit] = ACTIONS(2600), - [anon_sym_public] = ACTIONS(2600), - [anon_sym_private] = ACTIONS(2600), - [anon_sym_protected] = ACTIONS(2600), - [sym_auto] = ACTIONS(2600), - [anon_sym_typename] = ACTIONS(2600), - [anon_sym_template] = ACTIONS(2600), - [anon_sym_operator] = ACTIONS(2600), - [anon_sym_friend] = ACTIONS(2600), - [anon_sym_using] = ACTIONS(2600), - [anon_sym_static_assert] = ACTIONS(2600), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2600), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2600), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2600), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2600), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2600), - [anon_sym_MOZ_COLD] = ACTIONS(2600), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2600), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2600), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2600), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2600), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2600), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2600), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2600), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2600), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2600), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2600), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2600), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2600), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2600), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_NONNULL] = ACTIONS(2600), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2600), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2600), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2600), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2600), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2600), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2600), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2600), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2600), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2600), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2600), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2600), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2600), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2600), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2600), - [anon_sym_MOZ_RAII] = ACTIONS(2600), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2600), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2600), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2600), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2600), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2600), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [929] = { - [sym_identifier] = ACTIONS(1887), - [aux_sym_preproc_def_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), - [sym_preproc_directive] = ACTIONS(1887), - [anon_sym_LPAREN2] = ACTIONS(1889), - [anon_sym_TILDE] = ACTIONS(1889), - [anon_sym_STAR] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_typedef] = ACTIONS(1887), - [anon_sym_extern] = ACTIONS(1887), - [anon_sym___attribute__] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1889), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), - [anon_sym___declspec] = ACTIONS(1887), - [anon_sym___based] = ACTIONS(1887), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_static] = ACTIONS(1887), - [anon_sym_register] = ACTIONS(1887), - [anon_sym_inline] = ACTIONS(1887), - [anon_sym_thread_local] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_volatile] = ACTIONS(1887), - [anon_sym_restrict] = ACTIONS(1887), - [anon_sym__Atomic] = ACTIONS(1887), - [anon_sym_mutable] = ACTIONS(1887), - [anon_sym_constexpr] = ACTIONS(1887), - [anon_sym_signed] = ACTIONS(1887), - [anon_sym_unsigned] = ACTIONS(1887), - [anon_sym_long] = ACTIONS(1887), - [anon_sym_short] = ACTIONS(1887), - [sym_primitive_type] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_class] = ACTIONS(1887), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), + [893] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(423), + [sym_attributed_statement] = STATE(424), + [sym_labeled_statement] = STATE(425), + [sym_expression_statement] = STATE(426), + [sym_if_statement] = STATE(427), + [sym_switch_statement] = STATE(428), + [sym_case_statement] = STATE(429), + [sym_while_statement] = STATE(431), + [sym_do_statement] = STATE(432), + [sym_for_statement] = STATE(433), + [sym_return_statement] = STATE(434), + [sym_break_statement] = STATE(435), + [sym_continue_statement] = STATE(436), + [sym_goto_statement] = STATE(437), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(438), + [sym_co_return_statement] = STATE(439), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(441), + [sym_try_statement] = STATE(442), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1887), - [anon_sym_virtual] = ACTIONS(1887), - [anon_sym_explicit] = ACTIONS(1887), - [anon_sym_public] = ACTIONS(1887), - [anon_sym_private] = ACTIONS(1887), - [anon_sym_protected] = ACTIONS(1887), - [sym_auto] = ACTIONS(1887), - [anon_sym_typename] = ACTIONS(1887), - [anon_sym_template] = ACTIONS(1887), - [anon_sym_operator] = ACTIONS(1887), - [anon_sym_friend] = ACTIONS(1887), - [anon_sym_using] = ACTIONS(1887), - [anon_sym_static_assert] = ACTIONS(1887), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1887), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), - [anon_sym_MOZ_COLD] = ACTIONS(1887), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_RAII] = ACTIONS(1887), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [930] = { - [sym_identifier] = ACTIONS(1831), - [aux_sym_preproc_def_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), - [sym_preproc_directive] = ACTIONS(1831), - [anon_sym_LPAREN2] = ACTIONS(1833), - [anon_sym_TILDE] = ACTIONS(1833), - [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_typedef] = ACTIONS(1831), - [anon_sym_extern] = ACTIONS(1831), - [anon_sym___attribute__] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), - [anon_sym___declspec] = ACTIONS(1831), - [anon_sym___based] = ACTIONS(1831), - [anon_sym_RBRACE] = ACTIONS(1833), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_static] = ACTIONS(1831), - [anon_sym_register] = ACTIONS(1831), - [anon_sym_inline] = ACTIONS(1831), - [anon_sym_thread_local] = ACTIONS(1831), - [anon_sym_const] = ACTIONS(1831), - [anon_sym_volatile] = ACTIONS(1831), - [anon_sym_restrict] = ACTIONS(1831), - [anon_sym__Atomic] = ACTIONS(1831), - [anon_sym_mutable] = ACTIONS(1831), - [anon_sym_constexpr] = ACTIONS(1831), - [anon_sym_signed] = ACTIONS(1831), - [anon_sym_unsigned] = ACTIONS(1831), - [anon_sym_long] = ACTIONS(1831), - [anon_sym_short] = ACTIONS(1831), - [sym_primitive_type] = ACTIONS(1831), - [anon_sym_enum] = ACTIONS(1831), - [anon_sym_class] = ACTIONS(1831), - [anon_sym_struct] = ACTIONS(1831), - [anon_sym_union] = ACTIONS(1831), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1831), - [anon_sym_virtual] = ACTIONS(1831), - [anon_sym_explicit] = ACTIONS(1831), - [anon_sym_public] = ACTIONS(1831), - [anon_sym_private] = ACTIONS(1831), - [anon_sym_protected] = ACTIONS(1831), - [sym_auto] = ACTIONS(1831), - [anon_sym_typename] = ACTIONS(1831), - [anon_sym_template] = ACTIONS(1831), - [anon_sym_operator] = ACTIONS(1831), - [anon_sym_friend] = ACTIONS(1831), - [anon_sym_using] = ACTIONS(1831), - [anon_sym_static_assert] = ACTIONS(1831), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1831), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), - [anon_sym_MOZ_COLD] = ACTIONS(1831), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_RAII] = ACTIONS(1831), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), + [894] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(422), + [sym_attributed_statement] = STATE(422), + [sym_labeled_statement] = STATE(422), + [sym_expression_statement] = STATE(422), + [sym_if_statement] = STATE(422), + [sym_switch_statement] = STATE(422), + [sym_case_statement] = STATE(422), + [sym_while_statement] = STATE(422), + [sym_do_statement] = STATE(422), + [sym_for_statement] = STATE(422), + [sym_return_statement] = STATE(422), + [sym_break_statement] = STATE(422), + [sym_continue_statement] = STATE(422), + [sym_goto_statement] = STATE(422), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(422), + [sym_co_return_statement] = STATE(422), + [sym_co_yield_statement] = STATE(422), + [sym_throw_statement] = STATE(422), + [sym_try_statement] = STATE(422), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [931] = { - [sym_identifier] = ACTIONS(1771), - [aux_sym_preproc_def_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), - [sym_preproc_directive] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_TILDE] = ACTIONS(1773), - [anon_sym_STAR] = ACTIONS(1773), - [anon_sym_AMP_AMP] = ACTIONS(1773), - [anon_sym_AMP] = ACTIONS(1771), - [anon_sym_typedef] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym___attribute__] = ACTIONS(1771), - [anon_sym_COLON_COLON] = ACTIONS(1773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), - [anon_sym___declspec] = ACTIONS(1771), - [anon_sym___based] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1771), - [anon_sym_static] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_inline] = ACTIONS(1771), - [anon_sym_thread_local] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [anon_sym_volatile] = ACTIONS(1771), - [anon_sym_restrict] = ACTIONS(1771), - [anon_sym__Atomic] = ACTIONS(1771), - [anon_sym_mutable] = ACTIONS(1771), - [anon_sym_constexpr] = ACTIONS(1771), - [anon_sym_signed] = ACTIONS(1771), - [anon_sym_unsigned] = ACTIONS(1771), - [anon_sym_long] = ACTIONS(1771), - [anon_sym_short] = ACTIONS(1771), - [sym_primitive_type] = ACTIONS(1771), - [anon_sym_enum] = ACTIONS(1771), - [anon_sym_class] = ACTIONS(1771), - [anon_sym_struct] = ACTIONS(1771), - [anon_sym_union] = ACTIONS(1771), + [895] = { + [sym_attribute_declaration] = STATE(885), + [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(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1771), - [anon_sym_virtual] = ACTIONS(1771), - [anon_sym_explicit] = ACTIONS(1771), - [anon_sym_public] = ACTIONS(1771), - [anon_sym_private] = ACTIONS(1771), - [anon_sym_protected] = ACTIONS(1771), - [sym_auto] = ACTIONS(1771), - [anon_sym_typename] = ACTIONS(1771), - [anon_sym_template] = ACTIONS(1771), - [anon_sym_operator] = ACTIONS(1771), - [anon_sym_friend] = ACTIONS(1771), - [anon_sym_using] = ACTIONS(1771), - [anon_sym_static_assert] = ACTIONS(1771), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1771), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), - [anon_sym_MOZ_COLD] = ACTIONS(1771), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_RAII] = ACTIONS(1771), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [932] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_public] = ACTIONS(2592), - [anon_sym_private] = ACTIONS(2592), - [anon_sym_protected] = ACTIONS(2592), - [sym_auto] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_friend] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2592), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2592), - [anon_sym_MOZ_COLD] = ACTIONS(2592), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2592), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2592), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2592), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2592), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2592), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2592), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2592), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2592), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2592), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2592), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2592), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2592), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_RAII] = ACTIONS(2592), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2592), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2592), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2592), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), + [896] = { + [sym_identifier] = 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_TILDE] = ACTIONS(2814), + [anon_sym_STAR] = ACTIONS(2814), + [anon_sym_AMP_AMP] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2812), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2812), + [anon_sym_virtual] = ACTIONS(2812), + [anon_sym_explicit] = ACTIONS(2812), + [anon_sym_public] = ACTIONS(2812), + [anon_sym_private] = ACTIONS(2812), + [anon_sym_protected] = ACTIONS(2812), + [sym_auto] = ACTIONS(2812), + [anon_sym_typename] = ACTIONS(2812), + [anon_sym_template] = ACTIONS(2812), + [anon_sym_operator] = ACTIONS(2812), + [anon_sym_friend] = ACTIONS(2812), + [anon_sym_using] = ACTIONS(2812), + [anon_sym_static_assert] = ACTIONS(2812), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2812), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2812), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2812), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2812), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2812), + [anon_sym_MOZ_COLD] = ACTIONS(2812), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2812), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2812), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2812), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2812), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2812), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2812), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2812), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2812), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2812), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2812), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2812), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2812), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2812), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_NONNULL] = ACTIONS(2812), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2812), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2812), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2812), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2812), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2812), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2812), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2812), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2812), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2812), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2812), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2812), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2812), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2812), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2812), + [anon_sym_MOZ_RAII] = ACTIONS(2812), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2812), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2812), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2812), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2812), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2812), }, - [933] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_public] = ACTIONS(2592), - [anon_sym_private] = ACTIONS(2592), - [anon_sym_protected] = ACTIONS(2592), - [sym_auto] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_friend] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2592), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2592), - [anon_sym_MOZ_COLD] = ACTIONS(2592), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2592), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2592), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2592), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2592), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2592), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2592), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2592), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2592), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2592), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2592), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2592), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2592), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_RAII] = ACTIONS(2592), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2592), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2592), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2592), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), + [897] = { + [sym_attribute_declaration] = STATE(1046), + [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(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [934] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2678), - [anon_sym_AMP_AMP] = ACTIONS(2678), - [anon_sym_AMP] = ACTIONS(2676), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2676), - [anon_sym_virtual] = ACTIONS(2676), - [anon_sym_explicit] = ACTIONS(2676), - [anon_sym_public] = ACTIONS(2676), - [anon_sym_private] = ACTIONS(2676), - [anon_sym_protected] = ACTIONS(2676), - [sym_auto] = ACTIONS(2676), - [anon_sym_typename] = ACTIONS(2676), - [anon_sym_template] = ACTIONS(2676), - [anon_sym_operator] = ACTIONS(2676), - [anon_sym_friend] = ACTIONS(2676), - [anon_sym_using] = ACTIONS(2676), - [anon_sym_static_assert] = ACTIONS(2676), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2676), - [anon_sym_MOZ_COLD] = ACTIONS(2676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_NONNULL] = ACTIONS(2676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2676), - [anon_sym_MOZ_RAII] = ACTIONS(2676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2676), + [898] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4595), + [sym_attributed_statement] = STATE(4595), + [sym_labeled_statement] = STATE(4595), + [sym_expression_statement] = STATE(4595), + [sym_if_statement] = STATE(4595), + [sym_switch_statement] = STATE(4595), + [sym_case_statement] = STATE(4595), + [sym_while_statement] = STATE(4595), + [sym_do_statement] = STATE(4595), + [sym_for_statement] = STATE(4595), + [sym_return_statement] = STATE(4595), + [sym_break_statement] = STATE(4595), + [sym_continue_statement] = STATE(4595), + [sym_goto_statement] = STATE(4595), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4595), + [sym_co_return_statement] = STATE(4595), + [sym_co_yield_statement] = STATE(4595), + [sym_throw_statement] = STATE(4595), + [sym_try_statement] = STATE(4595), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [935] = { - [sym_identifier] = ACTIONS(1767), - [aux_sym_preproc_def_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), - [sym_preproc_directive] = ACTIONS(1767), - [anon_sym_LPAREN2] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1769), - [anon_sym_STAR] = ACTIONS(1769), - [anon_sym_AMP_AMP] = ACTIONS(1769), - [anon_sym_AMP] = ACTIONS(1767), - [anon_sym_typedef] = ACTIONS(1767), - [anon_sym_extern] = ACTIONS(1767), - [anon_sym___attribute__] = ACTIONS(1767), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), - [anon_sym___declspec] = ACTIONS(1767), - [anon_sym___based] = ACTIONS(1767), - [anon_sym_RBRACE] = ACTIONS(1769), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_static] = ACTIONS(1767), - [anon_sym_register] = ACTIONS(1767), - [anon_sym_inline] = ACTIONS(1767), - [anon_sym_thread_local] = ACTIONS(1767), - [anon_sym_const] = ACTIONS(1767), - [anon_sym_volatile] = ACTIONS(1767), - [anon_sym_restrict] = ACTIONS(1767), - [anon_sym__Atomic] = ACTIONS(1767), - [anon_sym_mutable] = ACTIONS(1767), - [anon_sym_constexpr] = ACTIONS(1767), - [anon_sym_signed] = ACTIONS(1767), - [anon_sym_unsigned] = ACTIONS(1767), - [anon_sym_long] = ACTIONS(1767), - [anon_sym_short] = ACTIONS(1767), - [sym_primitive_type] = ACTIONS(1767), - [anon_sym_enum] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(1767), - [anon_sym_struct] = ACTIONS(1767), - [anon_sym_union] = ACTIONS(1767), + [899] = { + [sym_identifier] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token2] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), + [aux_sym_preproc_else_token1] = ACTIONS(1747), + [aux_sym_preproc_elif_token1] = ACTIONS(1747), + [sym_preproc_directive] = ACTIONS(1747), + [anon_sym_LPAREN2] = ACTIONS(1749), + [anon_sym_TILDE] = ACTIONS(1749), + [anon_sym_STAR] = ACTIONS(1749), + [anon_sym_AMP_AMP] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1747), + [anon_sym_typedef] = ACTIONS(1747), + [anon_sym_extern] = ACTIONS(1747), + [anon_sym___attribute__] = ACTIONS(1747), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), + [anon_sym___declspec] = ACTIONS(1747), + [anon_sym___based] = ACTIONS(1747), + [anon_sym_LBRACK] = ACTIONS(1747), + [anon_sym_static] = ACTIONS(1747), + [anon_sym_register] = ACTIONS(1747), + [anon_sym_inline] = ACTIONS(1747), + [anon_sym_thread_local] = ACTIONS(1747), + [anon_sym_const] = ACTIONS(1747), + [anon_sym_volatile] = ACTIONS(1747), + [anon_sym_restrict] = ACTIONS(1747), + [anon_sym__Atomic] = ACTIONS(1747), + [anon_sym_mutable] = ACTIONS(1747), + [anon_sym_constexpr] = ACTIONS(1747), + [anon_sym_signed] = ACTIONS(1747), + [anon_sym_unsigned] = ACTIONS(1747), + [anon_sym_long] = ACTIONS(1747), + [anon_sym_short] = ACTIONS(1747), + [sym_primitive_type] = ACTIONS(1747), + [anon_sym_enum] = ACTIONS(1747), + [anon_sym_class] = ACTIONS(1747), + [anon_sym_struct] = ACTIONS(1747), + [anon_sym_union] = ACTIONS(1747), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1767), - [anon_sym_virtual] = ACTIONS(1767), - [anon_sym_explicit] = ACTIONS(1767), - [anon_sym_public] = ACTIONS(1767), - [anon_sym_private] = ACTIONS(1767), - [anon_sym_protected] = ACTIONS(1767), - [sym_auto] = ACTIONS(1767), - [anon_sym_typename] = ACTIONS(1767), - [anon_sym_template] = ACTIONS(1767), - [anon_sym_operator] = ACTIONS(1767), - [anon_sym_friend] = ACTIONS(1767), - [anon_sym_using] = ACTIONS(1767), - [anon_sym_static_assert] = ACTIONS(1767), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1767), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), - [anon_sym_MOZ_COLD] = ACTIONS(1767), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_RAII] = ACTIONS(1767), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), + [anon_sym_decltype] = ACTIONS(1747), + [anon_sym_virtual] = ACTIONS(1747), + [anon_sym_explicit] = ACTIONS(1747), + [anon_sym_public] = ACTIONS(1747), + [anon_sym_private] = ACTIONS(1747), + [anon_sym_protected] = ACTIONS(1747), + [sym_auto] = ACTIONS(1747), + [anon_sym_typename] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1747), + [anon_sym_operator] = ACTIONS(1747), + [anon_sym_friend] = ACTIONS(1747), + [anon_sym_using] = ACTIONS(1747), + [anon_sym_static_assert] = ACTIONS(1747), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1747), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), + [anon_sym_MOZ_COLD] = ACTIONS(1747), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_RAII] = ACTIONS(1747), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), }, - [936] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2626), - [anon_sym_STAR] = ACTIONS(2626), - [anon_sym_AMP_AMP] = ACTIONS(2626), - [anon_sym_AMP] = ACTIONS(2624), - [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_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_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), + [900] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(418), + [sym_attributed_statement] = STATE(418), + [sym_labeled_statement] = STATE(418), + [sym_expression_statement] = STATE(418), + [sym_if_statement] = STATE(418), + [sym_switch_statement] = STATE(418), + [sym_case_statement] = STATE(418), + [sym_while_statement] = STATE(418), + [sym_do_statement] = STATE(418), + [sym_for_statement] = STATE(418), + [sym_return_statement] = STATE(418), + [sym_break_statement] = STATE(418), + [sym_continue_statement] = STATE(418), + [sym_goto_statement] = STATE(418), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(418), + [sym_co_return_statement] = STATE(418), + [sym_co_yield_statement] = STATE(418), + [sym_throw_statement] = STATE(418), + [sym_try_statement] = STATE(418), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(2624), - [anon_sym_virtual] = ACTIONS(2624), - [anon_sym_explicit] = ACTIONS(2624), - [anon_sym_public] = ACTIONS(2624), - [anon_sym_private] = ACTIONS(2624), - [anon_sym_protected] = ACTIONS(2624), - [sym_auto] = ACTIONS(2624), - [anon_sym_typename] = ACTIONS(2624), - [anon_sym_template] = ACTIONS(2624), - [anon_sym_operator] = ACTIONS(2624), - [anon_sym_friend] = ACTIONS(2624), - [anon_sym_using] = ACTIONS(2624), - [anon_sym_static_assert] = ACTIONS(2624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2624), - [anon_sym_MOZ_COLD] = ACTIONS(2624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_NONNULL] = ACTIONS(2624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), - [anon_sym_MOZ_RAII] = ACTIONS(2624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2624), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [937] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2628), - [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_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_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), + [901] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1613), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [anon_sym_public] = ACTIONS(1529), + [anon_sym_private] = ACTIONS(1529), + [anon_sym_protected] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_friend] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), + }, + [902] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(417), + [sym_attributed_statement] = STATE(417), + [sym_labeled_statement] = STATE(417), + [sym_expression_statement] = STATE(417), + [sym_if_statement] = STATE(417), + [sym_switch_statement] = STATE(417), + [sym_case_statement] = STATE(417), + [sym_while_statement] = STATE(417), + [sym_do_statement] = STATE(417), + [sym_for_statement] = STATE(417), + [sym_return_statement] = STATE(417), + [sym_break_statement] = STATE(417), + [sym_continue_statement] = STATE(417), + [sym_goto_statement] = STATE(417), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(417), + [sym_co_return_statement] = STATE(417), + [sym_co_yield_statement] = STATE(417), + [sym_throw_statement] = STATE(417), + [sym_try_statement] = STATE(417), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(2628), - [anon_sym_virtual] = ACTIONS(2628), - [anon_sym_explicit] = ACTIONS(2628), - [anon_sym_public] = ACTIONS(2628), - [anon_sym_private] = ACTIONS(2628), - [anon_sym_protected] = ACTIONS(2628), - [sym_auto] = ACTIONS(2628), - [anon_sym_typename] = ACTIONS(2628), - [anon_sym_template] = ACTIONS(2628), - [anon_sym_operator] = ACTIONS(2628), - [anon_sym_friend] = ACTIONS(2628), - [anon_sym_using] = ACTIONS(2628), - [anon_sym_static_assert] = ACTIONS(2628), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2628), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2628), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2628), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2628), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2628), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2628), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2628), - [anon_sym_MOZ_COLD] = ACTIONS(2628), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2628), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2628), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2628), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2628), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2628), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2628), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2628), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2628), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2628), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2628), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2628), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2628), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2628), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2628), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2628), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2628), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2628), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_NONNULL] = ACTIONS(2628), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2628), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2628), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2628), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2628), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2628), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_NORETURN] = ACTIONS(2628), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2628), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2628), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2628), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2628), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2628), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2628), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2628), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2628), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2628), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), - [anon_sym_MOZ_RAII] = ACTIONS(2628), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2628), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2628), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2628), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2628), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2628), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2628), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [903] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(416), + [sym_attributed_statement] = STATE(416), + [sym_labeled_statement] = STATE(416), + [sym_expression_statement] = STATE(416), + [sym_if_statement] = STATE(416), + [sym_switch_statement] = STATE(416), + [sym_case_statement] = STATE(416), + [sym_while_statement] = STATE(416), + [sym_do_statement] = STATE(416), + [sym_for_statement] = STATE(416), + [sym_return_statement] = STATE(416), + [sym_break_statement] = STATE(416), + [sym_continue_statement] = STATE(416), + [sym_goto_statement] = STATE(416), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(416), + [sym_co_return_statement] = STATE(416), + [sym_co_yield_statement] = STATE(416), + [sym_throw_statement] = STATE(416), + [sym_try_statement] = STATE(416), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [938] = { - [sym_identifier] = ACTIONS(1851), - [aux_sym_preproc_def_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1851), - [anon_sym_LPAREN2] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_AMP_AMP] = ACTIONS(1853), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym___attribute__] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), - [anon_sym___declspec] = ACTIONS(1851), - [anon_sym___based] = ACTIONS(1851), - [anon_sym_RBRACE] = ACTIONS(1853), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_thread_local] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym__Atomic] = ACTIONS(1851), - [anon_sym_mutable] = ACTIONS(1851), - [anon_sym_constexpr] = ACTIONS(1851), - [anon_sym_signed] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_class] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), + [904] = { + [sym_attribute_declaration] = STATE(904), + [sym_compound_statement] = STATE(710), + [sym_attributed_statement] = STATE(710), + [sym_labeled_statement] = STATE(710), + [sym_expression_statement] = STATE(710), + [sym_if_statement] = STATE(710), + [sym_switch_statement] = STATE(710), + [sym_case_statement] = STATE(710), + [sym_while_statement] = STATE(710), + [sym_do_statement] = STATE(710), + [sym_for_statement] = STATE(710), + [sym_return_statement] = STATE(710), + [sym_break_statement] = STATE(710), + [sym_continue_statement] = STATE(710), + [sym_goto_statement] = STATE(710), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(710), + [sym_co_return_statement] = STATE(710), + [sym_co_yield_statement] = STATE(710), + [sym_throw_statement] = STATE(710), + [sym_try_statement] = STATE(710), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(904), + [sym_identifier] = ACTIONS(2816), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2642), + [anon_sym_TILDE] = ACTIONS(2642), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2648), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2822), + [anon_sym_LBRACK] = ACTIONS(2663), + [sym_primitive_type] = ACTIONS(2666), + [anon_sym_if] = ACTIONS(2825), + [anon_sym_switch] = ACTIONS(2828), + [anon_sym_case] = ACTIONS(2831), + [anon_sym_default] = ACTIONS(2834), + [anon_sym_while] = ACTIONS(2837), + [anon_sym_do] = ACTIONS(2840), + [anon_sym_for] = ACTIONS(2843), + [anon_sym_return] = ACTIONS(2846), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2852), + [anon_sym_goto] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2705), + [sym_number_literal] = ACTIONS(2708), + [anon_sym_L_SQUOTE] = ACTIONS(2711), + [anon_sym_u_SQUOTE] = ACTIONS(2711), + [anon_sym_U_SQUOTE] = ACTIONS(2711), + [anon_sym_u8_SQUOTE] = ACTIONS(2711), + [anon_sym_SQUOTE] = ACTIONS(2711), + [anon_sym_L_DQUOTE] = ACTIONS(2714), + [anon_sym_u_DQUOTE] = ACTIONS(2714), + [anon_sym_U_DQUOTE] = ACTIONS(2714), + [anon_sym_u8_DQUOTE] = ACTIONS(2714), + [anon_sym_DQUOTE] = ACTIONS(2714), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_null] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2723), + [anon_sym_throw] = ACTIONS(2858), + [anon_sym_co_return] = ACTIONS(2861), + [anon_sym_co_yield] = ACTIONS(2864), + [anon_sym_try] = ACTIONS(2867), + [anon_sym_co_await] = ACTIONS(2738), + [anon_sym_new] = ACTIONS(2741), + [sym_this] = ACTIONS(2717), + [sym_nullptr] = ACTIONS(2717), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_FORWARD] = ACTIONS(2744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_PS_GET] = ACTIONS(2744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2744), + [sym_raw_string_literal] = ACTIONS(2747), + }, + [905] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [aux_sym_preproc_else_token1] = ACTIONS(1667), + [aux_sym_preproc_elif_token1] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [anon_sym_public] = ACTIONS(1667), + [anon_sym_private] = ACTIONS(1667), + [anon_sym_protected] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_friend] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + }, + [906] = { + [sym_attribute_declaration] = STATE(885), + [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(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1851), - [anon_sym_virtual] = ACTIONS(1851), - [anon_sym_explicit] = ACTIONS(1851), - [anon_sym_public] = ACTIONS(1851), - [anon_sym_private] = ACTIONS(1851), - [anon_sym_protected] = ACTIONS(1851), - [sym_auto] = ACTIONS(1851), - [anon_sym_typename] = ACTIONS(1851), - [anon_sym_template] = ACTIONS(1851), - [anon_sym_operator] = ACTIONS(1851), - [anon_sym_friend] = ACTIONS(1851), - [anon_sym_using] = ACTIONS(1851), - [anon_sym_static_assert] = ACTIONS(1851), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), - [anon_sym_MOZ_COLD] = ACTIONS(1851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_RAII] = ACTIONS(1851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [939] = { - [sym_identifier] = ACTIONS(1763), - [aux_sym_preproc_def_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), - [sym_preproc_directive] = ACTIONS(1763), - [anon_sym_LPAREN2] = ACTIONS(1765), - [anon_sym_TILDE] = ACTIONS(1765), - [anon_sym_STAR] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_typedef] = ACTIONS(1763), - [anon_sym_extern] = ACTIONS(1763), - [anon_sym___attribute__] = ACTIONS(1763), - [anon_sym_COLON_COLON] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), - [anon_sym___declspec] = ACTIONS(1763), - [anon_sym___based] = ACTIONS(1763), - [anon_sym_RBRACE] = ACTIONS(1765), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_register] = ACTIONS(1763), - [anon_sym_inline] = ACTIONS(1763), - [anon_sym_thread_local] = ACTIONS(1763), - [anon_sym_const] = ACTIONS(1763), - [anon_sym_volatile] = ACTIONS(1763), - [anon_sym_restrict] = ACTIONS(1763), - [anon_sym__Atomic] = ACTIONS(1763), - [anon_sym_mutable] = ACTIONS(1763), - [anon_sym_constexpr] = ACTIONS(1763), - [anon_sym_signed] = ACTIONS(1763), - [anon_sym_unsigned] = ACTIONS(1763), - [anon_sym_long] = ACTIONS(1763), - [anon_sym_short] = ACTIONS(1763), - [sym_primitive_type] = ACTIONS(1763), - [anon_sym_enum] = ACTIONS(1763), - [anon_sym_class] = ACTIONS(1763), - [anon_sym_struct] = ACTIONS(1763), - [anon_sym_union] = ACTIONS(1763), + [907] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4594), + [sym_attributed_statement] = STATE(4594), + [sym_labeled_statement] = STATE(4594), + [sym_expression_statement] = STATE(4594), + [sym_if_statement] = STATE(4594), + [sym_switch_statement] = STATE(4594), + [sym_case_statement] = STATE(4594), + [sym_while_statement] = STATE(4594), + [sym_do_statement] = STATE(4594), + [sym_for_statement] = STATE(4594), + [sym_return_statement] = STATE(4594), + [sym_break_statement] = STATE(4594), + [sym_continue_statement] = STATE(4594), + [sym_goto_statement] = STATE(4594), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4594), + [sym_co_return_statement] = STATE(4594), + [sym_co_yield_statement] = STATE(4594), + [sym_throw_statement] = STATE(4594), + [sym_try_statement] = STATE(4594), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1763), - [anon_sym_virtual] = ACTIONS(1763), - [anon_sym_explicit] = ACTIONS(1763), - [anon_sym_public] = ACTIONS(1763), - [anon_sym_private] = ACTIONS(1763), - [anon_sym_protected] = ACTIONS(1763), - [sym_auto] = ACTIONS(1763), - [anon_sym_typename] = ACTIONS(1763), - [anon_sym_template] = ACTIONS(1763), - [anon_sym_operator] = ACTIONS(1763), - [anon_sym_friend] = ACTIONS(1763), - [anon_sym_using] = ACTIONS(1763), - [anon_sym_static_assert] = ACTIONS(1763), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1763), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), - [anon_sym_MOZ_COLD] = ACTIONS(1763), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_RAII] = ACTIONS(1763), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [940] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2666), - [anon_sym_AMP_AMP] = ACTIONS(2666), - [anon_sym_AMP] = ACTIONS(2664), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2664), - [anon_sym_virtual] = ACTIONS(2664), - [anon_sym_explicit] = ACTIONS(2664), - [anon_sym_public] = ACTIONS(2664), - [anon_sym_private] = ACTIONS(2664), - [anon_sym_protected] = ACTIONS(2664), - [sym_auto] = ACTIONS(2664), - [anon_sym_typename] = ACTIONS(2664), - [anon_sym_template] = ACTIONS(2664), - [anon_sym_operator] = ACTIONS(2664), - [anon_sym_friend] = ACTIONS(2664), - [anon_sym_using] = ACTIONS(2664), - [anon_sym_static_assert] = ACTIONS(2664), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2664), - [anon_sym_MOZ_COLD] = ACTIONS(2664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_NONNULL] = ACTIONS(2664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2664), - [anon_sym_MOZ_RAII] = ACTIONS(2664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2664), + [908] = { + [sym_identifier] = ACTIONS(2870), + [aux_sym_preproc_def_token1] = ACTIONS(2870), + [aux_sym_preproc_if_token1] = ACTIONS(2870), + [aux_sym_preproc_if_token2] = ACTIONS(2870), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2870), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2870), + [aux_sym_preproc_else_token1] = ACTIONS(2870), + [aux_sym_preproc_elif_token1] = ACTIONS(2870), + [sym_preproc_directive] = ACTIONS(2870), + [anon_sym_LPAREN2] = ACTIONS(2872), + [anon_sym_TILDE] = ACTIONS(2872), + [anon_sym_STAR] = ACTIONS(2872), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP] = ACTIONS(2870), + [anon_sym_typedef] = ACTIONS(2870), + [anon_sym_extern] = ACTIONS(2870), + [anon_sym___attribute__] = ACTIONS(2870), + [anon_sym_COLON_COLON] = ACTIONS(2872), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2872), + [anon_sym___declspec] = ACTIONS(2870), + [anon_sym___based] = ACTIONS(2870), + [anon_sym_LBRACK] = ACTIONS(2870), + [anon_sym_static] = ACTIONS(2870), + [anon_sym_register] = ACTIONS(2870), + [anon_sym_inline] = ACTIONS(2870), + [anon_sym_thread_local] = ACTIONS(2870), + [anon_sym_const] = ACTIONS(2870), + [anon_sym_volatile] = ACTIONS(2870), + [anon_sym_restrict] = ACTIONS(2870), + [anon_sym__Atomic] = ACTIONS(2870), + [anon_sym_mutable] = ACTIONS(2870), + [anon_sym_constexpr] = ACTIONS(2870), + [anon_sym_signed] = ACTIONS(2870), + [anon_sym_unsigned] = ACTIONS(2870), + [anon_sym_long] = ACTIONS(2870), + [anon_sym_short] = ACTIONS(2870), + [sym_primitive_type] = ACTIONS(2870), + [anon_sym_enum] = ACTIONS(2870), + [anon_sym_class] = ACTIONS(2870), + [anon_sym_struct] = ACTIONS(2870), + [anon_sym_union] = ACTIONS(2870), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2870), + [anon_sym_virtual] = ACTIONS(2870), + [anon_sym_explicit] = ACTIONS(2870), + [anon_sym_public] = ACTIONS(2870), + [anon_sym_private] = ACTIONS(2870), + [anon_sym_protected] = ACTIONS(2870), + [sym_auto] = ACTIONS(2870), + [anon_sym_typename] = ACTIONS(2870), + [anon_sym_template] = ACTIONS(2870), + [anon_sym_operator] = ACTIONS(2870), + [anon_sym_friend] = ACTIONS(2870), + [anon_sym_using] = ACTIONS(2870), + [anon_sym_static_assert] = ACTIONS(2870), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2870), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2870), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2870), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2870), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2870), + [anon_sym_MOZ_COLD] = ACTIONS(2870), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2870), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2870), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2870), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2870), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2870), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2870), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2870), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2870), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2870), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2870), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2870), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2870), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2870), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_NONNULL] = ACTIONS(2870), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2870), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2870), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2870), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2870), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2870), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2870), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2870), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2870), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2870), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2870), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2870), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2870), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2870), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2870), + [anon_sym_MOZ_RAII] = ACTIONS(2870), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2870), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2870), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2870), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2870), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2870), }, - [941] = { - [sym_identifier] = ACTIONS(1759), - [aux_sym_preproc_def_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), - [sym_preproc_directive] = ACTIONS(1759), - [anon_sym_LPAREN2] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_AMP_AMP] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1759), - [anon_sym_typedef] = ACTIONS(1759), - [anon_sym_extern] = ACTIONS(1759), - [anon_sym___attribute__] = ACTIONS(1759), - [anon_sym_COLON_COLON] = ACTIONS(1761), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), - [anon_sym___declspec] = ACTIONS(1759), - [anon_sym___based] = ACTIONS(1759), - [anon_sym_RBRACE] = ACTIONS(1761), - [anon_sym_LBRACK] = ACTIONS(1759), - [anon_sym_static] = ACTIONS(1759), - [anon_sym_register] = ACTIONS(1759), - [anon_sym_inline] = ACTIONS(1759), - [anon_sym_thread_local] = ACTIONS(1759), - [anon_sym_const] = ACTIONS(1759), - [anon_sym_volatile] = ACTIONS(1759), - [anon_sym_restrict] = ACTIONS(1759), - [anon_sym__Atomic] = ACTIONS(1759), - [anon_sym_mutable] = ACTIONS(1759), - [anon_sym_constexpr] = ACTIONS(1759), - [anon_sym_signed] = ACTIONS(1759), - [anon_sym_unsigned] = ACTIONS(1759), - [anon_sym_long] = ACTIONS(1759), - [anon_sym_short] = ACTIONS(1759), - [sym_primitive_type] = ACTIONS(1759), - [anon_sym_enum] = ACTIONS(1759), - [anon_sym_class] = ACTIONS(1759), - [anon_sym_struct] = ACTIONS(1759), - [anon_sym_union] = ACTIONS(1759), + [909] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(415), + [sym_attributed_statement] = STATE(415), + [sym_labeled_statement] = STATE(415), + [sym_expression_statement] = STATE(415), + [sym_if_statement] = STATE(415), + [sym_switch_statement] = STATE(415), + [sym_case_statement] = STATE(415), + [sym_while_statement] = STATE(415), + [sym_do_statement] = STATE(415), + [sym_for_statement] = STATE(415), + [sym_return_statement] = STATE(415), + [sym_break_statement] = STATE(415), + [sym_continue_statement] = STATE(415), + [sym_goto_statement] = STATE(415), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(415), + [sym_co_return_statement] = STATE(415), + [sym_co_yield_statement] = STATE(415), + [sym_throw_statement] = STATE(415), + [sym_try_statement] = STATE(415), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1759), - [anon_sym_virtual] = ACTIONS(1759), - [anon_sym_explicit] = ACTIONS(1759), - [anon_sym_public] = ACTIONS(1759), - [anon_sym_private] = ACTIONS(1759), - [anon_sym_protected] = ACTIONS(1759), - [sym_auto] = ACTIONS(1759), - [anon_sym_typename] = ACTIONS(1759), - [anon_sym_template] = ACTIONS(1759), - [anon_sym_operator] = ACTIONS(1759), - [anon_sym_friend] = ACTIONS(1759), - [anon_sym_using] = ACTIONS(1759), - [anon_sym_static_assert] = ACTIONS(1759), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1759), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), - [anon_sym_MOZ_COLD] = ACTIONS(1759), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_RAII] = ACTIONS(1759), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [942] = { - [sym_identifier] = ACTIONS(1751), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), - [sym_preproc_directive] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1753), - [anon_sym_TILDE] = ACTIONS(1753), - [anon_sym_STAR] = ACTIONS(1753), - [anon_sym_AMP_AMP] = ACTIONS(1753), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_typedef] = ACTIONS(1751), - [anon_sym_extern] = ACTIONS(1751), - [anon_sym___attribute__] = ACTIONS(1751), - [anon_sym_COLON_COLON] = ACTIONS(1753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), - [anon_sym___declspec] = ACTIONS(1751), - [anon_sym___based] = ACTIONS(1751), - [anon_sym_RBRACE] = ACTIONS(1753), - [anon_sym_LBRACK] = ACTIONS(1751), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_register] = ACTIONS(1751), - [anon_sym_inline] = ACTIONS(1751), - [anon_sym_thread_local] = ACTIONS(1751), - [anon_sym_const] = ACTIONS(1751), - [anon_sym_volatile] = ACTIONS(1751), - [anon_sym_restrict] = ACTIONS(1751), - [anon_sym__Atomic] = ACTIONS(1751), - [anon_sym_mutable] = ACTIONS(1751), - [anon_sym_constexpr] = ACTIONS(1751), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), - [sym_primitive_type] = ACTIONS(1751), - [anon_sym_enum] = ACTIONS(1751), - [anon_sym_class] = ACTIONS(1751), - [anon_sym_struct] = ACTIONS(1751), - [anon_sym_union] = ACTIONS(1751), + [910] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(414), + [sym_attributed_statement] = STATE(414), + [sym_labeled_statement] = STATE(414), + [sym_expression_statement] = STATE(414), + [sym_if_statement] = STATE(414), + [sym_switch_statement] = STATE(414), + [sym_case_statement] = STATE(414), + [sym_while_statement] = STATE(414), + [sym_do_statement] = STATE(414), + [sym_for_statement] = STATE(414), + [sym_return_statement] = STATE(414), + [sym_break_statement] = STATE(414), + [sym_continue_statement] = STATE(414), + [sym_goto_statement] = STATE(414), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(414), + [sym_co_return_statement] = STATE(414), + [sym_co_yield_statement] = STATE(414), + [sym_throw_statement] = STATE(414), + [sym_try_statement] = STATE(414), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1751), - [anon_sym_virtual] = ACTIONS(1751), - [anon_sym_explicit] = ACTIONS(1751), - [anon_sym_public] = ACTIONS(1751), - [anon_sym_private] = ACTIONS(1751), - [anon_sym_protected] = ACTIONS(1751), - [sym_auto] = ACTIONS(1751), - [anon_sym_typename] = ACTIONS(1751), - [anon_sym_template] = ACTIONS(1751), - [anon_sym_operator] = ACTIONS(1751), - [anon_sym_friend] = ACTIONS(1751), - [anon_sym_using] = ACTIONS(1751), - [anon_sym_static_assert] = ACTIONS(1751), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1751), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), - [anon_sym_MOZ_COLD] = ACTIONS(1751), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_RAII] = ACTIONS(1751), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [943] = { - [sym_identifier] = ACTIONS(1779), - [aux_sym_preproc_def_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), - [sym_preproc_directive] = ACTIONS(1779), - [anon_sym_LPAREN2] = ACTIONS(1781), - [anon_sym_TILDE] = ACTIONS(1781), - [anon_sym_STAR] = ACTIONS(1781), - [anon_sym_AMP_AMP] = ACTIONS(1781), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_typedef] = ACTIONS(1779), - [anon_sym_extern] = ACTIONS(1779), - [anon_sym___attribute__] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1781), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), - [anon_sym___declspec] = ACTIONS(1779), - [anon_sym___based] = ACTIONS(1779), - [anon_sym_RBRACE] = ACTIONS(1781), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_static] = ACTIONS(1779), - [anon_sym_register] = ACTIONS(1779), - [anon_sym_inline] = ACTIONS(1779), - [anon_sym_thread_local] = ACTIONS(1779), - [anon_sym_const] = ACTIONS(1779), - [anon_sym_volatile] = ACTIONS(1779), - [anon_sym_restrict] = ACTIONS(1779), - [anon_sym__Atomic] = ACTIONS(1779), - [anon_sym_mutable] = ACTIONS(1779), - [anon_sym_constexpr] = ACTIONS(1779), - [anon_sym_signed] = ACTIONS(1779), - [anon_sym_unsigned] = ACTIONS(1779), - [anon_sym_long] = ACTIONS(1779), - [anon_sym_short] = ACTIONS(1779), - [sym_primitive_type] = ACTIONS(1779), - [anon_sym_enum] = ACTIONS(1779), - [anon_sym_class] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1779), - [anon_sym_union] = ACTIONS(1779), + [911] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4565), + [sym_attributed_statement] = STATE(4566), + [sym_labeled_statement] = STATE(4567), + [sym_expression_statement] = STATE(4569), + [sym_if_statement] = STATE(4570), + [sym_switch_statement] = STATE(4571), + [sym_case_statement] = STATE(4572), + [sym_while_statement] = STATE(4576), + [sym_do_statement] = STATE(4577), + [sym_for_statement] = STATE(4578), + [sym_return_statement] = STATE(4579), + [sym_break_statement] = STATE(4581), + [sym_continue_statement] = STATE(4582), + [sym_goto_statement] = STATE(4585), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4588), + [sym_co_return_statement] = STATE(4589), + [sym_co_yield_statement] = STATE(4591), + [sym_throw_statement] = STATE(4592), + [sym_try_statement] = STATE(4593), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1779), - [anon_sym_virtual] = ACTIONS(1779), - [anon_sym_explicit] = ACTIONS(1779), - [anon_sym_public] = ACTIONS(1779), - [anon_sym_private] = ACTIONS(1779), - [anon_sym_protected] = ACTIONS(1779), - [sym_auto] = ACTIONS(1779), - [anon_sym_typename] = ACTIONS(1779), - [anon_sym_template] = ACTIONS(1779), - [anon_sym_operator] = ACTIONS(1779), - [anon_sym_friend] = ACTIONS(1779), - [anon_sym_using] = ACTIONS(1779), - [anon_sym_static_assert] = ACTIONS(1779), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1779), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), - [anon_sym_MOZ_COLD] = ACTIONS(1779), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_RAII] = ACTIONS(1779), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [912] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4534), + [sym_attributed_statement] = STATE(4538), + [sym_labeled_statement] = STATE(4539), + [sym_expression_statement] = STATE(4540), + [sym_if_statement] = STATE(4543), + [sym_switch_statement] = STATE(4547), + [sym_case_statement] = STATE(4549), + [sym_while_statement] = STATE(4550), + [sym_do_statement] = STATE(4551), + [sym_for_statement] = STATE(4553), + [sym_return_statement] = STATE(4554), + [sym_break_statement] = STATE(4555), + [sym_continue_statement] = STATE(4557), + [sym_goto_statement] = STATE(4558), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4560), + [sym_co_return_statement] = STATE(4561), + [sym_co_yield_statement] = STATE(4562), + [sym_throw_statement] = STATE(4563), + [sym_try_statement] = STATE(4564), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [913] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [aux_sym_preproc_else_token1] = ACTIONS(1667), + [aux_sym_preproc_elif_token1] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [anon_sym_public] = ACTIONS(1667), + [anon_sym_private] = ACTIONS(1667), + [anon_sym_protected] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_friend] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + }, + [914] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4532), + [sym_attributed_statement] = STATE(4532), + [sym_labeled_statement] = STATE(4532), + [sym_expression_statement] = STATE(4532), + [sym_if_statement] = STATE(4532), + [sym_switch_statement] = STATE(4532), + [sym_case_statement] = STATE(4532), + [sym_while_statement] = STATE(4532), + [sym_do_statement] = STATE(4532), + [sym_for_statement] = STATE(4532), + [sym_return_statement] = STATE(4532), + [sym_break_statement] = STATE(4532), + [sym_continue_statement] = STATE(4532), + [sym_goto_statement] = STATE(4532), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4532), + [sym_co_return_statement] = STATE(4532), + [sym_co_yield_statement] = STATE(4532), + [sym_throw_statement] = STATE(4532), + [sym_try_statement] = STATE(4532), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [944] = { - [sym_identifier] = ACTIONS(1795), - [aux_sym_preproc_def_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), - [sym_preproc_directive] = ACTIONS(1795), - [anon_sym_LPAREN2] = ACTIONS(1797), - [anon_sym_TILDE] = ACTIONS(1797), - [anon_sym_STAR] = ACTIONS(1797), - [anon_sym_AMP_AMP] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1795), - [anon_sym_typedef] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1795), - [anon_sym___attribute__] = ACTIONS(1795), - [anon_sym_COLON_COLON] = ACTIONS(1797), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), - [anon_sym___declspec] = ACTIONS(1795), - [anon_sym___based] = ACTIONS(1795), - [anon_sym_RBRACE] = ACTIONS(1797), - [anon_sym_LBRACK] = ACTIONS(1795), - [anon_sym_static] = ACTIONS(1795), - [anon_sym_register] = ACTIONS(1795), - [anon_sym_inline] = ACTIONS(1795), - [anon_sym_thread_local] = ACTIONS(1795), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym_mutable] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_signed] = ACTIONS(1795), - [anon_sym_unsigned] = ACTIONS(1795), - [anon_sym_long] = ACTIONS(1795), - [anon_sym_short] = ACTIONS(1795), - [sym_primitive_type] = ACTIONS(1795), - [anon_sym_enum] = ACTIONS(1795), - [anon_sym_class] = ACTIONS(1795), - [anon_sym_struct] = ACTIONS(1795), - [anon_sym_union] = ACTIONS(1795), + [915] = { + [sym_identifier] = ACTIONS(1569), + [aux_sym_preproc_def_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token2] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), + [aux_sym_preproc_else_token1] = ACTIONS(1569), + [aux_sym_preproc_elif_token1] = ACTIONS(1569), + [sym_preproc_directive] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym___based] = ACTIONS(1569), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1795), - [anon_sym_virtual] = ACTIONS(1795), - [anon_sym_explicit] = ACTIONS(1795), - [anon_sym_public] = ACTIONS(1795), - [anon_sym_private] = ACTIONS(1795), - [anon_sym_protected] = ACTIONS(1795), - [sym_auto] = ACTIONS(1795), - [anon_sym_typename] = ACTIONS(1795), - [anon_sym_template] = ACTIONS(1795), - [anon_sym_operator] = ACTIONS(1795), - [anon_sym_friend] = ACTIONS(1795), - [anon_sym_using] = ACTIONS(1795), - [anon_sym_static_assert] = ACTIONS(1795), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1795), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), - [anon_sym_MOZ_COLD] = ACTIONS(1795), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_RAII] = ACTIONS(1795), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [anon_sym_explicit] = ACTIONS(1569), + [anon_sym_public] = ACTIONS(1569), + [anon_sym_private] = ACTIONS(1569), + [anon_sym_protected] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_operator] = ACTIONS(1569), + [anon_sym_friend] = ACTIONS(1569), + [anon_sym_using] = ACTIONS(1569), + [anon_sym_static_assert] = ACTIONS(1569), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), }, - [945] = { - [sym_identifier] = ACTIONS(1739), - [aux_sym_preproc_def_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), - [sym_preproc_directive] = ACTIONS(1739), - [anon_sym_LPAREN2] = ACTIONS(1741), - [anon_sym_TILDE] = ACTIONS(1741), - [anon_sym_STAR] = ACTIONS(1741), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_AMP] = ACTIONS(1739), - [anon_sym_typedef] = ACTIONS(1739), - [anon_sym_extern] = ACTIONS(1739), - [anon_sym___attribute__] = ACTIONS(1739), - [anon_sym_COLON_COLON] = ACTIONS(1741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), - [anon_sym___declspec] = ACTIONS(1739), - [anon_sym___based] = ACTIONS(1739), - [anon_sym_RBRACE] = ACTIONS(1741), - [anon_sym_LBRACK] = ACTIONS(1739), - [anon_sym_static] = ACTIONS(1739), - [anon_sym_register] = ACTIONS(1739), - [anon_sym_inline] = ACTIONS(1739), - [anon_sym_thread_local] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1739), - [anon_sym_volatile] = ACTIONS(1739), - [anon_sym_restrict] = ACTIONS(1739), - [anon_sym__Atomic] = ACTIONS(1739), - [anon_sym_mutable] = ACTIONS(1739), - [anon_sym_constexpr] = ACTIONS(1739), - [anon_sym_signed] = ACTIONS(1739), - [anon_sym_unsigned] = ACTIONS(1739), - [anon_sym_long] = ACTIONS(1739), - [anon_sym_short] = ACTIONS(1739), - [sym_primitive_type] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1739), - [anon_sym_class] = ACTIONS(1739), - [anon_sym_struct] = ACTIONS(1739), - [anon_sym_union] = ACTIONS(1739), + [916] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(731), + [sym_attributed_statement] = STATE(731), + [sym_labeled_statement] = STATE(731), + [sym_expression_statement] = STATE(731), + [sym_if_statement] = STATE(731), + [sym_switch_statement] = STATE(731), + [sym_case_statement] = STATE(731), + [sym_while_statement] = STATE(731), + [sym_do_statement] = STATE(731), + [sym_for_statement] = STATE(731), + [sym_return_statement] = STATE(731), + [sym_break_statement] = STATE(731), + [sym_continue_statement] = STATE(731), + [sym_goto_statement] = STATE(731), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(731), + [sym_co_return_statement] = STATE(731), + [sym_co_yield_statement] = STATE(731), + [sym_throw_statement] = STATE(731), + [sym_try_statement] = STATE(731), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1739), - [anon_sym_virtual] = ACTIONS(1739), - [anon_sym_explicit] = ACTIONS(1739), - [anon_sym_public] = ACTIONS(1739), - [anon_sym_private] = ACTIONS(1739), - [anon_sym_protected] = ACTIONS(1739), - [sym_auto] = ACTIONS(1739), - [anon_sym_typename] = ACTIONS(1739), - [anon_sym_template] = ACTIONS(1739), - [anon_sym_operator] = ACTIONS(1739), - [anon_sym_friend] = ACTIONS(1739), - [anon_sym_using] = ACTIONS(1739), - [anon_sym_static_assert] = ACTIONS(1739), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1739), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), - [anon_sym_MOZ_COLD] = ACTIONS(1739), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_RAII] = ACTIONS(1739), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [946] = { - [sym_identifier] = ACTIONS(1735), - [aux_sym_preproc_def_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), - [sym_preproc_directive] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_TILDE] = ACTIONS(1737), - [anon_sym_STAR] = ACTIONS(1737), - [anon_sym_AMP_AMP] = ACTIONS(1737), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym___declspec] = ACTIONS(1735), - [anon_sym___based] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1735), - [anon_sym_static] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_inline] = ACTIONS(1735), - [anon_sym_thread_local] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [anon_sym_volatile] = ACTIONS(1735), - [anon_sym_restrict] = ACTIONS(1735), - [anon_sym__Atomic] = ACTIONS(1735), - [anon_sym_mutable] = ACTIONS(1735), - [anon_sym_constexpr] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1735), - [anon_sym_unsigned] = ACTIONS(1735), - [anon_sym_long] = ACTIONS(1735), - [anon_sym_short] = ACTIONS(1735), - [sym_primitive_type] = ACTIONS(1735), - [anon_sym_enum] = ACTIONS(1735), - [anon_sym_class] = ACTIONS(1735), - [anon_sym_struct] = ACTIONS(1735), - [anon_sym_union] = ACTIONS(1735), + [917] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(719), + [sym_attributed_statement] = STATE(719), + [sym_labeled_statement] = STATE(719), + [sym_expression_statement] = STATE(719), + [sym_if_statement] = STATE(719), + [sym_switch_statement] = STATE(719), + [sym_case_statement] = STATE(719), + [sym_while_statement] = STATE(719), + [sym_do_statement] = STATE(719), + [sym_for_statement] = STATE(719), + [sym_return_statement] = STATE(719), + [sym_break_statement] = STATE(719), + [sym_continue_statement] = STATE(719), + [sym_goto_statement] = STATE(719), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(719), + [sym_co_return_statement] = STATE(719), + [sym_co_yield_statement] = STATE(719), + [sym_throw_statement] = STATE(719), + [sym_try_statement] = STATE(719), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1735), - [anon_sym_virtual] = ACTIONS(1735), - [anon_sym_explicit] = ACTIONS(1735), - [anon_sym_public] = ACTIONS(1735), - [anon_sym_private] = ACTIONS(1735), - [anon_sym_protected] = ACTIONS(1735), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_template] = ACTIONS(1735), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_friend] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1735), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), - [anon_sym_MOZ_COLD] = ACTIONS(1735), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_RAII] = ACTIONS(1735), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [947] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2634), - [anon_sym_STAR] = ACTIONS(2634), - [anon_sym_AMP_AMP] = ACTIONS(2634), - [anon_sym_AMP] = ACTIONS(2632), - [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_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_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), + [918] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4531), + [sym_attributed_statement] = STATE(4531), + [sym_labeled_statement] = STATE(4531), + [sym_expression_statement] = STATE(4531), + [sym_if_statement] = STATE(4531), + [sym_switch_statement] = STATE(4531), + [sym_case_statement] = STATE(4531), + [sym_while_statement] = STATE(4531), + [sym_do_statement] = STATE(4531), + [sym_for_statement] = STATE(4531), + [sym_return_statement] = STATE(4531), + [sym_break_statement] = STATE(4531), + [sym_continue_statement] = STATE(4531), + [sym_goto_statement] = STATE(4531), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4531), + [sym_co_return_statement] = STATE(4531), + [sym_co_yield_statement] = STATE(4531), + [sym_throw_statement] = STATE(4531), + [sym_try_statement] = STATE(4531), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(2632), - [anon_sym_virtual] = ACTIONS(2632), - [anon_sym_explicit] = ACTIONS(2632), - [anon_sym_public] = ACTIONS(2632), - [anon_sym_private] = ACTIONS(2632), - [anon_sym_protected] = ACTIONS(2632), - [sym_auto] = ACTIONS(2632), - [anon_sym_typename] = ACTIONS(2632), - [anon_sym_template] = ACTIONS(2632), - [anon_sym_operator] = ACTIONS(2632), - [anon_sym_friend] = ACTIONS(2632), - [anon_sym_using] = ACTIONS(2632), - [anon_sym_static_assert] = ACTIONS(2632), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2632), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2632), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2632), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2632), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2632), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2632), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2632), - [anon_sym_MOZ_COLD] = ACTIONS(2632), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2632), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2632), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2632), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2632), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2632), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2632), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2632), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2632), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2632), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2632), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2632), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2632), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2632), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2632), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2632), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2632), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2632), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_NONNULL] = ACTIONS(2632), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2632), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2632), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2632), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2632), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2632), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_NORETURN] = ACTIONS(2632), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2632), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2632), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2632), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), - [anon_sym_MOZ_RAII] = ACTIONS(2632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2632), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [948] = { - [sym_identifier] = ACTIONS(1629), - [aux_sym_preproc_def_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), - [sym_preproc_directive] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP_AMP] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1629), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym___based] = ACTIONS(1629), - [anon_sym_RBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), + [919] = { + [sym_identifier] = ACTIONS(2874), + [aux_sym_preproc_def_token1] = ACTIONS(2874), + [aux_sym_preproc_if_token1] = ACTIONS(2874), + [aux_sym_preproc_if_token2] = ACTIONS(2874), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2874), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2874), + [aux_sym_preproc_else_token1] = ACTIONS(2874), + [aux_sym_preproc_elif_token1] = ACTIONS(2874), + [sym_preproc_directive] = ACTIONS(2874), + [anon_sym_LPAREN2] = ACTIONS(2876), + [anon_sym_TILDE] = ACTIONS(2876), + [anon_sym_STAR] = ACTIONS(2876), + [anon_sym_AMP_AMP] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(2874), + [anon_sym_typedef] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym___attribute__] = ACTIONS(2874), + [anon_sym_COLON_COLON] = ACTIONS(2876), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2876), + [anon_sym___declspec] = ACTIONS(2874), + [anon_sym___based] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_static] = ACTIONS(2874), + [anon_sym_register] = ACTIONS(2874), + [anon_sym_inline] = ACTIONS(2874), + [anon_sym_thread_local] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_volatile] = ACTIONS(2874), + [anon_sym_restrict] = ACTIONS(2874), + [anon_sym__Atomic] = ACTIONS(2874), + [anon_sym_mutable] = ACTIONS(2874), + [anon_sym_constexpr] = ACTIONS(2874), + [anon_sym_signed] = ACTIONS(2874), + [anon_sym_unsigned] = ACTIONS(2874), + [anon_sym_long] = ACTIONS(2874), + [anon_sym_short] = ACTIONS(2874), + [sym_primitive_type] = ACTIONS(2874), + [anon_sym_enum] = ACTIONS(2874), + [anon_sym_class] = ACTIONS(2874), + [anon_sym_struct] = ACTIONS(2874), + [anon_sym_union] = ACTIONS(2874), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2874), + [anon_sym_virtual] = ACTIONS(2874), + [anon_sym_explicit] = ACTIONS(2874), + [anon_sym_public] = ACTIONS(2874), + [anon_sym_private] = ACTIONS(2874), + [anon_sym_protected] = ACTIONS(2874), + [sym_auto] = ACTIONS(2874), + [anon_sym_typename] = ACTIONS(2874), + [anon_sym_template] = ACTIONS(2874), + [anon_sym_operator] = ACTIONS(2874), + [anon_sym_friend] = ACTIONS(2874), + [anon_sym_using] = ACTIONS(2874), + [anon_sym_static_assert] = ACTIONS(2874), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2874), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2874), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2874), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2874), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2874), + [anon_sym_MOZ_COLD] = ACTIONS(2874), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2874), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2874), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2874), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2874), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2874), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2874), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2874), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2874), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2874), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2874), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2874), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2874), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2874), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_NONNULL] = ACTIONS(2874), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2874), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2874), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2874), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2874), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2874), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2874), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2874), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2874), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2874), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2874), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2874), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2874), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2874), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2874), + [anon_sym_MOZ_RAII] = ACTIONS(2874), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2874), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2874), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2874), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2874), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2874), + }, + [920] = { + [sym_attribute_declaration] = STATE(945), + [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(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1629), - [anon_sym_virtual] = ACTIONS(1629), - [anon_sym_explicit] = ACTIONS(1629), - [anon_sym_public] = ACTIONS(1629), - [anon_sym_private] = ACTIONS(1629), - [anon_sym_protected] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_operator] = ACTIONS(1629), - [anon_sym_friend] = ACTIONS(1629), - [anon_sym_using] = ACTIONS(1629), - [anon_sym_static_assert] = ACTIONS(1629), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [949] = { - [sym_identifier] = ACTIONS(1703), - [aux_sym_preproc_def_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), - [sym_preproc_directive] = ACTIONS(1703), - [anon_sym_LPAREN2] = ACTIONS(1705), - [anon_sym_TILDE] = ACTIONS(1705), - [anon_sym_STAR] = ACTIONS(1705), - [anon_sym_AMP_AMP] = ACTIONS(1705), - [anon_sym_AMP] = ACTIONS(1703), - [anon_sym_typedef] = ACTIONS(1703), - [anon_sym_extern] = ACTIONS(1703), - [anon_sym___attribute__] = ACTIONS(1703), - [anon_sym_COLON_COLON] = ACTIONS(1705), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), - [anon_sym___declspec] = ACTIONS(1703), - [anon_sym___based] = ACTIONS(1703), - [anon_sym_RBRACE] = ACTIONS(1705), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_static] = ACTIONS(1703), - [anon_sym_register] = ACTIONS(1703), - [anon_sym_inline] = ACTIONS(1703), - [anon_sym_thread_local] = ACTIONS(1703), - [anon_sym_const] = ACTIONS(1703), - [anon_sym_volatile] = ACTIONS(1703), - [anon_sym_restrict] = ACTIONS(1703), - [anon_sym__Atomic] = ACTIONS(1703), - [anon_sym_mutable] = ACTIONS(1703), - [anon_sym_constexpr] = ACTIONS(1703), - [anon_sym_signed] = ACTIONS(1703), - [anon_sym_unsigned] = ACTIONS(1703), - [anon_sym_long] = ACTIONS(1703), - [anon_sym_short] = ACTIONS(1703), - [sym_primitive_type] = ACTIONS(1703), - [anon_sym_enum] = ACTIONS(1703), - [anon_sym_class] = ACTIONS(1703), - [anon_sym_struct] = ACTIONS(1703), - [anon_sym_union] = ACTIONS(1703), + [921] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(261), + [sym_attributed_statement] = STATE(261), + [sym_labeled_statement] = STATE(261), + [sym_expression_statement] = STATE(261), + [sym_if_statement] = STATE(261), + [sym_switch_statement] = STATE(261), + [sym_case_statement] = STATE(261), + [sym_while_statement] = STATE(261), + [sym_do_statement] = STATE(261), + [sym_for_statement] = STATE(261), + [sym_return_statement] = STATE(261), + [sym_break_statement] = STATE(261), + [sym_continue_statement] = STATE(261), + [sym_goto_statement] = STATE(261), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(261), + [sym_co_return_statement] = STATE(261), + [sym_co_yield_statement] = STATE(261), + [sym_throw_statement] = STATE(261), + [sym_try_statement] = STATE(261), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1703), - [anon_sym_virtual] = ACTIONS(1703), - [anon_sym_explicit] = ACTIONS(1703), - [anon_sym_public] = ACTIONS(1703), - [anon_sym_private] = ACTIONS(1703), - [anon_sym_protected] = ACTIONS(1703), - [sym_auto] = ACTIONS(1703), - [anon_sym_typename] = ACTIONS(1703), - [anon_sym_template] = ACTIONS(1703), - [anon_sym_operator] = ACTIONS(1703), - [anon_sym_friend] = ACTIONS(1703), - [anon_sym_using] = ACTIONS(1703), - [anon_sym_static_assert] = ACTIONS(1703), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1703), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), - [anon_sym_MOZ_COLD] = ACTIONS(1703), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_RAII] = ACTIONS(1703), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [950] = { - [sym_identifier] = ACTIONS(1807), - [aux_sym_preproc_def_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), - [sym_preproc_directive] = ACTIONS(1807), - [anon_sym_LPAREN2] = ACTIONS(1809), - [anon_sym_TILDE] = ACTIONS(1809), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_AMP_AMP] = ACTIONS(1809), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_typedef] = ACTIONS(1807), - [anon_sym_extern] = ACTIONS(1807), - [anon_sym___attribute__] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___based] = ACTIONS(1807), - [anon_sym_RBRACE] = ACTIONS(1809), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_static] = ACTIONS(1807), - [anon_sym_register] = ACTIONS(1807), - [anon_sym_inline] = ACTIONS(1807), - [anon_sym_thread_local] = ACTIONS(1807), - [anon_sym_const] = ACTIONS(1807), - [anon_sym_volatile] = ACTIONS(1807), - [anon_sym_restrict] = ACTIONS(1807), - [anon_sym__Atomic] = ACTIONS(1807), - [anon_sym_mutable] = ACTIONS(1807), - [anon_sym_constexpr] = ACTIONS(1807), - [anon_sym_signed] = ACTIONS(1807), - [anon_sym_unsigned] = ACTIONS(1807), - [anon_sym_long] = ACTIONS(1807), - [anon_sym_short] = ACTIONS(1807), - [sym_primitive_type] = ACTIONS(1807), - [anon_sym_enum] = ACTIONS(1807), - [anon_sym_class] = ACTIONS(1807), - [anon_sym_struct] = ACTIONS(1807), - [anon_sym_union] = ACTIONS(1807), + [922] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(360), + [sym_attributed_statement] = STATE(360), + [sym_labeled_statement] = STATE(360), + [sym_expression_statement] = STATE(360), + [sym_if_statement] = STATE(360), + [sym_switch_statement] = STATE(360), + [sym_case_statement] = STATE(360), + [sym_while_statement] = STATE(360), + [sym_do_statement] = STATE(360), + [sym_for_statement] = STATE(360), + [sym_return_statement] = STATE(360), + [sym_break_statement] = STATE(360), + [sym_continue_statement] = STATE(360), + [sym_goto_statement] = STATE(360), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(360), + [sym_co_return_statement] = STATE(360), + [sym_co_yield_statement] = STATE(360), + [sym_throw_statement] = STATE(360), + [sym_try_statement] = STATE(360), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1807), - [anon_sym_virtual] = ACTIONS(1807), - [anon_sym_explicit] = ACTIONS(1807), - [anon_sym_public] = ACTIONS(1807), - [anon_sym_private] = ACTIONS(1807), - [anon_sym_protected] = ACTIONS(1807), - [sym_auto] = ACTIONS(1807), - [anon_sym_typename] = ACTIONS(1807), - [anon_sym_template] = ACTIONS(1807), - [anon_sym_operator] = ACTIONS(1807), - [anon_sym_friend] = ACTIONS(1807), - [anon_sym_using] = ACTIONS(1807), - [anon_sym_static_assert] = ACTIONS(1807), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1807), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), - [anon_sym_MOZ_COLD] = ACTIONS(1807), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_RAII] = ACTIONS(1807), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [951] = { - [sym_identifier] = ACTIONS(1803), - [aux_sym_preproc_def_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), - [sym_preproc_directive] = ACTIONS(1803), - [anon_sym_LPAREN2] = ACTIONS(1805), - [anon_sym_TILDE] = ACTIONS(1805), - [anon_sym_STAR] = ACTIONS(1805), - [anon_sym_AMP_AMP] = ACTIONS(1805), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_typedef] = ACTIONS(1803), - [anon_sym_extern] = ACTIONS(1803), - [anon_sym___attribute__] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1805), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), - [anon_sym___declspec] = ACTIONS(1803), - [anon_sym___based] = ACTIONS(1803), - [anon_sym_RBRACE] = ACTIONS(1805), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_register] = ACTIONS(1803), - [anon_sym_inline] = ACTIONS(1803), - [anon_sym_thread_local] = ACTIONS(1803), - [anon_sym_const] = ACTIONS(1803), - [anon_sym_volatile] = ACTIONS(1803), - [anon_sym_restrict] = ACTIONS(1803), - [anon_sym__Atomic] = ACTIONS(1803), - [anon_sym_mutable] = ACTIONS(1803), - [anon_sym_constexpr] = ACTIONS(1803), - [anon_sym_signed] = ACTIONS(1803), - [anon_sym_unsigned] = ACTIONS(1803), - [anon_sym_long] = ACTIONS(1803), - [anon_sym_short] = ACTIONS(1803), - [sym_primitive_type] = ACTIONS(1803), - [anon_sym_enum] = ACTIONS(1803), - [anon_sym_class] = ACTIONS(1803), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), + [923] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(413), + [sym_attributed_statement] = STATE(413), + [sym_labeled_statement] = STATE(413), + [sym_expression_statement] = STATE(413), + [sym_if_statement] = STATE(413), + [sym_switch_statement] = STATE(413), + [sym_case_statement] = STATE(413), + [sym_while_statement] = STATE(413), + [sym_do_statement] = STATE(413), + [sym_for_statement] = STATE(413), + [sym_return_statement] = STATE(413), + [sym_break_statement] = STATE(413), + [sym_continue_statement] = STATE(413), + [sym_goto_statement] = STATE(413), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(413), + [sym_co_return_statement] = STATE(413), + [sym_co_yield_statement] = STATE(413), + [sym_throw_statement] = STATE(413), + [sym_try_statement] = STATE(413), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1803), - [anon_sym_virtual] = ACTIONS(1803), - [anon_sym_explicit] = ACTIONS(1803), - [anon_sym_public] = ACTIONS(1803), - [anon_sym_private] = ACTIONS(1803), - [anon_sym_protected] = ACTIONS(1803), - [sym_auto] = ACTIONS(1803), - [anon_sym_typename] = ACTIONS(1803), - [anon_sym_template] = ACTIONS(1803), - [anon_sym_operator] = ACTIONS(1803), - [anon_sym_friend] = ACTIONS(1803), - [anon_sym_using] = ACTIONS(1803), - [anon_sym_static_assert] = ACTIONS(1803), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1803), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), - [anon_sym_MOZ_COLD] = ACTIONS(1803), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_RAII] = ACTIONS(1803), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [952] = { - [sym_identifier] = ACTIONS(1899), - [aux_sym_preproc_def_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), - [sym_preproc_directive] = ACTIONS(1899), - [anon_sym_LPAREN2] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1901), - [anon_sym_AMP_AMP] = ACTIONS(1901), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_typedef] = ACTIONS(1899), - [anon_sym_extern] = ACTIONS(1899), - [anon_sym___attribute__] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1901), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), - [anon_sym___declspec] = ACTIONS(1899), - [anon_sym___based] = ACTIONS(1899), - [anon_sym_RBRACE] = ACTIONS(1901), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_static] = ACTIONS(1899), - [anon_sym_register] = ACTIONS(1899), - [anon_sym_inline] = ACTIONS(1899), - [anon_sym_thread_local] = ACTIONS(1899), - [anon_sym_const] = ACTIONS(1899), - [anon_sym_volatile] = ACTIONS(1899), - [anon_sym_restrict] = ACTIONS(1899), - [anon_sym__Atomic] = ACTIONS(1899), - [anon_sym_mutable] = ACTIONS(1899), - [anon_sym_constexpr] = ACTIONS(1899), - [anon_sym_signed] = ACTIONS(1899), - [anon_sym_unsigned] = ACTIONS(1899), - [anon_sym_long] = ACTIONS(1899), - [anon_sym_short] = ACTIONS(1899), - [sym_primitive_type] = ACTIONS(1899), - [anon_sym_enum] = ACTIONS(1899), - [anon_sym_class] = ACTIONS(1899), - [anon_sym_struct] = ACTIONS(1899), - [anon_sym_union] = ACTIONS(1899), + [924] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(410), + [sym_attributed_statement] = STATE(410), + [sym_labeled_statement] = STATE(410), + [sym_expression_statement] = STATE(410), + [sym_if_statement] = STATE(410), + [sym_switch_statement] = STATE(410), + [sym_case_statement] = STATE(410), + [sym_while_statement] = STATE(410), + [sym_do_statement] = STATE(410), + [sym_for_statement] = STATE(410), + [sym_return_statement] = STATE(410), + [sym_break_statement] = STATE(410), + [sym_continue_statement] = STATE(410), + [sym_goto_statement] = STATE(410), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(410), + [sym_co_return_statement] = STATE(410), + [sym_co_yield_statement] = STATE(410), + [sym_throw_statement] = STATE(410), + [sym_try_statement] = STATE(410), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1899), - [anon_sym_virtual] = ACTIONS(1899), - [anon_sym_explicit] = ACTIONS(1899), - [anon_sym_public] = ACTIONS(1899), - [anon_sym_private] = ACTIONS(1899), - [anon_sym_protected] = ACTIONS(1899), - [sym_auto] = ACTIONS(1899), - [anon_sym_typename] = ACTIONS(1899), - [anon_sym_template] = ACTIONS(1899), - [anon_sym_operator] = ACTIONS(1899), - [anon_sym_friend] = ACTIONS(1899), - [anon_sym_using] = ACTIONS(1899), - [anon_sym_static_assert] = ACTIONS(1899), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1899), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), - [anon_sym_MOZ_COLD] = ACTIONS(1899), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_RAII] = ACTIONS(1899), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [953] = { - [sym_identifier] = ACTIONS(1799), - [aux_sym_preproc_def_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), - [sym_preproc_directive] = ACTIONS(1799), - [anon_sym_LPAREN2] = ACTIONS(1801), - [anon_sym_TILDE] = ACTIONS(1801), - [anon_sym_STAR] = ACTIONS(1801), - [anon_sym_AMP_AMP] = ACTIONS(1801), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_typedef] = ACTIONS(1799), - [anon_sym_extern] = ACTIONS(1799), - [anon_sym___attribute__] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), - [anon_sym___declspec] = ACTIONS(1799), - [anon_sym___based] = ACTIONS(1799), - [anon_sym_RBRACE] = ACTIONS(1801), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_static] = ACTIONS(1799), - [anon_sym_register] = ACTIONS(1799), - [anon_sym_inline] = ACTIONS(1799), - [anon_sym_thread_local] = ACTIONS(1799), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_volatile] = ACTIONS(1799), - [anon_sym_restrict] = ACTIONS(1799), - [anon_sym__Atomic] = ACTIONS(1799), - [anon_sym_mutable] = ACTIONS(1799), - [anon_sym_constexpr] = ACTIONS(1799), - [anon_sym_signed] = ACTIONS(1799), - [anon_sym_unsigned] = ACTIONS(1799), - [anon_sym_long] = ACTIONS(1799), - [anon_sym_short] = ACTIONS(1799), - [sym_primitive_type] = ACTIONS(1799), - [anon_sym_enum] = ACTIONS(1799), - [anon_sym_class] = ACTIONS(1799), - [anon_sym_struct] = ACTIONS(1799), - [anon_sym_union] = ACTIONS(1799), + [925] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(718), + [sym_attributed_statement] = STATE(718), + [sym_labeled_statement] = STATE(718), + [sym_expression_statement] = STATE(718), + [sym_if_statement] = STATE(718), + [sym_switch_statement] = STATE(718), + [sym_case_statement] = STATE(718), + [sym_while_statement] = STATE(718), + [sym_do_statement] = STATE(718), + [sym_for_statement] = STATE(718), + [sym_return_statement] = STATE(718), + [sym_break_statement] = STATE(718), + [sym_continue_statement] = STATE(718), + [sym_goto_statement] = STATE(718), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(718), + [sym_co_return_statement] = STATE(718), + [sym_co_yield_statement] = STATE(718), + [sym_throw_statement] = STATE(718), + [sym_try_statement] = STATE(718), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1799), - [anon_sym_virtual] = ACTIONS(1799), - [anon_sym_explicit] = ACTIONS(1799), - [anon_sym_public] = ACTIONS(1799), - [anon_sym_private] = ACTIONS(1799), - [anon_sym_protected] = ACTIONS(1799), - [sym_auto] = ACTIONS(1799), - [anon_sym_typename] = ACTIONS(1799), - [anon_sym_template] = ACTIONS(1799), - [anon_sym_operator] = ACTIONS(1799), - [anon_sym_friend] = ACTIONS(1799), - [anon_sym_using] = ACTIONS(1799), - [anon_sym_static_assert] = ACTIONS(1799), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1799), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), - [anon_sym_MOZ_COLD] = ACTIONS(1799), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_RAII] = ACTIONS(1799), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [954] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2586), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_public] = ACTIONS(2584), - [anon_sym_private] = ACTIONS(2584), - [anon_sym_protected] = ACTIONS(2584), - [sym_auto] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_friend] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2584), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2584), - [anon_sym_MOZ_COLD] = ACTIONS(2584), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2584), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2584), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2584), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2584), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2584), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2584), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2584), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2584), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2584), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2584), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2584), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2584), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_RAII] = ACTIONS(2584), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2584), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2584), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2584), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2584), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2584), + [926] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(357), + [sym_attributed_statement] = STATE(357), + [sym_labeled_statement] = STATE(357), + [sym_expression_statement] = STATE(357), + [sym_if_statement] = STATE(357), + [sym_switch_statement] = STATE(357), + [sym_case_statement] = STATE(357), + [sym_while_statement] = STATE(357), + [sym_do_statement] = STATE(357), + [sym_for_statement] = STATE(357), + [sym_return_statement] = STATE(357), + [sym_break_statement] = STATE(357), + [sym_continue_statement] = STATE(357), + [sym_goto_statement] = STATE(357), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(357), + [sym_co_return_statement] = STATE(357), + [sym_co_yield_statement] = STATE(357), + [sym_throw_statement] = STATE(357), + [sym_try_statement] = STATE(357), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [955] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2586), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_public] = ACTIONS(2584), - [anon_sym_private] = ACTIONS(2584), - [anon_sym_protected] = ACTIONS(2584), - [sym_auto] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_friend] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2584), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2584), - [anon_sym_MOZ_COLD] = ACTIONS(2584), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2584), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2584), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2584), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2584), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2584), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2584), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2584), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2584), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2584), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2584), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2584), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2584), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_RAII] = ACTIONS(2584), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2584), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2584), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2584), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2584), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2584), + [927] = { + [sym_identifier] = ACTIONS(2878), + [aux_sym_preproc_def_token1] = ACTIONS(2878), + [aux_sym_preproc_if_token1] = ACTIONS(2878), + [aux_sym_preproc_if_token2] = ACTIONS(2878), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2878), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2878), + [aux_sym_preproc_else_token1] = ACTIONS(2878), + [aux_sym_preproc_elif_token1] = ACTIONS(2878), + [sym_preproc_directive] = ACTIONS(2878), + [anon_sym_LPAREN2] = ACTIONS(2880), + [anon_sym_TILDE] = ACTIONS(2880), + [anon_sym_STAR] = ACTIONS(2880), + [anon_sym_AMP_AMP] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2878), + [anon_sym_typedef] = ACTIONS(2878), + [anon_sym_extern] = ACTIONS(2878), + [anon_sym___attribute__] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2880), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2880), + [anon_sym___declspec] = ACTIONS(2878), + [anon_sym___based] = ACTIONS(2878), + [anon_sym_LBRACK] = ACTIONS(2878), + [anon_sym_static] = ACTIONS(2878), + [anon_sym_register] = ACTIONS(2878), + [anon_sym_inline] = ACTIONS(2878), + [anon_sym_thread_local] = ACTIONS(2878), + [anon_sym_const] = ACTIONS(2878), + [anon_sym_volatile] = ACTIONS(2878), + [anon_sym_restrict] = ACTIONS(2878), + [anon_sym__Atomic] = ACTIONS(2878), + [anon_sym_mutable] = ACTIONS(2878), + [anon_sym_constexpr] = ACTIONS(2878), + [anon_sym_signed] = ACTIONS(2878), + [anon_sym_unsigned] = ACTIONS(2878), + [anon_sym_long] = ACTIONS(2878), + [anon_sym_short] = ACTIONS(2878), + [sym_primitive_type] = ACTIONS(2878), + [anon_sym_enum] = ACTIONS(2878), + [anon_sym_class] = ACTIONS(2878), + [anon_sym_struct] = ACTIONS(2878), + [anon_sym_union] = ACTIONS(2878), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2878), + [anon_sym_virtual] = ACTIONS(2878), + [anon_sym_explicit] = ACTIONS(2878), + [anon_sym_public] = ACTIONS(2878), + [anon_sym_private] = ACTIONS(2878), + [anon_sym_protected] = ACTIONS(2878), + [sym_auto] = ACTIONS(2878), + [anon_sym_typename] = ACTIONS(2878), + [anon_sym_template] = ACTIONS(2878), + [anon_sym_operator] = ACTIONS(2878), + [anon_sym_friend] = ACTIONS(2878), + [anon_sym_using] = ACTIONS(2878), + [anon_sym_static_assert] = ACTIONS(2878), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2878), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2878), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2878), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2878), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2878), + [anon_sym_MOZ_COLD] = ACTIONS(2878), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2878), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2878), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2878), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2878), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2878), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2878), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2878), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2878), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2878), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2878), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2878), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2878), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2878), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_NONNULL] = ACTIONS(2878), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2878), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2878), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2878), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2878), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2878), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2878), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2878), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2878), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2878), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2878), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2878), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2878), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2878), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2878), + [anon_sym_MOZ_RAII] = ACTIONS(2878), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2878), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2878), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2878), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2878), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2878), }, - [956] = { - [sym_identifier] = ACTIONS(2588), - [aux_sym_preproc_def_token1] = ACTIONS(2588), - [aux_sym_preproc_if_token1] = ACTIONS(2588), - [aux_sym_preproc_if_token2] = ACTIONS(2588), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2588), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2588), - [sym_preproc_directive] = ACTIONS(2588), - [anon_sym_LPAREN2] = ACTIONS(2590), - [anon_sym_TILDE] = ACTIONS(2590), - [anon_sym_STAR] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2590), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_typedef] = ACTIONS(2588), - [anon_sym_extern] = ACTIONS(2588), - [anon_sym___attribute__] = ACTIONS(2588), - [anon_sym_COLON_COLON] = ACTIONS(2590), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2590), - [anon_sym___declspec] = ACTIONS(2588), - [anon_sym___based] = ACTIONS(2588), - [anon_sym_LBRACK] = ACTIONS(2588), - [anon_sym_static] = ACTIONS(2588), - [anon_sym_register] = ACTIONS(2588), - [anon_sym_inline] = ACTIONS(2588), - [anon_sym_thread_local] = ACTIONS(2588), - [anon_sym_const] = ACTIONS(2588), - [anon_sym_volatile] = ACTIONS(2588), - [anon_sym_restrict] = ACTIONS(2588), - [anon_sym__Atomic] = ACTIONS(2588), - [anon_sym_mutable] = ACTIONS(2588), - [anon_sym_constexpr] = ACTIONS(2588), - [anon_sym_signed] = ACTIONS(2588), - [anon_sym_unsigned] = ACTIONS(2588), - [anon_sym_long] = ACTIONS(2588), - [anon_sym_short] = ACTIONS(2588), - [sym_primitive_type] = ACTIONS(2588), - [anon_sym_enum] = ACTIONS(2588), - [anon_sym_class] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(2588), - [anon_sym_union] = ACTIONS(2588), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2588), - [anon_sym_virtual] = ACTIONS(2588), - [anon_sym_explicit] = ACTIONS(2588), - [anon_sym_public] = ACTIONS(2588), - [anon_sym_private] = ACTIONS(2588), - [anon_sym_protected] = ACTIONS(2588), - [sym_auto] = ACTIONS(2588), - [anon_sym_typename] = ACTIONS(2588), - [anon_sym_template] = ACTIONS(2588), - [anon_sym_operator] = ACTIONS(2588), - [anon_sym_friend] = ACTIONS(2588), - [anon_sym_using] = ACTIONS(2588), - [anon_sym_static_assert] = ACTIONS(2588), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2588), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2588), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2588), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2588), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2588), - [anon_sym_MOZ_COLD] = ACTIONS(2588), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2588), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2588), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2588), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2588), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2588), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2588), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2588), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2588), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2588), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2588), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2588), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2588), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2588), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_NONNULL] = ACTIONS(2588), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2588), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2588), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2588), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2588), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2588), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2588), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2588), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2588), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2588), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2588), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2588), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2588), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2588), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2588), - [anon_sym_MOZ_RAII] = ACTIONS(2588), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2588), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2588), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2588), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2588), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2588), + [928] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(274), + [sym_attributed_statement] = STATE(274), + [sym_labeled_statement] = STATE(274), + [sym_expression_statement] = STATE(274), + [sym_if_statement] = STATE(274), + [sym_switch_statement] = STATE(274), + [sym_case_statement] = STATE(274), + [sym_while_statement] = STATE(274), + [sym_do_statement] = STATE(274), + [sym_for_statement] = STATE(274), + [sym_return_statement] = STATE(274), + [sym_break_statement] = STATE(274), + [sym_continue_statement] = STATE(274), + [sym_goto_statement] = STATE(274), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(274), + [sym_co_return_statement] = STATE(274), + [sym_co_yield_statement] = STATE(274), + [sym_throw_statement] = STATE(274), + [sym_try_statement] = STATE(274), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [957] = { - [sym_identifier] = ACTIONS(1743), - [aux_sym_preproc_def_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1743), - [anon_sym_LPAREN2] = ACTIONS(1745), - [anon_sym_TILDE] = ACTIONS(1745), - [anon_sym_STAR] = ACTIONS(1745), - [anon_sym_AMP_AMP] = ACTIONS(1745), - [anon_sym_AMP] = ACTIONS(1743), - [anon_sym_typedef] = ACTIONS(1743), - [anon_sym_extern] = ACTIONS(1743), - [anon_sym___attribute__] = ACTIONS(1743), - [anon_sym_COLON_COLON] = ACTIONS(1745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), - [anon_sym___declspec] = ACTIONS(1743), - [anon_sym___based] = ACTIONS(1743), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_LBRACK] = ACTIONS(1743), - [anon_sym_static] = ACTIONS(1743), - [anon_sym_register] = ACTIONS(1743), - [anon_sym_inline] = ACTIONS(1743), - [anon_sym_thread_local] = ACTIONS(1743), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_volatile] = ACTIONS(1743), - [anon_sym_restrict] = ACTIONS(1743), - [anon_sym__Atomic] = ACTIONS(1743), - [anon_sym_mutable] = ACTIONS(1743), - [anon_sym_constexpr] = ACTIONS(1743), - [anon_sym_signed] = ACTIONS(1743), - [anon_sym_unsigned] = ACTIONS(1743), - [anon_sym_long] = ACTIONS(1743), - [anon_sym_short] = ACTIONS(1743), - [sym_primitive_type] = ACTIONS(1743), - [anon_sym_enum] = ACTIONS(1743), - [anon_sym_class] = ACTIONS(1743), - [anon_sym_struct] = ACTIONS(1743), - [anon_sym_union] = ACTIONS(1743), + [929] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(127), + [sym_attributed_statement] = STATE(127), + [sym_labeled_statement] = STATE(127), + [sym_expression_statement] = STATE(127), + [sym_if_statement] = STATE(127), + [sym_switch_statement] = STATE(127), + [sym_case_statement] = STATE(127), + [sym_while_statement] = STATE(127), + [sym_do_statement] = STATE(127), + [sym_for_statement] = STATE(127), + [sym_return_statement] = STATE(127), + [sym_break_statement] = STATE(127), + [sym_continue_statement] = STATE(127), + [sym_goto_statement] = STATE(127), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(127), + [sym_co_return_statement] = STATE(127), + [sym_co_yield_statement] = STATE(127), + [sym_throw_statement] = STATE(127), + [sym_try_statement] = STATE(127), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1743), - [anon_sym_virtual] = ACTIONS(1743), - [anon_sym_explicit] = ACTIONS(1743), - [anon_sym_public] = ACTIONS(1743), - [anon_sym_private] = ACTIONS(1743), - [anon_sym_protected] = ACTIONS(1743), - [sym_auto] = ACTIONS(1743), - [anon_sym_typename] = ACTIONS(1743), - [anon_sym_template] = ACTIONS(1743), - [anon_sym_operator] = ACTIONS(1743), - [anon_sym_friend] = ACTIONS(1743), - [anon_sym_using] = ACTIONS(1743), - [anon_sym_static_assert] = ACTIONS(1743), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1743), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), - [anon_sym_MOZ_COLD] = ACTIONS(1743), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_RAII] = ACTIONS(1743), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [958] = { - [sym_identifier] = ACTIONS(1783), - [aux_sym_preproc_def_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1783), - [anon_sym_LPAREN2] = ACTIONS(1785), - [anon_sym_TILDE] = ACTIONS(1785), - [anon_sym_STAR] = ACTIONS(1785), - [anon_sym_AMP_AMP] = ACTIONS(1785), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_typedef] = ACTIONS(1783), - [anon_sym_extern] = ACTIONS(1783), - [anon_sym___attribute__] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), - [anon_sym___declspec] = ACTIONS(1783), - [anon_sym___based] = ACTIONS(1783), - [anon_sym_RBRACE] = ACTIONS(1785), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_static] = ACTIONS(1783), - [anon_sym_register] = ACTIONS(1783), - [anon_sym_inline] = ACTIONS(1783), - [anon_sym_thread_local] = ACTIONS(1783), - [anon_sym_const] = ACTIONS(1783), - [anon_sym_volatile] = ACTIONS(1783), - [anon_sym_restrict] = ACTIONS(1783), - [anon_sym__Atomic] = ACTIONS(1783), - [anon_sym_mutable] = ACTIONS(1783), - [anon_sym_constexpr] = ACTIONS(1783), - [anon_sym_signed] = ACTIONS(1783), - [anon_sym_unsigned] = ACTIONS(1783), - [anon_sym_long] = ACTIONS(1783), - [anon_sym_short] = ACTIONS(1783), - [sym_primitive_type] = ACTIONS(1783), - [anon_sym_enum] = ACTIONS(1783), - [anon_sym_class] = ACTIONS(1783), - [anon_sym_struct] = ACTIONS(1783), - [anon_sym_union] = ACTIONS(1783), + [930] = { + [sym_identifier] = ACTIONS(2882), + [aux_sym_preproc_def_token1] = ACTIONS(2882), + [aux_sym_preproc_if_token1] = ACTIONS(2882), + [aux_sym_preproc_if_token2] = ACTIONS(2882), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2882), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2882), + [aux_sym_preproc_else_token1] = ACTIONS(2882), + [aux_sym_preproc_elif_token1] = ACTIONS(2882), + [sym_preproc_directive] = ACTIONS(2882), + [anon_sym_LPAREN2] = ACTIONS(2884), + [anon_sym_TILDE] = ACTIONS(2884), + [anon_sym_STAR] = ACTIONS(2884), + [anon_sym_AMP_AMP] = ACTIONS(2884), + [anon_sym_AMP] = ACTIONS(2882), + [anon_sym_typedef] = ACTIONS(2882), + [anon_sym_extern] = ACTIONS(2882), + [anon_sym___attribute__] = ACTIONS(2882), + [anon_sym_COLON_COLON] = ACTIONS(2884), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2884), + [anon_sym___declspec] = ACTIONS(2882), + [anon_sym___based] = ACTIONS(2882), + [anon_sym_LBRACK] = ACTIONS(2882), + [anon_sym_static] = ACTIONS(2882), + [anon_sym_register] = ACTIONS(2882), + [anon_sym_inline] = ACTIONS(2882), + [anon_sym_thread_local] = ACTIONS(2882), + [anon_sym_const] = ACTIONS(2882), + [anon_sym_volatile] = ACTIONS(2882), + [anon_sym_restrict] = ACTIONS(2882), + [anon_sym__Atomic] = ACTIONS(2882), + [anon_sym_mutable] = ACTIONS(2882), + [anon_sym_constexpr] = ACTIONS(2882), + [anon_sym_signed] = ACTIONS(2882), + [anon_sym_unsigned] = ACTIONS(2882), + [anon_sym_long] = ACTIONS(2882), + [anon_sym_short] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2882), + [anon_sym_enum] = ACTIONS(2882), + [anon_sym_class] = ACTIONS(2882), + [anon_sym_struct] = ACTIONS(2882), + [anon_sym_union] = ACTIONS(2882), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2882), + [anon_sym_virtual] = ACTIONS(2882), + [anon_sym_explicit] = ACTIONS(2882), + [anon_sym_public] = ACTIONS(2882), + [anon_sym_private] = ACTIONS(2882), + [anon_sym_protected] = ACTIONS(2882), + [sym_auto] = ACTIONS(2882), + [anon_sym_typename] = ACTIONS(2882), + [anon_sym_template] = ACTIONS(2882), + [anon_sym_operator] = ACTIONS(2882), + [anon_sym_friend] = ACTIONS(2882), + [anon_sym_using] = ACTIONS(2882), + [anon_sym_static_assert] = ACTIONS(2882), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2882), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2882), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2882), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2882), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2882), + [anon_sym_MOZ_COLD] = ACTIONS(2882), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2882), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2882), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2882), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2882), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2882), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2882), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2882), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2882), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2882), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2882), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2882), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2882), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2882), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_NONNULL] = ACTIONS(2882), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2882), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2882), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2882), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2882), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2882), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2882), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2882), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2882), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2882), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2882), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2882), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2882), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2882), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2882), + [anon_sym_MOZ_RAII] = ACTIONS(2882), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2882), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2882), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2882), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2882), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2882), + }, + [931] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(409), + [sym_attributed_statement] = STATE(409), + [sym_labeled_statement] = STATE(409), + [sym_expression_statement] = STATE(409), + [sym_if_statement] = STATE(409), + [sym_switch_statement] = STATE(409), + [sym_case_statement] = STATE(409), + [sym_while_statement] = STATE(409), + [sym_do_statement] = STATE(409), + [sym_for_statement] = STATE(409), + [sym_return_statement] = STATE(409), + [sym_break_statement] = STATE(409), + [sym_continue_statement] = STATE(409), + [sym_goto_statement] = STATE(409), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(409), + [sym_co_return_statement] = STATE(409), + [sym_co_yield_statement] = STATE(409), + [sym_throw_statement] = STATE(409), + [sym_try_statement] = STATE(409), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1783), - [anon_sym_virtual] = ACTIONS(1783), - [anon_sym_explicit] = ACTIONS(1783), - [anon_sym_public] = ACTIONS(1783), - [anon_sym_private] = ACTIONS(1783), - [anon_sym_protected] = ACTIONS(1783), - [sym_auto] = ACTIONS(1783), - [anon_sym_typename] = ACTIONS(1783), - [anon_sym_template] = ACTIONS(1783), - [anon_sym_operator] = ACTIONS(1783), - [anon_sym_friend] = ACTIONS(1783), - [anon_sym_using] = ACTIONS(1783), - [anon_sym_static_assert] = ACTIONS(1783), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1783), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), - [anon_sym_MOZ_COLD] = ACTIONS(1783), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_RAII] = ACTIONS(1783), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [959] = { + [932] = { [sym_identifier] = ACTIONS(1787), [aux_sym_preproc_def_token1] = ACTIONS(1787), [aux_sym_preproc_if_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token2] = ACTIONS(1787), [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), + [aux_sym_preproc_else_token1] = ACTIONS(1787), + [aux_sym_preproc_elif_token1] = ACTIONS(1787), [sym_preproc_directive] = ACTIONS(1787), [anon_sym_LPAREN2] = ACTIONS(1789), [anon_sym_TILDE] = ACTIONS(1789), @@ -203623,7 +200661,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), [anon_sym___declspec] = ACTIONS(1787), [anon_sym___based] = ACTIONS(1787), - [anon_sym_RBRACE] = ACTIONS(1789), [anon_sym_LBRACK] = ACTIONS(1787), [anon_sym_static] = ACTIONS(1787), [anon_sym_register] = ACTIONS(1787), @@ -203729,9013 +200766,9794 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), }, - [960] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2682), - [anon_sym_AMP_AMP] = ACTIONS(2682), - [anon_sym_AMP] = ACTIONS(2680), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2680), - [anon_sym_virtual] = ACTIONS(2680), - [anon_sym_explicit] = ACTIONS(2680), - [anon_sym_public] = ACTIONS(2680), - [anon_sym_private] = ACTIONS(2680), - [anon_sym_protected] = ACTIONS(2680), - [sym_auto] = ACTIONS(2680), - [anon_sym_typename] = ACTIONS(2680), - [anon_sym_template] = ACTIONS(2680), - [anon_sym_operator] = ACTIONS(2680), - [anon_sym_friend] = ACTIONS(2680), - [anon_sym_using] = ACTIONS(2680), - [anon_sym_static_assert] = ACTIONS(2680), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2680), - [anon_sym_MOZ_COLD] = ACTIONS(2680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_NONNULL] = ACTIONS(2680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2680), - [anon_sym_MOZ_RAII] = ACTIONS(2680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2680), - }, - [961] = { - [sym_identifier] = ACTIONS(1791), - [aux_sym_preproc_def_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), - [sym_preproc_directive] = ACTIONS(1791), - [anon_sym_LPAREN2] = ACTIONS(1793), - [anon_sym_TILDE] = ACTIONS(1793), - [anon_sym_STAR] = ACTIONS(1793), - [anon_sym_AMP_AMP] = ACTIONS(1793), - [anon_sym_AMP] = ACTIONS(1791), - [anon_sym_typedef] = ACTIONS(1791), - [anon_sym_extern] = ACTIONS(1791), - [anon_sym___attribute__] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), - [anon_sym___declspec] = ACTIONS(1791), - [anon_sym___based] = ACTIONS(1791), - [anon_sym_RBRACE] = ACTIONS(1793), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_static] = ACTIONS(1791), - [anon_sym_register] = ACTIONS(1791), - [anon_sym_inline] = ACTIONS(1791), - [anon_sym_thread_local] = ACTIONS(1791), - [anon_sym_const] = ACTIONS(1791), - [anon_sym_volatile] = ACTIONS(1791), - [anon_sym_restrict] = ACTIONS(1791), - [anon_sym__Atomic] = ACTIONS(1791), - [anon_sym_mutable] = ACTIONS(1791), - [anon_sym_constexpr] = ACTIONS(1791), - [anon_sym_signed] = ACTIONS(1791), - [anon_sym_unsigned] = ACTIONS(1791), - [anon_sym_long] = ACTIONS(1791), - [anon_sym_short] = ACTIONS(1791), - [sym_primitive_type] = ACTIONS(1791), - [anon_sym_enum] = ACTIONS(1791), - [anon_sym_class] = ACTIONS(1791), - [anon_sym_struct] = ACTIONS(1791), - [anon_sym_union] = ACTIONS(1791), + [933] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4528), + [sym_attributed_statement] = STATE(4528), + [sym_labeled_statement] = STATE(4528), + [sym_expression_statement] = STATE(4528), + [sym_if_statement] = STATE(4528), + [sym_switch_statement] = STATE(4528), + [sym_case_statement] = STATE(4528), + [sym_while_statement] = STATE(4528), + [sym_do_statement] = STATE(4528), + [sym_for_statement] = STATE(4528), + [sym_return_statement] = STATE(4528), + [sym_break_statement] = STATE(4528), + [sym_continue_statement] = STATE(4528), + [sym_goto_statement] = STATE(4528), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4528), + [sym_co_return_statement] = STATE(4528), + [sym_co_yield_statement] = STATE(4528), + [sym_throw_statement] = STATE(4528), + [sym_try_statement] = STATE(4528), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1791), - [anon_sym_virtual] = ACTIONS(1791), - [anon_sym_explicit] = ACTIONS(1791), - [anon_sym_public] = ACTIONS(1791), - [anon_sym_private] = ACTIONS(1791), - [anon_sym_protected] = ACTIONS(1791), - [sym_auto] = ACTIONS(1791), - [anon_sym_typename] = ACTIONS(1791), - [anon_sym_template] = ACTIONS(1791), - [anon_sym_operator] = ACTIONS(1791), - [anon_sym_friend] = ACTIONS(1791), - [anon_sym_using] = ACTIONS(1791), - [anon_sym_static_assert] = ACTIONS(1791), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1791), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), - [anon_sym_MOZ_COLD] = ACTIONS(1791), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_RAII] = ACTIONS(1791), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [962] = { - [sym_identifier] = ACTIONS(1835), - [aux_sym_preproc_def_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), - [sym_preproc_directive] = ACTIONS(1835), - [anon_sym_LPAREN2] = ACTIONS(1837), - [anon_sym_TILDE] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym_typedef] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_COLON_COLON] = ACTIONS(1837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_RBRACE] = ACTIONS(1837), - [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym_mutable] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_signed] = ACTIONS(1835), - [anon_sym_unsigned] = ACTIONS(1835), - [anon_sym_long] = ACTIONS(1835), - [anon_sym_short] = ACTIONS(1835), - [sym_primitive_type] = ACTIONS(1835), - [anon_sym_enum] = ACTIONS(1835), - [anon_sym_class] = ACTIONS(1835), - [anon_sym_struct] = ACTIONS(1835), - [anon_sym_union] = ACTIONS(1835), + [934] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(483), + [sym_attributed_statement] = STATE(483), + [sym_labeled_statement] = STATE(483), + [sym_expression_statement] = STATE(483), + [sym_if_statement] = STATE(483), + [sym_switch_statement] = STATE(483), + [sym_case_statement] = STATE(483), + [sym_while_statement] = STATE(483), + [sym_do_statement] = STATE(483), + [sym_for_statement] = STATE(483), + [sym_return_statement] = STATE(483), + [sym_break_statement] = STATE(483), + [sym_continue_statement] = STATE(483), + [sym_goto_statement] = STATE(483), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(483), + [sym_co_return_statement] = STATE(483), + [sym_co_yield_statement] = STATE(483), + [sym_throw_statement] = STATE(483), + [sym_try_statement] = STATE(483), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1835), - [anon_sym_virtual] = ACTIONS(1835), - [anon_sym_explicit] = ACTIONS(1835), - [anon_sym_public] = ACTIONS(1835), - [anon_sym_private] = ACTIONS(1835), - [anon_sym_protected] = ACTIONS(1835), - [sym_auto] = ACTIONS(1835), - [anon_sym_typename] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1835), - [anon_sym_operator] = ACTIONS(1835), - [anon_sym_friend] = ACTIONS(1835), - [anon_sym_using] = ACTIONS(1835), - [anon_sym_static_assert] = ACTIONS(1835), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1835), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), - [anon_sym_MOZ_COLD] = ACTIONS(1835), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_RAII] = ACTIONS(1835), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [963] = { - [sym_identifier] = ACTIONS(1839), - [aux_sym_preproc_def_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), - [sym_preproc_directive] = ACTIONS(1839), - [anon_sym_LPAREN2] = ACTIONS(1841), - [anon_sym_TILDE] = ACTIONS(1841), - [anon_sym_STAR] = ACTIONS(1841), - [anon_sym_AMP_AMP] = ACTIONS(1841), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_typedef] = ACTIONS(1839), - [anon_sym_extern] = ACTIONS(1839), - [anon_sym___attribute__] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), - [anon_sym___declspec] = ACTIONS(1839), - [anon_sym___based] = ACTIONS(1839), - [anon_sym_RBRACE] = ACTIONS(1841), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_register] = ACTIONS(1839), - [anon_sym_inline] = ACTIONS(1839), - [anon_sym_thread_local] = ACTIONS(1839), - [anon_sym_const] = ACTIONS(1839), - [anon_sym_volatile] = ACTIONS(1839), - [anon_sym_restrict] = ACTIONS(1839), - [anon_sym__Atomic] = ACTIONS(1839), - [anon_sym_mutable] = ACTIONS(1839), - [anon_sym_constexpr] = ACTIONS(1839), - [anon_sym_signed] = ACTIONS(1839), - [anon_sym_unsigned] = ACTIONS(1839), - [anon_sym_long] = ACTIONS(1839), - [anon_sym_short] = ACTIONS(1839), - [sym_primitive_type] = ACTIONS(1839), - [anon_sym_enum] = ACTIONS(1839), - [anon_sym_class] = ACTIONS(1839), - [anon_sym_struct] = ACTIONS(1839), - [anon_sym_union] = ACTIONS(1839), + [935] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4525), + [sym_attributed_statement] = STATE(4525), + [sym_labeled_statement] = STATE(4525), + [sym_expression_statement] = STATE(4525), + [sym_if_statement] = STATE(4525), + [sym_switch_statement] = STATE(4525), + [sym_case_statement] = STATE(4525), + [sym_while_statement] = STATE(4525), + [sym_do_statement] = STATE(4525), + [sym_for_statement] = STATE(4525), + [sym_return_statement] = STATE(4525), + [sym_break_statement] = STATE(4525), + [sym_continue_statement] = STATE(4525), + [sym_goto_statement] = STATE(4525), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4525), + [sym_co_return_statement] = STATE(4525), + [sym_co_yield_statement] = STATE(4525), + [sym_throw_statement] = STATE(4525), + [sym_try_statement] = STATE(4525), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1839), - [anon_sym_virtual] = ACTIONS(1839), - [anon_sym_explicit] = ACTIONS(1839), - [anon_sym_public] = ACTIONS(1839), - [anon_sym_private] = ACTIONS(1839), - [anon_sym_protected] = ACTIONS(1839), - [sym_auto] = ACTIONS(1839), - [anon_sym_typename] = ACTIONS(1839), - [anon_sym_template] = ACTIONS(1839), - [anon_sym_operator] = ACTIONS(1839), - [anon_sym_friend] = ACTIONS(1839), - [anon_sym_using] = ACTIONS(1839), - [anon_sym_static_assert] = ACTIONS(1839), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1839), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), - [anon_sym_MOZ_COLD] = ACTIONS(1839), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_RAII] = ACTIONS(1839), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), - }, - [964] = { - [sym_identifier] = ACTIONS(1843), - [aux_sym_preproc_def_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), - [sym_preproc_directive] = ACTIONS(1843), - [anon_sym_LPAREN2] = ACTIONS(1845), - [anon_sym_TILDE] = ACTIONS(1845), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_AMP_AMP] = ACTIONS(1845), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_typedef] = ACTIONS(1843), - [anon_sym_extern] = ACTIONS(1843), - [anon_sym___attribute__] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), - [anon_sym___declspec] = ACTIONS(1843), - [anon_sym___based] = ACTIONS(1843), - [anon_sym_RBRACE] = ACTIONS(1845), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_static] = ACTIONS(1843), - [anon_sym_register] = ACTIONS(1843), - [anon_sym_inline] = ACTIONS(1843), - [anon_sym_thread_local] = ACTIONS(1843), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym_mutable] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_signed] = ACTIONS(1843), - [anon_sym_unsigned] = ACTIONS(1843), - [anon_sym_long] = ACTIONS(1843), - [anon_sym_short] = ACTIONS(1843), - [sym_primitive_type] = ACTIONS(1843), - [anon_sym_enum] = ACTIONS(1843), - [anon_sym_class] = ACTIONS(1843), - [anon_sym_struct] = ACTIONS(1843), - [anon_sym_union] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [936] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(716), + [sym_attributed_statement] = STATE(716), + [sym_labeled_statement] = STATE(716), + [sym_expression_statement] = STATE(716), + [sym_if_statement] = STATE(716), + [sym_switch_statement] = STATE(716), + [sym_case_statement] = STATE(716), + [sym_while_statement] = STATE(716), + [sym_do_statement] = STATE(716), + [sym_for_statement] = STATE(716), + [sym_return_statement] = STATE(716), + [sym_break_statement] = STATE(716), + [sym_continue_statement] = STATE(716), + [sym_goto_statement] = STATE(716), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(716), + [sym_co_return_statement] = STATE(716), + [sym_co_yield_statement] = STATE(716), + [sym_throw_statement] = STATE(716), + [sym_try_statement] = STATE(716), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1843), - [anon_sym_virtual] = ACTIONS(1843), - [anon_sym_explicit] = ACTIONS(1843), - [anon_sym_public] = ACTIONS(1843), - [anon_sym_private] = ACTIONS(1843), - [anon_sym_protected] = ACTIONS(1843), - [sym_auto] = ACTIONS(1843), - [anon_sym_typename] = ACTIONS(1843), - [anon_sym_template] = ACTIONS(1843), - [anon_sym_operator] = ACTIONS(1843), - [anon_sym_friend] = ACTIONS(1843), - [anon_sym_using] = ACTIONS(1843), - [anon_sym_static_assert] = ACTIONS(1843), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), - [anon_sym_MOZ_COLD] = ACTIONS(1843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_RAII] = ACTIONS(1843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [965] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2598), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP_AMP] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2596), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_explicit] = ACTIONS(2596), - [anon_sym_public] = ACTIONS(2596), - [anon_sym_private] = ACTIONS(2596), - [anon_sym_protected] = ACTIONS(2596), - [sym_auto] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_operator] = ACTIONS(2596), - [anon_sym_friend] = ACTIONS(2596), - [anon_sym_using] = ACTIONS(2596), - [anon_sym_static_assert] = ACTIONS(2596), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2596), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2596), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2596), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2596), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2596), - [anon_sym_MOZ_COLD] = ACTIONS(2596), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2596), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2596), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2596), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2596), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2596), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2596), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2596), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2596), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2596), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2596), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2596), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2596), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2596), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_NONNULL] = ACTIONS(2596), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2596), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2596), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2596), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2596), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2596), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2596), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2596), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2596), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2596), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2596), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2596), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2596), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2596), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2596), - [anon_sym_MOZ_RAII] = ACTIONS(2596), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2596), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2596), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2596), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2596), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2596), + [937] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4521), + [sym_attributed_statement] = STATE(4521), + [sym_labeled_statement] = STATE(4521), + [sym_expression_statement] = STATE(4521), + [sym_if_statement] = STATE(4521), + [sym_switch_statement] = STATE(4521), + [sym_case_statement] = STATE(4521), + [sym_while_statement] = STATE(4521), + [sym_do_statement] = STATE(4521), + [sym_for_statement] = STATE(4521), + [sym_return_statement] = STATE(4521), + [sym_break_statement] = STATE(4521), + [sym_continue_statement] = STATE(4521), + [sym_goto_statement] = STATE(4521), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4521), + [sym_co_return_statement] = STATE(4521), + [sym_co_yield_statement] = STATE(4521), + [sym_throw_statement] = STATE(4521), + [sym_try_statement] = STATE(4521), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [966] = { - [sym_identifier] = ACTIONS(1541), - [aux_sym_preproc_def_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), - [sym_preproc_directive] = ACTIONS(1541), - [anon_sym_LPAREN2] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1543), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_AMP_AMP] = ACTIONS(1543), - [anon_sym_AMP] = ACTIONS(1541), - [anon_sym_typedef] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1541), - [anon_sym___attribute__] = ACTIONS(1541), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), - [anon_sym___declspec] = ACTIONS(1541), - [anon_sym___based] = ACTIONS(1541), - [anon_sym_RBRACE] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1541), - [anon_sym_register] = ACTIONS(1541), - [anon_sym_inline] = ACTIONS(1541), - [anon_sym_thread_local] = ACTIONS(1541), - [anon_sym_const] = ACTIONS(1541), - [anon_sym_volatile] = ACTIONS(1541), - [anon_sym_restrict] = ACTIONS(1541), - [anon_sym__Atomic] = ACTIONS(1541), - [anon_sym_mutable] = ACTIONS(1541), - [anon_sym_constexpr] = ACTIONS(1541), - [anon_sym_signed] = ACTIONS(1541), - [anon_sym_unsigned] = ACTIONS(1541), - [anon_sym_long] = ACTIONS(1541), - [anon_sym_short] = ACTIONS(1541), - [sym_primitive_type] = ACTIONS(1541), - [anon_sym_enum] = ACTIONS(1541), - [anon_sym_class] = ACTIONS(1541), - [anon_sym_struct] = ACTIONS(1541), - [anon_sym_union] = ACTIONS(1541), + [938] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(497), + [sym_attributed_statement] = STATE(497), + [sym_labeled_statement] = STATE(497), + [sym_expression_statement] = STATE(497), + [sym_if_statement] = STATE(497), + [sym_switch_statement] = STATE(497), + [sym_case_statement] = STATE(497), + [sym_while_statement] = STATE(497), + [sym_do_statement] = STATE(497), + [sym_for_statement] = STATE(497), + [sym_return_statement] = STATE(497), + [sym_break_statement] = STATE(497), + [sym_continue_statement] = STATE(497), + [sym_goto_statement] = STATE(497), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(497), + [sym_co_return_statement] = STATE(497), + [sym_co_yield_statement] = STATE(497), + [sym_throw_statement] = STATE(497), + [sym_try_statement] = STATE(497), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1541), - [anon_sym_virtual] = ACTIONS(1541), - [anon_sym_explicit] = ACTIONS(1541), - [anon_sym_public] = ACTIONS(1541), - [anon_sym_private] = ACTIONS(1541), - [anon_sym_protected] = ACTIONS(1541), - [sym_auto] = ACTIONS(1541), - [anon_sym_typename] = ACTIONS(1541), - [anon_sym_template] = ACTIONS(1541), - [anon_sym_operator] = ACTIONS(1541), - [anon_sym_friend] = ACTIONS(1541), - [anon_sym_using] = ACTIONS(1541), - [anon_sym_static_assert] = ACTIONS(1541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), - [anon_sym_MOZ_COLD] = ACTIONS(1541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_RAII] = ACTIONS(1541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [967] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2610), - [anon_sym_STAR] = ACTIONS(2610), - [anon_sym_AMP_AMP] = ACTIONS(2610), - [anon_sym_AMP] = ACTIONS(2608), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2608), - [anon_sym_virtual] = ACTIONS(2608), - [anon_sym_explicit] = ACTIONS(2608), - [anon_sym_public] = ACTIONS(2608), - [anon_sym_private] = ACTIONS(2608), - [anon_sym_protected] = ACTIONS(2608), - [sym_auto] = ACTIONS(2608), - [anon_sym_typename] = ACTIONS(2608), - [anon_sym_template] = ACTIONS(2608), - [anon_sym_operator] = ACTIONS(2608), - [anon_sym_friend] = ACTIONS(2608), - [anon_sym_using] = ACTIONS(2608), - [anon_sym_static_assert] = ACTIONS(2608), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2608), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2608), - [anon_sym_MOZ_COLD] = ACTIONS(2608), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2608), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2608), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2608), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2608), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2608), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2608), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2608), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2608), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2608), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2608), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2608), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2608), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_RAII] = ACTIONS(2608), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2608), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2608), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2608), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2608), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2608), + [939] = { + [sym_identifier] = ACTIONS(1565), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token2] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), + [aux_sym_preproc_else_token1] = ACTIONS(1565), + [aux_sym_preproc_elif_token1] = ACTIONS(1565), + [sym_preproc_directive] = ACTIONS(1565), + [anon_sym_LPAREN2] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_typedef] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym___attribute__] = ACTIONS(1565), + [anon_sym_COLON_COLON] = ACTIONS(1567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), + [anon_sym___declspec] = ACTIONS(1565), + [anon_sym___based] = ACTIONS(1565), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_static] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_inline] = ACTIONS(1565), + [anon_sym_thread_local] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_volatile] = ACTIONS(1565), + [anon_sym_restrict] = ACTIONS(1565), + [anon_sym__Atomic] = ACTIONS(1565), + [anon_sym_mutable] = ACTIONS(1565), + [anon_sym_constexpr] = ACTIONS(1565), + [anon_sym_signed] = ACTIONS(1565), + [anon_sym_unsigned] = ACTIONS(1565), + [anon_sym_long] = ACTIONS(1565), + [anon_sym_short] = ACTIONS(1565), + [sym_primitive_type] = ACTIONS(1565), + [anon_sym_enum] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1565), + [anon_sym_struct] = ACTIONS(1565), + [anon_sym_union] = ACTIONS(1565), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1565), + [anon_sym_virtual] = ACTIONS(1565), + [anon_sym_explicit] = ACTIONS(1565), + [anon_sym_public] = ACTIONS(1565), + [anon_sym_private] = ACTIONS(1565), + [anon_sym_protected] = ACTIONS(1565), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_operator] = ACTIONS(1565), + [anon_sym_friend] = ACTIONS(1565), + [anon_sym_using] = ACTIONS(1565), + [anon_sym_static_assert] = ACTIONS(1565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), + [anon_sym_MOZ_COLD] = ACTIONS(1565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_RAII] = ACTIONS(1565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), }, - [968] = { - [sym_identifier] = ACTIONS(1537), - [aux_sym_preproc_def_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), - [sym_preproc_directive] = ACTIONS(1537), - [anon_sym_LPAREN2] = ACTIONS(1539), - [anon_sym_TILDE] = ACTIONS(1539), - [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_typedef] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym___attribute__] = ACTIONS(1537), - [anon_sym_COLON_COLON] = ACTIONS(1539), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), - [anon_sym___declspec] = ACTIONS(1537), - [anon_sym___based] = ACTIONS(1537), - [anon_sym_RBRACE] = ACTIONS(1539), - [anon_sym_LBRACK] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_register] = ACTIONS(1537), - [anon_sym_inline] = ACTIONS(1537), - [anon_sym_thread_local] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_volatile] = ACTIONS(1537), - [anon_sym_restrict] = ACTIONS(1537), - [anon_sym__Atomic] = ACTIONS(1537), - [anon_sym_mutable] = ACTIONS(1537), - [anon_sym_constexpr] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1537), - [anon_sym_unsigned] = ACTIONS(1537), - [anon_sym_long] = ACTIONS(1537), - [anon_sym_short] = ACTIONS(1537), - [sym_primitive_type] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), + [940] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(474), + [sym_attributed_statement] = STATE(474), + [sym_labeled_statement] = STATE(474), + [sym_expression_statement] = STATE(474), + [sym_if_statement] = STATE(474), + [sym_switch_statement] = STATE(474), + [sym_case_statement] = STATE(474), + [sym_while_statement] = STATE(474), + [sym_do_statement] = STATE(474), + [sym_for_statement] = STATE(474), + [sym_return_statement] = STATE(474), + [sym_break_statement] = STATE(474), + [sym_continue_statement] = STATE(474), + [sym_goto_statement] = STATE(474), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(474), + [sym_co_return_statement] = STATE(474), + [sym_co_yield_statement] = STATE(474), + [sym_throw_statement] = STATE(474), + [sym_try_statement] = STATE(474), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1537), - [anon_sym_virtual] = ACTIONS(1537), - [anon_sym_explicit] = ACTIONS(1537), - [anon_sym_public] = ACTIONS(1537), - [anon_sym_private] = ACTIONS(1537), - [anon_sym_protected] = ACTIONS(1537), - [sym_auto] = ACTIONS(1537), - [anon_sym_typename] = ACTIONS(1537), - [anon_sym_template] = ACTIONS(1537), - [anon_sym_operator] = ACTIONS(1537), - [anon_sym_friend] = ACTIONS(1537), - [anon_sym_using] = ACTIONS(1537), - [anon_sym_static_assert] = ACTIONS(1537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), - [anon_sym_MOZ_COLD] = ACTIONS(1537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_RAII] = ACTIONS(1537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [969] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2610), - [anon_sym_STAR] = ACTIONS(2610), - [anon_sym_AMP_AMP] = ACTIONS(2610), - [anon_sym_AMP] = ACTIONS(2608), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2608), - [anon_sym_virtual] = ACTIONS(2608), - [anon_sym_explicit] = ACTIONS(2608), - [anon_sym_public] = ACTIONS(2608), - [anon_sym_private] = ACTIONS(2608), - [anon_sym_protected] = ACTIONS(2608), - [sym_auto] = ACTIONS(2608), - [anon_sym_typename] = ACTIONS(2608), - [anon_sym_template] = ACTIONS(2608), - [anon_sym_operator] = ACTIONS(2608), - [anon_sym_friend] = ACTIONS(2608), - [anon_sym_using] = ACTIONS(2608), - [anon_sym_static_assert] = ACTIONS(2608), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2608), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2608), - [anon_sym_MOZ_COLD] = ACTIONS(2608), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2608), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2608), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2608), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2608), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2608), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2608), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2608), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2608), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2608), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2608), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2608), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2608), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_RAII] = ACTIONS(2608), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2608), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2608), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2608), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2608), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2608), + [941] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(285), + [sym_attributed_statement] = STATE(286), + [sym_labeled_statement] = STATE(288), + [sym_expression_statement] = STATE(293), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(296), + [sym_case_statement] = STATE(305), + [sym_while_statement] = STATE(311), + [sym_do_statement] = STATE(312), + [sym_for_statement] = STATE(330), + [sym_return_statement] = STATE(336), + [sym_break_statement] = STATE(348), + [sym_continue_statement] = STATE(351), + [sym_goto_statement] = STATE(353), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(355), + [sym_co_return_statement] = STATE(356), + [sym_co_yield_statement] = STATE(358), + [sym_throw_statement] = STATE(361), + [sym_try_statement] = STATE(362), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [970] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2614), - [anon_sym_STAR] = ACTIONS(2614), - [anon_sym_AMP_AMP] = ACTIONS(2614), - [anon_sym_AMP] = ACTIONS(2612), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2612), - [anon_sym_virtual] = ACTIONS(2612), - [anon_sym_explicit] = ACTIONS(2612), - [anon_sym_public] = ACTIONS(2612), - [anon_sym_private] = ACTIONS(2612), - [anon_sym_protected] = ACTIONS(2612), - [sym_auto] = ACTIONS(2612), - [anon_sym_typename] = ACTIONS(2612), - [anon_sym_template] = ACTIONS(2612), - [anon_sym_operator] = ACTIONS(2612), - [anon_sym_friend] = ACTIONS(2612), - [anon_sym_using] = ACTIONS(2612), - [anon_sym_static_assert] = ACTIONS(2612), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2612), - [anon_sym_MOZ_COLD] = ACTIONS(2612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_NONNULL] = ACTIONS(2612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2612), - [anon_sym_MOZ_RAII] = ACTIONS(2612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2612), + [942] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(365), + [sym_attributed_statement] = STATE(367), + [sym_labeled_statement] = STATE(373), + [sym_expression_statement] = STATE(379), + [sym_if_statement] = STATE(277), + [sym_switch_statement] = STATE(255), + [sym_case_statement] = STATE(389), + [sym_while_statement] = STATE(396), + [sym_do_statement] = STATE(397), + [sym_for_statement] = STATE(430), + [sym_return_statement] = STATE(453), + [sym_break_statement] = STATE(456), + [sym_continue_statement] = STATE(479), + [sym_goto_statement] = STATE(484), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(485), + [sym_co_return_statement] = STATE(487), + [sym_co_yield_statement] = STATE(488), + [sym_throw_statement] = STATE(489), + [sym_try_statement] = STATE(493), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [971] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP_AMP] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2616), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_explicit] = ACTIONS(2616), - [anon_sym_public] = ACTIONS(2616), - [anon_sym_private] = ACTIONS(2616), - [anon_sym_protected] = ACTIONS(2616), - [sym_auto] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_operator] = ACTIONS(2616), - [anon_sym_friend] = ACTIONS(2616), - [anon_sym_using] = ACTIONS(2616), - [anon_sym_static_assert] = ACTIONS(2616), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2616), - [anon_sym_MOZ_COLD] = ACTIONS(2616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_NONNULL] = ACTIONS(2616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2616), - [anon_sym_MOZ_RAII] = ACTIONS(2616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2616), + [943] = { + [sym_identifier] = ACTIONS(1799), + [aux_sym_preproc_def_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token2] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), + [aux_sym_preproc_else_token1] = ACTIONS(1799), + [aux_sym_preproc_elif_token1] = ACTIONS(1799), + [sym_preproc_directive] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1801), + [anon_sym_TILDE] = ACTIONS(1801), + [anon_sym_STAR] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_typedef] = ACTIONS(1799), + [anon_sym_extern] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1799), + [anon_sym_COLON_COLON] = ACTIONS(1801), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), + [anon_sym___declspec] = ACTIONS(1799), + [anon_sym___based] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_register] = ACTIONS(1799), + [anon_sym_inline] = ACTIONS(1799), + [anon_sym_thread_local] = ACTIONS(1799), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym_mutable] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_signed] = ACTIONS(1799), + [anon_sym_unsigned] = ACTIONS(1799), + [anon_sym_long] = ACTIONS(1799), + [anon_sym_short] = ACTIONS(1799), + [sym_primitive_type] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_union] = ACTIONS(1799), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1799), + [anon_sym_virtual] = ACTIONS(1799), + [anon_sym_explicit] = ACTIONS(1799), + [anon_sym_public] = ACTIONS(1799), + [anon_sym_private] = ACTIONS(1799), + [anon_sym_protected] = ACTIONS(1799), + [sym_auto] = ACTIONS(1799), + [anon_sym_typename] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1799), + [anon_sym_operator] = ACTIONS(1799), + [anon_sym_friend] = ACTIONS(1799), + [anon_sym_using] = ACTIONS(1799), + [anon_sym_static_assert] = ACTIONS(1799), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1799), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), + [anon_sym_MOZ_COLD] = ACTIONS(1799), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_RAII] = ACTIONS(1799), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), }, - [972] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2622), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP_AMP] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2620), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_explicit] = ACTIONS(2620), - [anon_sym_public] = ACTIONS(2620), - [anon_sym_private] = ACTIONS(2620), - [anon_sym_protected] = ACTIONS(2620), - [sym_auto] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_operator] = ACTIONS(2620), - [anon_sym_friend] = ACTIONS(2620), - [anon_sym_using] = ACTIONS(2620), - [anon_sym_static_assert] = ACTIONS(2620), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2620), - [anon_sym_MOZ_COLD] = ACTIONS(2620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_NONNULL] = ACTIONS(2620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2620), - [anon_sym_MOZ_RAII] = ACTIONS(2620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2620), + [944] = { + [sym_identifier] = ACTIONS(1557), + [aux_sym_preproc_def_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token2] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1557), + [aux_sym_preproc_else_token1] = ACTIONS(1557), + [aux_sym_preproc_elif_token1] = ACTIONS(1557), + [sym_preproc_directive] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym___based] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [anon_sym_explicit] = ACTIONS(1557), + [anon_sym_public] = ACTIONS(1557), + [anon_sym_private] = ACTIONS(1557), + [anon_sym_protected] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_operator] = ACTIONS(1557), + [anon_sym_friend] = ACTIONS(1557), + [anon_sym_using] = ACTIONS(1557), + [anon_sym_static_assert] = ACTIONS(1557), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), }, - [973] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2686), - [anon_sym_AMP_AMP] = ACTIONS(2686), - [anon_sym_AMP] = ACTIONS(2684), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2684), - [anon_sym_virtual] = ACTIONS(2684), - [anon_sym_explicit] = ACTIONS(2684), - [anon_sym_public] = ACTIONS(2684), - [anon_sym_private] = ACTIONS(2684), - [anon_sym_protected] = ACTIONS(2684), - [sym_auto] = ACTIONS(2684), - [anon_sym_typename] = ACTIONS(2684), - [anon_sym_template] = ACTIONS(2684), - [anon_sym_operator] = ACTIONS(2684), - [anon_sym_friend] = ACTIONS(2684), - [anon_sym_using] = ACTIONS(2684), - [anon_sym_static_assert] = ACTIONS(2684), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2684), - [anon_sym_MOZ_COLD] = ACTIONS(2684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_NONNULL] = ACTIONS(2684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2684), - [anon_sym_MOZ_RAII] = ACTIONS(2684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2684), + [945] = { + [sym_attribute_declaration] = STATE(878), + [sym_compound_statement] = STATE(354), + [sym_attributed_statement] = STATE(354), + [sym_labeled_statement] = STATE(354), + [sym_expression_statement] = STATE(354), + [sym_if_statement] = STATE(354), + [sym_switch_statement] = STATE(354), + [sym_case_statement] = STATE(354), + [sym_while_statement] = STATE(354), + [sym_do_statement] = STATE(354), + [sym_for_statement] = STATE(354), + [sym_return_statement] = STATE(354), + [sym_break_statement] = STATE(354), + [sym_continue_statement] = STATE(354), + [sym_goto_statement] = STATE(354), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(354), + [sym_co_return_statement] = STATE(354), + [sym_co_yield_statement] = STATE(354), + [sym_throw_statement] = STATE(354), + [sym_try_statement] = STATE(354), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(878), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [974] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3135), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [946] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4520), + [sym_attributed_statement] = STATE(4520), + [sym_labeled_statement] = STATE(4520), + [sym_expression_statement] = STATE(4520), + [sym_if_statement] = STATE(4520), + [sym_switch_statement] = STATE(4520), + [sym_case_statement] = STATE(4520), + [sym_while_statement] = STATE(4520), + [sym_do_statement] = STATE(4520), + [sym_for_statement] = STATE(4520), + [sym_return_statement] = STATE(4520), + [sym_break_statement] = STATE(4520), + [sym_continue_statement] = STATE(4520), + [sym_goto_statement] = STATE(4520), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4520), + [sym_co_return_statement] = STATE(4520), + [sym_co_yield_statement] = STATE(4520), + [sym_throw_statement] = STATE(4520), + [sym_try_statement] = STATE(4520), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [975] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2636), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_explicit] = ACTIONS(2636), - [anon_sym_public] = ACTIONS(2636), - [anon_sym_private] = ACTIONS(2636), - [anon_sym_protected] = ACTIONS(2636), - [sym_auto] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_operator] = ACTIONS(2636), - [anon_sym_friend] = ACTIONS(2636), - [anon_sym_using] = ACTIONS(2636), - [anon_sym_static_assert] = ACTIONS(2636), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2636), - [anon_sym_MOZ_COLD] = ACTIONS(2636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_NONNULL] = ACTIONS(2636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2636), - [anon_sym_MOZ_RAII] = ACTIONS(2636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2636), + [947] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4518), + [sym_attributed_statement] = STATE(4518), + [sym_labeled_statement] = STATE(4518), + [sym_expression_statement] = STATE(4518), + [sym_if_statement] = STATE(4518), + [sym_switch_statement] = STATE(4518), + [sym_case_statement] = STATE(4518), + [sym_while_statement] = STATE(4518), + [sym_do_statement] = STATE(4518), + [sym_for_statement] = STATE(4518), + [sym_return_statement] = STATE(4518), + [sym_break_statement] = STATE(4518), + [sym_continue_statement] = STATE(4518), + [sym_goto_statement] = STATE(4518), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4518), + [sym_co_return_statement] = STATE(4518), + [sym_co_yield_statement] = STATE(4518), + [sym_throw_statement] = STATE(4518), + [sym_try_statement] = STATE(4518), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [976] = { + [948] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(178), + [sym_attributed_statement] = STATE(178), + [sym_labeled_statement] = STATE(178), + [sym_expression_statement] = STATE(178), + [sym_if_statement] = STATE(178), + [sym_switch_statement] = STATE(178), + [sym_case_statement] = STATE(178), + [sym_while_statement] = STATE(178), + [sym_do_statement] = STATE(178), + [sym_for_statement] = STATE(178), + [sym_return_statement] = STATE(178), + [sym_break_statement] = STATE(178), + [sym_continue_statement] = STATE(178), + [sym_goto_statement] = STATE(178), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(178), + [sym_co_return_statement] = STATE(178), + [sym_co_yield_statement] = STATE(178), + [sym_throw_statement] = STATE(178), + [sym_try_statement] = STATE(178), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), [sym_identifier] = 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_TILDE] = ACTIONS(2582), - [anon_sym_STAR] = ACTIONS(2582), - [anon_sym_AMP_AMP] = ACTIONS(2582), - [anon_sym_AMP] = ACTIONS(2580), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2580), - [anon_sym_virtual] = ACTIONS(2580), - [anon_sym_explicit] = ACTIONS(2580), - [anon_sym_public] = ACTIONS(2580), - [anon_sym_private] = ACTIONS(2580), - [anon_sym_protected] = ACTIONS(2580), - [sym_auto] = ACTIONS(2580), - [anon_sym_typename] = ACTIONS(2580), - [anon_sym_template] = ACTIONS(2580), - [anon_sym_operator] = ACTIONS(2580), - [anon_sym_friend] = ACTIONS(2580), - [anon_sym_using] = ACTIONS(2580), - [anon_sym_static_assert] = ACTIONS(2580), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2580), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2580), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2580), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2580), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2580), - [anon_sym_MOZ_COLD] = ACTIONS(2580), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2580), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2580), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2580), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2580), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2580), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2580), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2580), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2580), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2580), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2580), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2580), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2580), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2580), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_NONNULL] = ACTIONS(2580), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2580), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2580), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2580), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2580), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2580), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2580), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2580), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2580), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2580), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2580), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2580), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2580), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2580), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2580), - [anon_sym_MOZ_RAII] = ACTIONS(2580), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2580), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2580), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2580), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2580), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [977] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2654), - [anon_sym_AMP_AMP] = ACTIONS(2654), - [anon_sym_AMP] = ACTIONS(2652), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2652), - [anon_sym_virtual] = ACTIONS(2652), - [anon_sym_explicit] = ACTIONS(2652), - [anon_sym_public] = ACTIONS(2652), - [anon_sym_private] = ACTIONS(2652), - [anon_sym_protected] = ACTIONS(2652), - [sym_auto] = ACTIONS(2652), - [anon_sym_typename] = ACTIONS(2652), - [anon_sym_template] = ACTIONS(2652), - [anon_sym_operator] = ACTIONS(2652), - [anon_sym_friend] = ACTIONS(2652), - [anon_sym_using] = ACTIONS(2652), - [anon_sym_static_assert] = ACTIONS(2652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2652), - [anon_sym_MOZ_COLD] = ACTIONS(2652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_RAII] = ACTIONS(2652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2652), + [949] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(142), + [sym_attributed_statement] = STATE(142), + [sym_labeled_statement] = STATE(142), + [sym_expression_statement] = STATE(142), + [sym_if_statement] = STATE(142), + [sym_switch_statement] = STATE(142), + [sym_case_statement] = STATE(142), + [sym_while_statement] = STATE(142), + [sym_do_statement] = STATE(142), + [sym_for_statement] = STATE(142), + [sym_return_statement] = STATE(142), + [sym_break_statement] = STATE(142), + [sym_continue_statement] = STATE(142), + [sym_goto_statement] = STATE(142), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(142), + [sym_co_return_statement] = STATE(142), + [sym_co_yield_statement] = STATE(142), + [sym_throw_statement] = STATE(142), + [sym_try_statement] = STATE(142), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [978] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2654), - [anon_sym_AMP_AMP] = ACTIONS(2654), - [anon_sym_AMP] = ACTIONS(2652), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2652), - [anon_sym_virtual] = ACTIONS(2652), - [anon_sym_explicit] = ACTIONS(2652), - [anon_sym_public] = ACTIONS(2652), - [anon_sym_private] = ACTIONS(2652), - [anon_sym_protected] = ACTIONS(2652), - [sym_auto] = ACTIONS(2652), - [anon_sym_typename] = ACTIONS(2652), - [anon_sym_template] = ACTIONS(2652), - [anon_sym_operator] = ACTIONS(2652), - [anon_sym_friend] = ACTIONS(2652), - [anon_sym_using] = ACTIONS(2652), - [anon_sym_static_assert] = ACTIONS(2652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2652), - [anon_sym_MOZ_COLD] = ACTIONS(2652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_RAII] = ACTIONS(2652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2652), + [950] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(176), + [sym_attributed_statement] = STATE(176), + [sym_labeled_statement] = STATE(176), + [sym_expression_statement] = STATE(176), + [sym_if_statement] = STATE(176), + [sym_switch_statement] = STATE(176), + [sym_case_statement] = STATE(176), + [sym_while_statement] = STATE(176), + [sym_do_statement] = STATE(176), + [sym_for_statement] = STATE(176), + [sym_return_statement] = STATE(176), + [sym_break_statement] = STATE(176), + [sym_continue_statement] = STATE(176), + [sym_goto_statement] = STATE(176), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(176), + [sym_co_return_statement] = STATE(176), + [sym_co_yield_statement] = STATE(176), + [sym_throw_statement] = STATE(176), + [sym_try_statement] = STATE(176), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [979] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3151), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [951] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(327), + [sym_attributed_statement] = STATE(327), + [sym_labeled_statement] = STATE(327), + [sym_expression_statement] = STATE(327), + [sym_if_statement] = STATE(327), + [sym_switch_statement] = STATE(327), + [sym_case_statement] = STATE(327), + [sym_while_statement] = STATE(327), + [sym_do_statement] = STATE(327), + [sym_for_statement] = STATE(327), + [sym_return_statement] = STATE(327), + [sym_break_statement] = STATE(327), + [sym_continue_statement] = STATE(327), + [sym_goto_statement] = STATE(327), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(327), + [sym_co_return_statement] = STATE(327), + [sym_co_yield_statement] = STATE(327), + [sym_throw_statement] = STATE(327), + [sym_try_statement] = STATE(327), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [980] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2674), - [anon_sym_AMP_AMP] = ACTIONS(2674), - [anon_sym_AMP] = ACTIONS(2672), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2672), - [anon_sym_virtual] = ACTIONS(2672), - [anon_sym_explicit] = ACTIONS(2672), - [anon_sym_public] = ACTIONS(2672), - [anon_sym_private] = ACTIONS(2672), - [anon_sym_protected] = ACTIONS(2672), - [sym_auto] = ACTIONS(2672), - [anon_sym_typename] = ACTIONS(2672), - [anon_sym_template] = ACTIONS(2672), - [anon_sym_operator] = ACTIONS(2672), - [anon_sym_friend] = ACTIONS(2672), - [anon_sym_using] = ACTIONS(2672), - [anon_sym_static_assert] = ACTIONS(2672), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2672), - [anon_sym_MOZ_COLD] = ACTIONS(2672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_NONNULL] = ACTIONS(2672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2672), - [anon_sym_MOZ_RAII] = ACTIONS(2672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2672), + [952] = { + [sym_identifier] = ACTIONS(2886), + [aux_sym_preproc_def_token1] = ACTIONS(2886), + [aux_sym_preproc_if_token1] = ACTIONS(2886), + [aux_sym_preproc_if_token2] = ACTIONS(2886), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2886), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2886), + [aux_sym_preproc_else_token1] = ACTIONS(2886), + [aux_sym_preproc_elif_token1] = ACTIONS(2886), + [sym_preproc_directive] = ACTIONS(2886), + [anon_sym_LPAREN2] = ACTIONS(2888), + [anon_sym_TILDE] = ACTIONS(2888), + [anon_sym_STAR] = ACTIONS(2888), + [anon_sym_AMP_AMP] = ACTIONS(2888), + [anon_sym_AMP] = ACTIONS(2886), + [anon_sym_typedef] = ACTIONS(2886), + [anon_sym_extern] = ACTIONS(2886), + [anon_sym___attribute__] = ACTIONS(2886), + [anon_sym_COLON_COLON] = ACTIONS(2888), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2888), + [anon_sym___declspec] = ACTIONS(2886), + [anon_sym___based] = ACTIONS(2886), + [anon_sym_LBRACK] = ACTIONS(2886), + [anon_sym_static] = ACTIONS(2886), + [anon_sym_register] = ACTIONS(2886), + [anon_sym_inline] = ACTIONS(2886), + [anon_sym_thread_local] = ACTIONS(2886), + [anon_sym_const] = ACTIONS(2886), + [anon_sym_volatile] = ACTIONS(2886), + [anon_sym_restrict] = ACTIONS(2886), + [anon_sym__Atomic] = ACTIONS(2886), + [anon_sym_mutable] = ACTIONS(2886), + [anon_sym_constexpr] = ACTIONS(2886), + [anon_sym_signed] = ACTIONS(2886), + [anon_sym_unsigned] = ACTIONS(2886), + [anon_sym_long] = ACTIONS(2886), + [anon_sym_short] = ACTIONS(2886), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(2886), + [anon_sym_class] = ACTIONS(2886), + [anon_sym_struct] = ACTIONS(2886), + [anon_sym_union] = ACTIONS(2886), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2886), + [anon_sym_virtual] = ACTIONS(2886), + [anon_sym_explicit] = ACTIONS(2886), + [anon_sym_public] = ACTIONS(2886), + [anon_sym_private] = ACTIONS(2886), + [anon_sym_protected] = ACTIONS(2886), + [sym_auto] = ACTIONS(2886), + [anon_sym_typename] = ACTIONS(2886), + [anon_sym_template] = ACTIONS(2886), + [anon_sym_operator] = ACTIONS(2886), + [anon_sym_friend] = ACTIONS(2886), + [anon_sym_using] = ACTIONS(2886), + [anon_sym_static_assert] = ACTIONS(2886), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2886), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2886), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2886), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2886), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2886), + [anon_sym_MOZ_COLD] = ACTIONS(2886), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2886), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2886), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2886), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2886), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2886), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2886), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2886), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2886), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2886), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2886), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2886), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2886), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2886), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_NONNULL] = ACTIONS(2886), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2886), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2886), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2886), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2886), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2886), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2886), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2886), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2886), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2886), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2886), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2886), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2886), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2886), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2886), + [anon_sym_MOZ_RAII] = ACTIONS(2886), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2886), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2886), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2886), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2886), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2886), }, - [981] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3154), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [953] = { + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token2] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [aux_sym_preproc_else_token1] = ACTIONS(1581), + [aux_sym_preproc_elif_token1] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___based] = ACTIONS(1581), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [anon_sym_explicit] = ACTIONS(1581), + [anon_sym_public] = ACTIONS(1581), + [anon_sym_private] = ACTIONS(1581), + [anon_sym_protected] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_operator] = ACTIONS(1581), + [anon_sym_friend] = ACTIONS(1581), + [anon_sym_using] = ACTIONS(1581), + [anon_sym_static_assert] = ACTIONS(1581), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + }, + [954] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(715), + [sym_attributed_statement] = STATE(715), + [sym_labeled_statement] = STATE(715), + [sym_expression_statement] = STATE(715), + [sym_if_statement] = STATE(715), + [sym_switch_statement] = STATE(715), + [sym_case_statement] = STATE(715), + [sym_while_statement] = STATE(715), + [sym_do_statement] = STATE(715), + [sym_for_statement] = STATE(715), + [sym_return_statement] = STATE(715), + [sym_break_statement] = STATE(715), + [sym_continue_statement] = STATE(715), + [sym_goto_statement] = STATE(715), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(715), + [sym_co_return_statement] = STATE(715), + [sym_co_yield_statement] = STATE(715), + [sym_throw_statement] = STATE(715), + [sym_try_statement] = STATE(715), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [982] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3136), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [955] = { + [sym_identifier] = ACTIONS(2890), + [aux_sym_preproc_def_token1] = ACTIONS(2890), + [aux_sym_preproc_if_token1] = ACTIONS(2890), + [aux_sym_preproc_if_token2] = ACTIONS(2890), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2890), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2890), + [aux_sym_preproc_else_token1] = ACTIONS(2890), + [aux_sym_preproc_elif_token1] = ACTIONS(2890), + [sym_preproc_directive] = ACTIONS(2890), + [anon_sym_LPAREN2] = ACTIONS(2892), + [anon_sym_TILDE] = ACTIONS(2892), + [anon_sym_STAR] = ACTIONS(2892), + [anon_sym_AMP_AMP] = ACTIONS(2892), + [anon_sym_AMP] = ACTIONS(2890), + [anon_sym_typedef] = ACTIONS(2890), + [anon_sym_extern] = ACTIONS(2890), + [anon_sym___attribute__] = ACTIONS(2890), + [anon_sym_COLON_COLON] = ACTIONS(2892), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2892), + [anon_sym___declspec] = ACTIONS(2890), + [anon_sym___based] = ACTIONS(2890), + [anon_sym_LBRACK] = ACTIONS(2890), + [anon_sym_static] = ACTIONS(2890), + [anon_sym_register] = ACTIONS(2890), + [anon_sym_inline] = ACTIONS(2890), + [anon_sym_thread_local] = ACTIONS(2890), + [anon_sym_const] = ACTIONS(2890), + [anon_sym_volatile] = ACTIONS(2890), + [anon_sym_restrict] = ACTIONS(2890), + [anon_sym__Atomic] = ACTIONS(2890), + [anon_sym_mutable] = ACTIONS(2890), + [anon_sym_constexpr] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(2890), + [anon_sym_unsigned] = ACTIONS(2890), + [anon_sym_long] = ACTIONS(2890), + [anon_sym_short] = ACTIONS(2890), + [sym_primitive_type] = ACTIONS(2890), + [anon_sym_enum] = ACTIONS(2890), + [anon_sym_class] = ACTIONS(2890), + [anon_sym_struct] = ACTIONS(2890), + [anon_sym_union] = ACTIONS(2890), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2890), + [anon_sym_virtual] = ACTIONS(2890), + [anon_sym_explicit] = ACTIONS(2890), + [anon_sym_public] = ACTIONS(2890), + [anon_sym_private] = ACTIONS(2890), + [anon_sym_protected] = ACTIONS(2890), + [sym_auto] = ACTIONS(2890), + [anon_sym_typename] = ACTIONS(2890), + [anon_sym_template] = ACTIONS(2890), + [anon_sym_operator] = ACTIONS(2890), + [anon_sym_friend] = ACTIONS(2890), + [anon_sym_using] = ACTIONS(2890), + [anon_sym_static_assert] = ACTIONS(2890), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2890), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2890), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2890), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2890), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2890), + [anon_sym_MOZ_COLD] = ACTIONS(2890), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2890), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2890), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2890), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2890), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2890), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2890), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2890), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2890), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2890), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2890), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2890), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2890), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2890), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_NONNULL] = ACTIONS(2890), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2890), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2890), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2890), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2890), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2890), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2890), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2890), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2890), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2890), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2890), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2890), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2890), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2890), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2890), + [anon_sym_MOZ_RAII] = ACTIONS(2890), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2890), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2890), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2890), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2890), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2890), + }, + [956] = { + [sym_identifier] = ACTIONS(2894), + [aux_sym_preproc_def_token1] = ACTIONS(2894), + [aux_sym_preproc_if_token1] = ACTIONS(2894), + [aux_sym_preproc_if_token2] = ACTIONS(2894), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2894), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2894), + [aux_sym_preproc_else_token1] = ACTIONS(2894), + [aux_sym_preproc_elif_token1] = ACTIONS(2894), + [sym_preproc_directive] = ACTIONS(2894), + [anon_sym_LPAREN2] = ACTIONS(2896), + [anon_sym_TILDE] = ACTIONS(2896), + [anon_sym_STAR] = ACTIONS(2896), + [anon_sym_AMP_AMP] = ACTIONS(2896), + [anon_sym_AMP] = ACTIONS(2894), + [anon_sym_typedef] = ACTIONS(2894), + [anon_sym_extern] = ACTIONS(2894), + [anon_sym___attribute__] = ACTIONS(2894), + [anon_sym_COLON_COLON] = ACTIONS(2896), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2896), + [anon_sym___declspec] = ACTIONS(2894), + [anon_sym___based] = ACTIONS(2894), + [anon_sym_LBRACK] = ACTIONS(2894), + [anon_sym_static] = ACTIONS(2894), + [anon_sym_register] = ACTIONS(2894), + [anon_sym_inline] = ACTIONS(2894), + [anon_sym_thread_local] = ACTIONS(2894), + [anon_sym_const] = ACTIONS(2894), + [anon_sym_volatile] = ACTIONS(2894), + [anon_sym_restrict] = ACTIONS(2894), + [anon_sym__Atomic] = ACTIONS(2894), + [anon_sym_mutable] = ACTIONS(2894), + [anon_sym_constexpr] = ACTIONS(2894), + [anon_sym_signed] = ACTIONS(2894), + [anon_sym_unsigned] = ACTIONS(2894), + [anon_sym_long] = ACTIONS(2894), + [anon_sym_short] = ACTIONS(2894), + [sym_primitive_type] = ACTIONS(2894), + [anon_sym_enum] = ACTIONS(2894), + [anon_sym_class] = ACTIONS(2894), + [anon_sym_struct] = ACTIONS(2894), + [anon_sym_union] = ACTIONS(2894), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2894), + [anon_sym_virtual] = ACTIONS(2894), + [anon_sym_explicit] = ACTIONS(2894), + [anon_sym_public] = ACTIONS(2894), + [anon_sym_private] = ACTIONS(2894), + [anon_sym_protected] = ACTIONS(2894), + [sym_auto] = ACTIONS(2894), + [anon_sym_typename] = ACTIONS(2894), + [anon_sym_template] = ACTIONS(2894), + [anon_sym_operator] = ACTIONS(2894), + [anon_sym_friend] = ACTIONS(2894), + [anon_sym_using] = ACTIONS(2894), + [anon_sym_static_assert] = ACTIONS(2894), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2894), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2894), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2894), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2894), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2894), + [anon_sym_MOZ_COLD] = ACTIONS(2894), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2894), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2894), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2894), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2894), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2894), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2894), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2894), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2894), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2894), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2894), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2894), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2894), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2894), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_NONNULL] = ACTIONS(2894), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2894), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2894), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2894), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2894), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2894), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2894), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2894), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2894), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2894), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2894), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2894), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2894), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2894), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2894), + [anon_sym_MOZ_RAII] = ACTIONS(2894), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2894), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2894), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2894), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2894), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2894), + }, + [957] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4500), + [sym_attributed_statement] = STATE(4500), + [sym_labeled_statement] = STATE(4500), + [sym_expression_statement] = STATE(4500), + [sym_if_statement] = STATE(4500), + [sym_switch_statement] = STATE(4500), + [sym_case_statement] = STATE(4500), + [sym_while_statement] = STATE(4500), + [sym_do_statement] = STATE(4500), + [sym_for_statement] = STATE(4500), + [sym_return_statement] = STATE(4500), + [sym_break_statement] = STATE(4500), + [sym_continue_statement] = STATE(4500), + [sym_goto_statement] = STATE(4500), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4500), + [sym_co_return_statement] = STATE(4500), + [sym_co_yield_statement] = STATE(4500), + [sym_throw_statement] = STATE(4500), + [sym_try_statement] = STATE(4500), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [983] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2670), - [anon_sym_AMP_AMP] = ACTIONS(2670), - [anon_sym_AMP] = ACTIONS(2668), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2668), - [anon_sym_virtual] = ACTIONS(2668), - [anon_sym_explicit] = ACTIONS(2668), - [anon_sym_public] = ACTIONS(2668), - [anon_sym_private] = ACTIONS(2668), - [anon_sym_protected] = ACTIONS(2668), - [sym_auto] = ACTIONS(2668), - [anon_sym_typename] = ACTIONS(2668), - [anon_sym_template] = ACTIONS(2668), - [anon_sym_operator] = ACTIONS(2668), - [anon_sym_friend] = ACTIONS(2668), - [anon_sym_using] = ACTIONS(2668), - [anon_sym_static_assert] = ACTIONS(2668), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2668), - [anon_sym_MOZ_COLD] = ACTIONS(2668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_NONNULL] = ACTIONS(2668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2668), - [anon_sym_MOZ_RAII] = ACTIONS(2668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2668), + [958] = { + [sym_identifier] = ACTIONS(2898), + [aux_sym_preproc_def_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token2] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2898), + [aux_sym_preproc_else_token1] = ACTIONS(2898), + [aux_sym_preproc_elif_token1] = ACTIONS(2898), + [sym_preproc_directive] = ACTIONS(2898), + [anon_sym_LPAREN2] = ACTIONS(2900), + [anon_sym_TILDE] = ACTIONS(2900), + [anon_sym_STAR] = ACTIONS(2900), + [anon_sym_AMP_AMP] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2898), + [anon_sym_extern] = ACTIONS(2898), + [anon_sym___attribute__] = ACTIONS(2898), + [anon_sym_COLON_COLON] = ACTIONS(2900), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2900), + [anon_sym___declspec] = ACTIONS(2898), + [anon_sym___based] = ACTIONS(2898), + [anon_sym_LBRACK] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2898), + [anon_sym_register] = ACTIONS(2898), + [anon_sym_inline] = ACTIONS(2898), + [anon_sym_thread_local] = ACTIONS(2898), + [anon_sym_const] = ACTIONS(2898), + [anon_sym_volatile] = ACTIONS(2898), + [anon_sym_restrict] = ACTIONS(2898), + [anon_sym__Atomic] = ACTIONS(2898), + [anon_sym_mutable] = ACTIONS(2898), + [anon_sym_constexpr] = ACTIONS(2898), + [anon_sym_signed] = ACTIONS(2898), + [anon_sym_unsigned] = ACTIONS(2898), + [anon_sym_long] = ACTIONS(2898), + [anon_sym_short] = ACTIONS(2898), + [sym_primitive_type] = ACTIONS(2898), + [anon_sym_enum] = ACTIONS(2898), + [anon_sym_class] = ACTIONS(2898), + [anon_sym_struct] = ACTIONS(2898), + [anon_sym_union] = ACTIONS(2898), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2898), + [anon_sym_virtual] = ACTIONS(2898), + [anon_sym_explicit] = ACTIONS(2898), + [anon_sym_public] = ACTIONS(2898), + [anon_sym_private] = ACTIONS(2898), + [anon_sym_protected] = ACTIONS(2898), + [sym_auto] = ACTIONS(2898), + [anon_sym_typename] = ACTIONS(2898), + [anon_sym_template] = ACTIONS(2898), + [anon_sym_operator] = ACTIONS(2898), + [anon_sym_friend] = ACTIONS(2898), + [anon_sym_using] = ACTIONS(2898), + [anon_sym_static_assert] = ACTIONS(2898), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2898), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2898), + [anon_sym_MOZ_COLD] = ACTIONS(2898), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2898), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2898), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2898), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2898), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2898), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2898), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2898), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2898), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2898), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2898), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2898), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2898), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_RAII] = ACTIONS(2898), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2898), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2898), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2898), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2898), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2898), }, - [984] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2662), - [anon_sym_AMP_AMP] = ACTIONS(2662), - [anon_sym_AMP] = ACTIONS(2660), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2660), - [anon_sym_virtual] = ACTIONS(2660), - [anon_sym_explicit] = ACTIONS(2660), - [anon_sym_public] = ACTIONS(2660), - [anon_sym_private] = ACTIONS(2660), - [anon_sym_protected] = ACTIONS(2660), - [sym_auto] = ACTIONS(2660), - [anon_sym_typename] = ACTIONS(2660), - [anon_sym_template] = ACTIONS(2660), - [anon_sym_operator] = ACTIONS(2660), - [anon_sym_friend] = ACTIONS(2660), - [anon_sym_using] = ACTIONS(2660), - [anon_sym_static_assert] = ACTIONS(2660), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2660), - [anon_sym_MOZ_COLD] = ACTIONS(2660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_NONNULL] = ACTIONS(2660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2660), - [anon_sym_MOZ_RAII] = ACTIONS(2660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2660), + [959] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1613), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1613), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym_RBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [anon_sym_public] = ACTIONS(1529), + [anon_sym_private] = ACTIONS(1529), + [anon_sym_protected] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_friend] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), }, - [985] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2658), - [anon_sym_AMP_AMP] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2656), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2656), - [anon_sym_virtual] = ACTIONS(2656), - [anon_sym_explicit] = ACTIONS(2656), - [anon_sym_public] = ACTIONS(2656), - [anon_sym_private] = ACTIONS(2656), - [anon_sym_protected] = ACTIONS(2656), - [sym_auto] = ACTIONS(2656), - [anon_sym_typename] = ACTIONS(2656), - [anon_sym_template] = ACTIONS(2656), - [anon_sym_operator] = ACTIONS(2656), - [anon_sym_friend] = ACTIONS(2656), - [anon_sym_using] = ACTIONS(2656), - [anon_sym_static_assert] = ACTIONS(2656), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2656), - [anon_sym_MOZ_COLD] = ACTIONS(2656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_NONNULL] = ACTIONS(2656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2656), - [anon_sym_MOZ_RAII] = ACTIONS(2656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2656), + [960] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(495), + [sym_attributed_statement] = STATE(495), + [sym_labeled_statement] = STATE(495), + [sym_expression_statement] = STATE(495), + [sym_if_statement] = STATE(495), + [sym_switch_statement] = STATE(495), + [sym_case_statement] = STATE(495), + [sym_while_statement] = STATE(495), + [sym_do_statement] = STATE(495), + [sym_for_statement] = STATE(495), + [sym_return_statement] = STATE(495), + [sym_break_statement] = STATE(495), + [sym_continue_statement] = STATE(495), + [sym_goto_statement] = STATE(495), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(495), + [sym_co_return_statement] = STATE(495), + [sym_co_yield_statement] = STATE(495), + [sym_throw_statement] = STATE(495), + [sym_try_statement] = STATE(495), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [986] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2628), - [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_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_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), + [961] = { + [sym_attribute_declaration] = STATE(885), + [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(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(2628), - [anon_sym_virtual] = ACTIONS(2628), - [anon_sym_explicit] = ACTIONS(2628), - [anon_sym_public] = ACTIONS(2628), - [anon_sym_private] = ACTIONS(2628), - [anon_sym_protected] = ACTIONS(2628), - [sym_auto] = ACTIONS(2628), - [anon_sym_typename] = ACTIONS(2628), - [anon_sym_template] = ACTIONS(2628), - [anon_sym_operator] = ACTIONS(2628), - [anon_sym_friend] = ACTIONS(2628), - [anon_sym_using] = ACTIONS(2628), - [anon_sym_static_assert] = ACTIONS(2628), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2628), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2628), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2628), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2628), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2628), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2628), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2628), - [anon_sym_MOZ_COLD] = ACTIONS(2628), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2628), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2628), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2628), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2628), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2628), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2628), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2628), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2628), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2628), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2628), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2628), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2628), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2628), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2628), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2628), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2628), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2628), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_NONNULL] = ACTIONS(2628), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2628), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2628), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2628), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2628), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2628), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_NORETURN] = ACTIONS(2628), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2628), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2628), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2628), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2628), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2628), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2628), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2628), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2628), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2628), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), - [anon_sym_MOZ_RAII] = ACTIONS(2628), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2628), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2628), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2628), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2628), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2628), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2628), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2628), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [987] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3149), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [962] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(712), + [sym_attributed_statement] = STATE(712), + [sym_labeled_statement] = STATE(712), + [sym_expression_statement] = STATE(712), + [sym_if_statement] = STATE(712), + [sym_switch_statement] = STATE(712), + [sym_case_statement] = STATE(712), + [sym_while_statement] = STATE(712), + [sym_do_statement] = STATE(712), + [sym_for_statement] = STATE(712), + [sym_return_statement] = STATE(712), + [sym_break_statement] = STATE(712), + [sym_continue_statement] = STATE(712), + [sym_goto_statement] = STATE(712), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(712), + [sym_co_return_statement] = STATE(712), + [sym_co_yield_statement] = STATE(712), + [sym_throw_statement] = STATE(712), + [sym_try_statement] = STATE(712), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [988] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2626), - [anon_sym_STAR] = ACTIONS(2626), - [anon_sym_AMP_AMP] = ACTIONS(2626), - [anon_sym_AMP] = ACTIONS(2624), - [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_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_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), + [963] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(314), + [sym_attributed_statement] = STATE(314), + [sym_labeled_statement] = STATE(314), + [sym_expression_statement] = STATE(314), + [sym_if_statement] = STATE(314), + [sym_switch_statement] = STATE(314), + [sym_case_statement] = STATE(314), + [sym_while_statement] = STATE(314), + [sym_do_statement] = STATE(314), + [sym_for_statement] = STATE(314), + [sym_return_statement] = STATE(314), + [sym_break_statement] = STATE(314), + [sym_continue_statement] = STATE(314), + [sym_goto_statement] = STATE(314), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(314), + [sym_co_return_statement] = STATE(314), + [sym_co_yield_statement] = STATE(314), + [sym_throw_statement] = STATE(314), + [sym_try_statement] = STATE(314), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(2624), - [anon_sym_virtual] = ACTIONS(2624), - [anon_sym_explicit] = ACTIONS(2624), - [anon_sym_public] = ACTIONS(2624), - [anon_sym_private] = ACTIONS(2624), - [anon_sym_protected] = ACTIONS(2624), - [sym_auto] = ACTIONS(2624), - [anon_sym_typename] = ACTIONS(2624), - [anon_sym_template] = ACTIONS(2624), - [anon_sym_operator] = ACTIONS(2624), - [anon_sym_friend] = ACTIONS(2624), - [anon_sym_using] = ACTIONS(2624), - [anon_sym_static_assert] = ACTIONS(2624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2624), - [anon_sym_MOZ_COLD] = ACTIONS(2624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_NONNULL] = ACTIONS(2624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_NORETURN] = ACTIONS(2624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), - [anon_sym_MOZ_RAII] = ACTIONS(2624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2624), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [989] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_public] = ACTIONS(2592), - [anon_sym_private] = ACTIONS(2592), - [anon_sym_protected] = ACTIONS(2592), - [sym_auto] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_friend] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2592), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2592), - [anon_sym_MOZ_COLD] = ACTIONS(2592), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2592), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2592), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2592), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2592), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2592), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2592), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2592), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2592), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2592), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2592), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2592), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2592), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_RAII] = ACTIONS(2592), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2592), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2592), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2592), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), + [964] = { + [sym_attribute_declaration] = STATE(885), + [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(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [990] = { - [sym_identifier] = ACTIONS(1775), - [aux_sym_preproc_def_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), - [sym_preproc_directive] = ACTIONS(1775), - [anon_sym_LPAREN2] = ACTIONS(1777), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1777), - [anon_sym_AMP_AMP] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_typedef] = ACTIONS(1775), - [anon_sym_extern] = ACTIONS(1775), - [anon_sym___attribute__] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), - [anon_sym___declspec] = ACTIONS(1775), - [anon_sym___based] = ACTIONS(1775), - [anon_sym_RBRACE] = ACTIONS(1777), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_static] = ACTIONS(1775), - [anon_sym_register] = ACTIONS(1775), - [anon_sym_inline] = ACTIONS(1775), - [anon_sym_thread_local] = ACTIONS(1775), - [anon_sym_const] = ACTIONS(1775), - [anon_sym_volatile] = ACTIONS(1775), - [anon_sym_restrict] = ACTIONS(1775), - [anon_sym__Atomic] = ACTIONS(1775), - [anon_sym_mutable] = ACTIONS(1775), - [anon_sym_constexpr] = ACTIONS(1775), - [anon_sym_signed] = ACTIONS(1775), - [anon_sym_unsigned] = ACTIONS(1775), - [anon_sym_long] = ACTIONS(1775), - [anon_sym_short] = ACTIONS(1775), - [sym_primitive_type] = ACTIONS(1775), - [anon_sym_enum] = ACTIONS(1775), - [anon_sym_class] = ACTIONS(1775), - [anon_sym_struct] = ACTIONS(1775), - [anon_sym_union] = ACTIONS(1775), + [965] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(496), + [sym_attributed_statement] = STATE(496), + [sym_labeled_statement] = STATE(496), + [sym_expression_statement] = STATE(496), + [sym_if_statement] = STATE(496), + [sym_switch_statement] = STATE(496), + [sym_case_statement] = STATE(496), + [sym_while_statement] = STATE(496), + [sym_do_statement] = STATE(496), + [sym_for_statement] = STATE(496), + [sym_return_statement] = STATE(496), + [sym_break_statement] = STATE(496), + [sym_continue_statement] = STATE(496), + [sym_goto_statement] = STATE(496), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(496), + [sym_co_return_statement] = STATE(496), + [sym_co_yield_statement] = STATE(496), + [sym_throw_statement] = STATE(496), + [sym_try_statement] = STATE(496), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [966] = { + [sym_identifier] = ACTIONS(2898), + [aux_sym_preproc_def_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token2] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2898), + [aux_sym_preproc_else_token1] = ACTIONS(2898), + [aux_sym_preproc_elif_token1] = ACTIONS(2898), + [sym_preproc_directive] = ACTIONS(2898), + [anon_sym_LPAREN2] = ACTIONS(2900), + [anon_sym_TILDE] = ACTIONS(2900), + [anon_sym_STAR] = ACTIONS(2900), + [anon_sym_AMP_AMP] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2898), + [anon_sym_extern] = ACTIONS(2898), + [anon_sym___attribute__] = ACTIONS(2898), + [anon_sym_COLON_COLON] = ACTIONS(2900), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2900), + [anon_sym___declspec] = ACTIONS(2898), + [anon_sym___based] = ACTIONS(2898), + [anon_sym_LBRACK] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2898), + [anon_sym_register] = ACTIONS(2898), + [anon_sym_inline] = ACTIONS(2898), + [anon_sym_thread_local] = ACTIONS(2898), + [anon_sym_const] = ACTIONS(2898), + [anon_sym_volatile] = ACTIONS(2898), + [anon_sym_restrict] = ACTIONS(2898), + [anon_sym__Atomic] = ACTIONS(2898), + [anon_sym_mutable] = ACTIONS(2898), + [anon_sym_constexpr] = ACTIONS(2898), + [anon_sym_signed] = ACTIONS(2898), + [anon_sym_unsigned] = ACTIONS(2898), + [anon_sym_long] = ACTIONS(2898), + [anon_sym_short] = ACTIONS(2898), + [sym_primitive_type] = ACTIONS(2898), + [anon_sym_enum] = ACTIONS(2898), + [anon_sym_class] = ACTIONS(2898), + [anon_sym_struct] = ACTIONS(2898), + [anon_sym_union] = ACTIONS(2898), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2898), + [anon_sym_virtual] = ACTIONS(2898), + [anon_sym_explicit] = ACTIONS(2898), + [anon_sym_public] = ACTIONS(2898), + [anon_sym_private] = ACTIONS(2898), + [anon_sym_protected] = ACTIONS(2898), + [sym_auto] = ACTIONS(2898), + [anon_sym_typename] = ACTIONS(2898), + [anon_sym_template] = ACTIONS(2898), + [anon_sym_operator] = ACTIONS(2898), + [anon_sym_friend] = ACTIONS(2898), + [anon_sym_using] = ACTIONS(2898), + [anon_sym_static_assert] = ACTIONS(2898), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2898), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2898), + [anon_sym_MOZ_COLD] = ACTIONS(2898), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2898), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2898), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2898), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2898), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2898), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2898), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2898), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2898), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2898), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2898), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2898), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2898), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_RAII] = ACTIONS(2898), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2898), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2898), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2898), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2898), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2898), + }, + [967] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(309), + [sym_attributed_statement] = STATE(309), + [sym_labeled_statement] = STATE(309), + [sym_expression_statement] = STATE(309), + [sym_if_statement] = STATE(309), + [sym_switch_statement] = STATE(309), + [sym_case_statement] = STATE(309), + [sym_while_statement] = STATE(309), + [sym_do_statement] = STATE(309), + [sym_for_statement] = STATE(309), + [sym_return_statement] = STATE(309), + [sym_break_statement] = STATE(309), + [sym_continue_statement] = STATE(309), + [sym_goto_statement] = STATE(309), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(309), + [sym_co_return_statement] = STATE(309), + [sym_co_yield_statement] = STATE(309), + [sym_throw_statement] = STATE(309), + [sym_try_statement] = STATE(309), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [968] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(709), + [sym_attributed_statement] = STATE(709), + [sym_labeled_statement] = STATE(709), + [sym_expression_statement] = STATE(709), + [sym_if_statement] = STATE(709), + [sym_switch_statement] = STATE(709), + [sym_case_statement] = STATE(709), + [sym_while_statement] = STATE(709), + [sym_do_statement] = STATE(709), + [sym_for_statement] = STATE(709), + [sym_return_statement] = STATE(709), + [sym_break_statement] = STATE(709), + [sym_continue_statement] = STATE(709), + [sym_goto_statement] = STATE(709), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(709), + [sym_co_return_statement] = STATE(709), + [sym_co_yield_statement] = STATE(709), + [sym_throw_statement] = STATE(709), + [sym_try_statement] = STATE(709), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1775), - [anon_sym_virtual] = ACTIONS(1775), - [anon_sym_explicit] = ACTIONS(1775), - [anon_sym_public] = ACTIONS(1775), - [anon_sym_private] = ACTIONS(1775), - [anon_sym_protected] = ACTIONS(1775), - [sym_auto] = ACTIONS(1775), - [anon_sym_typename] = ACTIONS(1775), - [anon_sym_template] = ACTIONS(1775), - [anon_sym_operator] = ACTIONS(1775), - [anon_sym_friend] = ACTIONS(1775), - [anon_sym_using] = ACTIONS(1775), - [anon_sym_static_assert] = ACTIONS(1775), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1775), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), - [anon_sym_MOZ_COLD] = ACTIONS(1775), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_RAII] = ACTIONS(1775), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [991] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_AMP_AMP] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2592), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2592), - [anon_sym_virtual] = ACTIONS(2592), - [anon_sym_explicit] = ACTIONS(2592), - [anon_sym_public] = ACTIONS(2592), - [anon_sym_private] = ACTIONS(2592), - [anon_sym_protected] = ACTIONS(2592), - [sym_auto] = ACTIONS(2592), - [anon_sym_typename] = ACTIONS(2592), - [anon_sym_template] = ACTIONS(2592), - [anon_sym_operator] = ACTIONS(2592), - [anon_sym_friend] = ACTIONS(2592), - [anon_sym_using] = ACTIONS(2592), - [anon_sym_static_assert] = ACTIONS(2592), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2592), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2592), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2592), - [anon_sym_MOZ_COLD] = ACTIONS(2592), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2592), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2592), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2592), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2592), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2592), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2592), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2592), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2592), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2592), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2592), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2592), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2592), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL] = ACTIONS(2592), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2592), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2592), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN] = ACTIONS(2592), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2592), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2592), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2592), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2592), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2592), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2592), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2592), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2592), - [anon_sym_MOZ_RAII] = ACTIONS(2592), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2592), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2592), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2592), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2592), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2592), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), + [969] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(707), + [sym_attributed_statement] = STATE(707), + [sym_labeled_statement] = STATE(707), + [sym_expression_statement] = STATE(707), + [sym_if_statement] = STATE(707), + [sym_switch_statement] = STATE(707), + [sym_case_statement] = STATE(707), + [sym_while_statement] = STATE(707), + [sym_do_statement] = STATE(707), + [sym_for_statement] = STATE(707), + [sym_return_statement] = STATE(707), + [sym_break_statement] = STATE(707), + [sym_continue_statement] = STATE(707), + [sym_goto_statement] = STATE(707), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(707), + [sym_co_return_statement] = STATE(707), + [sym_co_yield_statement] = STATE(707), + [sym_throw_statement] = STATE(707), + [sym_try_statement] = STATE(707), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [992] = { - [sym_identifier] = ACTIONS(2600), - [aux_sym_preproc_def_token1] = ACTIONS(2600), - [aux_sym_preproc_if_token1] = ACTIONS(2600), - [aux_sym_preproc_if_token2] = 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_TILDE] = ACTIONS(2602), - [anon_sym_STAR] = ACTIONS(2602), - [anon_sym_AMP_AMP] = ACTIONS(2602), - [anon_sym_AMP] = ACTIONS(2600), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2600), - [anon_sym_virtual] = ACTIONS(2600), - [anon_sym_explicit] = ACTIONS(2600), - [anon_sym_public] = ACTIONS(2600), - [anon_sym_private] = ACTIONS(2600), - [anon_sym_protected] = ACTIONS(2600), - [sym_auto] = ACTIONS(2600), - [anon_sym_typename] = ACTIONS(2600), - [anon_sym_template] = ACTIONS(2600), - [anon_sym_operator] = ACTIONS(2600), - [anon_sym_friend] = ACTIONS(2600), - [anon_sym_using] = ACTIONS(2600), - [anon_sym_static_assert] = ACTIONS(2600), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2600), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2600), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2600), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2600), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2600), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2600), - [anon_sym_MOZ_COLD] = ACTIONS(2600), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2600), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2600), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2600), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2600), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2600), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2600), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2600), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2600), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2600), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2600), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2600), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2600), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2600), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2600), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2600), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2600), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_NONNULL] = ACTIONS(2600), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2600), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2600), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2600), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2600), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_NORETURN] = ACTIONS(2600), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2600), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2600), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2600), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2600), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2600), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2600), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2600), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2600), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2600), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2600), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2600), - [anon_sym_MOZ_RAII] = ACTIONS(2600), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2600), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2600), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2600), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2600), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2600), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2600), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2600), + [970] = { + [sym_identifier] = ACTIONS(2902), + [aux_sym_preproc_def_token1] = ACTIONS(2902), + [aux_sym_preproc_if_token1] = ACTIONS(2902), + [aux_sym_preproc_if_token2] = ACTIONS(2902), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2902), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2902), + [aux_sym_preproc_else_token1] = ACTIONS(2902), + [aux_sym_preproc_elif_token1] = ACTIONS(2902), + [sym_preproc_directive] = ACTIONS(2902), + [anon_sym_LPAREN2] = ACTIONS(2904), + [anon_sym_TILDE] = ACTIONS(2904), + [anon_sym_STAR] = ACTIONS(2904), + [anon_sym_AMP_AMP] = ACTIONS(2904), + [anon_sym_AMP] = ACTIONS(2902), + [anon_sym_typedef] = ACTIONS(2902), + [anon_sym_extern] = ACTIONS(2902), + [anon_sym___attribute__] = ACTIONS(2902), + [anon_sym_COLON_COLON] = ACTIONS(2904), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2904), + [anon_sym___declspec] = ACTIONS(2902), + [anon_sym___based] = ACTIONS(2902), + [anon_sym_LBRACK] = ACTIONS(2902), + [anon_sym_static] = ACTIONS(2902), + [anon_sym_register] = ACTIONS(2902), + [anon_sym_inline] = ACTIONS(2902), + [anon_sym_thread_local] = ACTIONS(2902), + [anon_sym_const] = ACTIONS(2902), + [anon_sym_volatile] = ACTIONS(2902), + [anon_sym_restrict] = ACTIONS(2902), + [anon_sym__Atomic] = ACTIONS(2902), + [anon_sym_mutable] = ACTIONS(2902), + [anon_sym_constexpr] = ACTIONS(2902), + [anon_sym_signed] = ACTIONS(2902), + [anon_sym_unsigned] = ACTIONS(2902), + [anon_sym_long] = ACTIONS(2902), + [anon_sym_short] = ACTIONS(2902), + [sym_primitive_type] = ACTIONS(2902), + [anon_sym_enum] = ACTIONS(2902), + [anon_sym_class] = ACTIONS(2902), + [anon_sym_struct] = ACTIONS(2902), + [anon_sym_union] = ACTIONS(2902), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2902), + [anon_sym_virtual] = ACTIONS(2902), + [anon_sym_explicit] = ACTIONS(2902), + [anon_sym_public] = ACTIONS(2902), + [anon_sym_private] = ACTIONS(2902), + [anon_sym_protected] = ACTIONS(2902), + [sym_auto] = ACTIONS(2902), + [anon_sym_typename] = ACTIONS(2902), + [anon_sym_template] = ACTIONS(2902), + [anon_sym_operator] = ACTIONS(2902), + [anon_sym_friend] = ACTIONS(2902), + [anon_sym_using] = ACTIONS(2902), + [anon_sym_static_assert] = ACTIONS(2902), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2902), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2902), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2902), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2902), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2902), + [anon_sym_MOZ_COLD] = ACTIONS(2902), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2902), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2902), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2902), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2902), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2902), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2902), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2902), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2902), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2902), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2902), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2902), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2902), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2902), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_NONNULL] = ACTIONS(2902), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2902), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2902), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2902), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2902), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2902), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2902), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2902), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2902), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2902), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2902), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2902), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2902), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), + [anon_sym_MOZ_RAII] = ACTIONS(2902), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2902), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2902), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2902), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2902), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2902), }, - [993] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2682), - [anon_sym_AMP_AMP] = ACTIONS(2682), - [anon_sym_AMP] = ACTIONS(2680), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2680), - [anon_sym_virtual] = ACTIONS(2680), - [anon_sym_explicit] = ACTIONS(2680), - [anon_sym_public] = ACTIONS(2680), - [anon_sym_private] = ACTIONS(2680), - [anon_sym_protected] = ACTIONS(2680), - [sym_auto] = ACTIONS(2680), - [anon_sym_typename] = ACTIONS(2680), - [anon_sym_template] = ACTIONS(2680), - [anon_sym_operator] = ACTIONS(2680), - [anon_sym_friend] = ACTIONS(2680), - [anon_sym_using] = ACTIONS(2680), - [anon_sym_static_assert] = ACTIONS(2680), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2680), - [anon_sym_MOZ_COLD] = ACTIONS(2680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_NONNULL] = ACTIONS(2680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_NORETURN] = ACTIONS(2680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2680), - [anon_sym_MOZ_RAII] = ACTIONS(2680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2680), + [971] = { + [sym_identifier] = ACTIONS(2906), + [aux_sym_preproc_def_token1] = ACTIONS(2906), + [aux_sym_preproc_if_token1] = ACTIONS(2906), + [aux_sym_preproc_if_token2] = ACTIONS(2906), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2906), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2906), + [aux_sym_preproc_else_token1] = ACTIONS(2906), + [aux_sym_preproc_elif_token1] = ACTIONS(2906), + [sym_preproc_directive] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(2908), + [anon_sym_TILDE] = ACTIONS(2908), + [anon_sym_STAR] = ACTIONS(2908), + [anon_sym_AMP_AMP] = ACTIONS(2908), + [anon_sym_AMP] = ACTIONS(2906), + [anon_sym_typedef] = ACTIONS(2906), + [anon_sym_extern] = ACTIONS(2906), + [anon_sym___attribute__] = ACTIONS(2906), + [anon_sym_COLON_COLON] = ACTIONS(2908), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2908), + [anon_sym___declspec] = ACTIONS(2906), + [anon_sym___based] = ACTIONS(2906), + [anon_sym_LBRACK] = ACTIONS(2906), + [anon_sym_static] = ACTIONS(2906), + [anon_sym_register] = ACTIONS(2906), + [anon_sym_inline] = ACTIONS(2906), + [anon_sym_thread_local] = ACTIONS(2906), + [anon_sym_const] = ACTIONS(2906), + [anon_sym_volatile] = ACTIONS(2906), + [anon_sym_restrict] = ACTIONS(2906), + [anon_sym__Atomic] = ACTIONS(2906), + [anon_sym_mutable] = ACTIONS(2906), + [anon_sym_constexpr] = ACTIONS(2906), + [anon_sym_signed] = ACTIONS(2906), + [anon_sym_unsigned] = ACTIONS(2906), + [anon_sym_long] = ACTIONS(2906), + [anon_sym_short] = ACTIONS(2906), + [sym_primitive_type] = ACTIONS(2906), + [anon_sym_enum] = ACTIONS(2906), + [anon_sym_class] = ACTIONS(2906), + [anon_sym_struct] = ACTIONS(2906), + [anon_sym_union] = ACTIONS(2906), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2906), + [anon_sym_virtual] = ACTIONS(2906), + [anon_sym_explicit] = ACTIONS(2906), + [anon_sym_public] = ACTIONS(2906), + [anon_sym_private] = ACTIONS(2906), + [anon_sym_protected] = ACTIONS(2906), + [sym_auto] = ACTIONS(2906), + [anon_sym_typename] = ACTIONS(2906), + [anon_sym_template] = ACTIONS(2906), + [anon_sym_operator] = ACTIONS(2906), + [anon_sym_friend] = ACTIONS(2906), + [anon_sym_using] = ACTIONS(2906), + [anon_sym_static_assert] = ACTIONS(2906), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2906), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2906), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2906), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2906), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2906), + [anon_sym_MOZ_COLD] = ACTIONS(2906), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2906), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2906), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2906), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2906), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2906), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2906), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2906), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2906), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2906), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2906), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2906), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2906), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2906), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_NONNULL] = ACTIONS(2906), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2906), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2906), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2906), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2906), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2906), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2906), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2906), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2906), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2906), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2906), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2906), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2906), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2906), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2906), + [anon_sym_MOZ_RAII] = ACTIONS(2906), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2906), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2906), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2906), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2906), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2906), }, - [994] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2678), - [anon_sym_AMP_AMP] = ACTIONS(2678), - [anon_sym_AMP] = ACTIONS(2676), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2676), - [anon_sym_virtual] = ACTIONS(2676), - [anon_sym_explicit] = ACTIONS(2676), - [anon_sym_public] = ACTIONS(2676), - [anon_sym_private] = ACTIONS(2676), - [anon_sym_protected] = ACTIONS(2676), - [sym_auto] = ACTIONS(2676), - [anon_sym_typename] = ACTIONS(2676), - [anon_sym_template] = ACTIONS(2676), - [anon_sym_operator] = ACTIONS(2676), - [anon_sym_friend] = ACTIONS(2676), - [anon_sym_using] = ACTIONS(2676), - [anon_sym_static_assert] = ACTIONS(2676), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2676), - [anon_sym_MOZ_COLD] = ACTIONS(2676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_NONNULL] = ACTIONS(2676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_NORETURN] = ACTIONS(2676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2676), - [anon_sym_MOZ_RAII] = ACTIONS(2676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2676), + [972] = { + [sym_identifier] = ACTIONS(2910), + [aux_sym_preproc_def_token1] = ACTIONS(2910), + [aux_sym_preproc_if_token1] = ACTIONS(2910), + [aux_sym_preproc_if_token2] = ACTIONS(2910), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2910), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2910), + [aux_sym_preproc_else_token1] = ACTIONS(2910), + [aux_sym_preproc_elif_token1] = ACTIONS(2910), + [sym_preproc_directive] = ACTIONS(2910), + [anon_sym_LPAREN2] = ACTIONS(2912), + [anon_sym_TILDE] = ACTIONS(2912), + [anon_sym_STAR] = ACTIONS(2912), + [anon_sym_AMP_AMP] = ACTIONS(2912), + [anon_sym_AMP] = ACTIONS(2910), + [anon_sym_typedef] = ACTIONS(2910), + [anon_sym_extern] = ACTIONS(2910), + [anon_sym___attribute__] = ACTIONS(2910), + [anon_sym_COLON_COLON] = ACTIONS(2912), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2912), + [anon_sym___declspec] = ACTIONS(2910), + [anon_sym___based] = ACTIONS(2910), + [anon_sym_LBRACK] = ACTIONS(2910), + [anon_sym_static] = ACTIONS(2910), + [anon_sym_register] = ACTIONS(2910), + [anon_sym_inline] = ACTIONS(2910), + [anon_sym_thread_local] = ACTIONS(2910), + [anon_sym_const] = ACTIONS(2910), + [anon_sym_volatile] = ACTIONS(2910), + [anon_sym_restrict] = ACTIONS(2910), + [anon_sym__Atomic] = ACTIONS(2910), + [anon_sym_mutable] = ACTIONS(2910), + [anon_sym_constexpr] = ACTIONS(2910), + [anon_sym_signed] = ACTIONS(2910), + [anon_sym_unsigned] = ACTIONS(2910), + [anon_sym_long] = ACTIONS(2910), + [anon_sym_short] = ACTIONS(2910), + [sym_primitive_type] = ACTIONS(2910), + [anon_sym_enum] = ACTIONS(2910), + [anon_sym_class] = ACTIONS(2910), + [anon_sym_struct] = ACTIONS(2910), + [anon_sym_union] = ACTIONS(2910), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2910), + [anon_sym_virtual] = ACTIONS(2910), + [anon_sym_explicit] = ACTIONS(2910), + [anon_sym_public] = ACTIONS(2910), + [anon_sym_private] = ACTIONS(2910), + [anon_sym_protected] = ACTIONS(2910), + [sym_auto] = ACTIONS(2910), + [anon_sym_typename] = ACTIONS(2910), + [anon_sym_template] = ACTIONS(2910), + [anon_sym_operator] = ACTIONS(2910), + [anon_sym_friend] = ACTIONS(2910), + [anon_sym_using] = ACTIONS(2910), + [anon_sym_static_assert] = ACTIONS(2910), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2910), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2910), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2910), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2910), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2910), + [anon_sym_MOZ_COLD] = ACTIONS(2910), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2910), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2910), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2910), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2910), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2910), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2910), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2910), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2910), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2910), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2910), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2910), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2910), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2910), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_NONNULL] = ACTIONS(2910), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2910), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2910), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2910), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2910), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2910), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2910), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2910), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2910), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2910), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2910), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2910), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2910), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2910), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2910), + [anon_sym_MOZ_RAII] = ACTIONS(2910), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2910), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2910), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2910), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2910), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2910), }, - [995] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), + [973] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(405), + [sym_attributed_statement] = STATE(405), + [sym_labeled_statement] = STATE(405), + [sym_expression_statement] = STATE(405), + [sym_if_statement] = STATE(405), + [sym_switch_statement] = STATE(405), + [sym_case_statement] = STATE(405), + [sym_while_statement] = STATE(405), + [sym_do_statement] = STATE(405), + [sym_for_statement] = STATE(405), + [sym_return_statement] = STATE(405), + [sym_break_statement] = STATE(405), + [sym_continue_statement] = STATE(405), + [sym_goto_statement] = STATE(405), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(405), + [sym_co_return_statement] = STATE(405), + [sym_co_yield_statement] = STATE(405), + [sym_throw_statement] = STATE(405), + [sym_try_statement] = STATE(405), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [anon_sym_public] = ACTIONS(1577), - [anon_sym_private] = ACTIONS(1577), - [anon_sym_protected] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_friend] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [996] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), + [974] = { + [sym_attribute_declaration] = STATE(885), + [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(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [anon_sym_public] = ACTIONS(1577), - [anon_sym_private] = ACTIONS(1577), - [anon_sym_protected] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_friend] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), - }, - [997] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2666), - [anon_sym_AMP_AMP] = ACTIONS(2666), - [anon_sym_AMP] = ACTIONS(2664), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2664), - [anon_sym_virtual] = ACTIONS(2664), - [anon_sym_explicit] = ACTIONS(2664), - [anon_sym_public] = ACTIONS(2664), - [anon_sym_private] = ACTIONS(2664), - [anon_sym_protected] = ACTIONS(2664), - [sym_auto] = ACTIONS(2664), - [anon_sym_typename] = ACTIONS(2664), - [anon_sym_template] = ACTIONS(2664), - [anon_sym_operator] = ACTIONS(2664), - [anon_sym_friend] = ACTIONS(2664), - [anon_sym_using] = ACTIONS(2664), - [anon_sym_static_assert] = ACTIONS(2664), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2664), - [anon_sym_MOZ_COLD] = ACTIONS(2664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_NONNULL] = ACTIONS(2664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_NORETURN] = ACTIONS(2664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2664), - [anon_sym_MOZ_RAII] = ACTIONS(2664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2664), - }, - [998] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2586), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_public] = ACTIONS(2584), - [anon_sym_private] = ACTIONS(2584), - [anon_sym_protected] = ACTIONS(2584), - [sym_auto] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_friend] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2584), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2584), - [anon_sym_MOZ_COLD] = ACTIONS(2584), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2584), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2584), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2584), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2584), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2584), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2584), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2584), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2584), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2584), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2584), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2584), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2584), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_RAII] = ACTIONS(2584), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2584), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2584), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2584), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2584), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2584), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [999] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2586), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_AMP_AMP] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2584), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2584), - [anon_sym_virtual] = ACTIONS(2584), - [anon_sym_explicit] = ACTIONS(2584), - [anon_sym_public] = ACTIONS(2584), - [anon_sym_private] = ACTIONS(2584), - [anon_sym_protected] = ACTIONS(2584), - [sym_auto] = ACTIONS(2584), - [anon_sym_typename] = ACTIONS(2584), - [anon_sym_template] = ACTIONS(2584), - [anon_sym_operator] = ACTIONS(2584), - [anon_sym_friend] = ACTIONS(2584), - [anon_sym_using] = ACTIONS(2584), - [anon_sym_static_assert] = ACTIONS(2584), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2584), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2584), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2584), - [anon_sym_MOZ_COLD] = ACTIONS(2584), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2584), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2584), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2584), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2584), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2584), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2584), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2584), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2584), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2584), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2584), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2584), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2584), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL] = ACTIONS(2584), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2584), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2584), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN] = ACTIONS(2584), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2584), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2584), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2584), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2584), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2584), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2584), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2584), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2584), - [anon_sym_MOZ_RAII] = ACTIONS(2584), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2584), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2584), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2584), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2584), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2584), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2584), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2584), + [975] = { + [sym_identifier] = ACTIONS(1743), + [aux_sym_preproc_def_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token2] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), + [aux_sym_preproc_else_token1] = ACTIONS(1743), + [aux_sym_preproc_elif_token1] = ACTIONS(1743), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_LPAREN2] = ACTIONS(1745), + [anon_sym_TILDE] = ACTIONS(1745), + [anon_sym_STAR] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1745), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_typedef] = ACTIONS(1743), + [anon_sym_extern] = ACTIONS(1743), + [anon_sym___attribute__] = ACTIONS(1743), + [anon_sym_COLON_COLON] = ACTIONS(1745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), + [anon_sym___declspec] = ACTIONS(1743), + [anon_sym___based] = ACTIONS(1743), + [anon_sym_LBRACK] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1743), + [anon_sym_register] = ACTIONS(1743), + [anon_sym_inline] = ACTIONS(1743), + [anon_sym_thread_local] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1743), + [anon_sym_volatile] = ACTIONS(1743), + [anon_sym_restrict] = ACTIONS(1743), + [anon_sym__Atomic] = ACTIONS(1743), + [anon_sym_mutable] = ACTIONS(1743), + [anon_sym_constexpr] = ACTIONS(1743), + [anon_sym_signed] = ACTIONS(1743), + [anon_sym_unsigned] = ACTIONS(1743), + [anon_sym_long] = ACTIONS(1743), + [anon_sym_short] = ACTIONS(1743), + [sym_primitive_type] = ACTIONS(1743), + [anon_sym_enum] = ACTIONS(1743), + [anon_sym_class] = ACTIONS(1743), + [anon_sym_struct] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1743), + [anon_sym_virtual] = ACTIONS(1743), + [anon_sym_explicit] = ACTIONS(1743), + [anon_sym_public] = ACTIONS(1743), + [anon_sym_private] = ACTIONS(1743), + [anon_sym_protected] = ACTIONS(1743), + [sym_auto] = ACTIONS(1743), + [anon_sym_typename] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1743), + [anon_sym_operator] = ACTIONS(1743), + [anon_sym_friend] = ACTIONS(1743), + [anon_sym_using] = ACTIONS(1743), + [anon_sym_static_assert] = ACTIONS(1743), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1743), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), + [anon_sym_MOZ_COLD] = ACTIONS(1743), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_RAII] = ACTIONS(1743), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), }, - [1000] = { - [sym_identifier] = ACTIONS(1506), - [aux_sym_preproc_def_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token2] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), - [sym_preproc_directive] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym___based] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [anon_sym_explicit] = ACTIONS(1506), - [anon_sym_public] = ACTIONS(1506), - [anon_sym_private] = ACTIONS(1506), - [anon_sym_protected] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_operator] = ACTIONS(1506), - [anon_sym_friend] = ACTIONS(1506), - [anon_sym_using] = ACTIONS(1506), - [anon_sym_static_assert] = ACTIONS(1506), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), + [976] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4499), + [sym_attributed_statement] = STATE(4499), + [sym_labeled_statement] = STATE(4499), + [sym_expression_statement] = STATE(4499), + [sym_if_statement] = STATE(4499), + [sym_switch_statement] = STATE(4499), + [sym_case_statement] = STATE(4499), + [sym_while_statement] = STATE(4499), + [sym_do_statement] = STATE(4499), + [sym_for_statement] = STATE(4499), + [sym_return_statement] = STATE(4499), + [sym_break_statement] = STATE(4499), + [sym_continue_statement] = STATE(4499), + [sym_goto_statement] = STATE(4499), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4499), + [sym_co_return_statement] = STATE(4499), + [sym_co_yield_statement] = STATE(4499), + [sym_throw_statement] = STATE(4499), + [sym_try_statement] = STATE(4499), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1001] = { - [sym_identifier] = ACTIONS(2588), - [aux_sym_preproc_def_token1] = ACTIONS(2588), - [aux_sym_preproc_if_token1] = ACTIONS(2588), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2588), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2588), - [sym_preproc_directive] = ACTIONS(2588), - [anon_sym_LPAREN2] = ACTIONS(2590), - [anon_sym_TILDE] = ACTIONS(2590), - [anon_sym_STAR] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2590), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_typedef] = ACTIONS(2588), - [anon_sym_extern] = ACTIONS(2588), - [anon_sym___attribute__] = ACTIONS(2588), - [anon_sym_COLON_COLON] = ACTIONS(2590), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2590), - [anon_sym___declspec] = ACTIONS(2588), - [anon_sym___based] = ACTIONS(2588), - [anon_sym_RBRACE] = ACTIONS(2590), - [anon_sym_LBRACK] = ACTIONS(2588), - [anon_sym_static] = ACTIONS(2588), - [anon_sym_register] = ACTIONS(2588), - [anon_sym_inline] = ACTIONS(2588), - [anon_sym_thread_local] = ACTIONS(2588), - [anon_sym_const] = ACTIONS(2588), - [anon_sym_volatile] = ACTIONS(2588), - [anon_sym_restrict] = ACTIONS(2588), - [anon_sym__Atomic] = ACTIONS(2588), - [anon_sym_mutable] = ACTIONS(2588), - [anon_sym_constexpr] = ACTIONS(2588), - [anon_sym_signed] = ACTIONS(2588), - [anon_sym_unsigned] = ACTIONS(2588), - [anon_sym_long] = ACTIONS(2588), - [anon_sym_short] = ACTIONS(2588), - [sym_primitive_type] = ACTIONS(2588), - [anon_sym_enum] = ACTIONS(2588), - [anon_sym_class] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(2588), - [anon_sym_union] = ACTIONS(2588), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2588), - [anon_sym_virtual] = ACTIONS(2588), - [anon_sym_explicit] = ACTIONS(2588), - [anon_sym_public] = ACTIONS(2588), - [anon_sym_private] = ACTIONS(2588), - [anon_sym_protected] = ACTIONS(2588), - [sym_auto] = ACTIONS(2588), - [anon_sym_typename] = ACTIONS(2588), - [anon_sym_template] = ACTIONS(2588), - [anon_sym_operator] = ACTIONS(2588), - [anon_sym_friend] = ACTIONS(2588), - [anon_sym_using] = ACTIONS(2588), - [anon_sym_static_assert] = ACTIONS(2588), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2588), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2588), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2588), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2588), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2588), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2588), - [anon_sym_MOZ_COLD] = ACTIONS(2588), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2588), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2588), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2588), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2588), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2588), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2588), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2588), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2588), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2588), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2588), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2588), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2588), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2588), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2588), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2588), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2588), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_NONNULL] = ACTIONS(2588), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2588), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2588), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2588), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2588), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_NORETURN] = ACTIONS(2588), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2588), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2588), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2588), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2588), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2588), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2588), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2588), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2588), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2588), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2588), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2588), - [anon_sym_MOZ_RAII] = ACTIONS(2588), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2588), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2588), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2588), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2588), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2588), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2588), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2588), + [977] = { + [sym_identifier] = ACTIONS(2914), + [aux_sym_preproc_def_token1] = ACTIONS(2914), + [aux_sym_preproc_if_token1] = ACTIONS(2914), + [aux_sym_preproc_if_token2] = ACTIONS(2914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), + [aux_sym_preproc_else_token1] = ACTIONS(2914), + [aux_sym_preproc_elif_token1] = ACTIONS(2914), + [sym_preproc_directive] = ACTIONS(2914), + [anon_sym_LPAREN2] = ACTIONS(2916), + [anon_sym_TILDE] = ACTIONS(2916), + [anon_sym_STAR] = ACTIONS(2916), + [anon_sym_AMP_AMP] = ACTIONS(2916), + [anon_sym_AMP] = ACTIONS(2914), + [anon_sym_typedef] = ACTIONS(2914), + [anon_sym_extern] = ACTIONS(2914), + [anon_sym___attribute__] = ACTIONS(2914), + [anon_sym_COLON_COLON] = ACTIONS(2916), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), + [anon_sym___declspec] = ACTIONS(2914), + [anon_sym___based] = ACTIONS(2914), + [anon_sym_LBRACK] = ACTIONS(2914), + [anon_sym_static] = ACTIONS(2914), + [anon_sym_register] = ACTIONS(2914), + [anon_sym_inline] = ACTIONS(2914), + [anon_sym_thread_local] = ACTIONS(2914), + [anon_sym_const] = ACTIONS(2914), + [anon_sym_volatile] = ACTIONS(2914), + [anon_sym_restrict] = ACTIONS(2914), + [anon_sym__Atomic] = ACTIONS(2914), + [anon_sym_mutable] = ACTIONS(2914), + [anon_sym_constexpr] = ACTIONS(2914), + [anon_sym_signed] = ACTIONS(2914), + [anon_sym_unsigned] = ACTIONS(2914), + [anon_sym_long] = ACTIONS(2914), + [anon_sym_short] = ACTIONS(2914), + [sym_primitive_type] = ACTIONS(2914), + [anon_sym_enum] = ACTIONS(2914), + [anon_sym_class] = ACTIONS(2914), + [anon_sym_struct] = ACTIONS(2914), + [anon_sym_union] = ACTIONS(2914), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2914), + [anon_sym_virtual] = ACTIONS(2914), + [anon_sym_explicit] = ACTIONS(2914), + [anon_sym_public] = ACTIONS(2914), + [anon_sym_private] = ACTIONS(2914), + [anon_sym_protected] = ACTIONS(2914), + [sym_auto] = ACTIONS(2914), + [anon_sym_typename] = ACTIONS(2914), + [anon_sym_template] = ACTIONS(2914), + [anon_sym_operator] = ACTIONS(2914), + [anon_sym_friend] = ACTIONS(2914), + [anon_sym_using] = ACTIONS(2914), + [anon_sym_static_assert] = ACTIONS(2914), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2914), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2914), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2914), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2914), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2914), + [anon_sym_MOZ_COLD] = ACTIONS(2914), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2914), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2914), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2914), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2914), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2914), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2914), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2914), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2914), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2914), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2914), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2914), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2914), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2914), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_NONNULL] = ACTIONS(2914), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2914), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2914), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2914), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2914), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2914), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2914), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2914), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2914), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2914), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2914), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2914), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2914), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2914), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2914), + [anon_sym_MOZ_RAII] = ACTIONS(2914), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2914), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2914), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2914), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2914), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2914), }, - [1002] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3144), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [978] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(705), + [sym_attributed_statement] = STATE(703), + [sym_labeled_statement] = STATE(702), + [sym_expression_statement] = STATE(701), + [sym_if_statement] = STATE(736), + [sym_switch_statement] = STATE(722), + [sym_case_statement] = STATE(724), + [sym_while_statement] = STATE(725), + [sym_do_statement] = STATE(726), + [sym_for_statement] = STATE(727), + [sym_return_statement] = STATE(728), + [sym_break_statement] = STATE(730), + [sym_continue_statement] = STATE(732), + [sym_goto_statement] = STATE(738), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(742), + [sym_co_return_statement] = STATE(699), + [sym_co_yield_statement] = STATE(743), + [sym_throw_statement] = STATE(744), + [sym_try_statement] = STATE(750), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1003] = { - [sym_identifier] = ACTIONS(1903), - [aux_sym_preproc_def_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), - [sym_preproc_directive] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_TILDE] = ACTIONS(1905), - [anon_sym_STAR] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_typedef] = ACTIONS(1903), - [anon_sym_extern] = ACTIONS(1903), - [anon_sym___attribute__] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1905), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), - [anon_sym___declspec] = ACTIONS(1903), - [anon_sym___based] = ACTIONS(1903), - [anon_sym_RBRACE] = ACTIONS(1905), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_static] = ACTIONS(1903), - [anon_sym_register] = ACTIONS(1903), - [anon_sym_inline] = ACTIONS(1903), - [anon_sym_thread_local] = ACTIONS(1903), - [anon_sym_const] = ACTIONS(1903), - [anon_sym_volatile] = ACTIONS(1903), - [anon_sym_restrict] = ACTIONS(1903), - [anon_sym__Atomic] = ACTIONS(1903), - [anon_sym_mutable] = ACTIONS(1903), - [anon_sym_constexpr] = ACTIONS(1903), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [sym_primitive_type] = ACTIONS(1903), - [anon_sym_enum] = ACTIONS(1903), - [anon_sym_class] = ACTIONS(1903), - [anon_sym_struct] = ACTIONS(1903), - [anon_sym_union] = ACTIONS(1903), + [979] = { + [sym_identifier] = ACTIONS(1847), + [aux_sym_preproc_def_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token2] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), + [aux_sym_preproc_else_token1] = ACTIONS(1847), + [aux_sym_preproc_elif_token1] = ACTIONS(1847), + [sym_preproc_directive] = ACTIONS(1847), + [anon_sym_LPAREN2] = ACTIONS(1849), + [anon_sym_TILDE] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_typedef] = ACTIONS(1847), + [anon_sym_extern] = ACTIONS(1847), + [anon_sym___attribute__] = ACTIONS(1847), + [anon_sym_COLON_COLON] = ACTIONS(1849), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), + [anon_sym___declspec] = ACTIONS(1847), + [anon_sym___based] = ACTIONS(1847), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_register] = ACTIONS(1847), + [anon_sym_inline] = ACTIONS(1847), + [anon_sym_thread_local] = ACTIONS(1847), + [anon_sym_const] = ACTIONS(1847), + [anon_sym_volatile] = ACTIONS(1847), + [anon_sym_restrict] = ACTIONS(1847), + [anon_sym__Atomic] = ACTIONS(1847), + [anon_sym_mutable] = ACTIONS(1847), + [anon_sym_constexpr] = ACTIONS(1847), + [anon_sym_signed] = ACTIONS(1847), + [anon_sym_unsigned] = ACTIONS(1847), + [anon_sym_long] = ACTIONS(1847), + [anon_sym_short] = ACTIONS(1847), + [sym_primitive_type] = ACTIONS(1847), + [anon_sym_enum] = ACTIONS(1847), + [anon_sym_class] = ACTIONS(1847), + [anon_sym_struct] = ACTIONS(1847), + [anon_sym_union] = ACTIONS(1847), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1903), - [anon_sym_virtual] = ACTIONS(1903), - [anon_sym_explicit] = ACTIONS(1903), - [anon_sym_public] = ACTIONS(1903), - [anon_sym_private] = ACTIONS(1903), - [anon_sym_protected] = ACTIONS(1903), - [sym_auto] = ACTIONS(1903), - [anon_sym_typename] = ACTIONS(1903), - [anon_sym_template] = ACTIONS(1903), - [anon_sym_operator] = ACTIONS(1903), - [anon_sym_friend] = ACTIONS(1903), - [anon_sym_using] = ACTIONS(1903), - [anon_sym_static_assert] = ACTIONS(1903), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1903), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), - [anon_sym_MOZ_COLD] = ACTIONS(1903), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_RAII] = ACTIONS(1903), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), + [anon_sym_decltype] = ACTIONS(1847), + [anon_sym_virtual] = ACTIONS(1847), + [anon_sym_explicit] = ACTIONS(1847), + [anon_sym_public] = ACTIONS(1847), + [anon_sym_private] = ACTIONS(1847), + [anon_sym_protected] = ACTIONS(1847), + [sym_auto] = ACTIONS(1847), + [anon_sym_typename] = ACTIONS(1847), + [anon_sym_template] = ACTIONS(1847), + [anon_sym_operator] = ACTIONS(1847), + [anon_sym_friend] = ACTIONS(1847), + [anon_sym_using] = ACTIONS(1847), + [anon_sym_static_assert] = ACTIONS(1847), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), + [anon_sym_MOZ_COLD] = ACTIONS(1847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_RAII] = ACTIONS(1847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), }, - [1004] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), + [980] = { + [sym_identifier] = ACTIONS(1843), + [aux_sym_preproc_def_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token2] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), + [aux_sym_preproc_else_token1] = ACTIONS(1843), + [aux_sym_preproc_elif_token1] = ACTIONS(1843), + [sym_preproc_directive] = ACTIONS(1843), + [anon_sym_LPAREN2] = ACTIONS(1845), + [anon_sym_TILDE] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_typedef] = ACTIONS(1843), + [anon_sym_extern] = ACTIONS(1843), + [anon_sym___attribute__] = ACTIONS(1843), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), + [anon_sym___declspec] = ACTIONS(1843), + [anon_sym___based] = ACTIONS(1843), + [anon_sym_LBRACK] = ACTIONS(1843), + [anon_sym_static] = ACTIONS(1843), + [anon_sym_register] = ACTIONS(1843), + [anon_sym_inline] = ACTIONS(1843), + [anon_sym_thread_local] = ACTIONS(1843), + [anon_sym_const] = ACTIONS(1843), + [anon_sym_volatile] = ACTIONS(1843), + [anon_sym_restrict] = ACTIONS(1843), + [anon_sym__Atomic] = ACTIONS(1843), + [anon_sym_mutable] = ACTIONS(1843), + [anon_sym_constexpr] = ACTIONS(1843), + [anon_sym_signed] = ACTIONS(1843), + [anon_sym_unsigned] = ACTIONS(1843), + [anon_sym_long] = ACTIONS(1843), + [anon_sym_short] = ACTIONS(1843), + [sym_primitive_type] = ACTIONS(1843), + [anon_sym_enum] = ACTIONS(1843), + [anon_sym_class] = ACTIONS(1843), + [anon_sym_struct] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1843), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [anon_sym_public] = ACTIONS(1581), - [anon_sym_private] = ACTIONS(1581), - [anon_sym_protected] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_friend] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [anon_sym_decltype] = ACTIONS(1843), + [anon_sym_virtual] = ACTIONS(1843), + [anon_sym_explicit] = ACTIONS(1843), + [anon_sym_public] = ACTIONS(1843), + [anon_sym_private] = ACTIONS(1843), + [anon_sym_protected] = ACTIONS(1843), + [sym_auto] = ACTIONS(1843), + [anon_sym_typename] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1843), + [anon_sym_operator] = ACTIONS(1843), + [anon_sym_friend] = ACTIONS(1843), + [anon_sym_using] = ACTIONS(1843), + [anon_sym_static_assert] = ACTIONS(1843), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), + [anon_sym_MOZ_COLD] = ACTIONS(1843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_RAII] = ACTIONS(1843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), }, - [1005] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), + [981] = { + [sym_identifier] = ACTIONS(1839), + [aux_sym_preproc_def_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token2] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), + [aux_sym_preproc_else_token1] = ACTIONS(1839), + [aux_sym_preproc_elif_token1] = ACTIONS(1839), + [sym_preproc_directive] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1841), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1839), + [anon_sym_typedef] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_COLON_COLON] = ACTIONS(1841), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1839), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym_mutable] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_signed] = ACTIONS(1839), + [anon_sym_unsigned] = ACTIONS(1839), + [anon_sym_long] = ACTIONS(1839), + [anon_sym_short] = ACTIONS(1839), + [sym_primitive_type] = ACTIONS(1839), + [anon_sym_enum] = ACTIONS(1839), + [anon_sym_class] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_union] = ACTIONS(1839), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [anon_sym_public] = ACTIONS(1581), - [anon_sym_private] = ACTIONS(1581), - [anon_sym_protected] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_friend] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [anon_sym_decltype] = ACTIONS(1839), + [anon_sym_virtual] = ACTIONS(1839), + [anon_sym_explicit] = ACTIONS(1839), + [anon_sym_public] = ACTIONS(1839), + [anon_sym_private] = ACTIONS(1839), + [anon_sym_protected] = ACTIONS(1839), + [sym_auto] = ACTIONS(1839), + [anon_sym_typename] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1839), + [anon_sym_operator] = ACTIONS(1839), + [anon_sym_friend] = ACTIONS(1839), + [anon_sym_using] = ACTIONS(1839), + [anon_sym_static_assert] = ACTIONS(1839), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), + [anon_sym_MOZ_COLD] = ACTIONS(1839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_RAII] = ACTIONS(1839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), }, - [1006] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [anon_sym_public] = ACTIONS(1516), - [anon_sym_private] = ACTIONS(1516), - [anon_sym_protected] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_friend] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), + [982] = { + [sym_attribute_declaration] = STATE(982), + [sym_compound_statement] = STATE(4456), + [sym_attributed_statement] = STATE(4456), + [sym_labeled_statement] = STATE(4456), + [sym_expression_statement] = STATE(4456), + [sym_if_statement] = STATE(4456), + [sym_switch_statement] = STATE(4456), + [sym_case_statement] = STATE(4456), + [sym_while_statement] = STATE(4456), + [sym_do_statement] = STATE(4456), + [sym_for_statement] = STATE(4456), + [sym_return_statement] = STATE(4456), + [sym_break_statement] = STATE(4456), + [sym_continue_statement] = STATE(4456), + [sym_goto_statement] = STATE(4456), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4456), + [sym_co_return_statement] = STATE(4456), + [sym_co_yield_statement] = STATE(4456), + [sym_throw_statement] = STATE(4456), + [sym_try_statement] = STATE(4456), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(982), + [sym_identifier] = ACTIONS(2918), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2642), + [anon_sym_TILDE] = ACTIONS(2642), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2648), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2921), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2924), + [anon_sym_LBRACK] = ACTIONS(2663), + [sym_primitive_type] = ACTIONS(2666), + [anon_sym_if] = ACTIONS(2927), + [anon_sym_switch] = ACTIONS(2930), + [anon_sym_case] = ACTIONS(2831), + [anon_sym_default] = ACTIONS(2834), + [anon_sym_while] = ACTIONS(2933), + [anon_sym_do] = ACTIONS(2936), + [anon_sym_for] = ACTIONS(2939), + [anon_sym_return] = ACTIONS(2942), + [anon_sym_break] = ACTIONS(2945), + [anon_sym_continue] = ACTIONS(2948), + [anon_sym_goto] = ACTIONS(2951), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2705), + [sym_number_literal] = ACTIONS(2708), + [anon_sym_L_SQUOTE] = ACTIONS(2711), + [anon_sym_u_SQUOTE] = ACTIONS(2711), + [anon_sym_U_SQUOTE] = ACTIONS(2711), + [anon_sym_u8_SQUOTE] = ACTIONS(2711), + [anon_sym_SQUOTE] = ACTIONS(2711), + [anon_sym_L_DQUOTE] = ACTIONS(2714), + [anon_sym_u_DQUOTE] = ACTIONS(2714), + [anon_sym_U_DQUOTE] = ACTIONS(2714), + [anon_sym_u8_DQUOTE] = ACTIONS(2714), + [anon_sym_DQUOTE] = ACTIONS(2714), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_null] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2723), + [anon_sym_throw] = ACTIONS(2954), + [anon_sym_co_return] = ACTIONS(2957), + [anon_sym_co_yield] = ACTIONS(2960), + [anon_sym_try] = ACTIONS(2963), + [anon_sym_co_await] = ACTIONS(2738), + [anon_sym_new] = ACTIONS(2741), + [sym_this] = ACTIONS(2717), + [sym_nullptr] = ACTIONS(2717), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_FORWARD] = ACTIONS(2744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_PS_GET] = ACTIONS(2744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2744), + [sym_raw_string_literal] = ACTIONS(2747), }, - [1007] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), + [983] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(377), + [sym_attributed_statement] = STATE(377), + [sym_labeled_statement] = STATE(377), + [sym_expression_statement] = STATE(377), + [sym_if_statement] = STATE(377), + [sym_switch_statement] = STATE(377), + [sym_case_statement] = STATE(377), + [sym_while_statement] = STATE(377), + [sym_do_statement] = STATE(377), + [sym_for_statement] = STATE(377), + [sym_return_statement] = STATE(377), + [sym_break_statement] = STATE(377), + [sym_continue_statement] = STATE(377), + [sym_goto_statement] = STATE(377), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(377), + [sym_co_return_statement] = STATE(377), + [sym_co_yield_statement] = STATE(377), + [sym_throw_statement] = STATE(377), + [sym_try_statement] = STATE(377), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [anon_sym_public] = ACTIONS(1581), - [anon_sym_private] = ACTIONS(1581), - [anon_sym_protected] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_friend] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1008] = { - [sym_identifier] = ACTIONS(1581), - [aux_sym_preproc_def_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token1] = ACTIONS(1581), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1583), - [anon_sym_TILDE] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_AMP_AMP] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1581), - [anon_sym_extern] = ACTIONS(1581), - [anon_sym___attribute__] = ACTIONS(1581), - [anon_sym_COLON_COLON] = ACTIONS(1583), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), - [anon_sym___declspec] = ACTIONS(1581), - [anon_sym___based] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1581), - [anon_sym_static] = ACTIONS(1581), - [anon_sym_register] = ACTIONS(1581), - [anon_sym_inline] = ACTIONS(1581), - [anon_sym_thread_local] = ACTIONS(1581), - [anon_sym_const] = ACTIONS(1581), - [anon_sym_volatile] = ACTIONS(1581), - [anon_sym_restrict] = ACTIONS(1581), - [anon_sym__Atomic] = ACTIONS(1581), - [anon_sym_mutable] = ACTIONS(1581), - [anon_sym_constexpr] = ACTIONS(1581), - [anon_sym_signed] = ACTIONS(1581), - [anon_sym_unsigned] = ACTIONS(1581), - [anon_sym_long] = ACTIONS(1581), - [anon_sym_short] = ACTIONS(1581), - [sym_primitive_type] = ACTIONS(1581), - [anon_sym_enum] = ACTIONS(1581), - [anon_sym_class] = ACTIONS(1581), - [anon_sym_struct] = ACTIONS(1581), - [anon_sym_union] = ACTIONS(1581), + [984] = { + [sym_identifier] = ACTIONS(1835), + [aux_sym_preproc_def_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token2] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), + [aux_sym_preproc_else_token1] = ACTIONS(1835), + [aux_sym_preproc_elif_token1] = ACTIONS(1835), + [sym_preproc_directive] = ACTIONS(1835), + [anon_sym_LPAREN2] = ACTIONS(1837), + [anon_sym_TILDE] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_typedef] = ACTIONS(1835), + [anon_sym_extern] = ACTIONS(1835), + [anon_sym___attribute__] = ACTIONS(1835), + [anon_sym_COLON_COLON] = ACTIONS(1837), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), + [anon_sym___declspec] = ACTIONS(1835), + [anon_sym___based] = ACTIONS(1835), + [anon_sym_LBRACK] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1835), + [anon_sym_register] = ACTIONS(1835), + [anon_sym_inline] = ACTIONS(1835), + [anon_sym_thread_local] = ACTIONS(1835), + [anon_sym_const] = ACTIONS(1835), + [anon_sym_volatile] = ACTIONS(1835), + [anon_sym_restrict] = ACTIONS(1835), + [anon_sym__Atomic] = ACTIONS(1835), + [anon_sym_mutable] = ACTIONS(1835), + [anon_sym_constexpr] = ACTIONS(1835), + [anon_sym_signed] = ACTIONS(1835), + [anon_sym_unsigned] = ACTIONS(1835), + [anon_sym_long] = ACTIONS(1835), + [anon_sym_short] = ACTIONS(1835), + [sym_primitive_type] = ACTIONS(1835), + [anon_sym_enum] = ACTIONS(1835), + [anon_sym_class] = ACTIONS(1835), + [anon_sym_struct] = ACTIONS(1835), + [anon_sym_union] = ACTIONS(1835), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1581), - [anon_sym_virtual] = ACTIONS(1581), - [anon_sym_explicit] = ACTIONS(1581), - [anon_sym_public] = ACTIONS(1581), - [anon_sym_private] = ACTIONS(1581), - [anon_sym_protected] = ACTIONS(1581), - [sym_auto] = ACTIONS(1581), - [anon_sym_typename] = ACTIONS(1581), - [anon_sym_template] = ACTIONS(1581), - [anon_sym_operator] = ACTIONS(1581), - [anon_sym_friend] = ACTIONS(1581), - [anon_sym_using] = ACTIONS(1581), - [anon_sym_static_assert] = ACTIONS(1581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), - [anon_sym_MOZ_COLD] = ACTIONS(1581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL] = ACTIONS(1581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN] = ACTIONS(1581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), - [anon_sym_MOZ_RAII] = ACTIONS(1581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), + [anon_sym_decltype] = ACTIONS(1835), + [anon_sym_virtual] = ACTIONS(1835), + [anon_sym_explicit] = ACTIONS(1835), + [anon_sym_public] = ACTIONS(1835), + [anon_sym_private] = ACTIONS(1835), + [anon_sym_protected] = ACTIONS(1835), + [sym_auto] = ACTIONS(1835), + [anon_sym_typename] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1835), + [anon_sym_operator] = ACTIONS(1835), + [anon_sym_friend] = ACTIONS(1835), + [anon_sym_using] = ACTIONS(1835), + [anon_sym_static_assert] = ACTIONS(1835), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1835), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), + [anon_sym_MOZ_COLD] = ACTIONS(1835), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_RAII] = ACTIONS(1835), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), }, - [1009] = { - [sym_identifier] = ACTIONS(1895), - [aux_sym_preproc_def_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), - [sym_preproc_directive] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1897), - [anon_sym_TILDE] = ACTIONS(1897), - [anon_sym_STAR] = ACTIONS(1897), - [anon_sym_AMP_AMP] = ACTIONS(1897), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_typedef] = ACTIONS(1895), - [anon_sym_extern] = ACTIONS(1895), - [anon_sym___attribute__] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), - [anon_sym___declspec] = ACTIONS(1895), - [anon_sym___based] = ACTIONS(1895), - [anon_sym_RBRACE] = ACTIONS(1897), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_static] = ACTIONS(1895), - [anon_sym_register] = ACTIONS(1895), - [anon_sym_inline] = ACTIONS(1895), - [anon_sym_thread_local] = ACTIONS(1895), - [anon_sym_const] = ACTIONS(1895), - [anon_sym_volatile] = ACTIONS(1895), - [anon_sym_restrict] = ACTIONS(1895), - [anon_sym__Atomic] = ACTIONS(1895), - [anon_sym_mutable] = ACTIONS(1895), - [anon_sym_constexpr] = ACTIONS(1895), - [anon_sym_signed] = ACTIONS(1895), - [anon_sym_unsigned] = ACTIONS(1895), - [anon_sym_long] = ACTIONS(1895), - [anon_sym_short] = ACTIONS(1895), - [sym_primitive_type] = ACTIONS(1895), - [anon_sym_enum] = ACTIONS(1895), - [anon_sym_class] = ACTIONS(1895), - [anon_sym_struct] = ACTIONS(1895), - [anon_sym_union] = ACTIONS(1895), + [985] = { + [sym_identifier] = ACTIONS(1831), + [aux_sym_preproc_def_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token2] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), + [aux_sym_preproc_else_token1] = ACTIONS(1831), + [aux_sym_preproc_elif_token1] = ACTIONS(1831), + [sym_preproc_directive] = ACTIONS(1831), + [anon_sym_LPAREN2] = ACTIONS(1833), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_typedef] = ACTIONS(1831), + [anon_sym_extern] = ACTIONS(1831), + [anon_sym___attribute__] = ACTIONS(1831), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), + [anon_sym___declspec] = ACTIONS(1831), + [anon_sym___based] = ACTIONS(1831), + [anon_sym_LBRACK] = ACTIONS(1831), + [anon_sym_static] = ACTIONS(1831), + [anon_sym_register] = ACTIONS(1831), + [anon_sym_inline] = ACTIONS(1831), + [anon_sym_thread_local] = ACTIONS(1831), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_volatile] = ACTIONS(1831), + [anon_sym_restrict] = ACTIONS(1831), + [anon_sym__Atomic] = ACTIONS(1831), + [anon_sym_mutable] = ACTIONS(1831), + [anon_sym_constexpr] = ACTIONS(1831), + [anon_sym_signed] = ACTIONS(1831), + [anon_sym_unsigned] = ACTIONS(1831), + [anon_sym_long] = ACTIONS(1831), + [anon_sym_short] = ACTIONS(1831), + [sym_primitive_type] = ACTIONS(1831), + [anon_sym_enum] = ACTIONS(1831), + [anon_sym_class] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1895), - [anon_sym_virtual] = ACTIONS(1895), - [anon_sym_explicit] = ACTIONS(1895), - [anon_sym_public] = ACTIONS(1895), - [anon_sym_private] = ACTIONS(1895), - [anon_sym_protected] = ACTIONS(1895), - [sym_auto] = ACTIONS(1895), - [anon_sym_typename] = ACTIONS(1895), - [anon_sym_template] = ACTIONS(1895), - [anon_sym_operator] = ACTIONS(1895), - [anon_sym_friend] = ACTIONS(1895), - [anon_sym_using] = ACTIONS(1895), - [anon_sym_static_assert] = ACTIONS(1895), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1895), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), - [anon_sym_MOZ_COLD] = ACTIONS(1895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_RAII] = ACTIONS(1895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), + [anon_sym_decltype] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(1831), + [anon_sym_explicit] = ACTIONS(1831), + [anon_sym_public] = ACTIONS(1831), + [anon_sym_private] = ACTIONS(1831), + [anon_sym_protected] = ACTIONS(1831), + [sym_auto] = ACTIONS(1831), + [anon_sym_typename] = ACTIONS(1831), + [anon_sym_template] = ACTIONS(1831), + [anon_sym_operator] = ACTIONS(1831), + [anon_sym_friend] = ACTIONS(1831), + [anon_sym_using] = ACTIONS(1831), + [anon_sym_static_assert] = ACTIONS(1831), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1831), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), + [anon_sym_MOZ_COLD] = ACTIONS(1831), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_RAII] = ACTIONS(1831), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), }, - [1010] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2598), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_AMP_AMP] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2596), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2596), - [anon_sym_virtual] = ACTIONS(2596), - [anon_sym_explicit] = ACTIONS(2596), - [anon_sym_public] = ACTIONS(2596), - [anon_sym_private] = ACTIONS(2596), - [anon_sym_protected] = ACTIONS(2596), - [sym_auto] = ACTIONS(2596), - [anon_sym_typename] = ACTIONS(2596), - [anon_sym_template] = ACTIONS(2596), - [anon_sym_operator] = ACTIONS(2596), - [anon_sym_friend] = ACTIONS(2596), - [anon_sym_using] = ACTIONS(2596), - [anon_sym_static_assert] = ACTIONS(2596), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2596), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2596), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2596), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2596), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2596), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2596), - [anon_sym_MOZ_COLD] = ACTIONS(2596), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2596), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2596), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2596), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2596), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2596), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2596), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2596), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2596), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2596), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2596), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2596), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2596), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2596), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2596), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2596), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2596), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_NONNULL] = ACTIONS(2596), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2596), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2596), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2596), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2596), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_NORETURN] = ACTIONS(2596), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2596), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2596), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2596), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2596), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2596), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2596), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2596), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2596), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2596), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2596), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2596), - [anon_sym_MOZ_RAII] = ACTIONS(2596), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2596), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2596), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2596), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2596), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2596), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2596), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2596), + [986] = { + [sym_identifier] = ACTIONS(2966), + [aux_sym_preproc_def_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token2] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2966), + [aux_sym_preproc_else_token1] = ACTIONS(2966), + [aux_sym_preproc_elif_token1] = ACTIONS(2966), + [sym_preproc_directive] = ACTIONS(2966), + [anon_sym_LPAREN2] = ACTIONS(2968), + [anon_sym_TILDE] = ACTIONS(2968), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_typedef] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym___attribute__] = ACTIONS(2966), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2968), + [anon_sym___declspec] = ACTIONS(2966), + [anon_sym___based] = ACTIONS(2966), + [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_register] = ACTIONS(2966), + [anon_sym_inline] = ACTIONS(2966), + [anon_sym_thread_local] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_volatile] = ACTIONS(2966), + [anon_sym_restrict] = ACTIONS(2966), + [anon_sym__Atomic] = ACTIONS(2966), + [anon_sym_mutable] = ACTIONS(2966), + [anon_sym_constexpr] = ACTIONS(2966), + [anon_sym_signed] = ACTIONS(2966), + [anon_sym_unsigned] = ACTIONS(2966), + [anon_sym_long] = ACTIONS(2966), + [anon_sym_short] = ACTIONS(2966), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_class] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2966), + [anon_sym_virtual] = ACTIONS(2966), + [anon_sym_explicit] = ACTIONS(2966), + [anon_sym_public] = ACTIONS(2966), + [anon_sym_private] = ACTIONS(2966), + [anon_sym_protected] = ACTIONS(2966), + [sym_auto] = ACTIONS(2966), + [anon_sym_typename] = ACTIONS(2966), + [anon_sym_template] = ACTIONS(2966), + [anon_sym_operator] = ACTIONS(2966), + [anon_sym_friend] = ACTIONS(2966), + [anon_sym_using] = ACTIONS(2966), + [anon_sym_static_assert] = ACTIONS(2966), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2966), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2966), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2966), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2966), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2966), + [anon_sym_MOZ_COLD] = ACTIONS(2966), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2966), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2966), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2966), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2966), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2966), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2966), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2966), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2966), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2966), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2966), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2966), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2966), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2966), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_NONNULL] = ACTIONS(2966), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2966), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2966), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2966), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2966), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2966), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2966), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2966), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2966), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2966), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2966), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2966), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2966), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2966), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2966), + [anon_sym_MOZ_RAII] = ACTIONS(2966), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2966), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2966), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2966), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2966), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2966), }, - [1011] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2606), - [anon_sym_AMP_AMP] = ACTIONS(2606), - [anon_sym_AMP] = ACTIONS(2604), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2604), - [anon_sym_virtual] = ACTIONS(2604), - [anon_sym_explicit] = ACTIONS(2604), - [anon_sym_public] = ACTIONS(2604), - [anon_sym_private] = ACTIONS(2604), - [anon_sym_protected] = ACTIONS(2604), - [sym_auto] = ACTIONS(2604), - [anon_sym_typename] = ACTIONS(2604), - [anon_sym_template] = ACTIONS(2604), - [anon_sym_operator] = ACTIONS(2604), - [anon_sym_friend] = ACTIONS(2604), - [anon_sym_using] = ACTIONS(2604), - [anon_sym_static_assert] = ACTIONS(2604), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2604), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2604), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2604), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2604), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2604), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2604), - [anon_sym_MOZ_COLD] = ACTIONS(2604), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2604), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2604), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2604), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2604), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2604), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2604), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2604), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2604), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2604), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2604), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2604), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2604), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2604), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2604), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2604), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2604), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_NONNULL] = ACTIONS(2604), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2604), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2604), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2604), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2604), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_NORETURN] = ACTIONS(2604), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2604), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2604), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2604), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2604), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2604), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2604), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2604), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2604), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2604), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2604), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2604), - [anon_sym_MOZ_RAII] = ACTIONS(2604), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2604), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2604), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2604), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2604), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2604), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2604), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2604), + [987] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [aux_sym_preproc_else_token1] = ACTIONS(2970), + [aux_sym_preproc_elif_token1] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [sym_primitive_type] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [sym_auto] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2970), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2970), + [anon_sym_MOZ_COLD] = ACTIONS(2970), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2970), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2970), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2970), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2970), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2970), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2970), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2970), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2970), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2970), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2970), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2970), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2970), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_RAII] = ACTIONS(2970), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2970), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2970), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2970), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2970), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2970), }, - [1012] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [anon_sym_public] = ACTIONS(1577), - [anon_sym_private] = ACTIONS(1577), - [anon_sym_protected] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_friend] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [988] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [aux_sym_preproc_else_token1] = ACTIONS(2970), + [aux_sym_preproc_elif_token1] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [sym_primitive_type] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [sym_auto] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2970), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2970), + [anon_sym_MOZ_COLD] = ACTIONS(2970), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2970), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2970), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2970), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2970), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2970), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2970), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2970), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2970), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2970), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2970), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2970), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2970), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_RAII] = ACTIONS(2970), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2970), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2970), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2970), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2970), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2970), }, - [1013] = { - [sym_identifier] = ACTIONS(1577), - [aux_sym_preproc_def_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token1] = ACTIONS(1577), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1577), - [sym_preproc_directive] = ACTIONS(1577), - [anon_sym_LPAREN2] = ACTIONS(1579), - [anon_sym_TILDE] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_AMP_AMP] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1577), - [anon_sym_extern] = ACTIONS(1577), - [anon_sym___attribute__] = ACTIONS(1577), - [anon_sym_COLON_COLON] = ACTIONS(1579), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), - [anon_sym___declspec] = ACTIONS(1577), - [anon_sym___based] = ACTIONS(1577), - [anon_sym_LBRACK] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1577), - [anon_sym_register] = ACTIONS(1577), - [anon_sym_inline] = ACTIONS(1577), - [anon_sym_thread_local] = ACTIONS(1577), - [anon_sym_const] = ACTIONS(1577), - [anon_sym_volatile] = ACTIONS(1577), - [anon_sym_restrict] = ACTIONS(1577), - [anon_sym__Atomic] = ACTIONS(1577), - [anon_sym_mutable] = ACTIONS(1577), - [anon_sym_constexpr] = ACTIONS(1577), - [anon_sym_signed] = ACTIONS(1577), - [anon_sym_unsigned] = ACTIONS(1577), - [anon_sym_long] = ACTIONS(1577), - [anon_sym_short] = ACTIONS(1577), - [sym_primitive_type] = ACTIONS(1577), - [anon_sym_enum] = ACTIONS(1577), - [anon_sym_class] = ACTIONS(1577), - [anon_sym_struct] = ACTIONS(1577), - [anon_sym_union] = ACTIONS(1577), + [989] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(755), + [sym_attributed_statement] = STATE(756), + [sym_labeled_statement] = STATE(757), + [sym_expression_statement] = STATE(759), + [sym_if_statement] = STATE(765), + [sym_switch_statement] = STATE(766), + [sym_case_statement] = STATE(768), + [sym_while_statement] = STATE(769), + [sym_do_statement] = STATE(770), + [sym_for_statement] = STATE(771), + [sym_return_statement] = STATE(774), + [sym_break_statement] = STATE(775), + [sym_continue_statement] = STATE(776), + [sym_goto_statement] = STATE(777), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(721), + [sym_co_return_statement] = STATE(780), + [sym_co_yield_statement] = STATE(781), + [sym_throw_statement] = STATE(764), + [sym_try_statement] = STATE(745), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1577), - [anon_sym_virtual] = ACTIONS(1577), - [anon_sym_explicit] = ACTIONS(1577), - [anon_sym_public] = ACTIONS(1577), - [anon_sym_private] = ACTIONS(1577), - [anon_sym_protected] = ACTIONS(1577), - [sym_auto] = ACTIONS(1577), - [anon_sym_typename] = ACTIONS(1577), - [anon_sym_template] = ACTIONS(1577), - [anon_sym_operator] = ACTIONS(1577), - [anon_sym_friend] = ACTIONS(1577), - [anon_sym_using] = ACTIONS(1577), - [anon_sym_static_assert] = ACTIONS(1577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1577), - [anon_sym_MOZ_COLD] = ACTIONS(1577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL] = ACTIONS(1577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN] = ACTIONS(1577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1577), - [anon_sym_MOZ_RAII] = ACTIONS(1577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1577), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1577), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1014] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2610), - [anon_sym_STAR] = ACTIONS(2610), - [anon_sym_AMP_AMP] = ACTIONS(2610), - [anon_sym_AMP] = ACTIONS(2608), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2608), - [anon_sym_virtual] = ACTIONS(2608), - [anon_sym_explicit] = ACTIONS(2608), - [anon_sym_public] = ACTIONS(2608), - [anon_sym_private] = ACTIONS(2608), - [anon_sym_protected] = ACTIONS(2608), - [sym_auto] = ACTIONS(2608), - [anon_sym_typename] = ACTIONS(2608), - [anon_sym_template] = ACTIONS(2608), - [anon_sym_operator] = ACTIONS(2608), - [anon_sym_friend] = ACTIONS(2608), - [anon_sym_using] = ACTIONS(2608), - [anon_sym_static_assert] = ACTIONS(2608), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2608), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2608), - [anon_sym_MOZ_COLD] = ACTIONS(2608), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2608), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2608), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2608), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2608), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2608), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2608), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2608), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2608), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2608), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2608), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2608), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2608), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_RAII] = ACTIONS(2608), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2608), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2608), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2608), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2608), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2608), + [990] = { + [sym_identifier] = ACTIONS(1779), + [aux_sym_preproc_def_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token2] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), + [aux_sym_preproc_else_token1] = ACTIONS(1779), + [aux_sym_preproc_elif_token1] = ACTIONS(1779), + [sym_preproc_directive] = ACTIONS(1779), + [anon_sym_LPAREN2] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_STAR] = ACTIONS(1781), + [anon_sym_AMP_AMP] = ACTIONS(1781), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_typedef] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(1779), + [anon_sym___attribute__] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1779), + [anon_sym___based] = ACTIONS(1779), + [anon_sym_LBRACK] = ACTIONS(1779), + [anon_sym_static] = ACTIONS(1779), + [anon_sym_register] = ACTIONS(1779), + [anon_sym_inline] = ACTIONS(1779), + [anon_sym_thread_local] = ACTIONS(1779), + [anon_sym_const] = ACTIONS(1779), + [anon_sym_volatile] = ACTIONS(1779), + [anon_sym_restrict] = ACTIONS(1779), + [anon_sym__Atomic] = ACTIONS(1779), + [anon_sym_mutable] = ACTIONS(1779), + [anon_sym_constexpr] = ACTIONS(1779), + [anon_sym_signed] = ACTIONS(1779), + [anon_sym_unsigned] = ACTIONS(1779), + [anon_sym_long] = ACTIONS(1779), + [anon_sym_short] = ACTIONS(1779), + [sym_primitive_type] = ACTIONS(1779), + [anon_sym_enum] = ACTIONS(1779), + [anon_sym_class] = ACTIONS(1779), + [anon_sym_struct] = ACTIONS(1779), + [anon_sym_union] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1779), + [anon_sym_virtual] = ACTIONS(1779), + [anon_sym_explicit] = ACTIONS(1779), + [anon_sym_public] = ACTIONS(1779), + [anon_sym_private] = ACTIONS(1779), + [anon_sym_protected] = ACTIONS(1779), + [sym_auto] = ACTIONS(1779), + [anon_sym_typename] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1779), + [anon_sym_operator] = ACTIONS(1779), + [anon_sym_friend] = ACTIONS(1779), + [anon_sym_using] = ACTIONS(1779), + [anon_sym_static_assert] = ACTIONS(1779), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1779), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), + [anon_sym_MOZ_COLD] = ACTIONS(1779), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_RAII] = ACTIONS(1779), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), }, - [1015] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2610), - [anon_sym_STAR] = ACTIONS(2610), - [anon_sym_AMP_AMP] = ACTIONS(2610), - [anon_sym_AMP] = ACTIONS(2608), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2608), - [anon_sym_virtual] = ACTIONS(2608), - [anon_sym_explicit] = ACTIONS(2608), - [anon_sym_public] = ACTIONS(2608), - [anon_sym_private] = ACTIONS(2608), - [anon_sym_protected] = ACTIONS(2608), - [sym_auto] = ACTIONS(2608), - [anon_sym_typename] = ACTIONS(2608), - [anon_sym_template] = ACTIONS(2608), - [anon_sym_operator] = ACTIONS(2608), - [anon_sym_friend] = ACTIONS(2608), - [anon_sym_using] = ACTIONS(2608), - [anon_sym_static_assert] = ACTIONS(2608), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2608), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2608), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2608), - [anon_sym_MOZ_COLD] = ACTIONS(2608), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2608), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2608), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2608), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2608), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2608), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2608), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2608), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2608), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2608), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2608), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2608), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2608), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL] = ACTIONS(2608), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2608), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2608), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN] = ACTIONS(2608), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2608), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2608), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2608), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2608), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2608), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2608), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2608), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2608), - [anon_sym_MOZ_RAII] = ACTIONS(2608), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2608), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2608), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2608), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2608), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2608), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2608), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2608), + [991] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4497), + [sym_attributed_statement] = STATE(4497), + [sym_labeled_statement] = STATE(4497), + [sym_expression_statement] = STATE(4497), + [sym_if_statement] = STATE(4497), + [sym_switch_statement] = STATE(4497), + [sym_case_statement] = STATE(4497), + [sym_while_statement] = STATE(4497), + [sym_do_statement] = STATE(4497), + [sym_for_statement] = STATE(4497), + [sym_return_statement] = STATE(4497), + [sym_break_statement] = STATE(4497), + [sym_continue_statement] = STATE(4497), + [sym_goto_statement] = STATE(4497), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4497), + [sym_co_return_statement] = STATE(4497), + [sym_co_yield_statement] = STATE(4497), + [sym_throw_statement] = STATE(4497), + [sym_try_statement] = STATE(4497), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1016] = { - [sym_identifier] = ACTIONS(1859), - [aux_sym_preproc_def_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), - [sym_preproc_directive] = ACTIONS(1859), - [anon_sym_LPAREN2] = ACTIONS(1861), - [anon_sym_TILDE] = ACTIONS(1861), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP_AMP] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_typedef] = ACTIONS(1859), - [anon_sym_extern] = ACTIONS(1859), - [anon_sym___attribute__] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1861), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), - [anon_sym___declspec] = ACTIONS(1859), - [anon_sym___based] = ACTIONS(1859), - [anon_sym_RBRACE] = ACTIONS(1861), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_static] = ACTIONS(1859), - [anon_sym_register] = ACTIONS(1859), - [anon_sym_inline] = ACTIONS(1859), - [anon_sym_thread_local] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_volatile] = ACTIONS(1859), - [anon_sym_restrict] = ACTIONS(1859), - [anon_sym__Atomic] = ACTIONS(1859), - [anon_sym_mutable] = ACTIONS(1859), - [anon_sym_constexpr] = ACTIONS(1859), - [anon_sym_signed] = ACTIONS(1859), - [anon_sym_unsigned] = ACTIONS(1859), - [anon_sym_long] = ACTIONS(1859), - [anon_sym_short] = ACTIONS(1859), - [sym_primitive_type] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_class] = ACTIONS(1859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), + [992] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(326), + [sym_attributed_statement] = STATE(326), + [sym_labeled_statement] = STATE(326), + [sym_expression_statement] = STATE(326), + [sym_if_statement] = STATE(326), + [sym_switch_statement] = STATE(326), + [sym_case_statement] = STATE(326), + [sym_while_statement] = STATE(326), + [sym_do_statement] = STATE(326), + [sym_for_statement] = STATE(326), + [sym_return_statement] = STATE(326), + [sym_break_statement] = STATE(326), + [sym_continue_statement] = STATE(326), + [sym_goto_statement] = STATE(326), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(326), + [sym_co_return_statement] = STATE(326), + [sym_co_yield_statement] = STATE(326), + [sym_throw_statement] = STATE(326), + [sym_try_statement] = STATE(326), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [993] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(325), + [sym_attributed_statement] = STATE(325), + [sym_labeled_statement] = STATE(325), + [sym_expression_statement] = STATE(325), + [sym_if_statement] = STATE(325), + [sym_switch_statement] = STATE(325), + [sym_case_statement] = STATE(325), + [sym_while_statement] = STATE(325), + [sym_do_statement] = STATE(325), + [sym_for_statement] = STATE(325), + [sym_return_statement] = STATE(325), + [sym_break_statement] = STATE(325), + [sym_continue_statement] = STATE(325), + [sym_goto_statement] = STATE(325), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(325), + [sym_co_return_statement] = STATE(325), + [sym_co_yield_statement] = STATE(325), + [sym_throw_statement] = STATE(325), + [sym_try_statement] = STATE(325), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1859), - [anon_sym_virtual] = ACTIONS(1859), - [anon_sym_explicit] = ACTIONS(1859), - [anon_sym_public] = ACTIONS(1859), - [anon_sym_private] = ACTIONS(1859), - [anon_sym_protected] = ACTIONS(1859), - [sym_auto] = ACTIONS(1859), - [anon_sym_typename] = ACTIONS(1859), - [anon_sym_template] = ACTIONS(1859), - [anon_sym_operator] = ACTIONS(1859), - [anon_sym_friend] = ACTIONS(1859), - [anon_sym_using] = ACTIONS(1859), - [anon_sym_static_assert] = ACTIONS(1859), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), - [anon_sym_MOZ_COLD] = ACTIONS(1859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_RAII] = ACTIONS(1859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1017] = { - [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3164), - [sym_attribute_specifier] = STATE(1080), - [sym_attribute_declaration] = STATE(1080), - [sym_ms_declspec_modifier] = STATE(1080), - [sym_storage_class_specifier] = STATE(1080), - [sym_type_qualifier] = STATE(1080), - [sym__type_specifier] = STATE(1267), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1080), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1080), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [994] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(717), + [sym_attributed_statement] = STATE(717), + [sym_labeled_statement] = STATE(717), + [sym_expression_statement] = STATE(717), + [sym_if_statement] = STATE(717), + [sym_switch_statement] = STATE(717), + [sym_case_statement] = STATE(717), + [sym_while_statement] = STATE(717), + [sym_do_statement] = STATE(717), + [sym_for_statement] = STATE(717), + [sym_return_statement] = STATE(717), + [sym_break_statement] = STATE(717), + [sym_continue_statement] = STATE(717), + [sym_goto_statement] = STATE(717), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(717), + [sym_co_return_statement] = STATE(717), + [sym_co_yield_statement] = STATE(717), + [sym_throw_statement] = STATE(717), + [sym_try_statement] = STATE(717), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1018] = { - [sym_identifier] = ACTIONS(1545), - [aux_sym_preproc_def_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token2] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), - [sym_preproc_directive] = ACTIONS(1545), - [anon_sym_LPAREN2] = ACTIONS(1547), - [anon_sym_TILDE] = ACTIONS(1547), - [anon_sym_STAR] = ACTIONS(1547), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_typedef] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym___attribute__] = ACTIONS(1545), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), - [anon_sym___declspec] = ACTIONS(1545), - [anon_sym___based] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_static] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_inline] = ACTIONS(1545), - [anon_sym_thread_local] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_volatile] = ACTIONS(1545), - [anon_sym_restrict] = ACTIONS(1545), - [anon_sym__Atomic] = ACTIONS(1545), - [anon_sym_mutable] = ACTIONS(1545), - [anon_sym_constexpr] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1545), - [anon_sym_unsigned] = ACTIONS(1545), - [anon_sym_long] = ACTIONS(1545), - [anon_sym_short] = ACTIONS(1545), - [sym_primitive_type] = ACTIONS(1545), - [anon_sym_enum] = ACTIONS(1545), - [anon_sym_class] = ACTIONS(1545), - [anon_sym_struct] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), + [995] = { + [sym_attribute_declaration] = STATE(885), + [sym_compound_statement] = STATE(708), + [sym_attributed_statement] = STATE(708), + [sym_labeled_statement] = STATE(708), + [sym_expression_statement] = STATE(708), + [sym_if_statement] = STATE(708), + [sym_switch_statement] = STATE(708), + [sym_case_statement] = STATE(708), + [sym_while_statement] = STATE(708), + [sym_do_statement] = STATE(708), + [sym_for_statement] = STATE(708), + [sym_return_statement] = STATE(708), + [sym_break_statement] = STATE(708), + [sym_continue_statement] = STATE(708), + [sym_goto_statement] = STATE(708), + [sym__expression] = STATE(2851), + [sym_comma_expression] = STATE(5072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(708), + [sym_co_return_statement] = STATE(708), + [sym_co_yield_statement] = STATE(708), + [sym_throw_statement] = STATE(708), + [sym_try_statement] = STATE(708), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(2754), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(1380), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1384), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1388), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1392), + [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(1545), - [anon_sym_virtual] = ACTIONS(1545), - [anon_sym_explicit] = ACTIONS(1545), - [anon_sym_public] = ACTIONS(1545), - [anon_sym_private] = ACTIONS(1545), - [anon_sym_protected] = ACTIONS(1545), - [sym_auto] = ACTIONS(1545), - [anon_sym_typename] = ACTIONS(1545), - [anon_sym_template] = ACTIONS(1545), - [anon_sym_operator] = ACTIONS(1545), - [anon_sym_friend] = ACTIONS(1545), - [anon_sym_using] = ACTIONS(1545), - [anon_sym_static_assert] = ACTIONS(1545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), - [anon_sym_MOZ_COLD] = ACTIONS(1545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_RAII] = ACTIONS(1545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_co_return] = ACTIONS(1396), + [anon_sym_co_yield] = ACTIONS(1398), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1019] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2650), - [anon_sym_STAR] = ACTIONS(2650), - [anon_sym_AMP_AMP] = ACTIONS(2650), - [anon_sym_AMP] = ACTIONS(2648), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2648), - [anon_sym_virtual] = ACTIONS(2648), - [anon_sym_explicit] = ACTIONS(2648), - [anon_sym_public] = ACTIONS(2648), - [anon_sym_private] = ACTIONS(2648), - [anon_sym_protected] = ACTIONS(2648), - [sym_auto] = ACTIONS(2648), - [anon_sym_typename] = ACTIONS(2648), - [anon_sym_template] = ACTIONS(2648), - [anon_sym_operator] = ACTIONS(2648), - [anon_sym_friend] = ACTIONS(2648), - [anon_sym_using] = ACTIONS(2648), - [anon_sym_static_assert] = ACTIONS(2648), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2648), - [anon_sym_MOZ_COLD] = ACTIONS(2648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_NONNULL] = ACTIONS(2648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2648), - [anon_sym_MOZ_RAII] = ACTIONS(2648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2648), + [996] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(5195), + [sym_attributed_statement] = STATE(5195), + [sym_labeled_statement] = STATE(5195), + [sym_expression_statement] = STATE(5195), + [sym_if_statement] = STATE(5195), + [sym_switch_statement] = STATE(5195), + [sym_case_statement] = STATE(5195), + [sym_while_statement] = STATE(5195), + [sym_do_statement] = STATE(5195), + [sym_for_statement] = STATE(5195), + [sym_return_statement] = STATE(5195), + [sym_break_statement] = STATE(5195), + [sym_continue_statement] = STATE(5195), + [sym_goto_statement] = STATE(5195), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(5195), + [sym_co_return_statement] = STATE(5195), + [sym_co_yield_statement] = STATE(5195), + [sym_throw_statement] = STATE(5195), + [sym_try_statement] = STATE(5195), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1020] = { - [sym_identifier] = ACTIONS(1545), - [aux_sym_preproc_def_token1] = ACTIONS(1545), - [aux_sym_preproc_if_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1545), - [sym_preproc_directive] = ACTIONS(1545), - [anon_sym_LPAREN2] = ACTIONS(1547), - [anon_sym_TILDE] = ACTIONS(1547), - [anon_sym_STAR] = ACTIONS(1547), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_typedef] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym___attribute__] = ACTIONS(1545), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1547), - [anon_sym___declspec] = ACTIONS(1545), - [anon_sym___based] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_static] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_inline] = ACTIONS(1545), - [anon_sym_thread_local] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_volatile] = ACTIONS(1545), - [anon_sym_restrict] = ACTIONS(1545), - [anon_sym__Atomic] = ACTIONS(1545), - [anon_sym_mutable] = ACTIONS(1545), - [anon_sym_constexpr] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1545), - [anon_sym_unsigned] = ACTIONS(1545), - [anon_sym_long] = ACTIONS(1545), - [anon_sym_short] = ACTIONS(1545), - [sym_primitive_type] = ACTIONS(1545), - [anon_sym_enum] = ACTIONS(1545), - [anon_sym_class] = ACTIONS(1545), - [anon_sym_struct] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), + [997] = { + [sym_identifier] = ACTIONS(1771), + [aux_sym_preproc_def_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token2] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), + [aux_sym_preproc_else_token1] = ACTIONS(1771), + [aux_sym_preproc_elif_token1] = ACTIONS(1771), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_TILDE] = ACTIONS(1773), + [anon_sym_STAR] = ACTIONS(1773), + [anon_sym_AMP_AMP] = ACTIONS(1773), + [anon_sym_AMP] = ACTIONS(1771), + [anon_sym_typedef] = ACTIONS(1771), + [anon_sym_extern] = ACTIONS(1771), + [anon_sym___attribute__] = ACTIONS(1771), + [anon_sym_COLON_COLON] = ACTIONS(1773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), + [anon_sym___declspec] = ACTIONS(1771), + [anon_sym___based] = ACTIONS(1771), + [anon_sym_LBRACK] = ACTIONS(1771), + [anon_sym_static] = ACTIONS(1771), + [anon_sym_register] = ACTIONS(1771), + [anon_sym_inline] = ACTIONS(1771), + [anon_sym_thread_local] = ACTIONS(1771), + [anon_sym_const] = ACTIONS(1771), + [anon_sym_volatile] = ACTIONS(1771), + [anon_sym_restrict] = ACTIONS(1771), + [anon_sym__Atomic] = ACTIONS(1771), + [anon_sym_mutable] = ACTIONS(1771), + [anon_sym_constexpr] = ACTIONS(1771), + [anon_sym_signed] = ACTIONS(1771), + [anon_sym_unsigned] = ACTIONS(1771), + [anon_sym_long] = ACTIONS(1771), + [anon_sym_short] = ACTIONS(1771), + [sym_primitive_type] = ACTIONS(1771), + [anon_sym_enum] = ACTIONS(1771), + [anon_sym_class] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1771), + [anon_sym_union] = ACTIONS(1771), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1545), - [anon_sym_virtual] = ACTIONS(1545), - [anon_sym_explicit] = ACTIONS(1545), - [anon_sym_public] = ACTIONS(1545), - [anon_sym_private] = ACTIONS(1545), - [anon_sym_protected] = ACTIONS(1545), - [sym_auto] = ACTIONS(1545), - [anon_sym_typename] = ACTIONS(1545), - [anon_sym_template] = ACTIONS(1545), - [anon_sym_operator] = ACTIONS(1545), - [anon_sym_friend] = ACTIONS(1545), - [anon_sym_using] = ACTIONS(1545), - [anon_sym_static_assert] = ACTIONS(1545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1545), - [anon_sym_MOZ_COLD] = ACTIONS(1545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL] = ACTIONS(1545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN] = ACTIONS(1545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1545), - [anon_sym_MOZ_RAII] = ACTIONS(1545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1545), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1545), + [anon_sym_decltype] = ACTIONS(1771), + [anon_sym_virtual] = ACTIONS(1771), + [anon_sym_explicit] = ACTIONS(1771), + [anon_sym_public] = ACTIONS(1771), + [anon_sym_private] = ACTIONS(1771), + [anon_sym_protected] = ACTIONS(1771), + [sym_auto] = ACTIONS(1771), + [anon_sym_typename] = ACTIONS(1771), + [anon_sym_template] = ACTIONS(1771), + [anon_sym_operator] = ACTIONS(1771), + [anon_sym_friend] = ACTIONS(1771), + [anon_sym_using] = ACTIONS(1771), + [anon_sym_static_assert] = ACTIONS(1771), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1771), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), + [anon_sym_MOZ_COLD] = ACTIONS(1771), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_RAII] = ACTIONS(1771), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), }, - [1021] = { - [sym_identifier] = ACTIONS(1867), - [aux_sym_preproc_def_token1] = ACTIONS(1867), - [aux_sym_preproc_if_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_LPAREN2] = ACTIONS(1869), - [anon_sym_TILDE] = ACTIONS(1869), - [anon_sym_STAR] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_typedef] = ACTIONS(1867), - [anon_sym_extern] = ACTIONS(1867), - [anon_sym___attribute__] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1869), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), - [anon_sym___declspec] = ACTIONS(1867), - [anon_sym___based] = ACTIONS(1867), - [anon_sym_RBRACE] = ACTIONS(1869), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_static] = ACTIONS(1867), - [anon_sym_register] = ACTIONS(1867), - [anon_sym_inline] = ACTIONS(1867), - [anon_sym_thread_local] = ACTIONS(1867), - [anon_sym_const] = ACTIONS(1867), - [anon_sym_volatile] = ACTIONS(1867), - [anon_sym_restrict] = ACTIONS(1867), - [anon_sym__Atomic] = ACTIONS(1867), - [anon_sym_mutable] = ACTIONS(1867), - [anon_sym_constexpr] = ACTIONS(1867), - [anon_sym_signed] = ACTIONS(1867), - [anon_sym_unsigned] = ACTIONS(1867), - [anon_sym_long] = ACTIONS(1867), - [anon_sym_short] = ACTIONS(1867), - [sym_primitive_type] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1867), - [anon_sym_class] = ACTIONS(1867), - [anon_sym_struct] = ACTIONS(1867), - [anon_sym_union] = ACTIONS(1867), + [998] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(291), + [sym_attributed_statement] = STATE(292), + [sym_labeled_statement] = STATE(294), + [sym_expression_statement] = STATE(297), + [sym_if_statement] = STATE(298), + [sym_switch_statement] = STATE(299), + [sym_case_statement] = STATE(300), + [sym_while_statement] = STATE(302), + [sym_do_statement] = STATE(304), + [sym_for_statement] = STATE(306), + [sym_return_statement] = STATE(307), + [sym_break_statement] = STATE(308), + [sym_continue_statement] = STATE(313), + [sym_goto_statement] = STATE(287), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(319), + [sym_co_return_statement] = STATE(320), + [sym_co_yield_statement] = STATE(321), + [sym_throw_statement] = STATE(323), + [sym_try_statement] = STATE(324), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1867), - [anon_sym_virtual] = ACTIONS(1867), - [anon_sym_explicit] = ACTIONS(1867), - [anon_sym_public] = ACTIONS(1867), - [anon_sym_private] = ACTIONS(1867), - [anon_sym_protected] = ACTIONS(1867), - [sym_auto] = ACTIONS(1867), - [anon_sym_typename] = ACTIONS(1867), - [anon_sym_template] = ACTIONS(1867), - [anon_sym_operator] = ACTIONS(1867), - [anon_sym_friend] = ACTIONS(1867), - [anon_sym_using] = ACTIONS(1867), - [anon_sym_static_assert] = ACTIONS(1867), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1867), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), - [anon_sym_MOZ_COLD] = ACTIONS(1867), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL] = ACTIONS(1867), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN] = ACTIONS(1867), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), - [anon_sym_MOZ_RAII] = ACTIONS(1867), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1022] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2646), - [anon_sym_AMP_AMP] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2644), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2644), - [anon_sym_virtual] = ACTIONS(2644), - [anon_sym_explicit] = ACTIONS(2644), - [anon_sym_public] = ACTIONS(2644), - [anon_sym_private] = ACTIONS(2644), - [anon_sym_protected] = ACTIONS(2644), - [sym_auto] = ACTIONS(2644), - [anon_sym_typename] = ACTIONS(2644), - [anon_sym_template] = ACTIONS(2644), - [anon_sym_operator] = ACTIONS(2644), - [anon_sym_friend] = ACTIONS(2644), - [anon_sym_using] = ACTIONS(2644), - [anon_sym_static_assert] = ACTIONS(2644), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2644), - [anon_sym_MOZ_COLD] = ACTIONS(2644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_NONNULL] = ACTIONS(2644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2644), - [anon_sym_MOZ_RAII] = ACTIONS(2644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2644), + [999] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(272), + [sym_attributed_statement] = STATE(271), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(269), + [sym_if_statement] = STATE(268), + [sym_switch_statement] = STATE(267), + [sym_case_statement] = STATE(266), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(264), + [sym_for_statement] = STATE(263), + [sym_return_statement] = STATE(262), + [sym_break_statement] = STATE(260), + [sym_continue_statement] = STATE(259), + [sym_goto_statement] = STATE(258), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(257), + [sym_co_return_statement] = STATE(256), + [sym_co_yield_statement] = STATE(381), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(290), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1023] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2642), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP_AMP] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2640), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_explicit] = ACTIONS(2640), - [anon_sym_public] = ACTIONS(2640), - [anon_sym_private] = ACTIONS(2640), - [anon_sym_protected] = ACTIONS(2640), - [sym_auto] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_operator] = ACTIONS(2640), - [anon_sym_friend] = ACTIONS(2640), - [anon_sym_using] = ACTIONS(2640), - [anon_sym_static_assert] = ACTIONS(2640), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2640), - [anon_sym_MOZ_COLD] = ACTIONS(2640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_NONNULL] = ACTIONS(2640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2640), - [anon_sym_MOZ_RAII] = ACTIONS(2640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2640), + [1000] = { + [sym_identifier] = ACTIONS(1703), + [aux_sym_preproc_def_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token2] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), + [aux_sym_preproc_else_token1] = ACTIONS(1703), + [aux_sym_preproc_elif_token1] = ACTIONS(1703), + [sym_preproc_directive] = ACTIONS(1703), + [anon_sym_LPAREN2] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_STAR] = ACTIONS(1705), + [anon_sym_AMP_AMP] = ACTIONS(1705), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_typedef] = ACTIONS(1703), + [anon_sym_extern] = ACTIONS(1703), + [anon_sym___attribute__] = ACTIONS(1703), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), + [anon_sym___declspec] = ACTIONS(1703), + [anon_sym___based] = ACTIONS(1703), + [anon_sym_LBRACK] = ACTIONS(1703), + [anon_sym_static] = ACTIONS(1703), + [anon_sym_register] = ACTIONS(1703), + [anon_sym_inline] = ACTIONS(1703), + [anon_sym_thread_local] = ACTIONS(1703), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_volatile] = ACTIONS(1703), + [anon_sym_restrict] = ACTIONS(1703), + [anon_sym__Atomic] = ACTIONS(1703), + [anon_sym_mutable] = ACTIONS(1703), + [anon_sym_constexpr] = ACTIONS(1703), + [anon_sym_signed] = ACTIONS(1703), + [anon_sym_unsigned] = ACTIONS(1703), + [anon_sym_long] = ACTIONS(1703), + [anon_sym_short] = ACTIONS(1703), + [sym_primitive_type] = ACTIONS(1703), + [anon_sym_enum] = ACTIONS(1703), + [anon_sym_class] = ACTIONS(1703), + [anon_sym_struct] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1703), + [anon_sym_virtual] = ACTIONS(1703), + [anon_sym_explicit] = ACTIONS(1703), + [anon_sym_public] = ACTIONS(1703), + [anon_sym_private] = ACTIONS(1703), + [anon_sym_protected] = ACTIONS(1703), + [sym_auto] = ACTIONS(1703), + [anon_sym_typename] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1703), + [anon_sym_operator] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1703), + [anon_sym_using] = ACTIONS(1703), + [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1703), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), + [anon_sym_MOZ_COLD] = ACTIONS(1703), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_RAII] = ACTIONS(1703), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), }, - [1024] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2614), - [anon_sym_STAR] = ACTIONS(2614), - [anon_sym_AMP_AMP] = ACTIONS(2614), - [anon_sym_AMP] = ACTIONS(2612), - [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_RBRACE] = 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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2612), - [anon_sym_virtual] = ACTIONS(2612), - [anon_sym_explicit] = ACTIONS(2612), - [anon_sym_public] = ACTIONS(2612), - [anon_sym_private] = ACTIONS(2612), - [anon_sym_protected] = ACTIONS(2612), - [sym_auto] = ACTIONS(2612), - [anon_sym_typename] = ACTIONS(2612), - [anon_sym_template] = ACTIONS(2612), - [anon_sym_operator] = ACTIONS(2612), - [anon_sym_friend] = ACTIONS(2612), - [anon_sym_using] = ACTIONS(2612), - [anon_sym_static_assert] = ACTIONS(2612), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2612), - [anon_sym_MOZ_COLD] = ACTIONS(2612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_NONNULL] = ACTIONS(2612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_NORETURN] = ACTIONS(2612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2612), - [anon_sym_MOZ_RAII] = ACTIONS(2612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2612), + [1001] = { + [sym_identifier] = ACTIONS(1715), + [aux_sym_preproc_def_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token2] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), + [aux_sym_preproc_else_token1] = ACTIONS(1715), + [aux_sym_preproc_elif_token1] = ACTIONS(1715), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_LPAREN2] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_STAR] = ACTIONS(1717), + [anon_sym_AMP_AMP] = ACTIONS(1717), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_typedef] = ACTIONS(1715), + [anon_sym_extern] = ACTIONS(1715), + [anon_sym___attribute__] = ACTIONS(1715), + [anon_sym_COLON_COLON] = ACTIONS(1717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), + [anon_sym___declspec] = ACTIONS(1715), + [anon_sym___based] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1715), + [anon_sym_register] = ACTIONS(1715), + [anon_sym_inline] = ACTIONS(1715), + [anon_sym_thread_local] = ACTIONS(1715), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_volatile] = ACTIONS(1715), + [anon_sym_restrict] = ACTIONS(1715), + [anon_sym__Atomic] = ACTIONS(1715), + [anon_sym_mutable] = ACTIONS(1715), + [anon_sym_constexpr] = ACTIONS(1715), + [anon_sym_signed] = ACTIONS(1715), + [anon_sym_unsigned] = ACTIONS(1715), + [anon_sym_long] = ACTIONS(1715), + [anon_sym_short] = ACTIONS(1715), + [sym_primitive_type] = ACTIONS(1715), + [anon_sym_enum] = ACTIONS(1715), + [anon_sym_class] = ACTIONS(1715), + [anon_sym_struct] = ACTIONS(1715), + [anon_sym_union] = ACTIONS(1715), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1715), + [anon_sym_virtual] = ACTIONS(1715), + [anon_sym_explicit] = ACTIONS(1715), + [anon_sym_public] = ACTIONS(1715), + [anon_sym_private] = ACTIONS(1715), + [anon_sym_protected] = ACTIONS(1715), + [sym_auto] = ACTIONS(1715), + [anon_sym_typename] = ACTIONS(1715), + [anon_sym_template] = ACTIONS(1715), + [anon_sym_operator] = ACTIONS(1715), + [anon_sym_friend] = ACTIONS(1715), + [anon_sym_using] = ACTIONS(1715), + [anon_sym_static_assert] = ACTIONS(1715), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1715), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), + [anon_sym_MOZ_COLD] = ACTIONS(1715), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_RAII] = ACTIONS(1715), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), }, - [1025] = { - [sym_identifier] = ACTIONS(1537), - [aux_sym_preproc_def_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token1] = ACTIONS(1537), - [aux_sym_preproc_if_token2] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), - [sym_preproc_directive] = ACTIONS(1537), - [anon_sym_LPAREN2] = ACTIONS(1539), - [anon_sym_TILDE] = ACTIONS(1539), - [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_typedef] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym___attribute__] = ACTIONS(1537), - [anon_sym_COLON_COLON] = ACTIONS(1539), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), - [anon_sym___declspec] = ACTIONS(1537), - [anon_sym___based] = ACTIONS(1537), - [anon_sym_LBRACK] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_register] = ACTIONS(1537), - [anon_sym_inline] = ACTIONS(1537), - [anon_sym_thread_local] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_volatile] = ACTIONS(1537), - [anon_sym_restrict] = ACTIONS(1537), - [anon_sym__Atomic] = ACTIONS(1537), - [anon_sym_mutable] = ACTIONS(1537), - [anon_sym_constexpr] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1537), - [anon_sym_unsigned] = ACTIONS(1537), - [anon_sym_long] = ACTIONS(1537), - [anon_sym_short] = ACTIONS(1537), - [sym_primitive_type] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), + [1002] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(273), + [sym_attributed_statement] = STATE(273), + [sym_labeled_statement] = STATE(273), + [sym_expression_statement] = STATE(273), + [sym_if_statement] = STATE(273), + [sym_switch_statement] = STATE(273), + [sym_case_statement] = STATE(273), + [sym_while_statement] = STATE(273), + [sym_do_statement] = STATE(273), + [sym_for_statement] = STATE(273), + [sym_return_statement] = STATE(273), + [sym_break_statement] = STATE(273), + [sym_continue_statement] = STATE(273), + [sym_goto_statement] = STATE(273), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(273), + [sym_co_return_statement] = STATE(273), + [sym_co_yield_statement] = STATE(273), + [sym_throw_statement] = STATE(273), + [sym_try_statement] = STATE(273), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1537), - [anon_sym_virtual] = ACTIONS(1537), - [anon_sym_explicit] = ACTIONS(1537), - [anon_sym_public] = ACTIONS(1537), - [anon_sym_private] = ACTIONS(1537), - [anon_sym_protected] = ACTIONS(1537), - [sym_auto] = ACTIONS(1537), - [anon_sym_typename] = ACTIONS(1537), - [anon_sym_template] = ACTIONS(1537), - [anon_sym_operator] = ACTIONS(1537), - [anon_sym_friend] = ACTIONS(1537), - [anon_sym_using] = ACTIONS(1537), - [anon_sym_static_assert] = ACTIONS(1537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1537), - [anon_sym_MOZ_COLD] = ACTIONS(1537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL] = ACTIONS(1537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN] = ACTIONS(1537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1537), - [anon_sym_MOZ_RAII] = ACTIONS(1537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1537), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1537), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1026] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_AMP_AMP] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2616), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2616), - [anon_sym_virtual] = ACTIONS(2616), - [anon_sym_explicit] = ACTIONS(2616), - [anon_sym_public] = ACTIONS(2616), - [anon_sym_private] = ACTIONS(2616), - [anon_sym_protected] = ACTIONS(2616), - [sym_auto] = ACTIONS(2616), - [anon_sym_typename] = ACTIONS(2616), - [anon_sym_template] = ACTIONS(2616), - [anon_sym_operator] = ACTIONS(2616), - [anon_sym_friend] = ACTIONS(2616), - [anon_sym_using] = ACTIONS(2616), - [anon_sym_static_assert] = ACTIONS(2616), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2616), - [anon_sym_MOZ_COLD] = ACTIONS(2616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_NONNULL] = ACTIONS(2616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_NORETURN] = ACTIONS(2616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2616), - [anon_sym_MOZ_RAII] = ACTIONS(2616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2616), + [1003] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(275), + [sym_attributed_statement] = STATE(275), + [sym_labeled_statement] = STATE(275), + [sym_expression_statement] = STATE(275), + [sym_if_statement] = STATE(275), + [sym_switch_statement] = STATE(275), + [sym_case_statement] = STATE(275), + [sym_while_statement] = STATE(275), + [sym_do_statement] = STATE(275), + [sym_for_statement] = STATE(275), + [sym_return_statement] = STATE(275), + [sym_break_statement] = STATE(275), + [sym_continue_statement] = STATE(275), + [sym_goto_statement] = STATE(275), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(275), + [sym_co_return_statement] = STATE(275), + [sym_co_yield_statement] = STATE(275), + [sym_throw_statement] = STATE(275), + [sym_try_statement] = STATE(275), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1027] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2622), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_AMP_AMP] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2620), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2620), - [anon_sym_virtual] = ACTIONS(2620), - [anon_sym_explicit] = ACTIONS(2620), - [anon_sym_public] = ACTIONS(2620), - [anon_sym_private] = ACTIONS(2620), - [anon_sym_protected] = ACTIONS(2620), - [sym_auto] = ACTIONS(2620), - [anon_sym_typename] = ACTIONS(2620), - [anon_sym_template] = ACTIONS(2620), - [anon_sym_operator] = ACTIONS(2620), - [anon_sym_friend] = ACTIONS(2620), - [anon_sym_using] = ACTIONS(2620), - [anon_sym_static_assert] = ACTIONS(2620), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2620), - [anon_sym_MOZ_COLD] = ACTIONS(2620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_NONNULL] = ACTIONS(2620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_NORETURN] = ACTIONS(2620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2620), - [anon_sym_MOZ_RAII] = ACTIONS(2620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2620), + [1004] = { + [sym_identifier] = ACTIONS(1727), + [aux_sym_preproc_def_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token2] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), + [aux_sym_preproc_else_token1] = ACTIONS(1727), + [aux_sym_preproc_elif_token1] = ACTIONS(1727), + [sym_preproc_directive] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_STAR] = ACTIONS(1729), + [anon_sym_AMP_AMP] = ACTIONS(1729), + [anon_sym_AMP] = ACTIONS(1727), + [anon_sym_typedef] = ACTIONS(1727), + [anon_sym_extern] = ACTIONS(1727), + [anon_sym___attribute__] = ACTIONS(1727), + [anon_sym_COLON_COLON] = ACTIONS(1729), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), + [anon_sym___declspec] = ACTIONS(1727), + [anon_sym___based] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_static] = ACTIONS(1727), + [anon_sym_register] = ACTIONS(1727), + [anon_sym_inline] = ACTIONS(1727), + [anon_sym_thread_local] = ACTIONS(1727), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_volatile] = ACTIONS(1727), + [anon_sym_restrict] = ACTIONS(1727), + [anon_sym__Atomic] = ACTIONS(1727), + [anon_sym_mutable] = ACTIONS(1727), + [anon_sym_constexpr] = ACTIONS(1727), + [anon_sym_signed] = ACTIONS(1727), + [anon_sym_unsigned] = ACTIONS(1727), + [anon_sym_long] = ACTIONS(1727), + [anon_sym_short] = ACTIONS(1727), + [sym_primitive_type] = ACTIONS(1727), + [anon_sym_enum] = ACTIONS(1727), + [anon_sym_class] = ACTIONS(1727), + [anon_sym_struct] = ACTIONS(1727), + [anon_sym_union] = ACTIONS(1727), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1727), + [anon_sym_virtual] = ACTIONS(1727), + [anon_sym_explicit] = ACTIONS(1727), + [anon_sym_public] = ACTIONS(1727), + [anon_sym_private] = ACTIONS(1727), + [anon_sym_protected] = ACTIONS(1727), + [sym_auto] = ACTIONS(1727), + [anon_sym_typename] = ACTIONS(1727), + [anon_sym_template] = ACTIONS(1727), + [anon_sym_operator] = ACTIONS(1727), + [anon_sym_friend] = ACTIONS(1727), + [anon_sym_using] = ACTIONS(1727), + [anon_sym_static_assert] = ACTIONS(1727), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1727), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), + [anon_sym_MOZ_COLD] = ACTIONS(1727), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_RAII] = ACTIONS(1727), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), }, - [1028] = { - [sym_identifier] = ACTIONS(1541), - [aux_sym_preproc_def_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token1] = ACTIONS(1541), - [aux_sym_preproc_if_token2] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), - [sym_preproc_directive] = ACTIONS(1541), - [anon_sym_LPAREN2] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1543), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_AMP_AMP] = ACTIONS(1543), - [anon_sym_AMP] = ACTIONS(1541), - [anon_sym_typedef] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1541), - [anon_sym___attribute__] = ACTIONS(1541), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), - [anon_sym___declspec] = ACTIONS(1541), - [anon_sym___based] = ACTIONS(1541), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1541), - [anon_sym_register] = ACTIONS(1541), - [anon_sym_inline] = ACTIONS(1541), - [anon_sym_thread_local] = ACTIONS(1541), - [anon_sym_const] = ACTIONS(1541), - [anon_sym_volatile] = ACTIONS(1541), - [anon_sym_restrict] = ACTIONS(1541), - [anon_sym__Atomic] = ACTIONS(1541), - [anon_sym_mutable] = ACTIONS(1541), - [anon_sym_constexpr] = ACTIONS(1541), - [anon_sym_signed] = ACTIONS(1541), - [anon_sym_unsigned] = ACTIONS(1541), - [anon_sym_long] = ACTIONS(1541), - [anon_sym_short] = ACTIONS(1541), - [sym_primitive_type] = ACTIONS(1541), - [anon_sym_enum] = ACTIONS(1541), - [anon_sym_class] = ACTIONS(1541), - [anon_sym_struct] = ACTIONS(1541), - [anon_sym_union] = ACTIONS(1541), + [1005] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(150), + [sym_attributed_statement] = STATE(150), + [sym_labeled_statement] = STATE(150), + [sym_expression_statement] = STATE(150), + [sym_if_statement] = STATE(150), + [sym_switch_statement] = STATE(150), + [sym_case_statement] = STATE(150), + [sym_while_statement] = STATE(150), + [sym_do_statement] = STATE(150), + [sym_for_statement] = STATE(150), + [sym_return_statement] = STATE(150), + [sym_break_statement] = STATE(150), + [sym_continue_statement] = STATE(150), + [sym_goto_statement] = STATE(150), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(150), + [sym_co_return_statement] = STATE(150), + [sym_co_yield_statement] = STATE(150), + [sym_throw_statement] = STATE(150), + [sym_try_statement] = STATE(150), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1541), - [anon_sym_virtual] = ACTIONS(1541), - [anon_sym_explicit] = ACTIONS(1541), - [anon_sym_public] = ACTIONS(1541), - [anon_sym_private] = ACTIONS(1541), - [anon_sym_protected] = ACTIONS(1541), - [sym_auto] = ACTIONS(1541), - [anon_sym_typename] = ACTIONS(1541), - [anon_sym_template] = ACTIONS(1541), - [anon_sym_operator] = ACTIONS(1541), - [anon_sym_friend] = ACTIONS(1541), - [anon_sym_using] = ACTIONS(1541), - [anon_sym_static_assert] = ACTIONS(1541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1541), - [anon_sym_MOZ_COLD] = ACTIONS(1541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL] = ACTIONS(1541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN] = ACTIONS(1541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1541), - [anon_sym_MOZ_RAII] = ACTIONS(1541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1541), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1541), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1029] = { - [sym_identifier] = ACTIONS(1629), - [aux_sym_preproc_def_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token1] = ACTIONS(1629), - [aux_sym_preproc_if_token2] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1629), - [sym_preproc_directive] = ACTIONS(1629), - [anon_sym_LPAREN2] = ACTIONS(1631), - [anon_sym_TILDE] = ACTIONS(1631), - [anon_sym_STAR] = ACTIONS(1631), - [anon_sym_AMP_AMP] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1629), - [anon_sym_typedef] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym___attribute__] = ACTIONS(1629), - [anon_sym_COLON_COLON] = ACTIONS(1631), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1631), - [anon_sym___declspec] = ACTIONS(1629), - [anon_sym___based] = ACTIONS(1629), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_static] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_inline] = ACTIONS(1629), - [anon_sym_thread_local] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_volatile] = ACTIONS(1629), - [anon_sym_restrict] = ACTIONS(1629), - [anon_sym__Atomic] = ACTIONS(1629), - [anon_sym_mutable] = ACTIONS(1629), - [anon_sym_constexpr] = ACTIONS(1629), - [anon_sym_signed] = ACTIONS(1629), - [anon_sym_unsigned] = ACTIONS(1629), - [anon_sym_long] = ACTIONS(1629), - [anon_sym_short] = ACTIONS(1629), - [sym_primitive_type] = ACTIONS(1629), - [anon_sym_enum] = ACTIONS(1629), - [anon_sym_class] = ACTIONS(1629), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_union] = ACTIONS(1629), + [1006] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(149), + [sym_attributed_statement] = STATE(149), + [sym_labeled_statement] = STATE(149), + [sym_expression_statement] = STATE(149), + [sym_if_statement] = STATE(149), + [sym_switch_statement] = STATE(149), + [sym_case_statement] = STATE(149), + [sym_while_statement] = STATE(149), + [sym_do_statement] = STATE(149), + [sym_for_statement] = STATE(149), + [sym_return_statement] = STATE(149), + [sym_break_statement] = STATE(149), + [sym_continue_statement] = STATE(149), + [sym_goto_statement] = STATE(149), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(149), + [sym_co_return_statement] = STATE(149), + [sym_co_yield_statement] = STATE(149), + [sym_throw_statement] = STATE(149), + [sym_try_statement] = STATE(149), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1629), - [anon_sym_virtual] = ACTIONS(1629), - [anon_sym_explicit] = ACTIONS(1629), - [anon_sym_public] = ACTIONS(1629), - [anon_sym_private] = ACTIONS(1629), - [anon_sym_protected] = ACTIONS(1629), - [sym_auto] = ACTIONS(1629), - [anon_sym_typename] = ACTIONS(1629), - [anon_sym_template] = ACTIONS(1629), - [anon_sym_operator] = ACTIONS(1629), - [anon_sym_friend] = ACTIONS(1629), - [anon_sym_using] = ACTIONS(1629), - [anon_sym_static_assert] = ACTIONS(1629), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1629), - [anon_sym_MOZ_COLD] = ACTIONS(1629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL] = ACTIONS(1629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN] = ACTIONS(1629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1629), - [anon_sym_MOZ_RAII] = ACTIONS(1629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1629), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1629), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1030] = { - [sym_identifier] = ACTIONS(1506), - [aux_sym_preproc_def_token1] = ACTIONS(1506), - [aux_sym_preproc_if_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), - [sym_preproc_directive] = ACTIONS(1506), - [anon_sym_LPAREN2] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1508), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_typedef] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym___attribute__] = ACTIONS(1506), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), - [anon_sym___declspec] = ACTIONS(1506), - [anon_sym___based] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_static] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_inline] = ACTIONS(1506), - [anon_sym_thread_local] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_volatile] = ACTIONS(1506), - [anon_sym_restrict] = ACTIONS(1506), - [anon_sym__Atomic] = ACTIONS(1506), - [anon_sym_mutable] = ACTIONS(1506), - [anon_sym_constexpr] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1506), - [anon_sym_unsigned] = ACTIONS(1506), - [anon_sym_long] = ACTIONS(1506), - [anon_sym_short] = ACTIONS(1506), - [sym_primitive_type] = ACTIONS(1506), - [anon_sym_enum] = ACTIONS(1506), - [anon_sym_class] = ACTIONS(1506), - [anon_sym_struct] = ACTIONS(1506), - [anon_sym_union] = ACTIONS(1506), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1506), - [anon_sym_virtual] = ACTIONS(1506), - [anon_sym_explicit] = ACTIONS(1506), - [anon_sym_public] = ACTIONS(1506), - [anon_sym_private] = ACTIONS(1506), - [anon_sym_protected] = ACTIONS(1506), - [sym_auto] = ACTIONS(1506), - [anon_sym_typename] = ACTIONS(1506), - [anon_sym_template] = ACTIONS(1506), - [anon_sym_operator] = ACTIONS(1506), - [anon_sym_friend] = ACTIONS(1506), - [anon_sym_using] = ACTIONS(1506), - [anon_sym_static_assert] = ACTIONS(1506), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1506), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1506), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1506), - [anon_sym_MOZ_COLD] = ACTIONS(1506), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1506), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1506), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1506), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1506), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1506), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1506), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1506), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1506), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1506), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1506), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1506), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1506), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL] = ACTIONS(1506), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1506), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1506), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN] = ACTIONS(1506), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1506), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1506), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1506), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1506), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1506), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1506), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1506), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1506), - [anon_sym_MOZ_RAII] = ACTIONS(1506), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1506), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1506), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1506), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1506), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1506), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1506), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), + [1007] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(115), + [sym_attributed_statement] = STATE(115), + [sym_labeled_statement] = STATE(115), + [sym_expression_statement] = STATE(115), + [sym_if_statement] = STATE(115), + [sym_switch_statement] = STATE(115), + [sym_case_statement] = STATE(115), + [sym_while_statement] = STATE(115), + [sym_do_statement] = STATE(115), + [sym_for_statement] = STATE(115), + [sym_return_statement] = STATE(115), + [sym_break_statement] = STATE(115), + [sym_continue_statement] = STATE(115), + [sym_goto_statement] = STATE(115), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(115), + [sym_co_return_statement] = STATE(115), + [sym_co_yield_statement] = STATE(115), + [sym_throw_statement] = STATE(115), + [sym_try_statement] = STATE(115), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1031] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1518), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___based] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym_mutable] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_class] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1516), - [anon_sym_virtual] = ACTIONS(1516), - [anon_sym_explicit] = ACTIONS(1516), - [anon_sym_public] = ACTIONS(1516), - [anon_sym_private] = ACTIONS(1516), - [anon_sym_protected] = ACTIONS(1516), - [sym_auto] = ACTIONS(1516), - [anon_sym_typename] = ACTIONS(1516), - [anon_sym_template] = ACTIONS(1516), - [anon_sym_operator] = ACTIONS(1516), - [anon_sym_friend] = ACTIONS(1516), - [anon_sym_using] = ACTIONS(1516), - [anon_sym_static_assert] = ACTIONS(1516), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1516), - [anon_sym_MOZ_COLD] = ACTIONS(1516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL] = ACTIONS(1516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN] = ACTIONS(1516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1516), - [anon_sym_MOZ_RAII] = ACTIONS(1516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1516), + [1008] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(116), + [sym_attributed_statement] = STATE(116), + [sym_labeled_statement] = STATE(116), + [sym_expression_statement] = STATE(116), + [sym_if_statement] = STATE(116), + [sym_switch_statement] = STATE(116), + [sym_case_statement] = STATE(116), + [sym_while_statement] = STATE(116), + [sym_do_statement] = STATE(116), + [sym_for_statement] = STATE(116), + [sym_return_statement] = STATE(116), + [sym_break_statement] = STATE(116), + [sym_continue_statement] = STATE(116), + [sym_goto_statement] = STATE(116), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(116), + [sym_co_return_statement] = STATE(116), + [sym_co_yield_statement] = STATE(116), + [sym_throw_statement] = STATE(116), + [sym_try_statement] = STATE(116), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1032] = { + [1009] = { + [sym_identifier] = ACTIONS(1707), + [aux_sym_preproc_def_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token2] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), + [aux_sym_preproc_else_token1] = ACTIONS(1707), + [aux_sym_preproc_elif_token1] = ACTIONS(1707), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_STAR] = ACTIONS(1709), + [anon_sym_AMP_AMP] = ACTIONS(1709), + [anon_sym_AMP] = ACTIONS(1707), + [anon_sym_typedef] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym___attribute__] = ACTIONS(1707), + [anon_sym_COLON_COLON] = ACTIONS(1709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), + [anon_sym___declspec] = ACTIONS(1707), + [anon_sym___based] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_static] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_inline] = ACTIONS(1707), + [anon_sym_thread_local] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_volatile] = ACTIONS(1707), + [anon_sym_restrict] = ACTIONS(1707), + [anon_sym__Atomic] = ACTIONS(1707), + [anon_sym_mutable] = ACTIONS(1707), + [anon_sym_constexpr] = ACTIONS(1707), + [anon_sym_signed] = ACTIONS(1707), + [anon_sym_unsigned] = ACTIONS(1707), + [anon_sym_long] = ACTIONS(1707), + [anon_sym_short] = ACTIONS(1707), + [sym_primitive_type] = ACTIONS(1707), + [anon_sym_enum] = ACTIONS(1707), + [anon_sym_class] = ACTIONS(1707), + [anon_sym_struct] = ACTIONS(1707), + [anon_sym_union] = ACTIONS(1707), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1707), + [anon_sym_virtual] = ACTIONS(1707), + [anon_sym_explicit] = ACTIONS(1707), + [anon_sym_public] = ACTIONS(1707), + [anon_sym_private] = ACTIONS(1707), + [anon_sym_protected] = ACTIONS(1707), + [sym_auto] = ACTIONS(1707), + [anon_sym_typename] = ACTIONS(1707), + [anon_sym_template] = ACTIONS(1707), + [anon_sym_operator] = ACTIONS(1707), + [anon_sym_friend] = ACTIONS(1707), + [anon_sym_using] = ACTIONS(1707), + [anon_sym_static_assert] = ACTIONS(1707), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1707), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), + [anon_sym_MOZ_COLD] = ACTIONS(1707), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_RAII] = ACTIONS(1707), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), + }, + [1010] = { [sym_identifier] = ACTIONS(1699), [aux_sym_preproc_def_token1] = ACTIONS(1699), [aux_sym_preproc_if_token1] = ACTIONS(1699), [aux_sym_preproc_if_token2] = ACTIONS(1699), [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), + [aux_sym_preproc_else_token1] = ACTIONS(1699), + [aux_sym_preproc_elif_token1] = ACTIONS(1699), [sym_preproc_directive] = ACTIONS(1699), [anon_sym_LPAREN2] = ACTIONS(1701), [anon_sym_TILDE] = ACTIONS(1701), @@ -212854,4263 +210672,5603 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), }, - [1033] = { - [sym_identifier] = ACTIONS(1859), - [aux_sym_preproc_def_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token1] = ACTIONS(1859), - [aux_sym_preproc_if_token2] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1859), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1859), - [sym_preproc_directive] = ACTIONS(1859), - [anon_sym_LPAREN2] = ACTIONS(1861), - [anon_sym_TILDE] = ACTIONS(1861), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP_AMP] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_typedef] = ACTIONS(1859), - [anon_sym_extern] = ACTIONS(1859), - [anon_sym___attribute__] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1861), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1861), - [anon_sym___declspec] = ACTIONS(1859), - [anon_sym___based] = ACTIONS(1859), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_static] = ACTIONS(1859), - [anon_sym_register] = ACTIONS(1859), - [anon_sym_inline] = ACTIONS(1859), - [anon_sym_thread_local] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_volatile] = ACTIONS(1859), - [anon_sym_restrict] = ACTIONS(1859), - [anon_sym__Atomic] = ACTIONS(1859), - [anon_sym_mutable] = ACTIONS(1859), - [anon_sym_constexpr] = ACTIONS(1859), - [anon_sym_signed] = ACTIONS(1859), - [anon_sym_unsigned] = ACTIONS(1859), - [anon_sym_long] = ACTIONS(1859), - [anon_sym_short] = ACTIONS(1859), - [sym_primitive_type] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_class] = ACTIONS(1859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), + [1011] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(117), + [sym_attributed_statement] = STATE(117), + [sym_labeled_statement] = STATE(117), + [sym_expression_statement] = STATE(117), + [sym_if_statement] = STATE(117), + [sym_switch_statement] = STATE(117), + [sym_case_statement] = STATE(117), + [sym_while_statement] = STATE(117), + [sym_do_statement] = STATE(117), + [sym_for_statement] = STATE(117), + [sym_return_statement] = STATE(117), + [sym_break_statement] = STATE(117), + [sym_continue_statement] = STATE(117), + [sym_goto_statement] = STATE(117), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(117), + [sym_co_return_statement] = STATE(117), + [sym_co_yield_statement] = STATE(117), + [sym_throw_statement] = STATE(117), + [sym_try_statement] = STATE(117), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1859), - [anon_sym_virtual] = ACTIONS(1859), - [anon_sym_explicit] = ACTIONS(1859), - [anon_sym_public] = ACTIONS(1859), - [anon_sym_private] = ACTIONS(1859), - [anon_sym_protected] = ACTIONS(1859), - [sym_auto] = ACTIONS(1859), - [anon_sym_typename] = ACTIONS(1859), - [anon_sym_template] = ACTIONS(1859), - [anon_sym_operator] = ACTIONS(1859), - [anon_sym_friend] = ACTIONS(1859), - [anon_sym_using] = ACTIONS(1859), - [anon_sym_static_assert] = ACTIONS(1859), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1859), - [anon_sym_MOZ_COLD] = ACTIONS(1859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1859), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1859), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL] = ACTIONS(1859), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN] = ACTIONS(1859), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1859), - [anon_sym_MOZ_RAII] = ACTIONS(1859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1859), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1859), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1012] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(395), + [sym_attributed_statement] = STATE(395), + [sym_labeled_statement] = STATE(395), + [sym_expression_statement] = STATE(395), + [sym_if_statement] = STATE(395), + [sym_switch_statement] = STATE(395), + [sym_case_statement] = STATE(395), + [sym_while_statement] = STATE(395), + [sym_do_statement] = STATE(395), + [sym_for_statement] = STATE(395), + [sym_return_statement] = STATE(395), + [sym_break_statement] = STATE(395), + [sym_continue_statement] = STATE(395), + [sym_goto_statement] = STATE(395), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(395), + [sym_co_return_statement] = STATE(395), + [sym_co_yield_statement] = STATE(395), + [sym_throw_statement] = STATE(395), + [sym_try_statement] = STATE(395), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1013] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(118), + [sym_co_return_statement] = STATE(118), + [sym_co_yield_statement] = STATE(118), + [sym_throw_statement] = STATE(118), + [sym_try_statement] = STATE(118), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1014] = { + [sym_identifier] = ACTIONS(1735), + [aux_sym_preproc_def_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token2] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), + [aux_sym_preproc_else_token1] = ACTIONS(1735), + [aux_sym_preproc_elif_token1] = ACTIONS(1735), + [sym_preproc_directive] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_STAR] = ACTIONS(1737), + [anon_sym_AMP_AMP] = ACTIONS(1737), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_typedef] = ACTIONS(1735), + [anon_sym_extern] = ACTIONS(1735), + [anon_sym___attribute__] = ACTIONS(1735), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), + [anon_sym___declspec] = ACTIONS(1735), + [anon_sym___based] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_static] = ACTIONS(1735), + [anon_sym_register] = ACTIONS(1735), + [anon_sym_inline] = ACTIONS(1735), + [anon_sym_thread_local] = ACTIONS(1735), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_volatile] = ACTIONS(1735), + [anon_sym_restrict] = ACTIONS(1735), + [anon_sym__Atomic] = ACTIONS(1735), + [anon_sym_mutable] = ACTIONS(1735), + [anon_sym_constexpr] = ACTIONS(1735), + [anon_sym_signed] = ACTIONS(1735), + [anon_sym_unsigned] = ACTIONS(1735), + [anon_sym_long] = ACTIONS(1735), + [anon_sym_short] = ACTIONS(1735), + [sym_primitive_type] = ACTIONS(1735), + [anon_sym_enum] = ACTIONS(1735), + [anon_sym_class] = ACTIONS(1735), + [anon_sym_struct] = ACTIONS(1735), + [anon_sym_union] = ACTIONS(1735), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1735), + [anon_sym_virtual] = ACTIONS(1735), + [anon_sym_explicit] = ACTIONS(1735), + [anon_sym_public] = ACTIONS(1735), + [anon_sym_private] = ACTIONS(1735), + [anon_sym_protected] = ACTIONS(1735), + [sym_auto] = ACTIONS(1735), + [anon_sym_typename] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1735), + [anon_sym_operator] = ACTIONS(1735), + [anon_sym_friend] = ACTIONS(1735), + [anon_sym_using] = ACTIONS(1735), + [anon_sym_static_assert] = ACTIONS(1735), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1735), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), + [anon_sym_MOZ_COLD] = ACTIONS(1735), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_RAII] = ACTIONS(1735), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), + }, + [1015] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(119), + [sym_attributed_statement] = STATE(119), + [sym_labeled_statement] = STATE(119), + [sym_expression_statement] = STATE(119), + [sym_if_statement] = STATE(119), + [sym_switch_statement] = STATE(119), + [sym_case_statement] = STATE(119), + [sym_while_statement] = STATE(119), + [sym_do_statement] = STATE(119), + [sym_for_statement] = STATE(119), + [sym_return_statement] = STATE(119), + [sym_break_statement] = STATE(119), + [sym_continue_statement] = STATE(119), + [sym_goto_statement] = STATE(119), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(119), + [sym_co_return_statement] = STATE(119), + [sym_co_yield_statement] = STATE(119), + [sym_throw_statement] = STATE(119), + [sym_try_statement] = STATE(119), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1016] = { + [sym_identifier] = ACTIONS(1739), + [aux_sym_preproc_def_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token2] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), + [aux_sym_preproc_else_token1] = ACTIONS(1739), + [aux_sym_preproc_elif_token1] = ACTIONS(1739), + [sym_preproc_directive] = ACTIONS(1739), + [anon_sym_LPAREN2] = ACTIONS(1741), + [anon_sym_TILDE] = ACTIONS(1741), + [anon_sym_STAR] = ACTIONS(1741), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1739), + [anon_sym_typedef] = ACTIONS(1739), + [anon_sym_extern] = ACTIONS(1739), + [anon_sym___attribute__] = ACTIONS(1739), + [anon_sym_COLON_COLON] = ACTIONS(1741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), + [anon_sym___declspec] = ACTIONS(1739), + [anon_sym___based] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_static] = ACTIONS(1739), + [anon_sym_register] = ACTIONS(1739), + [anon_sym_inline] = ACTIONS(1739), + [anon_sym_thread_local] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_volatile] = ACTIONS(1739), + [anon_sym_restrict] = ACTIONS(1739), + [anon_sym__Atomic] = ACTIONS(1739), + [anon_sym_mutable] = ACTIONS(1739), + [anon_sym_constexpr] = ACTIONS(1739), + [anon_sym_signed] = ACTIONS(1739), + [anon_sym_unsigned] = ACTIONS(1739), + [anon_sym_long] = ACTIONS(1739), + [anon_sym_short] = ACTIONS(1739), + [sym_primitive_type] = ACTIONS(1739), + [anon_sym_enum] = ACTIONS(1739), + [anon_sym_class] = ACTIONS(1739), + [anon_sym_struct] = ACTIONS(1739), + [anon_sym_union] = ACTIONS(1739), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1739), + [anon_sym_virtual] = ACTIONS(1739), + [anon_sym_explicit] = ACTIONS(1739), + [anon_sym_public] = ACTIONS(1739), + [anon_sym_private] = ACTIONS(1739), + [anon_sym_protected] = ACTIONS(1739), + [sym_auto] = ACTIONS(1739), + [anon_sym_typename] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1739), + [anon_sym_operator] = ACTIONS(1739), + [anon_sym_friend] = ACTIONS(1739), + [anon_sym_using] = ACTIONS(1739), + [anon_sym_static_assert] = ACTIONS(1739), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1739), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), + [anon_sym_MOZ_COLD] = ACTIONS(1739), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_RAII] = ACTIONS(1739), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), }, - [1034] = { - [sym_identifier] = ACTIONS(1895), - [aux_sym_preproc_def_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token2] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), - [sym_preproc_directive] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1897), - [anon_sym_TILDE] = ACTIONS(1897), - [anon_sym_STAR] = ACTIONS(1897), - [anon_sym_AMP_AMP] = ACTIONS(1897), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_typedef] = ACTIONS(1895), - [anon_sym_extern] = ACTIONS(1895), - [anon_sym___attribute__] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1897), - [anon_sym___declspec] = ACTIONS(1895), - [anon_sym___based] = ACTIONS(1895), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_static] = ACTIONS(1895), - [anon_sym_register] = ACTIONS(1895), - [anon_sym_inline] = ACTIONS(1895), - [anon_sym_thread_local] = ACTIONS(1895), - [anon_sym_const] = ACTIONS(1895), - [anon_sym_volatile] = ACTIONS(1895), - [anon_sym_restrict] = ACTIONS(1895), - [anon_sym__Atomic] = ACTIONS(1895), - [anon_sym_mutable] = ACTIONS(1895), - [anon_sym_constexpr] = ACTIONS(1895), - [anon_sym_signed] = ACTIONS(1895), - [anon_sym_unsigned] = ACTIONS(1895), - [anon_sym_long] = ACTIONS(1895), - [anon_sym_short] = ACTIONS(1895), - [sym_primitive_type] = ACTIONS(1895), - [anon_sym_enum] = ACTIONS(1895), - [anon_sym_class] = ACTIONS(1895), - [anon_sym_struct] = ACTIONS(1895), - [anon_sym_union] = ACTIONS(1895), + [1017] = { + [sym_identifier] = ACTIONS(1899), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token2] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), + [aux_sym_preproc_else_token1] = ACTIONS(1899), + [aux_sym_preproc_elif_token1] = ACTIONS(1899), + [sym_preproc_directive] = ACTIONS(1899), + [anon_sym_LPAREN2] = ACTIONS(1901), + [anon_sym_TILDE] = ACTIONS(1901), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_AMP_AMP] = ACTIONS(1901), + [anon_sym_AMP] = ACTIONS(1899), + [anon_sym_typedef] = ACTIONS(1899), + [anon_sym_extern] = ACTIONS(1899), + [anon_sym___attribute__] = ACTIONS(1899), + [anon_sym_COLON_COLON] = ACTIONS(1901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), + [anon_sym___declspec] = ACTIONS(1899), + [anon_sym___based] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_register] = ACTIONS(1899), + [anon_sym_inline] = ACTIONS(1899), + [anon_sym_thread_local] = ACTIONS(1899), + [anon_sym_const] = ACTIONS(1899), + [anon_sym_volatile] = ACTIONS(1899), + [anon_sym_restrict] = ACTIONS(1899), + [anon_sym__Atomic] = ACTIONS(1899), + [anon_sym_mutable] = ACTIONS(1899), + [anon_sym_constexpr] = ACTIONS(1899), + [anon_sym_signed] = ACTIONS(1899), + [anon_sym_unsigned] = ACTIONS(1899), + [anon_sym_long] = ACTIONS(1899), + [anon_sym_short] = ACTIONS(1899), + [sym_primitive_type] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_union] = ACTIONS(1899), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1895), - [anon_sym_virtual] = ACTIONS(1895), - [anon_sym_explicit] = ACTIONS(1895), - [anon_sym_public] = ACTIONS(1895), - [anon_sym_private] = ACTIONS(1895), - [anon_sym_protected] = ACTIONS(1895), - [sym_auto] = ACTIONS(1895), - [anon_sym_typename] = ACTIONS(1895), - [anon_sym_template] = ACTIONS(1895), - [anon_sym_operator] = ACTIONS(1895), - [anon_sym_friend] = ACTIONS(1895), - [anon_sym_using] = ACTIONS(1895), - [anon_sym_static_assert] = ACTIONS(1895), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1895), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1895), - [anon_sym_MOZ_COLD] = ACTIONS(1895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL] = ACTIONS(1895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN] = ACTIONS(1895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1895), - [anon_sym_MOZ_RAII] = ACTIONS(1895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1895), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1895), + [anon_sym_decltype] = ACTIONS(1899), + [anon_sym_virtual] = ACTIONS(1899), + [anon_sym_explicit] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_protected] = ACTIONS(1899), + [sym_auto] = ACTIONS(1899), + [anon_sym_typename] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1899), + [anon_sym_operator] = ACTIONS(1899), + [anon_sym_friend] = ACTIONS(1899), + [anon_sym_using] = ACTIONS(1899), + [anon_sym_static_assert] = ACTIONS(1899), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), + [anon_sym_MOZ_COLD] = ACTIONS(1899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_RAII] = ACTIONS(1899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), }, - [1035] = { - [sym_identifier] = ACTIONS(1903), - [aux_sym_preproc_def_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token1] = ACTIONS(1903), - [aux_sym_preproc_if_token2] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1903), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1903), - [sym_preproc_directive] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_TILDE] = ACTIONS(1905), - [anon_sym_STAR] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_typedef] = ACTIONS(1903), - [anon_sym_extern] = ACTIONS(1903), - [anon_sym___attribute__] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1905), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1905), - [anon_sym___declspec] = ACTIONS(1903), - [anon_sym___based] = ACTIONS(1903), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_static] = ACTIONS(1903), - [anon_sym_register] = ACTIONS(1903), - [anon_sym_inline] = ACTIONS(1903), - [anon_sym_thread_local] = ACTIONS(1903), - [anon_sym_const] = ACTIONS(1903), - [anon_sym_volatile] = ACTIONS(1903), - [anon_sym_restrict] = ACTIONS(1903), - [anon_sym__Atomic] = ACTIONS(1903), - [anon_sym_mutable] = ACTIONS(1903), - [anon_sym_constexpr] = ACTIONS(1903), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [sym_primitive_type] = ACTIONS(1903), - [anon_sym_enum] = ACTIONS(1903), - [anon_sym_class] = ACTIONS(1903), - [anon_sym_struct] = ACTIONS(1903), - [anon_sym_union] = ACTIONS(1903), + [1018] = { + [sym_identifier] = ACTIONS(1755), + [aux_sym_preproc_def_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token2] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [aux_sym_preproc_else_token1] = ACTIONS(1755), + [aux_sym_preproc_elif_token1] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1755), + [anon_sym_LPAREN2] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_AMP_AMP] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1755), + [anon_sym_typedef] = ACTIONS(1755), + [anon_sym_extern] = ACTIONS(1755), + [anon_sym___attribute__] = ACTIONS(1755), + [anon_sym_COLON_COLON] = ACTIONS(1757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), + [anon_sym___declspec] = ACTIONS(1755), + [anon_sym___based] = ACTIONS(1755), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_static] = ACTIONS(1755), + [anon_sym_register] = ACTIONS(1755), + [anon_sym_inline] = ACTIONS(1755), + [anon_sym_thread_local] = ACTIONS(1755), + [anon_sym_const] = ACTIONS(1755), + [anon_sym_volatile] = ACTIONS(1755), + [anon_sym_restrict] = ACTIONS(1755), + [anon_sym__Atomic] = ACTIONS(1755), + [anon_sym_mutable] = ACTIONS(1755), + [anon_sym_constexpr] = ACTIONS(1755), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), + [sym_primitive_type] = ACTIONS(1755), + [anon_sym_enum] = ACTIONS(1755), + [anon_sym_class] = ACTIONS(1755), + [anon_sym_struct] = ACTIONS(1755), + [anon_sym_union] = ACTIONS(1755), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1903), - [anon_sym_virtual] = ACTIONS(1903), - [anon_sym_explicit] = ACTIONS(1903), - [anon_sym_public] = ACTIONS(1903), - [anon_sym_private] = ACTIONS(1903), - [anon_sym_protected] = ACTIONS(1903), - [sym_auto] = ACTIONS(1903), - [anon_sym_typename] = ACTIONS(1903), - [anon_sym_template] = ACTIONS(1903), - [anon_sym_operator] = ACTIONS(1903), - [anon_sym_friend] = ACTIONS(1903), - [anon_sym_using] = ACTIONS(1903), - [anon_sym_static_assert] = ACTIONS(1903), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1903), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1903), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1903), - [anon_sym_MOZ_COLD] = ACTIONS(1903), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1903), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1903), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1903), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1903), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1903), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1903), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1903), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1903), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1903), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1903), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1903), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1903), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL] = ACTIONS(1903), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1903), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1903), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN] = ACTIONS(1903), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1903), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1903), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1903), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1903), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1903), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1903), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1903), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1903), - [anon_sym_MOZ_RAII] = ACTIONS(1903), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1903), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1903), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1903), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1903), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1903), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1903), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1903), + [anon_sym_decltype] = ACTIONS(1755), + [anon_sym_virtual] = ACTIONS(1755), + [anon_sym_explicit] = ACTIONS(1755), + [anon_sym_public] = ACTIONS(1755), + [anon_sym_private] = ACTIONS(1755), + [anon_sym_protected] = ACTIONS(1755), + [sym_auto] = ACTIONS(1755), + [anon_sym_typename] = ACTIONS(1755), + [anon_sym_template] = ACTIONS(1755), + [anon_sym_operator] = ACTIONS(1755), + [anon_sym_friend] = ACTIONS(1755), + [anon_sym_using] = ACTIONS(1755), + [anon_sym_static_assert] = ACTIONS(1755), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1755), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), + [anon_sym_MOZ_COLD] = ACTIONS(1755), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_RAII] = ACTIONS(1755), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), }, - [1036] = { - [sym_identifier] = ACTIONS(1699), - [aux_sym_preproc_def_token1] = ACTIONS(1699), - [aux_sym_preproc_if_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), - [sym_preproc_directive] = ACTIONS(1699), - [anon_sym_LPAREN2] = ACTIONS(1701), - [anon_sym_TILDE] = ACTIONS(1701), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_AMP_AMP] = ACTIONS(1701), - [anon_sym_AMP] = ACTIONS(1699), - [anon_sym_typedef] = ACTIONS(1699), - [anon_sym_extern] = ACTIONS(1699), - [anon_sym___attribute__] = ACTIONS(1699), - [anon_sym_COLON_COLON] = ACTIONS(1701), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), - [anon_sym___declspec] = ACTIONS(1699), - [anon_sym___based] = ACTIONS(1699), - [anon_sym_RBRACE] = ACTIONS(1701), - [anon_sym_LBRACK] = ACTIONS(1699), - [anon_sym_static] = ACTIONS(1699), - [anon_sym_register] = ACTIONS(1699), - [anon_sym_inline] = ACTIONS(1699), - [anon_sym_thread_local] = ACTIONS(1699), - [anon_sym_const] = ACTIONS(1699), - [anon_sym_volatile] = ACTIONS(1699), - [anon_sym_restrict] = ACTIONS(1699), - [anon_sym__Atomic] = ACTIONS(1699), - [anon_sym_mutable] = ACTIONS(1699), - [anon_sym_constexpr] = ACTIONS(1699), - [anon_sym_signed] = ACTIONS(1699), - [anon_sym_unsigned] = ACTIONS(1699), - [anon_sym_long] = ACTIONS(1699), - [anon_sym_short] = ACTIONS(1699), - [sym_primitive_type] = ACTIONS(1699), - [anon_sym_enum] = ACTIONS(1699), - [anon_sym_class] = ACTIONS(1699), - [anon_sym_struct] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), + [1019] = { + [sym_attribute_declaration] = STATE(1019), + [sym_compound_statement] = STATE(374), + [sym_attributed_statement] = STATE(374), + [sym_labeled_statement] = STATE(374), + [sym_expression_statement] = STATE(374), + [sym_if_statement] = STATE(374), + [sym_switch_statement] = STATE(374), + [sym_case_statement] = STATE(374), + [sym_while_statement] = STATE(374), + [sym_do_statement] = STATE(374), + [sym_for_statement] = STATE(374), + [sym_return_statement] = STATE(374), + [sym_break_statement] = STATE(374), + [sym_continue_statement] = STATE(374), + [sym_goto_statement] = STATE(374), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(374), + [sym_co_return_statement] = STATE(374), + [sym_co_yield_statement] = STATE(374), + [sym_throw_statement] = STATE(374), + [sym_try_statement] = STATE(374), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1019), + [sym_identifier] = ACTIONS(2974), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2642), + [anon_sym_TILDE] = ACTIONS(2642), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2648), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2977), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2663), + [sym_primitive_type] = ACTIONS(2666), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_switch] = ACTIONS(2986), + [anon_sym_case] = ACTIONS(2989), + [anon_sym_default] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2995), + [anon_sym_do] = ACTIONS(2998), + [anon_sym_for] = ACTIONS(3001), + [anon_sym_return] = ACTIONS(3004), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3010), + [anon_sym_goto] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2705), + [sym_number_literal] = ACTIONS(2708), + [anon_sym_L_SQUOTE] = ACTIONS(2711), + [anon_sym_u_SQUOTE] = ACTIONS(2711), + [anon_sym_U_SQUOTE] = ACTIONS(2711), + [anon_sym_u8_SQUOTE] = ACTIONS(2711), + [anon_sym_SQUOTE] = ACTIONS(2711), + [anon_sym_L_DQUOTE] = ACTIONS(2714), + [anon_sym_u_DQUOTE] = ACTIONS(2714), + [anon_sym_U_DQUOTE] = ACTIONS(2714), + [anon_sym_u8_DQUOTE] = ACTIONS(2714), + [anon_sym_DQUOTE] = ACTIONS(2714), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_null] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2723), + [anon_sym_throw] = ACTIONS(3016), + [anon_sym_co_return] = ACTIONS(3019), + [anon_sym_co_yield] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3025), + [anon_sym_co_await] = ACTIONS(2738), + [anon_sym_new] = ACTIONS(2741), + [sym_this] = ACTIONS(2717), + [sym_nullptr] = ACTIONS(2717), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_FORWARD] = ACTIONS(2744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_PS_GET] = ACTIONS(2744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2744), + [sym_raw_string_literal] = ACTIONS(2747), + }, + [1020] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(120), + [sym_attributed_statement] = STATE(121), + [sym_labeled_statement] = STATE(122), + [sym_expression_statement] = STATE(123), + [sym_if_statement] = STATE(124), + [sym_switch_statement] = STATE(126), + [sym_case_statement] = STATE(153), + [sym_while_statement] = STATE(113), + [sym_do_statement] = STATE(130), + [sym_for_statement] = STATE(131), + [sym_return_statement] = STATE(132), + [sym_break_statement] = STATE(133), + [sym_continue_statement] = STATE(134), + [sym_goto_statement] = STATE(135), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(136), + [sym_co_return_statement] = STATE(138), + [sym_co_yield_statement] = STATE(139), + [sym_throw_statement] = STATE(141), + [sym_try_statement] = STATE(147), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1699), - [anon_sym_virtual] = ACTIONS(1699), - [anon_sym_explicit] = ACTIONS(1699), - [anon_sym_public] = ACTIONS(1699), - [anon_sym_private] = ACTIONS(1699), - [anon_sym_protected] = ACTIONS(1699), - [sym_auto] = ACTIONS(1699), - [anon_sym_typename] = ACTIONS(1699), - [anon_sym_template] = ACTIONS(1699), - [anon_sym_operator] = ACTIONS(1699), - [anon_sym_friend] = ACTIONS(1699), - [anon_sym_using] = ACTIONS(1699), - [anon_sym_static_assert] = ACTIONS(1699), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1699), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), - [anon_sym_MOZ_COLD] = ACTIONS(1699), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL] = ACTIONS(1699), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN] = ACTIONS(1699), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), - [anon_sym_MOZ_RAII] = ACTIONS(1699), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1037] = { - [sym_identifier] = ACTIONS(1851), - [aux_sym_preproc_def_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token1] = ACTIONS(1851), - [aux_sym_preproc_if_token2] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1851), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1851), - [anon_sym_LPAREN2] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_AMP_AMP] = ACTIONS(1853), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym___attribute__] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1853), - [anon_sym___declspec] = ACTIONS(1851), - [anon_sym___based] = ACTIONS(1851), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_thread_local] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym__Atomic] = ACTIONS(1851), - [anon_sym_mutable] = ACTIONS(1851), - [anon_sym_constexpr] = ACTIONS(1851), - [anon_sym_signed] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_class] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), + [1021] = { + [sym_identifier] = ACTIONS(1759), + [aux_sym_preproc_def_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token2] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), + [aux_sym_preproc_else_token1] = ACTIONS(1759), + [aux_sym_preproc_elif_token1] = ACTIONS(1759), + [sym_preproc_directive] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1761), + [anon_sym_TILDE] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_AMP_AMP] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_typedef] = ACTIONS(1759), + [anon_sym_extern] = ACTIONS(1759), + [anon_sym___attribute__] = ACTIONS(1759), + [anon_sym_COLON_COLON] = ACTIONS(1761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), + [anon_sym___declspec] = ACTIONS(1759), + [anon_sym___based] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_static] = ACTIONS(1759), + [anon_sym_register] = ACTIONS(1759), + [anon_sym_inline] = ACTIONS(1759), + [anon_sym_thread_local] = ACTIONS(1759), + [anon_sym_const] = ACTIONS(1759), + [anon_sym_volatile] = ACTIONS(1759), + [anon_sym_restrict] = ACTIONS(1759), + [anon_sym__Atomic] = ACTIONS(1759), + [anon_sym_mutable] = ACTIONS(1759), + [anon_sym_constexpr] = ACTIONS(1759), + [anon_sym_signed] = ACTIONS(1759), + [anon_sym_unsigned] = ACTIONS(1759), + [anon_sym_long] = ACTIONS(1759), + [anon_sym_short] = ACTIONS(1759), + [sym_primitive_type] = ACTIONS(1759), + [anon_sym_enum] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1759), + [anon_sym_struct] = ACTIONS(1759), + [anon_sym_union] = ACTIONS(1759), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1851), - [anon_sym_virtual] = ACTIONS(1851), - [anon_sym_explicit] = ACTIONS(1851), - [anon_sym_public] = ACTIONS(1851), - [anon_sym_private] = ACTIONS(1851), - [anon_sym_protected] = ACTIONS(1851), - [sym_auto] = ACTIONS(1851), - [anon_sym_typename] = ACTIONS(1851), - [anon_sym_template] = ACTIONS(1851), - [anon_sym_operator] = ACTIONS(1851), - [anon_sym_friend] = ACTIONS(1851), - [anon_sym_using] = ACTIONS(1851), - [anon_sym_static_assert] = ACTIONS(1851), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1851), - [anon_sym_MOZ_COLD] = ACTIONS(1851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1851), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1851), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL] = ACTIONS(1851), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN] = ACTIONS(1851), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1851), - [anon_sym_MOZ_RAII] = ACTIONS(1851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1851), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1851), + [anon_sym_decltype] = ACTIONS(1759), + [anon_sym_virtual] = ACTIONS(1759), + [anon_sym_explicit] = ACTIONS(1759), + [anon_sym_public] = ACTIONS(1759), + [anon_sym_private] = ACTIONS(1759), + [anon_sym_protected] = ACTIONS(1759), + [sym_auto] = ACTIONS(1759), + [anon_sym_typename] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1759), + [anon_sym_operator] = ACTIONS(1759), + [anon_sym_friend] = ACTIONS(1759), + [anon_sym_using] = ACTIONS(1759), + [anon_sym_static_assert] = ACTIONS(1759), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1759), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), + [anon_sym_MOZ_COLD] = ACTIONS(1759), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_RAII] = ACTIONS(1759), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), }, - [1038] = { - [sym_identifier] = ACTIONS(1811), - [aux_sym_preproc_def_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), - [sym_preproc_directive] = ACTIONS(1811), - [anon_sym_LPAREN2] = ACTIONS(1813), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_typedef] = ACTIONS(1811), - [anon_sym_extern] = ACTIONS(1811), - [anon_sym___attribute__] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1813), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), - [anon_sym___declspec] = ACTIONS(1811), - [anon_sym___based] = ACTIONS(1811), - [anon_sym_RBRACE] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_register] = ACTIONS(1811), - [anon_sym_inline] = ACTIONS(1811), - [anon_sym_thread_local] = ACTIONS(1811), - [anon_sym_const] = ACTIONS(1811), - [anon_sym_volatile] = ACTIONS(1811), - [anon_sym_restrict] = ACTIONS(1811), - [anon_sym__Atomic] = ACTIONS(1811), - [anon_sym_mutable] = ACTIONS(1811), - [anon_sym_constexpr] = ACTIONS(1811), - [anon_sym_signed] = ACTIONS(1811), - [anon_sym_unsigned] = ACTIONS(1811), - [anon_sym_long] = ACTIONS(1811), - [anon_sym_short] = ACTIONS(1811), - [sym_primitive_type] = ACTIONS(1811), - [anon_sym_enum] = ACTIONS(1811), - [anon_sym_class] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1811), - [anon_sym_union] = ACTIONS(1811), + [1022] = { + [sym_identifier] = ACTIONS(1763), + [aux_sym_preproc_def_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token2] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), + [aux_sym_preproc_else_token1] = ACTIONS(1763), + [aux_sym_preproc_elif_token1] = ACTIONS(1763), + [sym_preproc_directive] = ACTIONS(1763), + [anon_sym_LPAREN2] = ACTIONS(1765), + [anon_sym_TILDE] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_AMP_AMP] = ACTIONS(1765), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_typedef] = ACTIONS(1763), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym_COLON_COLON] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym___based] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym_mutable] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1811), - [anon_sym_virtual] = ACTIONS(1811), - [anon_sym_explicit] = ACTIONS(1811), - [anon_sym_public] = ACTIONS(1811), - [anon_sym_private] = ACTIONS(1811), - [anon_sym_protected] = ACTIONS(1811), - [sym_auto] = ACTIONS(1811), - [anon_sym_typename] = ACTIONS(1811), - [anon_sym_template] = ACTIONS(1811), - [anon_sym_operator] = ACTIONS(1811), - [anon_sym_friend] = ACTIONS(1811), - [anon_sym_using] = ACTIONS(1811), - [anon_sym_static_assert] = ACTIONS(1811), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1811), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), - [anon_sym_MOZ_COLD] = ACTIONS(1811), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_RAII] = ACTIONS(1811), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), + [anon_sym_decltype] = ACTIONS(1763), + [anon_sym_virtual] = ACTIONS(1763), + [anon_sym_explicit] = ACTIONS(1763), + [anon_sym_public] = ACTIONS(1763), + [anon_sym_private] = ACTIONS(1763), + [anon_sym_protected] = ACTIONS(1763), + [sym_auto] = ACTIONS(1763), + [anon_sym_typename] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1763), + [anon_sym_operator] = ACTIONS(1763), + [anon_sym_friend] = ACTIONS(1763), + [anon_sym_using] = ACTIONS(1763), + [anon_sym_static_assert] = ACTIONS(1763), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1763), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), + [anon_sym_MOZ_COLD] = ACTIONS(1763), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_RAII] = ACTIONS(1763), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), }, - [1039] = { - [sym_identifier] = ACTIONS(1843), - [aux_sym_preproc_def_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token1] = ACTIONS(1843), - [aux_sym_preproc_if_token2] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), - [sym_preproc_directive] = ACTIONS(1843), - [anon_sym_LPAREN2] = ACTIONS(1845), - [anon_sym_TILDE] = ACTIONS(1845), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_AMP_AMP] = ACTIONS(1845), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_typedef] = ACTIONS(1843), - [anon_sym_extern] = ACTIONS(1843), - [anon_sym___attribute__] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), - [anon_sym___declspec] = ACTIONS(1843), - [anon_sym___based] = ACTIONS(1843), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_static] = ACTIONS(1843), - [anon_sym_register] = ACTIONS(1843), - [anon_sym_inline] = ACTIONS(1843), - [anon_sym_thread_local] = ACTIONS(1843), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym_mutable] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_signed] = ACTIONS(1843), - [anon_sym_unsigned] = ACTIONS(1843), - [anon_sym_long] = ACTIONS(1843), - [anon_sym_short] = ACTIONS(1843), - [sym_primitive_type] = ACTIONS(1843), - [anon_sym_enum] = ACTIONS(1843), - [anon_sym_class] = ACTIONS(1843), - [anon_sym_struct] = ACTIONS(1843), - [anon_sym_union] = ACTIONS(1843), + [1023] = { + [sym_identifier] = ACTIONS(2582), + [aux_sym_preproc_def_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token2] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2582), + [aux_sym_preproc_else_token1] = ACTIONS(2582), + [aux_sym_preproc_elif_token1] = ACTIONS(2582), + [sym_preproc_directive] = ACTIONS(2582), + [anon_sym_LPAREN2] = ACTIONS(2584), + [anon_sym_TILDE] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2584), + [anon_sym_AMP_AMP] = ACTIONS(2584), + [anon_sym_AMP] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2582), + [anon_sym_extern] = ACTIONS(2582), + [anon_sym___attribute__] = ACTIONS(2582), + [anon_sym_COLON_COLON] = ACTIONS(2584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2584), + [anon_sym___declspec] = ACTIONS(2582), + [anon_sym___based] = ACTIONS(2582), + [anon_sym_LBRACK] = ACTIONS(2582), + [anon_sym_static] = ACTIONS(2582), + [anon_sym_register] = ACTIONS(2582), + [anon_sym_inline] = ACTIONS(2582), + [anon_sym_thread_local] = ACTIONS(2582), + [anon_sym_const] = ACTIONS(2582), + [anon_sym_volatile] = ACTIONS(2582), + [anon_sym_restrict] = ACTIONS(2582), + [anon_sym__Atomic] = ACTIONS(2582), + [anon_sym_mutable] = ACTIONS(2582), + [anon_sym_constexpr] = ACTIONS(2582), + [anon_sym_signed] = ACTIONS(2582), + [anon_sym_unsigned] = ACTIONS(2582), + [anon_sym_long] = ACTIONS(2582), + [anon_sym_short] = ACTIONS(2582), + [sym_primitive_type] = ACTIONS(2582), + [anon_sym_enum] = ACTIONS(2582), + [anon_sym_class] = ACTIONS(2582), + [anon_sym_struct] = ACTIONS(2582), + [anon_sym_union] = ACTIONS(2582), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2582), + [anon_sym_virtual] = ACTIONS(2582), + [anon_sym_explicit] = ACTIONS(2582), + [anon_sym_public] = ACTIONS(2582), + [anon_sym_private] = ACTIONS(2582), + [anon_sym_protected] = ACTIONS(2582), + [sym_auto] = ACTIONS(2582), + [anon_sym_typename] = ACTIONS(2582), + [anon_sym_template] = ACTIONS(2582), + [anon_sym_operator] = ACTIONS(2582), + [anon_sym_friend] = ACTIONS(2582), + [anon_sym_using] = ACTIONS(2582), + [anon_sym_static_assert] = ACTIONS(2582), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2582), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2582), + [anon_sym_MOZ_COLD] = ACTIONS(2582), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2582), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2582), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2582), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2582), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2582), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2582), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2582), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2582), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2582), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2582), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2582), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2582), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_RAII] = ACTIONS(2582), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2582), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2582), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2582), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2582), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2582), + }, + [1024] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(5259), + [sym_attributed_statement] = STATE(5259), + [sym_labeled_statement] = STATE(5259), + [sym_expression_statement] = STATE(5259), + [sym_if_statement] = STATE(5259), + [sym_switch_statement] = STATE(5259), + [sym_case_statement] = STATE(5259), + [sym_while_statement] = STATE(5259), + [sym_do_statement] = STATE(5259), + [sym_for_statement] = STATE(5259), + [sym_return_statement] = STATE(5259), + [sym_break_statement] = STATE(5259), + [sym_continue_statement] = STATE(5259), + [sym_goto_statement] = STATE(5259), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(5259), + [sym_co_return_statement] = STATE(5259), + [sym_co_yield_statement] = STATE(5259), + [sym_throw_statement] = STATE(5259), + [sym_try_statement] = STATE(5259), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1843), - [anon_sym_virtual] = ACTIONS(1843), - [anon_sym_explicit] = ACTIONS(1843), - [anon_sym_public] = ACTIONS(1843), - [anon_sym_private] = ACTIONS(1843), - [anon_sym_protected] = ACTIONS(1843), - [sym_auto] = ACTIONS(1843), - [anon_sym_typename] = ACTIONS(1843), - [anon_sym_template] = ACTIONS(1843), - [anon_sym_operator] = ACTIONS(1843), - [anon_sym_friend] = ACTIONS(1843), - [anon_sym_using] = ACTIONS(1843), - [anon_sym_static_assert] = ACTIONS(1843), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), - [anon_sym_MOZ_COLD] = ACTIONS(1843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL] = ACTIONS(1843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN] = ACTIONS(1843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), - [anon_sym_MOZ_RAII] = ACTIONS(1843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1040] = { - [sym_identifier] = ACTIONS(1839), - [aux_sym_preproc_def_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token1] = ACTIONS(1839), - [aux_sym_preproc_if_token2] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), - [sym_preproc_directive] = ACTIONS(1839), - [anon_sym_LPAREN2] = ACTIONS(1841), - [anon_sym_TILDE] = ACTIONS(1841), - [anon_sym_STAR] = ACTIONS(1841), - [anon_sym_AMP_AMP] = ACTIONS(1841), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_typedef] = ACTIONS(1839), - [anon_sym_extern] = ACTIONS(1839), - [anon_sym___attribute__] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), - [anon_sym___declspec] = ACTIONS(1839), - [anon_sym___based] = ACTIONS(1839), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_register] = ACTIONS(1839), - [anon_sym_inline] = ACTIONS(1839), - [anon_sym_thread_local] = ACTIONS(1839), - [anon_sym_const] = ACTIONS(1839), - [anon_sym_volatile] = ACTIONS(1839), - [anon_sym_restrict] = ACTIONS(1839), - [anon_sym__Atomic] = ACTIONS(1839), - [anon_sym_mutable] = ACTIONS(1839), - [anon_sym_constexpr] = ACTIONS(1839), - [anon_sym_signed] = ACTIONS(1839), - [anon_sym_unsigned] = ACTIONS(1839), - [anon_sym_long] = ACTIONS(1839), - [anon_sym_short] = ACTIONS(1839), - [sym_primitive_type] = ACTIONS(1839), - [anon_sym_enum] = ACTIONS(1839), - [anon_sym_class] = ACTIONS(1839), - [anon_sym_struct] = ACTIONS(1839), - [anon_sym_union] = ACTIONS(1839), + [1025] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(163), + [sym_attributed_statement] = STATE(163), + [sym_labeled_statement] = STATE(163), + [sym_expression_statement] = STATE(163), + [sym_if_statement] = STATE(163), + [sym_switch_statement] = STATE(163), + [sym_case_statement] = STATE(163), + [sym_while_statement] = STATE(163), + [sym_do_statement] = STATE(163), + [sym_for_statement] = STATE(163), + [sym_return_statement] = STATE(163), + [sym_break_statement] = STATE(163), + [sym_continue_statement] = STATE(163), + [sym_goto_statement] = STATE(163), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(163), + [sym_co_return_statement] = STATE(163), + [sym_co_yield_statement] = STATE(163), + [sym_throw_statement] = STATE(163), + [sym_try_statement] = STATE(163), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1839), - [anon_sym_virtual] = ACTIONS(1839), - [anon_sym_explicit] = ACTIONS(1839), - [anon_sym_public] = ACTIONS(1839), - [anon_sym_private] = ACTIONS(1839), - [anon_sym_protected] = ACTIONS(1839), - [sym_auto] = ACTIONS(1839), - [anon_sym_typename] = ACTIONS(1839), - [anon_sym_template] = ACTIONS(1839), - [anon_sym_operator] = ACTIONS(1839), - [anon_sym_friend] = ACTIONS(1839), - [anon_sym_using] = ACTIONS(1839), - [anon_sym_static_assert] = ACTIONS(1839), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1839), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), - [anon_sym_MOZ_COLD] = ACTIONS(1839), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL] = ACTIONS(1839), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN] = ACTIONS(1839), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), - [anon_sym_MOZ_RAII] = ACTIONS(1839), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1041] = { - [sym_identifier] = ACTIONS(1835), - [aux_sym_preproc_def_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token1] = ACTIONS(1835), - [aux_sym_preproc_if_token2] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), - [sym_preproc_directive] = ACTIONS(1835), - [anon_sym_LPAREN2] = ACTIONS(1837), - [anon_sym_TILDE] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym_typedef] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_COLON_COLON] = ACTIONS(1837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym_mutable] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_signed] = ACTIONS(1835), - [anon_sym_unsigned] = ACTIONS(1835), - [anon_sym_long] = ACTIONS(1835), - [anon_sym_short] = ACTIONS(1835), - [sym_primitive_type] = ACTIONS(1835), - [anon_sym_enum] = ACTIONS(1835), - [anon_sym_class] = ACTIONS(1835), - [anon_sym_struct] = ACTIONS(1835), - [anon_sym_union] = ACTIONS(1835), + [1026] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(161), + [sym_attributed_statement] = STATE(161), + [sym_labeled_statement] = STATE(161), + [sym_expression_statement] = STATE(161), + [sym_if_statement] = STATE(161), + [sym_switch_statement] = STATE(161), + [sym_case_statement] = STATE(161), + [sym_while_statement] = STATE(161), + [sym_do_statement] = STATE(161), + [sym_for_statement] = STATE(161), + [sym_return_statement] = STATE(161), + [sym_break_statement] = STATE(161), + [sym_continue_statement] = STATE(161), + [sym_goto_statement] = STATE(161), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(161), + [sym_co_return_statement] = STATE(161), + [sym_co_yield_statement] = STATE(161), + [sym_throw_statement] = STATE(161), + [sym_try_statement] = STATE(161), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1835), - [anon_sym_virtual] = ACTIONS(1835), - [anon_sym_explicit] = ACTIONS(1835), - [anon_sym_public] = ACTIONS(1835), - [anon_sym_private] = ACTIONS(1835), - [anon_sym_protected] = ACTIONS(1835), - [sym_auto] = ACTIONS(1835), - [anon_sym_typename] = ACTIONS(1835), - [anon_sym_template] = ACTIONS(1835), - [anon_sym_operator] = ACTIONS(1835), - [anon_sym_friend] = ACTIONS(1835), - [anon_sym_using] = ACTIONS(1835), - [anon_sym_static_assert] = ACTIONS(1835), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1835), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), - [anon_sym_MOZ_COLD] = ACTIONS(1835), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL] = ACTIONS(1835), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN] = ACTIONS(1835), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), - [anon_sym_MOZ_RAII] = ACTIONS(1835), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1042] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2634), - [anon_sym_STAR] = ACTIONS(2634), - [anon_sym_AMP_AMP] = ACTIONS(2634), - [anon_sym_AMP] = ACTIONS(2632), - [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_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_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), + [1027] = { + [sym_identifier] = ACTIONS(1803), + [aux_sym_preproc_def_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token2] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), + [aux_sym_preproc_else_token1] = ACTIONS(1803), + [aux_sym_preproc_elif_token1] = ACTIONS(1803), + [sym_preproc_directive] = ACTIONS(1803), + [anon_sym_LPAREN2] = ACTIONS(1805), + [anon_sym_TILDE] = ACTIONS(1805), + [anon_sym_STAR] = ACTIONS(1805), + [anon_sym_AMP_AMP] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1803), + [anon_sym___attribute__] = ACTIONS(1803), + [anon_sym_COLON_COLON] = ACTIONS(1805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), + [anon_sym___declspec] = ACTIONS(1803), + [anon_sym___based] = ACTIONS(1803), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_register] = ACTIONS(1803), + [anon_sym_inline] = ACTIONS(1803), + [anon_sym_thread_local] = ACTIONS(1803), + [anon_sym_const] = ACTIONS(1803), + [anon_sym_volatile] = ACTIONS(1803), + [anon_sym_restrict] = ACTIONS(1803), + [anon_sym__Atomic] = ACTIONS(1803), + [anon_sym_mutable] = ACTIONS(1803), + [anon_sym_constexpr] = ACTIONS(1803), + [anon_sym_signed] = ACTIONS(1803), + [anon_sym_unsigned] = ACTIONS(1803), + [anon_sym_long] = ACTIONS(1803), + [anon_sym_short] = ACTIONS(1803), + [sym_primitive_type] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_union] = ACTIONS(1803), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2632), - [anon_sym_virtual] = ACTIONS(2632), - [anon_sym_explicit] = ACTIONS(2632), - [anon_sym_public] = ACTIONS(2632), - [anon_sym_private] = ACTIONS(2632), - [anon_sym_protected] = ACTIONS(2632), - [sym_auto] = ACTIONS(2632), - [anon_sym_typename] = ACTIONS(2632), - [anon_sym_template] = ACTIONS(2632), - [anon_sym_operator] = ACTIONS(2632), - [anon_sym_friend] = ACTIONS(2632), - [anon_sym_using] = ACTIONS(2632), - [anon_sym_static_assert] = ACTIONS(2632), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2632), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2632), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2632), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2632), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2632), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2632), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2632), - [anon_sym_MOZ_COLD] = ACTIONS(2632), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2632), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2632), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2632), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2632), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2632), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2632), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2632), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2632), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2632), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2632), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2632), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2632), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2632), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2632), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2632), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2632), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2632), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_NONNULL] = ACTIONS(2632), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2632), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2632), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2632), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2632), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2632), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_NORETURN] = ACTIONS(2632), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2632), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2632), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2632), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), - [anon_sym_MOZ_RAII] = ACTIONS(2632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2632), + [anon_sym_decltype] = ACTIONS(1803), + [anon_sym_virtual] = ACTIONS(1803), + [anon_sym_explicit] = ACTIONS(1803), + [anon_sym_public] = ACTIONS(1803), + [anon_sym_private] = ACTIONS(1803), + [anon_sym_protected] = ACTIONS(1803), + [sym_auto] = ACTIONS(1803), + [anon_sym_typename] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1803), + [anon_sym_operator] = ACTIONS(1803), + [anon_sym_friend] = ACTIONS(1803), + [anon_sym_using] = ACTIONS(1803), + [anon_sym_static_assert] = ACTIONS(1803), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1803), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), + [anon_sym_MOZ_COLD] = ACTIONS(1803), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_RAII] = ACTIONS(1803), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), }, - [1043] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2650), - [anon_sym_STAR] = ACTIONS(2650), - [anon_sym_AMP_AMP] = ACTIONS(2650), - [anon_sym_AMP] = ACTIONS(2648), - [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_RBRACE] = 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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2648), - [anon_sym_virtual] = ACTIONS(2648), - [anon_sym_explicit] = ACTIONS(2648), - [anon_sym_public] = ACTIONS(2648), - [anon_sym_private] = ACTIONS(2648), - [anon_sym_protected] = ACTIONS(2648), - [sym_auto] = ACTIONS(2648), - [anon_sym_typename] = ACTIONS(2648), - [anon_sym_template] = ACTIONS(2648), - [anon_sym_operator] = ACTIONS(2648), - [anon_sym_friend] = ACTIONS(2648), - [anon_sym_using] = ACTIONS(2648), - [anon_sym_static_assert] = ACTIONS(2648), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2648), - [anon_sym_MOZ_COLD] = ACTIONS(2648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_NONNULL] = ACTIONS(2648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_NORETURN] = ACTIONS(2648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2648), - [anon_sym_MOZ_RAII] = ACTIONS(2648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2648), + [1028] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(278), + [sym_attributed_statement] = STATE(278), + [sym_labeled_statement] = STATE(278), + [sym_expression_statement] = STATE(278), + [sym_if_statement] = STATE(278), + [sym_switch_statement] = STATE(278), + [sym_case_statement] = STATE(278), + [sym_while_statement] = STATE(278), + [sym_do_statement] = STATE(278), + [sym_for_statement] = STATE(278), + [sym_return_statement] = STATE(278), + [sym_break_statement] = STATE(278), + [sym_continue_statement] = STATE(278), + [sym_goto_statement] = STATE(278), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(278), + [sym_co_return_statement] = STATE(278), + [sym_co_yield_statement] = STATE(278), + [sym_throw_statement] = STATE(278), + [sym_try_statement] = STATE(278), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1044] = { - [sym_identifier] = ACTIONS(1791), - [aux_sym_preproc_def_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token1] = ACTIONS(1791), - [aux_sym_preproc_if_token2] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1791), - [sym_preproc_directive] = ACTIONS(1791), - [anon_sym_LPAREN2] = ACTIONS(1793), - [anon_sym_TILDE] = ACTIONS(1793), - [anon_sym_STAR] = ACTIONS(1793), - [anon_sym_AMP_AMP] = ACTIONS(1793), - [anon_sym_AMP] = ACTIONS(1791), - [anon_sym_typedef] = ACTIONS(1791), - [anon_sym_extern] = ACTIONS(1791), - [anon_sym___attribute__] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1793), - [anon_sym___declspec] = ACTIONS(1791), - [anon_sym___based] = ACTIONS(1791), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_static] = ACTIONS(1791), - [anon_sym_register] = ACTIONS(1791), - [anon_sym_inline] = ACTIONS(1791), - [anon_sym_thread_local] = ACTIONS(1791), - [anon_sym_const] = ACTIONS(1791), - [anon_sym_volatile] = ACTIONS(1791), - [anon_sym_restrict] = ACTIONS(1791), - [anon_sym__Atomic] = ACTIONS(1791), - [anon_sym_mutable] = ACTIONS(1791), - [anon_sym_constexpr] = ACTIONS(1791), - [anon_sym_signed] = ACTIONS(1791), - [anon_sym_unsigned] = ACTIONS(1791), - [anon_sym_long] = ACTIONS(1791), - [anon_sym_short] = ACTIONS(1791), - [sym_primitive_type] = ACTIONS(1791), - [anon_sym_enum] = ACTIONS(1791), - [anon_sym_class] = ACTIONS(1791), - [anon_sym_struct] = ACTIONS(1791), - [anon_sym_union] = ACTIONS(1791), + [1029] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(279), + [sym_attributed_statement] = STATE(279), + [sym_labeled_statement] = STATE(279), + [sym_expression_statement] = STATE(279), + [sym_if_statement] = STATE(279), + [sym_switch_statement] = STATE(279), + [sym_case_statement] = STATE(279), + [sym_while_statement] = STATE(279), + [sym_do_statement] = STATE(279), + [sym_for_statement] = STATE(279), + [sym_return_statement] = STATE(279), + [sym_break_statement] = STATE(279), + [sym_continue_statement] = STATE(279), + [sym_goto_statement] = STATE(279), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(279), + [sym_co_return_statement] = STATE(279), + [sym_co_yield_statement] = STATE(279), + [sym_throw_statement] = STATE(279), + [sym_try_statement] = STATE(279), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1791), - [anon_sym_virtual] = ACTIONS(1791), - [anon_sym_explicit] = ACTIONS(1791), - [anon_sym_public] = ACTIONS(1791), - [anon_sym_private] = ACTIONS(1791), - [anon_sym_protected] = ACTIONS(1791), - [sym_auto] = ACTIONS(1791), - [anon_sym_typename] = ACTIONS(1791), - [anon_sym_template] = ACTIONS(1791), - [anon_sym_operator] = ACTIONS(1791), - [anon_sym_friend] = ACTIONS(1791), - [anon_sym_using] = ACTIONS(1791), - [anon_sym_static_assert] = ACTIONS(1791), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1791), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1791), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1791), - [anon_sym_MOZ_COLD] = ACTIONS(1791), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1791), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1791), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1791), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1791), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1791), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1791), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1791), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1791), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1791), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1791), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1791), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1791), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL] = ACTIONS(1791), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1791), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1791), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN] = ACTIONS(1791), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1791), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1791), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1791), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1791), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1791), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1791), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1791), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1791), - [anon_sym_MOZ_RAII] = ACTIONS(1791), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1791), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1791), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1791), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1791), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1791), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1791), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1791), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1045] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2646), - [anon_sym_AMP_AMP] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2644), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2644), - [anon_sym_virtual] = ACTIONS(2644), - [anon_sym_explicit] = ACTIONS(2644), - [anon_sym_public] = ACTIONS(2644), - [anon_sym_private] = ACTIONS(2644), - [anon_sym_protected] = ACTIONS(2644), - [sym_auto] = ACTIONS(2644), - [anon_sym_typename] = ACTIONS(2644), - [anon_sym_template] = ACTIONS(2644), - [anon_sym_operator] = ACTIONS(2644), - [anon_sym_friend] = ACTIONS(2644), - [anon_sym_using] = ACTIONS(2644), - [anon_sym_static_assert] = ACTIONS(2644), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2644), - [anon_sym_MOZ_COLD] = ACTIONS(2644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_NONNULL] = ACTIONS(2644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_NORETURN] = ACTIONS(2644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2644), - [anon_sym_MOZ_RAII] = ACTIONS(2644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2644), + [1030] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(281), + [sym_attributed_statement] = STATE(281), + [sym_labeled_statement] = STATE(281), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(281), + [sym_switch_statement] = STATE(281), + [sym_case_statement] = STATE(281), + [sym_while_statement] = STATE(281), + [sym_do_statement] = STATE(281), + [sym_for_statement] = STATE(281), + [sym_return_statement] = STATE(281), + [sym_break_statement] = STATE(281), + [sym_continue_statement] = STATE(281), + [sym_goto_statement] = STATE(281), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(281), + [sym_co_return_statement] = STATE(281), + [sym_co_yield_statement] = STATE(281), + [sym_throw_statement] = STATE(281), + [sym_try_statement] = STATE(281), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1046] = { - [sym_identifier] = ACTIONS(1787), - [aux_sym_preproc_def_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token1] = ACTIONS(1787), - [aux_sym_preproc_if_token2] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), - [sym_preproc_directive] = ACTIONS(1787), - [anon_sym_LPAREN2] = ACTIONS(1789), - [anon_sym_TILDE] = ACTIONS(1789), - [anon_sym_STAR] = ACTIONS(1789), - [anon_sym_AMP_AMP] = ACTIONS(1789), - [anon_sym_AMP] = ACTIONS(1787), - [anon_sym_typedef] = ACTIONS(1787), - [anon_sym_extern] = ACTIONS(1787), - [anon_sym___attribute__] = ACTIONS(1787), - [anon_sym_COLON_COLON] = ACTIONS(1789), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), - [anon_sym___declspec] = ACTIONS(1787), - [anon_sym___based] = ACTIONS(1787), - [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_static] = ACTIONS(1787), - [anon_sym_register] = ACTIONS(1787), - [anon_sym_inline] = ACTIONS(1787), - [anon_sym_thread_local] = ACTIONS(1787), - [anon_sym_const] = ACTIONS(1787), - [anon_sym_volatile] = ACTIONS(1787), - [anon_sym_restrict] = ACTIONS(1787), - [anon_sym__Atomic] = ACTIONS(1787), - [anon_sym_mutable] = ACTIONS(1787), - [anon_sym_constexpr] = ACTIONS(1787), - [anon_sym_signed] = ACTIONS(1787), - [anon_sym_unsigned] = ACTIONS(1787), - [anon_sym_long] = ACTIONS(1787), - [anon_sym_short] = ACTIONS(1787), - [sym_primitive_type] = ACTIONS(1787), - [anon_sym_enum] = ACTIONS(1787), - [anon_sym_class] = ACTIONS(1787), - [anon_sym_struct] = ACTIONS(1787), - [anon_sym_union] = ACTIONS(1787), + [1031] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(282), + [sym_attributed_statement] = STATE(282), + [sym_labeled_statement] = STATE(282), + [sym_expression_statement] = STATE(282), + [sym_if_statement] = STATE(282), + [sym_switch_statement] = STATE(282), + [sym_case_statement] = STATE(282), + [sym_while_statement] = STATE(282), + [sym_do_statement] = STATE(282), + [sym_for_statement] = STATE(282), + [sym_return_statement] = STATE(282), + [sym_break_statement] = STATE(282), + [sym_continue_statement] = STATE(282), + [sym_goto_statement] = STATE(282), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(282), + [sym_co_return_statement] = STATE(282), + [sym_co_yield_statement] = STATE(282), + [sym_throw_statement] = STATE(282), + [sym_try_statement] = STATE(282), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1787), - [anon_sym_virtual] = ACTIONS(1787), - [anon_sym_explicit] = ACTIONS(1787), - [anon_sym_public] = ACTIONS(1787), - [anon_sym_private] = ACTIONS(1787), - [anon_sym_protected] = ACTIONS(1787), - [sym_auto] = ACTIONS(1787), - [anon_sym_typename] = ACTIONS(1787), - [anon_sym_template] = ACTIONS(1787), - [anon_sym_operator] = ACTIONS(1787), - [anon_sym_friend] = ACTIONS(1787), - [anon_sym_using] = ACTIONS(1787), - [anon_sym_static_assert] = ACTIONS(1787), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1787), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), - [anon_sym_MOZ_COLD] = ACTIONS(1787), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL] = ACTIONS(1787), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN] = ACTIONS(1787), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), - [anon_sym_MOZ_RAII] = ACTIONS(1787), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1047] = { - [sym_identifier] = ACTIONS(1783), - [aux_sym_preproc_def_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token1] = ACTIONS(1783), - [aux_sym_preproc_if_token2] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1783), - [anon_sym_LPAREN2] = ACTIONS(1785), - [anon_sym_TILDE] = ACTIONS(1785), - [anon_sym_STAR] = ACTIONS(1785), - [anon_sym_AMP_AMP] = ACTIONS(1785), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_typedef] = ACTIONS(1783), - [anon_sym_extern] = ACTIONS(1783), - [anon_sym___attribute__] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1785), - [anon_sym___declspec] = ACTIONS(1783), - [anon_sym___based] = ACTIONS(1783), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_static] = ACTIONS(1783), - [anon_sym_register] = ACTIONS(1783), - [anon_sym_inline] = ACTIONS(1783), - [anon_sym_thread_local] = ACTIONS(1783), - [anon_sym_const] = ACTIONS(1783), - [anon_sym_volatile] = ACTIONS(1783), - [anon_sym_restrict] = ACTIONS(1783), - [anon_sym__Atomic] = ACTIONS(1783), - [anon_sym_mutable] = ACTIONS(1783), - [anon_sym_constexpr] = ACTIONS(1783), - [anon_sym_signed] = ACTIONS(1783), - [anon_sym_unsigned] = ACTIONS(1783), - [anon_sym_long] = ACTIONS(1783), - [anon_sym_short] = ACTIONS(1783), - [sym_primitive_type] = ACTIONS(1783), - [anon_sym_enum] = ACTIONS(1783), - [anon_sym_class] = ACTIONS(1783), - [anon_sym_struct] = ACTIONS(1783), - [anon_sym_union] = ACTIONS(1783), + [1032] = { + [sym_attribute_declaration] = STATE(1046), + [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(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [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_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1783), - [anon_sym_virtual] = ACTIONS(1783), - [anon_sym_explicit] = ACTIONS(1783), - [anon_sym_public] = ACTIONS(1783), - [anon_sym_private] = ACTIONS(1783), - [anon_sym_protected] = ACTIONS(1783), - [sym_auto] = ACTIONS(1783), - [anon_sym_typename] = ACTIONS(1783), - [anon_sym_template] = ACTIONS(1783), - [anon_sym_operator] = ACTIONS(1783), - [anon_sym_friend] = ACTIONS(1783), - [anon_sym_using] = ACTIONS(1783), - [anon_sym_static_assert] = ACTIONS(1783), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1783), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1783), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1783), - [anon_sym_MOZ_COLD] = ACTIONS(1783), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1783), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1783), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1783), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1783), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1783), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1783), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1783), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1783), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1783), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1783), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1783), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1783), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL] = ACTIONS(1783), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1783), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1783), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN] = ACTIONS(1783), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1783), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1783), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1783), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1783), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1783), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1783), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1783), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1783), - [anon_sym_MOZ_RAII] = ACTIONS(1783), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1783), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1783), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1783), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1783), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1783), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1783), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1783), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1048] = { - [sym_identifier] = ACTIONS(1779), - [aux_sym_preproc_def_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token1] = ACTIONS(1779), - [aux_sym_preproc_if_token2] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), - [sym_preproc_directive] = ACTIONS(1779), - [anon_sym_LPAREN2] = ACTIONS(1781), - [anon_sym_TILDE] = ACTIONS(1781), - [anon_sym_STAR] = ACTIONS(1781), - [anon_sym_AMP_AMP] = ACTIONS(1781), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_typedef] = ACTIONS(1779), - [anon_sym_extern] = ACTIONS(1779), - [anon_sym___attribute__] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1781), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), - [anon_sym___declspec] = ACTIONS(1779), - [anon_sym___based] = ACTIONS(1779), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_static] = ACTIONS(1779), - [anon_sym_register] = ACTIONS(1779), - [anon_sym_inline] = ACTIONS(1779), - [anon_sym_thread_local] = ACTIONS(1779), - [anon_sym_const] = ACTIONS(1779), - [anon_sym_volatile] = ACTIONS(1779), - [anon_sym_restrict] = ACTIONS(1779), - [anon_sym__Atomic] = ACTIONS(1779), - [anon_sym_mutable] = ACTIONS(1779), - [anon_sym_constexpr] = ACTIONS(1779), - [anon_sym_signed] = ACTIONS(1779), - [anon_sym_unsigned] = ACTIONS(1779), - [anon_sym_long] = ACTIONS(1779), - [anon_sym_short] = ACTIONS(1779), - [sym_primitive_type] = ACTIONS(1779), - [anon_sym_enum] = ACTIONS(1779), - [anon_sym_class] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1779), - [anon_sym_union] = ACTIONS(1779), + [1033] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(283), + [sym_attributed_statement] = STATE(283), + [sym_labeled_statement] = STATE(283), + [sym_expression_statement] = STATE(283), + [sym_if_statement] = STATE(283), + [sym_switch_statement] = STATE(283), + [sym_case_statement] = STATE(283), + [sym_while_statement] = STATE(283), + [sym_do_statement] = STATE(283), + [sym_for_statement] = STATE(283), + [sym_return_statement] = STATE(283), + [sym_break_statement] = STATE(283), + [sym_continue_statement] = STATE(283), + [sym_goto_statement] = STATE(283), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(283), + [sym_co_return_statement] = STATE(283), + [sym_co_yield_statement] = STATE(283), + [sym_throw_statement] = STATE(283), + [sym_try_statement] = STATE(283), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1779), - [anon_sym_virtual] = ACTIONS(1779), - [anon_sym_explicit] = ACTIONS(1779), - [anon_sym_public] = ACTIONS(1779), - [anon_sym_private] = ACTIONS(1779), - [anon_sym_protected] = ACTIONS(1779), - [sym_auto] = ACTIONS(1779), - [anon_sym_typename] = ACTIONS(1779), - [anon_sym_template] = ACTIONS(1779), - [anon_sym_operator] = ACTIONS(1779), - [anon_sym_friend] = ACTIONS(1779), - [anon_sym_using] = ACTIONS(1779), - [anon_sym_static_assert] = ACTIONS(1779), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1779), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), - [anon_sym_MOZ_COLD] = ACTIONS(1779), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL] = ACTIONS(1779), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN] = ACTIONS(1779), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), - [anon_sym_MOZ_RAII] = ACTIONS(1779), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1049] = { - [sym_identifier] = 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), + [1034] = { + [sym_attribute_declaration] = STATE(1034), + [sym_compound_statement] = STATE(315), + [sym_attributed_statement] = STATE(315), + [sym_labeled_statement] = STATE(315), + [sym_expression_statement] = STATE(315), + [sym_if_statement] = STATE(315), + [sym_switch_statement] = STATE(315), + [sym_case_statement] = STATE(315), + [sym_while_statement] = STATE(315), + [sym_do_statement] = STATE(315), + [sym_for_statement] = STATE(315), + [sym_return_statement] = STATE(315), + [sym_break_statement] = STATE(315), + [sym_continue_statement] = STATE(315), + [sym_goto_statement] = STATE(315), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(315), + [sym_co_return_statement] = STATE(315), + [sym_co_yield_statement] = STATE(315), + [sym_throw_statement] = STATE(315), + [sym_try_statement] = STATE(315), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(3028), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2642), [anon_sym_TILDE] = ACTIONS(2642), - [anon_sym_STAR] = ACTIONS(2642), - [anon_sym_AMP_AMP] = ACTIONS(2642), - [anon_sym_AMP] = ACTIONS(2640), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2640), - [anon_sym_virtual] = ACTIONS(2640), - [anon_sym_explicit] = ACTIONS(2640), - [anon_sym_public] = ACTIONS(2640), - [anon_sym_private] = ACTIONS(2640), - [anon_sym_protected] = ACTIONS(2640), - [sym_auto] = ACTIONS(2640), - [anon_sym_typename] = ACTIONS(2640), - [anon_sym_template] = ACTIONS(2640), - [anon_sym_operator] = ACTIONS(2640), - [anon_sym_friend] = ACTIONS(2640), - [anon_sym_using] = ACTIONS(2640), - [anon_sym_static_assert] = ACTIONS(2640), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2640), - [anon_sym_MOZ_COLD] = ACTIONS(2640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_NONNULL] = ACTIONS(2640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_NORETURN] = ACTIONS(2640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2640), - [anon_sym_MOZ_RAII] = ACTIONS(2640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2640), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2648), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(3034), + [anon_sym_LBRACK] = ACTIONS(2663), + [sym_primitive_type] = ACTIONS(2666), + [anon_sym_if] = ACTIONS(3037), + [anon_sym_switch] = ACTIONS(3040), + [anon_sym_case] = ACTIONS(3043), + [anon_sym_default] = ACTIONS(3046), + [anon_sym_while] = ACTIONS(3049), + [anon_sym_do] = ACTIONS(3052), + [anon_sym_for] = ACTIONS(3055), + [anon_sym_return] = ACTIONS(3058), + [anon_sym_break] = ACTIONS(3061), + [anon_sym_continue] = ACTIONS(3064), + [anon_sym_goto] = ACTIONS(3067), + [anon_sym_DASH_DASH] = ACTIONS(2702), + [anon_sym_PLUS_PLUS] = ACTIONS(2702), + [anon_sym_sizeof] = ACTIONS(2705), + [sym_number_literal] = ACTIONS(2708), + [anon_sym_L_SQUOTE] = ACTIONS(2711), + [anon_sym_u_SQUOTE] = ACTIONS(2711), + [anon_sym_U_SQUOTE] = ACTIONS(2711), + [anon_sym_u8_SQUOTE] = ACTIONS(2711), + [anon_sym_SQUOTE] = ACTIONS(2711), + [anon_sym_L_DQUOTE] = ACTIONS(2714), + [anon_sym_u_DQUOTE] = ACTIONS(2714), + [anon_sym_U_DQUOTE] = ACTIONS(2714), + [anon_sym_u8_DQUOTE] = ACTIONS(2714), + [anon_sym_DQUOTE] = ACTIONS(2714), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_null] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(2720), + [anon_sym_delete] = ACTIONS(2723), + [anon_sym_throw] = ACTIONS(3070), + [anon_sym_co_return] = ACTIONS(3073), + [anon_sym_co_yield] = ACTIONS(3076), + [anon_sym_try] = ACTIONS(3079), + [anon_sym_co_await] = ACTIONS(2738), + [anon_sym_new] = ACTIONS(2741), + [sym_this] = ACTIONS(2717), + [sym_nullptr] = ACTIONS(2717), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_FORWARD] = ACTIONS(2744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_PS_GET] = ACTIONS(2744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(2744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(2744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2744), + [sym_raw_string_literal] = ACTIONS(2747), + }, + [1035] = { + [sym_identifier] = ACTIONS(1815), + [aux_sym_preproc_def_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token2] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), + [aux_sym_preproc_else_token1] = ACTIONS(1815), + [aux_sym_preproc_elif_token1] = ACTIONS(1815), + [sym_preproc_directive] = ACTIONS(1815), + [anon_sym_LPAREN2] = ACTIONS(1817), + [anon_sym_TILDE] = ACTIONS(1817), + [anon_sym_STAR] = ACTIONS(1817), + [anon_sym_AMP_AMP] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_typedef] = ACTIONS(1815), + [anon_sym_extern] = ACTIONS(1815), + [anon_sym___attribute__] = ACTIONS(1815), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), + [anon_sym___declspec] = ACTIONS(1815), + [anon_sym___based] = ACTIONS(1815), + [anon_sym_LBRACK] = ACTIONS(1815), + [anon_sym_static] = ACTIONS(1815), + [anon_sym_register] = ACTIONS(1815), + [anon_sym_inline] = ACTIONS(1815), + [anon_sym_thread_local] = ACTIONS(1815), + [anon_sym_const] = ACTIONS(1815), + [anon_sym_volatile] = ACTIONS(1815), + [anon_sym_restrict] = ACTIONS(1815), + [anon_sym__Atomic] = ACTIONS(1815), + [anon_sym_mutable] = ACTIONS(1815), + [anon_sym_constexpr] = ACTIONS(1815), + [anon_sym_signed] = ACTIONS(1815), + [anon_sym_unsigned] = ACTIONS(1815), + [anon_sym_long] = ACTIONS(1815), + [anon_sym_short] = ACTIONS(1815), + [sym_primitive_type] = ACTIONS(1815), + [anon_sym_enum] = ACTIONS(1815), + [anon_sym_class] = ACTIONS(1815), + [anon_sym_struct] = ACTIONS(1815), + [anon_sym_union] = ACTIONS(1815), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_virtual] = ACTIONS(1815), + [anon_sym_explicit] = ACTIONS(1815), + [anon_sym_public] = ACTIONS(1815), + [anon_sym_private] = ACTIONS(1815), + [anon_sym_protected] = ACTIONS(1815), + [sym_auto] = ACTIONS(1815), + [anon_sym_typename] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1815), + [anon_sym_operator] = ACTIONS(1815), + [anon_sym_friend] = ACTIONS(1815), + [anon_sym_using] = ACTIONS(1815), + [anon_sym_static_assert] = ACTIONS(1815), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1815), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), + [anon_sym_MOZ_COLD] = ACTIONS(1815), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_RAII] = ACTIONS(1815), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), }, - [1050] = { - [sym_identifier] = ACTIONS(1743), - [aux_sym_preproc_def_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token1] = ACTIONS(1743), - [aux_sym_preproc_if_token2] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1743), - [anon_sym_LPAREN2] = ACTIONS(1745), - [anon_sym_TILDE] = ACTIONS(1745), - [anon_sym_STAR] = ACTIONS(1745), - [anon_sym_AMP_AMP] = ACTIONS(1745), - [anon_sym_AMP] = ACTIONS(1743), - [anon_sym_typedef] = ACTIONS(1743), - [anon_sym_extern] = ACTIONS(1743), - [anon_sym___attribute__] = ACTIONS(1743), - [anon_sym_COLON_COLON] = ACTIONS(1745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), - [anon_sym___declspec] = ACTIONS(1743), - [anon_sym___based] = ACTIONS(1743), - [anon_sym_LBRACK] = ACTIONS(1743), - [anon_sym_static] = ACTIONS(1743), - [anon_sym_register] = ACTIONS(1743), - [anon_sym_inline] = ACTIONS(1743), - [anon_sym_thread_local] = ACTIONS(1743), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_volatile] = ACTIONS(1743), - [anon_sym_restrict] = ACTIONS(1743), - [anon_sym__Atomic] = ACTIONS(1743), - [anon_sym_mutable] = ACTIONS(1743), - [anon_sym_constexpr] = ACTIONS(1743), - [anon_sym_signed] = ACTIONS(1743), - [anon_sym_unsigned] = ACTIONS(1743), - [anon_sym_long] = ACTIONS(1743), - [anon_sym_short] = ACTIONS(1743), - [sym_primitive_type] = ACTIONS(1743), - [anon_sym_enum] = ACTIONS(1743), - [anon_sym_class] = ACTIONS(1743), - [anon_sym_struct] = ACTIONS(1743), - [anon_sym_union] = ACTIONS(1743), + [1036] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(382), + [sym_attributed_statement] = STATE(382), + [sym_labeled_statement] = STATE(382), + [sym_expression_statement] = STATE(382), + [sym_if_statement] = STATE(382), + [sym_switch_statement] = STATE(382), + [sym_case_statement] = STATE(382), + [sym_while_statement] = STATE(382), + [sym_do_statement] = STATE(382), + [sym_for_statement] = STATE(382), + [sym_return_statement] = STATE(382), + [sym_break_statement] = STATE(382), + [sym_continue_statement] = STATE(382), + [sym_goto_statement] = STATE(382), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(382), + [sym_co_return_statement] = STATE(382), + [sym_co_yield_statement] = STATE(382), + [sym_throw_statement] = STATE(382), + [sym_try_statement] = STATE(382), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1743), - [anon_sym_virtual] = ACTIONS(1743), - [anon_sym_explicit] = ACTIONS(1743), - [anon_sym_public] = ACTIONS(1743), - [anon_sym_private] = ACTIONS(1743), - [anon_sym_protected] = ACTIONS(1743), - [sym_auto] = ACTIONS(1743), - [anon_sym_typename] = ACTIONS(1743), - [anon_sym_template] = ACTIONS(1743), - [anon_sym_operator] = ACTIONS(1743), - [anon_sym_friend] = ACTIONS(1743), - [anon_sym_using] = ACTIONS(1743), - [anon_sym_static_assert] = ACTIONS(1743), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1743), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), - [anon_sym_MOZ_COLD] = ACTIONS(1743), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL] = ACTIONS(1743), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN] = ACTIONS(1743), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), - [anon_sym_MOZ_RAII] = ACTIONS(1743), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1051] = { - [sym_identifier] = ACTIONS(1811), - [aux_sym_preproc_def_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token1] = ACTIONS(1811), - [aux_sym_preproc_if_token2] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1811), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1811), - [sym_preproc_directive] = ACTIONS(1811), - [anon_sym_LPAREN2] = ACTIONS(1813), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_typedef] = ACTIONS(1811), - [anon_sym_extern] = ACTIONS(1811), - [anon_sym___attribute__] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1813), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1813), - [anon_sym___declspec] = ACTIONS(1811), - [anon_sym___based] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_register] = ACTIONS(1811), - [anon_sym_inline] = ACTIONS(1811), - [anon_sym_thread_local] = ACTIONS(1811), - [anon_sym_const] = ACTIONS(1811), - [anon_sym_volatile] = ACTIONS(1811), - [anon_sym_restrict] = ACTIONS(1811), - [anon_sym__Atomic] = ACTIONS(1811), - [anon_sym_mutable] = ACTIONS(1811), - [anon_sym_constexpr] = ACTIONS(1811), - [anon_sym_signed] = ACTIONS(1811), - [anon_sym_unsigned] = ACTIONS(1811), - [anon_sym_long] = ACTIONS(1811), - [anon_sym_short] = ACTIONS(1811), - [sym_primitive_type] = ACTIONS(1811), - [anon_sym_enum] = ACTIONS(1811), - [anon_sym_class] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1811), - [anon_sym_union] = ACTIONS(1811), + [1037] = { + [sym_attribute_declaration] = STATE(866), + [sym_compound_statement] = STATE(4489), + [sym_attributed_statement] = STATE(4489), + [sym_labeled_statement] = STATE(4489), + [sym_expression_statement] = STATE(4489), + [sym_if_statement] = STATE(4489), + [sym_switch_statement] = STATE(4489), + [sym_case_statement] = STATE(4489), + [sym_while_statement] = STATE(4489), + [sym_do_statement] = STATE(4489), + [sym_for_statement] = STATE(4489), + [sym_return_statement] = STATE(4489), + [sym_break_statement] = STATE(4489), + [sym_continue_statement] = STATE(4489), + [sym_goto_statement] = STATE(4489), + [sym__expression] = STATE(2914), + [sym_comma_expression] = STATE(5037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(4489), + [sym_co_return_statement] = STATE(4489), + [sym_co_yield_statement] = STATE(4489), + [sym_throw_statement] = STATE(4489), + [sym_try_statement] = STATE(4489), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(866), + [sym_identifier] = ACTIONS(2586), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2592), + [anon_sym_switch] = ACTIONS(2594), + [anon_sym_case] = ACTIONS(2596), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_goto] = ACTIONS(2612), + [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(1811), - [anon_sym_virtual] = ACTIONS(1811), - [anon_sym_explicit] = ACTIONS(1811), - [anon_sym_public] = ACTIONS(1811), - [anon_sym_private] = ACTIONS(1811), - [anon_sym_protected] = ACTIONS(1811), - [sym_auto] = ACTIONS(1811), - [anon_sym_typename] = ACTIONS(1811), - [anon_sym_template] = ACTIONS(1811), - [anon_sym_operator] = ACTIONS(1811), - [anon_sym_friend] = ACTIONS(1811), - [anon_sym_using] = ACTIONS(1811), - [anon_sym_static_assert] = ACTIONS(1811), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1811), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1811), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1811), - [anon_sym_MOZ_COLD] = ACTIONS(1811), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1811), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1811), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1811), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1811), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1811), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1811), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1811), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1811), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1811), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1811), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1811), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1811), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL] = ACTIONS(1811), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1811), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1811), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN] = ACTIONS(1811), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1811), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1811), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1811), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1811), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1811), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1811), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1811), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1811), - [anon_sym_MOZ_RAII] = ACTIONS(1811), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1811), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1811), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1811), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1811), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1811), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1811), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1811), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(2614), + [anon_sym_co_return] = ACTIONS(2616), + [anon_sym_co_yield] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2620), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1052] = { - [sym_identifier] = ACTIONS(1735), - [aux_sym_preproc_def_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token1] = ACTIONS(1735), - [aux_sym_preproc_if_token2] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), - [sym_preproc_directive] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_TILDE] = ACTIONS(1737), - [anon_sym_STAR] = ACTIONS(1737), - [anon_sym_AMP_AMP] = ACTIONS(1737), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym___declspec] = ACTIONS(1735), - [anon_sym___based] = ACTIONS(1735), - [anon_sym_LBRACK] = ACTIONS(1735), - [anon_sym_static] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_inline] = ACTIONS(1735), - [anon_sym_thread_local] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [anon_sym_volatile] = ACTIONS(1735), - [anon_sym_restrict] = ACTIONS(1735), - [anon_sym__Atomic] = ACTIONS(1735), - [anon_sym_mutable] = ACTIONS(1735), - [anon_sym_constexpr] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1735), - [anon_sym_unsigned] = ACTIONS(1735), - [anon_sym_long] = ACTIONS(1735), - [anon_sym_short] = ACTIONS(1735), - [sym_primitive_type] = ACTIONS(1735), - [anon_sym_enum] = ACTIONS(1735), - [anon_sym_class] = ACTIONS(1735), - [anon_sym_struct] = ACTIONS(1735), - [anon_sym_union] = ACTIONS(1735), + [1038] = { + [sym_attribute_declaration] = STATE(1046), + [sym_compound_statement] = STATE(376), + [sym_attributed_statement] = STATE(376), + [sym_labeled_statement] = STATE(376), + [sym_expression_statement] = STATE(376), + [sym_if_statement] = STATE(376), + [sym_switch_statement] = STATE(376), + [sym_case_statement] = STATE(376), + [sym_while_statement] = STATE(376), + [sym_do_statement] = STATE(376), + [sym_for_statement] = STATE(376), + [sym_return_statement] = STATE(376), + [sym_break_statement] = STATE(376), + [sym_continue_statement] = STATE(376), + [sym_goto_statement] = STATE(376), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(376), + [sym_co_return_statement] = STATE(376), + [sym_co_yield_statement] = STATE(376), + [sym_throw_statement] = STATE(376), + [sym_try_statement] = STATE(376), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1046), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1735), - [anon_sym_virtual] = ACTIONS(1735), - [anon_sym_explicit] = ACTIONS(1735), - [anon_sym_public] = ACTIONS(1735), - [anon_sym_private] = ACTIONS(1735), - [anon_sym_protected] = ACTIONS(1735), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_template] = ACTIONS(1735), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_friend] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1735), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), - [anon_sym_MOZ_COLD] = ACTIONS(1735), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL] = ACTIONS(1735), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN] = ACTIONS(1735), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), - [anon_sym_MOZ_RAII] = ACTIONS(1735), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1053] = { - [sym_identifier] = ACTIONS(1739), - [aux_sym_preproc_def_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token2] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), - [sym_preproc_directive] = ACTIONS(1739), - [anon_sym_LPAREN2] = ACTIONS(1741), - [anon_sym_TILDE] = ACTIONS(1741), - [anon_sym_STAR] = ACTIONS(1741), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_AMP] = ACTIONS(1739), - [anon_sym_typedef] = ACTIONS(1739), - [anon_sym_extern] = ACTIONS(1739), - [anon_sym___attribute__] = ACTIONS(1739), - [anon_sym_COLON_COLON] = ACTIONS(1741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), - [anon_sym___declspec] = ACTIONS(1739), - [anon_sym___based] = ACTIONS(1739), - [anon_sym_LBRACK] = ACTIONS(1739), - [anon_sym_static] = ACTIONS(1739), - [anon_sym_register] = ACTIONS(1739), - [anon_sym_inline] = ACTIONS(1739), - [anon_sym_thread_local] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1739), - [anon_sym_volatile] = ACTIONS(1739), - [anon_sym_restrict] = ACTIONS(1739), - [anon_sym__Atomic] = ACTIONS(1739), - [anon_sym_mutable] = ACTIONS(1739), - [anon_sym_constexpr] = ACTIONS(1739), - [anon_sym_signed] = ACTIONS(1739), - [anon_sym_unsigned] = ACTIONS(1739), - [anon_sym_long] = ACTIONS(1739), - [anon_sym_short] = ACTIONS(1739), - [sym_primitive_type] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1739), - [anon_sym_class] = ACTIONS(1739), - [anon_sym_struct] = ACTIONS(1739), - [anon_sym_union] = ACTIONS(1739), + [1039] = { + [sym_identifier] = ACTIONS(1823), + [aux_sym_preproc_def_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token2] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), + [aux_sym_preproc_else_token1] = ACTIONS(1823), + [aux_sym_preproc_elif_token1] = ACTIONS(1823), + [sym_preproc_directive] = ACTIONS(1823), + [anon_sym_LPAREN2] = ACTIONS(1825), + [anon_sym_TILDE] = ACTIONS(1825), + [anon_sym_STAR] = ACTIONS(1825), + [anon_sym_AMP_AMP] = ACTIONS(1825), + [anon_sym_AMP] = ACTIONS(1823), + [anon_sym_typedef] = ACTIONS(1823), + [anon_sym_extern] = ACTIONS(1823), + [anon_sym___attribute__] = ACTIONS(1823), + [anon_sym_COLON_COLON] = ACTIONS(1825), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), + [anon_sym___declspec] = ACTIONS(1823), + [anon_sym___based] = ACTIONS(1823), + [anon_sym_LBRACK] = ACTIONS(1823), + [anon_sym_static] = ACTIONS(1823), + [anon_sym_register] = ACTIONS(1823), + [anon_sym_inline] = ACTIONS(1823), + [anon_sym_thread_local] = ACTIONS(1823), + [anon_sym_const] = ACTIONS(1823), + [anon_sym_volatile] = ACTIONS(1823), + [anon_sym_restrict] = ACTIONS(1823), + [anon_sym__Atomic] = ACTIONS(1823), + [anon_sym_mutable] = ACTIONS(1823), + [anon_sym_constexpr] = ACTIONS(1823), + [anon_sym_signed] = ACTIONS(1823), + [anon_sym_unsigned] = ACTIONS(1823), + [anon_sym_long] = ACTIONS(1823), + [anon_sym_short] = ACTIONS(1823), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1823), + [anon_sym_class] = ACTIONS(1823), + [anon_sym_struct] = ACTIONS(1823), + [anon_sym_union] = ACTIONS(1823), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1739), - [anon_sym_virtual] = ACTIONS(1739), - [anon_sym_explicit] = ACTIONS(1739), - [anon_sym_public] = ACTIONS(1739), - [anon_sym_private] = ACTIONS(1739), - [anon_sym_protected] = ACTIONS(1739), - [sym_auto] = ACTIONS(1739), - [anon_sym_typename] = ACTIONS(1739), - [anon_sym_template] = ACTIONS(1739), - [anon_sym_operator] = ACTIONS(1739), - [anon_sym_friend] = ACTIONS(1739), - [anon_sym_using] = ACTIONS(1739), - [anon_sym_static_assert] = ACTIONS(1739), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1739), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), - [anon_sym_MOZ_COLD] = ACTIONS(1739), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL] = ACTIONS(1739), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN] = ACTIONS(1739), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), - [anon_sym_MOZ_RAII] = ACTIONS(1739), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), + [anon_sym_decltype] = ACTIONS(1823), + [anon_sym_virtual] = ACTIONS(1823), + [anon_sym_explicit] = ACTIONS(1823), + [anon_sym_public] = ACTIONS(1823), + [anon_sym_private] = ACTIONS(1823), + [anon_sym_protected] = ACTIONS(1823), + [sym_auto] = ACTIONS(1823), + [anon_sym_typename] = ACTIONS(1823), + [anon_sym_template] = ACTIONS(1823), + [anon_sym_operator] = ACTIONS(1823), + [anon_sym_friend] = ACTIONS(1823), + [anon_sym_using] = ACTIONS(1823), + [anon_sym_static_assert] = ACTIONS(1823), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1823), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), + [anon_sym_MOZ_COLD] = ACTIONS(1823), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_RAII] = ACTIONS(1823), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), }, - [1054] = { - [sym_identifier] = ACTIONS(1747), - [aux_sym_preproc_def_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token1] = ACTIONS(1747), - [aux_sym_preproc_if_token2] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), - [sym_preproc_directive] = ACTIONS(1747), - [anon_sym_LPAREN2] = ACTIONS(1749), - [anon_sym_TILDE] = ACTIONS(1749), - [anon_sym_STAR] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1747), - [anon_sym_typedef] = ACTIONS(1747), - [anon_sym_extern] = ACTIONS(1747), - [anon_sym___attribute__] = ACTIONS(1747), - [anon_sym_COLON_COLON] = ACTIONS(1749), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), - [anon_sym___declspec] = ACTIONS(1747), - [anon_sym___based] = ACTIONS(1747), - [anon_sym_LBRACK] = ACTIONS(1747), - [anon_sym_static] = ACTIONS(1747), - [anon_sym_register] = ACTIONS(1747), - [anon_sym_inline] = ACTIONS(1747), - [anon_sym_thread_local] = ACTIONS(1747), - [anon_sym_const] = ACTIONS(1747), - [anon_sym_volatile] = ACTIONS(1747), - [anon_sym_restrict] = ACTIONS(1747), - [anon_sym__Atomic] = ACTIONS(1747), - [anon_sym_mutable] = ACTIONS(1747), - [anon_sym_constexpr] = ACTIONS(1747), - [anon_sym_signed] = ACTIONS(1747), - [anon_sym_unsigned] = ACTIONS(1747), - [anon_sym_long] = ACTIONS(1747), - [anon_sym_short] = ACTIONS(1747), - [sym_primitive_type] = ACTIONS(1747), - [anon_sym_enum] = ACTIONS(1747), - [anon_sym_class] = ACTIONS(1747), - [anon_sym_struct] = ACTIONS(1747), - [anon_sym_union] = ACTIONS(1747), + [1040] = { + [sym_identifier] = ACTIONS(1887), + [aux_sym_preproc_def_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token2] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), + [aux_sym_preproc_else_token1] = ACTIONS(1887), + [aux_sym_preproc_elif_token1] = ACTIONS(1887), + [sym_preproc_directive] = ACTIONS(1887), + [anon_sym_LPAREN2] = ACTIONS(1889), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_AMP] = ACTIONS(1887), + [anon_sym_typedef] = ACTIONS(1887), + [anon_sym_extern] = ACTIONS(1887), + [anon_sym___attribute__] = ACTIONS(1887), + [anon_sym_COLON_COLON] = ACTIONS(1889), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), + [anon_sym___declspec] = ACTIONS(1887), + [anon_sym___based] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_register] = ACTIONS(1887), + [anon_sym_inline] = ACTIONS(1887), + [anon_sym_thread_local] = ACTIONS(1887), + [anon_sym_const] = ACTIONS(1887), + [anon_sym_volatile] = ACTIONS(1887), + [anon_sym_restrict] = ACTIONS(1887), + [anon_sym__Atomic] = ACTIONS(1887), + [anon_sym_mutable] = ACTIONS(1887), + [anon_sym_constexpr] = ACTIONS(1887), + [anon_sym_signed] = ACTIONS(1887), + [anon_sym_unsigned] = ACTIONS(1887), + [anon_sym_long] = ACTIONS(1887), + [anon_sym_short] = ACTIONS(1887), + [sym_primitive_type] = ACTIONS(1887), + [anon_sym_enum] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1887), + [anon_sym_union] = ACTIONS(1887), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1747), - [anon_sym_virtual] = ACTIONS(1747), - [anon_sym_explicit] = ACTIONS(1747), - [anon_sym_public] = ACTIONS(1747), - [anon_sym_private] = ACTIONS(1747), - [anon_sym_protected] = ACTIONS(1747), - [sym_auto] = ACTIONS(1747), - [anon_sym_typename] = ACTIONS(1747), - [anon_sym_template] = ACTIONS(1747), - [anon_sym_operator] = ACTIONS(1747), - [anon_sym_friend] = ACTIONS(1747), - [anon_sym_using] = ACTIONS(1747), - [anon_sym_static_assert] = ACTIONS(1747), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1747), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), - [anon_sym_MOZ_COLD] = ACTIONS(1747), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL] = ACTIONS(1747), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN] = ACTIONS(1747), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), - [anon_sym_MOZ_RAII] = ACTIONS(1747), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), + [anon_sym_decltype] = ACTIONS(1887), + [anon_sym_virtual] = ACTIONS(1887), + [anon_sym_explicit] = ACTIONS(1887), + [anon_sym_public] = ACTIONS(1887), + [anon_sym_private] = ACTIONS(1887), + [anon_sym_protected] = ACTIONS(1887), + [sym_auto] = ACTIONS(1887), + [anon_sym_typename] = ACTIONS(1887), + [anon_sym_template] = ACTIONS(1887), + [anon_sym_operator] = ACTIONS(1887), + [anon_sym_friend] = ACTIONS(1887), + [anon_sym_using] = ACTIONS(1887), + [anon_sym_static_assert] = ACTIONS(1887), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1887), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), + [anon_sym_MOZ_COLD] = ACTIONS(1887), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_RAII] = ACTIONS(1887), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), }, - [1055] = { - [sym_identifier] = ACTIONS(1751), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token2] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1751), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1751), - [sym_preproc_directive] = ACTIONS(1751), - [anon_sym_LPAREN2] = ACTIONS(1753), - [anon_sym_TILDE] = ACTIONS(1753), - [anon_sym_STAR] = ACTIONS(1753), - [anon_sym_AMP_AMP] = ACTIONS(1753), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_typedef] = ACTIONS(1751), - [anon_sym_extern] = ACTIONS(1751), - [anon_sym___attribute__] = ACTIONS(1751), - [anon_sym_COLON_COLON] = ACTIONS(1753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1753), - [anon_sym___declspec] = ACTIONS(1751), - [anon_sym___based] = ACTIONS(1751), - [anon_sym_LBRACK] = ACTIONS(1751), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_register] = ACTIONS(1751), - [anon_sym_inline] = ACTIONS(1751), - [anon_sym_thread_local] = ACTIONS(1751), - [anon_sym_const] = ACTIONS(1751), - [anon_sym_volatile] = ACTIONS(1751), - [anon_sym_restrict] = ACTIONS(1751), - [anon_sym__Atomic] = ACTIONS(1751), - [anon_sym_mutable] = ACTIONS(1751), - [anon_sym_constexpr] = ACTIONS(1751), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), - [sym_primitive_type] = ACTIONS(1751), - [anon_sym_enum] = ACTIONS(1751), - [anon_sym_class] = ACTIONS(1751), - [anon_sym_struct] = ACTIONS(1751), - [anon_sym_union] = ACTIONS(1751), + [1041] = { + [sym_attribute_declaration] = STATE(1034), + [sym_compound_statement] = STATE(315), + [sym_attributed_statement] = STATE(315), + [sym_labeled_statement] = STATE(315), + [sym_expression_statement] = STATE(315), + [sym_if_statement] = STATE(315), + [sym_switch_statement] = STATE(315), + [sym_case_statement] = STATE(315), + [sym_while_statement] = STATE(315), + [sym_do_statement] = STATE(315), + [sym_for_statement] = STATE(315), + [sym_return_statement] = STATE(315), + [sym_break_statement] = STATE(315), + [sym_continue_statement] = STATE(315), + [sym_goto_statement] = STATE(315), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(315), + [sym_co_return_statement] = STATE(315), + [sym_co_yield_statement] = STATE(315), + [sym_throw_statement] = STATE(315), + [sym_try_statement] = STATE(315), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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(1751), - [anon_sym_virtual] = ACTIONS(1751), - [anon_sym_explicit] = ACTIONS(1751), - [anon_sym_public] = ACTIONS(1751), - [anon_sym_private] = ACTIONS(1751), - [anon_sym_protected] = ACTIONS(1751), - [sym_auto] = ACTIONS(1751), - [anon_sym_typename] = ACTIONS(1751), - [anon_sym_template] = ACTIONS(1751), - [anon_sym_operator] = ACTIONS(1751), - [anon_sym_friend] = ACTIONS(1751), - [anon_sym_using] = ACTIONS(1751), - [anon_sym_static_assert] = ACTIONS(1751), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1751), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1751), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1751), - [anon_sym_MOZ_COLD] = ACTIONS(1751), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1751), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1751), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1751), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1751), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1751), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1751), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1751), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1751), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1751), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1751), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1751), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1751), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL] = ACTIONS(1751), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1751), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1751), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN] = ACTIONS(1751), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1751), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1751), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1751), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1751), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1751), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1751), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1751), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1751), - [anon_sym_MOZ_RAII] = ACTIONS(1751), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1751), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1751), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1751), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1751), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1751), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1751), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1751), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1056] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2686), - [anon_sym_AMP_AMP] = ACTIONS(2686), - [anon_sym_AMP] = ACTIONS(2684), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2684), - [anon_sym_virtual] = ACTIONS(2684), - [anon_sym_explicit] = ACTIONS(2684), - [anon_sym_public] = ACTIONS(2684), - [anon_sym_private] = ACTIONS(2684), - [anon_sym_protected] = ACTIONS(2684), - [sym_auto] = ACTIONS(2684), - [anon_sym_typename] = ACTIONS(2684), - [anon_sym_template] = ACTIONS(2684), - [anon_sym_operator] = ACTIONS(2684), - [anon_sym_friend] = ACTIONS(2684), - [anon_sym_using] = ACTIONS(2684), - [anon_sym_static_assert] = ACTIONS(2684), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2684), - [anon_sym_MOZ_COLD] = ACTIONS(2684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_NONNULL] = ACTIONS(2684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_NORETURN] = ACTIONS(2684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2684), - [anon_sym_MOZ_RAII] = ACTIONS(2684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2684), + [1042] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(341), + [sym_attributed_statement] = STATE(341), + [sym_labeled_statement] = STATE(341), + [sym_expression_statement] = STATE(341), + [sym_if_statement] = STATE(341), + [sym_switch_statement] = STATE(341), + [sym_case_statement] = STATE(341), + [sym_while_statement] = STATE(341), + [sym_do_statement] = STATE(341), + [sym_for_statement] = STATE(341), + [sym_return_statement] = STATE(341), + [sym_break_statement] = STATE(341), + [sym_continue_statement] = STATE(341), + [sym_goto_statement] = STATE(341), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(341), + [sym_co_return_statement] = STATE(341), + [sym_co_yield_statement] = STATE(341), + [sym_throw_statement] = STATE(341), + [sym_try_statement] = STATE(341), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1057] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2636), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2636), - [anon_sym_virtual] = ACTIONS(2636), - [anon_sym_explicit] = ACTIONS(2636), - [anon_sym_public] = ACTIONS(2636), - [anon_sym_private] = ACTIONS(2636), - [anon_sym_protected] = ACTIONS(2636), - [sym_auto] = ACTIONS(2636), - [anon_sym_typename] = ACTIONS(2636), - [anon_sym_template] = ACTIONS(2636), - [anon_sym_operator] = ACTIONS(2636), - [anon_sym_friend] = ACTIONS(2636), - [anon_sym_using] = ACTIONS(2636), - [anon_sym_static_assert] = ACTIONS(2636), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2636), - [anon_sym_MOZ_COLD] = ACTIONS(2636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_NONNULL] = ACTIONS(2636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_NORETURN] = ACTIONS(2636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2636), - [anon_sym_MOZ_RAII] = ACTIONS(2636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2636), + [1043] = { + [sym_identifier] = ACTIONS(3082), + [aux_sym_preproc_def_token1] = ACTIONS(3082), + [aux_sym_preproc_if_token1] = ACTIONS(3082), + [aux_sym_preproc_if_token2] = ACTIONS(3082), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3082), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3082), + [aux_sym_preproc_else_token1] = ACTIONS(3082), + [aux_sym_preproc_elif_token1] = ACTIONS(3082), + [sym_preproc_directive] = ACTIONS(3082), + [anon_sym_LPAREN2] = ACTIONS(3084), + [anon_sym_TILDE] = ACTIONS(3084), + [anon_sym_STAR] = ACTIONS(3084), + [anon_sym_AMP_AMP] = ACTIONS(3084), + [anon_sym_AMP] = ACTIONS(3082), + [anon_sym_typedef] = ACTIONS(3082), + [anon_sym_extern] = ACTIONS(3082), + [anon_sym___attribute__] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3084), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3084), + [anon_sym___declspec] = ACTIONS(3082), + [anon_sym___based] = ACTIONS(3082), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_static] = ACTIONS(3082), + [anon_sym_register] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_thread_local] = ACTIONS(3082), + [anon_sym_const] = ACTIONS(3082), + [anon_sym_volatile] = ACTIONS(3082), + [anon_sym_restrict] = ACTIONS(3082), + [anon_sym__Atomic] = ACTIONS(3082), + [anon_sym_mutable] = ACTIONS(3082), + [anon_sym_constexpr] = ACTIONS(3082), + [anon_sym_signed] = ACTIONS(3082), + [anon_sym_unsigned] = ACTIONS(3082), + [anon_sym_long] = ACTIONS(3082), + [anon_sym_short] = ACTIONS(3082), + [sym_primitive_type] = ACTIONS(3082), + [anon_sym_enum] = ACTIONS(3082), + [anon_sym_class] = ACTIONS(3082), + [anon_sym_struct] = ACTIONS(3082), + [anon_sym_union] = ACTIONS(3082), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3082), + [anon_sym_virtual] = ACTIONS(3082), + [anon_sym_explicit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [sym_auto] = ACTIONS(3082), + [anon_sym_typename] = ACTIONS(3082), + [anon_sym_template] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_friend] = ACTIONS(3082), + [anon_sym_using] = ACTIONS(3082), + [anon_sym_static_assert] = ACTIONS(3082), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3082), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3082), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3082), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3082), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3082), + [anon_sym_MOZ_COLD] = ACTIONS(3082), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3082), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3082), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3082), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3082), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3082), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3082), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3082), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3082), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3082), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3082), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3082), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3082), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3082), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_NONNULL] = ACTIONS(3082), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3082), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3082), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3082), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3082), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3082), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3082), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3082), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3082), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3082), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3082), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3082), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3082), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), + [anon_sym_MOZ_RAII] = ACTIONS(3082), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3082), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3082), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3082), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3082), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3082), }, - [1058] = { - [sym_identifier] = ACTIONS(1759), - [aux_sym_preproc_def_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token1] = ACTIONS(1759), - [aux_sym_preproc_if_token2] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), - [sym_preproc_directive] = ACTIONS(1759), - [anon_sym_LPAREN2] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_AMP_AMP] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1759), - [anon_sym_typedef] = ACTIONS(1759), - [anon_sym_extern] = ACTIONS(1759), - [anon_sym___attribute__] = ACTIONS(1759), - [anon_sym_COLON_COLON] = ACTIONS(1761), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), - [anon_sym___declspec] = ACTIONS(1759), - [anon_sym___based] = ACTIONS(1759), - [anon_sym_LBRACK] = ACTIONS(1759), - [anon_sym_static] = ACTIONS(1759), - [anon_sym_register] = ACTIONS(1759), - [anon_sym_inline] = ACTIONS(1759), - [anon_sym_thread_local] = ACTIONS(1759), - [anon_sym_const] = ACTIONS(1759), - [anon_sym_volatile] = ACTIONS(1759), - [anon_sym_restrict] = ACTIONS(1759), - [anon_sym__Atomic] = ACTIONS(1759), - [anon_sym_mutable] = ACTIONS(1759), - [anon_sym_constexpr] = ACTIONS(1759), - [anon_sym_signed] = ACTIONS(1759), - [anon_sym_unsigned] = ACTIONS(1759), - [anon_sym_long] = ACTIONS(1759), - [anon_sym_short] = ACTIONS(1759), - [sym_primitive_type] = ACTIONS(1759), - [anon_sym_enum] = ACTIONS(1759), - [anon_sym_class] = ACTIONS(1759), - [anon_sym_struct] = ACTIONS(1759), - [anon_sym_union] = ACTIONS(1759), + [1044] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(342), + [sym_attributed_statement] = STATE(342), + [sym_labeled_statement] = STATE(342), + [sym_expression_statement] = STATE(342), + [sym_if_statement] = STATE(342), + [sym_switch_statement] = STATE(342), + [sym_case_statement] = STATE(342), + [sym_while_statement] = STATE(342), + [sym_do_statement] = STATE(342), + [sym_for_statement] = STATE(342), + [sym_return_statement] = STATE(342), + [sym_break_statement] = STATE(342), + [sym_continue_statement] = STATE(342), + [sym_goto_statement] = STATE(342), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(342), + [sym_co_return_statement] = STATE(342), + [sym_co_yield_statement] = STATE(342), + [sym_throw_statement] = STATE(342), + [sym_try_statement] = STATE(342), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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(1759), - [anon_sym_virtual] = ACTIONS(1759), - [anon_sym_explicit] = ACTIONS(1759), - [anon_sym_public] = ACTIONS(1759), - [anon_sym_private] = ACTIONS(1759), - [anon_sym_protected] = ACTIONS(1759), - [sym_auto] = ACTIONS(1759), - [anon_sym_typename] = ACTIONS(1759), - [anon_sym_template] = ACTIONS(1759), - [anon_sym_operator] = ACTIONS(1759), - [anon_sym_friend] = ACTIONS(1759), - [anon_sym_using] = ACTIONS(1759), - [anon_sym_static_assert] = ACTIONS(1759), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1759), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), - [anon_sym_MOZ_COLD] = ACTIONS(1759), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL] = ACTIONS(1759), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN] = ACTIONS(1759), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), - [anon_sym_MOZ_RAII] = ACTIONS(1759), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), - }, - [1059] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2582), - [anon_sym_STAR] = ACTIONS(2582), - [anon_sym_AMP_AMP] = ACTIONS(2582), - [anon_sym_AMP] = ACTIONS(2580), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2580), - [anon_sym_virtual] = ACTIONS(2580), - [anon_sym_explicit] = ACTIONS(2580), - [anon_sym_public] = ACTIONS(2580), - [anon_sym_private] = ACTIONS(2580), - [anon_sym_protected] = ACTIONS(2580), - [sym_auto] = ACTIONS(2580), - [anon_sym_typename] = ACTIONS(2580), - [anon_sym_template] = ACTIONS(2580), - [anon_sym_operator] = ACTIONS(2580), - [anon_sym_friend] = ACTIONS(2580), - [anon_sym_using] = ACTIONS(2580), - [anon_sym_static_assert] = ACTIONS(2580), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2580), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2580), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2580), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2580), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2580), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2580), - [anon_sym_MOZ_COLD] = ACTIONS(2580), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2580), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2580), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2580), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2580), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2580), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2580), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2580), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2580), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2580), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2580), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2580), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2580), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2580), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2580), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2580), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2580), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_NONNULL] = ACTIONS(2580), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2580), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2580), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2580), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2580), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_NORETURN] = ACTIONS(2580), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2580), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2580), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2580), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2580), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2580), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2580), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2580), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2580), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2580), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2580), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2580), - [anon_sym_MOZ_RAII] = ACTIONS(2580), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2580), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2580), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2580), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2580), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2580), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2580), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2580), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1060] = { - [sym_identifier] = ACTIONS(1763), - [aux_sym_preproc_def_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token1] = ACTIONS(1763), - [aux_sym_preproc_if_token2] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), - [sym_preproc_directive] = ACTIONS(1763), - [anon_sym_LPAREN2] = ACTIONS(1765), - [anon_sym_TILDE] = ACTIONS(1765), - [anon_sym_STAR] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_typedef] = ACTIONS(1763), - [anon_sym_extern] = ACTIONS(1763), - [anon_sym___attribute__] = ACTIONS(1763), - [anon_sym_COLON_COLON] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), - [anon_sym___declspec] = ACTIONS(1763), - [anon_sym___based] = ACTIONS(1763), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_register] = ACTIONS(1763), - [anon_sym_inline] = ACTIONS(1763), - [anon_sym_thread_local] = ACTIONS(1763), - [anon_sym_const] = ACTIONS(1763), - [anon_sym_volatile] = ACTIONS(1763), - [anon_sym_restrict] = ACTIONS(1763), - [anon_sym__Atomic] = ACTIONS(1763), - [anon_sym_mutable] = ACTIONS(1763), - [anon_sym_constexpr] = ACTIONS(1763), - [anon_sym_signed] = ACTIONS(1763), - [anon_sym_unsigned] = ACTIONS(1763), - [anon_sym_long] = ACTIONS(1763), - [anon_sym_short] = ACTIONS(1763), - [sym_primitive_type] = ACTIONS(1763), - [anon_sym_enum] = ACTIONS(1763), - [anon_sym_class] = ACTIONS(1763), - [anon_sym_struct] = ACTIONS(1763), - [anon_sym_union] = ACTIONS(1763), + [1045] = { + [sym_identifier] = ACTIONS(1883), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token2] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1883), + [aux_sym_preproc_else_token1] = ACTIONS(1883), + [aux_sym_preproc_elif_token1] = ACTIONS(1883), + [sym_preproc_directive] = ACTIONS(1883), + [anon_sym_LPAREN2] = ACTIONS(1885), + [anon_sym_TILDE] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(1885), + [anon_sym_AMP_AMP] = ACTIONS(1885), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_typedef] = ACTIONS(1883), + [anon_sym_extern] = ACTIONS(1883), + [anon_sym___attribute__] = ACTIONS(1883), + [anon_sym_COLON_COLON] = ACTIONS(1885), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1885), + [anon_sym___declspec] = ACTIONS(1883), + [anon_sym___based] = ACTIONS(1883), + [anon_sym_LBRACK] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1883), + [anon_sym_register] = ACTIONS(1883), + [anon_sym_inline] = ACTIONS(1883), + [anon_sym_thread_local] = ACTIONS(1883), + [anon_sym_const] = ACTIONS(1883), + [anon_sym_volatile] = ACTIONS(1883), + [anon_sym_restrict] = ACTIONS(1883), + [anon_sym__Atomic] = ACTIONS(1883), + [anon_sym_mutable] = ACTIONS(1883), + [anon_sym_constexpr] = ACTIONS(1883), + [anon_sym_signed] = ACTIONS(1883), + [anon_sym_unsigned] = ACTIONS(1883), + [anon_sym_long] = ACTIONS(1883), + [anon_sym_short] = ACTIONS(1883), + [sym_primitive_type] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1883), + [anon_sym_class] = ACTIONS(1883), + [anon_sym_struct] = ACTIONS(1883), + [anon_sym_union] = ACTIONS(1883), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1763), - [anon_sym_virtual] = ACTIONS(1763), - [anon_sym_explicit] = ACTIONS(1763), - [anon_sym_public] = ACTIONS(1763), - [anon_sym_private] = ACTIONS(1763), - [anon_sym_protected] = ACTIONS(1763), - [sym_auto] = ACTIONS(1763), - [anon_sym_typename] = ACTIONS(1763), - [anon_sym_template] = ACTIONS(1763), - [anon_sym_operator] = ACTIONS(1763), - [anon_sym_friend] = ACTIONS(1763), - [anon_sym_using] = ACTIONS(1763), - [anon_sym_static_assert] = ACTIONS(1763), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1763), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), - [anon_sym_MOZ_COLD] = ACTIONS(1763), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL] = ACTIONS(1763), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN] = ACTIONS(1763), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), - [anon_sym_MOZ_RAII] = ACTIONS(1763), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), + [anon_sym_decltype] = ACTIONS(1883), + [anon_sym_virtual] = ACTIONS(1883), + [anon_sym_explicit] = ACTIONS(1883), + [anon_sym_public] = ACTIONS(1883), + [anon_sym_private] = ACTIONS(1883), + [anon_sym_protected] = ACTIONS(1883), + [sym_auto] = ACTIONS(1883), + [anon_sym_typename] = ACTIONS(1883), + [anon_sym_template] = ACTIONS(1883), + [anon_sym_operator] = ACTIONS(1883), + [anon_sym_friend] = ACTIONS(1883), + [anon_sym_using] = ACTIONS(1883), + [anon_sym_static_assert] = ACTIONS(1883), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1883), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1883), + [anon_sym_MOZ_COLD] = ACTIONS(1883), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1883), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1883), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1883), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1883), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1883), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1883), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1883), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1883), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1883), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1883), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1883), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1883), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_RAII] = ACTIONS(1883), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1883), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1883), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1883), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1883), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), }, - [1061] = { - [sym_identifier] = ACTIONS(1767), - [aux_sym_preproc_def_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token1] = ACTIONS(1767), - [aux_sym_preproc_if_token2] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1767), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1767), - [sym_preproc_directive] = ACTIONS(1767), - [anon_sym_LPAREN2] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1769), - [anon_sym_STAR] = ACTIONS(1769), - [anon_sym_AMP_AMP] = ACTIONS(1769), - [anon_sym_AMP] = ACTIONS(1767), - [anon_sym_typedef] = ACTIONS(1767), - [anon_sym_extern] = ACTIONS(1767), - [anon_sym___attribute__] = ACTIONS(1767), - [anon_sym_COLON_COLON] = ACTIONS(1769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1769), - [anon_sym___declspec] = ACTIONS(1767), - [anon_sym___based] = ACTIONS(1767), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_static] = ACTIONS(1767), - [anon_sym_register] = ACTIONS(1767), - [anon_sym_inline] = ACTIONS(1767), - [anon_sym_thread_local] = ACTIONS(1767), - [anon_sym_const] = ACTIONS(1767), - [anon_sym_volatile] = ACTIONS(1767), - [anon_sym_restrict] = ACTIONS(1767), - [anon_sym__Atomic] = ACTIONS(1767), - [anon_sym_mutable] = ACTIONS(1767), - [anon_sym_constexpr] = ACTIONS(1767), - [anon_sym_signed] = ACTIONS(1767), - [anon_sym_unsigned] = ACTIONS(1767), - [anon_sym_long] = ACTIONS(1767), - [anon_sym_short] = ACTIONS(1767), - [sym_primitive_type] = ACTIONS(1767), - [anon_sym_enum] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(1767), - [anon_sym_struct] = ACTIONS(1767), - [anon_sym_union] = ACTIONS(1767), + [1046] = { + [sym_attribute_declaration] = STATE(1019), + [sym_compound_statement] = STATE(374), + [sym_attributed_statement] = STATE(374), + [sym_labeled_statement] = STATE(374), + [sym_expression_statement] = STATE(374), + [sym_if_statement] = STATE(374), + [sym_switch_statement] = STATE(374), + [sym_case_statement] = STATE(374), + [sym_while_statement] = STATE(374), + [sym_do_statement] = STATE(374), + [sym_for_statement] = STATE(374), + [sym_return_statement] = STATE(374), + [sym_break_statement] = STATE(374), + [sym_continue_statement] = STATE(374), + [sym_goto_statement] = STATE(374), + [sym__expression] = STATE(2840), + [sym_comma_expression] = STATE(4904), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(374), + [sym_co_return_statement] = STATE(374), + [sym_co_yield_statement] = STATE(374), + [sym_throw_statement] = STATE(374), + [sym_try_statement] = STATE(374), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1019), + [sym_identifier] = ACTIONS(2810), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(840), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(844), + [anon_sym_for] = ACTIONS(846), + [anon_sym_return] = ACTIONS(848), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_goto] = ACTIONS(854), + [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(1767), - [anon_sym_virtual] = ACTIONS(1767), - [anon_sym_explicit] = ACTIONS(1767), - [anon_sym_public] = ACTIONS(1767), - [anon_sym_private] = ACTIONS(1767), - [anon_sym_protected] = ACTIONS(1767), - [sym_auto] = ACTIONS(1767), - [anon_sym_typename] = ACTIONS(1767), - [anon_sym_template] = ACTIONS(1767), - [anon_sym_operator] = ACTIONS(1767), - [anon_sym_friend] = ACTIONS(1767), - [anon_sym_using] = ACTIONS(1767), - [anon_sym_static_assert] = ACTIONS(1767), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1767), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1767), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1767), - [anon_sym_MOZ_COLD] = ACTIONS(1767), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1767), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1767), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1767), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1767), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1767), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1767), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1767), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1767), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1767), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1767), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1767), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1767), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL] = ACTIONS(1767), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1767), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1767), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN] = ACTIONS(1767), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1767), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1767), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1767), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1767), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1767), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1767), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1767), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1767), - [anon_sym_MOZ_RAII] = ACTIONS(1767), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1767), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1767), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1767), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1767), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1767), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1767), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1767), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_co_return] = ACTIONS(866), + [anon_sym_co_yield] = ACTIONS(868), + [anon_sym_try] = ACTIONS(870), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1062] = { - [sym_identifier] = ACTIONS(1771), - [aux_sym_preproc_def_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token1] = ACTIONS(1771), - [aux_sym_preproc_if_token2] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), - [sym_preproc_directive] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_TILDE] = ACTIONS(1773), - [anon_sym_STAR] = ACTIONS(1773), - [anon_sym_AMP_AMP] = ACTIONS(1773), - [anon_sym_AMP] = ACTIONS(1771), - [anon_sym_typedef] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym___attribute__] = ACTIONS(1771), - [anon_sym_COLON_COLON] = ACTIONS(1773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), - [anon_sym___declspec] = ACTIONS(1771), - [anon_sym___based] = ACTIONS(1771), - [anon_sym_LBRACK] = ACTIONS(1771), - [anon_sym_static] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_inline] = ACTIONS(1771), - [anon_sym_thread_local] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [anon_sym_volatile] = ACTIONS(1771), - [anon_sym_restrict] = ACTIONS(1771), - [anon_sym__Atomic] = ACTIONS(1771), - [anon_sym_mutable] = ACTIONS(1771), - [anon_sym_constexpr] = ACTIONS(1771), - [anon_sym_signed] = ACTIONS(1771), - [anon_sym_unsigned] = ACTIONS(1771), - [anon_sym_long] = ACTIONS(1771), - [anon_sym_short] = ACTIONS(1771), - [sym_primitive_type] = ACTIONS(1771), - [anon_sym_enum] = ACTIONS(1771), - [anon_sym_class] = ACTIONS(1771), - [anon_sym_struct] = ACTIONS(1771), - [anon_sym_union] = ACTIONS(1771), + [1047] = { + [sym_attribute_declaration] = STATE(1041), + [sym_compound_statement] = STATE(400), + [sym_attributed_statement] = STATE(400), + [sym_labeled_statement] = STATE(400), + [sym_expression_statement] = STATE(400), + [sym_if_statement] = STATE(400), + [sym_switch_statement] = STATE(400), + [sym_case_statement] = STATE(400), + [sym_while_statement] = STATE(400), + [sym_do_statement] = STATE(400), + [sym_for_statement] = STATE(400), + [sym_return_statement] = STATE(400), + [sym_break_statement] = STATE(400), + [sym_continue_statement] = STATE(400), + [sym_goto_statement] = STATE(400), + [sym__expression] = STATE(2805), + [sym_comma_expression] = STATE(4908), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(400), + [sym_co_return_statement] = STATE(400), + [sym_co_yield_statement] = STATE(400), + [sym_throw_statement] = STATE(400), + [sym_try_statement] = STATE(400), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(1041), + [sym_identifier] = ACTIONS(2576), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [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_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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(121), + [anon_sym_co_return] = ACTIONS(129), + [anon_sym_co_yield] = ACTIONS(131), + [anon_sym_try] = ACTIONS(133), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1048] = { + [sym_identifier] = ACTIONS(1879), + [aux_sym_preproc_def_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token2] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), + [aux_sym_preproc_else_token1] = ACTIONS(1879), + [aux_sym_preproc_elif_token1] = ACTIONS(1879), + [sym_preproc_directive] = ACTIONS(1879), + [anon_sym_LPAREN2] = ACTIONS(1881), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1879), + [anon_sym_typedef] = ACTIONS(1879), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym___attribute__] = ACTIONS(1879), + [anon_sym_COLON_COLON] = ACTIONS(1881), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), + [anon_sym___declspec] = ACTIONS(1879), + [anon_sym___based] = ACTIONS(1879), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_register] = ACTIONS(1879), + [anon_sym_inline] = ACTIONS(1879), + [anon_sym_thread_local] = ACTIONS(1879), + [anon_sym_const] = ACTIONS(1879), + [anon_sym_volatile] = ACTIONS(1879), + [anon_sym_restrict] = ACTIONS(1879), + [anon_sym__Atomic] = ACTIONS(1879), + [anon_sym_mutable] = ACTIONS(1879), + [anon_sym_constexpr] = ACTIONS(1879), + [anon_sym_signed] = ACTIONS(1879), + [anon_sym_unsigned] = ACTIONS(1879), + [anon_sym_long] = ACTIONS(1879), + [anon_sym_short] = ACTIONS(1879), + [sym_primitive_type] = ACTIONS(1879), + [anon_sym_enum] = ACTIONS(1879), + [anon_sym_class] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1879), + [anon_sym_union] = ACTIONS(1879), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1771), - [anon_sym_virtual] = ACTIONS(1771), - [anon_sym_explicit] = ACTIONS(1771), - [anon_sym_public] = ACTIONS(1771), - [anon_sym_private] = ACTIONS(1771), - [anon_sym_protected] = ACTIONS(1771), - [sym_auto] = ACTIONS(1771), - [anon_sym_typename] = ACTIONS(1771), - [anon_sym_template] = ACTIONS(1771), - [anon_sym_operator] = ACTIONS(1771), - [anon_sym_friend] = ACTIONS(1771), - [anon_sym_using] = ACTIONS(1771), - [anon_sym_static_assert] = ACTIONS(1771), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1771), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), - [anon_sym_MOZ_COLD] = ACTIONS(1771), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL] = ACTIONS(1771), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN] = ACTIONS(1771), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), - [anon_sym_MOZ_RAII] = ACTIONS(1771), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), + [anon_sym_decltype] = ACTIONS(1879), + [anon_sym_virtual] = ACTIONS(1879), + [anon_sym_explicit] = ACTIONS(1879), + [anon_sym_public] = ACTIONS(1879), + [anon_sym_private] = ACTIONS(1879), + [anon_sym_protected] = ACTIONS(1879), + [sym_auto] = ACTIONS(1879), + [anon_sym_typename] = ACTIONS(1879), + [anon_sym_template] = ACTIONS(1879), + [anon_sym_operator] = ACTIONS(1879), + [anon_sym_friend] = ACTIONS(1879), + [anon_sym_using] = ACTIONS(1879), + [anon_sym_static_assert] = ACTIONS(1879), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), + [anon_sym_MOZ_COLD] = ACTIONS(1879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_RAII] = ACTIONS(1879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), }, - [1063] = { - [sym_identifier] = ACTIONS(1799), - [aux_sym_preproc_def_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token1] = ACTIONS(1799), - [aux_sym_preproc_if_token2] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), - [sym_preproc_directive] = ACTIONS(1799), - [anon_sym_LPAREN2] = ACTIONS(1801), - [anon_sym_TILDE] = ACTIONS(1801), - [anon_sym_STAR] = ACTIONS(1801), - [anon_sym_AMP_AMP] = ACTIONS(1801), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_typedef] = ACTIONS(1799), - [anon_sym_extern] = ACTIONS(1799), - [anon_sym___attribute__] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), - [anon_sym___declspec] = ACTIONS(1799), - [anon_sym___based] = ACTIONS(1799), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_static] = ACTIONS(1799), - [anon_sym_register] = ACTIONS(1799), - [anon_sym_inline] = ACTIONS(1799), - [anon_sym_thread_local] = ACTIONS(1799), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_volatile] = ACTIONS(1799), - [anon_sym_restrict] = ACTIONS(1799), - [anon_sym__Atomic] = ACTIONS(1799), - [anon_sym_mutable] = ACTIONS(1799), - [anon_sym_constexpr] = ACTIONS(1799), - [anon_sym_signed] = ACTIONS(1799), - [anon_sym_unsigned] = ACTIONS(1799), - [anon_sym_long] = ACTIONS(1799), - [anon_sym_short] = ACTIONS(1799), - [sym_primitive_type] = ACTIONS(1799), - [anon_sym_enum] = ACTIONS(1799), - [anon_sym_class] = ACTIONS(1799), - [anon_sym_struct] = ACTIONS(1799), - [anon_sym_union] = ACTIONS(1799), + [1049] = { + [sym_attribute_declaration] = STATE(882), + [sym_compound_statement] = STATE(159), + [sym_attributed_statement] = STATE(159), + [sym_labeled_statement] = STATE(159), + [sym_expression_statement] = STATE(159), + [sym_if_statement] = STATE(159), + [sym_switch_statement] = STATE(159), + [sym_case_statement] = STATE(159), + [sym_while_statement] = STATE(159), + [sym_do_statement] = STATE(159), + [sym_for_statement] = STATE(159), + [sym_return_statement] = STATE(159), + [sym_break_statement] = STATE(159), + [sym_continue_statement] = STATE(159), + [sym_goto_statement] = STATE(159), + [sym__expression] = STATE(2881), + [sym_comma_expression] = STATE(5226), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(159), + [sym_co_return_statement] = STATE(159), + [sym_co_yield_statement] = STATE(159), + [sym_throw_statement] = STATE(159), + [sym_try_statement] = STATE(159), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(882), + [sym_identifier] = ACTIONS(2580), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(271), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(275), + [anon_sym_default] = ACTIONS(277), + [anon_sym_while] = ACTIONS(279), + [anon_sym_do] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_return] = ACTIONS(285), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(289), + [anon_sym_goto] = ACTIONS(291), + [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(1799), - [anon_sym_virtual] = ACTIONS(1799), - [anon_sym_explicit] = ACTIONS(1799), - [anon_sym_public] = ACTIONS(1799), - [anon_sym_private] = ACTIONS(1799), - [anon_sym_protected] = ACTIONS(1799), - [sym_auto] = ACTIONS(1799), - [anon_sym_typename] = ACTIONS(1799), - [anon_sym_template] = ACTIONS(1799), - [anon_sym_operator] = ACTIONS(1799), - [anon_sym_friend] = ACTIONS(1799), - [anon_sym_using] = ACTIONS(1799), - [anon_sym_static_assert] = ACTIONS(1799), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1799), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), - [anon_sym_MOZ_COLD] = ACTIONS(1799), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL] = ACTIONS(1799), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN] = ACTIONS(1799), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), - [anon_sym_MOZ_RAII] = ACTIONS(1799), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_co_return] = ACTIONS(303), + [anon_sym_co_yield] = ACTIONS(305), + [anon_sym_try] = ACTIONS(307), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1064] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2658), - [anon_sym_AMP_AMP] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2656), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2656), - [anon_sym_virtual] = ACTIONS(2656), - [anon_sym_explicit] = ACTIONS(2656), - [anon_sym_public] = ACTIONS(2656), - [anon_sym_private] = ACTIONS(2656), - [anon_sym_protected] = ACTIONS(2656), - [sym_auto] = ACTIONS(2656), - [anon_sym_typename] = ACTIONS(2656), - [anon_sym_template] = ACTIONS(2656), - [anon_sym_operator] = ACTIONS(2656), - [anon_sym_friend] = ACTIONS(2656), - [anon_sym_using] = ACTIONS(2656), - [anon_sym_static_assert] = ACTIONS(2656), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2656), - [anon_sym_MOZ_COLD] = ACTIONS(2656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_NONNULL] = ACTIONS(2656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_NORETURN] = ACTIONS(2656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2656), - [anon_sym_MOZ_RAII] = ACTIONS(2656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2656), + [1050] = { + [sym_identifier] = ACTIONS(3086), + [aux_sym_preproc_def_token1] = ACTIONS(3086), + [aux_sym_preproc_if_token1] = ACTIONS(3086), + [aux_sym_preproc_if_token2] = ACTIONS(3086), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3086), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3086), + [aux_sym_preproc_else_token1] = ACTIONS(3086), + [aux_sym_preproc_elif_token1] = ACTIONS(3086), + [sym_preproc_directive] = ACTIONS(3086), + [anon_sym_LPAREN2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3086), + [anon_sym_typedef] = ACTIONS(3086), + [anon_sym_extern] = ACTIONS(3086), + [anon_sym___attribute__] = ACTIONS(3086), + [anon_sym_COLON_COLON] = ACTIONS(3088), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3088), + [anon_sym___declspec] = ACTIONS(3086), + [anon_sym___based] = ACTIONS(3086), + [anon_sym_LBRACK] = ACTIONS(3086), + [anon_sym_static] = ACTIONS(3086), + [anon_sym_register] = ACTIONS(3086), + [anon_sym_inline] = ACTIONS(3086), + [anon_sym_thread_local] = ACTIONS(3086), + [anon_sym_const] = ACTIONS(3086), + [anon_sym_volatile] = ACTIONS(3086), + [anon_sym_restrict] = ACTIONS(3086), + [anon_sym__Atomic] = ACTIONS(3086), + [anon_sym_mutable] = ACTIONS(3086), + [anon_sym_constexpr] = ACTIONS(3086), + [anon_sym_signed] = ACTIONS(3086), + [anon_sym_unsigned] = ACTIONS(3086), + [anon_sym_long] = ACTIONS(3086), + [anon_sym_short] = ACTIONS(3086), + [sym_primitive_type] = ACTIONS(3086), + [anon_sym_enum] = ACTIONS(3086), + [anon_sym_class] = ACTIONS(3086), + [anon_sym_struct] = ACTIONS(3086), + [anon_sym_union] = ACTIONS(3086), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3086), + [anon_sym_virtual] = ACTIONS(3086), + [anon_sym_explicit] = ACTIONS(3086), + [anon_sym_public] = ACTIONS(3086), + [anon_sym_private] = ACTIONS(3086), + [anon_sym_protected] = ACTIONS(3086), + [sym_auto] = ACTIONS(3086), + [anon_sym_typename] = ACTIONS(3086), + [anon_sym_template] = ACTIONS(3086), + [anon_sym_operator] = ACTIONS(3086), + [anon_sym_friend] = ACTIONS(3086), + [anon_sym_using] = ACTIONS(3086), + [anon_sym_static_assert] = ACTIONS(3086), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3086), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3086), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3086), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3086), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3086), + [anon_sym_MOZ_COLD] = ACTIONS(3086), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3086), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3086), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3086), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3086), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3086), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3086), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3086), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3086), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3086), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3086), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3086), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3086), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3086), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_NONNULL] = ACTIONS(3086), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3086), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3086), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3086), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3086), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3086), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3086), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3086), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3086), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3086), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3086), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3086), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3086), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), + [anon_sym_MOZ_RAII] = ACTIONS(3086), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3086), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3086), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3086), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3086), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3086), }, - [1065] = { - [sym_identifier] = ACTIONS(1899), - [aux_sym_preproc_def_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token1] = ACTIONS(1899), - [aux_sym_preproc_if_token2] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), - [sym_preproc_directive] = ACTIONS(1899), - [anon_sym_LPAREN2] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1901), - [anon_sym_AMP_AMP] = ACTIONS(1901), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_typedef] = ACTIONS(1899), - [anon_sym_extern] = ACTIONS(1899), - [anon_sym___attribute__] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1901), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), - [anon_sym___declspec] = ACTIONS(1899), - [anon_sym___based] = ACTIONS(1899), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_static] = ACTIONS(1899), - [anon_sym_register] = ACTIONS(1899), - [anon_sym_inline] = ACTIONS(1899), - [anon_sym_thread_local] = ACTIONS(1899), - [anon_sym_const] = ACTIONS(1899), - [anon_sym_volatile] = ACTIONS(1899), - [anon_sym_restrict] = ACTIONS(1899), - [anon_sym__Atomic] = ACTIONS(1899), - [anon_sym_mutable] = ACTIONS(1899), - [anon_sym_constexpr] = ACTIONS(1899), - [anon_sym_signed] = ACTIONS(1899), - [anon_sym_unsigned] = ACTIONS(1899), - [anon_sym_long] = ACTIONS(1899), - [anon_sym_short] = ACTIONS(1899), - [sym_primitive_type] = ACTIONS(1899), - [anon_sym_enum] = ACTIONS(1899), - [anon_sym_class] = ACTIONS(1899), - [anon_sym_struct] = ACTIONS(1899), - [anon_sym_union] = ACTIONS(1899), + [1051] = { + [sym_identifier] = ACTIONS(1875), + [aux_sym_preproc_def_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token2] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), + [aux_sym_preproc_else_token1] = ACTIONS(1875), + [aux_sym_preproc_elif_token1] = ACTIONS(1875), + [sym_preproc_directive] = ACTIONS(1875), + [anon_sym_LPAREN2] = ACTIONS(1877), + [anon_sym_TILDE] = ACTIONS(1877), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP_AMP] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1875), + [anon_sym_typedef] = ACTIONS(1875), + [anon_sym_extern] = ACTIONS(1875), + [anon_sym___attribute__] = ACTIONS(1875), + [anon_sym_COLON_COLON] = ACTIONS(1877), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), + [anon_sym___declspec] = ACTIONS(1875), + [anon_sym___based] = ACTIONS(1875), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_static] = ACTIONS(1875), + [anon_sym_register] = ACTIONS(1875), + [anon_sym_inline] = ACTIONS(1875), + [anon_sym_thread_local] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1875), + [anon_sym_volatile] = ACTIONS(1875), + [anon_sym_restrict] = ACTIONS(1875), + [anon_sym__Atomic] = ACTIONS(1875), + [anon_sym_mutable] = ACTIONS(1875), + [anon_sym_constexpr] = ACTIONS(1875), + [anon_sym_signed] = ACTIONS(1875), + [anon_sym_unsigned] = ACTIONS(1875), + [anon_sym_long] = ACTIONS(1875), + [anon_sym_short] = ACTIONS(1875), + [sym_primitive_type] = ACTIONS(1875), + [anon_sym_enum] = ACTIONS(1875), + [anon_sym_class] = ACTIONS(1875), + [anon_sym_struct] = ACTIONS(1875), + [anon_sym_union] = ACTIONS(1875), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1899), - [anon_sym_virtual] = ACTIONS(1899), - [anon_sym_explicit] = ACTIONS(1899), - [anon_sym_public] = ACTIONS(1899), - [anon_sym_private] = ACTIONS(1899), - [anon_sym_protected] = ACTIONS(1899), - [sym_auto] = ACTIONS(1899), - [anon_sym_typename] = ACTIONS(1899), - [anon_sym_template] = ACTIONS(1899), - [anon_sym_operator] = ACTIONS(1899), - [anon_sym_friend] = ACTIONS(1899), - [anon_sym_using] = ACTIONS(1899), - [anon_sym_static_assert] = ACTIONS(1899), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1899), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), - [anon_sym_MOZ_COLD] = ACTIONS(1899), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL] = ACTIONS(1899), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN] = ACTIONS(1899), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), - [anon_sym_MOZ_RAII] = ACTIONS(1899), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), + [anon_sym_decltype] = ACTIONS(1875), + [anon_sym_virtual] = ACTIONS(1875), + [anon_sym_explicit] = ACTIONS(1875), + [anon_sym_public] = ACTIONS(1875), + [anon_sym_private] = ACTIONS(1875), + [anon_sym_protected] = ACTIONS(1875), + [sym_auto] = ACTIONS(1875), + [anon_sym_typename] = ACTIONS(1875), + [anon_sym_template] = ACTIONS(1875), + [anon_sym_operator] = ACTIONS(1875), + [anon_sym_friend] = ACTIONS(1875), + [anon_sym_using] = ACTIONS(1875), + [anon_sym_static_assert] = ACTIONS(1875), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), + [anon_sym_MOZ_COLD] = ACTIONS(1875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_RAII] = ACTIONS(1875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), }, - [1066] = { - [sym_identifier] = ACTIONS(1803), - [aux_sym_preproc_def_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token1] = ACTIONS(1803), - [aux_sym_preproc_if_token2] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), - [sym_preproc_directive] = ACTIONS(1803), - [anon_sym_LPAREN2] = ACTIONS(1805), - [anon_sym_TILDE] = ACTIONS(1805), - [anon_sym_STAR] = ACTIONS(1805), - [anon_sym_AMP_AMP] = ACTIONS(1805), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_typedef] = ACTIONS(1803), - [anon_sym_extern] = ACTIONS(1803), - [anon_sym___attribute__] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1805), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), - [anon_sym___declspec] = ACTIONS(1803), - [anon_sym___based] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_register] = ACTIONS(1803), - [anon_sym_inline] = ACTIONS(1803), - [anon_sym_thread_local] = ACTIONS(1803), - [anon_sym_const] = ACTIONS(1803), - [anon_sym_volatile] = ACTIONS(1803), - [anon_sym_restrict] = ACTIONS(1803), - [anon_sym__Atomic] = ACTIONS(1803), - [anon_sym_mutable] = ACTIONS(1803), - [anon_sym_constexpr] = ACTIONS(1803), - [anon_sym_signed] = ACTIONS(1803), - [anon_sym_unsigned] = ACTIONS(1803), - [anon_sym_long] = ACTIONS(1803), - [anon_sym_short] = ACTIONS(1803), - [sym_primitive_type] = ACTIONS(1803), - [anon_sym_enum] = ACTIONS(1803), - [anon_sym_class] = ACTIONS(1803), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), + [1052] = { + [sym_identifier] = ACTIONS(1871), + [aux_sym_preproc_def_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token2] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), + [aux_sym_preproc_else_token1] = ACTIONS(1871), + [aux_sym_preproc_elif_token1] = ACTIONS(1871), + [sym_preproc_directive] = ACTIONS(1871), + [anon_sym_LPAREN2] = ACTIONS(1873), + [anon_sym_TILDE] = ACTIONS(1873), + [anon_sym_STAR] = ACTIONS(1873), + [anon_sym_AMP_AMP] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1871), + [anon_sym_typedef] = ACTIONS(1871), + [anon_sym_extern] = ACTIONS(1871), + [anon_sym___attribute__] = ACTIONS(1871), + [anon_sym_COLON_COLON] = ACTIONS(1873), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), + [anon_sym___declspec] = ACTIONS(1871), + [anon_sym___based] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_register] = ACTIONS(1871), + [anon_sym_inline] = ACTIONS(1871), + [anon_sym_thread_local] = ACTIONS(1871), + [anon_sym_const] = ACTIONS(1871), + [anon_sym_volatile] = ACTIONS(1871), + [anon_sym_restrict] = ACTIONS(1871), + [anon_sym__Atomic] = ACTIONS(1871), + [anon_sym_mutable] = ACTIONS(1871), + [anon_sym_constexpr] = ACTIONS(1871), + [anon_sym_signed] = ACTIONS(1871), + [anon_sym_unsigned] = ACTIONS(1871), + [anon_sym_long] = ACTIONS(1871), + [anon_sym_short] = ACTIONS(1871), + [sym_primitive_type] = ACTIONS(1871), + [anon_sym_enum] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_struct] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1871), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1803), - [anon_sym_virtual] = ACTIONS(1803), - [anon_sym_explicit] = ACTIONS(1803), - [anon_sym_public] = ACTIONS(1803), - [anon_sym_private] = ACTIONS(1803), - [anon_sym_protected] = ACTIONS(1803), - [sym_auto] = ACTIONS(1803), - [anon_sym_typename] = ACTIONS(1803), - [anon_sym_template] = ACTIONS(1803), - [anon_sym_operator] = ACTIONS(1803), - [anon_sym_friend] = ACTIONS(1803), - [anon_sym_using] = ACTIONS(1803), - [anon_sym_static_assert] = ACTIONS(1803), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1803), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), - [anon_sym_MOZ_COLD] = ACTIONS(1803), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL] = ACTIONS(1803), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN] = ACTIONS(1803), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), - [anon_sym_MOZ_RAII] = ACTIONS(1803), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), + [anon_sym_decltype] = ACTIONS(1871), + [anon_sym_virtual] = ACTIONS(1871), + [anon_sym_explicit] = ACTIONS(1871), + [anon_sym_public] = ACTIONS(1871), + [anon_sym_private] = ACTIONS(1871), + [anon_sym_protected] = ACTIONS(1871), + [sym_auto] = ACTIONS(1871), + [anon_sym_typename] = ACTIONS(1871), + [anon_sym_template] = ACTIONS(1871), + [anon_sym_operator] = ACTIONS(1871), + [anon_sym_friend] = ACTIONS(1871), + [anon_sym_using] = ACTIONS(1871), + [anon_sym_static_assert] = ACTIONS(1871), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), + [anon_sym_MOZ_COLD] = ACTIONS(1871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_RAII] = ACTIONS(1871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), + }, + [1053] = { + [sym_attribute_declaration] = STATE(945), + [sym_compound_statement] = STATE(345), + [sym_attributed_statement] = STATE(345), + [sym_labeled_statement] = STATE(345), + [sym_expression_statement] = STATE(345), + [sym_if_statement] = STATE(345), + [sym_switch_statement] = STATE(345), + [sym_case_statement] = STATE(345), + [sym_while_statement] = STATE(345), + [sym_do_statement] = STATE(345), + [sym_for_statement] = STATE(345), + [sym_return_statement] = STATE(345), + [sym_break_statement] = STATE(345), + [sym_continue_statement] = STATE(345), + [sym_goto_statement] = STATE(345), + [sym__expression] = STATE(2864), + [sym_comma_expression] = STATE(4938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_for_range_loop] = STATE(345), + [sym_co_return_statement] = STATE(345), + [sym_co_yield_statement] = STATE(345), + [sym_throw_statement] = STATE(345), + [sym_try_statement] = STATE(345), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_attributed_declarator_repeat1] = STATE(945), + [sym_identifier] = ACTIONS(2622), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(163), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_LBRACK] = ACTIONS(1033), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(175), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(179), + [anon_sym_default] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_for] = ACTIONS(187), + [anon_sym_return] = ACTIONS(189), + [anon_sym_break] = ACTIONS(191), + [anon_sym_continue] = ACTIONS(193), + [anon_sym_goto] = ACTIONS(195), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_co_return] = ACTIONS(209), + [anon_sym_co_yield] = ACTIONS(211), + [anon_sym_try] = ACTIONS(213), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1067] = { + [1054] = { + [sym_identifier] = ACTIONS(3090), + [aux_sym_preproc_def_token1] = ACTIONS(3090), + [aux_sym_preproc_if_token1] = ACTIONS(3090), + [aux_sym_preproc_if_token2] = ACTIONS(3090), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3090), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3090), + [aux_sym_preproc_else_token1] = ACTIONS(3090), + [aux_sym_preproc_elif_token1] = ACTIONS(3090), + [sym_preproc_directive] = ACTIONS(3090), + [anon_sym_LPAREN2] = ACTIONS(3092), + [anon_sym_TILDE] = ACTIONS(3092), + [anon_sym_STAR] = ACTIONS(3092), + [anon_sym_AMP_AMP] = ACTIONS(3092), + [anon_sym_AMP] = ACTIONS(3090), + [anon_sym_typedef] = ACTIONS(3090), + [anon_sym_extern] = ACTIONS(3090), + [anon_sym___attribute__] = ACTIONS(3090), + [anon_sym_COLON_COLON] = ACTIONS(3092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3092), + [anon_sym___declspec] = ACTIONS(3090), + [anon_sym___based] = ACTIONS(3090), + [anon_sym_LBRACK] = ACTIONS(3090), + [anon_sym_static] = ACTIONS(3090), + [anon_sym_register] = ACTIONS(3090), + [anon_sym_inline] = ACTIONS(3090), + [anon_sym_thread_local] = ACTIONS(3090), + [anon_sym_const] = ACTIONS(3090), + [anon_sym_volatile] = ACTIONS(3090), + [anon_sym_restrict] = ACTIONS(3090), + [anon_sym__Atomic] = ACTIONS(3090), + [anon_sym_mutable] = ACTIONS(3090), + [anon_sym_constexpr] = ACTIONS(3090), + [anon_sym_signed] = ACTIONS(3090), + [anon_sym_unsigned] = ACTIONS(3090), + [anon_sym_long] = ACTIONS(3090), + [anon_sym_short] = ACTIONS(3090), + [sym_primitive_type] = ACTIONS(3090), + [anon_sym_enum] = ACTIONS(3090), + [anon_sym_class] = ACTIONS(3090), + [anon_sym_struct] = ACTIONS(3090), + [anon_sym_union] = ACTIONS(3090), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3090), + [anon_sym_virtual] = ACTIONS(3090), + [anon_sym_explicit] = ACTIONS(3090), + [anon_sym_public] = ACTIONS(3090), + [anon_sym_private] = ACTIONS(3090), + [anon_sym_protected] = ACTIONS(3090), + [sym_auto] = ACTIONS(3090), + [anon_sym_typename] = ACTIONS(3090), + [anon_sym_template] = ACTIONS(3090), + [anon_sym_operator] = ACTIONS(3090), + [anon_sym_friend] = ACTIONS(3090), + [anon_sym_using] = ACTIONS(3090), + [anon_sym_static_assert] = ACTIONS(3090), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3090), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3090), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3090), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3090), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3090), + [anon_sym_MOZ_COLD] = ACTIONS(3090), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3090), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3090), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3090), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3090), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3090), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3090), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3090), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3090), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3090), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3090), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3090), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3090), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3090), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_NONNULL] = ACTIONS(3090), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3090), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3090), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3090), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3090), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3090), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3090), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3090), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3090), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3090), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3090), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3090), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3090), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3090), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3090), + [anon_sym_MOZ_RAII] = ACTIONS(3090), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3090), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3090), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3090), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3090), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3090), + }, + [1055] = { [sym_identifier] = ACTIONS(1867), [aux_sym_preproc_def_token1] = ACTIONS(1867), [aux_sym_preproc_if_token1] = ACTIONS(1867), [aux_sym_preproc_if_token2] = ACTIONS(1867), [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), + [aux_sym_preproc_else_token1] = ACTIONS(1867), + [aux_sym_preproc_elif_token1] = ACTIONS(1867), [sym_preproc_directive] = ACTIONS(1867), [anon_sym_LPAREN2] = ACTIONS(1869), [anon_sym_TILDE] = ACTIONS(1869), @@ -217229,18219 +216387,21122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), }, + [1056] = { + [sym_identifier] = ACTIONS(1863), + [aux_sym_preproc_def_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token2] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), + [aux_sym_preproc_else_token1] = ACTIONS(1863), + [aux_sym_preproc_elif_token1] = ACTIONS(1863), + [sym_preproc_directive] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1865), + [anon_sym_TILDE] = ACTIONS(1865), + [anon_sym_STAR] = ACTIONS(1865), + [anon_sym_AMP_AMP] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_typedef] = ACTIONS(1863), + [anon_sym_extern] = ACTIONS(1863), + [anon_sym___attribute__] = ACTIONS(1863), + [anon_sym_COLON_COLON] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), + [anon_sym___declspec] = ACTIONS(1863), + [anon_sym___based] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_static] = ACTIONS(1863), + [anon_sym_register] = ACTIONS(1863), + [anon_sym_inline] = ACTIONS(1863), + [anon_sym_thread_local] = ACTIONS(1863), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_volatile] = ACTIONS(1863), + [anon_sym_restrict] = ACTIONS(1863), + [anon_sym__Atomic] = ACTIONS(1863), + [anon_sym_mutable] = ACTIONS(1863), + [anon_sym_constexpr] = ACTIONS(1863), + [anon_sym_signed] = ACTIONS(1863), + [anon_sym_unsigned] = ACTIONS(1863), + [anon_sym_long] = ACTIONS(1863), + [anon_sym_short] = ACTIONS(1863), + [sym_primitive_type] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_class] = ACTIONS(1863), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1863), + [anon_sym_virtual] = ACTIONS(1863), + [anon_sym_explicit] = ACTIONS(1863), + [anon_sym_public] = ACTIONS(1863), + [anon_sym_private] = ACTIONS(1863), + [anon_sym_protected] = ACTIONS(1863), + [sym_auto] = ACTIONS(1863), + [anon_sym_typename] = ACTIONS(1863), + [anon_sym_template] = ACTIONS(1863), + [anon_sym_operator] = ACTIONS(1863), + [anon_sym_friend] = ACTIONS(1863), + [anon_sym_using] = ACTIONS(1863), + [anon_sym_static_assert] = ACTIONS(1863), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), + [anon_sym_MOZ_COLD] = ACTIONS(1863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_RAII] = ACTIONS(1863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), + }, + [1057] = { + [sym_identifier] = ACTIONS(3094), + [aux_sym_preproc_def_token1] = ACTIONS(3094), + [aux_sym_preproc_if_token1] = ACTIONS(3094), + [aux_sym_preproc_if_token2] = ACTIONS(3094), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), + [aux_sym_preproc_else_token1] = ACTIONS(3094), + [aux_sym_preproc_elif_token1] = ACTIONS(3094), + [sym_preproc_directive] = ACTIONS(3094), + [anon_sym_LPAREN2] = ACTIONS(3096), + [anon_sym_TILDE] = ACTIONS(3096), + [anon_sym_STAR] = ACTIONS(3096), + [anon_sym_AMP_AMP] = ACTIONS(3096), + [anon_sym_AMP] = ACTIONS(3094), + [anon_sym_typedef] = ACTIONS(3094), + [anon_sym_extern] = ACTIONS(3094), + [anon_sym___attribute__] = ACTIONS(3094), + [anon_sym_COLON_COLON] = ACTIONS(3096), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), + [anon_sym___declspec] = ACTIONS(3094), + [anon_sym___based] = ACTIONS(3094), + [anon_sym_LBRACK] = ACTIONS(3094), + [anon_sym_static] = ACTIONS(3094), + [anon_sym_register] = ACTIONS(3094), + [anon_sym_inline] = ACTIONS(3094), + [anon_sym_thread_local] = ACTIONS(3094), + [anon_sym_const] = ACTIONS(3094), + [anon_sym_volatile] = ACTIONS(3094), + [anon_sym_restrict] = ACTIONS(3094), + [anon_sym__Atomic] = ACTIONS(3094), + [anon_sym_mutable] = ACTIONS(3094), + [anon_sym_constexpr] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3094), + [anon_sym_unsigned] = ACTIONS(3094), + [anon_sym_long] = ACTIONS(3094), + [anon_sym_short] = ACTIONS(3094), + [sym_primitive_type] = ACTIONS(3094), + [anon_sym_enum] = ACTIONS(3094), + [anon_sym_class] = ACTIONS(3094), + [anon_sym_struct] = ACTIONS(3094), + [anon_sym_union] = ACTIONS(3094), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3094), + [anon_sym_virtual] = ACTIONS(3094), + [anon_sym_explicit] = ACTIONS(3094), + [anon_sym_public] = ACTIONS(3094), + [anon_sym_private] = ACTIONS(3094), + [anon_sym_protected] = ACTIONS(3094), + [sym_auto] = ACTIONS(3094), + [anon_sym_typename] = ACTIONS(3094), + [anon_sym_template] = ACTIONS(3094), + [anon_sym_operator] = ACTIONS(3094), + [anon_sym_friend] = ACTIONS(3094), + [anon_sym_using] = ACTIONS(3094), + [anon_sym_static_assert] = ACTIONS(3094), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3094), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3094), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3094), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3094), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3094), + [anon_sym_MOZ_COLD] = ACTIONS(3094), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3094), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3094), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3094), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3094), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3094), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3094), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3094), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3094), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3094), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3094), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3094), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3094), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3094), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_NONNULL] = ACTIONS(3094), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3094), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3094), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3094), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3094), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3094), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3094), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3094), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3094), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3094), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3094), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3094), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3094), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), + [anon_sym_MOZ_RAII] = ACTIONS(3094), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3094), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3094), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3094), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3094), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3094), + }, + [1058] = { + [sym_identifier] = ACTIONS(1827), + [aux_sym_preproc_def_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token2] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), + [aux_sym_preproc_else_token1] = ACTIONS(1827), + [aux_sym_preproc_elif_token1] = ACTIONS(1827), + [sym_preproc_directive] = ACTIONS(1827), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_TILDE] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(1829), + [anon_sym_AMP_AMP] = ACTIONS(1829), + [anon_sym_AMP] = ACTIONS(1827), + [anon_sym_typedef] = ACTIONS(1827), + [anon_sym_extern] = ACTIONS(1827), + [anon_sym___attribute__] = ACTIONS(1827), + [anon_sym_COLON_COLON] = ACTIONS(1829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), + [anon_sym___declspec] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1827), + [anon_sym_LBRACK] = ACTIONS(1827), + [anon_sym_static] = ACTIONS(1827), + [anon_sym_register] = ACTIONS(1827), + [anon_sym_inline] = ACTIONS(1827), + [anon_sym_thread_local] = ACTIONS(1827), + [anon_sym_const] = ACTIONS(1827), + [anon_sym_volatile] = ACTIONS(1827), + [anon_sym_restrict] = ACTIONS(1827), + [anon_sym__Atomic] = ACTIONS(1827), + [anon_sym_mutable] = ACTIONS(1827), + [anon_sym_constexpr] = ACTIONS(1827), + [anon_sym_signed] = ACTIONS(1827), + [anon_sym_unsigned] = ACTIONS(1827), + [anon_sym_long] = ACTIONS(1827), + [anon_sym_short] = ACTIONS(1827), + [sym_primitive_type] = ACTIONS(1827), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1827), + [anon_sym_union] = ACTIONS(1827), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1827), + [anon_sym_virtual] = ACTIONS(1827), + [anon_sym_explicit] = ACTIONS(1827), + [anon_sym_public] = ACTIONS(1827), + [anon_sym_private] = ACTIONS(1827), + [anon_sym_protected] = ACTIONS(1827), + [sym_auto] = ACTIONS(1827), + [anon_sym_typename] = ACTIONS(1827), + [anon_sym_template] = ACTIONS(1827), + [anon_sym_operator] = ACTIONS(1827), + [anon_sym_friend] = ACTIONS(1827), + [anon_sym_using] = ACTIONS(1827), + [anon_sym_static_assert] = ACTIONS(1827), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1827), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), + [anon_sym_MOZ_COLD] = ACTIONS(1827), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_RAII] = ACTIONS(1827), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), + }, + [1059] = { + [sym_identifier] = ACTIONS(3098), + [aux_sym_preproc_def_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token2] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), + [aux_sym_preproc_else_token1] = ACTIONS(3098), + [aux_sym_preproc_elif_token1] = ACTIONS(3098), + [sym_preproc_directive] = ACTIONS(3098), + [anon_sym_LPAREN2] = ACTIONS(3100), + [anon_sym_TILDE] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3100), + [anon_sym_AMP_AMP] = ACTIONS(3100), + [anon_sym_AMP] = ACTIONS(3098), + [anon_sym_typedef] = ACTIONS(3098), + [anon_sym_extern] = ACTIONS(3098), + [anon_sym___attribute__] = ACTIONS(3098), + [anon_sym_COLON_COLON] = ACTIONS(3100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), + [anon_sym___declspec] = ACTIONS(3098), + [anon_sym___based] = ACTIONS(3098), + [anon_sym_LBRACK] = ACTIONS(3098), + [anon_sym_static] = ACTIONS(3098), + [anon_sym_register] = ACTIONS(3098), + [anon_sym_inline] = ACTIONS(3098), + [anon_sym_thread_local] = ACTIONS(3098), + [anon_sym_const] = ACTIONS(3098), + [anon_sym_volatile] = ACTIONS(3098), + [anon_sym_restrict] = ACTIONS(3098), + [anon_sym__Atomic] = ACTIONS(3098), + [anon_sym_mutable] = ACTIONS(3098), + [anon_sym_constexpr] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3098), + [anon_sym_unsigned] = ACTIONS(3098), + [anon_sym_long] = ACTIONS(3098), + [anon_sym_short] = ACTIONS(3098), + [sym_primitive_type] = ACTIONS(3098), + [anon_sym_enum] = ACTIONS(3098), + [anon_sym_class] = ACTIONS(3098), + [anon_sym_struct] = ACTIONS(3098), + [anon_sym_union] = ACTIONS(3098), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3098), + [anon_sym_virtual] = ACTIONS(3098), + [anon_sym_explicit] = ACTIONS(3098), + [anon_sym_public] = ACTIONS(3098), + [anon_sym_private] = ACTIONS(3098), + [anon_sym_protected] = ACTIONS(3098), + [sym_auto] = ACTIONS(3098), + [anon_sym_typename] = ACTIONS(3098), + [anon_sym_template] = ACTIONS(3098), + [anon_sym_operator] = ACTIONS(3098), + [anon_sym_friend] = ACTIONS(3098), + [anon_sym_using] = ACTIONS(3098), + [anon_sym_static_assert] = ACTIONS(3098), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3098), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3098), + [anon_sym_MOZ_COLD] = ACTIONS(3098), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3098), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3098), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3098), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3098), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3098), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3098), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3098), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3098), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3098), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3098), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3098), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3098), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_RAII] = ACTIONS(3098), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3098), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3098), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3098), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3098), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3098), + }, + [1060] = { + [sym_identifier] = ACTIONS(3098), + [aux_sym_preproc_def_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token2] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), + [aux_sym_preproc_else_token1] = ACTIONS(3098), + [aux_sym_preproc_elif_token1] = ACTIONS(3098), + [sym_preproc_directive] = ACTIONS(3098), + [anon_sym_LPAREN2] = ACTIONS(3100), + [anon_sym_TILDE] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3100), + [anon_sym_AMP_AMP] = ACTIONS(3100), + [anon_sym_AMP] = ACTIONS(3098), + [anon_sym_typedef] = ACTIONS(3098), + [anon_sym_extern] = ACTIONS(3098), + [anon_sym___attribute__] = ACTIONS(3098), + [anon_sym_COLON_COLON] = ACTIONS(3100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), + [anon_sym___declspec] = ACTIONS(3098), + [anon_sym___based] = ACTIONS(3098), + [anon_sym_LBRACK] = ACTIONS(3098), + [anon_sym_static] = ACTIONS(3098), + [anon_sym_register] = ACTIONS(3098), + [anon_sym_inline] = ACTIONS(3098), + [anon_sym_thread_local] = ACTIONS(3098), + [anon_sym_const] = ACTIONS(3098), + [anon_sym_volatile] = ACTIONS(3098), + [anon_sym_restrict] = ACTIONS(3098), + [anon_sym__Atomic] = ACTIONS(3098), + [anon_sym_mutable] = ACTIONS(3098), + [anon_sym_constexpr] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3098), + [anon_sym_unsigned] = ACTIONS(3098), + [anon_sym_long] = ACTIONS(3098), + [anon_sym_short] = ACTIONS(3098), + [sym_primitive_type] = ACTIONS(3098), + [anon_sym_enum] = ACTIONS(3098), + [anon_sym_class] = ACTIONS(3098), + [anon_sym_struct] = ACTIONS(3098), + [anon_sym_union] = ACTIONS(3098), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3098), + [anon_sym_virtual] = ACTIONS(3098), + [anon_sym_explicit] = ACTIONS(3098), + [anon_sym_public] = ACTIONS(3098), + [anon_sym_private] = ACTIONS(3098), + [anon_sym_protected] = ACTIONS(3098), + [sym_auto] = ACTIONS(3098), + [anon_sym_typename] = ACTIONS(3098), + [anon_sym_template] = ACTIONS(3098), + [anon_sym_operator] = ACTIONS(3098), + [anon_sym_friend] = ACTIONS(3098), + [anon_sym_using] = ACTIONS(3098), + [anon_sym_static_assert] = ACTIONS(3098), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3098), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3098), + [anon_sym_MOZ_COLD] = ACTIONS(3098), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3098), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3098), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3098), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3098), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3098), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3098), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3098), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3098), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3098), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3098), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3098), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3098), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_RAII] = ACTIONS(3098), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3098), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3098), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3098), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3098), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3098), + }, + [1061] = { + [sym_identifier] = ACTIONS(3102), + [aux_sym_preproc_def_token1] = ACTIONS(3102), + [aux_sym_preproc_if_token1] = ACTIONS(3102), + [aux_sym_preproc_if_token2] = ACTIONS(3102), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3102), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3102), + [aux_sym_preproc_else_token1] = ACTIONS(3102), + [aux_sym_preproc_elif_token1] = ACTIONS(3102), + [sym_preproc_directive] = ACTIONS(3102), + [anon_sym_LPAREN2] = ACTIONS(3104), + [anon_sym_TILDE] = ACTIONS(3104), + [anon_sym_STAR] = ACTIONS(3104), + [anon_sym_AMP_AMP] = ACTIONS(3104), + [anon_sym_AMP] = ACTIONS(3102), + [anon_sym_typedef] = ACTIONS(3102), + [anon_sym_extern] = ACTIONS(3102), + [anon_sym___attribute__] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3104), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3104), + [anon_sym___declspec] = ACTIONS(3102), + [anon_sym___based] = ACTIONS(3102), + [anon_sym_LBRACK] = ACTIONS(3102), + [anon_sym_static] = ACTIONS(3102), + [anon_sym_register] = ACTIONS(3102), + [anon_sym_inline] = ACTIONS(3102), + [anon_sym_thread_local] = ACTIONS(3102), + [anon_sym_const] = ACTIONS(3102), + [anon_sym_volatile] = ACTIONS(3102), + [anon_sym_restrict] = ACTIONS(3102), + [anon_sym__Atomic] = ACTIONS(3102), + [anon_sym_mutable] = ACTIONS(3102), + [anon_sym_constexpr] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3102), + [anon_sym_unsigned] = ACTIONS(3102), + [anon_sym_long] = ACTIONS(3102), + [anon_sym_short] = ACTIONS(3102), + [sym_primitive_type] = ACTIONS(3102), + [anon_sym_enum] = ACTIONS(3102), + [anon_sym_class] = ACTIONS(3102), + [anon_sym_struct] = ACTIONS(3102), + [anon_sym_union] = ACTIONS(3102), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3102), + [anon_sym_virtual] = ACTIONS(3102), + [anon_sym_explicit] = ACTIONS(3102), + [anon_sym_public] = ACTIONS(3102), + [anon_sym_private] = ACTIONS(3102), + [anon_sym_protected] = ACTIONS(3102), + [sym_auto] = ACTIONS(3102), + [anon_sym_typename] = ACTIONS(3102), + [anon_sym_template] = ACTIONS(3102), + [anon_sym_operator] = ACTIONS(3102), + [anon_sym_friend] = ACTIONS(3102), + [anon_sym_using] = ACTIONS(3102), + [anon_sym_static_assert] = ACTIONS(3102), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3102), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3102), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3102), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3102), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3102), + [anon_sym_MOZ_COLD] = ACTIONS(3102), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3102), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3102), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3102), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3102), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3102), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3102), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3102), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3102), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3102), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3102), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3102), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3102), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3102), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_NONNULL] = ACTIONS(3102), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3102), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3102), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3102), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3102), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3102), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3102), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3102), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3102), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3102), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3102), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3102), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3102), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3102), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3102), + [anon_sym_MOZ_RAII] = ACTIONS(3102), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3102), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3102), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3102), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3102), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3102), + }, + [1062] = { + [sym_identifier] = ACTIONS(3106), + [aux_sym_preproc_def_token1] = ACTIONS(3106), + [aux_sym_preproc_if_token1] = ACTIONS(3106), + [aux_sym_preproc_if_token2] = ACTIONS(3106), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), + [aux_sym_preproc_else_token1] = ACTIONS(3106), + [aux_sym_preproc_elif_token1] = ACTIONS(3106), + [sym_preproc_directive] = ACTIONS(3106), + [anon_sym_LPAREN2] = ACTIONS(3108), + [anon_sym_TILDE] = ACTIONS(3108), + [anon_sym_STAR] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_AMP] = ACTIONS(3106), + [anon_sym_typedef] = ACTIONS(3106), + [anon_sym_extern] = ACTIONS(3106), + [anon_sym___attribute__] = ACTIONS(3106), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), + [anon_sym___declspec] = ACTIONS(3106), + [anon_sym___based] = ACTIONS(3106), + [anon_sym_LBRACK] = ACTIONS(3106), + [anon_sym_static] = ACTIONS(3106), + [anon_sym_register] = ACTIONS(3106), + [anon_sym_inline] = ACTIONS(3106), + [anon_sym_thread_local] = ACTIONS(3106), + [anon_sym_const] = ACTIONS(3106), + [anon_sym_volatile] = ACTIONS(3106), + [anon_sym_restrict] = ACTIONS(3106), + [anon_sym__Atomic] = ACTIONS(3106), + [anon_sym_mutable] = ACTIONS(3106), + [anon_sym_constexpr] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3106), + [anon_sym_unsigned] = ACTIONS(3106), + [anon_sym_long] = ACTIONS(3106), + [anon_sym_short] = ACTIONS(3106), + [sym_primitive_type] = ACTIONS(3106), + [anon_sym_enum] = ACTIONS(3106), + [anon_sym_class] = ACTIONS(3106), + [anon_sym_struct] = ACTIONS(3106), + [anon_sym_union] = ACTIONS(3106), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3106), + [anon_sym_virtual] = ACTIONS(3106), + [anon_sym_explicit] = ACTIONS(3106), + [anon_sym_public] = ACTIONS(3106), + [anon_sym_private] = ACTIONS(3106), + [anon_sym_protected] = ACTIONS(3106), + [sym_auto] = ACTIONS(3106), + [anon_sym_typename] = ACTIONS(3106), + [anon_sym_template] = ACTIONS(3106), + [anon_sym_operator] = ACTIONS(3106), + [anon_sym_friend] = ACTIONS(3106), + [anon_sym_using] = ACTIONS(3106), + [anon_sym_static_assert] = ACTIONS(3106), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3106), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3106), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3106), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3106), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3106), + [anon_sym_MOZ_COLD] = ACTIONS(3106), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3106), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3106), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3106), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3106), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3106), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3106), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3106), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3106), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3106), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3106), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3106), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3106), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3106), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_NONNULL] = ACTIONS(3106), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3106), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3106), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3106), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3106), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3106), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3106), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3106), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3106), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3106), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3106), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3106), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3106), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), + [anon_sym_MOZ_RAII] = ACTIONS(3106), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3106), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3106), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3106), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3106), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3106), + }, + [1063] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2593), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(5118), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [1064] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(2593), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_parameter_declaration] = STATE(4913), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + }, + [1065] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_RBRACE] = ACTIONS(2972), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [sym_primitive_type] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [sym_auto] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2970), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2970), + [anon_sym_MOZ_COLD] = ACTIONS(2970), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2970), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2970), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2970), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2970), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2970), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2970), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2970), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2970), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2970), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2970), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2970), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2970), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_RAII] = ACTIONS(2970), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2970), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2970), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2970), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2970), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2970), + }, + [1066] = { + [sym_identifier] = ACTIONS(1565), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token2] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), + [sym_preproc_directive] = ACTIONS(1565), + [anon_sym_LPAREN2] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_typedef] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym___attribute__] = ACTIONS(1565), + [anon_sym_COLON_COLON] = ACTIONS(1567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), + [anon_sym___declspec] = ACTIONS(1565), + [anon_sym___based] = ACTIONS(1565), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_static] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_inline] = ACTIONS(1565), + [anon_sym_thread_local] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_volatile] = ACTIONS(1565), + [anon_sym_restrict] = ACTIONS(1565), + [anon_sym__Atomic] = ACTIONS(1565), + [anon_sym_mutable] = ACTIONS(1565), + [anon_sym_constexpr] = ACTIONS(1565), + [anon_sym_signed] = ACTIONS(1565), + [anon_sym_unsigned] = ACTIONS(1565), + [anon_sym_long] = ACTIONS(1565), + [anon_sym_short] = ACTIONS(1565), + [sym_primitive_type] = ACTIONS(1565), + [anon_sym_enum] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1565), + [anon_sym_struct] = ACTIONS(1565), + [anon_sym_union] = ACTIONS(1565), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1565), + [anon_sym_virtual] = ACTIONS(1565), + [anon_sym_explicit] = ACTIONS(1565), + [anon_sym_public] = ACTIONS(1565), + [anon_sym_private] = ACTIONS(1565), + [anon_sym_protected] = ACTIONS(1565), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_operator] = ACTIONS(1565), + [anon_sym_friend] = ACTIONS(1565), + [anon_sym_using] = ACTIONS(1565), + [anon_sym_static_assert] = ACTIONS(1565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), + [anon_sym_MOZ_COLD] = ACTIONS(1565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_RAII] = ACTIONS(1565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), + }, + [1067] = { + [sym_identifier] = ACTIONS(2914), + [aux_sym_preproc_def_token1] = ACTIONS(2914), + [aux_sym_preproc_if_token1] = ACTIONS(2914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), + [sym_preproc_directive] = ACTIONS(2914), + [anon_sym_LPAREN2] = ACTIONS(2916), + [anon_sym_TILDE] = ACTIONS(2916), + [anon_sym_STAR] = ACTIONS(2916), + [anon_sym_AMP_AMP] = ACTIONS(2916), + [anon_sym_AMP] = ACTIONS(2914), + [anon_sym_typedef] = ACTIONS(2914), + [anon_sym_extern] = ACTIONS(2914), + [anon_sym___attribute__] = ACTIONS(2914), + [anon_sym_COLON_COLON] = ACTIONS(2916), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), + [anon_sym___declspec] = ACTIONS(2914), + [anon_sym___based] = ACTIONS(2914), + [anon_sym_RBRACE] = ACTIONS(2916), + [anon_sym_LBRACK] = ACTIONS(2914), + [anon_sym_static] = ACTIONS(2914), + [anon_sym_register] = ACTIONS(2914), + [anon_sym_inline] = ACTIONS(2914), + [anon_sym_thread_local] = ACTIONS(2914), + [anon_sym_const] = ACTIONS(2914), + [anon_sym_volatile] = ACTIONS(2914), + [anon_sym_restrict] = ACTIONS(2914), + [anon_sym__Atomic] = ACTIONS(2914), + [anon_sym_mutable] = ACTIONS(2914), + [anon_sym_constexpr] = ACTIONS(2914), + [anon_sym_signed] = ACTIONS(2914), + [anon_sym_unsigned] = ACTIONS(2914), + [anon_sym_long] = ACTIONS(2914), + [anon_sym_short] = ACTIONS(2914), + [sym_primitive_type] = ACTIONS(2914), + [anon_sym_enum] = ACTIONS(2914), + [anon_sym_class] = ACTIONS(2914), + [anon_sym_struct] = ACTIONS(2914), + [anon_sym_union] = ACTIONS(2914), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2914), + [anon_sym_virtual] = ACTIONS(2914), + [anon_sym_explicit] = ACTIONS(2914), + [anon_sym_public] = ACTIONS(2914), + [anon_sym_private] = ACTIONS(2914), + [anon_sym_protected] = ACTIONS(2914), + [sym_auto] = ACTIONS(2914), + [anon_sym_typename] = ACTIONS(2914), + [anon_sym_template] = ACTIONS(2914), + [anon_sym_operator] = ACTIONS(2914), + [anon_sym_friend] = ACTIONS(2914), + [anon_sym_using] = ACTIONS(2914), + [anon_sym_static_assert] = ACTIONS(2914), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2914), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2914), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2914), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2914), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2914), + [anon_sym_MOZ_COLD] = ACTIONS(2914), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2914), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2914), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2914), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2914), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2914), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2914), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2914), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2914), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2914), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2914), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2914), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2914), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2914), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_NONNULL] = ACTIONS(2914), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2914), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2914), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2914), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2914), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2914), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2914), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2914), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2914), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2914), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2914), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2914), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2914), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2914), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2914), + [anon_sym_MOZ_RAII] = ACTIONS(2914), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2914), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2914), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2914), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2914), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2914), + }, [1068] = { - [sym_identifier] = ACTIONS(1807), - [aux_sym_preproc_def_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token1] = ACTIONS(1807), - [aux_sym_preproc_if_token2] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1807), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1807), - [sym_preproc_directive] = ACTIONS(1807), - [anon_sym_LPAREN2] = ACTIONS(1809), - [anon_sym_TILDE] = ACTIONS(1809), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_AMP_AMP] = ACTIONS(1809), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_typedef] = ACTIONS(1807), - [anon_sym_extern] = ACTIONS(1807), - [anon_sym___attribute__] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1809), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___based] = ACTIONS(1807), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_static] = ACTIONS(1807), - [anon_sym_register] = ACTIONS(1807), - [anon_sym_inline] = ACTIONS(1807), - [anon_sym_thread_local] = ACTIONS(1807), - [anon_sym_const] = ACTIONS(1807), - [anon_sym_volatile] = ACTIONS(1807), - [anon_sym_restrict] = ACTIONS(1807), - [anon_sym__Atomic] = ACTIONS(1807), - [anon_sym_mutable] = ACTIONS(1807), - [anon_sym_constexpr] = ACTIONS(1807), - [anon_sym_signed] = ACTIONS(1807), - [anon_sym_unsigned] = ACTIONS(1807), - [anon_sym_long] = ACTIONS(1807), - [anon_sym_short] = ACTIONS(1807), - [sym_primitive_type] = ACTIONS(1807), - [anon_sym_enum] = ACTIONS(1807), - [anon_sym_class] = ACTIONS(1807), - [anon_sym_struct] = ACTIONS(1807), - [anon_sym_union] = ACTIONS(1807), + [sym_identifier] = ACTIONS(1847), + [aux_sym_preproc_def_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), + [sym_preproc_directive] = ACTIONS(1847), + [anon_sym_LPAREN2] = ACTIONS(1849), + [anon_sym_TILDE] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_typedef] = ACTIONS(1847), + [anon_sym_extern] = ACTIONS(1847), + [anon_sym___attribute__] = ACTIONS(1847), + [anon_sym_COLON_COLON] = ACTIONS(1849), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), + [anon_sym___declspec] = ACTIONS(1847), + [anon_sym___based] = ACTIONS(1847), + [anon_sym_RBRACE] = ACTIONS(1849), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_register] = ACTIONS(1847), + [anon_sym_inline] = ACTIONS(1847), + [anon_sym_thread_local] = ACTIONS(1847), + [anon_sym_const] = ACTIONS(1847), + [anon_sym_volatile] = ACTIONS(1847), + [anon_sym_restrict] = ACTIONS(1847), + [anon_sym__Atomic] = ACTIONS(1847), + [anon_sym_mutable] = ACTIONS(1847), + [anon_sym_constexpr] = ACTIONS(1847), + [anon_sym_signed] = ACTIONS(1847), + [anon_sym_unsigned] = ACTIONS(1847), + [anon_sym_long] = ACTIONS(1847), + [anon_sym_short] = ACTIONS(1847), + [sym_primitive_type] = ACTIONS(1847), + [anon_sym_enum] = ACTIONS(1847), + [anon_sym_class] = ACTIONS(1847), + [anon_sym_struct] = ACTIONS(1847), + [anon_sym_union] = ACTIONS(1847), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1807), - [anon_sym_virtual] = ACTIONS(1807), - [anon_sym_explicit] = ACTIONS(1807), - [anon_sym_public] = ACTIONS(1807), - [anon_sym_private] = ACTIONS(1807), - [anon_sym_protected] = ACTIONS(1807), - [sym_auto] = ACTIONS(1807), - [anon_sym_typename] = ACTIONS(1807), - [anon_sym_template] = ACTIONS(1807), - [anon_sym_operator] = ACTIONS(1807), - [anon_sym_friend] = ACTIONS(1807), - [anon_sym_using] = ACTIONS(1807), - [anon_sym_static_assert] = ACTIONS(1807), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1807), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1807), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1807), - [anon_sym_MOZ_COLD] = ACTIONS(1807), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1807), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1807), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1807), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1807), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1807), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1807), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1807), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1807), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1807), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1807), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1807), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1807), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL] = ACTIONS(1807), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1807), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1807), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN] = ACTIONS(1807), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1807), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1807), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1807), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1807), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1807), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1807), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1807), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1807), - [anon_sym_MOZ_RAII] = ACTIONS(1807), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1807), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1807), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1807), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1807), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1807), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1807), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1807), + [anon_sym_decltype] = ACTIONS(1847), + [anon_sym_virtual] = ACTIONS(1847), + [anon_sym_explicit] = ACTIONS(1847), + [anon_sym_public] = ACTIONS(1847), + [anon_sym_private] = ACTIONS(1847), + [anon_sym_protected] = ACTIONS(1847), + [sym_auto] = ACTIONS(1847), + [anon_sym_typename] = ACTIONS(1847), + [anon_sym_template] = ACTIONS(1847), + [anon_sym_operator] = ACTIONS(1847), + [anon_sym_friend] = ACTIONS(1847), + [anon_sym_using] = ACTIONS(1847), + [anon_sym_static_assert] = ACTIONS(1847), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), + [anon_sym_MOZ_COLD] = ACTIONS(1847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_RAII] = ACTIONS(1847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), }, [1069] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2662), - [anon_sym_AMP_AMP] = ACTIONS(2662), - [anon_sym_AMP] = ACTIONS(2660), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2660), - [anon_sym_virtual] = ACTIONS(2660), - [anon_sym_explicit] = ACTIONS(2660), - [anon_sym_public] = ACTIONS(2660), - [anon_sym_private] = ACTIONS(2660), - [anon_sym_protected] = ACTIONS(2660), - [sym_auto] = ACTIONS(2660), - [anon_sym_typename] = ACTIONS(2660), - [anon_sym_template] = ACTIONS(2660), - [anon_sym_operator] = ACTIONS(2660), - [anon_sym_friend] = ACTIONS(2660), - [anon_sym_using] = ACTIONS(2660), - [anon_sym_static_assert] = ACTIONS(2660), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2660), - [anon_sym_MOZ_COLD] = ACTIONS(2660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_NONNULL] = ACTIONS(2660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_NORETURN] = ACTIONS(2660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2660), - [anon_sym_MOZ_RAII] = ACTIONS(2660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2660), + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___based] = ACTIONS(1581), + [anon_sym_RBRACE] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [anon_sym_explicit] = ACTIONS(1581), + [anon_sym_public] = ACTIONS(1581), + [anon_sym_private] = ACTIONS(1581), + [anon_sym_protected] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_operator] = ACTIONS(1581), + [anon_sym_friend] = ACTIONS(1581), + [anon_sym_using] = ACTIONS(1581), + [anon_sym_static_assert] = ACTIONS(1581), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), }, [1070] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2670), - [anon_sym_AMP_AMP] = ACTIONS(2670), - [anon_sym_AMP] = ACTIONS(2668), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2668), - [anon_sym_virtual] = ACTIONS(2668), - [anon_sym_explicit] = ACTIONS(2668), - [anon_sym_public] = ACTIONS(2668), - [anon_sym_private] = ACTIONS(2668), - [anon_sym_protected] = ACTIONS(2668), - [sym_auto] = ACTIONS(2668), - [anon_sym_typename] = ACTIONS(2668), - [anon_sym_template] = ACTIONS(2668), - [anon_sym_operator] = ACTIONS(2668), - [anon_sym_friend] = ACTIONS(2668), - [anon_sym_using] = ACTIONS(2668), - [anon_sym_static_assert] = ACTIONS(2668), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2668), - [anon_sym_MOZ_COLD] = ACTIONS(2668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_NONNULL] = ACTIONS(2668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_NORETURN] = ACTIONS(2668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2668), - [anon_sym_MOZ_RAII] = ACTIONS(2668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2668), + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [sym_primitive_type] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [sym_auto] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2970), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2970), + [anon_sym_MOZ_COLD] = ACTIONS(2970), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2970), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2970), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2970), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2970), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2970), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2970), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2970), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2970), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2970), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2970), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2970), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2970), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_RAII] = ACTIONS(2970), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2970), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2970), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2970), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2970), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2970), }, [1071] = { - [sym_identifier] = ACTIONS(1703), - [aux_sym_preproc_def_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token1] = ACTIONS(1703), - [aux_sym_preproc_if_token2] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), - [sym_preproc_directive] = ACTIONS(1703), - [anon_sym_LPAREN2] = ACTIONS(1705), - [anon_sym_TILDE] = ACTIONS(1705), - [anon_sym_STAR] = ACTIONS(1705), - [anon_sym_AMP_AMP] = ACTIONS(1705), - [anon_sym_AMP] = ACTIONS(1703), - [anon_sym_typedef] = ACTIONS(1703), - [anon_sym_extern] = ACTIONS(1703), - [anon_sym___attribute__] = ACTIONS(1703), - [anon_sym_COLON_COLON] = ACTIONS(1705), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), - [anon_sym___declspec] = ACTIONS(1703), - [anon_sym___based] = ACTIONS(1703), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_static] = ACTIONS(1703), - [anon_sym_register] = ACTIONS(1703), - [anon_sym_inline] = ACTIONS(1703), - [anon_sym_thread_local] = ACTIONS(1703), - [anon_sym_const] = ACTIONS(1703), - [anon_sym_volatile] = ACTIONS(1703), - [anon_sym_restrict] = ACTIONS(1703), - [anon_sym__Atomic] = ACTIONS(1703), - [anon_sym_mutable] = ACTIONS(1703), - [anon_sym_constexpr] = ACTIONS(1703), - [anon_sym_signed] = ACTIONS(1703), - [anon_sym_unsigned] = ACTIONS(1703), - [anon_sym_long] = ACTIONS(1703), - [anon_sym_short] = ACTIONS(1703), - [sym_primitive_type] = ACTIONS(1703), - [anon_sym_enum] = ACTIONS(1703), - [anon_sym_class] = ACTIONS(1703), - [anon_sym_struct] = ACTIONS(1703), - [anon_sym_union] = ACTIONS(1703), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1703), - [anon_sym_virtual] = ACTIONS(1703), - [anon_sym_explicit] = ACTIONS(1703), - [anon_sym_public] = ACTIONS(1703), - [anon_sym_private] = ACTIONS(1703), - [anon_sym_protected] = ACTIONS(1703), - [sym_auto] = ACTIONS(1703), - [anon_sym_typename] = ACTIONS(1703), - [anon_sym_template] = ACTIONS(1703), - [anon_sym_operator] = ACTIONS(1703), - [anon_sym_friend] = ACTIONS(1703), - [anon_sym_using] = ACTIONS(1703), - [anon_sym_static_assert] = ACTIONS(1703), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1703), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), - [anon_sym_MOZ_COLD] = ACTIONS(1703), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL] = ACTIONS(1703), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN] = ACTIONS(1703), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), - [anon_sym_MOZ_RAII] = ACTIONS(1703), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [sym_primitive_type] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [sym_auto] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2970), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2970), + [anon_sym_MOZ_COLD] = ACTIONS(2970), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2970), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2970), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2970), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2970), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2970), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2970), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2970), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2970), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2970), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2970), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2970), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2970), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_RAII] = ACTIONS(2970), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2970), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2970), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2970), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2970), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2970), }, [1072] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2674), - [anon_sym_AMP_AMP] = ACTIONS(2674), - [anon_sym_AMP] = ACTIONS(2672), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2672), - [anon_sym_virtual] = ACTIONS(2672), - [anon_sym_explicit] = ACTIONS(2672), - [anon_sym_public] = ACTIONS(2672), - [anon_sym_private] = ACTIONS(2672), - [anon_sym_protected] = ACTIONS(2672), - [sym_auto] = ACTIONS(2672), - [anon_sym_typename] = ACTIONS(2672), - [anon_sym_template] = ACTIONS(2672), - [anon_sym_operator] = ACTIONS(2672), - [anon_sym_friend] = ACTIONS(2672), - [anon_sym_using] = ACTIONS(2672), - [anon_sym_static_assert] = ACTIONS(2672), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2672), - [anon_sym_MOZ_COLD] = ACTIONS(2672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_NONNULL] = ACTIONS(2672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_NORETURN] = ACTIONS(2672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2672), - [anon_sym_MOZ_RAII] = ACTIONS(2672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2672), + [sym_identifier] = ACTIONS(2910), + [aux_sym_preproc_def_token1] = ACTIONS(2910), + [aux_sym_preproc_if_token1] = ACTIONS(2910), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2910), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2910), + [sym_preproc_directive] = ACTIONS(2910), + [anon_sym_LPAREN2] = ACTIONS(2912), + [anon_sym_TILDE] = ACTIONS(2912), + [anon_sym_STAR] = ACTIONS(2912), + [anon_sym_AMP_AMP] = ACTIONS(2912), + [anon_sym_AMP] = ACTIONS(2910), + [anon_sym_typedef] = ACTIONS(2910), + [anon_sym_extern] = ACTIONS(2910), + [anon_sym___attribute__] = ACTIONS(2910), + [anon_sym_COLON_COLON] = ACTIONS(2912), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2912), + [anon_sym___declspec] = ACTIONS(2910), + [anon_sym___based] = ACTIONS(2910), + [anon_sym_RBRACE] = ACTIONS(2912), + [anon_sym_LBRACK] = ACTIONS(2910), + [anon_sym_static] = ACTIONS(2910), + [anon_sym_register] = ACTIONS(2910), + [anon_sym_inline] = ACTIONS(2910), + [anon_sym_thread_local] = ACTIONS(2910), + [anon_sym_const] = ACTIONS(2910), + [anon_sym_volatile] = ACTIONS(2910), + [anon_sym_restrict] = ACTIONS(2910), + [anon_sym__Atomic] = ACTIONS(2910), + [anon_sym_mutable] = ACTIONS(2910), + [anon_sym_constexpr] = ACTIONS(2910), + [anon_sym_signed] = ACTIONS(2910), + [anon_sym_unsigned] = ACTIONS(2910), + [anon_sym_long] = ACTIONS(2910), + [anon_sym_short] = ACTIONS(2910), + [sym_primitive_type] = ACTIONS(2910), + [anon_sym_enum] = ACTIONS(2910), + [anon_sym_class] = ACTIONS(2910), + [anon_sym_struct] = ACTIONS(2910), + [anon_sym_union] = ACTIONS(2910), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2910), + [anon_sym_virtual] = ACTIONS(2910), + [anon_sym_explicit] = ACTIONS(2910), + [anon_sym_public] = ACTIONS(2910), + [anon_sym_private] = ACTIONS(2910), + [anon_sym_protected] = ACTIONS(2910), + [sym_auto] = ACTIONS(2910), + [anon_sym_typename] = ACTIONS(2910), + [anon_sym_template] = ACTIONS(2910), + [anon_sym_operator] = ACTIONS(2910), + [anon_sym_friend] = ACTIONS(2910), + [anon_sym_using] = ACTIONS(2910), + [anon_sym_static_assert] = ACTIONS(2910), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2910), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2910), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2910), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2910), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2910), + [anon_sym_MOZ_COLD] = ACTIONS(2910), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2910), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2910), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2910), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2910), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2910), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2910), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2910), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2910), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2910), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2910), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2910), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2910), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2910), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_NONNULL] = ACTIONS(2910), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2910), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2910), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2910), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2910), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2910), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2910), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2910), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2910), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2910), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2910), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2910), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2910), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2910), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2910), + [anon_sym_MOZ_RAII] = ACTIONS(2910), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2910), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2910), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2910), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2910), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2910), }, [1073] = { - [sym_identifier] = ACTIONS(1775), - [aux_sym_preproc_def_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token1] = ACTIONS(1775), - [aux_sym_preproc_if_token2] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1775), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1775), - [sym_preproc_directive] = ACTIONS(1775), - [anon_sym_LPAREN2] = ACTIONS(1777), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1777), - [anon_sym_AMP_AMP] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_typedef] = ACTIONS(1775), - [anon_sym_extern] = ACTIONS(1775), - [anon_sym___attribute__] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1777), - [anon_sym___declspec] = ACTIONS(1775), - [anon_sym___based] = ACTIONS(1775), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_static] = ACTIONS(1775), - [anon_sym_register] = ACTIONS(1775), - [anon_sym_inline] = ACTIONS(1775), - [anon_sym_thread_local] = ACTIONS(1775), - [anon_sym_const] = ACTIONS(1775), - [anon_sym_volatile] = ACTIONS(1775), - [anon_sym_restrict] = ACTIONS(1775), - [anon_sym__Atomic] = ACTIONS(1775), - [anon_sym_mutable] = ACTIONS(1775), - [anon_sym_constexpr] = ACTIONS(1775), - [anon_sym_signed] = ACTIONS(1775), - [anon_sym_unsigned] = ACTIONS(1775), - [anon_sym_long] = ACTIONS(1775), - [anon_sym_short] = ACTIONS(1775), - [sym_primitive_type] = ACTIONS(1775), - [anon_sym_enum] = ACTIONS(1775), - [anon_sym_class] = ACTIONS(1775), - [anon_sym_struct] = ACTIONS(1775), - [anon_sym_union] = ACTIONS(1775), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1775), - [anon_sym_virtual] = ACTIONS(1775), - [anon_sym_explicit] = ACTIONS(1775), - [anon_sym_public] = ACTIONS(1775), - [anon_sym_private] = ACTIONS(1775), - [anon_sym_protected] = ACTIONS(1775), - [sym_auto] = ACTIONS(1775), - [anon_sym_typename] = ACTIONS(1775), - [anon_sym_template] = ACTIONS(1775), - [anon_sym_operator] = ACTIONS(1775), - [anon_sym_friend] = ACTIONS(1775), - [anon_sym_using] = ACTIONS(1775), - [anon_sym_static_assert] = ACTIONS(1775), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1775), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1775), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1775), - [anon_sym_MOZ_COLD] = ACTIONS(1775), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1775), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1775), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1775), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1775), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1775), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1775), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1775), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1775), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1775), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1775), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1775), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1775), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL] = ACTIONS(1775), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1775), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1775), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN] = ACTIONS(1775), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1775), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1775), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1775), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1775), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1775), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1775), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1775), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1775), - [anon_sym_MOZ_RAII] = ACTIONS(1775), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1775), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1775), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1775), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1775), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1775), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1775), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1775), + [sym_identifier] = ACTIONS(2906), + [aux_sym_preproc_def_token1] = ACTIONS(2906), + [aux_sym_preproc_if_token1] = ACTIONS(2906), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2906), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2906), + [sym_preproc_directive] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(2908), + [anon_sym_TILDE] = ACTIONS(2908), + [anon_sym_STAR] = ACTIONS(2908), + [anon_sym_AMP_AMP] = ACTIONS(2908), + [anon_sym_AMP] = ACTIONS(2906), + [anon_sym_typedef] = ACTIONS(2906), + [anon_sym_extern] = ACTIONS(2906), + [anon_sym___attribute__] = ACTIONS(2906), + [anon_sym_COLON_COLON] = ACTIONS(2908), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2908), + [anon_sym___declspec] = ACTIONS(2906), + [anon_sym___based] = ACTIONS(2906), + [anon_sym_RBRACE] = ACTIONS(2908), + [anon_sym_LBRACK] = ACTIONS(2906), + [anon_sym_static] = ACTIONS(2906), + [anon_sym_register] = ACTIONS(2906), + [anon_sym_inline] = ACTIONS(2906), + [anon_sym_thread_local] = ACTIONS(2906), + [anon_sym_const] = ACTIONS(2906), + [anon_sym_volatile] = ACTIONS(2906), + [anon_sym_restrict] = ACTIONS(2906), + [anon_sym__Atomic] = ACTIONS(2906), + [anon_sym_mutable] = ACTIONS(2906), + [anon_sym_constexpr] = ACTIONS(2906), + [anon_sym_signed] = ACTIONS(2906), + [anon_sym_unsigned] = ACTIONS(2906), + [anon_sym_long] = ACTIONS(2906), + [anon_sym_short] = ACTIONS(2906), + [sym_primitive_type] = ACTIONS(2906), + [anon_sym_enum] = ACTIONS(2906), + [anon_sym_class] = ACTIONS(2906), + [anon_sym_struct] = ACTIONS(2906), + [anon_sym_union] = ACTIONS(2906), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2906), + [anon_sym_virtual] = ACTIONS(2906), + [anon_sym_explicit] = ACTIONS(2906), + [anon_sym_public] = ACTIONS(2906), + [anon_sym_private] = ACTIONS(2906), + [anon_sym_protected] = ACTIONS(2906), + [sym_auto] = ACTIONS(2906), + [anon_sym_typename] = ACTIONS(2906), + [anon_sym_template] = ACTIONS(2906), + [anon_sym_operator] = ACTIONS(2906), + [anon_sym_friend] = ACTIONS(2906), + [anon_sym_using] = ACTIONS(2906), + [anon_sym_static_assert] = ACTIONS(2906), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2906), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2906), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2906), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2906), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2906), + [anon_sym_MOZ_COLD] = ACTIONS(2906), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2906), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2906), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2906), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2906), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2906), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2906), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2906), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2906), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2906), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2906), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2906), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2906), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2906), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_NONNULL] = ACTIONS(2906), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2906), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2906), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2906), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2906), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2906), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2906), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2906), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2906), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2906), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2906), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2906), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2906), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2906), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2906), + [anon_sym_MOZ_RAII] = ACTIONS(2906), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2906), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2906), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2906), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2906), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2906), }, [1074] = { - [sym_identifier] = ACTIONS(1795), - [aux_sym_preproc_def_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token1] = ACTIONS(1795), - [aux_sym_preproc_if_token2] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1795), - [sym_preproc_directive] = ACTIONS(1795), - [anon_sym_LPAREN2] = ACTIONS(1797), - [anon_sym_TILDE] = ACTIONS(1797), - [anon_sym_STAR] = ACTIONS(1797), - [anon_sym_AMP_AMP] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1795), - [anon_sym_typedef] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1795), - [anon_sym___attribute__] = ACTIONS(1795), - [anon_sym_COLON_COLON] = ACTIONS(1797), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1797), - [anon_sym___declspec] = ACTIONS(1795), - [anon_sym___based] = ACTIONS(1795), - [anon_sym_LBRACK] = ACTIONS(1795), - [anon_sym_static] = ACTIONS(1795), - [anon_sym_register] = ACTIONS(1795), - [anon_sym_inline] = ACTIONS(1795), - [anon_sym_thread_local] = ACTIONS(1795), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym_mutable] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_signed] = ACTIONS(1795), - [anon_sym_unsigned] = ACTIONS(1795), - [anon_sym_long] = ACTIONS(1795), - [anon_sym_short] = ACTIONS(1795), - [sym_primitive_type] = ACTIONS(1795), - [anon_sym_enum] = ACTIONS(1795), - [anon_sym_class] = ACTIONS(1795), - [anon_sym_struct] = ACTIONS(1795), - [anon_sym_union] = ACTIONS(1795), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1795), - [anon_sym_virtual] = ACTIONS(1795), - [anon_sym_explicit] = ACTIONS(1795), - [anon_sym_public] = ACTIONS(1795), - [anon_sym_private] = ACTIONS(1795), - [anon_sym_protected] = ACTIONS(1795), - [sym_auto] = ACTIONS(1795), - [anon_sym_typename] = ACTIONS(1795), - [anon_sym_template] = ACTIONS(1795), - [anon_sym_operator] = ACTIONS(1795), - [anon_sym_friend] = ACTIONS(1795), - [anon_sym_using] = ACTIONS(1795), - [anon_sym_static_assert] = ACTIONS(1795), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1795), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1795), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1795), - [anon_sym_MOZ_COLD] = ACTIONS(1795), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1795), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1795), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1795), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1795), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1795), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1795), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1795), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1795), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1795), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1795), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1795), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1795), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL] = ACTIONS(1795), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1795), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1795), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN] = ACTIONS(1795), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1795), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1795), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1795), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1795), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1795), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1795), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1795), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1795), - [anon_sym_MOZ_RAII] = ACTIONS(1795), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1795), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1795), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1795), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1795), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1795), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1795), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1795), + [sym_identifier] = ACTIONS(2890), + [aux_sym_preproc_def_token1] = ACTIONS(2890), + [aux_sym_preproc_if_token1] = ACTIONS(2890), + [aux_sym_preproc_if_token2] = ACTIONS(2890), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2890), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2890), + [sym_preproc_directive] = ACTIONS(2890), + [anon_sym_LPAREN2] = ACTIONS(2892), + [anon_sym_TILDE] = ACTIONS(2892), + [anon_sym_STAR] = ACTIONS(2892), + [anon_sym_AMP_AMP] = ACTIONS(2892), + [anon_sym_AMP] = ACTIONS(2890), + [anon_sym_typedef] = ACTIONS(2890), + [anon_sym_extern] = ACTIONS(2890), + [anon_sym___attribute__] = ACTIONS(2890), + [anon_sym_COLON_COLON] = ACTIONS(2892), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2892), + [anon_sym___declspec] = ACTIONS(2890), + [anon_sym___based] = ACTIONS(2890), + [anon_sym_LBRACK] = ACTIONS(2890), + [anon_sym_static] = ACTIONS(2890), + [anon_sym_register] = ACTIONS(2890), + [anon_sym_inline] = ACTIONS(2890), + [anon_sym_thread_local] = ACTIONS(2890), + [anon_sym_const] = ACTIONS(2890), + [anon_sym_volatile] = ACTIONS(2890), + [anon_sym_restrict] = ACTIONS(2890), + [anon_sym__Atomic] = ACTIONS(2890), + [anon_sym_mutable] = ACTIONS(2890), + [anon_sym_constexpr] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(2890), + [anon_sym_unsigned] = ACTIONS(2890), + [anon_sym_long] = ACTIONS(2890), + [anon_sym_short] = ACTIONS(2890), + [sym_primitive_type] = ACTIONS(2890), + [anon_sym_enum] = ACTIONS(2890), + [anon_sym_class] = ACTIONS(2890), + [anon_sym_struct] = ACTIONS(2890), + [anon_sym_union] = ACTIONS(2890), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2890), + [anon_sym_virtual] = ACTIONS(2890), + [anon_sym_explicit] = ACTIONS(2890), + [anon_sym_public] = ACTIONS(2890), + [anon_sym_private] = ACTIONS(2890), + [anon_sym_protected] = ACTIONS(2890), + [sym_auto] = ACTIONS(2890), + [anon_sym_typename] = ACTIONS(2890), + [anon_sym_template] = ACTIONS(2890), + [anon_sym_operator] = ACTIONS(2890), + [anon_sym_friend] = ACTIONS(2890), + [anon_sym_using] = ACTIONS(2890), + [anon_sym_static_assert] = ACTIONS(2890), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2890), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2890), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2890), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2890), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2890), + [anon_sym_MOZ_COLD] = ACTIONS(2890), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2890), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2890), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2890), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2890), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2890), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2890), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2890), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2890), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2890), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2890), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2890), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2890), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2890), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_NONNULL] = ACTIONS(2890), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2890), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2890), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2890), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2890), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2890), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2890), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2890), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2890), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2890), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2890), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2890), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2890), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2890), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2890), + [anon_sym_MOZ_RAII] = ACTIONS(2890), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2890), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2890), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2890), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2890), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2890), }, [1075] = { - [sym_identifier] = ACTIONS(1887), - [aux_sym_preproc_def_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token1] = ACTIONS(1887), - [aux_sym_preproc_if_token2] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), - [sym_preproc_directive] = ACTIONS(1887), - [anon_sym_LPAREN2] = ACTIONS(1889), - [anon_sym_TILDE] = ACTIONS(1889), - [anon_sym_STAR] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_typedef] = ACTIONS(1887), - [anon_sym_extern] = ACTIONS(1887), - [anon_sym___attribute__] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1889), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), - [anon_sym___declspec] = ACTIONS(1887), - [anon_sym___based] = ACTIONS(1887), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_static] = ACTIONS(1887), - [anon_sym_register] = ACTIONS(1887), - [anon_sym_inline] = ACTIONS(1887), - [anon_sym_thread_local] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_volatile] = ACTIONS(1887), - [anon_sym_restrict] = ACTIONS(1887), - [anon_sym__Atomic] = ACTIONS(1887), - [anon_sym_mutable] = ACTIONS(1887), - [anon_sym_constexpr] = ACTIONS(1887), - [anon_sym_signed] = ACTIONS(1887), - [anon_sym_unsigned] = ACTIONS(1887), - [anon_sym_long] = ACTIONS(1887), - [anon_sym_short] = ACTIONS(1887), - [sym_primitive_type] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_class] = ACTIONS(1887), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), + [sym_identifier] = ACTIONS(2902), + [aux_sym_preproc_def_token1] = ACTIONS(2902), + [aux_sym_preproc_if_token1] = ACTIONS(2902), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2902), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2902), + [sym_preproc_directive] = ACTIONS(2902), + [anon_sym_LPAREN2] = ACTIONS(2904), + [anon_sym_TILDE] = ACTIONS(2904), + [anon_sym_STAR] = ACTIONS(2904), + [anon_sym_AMP_AMP] = ACTIONS(2904), + [anon_sym_AMP] = ACTIONS(2902), + [anon_sym_typedef] = ACTIONS(2902), + [anon_sym_extern] = ACTIONS(2902), + [anon_sym___attribute__] = ACTIONS(2902), + [anon_sym_COLON_COLON] = ACTIONS(2904), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2904), + [anon_sym___declspec] = ACTIONS(2902), + [anon_sym___based] = ACTIONS(2902), + [anon_sym_RBRACE] = ACTIONS(2904), + [anon_sym_LBRACK] = ACTIONS(2902), + [anon_sym_static] = ACTIONS(2902), + [anon_sym_register] = ACTIONS(2902), + [anon_sym_inline] = ACTIONS(2902), + [anon_sym_thread_local] = ACTIONS(2902), + [anon_sym_const] = ACTIONS(2902), + [anon_sym_volatile] = ACTIONS(2902), + [anon_sym_restrict] = ACTIONS(2902), + [anon_sym__Atomic] = ACTIONS(2902), + [anon_sym_mutable] = ACTIONS(2902), + [anon_sym_constexpr] = ACTIONS(2902), + [anon_sym_signed] = ACTIONS(2902), + [anon_sym_unsigned] = ACTIONS(2902), + [anon_sym_long] = ACTIONS(2902), + [anon_sym_short] = ACTIONS(2902), + [sym_primitive_type] = ACTIONS(2902), + [anon_sym_enum] = ACTIONS(2902), + [anon_sym_class] = ACTIONS(2902), + [anon_sym_struct] = ACTIONS(2902), + [anon_sym_union] = ACTIONS(2902), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1887), - [anon_sym_virtual] = ACTIONS(1887), - [anon_sym_explicit] = ACTIONS(1887), - [anon_sym_public] = ACTIONS(1887), - [anon_sym_private] = ACTIONS(1887), - [anon_sym_protected] = ACTIONS(1887), - [sym_auto] = ACTIONS(1887), - [anon_sym_typename] = ACTIONS(1887), - [anon_sym_template] = ACTIONS(1887), - [anon_sym_operator] = ACTIONS(1887), - [anon_sym_friend] = ACTIONS(1887), - [anon_sym_using] = ACTIONS(1887), - [anon_sym_static_assert] = ACTIONS(1887), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1887), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), - [anon_sym_MOZ_COLD] = ACTIONS(1887), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL] = ACTIONS(1887), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN] = ACTIONS(1887), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), - [anon_sym_MOZ_RAII] = ACTIONS(1887), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), + [anon_sym_decltype] = ACTIONS(2902), + [anon_sym_virtual] = ACTIONS(2902), + [anon_sym_explicit] = ACTIONS(2902), + [anon_sym_public] = ACTIONS(2902), + [anon_sym_private] = ACTIONS(2902), + [anon_sym_protected] = ACTIONS(2902), + [sym_auto] = ACTIONS(2902), + [anon_sym_typename] = ACTIONS(2902), + [anon_sym_template] = ACTIONS(2902), + [anon_sym_operator] = ACTIONS(2902), + [anon_sym_friend] = ACTIONS(2902), + [anon_sym_using] = ACTIONS(2902), + [anon_sym_static_assert] = ACTIONS(2902), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2902), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2902), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2902), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2902), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2902), + [anon_sym_MOZ_COLD] = ACTIONS(2902), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2902), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2902), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2902), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2902), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2902), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2902), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2902), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2902), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2902), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2902), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2902), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2902), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2902), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_NONNULL] = ACTIONS(2902), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2902), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2902), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2902), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2902), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2902), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2902), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2902), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2902), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2902), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2902), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2902), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2902), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), + [anon_sym_MOZ_RAII] = ACTIONS(2902), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2902), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2902), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2902), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2902), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2902), }, [1076] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2654), - [anon_sym_AMP_AMP] = ACTIONS(2654), - [anon_sym_AMP] = ACTIONS(2652), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2652), - [anon_sym_virtual] = ACTIONS(2652), - [anon_sym_explicit] = ACTIONS(2652), - [anon_sym_public] = ACTIONS(2652), - [anon_sym_private] = ACTIONS(2652), - [anon_sym_protected] = ACTIONS(2652), - [sym_auto] = ACTIONS(2652), - [anon_sym_typename] = ACTIONS(2652), - [anon_sym_template] = ACTIONS(2652), - [anon_sym_operator] = ACTIONS(2652), - [anon_sym_friend] = ACTIONS(2652), - [anon_sym_using] = ACTIONS(2652), - [anon_sym_static_assert] = ACTIONS(2652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2652), - [anon_sym_MOZ_COLD] = ACTIONS(2652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_RAII] = ACTIONS(2652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2652), + [sym_identifier] = ACTIONS(2966), + [aux_sym_preproc_def_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token2] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2966), + [sym_preproc_directive] = ACTIONS(2966), + [anon_sym_LPAREN2] = ACTIONS(2968), + [anon_sym_TILDE] = ACTIONS(2968), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_typedef] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym___attribute__] = ACTIONS(2966), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2968), + [anon_sym___declspec] = ACTIONS(2966), + [anon_sym___based] = ACTIONS(2966), + [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_register] = ACTIONS(2966), + [anon_sym_inline] = ACTIONS(2966), + [anon_sym_thread_local] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_volatile] = ACTIONS(2966), + [anon_sym_restrict] = ACTIONS(2966), + [anon_sym__Atomic] = ACTIONS(2966), + [anon_sym_mutable] = ACTIONS(2966), + [anon_sym_constexpr] = ACTIONS(2966), + [anon_sym_signed] = ACTIONS(2966), + [anon_sym_unsigned] = ACTIONS(2966), + [anon_sym_long] = ACTIONS(2966), + [anon_sym_short] = ACTIONS(2966), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_class] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2966), + [anon_sym_virtual] = ACTIONS(2966), + [anon_sym_explicit] = ACTIONS(2966), + [anon_sym_public] = ACTIONS(2966), + [anon_sym_private] = ACTIONS(2966), + [anon_sym_protected] = ACTIONS(2966), + [sym_auto] = ACTIONS(2966), + [anon_sym_typename] = ACTIONS(2966), + [anon_sym_template] = ACTIONS(2966), + [anon_sym_operator] = ACTIONS(2966), + [anon_sym_friend] = ACTIONS(2966), + [anon_sym_using] = ACTIONS(2966), + [anon_sym_static_assert] = ACTIONS(2966), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2966), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2966), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2966), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2966), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2966), + [anon_sym_MOZ_COLD] = ACTIONS(2966), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2966), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2966), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2966), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2966), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2966), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2966), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2966), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2966), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2966), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2966), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2966), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2966), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2966), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_NONNULL] = ACTIONS(2966), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2966), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2966), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2966), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2966), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2966), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2966), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2966), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2966), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2966), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2966), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2966), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2966), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2966), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2966), + [anon_sym_MOZ_RAII] = ACTIONS(2966), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2966), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2966), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2966), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2966), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2966), }, [1077] = { - [sym_identifier] = 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_TILDE] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2654), - [anon_sym_AMP_AMP] = ACTIONS(2654), - [anon_sym_AMP] = ACTIONS(2652), - [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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2652), - [anon_sym_virtual] = ACTIONS(2652), - [anon_sym_explicit] = ACTIONS(2652), - [anon_sym_public] = ACTIONS(2652), - [anon_sym_private] = ACTIONS(2652), - [anon_sym_protected] = ACTIONS(2652), - [sym_auto] = ACTIONS(2652), - [anon_sym_typename] = ACTIONS(2652), - [anon_sym_template] = ACTIONS(2652), - [anon_sym_operator] = ACTIONS(2652), - [anon_sym_friend] = ACTIONS(2652), - [anon_sym_using] = ACTIONS(2652), - [anon_sym_static_assert] = ACTIONS(2652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2652), - [anon_sym_MOZ_COLD] = ACTIONS(2652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL] = ACTIONS(2652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN] = ACTIONS(2652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2652), - [anon_sym_MOZ_RAII] = ACTIONS(2652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2652), - }, - [1078] = { - [sym_identifier] = ACTIONS(1823), - [aux_sym_preproc_def_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token1] = ACTIONS(1823), - [aux_sym_preproc_if_token2] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), - [sym_preproc_directive] = ACTIONS(1823), - [anon_sym_LPAREN2] = ACTIONS(1825), - [anon_sym_TILDE] = ACTIONS(1825), - [anon_sym_STAR] = ACTIONS(1825), - [anon_sym_AMP_AMP] = ACTIONS(1825), - [anon_sym_AMP] = ACTIONS(1823), - [anon_sym_typedef] = ACTIONS(1823), - [anon_sym_extern] = ACTIONS(1823), - [anon_sym___attribute__] = ACTIONS(1823), - [anon_sym_COLON_COLON] = ACTIONS(1825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), - [anon_sym___declspec] = ACTIONS(1823), - [anon_sym___based] = ACTIONS(1823), - [anon_sym_LBRACK] = ACTIONS(1823), - [anon_sym_static] = ACTIONS(1823), - [anon_sym_register] = ACTIONS(1823), - [anon_sym_inline] = ACTIONS(1823), - [anon_sym_thread_local] = ACTIONS(1823), - [anon_sym_const] = ACTIONS(1823), - [anon_sym_volatile] = ACTIONS(1823), - [anon_sym_restrict] = ACTIONS(1823), - [anon_sym__Atomic] = ACTIONS(1823), - [anon_sym_mutable] = ACTIONS(1823), - [anon_sym_constexpr] = ACTIONS(1823), - [anon_sym_signed] = ACTIONS(1823), - [anon_sym_unsigned] = ACTIONS(1823), - [anon_sym_long] = ACTIONS(1823), - [anon_sym_short] = ACTIONS(1823), - [sym_primitive_type] = ACTIONS(1823), - [anon_sym_enum] = ACTIONS(1823), - [anon_sym_class] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1823), - [anon_sym_union] = ACTIONS(1823), + [sym_identifier] = ACTIONS(2886), + [aux_sym_preproc_def_token1] = ACTIONS(2886), + [aux_sym_preproc_if_token1] = ACTIONS(2886), + [aux_sym_preproc_if_token2] = ACTIONS(2886), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2886), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2886), + [sym_preproc_directive] = ACTIONS(2886), + [anon_sym_LPAREN2] = ACTIONS(2888), + [anon_sym_TILDE] = ACTIONS(2888), + [anon_sym_STAR] = ACTIONS(2888), + [anon_sym_AMP_AMP] = ACTIONS(2888), + [anon_sym_AMP] = ACTIONS(2886), + [anon_sym_typedef] = ACTIONS(2886), + [anon_sym_extern] = ACTIONS(2886), + [anon_sym___attribute__] = ACTIONS(2886), + [anon_sym_COLON_COLON] = ACTIONS(2888), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2888), + [anon_sym___declspec] = ACTIONS(2886), + [anon_sym___based] = ACTIONS(2886), + [anon_sym_LBRACK] = ACTIONS(2886), + [anon_sym_static] = ACTIONS(2886), + [anon_sym_register] = ACTIONS(2886), + [anon_sym_inline] = ACTIONS(2886), + [anon_sym_thread_local] = ACTIONS(2886), + [anon_sym_const] = ACTIONS(2886), + [anon_sym_volatile] = ACTIONS(2886), + [anon_sym_restrict] = ACTIONS(2886), + [anon_sym__Atomic] = ACTIONS(2886), + [anon_sym_mutable] = ACTIONS(2886), + [anon_sym_constexpr] = ACTIONS(2886), + [anon_sym_signed] = ACTIONS(2886), + [anon_sym_unsigned] = ACTIONS(2886), + [anon_sym_long] = ACTIONS(2886), + [anon_sym_short] = ACTIONS(2886), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(2886), + [anon_sym_class] = ACTIONS(2886), + [anon_sym_struct] = ACTIONS(2886), + [anon_sym_union] = ACTIONS(2886), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1823), - [anon_sym_virtual] = ACTIONS(1823), - [anon_sym_explicit] = ACTIONS(1823), - [anon_sym_public] = ACTIONS(1823), - [anon_sym_private] = ACTIONS(1823), - [anon_sym_protected] = ACTIONS(1823), - [sym_auto] = ACTIONS(1823), - [anon_sym_typename] = ACTIONS(1823), - [anon_sym_template] = ACTIONS(1823), - [anon_sym_operator] = ACTIONS(1823), - [anon_sym_friend] = ACTIONS(1823), - [anon_sym_using] = ACTIONS(1823), - [anon_sym_static_assert] = ACTIONS(1823), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1823), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), - [anon_sym_MOZ_COLD] = ACTIONS(1823), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL] = ACTIONS(1823), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN] = ACTIONS(1823), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), - [anon_sym_MOZ_RAII] = ACTIONS(1823), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), + [anon_sym_decltype] = ACTIONS(2886), + [anon_sym_virtual] = ACTIONS(2886), + [anon_sym_explicit] = ACTIONS(2886), + [anon_sym_public] = ACTIONS(2886), + [anon_sym_private] = ACTIONS(2886), + [anon_sym_protected] = ACTIONS(2886), + [sym_auto] = ACTIONS(2886), + [anon_sym_typename] = ACTIONS(2886), + [anon_sym_template] = ACTIONS(2886), + [anon_sym_operator] = ACTIONS(2886), + [anon_sym_friend] = ACTIONS(2886), + [anon_sym_using] = ACTIONS(2886), + [anon_sym_static_assert] = ACTIONS(2886), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2886), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2886), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2886), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2886), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2886), + [anon_sym_MOZ_COLD] = ACTIONS(2886), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2886), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2886), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2886), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2886), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2886), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2886), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2886), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2886), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2886), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2886), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2886), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2886), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2886), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_NONNULL] = ACTIONS(2886), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2886), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2886), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2886), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2886), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2886), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2886), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2886), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2886), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2886), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2886), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2886), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2886), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2886), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2886), + [anon_sym_MOZ_RAII] = ACTIONS(2886), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2886), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2886), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2886), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2886), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2886), }, - [1079] = { - [sym_identifier] = ACTIONS(1831), - [aux_sym_preproc_def_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token1] = ACTIONS(1831), - [aux_sym_preproc_if_token2] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), - [sym_preproc_directive] = ACTIONS(1831), - [anon_sym_LPAREN2] = ACTIONS(1833), - [anon_sym_TILDE] = ACTIONS(1833), - [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_typedef] = ACTIONS(1831), - [anon_sym_extern] = ACTIONS(1831), - [anon_sym___attribute__] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), - [anon_sym___declspec] = ACTIONS(1831), - [anon_sym___based] = ACTIONS(1831), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_static] = ACTIONS(1831), - [anon_sym_register] = ACTIONS(1831), - [anon_sym_inline] = ACTIONS(1831), - [anon_sym_thread_local] = ACTIONS(1831), - [anon_sym_const] = ACTIONS(1831), - [anon_sym_volatile] = ACTIONS(1831), - [anon_sym_restrict] = ACTIONS(1831), - [anon_sym__Atomic] = ACTIONS(1831), - [anon_sym_mutable] = ACTIONS(1831), - [anon_sym_constexpr] = ACTIONS(1831), - [anon_sym_signed] = ACTIONS(1831), - [anon_sym_unsigned] = ACTIONS(1831), - [anon_sym_long] = ACTIONS(1831), - [anon_sym_short] = ACTIONS(1831), - [sym_primitive_type] = ACTIONS(1831), - [anon_sym_enum] = ACTIONS(1831), - [anon_sym_class] = ACTIONS(1831), - [anon_sym_struct] = ACTIONS(1831), - [anon_sym_union] = ACTIONS(1831), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1831), - [anon_sym_virtual] = ACTIONS(1831), - [anon_sym_explicit] = ACTIONS(1831), - [anon_sym_public] = ACTIONS(1831), - [anon_sym_private] = ACTIONS(1831), - [anon_sym_protected] = ACTIONS(1831), - [sym_auto] = ACTIONS(1831), - [anon_sym_typename] = ACTIONS(1831), - [anon_sym_template] = ACTIONS(1831), - [anon_sym_operator] = ACTIONS(1831), - [anon_sym_friend] = ACTIONS(1831), - [anon_sym_using] = ACTIONS(1831), - [anon_sym_static_assert] = ACTIONS(1831), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1831), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), - [anon_sym_MOZ_COLD] = ACTIONS(1831), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL] = ACTIONS(1831), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN] = ACTIONS(1831), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), - [anon_sym_MOZ_RAII] = ACTIONS(1831), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), + [1078] = { + [sym_identifier] = ACTIONS(1843), + [aux_sym_preproc_def_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), + [sym_preproc_directive] = ACTIONS(1843), + [anon_sym_LPAREN2] = ACTIONS(1845), + [anon_sym_TILDE] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_typedef] = ACTIONS(1843), + [anon_sym_extern] = ACTIONS(1843), + [anon_sym___attribute__] = ACTIONS(1843), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), + [anon_sym___declspec] = ACTIONS(1843), + [anon_sym___based] = ACTIONS(1843), + [anon_sym_RBRACE] = ACTIONS(1845), + [anon_sym_LBRACK] = ACTIONS(1843), + [anon_sym_static] = ACTIONS(1843), + [anon_sym_register] = ACTIONS(1843), + [anon_sym_inline] = ACTIONS(1843), + [anon_sym_thread_local] = ACTIONS(1843), + [anon_sym_const] = ACTIONS(1843), + [anon_sym_volatile] = ACTIONS(1843), + [anon_sym_restrict] = ACTIONS(1843), + [anon_sym__Atomic] = ACTIONS(1843), + [anon_sym_mutable] = ACTIONS(1843), + [anon_sym_constexpr] = ACTIONS(1843), + [anon_sym_signed] = ACTIONS(1843), + [anon_sym_unsigned] = ACTIONS(1843), + [anon_sym_long] = ACTIONS(1843), + [anon_sym_short] = ACTIONS(1843), + [sym_primitive_type] = ACTIONS(1843), + [anon_sym_enum] = ACTIONS(1843), + [anon_sym_class] = ACTIONS(1843), + [anon_sym_struct] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1843), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1843), + [anon_sym_virtual] = ACTIONS(1843), + [anon_sym_explicit] = ACTIONS(1843), + [anon_sym_public] = ACTIONS(1843), + [anon_sym_private] = ACTIONS(1843), + [anon_sym_protected] = ACTIONS(1843), + [sym_auto] = ACTIONS(1843), + [anon_sym_typename] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1843), + [anon_sym_operator] = ACTIONS(1843), + [anon_sym_friend] = ACTIONS(1843), + [anon_sym_using] = ACTIONS(1843), + [anon_sym_static_assert] = ACTIONS(1843), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), + [anon_sym_MOZ_COLD] = ACTIONS(1843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_RAII] = ACTIONS(1843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), + }, + [1079] = { + [sym_identifier] = ACTIONS(2898), + [aux_sym_preproc_def_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2898), + [sym_preproc_directive] = ACTIONS(2898), + [anon_sym_LPAREN2] = ACTIONS(2900), + [anon_sym_TILDE] = ACTIONS(2900), + [anon_sym_STAR] = ACTIONS(2900), + [anon_sym_AMP_AMP] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2898), + [anon_sym_extern] = ACTIONS(2898), + [anon_sym___attribute__] = ACTIONS(2898), + [anon_sym_COLON_COLON] = ACTIONS(2900), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2900), + [anon_sym___declspec] = ACTIONS(2898), + [anon_sym___based] = ACTIONS(2898), + [anon_sym_RBRACE] = ACTIONS(2900), + [anon_sym_LBRACK] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2898), + [anon_sym_register] = ACTIONS(2898), + [anon_sym_inline] = ACTIONS(2898), + [anon_sym_thread_local] = ACTIONS(2898), + [anon_sym_const] = ACTIONS(2898), + [anon_sym_volatile] = ACTIONS(2898), + [anon_sym_restrict] = ACTIONS(2898), + [anon_sym__Atomic] = ACTIONS(2898), + [anon_sym_mutable] = ACTIONS(2898), + [anon_sym_constexpr] = ACTIONS(2898), + [anon_sym_signed] = ACTIONS(2898), + [anon_sym_unsigned] = ACTIONS(2898), + [anon_sym_long] = ACTIONS(2898), + [anon_sym_short] = ACTIONS(2898), + [sym_primitive_type] = ACTIONS(2898), + [anon_sym_enum] = ACTIONS(2898), + [anon_sym_class] = ACTIONS(2898), + [anon_sym_struct] = ACTIONS(2898), + [anon_sym_union] = ACTIONS(2898), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2898), + [anon_sym_virtual] = ACTIONS(2898), + [anon_sym_explicit] = ACTIONS(2898), + [anon_sym_public] = ACTIONS(2898), + [anon_sym_private] = ACTIONS(2898), + [anon_sym_protected] = ACTIONS(2898), + [sym_auto] = ACTIONS(2898), + [anon_sym_typename] = ACTIONS(2898), + [anon_sym_template] = ACTIONS(2898), + [anon_sym_operator] = ACTIONS(2898), + [anon_sym_friend] = ACTIONS(2898), + [anon_sym_using] = ACTIONS(2898), + [anon_sym_static_assert] = ACTIONS(2898), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2898), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2898), + [anon_sym_MOZ_COLD] = ACTIONS(2898), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2898), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2898), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2898), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2898), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2898), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2898), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2898), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2898), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2898), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2898), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2898), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2898), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_RAII] = ACTIONS(2898), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2898), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2898), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2898), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2898), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2898), }, [1080] = { - [sym__declaration_modifiers] = STATE(1260), - [sym_attribute_specifier] = STATE(1260), - [sym_attribute_declaration] = STATE(1260), - [sym_ms_declspec_modifier] = STATE(1260), - [sym_storage_class_specifier] = STATE(1260), - [sym_type_qualifier] = STATE(1260), - [sym__type_specifier] = STATE(1266), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1260), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1260), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [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(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [sym_identifier] = ACTIONS(2898), + [aux_sym_preproc_def_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2898), + [sym_preproc_directive] = ACTIONS(2898), + [anon_sym_LPAREN2] = ACTIONS(2900), + [anon_sym_TILDE] = ACTIONS(2900), + [anon_sym_STAR] = ACTIONS(2900), + [anon_sym_AMP_AMP] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2898), + [anon_sym_extern] = ACTIONS(2898), + [anon_sym___attribute__] = ACTIONS(2898), + [anon_sym_COLON_COLON] = ACTIONS(2900), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2900), + [anon_sym___declspec] = ACTIONS(2898), + [anon_sym___based] = ACTIONS(2898), + [anon_sym_RBRACE] = ACTIONS(2900), + [anon_sym_LBRACK] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2898), + [anon_sym_register] = ACTIONS(2898), + [anon_sym_inline] = ACTIONS(2898), + [anon_sym_thread_local] = ACTIONS(2898), + [anon_sym_const] = ACTIONS(2898), + [anon_sym_volatile] = ACTIONS(2898), + [anon_sym_restrict] = ACTIONS(2898), + [anon_sym__Atomic] = ACTIONS(2898), + [anon_sym_mutable] = ACTIONS(2898), + [anon_sym_constexpr] = ACTIONS(2898), + [anon_sym_signed] = ACTIONS(2898), + [anon_sym_unsigned] = ACTIONS(2898), + [anon_sym_long] = ACTIONS(2898), + [anon_sym_short] = ACTIONS(2898), + [sym_primitive_type] = ACTIONS(2898), + [anon_sym_enum] = ACTIONS(2898), + [anon_sym_class] = ACTIONS(2898), + [anon_sym_struct] = ACTIONS(2898), + [anon_sym_union] = ACTIONS(2898), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2898), + [anon_sym_virtual] = ACTIONS(2898), + [anon_sym_explicit] = ACTIONS(2898), + [anon_sym_public] = ACTIONS(2898), + [anon_sym_private] = ACTIONS(2898), + [anon_sym_protected] = ACTIONS(2898), + [sym_auto] = ACTIONS(2898), + [anon_sym_typename] = ACTIONS(2898), + [anon_sym_template] = ACTIONS(2898), + [anon_sym_operator] = ACTIONS(2898), + [anon_sym_friend] = ACTIONS(2898), + [anon_sym_using] = ACTIONS(2898), + [anon_sym_static_assert] = ACTIONS(2898), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2898), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2898), + [anon_sym_MOZ_COLD] = ACTIONS(2898), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2898), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2898), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2898), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2898), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2898), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2898), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2898), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2898), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2898), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2898), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2898), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2898), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_RAII] = ACTIONS(2898), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2898), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2898), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2898), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2898), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2898), }, [1081] = { - [sym__declaration_modifiers] = STATE(1260), - [sym_attribute_specifier] = STATE(1260), - [sym_attribute_declaration] = STATE(1260), - [sym_ms_declspec_modifier] = STATE(1260), - [sym_storage_class_specifier] = STATE(1260), - [sym_type_qualifier] = STATE(1260), - [sym__type_specifier] = STATE(1387), - [sym_sized_type_specifier] = STATE(1439), - [sym_enum_specifier] = STATE(1439), - [sym_struct_specifier] = STATE(1439), - [sym_union_specifier] = STATE(1439), - [sym_decltype] = STATE(1439), - [sym_class_specifier] = STATE(1439), - [sym_virtual_function_specifier] = STATE(1260), - [sym_dependent_type] = STATE(1439), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3903), - [sym_qualified_type_identifier] = STATE(1425), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1260), - [aux_sym_sized_type_specifier_repeat1] = STATE(1465), - [sym_identifier] = ACTIONS(2379), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(1941), - [anon_sym_unsigned] = ACTIONS(1941), - [anon_sym_long] = ACTIONS(1941), - [anon_sym_short] = ACTIONS(1941), - [sym_primitive_type] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1953), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(1943), - [anon_sym_typename] = ACTIONS(1957), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [sym_identifier] = 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_TILDE] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2752), + [anon_sym_AMP_AMP] = ACTIONS(2752), + [anon_sym_AMP] = ACTIONS(2750), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2750), + [anon_sym_virtual] = ACTIONS(2750), + [anon_sym_explicit] = ACTIONS(2750), + [anon_sym_public] = ACTIONS(2750), + [anon_sym_private] = ACTIONS(2750), + [anon_sym_protected] = ACTIONS(2750), + [sym_auto] = ACTIONS(2750), + [anon_sym_typename] = ACTIONS(2750), + [anon_sym_template] = ACTIONS(2750), + [anon_sym_operator] = ACTIONS(2750), + [anon_sym_friend] = ACTIONS(2750), + [anon_sym_using] = ACTIONS(2750), + [anon_sym_static_assert] = ACTIONS(2750), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2750), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2750), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2750), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2750), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2750), + [anon_sym_MOZ_COLD] = ACTIONS(2750), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2750), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2750), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2750), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2750), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2750), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2750), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2750), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2750), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2750), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2750), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2750), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2750), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2750), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_NONNULL] = ACTIONS(2750), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2750), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2750), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2750), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2750), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2750), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2750), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2750), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2750), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2750), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2750), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2750), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2750), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2750), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2750), + [anon_sym_MOZ_RAII] = ACTIONS(2750), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2750), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2750), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2750), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2750), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2750), }, [1082] = { - [sym__declaration_modifiers] = STATE(1260), - [sym_attribute_specifier] = STATE(1260), - [sym_attribute_declaration] = STATE(1260), - [sym_ms_declspec_modifier] = STATE(1260), - [sym_storage_class_specifier] = STATE(1260), - [sym_type_qualifier] = STATE(1260), - [sym__type_specifier] = STATE(1481), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1260), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1260), - [aux_sym_sized_type_specifier_repeat1] = STATE(1334), - [sym_identifier] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(2325), - [anon_sym_unsigned] = ACTIONS(2325), - [anon_sym_long] = ACTIONS(2325), - [anon_sym_short] = ACTIONS(2325), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(2327), - [anon_sym_class] = ACTIONS(2329), - [anon_sym_struct] = ACTIONS(2331), - [anon_sym_union] = ACTIONS(2333), + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token2] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym_COLON_COLON] = ACTIONS(1583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___based] = ACTIONS(1581), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym_mutable] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2335), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [anon_sym_decltype] = ACTIONS(1581), + [anon_sym_virtual] = ACTIONS(1581), + [anon_sym_explicit] = ACTIONS(1581), + [anon_sym_public] = ACTIONS(1581), + [anon_sym_private] = ACTIONS(1581), + [anon_sym_protected] = ACTIONS(1581), + [sym_auto] = ACTIONS(1581), + [anon_sym_typename] = ACTIONS(1581), + [anon_sym_template] = ACTIONS(1581), + [anon_sym_operator] = ACTIONS(1581), + [anon_sym_friend] = ACTIONS(1581), + [anon_sym_using] = ACTIONS(1581), + [anon_sym_static_assert] = ACTIONS(1581), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1581), + [anon_sym_MOZ_COLD] = ACTIONS(1581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL] = ACTIONS(1581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN] = ACTIONS(1581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1581), + [anon_sym_MOZ_RAII] = ACTIONS(1581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1581), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1581), }, [1083] = { - [sym__declaration_modifiers] = STATE(1260), - [sym_attribute_specifier] = STATE(1260), - [sym_attribute_declaration] = STATE(1260), - [sym_ms_declspec_modifier] = STATE(1260), - [sym_storage_class_specifier] = STATE(1260), - [sym_type_qualifier] = STATE(1260), - [sym__type_specifier] = STATE(1266), - [sym_sized_type_specifier] = STATE(1301), - [sym_enum_specifier] = STATE(1301), - [sym_struct_specifier] = STATE(1301), - [sym_union_specifier] = STATE(1301), - [sym_decltype] = STATE(1301), - [sym_class_specifier] = STATE(1301), - [sym_virtual_function_specifier] = STATE(1260), - [sym_dependent_type] = STATE(1301), - [sym_template_type] = STATE(1293), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1325), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1260), - [aux_sym_sized_type_specifier_repeat1] = STATE(1286), - [sym_identifier] = ACTIONS(2379), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(45), - [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_signed] = ACTIONS(59), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1467), - [anon_sym_union] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(107), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(1471), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), - [anon_sym_MOZ_COLD] = ACTIONS(145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), - [anon_sym_MOZ_RAII] = ACTIONS(145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(145), + [sym_identifier] = ACTIONS(3082), + [aux_sym_preproc_def_token1] = ACTIONS(3082), + [aux_sym_preproc_if_token1] = ACTIONS(3082), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3082), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3082), + [sym_preproc_directive] = ACTIONS(3082), + [anon_sym_LPAREN2] = ACTIONS(3084), + [anon_sym_TILDE] = ACTIONS(3084), + [anon_sym_STAR] = ACTIONS(3084), + [anon_sym_AMP_AMP] = ACTIONS(3084), + [anon_sym_AMP] = ACTIONS(3082), + [anon_sym_typedef] = ACTIONS(3082), + [anon_sym_extern] = ACTIONS(3082), + [anon_sym___attribute__] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3084), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3084), + [anon_sym___declspec] = ACTIONS(3082), + [anon_sym___based] = ACTIONS(3082), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_static] = ACTIONS(3082), + [anon_sym_register] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_thread_local] = ACTIONS(3082), + [anon_sym_const] = ACTIONS(3082), + [anon_sym_volatile] = ACTIONS(3082), + [anon_sym_restrict] = ACTIONS(3082), + [anon_sym__Atomic] = ACTIONS(3082), + [anon_sym_mutable] = ACTIONS(3082), + [anon_sym_constexpr] = ACTIONS(3082), + [anon_sym_signed] = ACTIONS(3082), + [anon_sym_unsigned] = ACTIONS(3082), + [anon_sym_long] = ACTIONS(3082), + [anon_sym_short] = ACTIONS(3082), + [sym_primitive_type] = ACTIONS(3082), + [anon_sym_enum] = ACTIONS(3082), + [anon_sym_class] = ACTIONS(3082), + [anon_sym_struct] = ACTIONS(3082), + [anon_sym_union] = ACTIONS(3082), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3082), + [anon_sym_virtual] = ACTIONS(3082), + [anon_sym_explicit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [sym_auto] = ACTIONS(3082), + [anon_sym_typename] = ACTIONS(3082), + [anon_sym_template] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_friend] = ACTIONS(3082), + [anon_sym_using] = ACTIONS(3082), + [anon_sym_static_assert] = ACTIONS(3082), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3082), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3082), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3082), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3082), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3082), + [anon_sym_MOZ_COLD] = ACTIONS(3082), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3082), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3082), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3082), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3082), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3082), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3082), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3082), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3082), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3082), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3082), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3082), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3082), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3082), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_NONNULL] = ACTIONS(3082), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3082), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3082), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3082), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3082), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3082), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3082), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3082), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3082), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3082), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3082), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3082), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3082), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), + [anon_sym_MOZ_RAII] = ACTIONS(3082), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3082), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3082), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3082), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3082), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3082), }, [1084] = { - [sym_compound_statement] = STATE(168), - [sym_labeled_statement] = STATE(168), - [sym_expression_statement] = STATE(168), - [sym_if_statement] = STATE(168), - [sym_switch_statement] = STATE(168), - [sym_case_statement] = STATE(168), - [sym_while_statement] = STATE(168), - [sym_do_statement] = STATE(168), - [sym_for_statement] = STATE(168), - [sym_return_statement] = STATE(168), - [sym_break_statement] = STATE(168), - [sym_continue_statement] = STATE(168), - [sym_goto_statement] = STATE(168), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(168), - [sym_co_return_statement] = STATE(168), - [sym_co_yield_statement] = STATE(168), - [sym_throw_statement] = STATE(168), - [sym_try_statement] = STATE(168), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(1518), + [aux_sym_preproc_def_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1518), + [sym_preproc_directive] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym___based] = ACTIONS(1518), + [anon_sym_RBRACE] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [anon_sym_explicit] = ACTIONS(1518), + [anon_sym_public] = ACTIONS(1518), + [anon_sym_private] = ACTIONS(1518), + [anon_sym_protected] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1518), + [anon_sym_friend] = ACTIONS(1518), + [anon_sym_using] = ACTIONS(1518), + [anon_sym_static_assert] = ACTIONS(1518), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), }, [1085] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym_RBRACE] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [anon_sym_public] = ACTIONS(1529), + [anon_sym_private] = ACTIONS(1529), + [anon_sym_protected] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_friend] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), }, [1086] = { - [sym_compound_statement] = STATE(417), - [sym_labeled_statement] = STATE(417), - [sym_expression_statement] = STATE(417), - [sym_if_statement] = STATE(417), - [sym_switch_statement] = STATE(417), - [sym_case_statement] = STATE(417), - [sym_while_statement] = STATE(417), - [sym_do_statement] = STATE(417), - [sym_for_statement] = STATE(417), - [sym_return_statement] = STATE(417), - [sym_break_statement] = STATE(417), - [sym_continue_statement] = STATE(417), - [sym_goto_statement] = STATE(417), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(417), - [sym_co_return_statement] = STATE(417), - [sym_co_yield_statement] = STATE(417), - [sym_throw_statement] = STATE(417), - [sym_try_statement] = STATE(417), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_identifier] = ACTIONS(1803), + [aux_sym_preproc_def_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token2] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), + [sym_preproc_directive] = ACTIONS(1803), + [anon_sym_LPAREN2] = ACTIONS(1805), + [anon_sym_TILDE] = ACTIONS(1805), + [anon_sym_STAR] = ACTIONS(1805), + [anon_sym_AMP_AMP] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1803), + [anon_sym___attribute__] = ACTIONS(1803), + [anon_sym_COLON_COLON] = ACTIONS(1805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), + [anon_sym___declspec] = ACTIONS(1803), + [anon_sym___based] = ACTIONS(1803), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_register] = ACTIONS(1803), + [anon_sym_inline] = ACTIONS(1803), + [anon_sym_thread_local] = ACTIONS(1803), + [anon_sym_const] = ACTIONS(1803), + [anon_sym_volatile] = ACTIONS(1803), + [anon_sym_restrict] = ACTIONS(1803), + [anon_sym__Atomic] = ACTIONS(1803), + [anon_sym_mutable] = ACTIONS(1803), + [anon_sym_constexpr] = ACTIONS(1803), + [anon_sym_signed] = ACTIONS(1803), + [anon_sym_unsigned] = ACTIONS(1803), + [anon_sym_long] = ACTIONS(1803), + [anon_sym_short] = ACTIONS(1803), + [sym_primitive_type] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_union] = ACTIONS(1803), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1803), + [anon_sym_virtual] = ACTIONS(1803), + [anon_sym_explicit] = ACTIONS(1803), + [anon_sym_public] = ACTIONS(1803), + [anon_sym_private] = ACTIONS(1803), + [anon_sym_protected] = ACTIONS(1803), + [sym_auto] = ACTIONS(1803), + [anon_sym_typename] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1803), + [anon_sym_operator] = ACTIONS(1803), + [anon_sym_friend] = ACTIONS(1803), + [anon_sym_using] = ACTIONS(1803), + [anon_sym_static_assert] = ACTIONS(1803), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1803), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), + [anon_sym_MOZ_COLD] = ACTIONS(1803), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_RAII] = ACTIONS(1803), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), }, [1087] = { - [sym_compound_statement] = STATE(4979), - [sym_labeled_statement] = STATE(4979), - [sym_expression_statement] = STATE(4979), - [sym_if_statement] = STATE(4979), - [sym_switch_statement] = STATE(4979), - [sym_case_statement] = STATE(4979), - [sym_while_statement] = STATE(4979), - [sym_do_statement] = STATE(4979), - [sym_for_statement] = STATE(4979), - [sym_return_statement] = STATE(4979), - [sym_break_statement] = STATE(4979), - [sym_continue_statement] = STATE(4979), - [sym_goto_statement] = STATE(4979), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4979), - [sym_co_return_statement] = STATE(4979), - [sym_co_yield_statement] = STATE(4979), - [sym_throw_statement] = STATE(4979), - [sym_try_statement] = STATE(4979), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3086), + [aux_sym_preproc_def_token1] = ACTIONS(3086), + [aux_sym_preproc_if_token1] = ACTIONS(3086), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3086), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3086), + [sym_preproc_directive] = ACTIONS(3086), + [anon_sym_LPAREN2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3086), + [anon_sym_typedef] = ACTIONS(3086), + [anon_sym_extern] = ACTIONS(3086), + [anon_sym___attribute__] = ACTIONS(3086), + [anon_sym_COLON_COLON] = ACTIONS(3088), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3088), + [anon_sym___declspec] = ACTIONS(3086), + [anon_sym___based] = ACTIONS(3086), + [anon_sym_RBRACE] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3086), + [anon_sym_static] = ACTIONS(3086), + [anon_sym_register] = ACTIONS(3086), + [anon_sym_inline] = ACTIONS(3086), + [anon_sym_thread_local] = ACTIONS(3086), + [anon_sym_const] = ACTIONS(3086), + [anon_sym_volatile] = ACTIONS(3086), + [anon_sym_restrict] = ACTIONS(3086), + [anon_sym__Atomic] = ACTIONS(3086), + [anon_sym_mutable] = ACTIONS(3086), + [anon_sym_constexpr] = ACTIONS(3086), + [anon_sym_signed] = ACTIONS(3086), + [anon_sym_unsigned] = ACTIONS(3086), + [anon_sym_long] = ACTIONS(3086), + [anon_sym_short] = ACTIONS(3086), + [sym_primitive_type] = ACTIONS(3086), + [anon_sym_enum] = ACTIONS(3086), + [anon_sym_class] = ACTIONS(3086), + [anon_sym_struct] = ACTIONS(3086), + [anon_sym_union] = ACTIONS(3086), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3086), + [anon_sym_virtual] = ACTIONS(3086), + [anon_sym_explicit] = ACTIONS(3086), + [anon_sym_public] = ACTIONS(3086), + [anon_sym_private] = ACTIONS(3086), + [anon_sym_protected] = ACTIONS(3086), + [sym_auto] = ACTIONS(3086), + [anon_sym_typename] = ACTIONS(3086), + [anon_sym_template] = ACTIONS(3086), + [anon_sym_operator] = ACTIONS(3086), + [anon_sym_friend] = ACTIONS(3086), + [anon_sym_using] = ACTIONS(3086), + [anon_sym_static_assert] = ACTIONS(3086), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3086), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3086), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3086), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3086), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3086), + [anon_sym_MOZ_COLD] = ACTIONS(3086), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3086), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3086), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3086), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3086), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3086), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3086), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3086), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3086), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3086), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3086), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3086), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3086), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3086), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_NONNULL] = ACTIONS(3086), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3086), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3086), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3086), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3086), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3086), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3086), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3086), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3086), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3086), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3086), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3086), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3086), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), + [anon_sym_MOZ_RAII] = ACTIONS(3086), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3086), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3086), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3086), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3086), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3086), }, [1088] = { - [sym_compound_statement] = STATE(718), - [sym_labeled_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_if_statement] = STATE(718), - [sym_switch_statement] = STATE(718), - [sym_case_statement] = STATE(718), - [sym_while_statement] = STATE(718), - [sym_do_statement] = STATE(718), - [sym_for_statement] = STATE(718), - [sym_return_statement] = STATE(718), - [sym_break_statement] = STATE(718), - [sym_continue_statement] = STATE(718), - [sym_goto_statement] = STATE(718), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(718), - [sym_co_return_statement] = STATE(718), - [sym_co_yield_statement] = STATE(718), - [sym_throw_statement] = STATE(718), - [sym_try_statement] = STATE(718), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = ACTIONS(1815), + [aux_sym_preproc_def_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token2] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), + [sym_preproc_directive] = ACTIONS(1815), + [anon_sym_LPAREN2] = ACTIONS(1817), + [anon_sym_TILDE] = ACTIONS(1817), + [anon_sym_STAR] = ACTIONS(1817), + [anon_sym_AMP_AMP] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_typedef] = ACTIONS(1815), + [anon_sym_extern] = ACTIONS(1815), + [anon_sym___attribute__] = ACTIONS(1815), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), + [anon_sym___declspec] = ACTIONS(1815), + [anon_sym___based] = ACTIONS(1815), + [anon_sym_LBRACK] = ACTIONS(1815), + [anon_sym_static] = ACTIONS(1815), + [anon_sym_register] = ACTIONS(1815), + [anon_sym_inline] = ACTIONS(1815), + [anon_sym_thread_local] = ACTIONS(1815), + [anon_sym_const] = ACTIONS(1815), + [anon_sym_volatile] = ACTIONS(1815), + [anon_sym_restrict] = ACTIONS(1815), + [anon_sym__Atomic] = ACTIONS(1815), + [anon_sym_mutable] = ACTIONS(1815), + [anon_sym_constexpr] = ACTIONS(1815), + [anon_sym_signed] = ACTIONS(1815), + [anon_sym_unsigned] = ACTIONS(1815), + [anon_sym_long] = ACTIONS(1815), + [anon_sym_short] = ACTIONS(1815), + [sym_primitive_type] = ACTIONS(1815), + [anon_sym_enum] = ACTIONS(1815), + [anon_sym_class] = ACTIONS(1815), + [anon_sym_struct] = ACTIONS(1815), + [anon_sym_union] = ACTIONS(1815), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_virtual] = ACTIONS(1815), + [anon_sym_explicit] = ACTIONS(1815), + [anon_sym_public] = ACTIONS(1815), + [anon_sym_private] = ACTIONS(1815), + [anon_sym_protected] = ACTIONS(1815), + [sym_auto] = ACTIONS(1815), + [anon_sym_typename] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1815), + [anon_sym_operator] = ACTIONS(1815), + [anon_sym_friend] = ACTIONS(1815), + [anon_sym_using] = ACTIONS(1815), + [anon_sym_static_assert] = ACTIONS(1815), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1815), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), + [anon_sym_MOZ_COLD] = ACTIONS(1815), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_RAII] = ACTIONS(1815), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), }, [1089] = { - [sym_compound_statement] = STATE(726), - [sym_labeled_statement] = STATE(726), - [sym_expression_statement] = STATE(726), - [sym_if_statement] = STATE(726), - [sym_switch_statement] = STATE(726), - [sym_case_statement] = STATE(726), - [sym_while_statement] = STATE(726), - [sym_do_statement] = STATE(726), - [sym_for_statement] = STATE(726), - [sym_return_statement] = STATE(726), - [sym_break_statement] = STATE(726), - [sym_continue_statement] = STATE(726), - [sym_goto_statement] = STATE(726), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(726), - [sym_co_return_statement] = STATE(726), - [sym_co_yield_statement] = STATE(726), - [sym_throw_statement] = STATE(726), - [sym_try_statement] = STATE(726), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2882), + [aux_sym_preproc_def_token1] = ACTIONS(2882), + [aux_sym_preproc_if_token1] = ACTIONS(2882), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2882), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2882), + [sym_preproc_directive] = ACTIONS(2882), + [anon_sym_LPAREN2] = ACTIONS(2884), + [anon_sym_TILDE] = ACTIONS(2884), + [anon_sym_STAR] = ACTIONS(2884), + [anon_sym_AMP_AMP] = ACTIONS(2884), + [anon_sym_AMP] = ACTIONS(2882), + [anon_sym_typedef] = ACTIONS(2882), + [anon_sym_extern] = ACTIONS(2882), + [anon_sym___attribute__] = ACTIONS(2882), + [anon_sym_COLON_COLON] = ACTIONS(2884), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2884), + [anon_sym___declspec] = ACTIONS(2882), + [anon_sym___based] = ACTIONS(2882), + [anon_sym_RBRACE] = ACTIONS(2884), + [anon_sym_LBRACK] = ACTIONS(2882), + [anon_sym_static] = ACTIONS(2882), + [anon_sym_register] = ACTIONS(2882), + [anon_sym_inline] = ACTIONS(2882), + [anon_sym_thread_local] = ACTIONS(2882), + [anon_sym_const] = ACTIONS(2882), + [anon_sym_volatile] = ACTIONS(2882), + [anon_sym_restrict] = ACTIONS(2882), + [anon_sym__Atomic] = ACTIONS(2882), + [anon_sym_mutable] = ACTIONS(2882), + [anon_sym_constexpr] = ACTIONS(2882), + [anon_sym_signed] = ACTIONS(2882), + [anon_sym_unsigned] = ACTIONS(2882), + [anon_sym_long] = ACTIONS(2882), + [anon_sym_short] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2882), + [anon_sym_enum] = ACTIONS(2882), + [anon_sym_class] = ACTIONS(2882), + [anon_sym_struct] = ACTIONS(2882), + [anon_sym_union] = ACTIONS(2882), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2882), + [anon_sym_virtual] = ACTIONS(2882), + [anon_sym_explicit] = ACTIONS(2882), + [anon_sym_public] = ACTIONS(2882), + [anon_sym_private] = ACTIONS(2882), + [anon_sym_protected] = ACTIONS(2882), + [sym_auto] = ACTIONS(2882), + [anon_sym_typename] = ACTIONS(2882), + [anon_sym_template] = ACTIONS(2882), + [anon_sym_operator] = ACTIONS(2882), + [anon_sym_friend] = ACTIONS(2882), + [anon_sym_using] = ACTIONS(2882), + [anon_sym_static_assert] = ACTIONS(2882), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2882), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2882), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2882), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2882), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2882), + [anon_sym_MOZ_COLD] = ACTIONS(2882), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2882), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2882), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2882), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2882), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2882), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2882), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2882), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2882), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2882), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2882), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2882), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2882), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2882), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_NONNULL] = ACTIONS(2882), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2882), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2882), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2882), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2882), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2882), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2882), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2882), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2882), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2882), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2882), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2882), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2882), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2882), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2882), + [anon_sym_MOZ_RAII] = ACTIONS(2882), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2882), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2882), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2882), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2882), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2882), }, [1090] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(749), - [sym_labeled_statement] = STATE(749), - [sym_expression_statement] = STATE(749), - [sym_if_statement] = STATE(749), - [sym_switch_statement] = STATE(749), - [sym_while_statement] = STATE(749), - [sym_do_statement] = STATE(749), - [sym_for_statement] = STATE(749), - [sym_return_statement] = STATE(749), - [sym_break_statement] = STATE(749), - [sym_continue_statement] = STATE(749), - [sym_goto_statement] = STATE(749), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(749), - [sym_co_return_statement] = STATE(749), - [sym_co_yield_statement] = STATE(749), - [sym_throw_statement] = STATE(749), - [sym_try_statement] = STATE(749), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = ACTIONS(1823), + [aux_sym_preproc_def_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token2] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), + [sym_preproc_directive] = ACTIONS(1823), + [anon_sym_LPAREN2] = ACTIONS(1825), + [anon_sym_TILDE] = ACTIONS(1825), + [anon_sym_STAR] = ACTIONS(1825), + [anon_sym_AMP_AMP] = ACTIONS(1825), + [anon_sym_AMP] = ACTIONS(1823), + [anon_sym_typedef] = ACTIONS(1823), + [anon_sym_extern] = ACTIONS(1823), + [anon_sym___attribute__] = ACTIONS(1823), + [anon_sym_COLON_COLON] = ACTIONS(1825), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), + [anon_sym___declspec] = ACTIONS(1823), + [anon_sym___based] = ACTIONS(1823), + [anon_sym_LBRACK] = ACTIONS(1823), + [anon_sym_static] = ACTIONS(1823), + [anon_sym_register] = ACTIONS(1823), + [anon_sym_inline] = ACTIONS(1823), + [anon_sym_thread_local] = ACTIONS(1823), + [anon_sym_const] = ACTIONS(1823), + [anon_sym_volatile] = ACTIONS(1823), + [anon_sym_restrict] = ACTIONS(1823), + [anon_sym__Atomic] = ACTIONS(1823), + [anon_sym_mutable] = ACTIONS(1823), + [anon_sym_constexpr] = ACTIONS(1823), + [anon_sym_signed] = ACTIONS(1823), + [anon_sym_unsigned] = ACTIONS(1823), + [anon_sym_long] = ACTIONS(1823), + [anon_sym_short] = ACTIONS(1823), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1823), + [anon_sym_class] = ACTIONS(1823), + [anon_sym_struct] = ACTIONS(1823), + [anon_sym_union] = ACTIONS(1823), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1823), + [anon_sym_virtual] = ACTIONS(1823), + [anon_sym_explicit] = ACTIONS(1823), + [anon_sym_public] = ACTIONS(1823), + [anon_sym_private] = ACTIONS(1823), + [anon_sym_protected] = ACTIONS(1823), + [sym_auto] = ACTIONS(1823), + [anon_sym_typename] = ACTIONS(1823), + [anon_sym_template] = ACTIONS(1823), + [anon_sym_operator] = ACTIONS(1823), + [anon_sym_friend] = ACTIONS(1823), + [anon_sym_using] = ACTIONS(1823), + [anon_sym_static_assert] = ACTIONS(1823), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1823), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), + [anon_sym_MOZ_COLD] = ACTIONS(1823), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_RAII] = ACTIONS(1823), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), }, [1091] = { - [sym_compound_statement] = STATE(698), - [sym_labeled_statement] = STATE(697), - [sym_expression_statement] = STATE(752), - [sym_if_statement] = STATE(775), - [sym_switch_statement] = STATE(774), - [sym_case_statement] = STATE(773), - [sym_while_statement] = STATE(772), - [sym_do_statement] = STATE(771), - [sym_for_statement] = STATE(769), - [sym_return_statement] = STATE(766), - [sym_break_statement] = STATE(761), - [sym_continue_statement] = STATE(756), - [sym_goto_statement] = STATE(755), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(696), - [sym_co_return_statement] = STATE(753), - [sym_co_yield_statement] = STATE(747), - [sym_throw_statement] = STATE(740), - [sym_try_statement] = STATE(728), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2878), + [aux_sym_preproc_def_token1] = ACTIONS(2878), + [aux_sym_preproc_if_token1] = ACTIONS(2878), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2878), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2878), + [sym_preproc_directive] = ACTIONS(2878), + [anon_sym_LPAREN2] = ACTIONS(2880), + [anon_sym_TILDE] = ACTIONS(2880), + [anon_sym_STAR] = ACTIONS(2880), + [anon_sym_AMP_AMP] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2878), + [anon_sym_typedef] = ACTIONS(2878), + [anon_sym_extern] = ACTIONS(2878), + [anon_sym___attribute__] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2880), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2880), + [anon_sym___declspec] = ACTIONS(2878), + [anon_sym___based] = ACTIONS(2878), + [anon_sym_RBRACE] = ACTIONS(2880), + [anon_sym_LBRACK] = ACTIONS(2878), + [anon_sym_static] = ACTIONS(2878), + [anon_sym_register] = ACTIONS(2878), + [anon_sym_inline] = ACTIONS(2878), + [anon_sym_thread_local] = ACTIONS(2878), + [anon_sym_const] = ACTIONS(2878), + [anon_sym_volatile] = ACTIONS(2878), + [anon_sym_restrict] = ACTIONS(2878), + [anon_sym__Atomic] = ACTIONS(2878), + [anon_sym_mutable] = ACTIONS(2878), + [anon_sym_constexpr] = ACTIONS(2878), + [anon_sym_signed] = ACTIONS(2878), + [anon_sym_unsigned] = ACTIONS(2878), + [anon_sym_long] = ACTIONS(2878), + [anon_sym_short] = ACTIONS(2878), + [sym_primitive_type] = ACTIONS(2878), + [anon_sym_enum] = ACTIONS(2878), + [anon_sym_class] = ACTIONS(2878), + [anon_sym_struct] = ACTIONS(2878), + [anon_sym_union] = ACTIONS(2878), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2878), + [anon_sym_virtual] = ACTIONS(2878), + [anon_sym_explicit] = ACTIONS(2878), + [anon_sym_public] = ACTIONS(2878), + [anon_sym_private] = ACTIONS(2878), + [anon_sym_protected] = ACTIONS(2878), + [sym_auto] = ACTIONS(2878), + [anon_sym_typename] = ACTIONS(2878), + [anon_sym_template] = ACTIONS(2878), + [anon_sym_operator] = ACTIONS(2878), + [anon_sym_friend] = ACTIONS(2878), + [anon_sym_using] = ACTIONS(2878), + [anon_sym_static_assert] = ACTIONS(2878), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2878), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2878), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2878), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2878), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2878), + [anon_sym_MOZ_COLD] = ACTIONS(2878), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2878), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2878), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2878), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2878), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2878), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2878), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2878), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2878), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2878), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2878), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2878), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2878), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2878), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_NONNULL] = ACTIONS(2878), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2878), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2878), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2878), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2878), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2878), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2878), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2878), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2878), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2878), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2878), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2878), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2878), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2878), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2878), + [anon_sym_MOZ_RAII] = ACTIONS(2878), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2878), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2878), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2878), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2878), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2878), }, [1092] = { - [sym_compound_statement] = STATE(723), - [sym_labeled_statement] = STATE(722), - [sym_expression_statement] = STATE(721), - [sym_if_statement] = STATE(720), - [sym_switch_statement] = STATE(719), - [sym_case_statement] = STATE(716), - [sym_while_statement] = STATE(715), - [sym_do_statement] = STATE(714), - [sym_for_statement] = STATE(713), - [sym_return_statement] = STATE(712), - [sym_break_statement] = STATE(711), - [sym_continue_statement] = STATE(710), - [sym_goto_statement] = STATE(709), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(708), - [sym_co_return_statement] = STATE(707), - [sym_co_yield_statement] = STATE(706), - [sym_throw_statement] = STATE(705), - [sym_try_statement] = STATE(702), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = 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_TILDE] = ACTIONS(2814), + [anon_sym_STAR] = ACTIONS(2814), + [anon_sym_AMP_AMP] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2812), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2812), + [anon_sym_virtual] = ACTIONS(2812), + [anon_sym_explicit] = ACTIONS(2812), + [anon_sym_public] = ACTIONS(2812), + [anon_sym_private] = ACTIONS(2812), + [anon_sym_protected] = ACTIONS(2812), + [sym_auto] = ACTIONS(2812), + [anon_sym_typename] = ACTIONS(2812), + [anon_sym_template] = ACTIONS(2812), + [anon_sym_operator] = ACTIONS(2812), + [anon_sym_friend] = ACTIONS(2812), + [anon_sym_using] = ACTIONS(2812), + [anon_sym_static_assert] = ACTIONS(2812), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2812), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2812), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2812), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2812), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2812), + [anon_sym_MOZ_COLD] = ACTIONS(2812), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2812), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2812), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2812), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2812), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2812), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2812), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2812), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2812), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2812), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2812), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2812), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2812), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2812), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_NONNULL] = ACTIONS(2812), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2812), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2812), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2812), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2812), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2812), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2812), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2812), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2812), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2812), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2812), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2812), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2812), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2812), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2812), + [anon_sym_MOZ_RAII] = ACTIONS(2812), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2812), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2812), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2812), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2812), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2812), }, [1093] = { - [sym_compound_statement] = STATE(725), - [sym_labeled_statement] = STATE(725), - [sym_expression_statement] = STATE(725), - [sym_if_statement] = STATE(725), - [sym_switch_statement] = STATE(725), - [sym_case_statement] = STATE(725), - [sym_while_statement] = STATE(725), - [sym_do_statement] = STATE(725), - [sym_for_statement] = STATE(725), - [sym_return_statement] = STATE(725), - [sym_break_statement] = STATE(725), - [sym_continue_statement] = STATE(725), - [sym_goto_statement] = STATE(725), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(725), - [sym_co_return_statement] = STATE(725), - [sym_co_yield_statement] = STATE(725), - [sym_throw_statement] = STATE(725), - [sym_try_statement] = STATE(725), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2874), + [aux_sym_preproc_def_token1] = ACTIONS(2874), + [aux_sym_preproc_if_token1] = ACTIONS(2874), + [aux_sym_preproc_if_token2] = ACTIONS(2874), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2874), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2874), + [sym_preproc_directive] = ACTIONS(2874), + [anon_sym_LPAREN2] = ACTIONS(2876), + [anon_sym_TILDE] = ACTIONS(2876), + [anon_sym_STAR] = ACTIONS(2876), + [anon_sym_AMP_AMP] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(2874), + [anon_sym_typedef] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym___attribute__] = ACTIONS(2874), + [anon_sym_COLON_COLON] = ACTIONS(2876), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2876), + [anon_sym___declspec] = ACTIONS(2874), + [anon_sym___based] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_static] = ACTIONS(2874), + [anon_sym_register] = ACTIONS(2874), + [anon_sym_inline] = ACTIONS(2874), + [anon_sym_thread_local] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_volatile] = ACTIONS(2874), + [anon_sym_restrict] = ACTIONS(2874), + [anon_sym__Atomic] = ACTIONS(2874), + [anon_sym_mutable] = ACTIONS(2874), + [anon_sym_constexpr] = ACTIONS(2874), + [anon_sym_signed] = ACTIONS(2874), + [anon_sym_unsigned] = ACTIONS(2874), + [anon_sym_long] = ACTIONS(2874), + [anon_sym_short] = ACTIONS(2874), + [sym_primitive_type] = ACTIONS(2874), + [anon_sym_enum] = ACTIONS(2874), + [anon_sym_class] = ACTIONS(2874), + [anon_sym_struct] = ACTIONS(2874), + [anon_sym_union] = ACTIONS(2874), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2874), + [anon_sym_virtual] = ACTIONS(2874), + [anon_sym_explicit] = ACTIONS(2874), + [anon_sym_public] = ACTIONS(2874), + [anon_sym_private] = ACTIONS(2874), + [anon_sym_protected] = ACTIONS(2874), + [sym_auto] = ACTIONS(2874), + [anon_sym_typename] = ACTIONS(2874), + [anon_sym_template] = ACTIONS(2874), + [anon_sym_operator] = ACTIONS(2874), + [anon_sym_friend] = ACTIONS(2874), + [anon_sym_using] = ACTIONS(2874), + [anon_sym_static_assert] = ACTIONS(2874), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2874), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2874), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2874), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2874), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2874), + [anon_sym_MOZ_COLD] = ACTIONS(2874), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2874), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2874), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2874), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2874), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2874), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2874), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2874), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2874), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2874), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2874), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2874), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2874), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2874), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_NONNULL] = ACTIONS(2874), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2874), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2874), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2874), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2874), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2874), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2874), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2874), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2874), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2874), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2874), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2874), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2874), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2874), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2874), + [anon_sym_MOZ_RAII] = ACTIONS(2874), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2874), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2874), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2874), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2874), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2874), }, [1094] = { - [sym_compound_statement] = STATE(727), - [sym_labeled_statement] = STATE(727), - [sym_expression_statement] = STATE(727), - [sym_if_statement] = STATE(727), - [sym_switch_statement] = STATE(727), - [sym_case_statement] = STATE(727), - [sym_while_statement] = STATE(727), - [sym_do_statement] = STATE(727), - [sym_for_statement] = STATE(727), - [sym_return_statement] = STATE(727), - [sym_break_statement] = STATE(727), - [sym_continue_statement] = STATE(727), - [sym_goto_statement] = STATE(727), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(727), - [sym_co_return_statement] = STATE(727), - [sym_co_yield_statement] = STATE(727), - [sym_throw_statement] = STATE(727), - [sym_try_statement] = STATE(727), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2870), + [aux_sym_preproc_def_token1] = ACTIONS(2870), + [aux_sym_preproc_if_token1] = ACTIONS(2870), + [aux_sym_preproc_if_token2] = ACTIONS(2870), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2870), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2870), + [sym_preproc_directive] = ACTIONS(2870), + [anon_sym_LPAREN2] = ACTIONS(2872), + [anon_sym_TILDE] = ACTIONS(2872), + [anon_sym_STAR] = ACTIONS(2872), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP] = ACTIONS(2870), + [anon_sym_typedef] = ACTIONS(2870), + [anon_sym_extern] = ACTIONS(2870), + [anon_sym___attribute__] = ACTIONS(2870), + [anon_sym_COLON_COLON] = ACTIONS(2872), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2872), + [anon_sym___declspec] = ACTIONS(2870), + [anon_sym___based] = ACTIONS(2870), + [anon_sym_LBRACK] = ACTIONS(2870), + [anon_sym_static] = ACTIONS(2870), + [anon_sym_register] = ACTIONS(2870), + [anon_sym_inline] = ACTIONS(2870), + [anon_sym_thread_local] = ACTIONS(2870), + [anon_sym_const] = ACTIONS(2870), + [anon_sym_volatile] = ACTIONS(2870), + [anon_sym_restrict] = ACTIONS(2870), + [anon_sym__Atomic] = ACTIONS(2870), + [anon_sym_mutable] = ACTIONS(2870), + [anon_sym_constexpr] = ACTIONS(2870), + [anon_sym_signed] = ACTIONS(2870), + [anon_sym_unsigned] = ACTIONS(2870), + [anon_sym_long] = ACTIONS(2870), + [anon_sym_short] = ACTIONS(2870), + [sym_primitive_type] = ACTIONS(2870), + [anon_sym_enum] = ACTIONS(2870), + [anon_sym_class] = ACTIONS(2870), + [anon_sym_struct] = ACTIONS(2870), + [anon_sym_union] = ACTIONS(2870), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2870), + [anon_sym_virtual] = ACTIONS(2870), + [anon_sym_explicit] = ACTIONS(2870), + [anon_sym_public] = ACTIONS(2870), + [anon_sym_private] = ACTIONS(2870), + [anon_sym_protected] = ACTIONS(2870), + [sym_auto] = ACTIONS(2870), + [anon_sym_typename] = ACTIONS(2870), + [anon_sym_template] = ACTIONS(2870), + [anon_sym_operator] = ACTIONS(2870), + [anon_sym_friend] = ACTIONS(2870), + [anon_sym_using] = ACTIONS(2870), + [anon_sym_static_assert] = ACTIONS(2870), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2870), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2870), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2870), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2870), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2870), + [anon_sym_MOZ_COLD] = ACTIONS(2870), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2870), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2870), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2870), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2870), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2870), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2870), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2870), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2870), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2870), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2870), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2870), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2870), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2870), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_NONNULL] = ACTIONS(2870), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2870), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2870), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2870), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2870), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2870), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2870), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2870), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2870), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2870), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2870), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2870), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2870), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2870), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2870), + [anon_sym_MOZ_RAII] = ACTIONS(2870), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2870), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2870), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2870), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2870), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2870), }, [1095] = { - [sym_compound_statement] = STATE(729), - [sym_labeled_statement] = STATE(729), - [sym_expression_statement] = STATE(729), - [sym_if_statement] = STATE(729), - [sym_switch_statement] = STATE(729), - [sym_case_statement] = STATE(729), - [sym_while_statement] = STATE(729), - [sym_do_statement] = STATE(729), - [sym_for_statement] = STATE(729), - [sym_return_statement] = STATE(729), - [sym_break_statement] = STATE(729), - [sym_continue_statement] = STATE(729), - [sym_goto_statement] = STATE(729), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(729), - [sym_co_return_statement] = STATE(729), - [sym_co_yield_statement] = STATE(729), - [sym_throw_statement] = STATE(729), - [sym_try_statement] = STATE(729), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2582), + [aux_sym_preproc_def_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token2] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2582), + [sym_preproc_directive] = ACTIONS(2582), + [anon_sym_LPAREN2] = ACTIONS(2584), + [anon_sym_TILDE] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2584), + [anon_sym_AMP_AMP] = ACTIONS(2584), + [anon_sym_AMP] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2582), + [anon_sym_extern] = ACTIONS(2582), + [anon_sym___attribute__] = ACTIONS(2582), + [anon_sym_COLON_COLON] = ACTIONS(2584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2584), + [anon_sym___declspec] = ACTIONS(2582), + [anon_sym___based] = ACTIONS(2582), + [anon_sym_LBRACK] = ACTIONS(2582), + [anon_sym_static] = ACTIONS(2582), + [anon_sym_register] = ACTIONS(2582), + [anon_sym_inline] = ACTIONS(2582), + [anon_sym_thread_local] = ACTIONS(2582), + [anon_sym_const] = ACTIONS(2582), + [anon_sym_volatile] = ACTIONS(2582), + [anon_sym_restrict] = ACTIONS(2582), + [anon_sym__Atomic] = ACTIONS(2582), + [anon_sym_mutable] = ACTIONS(2582), + [anon_sym_constexpr] = ACTIONS(2582), + [anon_sym_signed] = ACTIONS(2582), + [anon_sym_unsigned] = ACTIONS(2582), + [anon_sym_long] = ACTIONS(2582), + [anon_sym_short] = ACTIONS(2582), + [sym_primitive_type] = ACTIONS(2582), + [anon_sym_enum] = ACTIONS(2582), + [anon_sym_class] = ACTIONS(2582), + [anon_sym_struct] = ACTIONS(2582), + [anon_sym_union] = ACTIONS(2582), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2582), + [anon_sym_virtual] = ACTIONS(2582), + [anon_sym_explicit] = ACTIONS(2582), + [anon_sym_public] = ACTIONS(2582), + [anon_sym_private] = ACTIONS(2582), + [anon_sym_protected] = ACTIONS(2582), + [sym_auto] = ACTIONS(2582), + [anon_sym_typename] = ACTIONS(2582), + [anon_sym_template] = ACTIONS(2582), + [anon_sym_operator] = ACTIONS(2582), + [anon_sym_friend] = ACTIONS(2582), + [anon_sym_using] = ACTIONS(2582), + [anon_sym_static_assert] = ACTIONS(2582), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2582), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2582), + [anon_sym_MOZ_COLD] = ACTIONS(2582), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2582), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2582), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2582), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2582), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2582), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2582), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2582), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2582), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2582), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2582), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2582), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2582), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_RAII] = ACTIONS(2582), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2582), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2582), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2582), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2582), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2582), }, [1096] = { - [sym_compound_statement] = STATE(730), - [sym_labeled_statement] = STATE(730), - [sym_expression_statement] = STATE(730), - [sym_if_statement] = STATE(730), - [sym_switch_statement] = STATE(730), - [sym_case_statement] = STATE(730), - [sym_while_statement] = STATE(730), - [sym_do_statement] = STATE(730), - [sym_for_statement] = STATE(730), - [sym_return_statement] = STATE(730), - [sym_break_statement] = STATE(730), - [sym_continue_statement] = STATE(730), - [sym_goto_statement] = STATE(730), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(730), - [sym_co_return_statement] = STATE(730), - [sym_co_yield_statement] = STATE(730), - [sym_throw_statement] = STATE(730), - [sym_try_statement] = STATE(730), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = ACTIONS(1835), + [aux_sym_preproc_def_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), + [sym_preproc_directive] = ACTIONS(1835), + [anon_sym_LPAREN2] = ACTIONS(1837), + [anon_sym_TILDE] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_typedef] = ACTIONS(1835), + [anon_sym_extern] = ACTIONS(1835), + [anon_sym___attribute__] = ACTIONS(1835), + [anon_sym_COLON_COLON] = ACTIONS(1837), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), + [anon_sym___declspec] = ACTIONS(1835), + [anon_sym___based] = ACTIONS(1835), + [anon_sym_RBRACE] = ACTIONS(1837), + [anon_sym_LBRACK] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1835), + [anon_sym_register] = ACTIONS(1835), + [anon_sym_inline] = ACTIONS(1835), + [anon_sym_thread_local] = ACTIONS(1835), + [anon_sym_const] = ACTIONS(1835), + [anon_sym_volatile] = ACTIONS(1835), + [anon_sym_restrict] = ACTIONS(1835), + [anon_sym__Atomic] = ACTIONS(1835), + [anon_sym_mutable] = ACTIONS(1835), + [anon_sym_constexpr] = ACTIONS(1835), + [anon_sym_signed] = ACTIONS(1835), + [anon_sym_unsigned] = ACTIONS(1835), + [anon_sym_long] = ACTIONS(1835), + [anon_sym_short] = ACTIONS(1835), + [sym_primitive_type] = ACTIONS(1835), + [anon_sym_enum] = ACTIONS(1835), + [anon_sym_class] = ACTIONS(1835), + [anon_sym_struct] = ACTIONS(1835), + [anon_sym_union] = ACTIONS(1835), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1835), + [anon_sym_virtual] = ACTIONS(1835), + [anon_sym_explicit] = ACTIONS(1835), + [anon_sym_public] = ACTIONS(1835), + [anon_sym_private] = ACTIONS(1835), + [anon_sym_protected] = ACTIONS(1835), + [sym_auto] = ACTIONS(1835), + [anon_sym_typename] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1835), + [anon_sym_operator] = ACTIONS(1835), + [anon_sym_friend] = ACTIONS(1835), + [anon_sym_using] = ACTIONS(1835), + [anon_sym_static_assert] = ACTIONS(1835), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1835), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), + [anon_sym_MOZ_COLD] = ACTIONS(1835), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_RAII] = ACTIONS(1835), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), }, [1097] = { - [sym_compound_statement] = STATE(731), - [sym_labeled_statement] = STATE(731), - [sym_expression_statement] = STATE(731), - [sym_if_statement] = STATE(731), - [sym_switch_statement] = STATE(731), - [sym_case_statement] = STATE(731), - [sym_while_statement] = STATE(731), - [sym_do_statement] = STATE(731), - [sym_for_statement] = STATE(731), - [sym_return_statement] = STATE(731), - [sym_break_statement] = STATE(731), - [sym_continue_statement] = STATE(731), - [sym_goto_statement] = STATE(731), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(731), - [sym_co_return_statement] = STATE(731), - [sym_co_yield_statement] = STATE(731), - [sym_throw_statement] = STATE(731), - [sym_try_statement] = STATE(731), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = ACTIONS(1831), + [aux_sym_preproc_def_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), + [sym_preproc_directive] = ACTIONS(1831), + [anon_sym_LPAREN2] = ACTIONS(1833), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_typedef] = ACTIONS(1831), + [anon_sym_extern] = ACTIONS(1831), + [anon_sym___attribute__] = ACTIONS(1831), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), + [anon_sym___declspec] = ACTIONS(1831), + [anon_sym___based] = ACTIONS(1831), + [anon_sym_RBRACE] = ACTIONS(1833), + [anon_sym_LBRACK] = ACTIONS(1831), + [anon_sym_static] = ACTIONS(1831), + [anon_sym_register] = ACTIONS(1831), + [anon_sym_inline] = ACTIONS(1831), + [anon_sym_thread_local] = ACTIONS(1831), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_volatile] = ACTIONS(1831), + [anon_sym_restrict] = ACTIONS(1831), + [anon_sym__Atomic] = ACTIONS(1831), + [anon_sym_mutable] = ACTIONS(1831), + [anon_sym_constexpr] = ACTIONS(1831), + [anon_sym_signed] = ACTIONS(1831), + [anon_sym_unsigned] = ACTIONS(1831), + [anon_sym_long] = ACTIONS(1831), + [anon_sym_short] = ACTIONS(1831), + [sym_primitive_type] = ACTIONS(1831), + [anon_sym_enum] = ACTIONS(1831), + [anon_sym_class] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(1831), + [anon_sym_explicit] = ACTIONS(1831), + [anon_sym_public] = ACTIONS(1831), + [anon_sym_private] = ACTIONS(1831), + [anon_sym_protected] = ACTIONS(1831), + [sym_auto] = ACTIONS(1831), + [anon_sym_typename] = ACTIONS(1831), + [anon_sym_template] = ACTIONS(1831), + [anon_sym_operator] = ACTIONS(1831), + [anon_sym_friend] = ACTIONS(1831), + [anon_sym_using] = ACTIONS(1831), + [anon_sym_static_assert] = ACTIONS(1831), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1831), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), + [anon_sym_MOZ_COLD] = ACTIONS(1831), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_RAII] = ACTIONS(1831), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), }, [1098] = { - [sym_compound_statement] = STATE(732), - [sym_labeled_statement] = STATE(732), - [sym_expression_statement] = STATE(732), - [sym_if_statement] = STATE(732), - [sym_switch_statement] = STATE(732), - [sym_case_statement] = STATE(732), - [sym_while_statement] = STATE(732), - [sym_do_statement] = STATE(732), - [sym_for_statement] = STATE(732), - [sym_return_statement] = STATE(732), - [sym_break_statement] = STATE(732), - [sym_continue_statement] = STATE(732), - [sym_goto_statement] = STATE(732), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(732), - [sym_co_return_statement] = STATE(732), - [sym_co_yield_statement] = STATE(732), - [sym_throw_statement] = STATE(732), - [sym_try_statement] = STATE(732), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = 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_TILDE] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2752), + [anon_sym_AMP_AMP] = ACTIONS(2752), + [anon_sym_AMP] = ACTIONS(2750), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2750), + [anon_sym_virtual] = ACTIONS(2750), + [anon_sym_explicit] = ACTIONS(2750), + [anon_sym_public] = ACTIONS(2750), + [anon_sym_private] = ACTIONS(2750), + [anon_sym_protected] = ACTIONS(2750), + [sym_auto] = ACTIONS(2750), + [anon_sym_typename] = ACTIONS(2750), + [anon_sym_template] = ACTIONS(2750), + [anon_sym_operator] = ACTIONS(2750), + [anon_sym_friend] = ACTIONS(2750), + [anon_sym_using] = ACTIONS(2750), + [anon_sym_static_assert] = ACTIONS(2750), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2750), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2750), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2750), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2750), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2750), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2750), + [anon_sym_MOZ_COLD] = ACTIONS(2750), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2750), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2750), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2750), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2750), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2750), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2750), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2750), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2750), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2750), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2750), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2750), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2750), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2750), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2750), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2750), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2750), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_NONNULL] = ACTIONS(2750), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2750), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2750), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2750), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2750), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_NORETURN] = ACTIONS(2750), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2750), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2750), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2750), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2750), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2750), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2750), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2750), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2750), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2750), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2750), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2750), + [anon_sym_MOZ_RAII] = ACTIONS(2750), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2750), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2750), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2750), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2750), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2750), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2750), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2750), }, [1099] = { - [sym_compound_statement] = STATE(121), - [sym_labeled_statement] = STATE(121), - [sym_expression_statement] = STATE(121), - [sym_if_statement] = STATE(121), - [sym_switch_statement] = STATE(121), - [sym_case_statement] = STATE(121), - [sym_while_statement] = STATE(121), - [sym_do_statement] = STATE(121), - [sym_for_statement] = STATE(121), - [sym_return_statement] = STATE(121), - [sym_break_statement] = STATE(121), - [sym_continue_statement] = STATE(121), - [sym_goto_statement] = STATE(121), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(121), - [sym_co_return_statement] = STATE(121), - [sym_co_yield_statement] = STATE(121), - [sym_throw_statement] = STATE(121), - [sym_try_statement] = STATE(121), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2582), + [aux_sym_preproc_def_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token2] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2582), + [sym_preproc_directive] = ACTIONS(2582), + [anon_sym_LPAREN2] = ACTIONS(2584), + [anon_sym_TILDE] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2584), + [anon_sym_AMP_AMP] = ACTIONS(2584), + [anon_sym_AMP] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2582), + [anon_sym_extern] = ACTIONS(2582), + [anon_sym___attribute__] = ACTIONS(2582), + [anon_sym_COLON_COLON] = ACTIONS(2584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2584), + [anon_sym___declspec] = ACTIONS(2582), + [anon_sym___based] = ACTIONS(2582), + [anon_sym_LBRACK] = ACTIONS(2582), + [anon_sym_static] = ACTIONS(2582), + [anon_sym_register] = ACTIONS(2582), + [anon_sym_inline] = ACTIONS(2582), + [anon_sym_thread_local] = ACTIONS(2582), + [anon_sym_const] = ACTIONS(2582), + [anon_sym_volatile] = ACTIONS(2582), + [anon_sym_restrict] = ACTIONS(2582), + [anon_sym__Atomic] = ACTIONS(2582), + [anon_sym_mutable] = ACTIONS(2582), + [anon_sym_constexpr] = ACTIONS(2582), + [anon_sym_signed] = ACTIONS(2582), + [anon_sym_unsigned] = ACTIONS(2582), + [anon_sym_long] = ACTIONS(2582), + [anon_sym_short] = ACTIONS(2582), + [sym_primitive_type] = ACTIONS(2582), + [anon_sym_enum] = ACTIONS(2582), + [anon_sym_class] = ACTIONS(2582), + [anon_sym_struct] = ACTIONS(2582), + [anon_sym_union] = ACTIONS(2582), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2582), + [anon_sym_virtual] = ACTIONS(2582), + [anon_sym_explicit] = ACTIONS(2582), + [anon_sym_public] = ACTIONS(2582), + [anon_sym_private] = ACTIONS(2582), + [anon_sym_protected] = ACTIONS(2582), + [sym_auto] = ACTIONS(2582), + [anon_sym_typename] = ACTIONS(2582), + [anon_sym_template] = ACTIONS(2582), + [anon_sym_operator] = ACTIONS(2582), + [anon_sym_friend] = ACTIONS(2582), + [anon_sym_using] = ACTIONS(2582), + [anon_sym_static_assert] = ACTIONS(2582), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2582), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2582), + [anon_sym_MOZ_COLD] = ACTIONS(2582), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2582), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2582), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2582), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2582), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2582), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2582), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2582), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2582), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2582), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2582), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2582), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2582), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_RAII] = ACTIONS(2582), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2582), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2582), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2582), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2582), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2582), }, [1100] = { - [sym_compound_statement] = STATE(733), - [sym_labeled_statement] = STATE(733), - [sym_expression_statement] = STATE(733), - [sym_if_statement] = STATE(733), - [sym_switch_statement] = STATE(733), - [sym_case_statement] = STATE(733), - [sym_while_statement] = STATE(733), - [sym_do_statement] = STATE(733), - [sym_for_statement] = STATE(733), - [sym_return_statement] = STATE(733), - [sym_break_statement] = STATE(733), - [sym_continue_statement] = STATE(733), - [sym_goto_statement] = STATE(733), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(733), - [sym_co_return_statement] = STATE(733), - [sym_co_yield_statement] = STATE(733), - [sym_throw_statement] = STATE(733), - [sym_try_statement] = STATE(733), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = 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_TILDE] = ACTIONS(2626), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_AMP_AMP] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2624), + [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_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_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), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(2624), + [anon_sym_virtual] = ACTIONS(2624), + [anon_sym_explicit] = ACTIONS(2624), + [anon_sym_public] = ACTIONS(2624), + [anon_sym_private] = ACTIONS(2624), + [anon_sym_protected] = ACTIONS(2624), + [sym_auto] = ACTIONS(2624), + [anon_sym_typename] = ACTIONS(2624), + [anon_sym_template] = ACTIONS(2624), + [anon_sym_operator] = ACTIONS(2624), + [anon_sym_friend] = ACTIONS(2624), + [anon_sym_using] = ACTIONS(2624), + [anon_sym_static_assert] = ACTIONS(2624), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2624), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2624), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2624), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2624), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2624), + [anon_sym_MOZ_COLD] = ACTIONS(2624), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2624), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2624), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2624), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2624), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2624), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2624), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2624), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2624), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2624), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2624), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2624), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2624), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2624), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_NONNULL] = ACTIONS(2624), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2624), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2624), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2624), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2624), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2624), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2624), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2624), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2624), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2624), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2624), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2624), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2624), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), + [anon_sym_MOZ_RAII] = ACTIONS(2624), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2624), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2624), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2624), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2624), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2624), }, [1101] = { - [sym_compound_statement] = STATE(5154), - [sym_labeled_statement] = STATE(5154), - [sym_expression_statement] = STATE(5154), - [sym_if_statement] = STATE(5154), - [sym_switch_statement] = STATE(5154), - [sym_case_statement] = STATE(5154), - [sym_while_statement] = STATE(5154), - [sym_do_statement] = STATE(5154), - [sym_for_statement] = STATE(5154), - [sym_return_statement] = STATE(5154), - [sym_break_statement] = STATE(5154), - [sym_continue_statement] = STATE(5154), - [sym_goto_statement] = STATE(5154), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(5154), - [sym_co_return_statement] = STATE(5154), - [sym_co_yield_statement] = STATE(5154), - [sym_throw_statement] = STATE(5154), - [sym_try_statement] = STATE(5154), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3150), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, [1102] = { - [sym_compound_statement] = STATE(5166), - [sym_labeled_statement] = STATE(5166), - [sym_expression_statement] = STATE(5166), - [sym_if_statement] = STATE(5166), - [sym_switch_statement] = STATE(5166), - [sym_case_statement] = STATE(5166), - [sym_while_statement] = STATE(5166), - [sym_do_statement] = STATE(5166), - [sym_for_statement] = STATE(5166), - [sym_return_statement] = STATE(5166), - [sym_break_statement] = STATE(5166), - [sym_continue_statement] = STATE(5166), - [sym_goto_statement] = STATE(5166), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(5166), - [sym_co_return_statement] = STATE(5166), - [sym_co_yield_statement] = STATE(5166), - [sym_throw_statement] = STATE(5166), - [sym_try_statement] = STATE(5166), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1103] = { - [sym_compound_statement] = STATE(4506), - [sym_labeled_statement] = STATE(4506), - [sym_expression_statement] = STATE(4506), - [sym_if_statement] = STATE(4506), - [sym_switch_statement] = STATE(4506), - [sym_case_statement] = STATE(4506), - [sym_while_statement] = STATE(4506), - [sym_do_statement] = STATE(4506), - [sym_for_statement] = STATE(4506), - [sym_return_statement] = STATE(4506), - [sym_break_statement] = STATE(4506), - [sym_continue_statement] = STATE(4506), - [sym_goto_statement] = STATE(4506), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4506), - [sym_co_return_statement] = STATE(4506), - [sym_co_yield_statement] = STATE(4506), - [sym_throw_statement] = STATE(4506), - [sym_try_statement] = STATE(4506), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1104] = { - [sym_compound_statement] = STATE(734), - [sym_labeled_statement] = STATE(734), - [sym_expression_statement] = STATE(734), - [sym_if_statement] = STATE(734), - [sym_switch_statement] = STATE(734), - [sym_case_statement] = STATE(734), - [sym_while_statement] = STATE(734), - [sym_do_statement] = STATE(734), - [sym_for_statement] = STATE(734), - [sym_return_statement] = STATE(734), - [sym_break_statement] = STATE(734), - [sym_continue_statement] = STATE(734), - [sym_goto_statement] = STATE(734), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(734), - [sym_co_return_statement] = STATE(734), - [sym_co_yield_statement] = STATE(734), - [sym_throw_statement] = STATE(734), - [sym_try_statement] = STATE(734), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = ACTIONS(1779), + [aux_sym_preproc_def_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), + [sym_preproc_directive] = ACTIONS(1779), + [anon_sym_LPAREN2] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_STAR] = ACTIONS(1781), + [anon_sym_AMP_AMP] = ACTIONS(1781), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_typedef] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(1779), + [anon_sym___attribute__] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1779), + [anon_sym___based] = ACTIONS(1779), + [anon_sym_RBRACE] = ACTIONS(1781), + [anon_sym_LBRACK] = ACTIONS(1779), + [anon_sym_static] = ACTIONS(1779), + [anon_sym_register] = ACTIONS(1779), + [anon_sym_inline] = ACTIONS(1779), + [anon_sym_thread_local] = ACTIONS(1779), + [anon_sym_const] = ACTIONS(1779), + [anon_sym_volatile] = ACTIONS(1779), + [anon_sym_restrict] = ACTIONS(1779), + [anon_sym__Atomic] = ACTIONS(1779), + [anon_sym_mutable] = ACTIONS(1779), + [anon_sym_constexpr] = ACTIONS(1779), + [anon_sym_signed] = ACTIONS(1779), + [anon_sym_unsigned] = ACTIONS(1779), + [anon_sym_long] = ACTIONS(1779), + [anon_sym_short] = ACTIONS(1779), + [sym_primitive_type] = ACTIONS(1779), + [anon_sym_enum] = ACTIONS(1779), + [anon_sym_class] = ACTIONS(1779), + [anon_sym_struct] = ACTIONS(1779), + [anon_sym_union] = ACTIONS(1779), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1105] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_decltype] = ACTIONS(1779), + [anon_sym_virtual] = ACTIONS(1779), + [anon_sym_explicit] = ACTIONS(1779), + [anon_sym_public] = ACTIONS(1779), + [anon_sym_private] = ACTIONS(1779), + [anon_sym_protected] = ACTIONS(1779), + [sym_auto] = ACTIONS(1779), + [anon_sym_typename] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1779), + [anon_sym_operator] = ACTIONS(1779), + [anon_sym_friend] = ACTIONS(1779), + [anon_sym_using] = ACTIONS(1779), + [anon_sym_static_assert] = ACTIONS(1779), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1779), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), + [anon_sym_MOZ_COLD] = ACTIONS(1779), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_RAII] = ACTIONS(1779), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), + }, + [1103] = { + [sym_identifier] = ACTIONS(3082), + [aux_sym_preproc_def_token1] = ACTIONS(3082), + [aux_sym_preproc_if_token1] = ACTIONS(3082), + [aux_sym_preproc_if_token2] = ACTIONS(3082), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3082), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3082), + [sym_preproc_directive] = ACTIONS(3082), + [anon_sym_LPAREN2] = ACTIONS(3084), + [anon_sym_TILDE] = ACTIONS(3084), + [anon_sym_STAR] = ACTIONS(3084), + [anon_sym_AMP_AMP] = ACTIONS(3084), + [anon_sym_AMP] = ACTIONS(3082), + [anon_sym_typedef] = ACTIONS(3082), + [anon_sym_extern] = ACTIONS(3082), + [anon_sym___attribute__] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3084), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3084), + [anon_sym___declspec] = ACTIONS(3082), + [anon_sym___based] = ACTIONS(3082), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_static] = ACTIONS(3082), + [anon_sym_register] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_thread_local] = ACTIONS(3082), + [anon_sym_const] = ACTIONS(3082), + [anon_sym_volatile] = ACTIONS(3082), + [anon_sym_restrict] = ACTIONS(3082), + [anon_sym__Atomic] = ACTIONS(3082), + [anon_sym_mutable] = ACTIONS(3082), + [anon_sym_constexpr] = ACTIONS(3082), + [anon_sym_signed] = ACTIONS(3082), + [anon_sym_unsigned] = ACTIONS(3082), + [anon_sym_long] = ACTIONS(3082), + [anon_sym_short] = ACTIONS(3082), + [sym_primitive_type] = ACTIONS(3082), + [anon_sym_enum] = ACTIONS(3082), + [anon_sym_class] = ACTIONS(3082), + [anon_sym_struct] = ACTIONS(3082), + [anon_sym_union] = ACTIONS(3082), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3082), + [anon_sym_virtual] = ACTIONS(3082), + [anon_sym_explicit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [sym_auto] = ACTIONS(3082), + [anon_sym_typename] = ACTIONS(3082), + [anon_sym_template] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_friend] = ACTIONS(3082), + [anon_sym_using] = ACTIONS(3082), + [anon_sym_static_assert] = ACTIONS(3082), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3082), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3082), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3082), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3082), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3082), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3082), + [anon_sym_MOZ_COLD] = ACTIONS(3082), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3082), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3082), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3082), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3082), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3082), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3082), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3082), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3082), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3082), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3082), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3082), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3082), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3082), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3082), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3082), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_NONNULL] = ACTIONS(3082), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3082), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3082), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3082), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3082), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_NORETURN] = ACTIONS(3082), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3082), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3082), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3082), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3082), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3082), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3082), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3082), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3082), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3082), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), + [anon_sym_MOZ_RAII] = ACTIONS(3082), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3082), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3082), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3082), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3082), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3082), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3082), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3082), + }, + [1104] = { + [sym_identifier] = ACTIONS(3090), + [aux_sym_preproc_def_token1] = ACTIONS(3090), + [aux_sym_preproc_if_token1] = ACTIONS(3090), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3090), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3090), + [sym_preproc_directive] = ACTIONS(3090), + [anon_sym_LPAREN2] = ACTIONS(3092), + [anon_sym_TILDE] = ACTIONS(3092), + [anon_sym_STAR] = ACTIONS(3092), + [anon_sym_AMP_AMP] = ACTIONS(3092), + [anon_sym_AMP] = ACTIONS(3090), + [anon_sym_typedef] = ACTIONS(3090), + [anon_sym_extern] = ACTIONS(3090), + [anon_sym___attribute__] = ACTIONS(3090), + [anon_sym_COLON_COLON] = ACTIONS(3092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3092), + [anon_sym___declspec] = ACTIONS(3090), + [anon_sym___based] = ACTIONS(3090), + [anon_sym_RBRACE] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3090), + [anon_sym_static] = ACTIONS(3090), + [anon_sym_register] = ACTIONS(3090), + [anon_sym_inline] = ACTIONS(3090), + [anon_sym_thread_local] = ACTIONS(3090), + [anon_sym_const] = ACTIONS(3090), + [anon_sym_volatile] = ACTIONS(3090), + [anon_sym_restrict] = ACTIONS(3090), + [anon_sym__Atomic] = ACTIONS(3090), + [anon_sym_mutable] = ACTIONS(3090), + [anon_sym_constexpr] = ACTIONS(3090), + [anon_sym_signed] = ACTIONS(3090), + [anon_sym_unsigned] = ACTIONS(3090), + [anon_sym_long] = ACTIONS(3090), + [anon_sym_short] = ACTIONS(3090), + [sym_primitive_type] = ACTIONS(3090), + [anon_sym_enum] = ACTIONS(3090), + [anon_sym_class] = ACTIONS(3090), + [anon_sym_struct] = ACTIONS(3090), + [anon_sym_union] = ACTIONS(3090), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3090), + [anon_sym_virtual] = ACTIONS(3090), + [anon_sym_explicit] = ACTIONS(3090), + [anon_sym_public] = ACTIONS(3090), + [anon_sym_private] = ACTIONS(3090), + [anon_sym_protected] = ACTIONS(3090), + [sym_auto] = ACTIONS(3090), + [anon_sym_typename] = ACTIONS(3090), + [anon_sym_template] = ACTIONS(3090), + [anon_sym_operator] = ACTIONS(3090), + [anon_sym_friend] = ACTIONS(3090), + [anon_sym_using] = ACTIONS(3090), + [anon_sym_static_assert] = ACTIONS(3090), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3090), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3090), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3090), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3090), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3090), + [anon_sym_MOZ_COLD] = ACTIONS(3090), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3090), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3090), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3090), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3090), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3090), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3090), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3090), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3090), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3090), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3090), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3090), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3090), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3090), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_NONNULL] = ACTIONS(3090), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3090), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3090), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3090), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3090), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3090), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3090), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3090), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3090), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3090), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3090), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3090), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3090), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3090), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3090), + [anon_sym_MOZ_RAII] = ACTIONS(3090), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3090), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3090), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3090), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3090), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3090), + }, + [1105] = { + [sym_identifier] = 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_TILDE] = ACTIONS(2630), + [anon_sym_STAR] = ACTIONS(2630), + [anon_sym_AMP_AMP] = ACTIONS(2630), + [anon_sym_AMP] = ACTIONS(2628), + [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_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_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), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(2628), + [anon_sym_virtual] = ACTIONS(2628), + [anon_sym_explicit] = ACTIONS(2628), + [anon_sym_public] = ACTIONS(2628), + [anon_sym_private] = ACTIONS(2628), + [anon_sym_protected] = ACTIONS(2628), + [sym_auto] = ACTIONS(2628), + [anon_sym_typename] = ACTIONS(2628), + [anon_sym_template] = ACTIONS(2628), + [anon_sym_operator] = ACTIONS(2628), + [anon_sym_friend] = ACTIONS(2628), + [anon_sym_using] = ACTIONS(2628), + [anon_sym_static_assert] = ACTIONS(2628), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2628), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2628), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2628), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2628), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2628), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2628), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2628), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2628), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2628), + [anon_sym_MOZ_COLD] = ACTIONS(2628), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2628), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2628), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2628), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2628), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2628), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2628), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2628), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2628), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2628), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2628), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2628), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2628), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2628), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2628), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2628), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2628), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2628), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2628), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2628), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_NONNULL] = ACTIONS(2628), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2628), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2628), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2628), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2628), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2628), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_NORETURN] = ACTIONS(2628), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2628), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2628), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2628), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2628), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2628), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2628), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2628), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2628), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2628), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), + [anon_sym_MOZ_RAII] = ACTIONS(2628), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2628), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2628), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2628), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2628), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2628), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2628), }, [1106] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_identifier] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_friend] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), }, [1107] = { - [sym_compound_statement] = STATE(119), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(119), - [sym_co_return_statement] = STATE(119), - [sym_co_yield_statement] = STATE(119), - [sym_throw_statement] = STATE(119), - [sym_try_statement] = STATE(119), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = 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_TILDE] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2634), + [anon_sym_AMP_AMP] = ACTIONS(2634), + [anon_sym_AMP] = ACTIONS(2632), + [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_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_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), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(2632), + [anon_sym_virtual] = ACTIONS(2632), + [anon_sym_explicit] = ACTIONS(2632), + [anon_sym_public] = ACTIONS(2632), + [anon_sym_private] = ACTIONS(2632), + [anon_sym_protected] = ACTIONS(2632), + [sym_auto] = ACTIONS(2632), + [anon_sym_typename] = ACTIONS(2632), + [anon_sym_template] = ACTIONS(2632), + [anon_sym_operator] = ACTIONS(2632), + [anon_sym_friend] = ACTIONS(2632), + [anon_sym_using] = ACTIONS(2632), + [anon_sym_static_assert] = ACTIONS(2632), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2632), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2632), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2632), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2632), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2632), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2632), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2632), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2632), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2632), + [anon_sym_MOZ_COLD] = ACTIONS(2632), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2632), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2632), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2632), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2632), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2632), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2632), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2632), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2632), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2632), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2632), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2632), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2632), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2632), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2632), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2632), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2632), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2632), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2632), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2632), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_NONNULL] = ACTIONS(2632), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2632), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2632), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2632), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2632), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2632), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_NORETURN] = ACTIONS(2632), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2632), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2632), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2632), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2632), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2632), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2632), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2632), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2632), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2632), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), + [anon_sym_MOZ_RAII] = ACTIONS(2632), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2632), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2632), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2632), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2632), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2632), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2632), }, [1108] = { - [sym_compound_statement] = STATE(5130), - [sym_labeled_statement] = STATE(5130), - [sym_expression_statement] = STATE(5130), - [sym_if_statement] = STATE(5130), - [sym_switch_statement] = STATE(5130), - [sym_case_statement] = STATE(5130), - [sym_while_statement] = STATE(5130), - [sym_do_statement] = STATE(5130), - [sym_for_statement] = STATE(5130), - [sym_return_statement] = STATE(5130), - [sym_break_statement] = STATE(5130), - [sym_continue_statement] = STATE(5130), - [sym_goto_statement] = STATE(5130), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(5130), - [sym_co_return_statement] = STATE(5130), - [sym_co_yield_statement] = STATE(5130), - [sym_throw_statement] = STATE(5130), - [sym_try_statement] = STATE(5130), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3094), + [aux_sym_preproc_def_token1] = ACTIONS(3094), + [aux_sym_preproc_if_token1] = ACTIONS(3094), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), + [sym_preproc_directive] = ACTIONS(3094), + [anon_sym_LPAREN2] = ACTIONS(3096), + [anon_sym_TILDE] = ACTIONS(3096), + [anon_sym_STAR] = ACTIONS(3096), + [anon_sym_AMP_AMP] = ACTIONS(3096), + [anon_sym_AMP] = ACTIONS(3094), + [anon_sym_typedef] = ACTIONS(3094), + [anon_sym_extern] = ACTIONS(3094), + [anon_sym___attribute__] = ACTIONS(3094), + [anon_sym_COLON_COLON] = ACTIONS(3096), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), + [anon_sym___declspec] = ACTIONS(3094), + [anon_sym___based] = ACTIONS(3094), + [anon_sym_RBRACE] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3094), + [anon_sym_static] = ACTIONS(3094), + [anon_sym_register] = ACTIONS(3094), + [anon_sym_inline] = ACTIONS(3094), + [anon_sym_thread_local] = ACTIONS(3094), + [anon_sym_const] = ACTIONS(3094), + [anon_sym_volatile] = ACTIONS(3094), + [anon_sym_restrict] = ACTIONS(3094), + [anon_sym__Atomic] = ACTIONS(3094), + [anon_sym_mutable] = ACTIONS(3094), + [anon_sym_constexpr] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3094), + [anon_sym_unsigned] = ACTIONS(3094), + [anon_sym_long] = ACTIONS(3094), + [anon_sym_short] = ACTIONS(3094), + [sym_primitive_type] = ACTIONS(3094), + [anon_sym_enum] = ACTIONS(3094), + [anon_sym_class] = ACTIONS(3094), + [anon_sym_struct] = ACTIONS(3094), + [anon_sym_union] = ACTIONS(3094), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3094), + [anon_sym_virtual] = ACTIONS(3094), + [anon_sym_explicit] = ACTIONS(3094), + [anon_sym_public] = ACTIONS(3094), + [anon_sym_private] = ACTIONS(3094), + [anon_sym_protected] = ACTIONS(3094), + [sym_auto] = ACTIONS(3094), + [anon_sym_typename] = ACTIONS(3094), + [anon_sym_template] = ACTIONS(3094), + [anon_sym_operator] = ACTIONS(3094), + [anon_sym_friend] = ACTIONS(3094), + [anon_sym_using] = ACTIONS(3094), + [anon_sym_static_assert] = ACTIONS(3094), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3094), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3094), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3094), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3094), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3094), + [anon_sym_MOZ_COLD] = ACTIONS(3094), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3094), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3094), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3094), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3094), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3094), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3094), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3094), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3094), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3094), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3094), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3094), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3094), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3094), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_NONNULL] = ACTIONS(3094), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3094), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3094), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3094), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3094), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3094), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3094), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3094), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3094), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3094), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3094), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3094), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3094), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), + [anon_sym_MOZ_RAII] = ACTIONS(3094), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3094), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3094), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3094), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3094), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3094), }, [1109] = { - [sym_compound_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3098), + [aux_sym_preproc_def_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), + [sym_preproc_directive] = ACTIONS(3098), + [anon_sym_LPAREN2] = ACTIONS(3100), + [anon_sym_TILDE] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3100), + [anon_sym_AMP_AMP] = ACTIONS(3100), + [anon_sym_AMP] = ACTIONS(3098), + [anon_sym_typedef] = ACTIONS(3098), + [anon_sym_extern] = ACTIONS(3098), + [anon_sym___attribute__] = ACTIONS(3098), + [anon_sym_COLON_COLON] = ACTIONS(3100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), + [anon_sym___declspec] = ACTIONS(3098), + [anon_sym___based] = ACTIONS(3098), + [anon_sym_RBRACE] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3098), + [anon_sym_static] = ACTIONS(3098), + [anon_sym_register] = ACTIONS(3098), + [anon_sym_inline] = ACTIONS(3098), + [anon_sym_thread_local] = ACTIONS(3098), + [anon_sym_const] = ACTIONS(3098), + [anon_sym_volatile] = ACTIONS(3098), + [anon_sym_restrict] = ACTIONS(3098), + [anon_sym__Atomic] = ACTIONS(3098), + [anon_sym_mutable] = ACTIONS(3098), + [anon_sym_constexpr] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3098), + [anon_sym_unsigned] = ACTIONS(3098), + [anon_sym_long] = ACTIONS(3098), + [anon_sym_short] = ACTIONS(3098), + [sym_primitive_type] = ACTIONS(3098), + [anon_sym_enum] = ACTIONS(3098), + [anon_sym_class] = ACTIONS(3098), + [anon_sym_struct] = ACTIONS(3098), + [anon_sym_union] = ACTIONS(3098), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3098), + [anon_sym_virtual] = ACTIONS(3098), + [anon_sym_explicit] = ACTIONS(3098), + [anon_sym_public] = ACTIONS(3098), + [anon_sym_private] = ACTIONS(3098), + [anon_sym_protected] = ACTIONS(3098), + [sym_auto] = ACTIONS(3098), + [anon_sym_typename] = ACTIONS(3098), + [anon_sym_template] = ACTIONS(3098), + [anon_sym_operator] = ACTIONS(3098), + [anon_sym_friend] = ACTIONS(3098), + [anon_sym_using] = ACTIONS(3098), + [anon_sym_static_assert] = ACTIONS(3098), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3098), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3098), + [anon_sym_MOZ_COLD] = ACTIONS(3098), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3098), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3098), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3098), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3098), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3098), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3098), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3098), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3098), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3098), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3098), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3098), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3098), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_RAII] = ACTIONS(3098), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3098), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3098), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3098), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3098), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3098), }, [1110] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3098), + [aux_sym_preproc_def_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), + [sym_preproc_directive] = ACTIONS(3098), + [anon_sym_LPAREN2] = ACTIONS(3100), + [anon_sym_TILDE] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3100), + [anon_sym_AMP_AMP] = ACTIONS(3100), + [anon_sym_AMP] = ACTIONS(3098), + [anon_sym_typedef] = ACTIONS(3098), + [anon_sym_extern] = ACTIONS(3098), + [anon_sym___attribute__] = ACTIONS(3098), + [anon_sym_COLON_COLON] = ACTIONS(3100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), + [anon_sym___declspec] = ACTIONS(3098), + [anon_sym___based] = ACTIONS(3098), + [anon_sym_RBRACE] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3098), + [anon_sym_static] = ACTIONS(3098), + [anon_sym_register] = ACTIONS(3098), + [anon_sym_inline] = ACTIONS(3098), + [anon_sym_thread_local] = ACTIONS(3098), + [anon_sym_const] = ACTIONS(3098), + [anon_sym_volatile] = ACTIONS(3098), + [anon_sym_restrict] = ACTIONS(3098), + [anon_sym__Atomic] = ACTIONS(3098), + [anon_sym_mutable] = ACTIONS(3098), + [anon_sym_constexpr] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3098), + [anon_sym_unsigned] = ACTIONS(3098), + [anon_sym_long] = ACTIONS(3098), + [anon_sym_short] = ACTIONS(3098), + [sym_primitive_type] = ACTIONS(3098), + [anon_sym_enum] = ACTIONS(3098), + [anon_sym_class] = ACTIONS(3098), + [anon_sym_struct] = ACTIONS(3098), + [anon_sym_union] = ACTIONS(3098), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3098), + [anon_sym_virtual] = ACTIONS(3098), + [anon_sym_explicit] = ACTIONS(3098), + [anon_sym_public] = ACTIONS(3098), + [anon_sym_private] = ACTIONS(3098), + [anon_sym_protected] = ACTIONS(3098), + [sym_auto] = ACTIONS(3098), + [anon_sym_typename] = ACTIONS(3098), + [anon_sym_template] = ACTIONS(3098), + [anon_sym_operator] = ACTIONS(3098), + [anon_sym_friend] = ACTIONS(3098), + [anon_sym_using] = ACTIONS(3098), + [anon_sym_static_assert] = ACTIONS(3098), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3098), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3098), + [anon_sym_MOZ_COLD] = ACTIONS(3098), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3098), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3098), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3098), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3098), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3098), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3098), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3098), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3098), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3098), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3098), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3098), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3098), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_RAII] = ACTIONS(3098), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3098), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3098), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3098), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3098), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3098), }, [1111] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_identifier] = ACTIONS(1763), + [aux_sym_preproc_def_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), + [sym_preproc_directive] = ACTIONS(1763), + [anon_sym_LPAREN2] = ACTIONS(1765), + [anon_sym_TILDE] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_AMP_AMP] = ACTIONS(1765), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_typedef] = ACTIONS(1763), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym_COLON_COLON] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym___based] = ACTIONS(1763), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym_mutable] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1763), + [anon_sym_virtual] = ACTIONS(1763), + [anon_sym_explicit] = ACTIONS(1763), + [anon_sym_public] = ACTIONS(1763), + [anon_sym_private] = ACTIONS(1763), + [anon_sym_protected] = ACTIONS(1763), + [sym_auto] = ACTIONS(1763), + [anon_sym_typename] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1763), + [anon_sym_operator] = ACTIONS(1763), + [anon_sym_friend] = ACTIONS(1763), + [anon_sym_using] = ACTIONS(1763), + [anon_sym_static_assert] = ACTIONS(1763), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1763), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), + [anon_sym_MOZ_COLD] = ACTIONS(1763), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_RAII] = ACTIONS(1763), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), }, [1112] = { - [sym_compound_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_identifier] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_friend] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), }, [1113] = { - [sym_compound_statement] = STATE(735), - [sym_labeled_statement] = STATE(735), - [sym_expression_statement] = STATE(735), - [sym_if_statement] = STATE(735), - [sym_switch_statement] = STATE(735), - [sym_case_statement] = STATE(735), - [sym_while_statement] = STATE(735), - [sym_do_statement] = STATE(735), - [sym_for_statement] = STATE(735), - [sym_return_statement] = STATE(735), - [sym_break_statement] = STATE(735), - [sym_continue_statement] = STATE(735), - [sym_goto_statement] = STATE(735), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(735), - [sym_co_return_statement] = STATE(735), - [sym_co_yield_statement] = STATE(735), - [sym_throw_statement] = STATE(735), - [sym_try_statement] = STATE(735), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3102), + [aux_sym_preproc_def_token1] = ACTIONS(3102), + [aux_sym_preproc_if_token1] = ACTIONS(3102), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3102), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3102), + [sym_preproc_directive] = ACTIONS(3102), + [anon_sym_LPAREN2] = ACTIONS(3104), + [anon_sym_TILDE] = ACTIONS(3104), + [anon_sym_STAR] = ACTIONS(3104), + [anon_sym_AMP_AMP] = ACTIONS(3104), + [anon_sym_AMP] = ACTIONS(3102), + [anon_sym_typedef] = ACTIONS(3102), + [anon_sym_extern] = ACTIONS(3102), + [anon_sym___attribute__] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3104), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3104), + [anon_sym___declspec] = ACTIONS(3102), + [anon_sym___based] = ACTIONS(3102), + [anon_sym_RBRACE] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3102), + [anon_sym_static] = ACTIONS(3102), + [anon_sym_register] = ACTIONS(3102), + [anon_sym_inline] = ACTIONS(3102), + [anon_sym_thread_local] = ACTIONS(3102), + [anon_sym_const] = ACTIONS(3102), + [anon_sym_volatile] = ACTIONS(3102), + [anon_sym_restrict] = ACTIONS(3102), + [anon_sym__Atomic] = ACTIONS(3102), + [anon_sym_mutable] = ACTIONS(3102), + [anon_sym_constexpr] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3102), + [anon_sym_unsigned] = ACTIONS(3102), + [anon_sym_long] = ACTIONS(3102), + [anon_sym_short] = ACTIONS(3102), + [sym_primitive_type] = ACTIONS(3102), + [anon_sym_enum] = ACTIONS(3102), + [anon_sym_class] = ACTIONS(3102), + [anon_sym_struct] = ACTIONS(3102), + [anon_sym_union] = ACTIONS(3102), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3102), + [anon_sym_virtual] = ACTIONS(3102), + [anon_sym_explicit] = ACTIONS(3102), + [anon_sym_public] = ACTIONS(3102), + [anon_sym_private] = ACTIONS(3102), + [anon_sym_protected] = ACTIONS(3102), + [sym_auto] = ACTIONS(3102), + [anon_sym_typename] = ACTIONS(3102), + [anon_sym_template] = ACTIONS(3102), + [anon_sym_operator] = ACTIONS(3102), + [anon_sym_friend] = ACTIONS(3102), + [anon_sym_using] = ACTIONS(3102), + [anon_sym_static_assert] = ACTIONS(3102), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3102), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3102), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3102), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3102), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3102), + [anon_sym_MOZ_COLD] = ACTIONS(3102), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3102), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3102), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3102), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3102), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3102), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3102), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3102), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3102), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3102), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3102), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3102), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3102), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3102), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_NONNULL] = ACTIONS(3102), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3102), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3102), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3102), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3102), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3102), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3102), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3102), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3102), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3102), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3102), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3102), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3102), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3102), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3102), + [anon_sym_MOZ_RAII] = ACTIONS(3102), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3102), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3102), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3102), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3102), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3102), }, [1114] = { - [sym_compound_statement] = STATE(426), - [sym_labeled_statement] = STATE(426), - [sym_expression_statement] = STATE(426), - [sym_if_statement] = STATE(426), - [sym_switch_statement] = STATE(426), - [sym_case_statement] = STATE(426), - [sym_while_statement] = STATE(426), - [sym_do_statement] = STATE(426), - [sym_for_statement] = STATE(426), - [sym_return_statement] = STATE(426), - [sym_break_statement] = STATE(426), - [sym_continue_statement] = STATE(426), - [sym_goto_statement] = STATE(426), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(426), - [sym_co_return_statement] = STATE(426), - [sym_co_yield_statement] = STATE(426), - [sym_throw_statement] = STATE(426), - [sym_try_statement] = STATE(426), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_identifier] = ACTIONS(1827), + [aux_sym_preproc_def_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token2] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), + [sym_preproc_directive] = ACTIONS(1827), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_TILDE] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(1829), + [anon_sym_AMP_AMP] = ACTIONS(1829), + [anon_sym_AMP] = ACTIONS(1827), + [anon_sym_typedef] = ACTIONS(1827), + [anon_sym_extern] = ACTIONS(1827), + [anon_sym___attribute__] = ACTIONS(1827), + [anon_sym_COLON_COLON] = ACTIONS(1829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), + [anon_sym___declspec] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1827), + [anon_sym_LBRACK] = ACTIONS(1827), + [anon_sym_static] = ACTIONS(1827), + [anon_sym_register] = ACTIONS(1827), + [anon_sym_inline] = ACTIONS(1827), + [anon_sym_thread_local] = ACTIONS(1827), + [anon_sym_const] = ACTIONS(1827), + [anon_sym_volatile] = ACTIONS(1827), + [anon_sym_restrict] = ACTIONS(1827), + [anon_sym__Atomic] = ACTIONS(1827), + [anon_sym_mutable] = ACTIONS(1827), + [anon_sym_constexpr] = ACTIONS(1827), + [anon_sym_signed] = ACTIONS(1827), + [anon_sym_unsigned] = ACTIONS(1827), + [anon_sym_long] = ACTIONS(1827), + [anon_sym_short] = ACTIONS(1827), + [sym_primitive_type] = ACTIONS(1827), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1827), + [anon_sym_union] = ACTIONS(1827), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1827), + [anon_sym_virtual] = ACTIONS(1827), + [anon_sym_explicit] = ACTIONS(1827), + [anon_sym_public] = ACTIONS(1827), + [anon_sym_private] = ACTIONS(1827), + [anon_sym_protected] = ACTIONS(1827), + [sym_auto] = ACTIONS(1827), + [anon_sym_typename] = ACTIONS(1827), + [anon_sym_template] = ACTIONS(1827), + [anon_sym_operator] = ACTIONS(1827), + [anon_sym_friend] = ACTIONS(1827), + [anon_sym_using] = ACTIONS(1827), + [anon_sym_static_assert] = ACTIONS(1827), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1827), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), + [anon_sym_MOZ_COLD] = ACTIONS(1827), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_RAII] = ACTIONS(1827), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), }, [1115] = { - [sym_compound_statement] = STATE(736), - [sym_labeled_statement] = STATE(736), - [sym_expression_statement] = STATE(736), - [sym_if_statement] = STATE(736), - [sym_switch_statement] = STATE(736), - [sym_case_statement] = STATE(736), - [sym_while_statement] = STATE(736), - [sym_do_statement] = STATE(736), - [sym_for_statement] = STATE(736), - [sym_return_statement] = STATE(736), - [sym_break_statement] = STATE(736), - [sym_continue_statement] = STATE(736), - [sym_goto_statement] = STATE(736), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(736), - [sym_co_return_statement] = STATE(736), - [sym_co_yield_statement] = STATE(736), - [sym_throw_statement] = STATE(736), - [sym_try_statement] = STATE(736), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3086), + [aux_sym_preproc_def_token1] = ACTIONS(3086), + [aux_sym_preproc_if_token1] = ACTIONS(3086), + [aux_sym_preproc_if_token2] = ACTIONS(3086), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3086), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3086), + [sym_preproc_directive] = ACTIONS(3086), + [anon_sym_LPAREN2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3086), + [anon_sym_typedef] = ACTIONS(3086), + [anon_sym_extern] = ACTIONS(3086), + [anon_sym___attribute__] = ACTIONS(3086), + [anon_sym_COLON_COLON] = ACTIONS(3088), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3088), + [anon_sym___declspec] = ACTIONS(3086), + [anon_sym___based] = ACTIONS(3086), + [anon_sym_LBRACK] = ACTIONS(3086), + [anon_sym_static] = ACTIONS(3086), + [anon_sym_register] = ACTIONS(3086), + [anon_sym_inline] = ACTIONS(3086), + [anon_sym_thread_local] = ACTIONS(3086), + [anon_sym_const] = ACTIONS(3086), + [anon_sym_volatile] = ACTIONS(3086), + [anon_sym_restrict] = ACTIONS(3086), + [anon_sym__Atomic] = ACTIONS(3086), + [anon_sym_mutable] = ACTIONS(3086), + [anon_sym_constexpr] = ACTIONS(3086), + [anon_sym_signed] = ACTIONS(3086), + [anon_sym_unsigned] = ACTIONS(3086), + [anon_sym_long] = ACTIONS(3086), + [anon_sym_short] = ACTIONS(3086), + [sym_primitive_type] = ACTIONS(3086), + [anon_sym_enum] = ACTIONS(3086), + [anon_sym_class] = ACTIONS(3086), + [anon_sym_struct] = ACTIONS(3086), + [anon_sym_union] = ACTIONS(3086), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3086), + [anon_sym_virtual] = ACTIONS(3086), + [anon_sym_explicit] = ACTIONS(3086), + [anon_sym_public] = ACTIONS(3086), + [anon_sym_private] = ACTIONS(3086), + [anon_sym_protected] = ACTIONS(3086), + [sym_auto] = ACTIONS(3086), + [anon_sym_typename] = ACTIONS(3086), + [anon_sym_template] = ACTIONS(3086), + [anon_sym_operator] = ACTIONS(3086), + [anon_sym_friend] = ACTIONS(3086), + [anon_sym_using] = ACTIONS(3086), + [anon_sym_static_assert] = ACTIONS(3086), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3086), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3086), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3086), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3086), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3086), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3086), + [anon_sym_MOZ_COLD] = ACTIONS(3086), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3086), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3086), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3086), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3086), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3086), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3086), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3086), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3086), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3086), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3086), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3086), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3086), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3086), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3086), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3086), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_NONNULL] = ACTIONS(3086), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3086), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3086), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3086), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3086), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_NORETURN] = ACTIONS(3086), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3086), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3086), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3086), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3086), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3086), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3086), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3086), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3086), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3086), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), + [anon_sym_MOZ_RAII] = ACTIONS(3086), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3086), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3086), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3086), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3086), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3086), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3086), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3086), }, [1116] = { - [sym_compound_statement] = STATE(439), - [sym_labeled_statement] = STATE(439), - [sym_expression_statement] = STATE(439), - [sym_if_statement] = STATE(439), - [sym_switch_statement] = STATE(439), - [sym_case_statement] = STATE(439), - [sym_while_statement] = STATE(439), - [sym_do_statement] = STATE(439), - [sym_for_statement] = STATE(439), - [sym_return_statement] = STATE(439), - [sym_break_statement] = STATE(439), - [sym_continue_statement] = STATE(439), - [sym_goto_statement] = STATE(439), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(439), - [sym_co_return_statement] = STATE(439), - [sym_co_yield_statement] = STATE(439), - [sym_throw_statement] = STATE(439), - [sym_try_statement] = STATE(439), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_identifier] = ACTIONS(1787), + [aux_sym_preproc_def_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token2] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1787), + [anon_sym_LPAREN2] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_AMP_AMP] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1787), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym___attribute__] = ACTIONS(1787), + [anon_sym_COLON_COLON] = ACTIONS(1789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), + [anon_sym___declspec] = ACTIONS(1787), + [anon_sym___based] = ACTIONS(1787), + [anon_sym_LBRACK] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_inline] = ACTIONS(1787), + [anon_sym_thread_local] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym__Atomic] = ACTIONS(1787), + [anon_sym_mutable] = ACTIONS(1787), + [anon_sym_constexpr] = ACTIONS(1787), + [anon_sym_signed] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [sym_primitive_type] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_class] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1787), + [anon_sym_virtual] = ACTIONS(1787), + [anon_sym_explicit] = ACTIONS(1787), + [anon_sym_public] = ACTIONS(1787), + [anon_sym_private] = ACTIONS(1787), + [anon_sym_protected] = ACTIONS(1787), + [sym_auto] = ACTIONS(1787), + [anon_sym_typename] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1787), + [anon_sym_operator] = ACTIONS(1787), + [anon_sym_friend] = ACTIONS(1787), + [anon_sym_using] = ACTIONS(1787), + [anon_sym_static_assert] = ACTIONS(1787), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1787), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), + [anon_sym_MOZ_COLD] = ACTIONS(1787), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_RAII] = ACTIONS(1787), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), }, [1117] = { - [sym_compound_statement] = STATE(744), - [sym_labeled_statement] = STATE(744), - [sym_expression_statement] = STATE(744), - [sym_if_statement] = STATE(744), - [sym_switch_statement] = STATE(744), - [sym_case_statement] = STATE(744), - [sym_while_statement] = STATE(744), - [sym_do_statement] = STATE(744), - [sym_for_statement] = STATE(744), - [sym_return_statement] = STATE(744), - [sym_break_statement] = STATE(744), - [sym_continue_statement] = STATE(744), - [sym_goto_statement] = STATE(744), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(744), - [sym_co_return_statement] = STATE(744), - [sym_co_yield_statement] = STATE(744), - [sym_throw_statement] = STATE(744), - [sym_try_statement] = STATE(744), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = ACTIONS(1899), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), + [sym_preproc_directive] = ACTIONS(1899), + [anon_sym_LPAREN2] = ACTIONS(1901), + [anon_sym_TILDE] = ACTIONS(1901), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_AMP_AMP] = ACTIONS(1901), + [anon_sym_AMP] = ACTIONS(1899), + [anon_sym_typedef] = ACTIONS(1899), + [anon_sym_extern] = ACTIONS(1899), + [anon_sym___attribute__] = ACTIONS(1899), + [anon_sym_COLON_COLON] = ACTIONS(1901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), + [anon_sym___declspec] = ACTIONS(1899), + [anon_sym___based] = ACTIONS(1899), + [anon_sym_RBRACE] = ACTIONS(1901), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_register] = ACTIONS(1899), + [anon_sym_inline] = ACTIONS(1899), + [anon_sym_thread_local] = ACTIONS(1899), + [anon_sym_const] = ACTIONS(1899), + [anon_sym_volatile] = ACTIONS(1899), + [anon_sym_restrict] = ACTIONS(1899), + [anon_sym__Atomic] = ACTIONS(1899), + [anon_sym_mutable] = ACTIONS(1899), + [anon_sym_constexpr] = ACTIONS(1899), + [anon_sym_signed] = ACTIONS(1899), + [anon_sym_unsigned] = ACTIONS(1899), + [anon_sym_long] = ACTIONS(1899), + [anon_sym_short] = ACTIONS(1899), + [sym_primitive_type] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_union] = ACTIONS(1899), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1899), + [anon_sym_virtual] = ACTIONS(1899), + [anon_sym_explicit] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_protected] = ACTIONS(1899), + [sym_auto] = ACTIONS(1899), + [anon_sym_typename] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1899), + [anon_sym_operator] = ACTIONS(1899), + [anon_sym_friend] = ACTIONS(1899), + [anon_sym_using] = ACTIONS(1899), + [anon_sym_static_assert] = ACTIONS(1899), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), + [anon_sym_MOZ_COLD] = ACTIONS(1899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_RAII] = ACTIONS(1899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), }, [1118] = { - [sym_compound_statement] = STATE(122), - [sym_labeled_statement] = STATE(122), - [sym_expression_statement] = STATE(122), - [sym_if_statement] = STATE(122), - [sym_switch_statement] = STATE(122), - [sym_case_statement] = STATE(122), - [sym_while_statement] = STATE(122), - [sym_do_statement] = STATE(122), - [sym_for_statement] = STATE(122), - [sym_return_statement] = STATE(122), - [sym_break_statement] = STATE(122), - [sym_continue_statement] = STATE(122), - [sym_goto_statement] = STATE(122), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(122), - [sym_co_return_statement] = STATE(122), - [sym_co_yield_statement] = STATE(122), - [sym_throw_statement] = STATE(122), - [sym_try_statement] = STATE(122), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(3106), + [aux_sym_preproc_def_token1] = ACTIONS(3106), + [aux_sym_preproc_if_token1] = ACTIONS(3106), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), + [sym_preproc_directive] = ACTIONS(3106), + [anon_sym_LPAREN2] = ACTIONS(3108), + [anon_sym_TILDE] = ACTIONS(3108), + [anon_sym_STAR] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_AMP] = ACTIONS(3106), + [anon_sym_typedef] = ACTIONS(3106), + [anon_sym_extern] = ACTIONS(3106), + [anon_sym___attribute__] = ACTIONS(3106), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), + [anon_sym___declspec] = ACTIONS(3106), + [anon_sym___based] = ACTIONS(3106), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LBRACK] = ACTIONS(3106), + [anon_sym_static] = ACTIONS(3106), + [anon_sym_register] = ACTIONS(3106), + [anon_sym_inline] = ACTIONS(3106), + [anon_sym_thread_local] = ACTIONS(3106), + [anon_sym_const] = ACTIONS(3106), + [anon_sym_volatile] = ACTIONS(3106), + [anon_sym_restrict] = ACTIONS(3106), + [anon_sym__Atomic] = ACTIONS(3106), + [anon_sym_mutable] = ACTIONS(3106), + [anon_sym_constexpr] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3106), + [anon_sym_unsigned] = ACTIONS(3106), + [anon_sym_long] = ACTIONS(3106), + [anon_sym_short] = ACTIONS(3106), + [sym_primitive_type] = ACTIONS(3106), + [anon_sym_enum] = ACTIONS(3106), + [anon_sym_class] = ACTIONS(3106), + [anon_sym_struct] = ACTIONS(3106), + [anon_sym_union] = ACTIONS(3106), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(3106), + [anon_sym_virtual] = ACTIONS(3106), + [anon_sym_explicit] = ACTIONS(3106), + [anon_sym_public] = ACTIONS(3106), + [anon_sym_private] = ACTIONS(3106), + [anon_sym_protected] = ACTIONS(3106), + [sym_auto] = ACTIONS(3106), + [anon_sym_typename] = ACTIONS(3106), + [anon_sym_template] = ACTIONS(3106), + [anon_sym_operator] = ACTIONS(3106), + [anon_sym_friend] = ACTIONS(3106), + [anon_sym_using] = ACTIONS(3106), + [anon_sym_static_assert] = ACTIONS(3106), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3106), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3106), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3106), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3106), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3106), + [anon_sym_MOZ_COLD] = ACTIONS(3106), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3106), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3106), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3106), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3106), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3106), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3106), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3106), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3106), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3106), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3106), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3106), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3106), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3106), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_NONNULL] = ACTIONS(3106), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3106), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3106), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3106), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3106), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3106), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3106), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3106), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3106), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3106), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3106), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3106), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3106), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), + [anon_sym_MOZ_RAII] = ACTIONS(3106), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3106), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3106), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3106), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3106), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3106), }, [1119] = { - [sym_compound_statement] = STATE(4484), - [sym_labeled_statement] = STATE(4484), - [sym_expression_statement] = STATE(4484), - [sym_if_statement] = STATE(4484), - [sym_switch_statement] = STATE(4484), - [sym_case_statement] = STATE(4484), - [sym_while_statement] = STATE(4484), - [sym_do_statement] = STATE(4484), - [sym_for_statement] = STATE(4484), - [sym_return_statement] = STATE(4484), - [sym_break_statement] = STATE(4484), - [sym_continue_statement] = STATE(4484), - [sym_goto_statement] = STATE(4484), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4484), - [sym_co_return_statement] = STATE(4484), - [sym_co_yield_statement] = STATE(4484), - [sym_throw_statement] = STATE(4484), - [sym_try_statement] = STATE(4484), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3170), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, [1120] = { - [sym_compound_statement] = STATE(123), - [sym_labeled_statement] = STATE(123), - [sym_expression_statement] = STATE(123), - [sym_if_statement] = STATE(123), - [sym_switch_statement] = STATE(123), - [sym_case_statement] = STATE(123), - [sym_while_statement] = STATE(123), - [sym_do_statement] = STATE(123), - [sym_for_statement] = STATE(123), - [sym_return_statement] = STATE(123), - [sym_break_statement] = STATE(123), - [sym_continue_statement] = STATE(123), - [sym_goto_statement] = STATE(123), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(123), - [sym_co_return_statement] = STATE(123), - [sym_co_yield_statement] = STATE(123), - [sym_throw_statement] = STATE(123), - [sym_try_statement] = STATE(123), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1759), + [aux_sym_preproc_def_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), + [sym_preproc_directive] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1761), + [anon_sym_TILDE] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_AMP_AMP] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_typedef] = ACTIONS(1759), + [anon_sym_extern] = ACTIONS(1759), + [anon_sym___attribute__] = ACTIONS(1759), + [anon_sym_COLON_COLON] = ACTIONS(1761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), + [anon_sym___declspec] = ACTIONS(1759), + [anon_sym___based] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1761), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_static] = ACTIONS(1759), + [anon_sym_register] = ACTIONS(1759), + [anon_sym_inline] = ACTIONS(1759), + [anon_sym_thread_local] = ACTIONS(1759), + [anon_sym_const] = ACTIONS(1759), + [anon_sym_volatile] = ACTIONS(1759), + [anon_sym_restrict] = ACTIONS(1759), + [anon_sym__Atomic] = ACTIONS(1759), + [anon_sym_mutable] = ACTIONS(1759), + [anon_sym_constexpr] = ACTIONS(1759), + [anon_sym_signed] = ACTIONS(1759), + [anon_sym_unsigned] = ACTIONS(1759), + [anon_sym_long] = ACTIONS(1759), + [anon_sym_short] = ACTIONS(1759), + [sym_primitive_type] = ACTIONS(1759), + [anon_sym_enum] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1759), + [anon_sym_struct] = ACTIONS(1759), + [anon_sym_union] = ACTIONS(1759), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1759), + [anon_sym_virtual] = ACTIONS(1759), + [anon_sym_explicit] = ACTIONS(1759), + [anon_sym_public] = ACTIONS(1759), + [anon_sym_private] = ACTIONS(1759), + [anon_sym_protected] = ACTIONS(1759), + [sym_auto] = ACTIONS(1759), + [anon_sym_typename] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1759), + [anon_sym_operator] = ACTIONS(1759), + [anon_sym_friend] = ACTIONS(1759), + [anon_sym_using] = ACTIONS(1759), + [anon_sym_static_assert] = ACTIONS(1759), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1759), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), + [anon_sym_MOZ_COLD] = ACTIONS(1759), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_RAII] = ACTIONS(1759), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), }, [1121] = { - [sym_compound_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_switch_statement] = STATE(276), - [sym_case_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_goto_statement] = STATE(276), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(276), - [sym_co_return_statement] = STATE(276), - [sym_co_yield_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1787), + [aux_sym_preproc_def_token1] = ACTIONS(1787), + [aux_sym_preproc_if_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1787), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1787), + [anon_sym_LPAREN2] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_AMP_AMP] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1787), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym___attribute__] = ACTIONS(1787), + [anon_sym_COLON_COLON] = ACTIONS(1789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1789), + [anon_sym___declspec] = ACTIONS(1787), + [anon_sym___based] = ACTIONS(1787), + [anon_sym_RBRACE] = ACTIONS(1789), + [anon_sym_LBRACK] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_inline] = ACTIONS(1787), + [anon_sym_thread_local] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym__Atomic] = ACTIONS(1787), + [anon_sym_mutable] = ACTIONS(1787), + [anon_sym_constexpr] = ACTIONS(1787), + [anon_sym_signed] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [sym_primitive_type] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_class] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1787), + [anon_sym_virtual] = ACTIONS(1787), + [anon_sym_explicit] = ACTIONS(1787), + [anon_sym_public] = ACTIONS(1787), + [anon_sym_private] = ACTIONS(1787), + [anon_sym_protected] = ACTIONS(1787), + [sym_auto] = ACTIONS(1787), + [anon_sym_typename] = ACTIONS(1787), + [anon_sym_template] = ACTIONS(1787), + [anon_sym_operator] = ACTIONS(1787), + [anon_sym_friend] = ACTIONS(1787), + [anon_sym_using] = ACTIONS(1787), + [anon_sym_static_assert] = ACTIONS(1787), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1787), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1787), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1787), + [anon_sym_MOZ_COLD] = ACTIONS(1787), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1787), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1787), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1787), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1787), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1787), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1787), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1787), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1787), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1787), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1787), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1787), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1787), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL] = ACTIONS(1787), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1787), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1787), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN] = ACTIONS(1787), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1787), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1787), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1787), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1787), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1787), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1787), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1787), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1787), + [anon_sym_MOZ_RAII] = ACTIONS(1787), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1787), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1787), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1787), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1787), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1787), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1787), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1787), }, [1122] = { - [sym_compound_statement] = STATE(289), - [sym_labeled_statement] = STATE(290), - [sym_expression_statement] = STATE(291), - [sym_if_statement] = STATE(292), - [sym_switch_statement] = STATE(293), - [sym_case_statement] = STATE(297), - [sym_while_statement] = STATE(298), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(300), - [sym_return_statement] = STATE(301), - [sym_break_statement] = STATE(302), - [sym_continue_statement] = STATE(304), - [sym_goto_statement] = STATE(305), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(306), - [sym_co_return_statement] = STATE(307), - [sym_co_yield_statement] = STATE(308), - [sym_throw_statement] = STATE(309), - [sym_try_statement] = STATE(311), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1883), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1883), + [sym_preproc_directive] = ACTIONS(1883), + [anon_sym_LPAREN2] = ACTIONS(1885), + [anon_sym_TILDE] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(1885), + [anon_sym_AMP_AMP] = ACTIONS(1885), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_typedef] = ACTIONS(1883), + [anon_sym_extern] = ACTIONS(1883), + [anon_sym___attribute__] = ACTIONS(1883), + [anon_sym_COLON_COLON] = ACTIONS(1885), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1885), + [anon_sym___declspec] = ACTIONS(1883), + [anon_sym___based] = ACTIONS(1883), + [anon_sym_RBRACE] = ACTIONS(1885), + [anon_sym_LBRACK] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1883), + [anon_sym_register] = ACTIONS(1883), + [anon_sym_inline] = ACTIONS(1883), + [anon_sym_thread_local] = ACTIONS(1883), + [anon_sym_const] = ACTIONS(1883), + [anon_sym_volatile] = ACTIONS(1883), + [anon_sym_restrict] = ACTIONS(1883), + [anon_sym__Atomic] = ACTIONS(1883), + [anon_sym_mutable] = ACTIONS(1883), + [anon_sym_constexpr] = ACTIONS(1883), + [anon_sym_signed] = ACTIONS(1883), + [anon_sym_unsigned] = ACTIONS(1883), + [anon_sym_long] = ACTIONS(1883), + [anon_sym_short] = ACTIONS(1883), + [sym_primitive_type] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1883), + [anon_sym_class] = ACTIONS(1883), + [anon_sym_struct] = ACTIONS(1883), + [anon_sym_union] = ACTIONS(1883), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1883), + [anon_sym_virtual] = ACTIONS(1883), + [anon_sym_explicit] = ACTIONS(1883), + [anon_sym_public] = ACTIONS(1883), + [anon_sym_private] = ACTIONS(1883), + [anon_sym_protected] = ACTIONS(1883), + [sym_auto] = ACTIONS(1883), + [anon_sym_typename] = ACTIONS(1883), + [anon_sym_template] = ACTIONS(1883), + [anon_sym_operator] = ACTIONS(1883), + [anon_sym_friend] = ACTIONS(1883), + [anon_sym_using] = ACTIONS(1883), + [anon_sym_static_assert] = ACTIONS(1883), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1883), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1883), + [anon_sym_MOZ_COLD] = ACTIONS(1883), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1883), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1883), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1883), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1883), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1883), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1883), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1883), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1883), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1883), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1883), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1883), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1883), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_RAII] = ACTIONS(1883), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1883), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1883), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1883), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1883), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), }, [1123] = { - [sym_compound_statement] = STATE(163), - [sym_labeled_statement] = STATE(158), - [sym_expression_statement] = STATE(155), - [sym_if_statement] = STATE(154), - [sym_switch_statement] = STATE(151), - [sym_case_statement] = STATE(146), - [sym_while_statement] = STATE(144), - [sym_do_statement] = STATE(143), - [sym_for_statement] = STATE(142), - [sym_return_statement] = STATE(140), - [sym_break_statement] = STATE(134), - [sym_continue_statement] = STATE(132), - [sym_goto_statement] = STATE(131), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(130), - [sym_co_return_statement] = STATE(129), - [sym_co_yield_statement] = STATE(126), - [sym_throw_statement] = STATE(125), - [sym_try_statement] = STATE(124), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1879), + [aux_sym_preproc_def_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), + [sym_preproc_directive] = ACTIONS(1879), + [anon_sym_LPAREN2] = ACTIONS(1881), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1879), + [anon_sym_typedef] = ACTIONS(1879), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym___attribute__] = ACTIONS(1879), + [anon_sym_COLON_COLON] = ACTIONS(1881), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), + [anon_sym___declspec] = ACTIONS(1879), + [anon_sym___based] = ACTIONS(1879), + [anon_sym_RBRACE] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_register] = ACTIONS(1879), + [anon_sym_inline] = ACTIONS(1879), + [anon_sym_thread_local] = ACTIONS(1879), + [anon_sym_const] = ACTIONS(1879), + [anon_sym_volatile] = ACTIONS(1879), + [anon_sym_restrict] = ACTIONS(1879), + [anon_sym__Atomic] = ACTIONS(1879), + [anon_sym_mutable] = ACTIONS(1879), + [anon_sym_constexpr] = ACTIONS(1879), + [anon_sym_signed] = ACTIONS(1879), + [anon_sym_unsigned] = ACTIONS(1879), + [anon_sym_long] = ACTIONS(1879), + [anon_sym_short] = ACTIONS(1879), + [sym_primitive_type] = ACTIONS(1879), + [anon_sym_enum] = ACTIONS(1879), + [anon_sym_class] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1879), + [anon_sym_union] = ACTIONS(1879), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1879), + [anon_sym_virtual] = ACTIONS(1879), + [anon_sym_explicit] = ACTIONS(1879), + [anon_sym_public] = ACTIONS(1879), + [anon_sym_private] = ACTIONS(1879), + [anon_sym_protected] = ACTIONS(1879), + [sym_auto] = ACTIONS(1879), + [anon_sym_typename] = ACTIONS(1879), + [anon_sym_template] = ACTIONS(1879), + [anon_sym_operator] = ACTIONS(1879), + [anon_sym_friend] = ACTIONS(1879), + [anon_sym_using] = ACTIONS(1879), + [anon_sym_static_assert] = ACTIONS(1879), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), + [anon_sym_MOZ_COLD] = ACTIONS(1879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_RAII] = ACTIONS(1879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), }, [1124] = { - [sym_compound_statement] = STATE(173), - [sym_labeled_statement] = STATE(174), - [sym_expression_statement] = STATE(175), - [sym_if_statement] = STATE(176), - [sym_switch_statement] = STATE(177), - [sym_case_statement] = STATE(178), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(113), - [sym_for_statement] = STATE(114), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(184), - [sym_continue_statement] = STATE(186), - [sym_goto_statement] = STATE(187), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(188), - [sym_co_return_statement] = STATE(189), - [sym_co_yield_statement] = STATE(190), - [sym_throw_statement] = STATE(182), - [sym_try_statement] = STATE(180), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1743), + [aux_sym_preproc_def_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_LPAREN2] = ACTIONS(1745), + [anon_sym_TILDE] = ACTIONS(1745), + [anon_sym_STAR] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1745), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_typedef] = ACTIONS(1743), + [anon_sym_extern] = ACTIONS(1743), + [anon_sym___attribute__] = ACTIONS(1743), + [anon_sym_COLON_COLON] = ACTIONS(1745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), + [anon_sym___declspec] = ACTIONS(1743), + [anon_sym___based] = ACTIONS(1743), + [anon_sym_RBRACE] = ACTIONS(1745), + [anon_sym_LBRACK] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1743), + [anon_sym_register] = ACTIONS(1743), + [anon_sym_inline] = ACTIONS(1743), + [anon_sym_thread_local] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1743), + [anon_sym_volatile] = ACTIONS(1743), + [anon_sym_restrict] = ACTIONS(1743), + [anon_sym__Atomic] = ACTIONS(1743), + [anon_sym_mutable] = ACTIONS(1743), + [anon_sym_constexpr] = ACTIONS(1743), + [anon_sym_signed] = ACTIONS(1743), + [anon_sym_unsigned] = ACTIONS(1743), + [anon_sym_long] = ACTIONS(1743), + [anon_sym_short] = ACTIONS(1743), + [sym_primitive_type] = ACTIONS(1743), + [anon_sym_enum] = ACTIONS(1743), + [anon_sym_class] = ACTIONS(1743), + [anon_sym_struct] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1743), + [anon_sym_virtual] = ACTIONS(1743), + [anon_sym_explicit] = ACTIONS(1743), + [anon_sym_public] = ACTIONS(1743), + [anon_sym_private] = ACTIONS(1743), + [anon_sym_protected] = ACTIONS(1743), + [sym_auto] = ACTIONS(1743), + [anon_sym_typename] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1743), + [anon_sym_operator] = ACTIONS(1743), + [anon_sym_friend] = ACTIONS(1743), + [anon_sym_using] = ACTIONS(1743), + [anon_sym_static_assert] = ACTIONS(1743), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1743), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), + [anon_sym_MOZ_COLD] = ACTIONS(1743), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_RAII] = ACTIONS(1743), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), }, [1125] = { - [sym_compound_statement] = STATE(171), - [sym_labeled_statement] = STATE(171), - [sym_expression_statement] = STATE(171), - [sym_if_statement] = STATE(171), - [sym_switch_statement] = STATE(171), - [sym_case_statement] = STATE(171), - [sym_while_statement] = STATE(171), - [sym_do_statement] = STATE(171), - [sym_for_statement] = STATE(171), - [sym_return_statement] = STATE(171), - [sym_break_statement] = STATE(171), - [sym_continue_statement] = STATE(171), - [sym_goto_statement] = STATE(171), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(171), - [sym_co_return_statement] = STATE(171), - [sym_co_yield_statement] = STATE(171), - [sym_throw_statement] = STATE(171), - [sym_try_statement] = STATE(171), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1803), + [aux_sym_preproc_def_token1] = ACTIONS(1803), + [aux_sym_preproc_if_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1803), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1803), + [sym_preproc_directive] = ACTIONS(1803), + [anon_sym_LPAREN2] = ACTIONS(1805), + [anon_sym_TILDE] = ACTIONS(1805), + [anon_sym_STAR] = ACTIONS(1805), + [anon_sym_AMP_AMP] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1803), + [anon_sym___attribute__] = ACTIONS(1803), + [anon_sym_COLON_COLON] = ACTIONS(1805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1805), + [anon_sym___declspec] = ACTIONS(1803), + [anon_sym___based] = ACTIONS(1803), + [anon_sym_RBRACE] = ACTIONS(1805), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_static] = ACTIONS(1803), + [anon_sym_register] = ACTIONS(1803), + [anon_sym_inline] = ACTIONS(1803), + [anon_sym_thread_local] = ACTIONS(1803), + [anon_sym_const] = ACTIONS(1803), + [anon_sym_volatile] = ACTIONS(1803), + [anon_sym_restrict] = ACTIONS(1803), + [anon_sym__Atomic] = ACTIONS(1803), + [anon_sym_mutable] = ACTIONS(1803), + [anon_sym_constexpr] = ACTIONS(1803), + [anon_sym_signed] = ACTIONS(1803), + [anon_sym_unsigned] = ACTIONS(1803), + [anon_sym_long] = ACTIONS(1803), + [anon_sym_short] = ACTIONS(1803), + [sym_primitive_type] = ACTIONS(1803), + [anon_sym_enum] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(1803), + [anon_sym_struct] = ACTIONS(1803), + [anon_sym_union] = ACTIONS(1803), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1803), + [anon_sym_virtual] = ACTIONS(1803), + [anon_sym_explicit] = ACTIONS(1803), + [anon_sym_public] = ACTIONS(1803), + [anon_sym_private] = ACTIONS(1803), + [anon_sym_protected] = ACTIONS(1803), + [sym_auto] = ACTIONS(1803), + [anon_sym_typename] = ACTIONS(1803), + [anon_sym_template] = ACTIONS(1803), + [anon_sym_operator] = ACTIONS(1803), + [anon_sym_friend] = ACTIONS(1803), + [anon_sym_using] = ACTIONS(1803), + [anon_sym_static_assert] = ACTIONS(1803), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1803), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1803), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1803), + [anon_sym_MOZ_COLD] = ACTIONS(1803), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1803), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1803), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1803), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1803), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1803), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1803), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1803), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1803), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1803), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1803), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1803), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1803), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL] = ACTIONS(1803), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1803), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1803), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN] = ACTIONS(1803), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1803), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1803), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1803), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1803), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1803), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1803), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1803), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1803), + [anon_sym_MOZ_RAII] = ACTIONS(1803), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1803), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1803), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1803), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1803), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1803), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1803), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1803), }, [1126] = { - [sym_compound_statement] = STATE(422), - [sym_labeled_statement] = STATE(422), - [sym_expression_statement] = STATE(422), - [sym_if_statement] = STATE(422), - [sym_switch_statement] = STATE(422), - [sym_case_statement] = STATE(422), - [sym_while_statement] = STATE(422), - [sym_do_statement] = STATE(422), - [sym_for_statement] = STATE(422), - [sym_return_statement] = STATE(422), - [sym_break_statement] = STATE(422), - [sym_continue_statement] = STATE(422), - [sym_goto_statement] = STATE(422), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(422), - [sym_co_return_statement] = STATE(422), - [sym_co_yield_statement] = STATE(422), - [sym_throw_statement] = STATE(422), - [sym_try_statement] = STATE(422), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_identifier] = ACTIONS(1839), + [aux_sym_preproc_def_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), + [sym_preproc_directive] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1841), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1839), + [anon_sym_typedef] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_COLON_COLON] = ACTIONS(1841), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_RBRACE] = ACTIONS(1841), + [anon_sym_LBRACK] = ACTIONS(1839), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym_mutable] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_signed] = ACTIONS(1839), + [anon_sym_unsigned] = ACTIONS(1839), + [anon_sym_long] = ACTIONS(1839), + [anon_sym_short] = ACTIONS(1839), + [sym_primitive_type] = ACTIONS(1839), + [anon_sym_enum] = ACTIONS(1839), + [anon_sym_class] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_union] = ACTIONS(1839), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1839), + [anon_sym_virtual] = ACTIONS(1839), + [anon_sym_explicit] = ACTIONS(1839), + [anon_sym_public] = ACTIONS(1839), + [anon_sym_private] = ACTIONS(1839), + [anon_sym_protected] = ACTIONS(1839), + [sym_auto] = ACTIONS(1839), + [anon_sym_typename] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1839), + [anon_sym_operator] = ACTIONS(1839), + [anon_sym_friend] = ACTIONS(1839), + [anon_sym_using] = ACTIONS(1839), + [anon_sym_static_assert] = ACTIONS(1839), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), + [anon_sym_MOZ_COLD] = ACTIONS(1839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_RAII] = ACTIONS(1839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), }, [1127] = { - [sym_compound_statement] = STATE(372), - [sym_labeled_statement] = STATE(372), - [sym_expression_statement] = STATE(372), - [sym_if_statement] = STATE(372), - [sym_switch_statement] = STATE(372), - [sym_case_statement] = STATE(372), - [sym_while_statement] = STATE(372), - [sym_do_statement] = STATE(372), - [sym_for_statement] = STATE(372), - [sym_return_statement] = STATE(372), - [sym_break_statement] = STATE(372), - [sym_continue_statement] = STATE(372), - [sym_goto_statement] = STATE(372), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(372), - [sym_co_return_statement] = STATE(372), - [sym_co_yield_statement] = STATE(372), - [sym_throw_statement] = STATE(372), - [sym_try_statement] = STATE(372), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1875), + [aux_sym_preproc_def_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), + [sym_preproc_directive] = ACTIONS(1875), + [anon_sym_LPAREN2] = ACTIONS(1877), + [anon_sym_TILDE] = ACTIONS(1877), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP_AMP] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1875), + [anon_sym_typedef] = ACTIONS(1875), + [anon_sym_extern] = ACTIONS(1875), + [anon_sym___attribute__] = ACTIONS(1875), + [anon_sym_COLON_COLON] = ACTIONS(1877), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), + [anon_sym___declspec] = ACTIONS(1875), + [anon_sym___based] = ACTIONS(1875), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_static] = ACTIONS(1875), + [anon_sym_register] = ACTIONS(1875), + [anon_sym_inline] = ACTIONS(1875), + [anon_sym_thread_local] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1875), + [anon_sym_volatile] = ACTIONS(1875), + [anon_sym_restrict] = ACTIONS(1875), + [anon_sym__Atomic] = ACTIONS(1875), + [anon_sym_mutable] = ACTIONS(1875), + [anon_sym_constexpr] = ACTIONS(1875), + [anon_sym_signed] = ACTIONS(1875), + [anon_sym_unsigned] = ACTIONS(1875), + [anon_sym_long] = ACTIONS(1875), + [anon_sym_short] = ACTIONS(1875), + [sym_primitive_type] = ACTIONS(1875), + [anon_sym_enum] = ACTIONS(1875), + [anon_sym_class] = ACTIONS(1875), + [anon_sym_struct] = ACTIONS(1875), + [anon_sym_union] = ACTIONS(1875), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1875), + [anon_sym_virtual] = ACTIONS(1875), + [anon_sym_explicit] = ACTIONS(1875), + [anon_sym_public] = ACTIONS(1875), + [anon_sym_private] = ACTIONS(1875), + [anon_sym_protected] = ACTIONS(1875), + [sym_auto] = ACTIONS(1875), + [anon_sym_typename] = ACTIONS(1875), + [anon_sym_template] = ACTIONS(1875), + [anon_sym_operator] = ACTIONS(1875), + [anon_sym_friend] = ACTIONS(1875), + [anon_sym_using] = ACTIONS(1875), + [anon_sym_static_assert] = ACTIONS(1875), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), + [anon_sym_MOZ_COLD] = ACTIONS(1875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_RAII] = ACTIONS(1875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), }, [1128] = { - [sym_compound_statement] = STATE(4529), - [sym_labeled_statement] = STATE(4529), - [sym_expression_statement] = STATE(4529), - [sym_if_statement] = STATE(4529), - [sym_switch_statement] = STATE(4529), - [sym_case_statement] = STATE(4529), - [sym_while_statement] = STATE(4529), - [sym_do_statement] = STATE(4529), - [sym_for_statement] = STATE(4529), - [sym_return_statement] = STATE(4529), - [sym_break_statement] = STATE(4529), - [sym_continue_statement] = STATE(4529), - [sym_goto_statement] = STATE(4529), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4529), - [sym_co_return_statement] = STATE(4529), - [sym_co_yield_statement] = STATE(4529), - [sym_throw_statement] = STATE(4529), - [sym_try_statement] = STATE(4529), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_identifier] = ACTIONS(1871), + [aux_sym_preproc_def_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), + [sym_preproc_directive] = ACTIONS(1871), + [anon_sym_LPAREN2] = ACTIONS(1873), + [anon_sym_TILDE] = ACTIONS(1873), + [anon_sym_STAR] = ACTIONS(1873), + [anon_sym_AMP_AMP] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1871), + [anon_sym_typedef] = ACTIONS(1871), + [anon_sym_extern] = ACTIONS(1871), + [anon_sym___attribute__] = ACTIONS(1871), + [anon_sym_COLON_COLON] = ACTIONS(1873), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), + [anon_sym___declspec] = ACTIONS(1871), + [anon_sym___based] = ACTIONS(1871), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_register] = ACTIONS(1871), + [anon_sym_inline] = ACTIONS(1871), + [anon_sym_thread_local] = ACTIONS(1871), + [anon_sym_const] = ACTIONS(1871), + [anon_sym_volatile] = ACTIONS(1871), + [anon_sym_restrict] = ACTIONS(1871), + [anon_sym__Atomic] = ACTIONS(1871), + [anon_sym_mutable] = ACTIONS(1871), + [anon_sym_constexpr] = ACTIONS(1871), + [anon_sym_signed] = ACTIONS(1871), + [anon_sym_unsigned] = ACTIONS(1871), + [anon_sym_long] = ACTIONS(1871), + [anon_sym_short] = ACTIONS(1871), + [sym_primitive_type] = ACTIONS(1871), + [anon_sym_enum] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_struct] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1871), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1871), + [anon_sym_virtual] = ACTIONS(1871), + [anon_sym_explicit] = ACTIONS(1871), + [anon_sym_public] = ACTIONS(1871), + [anon_sym_private] = ACTIONS(1871), + [anon_sym_protected] = ACTIONS(1871), + [sym_auto] = ACTIONS(1871), + [anon_sym_typename] = ACTIONS(1871), + [anon_sym_template] = ACTIONS(1871), + [anon_sym_operator] = ACTIONS(1871), + [anon_sym_friend] = ACTIONS(1871), + [anon_sym_using] = ACTIONS(1871), + [anon_sym_static_assert] = ACTIONS(1871), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), + [anon_sym_MOZ_COLD] = ACTIONS(1871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_RAII] = ACTIONS(1871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), }, [1129] = { - [sym_compound_statement] = STATE(170), - [sym_labeled_statement] = STATE(170), - [sym_expression_statement] = STATE(170), - [sym_if_statement] = STATE(170), - [sym_switch_statement] = STATE(170), - [sym_case_statement] = STATE(170), - [sym_while_statement] = STATE(170), - [sym_do_statement] = STATE(170), - [sym_for_statement] = STATE(170), - [sym_return_statement] = STATE(170), - [sym_break_statement] = STATE(170), - [sym_continue_statement] = STATE(170), - [sym_goto_statement] = STATE(170), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(170), - [sym_co_return_statement] = STATE(170), - [sym_co_yield_statement] = STATE(170), - [sym_throw_statement] = STATE(170), - [sym_try_statement] = STATE(170), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1867), + [aux_sym_preproc_def_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), + [sym_preproc_directive] = ACTIONS(1867), + [anon_sym_LPAREN2] = ACTIONS(1869), + [anon_sym_TILDE] = ACTIONS(1869), + [anon_sym_STAR] = ACTIONS(1869), + [anon_sym_AMP_AMP] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1867), + [anon_sym_typedef] = ACTIONS(1867), + [anon_sym_extern] = ACTIONS(1867), + [anon_sym___attribute__] = ACTIONS(1867), + [anon_sym_COLON_COLON] = ACTIONS(1869), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), + [anon_sym___declspec] = ACTIONS(1867), + [anon_sym___based] = ACTIONS(1867), + [anon_sym_RBRACE] = ACTIONS(1869), + [anon_sym_LBRACK] = ACTIONS(1867), + [anon_sym_static] = ACTIONS(1867), + [anon_sym_register] = ACTIONS(1867), + [anon_sym_inline] = ACTIONS(1867), + [anon_sym_thread_local] = ACTIONS(1867), + [anon_sym_const] = ACTIONS(1867), + [anon_sym_volatile] = ACTIONS(1867), + [anon_sym_restrict] = ACTIONS(1867), + [anon_sym__Atomic] = ACTIONS(1867), + [anon_sym_mutable] = ACTIONS(1867), + [anon_sym_constexpr] = ACTIONS(1867), + [anon_sym_signed] = ACTIONS(1867), + [anon_sym_unsigned] = ACTIONS(1867), + [anon_sym_long] = ACTIONS(1867), + [anon_sym_short] = ACTIONS(1867), + [sym_primitive_type] = ACTIONS(1867), + [anon_sym_enum] = ACTIONS(1867), + [anon_sym_class] = ACTIONS(1867), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_union] = ACTIONS(1867), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1867), + [anon_sym_virtual] = ACTIONS(1867), + [anon_sym_explicit] = ACTIONS(1867), + [anon_sym_public] = ACTIONS(1867), + [anon_sym_private] = ACTIONS(1867), + [anon_sym_protected] = ACTIONS(1867), + [sym_auto] = ACTIONS(1867), + [anon_sym_typename] = ACTIONS(1867), + [anon_sym_template] = ACTIONS(1867), + [anon_sym_operator] = ACTIONS(1867), + [anon_sym_friend] = ACTIONS(1867), + [anon_sym_using] = ACTIONS(1867), + [anon_sym_static_assert] = ACTIONS(1867), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), + [anon_sym_MOZ_COLD] = ACTIONS(1867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_RAII] = ACTIONS(1867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), }, [1130] = { - [sym_compound_statement] = STATE(760), - [sym_labeled_statement] = STATE(760), - [sym_expression_statement] = STATE(760), - [sym_if_statement] = STATE(760), - [sym_switch_statement] = STATE(760), - [sym_case_statement] = STATE(760), - [sym_while_statement] = STATE(760), - [sym_do_statement] = STATE(760), - [sym_for_statement] = STATE(760), - [sym_return_statement] = STATE(760), - [sym_break_statement] = STATE(760), - [sym_continue_statement] = STATE(760), - [sym_goto_statement] = STATE(760), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(760), - [sym_co_return_statement] = STATE(760), - [sym_co_yield_statement] = STATE(760), - [sym_throw_statement] = STATE(760), - [sym_try_statement] = STATE(760), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = ACTIONS(1755), + [aux_sym_preproc_def_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1755), + [anon_sym_LPAREN2] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_AMP_AMP] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1755), + [anon_sym_typedef] = ACTIONS(1755), + [anon_sym_extern] = ACTIONS(1755), + [anon_sym___attribute__] = ACTIONS(1755), + [anon_sym_COLON_COLON] = ACTIONS(1757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), + [anon_sym___declspec] = ACTIONS(1755), + [anon_sym___based] = ACTIONS(1755), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_static] = ACTIONS(1755), + [anon_sym_register] = ACTIONS(1755), + [anon_sym_inline] = ACTIONS(1755), + [anon_sym_thread_local] = ACTIONS(1755), + [anon_sym_const] = ACTIONS(1755), + [anon_sym_volatile] = ACTIONS(1755), + [anon_sym_restrict] = ACTIONS(1755), + [anon_sym__Atomic] = ACTIONS(1755), + [anon_sym_mutable] = ACTIONS(1755), + [anon_sym_constexpr] = ACTIONS(1755), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), + [sym_primitive_type] = ACTIONS(1755), + [anon_sym_enum] = ACTIONS(1755), + [anon_sym_class] = ACTIONS(1755), + [anon_sym_struct] = ACTIONS(1755), + [anon_sym_union] = ACTIONS(1755), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1755), + [anon_sym_virtual] = ACTIONS(1755), + [anon_sym_explicit] = ACTIONS(1755), + [anon_sym_public] = ACTIONS(1755), + [anon_sym_private] = ACTIONS(1755), + [anon_sym_protected] = ACTIONS(1755), + [sym_auto] = ACTIONS(1755), + [anon_sym_typename] = ACTIONS(1755), + [anon_sym_template] = ACTIONS(1755), + [anon_sym_operator] = ACTIONS(1755), + [anon_sym_friend] = ACTIONS(1755), + [anon_sym_using] = ACTIONS(1755), + [anon_sym_static_assert] = ACTIONS(1755), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1755), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), + [anon_sym_MOZ_COLD] = ACTIONS(1755), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_RAII] = ACTIONS(1755), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), }, [1131] = { - [sym_compound_statement] = STATE(364), - [sym_labeled_statement] = STATE(364), - [sym_expression_statement] = STATE(364), - [sym_if_statement] = STATE(364), - [sym_switch_statement] = STATE(364), - [sym_case_statement] = STATE(364), - [sym_while_statement] = STATE(364), - [sym_do_statement] = STATE(364), - [sym_for_statement] = STATE(364), - [sym_return_statement] = STATE(364), - [sym_break_statement] = STATE(364), - [sym_continue_statement] = STATE(364), - [sym_goto_statement] = STATE(364), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(364), - [sym_co_return_statement] = STATE(364), - [sym_co_yield_statement] = STATE(364), - [sym_throw_statement] = STATE(364), - [sym_try_statement] = STATE(364), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1863), + [aux_sym_preproc_def_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), + [sym_preproc_directive] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1865), + [anon_sym_TILDE] = ACTIONS(1865), + [anon_sym_STAR] = ACTIONS(1865), + [anon_sym_AMP_AMP] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_typedef] = ACTIONS(1863), + [anon_sym_extern] = ACTIONS(1863), + [anon_sym___attribute__] = ACTIONS(1863), + [anon_sym_COLON_COLON] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), + [anon_sym___declspec] = ACTIONS(1863), + [anon_sym___based] = ACTIONS(1863), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_static] = ACTIONS(1863), + [anon_sym_register] = ACTIONS(1863), + [anon_sym_inline] = ACTIONS(1863), + [anon_sym_thread_local] = ACTIONS(1863), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_volatile] = ACTIONS(1863), + [anon_sym_restrict] = ACTIONS(1863), + [anon_sym__Atomic] = ACTIONS(1863), + [anon_sym_mutable] = ACTIONS(1863), + [anon_sym_constexpr] = ACTIONS(1863), + [anon_sym_signed] = ACTIONS(1863), + [anon_sym_unsigned] = ACTIONS(1863), + [anon_sym_long] = ACTIONS(1863), + [anon_sym_short] = ACTIONS(1863), + [sym_primitive_type] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_class] = ACTIONS(1863), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1863), + [anon_sym_virtual] = ACTIONS(1863), + [anon_sym_explicit] = ACTIONS(1863), + [anon_sym_public] = ACTIONS(1863), + [anon_sym_private] = ACTIONS(1863), + [anon_sym_protected] = ACTIONS(1863), + [sym_auto] = ACTIONS(1863), + [anon_sym_typename] = ACTIONS(1863), + [anon_sym_template] = ACTIONS(1863), + [anon_sym_operator] = ACTIONS(1863), + [anon_sym_friend] = ACTIONS(1863), + [anon_sym_using] = ACTIONS(1863), + [anon_sym_static_assert] = ACTIONS(1863), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), + [anon_sym_MOZ_COLD] = ACTIONS(1863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_RAII] = ACTIONS(1863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), }, [1132] = { - [sym_compound_statement] = STATE(277), - [sym_labeled_statement] = STATE(277), - [sym_expression_statement] = STATE(277), - [sym_if_statement] = STATE(277), - [sym_switch_statement] = STATE(277), - [sym_case_statement] = STATE(277), - [sym_while_statement] = STATE(277), - [sym_do_statement] = STATE(277), - [sym_for_statement] = STATE(277), - [sym_return_statement] = STATE(277), - [sym_break_statement] = STATE(277), - [sym_continue_statement] = STATE(277), - [sym_goto_statement] = STATE(277), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(277), - [sym_co_return_statement] = STATE(277), - [sym_co_yield_statement] = STATE(277), - [sym_throw_statement] = STATE(277), - [sym_try_statement] = STATE(277), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1863), + [aux_sym_preproc_def_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token1] = ACTIONS(1863), + [aux_sym_preproc_if_token2] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1863), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1863), + [sym_preproc_directive] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1865), + [anon_sym_TILDE] = ACTIONS(1865), + [anon_sym_STAR] = ACTIONS(1865), + [anon_sym_AMP_AMP] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_typedef] = ACTIONS(1863), + [anon_sym_extern] = ACTIONS(1863), + [anon_sym___attribute__] = ACTIONS(1863), + [anon_sym_COLON_COLON] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1865), + [anon_sym___declspec] = ACTIONS(1863), + [anon_sym___based] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_static] = ACTIONS(1863), + [anon_sym_register] = ACTIONS(1863), + [anon_sym_inline] = ACTIONS(1863), + [anon_sym_thread_local] = ACTIONS(1863), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_volatile] = ACTIONS(1863), + [anon_sym_restrict] = ACTIONS(1863), + [anon_sym__Atomic] = ACTIONS(1863), + [anon_sym_mutable] = ACTIONS(1863), + [anon_sym_constexpr] = ACTIONS(1863), + [anon_sym_signed] = ACTIONS(1863), + [anon_sym_unsigned] = ACTIONS(1863), + [anon_sym_long] = ACTIONS(1863), + [anon_sym_short] = ACTIONS(1863), + [sym_primitive_type] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_class] = ACTIONS(1863), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1863), + [anon_sym_virtual] = ACTIONS(1863), + [anon_sym_explicit] = ACTIONS(1863), + [anon_sym_public] = ACTIONS(1863), + [anon_sym_private] = ACTIONS(1863), + [anon_sym_protected] = ACTIONS(1863), + [sym_auto] = ACTIONS(1863), + [anon_sym_typename] = ACTIONS(1863), + [anon_sym_template] = ACTIONS(1863), + [anon_sym_operator] = ACTIONS(1863), + [anon_sym_friend] = ACTIONS(1863), + [anon_sym_using] = ACTIONS(1863), + [anon_sym_static_assert] = ACTIONS(1863), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1863), + [anon_sym_MOZ_COLD] = ACTIONS(1863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL] = ACTIONS(1863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN] = ACTIONS(1863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1863), + [anon_sym_MOZ_RAII] = ACTIONS(1863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1863), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1863), }, [1133] = { - [sym_compound_statement] = STATE(169), - [sym_labeled_statement] = STATE(169), - [sym_expression_statement] = STATE(169), - [sym_if_statement] = STATE(169), - [sym_switch_statement] = STATE(169), - [sym_case_statement] = STATE(169), - [sym_while_statement] = STATE(169), - [sym_do_statement] = STATE(169), - [sym_for_statement] = STATE(169), - [sym_return_statement] = STATE(169), - [sym_break_statement] = STATE(169), - [sym_continue_statement] = STATE(169), - [sym_goto_statement] = STATE(169), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(169), - [sym_co_return_statement] = STATE(169), - [sym_co_yield_statement] = STATE(169), - [sym_throw_statement] = STATE(169), - [sym_try_statement] = STATE(169), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2894), + [aux_sym_preproc_def_token1] = ACTIONS(2894), + [aux_sym_preproc_if_token1] = ACTIONS(2894), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2894), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2894), + [sym_preproc_directive] = ACTIONS(2894), + [anon_sym_LPAREN2] = ACTIONS(2896), + [anon_sym_TILDE] = ACTIONS(2896), + [anon_sym_STAR] = ACTIONS(2896), + [anon_sym_AMP_AMP] = ACTIONS(2896), + [anon_sym_AMP] = ACTIONS(2894), + [anon_sym_typedef] = ACTIONS(2894), + [anon_sym_extern] = ACTIONS(2894), + [anon_sym___attribute__] = ACTIONS(2894), + [anon_sym_COLON_COLON] = ACTIONS(2896), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2896), + [anon_sym___declspec] = ACTIONS(2894), + [anon_sym___based] = ACTIONS(2894), + [anon_sym_RBRACE] = ACTIONS(2896), + [anon_sym_LBRACK] = ACTIONS(2894), + [anon_sym_static] = ACTIONS(2894), + [anon_sym_register] = ACTIONS(2894), + [anon_sym_inline] = ACTIONS(2894), + [anon_sym_thread_local] = ACTIONS(2894), + [anon_sym_const] = ACTIONS(2894), + [anon_sym_volatile] = ACTIONS(2894), + [anon_sym_restrict] = ACTIONS(2894), + [anon_sym__Atomic] = ACTIONS(2894), + [anon_sym_mutable] = ACTIONS(2894), + [anon_sym_constexpr] = ACTIONS(2894), + [anon_sym_signed] = ACTIONS(2894), + [anon_sym_unsigned] = ACTIONS(2894), + [anon_sym_long] = ACTIONS(2894), + [anon_sym_short] = ACTIONS(2894), + [sym_primitive_type] = ACTIONS(2894), + [anon_sym_enum] = ACTIONS(2894), + [anon_sym_class] = ACTIONS(2894), + [anon_sym_struct] = ACTIONS(2894), + [anon_sym_union] = ACTIONS(2894), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2894), + [anon_sym_virtual] = ACTIONS(2894), + [anon_sym_explicit] = ACTIONS(2894), + [anon_sym_public] = ACTIONS(2894), + [anon_sym_private] = ACTIONS(2894), + [anon_sym_protected] = ACTIONS(2894), + [sym_auto] = ACTIONS(2894), + [anon_sym_typename] = ACTIONS(2894), + [anon_sym_template] = ACTIONS(2894), + [anon_sym_operator] = ACTIONS(2894), + [anon_sym_friend] = ACTIONS(2894), + [anon_sym_using] = ACTIONS(2894), + [anon_sym_static_assert] = ACTIONS(2894), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2894), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2894), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2894), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2894), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2894), + [anon_sym_MOZ_COLD] = ACTIONS(2894), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2894), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2894), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2894), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2894), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2894), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2894), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2894), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2894), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2894), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2894), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2894), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2894), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2894), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_NONNULL] = ACTIONS(2894), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2894), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2894), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2894), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2894), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2894), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2894), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2894), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2894), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2894), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2894), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2894), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2894), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2894), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2894), + [anon_sym_MOZ_RAII] = ACTIONS(2894), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2894), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2894), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2894), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2894), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2894), }, [1134] = { - [sym_compound_statement] = STATE(167), - [sym_labeled_statement] = STATE(167), - [sym_expression_statement] = STATE(167), - [sym_if_statement] = STATE(167), - [sym_switch_statement] = STATE(167), - [sym_case_statement] = STATE(167), - [sym_while_statement] = STATE(167), - [sym_do_statement] = STATE(167), - [sym_for_statement] = STATE(167), - [sym_return_statement] = STATE(167), - [sym_break_statement] = STATE(167), - [sym_continue_statement] = STATE(167), - [sym_goto_statement] = STATE(167), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(167), - [sym_co_return_statement] = STATE(167), - [sym_co_yield_statement] = STATE(167), - [sym_throw_statement] = STATE(167), - [sym_try_statement] = STATE(167), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2890), + [aux_sym_preproc_def_token1] = ACTIONS(2890), + [aux_sym_preproc_if_token1] = ACTIONS(2890), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2890), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2890), + [sym_preproc_directive] = ACTIONS(2890), + [anon_sym_LPAREN2] = ACTIONS(2892), + [anon_sym_TILDE] = ACTIONS(2892), + [anon_sym_STAR] = ACTIONS(2892), + [anon_sym_AMP_AMP] = ACTIONS(2892), + [anon_sym_AMP] = ACTIONS(2890), + [anon_sym_typedef] = ACTIONS(2890), + [anon_sym_extern] = ACTIONS(2890), + [anon_sym___attribute__] = ACTIONS(2890), + [anon_sym_COLON_COLON] = ACTIONS(2892), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2892), + [anon_sym___declspec] = ACTIONS(2890), + [anon_sym___based] = ACTIONS(2890), + [anon_sym_RBRACE] = ACTIONS(2892), + [anon_sym_LBRACK] = ACTIONS(2890), + [anon_sym_static] = ACTIONS(2890), + [anon_sym_register] = ACTIONS(2890), + [anon_sym_inline] = ACTIONS(2890), + [anon_sym_thread_local] = ACTIONS(2890), + [anon_sym_const] = ACTIONS(2890), + [anon_sym_volatile] = ACTIONS(2890), + [anon_sym_restrict] = ACTIONS(2890), + [anon_sym__Atomic] = ACTIONS(2890), + [anon_sym_mutable] = ACTIONS(2890), + [anon_sym_constexpr] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(2890), + [anon_sym_unsigned] = ACTIONS(2890), + [anon_sym_long] = ACTIONS(2890), + [anon_sym_short] = ACTIONS(2890), + [sym_primitive_type] = ACTIONS(2890), + [anon_sym_enum] = ACTIONS(2890), + [anon_sym_class] = ACTIONS(2890), + [anon_sym_struct] = ACTIONS(2890), + [anon_sym_union] = ACTIONS(2890), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2890), + [anon_sym_virtual] = ACTIONS(2890), + [anon_sym_explicit] = ACTIONS(2890), + [anon_sym_public] = ACTIONS(2890), + [anon_sym_private] = ACTIONS(2890), + [anon_sym_protected] = ACTIONS(2890), + [sym_auto] = ACTIONS(2890), + [anon_sym_typename] = ACTIONS(2890), + [anon_sym_template] = ACTIONS(2890), + [anon_sym_operator] = ACTIONS(2890), + [anon_sym_friend] = ACTIONS(2890), + [anon_sym_using] = ACTIONS(2890), + [anon_sym_static_assert] = ACTIONS(2890), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2890), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2890), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2890), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2890), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2890), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2890), + [anon_sym_MOZ_COLD] = ACTIONS(2890), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2890), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2890), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2890), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2890), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2890), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2890), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2890), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2890), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2890), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2890), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2890), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2890), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2890), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2890), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2890), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2890), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_NONNULL] = ACTIONS(2890), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2890), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2890), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2890), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2890), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_NORETURN] = ACTIONS(2890), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2890), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2890), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2890), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2890), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2890), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2890), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2890), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2890), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2890), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2890), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2890), + [anon_sym_MOZ_RAII] = ACTIONS(2890), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2890), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2890), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2890), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2890), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2890), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2890), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2890), }, [1135] = { - [sym_compound_statement] = STATE(166), - [sym_labeled_statement] = STATE(166), - [sym_expression_statement] = STATE(166), - [sym_if_statement] = STATE(166), - [sym_switch_statement] = STATE(166), - [sym_case_statement] = STATE(166), - [sym_while_statement] = STATE(166), - [sym_do_statement] = STATE(166), - [sym_for_statement] = STATE(166), - [sym_return_statement] = STATE(166), - [sym_break_statement] = STATE(166), - [sym_continue_statement] = STATE(166), - [sym_goto_statement] = STATE(166), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(166), - [sym_co_return_statement] = STATE(166), - [sym_co_yield_statement] = STATE(166), - [sym_throw_statement] = STATE(166), - [sym_try_statement] = STATE(166), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1867), + [aux_sym_preproc_def_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token1] = ACTIONS(1867), + [aux_sym_preproc_if_token2] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1867), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1867), + [sym_preproc_directive] = ACTIONS(1867), + [anon_sym_LPAREN2] = ACTIONS(1869), + [anon_sym_TILDE] = ACTIONS(1869), + [anon_sym_STAR] = ACTIONS(1869), + [anon_sym_AMP_AMP] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1867), + [anon_sym_typedef] = ACTIONS(1867), + [anon_sym_extern] = ACTIONS(1867), + [anon_sym___attribute__] = ACTIONS(1867), + [anon_sym_COLON_COLON] = ACTIONS(1869), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1869), + [anon_sym___declspec] = ACTIONS(1867), + [anon_sym___based] = ACTIONS(1867), + [anon_sym_LBRACK] = ACTIONS(1867), + [anon_sym_static] = ACTIONS(1867), + [anon_sym_register] = ACTIONS(1867), + [anon_sym_inline] = ACTIONS(1867), + [anon_sym_thread_local] = ACTIONS(1867), + [anon_sym_const] = ACTIONS(1867), + [anon_sym_volatile] = ACTIONS(1867), + [anon_sym_restrict] = ACTIONS(1867), + [anon_sym__Atomic] = ACTIONS(1867), + [anon_sym_mutable] = ACTIONS(1867), + [anon_sym_constexpr] = ACTIONS(1867), + [anon_sym_signed] = ACTIONS(1867), + [anon_sym_unsigned] = ACTIONS(1867), + [anon_sym_long] = ACTIONS(1867), + [anon_sym_short] = ACTIONS(1867), + [sym_primitive_type] = ACTIONS(1867), + [anon_sym_enum] = ACTIONS(1867), + [anon_sym_class] = ACTIONS(1867), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_union] = ACTIONS(1867), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1867), + [anon_sym_virtual] = ACTIONS(1867), + [anon_sym_explicit] = ACTIONS(1867), + [anon_sym_public] = ACTIONS(1867), + [anon_sym_private] = ACTIONS(1867), + [anon_sym_protected] = ACTIONS(1867), + [sym_auto] = ACTIONS(1867), + [anon_sym_typename] = ACTIONS(1867), + [anon_sym_template] = ACTIONS(1867), + [anon_sym_operator] = ACTIONS(1867), + [anon_sym_friend] = ACTIONS(1867), + [anon_sym_using] = ACTIONS(1867), + [anon_sym_static_assert] = ACTIONS(1867), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1867), + [anon_sym_MOZ_COLD] = ACTIONS(1867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL] = ACTIONS(1867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN] = ACTIONS(1867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1867), + [anon_sym_MOZ_RAII] = ACTIONS(1867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1867), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1867), }, [1136] = { - [sym_compound_statement] = STATE(268), - [sym_labeled_statement] = STATE(268), - [sym_expression_statement] = STATE(268), - [sym_if_statement] = STATE(268), - [sym_switch_statement] = STATE(268), - [sym_case_statement] = STATE(268), - [sym_while_statement] = STATE(268), - [sym_do_statement] = STATE(268), - [sym_for_statement] = STATE(268), - [sym_return_statement] = STATE(268), - [sym_break_statement] = STATE(268), - [sym_continue_statement] = STATE(268), - [sym_goto_statement] = STATE(268), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(268), - [sym_co_return_statement] = STATE(268), - [sym_co_yield_statement] = STATE(268), - [sym_throw_statement] = STATE(268), - [sym_try_statement] = STATE(268), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1871), + [aux_sym_preproc_def_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token1] = ACTIONS(1871), + [aux_sym_preproc_if_token2] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1871), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1871), + [sym_preproc_directive] = ACTIONS(1871), + [anon_sym_LPAREN2] = ACTIONS(1873), + [anon_sym_TILDE] = ACTIONS(1873), + [anon_sym_STAR] = ACTIONS(1873), + [anon_sym_AMP_AMP] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1871), + [anon_sym_typedef] = ACTIONS(1871), + [anon_sym_extern] = ACTIONS(1871), + [anon_sym___attribute__] = ACTIONS(1871), + [anon_sym_COLON_COLON] = ACTIONS(1873), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1873), + [anon_sym___declspec] = ACTIONS(1871), + [anon_sym___based] = ACTIONS(1871), + [anon_sym_LBRACK] = ACTIONS(1871), + [anon_sym_static] = ACTIONS(1871), + [anon_sym_register] = ACTIONS(1871), + [anon_sym_inline] = ACTIONS(1871), + [anon_sym_thread_local] = ACTIONS(1871), + [anon_sym_const] = ACTIONS(1871), + [anon_sym_volatile] = ACTIONS(1871), + [anon_sym_restrict] = ACTIONS(1871), + [anon_sym__Atomic] = ACTIONS(1871), + [anon_sym_mutable] = ACTIONS(1871), + [anon_sym_constexpr] = ACTIONS(1871), + [anon_sym_signed] = ACTIONS(1871), + [anon_sym_unsigned] = ACTIONS(1871), + [anon_sym_long] = ACTIONS(1871), + [anon_sym_short] = ACTIONS(1871), + [sym_primitive_type] = ACTIONS(1871), + [anon_sym_enum] = ACTIONS(1871), + [anon_sym_class] = ACTIONS(1871), + [anon_sym_struct] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1871), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1871), + [anon_sym_virtual] = ACTIONS(1871), + [anon_sym_explicit] = ACTIONS(1871), + [anon_sym_public] = ACTIONS(1871), + [anon_sym_private] = ACTIONS(1871), + [anon_sym_protected] = ACTIONS(1871), + [sym_auto] = ACTIONS(1871), + [anon_sym_typename] = ACTIONS(1871), + [anon_sym_template] = ACTIONS(1871), + [anon_sym_operator] = ACTIONS(1871), + [anon_sym_friend] = ACTIONS(1871), + [anon_sym_using] = ACTIONS(1871), + [anon_sym_static_assert] = ACTIONS(1871), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1871), + [anon_sym_MOZ_COLD] = ACTIONS(1871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL] = ACTIONS(1871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN] = ACTIONS(1871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1871), + [anon_sym_MOZ_RAII] = ACTIONS(1871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1871), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1871), }, [1137] = { - [sym_compound_statement] = STATE(164), - [sym_labeled_statement] = STATE(164), - [sym_expression_statement] = STATE(164), - [sym_if_statement] = STATE(164), - [sym_switch_statement] = STATE(164), - [sym_case_statement] = STATE(164), - [sym_while_statement] = STATE(164), - [sym_do_statement] = STATE(164), - [sym_for_statement] = STATE(164), - [sym_return_statement] = STATE(164), - [sym_break_statement] = STATE(164), - [sym_continue_statement] = STATE(164), - [sym_goto_statement] = STATE(164), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(164), - [sym_co_return_statement] = STATE(164), - [sym_co_yield_statement] = STATE(164), - [sym_throw_statement] = STATE(164), - [sym_try_statement] = STATE(164), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3164), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, [1138] = { - [sym_compound_statement] = STATE(162), - [sym_labeled_statement] = STATE(162), - [sym_expression_statement] = STATE(162), - [sym_if_statement] = STATE(162), - [sym_switch_statement] = STATE(162), - [sym_case_statement] = STATE(162), - [sym_while_statement] = STATE(162), - [sym_do_statement] = STATE(162), - [sym_for_statement] = STATE(162), - [sym_return_statement] = STATE(162), - [sym_break_statement] = STATE(162), - [sym_continue_statement] = STATE(162), - [sym_goto_statement] = STATE(162), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(162), - [sym_co_return_statement] = STATE(162), - [sym_co_yield_statement] = STATE(162), - [sym_throw_statement] = STATE(162), - [sym_try_statement] = STATE(162), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), + [sym_preproc_directive] = ACTIONS(1747), + [anon_sym_LPAREN2] = ACTIONS(1749), + [anon_sym_TILDE] = ACTIONS(1749), + [anon_sym_STAR] = ACTIONS(1749), + [anon_sym_AMP_AMP] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1747), + [anon_sym_typedef] = ACTIONS(1747), + [anon_sym_extern] = ACTIONS(1747), + [anon_sym___attribute__] = ACTIONS(1747), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), + [anon_sym___declspec] = ACTIONS(1747), + [anon_sym___based] = ACTIONS(1747), + [anon_sym_RBRACE] = ACTIONS(1749), + [anon_sym_LBRACK] = ACTIONS(1747), + [anon_sym_static] = ACTIONS(1747), + [anon_sym_register] = ACTIONS(1747), + [anon_sym_inline] = ACTIONS(1747), + [anon_sym_thread_local] = ACTIONS(1747), + [anon_sym_const] = ACTIONS(1747), + [anon_sym_volatile] = ACTIONS(1747), + [anon_sym_restrict] = ACTIONS(1747), + [anon_sym__Atomic] = ACTIONS(1747), + [anon_sym_mutable] = ACTIONS(1747), + [anon_sym_constexpr] = ACTIONS(1747), + [anon_sym_signed] = ACTIONS(1747), + [anon_sym_unsigned] = ACTIONS(1747), + [anon_sym_long] = ACTIONS(1747), + [anon_sym_short] = ACTIONS(1747), + [sym_primitive_type] = ACTIONS(1747), + [anon_sym_enum] = ACTIONS(1747), + [anon_sym_class] = ACTIONS(1747), + [anon_sym_struct] = ACTIONS(1747), + [anon_sym_union] = ACTIONS(1747), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1747), + [anon_sym_virtual] = ACTIONS(1747), + [anon_sym_explicit] = ACTIONS(1747), + [anon_sym_public] = ACTIONS(1747), + [anon_sym_private] = ACTIONS(1747), + [anon_sym_protected] = ACTIONS(1747), + [sym_auto] = ACTIONS(1747), + [anon_sym_typename] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1747), + [anon_sym_operator] = ACTIONS(1747), + [anon_sym_friend] = ACTIONS(1747), + [anon_sym_using] = ACTIONS(1747), + [anon_sym_static_assert] = ACTIONS(1747), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1747), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), + [anon_sym_MOZ_COLD] = ACTIONS(1747), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_RAII] = ACTIONS(1747), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), }, [1139] = { - [sym_compound_statement] = STATE(765), - [sym_labeled_statement] = STATE(765), - [sym_expression_statement] = STATE(765), - [sym_if_statement] = STATE(765), - [sym_switch_statement] = STATE(765), - [sym_case_statement] = STATE(765), - [sym_while_statement] = STATE(765), - [sym_do_statement] = STATE(765), - [sym_for_statement] = STATE(765), - [sym_return_statement] = STATE(765), - [sym_break_statement] = STATE(765), - [sym_continue_statement] = STATE(765), - [sym_goto_statement] = STATE(765), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(765), - [sym_co_return_statement] = STATE(765), - [sym_co_yield_statement] = STATE(765), - [sym_throw_statement] = STATE(765), - [sym_try_statement] = STATE(765), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(1557), + [aux_sym_preproc_def_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1557), + [sym_preproc_directive] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym___based] = ACTIONS(1557), + [anon_sym_RBRACE] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [anon_sym_explicit] = ACTIONS(1557), + [anon_sym_public] = ACTIONS(1557), + [anon_sym_private] = ACTIONS(1557), + [anon_sym_protected] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_operator] = ACTIONS(1557), + [anon_sym_friend] = ACTIONS(1557), + [anon_sym_using] = ACTIONS(1557), + [anon_sym_static_assert] = ACTIONS(1557), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), }, [1140] = { - [sym_compound_statement] = STATE(362), - [sym_labeled_statement] = STATE(362), - [sym_expression_statement] = STATE(362), - [sym_if_statement] = STATE(362), - [sym_switch_statement] = STATE(362), - [sym_case_statement] = STATE(362), - [sym_while_statement] = STATE(362), - [sym_do_statement] = STATE(362), - [sym_for_statement] = STATE(362), - [sym_return_statement] = STATE(362), - [sym_break_statement] = STATE(362), - [sym_continue_statement] = STATE(362), - [sym_goto_statement] = STATE(362), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(362), - [sym_co_return_statement] = STATE(362), - [sym_co_yield_statement] = STATE(362), - [sym_throw_statement] = STATE(362), - [sym_try_statement] = STATE(362), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1565), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), + [sym_preproc_directive] = ACTIONS(1565), + [anon_sym_LPAREN2] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_typedef] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym___attribute__] = ACTIONS(1565), + [anon_sym_COLON_COLON] = ACTIONS(1567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1567), + [anon_sym___declspec] = ACTIONS(1565), + [anon_sym___based] = ACTIONS(1565), + [anon_sym_RBRACE] = ACTIONS(1567), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_static] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_inline] = ACTIONS(1565), + [anon_sym_thread_local] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_volatile] = ACTIONS(1565), + [anon_sym_restrict] = ACTIONS(1565), + [anon_sym__Atomic] = ACTIONS(1565), + [anon_sym_mutable] = ACTIONS(1565), + [anon_sym_constexpr] = ACTIONS(1565), + [anon_sym_signed] = ACTIONS(1565), + [anon_sym_unsigned] = ACTIONS(1565), + [anon_sym_long] = ACTIONS(1565), + [anon_sym_short] = ACTIONS(1565), + [sym_primitive_type] = ACTIONS(1565), + [anon_sym_enum] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1565), + [anon_sym_struct] = ACTIONS(1565), + [anon_sym_union] = ACTIONS(1565), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1565), + [anon_sym_virtual] = ACTIONS(1565), + [anon_sym_explicit] = ACTIONS(1565), + [anon_sym_public] = ACTIONS(1565), + [anon_sym_private] = ACTIONS(1565), + [anon_sym_protected] = ACTIONS(1565), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_operator] = ACTIONS(1565), + [anon_sym_friend] = ACTIONS(1565), + [anon_sym_using] = ACTIONS(1565), + [anon_sym_static_assert] = ACTIONS(1565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1565), + [anon_sym_MOZ_COLD] = ACTIONS(1565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL] = ACTIONS(1565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN] = ACTIONS(1565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1565), + [anon_sym_MOZ_RAII] = ACTIONS(1565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1565), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1565), }, [1141] = { - [sym_compound_statement] = STATE(759), - [sym_labeled_statement] = STATE(759), - [sym_expression_statement] = STATE(759), - [sym_if_statement] = STATE(759), - [sym_switch_statement] = STATE(759), - [sym_case_statement] = STATE(759), - [sym_while_statement] = STATE(759), - [sym_do_statement] = STATE(759), - [sym_for_statement] = STATE(759), - [sym_return_statement] = STATE(759), - [sym_break_statement] = STATE(759), - [sym_continue_statement] = STATE(759), - [sym_goto_statement] = STATE(759), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(759), - [sym_co_return_statement] = STATE(759), - [sym_co_yield_statement] = STATE(759), - [sym_throw_statement] = STATE(759), - [sym_try_statement] = STATE(759), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(1518), + [aux_sym_preproc_def_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token1] = ACTIONS(1518), + [aux_sym_preproc_if_token2] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1518), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1518), + [sym_preproc_directive] = ACTIONS(1518), + [anon_sym_LPAREN2] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_typedef] = ACTIONS(1518), + [anon_sym_extern] = ACTIONS(1518), + [anon_sym___attribute__] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1518), + [anon_sym___based] = ACTIONS(1518), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1518), + [anon_sym_register] = ACTIONS(1518), + [anon_sym_inline] = ACTIONS(1518), + [anon_sym_thread_local] = ACTIONS(1518), + [anon_sym_const] = ACTIONS(1518), + [anon_sym_volatile] = ACTIONS(1518), + [anon_sym_restrict] = ACTIONS(1518), + [anon_sym__Atomic] = ACTIONS(1518), + [anon_sym_mutable] = ACTIONS(1518), + [anon_sym_constexpr] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1518), + [anon_sym_unsigned] = ACTIONS(1518), + [anon_sym_long] = ACTIONS(1518), + [anon_sym_short] = ACTIONS(1518), + [sym_primitive_type] = ACTIONS(1518), + [anon_sym_enum] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1518), + [anon_sym_struct] = ACTIONS(1518), + [anon_sym_union] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1518), + [anon_sym_virtual] = ACTIONS(1518), + [anon_sym_explicit] = ACTIONS(1518), + [anon_sym_public] = ACTIONS(1518), + [anon_sym_private] = ACTIONS(1518), + [anon_sym_protected] = ACTIONS(1518), + [sym_auto] = ACTIONS(1518), + [anon_sym_typename] = ACTIONS(1518), + [anon_sym_template] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1518), + [anon_sym_friend] = ACTIONS(1518), + [anon_sym_using] = ACTIONS(1518), + [anon_sym_static_assert] = ACTIONS(1518), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1518), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1518), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1518), + [anon_sym_MOZ_COLD] = ACTIONS(1518), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1518), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1518), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1518), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1518), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1518), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1518), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1518), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1518), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1518), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1518), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1518), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1518), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL] = ACTIONS(1518), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1518), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1518), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN] = ACTIONS(1518), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1518), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1518), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1518), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1518), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1518), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1518), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1518), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1518), + [anon_sym_MOZ_RAII] = ACTIONS(1518), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1518), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1518), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1518), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1518), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1518), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1518), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1518), }, [1142] = { - [sym_compound_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_identifier] = ACTIONS(2886), + [aux_sym_preproc_def_token1] = ACTIONS(2886), + [aux_sym_preproc_if_token1] = ACTIONS(2886), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2886), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2886), + [sym_preproc_directive] = ACTIONS(2886), + [anon_sym_LPAREN2] = ACTIONS(2888), + [anon_sym_TILDE] = ACTIONS(2888), + [anon_sym_STAR] = ACTIONS(2888), + [anon_sym_AMP_AMP] = ACTIONS(2888), + [anon_sym_AMP] = ACTIONS(2886), + [anon_sym_typedef] = ACTIONS(2886), + [anon_sym_extern] = ACTIONS(2886), + [anon_sym___attribute__] = ACTIONS(2886), + [anon_sym_COLON_COLON] = ACTIONS(2888), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2888), + [anon_sym___declspec] = ACTIONS(2886), + [anon_sym___based] = ACTIONS(2886), + [anon_sym_RBRACE] = ACTIONS(2888), + [anon_sym_LBRACK] = ACTIONS(2886), + [anon_sym_static] = ACTIONS(2886), + [anon_sym_register] = ACTIONS(2886), + [anon_sym_inline] = ACTIONS(2886), + [anon_sym_thread_local] = ACTIONS(2886), + [anon_sym_const] = ACTIONS(2886), + [anon_sym_volatile] = ACTIONS(2886), + [anon_sym_restrict] = ACTIONS(2886), + [anon_sym__Atomic] = ACTIONS(2886), + [anon_sym_mutable] = ACTIONS(2886), + [anon_sym_constexpr] = ACTIONS(2886), + [anon_sym_signed] = ACTIONS(2886), + [anon_sym_unsigned] = ACTIONS(2886), + [anon_sym_long] = ACTIONS(2886), + [anon_sym_short] = ACTIONS(2886), + [sym_primitive_type] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(2886), + [anon_sym_class] = ACTIONS(2886), + [anon_sym_struct] = ACTIONS(2886), + [anon_sym_union] = ACTIONS(2886), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(2886), + [anon_sym_virtual] = ACTIONS(2886), + [anon_sym_explicit] = ACTIONS(2886), + [anon_sym_public] = ACTIONS(2886), + [anon_sym_private] = ACTIONS(2886), + [anon_sym_protected] = ACTIONS(2886), + [sym_auto] = ACTIONS(2886), + [anon_sym_typename] = ACTIONS(2886), + [anon_sym_template] = ACTIONS(2886), + [anon_sym_operator] = ACTIONS(2886), + [anon_sym_friend] = ACTIONS(2886), + [anon_sym_using] = ACTIONS(2886), + [anon_sym_static_assert] = ACTIONS(2886), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2886), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2886), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2886), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2886), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2886), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2886), + [anon_sym_MOZ_COLD] = ACTIONS(2886), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2886), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2886), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2886), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2886), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2886), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2886), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2886), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2886), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2886), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2886), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2886), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2886), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2886), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2886), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2886), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2886), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_NONNULL] = ACTIONS(2886), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2886), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2886), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2886), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2886), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_NORETURN] = ACTIONS(2886), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2886), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2886), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2886), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2886), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2886), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2886), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2886), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2886), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2886), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2886), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2886), + [anon_sym_MOZ_RAII] = ACTIONS(2886), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2886), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2886), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2886), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2886), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2886), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2886), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2886), }, [1143] = { - [sym_compound_statement] = STATE(757), - [sym_labeled_statement] = STATE(757), - [sym_expression_statement] = STATE(757), - [sym_if_statement] = STATE(757), - [sym_switch_statement] = STATE(757), - [sym_case_statement] = STATE(757), - [sym_while_statement] = STATE(757), - [sym_do_statement] = STATE(757), - [sym_for_statement] = STATE(757), - [sym_return_statement] = STATE(757), - [sym_break_statement] = STATE(757), - [sym_continue_statement] = STATE(757), - [sym_goto_statement] = STATE(757), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(757), - [sym_co_return_statement] = STATE(757), - [sym_co_yield_statement] = STATE(757), - [sym_throw_statement] = STATE(757), - [sym_try_statement] = STATE(757), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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_identifier] = 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_TILDE] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2634), + [anon_sym_AMP_AMP] = ACTIONS(2634), + [anon_sym_AMP] = ACTIONS(2632), + [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_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_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), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(2632), + [anon_sym_virtual] = ACTIONS(2632), + [anon_sym_explicit] = ACTIONS(2632), + [anon_sym_public] = ACTIONS(2632), + [anon_sym_private] = ACTIONS(2632), + [anon_sym_protected] = ACTIONS(2632), + [sym_auto] = ACTIONS(2632), + [anon_sym_typename] = ACTIONS(2632), + [anon_sym_template] = ACTIONS(2632), + [anon_sym_operator] = ACTIONS(2632), + [anon_sym_friend] = ACTIONS(2632), + [anon_sym_using] = ACTIONS(2632), + [anon_sym_static_assert] = ACTIONS(2632), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2632), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2632), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2632), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2632), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2632), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2632), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2632), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2632), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2632), + [anon_sym_MOZ_COLD] = ACTIONS(2632), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2632), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2632), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2632), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2632), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2632), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2632), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2632), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2632), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2632), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2632), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2632), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2632), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2632), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2632), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2632), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2632), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2632), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2632), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2632), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2632), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_NONNULL] = ACTIONS(2632), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2632), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2632), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2632), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2632), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2632), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_NORETURN] = ACTIONS(2632), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2632), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2632), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2632), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2632), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2632), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2632), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2632), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2632), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2632), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2632), + [anon_sym_MOZ_RAII] = ACTIONS(2632), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2632), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2632), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2632), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2632), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2632), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2632), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2632), }, [1144] = { - [sym_compound_statement] = STATE(4514), - [sym_labeled_statement] = STATE(4514), - [sym_expression_statement] = STATE(4514), - [sym_if_statement] = STATE(4514), - [sym_switch_statement] = STATE(4514), - [sym_case_statement] = STATE(4514), - [sym_while_statement] = STATE(4514), - [sym_do_statement] = STATE(4514), - [sym_for_statement] = STATE(4514), - [sym_return_statement] = STATE(4514), - [sym_break_statement] = STATE(4514), - [sym_continue_statement] = STATE(4514), - [sym_goto_statement] = STATE(4514), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4514), - [sym_co_return_statement] = STATE(4514), - [sym_co_yield_statement] = STATE(4514), - [sym_throw_statement] = STATE(4514), - [sym_try_statement] = STATE(4514), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = 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_TILDE] = ACTIONS(2630), + [anon_sym_STAR] = ACTIONS(2630), + [anon_sym_AMP_AMP] = ACTIONS(2630), + [anon_sym_AMP] = ACTIONS(2628), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2628), + [anon_sym_virtual] = ACTIONS(2628), + [anon_sym_explicit] = ACTIONS(2628), + [anon_sym_public] = ACTIONS(2628), + [anon_sym_private] = ACTIONS(2628), + [anon_sym_protected] = ACTIONS(2628), + [sym_auto] = ACTIONS(2628), + [anon_sym_typename] = ACTIONS(2628), + [anon_sym_template] = ACTIONS(2628), + [anon_sym_operator] = ACTIONS(2628), + [anon_sym_friend] = ACTIONS(2628), + [anon_sym_using] = ACTIONS(2628), + [anon_sym_static_assert] = ACTIONS(2628), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2628), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2628), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2628), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2628), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2628), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2628), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2628), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2628), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2628), + [anon_sym_MOZ_COLD] = ACTIONS(2628), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2628), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2628), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2628), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2628), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2628), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2628), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2628), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2628), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2628), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2628), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2628), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2628), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2628), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2628), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2628), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2628), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2628), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2628), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2628), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2628), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_NONNULL] = ACTIONS(2628), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2628), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2628), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2628), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2628), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2628), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_NORETURN] = ACTIONS(2628), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2628), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2628), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2628), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2628), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2628), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2628), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2628), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2628), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2628), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2628), + [anon_sym_MOZ_RAII] = ACTIONS(2628), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2628), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2628), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2628), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2628), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2628), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2628), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2628), }, [1145] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(120), - [sym_labeled_statement] = STATE(120), - [sym_expression_statement] = STATE(120), - [sym_if_statement] = STATE(120), - [sym_switch_statement] = STATE(120), - [sym_while_statement] = STATE(120), - [sym_do_statement] = STATE(120), - [sym_for_statement] = STATE(120), - [sym_return_statement] = STATE(120), - [sym_break_statement] = STATE(120), - [sym_continue_statement] = STATE(120), - [sym_goto_statement] = STATE(120), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(120), - [sym_co_return_statement] = STATE(120), - [sym_co_yield_statement] = STATE(120), - [sym_throw_statement] = STATE(120), - [sym_try_statement] = STATE(120), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [anon_sym_public] = ACTIONS(1667), + [anon_sym_private] = ACTIONS(1667), + [anon_sym_protected] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_friend] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), }, [1146] = { - [sym_compound_statement] = STATE(4526), - [sym_labeled_statement] = STATE(4526), - [sym_expression_statement] = STATE(4526), - [sym_if_statement] = STATE(4526), - [sym_switch_statement] = STATE(4526), - [sym_case_statement] = STATE(4526), - [sym_while_statement] = STATE(4526), - [sym_do_statement] = STATE(4526), - [sym_for_statement] = STATE(4526), - [sym_return_statement] = STATE(4526), - [sym_break_statement] = STATE(4526), - [sym_continue_statement] = STATE(4526), - [sym_goto_statement] = STATE(4526), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4526), - [sym_co_return_statement] = STATE(4526), - [sym_co_yield_statement] = STATE(4526), - [sym_throw_statement] = STATE(4526), - [sym_try_statement] = STATE(4526), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_identifier] = ACTIONS(1875), + [aux_sym_preproc_def_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token1] = ACTIONS(1875), + [aux_sym_preproc_if_token2] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1875), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1875), + [sym_preproc_directive] = ACTIONS(1875), + [anon_sym_LPAREN2] = ACTIONS(1877), + [anon_sym_TILDE] = ACTIONS(1877), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP_AMP] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1875), + [anon_sym_typedef] = ACTIONS(1875), + [anon_sym_extern] = ACTIONS(1875), + [anon_sym___attribute__] = ACTIONS(1875), + [anon_sym_COLON_COLON] = ACTIONS(1877), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1877), + [anon_sym___declspec] = ACTIONS(1875), + [anon_sym___based] = ACTIONS(1875), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_static] = ACTIONS(1875), + [anon_sym_register] = ACTIONS(1875), + [anon_sym_inline] = ACTIONS(1875), + [anon_sym_thread_local] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1875), + [anon_sym_volatile] = ACTIONS(1875), + [anon_sym_restrict] = ACTIONS(1875), + [anon_sym__Atomic] = ACTIONS(1875), + [anon_sym_mutable] = ACTIONS(1875), + [anon_sym_constexpr] = ACTIONS(1875), + [anon_sym_signed] = ACTIONS(1875), + [anon_sym_unsigned] = ACTIONS(1875), + [anon_sym_long] = ACTIONS(1875), + [anon_sym_short] = ACTIONS(1875), + [sym_primitive_type] = ACTIONS(1875), + [anon_sym_enum] = ACTIONS(1875), + [anon_sym_class] = ACTIONS(1875), + [anon_sym_struct] = ACTIONS(1875), + [anon_sym_union] = ACTIONS(1875), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1875), + [anon_sym_virtual] = ACTIONS(1875), + [anon_sym_explicit] = ACTIONS(1875), + [anon_sym_public] = ACTIONS(1875), + [anon_sym_private] = ACTIONS(1875), + [anon_sym_protected] = ACTIONS(1875), + [sym_auto] = ACTIONS(1875), + [anon_sym_typename] = ACTIONS(1875), + [anon_sym_template] = ACTIONS(1875), + [anon_sym_operator] = ACTIONS(1875), + [anon_sym_friend] = ACTIONS(1875), + [anon_sym_using] = ACTIONS(1875), + [anon_sym_static_assert] = ACTIONS(1875), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1875), + [anon_sym_MOZ_COLD] = ACTIONS(1875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL] = ACTIONS(1875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN] = ACTIONS(1875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1875), + [anon_sym_MOZ_RAII] = ACTIONS(1875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1875), }, [1147] = { - [sym_compound_statement] = STATE(266), - [sym_labeled_statement] = STATE(266), - [sym_expression_statement] = STATE(266), - [sym_if_statement] = STATE(266), - [sym_switch_statement] = STATE(266), - [sym_case_statement] = STATE(266), - [sym_while_statement] = STATE(266), - [sym_do_statement] = STATE(266), - [sym_for_statement] = STATE(266), - [sym_return_statement] = STATE(266), - [sym_break_statement] = STATE(266), - [sym_continue_statement] = STATE(266), - [sym_goto_statement] = STATE(266), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(266), - [sym_co_return_statement] = STATE(266), - [sym_co_yield_statement] = STATE(266), - [sym_throw_statement] = STATE(266), - [sym_try_statement] = STATE(266), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = 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_TILDE] = ACTIONS(2626), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_AMP_AMP] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2624), + [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_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_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), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(2624), + [anon_sym_virtual] = ACTIONS(2624), + [anon_sym_explicit] = ACTIONS(2624), + [anon_sym_public] = ACTIONS(2624), + [anon_sym_private] = ACTIONS(2624), + [anon_sym_protected] = ACTIONS(2624), + [sym_auto] = ACTIONS(2624), + [anon_sym_typename] = ACTIONS(2624), + [anon_sym_template] = ACTIONS(2624), + [anon_sym_operator] = ACTIONS(2624), + [anon_sym_friend] = ACTIONS(2624), + [anon_sym_using] = ACTIONS(2624), + [anon_sym_static_assert] = ACTIONS(2624), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2624), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2624), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2624), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2624), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2624), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2624), + [anon_sym_MOZ_COLD] = ACTIONS(2624), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2624), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2624), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2624), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2624), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2624), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2624), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2624), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2624), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2624), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2624), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2624), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2624), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2624), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2624), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2624), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2624), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_NONNULL] = ACTIONS(2624), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2624), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2624), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2624), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2624), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_NORETURN] = ACTIONS(2624), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2624), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2624), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2624), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2624), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2624), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2624), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2624), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2624), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2624), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2624), + [anon_sym_MOZ_RAII] = ACTIONS(2624), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2624), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2624), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2624), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2624), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2624), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2624), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2624), }, [1148] = { - [sym_compound_statement] = STATE(272), - [sym_labeled_statement] = STATE(272), - [sym_expression_statement] = STATE(272), - [sym_if_statement] = STATE(272), - [sym_switch_statement] = STATE(272), - [sym_case_statement] = STATE(272), - [sym_while_statement] = STATE(272), - [sym_do_statement] = STATE(272), - [sym_for_statement] = STATE(272), - [sym_return_statement] = STATE(272), - [sym_break_statement] = STATE(272), - [sym_continue_statement] = STATE(272), - [sym_goto_statement] = STATE(272), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(272), - [sym_co_return_statement] = STATE(272), - [sym_co_yield_statement] = STATE(272), - [sym_throw_statement] = STATE(272), - [sym_try_statement] = STATE(272), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_identifier] = ACTIONS(1879), + [aux_sym_preproc_def_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token1] = ACTIONS(1879), + [aux_sym_preproc_if_token2] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1879), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1879), + [sym_preproc_directive] = ACTIONS(1879), + [anon_sym_LPAREN2] = ACTIONS(1881), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1879), + [anon_sym_typedef] = ACTIONS(1879), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym___attribute__] = ACTIONS(1879), + [anon_sym_COLON_COLON] = ACTIONS(1881), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1881), + [anon_sym___declspec] = ACTIONS(1879), + [anon_sym___based] = ACTIONS(1879), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_register] = ACTIONS(1879), + [anon_sym_inline] = ACTIONS(1879), + [anon_sym_thread_local] = ACTIONS(1879), + [anon_sym_const] = ACTIONS(1879), + [anon_sym_volatile] = ACTIONS(1879), + [anon_sym_restrict] = ACTIONS(1879), + [anon_sym__Atomic] = ACTIONS(1879), + [anon_sym_mutable] = ACTIONS(1879), + [anon_sym_constexpr] = ACTIONS(1879), + [anon_sym_signed] = ACTIONS(1879), + [anon_sym_unsigned] = ACTIONS(1879), + [anon_sym_long] = ACTIONS(1879), + [anon_sym_short] = ACTIONS(1879), + [sym_primitive_type] = ACTIONS(1879), + [anon_sym_enum] = ACTIONS(1879), + [anon_sym_class] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1879), + [anon_sym_union] = ACTIONS(1879), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1879), + [anon_sym_virtual] = ACTIONS(1879), + [anon_sym_explicit] = ACTIONS(1879), + [anon_sym_public] = ACTIONS(1879), + [anon_sym_private] = ACTIONS(1879), + [anon_sym_protected] = ACTIONS(1879), + [sym_auto] = ACTIONS(1879), + [anon_sym_typename] = ACTIONS(1879), + [anon_sym_template] = ACTIONS(1879), + [anon_sym_operator] = ACTIONS(1879), + [anon_sym_friend] = ACTIONS(1879), + [anon_sym_using] = ACTIONS(1879), + [anon_sym_static_assert] = ACTIONS(1879), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1879), + [anon_sym_MOZ_COLD] = ACTIONS(1879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL] = ACTIONS(1879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN] = ACTIONS(1879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1879), + [anon_sym_MOZ_RAII] = ACTIONS(1879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1879), }, [1149] = { - [sym_compound_statement] = STATE(462), - [sym_labeled_statement] = STATE(462), - [sym_expression_statement] = STATE(462), - [sym_if_statement] = STATE(462), - [sym_switch_statement] = STATE(462), - [sym_case_statement] = STATE(462), - [sym_while_statement] = STATE(462), - [sym_do_statement] = STATE(462), - [sym_for_statement] = STATE(462), - [sym_return_statement] = STATE(462), - [sym_break_statement] = STATE(462), - [sym_continue_statement] = STATE(462), - [sym_goto_statement] = STATE(462), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(462), - [sym_co_return_statement] = STATE(462), - [sym_co_yield_statement] = STATE(462), - [sym_throw_statement] = STATE(462), - [sym_try_statement] = STATE(462), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1150] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(273), - [sym_labeled_statement] = STATE(273), - [sym_expression_statement] = STATE(273), - [sym_if_statement] = STATE(273), - [sym_switch_statement] = STATE(273), - [sym_while_statement] = STATE(273), - [sym_do_statement] = STATE(273), - [sym_for_statement] = STATE(273), - [sym_return_statement] = STATE(273), - [sym_break_statement] = STATE(273), - [sym_continue_statement] = STATE(273), - [sym_goto_statement] = STATE(273), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(273), - [sym_co_return_statement] = STATE(273), - [sym_co_yield_statement] = STATE(273), - [sym_throw_statement] = STATE(273), - [sym_try_statement] = STATE(273), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1151] = { - [sym_compound_statement] = STATE(148), - [sym_labeled_statement] = STATE(148), - [sym_expression_statement] = STATE(148), - [sym_if_statement] = STATE(148), - [sym_switch_statement] = STATE(148), - [sym_case_statement] = STATE(148), - [sym_while_statement] = STATE(148), - [sym_do_statement] = STATE(148), - [sym_for_statement] = STATE(148), - [sym_return_statement] = STATE(148), - [sym_break_statement] = STATE(148), - [sym_continue_statement] = STATE(148), - [sym_goto_statement] = STATE(148), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(148), - [sym_co_return_statement] = STATE(148), - [sym_co_yield_statement] = STATE(148), - [sym_throw_statement] = STATE(148), - [sym_try_statement] = STATE(148), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_identifier] = ACTIONS(1569), + [aux_sym_preproc_def_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token2] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), + [sym_preproc_directive] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym___based] = ACTIONS(1569), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [anon_sym_explicit] = ACTIONS(1569), + [anon_sym_public] = ACTIONS(1569), + [anon_sym_private] = ACTIONS(1569), + [anon_sym_protected] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_operator] = ACTIONS(1569), + [anon_sym_friend] = ACTIONS(1569), + [anon_sym_using] = ACTIONS(1569), + [anon_sym_static_assert] = ACTIONS(1569), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), + }, + [1150] = { + [sym_identifier] = ACTIONS(2894), + [aux_sym_preproc_def_token1] = ACTIONS(2894), + [aux_sym_preproc_if_token1] = ACTIONS(2894), + [aux_sym_preproc_if_token2] = ACTIONS(2894), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2894), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2894), + [sym_preproc_directive] = ACTIONS(2894), + [anon_sym_LPAREN2] = ACTIONS(2896), + [anon_sym_TILDE] = ACTIONS(2896), + [anon_sym_STAR] = ACTIONS(2896), + [anon_sym_AMP_AMP] = ACTIONS(2896), + [anon_sym_AMP] = ACTIONS(2894), + [anon_sym_typedef] = ACTIONS(2894), + [anon_sym_extern] = ACTIONS(2894), + [anon_sym___attribute__] = ACTIONS(2894), + [anon_sym_COLON_COLON] = ACTIONS(2896), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2896), + [anon_sym___declspec] = ACTIONS(2894), + [anon_sym___based] = ACTIONS(2894), + [anon_sym_LBRACK] = ACTIONS(2894), + [anon_sym_static] = ACTIONS(2894), + [anon_sym_register] = ACTIONS(2894), + [anon_sym_inline] = ACTIONS(2894), + [anon_sym_thread_local] = ACTIONS(2894), + [anon_sym_const] = ACTIONS(2894), + [anon_sym_volatile] = ACTIONS(2894), + [anon_sym_restrict] = ACTIONS(2894), + [anon_sym__Atomic] = ACTIONS(2894), + [anon_sym_mutable] = ACTIONS(2894), + [anon_sym_constexpr] = ACTIONS(2894), + [anon_sym_signed] = ACTIONS(2894), + [anon_sym_unsigned] = ACTIONS(2894), + [anon_sym_long] = ACTIONS(2894), + [anon_sym_short] = ACTIONS(2894), + [sym_primitive_type] = ACTIONS(2894), + [anon_sym_enum] = ACTIONS(2894), + [anon_sym_class] = ACTIONS(2894), + [anon_sym_struct] = ACTIONS(2894), + [anon_sym_union] = ACTIONS(2894), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2894), + [anon_sym_virtual] = ACTIONS(2894), + [anon_sym_explicit] = ACTIONS(2894), + [anon_sym_public] = ACTIONS(2894), + [anon_sym_private] = ACTIONS(2894), + [anon_sym_protected] = ACTIONS(2894), + [sym_auto] = ACTIONS(2894), + [anon_sym_typename] = ACTIONS(2894), + [anon_sym_template] = ACTIONS(2894), + [anon_sym_operator] = ACTIONS(2894), + [anon_sym_friend] = ACTIONS(2894), + [anon_sym_using] = ACTIONS(2894), + [anon_sym_static_assert] = ACTIONS(2894), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2894), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2894), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2894), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2894), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2894), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2894), + [anon_sym_MOZ_COLD] = ACTIONS(2894), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2894), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2894), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2894), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2894), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2894), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2894), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2894), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2894), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2894), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2894), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2894), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2894), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2894), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2894), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2894), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2894), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_NONNULL] = ACTIONS(2894), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2894), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2894), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2894), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2894), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_NORETURN] = ACTIONS(2894), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2894), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2894), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2894), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2894), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2894), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2894), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2894), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2894), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2894), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2894), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2894), + [anon_sym_MOZ_RAII] = ACTIONS(2894), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2894), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2894), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2894), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2894), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2894), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2894), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2894), + }, + [1151] = { + [sym_identifier] = 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_TILDE] = ACTIONS(2814), + [anon_sym_STAR] = ACTIONS(2814), + [anon_sym_AMP_AMP] = ACTIONS(2814), + [anon_sym_AMP] = ACTIONS(2812), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2812), + [anon_sym_virtual] = ACTIONS(2812), + [anon_sym_explicit] = ACTIONS(2812), + [anon_sym_public] = ACTIONS(2812), + [anon_sym_private] = ACTIONS(2812), + [anon_sym_protected] = ACTIONS(2812), + [sym_auto] = ACTIONS(2812), + [anon_sym_typename] = ACTIONS(2812), + [anon_sym_template] = ACTIONS(2812), + [anon_sym_operator] = ACTIONS(2812), + [anon_sym_friend] = ACTIONS(2812), + [anon_sym_using] = ACTIONS(2812), + [anon_sym_static_assert] = ACTIONS(2812), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2812), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2812), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2812), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2812), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2812), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2812), + [anon_sym_MOZ_COLD] = ACTIONS(2812), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2812), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2812), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2812), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2812), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2812), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2812), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2812), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2812), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2812), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2812), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2812), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2812), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2812), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2812), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2812), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2812), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_NONNULL] = ACTIONS(2812), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2812), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2812), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2812), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2812), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_NORETURN] = ACTIONS(2812), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2812), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2812), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2812), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2812), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2812), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2812), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2812), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2812), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2812), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2812), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2812), + [anon_sym_MOZ_RAII] = ACTIONS(2812), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2812), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2812), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2812), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2812), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2812), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2812), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2812), }, [1152] = { - [sym_compound_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2878), + [aux_sym_preproc_def_token1] = ACTIONS(2878), + [aux_sym_preproc_if_token1] = ACTIONS(2878), + [aux_sym_preproc_if_token2] = ACTIONS(2878), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2878), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2878), + [sym_preproc_directive] = ACTIONS(2878), + [anon_sym_LPAREN2] = ACTIONS(2880), + [anon_sym_TILDE] = ACTIONS(2880), + [anon_sym_STAR] = ACTIONS(2880), + [anon_sym_AMP_AMP] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2878), + [anon_sym_typedef] = ACTIONS(2878), + [anon_sym_extern] = ACTIONS(2878), + [anon_sym___attribute__] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2880), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2880), + [anon_sym___declspec] = ACTIONS(2878), + [anon_sym___based] = ACTIONS(2878), + [anon_sym_LBRACK] = ACTIONS(2878), + [anon_sym_static] = ACTIONS(2878), + [anon_sym_register] = ACTIONS(2878), + [anon_sym_inline] = ACTIONS(2878), + [anon_sym_thread_local] = ACTIONS(2878), + [anon_sym_const] = ACTIONS(2878), + [anon_sym_volatile] = ACTIONS(2878), + [anon_sym_restrict] = ACTIONS(2878), + [anon_sym__Atomic] = ACTIONS(2878), + [anon_sym_mutable] = ACTIONS(2878), + [anon_sym_constexpr] = ACTIONS(2878), + [anon_sym_signed] = ACTIONS(2878), + [anon_sym_unsigned] = ACTIONS(2878), + [anon_sym_long] = ACTIONS(2878), + [anon_sym_short] = ACTIONS(2878), + [sym_primitive_type] = ACTIONS(2878), + [anon_sym_enum] = ACTIONS(2878), + [anon_sym_class] = ACTIONS(2878), + [anon_sym_struct] = ACTIONS(2878), + [anon_sym_union] = ACTIONS(2878), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2878), + [anon_sym_virtual] = ACTIONS(2878), + [anon_sym_explicit] = ACTIONS(2878), + [anon_sym_public] = ACTIONS(2878), + [anon_sym_private] = ACTIONS(2878), + [anon_sym_protected] = ACTIONS(2878), + [sym_auto] = ACTIONS(2878), + [anon_sym_typename] = ACTIONS(2878), + [anon_sym_template] = ACTIONS(2878), + [anon_sym_operator] = ACTIONS(2878), + [anon_sym_friend] = ACTIONS(2878), + [anon_sym_using] = ACTIONS(2878), + [anon_sym_static_assert] = ACTIONS(2878), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2878), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2878), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2878), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2878), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2878), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2878), + [anon_sym_MOZ_COLD] = ACTIONS(2878), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2878), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2878), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2878), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2878), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2878), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2878), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2878), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2878), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2878), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2878), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2878), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2878), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2878), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2878), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2878), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2878), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_NONNULL] = ACTIONS(2878), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2878), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2878), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2878), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2878), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_NORETURN] = ACTIONS(2878), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2878), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2878), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2878), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2878), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2878), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2878), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2878), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2878), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2878), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2878), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2878), + [anon_sym_MOZ_RAII] = ACTIONS(2878), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2878), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2878), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2878), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2878), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2878), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2878), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2878), }, [1153] = { - [sym_compound_statement] = STATE(4521), - [sym_labeled_statement] = STATE(4521), - [sym_expression_statement] = STATE(4521), - [sym_if_statement] = STATE(4521), - [sym_switch_statement] = STATE(4521), - [sym_case_statement] = STATE(4521), - [sym_while_statement] = STATE(4521), - [sym_do_statement] = STATE(4521), - [sym_for_statement] = STATE(4521), - [sym_return_statement] = STATE(4521), - [sym_break_statement] = STATE(4521), - [sym_continue_statement] = STATE(4521), - [sym_goto_statement] = STATE(4521), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4521), - [sym_co_return_statement] = STATE(4521), - [sym_co_yield_statement] = STATE(4521), - [sym_throw_statement] = STATE(4521), - [sym_try_statement] = STATE(4521), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1529), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1531), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym___based] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_static] = ACTIONS(1529), + [anon_sym_register] = ACTIONS(1529), + [anon_sym_inline] = ACTIONS(1529), + [anon_sym_thread_local] = ACTIONS(1529), + [anon_sym_const] = ACTIONS(1529), + [anon_sym_volatile] = ACTIONS(1529), + [anon_sym_restrict] = ACTIONS(1529), + [anon_sym__Atomic] = ACTIONS(1529), + [anon_sym_mutable] = ACTIONS(1529), + [anon_sym_constexpr] = ACTIONS(1529), + [anon_sym_signed] = ACTIONS(1529), + [anon_sym_unsigned] = ACTIONS(1529), + [anon_sym_long] = ACTIONS(1529), + [anon_sym_short] = ACTIONS(1529), + [sym_primitive_type] = ACTIONS(1529), + [anon_sym_enum] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1529), + [anon_sym_struct] = ACTIONS(1529), + [anon_sym_union] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1529), + [anon_sym_explicit] = ACTIONS(1529), + [anon_sym_public] = ACTIONS(1529), + [anon_sym_private] = ACTIONS(1529), + [anon_sym_protected] = ACTIONS(1529), + [sym_auto] = ACTIONS(1529), + [anon_sym_typename] = ACTIONS(1529), + [anon_sym_template] = ACTIONS(1529), + [anon_sym_operator] = ACTIONS(1529), + [anon_sym_friend] = ACTIONS(1529), + [anon_sym_using] = ACTIONS(1529), + [anon_sym_static_assert] = ACTIONS(1529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1529), + [anon_sym_MOZ_COLD] = ACTIONS(1529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL] = ACTIONS(1529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN] = ACTIONS(1529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1529), + [anon_sym_MOZ_RAII] = ACTIONS(1529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1529), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1529), }, [1154] = { - [sym_compound_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(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2582), + [aux_sym_preproc_def_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2582), + [sym_preproc_directive] = ACTIONS(2582), + [anon_sym_LPAREN2] = ACTIONS(2584), + [anon_sym_TILDE] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2584), + [anon_sym_AMP_AMP] = ACTIONS(2584), + [anon_sym_AMP] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2582), + [anon_sym_extern] = ACTIONS(2582), + [anon_sym___attribute__] = ACTIONS(2582), + [anon_sym_COLON_COLON] = ACTIONS(2584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2584), + [anon_sym___declspec] = ACTIONS(2582), + [anon_sym___based] = ACTIONS(2582), + [anon_sym_RBRACE] = ACTIONS(2584), + [anon_sym_LBRACK] = ACTIONS(2582), + [anon_sym_static] = ACTIONS(2582), + [anon_sym_register] = ACTIONS(2582), + [anon_sym_inline] = ACTIONS(2582), + [anon_sym_thread_local] = ACTIONS(2582), + [anon_sym_const] = ACTIONS(2582), + [anon_sym_volatile] = ACTIONS(2582), + [anon_sym_restrict] = ACTIONS(2582), + [anon_sym__Atomic] = ACTIONS(2582), + [anon_sym_mutable] = ACTIONS(2582), + [anon_sym_constexpr] = ACTIONS(2582), + [anon_sym_signed] = ACTIONS(2582), + [anon_sym_unsigned] = ACTIONS(2582), + [anon_sym_long] = ACTIONS(2582), + [anon_sym_short] = ACTIONS(2582), + [sym_primitive_type] = ACTIONS(2582), + [anon_sym_enum] = ACTIONS(2582), + [anon_sym_class] = ACTIONS(2582), + [anon_sym_struct] = ACTIONS(2582), + [anon_sym_union] = ACTIONS(2582), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2582), + [anon_sym_virtual] = ACTIONS(2582), + [anon_sym_explicit] = ACTIONS(2582), + [anon_sym_public] = ACTIONS(2582), + [anon_sym_private] = ACTIONS(2582), + [anon_sym_protected] = ACTIONS(2582), + [sym_auto] = ACTIONS(2582), + [anon_sym_typename] = ACTIONS(2582), + [anon_sym_template] = ACTIONS(2582), + [anon_sym_operator] = ACTIONS(2582), + [anon_sym_friend] = ACTIONS(2582), + [anon_sym_using] = ACTIONS(2582), + [anon_sym_static_assert] = ACTIONS(2582), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2582), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2582), + [anon_sym_MOZ_COLD] = ACTIONS(2582), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2582), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2582), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2582), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2582), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2582), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2582), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2582), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2582), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2582), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2582), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2582), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2582), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_RAII] = ACTIONS(2582), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2582), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2582), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2582), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2582), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2582), }, [1155] = { - [sym_compound_statement] = STATE(418), - [sym_labeled_statement] = STATE(416), - [sym_expression_statement] = STATE(415), - [sym_if_statement] = STATE(414), - [sym_switch_statement] = STATE(413), - [sym_case_statement] = STATE(411), - [sym_while_statement] = STATE(410), - [sym_do_statement] = STATE(409), - [sym_for_statement] = STATE(408), - [sym_return_statement] = STATE(404), - [sym_break_statement] = STATE(403), - [sym_continue_statement] = STATE(402), - [sym_goto_statement] = STATE(400), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(398), - [sym_co_return_statement] = STATE(397), - [sym_co_yield_statement] = STATE(396), - [sym_throw_statement] = STATE(395), - [sym_try_statement] = STATE(394), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2582), + [aux_sym_preproc_def_token1] = ACTIONS(2582), + [aux_sym_preproc_if_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2582), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2582), + [sym_preproc_directive] = ACTIONS(2582), + [anon_sym_LPAREN2] = ACTIONS(2584), + [anon_sym_TILDE] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2584), + [anon_sym_AMP_AMP] = ACTIONS(2584), + [anon_sym_AMP] = ACTIONS(2582), + [anon_sym_typedef] = ACTIONS(2582), + [anon_sym_extern] = ACTIONS(2582), + [anon_sym___attribute__] = ACTIONS(2582), + [anon_sym_COLON_COLON] = ACTIONS(2584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2584), + [anon_sym___declspec] = ACTIONS(2582), + [anon_sym___based] = ACTIONS(2582), + [anon_sym_RBRACE] = ACTIONS(2584), + [anon_sym_LBRACK] = ACTIONS(2582), + [anon_sym_static] = ACTIONS(2582), + [anon_sym_register] = ACTIONS(2582), + [anon_sym_inline] = ACTIONS(2582), + [anon_sym_thread_local] = ACTIONS(2582), + [anon_sym_const] = ACTIONS(2582), + [anon_sym_volatile] = ACTIONS(2582), + [anon_sym_restrict] = ACTIONS(2582), + [anon_sym__Atomic] = ACTIONS(2582), + [anon_sym_mutable] = ACTIONS(2582), + [anon_sym_constexpr] = ACTIONS(2582), + [anon_sym_signed] = ACTIONS(2582), + [anon_sym_unsigned] = ACTIONS(2582), + [anon_sym_long] = ACTIONS(2582), + [anon_sym_short] = ACTIONS(2582), + [sym_primitive_type] = ACTIONS(2582), + [anon_sym_enum] = ACTIONS(2582), + [anon_sym_class] = ACTIONS(2582), + [anon_sym_struct] = ACTIONS(2582), + [anon_sym_union] = ACTIONS(2582), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2582), + [anon_sym_virtual] = ACTIONS(2582), + [anon_sym_explicit] = ACTIONS(2582), + [anon_sym_public] = ACTIONS(2582), + [anon_sym_private] = ACTIONS(2582), + [anon_sym_protected] = ACTIONS(2582), + [sym_auto] = ACTIONS(2582), + [anon_sym_typename] = ACTIONS(2582), + [anon_sym_template] = ACTIONS(2582), + [anon_sym_operator] = ACTIONS(2582), + [anon_sym_friend] = ACTIONS(2582), + [anon_sym_using] = ACTIONS(2582), + [anon_sym_static_assert] = ACTIONS(2582), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2582), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2582), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2582), + [anon_sym_MOZ_COLD] = ACTIONS(2582), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2582), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2582), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2582), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2582), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2582), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2582), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2582), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2582), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2582), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2582), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2582), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2582), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL] = ACTIONS(2582), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2582), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2582), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN] = ACTIONS(2582), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2582), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2582), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2582), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2582), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2582), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2582), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2582), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2582), + [anon_sym_MOZ_RAII] = ACTIONS(2582), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2582), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2582), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2582), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2582), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2582), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2582), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2582), }, [1156] = { - [sym_compound_statement] = STATE(393), - [sym_labeled_statement] = STATE(392), - [sym_expression_statement] = STATE(441), - [sym_if_statement] = STATE(389), - [sym_switch_statement] = STATE(388), - [sym_case_statement] = STATE(387), - [sym_while_statement] = STATE(386), - [sym_do_statement] = STATE(385), - [sym_for_statement] = STATE(384), - [sym_return_statement] = STATE(383), - [sym_break_statement] = STATE(376), - [sym_continue_statement] = STATE(374), - [sym_goto_statement] = STATE(373), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(371), - [sym_co_return_statement] = STATE(369), - [sym_co_yield_statement] = STATE(367), - [sym_throw_statement] = STATE(359), - [sym_try_statement] = STATE(391), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2882), + [aux_sym_preproc_def_token1] = ACTIONS(2882), + [aux_sym_preproc_if_token1] = ACTIONS(2882), + [aux_sym_preproc_if_token2] = ACTIONS(2882), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2882), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2882), + [sym_preproc_directive] = ACTIONS(2882), + [anon_sym_LPAREN2] = ACTIONS(2884), + [anon_sym_TILDE] = ACTIONS(2884), + [anon_sym_STAR] = ACTIONS(2884), + [anon_sym_AMP_AMP] = ACTIONS(2884), + [anon_sym_AMP] = ACTIONS(2882), + [anon_sym_typedef] = ACTIONS(2882), + [anon_sym_extern] = ACTIONS(2882), + [anon_sym___attribute__] = ACTIONS(2882), + [anon_sym_COLON_COLON] = ACTIONS(2884), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2884), + [anon_sym___declspec] = ACTIONS(2882), + [anon_sym___based] = ACTIONS(2882), + [anon_sym_LBRACK] = ACTIONS(2882), + [anon_sym_static] = ACTIONS(2882), + [anon_sym_register] = ACTIONS(2882), + [anon_sym_inline] = ACTIONS(2882), + [anon_sym_thread_local] = ACTIONS(2882), + [anon_sym_const] = ACTIONS(2882), + [anon_sym_volatile] = ACTIONS(2882), + [anon_sym_restrict] = ACTIONS(2882), + [anon_sym__Atomic] = ACTIONS(2882), + [anon_sym_mutable] = ACTIONS(2882), + [anon_sym_constexpr] = ACTIONS(2882), + [anon_sym_signed] = ACTIONS(2882), + [anon_sym_unsigned] = ACTIONS(2882), + [anon_sym_long] = ACTIONS(2882), + [anon_sym_short] = ACTIONS(2882), + [sym_primitive_type] = ACTIONS(2882), + [anon_sym_enum] = ACTIONS(2882), + [anon_sym_class] = ACTIONS(2882), + [anon_sym_struct] = ACTIONS(2882), + [anon_sym_union] = ACTIONS(2882), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2882), + [anon_sym_virtual] = ACTIONS(2882), + [anon_sym_explicit] = ACTIONS(2882), + [anon_sym_public] = ACTIONS(2882), + [anon_sym_private] = ACTIONS(2882), + [anon_sym_protected] = ACTIONS(2882), + [sym_auto] = ACTIONS(2882), + [anon_sym_typename] = ACTIONS(2882), + [anon_sym_template] = ACTIONS(2882), + [anon_sym_operator] = ACTIONS(2882), + [anon_sym_friend] = ACTIONS(2882), + [anon_sym_using] = ACTIONS(2882), + [anon_sym_static_assert] = ACTIONS(2882), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2882), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2882), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2882), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2882), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2882), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2882), + [anon_sym_MOZ_COLD] = ACTIONS(2882), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2882), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2882), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2882), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2882), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2882), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2882), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2882), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2882), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2882), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2882), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2882), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2882), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2882), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2882), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2882), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2882), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_NONNULL] = ACTIONS(2882), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2882), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2882), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2882), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2882), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_NORETURN] = ACTIONS(2882), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2882), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2882), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2882), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2882), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2882), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2882), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2882), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2882), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2882), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2882), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2882), + [anon_sym_MOZ_RAII] = ACTIONS(2882), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2882), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2882), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2882), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2882), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2882), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2882), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2882), }, [1157] = { - [sym_compound_statement] = STATE(282), - [sym_labeled_statement] = STATE(282), - [sym_expression_statement] = STATE(282), - [sym_if_statement] = STATE(282), - [sym_switch_statement] = STATE(282), - [sym_case_statement] = STATE(282), - [sym_while_statement] = STATE(282), - [sym_do_statement] = STATE(282), - [sym_for_statement] = STATE(282), - [sym_return_statement] = STATE(282), - [sym_break_statement] = STATE(282), - [sym_continue_statement] = STATE(282), - [sym_goto_statement] = STATE(282), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(282), - [sym_co_return_statement] = STATE(282), - [sym_co_yield_statement] = STATE(282), - [sym_throw_statement] = STATE(282), - [sym_try_statement] = STATE(282), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_identifier] = ACTIONS(1883), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token2] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1883), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1883), + [sym_preproc_directive] = ACTIONS(1883), + [anon_sym_LPAREN2] = ACTIONS(1885), + [anon_sym_TILDE] = ACTIONS(1885), + [anon_sym_STAR] = ACTIONS(1885), + [anon_sym_AMP_AMP] = ACTIONS(1885), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_typedef] = ACTIONS(1883), + [anon_sym_extern] = ACTIONS(1883), + [anon_sym___attribute__] = ACTIONS(1883), + [anon_sym_COLON_COLON] = ACTIONS(1885), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1885), + [anon_sym___declspec] = ACTIONS(1883), + [anon_sym___based] = ACTIONS(1883), + [anon_sym_LBRACK] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1883), + [anon_sym_register] = ACTIONS(1883), + [anon_sym_inline] = ACTIONS(1883), + [anon_sym_thread_local] = ACTIONS(1883), + [anon_sym_const] = ACTIONS(1883), + [anon_sym_volatile] = ACTIONS(1883), + [anon_sym_restrict] = ACTIONS(1883), + [anon_sym__Atomic] = ACTIONS(1883), + [anon_sym_mutable] = ACTIONS(1883), + [anon_sym_constexpr] = ACTIONS(1883), + [anon_sym_signed] = ACTIONS(1883), + [anon_sym_unsigned] = ACTIONS(1883), + [anon_sym_long] = ACTIONS(1883), + [anon_sym_short] = ACTIONS(1883), + [sym_primitive_type] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1883), + [anon_sym_class] = ACTIONS(1883), + [anon_sym_struct] = ACTIONS(1883), + [anon_sym_union] = ACTIONS(1883), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1883), + [anon_sym_virtual] = ACTIONS(1883), + [anon_sym_explicit] = ACTIONS(1883), + [anon_sym_public] = ACTIONS(1883), + [anon_sym_private] = ACTIONS(1883), + [anon_sym_protected] = ACTIONS(1883), + [sym_auto] = ACTIONS(1883), + [anon_sym_typename] = ACTIONS(1883), + [anon_sym_template] = ACTIONS(1883), + [anon_sym_operator] = ACTIONS(1883), + [anon_sym_friend] = ACTIONS(1883), + [anon_sym_using] = ACTIONS(1883), + [anon_sym_static_assert] = ACTIONS(1883), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1883), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1883), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1883), + [anon_sym_MOZ_COLD] = ACTIONS(1883), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1883), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1883), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1883), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1883), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1883), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1883), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1883), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1883), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1883), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1883), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1883), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1883), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL] = ACTIONS(1883), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1883), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1883), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN] = ACTIONS(1883), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1883), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1883), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1883), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1883), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1883), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1883), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1883), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1883), + [anon_sym_MOZ_RAII] = ACTIONS(1883), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1883), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1883), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1883), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1883), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1883), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1883), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1883), }, [1158] = { - [sym_compound_statement] = STATE(281), - [sym_labeled_statement] = STATE(281), - [sym_expression_statement] = STATE(281), - [sym_if_statement] = STATE(281), - [sym_switch_statement] = STATE(281), - [sym_case_statement] = STATE(281), - [sym_while_statement] = STATE(281), - [sym_do_statement] = STATE(281), - [sym_for_statement] = STATE(281), - [sym_return_statement] = STATE(281), - [sym_break_statement] = STATE(281), - [sym_continue_statement] = STATE(281), - [sym_goto_statement] = STATE(281), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(281), - [sym_co_return_statement] = STATE(281), - [sym_co_yield_statement] = STATE(281), - [sym_throw_statement] = STATE(281), - [sym_try_statement] = STATE(281), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(2870), + [aux_sym_preproc_def_token1] = ACTIONS(2870), + [aux_sym_preproc_if_token1] = ACTIONS(2870), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2870), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2870), + [sym_preproc_directive] = ACTIONS(2870), + [anon_sym_LPAREN2] = ACTIONS(2872), + [anon_sym_TILDE] = ACTIONS(2872), + [anon_sym_STAR] = ACTIONS(2872), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP] = ACTIONS(2870), + [anon_sym_typedef] = ACTIONS(2870), + [anon_sym_extern] = ACTIONS(2870), + [anon_sym___attribute__] = ACTIONS(2870), + [anon_sym_COLON_COLON] = ACTIONS(2872), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2872), + [anon_sym___declspec] = ACTIONS(2870), + [anon_sym___based] = ACTIONS(2870), + [anon_sym_RBRACE] = ACTIONS(2872), + [anon_sym_LBRACK] = ACTIONS(2870), + [anon_sym_static] = ACTIONS(2870), + [anon_sym_register] = ACTIONS(2870), + [anon_sym_inline] = ACTIONS(2870), + [anon_sym_thread_local] = ACTIONS(2870), + [anon_sym_const] = ACTIONS(2870), + [anon_sym_volatile] = ACTIONS(2870), + [anon_sym_restrict] = ACTIONS(2870), + [anon_sym__Atomic] = ACTIONS(2870), + [anon_sym_mutable] = ACTIONS(2870), + [anon_sym_constexpr] = ACTIONS(2870), + [anon_sym_signed] = ACTIONS(2870), + [anon_sym_unsigned] = ACTIONS(2870), + [anon_sym_long] = ACTIONS(2870), + [anon_sym_short] = ACTIONS(2870), + [sym_primitive_type] = ACTIONS(2870), + [anon_sym_enum] = ACTIONS(2870), + [anon_sym_class] = ACTIONS(2870), + [anon_sym_struct] = ACTIONS(2870), + [anon_sym_union] = ACTIONS(2870), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2870), + [anon_sym_virtual] = ACTIONS(2870), + [anon_sym_explicit] = ACTIONS(2870), + [anon_sym_public] = ACTIONS(2870), + [anon_sym_private] = ACTIONS(2870), + [anon_sym_protected] = ACTIONS(2870), + [sym_auto] = ACTIONS(2870), + [anon_sym_typename] = ACTIONS(2870), + [anon_sym_template] = ACTIONS(2870), + [anon_sym_operator] = ACTIONS(2870), + [anon_sym_friend] = ACTIONS(2870), + [anon_sym_using] = ACTIONS(2870), + [anon_sym_static_assert] = ACTIONS(2870), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2870), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2870), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2870), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2870), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2870), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2870), + [anon_sym_MOZ_COLD] = ACTIONS(2870), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2870), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2870), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2870), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2870), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2870), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2870), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2870), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2870), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2870), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2870), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2870), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2870), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2870), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2870), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2870), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2870), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_NONNULL] = ACTIONS(2870), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2870), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2870), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2870), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2870), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_NORETURN] = ACTIONS(2870), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2870), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2870), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2870), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2870), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2870), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2870), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2870), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2870), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2870), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2870), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2870), + [anon_sym_MOZ_RAII] = ACTIONS(2870), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2870), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2870), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2870), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2870), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2870), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2870), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2870), }, [1159] = { - [sym_compound_statement] = STATE(275), - [sym_labeled_statement] = STATE(275), - [sym_expression_statement] = STATE(275), - [sym_if_statement] = STATE(275), - [sym_switch_statement] = STATE(275), - [sym_case_statement] = STATE(275), - [sym_while_statement] = STATE(275), - [sym_do_statement] = STATE(275), - [sym_for_statement] = STATE(275), - [sym_return_statement] = STATE(275), - [sym_break_statement] = STATE(275), - [sym_continue_statement] = STATE(275), - [sym_goto_statement] = STATE(275), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(275), - [sym_co_return_statement] = STATE(275), - [sym_co_yield_statement] = STATE(275), - [sym_throw_statement] = STATE(275), - [sym_try_statement] = STATE(275), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_identifier] = ACTIONS(2874), + [aux_sym_preproc_def_token1] = ACTIONS(2874), + [aux_sym_preproc_if_token1] = ACTIONS(2874), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2874), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2874), + [sym_preproc_directive] = ACTIONS(2874), + [anon_sym_LPAREN2] = ACTIONS(2876), + [anon_sym_TILDE] = ACTIONS(2876), + [anon_sym_STAR] = ACTIONS(2876), + [anon_sym_AMP_AMP] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(2874), + [anon_sym_typedef] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym___attribute__] = ACTIONS(2874), + [anon_sym_COLON_COLON] = ACTIONS(2876), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2876), + [anon_sym___declspec] = ACTIONS(2874), + [anon_sym___based] = ACTIONS(2874), + [anon_sym_RBRACE] = ACTIONS(2876), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_static] = ACTIONS(2874), + [anon_sym_register] = ACTIONS(2874), + [anon_sym_inline] = ACTIONS(2874), + [anon_sym_thread_local] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_volatile] = ACTIONS(2874), + [anon_sym_restrict] = ACTIONS(2874), + [anon_sym__Atomic] = ACTIONS(2874), + [anon_sym_mutable] = ACTIONS(2874), + [anon_sym_constexpr] = ACTIONS(2874), + [anon_sym_signed] = ACTIONS(2874), + [anon_sym_unsigned] = ACTIONS(2874), + [anon_sym_long] = ACTIONS(2874), + [anon_sym_short] = ACTIONS(2874), + [sym_primitive_type] = ACTIONS(2874), + [anon_sym_enum] = ACTIONS(2874), + [anon_sym_class] = ACTIONS(2874), + [anon_sym_struct] = ACTIONS(2874), + [anon_sym_union] = ACTIONS(2874), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2874), + [anon_sym_virtual] = ACTIONS(2874), + [anon_sym_explicit] = ACTIONS(2874), + [anon_sym_public] = ACTIONS(2874), + [anon_sym_private] = ACTIONS(2874), + [anon_sym_protected] = ACTIONS(2874), + [sym_auto] = ACTIONS(2874), + [anon_sym_typename] = ACTIONS(2874), + [anon_sym_template] = ACTIONS(2874), + [anon_sym_operator] = ACTIONS(2874), + [anon_sym_friend] = ACTIONS(2874), + [anon_sym_using] = ACTIONS(2874), + [anon_sym_static_assert] = ACTIONS(2874), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2874), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2874), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2874), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2874), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2874), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2874), + [anon_sym_MOZ_COLD] = ACTIONS(2874), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2874), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2874), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2874), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2874), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2874), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2874), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2874), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2874), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2874), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2874), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2874), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2874), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2874), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2874), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2874), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2874), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_NONNULL] = ACTIONS(2874), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2874), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2874), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2874), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2874), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_NORETURN] = ACTIONS(2874), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2874), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2874), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2874), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2874), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2874), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2874), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2874), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2874), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2874), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2874), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2874), + [anon_sym_MOZ_RAII] = ACTIONS(2874), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2874), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2874), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2874), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2874), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2874), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2874), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2874), + }, + [1160] = { + [sym_identifier] = ACTIONS(1569), + [aux_sym_preproc_def_token1] = ACTIONS(1569), + [aux_sym_preproc_if_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1569), + [sym_preproc_directive] = ACTIONS(1569), + [anon_sym_LPAREN2] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_typedef] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym___attribute__] = ACTIONS(1569), + [anon_sym_COLON_COLON] = ACTIONS(1571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1571), + [anon_sym___declspec] = ACTIONS(1569), + [anon_sym___based] = ACTIONS(1569), + [anon_sym_RBRACE] = ACTIONS(1571), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_static] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_inline] = ACTIONS(1569), + [anon_sym_thread_local] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_volatile] = ACTIONS(1569), + [anon_sym_restrict] = ACTIONS(1569), + [anon_sym__Atomic] = ACTIONS(1569), + [anon_sym_mutable] = ACTIONS(1569), + [anon_sym_constexpr] = ACTIONS(1569), + [anon_sym_signed] = ACTIONS(1569), + [anon_sym_unsigned] = ACTIONS(1569), + [anon_sym_long] = ACTIONS(1569), + [anon_sym_short] = ACTIONS(1569), + [sym_primitive_type] = ACTIONS(1569), + [anon_sym_enum] = ACTIONS(1569), + [anon_sym_class] = ACTIONS(1569), + [anon_sym_struct] = ACTIONS(1569), + [anon_sym_union] = ACTIONS(1569), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1569), + [anon_sym_virtual] = ACTIONS(1569), + [anon_sym_explicit] = ACTIONS(1569), + [anon_sym_public] = ACTIONS(1569), + [anon_sym_private] = ACTIONS(1569), + [anon_sym_protected] = ACTIONS(1569), + [sym_auto] = ACTIONS(1569), + [anon_sym_typename] = ACTIONS(1569), + [anon_sym_template] = ACTIONS(1569), + [anon_sym_operator] = ACTIONS(1569), + [anon_sym_friend] = ACTIONS(1569), + [anon_sym_using] = ACTIONS(1569), + [anon_sym_static_assert] = ACTIONS(1569), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1569), + [anon_sym_MOZ_COLD] = ACTIONS(1569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL] = ACTIONS(1569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN] = ACTIONS(1569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1569), + [anon_sym_MOZ_RAII] = ACTIONS(1569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1569), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1569), + }, + [1161] = { + [sym_identifier] = ACTIONS(1739), + [aux_sym_preproc_def_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), + [sym_preproc_directive] = ACTIONS(1739), + [anon_sym_LPAREN2] = ACTIONS(1741), + [anon_sym_TILDE] = ACTIONS(1741), + [anon_sym_STAR] = ACTIONS(1741), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1739), + [anon_sym_typedef] = ACTIONS(1739), + [anon_sym_extern] = ACTIONS(1739), + [anon_sym___attribute__] = ACTIONS(1739), + [anon_sym_COLON_COLON] = ACTIONS(1741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), + [anon_sym___declspec] = ACTIONS(1739), + [anon_sym___based] = ACTIONS(1739), + [anon_sym_RBRACE] = ACTIONS(1741), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_static] = ACTIONS(1739), + [anon_sym_register] = ACTIONS(1739), + [anon_sym_inline] = ACTIONS(1739), + [anon_sym_thread_local] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_volatile] = ACTIONS(1739), + [anon_sym_restrict] = ACTIONS(1739), + [anon_sym__Atomic] = ACTIONS(1739), + [anon_sym_mutable] = ACTIONS(1739), + [anon_sym_constexpr] = ACTIONS(1739), + [anon_sym_signed] = ACTIONS(1739), + [anon_sym_unsigned] = ACTIONS(1739), + [anon_sym_long] = ACTIONS(1739), + [anon_sym_short] = ACTIONS(1739), + [sym_primitive_type] = ACTIONS(1739), + [anon_sym_enum] = ACTIONS(1739), + [anon_sym_class] = ACTIONS(1739), + [anon_sym_struct] = ACTIONS(1739), + [anon_sym_union] = ACTIONS(1739), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1739), + [anon_sym_virtual] = ACTIONS(1739), + [anon_sym_explicit] = ACTIONS(1739), + [anon_sym_public] = ACTIONS(1739), + [anon_sym_private] = ACTIONS(1739), + [anon_sym_protected] = ACTIONS(1739), + [sym_auto] = ACTIONS(1739), + [anon_sym_typename] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1739), + [anon_sym_operator] = ACTIONS(1739), + [anon_sym_friend] = ACTIONS(1739), + [anon_sym_using] = ACTIONS(1739), + [anon_sym_static_assert] = ACTIONS(1739), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1739), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), + [anon_sym_MOZ_COLD] = ACTIONS(1739), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_RAII] = ACTIONS(1739), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), + }, + [1162] = { + [sym_identifier] = ACTIONS(2898), + [aux_sym_preproc_def_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token2] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2898), + [sym_preproc_directive] = ACTIONS(2898), + [anon_sym_LPAREN2] = ACTIONS(2900), + [anon_sym_TILDE] = ACTIONS(2900), + [anon_sym_STAR] = ACTIONS(2900), + [anon_sym_AMP_AMP] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2898), + [anon_sym_extern] = ACTIONS(2898), + [anon_sym___attribute__] = ACTIONS(2898), + [anon_sym_COLON_COLON] = ACTIONS(2900), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2900), + [anon_sym___declspec] = ACTIONS(2898), + [anon_sym___based] = ACTIONS(2898), + [anon_sym_LBRACK] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2898), + [anon_sym_register] = ACTIONS(2898), + [anon_sym_inline] = ACTIONS(2898), + [anon_sym_thread_local] = ACTIONS(2898), + [anon_sym_const] = ACTIONS(2898), + [anon_sym_volatile] = ACTIONS(2898), + [anon_sym_restrict] = ACTIONS(2898), + [anon_sym__Atomic] = ACTIONS(2898), + [anon_sym_mutable] = ACTIONS(2898), + [anon_sym_constexpr] = ACTIONS(2898), + [anon_sym_signed] = ACTIONS(2898), + [anon_sym_unsigned] = ACTIONS(2898), + [anon_sym_long] = ACTIONS(2898), + [anon_sym_short] = ACTIONS(2898), + [sym_primitive_type] = ACTIONS(2898), + [anon_sym_enum] = ACTIONS(2898), + [anon_sym_class] = ACTIONS(2898), + [anon_sym_struct] = ACTIONS(2898), + [anon_sym_union] = ACTIONS(2898), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2898), + [anon_sym_virtual] = ACTIONS(2898), + [anon_sym_explicit] = ACTIONS(2898), + [anon_sym_public] = ACTIONS(2898), + [anon_sym_private] = ACTIONS(2898), + [anon_sym_protected] = ACTIONS(2898), + [sym_auto] = ACTIONS(2898), + [anon_sym_typename] = ACTIONS(2898), + [anon_sym_template] = ACTIONS(2898), + [anon_sym_operator] = ACTIONS(2898), + [anon_sym_friend] = ACTIONS(2898), + [anon_sym_using] = ACTIONS(2898), + [anon_sym_static_assert] = ACTIONS(2898), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2898), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2898), + [anon_sym_MOZ_COLD] = ACTIONS(2898), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2898), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2898), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2898), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2898), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2898), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2898), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2898), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2898), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2898), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2898), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2898), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2898), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_RAII] = ACTIONS(2898), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2898), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2898), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2898), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2898), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2898), + }, + [1163] = { + [sym_identifier] = ACTIONS(2898), + [aux_sym_preproc_def_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token1] = ACTIONS(2898), + [aux_sym_preproc_if_token2] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2898), + [sym_preproc_directive] = ACTIONS(2898), + [anon_sym_LPAREN2] = ACTIONS(2900), + [anon_sym_TILDE] = ACTIONS(2900), + [anon_sym_STAR] = ACTIONS(2900), + [anon_sym_AMP_AMP] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2898), + [anon_sym_extern] = ACTIONS(2898), + [anon_sym___attribute__] = ACTIONS(2898), + [anon_sym_COLON_COLON] = ACTIONS(2900), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2900), + [anon_sym___declspec] = ACTIONS(2898), + [anon_sym___based] = ACTIONS(2898), + [anon_sym_LBRACK] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2898), + [anon_sym_register] = ACTIONS(2898), + [anon_sym_inline] = ACTIONS(2898), + [anon_sym_thread_local] = ACTIONS(2898), + [anon_sym_const] = ACTIONS(2898), + [anon_sym_volatile] = ACTIONS(2898), + [anon_sym_restrict] = ACTIONS(2898), + [anon_sym__Atomic] = ACTIONS(2898), + [anon_sym_mutable] = ACTIONS(2898), + [anon_sym_constexpr] = ACTIONS(2898), + [anon_sym_signed] = ACTIONS(2898), + [anon_sym_unsigned] = ACTIONS(2898), + [anon_sym_long] = ACTIONS(2898), + [anon_sym_short] = ACTIONS(2898), + [sym_primitive_type] = ACTIONS(2898), + [anon_sym_enum] = ACTIONS(2898), + [anon_sym_class] = ACTIONS(2898), + [anon_sym_struct] = ACTIONS(2898), + [anon_sym_union] = ACTIONS(2898), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2898), + [anon_sym_virtual] = ACTIONS(2898), + [anon_sym_explicit] = ACTIONS(2898), + [anon_sym_public] = ACTIONS(2898), + [anon_sym_private] = ACTIONS(2898), + [anon_sym_protected] = ACTIONS(2898), + [sym_auto] = ACTIONS(2898), + [anon_sym_typename] = ACTIONS(2898), + [anon_sym_template] = ACTIONS(2898), + [anon_sym_operator] = ACTIONS(2898), + [anon_sym_friend] = ACTIONS(2898), + [anon_sym_using] = ACTIONS(2898), + [anon_sym_static_assert] = ACTIONS(2898), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2898), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2898), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2898), + [anon_sym_MOZ_COLD] = ACTIONS(2898), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2898), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2898), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2898), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2898), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2898), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2898), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2898), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2898), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2898), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2898), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2898), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2898), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL] = ACTIONS(2898), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2898), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2898), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN] = ACTIONS(2898), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2898), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2898), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2898), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2898), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2898), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2898), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2898), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2898), + [anon_sym_MOZ_RAII] = ACTIONS(2898), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2898), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2898), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2898), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2898), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2898), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2898), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2898), + }, + [1164] = { + [sym_identifier] = ACTIONS(2902), + [aux_sym_preproc_def_token1] = ACTIONS(2902), + [aux_sym_preproc_if_token1] = ACTIONS(2902), + [aux_sym_preproc_if_token2] = ACTIONS(2902), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2902), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2902), + [sym_preproc_directive] = ACTIONS(2902), + [anon_sym_LPAREN2] = ACTIONS(2904), + [anon_sym_TILDE] = ACTIONS(2904), + [anon_sym_STAR] = ACTIONS(2904), + [anon_sym_AMP_AMP] = ACTIONS(2904), + [anon_sym_AMP] = ACTIONS(2902), + [anon_sym_typedef] = ACTIONS(2902), + [anon_sym_extern] = ACTIONS(2902), + [anon_sym___attribute__] = ACTIONS(2902), + [anon_sym_COLON_COLON] = ACTIONS(2904), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2904), + [anon_sym___declspec] = ACTIONS(2902), + [anon_sym___based] = ACTIONS(2902), + [anon_sym_LBRACK] = ACTIONS(2902), + [anon_sym_static] = ACTIONS(2902), + [anon_sym_register] = ACTIONS(2902), + [anon_sym_inline] = ACTIONS(2902), + [anon_sym_thread_local] = ACTIONS(2902), + [anon_sym_const] = ACTIONS(2902), + [anon_sym_volatile] = ACTIONS(2902), + [anon_sym_restrict] = ACTIONS(2902), + [anon_sym__Atomic] = ACTIONS(2902), + [anon_sym_mutable] = ACTIONS(2902), + [anon_sym_constexpr] = ACTIONS(2902), + [anon_sym_signed] = ACTIONS(2902), + [anon_sym_unsigned] = ACTIONS(2902), + [anon_sym_long] = ACTIONS(2902), + [anon_sym_short] = ACTIONS(2902), + [sym_primitive_type] = ACTIONS(2902), + [anon_sym_enum] = ACTIONS(2902), + [anon_sym_class] = ACTIONS(2902), + [anon_sym_struct] = ACTIONS(2902), + [anon_sym_union] = ACTIONS(2902), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2902), + [anon_sym_virtual] = ACTIONS(2902), + [anon_sym_explicit] = ACTIONS(2902), + [anon_sym_public] = ACTIONS(2902), + [anon_sym_private] = ACTIONS(2902), + [anon_sym_protected] = ACTIONS(2902), + [sym_auto] = ACTIONS(2902), + [anon_sym_typename] = ACTIONS(2902), + [anon_sym_template] = ACTIONS(2902), + [anon_sym_operator] = ACTIONS(2902), + [anon_sym_friend] = ACTIONS(2902), + [anon_sym_using] = ACTIONS(2902), + [anon_sym_static_assert] = ACTIONS(2902), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2902), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2902), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2902), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2902), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2902), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2902), + [anon_sym_MOZ_COLD] = ACTIONS(2902), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2902), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2902), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2902), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2902), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2902), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2902), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2902), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2902), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2902), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2902), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2902), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2902), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2902), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2902), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2902), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_NONNULL] = ACTIONS(2902), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2902), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2902), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2902), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2902), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_NORETURN] = ACTIONS(2902), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2902), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2902), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2902), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2902), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2902), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2902), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2902), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2902), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2902), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), + [anon_sym_MOZ_RAII] = ACTIONS(2902), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2902), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2902), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2902), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2902), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2902), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2902), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2902), }, - [1160] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(279), - [sym_labeled_statement] = STATE(279), - [sym_expression_statement] = STATE(279), - [sym_if_statement] = STATE(279), - [sym_switch_statement] = STATE(279), - [sym_while_statement] = STATE(279), - [sym_do_statement] = STATE(279), - [sym_for_statement] = STATE(279), - [sym_return_statement] = STATE(279), - [sym_break_statement] = STATE(279), - [sym_continue_statement] = STATE(279), - [sym_goto_statement] = STATE(279), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(279), - [sym_co_return_statement] = STATE(279), - [sym_co_yield_statement] = STATE(279), - [sym_throw_statement] = STATE(279), - [sym_try_statement] = STATE(279), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1165] = { + [sym_identifier] = ACTIONS(2906), + [aux_sym_preproc_def_token1] = ACTIONS(2906), + [aux_sym_preproc_if_token1] = ACTIONS(2906), + [aux_sym_preproc_if_token2] = ACTIONS(2906), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2906), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2906), + [sym_preproc_directive] = ACTIONS(2906), + [anon_sym_LPAREN2] = ACTIONS(2908), + [anon_sym_TILDE] = ACTIONS(2908), + [anon_sym_STAR] = ACTIONS(2908), + [anon_sym_AMP_AMP] = ACTIONS(2908), + [anon_sym_AMP] = ACTIONS(2906), + [anon_sym_typedef] = ACTIONS(2906), + [anon_sym_extern] = ACTIONS(2906), + [anon_sym___attribute__] = ACTIONS(2906), + [anon_sym_COLON_COLON] = ACTIONS(2908), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2908), + [anon_sym___declspec] = ACTIONS(2906), + [anon_sym___based] = ACTIONS(2906), + [anon_sym_LBRACK] = ACTIONS(2906), + [anon_sym_static] = ACTIONS(2906), + [anon_sym_register] = ACTIONS(2906), + [anon_sym_inline] = ACTIONS(2906), + [anon_sym_thread_local] = ACTIONS(2906), + [anon_sym_const] = ACTIONS(2906), + [anon_sym_volatile] = ACTIONS(2906), + [anon_sym_restrict] = ACTIONS(2906), + [anon_sym__Atomic] = ACTIONS(2906), + [anon_sym_mutable] = ACTIONS(2906), + [anon_sym_constexpr] = ACTIONS(2906), + [anon_sym_signed] = ACTIONS(2906), + [anon_sym_unsigned] = ACTIONS(2906), + [anon_sym_long] = ACTIONS(2906), + [anon_sym_short] = ACTIONS(2906), + [sym_primitive_type] = ACTIONS(2906), + [anon_sym_enum] = ACTIONS(2906), + [anon_sym_class] = ACTIONS(2906), + [anon_sym_struct] = ACTIONS(2906), + [anon_sym_union] = ACTIONS(2906), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2906), + [anon_sym_virtual] = ACTIONS(2906), + [anon_sym_explicit] = ACTIONS(2906), + [anon_sym_public] = ACTIONS(2906), + [anon_sym_private] = ACTIONS(2906), + [anon_sym_protected] = ACTIONS(2906), + [sym_auto] = ACTIONS(2906), + [anon_sym_typename] = ACTIONS(2906), + [anon_sym_template] = ACTIONS(2906), + [anon_sym_operator] = ACTIONS(2906), + [anon_sym_friend] = ACTIONS(2906), + [anon_sym_using] = ACTIONS(2906), + [anon_sym_static_assert] = ACTIONS(2906), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2906), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2906), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2906), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2906), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2906), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2906), + [anon_sym_MOZ_COLD] = ACTIONS(2906), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2906), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2906), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2906), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2906), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2906), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2906), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2906), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2906), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2906), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2906), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2906), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2906), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2906), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2906), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2906), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2906), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_NONNULL] = ACTIONS(2906), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2906), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2906), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2906), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2906), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_NORETURN] = ACTIONS(2906), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2906), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2906), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2906), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2906), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2906), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2906), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2906), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2906), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2906), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2906), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2906), + [anon_sym_MOZ_RAII] = ACTIONS(2906), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2906), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2906), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2906), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2906), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2906), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2906), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2906), + }, + [1166] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [anon_sym_public] = ACTIONS(1667), + [anon_sym_private] = ACTIONS(1667), + [anon_sym_protected] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_friend] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), + }, + [1167] = { + [sym_identifier] = ACTIONS(2910), + [aux_sym_preproc_def_token1] = ACTIONS(2910), + [aux_sym_preproc_if_token1] = ACTIONS(2910), + [aux_sym_preproc_if_token2] = ACTIONS(2910), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2910), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2910), + [sym_preproc_directive] = ACTIONS(2910), + [anon_sym_LPAREN2] = ACTIONS(2912), + [anon_sym_TILDE] = ACTIONS(2912), + [anon_sym_STAR] = ACTIONS(2912), + [anon_sym_AMP_AMP] = ACTIONS(2912), + [anon_sym_AMP] = ACTIONS(2910), + [anon_sym_typedef] = ACTIONS(2910), + [anon_sym_extern] = ACTIONS(2910), + [anon_sym___attribute__] = ACTIONS(2910), + [anon_sym_COLON_COLON] = ACTIONS(2912), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2912), + [anon_sym___declspec] = ACTIONS(2910), + [anon_sym___based] = ACTIONS(2910), + [anon_sym_LBRACK] = ACTIONS(2910), + [anon_sym_static] = ACTIONS(2910), + [anon_sym_register] = ACTIONS(2910), + [anon_sym_inline] = ACTIONS(2910), + [anon_sym_thread_local] = ACTIONS(2910), + [anon_sym_const] = ACTIONS(2910), + [anon_sym_volatile] = ACTIONS(2910), + [anon_sym_restrict] = ACTIONS(2910), + [anon_sym__Atomic] = ACTIONS(2910), + [anon_sym_mutable] = ACTIONS(2910), + [anon_sym_constexpr] = ACTIONS(2910), + [anon_sym_signed] = ACTIONS(2910), + [anon_sym_unsigned] = ACTIONS(2910), + [anon_sym_long] = ACTIONS(2910), + [anon_sym_short] = ACTIONS(2910), + [sym_primitive_type] = ACTIONS(2910), + [anon_sym_enum] = ACTIONS(2910), + [anon_sym_class] = ACTIONS(2910), + [anon_sym_struct] = ACTIONS(2910), + [anon_sym_union] = ACTIONS(2910), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2910), + [anon_sym_virtual] = ACTIONS(2910), + [anon_sym_explicit] = ACTIONS(2910), + [anon_sym_public] = ACTIONS(2910), + [anon_sym_private] = ACTIONS(2910), + [anon_sym_protected] = ACTIONS(2910), + [sym_auto] = ACTIONS(2910), + [anon_sym_typename] = ACTIONS(2910), + [anon_sym_template] = ACTIONS(2910), + [anon_sym_operator] = ACTIONS(2910), + [anon_sym_friend] = ACTIONS(2910), + [anon_sym_using] = ACTIONS(2910), + [anon_sym_static_assert] = ACTIONS(2910), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2910), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2910), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2910), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2910), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2910), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2910), + [anon_sym_MOZ_COLD] = ACTIONS(2910), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2910), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2910), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2910), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2910), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2910), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2910), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2910), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2910), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2910), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2910), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2910), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2910), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2910), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2910), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2910), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2910), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_NONNULL] = ACTIONS(2910), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2910), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2910), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2910), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2910), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_NORETURN] = ACTIONS(2910), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2910), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2910), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2910), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2910), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2910), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2910), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2910), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2910), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2910), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2910), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2910), + [anon_sym_MOZ_RAII] = ACTIONS(2910), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2910), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2910), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2910), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2910), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2910), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2910), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2910), + }, + [1168] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3156), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1161] = { - [sym_compound_statement] = STATE(5097), - [sym_labeled_statement] = STATE(5097), - [sym_expression_statement] = STATE(5097), - [sym_if_statement] = STATE(5097), - [sym_switch_statement] = STATE(5097), - [sym_case_statement] = STATE(5097), - [sym_while_statement] = STATE(5097), - [sym_do_statement] = STATE(5097), - [sym_for_statement] = STATE(5097), - [sym_return_statement] = STATE(5097), - [sym_break_statement] = STATE(5097), - [sym_continue_statement] = STATE(5097), - [sym_goto_statement] = STATE(5097), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(5097), - [sym_co_return_statement] = STATE(5097), - [sym_co_yield_statement] = STATE(5097), - [sym_throw_statement] = STATE(5097), - [sym_try_statement] = STATE(5097), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1169] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3146), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1162] = { - [sym_compound_statement] = STATE(157), - [sym_labeled_statement] = STATE(157), - [sym_expression_statement] = STATE(157), - [sym_if_statement] = STATE(157), - [sym_switch_statement] = STATE(157), - [sym_case_statement] = STATE(157), - [sym_while_statement] = STATE(157), - [sym_do_statement] = STATE(157), - [sym_for_statement] = STATE(157), - [sym_return_statement] = STATE(157), - [sym_break_statement] = STATE(157), - [sym_continue_statement] = STATE(157), - [sym_goto_statement] = STATE(157), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(157), - [sym_co_return_statement] = STATE(157), - [sym_co_yield_statement] = STATE(157), - [sym_throw_statement] = STATE(157), - [sym_try_statement] = STATE(157), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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), + [1170] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3167), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1163] = { - [sym_compound_statement] = STATE(330), - [sym_labeled_statement] = STATE(330), - [sym_expression_statement] = STATE(330), - [sym_if_statement] = STATE(330), - [sym_switch_statement] = STATE(330), - [sym_case_statement] = STATE(330), - [sym_while_statement] = STATE(330), - [sym_do_statement] = STATE(330), - [sym_for_statement] = STATE(330), - [sym_return_statement] = STATE(330), - [sym_break_statement] = STATE(330), - [sym_continue_statement] = STATE(330), - [sym_goto_statement] = STATE(330), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(330), - [sym_co_return_statement] = STATE(330), - [sym_co_yield_statement] = STATE(330), - [sym_throw_statement] = STATE(330), - [sym_try_statement] = STATE(330), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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), + [1171] = { + [sym_identifier] = ACTIONS(1727), + [aux_sym_preproc_def_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), + [sym_preproc_directive] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_STAR] = ACTIONS(1729), + [anon_sym_AMP_AMP] = ACTIONS(1729), + [anon_sym_AMP] = ACTIONS(1727), + [anon_sym_typedef] = ACTIONS(1727), + [anon_sym_extern] = ACTIONS(1727), + [anon_sym___attribute__] = ACTIONS(1727), + [anon_sym_COLON_COLON] = ACTIONS(1729), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), + [anon_sym___declspec] = ACTIONS(1727), + [anon_sym___based] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_static] = ACTIONS(1727), + [anon_sym_register] = ACTIONS(1727), + [anon_sym_inline] = ACTIONS(1727), + [anon_sym_thread_local] = ACTIONS(1727), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_volatile] = ACTIONS(1727), + [anon_sym_restrict] = ACTIONS(1727), + [anon_sym__Atomic] = ACTIONS(1727), + [anon_sym_mutable] = ACTIONS(1727), + [anon_sym_constexpr] = ACTIONS(1727), + [anon_sym_signed] = ACTIONS(1727), + [anon_sym_unsigned] = ACTIONS(1727), + [anon_sym_long] = ACTIONS(1727), + [anon_sym_short] = ACTIONS(1727), + [sym_primitive_type] = ACTIONS(1727), + [anon_sym_enum] = ACTIONS(1727), + [anon_sym_class] = ACTIONS(1727), + [anon_sym_struct] = ACTIONS(1727), + [anon_sym_union] = ACTIONS(1727), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1727), + [anon_sym_virtual] = ACTIONS(1727), + [anon_sym_explicit] = ACTIONS(1727), + [anon_sym_public] = ACTIONS(1727), + [anon_sym_private] = ACTIONS(1727), + [anon_sym_protected] = ACTIONS(1727), + [sym_auto] = ACTIONS(1727), + [anon_sym_typename] = ACTIONS(1727), + [anon_sym_template] = ACTIONS(1727), + [anon_sym_operator] = ACTIONS(1727), + [anon_sym_friend] = ACTIONS(1727), + [anon_sym_using] = ACTIONS(1727), + [anon_sym_static_assert] = ACTIONS(1727), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1727), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), + [anon_sym_MOZ_COLD] = ACTIONS(1727), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_RAII] = ACTIONS(1727), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), }, - [1164] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1172] = { + [sym_identifier] = ACTIONS(1735), + [aux_sym_preproc_def_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), + [sym_preproc_directive] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_STAR] = ACTIONS(1737), + [anon_sym_AMP_AMP] = ACTIONS(1737), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_typedef] = ACTIONS(1735), + [anon_sym_extern] = ACTIONS(1735), + [anon_sym___attribute__] = ACTIONS(1735), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), + [anon_sym___declspec] = ACTIONS(1735), + [anon_sym___based] = ACTIONS(1735), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_static] = ACTIONS(1735), + [anon_sym_register] = ACTIONS(1735), + [anon_sym_inline] = ACTIONS(1735), + [anon_sym_thread_local] = ACTIONS(1735), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_volatile] = ACTIONS(1735), + [anon_sym_restrict] = ACTIONS(1735), + [anon_sym__Atomic] = ACTIONS(1735), + [anon_sym_mutable] = ACTIONS(1735), + [anon_sym_constexpr] = ACTIONS(1735), + [anon_sym_signed] = ACTIONS(1735), + [anon_sym_unsigned] = ACTIONS(1735), + [anon_sym_long] = ACTIONS(1735), + [anon_sym_short] = ACTIONS(1735), + [sym_primitive_type] = ACTIONS(1735), + [anon_sym_enum] = ACTIONS(1735), + [anon_sym_class] = ACTIONS(1735), + [anon_sym_struct] = ACTIONS(1735), + [anon_sym_union] = ACTIONS(1735), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1735), + [anon_sym_virtual] = ACTIONS(1735), + [anon_sym_explicit] = ACTIONS(1735), + [anon_sym_public] = ACTIONS(1735), + [anon_sym_private] = ACTIONS(1735), + [anon_sym_protected] = ACTIONS(1735), + [sym_auto] = ACTIONS(1735), + [anon_sym_typename] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1735), + [anon_sym_operator] = ACTIONS(1735), + [anon_sym_friend] = ACTIONS(1735), + [anon_sym_using] = ACTIONS(1735), + [anon_sym_static_assert] = ACTIONS(1735), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1735), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), + [anon_sym_MOZ_COLD] = ACTIONS(1735), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_RAII] = ACTIONS(1735), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), }, - [1165] = { - [sym_compound_statement] = STATE(444), - [sym_labeled_statement] = STATE(445), - [sym_expression_statement] = STATE(447), - [sym_if_statement] = STATE(448), - [sym_switch_statement] = STATE(449), - [sym_case_statement] = STATE(450), - [sym_while_statement] = STATE(454), - [sym_do_statement] = STATE(456), - [sym_for_statement] = STATE(457), - [sym_return_statement] = STATE(485), - [sym_break_statement] = STATE(488), - [sym_continue_statement] = STATE(489), - [sym_goto_statement] = STATE(491), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(492), - [sym_co_return_statement] = STATE(494), - [sym_co_yield_statement] = STATE(498), - [sym_throw_statement] = STATE(501), - [sym_try_statement] = STATE(499), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1173] = { + [sym_identifier] = ACTIONS(1815), + [aux_sym_preproc_def_token1] = ACTIONS(1815), + [aux_sym_preproc_if_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1815), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1815), + [sym_preproc_directive] = ACTIONS(1815), + [anon_sym_LPAREN2] = ACTIONS(1817), + [anon_sym_TILDE] = ACTIONS(1817), + [anon_sym_STAR] = ACTIONS(1817), + [anon_sym_AMP_AMP] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_typedef] = ACTIONS(1815), + [anon_sym_extern] = ACTIONS(1815), + [anon_sym___attribute__] = ACTIONS(1815), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1817), + [anon_sym___declspec] = ACTIONS(1815), + [anon_sym___based] = ACTIONS(1815), + [anon_sym_RBRACE] = ACTIONS(1817), + [anon_sym_LBRACK] = ACTIONS(1815), + [anon_sym_static] = ACTIONS(1815), + [anon_sym_register] = ACTIONS(1815), + [anon_sym_inline] = ACTIONS(1815), + [anon_sym_thread_local] = ACTIONS(1815), + [anon_sym_const] = ACTIONS(1815), + [anon_sym_volatile] = ACTIONS(1815), + [anon_sym_restrict] = ACTIONS(1815), + [anon_sym__Atomic] = ACTIONS(1815), + [anon_sym_mutable] = ACTIONS(1815), + [anon_sym_constexpr] = ACTIONS(1815), + [anon_sym_signed] = ACTIONS(1815), + [anon_sym_unsigned] = ACTIONS(1815), + [anon_sym_long] = ACTIONS(1815), + [anon_sym_short] = ACTIONS(1815), + [sym_primitive_type] = ACTIONS(1815), + [anon_sym_enum] = ACTIONS(1815), + [anon_sym_class] = ACTIONS(1815), + [anon_sym_struct] = ACTIONS(1815), + [anon_sym_union] = ACTIONS(1815), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1815), + [anon_sym_virtual] = ACTIONS(1815), + [anon_sym_explicit] = ACTIONS(1815), + [anon_sym_public] = ACTIONS(1815), + [anon_sym_private] = ACTIONS(1815), + [anon_sym_protected] = ACTIONS(1815), + [sym_auto] = ACTIONS(1815), + [anon_sym_typename] = ACTIONS(1815), + [anon_sym_template] = ACTIONS(1815), + [anon_sym_operator] = ACTIONS(1815), + [anon_sym_friend] = ACTIONS(1815), + [anon_sym_using] = ACTIONS(1815), + [anon_sym_static_assert] = ACTIONS(1815), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1815), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1815), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1815), + [anon_sym_MOZ_COLD] = ACTIONS(1815), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1815), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1815), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1815), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1815), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1815), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1815), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1815), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1815), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1815), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1815), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1815), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1815), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL] = ACTIONS(1815), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1815), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1815), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN] = ACTIONS(1815), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1815), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1815), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1815), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1815), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1815), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1815), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1815), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1815), + [anon_sym_MOZ_RAII] = ACTIONS(1815), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1815), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1815), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1815), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1815), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1815), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1815), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1815), }, - [1166] = { - [sym_compound_statement] = STATE(495), - [sym_labeled_statement] = STATE(493), - [sym_expression_statement] = STATE(490), - [sym_if_statement] = STATE(487), - [sym_switch_statement] = STATE(483), - [sym_case_statement] = STATE(482), - [sym_while_statement] = STATE(481), - [sym_do_statement] = STATE(477), - [sym_for_statement] = STATE(476), - [sym_return_statement] = STATE(475), - [sym_break_statement] = STATE(474), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(470), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(469), - [sym_co_return_statement] = STATE(468), - [sym_co_yield_statement] = STATE(467), - [sym_throw_statement] = STATE(464), - [sym_try_statement] = STATE(463), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1174] = { + [sym__declaration_modifiers] = STATE(1222), + [sym__declaration_specifiers] = STATE(3161), + [sym_attribute_specifier] = STATE(1222), + [sym_attribute_declaration] = STATE(1222), + [sym_ms_declspec_modifier] = STATE(1222), + [sym_storage_class_specifier] = STATE(1222), + [sym_type_qualifier] = STATE(1222), + [sym__type_specifier] = STATE(1274), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1222), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1222), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1167] = { - [sym_compound_statement] = STATE(338), - [sym_labeled_statement] = STATE(338), - [sym_expression_statement] = STATE(338), - [sym_if_statement] = STATE(338), - [sym_switch_statement] = STATE(338), - [sym_case_statement] = STATE(338), - [sym_while_statement] = STATE(338), - [sym_do_statement] = STATE(338), - [sym_for_statement] = STATE(338), - [sym_return_statement] = STATE(338), - [sym_break_statement] = STATE(338), - [sym_continue_statement] = STATE(338), - [sym_goto_statement] = STATE(338), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(338), - [sym_co_return_statement] = STATE(338), - [sym_co_yield_statement] = STATE(338), - [sym_throw_statement] = STATE(338), - [sym_try_statement] = STATE(338), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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), + [1175] = { + [sym_identifier] = ACTIONS(1799), + [aux_sym_preproc_def_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token2] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), + [sym_preproc_directive] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1801), + [anon_sym_TILDE] = ACTIONS(1801), + [anon_sym_STAR] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_typedef] = ACTIONS(1799), + [anon_sym_extern] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1799), + [anon_sym_COLON_COLON] = ACTIONS(1801), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), + [anon_sym___declspec] = ACTIONS(1799), + [anon_sym___based] = ACTIONS(1799), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_register] = ACTIONS(1799), + [anon_sym_inline] = ACTIONS(1799), + [anon_sym_thread_local] = ACTIONS(1799), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym_mutable] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_signed] = ACTIONS(1799), + [anon_sym_unsigned] = ACTIONS(1799), + [anon_sym_long] = ACTIONS(1799), + [anon_sym_short] = ACTIONS(1799), + [sym_primitive_type] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_union] = ACTIONS(1799), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1799), + [anon_sym_virtual] = ACTIONS(1799), + [anon_sym_explicit] = ACTIONS(1799), + [anon_sym_public] = ACTIONS(1799), + [anon_sym_private] = ACTIONS(1799), + [anon_sym_protected] = ACTIONS(1799), + [sym_auto] = ACTIONS(1799), + [anon_sym_typename] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1799), + [anon_sym_operator] = ACTIONS(1799), + [anon_sym_friend] = ACTIONS(1799), + [anon_sym_using] = ACTIONS(1799), + [anon_sym_static_assert] = ACTIONS(1799), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1799), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), + [anon_sym_MOZ_COLD] = ACTIONS(1799), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_RAII] = ACTIONS(1799), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), }, - [1168] = { - [sym_compound_statement] = STATE(253), - [sym_labeled_statement] = STATE(253), - [sym_expression_statement] = STATE(253), - [sym_if_statement] = STATE(253), - [sym_switch_statement] = STATE(253), - [sym_case_statement] = STATE(253), - [sym_while_statement] = STATE(253), - [sym_do_statement] = STATE(253), - [sym_for_statement] = STATE(253), - [sym_return_statement] = STATE(253), - [sym_break_statement] = STATE(253), - [sym_continue_statement] = STATE(253), - [sym_goto_statement] = STATE(253), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(253), - [sym_co_return_statement] = STATE(253), - [sym_co_yield_statement] = STATE(253), - [sym_throw_statement] = STATE(253), - [sym_try_statement] = STATE(253), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1176] = { + [sym_identifier] = ACTIONS(2914), + [aux_sym_preproc_def_token1] = ACTIONS(2914), + [aux_sym_preproc_if_token1] = ACTIONS(2914), + [aux_sym_preproc_if_token2] = ACTIONS(2914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2914), + [sym_preproc_directive] = ACTIONS(2914), + [anon_sym_LPAREN2] = ACTIONS(2916), + [anon_sym_TILDE] = ACTIONS(2916), + [anon_sym_STAR] = ACTIONS(2916), + [anon_sym_AMP_AMP] = ACTIONS(2916), + [anon_sym_AMP] = ACTIONS(2914), + [anon_sym_typedef] = ACTIONS(2914), + [anon_sym_extern] = ACTIONS(2914), + [anon_sym___attribute__] = ACTIONS(2914), + [anon_sym_COLON_COLON] = ACTIONS(2916), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2916), + [anon_sym___declspec] = ACTIONS(2914), + [anon_sym___based] = ACTIONS(2914), + [anon_sym_LBRACK] = ACTIONS(2914), + [anon_sym_static] = ACTIONS(2914), + [anon_sym_register] = ACTIONS(2914), + [anon_sym_inline] = ACTIONS(2914), + [anon_sym_thread_local] = ACTIONS(2914), + [anon_sym_const] = ACTIONS(2914), + [anon_sym_volatile] = ACTIONS(2914), + [anon_sym_restrict] = ACTIONS(2914), + [anon_sym__Atomic] = ACTIONS(2914), + [anon_sym_mutable] = ACTIONS(2914), + [anon_sym_constexpr] = ACTIONS(2914), + [anon_sym_signed] = ACTIONS(2914), + [anon_sym_unsigned] = ACTIONS(2914), + [anon_sym_long] = ACTIONS(2914), + [anon_sym_short] = ACTIONS(2914), + [sym_primitive_type] = ACTIONS(2914), + [anon_sym_enum] = ACTIONS(2914), + [anon_sym_class] = ACTIONS(2914), + [anon_sym_struct] = ACTIONS(2914), + [anon_sym_union] = ACTIONS(2914), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2914), + [anon_sym_virtual] = ACTIONS(2914), + [anon_sym_explicit] = ACTIONS(2914), + [anon_sym_public] = ACTIONS(2914), + [anon_sym_private] = ACTIONS(2914), + [anon_sym_protected] = ACTIONS(2914), + [sym_auto] = ACTIONS(2914), + [anon_sym_typename] = ACTIONS(2914), + [anon_sym_template] = ACTIONS(2914), + [anon_sym_operator] = ACTIONS(2914), + [anon_sym_friend] = ACTIONS(2914), + [anon_sym_using] = ACTIONS(2914), + [anon_sym_static_assert] = ACTIONS(2914), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2914), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2914), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2914), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2914), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2914), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2914), + [anon_sym_MOZ_COLD] = ACTIONS(2914), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2914), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2914), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2914), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2914), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2914), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2914), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2914), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2914), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2914), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2914), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2914), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2914), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2914), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2914), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2914), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2914), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_NONNULL] = ACTIONS(2914), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2914), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2914), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2914), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2914), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_NORETURN] = ACTIONS(2914), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2914), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2914), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2914), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2914), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2914), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2914), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2914), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2914), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2914), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2914), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2914), + [anon_sym_MOZ_RAII] = ACTIONS(2914), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2914), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2914), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2914), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2914), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2914), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2914), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2914), + }, + [1177] = { + [sym_identifier] = ACTIONS(1823), + [aux_sym_preproc_def_token1] = ACTIONS(1823), + [aux_sym_preproc_if_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1823), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1823), + [sym_preproc_directive] = ACTIONS(1823), + [anon_sym_LPAREN2] = ACTIONS(1825), + [anon_sym_TILDE] = ACTIONS(1825), + [anon_sym_STAR] = ACTIONS(1825), + [anon_sym_AMP_AMP] = ACTIONS(1825), + [anon_sym_AMP] = ACTIONS(1823), + [anon_sym_typedef] = ACTIONS(1823), + [anon_sym_extern] = ACTIONS(1823), + [anon_sym___attribute__] = ACTIONS(1823), + [anon_sym_COLON_COLON] = ACTIONS(1825), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1825), + [anon_sym___declspec] = ACTIONS(1823), + [anon_sym___based] = ACTIONS(1823), + [anon_sym_RBRACE] = ACTIONS(1825), + [anon_sym_LBRACK] = ACTIONS(1823), + [anon_sym_static] = ACTIONS(1823), + [anon_sym_register] = ACTIONS(1823), + [anon_sym_inline] = ACTIONS(1823), + [anon_sym_thread_local] = ACTIONS(1823), + [anon_sym_const] = ACTIONS(1823), + [anon_sym_volatile] = ACTIONS(1823), + [anon_sym_restrict] = ACTIONS(1823), + [anon_sym__Atomic] = ACTIONS(1823), + [anon_sym_mutable] = ACTIONS(1823), + [anon_sym_constexpr] = ACTIONS(1823), + [anon_sym_signed] = ACTIONS(1823), + [anon_sym_unsigned] = ACTIONS(1823), + [anon_sym_long] = ACTIONS(1823), + [anon_sym_short] = ACTIONS(1823), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1823), + [anon_sym_class] = ACTIONS(1823), + [anon_sym_struct] = ACTIONS(1823), + [anon_sym_union] = ACTIONS(1823), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1823), + [anon_sym_virtual] = ACTIONS(1823), + [anon_sym_explicit] = ACTIONS(1823), + [anon_sym_public] = ACTIONS(1823), + [anon_sym_private] = ACTIONS(1823), + [anon_sym_protected] = ACTIONS(1823), + [sym_auto] = ACTIONS(1823), + [anon_sym_typename] = ACTIONS(1823), + [anon_sym_template] = ACTIONS(1823), + [anon_sym_operator] = ACTIONS(1823), + [anon_sym_friend] = ACTIONS(1823), + [anon_sym_using] = ACTIONS(1823), + [anon_sym_static_assert] = ACTIONS(1823), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1823), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1823), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1823), + [anon_sym_MOZ_COLD] = ACTIONS(1823), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1823), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1823), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1823), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1823), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1823), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1823), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1823), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1823), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1823), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1823), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1823), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1823), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL] = ACTIONS(1823), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1823), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1823), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN] = ACTIONS(1823), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1823), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1823), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1823), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1823), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1823), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1823), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1823), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1823), + [anon_sym_MOZ_RAII] = ACTIONS(1823), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1823), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1823), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1823), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1823), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1823), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1823), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1823), }, - [1169] = { - [sym_compound_statement] = STATE(461), - [sym_labeled_statement] = STATE(461), - [sym_expression_statement] = STATE(461), - [sym_if_statement] = STATE(461), - [sym_switch_statement] = STATE(461), - [sym_case_statement] = STATE(461), - [sym_while_statement] = STATE(461), - [sym_do_statement] = STATE(461), - [sym_for_statement] = STATE(461), - [sym_return_statement] = STATE(461), - [sym_break_statement] = STATE(461), - [sym_continue_statement] = STATE(461), - [sym_goto_statement] = STATE(461), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(461), - [sym_co_return_statement] = STATE(461), - [sym_co_yield_statement] = STATE(461), - [sym_throw_statement] = STATE(461), - [sym_try_statement] = STATE(461), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1178] = { + [sym_identifier] = ACTIONS(1827), + [aux_sym_preproc_def_token1] = ACTIONS(1827), + [aux_sym_preproc_if_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1827), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1827), + [sym_preproc_directive] = ACTIONS(1827), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_TILDE] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(1829), + [anon_sym_AMP_AMP] = ACTIONS(1829), + [anon_sym_AMP] = ACTIONS(1827), + [anon_sym_typedef] = ACTIONS(1827), + [anon_sym_extern] = ACTIONS(1827), + [anon_sym___attribute__] = ACTIONS(1827), + [anon_sym_COLON_COLON] = ACTIONS(1829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1829), + [anon_sym___declspec] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1827), + [anon_sym_RBRACE] = ACTIONS(1829), + [anon_sym_LBRACK] = ACTIONS(1827), + [anon_sym_static] = ACTIONS(1827), + [anon_sym_register] = ACTIONS(1827), + [anon_sym_inline] = ACTIONS(1827), + [anon_sym_thread_local] = ACTIONS(1827), + [anon_sym_const] = ACTIONS(1827), + [anon_sym_volatile] = ACTIONS(1827), + [anon_sym_restrict] = ACTIONS(1827), + [anon_sym__Atomic] = ACTIONS(1827), + [anon_sym_mutable] = ACTIONS(1827), + [anon_sym_constexpr] = ACTIONS(1827), + [anon_sym_signed] = ACTIONS(1827), + [anon_sym_unsigned] = ACTIONS(1827), + [anon_sym_long] = ACTIONS(1827), + [anon_sym_short] = ACTIONS(1827), + [sym_primitive_type] = ACTIONS(1827), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1827), + [anon_sym_union] = ACTIONS(1827), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1827), + [anon_sym_virtual] = ACTIONS(1827), + [anon_sym_explicit] = ACTIONS(1827), + [anon_sym_public] = ACTIONS(1827), + [anon_sym_private] = ACTIONS(1827), + [anon_sym_protected] = ACTIONS(1827), + [sym_auto] = ACTIONS(1827), + [anon_sym_typename] = ACTIONS(1827), + [anon_sym_template] = ACTIONS(1827), + [anon_sym_operator] = ACTIONS(1827), + [anon_sym_friend] = ACTIONS(1827), + [anon_sym_using] = ACTIONS(1827), + [anon_sym_static_assert] = ACTIONS(1827), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1827), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1827), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1827), + [anon_sym_MOZ_COLD] = ACTIONS(1827), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1827), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1827), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1827), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1827), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1827), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1827), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1827), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1827), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1827), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1827), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1827), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1827), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL] = ACTIONS(1827), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1827), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1827), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN] = ACTIONS(1827), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1827), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1827), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1827), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1827), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1827), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1827), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1827), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1827), + [anon_sym_MOZ_RAII] = ACTIONS(1827), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1827), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1827), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1827), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1827), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1827), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1827), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1827), }, - [1170] = { - [sym_compound_statement] = STATE(345), - [sym_labeled_statement] = STATE(345), - [sym_expression_statement] = STATE(345), - [sym_if_statement] = STATE(345), - [sym_switch_statement] = STATE(345), - [sym_case_statement] = STATE(345), - [sym_while_statement] = STATE(345), - [sym_do_statement] = STATE(345), - [sym_for_statement] = STATE(345), - [sym_return_statement] = STATE(345), - [sym_break_statement] = STATE(345), - [sym_continue_statement] = STATE(345), - [sym_goto_statement] = STATE(345), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(345), - [sym_co_return_statement] = STATE(345), - [sym_co_yield_statement] = STATE(345), - [sym_throw_statement] = STATE(345), - [sym_try_statement] = STATE(345), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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), + [1179] = { + [sym_identifier] = ACTIONS(2966), + [aux_sym_preproc_def_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2966), + [sym_preproc_directive] = ACTIONS(2966), + [anon_sym_LPAREN2] = ACTIONS(2968), + [anon_sym_TILDE] = ACTIONS(2968), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_typedef] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym___attribute__] = ACTIONS(2966), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2968), + [anon_sym___declspec] = ACTIONS(2966), + [anon_sym___based] = ACTIONS(2966), + [anon_sym_RBRACE] = ACTIONS(2968), + [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_register] = ACTIONS(2966), + [anon_sym_inline] = ACTIONS(2966), + [anon_sym_thread_local] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_volatile] = ACTIONS(2966), + [anon_sym_restrict] = ACTIONS(2966), + [anon_sym__Atomic] = ACTIONS(2966), + [anon_sym_mutable] = ACTIONS(2966), + [anon_sym_constexpr] = ACTIONS(2966), + [anon_sym_signed] = ACTIONS(2966), + [anon_sym_unsigned] = ACTIONS(2966), + [anon_sym_long] = ACTIONS(2966), + [anon_sym_short] = ACTIONS(2966), + [sym_primitive_type] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_class] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2966), + [anon_sym_virtual] = ACTIONS(2966), + [anon_sym_explicit] = ACTIONS(2966), + [anon_sym_public] = ACTIONS(2966), + [anon_sym_private] = ACTIONS(2966), + [anon_sym_protected] = ACTIONS(2966), + [sym_auto] = ACTIONS(2966), + [anon_sym_typename] = ACTIONS(2966), + [anon_sym_template] = ACTIONS(2966), + [anon_sym_operator] = ACTIONS(2966), + [anon_sym_friend] = ACTIONS(2966), + [anon_sym_using] = ACTIONS(2966), + [anon_sym_static_assert] = ACTIONS(2966), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2966), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2966), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2966), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2966), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2966), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2966), + [anon_sym_MOZ_COLD] = ACTIONS(2966), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2966), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2966), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2966), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2966), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2966), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2966), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2966), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2966), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2966), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2966), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2966), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2966), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2966), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2966), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2966), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2966), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_NONNULL] = ACTIONS(2966), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2966), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2966), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2966), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2966), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_NORETURN] = ACTIONS(2966), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2966), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2966), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2966), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2966), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2966), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2966), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2966), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2966), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2966), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2966), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2966), + [anon_sym_MOZ_RAII] = ACTIONS(2966), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2966), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2966), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2966), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2966), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2966), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2966), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2966), + }, + [1180] = { + [sym_identifier] = ACTIONS(1887), + [aux_sym_preproc_def_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token2] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), + [sym_preproc_directive] = ACTIONS(1887), + [anon_sym_LPAREN2] = ACTIONS(1889), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_AMP] = ACTIONS(1887), + [anon_sym_typedef] = ACTIONS(1887), + [anon_sym_extern] = ACTIONS(1887), + [anon_sym___attribute__] = ACTIONS(1887), + [anon_sym_COLON_COLON] = ACTIONS(1889), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), + [anon_sym___declspec] = ACTIONS(1887), + [anon_sym___based] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_register] = ACTIONS(1887), + [anon_sym_inline] = ACTIONS(1887), + [anon_sym_thread_local] = ACTIONS(1887), + [anon_sym_const] = ACTIONS(1887), + [anon_sym_volatile] = ACTIONS(1887), + [anon_sym_restrict] = ACTIONS(1887), + [anon_sym__Atomic] = ACTIONS(1887), + [anon_sym_mutable] = ACTIONS(1887), + [anon_sym_constexpr] = ACTIONS(1887), + [anon_sym_signed] = ACTIONS(1887), + [anon_sym_unsigned] = ACTIONS(1887), + [anon_sym_long] = ACTIONS(1887), + [anon_sym_short] = ACTIONS(1887), + [sym_primitive_type] = ACTIONS(1887), + [anon_sym_enum] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1887), + [anon_sym_union] = ACTIONS(1887), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1887), + [anon_sym_virtual] = ACTIONS(1887), + [anon_sym_explicit] = ACTIONS(1887), + [anon_sym_public] = ACTIONS(1887), + [anon_sym_private] = ACTIONS(1887), + [anon_sym_protected] = ACTIONS(1887), + [sym_auto] = ACTIONS(1887), + [anon_sym_typename] = ACTIONS(1887), + [anon_sym_template] = ACTIONS(1887), + [anon_sym_operator] = ACTIONS(1887), + [anon_sym_friend] = ACTIONS(1887), + [anon_sym_using] = ACTIONS(1887), + [anon_sym_static_assert] = ACTIONS(1887), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1887), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), + [anon_sym_MOZ_COLD] = ACTIONS(1887), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_RAII] = ACTIONS(1887), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), }, - [1171] = { - [sym_compound_statement] = STATE(271), - [sym_labeled_statement] = STATE(271), - [sym_expression_statement] = STATE(271), - [sym_if_statement] = STATE(271), - [sym_switch_statement] = STATE(271), - [sym_case_statement] = STATE(271), - [sym_while_statement] = STATE(271), - [sym_do_statement] = STATE(271), - [sym_for_statement] = STATE(271), - [sym_return_statement] = STATE(271), - [sym_break_statement] = STATE(271), - [sym_continue_statement] = STATE(271), - [sym_goto_statement] = STATE(271), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(271), - [sym_co_return_statement] = STATE(271), - [sym_co_yield_statement] = STATE(271), - [sym_throw_statement] = STATE(271), - [sym_try_statement] = STATE(271), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1181] = { + [sym_identifier] = ACTIONS(1847), + [aux_sym_preproc_def_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token1] = ACTIONS(1847), + [aux_sym_preproc_if_token2] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1847), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1847), + [sym_preproc_directive] = ACTIONS(1847), + [anon_sym_LPAREN2] = ACTIONS(1849), + [anon_sym_TILDE] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_typedef] = ACTIONS(1847), + [anon_sym_extern] = ACTIONS(1847), + [anon_sym___attribute__] = ACTIONS(1847), + [anon_sym_COLON_COLON] = ACTIONS(1849), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1849), + [anon_sym___declspec] = ACTIONS(1847), + [anon_sym___based] = ACTIONS(1847), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_register] = ACTIONS(1847), + [anon_sym_inline] = ACTIONS(1847), + [anon_sym_thread_local] = ACTIONS(1847), + [anon_sym_const] = ACTIONS(1847), + [anon_sym_volatile] = ACTIONS(1847), + [anon_sym_restrict] = ACTIONS(1847), + [anon_sym__Atomic] = ACTIONS(1847), + [anon_sym_mutable] = ACTIONS(1847), + [anon_sym_constexpr] = ACTIONS(1847), + [anon_sym_signed] = ACTIONS(1847), + [anon_sym_unsigned] = ACTIONS(1847), + [anon_sym_long] = ACTIONS(1847), + [anon_sym_short] = ACTIONS(1847), + [sym_primitive_type] = ACTIONS(1847), + [anon_sym_enum] = ACTIONS(1847), + [anon_sym_class] = ACTIONS(1847), + [anon_sym_struct] = ACTIONS(1847), + [anon_sym_union] = ACTIONS(1847), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1172] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2518), - [anon_sym_COMMA] = ACTIONS(2518), - [anon_sym_RPAREN] = ACTIONS(2518), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2525), - [anon_sym_PLUS] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(2520), - [anon_sym_SLASH] = ACTIONS(2525), - [anon_sym_PERCENT] = ACTIONS(2518), - [anon_sym_PIPE_PIPE] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2525), - [anon_sym_CARET] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2527), - [anon_sym_EQ_EQ] = ACTIONS(2518), - [anon_sym_BANG_EQ] = ACTIONS(2518), - [anon_sym_GT] = ACTIONS(2525), - [anon_sym_GT_EQ] = ACTIONS(2518), - [anon_sym_LT_EQ] = ACTIONS(2518), - [anon_sym_LT] = ACTIONS(2525), - [anon_sym_LT_LT] = ACTIONS(2518), - [anon_sym_GT_GT] = ACTIONS(2518), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2527), - [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_QMARK] = ACTIONS(2518), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_DOT] = ACTIONS(2525), - [anon_sym_DASH_GT] = ACTIONS(2518), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), + [anon_sym_decltype] = ACTIONS(1847), + [anon_sym_virtual] = ACTIONS(1847), + [anon_sym_explicit] = ACTIONS(1847), + [anon_sym_public] = ACTIONS(1847), + [anon_sym_private] = ACTIONS(1847), + [anon_sym_protected] = ACTIONS(1847), + [sym_auto] = ACTIONS(1847), + [anon_sym_typename] = ACTIONS(1847), + [anon_sym_template] = ACTIONS(1847), + [anon_sym_operator] = ACTIONS(1847), + [anon_sym_friend] = ACTIONS(1847), + [anon_sym_using] = ACTIONS(1847), + [anon_sym_static_assert] = ACTIONS(1847), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1847), + [anon_sym_MOZ_COLD] = ACTIONS(1847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1847), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1847), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL] = ACTIONS(1847), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN] = ACTIONS(1847), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1847), + [anon_sym_MOZ_RAII] = ACTIONS(1847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1847), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1847), }, - [1173] = { - [sym_compound_statement] = STATE(4623), - [sym_labeled_statement] = STATE(4623), - [sym_expression_statement] = STATE(4623), - [sym_if_statement] = STATE(4623), - [sym_switch_statement] = STATE(4623), - [sym_case_statement] = STATE(4623), - [sym_while_statement] = STATE(4623), - [sym_do_statement] = STATE(4623), - [sym_for_statement] = STATE(4623), - [sym_return_statement] = STATE(4623), - [sym_break_statement] = STATE(4623), - [sym_continue_statement] = STATE(4623), - [sym_goto_statement] = STATE(4623), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4623), - [sym_co_return_statement] = STATE(4623), - [sym_co_yield_statement] = STATE(4623), - [sym_throw_statement] = STATE(4623), - [sym_try_statement] = STATE(4623), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1182] = { + [sym_identifier] = ACTIONS(1899), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token2] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1899), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1899), + [sym_preproc_directive] = ACTIONS(1899), + [anon_sym_LPAREN2] = ACTIONS(1901), + [anon_sym_TILDE] = ACTIONS(1901), + [anon_sym_STAR] = ACTIONS(1901), + [anon_sym_AMP_AMP] = ACTIONS(1901), + [anon_sym_AMP] = ACTIONS(1899), + [anon_sym_typedef] = ACTIONS(1899), + [anon_sym_extern] = ACTIONS(1899), + [anon_sym___attribute__] = ACTIONS(1899), + [anon_sym_COLON_COLON] = ACTIONS(1901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1901), + [anon_sym___declspec] = ACTIONS(1899), + [anon_sym___based] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_static] = ACTIONS(1899), + [anon_sym_register] = ACTIONS(1899), + [anon_sym_inline] = ACTIONS(1899), + [anon_sym_thread_local] = ACTIONS(1899), + [anon_sym_const] = ACTIONS(1899), + [anon_sym_volatile] = ACTIONS(1899), + [anon_sym_restrict] = ACTIONS(1899), + [anon_sym__Atomic] = ACTIONS(1899), + [anon_sym_mutable] = ACTIONS(1899), + [anon_sym_constexpr] = ACTIONS(1899), + [anon_sym_signed] = ACTIONS(1899), + [anon_sym_unsigned] = ACTIONS(1899), + [anon_sym_long] = ACTIONS(1899), + [anon_sym_short] = ACTIONS(1899), + [sym_primitive_type] = ACTIONS(1899), + [anon_sym_enum] = ACTIONS(1899), + [anon_sym_class] = ACTIONS(1899), + [anon_sym_struct] = ACTIONS(1899), + [anon_sym_union] = ACTIONS(1899), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1899), + [anon_sym_virtual] = ACTIONS(1899), + [anon_sym_explicit] = ACTIONS(1899), + [anon_sym_public] = ACTIONS(1899), + [anon_sym_private] = ACTIONS(1899), + [anon_sym_protected] = ACTIONS(1899), + [sym_auto] = ACTIONS(1899), + [anon_sym_typename] = ACTIONS(1899), + [anon_sym_template] = ACTIONS(1899), + [anon_sym_operator] = ACTIONS(1899), + [anon_sym_friend] = ACTIONS(1899), + [anon_sym_using] = ACTIONS(1899), + [anon_sym_static_assert] = ACTIONS(1899), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1899), + [anon_sym_MOZ_COLD] = ACTIONS(1899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL] = ACTIONS(1899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN] = ACTIONS(1899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1899), + [anon_sym_MOZ_RAII] = ACTIONS(1899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1899), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1899), }, - [1174] = { - [sym_compound_statement] = STATE(141), - [sym_labeled_statement] = STATE(141), - [sym_expression_statement] = STATE(141), - [sym_if_statement] = STATE(141), - [sym_switch_statement] = STATE(141), - [sym_case_statement] = STATE(141), - [sym_while_statement] = STATE(141), - [sym_do_statement] = STATE(141), - [sym_for_statement] = STATE(141), - [sym_return_statement] = STATE(141), - [sym_break_statement] = STATE(141), - [sym_continue_statement] = STATE(141), - [sym_goto_statement] = STATE(141), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(141), - [sym_co_return_statement] = STATE(141), - [sym_co_yield_statement] = STATE(141), - [sym_throw_statement] = STATE(141), - [sym_try_statement] = STATE(141), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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), + [1183] = { + [sym_identifier] = ACTIONS(1699), + [aux_sym_preproc_def_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), + [sym_preproc_directive] = ACTIONS(1699), + [anon_sym_LPAREN2] = ACTIONS(1701), + [anon_sym_TILDE] = ACTIONS(1701), + [anon_sym_STAR] = ACTIONS(1701), + [anon_sym_AMP_AMP] = ACTIONS(1701), + [anon_sym_AMP] = ACTIONS(1699), + [anon_sym_typedef] = ACTIONS(1699), + [anon_sym_extern] = ACTIONS(1699), + [anon_sym___attribute__] = ACTIONS(1699), + [anon_sym_COLON_COLON] = ACTIONS(1701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), + [anon_sym___declspec] = ACTIONS(1699), + [anon_sym___based] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1699), + [anon_sym_static] = ACTIONS(1699), + [anon_sym_register] = ACTIONS(1699), + [anon_sym_inline] = ACTIONS(1699), + [anon_sym_thread_local] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1699), + [anon_sym_volatile] = ACTIONS(1699), + [anon_sym_restrict] = ACTIONS(1699), + [anon_sym__Atomic] = ACTIONS(1699), + [anon_sym_mutable] = ACTIONS(1699), + [anon_sym_constexpr] = ACTIONS(1699), + [anon_sym_signed] = ACTIONS(1699), + [anon_sym_unsigned] = ACTIONS(1699), + [anon_sym_long] = ACTIONS(1699), + [anon_sym_short] = ACTIONS(1699), + [sym_primitive_type] = ACTIONS(1699), + [anon_sym_enum] = ACTIONS(1699), + [anon_sym_class] = ACTIONS(1699), + [anon_sym_struct] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1699), + [anon_sym_virtual] = ACTIONS(1699), + [anon_sym_explicit] = ACTIONS(1699), + [anon_sym_public] = ACTIONS(1699), + [anon_sym_private] = ACTIONS(1699), + [anon_sym_protected] = ACTIONS(1699), + [sym_auto] = ACTIONS(1699), + [anon_sym_typename] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1699), + [anon_sym_operator] = ACTIONS(1699), + [anon_sym_friend] = ACTIONS(1699), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1699), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1699), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), + [anon_sym_MOZ_COLD] = ACTIONS(1699), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_RAII] = ACTIONS(1699), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), }, - [1175] = { - [sym_compound_statement] = STATE(161), - [sym_labeled_statement] = STATE(161), - [sym_expression_statement] = STATE(161), - [sym_if_statement] = STATE(161), - [sym_switch_statement] = STATE(161), - [sym_case_statement] = STATE(161), - [sym_while_statement] = STATE(161), - [sym_do_statement] = STATE(161), - [sym_for_statement] = STATE(161), - [sym_return_statement] = STATE(161), - [sym_break_statement] = STATE(161), - [sym_continue_statement] = STATE(161), - [sym_goto_statement] = STATE(161), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(161), - [sym_co_return_statement] = STATE(161), - [sym_co_yield_statement] = STATE(161), - [sym_throw_statement] = STATE(161), - [sym_try_statement] = STATE(161), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1184] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_RBRACE] = ACTIONS(2972), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [sym_primitive_type] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [sym_auto] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2970), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2970), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2970), + [anon_sym_MOZ_COLD] = ACTIONS(2970), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2970), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2970), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2970), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2970), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2970), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2970), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2970), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2970), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2970), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2970), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2970), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2970), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL] = ACTIONS(2970), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2970), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2970), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN] = ACTIONS(2970), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2970), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2970), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2970), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2970), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2970), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2970), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2970), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2970), + [anon_sym_MOZ_RAII] = ACTIONS(2970), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2970), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2970), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2970), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2970), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2970), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2970), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2970), }, - [1176] = { - [sym_compound_statement] = STATE(160), - [sym_labeled_statement] = STATE(160), - [sym_expression_statement] = STATE(160), - [sym_if_statement] = STATE(160), - [sym_switch_statement] = STATE(160), - [sym_case_statement] = STATE(160), - [sym_while_statement] = STATE(160), - [sym_do_statement] = STATE(160), - [sym_for_statement] = STATE(160), - [sym_return_statement] = STATE(160), - [sym_break_statement] = STATE(160), - [sym_continue_statement] = STATE(160), - [sym_goto_statement] = STATE(160), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(160), - [sym_co_return_statement] = STATE(160), - [sym_co_yield_statement] = STATE(160), - [sym_throw_statement] = STATE(160), - [sym_try_statement] = STATE(160), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1185] = { + [sym_identifier] = ACTIONS(1557), + [aux_sym_preproc_def_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token1] = ACTIONS(1557), + [aux_sym_preproc_if_token2] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1557), + [sym_preproc_directive] = ACTIONS(1557), + [anon_sym_LPAREN2] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_STAR] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_typedef] = ACTIONS(1557), + [anon_sym_extern] = ACTIONS(1557), + [anon_sym___attribute__] = ACTIONS(1557), + [anon_sym_COLON_COLON] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1559), + [anon_sym___declspec] = ACTIONS(1557), + [anon_sym___based] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_static] = ACTIONS(1557), + [anon_sym_register] = ACTIONS(1557), + [anon_sym_inline] = ACTIONS(1557), + [anon_sym_thread_local] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_volatile] = ACTIONS(1557), + [anon_sym_restrict] = ACTIONS(1557), + [anon_sym__Atomic] = ACTIONS(1557), + [anon_sym_mutable] = ACTIONS(1557), + [anon_sym_constexpr] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1557), + [anon_sym_unsigned] = ACTIONS(1557), + [anon_sym_long] = ACTIONS(1557), + [anon_sym_short] = ACTIONS(1557), + [sym_primitive_type] = ACTIONS(1557), + [anon_sym_enum] = ACTIONS(1557), + [anon_sym_class] = ACTIONS(1557), + [anon_sym_struct] = ACTIONS(1557), + [anon_sym_union] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1557), + [anon_sym_virtual] = ACTIONS(1557), + [anon_sym_explicit] = ACTIONS(1557), + [anon_sym_public] = ACTIONS(1557), + [anon_sym_private] = ACTIONS(1557), + [anon_sym_protected] = ACTIONS(1557), + [sym_auto] = ACTIONS(1557), + [anon_sym_typename] = ACTIONS(1557), + [anon_sym_template] = ACTIONS(1557), + [anon_sym_operator] = ACTIONS(1557), + [anon_sym_friend] = ACTIONS(1557), + [anon_sym_using] = ACTIONS(1557), + [anon_sym_static_assert] = ACTIONS(1557), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1557), + [anon_sym_MOZ_COLD] = ACTIONS(1557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL] = ACTIONS(1557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN] = ACTIONS(1557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1557), + [anon_sym_MOZ_RAII] = ACTIONS(1557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1557), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1557), }, - [1177] = { - [sym_compound_statement] = STATE(4520), - [sym_labeled_statement] = STATE(4520), - [sym_expression_statement] = STATE(4520), - [sym_if_statement] = STATE(4520), - [sym_switch_statement] = STATE(4520), - [sym_case_statement] = STATE(4520), - [sym_while_statement] = STATE(4520), - [sym_do_statement] = STATE(4520), - [sym_for_statement] = STATE(4520), - [sym_return_statement] = STATE(4520), - [sym_break_statement] = STATE(4520), - [sym_continue_statement] = STATE(4520), - [sym_goto_statement] = STATE(4520), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4520), - [sym_co_return_statement] = STATE(4520), - [sym_co_yield_statement] = STATE(4520), - [sym_throw_statement] = STATE(4520), - [sym_try_statement] = STATE(4520), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1186] = { + [sym_identifier] = ACTIONS(1707), + [aux_sym_preproc_def_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_STAR] = ACTIONS(1709), + [anon_sym_AMP_AMP] = ACTIONS(1709), + [anon_sym_AMP] = ACTIONS(1707), + [anon_sym_typedef] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym___attribute__] = ACTIONS(1707), + [anon_sym_COLON_COLON] = ACTIONS(1709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), + [anon_sym___declspec] = ACTIONS(1707), + [anon_sym___based] = ACTIONS(1707), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_static] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_inline] = ACTIONS(1707), + [anon_sym_thread_local] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_volatile] = ACTIONS(1707), + [anon_sym_restrict] = ACTIONS(1707), + [anon_sym__Atomic] = ACTIONS(1707), + [anon_sym_mutable] = ACTIONS(1707), + [anon_sym_constexpr] = ACTIONS(1707), + [anon_sym_signed] = ACTIONS(1707), + [anon_sym_unsigned] = ACTIONS(1707), + [anon_sym_long] = ACTIONS(1707), + [anon_sym_short] = ACTIONS(1707), + [sym_primitive_type] = ACTIONS(1707), + [anon_sym_enum] = ACTIONS(1707), + [anon_sym_class] = ACTIONS(1707), + [anon_sym_struct] = ACTIONS(1707), + [anon_sym_union] = ACTIONS(1707), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1707), + [anon_sym_virtual] = ACTIONS(1707), + [anon_sym_explicit] = ACTIONS(1707), + [anon_sym_public] = ACTIONS(1707), + [anon_sym_private] = ACTIONS(1707), + [anon_sym_protected] = ACTIONS(1707), + [sym_auto] = ACTIONS(1707), + [anon_sym_typename] = ACTIONS(1707), + [anon_sym_template] = ACTIONS(1707), + [anon_sym_operator] = ACTIONS(1707), + [anon_sym_friend] = ACTIONS(1707), + [anon_sym_using] = ACTIONS(1707), + [anon_sym_static_assert] = ACTIONS(1707), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1707), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), + [anon_sym_MOZ_COLD] = ACTIONS(1707), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_RAII] = ACTIONS(1707), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), }, - [1178] = { - [sym_compound_statement] = STATE(479), - [sym_labeled_statement] = STATE(479), - [sym_expression_statement] = STATE(479), - [sym_if_statement] = STATE(479), - [sym_switch_statement] = STATE(479), - [sym_case_statement] = STATE(479), - [sym_while_statement] = STATE(479), - [sym_do_statement] = STATE(479), - [sym_for_statement] = STATE(479), - [sym_return_statement] = STATE(479), - [sym_break_statement] = STATE(479), - [sym_continue_statement] = STATE(479), - [sym_goto_statement] = STATE(479), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(479), - [sym_co_return_statement] = STATE(479), - [sym_co_yield_statement] = STATE(479), - [sym_throw_statement] = STATE(479), - [sym_try_statement] = STATE(479), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1187] = { + [sym_identifier] = ACTIONS(1771), + [aux_sym_preproc_def_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_TILDE] = ACTIONS(1773), + [anon_sym_STAR] = ACTIONS(1773), + [anon_sym_AMP_AMP] = ACTIONS(1773), + [anon_sym_AMP] = ACTIONS(1771), + [anon_sym_typedef] = ACTIONS(1771), + [anon_sym_extern] = ACTIONS(1771), + [anon_sym___attribute__] = ACTIONS(1771), + [anon_sym_COLON_COLON] = ACTIONS(1773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), + [anon_sym___declspec] = ACTIONS(1771), + [anon_sym___based] = ACTIONS(1771), + [anon_sym_RBRACE] = ACTIONS(1773), + [anon_sym_LBRACK] = ACTIONS(1771), + [anon_sym_static] = ACTIONS(1771), + [anon_sym_register] = ACTIONS(1771), + [anon_sym_inline] = ACTIONS(1771), + [anon_sym_thread_local] = ACTIONS(1771), + [anon_sym_const] = ACTIONS(1771), + [anon_sym_volatile] = ACTIONS(1771), + [anon_sym_restrict] = ACTIONS(1771), + [anon_sym__Atomic] = ACTIONS(1771), + [anon_sym_mutable] = ACTIONS(1771), + [anon_sym_constexpr] = ACTIONS(1771), + [anon_sym_signed] = ACTIONS(1771), + [anon_sym_unsigned] = ACTIONS(1771), + [anon_sym_long] = ACTIONS(1771), + [anon_sym_short] = ACTIONS(1771), + [sym_primitive_type] = ACTIONS(1771), + [anon_sym_enum] = ACTIONS(1771), + [anon_sym_class] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1771), + [anon_sym_union] = ACTIONS(1771), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1771), + [anon_sym_virtual] = ACTIONS(1771), + [anon_sym_explicit] = ACTIONS(1771), + [anon_sym_public] = ACTIONS(1771), + [anon_sym_private] = ACTIONS(1771), + [anon_sym_protected] = ACTIONS(1771), + [sym_auto] = ACTIONS(1771), + [anon_sym_typename] = ACTIONS(1771), + [anon_sym_template] = ACTIONS(1771), + [anon_sym_operator] = ACTIONS(1771), + [anon_sym_friend] = ACTIONS(1771), + [anon_sym_using] = ACTIONS(1771), + [anon_sym_static_assert] = ACTIONS(1771), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1771), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), + [anon_sym_MOZ_COLD] = ACTIONS(1771), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_RAII] = ACTIONS(1771), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), }, - [1179] = { - [sym_compound_statement] = STATE(4518), - [sym_labeled_statement] = STATE(4518), - [sym_expression_statement] = STATE(4518), - [sym_if_statement] = STATE(4518), - [sym_switch_statement] = STATE(4518), - [sym_case_statement] = STATE(4518), - [sym_while_statement] = STATE(4518), - [sym_do_statement] = STATE(4518), - [sym_for_statement] = STATE(4518), - [sym_return_statement] = STATE(4518), - [sym_break_statement] = STATE(4518), - [sym_continue_statement] = STATE(4518), - [sym_goto_statement] = STATE(4518), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4518), - [sym_co_return_statement] = STATE(4518), - [sym_co_yield_statement] = STATE(4518), - [sym_throw_statement] = STATE(4518), - [sym_try_statement] = STATE(4518), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1188] = { + [sym_identifier] = ACTIONS(1887), + [aux_sym_preproc_def_token1] = ACTIONS(1887), + [aux_sym_preproc_if_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1887), + [sym_preproc_directive] = ACTIONS(1887), + [anon_sym_LPAREN2] = ACTIONS(1889), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_STAR] = ACTIONS(1889), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_AMP] = ACTIONS(1887), + [anon_sym_typedef] = ACTIONS(1887), + [anon_sym_extern] = ACTIONS(1887), + [anon_sym___attribute__] = ACTIONS(1887), + [anon_sym_COLON_COLON] = ACTIONS(1889), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1889), + [anon_sym___declspec] = ACTIONS(1887), + [anon_sym___based] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(1887), + [anon_sym_static] = ACTIONS(1887), + [anon_sym_register] = ACTIONS(1887), + [anon_sym_inline] = ACTIONS(1887), + [anon_sym_thread_local] = ACTIONS(1887), + [anon_sym_const] = ACTIONS(1887), + [anon_sym_volatile] = ACTIONS(1887), + [anon_sym_restrict] = ACTIONS(1887), + [anon_sym__Atomic] = ACTIONS(1887), + [anon_sym_mutable] = ACTIONS(1887), + [anon_sym_constexpr] = ACTIONS(1887), + [anon_sym_signed] = ACTIONS(1887), + [anon_sym_unsigned] = ACTIONS(1887), + [anon_sym_long] = ACTIONS(1887), + [anon_sym_short] = ACTIONS(1887), + [sym_primitive_type] = ACTIONS(1887), + [anon_sym_enum] = ACTIONS(1887), + [anon_sym_class] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1887), + [anon_sym_union] = ACTIONS(1887), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1887), + [anon_sym_virtual] = ACTIONS(1887), + [anon_sym_explicit] = ACTIONS(1887), + [anon_sym_public] = ACTIONS(1887), + [anon_sym_private] = ACTIONS(1887), + [anon_sym_protected] = ACTIONS(1887), + [sym_auto] = ACTIONS(1887), + [anon_sym_typename] = ACTIONS(1887), + [anon_sym_template] = ACTIONS(1887), + [anon_sym_operator] = ACTIONS(1887), + [anon_sym_friend] = ACTIONS(1887), + [anon_sym_using] = ACTIONS(1887), + [anon_sym_static_assert] = ACTIONS(1887), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1887), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1887), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1887), + [anon_sym_MOZ_COLD] = ACTIONS(1887), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1887), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1887), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1887), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1887), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1887), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1887), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1887), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1887), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1887), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1887), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1887), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1887), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL] = ACTIONS(1887), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1887), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1887), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN] = ACTIONS(1887), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1887), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1887), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1887), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1887), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1887), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1887), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1887), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1887), + [anon_sym_MOZ_RAII] = ACTIONS(1887), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1887), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1887), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1887), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1887), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1887), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1887), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1887), }, - [1180] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2520), - [anon_sym_COMMA] = ACTIONS(2520), - [anon_sym_RPAREN] = ACTIONS(2520), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2525), - [anon_sym_PLUS] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(2520), - [anon_sym_SLASH] = ACTIONS(2525), - [anon_sym_PERCENT] = ACTIONS(2518), - [anon_sym_PIPE_PIPE] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2525), - [anon_sym_CARET] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2527), - [anon_sym_EQ_EQ] = ACTIONS(2518), - [anon_sym_BANG_EQ] = ACTIONS(2518), - [anon_sym_GT] = ACTIONS(2525), - [anon_sym_GT_EQ] = ACTIONS(2518), - [anon_sym_LT_EQ] = ACTIONS(2518), - [anon_sym_LT] = ACTIONS(2525), - [anon_sym_LT_LT] = ACTIONS(2518), - [anon_sym_GT_GT] = ACTIONS(2518), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2527), - [anon_sym_EQ] = 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_QMARK] = ACTIONS(2518), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_DOT] = ACTIONS(2525), - [anon_sym_DASH_GT] = ACTIONS(2518), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), + [1189] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [anon_sym_public] = ACTIONS(1667), + [anon_sym_private] = ACTIONS(1667), + [anon_sym_protected] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_friend] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), }, - [1181] = { - [sym_compound_statement] = STATE(159), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym__expression] = STATE(2884), - [sym_comma_expression] = STATE(4850), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(159), - [sym_co_return_statement] = STATE(159), - [sym_co_yield_statement] = STATE(159), - [sym_throw_statement] = STATE(159), - [sym_try_statement] = STATE(159), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2696), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(269), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(271), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_case] = ACTIONS(275), - [anon_sym_default] = ACTIONS(277), - [anon_sym_while] = ACTIONS(279), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_return] = ACTIONS(285), - [anon_sym_break] = ACTIONS(287), - [anon_sym_continue] = ACTIONS(289), - [anon_sym_goto] = ACTIONS(291), - [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), + [1190] = { + [sym_identifier] = ACTIONS(1839), + [aux_sym_preproc_def_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token1] = ACTIONS(1839), + [aux_sym_preproc_if_token2] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1839), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1839), + [sym_preproc_directive] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1841), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1839), + [anon_sym_typedef] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_COLON_COLON] = ACTIONS(1841), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1841), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1839), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym_mutable] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_signed] = ACTIONS(1839), + [anon_sym_unsigned] = ACTIONS(1839), + [anon_sym_long] = ACTIONS(1839), + [anon_sym_short] = ACTIONS(1839), + [sym_primitive_type] = ACTIONS(1839), + [anon_sym_enum] = ACTIONS(1839), + [anon_sym_class] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_union] = ACTIONS(1839), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(295), - [anon_sym_co_return] = ACTIONS(303), - [anon_sym_co_yield] = ACTIONS(305), - [anon_sym_try] = ACTIONS(307), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1839), + [anon_sym_virtual] = ACTIONS(1839), + [anon_sym_explicit] = ACTIONS(1839), + [anon_sym_public] = ACTIONS(1839), + [anon_sym_private] = ACTIONS(1839), + [anon_sym_protected] = ACTIONS(1839), + [sym_auto] = ACTIONS(1839), + [anon_sym_typename] = ACTIONS(1839), + [anon_sym_template] = ACTIONS(1839), + [anon_sym_operator] = ACTIONS(1839), + [anon_sym_friend] = ACTIONS(1839), + [anon_sym_using] = ACTIONS(1839), + [anon_sym_static_assert] = ACTIONS(1839), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1839), + [anon_sym_MOZ_COLD] = ACTIONS(1839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1839), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1839), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL] = ACTIONS(1839), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN] = ACTIONS(1839), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1839), + [anon_sym_MOZ_RAII] = ACTIONS(1839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1839), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1839), }, - [1182] = { - [sym_compound_statement] = STATE(270), - [sym_labeled_statement] = STATE(270), - [sym_expression_statement] = STATE(270), - [sym_if_statement] = STATE(270), - [sym_switch_statement] = STATE(270), - [sym_case_statement] = STATE(270), - [sym_while_statement] = STATE(270), - [sym_do_statement] = STATE(270), - [sym_for_statement] = STATE(270), - [sym_return_statement] = STATE(270), - [sym_break_statement] = STATE(270), - [sym_continue_statement] = STATE(270), - [sym_goto_statement] = STATE(270), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(270), - [sym_co_return_statement] = STATE(270), - [sym_co_yield_statement] = STATE(270), - [sym_throw_statement] = STATE(270), - [sym_try_statement] = STATE(270), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1191] = { + [sym_identifier] = ACTIONS(3090), + [aux_sym_preproc_def_token1] = ACTIONS(3090), + [aux_sym_preproc_if_token1] = ACTIONS(3090), + [aux_sym_preproc_if_token2] = ACTIONS(3090), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3090), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3090), + [sym_preproc_directive] = ACTIONS(3090), + [anon_sym_LPAREN2] = ACTIONS(3092), + [anon_sym_TILDE] = ACTIONS(3092), + [anon_sym_STAR] = ACTIONS(3092), + [anon_sym_AMP_AMP] = ACTIONS(3092), + [anon_sym_AMP] = ACTIONS(3090), + [anon_sym_typedef] = ACTIONS(3090), + [anon_sym_extern] = ACTIONS(3090), + [anon_sym___attribute__] = ACTIONS(3090), + [anon_sym_COLON_COLON] = ACTIONS(3092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3092), + [anon_sym___declspec] = ACTIONS(3090), + [anon_sym___based] = ACTIONS(3090), + [anon_sym_LBRACK] = ACTIONS(3090), + [anon_sym_static] = ACTIONS(3090), + [anon_sym_register] = ACTIONS(3090), + [anon_sym_inline] = ACTIONS(3090), + [anon_sym_thread_local] = ACTIONS(3090), + [anon_sym_const] = ACTIONS(3090), + [anon_sym_volatile] = ACTIONS(3090), + [anon_sym_restrict] = ACTIONS(3090), + [anon_sym__Atomic] = ACTIONS(3090), + [anon_sym_mutable] = ACTIONS(3090), + [anon_sym_constexpr] = ACTIONS(3090), + [anon_sym_signed] = ACTIONS(3090), + [anon_sym_unsigned] = ACTIONS(3090), + [anon_sym_long] = ACTIONS(3090), + [anon_sym_short] = ACTIONS(3090), + [sym_primitive_type] = ACTIONS(3090), + [anon_sym_enum] = ACTIONS(3090), + [anon_sym_class] = ACTIONS(3090), + [anon_sym_struct] = ACTIONS(3090), + [anon_sym_union] = ACTIONS(3090), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3090), + [anon_sym_virtual] = ACTIONS(3090), + [anon_sym_explicit] = ACTIONS(3090), + [anon_sym_public] = ACTIONS(3090), + [anon_sym_private] = ACTIONS(3090), + [anon_sym_protected] = ACTIONS(3090), + [sym_auto] = ACTIONS(3090), + [anon_sym_typename] = ACTIONS(3090), + [anon_sym_template] = ACTIONS(3090), + [anon_sym_operator] = ACTIONS(3090), + [anon_sym_friend] = ACTIONS(3090), + [anon_sym_using] = ACTIONS(3090), + [anon_sym_static_assert] = ACTIONS(3090), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3090), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3090), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3090), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3090), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3090), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3090), + [anon_sym_MOZ_COLD] = ACTIONS(3090), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3090), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3090), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3090), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3090), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3090), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3090), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3090), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3090), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3090), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3090), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3090), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3090), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3090), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3090), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3090), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3090), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_NONNULL] = ACTIONS(3090), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3090), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3090), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3090), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3090), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_NORETURN] = ACTIONS(3090), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3090), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3090), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3090), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3090), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3090), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3090), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3090), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3090), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3090), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3090), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3090), + [anon_sym_MOZ_RAII] = ACTIONS(3090), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3090), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3090), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3090), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3090), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3090), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3090), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3090), }, - [1183] = { - [sym_compound_statement] = STATE(4621), - [sym_labeled_statement] = STATE(4621), - [sym_expression_statement] = STATE(4621), - [sym_if_statement] = STATE(4621), - [sym_switch_statement] = STATE(4621), - [sym_case_statement] = STATE(4621), - [sym_while_statement] = STATE(4621), - [sym_do_statement] = STATE(4621), - [sym_for_statement] = STATE(4621), - [sym_return_statement] = STATE(4621), - [sym_break_statement] = STATE(4621), - [sym_continue_statement] = STATE(4621), - [sym_goto_statement] = STATE(4621), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4621), - [sym_co_return_statement] = STATE(4621), - [sym_co_yield_statement] = STATE(4621), - [sym_throw_statement] = STATE(4621), - [sym_try_statement] = STATE(4621), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1192] = { + [sym_identifier] = ACTIONS(1835), + [aux_sym_preproc_def_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token1] = ACTIONS(1835), + [aux_sym_preproc_if_token2] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1835), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1835), + [sym_preproc_directive] = ACTIONS(1835), + [anon_sym_LPAREN2] = ACTIONS(1837), + [anon_sym_TILDE] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_typedef] = ACTIONS(1835), + [anon_sym_extern] = ACTIONS(1835), + [anon_sym___attribute__] = ACTIONS(1835), + [anon_sym_COLON_COLON] = ACTIONS(1837), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1837), + [anon_sym___declspec] = ACTIONS(1835), + [anon_sym___based] = ACTIONS(1835), + [anon_sym_LBRACK] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1835), + [anon_sym_register] = ACTIONS(1835), + [anon_sym_inline] = ACTIONS(1835), + [anon_sym_thread_local] = ACTIONS(1835), + [anon_sym_const] = ACTIONS(1835), + [anon_sym_volatile] = ACTIONS(1835), + [anon_sym_restrict] = ACTIONS(1835), + [anon_sym__Atomic] = ACTIONS(1835), + [anon_sym_mutable] = ACTIONS(1835), + [anon_sym_constexpr] = ACTIONS(1835), + [anon_sym_signed] = ACTIONS(1835), + [anon_sym_unsigned] = ACTIONS(1835), + [anon_sym_long] = ACTIONS(1835), + [anon_sym_short] = ACTIONS(1835), + [sym_primitive_type] = ACTIONS(1835), + [anon_sym_enum] = ACTIONS(1835), + [anon_sym_class] = ACTIONS(1835), + [anon_sym_struct] = ACTIONS(1835), + [anon_sym_union] = ACTIONS(1835), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1835), + [anon_sym_virtual] = ACTIONS(1835), + [anon_sym_explicit] = ACTIONS(1835), + [anon_sym_public] = ACTIONS(1835), + [anon_sym_private] = ACTIONS(1835), + [anon_sym_protected] = ACTIONS(1835), + [sym_auto] = ACTIONS(1835), + [anon_sym_typename] = ACTIONS(1835), + [anon_sym_template] = ACTIONS(1835), + [anon_sym_operator] = ACTIONS(1835), + [anon_sym_friend] = ACTIONS(1835), + [anon_sym_using] = ACTIONS(1835), + [anon_sym_static_assert] = ACTIONS(1835), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1835), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1835), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1835), + [anon_sym_MOZ_COLD] = ACTIONS(1835), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1835), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1835), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1835), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1835), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1835), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1835), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1835), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1835), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1835), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1835), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1835), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1835), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL] = ACTIONS(1835), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1835), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1835), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN] = ACTIONS(1835), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1835), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1835), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1835), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1835), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1835), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1835), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1835), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1835), + [anon_sym_MOZ_RAII] = ACTIONS(1835), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1835), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1835), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1835), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1835), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1835), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1835), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1835), }, - [1184] = { - [sym_compound_statement] = STATE(4620), - [sym_labeled_statement] = STATE(4620), - [sym_expression_statement] = STATE(4620), - [sym_if_statement] = STATE(4620), - [sym_switch_statement] = STATE(4620), - [sym_case_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_return_statement] = STATE(4620), - [sym_break_statement] = STATE(4620), - [sym_continue_statement] = STATE(4620), - [sym_goto_statement] = STATE(4620), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4620), - [sym_co_return_statement] = STATE(4620), - [sym_co_yield_statement] = STATE(4620), - [sym_throw_statement] = STATE(4620), - [sym_try_statement] = STATE(4620), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1193] = { + [sym_identifier] = ACTIONS(3094), + [aux_sym_preproc_def_token1] = ACTIONS(3094), + [aux_sym_preproc_if_token1] = ACTIONS(3094), + [aux_sym_preproc_if_token2] = ACTIONS(3094), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), + [sym_preproc_directive] = ACTIONS(3094), + [anon_sym_LPAREN2] = ACTIONS(3096), + [anon_sym_TILDE] = ACTIONS(3096), + [anon_sym_STAR] = ACTIONS(3096), + [anon_sym_AMP_AMP] = ACTIONS(3096), + [anon_sym_AMP] = ACTIONS(3094), + [anon_sym_typedef] = ACTIONS(3094), + [anon_sym_extern] = ACTIONS(3094), + [anon_sym___attribute__] = ACTIONS(3094), + [anon_sym_COLON_COLON] = ACTIONS(3096), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), + [anon_sym___declspec] = ACTIONS(3094), + [anon_sym___based] = ACTIONS(3094), + [anon_sym_LBRACK] = ACTIONS(3094), + [anon_sym_static] = ACTIONS(3094), + [anon_sym_register] = ACTIONS(3094), + [anon_sym_inline] = ACTIONS(3094), + [anon_sym_thread_local] = ACTIONS(3094), + [anon_sym_const] = ACTIONS(3094), + [anon_sym_volatile] = ACTIONS(3094), + [anon_sym_restrict] = ACTIONS(3094), + [anon_sym__Atomic] = ACTIONS(3094), + [anon_sym_mutable] = ACTIONS(3094), + [anon_sym_constexpr] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3094), + [anon_sym_unsigned] = ACTIONS(3094), + [anon_sym_long] = ACTIONS(3094), + [anon_sym_short] = ACTIONS(3094), + [sym_primitive_type] = ACTIONS(3094), + [anon_sym_enum] = ACTIONS(3094), + [anon_sym_class] = ACTIONS(3094), + [anon_sym_struct] = ACTIONS(3094), + [anon_sym_union] = ACTIONS(3094), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3094), + [anon_sym_virtual] = ACTIONS(3094), + [anon_sym_explicit] = ACTIONS(3094), + [anon_sym_public] = ACTIONS(3094), + [anon_sym_private] = ACTIONS(3094), + [anon_sym_protected] = ACTIONS(3094), + [sym_auto] = ACTIONS(3094), + [anon_sym_typename] = ACTIONS(3094), + [anon_sym_template] = ACTIONS(3094), + [anon_sym_operator] = ACTIONS(3094), + [anon_sym_friend] = ACTIONS(3094), + [anon_sym_using] = ACTIONS(3094), + [anon_sym_static_assert] = ACTIONS(3094), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3094), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3094), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3094), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3094), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3094), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3094), + [anon_sym_MOZ_COLD] = ACTIONS(3094), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3094), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3094), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3094), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3094), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3094), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3094), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3094), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3094), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3094), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3094), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3094), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3094), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3094), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3094), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3094), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_NONNULL] = ACTIONS(3094), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3094), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3094), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3094), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3094), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_NORETURN] = ACTIONS(3094), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3094), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3094), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3094), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3094), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3094), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3094), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3094), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3094), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3094), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), + [anon_sym_MOZ_RAII] = ACTIONS(3094), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3094), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3094), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3094), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3094), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3094), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3094), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3094), }, - [1185] = { - [sym_compound_statement] = STATE(4595), - [sym_labeled_statement] = STATE(4595), - [sym_expression_statement] = STATE(4595), - [sym_if_statement] = STATE(4595), - [sym_switch_statement] = STATE(4595), - [sym_case_statement] = STATE(4595), - [sym_while_statement] = STATE(4595), - [sym_do_statement] = STATE(4595), - [sym_for_statement] = STATE(4595), - [sym_return_statement] = STATE(4595), - [sym_break_statement] = STATE(4595), - [sym_continue_statement] = STATE(4595), - [sym_goto_statement] = STATE(4595), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4595), - [sym_co_return_statement] = STATE(4595), - [sym_co_yield_statement] = STATE(4595), - [sym_throw_statement] = STATE(4595), - [sym_try_statement] = STATE(4595), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1194] = { + [sym_identifier] = ACTIONS(1743), + [aux_sym_preproc_def_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token1] = ACTIONS(1743), + [aux_sym_preproc_if_token2] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_LPAREN2] = ACTIONS(1745), + [anon_sym_TILDE] = ACTIONS(1745), + [anon_sym_STAR] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1745), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_typedef] = ACTIONS(1743), + [anon_sym_extern] = ACTIONS(1743), + [anon_sym___attribute__] = ACTIONS(1743), + [anon_sym_COLON_COLON] = ACTIONS(1745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1745), + [anon_sym___declspec] = ACTIONS(1743), + [anon_sym___based] = ACTIONS(1743), + [anon_sym_LBRACK] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1743), + [anon_sym_register] = ACTIONS(1743), + [anon_sym_inline] = ACTIONS(1743), + [anon_sym_thread_local] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1743), + [anon_sym_volatile] = ACTIONS(1743), + [anon_sym_restrict] = ACTIONS(1743), + [anon_sym__Atomic] = ACTIONS(1743), + [anon_sym_mutable] = ACTIONS(1743), + [anon_sym_constexpr] = ACTIONS(1743), + [anon_sym_signed] = ACTIONS(1743), + [anon_sym_unsigned] = ACTIONS(1743), + [anon_sym_long] = ACTIONS(1743), + [anon_sym_short] = ACTIONS(1743), + [sym_primitive_type] = ACTIONS(1743), + [anon_sym_enum] = ACTIONS(1743), + [anon_sym_class] = ACTIONS(1743), + [anon_sym_struct] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1743), + [anon_sym_virtual] = ACTIONS(1743), + [anon_sym_explicit] = ACTIONS(1743), + [anon_sym_public] = ACTIONS(1743), + [anon_sym_private] = ACTIONS(1743), + [anon_sym_protected] = ACTIONS(1743), + [sym_auto] = ACTIONS(1743), + [anon_sym_typename] = ACTIONS(1743), + [anon_sym_template] = ACTIONS(1743), + [anon_sym_operator] = ACTIONS(1743), + [anon_sym_friend] = ACTIONS(1743), + [anon_sym_using] = ACTIONS(1743), + [anon_sym_static_assert] = ACTIONS(1743), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1743), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1743), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1743), + [anon_sym_MOZ_COLD] = ACTIONS(1743), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1743), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1743), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1743), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1743), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1743), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1743), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1743), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1743), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1743), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1743), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1743), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1743), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL] = ACTIONS(1743), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1743), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1743), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN] = ACTIONS(1743), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1743), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1743), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1743), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1743), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1743), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1743), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1743), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1743), + [anon_sym_MOZ_RAII] = ACTIONS(1743), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1743), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1743), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1743), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1743), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1743), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1743), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1743), }, - [1186] = { - [sym_compound_statement] = STATE(312), - [sym_labeled_statement] = STATE(313), - [sym_expression_statement] = STATE(315), - [sym_if_statement] = STATE(316), - [sym_switch_statement] = STATE(320), - [sym_case_statement] = STATE(321), - [sym_while_statement] = STATE(322), - [sym_do_statement] = STATE(323), - [sym_for_statement] = STATE(325), - [sym_return_statement] = STATE(326), - [sym_break_statement] = STATE(327), - [sym_continue_statement] = STATE(328), - [sym_goto_statement] = STATE(329), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(336), - [sym_co_return_statement] = STATE(339), - [sym_co_yield_statement] = STATE(340), - [sym_throw_statement] = STATE(341), - [sym_try_statement] = STATE(346), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1195] = { + [sym_identifier] = ACTIONS(1831), + [aux_sym_preproc_def_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token1] = ACTIONS(1831), + [aux_sym_preproc_if_token2] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1831), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1831), + [sym_preproc_directive] = ACTIONS(1831), + [anon_sym_LPAREN2] = ACTIONS(1833), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_typedef] = ACTIONS(1831), + [anon_sym_extern] = ACTIONS(1831), + [anon_sym___attribute__] = ACTIONS(1831), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1833), + [anon_sym___declspec] = ACTIONS(1831), + [anon_sym___based] = ACTIONS(1831), + [anon_sym_LBRACK] = ACTIONS(1831), + [anon_sym_static] = ACTIONS(1831), + [anon_sym_register] = ACTIONS(1831), + [anon_sym_inline] = ACTIONS(1831), + [anon_sym_thread_local] = ACTIONS(1831), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_volatile] = ACTIONS(1831), + [anon_sym_restrict] = ACTIONS(1831), + [anon_sym__Atomic] = ACTIONS(1831), + [anon_sym_mutable] = ACTIONS(1831), + [anon_sym_constexpr] = ACTIONS(1831), + [anon_sym_signed] = ACTIONS(1831), + [anon_sym_unsigned] = ACTIONS(1831), + [anon_sym_long] = ACTIONS(1831), + [anon_sym_short] = ACTIONS(1831), + [sym_primitive_type] = ACTIONS(1831), + [anon_sym_enum] = ACTIONS(1831), + [anon_sym_class] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1831), + [anon_sym_virtual] = ACTIONS(1831), + [anon_sym_explicit] = ACTIONS(1831), + [anon_sym_public] = ACTIONS(1831), + [anon_sym_private] = ACTIONS(1831), + [anon_sym_protected] = ACTIONS(1831), + [sym_auto] = ACTIONS(1831), + [anon_sym_typename] = ACTIONS(1831), + [anon_sym_template] = ACTIONS(1831), + [anon_sym_operator] = ACTIONS(1831), + [anon_sym_friend] = ACTIONS(1831), + [anon_sym_using] = ACTIONS(1831), + [anon_sym_static_assert] = ACTIONS(1831), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1831), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1831), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1831), + [anon_sym_MOZ_COLD] = ACTIONS(1831), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1831), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1831), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1831), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1831), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1831), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1831), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1831), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1831), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1831), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1831), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1831), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1831), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL] = ACTIONS(1831), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1831), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1831), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN] = ACTIONS(1831), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1831), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1831), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1831), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1831), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1831), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1831), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1831), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1831), + [anon_sym_MOZ_RAII] = ACTIONS(1831), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1831), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1831), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1831), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1831), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1831), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1831), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1831), }, - [1187] = { - [sym_compound_statement] = STATE(4585), - [sym_labeled_statement] = STATE(4588), - [sym_expression_statement] = STATE(4589), - [sym_if_statement] = STATE(4590), - [sym_switch_statement] = STATE(4593), - [sym_case_statement] = STATE(4594), - [sym_while_statement] = STATE(4627), - [sym_do_statement] = STATE(4596), - [sym_for_statement] = STATE(4598), - [sym_return_statement] = STATE(4599), - [sym_break_statement] = STATE(4601), - [sym_continue_statement] = STATE(4602), - [sym_goto_statement] = STATE(4603), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4610), - [sym_co_return_statement] = STATE(4611), - [sym_co_yield_statement] = STATE(4612), - [sym_throw_statement] = STATE(4615), - [sym_try_statement] = STATE(4618), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1196] = { + [sym_identifier] = ACTIONS(1667), + [aux_sym_preproc_def_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token1] = ACTIONS(1667), + [aux_sym_preproc_if_token2] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1667), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1667), + [sym_preproc_directive] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_TILDE] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1669), + [anon_sym_AMP_AMP] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1667), + [anon_sym_typedef] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym___attribute__] = ACTIONS(1667), + [anon_sym_COLON_COLON] = ACTIONS(1669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1669), + [anon_sym___declspec] = ACTIONS(1667), + [anon_sym___based] = ACTIONS(1667), + [anon_sym_LBRACK] = ACTIONS(1667), + [anon_sym_static] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_inline] = ACTIONS(1667), + [anon_sym_thread_local] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [anon_sym_volatile] = ACTIONS(1667), + [anon_sym_restrict] = ACTIONS(1667), + [anon_sym__Atomic] = ACTIONS(1667), + [anon_sym_mutable] = ACTIONS(1667), + [anon_sym_constexpr] = ACTIONS(1667), + [anon_sym_signed] = ACTIONS(1667), + [anon_sym_unsigned] = ACTIONS(1667), + [anon_sym_long] = ACTIONS(1667), + [anon_sym_short] = ACTIONS(1667), + [sym_primitive_type] = ACTIONS(1667), + [anon_sym_enum] = ACTIONS(1667), + [anon_sym_class] = ACTIONS(1667), + [anon_sym_struct] = ACTIONS(1667), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1667), + [anon_sym_virtual] = ACTIONS(1667), + [anon_sym_explicit] = ACTIONS(1667), + [anon_sym_public] = ACTIONS(1667), + [anon_sym_private] = ACTIONS(1667), + [anon_sym_protected] = ACTIONS(1667), + [sym_auto] = ACTIONS(1667), + [anon_sym_typename] = ACTIONS(1667), + [anon_sym_template] = ACTIONS(1667), + [anon_sym_operator] = ACTIONS(1667), + [anon_sym_friend] = ACTIONS(1667), + [anon_sym_using] = ACTIONS(1667), + [anon_sym_static_assert] = ACTIONS(1667), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1667), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1667), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1667), + [anon_sym_MOZ_COLD] = ACTIONS(1667), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1667), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1667), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1667), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1667), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1667), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1667), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1667), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1667), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1667), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1667), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1667), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1667), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL] = ACTIONS(1667), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1667), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1667), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN] = ACTIONS(1667), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1667), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1667), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1667), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1667), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1667), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1667), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1667), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1667), + [anon_sym_MOZ_RAII] = ACTIONS(1667), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1667), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1667), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1667), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1667), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1667), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1667), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1667), }, - [1188] = { - [sym_compound_statement] = STATE(4537), - [sym_labeled_statement] = STATE(4541), - [sym_expression_statement] = STATE(4544), - [sym_if_statement] = STATE(4546), - [sym_switch_statement] = STATE(4547), - [sym_case_statement] = STATE(4549), - [sym_while_statement] = STATE(4550), - [sym_do_statement] = STATE(4557), - [sym_for_statement] = STATE(4563), - [sym_return_statement] = STATE(4565), - [sym_break_statement] = STATE(4567), - [sym_continue_statement] = STATE(4568), - [sym_goto_statement] = STATE(4571), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4573), - [sym_co_return_statement] = STATE(4575), - [sym_co_yield_statement] = STATE(4576), - [sym_throw_statement] = STATE(4577), - [sym_try_statement] = STATE(4578), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1197] = { + [sym_identifier] = ACTIONS(1703), + [aux_sym_preproc_def_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), + [sym_preproc_directive] = ACTIONS(1703), + [anon_sym_LPAREN2] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_STAR] = ACTIONS(1705), + [anon_sym_AMP_AMP] = ACTIONS(1705), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_typedef] = ACTIONS(1703), + [anon_sym_extern] = ACTIONS(1703), + [anon_sym___attribute__] = ACTIONS(1703), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), + [anon_sym___declspec] = ACTIONS(1703), + [anon_sym___based] = ACTIONS(1703), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_LBRACK] = ACTIONS(1703), + [anon_sym_static] = ACTIONS(1703), + [anon_sym_register] = ACTIONS(1703), + [anon_sym_inline] = ACTIONS(1703), + [anon_sym_thread_local] = ACTIONS(1703), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_volatile] = ACTIONS(1703), + [anon_sym_restrict] = ACTIONS(1703), + [anon_sym__Atomic] = ACTIONS(1703), + [anon_sym_mutable] = ACTIONS(1703), + [anon_sym_constexpr] = ACTIONS(1703), + [anon_sym_signed] = ACTIONS(1703), + [anon_sym_unsigned] = ACTIONS(1703), + [anon_sym_long] = ACTIONS(1703), + [anon_sym_short] = ACTIONS(1703), + [sym_primitive_type] = ACTIONS(1703), + [anon_sym_enum] = ACTIONS(1703), + [anon_sym_class] = ACTIONS(1703), + [anon_sym_struct] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1703), + [anon_sym_virtual] = ACTIONS(1703), + [anon_sym_explicit] = ACTIONS(1703), + [anon_sym_public] = ACTIONS(1703), + [anon_sym_private] = ACTIONS(1703), + [anon_sym_protected] = ACTIONS(1703), + [sym_auto] = ACTIONS(1703), + [anon_sym_typename] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1703), + [anon_sym_operator] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1703), + [anon_sym_using] = ACTIONS(1703), + [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1703), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), + [anon_sym_MOZ_COLD] = ACTIONS(1703), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_RAII] = ACTIONS(1703), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), }, - [1189] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1198] = { + [sym_identifier] = ACTIONS(1779), + [aux_sym_preproc_def_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token1] = ACTIONS(1779), + [aux_sym_preproc_if_token2] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1779), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1779), + [sym_preproc_directive] = ACTIONS(1779), + [anon_sym_LPAREN2] = ACTIONS(1781), + [anon_sym_TILDE] = ACTIONS(1781), + [anon_sym_STAR] = ACTIONS(1781), + [anon_sym_AMP_AMP] = ACTIONS(1781), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_typedef] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(1779), + [anon_sym___attribute__] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1779), + [anon_sym___based] = ACTIONS(1779), + [anon_sym_LBRACK] = ACTIONS(1779), + [anon_sym_static] = ACTIONS(1779), + [anon_sym_register] = ACTIONS(1779), + [anon_sym_inline] = ACTIONS(1779), + [anon_sym_thread_local] = ACTIONS(1779), + [anon_sym_const] = ACTIONS(1779), + [anon_sym_volatile] = ACTIONS(1779), + [anon_sym_restrict] = ACTIONS(1779), + [anon_sym__Atomic] = ACTIONS(1779), + [anon_sym_mutable] = ACTIONS(1779), + [anon_sym_constexpr] = ACTIONS(1779), + [anon_sym_signed] = ACTIONS(1779), + [anon_sym_unsigned] = ACTIONS(1779), + [anon_sym_long] = ACTIONS(1779), + [anon_sym_short] = ACTIONS(1779), + [sym_primitive_type] = ACTIONS(1779), + [anon_sym_enum] = ACTIONS(1779), + [anon_sym_class] = ACTIONS(1779), + [anon_sym_struct] = ACTIONS(1779), + [anon_sym_union] = ACTIONS(1779), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1779), + [anon_sym_virtual] = ACTIONS(1779), + [anon_sym_explicit] = ACTIONS(1779), + [anon_sym_public] = ACTIONS(1779), + [anon_sym_private] = ACTIONS(1779), + [anon_sym_protected] = ACTIONS(1779), + [sym_auto] = ACTIONS(1779), + [anon_sym_typename] = ACTIONS(1779), + [anon_sym_template] = ACTIONS(1779), + [anon_sym_operator] = ACTIONS(1779), + [anon_sym_friend] = ACTIONS(1779), + [anon_sym_using] = ACTIONS(1779), + [anon_sym_static_assert] = ACTIONS(1779), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1779), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1779), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1779), + [anon_sym_MOZ_COLD] = ACTIONS(1779), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1779), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1779), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1779), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1779), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1779), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1779), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1779), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1779), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1779), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1779), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1779), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1779), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL] = ACTIONS(1779), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1779), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1779), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN] = ACTIONS(1779), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1779), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1779), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1779), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1779), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1779), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1779), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1779), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1779), + [anon_sym_MOZ_RAII] = ACTIONS(1779), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1779), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1779), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1779), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1779), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1779), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1779), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1779), }, - [1190] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1199] = { + [sym_identifier] = ACTIONS(3098), + [aux_sym_preproc_def_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token2] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), + [sym_preproc_directive] = ACTIONS(3098), + [anon_sym_LPAREN2] = ACTIONS(3100), + [anon_sym_TILDE] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3100), + [anon_sym_AMP_AMP] = ACTIONS(3100), + [anon_sym_AMP] = ACTIONS(3098), + [anon_sym_typedef] = ACTIONS(3098), + [anon_sym_extern] = ACTIONS(3098), + [anon_sym___attribute__] = ACTIONS(3098), + [anon_sym_COLON_COLON] = ACTIONS(3100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), + [anon_sym___declspec] = ACTIONS(3098), + [anon_sym___based] = ACTIONS(3098), + [anon_sym_LBRACK] = ACTIONS(3098), + [anon_sym_static] = ACTIONS(3098), + [anon_sym_register] = ACTIONS(3098), + [anon_sym_inline] = ACTIONS(3098), + [anon_sym_thread_local] = ACTIONS(3098), + [anon_sym_const] = ACTIONS(3098), + [anon_sym_volatile] = ACTIONS(3098), + [anon_sym_restrict] = ACTIONS(3098), + [anon_sym__Atomic] = ACTIONS(3098), + [anon_sym_mutable] = ACTIONS(3098), + [anon_sym_constexpr] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3098), + [anon_sym_unsigned] = ACTIONS(3098), + [anon_sym_long] = ACTIONS(3098), + [anon_sym_short] = ACTIONS(3098), + [sym_primitive_type] = ACTIONS(3098), + [anon_sym_enum] = ACTIONS(3098), + [anon_sym_class] = ACTIONS(3098), + [anon_sym_struct] = ACTIONS(3098), + [anon_sym_union] = ACTIONS(3098), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3098), + [anon_sym_virtual] = ACTIONS(3098), + [anon_sym_explicit] = ACTIONS(3098), + [anon_sym_public] = ACTIONS(3098), + [anon_sym_private] = ACTIONS(3098), + [anon_sym_protected] = ACTIONS(3098), + [sym_auto] = ACTIONS(3098), + [anon_sym_typename] = ACTIONS(3098), + [anon_sym_template] = ACTIONS(3098), + [anon_sym_operator] = ACTIONS(3098), + [anon_sym_friend] = ACTIONS(3098), + [anon_sym_using] = ACTIONS(3098), + [anon_sym_static_assert] = ACTIONS(3098), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3098), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3098), + [anon_sym_MOZ_COLD] = ACTIONS(3098), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3098), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3098), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3098), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3098), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3098), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3098), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3098), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3098), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3098), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3098), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3098), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3098), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_RAII] = ACTIONS(3098), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3098), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3098), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3098), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3098), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3098), }, - [1191] = { - [sym_compound_statement] = STATE(347), - [sym_labeled_statement] = STATE(347), - [sym_expression_statement] = STATE(347), - [sym_if_statement] = STATE(347), - [sym_switch_statement] = STATE(347), - [sym_case_statement] = STATE(347), - [sym_while_statement] = STATE(347), - [sym_do_statement] = STATE(347), - [sym_for_statement] = STATE(347), - [sym_return_statement] = STATE(347), - [sym_break_statement] = STATE(347), - [sym_continue_statement] = STATE(347), - [sym_goto_statement] = STATE(347), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(347), - [sym_co_return_statement] = STATE(347), - [sym_co_yield_statement] = STATE(347), - [sym_throw_statement] = STATE(347), - [sym_try_statement] = STATE(347), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1200] = { + [sym_identifier] = ACTIONS(1771), + [aux_sym_preproc_def_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token1] = ACTIONS(1771), + [aux_sym_preproc_if_token2] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1771), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_TILDE] = ACTIONS(1773), + [anon_sym_STAR] = ACTIONS(1773), + [anon_sym_AMP_AMP] = ACTIONS(1773), + [anon_sym_AMP] = ACTIONS(1771), + [anon_sym_typedef] = ACTIONS(1771), + [anon_sym_extern] = ACTIONS(1771), + [anon_sym___attribute__] = ACTIONS(1771), + [anon_sym_COLON_COLON] = ACTIONS(1773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1773), + [anon_sym___declspec] = ACTIONS(1771), + [anon_sym___based] = ACTIONS(1771), + [anon_sym_LBRACK] = ACTIONS(1771), + [anon_sym_static] = ACTIONS(1771), + [anon_sym_register] = ACTIONS(1771), + [anon_sym_inline] = ACTIONS(1771), + [anon_sym_thread_local] = ACTIONS(1771), + [anon_sym_const] = ACTIONS(1771), + [anon_sym_volatile] = ACTIONS(1771), + [anon_sym_restrict] = ACTIONS(1771), + [anon_sym__Atomic] = ACTIONS(1771), + [anon_sym_mutable] = ACTIONS(1771), + [anon_sym_constexpr] = ACTIONS(1771), + [anon_sym_signed] = ACTIONS(1771), + [anon_sym_unsigned] = ACTIONS(1771), + [anon_sym_long] = ACTIONS(1771), + [anon_sym_short] = ACTIONS(1771), + [sym_primitive_type] = ACTIONS(1771), + [anon_sym_enum] = ACTIONS(1771), + [anon_sym_class] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1771), + [anon_sym_union] = ACTIONS(1771), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1771), + [anon_sym_virtual] = ACTIONS(1771), + [anon_sym_explicit] = ACTIONS(1771), + [anon_sym_public] = ACTIONS(1771), + [anon_sym_private] = ACTIONS(1771), + [anon_sym_protected] = ACTIONS(1771), + [sym_auto] = ACTIONS(1771), + [anon_sym_typename] = ACTIONS(1771), + [anon_sym_template] = ACTIONS(1771), + [anon_sym_operator] = ACTIONS(1771), + [anon_sym_friend] = ACTIONS(1771), + [anon_sym_using] = ACTIONS(1771), + [anon_sym_static_assert] = ACTIONS(1771), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1771), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1771), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1771), + [anon_sym_MOZ_COLD] = ACTIONS(1771), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1771), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1771), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1771), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1771), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1771), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1771), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1771), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1771), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1771), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1771), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1771), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1771), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL] = ACTIONS(1771), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1771), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1771), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN] = ACTIONS(1771), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1771), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1771), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1771), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1771), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1771), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1771), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1771), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1771), + [anon_sym_MOZ_RAII] = ACTIONS(1771), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1771), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1771), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1771), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1771), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1771), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1771), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1771), }, - [1192] = { - [sym_compound_statement] = STATE(265), - [sym_labeled_statement] = STATE(265), - [sym_expression_statement] = STATE(265), - [sym_if_statement] = STATE(265), - [sym_switch_statement] = STATE(265), - [sym_case_statement] = STATE(265), - [sym_while_statement] = STATE(265), - [sym_do_statement] = STATE(265), - [sym_for_statement] = STATE(265), - [sym_return_statement] = STATE(265), - [sym_break_statement] = STATE(265), - [sym_continue_statement] = STATE(265), - [sym_goto_statement] = STATE(265), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(265), - [sym_co_return_statement] = STATE(265), - [sym_co_yield_statement] = STATE(265), - [sym_throw_statement] = STATE(265), - [sym_try_statement] = STATE(265), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1201] = { + [sym_identifier] = ACTIONS(3098), + [aux_sym_preproc_def_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token1] = ACTIONS(3098), + [aux_sym_preproc_if_token2] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), + [sym_preproc_directive] = ACTIONS(3098), + [anon_sym_LPAREN2] = ACTIONS(3100), + [anon_sym_TILDE] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3100), + [anon_sym_AMP_AMP] = ACTIONS(3100), + [anon_sym_AMP] = ACTIONS(3098), + [anon_sym_typedef] = ACTIONS(3098), + [anon_sym_extern] = ACTIONS(3098), + [anon_sym___attribute__] = ACTIONS(3098), + [anon_sym_COLON_COLON] = ACTIONS(3100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), + [anon_sym___declspec] = ACTIONS(3098), + [anon_sym___based] = ACTIONS(3098), + [anon_sym_LBRACK] = ACTIONS(3098), + [anon_sym_static] = ACTIONS(3098), + [anon_sym_register] = ACTIONS(3098), + [anon_sym_inline] = ACTIONS(3098), + [anon_sym_thread_local] = ACTIONS(3098), + [anon_sym_const] = ACTIONS(3098), + [anon_sym_volatile] = ACTIONS(3098), + [anon_sym_restrict] = ACTIONS(3098), + [anon_sym__Atomic] = ACTIONS(3098), + [anon_sym_mutable] = ACTIONS(3098), + [anon_sym_constexpr] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3098), + [anon_sym_unsigned] = ACTIONS(3098), + [anon_sym_long] = ACTIONS(3098), + [anon_sym_short] = ACTIONS(3098), + [sym_primitive_type] = ACTIONS(3098), + [anon_sym_enum] = ACTIONS(3098), + [anon_sym_class] = ACTIONS(3098), + [anon_sym_struct] = ACTIONS(3098), + [anon_sym_union] = ACTIONS(3098), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3098), + [anon_sym_virtual] = ACTIONS(3098), + [anon_sym_explicit] = ACTIONS(3098), + [anon_sym_public] = ACTIONS(3098), + [anon_sym_private] = ACTIONS(3098), + [anon_sym_protected] = ACTIONS(3098), + [sym_auto] = ACTIONS(3098), + [anon_sym_typename] = ACTIONS(3098), + [anon_sym_template] = ACTIONS(3098), + [anon_sym_operator] = ACTIONS(3098), + [anon_sym_friend] = ACTIONS(3098), + [anon_sym_using] = ACTIONS(3098), + [anon_sym_static_assert] = ACTIONS(3098), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3098), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3098), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3098), + [anon_sym_MOZ_COLD] = ACTIONS(3098), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3098), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3098), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3098), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3098), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3098), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3098), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3098), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3098), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3098), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3098), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3098), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3098), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL] = ACTIONS(3098), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3098), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3098), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN] = ACTIONS(3098), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3098), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3098), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3098), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3098), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3098), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3098), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3098), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3098), + [anon_sym_MOZ_RAII] = ACTIONS(3098), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3098), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3098), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3098), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3098), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3098), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3098), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3098), }, - [1193] = { - [sym_compound_statement] = STATE(486), - [sym_labeled_statement] = STATE(486), - [sym_expression_statement] = STATE(486), - [sym_if_statement] = STATE(486), - [sym_switch_statement] = STATE(486), - [sym_case_statement] = STATE(486), - [sym_while_statement] = STATE(486), - [sym_do_statement] = STATE(486), - [sym_for_statement] = STATE(486), - [sym_return_statement] = STATE(486), - [sym_break_statement] = STATE(486), - [sym_continue_statement] = STATE(486), - [sym_goto_statement] = STATE(486), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(486), - [sym_co_return_statement] = STATE(486), - [sym_co_yield_statement] = STATE(486), - [sym_throw_statement] = STATE(486), - [sym_try_statement] = STATE(486), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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), + [1202] = { + [sym_identifier] = ACTIONS(1703), + [aux_sym_preproc_def_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_if_token2] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1703), + [sym_preproc_directive] = ACTIONS(1703), + [anon_sym_LPAREN2] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_STAR] = ACTIONS(1705), + [anon_sym_AMP_AMP] = ACTIONS(1705), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_typedef] = ACTIONS(1703), + [anon_sym_extern] = ACTIONS(1703), + [anon_sym___attribute__] = ACTIONS(1703), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1705), + [anon_sym___declspec] = ACTIONS(1703), + [anon_sym___based] = ACTIONS(1703), + [anon_sym_LBRACK] = ACTIONS(1703), + [anon_sym_static] = ACTIONS(1703), + [anon_sym_register] = ACTIONS(1703), + [anon_sym_inline] = ACTIONS(1703), + [anon_sym_thread_local] = ACTIONS(1703), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_volatile] = ACTIONS(1703), + [anon_sym_restrict] = ACTIONS(1703), + [anon_sym__Atomic] = ACTIONS(1703), + [anon_sym_mutable] = ACTIONS(1703), + [anon_sym_constexpr] = ACTIONS(1703), + [anon_sym_signed] = ACTIONS(1703), + [anon_sym_unsigned] = ACTIONS(1703), + [anon_sym_long] = ACTIONS(1703), + [anon_sym_short] = ACTIONS(1703), + [sym_primitive_type] = ACTIONS(1703), + [anon_sym_enum] = ACTIONS(1703), + [anon_sym_class] = ACTIONS(1703), + [anon_sym_struct] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1703), + [anon_sym_virtual] = ACTIONS(1703), + [anon_sym_explicit] = ACTIONS(1703), + [anon_sym_public] = ACTIONS(1703), + [anon_sym_private] = ACTIONS(1703), + [anon_sym_protected] = ACTIONS(1703), + [sym_auto] = ACTIONS(1703), + [anon_sym_typename] = ACTIONS(1703), + [anon_sym_template] = ACTIONS(1703), + [anon_sym_operator] = ACTIONS(1703), + [anon_sym_friend] = ACTIONS(1703), + [anon_sym_using] = ACTIONS(1703), + [anon_sym_static_assert] = ACTIONS(1703), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1703), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1703), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1703), + [anon_sym_MOZ_COLD] = ACTIONS(1703), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1703), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1703), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1703), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1703), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1703), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1703), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1703), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1703), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1703), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1703), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1703), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1703), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL] = ACTIONS(1703), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1703), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1703), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN] = ACTIONS(1703), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1703), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1703), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1703), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1703), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1703), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1703), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1703), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1703), + [anon_sym_MOZ_RAII] = ACTIONS(1703), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1703), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1703), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1703), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1703), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1703), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1703), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1703), }, - [1194] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1203] = { + [sym_identifier] = ACTIONS(1715), + [aux_sym_preproc_def_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token2] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_LPAREN2] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_STAR] = ACTIONS(1717), + [anon_sym_AMP_AMP] = ACTIONS(1717), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_typedef] = ACTIONS(1715), + [anon_sym_extern] = ACTIONS(1715), + [anon_sym___attribute__] = ACTIONS(1715), + [anon_sym_COLON_COLON] = ACTIONS(1717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), + [anon_sym___declspec] = ACTIONS(1715), + [anon_sym___based] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1715), + [anon_sym_register] = ACTIONS(1715), + [anon_sym_inline] = ACTIONS(1715), + [anon_sym_thread_local] = ACTIONS(1715), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_volatile] = ACTIONS(1715), + [anon_sym_restrict] = ACTIONS(1715), + [anon_sym__Atomic] = ACTIONS(1715), + [anon_sym_mutable] = ACTIONS(1715), + [anon_sym_constexpr] = ACTIONS(1715), + [anon_sym_signed] = ACTIONS(1715), + [anon_sym_unsigned] = ACTIONS(1715), + [anon_sym_long] = ACTIONS(1715), + [anon_sym_short] = ACTIONS(1715), + [sym_primitive_type] = ACTIONS(1715), + [anon_sym_enum] = ACTIONS(1715), + [anon_sym_class] = ACTIONS(1715), + [anon_sym_struct] = ACTIONS(1715), + [anon_sym_union] = ACTIONS(1715), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1715), + [anon_sym_virtual] = ACTIONS(1715), + [anon_sym_explicit] = ACTIONS(1715), + [anon_sym_public] = ACTIONS(1715), + [anon_sym_private] = ACTIONS(1715), + [anon_sym_protected] = ACTIONS(1715), + [sym_auto] = ACTIONS(1715), + [anon_sym_typename] = ACTIONS(1715), + [anon_sym_template] = ACTIONS(1715), + [anon_sym_operator] = ACTIONS(1715), + [anon_sym_friend] = ACTIONS(1715), + [anon_sym_using] = ACTIONS(1715), + [anon_sym_static_assert] = ACTIONS(1715), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1715), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), + [anon_sym_MOZ_COLD] = ACTIONS(1715), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_RAII] = ACTIONS(1715), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), }, - [1195] = { - [sym_compound_statement] = STATE(262), - [sym_labeled_statement] = STATE(262), - [sym_expression_statement] = STATE(262), - [sym_if_statement] = STATE(262), - [sym_switch_statement] = STATE(262), - [sym_case_statement] = STATE(262), - [sym_while_statement] = STATE(262), - [sym_do_statement] = STATE(262), - [sym_for_statement] = STATE(262), - [sym_return_statement] = STATE(262), - [sym_break_statement] = STATE(262), - [sym_continue_statement] = STATE(262), - [sym_goto_statement] = STATE(262), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(262), - [sym_co_return_statement] = STATE(262), - [sym_co_yield_statement] = STATE(262), - [sym_throw_statement] = STATE(262), - [sym_try_statement] = STATE(262), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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), + [1204] = { + [sym_identifier] = ACTIONS(1843), + [aux_sym_preproc_def_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token1] = ACTIONS(1843), + [aux_sym_preproc_if_token2] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1843), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1843), + [sym_preproc_directive] = ACTIONS(1843), + [anon_sym_LPAREN2] = ACTIONS(1845), + [anon_sym_TILDE] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_typedef] = ACTIONS(1843), + [anon_sym_extern] = ACTIONS(1843), + [anon_sym___attribute__] = ACTIONS(1843), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1845), + [anon_sym___declspec] = ACTIONS(1843), + [anon_sym___based] = ACTIONS(1843), + [anon_sym_LBRACK] = ACTIONS(1843), + [anon_sym_static] = ACTIONS(1843), + [anon_sym_register] = ACTIONS(1843), + [anon_sym_inline] = ACTIONS(1843), + [anon_sym_thread_local] = ACTIONS(1843), + [anon_sym_const] = ACTIONS(1843), + [anon_sym_volatile] = ACTIONS(1843), + [anon_sym_restrict] = ACTIONS(1843), + [anon_sym__Atomic] = ACTIONS(1843), + [anon_sym_mutable] = ACTIONS(1843), + [anon_sym_constexpr] = ACTIONS(1843), + [anon_sym_signed] = ACTIONS(1843), + [anon_sym_unsigned] = ACTIONS(1843), + [anon_sym_long] = ACTIONS(1843), + [anon_sym_short] = ACTIONS(1843), + [sym_primitive_type] = ACTIONS(1843), + [anon_sym_enum] = ACTIONS(1843), + [anon_sym_class] = ACTIONS(1843), + [anon_sym_struct] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1843), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1843), + [anon_sym_virtual] = ACTIONS(1843), + [anon_sym_explicit] = ACTIONS(1843), + [anon_sym_public] = ACTIONS(1843), + [anon_sym_private] = ACTIONS(1843), + [anon_sym_protected] = ACTIONS(1843), + [sym_auto] = ACTIONS(1843), + [anon_sym_typename] = ACTIONS(1843), + [anon_sym_template] = ACTIONS(1843), + [anon_sym_operator] = ACTIONS(1843), + [anon_sym_friend] = ACTIONS(1843), + [anon_sym_using] = ACTIONS(1843), + [anon_sym_static_assert] = ACTIONS(1843), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1843), + [anon_sym_MOZ_COLD] = ACTIONS(1843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL] = ACTIONS(1843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN] = ACTIONS(1843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1843), + [anon_sym_MOZ_RAII] = ACTIONS(1843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1843), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1843), }, - [1196] = { - [sym_compound_statement] = STATE(484), - [sym_labeled_statement] = STATE(484), - [sym_expression_statement] = STATE(484), - [sym_if_statement] = STATE(484), - [sym_switch_statement] = STATE(484), - [sym_case_statement] = STATE(484), - [sym_while_statement] = STATE(484), - [sym_do_statement] = STATE(484), - [sym_for_statement] = STATE(484), - [sym_return_statement] = STATE(484), - [sym_break_statement] = STATE(484), - [sym_continue_statement] = STATE(484), - [sym_goto_statement] = STATE(484), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(484), - [sym_co_return_statement] = STATE(484), - [sym_co_yield_statement] = STATE(484), - [sym_throw_statement] = STATE(484), - [sym_try_statement] = STATE(484), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1205] = { + [sym_identifier] = ACTIONS(1727), + [aux_sym_preproc_def_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token1] = ACTIONS(1727), + [aux_sym_preproc_if_token2] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1727), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1727), + [sym_preproc_directive] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_STAR] = ACTIONS(1729), + [anon_sym_AMP_AMP] = ACTIONS(1729), + [anon_sym_AMP] = ACTIONS(1727), + [anon_sym_typedef] = ACTIONS(1727), + [anon_sym_extern] = ACTIONS(1727), + [anon_sym___attribute__] = ACTIONS(1727), + [anon_sym_COLON_COLON] = ACTIONS(1729), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1729), + [anon_sym___declspec] = ACTIONS(1727), + [anon_sym___based] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_static] = ACTIONS(1727), + [anon_sym_register] = ACTIONS(1727), + [anon_sym_inline] = ACTIONS(1727), + [anon_sym_thread_local] = ACTIONS(1727), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_volatile] = ACTIONS(1727), + [anon_sym_restrict] = ACTIONS(1727), + [anon_sym__Atomic] = ACTIONS(1727), + [anon_sym_mutable] = ACTIONS(1727), + [anon_sym_constexpr] = ACTIONS(1727), + [anon_sym_signed] = ACTIONS(1727), + [anon_sym_unsigned] = ACTIONS(1727), + [anon_sym_long] = ACTIONS(1727), + [anon_sym_short] = ACTIONS(1727), + [sym_primitive_type] = ACTIONS(1727), + [anon_sym_enum] = ACTIONS(1727), + [anon_sym_class] = ACTIONS(1727), + [anon_sym_struct] = ACTIONS(1727), + [anon_sym_union] = ACTIONS(1727), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1197] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2518), - [anon_sym_COMMA] = ACTIONS(2518), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2525), - [anon_sym_PLUS] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(2520), - [anon_sym_SLASH] = ACTIONS(2525), - [anon_sym_PERCENT] = ACTIONS(2518), - [anon_sym_PIPE_PIPE] = ACTIONS(2518), - [anon_sym_AMP_AMP] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2525), - [anon_sym_CARET] = ACTIONS(2518), - [anon_sym_AMP] = ACTIONS(2527), - [anon_sym_EQ_EQ] = ACTIONS(2518), - [anon_sym_BANG_EQ] = ACTIONS(2518), - [anon_sym_GT] = ACTIONS(2525), - [anon_sym_GT_EQ] = ACTIONS(2518), - [anon_sym_LT_EQ] = ACTIONS(2518), - [anon_sym_LT] = ACTIONS(2525), - [anon_sym_LT_LT] = ACTIONS(2518), - [anon_sym_GT_GT] = ACTIONS(2518), - [anon_sym_SEMI] = ACTIONS(2520), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2520), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_RBRACE] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(2527), - [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_QMARK] = ACTIONS(2518), - [anon_sym_DASH_DASH] = ACTIONS(2518), - [anon_sym_PLUS_PLUS] = ACTIONS(2518), - [anon_sym_DOT] = ACTIONS(2525), - [anon_sym_DASH_GT] = ACTIONS(2518), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), + [anon_sym_decltype] = ACTIONS(1727), + [anon_sym_virtual] = ACTIONS(1727), + [anon_sym_explicit] = ACTIONS(1727), + [anon_sym_public] = ACTIONS(1727), + [anon_sym_private] = ACTIONS(1727), + [anon_sym_protected] = ACTIONS(1727), + [sym_auto] = ACTIONS(1727), + [anon_sym_typename] = ACTIONS(1727), + [anon_sym_template] = ACTIONS(1727), + [anon_sym_operator] = ACTIONS(1727), + [anon_sym_friend] = ACTIONS(1727), + [anon_sym_using] = ACTIONS(1727), + [anon_sym_static_assert] = ACTIONS(1727), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1727), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1727), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1727), + [anon_sym_MOZ_COLD] = ACTIONS(1727), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1727), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1727), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1727), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1727), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1727), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1727), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1727), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1727), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1727), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1727), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1727), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1727), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL] = ACTIONS(1727), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1727), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1727), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN] = ACTIONS(1727), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1727), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1727), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1727), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1727), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1727), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1727), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1727), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1727), + [anon_sym_MOZ_RAII] = ACTIONS(1727), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1727), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1727), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1727), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1727), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1727), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1727), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1727), }, - [1198] = { - [sym_compound_statement] = STATE(4492), - [sym_labeled_statement] = STATE(4492), - [sym_expression_statement] = STATE(4492), - [sym_if_statement] = STATE(4492), - [sym_switch_statement] = STATE(4492), - [sym_case_statement] = STATE(4492), - [sym_while_statement] = STATE(4492), - [sym_do_statement] = STATE(4492), - [sym_for_statement] = STATE(4492), - [sym_return_statement] = STATE(4492), - [sym_break_statement] = STATE(4492), - [sym_continue_statement] = STATE(4492), - [sym_goto_statement] = STATE(4492), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4492), - [sym_co_return_statement] = STATE(4492), - [sym_co_yield_statement] = STATE(4492), - [sym_throw_statement] = STATE(4492), - [sym_try_statement] = STATE(4492), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1206] = { + [sym_identifier] = ACTIONS(1707), + [aux_sym_preproc_def_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token1] = ACTIONS(1707), + [aux_sym_preproc_if_token2] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1707), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1707), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_STAR] = ACTIONS(1709), + [anon_sym_AMP_AMP] = ACTIONS(1709), + [anon_sym_AMP] = ACTIONS(1707), + [anon_sym_typedef] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym___attribute__] = ACTIONS(1707), + [anon_sym_COLON_COLON] = ACTIONS(1709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1709), + [anon_sym___declspec] = ACTIONS(1707), + [anon_sym___based] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_static] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_inline] = ACTIONS(1707), + [anon_sym_thread_local] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_volatile] = ACTIONS(1707), + [anon_sym_restrict] = ACTIONS(1707), + [anon_sym__Atomic] = ACTIONS(1707), + [anon_sym_mutable] = ACTIONS(1707), + [anon_sym_constexpr] = ACTIONS(1707), + [anon_sym_signed] = ACTIONS(1707), + [anon_sym_unsigned] = ACTIONS(1707), + [anon_sym_long] = ACTIONS(1707), + [anon_sym_short] = ACTIONS(1707), + [sym_primitive_type] = ACTIONS(1707), + [anon_sym_enum] = ACTIONS(1707), + [anon_sym_class] = ACTIONS(1707), + [anon_sym_struct] = ACTIONS(1707), + [anon_sym_union] = ACTIONS(1707), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1707), + [anon_sym_virtual] = ACTIONS(1707), + [anon_sym_explicit] = ACTIONS(1707), + [anon_sym_public] = ACTIONS(1707), + [anon_sym_private] = ACTIONS(1707), + [anon_sym_protected] = ACTIONS(1707), + [sym_auto] = ACTIONS(1707), + [anon_sym_typename] = ACTIONS(1707), + [anon_sym_template] = ACTIONS(1707), + [anon_sym_operator] = ACTIONS(1707), + [anon_sym_friend] = ACTIONS(1707), + [anon_sym_using] = ACTIONS(1707), + [anon_sym_static_assert] = ACTIONS(1707), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1707), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1707), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1707), + [anon_sym_MOZ_COLD] = ACTIONS(1707), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1707), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1707), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1707), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1707), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1707), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1707), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1707), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1707), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1707), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1707), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1707), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1707), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL] = ACTIONS(1707), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1707), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1707), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN] = ACTIONS(1707), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1707), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1707), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1707), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1707), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1707), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1707), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1707), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1707), + [anon_sym_MOZ_RAII] = ACTIONS(1707), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1707), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1707), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1707), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1707), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1707), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1707), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1707), }, - [1199] = { - [sym_compound_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1207] = { + [sym_identifier] = ACTIONS(1715), + [aux_sym_preproc_def_token1] = ACTIONS(1715), + [aux_sym_preproc_if_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1715), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1715), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_LPAREN2] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_STAR] = ACTIONS(1717), + [anon_sym_AMP_AMP] = ACTIONS(1717), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_typedef] = ACTIONS(1715), + [anon_sym_extern] = ACTIONS(1715), + [anon_sym___attribute__] = ACTIONS(1715), + [anon_sym_COLON_COLON] = ACTIONS(1717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1717), + [anon_sym___declspec] = ACTIONS(1715), + [anon_sym___based] = ACTIONS(1715), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1715), + [anon_sym_register] = ACTIONS(1715), + [anon_sym_inline] = ACTIONS(1715), + [anon_sym_thread_local] = ACTIONS(1715), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_volatile] = ACTIONS(1715), + [anon_sym_restrict] = ACTIONS(1715), + [anon_sym__Atomic] = ACTIONS(1715), + [anon_sym_mutable] = ACTIONS(1715), + [anon_sym_constexpr] = ACTIONS(1715), + [anon_sym_signed] = ACTIONS(1715), + [anon_sym_unsigned] = ACTIONS(1715), + [anon_sym_long] = ACTIONS(1715), + [anon_sym_short] = ACTIONS(1715), + [sym_primitive_type] = ACTIONS(1715), + [anon_sym_enum] = ACTIONS(1715), + [anon_sym_class] = ACTIONS(1715), + [anon_sym_struct] = ACTIONS(1715), + [anon_sym_union] = ACTIONS(1715), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1715), + [anon_sym_virtual] = ACTIONS(1715), + [anon_sym_explicit] = ACTIONS(1715), + [anon_sym_public] = ACTIONS(1715), + [anon_sym_private] = ACTIONS(1715), + [anon_sym_protected] = ACTIONS(1715), + [sym_auto] = ACTIONS(1715), + [anon_sym_typename] = ACTIONS(1715), + [anon_sym_template] = ACTIONS(1715), + [anon_sym_operator] = ACTIONS(1715), + [anon_sym_friend] = ACTIONS(1715), + [anon_sym_using] = ACTIONS(1715), + [anon_sym_static_assert] = ACTIONS(1715), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1715), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1715), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1715), + [anon_sym_MOZ_COLD] = ACTIONS(1715), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1715), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1715), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1715), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1715), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1715), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1715), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1715), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1715), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1715), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1715), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1715), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1715), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL] = ACTIONS(1715), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1715), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1715), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN] = ACTIONS(1715), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1715), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1715), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1715), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1715), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1715), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1715), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1715), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1715), + [anon_sym_MOZ_RAII] = ACTIONS(1715), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1715), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1715), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1715), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1715), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1715), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1715), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1715), }, - [1200] = { - [sym_compound_statement] = STATE(348), - [sym_labeled_statement] = STATE(348), - [sym_expression_statement] = STATE(348), - [sym_if_statement] = STATE(348), - [sym_switch_statement] = STATE(348), - [sym_case_statement] = STATE(348), - [sym_while_statement] = STATE(348), - [sym_do_statement] = STATE(348), - [sym_for_statement] = STATE(348), - [sym_return_statement] = STATE(348), - [sym_break_statement] = STATE(348), - [sym_continue_statement] = STATE(348), - [sym_goto_statement] = STATE(348), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(348), - [sym_co_return_statement] = STATE(348), - [sym_co_yield_statement] = STATE(348), - [sym_throw_statement] = STATE(348), - [sym_try_statement] = STATE(348), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [1208] = { + [sym_identifier] = ACTIONS(3102), + [aux_sym_preproc_def_token1] = ACTIONS(3102), + [aux_sym_preproc_if_token1] = ACTIONS(3102), + [aux_sym_preproc_if_token2] = ACTIONS(3102), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3102), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3102), + [sym_preproc_directive] = ACTIONS(3102), + [anon_sym_LPAREN2] = ACTIONS(3104), + [anon_sym_TILDE] = ACTIONS(3104), + [anon_sym_STAR] = ACTIONS(3104), + [anon_sym_AMP_AMP] = ACTIONS(3104), + [anon_sym_AMP] = ACTIONS(3102), + [anon_sym_typedef] = ACTIONS(3102), + [anon_sym_extern] = ACTIONS(3102), + [anon_sym___attribute__] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3104), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3104), + [anon_sym___declspec] = ACTIONS(3102), + [anon_sym___based] = ACTIONS(3102), + [anon_sym_LBRACK] = ACTIONS(3102), + [anon_sym_static] = ACTIONS(3102), + [anon_sym_register] = ACTIONS(3102), + [anon_sym_inline] = ACTIONS(3102), + [anon_sym_thread_local] = ACTIONS(3102), + [anon_sym_const] = ACTIONS(3102), + [anon_sym_volatile] = ACTIONS(3102), + [anon_sym_restrict] = ACTIONS(3102), + [anon_sym__Atomic] = ACTIONS(3102), + [anon_sym_mutable] = ACTIONS(3102), + [anon_sym_constexpr] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3102), + [anon_sym_unsigned] = ACTIONS(3102), + [anon_sym_long] = ACTIONS(3102), + [anon_sym_short] = ACTIONS(3102), + [sym_primitive_type] = ACTIONS(3102), + [anon_sym_enum] = ACTIONS(3102), + [anon_sym_class] = ACTIONS(3102), + [anon_sym_struct] = ACTIONS(3102), + [anon_sym_union] = ACTIONS(3102), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3102), + [anon_sym_virtual] = ACTIONS(3102), + [anon_sym_explicit] = ACTIONS(3102), + [anon_sym_public] = ACTIONS(3102), + [anon_sym_private] = ACTIONS(3102), + [anon_sym_protected] = ACTIONS(3102), + [sym_auto] = ACTIONS(3102), + [anon_sym_typename] = ACTIONS(3102), + [anon_sym_template] = ACTIONS(3102), + [anon_sym_operator] = ACTIONS(3102), + [anon_sym_friend] = ACTIONS(3102), + [anon_sym_using] = ACTIONS(3102), + [anon_sym_static_assert] = ACTIONS(3102), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3102), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3102), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3102), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3102), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3102), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3102), + [anon_sym_MOZ_COLD] = ACTIONS(3102), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3102), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3102), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3102), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3102), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3102), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3102), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3102), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3102), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3102), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3102), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3102), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3102), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3102), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3102), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3102), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3102), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_NONNULL] = ACTIONS(3102), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3102), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3102), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3102), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3102), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_NORETURN] = ACTIONS(3102), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3102), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3102), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3102), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3102), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3102), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3102), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3102), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3102), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3102), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3102), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3102), + [anon_sym_MOZ_RAII] = ACTIONS(3102), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3102), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3102), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3102), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3102), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3102), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3102), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3102), }, - [1201] = { - [sym_attribute_declaration] = STATE(1938), - [sym_compound_statement] = STATE(375), - [sym_labeled_statement] = STATE(375), - [sym_expression_statement] = STATE(375), - [sym_if_statement] = STATE(375), - [sym_switch_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(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [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_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1031), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1033), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(71), - [anon_sym_switch] = ACTIONS(73), - [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_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), + [1209] = { + [sym_identifier] = ACTIONS(3106), + [aux_sym_preproc_def_token1] = ACTIONS(3106), + [aux_sym_preproc_if_token1] = ACTIONS(3106), + [aux_sym_preproc_if_token2] = ACTIONS(3106), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), + [sym_preproc_directive] = ACTIONS(3106), + [anon_sym_LPAREN2] = ACTIONS(3108), + [anon_sym_TILDE] = ACTIONS(3108), + [anon_sym_STAR] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_AMP] = ACTIONS(3106), + [anon_sym_typedef] = ACTIONS(3106), + [anon_sym_extern] = ACTIONS(3106), + [anon_sym___attribute__] = ACTIONS(3106), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), + [anon_sym___declspec] = ACTIONS(3106), + [anon_sym___based] = ACTIONS(3106), + [anon_sym_LBRACK] = ACTIONS(3106), + [anon_sym_static] = ACTIONS(3106), + [anon_sym_register] = ACTIONS(3106), + [anon_sym_inline] = ACTIONS(3106), + [anon_sym_thread_local] = ACTIONS(3106), + [anon_sym_const] = ACTIONS(3106), + [anon_sym_volatile] = ACTIONS(3106), + [anon_sym_restrict] = ACTIONS(3106), + [anon_sym__Atomic] = ACTIONS(3106), + [anon_sym_mutable] = ACTIONS(3106), + [anon_sym_constexpr] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3106), + [anon_sym_unsigned] = ACTIONS(3106), + [anon_sym_long] = ACTIONS(3106), + [anon_sym_short] = ACTIONS(3106), + [sym_primitive_type] = ACTIONS(3106), + [anon_sym_enum] = ACTIONS(3106), + [anon_sym_class] = ACTIONS(3106), + [anon_sym_struct] = ACTIONS(3106), + [anon_sym_union] = ACTIONS(3106), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(3106), + [anon_sym_virtual] = ACTIONS(3106), + [anon_sym_explicit] = ACTIONS(3106), + [anon_sym_public] = ACTIONS(3106), + [anon_sym_private] = ACTIONS(3106), + [anon_sym_protected] = ACTIONS(3106), + [sym_auto] = ACTIONS(3106), + [anon_sym_typename] = ACTIONS(3106), + [anon_sym_template] = ACTIONS(3106), + [anon_sym_operator] = ACTIONS(3106), + [anon_sym_friend] = ACTIONS(3106), + [anon_sym_using] = ACTIONS(3106), + [anon_sym_static_assert] = ACTIONS(3106), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(3106), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3106), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3106), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3106), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3106), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3106), + [anon_sym_MOZ_COLD] = ACTIONS(3106), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3106), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3106), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3106), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3106), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3106), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3106), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3106), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3106), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3106), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3106), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3106), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3106), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3106), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3106), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3106), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_NONNULL] = ACTIONS(3106), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3106), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3106), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3106), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3106), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_NORETURN] = ACTIONS(3106), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3106), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3106), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3106), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3106), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3106), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3106), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3106), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3106), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3106), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), + [anon_sym_MOZ_RAII] = ACTIONS(3106), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3106), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3106), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3106), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3106), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3106), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3106), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3106), }, - [1202] = { - [sym_compound_statement] = STATE(460), - [sym_labeled_statement] = STATE(460), - [sym_expression_statement] = STATE(460), - [sym_if_statement] = STATE(460), - [sym_switch_statement] = STATE(460), - [sym_case_statement] = STATE(460), - [sym_while_statement] = STATE(460), - [sym_do_statement] = STATE(460), - [sym_for_statement] = STATE(460), - [sym_return_statement] = STATE(460), - [sym_break_statement] = STATE(460), - [sym_continue_statement] = STATE(460), - [sym_goto_statement] = STATE(460), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(460), - [sym_co_return_statement] = STATE(460), - [sym_co_yield_statement] = STATE(460), - [sym_throw_statement] = STATE(460), - [sym_try_statement] = STATE(460), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1210] = { + [sym_identifier] = ACTIONS(1763), + [aux_sym_preproc_def_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token1] = ACTIONS(1763), + [aux_sym_preproc_if_token2] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1763), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1763), + [sym_preproc_directive] = ACTIONS(1763), + [anon_sym_LPAREN2] = ACTIONS(1765), + [anon_sym_TILDE] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1765), + [anon_sym_AMP_AMP] = ACTIONS(1765), + [anon_sym_AMP] = ACTIONS(1763), + [anon_sym_typedef] = ACTIONS(1763), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym_COLON_COLON] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym___based] = ACTIONS(1763), + [anon_sym_LBRACK] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym_mutable] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1763), + [anon_sym_virtual] = ACTIONS(1763), + [anon_sym_explicit] = ACTIONS(1763), + [anon_sym_public] = ACTIONS(1763), + [anon_sym_private] = ACTIONS(1763), + [anon_sym_protected] = ACTIONS(1763), + [sym_auto] = ACTIONS(1763), + [anon_sym_typename] = ACTIONS(1763), + [anon_sym_template] = ACTIONS(1763), + [anon_sym_operator] = ACTIONS(1763), + [anon_sym_friend] = ACTIONS(1763), + [anon_sym_using] = ACTIONS(1763), + [anon_sym_static_assert] = ACTIONS(1763), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1763), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1763), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1763), + [anon_sym_MOZ_COLD] = ACTIONS(1763), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1763), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1763), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1763), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1763), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1763), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1763), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1763), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1763), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1763), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1763), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1763), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1763), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL] = ACTIONS(1763), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1763), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1763), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN] = ACTIONS(1763), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1763), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1763), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1763), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1763), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1763), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1763), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1763), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1763), + [anon_sym_MOZ_RAII] = ACTIONS(1763), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1763), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1763), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1763), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1763), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1763), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1763), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1763), }, - [1203] = { - [sym_compound_statement] = STATE(4533), - [sym_labeled_statement] = STATE(4533), - [sym_expression_statement] = STATE(4533), - [sym_if_statement] = STATE(4533), - [sym_switch_statement] = STATE(4533), - [sym_case_statement] = STATE(4533), - [sym_while_statement] = STATE(4533), - [sym_do_statement] = STATE(4533), - [sym_for_statement] = STATE(4533), - [sym_return_statement] = STATE(4533), - [sym_break_statement] = STATE(4533), - [sym_continue_statement] = STATE(4533), - [sym_goto_statement] = STATE(4533), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4533), - [sym_co_return_statement] = STATE(4533), - [sym_co_yield_statement] = STATE(4533), - [sym_throw_statement] = STATE(4533), - [sym_try_statement] = STATE(4533), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1211] = { + [sym_identifier] = ACTIONS(1699), + [aux_sym_preproc_def_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token1] = ACTIONS(1699), + [aux_sym_preproc_if_token2] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1699), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1699), + [sym_preproc_directive] = ACTIONS(1699), + [anon_sym_LPAREN2] = ACTIONS(1701), + [anon_sym_TILDE] = ACTIONS(1701), + [anon_sym_STAR] = ACTIONS(1701), + [anon_sym_AMP_AMP] = ACTIONS(1701), + [anon_sym_AMP] = ACTIONS(1699), + [anon_sym_typedef] = ACTIONS(1699), + [anon_sym_extern] = ACTIONS(1699), + [anon_sym___attribute__] = ACTIONS(1699), + [anon_sym_COLON_COLON] = ACTIONS(1701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1701), + [anon_sym___declspec] = ACTIONS(1699), + [anon_sym___based] = ACTIONS(1699), + [anon_sym_LBRACK] = ACTIONS(1699), + [anon_sym_static] = ACTIONS(1699), + [anon_sym_register] = ACTIONS(1699), + [anon_sym_inline] = ACTIONS(1699), + [anon_sym_thread_local] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1699), + [anon_sym_volatile] = ACTIONS(1699), + [anon_sym_restrict] = ACTIONS(1699), + [anon_sym__Atomic] = ACTIONS(1699), + [anon_sym_mutable] = ACTIONS(1699), + [anon_sym_constexpr] = ACTIONS(1699), + [anon_sym_signed] = ACTIONS(1699), + [anon_sym_unsigned] = ACTIONS(1699), + [anon_sym_long] = ACTIONS(1699), + [anon_sym_short] = ACTIONS(1699), + [sym_primitive_type] = ACTIONS(1699), + [anon_sym_enum] = ACTIONS(1699), + [anon_sym_class] = ACTIONS(1699), + [anon_sym_struct] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1699), + [anon_sym_virtual] = ACTIONS(1699), + [anon_sym_explicit] = ACTIONS(1699), + [anon_sym_public] = ACTIONS(1699), + [anon_sym_private] = ACTIONS(1699), + [anon_sym_protected] = ACTIONS(1699), + [sym_auto] = ACTIONS(1699), + [anon_sym_typename] = ACTIONS(1699), + [anon_sym_template] = ACTIONS(1699), + [anon_sym_operator] = ACTIONS(1699), + [anon_sym_friend] = ACTIONS(1699), + [anon_sym_using] = ACTIONS(1699), + [anon_sym_static_assert] = ACTIONS(1699), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1699), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1699), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1699), + [anon_sym_MOZ_COLD] = ACTIONS(1699), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1699), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1699), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1699), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1699), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1699), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1699), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1699), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1699), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1699), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1699), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1699), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1699), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL] = ACTIONS(1699), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1699), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1699), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN] = ACTIONS(1699), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1699), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1699), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1699), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1699), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1699), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1699), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1699), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1699), + [anon_sym_MOZ_RAII] = ACTIONS(1699), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1699), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1699), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1699), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1699), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1699), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1699), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1699), }, - [1204] = { - [sym_compound_statement] = STATE(4511), - [sym_labeled_statement] = STATE(4511), - [sym_expression_statement] = STATE(4511), - [sym_if_statement] = STATE(4511), - [sym_switch_statement] = STATE(4511), - [sym_case_statement] = STATE(4511), - [sym_while_statement] = STATE(4511), - [sym_do_statement] = STATE(4511), - [sym_for_statement] = STATE(4511), - [sym_return_statement] = STATE(4511), - [sym_break_statement] = STATE(4511), - [sym_continue_statement] = STATE(4511), - [sym_goto_statement] = STATE(4511), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4511), - [sym_co_return_statement] = STATE(4511), - [sym_co_yield_statement] = STATE(4511), - [sym_throw_statement] = STATE(4511), - [sym_try_statement] = STATE(4511), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1212] = { + [sym_identifier] = ACTIONS(1759), + [aux_sym_preproc_def_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token1] = ACTIONS(1759), + [aux_sym_preproc_if_token2] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1759), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1759), + [sym_preproc_directive] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1761), + [anon_sym_TILDE] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_AMP_AMP] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_typedef] = ACTIONS(1759), + [anon_sym_extern] = ACTIONS(1759), + [anon_sym___attribute__] = ACTIONS(1759), + [anon_sym_COLON_COLON] = ACTIONS(1761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1761), + [anon_sym___declspec] = ACTIONS(1759), + [anon_sym___based] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_static] = ACTIONS(1759), + [anon_sym_register] = ACTIONS(1759), + [anon_sym_inline] = ACTIONS(1759), + [anon_sym_thread_local] = ACTIONS(1759), + [anon_sym_const] = ACTIONS(1759), + [anon_sym_volatile] = ACTIONS(1759), + [anon_sym_restrict] = ACTIONS(1759), + [anon_sym__Atomic] = ACTIONS(1759), + [anon_sym_mutable] = ACTIONS(1759), + [anon_sym_constexpr] = ACTIONS(1759), + [anon_sym_signed] = ACTIONS(1759), + [anon_sym_unsigned] = ACTIONS(1759), + [anon_sym_long] = ACTIONS(1759), + [anon_sym_short] = ACTIONS(1759), + [sym_primitive_type] = ACTIONS(1759), + [anon_sym_enum] = ACTIONS(1759), + [anon_sym_class] = ACTIONS(1759), + [anon_sym_struct] = ACTIONS(1759), + [anon_sym_union] = ACTIONS(1759), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1759), + [anon_sym_virtual] = ACTIONS(1759), + [anon_sym_explicit] = ACTIONS(1759), + [anon_sym_public] = ACTIONS(1759), + [anon_sym_private] = ACTIONS(1759), + [anon_sym_protected] = ACTIONS(1759), + [sym_auto] = ACTIONS(1759), + [anon_sym_typename] = ACTIONS(1759), + [anon_sym_template] = ACTIONS(1759), + [anon_sym_operator] = ACTIONS(1759), + [anon_sym_friend] = ACTIONS(1759), + [anon_sym_using] = ACTIONS(1759), + [anon_sym_static_assert] = ACTIONS(1759), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1759), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1759), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1759), + [anon_sym_MOZ_COLD] = ACTIONS(1759), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1759), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1759), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1759), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1759), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1759), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1759), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1759), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1759), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1759), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1759), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1759), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1759), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL] = ACTIONS(1759), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1759), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1759), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN] = ACTIONS(1759), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1759), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1759), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1759), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1759), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1759), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1759), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1759), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1759), + [anon_sym_MOZ_RAII] = ACTIONS(1759), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1759), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1759), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1759), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1759), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1759), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1759), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1759), }, - [1205] = { - [sym_compound_statement] = STATE(287), - [sym_labeled_statement] = STATE(287), - [sym_expression_statement] = STATE(287), - [sym_if_statement] = STATE(287), - [sym_switch_statement] = STATE(287), - [sym_case_statement] = STATE(287), - [sym_while_statement] = STATE(287), - [sym_do_statement] = STATE(287), - [sym_for_statement] = STATE(287), - [sym_return_statement] = STATE(287), - [sym_break_statement] = STATE(287), - [sym_continue_statement] = STATE(287), - [sym_goto_statement] = STATE(287), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(287), - [sym_co_return_statement] = STATE(287), - [sym_co_yield_statement] = STATE(287), - [sym_throw_statement] = STATE(287), - [sym_try_statement] = STATE(287), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1213] = { + [sym_identifier] = ACTIONS(1799), + [aux_sym_preproc_def_token1] = ACTIONS(1799), + [aux_sym_preproc_if_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1799), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1799), + [sym_preproc_directive] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1801), + [anon_sym_TILDE] = ACTIONS(1801), + [anon_sym_STAR] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1799), + [anon_sym_typedef] = ACTIONS(1799), + [anon_sym_extern] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1799), + [anon_sym_COLON_COLON] = ACTIONS(1801), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1801), + [anon_sym___declspec] = ACTIONS(1799), + [anon_sym___based] = ACTIONS(1799), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(1799), + [anon_sym_static] = ACTIONS(1799), + [anon_sym_register] = ACTIONS(1799), + [anon_sym_inline] = ACTIONS(1799), + [anon_sym_thread_local] = ACTIONS(1799), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym_mutable] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_signed] = ACTIONS(1799), + [anon_sym_unsigned] = ACTIONS(1799), + [anon_sym_long] = ACTIONS(1799), + [anon_sym_short] = ACTIONS(1799), + [sym_primitive_type] = ACTIONS(1799), + [anon_sym_enum] = ACTIONS(1799), + [anon_sym_class] = ACTIONS(1799), + [anon_sym_struct] = ACTIONS(1799), + [anon_sym_union] = ACTIONS(1799), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1799), + [anon_sym_virtual] = ACTIONS(1799), + [anon_sym_explicit] = ACTIONS(1799), + [anon_sym_public] = ACTIONS(1799), + [anon_sym_private] = ACTIONS(1799), + [anon_sym_protected] = ACTIONS(1799), + [sym_auto] = ACTIONS(1799), + [anon_sym_typename] = ACTIONS(1799), + [anon_sym_template] = ACTIONS(1799), + [anon_sym_operator] = ACTIONS(1799), + [anon_sym_friend] = ACTIONS(1799), + [anon_sym_using] = ACTIONS(1799), + [anon_sym_static_assert] = ACTIONS(1799), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1799), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1799), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1799), + [anon_sym_MOZ_COLD] = ACTIONS(1799), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1799), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1799), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1799), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1799), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1799), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1799), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1799), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1799), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1799), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1799), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1799), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1799), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL] = ACTIONS(1799), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1799), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1799), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN] = ACTIONS(1799), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1799), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1799), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1799), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1799), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1799), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1799), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1799), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1799), + [anon_sym_MOZ_RAII] = ACTIONS(1799), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1799), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1799), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1799), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1799), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1799), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1799), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1799), }, - [1206] = { - [sym__expression] = STATE(2156), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_initializer_list] = STATE(2157), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2742), - [anon_sym_COMMA] = ACTIONS(2742), - [anon_sym_RPAREN] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2746), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1029), - [anon_sym_SLASH] = ACTIONS(2750), - [anon_sym_PERCENT] = ACTIONS(2750), - [anon_sym_PIPE_PIPE] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_CARET] = ACTIONS(2750), - [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_EQ_EQ] = ACTIONS(2742), - [anon_sym_BANG_EQ] = ACTIONS(2742), - [anon_sym_GT] = ACTIONS(2750), - [anon_sym_GT_EQ] = ACTIONS(2742), - [anon_sym_LT_EQ] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_LT_LT] = ACTIONS(2750), - [anon_sym_GT_GT] = ACTIONS(2750), - [anon_sym_SEMI] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACE] = ACTIONS(2754), - [anon_sym_RBRACE] = ACTIONS(2742), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(2742), - [anon_sym_EQ] = ACTIONS(2750), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_QMARK] = ACTIONS(2742), - [anon_sym_STAR_EQ] = ACTIONS(2742), - [anon_sym_SLASH_EQ] = ACTIONS(2742), - [anon_sym_PERCENT_EQ] = ACTIONS(2742), - [anon_sym_PLUS_EQ] = ACTIONS(2742), - [anon_sym_DASH_EQ] = ACTIONS(2742), - [anon_sym_LT_LT_EQ] = ACTIONS(2742), - [anon_sym_GT_GT_EQ] = ACTIONS(2742), - [anon_sym_AMP_EQ] = ACTIONS(2742), - [anon_sym_CARET_EQ] = ACTIONS(2742), - [anon_sym_PIPE_EQ] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [anon_sym_DOT] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1214] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_friend] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), }, - [1207] = { - [sym_compound_statement] = STATE(349), - [sym_labeled_statement] = STATE(349), - [sym_expression_statement] = STATE(349), - [sym_if_statement] = STATE(349), - [sym_switch_statement] = STATE(349), - [sym_case_statement] = STATE(349), - [sym_while_statement] = STATE(349), - [sym_do_statement] = STATE(349), - [sym_for_statement] = STATE(349), - [sym_return_statement] = STATE(349), - [sym_break_statement] = STATE(349), - [sym_continue_statement] = STATE(349), - [sym_goto_statement] = STATE(349), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(349), - [sym_co_return_statement] = STATE(349), - [sym_co_yield_statement] = STATE(349), - [sym_throw_statement] = STATE(349), - [sym_try_statement] = STATE(349), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1215] = { + [sym_identifier] = ACTIONS(1593), + [aux_sym_preproc_def_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token1] = ACTIONS(1593), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1593), + [sym_preproc_directive] = ACTIONS(1593), + [anon_sym_LPAREN2] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_AMP_AMP] = ACTIONS(1595), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1593), + [anon_sym_extern] = ACTIONS(1593), + [anon_sym___attribute__] = ACTIONS(1593), + [anon_sym_COLON_COLON] = ACTIONS(1595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1595), + [anon_sym___declspec] = ACTIONS(1593), + [anon_sym___based] = ACTIONS(1593), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_register] = ACTIONS(1593), + [anon_sym_inline] = ACTIONS(1593), + [anon_sym_thread_local] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_volatile] = ACTIONS(1593), + [anon_sym_restrict] = ACTIONS(1593), + [anon_sym__Atomic] = ACTIONS(1593), + [anon_sym_mutable] = ACTIONS(1593), + [anon_sym_constexpr] = ACTIONS(1593), + [anon_sym_signed] = ACTIONS(1593), + [anon_sym_unsigned] = ACTIONS(1593), + [anon_sym_long] = ACTIONS(1593), + [anon_sym_short] = ACTIONS(1593), + [sym_primitive_type] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_struct] = ACTIONS(1593), + [anon_sym_union] = ACTIONS(1593), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1593), + [anon_sym_virtual] = ACTIONS(1593), + [anon_sym_explicit] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [sym_auto] = ACTIONS(1593), + [anon_sym_typename] = ACTIONS(1593), + [anon_sym_template] = ACTIONS(1593), + [anon_sym_operator] = ACTIONS(1593), + [anon_sym_friend] = ACTIONS(1593), + [anon_sym_using] = ACTIONS(1593), + [anon_sym_static_assert] = ACTIONS(1593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1593), + [anon_sym_MOZ_COLD] = ACTIONS(1593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL] = ACTIONS(1593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN] = ACTIONS(1593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1593), + [anon_sym_MOZ_RAII] = ACTIONS(1593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1593), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1593), }, - [1208] = { - [sym_compound_statement] = STATE(4532), - [sym_labeled_statement] = STATE(4532), - [sym_expression_statement] = STATE(4532), - [sym_if_statement] = STATE(4532), - [sym_switch_statement] = STATE(4532), - [sym_case_statement] = STATE(4532), - [sym_while_statement] = STATE(4532), - [sym_do_statement] = STATE(4532), - [sym_for_statement] = STATE(4532), - [sym_return_statement] = STATE(4532), - [sym_break_statement] = STATE(4532), - [sym_continue_statement] = STATE(4532), - [sym_goto_statement] = STATE(4532), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4532), - [sym_co_return_statement] = STATE(4532), - [sym_co_yield_statement] = STATE(4532), - [sym_throw_statement] = STATE(4532), - [sym_try_statement] = STATE(4532), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1216] = { + [sym_identifier] = ACTIONS(1735), + [aux_sym_preproc_def_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token1] = ACTIONS(1735), + [aux_sym_preproc_if_token2] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1735), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1735), + [sym_preproc_directive] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_STAR] = ACTIONS(1737), + [anon_sym_AMP_AMP] = ACTIONS(1737), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_typedef] = ACTIONS(1735), + [anon_sym_extern] = ACTIONS(1735), + [anon_sym___attribute__] = ACTIONS(1735), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), + [anon_sym___declspec] = ACTIONS(1735), + [anon_sym___based] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_static] = ACTIONS(1735), + [anon_sym_register] = ACTIONS(1735), + [anon_sym_inline] = ACTIONS(1735), + [anon_sym_thread_local] = ACTIONS(1735), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_volatile] = ACTIONS(1735), + [anon_sym_restrict] = ACTIONS(1735), + [anon_sym__Atomic] = ACTIONS(1735), + [anon_sym_mutable] = ACTIONS(1735), + [anon_sym_constexpr] = ACTIONS(1735), + [anon_sym_signed] = ACTIONS(1735), + [anon_sym_unsigned] = ACTIONS(1735), + [anon_sym_long] = ACTIONS(1735), + [anon_sym_short] = ACTIONS(1735), + [sym_primitive_type] = ACTIONS(1735), + [anon_sym_enum] = ACTIONS(1735), + [anon_sym_class] = ACTIONS(1735), + [anon_sym_struct] = ACTIONS(1735), + [anon_sym_union] = ACTIONS(1735), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1735), + [anon_sym_virtual] = ACTIONS(1735), + [anon_sym_explicit] = ACTIONS(1735), + [anon_sym_public] = ACTIONS(1735), + [anon_sym_private] = ACTIONS(1735), + [anon_sym_protected] = ACTIONS(1735), + [sym_auto] = ACTIONS(1735), + [anon_sym_typename] = ACTIONS(1735), + [anon_sym_template] = ACTIONS(1735), + [anon_sym_operator] = ACTIONS(1735), + [anon_sym_friend] = ACTIONS(1735), + [anon_sym_using] = ACTIONS(1735), + [anon_sym_static_assert] = ACTIONS(1735), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1735), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1735), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1735), + [anon_sym_MOZ_COLD] = ACTIONS(1735), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1735), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1735), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1735), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1735), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1735), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1735), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1735), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1735), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1735), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1735), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1735), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1735), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL] = ACTIONS(1735), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1735), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1735), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN] = ACTIONS(1735), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1735), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1735), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1735), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1735), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1735), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1735), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1735), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1735), + [anon_sym_MOZ_RAII] = ACTIONS(1735), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1735), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1735), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1735), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1735), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1735), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1735), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1735), }, - [1209] = { - [sym_compound_statement] = STATE(259), - [sym_labeled_statement] = STATE(259), - [sym_expression_statement] = STATE(259), - [sym_if_statement] = STATE(259), - [sym_switch_statement] = STATE(259), - [sym_case_statement] = STATE(259), - [sym_while_statement] = STATE(259), - [sym_do_statement] = STATE(259), - [sym_for_statement] = STATE(259), - [sym_return_statement] = STATE(259), - [sym_break_statement] = STATE(259), - [sym_continue_statement] = STATE(259), - [sym_goto_statement] = STATE(259), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(259), - [sym_co_return_statement] = STATE(259), - [sym_co_yield_statement] = STATE(259), - [sym_throw_statement] = STATE(259), - [sym_try_statement] = STATE(259), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1217] = { + [sym_identifier] = ACTIONS(1739), + [aux_sym_preproc_def_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_if_token2] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1739), + [sym_preproc_directive] = ACTIONS(1739), + [anon_sym_LPAREN2] = ACTIONS(1741), + [anon_sym_TILDE] = ACTIONS(1741), + [anon_sym_STAR] = ACTIONS(1741), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1739), + [anon_sym_typedef] = ACTIONS(1739), + [anon_sym_extern] = ACTIONS(1739), + [anon_sym___attribute__] = ACTIONS(1739), + [anon_sym_COLON_COLON] = ACTIONS(1741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1741), + [anon_sym___declspec] = ACTIONS(1739), + [anon_sym___based] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_static] = ACTIONS(1739), + [anon_sym_register] = ACTIONS(1739), + [anon_sym_inline] = ACTIONS(1739), + [anon_sym_thread_local] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_volatile] = ACTIONS(1739), + [anon_sym_restrict] = ACTIONS(1739), + [anon_sym__Atomic] = ACTIONS(1739), + [anon_sym_mutable] = ACTIONS(1739), + [anon_sym_constexpr] = ACTIONS(1739), + [anon_sym_signed] = ACTIONS(1739), + [anon_sym_unsigned] = ACTIONS(1739), + [anon_sym_long] = ACTIONS(1739), + [anon_sym_short] = ACTIONS(1739), + [sym_primitive_type] = ACTIONS(1739), + [anon_sym_enum] = ACTIONS(1739), + [anon_sym_class] = ACTIONS(1739), + [anon_sym_struct] = ACTIONS(1739), + [anon_sym_union] = ACTIONS(1739), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1739), + [anon_sym_virtual] = ACTIONS(1739), + [anon_sym_explicit] = ACTIONS(1739), + [anon_sym_public] = ACTIONS(1739), + [anon_sym_private] = ACTIONS(1739), + [anon_sym_protected] = ACTIONS(1739), + [sym_auto] = ACTIONS(1739), + [anon_sym_typename] = ACTIONS(1739), + [anon_sym_template] = ACTIONS(1739), + [anon_sym_operator] = ACTIONS(1739), + [anon_sym_friend] = ACTIONS(1739), + [anon_sym_using] = ACTIONS(1739), + [anon_sym_static_assert] = ACTIONS(1739), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1739), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1739), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1739), + [anon_sym_MOZ_COLD] = ACTIONS(1739), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1739), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1739), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1739), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1739), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1739), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1739), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1739), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1739), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1739), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1739), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1739), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1739), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL] = ACTIONS(1739), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1739), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1739), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN] = ACTIONS(1739), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1739), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1739), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1739), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1739), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1739), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1739), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1739), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1739), + [anon_sym_MOZ_RAII] = ACTIONS(1739), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1739), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1739), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1739), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1739), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1739), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1739), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1739), }, - [1210] = { - [sym_compound_statement] = STATE(406), - [sym_labeled_statement] = STATE(406), - [sym_expression_statement] = STATE(406), - [sym_if_statement] = STATE(406), - [sym_switch_statement] = STATE(406), - [sym_case_statement] = STATE(406), - [sym_while_statement] = STATE(406), - [sym_do_statement] = STATE(406), - [sym_for_statement] = STATE(406), - [sym_return_statement] = STATE(406), - [sym_break_statement] = STATE(406), - [sym_continue_statement] = STATE(406), - [sym_goto_statement] = STATE(406), - [sym__expression] = STATE(2794), - [sym_comma_expression] = STATE(5141), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(406), - [sym_co_return_statement] = STATE(406), - [sym_co_yield_statement] = STATE(406), - [sym_throw_statement] = STATE(406), - [sym_try_statement] = STATE(406), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2692), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(163), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(175), - [anon_sym_switch] = ACTIONS(177), - [anon_sym_case] = ACTIONS(179), - [anon_sym_default] = ACTIONS(181), - [anon_sym_while] = ACTIONS(183), - [anon_sym_do] = ACTIONS(185), - [anon_sym_for] = ACTIONS(187), - [anon_sym_return] = ACTIONS(189), - [anon_sym_break] = ACTIONS(191), - [anon_sym_continue] = ACTIONS(193), - [anon_sym_goto] = ACTIONS(195), - [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), + [1218] = { + [sym_identifier] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token1] = ACTIONS(1747), + [aux_sym_preproc_if_token2] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1747), + [sym_preproc_directive] = ACTIONS(1747), + [anon_sym_LPAREN2] = ACTIONS(1749), + [anon_sym_TILDE] = ACTIONS(1749), + [anon_sym_STAR] = ACTIONS(1749), + [anon_sym_AMP_AMP] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1747), + [anon_sym_typedef] = ACTIONS(1747), + [anon_sym_extern] = ACTIONS(1747), + [anon_sym___attribute__] = ACTIONS(1747), + [anon_sym_COLON_COLON] = ACTIONS(1749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1749), + [anon_sym___declspec] = ACTIONS(1747), + [anon_sym___based] = ACTIONS(1747), + [anon_sym_LBRACK] = ACTIONS(1747), + [anon_sym_static] = ACTIONS(1747), + [anon_sym_register] = ACTIONS(1747), + [anon_sym_inline] = ACTIONS(1747), + [anon_sym_thread_local] = ACTIONS(1747), + [anon_sym_const] = ACTIONS(1747), + [anon_sym_volatile] = ACTIONS(1747), + [anon_sym_restrict] = ACTIONS(1747), + [anon_sym__Atomic] = ACTIONS(1747), + [anon_sym_mutable] = ACTIONS(1747), + [anon_sym_constexpr] = ACTIONS(1747), + [anon_sym_signed] = ACTIONS(1747), + [anon_sym_unsigned] = ACTIONS(1747), + [anon_sym_long] = ACTIONS(1747), + [anon_sym_short] = ACTIONS(1747), + [sym_primitive_type] = ACTIONS(1747), + [anon_sym_enum] = ACTIONS(1747), + [anon_sym_class] = ACTIONS(1747), + [anon_sym_struct] = ACTIONS(1747), + [anon_sym_union] = ACTIONS(1747), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(201), - [anon_sym_co_return] = ACTIONS(209), - [anon_sym_co_yield] = ACTIONS(211), - [anon_sym_try] = ACTIONS(213), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1747), + [anon_sym_virtual] = ACTIONS(1747), + [anon_sym_explicit] = ACTIONS(1747), + [anon_sym_public] = ACTIONS(1747), + [anon_sym_private] = ACTIONS(1747), + [anon_sym_protected] = ACTIONS(1747), + [sym_auto] = ACTIONS(1747), + [anon_sym_typename] = ACTIONS(1747), + [anon_sym_template] = ACTIONS(1747), + [anon_sym_operator] = ACTIONS(1747), + [anon_sym_friend] = ACTIONS(1747), + [anon_sym_using] = ACTIONS(1747), + [anon_sym_static_assert] = ACTIONS(1747), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1747), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1747), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1747), + [anon_sym_MOZ_COLD] = ACTIONS(1747), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1747), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1747), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1747), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1747), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1747), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1747), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1747), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1747), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1747), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1747), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1747), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1747), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL] = ACTIONS(1747), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1747), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1747), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN] = ACTIONS(1747), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1747), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1747), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1747), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1747), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1747), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1747), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1747), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1747), + [anon_sym_MOZ_RAII] = ACTIONS(1747), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1747), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1747), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1747), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1747), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1747), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1747), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1747), }, - [1211] = { - [sym_compound_statement] = STATE(288), - [sym_labeled_statement] = STATE(288), - [sym_expression_statement] = STATE(288), - [sym_if_statement] = STATE(288), - [sym_switch_statement] = STATE(288), - [sym_case_statement] = STATE(288), - [sym_while_statement] = STATE(288), - [sym_do_statement] = STATE(288), - [sym_for_statement] = STATE(288), - [sym_return_statement] = STATE(288), - [sym_break_statement] = STATE(288), - [sym_continue_statement] = STATE(288), - [sym_goto_statement] = STATE(288), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(288), - [sym_co_return_statement] = STATE(288), - [sym_co_yield_statement] = STATE(288), - [sym_throw_statement] = STATE(288), - [sym_try_statement] = STATE(288), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1219] = { + [sym_identifier] = ACTIONS(1755), + [aux_sym_preproc_def_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token1] = ACTIONS(1755), + [aux_sym_preproc_if_token2] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1755), + [anon_sym_LPAREN2] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_AMP_AMP] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1755), + [anon_sym_typedef] = ACTIONS(1755), + [anon_sym_extern] = ACTIONS(1755), + [anon_sym___attribute__] = ACTIONS(1755), + [anon_sym_COLON_COLON] = ACTIONS(1757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1757), + [anon_sym___declspec] = ACTIONS(1755), + [anon_sym___based] = ACTIONS(1755), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_static] = ACTIONS(1755), + [anon_sym_register] = ACTIONS(1755), + [anon_sym_inline] = ACTIONS(1755), + [anon_sym_thread_local] = ACTIONS(1755), + [anon_sym_const] = ACTIONS(1755), + [anon_sym_volatile] = ACTIONS(1755), + [anon_sym_restrict] = ACTIONS(1755), + [anon_sym__Atomic] = ACTIONS(1755), + [anon_sym_mutable] = ACTIONS(1755), + [anon_sym_constexpr] = ACTIONS(1755), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), + [sym_primitive_type] = ACTIONS(1755), + [anon_sym_enum] = ACTIONS(1755), + [anon_sym_class] = ACTIONS(1755), + [anon_sym_struct] = ACTIONS(1755), + [anon_sym_union] = ACTIONS(1755), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_decltype] = ACTIONS(1755), + [anon_sym_virtual] = ACTIONS(1755), + [anon_sym_explicit] = ACTIONS(1755), + [anon_sym_public] = ACTIONS(1755), + [anon_sym_private] = ACTIONS(1755), + [anon_sym_protected] = ACTIONS(1755), + [sym_auto] = ACTIONS(1755), + [anon_sym_typename] = ACTIONS(1755), + [anon_sym_template] = ACTIONS(1755), + [anon_sym_operator] = ACTIONS(1755), + [anon_sym_friend] = ACTIONS(1755), + [anon_sym_using] = ACTIONS(1755), + [anon_sym_static_assert] = ACTIONS(1755), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1755), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1755), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1755), + [anon_sym_MOZ_COLD] = ACTIONS(1755), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1755), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1755), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1755), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1755), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1755), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1755), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1755), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1755), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1755), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1755), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1755), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1755), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL] = ACTIONS(1755), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1755), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1755), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN] = ACTIONS(1755), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1755), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1755), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1755), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1755), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1755), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1755), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1755), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1755), + [anon_sym_MOZ_RAII] = ACTIONS(1755), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1755), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1755), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1755), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1755), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1755), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1755), + [anon_sym_JS_PUBLIC_API] = ACTIONS(1755), + }, + [1220] = { + [sym__declaration_modifiers] = STATE(1269), + [sym_attribute_specifier] = STATE(1269), + [sym_attribute_declaration] = STATE(1269), + [sym_ms_declspec_modifier] = STATE(1269), + [sym_storage_class_specifier] = STATE(1269), + [sym_type_qualifier] = STATE(1269), + [sym__type_specifier] = STATE(1386), + [sym_sized_type_specifier] = STATE(1410), + [sym_enum_specifier] = STATE(1410), + [sym_struct_specifier] = STATE(1410), + [sym_union_specifier] = STATE(1410), + [sym_decltype] = STATE(1410), + [sym_class_specifier] = STATE(1410), + [sym_virtual_function_specifier] = STATE(1269), + [sym_dependent_type] = STATE(1410), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3895), + [sym_qualified_type_identifier] = STATE(1454), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1269), + [aux_sym_sized_type_specifier_repeat1] = STATE(1465), + [sym_identifier] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(1937), + [anon_sym_unsigned] = ACTIONS(1937), + [anon_sym_long] = ACTIONS(1937), + [anon_sym_short] = ACTIONS(1937), + [sym_primitive_type] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1941), + [anon_sym_class] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1949), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(1939), + [anon_sym_typename] = ACTIONS(1953), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1212] = { - [sym_compound_statement] = STATE(377), - [sym_labeled_statement] = STATE(377), - [sym_expression_statement] = STATE(377), - [sym_if_statement] = STATE(377), - [sym_switch_statement] = STATE(377), - [sym_case_statement] = STATE(377), - [sym_while_statement] = STATE(377), - [sym_do_statement] = STATE(377), - [sym_for_statement] = STATE(377), - [sym_return_statement] = STATE(377), - [sym_break_statement] = STATE(377), - [sym_continue_statement] = STATE(377), - [sym_goto_statement] = STATE(377), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(377), - [sym_co_return_statement] = STATE(377), - [sym_co_yield_statement] = STATE(377), - [sym_throw_statement] = STATE(377), - [sym_try_statement] = STATE(377), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1221] = { + [sym__declaration_modifiers] = STATE(1269), + [sym_attribute_specifier] = STATE(1269), + [sym_attribute_declaration] = STATE(1269), + [sym_ms_declspec_modifier] = STATE(1269), + [sym_storage_class_specifier] = STATE(1269), + [sym_type_qualifier] = STATE(1269), + [sym__type_specifier] = STATE(1276), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1269), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1269), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(1471), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1213] = { - [sym_compound_statement] = STATE(5197), - [sym_labeled_statement] = STATE(5197), - [sym_expression_statement] = STATE(5197), - [sym_if_statement] = STATE(5197), - [sym_switch_statement] = STATE(5197), - [sym_case_statement] = STATE(5197), - [sym_while_statement] = STATE(5197), - [sym_do_statement] = STATE(5197), - [sym_for_statement] = STATE(5197), - [sym_return_statement] = STATE(5197), - [sym_break_statement] = STATE(5197), - [sym_continue_statement] = STATE(5197), - [sym_goto_statement] = STATE(5197), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(5197), - [sym_co_return_statement] = STATE(5197), - [sym_co_yield_statement] = STATE(5197), - [sym_throw_statement] = STATE(5197), - [sym_try_statement] = STATE(5197), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1222] = { + [sym__declaration_modifiers] = STATE(1269), + [sym_attribute_specifier] = STATE(1269), + [sym_attribute_declaration] = STATE(1269), + [sym_ms_declspec_modifier] = STATE(1269), + [sym_storage_class_specifier] = STATE(1269), + [sym_type_qualifier] = STATE(1269), + [sym__type_specifier] = STATE(1276), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1269), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1269), + [aux_sym_sized_type_specifier_repeat1] = STATE(1300), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(59), + [anon_sym_unsigned] = ACTIONS(59), + [anon_sym_long] = ACTIONS(59), + [anon_sym_short] = ACTIONS(59), + [sym_primitive_type] = ACTIONS(111), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1214] = { - [sym_compound_statement] = STATE(4497), - [sym_labeled_statement] = STATE(4497), - [sym_expression_statement] = STATE(4497), - [sym_if_statement] = STATE(4497), - [sym_switch_statement] = STATE(4497), - [sym_case_statement] = STATE(4497), - [sym_while_statement] = STATE(4497), - [sym_do_statement] = STATE(4497), - [sym_for_statement] = STATE(4497), - [sym_return_statement] = STATE(4497), - [sym_break_statement] = STATE(4497), - [sym_continue_statement] = STATE(4497), - [sym_goto_statement] = STATE(4497), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4497), - [sym_co_return_statement] = STATE(4497), - [sym_co_yield_statement] = STATE(4497), - [sym_throw_statement] = STATE(4497), - [sym_try_statement] = STATE(4497), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1223] = { + [sym__declaration_modifiers] = STATE(1269), + [sym_attribute_specifier] = STATE(1269), + [sym_attribute_declaration] = STATE(1269), + [sym_ms_declspec_modifier] = STATE(1269), + [sym_storage_class_specifier] = STATE(1269), + [sym_type_qualifier] = STATE(1269), + [sym__type_specifier] = STATE(1490), + [sym_sized_type_specifier] = STATE(1358), + [sym_enum_specifier] = STATE(1358), + [sym_struct_specifier] = STATE(1358), + [sym_union_specifier] = STATE(1358), + [sym_decltype] = STATE(1358), + [sym_class_specifier] = STATE(1358), + [sym_virtual_function_specifier] = STATE(1269), + [sym_dependent_type] = STATE(1358), + [sym_template_type] = STATE(1298), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1357), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1269), + [aux_sym_sized_type_specifier_repeat1] = STATE(1338), + [sym_identifier] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_signed] = ACTIONS(2321), + [anon_sym_unsigned] = ACTIONS(2321), + [anon_sym_long] = ACTIONS(2321), + [anon_sym_short] = ACTIONS(2321), + [sym_primitive_type] = ACTIONS(111), + [anon_sym_enum] = ACTIONS(2323), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_struct] = ACTIONS(2327), + [anon_sym_union] = ACTIONS(2329), [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(105), + [anon_sym_virtual] = ACTIONS(107), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(2331), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(145), + [anon_sym_MOZ_COLD] = ACTIONS(145), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(145), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(145), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(145), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(145), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(145), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(145), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(145), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(145), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(145), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(145), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(145), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(145), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(145), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(145), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(145), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(145), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(145), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(145), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(145), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(145), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(145), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(145), + [anon_sym_MOZ_RAII] = ACTIONS(145), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(145), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(145), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(145), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(145), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(145), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(145), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(145), + [anon_sym_JS_PUBLIC_API] = ACTIONS(145), }, - [1215] = { - [sym_compound_statement] = STATE(4517), - [sym_labeled_statement] = STATE(4517), - [sym_expression_statement] = STATE(4517), - [sym_if_statement] = STATE(4517), - [sym_switch_statement] = STATE(4517), - [sym_case_statement] = STATE(4517), - [sym_while_statement] = STATE(4517), - [sym_do_statement] = STATE(4517), - [sym_for_statement] = STATE(4517), - [sym_return_statement] = STATE(4517), - [sym_break_statement] = STATE(4517), - [sym_continue_statement] = STATE(4517), - [sym_goto_statement] = STATE(4517), - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(5230), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(4517), - [sym_co_return_statement] = STATE(4517), - [sym_co_yield_statement] = STATE(4517), - [sym_throw_statement] = STATE(4517), - [sym_try_statement] = STATE(4517), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_switch] = ACTIONS(2710), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2718), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2726), - [anon_sym_goto] = ACTIONS(2728), - [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), + [1224] = { + [sym__expression] = STATE(2123), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_initializer_list] = STATE(2119), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3114), + [anon_sym_RPAREN] = ACTIONS(3114), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1029), + [anon_sym_SLASH] = ACTIONS(3122), + [anon_sym_PERCENT] = ACTIONS(3122), + [anon_sym_PIPE_PIPE] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_PIPE] = ACTIONS(3122), + [anon_sym_CARET] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_EQ_EQ] = ACTIONS(3114), + [anon_sym_BANG_EQ] = ACTIONS(3114), + [anon_sym_GT] = ACTIONS(3122), + [anon_sym_GT_EQ] = ACTIONS(3114), + [anon_sym_LT_EQ] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3122), + [anon_sym_LT_LT] = ACTIONS(3122), + [anon_sym_GT_GT] = ACTIONS(3122), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACE] = ACTIONS(3126), + [anon_sym_RBRACE] = ACTIONS(3114), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3114), + [anon_sym_EQ] = ACTIONS(3122), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_QMARK] = ACTIONS(3114), + [anon_sym_STAR_EQ] = ACTIONS(3114), + [anon_sym_SLASH_EQ] = ACTIONS(3114), + [anon_sym_PERCENT_EQ] = ACTIONS(3114), + [anon_sym_PLUS_EQ] = ACTIONS(3114), + [anon_sym_DASH_EQ] = ACTIONS(3114), + [anon_sym_LT_LT_EQ] = ACTIONS(3114), + [anon_sym_GT_GT_EQ] = ACTIONS(3114), + [anon_sym_AMP_EQ] = ACTIONS(3114), + [anon_sym_CARET_EQ] = ACTIONS(3114), + [anon_sym_PIPE_EQ] = ACTIONS(3114), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DASH_GT] = ACTIONS(3114), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2730), - [anon_sym_co_return] = ACTIONS(2732), - [anon_sym_co_yield] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2736), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -235459,963 +237520,963 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1216] = { - [sym_compound_statement] = STATE(432), - [sym_labeled_statement] = STATE(432), - [sym_expression_statement] = STATE(432), - [sym_if_statement] = STATE(432), - [sym_switch_statement] = STATE(432), - [sym_case_statement] = STATE(432), - [sym_while_statement] = STATE(432), - [sym_do_statement] = STATE(432), - [sym_for_statement] = STATE(432), - [sym_return_statement] = STATE(432), - [sym_break_statement] = STATE(432), - [sym_continue_statement] = STATE(432), - [sym_goto_statement] = STATE(432), - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(432), - [sym_co_return_statement] = STATE(432), - [sym_co_yield_statement] = STATE(432), - [sym_throw_statement] = STATE(432), - [sym_try_statement] = STATE(432), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2688), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_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), + [1225] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2514), + [anon_sym_COMMA] = ACTIONS(2514), + [anon_sym_RPAREN] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2514), + [anon_sym_PIPE_PIPE] = ACTIONS(2514), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2514), + [anon_sym_AMP] = ACTIONS(2523), + [anon_sym_EQ_EQ] = ACTIONS(2514), + [anon_sym_BANG_EQ] = ACTIONS(2514), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2514), + [anon_sym_LT_EQ] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2514), + [anon_sym_GT_GT] = ACTIONS(2514), + [anon_sym_SEMI] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2523), + [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_QMARK] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2514), + [anon_sym_PLUS_PLUS] = ACTIONS(2514), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2514), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [1217] = { - [sym_compound_statement] = STATE(283), - [sym_labeled_statement] = STATE(283), - [sym_expression_statement] = STATE(283), - [sym_if_statement] = STATE(283), - [sym_switch_statement] = STATE(283), - [sym_case_statement] = STATE(283), - [sym_while_statement] = STATE(283), - [sym_do_statement] = STATE(283), - [sym_for_statement] = STATE(283), - [sym_return_statement] = STATE(283), - [sym_break_statement] = STATE(283), - [sym_continue_statement] = STATE(283), - [sym_goto_statement] = STATE(283), - [sym__expression] = STATE(2828), - [sym_comma_expression] = STATE(4955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(283), - [sym_co_return_statement] = STATE(283), - [sym_co_yield_statement] = STATE(283), - [sym_throw_statement] = STATE(283), - [sym_try_statement] = STATE(283), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2694), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(608), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_for] = ACTIONS(614), - [anon_sym_return] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(622), - [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), + [1226] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2516), + [anon_sym_COMMA] = ACTIONS(2516), + [anon_sym_RPAREN] = ACTIONS(2516), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2514), + [anon_sym_PIPE_PIPE] = ACTIONS(2514), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2514), + [anon_sym_AMP] = ACTIONS(2523), + [anon_sym_EQ_EQ] = ACTIONS(2514), + [anon_sym_BANG_EQ] = ACTIONS(2514), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2514), + [anon_sym_LT_EQ] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2514), + [anon_sym_GT_GT] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_EQ] = 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_QMARK] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2514), + [anon_sym_PLUS_PLUS] = ACTIONS(2514), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2514), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_co_return] = ACTIONS(634), - [anon_sym_co_yield] = ACTIONS(636), - [anon_sym_try] = ACTIONS(638), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [1218] = { - [sym_compound_statement] = STATE(717), - [sym_labeled_statement] = STATE(717), - [sym_expression_statement] = STATE(717), - [sym_if_statement] = STATE(717), - [sym_switch_statement] = STATE(717), - [sym_case_statement] = STATE(717), - [sym_while_statement] = STATE(717), - [sym_do_statement] = STATE(717), - [sym_for_statement] = STATE(717), - [sym_return_statement] = STATE(717), - [sym_break_statement] = STATE(717), - [sym_continue_statement] = STATE(717), - [sym_goto_statement] = STATE(717), - [sym__expression] = STATE(2851), - [sym_comma_expression] = STATE(5096), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_for_range_loop] = STATE(717), - [sym_co_return_statement] = STATE(717), - [sym_co_yield_statement] = STATE(717), - [sym_throw_statement] = STATE(717), - [sym_try_statement] = STATE(717), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2738), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2714), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1388), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1392), - [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), + [1227] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2514), + [anon_sym_COMMA] = ACTIONS(2514), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2516), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2514), + [anon_sym_PIPE_PIPE] = ACTIONS(2514), + [anon_sym_AMP_AMP] = ACTIONS(2516), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2514), + [anon_sym_AMP] = ACTIONS(2523), + [anon_sym_EQ_EQ] = ACTIONS(2514), + [anon_sym_BANG_EQ] = ACTIONS(2514), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2514), + [anon_sym_LT_EQ] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2514), + [anon_sym_GT_GT] = ACTIONS(2514), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_RBRACE] = ACTIONS(2514), + [anon_sym_LBRACK] = ACTIONS(2523), + [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_QMARK] = ACTIONS(2514), + [anon_sym_DASH_DASH] = ACTIONS(2514), + [anon_sym_PLUS_PLUS] = ACTIONS(2514), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2514), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1394), - [anon_sym_co_return] = ACTIONS(1396), - [anon_sym_co_yield] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [1219] = { - [sym_identifier] = ACTIONS(2776), - [anon_sym_COMMA] = ACTIONS(2778), - [anon_sym_RPAREN] = ACTIONS(2778), - [anon_sym_LPAREN2] = ACTIONS(2778), - [anon_sym_TILDE] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2778), - [anon_sym_AMP_AMP] = ACTIONS(2778), - [anon_sym_AMP] = ACTIONS(2776), - [anon_sym_SEMI] = ACTIONS(2778), - [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_LBRACE] = ACTIONS(2778), - [anon_sym_LBRACK] = ACTIONS(2776), - [anon_sym_EQ] = ACTIONS(2778), - [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_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_DASH_GT] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2776), - [anon_sym_final] = ACTIONS(2776), - [anon_sym_override] = ACTIONS(2776), - [anon_sym_virtual] = ACTIONS(2776), - [anon_sym_explicit] = ACTIONS(2776), - [sym_auto] = ACTIONS(2776), - [anon_sym_typename] = ACTIONS(2776), - [anon_sym_template] = ACTIONS(2776), - [anon_sym_GT2] = ACTIONS(2778), - [anon_sym_operator] = ACTIONS(2776), - [anon_sym_noexcept] = ACTIONS(2776), - [anon_sym_throw] = ACTIONS(2776), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2776), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2776), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2776), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2776), - [anon_sym_MOZ_COLD] = ACTIONS(2776), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2776), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2776), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2776), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2776), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2776), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2776), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2776), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2776), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2776), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2776), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2776), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2776), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2776), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_NONNULL] = ACTIONS(2776), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2776), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2776), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2776), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2776), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2776), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2776), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2776), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2776), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2776), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2776), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2776), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2776), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2776), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2776), - [anon_sym_MOZ_RAII] = ACTIONS(2776), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2776), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2776), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2776), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2776), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2776), + [1228] = { + [sym_identifier] = ACTIONS(3150), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_RPAREN] = ACTIONS(3152), + [anon_sym_LPAREN2] = ACTIONS(3152), + [anon_sym_TILDE] = ACTIONS(3152), + [anon_sym_STAR] = ACTIONS(3152), + [anon_sym_AMP_AMP] = ACTIONS(3152), + [anon_sym_AMP] = ACTIONS(3150), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_extern] = ACTIONS(3150), + [anon_sym___attribute__] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(3152), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), + [anon_sym___declspec] = ACTIONS(3150), + [anon_sym___based] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_EQ] = ACTIONS(3152), + [anon_sym_static] = ACTIONS(3150), + [anon_sym_register] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_thread_local] = ACTIONS(3150), + [anon_sym_const] = ACTIONS(3150), + [anon_sym_volatile] = ACTIONS(3150), + [anon_sym_restrict] = ACTIONS(3150), + [anon_sym__Atomic] = ACTIONS(3150), + [anon_sym_mutable] = ACTIONS(3150), + [anon_sym_constexpr] = ACTIONS(3150), + [anon_sym_signed] = ACTIONS(3150), + [anon_sym_unsigned] = ACTIONS(3150), + [anon_sym_long] = ACTIONS(3150), + [anon_sym_short] = ACTIONS(3150), + [sym_primitive_type] = ACTIONS(3150), + [anon_sym_enum] = ACTIONS(3150), + [anon_sym_class] = ACTIONS(3150), + [anon_sym_struct] = ACTIONS(3150), + [anon_sym_union] = ACTIONS(3150), + [anon_sym_DASH_GT] = ACTIONS(3152), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_virtual] = ACTIONS(3150), + [anon_sym_explicit] = ACTIONS(3150), + [sym_auto] = ACTIONS(3150), + [anon_sym_typename] = ACTIONS(3150), + [anon_sym_template] = ACTIONS(3150), + [anon_sym_GT2] = ACTIONS(3152), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_noexcept] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3150), + [anon_sym_MOZ_COLD] = ACTIONS(3150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_NONNULL] = ACTIONS(3150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3150), + [anon_sym_MOZ_RAII] = ACTIONS(3150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3150), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3150), }, - [1220] = { - [sym_identifier] = ACTIONS(2780), - [anon_sym_COMMA] = ACTIONS(2782), - [anon_sym_RPAREN] = ACTIONS(2782), - [anon_sym_LPAREN2] = ACTIONS(2782), - [anon_sym_TILDE] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2782), - [anon_sym_AMP_AMP] = ACTIONS(2782), - [anon_sym_AMP] = ACTIONS(2780), - [anon_sym_SEMI] = ACTIONS(2782), - [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_LBRACE] = ACTIONS(2782), - [anon_sym_LBRACK] = ACTIONS(2780), - [anon_sym_EQ] = ACTIONS(2782), - [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_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_DASH_GT] = ACTIONS(2782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2780), - [anon_sym_final] = ACTIONS(2780), - [anon_sym_override] = ACTIONS(2780), - [anon_sym_virtual] = ACTIONS(2780), - [anon_sym_explicit] = ACTIONS(2780), - [sym_auto] = ACTIONS(2780), - [anon_sym_typename] = ACTIONS(2780), - [anon_sym_template] = ACTIONS(2780), - [anon_sym_GT2] = ACTIONS(2782), - [anon_sym_operator] = ACTIONS(2780), - [anon_sym_noexcept] = ACTIONS(2780), - [anon_sym_throw] = ACTIONS(2780), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2780), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2780), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2780), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2780), - [anon_sym_MOZ_COLD] = ACTIONS(2780), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2780), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2780), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2780), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2780), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2780), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2780), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2780), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2780), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2780), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2780), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2780), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2780), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2780), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_NONNULL] = ACTIONS(2780), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2780), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2780), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2780), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2780), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2780), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2780), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2780), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2780), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2780), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2780), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2780), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2780), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2780), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2780), - [anon_sym_MOZ_RAII] = ACTIONS(2780), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2780), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2780), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2780), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2780), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2780), + [1229] = { + [sym_identifier] = ACTIONS(3154), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LPAREN2] = ACTIONS(3156), + [anon_sym_TILDE] = ACTIONS(3156), + [anon_sym_STAR] = ACTIONS(3156), + [anon_sym_AMP_AMP] = ACTIONS(3156), + [anon_sym_AMP] = ACTIONS(3154), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_extern] = ACTIONS(3154), + [anon_sym___attribute__] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(3156), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), + [anon_sym___declspec] = ACTIONS(3154), + [anon_sym___based] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_EQ] = ACTIONS(3156), + [anon_sym_static] = ACTIONS(3154), + [anon_sym_register] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_thread_local] = ACTIONS(3154), + [anon_sym_const] = ACTIONS(3154), + [anon_sym_volatile] = ACTIONS(3154), + [anon_sym_restrict] = ACTIONS(3154), + [anon_sym__Atomic] = ACTIONS(3154), + [anon_sym_mutable] = ACTIONS(3154), + [anon_sym_constexpr] = ACTIONS(3154), + [anon_sym_signed] = ACTIONS(3154), + [anon_sym_unsigned] = ACTIONS(3154), + [anon_sym_long] = ACTIONS(3154), + [anon_sym_short] = ACTIONS(3154), + [sym_primitive_type] = ACTIONS(3154), + [anon_sym_enum] = ACTIONS(3154), + [anon_sym_class] = ACTIONS(3154), + [anon_sym_struct] = ACTIONS(3154), + [anon_sym_union] = ACTIONS(3154), + [anon_sym_DASH_GT] = ACTIONS(3156), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_virtual] = ACTIONS(3154), + [anon_sym_explicit] = ACTIONS(3154), + [sym_auto] = ACTIONS(3154), + [anon_sym_typename] = ACTIONS(3154), + [anon_sym_template] = ACTIONS(3154), + [anon_sym_GT2] = ACTIONS(3156), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_noexcept] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3154), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3154), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3154), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3154), + [anon_sym_MOZ_COLD] = ACTIONS(3154), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3154), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3154), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3154), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3154), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3154), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3154), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3154), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3154), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3154), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3154), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3154), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3154), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3154), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_NONNULL] = ACTIONS(3154), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3154), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3154), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3154), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3154), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3154), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3154), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3154), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3154), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3154), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3154), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3154), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3154), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3154), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3154), + [anon_sym_MOZ_RAII] = ACTIONS(3154), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3154), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3154), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3154), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3154), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3154), }, - [1221] = { - [sym_identifier] = ACTIONS(2784), - [anon_sym_COMMA] = ACTIONS(2786), - [anon_sym_RPAREN] = ACTIONS(2786), - [anon_sym_LPAREN2] = ACTIONS(2786), - [anon_sym_TILDE] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2786), - [anon_sym_AMP_AMP] = ACTIONS(2786), - [anon_sym_AMP] = ACTIONS(2784), - [anon_sym_SEMI] = ACTIONS(2786), - [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_LBRACE] = ACTIONS(2786), - [anon_sym_LBRACK] = ACTIONS(2784), - [anon_sym_EQ] = ACTIONS(2786), - [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_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_DASH_GT] = ACTIONS(2786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2784), - [anon_sym_final] = ACTIONS(2784), - [anon_sym_override] = ACTIONS(2784), - [anon_sym_virtual] = ACTIONS(2784), - [anon_sym_explicit] = ACTIONS(2784), - [sym_auto] = ACTIONS(2784), - [anon_sym_typename] = ACTIONS(2784), - [anon_sym_template] = ACTIONS(2784), - [anon_sym_GT2] = ACTIONS(2786), - [anon_sym_operator] = ACTIONS(2784), - [anon_sym_noexcept] = ACTIONS(2784), - [anon_sym_throw] = ACTIONS(2784), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2784), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2784), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2784), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2784), - [anon_sym_MOZ_COLD] = ACTIONS(2784), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2784), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2784), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2784), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2784), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2784), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2784), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2784), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2784), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2784), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2784), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2784), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2784), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2784), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_NONNULL] = ACTIONS(2784), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2784), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2784), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2784), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2784), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2784), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2784), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2784), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2784), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2784), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2784), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2784), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2784), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2784), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2784), - [anon_sym_MOZ_RAII] = ACTIONS(2784), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2784), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2784), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2784), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2784), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2784), + [1230] = { + [sym_identifier] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_RPAREN] = ACTIONS(3160), + [anon_sym_LPAREN2] = ACTIONS(3160), + [anon_sym_TILDE] = ACTIONS(3160), + [anon_sym_STAR] = ACTIONS(3160), + [anon_sym_AMP_AMP] = ACTIONS(3160), + [anon_sym_AMP] = ACTIONS(3158), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_extern] = ACTIONS(3158), + [anon_sym___attribute__] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(3160), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), + [anon_sym___declspec] = ACTIONS(3158), + [anon_sym___based] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(3160), + [anon_sym_LBRACK] = ACTIONS(3158), + [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_static] = ACTIONS(3158), + [anon_sym_register] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_thread_local] = ACTIONS(3158), + [anon_sym_const] = ACTIONS(3158), + [anon_sym_volatile] = ACTIONS(3158), + [anon_sym_restrict] = ACTIONS(3158), + [anon_sym__Atomic] = ACTIONS(3158), + [anon_sym_mutable] = ACTIONS(3158), + [anon_sym_constexpr] = ACTIONS(3158), + [anon_sym_signed] = ACTIONS(3158), + [anon_sym_unsigned] = ACTIONS(3158), + [anon_sym_long] = ACTIONS(3158), + [anon_sym_short] = ACTIONS(3158), + [sym_primitive_type] = ACTIONS(3158), + [anon_sym_enum] = ACTIONS(3158), + [anon_sym_class] = ACTIONS(3158), + [anon_sym_struct] = ACTIONS(3158), + [anon_sym_union] = ACTIONS(3158), + [anon_sym_DASH_GT] = ACTIONS(3160), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_virtual] = ACTIONS(3158), + [anon_sym_explicit] = ACTIONS(3158), + [sym_auto] = ACTIONS(3158), + [anon_sym_typename] = ACTIONS(3158), + [anon_sym_template] = ACTIONS(3158), + [anon_sym_GT2] = ACTIONS(3160), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_noexcept] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3158), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3158), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3158), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3158), + [anon_sym_MOZ_COLD] = ACTIONS(3158), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3158), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3158), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3158), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3158), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3158), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3158), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3158), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3158), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3158), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3158), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3158), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3158), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3158), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_NONNULL] = ACTIONS(3158), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3158), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3158), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3158), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3158), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3158), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3158), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3158), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3158), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3158), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3158), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3158), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3158), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3158), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3158), + [anon_sym_MOZ_RAII] = ACTIONS(3158), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3158), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3158), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3158), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3158), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3158), }, - [1222] = { - [sym__expression] = STATE(2325), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_initializer_list] = STATE(2424), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2742), - [anon_sym_COMMA] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_SLASH] = ACTIONS(2750), - [anon_sym_PERCENT] = ACTIONS(2750), - [anon_sym_PIPE_PIPE] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_CARET] = ACTIONS(2750), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2742), - [anon_sym_BANG_EQ] = ACTIONS(2742), - [anon_sym_GT] = ACTIONS(2750), - [anon_sym_GT_EQ] = ACTIONS(2750), - [anon_sym_LT_EQ] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_LT_LT] = ACTIONS(2750), - [anon_sym_GT_GT] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_EQ] = ACTIONS(2750), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_QMARK] = ACTIONS(2742), - [anon_sym_STAR_EQ] = ACTIONS(2742), - [anon_sym_SLASH_EQ] = ACTIONS(2742), - [anon_sym_PERCENT_EQ] = ACTIONS(2742), - [anon_sym_PLUS_EQ] = ACTIONS(2742), - [anon_sym_DASH_EQ] = ACTIONS(2742), - [anon_sym_LT_LT_EQ] = ACTIONS(2742), - [anon_sym_GT_GT_EQ] = ACTIONS(2750), - [anon_sym_AMP_EQ] = ACTIONS(2742), - [anon_sym_CARET_EQ] = ACTIONS(2742), - [anon_sym_PIPE_EQ] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [anon_sym_DOT] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), + [1231] = { + [sym__expression] = STATE(2332), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_initializer_list] = STATE(2440), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3114), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3166), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3170), + [anon_sym_SLASH] = ACTIONS(3122), + [anon_sym_PERCENT] = ACTIONS(3122), + [anon_sym_PIPE_PIPE] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_PIPE] = ACTIONS(3122), + [anon_sym_CARET] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3114), + [anon_sym_BANG_EQ] = ACTIONS(3114), + [anon_sym_GT] = ACTIONS(3122), + [anon_sym_GT_EQ] = ACTIONS(3122), + [anon_sym_LT_EQ] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3122), + [anon_sym_LT_LT] = ACTIONS(3122), + [anon_sym_GT_GT] = ACTIONS(3122), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACE] = ACTIONS(3174), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_EQ] = ACTIONS(3122), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_QMARK] = ACTIONS(3114), + [anon_sym_STAR_EQ] = ACTIONS(3114), + [anon_sym_SLASH_EQ] = ACTIONS(3114), + [anon_sym_PERCENT_EQ] = ACTIONS(3114), + [anon_sym_PLUS_EQ] = ACTIONS(3114), + [anon_sym_DASH_EQ] = ACTIONS(3114), + [anon_sym_LT_LT_EQ] = ACTIONS(3114), + [anon_sym_GT_GT_EQ] = ACTIONS(3122), + [anon_sym_AMP_EQ] = ACTIONS(3114), + [anon_sym_CARET_EQ] = ACTIONS(3114), + [anon_sym_PIPE_EQ] = ACTIONS(3114), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DASH_GT] = ACTIONS(3114), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2742), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), + [anon_sym_GT2] = ACTIONS(3114), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), }, - [1223] = { - [sym__expression] = STATE(2435), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_initializer_list] = STATE(2157), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1232] = { + [sym__expression] = STATE(2431), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_initializer_list] = STATE(2119), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_SLASH] = ACTIONS(2750), - [anon_sym_PERCENT] = ACTIONS(2750), - [anon_sym_PIPE_PIPE] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_CARET] = ACTIONS(2750), - [anon_sym_AMP] = ACTIONS(2832), - [anon_sym_EQ_EQ] = ACTIONS(2742), - [anon_sym_BANG_EQ] = ACTIONS(2742), - [anon_sym_GT] = ACTIONS(2750), - [anon_sym_GT_EQ] = ACTIONS(2742), - [anon_sym_LT_EQ] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_LT_LT] = ACTIONS(2750), - [anon_sym_GT_GT] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(2754), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_EQ] = ACTIONS(2750), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_COLON] = ACTIONS(2750), - [anon_sym_QMARK] = ACTIONS(2742), - [anon_sym_STAR_EQ] = ACTIONS(2742), - [anon_sym_SLASH_EQ] = ACTIONS(2742), - [anon_sym_PERCENT_EQ] = ACTIONS(2742), - [anon_sym_PLUS_EQ] = ACTIONS(2742), - [anon_sym_DASH_EQ] = ACTIONS(2742), - [anon_sym_LT_LT_EQ] = ACTIONS(2742), - [anon_sym_GT_GT_EQ] = ACTIONS(2742), - [anon_sym_AMP_EQ] = ACTIONS(2742), - [anon_sym_CARET_EQ] = ACTIONS(2742), - [anon_sym_PIPE_EQ] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [anon_sym_DOT] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3114), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3202), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3206), + [anon_sym_SLASH] = ACTIONS(3122), + [anon_sym_PERCENT] = ACTIONS(3122), + [anon_sym_PIPE_PIPE] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_PIPE] = ACTIONS(3122), + [anon_sym_CARET] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3114), + [anon_sym_BANG_EQ] = ACTIONS(3114), + [anon_sym_GT] = ACTIONS(3122), + [anon_sym_GT_EQ] = ACTIONS(3114), + [anon_sym_LT_EQ] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3122), + [anon_sym_LT_LT] = ACTIONS(3122), + [anon_sym_GT_GT] = ACTIONS(3122), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3126), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_EQ] = ACTIONS(3122), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_COLON] = ACTIONS(3122), + [anon_sym_QMARK] = ACTIONS(3114), + [anon_sym_STAR_EQ] = ACTIONS(3114), + [anon_sym_SLASH_EQ] = ACTIONS(3114), + [anon_sym_PERCENT_EQ] = ACTIONS(3114), + [anon_sym_PLUS_EQ] = ACTIONS(3114), + [anon_sym_DASH_EQ] = ACTIONS(3114), + [anon_sym_LT_LT_EQ] = ACTIONS(3114), + [anon_sym_GT_GT_EQ] = ACTIONS(3114), + [anon_sym_AMP_EQ] = ACTIONS(3114), + [anon_sym_CARET_EQ] = ACTIONS(3114), + [anon_sym_PIPE_EQ] = ACTIONS(3114), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DASH_GT] = ACTIONS(3114), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -236433,1706 +238494,1706 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1224] = { - [sym_identifier] = ACTIONS(2846), - [anon_sym_LPAREN2] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_AMP] = 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_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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2846), - [anon_sym_virtual] = ACTIONS(2846), - [anon_sym_explicit] = ACTIONS(2846), - [sym_auto] = ACTIONS(2846), - [anon_sym_typename] = ACTIONS(2846), - [anon_sym_template] = ACTIONS(2846), - [anon_sym_operator] = ACTIONS(2846), - [anon_sym_using] = ACTIONS(2846), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2846), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2846), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2846), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2846), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2846), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2846), - [anon_sym_MOZ_COLD] = ACTIONS(2846), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2846), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2846), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2846), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2846), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2846), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2846), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2846), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2846), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2846), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2846), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2846), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2846), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2846), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2846), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2846), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2846), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2846), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2846), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2846), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2846), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2846), - [anon_sym_MOZ_NONNULL] = ACTIONS(2846), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2846), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2846), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2846), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2846), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2846), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2846), - [anon_sym_MOZ_NORETURN] = ACTIONS(2846), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2846), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2846), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2846), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2846), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2846), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2846), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2846), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2846), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2846), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2846), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2846), - [anon_sym_MOZ_RAII] = ACTIONS(2846), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2846), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2846), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2846), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2846), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2846), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2846), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2846), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2846), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2846), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2846), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1225] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2722), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4122), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1233] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2766), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4104), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4197), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4285), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2892), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1226] = { - [sym_identifier] = ACTIONS(2902), - [anon_sym_LPAREN2] = ACTIONS(2904), - [anon_sym_TILDE] = ACTIONS(2904), - [anon_sym_STAR] = ACTIONS(2904), - [anon_sym_AMP_AMP] = ACTIONS(2904), - [anon_sym_AMP] = ACTIONS(2902), - [anon_sym_extern] = ACTIONS(2902), - [anon_sym___attribute__] = ACTIONS(2902), - [anon_sym_COLON_COLON] = ACTIONS(2904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2904), - [anon_sym___declspec] = ACTIONS(2902), - [anon_sym___based] = ACTIONS(2902), - [anon_sym___cdecl] = ACTIONS(2902), - [anon_sym___clrcall] = ACTIONS(2902), - [anon_sym___stdcall] = ACTIONS(2902), - [anon_sym___fastcall] = ACTIONS(2902), - [anon_sym___thiscall] = ACTIONS(2902), - [anon_sym___vectorcall] = ACTIONS(2902), - [anon_sym_LBRACK] = ACTIONS(2902), - [anon_sym_static] = ACTIONS(2902), - [anon_sym_register] = ACTIONS(2902), - [anon_sym_inline] = ACTIONS(2902), - [anon_sym_thread_local] = ACTIONS(2902), - [anon_sym_const] = ACTIONS(2902), - [anon_sym_volatile] = ACTIONS(2902), - [anon_sym_restrict] = ACTIONS(2902), - [anon_sym__Atomic] = ACTIONS(2902), - [anon_sym_mutable] = ACTIONS(2902), - [anon_sym_constexpr] = ACTIONS(2902), - [anon_sym_signed] = ACTIONS(2902), - [anon_sym_unsigned] = ACTIONS(2902), - [anon_sym_long] = ACTIONS(2902), - [anon_sym_short] = ACTIONS(2902), - [sym_primitive_type] = ACTIONS(2902), - [anon_sym_enum] = ACTIONS(2902), - [anon_sym_class] = ACTIONS(2902), - [anon_sym_struct] = ACTIONS(2902), - [anon_sym_union] = ACTIONS(2902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2902), - [anon_sym_virtual] = ACTIONS(2902), - [anon_sym_explicit] = ACTIONS(2902), - [sym_auto] = ACTIONS(2902), - [anon_sym_typename] = ACTIONS(2902), - [anon_sym_template] = ACTIONS(2902), - [anon_sym_operator] = ACTIONS(2902), - [anon_sym_using] = ACTIONS(2902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2902), - [anon_sym_MOZ_COLD] = ACTIONS(2902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2902), - [anon_sym_MOZ_NONNULL] = ACTIONS(2902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2902), - [anon_sym_MOZ_NORETURN] = ACTIONS(2902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2902), - [anon_sym_MOZ_RAII] = ACTIONS(2902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2902), + [anon_sym_GT2] = ACTIONS(3262), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1227] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2733), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4117), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1234] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2759), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4026), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4307), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2906), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3272), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1228] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4172), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1235] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2757), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4054), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4207), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4311), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2908), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3274), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1229] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2721), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4050), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1236] = { + [sym_identifier] = ACTIONS(3276), + [anon_sym_LPAREN2] = ACTIONS(3278), + [anon_sym_TILDE] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_AMP] = ACTIONS(3276), + [anon_sym_extern] = ACTIONS(3276), + [anon_sym___attribute__] = ACTIONS(3276), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3278), + [anon_sym___declspec] = ACTIONS(3276), + [anon_sym___based] = ACTIONS(3276), + [anon_sym___cdecl] = ACTIONS(3276), + [anon_sym___clrcall] = ACTIONS(3276), + [anon_sym___stdcall] = ACTIONS(3276), + [anon_sym___fastcall] = ACTIONS(3276), + [anon_sym___thiscall] = ACTIONS(3276), + [anon_sym___vectorcall] = ACTIONS(3276), + [anon_sym_LBRACK] = ACTIONS(3276), + [anon_sym_static] = ACTIONS(3276), + [anon_sym_register] = ACTIONS(3276), + [anon_sym_inline] = ACTIONS(3276), + [anon_sym_thread_local] = ACTIONS(3276), + [anon_sym_const] = ACTIONS(3276), + [anon_sym_volatile] = ACTIONS(3276), + [anon_sym_restrict] = ACTIONS(3276), + [anon_sym__Atomic] = ACTIONS(3276), + [anon_sym_mutable] = ACTIONS(3276), + [anon_sym_constexpr] = ACTIONS(3276), + [anon_sym_signed] = ACTIONS(3276), + [anon_sym_unsigned] = ACTIONS(3276), + [anon_sym_long] = ACTIONS(3276), + [anon_sym_short] = ACTIONS(3276), + [sym_primitive_type] = ACTIONS(3276), + [anon_sym_enum] = ACTIONS(3276), + [anon_sym_class] = ACTIONS(3276), + [anon_sym_struct] = ACTIONS(3276), + [anon_sym_union] = ACTIONS(3276), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3276), + [anon_sym_virtual] = ACTIONS(3276), + [anon_sym_explicit] = ACTIONS(3276), + [sym_auto] = ACTIONS(3276), + [anon_sym_typename] = ACTIONS(3276), + [anon_sym_template] = ACTIONS(3276), + [anon_sym_operator] = ACTIONS(3276), + [anon_sym_using] = ACTIONS(3276), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3276), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3276), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3276), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3276), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3276), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3276), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3276), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3276), + [anon_sym_MOZ_COLD] = ACTIONS(3276), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3276), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3276), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3276), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3276), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3276), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3276), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3276), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3276), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3276), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3276), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3276), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3276), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3276), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3276), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3276), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3276), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3276), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3276), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3276), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3276), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3276), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3276), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3276), + [anon_sym_MOZ_NONNULL] = ACTIONS(3276), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3276), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3276), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3276), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3276), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3276), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3276), + [anon_sym_MOZ_NORETURN] = ACTIONS(3276), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3276), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3276), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3276), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3276), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3276), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3276), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3276), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3276), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3276), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3276), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3276), + [anon_sym_MOZ_RAII] = ACTIONS(3276), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3276), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3276), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3276), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3276), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3276), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3276), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3276), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3276), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3276), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3276), + }, + [1237] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2770), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4105), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4320), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4362), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2910), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3280), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1230] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2747), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4023), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1238] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2755), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4013), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4392), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4436), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2912), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3282), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1231] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2772), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(3995), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1239] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2764), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4117), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4428), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4415), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2914), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3284), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1232] = { - [sym_identifier] = ACTIONS(2916), - [anon_sym_LPAREN2] = ACTIONS(2918), - [anon_sym_TILDE] = ACTIONS(2918), - [anon_sym_STAR] = ACTIONS(2918), - [anon_sym_AMP_AMP] = ACTIONS(2918), - [anon_sym_AMP] = ACTIONS(2916), - [anon_sym_extern] = ACTIONS(2916), - [anon_sym___attribute__] = ACTIONS(2916), - [anon_sym_COLON_COLON] = ACTIONS(2918), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2918), - [anon_sym___declspec] = ACTIONS(2916), - [anon_sym___based] = ACTIONS(2916), - [anon_sym___cdecl] = ACTIONS(2916), - [anon_sym___clrcall] = ACTIONS(2916), - [anon_sym___stdcall] = ACTIONS(2916), - [anon_sym___fastcall] = ACTIONS(2916), - [anon_sym___thiscall] = ACTIONS(2916), - [anon_sym___vectorcall] = ACTIONS(2916), - [anon_sym_LBRACK] = ACTIONS(2916), - [anon_sym_static] = ACTIONS(2916), - [anon_sym_register] = ACTIONS(2916), - [anon_sym_inline] = ACTIONS(2916), - [anon_sym_thread_local] = ACTIONS(2916), - [anon_sym_const] = ACTIONS(2916), - [anon_sym_volatile] = ACTIONS(2916), - [anon_sym_restrict] = ACTIONS(2916), - [anon_sym__Atomic] = ACTIONS(2916), - [anon_sym_mutable] = ACTIONS(2916), - [anon_sym_constexpr] = ACTIONS(2916), - [anon_sym_signed] = ACTIONS(2916), - [anon_sym_unsigned] = ACTIONS(2916), - [anon_sym_long] = ACTIONS(2916), - [anon_sym_short] = ACTIONS(2916), - [sym_primitive_type] = ACTIONS(2916), - [anon_sym_enum] = ACTIONS(2916), - [anon_sym_class] = ACTIONS(2916), - [anon_sym_struct] = ACTIONS(2916), - [anon_sym_union] = ACTIONS(2916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2916), - [anon_sym_virtual] = ACTIONS(2916), - [anon_sym_explicit] = ACTIONS(2916), - [sym_auto] = ACTIONS(2916), - [anon_sym_typename] = ACTIONS(2916), - [anon_sym_template] = ACTIONS(2916), - [anon_sym_operator] = ACTIONS(2916), - [anon_sym_using] = ACTIONS(2916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2916), - [anon_sym_MOZ_COLD] = ACTIONS(2916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2916), - [anon_sym_MOZ_NONNULL] = ACTIONS(2916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2916), - [anon_sym_MOZ_NORETURN] = ACTIONS(2916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2916), - [anon_sym_MOZ_RAII] = ACTIONS(2916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2916), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2916), + [1240] = { + [sym_identifier] = ACTIONS(3286), + [anon_sym_LPAREN2] = ACTIONS(3288), + [anon_sym_TILDE] = ACTIONS(3288), + [anon_sym_STAR] = ACTIONS(3288), + [anon_sym_AMP_AMP] = ACTIONS(3288), + [anon_sym_AMP] = ACTIONS(3286), + [anon_sym_extern] = ACTIONS(3286), + [anon_sym___attribute__] = ACTIONS(3286), + [anon_sym_COLON_COLON] = ACTIONS(3288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3288), + [anon_sym___declspec] = ACTIONS(3286), + [anon_sym___based] = ACTIONS(3286), + [anon_sym___cdecl] = ACTIONS(3286), + [anon_sym___clrcall] = ACTIONS(3286), + [anon_sym___stdcall] = ACTIONS(3286), + [anon_sym___fastcall] = ACTIONS(3286), + [anon_sym___thiscall] = ACTIONS(3286), + [anon_sym___vectorcall] = ACTIONS(3286), + [anon_sym_LBRACK] = ACTIONS(3286), + [anon_sym_static] = ACTIONS(3286), + [anon_sym_register] = ACTIONS(3286), + [anon_sym_inline] = ACTIONS(3286), + [anon_sym_thread_local] = ACTIONS(3286), + [anon_sym_const] = ACTIONS(3286), + [anon_sym_volatile] = ACTIONS(3286), + [anon_sym_restrict] = ACTIONS(3286), + [anon_sym__Atomic] = ACTIONS(3286), + [anon_sym_mutable] = ACTIONS(3286), + [anon_sym_constexpr] = ACTIONS(3286), + [anon_sym_signed] = ACTIONS(3286), + [anon_sym_unsigned] = ACTIONS(3286), + [anon_sym_long] = ACTIONS(3286), + [anon_sym_short] = ACTIONS(3286), + [sym_primitive_type] = ACTIONS(3286), + [anon_sym_enum] = ACTIONS(3286), + [anon_sym_class] = ACTIONS(3286), + [anon_sym_struct] = ACTIONS(3286), + [anon_sym_union] = ACTIONS(3286), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3286), + [anon_sym_virtual] = ACTIONS(3286), + [anon_sym_explicit] = ACTIONS(3286), + [sym_auto] = ACTIONS(3286), + [anon_sym_typename] = ACTIONS(3286), + [anon_sym_template] = ACTIONS(3286), + [anon_sym_operator] = ACTIONS(3286), + [anon_sym_using] = ACTIONS(3286), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3286), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3286), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3286), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3286), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3286), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3286), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3286), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3286), + [anon_sym_MOZ_COLD] = ACTIONS(3286), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3286), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3286), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3286), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3286), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3286), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3286), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3286), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3286), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3286), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3286), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3286), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3286), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3286), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3286), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3286), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3286), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3286), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3286), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3286), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3286), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3286), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3286), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3286), + [anon_sym_MOZ_NONNULL] = ACTIONS(3286), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3286), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3286), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3286), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3286), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3286), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3286), + [anon_sym_MOZ_NORETURN] = ACTIONS(3286), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3286), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3286), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3286), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3286), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3286), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3286), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3286), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3286), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3286), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3286), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3286), + [anon_sym_MOZ_RAII] = ACTIONS(3286), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3286), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3286), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3286), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3286), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3286), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3286), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3286), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3286), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3286), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3286), }, - [1233] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2765), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4097), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1241] = { + [sym_identifier] = ACTIONS(3290), + [anon_sym_LPAREN2] = ACTIONS(3292), + [anon_sym_TILDE] = ACTIONS(3292), + [anon_sym_STAR] = ACTIONS(3292), + [anon_sym_AMP_AMP] = ACTIONS(3292), + [anon_sym_AMP] = ACTIONS(3290), + [anon_sym_extern] = ACTIONS(3290), + [anon_sym___attribute__] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3292), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3292), + [anon_sym___declspec] = ACTIONS(3290), + [anon_sym___based] = ACTIONS(3290), + [anon_sym___cdecl] = ACTIONS(3290), + [anon_sym___clrcall] = ACTIONS(3290), + [anon_sym___stdcall] = ACTIONS(3290), + [anon_sym___fastcall] = ACTIONS(3290), + [anon_sym___thiscall] = ACTIONS(3290), + [anon_sym___vectorcall] = ACTIONS(3290), + [anon_sym_LBRACK] = ACTIONS(3290), + [anon_sym_static] = ACTIONS(3290), + [anon_sym_register] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_thread_local] = ACTIONS(3290), + [anon_sym_const] = ACTIONS(3290), + [anon_sym_volatile] = ACTIONS(3290), + [anon_sym_restrict] = ACTIONS(3290), + [anon_sym__Atomic] = ACTIONS(3290), + [anon_sym_mutable] = ACTIONS(3290), + [anon_sym_constexpr] = ACTIONS(3290), + [anon_sym_signed] = ACTIONS(3290), + [anon_sym_unsigned] = ACTIONS(3290), + [anon_sym_long] = ACTIONS(3290), + [anon_sym_short] = ACTIONS(3290), + [sym_primitive_type] = ACTIONS(3290), + [anon_sym_enum] = ACTIONS(3290), + [anon_sym_class] = ACTIONS(3290), + [anon_sym_struct] = ACTIONS(3290), + [anon_sym_union] = ACTIONS(3290), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3290), + [anon_sym_virtual] = ACTIONS(3290), + [anon_sym_explicit] = ACTIONS(3290), + [sym_auto] = ACTIONS(3290), + [anon_sym_typename] = ACTIONS(3290), + [anon_sym_template] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_using] = ACTIONS(3290), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3290), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3290), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3290), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3290), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3290), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3290), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3290), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3290), + [anon_sym_MOZ_COLD] = ACTIONS(3290), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3290), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3290), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3290), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3290), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3290), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3290), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3290), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3290), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3290), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3290), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3290), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3290), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3290), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3290), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3290), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3290), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3290), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3290), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3290), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3290), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3290), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3290), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3290), + [anon_sym_MOZ_NONNULL] = ACTIONS(3290), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3290), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3290), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3290), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3290), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3290), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3290), + [anon_sym_MOZ_NORETURN] = ACTIONS(3290), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3290), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3290), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3290), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3290), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3290), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3290), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3290), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3290), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3290), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3290), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3290), + [anon_sym_MOZ_RAII] = ACTIONS(3290), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3290), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3290), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3290), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3290), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3290), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3290), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3290), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3290), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3290), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3290), + }, + [1242] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2746), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4136), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4301), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4253), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2920), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3294), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1234] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2762), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4028), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1243] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2730), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4039), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4384), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2922), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3296), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1235] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2751), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4055), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1244] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2775), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4088), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4348), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4434), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2924), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3298), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1236] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2761), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4068), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), + [1245] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2753), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4144), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4341), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4398), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), + [anon_sym_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2926), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_GT2] = ACTIONS(3300), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1237] = { - [sym_string_literal] = STATE(788), - [sym_identifier] = ACTIONS(2928), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_TILDE] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP_AMP] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2928), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym___attribute__] = ACTIONS(2928), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2928), - [anon_sym___based] = ACTIONS(2928), - [anon_sym_LBRACK] = ACTIONS(2928), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_register] = ACTIONS(2928), - [anon_sym_inline] = ACTIONS(2928), - [anon_sym_thread_local] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_volatile] = ACTIONS(2928), - [anon_sym_restrict] = ACTIONS(2928), - [anon_sym__Atomic] = ACTIONS(2928), - [anon_sym_mutable] = ACTIONS(2928), - [anon_sym_constexpr] = ACTIONS(2928), - [anon_sym_signed] = ACTIONS(2928), - [anon_sym_unsigned] = ACTIONS(2928), - [anon_sym_long] = ACTIONS(2928), - [anon_sym_short] = ACTIONS(2928), - [sym_primitive_type] = ACTIONS(2928), - [anon_sym_enum] = ACTIONS(2928), - [anon_sym_class] = ACTIONS(2928), - [anon_sym_struct] = ACTIONS(2928), - [anon_sym_union] = ACTIONS(2928), - [anon_sym_L_DQUOTE] = ACTIONS(2932), - [anon_sym_u_DQUOTE] = ACTIONS(2932), - [anon_sym_U_DQUOTE] = ACTIONS(2932), - [anon_sym_u8_DQUOTE] = ACTIONS(2932), - [anon_sym_DQUOTE] = ACTIONS(2932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2928), - [anon_sym_virtual] = ACTIONS(2928), - [anon_sym_explicit] = ACTIONS(2928), - [sym_auto] = ACTIONS(2928), - [anon_sym_typename] = ACTIONS(2928), - [anon_sym_template] = ACTIONS(2928), - [anon_sym_operator] = ACTIONS(2928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2928), - [anon_sym_MOZ_COLD] = ACTIONS(2928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_RAII] = ACTIONS(2928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2928), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2928), + [1246] = { + [sym_string_literal] = STATE(794), + [sym_identifier] = ACTIONS(3302), + [anon_sym_LPAREN2] = ACTIONS(3304), + [anon_sym_TILDE] = ACTIONS(3304), + [anon_sym_STAR] = ACTIONS(3304), + [anon_sym_AMP_AMP] = ACTIONS(3304), + [anon_sym_AMP] = ACTIONS(3302), + [anon_sym_extern] = ACTIONS(3302), + [anon_sym___attribute__] = ACTIONS(3302), + [anon_sym_COLON_COLON] = ACTIONS(3304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3304), + [anon_sym___declspec] = ACTIONS(3302), + [anon_sym___based] = ACTIONS(3302), + [anon_sym_LBRACK] = ACTIONS(3302), + [anon_sym_static] = ACTIONS(3302), + [anon_sym_register] = ACTIONS(3302), + [anon_sym_inline] = ACTIONS(3302), + [anon_sym_thread_local] = ACTIONS(3302), + [anon_sym_const] = ACTIONS(3302), + [anon_sym_volatile] = ACTIONS(3302), + [anon_sym_restrict] = ACTIONS(3302), + [anon_sym__Atomic] = ACTIONS(3302), + [anon_sym_mutable] = ACTIONS(3302), + [anon_sym_constexpr] = ACTIONS(3302), + [anon_sym_signed] = ACTIONS(3302), + [anon_sym_unsigned] = ACTIONS(3302), + [anon_sym_long] = ACTIONS(3302), + [anon_sym_short] = ACTIONS(3302), + [sym_primitive_type] = ACTIONS(3302), + [anon_sym_enum] = ACTIONS(3302), + [anon_sym_class] = ACTIONS(3302), + [anon_sym_struct] = ACTIONS(3302), + [anon_sym_union] = ACTIONS(3302), + [anon_sym_L_DQUOTE] = ACTIONS(3306), + [anon_sym_u_DQUOTE] = ACTIONS(3306), + [anon_sym_U_DQUOTE] = ACTIONS(3306), + [anon_sym_u8_DQUOTE] = ACTIONS(3306), + [anon_sym_DQUOTE] = ACTIONS(3306), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3302), + [anon_sym_virtual] = ACTIONS(3302), + [anon_sym_explicit] = ACTIONS(3302), + [sym_auto] = ACTIONS(3302), + [anon_sym_typename] = ACTIONS(3302), + [anon_sym_template] = ACTIONS(3302), + [anon_sym_operator] = ACTIONS(3302), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3302), + [anon_sym_MOZ_COLD] = ACTIONS(3302), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3302), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3302), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3302), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3302), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3302), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3302), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3302), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3302), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3302), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3302), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3302), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3302), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_RAII] = ACTIONS(3302), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3302), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3302), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3302), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3302), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3302), }, - [1238] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5108), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1247] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5002), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -238141,22 +240202,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -238175,9 +240236,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -238203,170 +240264,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1239] = { - [sym_ms_based_modifier] = STATE(4918), - [sym_ms_unaligned_ptr_modifier] = STATE(3261), - [sym_ms_pointer_modifier] = STATE(2183), - [sym__declarator] = STATE(3770), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym_type_qualifier] = STATE(2598), - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2221), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3516), - [sym_qualified_identifier] = STATE(2245), - [sym_qualified_type_identifier] = STATE(4548), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2598), - [aux_sym_pointer_declarator_repeat1] = STATE(2183), - [sym_identifier] = ACTIONS(2936), - [anon_sym_LPAREN2] = ACTIONS(2938), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2940), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym___based] = ACTIONS(47), - [sym_ms_restrict_modifier] = ACTIONS(2942), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2942), - [sym_ms_signed_ptr_modifier] = ACTIONS(2942), - [anon_sym__unaligned] = ACTIONS(2944), - [anon_sym___unaligned] = ACTIONS(2944), - [anon_sym_LBRACK] = ACTIONS(2540), - [anon_sym_const] = ACTIONS(2946), - [anon_sym_volatile] = ACTIONS(2946), - [anon_sym_restrict] = ACTIONS(2946), - [anon_sym__Atomic] = ACTIONS(2946), - [anon_sym_mutable] = ACTIONS(2946), - [anon_sym_constexpr] = ACTIONS(2946), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [1248] = { + [sym_string_literal] = STATE(792), + [sym_identifier] = ACTIONS(3302), + [anon_sym_LPAREN2] = ACTIONS(3304), + [anon_sym_TILDE] = ACTIONS(3304), + [anon_sym_STAR] = ACTIONS(3304), + [anon_sym_AMP_AMP] = ACTIONS(3304), + [anon_sym_AMP] = ACTIONS(3302), + [anon_sym_extern] = ACTIONS(3302), + [anon_sym___attribute__] = ACTIONS(3302), + [anon_sym_COLON_COLON] = ACTIONS(3304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3304), + [anon_sym___declspec] = ACTIONS(3302), + [anon_sym___based] = ACTIONS(3302), + [anon_sym_LBRACK] = ACTIONS(3302), + [anon_sym_static] = ACTIONS(3302), + [anon_sym_register] = ACTIONS(3302), + [anon_sym_inline] = ACTIONS(3302), + [anon_sym_thread_local] = ACTIONS(3302), + [anon_sym_const] = ACTIONS(3302), + [anon_sym_volatile] = ACTIONS(3302), + [anon_sym_restrict] = ACTIONS(3302), + [anon_sym__Atomic] = ACTIONS(3302), + [anon_sym_mutable] = ACTIONS(3302), + [anon_sym_constexpr] = ACTIONS(3302), + [anon_sym_signed] = ACTIONS(3302), + [anon_sym_unsigned] = ACTIONS(3302), + [anon_sym_long] = ACTIONS(3302), + [anon_sym_short] = ACTIONS(3302), + [sym_primitive_type] = ACTIONS(3302), + [anon_sym_enum] = ACTIONS(3302), + [anon_sym_class] = ACTIONS(3302), + [anon_sym_struct] = ACTIONS(3302), + [anon_sym_union] = ACTIONS(3302), + [anon_sym_L_DQUOTE] = ACTIONS(3306), + [anon_sym_u_DQUOTE] = ACTIONS(3306), + [anon_sym_U_DQUOTE] = ACTIONS(3306), + [anon_sym_u8_DQUOTE] = ACTIONS(3306), + [anon_sym_DQUOTE] = ACTIONS(3306), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3302), + [anon_sym_virtual] = ACTIONS(3302), + [anon_sym_explicit] = ACTIONS(3302), + [sym_auto] = ACTIONS(3302), + [anon_sym_typename] = ACTIONS(3302), + [anon_sym_template] = ACTIONS(3302), + [anon_sym_operator] = ACTIONS(3302), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3302), + [anon_sym_MOZ_COLD] = ACTIONS(3302), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3302), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3302), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3302), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3302), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3302), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3302), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3302), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3302), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3302), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3302), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3302), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3302), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_RAII] = ACTIONS(3302), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3302), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3302), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3302), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3302), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3302), }, - [1240] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(4995), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1249] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5098), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -238375,22 +240436,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -238409,9 +240470,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -238437,170 +240498,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1241] = { - [sym_string_literal] = STATE(789), - [sym_identifier] = ACTIONS(2928), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_TILDE] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP_AMP] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2928), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym___attribute__] = ACTIONS(2928), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2928), - [anon_sym___based] = ACTIONS(2928), - [anon_sym_LBRACK] = ACTIONS(2928), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_register] = ACTIONS(2928), - [anon_sym_inline] = ACTIONS(2928), - [anon_sym_thread_local] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_volatile] = ACTIONS(2928), - [anon_sym_restrict] = ACTIONS(2928), - [anon_sym__Atomic] = ACTIONS(2928), - [anon_sym_mutable] = ACTIONS(2928), - [anon_sym_constexpr] = ACTIONS(2928), - [anon_sym_signed] = ACTIONS(2928), - [anon_sym_unsigned] = ACTIONS(2928), - [anon_sym_long] = ACTIONS(2928), - [anon_sym_short] = ACTIONS(2928), - [sym_primitive_type] = ACTIONS(2928), - [anon_sym_enum] = ACTIONS(2928), - [anon_sym_class] = ACTIONS(2928), - [anon_sym_struct] = ACTIONS(2928), - [anon_sym_union] = ACTIONS(2928), - [anon_sym_L_DQUOTE] = ACTIONS(2932), - [anon_sym_u_DQUOTE] = ACTIONS(2932), - [anon_sym_U_DQUOTE] = ACTIONS(2932), - [anon_sym_u8_DQUOTE] = ACTIONS(2932), - [anon_sym_DQUOTE] = ACTIONS(2932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2928), - [anon_sym_virtual] = ACTIONS(2928), - [anon_sym_explicit] = ACTIONS(2928), - [sym_auto] = ACTIONS(2928), - [anon_sym_typename] = ACTIONS(2928), - [anon_sym_template] = ACTIONS(2928), - [anon_sym_operator] = ACTIONS(2928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2928), - [anon_sym_MOZ_COLD] = ACTIONS(2928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_RAII] = ACTIONS(2928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2928), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2928), - }, - [1242] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5015), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1250] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5011), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -238609,22 +240553,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -238643,9 +240587,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -238671,170 +240615,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1243] = { - [sym_identifier] = ACTIONS(2282), - [anon_sym_COMMA] = ACTIONS(2284), - [anon_sym_RPAREN] = ACTIONS(2284), - [anon_sym_LPAREN2] = ACTIONS(2284), - [anon_sym_TILDE] = ACTIONS(2284), - [anon_sym_STAR] = ACTIONS(2284), - [anon_sym_AMP_AMP] = ACTIONS(2284), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym_SEMI] = ACTIONS(2284), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_COLON_COLON] = ACTIONS(2284), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym___based] = ACTIONS(2282), - [anon_sym_LBRACE] = ACTIONS(2284), - [anon_sym_LBRACK] = ACTIONS(2282), - [anon_sym_EQ] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym_mutable] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_signed] = ACTIONS(2282), - [anon_sym_unsigned] = ACTIONS(2282), - [anon_sym_long] = ACTIONS(2282), - [anon_sym_short] = ACTIONS(2282), - [sym_primitive_type] = ACTIONS(2282), - [anon_sym_enum] = ACTIONS(2282), - [anon_sym_class] = ACTIONS(2282), - [anon_sym_struct] = ACTIONS(2282), - [anon_sym_union] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2282), - [anon_sym_virtual] = ACTIONS(2282), - [anon_sym_explicit] = ACTIONS(2282), - [sym_auto] = ACTIONS(2282), - [anon_sym_typename] = ACTIONS(2282), - [anon_sym_template] = ACTIONS(2282), - [anon_sym_GT2] = ACTIONS(2284), - [anon_sym_operator] = ACTIONS(2282), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2282), - [anon_sym_MOZ_COLD] = ACTIONS(2282), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2282), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2282), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2282), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2282), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2282), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2282), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2282), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2282), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2282), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2282), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2282), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2282), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_RAII] = ACTIONS(2282), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2282), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2282), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2282), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2282), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2282), + [1251] = { + [sym_string_literal] = STATE(791), + [sym_identifier] = ACTIONS(3302), + [anon_sym_LPAREN2] = ACTIONS(3304), + [anon_sym_TILDE] = ACTIONS(3304), + [anon_sym_STAR] = ACTIONS(3304), + [anon_sym_AMP_AMP] = ACTIONS(3304), + [anon_sym_AMP] = ACTIONS(3302), + [anon_sym_extern] = ACTIONS(3302), + [anon_sym___attribute__] = ACTIONS(3302), + [anon_sym_COLON_COLON] = ACTIONS(3304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3304), + [anon_sym___declspec] = ACTIONS(3302), + [anon_sym___based] = ACTIONS(3302), + [anon_sym_LBRACK] = ACTIONS(3302), + [anon_sym_static] = ACTIONS(3302), + [anon_sym_register] = ACTIONS(3302), + [anon_sym_inline] = ACTIONS(3302), + [anon_sym_thread_local] = ACTIONS(3302), + [anon_sym_const] = ACTIONS(3302), + [anon_sym_volatile] = ACTIONS(3302), + [anon_sym_restrict] = ACTIONS(3302), + [anon_sym__Atomic] = ACTIONS(3302), + [anon_sym_mutable] = ACTIONS(3302), + [anon_sym_constexpr] = ACTIONS(3302), + [anon_sym_signed] = ACTIONS(3302), + [anon_sym_unsigned] = ACTIONS(3302), + [anon_sym_long] = ACTIONS(3302), + [anon_sym_short] = ACTIONS(3302), + [sym_primitive_type] = ACTIONS(3302), + [anon_sym_enum] = ACTIONS(3302), + [anon_sym_class] = ACTIONS(3302), + [anon_sym_struct] = ACTIONS(3302), + [anon_sym_union] = ACTIONS(3302), + [anon_sym_L_DQUOTE] = ACTIONS(3306), + [anon_sym_u_DQUOTE] = ACTIONS(3306), + [anon_sym_U_DQUOTE] = ACTIONS(3306), + [anon_sym_u8_DQUOTE] = ACTIONS(3306), + [anon_sym_DQUOTE] = ACTIONS(3306), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3302), + [anon_sym_virtual] = ACTIONS(3302), + [anon_sym_explicit] = ACTIONS(3302), + [sym_auto] = ACTIONS(3302), + [anon_sym_typename] = ACTIONS(3302), + [anon_sym_template] = ACTIONS(3302), + [anon_sym_operator] = ACTIONS(3302), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3302), + [anon_sym_MOZ_COLD] = ACTIONS(3302), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3302), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3302), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3302), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3302), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3302), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3302), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3302), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3302), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3302), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3302), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3302), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3302), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_RAII] = ACTIONS(3302), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3302), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3302), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3302), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3302), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3302), }, - [1244] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5093), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1252] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(4844), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -238843,22 +240787,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -238877,9 +240821,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -238905,53 +240849,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1245] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2804), - [sym_comma_expression] = STATE(5148), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(4826), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1253] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2838), + [sym_comma_expression] = STATE(4923), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5229), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -238960,22 +240904,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -238994,9 +240938,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -239022,170 +240966,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1246] = { - [sym_string_literal] = STATE(786), - [sym_identifier] = ACTIONS(2928), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_TILDE] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP_AMP] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2928), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym___attribute__] = ACTIONS(2928), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2928), - [anon_sym___based] = ACTIONS(2928), - [anon_sym_LBRACK] = ACTIONS(2928), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_register] = ACTIONS(2928), - [anon_sym_inline] = ACTIONS(2928), - [anon_sym_thread_local] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_volatile] = ACTIONS(2928), - [anon_sym_restrict] = ACTIONS(2928), - [anon_sym__Atomic] = ACTIONS(2928), - [anon_sym_mutable] = ACTIONS(2928), - [anon_sym_constexpr] = ACTIONS(2928), - [anon_sym_signed] = ACTIONS(2928), - [anon_sym_unsigned] = ACTIONS(2928), - [anon_sym_long] = ACTIONS(2928), - [anon_sym_short] = ACTIONS(2928), - [sym_primitive_type] = ACTIONS(2928), - [anon_sym_enum] = ACTIONS(2928), - [anon_sym_class] = ACTIONS(2928), - [anon_sym_struct] = ACTIONS(2928), - [anon_sym_union] = ACTIONS(2928), - [anon_sym_L_DQUOTE] = ACTIONS(2932), - [anon_sym_u_DQUOTE] = ACTIONS(2932), - [anon_sym_U_DQUOTE] = ACTIONS(2932), - [anon_sym_u8_DQUOTE] = ACTIONS(2932), - [anon_sym_DQUOTE] = ACTIONS(2932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2928), - [anon_sym_virtual] = ACTIONS(2928), - [anon_sym_explicit] = ACTIONS(2928), - [sym_auto] = ACTIONS(2928), - [anon_sym_typename] = ACTIONS(2928), - [anon_sym_template] = ACTIONS(2928), - [anon_sym_operator] = ACTIONS(2928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2928), - [anon_sym_MOZ_COLD] = ACTIONS(2928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_RAII] = ACTIONS(2928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2928), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2928), + [1254] = { + [sym_identifier] = ACTIONS(2260), + [anon_sym_COMMA] = ACTIONS(2262), + [anon_sym_RPAREN] = ACTIONS(2262), + [anon_sym_LPAREN2] = ACTIONS(2262), + [anon_sym_TILDE] = ACTIONS(2262), + [anon_sym_STAR] = ACTIONS(2262), + [anon_sym_AMP_AMP] = ACTIONS(2262), + [anon_sym_AMP] = ACTIONS(2260), + [anon_sym_SEMI] = ACTIONS(2262), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_COLON_COLON] = ACTIONS(2262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym___based] = ACTIONS(2260), + [anon_sym_LBRACE] = ACTIONS(2262), + [anon_sym_LBRACK] = ACTIONS(2260), + [anon_sym_EQ] = ACTIONS(2262), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym_mutable] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_signed] = ACTIONS(2260), + [anon_sym_unsigned] = ACTIONS(2260), + [anon_sym_long] = ACTIONS(2260), + [anon_sym_short] = ACTIONS(2260), + [sym_primitive_type] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_class] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2260), + [anon_sym_virtual] = ACTIONS(2260), + [anon_sym_explicit] = ACTIONS(2260), + [sym_auto] = ACTIONS(2260), + [anon_sym_typename] = ACTIONS(2260), + [anon_sym_template] = ACTIONS(2260), + [anon_sym_GT2] = ACTIONS(2262), + [anon_sym_operator] = ACTIONS(2260), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2260), + [anon_sym_MOZ_COLD] = ACTIONS(2260), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2260), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2260), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2260), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2260), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2260), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2260), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2260), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2260), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2260), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2260), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2260), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2260), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_RAII] = ACTIONS(2260), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2260), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2260), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2260), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2260), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2260), }, - [1247] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5073), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1255] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2838), + [sym_comma_expression] = STATE(4923), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5089), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -239194,22 +241138,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -239228,9 +241172,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -239256,53 +241200,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1248] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5069), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1256] = { + [sym_ms_based_modifier] = STATE(4944), + [sym_ms_unaligned_ptr_modifier] = STATE(3280), + [sym_ms_pointer_modifier] = STATE(2228), + [sym__declarator] = STATE(3743), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym_type_qualifier] = STATE(2608), + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2229), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3511), + [sym_qualified_identifier] = STATE(2252), + [sym_qualified_type_identifier] = STATE(4751), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2608), + [aux_sym_pointer_declarator_repeat1] = STATE(2228), + [sym_identifier] = ACTIONS(3310), + [anon_sym_LPAREN2] = ACTIONS(3312), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3314), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym___based] = ACTIONS(47), + [sym_ms_restrict_modifier] = ACTIONS(3316), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(3316), + [sym_ms_signed_ptr_modifier] = ACTIONS(3316), + [anon_sym__unaligned] = ACTIONS(3318), + [anon_sym___unaligned] = ACTIONS(3318), + [anon_sym_LBRACK] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(3320), + [anon_sym_volatile] = ACTIONS(3320), + [anon_sym_restrict] = ACTIONS(3320), + [anon_sym__Atomic] = ACTIONS(3320), + [anon_sym_mutable] = ACTIONS(3320), + [anon_sym_constexpr] = ACTIONS(3320), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(2367), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1257] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2838), + [sym_comma_expression] = STATE(4923), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5043), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -239311,22 +241372,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -239345,9 +241406,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -239373,170 +241434,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1249] = { - [sym_identifier] = ACTIONS(2278), - [anon_sym_COMMA] = ACTIONS(2280), - [anon_sym_RPAREN] = ACTIONS(2280), - [anon_sym_LPAREN2] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2280), - [anon_sym_STAR] = ACTIONS(2280), - [anon_sym_AMP_AMP] = ACTIONS(2280), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_SEMI] = ACTIONS(2280), - [anon_sym_extern] = ACTIONS(2278), - [anon_sym___attribute__] = ACTIONS(2278), - [anon_sym_COLON_COLON] = ACTIONS(2280), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), - [anon_sym___declspec] = ACTIONS(2278), - [anon_sym___based] = ACTIONS(2278), - [anon_sym_LBRACE] = ACTIONS(2280), - [anon_sym_LBRACK] = ACTIONS(2278), - [anon_sym_EQ] = ACTIONS(2280), - [anon_sym_static] = ACTIONS(2278), - [anon_sym_register] = ACTIONS(2278), - [anon_sym_inline] = ACTIONS(2278), - [anon_sym_thread_local] = ACTIONS(2278), - [anon_sym_const] = ACTIONS(2278), - [anon_sym_volatile] = ACTIONS(2278), - [anon_sym_restrict] = ACTIONS(2278), - [anon_sym__Atomic] = ACTIONS(2278), - [anon_sym_mutable] = ACTIONS(2278), - [anon_sym_constexpr] = ACTIONS(2278), - [anon_sym_signed] = ACTIONS(2278), - [anon_sym_unsigned] = ACTIONS(2278), - [anon_sym_long] = ACTIONS(2278), - [anon_sym_short] = ACTIONS(2278), - [sym_primitive_type] = ACTIONS(2278), - [anon_sym_enum] = ACTIONS(2278), - [anon_sym_class] = ACTIONS(2278), - [anon_sym_struct] = ACTIONS(2278), - [anon_sym_union] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2278), - [anon_sym_virtual] = ACTIONS(2278), - [anon_sym_explicit] = ACTIONS(2278), - [sym_auto] = ACTIONS(2278), - [anon_sym_typename] = ACTIONS(2278), - [anon_sym_template] = ACTIONS(2278), - [anon_sym_GT2] = ACTIONS(2280), - [anon_sym_operator] = ACTIONS(2278), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2278), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2278), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2278), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2278), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2278), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2278), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2278), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2278), - [anon_sym_MOZ_COLD] = ACTIONS(2278), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2278), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2278), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2278), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2278), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2278), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2278), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2278), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2278), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2278), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2278), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2278), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2278), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2278), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2278), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2278), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2278), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2278), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2278), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2278), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_NONNULL] = ACTIONS(2278), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2278), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2278), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2278), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2278), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2278), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_NORETURN] = ACTIONS(2278), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2278), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2278), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2278), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2278), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2278), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2278), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2278), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2278), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2278), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), - [anon_sym_MOZ_RAII] = ACTIONS(2278), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2278), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2278), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2278), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2278), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2278), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2278), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2278), - }, - [1250] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2804), - [sym_comma_expression] = STATE(5148), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5227), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1258] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5122), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -239545,22 +241489,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -239579,9 +241523,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -239607,287 +241551,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1251] = { - [sym_type_qualifier] = STATE(2533), - [sym__type_specifier] = STATE(3257), - [sym_sized_type_specifier] = STATE(2590), - [sym_enum_specifier] = STATE(2590), - [sym_struct_specifier] = STATE(2590), - [sym_union_specifier] = STATE(2590), - [sym__expression] = STATE(2823), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_type_descriptor] = STATE(4196), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym_decltype] = STATE(2590), - [sym_class_specifier] = STATE(2590), - [sym__class_name] = STATE(4461), - [sym_dependent_type] = STATE(2590), - [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_type_parameter_pack_expansion] = STATE(4717), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3501), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [aux_sym_type_definition_repeat1] = STATE(2533), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [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_signed] = ACTIONS(2862), - [anon_sym_unsigned] = ACTIONS(2862), - [anon_sym_long] = ACTIONS(2862), - [anon_sym_short] = ACTIONS(2862), - [sym_primitive_type] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2866), - [anon_sym_class] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2870), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2886), - [sym_auto] = ACTIONS(2888), - [anon_sym_typename] = ACTIONS(2890), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1252] = { - [sym_string_literal] = STATE(785), - [sym_identifier] = ACTIONS(2928), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_TILDE] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP_AMP] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2928), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym___attribute__] = ACTIONS(2928), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2928), - [anon_sym___based] = ACTIONS(2928), - [anon_sym_LBRACK] = ACTIONS(2928), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_register] = ACTIONS(2928), - [anon_sym_inline] = ACTIONS(2928), - [anon_sym_thread_local] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_volatile] = ACTIONS(2928), - [anon_sym_restrict] = ACTIONS(2928), - [anon_sym__Atomic] = ACTIONS(2928), - [anon_sym_mutable] = ACTIONS(2928), - [anon_sym_constexpr] = ACTIONS(2928), - [anon_sym_signed] = ACTIONS(2928), - [anon_sym_unsigned] = ACTIONS(2928), - [anon_sym_long] = ACTIONS(2928), - [anon_sym_short] = ACTIONS(2928), - [sym_primitive_type] = ACTIONS(2928), - [anon_sym_enum] = ACTIONS(2928), - [anon_sym_class] = ACTIONS(2928), - [anon_sym_struct] = ACTIONS(2928), - [anon_sym_union] = ACTIONS(2928), - [anon_sym_L_DQUOTE] = ACTIONS(2932), - [anon_sym_u_DQUOTE] = ACTIONS(2932), - [anon_sym_U_DQUOTE] = ACTIONS(2932), - [anon_sym_u8_DQUOTE] = ACTIONS(2932), - [anon_sym_DQUOTE] = ACTIONS(2932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2928), - [anon_sym_virtual] = ACTIONS(2928), - [anon_sym_explicit] = ACTIONS(2928), - [sym_auto] = ACTIONS(2928), - [anon_sym_typename] = ACTIONS(2928), - [anon_sym_template] = ACTIONS(2928), - [anon_sym_operator] = ACTIONS(2928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2928), - [anon_sym_MOZ_COLD] = ACTIONS(2928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_RAII] = ACTIONS(2928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2928), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2928), - }, - [1253] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2804), - [sym_comma_expression] = STATE(5148), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(4892), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1259] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5102), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -239896,22 +241606,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -239930,9 +241640,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -239958,53 +241668,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1254] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2804), - [sym_comma_expression] = STATE(5148), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5068), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1260] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(4889), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -240013,22 +241723,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -240047,9 +241757,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -240075,53 +241785,287 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1255] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(4973), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1261] = { + [sym_string_literal] = STATE(795), + [sym_identifier] = ACTIONS(3302), + [anon_sym_LPAREN2] = ACTIONS(3304), + [anon_sym_TILDE] = ACTIONS(3304), + [anon_sym_STAR] = ACTIONS(3304), + [anon_sym_AMP_AMP] = ACTIONS(3304), + [anon_sym_AMP] = ACTIONS(3302), + [anon_sym_extern] = ACTIONS(3302), + [anon_sym___attribute__] = ACTIONS(3302), + [anon_sym_COLON_COLON] = ACTIONS(3304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3304), + [anon_sym___declspec] = ACTIONS(3302), + [anon_sym___based] = ACTIONS(3302), + [anon_sym_LBRACK] = ACTIONS(3302), + [anon_sym_static] = ACTIONS(3302), + [anon_sym_register] = ACTIONS(3302), + [anon_sym_inline] = ACTIONS(3302), + [anon_sym_thread_local] = ACTIONS(3302), + [anon_sym_const] = ACTIONS(3302), + [anon_sym_volatile] = ACTIONS(3302), + [anon_sym_restrict] = ACTIONS(3302), + [anon_sym__Atomic] = ACTIONS(3302), + [anon_sym_mutable] = ACTIONS(3302), + [anon_sym_constexpr] = ACTIONS(3302), + [anon_sym_signed] = ACTIONS(3302), + [anon_sym_unsigned] = ACTIONS(3302), + [anon_sym_long] = ACTIONS(3302), + [anon_sym_short] = ACTIONS(3302), + [sym_primitive_type] = ACTIONS(3302), + [anon_sym_enum] = ACTIONS(3302), + [anon_sym_class] = ACTIONS(3302), + [anon_sym_struct] = ACTIONS(3302), + [anon_sym_union] = ACTIONS(3302), + [anon_sym_L_DQUOTE] = ACTIONS(3306), + [anon_sym_u_DQUOTE] = ACTIONS(3306), + [anon_sym_U_DQUOTE] = ACTIONS(3306), + [anon_sym_u8_DQUOTE] = ACTIONS(3306), + [anon_sym_DQUOTE] = ACTIONS(3306), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3302), + [anon_sym_virtual] = ACTIONS(3302), + [anon_sym_explicit] = ACTIONS(3302), + [sym_auto] = ACTIONS(3302), + [anon_sym_typename] = ACTIONS(3302), + [anon_sym_template] = ACTIONS(3302), + [anon_sym_operator] = ACTIONS(3302), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3302), + [anon_sym_MOZ_COLD] = ACTIONS(3302), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3302), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3302), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3302), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3302), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3302), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3302), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3302), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3302), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3302), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3302), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3302), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3302), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_RAII] = ACTIONS(3302), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3302), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3302), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3302), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3302), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3302), + }, + [1262] = { + [sym_type_qualifier] = STATE(2544), + [sym__type_specifier] = STATE(3251), + [sym_sized_type_specifier] = STATE(2558), + [sym_enum_specifier] = STATE(2558), + [sym_struct_specifier] = STATE(2558), + [sym_union_specifier] = STATE(2558), + [sym__expression] = STATE(2788), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_type_descriptor] = STATE(4217), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym_decltype] = STATE(2558), + [sym_class_specifier] = STATE(2558), + [sym__class_name] = STATE(4690), + [sym_dependent_type] = STATE(2558), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_type_parameter_pack_expansion] = STATE(4648), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3533), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [aux_sym_type_definition_repeat1] = STATE(2544), + [aux_sym_sized_type_specifier_repeat1] = STATE(2255), + [sym_identifier] = ACTIONS(3220), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [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_signed] = ACTIONS(3232), + [anon_sym_unsigned] = ACTIONS(3232), + [anon_sym_long] = ACTIONS(3232), + [anon_sym_short] = ACTIONS(3232), + [sym_primitive_type] = ACTIONS(3234), + [anon_sym_enum] = ACTIONS(3236), + [anon_sym_class] = ACTIONS(3238), + [anon_sym_struct] = ACTIONS(3240), + [anon_sym_union] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3256), + [sym_auto] = ACTIONS(3258), + [anon_sym_typename] = ACTIONS(3260), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1263] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(4921), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), + [sym_template_type] = STATE(3444), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -240130,22 +242074,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -240164,9 +242108,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -240192,53 +242136,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1256] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5149), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1264] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2838), + [sym_comma_expression] = STATE(4923), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5264), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -240247,22 +242191,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -240281,9 +242225,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -240309,53 +242253,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1257] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(4857), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1265] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5137), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -240364,22 +242308,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -240398,9 +242342,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -240426,53 +242370,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1258] = { - [sym_type_qualifier] = STATE(2517), - [sym__type_specifier] = STATE(3240), - [sym_sized_type_specifier] = STATE(2400), - [sym_enum_specifier] = STATE(2400), - [sym_struct_specifier] = STATE(2400), - [sym_union_specifier] = STATE(2400), - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_type_descriptor] = STATE(5045), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym_decltype] = STATE(2400), - [sym_class_specifier] = STATE(2400), - [sym__class_name] = STATE(4796), - [sym_dependent_type] = STATE(2400), + [1266] = { + [sym_identifier] = ACTIONS(2278), + [anon_sym_COMMA] = ACTIONS(2280), + [anon_sym_RPAREN] = ACTIONS(2280), + [anon_sym_LPAREN2] = ACTIONS(2280), + [anon_sym_TILDE] = ACTIONS(2280), + [anon_sym_STAR] = ACTIONS(2280), + [anon_sym_AMP_AMP] = ACTIONS(2280), + [anon_sym_AMP] = ACTIONS(2278), + [anon_sym_SEMI] = ACTIONS(2280), + [anon_sym_extern] = ACTIONS(2278), + [anon_sym___attribute__] = ACTIONS(2278), + [anon_sym_COLON_COLON] = ACTIONS(2280), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), + [anon_sym___declspec] = ACTIONS(2278), + [anon_sym___based] = ACTIONS(2278), + [anon_sym_LBRACE] = ACTIONS(2280), + [anon_sym_LBRACK] = ACTIONS(2278), + [anon_sym_EQ] = ACTIONS(2280), + [anon_sym_static] = ACTIONS(2278), + [anon_sym_register] = ACTIONS(2278), + [anon_sym_inline] = ACTIONS(2278), + [anon_sym_thread_local] = ACTIONS(2278), + [anon_sym_const] = ACTIONS(2278), + [anon_sym_volatile] = ACTIONS(2278), + [anon_sym_restrict] = ACTIONS(2278), + [anon_sym__Atomic] = ACTIONS(2278), + [anon_sym_mutable] = ACTIONS(2278), + [anon_sym_constexpr] = ACTIONS(2278), + [anon_sym_signed] = ACTIONS(2278), + [anon_sym_unsigned] = ACTIONS(2278), + [anon_sym_long] = ACTIONS(2278), + [anon_sym_short] = ACTIONS(2278), + [sym_primitive_type] = ACTIONS(2278), + [anon_sym_enum] = ACTIONS(2278), + [anon_sym_class] = ACTIONS(2278), + [anon_sym_struct] = ACTIONS(2278), + [anon_sym_union] = ACTIONS(2278), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2278), + [anon_sym_virtual] = ACTIONS(2278), + [anon_sym_explicit] = ACTIONS(2278), + [sym_auto] = ACTIONS(2278), + [anon_sym_typename] = ACTIONS(2278), + [anon_sym_template] = ACTIONS(2278), + [anon_sym_GT2] = ACTIONS(2280), + [anon_sym_operator] = ACTIONS(2278), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2278), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2278), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2278), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2278), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2278), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2278), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2278), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2278), + [anon_sym_MOZ_COLD] = ACTIONS(2278), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2278), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2278), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2278), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2278), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2278), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2278), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2278), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2278), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2278), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2278), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2278), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2278), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2278), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2278), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2278), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2278), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2278), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2278), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2278), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2278), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_NONNULL] = ACTIONS(2278), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2278), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2278), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2278), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2278), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2278), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_NORETURN] = ACTIONS(2278), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2278), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2278), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2278), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2278), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2278), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2278), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2278), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2278), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2278), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2278), + [anon_sym_MOZ_RAII] = ACTIONS(2278), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2278), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2278), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2278), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2278), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2278), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2278), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2278), + }, + [1267] = { + [sym_type_qualifier] = STATE(2532), + [sym__type_specifier] = STATE(3254), + [sym_sized_type_specifier] = STATE(2408), + [sym_enum_specifier] = STATE(2408), + [sym_struct_specifier] = STATE(2408), + [sym_union_specifier] = STATE(2408), + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_type_descriptor] = STATE(5024), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym_decltype] = STATE(2408), + [sym_class_specifier] = STATE(2408), + [sym__class_name] = STATE(4792), + [sym_dependent_type] = STATE(2408), [sym_template_type] = STATE(3444), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3505), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(3452), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(2517), - [aux_sym_sized_type_specifier_repeat1] = STATE(2023), - [sym_identifier] = ACTIONS(2934), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3534), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(3462), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(2532), + [aux_sym_sized_type_specifier_repeat1] = STATE(2027), + [sym_identifier] = ACTIONS(3308), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -240481,22 +242542,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(3128), [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_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2550), - [anon_sym_union] = ACTIONS(2552), + [anon_sym_signed] = ACTIONS(2538), + [anon_sym_unsigned] = ACTIONS(2538), + [anon_sym_long] = ACTIONS(2538), + [anon_sym_short] = ACTIONS(2538), + [sym_primitive_type] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2542), + [anon_sym_class] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2546), + [anon_sym_union] = ACTIONS(2548), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -240515,9 +242576,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), - [anon_sym_decltype] = ACTIONS(2554), - [sym_auto] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2558), + [anon_sym_decltype] = ACTIONS(2550), + [sym_auto] = ACTIONS(2552), + [anon_sym_typename] = ACTIONS(2554), [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), @@ -240543,915 +242604,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1259] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1259), - [sym_identifier] = ACTIONS(2948), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2950), - [anon_sym_COMMA] = ACTIONS(2950), - [anon_sym_RPAREN] = ACTIONS(2950), - [anon_sym_LPAREN2] = ACTIONS(2950), - [anon_sym_TILDE] = ACTIONS(2950), - [anon_sym_STAR] = ACTIONS(2950), - [anon_sym_AMP_AMP] = ACTIONS(2950), - [anon_sym_AMP] = ACTIONS(2948), - [anon_sym_SEMI] = ACTIONS(2950), - [anon_sym_extern] = ACTIONS(2948), - [anon_sym___attribute__] = ACTIONS(2948), - [anon_sym_COLON_COLON] = ACTIONS(2950), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2950), - [anon_sym___declspec] = ACTIONS(2948), - [anon_sym___based] = ACTIONS(2948), - [anon_sym_LBRACE] = ACTIONS(2950), - [anon_sym_LBRACK] = ACTIONS(2948), - [anon_sym_EQ] = ACTIONS(2950), - [anon_sym_static] = ACTIONS(2948), - [anon_sym_register] = ACTIONS(2948), - [anon_sym_inline] = ACTIONS(2948), - [anon_sym_thread_local] = ACTIONS(2948), - [anon_sym_const] = ACTIONS(2948), - [anon_sym_volatile] = ACTIONS(2948), - [anon_sym_restrict] = ACTIONS(2948), - [anon_sym__Atomic] = ACTIONS(2948), - [anon_sym_mutable] = ACTIONS(2948), - [anon_sym_constexpr] = ACTIONS(2948), - [anon_sym_signed] = ACTIONS(2952), - [anon_sym_unsigned] = ACTIONS(2952), - [anon_sym_long] = ACTIONS(2952), - [anon_sym_short] = ACTIONS(2952), - [sym_primitive_type] = ACTIONS(2948), - [anon_sym_DASH_GT] = ACTIONS(2950), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2948), - [anon_sym_override] = ACTIONS(2948), - [anon_sym_virtual] = ACTIONS(2948), - [anon_sym_template] = ACTIONS(2948), - [anon_sym_GT2] = ACTIONS(2950), - [anon_sym_operator] = ACTIONS(2948), - [anon_sym_noexcept] = ACTIONS(2948), - [anon_sym_throw] = ACTIONS(2948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2948), - [anon_sym_MOZ_COLD] = ACTIONS(2948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_NONNULL] = ACTIONS(2948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_NORETURN] = ACTIONS(2948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2948), - [anon_sym_MOZ_RAII] = ACTIONS(2948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2948), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2948), - }, - [1260] = { - [sym__declaration_modifiers] = STATE(1260), - [sym_attribute_specifier] = STATE(1260), - [sym_attribute_declaration] = STATE(1260), - [sym_ms_declspec_modifier] = STATE(1260), - [sym_storage_class_specifier] = STATE(1260), - [sym_type_qualifier] = STATE(1260), - [sym_virtual_function_specifier] = STATE(1260), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1260), - [sym_identifier] = ACTIONS(2955), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2962), - [anon_sym_COLON_COLON] = ACTIONS(2957), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2965), - [anon_sym___declspec] = ACTIONS(2968), - [anon_sym_LBRACK] = ACTIONS(2955), - [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(2971), - [anon_sym_volatile] = ACTIONS(2971), - [anon_sym_restrict] = ACTIONS(2971), - [anon_sym__Atomic] = ACTIONS(2971), - [anon_sym_mutable] = ACTIONS(2971), - [anon_sym_constexpr] = ACTIONS(2971), - [anon_sym_signed] = ACTIONS(2955), - [anon_sym_unsigned] = ACTIONS(2955), - [anon_sym_long] = ACTIONS(2955), - [anon_sym_short] = ACTIONS(2955), - [sym_primitive_type] = ACTIONS(2955), - [anon_sym_enum] = ACTIONS(2955), - [anon_sym_class] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2955), - [anon_sym_union] = ACTIONS(2955), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2955), - [anon_sym_virtual] = ACTIONS(2974), - [sym_auto] = ACTIONS(2955), - [anon_sym_typename] = ACTIONS(2955), - [anon_sym_template] = ACTIONS(2955), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2977), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2977), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2977), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2977), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2977), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2977), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2977), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2977), - [anon_sym_MOZ_COLD] = ACTIONS(2977), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2977), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2977), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2977), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2977), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2977), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2977), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2977), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2977), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2977), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2977), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2977), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2977), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2977), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2977), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2977), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2977), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2977), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2977), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2977), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2977), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2977), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2977), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2977), - [anon_sym_MOZ_NONNULL] = ACTIONS(2977), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2977), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2977), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2977), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2977), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2977), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2977), - [anon_sym_MOZ_NORETURN] = ACTIONS(2977), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2977), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2977), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2977), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2977), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2977), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2977), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2977), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2977), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2977), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2977), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2977), - [anon_sym_MOZ_RAII] = ACTIONS(2977), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2977), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2977), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2977), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2977), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2977), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2977), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2977), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2977), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2977), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2977), - }, - [1261] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2980), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2982), - [anon_sym_COMMA] = ACTIONS(2982), - [anon_sym_RPAREN] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(2982), - [anon_sym_TILDE] = ACTIONS(2982), - [anon_sym_STAR] = ACTIONS(2982), - [anon_sym_AMP_AMP] = ACTIONS(2982), - [anon_sym_AMP] = ACTIONS(2980), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2982), - [anon_sym_extern] = ACTIONS(2980), - [anon_sym___attribute__] = ACTIONS(2980), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), - [anon_sym___declspec] = ACTIONS(2980), - [anon_sym___based] = ACTIONS(2980), - [anon_sym_LBRACE] = ACTIONS(2982), - [anon_sym_LBRACK] = ACTIONS(2980), - [anon_sym_EQ] = ACTIONS(2982), - [anon_sym_static] = ACTIONS(2980), - [anon_sym_register] = ACTIONS(2980), - [anon_sym_inline] = ACTIONS(2980), - [anon_sym_thread_local] = ACTIONS(2980), - [anon_sym_const] = ACTIONS(2980), - [anon_sym_volatile] = ACTIONS(2980), - [anon_sym_restrict] = ACTIONS(2980), - [anon_sym__Atomic] = ACTIONS(2980), - [anon_sym_mutable] = ACTIONS(2980), - [anon_sym_constexpr] = ACTIONS(2980), - [anon_sym_COLON] = ACTIONS(2980), - [anon_sym_DASH_GT] = ACTIONS(2982), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2980), - [anon_sym_override] = ACTIONS(2980), - [anon_sym_virtual] = ACTIONS(2980), - [anon_sym_template] = ACTIONS(2980), - [anon_sym_GT2] = ACTIONS(2982), - [anon_sym_operator] = ACTIONS(2980), - [anon_sym_noexcept] = ACTIONS(2980), - [anon_sym_throw] = ACTIONS(2980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2980), - [anon_sym_MOZ_COLD] = ACTIONS(2980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2980), - [anon_sym_MOZ_NONNULL] = ACTIONS(2980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2980), - [anon_sym_MOZ_NORETURN] = ACTIONS(2980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2980), - [anon_sym_MOZ_RAII] = ACTIONS(2980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2980), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2980), - }, - [1262] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2409), - [anon_sym_COMMA] = ACTIONS(2409), - [anon_sym_RPAREN] = ACTIONS(2409), - [anon_sym_LPAREN2] = ACTIONS(2409), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2409), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2409), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_EQ] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2401), - [anon_sym_DASH_GT] = ACTIONS(2409), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2401), - [anon_sym_override] = ACTIONS(2401), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_GT2] = ACTIONS(2409), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_noexcept] = ACTIONS(2401), - [anon_sym_throw] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), - }, - [1263] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2456), - [anon_sym_COMMA] = ACTIONS(2456), - [anon_sym_RPAREN] = ACTIONS(2456), - [anon_sym_LPAREN2] = ACTIONS(2456), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_STAR] = ACTIONS(2456), - [anon_sym_AMP_AMP] = ACTIONS(2456), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2456), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2456), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2456), - [anon_sym_LBRACK] = ACTIONS(2449), - [anon_sym_EQ] = ACTIONS(2456), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [anon_sym_COLON] = ACTIONS(2449), - [anon_sym_DASH_GT] = ACTIONS(2456), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2449), - [anon_sym_override] = ACTIONS(2449), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_GT2] = ACTIONS(2456), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_noexcept] = ACTIONS(2449), - [anon_sym_throw] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), - }, - [1264] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2988), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2427), - [anon_sym_COMMA] = ACTIONS(2427), - [anon_sym_RPAREN] = ACTIONS(2427), - [anon_sym_LPAREN2] = ACTIONS(2427), - [anon_sym_TILDE] = ACTIONS(2427), - [anon_sym_STAR] = ACTIONS(2427), - [anon_sym_AMP_AMP] = ACTIONS(2427), - [anon_sym_AMP] = ACTIONS(2988), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2427), - [anon_sym_extern] = ACTIONS(2988), - [anon_sym___attribute__] = ACTIONS(2988), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [anon_sym___declspec] = ACTIONS(2988), - [anon_sym___based] = ACTIONS(2988), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2988), - [anon_sym_EQ] = ACTIONS(2427), - [anon_sym_static] = ACTIONS(2988), - [anon_sym_register] = ACTIONS(2988), - [anon_sym_inline] = ACTIONS(2988), - [anon_sym_thread_local] = ACTIONS(2988), - [anon_sym_const] = ACTIONS(2988), - [anon_sym_volatile] = ACTIONS(2988), - [anon_sym_restrict] = ACTIONS(2988), - [anon_sym__Atomic] = ACTIONS(2988), - [anon_sym_mutable] = ACTIONS(2988), - [anon_sym_constexpr] = ACTIONS(2988), - [anon_sym_COLON] = ACTIONS(2988), - [anon_sym_DASH_GT] = ACTIONS(2427), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2988), - [anon_sym_override] = ACTIONS(2988), - [anon_sym_virtual] = ACTIONS(2988), - [anon_sym_template] = ACTIONS(2988), - [anon_sym_GT2] = ACTIONS(2427), - [anon_sym_operator] = ACTIONS(2988), - [anon_sym_noexcept] = ACTIONS(2988), - [anon_sym_throw] = ACTIONS(2988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2988), - [anon_sym_MOZ_COLD] = ACTIONS(2988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_NONNULL] = ACTIONS(2988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2988), - [anon_sym_MOZ_RAII] = ACTIONS(2988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2988), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2988), - }, - [1265] = { - [sym__declaration_modifiers] = STATE(1265), - [sym_attribute_specifier] = STATE(1265), - [sym_attribute_declaration] = STATE(1265), - [sym_ms_declspec_modifier] = STATE(1265), - [sym_storage_class_specifier] = STATE(1265), - [sym_type_qualifier] = STATE(1265), - [sym_virtual_function_specifier] = STATE(1265), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1265), - [sym_identifier] = ACTIONS(2955), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2957), - [anon_sym_COMMA] = ACTIONS(2957), - [anon_sym_RPAREN] = ACTIONS(2957), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_extern] = ACTIONS(2990), - [anon_sym___attribute__] = ACTIONS(2993), - [anon_sym_COLON_COLON] = ACTIONS(2957), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2996), - [anon_sym___declspec] = ACTIONS(2999), - [anon_sym___based] = ACTIONS(2955), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_EQ] = ACTIONS(2957), - [anon_sym_static] = ACTIONS(2990), - [anon_sym_register] = ACTIONS(2990), - [anon_sym_inline] = ACTIONS(2990), - [anon_sym_thread_local] = ACTIONS(2990), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3005), - [anon_sym_template] = ACTIONS(2955), - [anon_sym_GT2] = ACTIONS(2957), - [anon_sym_operator] = ACTIONS(2955), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3008), - [anon_sym_MOZ_COLD] = ACTIONS(3008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3008), - [anon_sym_MOZ_NONNULL] = ACTIONS(3008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3008), - [anon_sym_MOZ_NORETURN] = ACTIONS(3008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3008), - [anon_sym_MOZ_RAII] = ACTIONS(3008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3008), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3008), - }, - [1266] = { - [sym__declaration_modifiers] = STATE(1268), - [sym_attribute_specifier] = STATE(1268), - [sym_attribute_declaration] = STATE(1268), - [sym_ms_declspec_modifier] = STATE(1268), - [sym_storage_class_specifier] = STATE(1268), - [sym_type_qualifier] = STATE(1268), - [sym_virtual_function_specifier] = STATE(1268), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1268), - [sym_identifier] = ACTIONS(3011), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3013), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_RPAREN] = ACTIONS(3013), - [anon_sym_LPAREN2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3011), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3013), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3011), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_EQ] = ACTIONS(3013), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3011), - [anon_sym_GT2] = ACTIONS(3013), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [1268] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1268), + [sym_identifier] = ACTIONS(3322), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3324), + [anon_sym_COMMA] = ACTIONS(3324), + [anon_sym_RPAREN] = ACTIONS(3324), + [anon_sym_LPAREN2] = ACTIONS(3324), + [anon_sym_TILDE] = ACTIONS(3324), + [anon_sym_STAR] = ACTIONS(3324), + [anon_sym_AMP_AMP] = ACTIONS(3324), + [anon_sym_AMP] = ACTIONS(3322), + [anon_sym_SEMI] = ACTIONS(3324), + [anon_sym_extern] = ACTIONS(3322), + [anon_sym___attribute__] = ACTIONS(3322), + [anon_sym_COLON_COLON] = ACTIONS(3324), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3324), + [anon_sym___declspec] = ACTIONS(3322), + [anon_sym___based] = ACTIONS(3322), + [anon_sym_LBRACE] = ACTIONS(3324), + [anon_sym_LBRACK] = ACTIONS(3322), + [anon_sym_EQ] = ACTIONS(3324), + [anon_sym_static] = ACTIONS(3322), + [anon_sym_register] = ACTIONS(3322), + [anon_sym_inline] = ACTIONS(3322), + [anon_sym_thread_local] = ACTIONS(3322), + [anon_sym_const] = ACTIONS(3322), + [anon_sym_volatile] = ACTIONS(3322), + [anon_sym_restrict] = ACTIONS(3322), + [anon_sym__Atomic] = ACTIONS(3322), + [anon_sym_mutable] = ACTIONS(3322), + [anon_sym_constexpr] = ACTIONS(3322), + [anon_sym_signed] = ACTIONS(3326), + [anon_sym_unsigned] = ACTIONS(3326), + [anon_sym_long] = ACTIONS(3326), + [anon_sym_short] = ACTIONS(3326), + [sym_primitive_type] = ACTIONS(3322), + [anon_sym_DASH_GT] = ACTIONS(3324), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3322), + [anon_sym_override] = ACTIONS(3322), + [anon_sym_virtual] = ACTIONS(3322), + [anon_sym_template] = ACTIONS(3322), + [anon_sym_GT2] = ACTIONS(3324), + [anon_sym_operator] = ACTIONS(3322), + [anon_sym_noexcept] = ACTIONS(3322), + [anon_sym_throw] = ACTIONS(3322), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3322), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3322), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3322), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3322), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3322), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3322), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3322), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3322), + [anon_sym_MOZ_COLD] = ACTIONS(3322), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3322), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3322), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3322), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3322), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3322), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3322), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3322), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3322), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3322), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3322), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3322), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3322), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3322), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3322), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3322), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3322), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3322), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3322), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3322), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3322), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_NONNULL] = ACTIONS(3322), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3322), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3322), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3322), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3322), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3322), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_NORETURN] = ACTIONS(3322), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3322), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3322), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3322), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3322), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3322), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3322), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3322), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3322), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3322), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3322), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3322), + [anon_sym_MOZ_RAII] = ACTIONS(3322), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3322), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3322), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3322), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3322), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3322), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3322), }, - [1267] = { + [1269] = { [sym__declaration_modifiers] = STATE(1269), [sym_attribute_specifier] = STATE(1269), [sym_attribute_declaration] = STATE(1269), @@ -241459,890 +242728,2570 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_storage_class_specifier] = STATE(1269), [sym_type_qualifier] = STATE(1269), [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), + [sym_macro_annotation] = STATE(1308), [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_RPAREN] = ACTIONS(3017), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_EQ] = ACTIONS(3017), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_GT2] = ACTIONS(3017), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_identifier] = ACTIONS(3329), + [anon_sym_LPAREN2] = ACTIONS(3331), + [anon_sym_STAR] = ACTIONS(3331), + [anon_sym_AMP_AMP] = ACTIONS(3331), + [anon_sym_AMP] = ACTIONS(3329), + [anon_sym_extern] = ACTIONS(3333), + [anon_sym___attribute__] = ACTIONS(3336), + [anon_sym_COLON_COLON] = ACTIONS(3331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3339), + [anon_sym___declspec] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3329), + [anon_sym_static] = ACTIONS(3333), + [anon_sym_register] = ACTIONS(3333), + [anon_sym_inline] = ACTIONS(3333), + [anon_sym_thread_local] = ACTIONS(3333), + [anon_sym_const] = ACTIONS(3345), + [anon_sym_volatile] = ACTIONS(3345), + [anon_sym_restrict] = ACTIONS(3345), + [anon_sym__Atomic] = ACTIONS(3345), + [anon_sym_mutable] = ACTIONS(3345), + [anon_sym_constexpr] = ACTIONS(3345), + [anon_sym_signed] = ACTIONS(3329), + [anon_sym_unsigned] = ACTIONS(3329), + [anon_sym_long] = ACTIONS(3329), + [anon_sym_short] = ACTIONS(3329), + [sym_primitive_type] = ACTIONS(3329), + [anon_sym_enum] = ACTIONS(3329), + [anon_sym_class] = ACTIONS(3329), + [anon_sym_struct] = ACTIONS(3329), + [anon_sym_union] = ACTIONS(3329), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3329), + [anon_sym_virtual] = ACTIONS(3348), + [sym_auto] = ACTIONS(3329), + [anon_sym_typename] = ACTIONS(3329), + [anon_sym_template] = ACTIONS(3329), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3351), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3351), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3351), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3351), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3351), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3351), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3351), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3351), + [anon_sym_MOZ_COLD] = ACTIONS(3351), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3351), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3351), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3351), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3351), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3351), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3351), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3351), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3351), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3351), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3351), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3351), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3351), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3351), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3351), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3351), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3351), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3351), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3351), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3351), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3351), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3351), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3351), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3351), + [anon_sym_MOZ_NONNULL] = ACTIONS(3351), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3351), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3351), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3351), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3351), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3351), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3351), + [anon_sym_MOZ_NORETURN] = ACTIONS(3351), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3351), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3351), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3351), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3351), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3351), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3351), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3351), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3351), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3351), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3351), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3351), + [anon_sym_MOZ_RAII] = ACTIONS(3351), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3351), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3351), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3351), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3351), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3351), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3351), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3351), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3351), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3351), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3351), }, - [1268] = { - [sym__declaration_modifiers] = STATE(1265), - [sym_attribute_specifier] = STATE(1265), - [sym_attribute_declaration] = STATE(1265), - [sym_ms_declspec_modifier] = STATE(1265), - [sym_storage_class_specifier] = STATE(1265), - [sym_type_qualifier] = STATE(1265), - [sym_virtual_function_specifier] = STATE(1265), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1265), - [sym_identifier] = ACTIONS(3019), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3021), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_RPAREN] = ACTIONS(3021), - [anon_sym_LPAREN2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3019), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3021), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3019), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_EQ] = ACTIONS(3021), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3019), - [anon_sym_GT2] = ACTIONS(3021), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [1270] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2405), + [anon_sym_COMMA] = ACTIONS(2405), + [anon_sym_RPAREN] = ACTIONS(2405), + [anon_sym_LPAREN2] = ACTIONS(2405), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_SEMI] = ACTIONS(2405), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2405), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_EQ] = ACTIONS(2405), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2397), + [anon_sym_DASH_GT] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_GT2] = ACTIONS(2405), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_noexcept] = ACTIONS(2397), + [anon_sym_throw] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [1269] = { - [sym__declaration_modifiers] = STATE(1265), - [sym_attribute_specifier] = STATE(1265), - [sym_attribute_declaration] = STATE(1265), - [sym_ms_declspec_modifier] = STATE(1265), - [sym_storage_class_specifier] = STATE(1265), - [sym_type_qualifier] = STATE(1265), - [sym_virtual_function_specifier] = STATE(1265), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1265), - [sym_identifier] = ACTIONS(3023), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3025), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3023), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3025), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3023), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_EQ] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3023), - [anon_sym_GT2] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [1271] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2466), + [anon_sym_COMMA] = ACTIONS(2466), + [anon_sym_RPAREN] = ACTIONS(2466), + [anon_sym_LPAREN2] = ACTIONS(2466), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2466), + [anon_sym_AMP_AMP] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_SEMI] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2466), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2459), + [anon_sym_EQ] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [anon_sym_COLON] = ACTIONS(2459), + [anon_sym_DASH_GT] = ACTIONS(2466), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2459), + [anon_sym_override] = ACTIONS(2459), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_GT2] = ACTIONS(2466), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_noexcept] = ACTIONS(2459), + [anon_sym_throw] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), + }, + [1272] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(3356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2423), + [anon_sym_COMMA] = ACTIONS(2423), + [anon_sym_RPAREN] = ACTIONS(2423), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(3356), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_SEMI] = ACTIONS(2423), + [anon_sym_extern] = ACTIONS(3356), + [anon_sym___attribute__] = ACTIONS(3356), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [anon_sym___declspec] = ACTIONS(3356), + [anon_sym___based] = ACTIONS(3356), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(3356), + [anon_sym_EQ] = ACTIONS(2423), + [anon_sym_static] = ACTIONS(3356), + [anon_sym_register] = ACTIONS(3356), + [anon_sym_inline] = ACTIONS(3356), + [anon_sym_thread_local] = ACTIONS(3356), + [anon_sym_const] = ACTIONS(3356), + [anon_sym_volatile] = ACTIONS(3356), + [anon_sym_restrict] = ACTIONS(3356), + [anon_sym__Atomic] = ACTIONS(3356), + [anon_sym_mutable] = ACTIONS(3356), + [anon_sym_constexpr] = ACTIONS(3356), + [anon_sym_COLON] = ACTIONS(3356), + [anon_sym_DASH_GT] = ACTIONS(2423), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3356), + [anon_sym_override] = ACTIONS(3356), + [anon_sym_virtual] = ACTIONS(3356), + [anon_sym_template] = ACTIONS(3356), + [anon_sym_GT2] = ACTIONS(2423), + [anon_sym_operator] = ACTIONS(3356), + [anon_sym_noexcept] = ACTIONS(3356), + [anon_sym_throw] = ACTIONS(3356), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3356), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3356), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3356), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3356), + [anon_sym_MOZ_COLD] = ACTIONS(3356), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3356), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3356), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3356), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3356), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3356), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3356), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3356), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3356), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3356), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3356), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3356), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3356), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3356), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_NONNULL] = ACTIONS(3356), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3356), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3356), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3356), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3356), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3356), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3356), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3356), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3356), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3356), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3356), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3356), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3356), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3356), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3356), + [anon_sym_MOZ_RAII] = ACTIONS(3356), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3356), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3356), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3356), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3356), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3356), + }, + [1273] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(3358), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3360), + [anon_sym_COMMA] = ACTIONS(3360), + [anon_sym_RPAREN] = ACTIONS(3360), + [anon_sym_LPAREN2] = ACTIONS(3360), + [anon_sym_TILDE] = ACTIONS(3360), + [anon_sym_STAR] = ACTIONS(3360), + [anon_sym_AMP_AMP] = ACTIONS(3360), + [anon_sym_AMP] = ACTIONS(3358), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(3360), + [anon_sym_extern] = ACTIONS(3358), + [anon_sym___attribute__] = ACTIONS(3358), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3360), + [anon_sym___declspec] = ACTIONS(3358), + [anon_sym___based] = ACTIONS(3358), + [anon_sym_LBRACE] = ACTIONS(3360), + [anon_sym_LBRACK] = ACTIONS(3358), + [anon_sym_EQ] = ACTIONS(3360), + [anon_sym_static] = ACTIONS(3358), + [anon_sym_register] = ACTIONS(3358), + [anon_sym_inline] = ACTIONS(3358), + [anon_sym_thread_local] = ACTIONS(3358), + [anon_sym_const] = ACTIONS(3358), + [anon_sym_volatile] = ACTIONS(3358), + [anon_sym_restrict] = ACTIONS(3358), + [anon_sym__Atomic] = ACTIONS(3358), + [anon_sym_mutable] = ACTIONS(3358), + [anon_sym_constexpr] = ACTIONS(3358), + [anon_sym_COLON] = ACTIONS(3358), + [anon_sym_DASH_GT] = ACTIONS(3360), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3358), + [anon_sym_override] = ACTIONS(3358), + [anon_sym_virtual] = ACTIONS(3358), + [anon_sym_template] = ACTIONS(3358), + [anon_sym_GT2] = ACTIONS(3360), + [anon_sym_operator] = ACTIONS(3358), + [anon_sym_noexcept] = ACTIONS(3358), + [anon_sym_throw] = ACTIONS(3358), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3358), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3358), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3358), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3358), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3358), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3358), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3358), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3358), + [anon_sym_MOZ_COLD] = ACTIONS(3358), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3358), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3358), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3358), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3358), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3358), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3358), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3358), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3358), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3358), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3358), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3358), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3358), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3358), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3358), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3358), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3358), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3358), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3358), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3358), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3358), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3358), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3358), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3358), + [anon_sym_MOZ_NONNULL] = ACTIONS(3358), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3358), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3358), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3358), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3358), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3358), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3358), + [anon_sym_MOZ_NORETURN] = ACTIONS(3358), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3358), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3358), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3358), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3358), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3358), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3358), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3358), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3358), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3358), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3358), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3358), + [anon_sym_MOZ_RAII] = ACTIONS(3358), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3358), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3358), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3358), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3358), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3358), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3358), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3358), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3358), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3358), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3358), + }, + [1274] = { + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3366), + [anon_sym_COMMA] = ACTIONS(3366), + [anon_sym_RPAREN] = ACTIONS(3366), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_EQ] = ACTIONS(3366), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_GT2] = ACTIONS(3366), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1275] = { + [sym__declaration_modifiers] = STATE(1278), + [sym_attribute_specifier] = STATE(1278), + [sym_attribute_declaration] = STATE(1278), + [sym_ms_declspec_modifier] = STATE(1278), + [sym_storage_class_specifier] = STATE(1278), + [sym_type_qualifier] = STATE(1278), + [sym_virtual_function_specifier] = STATE(1278), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1278), + [sym_identifier] = ACTIONS(3368), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3370), + [anon_sym_COMMA] = ACTIONS(3370), + [anon_sym_RPAREN] = ACTIONS(3370), + [anon_sym_LPAREN2] = ACTIONS(3370), + [anon_sym_TILDE] = ACTIONS(3370), + [anon_sym_STAR] = ACTIONS(3370), + [anon_sym_AMP_AMP] = ACTIONS(3370), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3370), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3368), + [anon_sym_LBRACK] = ACTIONS(3368), + [anon_sym_EQ] = ACTIONS(3370), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3368), + [anon_sym_GT2] = ACTIONS(3370), + [anon_sym_operator] = ACTIONS(3368), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1276] = { + [sym__declaration_modifiers] = STATE(1275), + [sym_attribute_specifier] = STATE(1275), + [sym_attribute_declaration] = STATE(1275), + [sym_ms_declspec_modifier] = STATE(1275), + [sym_storage_class_specifier] = STATE(1275), + [sym_type_qualifier] = STATE(1275), + [sym_virtual_function_specifier] = STATE(1275), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1275), + [sym_identifier] = ACTIONS(3372), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3374), + [anon_sym_COMMA] = ACTIONS(3374), + [anon_sym_RPAREN] = ACTIONS(3374), + [anon_sym_LPAREN2] = ACTIONS(3374), + [anon_sym_TILDE] = ACTIONS(3374), + [anon_sym_STAR] = ACTIONS(3374), + [anon_sym_AMP_AMP] = ACTIONS(3374), + [anon_sym_AMP] = ACTIONS(3372), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3372), + [anon_sym_LBRACK] = ACTIONS(3372), + [anon_sym_EQ] = ACTIONS(3374), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3372), + [anon_sym_GT2] = ACTIONS(3374), + [anon_sym_operator] = ACTIONS(3372), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1277] = { + [sym__declaration_modifiers] = STATE(1278), + [sym_attribute_specifier] = STATE(1278), + [sym_attribute_declaration] = STATE(1278), + [sym_ms_declspec_modifier] = STATE(1278), + [sym_storage_class_specifier] = STATE(1278), + [sym_type_qualifier] = STATE(1278), + [sym_virtual_function_specifier] = STATE(1278), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1278), + [sym_identifier] = ACTIONS(3376), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3378), + [anon_sym_COMMA] = ACTIONS(3378), + [anon_sym_RPAREN] = ACTIONS(3378), + [anon_sym_LPAREN2] = ACTIONS(3378), + [anon_sym_TILDE] = ACTIONS(3378), + [anon_sym_STAR] = ACTIONS(3378), + [anon_sym_AMP_AMP] = ACTIONS(3378), + [anon_sym_AMP] = ACTIONS(3376), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3376), + [anon_sym_LBRACK] = ACTIONS(3376), + [anon_sym_EQ] = ACTIONS(3378), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3376), + [anon_sym_GT2] = ACTIONS(3378), + [anon_sym_operator] = ACTIONS(3376), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1278] = { + [sym__declaration_modifiers] = STATE(1278), + [sym_attribute_specifier] = STATE(1278), + [sym_attribute_declaration] = STATE(1278), + [sym_ms_declspec_modifier] = STATE(1278), + [sym_storage_class_specifier] = STATE(1278), + [sym_type_qualifier] = STATE(1278), + [sym_virtual_function_specifier] = STATE(1278), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1278), + [sym_identifier] = ACTIONS(3329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3331), + [anon_sym_COMMA] = ACTIONS(3331), + [anon_sym_RPAREN] = ACTIONS(3331), + [anon_sym_LPAREN2] = ACTIONS(3331), + [anon_sym_TILDE] = ACTIONS(3331), + [anon_sym_STAR] = ACTIONS(3331), + [anon_sym_AMP_AMP] = ACTIONS(3331), + [anon_sym_AMP] = ACTIONS(3329), + [anon_sym_extern] = ACTIONS(3380), + [anon_sym___attribute__] = ACTIONS(3383), + [anon_sym_COLON_COLON] = ACTIONS(3331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3386), + [anon_sym___declspec] = ACTIONS(3389), + [anon_sym___based] = ACTIONS(3329), + [anon_sym_LBRACK] = ACTIONS(3329), + [anon_sym_EQ] = ACTIONS(3331), + [anon_sym_static] = ACTIONS(3380), + [anon_sym_register] = ACTIONS(3380), + [anon_sym_inline] = ACTIONS(3380), + [anon_sym_thread_local] = ACTIONS(3380), + [anon_sym_const] = ACTIONS(3392), + [anon_sym_volatile] = ACTIONS(3392), + [anon_sym_restrict] = ACTIONS(3392), + [anon_sym__Atomic] = ACTIONS(3392), + [anon_sym_mutable] = ACTIONS(3392), + [anon_sym_constexpr] = ACTIONS(3392), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3395), + [anon_sym_template] = ACTIONS(3329), + [anon_sym_GT2] = ACTIONS(3331), + [anon_sym_operator] = ACTIONS(3329), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3398), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3398), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3398), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3398), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3398), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3398), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3398), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3398), + [anon_sym_MOZ_COLD] = ACTIONS(3398), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3398), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3398), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3398), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3398), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3398), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3398), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3398), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3398), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3398), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3398), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3398), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3398), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3398), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3398), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3398), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3398), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3398), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3398), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3398), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3398), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3398), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3398), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3398), + [anon_sym_MOZ_NONNULL] = ACTIONS(3398), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3398), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3398), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3398), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3398), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3398), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3398), + [anon_sym_MOZ_NORETURN] = ACTIONS(3398), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3398), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3398), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3398), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3398), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3398), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3398), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3398), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3398), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3398), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3398), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3398), + [anon_sym_MOZ_RAII] = ACTIONS(3398), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3398), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3398), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3398), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3398), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3398), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3398), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3398), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3398), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3398), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3398), + }, + [1279] = { + [sym_identifier] = ACTIONS(2451), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2453), + [anon_sym_COMMA] = ACTIONS(2453), + [anon_sym_RPAREN] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(2453), + [anon_sym_TILDE] = ACTIONS(2453), + [anon_sym_STAR] = ACTIONS(2453), + [anon_sym_AMP_AMP] = ACTIONS(2453), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_SEMI] = ACTIONS(2453), + [anon_sym_extern] = ACTIONS(2451), + [anon_sym___attribute__] = ACTIONS(2451), + [anon_sym_COLON_COLON] = ACTIONS(2453), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), + [anon_sym___declspec] = ACTIONS(2451), + [anon_sym___based] = ACTIONS(2451), + [anon_sym_LBRACE] = ACTIONS(2453), + [anon_sym_LBRACK] = ACTIONS(2451), + [anon_sym_EQ] = ACTIONS(2453), + [anon_sym_static] = ACTIONS(2451), + [anon_sym_register] = ACTIONS(2451), + [anon_sym_inline] = ACTIONS(2451), + [anon_sym_thread_local] = ACTIONS(2451), + [anon_sym_const] = ACTIONS(2451), + [anon_sym_volatile] = ACTIONS(2451), + [anon_sym_restrict] = ACTIONS(2451), + [anon_sym__Atomic] = ACTIONS(2451), + [anon_sym_mutable] = ACTIONS(2451), + [anon_sym_constexpr] = ACTIONS(2451), + [anon_sym_COLON] = ACTIONS(2451), + [anon_sym_DASH_GT] = ACTIONS(2453), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2451), + [anon_sym_override] = ACTIONS(2451), + [anon_sym_virtual] = ACTIONS(2451), + [anon_sym_template] = ACTIONS(2451), + [anon_sym_GT2] = ACTIONS(2453), + [anon_sym_operator] = ACTIONS(2451), + [anon_sym_noexcept] = ACTIONS(2451), + [anon_sym_throw] = ACTIONS(2451), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2451), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2451), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2451), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2451), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2451), + [anon_sym_MOZ_COLD] = ACTIONS(2451), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2451), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2451), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2451), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2451), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2451), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2451), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2451), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2451), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2451), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2451), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2451), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2451), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2451), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2451), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2451), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2451), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_NONNULL] = ACTIONS(2451), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2451), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2451), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2451), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2451), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_NORETURN] = ACTIONS(2451), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2451), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2451), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2451), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2451), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2451), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2451), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2451), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2451), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2451), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2451), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2451), + [anon_sym_MOZ_RAII] = ACTIONS(2451), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2451), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2451), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2451), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2451), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2451), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2451), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2451), + }, + [1280] = { + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_TILDE] = ACTIONS(3403), + [anon_sym_STAR] = ACTIONS(3403), + [anon_sym_AMP_AMP] = ACTIONS(3403), + [anon_sym_AMP] = ACTIONS(3401), + [anon_sym_extern] = ACTIONS(3401), + [anon_sym___attribute__] = ACTIONS(3401), + [anon_sym_COLON_COLON] = ACTIONS(3403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3403), + [anon_sym___declspec] = ACTIONS(3401), + [anon_sym___based] = ACTIONS(3401), + [anon_sym_LBRACK] = ACTIONS(3401), + [anon_sym_static] = ACTIONS(3401), + [anon_sym_register] = ACTIONS(3401), + [anon_sym_inline] = ACTIONS(3401), + [anon_sym_thread_local] = ACTIONS(3401), + [anon_sym_const] = ACTIONS(3401), + [anon_sym_volatile] = ACTIONS(3401), + [anon_sym_restrict] = ACTIONS(3401), + [anon_sym__Atomic] = ACTIONS(3401), + [anon_sym_mutable] = ACTIONS(3401), + [anon_sym_constexpr] = ACTIONS(3401), + [anon_sym_signed] = ACTIONS(3401), + [anon_sym_unsigned] = ACTIONS(3401), + [anon_sym_long] = ACTIONS(3401), + [anon_sym_short] = ACTIONS(3401), + [sym_primitive_type] = ACTIONS(3401), + [anon_sym_enum] = ACTIONS(3401), + [anon_sym_class] = ACTIONS(3401), + [anon_sym_struct] = ACTIONS(3401), + [anon_sym_union] = ACTIONS(3401), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3401), + [anon_sym_virtual] = ACTIONS(3401), + [anon_sym_explicit] = ACTIONS(3401), + [sym_auto] = ACTIONS(3401), + [anon_sym_typename] = ACTIONS(3401), + [anon_sym_template] = ACTIONS(3401), + [anon_sym_operator] = ACTIONS(3401), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3401), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3401), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3401), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3401), + [anon_sym_MOZ_COLD] = ACTIONS(3401), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3401), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3401), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3401), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3401), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3401), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3401), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3401), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3401), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3401), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3401), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3401), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3401), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3401), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_NONNULL] = ACTIONS(3401), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3401), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3401), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3401), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3401), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3401), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3401), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3401), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3401), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3401), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3401), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3401), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3401), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3401), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3401), + [anon_sym_MOZ_RAII] = ACTIONS(3401), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3401), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3401), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3401), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3401), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3401), + }, + [1281] = { + [sym_identifier] = ACTIONS(2494), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2496), + [anon_sym_COMMA] = ACTIONS(2496), + [anon_sym_RPAREN] = ACTIONS(2496), + [anon_sym_LPAREN2] = ACTIONS(2496), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2496), + [anon_sym_AMP_AMP] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_SEMI] = ACTIONS(2496), + [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_LBRACE] = ACTIONS(2496), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_EQ] = ACTIONS(2496), + [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_COLON] = ACTIONS(2494), + [anon_sym_DASH_GT] = ACTIONS(2496), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2494), + [anon_sym_override] = ACTIONS(2494), + [anon_sym_virtual] = ACTIONS(2494), + [anon_sym_template] = ACTIONS(2494), + [anon_sym_GT2] = ACTIONS(2496), + [anon_sym_operator] = ACTIONS(2494), + [anon_sym_noexcept] = ACTIONS(2494), + [anon_sym_throw] = ACTIONS(2494), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2494), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2494), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2494), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2494), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2494), + [anon_sym_MOZ_COLD] = ACTIONS(2494), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2494), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2494), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2494), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2494), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2494), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2494), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2494), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2494), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2494), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2494), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2494), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2494), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2494), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2494), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2494), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_NONNULL] = ACTIONS(2494), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2494), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2494), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2494), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2494), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_NORETURN] = ACTIONS(2494), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2494), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2494), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2494), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2494), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2494), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2494), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2494), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2494), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2494), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), + [anon_sym_MOZ_RAII] = ACTIONS(2494), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2494), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2494), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2494), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2494), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2494), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2494), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2494), + }, + [1282] = { + [sym_identifier] = ACTIONS(2488), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2490), + [anon_sym_COMMA] = ACTIONS(2490), + [anon_sym_RPAREN] = ACTIONS(2490), + [anon_sym_LPAREN2] = ACTIONS(2490), + [anon_sym_TILDE] = ACTIONS(2490), + [anon_sym_STAR] = ACTIONS(2490), + [anon_sym_AMP_AMP] = ACTIONS(2490), + [anon_sym_AMP] = ACTIONS(2488), + [anon_sym_SEMI] = ACTIONS(2490), + [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_LBRACE] = ACTIONS(2490), + [anon_sym_LBRACK] = ACTIONS(2488), + [anon_sym_EQ] = ACTIONS(2490), + [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_COLON] = ACTIONS(2488), + [anon_sym_DASH_GT] = ACTIONS(2490), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2488), + [anon_sym_override] = ACTIONS(2488), + [anon_sym_virtual] = ACTIONS(2488), + [anon_sym_template] = ACTIONS(2488), + [anon_sym_GT2] = ACTIONS(2490), + [anon_sym_operator] = ACTIONS(2488), + [anon_sym_noexcept] = ACTIONS(2488), + [anon_sym_throw] = ACTIONS(2488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2488), + [anon_sym_MOZ_COLD] = ACTIONS(2488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_NONNULL] = ACTIONS(2488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_NORETURN] = ACTIONS(2488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2488), + [anon_sym_MOZ_RAII] = ACTIONS(2488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2488), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2488), + }, + [1283] = { + [sym_identifier] = ACTIONS(3405), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3407), + [anon_sym_COMMA] = ACTIONS(3407), + [anon_sym_RPAREN] = ACTIONS(3407), + [anon_sym_LPAREN2] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_STAR] = ACTIONS(3407), + [anon_sym_AMP_AMP] = ACTIONS(3407), + [anon_sym_AMP] = ACTIONS(3405), + [anon_sym_SEMI] = ACTIONS(3407), + [anon_sym_extern] = ACTIONS(3405), + [anon_sym___attribute__] = ACTIONS(3405), + [anon_sym_COLON_COLON] = ACTIONS(3407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3407), + [anon_sym___declspec] = ACTIONS(3405), + [anon_sym___based] = ACTIONS(3405), + [anon_sym_LBRACE] = ACTIONS(3407), + [anon_sym_LBRACK] = ACTIONS(3405), + [anon_sym_EQ] = ACTIONS(3407), + [anon_sym_static] = ACTIONS(3405), + [anon_sym_register] = ACTIONS(3405), + [anon_sym_inline] = ACTIONS(3405), + [anon_sym_thread_local] = ACTIONS(3405), + [anon_sym_const] = ACTIONS(3405), + [anon_sym_volatile] = ACTIONS(3405), + [anon_sym_restrict] = ACTIONS(3405), + [anon_sym__Atomic] = ACTIONS(3405), + [anon_sym_mutable] = ACTIONS(3405), + [anon_sym_constexpr] = ACTIONS(3405), + [anon_sym_COLON] = ACTIONS(3405), + [anon_sym_DASH_GT] = ACTIONS(3407), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3405), + [anon_sym_override] = ACTIONS(3405), + [anon_sym_virtual] = ACTIONS(3405), + [anon_sym_template] = ACTIONS(3405), + [anon_sym_GT2] = ACTIONS(3407), + [anon_sym_operator] = ACTIONS(3405), + [anon_sym_noexcept] = ACTIONS(3405), + [anon_sym_throw] = ACTIONS(3405), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3405), + [anon_sym_MOZ_COLD] = ACTIONS(3405), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3405), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3405), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3405), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3405), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3405), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3405), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3405), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3405), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3405), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3405), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3405), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3405), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_RAII] = ACTIONS(3405), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3405), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3405), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3405), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3405), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3405), + }, + [1284] = { + [sym__expression] = STATE(2685), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(2682), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3114), + [anon_sym_RPAREN] = ACTIONS(3114), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(25), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_SLASH] = ACTIONS(3122), + [anon_sym_PERCENT] = ACTIONS(3114), + [anon_sym_PIPE_PIPE] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_PIPE] = ACTIONS(3122), + [anon_sym_CARET] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_EQ_EQ] = ACTIONS(3114), + [anon_sym_BANG_EQ] = ACTIONS(3114), + [anon_sym_GT] = ACTIONS(3122), + [anon_sym_GT_EQ] = ACTIONS(3114), + [anon_sym_LT_EQ] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3122), + [anon_sym_LT_LT] = ACTIONS(3114), + [anon_sym_GT_GT] = ACTIONS(3114), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(3114), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_QMARK] = ACTIONS(3114), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DASH_GT] = ACTIONS(3114), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1285] = { + [sym_identifier] = ACTIONS(3411), + [anon_sym_LPAREN2] = ACTIONS(3414), + [anon_sym_TILDE] = ACTIONS(3414), + [anon_sym_STAR] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3414), + [anon_sym_AMP] = ACTIONS(3416), + [anon_sym_extern] = ACTIONS(3411), + [anon_sym___attribute__] = ACTIONS(3411), + [anon_sym_COLON_COLON] = ACTIONS(3418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3418), + [anon_sym___declspec] = ACTIONS(3411), + [anon_sym___based] = ACTIONS(3416), + [anon_sym_LBRACK] = ACTIONS(3416), + [anon_sym_static] = ACTIONS(3411), + [anon_sym_register] = ACTIONS(3411), + [anon_sym_inline] = ACTIONS(3411), + [anon_sym_thread_local] = ACTIONS(3411), + [anon_sym_const] = ACTIONS(3411), + [anon_sym_volatile] = ACTIONS(3411), + [anon_sym_restrict] = ACTIONS(3411), + [anon_sym__Atomic] = ACTIONS(3411), + [anon_sym_mutable] = ACTIONS(3411), + [anon_sym_constexpr] = ACTIONS(3411), + [anon_sym_signed] = ACTIONS(3421), + [anon_sym_unsigned] = ACTIONS(3421), + [anon_sym_long] = ACTIONS(3421), + [anon_sym_short] = ACTIONS(3421), + [sym_primitive_type] = ACTIONS(3421), + [anon_sym_enum] = ACTIONS(3421), + [anon_sym_class] = ACTIONS(3421), + [anon_sym_struct] = ACTIONS(3421), + [anon_sym_union] = ACTIONS(3421), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3421), + [anon_sym_virtual] = ACTIONS(3411), + [anon_sym_explicit] = ACTIONS(3416), + [sym_auto] = ACTIONS(3421), + [anon_sym_typename] = ACTIONS(3421), + [anon_sym_template] = ACTIONS(3411), + [anon_sym_operator] = ACTIONS(3416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3411), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3411), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3411), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3411), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3411), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3411), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3411), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3411), + [anon_sym_MOZ_COLD] = ACTIONS(3411), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3411), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3411), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3411), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3411), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3411), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3411), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3411), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3411), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3411), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3411), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3411), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3411), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3411), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3411), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3411), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3411), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3411), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3411), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3411), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3411), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3411), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3411), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3411), + [anon_sym_MOZ_NONNULL] = ACTIONS(3411), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3411), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3411), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3411), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3411), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3411), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3411), + [anon_sym_MOZ_NORETURN] = ACTIONS(3411), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3411), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3411), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3411), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3411), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3411), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3411), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3411), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3411), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3411), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3411), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3411), + [anon_sym_MOZ_RAII] = ACTIONS(3411), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3411), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3411), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3411), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3411), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3411), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3411), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3411), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3411), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3411), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3411), + }, + [1286] = { + [sym_field_declaration_list] = STATE(1317), + [sym_virtual_specifier] = STATE(4184), + [sym_base_class_clause] = STATE(4722), + [sym_identifier] = ACTIONS(3423), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3425), + [anon_sym_COMMA] = ACTIONS(3425), + [anon_sym_RPAREN] = ACTIONS(3425), + [anon_sym_LPAREN2] = ACTIONS(3425), + [anon_sym_TILDE] = ACTIONS(3425), + [anon_sym_STAR] = ACTIONS(3425), + [anon_sym_AMP_AMP] = ACTIONS(3425), + [anon_sym_AMP] = ACTIONS(3423), + [anon_sym_SEMI] = ACTIONS(3425), + [anon_sym_extern] = ACTIONS(3423), + [anon_sym___attribute__] = ACTIONS(3423), + [anon_sym_COLON_COLON] = ACTIONS(3425), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3425), + [anon_sym___declspec] = ACTIONS(3423), + [anon_sym___based] = ACTIONS(3423), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3423), + [anon_sym_EQ] = ACTIONS(3425), + [anon_sym_static] = ACTIONS(3423), + [anon_sym_register] = ACTIONS(3423), + [anon_sym_inline] = ACTIONS(3423), + [anon_sym_thread_local] = ACTIONS(3423), + [anon_sym_const] = ACTIONS(3423), + [anon_sym_volatile] = ACTIONS(3423), + [anon_sym_restrict] = ACTIONS(3423), + [anon_sym__Atomic] = ACTIONS(3423), + [anon_sym_mutable] = ACTIONS(3423), + [anon_sym_constexpr] = ACTIONS(3423), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3423), + [anon_sym_template] = ACTIONS(3423), + [anon_sym_GT2] = ACTIONS(3425), + [anon_sym_operator] = ACTIONS(3423), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3423), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3423), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3423), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3423), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3423), + [anon_sym_MOZ_COLD] = ACTIONS(3423), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3423), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3423), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3423), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3423), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3423), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3423), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3423), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3423), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3423), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3423), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3423), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3423), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3423), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3423), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3423), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3423), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_NONNULL] = ACTIONS(3423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3423), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3423), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3423), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3423), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3423), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3423), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3423), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3423), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3423), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3423), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3423), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3423), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3423), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3423), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3423), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3423), + [anon_sym_MOZ_RAII] = ACTIONS(3423), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3423), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3423), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3423), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3423), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3423), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3423), }, - [1270] = { - [sym_identifier] = ACTIONS(2512), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2514), - [anon_sym_COMMA] = ACTIONS(2514), - [anon_sym_RPAREN] = ACTIONS(2514), - [anon_sym_LPAREN2] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_STAR] = ACTIONS(2514), - [anon_sym_AMP_AMP] = ACTIONS(2514), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_SEMI] = ACTIONS(2514), - [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_LBRACE] = ACTIONS(2514), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_EQ] = ACTIONS(2514), - [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_COLON] = ACTIONS(2512), - [anon_sym_DASH_GT] = ACTIONS(2514), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2512), - [anon_sym_override] = ACTIONS(2512), - [anon_sym_virtual] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2512), - [anon_sym_GT2] = ACTIONS(2514), - [anon_sym_operator] = ACTIONS(2512), - [anon_sym_noexcept] = ACTIONS(2512), - [anon_sym_throw] = ACTIONS(2512), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), - [anon_sym_MOZ_COLD] = ACTIONS(2512), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_NONNULL] = ACTIONS(2512), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_NORETURN] = ACTIONS(2512), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), - [anon_sym_MOZ_RAII] = ACTIONS(2512), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), + [1287] = { + [sym_identifier] = ACTIONS(2447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2449), + [anon_sym_COMMA] = ACTIONS(2449), + [anon_sym_RPAREN] = ACTIONS(2449), + [anon_sym_LPAREN2] = ACTIONS(2449), + [anon_sym_TILDE] = ACTIONS(2449), + [anon_sym_STAR] = ACTIONS(2449), + [anon_sym_AMP_AMP] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2447), + [anon_sym_SEMI] = ACTIONS(2449), + [anon_sym_extern] = ACTIONS(2447), + [anon_sym___attribute__] = ACTIONS(2447), + [anon_sym_COLON_COLON] = ACTIONS(2449), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2449), + [anon_sym___declspec] = ACTIONS(2447), + [anon_sym___based] = ACTIONS(2447), + [anon_sym_LBRACE] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_EQ] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2447), + [anon_sym_register] = ACTIONS(2447), + [anon_sym_inline] = ACTIONS(2447), + [anon_sym_thread_local] = ACTIONS(2447), + [anon_sym_const] = ACTIONS(2447), + [anon_sym_volatile] = ACTIONS(2447), + [anon_sym_restrict] = ACTIONS(2447), + [anon_sym__Atomic] = ACTIONS(2447), + [anon_sym_mutable] = ACTIONS(2447), + [anon_sym_constexpr] = ACTIONS(2447), + [anon_sym_COLON] = ACTIONS(2447), + [anon_sym_DASH_GT] = ACTIONS(2449), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2447), + [anon_sym_override] = ACTIONS(2447), + [anon_sym_virtual] = ACTIONS(2447), + [anon_sym_template] = ACTIONS(2447), + [anon_sym_GT2] = ACTIONS(2449), + [anon_sym_operator] = ACTIONS(2447), + [anon_sym_noexcept] = ACTIONS(2447), + [anon_sym_throw] = ACTIONS(2447), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2447), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2447), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2447), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2447), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2447), + [anon_sym_MOZ_COLD] = ACTIONS(2447), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2447), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2447), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2447), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2447), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2447), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2447), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2447), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2447), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2447), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2447), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2447), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2447), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2447), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2447), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2447), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2447), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_NONNULL] = ACTIONS(2447), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2447), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2447), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2447), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2447), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_NORETURN] = ACTIONS(2447), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2447), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2447), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2447), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2447), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2447), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2447), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2447), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2447), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2447), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2447), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2447), + [anon_sym_MOZ_RAII] = ACTIONS(2447), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2447), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2447), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2447), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2447), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2447), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2447), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2447), }, - [1271] = { - [sym_identifier] = ACTIONS(3027), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3027), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3027), - [anon_sym___attribute__] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3029), - [anon_sym___declspec] = ACTIONS(3027), - [anon_sym___based] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_EQ] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3027), - [anon_sym_register] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_thread_local] = ACTIONS(3027), - [anon_sym_const] = ACTIONS(3027), - [anon_sym_volatile] = ACTIONS(3027), - [anon_sym_restrict] = ACTIONS(3027), - [anon_sym__Atomic] = ACTIONS(3027), - [anon_sym_mutable] = ACTIONS(3027), - [anon_sym_constexpr] = ACTIONS(3027), - [anon_sym_COLON] = ACTIONS(3027), - [anon_sym_DASH_GT] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_virtual] = ACTIONS(3027), - [anon_sym_template] = ACTIONS(3027), - [anon_sym_GT2] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_noexcept] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3027), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3027), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3027), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3027), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3027), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3027), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3027), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3027), - [anon_sym_MOZ_COLD] = ACTIONS(3027), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3027), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3027), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3027), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3027), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3027), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3027), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3027), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3027), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3027), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3027), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3027), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3027), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3027), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3027), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3027), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3027), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3027), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3027), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3027), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3027), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3027), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3027), - [anon_sym_MOZ_NONNULL] = ACTIONS(3027), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3027), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3027), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3027), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3027), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3027), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3027), - [anon_sym_MOZ_NORETURN] = ACTIONS(3027), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3027), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3027), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3027), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3027), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3027), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3027), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3027), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3027), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3027), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3027), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3027), - [anon_sym_MOZ_RAII] = ACTIONS(3027), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3027), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3027), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3027), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3027), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3027), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3027), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3027), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3027), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3027), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3027), + [1288] = { + [sym_identifier] = ACTIONS(2476), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2478), + [anon_sym_COMMA] = ACTIONS(2478), + [anon_sym_RPAREN] = ACTIONS(2478), + [anon_sym_LPAREN2] = ACTIONS(2478), + [anon_sym_TILDE] = ACTIONS(2478), + [anon_sym_STAR] = ACTIONS(2478), + [anon_sym_AMP_AMP] = ACTIONS(2478), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_SEMI] = ACTIONS(2478), + [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_LBRACE] = ACTIONS(2478), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_EQ] = ACTIONS(2478), + [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_COLON] = ACTIONS(2476), + [anon_sym_DASH_GT] = ACTIONS(2478), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2476), + [anon_sym_override] = ACTIONS(2476), + [anon_sym_virtual] = ACTIONS(2476), + [anon_sym_template] = ACTIONS(2476), + [anon_sym_GT2] = ACTIONS(2478), + [anon_sym_operator] = ACTIONS(2476), + [anon_sym_noexcept] = ACTIONS(2476), + [anon_sym_throw] = ACTIONS(2476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2476), + [anon_sym_MOZ_COLD] = ACTIONS(2476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_NONNULL] = ACTIONS(2476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_NORETURN] = ACTIONS(2476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2476), + [anon_sym_MOZ_RAII] = ACTIONS(2476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2476), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2476), }, - [1272] = { - [sym_field_declaration_list] = STATE(1307), - [sym_virtual_specifier] = STATE(4018), - [sym_base_class_clause] = STATE(4755), - [sym_identifier] = ACTIONS(3033), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3035), - [anon_sym_COMMA] = ACTIONS(3035), - [anon_sym_RPAREN] = ACTIONS(3035), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_EQ] = ACTIONS(3035), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_GT2] = ACTIONS(3035), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3033), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3033), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3033), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3033), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3033), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3033), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3033), - [anon_sym_MOZ_COLD] = ACTIONS(3033), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3033), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3033), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3033), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3033), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3033), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3033), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3033), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3033), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3033), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3033), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3033), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3033), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3033), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3033), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3033), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3033), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3033), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3033), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3033), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_NONNULL] = ACTIONS(3033), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3033), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3033), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3033), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3033), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3033), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3033), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3033), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3033), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3033), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3033), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3033), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3033), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3033), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3033), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3033), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3033), - [anon_sym_MOZ_RAII] = ACTIONS(3033), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3033), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3033), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3033), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3033), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3033), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3033), + [1289] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1289), + [sym_identifier] = ACTIONS(3322), + [anon_sym_COMMA] = ACTIONS(3324), + [anon_sym_LPAREN2] = ACTIONS(3324), + [anon_sym_STAR] = ACTIONS(3324), + [anon_sym_AMP_AMP] = ACTIONS(3324), + [anon_sym_AMP] = ACTIONS(3322), + [anon_sym_SEMI] = ACTIONS(3324), + [anon_sym_extern] = ACTIONS(3322), + [anon_sym___attribute__] = ACTIONS(3322), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3324), + [anon_sym___declspec] = ACTIONS(3322), + [anon_sym___based] = ACTIONS(3322), + [anon_sym_LBRACE] = ACTIONS(3324), + [anon_sym_LBRACK] = ACTIONS(3322), + [anon_sym_EQ] = ACTIONS(3324), + [anon_sym_static] = ACTIONS(3322), + [anon_sym_register] = ACTIONS(3322), + [anon_sym_inline] = ACTIONS(3322), + [anon_sym_thread_local] = ACTIONS(3322), + [anon_sym_const] = ACTIONS(3322), + [anon_sym_volatile] = ACTIONS(3322), + [anon_sym_restrict] = ACTIONS(3322), + [anon_sym__Atomic] = ACTIONS(3322), + [anon_sym_mutable] = ACTIONS(3322), + [anon_sym_constexpr] = ACTIONS(3322), + [anon_sym_signed] = ACTIONS(3433), + [anon_sym_unsigned] = ACTIONS(3433), + [anon_sym_long] = ACTIONS(3433), + [anon_sym_short] = ACTIONS(3433), + [sym_primitive_type] = ACTIONS(3322), + [anon_sym_COLON] = ACTIONS(3324), + [anon_sym_DASH_GT] = ACTIONS(3324), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3322), + [anon_sym_override] = ACTIONS(3322), + [anon_sym_virtual] = ACTIONS(3322), + [anon_sym_operator] = ACTIONS(3322), + [anon_sym_noexcept] = ACTIONS(3322), + [anon_sym_throw] = ACTIONS(3322), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3322), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3322), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3322), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3322), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3322), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3322), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3322), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3322), + [anon_sym_MOZ_COLD] = ACTIONS(3322), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3322), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3322), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3322), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3322), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3322), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3322), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3322), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3322), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3322), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3322), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3322), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3322), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3322), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3322), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3322), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3322), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3322), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3322), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3322), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3322), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3322), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_NONNULL] = ACTIONS(3322), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3322), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3322), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3322), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3322), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3322), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_NORETURN] = ACTIONS(3322), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3322), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3322), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3322), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3322), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3322), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3322), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3322), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3322), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3322), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3322), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3322), + [anon_sym_MOZ_RAII] = ACTIONS(3322), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3322), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3322), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3322), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3322), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3322), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3322), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3322), }, - [1273] = { - [sym_identifier] = ACTIONS(2498), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2500), - [anon_sym_COMMA] = ACTIONS(2500), - [anon_sym_RPAREN] = ACTIONS(2500), - [anon_sym_LPAREN2] = ACTIONS(2500), - [anon_sym_TILDE] = ACTIONS(2500), - [anon_sym_STAR] = ACTIONS(2500), - [anon_sym_AMP_AMP] = ACTIONS(2500), - [anon_sym_AMP] = ACTIONS(2498), - [anon_sym_SEMI] = ACTIONS(2500), - [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_LBRACE] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(2498), - [anon_sym_EQ] = ACTIONS(2500), - [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_COLON] = ACTIONS(2498), - [anon_sym_DASH_GT] = ACTIONS(2500), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2498), - [anon_sym_override] = ACTIONS(2498), - [anon_sym_virtual] = ACTIONS(2498), - [anon_sym_template] = ACTIONS(2498), - [anon_sym_GT2] = ACTIONS(2500), - [anon_sym_operator] = ACTIONS(2498), - [anon_sym_noexcept] = ACTIONS(2498), - [anon_sym_throw] = ACTIONS(2498), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2498), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2498), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2498), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2498), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2498), - [anon_sym_MOZ_COLD] = ACTIONS(2498), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2498), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2498), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2498), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2498), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2498), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2498), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2498), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2498), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2498), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2498), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2498), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2498), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2498), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2498), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2498), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2498), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_NONNULL] = ACTIONS(2498), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2498), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2498), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2498), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2498), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_NORETURN] = ACTIONS(2498), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2498), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2498), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2498), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2498), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2498), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2498), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2498), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2498), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2498), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2498), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2498), - [anon_sym_MOZ_RAII] = ACTIONS(2498), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2498), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2498), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2498), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2498), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2498), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2498), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2498), + [1290] = { + [sym_field_declaration_list] = STATE(1321), + [sym_virtual_specifier] = STATE(4131), + [sym_base_class_clause] = STATE(4701), + [sym_identifier] = ACTIONS(3436), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3438), + [anon_sym_COMMA] = ACTIONS(3438), + [anon_sym_RPAREN] = ACTIONS(3438), + [anon_sym_LPAREN2] = ACTIONS(3438), + [anon_sym_TILDE] = ACTIONS(3438), + [anon_sym_STAR] = ACTIONS(3438), + [anon_sym_AMP_AMP] = ACTIONS(3438), + [anon_sym_AMP] = ACTIONS(3436), + [anon_sym_SEMI] = ACTIONS(3438), + [anon_sym_extern] = ACTIONS(3436), + [anon_sym___attribute__] = ACTIONS(3436), + [anon_sym_COLON_COLON] = ACTIONS(3438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3438), + [anon_sym___declspec] = ACTIONS(3436), + [anon_sym___based] = ACTIONS(3436), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3436), + [anon_sym_EQ] = ACTIONS(3438), + [anon_sym_static] = ACTIONS(3436), + [anon_sym_register] = ACTIONS(3436), + [anon_sym_inline] = ACTIONS(3436), + [anon_sym_thread_local] = ACTIONS(3436), + [anon_sym_const] = ACTIONS(3436), + [anon_sym_volatile] = ACTIONS(3436), + [anon_sym_restrict] = ACTIONS(3436), + [anon_sym__Atomic] = ACTIONS(3436), + [anon_sym_mutable] = ACTIONS(3436), + [anon_sym_constexpr] = ACTIONS(3436), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3436), + [anon_sym_template] = ACTIONS(3436), + [anon_sym_GT2] = ACTIONS(3438), + [anon_sym_operator] = ACTIONS(3436), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3436), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3436), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3436), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3436), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3436), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3436), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3436), + [anon_sym_MOZ_COLD] = ACTIONS(3436), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3436), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3436), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3436), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3436), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3436), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3436), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3436), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3436), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3436), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3436), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3436), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3436), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3436), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3436), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3436), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3436), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3436), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3436), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3436), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_NONNULL] = ACTIONS(3436), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3436), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3436), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3436), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3436), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3436), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3436), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3436), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3436), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3436), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3436), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3436), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3436), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3436), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3436), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3436), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3436), + [anon_sym_MOZ_RAII] = ACTIONS(3436), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3436), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3436), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3436), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3436), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3436), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3436), }, - [1274] = { - [sym_identifier] = ACTIONS(2468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2470), - [anon_sym_COMMA] = ACTIONS(2470), - [anon_sym_RPAREN] = ACTIONS(2470), - [anon_sym_LPAREN2] = ACTIONS(2470), - [anon_sym_TILDE] = ACTIONS(2470), - [anon_sym_STAR] = ACTIONS(2470), - [anon_sym_AMP_AMP] = ACTIONS(2470), - [anon_sym_AMP] = ACTIONS(2468), - [anon_sym_SEMI] = ACTIONS(2470), - [anon_sym_extern] = ACTIONS(2468), - [anon_sym___attribute__] = ACTIONS(2468), - [anon_sym_COLON_COLON] = ACTIONS(2470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2470), - [anon_sym___declspec] = ACTIONS(2468), - [anon_sym___based] = ACTIONS(2468), - [anon_sym_LBRACE] = ACTIONS(2470), - [anon_sym_LBRACK] = ACTIONS(2468), - [anon_sym_EQ] = ACTIONS(2470), - [anon_sym_static] = ACTIONS(2468), - [anon_sym_register] = ACTIONS(2468), - [anon_sym_inline] = ACTIONS(2468), - [anon_sym_thread_local] = ACTIONS(2468), - [anon_sym_const] = ACTIONS(2468), - [anon_sym_volatile] = ACTIONS(2468), - [anon_sym_restrict] = ACTIONS(2468), - [anon_sym__Atomic] = ACTIONS(2468), - [anon_sym_mutable] = ACTIONS(2468), - [anon_sym_constexpr] = ACTIONS(2468), - [anon_sym_COLON] = ACTIONS(2468), - [anon_sym_DASH_GT] = ACTIONS(2470), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2468), - [anon_sym_override] = ACTIONS(2468), - [anon_sym_virtual] = ACTIONS(2468), - [anon_sym_template] = ACTIONS(2468), - [anon_sym_GT2] = ACTIONS(2470), - [anon_sym_operator] = ACTIONS(2468), - [anon_sym_noexcept] = ACTIONS(2468), - [anon_sym_throw] = ACTIONS(2468), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2468), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2468), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2468), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2468), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2468), - [anon_sym_MOZ_COLD] = ACTIONS(2468), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2468), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2468), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2468), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2468), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2468), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2468), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2468), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2468), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2468), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2468), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2468), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2468), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2468), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2468), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2468), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2468), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_NONNULL] = ACTIONS(2468), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2468), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2468), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2468), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2468), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_NORETURN] = ACTIONS(2468), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2468), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2468), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2468), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2468), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2468), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2468), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2468), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2468), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2468), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2468), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2468), - [anon_sym_MOZ_RAII] = ACTIONS(2468), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2468), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2468), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2468), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2468), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2468), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2468), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2468), + [1291] = { + [sym_identifier] = ACTIONS(3405), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3407), + [anon_sym_COMMA] = ACTIONS(3407), + [anon_sym_RPAREN] = ACTIONS(3407), + [anon_sym_LPAREN2] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_STAR] = ACTIONS(3407), + [anon_sym_AMP_AMP] = ACTIONS(3407), + [anon_sym_AMP] = ACTIONS(3405), + [anon_sym_SEMI] = ACTIONS(3407), + [anon_sym_extern] = ACTIONS(3405), + [anon_sym___attribute__] = ACTIONS(3405), + [anon_sym_COLON_COLON] = ACTIONS(3440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3407), + [anon_sym___declspec] = ACTIONS(3405), + [anon_sym___based] = ACTIONS(3405), + [anon_sym_LBRACE] = ACTIONS(3407), + [anon_sym_LBRACK] = ACTIONS(3405), + [anon_sym_EQ] = ACTIONS(3407), + [anon_sym_static] = ACTIONS(3405), + [anon_sym_register] = ACTIONS(3405), + [anon_sym_inline] = ACTIONS(3405), + [anon_sym_thread_local] = ACTIONS(3405), + [anon_sym_const] = ACTIONS(3405), + [anon_sym_volatile] = ACTIONS(3405), + [anon_sym_restrict] = ACTIONS(3405), + [anon_sym__Atomic] = ACTIONS(3405), + [anon_sym_mutable] = ACTIONS(3405), + [anon_sym_constexpr] = ACTIONS(3405), + [anon_sym_COLON] = ACTIONS(3405), + [anon_sym_DASH_GT] = ACTIONS(3407), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3405), + [anon_sym_override] = ACTIONS(3405), + [anon_sym_virtual] = ACTIONS(3405), + [anon_sym_template] = ACTIONS(3405), + [anon_sym_GT2] = ACTIONS(3407), + [anon_sym_operator] = ACTIONS(3405), + [anon_sym_noexcept] = ACTIONS(3405), + [anon_sym_throw] = ACTIONS(3405), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3405), + [anon_sym_MOZ_COLD] = ACTIONS(3405), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3405), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3405), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3405), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3405), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3405), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3405), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3405), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3405), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3405), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3405), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3405), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3405), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_RAII] = ACTIONS(3405), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3405), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3405), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3405), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3405), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3405), }, - [1275] = { + [1292] = { [sym_identifier] = ACTIONS(2508), [anon_sym_DOT_DOT_DOT] = ACTIONS(2510), [anon_sym_COMMA] = ACTIONS(2510), @@ -242453,451 +245402,451 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2508), [anon_sym_JS_PUBLIC_API] = ACTIONS(2508), }, - [1276] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2988), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2427), - [anon_sym_COMMA] = ACTIONS(2427), - [anon_sym_RPAREN] = ACTIONS(2427), - [anon_sym_LPAREN2] = ACTIONS(2427), - [anon_sym_TILDE] = ACTIONS(2427), - [anon_sym_STAR] = ACTIONS(2427), - [anon_sym_AMP_AMP] = ACTIONS(2427), - [anon_sym_AMP] = ACTIONS(2988), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2427), - [anon_sym_extern] = ACTIONS(2988), - [anon_sym___attribute__] = ACTIONS(2988), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [anon_sym___declspec] = ACTIONS(2988), - [anon_sym___based] = ACTIONS(2988), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2988), - [anon_sym_static] = ACTIONS(2988), - [anon_sym_register] = ACTIONS(2988), - [anon_sym_inline] = ACTIONS(2988), - [anon_sym_thread_local] = ACTIONS(2988), - [anon_sym_const] = ACTIONS(2988), - [anon_sym_volatile] = ACTIONS(2988), - [anon_sym_restrict] = ACTIONS(2988), - [anon_sym__Atomic] = ACTIONS(2988), - [anon_sym_mutable] = ACTIONS(2988), - [anon_sym_constexpr] = ACTIONS(2988), - [anon_sym_COLON] = ACTIONS(2988), - [anon_sym_DASH_GT] = ACTIONS(2427), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2988), - [anon_sym_override] = ACTIONS(2988), - [anon_sym_virtual] = ACTIONS(2988), - [anon_sym_template] = ACTIONS(2988), - [anon_sym_operator] = ACTIONS(2988), - [anon_sym_noexcept] = ACTIONS(2988), - [anon_sym_throw] = ACTIONS(2988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2988), - [anon_sym_MOZ_COLD] = ACTIONS(2988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_NONNULL] = ACTIONS(2988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2988), - [anon_sym_MOZ_RAII] = ACTIONS(2988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2988), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2988), + [1293] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(3356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2423), + [anon_sym_COMMA] = ACTIONS(2423), + [anon_sym_RPAREN] = ACTIONS(2423), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(3356), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(2423), + [anon_sym_extern] = ACTIONS(3356), + [anon_sym___attribute__] = ACTIONS(3356), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [anon_sym___declspec] = ACTIONS(3356), + [anon_sym___based] = ACTIONS(3356), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(3356), + [anon_sym_static] = ACTIONS(3356), + [anon_sym_register] = ACTIONS(3356), + [anon_sym_inline] = ACTIONS(3356), + [anon_sym_thread_local] = ACTIONS(3356), + [anon_sym_const] = ACTIONS(3356), + [anon_sym_volatile] = ACTIONS(3356), + [anon_sym_restrict] = ACTIONS(3356), + [anon_sym__Atomic] = ACTIONS(3356), + [anon_sym_mutable] = ACTIONS(3356), + [anon_sym_constexpr] = ACTIONS(3356), + [anon_sym_COLON] = ACTIONS(3356), + [anon_sym_DASH_GT] = ACTIONS(2423), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3356), + [anon_sym_override] = ACTIONS(3356), + [anon_sym_virtual] = ACTIONS(3356), + [anon_sym_template] = ACTIONS(3356), + [anon_sym_operator] = ACTIONS(3356), + [anon_sym_noexcept] = ACTIONS(3356), + [anon_sym_throw] = ACTIONS(3356), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3356), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3356), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3356), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3356), + [anon_sym_MOZ_COLD] = ACTIONS(3356), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3356), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3356), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3356), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3356), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3356), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3356), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3356), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3356), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3356), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3356), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3356), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3356), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3356), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_NONNULL] = ACTIONS(3356), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3356), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3356), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3356), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3356), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3356), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3356), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3356), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3356), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3356), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3356), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3356), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3356), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3356), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3356), + [anon_sym_MOZ_RAII] = ACTIONS(3356), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3356), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3356), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3356), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3356), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3356), }, - [1277] = { - [sym_identifier] = ACTIONS(2494), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2496), - [anon_sym_COMMA] = ACTIONS(2496), - [anon_sym_RPAREN] = ACTIONS(2496), - [anon_sym_LPAREN2] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_STAR] = ACTIONS(2496), - [anon_sym_AMP_AMP] = ACTIONS(2496), - [anon_sym_AMP] = ACTIONS(2494), - [anon_sym_SEMI] = ACTIONS(2496), - [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_LBRACE] = ACTIONS(2496), - [anon_sym_LBRACK] = ACTIONS(2494), - [anon_sym_EQ] = ACTIONS(2496), - [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_COLON] = ACTIONS(2494), - [anon_sym_DASH_GT] = ACTIONS(2496), + [1294] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2519), + [anon_sym_COMMA] = ACTIONS(2519), + [anon_sym_RPAREN] = ACTIONS(2519), + [anon_sym_LPAREN2] = ACTIONS(2519), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_AMP_AMP] = ACTIONS(2519), + [anon_sym_AMP] = ACTIONS(2512), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2512), + [anon_sym_EQ] = ACTIONS(2519), + [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_COLON] = ACTIONS(2512), + [anon_sym_DASH_GT] = ACTIONS(2519), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2494), - [anon_sym_override] = ACTIONS(2494), - [anon_sym_virtual] = ACTIONS(2494), - [anon_sym_template] = ACTIONS(2494), - [anon_sym_GT2] = ACTIONS(2496), - [anon_sym_operator] = ACTIONS(2494), - [anon_sym_noexcept] = ACTIONS(2494), - [anon_sym_throw] = ACTIONS(2494), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2494), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2494), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2494), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2494), - [anon_sym_MOZ_COLD] = ACTIONS(2494), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2494), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2494), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2494), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2494), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2494), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2494), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2494), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2494), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2494), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2494), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2494), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2494), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2494), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2494), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2494), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2494), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_NONNULL] = ACTIONS(2494), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2494), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2494), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2494), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2494), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_NORETURN] = ACTIONS(2494), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2494), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2494), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2494), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2494), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2494), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2494), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2494), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2494), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2494), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2494), - [anon_sym_MOZ_RAII] = ACTIONS(2494), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2494), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2494), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2494), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2494), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2494), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2494), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2494), + [anon_sym_final] = ACTIONS(2512), + [anon_sym_override] = ACTIONS(2512), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_GT2] = ACTIONS(2519), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_noexcept] = ACTIONS(2512), + [anon_sym_throw] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [1278] = { - [sym_identifier] = ACTIONS(3043), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3045), - [anon_sym_COMMA] = ACTIONS(3045), - [anon_sym_RPAREN] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3045), - [anon_sym_TILDE] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3045), - [anon_sym_AMP_AMP] = ACTIONS(3045), - [anon_sym_AMP] = ACTIONS(3043), - [anon_sym_SEMI] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3043), - [anon_sym___attribute__] = ACTIONS(3043), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3045), - [anon_sym___declspec] = ACTIONS(3043), - [anon_sym___based] = ACTIONS(3043), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_EQ] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3043), - [anon_sym_register] = ACTIONS(3043), - [anon_sym_inline] = ACTIONS(3043), - [anon_sym_thread_local] = ACTIONS(3043), - [anon_sym_const] = ACTIONS(3043), - [anon_sym_volatile] = ACTIONS(3043), - [anon_sym_restrict] = ACTIONS(3043), - [anon_sym__Atomic] = ACTIONS(3043), - [anon_sym_mutable] = ACTIONS(3043), - [anon_sym_constexpr] = ACTIONS(3043), - [anon_sym_COLON] = ACTIONS(3043), - [anon_sym_DASH_GT] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3043), - [anon_sym_override] = ACTIONS(3043), - [anon_sym_virtual] = ACTIONS(3043), - [anon_sym_template] = ACTIONS(3043), - [anon_sym_GT2] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3043), - [anon_sym_noexcept] = ACTIONS(3043), - [anon_sym_throw] = ACTIONS(3043), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3043), - [anon_sym_MOZ_COLD] = ACTIONS(3043), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3043), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3043), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3043), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3043), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3043), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3043), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3043), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3043), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3043), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3043), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3043), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3043), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_RAII] = ACTIONS(3043), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3043), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3043), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3043), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3043), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3043), + [1295] = { + [sym_field_declaration_list] = STATE(1347), + [sym_virtual_specifier] = STATE(4138), + [sym_base_class_clause] = STATE(4707), + [sym_identifier] = ACTIONS(3442), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3444), + [anon_sym_COMMA] = ACTIONS(3444), + [anon_sym_RPAREN] = ACTIONS(3444), + [anon_sym_LPAREN2] = ACTIONS(3444), + [anon_sym_TILDE] = ACTIONS(3444), + [anon_sym_STAR] = ACTIONS(3444), + [anon_sym_AMP_AMP] = ACTIONS(3444), + [anon_sym_AMP] = ACTIONS(3442), + [anon_sym_SEMI] = ACTIONS(3444), + [anon_sym_extern] = ACTIONS(3442), + [anon_sym___attribute__] = ACTIONS(3442), + [anon_sym_COLON_COLON] = ACTIONS(3444), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3444), + [anon_sym___declspec] = ACTIONS(3442), + [anon_sym___based] = ACTIONS(3442), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym_static] = ACTIONS(3442), + [anon_sym_register] = ACTIONS(3442), + [anon_sym_inline] = ACTIONS(3442), + [anon_sym_thread_local] = ACTIONS(3442), + [anon_sym_const] = ACTIONS(3442), + [anon_sym_volatile] = ACTIONS(3442), + [anon_sym_restrict] = ACTIONS(3442), + [anon_sym__Atomic] = ACTIONS(3442), + [anon_sym_mutable] = ACTIONS(3442), + [anon_sym_constexpr] = ACTIONS(3442), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3442), + [anon_sym_template] = ACTIONS(3442), + [anon_sym_GT2] = ACTIONS(3444), + [anon_sym_operator] = ACTIONS(3442), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3442), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3442), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3442), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3442), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3442), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3442), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3442), + [anon_sym_MOZ_COLD] = ACTIONS(3442), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3442), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3442), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3442), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3442), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3442), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3442), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3442), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3442), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3442), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3442), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3442), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3442), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3442), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3442), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3442), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3442), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3442), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3442), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3442), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_NONNULL] = ACTIONS(3442), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3442), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3442), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3442), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3442), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3442), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3442), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3442), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3442), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3442), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3442), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3442), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3442), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3442), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3442), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3442), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3442), + [anon_sym_MOZ_RAII] = ACTIONS(3442), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3442), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3442), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3442), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3442), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3442), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3442), }, - [1279] = { - [sym_identifier] = ACTIONS(3043), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3045), - [anon_sym_COMMA] = ACTIONS(3045), - [anon_sym_RPAREN] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3045), - [anon_sym_TILDE] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3045), - [anon_sym_AMP_AMP] = ACTIONS(3045), - [anon_sym_AMP] = ACTIONS(3043), - [anon_sym_SEMI] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3043), - [anon_sym___attribute__] = ACTIONS(3043), - [anon_sym_COLON_COLON] = ACTIONS(3045), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3045), - [anon_sym___declspec] = ACTIONS(3043), - [anon_sym___based] = ACTIONS(3043), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_EQ] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3043), - [anon_sym_register] = ACTIONS(3043), - [anon_sym_inline] = ACTIONS(3043), - [anon_sym_thread_local] = ACTIONS(3043), - [anon_sym_const] = ACTIONS(3043), - [anon_sym_volatile] = ACTIONS(3043), - [anon_sym_restrict] = ACTIONS(3043), - [anon_sym__Atomic] = ACTIONS(3043), - [anon_sym_mutable] = ACTIONS(3043), - [anon_sym_constexpr] = ACTIONS(3043), - [anon_sym_COLON] = ACTIONS(3043), - [anon_sym_DASH_GT] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3043), - [anon_sym_override] = ACTIONS(3043), - [anon_sym_virtual] = ACTIONS(3043), - [anon_sym_template] = ACTIONS(3043), - [anon_sym_GT2] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3043), - [anon_sym_noexcept] = ACTIONS(3043), - [anon_sym_throw] = ACTIONS(3043), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3043), - [anon_sym_MOZ_COLD] = ACTIONS(3043), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3043), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3043), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3043), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3043), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3043), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3043), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3043), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3043), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3043), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3043), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3043), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3043), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_RAII] = ACTIONS(3043), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3043), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3043), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3043), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3043), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3043), + [1296] = { + [sym_enumerator_list] = STATE(1355), + [sym_identifier] = ACTIONS(3446), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3448), + [anon_sym_COMMA] = ACTIONS(3448), + [anon_sym_RPAREN] = ACTIONS(3448), + [anon_sym_LPAREN2] = ACTIONS(3448), + [anon_sym_TILDE] = ACTIONS(3448), + [anon_sym_STAR] = ACTIONS(3448), + [anon_sym_AMP_AMP] = ACTIONS(3448), + [anon_sym_AMP] = ACTIONS(3446), + [anon_sym_SEMI] = ACTIONS(3448), + [anon_sym_extern] = ACTIONS(3446), + [anon_sym___attribute__] = ACTIONS(3446), + [anon_sym_COLON_COLON] = ACTIONS(3448), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3448), + [anon_sym___declspec] = ACTIONS(3446), + [anon_sym___based] = ACTIONS(3446), + [anon_sym_LBRACE] = ACTIONS(3450), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_EQ] = ACTIONS(3448), + [anon_sym_static] = ACTIONS(3446), + [anon_sym_register] = ACTIONS(3446), + [anon_sym_inline] = ACTIONS(3446), + [anon_sym_thread_local] = ACTIONS(3446), + [anon_sym_const] = ACTIONS(3446), + [anon_sym_volatile] = ACTIONS(3446), + [anon_sym_restrict] = ACTIONS(3446), + [anon_sym__Atomic] = ACTIONS(3446), + [anon_sym_mutable] = ACTIONS(3446), + [anon_sym_constexpr] = ACTIONS(3446), + [anon_sym_DASH_GT] = ACTIONS(3448), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3446), + [anon_sym_override] = ACTIONS(3446), + [anon_sym_virtual] = ACTIONS(3446), + [anon_sym_template] = ACTIONS(3446), + [anon_sym_GT2] = ACTIONS(3448), + [anon_sym_operator] = ACTIONS(3446), + [anon_sym_noexcept] = ACTIONS(3446), + [anon_sym_throw] = ACTIONS(3446), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3446), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3446), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3446), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3446), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3446), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3446), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3446), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3446), + [anon_sym_MOZ_COLD] = ACTIONS(3446), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3446), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3446), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3446), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3446), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3446), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3446), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3446), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3446), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3446), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3446), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3446), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3446), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3446), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3446), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3446), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3446), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3446), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3446), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3446), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3446), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_NONNULL] = ACTIONS(3446), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3446), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3446), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3446), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3446), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3446), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_NORETURN] = ACTIONS(3446), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3446), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3446), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3446), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3446), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3446), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3446), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3446), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3446), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3446), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3446), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3446), + [anon_sym_MOZ_RAII] = ACTIONS(3446), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3446), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3446), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3446), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3446), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3446), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3446), }, - [1280] = { + [1297] = { [sym_identifier] = ACTIONS(2504), [anon_sym_DOT_DOT_DOT] = ACTIONS(2506), [anon_sym_COMMA] = ACTIONS(2506), @@ -243008,8773 +245957,7235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2504), [anon_sym_JS_PUBLIC_API] = ACTIONS(2504), }, - [1281] = { - [sym_identifier] = ACTIONS(2928), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_TILDE] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP_AMP] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2928), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym___attribute__] = ACTIONS(2928), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2928), - [anon_sym___based] = ACTIONS(2928), - [anon_sym_LBRACK] = ACTIONS(2928), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_register] = ACTIONS(2928), - [anon_sym_inline] = ACTIONS(2928), - [anon_sym_thread_local] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_volatile] = ACTIONS(2928), - [anon_sym_restrict] = ACTIONS(2928), - [anon_sym__Atomic] = ACTIONS(2928), - [anon_sym_mutable] = ACTIONS(2928), - [anon_sym_constexpr] = ACTIONS(2928), - [anon_sym_signed] = ACTIONS(2928), - [anon_sym_unsigned] = ACTIONS(2928), - [anon_sym_long] = ACTIONS(2928), - [anon_sym_short] = ACTIONS(2928), - [sym_primitive_type] = ACTIONS(2928), - [anon_sym_enum] = ACTIONS(2928), - [anon_sym_class] = ACTIONS(2928), - [anon_sym_struct] = ACTIONS(2928), - [anon_sym_union] = ACTIONS(2928), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2928), - [anon_sym_virtual] = ACTIONS(2928), - [anon_sym_explicit] = ACTIONS(2928), - [sym_auto] = ACTIONS(2928), - [anon_sym_typename] = ACTIONS(2928), - [anon_sym_template] = ACTIONS(2928), - [anon_sym_operator] = ACTIONS(2928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2928), - [anon_sym_MOZ_COLD] = ACTIONS(2928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_RAII] = ACTIONS(2928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2928), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2928), - }, - [1282] = { - [sym_identifier] = ACTIONS(2443), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2445), - [anon_sym_COMMA] = ACTIONS(2445), - [anon_sym_RPAREN] = ACTIONS(2445), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2445), - [anon_sym_STAR] = ACTIONS(2445), - [anon_sym_AMP_AMP] = ACTIONS(2445), - [anon_sym_AMP] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_extern] = ACTIONS(2443), - [anon_sym___attribute__] = ACTIONS(2443), - [anon_sym_COLON_COLON] = ACTIONS(2445), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2443), - [anon_sym___based] = ACTIONS(2443), - [anon_sym_LBRACE] = ACTIONS(2445), - [anon_sym_LBRACK] = ACTIONS(2443), - [anon_sym_EQ] = ACTIONS(2445), - [anon_sym_static] = ACTIONS(2443), - [anon_sym_register] = ACTIONS(2443), - [anon_sym_inline] = ACTIONS(2443), - [anon_sym_thread_local] = ACTIONS(2443), - [anon_sym_const] = ACTIONS(2443), - [anon_sym_volatile] = ACTIONS(2443), - [anon_sym_restrict] = ACTIONS(2443), - [anon_sym__Atomic] = ACTIONS(2443), - [anon_sym_mutable] = ACTIONS(2443), - [anon_sym_constexpr] = ACTIONS(2443), - [anon_sym_COLON] = ACTIONS(2443), - [anon_sym_DASH_GT] = ACTIONS(2445), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2443), - [anon_sym_override] = ACTIONS(2443), - [anon_sym_virtual] = ACTIONS(2443), - [anon_sym_template] = ACTIONS(2443), - [anon_sym_GT2] = ACTIONS(2445), - [anon_sym_operator] = ACTIONS(2443), - [anon_sym_noexcept] = ACTIONS(2443), - [anon_sym_throw] = ACTIONS(2443), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2443), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2443), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2443), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2443), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2443), - [anon_sym_MOZ_COLD] = ACTIONS(2443), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2443), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2443), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2443), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2443), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2443), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2443), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2443), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2443), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2443), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2443), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2443), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2443), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2443), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2443), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2443), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2443), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_NONNULL] = ACTIONS(2443), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2443), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2443), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2443), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2443), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_NORETURN] = ACTIONS(2443), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2443), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2443), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2443), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2443), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2443), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2443), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2443), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2443), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2443), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2443), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2443), - [anon_sym_MOZ_RAII] = ACTIONS(2443), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2443), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2443), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2443), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2443), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2443), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2443), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2443), - }, - [1283] = { - [sym_field_declaration_list] = STATE(1306), - [sym_virtual_specifier] = STATE(4016), - [sym_base_class_clause] = STATE(4758), - [sym_identifier] = ACTIONS(3047), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3049), - [anon_sym_COMMA] = ACTIONS(3049), - [anon_sym_RPAREN] = ACTIONS(3049), - [anon_sym_LPAREN2] = ACTIONS(3049), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3049), - [anon_sym_AMP_AMP] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3047), - [anon_sym_SEMI] = ACTIONS(3049), - [anon_sym_extern] = ACTIONS(3047), - [anon_sym___attribute__] = ACTIONS(3047), - [anon_sym_COLON_COLON] = ACTIONS(3049), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3049), - [anon_sym___declspec] = ACTIONS(3047), - [anon_sym___based] = ACTIONS(3047), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3047), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_static] = ACTIONS(3047), - [anon_sym_register] = ACTIONS(3047), - [anon_sym_inline] = ACTIONS(3047), - [anon_sym_thread_local] = ACTIONS(3047), - [anon_sym_const] = ACTIONS(3047), - [anon_sym_volatile] = ACTIONS(3047), - [anon_sym_restrict] = ACTIONS(3047), - [anon_sym__Atomic] = ACTIONS(3047), - [anon_sym_mutable] = ACTIONS(3047), - [anon_sym_constexpr] = ACTIONS(3047), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3047), - [anon_sym_template] = ACTIONS(3047), - [anon_sym_GT2] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3047), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3047), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3047), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3047), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3047), - [anon_sym_MOZ_COLD] = ACTIONS(3047), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3047), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3047), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3047), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3047), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3047), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3047), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3047), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3047), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3047), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3047), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3047), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3047), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3047), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3047), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3047), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3047), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3047), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3047), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3047), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_NONNULL] = ACTIONS(3047), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3047), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3047), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3047), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3047), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3047), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3047), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3047), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3047), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3047), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3047), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3047), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3047), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3047), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3047), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3047), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3047), - [anon_sym_MOZ_RAII] = ACTIONS(3047), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3047), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3047), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3047), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3047), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3047), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3047), - }, - [1284] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2456), - [anon_sym_COMMA] = ACTIONS(2456), - [anon_sym_RPAREN] = ACTIONS(2456), - [anon_sym_LPAREN2] = ACTIONS(2456), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_STAR] = ACTIONS(2456), - [anon_sym_AMP_AMP] = ACTIONS(2456), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2456), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2456), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2456), - [anon_sym_LBRACK] = ACTIONS(2449), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [anon_sym_COLON] = ACTIONS(2449), - [anon_sym_DASH_GT] = ACTIONS(2456), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2449), - [anon_sym_override] = ACTIONS(2449), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_noexcept] = ACTIONS(2449), - [anon_sym_throw] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), - }, - [1285] = { - [sym_identifier] = ACTIONS(3043), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3045), - [anon_sym_COMMA] = ACTIONS(3045), - [anon_sym_RPAREN] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3045), - [anon_sym_TILDE] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3045), - [anon_sym_AMP_AMP] = ACTIONS(3045), - [anon_sym_AMP] = ACTIONS(3043), - [anon_sym_SEMI] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3043), - [anon_sym___attribute__] = ACTIONS(3043), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3045), - [anon_sym___declspec] = ACTIONS(3043), - [anon_sym___based] = ACTIONS(3043), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_EQ] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3043), - [anon_sym_register] = ACTIONS(3043), - [anon_sym_inline] = ACTIONS(3043), - [anon_sym_thread_local] = ACTIONS(3043), - [anon_sym_const] = ACTIONS(3043), - [anon_sym_volatile] = ACTIONS(3043), - [anon_sym_restrict] = ACTIONS(3043), - [anon_sym__Atomic] = ACTIONS(3043), - [anon_sym_mutable] = ACTIONS(3043), - [anon_sym_constexpr] = ACTIONS(3043), - [anon_sym_COLON] = ACTIONS(3043), - [anon_sym_DASH_GT] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3043), - [anon_sym_override] = ACTIONS(3043), - [anon_sym_virtual] = ACTIONS(3043), - [anon_sym_template] = ACTIONS(3043), - [anon_sym_GT2] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3043), - [anon_sym_noexcept] = ACTIONS(3043), - [anon_sym_throw] = ACTIONS(3043), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3043), - [anon_sym_MOZ_COLD] = ACTIONS(3043), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3043), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3043), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3043), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3043), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3043), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3043), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3043), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3043), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3043), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3043), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3043), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3043), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_RAII] = ACTIONS(3043), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3043), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3043), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3043), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3043), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3043), - }, - [1286] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1259), - [sym_identifier] = ACTIONS(3051), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3054), - [anon_sym_COMMA] = ACTIONS(3054), - [anon_sym_RPAREN] = ACTIONS(3054), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_TILDE] = ACTIONS(3054), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3056), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym_extern] = ACTIONS(3056), - [anon_sym___attribute__] = ACTIONS(3056), - [anon_sym_COLON_COLON] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3056), - [anon_sym___based] = ACTIONS(3056), - [anon_sym_LBRACE] = ACTIONS(3054), - [anon_sym_LBRACK] = ACTIONS(3056), - [anon_sym_EQ] = ACTIONS(3054), - [anon_sym_static] = ACTIONS(3056), - [anon_sym_register] = ACTIONS(3056), - [anon_sym_inline] = ACTIONS(3056), - [anon_sym_thread_local] = ACTIONS(3056), - [anon_sym_const] = ACTIONS(3056), - [anon_sym_volatile] = ACTIONS(3056), - [anon_sym_restrict] = ACTIONS(3056), - [anon_sym__Atomic] = ACTIONS(3056), - [anon_sym_mutable] = ACTIONS(3056), - [anon_sym_constexpr] = ACTIONS(3056), - [anon_sym_signed] = ACTIONS(3058), - [anon_sym_unsigned] = ACTIONS(3058), - [anon_sym_long] = ACTIONS(3058), - [anon_sym_short] = ACTIONS(3058), - [sym_primitive_type] = ACTIONS(3060), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3056), - [anon_sym_template] = ACTIONS(3056), - [anon_sym_GT2] = ACTIONS(3054), - [anon_sym_operator] = ACTIONS(3056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3056), - [anon_sym_MOZ_COLD] = ACTIONS(3056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_NONNULL] = ACTIONS(3056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3056), - [anon_sym_MOZ_RAII] = ACTIONS(3056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3056), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3056), - }, - [1287] = { - [sym_field_declaration_list] = STATE(1331), - [sym_virtual_specifier] = STATE(4134), - [sym_base_class_clause] = STATE(4682), - [sym_identifier] = ACTIONS(3062), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3064), - [anon_sym_COMMA] = ACTIONS(3064), - [anon_sym_RPAREN] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(3064), - [anon_sym_TILDE] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3064), - [anon_sym_AMP_AMP] = ACTIONS(3064), - [anon_sym_AMP] = ACTIONS(3062), - [anon_sym_SEMI] = ACTIONS(3064), - [anon_sym_extern] = ACTIONS(3062), - [anon_sym___attribute__] = ACTIONS(3062), - [anon_sym_COLON_COLON] = ACTIONS(3064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3064), - [anon_sym___declspec] = ACTIONS(3062), - [anon_sym___based] = ACTIONS(3062), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3062), - [anon_sym_EQ] = ACTIONS(3064), - [anon_sym_static] = ACTIONS(3062), - [anon_sym_register] = ACTIONS(3062), - [anon_sym_inline] = ACTIONS(3062), - [anon_sym_thread_local] = ACTIONS(3062), - [anon_sym_const] = ACTIONS(3062), - [anon_sym_volatile] = ACTIONS(3062), - [anon_sym_restrict] = ACTIONS(3062), - [anon_sym__Atomic] = ACTIONS(3062), - [anon_sym_mutable] = ACTIONS(3062), - [anon_sym_constexpr] = ACTIONS(3062), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3062), - [anon_sym_template] = ACTIONS(3062), - [anon_sym_GT2] = ACTIONS(3064), - [anon_sym_operator] = ACTIONS(3062), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3062), - [anon_sym_MOZ_COLD] = ACTIONS(3062), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3062), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3062), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3062), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3062), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3062), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3062), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3062), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3062), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3062), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3062), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3062), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3062), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_RAII] = ACTIONS(3062), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3062), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3062), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3062), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3062), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3062), - }, - [1288] = { - [sym_enumerator_list] = STATE(1343), - [sym_identifier] = ACTIONS(3066), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3068), - [anon_sym_COMMA] = ACTIONS(3068), - [anon_sym_RPAREN] = ACTIONS(3068), - [anon_sym_LPAREN2] = ACTIONS(3068), - [anon_sym_TILDE] = ACTIONS(3068), - [anon_sym_STAR] = ACTIONS(3068), - [anon_sym_AMP_AMP] = ACTIONS(3068), - [anon_sym_AMP] = ACTIONS(3066), - [anon_sym_SEMI] = ACTIONS(3068), - [anon_sym_extern] = ACTIONS(3066), - [anon_sym___attribute__] = ACTIONS(3066), - [anon_sym_COLON_COLON] = ACTIONS(3068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3068), - [anon_sym___declspec] = ACTIONS(3066), - [anon_sym___based] = ACTIONS(3066), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_LBRACK] = ACTIONS(3066), - [anon_sym_EQ] = ACTIONS(3068), - [anon_sym_static] = ACTIONS(3066), - [anon_sym_register] = ACTIONS(3066), - [anon_sym_inline] = ACTIONS(3066), - [anon_sym_thread_local] = ACTIONS(3066), - [anon_sym_const] = ACTIONS(3066), - [anon_sym_volatile] = ACTIONS(3066), - [anon_sym_restrict] = ACTIONS(3066), - [anon_sym__Atomic] = ACTIONS(3066), - [anon_sym_mutable] = ACTIONS(3066), - [anon_sym_constexpr] = ACTIONS(3066), - [anon_sym_DASH_GT] = ACTIONS(3068), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3066), - [anon_sym_override] = ACTIONS(3066), - [anon_sym_virtual] = ACTIONS(3066), - [anon_sym_template] = ACTIONS(3066), - [anon_sym_GT2] = ACTIONS(3068), - [anon_sym_operator] = ACTIONS(3066), - [anon_sym_noexcept] = ACTIONS(3066), - [anon_sym_throw] = ACTIONS(3066), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3066), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3066), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3066), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3066), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3066), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3066), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3066), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3066), - [anon_sym_MOZ_COLD] = ACTIONS(3066), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3066), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3066), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3066), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3066), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3066), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3066), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3066), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3066), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3066), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3066), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3066), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3066), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3066), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3066), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3066), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3066), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3066), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3066), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3066), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3066), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_NONNULL] = ACTIONS(3066), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3066), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3066), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3066), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3066), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3066), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_NORETURN] = ACTIONS(3066), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3066), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3066), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3066), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3066), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3066), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3066), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3066), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3066), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3066), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3066), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3066), - [anon_sym_MOZ_RAII] = ACTIONS(3066), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3066), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3066), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3066), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3066), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3066), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3066), - }, - [1289] = { - [sym_field_declaration_list] = STATE(1345), - [sym_virtual_specifier] = STATE(4152), - [sym_base_class_clause] = STATE(4700), - [sym_identifier] = ACTIONS(3072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3074), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_RPAREN] = ACTIONS(3074), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_TILDE] = ACTIONS(3074), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_extern] = ACTIONS(3072), - [anon_sym___attribute__] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3074), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3072), - [anon_sym___based] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_EQ] = ACTIONS(3074), - [anon_sym_static] = ACTIONS(3072), - [anon_sym_register] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_thread_local] = ACTIONS(3072), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3072), - [anon_sym_restrict] = ACTIONS(3072), - [anon_sym__Atomic] = ACTIONS(3072), - [anon_sym_mutable] = ACTIONS(3072), - [anon_sym_constexpr] = ACTIONS(3072), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3072), - [anon_sym_template] = ACTIONS(3072), - [anon_sym_GT2] = ACTIONS(3074), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3072), - [anon_sym_MOZ_COLD] = ACTIONS(3072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_RAII] = ACTIONS(3072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3072), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3072), - }, - [1290] = { - [sym_enumerator_list] = STATE(1322), - [sym_identifier] = ACTIONS(3076), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3078), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LPAREN2] = ACTIONS(3078), - [anon_sym_TILDE] = ACTIONS(3078), - [anon_sym_STAR] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_AMP] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym___attribute__] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3078), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym___based] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_EQ] = ACTIONS(3078), - [anon_sym_static] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_thread_local] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_volatile] = ACTIONS(3076), - [anon_sym_restrict] = ACTIONS(3076), - [anon_sym__Atomic] = ACTIONS(3076), - [anon_sym_mutable] = ACTIONS(3076), - [anon_sym_constexpr] = ACTIONS(3076), - [anon_sym_DASH_GT] = ACTIONS(3078), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_virtual] = ACTIONS(3076), - [anon_sym_template] = ACTIONS(3076), - [anon_sym_GT2] = ACTIONS(3078), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_noexcept] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3076), - [anon_sym_MOZ_COLD] = ACTIONS(3076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_NONNULL] = ACTIONS(3076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_NORETURN] = ACTIONS(3076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3076), - [anon_sym_MOZ_RAII] = ACTIONS(3076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3076), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3076), - }, - [1291] = { - [sym_identifier] = ACTIONS(3080), - [anon_sym_LPAREN2] = ACTIONS(3082), - [anon_sym_TILDE] = ACTIONS(3082), - [anon_sym_STAR] = ACTIONS(3082), - [anon_sym_AMP_AMP] = ACTIONS(3082), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym___attribute__] = ACTIONS(3080), - [anon_sym_COLON_COLON] = ACTIONS(3082), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), - [anon_sym___declspec] = ACTIONS(3080), - [anon_sym___based] = ACTIONS(3080), - [anon_sym_LBRACK] = ACTIONS(3080), - [anon_sym_static] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_inline] = ACTIONS(3080), - [anon_sym_thread_local] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [anon_sym_volatile] = ACTIONS(3080), - [anon_sym_restrict] = ACTIONS(3080), - [anon_sym__Atomic] = ACTIONS(3080), - [anon_sym_mutable] = ACTIONS(3080), - [anon_sym_constexpr] = ACTIONS(3080), - [anon_sym_signed] = ACTIONS(3080), - [anon_sym_unsigned] = ACTIONS(3080), - [anon_sym_long] = ACTIONS(3080), - [anon_sym_short] = ACTIONS(3080), - [sym_primitive_type] = ACTIONS(3080), - [anon_sym_enum] = ACTIONS(3080), - [anon_sym_class] = ACTIONS(3080), - [anon_sym_struct] = ACTIONS(3080), - [anon_sym_union] = ACTIONS(3080), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3080), - [anon_sym_virtual] = ACTIONS(3080), - [anon_sym_explicit] = ACTIONS(3080), - [sym_auto] = ACTIONS(3080), - [anon_sym_typename] = ACTIONS(3080), - [anon_sym_template] = ACTIONS(3080), - [anon_sym_operator] = ACTIONS(3080), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3080), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3080), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3080), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3080), - [anon_sym_MOZ_COLD] = ACTIONS(3080), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3080), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3080), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3080), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3080), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3080), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3080), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3080), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3080), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3080), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3080), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3080), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3080), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3080), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_NONNULL] = ACTIONS(3080), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3080), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3080), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3080), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3080), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3080), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3080), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3080), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3080), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3080), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3080), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3080), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3080), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3080), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3080), - [anon_sym_MOZ_RAII] = ACTIONS(3080), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3080), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3080), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3080), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3080), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3080), - }, - [1292] = { - [sym_field_declaration_list] = STATE(1305), - [sym_virtual_specifier] = STATE(4107), - [sym_base_class_clause] = STATE(4639), - [sym_identifier] = ACTIONS(3084), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(3086), - [anon_sym_RPAREN] = ACTIONS(3086), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_EQ] = ACTIONS(3086), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_GT2] = ACTIONS(3086), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3084), - [anon_sym_MOZ_COLD] = ACTIONS(3084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_RAII] = ACTIONS(3084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3084), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3084), - }, - [1293] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3090), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [anon_sym_COLON] = ACTIONS(3088), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_GT2] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_noexcept] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1294] = { - [sym__expression] = STATE(2674), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(2652), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2742), - [anon_sym_COMMA] = ACTIONS(2742), - [anon_sym_RPAREN] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(25), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_SLASH] = ACTIONS(2750), - [anon_sym_PERCENT] = ACTIONS(2742), - [anon_sym_PIPE_PIPE] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_CARET] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_EQ_EQ] = ACTIONS(2742), - [anon_sym_BANG_EQ] = ACTIONS(2742), - [anon_sym_GT] = ACTIONS(2750), - [anon_sym_GT_EQ] = ACTIONS(2742), - [anon_sym_LT_EQ] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_LT_LT] = ACTIONS(2742), - [anon_sym_GT_GT] = ACTIONS(2742), - [anon_sym_SEMI] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(2742), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_QMARK] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2742), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1295] = { - [sym_identifier] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3097), - [anon_sym_TILDE] = ACTIONS(3097), - [anon_sym_STAR] = ACTIONS(3097), - [anon_sym_AMP_AMP] = ACTIONS(3097), - [anon_sym_AMP] = ACTIONS(3099), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3101), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3101), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3099), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_signed] = ACTIONS(3104), - [anon_sym_unsigned] = ACTIONS(3104), - [anon_sym_long] = ACTIONS(3104), - [anon_sym_short] = ACTIONS(3104), - [sym_primitive_type] = ACTIONS(3104), - [anon_sym_enum] = ACTIONS(3104), - [anon_sym_class] = ACTIONS(3104), - [anon_sym_struct] = ACTIONS(3104), - [anon_sym_union] = ACTIONS(3104), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3104), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3099), - [sym_auto] = ACTIONS(3104), - [anon_sym_typename] = ACTIONS(3104), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3099), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3094), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3094), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3094), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3094), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3094), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3094), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3094), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3094), - [anon_sym_MOZ_COLD] = ACTIONS(3094), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3094), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3094), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3094), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3094), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3094), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3094), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3094), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3094), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3094), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3094), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3094), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3094), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3094), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3094), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3094), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3094), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3094), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3094), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3094), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3094), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3094), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3094), - [anon_sym_MOZ_NONNULL] = ACTIONS(3094), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3094), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3094), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3094), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3094), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3094), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3094), - [anon_sym_MOZ_NORETURN] = ACTIONS(3094), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3094), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3094), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3094), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3094), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3094), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3094), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3094), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3094), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3094), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3094), - [anon_sym_MOZ_RAII] = ACTIONS(3094), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3094), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3094), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3094), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3094), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3094), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3094), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3094), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3094), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3094), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3094), - }, - [1296] = { - [sym_identifier] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [sym_primitive_type] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [sym_auto] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3106), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3106), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3106), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3106), - [anon_sym_MOZ_COLD] = ACTIONS(3106), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3106), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3106), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3106), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3106), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3106), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3106), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3106), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3106), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3106), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3106), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3106), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3106), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3106), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_NONNULL] = ACTIONS(3106), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3106), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3106), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3106), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3106), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3106), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3106), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3106), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3106), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3106), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3106), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3106), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3106), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), - [anon_sym_MOZ_RAII] = ACTIONS(3106), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3106), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3106), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3106), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3106), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3106), - }, - [1297] = { - [sym_identifier] = ACTIONS(3110), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3112), - [anon_sym_COMMA] = ACTIONS(3112), - [anon_sym_RPAREN] = ACTIONS(3112), - [anon_sym_LPAREN2] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_AMP_AMP] = ACTIONS(3112), - [anon_sym_AMP] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym___attribute__] = ACTIONS(3110), - [anon_sym_COLON_COLON] = ACTIONS(3112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3112), - [anon_sym___declspec] = ACTIONS(3110), - [anon_sym___based] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_LBRACK] = ACTIONS(3110), - [anon_sym_EQ] = ACTIONS(3112), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym_thread_local] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym_mutable] = ACTIONS(3110), - [anon_sym_constexpr] = ACTIONS(3110), - [anon_sym_COLON] = ACTIONS(3110), - [anon_sym_DASH_GT] = ACTIONS(3112), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3110), - [anon_sym_override] = ACTIONS(3110), - [anon_sym_virtual] = ACTIONS(3110), - [anon_sym_template] = ACTIONS(3110), - [anon_sym_GT2] = ACTIONS(3112), - [anon_sym_operator] = ACTIONS(3110), - [anon_sym_noexcept] = ACTIONS(3110), - [anon_sym_throw] = ACTIONS(3110), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3110), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3110), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3110), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3110), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3110), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3110), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3110), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3110), - [anon_sym_MOZ_COLD] = ACTIONS(3110), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3110), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3110), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3110), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3110), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3110), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3110), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3110), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3110), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3110), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3110), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3110), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3110), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3110), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3110), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3110), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3110), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3110), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3110), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3110), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3110), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3110), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3110), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3110), - [anon_sym_MOZ_NONNULL] = ACTIONS(3110), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3110), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3110), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3110), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3110), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3110), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3110), - [anon_sym_MOZ_NORETURN] = ACTIONS(3110), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3110), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3110), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3110), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3110), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3110), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3110), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3110), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3110), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3110), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3110), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3110), - [anon_sym_MOZ_RAII] = ACTIONS(3110), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3110), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3110), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3110), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3110), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3110), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3110), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3110), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3110), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3110), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3110), - }, [1298] = { - [sym_field_declaration_list] = STATE(1318), - [sym_virtual_specifier] = STATE(4019), - [sym_base_class_clause] = STATE(4749), - [sym_identifier] = ACTIONS(3114), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3116), - [anon_sym_COMMA] = ACTIONS(3116), - [anon_sym_RPAREN] = ACTIONS(3116), - [anon_sym_LPAREN2] = ACTIONS(3116), - [anon_sym_TILDE] = ACTIONS(3116), - [anon_sym_STAR] = ACTIONS(3116), - [anon_sym_AMP_AMP] = ACTIONS(3116), - [anon_sym_AMP] = ACTIONS(3114), - [anon_sym_SEMI] = ACTIONS(3116), - [anon_sym_extern] = ACTIONS(3114), - [anon_sym___attribute__] = ACTIONS(3114), - [anon_sym_COLON_COLON] = ACTIONS(3116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3116), - [anon_sym___declspec] = ACTIONS(3114), - [anon_sym___based] = ACTIONS(3114), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3114), - [anon_sym_EQ] = ACTIONS(3116), - [anon_sym_static] = ACTIONS(3114), - [anon_sym_register] = ACTIONS(3114), - [anon_sym_inline] = ACTIONS(3114), - [anon_sym_thread_local] = ACTIONS(3114), - [anon_sym_const] = ACTIONS(3114), - [anon_sym_volatile] = ACTIONS(3114), - [anon_sym_restrict] = ACTIONS(3114), - [anon_sym__Atomic] = ACTIONS(3114), - [anon_sym_mutable] = ACTIONS(3114), - [anon_sym_constexpr] = ACTIONS(3114), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3114), - [anon_sym_template] = ACTIONS(3114), - [anon_sym_GT2] = ACTIONS(3116), - [anon_sym_operator] = ACTIONS(3114), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3114), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3114), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3114), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3114), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3114), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3114), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3114), - [anon_sym_MOZ_COLD] = ACTIONS(3114), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3114), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3114), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3114), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3114), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3114), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3114), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3114), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3114), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3114), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3114), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3114), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3114), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3114), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3114), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3114), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3114), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3114), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3114), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3114), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_NONNULL] = ACTIONS(3114), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3114), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3114), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3114), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3114), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3114), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3114), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3114), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3114), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3114), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3114), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3114), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3114), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3114), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3114), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3114), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3114), - [anon_sym_MOZ_RAII] = ACTIONS(3114), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3114), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3114), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3114), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3114), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3114), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3114), + [sym_identifier] = ACTIONS(3452), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3454), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_RPAREN] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(3454), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [anon_sym_COLON] = ACTIONS(3452), + [anon_sym_DASH_GT] = ACTIONS(3454), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3452), + [anon_sym_override] = ACTIONS(3452), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_GT2] = ACTIONS(3454), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_noexcept] = ACTIONS(3452), + [anon_sym_throw] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), }, [1299] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2523), - [anon_sym_COMMA] = ACTIONS(2523), - [anon_sym_RPAREN] = ACTIONS(2523), - [anon_sym_LPAREN2] = ACTIONS(2523), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_STAR] = ACTIONS(2523), - [anon_sym_AMP_AMP] = ACTIONS(2523), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2523), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2516), - [anon_sym_EQ] = ACTIONS(2523), - [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_COLON] = ACTIONS(2516), - [anon_sym_DASH_GT] = ACTIONS(2523), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2516), - [anon_sym_override] = ACTIONS(2516), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_GT2] = ACTIONS(2523), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_noexcept] = ACTIONS(2516), - [anon_sym_throw] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), + [sym_identifier] = ACTIONS(3456), + [anon_sym_LPAREN2] = ACTIONS(3458), + [anon_sym_TILDE] = ACTIONS(3458), + [anon_sym_STAR] = ACTIONS(3458), + [anon_sym_AMP_AMP] = ACTIONS(3458), + [anon_sym_AMP] = ACTIONS(3456), + [anon_sym_extern] = ACTIONS(3456), + [anon_sym___attribute__] = ACTIONS(3456), + [anon_sym_COLON_COLON] = ACTIONS(3458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3458), + [anon_sym___declspec] = ACTIONS(3456), + [anon_sym___based] = ACTIONS(3456), + [anon_sym_LBRACK] = ACTIONS(3456), + [anon_sym_static] = ACTIONS(3456), + [anon_sym_register] = ACTIONS(3456), + [anon_sym_inline] = ACTIONS(3456), + [anon_sym_thread_local] = ACTIONS(3456), + [anon_sym_const] = ACTIONS(3456), + [anon_sym_volatile] = ACTIONS(3456), + [anon_sym_restrict] = ACTIONS(3456), + [anon_sym__Atomic] = ACTIONS(3456), + [anon_sym_mutable] = ACTIONS(3456), + [anon_sym_constexpr] = ACTIONS(3456), + [anon_sym_signed] = ACTIONS(3456), + [anon_sym_unsigned] = ACTIONS(3456), + [anon_sym_long] = ACTIONS(3456), + [anon_sym_short] = ACTIONS(3456), + [sym_primitive_type] = ACTIONS(3456), + [anon_sym_enum] = ACTIONS(3456), + [anon_sym_class] = ACTIONS(3456), + [anon_sym_struct] = ACTIONS(3456), + [anon_sym_union] = ACTIONS(3456), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3456), + [anon_sym_virtual] = ACTIONS(3456), + [anon_sym_explicit] = ACTIONS(3456), + [sym_auto] = ACTIONS(3456), + [anon_sym_typename] = ACTIONS(3456), + [anon_sym_template] = ACTIONS(3456), + [anon_sym_operator] = ACTIONS(3456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3456), + [anon_sym_MOZ_COLD] = ACTIONS(3456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_NONNULL] = ACTIONS(3456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3456), + [anon_sym_MOZ_RAII] = ACTIONS(3456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3456), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3456), }, [1300] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1300), - [sym_identifier] = ACTIONS(2948), - [anon_sym_COMMA] = ACTIONS(2950), - [anon_sym_LPAREN2] = ACTIONS(2950), - [anon_sym_STAR] = ACTIONS(2950), - [anon_sym_AMP_AMP] = ACTIONS(2950), - [anon_sym_AMP] = ACTIONS(2948), - [anon_sym_SEMI] = ACTIONS(2950), - [anon_sym_extern] = ACTIONS(2948), - [anon_sym___attribute__] = ACTIONS(2948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2950), - [anon_sym___declspec] = ACTIONS(2948), - [anon_sym___based] = ACTIONS(2948), - [anon_sym_LBRACE] = ACTIONS(2950), - [anon_sym_LBRACK] = ACTIONS(2948), - [anon_sym_EQ] = ACTIONS(2950), - [anon_sym_static] = ACTIONS(2948), - [anon_sym_register] = ACTIONS(2948), - [anon_sym_inline] = ACTIONS(2948), - [anon_sym_thread_local] = ACTIONS(2948), - [anon_sym_const] = ACTIONS(2948), - [anon_sym_volatile] = ACTIONS(2948), - [anon_sym_restrict] = ACTIONS(2948), - [anon_sym__Atomic] = ACTIONS(2948), - [anon_sym_mutable] = ACTIONS(2948), - [anon_sym_constexpr] = ACTIONS(2948), - [anon_sym_signed] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [sym_primitive_type] = ACTIONS(2948), - [anon_sym_COLON] = ACTIONS(2950), - [anon_sym_DASH_GT] = ACTIONS(2950), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2948), - [anon_sym_override] = ACTIONS(2948), - [anon_sym_virtual] = ACTIONS(2948), - [anon_sym_operator] = ACTIONS(2948), - [anon_sym_noexcept] = ACTIONS(2948), - [anon_sym_throw] = ACTIONS(2948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2948), - [anon_sym_MOZ_COLD] = ACTIONS(2948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_NONNULL] = ACTIONS(2948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_NORETURN] = ACTIONS(2948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2948), - [anon_sym_MOZ_RAII] = ACTIONS(2948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2948), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2948), + [aux_sym_sized_type_specifier_repeat1] = STATE(1268), + [sym_identifier] = ACTIONS(3460), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3463), + [anon_sym_COMMA] = ACTIONS(3463), + [anon_sym_RPAREN] = ACTIONS(3463), + [anon_sym_LPAREN2] = ACTIONS(3463), + [anon_sym_TILDE] = ACTIONS(3463), + [anon_sym_STAR] = ACTIONS(3463), + [anon_sym_AMP_AMP] = ACTIONS(3463), + [anon_sym_AMP] = ACTIONS(3465), + [anon_sym_SEMI] = ACTIONS(3463), + [anon_sym_extern] = ACTIONS(3465), + [anon_sym___attribute__] = ACTIONS(3465), + [anon_sym_COLON_COLON] = ACTIONS(3463), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3463), + [anon_sym___declspec] = ACTIONS(3465), + [anon_sym___based] = ACTIONS(3465), + [anon_sym_LBRACE] = ACTIONS(3463), + [anon_sym_LBRACK] = ACTIONS(3465), + [anon_sym_EQ] = ACTIONS(3463), + [anon_sym_static] = ACTIONS(3465), + [anon_sym_register] = ACTIONS(3465), + [anon_sym_inline] = ACTIONS(3465), + [anon_sym_thread_local] = ACTIONS(3465), + [anon_sym_const] = ACTIONS(3465), + [anon_sym_volatile] = ACTIONS(3465), + [anon_sym_restrict] = ACTIONS(3465), + [anon_sym__Atomic] = ACTIONS(3465), + [anon_sym_mutable] = ACTIONS(3465), + [anon_sym_constexpr] = ACTIONS(3465), + [anon_sym_signed] = ACTIONS(3467), + [anon_sym_unsigned] = ACTIONS(3467), + [anon_sym_long] = ACTIONS(3467), + [anon_sym_short] = ACTIONS(3467), + [sym_primitive_type] = ACTIONS(3469), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3465), + [anon_sym_template] = ACTIONS(3465), + [anon_sym_GT2] = ACTIONS(3463), + [anon_sym_operator] = ACTIONS(3465), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3465), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3465), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3465), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3465), + [anon_sym_MOZ_COLD] = ACTIONS(3465), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3465), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3465), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3465), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3465), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3465), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3465), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3465), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3465), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3465), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3465), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3465), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3465), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3465), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_NONNULL] = ACTIONS(3465), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3465), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3465), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3465), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3465), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3465), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3465), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3465), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3465), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3465), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3465), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3465), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3465), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3465), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3465), + [anon_sym_MOZ_RAII] = ACTIONS(3465), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3465), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3465), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3465), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3465), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3465), }, [1301] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3090), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_GT2] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_noexcept] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), + [sym_field_declaration_list] = STATE(1348), + [sym_virtual_specifier] = STATE(4174), + [sym_base_class_clause] = STATE(4724), + [sym_identifier] = ACTIONS(3471), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3473), + [anon_sym_COMMA] = ACTIONS(3473), + [anon_sym_RPAREN] = ACTIONS(3473), + [anon_sym_LPAREN2] = ACTIONS(3473), + [anon_sym_TILDE] = ACTIONS(3473), + [anon_sym_STAR] = ACTIONS(3473), + [anon_sym_AMP_AMP] = ACTIONS(3473), + [anon_sym_AMP] = ACTIONS(3471), + [anon_sym_SEMI] = ACTIONS(3473), + [anon_sym_extern] = ACTIONS(3471), + [anon_sym___attribute__] = ACTIONS(3471), + [anon_sym_COLON_COLON] = ACTIONS(3473), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3473), + [anon_sym___declspec] = ACTIONS(3471), + [anon_sym___based] = ACTIONS(3471), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3471), + [anon_sym_EQ] = ACTIONS(3473), + [anon_sym_static] = ACTIONS(3471), + [anon_sym_register] = ACTIONS(3471), + [anon_sym_inline] = ACTIONS(3471), + [anon_sym_thread_local] = ACTIONS(3471), + [anon_sym_const] = ACTIONS(3471), + [anon_sym_volatile] = ACTIONS(3471), + [anon_sym_restrict] = ACTIONS(3471), + [anon_sym__Atomic] = ACTIONS(3471), + [anon_sym_mutable] = ACTIONS(3471), + [anon_sym_constexpr] = ACTIONS(3471), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3471), + [anon_sym_template] = ACTIONS(3471), + [anon_sym_GT2] = ACTIONS(3473), + [anon_sym_operator] = ACTIONS(3471), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3471), + [anon_sym_MOZ_COLD] = ACTIONS(3471), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3471), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3471), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3471), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3471), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3471), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3471), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3471), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3471), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3471), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3471), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3471), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3471), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_RAII] = ACTIONS(3471), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3471), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3471), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3471), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3471), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3471), }, [1302] = { - [sym_identifier] = ACTIONS(3121), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3123), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_RPAREN] = ACTIONS(3123), - [anon_sym_LPAREN2] = ACTIONS(3123), - [anon_sym_TILDE] = ACTIONS(3123), - [anon_sym_STAR] = ACTIONS(3123), - [anon_sym_AMP_AMP] = ACTIONS(3123), - [anon_sym_AMP] = ACTIONS(3121), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_extern] = ACTIONS(3121), - [anon_sym___attribute__] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(3123), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3123), - [anon_sym___declspec] = ACTIONS(3121), - [anon_sym___based] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(3123), - [anon_sym_LBRACK] = ACTIONS(3121), - [anon_sym_EQ] = ACTIONS(3123), - [anon_sym_static] = ACTIONS(3121), - [anon_sym_register] = ACTIONS(3121), - [anon_sym_inline] = ACTIONS(3121), - [anon_sym_thread_local] = ACTIONS(3121), - [anon_sym_const] = ACTIONS(3121), - [anon_sym_volatile] = ACTIONS(3121), - [anon_sym_restrict] = ACTIONS(3121), - [anon_sym__Atomic] = ACTIONS(3121), - [anon_sym_mutable] = ACTIONS(3121), - [anon_sym_constexpr] = ACTIONS(3121), - [anon_sym_DASH_GT] = ACTIONS(3123), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3121), - [anon_sym_override] = ACTIONS(3121), - [anon_sym_virtual] = ACTIONS(3121), - [anon_sym_template] = ACTIONS(3121), - [anon_sym_GT2] = ACTIONS(3123), - [anon_sym_operator] = ACTIONS(3121), - [anon_sym_noexcept] = ACTIONS(3121), - [anon_sym_throw] = ACTIONS(3121), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3121), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3121), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3121), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3121), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3121), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3121), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3121), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3121), - [anon_sym_MOZ_COLD] = ACTIONS(3121), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3121), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3121), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3121), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3121), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3121), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3121), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3121), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3121), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3121), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3121), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3121), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3121), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3121), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3121), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3121), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3121), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3121), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3121), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3121), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3121), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_NONNULL] = ACTIONS(3121), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3121), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3121), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3121), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3121), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3121), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_NORETURN] = ACTIONS(3121), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3121), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3121), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3121), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3121), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3121), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3121), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3121), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3121), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3121), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3121), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3121), - [anon_sym_MOZ_RAII] = ACTIONS(3121), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3121), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3121), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3121), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3121), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3121), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3121), + [sym_identifier] = ACTIONS(3475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3477), + [anon_sym_COMMA] = ACTIONS(3477), + [anon_sym_RPAREN] = ACTIONS(3477), + [anon_sym_LPAREN2] = ACTIONS(3477), + [anon_sym_TILDE] = ACTIONS(3477), + [anon_sym_STAR] = ACTIONS(3477), + [anon_sym_AMP_AMP] = ACTIONS(3477), + [anon_sym_AMP] = ACTIONS(3475), + [anon_sym_SEMI] = ACTIONS(3477), + [anon_sym_extern] = ACTIONS(3475), + [anon_sym___attribute__] = ACTIONS(3475), + [anon_sym_COLON_COLON] = ACTIONS(3440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3477), + [anon_sym___declspec] = ACTIONS(3475), + [anon_sym___based] = ACTIONS(3475), + [anon_sym_LBRACE] = ACTIONS(3477), + [anon_sym_LBRACK] = ACTIONS(3475), + [anon_sym_EQ] = ACTIONS(3477), + [anon_sym_static] = ACTIONS(3475), + [anon_sym_register] = ACTIONS(3475), + [anon_sym_inline] = ACTIONS(3475), + [anon_sym_thread_local] = ACTIONS(3475), + [anon_sym_const] = ACTIONS(3475), + [anon_sym_volatile] = ACTIONS(3475), + [anon_sym_restrict] = ACTIONS(3475), + [anon_sym__Atomic] = ACTIONS(3475), + [anon_sym_mutable] = ACTIONS(3475), + [anon_sym_constexpr] = ACTIONS(3475), + [anon_sym_COLON] = ACTIONS(3475), + [anon_sym_DASH_GT] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3475), + [anon_sym_override] = ACTIONS(3475), + [anon_sym_virtual] = ACTIONS(3475), + [anon_sym_template] = ACTIONS(3475), + [anon_sym_GT2] = ACTIONS(3477), + [anon_sym_operator] = ACTIONS(3475), + [anon_sym_noexcept] = ACTIONS(3475), + [anon_sym_throw] = ACTIONS(3475), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3475), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3475), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3475), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3475), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3475), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3475), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3475), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3475), + [anon_sym_MOZ_COLD] = ACTIONS(3475), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3475), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3475), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3475), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3475), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3475), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3475), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3475), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3475), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3475), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3475), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3475), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3475), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3475), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3475), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3475), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3475), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3475), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3475), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3475), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3475), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3475), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3475), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3475), + [anon_sym_MOZ_NONNULL] = ACTIONS(3475), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3475), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3475), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3475), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3475), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3475), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3475), + [anon_sym_MOZ_NORETURN] = ACTIONS(3475), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3475), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3475), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3475), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3475), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3475), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3475), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3475), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3475), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3475), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3475), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3475), + [anon_sym_MOZ_RAII] = ACTIONS(3475), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3475), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3475), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3475), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3475), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3475), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3475), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3475), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3475), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3475), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3475), }, [1303] = { - [sym_identifier] = ACTIONS(3125), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3127), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LPAREN2] = ACTIONS(3127), - [anon_sym_TILDE] = ACTIONS(3127), - [anon_sym_STAR] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_AMP] = ACTIONS(3125), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_extern] = ACTIONS(3125), - [anon_sym___attribute__] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(3127), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3127), - [anon_sym___declspec] = ACTIONS(3125), - [anon_sym___based] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(3127), - [anon_sym_LBRACK] = ACTIONS(3125), - [anon_sym_EQ] = ACTIONS(3127), - [anon_sym_static] = ACTIONS(3125), - [anon_sym_register] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_thread_local] = ACTIONS(3125), - [anon_sym_const] = ACTIONS(3125), - [anon_sym_volatile] = ACTIONS(3125), - [anon_sym_restrict] = ACTIONS(3125), - [anon_sym__Atomic] = ACTIONS(3125), - [anon_sym_mutable] = ACTIONS(3125), - [anon_sym_constexpr] = ACTIONS(3125), - [anon_sym_DASH_GT] = ACTIONS(3127), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_virtual] = ACTIONS(3125), - [anon_sym_template] = ACTIONS(3125), - [anon_sym_GT2] = ACTIONS(3127), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_noexcept] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3125), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3125), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3125), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3125), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3125), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3125), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3125), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3125), - [anon_sym_MOZ_COLD] = ACTIONS(3125), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3125), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3125), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3125), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3125), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3125), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3125), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3125), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3125), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3125), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3125), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3125), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3125), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3125), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3125), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3125), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3125), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3125), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3125), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3125), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3125), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_NONNULL] = ACTIONS(3125), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3125), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3125), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3125), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3125), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3125), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_NORETURN] = ACTIONS(3125), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3125), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3125), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3125), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3125), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3125), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3125), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3125), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3125), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3125), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3125), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3125), - [anon_sym_MOZ_RAII] = ACTIONS(3125), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3125), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3125), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3125), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3125), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3125), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3125), + [sym_identifier] = ACTIONS(3479), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3481), + [anon_sym_COMMA] = ACTIONS(3481), + [anon_sym_RPAREN] = ACTIONS(3481), + [anon_sym_LPAREN2] = ACTIONS(3481), + [anon_sym_TILDE] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3481), + [anon_sym_AMP_AMP] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3479), + [anon_sym_SEMI] = ACTIONS(3481), + [anon_sym_extern] = ACTIONS(3479), + [anon_sym___attribute__] = ACTIONS(3479), + [anon_sym_COLON_COLON] = ACTIONS(3481), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3481), + [anon_sym___declspec] = ACTIONS(3479), + [anon_sym___based] = ACTIONS(3479), + [anon_sym_LBRACE] = ACTIONS(3481), + [anon_sym_LBRACK] = ACTIONS(3479), + [anon_sym_EQ] = ACTIONS(3481), + [anon_sym_static] = ACTIONS(3479), + [anon_sym_register] = ACTIONS(3479), + [anon_sym_inline] = ACTIONS(3479), + [anon_sym_thread_local] = ACTIONS(3479), + [anon_sym_const] = ACTIONS(3479), + [anon_sym_volatile] = ACTIONS(3479), + [anon_sym_restrict] = ACTIONS(3479), + [anon_sym__Atomic] = ACTIONS(3479), + [anon_sym_mutable] = ACTIONS(3479), + [anon_sym_constexpr] = ACTIONS(3479), + [anon_sym_COLON] = ACTIONS(3479), + [anon_sym_DASH_GT] = ACTIONS(3481), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3479), + [anon_sym_override] = ACTIONS(3479), + [anon_sym_virtual] = ACTIONS(3479), + [anon_sym_template] = ACTIONS(3479), + [anon_sym_GT2] = ACTIONS(3481), + [anon_sym_operator] = ACTIONS(3479), + [anon_sym_noexcept] = ACTIONS(3479), + [anon_sym_throw] = ACTIONS(3479), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3479), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3479), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3479), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3479), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3479), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3479), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3479), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3479), + [anon_sym_MOZ_COLD] = ACTIONS(3479), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3479), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3479), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3479), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3479), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3479), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3479), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3479), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3479), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3479), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3479), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3479), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3479), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3479), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3479), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3479), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3479), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3479), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3479), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3479), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3479), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3479), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3479), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3479), + [anon_sym_MOZ_NONNULL] = ACTIONS(3479), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3479), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3479), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3479), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3479), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3479), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3479), + [anon_sym_MOZ_NORETURN] = ACTIONS(3479), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3479), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3479), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3479), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3479), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3479), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3479), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3479), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3479), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3479), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3479), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3479), + [anon_sym_MOZ_RAII] = ACTIONS(3479), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3479), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3479), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3479), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3479), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3479), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3479), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3479), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3479), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3479), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3479), }, [1304] = { - [sym_identifier] = ACTIONS(3129), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3131), - [anon_sym_COMMA] = ACTIONS(3131), - [anon_sym_RPAREN] = ACTIONS(3131), - [anon_sym_LPAREN2] = ACTIONS(3131), - [anon_sym_TILDE] = ACTIONS(3131), - [anon_sym_STAR] = ACTIONS(3131), - [anon_sym_AMP_AMP] = ACTIONS(3131), - [anon_sym_AMP] = ACTIONS(3129), - [anon_sym_SEMI] = ACTIONS(3131), - [anon_sym_extern] = ACTIONS(3129), - [anon_sym___attribute__] = ACTIONS(3129), - [anon_sym_COLON_COLON] = ACTIONS(3131), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3131), - [anon_sym___declspec] = ACTIONS(3129), - [anon_sym___based] = ACTIONS(3129), - [anon_sym_LBRACE] = ACTIONS(3131), - [anon_sym_LBRACK] = ACTIONS(3129), - [anon_sym_EQ] = ACTIONS(3131), - [anon_sym_static] = ACTIONS(3129), - [anon_sym_register] = ACTIONS(3129), - [anon_sym_inline] = ACTIONS(3129), - [anon_sym_thread_local] = ACTIONS(3129), - [anon_sym_const] = ACTIONS(3129), - [anon_sym_volatile] = ACTIONS(3129), - [anon_sym_restrict] = ACTIONS(3129), - [anon_sym__Atomic] = ACTIONS(3129), - [anon_sym_mutable] = ACTIONS(3129), - [anon_sym_constexpr] = ACTIONS(3129), - [anon_sym_DASH_GT] = ACTIONS(3131), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3129), - [anon_sym_override] = ACTIONS(3129), - [anon_sym_virtual] = ACTIONS(3129), - [anon_sym_template] = ACTIONS(3129), - [anon_sym_GT2] = ACTIONS(3131), - [anon_sym_operator] = ACTIONS(3129), - [anon_sym_noexcept] = ACTIONS(3129), - [anon_sym_throw] = ACTIONS(3129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3129), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3129), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3129), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3129), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3129), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3129), - [anon_sym_MOZ_COLD] = ACTIONS(3129), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3129), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3129), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3129), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3129), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3129), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3129), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3129), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3129), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3129), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3129), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3129), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3129), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3129), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3129), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3129), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3129), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3129), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3129), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_NONNULL] = ACTIONS(3129), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3129), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3129), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3129), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3129), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3129), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_NORETURN] = ACTIONS(3129), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3129), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3129), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3129), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3129), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3129), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3129), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3129), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3129), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3129), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3129), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3129), - [anon_sym_MOZ_RAII] = ACTIONS(3129), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3129), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3129), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3129), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3129), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3129), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3129), + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2466), + [anon_sym_COMMA] = ACTIONS(2466), + [anon_sym_RPAREN] = ACTIONS(2466), + [anon_sym_LPAREN2] = ACTIONS(2466), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2466), + [anon_sym_AMP_AMP] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2466), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2459), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [anon_sym_COLON] = ACTIONS(2459), + [anon_sym_DASH_GT] = ACTIONS(2466), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2459), + [anon_sym_override] = ACTIONS(2459), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_noexcept] = ACTIONS(2459), + [anon_sym_throw] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), }, [1305] = { - [sym_identifier] = ACTIONS(3133), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3135), - [anon_sym_COMMA] = ACTIONS(3135), - [anon_sym_RPAREN] = ACTIONS(3135), - [anon_sym_LPAREN2] = ACTIONS(3135), - [anon_sym_TILDE] = ACTIONS(3135), - [anon_sym_STAR] = ACTIONS(3135), - [anon_sym_AMP_AMP] = ACTIONS(3135), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_SEMI] = ACTIONS(3135), - [anon_sym_extern] = ACTIONS(3133), - [anon_sym___attribute__] = ACTIONS(3133), - [anon_sym_COLON_COLON] = ACTIONS(3135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3135), - [anon_sym___declspec] = ACTIONS(3133), - [anon_sym___based] = ACTIONS(3133), - [anon_sym_LBRACE] = ACTIONS(3135), - [anon_sym_LBRACK] = ACTIONS(3133), - [anon_sym_EQ] = ACTIONS(3135), - [anon_sym_static] = ACTIONS(3133), - [anon_sym_register] = ACTIONS(3133), - [anon_sym_inline] = ACTIONS(3133), - [anon_sym_thread_local] = ACTIONS(3133), - [anon_sym_const] = ACTIONS(3133), - [anon_sym_volatile] = ACTIONS(3133), - [anon_sym_restrict] = ACTIONS(3133), - [anon_sym__Atomic] = ACTIONS(3133), - [anon_sym_mutable] = ACTIONS(3133), - [anon_sym_constexpr] = ACTIONS(3133), - [anon_sym_DASH_GT] = ACTIONS(3135), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3133), - [anon_sym_override] = ACTIONS(3133), - [anon_sym_virtual] = ACTIONS(3133), - [anon_sym_template] = ACTIONS(3133), - [anon_sym_GT2] = ACTIONS(3135), - [anon_sym_operator] = ACTIONS(3133), - [anon_sym_noexcept] = ACTIONS(3133), - [anon_sym_throw] = ACTIONS(3133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3133), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3133), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3133), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3133), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3133), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3133), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3133), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3133), - [anon_sym_MOZ_COLD] = ACTIONS(3133), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3133), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3133), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3133), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3133), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3133), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3133), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3133), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3133), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3133), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3133), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3133), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3133), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3133), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3133), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3133), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3133), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3133), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3133), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3133), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3133), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_NONNULL] = ACTIONS(3133), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3133), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3133), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3133), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3133), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3133), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_NORETURN] = ACTIONS(3133), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3133), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3133), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3133), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3133), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3133), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3133), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3133), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3133), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3133), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3133), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3133), - [anon_sym_MOZ_RAII] = ACTIONS(3133), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3133), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3133), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3133), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3133), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3133), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3133), + [sym_field_declaration_list] = STATE(1345), + [sym_virtual_specifier] = STATE(4155), + [sym_base_class_clause] = STATE(4735), + [sym_identifier] = ACTIONS(3483), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3485), + [anon_sym_COMMA] = ACTIONS(3485), + [anon_sym_RPAREN] = ACTIONS(3485), + [anon_sym_LPAREN2] = ACTIONS(3485), + [anon_sym_TILDE] = ACTIONS(3485), + [anon_sym_STAR] = ACTIONS(3485), + [anon_sym_AMP_AMP] = ACTIONS(3485), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_SEMI] = ACTIONS(3485), + [anon_sym_extern] = ACTIONS(3483), + [anon_sym___attribute__] = ACTIONS(3483), + [anon_sym_COLON_COLON] = ACTIONS(3485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3485), + [anon_sym___declspec] = ACTIONS(3483), + [anon_sym___based] = ACTIONS(3483), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3483), + [anon_sym_EQ] = ACTIONS(3485), + [anon_sym_static] = ACTIONS(3483), + [anon_sym_register] = ACTIONS(3483), + [anon_sym_inline] = ACTIONS(3483), + [anon_sym_thread_local] = ACTIONS(3483), + [anon_sym_const] = ACTIONS(3483), + [anon_sym_volatile] = ACTIONS(3483), + [anon_sym_restrict] = ACTIONS(3483), + [anon_sym__Atomic] = ACTIONS(3483), + [anon_sym_mutable] = ACTIONS(3483), + [anon_sym_constexpr] = ACTIONS(3483), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3483), + [anon_sym_template] = ACTIONS(3483), + [anon_sym_GT2] = ACTIONS(3485), + [anon_sym_operator] = ACTIONS(3483), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3483), + [anon_sym_MOZ_COLD] = ACTIONS(3483), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3483), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3483), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3483), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3483), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3483), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3483), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3483), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3483), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3483), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3483), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3483), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3483), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_RAII] = ACTIONS(3483), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3483), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3483), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3483), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3483), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3483), }, [1306] = { - [sym_identifier] = ACTIONS(3137), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3139), - [anon_sym_COMMA] = ACTIONS(3139), - [anon_sym_RPAREN] = ACTIONS(3139), - [anon_sym_LPAREN2] = ACTIONS(3139), - [anon_sym_TILDE] = ACTIONS(3139), - [anon_sym_STAR] = ACTIONS(3139), - [anon_sym_AMP_AMP] = ACTIONS(3139), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_SEMI] = ACTIONS(3139), - [anon_sym_extern] = ACTIONS(3137), - [anon_sym___attribute__] = ACTIONS(3137), - [anon_sym_COLON_COLON] = ACTIONS(3139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3139), - [anon_sym___declspec] = ACTIONS(3137), - [anon_sym___based] = ACTIONS(3137), - [anon_sym_LBRACE] = ACTIONS(3139), - [anon_sym_LBRACK] = ACTIONS(3137), - [anon_sym_EQ] = ACTIONS(3139), - [anon_sym_static] = ACTIONS(3137), - [anon_sym_register] = ACTIONS(3137), - [anon_sym_inline] = ACTIONS(3137), - [anon_sym_thread_local] = ACTIONS(3137), - [anon_sym_const] = ACTIONS(3137), - [anon_sym_volatile] = ACTIONS(3137), - [anon_sym_restrict] = ACTIONS(3137), - [anon_sym__Atomic] = ACTIONS(3137), - [anon_sym_mutable] = ACTIONS(3137), - [anon_sym_constexpr] = ACTIONS(3137), - [anon_sym_DASH_GT] = ACTIONS(3139), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3137), - [anon_sym_override] = ACTIONS(3137), - [anon_sym_virtual] = ACTIONS(3137), - [anon_sym_template] = ACTIONS(3137), - [anon_sym_GT2] = ACTIONS(3139), - [anon_sym_operator] = ACTIONS(3137), - [anon_sym_noexcept] = ACTIONS(3137), - [anon_sym_throw] = ACTIONS(3137), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3137), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3137), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3137), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3137), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3137), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3137), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3137), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3137), - [anon_sym_MOZ_COLD] = ACTIONS(3137), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3137), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3137), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3137), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3137), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3137), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3137), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3137), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3137), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3137), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3137), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3137), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3137), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3137), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3137), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3137), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3137), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3137), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3137), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3137), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3137), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_NONNULL] = ACTIONS(3137), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3137), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3137), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3137), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3137), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3137), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_NORETURN] = ACTIONS(3137), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3137), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3137), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3137), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3137), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3137), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3137), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3137), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3137), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3137), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3137), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3137), - [anon_sym_MOZ_RAII] = ACTIONS(3137), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3137), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3137), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3137), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3137), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3137), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3137), + [sym_identifier] = ACTIONS(3405), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3407), + [anon_sym_COMMA] = ACTIONS(3407), + [anon_sym_RPAREN] = ACTIONS(3407), + [anon_sym_LPAREN2] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_STAR] = ACTIONS(3407), + [anon_sym_AMP_AMP] = ACTIONS(3407), + [anon_sym_AMP] = ACTIONS(3405), + [anon_sym_SEMI] = ACTIONS(3407), + [anon_sym_extern] = ACTIONS(3405), + [anon_sym___attribute__] = ACTIONS(3405), + [anon_sym_COLON_COLON] = ACTIONS(3440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3407), + [anon_sym___declspec] = ACTIONS(3405), + [anon_sym___based] = ACTIONS(3405), + [anon_sym_LBRACE] = ACTIONS(3407), + [anon_sym_LBRACK] = ACTIONS(3405), + [anon_sym_EQ] = ACTIONS(3407), + [anon_sym_static] = ACTIONS(3405), + [anon_sym_register] = ACTIONS(3405), + [anon_sym_inline] = ACTIONS(3405), + [anon_sym_thread_local] = ACTIONS(3405), + [anon_sym_const] = ACTIONS(3405), + [anon_sym_volatile] = ACTIONS(3405), + [anon_sym_restrict] = ACTIONS(3405), + [anon_sym__Atomic] = ACTIONS(3405), + [anon_sym_mutable] = ACTIONS(3405), + [anon_sym_constexpr] = ACTIONS(3405), + [anon_sym_COLON] = ACTIONS(3405), + [anon_sym_DASH_GT] = ACTIONS(3407), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3405), + [anon_sym_override] = ACTIONS(3405), + [anon_sym_virtual] = ACTIONS(3405), + [anon_sym_template] = ACTIONS(3405), + [anon_sym_GT2] = ACTIONS(3407), + [anon_sym_operator] = ACTIONS(3405), + [anon_sym_noexcept] = ACTIONS(3405), + [anon_sym_throw] = ACTIONS(3405), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3405), + [anon_sym_MOZ_COLD] = ACTIONS(3405), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3405), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3405), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3405), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3405), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3405), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3405), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3405), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3405), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3405), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3405), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3405), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3405), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_RAII] = ACTIONS(3405), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3405), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3405), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3405), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3405), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3405), }, [1307] = { - [sym_identifier] = ACTIONS(3141), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3143), - [anon_sym_COMMA] = ACTIONS(3143), - [anon_sym_RPAREN] = ACTIONS(3143), - [anon_sym_LPAREN2] = ACTIONS(3143), - [anon_sym_TILDE] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3143), - [anon_sym_AMP_AMP] = ACTIONS(3143), - [anon_sym_AMP] = ACTIONS(3141), - [anon_sym_SEMI] = ACTIONS(3143), - [anon_sym_extern] = ACTIONS(3141), - [anon_sym___attribute__] = ACTIONS(3141), - [anon_sym_COLON_COLON] = ACTIONS(3143), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3143), - [anon_sym___declspec] = ACTIONS(3141), - [anon_sym___based] = ACTIONS(3141), - [anon_sym_LBRACE] = ACTIONS(3143), - [anon_sym_LBRACK] = ACTIONS(3141), - [anon_sym_EQ] = ACTIONS(3143), - [anon_sym_static] = ACTIONS(3141), - [anon_sym_register] = ACTIONS(3141), - [anon_sym_inline] = ACTIONS(3141), - [anon_sym_thread_local] = ACTIONS(3141), - [anon_sym_const] = ACTIONS(3141), - [anon_sym_volatile] = ACTIONS(3141), - [anon_sym_restrict] = ACTIONS(3141), - [anon_sym__Atomic] = ACTIONS(3141), - [anon_sym_mutable] = ACTIONS(3141), - [anon_sym_constexpr] = ACTIONS(3141), - [anon_sym_DASH_GT] = ACTIONS(3143), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3141), - [anon_sym_override] = ACTIONS(3141), - [anon_sym_virtual] = ACTIONS(3141), - [anon_sym_template] = ACTIONS(3141), - [anon_sym_GT2] = ACTIONS(3143), - [anon_sym_operator] = ACTIONS(3141), - [anon_sym_noexcept] = ACTIONS(3141), - [anon_sym_throw] = ACTIONS(3141), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3141), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3141), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3141), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3141), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3141), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3141), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3141), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3141), - [anon_sym_MOZ_COLD] = ACTIONS(3141), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3141), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3141), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3141), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3141), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3141), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3141), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3141), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3141), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3141), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3141), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3141), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3141), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3141), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3141), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3141), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3141), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3141), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3141), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3141), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3141), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_NONNULL] = ACTIONS(3141), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3141), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3141), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3141), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3141), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3141), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_NORETURN] = ACTIONS(3141), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3141), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3141), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3141), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3141), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3141), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3141), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3141), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3141), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3141), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3141), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3141), - [anon_sym_MOZ_RAII] = ACTIONS(3141), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3141), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3141), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3141), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3141), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3141), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3141), + [sym_enumerator_list] = STATE(1319), + [sym_identifier] = ACTIONS(3487), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3489), + [anon_sym_COMMA] = ACTIONS(3489), + [anon_sym_RPAREN] = ACTIONS(3489), + [anon_sym_LPAREN2] = ACTIONS(3489), + [anon_sym_TILDE] = ACTIONS(3489), + [anon_sym_STAR] = ACTIONS(3489), + [anon_sym_AMP_AMP] = ACTIONS(3489), + [anon_sym_AMP] = ACTIONS(3487), + [anon_sym_SEMI] = ACTIONS(3489), + [anon_sym_extern] = ACTIONS(3487), + [anon_sym___attribute__] = ACTIONS(3487), + [anon_sym_COLON_COLON] = ACTIONS(3489), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3489), + [anon_sym___declspec] = ACTIONS(3487), + [anon_sym___based] = ACTIONS(3487), + [anon_sym_LBRACE] = ACTIONS(3450), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_EQ] = ACTIONS(3489), + [anon_sym_static] = ACTIONS(3487), + [anon_sym_register] = ACTIONS(3487), + [anon_sym_inline] = ACTIONS(3487), + [anon_sym_thread_local] = ACTIONS(3487), + [anon_sym_const] = ACTIONS(3487), + [anon_sym_volatile] = ACTIONS(3487), + [anon_sym_restrict] = ACTIONS(3487), + [anon_sym__Atomic] = ACTIONS(3487), + [anon_sym_mutable] = ACTIONS(3487), + [anon_sym_constexpr] = ACTIONS(3487), + [anon_sym_DASH_GT] = ACTIONS(3489), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3487), + [anon_sym_override] = ACTIONS(3487), + [anon_sym_virtual] = ACTIONS(3487), + [anon_sym_template] = ACTIONS(3487), + [anon_sym_GT2] = ACTIONS(3489), + [anon_sym_operator] = ACTIONS(3487), + [anon_sym_noexcept] = ACTIONS(3487), + [anon_sym_throw] = ACTIONS(3487), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3487), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3487), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3487), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3487), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3487), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3487), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3487), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3487), + [anon_sym_MOZ_COLD] = ACTIONS(3487), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3487), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3487), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3487), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3487), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3487), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3487), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3487), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3487), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3487), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3487), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3487), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3487), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3487), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3487), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3487), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3487), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3487), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3487), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3487), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3487), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_NONNULL] = ACTIONS(3487), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3487), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3487), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3487), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3487), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3487), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_NORETURN] = ACTIONS(3487), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3487), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3487), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3487), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3487), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3487), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3487), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3487), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3487), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3487), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3487), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3487), + [anon_sym_MOZ_RAII] = ACTIONS(3487), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3487), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3487), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3487), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3487), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3487), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3487), }, [1308] = { - [sym_identifier] = ACTIONS(3145), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3147), - [anon_sym_COMMA] = ACTIONS(3147), - [anon_sym_RPAREN] = ACTIONS(3147), - [anon_sym_LPAREN2] = ACTIONS(3147), - [anon_sym_TILDE] = ACTIONS(3147), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_AMP_AMP] = ACTIONS(3147), - [anon_sym_AMP] = ACTIONS(3145), - [anon_sym_SEMI] = ACTIONS(3147), - [anon_sym_extern] = ACTIONS(3145), - [anon_sym___attribute__] = ACTIONS(3145), - [anon_sym_COLON_COLON] = ACTIONS(3147), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3147), - [anon_sym___declspec] = ACTIONS(3145), - [anon_sym___based] = ACTIONS(3145), - [anon_sym_LBRACE] = ACTIONS(3147), - [anon_sym_LBRACK] = ACTIONS(3145), - [anon_sym_EQ] = ACTIONS(3147), - [anon_sym_static] = ACTIONS(3145), - [anon_sym_register] = ACTIONS(3145), - [anon_sym_inline] = ACTIONS(3145), - [anon_sym_thread_local] = ACTIONS(3145), - [anon_sym_const] = ACTIONS(3145), - [anon_sym_volatile] = ACTIONS(3145), - [anon_sym_restrict] = ACTIONS(3145), - [anon_sym__Atomic] = ACTIONS(3145), - [anon_sym_mutable] = ACTIONS(3145), - [anon_sym_constexpr] = ACTIONS(3145), - [anon_sym_DASH_GT] = ACTIONS(3147), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3145), - [anon_sym_override] = ACTIONS(3145), - [anon_sym_virtual] = ACTIONS(3145), - [anon_sym_template] = ACTIONS(3145), - [anon_sym_GT2] = ACTIONS(3147), - [anon_sym_operator] = ACTIONS(3145), - [anon_sym_noexcept] = ACTIONS(3145), - [anon_sym_throw] = ACTIONS(3145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3145), - [anon_sym_MOZ_COLD] = ACTIONS(3145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_NONNULL] = ACTIONS(3145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_NORETURN] = ACTIONS(3145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3145), - [anon_sym_MOZ_RAII] = ACTIONS(3145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3145), + [sym_identifier] = ACTIONS(3302), + [anon_sym_LPAREN2] = ACTIONS(3304), + [anon_sym_TILDE] = ACTIONS(3304), + [anon_sym_STAR] = ACTIONS(3304), + [anon_sym_AMP_AMP] = ACTIONS(3304), + [anon_sym_AMP] = ACTIONS(3302), + [anon_sym_extern] = ACTIONS(3302), + [anon_sym___attribute__] = ACTIONS(3302), + [anon_sym_COLON_COLON] = ACTIONS(3304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3304), + [anon_sym___declspec] = ACTIONS(3302), + [anon_sym___based] = ACTIONS(3302), + [anon_sym_LBRACK] = ACTIONS(3302), + [anon_sym_static] = ACTIONS(3302), + [anon_sym_register] = ACTIONS(3302), + [anon_sym_inline] = ACTIONS(3302), + [anon_sym_thread_local] = ACTIONS(3302), + [anon_sym_const] = ACTIONS(3302), + [anon_sym_volatile] = ACTIONS(3302), + [anon_sym_restrict] = ACTIONS(3302), + [anon_sym__Atomic] = ACTIONS(3302), + [anon_sym_mutable] = ACTIONS(3302), + [anon_sym_constexpr] = ACTIONS(3302), + [anon_sym_signed] = ACTIONS(3302), + [anon_sym_unsigned] = ACTIONS(3302), + [anon_sym_long] = ACTIONS(3302), + [anon_sym_short] = ACTIONS(3302), + [sym_primitive_type] = ACTIONS(3302), + [anon_sym_enum] = ACTIONS(3302), + [anon_sym_class] = ACTIONS(3302), + [anon_sym_struct] = ACTIONS(3302), + [anon_sym_union] = ACTIONS(3302), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3302), + [anon_sym_virtual] = ACTIONS(3302), + [anon_sym_explicit] = ACTIONS(3302), + [sym_auto] = ACTIONS(3302), + [anon_sym_typename] = ACTIONS(3302), + [anon_sym_template] = ACTIONS(3302), + [anon_sym_operator] = ACTIONS(3302), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3302), + [anon_sym_MOZ_COLD] = ACTIONS(3302), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3302), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3302), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3302), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3302), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3302), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3302), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3302), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3302), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3302), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3302), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3302), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3302), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_RAII] = ACTIONS(3302), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3302), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3302), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3302), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3302), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3302), }, [1309] = { - [sym_identifier] = ACTIONS(3149), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_RPAREN] = ACTIONS(3151), - [anon_sym_LPAREN2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3149), - [anon_sym_SEMI] = ACTIONS(3151), - [anon_sym_extern] = ACTIONS(3149), - [anon_sym___attribute__] = ACTIONS(3149), - [anon_sym_COLON_COLON] = ACTIONS(3151), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3151), - [anon_sym___declspec] = ACTIONS(3149), - [anon_sym___based] = ACTIONS(3149), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_EQ] = ACTIONS(3151), - [anon_sym_static] = ACTIONS(3149), - [anon_sym_register] = ACTIONS(3149), - [anon_sym_inline] = ACTIONS(3149), - [anon_sym_thread_local] = ACTIONS(3149), - [anon_sym_const] = ACTIONS(3149), - [anon_sym_volatile] = ACTIONS(3149), - [anon_sym_restrict] = ACTIONS(3149), - [anon_sym__Atomic] = ACTIONS(3149), - [anon_sym_mutable] = ACTIONS(3149), - [anon_sym_constexpr] = ACTIONS(3149), - [anon_sym_DASH_GT] = ACTIONS(3151), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3149), - [anon_sym_override] = ACTIONS(3149), - [anon_sym_virtual] = ACTIONS(3149), - [anon_sym_template] = ACTIONS(3149), - [anon_sym_GT2] = ACTIONS(3151), - [anon_sym_operator] = ACTIONS(3149), - [anon_sym_noexcept] = ACTIONS(3149), - [anon_sym_throw] = ACTIONS(3149), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3149), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3149), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3149), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3149), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3149), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3149), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3149), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3149), - [anon_sym_MOZ_COLD] = ACTIONS(3149), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3149), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3149), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3149), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3149), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3149), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3149), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3149), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3149), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3149), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3149), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3149), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3149), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3149), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3149), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3149), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3149), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3149), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3149), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3149), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3149), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_NONNULL] = ACTIONS(3149), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3149), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3149), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3149), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3149), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3149), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_NORETURN] = ACTIONS(3149), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3149), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3149), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3149), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3149), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3149), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3149), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3149), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3149), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3149), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3149), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3149), - [anon_sym_MOZ_RAII] = ACTIONS(3149), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3149), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3149), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3149), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3149), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3149), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3149), + [sym_field_declaration_list] = STATE(1322), + [sym_virtual_specifier] = STATE(4137), + [sym_base_class_clause] = STATE(4703), + [sym_identifier] = ACTIONS(3491), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3493), + [anon_sym_COMMA] = ACTIONS(3493), + [anon_sym_RPAREN] = ACTIONS(3493), + [anon_sym_LPAREN2] = ACTIONS(3493), + [anon_sym_TILDE] = ACTIONS(3493), + [anon_sym_STAR] = ACTIONS(3493), + [anon_sym_AMP_AMP] = ACTIONS(3493), + [anon_sym_AMP] = ACTIONS(3491), + [anon_sym_SEMI] = ACTIONS(3493), + [anon_sym_extern] = ACTIONS(3491), + [anon_sym___attribute__] = ACTIONS(3491), + [anon_sym_COLON_COLON] = ACTIONS(3493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3493), + [anon_sym___declspec] = ACTIONS(3491), + [anon_sym___based] = ACTIONS(3491), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3491), + [anon_sym_EQ] = ACTIONS(3493), + [anon_sym_static] = ACTIONS(3491), + [anon_sym_register] = ACTIONS(3491), + [anon_sym_inline] = ACTIONS(3491), + [anon_sym_thread_local] = ACTIONS(3491), + [anon_sym_const] = ACTIONS(3491), + [anon_sym_volatile] = ACTIONS(3491), + [anon_sym_restrict] = ACTIONS(3491), + [anon_sym__Atomic] = ACTIONS(3491), + [anon_sym_mutable] = ACTIONS(3491), + [anon_sym_constexpr] = ACTIONS(3491), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3491), + [anon_sym_template] = ACTIONS(3491), + [anon_sym_GT2] = ACTIONS(3493), + [anon_sym_operator] = ACTIONS(3491), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3491), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3491), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3491), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3491), + [anon_sym_MOZ_COLD] = ACTIONS(3491), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3491), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3491), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3491), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3491), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3491), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3491), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3491), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3491), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3491), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3491), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3491), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3491), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3491), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_NONNULL] = ACTIONS(3491), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3491), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3491), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3491), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3491), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3491), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3491), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3491), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3491), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3491), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3491), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3491), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3491), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3491), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3491), + [anon_sym_MOZ_RAII] = ACTIONS(3491), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3491), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3491), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3491), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3491), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3491), }, [1310] = { - [sym_identifier] = ACTIONS(3153), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3155), - [anon_sym_COMMA] = ACTIONS(3155), - [anon_sym_RPAREN] = ACTIONS(3155), - [anon_sym_LPAREN2] = ACTIONS(3155), - [anon_sym_TILDE] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3155), - [anon_sym_AMP_AMP] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3153), - [anon_sym_SEMI] = ACTIONS(3155), - [anon_sym_extern] = ACTIONS(3153), - [anon_sym___attribute__] = ACTIONS(3153), - [anon_sym_COLON_COLON] = ACTIONS(3155), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3155), - [anon_sym___declspec] = ACTIONS(3153), - [anon_sym___based] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3155), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_EQ] = ACTIONS(3155), - [anon_sym_static] = ACTIONS(3153), - [anon_sym_register] = ACTIONS(3153), - [anon_sym_inline] = ACTIONS(3153), - [anon_sym_thread_local] = ACTIONS(3153), - [anon_sym_const] = ACTIONS(3153), - [anon_sym_volatile] = ACTIONS(3153), - [anon_sym_restrict] = ACTIONS(3153), - [anon_sym__Atomic] = ACTIONS(3153), - [anon_sym_mutable] = ACTIONS(3153), - [anon_sym_constexpr] = ACTIONS(3153), - [anon_sym_DASH_GT] = ACTIONS(3155), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3153), - [anon_sym_override] = ACTIONS(3153), - [anon_sym_virtual] = ACTIONS(3153), - [anon_sym_template] = ACTIONS(3153), - [anon_sym_GT2] = ACTIONS(3155), - [anon_sym_operator] = ACTIONS(3153), - [anon_sym_noexcept] = ACTIONS(3153), - [anon_sym_throw] = ACTIONS(3153), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3153), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3153), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3153), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3153), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3153), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3153), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3153), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3153), - [anon_sym_MOZ_COLD] = ACTIONS(3153), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3153), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3153), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3153), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3153), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3153), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3153), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3153), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3153), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3153), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3153), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3153), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3153), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3153), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3153), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3153), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3153), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3153), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3153), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3153), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3153), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_NONNULL] = ACTIONS(3153), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3153), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3153), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3153), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3153), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3153), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_NORETURN] = ACTIONS(3153), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3153), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3153), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3153), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3153), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3153), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3153), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3153), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3153), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3153), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3153), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3153), - [anon_sym_MOZ_RAII] = ACTIONS(3153), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3153), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3153), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3153), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3153), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3153), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3153), + [sym_identifier] = ACTIONS(3495), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3497), + [anon_sym_COMMA] = ACTIONS(3497), + [anon_sym_RPAREN] = ACTIONS(3497), + [anon_sym_LPAREN2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(3497), + [anon_sym_STAR] = ACTIONS(3497), + [anon_sym_AMP_AMP] = ACTIONS(3497), + [anon_sym_AMP] = ACTIONS(3495), + [anon_sym_SEMI] = ACTIONS(3497), + [anon_sym_extern] = ACTIONS(3495), + [anon_sym___attribute__] = ACTIONS(3495), + [anon_sym_COLON_COLON] = ACTIONS(3497), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3497), + [anon_sym___declspec] = ACTIONS(3495), + [anon_sym___based] = ACTIONS(3495), + [anon_sym_LBRACE] = ACTIONS(3497), + [anon_sym_LBRACK] = ACTIONS(3495), + [anon_sym_EQ] = ACTIONS(3497), + [anon_sym_static] = ACTIONS(3495), + [anon_sym_register] = ACTIONS(3495), + [anon_sym_inline] = ACTIONS(3495), + [anon_sym_thread_local] = ACTIONS(3495), + [anon_sym_const] = ACTIONS(3495), + [anon_sym_volatile] = ACTIONS(3495), + [anon_sym_restrict] = ACTIONS(3495), + [anon_sym__Atomic] = ACTIONS(3495), + [anon_sym_mutable] = ACTIONS(3495), + [anon_sym_constexpr] = ACTIONS(3495), + [anon_sym_DASH_GT] = ACTIONS(3497), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3495), + [anon_sym_override] = ACTIONS(3495), + [anon_sym_virtual] = ACTIONS(3495), + [anon_sym_template] = ACTIONS(3495), + [anon_sym_GT2] = ACTIONS(3497), + [anon_sym_operator] = ACTIONS(3495), + [anon_sym_noexcept] = ACTIONS(3495), + [anon_sym_throw] = ACTIONS(3495), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3495), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3495), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3495), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3495), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3495), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3495), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3495), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3495), + [anon_sym_MOZ_COLD] = ACTIONS(3495), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3495), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3495), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3495), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3495), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3495), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3495), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3495), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3495), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3495), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3495), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3495), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3495), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3495), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3495), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3495), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3495), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3495), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3495), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3495), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3495), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_NONNULL] = ACTIONS(3495), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3495), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3495), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3495), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3495), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3495), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_NORETURN] = ACTIONS(3495), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3495), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3495), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3495), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3495), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3495), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3495), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3495), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3495), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3495), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3495), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3495), + [anon_sym_MOZ_RAII] = ACTIONS(3495), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3495), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3495), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3495), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3495), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3495), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3495), }, [1311] = { - [sym_identifier] = ACTIONS(3157), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3159), - [anon_sym_COMMA] = ACTIONS(3159), - [anon_sym_RPAREN] = ACTIONS(3159), - [anon_sym_LPAREN2] = ACTIONS(3159), - [anon_sym_TILDE] = ACTIONS(3159), - [anon_sym_STAR] = ACTIONS(3159), - [anon_sym_AMP_AMP] = ACTIONS(3159), - [anon_sym_AMP] = ACTIONS(3157), - [anon_sym_SEMI] = ACTIONS(3159), - [anon_sym_extern] = ACTIONS(3157), - [anon_sym___attribute__] = ACTIONS(3157), - [anon_sym_COLON_COLON] = ACTIONS(3159), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3159), - [anon_sym___declspec] = ACTIONS(3157), - [anon_sym___based] = ACTIONS(3157), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_LBRACK] = ACTIONS(3157), - [anon_sym_EQ] = ACTIONS(3159), - [anon_sym_static] = ACTIONS(3157), - [anon_sym_register] = ACTIONS(3157), - [anon_sym_inline] = ACTIONS(3157), - [anon_sym_thread_local] = ACTIONS(3157), - [anon_sym_const] = ACTIONS(3157), - [anon_sym_volatile] = ACTIONS(3157), - [anon_sym_restrict] = ACTIONS(3157), - [anon_sym__Atomic] = ACTIONS(3157), - [anon_sym_mutable] = ACTIONS(3157), - [anon_sym_constexpr] = ACTIONS(3157), - [anon_sym_DASH_GT] = ACTIONS(3159), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3157), - [anon_sym_override] = ACTIONS(3157), - [anon_sym_virtual] = ACTIONS(3157), - [anon_sym_template] = ACTIONS(3157), - [anon_sym_GT2] = ACTIONS(3159), - [anon_sym_operator] = ACTIONS(3157), - [anon_sym_noexcept] = ACTIONS(3157), - [anon_sym_throw] = ACTIONS(3157), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3157), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3157), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3157), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3157), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3157), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3157), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3157), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3157), - [anon_sym_MOZ_COLD] = ACTIONS(3157), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3157), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3157), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3157), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3157), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3157), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3157), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3157), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3157), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3157), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3157), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3157), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3157), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3157), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3157), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3157), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3157), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3157), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3157), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3157), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3157), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_NONNULL] = ACTIONS(3157), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3157), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3157), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3157), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3157), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3157), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_NORETURN] = ACTIONS(3157), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3157), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3157), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3157), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3157), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3157), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3157), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3157), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3157), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3157), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3157), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3157), - [anon_sym_MOZ_RAII] = ACTIONS(3157), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3157), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3157), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3157), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3157), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3157), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3157), + [sym_identifier] = ACTIONS(3499), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3501), + [anon_sym_COMMA] = ACTIONS(3501), + [anon_sym_RPAREN] = ACTIONS(3501), + [anon_sym_LPAREN2] = ACTIONS(3501), + [anon_sym_TILDE] = ACTIONS(3501), + [anon_sym_STAR] = ACTIONS(3501), + [anon_sym_AMP_AMP] = ACTIONS(3501), + [anon_sym_AMP] = ACTIONS(3499), + [anon_sym_SEMI] = ACTIONS(3501), + [anon_sym_extern] = ACTIONS(3499), + [anon_sym___attribute__] = ACTIONS(3499), + [anon_sym_COLON_COLON] = ACTIONS(3501), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3501), + [anon_sym___declspec] = ACTIONS(3499), + [anon_sym___based] = ACTIONS(3499), + [anon_sym_LBRACE] = ACTIONS(3501), + [anon_sym_LBRACK] = ACTIONS(3499), + [anon_sym_EQ] = ACTIONS(3501), + [anon_sym_static] = ACTIONS(3499), + [anon_sym_register] = ACTIONS(3499), + [anon_sym_inline] = ACTIONS(3499), + [anon_sym_thread_local] = ACTIONS(3499), + [anon_sym_const] = ACTIONS(3499), + [anon_sym_volatile] = ACTIONS(3499), + [anon_sym_restrict] = ACTIONS(3499), + [anon_sym__Atomic] = ACTIONS(3499), + [anon_sym_mutable] = ACTIONS(3499), + [anon_sym_constexpr] = ACTIONS(3499), + [anon_sym_DASH_GT] = ACTIONS(3501), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3499), + [anon_sym_override] = ACTIONS(3499), + [anon_sym_virtual] = ACTIONS(3499), + [anon_sym_template] = ACTIONS(3499), + [anon_sym_GT2] = ACTIONS(3501), + [anon_sym_operator] = ACTIONS(3499), + [anon_sym_noexcept] = ACTIONS(3499), + [anon_sym_throw] = ACTIONS(3499), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3499), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3499), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3499), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3499), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3499), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3499), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3499), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3499), + [anon_sym_MOZ_COLD] = ACTIONS(3499), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3499), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3499), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3499), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3499), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3499), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3499), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3499), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3499), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3499), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3499), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3499), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3499), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3499), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3499), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3499), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3499), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3499), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3499), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3499), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3499), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_NONNULL] = ACTIONS(3499), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3499), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3499), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3499), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3499), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3499), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_NORETURN] = ACTIONS(3499), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3499), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3499), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3499), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3499), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3499), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3499), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3499), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3499), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3499), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3499), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3499), + [anon_sym_MOZ_RAII] = ACTIONS(3499), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3499), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3499), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3499), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3499), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3499), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3499), }, [1312] = { - [sym_identifier] = ACTIONS(3161), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3163), - [anon_sym_COMMA] = ACTIONS(3163), - [anon_sym_RPAREN] = ACTIONS(3163), - [anon_sym_LPAREN2] = ACTIONS(3163), - [anon_sym_TILDE] = ACTIONS(3163), - [anon_sym_STAR] = ACTIONS(3163), - [anon_sym_AMP_AMP] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3161), - [anon_sym_SEMI] = ACTIONS(3163), - [anon_sym_extern] = ACTIONS(3161), - [anon_sym___attribute__] = ACTIONS(3161), - [anon_sym_COLON_COLON] = ACTIONS(3163), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3163), - [anon_sym___declspec] = ACTIONS(3161), - [anon_sym___based] = ACTIONS(3161), - [anon_sym_LBRACE] = ACTIONS(3163), - [anon_sym_LBRACK] = ACTIONS(3161), - [anon_sym_EQ] = ACTIONS(3163), - [anon_sym_static] = ACTIONS(3161), - [anon_sym_register] = ACTIONS(3161), - [anon_sym_inline] = ACTIONS(3161), - [anon_sym_thread_local] = ACTIONS(3161), - [anon_sym_const] = ACTIONS(3161), - [anon_sym_volatile] = ACTIONS(3161), - [anon_sym_restrict] = ACTIONS(3161), - [anon_sym__Atomic] = ACTIONS(3161), - [anon_sym_mutable] = ACTIONS(3161), - [anon_sym_constexpr] = ACTIONS(3161), - [anon_sym_DASH_GT] = ACTIONS(3163), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3161), - [anon_sym_override] = ACTIONS(3161), - [anon_sym_virtual] = ACTIONS(3161), - [anon_sym_template] = ACTIONS(3161), - [anon_sym_GT2] = ACTIONS(3163), - [anon_sym_operator] = ACTIONS(3161), - [anon_sym_noexcept] = ACTIONS(3161), - [anon_sym_throw] = ACTIONS(3161), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3161), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3161), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3161), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3161), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3161), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3161), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3161), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3161), - [anon_sym_MOZ_COLD] = ACTIONS(3161), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3161), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3161), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3161), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3161), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3161), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3161), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3161), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3161), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3161), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3161), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3161), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3161), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3161), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3161), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3161), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3161), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3161), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3161), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3161), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3161), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_NONNULL] = ACTIONS(3161), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3161), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3161), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3161), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3161), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3161), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_NORETURN] = ACTIONS(3161), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3161), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3161), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3161), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3161), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3161), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3161), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3161), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3161), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3161), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3161), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3161), - [anon_sym_MOZ_RAII] = ACTIONS(3161), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3161), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3161), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3161), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3161), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3161), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3161), + [sym_identifier] = ACTIONS(3503), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3505), + [anon_sym_COMMA] = ACTIONS(3505), + [anon_sym_RPAREN] = ACTIONS(3505), + [anon_sym_LPAREN2] = ACTIONS(3505), + [anon_sym_TILDE] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(3505), + [anon_sym_AMP_AMP] = ACTIONS(3505), + [anon_sym_AMP] = ACTIONS(3503), + [anon_sym_SEMI] = ACTIONS(3505), + [anon_sym_extern] = ACTIONS(3503), + [anon_sym___attribute__] = ACTIONS(3503), + [anon_sym_COLON_COLON] = ACTIONS(3505), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3505), + [anon_sym___declspec] = ACTIONS(3503), + [anon_sym___based] = ACTIONS(3503), + [anon_sym_LBRACE] = ACTIONS(3505), + [anon_sym_LBRACK] = ACTIONS(3503), + [anon_sym_EQ] = ACTIONS(3505), + [anon_sym_static] = ACTIONS(3503), + [anon_sym_register] = ACTIONS(3503), + [anon_sym_inline] = ACTIONS(3503), + [anon_sym_thread_local] = ACTIONS(3503), + [anon_sym_const] = ACTIONS(3503), + [anon_sym_volatile] = ACTIONS(3503), + [anon_sym_restrict] = ACTIONS(3503), + [anon_sym__Atomic] = ACTIONS(3503), + [anon_sym_mutable] = ACTIONS(3503), + [anon_sym_constexpr] = ACTIONS(3503), + [anon_sym_DASH_GT] = ACTIONS(3505), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3503), + [anon_sym_override] = ACTIONS(3503), + [anon_sym_virtual] = ACTIONS(3503), + [anon_sym_template] = ACTIONS(3503), + [anon_sym_GT2] = ACTIONS(3505), + [anon_sym_operator] = ACTIONS(3503), + [anon_sym_noexcept] = ACTIONS(3503), + [anon_sym_throw] = ACTIONS(3503), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3503), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3503), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3503), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3503), + [anon_sym_MOZ_COLD] = ACTIONS(3503), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3503), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3503), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3503), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3503), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3503), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3503), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3503), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3503), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3503), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3503), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3503), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3503), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3503), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_NONNULL] = ACTIONS(3503), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3503), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3503), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3503), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3503), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3503), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3503), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3503), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3503), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3503), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3503), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3503), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3503), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3503), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3503), + [anon_sym_MOZ_RAII] = ACTIONS(3503), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3503), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3503), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3503), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3503), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3503), }, [1313] = { - [sym_identifier] = ACTIONS(3165), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3167), - [anon_sym_COMMA] = ACTIONS(3167), - [anon_sym_RPAREN] = ACTIONS(3167), - [anon_sym_LPAREN2] = ACTIONS(3167), - [anon_sym_TILDE] = ACTIONS(3167), - [anon_sym_STAR] = ACTIONS(3167), - [anon_sym_AMP_AMP] = ACTIONS(3167), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_SEMI] = ACTIONS(3167), - [anon_sym_extern] = ACTIONS(3165), - [anon_sym___attribute__] = ACTIONS(3165), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3167), - [anon_sym___declspec] = ACTIONS(3165), - [anon_sym___based] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3167), - [anon_sym_LBRACK] = ACTIONS(3165), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_static] = ACTIONS(3165), - [anon_sym_register] = ACTIONS(3165), - [anon_sym_inline] = ACTIONS(3165), - [anon_sym_thread_local] = ACTIONS(3165), - [anon_sym_const] = ACTIONS(3165), - [anon_sym_volatile] = ACTIONS(3165), - [anon_sym_restrict] = ACTIONS(3165), - [anon_sym__Atomic] = ACTIONS(3165), - [anon_sym_mutable] = ACTIONS(3165), - [anon_sym_constexpr] = ACTIONS(3165), - [anon_sym_DASH_GT] = ACTIONS(3167), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3165), - [anon_sym_override] = ACTIONS(3165), - [anon_sym_virtual] = ACTIONS(3165), - [anon_sym_template] = ACTIONS(3165), - [anon_sym_GT2] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3165), - [anon_sym_noexcept] = ACTIONS(3165), - [anon_sym_throw] = ACTIONS(3165), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3165), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3165), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3165), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3165), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3165), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3165), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3165), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3165), - [anon_sym_MOZ_COLD] = ACTIONS(3165), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3165), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3165), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3165), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3165), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3165), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3165), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3165), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3165), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3165), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3165), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3165), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3165), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3165), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3165), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3165), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3165), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3165), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3165), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3165), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3165), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_NONNULL] = ACTIONS(3165), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3165), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3165), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3165), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3165), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3165), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_NORETURN] = ACTIONS(3165), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3165), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3165), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3165), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3165), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3165), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3165), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3165), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3165), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3165), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3165), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3165), - [anon_sym_MOZ_RAII] = ACTIONS(3165), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3165), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3165), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3165), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3165), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3165), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3165), + [sym_identifier] = ACTIONS(3507), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3509), + [anon_sym_COMMA] = ACTIONS(3509), + [anon_sym_RPAREN] = ACTIONS(3509), + [anon_sym_LPAREN2] = ACTIONS(3509), + [anon_sym_TILDE] = ACTIONS(3509), + [anon_sym_STAR] = ACTIONS(3509), + [anon_sym_AMP_AMP] = ACTIONS(3509), + [anon_sym_AMP] = ACTIONS(3507), + [anon_sym_SEMI] = ACTIONS(3509), + [anon_sym_extern] = ACTIONS(3507), + [anon_sym___attribute__] = ACTIONS(3507), + [anon_sym_COLON_COLON] = ACTIONS(3509), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3509), + [anon_sym___declspec] = ACTIONS(3507), + [anon_sym___based] = ACTIONS(3507), + [anon_sym_LBRACE] = ACTIONS(3509), + [anon_sym_LBRACK] = ACTIONS(3507), + [anon_sym_EQ] = ACTIONS(3509), + [anon_sym_static] = ACTIONS(3507), + [anon_sym_register] = ACTIONS(3507), + [anon_sym_inline] = ACTIONS(3507), + [anon_sym_thread_local] = ACTIONS(3507), + [anon_sym_const] = ACTIONS(3507), + [anon_sym_volatile] = ACTIONS(3507), + [anon_sym_restrict] = ACTIONS(3507), + [anon_sym__Atomic] = ACTIONS(3507), + [anon_sym_mutable] = ACTIONS(3507), + [anon_sym_constexpr] = ACTIONS(3507), + [anon_sym_DASH_GT] = ACTIONS(3509), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3507), + [anon_sym_override] = ACTIONS(3507), + [anon_sym_virtual] = ACTIONS(3507), + [anon_sym_template] = ACTIONS(3507), + [anon_sym_GT2] = ACTIONS(3509), + [anon_sym_operator] = ACTIONS(3507), + [anon_sym_noexcept] = ACTIONS(3507), + [anon_sym_throw] = ACTIONS(3507), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3507), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3507), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3507), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3507), + [anon_sym_MOZ_COLD] = ACTIONS(3507), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3507), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3507), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3507), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3507), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3507), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3507), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3507), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3507), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3507), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3507), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3507), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3507), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3507), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_NONNULL] = ACTIONS(3507), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3507), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3507), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3507), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3507), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3507), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3507), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3507), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3507), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3507), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3507), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3507), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3507), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3507), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3507), + [anon_sym_MOZ_RAII] = ACTIONS(3507), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3507), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3507), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3507), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3507), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3507), }, [1314] = { - [sym_identifier] = ACTIONS(3169), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3171), - [anon_sym_COMMA] = ACTIONS(3171), - [anon_sym_RPAREN] = ACTIONS(3171), - [anon_sym_LPAREN2] = ACTIONS(3171), - [anon_sym_TILDE] = ACTIONS(3171), - [anon_sym_STAR] = ACTIONS(3171), - [anon_sym_AMP_AMP] = ACTIONS(3171), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_SEMI] = ACTIONS(3171), - [anon_sym_extern] = ACTIONS(3169), - [anon_sym___attribute__] = ACTIONS(3169), - [anon_sym_COLON_COLON] = ACTIONS(3171), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3171), - [anon_sym___declspec] = ACTIONS(3169), - [anon_sym___based] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_LBRACK] = ACTIONS(3169), - [anon_sym_EQ] = ACTIONS(3171), - [anon_sym_static] = ACTIONS(3169), - [anon_sym_register] = ACTIONS(3169), - [anon_sym_inline] = ACTIONS(3169), - [anon_sym_thread_local] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_volatile] = ACTIONS(3169), - [anon_sym_restrict] = ACTIONS(3169), - [anon_sym__Atomic] = ACTIONS(3169), - [anon_sym_mutable] = ACTIONS(3169), - [anon_sym_constexpr] = ACTIONS(3169), - [anon_sym_DASH_GT] = ACTIONS(3171), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3169), - [anon_sym_override] = ACTIONS(3169), - [anon_sym_virtual] = ACTIONS(3169), - [anon_sym_template] = ACTIONS(3169), - [anon_sym_GT2] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3169), - [anon_sym_noexcept] = ACTIONS(3169), - [anon_sym_throw] = ACTIONS(3169), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3169), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3169), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3169), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3169), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3169), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3169), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3169), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3169), - [anon_sym_MOZ_COLD] = ACTIONS(3169), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3169), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3169), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3169), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3169), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3169), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3169), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3169), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3169), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3169), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3169), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3169), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3169), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3169), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3169), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3169), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3169), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3169), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3169), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3169), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3169), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_NONNULL] = ACTIONS(3169), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3169), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3169), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3169), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3169), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3169), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_NORETURN] = ACTIONS(3169), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3169), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3169), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3169), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3169), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3169), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3169), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3169), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3169), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3169), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3169), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3169), - [anon_sym_MOZ_RAII] = ACTIONS(3169), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3169), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3169), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3169), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3169), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3169), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3169), + [sym_identifier] = ACTIONS(3511), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3513), + [anon_sym_COMMA] = ACTIONS(3513), + [anon_sym_RPAREN] = ACTIONS(3513), + [anon_sym_LPAREN2] = ACTIONS(3513), + [anon_sym_TILDE] = ACTIONS(3513), + [anon_sym_STAR] = ACTIONS(3513), + [anon_sym_AMP_AMP] = ACTIONS(3513), + [anon_sym_AMP] = ACTIONS(3511), + [anon_sym_SEMI] = ACTIONS(3513), + [anon_sym_extern] = ACTIONS(3511), + [anon_sym___attribute__] = ACTIONS(3511), + [anon_sym_COLON_COLON] = ACTIONS(3513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3513), + [anon_sym___declspec] = ACTIONS(3511), + [anon_sym___based] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(3513), + [anon_sym_LBRACK] = ACTIONS(3511), + [anon_sym_EQ] = ACTIONS(3513), + [anon_sym_static] = ACTIONS(3511), + [anon_sym_register] = ACTIONS(3511), + [anon_sym_inline] = ACTIONS(3511), + [anon_sym_thread_local] = ACTIONS(3511), + [anon_sym_const] = ACTIONS(3511), + [anon_sym_volatile] = ACTIONS(3511), + [anon_sym_restrict] = ACTIONS(3511), + [anon_sym__Atomic] = ACTIONS(3511), + [anon_sym_mutable] = ACTIONS(3511), + [anon_sym_constexpr] = ACTIONS(3511), + [anon_sym_DASH_GT] = ACTIONS(3513), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3511), + [anon_sym_override] = ACTIONS(3511), + [anon_sym_virtual] = ACTIONS(3511), + [anon_sym_template] = ACTIONS(3511), + [anon_sym_GT2] = ACTIONS(3513), + [anon_sym_operator] = ACTIONS(3511), + [anon_sym_noexcept] = ACTIONS(3511), + [anon_sym_throw] = ACTIONS(3511), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3511), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3511), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3511), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3511), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3511), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3511), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3511), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3511), + [anon_sym_MOZ_COLD] = ACTIONS(3511), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3511), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3511), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3511), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3511), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3511), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3511), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3511), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3511), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3511), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3511), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3511), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3511), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3511), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3511), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3511), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3511), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3511), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3511), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3511), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3511), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_NONNULL] = ACTIONS(3511), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3511), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3511), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3511), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3511), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3511), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_NORETURN] = ACTIONS(3511), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3511), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3511), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3511), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3511), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3511), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3511), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3511), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3511), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3511), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3511), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3511), + [anon_sym_MOZ_RAII] = ACTIONS(3511), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3511), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3511), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3511), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3511), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3511), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3511), }, [1315] = { - [sym_identifier] = ACTIONS(3173), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3175), - [anon_sym_COMMA] = ACTIONS(3175), - [anon_sym_RPAREN] = ACTIONS(3175), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3175), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_DASH_GT] = ACTIONS(3175), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3173), - [anon_sym_override] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_GT2] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_noexcept] = ACTIONS(3173), - [anon_sym_throw] = ACTIONS(3173), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3173), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3173), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3173), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3173), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3173), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3173), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3173), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3173), - [anon_sym_MOZ_COLD] = ACTIONS(3173), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3173), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3173), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3173), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3173), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3173), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3173), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3173), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3173), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3173), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3173), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3173), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3173), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3173), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3173), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3173), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3173), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3173), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3173), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3173), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3173), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_NONNULL] = ACTIONS(3173), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3173), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3173), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3173), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3173), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3173), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_NORETURN] = ACTIONS(3173), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3173), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3173), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3173), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3173), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3173), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3173), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3173), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3173), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3173), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3173), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3173), - [anon_sym_MOZ_RAII] = ACTIONS(3173), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3173), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3173), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3173), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3173), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3173), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3173), + [sym_identifier] = ACTIONS(3515), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3517), + [anon_sym_COMMA] = ACTIONS(3517), + [anon_sym_RPAREN] = ACTIONS(3517), + [anon_sym_LPAREN2] = ACTIONS(3517), + [anon_sym_TILDE] = ACTIONS(3517), + [anon_sym_STAR] = ACTIONS(3517), + [anon_sym_AMP_AMP] = ACTIONS(3517), + [anon_sym_AMP] = ACTIONS(3515), + [anon_sym_SEMI] = ACTIONS(3517), + [anon_sym_extern] = ACTIONS(3515), + [anon_sym___attribute__] = ACTIONS(3515), + [anon_sym_COLON_COLON] = ACTIONS(3517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3517), + [anon_sym___declspec] = ACTIONS(3515), + [anon_sym___based] = ACTIONS(3515), + [anon_sym_LBRACE] = ACTIONS(3517), + [anon_sym_LBRACK] = ACTIONS(3515), + [anon_sym_EQ] = ACTIONS(3517), + [anon_sym_static] = ACTIONS(3515), + [anon_sym_register] = ACTIONS(3515), + [anon_sym_inline] = ACTIONS(3515), + [anon_sym_thread_local] = ACTIONS(3515), + [anon_sym_const] = ACTIONS(3515), + [anon_sym_volatile] = ACTIONS(3515), + [anon_sym_restrict] = ACTIONS(3515), + [anon_sym__Atomic] = ACTIONS(3515), + [anon_sym_mutable] = ACTIONS(3515), + [anon_sym_constexpr] = ACTIONS(3515), + [anon_sym_DASH_GT] = ACTIONS(3517), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3515), + [anon_sym_override] = ACTIONS(3515), + [anon_sym_virtual] = ACTIONS(3515), + [anon_sym_template] = ACTIONS(3515), + [anon_sym_GT2] = ACTIONS(3517), + [anon_sym_operator] = ACTIONS(3515), + [anon_sym_noexcept] = ACTIONS(3515), + [anon_sym_throw] = ACTIONS(3515), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3515), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3515), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3515), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3515), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3515), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3515), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3515), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3515), + [anon_sym_MOZ_COLD] = ACTIONS(3515), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3515), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3515), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3515), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3515), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3515), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3515), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3515), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3515), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3515), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3515), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3515), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3515), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3515), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3515), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3515), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3515), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3515), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3515), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3515), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3515), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_NONNULL] = ACTIONS(3515), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3515), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3515), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3515), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3515), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3515), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_NORETURN] = ACTIONS(3515), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3515), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3515), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3515), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3515), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3515), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3515), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3515), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3515), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3515), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3515), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3515), + [anon_sym_MOZ_RAII] = ACTIONS(3515), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3515), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3515), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3515), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3515), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3515), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3515), }, [1316] = { - [sym_identifier] = ACTIONS(3177), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3179), - [anon_sym_COMMA] = ACTIONS(3179), - [anon_sym_RPAREN] = ACTIONS(3179), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_EQ] = ACTIONS(3179), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_DASH_GT] = ACTIONS(3179), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3177), - [anon_sym_override] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_GT2] = ACTIONS(3179), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_noexcept] = ACTIONS(3177), - [anon_sym_throw] = ACTIONS(3177), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3177), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3177), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3177), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3177), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3177), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3177), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3177), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3177), - [anon_sym_MOZ_COLD] = ACTIONS(3177), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3177), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3177), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3177), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3177), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3177), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3177), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3177), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3177), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3177), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3177), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3177), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3177), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3177), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3177), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3177), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3177), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3177), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3177), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3177), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3177), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_NONNULL] = ACTIONS(3177), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3177), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3177), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3177), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3177), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3177), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_NORETURN] = ACTIONS(3177), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3177), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3177), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3177), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3177), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3177), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3177), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3177), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3177), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3177), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3177), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3177), - [anon_sym_MOZ_RAII] = ACTIONS(3177), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3177), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3177), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3177), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3177), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3177), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3519), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3521), + [anon_sym_COMMA] = ACTIONS(3521), + [anon_sym_RPAREN] = ACTIONS(3521), + [anon_sym_LPAREN2] = ACTIONS(3521), + [anon_sym_TILDE] = ACTIONS(3521), + [anon_sym_STAR] = ACTIONS(3521), + [anon_sym_AMP_AMP] = ACTIONS(3521), + [anon_sym_AMP] = ACTIONS(3519), + [anon_sym_SEMI] = ACTIONS(3521), + [anon_sym_extern] = ACTIONS(3519), + [anon_sym___attribute__] = ACTIONS(3519), + [anon_sym_COLON_COLON] = ACTIONS(3521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3521), + [anon_sym___declspec] = ACTIONS(3519), + [anon_sym___based] = ACTIONS(3519), + [anon_sym_LBRACE] = ACTIONS(3521), + [anon_sym_LBRACK] = ACTIONS(3519), + [anon_sym_EQ] = ACTIONS(3521), + [anon_sym_static] = ACTIONS(3519), + [anon_sym_register] = ACTIONS(3519), + [anon_sym_inline] = ACTIONS(3519), + [anon_sym_thread_local] = ACTIONS(3519), + [anon_sym_const] = ACTIONS(3519), + [anon_sym_volatile] = ACTIONS(3519), + [anon_sym_restrict] = ACTIONS(3519), + [anon_sym__Atomic] = ACTIONS(3519), + [anon_sym_mutable] = ACTIONS(3519), + [anon_sym_constexpr] = ACTIONS(3519), + [anon_sym_DASH_GT] = ACTIONS(3521), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3519), + [anon_sym_override] = ACTIONS(3519), + [anon_sym_virtual] = ACTIONS(3519), + [anon_sym_template] = ACTIONS(3519), + [anon_sym_GT2] = ACTIONS(3521), + [anon_sym_operator] = ACTIONS(3519), + [anon_sym_noexcept] = ACTIONS(3519), + [anon_sym_throw] = ACTIONS(3519), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3519), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3519), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3519), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3519), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3519), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3519), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3519), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3519), + [anon_sym_MOZ_COLD] = ACTIONS(3519), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3519), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3519), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3519), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3519), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3519), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3519), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3519), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3519), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3519), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3519), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3519), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3519), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3519), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3519), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3519), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3519), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3519), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3519), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3519), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3519), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_NONNULL] = ACTIONS(3519), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3519), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3519), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3519), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3519), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3519), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_NORETURN] = ACTIONS(3519), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3519), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3519), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3519), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3519), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3519), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3519), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3519), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3519), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3519), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3519), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3519), + [anon_sym_MOZ_RAII] = ACTIONS(3519), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3519), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3519), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3519), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3519), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3519), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3519), }, [1317] = { - [sym_identifier] = ACTIONS(3181), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3183), - [anon_sym_COMMA] = ACTIONS(3183), - [anon_sym_RPAREN] = ACTIONS(3183), - [anon_sym_LPAREN2] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3183), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym___attribute__] = ACTIONS(3181), - [anon_sym_COLON_COLON] = ACTIONS(3183), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3183), - [anon_sym___declspec] = ACTIONS(3181), - [anon_sym___based] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_EQ] = ACTIONS(3183), - [anon_sym_static] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_inline] = ACTIONS(3181), - [anon_sym_thread_local] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_volatile] = ACTIONS(3181), - [anon_sym_restrict] = ACTIONS(3181), - [anon_sym__Atomic] = ACTIONS(3181), - [anon_sym_mutable] = ACTIONS(3181), - [anon_sym_constexpr] = ACTIONS(3181), - [anon_sym_DASH_GT] = ACTIONS(3183), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3181), - [anon_sym_override] = ACTIONS(3181), - [anon_sym_virtual] = ACTIONS(3181), - [anon_sym_template] = ACTIONS(3181), - [anon_sym_GT2] = ACTIONS(3183), - [anon_sym_operator] = ACTIONS(3181), - [anon_sym_noexcept] = ACTIONS(3181), - [anon_sym_throw] = ACTIONS(3181), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3181), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3181), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3181), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3181), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3181), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3181), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3181), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3181), - [anon_sym_MOZ_COLD] = ACTIONS(3181), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3181), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3181), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3181), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3181), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3181), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3181), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3181), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3181), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3181), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3181), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3181), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3181), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3181), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3181), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3181), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3181), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3181), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3181), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3181), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3181), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_NONNULL] = ACTIONS(3181), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3181), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3181), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3181), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3181), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3181), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_NORETURN] = ACTIONS(3181), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3181), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3181), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3181), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3181), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3181), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3181), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3181), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3181), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3181), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3181), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3181), - [anon_sym_MOZ_RAII] = ACTIONS(3181), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3181), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3181), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3181), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3181), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3181), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3181), + [sym_identifier] = ACTIONS(3523), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3525), + [anon_sym_COMMA] = ACTIONS(3525), + [anon_sym_RPAREN] = ACTIONS(3525), + [anon_sym_LPAREN2] = ACTIONS(3525), + [anon_sym_TILDE] = ACTIONS(3525), + [anon_sym_STAR] = ACTIONS(3525), + [anon_sym_AMP_AMP] = ACTIONS(3525), + [anon_sym_AMP] = ACTIONS(3523), + [anon_sym_SEMI] = ACTIONS(3525), + [anon_sym_extern] = ACTIONS(3523), + [anon_sym___attribute__] = ACTIONS(3523), + [anon_sym_COLON_COLON] = ACTIONS(3525), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3525), + [anon_sym___declspec] = ACTIONS(3523), + [anon_sym___based] = ACTIONS(3523), + [anon_sym_LBRACE] = ACTIONS(3525), + [anon_sym_LBRACK] = ACTIONS(3523), + [anon_sym_EQ] = ACTIONS(3525), + [anon_sym_static] = ACTIONS(3523), + [anon_sym_register] = ACTIONS(3523), + [anon_sym_inline] = ACTIONS(3523), + [anon_sym_thread_local] = ACTIONS(3523), + [anon_sym_const] = ACTIONS(3523), + [anon_sym_volatile] = ACTIONS(3523), + [anon_sym_restrict] = ACTIONS(3523), + [anon_sym__Atomic] = ACTIONS(3523), + [anon_sym_mutable] = ACTIONS(3523), + [anon_sym_constexpr] = ACTIONS(3523), + [anon_sym_DASH_GT] = ACTIONS(3525), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3523), + [anon_sym_override] = ACTIONS(3523), + [anon_sym_virtual] = ACTIONS(3523), + [anon_sym_template] = ACTIONS(3523), + [anon_sym_GT2] = ACTIONS(3525), + [anon_sym_operator] = ACTIONS(3523), + [anon_sym_noexcept] = ACTIONS(3523), + [anon_sym_throw] = ACTIONS(3523), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3523), }, [1318] = { - [sym_identifier] = ACTIONS(3185), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3187), - [anon_sym_COMMA] = ACTIONS(3187), - [anon_sym_RPAREN] = ACTIONS(3187), - [anon_sym_LPAREN2] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_SEMI] = ACTIONS(3187), - [anon_sym_extern] = ACTIONS(3185), - [anon_sym___attribute__] = ACTIONS(3185), - [anon_sym_COLON_COLON] = ACTIONS(3187), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3187), - [anon_sym___declspec] = ACTIONS(3185), - [anon_sym___based] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_EQ] = ACTIONS(3187), - [anon_sym_static] = ACTIONS(3185), - [anon_sym_register] = ACTIONS(3185), - [anon_sym_inline] = ACTIONS(3185), - [anon_sym_thread_local] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_volatile] = ACTIONS(3185), - [anon_sym_restrict] = ACTIONS(3185), - [anon_sym__Atomic] = ACTIONS(3185), - [anon_sym_mutable] = ACTIONS(3185), - [anon_sym_constexpr] = ACTIONS(3185), - [anon_sym_DASH_GT] = ACTIONS(3187), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3185), - [anon_sym_override] = ACTIONS(3185), - [anon_sym_virtual] = ACTIONS(3185), - [anon_sym_template] = ACTIONS(3185), - [anon_sym_GT2] = ACTIONS(3187), - [anon_sym_operator] = ACTIONS(3185), - [anon_sym_noexcept] = ACTIONS(3185), - [anon_sym_throw] = ACTIONS(3185), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3185), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3185), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3185), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3185), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3185), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3185), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3185), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3185), - [anon_sym_MOZ_COLD] = ACTIONS(3185), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3185), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3185), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3185), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3185), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3185), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3185), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3185), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3185), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3185), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3185), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3185), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3185), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3185), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3185), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3185), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3185), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3185), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3185), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3185), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3185), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_NONNULL] = ACTIONS(3185), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3185), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3185), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3185), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3185), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3185), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_NORETURN] = ACTIONS(3185), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3185), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3185), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3185), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3185), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3185), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3185), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3185), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3185), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3185), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3185), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3185), - [anon_sym_MOZ_RAII] = ACTIONS(3185), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3185), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3185), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3185), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3185), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3185), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3185), + [sym__declaration_modifiers] = STATE(1318), + [sym_attribute_specifier] = STATE(1318), + [sym_attribute_declaration] = STATE(1318), + [sym_ms_declspec_modifier] = STATE(1318), + [sym_storage_class_specifier] = STATE(1318), + [sym_type_qualifier] = STATE(1318), + [sym_virtual_function_specifier] = STATE(1318), + [sym_explicit_function_specifier] = STATE(1318), + [sym__constructor_specifiers] = STATE(1318), + [sym_macro_annotation] = STATE(1466), + [aux_sym_operator_cast_definition_repeat1] = STATE(1318), + [sym_identifier] = ACTIONS(3527), + [anon_sym_LPAREN2] = ACTIONS(3529), + [anon_sym_TILDE] = ACTIONS(3529), + [anon_sym_STAR] = ACTIONS(3529), + [anon_sym_AMP_AMP] = ACTIONS(3529), + [anon_sym_AMP] = ACTIONS(3527), + [anon_sym_extern] = ACTIONS(3531), + [anon_sym___attribute__] = ACTIONS(3534), + [anon_sym_COLON_COLON] = ACTIONS(3529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3537), + [anon_sym___declspec] = ACTIONS(3540), + [anon_sym___based] = ACTIONS(3527), + [anon_sym_LBRACK] = ACTIONS(3527), + [anon_sym_static] = ACTIONS(3531), + [anon_sym_register] = ACTIONS(3531), + [anon_sym_inline] = ACTIONS(3531), + [anon_sym_thread_local] = ACTIONS(3531), + [anon_sym_const] = ACTIONS(3543), + [anon_sym_volatile] = ACTIONS(3543), + [anon_sym_restrict] = ACTIONS(3543), + [anon_sym__Atomic] = ACTIONS(3543), + [anon_sym_mutable] = ACTIONS(3543), + [anon_sym_constexpr] = ACTIONS(3543), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3546), + [anon_sym_explicit] = ACTIONS(3549), + [anon_sym_template] = ACTIONS(3527), + [anon_sym_operator] = ACTIONS(3527), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3552), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3552), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3552), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3552), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3552), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3552), + [anon_sym_MOZ_COLD] = ACTIONS(3552), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3552), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3552), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3552), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3552), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3552), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3552), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3552), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3552), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3552), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3552), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3552), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3552), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3552), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3552), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3552), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3552), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3552), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3552), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3552), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3552), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3552), + [anon_sym_MOZ_NONNULL] = ACTIONS(3552), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3552), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3552), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3552), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3552), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3552), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3552), + [anon_sym_MOZ_NORETURN] = ACTIONS(3552), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3552), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3552), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3552), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3552), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3552), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3552), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3552), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3552), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3552), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3552), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3552), + [anon_sym_MOZ_RAII] = ACTIONS(3552), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3552), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3552), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3552), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3552), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3552), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3552), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3552), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3552), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3552), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3552), }, [1319] = { - [sym_identifier] = ACTIONS(3189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3191), - [anon_sym_COMMA] = ACTIONS(3191), - [anon_sym_RPAREN] = ACTIONS(3191), - [anon_sym_LPAREN2] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_SEMI] = ACTIONS(3191), - [anon_sym_extern] = ACTIONS(3189), - [anon_sym___attribute__] = ACTIONS(3189), - [anon_sym_COLON_COLON] = ACTIONS(3191), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3191), - [anon_sym___declspec] = ACTIONS(3189), - [anon_sym___based] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_EQ] = ACTIONS(3191), - [anon_sym_static] = ACTIONS(3189), - [anon_sym_register] = ACTIONS(3189), - [anon_sym_inline] = ACTIONS(3189), - [anon_sym_thread_local] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_volatile] = ACTIONS(3189), - [anon_sym_restrict] = ACTIONS(3189), - [anon_sym__Atomic] = ACTIONS(3189), - [anon_sym_mutable] = ACTIONS(3189), - [anon_sym_constexpr] = ACTIONS(3189), - [anon_sym_DASH_GT] = ACTIONS(3191), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3189), - [anon_sym_override] = ACTIONS(3189), - [anon_sym_virtual] = ACTIONS(3189), - [anon_sym_template] = ACTIONS(3189), - [anon_sym_GT2] = ACTIONS(3191), - [anon_sym_operator] = ACTIONS(3189), - [anon_sym_noexcept] = ACTIONS(3189), - [anon_sym_throw] = ACTIONS(3189), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3189), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3189), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3189), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3189), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3189), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3189), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3189), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3189), - [anon_sym_MOZ_COLD] = ACTIONS(3189), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3189), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3189), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3189), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3189), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3189), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3189), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3189), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3189), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3189), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3189), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3189), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3189), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3189), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3189), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3189), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3189), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3189), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3189), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3189), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3189), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_NONNULL] = ACTIONS(3189), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3189), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3189), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3189), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3189), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3189), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_NORETURN] = ACTIONS(3189), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3189), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3189), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3189), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3189), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3189), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3189), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3189), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3189), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3189), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3189), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3189), - [anon_sym_MOZ_RAII] = ACTIONS(3189), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3189), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3189), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3189), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3189), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3189), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3189), + [sym_identifier] = ACTIONS(3555), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3557), + [anon_sym_COMMA] = ACTIONS(3557), + [anon_sym_RPAREN] = ACTIONS(3557), + [anon_sym_LPAREN2] = ACTIONS(3557), + [anon_sym_TILDE] = ACTIONS(3557), + [anon_sym_STAR] = ACTIONS(3557), + [anon_sym_AMP_AMP] = ACTIONS(3557), + [anon_sym_AMP] = ACTIONS(3555), + [anon_sym_SEMI] = ACTIONS(3557), + [anon_sym_extern] = ACTIONS(3555), + [anon_sym___attribute__] = ACTIONS(3555), + [anon_sym_COLON_COLON] = ACTIONS(3557), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3557), + [anon_sym___declspec] = ACTIONS(3555), + [anon_sym___based] = ACTIONS(3555), + [anon_sym_LBRACE] = ACTIONS(3557), + [anon_sym_LBRACK] = ACTIONS(3555), + [anon_sym_EQ] = ACTIONS(3557), + [anon_sym_static] = ACTIONS(3555), + [anon_sym_register] = ACTIONS(3555), + [anon_sym_inline] = ACTIONS(3555), + [anon_sym_thread_local] = ACTIONS(3555), + [anon_sym_const] = ACTIONS(3555), + [anon_sym_volatile] = ACTIONS(3555), + [anon_sym_restrict] = ACTIONS(3555), + [anon_sym__Atomic] = ACTIONS(3555), + [anon_sym_mutable] = ACTIONS(3555), + [anon_sym_constexpr] = ACTIONS(3555), + [anon_sym_DASH_GT] = ACTIONS(3557), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3555), + [anon_sym_override] = ACTIONS(3555), + [anon_sym_virtual] = ACTIONS(3555), + [anon_sym_template] = ACTIONS(3555), + [anon_sym_GT2] = ACTIONS(3557), + [anon_sym_operator] = ACTIONS(3555), + [anon_sym_noexcept] = ACTIONS(3555), + [anon_sym_throw] = ACTIONS(3555), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3555), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3555), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3555), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3555), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3555), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3555), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3555), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3555), + [anon_sym_MOZ_COLD] = ACTIONS(3555), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3555), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3555), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3555), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3555), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3555), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3555), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3555), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3555), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3555), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3555), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3555), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3555), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3555), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3555), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3555), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3555), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3555), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3555), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3555), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3555), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_NONNULL] = ACTIONS(3555), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3555), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3555), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3555), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3555), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3555), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_NORETURN] = ACTIONS(3555), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3555), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3555), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3555), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3555), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3555), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3555), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3555), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3555), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3555), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3555), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3555), + [anon_sym_MOZ_RAII] = ACTIONS(3555), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3555), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3555), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3555), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3555), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3555), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3555), }, [1320] = { - [sym_identifier] = ACTIONS(3193), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3195), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_EQ] = ACTIONS(3195), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_DASH_GT] = ACTIONS(3195), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_GT2] = ACTIONS(3195), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_noexcept] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3193), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3193), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3193), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3193), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3193), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3193), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3193), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3193), - [anon_sym_MOZ_COLD] = ACTIONS(3193), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3193), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3193), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3193), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3193), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3193), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3193), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3193), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3193), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3193), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3193), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3193), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3193), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3193), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3193), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3193), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3193), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3193), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3193), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3193), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3193), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_NONNULL] = ACTIONS(3193), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3193), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3193), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3193), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3193), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3193), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_NORETURN] = ACTIONS(3193), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3193), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3193), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3193), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3193), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3193), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3193), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3193), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3193), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3193), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3193), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3193), - [anon_sym_MOZ_RAII] = ACTIONS(3193), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3193), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3193), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3193), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3193), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3193), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3193), + [sym_identifier] = ACTIONS(3559), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3561), + [anon_sym_COMMA] = ACTIONS(3561), + [anon_sym_RPAREN] = ACTIONS(3561), + [anon_sym_LPAREN2] = ACTIONS(3561), + [anon_sym_TILDE] = ACTIONS(3561), + [anon_sym_STAR] = ACTIONS(3561), + [anon_sym_AMP_AMP] = ACTIONS(3561), + [anon_sym_AMP] = ACTIONS(3559), + [anon_sym_SEMI] = ACTIONS(3561), + [anon_sym_extern] = ACTIONS(3559), + [anon_sym___attribute__] = ACTIONS(3559), + [anon_sym_COLON_COLON] = ACTIONS(3561), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3561), + [anon_sym___declspec] = ACTIONS(3559), + [anon_sym___based] = ACTIONS(3559), + [anon_sym_LBRACE] = ACTIONS(3561), + [anon_sym_LBRACK] = ACTIONS(3559), + [anon_sym_EQ] = ACTIONS(3561), + [anon_sym_static] = ACTIONS(3559), + [anon_sym_register] = ACTIONS(3559), + [anon_sym_inline] = ACTIONS(3559), + [anon_sym_thread_local] = ACTIONS(3559), + [anon_sym_const] = ACTIONS(3559), + [anon_sym_volatile] = ACTIONS(3559), + [anon_sym_restrict] = ACTIONS(3559), + [anon_sym__Atomic] = ACTIONS(3559), + [anon_sym_mutable] = ACTIONS(3559), + [anon_sym_constexpr] = ACTIONS(3559), + [anon_sym_DASH_GT] = ACTIONS(3561), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3559), + [anon_sym_override] = ACTIONS(3559), + [anon_sym_virtual] = ACTIONS(3559), + [anon_sym_template] = ACTIONS(3559), + [anon_sym_GT2] = ACTIONS(3561), + [anon_sym_operator] = ACTIONS(3559), + [anon_sym_noexcept] = ACTIONS(3559), + [anon_sym_throw] = ACTIONS(3559), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3559), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3559), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3559), + [anon_sym_MOZ_COLD] = ACTIONS(3559), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3559), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3559), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3559), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3559), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3559), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3559), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3559), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3559), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3559), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3559), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3559), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3559), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3559), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3559), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3559), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3559), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3559), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3559), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3559), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3559), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3559), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3559), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3559), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3559), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3559), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3559), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3559), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3559), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3559), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3559), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3559), + [anon_sym_MOZ_RAII] = ACTIONS(3559), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3559), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3559), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3559), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3559), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3559), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3559), }, [1321] = { - [sym_identifier] = ACTIONS(3197), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3199), - [anon_sym_COMMA] = ACTIONS(3199), - [anon_sym_RPAREN] = ACTIONS(3199), - [anon_sym_LPAREN2] = ACTIONS(3199), - [anon_sym_TILDE] = ACTIONS(3199), - [anon_sym_STAR] = ACTIONS(3199), - [anon_sym_AMP_AMP] = ACTIONS(3199), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_SEMI] = ACTIONS(3199), - [anon_sym_extern] = ACTIONS(3197), - [anon_sym___attribute__] = ACTIONS(3197), - [anon_sym_COLON_COLON] = ACTIONS(3199), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3199), - [anon_sym___declspec] = ACTIONS(3197), - [anon_sym___based] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LBRACK] = ACTIONS(3197), - [anon_sym_EQ] = ACTIONS(3199), - [anon_sym_static] = ACTIONS(3197), - [anon_sym_register] = ACTIONS(3197), - [anon_sym_inline] = ACTIONS(3197), - [anon_sym_thread_local] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_volatile] = ACTIONS(3197), - [anon_sym_restrict] = ACTIONS(3197), - [anon_sym__Atomic] = ACTIONS(3197), - [anon_sym_mutable] = ACTIONS(3197), - [anon_sym_constexpr] = ACTIONS(3197), - [anon_sym_DASH_GT] = ACTIONS(3199), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3197), - [anon_sym_override] = ACTIONS(3197), - [anon_sym_virtual] = ACTIONS(3197), - [anon_sym_template] = ACTIONS(3197), - [anon_sym_GT2] = ACTIONS(3199), - [anon_sym_operator] = ACTIONS(3197), - [anon_sym_noexcept] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3197), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3197), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3197), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3197), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3197), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3197), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3197), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3197), - [anon_sym_MOZ_COLD] = ACTIONS(3197), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3197), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3197), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3197), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3197), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3197), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3197), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3197), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3197), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3197), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3197), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3197), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3197), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3197), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3197), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3197), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3197), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3197), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3197), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3197), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3197), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_NONNULL] = ACTIONS(3197), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3197), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3197), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3197), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3197), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3197), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_NORETURN] = ACTIONS(3197), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3197), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3197), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3197), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3197), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3197), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3197), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3197), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3197), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3197), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3197), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3197), - [anon_sym_MOZ_RAII] = ACTIONS(3197), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3197), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3197), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3197), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3197), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3197), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3197), + [sym_identifier] = ACTIONS(3563), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3565), + [anon_sym_COMMA] = ACTIONS(3565), + [anon_sym_RPAREN] = ACTIONS(3565), + [anon_sym_LPAREN2] = ACTIONS(3565), + [anon_sym_TILDE] = ACTIONS(3565), + [anon_sym_STAR] = ACTIONS(3565), + [anon_sym_AMP_AMP] = ACTIONS(3565), + [anon_sym_AMP] = ACTIONS(3563), + [anon_sym_SEMI] = ACTIONS(3565), + [anon_sym_extern] = ACTIONS(3563), + [anon_sym___attribute__] = ACTIONS(3563), + [anon_sym_COLON_COLON] = ACTIONS(3565), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3565), + [anon_sym___declspec] = ACTIONS(3563), + [anon_sym___based] = ACTIONS(3563), + [anon_sym_LBRACE] = ACTIONS(3565), + [anon_sym_LBRACK] = ACTIONS(3563), + [anon_sym_EQ] = ACTIONS(3565), + [anon_sym_static] = ACTIONS(3563), + [anon_sym_register] = ACTIONS(3563), + [anon_sym_inline] = ACTIONS(3563), + [anon_sym_thread_local] = ACTIONS(3563), + [anon_sym_const] = ACTIONS(3563), + [anon_sym_volatile] = ACTIONS(3563), + [anon_sym_restrict] = ACTIONS(3563), + [anon_sym__Atomic] = ACTIONS(3563), + [anon_sym_mutable] = ACTIONS(3563), + [anon_sym_constexpr] = ACTIONS(3563), + [anon_sym_DASH_GT] = ACTIONS(3565), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3563), + [anon_sym_override] = ACTIONS(3563), + [anon_sym_virtual] = ACTIONS(3563), + [anon_sym_template] = ACTIONS(3563), + [anon_sym_GT2] = ACTIONS(3565), + [anon_sym_operator] = ACTIONS(3563), + [anon_sym_noexcept] = ACTIONS(3563), + [anon_sym_throw] = ACTIONS(3563), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3563), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3563), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3563), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3563), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3563), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3563), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3563), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3563), + [anon_sym_MOZ_COLD] = ACTIONS(3563), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3563), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3563), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3563), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3563), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3563), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3563), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3563), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3563), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3563), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3563), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3563), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3563), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3563), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3563), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3563), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3563), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3563), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3563), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3563), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3563), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_NONNULL] = ACTIONS(3563), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3563), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3563), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3563), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3563), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3563), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_NORETURN] = ACTIONS(3563), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3563), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3563), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3563), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3563), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3563), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3563), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3563), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3563), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3563), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3563), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3563), + [anon_sym_MOZ_RAII] = ACTIONS(3563), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3563), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3563), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3563), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3563), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3563), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3563), }, [1322] = { - [sym_identifier] = ACTIONS(3201), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3203), - [anon_sym_COMMA] = ACTIONS(3203), - [anon_sym_RPAREN] = ACTIONS(3203), - [anon_sym_LPAREN2] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3201), - [anon_sym_SEMI] = ACTIONS(3203), - [anon_sym_extern] = ACTIONS(3201), - [anon_sym___attribute__] = ACTIONS(3201), - [anon_sym_COLON_COLON] = ACTIONS(3203), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3203), - [anon_sym___declspec] = ACTIONS(3201), - [anon_sym___based] = ACTIONS(3201), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_EQ] = ACTIONS(3203), - [anon_sym_static] = ACTIONS(3201), - [anon_sym_register] = ACTIONS(3201), - [anon_sym_inline] = ACTIONS(3201), - [anon_sym_thread_local] = ACTIONS(3201), - [anon_sym_const] = ACTIONS(3201), - [anon_sym_volatile] = ACTIONS(3201), - [anon_sym_restrict] = ACTIONS(3201), - [anon_sym__Atomic] = ACTIONS(3201), - [anon_sym_mutable] = ACTIONS(3201), - [anon_sym_constexpr] = ACTIONS(3201), - [anon_sym_DASH_GT] = ACTIONS(3203), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3201), - [anon_sym_override] = ACTIONS(3201), - [anon_sym_virtual] = ACTIONS(3201), - [anon_sym_template] = ACTIONS(3201), - [anon_sym_GT2] = ACTIONS(3203), - [anon_sym_operator] = ACTIONS(3201), - [anon_sym_noexcept] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3201), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3201), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3201), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3201), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3201), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3201), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3201), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3201), - [anon_sym_MOZ_COLD] = ACTIONS(3201), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3201), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3201), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3201), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3201), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3201), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3201), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3201), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3201), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3201), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3201), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3201), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3201), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3201), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3201), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3201), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3201), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3201), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3201), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3201), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3201), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_NONNULL] = ACTIONS(3201), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3201), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3201), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3201), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3201), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3201), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_NORETURN] = ACTIONS(3201), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3201), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3201), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3201), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3201), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3201), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3201), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3201), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3201), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3201), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3201), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3201), - [anon_sym_MOZ_RAII] = ACTIONS(3201), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3201), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3201), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3201), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3201), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3201), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3201), + [sym_identifier] = ACTIONS(3567), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3569), + [anon_sym_COMMA] = ACTIONS(3569), + [anon_sym_RPAREN] = ACTIONS(3569), + [anon_sym_LPAREN2] = ACTIONS(3569), + [anon_sym_TILDE] = ACTIONS(3569), + [anon_sym_STAR] = ACTIONS(3569), + [anon_sym_AMP_AMP] = ACTIONS(3569), + [anon_sym_AMP] = ACTIONS(3567), + [anon_sym_SEMI] = ACTIONS(3569), + [anon_sym_extern] = ACTIONS(3567), + [anon_sym___attribute__] = ACTIONS(3567), + [anon_sym_COLON_COLON] = ACTIONS(3569), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3569), + [anon_sym___declspec] = ACTIONS(3567), + [anon_sym___based] = ACTIONS(3567), + [anon_sym_LBRACE] = ACTIONS(3569), + [anon_sym_LBRACK] = ACTIONS(3567), + [anon_sym_EQ] = ACTIONS(3569), + [anon_sym_static] = ACTIONS(3567), + [anon_sym_register] = ACTIONS(3567), + [anon_sym_inline] = ACTIONS(3567), + [anon_sym_thread_local] = ACTIONS(3567), + [anon_sym_const] = ACTIONS(3567), + [anon_sym_volatile] = ACTIONS(3567), + [anon_sym_restrict] = ACTIONS(3567), + [anon_sym__Atomic] = ACTIONS(3567), + [anon_sym_mutable] = ACTIONS(3567), + [anon_sym_constexpr] = ACTIONS(3567), + [anon_sym_DASH_GT] = ACTIONS(3569), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3567), + [anon_sym_override] = ACTIONS(3567), + [anon_sym_virtual] = ACTIONS(3567), + [anon_sym_template] = ACTIONS(3567), + [anon_sym_GT2] = ACTIONS(3569), + [anon_sym_operator] = ACTIONS(3567), + [anon_sym_noexcept] = ACTIONS(3567), + [anon_sym_throw] = ACTIONS(3567), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3567), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3567), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3567), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3567), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3567), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3567), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3567), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3567), + [anon_sym_MOZ_COLD] = ACTIONS(3567), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3567), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3567), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3567), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3567), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3567), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3567), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3567), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3567), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3567), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3567), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3567), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3567), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3567), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3567), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3567), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3567), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3567), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3567), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3567), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3567), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_NONNULL] = ACTIONS(3567), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3567), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3567), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3567), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3567), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3567), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_NORETURN] = ACTIONS(3567), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3567), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3567), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3567), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3567), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3567), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3567), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3567), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3567), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3567), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3567), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3567), + [anon_sym_MOZ_RAII] = ACTIONS(3567), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3567), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3567), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3567), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3567), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3567), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3567), }, [1323] = { - [sym_identifier] = ACTIONS(3205), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3207), - [anon_sym_COMMA] = ACTIONS(3207), - [anon_sym_RPAREN] = ACTIONS(3207), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_EQ] = ACTIONS(3207), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_DASH_GT] = ACTIONS(3207), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3205), - [anon_sym_override] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_GT2] = ACTIONS(3207), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_noexcept] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3205), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3205), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3205), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3205), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3205), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3205), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3205), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3205), - [anon_sym_MOZ_COLD] = ACTIONS(3205), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3205), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3205), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3205), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3205), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3205), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3205), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3205), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3205), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3205), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3205), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3205), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3205), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3205), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3205), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3205), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3205), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3205), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3205), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3205), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3205), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_NONNULL] = ACTIONS(3205), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3205), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3205), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3205), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3205), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3205), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_NORETURN] = ACTIONS(3205), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3205), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3205), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3205), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3205), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3205), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3205), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3205), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3205), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3205), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3205), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3205), - [anon_sym_MOZ_RAII] = ACTIONS(3205), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3205), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3205), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3205), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3205), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3205), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3205), + [sym_identifier] = ACTIONS(3571), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3573), + [anon_sym_COMMA] = ACTIONS(3573), + [anon_sym_RPAREN] = ACTIONS(3573), + [anon_sym_LPAREN2] = ACTIONS(3573), + [anon_sym_TILDE] = ACTIONS(3573), + [anon_sym_STAR] = ACTIONS(3573), + [anon_sym_AMP_AMP] = ACTIONS(3573), + [anon_sym_AMP] = ACTIONS(3571), + [anon_sym_SEMI] = ACTIONS(3573), + [anon_sym_extern] = ACTIONS(3571), + [anon_sym___attribute__] = ACTIONS(3571), + [anon_sym_COLON_COLON] = ACTIONS(3573), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3573), + [anon_sym___declspec] = ACTIONS(3571), + [anon_sym___based] = ACTIONS(3571), + [anon_sym_LBRACE] = ACTIONS(3573), + [anon_sym_LBRACK] = ACTIONS(3571), + [anon_sym_EQ] = ACTIONS(3573), + [anon_sym_static] = ACTIONS(3571), + [anon_sym_register] = ACTIONS(3571), + [anon_sym_inline] = ACTIONS(3571), + [anon_sym_thread_local] = ACTIONS(3571), + [anon_sym_const] = ACTIONS(3571), + [anon_sym_volatile] = ACTIONS(3571), + [anon_sym_restrict] = ACTIONS(3571), + [anon_sym__Atomic] = ACTIONS(3571), + [anon_sym_mutable] = ACTIONS(3571), + [anon_sym_constexpr] = ACTIONS(3571), + [anon_sym_DASH_GT] = ACTIONS(3573), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3571), + [anon_sym_override] = ACTIONS(3571), + [anon_sym_virtual] = ACTIONS(3571), + [anon_sym_template] = ACTIONS(3571), + [anon_sym_GT2] = ACTIONS(3573), + [anon_sym_operator] = ACTIONS(3571), + [anon_sym_noexcept] = ACTIONS(3571), + [anon_sym_throw] = ACTIONS(3571), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3571), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3571), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3571), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3571), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3571), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3571), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3571), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3571), + [anon_sym_MOZ_COLD] = ACTIONS(3571), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3571), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3571), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3571), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3571), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3571), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3571), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3571), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3571), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3571), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3571), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3571), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3571), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3571), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3571), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3571), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3571), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3571), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3571), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3571), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3571), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_NONNULL] = ACTIONS(3571), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3571), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3571), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3571), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3571), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3571), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_NORETURN] = ACTIONS(3571), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3571), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3571), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3571), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3571), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3571), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3571), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3571), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3571), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3571), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3571), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3571), + [anon_sym_MOZ_RAII] = ACTIONS(3571), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3571), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3571), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3571), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3571), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3571), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3571), }, [1324] = { - [sym_identifier] = ACTIONS(3209), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3211), - [anon_sym_COMMA] = ACTIONS(3211), - [anon_sym_RPAREN] = ACTIONS(3211), - [anon_sym_LPAREN2] = ACTIONS(3211), - [anon_sym_TILDE] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3211), - [anon_sym_AMP_AMP] = ACTIONS(3211), - [anon_sym_AMP] = ACTIONS(3209), - [anon_sym_SEMI] = ACTIONS(3211), - [anon_sym_extern] = ACTIONS(3209), - [anon_sym___attribute__] = ACTIONS(3209), - [anon_sym_COLON_COLON] = ACTIONS(3211), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3211), - [anon_sym___declspec] = ACTIONS(3209), - [anon_sym___based] = ACTIONS(3209), - [anon_sym_LBRACE] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3209), - [anon_sym_EQ] = ACTIONS(3211), - [anon_sym_static] = ACTIONS(3209), - [anon_sym_register] = ACTIONS(3209), - [anon_sym_inline] = ACTIONS(3209), - [anon_sym_thread_local] = ACTIONS(3209), - [anon_sym_const] = ACTIONS(3209), - [anon_sym_volatile] = ACTIONS(3209), - [anon_sym_restrict] = ACTIONS(3209), - [anon_sym__Atomic] = ACTIONS(3209), - [anon_sym_mutable] = ACTIONS(3209), - [anon_sym_constexpr] = ACTIONS(3209), - [anon_sym_DASH_GT] = ACTIONS(3211), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3209), - [anon_sym_override] = ACTIONS(3209), - [anon_sym_virtual] = ACTIONS(3209), - [anon_sym_template] = ACTIONS(3209), - [anon_sym_GT2] = ACTIONS(3211), - [anon_sym_operator] = ACTIONS(3209), - [anon_sym_noexcept] = ACTIONS(3209), - [anon_sym_throw] = ACTIONS(3209), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3209), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3209), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3209), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3209), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3209), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3209), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3209), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3209), - [anon_sym_MOZ_COLD] = ACTIONS(3209), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3209), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3209), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3209), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3209), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3209), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3209), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3209), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3209), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3209), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3209), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3209), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3209), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3209), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3209), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3209), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3209), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3209), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3209), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3209), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3209), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_NONNULL] = ACTIONS(3209), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3209), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3209), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3209), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3209), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3209), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_NORETURN] = ACTIONS(3209), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3209), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3209), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3209), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3209), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3209), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3209), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3209), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3209), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3209), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3209), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3209), - [anon_sym_MOZ_RAII] = ACTIONS(3209), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3209), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3209), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3209), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3209), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3209), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3209), + [sym_identifier] = ACTIONS(3575), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3577), + [anon_sym_COMMA] = ACTIONS(3577), + [anon_sym_RPAREN] = ACTIONS(3577), + [anon_sym_LPAREN2] = ACTIONS(3577), + [anon_sym_TILDE] = ACTIONS(3577), + [anon_sym_STAR] = ACTIONS(3577), + [anon_sym_AMP_AMP] = ACTIONS(3577), + [anon_sym_AMP] = ACTIONS(3575), + [anon_sym_SEMI] = ACTIONS(3577), + [anon_sym_extern] = ACTIONS(3575), + [anon_sym___attribute__] = ACTIONS(3575), + [anon_sym_COLON_COLON] = ACTIONS(3577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3577), + [anon_sym___declspec] = ACTIONS(3575), + [anon_sym___based] = ACTIONS(3575), + [anon_sym_LBRACE] = ACTIONS(3577), + [anon_sym_LBRACK] = ACTIONS(3575), + [anon_sym_EQ] = ACTIONS(3577), + [anon_sym_static] = ACTIONS(3575), + [anon_sym_register] = ACTIONS(3575), + [anon_sym_inline] = ACTIONS(3575), + [anon_sym_thread_local] = ACTIONS(3575), + [anon_sym_const] = ACTIONS(3575), + [anon_sym_volatile] = ACTIONS(3575), + [anon_sym_restrict] = ACTIONS(3575), + [anon_sym__Atomic] = ACTIONS(3575), + [anon_sym_mutable] = ACTIONS(3575), + [anon_sym_constexpr] = ACTIONS(3575), + [anon_sym_DASH_GT] = ACTIONS(3577), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3575), + [anon_sym_override] = ACTIONS(3575), + [anon_sym_virtual] = ACTIONS(3575), + [anon_sym_template] = ACTIONS(3575), + [anon_sym_GT2] = ACTIONS(3577), + [anon_sym_operator] = ACTIONS(3575), + [anon_sym_noexcept] = ACTIONS(3575), + [anon_sym_throw] = ACTIONS(3575), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3575), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3575), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3575), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3575), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3575), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3575), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3575), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3575), + [anon_sym_MOZ_COLD] = ACTIONS(3575), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3575), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3575), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3575), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3575), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3575), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3575), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3575), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3575), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3575), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3575), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3575), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3575), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3575), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3575), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3575), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3575), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3575), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3575), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3575), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3575), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_NONNULL] = ACTIONS(3575), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3575), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3575), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3575), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3575), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3575), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_NORETURN] = ACTIONS(3575), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3575), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3575), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3575), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3575), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3575), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3575), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3575), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3575), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3575), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3575), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3575), + [anon_sym_MOZ_RAII] = ACTIONS(3575), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3575), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3575), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3575), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3575), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3575), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3575), }, [1325] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3090), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_GT2] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_noexcept] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), + [sym_identifier] = ACTIONS(3579), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3581), + [anon_sym_COMMA] = ACTIONS(3581), + [anon_sym_RPAREN] = ACTIONS(3581), + [anon_sym_LPAREN2] = ACTIONS(3581), + [anon_sym_TILDE] = ACTIONS(3581), + [anon_sym_STAR] = ACTIONS(3581), + [anon_sym_AMP_AMP] = ACTIONS(3581), + [anon_sym_AMP] = ACTIONS(3579), + [anon_sym_SEMI] = ACTIONS(3581), + [anon_sym_extern] = ACTIONS(3579), + [anon_sym___attribute__] = ACTIONS(3579), + [anon_sym_COLON_COLON] = ACTIONS(3581), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3581), + [anon_sym___declspec] = ACTIONS(3579), + [anon_sym___based] = ACTIONS(3579), + [anon_sym_LBRACE] = ACTIONS(3581), + [anon_sym_LBRACK] = ACTIONS(3579), + [anon_sym_EQ] = ACTIONS(3581), + [anon_sym_static] = ACTIONS(3579), + [anon_sym_register] = ACTIONS(3579), + [anon_sym_inline] = ACTIONS(3579), + [anon_sym_thread_local] = ACTIONS(3579), + [anon_sym_const] = ACTIONS(3579), + [anon_sym_volatile] = ACTIONS(3579), + [anon_sym_restrict] = ACTIONS(3579), + [anon_sym__Atomic] = ACTIONS(3579), + [anon_sym_mutable] = ACTIONS(3579), + [anon_sym_constexpr] = ACTIONS(3579), + [anon_sym_DASH_GT] = ACTIONS(3581), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3579), + [anon_sym_override] = ACTIONS(3579), + [anon_sym_virtual] = ACTIONS(3579), + [anon_sym_template] = ACTIONS(3579), + [anon_sym_GT2] = ACTIONS(3581), + [anon_sym_operator] = ACTIONS(3579), + [anon_sym_noexcept] = ACTIONS(3579), + [anon_sym_throw] = ACTIONS(3579), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3579), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3579), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3579), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3579), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3579), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3579), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3579), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3579), + [anon_sym_MOZ_COLD] = ACTIONS(3579), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3579), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3579), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3579), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3579), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3579), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3579), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3579), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3579), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3579), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3579), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3579), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3579), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3579), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3579), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3579), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3579), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3579), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3579), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3579), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3579), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_NONNULL] = ACTIONS(3579), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3579), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3579), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3579), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3579), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3579), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_NORETURN] = ACTIONS(3579), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3579), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3579), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3579), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3579), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3579), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3579), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3579), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3579), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3579), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3579), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3579), + [anon_sym_MOZ_RAII] = ACTIONS(3579), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3579), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3579), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3579), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3579), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3579), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3579), }, [1326] = { - [sym_identifier] = ACTIONS(3213), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3215), - [anon_sym_COMMA] = ACTIONS(3215), - [anon_sym_RPAREN] = ACTIONS(3215), - [anon_sym_LPAREN2] = ACTIONS(3215), - [anon_sym_TILDE] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3215), - [anon_sym_AMP_AMP] = ACTIONS(3215), - [anon_sym_AMP] = ACTIONS(3213), - [anon_sym_SEMI] = ACTIONS(3215), - [anon_sym_extern] = ACTIONS(3213), - [anon_sym___attribute__] = ACTIONS(3213), - [anon_sym_COLON_COLON] = ACTIONS(3215), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3215), - [anon_sym___declspec] = ACTIONS(3213), - [anon_sym___based] = ACTIONS(3213), - [anon_sym_LBRACE] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3213), - [anon_sym_EQ] = ACTIONS(3215), - [anon_sym_static] = ACTIONS(3213), - [anon_sym_register] = ACTIONS(3213), - [anon_sym_inline] = ACTIONS(3213), - [anon_sym_thread_local] = ACTIONS(3213), - [anon_sym_const] = ACTIONS(3213), - [anon_sym_volatile] = ACTIONS(3213), - [anon_sym_restrict] = ACTIONS(3213), - [anon_sym__Atomic] = ACTIONS(3213), - [anon_sym_mutable] = ACTIONS(3213), - [anon_sym_constexpr] = ACTIONS(3213), - [anon_sym_DASH_GT] = ACTIONS(3215), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3213), - [anon_sym_override] = ACTIONS(3213), - [anon_sym_virtual] = ACTIONS(3213), - [anon_sym_template] = ACTIONS(3213), - [anon_sym_GT2] = ACTIONS(3215), - [anon_sym_operator] = ACTIONS(3213), - [anon_sym_noexcept] = ACTIONS(3213), - [anon_sym_throw] = ACTIONS(3213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3213), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3213), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3213), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3213), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3213), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3213), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3213), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3213), - [anon_sym_MOZ_COLD] = ACTIONS(3213), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3213), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3213), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3213), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3213), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3213), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3213), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3213), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3213), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3213), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3213), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3213), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3213), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3213), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3213), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3213), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3213), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3213), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3213), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3213), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3213), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_NONNULL] = ACTIONS(3213), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3213), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3213), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3213), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3213), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3213), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_NORETURN] = ACTIONS(3213), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3213), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3213), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3213), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3213), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3213), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3213), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3213), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3213), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3213), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3213), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3213), - [anon_sym_MOZ_RAII] = ACTIONS(3213), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3213), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3213), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3213), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3213), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3213), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3213), + [sym_identifier] = ACTIONS(3583), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3585), + [anon_sym_COMMA] = ACTIONS(3585), + [anon_sym_RPAREN] = ACTIONS(3585), + [anon_sym_LPAREN2] = ACTIONS(3585), + [anon_sym_TILDE] = ACTIONS(3585), + [anon_sym_STAR] = ACTIONS(3585), + [anon_sym_AMP_AMP] = ACTIONS(3585), + [anon_sym_AMP] = ACTIONS(3583), + [anon_sym_SEMI] = ACTIONS(3585), + [anon_sym_extern] = ACTIONS(3583), + [anon_sym___attribute__] = ACTIONS(3583), + [anon_sym_COLON_COLON] = ACTIONS(3585), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3585), + [anon_sym___declspec] = ACTIONS(3583), + [anon_sym___based] = ACTIONS(3583), + [anon_sym_LBRACE] = ACTIONS(3585), + [anon_sym_LBRACK] = ACTIONS(3583), + [anon_sym_EQ] = ACTIONS(3585), + [anon_sym_static] = ACTIONS(3583), + [anon_sym_register] = ACTIONS(3583), + [anon_sym_inline] = ACTIONS(3583), + [anon_sym_thread_local] = ACTIONS(3583), + [anon_sym_const] = ACTIONS(3583), + [anon_sym_volatile] = ACTIONS(3583), + [anon_sym_restrict] = ACTIONS(3583), + [anon_sym__Atomic] = ACTIONS(3583), + [anon_sym_mutable] = ACTIONS(3583), + [anon_sym_constexpr] = ACTIONS(3583), + [anon_sym_DASH_GT] = ACTIONS(3585), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3583), + [anon_sym_override] = ACTIONS(3583), + [anon_sym_virtual] = ACTIONS(3583), + [anon_sym_template] = ACTIONS(3583), + [anon_sym_GT2] = ACTIONS(3585), + [anon_sym_operator] = ACTIONS(3583), + [anon_sym_noexcept] = ACTIONS(3583), + [anon_sym_throw] = ACTIONS(3583), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3583), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3583), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3583), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3583), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3583), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3583), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3583), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3583), + [anon_sym_MOZ_COLD] = ACTIONS(3583), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3583), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3583), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3583), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3583), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3583), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3583), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3583), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3583), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3583), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3583), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3583), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3583), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3583), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3583), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3583), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3583), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3583), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3583), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3583), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3583), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_NONNULL] = ACTIONS(3583), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3583), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3583), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3583), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3583), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3583), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_NORETURN] = ACTIONS(3583), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3583), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3583), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3583), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3583), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3583), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3583), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3583), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3583), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3583), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3583), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3583), + [anon_sym_MOZ_RAII] = ACTIONS(3583), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3583), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3583), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3583), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3583), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3583), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3583), }, [1327] = { - [sym__declaration_modifiers] = STATE(1327), - [sym_attribute_specifier] = STATE(1327), - [sym_attribute_declaration] = STATE(1327), - [sym_ms_declspec_modifier] = STATE(1327), - [sym_storage_class_specifier] = STATE(1327), - [sym_type_qualifier] = STATE(1327), - [sym_virtual_function_specifier] = STATE(1327), - [sym_explicit_function_specifier] = STATE(1327), - [sym__constructor_specifiers] = STATE(1327), - [sym_macro_annotation] = STATE(1467), - [aux_sym_operator_cast_definition_repeat1] = STATE(1327), - [sym_identifier] = ACTIONS(3217), - [anon_sym_LPAREN2] = ACTIONS(3219), - [anon_sym_TILDE] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3219), - [anon_sym_AMP_AMP] = ACTIONS(3219), - [anon_sym_AMP] = ACTIONS(3217), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym___attribute__] = ACTIONS(3224), - [anon_sym_COLON_COLON] = ACTIONS(3219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3227), - [anon_sym___declspec] = ACTIONS(3230), - [anon_sym___based] = ACTIONS(3217), - [anon_sym_LBRACK] = ACTIONS(3217), - [anon_sym_static] = ACTIONS(3221), - [anon_sym_register] = ACTIONS(3221), - [anon_sym_inline] = ACTIONS(3221), - [anon_sym_thread_local] = ACTIONS(3221), - [anon_sym_const] = ACTIONS(3233), - [anon_sym_volatile] = ACTIONS(3233), - [anon_sym_restrict] = ACTIONS(3233), - [anon_sym__Atomic] = ACTIONS(3233), - [anon_sym_mutable] = ACTIONS(3233), - [anon_sym_constexpr] = ACTIONS(3233), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3236), - [anon_sym_explicit] = ACTIONS(3239), - [anon_sym_template] = ACTIONS(3217), - [anon_sym_operator] = ACTIONS(3217), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3242), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3242), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3242), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3242), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3242), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3242), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3242), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3242), - [anon_sym_MOZ_COLD] = ACTIONS(3242), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3242), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3242), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3242), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3242), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3242), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3242), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3242), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3242), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3242), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3242), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3242), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3242), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3242), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3242), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3242), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3242), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3242), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3242), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3242), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3242), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3242), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3242), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3242), - [anon_sym_MOZ_NONNULL] = ACTIONS(3242), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3242), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3242), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3242), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3242), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3242), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3242), - [anon_sym_MOZ_NORETURN] = ACTIONS(3242), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3242), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3242), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3242), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3242), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3242), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3242), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3242), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3242), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3242), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3242), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3242), - [anon_sym_MOZ_RAII] = ACTIONS(3242), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3242), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3242), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3242), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3242), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3242), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3242), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3242), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3242), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3242), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3242), + [sym_identifier] = ACTIONS(3587), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3589), + [anon_sym_COMMA] = ACTIONS(3589), + [anon_sym_RPAREN] = ACTIONS(3589), + [anon_sym_LPAREN2] = ACTIONS(3589), + [anon_sym_TILDE] = ACTIONS(3589), + [anon_sym_STAR] = ACTIONS(3589), + [anon_sym_AMP_AMP] = ACTIONS(3589), + [anon_sym_AMP] = ACTIONS(3587), + [anon_sym_SEMI] = ACTIONS(3589), + [anon_sym_extern] = ACTIONS(3587), + [anon_sym___attribute__] = ACTIONS(3587), + [anon_sym_COLON_COLON] = ACTIONS(3589), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3589), + [anon_sym___declspec] = ACTIONS(3587), + [anon_sym___based] = ACTIONS(3587), + [anon_sym_LBRACE] = ACTIONS(3589), + [anon_sym_LBRACK] = ACTIONS(3587), + [anon_sym_EQ] = ACTIONS(3589), + [anon_sym_static] = ACTIONS(3587), + [anon_sym_register] = ACTIONS(3587), + [anon_sym_inline] = ACTIONS(3587), + [anon_sym_thread_local] = ACTIONS(3587), + [anon_sym_const] = ACTIONS(3587), + [anon_sym_volatile] = ACTIONS(3587), + [anon_sym_restrict] = ACTIONS(3587), + [anon_sym__Atomic] = ACTIONS(3587), + [anon_sym_mutable] = ACTIONS(3587), + [anon_sym_constexpr] = ACTIONS(3587), + [anon_sym_DASH_GT] = ACTIONS(3589), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3587), + [anon_sym_override] = ACTIONS(3587), + [anon_sym_virtual] = ACTIONS(3587), + [anon_sym_template] = ACTIONS(3587), + [anon_sym_GT2] = ACTIONS(3589), + [anon_sym_operator] = ACTIONS(3587), + [anon_sym_noexcept] = ACTIONS(3587), + [anon_sym_throw] = ACTIONS(3587), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3587), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3587), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3587), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3587), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3587), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3587), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3587), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3587), + [anon_sym_MOZ_COLD] = ACTIONS(3587), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3587), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3587), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3587), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3587), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3587), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3587), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3587), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3587), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3587), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3587), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3587), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3587), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3587), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3587), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3587), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3587), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3587), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3587), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3587), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3587), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_NONNULL] = ACTIONS(3587), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3587), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3587), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3587), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3587), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3587), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_NORETURN] = ACTIONS(3587), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3587), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3587), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3587), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3587), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3587), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3587), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3587), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3587), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3587), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3587), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3587), + [anon_sym_MOZ_RAII] = ACTIONS(3587), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3587), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3587), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3587), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3587), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3587), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3587), }, [1328] = { - [sym_identifier] = ACTIONS(3245), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3247), - [anon_sym_COMMA] = ACTIONS(3247), - [anon_sym_RPAREN] = ACTIONS(3247), - [anon_sym_LPAREN2] = ACTIONS(3247), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3247), - [anon_sym_AMP_AMP] = ACTIONS(3247), - [anon_sym_AMP] = ACTIONS(3245), - [anon_sym_SEMI] = ACTIONS(3247), - [anon_sym_extern] = ACTIONS(3245), - [anon_sym___attribute__] = ACTIONS(3245), - [anon_sym_COLON_COLON] = ACTIONS(3247), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), - [anon_sym___declspec] = ACTIONS(3245), - [anon_sym___based] = ACTIONS(3245), - [anon_sym_LBRACE] = ACTIONS(3247), - [anon_sym_LBRACK] = ACTIONS(3245), - [anon_sym_EQ] = ACTIONS(3247), - [anon_sym_static] = ACTIONS(3245), - [anon_sym_register] = ACTIONS(3245), - [anon_sym_inline] = ACTIONS(3245), - [anon_sym_thread_local] = ACTIONS(3245), - [anon_sym_const] = ACTIONS(3245), - [anon_sym_volatile] = ACTIONS(3245), - [anon_sym_restrict] = ACTIONS(3245), - [anon_sym__Atomic] = ACTIONS(3245), - [anon_sym_mutable] = ACTIONS(3245), - [anon_sym_constexpr] = ACTIONS(3245), - [anon_sym_DASH_GT] = ACTIONS(3247), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3245), - [anon_sym_override] = ACTIONS(3245), - [anon_sym_virtual] = ACTIONS(3245), - [anon_sym_template] = ACTIONS(3245), - [anon_sym_GT2] = ACTIONS(3247), - [anon_sym_operator] = ACTIONS(3245), - [anon_sym_noexcept] = ACTIONS(3245), - [anon_sym_throw] = ACTIONS(3245), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3245), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3245), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3245), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3245), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3245), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3245), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3245), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3245), - [anon_sym_MOZ_COLD] = ACTIONS(3245), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3245), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3245), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3245), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3245), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3245), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3245), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3245), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3245), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3245), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3245), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3245), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3245), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3245), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3245), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3245), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3245), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3245), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3245), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3245), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3245), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_NONNULL] = ACTIONS(3245), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3245), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3245), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3245), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3245), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3245), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_NORETURN] = ACTIONS(3245), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3245), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3245), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3245), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3245), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3245), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3245), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3245), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3245), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3245), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3245), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3245), - [anon_sym_MOZ_RAII] = ACTIONS(3245), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3245), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3245), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3245), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3245), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3245), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3245), + [sym_identifier] = ACTIONS(3591), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3593), + [anon_sym_COMMA] = ACTIONS(3593), + [anon_sym_RPAREN] = ACTIONS(3593), + [anon_sym_LPAREN2] = ACTIONS(3593), + [anon_sym_TILDE] = ACTIONS(3593), + [anon_sym_STAR] = ACTIONS(3593), + [anon_sym_AMP_AMP] = ACTIONS(3593), + [anon_sym_AMP] = ACTIONS(3591), + [anon_sym_SEMI] = ACTIONS(3593), + [anon_sym_extern] = ACTIONS(3591), + [anon_sym___attribute__] = ACTIONS(3591), + [anon_sym_COLON_COLON] = ACTIONS(3593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3593), + [anon_sym___declspec] = ACTIONS(3591), + [anon_sym___based] = ACTIONS(3591), + [anon_sym_LBRACE] = ACTIONS(3593), + [anon_sym_LBRACK] = ACTIONS(3591), + [anon_sym_EQ] = ACTIONS(3593), + [anon_sym_static] = ACTIONS(3591), + [anon_sym_register] = ACTIONS(3591), + [anon_sym_inline] = ACTIONS(3591), + [anon_sym_thread_local] = ACTIONS(3591), + [anon_sym_const] = ACTIONS(3591), + [anon_sym_volatile] = ACTIONS(3591), + [anon_sym_restrict] = ACTIONS(3591), + [anon_sym__Atomic] = ACTIONS(3591), + [anon_sym_mutable] = ACTIONS(3591), + [anon_sym_constexpr] = ACTIONS(3591), + [anon_sym_DASH_GT] = ACTIONS(3593), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3591), + [anon_sym_override] = ACTIONS(3591), + [anon_sym_virtual] = ACTIONS(3591), + [anon_sym_template] = ACTIONS(3591), + [anon_sym_GT2] = ACTIONS(3593), + [anon_sym_operator] = ACTIONS(3591), + [anon_sym_noexcept] = ACTIONS(3591), + [anon_sym_throw] = ACTIONS(3591), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3591), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3591), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3591), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3591), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3591), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3591), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3591), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3591), + [anon_sym_MOZ_COLD] = ACTIONS(3591), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3591), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3591), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3591), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3591), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3591), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3591), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3591), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3591), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3591), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3591), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3591), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3591), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3591), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3591), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3591), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3591), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3591), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3591), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3591), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3591), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_NONNULL] = ACTIONS(3591), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3591), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3591), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3591), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3591), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3591), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_NORETURN] = ACTIONS(3591), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3591), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3591), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3591), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3591), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3591), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3591), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3591), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3591), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3591), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3591), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3591), + [anon_sym_MOZ_RAII] = ACTIONS(3591), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3591), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3591), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3591), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3591), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3591), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3591), }, [1329] = { - [sym_identifier] = ACTIONS(3249), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3251), - [anon_sym_COMMA] = ACTIONS(3251), - [anon_sym_RPAREN] = ACTIONS(3251), - [anon_sym_LPAREN2] = ACTIONS(3251), - [anon_sym_TILDE] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(3251), - [anon_sym_AMP_AMP] = ACTIONS(3251), - [anon_sym_AMP] = ACTIONS(3249), - [anon_sym_SEMI] = ACTIONS(3251), - [anon_sym_extern] = ACTIONS(3249), - [anon_sym___attribute__] = ACTIONS(3249), - [anon_sym_COLON_COLON] = ACTIONS(3251), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3251), - [anon_sym___declspec] = ACTIONS(3249), - [anon_sym___based] = ACTIONS(3249), - [anon_sym_LBRACE] = ACTIONS(3251), - [anon_sym_LBRACK] = ACTIONS(3249), - [anon_sym_EQ] = ACTIONS(3251), - [anon_sym_static] = ACTIONS(3249), - [anon_sym_register] = ACTIONS(3249), - [anon_sym_inline] = ACTIONS(3249), - [anon_sym_thread_local] = ACTIONS(3249), - [anon_sym_const] = ACTIONS(3249), - [anon_sym_volatile] = ACTIONS(3249), - [anon_sym_restrict] = ACTIONS(3249), - [anon_sym__Atomic] = ACTIONS(3249), - [anon_sym_mutable] = ACTIONS(3249), - [anon_sym_constexpr] = ACTIONS(3249), - [anon_sym_DASH_GT] = ACTIONS(3251), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3249), - [anon_sym_override] = ACTIONS(3249), - [anon_sym_virtual] = ACTIONS(3249), - [anon_sym_template] = ACTIONS(3249), - [anon_sym_GT2] = ACTIONS(3251), - [anon_sym_operator] = ACTIONS(3249), - [anon_sym_noexcept] = ACTIONS(3249), - [anon_sym_throw] = ACTIONS(3249), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3249), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3249), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3249), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3249), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3249), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3249), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3249), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3249), - [anon_sym_MOZ_COLD] = ACTIONS(3249), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3249), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3249), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3249), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3249), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3249), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3249), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3249), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3249), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3249), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3249), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3249), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3249), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3249), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3249), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3249), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3249), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3249), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3249), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3249), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3249), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_NONNULL] = ACTIONS(3249), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3249), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3249), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3249), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3249), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3249), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_NORETURN] = ACTIONS(3249), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3249), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3249), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3249), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3249), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3249), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3249), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3249), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3249), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3249), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3249), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3249), - [anon_sym_MOZ_RAII] = ACTIONS(3249), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3249), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3249), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3249), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3249), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3249), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3249), + [sym_identifier] = ACTIONS(3595), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3597), + [anon_sym_COMMA] = ACTIONS(3597), + [anon_sym_RPAREN] = ACTIONS(3597), + [anon_sym_LPAREN2] = ACTIONS(3597), + [anon_sym_TILDE] = ACTIONS(3597), + [anon_sym_STAR] = ACTIONS(3597), + [anon_sym_AMP_AMP] = ACTIONS(3597), + [anon_sym_AMP] = ACTIONS(3595), + [anon_sym_SEMI] = ACTIONS(3597), + [anon_sym_extern] = ACTIONS(3595), + [anon_sym___attribute__] = ACTIONS(3595), + [anon_sym_COLON_COLON] = ACTIONS(3597), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3597), + [anon_sym___declspec] = ACTIONS(3595), + [anon_sym___based] = ACTIONS(3595), + [anon_sym_LBRACE] = ACTIONS(3597), + [anon_sym_LBRACK] = ACTIONS(3595), + [anon_sym_EQ] = ACTIONS(3597), + [anon_sym_static] = ACTIONS(3595), + [anon_sym_register] = ACTIONS(3595), + [anon_sym_inline] = ACTIONS(3595), + [anon_sym_thread_local] = ACTIONS(3595), + [anon_sym_const] = ACTIONS(3595), + [anon_sym_volatile] = ACTIONS(3595), + [anon_sym_restrict] = ACTIONS(3595), + [anon_sym__Atomic] = ACTIONS(3595), + [anon_sym_mutable] = ACTIONS(3595), + [anon_sym_constexpr] = ACTIONS(3595), + [anon_sym_DASH_GT] = ACTIONS(3597), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3595), + [anon_sym_override] = ACTIONS(3595), + [anon_sym_virtual] = ACTIONS(3595), + [anon_sym_template] = ACTIONS(3595), + [anon_sym_GT2] = ACTIONS(3597), + [anon_sym_operator] = ACTIONS(3595), + [anon_sym_noexcept] = ACTIONS(3595), + [anon_sym_throw] = ACTIONS(3595), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3595), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3595), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3595), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3595), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3595), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3595), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3595), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3595), + [anon_sym_MOZ_COLD] = ACTIONS(3595), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3595), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3595), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3595), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3595), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3595), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3595), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3595), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3595), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3595), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3595), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3595), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3595), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3595), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3595), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3595), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3595), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3595), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3595), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3595), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3595), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_NONNULL] = ACTIONS(3595), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3595), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3595), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3595), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3595), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3595), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_NORETURN] = ACTIONS(3595), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3595), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3595), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3595), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3595), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3595), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3595), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3595), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3595), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3595), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3595), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3595), + [anon_sym_MOZ_RAII] = ACTIONS(3595), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3595), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3595), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3595), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3595), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3595), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3595), }, [1330] = { - [sym_identifier] = ACTIONS(3253), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3255), - [anon_sym_COMMA] = ACTIONS(3255), - [anon_sym_RPAREN] = ACTIONS(3255), - [anon_sym_LPAREN2] = ACTIONS(3255), - [anon_sym_TILDE] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3255), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_AMP] = ACTIONS(3253), - [anon_sym_SEMI] = ACTIONS(3255), - [anon_sym_extern] = ACTIONS(3253), - [anon_sym___attribute__] = ACTIONS(3253), - [anon_sym_COLON_COLON] = ACTIONS(3255), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3255), - [anon_sym___declspec] = ACTIONS(3253), - [anon_sym___based] = ACTIONS(3253), - [anon_sym_LBRACE] = ACTIONS(3255), - [anon_sym_LBRACK] = ACTIONS(3253), - [anon_sym_EQ] = ACTIONS(3255), - [anon_sym_static] = ACTIONS(3253), - [anon_sym_register] = ACTIONS(3253), - [anon_sym_inline] = ACTIONS(3253), - [anon_sym_thread_local] = ACTIONS(3253), - [anon_sym_const] = ACTIONS(3253), - [anon_sym_volatile] = ACTIONS(3253), - [anon_sym_restrict] = ACTIONS(3253), - [anon_sym__Atomic] = ACTIONS(3253), - [anon_sym_mutable] = ACTIONS(3253), - [anon_sym_constexpr] = ACTIONS(3253), - [anon_sym_DASH_GT] = ACTIONS(3255), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3253), - [anon_sym_override] = ACTIONS(3253), - [anon_sym_virtual] = ACTIONS(3253), - [anon_sym_template] = ACTIONS(3253), - [anon_sym_GT2] = ACTIONS(3255), - [anon_sym_operator] = ACTIONS(3253), - [anon_sym_noexcept] = ACTIONS(3253), - [anon_sym_throw] = ACTIONS(3253), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3253), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3253), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3253), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3253), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3253), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3253), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3253), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3253), - [anon_sym_MOZ_COLD] = ACTIONS(3253), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3253), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3253), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3253), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3253), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3253), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3253), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3253), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3253), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3253), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3253), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3253), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3253), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3253), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3253), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3253), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3253), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3253), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3253), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3253), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3253), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_NONNULL] = ACTIONS(3253), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3253), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3253), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3253), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3253), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3253), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_NORETURN] = ACTIONS(3253), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3253), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3253), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3253), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3253), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3253), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3253), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3253), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3253), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3253), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3253), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3253), - [anon_sym_MOZ_RAII] = ACTIONS(3253), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3253), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3253), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3253), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3253), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3253), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3253), + [sym_identifier] = ACTIONS(3599), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3601), + [anon_sym_COMMA] = ACTIONS(3601), + [anon_sym_RPAREN] = ACTIONS(3601), + [anon_sym_LPAREN2] = ACTIONS(3601), + [anon_sym_TILDE] = ACTIONS(3601), + [anon_sym_STAR] = ACTIONS(3601), + [anon_sym_AMP_AMP] = ACTIONS(3601), + [anon_sym_AMP] = ACTIONS(3599), + [anon_sym_SEMI] = ACTIONS(3601), + [anon_sym_extern] = ACTIONS(3599), + [anon_sym___attribute__] = ACTIONS(3599), + [anon_sym_COLON_COLON] = ACTIONS(3601), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3601), + [anon_sym___declspec] = ACTIONS(3599), + [anon_sym___based] = ACTIONS(3599), + [anon_sym_LBRACE] = ACTIONS(3601), + [anon_sym_LBRACK] = ACTIONS(3599), + [anon_sym_EQ] = ACTIONS(3601), + [anon_sym_static] = ACTIONS(3599), + [anon_sym_register] = ACTIONS(3599), + [anon_sym_inline] = ACTIONS(3599), + [anon_sym_thread_local] = ACTIONS(3599), + [anon_sym_const] = ACTIONS(3599), + [anon_sym_volatile] = ACTIONS(3599), + [anon_sym_restrict] = ACTIONS(3599), + [anon_sym__Atomic] = ACTIONS(3599), + [anon_sym_mutable] = ACTIONS(3599), + [anon_sym_constexpr] = ACTIONS(3599), + [anon_sym_DASH_GT] = ACTIONS(3601), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3599), + [anon_sym_override] = ACTIONS(3599), + [anon_sym_virtual] = ACTIONS(3599), + [anon_sym_template] = ACTIONS(3599), + [anon_sym_GT2] = ACTIONS(3601), + [anon_sym_operator] = ACTIONS(3599), + [anon_sym_noexcept] = ACTIONS(3599), + [anon_sym_throw] = ACTIONS(3599), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3599), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3599), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3599), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3599), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3599), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3599), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3599), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3599), + [anon_sym_MOZ_COLD] = ACTIONS(3599), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3599), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3599), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3599), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3599), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3599), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3599), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3599), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3599), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3599), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3599), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3599), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3599), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3599), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3599), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3599), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3599), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3599), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3599), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3599), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3599), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_NONNULL] = ACTIONS(3599), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3599), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3599), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3599), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3599), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3599), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_NORETURN] = ACTIONS(3599), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3599), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3599), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3599), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3599), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3599), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3599), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3599), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3599), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3599), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3599), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3599), + [anon_sym_MOZ_RAII] = ACTIONS(3599), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3599), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3599), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3599), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3599), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3599), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3599), }, [1331] = { - [sym_identifier] = ACTIONS(3257), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3259), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_RPAREN] = ACTIONS(3259), - [anon_sym_LPAREN2] = ACTIONS(3259), - [anon_sym_TILDE] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3257), - [anon_sym_SEMI] = ACTIONS(3259), - [anon_sym_extern] = ACTIONS(3257), - [anon_sym___attribute__] = ACTIONS(3257), - [anon_sym_COLON_COLON] = ACTIONS(3259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3259), - [anon_sym___declspec] = ACTIONS(3257), - [anon_sym___based] = ACTIONS(3257), - [anon_sym_LBRACE] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_EQ] = ACTIONS(3259), - [anon_sym_static] = ACTIONS(3257), - [anon_sym_register] = ACTIONS(3257), - [anon_sym_inline] = ACTIONS(3257), - [anon_sym_thread_local] = ACTIONS(3257), - [anon_sym_const] = ACTIONS(3257), - [anon_sym_volatile] = ACTIONS(3257), - [anon_sym_restrict] = ACTIONS(3257), - [anon_sym__Atomic] = ACTIONS(3257), - [anon_sym_mutable] = ACTIONS(3257), - [anon_sym_constexpr] = ACTIONS(3257), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3257), - [anon_sym_override] = ACTIONS(3257), - [anon_sym_virtual] = ACTIONS(3257), - [anon_sym_template] = ACTIONS(3257), - [anon_sym_GT2] = ACTIONS(3259), - [anon_sym_operator] = ACTIONS(3257), - [anon_sym_noexcept] = ACTIONS(3257), - [anon_sym_throw] = ACTIONS(3257), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3257), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3257), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3257), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3257), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3257), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3257), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3257), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3257), - [anon_sym_MOZ_COLD] = ACTIONS(3257), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3257), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3257), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3257), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3257), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3257), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3257), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3257), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3257), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3257), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3257), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3257), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3257), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3257), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3257), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3257), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3257), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3257), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3257), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3257), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3257), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_NONNULL] = ACTIONS(3257), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3257), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3257), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3257), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3257), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3257), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_NORETURN] = ACTIONS(3257), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3257), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3257), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3257), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3257), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3257), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3257), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3257), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3257), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3257), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3257), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3257), - [anon_sym_MOZ_RAII] = ACTIONS(3257), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3257), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3257), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3257), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3257), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3257), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3257), + [sym_identifier] = ACTIONS(3603), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3605), + [anon_sym_COMMA] = ACTIONS(3605), + [anon_sym_RPAREN] = ACTIONS(3605), + [anon_sym_LPAREN2] = ACTIONS(3605), + [anon_sym_TILDE] = ACTIONS(3605), + [anon_sym_STAR] = ACTIONS(3605), + [anon_sym_AMP_AMP] = ACTIONS(3605), + [anon_sym_AMP] = ACTIONS(3603), + [anon_sym_SEMI] = ACTIONS(3605), + [anon_sym_extern] = ACTIONS(3603), + [anon_sym___attribute__] = ACTIONS(3603), + [anon_sym_COLON_COLON] = ACTIONS(3605), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3605), + [anon_sym___declspec] = ACTIONS(3603), + [anon_sym___based] = ACTIONS(3603), + [anon_sym_LBRACE] = ACTIONS(3605), + [anon_sym_LBRACK] = ACTIONS(3603), + [anon_sym_EQ] = ACTIONS(3605), + [anon_sym_static] = ACTIONS(3603), + [anon_sym_register] = ACTIONS(3603), + [anon_sym_inline] = ACTIONS(3603), + [anon_sym_thread_local] = ACTIONS(3603), + [anon_sym_const] = ACTIONS(3603), + [anon_sym_volatile] = ACTIONS(3603), + [anon_sym_restrict] = ACTIONS(3603), + [anon_sym__Atomic] = ACTIONS(3603), + [anon_sym_mutable] = ACTIONS(3603), + [anon_sym_constexpr] = ACTIONS(3603), + [anon_sym_DASH_GT] = ACTIONS(3605), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3603), + [anon_sym_override] = ACTIONS(3603), + [anon_sym_virtual] = ACTIONS(3603), + [anon_sym_template] = ACTIONS(3603), + [anon_sym_GT2] = ACTIONS(3605), + [anon_sym_operator] = ACTIONS(3603), + [anon_sym_noexcept] = ACTIONS(3603), + [anon_sym_throw] = ACTIONS(3603), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3603), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3603), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3603), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3603), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3603), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3603), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3603), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3603), + [anon_sym_MOZ_COLD] = ACTIONS(3603), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3603), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3603), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3603), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3603), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3603), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3603), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3603), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3603), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3603), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3603), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3603), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3603), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3603), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3603), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3603), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3603), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3603), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3603), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3603), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3603), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_NONNULL] = ACTIONS(3603), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3603), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3603), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3603), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3603), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3603), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_NORETURN] = ACTIONS(3603), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3603), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3603), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3603), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3603), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3603), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3603), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3603), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3603), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3603), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3603), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3603), + [anon_sym_MOZ_RAII] = ACTIONS(3603), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3603), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3603), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3603), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3603), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3603), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3603), }, [1332] = { - [sym_identifier] = ACTIONS(3261), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3263), - [anon_sym_COMMA] = ACTIONS(3263), - [anon_sym_RPAREN] = ACTIONS(3263), - [anon_sym_LPAREN2] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3261), - [anon_sym_SEMI] = ACTIONS(3263), - [anon_sym_extern] = ACTIONS(3261), - [anon_sym___attribute__] = ACTIONS(3261), - [anon_sym_COLON_COLON] = ACTIONS(3263), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3263), - [anon_sym___declspec] = ACTIONS(3261), - [anon_sym___based] = ACTIONS(3261), - [anon_sym_LBRACE] = ACTIONS(3263), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_static] = ACTIONS(3261), - [anon_sym_register] = ACTIONS(3261), - [anon_sym_inline] = ACTIONS(3261), - [anon_sym_thread_local] = ACTIONS(3261), - [anon_sym_const] = ACTIONS(3261), - [anon_sym_volatile] = ACTIONS(3261), - [anon_sym_restrict] = ACTIONS(3261), - [anon_sym__Atomic] = ACTIONS(3261), - [anon_sym_mutable] = ACTIONS(3261), - [anon_sym_constexpr] = ACTIONS(3261), - [anon_sym_DASH_GT] = ACTIONS(3263), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3261), - [anon_sym_override] = ACTIONS(3261), - [anon_sym_virtual] = ACTIONS(3261), - [anon_sym_template] = ACTIONS(3261), - [anon_sym_GT2] = ACTIONS(3263), - [anon_sym_operator] = ACTIONS(3261), - [anon_sym_noexcept] = ACTIONS(3261), - [anon_sym_throw] = ACTIONS(3261), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3261), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3261), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3261), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3261), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3261), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3261), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3261), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3261), - [anon_sym_MOZ_COLD] = ACTIONS(3261), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3261), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3261), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3261), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3261), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3261), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3261), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3261), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3261), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3261), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3261), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3261), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3261), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3261), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3261), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3261), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3261), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3261), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3261), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3261), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3261), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_NONNULL] = ACTIONS(3261), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3261), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3261), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3261), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3261), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3261), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_NORETURN] = ACTIONS(3261), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3261), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3261), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3261), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3261), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3261), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3261), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3261), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3261), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3261), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3261), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3261), - [anon_sym_MOZ_RAII] = ACTIONS(3261), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3261), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3261), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3261), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3261), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3261), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3261), + [sym_identifier] = ACTIONS(3607), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3609), + [anon_sym_COMMA] = ACTIONS(3609), + [anon_sym_RPAREN] = ACTIONS(3609), + [anon_sym_LPAREN2] = ACTIONS(3609), + [anon_sym_TILDE] = ACTIONS(3609), + [anon_sym_STAR] = ACTIONS(3609), + [anon_sym_AMP_AMP] = ACTIONS(3609), + [anon_sym_AMP] = ACTIONS(3607), + [anon_sym_SEMI] = ACTIONS(3609), + [anon_sym_extern] = ACTIONS(3607), + [anon_sym___attribute__] = ACTIONS(3607), + [anon_sym_COLON_COLON] = ACTIONS(3609), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3609), + [anon_sym___declspec] = ACTIONS(3607), + [anon_sym___based] = ACTIONS(3607), + [anon_sym_LBRACE] = ACTIONS(3609), + [anon_sym_LBRACK] = ACTIONS(3607), + [anon_sym_EQ] = ACTIONS(3609), + [anon_sym_static] = ACTIONS(3607), + [anon_sym_register] = ACTIONS(3607), + [anon_sym_inline] = ACTIONS(3607), + [anon_sym_thread_local] = ACTIONS(3607), + [anon_sym_const] = ACTIONS(3607), + [anon_sym_volatile] = ACTIONS(3607), + [anon_sym_restrict] = ACTIONS(3607), + [anon_sym__Atomic] = ACTIONS(3607), + [anon_sym_mutable] = ACTIONS(3607), + [anon_sym_constexpr] = ACTIONS(3607), + [anon_sym_DASH_GT] = ACTIONS(3609), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3607), + [anon_sym_override] = ACTIONS(3607), + [anon_sym_virtual] = ACTIONS(3607), + [anon_sym_template] = ACTIONS(3607), + [anon_sym_GT2] = ACTIONS(3609), + [anon_sym_operator] = ACTIONS(3607), + [anon_sym_noexcept] = ACTIONS(3607), + [anon_sym_throw] = ACTIONS(3607), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3607), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3607), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3607), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3607), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3607), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3607), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3607), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3607), + [anon_sym_MOZ_COLD] = ACTIONS(3607), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3607), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3607), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3607), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3607), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3607), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3607), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3607), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3607), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3607), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3607), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3607), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3607), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3607), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3607), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3607), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3607), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3607), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3607), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3607), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3607), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_NONNULL] = ACTIONS(3607), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3607), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3607), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3607), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3607), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3607), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_NORETURN] = ACTIONS(3607), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3607), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3607), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3607), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3607), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3607), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3607), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3607), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3607), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3607), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3607), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3607), + [anon_sym_MOZ_RAII] = ACTIONS(3607), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3607), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3607), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3607), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3607), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3607), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3607), }, [1333] = { - [sym_identifier] = ACTIONS(3265), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3267), - [anon_sym_COMMA] = ACTIONS(3267), - [anon_sym_RPAREN] = ACTIONS(3267), - [anon_sym_LPAREN2] = ACTIONS(3267), - [anon_sym_TILDE] = ACTIONS(3267), - [anon_sym_STAR] = ACTIONS(3267), - [anon_sym_AMP_AMP] = ACTIONS(3267), - [anon_sym_AMP] = ACTIONS(3265), - [anon_sym_SEMI] = ACTIONS(3267), - [anon_sym_extern] = ACTIONS(3265), - [anon_sym___attribute__] = ACTIONS(3265), - [anon_sym_COLON_COLON] = ACTIONS(3267), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3267), - [anon_sym___declspec] = ACTIONS(3265), - [anon_sym___based] = ACTIONS(3265), - [anon_sym_LBRACE] = ACTIONS(3267), - [anon_sym_LBRACK] = ACTIONS(3265), - [anon_sym_EQ] = ACTIONS(3267), - [anon_sym_static] = ACTIONS(3265), - [anon_sym_register] = ACTIONS(3265), - [anon_sym_inline] = ACTIONS(3265), - [anon_sym_thread_local] = ACTIONS(3265), - [anon_sym_const] = ACTIONS(3265), - [anon_sym_volatile] = ACTIONS(3265), - [anon_sym_restrict] = ACTIONS(3265), - [anon_sym__Atomic] = ACTIONS(3265), - [anon_sym_mutable] = ACTIONS(3265), - [anon_sym_constexpr] = ACTIONS(3265), - [anon_sym_DASH_GT] = ACTIONS(3267), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3265), - [anon_sym_override] = ACTIONS(3265), - [anon_sym_virtual] = ACTIONS(3265), - [anon_sym_template] = ACTIONS(3265), - [anon_sym_GT2] = ACTIONS(3267), - [anon_sym_operator] = ACTIONS(3265), - [anon_sym_noexcept] = ACTIONS(3265), - [anon_sym_throw] = ACTIONS(3265), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3265), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3265), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3265), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3265), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3265), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3265), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3265), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3265), - [anon_sym_MOZ_COLD] = ACTIONS(3265), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3265), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3265), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3265), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3265), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3265), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3265), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3265), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3265), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3265), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3265), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3265), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3265), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3265), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3265), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3265), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3265), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3265), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3265), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3265), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3265), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_NONNULL] = ACTIONS(3265), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3265), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3265), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3265), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3265), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3265), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_NORETURN] = ACTIONS(3265), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3265), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3265), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3265), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3265), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3265), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3265), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3265), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3265), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3265), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3265), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3265), - [anon_sym_MOZ_RAII] = ACTIONS(3265), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3265), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3265), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3265), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3265), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3265), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3265), + [sym_identifier] = ACTIONS(3611), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3613), + [anon_sym_COMMA] = ACTIONS(3613), + [anon_sym_RPAREN] = ACTIONS(3613), + [anon_sym_LPAREN2] = ACTIONS(3613), + [anon_sym_TILDE] = ACTIONS(3613), + [anon_sym_STAR] = ACTIONS(3613), + [anon_sym_AMP_AMP] = ACTIONS(3613), + [anon_sym_AMP] = ACTIONS(3611), + [anon_sym_SEMI] = ACTIONS(3613), + [anon_sym_extern] = ACTIONS(3611), + [anon_sym___attribute__] = ACTIONS(3611), + [anon_sym_COLON_COLON] = ACTIONS(3613), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3613), + [anon_sym___declspec] = ACTIONS(3611), + [anon_sym___based] = ACTIONS(3611), + [anon_sym_LBRACE] = ACTIONS(3613), + [anon_sym_LBRACK] = ACTIONS(3611), + [anon_sym_EQ] = ACTIONS(3613), + [anon_sym_static] = ACTIONS(3611), + [anon_sym_register] = ACTIONS(3611), + [anon_sym_inline] = ACTIONS(3611), + [anon_sym_thread_local] = ACTIONS(3611), + [anon_sym_const] = ACTIONS(3611), + [anon_sym_volatile] = ACTIONS(3611), + [anon_sym_restrict] = ACTIONS(3611), + [anon_sym__Atomic] = ACTIONS(3611), + [anon_sym_mutable] = ACTIONS(3611), + [anon_sym_constexpr] = ACTIONS(3611), + [anon_sym_DASH_GT] = ACTIONS(3613), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3611), + [anon_sym_override] = ACTIONS(3611), + [anon_sym_virtual] = ACTIONS(3611), + [anon_sym_template] = ACTIONS(3611), + [anon_sym_GT2] = ACTIONS(3613), + [anon_sym_operator] = ACTIONS(3611), + [anon_sym_noexcept] = ACTIONS(3611), + [anon_sym_throw] = ACTIONS(3611), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3611), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3611), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3611), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3611), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3611), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3611), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3611), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3611), + [anon_sym_MOZ_COLD] = ACTIONS(3611), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3611), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3611), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3611), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3611), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3611), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3611), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3611), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3611), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3611), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3611), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3611), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3611), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3611), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3611), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3611), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3611), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3611), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3611), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3611), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_NONNULL] = ACTIONS(3611), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3611), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3611), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3611), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3611), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3611), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_NORETURN] = ACTIONS(3611), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3611), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3611), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3611), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3611), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3611), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3611), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3611), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3611), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3611), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), + [anon_sym_MOZ_RAII] = ACTIONS(3611), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3611), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3611), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3611), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3611), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3611), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3611), }, [1334] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1259), - [sym_identifier] = ACTIONS(3269), - [anon_sym_COMMA] = ACTIONS(3054), - [anon_sym_RPAREN] = ACTIONS(3054), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3056), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym_extern] = ACTIONS(3056), - [anon_sym___attribute__] = ACTIONS(3056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3056), - [anon_sym_LBRACE] = ACTIONS(3054), - [anon_sym_LBRACK] = ACTIONS(3056), - [anon_sym_EQ] = ACTIONS(3054), - [anon_sym_static] = ACTIONS(3056), - [anon_sym_register] = ACTIONS(3056), - [anon_sym_inline] = ACTIONS(3056), - [anon_sym_thread_local] = ACTIONS(3056), - [anon_sym_const] = ACTIONS(3056), - [anon_sym_volatile] = ACTIONS(3056), - [anon_sym_restrict] = ACTIONS(3056), - [anon_sym__Atomic] = ACTIONS(3056), - [anon_sym_mutable] = ACTIONS(3056), - [anon_sym_constexpr] = ACTIONS(3056), - [anon_sym_signed] = ACTIONS(3058), - [anon_sym_unsigned] = ACTIONS(3058), - [anon_sym_long] = ACTIONS(3058), - [anon_sym_short] = ACTIONS(3058), - [sym_primitive_type] = ACTIONS(3060), - [anon_sym_DASH_GT] = ACTIONS(3054), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3056), - [anon_sym_override] = ACTIONS(3056), - [anon_sym_virtual] = ACTIONS(3056), - [anon_sym_GT2] = ACTIONS(3054), - [anon_sym_noexcept] = ACTIONS(3056), - [anon_sym_throw] = ACTIONS(3056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3056), - [anon_sym_MOZ_COLD] = ACTIONS(3056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_NONNULL] = ACTIONS(3056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3056), - [anon_sym_MOZ_RAII] = ACTIONS(3056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3056), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3056), + [sym_identifier] = ACTIONS(3615), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3617), + [anon_sym_COMMA] = ACTIONS(3617), + [anon_sym_RPAREN] = ACTIONS(3617), + [anon_sym_LPAREN2] = ACTIONS(3617), + [anon_sym_TILDE] = ACTIONS(3617), + [anon_sym_STAR] = ACTIONS(3617), + [anon_sym_AMP_AMP] = ACTIONS(3617), + [anon_sym_AMP] = ACTIONS(3615), + [anon_sym_SEMI] = ACTIONS(3617), + [anon_sym_extern] = ACTIONS(3615), + [anon_sym___attribute__] = ACTIONS(3615), + [anon_sym_COLON_COLON] = ACTIONS(3617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3617), + [anon_sym___declspec] = ACTIONS(3615), + [anon_sym___based] = ACTIONS(3615), + [anon_sym_LBRACE] = ACTIONS(3617), + [anon_sym_LBRACK] = ACTIONS(3615), + [anon_sym_EQ] = ACTIONS(3617), + [anon_sym_static] = ACTIONS(3615), + [anon_sym_register] = ACTIONS(3615), + [anon_sym_inline] = ACTIONS(3615), + [anon_sym_thread_local] = ACTIONS(3615), + [anon_sym_const] = ACTIONS(3615), + [anon_sym_volatile] = ACTIONS(3615), + [anon_sym_restrict] = ACTIONS(3615), + [anon_sym__Atomic] = ACTIONS(3615), + [anon_sym_mutable] = ACTIONS(3615), + [anon_sym_constexpr] = ACTIONS(3615), + [anon_sym_DASH_GT] = ACTIONS(3617), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3615), + [anon_sym_override] = ACTIONS(3615), + [anon_sym_virtual] = ACTIONS(3615), + [anon_sym_template] = ACTIONS(3615), + [anon_sym_GT2] = ACTIONS(3617), + [anon_sym_operator] = ACTIONS(3615), + [anon_sym_noexcept] = ACTIONS(3615), + [anon_sym_throw] = ACTIONS(3615), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3615), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3615), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3615), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3615), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3615), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3615), + [anon_sym_MOZ_COLD] = ACTIONS(3615), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3615), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3615), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3615), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3615), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3615), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3615), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3615), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3615), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3615), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3615), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3615), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3615), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3615), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3615), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3615), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3615), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3615), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3615), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_NONNULL] = ACTIONS(3615), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3615), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3615), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3615), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3615), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3615), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_NORETURN] = ACTIONS(3615), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3615), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3615), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3615), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3615), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3615), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3615), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3615), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3615), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3615), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3615), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3615), + [anon_sym_MOZ_RAII] = ACTIONS(3615), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3615), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3615), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3615), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3615), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3615), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3615), }, [1335] = { - [sym_identifier] = ACTIONS(3271), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3273), - [anon_sym_COMMA] = ACTIONS(3273), - [anon_sym_RPAREN] = ACTIONS(3273), - [anon_sym_LPAREN2] = ACTIONS(3273), - [anon_sym_TILDE] = ACTIONS(3273), - [anon_sym_STAR] = ACTIONS(3273), - [anon_sym_AMP_AMP] = ACTIONS(3273), - [anon_sym_AMP] = ACTIONS(3271), - [anon_sym_SEMI] = ACTIONS(3273), - [anon_sym_extern] = ACTIONS(3271), - [anon_sym___attribute__] = ACTIONS(3271), - [anon_sym_COLON_COLON] = ACTIONS(3273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3273), - [anon_sym___declspec] = ACTIONS(3271), - [anon_sym___based] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3273), - [anon_sym_LBRACK] = ACTIONS(3271), - [anon_sym_EQ] = ACTIONS(3273), - [anon_sym_static] = ACTIONS(3271), - [anon_sym_register] = ACTIONS(3271), - [anon_sym_inline] = ACTIONS(3271), - [anon_sym_thread_local] = ACTIONS(3271), - [anon_sym_const] = ACTIONS(3271), - [anon_sym_volatile] = ACTIONS(3271), - [anon_sym_restrict] = ACTIONS(3271), - [anon_sym__Atomic] = ACTIONS(3271), - [anon_sym_mutable] = ACTIONS(3271), - [anon_sym_constexpr] = ACTIONS(3271), - [anon_sym_DASH_GT] = ACTIONS(3273), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3271), - [anon_sym_override] = ACTIONS(3271), - [anon_sym_virtual] = ACTIONS(3271), - [anon_sym_template] = ACTIONS(3271), - [anon_sym_GT2] = ACTIONS(3273), - [anon_sym_operator] = ACTIONS(3271), - [anon_sym_noexcept] = ACTIONS(3271), - [anon_sym_throw] = ACTIONS(3271), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3271), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3271), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3271), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3271), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3271), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3271), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3271), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3271), - [anon_sym_MOZ_COLD] = ACTIONS(3271), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3271), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3271), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3271), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3271), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3271), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3271), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3271), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3271), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3271), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3271), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3271), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3271), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3271), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3271), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3271), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3271), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3271), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3271), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3271), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3271), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_NONNULL] = ACTIONS(3271), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3271), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3271), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3271), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3271), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3271), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_NORETURN] = ACTIONS(3271), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3271), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3271), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3271), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3271), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3271), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3271), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3271), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3271), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3271), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3271), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3271), - [anon_sym_MOZ_RAII] = ACTIONS(3271), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3271), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3271), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3271), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3271), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3271), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3271), + [sym_identifier] = ACTIONS(3619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3621), + [anon_sym_COMMA] = ACTIONS(3621), + [anon_sym_RPAREN] = ACTIONS(3621), + [anon_sym_LPAREN2] = ACTIONS(3621), + [anon_sym_TILDE] = ACTIONS(3621), + [anon_sym_STAR] = ACTIONS(3621), + [anon_sym_AMP_AMP] = ACTIONS(3621), + [anon_sym_AMP] = ACTIONS(3619), + [anon_sym_SEMI] = ACTIONS(3621), + [anon_sym_extern] = ACTIONS(3619), + [anon_sym___attribute__] = ACTIONS(3619), + [anon_sym_COLON_COLON] = ACTIONS(3621), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3621), + [anon_sym___declspec] = ACTIONS(3619), + [anon_sym___based] = ACTIONS(3619), + [anon_sym_LBRACE] = ACTIONS(3621), + [anon_sym_LBRACK] = ACTIONS(3619), + [anon_sym_EQ] = ACTIONS(3621), + [anon_sym_static] = ACTIONS(3619), + [anon_sym_register] = ACTIONS(3619), + [anon_sym_inline] = ACTIONS(3619), + [anon_sym_thread_local] = ACTIONS(3619), + [anon_sym_const] = ACTIONS(3619), + [anon_sym_volatile] = ACTIONS(3619), + [anon_sym_restrict] = ACTIONS(3619), + [anon_sym__Atomic] = ACTIONS(3619), + [anon_sym_mutable] = ACTIONS(3619), + [anon_sym_constexpr] = ACTIONS(3619), + [anon_sym_DASH_GT] = ACTIONS(3621), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3619), + [anon_sym_override] = ACTIONS(3619), + [anon_sym_virtual] = ACTIONS(3619), + [anon_sym_template] = ACTIONS(3619), + [anon_sym_GT2] = ACTIONS(3621), + [anon_sym_operator] = ACTIONS(3619), + [anon_sym_noexcept] = ACTIONS(3619), + [anon_sym_throw] = ACTIONS(3619), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3619), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3619), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3619), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3619), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3619), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3619), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3619), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3619), + [anon_sym_MOZ_COLD] = ACTIONS(3619), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3619), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3619), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3619), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3619), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3619), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3619), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3619), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3619), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3619), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3619), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3619), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3619), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3619), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3619), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3619), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3619), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3619), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3619), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3619), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3619), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_NONNULL] = ACTIONS(3619), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3619), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3619), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3619), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3619), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3619), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_NORETURN] = ACTIONS(3619), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3619), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3619), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3619), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3619), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3619), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3619), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3619), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3619), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3619), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3619), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3619), + [anon_sym_MOZ_RAII] = ACTIONS(3619), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3619), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3619), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3619), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3619), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3619), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3619), }, [1336] = { - [sym_identifier] = ACTIONS(3275), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3277), - [anon_sym_COMMA] = ACTIONS(3277), - [anon_sym_RPAREN] = ACTIONS(3277), - [anon_sym_LPAREN2] = ACTIONS(3277), - [anon_sym_TILDE] = ACTIONS(3277), - [anon_sym_STAR] = ACTIONS(3277), - [anon_sym_AMP_AMP] = ACTIONS(3277), - [anon_sym_AMP] = ACTIONS(3275), - [anon_sym_SEMI] = ACTIONS(3277), - [anon_sym_extern] = ACTIONS(3275), - [anon_sym___attribute__] = ACTIONS(3275), - [anon_sym_COLON_COLON] = ACTIONS(3277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), - [anon_sym___declspec] = ACTIONS(3275), - [anon_sym___based] = ACTIONS(3275), - [anon_sym_LBRACE] = ACTIONS(3277), - [anon_sym_LBRACK] = ACTIONS(3275), - [anon_sym_EQ] = ACTIONS(3277), - [anon_sym_static] = ACTIONS(3275), - [anon_sym_register] = ACTIONS(3275), - [anon_sym_inline] = ACTIONS(3275), - [anon_sym_thread_local] = ACTIONS(3275), - [anon_sym_const] = ACTIONS(3275), - [anon_sym_volatile] = ACTIONS(3275), - [anon_sym_restrict] = ACTIONS(3275), - [anon_sym__Atomic] = ACTIONS(3275), - [anon_sym_mutable] = ACTIONS(3275), - [anon_sym_constexpr] = ACTIONS(3275), - [anon_sym_DASH_GT] = ACTIONS(3277), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3275), - [anon_sym_override] = ACTIONS(3275), - [anon_sym_virtual] = ACTIONS(3275), - [anon_sym_template] = ACTIONS(3275), - [anon_sym_GT2] = ACTIONS(3277), - [anon_sym_operator] = ACTIONS(3275), - [anon_sym_noexcept] = ACTIONS(3275), - [anon_sym_throw] = ACTIONS(3275), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3275), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3275), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3275), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3275), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3275), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3275), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3275), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3275), - [anon_sym_MOZ_COLD] = ACTIONS(3275), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3275), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3275), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3275), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3275), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3275), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3275), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3275), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3275), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3275), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3275), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3275), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3275), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3275), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3275), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3275), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3275), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3275), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3275), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3275), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3275), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_NONNULL] = ACTIONS(3275), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3275), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3275), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3275), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3275), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3275), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_NORETURN] = ACTIONS(3275), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3275), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3275), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3275), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3275), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3275), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3275), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3275), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3275), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3275), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3275), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3275), - [anon_sym_MOZ_RAII] = ACTIONS(3275), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3275), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3275), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3275), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3275), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3275), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3275), + [sym_identifier] = ACTIONS(3623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3625), + [anon_sym_COMMA] = ACTIONS(3625), + [anon_sym_RPAREN] = ACTIONS(3625), + [anon_sym_LPAREN2] = ACTIONS(3625), + [anon_sym_TILDE] = ACTIONS(3625), + [anon_sym_STAR] = ACTIONS(3625), + [anon_sym_AMP_AMP] = ACTIONS(3625), + [anon_sym_AMP] = ACTIONS(3623), + [anon_sym_SEMI] = ACTIONS(3625), + [anon_sym_extern] = ACTIONS(3623), + [anon_sym___attribute__] = ACTIONS(3623), + [anon_sym_COLON_COLON] = ACTIONS(3625), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3625), + [anon_sym___declspec] = ACTIONS(3623), + [anon_sym___based] = ACTIONS(3623), + [anon_sym_LBRACE] = ACTIONS(3625), + [anon_sym_LBRACK] = ACTIONS(3623), + [anon_sym_EQ] = ACTIONS(3625), + [anon_sym_static] = ACTIONS(3623), + [anon_sym_register] = ACTIONS(3623), + [anon_sym_inline] = ACTIONS(3623), + [anon_sym_thread_local] = ACTIONS(3623), + [anon_sym_const] = ACTIONS(3623), + [anon_sym_volatile] = ACTIONS(3623), + [anon_sym_restrict] = ACTIONS(3623), + [anon_sym__Atomic] = ACTIONS(3623), + [anon_sym_mutable] = ACTIONS(3623), + [anon_sym_constexpr] = ACTIONS(3623), + [anon_sym_DASH_GT] = ACTIONS(3625), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3623), + [anon_sym_override] = ACTIONS(3623), + [anon_sym_virtual] = ACTIONS(3623), + [anon_sym_template] = ACTIONS(3623), + [anon_sym_GT2] = ACTIONS(3625), + [anon_sym_operator] = ACTIONS(3623), + [anon_sym_noexcept] = ACTIONS(3623), + [anon_sym_throw] = ACTIONS(3623), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3623), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3623), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3623), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3623), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3623), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3623), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3623), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3623), + [anon_sym_MOZ_COLD] = ACTIONS(3623), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3623), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3623), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3623), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3623), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3623), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3623), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3623), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3623), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3623), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3623), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3623), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3623), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3623), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3623), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3623), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3623), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3623), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3623), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3623), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3623), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_NONNULL] = ACTIONS(3623), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3623), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3623), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3623), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3623), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3623), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_NORETURN] = ACTIONS(3623), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3623), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3623), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3623), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3623), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3623), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3623), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3623), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3623), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3623), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3623), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3623), + [anon_sym_MOZ_RAII] = ACTIONS(3623), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3623), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3623), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3623), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3623), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3623), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3623), }, [1337] = { - [sym_identifier] = ACTIONS(3279), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3281), - [anon_sym_COMMA] = ACTIONS(3281), - [anon_sym_RPAREN] = ACTIONS(3281), - [anon_sym_LPAREN2] = ACTIONS(3281), - [anon_sym_TILDE] = ACTIONS(3281), - [anon_sym_STAR] = ACTIONS(3281), - [anon_sym_AMP_AMP] = ACTIONS(3281), - [anon_sym_AMP] = ACTIONS(3279), - [anon_sym_SEMI] = ACTIONS(3281), - [anon_sym_extern] = ACTIONS(3279), - [anon_sym___attribute__] = ACTIONS(3279), - [anon_sym_COLON_COLON] = ACTIONS(3281), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3281), - [anon_sym___declspec] = ACTIONS(3279), - [anon_sym___based] = ACTIONS(3279), - [anon_sym_LBRACE] = ACTIONS(3281), - [anon_sym_LBRACK] = ACTIONS(3279), - [anon_sym_EQ] = ACTIONS(3281), - [anon_sym_static] = ACTIONS(3279), - [anon_sym_register] = ACTIONS(3279), - [anon_sym_inline] = ACTIONS(3279), - [anon_sym_thread_local] = ACTIONS(3279), - [anon_sym_const] = ACTIONS(3279), - [anon_sym_volatile] = ACTIONS(3279), - [anon_sym_restrict] = ACTIONS(3279), - [anon_sym__Atomic] = ACTIONS(3279), - [anon_sym_mutable] = ACTIONS(3279), - [anon_sym_constexpr] = ACTIONS(3279), - [anon_sym_DASH_GT] = ACTIONS(3281), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3279), - [anon_sym_override] = ACTIONS(3279), - [anon_sym_virtual] = ACTIONS(3279), - [anon_sym_template] = ACTIONS(3279), - [anon_sym_GT2] = ACTIONS(3281), - [anon_sym_operator] = ACTIONS(3279), - [anon_sym_noexcept] = ACTIONS(3279), - [anon_sym_throw] = ACTIONS(3279), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3279), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3279), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3279), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3279), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3279), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3279), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3279), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3279), - [anon_sym_MOZ_COLD] = ACTIONS(3279), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3279), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3279), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3279), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3279), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3279), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3279), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3279), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3279), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3279), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3279), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3279), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3279), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3279), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3279), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3279), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3279), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3279), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3279), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3279), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3279), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_NONNULL] = ACTIONS(3279), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3279), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3279), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3279), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3279), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3279), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_NORETURN] = ACTIONS(3279), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3279), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3279), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3279), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3279), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3279), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3279), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3279), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3279), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3279), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3279), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3279), - [anon_sym_MOZ_RAII] = ACTIONS(3279), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3279), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3279), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3279), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3279), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3279), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3279), + [sym_identifier] = ACTIONS(3627), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3629), + [anon_sym_COMMA] = ACTIONS(3629), + [anon_sym_RPAREN] = ACTIONS(3629), + [anon_sym_LPAREN2] = ACTIONS(3629), + [anon_sym_TILDE] = ACTIONS(3629), + [anon_sym_STAR] = ACTIONS(3629), + [anon_sym_AMP_AMP] = ACTIONS(3629), + [anon_sym_AMP] = ACTIONS(3627), + [anon_sym_SEMI] = ACTIONS(3629), + [anon_sym_extern] = ACTIONS(3627), + [anon_sym___attribute__] = ACTIONS(3627), + [anon_sym_COLON_COLON] = ACTIONS(3629), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3629), + [anon_sym___declspec] = ACTIONS(3627), + [anon_sym___based] = ACTIONS(3627), + [anon_sym_LBRACE] = ACTIONS(3629), + [anon_sym_LBRACK] = ACTIONS(3627), + [anon_sym_EQ] = ACTIONS(3629), + [anon_sym_static] = ACTIONS(3627), + [anon_sym_register] = ACTIONS(3627), + [anon_sym_inline] = ACTIONS(3627), + [anon_sym_thread_local] = ACTIONS(3627), + [anon_sym_const] = ACTIONS(3627), + [anon_sym_volatile] = ACTIONS(3627), + [anon_sym_restrict] = ACTIONS(3627), + [anon_sym__Atomic] = ACTIONS(3627), + [anon_sym_mutable] = ACTIONS(3627), + [anon_sym_constexpr] = ACTIONS(3627), + [anon_sym_DASH_GT] = ACTIONS(3629), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3627), + [anon_sym_override] = ACTIONS(3627), + [anon_sym_virtual] = ACTIONS(3627), + [anon_sym_template] = ACTIONS(3627), + [anon_sym_GT2] = ACTIONS(3629), + [anon_sym_operator] = ACTIONS(3627), + [anon_sym_noexcept] = ACTIONS(3627), + [anon_sym_throw] = ACTIONS(3627), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3627), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3627), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3627), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3627), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3627), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3627), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3627), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3627), + [anon_sym_MOZ_COLD] = ACTIONS(3627), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3627), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3627), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3627), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3627), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3627), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3627), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3627), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3627), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3627), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3627), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3627), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3627), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3627), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3627), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3627), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3627), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3627), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3627), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3627), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3627), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_NONNULL] = ACTIONS(3627), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3627), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3627), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3627), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3627), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3627), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_NORETURN] = ACTIONS(3627), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3627), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3627), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3627), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3627), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3627), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3627), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3627), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3627), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3627), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3627), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3627), + [anon_sym_MOZ_RAII] = ACTIONS(3627), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3627), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3627), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3627), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3627), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3627), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3627), }, [1338] = { - [sym_identifier] = ACTIONS(3283), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3285), - [anon_sym_COMMA] = ACTIONS(3285), - [anon_sym_RPAREN] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(3285), - [anon_sym_TILDE] = ACTIONS(3285), - [anon_sym_STAR] = ACTIONS(3285), - [anon_sym_AMP_AMP] = ACTIONS(3285), - [anon_sym_AMP] = ACTIONS(3283), - [anon_sym_SEMI] = ACTIONS(3285), - [anon_sym_extern] = ACTIONS(3283), - [anon_sym___attribute__] = ACTIONS(3283), - [anon_sym_COLON_COLON] = ACTIONS(3285), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3285), - [anon_sym___declspec] = ACTIONS(3283), - [anon_sym___based] = ACTIONS(3283), - [anon_sym_LBRACE] = ACTIONS(3285), - [anon_sym_LBRACK] = ACTIONS(3283), - [anon_sym_EQ] = ACTIONS(3285), - [anon_sym_static] = ACTIONS(3283), - [anon_sym_register] = ACTIONS(3283), - [anon_sym_inline] = ACTIONS(3283), - [anon_sym_thread_local] = ACTIONS(3283), - [anon_sym_const] = ACTIONS(3283), - [anon_sym_volatile] = ACTIONS(3283), - [anon_sym_restrict] = ACTIONS(3283), - [anon_sym__Atomic] = ACTIONS(3283), - [anon_sym_mutable] = ACTIONS(3283), - [anon_sym_constexpr] = ACTIONS(3283), - [anon_sym_DASH_GT] = ACTIONS(3285), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3283), - [anon_sym_override] = ACTIONS(3283), - [anon_sym_virtual] = ACTIONS(3283), - [anon_sym_template] = ACTIONS(3283), - [anon_sym_GT2] = ACTIONS(3285), - [anon_sym_operator] = ACTIONS(3283), - [anon_sym_noexcept] = ACTIONS(3283), - [anon_sym_throw] = ACTIONS(3283), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3283), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3283), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3283), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3283), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3283), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3283), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3283), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3283), - [anon_sym_MOZ_COLD] = ACTIONS(3283), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3283), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3283), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3283), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3283), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3283), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3283), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3283), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3283), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3283), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3283), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3283), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3283), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3283), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3283), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3283), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3283), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3283), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3283), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3283), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3283), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_NONNULL] = ACTIONS(3283), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3283), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3283), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3283), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3283), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3283), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_NORETURN] = ACTIONS(3283), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3283), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3283), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3283), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3283), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3283), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3283), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3283), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3283), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3283), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3283), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3283), - [anon_sym_MOZ_RAII] = ACTIONS(3283), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3283), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3283), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3283), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3283), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3283), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3283), + [aux_sym_sized_type_specifier_repeat1] = STATE(1268), + [sym_identifier] = ACTIONS(3631), + [anon_sym_COMMA] = ACTIONS(3463), + [anon_sym_RPAREN] = ACTIONS(3463), + [anon_sym_LPAREN2] = ACTIONS(3463), + [anon_sym_STAR] = ACTIONS(3463), + [anon_sym_AMP_AMP] = ACTIONS(3463), + [anon_sym_AMP] = ACTIONS(3465), + [anon_sym_SEMI] = ACTIONS(3463), + [anon_sym_extern] = ACTIONS(3465), + [anon_sym___attribute__] = ACTIONS(3465), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3463), + [anon_sym___declspec] = ACTIONS(3465), + [anon_sym_LBRACE] = ACTIONS(3463), + [anon_sym_LBRACK] = ACTIONS(3465), + [anon_sym_EQ] = ACTIONS(3463), + [anon_sym_static] = ACTIONS(3465), + [anon_sym_register] = ACTIONS(3465), + [anon_sym_inline] = ACTIONS(3465), + [anon_sym_thread_local] = ACTIONS(3465), + [anon_sym_const] = ACTIONS(3465), + [anon_sym_volatile] = ACTIONS(3465), + [anon_sym_restrict] = ACTIONS(3465), + [anon_sym__Atomic] = ACTIONS(3465), + [anon_sym_mutable] = ACTIONS(3465), + [anon_sym_constexpr] = ACTIONS(3465), + [anon_sym_signed] = ACTIONS(3467), + [anon_sym_unsigned] = ACTIONS(3467), + [anon_sym_long] = ACTIONS(3467), + [anon_sym_short] = ACTIONS(3467), + [sym_primitive_type] = ACTIONS(3469), + [anon_sym_DASH_GT] = ACTIONS(3463), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3465), + [anon_sym_override] = ACTIONS(3465), + [anon_sym_virtual] = ACTIONS(3465), + [anon_sym_GT2] = ACTIONS(3463), + [anon_sym_noexcept] = ACTIONS(3465), + [anon_sym_throw] = ACTIONS(3465), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3465), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3465), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3465), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3465), + [anon_sym_MOZ_COLD] = ACTIONS(3465), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3465), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3465), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3465), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3465), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3465), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3465), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3465), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3465), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3465), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3465), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3465), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3465), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3465), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_NONNULL] = ACTIONS(3465), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3465), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3465), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3465), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3465), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3465), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3465), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3465), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3465), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3465), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3465), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3465), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3465), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3465), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3465), + [anon_sym_MOZ_RAII] = ACTIONS(3465), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3465), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3465), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3465), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3465), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3465), }, [1339] = { - [sym_identifier] = ACTIONS(3287), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3289), - [anon_sym_COMMA] = ACTIONS(3289), - [anon_sym_RPAREN] = ACTIONS(3289), - [anon_sym_LPAREN2] = ACTIONS(3289), - [anon_sym_TILDE] = ACTIONS(3289), - [anon_sym_STAR] = ACTIONS(3289), - [anon_sym_AMP_AMP] = ACTIONS(3289), - [anon_sym_AMP] = ACTIONS(3287), - [anon_sym_SEMI] = ACTIONS(3289), - [anon_sym_extern] = ACTIONS(3287), - [anon_sym___attribute__] = ACTIONS(3287), - [anon_sym_COLON_COLON] = ACTIONS(3289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3289), - [anon_sym___declspec] = ACTIONS(3287), - [anon_sym___based] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3287), - [anon_sym_EQ] = ACTIONS(3289), - [anon_sym_static] = ACTIONS(3287), - [anon_sym_register] = ACTIONS(3287), - [anon_sym_inline] = ACTIONS(3287), - [anon_sym_thread_local] = ACTIONS(3287), - [anon_sym_const] = ACTIONS(3287), - [anon_sym_volatile] = ACTIONS(3287), - [anon_sym_restrict] = ACTIONS(3287), - [anon_sym__Atomic] = ACTIONS(3287), - [anon_sym_mutable] = ACTIONS(3287), - [anon_sym_constexpr] = ACTIONS(3287), - [anon_sym_DASH_GT] = ACTIONS(3289), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3287), - [anon_sym_override] = ACTIONS(3287), - [anon_sym_virtual] = ACTIONS(3287), - [anon_sym_template] = ACTIONS(3287), - [anon_sym_GT2] = ACTIONS(3289), - [anon_sym_operator] = ACTIONS(3287), - [anon_sym_noexcept] = ACTIONS(3287), - [anon_sym_throw] = ACTIONS(3287), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3287), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3287), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3287), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3287), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3287), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3287), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3287), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3287), - [anon_sym_MOZ_COLD] = ACTIONS(3287), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3287), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3287), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3287), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3287), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3287), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3287), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3287), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3287), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3287), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3287), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3287), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3287), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3287), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3287), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3287), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3287), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3287), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3287), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3287), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3287), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_NONNULL] = ACTIONS(3287), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3287), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3287), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3287), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3287), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3287), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_NORETURN] = ACTIONS(3287), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3287), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3287), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3287), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3287), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3287), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3287), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3287), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3287), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3287), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3287), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3287), - [anon_sym_MOZ_RAII] = ACTIONS(3287), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3287), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3287), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3287), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3287), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3287), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3287), + [sym_identifier] = ACTIONS(3633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3635), + [anon_sym_COMMA] = ACTIONS(3635), + [anon_sym_RPAREN] = ACTIONS(3635), + [anon_sym_LPAREN2] = ACTIONS(3635), + [anon_sym_TILDE] = ACTIONS(3635), + [anon_sym_STAR] = ACTIONS(3635), + [anon_sym_AMP_AMP] = ACTIONS(3635), + [anon_sym_AMP] = ACTIONS(3633), + [anon_sym_SEMI] = ACTIONS(3635), + [anon_sym_extern] = ACTIONS(3633), + [anon_sym___attribute__] = ACTIONS(3633), + [anon_sym_COLON_COLON] = ACTIONS(3635), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3635), + [anon_sym___declspec] = ACTIONS(3633), + [anon_sym___based] = ACTIONS(3633), + [anon_sym_LBRACE] = ACTIONS(3635), + [anon_sym_LBRACK] = ACTIONS(3633), + [anon_sym_EQ] = ACTIONS(3635), + [anon_sym_static] = ACTIONS(3633), + [anon_sym_register] = ACTIONS(3633), + [anon_sym_inline] = ACTIONS(3633), + [anon_sym_thread_local] = ACTIONS(3633), + [anon_sym_const] = ACTIONS(3633), + [anon_sym_volatile] = ACTIONS(3633), + [anon_sym_restrict] = ACTIONS(3633), + [anon_sym__Atomic] = ACTIONS(3633), + [anon_sym_mutable] = ACTIONS(3633), + [anon_sym_constexpr] = ACTIONS(3633), + [anon_sym_DASH_GT] = ACTIONS(3635), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3633), + [anon_sym_override] = ACTIONS(3633), + [anon_sym_virtual] = ACTIONS(3633), + [anon_sym_template] = ACTIONS(3633), + [anon_sym_GT2] = ACTIONS(3635), + [anon_sym_operator] = ACTIONS(3633), + [anon_sym_noexcept] = ACTIONS(3633), + [anon_sym_throw] = ACTIONS(3633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3633), + [anon_sym_MOZ_COLD] = ACTIONS(3633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_NONNULL] = ACTIONS(3633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_NORETURN] = ACTIONS(3633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3633), + [anon_sym_MOZ_RAII] = ACTIONS(3633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3633), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3633), }, [1340] = { - [sym_identifier] = ACTIONS(3291), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3293), - [anon_sym_COMMA] = ACTIONS(3293), - [anon_sym_RPAREN] = ACTIONS(3293), - [anon_sym_LPAREN2] = ACTIONS(3293), - [anon_sym_TILDE] = ACTIONS(3293), - [anon_sym_STAR] = ACTIONS(3293), - [anon_sym_AMP_AMP] = ACTIONS(3293), - [anon_sym_AMP] = ACTIONS(3291), - [anon_sym_SEMI] = ACTIONS(3293), - [anon_sym_extern] = ACTIONS(3291), - [anon_sym___attribute__] = ACTIONS(3291), - [anon_sym_COLON_COLON] = ACTIONS(3293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3293), - [anon_sym___declspec] = ACTIONS(3291), - [anon_sym___based] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3293), - [anon_sym_LBRACK] = ACTIONS(3291), - [anon_sym_EQ] = ACTIONS(3293), - [anon_sym_static] = ACTIONS(3291), - [anon_sym_register] = ACTIONS(3291), - [anon_sym_inline] = ACTIONS(3291), - [anon_sym_thread_local] = ACTIONS(3291), - [anon_sym_const] = ACTIONS(3291), - [anon_sym_volatile] = ACTIONS(3291), - [anon_sym_restrict] = ACTIONS(3291), - [anon_sym__Atomic] = ACTIONS(3291), - [anon_sym_mutable] = ACTIONS(3291), - [anon_sym_constexpr] = ACTIONS(3291), - [anon_sym_DASH_GT] = ACTIONS(3293), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3291), - [anon_sym_override] = ACTIONS(3291), - [anon_sym_virtual] = ACTIONS(3291), - [anon_sym_template] = ACTIONS(3291), - [anon_sym_GT2] = ACTIONS(3293), - [anon_sym_operator] = ACTIONS(3291), - [anon_sym_noexcept] = ACTIONS(3291), - [anon_sym_throw] = ACTIONS(3291), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3291), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3291), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3291), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3291), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3291), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3291), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3291), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3291), - [anon_sym_MOZ_COLD] = ACTIONS(3291), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3291), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3291), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3291), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3291), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3291), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3291), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3291), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3291), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3291), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3291), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3291), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3291), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3291), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3291), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3291), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3291), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3291), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3291), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3291), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3291), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_NONNULL] = ACTIONS(3291), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3291), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3291), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3291), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3291), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3291), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_NORETURN] = ACTIONS(3291), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3291), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3291), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3291), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3291), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3291), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3291), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3291), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3291), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3291), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3291), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3291), - [anon_sym_MOZ_RAII] = ACTIONS(3291), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3291), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3291), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3291), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3291), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3291), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3291), + [sym_identifier] = ACTIONS(3637), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3639), + [anon_sym_COMMA] = ACTIONS(3639), + [anon_sym_RPAREN] = ACTIONS(3639), + [anon_sym_LPAREN2] = ACTIONS(3639), + [anon_sym_TILDE] = ACTIONS(3639), + [anon_sym_STAR] = ACTIONS(3639), + [anon_sym_AMP_AMP] = ACTIONS(3639), + [anon_sym_AMP] = ACTIONS(3637), + [anon_sym_SEMI] = ACTIONS(3639), + [anon_sym_extern] = ACTIONS(3637), + [anon_sym___attribute__] = ACTIONS(3637), + [anon_sym_COLON_COLON] = ACTIONS(3639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3639), + [anon_sym___declspec] = ACTIONS(3637), + [anon_sym___based] = ACTIONS(3637), + [anon_sym_LBRACE] = ACTIONS(3639), + [anon_sym_LBRACK] = ACTIONS(3637), + [anon_sym_EQ] = ACTIONS(3639), + [anon_sym_static] = ACTIONS(3637), + [anon_sym_register] = ACTIONS(3637), + [anon_sym_inline] = ACTIONS(3637), + [anon_sym_thread_local] = ACTIONS(3637), + [anon_sym_const] = ACTIONS(3637), + [anon_sym_volatile] = ACTIONS(3637), + [anon_sym_restrict] = ACTIONS(3637), + [anon_sym__Atomic] = ACTIONS(3637), + [anon_sym_mutable] = ACTIONS(3637), + [anon_sym_constexpr] = ACTIONS(3637), + [anon_sym_DASH_GT] = ACTIONS(3639), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3637), + [anon_sym_override] = ACTIONS(3637), + [anon_sym_virtual] = ACTIONS(3637), + [anon_sym_template] = ACTIONS(3637), + [anon_sym_GT2] = ACTIONS(3639), + [anon_sym_operator] = ACTIONS(3637), + [anon_sym_noexcept] = ACTIONS(3637), + [anon_sym_throw] = ACTIONS(3637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3637), + [anon_sym_MOZ_COLD] = ACTIONS(3637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_NONNULL] = ACTIONS(3637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_NORETURN] = ACTIONS(3637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3637), + [anon_sym_MOZ_RAII] = ACTIONS(3637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3637), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3637), }, [1341] = { - [sym_identifier] = ACTIONS(3295), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3297), - [anon_sym_COMMA] = ACTIONS(3297), - [anon_sym_RPAREN] = ACTIONS(3297), - [anon_sym_LPAREN2] = ACTIONS(3297), - [anon_sym_TILDE] = ACTIONS(3297), - [anon_sym_STAR] = ACTIONS(3297), - [anon_sym_AMP_AMP] = ACTIONS(3297), - [anon_sym_AMP] = ACTIONS(3295), - [anon_sym_SEMI] = ACTIONS(3297), - [anon_sym_extern] = ACTIONS(3295), - [anon_sym___attribute__] = ACTIONS(3295), - [anon_sym_COLON_COLON] = ACTIONS(3297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3297), - [anon_sym___declspec] = ACTIONS(3295), - [anon_sym___based] = ACTIONS(3295), - [anon_sym_LBRACE] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3295), - [anon_sym_EQ] = ACTIONS(3297), - [anon_sym_static] = ACTIONS(3295), - [anon_sym_register] = ACTIONS(3295), - [anon_sym_inline] = ACTIONS(3295), - [anon_sym_thread_local] = ACTIONS(3295), - [anon_sym_const] = ACTIONS(3295), - [anon_sym_volatile] = ACTIONS(3295), - [anon_sym_restrict] = ACTIONS(3295), - [anon_sym__Atomic] = ACTIONS(3295), - [anon_sym_mutable] = ACTIONS(3295), - [anon_sym_constexpr] = ACTIONS(3295), - [anon_sym_DASH_GT] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3295), - [anon_sym_override] = ACTIONS(3295), - [anon_sym_virtual] = ACTIONS(3295), - [anon_sym_template] = ACTIONS(3295), - [anon_sym_GT2] = ACTIONS(3297), - [anon_sym_operator] = ACTIONS(3295), - [anon_sym_noexcept] = ACTIONS(3295), - [anon_sym_throw] = ACTIONS(3295), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3295), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3295), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3295), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3295), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3295), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3295), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3295), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3295), - [anon_sym_MOZ_COLD] = ACTIONS(3295), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3295), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3295), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3295), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3295), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3295), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3295), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3295), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3295), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3295), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3295), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3295), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3295), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3295), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3295), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3295), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3295), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3295), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3295), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3295), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3295), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_NONNULL] = ACTIONS(3295), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3295), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3295), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3295), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3295), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3295), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_NORETURN] = ACTIONS(3295), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3295), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3295), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3295), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3295), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3295), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3295), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3295), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3295), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3295), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3295), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3295), - [anon_sym_MOZ_RAII] = ACTIONS(3295), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3295), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3295), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3295), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3295), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3295), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3295), + [sym_identifier] = ACTIONS(3641), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3643), + [anon_sym_COMMA] = ACTIONS(3643), + [anon_sym_RPAREN] = ACTIONS(3643), + [anon_sym_LPAREN2] = ACTIONS(3643), + [anon_sym_TILDE] = ACTIONS(3643), + [anon_sym_STAR] = ACTIONS(3643), + [anon_sym_AMP_AMP] = ACTIONS(3643), + [anon_sym_AMP] = ACTIONS(3641), + [anon_sym_SEMI] = ACTIONS(3643), + [anon_sym_extern] = ACTIONS(3641), + [anon_sym___attribute__] = ACTIONS(3641), + [anon_sym_COLON_COLON] = ACTIONS(3643), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3643), + [anon_sym___declspec] = ACTIONS(3641), + [anon_sym___based] = ACTIONS(3641), + [anon_sym_LBRACE] = ACTIONS(3643), + [anon_sym_LBRACK] = ACTIONS(3641), + [anon_sym_EQ] = ACTIONS(3643), + [anon_sym_static] = ACTIONS(3641), + [anon_sym_register] = ACTIONS(3641), + [anon_sym_inline] = ACTIONS(3641), + [anon_sym_thread_local] = ACTIONS(3641), + [anon_sym_const] = ACTIONS(3641), + [anon_sym_volatile] = ACTIONS(3641), + [anon_sym_restrict] = ACTIONS(3641), + [anon_sym__Atomic] = ACTIONS(3641), + [anon_sym_mutable] = ACTIONS(3641), + [anon_sym_constexpr] = ACTIONS(3641), + [anon_sym_DASH_GT] = ACTIONS(3643), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3641), + [anon_sym_override] = ACTIONS(3641), + [anon_sym_virtual] = ACTIONS(3641), + [anon_sym_template] = ACTIONS(3641), + [anon_sym_GT2] = ACTIONS(3643), + [anon_sym_operator] = ACTIONS(3641), + [anon_sym_noexcept] = ACTIONS(3641), + [anon_sym_throw] = ACTIONS(3641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3641), + [anon_sym_MOZ_COLD] = ACTIONS(3641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_NONNULL] = ACTIONS(3641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_NORETURN] = ACTIONS(3641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3641), + [anon_sym_MOZ_RAII] = ACTIONS(3641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3641), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3641), }, [1342] = { - [sym_identifier] = ACTIONS(3299), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3301), - [anon_sym_COMMA] = ACTIONS(3301), - [anon_sym_RPAREN] = ACTIONS(3301), - [anon_sym_LPAREN2] = ACTIONS(3301), - [anon_sym_TILDE] = ACTIONS(3301), - [anon_sym_STAR] = ACTIONS(3301), - [anon_sym_AMP_AMP] = ACTIONS(3301), - [anon_sym_AMP] = ACTIONS(3299), - [anon_sym_SEMI] = ACTIONS(3301), - [anon_sym_extern] = ACTIONS(3299), - [anon_sym___attribute__] = ACTIONS(3299), - [anon_sym_COLON_COLON] = ACTIONS(3301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), - [anon_sym___declspec] = ACTIONS(3299), - [anon_sym___based] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3301), - [anon_sym_LBRACK] = ACTIONS(3299), - [anon_sym_EQ] = ACTIONS(3301), - [anon_sym_static] = ACTIONS(3299), - [anon_sym_register] = ACTIONS(3299), - [anon_sym_inline] = ACTIONS(3299), - [anon_sym_thread_local] = ACTIONS(3299), - [anon_sym_const] = ACTIONS(3299), - [anon_sym_volatile] = ACTIONS(3299), - [anon_sym_restrict] = ACTIONS(3299), - [anon_sym__Atomic] = ACTIONS(3299), - [anon_sym_mutable] = ACTIONS(3299), - [anon_sym_constexpr] = ACTIONS(3299), - [anon_sym_DASH_GT] = ACTIONS(3301), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3299), - [anon_sym_override] = ACTIONS(3299), - [anon_sym_virtual] = ACTIONS(3299), - [anon_sym_template] = ACTIONS(3299), - [anon_sym_GT2] = ACTIONS(3301), - [anon_sym_operator] = ACTIONS(3299), - [anon_sym_noexcept] = ACTIONS(3299), - [anon_sym_throw] = ACTIONS(3299), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3299), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3299), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3299), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3299), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3299), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3299), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3299), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3299), - [anon_sym_MOZ_COLD] = ACTIONS(3299), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3299), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3299), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3299), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3299), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3299), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3299), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3299), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3299), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3299), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3299), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3299), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3299), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3299), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3299), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3299), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3299), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3299), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3299), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3299), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3299), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_NONNULL] = ACTIONS(3299), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3299), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3299), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3299), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3299), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3299), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_NORETURN] = ACTIONS(3299), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3299), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3299), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3299), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3299), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3299), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3299), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3299), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3299), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3299), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3299), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3299), - [anon_sym_MOZ_RAII] = ACTIONS(3299), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3299), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3299), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3299), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3299), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3299), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3299), + [sym_identifier] = ACTIONS(3645), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3647), + [anon_sym_COMMA] = ACTIONS(3647), + [anon_sym_RPAREN] = ACTIONS(3647), + [anon_sym_LPAREN2] = ACTIONS(3647), + [anon_sym_TILDE] = ACTIONS(3647), + [anon_sym_STAR] = ACTIONS(3647), + [anon_sym_AMP_AMP] = ACTIONS(3647), + [anon_sym_AMP] = ACTIONS(3645), + [anon_sym_SEMI] = ACTIONS(3647), + [anon_sym_extern] = ACTIONS(3645), + [anon_sym___attribute__] = ACTIONS(3645), + [anon_sym_COLON_COLON] = ACTIONS(3647), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3647), + [anon_sym___declspec] = ACTIONS(3645), + [anon_sym___based] = ACTIONS(3645), + [anon_sym_LBRACE] = ACTIONS(3647), + [anon_sym_LBRACK] = ACTIONS(3645), + [anon_sym_EQ] = ACTIONS(3647), + [anon_sym_static] = ACTIONS(3645), + [anon_sym_register] = ACTIONS(3645), + [anon_sym_inline] = ACTIONS(3645), + [anon_sym_thread_local] = ACTIONS(3645), + [anon_sym_const] = ACTIONS(3645), + [anon_sym_volatile] = ACTIONS(3645), + [anon_sym_restrict] = ACTIONS(3645), + [anon_sym__Atomic] = ACTIONS(3645), + [anon_sym_mutable] = ACTIONS(3645), + [anon_sym_constexpr] = ACTIONS(3645), + [anon_sym_DASH_GT] = ACTIONS(3647), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3645), + [anon_sym_override] = ACTIONS(3645), + [anon_sym_virtual] = ACTIONS(3645), + [anon_sym_template] = ACTIONS(3645), + [anon_sym_GT2] = ACTIONS(3647), + [anon_sym_operator] = ACTIONS(3645), + [anon_sym_noexcept] = ACTIONS(3645), + [anon_sym_throw] = ACTIONS(3645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3645), + [anon_sym_MOZ_COLD] = ACTIONS(3645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_NONNULL] = ACTIONS(3645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_NORETURN] = ACTIONS(3645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3645), + [anon_sym_MOZ_RAII] = ACTIONS(3645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3645), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3645), }, [1343] = { - [sym_identifier] = ACTIONS(3303), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3305), - [anon_sym_COMMA] = ACTIONS(3305), - [anon_sym_RPAREN] = ACTIONS(3305), - [anon_sym_LPAREN2] = ACTIONS(3305), - [anon_sym_TILDE] = ACTIONS(3305), - [anon_sym_STAR] = ACTIONS(3305), - [anon_sym_AMP_AMP] = ACTIONS(3305), - [anon_sym_AMP] = ACTIONS(3303), - [anon_sym_SEMI] = ACTIONS(3305), - [anon_sym_extern] = ACTIONS(3303), - [anon_sym___attribute__] = ACTIONS(3303), - [anon_sym_COLON_COLON] = ACTIONS(3305), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3305), - [anon_sym___declspec] = ACTIONS(3303), - [anon_sym___based] = ACTIONS(3303), - [anon_sym_LBRACE] = ACTIONS(3305), - [anon_sym_LBRACK] = ACTIONS(3303), - [anon_sym_EQ] = ACTIONS(3305), - [anon_sym_static] = ACTIONS(3303), - [anon_sym_register] = ACTIONS(3303), - [anon_sym_inline] = ACTIONS(3303), - [anon_sym_thread_local] = ACTIONS(3303), - [anon_sym_const] = ACTIONS(3303), - [anon_sym_volatile] = ACTIONS(3303), - [anon_sym_restrict] = ACTIONS(3303), - [anon_sym__Atomic] = ACTIONS(3303), - [anon_sym_mutable] = ACTIONS(3303), - [anon_sym_constexpr] = ACTIONS(3303), - [anon_sym_DASH_GT] = ACTIONS(3305), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3303), - [anon_sym_override] = ACTIONS(3303), - [anon_sym_virtual] = ACTIONS(3303), - [anon_sym_template] = ACTIONS(3303), - [anon_sym_GT2] = ACTIONS(3305), - [anon_sym_operator] = ACTIONS(3303), - [anon_sym_noexcept] = ACTIONS(3303), - [anon_sym_throw] = ACTIONS(3303), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3303), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3303), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3303), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3303), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3303), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3303), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3303), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3303), - [anon_sym_MOZ_COLD] = ACTIONS(3303), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3303), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3303), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3303), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3303), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3303), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3303), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3303), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3303), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3303), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3303), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3303), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3303), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3303), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3303), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3303), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3303), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3303), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3303), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3303), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3303), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_NONNULL] = ACTIONS(3303), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3303), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3303), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3303), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3303), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3303), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_NORETURN] = ACTIONS(3303), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3303), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3303), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3303), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3303), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3303), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3303), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3303), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3303), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3303), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3303), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3303), - [anon_sym_MOZ_RAII] = ACTIONS(3303), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3303), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3303), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3303), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3303), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3303), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3303), + [sym_identifier] = ACTIONS(3649), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3651), + [anon_sym_COMMA] = ACTIONS(3651), + [anon_sym_RPAREN] = ACTIONS(3651), + [anon_sym_LPAREN2] = ACTIONS(3651), + [anon_sym_TILDE] = ACTIONS(3651), + [anon_sym_STAR] = ACTIONS(3651), + [anon_sym_AMP_AMP] = ACTIONS(3651), + [anon_sym_AMP] = ACTIONS(3649), + [anon_sym_SEMI] = ACTIONS(3651), + [anon_sym_extern] = ACTIONS(3649), + [anon_sym___attribute__] = ACTIONS(3649), + [anon_sym_COLON_COLON] = ACTIONS(3651), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3651), + [anon_sym___declspec] = ACTIONS(3649), + [anon_sym___based] = ACTIONS(3649), + [anon_sym_LBRACE] = ACTIONS(3651), + [anon_sym_LBRACK] = ACTIONS(3649), + [anon_sym_EQ] = ACTIONS(3651), + [anon_sym_static] = ACTIONS(3649), + [anon_sym_register] = ACTIONS(3649), + [anon_sym_inline] = ACTIONS(3649), + [anon_sym_thread_local] = ACTIONS(3649), + [anon_sym_const] = ACTIONS(3649), + [anon_sym_volatile] = ACTIONS(3649), + [anon_sym_restrict] = ACTIONS(3649), + [anon_sym__Atomic] = ACTIONS(3649), + [anon_sym_mutable] = ACTIONS(3649), + [anon_sym_constexpr] = ACTIONS(3649), + [anon_sym_DASH_GT] = ACTIONS(3651), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3649), + [anon_sym_override] = ACTIONS(3649), + [anon_sym_virtual] = ACTIONS(3649), + [anon_sym_template] = ACTIONS(3649), + [anon_sym_GT2] = ACTIONS(3651), + [anon_sym_operator] = ACTIONS(3649), + [anon_sym_noexcept] = ACTIONS(3649), + [anon_sym_throw] = ACTIONS(3649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3649), + [anon_sym_MOZ_COLD] = ACTIONS(3649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_NONNULL] = ACTIONS(3649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_NORETURN] = ACTIONS(3649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3649), + [anon_sym_MOZ_RAII] = ACTIONS(3649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3649), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3649), }, [1344] = { - [sym_identifier] = ACTIONS(3307), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3309), - [anon_sym_COMMA] = ACTIONS(3309), - [anon_sym_RPAREN] = ACTIONS(3309), - [anon_sym_LPAREN2] = ACTIONS(3309), - [anon_sym_TILDE] = ACTIONS(3309), - [anon_sym_STAR] = ACTIONS(3309), - [anon_sym_AMP_AMP] = ACTIONS(3309), - [anon_sym_AMP] = ACTIONS(3307), - [anon_sym_SEMI] = ACTIONS(3309), - [anon_sym_extern] = ACTIONS(3307), - [anon_sym___attribute__] = ACTIONS(3307), - [anon_sym_COLON_COLON] = ACTIONS(3309), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3309), - [anon_sym___declspec] = ACTIONS(3307), - [anon_sym___based] = ACTIONS(3307), - [anon_sym_LBRACE] = ACTIONS(3309), - [anon_sym_LBRACK] = ACTIONS(3307), - [anon_sym_EQ] = ACTIONS(3309), - [anon_sym_static] = ACTIONS(3307), - [anon_sym_register] = ACTIONS(3307), - [anon_sym_inline] = ACTIONS(3307), - [anon_sym_thread_local] = ACTIONS(3307), - [anon_sym_const] = ACTIONS(3307), - [anon_sym_volatile] = ACTIONS(3307), - [anon_sym_restrict] = ACTIONS(3307), - [anon_sym__Atomic] = ACTIONS(3307), - [anon_sym_mutable] = ACTIONS(3307), - [anon_sym_constexpr] = ACTIONS(3307), - [anon_sym_DASH_GT] = ACTIONS(3309), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3307), - [anon_sym_override] = ACTIONS(3307), - [anon_sym_virtual] = ACTIONS(3307), - [anon_sym_template] = ACTIONS(3307), - [anon_sym_GT2] = ACTIONS(3309), - [anon_sym_operator] = ACTIONS(3307), - [anon_sym_noexcept] = ACTIONS(3307), - [anon_sym_throw] = ACTIONS(3307), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3307), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3307), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3307), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3307), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3307), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3307), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3307), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3307), - [anon_sym_MOZ_COLD] = ACTIONS(3307), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3307), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3307), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3307), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3307), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3307), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3307), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3307), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3307), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3307), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3307), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3307), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3307), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3307), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3307), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3307), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3307), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3307), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3307), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3307), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3307), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_NONNULL] = ACTIONS(3307), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3307), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3307), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3307), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3307), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3307), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_NORETURN] = ACTIONS(3307), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3307), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3307), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3307), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3307), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3307), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3307), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3307), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3307), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3307), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3307), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3307), - [anon_sym_MOZ_RAII] = ACTIONS(3307), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3307), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3307), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3307), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3307), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3307), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3307), + [sym_identifier] = ACTIONS(3653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3655), + [anon_sym_COMMA] = ACTIONS(3655), + [anon_sym_RPAREN] = ACTIONS(3655), + [anon_sym_LPAREN2] = ACTIONS(3655), + [anon_sym_TILDE] = ACTIONS(3655), + [anon_sym_STAR] = ACTIONS(3655), + [anon_sym_AMP_AMP] = ACTIONS(3655), + [anon_sym_AMP] = ACTIONS(3653), + [anon_sym_SEMI] = ACTIONS(3655), + [anon_sym_extern] = ACTIONS(3653), + [anon_sym___attribute__] = ACTIONS(3653), + [anon_sym_COLON_COLON] = ACTIONS(3655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3655), + [anon_sym___declspec] = ACTIONS(3653), + [anon_sym___based] = ACTIONS(3653), + [anon_sym_LBRACE] = ACTIONS(3655), + [anon_sym_LBRACK] = ACTIONS(3653), + [anon_sym_EQ] = ACTIONS(3655), + [anon_sym_static] = ACTIONS(3653), + [anon_sym_register] = ACTIONS(3653), + [anon_sym_inline] = ACTIONS(3653), + [anon_sym_thread_local] = ACTIONS(3653), + [anon_sym_const] = ACTIONS(3653), + [anon_sym_volatile] = ACTIONS(3653), + [anon_sym_restrict] = ACTIONS(3653), + [anon_sym__Atomic] = ACTIONS(3653), + [anon_sym_mutable] = ACTIONS(3653), + [anon_sym_constexpr] = ACTIONS(3653), + [anon_sym_DASH_GT] = ACTIONS(3655), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3653), + [anon_sym_override] = ACTIONS(3653), + [anon_sym_virtual] = ACTIONS(3653), + [anon_sym_template] = ACTIONS(3653), + [anon_sym_GT2] = ACTIONS(3655), + [anon_sym_operator] = ACTIONS(3653), + [anon_sym_noexcept] = ACTIONS(3653), + [anon_sym_throw] = ACTIONS(3653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3653), + [anon_sym_MOZ_COLD] = ACTIONS(3653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_NONNULL] = ACTIONS(3653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_NORETURN] = ACTIONS(3653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3653), + [anon_sym_MOZ_RAII] = ACTIONS(3653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3653), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3653), }, [1345] = { - [sym_identifier] = ACTIONS(3311), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3313), - [anon_sym_COMMA] = ACTIONS(3313), - [anon_sym_RPAREN] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(3313), - [anon_sym_TILDE] = ACTIONS(3313), - [anon_sym_STAR] = ACTIONS(3313), - [anon_sym_AMP_AMP] = ACTIONS(3313), - [anon_sym_AMP] = ACTIONS(3311), - [anon_sym_SEMI] = ACTIONS(3313), - [anon_sym_extern] = ACTIONS(3311), - [anon_sym___attribute__] = ACTIONS(3311), - [anon_sym_COLON_COLON] = ACTIONS(3313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3313), - [anon_sym___declspec] = ACTIONS(3311), - [anon_sym___based] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3313), - [anon_sym_LBRACK] = ACTIONS(3311), - [anon_sym_EQ] = ACTIONS(3313), - [anon_sym_static] = ACTIONS(3311), - [anon_sym_register] = ACTIONS(3311), - [anon_sym_inline] = ACTIONS(3311), - [anon_sym_thread_local] = ACTIONS(3311), - [anon_sym_const] = ACTIONS(3311), - [anon_sym_volatile] = ACTIONS(3311), - [anon_sym_restrict] = ACTIONS(3311), - [anon_sym__Atomic] = ACTIONS(3311), - [anon_sym_mutable] = ACTIONS(3311), - [anon_sym_constexpr] = ACTIONS(3311), - [anon_sym_DASH_GT] = ACTIONS(3313), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3311), - [anon_sym_override] = ACTIONS(3311), - [anon_sym_virtual] = ACTIONS(3311), - [anon_sym_template] = ACTIONS(3311), - [anon_sym_GT2] = ACTIONS(3313), - [anon_sym_operator] = ACTIONS(3311), - [anon_sym_noexcept] = ACTIONS(3311), - [anon_sym_throw] = ACTIONS(3311), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3311), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3311), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3311), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3311), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3311), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3311), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3311), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3311), - [anon_sym_MOZ_COLD] = ACTIONS(3311), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3311), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3311), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3311), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3311), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3311), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3311), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3311), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3311), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3311), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3311), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3311), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3311), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3311), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3311), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3311), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3311), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3311), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3311), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3311), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3311), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_NONNULL] = ACTIONS(3311), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3311), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3311), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3311), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3311), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3311), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_NORETURN] = ACTIONS(3311), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3311), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3311), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3311), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3311), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3311), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3311), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3311), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3311), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3311), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3311), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3311), - [anon_sym_MOZ_RAII] = ACTIONS(3311), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3311), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3311), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3311), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3311), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3311), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3311), + [sym_identifier] = ACTIONS(3657), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3659), + [anon_sym_COMMA] = ACTIONS(3659), + [anon_sym_RPAREN] = ACTIONS(3659), + [anon_sym_LPAREN2] = ACTIONS(3659), + [anon_sym_TILDE] = ACTIONS(3659), + [anon_sym_STAR] = ACTIONS(3659), + [anon_sym_AMP_AMP] = ACTIONS(3659), + [anon_sym_AMP] = ACTIONS(3657), + [anon_sym_SEMI] = ACTIONS(3659), + [anon_sym_extern] = ACTIONS(3657), + [anon_sym___attribute__] = ACTIONS(3657), + [anon_sym_COLON_COLON] = ACTIONS(3659), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3659), + [anon_sym___declspec] = ACTIONS(3657), + [anon_sym___based] = ACTIONS(3657), + [anon_sym_LBRACE] = ACTIONS(3659), + [anon_sym_LBRACK] = ACTIONS(3657), + [anon_sym_EQ] = ACTIONS(3659), + [anon_sym_static] = ACTIONS(3657), + [anon_sym_register] = ACTIONS(3657), + [anon_sym_inline] = ACTIONS(3657), + [anon_sym_thread_local] = ACTIONS(3657), + [anon_sym_const] = ACTIONS(3657), + [anon_sym_volatile] = ACTIONS(3657), + [anon_sym_restrict] = ACTIONS(3657), + [anon_sym__Atomic] = ACTIONS(3657), + [anon_sym_mutable] = ACTIONS(3657), + [anon_sym_constexpr] = ACTIONS(3657), + [anon_sym_DASH_GT] = ACTIONS(3659), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3657), + [anon_sym_override] = ACTIONS(3657), + [anon_sym_virtual] = ACTIONS(3657), + [anon_sym_template] = ACTIONS(3657), + [anon_sym_GT2] = ACTIONS(3659), + [anon_sym_operator] = ACTIONS(3657), + [anon_sym_noexcept] = ACTIONS(3657), + [anon_sym_throw] = ACTIONS(3657), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3657), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3657), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3657), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3657), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3657), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3657), + [anon_sym_MOZ_COLD] = ACTIONS(3657), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3657), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3657), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3657), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3657), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3657), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3657), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3657), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3657), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3657), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3657), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3657), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3657), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3657), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3657), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3657), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3657), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3657), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3657), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_NONNULL] = ACTIONS(3657), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3657), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3657), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3657), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3657), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3657), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_NORETURN] = ACTIONS(3657), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3657), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3657), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3657), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3657), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3657), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3657), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3657), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3657), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3657), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3657), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3657), + [anon_sym_MOZ_RAII] = ACTIONS(3657), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3657), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3657), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3657), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3657), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3657), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3657), }, [1346] = { - [sym_identifier] = ACTIONS(3315), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3317), - [anon_sym_COMMA] = ACTIONS(3317), - [anon_sym_RPAREN] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(3317), - [anon_sym_TILDE] = ACTIONS(3317), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3317), - [anon_sym_AMP] = ACTIONS(3315), - [anon_sym_SEMI] = ACTIONS(3317), - [anon_sym_extern] = ACTIONS(3315), - [anon_sym___attribute__] = ACTIONS(3315), - [anon_sym_COLON_COLON] = ACTIONS(3317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3317), - [anon_sym___declspec] = ACTIONS(3315), - [anon_sym___based] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3317), - [anon_sym_LBRACK] = ACTIONS(3315), - [anon_sym_EQ] = ACTIONS(3317), - [anon_sym_static] = ACTIONS(3315), - [anon_sym_register] = ACTIONS(3315), - [anon_sym_inline] = ACTIONS(3315), - [anon_sym_thread_local] = ACTIONS(3315), - [anon_sym_const] = ACTIONS(3315), - [anon_sym_volatile] = ACTIONS(3315), - [anon_sym_restrict] = ACTIONS(3315), - [anon_sym__Atomic] = ACTIONS(3315), - [anon_sym_mutable] = ACTIONS(3315), - [anon_sym_constexpr] = ACTIONS(3315), - [anon_sym_DASH_GT] = ACTIONS(3317), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3315), - [anon_sym_override] = ACTIONS(3315), - [anon_sym_virtual] = ACTIONS(3315), - [anon_sym_template] = ACTIONS(3315), - [anon_sym_GT2] = ACTIONS(3317), - [anon_sym_operator] = ACTIONS(3315), - [anon_sym_noexcept] = ACTIONS(3315), - [anon_sym_throw] = ACTIONS(3315), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3315), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3315), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3315), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3315), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3315), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3315), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3315), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3315), - [anon_sym_MOZ_COLD] = ACTIONS(3315), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3315), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3315), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3315), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3315), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3315), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3315), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3315), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3315), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3315), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3315), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3315), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3315), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3315), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3315), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3315), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3315), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3315), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3315), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3315), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3315), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_NONNULL] = ACTIONS(3315), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3315), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3315), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3315), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3315), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3315), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_NORETURN] = ACTIONS(3315), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3315), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3315), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3315), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3315), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3315), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3315), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3315), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3315), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3315), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3315), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3315), - [anon_sym_MOZ_RAII] = ACTIONS(3315), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3315), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3315), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3315), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3315), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3315), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3315), + [sym_identifier] = ACTIONS(3661), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3663), + [anon_sym_COMMA] = ACTIONS(3663), + [anon_sym_RPAREN] = ACTIONS(3663), + [anon_sym_LPAREN2] = ACTIONS(3663), + [anon_sym_TILDE] = ACTIONS(3663), + [anon_sym_STAR] = ACTIONS(3663), + [anon_sym_AMP_AMP] = ACTIONS(3663), + [anon_sym_AMP] = ACTIONS(3661), + [anon_sym_SEMI] = ACTIONS(3663), + [anon_sym_extern] = ACTIONS(3661), + [anon_sym___attribute__] = ACTIONS(3661), + [anon_sym_COLON_COLON] = ACTIONS(3663), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3663), + [anon_sym___declspec] = ACTIONS(3661), + [anon_sym___based] = ACTIONS(3661), + [anon_sym_LBRACE] = ACTIONS(3663), + [anon_sym_LBRACK] = ACTIONS(3661), + [anon_sym_EQ] = ACTIONS(3663), + [anon_sym_static] = ACTIONS(3661), + [anon_sym_register] = ACTIONS(3661), + [anon_sym_inline] = ACTIONS(3661), + [anon_sym_thread_local] = ACTIONS(3661), + [anon_sym_const] = ACTIONS(3661), + [anon_sym_volatile] = ACTIONS(3661), + [anon_sym_restrict] = ACTIONS(3661), + [anon_sym__Atomic] = ACTIONS(3661), + [anon_sym_mutable] = ACTIONS(3661), + [anon_sym_constexpr] = ACTIONS(3661), + [anon_sym_DASH_GT] = ACTIONS(3663), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3661), + [anon_sym_override] = ACTIONS(3661), + [anon_sym_virtual] = ACTIONS(3661), + [anon_sym_template] = ACTIONS(3661), + [anon_sym_GT2] = ACTIONS(3663), + [anon_sym_operator] = ACTIONS(3661), + [anon_sym_noexcept] = ACTIONS(3661), + [anon_sym_throw] = ACTIONS(3661), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3661), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3661), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3661), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3661), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3661), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3661), + [anon_sym_MOZ_COLD] = ACTIONS(3661), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3661), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3661), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3661), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3661), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3661), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3661), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3661), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3661), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3661), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3661), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3661), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3661), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3661), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3661), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3661), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3661), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3661), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3661), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_NONNULL] = ACTIONS(3661), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3661), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3661), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3661), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3661), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3661), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_NORETURN] = ACTIONS(3661), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3661), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3661), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3661), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3661), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3661), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3661), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3661), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3661), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3661), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3661), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3661), + [anon_sym_MOZ_RAII] = ACTIONS(3661), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3661), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3661), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3661), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3661), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3661), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3661), }, [1347] = { - [sym_identifier] = ACTIONS(3319), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3321), - [anon_sym_COMMA] = ACTIONS(3321), - [anon_sym_RPAREN] = ACTIONS(3321), - [anon_sym_LPAREN2] = ACTIONS(3321), - [anon_sym_TILDE] = ACTIONS(3321), - [anon_sym_STAR] = ACTIONS(3321), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_AMP] = ACTIONS(3319), - [anon_sym_SEMI] = ACTIONS(3321), - [anon_sym_extern] = ACTIONS(3319), - [anon_sym___attribute__] = ACTIONS(3319), - [anon_sym_COLON_COLON] = ACTIONS(3321), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3321), - [anon_sym___declspec] = ACTIONS(3319), - [anon_sym___based] = ACTIONS(3319), - [anon_sym_LBRACE] = ACTIONS(3321), - [anon_sym_LBRACK] = ACTIONS(3319), - [anon_sym_EQ] = ACTIONS(3321), - [anon_sym_static] = ACTIONS(3319), - [anon_sym_register] = ACTIONS(3319), - [anon_sym_inline] = ACTIONS(3319), - [anon_sym_thread_local] = ACTIONS(3319), - [anon_sym_const] = ACTIONS(3319), - [anon_sym_volatile] = ACTIONS(3319), - [anon_sym_restrict] = ACTIONS(3319), - [anon_sym__Atomic] = ACTIONS(3319), - [anon_sym_mutable] = ACTIONS(3319), - [anon_sym_constexpr] = ACTIONS(3319), - [anon_sym_DASH_GT] = ACTIONS(3321), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3319), - [anon_sym_override] = ACTIONS(3319), - [anon_sym_virtual] = ACTIONS(3319), - [anon_sym_template] = ACTIONS(3319), - [anon_sym_GT2] = ACTIONS(3321), - [anon_sym_operator] = ACTIONS(3319), - [anon_sym_noexcept] = ACTIONS(3319), - [anon_sym_throw] = ACTIONS(3319), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3319), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3319), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3319), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3319), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3319), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3319), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3319), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3319), - [anon_sym_MOZ_COLD] = ACTIONS(3319), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3319), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3319), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3319), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3319), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3319), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3319), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3319), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3319), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3319), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3319), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3319), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3319), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3319), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3319), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3319), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3319), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3319), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3319), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3319), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3319), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_NONNULL] = ACTIONS(3319), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3319), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3319), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3319), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3319), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3319), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_NORETURN] = ACTIONS(3319), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3319), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3319), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3319), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3319), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3319), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3319), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3319), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3319), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3319), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3319), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3319), - [anon_sym_MOZ_RAII] = ACTIONS(3319), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3319), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3319), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3319), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3319), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3319), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3319), + [sym_identifier] = ACTIONS(3665), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3667), + [anon_sym_COMMA] = ACTIONS(3667), + [anon_sym_RPAREN] = ACTIONS(3667), + [anon_sym_LPAREN2] = ACTIONS(3667), + [anon_sym_TILDE] = ACTIONS(3667), + [anon_sym_STAR] = ACTIONS(3667), + [anon_sym_AMP_AMP] = ACTIONS(3667), + [anon_sym_AMP] = ACTIONS(3665), + [anon_sym_SEMI] = ACTIONS(3667), + [anon_sym_extern] = ACTIONS(3665), + [anon_sym___attribute__] = ACTIONS(3665), + [anon_sym_COLON_COLON] = ACTIONS(3667), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3667), + [anon_sym___declspec] = ACTIONS(3665), + [anon_sym___based] = ACTIONS(3665), + [anon_sym_LBRACE] = ACTIONS(3667), + [anon_sym_LBRACK] = ACTIONS(3665), + [anon_sym_EQ] = ACTIONS(3667), + [anon_sym_static] = ACTIONS(3665), + [anon_sym_register] = ACTIONS(3665), + [anon_sym_inline] = ACTIONS(3665), + [anon_sym_thread_local] = ACTIONS(3665), + [anon_sym_const] = ACTIONS(3665), + [anon_sym_volatile] = ACTIONS(3665), + [anon_sym_restrict] = ACTIONS(3665), + [anon_sym__Atomic] = ACTIONS(3665), + [anon_sym_mutable] = ACTIONS(3665), + [anon_sym_constexpr] = ACTIONS(3665), + [anon_sym_DASH_GT] = ACTIONS(3667), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3665), + [anon_sym_override] = ACTIONS(3665), + [anon_sym_virtual] = ACTIONS(3665), + [anon_sym_template] = ACTIONS(3665), + [anon_sym_GT2] = ACTIONS(3667), + [anon_sym_operator] = ACTIONS(3665), + [anon_sym_noexcept] = ACTIONS(3665), + [anon_sym_throw] = ACTIONS(3665), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3665), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3665), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3665), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3665), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3665), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3665), + [anon_sym_MOZ_COLD] = ACTIONS(3665), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3665), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3665), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3665), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3665), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3665), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3665), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3665), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3665), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3665), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3665), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3665), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3665), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3665), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3665), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3665), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3665), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3665), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3665), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_NONNULL] = ACTIONS(3665), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3665), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3665), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3665), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3665), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3665), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_NORETURN] = ACTIONS(3665), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3665), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3665), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3665), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3665), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3665), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3665), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3665), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3665), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3665), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3665), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3665), + [anon_sym_MOZ_RAII] = ACTIONS(3665), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3665), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3665), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3665), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3665), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3665), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3665), }, [1348] = { - [sym_identifier] = ACTIONS(3323), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3325), - [anon_sym_COMMA] = ACTIONS(3325), - [anon_sym_RPAREN] = ACTIONS(3325), - [anon_sym_LPAREN2] = ACTIONS(3325), - [anon_sym_TILDE] = ACTIONS(3325), - [anon_sym_STAR] = ACTIONS(3325), - [anon_sym_AMP_AMP] = ACTIONS(3325), - [anon_sym_AMP] = ACTIONS(3323), - [anon_sym_SEMI] = ACTIONS(3325), - [anon_sym_extern] = ACTIONS(3323), - [anon_sym___attribute__] = ACTIONS(3323), - [anon_sym_COLON_COLON] = ACTIONS(3325), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3325), - [anon_sym___declspec] = ACTIONS(3323), - [anon_sym___based] = ACTIONS(3323), - [anon_sym_LBRACE] = ACTIONS(3325), - [anon_sym_LBRACK] = ACTIONS(3323), - [anon_sym_EQ] = ACTIONS(3325), - [anon_sym_static] = ACTIONS(3323), - [anon_sym_register] = ACTIONS(3323), - [anon_sym_inline] = ACTIONS(3323), - [anon_sym_thread_local] = ACTIONS(3323), - [anon_sym_const] = ACTIONS(3323), - [anon_sym_volatile] = ACTIONS(3323), - [anon_sym_restrict] = ACTIONS(3323), - [anon_sym__Atomic] = ACTIONS(3323), - [anon_sym_mutable] = ACTIONS(3323), - [anon_sym_constexpr] = ACTIONS(3323), - [anon_sym_DASH_GT] = ACTIONS(3325), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3323), - [anon_sym_override] = ACTIONS(3323), - [anon_sym_virtual] = ACTIONS(3323), - [anon_sym_template] = ACTIONS(3323), - [anon_sym_GT2] = ACTIONS(3325), - [anon_sym_operator] = ACTIONS(3323), - [anon_sym_noexcept] = ACTIONS(3323), - [anon_sym_throw] = ACTIONS(3323), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3323), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3323), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3323), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3323), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3323), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3323), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3323), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3323), - [anon_sym_MOZ_COLD] = ACTIONS(3323), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3323), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3323), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3323), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3323), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3323), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3323), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3323), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3323), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3323), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3323), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3323), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3323), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3323), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3323), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3323), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3323), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3323), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3323), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3323), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3323), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_NONNULL] = ACTIONS(3323), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3323), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3323), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3323), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3323), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3323), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_NORETURN] = ACTIONS(3323), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3323), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3323), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3323), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3323), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3323), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3323), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3323), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3323), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3323), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3323), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3323), - [anon_sym_MOZ_RAII] = ACTIONS(3323), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3323), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3323), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3323), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3323), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3323), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3323), + [sym_identifier] = ACTIONS(3669), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3671), + [anon_sym_COMMA] = ACTIONS(3671), + [anon_sym_RPAREN] = ACTIONS(3671), + [anon_sym_LPAREN2] = ACTIONS(3671), + [anon_sym_TILDE] = ACTIONS(3671), + [anon_sym_STAR] = ACTIONS(3671), + [anon_sym_AMP_AMP] = ACTIONS(3671), + [anon_sym_AMP] = ACTIONS(3669), + [anon_sym_SEMI] = ACTIONS(3671), + [anon_sym_extern] = ACTIONS(3669), + [anon_sym___attribute__] = ACTIONS(3669), + [anon_sym_COLON_COLON] = ACTIONS(3671), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3671), + [anon_sym___declspec] = ACTIONS(3669), + [anon_sym___based] = ACTIONS(3669), + [anon_sym_LBRACE] = ACTIONS(3671), + [anon_sym_LBRACK] = ACTIONS(3669), + [anon_sym_EQ] = ACTIONS(3671), + [anon_sym_static] = ACTIONS(3669), + [anon_sym_register] = ACTIONS(3669), + [anon_sym_inline] = ACTIONS(3669), + [anon_sym_thread_local] = ACTIONS(3669), + [anon_sym_const] = ACTIONS(3669), + [anon_sym_volatile] = ACTIONS(3669), + [anon_sym_restrict] = ACTIONS(3669), + [anon_sym__Atomic] = ACTIONS(3669), + [anon_sym_mutable] = ACTIONS(3669), + [anon_sym_constexpr] = ACTIONS(3669), + [anon_sym_DASH_GT] = ACTIONS(3671), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3669), + [anon_sym_override] = ACTIONS(3669), + [anon_sym_virtual] = ACTIONS(3669), + [anon_sym_template] = ACTIONS(3669), + [anon_sym_GT2] = ACTIONS(3671), + [anon_sym_operator] = ACTIONS(3669), + [anon_sym_noexcept] = ACTIONS(3669), + [anon_sym_throw] = ACTIONS(3669), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3669), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3669), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3669), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3669), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3669), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3669), + [anon_sym_MOZ_COLD] = ACTIONS(3669), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3669), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3669), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3669), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3669), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3669), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3669), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3669), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3669), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3669), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3669), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3669), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3669), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3669), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3669), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3669), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3669), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3669), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3669), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_NONNULL] = ACTIONS(3669), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3669), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3669), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3669), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3669), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3669), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_NORETURN] = ACTIONS(3669), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3669), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3669), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3669), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3669), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3669), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3669), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3669), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3669), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3669), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3669), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3669), + [anon_sym_MOZ_RAII] = ACTIONS(3669), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3669), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3669), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3669), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3669), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3669), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3669), }, [1349] = { - [sym_identifier] = ACTIONS(3327), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3329), - [anon_sym_COMMA] = ACTIONS(3329), - [anon_sym_RPAREN] = ACTIONS(3329), - [anon_sym_LPAREN2] = ACTIONS(3329), - [anon_sym_TILDE] = ACTIONS(3329), - [anon_sym_STAR] = ACTIONS(3329), - [anon_sym_AMP_AMP] = ACTIONS(3329), - [anon_sym_AMP] = ACTIONS(3327), - [anon_sym_SEMI] = ACTIONS(3329), - [anon_sym_extern] = ACTIONS(3327), - [anon_sym___attribute__] = ACTIONS(3327), - [anon_sym_COLON_COLON] = ACTIONS(3329), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3329), - [anon_sym___declspec] = ACTIONS(3327), - [anon_sym___based] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3329), - [anon_sym_LBRACK] = ACTIONS(3327), - [anon_sym_EQ] = ACTIONS(3329), - [anon_sym_static] = ACTIONS(3327), - [anon_sym_register] = ACTIONS(3327), - [anon_sym_inline] = ACTIONS(3327), - [anon_sym_thread_local] = ACTIONS(3327), - [anon_sym_const] = ACTIONS(3327), - [anon_sym_volatile] = ACTIONS(3327), - [anon_sym_restrict] = ACTIONS(3327), - [anon_sym__Atomic] = ACTIONS(3327), - [anon_sym_mutable] = ACTIONS(3327), - [anon_sym_constexpr] = ACTIONS(3327), - [anon_sym_DASH_GT] = ACTIONS(3329), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3327), - [anon_sym_override] = ACTIONS(3327), - [anon_sym_virtual] = ACTIONS(3327), - [anon_sym_template] = ACTIONS(3327), - [anon_sym_GT2] = ACTIONS(3329), - [anon_sym_operator] = ACTIONS(3327), - [anon_sym_noexcept] = ACTIONS(3327), - [anon_sym_throw] = ACTIONS(3327), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3327), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3327), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3327), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3327), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3327), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3327), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3327), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3327), - [anon_sym_MOZ_COLD] = ACTIONS(3327), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3327), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3327), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3327), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3327), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3327), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3327), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3327), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3327), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3327), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3327), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3327), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3327), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3327), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3327), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3327), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3327), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3327), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3327), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3327), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3327), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_NONNULL] = ACTIONS(3327), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3327), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3327), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3327), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3327), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3327), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_NORETURN] = ACTIONS(3327), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3327), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3327), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3327), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3327), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3327), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3327), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3327), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3327), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3327), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3327), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3327), - [anon_sym_MOZ_RAII] = ACTIONS(3327), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3327), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3327), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3327), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3327), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3327), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3327), + [sym_identifier] = ACTIONS(3673), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3675), + [anon_sym_COMMA] = ACTIONS(3675), + [anon_sym_RPAREN] = ACTIONS(3675), + [anon_sym_LPAREN2] = ACTIONS(3675), + [anon_sym_TILDE] = ACTIONS(3675), + [anon_sym_STAR] = ACTIONS(3675), + [anon_sym_AMP_AMP] = ACTIONS(3675), + [anon_sym_AMP] = ACTIONS(3673), + [anon_sym_SEMI] = ACTIONS(3675), + [anon_sym_extern] = ACTIONS(3673), + [anon_sym___attribute__] = ACTIONS(3673), + [anon_sym_COLON_COLON] = ACTIONS(3675), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3675), + [anon_sym___declspec] = ACTIONS(3673), + [anon_sym___based] = ACTIONS(3673), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_LBRACK] = ACTIONS(3673), + [anon_sym_EQ] = ACTIONS(3675), + [anon_sym_static] = ACTIONS(3673), + [anon_sym_register] = ACTIONS(3673), + [anon_sym_inline] = ACTIONS(3673), + [anon_sym_thread_local] = ACTIONS(3673), + [anon_sym_const] = ACTIONS(3673), + [anon_sym_volatile] = ACTIONS(3673), + [anon_sym_restrict] = ACTIONS(3673), + [anon_sym__Atomic] = ACTIONS(3673), + [anon_sym_mutable] = ACTIONS(3673), + [anon_sym_constexpr] = ACTIONS(3673), + [anon_sym_DASH_GT] = ACTIONS(3675), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3673), + [anon_sym_override] = ACTIONS(3673), + [anon_sym_virtual] = ACTIONS(3673), + [anon_sym_template] = ACTIONS(3673), + [anon_sym_GT2] = ACTIONS(3675), + [anon_sym_operator] = ACTIONS(3673), + [anon_sym_noexcept] = ACTIONS(3673), + [anon_sym_throw] = ACTIONS(3673), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3673), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3673), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3673), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3673), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3673), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3673), + [anon_sym_MOZ_COLD] = ACTIONS(3673), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3673), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3673), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3673), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3673), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3673), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3673), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3673), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3673), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3673), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3673), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3673), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3673), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3673), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3673), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3673), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3673), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3673), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3673), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_NONNULL] = ACTIONS(3673), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3673), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3673), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3673), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3673), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3673), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_NORETURN] = ACTIONS(3673), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3673), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3673), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3673), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3673), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3673), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3673), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3673), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3673), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3673), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3673), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3673), + [anon_sym_MOZ_RAII] = ACTIONS(3673), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3673), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3673), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3673), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3673), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3673), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3673), }, [1350] = { - [sym_identifier] = ACTIONS(3331), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3333), - [anon_sym_COMMA] = ACTIONS(3333), - [anon_sym_RPAREN] = ACTIONS(3333), - [anon_sym_LPAREN2] = ACTIONS(3333), - [anon_sym_TILDE] = ACTIONS(3333), - [anon_sym_STAR] = ACTIONS(3333), - [anon_sym_AMP_AMP] = ACTIONS(3333), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_SEMI] = ACTIONS(3333), - [anon_sym_extern] = ACTIONS(3331), - [anon_sym___attribute__] = ACTIONS(3331), - [anon_sym_COLON_COLON] = ACTIONS(3333), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3333), - [anon_sym___declspec] = ACTIONS(3331), - [anon_sym___based] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3333), - [anon_sym_LBRACK] = ACTIONS(3331), - [anon_sym_EQ] = ACTIONS(3333), - [anon_sym_static] = ACTIONS(3331), - [anon_sym_register] = ACTIONS(3331), - [anon_sym_inline] = ACTIONS(3331), - [anon_sym_thread_local] = ACTIONS(3331), - [anon_sym_const] = ACTIONS(3331), - [anon_sym_volatile] = ACTIONS(3331), - [anon_sym_restrict] = ACTIONS(3331), - [anon_sym__Atomic] = ACTIONS(3331), - [anon_sym_mutable] = ACTIONS(3331), - [anon_sym_constexpr] = ACTIONS(3331), - [anon_sym_DASH_GT] = ACTIONS(3333), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3331), - [anon_sym_override] = ACTIONS(3331), - [anon_sym_virtual] = ACTIONS(3331), - [anon_sym_template] = ACTIONS(3331), - [anon_sym_GT2] = ACTIONS(3333), - [anon_sym_operator] = ACTIONS(3331), - [anon_sym_noexcept] = ACTIONS(3331), - [anon_sym_throw] = ACTIONS(3331), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3331), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3331), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3331), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3331), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3331), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3331), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3331), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3331), - [anon_sym_MOZ_COLD] = ACTIONS(3331), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3331), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3331), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3331), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3331), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3331), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3331), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3331), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3331), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3331), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3331), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3331), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3331), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3331), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3331), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3331), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3331), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3331), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3331), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3331), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3331), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_NONNULL] = ACTIONS(3331), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3331), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3331), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3331), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3331), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3331), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_NORETURN] = ACTIONS(3331), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3331), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3331), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3331), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3331), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3331), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3331), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3331), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3331), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3331), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3331), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3331), - [anon_sym_MOZ_RAII] = ACTIONS(3331), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3331), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3331), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3331), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3331), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3331), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3677), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3679), + [anon_sym_COMMA] = ACTIONS(3679), + [anon_sym_RPAREN] = ACTIONS(3679), + [anon_sym_LPAREN2] = ACTIONS(3679), + [anon_sym_TILDE] = ACTIONS(3679), + [anon_sym_STAR] = ACTIONS(3679), + [anon_sym_AMP_AMP] = ACTIONS(3679), + [anon_sym_AMP] = ACTIONS(3677), + [anon_sym_SEMI] = ACTIONS(3679), + [anon_sym_extern] = ACTIONS(3677), + [anon_sym___attribute__] = ACTIONS(3677), + [anon_sym_COLON_COLON] = ACTIONS(3679), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3679), + [anon_sym___declspec] = ACTIONS(3677), + [anon_sym___based] = ACTIONS(3677), + [anon_sym_LBRACE] = ACTIONS(3679), + [anon_sym_LBRACK] = ACTIONS(3677), + [anon_sym_EQ] = ACTIONS(3679), + [anon_sym_static] = ACTIONS(3677), + [anon_sym_register] = ACTIONS(3677), + [anon_sym_inline] = ACTIONS(3677), + [anon_sym_thread_local] = ACTIONS(3677), + [anon_sym_const] = ACTIONS(3677), + [anon_sym_volatile] = ACTIONS(3677), + [anon_sym_restrict] = ACTIONS(3677), + [anon_sym__Atomic] = ACTIONS(3677), + [anon_sym_mutable] = ACTIONS(3677), + [anon_sym_constexpr] = ACTIONS(3677), + [anon_sym_DASH_GT] = ACTIONS(3679), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3677), + [anon_sym_override] = ACTIONS(3677), + [anon_sym_virtual] = ACTIONS(3677), + [anon_sym_template] = ACTIONS(3677), + [anon_sym_GT2] = ACTIONS(3679), + [anon_sym_operator] = ACTIONS(3677), + [anon_sym_noexcept] = ACTIONS(3677), + [anon_sym_throw] = ACTIONS(3677), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3677), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3677), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3677), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3677), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3677), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3677), + [anon_sym_MOZ_COLD] = ACTIONS(3677), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3677), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3677), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3677), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3677), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3677), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3677), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3677), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3677), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3677), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3677), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3677), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3677), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3677), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3677), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3677), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3677), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3677), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3677), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_NONNULL] = ACTIONS(3677), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3677), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3677), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3677), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3677), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3677), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_NORETURN] = ACTIONS(3677), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3677), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3677), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3677), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3677), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3677), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3677), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3677), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3677), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3677), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3677), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3677), + [anon_sym_MOZ_RAII] = ACTIONS(3677), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3677), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3677), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3677), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3677), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3677), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3677), }, [1351] = { - [sym_identifier] = ACTIONS(3335), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3337), - [anon_sym_COMMA] = ACTIONS(3337), - [anon_sym_RPAREN] = ACTIONS(3337), - [anon_sym_LPAREN2] = ACTIONS(3337), - [anon_sym_TILDE] = ACTIONS(3337), - [anon_sym_STAR] = ACTIONS(3337), - [anon_sym_AMP_AMP] = ACTIONS(3337), - [anon_sym_AMP] = ACTIONS(3335), - [anon_sym_SEMI] = ACTIONS(3337), - [anon_sym_extern] = ACTIONS(3335), - [anon_sym___attribute__] = ACTIONS(3335), - [anon_sym_COLON_COLON] = ACTIONS(3337), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3337), - [anon_sym___declspec] = ACTIONS(3335), - [anon_sym___based] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3337), - [anon_sym_LBRACK] = ACTIONS(3335), - [anon_sym_EQ] = ACTIONS(3337), - [anon_sym_static] = ACTIONS(3335), - [anon_sym_register] = ACTIONS(3335), - [anon_sym_inline] = ACTIONS(3335), - [anon_sym_thread_local] = ACTIONS(3335), - [anon_sym_const] = ACTIONS(3335), - [anon_sym_volatile] = ACTIONS(3335), - [anon_sym_restrict] = ACTIONS(3335), - [anon_sym__Atomic] = ACTIONS(3335), - [anon_sym_mutable] = ACTIONS(3335), - [anon_sym_constexpr] = ACTIONS(3335), - [anon_sym_DASH_GT] = ACTIONS(3337), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3335), - [anon_sym_override] = ACTIONS(3335), - [anon_sym_virtual] = ACTIONS(3335), - [anon_sym_template] = ACTIONS(3335), - [anon_sym_GT2] = ACTIONS(3337), - [anon_sym_operator] = ACTIONS(3335), - [anon_sym_noexcept] = ACTIONS(3335), - [anon_sym_throw] = ACTIONS(3335), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3335), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3335), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3335), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3335), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3335), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3335), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3335), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3335), - [anon_sym_MOZ_COLD] = ACTIONS(3335), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3335), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3335), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3335), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3335), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3335), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3335), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3335), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3335), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3335), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3335), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3335), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3335), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3335), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3335), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3335), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3335), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3335), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3335), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3335), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3335), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_NONNULL] = ACTIONS(3335), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3335), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3335), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3335), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3335), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3335), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_NORETURN] = ACTIONS(3335), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3335), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3335), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3335), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3335), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3335), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3335), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3335), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3335), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3335), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3335), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3335), - [anon_sym_MOZ_RAII] = ACTIONS(3335), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3335), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3335), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3335), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3335), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3335), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3335), + [sym_identifier] = ACTIONS(3681), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3683), + [anon_sym_COMMA] = ACTIONS(3683), + [anon_sym_RPAREN] = ACTIONS(3683), + [anon_sym_LPAREN2] = ACTIONS(3683), + [anon_sym_TILDE] = ACTIONS(3683), + [anon_sym_STAR] = ACTIONS(3683), + [anon_sym_AMP_AMP] = ACTIONS(3683), + [anon_sym_AMP] = ACTIONS(3681), + [anon_sym_SEMI] = ACTIONS(3683), + [anon_sym_extern] = ACTIONS(3681), + [anon_sym___attribute__] = ACTIONS(3681), + [anon_sym_COLON_COLON] = ACTIONS(3683), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3683), + [anon_sym___declspec] = ACTIONS(3681), + [anon_sym___based] = ACTIONS(3681), + [anon_sym_LBRACE] = ACTIONS(3683), + [anon_sym_LBRACK] = ACTIONS(3681), + [anon_sym_EQ] = ACTIONS(3683), + [anon_sym_static] = ACTIONS(3681), + [anon_sym_register] = ACTIONS(3681), + [anon_sym_inline] = ACTIONS(3681), + [anon_sym_thread_local] = ACTIONS(3681), + [anon_sym_const] = ACTIONS(3681), + [anon_sym_volatile] = ACTIONS(3681), + [anon_sym_restrict] = ACTIONS(3681), + [anon_sym__Atomic] = ACTIONS(3681), + [anon_sym_mutable] = ACTIONS(3681), + [anon_sym_constexpr] = ACTIONS(3681), + [anon_sym_DASH_GT] = ACTIONS(3683), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3681), + [anon_sym_override] = ACTIONS(3681), + [anon_sym_virtual] = ACTIONS(3681), + [anon_sym_template] = ACTIONS(3681), + [anon_sym_GT2] = ACTIONS(3683), + [anon_sym_operator] = ACTIONS(3681), + [anon_sym_noexcept] = ACTIONS(3681), + [anon_sym_throw] = ACTIONS(3681), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3681), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3681), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3681), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3681), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3681), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3681), + [anon_sym_MOZ_COLD] = ACTIONS(3681), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3681), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3681), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3681), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3681), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3681), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3681), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3681), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3681), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3681), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3681), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3681), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3681), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3681), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3681), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3681), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3681), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3681), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3681), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_NONNULL] = ACTIONS(3681), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3681), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3681), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3681), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3681), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3681), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_NORETURN] = ACTIONS(3681), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3681), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3681), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3681), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3681), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3681), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3681), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3681), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3681), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3681), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3681), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3681), + [anon_sym_MOZ_RAII] = ACTIONS(3681), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3681), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3681), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3681), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3681), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3681), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3681), }, [1352] = { - [sym_identifier] = ACTIONS(3339), - [anon_sym_extern] = ACTIONS(3339), - [anon_sym___attribute__] = ACTIONS(3339), - [anon_sym_COLON_COLON] = ACTIONS(3341), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3341), - [anon_sym___declspec] = ACTIONS(3339), - [anon_sym___cdecl] = ACTIONS(3339), - [anon_sym___clrcall] = ACTIONS(3339), - [anon_sym___stdcall] = ACTIONS(3339), - [anon_sym___fastcall] = ACTIONS(3339), - [anon_sym___thiscall] = ACTIONS(3339), - [anon_sym___vectorcall] = ACTIONS(3339), - [anon_sym_LBRACE] = ACTIONS(3341), - [anon_sym_static] = ACTIONS(3339), - [anon_sym_register] = ACTIONS(3339), - [anon_sym_inline] = ACTIONS(3339), - [anon_sym_thread_local] = ACTIONS(3339), - [anon_sym_const] = ACTIONS(3339), - [anon_sym_volatile] = ACTIONS(3339), - [anon_sym_restrict] = ACTIONS(3339), - [anon_sym__Atomic] = ACTIONS(3339), - [anon_sym_mutable] = ACTIONS(3339), - [anon_sym_constexpr] = ACTIONS(3339), - [anon_sym_signed] = ACTIONS(3339), - [anon_sym_unsigned] = ACTIONS(3339), - [anon_sym_long] = ACTIONS(3339), - [anon_sym_short] = ACTIONS(3339), - [sym_primitive_type] = ACTIONS(3339), - [anon_sym_enum] = ACTIONS(3339), - [anon_sym_class] = ACTIONS(3339), - [anon_sym_struct] = ACTIONS(3339), - [anon_sym_union] = ACTIONS(3339), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3339), - [anon_sym_virtual] = ACTIONS(3339), - [sym_auto] = ACTIONS(3339), - [anon_sym_typename] = ACTIONS(3339), - [anon_sym_template] = ACTIONS(3339), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3339), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3339), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3339), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3339), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3339), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3339), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3339), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3339), - [anon_sym_MOZ_COLD] = ACTIONS(3339), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3339), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3339), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3339), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3339), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3339), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3339), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3339), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3339), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3339), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3339), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3339), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3339), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3339), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3339), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3339), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3339), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3339), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3339), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3339), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3339), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3339), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3339), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3339), - [anon_sym_MOZ_NONNULL] = ACTIONS(3339), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3339), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3339), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3339), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3339), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3339), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3339), - [anon_sym_MOZ_NORETURN] = ACTIONS(3339), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3339), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3339), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3339), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3339), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3339), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3339), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3339), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3339), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3339), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3339), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3339), - [anon_sym_MOZ_RAII] = ACTIONS(3339), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3339), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3339), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3339), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3339), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3339), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3339), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3339), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3339), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3339), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3339), + [sym_identifier] = ACTIONS(3685), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3687), + [anon_sym_COMMA] = ACTIONS(3687), + [anon_sym_RPAREN] = ACTIONS(3687), + [anon_sym_LPAREN2] = ACTIONS(3687), + [anon_sym_TILDE] = ACTIONS(3687), + [anon_sym_STAR] = ACTIONS(3687), + [anon_sym_AMP_AMP] = ACTIONS(3687), + [anon_sym_AMP] = ACTIONS(3685), + [anon_sym_SEMI] = ACTIONS(3687), + [anon_sym_extern] = ACTIONS(3685), + [anon_sym___attribute__] = ACTIONS(3685), + [anon_sym_COLON_COLON] = ACTIONS(3687), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3687), + [anon_sym___declspec] = ACTIONS(3685), + [anon_sym___based] = ACTIONS(3685), + [anon_sym_LBRACE] = ACTIONS(3687), + [anon_sym_LBRACK] = ACTIONS(3685), + [anon_sym_EQ] = ACTIONS(3687), + [anon_sym_static] = ACTIONS(3685), + [anon_sym_register] = ACTIONS(3685), + [anon_sym_inline] = ACTIONS(3685), + [anon_sym_thread_local] = ACTIONS(3685), + [anon_sym_const] = ACTIONS(3685), + [anon_sym_volatile] = ACTIONS(3685), + [anon_sym_restrict] = ACTIONS(3685), + [anon_sym__Atomic] = ACTIONS(3685), + [anon_sym_mutable] = ACTIONS(3685), + [anon_sym_constexpr] = ACTIONS(3685), + [anon_sym_DASH_GT] = ACTIONS(3687), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3685), + [anon_sym_override] = ACTIONS(3685), + [anon_sym_virtual] = ACTIONS(3685), + [anon_sym_template] = ACTIONS(3685), + [anon_sym_GT2] = ACTIONS(3687), + [anon_sym_operator] = ACTIONS(3685), + [anon_sym_noexcept] = ACTIONS(3685), + [anon_sym_throw] = ACTIONS(3685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3685), + [anon_sym_MOZ_COLD] = ACTIONS(3685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_NONNULL] = ACTIONS(3685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_NORETURN] = ACTIONS(3685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3685), + [anon_sym_MOZ_RAII] = ACTIONS(3685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3685), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3685), }, [1353] = { - [sym__expression] = STATE(2674), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_initializer_list] = STATE(2652), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2742), - [anon_sym_COMMA] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3347), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_SLASH] = ACTIONS(2750), - [anon_sym_PERCENT] = ACTIONS(2742), - [anon_sym_PIPE_PIPE] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_CARET] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(1029), - [anon_sym_EQ_EQ] = ACTIONS(2742), - [anon_sym_BANG_EQ] = ACTIONS(2742), - [anon_sym_GT] = ACTIONS(2750), - [anon_sym_GT_EQ] = ACTIONS(2742), - [anon_sym_LT_EQ] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_LT_LT] = ACTIONS(2742), - [anon_sym_GT_GT] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(2742), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_QMARK] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [anon_sym_DOT] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2742), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3691), + [anon_sym_COMMA] = ACTIONS(3691), + [anon_sym_RPAREN] = ACTIONS(3691), + [anon_sym_LPAREN2] = ACTIONS(3691), + [anon_sym_TILDE] = ACTIONS(3691), + [anon_sym_STAR] = ACTIONS(3691), + [anon_sym_AMP_AMP] = ACTIONS(3691), + [anon_sym_AMP] = ACTIONS(3689), + [anon_sym_SEMI] = ACTIONS(3691), + [anon_sym_extern] = ACTIONS(3689), + [anon_sym___attribute__] = ACTIONS(3689), + [anon_sym_COLON_COLON] = ACTIONS(3691), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3691), + [anon_sym___declspec] = ACTIONS(3689), + [anon_sym___based] = ACTIONS(3689), + [anon_sym_LBRACE] = ACTIONS(3691), + [anon_sym_LBRACK] = ACTIONS(3689), + [anon_sym_EQ] = ACTIONS(3691), + [anon_sym_static] = ACTIONS(3689), + [anon_sym_register] = ACTIONS(3689), + [anon_sym_inline] = ACTIONS(3689), + [anon_sym_thread_local] = ACTIONS(3689), + [anon_sym_const] = ACTIONS(3689), + [anon_sym_volatile] = ACTIONS(3689), + [anon_sym_restrict] = ACTIONS(3689), + [anon_sym__Atomic] = ACTIONS(3689), + [anon_sym_mutable] = ACTIONS(3689), + [anon_sym_constexpr] = ACTIONS(3689), + [anon_sym_DASH_GT] = ACTIONS(3691), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3689), + [anon_sym_override] = ACTIONS(3689), + [anon_sym_virtual] = ACTIONS(3689), + [anon_sym_template] = ACTIONS(3689), + [anon_sym_GT2] = ACTIONS(3691), + [anon_sym_operator] = ACTIONS(3689), + [anon_sym_noexcept] = ACTIONS(3689), + [anon_sym_throw] = ACTIONS(3689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3689), + [anon_sym_MOZ_COLD] = ACTIONS(3689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_NONNULL] = ACTIONS(3689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_NORETURN] = ACTIONS(3689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3689), + [anon_sym_MOZ_RAII] = ACTIONS(3689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3689), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3689), }, [1354] = { - [sym__expression] = STATE(2796), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_initializer_list] = STATE(3080), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2742), - [anon_sym_COMMA] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2856), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_SLASH] = ACTIONS(2750), - [anon_sym_PERCENT] = ACTIONS(2742), - [anon_sym_PIPE_PIPE] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_CARET] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2742), - [anon_sym_BANG_EQ] = ACTIONS(2742), - [anon_sym_GT] = ACTIONS(2750), - [anon_sym_GT_EQ] = ACTIONS(2750), - [anon_sym_LT_EQ] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_LT_LT] = ACTIONS(2742), - [anon_sym_GT_GT] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(3365), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_QMARK] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [anon_sym_DOT] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2742), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(2742), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [sym_identifier] = ACTIONS(3693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3695), + [anon_sym_COMMA] = ACTIONS(3695), + [anon_sym_RPAREN] = ACTIONS(3695), + [anon_sym_LPAREN2] = ACTIONS(3695), + [anon_sym_TILDE] = ACTIONS(3695), + [anon_sym_STAR] = ACTIONS(3695), + [anon_sym_AMP_AMP] = ACTIONS(3695), + [anon_sym_AMP] = ACTIONS(3693), + [anon_sym_SEMI] = ACTIONS(3695), + [anon_sym_extern] = ACTIONS(3693), + [anon_sym___attribute__] = ACTIONS(3693), + [anon_sym_COLON_COLON] = ACTIONS(3695), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3695), + [anon_sym___declspec] = ACTIONS(3693), + [anon_sym___based] = ACTIONS(3693), + [anon_sym_LBRACE] = ACTIONS(3695), + [anon_sym_LBRACK] = ACTIONS(3693), + [anon_sym_EQ] = ACTIONS(3695), + [anon_sym_static] = ACTIONS(3693), + [anon_sym_register] = ACTIONS(3693), + [anon_sym_inline] = ACTIONS(3693), + [anon_sym_thread_local] = ACTIONS(3693), + [anon_sym_const] = ACTIONS(3693), + [anon_sym_volatile] = ACTIONS(3693), + [anon_sym_restrict] = ACTIONS(3693), + [anon_sym__Atomic] = ACTIONS(3693), + [anon_sym_mutable] = ACTIONS(3693), + [anon_sym_constexpr] = ACTIONS(3693), + [anon_sym_DASH_GT] = ACTIONS(3695), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3693), + [anon_sym_override] = ACTIONS(3693), + [anon_sym_virtual] = ACTIONS(3693), + [anon_sym_template] = ACTIONS(3693), + [anon_sym_GT2] = ACTIONS(3695), + [anon_sym_operator] = ACTIONS(3693), + [anon_sym_noexcept] = ACTIONS(3693), + [anon_sym_throw] = ACTIONS(3693), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3693), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3693), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3693), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3693), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3693), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3693), + [anon_sym_MOZ_COLD] = ACTIONS(3693), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3693), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3693), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3693), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3693), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3693), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3693), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3693), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3693), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3693), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3693), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3693), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3693), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3693), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3693), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3693), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3693), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3693), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3693), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_NONNULL] = ACTIONS(3693), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3693), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3693), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3693), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3693), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3693), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_NORETURN] = ACTIONS(3693), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3693), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3693), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3693), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3693), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3693), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3693), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3693), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3693), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3693), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3693), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3693), + [anon_sym_MOZ_RAII] = ACTIONS(3693), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3693), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3693), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3693), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3693), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3693), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3693), }, [1355] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2401), - [anon_sym_COMMA] = ACTIONS(2409), - [anon_sym_RPAREN] = ACTIONS(2409), - [anon_sym_LPAREN2] = ACTIONS(2409), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2409), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2409), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_DASH_GT] = ACTIONS(2409), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2401), - [anon_sym_override] = ACTIONS(2401), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_noexcept] = ACTIONS(2401), - [anon_sym_throw] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), + [sym_identifier] = ACTIONS(3697), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3699), + [anon_sym_COMMA] = ACTIONS(3699), + [anon_sym_RPAREN] = ACTIONS(3699), + [anon_sym_LPAREN2] = ACTIONS(3699), + [anon_sym_TILDE] = ACTIONS(3699), + [anon_sym_STAR] = ACTIONS(3699), + [anon_sym_AMP_AMP] = ACTIONS(3699), + [anon_sym_AMP] = ACTIONS(3697), + [anon_sym_SEMI] = ACTIONS(3699), + [anon_sym_extern] = ACTIONS(3697), + [anon_sym___attribute__] = ACTIONS(3697), + [anon_sym_COLON_COLON] = ACTIONS(3699), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3699), + [anon_sym___declspec] = ACTIONS(3697), + [anon_sym___based] = ACTIONS(3697), + [anon_sym_LBRACE] = ACTIONS(3699), + [anon_sym_LBRACK] = ACTIONS(3697), + [anon_sym_EQ] = ACTIONS(3699), + [anon_sym_static] = ACTIONS(3697), + [anon_sym_register] = ACTIONS(3697), + [anon_sym_inline] = ACTIONS(3697), + [anon_sym_thread_local] = ACTIONS(3697), + [anon_sym_const] = ACTIONS(3697), + [anon_sym_volatile] = ACTIONS(3697), + [anon_sym_restrict] = ACTIONS(3697), + [anon_sym__Atomic] = ACTIONS(3697), + [anon_sym_mutable] = ACTIONS(3697), + [anon_sym_constexpr] = ACTIONS(3697), + [anon_sym_DASH_GT] = ACTIONS(3699), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3697), + [anon_sym_override] = ACTIONS(3697), + [anon_sym_virtual] = ACTIONS(3697), + [anon_sym_template] = ACTIONS(3697), + [anon_sym_GT2] = ACTIONS(3699), + [anon_sym_operator] = ACTIONS(3697), + [anon_sym_noexcept] = ACTIONS(3697), + [anon_sym_throw] = ACTIONS(3697), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3697), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3697), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3697), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3697), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3697), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3697), + [anon_sym_MOZ_COLD] = ACTIONS(3697), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3697), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3697), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3697), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3697), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3697), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3697), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3697), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3697), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3697), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3697), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3697), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3697), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3697), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3697), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3697), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3697), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3697), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3697), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_NONNULL] = ACTIONS(3697), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3697), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3697), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3697), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3697), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3697), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_NORETURN] = ACTIONS(3697), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3697), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3697), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3697), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3697), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3697), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3697), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3697), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3697), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3697), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3697), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3697), + [anon_sym_MOZ_RAII] = ACTIONS(3697), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3697), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3697), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3697), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3697), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3697), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3697), }, [1356] = { - [sym_identifier] = ACTIONS(3367), - [anon_sym_extern] = ACTIONS(3367), - [anon_sym___attribute__] = ACTIONS(3367), - [anon_sym_COLON_COLON] = ACTIONS(3369), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3369), - [anon_sym___declspec] = ACTIONS(3367), - [anon_sym___cdecl] = ACTIONS(3367), - [anon_sym___clrcall] = ACTIONS(3367), - [anon_sym___stdcall] = ACTIONS(3367), - [anon_sym___fastcall] = ACTIONS(3367), - [anon_sym___thiscall] = ACTIONS(3367), - [anon_sym___vectorcall] = ACTIONS(3367), - [anon_sym_LBRACE] = ACTIONS(3369), - [anon_sym_static] = ACTIONS(3367), - [anon_sym_register] = ACTIONS(3367), - [anon_sym_inline] = ACTIONS(3367), - [anon_sym_thread_local] = ACTIONS(3367), - [anon_sym_const] = ACTIONS(3367), - [anon_sym_volatile] = ACTIONS(3367), - [anon_sym_restrict] = ACTIONS(3367), - [anon_sym__Atomic] = ACTIONS(3367), - [anon_sym_mutable] = ACTIONS(3367), - [anon_sym_constexpr] = ACTIONS(3367), - [anon_sym_signed] = ACTIONS(3367), - [anon_sym_unsigned] = ACTIONS(3367), - [anon_sym_long] = ACTIONS(3367), - [anon_sym_short] = ACTIONS(3367), - [sym_primitive_type] = ACTIONS(3367), - [anon_sym_enum] = ACTIONS(3367), - [anon_sym_class] = ACTIONS(3367), - [anon_sym_struct] = ACTIONS(3367), - [anon_sym_union] = ACTIONS(3367), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3367), - [anon_sym_virtual] = ACTIONS(3367), - [sym_auto] = ACTIONS(3367), - [anon_sym_typename] = ACTIONS(3367), - [anon_sym_template] = ACTIONS(3367), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3367), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3367), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3367), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3367), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3367), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3367), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3367), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3367), - [anon_sym_MOZ_COLD] = ACTIONS(3367), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3367), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3367), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3367), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3367), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3367), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3367), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3367), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3367), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3367), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3367), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3367), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3367), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3367), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3367), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3367), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3367), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3367), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3367), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3367), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3367), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3367), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3367), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3367), - [anon_sym_MOZ_NONNULL] = ACTIONS(3367), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3367), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3367), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3367), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3367), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3367), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3367), - [anon_sym_MOZ_NORETURN] = ACTIONS(3367), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3367), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3367), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3367), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3367), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3367), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3367), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3367), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3367), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3367), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3367), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3367), - [anon_sym_MOZ_RAII] = ACTIONS(3367), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3367), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3367), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3367), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3367), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3367), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3367), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3367), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3367), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3367), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3367), + [sym_identifier] = ACTIONS(3701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3703), + [anon_sym_COMMA] = ACTIONS(3703), + [anon_sym_RPAREN] = ACTIONS(3703), + [anon_sym_LPAREN2] = ACTIONS(3703), + [anon_sym_TILDE] = ACTIONS(3703), + [anon_sym_STAR] = ACTIONS(3703), + [anon_sym_AMP_AMP] = ACTIONS(3703), + [anon_sym_AMP] = ACTIONS(3701), + [anon_sym_SEMI] = ACTIONS(3703), + [anon_sym_extern] = ACTIONS(3701), + [anon_sym___attribute__] = ACTIONS(3701), + [anon_sym_COLON_COLON] = ACTIONS(3703), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3703), + [anon_sym___declspec] = ACTIONS(3701), + [anon_sym___based] = ACTIONS(3701), + [anon_sym_LBRACE] = ACTIONS(3703), + [anon_sym_LBRACK] = ACTIONS(3701), + [anon_sym_EQ] = ACTIONS(3703), + [anon_sym_static] = ACTIONS(3701), + [anon_sym_register] = ACTIONS(3701), + [anon_sym_inline] = ACTIONS(3701), + [anon_sym_thread_local] = ACTIONS(3701), + [anon_sym_const] = ACTIONS(3701), + [anon_sym_volatile] = ACTIONS(3701), + [anon_sym_restrict] = ACTIONS(3701), + [anon_sym__Atomic] = ACTIONS(3701), + [anon_sym_mutable] = ACTIONS(3701), + [anon_sym_constexpr] = ACTIONS(3701), + [anon_sym_DASH_GT] = ACTIONS(3703), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3701), + [anon_sym_override] = ACTIONS(3701), + [anon_sym_virtual] = ACTIONS(3701), + [anon_sym_template] = ACTIONS(3701), + [anon_sym_GT2] = ACTIONS(3703), + [anon_sym_operator] = ACTIONS(3701), + [anon_sym_noexcept] = ACTIONS(3701), + [anon_sym_throw] = ACTIONS(3701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3701), + [anon_sym_MOZ_COLD] = ACTIONS(3701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_NONNULL] = ACTIONS(3701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_NORETURN] = ACTIONS(3701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3701), + [anon_sym_MOZ_RAII] = ACTIONS(3701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3701), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3701), }, [1357] = { - [sym__declaration_modifiers] = STATE(1269), - [sym_attribute_specifier] = STATE(1269), - [sym_attribute_declaration] = STATE(1269), - [sym_ms_declspec_modifier] = STATE(1269), - [sym_storage_class_specifier] = STATE(1269), - [sym_type_qualifier] = STATE(1269), - [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3371), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_identifier] = ACTIONS(3452), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3454), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_RPAREN] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3454), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(3454), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [anon_sym_DASH_GT] = ACTIONS(3454), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3452), + [anon_sym_override] = ACTIONS(3452), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_GT2] = ACTIONS(3454), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_noexcept] = ACTIONS(3452), + [anon_sym_throw] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), }, [1358] = { - [sym__declaration_modifiers] = STATE(1269), - [sym_attribute_specifier] = STATE(1269), - [sym_attribute_declaration] = STATE(1269), - [sym_ms_declspec_modifier] = STATE(1269), - [sym_storage_class_specifier] = STATE(1269), - [sym_type_qualifier] = STATE(1269), - [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3373), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_identifier] = ACTIONS(3452), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3454), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_RPAREN] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3454), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(3454), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [anon_sym_DASH_GT] = ACTIONS(3454), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3452), + [anon_sym_override] = ACTIONS(3452), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_GT2] = ACTIONS(3454), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_noexcept] = ACTIONS(3452), + [anon_sym_throw] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), }, [1359] = { - [sym__declaration_modifiers] = STATE(1269), - [sym_attribute_specifier] = STATE(1269), - [sym_attribute_declaration] = STATE(1269), - [sym_ms_declspec_modifier] = STATE(1269), - [sym_storage_class_specifier] = STATE(1269), - [sym_type_qualifier] = STATE(1269), - [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3375), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_identifier] = ACTIONS(3705), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3707), + [anon_sym_COMMA] = ACTIONS(3707), + [anon_sym_RPAREN] = ACTIONS(3707), + [anon_sym_LPAREN2] = ACTIONS(3707), + [anon_sym_TILDE] = ACTIONS(3707), + [anon_sym_STAR] = ACTIONS(3707), + [anon_sym_AMP_AMP] = ACTIONS(3707), + [anon_sym_AMP] = ACTIONS(3705), + [anon_sym_SEMI] = ACTIONS(3707), + [anon_sym_extern] = ACTIONS(3705), + [anon_sym___attribute__] = ACTIONS(3705), + [anon_sym_COLON_COLON] = ACTIONS(3707), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3707), + [anon_sym___declspec] = ACTIONS(3705), + [anon_sym___based] = ACTIONS(3705), + [anon_sym_LBRACE] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(3705), + [anon_sym_EQ] = ACTIONS(3707), + [anon_sym_static] = ACTIONS(3705), + [anon_sym_register] = ACTIONS(3705), + [anon_sym_inline] = ACTIONS(3705), + [anon_sym_thread_local] = ACTIONS(3705), + [anon_sym_const] = ACTIONS(3705), + [anon_sym_volatile] = ACTIONS(3705), + [anon_sym_restrict] = ACTIONS(3705), + [anon_sym__Atomic] = ACTIONS(3705), + [anon_sym_mutable] = ACTIONS(3705), + [anon_sym_constexpr] = ACTIONS(3705), + [anon_sym_DASH_GT] = ACTIONS(3707), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3705), + [anon_sym_override] = ACTIONS(3705), + [anon_sym_virtual] = ACTIONS(3705), + [anon_sym_template] = ACTIONS(3705), + [anon_sym_GT2] = ACTIONS(3707), + [anon_sym_operator] = ACTIONS(3705), + [anon_sym_noexcept] = ACTIONS(3705), + [anon_sym_throw] = ACTIONS(3705), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3705), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3705), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3705), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3705), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3705), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3705), + [anon_sym_MOZ_COLD] = ACTIONS(3705), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3705), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3705), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3705), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3705), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3705), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3705), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3705), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3705), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3705), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3705), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3705), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3705), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3705), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3705), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3705), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3705), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3705), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3705), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_NONNULL] = ACTIONS(3705), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3705), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3705), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3705), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3705), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3705), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_NORETURN] = ACTIONS(3705), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3705), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3705), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3705), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3705), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3705), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3705), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3705), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3705), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3705), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3705), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3705), + [anon_sym_MOZ_RAII] = ACTIONS(3705), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3705), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3705), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3705), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3705), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3705), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3705), }, [1360] = { - [sym__expression] = STATE(3087), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_initializer_list] = STATE(2652), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3381), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_SLASH] = ACTIONS(2750), - [anon_sym_PERCENT] = ACTIONS(2742), - [anon_sym_PIPE_PIPE] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_CARET] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(2832), - [anon_sym_EQ_EQ] = ACTIONS(2742), - [anon_sym_BANG_EQ] = ACTIONS(2742), - [anon_sym_GT] = ACTIONS(2750), - [anon_sym_GT_EQ] = ACTIONS(2742), - [anon_sym_LT_EQ] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_LT_LT] = ACTIONS(2742), - [anon_sym_GT_GT] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(3387), + [sym_identifier] = ACTIONS(3709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3711), + [anon_sym_COMMA] = ACTIONS(3711), + [anon_sym_RPAREN] = ACTIONS(3711), + [anon_sym_LPAREN2] = ACTIONS(3711), + [anon_sym_TILDE] = ACTIONS(3711), + [anon_sym_STAR] = ACTIONS(3711), + [anon_sym_AMP_AMP] = ACTIONS(3711), + [anon_sym_AMP] = ACTIONS(3709), + [anon_sym_SEMI] = ACTIONS(3711), + [anon_sym_extern] = ACTIONS(3709), + [anon_sym___attribute__] = ACTIONS(3709), + [anon_sym_COLON_COLON] = ACTIONS(3711), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3711), + [anon_sym___declspec] = ACTIONS(3709), + [anon_sym___based] = ACTIONS(3709), + [anon_sym_LBRACE] = ACTIONS(3711), + [anon_sym_LBRACK] = ACTIONS(3709), + [anon_sym_EQ] = ACTIONS(3711), + [anon_sym_static] = ACTIONS(3709), + [anon_sym_register] = ACTIONS(3709), + [anon_sym_inline] = ACTIONS(3709), + [anon_sym_thread_local] = ACTIONS(3709), + [anon_sym_const] = ACTIONS(3709), + [anon_sym_volatile] = ACTIONS(3709), + [anon_sym_restrict] = ACTIONS(3709), + [anon_sym__Atomic] = ACTIONS(3709), + [anon_sym_mutable] = ACTIONS(3709), + [anon_sym_constexpr] = ACTIONS(3709), + [anon_sym_DASH_GT] = ACTIONS(3711), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3709), + [anon_sym_override] = ACTIONS(3709), + [anon_sym_virtual] = ACTIONS(3709), + [anon_sym_template] = ACTIONS(3709), + [anon_sym_GT2] = ACTIONS(3711), + [anon_sym_operator] = ACTIONS(3709), + [anon_sym_noexcept] = ACTIONS(3709), + [anon_sym_throw] = ACTIONS(3709), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3709), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3709), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3709), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3709), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3709), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3709), + [anon_sym_MOZ_COLD] = ACTIONS(3709), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3709), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3709), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3709), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3709), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3709), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3709), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3709), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3709), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3709), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3709), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3709), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3709), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3709), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3709), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3709), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3709), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3709), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3709), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_NONNULL] = ACTIONS(3709), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3709), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3709), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3709), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3709), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3709), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_NORETURN] = ACTIONS(3709), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3709), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3709), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3709), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3709), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3709), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3709), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3709), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3709), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3709), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3709), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3709), + [anon_sym_MOZ_RAII] = ACTIONS(3709), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3709), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3709), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3709), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3709), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3709), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3709), + }, + [1361] = { + [sym_identifier] = ACTIONS(3713), + [anon_sym_extern] = ACTIONS(3713), + [anon_sym___attribute__] = ACTIONS(3713), + [anon_sym_COLON_COLON] = ACTIONS(3715), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3715), + [anon_sym___declspec] = ACTIONS(3713), + [anon_sym___cdecl] = ACTIONS(3713), + [anon_sym___clrcall] = ACTIONS(3713), + [anon_sym___stdcall] = ACTIONS(3713), + [anon_sym___fastcall] = ACTIONS(3713), + [anon_sym___thiscall] = ACTIONS(3713), + [anon_sym___vectorcall] = ACTIONS(3713), + [anon_sym_LBRACE] = ACTIONS(3715), + [anon_sym_static] = ACTIONS(3713), + [anon_sym_register] = ACTIONS(3713), + [anon_sym_inline] = ACTIONS(3713), + [anon_sym_thread_local] = ACTIONS(3713), + [anon_sym_const] = ACTIONS(3713), + [anon_sym_volatile] = ACTIONS(3713), + [anon_sym_restrict] = ACTIONS(3713), + [anon_sym__Atomic] = ACTIONS(3713), + [anon_sym_mutable] = ACTIONS(3713), + [anon_sym_constexpr] = ACTIONS(3713), + [anon_sym_signed] = ACTIONS(3713), + [anon_sym_unsigned] = ACTIONS(3713), + [anon_sym_long] = ACTIONS(3713), + [anon_sym_short] = ACTIONS(3713), + [sym_primitive_type] = ACTIONS(3713), + [anon_sym_enum] = ACTIONS(3713), + [anon_sym_class] = ACTIONS(3713), + [anon_sym_struct] = ACTIONS(3713), + [anon_sym_union] = ACTIONS(3713), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3713), + [anon_sym_virtual] = ACTIONS(3713), + [sym_auto] = ACTIONS(3713), + [anon_sym_typename] = ACTIONS(3713), + [anon_sym_template] = ACTIONS(3713), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3713), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3713), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3713), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3713), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3713), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3713), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3713), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3713), + [anon_sym_MOZ_COLD] = ACTIONS(3713), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3713), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3713), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3713), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3713), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3713), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3713), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3713), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3713), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3713), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3713), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3713), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3713), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3713), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3713), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3713), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3713), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3713), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3713), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3713), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3713), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3713), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3713), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3713), + [anon_sym_MOZ_NONNULL] = ACTIONS(3713), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3713), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3713), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3713), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3713), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3713), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3713), + [anon_sym_MOZ_NORETURN] = ACTIONS(3713), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3713), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3713), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3713), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3713), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3713), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3713), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3713), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3713), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3713), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3713), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3713), + [anon_sym_MOZ_RAII] = ACTIONS(3713), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3713), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3713), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3713), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3713), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3713), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3713), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3713), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3713), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3713), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3713), + }, + [1362] = { + [sym__expression] = STATE(2798), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_initializer_list] = STATE(3079), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3114), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3226), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_SLASH] = ACTIONS(3122), + [anon_sym_PERCENT] = ACTIONS(3114), + [anon_sym_PIPE_PIPE] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_PIPE] = ACTIONS(3122), + [anon_sym_CARET] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3114), + [anon_sym_BANG_EQ] = ACTIONS(3114), + [anon_sym_GT] = ACTIONS(3122), + [anon_sym_GT_EQ] = ACTIONS(3122), + [anon_sym_LT_EQ] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3122), + [anon_sym_LT_LT] = ACTIONS(3114), + [anon_sym_GT_GT] = ACTIONS(3122), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACE] = ACTIONS(3719), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_QMARK] = ACTIONS(3114), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DASH_GT] = ACTIONS(3114), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_GT2] = ACTIONS(3114), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1363] = { + [sym__expression] = STATE(2685), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_initializer_list] = STATE(2682), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3114), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3725), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_SLASH] = ACTIONS(3122), + [anon_sym_PERCENT] = ACTIONS(3114), + [anon_sym_PIPE_PIPE] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_PIPE] = ACTIONS(3122), + [anon_sym_CARET] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_EQ_EQ] = ACTIONS(3114), + [anon_sym_BANG_EQ] = ACTIONS(3114), + [anon_sym_GT] = ACTIONS(3122), + [anon_sym_GT_EQ] = ACTIONS(3114), + [anon_sym_LT_EQ] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3122), + [anon_sym_LT_LT] = ACTIONS(3114), + [anon_sym_GT_GT] = ACTIONS(3114), + [anon_sym_COLON_COLON] = ACTIONS(3729), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_COLON] = ACTIONS(2750), - [anon_sym_QMARK] = ACTIONS(2742), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [anon_sym_DOT] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2742), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3114), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_QMARK] = ACTIONS(3114), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DASH_GT] = ACTIONS(3114), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -251791,9 +253202,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -251815,1857 +253226,1753 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1361] = { - [sym__declaration_modifiers] = STATE(1269), - [sym_attribute_specifier] = STATE(1269), - [sym_attribute_declaration] = STATE(1269), - [sym_ms_declspec_modifier] = STATE(1269), - [sym_storage_class_specifier] = STATE(1269), - [sym_type_qualifier] = STATE(1269), - [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3399), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1362] = { - [sym_field_declaration_list] = STATE(1436), - [sym_virtual_specifier] = STATE(4012), - [sym_base_class_clause] = STATE(4797), - [sym_identifier] = ACTIONS(3033), - [anon_sym_COMMA] = ACTIONS(3035), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_EQ] = ACTIONS(3035), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3035), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_noexcept] = ACTIONS(3033), - [anon_sym_throw] = ACTIONS(3033), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3033), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3033), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3033), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3033), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3033), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3033), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3033), - [anon_sym_MOZ_COLD] = ACTIONS(3033), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3033), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3033), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3033), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3033), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3033), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3033), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3033), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3033), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3033), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3033), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3033), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3033), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3033), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3033), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3033), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3033), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3033), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3033), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3033), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_NONNULL] = ACTIONS(3033), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3033), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3033), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3033), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3033), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3033), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3033), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3033), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3033), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3033), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3033), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3033), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3033), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3033), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3033), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3033), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3033), - [anon_sym_MOZ_RAII] = ACTIONS(3033), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3033), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3033), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3033), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3033), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3033), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3033), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3033), - }, - [1363] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2988), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2427), - [anon_sym_COMMA] = ACTIONS(3405), - [anon_sym_LPAREN2] = ACTIONS(2427), - [anon_sym_TILDE] = ACTIONS(2427), - [anon_sym_STAR] = ACTIONS(2427), - [anon_sym_AMP_AMP] = ACTIONS(2427), - [anon_sym_AMP] = ACTIONS(2988), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2988), - [anon_sym___attribute__] = ACTIONS(2988), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [anon_sym___declspec] = ACTIONS(2988), - [anon_sym___based] = ACTIONS(2988), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2988), - [anon_sym_EQ] = ACTIONS(3407), - [anon_sym_static] = ACTIONS(2988), - [anon_sym_register] = ACTIONS(2988), - [anon_sym_inline] = ACTIONS(2988), - [anon_sym_thread_local] = ACTIONS(2988), - [anon_sym_const] = ACTIONS(2988), - [anon_sym_volatile] = ACTIONS(2988), - [anon_sym_restrict] = ACTIONS(2988), - [anon_sym__Atomic] = ACTIONS(2988), - [anon_sym_mutable] = ACTIONS(2988), - [anon_sym_constexpr] = ACTIONS(2988), - [anon_sym_COLON] = ACTIONS(2988), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2988), - [anon_sym_override] = ACTIONS(2988), - [anon_sym_virtual] = ACTIONS(2988), - [anon_sym_template] = ACTIONS(2988), - [anon_sym_GT2] = ACTIONS(3405), - [anon_sym_operator] = ACTIONS(2988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2988), - [anon_sym_MOZ_COLD] = ACTIONS(2988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_NONNULL] = ACTIONS(2988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_NORETURN] = ACTIONS(2988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2988), - [anon_sym_MOZ_RAII] = ACTIONS(2988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2988), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2988), - }, [1364] = { - [sym_field_declaration_list] = STATE(1414), - [sym_virtual_specifier] = STATE(4084), - [sym_base_class_clause] = STATE(4819), - [sym_identifier] = ACTIONS(3062), - [anon_sym_COMMA] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3064), - [anon_sym_AMP_AMP] = ACTIONS(3064), - [anon_sym_AMP] = ACTIONS(3062), - [anon_sym_SEMI] = ACTIONS(3064), - [anon_sym_extern] = ACTIONS(3062), - [anon_sym___attribute__] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3064), - [anon_sym___declspec] = ACTIONS(3062), - [anon_sym___based] = ACTIONS(3062), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_LBRACK] = ACTIONS(3062), - [anon_sym_EQ] = ACTIONS(3064), - [anon_sym_static] = ACTIONS(3062), - [anon_sym_register] = ACTIONS(3062), - [anon_sym_inline] = ACTIONS(3062), - [anon_sym_thread_local] = ACTIONS(3062), - [anon_sym_const] = ACTIONS(3062), - [anon_sym_volatile] = ACTIONS(3062), - [anon_sym_restrict] = ACTIONS(3062), - [anon_sym__Atomic] = ACTIONS(3062), - [anon_sym_mutable] = ACTIONS(3062), - [anon_sym_constexpr] = ACTIONS(3062), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3064), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3062), - [anon_sym_operator] = ACTIONS(3062), - [anon_sym_noexcept] = ACTIONS(3062), - [anon_sym_throw] = ACTIONS(3062), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3062), - [anon_sym_MOZ_COLD] = ACTIONS(3062), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3062), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3062), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3062), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3062), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3062), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3062), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3062), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3062), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3062), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3062), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3062), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3062), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_RAII] = ACTIONS(3062), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3062), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3062), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3062), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3062), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3062), + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(2397), + [anon_sym_COMMA] = ACTIONS(2405), + [anon_sym_RPAREN] = ACTIONS(2405), + [anon_sym_LPAREN2] = ACTIONS(2405), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(2405), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2405), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_DASH_GT] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2397), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_noexcept] = ACTIONS(2397), + [anon_sym_throw] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, [1365] = { - [sym_field_declaration_list] = STATE(1405), - [sym_virtual_specifier] = STATE(4075), - [sym_base_class_clause] = STATE(4822), - [sym_identifier] = ACTIONS(3072), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_extern] = ACTIONS(3072), - [anon_sym___attribute__] = ACTIONS(3072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3072), - [anon_sym___based] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_EQ] = ACTIONS(3074), - [anon_sym_static] = ACTIONS(3072), - [anon_sym_register] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_thread_local] = ACTIONS(3072), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3072), - [anon_sym_restrict] = ACTIONS(3072), - [anon_sym__Atomic] = ACTIONS(3072), - [anon_sym_mutable] = ACTIONS(3072), - [anon_sym_constexpr] = ACTIONS(3072), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3074), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_noexcept] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3072), - [anon_sym_MOZ_COLD] = ACTIONS(3072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_RAII] = ACTIONS(3072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3072), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3072), + [sym_identifier] = ACTIONS(3741), + [anon_sym_extern] = ACTIONS(3741), + [anon_sym___attribute__] = ACTIONS(3741), + [anon_sym_COLON_COLON] = ACTIONS(3743), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3743), + [anon_sym___declspec] = ACTIONS(3741), + [anon_sym___cdecl] = ACTIONS(3741), + [anon_sym___clrcall] = ACTIONS(3741), + [anon_sym___stdcall] = ACTIONS(3741), + [anon_sym___fastcall] = ACTIONS(3741), + [anon_sym___thiscall] = ACTIONS(3741), + [anon_sym___vectorcall] = ACTIONS(3741), + [anon_sym_LBRACE] = ACTIONS(3743), + [anon_sym_static] = ACTIONS(3741), + [anon_sym_register] = ACTIONS(3741), + [anon_sym_inline] = ACTIONS(3741), + [anon_sym_thread_local] = ACTIONS(3741), + [anon_sym_const] = ACTIONS(3741), + [anon_sym_volatile] = ACTIONS(3741), + [anon_sym_restrict] = ACTIONS(3741), + [anon_sym__Atomic] = ACTIONS(3741), + [anon_sym_mutable] = ACTIONS(3741), + [anon_sym_constexpr] = ACTIONS(3741), + [anon_sym_signed] = ACTIONS(3741), + [anon_sym_unsigned] = ACTIONS(3741), + [anon_sym_long] = ACTIONS(3741), + [anon_sym_short] = ACTIONS(3741), + [sym_primitive_type] = ACTIONS(3741), + [anon_sym_enum] = ACTIONS(3741), + [anon_sym_class] = ACTIONS(3741), + [anon_sym_struct] = ACTIONS(3741), + [anon_sym_union] = ACTIONS(3741), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3741), + [anon_sym_virtual] = ACTIONS(3741), + [sym_auto] = ACTIONS(3741), + [anon_sym_typename] = ACTIONS(3741), + [anon_sym_template] = ACTIONS(3741), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3741), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3741), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3741), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3741), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3741), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3741), + [anon_sym_MOZ_COLD] = ACTIONS(3741), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3741), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3741), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3741), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3741), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3741), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3741), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3741), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3741), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3741), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3741), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3741), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3741), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3741), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3741), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3741), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3741), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3741), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3741), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3741), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3741), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3741), + [anon_sym_MOZ_NONNULL] = ACTIONS(3741), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3741), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3741), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3741), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3741), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3741), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3741), + [anon_sym_MOZ_NORETURN] = ACTIONS(3741), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3741), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3741), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3741), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3741), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3741), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3741), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3741), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3741), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3741), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3741), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3741), + [anon_sym_MOZ_RAII] = ACTIONS(3741), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3741), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3741), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3741), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3741), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3741), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3741), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3741), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3741), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3741), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3741), }, [1366] = { - [sym_identifier] = ACTIONS(3080), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3082), - [anon_sym_COMMA] = ACTIONS(3082), - [anon_sym_RPAREN] = ACTIONS(3082), - [anon_sym_LPAREN2] = ACTIONS(3082), - [anon_sym_TILDE] = ACTIONS(3082), - [anon_sym_STAR] = ACTIONS(3082), - [anon_sym_AMP_AMP] = ACTIONS(3082), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym___attribute__] = ACTIONS(3080), - [anon_sym_COLON_COLON] = ACTIONS(3082), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), - [anon_sym___declspec] = ACTIONS(3080), - [anon_sym___based] = ACTIONS(3080), - [anon_sym_LBRACE] = ACTIONS(3082), - [anon_sym_LBRACK] = ACTIONS(3080), - [anon_sym_EQ] = ACTIONS(3082), - [anon_sym_static] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_inline] = ACTIONS(3080), - [anon_sym_thread_local] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [anon_sym_volatile] = ACTIONS(3080), - [anon_sym_restrict] = ACTIONS(3080), - [anon_sym__Atomic] = ACTIONS(3080), - [anon_sym_mutable] = ACTIONS(3080), - [anon_sym_constexpr] = ACTIONS(3080), - [anon_sym_COLON] = ACTIONS(3080), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3080), - [anon_sym_override] = ACTIONS(3080), - [anon_sym_virtual] = ACTIONS(3080), - [anon_sym_explicit] = ACTIONS(3080), - [anon_sym_template] = ACTIONS(3080), - [anon_sym_GT2] = ACTIONS(3082), - [anon_sym_operator] = ACTIONS(3080), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3080), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3080), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3080), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3080), - [anon_sym_MOZ_COLD] = ACTIONS(3080), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3080), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3080), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3080), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3080), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3080), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3080), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3080), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3080), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3080), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3080), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3080), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3080), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3080), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_NONNULL] = ACTIONS(3080), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3080), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3080), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3080), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3080), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3080), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3080), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3080), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3080), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3080), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3080), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3080), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3080), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3080), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3080), - [anon_sym_MOZ_RAII] = ACTIONS(3080), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3080), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3080), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3080), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3080), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3080), + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3745), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, [1367] = { - [sym_field_declaration_list] = STATE(1437), - [sym_virtual_specifier] = STATE(4024), - [sym_base_class_clause] = STATE(4787), - [sym_identifier] = ACTIONS(3047), - [anon_sym_COMMA] = ACTIONS(3049), - [anon_sym_LPAREN2] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3049), - [anon_sym_AMP_AMP] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3047), - [anon_sym_SEMI] = ACTIONS(3049), - [anon_sym_extern] = ACTIONS(3047), - [anon_sym___attribute__] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3049), - [anon_sym___declspec] = ACTIONS(3047), - [anon_sym___based] = ACTIONS(3047), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_LBRACK] = ACTIONS(3047), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_static] = ACTIONS(3047), - [anon_sym_register] = ACTIONS(3047), - [anon_sym_inline] = ACTIONS(3047), - [anon_sym_thread_local] = ACTIONS(3047), - [anon_sym_const] = ACTIONS(3047), - [anon_sym_volatile] = ACTIONS(3047), - [anon_sym_restrict] = ACTIONS(3047), - [anon_sym__Atomic] = ACTIONS(3047), - [anon_sym_mutable] = ACTIONS(3047), - [anon_sym_constexpr] = ACTIONS(3047), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3049), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3047), - [anon_sym_operator] = ACTIONS(3047), - [anon_sym_noexcept] = ACTIONS(3047), - [anon_sym_throw] = ACTIONS(3047), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3047), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3047), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3047), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3047), - [anon_sym_MOZ_COLD] = ACTIONS(3047), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3047), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3047), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3047), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3047), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3047), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3047), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3047), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3047), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3047), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3047), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3047), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3047), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3047), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3047), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3047), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3047), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3047), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3047), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3047), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_NONNULL] = ACTIONS(3047), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3047), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3047), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3047), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3047), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3047), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3047), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3047), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3047), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3047), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3047), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3047), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3047), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3047), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3047), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3047), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3047), - [anon_sym_MOZ_RAII] = ACTIONS(3047), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3047), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3047), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3047), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3047), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3047), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3047), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3047), + [sym_field_declaration_list] = STATE(1438), + [sym_virtual_specifier] = STATE(4060), + [sym_base_class_clause] = STATE(4457), + [sym_identifier] = ACTIONS(3483), + [anon_sym_COMMA] = ACTIONS(3485), + [anon_sym_LPAREN2] = ACTIONS(3485), + [anon_sym_STAR] = ACTIONS(3485), + [anon_sym_AMP_AMP] = ACTIONS(3485), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_SEMI] = ACTIONS(3485), + [anon_sym_extern] = ACTIONS(3483), + [anon_sym___attribute__] = ACTIONS(3483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3485), + [anon_sym___declspec] = ACTIONS(3483), + [anon_sym___based] = ACTIONS(3483), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_LBRACK] = ACTIONS(3483), + [anon_sym_EQ] = ACTIONS(3485), + [anon_sym_static] = ACTIONS(3483), + [anon_sym_register] = ACTIONS(3483), + [anon_sym_inline] = ACTIONS(3483), + [anon_sym_thread_local] = ACTIONS(3483), + [anon_sym_const] = ACTIONS(3483), + [anon_sym_volatile] = ACTIONS(3483), + [anon_sym_restrict] = ACTIONS(3483), + [anon_sym__Atomic] = ACTIONS(3483), + [anon_sym_mutable] = ACTIONS(3483), + [anon_sym_constexpr] = ACTIONS(3483), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3485), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3483), + [anon_sym_operator] = ACTIONS(3483), + [anon_sym_noexcept] = ACTIONS(3483), + [anon_sym_throw] = ACTIONS(3483), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3483), + [anon_sym_MOZ_COLD] = ACTIONS(3483), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3483), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3483), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3483), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3483), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3483), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3483), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3483), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3483), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3483), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3483), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3483), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3483), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_RAII] = ACTIONS(3483), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3483), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3483), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3483), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3483), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3483), }, [1368] = { - [sym_field_declaration_list] = STATE(1427), - [sym_virtual_specifier] = STATE(4032), - [sym_base_class_clause] = STATE(4800), - [sym_identifier] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3116), - [anon_sym_LPAREN2] = ACTIONS(3116), - [anon_sym_STAR] = ACTIONS(3116), - [anon_sym_AMP_AMP] = ACTIONS(3116), - [anon_sym_AMP] = ACTIONS(3114), - [anon_sym_SEMI] = ACTIONS(3116), - [anon_sym_extern] = ACTIONS(3114), - [anon_sym___attribute__] = ACTIONS(3114), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3116), - [anon_sym___declspec] = ACTIONS(3114), - [anon_sym___based] = ACTIONS(3114), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_LBRACK] = ACTIONS(3114), - [anon_sym_EQ] = ACTIONS(3116), - [anon_sym_static] = ACTIONS(3114), - [anon_sym_register] = ACTIONS(3114), - [anon_sym_inline] = ACTIONS(3114), - [anon_sym_thread_local] = ACTIONS(3114), - [anon_sym_const] = ACTIONS(3114), - [anon_sym_volatile] = ACTIONS(3114), - [anon_sym_restrict] = ACTIONS(3114), - [anon_sym__Atomic] = ACTIONS(3114), - [anon_sym_mutable] = ACTIONS(3114), - [anon_sym_constexpr] = ACTIONS(3114), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3116), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3114), - [anon_sym_operator] = ACTIONS(3114), - [anon_sym_noexcept] = ACTIONS(3114), - [anon_sym_throw] = ACTIONS(3114), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3114), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3114), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3114), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3114), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3114), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3114), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3114), - [anon_sym_MOZ_COLD] = ACTIONS(3114), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3114), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3114), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3114), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3114), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3114), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3114), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3114), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3114), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3114), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3114), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3114), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3114), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3114), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3114), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3114), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3114), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3114), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3114), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3114), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_NONNULL] = ACTIONS(3114), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3114), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3114), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3114), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3114), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3114), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3114), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3114), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3114), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3114), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3114), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3114), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3114), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3114), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3114), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3114), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3114), - [anon_sym_MOZ_RAII] = ACTIONS(3114), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3114), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3114), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3114), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3114), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3114), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3114), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3114), + [sym_field_declaration_list] = STATE(1435), + [sym_virtual_specifier] = STATE(4074), + [sym_base_class_clause] = STATE(4461), + [sym_identifier] = ACTIONS(3471), + [anon_sym_COMMA] = ACTIONS(3473), + [anon_sym_LPAREN2] = ACTIONS(3473), + [anon_sym_STAR] = ACTIONS(3473), + [anon_sym_AMP_AMP] = ACTIONS(3473), + [anon_sym_AMP] = ACTIONS(3471), + [anon_sym_SEMI] = ACTIONS(3473), + [anon_sym_extern] = ACTIONS(3471), + [anon_sym___attribute__] = ACTIONS(3471), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3473), + [anon_sym___declspec] = ACTIONS(3471), + [anon_sym___based] = ACTIONS(3471), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_LBRACK] = ACTIONS(3471), + [anon_sym_EQ] = ACTIONS(3473), + [anon_sym_static] = ACTIONS(3471), + [anon_sym_register] = ACTIONS(3471), + [anon_sym_inline] = ACTIONS(3471), + [anon_sym_thread_local] = ACTIONS(3471), + [anon_sym_const] = ACTIONS(3471), + [anon_sym_volatile] = ACTIONS(3471), + [anon_sym_restrict] = ACTIONS(3471), + [anon_sym__Atomic] = ACTIONS(3471), + [anon_sym_mutable] = ACTIONS(3471), + [anon_sym_constexpr] = ACTIONS(3471), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3473), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3471), + [anon_sym_operator] = ACTIONS(3471), + [anon_sym_noexcept] = ACTIONS(3471), + [anon_sym_throw] = ACTIONS(3471), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3471), + [anon_sym_MOZ_COLD] = ACTIONS(3471), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3471), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3471), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3471), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3471), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3471), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3471), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3471), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3471), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3471), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3471), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3471), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3471), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_RAII] = ACTIONS(3471), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3471), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3471), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3471), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3471), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3471), }, [1369] = { - [sym__declaration_modifiers] = STATE(1269), - [sym_attribute_specifier] = STATE(1269), - [sym_attribute_declaration] = STATE(1269), - [sym_ms_declspec_modifier] = STATE(1269), - [sym_storage_class_specifier] = STATE(1269), - [sym_type_qualifier] = STATE(1269), - [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3409), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_identifier] = ACTIONS(3401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3403), + [anon_sym_COMMA] = ACTIONS(3403), + [anon_sym_RPAREN] = ACTIONS(3403), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_TILDE] = ACTIONS(3403), + [anon_sym_STAR] = ACTIONS(3403), + [anon_sym_AMP_AMP] = ACTIONS(3403), + [anon_sym_AMP] = ACTIONS(3401), + [anon_sym_extern] = ACTIONS(3401), + [anon_sym___attribute__] = ACTIONS(3401), + [anon_sym_COLON_COLON] = ACTIONS(3403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3403), + [anon_sym___declspec] = ACTIONS(3401), + [anon_sym___based] = ACTIONS(3401), + [anon_sym_LBRACE] = ACTIONS(3403), + [anon_sym_LBRACK] = ACTIONS(3401), + [anon_sym_EQ] = ACTIONS(3403), + [anon_sym_static] = ACTIONS(3401), + [anon_sym_register] = ACTIONS(3401), + [anon_sym_inline] = ACTIONS(3401), + [anon_sym_thread_local] = ACTIONS(3401), + [anon_sym_const] = ACTIONS(3401), + [anon_sym_volatile] = ACTIONS(3401), + [anon_sym_restrict] = ACTIONS(3401), + [anon_sym__Atomic] = ACTIONS(3401), + [anon_sym_mutable] = ACTIONS(3401), + [anon_sym_constexpr] = ACTIONS(3401), + [anon_sym_COLON] = ACTIONS(3401), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3401), + [anon_sym_override] = ACTIONS(3401), + [anon_sym_virtual] = ACTIONS(3401), + [anon_sym_explicit] = ACTIONS(3401), + [anon_sym_template] = ACTIONS(3401), + [anon_sym_GT2] = ACTIONS(3403), + [anon_sym_operator] = ACTIONS(3401), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3401), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3401), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3401), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3401), + [anon_sym_MOZ_COLD] = ACTIONS(3401), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3401), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3401), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3401), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3401), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3401), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3401), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3401), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3401), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3401), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3401), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3401), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3401), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3401), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_NONNULL] = ACTIONS(3401), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3401), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3401), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3401), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3401), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3401), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3401), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3401), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3401), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3401), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3401), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3401), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3401), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3401), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3401), + [anon_sym_MOZ_RAII] = ACTIONS(3401), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3401), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3401), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3401), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3401), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3401), }, [1370] = { - [sym__declaration_modifiers] = STATE(1269), - [sym_attribute_specifier] = STATE(1269), - [sym_attribute_declaration] = STATE(1269), - [sym_ms_declspec_modifier] = STATE(1269), - [sym_storage_class_specifier] = STATE(1269), - [sym_type_qualifier] = STATE(1269), - [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3411), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3751), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, [1371] = { - [sym_field_declaration_list] = STATE(1418), - [sym_virtual_specifier] = STATE(4087), - [sym_base_class_clause] = STATE(4803), - [sym_identifier] = ACTIONS(3084), - [anon_sym_COMMA] = ACTIONS(3086), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_EQ] = ACTIONS(3086), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3086), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_noexcept] = ACTIONS(3084), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3084), - [anon_sym_MOZ_COLD] = ACTIONS(3084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_RAII] = ACTIONS(3084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3084), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3084), + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3753), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, [1372] = { - [sym__declaration_modifiers] = STATE(1269), - [sym_attribute_specifier] = STATE(1269), - [sym_attribute_declaration] = STATE(1269), - [sym_ms_declspec_modifier] = STATE(1269), - [sym_storage_class_specifier] = STATE(1269), - [sym_type_qualifier] = STATE(1269), - [sym_virtual_function_specifier] = STATE(1269), - [sym_macro_annotation] = STATE(1467), - [aux_sym__declaration_specifiers_repeat1] = STATE(1269), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3413), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym___attribute__] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_register] = ACTIONS(2564), - [anon_sym_inline] = ACTIONS(2564), - [anon_sym_thread_local] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2574), - [anon_sym_volatile] = ACTIONS(2574), - [anon_sym_restrict] = ACTIONS(2574), - [anon_sym__Atomic] = ACTIONS(2574), - [anon_sym_mutable] = ACTIONS(2574), - [anon_sym_constexpr] = ACTIONS(2574), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym__expression] = STATE(3033), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_initializer_list] = STATE(2682), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3114), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3759), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_SLASH] = ACTIONS(3122), + [anon_sym_PERCENT] = ACTIONS(3114), + [anon_sym_PIPE_PIPE] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_PIPE] = ACTIONS(3122), + [anon_sym_CARET] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3114), + [anon_sym_BANG_EQ] = ACTIONS(3114), + [anon_sym_GT] = ACTIONS(3122), + [anon_sym_GT_EQ] = ACTIONS(3114), + [anon_sym_LT_EQ] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3122), + [anon_sym_LT_LT] = ACTIONS(3114), + [anon_sym_GT_GT] = ACTIONS(3114), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_COLON] = ACTIONS(3122), + [anon_sym_QMARK] = ACTIONS(3114), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), + [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DASH_GT] = ACTIONS(3114), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, [1373] = { - [sym_identifier] = ACTIONS(2780), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2782), - [anon_sym_COMMA] = ACTIONS(2782), - [anon_sym_RPAREN] = ACTIONS(2782), - [anon_sym_LPAREN2] = ACTIONS(2782), - [anon_sym_TILDE] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2782), - [anon_sym_AMP_AMP] = ACTIONS(2782), - [anon_sym_AMP] = 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_LBRACE] = ACTIONS(2782), - [anon_sym_LBRACK] = ACTIONS(2780), - [anon_sym_EQ] = ACTIONS(2782), - [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_COLON] = ACTIONS(2780), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2780), - [anon_sym_override] = ACTIONS(2780), - [anon_sym_virtual] = ACTIONS(2780), - [anon_sym_explicit] = ACTIONS(2780), - [anon_sym_template] = ACTIONS(2780), - [anon_sym_GT2] = ACTIONS(2782), - [anon_sym_operator] = ACTIONS(2780), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2780), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2780), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2780), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2780), - [anon_sym_MOZ_COLD] = ACTIONS(2780), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2780), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2780), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2780), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2780), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2780), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2780), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2780), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2780), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2780), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2780), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2780), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2780), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2780), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_NONNULL] = ACTIONS(2780), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2780), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2780), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2780), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2780), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2780), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2780), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2780), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2780), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2780), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2780), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2780), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2780), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2780), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2780), - [anon_sym_MOZ_RAII] = ACTIONS(2780), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2780), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2780), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2780), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2780), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2780), + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3777), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, [1374] = { - [sym_field_declaration_list] = STATE(1305), - [sym_virtual_specifier] = STATE(4107), - [sym_base_class_clause] = STATE(4639), - [anon_sym_COMMA] = ACTIONS(3086), - [anon_sym_RPAREN] = ACTIONS(3086), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym_extern] = ACTIONS(3086), - [anon_sym___attribute__] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3086), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_EQ] = ACTIONS(3086), - [anon_sym_static] = ACTIONS(3086), - [anon_sym_register] = ACTIONS(3086), - [anon_sym_inline] = ACTIONS(3086), - [anon_sym_thread_local] = ACTIONS(3086), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3086), - [anon_sym_restrict] = ACTIONS(3086), - [anon_sym__Atomic] = ACTIONS(3086), - [anon_sym_mutable] = ACTIONS(3086), - [anon_sym_constexpr] = ACTIONS(3086), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3086), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3415), - [anon_sym_override] = ACTIONS(3415), - [anon_sym_virtual] = ACTIONS(3086), - [anon_sym_GT2] = ACTIONS(3086), - [anon_sym_noexcept] = ACTIONS(3086), - [anon_sym_throw] = ACTIONS(3086), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3086), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3086), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3086), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3086), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3086), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3086), - [anon_sym_MOZ_COLD] = ACTIONS(3086), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3086), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3086), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3086), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3086), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3086), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3086), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3086), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3086), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3086), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3086), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3086), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3086), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3086), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3086), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3086), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3086), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3086), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3086), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3086), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3086), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3086), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3086), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3086), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3086), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3086), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3086), - [anon_sym_MOZ_NONNULL] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3086), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3086), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3086), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3086), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3086), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3086), - [anon_sym_MOZ_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3086), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3086), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3086), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3086), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3086), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3086), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3086), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3086), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3086), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3086), - [anon_sym_MOZ_RAII] = ACTIONS(3086), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3086), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3086), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3086), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3086), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3086), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3086), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3086), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3086), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3086), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3086), + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3779), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, [1375] = { - [sym_enumerator_list] = STATE(1444), - [sym__enum_base_clause] = STATE(1392), - [sym_identifier] = ACTIONS(3417), - [anon_sym_COMMA] = ACTIONS(3419), - [anon_sym_LPAREN2] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_AMP_AMP] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3417), - [anon_sym_SEMI] = ACTIONS(3419), - [anon_sym_extern] = ACTIONS(3417), - [anon_sym___attribute__] = ACTIONS(3417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), - [anon_sym___declspec] = ACTIONS(3417), - [anon_sym___based] = ACTIONS(3417), - [anon_sym_LBRACE] = ACTIONS(3419), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_EQ] = ACTIONS(3419), - [anon_sym_static] = ACTIONS(3417), - [anon_sym_register] = ACTIONS(3417), - [anon_sym_inline] = ACTIONS(3417), - [anon_sym_thread_local] = ACTIONS(3417), - [anon_sym_const] = ACTIONS(3417), - [anon_sym_volatile] = ACTIONS(3417), - [anon_sym_restrict] = ACTIONS(3417), - [anon_sym__Atomic] = ACTIONS(3417), - [anon_sym_mutable] = ACTIONS(3417), - [anon_sym_constexpr] = ACTIONS(3417), - [anon_sym_COLON] = ACTIONS(3419), - [anon_sym_DASH_GT] = ACTIONS(3419), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3417), - [anon_sym_override] = ACTIONS(3417), - [anon_sym_virtual] = ACTIONS(3417), - [anon_sym_operator] = ACTIONS(3417), - [anon_sym_noexcept] = ACTIONS(3417), - [anon_sym_throw] = ACTIONS(3417), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3417), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3417), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3417), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3417), - [anon_sym_MOZ_COLD] = ACTIONS(3417), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3417), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3417), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3417), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3417), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3417), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3417), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3417), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3417), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3417), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3417), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3417), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3417), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3417), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_NONNULL] = ACTIONS(3417), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3417), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3417), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3417), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3417), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3417), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3417), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3417), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3417), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3417), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3417), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3417), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3417), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3417), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3417), - [anon_sym_MOZ_RAII] = ACTIONS(3417), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3417), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3417), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3417), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3417), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3417), + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3781), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, [1376] = { - [sym_enumerator_list] = STATE(1328), - [sym__enum_base_clause] = STATE(1288), - [sym_identifier] = ACTIONS(3417), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3419), - [anon_sym_COMMA] = ACTIONS(3419), - [anon_sym_RPAREN] = ACTIONS(3419), - [anon_sym_LPAREN2] = ACTIONS(3419), - [anon_sym_TILDE] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_AMP_AMP] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3417), - [anon_sym_extern] = ACTIONS(3417), - [anon_sym___attribute__] = ACTIONS(3417), - [anon_sym_COLON_COLON] = ACTIONS(3419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), - [anon_sym___declspec] = ACTIONS(3417), - [anon_sym___based] = ACTIONS(3417), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_EQ] = ACTIONS(3419), - [anon_sym_static] = ACTIONS(3417), - [anon_sym_register] = ACTIONS(3417), - [anon_sym_inline] = ACTIONS(3417), - [anon_sym_thread_local] = ACTIONS(3417), - [anon_sym_const] = ACTIONS(3417), - [anon_sym_volatile] = ACTIONS(3417), - [anon_sym_restrict] = ACTIONS(3417), - [anon_sym__Atomic] = ACTIONS(3417), - [anon_sym_mutable] = ACTIONS(3417), - [anon_sym_constexpr] = ACTIONS(3417), - [anon_sym_COLON] = ACTIONS(3421), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3417), - [anon_sym_template] = ACTIONS(3417), - [anon_sym_GT2] = ACTIONS(3419), - [anon_sym_operator] = ACTIONS(3417), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3417), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3417), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3417), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3417), - [anon_sym_MOZ_COLD] = ACTIONS(3417), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3417), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3417), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3417), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3417), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3417), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3417), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3417), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3417), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3417), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3417), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3417), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3417), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3417), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_NONNULL] = ACTIONS(3417), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3417), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3417), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3417), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3417), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3417), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3417), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3417), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3417), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3417), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3417), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3417), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3417), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3417), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3417), - [anon_sym_MOZ_RAII] = ACTIONS(3417), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3417), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3417), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3417), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3417), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3417), + [sym_field_declaration_list] = STATE(1430), + [sym_virtual_specifier] = STATE(4045), + [sym_base_class_clause] = STATE(4496), + [sym_identifier] = ACTIONS(3442), + [anon_sym_COMMA] = ACTIONS(3444), + [anon_sym_LPAREN2] = ACTIONS(3444), + [anon_sym_STAR] = ACTIONS(3444), + [anon_sym_AMP_AMP] = ACTIONS(3444), + [anon_sym_AMP] = ACTIONS(3442), + [anon_sym_SEMI] = ACTIONS(3444), + [anon_sym_extern] = ACTIONS(3442), + [anon_sym___attribute__] = ACTIONS(3442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3444), + [anon_sym___declspec] = ACTIONS(3442), + [anon_sym___based] = ACTIONS(3442), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym_static] = ACTIONS(3442), + [anon_sym_register] = ACTIONS(3442), + [anon_sym_inline] = ACTIONS(3442), + [anon_sym_thread_local] = ACTIONS(3442), + [anon_sym_const] = ACTIONS(3442), + [anon_sym_volatile] = ACTIONS(3442), + [anon_sym_restrict] = ACTIONS(3442), + [anon_sym__Atomic] = ACTIONS(3442), + [anon_sym_mutable] = ACTIONS(3442), + [anon_sym_constexpr] = ACTIONS(3442), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3444), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3442), + [anon_sym_operator] = ACTIONS(3442), + [anon_sym_noexcept] = ACTIONS(3442), + [anon_sym_throw] = ACTIONS(3442), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3442), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3442), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3442), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3442), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3442), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3442), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3442), + [anon_sym_MOZ_COLD] = ACTIONS(3442), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3442), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3442), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3442), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3442), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3442), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3442), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3442), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3442), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3442), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3442), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3442), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3442), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3442), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3442), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3442), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3442), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3442), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3442), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3442), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_NONNULL] = ACTIONS(3442), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3442), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3442), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3442), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3442), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3442), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3442), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3442), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3442), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3442), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3442), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3442), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3442), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3442), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3442), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3442), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3442), + [anon_sym_MOZ_RAII] = ACTIONS(3442), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3442), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3442), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3442), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3442), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3442), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3442), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3442), }, [1377] = { - [sym_field_declaration_list] = STATE(1306), - [sym_virtual_specifier] = STATE(4016), - [sym_base_class_clause] = STATE(4758), - [anon_sym_COMMA] = ACTIONS(3049), - [anon_sym_RPAREN] = ACTIONS(3049), - [anon_sym_LPAREN2] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3049), - [anon_sym_AMP_AMP] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3047), - [anon_sym_SEMI] = ACTIONS(3049), - [anon_sym_extern] = ACTIONS(3049), - [anon_sym___attribute__] = ACTIONS(3049), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3049), - [anon_sym___declspec] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3047), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_static] = ACTIONS(3049), - [anon_sym_register] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_thread_local] = ACTIONS(3049), - [anon_sym_const] = ACTIONS(3047), - [anon_sym_volatile] = ACTIONS(3049), - [anon_sym_restrict] = ACTIONS(3049), - [anon_sym__Atomic] = ACTIONS(3049), - [anon_sym_mutable] = ACTIONS(3049), - [anon_sym_constexpr] = ACTIONS(3049), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3049), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3415), - [anon_sym_override] = ACTIONS(3415), - [anon_sym_virtual] = ACTIONS(3049), - [anon_sym_GT2] = ACTIONS(3049), - [anon_sym_noexcept] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3049), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3049), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3049), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3049), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3049), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3049), - [anon_sym_MOZ_COLD] = ACTIONS(3049), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3049), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3049), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3049), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3049), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3049), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3049), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3049), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3049), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3049), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3049), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3049), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3049), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3049), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3049), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3049), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3049), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3049), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3049), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3049), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3049), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3049), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3047), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3049), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3049), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3049), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3049), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3047), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3049), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3049), - [anon_sym_MOZ_NONNULL] = ACTIONS(3047), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3049), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3049), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3049), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3049), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3049), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3049), - [anon_sym_MOZ_NORETURN] = ACTIONS(3047), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3049), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3049), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3049), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3049), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3049), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3049), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3049), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3049), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3049), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3049), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3049), - [anon_sym_MOZ_RAII] = ACTIONS(3049), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3049), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3049), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3049), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3049), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3049), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3049), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3049), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3049), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3049), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3049), + [sym_field_declaration_list] = STATE(1446), + [sym_virtual_specifier] = STATE(4051), + [sym_base_class_clause] = STATE(4510), + [sym_identifier] = ACTIONS(3491), + [anon_sym_COMMA] = ACTIONS(3493), + [anon_sym_LPAREN2] = ACTIONS(3493), + [anon_sym_STAR] = ACTIONS(3493), + [anon_sym_AMP_AMP] = ACTIONS(3493), + [anon_sym_AMP] = ACTIONS(3491), + [anon_sym_SEMI] = ACTIONS(3493), + [anon_sym_extern] = ACTIONS(3491), + [anon_sym___attribute__] = ACTIONS(3491), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3493), + [anon_sym___declspec] = ACTIONS(3491), + [anon_sym___based] = ACTIONS(3491), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_LBRACK] = ACTIONS(3491), + [anon_sym_EQ] = ACTIONS(3493), + [anon_sym_static] = ACTIONS(3491), + [anon_sym_register] = ACTIONS(3491), + [anon_sym_inline] = ACTIONS(3491), + [anon_sym_thread_local] = ACTIONS(3491), + [anon_sym_const] = ACTIONS(3491), + [anon_sym_volatile] = ACTIONS(3491), + [anon_sym_restrict] = ACTIONS(3491), + [anon_sym__Atomic] = ACTIONS(3491), + [anon_sym_mutable] = ACTIONS(3491), + [anon_sym_constexpr] = ACTIONS(3491), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3493), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3491), + [anon_sym_operator] = ACTIONS(3491), + [anon_sym_noexcept] = ACTIONS(3491), + [anon_sym_throw] = ACTIONS(3491), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3491), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3491), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3491), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3491), + [anon_sym_MOZ_COLD] = ACTIONS(3491), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3491), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3491), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3491), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3491), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3491), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3491), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3491), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3491), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3491), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3491), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3491), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3491), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3491), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_NONNULL] = ACTIONS(3491), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3491), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3491), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3491), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3491), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3491), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3491), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3491), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3491), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3491), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3491), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3491), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3491), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3491), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3491), + [anon_sym_MOZ_RAII] = ACTIONS(3491), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3491), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3491), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3491), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3491), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3491), }, [1378] = { - [sym_enumerator_list] = STATE(1347), - [sym__enum_base_clause] = STATE(1290), + [sym_field_declaration_list] = STATE(1447), + [sym_virtual_specifier] = STATE(4002), + [sym_base_class_clause] = STATE(4526), + [sym_identifier] = ACTIONS(3436), + [anon_sym_COMMA] = ACTIONS(3438), + [anon_sym_LPAREN2] = ACTIONS(3438), + [anon_sym_STAR] = ACTIONS(3438), + [anon_sym_AMP_AMP] = ACTIONS(3438), + [anon_sym_AMP] = ACTIONS(3436), + [anon_sym_SEMI] = ACTIONS(3438), + [anon_sym_extern] = ACTIONS(3436), + [anon_sym___attribute__] = ACTIONS(3436), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3438), + [anon_sym___declspec] = ACTIONS(3436), + [anon_sym___based] = ACTIONS(3436), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_LBRACK] = ACTIONS(3436), + [anon_sym_EQ] = ACTIONS(3438), + [anon_sym_static] = ACTIONS(3436), + [anon_sym_register] = ACTIONS(3436), + [anon_sym_inline] = ACTIONS(3436), + [anon_sym_thread_local] = ACTIONS(3436), + [anon_sym_const] = ACTIONS(3436), + [anon_sym_volatile] = ACTIONS(3436), + [anon_sym_restrict] = ACTIONS(3436), + [anon_sym__Atomic] = ACTIONS(3436), + [anon_sym_mutable] = ACTIONS(3436), + [anon_sym_constexpr] = ACTIONS(3436), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3438), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3436), + [anon_sym_operator] = ACTIONS(3436), + [anon_sym_noexcept] = ACTIONS(3436), + [anon_sym_throw] = ACTIONS(3436), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3436), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3436), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3436), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3436), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3436), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3436), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3436), + [anon_sym_MOZ_COLD] = ACTIONS(3436), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3436), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3436), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3436), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3436), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3436), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3436), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3436), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3436), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3436), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3436), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3436), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3436), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3436), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3436), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3436), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3436), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3436), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3436), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3436), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_NONNULL] = ACTIONS(3436), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3436), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3436), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3436), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3436), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3436), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3436), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3436), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3436), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3436), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3436), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3436), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3436), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3436), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3436), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3436), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3436), + [anon_sym_MOZ_RAII] = ACTIONS(3436), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3436), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3436), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3436), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3436), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3436), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3436), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3436), + }, + [1379] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(3356), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2423), + [anon_sym_COMMA] = ACTIONS(3783), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(3356), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_extern] = ACTIONS(3356), + [anon_sym___attribute__] = ACTIONS(3356), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [anon_sym___declspec] = ACTIONS(3356), + [anon_sym___based] = ACTIONS(3356), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(3356), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_static] = ACTIONS(3356), + [anon_sym_register] = ACTIONS(3356), + [anon_sym_inline] = ACTIONS(3356), + [anon_sym_thread_local] = ACTIONS(3356), + [anon_sym_const] = ACTIONS(3356), + [anon_sym_volatile] = ACTIONS(3356), + [anon_sym_restrict] = ACTIONS(3356), + [anon_sym__Atomic] = ACTIONS(3356), + [anon_sym_mutable] = ACTIONS(3356), + [anon_sym_constexpr] = ACTIONS(3356), + [anon_sym_COLON] = ACTIONS(3356), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3356), + [anon_sym_override] = ACTIONS(3356), + [anon_sym_virtual] = ACTIONS(3356), + [anon_sym_template] = ACTIONS(3356), + [anon_sym_GT2] = ACTIONS(3783), + [anon_sym_operator] = ACTIONS(3356), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3356), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3356), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3356), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3356), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3356), + [anon_sym_MOZ_COLD] = ACTIONS(3356), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3356), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3356), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3356), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3356), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3356), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3356), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3356), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3356), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3356), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3356), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3356), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3356), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3356), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3356), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3356), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3356), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_NONNULL] = ACTIONS(3356), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3356), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3356), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3356), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3356), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_NORETURN] = ACTIONS(3356), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3356), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3356), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3356), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3356), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3356), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3356), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3356), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3356), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3356), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3356), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3356), + [anon_sym_MOZ_RAII] = ACTIONS(3356), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3356), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3356), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3356), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3356), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3356), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3356), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3356), + }, + [1380] = { + [sym_field_declaration_list] = STATE(1432), + [sym_virtual_specifier] = STATE(4089), + [sym_base_class_clause] = STATE(4469), [sym_identifier] = ACTIONS(3423), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3425), [anon_sym_COMMA] = ACTIONS(3425), - [anon_sym_RPAREN] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3425), - [anon_sym_TILDE] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3425), [anon_sym_AMP_AMP] = ACTIONS(3425), [anon_sym_AMP] = ACTIONS(3423), + [anon_sym_SEMI] = ACTIONS(3425), [anon_sym_extern] = ACTIONS(3423), [anon_sym___attribute__] = ACTIONS(3423), - [anon_sym_COLON_COLON] = ACTIONS(3425), [anon_sym_LBRACK_LBRACK] = ACTIONS(3425), [anon_sym___declspec] = ACTIONS(3423), [anon_sym___based] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3070), + [anon_sym_LBRACE] = ACTIONS(3747), [anon_sym_LBRACK] = ACTIONS(3423), [anon_sym_EQ] = ACTIONS(3425), [anon_sym_static] = ACTIONS(3423), @@ -253678,12 +254985,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(3423), [anon_sym_mutable] = ACTIONS(3423), [anon_sym_constexpr] = ACTIONS(3423), - [anon_sym_COLON] = ACTIONS(3421), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3425), [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_virtual] = ACTIONS(3423), - [anon_sym_template] = ACTIONS(3423), - [anon_sym_GT2] = ACTIONS(3425), [anon_sym_operator] = ACTIONS(3423), + [anon_sym_noexcept] = ACTIONS(3423), + [anon_sym_throw] = ACTIONS(3423), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3423), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3423), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3423), @@ -253754,238 +255064,1953 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3423), [anon_sym_JS_PUBLIC_API] = ACTIONS(3423), }, - [1379] = { - [sym__declaration_modifiers] = STATE(1384), - [sym_attribute_specifier] = STATE(1384), - [sym_attribute_declaration] = STATE(1384), - [sym_ms_declspec_modifier] = STATE(1384), - [sym_storage_class_specifier] = STATE(1384), - [sym_type_qualifier] = STATE(1384), - [sym_virtual_function_specifier] = STATE(1384), - [sym_macro_annotation] = STATE(1494), - [aux_sym__declaration_specifiers_repeat1] = STATE(1384), - [sym_identifier] = ACTIONS(3019), - [anon_sym_LPAREN2] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3019), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_extern] = ACTIONS(3427), - [anon_sym___attribute__] = ACTIONS(3429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), - [anon_sym___declspec] = ACTIONS(3433), - [anon_sym___based] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_EQ] = ACTIONS(3021), - [anon_sym_static] = ACTIONS(3427), - [anon_sym_register] = ACTIONS(3427), - [anon_sym_inline] = ACTIONS(3427), - [anon_sym_thread_local] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_volatile] = ACTIONS(3435), - [anon_sym_restrict] = ACTIONS(3435), - [anon_sym__Atomic] = ACTIONS(3435), - [anon_sym_mutable] = ACTIONS(3435), - [anon_sym_constexpr] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3021), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3437), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3439), - [anon_sym_MOZ_COLD] = ACTIONS(3439), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3439), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3439), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3439), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3439), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3439), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3439), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3439), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3439), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3439), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3439), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3439), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3439), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_RAII] = ACTIONS(3439), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3439), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3439), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3439), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3439), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3439), + [1381] = { + [sym__declaration_modifiers] = STATE(1277), + [sym_attribute_specifier] = STATE(1277), + [sym_attribute_declaration] = STATE(1277), + [sym_ms_declspec_modifier] = STATE(1277), + [sym_storage_class_specifier] = STATE(1277), + [sym_type_qualifier] = STATE(1277), + [sym_virtual_function_specifier] = STATE(1277), + [sym_macro_annotation] = STATE(1466), + [aux_sym__declaration_specifiers_repeat1] = STATE(1277), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_TILDE] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3787), + [anon_sym_extern] = ACTIONS(2560), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(3366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2566), + [anon_sym___declspec] = ACTIONS(2568), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(2560), + [anon_sym_register] = ACTIONS(2560), + [anon_sym_inline] = ACTIONS(2560), + [anon_sym_thread_local] = ACTIONS(2560), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_volatile] = ACTIONS(2570), + [anon_sym_restrict] = ACTIONS(2570), + [anon_sym__Atomic] = ACTIONS(2570), + [anon_sym_mutable] = ACTIONS(2570), + [anon_sym_constexpr] = ACTIONS(2570), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2572), + [anon_sym_template] = ACTIONS(3364), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1380] = { - [sym_field_declaration_list] = STATE(1307), - [sym_virtual_specifier] = STATE(4018), - [sym_base_class_clause] = STATE(4755), - [anon_sym_COMMA] = ACTIONS(3035), - [anon_sym_RPAREN] = ACTIONS(3035), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym_extern] = ACTIONS(3035), - [anon_sym___attribute__] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3035), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_EQ] = ACTIONS(3035), - [anon_sym_static] = ACTIONS(3035), - [anon_sym_register] = ACTIONS(3035), - [anon_sym_inline] = ACTIONS(3035), - [anon_sym_thread_local] = ACTIONS(3035), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3035), - [anon_sym_restrict] = ACTIONS(3035), - [anon_sym__Atomic] = ACTIONS(3035), - [anon_sym_mutable] = ACTIONS(3035), - [anon_sym_constexpr] = ACTIONS(3035), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3035), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3415), - [anon_sym_override] = ACTIONS(3415), - [anon_sym_virtual] = ACTIONS(3035), - [anon_sym_GT2] = ACTIONS(3035), - [anon_sym_noexcept] = ACTIONS(3035), - [anon_sym_throw] = ACTIONS(3035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3035), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3035), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3035), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3035), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3033), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3035), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3035), - [anon_sym_MOZ_COLD] = ACTIONS(3035), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3035), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3035), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3035), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3035), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3035), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3035), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3035), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3035), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3035), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3035), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3035), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3035), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3035), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3035), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3035), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3035), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3035), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3035), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3035), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3035), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3033), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3035), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3035), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3035), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3035), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3033), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3035), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_NONNULL] = ACTIONS(3033), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3035), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3035), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3035), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3035), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3035), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_NORETURN] = ACTIONS(3033), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3035), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3035), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3035), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3035), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3035), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3035), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3035), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3035), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3035), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3035), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3035), - [anon_sym_MOZ_RAII] = ACTIONS(3035), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3035), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3035), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3035), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3035), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3035), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3035), + [1382] = { + [sym_identifier] = ACTIONS(3158), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3160), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_RPAREN] = ACTIONS(3160), + [anon_sym_LPAREN2] = ACTIONS(3160), + [anon_sym_TILDE] = ACTIONS(3160), + [anon_sym_STAR] = ACTIONS(3160), + [anon_sym_AMP_AMP] = ACTIONS(3160), + [anon_sym_AMP] = ACTIONS(3158), + [anon_sym_extern] = ACTIONS(3158), + [anon_sym___attribute__] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(3160), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), + [anon_sym___declspec] = ACTIONS(3158), + [anon_sym___based] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(3160), + [anon_sym_LBRACK] = ACTIONS(3158), + [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_static] = ACTIONS(3158), + [anon_sym_register] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_thread_local] = ACTIONS(3158), + [anon_sym_const] = ACTIONS(3158), + [anon_sym_volatile] = ACTIONS(3158), + [anon_sym_restrict] = ACTIONS(3158), + [anon_sym__Atomic] = ACTIONS(3158), + [anon_sym_mutable] = ACTIONS(3158), + [anon_sym_constexpr] = ACTIONS(3158), + [anon_sym_COLON] = ACTIONS(3158), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_virtual] = ACTIONS(3158), + [anon_sym_explicit] = ACTIONS(3158), + [anon_sym_template] = ACTIONS(3158), + [anon_sym_GT2] = ACTIONS(3160), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3158), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3158), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3158), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3158), + [anon_sym_MOZ_COLD] = ACTIONS(3158), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3158), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3158), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3158), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3158), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3158), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3158), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3158), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3158), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3158), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3158), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3158), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3158), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3158), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_NONNULL] = ACTIONS(3158), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3158), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3158), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3158), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3158), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3158), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3158), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3158), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3158), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3158), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3158), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3158), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3158), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3158), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3158), + [anon_sym_MOZ_RAII] = ACTIONS(3158), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3158), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3158), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3158), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3158), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3158), }, - [1381] = { - [sym_enumerator_list] = STATE(1406), - [sym__enum_base_clause] = STATE(1391), - [sym_identifier] = ACTIONS(3423), + [1383] = { + [sym__declaration_modifiers] = STATE(1383), + [sym_attribute_specifier] = STATE(1383), + [sym_attribute_declaration] = STATE(1383), + [sym_ms_declspec_modifier] = STATE(1383), + [sym_storage_class_specifier] = STATE(1383), + [sym_type_qualifier] = STATE(1383), + [sym_virtual_function_specifier] = STATE(1383), + [sym_macro_annotation] = STATE(1501), + [aux_sym__declaration_specifiers_repeat1] = STATE(1383), + [sym_identifier] = ACTIONS(3329), + [anon_sym_LPAREN2] = ACTIONS(3331), + [anon_sym_STAR] = ACTIONS(3331), + [anon_sym_AMP_AMP] = ACTIONS(3331), + [anon_sym_AMP] = ACTIONS(3329), + [anon_sym_SEMI] = ACTIONS(3331), + [anon_sym_extern] = ACTIONS(3789), + [anon_sym___attribute__] = ACTIONS(3792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3795), + [anon_sym___declspec] = ACTIONS(3798), + [anon_sym___based] = ACTIONS(3329), + [anon_sym_LBRACE] = ACTIONS(3331), + [anon_sym_EQ] = ACTIONS(3331), + [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(3801), + [anon_sym_volatile] = ACTIONS(3801), + [anon_sym_restrict] = ACTIONS(3801), + [anon_sym__Atomic] = ACTIONS(3801), + [anon_sym_mutable] = ACTIONS(3801), + [anon_sym_constexpr] = ACTIONS(3801), + [anon_sym_COLON] = ACTIONS(3331), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3804), + [anon_sym_operator] = ACTIONS(3329), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3807), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3807), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3807), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3807), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3807), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3807), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3807), + [anon_sym_MOZ_COLD] = ACTIONS(3807), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3807), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3807), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3807), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3807), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3807), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3807), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3807), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3807), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3807), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3807), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3807), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3807), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3807), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3807), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3807), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3807), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3807), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3807), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3807), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3807), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3807), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3807), + [anon_sym_MOZ_NONNULL] = ACTIONS(3807), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3807), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3807), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3807), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3807), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3807), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3807), + [anon_sym_MOZ_NORETURN] = ACTIONS(3807), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3807), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3807), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3807), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3807), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3807), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3807), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3807), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3807), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3807), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3807), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3807), + [anon_sym_MOZ_RAII] = ACTIONS(3807), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3807), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3807), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3807), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3807), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3807), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3807), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3807), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3807), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3807), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3807), + }, + [1384] = { + [sym_field_declaration_list] = STATE(1321), + [sym_virtual_specifier] = STATE(4131), + [sym_base_class_clause] = STATE(4701), + [anon_sym_COMMA] = ACTIONS(3438), + [anon_sym_RPAREN] = ACTIONS(3438), + [anon_sym_LPAREN2] = ACTIONS(3438), + [anon_sym_STAR] = ACTIONS(3438), + [anon_sym_AMP_AMP] = ACTIONS(3438), + [anon_sym_AMP] = ACTIONS(3436), + [anon_sym_SEMI] = ACTIONS(3438), + [anon_sym_extern] = ACTIONS(3438), + [anon_sym___attribute__] = ACTIONS(3438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3438), + [anon_sym___declspec] = ACTIONS(3438), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3436), + [anon_sym_EQ] = ACTIONS(3438), + [anon_sym_static] = ACTIONS(3438), + [anon_sym_register] = ACTIONS(3438), + [anon_sym_inline] = ACTIONS(3438), + [anon_sym_thread_local] = ACTIONS(3438), + [anon_sym_const] = ACTIONS(3436), + [anon_sym_volatile] = ACTIONS(3438), + [anon_sym_restrict] = ACTIONS(3438), + [anon_sym__Atomic] = ACTIONS(3438), + [anon_sym_mutable] = ACTIONS(3438), + [anon_sym_constexpr] = ACTIONS(3438), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3438), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3810), + [anon_sym_override] = ACTIONS(3810), + [anon_sym_virtual] = ACTIONS(3438), + [anon_sym_GT2] = ACTIONS(3438), + [anon_sym_noexcept] = ACTIONS(3438), + [anon_sym_throw] = ACTIONS(3438), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3438), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3438), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3438), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3438), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3436), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3438), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3438), + [anon_sym_MOZ_COLD] = ACTIONS(3438), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3438), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3438), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3438), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3438), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3438), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3438), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3438), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3438), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3438), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3438), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3438), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3438), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3438), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3438), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3438), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3438), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3438), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3438), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3438), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3438), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3438), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3436), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3438), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3438), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3438), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3438), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3436), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3438), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3438), + [anon_sym_MOZ_NONNULL] = ACTIONS(3436), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3438), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3438), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3438), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3438), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3438), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3438), + [anon_sym_MOZ_NORETURN] = ACTIONS(3436), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3438), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3438), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3438), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3438), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3438), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3438), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3438), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3438), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3438), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3438), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3438), + [anon_sym_MOZ_RAII] = ACTIONS(3438), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3438), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3438), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3438), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3438), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3438), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3438), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3438), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3438), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3438), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3438), + }, + [1385] = { + [sym_field_declaration_list] = STATE(1345), + [sym_virtual_specifier] = STATE(4155), + [sym_base_class_clause] = STATE(4735), + [anon_sym_COMMA] = ACTIONS(3485), + [anon_sym_RPAREN] = ACTIONS(3485), + [anon_sym_LPAREN2] = ACTIONS(3485), + [anon_sym_STAR] = ACTIONS(3485), + [anon_sym_AMP_AMP] = ACTIONS(3485), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_SEMI] = ACTIONS(3485), + [anon_sym_extern] = ACTIONS(3485), + [anon_sym___attribute__] = ACTIONS(3485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3485), + [anon_sym___declspec] = ACTIONS(3485), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3483), + [anon_sym_EQ] = ACTIONS(3485), + [anon_sym_static] = ACTIONS(3485), + [anon_sym_register] = ACTIONS(3485), + [anon_sym_inline] = ACTIONS(3485), + [anon_sym_thread_local] = ACTIONS(3485), + [anon_sym_const] = ACTIONS(3483), + [anon_sym_volatile] = ACTIONS(3485), + [anon_sym_restrict] = ACTIONS(3485), + [anon_sym__Atomic] = ACTIONS(3485), + [anon_sym_mutable] = ACTIONS(3485), + [anon_sym_constexpr] = ACTIONS(3485), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3485), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3810), + [anon_sym_override] = ACTIONS(3810), + [anon_sym_virtual] = ACTIONS(3485), + [anon_sym_GT2] = ACTIONS(3485), + [anon_sym_noexcept] = ACTIONS(3485), + [anon_sym_throw] = ACTIONS(3485), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3485), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3485), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3485), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3485), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3485), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3485), + [anon_sym_MOZ_COLD] = ACTIONS(3485), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3485), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3485), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3485), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3485), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3485), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3485), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3485), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3485), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3485), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3485), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3485), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3485), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3485), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3485), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3485), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3485), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3485), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3485), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3485), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3485), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3485), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3485), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3485), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3485), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3485), + [anon_sym_MOZ_NONNULL] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3485), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3485), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3485), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3485), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3485), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3485), + [anon_sym_MOZ_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3485), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3485), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3485), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3485), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3485), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3485), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3485), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3485), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3485), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3485), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3485), + [anon_sym_MOZ_RAII] = ACTIONS(3485), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3485), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3485), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3485), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3485), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3485), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3485), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3485), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3485), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3485), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3485), + }, + [1386] = { + [sym__declaration_modifiers] = STATE(1387), + [sym_attribute_specifier] = STATE(1387), + [sym_attribute_declaration] = STATE(1387), + [sym_ms_declspec_modifier] = STATE(1387), + [sym_storage_class_specifier] = STATE(1387), + [sym_type_qualifier] = STATE(1387), + [sym_virtual_function_specifier] = STATE(1387), + [sym_macro_annotation] = STATE(1501), + [aux_sym__declaration_specifiers_repeat1] = STATE(1387), + [sym_identifier] = ACTIONS(3372), + [anon_sym_LPAREN2] = ACTIONS(3374), + [anon_sym_STAR] = ACTIONS(3374), + [anon_sym_AMP_AMP] = ACTIONS(3374), + [anon_sym_AMP] = ACTIONS(3372), + [anon_sym_SEMI] = ACTIONS(3374), + [anon_sym_extern] = ACTIONS(3812), + [anon_sym___attribute__] = ACTIONS(3814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3816), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3372), + [anon_sym_LBRACE] = ACTIONS(3374), + [anon_sym_EQ] = ACTIONS(3374), + [anon_sym_static] = ACTIONS(3812), + [anon_sym_register] = ACTIONS(3812), + [anon_sym_inline] = ACTIONS(3812), + [anon_sym_thread_local] = ACTIONS(3812), + [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_COLON] = ACTIONS(3374), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3372), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3824), + [anon_sym_MOZ_COLD] = ACTIONS(3824), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3824), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3824), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3824), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3824), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3824), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3824), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3824), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3824), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3824), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3824), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3824), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3824), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_RAII] = ACTIONS(3824), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3824), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3824), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3824), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3824), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3824), + }, + [1387] = { + [sym__declaration_modifiers] = STATE(1383), + [sym_attribute_specifier] = STATE(1383), + [sym_attribute_declaration] = STATE(1383), + [sym_ms_declspec_modifier] = STATE(1383), + [sym_storage_class_specifier] = STATE(1383), + [sym_type_qualifier] = STATE(1383), + [sym_virtual_function_specifier] = STATE(1383), + [sym_macro_annotation] = STATE(1501), + [aux_sym__declaration_specifiers_repeat1] = STATE(1383), + [sym_identifier] = ACTIONS(3368), + [anon_sym_LPAREN2] = ACTIONS(3370), + [anon_sym_STAR] = ACTIONS(3370), + [anon_sym_AMP_AMP] = ACTIONS(3370), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_SEMI] = ACTIONS(3370), + [anon_sym_extern] = ACTIONS(3812), + [anon_sym___attribute__] = ACTIONS(3814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3816), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3368), + [anon_sym_LBRACE] = ACTIONS(3370), + [anon_sym_EQ] = ACTIONS(3370), + [anon_sym_static] = ACTIONS(3812), + [anon_sym_register] = ACTIONS(3812), + [anon_sym_inline] = ACTIONS(3812), + [anon_sym_thread_local] = ACTIONS(3812), + [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_COLON] = ACTIONS(3370), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3368), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3824), + [anon_sym_MOZ_COLD] = ACTIONS(3824), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3824), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3824), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3824), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3824), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3824), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3824), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3824), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3824), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3824), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3824), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3824), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3824), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_RAII] = ACTIONS(3824), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3824), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3824), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3824), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3824), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3824), + }, + [1388] = { + [sym_enumerator_list] = STATE(1429), + [sym__enum_base_clause] = STATE(1401), + [sym_identifier] = ACTIONS(3826), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_STAR] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_SEMI] = ACTIONS(3828), + [anon_sym_extern] = ACTIONS(3826), + [anon_sym___attribute__] = ACTIONS(3826), + [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(3828), + [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_COLON] = ACTIONS(3828), + [anon_sym_DASH_GT] = ACTIONS(3828), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3826), + [anon_sym_override] = ACTIONS(3826), + [anon_sym_virtual] = ACTIONS(3826), + [anon_sym_operator] = ACTIONS(3826), + [anon_sym_noexcept] = ACTIONS(3826), + [anon_sym_throw] = ACTIONS(3826), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3826), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3826), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3826), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3826), + [anon_sym_MOZ_COLD] = ACTIONS(3826), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3826), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3826), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3826), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3826), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3826), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3826), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3826), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3826), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3826), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3826), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3826), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3826), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3826), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_NONNULL] = ACTIONS(3826), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3826), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3826), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3826), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3826), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3826), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3826), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3826), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3826), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3826), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3826), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3826), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3826), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3826), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3826), + [anon_sym_MOZ_RAII] = ACTIONS(3826), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3826), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3826), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3826), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3826), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3826), + }, + [1389] = { + [sym_field_declaration_list] = STATE(1347), + [sym_virtual_specifier] = STATE(4138), + [sym_base_class_clause] = STATE(4707), + [anon_sym_COMMA] = ACTIONS(3444), + [anon_sym_RPAREN] = ACTIONS(3444), + [anon_sym_LPAREN2] = ACTIONS(3444), + [anon_sym_STAR] = ACTIONS(3444), + [anon_sym_AMP_AMP] = ACTIONS(3444), + [anon_sym_AMP] = ACTIONS(3442), + [anon_sym_SEMI] = ACTIONS(3444), + [anon_sym_extern] = ACTIONS(3444), + [anon_sym___attribute__] = ACTIONS(3444), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3444), + [anon_sym___declspec] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym_static] = ACTIONS(3444), + [anon_sym_register] = ACTIONS(3444), + [anon_sym_inline] = ACTIONS(3444), + [anon_sym_thread_local] = ACTIONS(3444), + [anon_sym_const] = ACTIONS(3442), + [anon_sym_volatile] = ACTIONS(3444), + [anon_sym_restrict] = ACTIONS(3444), + [anon_sym__Atomic] = ACTIONS(3444), + [anon_sym_mutable] = ACTIONS(3444), + [anon_sym_constexpr] = ACTIONS(3444), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3444), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3810), + [anon_sym_override] = ACTIONS(3810), + [anon_sym_virtual] = ACTIONS(3444), + [anon_sym_GT2] = ACTIONS(3444), + [anon_sym_noexcept] = ACTIONS(3444), + [anon_sym_throw] = ACTIONS(3444), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3444), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3444), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3444), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3444), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3442), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3444), + [anon_sym_MOZ_COLD] = ACTIONS(3444), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3444), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3444), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3444), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3444), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3444), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3444), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3444), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3444), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3444), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3444), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3444), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3444), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3444), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3444), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3444), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3444), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3444), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3444), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3444), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3444), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3444), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3442), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3444), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3444), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3442), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3444), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3444), + [anon_sym_MOZ_NONNULL] = ACTIONS(3442), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3444), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3444), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3444), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3444), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3444), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3444), + [anon_sym_MOZ_NORETURN] = ACTIONS(3442), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3444), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3444), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3444), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3444), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3444), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3444), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3444), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3444), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3444), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3444), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3444), + [anon_sym_MOZ_RAII] = ACTIONS(3444), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3444), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3444), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3444), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3444), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3444), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3444), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3444), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3444), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3444), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3444), + }, + [1390] = { + [sym_enumerator_list] = STATE(1313), + [sym__enum_base_clause] = STATE(1296), + [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_STAR] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_AMP] = 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(3450), + [anon_sym_LBRACK] = ACTIONS(3826), + [anon_sym_EQ] = ACTIONS(3828), + [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_COLON] = ACTIONS(3830), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3826), + [anon_sym_template] = ACTIONS(3826), + [anon_sym_GT2] = ACTIONS(3828), + [anon_sym_operator] = ACTIONS(3826), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3826), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3826), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3826), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3826), + [anon_sym_MOZ_COLD] = ACTIONS(3826), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3826), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3826), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3826), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3826), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3826), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3826), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3826), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3826), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3826), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3826), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3826), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3826), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3826), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_NONNULL] = ACTIONS(3826), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3826), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3826), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3826), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3826), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3826), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3826), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3826), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3826), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3826), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3826), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3826), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3826), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3826), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3826), + [anon_sym_MOZ_RAII] = ACTIONS(3826), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3826), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3826), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3826), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3826), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3826), + }, + [1391] = { + [sym__declaration_modifiers] = STATE(1397), + [sym_attribute_specifier] = STATE(1397), + [sym_attribute_declaration] = STATE(1397), + [sym_ms_declspec_modifier] = STATE(1397), + [sym_storage_class_specifier] = STATE(1397), + [sym_type_qualifier] = STATE(1397), + [sym_virtual_function_specifier] = STATE(1397), + [sym_macro_annotation] = STATE(1501), + [aux_sym__declaration_specifiers_repeat1] = STATE(1397), + [sym_identifier] = ACTIONS(3364), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_SEMI] = ACTIONS(3366), + [anon_sym_extern] = ACTIONS(3812), + [anon_sym___attribute__] = ACTIONS(3814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3816), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3364), + [anon_sym_LBRACE] = ACTIONS(3366), + [anon_sym_EQ] = ACTIONS(3366), + [anon_sym_static] = ACTIONS(3812), + [anon_sym_register] = ACTIONS(3812), + [anon_sym_inline] = ACTIONS(3812), + [anon_sym_thread_local] = ACTIONS(3812), + [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_COLON] = ACTIONS(3366), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3364), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3824), + [anon_sym_MOZ_COLD] = ACTIONS(3824), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3824), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3824), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3824), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3824), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3824), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3824), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3824), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3824), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3824), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3824), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3824), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3824), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_RAII] = ACTIONS(3824), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3824), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3824), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3824), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3824), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3824), + }, + [1392] = { + [sym_identifier] = ACTIONS(3405), + [anon_sym_COMMA] = ACTIONS(3407), + [anon_sym_RPAREN] = ACTIONS(3407), + [anon_sym_LPAREN2] = ACTIONS(3407), + [anon_sym_STAR] = ACTIONS(3407), + [anon_sym_AMP_AMP] = ACTIONS(3407), + [anon_sym_AMP] = ACTIONS(3405), + [anon_sym_SEMI] = ACTIONS(3407), + [anon_sym_extern] = ACTIONS(3405), + [anon_sym___attribute__] = ACTIONS(3405), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3407), + [anon_sym___declspec] = ACTIONS(3405), + [anon_sym___based] = ACTIONS(3405), + [anon_sym_LBRACE] = ACTIONS(3407), + [anon_sym_LBRACK] = ACTIONS(3405), + [anon_sym_EQ] = ACTIONS(3407), + [anon_sym_static] = ACTIONS(3405), + [anon_sym_register] = ACTIONS(3405), + [anon_sym_inline] = ACTIONS(3405), + [anon_sym_thread_local] = ACTIONS(3405), + [anon_sym_const] = ACTIONS(3405), + [anon_sym_volatile] = ACTIONS(3405), + [anon_sym_restrict] = ACTIONS(3405), + [anon_sym__Atomic] = ACTIONS(3405), + [anon_sym_mutable] = ACTIONS(3405), + [anon_sym_constexpr] = ACTIONS(3405), + [anon_sym_COLON] = ACTIONS(3407), + [anon_sym_DASH_GT] = ACTIONS(3407), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3405), + [anon_sym_override] = ACTIONS(3405), + [anon_sym_virtual] = ACTIONS(3405), + [anon_sym_GT2] = ACTIONS(3407), + [anon_sym_operator] = ACTIONS(3405), + [anon_sym_noexcept] = ACTIONS(3405), + [anon_sym_throw] = ACTIONS(3405), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3405), + [anon_sym_MOZ_COLD] = ACTIONS(3405), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3405), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3405), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3405), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3405), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3405), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3405), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3405), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3405), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3405), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3405), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3405), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3405), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL] = ACTIONS(3405), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3405), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3405), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN] = ACTIONS(3405), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3405), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3405), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3405), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3405), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3405), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3405), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3405), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3405), + [anon_sym_MOZ_RAII] = ACTIONS(3405), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3405), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3405), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3405), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3405), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3405), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3405), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3405), + }, + [1393] = { + [sym_field_declaration_list] = STATE(1322), + [sym_virtual_specifier] = STATE(4137), + [sym_base_class_clause] = STATE(4703), + [anon_sym_COMMA] = ACTIONS(3493), + [anon_sym_RPAREN] = ACTIONS(3493), + [anon_sym_LPAREN2] = ACTIONS(3493), + [anon_sym_STAR] = ACTIONS(3493), + [anon_sym_AMP_AMP] = ACTIONS(3493), + [anon_sym_AMP] = ACTIONS(3491), + [anon_sym_SEMI] = ACTIONS(3493), + [anon_sym_extern] = ACTIONS(3493), + [anon_sym___attribute__] = ACTIONS(3493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3493), + [anon_sym___declspec] = ACTIONS(3493), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3491), + [anon_sym_EQ] = ACTIONS(3493), + [anon_sym_static] = ACTIONS(3493), + [anon_sym_register] = ACTIONS(3493), + [anon_sym_inline] = ACTIONS(3493), + [anon_sym_thread_local] = ACTIONS(3493), + [anon_sym_const] = ACTIONS(3491), + [anon_sym_volatile] = ACTIONS(3493), + [anon_sym_restrict] = ACTIONS(3493), + [anon_sym__Atomic] = ACTIONS(3493), + [anon_sym_mutable] = ACTIONS(3493), + [anon_sym_constexpr] = ACTIONS(3493), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3493), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3810), + [anon_sym_override] = ACTIONS(3810), + [anon_sym_virtual] = ACTIONS(3493), + [anon_sym_GT2] = ACTIONS(3493), + [anon_sym_noexcept] = ACTIONS(3493), + [anon_sym_throw] = ACTIONS(3493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3493), + [anon_sym_MOZ_COLD] = ACTIONS(3493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3491), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3493), + [anon_sym_MOZ_NONNULL] = ACTIONS(3491), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3493), + [anon_sym_MOZ_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3493), + [anon_sym_MOZ_RAII] = ACTIONS(3493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3493), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3493), + }, + [1394] = { + [sym_enumerator_list] = STATE(1456), + [sym__enum_base_clause] = STATE(1406), + [sym_identifier] = ACTIONS(3832), + [anon_sym_COMMA] = ACTIONS(3834), + [anon_sym_LPAREN2] = ACTIONS(3834), + [anon_sym_STAR] = ACTIONS(3834), + [anon_sym_AMP_AMP] = ACTIONS(3834), + [anon_sym_AMP] = ACTIONS(3832), + [anon_sym_SEMI] = ACTIONS(3834), + [anon_sym_extern] = ACTIONS(3832), + [anon_sym___attribute__] = ACTIONS(3832), + [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(3834), + [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_COLON] = ACTIONS(3834), + [anon_sym_DASH_GT] = ACTIONS(3834), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3832), + [anon_sym_override] = ACTIONS(3832), + [anon_sym_virtual] = ACTIONS(3832), + [anon_sym_operator] = ACTIONS(3832), + [anon_sym_noexcept] = ACTIONS(3832), + [anon_sym_throw] = ACTIONS(3832), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3832), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3832), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3832), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3832), + [anon_sym_MOZ_COLD] = ACTIONS(3832), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3832), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3832), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3832), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3832), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3832), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3832), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3832), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3832), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3832), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3832), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3832), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3832), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3832), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_NONNULL] = ACTIONS(3832), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3832), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3832), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3832), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3832), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3832), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3832), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3832), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3832), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3832), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3832), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3832), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3832), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3832), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3832), + [anon_sym_MOZ_RAII] = ACTIONS(3832), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3832), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3832), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3832), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3832), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3832), + }, + [1395] = { + [sym_enumerator_list] = STATE(1354), + [sym__enum_base_clause] = STATE(1307), + [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_STAR] = ACTIONS(3834), + [anon_sym_AMP_AMP] = ACTIONS(3834), + [anon_sym_AMP] = 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(3450), + [anon_sym_LBRACK] = ACTIONS(3832), + [anon_sym_EQ] = ACTIONS(3834), + [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_COLON] = ACTIONS(3830), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3832), + [anon_sym_template] = ACTIONS(3832), + [anon_sym_GT2] = ACTIONS(3834), + [anon_sym_operator] = ACTIONS(3832), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3832), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3832), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3832), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3832), + [anon_sym_MOZ_COLD] = ACTIONS(3832), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3832), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3832), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3832), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3832), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3832), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3832), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3832), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3832), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3832), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3832), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3832), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3832), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3832), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_NONNULL] = ACTIONS(3832), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3832), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3832), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3832), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3832), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3832), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3832), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3832), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3832), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3832), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3832), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3832), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3832), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3832), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3832), + [anon_sym_MOZ_RAII] = ACTIONS(3832), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3832), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3832), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3832), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3832), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3832), + }, + [1396] = { + [sym_field_declaration_list] = STATE(1348), + [sym_virtual_specifier] = STATE(4174), + [sym_base_class_clause] = STATE(4724), + [anon_sym_COMMA] = ACTIONS(3473), + [anon_sym_RPAREN] = ACTIONS(3473), + [anon_sym_LPAREN2] = ACTIONS(3473), + [anon_sym_STAR] = ACTIONS(3473), + [anon_sym_AMP_AMP] = ACTIONS(3473), + [anon_sym_AMP] = ACTIONS(3471), + [anon_sym_SEMI] = ACTIONS(3473), + [anon_sym_extern] = ACTIONS(3473), + [anon_sym___attribute__] = ACTIONS(3473), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3473), + [anon_sym___declspec] = ACTIONS(3473), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3471), + [anon_sym_EQ] = ACTIONS(3473), + [anon_sym_static] = ACTIONS(3473), + [anon_sym_register] = ACTIONS(3473), + [anon_sym_inline] = ACTIONS(3473), + [anon_sym_thread_local] = ACTIONS(3473), + [anon_sym_const] = ACTIONS(3471), + [anon_sym_volatile] = ACTIONS(3473), + [anon_sym_restrict] = ACTIONS(3473), + [anon_sym__Atomic] = ACTIONS(3473), + [anon_sym_mutable] = ACTIONS(3473), + [anon_sym_constexpr] = ACTIONS(3473), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3473), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3810), + [anon_sym_override] = ACTIONS(3810), + [anon_sym_virtual] = ACTIONS(3473), + [anon_sym_GT2] = ACTIONS(3473), + [anon_sym_noexcept] = ACTIONS(3473), + [anon_sym_throw] = ACTIONS(3473), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3473), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3473), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3473), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3473), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3473), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3473), + [anon_sym_MOZ_COLD] = ACTIONS(3473), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3473), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3473), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3473), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3473), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3473), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3473), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3473), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3473), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3473), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3473), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3473), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3473), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3473), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3473), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3473), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3473), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3473), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3473), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3473), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3473), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3473), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3473), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3473), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3473), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3473), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3473), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3473), + [anon_sym_MOZ_NONNULL] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3473), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3473), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3473), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3473), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3473), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3473), + [anon_sym_MOZ_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3473), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3473), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3473), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3473), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3473), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3473), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3473), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3473), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3473), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3473), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3473), + [anon_sym_MOZ_RAII] = ACTIONS(3473), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3473), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3473), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3473), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3473), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3473), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3473), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3473), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3473), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3473), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3473), + }, + [1397] = { + [sym__declaration_modifiers] = STATE(1383), + [sym_attribute_specifier] = STATE(1383), + [sym_attribute_declaration] = STATE(1383), + [sym_ms_declspec_modifier] = STATE(1383), + [sym_storage_class_specifier] = STATE(1383), + [sym_type_qualifier] = STATE(1383), + [sym_virtual_function_specifier] = STATE(1383), + [sym_macro_annotation] = STATE(1501), + [aux_sym__declaration_specifiers_repeat1] = STATE(1383), + [sym_identifier] = ACTIONS(3376), + [anon_sym_LPAREN2] = ACTIONS(3378), + [anon_sym_STAR] = ACTIONS(3378), + [anon_sym_AMP_AMP] = ACTIONS(3378), + [anon_sym_AMP] = ACTIONS(3376), + [anon_sym_SEMI] = ACTIONS(3378), + [anon_sym_extern] = ACTIONS(3812), + [anon_sym___attribute__] = ACTIONS(3814), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3816), + [anon_sym___declspec] = ACTIONS(3818), + [anon_sym___based] = ACTIONS(3376), + [anon_sym_LBRACE] = ACTIONS(3378), + [anon_sym_EQ] = ACTIONS(3378), + [anon_sym_static] = ACTIONS(3812), + [anon_sym_register] = ACTIONS(3812), + [anon_sym_inline] = ACTIONS(3812), + [anon_sym_thread_local] = ACTIONS(3812), + [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_COLON] = ACTIONS(3378), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3822), + [anon_sym_operator] = ACTIONS(3376), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3824), + [anon_sym_MOZ_COLD] = ACTIONS(3824), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3824), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3824), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3824), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3824), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3824), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3824), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3824), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3824), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3824), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3824), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3824), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3824), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3824), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3824), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3824), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3824), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3824), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3824), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3824), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3824), + [anon_sym_MOZ_RAII] = ACTIONS(3824), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3824), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3824), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3824), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3824), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3824), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3824), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3824), + }, + [1398] = { + [sym_field_declaration_list] = STATE(1317), + [sym_virtual_specifier] = STATE(4184), + [sym_base_class_clause] = STATE(4722), [anon_sym_COMMA] = ACTIONS(3425), + [anon_sym_RPAREN] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3425), [anon_sym_AMP_AMP] = ACTIONS(3425), [anon_sym_AMP] = ACTIONS(3423), [anon_sym_SEMI] = ACTIONS(3425), + [anon_sym_extern] = ACTIONS(3425), + [anon_sym___attribute__] = ACTIONS(3425), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3425), + [anon_sym___declspec] = ACTIONS(3425), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3423), + [anon_sym_EQ] = ACTIONS(3425), + [anon_sym_static] = ACTIONS(3425), + [anon_sym_register] = ACTIONS(3425), + [anon_sym_inline] = ACTIONS(3425), + [anon_sym_thread_local] = ACTIONS(3425), + [anon_sym_const] = ACTIONS(3423), + [anon_sym_volatile] = ACTIONS(3425), + [anon_sym_restrict] = ACTIONS(3425), + [anon_sym__Atomic] = ACTIONS(3425), + [anon_sym_mutable] = ACTIONS(3425), + [anon_sym_constexpr] = ACTIONS(3425), + [anon_sym_COLON] = ACTIONS(3749), + [anon_sym_DASH_GT] = ACTIONS(3425), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3810), + [anon_sym_override] = ACTIONS(3810), + [anon_sym_virtual] = ACTIONS(3425), + [anon_sym_GT2] = ACTIONS(3425), + [anon_sym_noexcept] = ACTIONS(3425), + [anon_sym_throw] = ACTIONS(3425), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3425), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3425), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3425), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3425), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3425), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3425), + [anon_sym_MOZ_COLD] = ACTIONS(3425), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3425), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3425), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3425), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3425), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3425), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3425), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3425), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3425), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3425), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3425), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3425), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3425), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3425), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3425), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3425), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3425), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3425), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3425), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3425), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3425), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3425), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3425), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3425), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3425), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3425), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3425), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3425), + [anon_sym_MOZ_NONNULL] = ACTIONS(3423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3425), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3425), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3425), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3425), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3425), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3425), + [anon_sym_MOZ_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3425), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3425), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3425), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3425), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3425), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3425), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3425), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3425), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3425), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3425), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3425), + [anon_sym_MOZ_RAII] = ACTIONS(3425), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3425), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3425), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3425), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3425), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3425), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3425), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3425), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3425), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3425), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3425), + }, + [1399] = { + [sym_field_declaration_list] = STATE(1317), + [sym_virtual_specifier] = STATE(4184), + [sym_base_class_clause] = STATE(4722), + [sym_identifier] = ACTIONS(3423), + [anon_sym_LPAREN2] = ACTIONS(3425), + [anon_sym_TILDE] = ACTIONS(3425), + [anon_sym_STAR] = ACTIONS(3425), + [anon_sym_AMP_AMP] = ACTIONS(3425), + [anon_sym_AMP] = ACTIONS(3423), + [anon_sym_SEMI] = ACTIONS(3836), [anon_sym_extern] = ACTIONS(3423), [anon_sym___attribute__] = ACTIONS(3423), + [anon_sym_COLON_COLON] = ACTIONS(3425), [anon_sym_LBRACK_LBRACK] = ACTIONS(3425), [anon_sym___declspec] = ACTIONS(3423), [anon_sym___based] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3425), + [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_LBRACK] = ACTIONS(3423), - [anon_sym_EQ] = ACTIONS(3425), [anon_sym_static] = ACTIONS(3423), [anon_sym_register] = ACTIONS(3423), [anon_sym_inline] = ACTIONS(3423), @@ -253996,15 +257021,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(3423), [anon_sym_mutable] = ACTIONS(3423), [anon_sym_constexpr] = ACTIONS(3423), - [anon_sym_COLON] = ACTIONS(3425), - [anon_sym_DASH_GT] = ACTIONS(3425), + [anon_sym_COLON] = ACTIONS(3429), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3423), - [anon_sym_override] = ACTIONS(3423), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_virtual] = ACTIONS(3423), + [anon_sym_template] = ACTIONS(3423), [anon_sym_operator] = ACTIONS(3423), - [anon_sym_noexcept] = ACTIONS(3423), - [anon_sym_throw] = ACTIONS(3423), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3423), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3423), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3423), @@ -254075,8130 +257098,872 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3423), [anon_sym_JS_PUBLIC_API] = ACTIONS(3423), }, - [1382] = { - [sym__declaration_modifiers] = STATE(1384), - [sym_attribute_specifier] = STATE(1384), - [sym_attribute_declaration] = STATE(1384), - [sym_ms_declspec_modifier] = STATE(1384), - [sym_storage_class_specifier] = STATE(1384), - [sym_type_qualifier] = STATE(1384), - [sym_virtual_function_specifier] = STATE(1384), - [sym_macro_annotation] = STATE(1494), - [aux_sym__declaration_specifiers_repeat1] = STATE(1384), - [sym_identifier] = ACTIONS(3023), - [anon_sym_LPAREN2] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3023), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3427), - [anon_sym___attribute__] = ACTIONS(3429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), - [anon_sym___declspec] = ACTIONS(3433), - [anon_sym___based] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_EQ] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3427), - [anon_sym_register] = ACTIONS(3427), - [anon_sym_inline] = ACTIONS(3427), - [anon_sym_thread_local] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_volatile] = ACTIONS(3435), - [anon_sym_restrict] = ACTIONS(3435), - [anon_sym__Atomic] = ACTIONS(3435), - [anon_sym_mutable] = ACTIONS(3435), - [anon_sym_constexpr] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3437), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3439), - [anon_sym_MOZ_COLD] = ACTIONS(3439), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3439), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3439), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3439), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3439), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3439), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3439), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3439), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3439), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3439), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3439), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3439), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3439), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_RAII] = ACTIONS(3439), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3439), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3439), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3439), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3439), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3439), - }, - [1383] = { - [sym_field_declaration_list] = STATE(1318), - [sym_virtual_specifier] = STATE(4019), - [sym_base_class_clause] = STATE(4749), - [anon_sym_COMMA] = ACTIONS(3116), - [anon_sym_RPAREN] = ACTIONS(3116), - [anon_sym_LPAREN2] = ACTIONS(3116), - [anon_sym_STAR] = ACTIONS(3116), - [anon_sym_AMP_AMP] = ACTIONS(3116), - [anon_sym_AMP] = ACTIONS(3114), - [anon_sym_SEMI] = ACTIONS(3116), - [anon_sym_extern] = ACTIONS(3116), - [anon_sym___attribute__] = ACTIONS(3116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3116), - [anon_sym___declspec] = ACTIONS(3116), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3114), - [anon_sym_EQ] = ACTIONS(3116), - [anon_sym_static] = ACTIONS(3116), - [anon_sym_register] = ACTIONS(3116), - [anon_sym_inline] = ACTIONS(3116), - [anon_sym_thread_local] = ACTIONS(3116), - [anon_sym_const] = ACTIONS(3114), - [anon_sym_volatile] = ACTIONS(3116), - [anon_sym_restrict] = ACTIONS(3116), - [anon_sym__Atomic] = ACTIONS(3116), - [anon_sym_mutable] = ACTIONS(3116), - [anon_sym_constexpr] = ACTIONS(3116), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3116), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3415), - [anon_sym_override] = ACTIONS(3415), - [anon_sym_virtual] = ACTIONS(3116), - [anon_sym_GT2] = ACTIONS(3116), - [anon_sym_noexcept] = ACTIONS(3116), - [anon_sym_throw] = ACTIONS(3116), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3116), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3116), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3116), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3116), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3114), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3116), - [anon_sym_MOZ_COLD] = ACTIONS(3116), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3116), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3116), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3116), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3116), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3116), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3116), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3116), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3116), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3116), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3116), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3116), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3116), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3116), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3116), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3116), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3116), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3116), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3116), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3116), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3116), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3116), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3114), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3116), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3116), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3114), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3116), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3116), - [anon_sym_MOZ_NONNULL] = ACTIONS(3114), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3116), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3116), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3116), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3116), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3116), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3116), - [anon_sym_MOZ_NORETURN] = ACTIONS(3114), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3116), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3116), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3116), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3116), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3116), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3116), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3116), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3116), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3116), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3116), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3116), - [anon_sym_MOZ_RAII] = ACTIONS(3116), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3116), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3116), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3116), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3116), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3116), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3116), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3116), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3116), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3116), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3116), - }, - [1384] = { - [sym__declaration_modifiers] = STATE(1384), - [sym_attribute_specifier] = STATE(1384), - [sym_attribute_declaration] = STATE(1384), - [sym_ms_declspec_modifier] = STATE(1384), - [sym_storage_class_specifier] = STATE(1384), - [sym_type_qualifier] = STATE(1384), - [sym_virtual_function_specifier] = STATE(1384), - [sym_macro_annotation] = STATE(1494), - [aux_sym__declaration_specifiers_repeat1] = STATE(1384), - [sym_identifier] = ACTIONS(2955), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym_extern] = ACTIONS(3441), - [anon_sym___attribute__] = ACTIONS(3444), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3447), - [anon_sym___declspec] = ACTIONS(3450), - [anon_sym___based] = ACTIONS(2955), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_EQ] = ACTIONS(2957), - [anon_sym_static] = ACTIONS(3441), - [anon_sym_register] = ACTIONS(3441), - [anon_sym_inline] = ACTIONS(3441), - [anon_sym_thread_local] = ACTIONS(3441), - [anon_sym_const] = ACTIONS(3453), - [anon_sym_volatile] = ACTIONS(3453), - [anon_sym_restrict] = ACTIONS(3453), - [anon_sym__Atomic] = ACTIONS(3453), - [anon_sym_mutable] = ACTIONS(3453), - [anon_sym_constexpr] = ACTIONS(3453), - [anon_sym_COLON] = ACTIONS(2957), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3456), - [anon_sym_operator] = ACTIONS(2955), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3459), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3459), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3459), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3459), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3459), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3459), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3459), - [anon_sym_MOZ_COLD] = ACTIONS(3459), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3459), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3459), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3459), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3459), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3459), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3459), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3459), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3459), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3459), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3459), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3459), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3459), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3459), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3459), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3459), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3459), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3459), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3459), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3459), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3459), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_NONNULL] = ACTIONS(3459), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3459), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3459), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3459), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3459), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3459), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_NORETURN] = ACTIONS(3459), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3459), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3459), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3459), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3459), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3459), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3459), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3459), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3459), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3459), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3459), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3459), - [anon_sym_MOZ_RAII] = ACTIONS(3459), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3459), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3459), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3459), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3459), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3459), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3459), - }, - [1385] = { - [sym_identifier] = ACTIONS(3043), - [anon_sym_COMMA] = ACTIONS(3045), - [anon_sym_RPAREN] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3045), - [anon_sym_AMP_AMP] = ACTIONS(3045), - [anon_sym_AMP] = ACTIONS(3043), - [anon_sym_SEMI] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3043), - [anon_sym___attribute__] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3045), - [anon_sym___declspec] = ACTIONS(3043), - [anon_sym___based] = ACTIONS(3043), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_EQ] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3043), - [anon_sym_register] = ACTIONS(3043), - [anon_sym_inline] = ACTIONS(3043), - [anon_sym_thread_local] = ACTIONS(3043), - [anon_sym_const] = ACTIONS(3043), - [anon_sym_volatile] = ACTIONS(3043), - [anon_sym_restrict] = ACTIONS(3043), - [anon_sym__Atomic] = ACTIONS(3043), - [anon_sym_mutable] = ACTIONS(3043), - [anon_sym_constexpr] = ACTIONS(3043), - [anon_sym_COLON] = ACTIONS(3045), - [anon_sym_DASH_GT] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3043), - [anon_sym_override] = ACTIONS(3043), - [anon_sym_virtual] = ACTIONS(3043), - [anon_sym_GT2] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3043), - [anon_sym_noexcept] = ACTIONS(3043), - [anon_sym_throw] = ACTIONS(3043), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3043), - [anon_sym_MOZ_COLD] = ACTIONS(3043), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3043), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3043), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3043), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3043), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3043), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3043), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3043), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3043), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3043), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3043), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3043), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL] = ACTIONS(3043), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3043), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3043), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN] = ACTIONS(3043), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3043), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3043), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3043), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3043), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3043), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3043), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3043), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3043), - [anon_sym_MOZ_RAII] = ACTIONS(3043), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3043), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3043), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3043), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3043), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3043), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3043), - }, - [1386] = { - [sym__declaration_modifiers] = STATE(1382), - [sym_attribute_specifier] = STATE(1382), - [sym_attribute_declaration] = STATE(1382), - [sym_ms_declspec_modifier] = STATE(1382), - [sym_storage_class_specifier] = STATE(1382), - [sym_type_qualifier] = STATE(1382), - [sym_virtual_function_specifier] = STATE(1382), - [sym_macro_annotation] = STATE(1494), - [aux_sym__declaration_specifiers_repeat1] = STATE(1382), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_extern] = ACTIONS(3427), - [anon_sym___attribute__] = ACTIONS(3429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), - [anon_sym___declspec] = ACTIONS(3433), - [anon_sym___based] = ACTIONS(3015), - [anon_sym_LBRACE] = ACTIONS(3017), - [anon_sym_EQ] = ACTIONS(3017), - [anon_sym_static] = ACTIONS(3427), - [anon_sym_register] = ACTIONS(3427), - [anon_sym_inline] = ACTIONS(3427), - [anon_sym_thread_local] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_volatile] = ACTIONS(3435), - [anon_sym_restrict] = ACTIONS(3435), - [anon_sym__Atomic] = ACTIONS(3435), - [anon_sym_mutable] = ACTIONS(3435), - [anon_sym_constexpr] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3017), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3437), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3439), - [anon_sym_MOZ_COLD] = ACTIONS(3439), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3439), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3439), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3439), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3439), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3439), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3439), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3439), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3439), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3439), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3439), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3439), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3439), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_RAII] = ACTIONS(3439), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3439), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3439), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3439), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3439), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3439), - }, - [1387] = { - [sym__declaration_modifiers] = STATE(1379), - [sym_attribute_specifier] = STATE(1379), - [sym_attribute_declaration] = STATE(1379), - [sym_ms_declspec_modifier] = STATE(1379), - [sym_storage_class_specifier] = STATE(1379), - [sym_type_qualifier] = STATE(1379), - [sym_virtual_function_specifier] = STATE(1379), - [sym_macro_annotation] = STATE(1494), - [aux_sym__declaration_specifiers_repeat1] = STATE(1379), - [sym_identifier] = ACTIONS(3011), - [anon_sym_LPAREN2] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3011), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_extern] = ACTIONS(3427), - [anon_sym___attribute__] = ACTIONS(3429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3431), - [anon_sym___declspec] = ACTIONS(3433), - [anon_sym___based] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_EQ] = ACTIONS(3013), - [anon_sym_static] = ACTIONS(3427), - [anon_sym_register] = ACTIONS(3427), - [anon_sym_inline] = ACTIONS(3427), - [anon_sym_thread_local] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_volatile] = ACTIONS(3435), - [anon_sym_restrict] = ACTIONS(3435), - [anon_sym__Atomic] = ACTIONS(3435), - [anon_sym_mutable] = ACTIONS(3435), - [anon_sym_constexpr] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3013), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3437), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3439), - [anon_sym_MOZ_COLD] = ACTIONS(3439), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3439), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3439), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3439), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3439), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3439), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3439), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3439), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3439), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3439), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3439), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3439), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3439), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3439), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3439), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3439), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3439), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3439), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3439), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3439), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3439), - [anon_sym_MOZ_RAII] = ACTIONS(3439), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3439), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3439), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3439), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3439), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3439), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3439), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3439), - }, - [1388] = { - [sym_field_declaration_list] = STATE(1345), - [sym_virtual_specifier] = STATE(4152), - [sym_base_class_clause] = STATE(4700), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_RPAREN] = ACTIONS(3074), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_extern] = ACTIONS(3074), - [anon_sym___attribute__] = ACTIONS(3074), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3074), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_EQ] = ACTIONS(3074), - [anon_sym_static] = ACTIONS(3074), - [anon_sym_register] = ACTIONS(3074), - [anon_sym_inline] = ACTIONS(3074), - [anon_sym_thread_local] = ACTIONS(3074), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3074), - [anon_sym_restrict] = ACTIONS(3074), - [anon_sym__Atomic] = ACTIONS(3074), - [anon_sym_mutable] = ACTIONS(3074), - [anon_sym_constexpr] = ACTIONS(3074), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3074), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3415), - [anon_sym_override] = ACTIONS(3415), - [anon_sym_virtual] = ACTIONS(3074), - [anon_sym_GT2] = ACTIONS(3074), - [anon_sym_noexcept] = ACTIONS(3074), - [anon_sym_throw] = ACTIONS(3074), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3074), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3074), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3074), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3074), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3074), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3074), - [anon_sym_MOZ_COLD] = ACTIONS(3074), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3074), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3074), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3074), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3074), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3074), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3074), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3074), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3074), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3074), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3074), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3074), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3074), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3074), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3074), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3074), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3074), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3074), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3074), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3074), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3074), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3074), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3074), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3074), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3074), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3074), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3074), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3074), - [anon_sym_MOZ_NONNULL] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3074), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3074), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3074), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3074), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3074), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3074), - [anon_sym_MOZ_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3074), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3074), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3074), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3074), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3074), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3074), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3074), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3074), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3074), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3074), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3074), - [anon_sym_MOZ_RAII] = ACTIONS(3074), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3074), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3074), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3074), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3074), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3074), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3074), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3074), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3074), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3074), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3074), - }, - [1389] = { - [sym_field_declaration_list] = STATE(1331), - [sym_virtual_specifier] = STATE(4134), - [sym_base_class_clause] = STATE(4682), - [anon_sym_COMMA] = ACTIONS(3064), - [anon_sym_RPAREN] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3064), - [anon_sym_AMP_AMP] = ACTIONS(3064), - [anon_sym_AMP] = ACTIONS(3062), - [anon_sym_SEMI] = ACTIONS(3064), - [anon_sym_extern] = ACTIONS(3064), - [anon_sym___attribute__] = ACTIONS(3064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3064), - [anon_sym___declspec] = ACTIONS(3064), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3062), - [anon_sym_EQ] = ACTIONS(3064), - [anon_sym_static] = ACTIONS(3064), - [anon_sym_register] = ACTIONS(3064), - [anon_sym_inline] = ACTIONS(3064), - [anon_sym_thread_local] = ACTIONS(3064), - [anon_sym_const] = ACTIONS(3062), - [anon_sym_volatile] = ACTIONS(3064), - [anon_sym_restrict] = ACTIONS(3064), - [anon_sym__Atomic] = ACTIONS(3064), - [anon_sym_mutable] = ACTIONS(3064), - [anon_sym_constexpr] = ACTIONS(3064), - [anon_sym_COLON] = ACTIONS(3403), - [anon_sym_DASH_GT] = ACTIONS(3064), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3415), - [anon_sym_override] = ACTIONS(3415), - [anon_sym_virtual] = ACTIONS(3064), - [anon_sym_GT2] = ACTIONS(3064), - [anon_sym_noexcept] = ACTIONS(3064), - [anon_sym_throw] = ACTIONS(3064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3064), - [anon_sym_MOZ_COLD] = ACTIONS(3064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3064), - [anon_sym_MOZ_NONNULL] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3064), - [anon_sym_MOZ_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3064), - [anon_sym_MOZ_RAII] = ACTIONS(3064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3064), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3064), - }, - [1390] = { - [sym_field_declaration_list] = STATE(1305), - [sym_virtual_specifier] = STATE(4107), - [sym_base_class_clause] = STATE(4639), - [sym_identifier] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3462), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3084), - [anon_sym_MOZ_COLD] = ACTIONS(3084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_RAII] = ACTIONS(3084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3084), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3084), - }, - [1391] = { - [sym_enumerator_list] = STATE(1440), - [sym_identifier] = ACTIONS(3076), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LPAREN2] = ACTIONS(3078), - [anon_sym_STAR] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_AMP] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym___attribute__] = ACTIONS(3076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym___based] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(3078), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_EQ] = ACTIONS(3078), - [anon_sym_static] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_thread_local] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_volatile] = ACTIONS(3076), - [anon_sym_restrict] = ACTIONS(3076), - [anon_sym__Atomic] = ACTIONS(3076), - [anon_sym_mutable] = ACTIONS(3076), - [anon_sym_constexpr] = ACTIONS(3076), - [anon_sym_COLON] = ACTIONS(3078), - [anon_sym_DASH_GT] = ACTIONS(3078), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_virtual] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_noexcept] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3076), - [anon_sym_MOZ_COLD] = ACTIONS(3076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_NONNULL] = ACTIONS(3076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_NORETURN] = ACTIONS(3076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3076), - [anon_sym_MOZ_RAII] = ACTIONS(3076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3076), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3076), - }, - [1392] = { - [sym_enumerator_list] = STATE(1410), - [sym_identifier] = ACTIONS(3066), - [anon_sym_COMMA] = ACTIONS(3068), - [anon_sym_LPAREN2] = ACTIONS(3068), - [anon_sym_STAR] = ACTIONS(3068), - [anon_sym_AMP_AMP] = ACTIONS(3068), - [anon_sym_AMP] = ACTIONS(3066), - [anon_sym_SEMI] = ACTIONS(3068), - [anon_sym_extern] = ACTIONS(3066), - [anon_sym___attribute__] = ACTIONS(3066), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3068), - [anon_sym___declspec] = ACTIONS(3066), - [anon_sym___based] = ACTIONS(3066), - [anon_sym_LBRACE] = ACTIONS(3068), - [anon_sym_LBRACK] = ACTIONS(3066), - [anon_sym_EQ] = ACTIONS(3068), - [anon_sym_static] = ACTIONS(3066), - [anon_sym_register] = ACTIONS(3066), - [anon_sym_inline] = ACTIONS(3066), - [anon_sym_thread_local] = ACTIONS(3066), - [anon_sym_const] = ACTIONS(3066), - [anon_sym_volatile] = ACTIONS(3066), - [anon_sym_restrict] = ACTIONS(3066), - [anon_sym__Atomic] = ACTIONS(3066), - [anon_sym_mutable] = ACTIONS(3066), - [anon_sym_constexpr] = ACTIONS(3066), - [anon_sym_COLON] = ACTIONS(3068), - [anon_sym_DASH_GT] = ACTIONS(3068), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3066), - [anon_sym_override] = ACTIONS(3066), - [anon_sym_virtual] = ACTIONS(3066), - [anon_sym_operator] = ACTIONS(3066), - [anon_sym_noexcept] = ACTIONS(3066), - [anon_sym_throw] = ACTIONS(3066), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3066), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3066), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3066), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3066), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3066), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3066), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3066), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3066), - [anon_sym_MOZ_COLD] = ACTIONS(3066), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3066), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3066), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3066), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3066), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3066), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3066), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3066), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3066), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3066), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3066), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3066), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3066), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3066), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3066), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3066), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3066), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3066), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3066), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3066), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3066), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3066), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_NONNULL] = ACTIONS(3066), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3066), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3066), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3066), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3066), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3066), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_NORETURN] = ACTIONS(3066), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3066), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3066), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3066), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3066), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3066), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3066), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3066), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3066), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3066), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3066), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3066), - [anon_sym_MOZ_RAII] = ACTIONS(3066), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3066), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3066), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3066), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3066), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3066), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3066), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3066), - }, - [1393] = { - [sym_field_declaration_list] = STATE(1345), - [sym_virtual_specifier] = STATE(4152), - [sym_base_class_clause] = STATE(4700), - [sym_identifier] = ACTIONS(3072), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_TILDE] = ACTIONS(3074), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3464), - [anon_sym_extern] = ACTIONS(3072), - [anon_sym___attribute__] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3074), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3072), - [anon_sym___based] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_static] = ACTIONS(3072), - [anon_sym_register] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_thread_local] = ACTIONS(3072), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3072), - [anon_sym_restrict] = ACTIONS(3072), - [anon_sym__Atomic] = ACTIONS(3072), - [anon_sym_mutable] = ACTIONS(3072), - [anon_sym_constexpr] = ACTIONS(3072), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3072), - [anon_sym_template] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3072), - [anon_sym_MOZ_COLD] = ACTIONS(3072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_RAII] = ACTIONS(3072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3072), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3072), - }, - [1394] = { - [sym_field_declaration_list] = STATE(1331), - [sym_virtual_specifier] = STATE(4134), - [sym_base_class_clause] = STATE(4682), - [sym_identifier] = ACTIONS(3062), - [anon_sym_LPAREN2] = ACTIONS(3064), - [anon_sym_TILDE] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3064), - [anon_sym_AMP_AMP] = ACTIONS(3064), - [anon_sym_AMP] = ACTIONS(3062), - [anon_sym_SEMI] = ACTIONS(3462), - [anon_sym_extern] = ACTIONS(3062), - [anon_sym___attribute__] = ACTIONS(3062), - [anon_sym_COLON_COLON] = ACTIONS(3064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3064), - [anon_sym___declspec] = ACTIONS(3062), - [anon_sym___based] = ACTIONS(3062), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3062), - [anon_sym_static] = ACTIONS(3062), - [anon_sym_register] = ACTIONS(3062), - [anon_sym_inline] = ACTIONS(3062), - [anon_sym_thread_local] = ACTIONS(3062), - [anon_sym_const] = ACTIONS(3062), - [anon_sym_volatile] = ACTIONS(3062), - [anon_sym_restrict] = ACTIONS(3062), - [anon_sym__Atomic] = ACTIONS(3062), - [anon_sym_mutable] = ACTIONS(3062), - [anon_sym_constexpr] = ACTIONS(3062), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3062), - [anon_sym_template] = ACTIONS(3062), - [anon_sym_operator] = ACTIONS(3062), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3062), - [anon_sym_MOZ_COLD] = ACTIONS(3062), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3062), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3062), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3062), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3062), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3062), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3062), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3062), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3062), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3062), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3062), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3062), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3062), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_RAII] = ACTIONS(3062), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3062), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3062), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3062), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3062), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3062), - }, - [1395] = { - [sym_field_declaration_list] = STATE(1345), - [sym_virtual_specifier] = STATE(4152), - [sym_base_class_clause] = STATE(4700), - [sym_identifier] = ACTIONS(3072), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_TILDE] = ACTIONS(3074), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3462), - [anon_sym_extern] = ACTIONS(3072), - [anon_sym___attribute__] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3074), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3072), - [anon_sym___based] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_static] = ACTIONS(3072), - [anon_sym_register] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_thread_local] = ACTIONS(3072), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3072), - [anon_sym_restrict] = ACTIONS(3072), - [anon_sym__Atomic] = ACTIONS(3072), - [anon_sym_mutable] = ACTIONS(3072), - [anon_sym_constexpr] = ACTIONS(3072), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3072), - [anon_sym_template] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3072), - [anon_sym_MOZ_COLD] = ACTIONS(3072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_RAII] = ACTIONS(3072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3072), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3072), - }, - [1396] = { - [sym_field_declaration_list] = STATE(1331), - [sym_virtual_specifier] = STATE(4134), - [sym_base_class_clause] = STATE(4682), - [sym_identifier] = ACTIONS(3062), - [anon_sym_LPAREN2] = ACTIONS(3064), - [anon_sym_TILDE] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3064), - [anon_sym_AMP_AMP] = ACTIONS(3064), - [anon_sym_AMP] = ACTIONS(3062), - [anon_sym_SEMI] = ACTIONS(3466), - [anon_sym_extern] = ACTIONS(3062), - [anon_sym___attribute__] = ACTIONS(3062), - [anon_sym_COLON_COLON] = ACTIONS(3064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3064), - [anon_sym___declspec] = ACTIONS(3062), - [anon_sym___based] = ACTIONS(3062), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3062), - [anon_sym_static] = ACTIONS(3062), - [anon_sym_register] = ACTIONS(3062), - [anon_sym_inline] = ACTIONS(3062), - [anon_sym_thread_local] = ACTIONS(3062), - [anon_sym_const] = ACTIONS(3062), - [anon_sym_volatile] = ACTIONS(3062), - [anon_sym_restrict] = ACTIONS(3062), - [anon_sym__Atomic] = ACTIONS(3062), - [anon_sym_mutable] = ACTIONS(3062), - [anon_sym_constexpr] = ACTIONS(3062), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3062), - [anon_sym_template] = ACTIONS(3062), - [anon_sym_operator] = ACTIONS(3062), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3062), - [anon_sym_MOZ_COLD] = ACTIONS(3062), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3062), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3062), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3062), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3062), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3062), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3062), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3062), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3062), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3062), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3062), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3062), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3062), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_RAII] = ACTIONS(3062), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3062), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3062), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3062), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3062), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3062), - }, - [1397] = { - [sym_field_declaration_list] = STATE(1345), - [sym_virtual_specifier] = STATE(4152), - [sym_base_class_clause] = STATE(4700), - [sym_identifier] = ACTIONS(3072), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_TILDE] = ACTIONS(3074), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3466), - [anon_sym_extern] = ACTIONS(3072), - [anon_sym___attribute__] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3074), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3072), - [anon_sym___based] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_static] = ACTIONS(3072), - [anon_sym_register] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_thread_local] = ACTIONS(3072), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3072), - [anon_sym_restrict] = ACTIONS(3072), - [anon_sym__Atomic] = ACTIONS(3072), - [anon_sym_mutable] = ACTIONS(3072), - [anon_sym_constexpr] = ACTIONS(3072), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3072), - [anon_sym_template] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3072), - [anon_sym_MOZ_COLD] = ACTIONS(3072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL] = ACTIONS(3072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN] = ACTIONS(3072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3072), - [anon_sym_MOZ_RAII] = ACTIONS(3072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3072), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3072), - }, - [1398] = { - [sym_field_declaration_list] = STATE(1305), - [sym_virtual_specifier] = STATE(4107), - [sym_base_class_clause] = STATE(4639), - [sym_identifier] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3466), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3084), - [anon_sym_MOZ_COLD] = ACTIONS(3084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_RAII] = ACTIONS(3084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3084), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3084), - }, - [1399] = { - [sym_field_declaration_list] = STATE(1331), - [sym_virtual_specifier] = STATE(4134), - [sym_base_class_clause] = STATE(4682), - [sym_identifier] = ACTIONS(3062), - [anon_sym_LPAREN2] = ACTIONS(3064), - [anon_sym_TILDE] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3064), - [anon_sym_AMP_AMP] = ACTIONS(3064), - [anon_sym_AMP] = ACTIONS(3062), - [anon_sym_SEMI] = ACTIONS(3464), - [anon_sym_extern] = ACTIONS(3062), - [anon_sym___attribute__] = ACTIONS(3062), - [anon_sym_COLON_COLON] = ACTIONS(3064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3064), - [anon_sym___declspec] = ACTIONS(3062), - [anon_sym___based] = ACTIONS(3062), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3062), - [anon_sym_static] = ACTIONS(3062), - [anon_sym_register] = ACTIONS(3062), - [anon_sym_inline] = ACTIONS(3062), - [anon_sym_thread_local] = ACTIONS(3062), - [anon_sym_const] = ACTIONS(3062), - [anon_sym_volatile] = ACTIONS(3062), - [anon_sym_restrict] = ACTIONS(3062), - [anon_sym__Atomic] = ACTIONS(3062), - [anon_sym_mutable] = ACTIONS(3062), - [anon_sym_constexpr] = ACTIONS(3062), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3062), - [anon_sym_template] = ACTIONS(3062), - [anon_sym_operator] = ACTIONS(3062), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3062), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3062), - [anon_sym_MOZ_COLD] = ACTIONS(3062), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3062), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3062), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3062), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3062), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3062), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3062), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3062), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3062), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3062), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3062), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3062), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3062), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL] = ACTIONS(3062), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3062), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3062), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN] = ACTIONS(3062), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3062), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3062), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3062), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3062), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3062), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3062), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3062), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3062), - [anon_sym_MOZ_RAII] = ACTIONS(3062), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3062), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3062), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3062), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3062), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3062), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3062), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3062), - }, [1400] = { - [sym_field_declaration_list] = STATE(1305), - [sym_virtual_specifier] = STATE(4107), - [sym_base_class_clause] = STATE(4639), - [sym_identifier] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3464), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3084), - [anon_sym_MOZ_COLD] = ACTIONS(3084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL] = ACTIONS(3084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN] = ACTIONS(3084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3084), - [anon_sym_MOZ_RAII] = ACTIONS(3084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3084), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3084), + [sym_field_declaration_list] = STATE(1348), + [sym_virtual_specifier] = STATE(4174), + [sym_base_class_clause] = STATE(4724), + [sym_identifier] = ACTIONS(3471), + [anon_sym_LPAREN2] = ACTIONS(3473), + [anon_sym_TILDE] = ACTIONS(3473), + [anon_sym_STAR] = ACTIONS(3473), + [anon_sym_AMP_AMP] = ACTIONS(3473), + [anon_sym_AMP] = ACTIONS(3471), + [anon_sym_SEMI] = ACTIONS(3836), + [anon_sym_extern] = ACTIONS(3471), + [anon_sym___attribute__] = ACTIONS(3471), + [anon_sym_COLON_COLON] = ACTIONS(3473), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3473), + [anon_sym___declspec] = ACTIONS(3471), + [anon_sym___based] = ACTIONS(3471), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3471), + [anon_sym_static] = ACTIONS(3471), + [anon_sym_register] = ACTIONS(3471), + [anon_sym_inline] = ACTIONS(3471), + [anon_sym_thread_local] = ACTIONS(3471), + [anon_sym_const] = ACTIONS(3471), + [anon_sym_volatile] = ACTIONS(3471), + [anon_sym_restrict] = ACTIONS(3471), + [anon_sym__Atomic] = ACTIONS(3471), + [anon_sym_mutable] = ACTIONS(3471), + [anon_sym_constexpr] = ACTIONS(3471), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3471), + [anon_sym_template] = ACTIONS(3471), + [anon_sym_operator] = ACTIONS(3471), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3471), + [anon_sym_MOZ_COLD] = ACTIONS(3471), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3471), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3471), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3471), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3471), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3471), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3471), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3471), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3471), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3471), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3471), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3471), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3471), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_RAII] = ACTIONS(3471), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3471), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3471), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3471), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3471), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3471), }, [1401] = { - [sym_identifier] = ACTIONS(3157), - [anon_sym_COMMA] = ACTIONS(3159), - [anon_sym_LPAREN2] = ACTIONS(3159), - [anon_sym_STAR] = ACTIONS(3159), - [anon_sym_AMP_AMP] = ACTIONS(3159), - [anon_sym_AMP] = ACTIONS(3157), - [anon_sym_SEMI] = ACTIONS(3159), - [anon_sym_extern] = ACTIONS(3157), - [anon_sym___attribute__] = ACTIONS(3157), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3159), - [anon_sym___declspec] = ACTIONS(3157), - [anon_sym___based] = ACTIONS(3157), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_LBRACK] = ACTIONS(3157), - [anon_sym_EQ] = ACTIONS(3159), - [anon_sym_static] = ACTIONS(3157), - [anon_sym_register] = ACTIONS(3157), - [anon_sym_inline] = ACTIONS(3157), - [anon_sym_thread_local] = ACTIONS(3157), - [anon_sym_const] = ACTIONS(3157), - [anon_sym_volatile] = ACTIONS(3157), - [anon_sym_restrict] = ACTIONS(3157), - [anon_sym__Atomic] = ACTIONS(3157), - [anon_sym_mutable] = ACTIONS(3157), - [anon_sym_constexpr] = ACTIONS(3157), - [anon_sym_COLON] = ACTIONS(3159), - [anon_sym_DASH_GT] = ACTIONS(3159), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3157), - [anon_sym_override] = ACTIONS(3157), - [anon_sym_virtual] = ACTIONS(3157), - [anon_sym_operator] = ACTIONS(3157), - [anon_sym_noexcept] = ACTIONS(3157), - [anon_sym_throw] = ACTIONS(3157), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3157), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3157), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3157), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3157), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3157), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3157), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3157), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3157), - [anon_sym_MOZ_COLD] = ACTIONS(3157), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3157), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3157), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3157), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3157), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3157), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3157), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3157), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3157), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3157), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3157), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3157), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3157), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3157), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3157), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3157), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3157), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3157), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3157), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3157), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3157), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3157), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_NONNULL] = ACTIONS(3157), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3157), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3157), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3157), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3157), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3157), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_NORETURN] = ACTIONS(3157), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3157), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3157), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3157), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3157), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3157), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3157), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3157), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3157), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3157), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3157), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3157), - [anon_sym_MOZ_RAII] = ACTIONS(3157), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3157), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3157), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3157), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3157), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3157), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3157), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3157), + [sym_enumerator_list] = STATE(1459), + [sym_identifier] = ACTIONS(3446), + [anon_sym_COMMA] = ACTIONS(3448), + [anon_sym_LPAREN2] = ACTIONS(3448), + [anon_sym_STAR] = ACTIONS(3448), + [anon_sym_AMP_AMP] = ACTIONS(3448), + [anon_sym_AMP] = ACTIONS(3446), + [anon_sym_SEMI] = ACTIONS(3448), + [anon_sym_extern] = ACTIONS(3446), + [anon_sym___attribute__] = ACTIONS(3446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3448), + [anon_sym___declspec] = ACTIONS(3446), + [anon_sym___based] = ACTIONS(3446), + [anon_sym_LBRACE] = ACTIONS(3448), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_EQ] = ACTIONS(3448), + [anon_sym_static] = ACTIONS(3446), + [anon_sym_register] = ACTIONS(3446), + [anon_sym_inline] = ACTIONS(3446), + [anon_sym_thread_local] = ACTIONS(3446), + [anon_sym_const] = ACTIONS(3446), + [anon_sym_volatile] = ACTIONS(3446), + [anon_sym_restrict] = ACTIONS(3446), + [anon_sym__Atomic] = ACTIONS(3446), + [anon_sym_mutable] = ACTIONS(3446), + [anon_sym_constexpr] = ACTIONS(3446), + [anon_sym_COLON] = ACTIONS(3448), + [anon_sym_DASH_GT] = ACTIONS(3448), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3446), + [anon_sym_override] = ACTIONS(3446), + [anon_sym_virtual] = ACTIONS(3446), + [anon_sym_operator] = ACTIONS(3446), + [anon_sym_noexcept] = ACTIONS(3446), + [anon_sym_throw] = ACTIONS(3446), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3446), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3446), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3446), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3446), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3446), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3446), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3446), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3446), + [anon_sym_MOZ_COLD] = ACTIONS(3446), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3446), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3446), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3446), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3446), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3446), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3446), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3446), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3446), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3446), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3446), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3446), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3446), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3446), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3446), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3446), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3446), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3446), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3446), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3446), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3446), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3446), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_NONNULL] = ACTIONS(3446), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3446), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3446), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3446), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3446), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3446), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_NORETURN] = ACTIONS(3446), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3446), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3446), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3446), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3446), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3446), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3446), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3446), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3446), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3446), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3446), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3446), + [anon_sym_MOZ_RAII] = ACTIONS(3446), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3446), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3446), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3446), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3446), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3446), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3446), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3446), }, [1402] = { - [sym_identifier] = ACTIONS(3125), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LPAREN2] = ACTIONS(3127), - [anon_sym_STAR] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_AMP] = ACTIONS(3125), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_extern] = ACTIONS(3125), - [anon_sym___attribute__] = ACTIONS(3125), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3127), - [anon_sym___declspec] = ACTIONS(3125), - [anon_sym___based] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(3127), - [anon_sym_LBRACK] = ACTIONS(3125), - [anon_sym_EQ] = ACTIONS(3127), - [anon_sym_static] = ACTIONS(3125), - [anon_sym_register] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_thread_local] = ACTIONS(3125), - [anon_sym_const] = ACTIONS(3125), - [anon_sym_volatile] = ACTIONS(3125), - [anon_sym_restrict] = ACTIONS(3125), - [anon_sym__Atomic] = ACTIONS(3125), - [anon_sym_mutable] = ACTIONS(3125), - [anon_sym_constexpr] = ACTIONS(3125), - [anon_sym_COLON] = ACTIONS(3127), - [anon_sym_DASH_GT] = ACTIONS(3127), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_virtual] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_noexcept] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3125), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3125), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3125), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3125), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3125), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3125), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3125), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3125), - [anon_sym_MOZ_COLD] = ACTIONS(3125), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3125), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3125), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3125), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3125), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3125), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3125), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3125), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3125), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3125), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3125), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3125), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3125), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3125), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3125), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3125), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3125), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3125), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3125), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3125), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3125), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3125), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_NONNULL] = ACTIONS(3125), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3125), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3125), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3125), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3125), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3125), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_NORETURN] = ACTIONS(3125), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3125), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3125), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3125), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3125), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3125), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3125), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3125), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3125), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3125), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3125), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3125), - [anon_sym_MOZ_RAII] = ACTIONS(3125), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3125), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3125), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3125), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3125), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3125), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3125), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3125), + [sym_field_declaration_list] = STATE(1345), + [sym_virtual_specifier] = STATE(4155), + [sym_base_class_clause] = STATE(4735), + [sym_identifier] = ACTIONS(3483), + [anon_sym_LPAREN2] = ACTIONS(3485), + [anon_sym_TILDE] = ACTIONS(3485), + [anon_sym_STAR] = ACTIONS(3485), + [anon_sym_AMP_AMP] = ACTIONS(3485), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_SEMI] = ACTIONS(3838), + [anon_sym_extern] = ACTIONS(3483), + [anon_sym___attribute__] = ACTIONS(3483), + [anon_sym_COLON_COLON] = ACTIONS(3485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3485), + [anon_sym___declspec] = ACTIONS(3483), + [anon_sym___based] = ACTIONS(3483), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3483), + [anon_sym_static] = ACTIONS(3483), + [anon_sym_register] = ACTIONS(3483), + [anon_sym_inline] = ACTIONS(3483), + [anon_sym_thread_local] = ACTIONS(3483), + [anon_sym_const] = ACTIONS(3483), + [anon_sym_volatile] = ACTIONS(3483), + [anon_sym_restrict] = ACTIONS(3483), + [anon_sym__Atomic] = ACTIONS(3483), + [anon_sym_mutable] = ACTIONS(3483), + [anon_sym_constexpr] = ACTIONS(3483), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3483), + [anon_sym_template] = ACTIONS(3483), + [anon_sym_operator] = ACTIONS(3483), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3483), + [anon_sym_MOZ_COLD] = ACTIONS(3483), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3483), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3483), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3483), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3483), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3483), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3483), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3483), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3483), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3483), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3483), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3483), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3483), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_RAII] = ACTIONS(3483), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3483), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3483), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3483), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3483), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3483), }, [1403] = { - [sym_identifier] = ACTIONS(3323), - [anon_sym_COMMA] = ACTIONS(3325), - [anon_sym_LPAREN2] = ACTIONS(3325), - [anon_sym_STAR] = ACTIONS(3325), - [anon_sym_AMP_AMP] = ACTIONS(3325), - [anon_sym_AMP] = ACTIONS(3323), - [anon_sym_SEMI] = ACTIONS(3325), - [anon_sym_extern] = ACTIONS(3323), - [anon_sym___attribute__] = ACTIONS(3323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3325), - [anon_sym___declspec] = ACTIONS(3323), - [anon_sym___based] = ACTIONS(3323), - [anon_sym_LBRACE] = ACTIONS(3325), - [anon_sym_LBRACK] = ACTIONS(3323), - [anon_sym_EQ] = ACTIONS(3325), - [anon_sym_static] = ACTIONS(3323), - [anon_sym_register] = ACTIONS(3323), - [anon_sym_inline] = ACTIONS(3323), - [anon_sym_thread_local] = ACTIONS(3323), - [anon_sym_const] = ACTIONS(3323), - [anon_sym_volatile] = ACTIONS(3323), - [anon_sym_restrict] = ACTIONS(3323), - [anon_sym__Atomic] = ACTIONS(3323), - [anon_sym_mutable] = ACTIONS(3323), - [anon_sym_constexpr] = ACTIONS(3323), - [anon_sym_COLON] = ACTIONS(3325), - [anon_sym_DASH_GT] = ACTIONS(3325), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3323), - [anon_sym_override] = ACTIONS(3323), - [anon_sym_virtual] = ACTIONS(3323), - [anon_sym_operator] = ACTIONS(3323), - [anon_sym_noexcept] = ACTIONS(3323), - [anon_sym_throw] = ACTIONS(3323), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3323), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3323), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3323), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3323), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3323), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3323), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3323), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3323), - [anon_sym_MOZ_COLD] = ACTIONS(3323), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3323), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3323), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3323), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3323), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3323), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3323), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3323), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3323), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3323), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3323), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3323), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3323), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3323), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3323), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3323), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3323), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3323), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3323), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3323), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3323), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3323), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_NONNULL] = ACTIONS(3323), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3323), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3323), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3323), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3323), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3323), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_NORETURN] = ACTIONS(3323), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3323), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3323), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3323), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3323), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3323), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3323), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3323), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3323), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3323), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3323), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3323), - [anon_sym_MOZ_RAII] = ACTIONS(3323), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3323), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3323), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3323), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3323), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3323), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3323), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3323), + [sym_field_declaration_list] = STATE(1345), + [sym_virtual_specifier] = STATE(4155), + [sym_base_class_clause] = STATE(4735), + [sym_identifier] = ACTIONS(3483), + [anon_sym_LPAREN2] = ACTIONS(3485), + [anon_sym_TILDE] = ACTIONS(3485), + [anon_sym_STAR] = ACTIONS(3485), + [anon_sym_AMP_AMP] = ACTIONS(3485), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_SEMI] = ACTIONS(3836), + [anon_sym_extern] = ACTIONS(3483), + [anon_sym___attribute__] = ACTIONS(3483), + [anon_sym_COLON_COLON] = ACTIONS(3485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3485), + [anon_sym___declspec] = ACTIONS(3483), + [anon_sym___based] = ACTIONS(3483), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3483), + [anon_sym_static] = ACTIONS(3483), + [anon_sym_register] = ACTIONS(3483), + [anon_sym_inline] = ACTIONS(3483), + [anon_sym_thread_local] = ACTIONS(3483), + [anon_sym_const] = ACTIONS(3483), + [anon_sym_volatile] = ACTIONS(3483), + [anon_sym_restrict] = ACTIONS(3483), + [anon_sym__Atomic] = ACTIONS(3483), + [anon_sym_mutable] = ACTIONS(3483), + [anon_sym_constexpr] = ACTIONS(3483), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3483), + [anon_sym_template] = ACTIONS(3483), + [anon_sym_operator] = ACTIONS(3483), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3483), + [anon_sym_MOZ_COLD] = ACTIONS(3483), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3483), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3483), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3483), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3483), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3483), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3483), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3483), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3483), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3483), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3483), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3483), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3483), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_RAII] = ACTIONS(3483), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3483), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3483), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3483), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3483), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3483), }, [1404] = { - [sym_identifier] = ACTIONS(3287), - [anon_sym_COMMA] = ACTIONS(3289), - [anon_sym_LPAREN2] = ACTIONS(3289), - [anon_sym_STAR] = ACTIONS(3289), - [anon_sym_AMP_AMP] = ACTIONS(3289), - [anon_sym_AMP] = ACTIONS(3287), - [anon_sym_SEMI] = ACTIONS(3289), - [anon_sym_extern] = ACTIONS(3287), - [anon_sym___attribute__] = ACTIONS(3287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3289), - [anon_sym___declspec] = ACTIONS(3287), - [anon_sym___based] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3287), - [anon_sym_EQ] = ACTIONS(3289), - [anon_sym_static] = ACTIONS(3287), - [anon_sym_register] = ACTIONS(3287), - [anon_sym_inline] = ACTIONS(3287), - [anon_sym_thread_local] = ACTIONS(3287), - [anon_sym_const] = ACTIONS(3287), - [anon_sym_volatile] = ACTIONS(3287), - [anon_sym_restrict] = ACTIONS(3287), - [anon_sym__Atomic] = ACTIONS(3287), - [anon_sym_mutable] = ACTIONS(3287), - [anon_sym_constexpr] = ACTIONS(3287), - [anon_sym_COLON] = ACTIONS(3289), - [anon_sym_DASH_GT] = ACTIONS(3289), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3287), - [anon_sym_override] = ACTIONS(3287), - [anon_sym_virtual] = ACTIONS(3287), - [anon_sym_operator] = ACTIONS(3287), - [anon_sym_noexcept] = ACTIONS(3287), - [anon_sym_throw] = ACTIONS(3287), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3287), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3287), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3287), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3287), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3287), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3287), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3287), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3287), - [anon_sym_MOZ_COLD] = ACTIONS(3287), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3287), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3287), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3287), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3287), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3287), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3287), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3287), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3287), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3287), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3287), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3287), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3287), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3287), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3287), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3287), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3287), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3287), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3287), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3287), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3287), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3287), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_NONNULL] = ACTIONS(3287), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3287), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3287), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3287), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3287), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3287), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_NORETURN] = ACTIONS(3287), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3287), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3287), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3287), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3287), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3287), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3287), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3287), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3287), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3287), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3287), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3287), - [anon_sym_MOZ_RAII] = ACTIONS(3287), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3287), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3287), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3287), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3287), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3287), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3287), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3287), + [sym_field_declaration_list] = STATE(1345), + [sym_virtual_specifier] = STATE(4155), + [sym_base_class_clause] = STATE(4735), + [sym_identifier] = ACTIONS(3483), + [anon_sym_LPAREN2] = ACTIONS(3485), + [anon_sym_TILDE] = ACTIONS(3485), + [anon_sym_STAR] = ACTIONS(3485), + [anon_sym_AMP_AMP] = ACTIONS(3485), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_SEMI] = ACTIONS(3840), + [anon_sym_extern] = ACTIONS(3483), + [anon_sym___attribute__] = ACTIONS(3483), + [anon_sym_COLON_COLON] = ACTIONS(3485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3485), + [anon_sym___declspec] = ACTIONS(3483), + [anon_sym___based] = ACTIONS(3483), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3483), + [anon_sym_static] = ACTIONS(3483), + [anon_sym_register] = ACTIONS(3483), + [anon_sym_inline] = ACTIONS(3483), + [anon_sym_thread_local] = ACTIONS(3483), + [anon_sym_const] = ACTIONS(3483), + [anon_sym_volatile] = ACTIONS(3483), + [anon_sym_restrict] = ACTIONS(3483), + [anon_sym__Atomic] = ACTIONS(3483), + [anon_sym_mutable] = ACTIONS(3483), + [anon_sym_constexpr] = ACTIONS(3483), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3483), + [anon_sym_template] = ACTIONS(3483), + [anon_sym_operator] = ACTIONS(3483), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3483), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3483), + [anon_sym_MOZ_COLD] = ACTIONS(3483), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3483), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3483), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3483), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3483), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3483), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3483), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3483), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3483), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3483), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3483), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3483), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3483), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL] = ACTIONS(3483), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3483), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3483), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN] = ACTIONS(3483), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3483), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3483), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3483), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3483), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3483), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3483), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3483), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3483), + [anon_sym_MOZ_RAII] = ACTIONS(3483), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3483), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3483), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3483), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3483), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3483), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3483), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3483), }, [1405] = { - [sym_identifier] = ACTIONS(3311), - [anon_sym_COMMA] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(3313), - [anon_sym_STAR] = ACTIONS(3313), - [anon_sym_AMP_AMP] = ACTIONS(3313), - [anon_sym_AMP] = ACTIONS(3311), - [anon_sym_SEMI] = ACTIONS(3313), - [anon_sym_extern] = ACTIONS(3311), - [anon_sym___attribute__] = ACTIONS(3311), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3313), - [anon_sym___declspec] = ACTIONS(3311), - [anon_sym___based] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3313), - [anon_sym_LBRACK] = ACTIONS(3311), - [anon_sym_EQ] = ACTIONS(3313), - [anon_sym_static] = ACTIONS(3311), - [anon_sym_register] = ACTIONS(3311), - [anon_sym_inline] = ACTIONS(3311), - [anon_sym_thread_local] = ACTIONS(3311), - [anon_sym_const] = ACTIONS(3311), - [anon_sym_volatile] = ACTIONS(3311), - [anon_sym_restrict] = ACTIONS(3311), - [anon_sym__Atomic] = ACTIONS(3311), - [anon_sym_mutable] = ACTIONS(3311), - [anon_sym_constexpr] = ACTIONS(3311), - [anon_sym_COLON] = ACTIONS(3313), - [anon_sym_DASH_GT] = ACTIONS(3313), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3311), - [anon_sym_override] = ACTIONS(3311), - [anon_sym_virtual] = ACTIONS(3311), - [anon_sym_operator] = ACTIONS(3311), - [anon_sym_noexcept] = ACTIONS(3311), - [anon_sym_throw] = ACTIONS(3311), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3311), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3311), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3311), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3311), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3311), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3311), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3311), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3311), - [anon_sym_MOZ_COLD] = ACTIONS(3311), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3311), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3311), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3311), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3311), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3311), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3311), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3311), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3311), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3311), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3311), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3311), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3311), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3311), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3311), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3311), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3311), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3311), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3311), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3311), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3311), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3311), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_NONNULL] = ACTIONS(3311), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3311), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3311), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3311), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3311), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3311), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_NORETURN] = ACTIONS(3311), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3311), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3311), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3311), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3311), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3311), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3311), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3311), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3311), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3311), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3311), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3311), - [anon_sym_MOZ_RAII] = ACTIONS(3311), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3311), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3311), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3311), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3311), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3311), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3311), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3311), + [sym_field_declaration_list] = STATE(1348), + [sym_virtual_specifier] = STATE(4174), + [sym_base_class_clause] = STATE(4724), + [sym_identifier] = ACTIONS(3471), + [anon_sym_LPAREN2] = ACTIONS(3473), + [anon_sym_TILDE] = ACTIONS(3473), + [anon_sym_STAR] = ACTIONS(3473), + [anon_sym_AMP_AMP] = ACTIONS(3473), + [anon_sym_AMP] = ACTIONS(3471), + [anon_sym_SEMI] = ACTIONS(3838), + [anon_sym_extern] = ACTIONS(3471), + [anon_sym___attribute__] = ACTIONS(3471), + [anon_sym_COLON_COLON] = ACTIONS(3473), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3473), + [anon_sym___declspec] = ACTIONS(3471), + [anon_sym___based] = ACTIONS(3471), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3471), + [anon_sym_static] = ACTIONS(3471), + [anon_sym_register] = ACTIONS(3471), + [anon_sym_inline] = ACTIONS(3471), + [anon_sym_thread_local] = ACTIONS(3471), + [anon_sym_const] = ACTIONS(3471), + [anon_sym_volatile] = ACTIONS(3471), + [anon_sym_restrict] = ACTIONS(3471), + [anon_sym__Atomic] = ACTIONS(3471), + [anon_sym_mutable] = ACTIONS(3471), + [anon_sym_constexpr] = ACTIONS(3471), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3471), + [anon_sym_template] = ACTIONS(3471), + [anon_sym_operator] = ACTIONS(3471), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3471), + [anon_sym_MOZ_COLD] = ACTIONS(3471), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3471), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3471), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3471), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3471), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3471), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3471), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3471), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3471), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3471), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3471), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3471), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3471), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_RAII] = ACTIONS(3471), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3471), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3471), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3471), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3471), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3471), }, [1406] = { - [sym_identifier] = ACTIONS(3319), - [anon_sym_COMMA] = ACTIONS(3321), - [anon_sym_LPAREN2] = ACTIONS(3321), - [anon_sym_STAR] = ACTIONS(3321), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_AMP] = ACTIONS(3319), - [anon_sym_SEMI] = ACTIONS(3321), - [anon_sym_extern] = ACTIONS(3319), - [anon_sym___attribute__] = ACTIONS(3319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3321), - [anon_sym___declspec] = ACTIONS(3319), - [anon_sym___based] = ACTIONS(3319), - [anon_sym_LBRACE] = ACTIONS(3321), - [anon_sym_LBRACK] = ACTIONS(3319), - [anon_sym_EQ] = ACTIONS(3321), - [anon_sym_static] = ACTIONS(3319), - [anon_sym_register] = ACTIONS(3319), - [anon_sym_inline] = ACTIONS(3319), - [anon_sym_thread_local] = ACTIONS(3319), - [anon_sym_const] = ACTIONS(3319), - [anon_sym_volatile] = ACTIONS(3319), - [anon_sym_restrict] = ACTIONS(3319), - [anon_sym__Atomic] = ACTIONS(3319), - [anon_sym_mutable] = ACTIONS(3319), - [anon_sym_constexpr] = ACTIONS(3319), - [anon_sym_COLON] = ACTIONS(3321), - [anon_sym_DASH_GT] = ACTIONS(3321), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3319), - [anon_sym_override] = ACTIONS(3319), - [anon_sym_virtual] = ACTIONS(3319), - [anon_sym_operator] = ACTIONS(3319), - [anon_sym_noexcept] = ACTIONS(3319), - [anon_sym_throw] = ACTIONS(3319), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3319), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3319), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3319), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3319), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3319), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3319), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3319), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3319), - [anon_sym_MOZ_COLD] = ACTIONS(3319), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3319), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3319), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3319), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3319), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3319), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3319), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3319), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3319), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3319), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3319), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3319), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3319), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3319), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3319), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3319), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3319), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3319), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3319), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3319), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3319), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3319), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_NONNULL] = ACTIONS(3319), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3319), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3319), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3319), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3319), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3319), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_NORETURN] = ACTIONS(3319), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3319), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3319), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3319), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3319), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3319), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3319), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3319), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3319), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3319), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3319), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3319), - [anon_sym_MOZ_RAII] = ACTIONS(3319), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3319), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3319), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3319), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3319), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3319), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3319), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3319), + [sym_enumerator_list] = STATE(1439), + [sym_identifier] = ACTIONS(3487), + [anon_sym_COMMA] = ACTIONS(3489), + [anon_sym_LPAREN2] = ACTIONS(3489), + [anon_sym_STAR] = ACTIONS(3489), + [anon_sym_AMP_AMP] = ACTIONS(3489), + [anon_sym_AMP] = ACTIONS(3487), + [anon_sym_SEMI] = ACTIONS(3489), + [anon_sym_extern] = ACTIONS(3487), + [anon_sym___attribute__] = ACTIONS(3487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3489), + [anon_sym___declspec] = ACTIONS(3487), + [anon_sym___based] = ACTIONS(3487), + [anon_sym_LBRACE] = ACTIONS(3489), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_EQ] = ACTIONS(3489), + [anon_sym_static] = ACTIONS(3487), + [anon_sym_register] = ACTIONS(3487), + [anon_sym_inline] = ACTIONS(3487), + [anon_sym_thread_local] = ACTIONS(3487), + [anon_sym_const] = ACTIONS(3487), + [anon_sym_volatile] = ACTIONS(3487), + [anon_sym_restrict] = ACTIONS(3487), + [anon_sym__Atomic] = ACTIONS(3487), + [anon_sym_mutable] = ACTIONS(3487), + [anon_sym_constexpr] = ACTIONS(3487), + [anon_sym_COLON] = ACTIONS(3489), + [anon_sym_DASH_GT] = ACTIONS(3489), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3487), + [anon_sym_override] = ACTIONS(3487), + [anon_sym_virtual] = ACTIONS(3487), + [anon_sym_operator] = ACTIONS(3487), + [anon_sym_noexcept] = ACTIONS(3487), + [anon_sym_throw] = ACTIONS(3487), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3487), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3487), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3487), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3487), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3487), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3487), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3487), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3487), + [anon_sym_MOZ_COLD] = ACTIONS(3487), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3487), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3487), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3487), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3487), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3487), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3487), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3487), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3487), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3487), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3487), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3487), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3487), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3487), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3487), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3487), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3487), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3487), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3487), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3487), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3487), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3487), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_NONNULL] = ACTIONS(3487), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3487), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3487), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3487), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3487), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3487), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_NORETURN] = ACTIONS(3487), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3487), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3487), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3487), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3487), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3487), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3487), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3487), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3487), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3487), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3487), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3487), + [anon_sym_MOZ_RAII] = ACTIONS(3487), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3487), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3487), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3487), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3487), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3487), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3487), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3487), }, [1407] = { - [sym_identifier] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3301), - [anon_sym_LPAREN2] = ACTIONS(3301), - [anon_sym_STAR] = ACTIONS(3301), - [anon_sym_AMP_AMP] = ACTIONS(3301), - [anon_sym_AMP] = ACTIONS(3299), - [anon_sym_SEMI] = ACTIONS(3301), - [anon_sym_extern] = ACTIONS(3299), - [anon_sym___attribute__] = ACTIONS(3299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), - [anon_sym___declspec] = ACTIONS(3299), - [anon_sym___based] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3301), - [anon_sym_LBRACK] = ACTIONS(3299), - [anon_sym_EQ] = ACTIONS(3301), - [anon_sym_static] = ACTIONS(3299), - [anon_sym_register] = ACTIONS(3299), - [anon_sym_inline] = ACTIONS(3299), - [anon_sym_thread_local] = ACTIONS(3299), - [anon_sym_const] = ACTIONS(3299), - [anon_sym_volatile] = ACTIONS(3299), - [anon_sym_restrict] = ACTIONS(3299), - [anon_sym__Atomic] = ACTIONS(3299), - [anon_sym_mutable] = ACTIONS(3299), - [anon_sym_constexpr] = ACTIONS(3299), - [anon_sym_COLON] = ACTIONS(3301), - [anon_sym_DASH_GT] = ACTIONS(3301), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3299), - [anon_sym_override] = ACTIONS(3299), - [anon_sym_virtual] = ACTIONS(3299), - [anon_sym_operator] = ACTIONS(3299), - [anon_sym_noexcept] = ACTIONS(3299), - [anon_sym_throw] = ACTIONS(3299), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3299), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3299), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3299), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3299), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3299), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3299), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3299), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3299), - [anon_sym_MOZ_COLD] = ACTIONS(3299), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3299), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3299), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3299), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3299), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3299), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3299), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3299), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3299), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3299), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3299), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3299), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3299), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3299), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3299), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3299), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3299), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3299), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3299), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3299), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3299), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3299), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_NONNULL] = ACTIONS(3299), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3299), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3299), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3299), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3299), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3299), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_NORETURN] = ACTIONS(3299), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3299), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3299), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3299), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3299), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3299), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3299), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3299), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3299), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3299), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3299), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3299), - [anon_sym_MOZ_RAII] = ACTIONS(3299), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3299), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3299), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3299), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3299), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3299), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3299), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3299), + [sym_field_declaration_list] = STATE(1348), + [sym_virtual_specifier] = STATE(4174), + [sym_base_class_clause] = STATE(4724), + [sym_identifier] = ACTIONS(3471), + [anon_sym_LPAREN2] = ACTIONS(3473), + [anon_sym_TILDE] = ACTIONS(3473), + [anon_sym_STAR] = ACTIONS(3473), + [anon_sym_AMP_AMP] = ACTIONS(3473), + [anon_sym_AMP] = ACTIONS(3471), + [anon_sym_SEMI] = ACTIONS(3840), + [anon_sym_extern] = ACTIONS(3471), + [anon_sym___attribute__] = ACTIONS(3471), + [anon_sym_COLON_COLON] = ACTIONS(3473), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3473), + [anon_sym___declspec] = ACTIONS(3471), + [anon_sym___based] = ACTIONS(3471), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_LBRACK] = ACTIONS(3471), + [anon_sym_static] = ACTIONS(3471), + [anon_sym_register] = ACTIONS(3471), + [anon_sym_inline] = ACTIONS(3471), + [anon_sym_thread_local] = ACTIONS(3471), + [anon_sym_const] = ACTIONS(3471), + [anon_sym_volatile] = ACTIONS(3471), + [anon_sym_restrict] = ACTIONS(3471), + [anon_sym__Atomic] = ACTIONS(3471), + [anon_sym_mutable] = ACTIONS(3471), + [anon_sym_constexpr] = ACTIONS(3471), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3471), + [anon_sym_template] = ACTIONS(3471), + [anon_sym_operator] = ACTIONS(3471), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3471), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3471), + [anon_sym_MOZ_COLD] = ACTIONS(3471), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3471), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3471), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3471), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3471), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3471), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3471), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3471), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3471), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3471), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3471), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3471), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3471), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL] = ACTIONS(3471), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3471), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3471), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN] = ACTIONS(3471), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3471), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3471), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3471), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3471), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3471), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3471), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3471), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3471), + [anon_sym_MOZ_RAII] = ACTIONS(3471), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3471), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3471), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3471), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3471), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3471), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3471), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3471), }, [1408] = { - [sym_identifier] = ACTIONS(3307), - [anon_sym_COMMA] = ACTIONS(3309), - [anon_sym_LPAREN2] = ACTIONS(3309), - [anon_sym_STAR] = ACTIONS(3309), - [anon_sym_AMP_AMP] = ACTIONS(3309), - [anon_sym_AMP] = ACTIONS(3307), - [anon_sym_SEMI] = ACTIONS(3309), - [anon_sym_extern] = ACTIONS(3307), - [anon_sym___attribute__] = ACTIONS(3307), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3309), - [anon_sym___declspec] = ACTIONS(3307), - [anon_sym___based] = ACTIONS(3307), - [anon_sym_LBRACE] = ACTIONS(3309), - [anon_sym_LBRACK] = ACTIONS(3307), - [anon_sym_EQ] = ACTIONS(3309), - [anon_sym_static] = ACTIONS(3307), - [anon_sym_register] = ACTIONS(3307), - [anon_sym_inline] = ACTIONS(3307), - [anon_sym_thread_local] = ACTIONS(3307), - [anon_sym_const] = ACTIONS(3307), - [anon_sym_volatile] = ACTIONS(3307), - [anon_sym_restrict] = ACTIONS(3307), - [anon_sym__Atomic] = ACTIONS(3307), - [anon_sym_mutable] = ACTIONS(3307), - [anon_sym_constexpr] = ACTIONS(3307), - [anon_sym_COLON] = ACTIONS(3309), - [anon_sym_DASH_GT] = ACTIONS(3309), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3307), - [anon_sym_override] = ACTIONS(3307), - [anon_sym_virtual] = ACTIONS(3307), - [anon_sym_operator] = ACTIONS(3307), - [anon_sym_noexcept] = ACTIONS(3307), - [anon_sym_throw] = ACTIONS(3307), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3307), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3307), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3307), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3307), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3307), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3307), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3307), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3307), - [anon_sym_MOZ_COLD] = ACTIONS(3307), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3307), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3307), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3307), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3307), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3307), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3307), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3307), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3307), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3307), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3307), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3307), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3307), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3307), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3307), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3307), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3307), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3307), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3307), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3307), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3307), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3307), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_NONNULL] = ACTIONS(3307), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3307), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3307), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3307), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3307), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3307), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_NORETURN] = ACTIONS(3307), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3307), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3307), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3307), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3307), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3307), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3307), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3307), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3307), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3307), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3307), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3307), - [anon_sym_MOZ_RAII] = ACTIONS(3307), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3307), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3307), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3307), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3307), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3307), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3307), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3307), - }, - [1409] = { - [sym_identifier] = ACTIONS(3327), - [anon_sym_COMMA] = ACTIONS(3329), - [anon_sym_LPAREN2] = ACTIONS(3329), - [anon_sym_STAR] = ACTIONS(3329), - [anon_sym_AMP_AMP] = ACTIONS(3329), - [anon_sym_AMP] = ACTIONS(3327), - [anon_sym_SEMI] = ACTIONS(3329), - [anon_sym_extern] = ACTIONS(3327), - [anon_sym___attribute__] = ACTIONS(3327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3329), - [anon_sym___declspec] = ACTIONS(3327), - [anon_sym___based] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3329), - [anon_sym_LBRACK] = ACTIONS(3327), - [anon_sym_EQ] = ACTIONS(3329), - [anon_sym_static] = ACTIONS(3327), - [anon_sym_register] = ACTIONS(3327), - [anon_sym_inline] = ACTIONS(3327), - [anon_sym_thread_local] = ACTIONS(3327), - [anon_sym_const] = ACTIONS(3327), - [anon_sym_volatile] = ACTIONS(3327), - [anon_sym_restrict] = ACTIONS(3327), - [anon_sym__Atomic] = ACTIONS(3327), - [anon_sym_mutable] = ACTIONS(3327), - [anon_sym_constexpr] = ACTIONS(3327), - [anon_sym_COLON] = ACTIONS(3329), - [anon_sym_DASH_GT] = ACTIONS(3329), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3327), - [anon_sym_override] = ACTIONS(3327), - [anon_sym_virtual] = ACTIONS(3327), - [anon_sym_operator] = ACTIONS(3327), - [anon_sym_noexcept] = ACTIONS(3327), - [anon_sym_throw] = ACTIONS(3327), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3327), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3327), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3327), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3327), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3327), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3327), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3327), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3327), - [anon_sym_MOZ_COLD] = ACTIONS(3327), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3327), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3327), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3327), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3327), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3327), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3327), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3327), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3327), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3327), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3327), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3327), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3327), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3327), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3327), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3327), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3327), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3327), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3327), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3327), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3327), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3327), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_NONNULL] = ACTIONS(3327), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3327), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3327), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3327), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3327), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3327), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_NORETURN] = ACTIONS(3327), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3327), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3327), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3327), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3327), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3327), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3327), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3327), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3327), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3327), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3327), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3327), - [anon_sym_MOZ_RAII] = ACTIONS(3327), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3327), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3327), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3327), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3327), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3327), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3327), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3327), - }, - [1410] = { - [sym_identifier] = ACTIONS(3303), - [anon_sym_COMMA] = ACTIONS(3305), - [anon_sym_LPAREN2] = ACTIONS(3305), - [anon_sym_STAR] = ACTIONS(3305), - [anon_sym_AMP_AMP] = ACTIONS(3305), - [anon_sym_AMP] = ACTIONS(3303), - [anon_sym_SEMI] = ACTIONS(3305), - [anon_sym_extern] = ACTIONS(3303), - [anon_sym___attribute__] = ACTIONS(3303), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3305), - [anon_sym___declspec] = ACTIONS(3303), - [anon_sym___based] = ACTIONS(3303), - [anon_sym_LBRACE] = ACTIONS(3305), - [anon_sym_LBRACK] = ACTIONS(3303), - [anon_sym_EQ] = ACTIONS(3305), - [anon_sym_static] = ACTIONS(3303), - [anon_sym_register] = ACTIONS(3303), - [anon_sym_inline] = ACTIONS(3303), - [anon_sym_thread_local] = ACTIONS(3303), - [anon_sym_const] = ACTIONS(3303), - [anon_sym_volatile] = ACTIONS(3303), - [anon_sym_restrict] = ACTIONS(3303), - [anon_sym__Atomic] = ACTIONS(3303), - [anon_sym_mutable] = ACTIONS(3303), - [anon_sym_constexpr] = ACTIONS(3303), - [anon_sym_COLON] = ACTIONS(3305), - [anon_sym_DASH_GT] = ACTIONS(3305), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3303), - [anon_sym_override] = ACTIONS(3303), - [anon_sym_virtual] = ACTIONS(3303), - [anon_sym_operator] = ACTIONS(3303), - [anon_sym_noexcept] = ACTIONS(3303), - [anon_sym_throw] = ACTIONS(3303), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3303), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3303), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3303), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3303), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3303), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3303), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3303), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3303), - [anon_sym_MOZ_COLD] = ACTIONS(3303), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3303), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3303), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3303), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3303), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3303), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3303), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3303), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3303), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3303), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3303), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3303), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3303), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3303), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3303), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3303), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3303), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3303), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3303), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3303), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3303), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3303), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_NONNULL] = ACTIONS(3303), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3303), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3303), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3303), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3303), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3303), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_NORETURN] = ACTIONS(3303), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3303), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3303), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3303), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3303), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3303), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3303), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3303), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3303), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3303), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3303), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3303), - [anon_sym_MOZ_RAII] = ACTIONS(3303), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3303), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3303), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3303), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3303), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3303), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3303), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3303), - }, - [1411] = { - [sym_identifier] = ACTIONS(3145), - [anon_sym_COMMA] = ACTIONS(3147), - [anon_sym_LPAREN2] = ACTIONS(3147), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_AMP_AMP] = ACTIONS(3147), - [anon_sym_AMP] = ACTIONS(3145), - [anon_sym_SEMI] = ACTIONS(3147), - [anon_sym_extern] = ACTIONS(3145), - [anon_sym___attribute__] = ACTIONS(3145), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3147), - [anon_sym___declspec] = ACTIONS(3145), - [anon_sym___based] = ACTIONS(3145), - [anon_sym_LBRACE] = ACTIONS(3147), - [anon_sym_LBRACK] = ACTIONS(3145), - [anon_sym_EQ] = ACTIONS(3147), - [anon_sym_static] = ACTIONS(3145), - [anon_sym_register] = ACTIONS(3145), - [anon_sym_inline] = ACTIONS(3145), - [anon_sym_thread_local] = ACTIONS(3145), - [anon_sym_const] = ACTIONS(3145), - [anon_sym_volatile] = ACTIONS(3145), - [anon_sym_restrict] = ACTIONS(3145), - [anon_sym__Atomic] = ACTIONS(3145), - [anon_sym_mutable] = ACTIONS(3145), - [anon_sym_constexpr] = ACTIONS(3145), - [anon_sym_COLON] = ACTIONS(3147), - [anon_sym_DASH_GT] = ACTIONS(3147), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3145), - [anon_sym_override] = ACTIONS(3145), - [anon_sym_virtual] = ACTIONS(3145), - [anon_sym_operator] = ACTIONS(3145), - [anon_sym_noexcept] = ACTIONS(3145), - [anon_sym_throw] = ACTIONS(3145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3145), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3145), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3145), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3145), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3145), - [anon_sym_MOZ_COLD] = ACTIONS(3145), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3145), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3145), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3145), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3145), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3145), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3145), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3145), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3145), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3145), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3145), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3145), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3145), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3145), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3145), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3145), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3145), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3145), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3145), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_NONNULL] = ACTIONS(3145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3145), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3145), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3145), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3145), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3145), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_NORETURN] = ACTIONS(3145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3145), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3145), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3145), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3145), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3145), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3145), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3145), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3145), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3145), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3145), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3145), - [anon_sym_MOZ_RAII] = ACTIONS(3145), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3145), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3145), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3145), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3145), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3145), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3145), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3145), - }, - [1412] = { - [sym_identifier] = ACTIONS(3149), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_LPAREN2] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3149), - [anon_sym_SEMI] = ACTIONS(3151), - [anon_sym_extern] = ACTIONS(3149), - [anon_sym___attribute__] = ACTIONS(3149), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3151), - [anon_sym___declspec] = ACTIONS(3149), - [anon_sym___based] = ACTIONS(3149), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_EQ] = ACTIONS(3151), - [anon_sym_static] = ACTIONS(3149), - [anon_sym_register] = ACTIONS(3149), - [anon_sym_inline] = ACTIONS(3149), - [anon_sym_thread_local] = ACTIONS(3149), - [anon_sym_const] = ACTIONS(3149), - [anon_sym_volatile] = ACTIONS(3149), - [anon_sym_restrict] = ACTIONS(3149), - [anon_sym__Atomic] = ACTIONS(3149), - [anon_sym_mutable] = ACTIONS(3149), - [anon_sym_constexpr] = ACTIONS(3149), - [anon_sym_COLON] = ACTIONS(3151), - [anon_sym_DASH_GT] = ACTIONS(3151), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3149), - [anon_sym_override] = ACTIONS(3149), - [anon_sym_virtual] = ACTIONS(3149), - [anon_sym_operator] = ACTIONS(3149), - [anon_sym_noexcept] = ACTIONS(3149), - [anon_sym_throw] = ACTIONS(3149), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3149), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3149), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3149), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3149), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3149), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3149), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3149), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3149), - [anon_sym_MOZ_COLD] = ACTIONS(3149), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3149), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3149), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3149), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3149), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3149), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3149), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3149), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3149), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3149), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3149), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3149), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3149), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3149), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3149), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3149), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3149), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3149), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3149), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3149), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3149), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3149), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_NONNULL] = ACTIONS(3149), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3149), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3149), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3149), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3149), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3149), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_NORETURN] = ACTIONS(3149), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3149), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3149), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3149), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3149), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3149), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3149), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3149), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3149), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3149), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3149), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3149), - [anon_sym_MOZ_RAII] = ACTIONS(3149), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3149), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3149), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3149), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3149), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3149), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3149), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3149), - }, - [1413] = { - [sym_identifier] = ACTIONS(3271), - [anon_sym_COMMA] = ACTIONS(3273), - [anon_sym_LPAREN2] = ACTIONS(3273), - [anon_sym_STAR] = ACTIONS(3273), - [anon_sym_AMP_AMP] = ACTIONS(3273), - [anon_sym_AMP] = ACTIONS(3271), - [anon_sym_SEMI] = ACTIONS(3273), - [anon_sym_extern] = ACTIONS(3271), - [anon_sym___attribute__] = ACTIONS(3271), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3273), - [anon_sym___declspec] = ACTIONS(3271), - [anon_sym___based] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3273), - [anon_sym_LBRACK] = ACTIONS(3271), - [anon_sym_EQ] = ACTIONS(3273), - [anon_sym_static] = ACTIONS(3271), - [anon_sym_register] = ACTIONS(3271), - [anon_sym_inline] = ACTIONS(3271), - [anon_sym_thread_local] = ACTIONS(3271), - [anon_sym_const] = ACTIONS(3271), - [anon_sym_volatile] = ACTIONS(3271), - [anon_sym_restrict] = ACTIONS(3271), - [anon_sym__Atomic] = ACTIONS(3271), - [anon_sym_mutable] = ACTIONS(3271), - [anon_sym_constexpr] = ACTIONS(3271), - [anon_sym_COLON] = ACTIONS(3273), - [anon_sym_DASH_GT] = ACTIONS(3273), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3271), - [anon_sym_override] = ACTIONS(3271), - [anon_sym_virtual] = ACTIONS(3271), - [anon_sym_operator] = ACTIONS(3271), - [anon_sym_noexcept] = ACTIONS(3271), - [anon_sym_throw] = ACTIONS(3271), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3271), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3271), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3271), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3271), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3271), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3271), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3271), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3271), - [anon_sym_MOZ_COLD] = ACTIONS(3271), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3271), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3271), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3271), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3271), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3271), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3271), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3271), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3271), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3271), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3271), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3271), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3271), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3271), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3271), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3271), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3271), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3271), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3271), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3271), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3271), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3271), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_NONNULL] = ACTIONS(3271), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3271), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3271), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3271), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3271), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3271), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_NORETURN] = ACTIONS(3271), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3271), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3271), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3271), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3271), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3271), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3271), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3271), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3271), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3271), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3271), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3271), - [anon_sym_MOZ_RAII] = ACTIONS(3271), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3271), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3271), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3271), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3271), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3271), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3271), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3271), - }, - [1414] = { - [sym_identifier] = ACTIONS(3257), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_LPAREN2] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3257), - [anon_sym_SEMI] = ACTIONS(3259), - [anon_sym_extern] = ACTIONS(3257), - [anon_sym___attribute__] = ACTIONS(3257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3259), - [anon_sym___declspec] = ACTIONS(3257), - [anon_sym___based] = ACTIONS(3257), - [anon_sym_LBRACE] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_EQ] = ACTIONS(3259), - [anon_sym_static] = ACTIONS(3257), - [anon_sym_register] = ACTIONS(3257), - [anon_sym_inline] = ACTIONS(3257), - [anon_sym_thread_local] = ACTIONS(3257), - [anon_sym_const] = ACTIONS(3257), - [anon_sym_volatile] = ACTIONS(3257), - [anon_sym_restrict] = ACTIONS(3257), - [anon_sym__Atomic] = ACTIONS(3257), - [anon_sym_mutable] = ACTIONS(3257), - [anon_sym_constexpr] = ACTIONS(3257), - [anon_sym_COLON] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3257), - [anon_sym_override] = ACTIONS(3257), - [anon_sym_virtual] = ACTIONS(3257), - [anon_sym_operator] = ACTIONS(3257), - [anon_sym_noexcept] = ACTIONS(3257), - [anon_sym_throw] = ACTIONS(3257), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3257), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3257), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3257), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3257), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3257), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3257), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3257), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3257), - [anon_sym_MOZ_COLD] = ACTIONS(3257), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3257), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3257), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3257), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3257), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3257), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3257), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3257), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3257), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3257), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3257), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3257), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3257), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3257), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3257), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3257), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3257), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3257), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3257), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3257), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3257), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3257), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_NONNULL] = ACTIONS(3257), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3257), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3257), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3257), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3257), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3257), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_NORETURN] = ACTIONS(3257), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3257), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3257), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3257), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3257), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3257), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3257), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3257), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3257), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3257), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3257), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3257), - [anon_sym_MOZ_RAII] = ACTIONS(3257), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3257), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3257), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3257), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3257), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3257), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3257), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3257), - }, - [1415] = { - [sym_identifier] = ACTIONS(3161), - [anon_sym_COMMA] = ACTIONS(3163), - [anon_sym_LPAREN2] = ACTIONS(3163), - [anon_sym_STAR] = ACTIONS(3163), - [anon_sym_AMP_AMP] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3161), - [anon_sym_SEMI] = ACTIONS(3163), - [anon_sym_extern] = ACTIONS(3161), - [anon_sym___attribute__] = ACTIONS(3161), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3163), - [anon_sym___declspec] = ACTIONS(3161), - [anon_sym___based] = ACTIONS(3161), - [anon_sym_LBRACE] = ACTIONS(3163), - [anon_sym_LBRACK] = ACTIONS(3161), - [anon_sym_EQ] = ACTIONS(3163), - [anon_sym_static] = ACTIONS(3161), - [anon_sym_register] = ACTIONS(3161), - [anon_sym_inline] = ACTIONS(3161), - [anon_sym_thread_local] = ACTIONS(3161), - [anon_sym_const] = ACTIONS(3161), - [anon_sym_volatile] = ACTIONS(3161), - [anon_sym_restrict] = ACTIONS(3161), - [anon_sym__Atomic] = ACTIONS(3161), - [anon_sym_mutable] = ACTIONS(3161), - [anon_sym_constexpr] = ACTIONS(3161), - [anon_sym_COLON] = ACTIONS(3163), - [anon_sym_DASH_GT] = ACTIONS(3163), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3161), - [anon_sym_override] = ACTIONS(3161), - [anon_sym_virtual] = ACTIONS(3161), - [anon_sym_operator] = ACTIONS(3161), - [anon_sym_noexcept] = ACTIONS(3161), - [anon_sym_throw] = ACTIONS(3161), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3161), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3161), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3161), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3161), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3161), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3161), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3161), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3161), - [anon_sym_MOZ_COLD] = ACTIONS(3161), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3161), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3161), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3161), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3161), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3161), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3161), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3161), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3161), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3161), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3161), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3161), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3161), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3161), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3161), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3161), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3161), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3161), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3161), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3161), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3161), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3161), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_NONNULL] = ACTIONS(3161), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3161), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3161), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3161), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3161), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3161), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_NORETURN] = ACTIONS(3161), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3161), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3161), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3161), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3161), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3161), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3161), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3161), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3161), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3161), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3161), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3161), - [anon_sym_MOZ_RAII] = ACTIONS(3161), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3161), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3161), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3161), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3161), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3161), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3161), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3161), - }, - [1416] = { - [sym_identifier] = ACTIONS(2784), - [anon_sym_COMMA] = ACTIONS(2786), - [anon_sym_LPAREN2] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2786), - [anon_sym_AMP_AMP] = ACTIONS(2786), - [anon_sym_AMP] = ACTIONS(2784), - [anon_sym_SEMI] = ACTIONS(2786), - [anon_sym_extern] = ACTIONS(2784), - [anon_sym___attribute__] = ACTIONS(2784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2786), - [anon_sym___declspec] = ACTIONS(2784), - [anon_sym___based] = ACTIONS(2784), - [anon_sym_LBRACE] = ACTIONS(2786), - [anon_sym_LBRACK] = ACTIONS(2784), - [anon_sym_EQ] = ACTIONS(2786), - [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_COLON] = ACTIONS(2786), - [anon_sym_DASH_GT] = ACTIONS(2786), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2784), - [anon_sym_override] = ACTIONS(2784), - [anon_sym_virtual] = ACTIONS(2784), - [anon_sym_operator] = ACTIONS(2784), - [anon_sym_noexcept] = ACTIONS(2784), - [anon_sym_throw] = ACTIONS(2784), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2784), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2784), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2784), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2784), - [anon_sym_MOZ_COLD] = ACTIONS(2784), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2784), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2784), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2784), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2784), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2784), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2784), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2784), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2784), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2784), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2784), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2784), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2784), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2784), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_NONNULL] = ACTIONS(2784), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2784), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2784), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2784), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2784), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2784), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2784), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2784), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2784), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2784), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2784), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2784), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2784), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2784), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2784), - [anon_sym_MOZ_RAII] = ACTIONS(2784), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2784), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2784), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2784), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2784), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2784), - }, - [1417] = { - [sym_identifier] = ACTIONS(3129), - [anon_sym_COMMA] = ACTIONS(3131), - [anon_sym_LPAREN2] = ACTIONS(3131), - [anon_sym_STAR] = ACTIONS(3131), - [anon_sym_AMP_AMP] = ACTIONS(3131), - [anon_sym_AMP] = ACTIONS(3129), - [anon_sym_SEMI] = ACTIONS(3131), - [anon_sym_extern] = ACTIONS(3129), - [anon_sym___attribute__] = ACTIONS(3129), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3131), - [anon_sym___declspec] = ACTIONS(3129), - [anon_sym___based] = ACTIONS(3129), - [anon_sym_LBRACE] = ACTIONS(3131), - [anon_sym_LBRACK] = ACTIONS(3129), - [anon_sym_EQ] = ACTIONS(3131), - [anon_sym_static] = ACTIONS(3129), - [anon_sym_register] = ACTIONS(3129), - [anon_sym_inline] = ACTIONS(3129), - [anon_sym_thread_local] = ACTIONS(3129), - [anon_sym_const] = ACTIONS(3129), - [anon_sym_volatile] = ACTIONS(3129), - [anon_sym_restrict] = ACTIONS(3129), - [anon_sym__Atomic] = ACTIONS(3129), - [anon_sym_mutable] = ACTIONS(3129), - [anon_sym_constexpr] = ACTIONS(3129), - [anon_sym_COLON] = ACTIONS(3131), - [anon_sym_DASH_GT] = ACTIONS(3131), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3129), - [anon_sym_override] = ACTIONS(3129), - [anon_sym_virtual] = ACTIONS(3129), - [anon_sym_operator] = ACTIONS(3129), - [anon_sym_noexcept] = ACTIONS(3129), - [anon_sym_throw] = ACTIONS(3129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3129), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3129), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3129), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3129), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3129), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3129), - [anon_sym_MOZ_COLD] = ACTIONS(3129), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3129), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3129), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3129), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3129), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3129), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3129), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3129), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3129), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3129), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3129), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3129), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3129), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3129), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3129), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3129), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3129), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3129), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3129), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3129), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_NONNULL] = ACTIONS(3129), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3129), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3129), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3129), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3129), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3129), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_NORETURN] = ACTIONS(3129), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3129), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3129), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3129), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3129), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3129), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3129), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3129), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3129), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3129), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3129), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3129), - [anon_sym_MOZ_RAII] = ACTIONS(3129), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3129), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3129), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3129), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3129), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3129), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3129), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3129), - }, - [1418] = { - [sym_identifier] = ACTIONS(3133), - [anon_sym_COMMA] = ACTIONS(3135), - [anon_sym_LPAREN2] = ACTIONS(3135), - [anon_sym_STAR] = ACTIONS(3135), - [anon_sym_AMP_AMP] = ACTIONS(3135), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_SEMI] = ACTIONS(3135), - [anon_sym_extern] = ACTIONS(3133), - [anon_sym___attribute__] = ACTIONS(3133), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3135), - [anon_sym___declspec] = ACTIONS(3133), - [anon_sym___based] = ACTIONS(3133), - [anon_sym_LBRACE] = ACTIONS(3135), - [anon_sym_LBRACK] = ACTIONS(3133), - [anon_sym_EQ] = ACTIONS(3135), - [anon_sym_static] = ACTIONS(3133), - [anon_sym_register] = ACTIONS(3133), - [anon_sym_inline] = ACTIONS(3133), - [anon_sym_thread_local] = ACTIONS(3133), - [anon_sym_const] = ACTIONS(3133), - [anon_sym_volatile] = ACTIONS(3133), - [anon_sym_restrict] = ACTIONS(3133), - [anon_sym__Atomic] = ACTIONS(3133), - [anon_sym_mutable] = ACTIONS(3133), - [anon_sym_constexpr] = ACTIONS(3133), - [anon_sym_COLON] = ACTIONS(3135), - [anon_sym_DASH_GT] = ACTIONS(3135), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3133), - [anon_sym_override] = ACTIONS(3133), - [anon_sym_virtual] = ACTIONS(3133), - [anon_sym_operator] = ACTIONS(3133), - [anon_sym_noexcept] = ACTIONS(3133), - [anon_sym_throw] = ACTIONS(3133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3133), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3133), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3133), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3133), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3133), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3133), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3133), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3133), - [anon_sym_MOZ_COLD] = ACTIONS(3133), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3133), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3133), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3133), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3133), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3133), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3133), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3133), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3133), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3133), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3133), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3133), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3133), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3133), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3133), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3133), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3133), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3133), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3133), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3133), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3133), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3133), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_NONNULL] = ACTIONS(3133), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3133), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3133), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3133), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3133), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3133), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_NORETURN] = ACTIONS(3133), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3133), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3133), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3133), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3133), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3133), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3133), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3133), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3133), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3133), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3133), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3133), - [anon_sym_MOZ_RAII] = ACTIONS(3133), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3133), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3133), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3133), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3133), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3133), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3133), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3133), - }, - [1419] = { - [sym_identifier] = ACTIONS(3153), - [anon_sym_COMMA] = ACTIONS(3155), - [anon_sym_LPAREN2] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3155), - [anon_sym_AMP_AMP] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3153), - [anon_sym_SEMI] = ACTIONS(3155), - [anon_sym_extern] = ACTIONS(3153), - [anon_sym___attribute__] = ACTIONS(3153), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3155), - [anon_sym___declspec] = ACTIONS(3153), - [anon_sym___based] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3155), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_EQ] = ACTIONS(3155), - [anon_sym_static] = ACTIONS(3153), - [anon_sym_register] = ACTIONS(3153), - [anon_sym_inline] = ACTIONS(3153), - [anon_sym_thread_local] = ACTIONS(3153), - [anon_sym_const] = ACTIONS(3153), - [anon_sym_volatile] = ACTIONS(3153), - [anon_sym_restrict] = ACTIONS(3153), - [anon_sym__Atomic] = ACTIONS(3153), - [anon_sym_mutable] = ACTIONS(3153), - [anon_sym_constexpr] = ACTIONS(3153), - [anon_sym_COLON] = ACTIONS(3155), - [anon_sym_DASH_GT] = ACTIONS(3155), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3153), - [anon_sym_override] = ACTIONS(3153), - [anon_sym_virtual] = ACTIONS(3153), - [anon_sym_operator] = ACTIONS(3153), - [anon_sym_noexcept] = ACTIONS(3153), - [anon_sym_throw] = ACTIONS(3153), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3153), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3153), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3153), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3153), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3153), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3153), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3153), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3153), - [anon_sym_MOZ_COLD] = ACTIONS(3153), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3153), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3153), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3153), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3153), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3153), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3153), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3153), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3153), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3153), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3153), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3153), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3153), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3153), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3153), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3153), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3153), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3153), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3153), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3153), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3153), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3153), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_NONNULL] = ACTIONS(3153), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3153), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3153), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3153), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3153), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3153), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_NORETURN] = ACTIONS(3153), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3153), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3153), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3153), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3153), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3153), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3153), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3153), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3153), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3153), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3153), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3153), - [anon_sym_MOZ_RAII] = ACTIONS(3153), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3153), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3153), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3153), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3153), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3153), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3153), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3153), - }, - [1420] = { - [sym_identifier] = ACTIONS(2776), - [anon_sym_COMMA] = ACTIONS(2778), - [anon_sym_LPAREN2] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2778), - [anon_sym_AMP_AMP] = ACTIONS(2778), - [anon_sym_AMP] = ACTIONS(2776), - [anon_sym_SEMI] = ACTIONS(2778), - [anon_sym_extern] = ACTIONS(2776), - [anon_sym___attribute__] = ACTIONS(2776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2778), - [anon_sym___declspec] = ACTIONS(2776), - [anon_sym___based] = ACTIONS(2776), - [anon_sym_LBRACE] = ACTIONS(2778), - [anon_sym_LBRACK] = ACTIONS(2776), - [anon_sym_EQ] = ACTIONS(2778), - [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_COLON] = ACTIONS(2778), - [anon_sym_DASH_GT] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2776), - [anon_sym_override] = ACTIONS(2776), - [anon_sym_virtual] = ACTIONS(2776), - [anon_sym_operator] = ACTIONS(2776), - [anon_sym_noexcept] = ACTIONS(2776), - [anon_sym_throw] = ACTIONS(2776), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2776), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2776), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2776), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2776), - [anon_sym_MOZ_COLD] = ACTIONS(2776), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2776), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2776), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2776), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2776), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2776), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2776), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2776), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2776), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2776), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2776), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2776), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2776), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2776), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_NONNULL] = ACTIONS(2776), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2776), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2776), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2776), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2776), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2776), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2776), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2776), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2776), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2776), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2776), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2776), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2776), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2776), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2776), - [anon_sym_MOZ_RAII] = ACTIONS(2776), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2776), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2776), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2776), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2776), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2776), - }, - [1421] = { - [sym_identifier] = ACTIONS(3213), - [anon_sym_COMMA] = ACTIONS(3215), - [anon_sym_LPAREN2] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3215), - [anon_sym_AMP_AMP] = ACTIONS(3215), - [anon_sym_AMP] = ACTIONS(3213), - [anon_sym_SEMI] = ACTIONS(3215), - [anon_sym_extern] = ACTIONS(3213), - [anon_sym___attribute__] = ACTIONS(3213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3215), - [anon_sym___declspec] = ACTIONS(3213), - [anon_sym___based] = ACTIONS(3213), - [anon_sym_LBRACE] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3213), - [anon_sym_EQ] = ACTIONS(3215), - [anon_sym_static] = ACTIONS(3213), - [anon_sym_register] = ACTIONS(3213), - [anon_sym_inline] = ACTIONS(3213), - [anon_sym_thread_local] = ACTIONS(3213), - [anon_sym_const] = ACTIONS(3213), - [anon_sym_volatile] = ACTIONS(3213), - [anon_sym_restrict] = ACTIONS(3213), - [anon_sym__Atomic] = ACTIONS(3213), - [anon_sym_mutable] = ACTIONS(3213), - [anon_sym_constexpr] = ACTIONS(3213), - [anon_sym_COLON] = ACTIONS(3215), - [anon_sym_DASH_GT] = ACTIONS(3215), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3213), - [anon_sym_override] = ACTIONS(3213), - [anon_sym_virtual] = ACTIONS(3213), - [anon_sym_operator] = ACTIONS(3213), - [anon_sym_noexcept] = ACTIONS(3213), - [anon_sym_throw] = ACTIONS(3213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3213), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3213), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3213), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3213), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3213), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3213), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3213), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3213), - [anon_sym_MOZ_COLD] = ACTIONS(3213), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3213), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3213), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3213), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3213), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3213), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3213), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3213), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3213), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3213), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3213), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3213), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3213), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3213), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3213), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3213), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3213), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3213), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3213), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3213), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3213), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3213), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_NONNULL] = ACTIONS(3213), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3213), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3213), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3213), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3213), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3213), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_NORETURN] = ACTIONS(3213), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3213), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3213), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3213), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3213), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3213), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3213), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3213), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3213), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3213), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3213), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3213), - [anon_sym_MOZ_RAII] = ACTIONS(3213), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3213), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3213), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3213), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3213), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3213), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3213), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3213), - }, - [1422] = { - [sym_identifier] = ACTIONS(3165), - [anon_sym_COMMA] = ACTIONS(3167), - [anon_sym_LPAREN2] = ACTIONS(3167), - [anon_sym_STAR] = ACTIONS(3167), - [anon_sym_AMP_AMP] = ACTIONS(3167), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_SEMI] = ACTIONS(3167), - [anon_sym_extern] = ACTIONS(3165), - [anon_sym___attribute__] = ACTIONS(3165), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3167), - [anon_sym___declspec] = ACTIONS(3165), - [anon_sym___based] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3167), - [anon_sym_LBRACK] = ACTIONS(3165), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_static] = ACTIONS(3165), - [anon_sym_register] = ACTIONS(3165), - [anon_sym_inline] = ACTIONS(3165), - [anon_sym_thread_local] = ACTIONS(3165), - [anon_sym_const] = ACTIONS(3165), - [anon_sym_volatile] = ACTIONS(3165), - [anon_sym_restrict] = ACTIONS(3165), - [anon_sym__Atomic] = ACTIONS(3165), - [anon_sym_mutable] = ACTIONS(3165), - [anon_sym_constexpr] = ACTIONS(3165), - [anon_sym_COLON] = ACTIONS(3167), - [anon_sym_DASH_GT] = ACTIONS(3167), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3165), - [anon_sym_override] = ACTIONS(3165), - [anon_sym_virtual] = ACTIONS(3165), - [anon_sym_operator] = ACTIONS(3165), - [anon_sym_noexcept] = ACTIONS(3165), - [anon_sym_throw] = ACTIONS(3165), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3165), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3165), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3165), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3165), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3165), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3165), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3165), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3165), - [anon_sym_MOZ_COLD] = ACTIONS(3165), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3165), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3165), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3165), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3165), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3165), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3165), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3165), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3165), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3165), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3165), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3165), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3165), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3165), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3165), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3165), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3165), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3165), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3165), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3165), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3165), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3165), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_NONNULL] = ACTIONS(3165), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3165), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3165), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3165), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3165), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3165), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_NORETURN] = ACTIONS(3165), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3165), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3165), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3165), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3165), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3165), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3165), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3165), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3165), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3165), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3165), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3165), - [anon_sym_MOZ_RAII] = ACTIONS(3165), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3165), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3165), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3165), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3165), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3165), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3165), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3165), - }, - [1423] = { - [sym_identifier] = ACTIONS(3177), - [anon_sym_COMMA] = ACTIONS(3179), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_EQ] = ACTIONS(3179), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_COLON] = ACTIONS(3179), - [anon_sym_DASH_GT] = ACTIONS(3179), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3177), - [anon_sym_override] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_noexcept] = ACTIONS(3177), - [anon_sym_throw] = ACTIONS(3177), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3177), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3177), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3177), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3177), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3177), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3177), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3177), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3177), - [anon_sym_MOZ_COLD] = ACTIONS(3177), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3177), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3177), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3177), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3177), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3177), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3177), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3177), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3177), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3177), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3177), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3177), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3177), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3177), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3177), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3177), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3177), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3177), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3177), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3177), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3177), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3177), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_NONNULL] = ACTIONS(3177), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3177), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3177), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3177), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3177), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3177), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_NORETURN] = ACTIONS(3177), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3177), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3177), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3177), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3177), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3177), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3177), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3177), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3177), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3177), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3177), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3177), - [anon_sym_MOZ_RAII] = ACTIONS(3177), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3177), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3177), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3177), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3177), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3177), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3177), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3177), - }, - [1424] = { - [sym_identifier] = ACTIONS(3197), - [anon_sym_COMMA] = ACTIONS(3199), - [anon_sym_LPAREN2] = ACTIONS(3199), - [anon_sym_STAR] = ACTIONS(3199), - [anon_sym_AMP_AMP] = ACTIONS(3199), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_SEMI] = ACTIONS(3199), - [anon_sym_extern] = ACTIONS(3197), - [anon_sym___attribute__] = ACTIONS(3197), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3199), - [anon_sym___declspec] = ACTIONS(3197), - [anon_sym___based] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LBRACK] = ACTIONS(3197), - [anon_sym_EQ] = ACTIONS(3199), - [anon_sym_static] = ACTIONS(3197), - [anon_sym_register] = ACTIONS(3197), - [anon_sym_inline] = ACTIONS(3197), - [anon_sym_thread_local] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_volatile] = ACTIONS(3197), - [anon_sym_restrict] = ACTIONS(3197), - [anon_sym__Atomic] = ACTIONS(3197), - [anon_sym_mutable] = ACTIONS(3197), - [anon_sym_constexpr] = ACTIONS(3197), - [anon_sym_COLON] = ACTIONS(3199), - [anon_sym_DASH_GT] = ACTIONS(3199), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3197), - [anon_sym_override] = ACTIONS(3197), - [anon_sym_virtual] = ACTIONS(3197), - [anon_sym_operator] = ACTIONS(3197), - [anon_sym_noexcept] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3197), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3197), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3197), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3197), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3197), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3197), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3197), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3197), - [anon_sym_MOZ_COLD] = ACTIONS(3197), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3197), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3197), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3197), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3197), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3197), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3197), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3197), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3197), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3197), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3197), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3197), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3197), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3197), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3197), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3197), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3197), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3197), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3197), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3197), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3197), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3197), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_NONNULL] = ACTIONS(3197), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3197), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3197), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3197), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3197), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3197), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_NORETURN] = ACTIONS(3197), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3197), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3197), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3197), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3197), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3197), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3197), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3197), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3197), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3197), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3197), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3197), - [anon_sym_MOZ_RAII] = ACTIONS(3197), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3197), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3197), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3197), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3197), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3197), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3197), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3197), - }, - [1425] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [anon_sym_COLON] = ACTIONS(3090), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_noexcept] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1426] = { - [sym_identifier] = ACTIONS(3193), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_EQ] = ACTIONS(3195), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_COLON] = ACTIONS(3195), - [anon_sym_DASH_GT] = ACTIONS(3195), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_noexcept] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3193), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3193), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3193), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3193), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3193), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3193), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3193), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3193), - [anon_sym_MOZ_COLD] = ACTIONS(3193), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3193), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3193), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3193), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3193), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3193), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3193), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3193), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3193), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3193), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3193), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3193), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3193), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3193), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3193), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3193), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3193), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3193), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3193), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3193), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3193), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3193), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_NONNULL] = ACTIONS(3193), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3193), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3193), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3193), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3193), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3193), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_NORETURN] = ACTIONS(3193), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3193), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3193), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3193), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3193), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3193), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3193), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3193), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3193), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3193), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3193), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3193), - [anon_sym_MOZ_RAII] = ACTIONS(3193), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3193), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3193), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3193), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3193), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3193), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3193), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3193), - }, - [1427] = { - [sym_identifier] = ACTIONS(3185), - [anon_sym_COMMA] = ACTIONS(3187), - [anon_sym_LPAREN2] = ACTIONS(3187), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_SEMI] = ACTIONS(3187), - [anon_sym_extern] = ACTIONS(3185), - [anon_sym___attribute__] = ACTIONS(3185), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3187), - [anon_sym___declspec] = ACTIONS(3185), - [anon_sym___based] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_EQ] = ACTIONS(3187), - [anon_sym_static] = ACTIONS(3185), - [anon_sym_register] = ACTIONS(3185), - [anon_sym_inline] = ACTIONS(3185), - [anon_sym_thread_local] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_volatile] = ACTIONS(3185), - [anon_sym_restrict] = ACTIONS(3185), - [anon_sym__Atomic] = ACTIONS(3185), - [anon_sym_mutable] = ACTIONS(3185), - [anon_sym_constexpr] = ACTIONS(3185), - [anon_sym_COLON] = ACTIONS(3187), - [anon_sym_DASH_GT] = ACTIONS(3187), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3185), - [anon_sym_override] = ACTIONS(3185), - [anon_sym_virtual] = ACTIONS(3185), - [anon_sym_operator] = ACTIONS(3185), - [anon_sym_noexcept] = ACTIONS(3185), - [anon_sym_throw] = ACTIONS(3185), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3185), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3185), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3185), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3185), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3185), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3185), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3185), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3185), - [anon_sym_MOZ_COLD] = ACTIONS(3185), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3185), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3185), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3185), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3185), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3185), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3185), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3185), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3185), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3185), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3185), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3185), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3185), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3185), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3185), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3185), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3185), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3185), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3185), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3185), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3185), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3185), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_NONNULL] = ACTIONS(3185), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3185), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3185), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3185), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3185), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3185), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_NORETURN] = ACTIONS(3185), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3185), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3185), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3185), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3185), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3185), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3185), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3185), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3185), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3185), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3185), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3185), - [anon_sym_MOZ_RAII] = ACTIONS(3185), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3185), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3185), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3185), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3185), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3185), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3185), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3185), - }, - [1428] = { - [sym_identifier] = ACTIONS(3173), - [anon_sym_COMMA] = ACTIONS(3175), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3175), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_COLON] = ACTIONS(3175), - [anon_sym_DASH_GT] = ACTIONS(3175), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3173), - [anon_sym_override] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_noexcept] = ACTIONS(3173), - [anon_sym_throw] = ACTIONS(3173), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3173), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3173), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3173), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3173), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3173), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3173), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3173), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3173), - [anon_sym_MOZ_COLD] = ACTIONS(3173), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3173), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3173), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3173), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3173), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3173), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3173), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3173), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3173), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3173), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3173), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3173), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3173), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3173), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3173), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3173), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3173), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3173), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3173), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3173), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3173), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3173), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_NONNULL] = ACTIONS(3173), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3173), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3173), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3173), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3173), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3173), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_NORETURN] = ACTIONS(3173), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3173), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3173), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3173), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3173), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3173), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3173), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3173), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3173), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3173), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3173), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3173), - [anon_sym_MOZ_RAII] = ACTIONS(3173), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3173), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3173), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3173), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3173), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3173), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3173), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3173), - }, - [1429] = { - [sym_identifier] = ACTIONS(3181), - [anon_sym_COMMA] = ACTIONS(3183), - [anon_sym_LPAREN2] = ACTIONS(3183), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3183), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym___attribute__] = ACTIONS(3181), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3183), - [anon_sym___declspec] = ACTIONS(3181), - [anon_sym___based] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_EQ] = ACTIONS(3183), - [anon_sym_static] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_inline] = ACTIONS(3181), - [anon_sym_thread_local] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_volatile] = ACTIONS(3181), - [anon_sym_restrict] = ACTIONS(3181), - [anon_sym__Atomic] = ACTIONS(3181), - [anon_sym_mutable] = ACTIONS(3181), - [anon_sym_constexpr] = ACTIONS(3181), - [anon_sym_COLON] = ACTIONS(3183), - [anon_sym_DASH_GT] = ACTIONS(3183), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3181), - [anon_sym_override] = ACTIONS(3181), - [anon_sym_virtual] = ACTIONS(3181), - [anon_sym_operator] = ACTIONS(3181), - [anon_sym_noexcept] = ACTIONS(3181), - [anon_sym_throw] = ACTIONS(3181), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3181), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3181), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3181), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3181), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3181), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3181), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3181), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3181), - [anon_sym_MOZ_COLD] = ACTIONS(3181), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3181), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3181), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3181), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3181), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3181), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3181), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3181), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3181), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3181), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3181), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3181), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3181), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3181), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3181), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3181), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3181), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3181), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3181), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3181), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3181), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3181), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_NONNULL] = ACTIONS(3181), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3181), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3181), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3181), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3181), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3181), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_NORETURN] = ACTIONS(3181), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3181), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3181), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3181), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3181), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3181), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3181), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3181), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3181), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3181), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3181), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3181), - [anon_sym_MOZ_RAII] = ACTIONS(3181), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3181), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3181), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3181), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3181), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3181), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3181), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3181), - }, - [1430] = { - [sym_identifier] = ACTIONS(3315), - [anon_sym_COMMA] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(3317), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3317), - [anon_sym_AMP] = ACTIONS(3315), - [anon_sym_SEMI] = ACTIONS(3317), - [anon_sym_extern] = ACTIONS(3315), - [anon_sym___attribute__] = ACTIONS(3315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3317), - [anon_sym___declspec] = ACTIONS(3315), - [anon_sym___based] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3317), - [anon_sym_LBRACK] = ACTIONS(3315), - [anon_sym_EQ] = ACTIONS(3317), - [anon_sym_static] = ACTIONS(3315), - [anon_sym_register] = ACTIONS(3315), - [anon_sym_inline] = ACTIONS(3315), - [anon_sym_thread_local] = ACTIONS(3315), - [anon_sym_const] = ACTIONS(3315), - [anon_sym_volatile] = ACTIONS(3315), - [anon_sym_restrict] = ACTIONS(3315), - [anon_sym__Atomic] = ACTIONS(3315), - [anon_sym_mutable] = ACTIONS(3315), - [anon_sym_constexpr] = ACTIONS(3315), - [anon_sym_COLON] = ACTIONS(3317), - [anon_sym_DASH_GT] = ACTIONS(3317), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3315), - [anon_sym_override] = ACTIONS(3315), - [anon_sym_virtual] = ACTIONS(3315), - [anon_sym_operator] = ACTIONS(3315), - [anon_sym_noexcept] = ACTIONS(3315), - [anon_sym_throw] = ACTIONS(3315), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3315), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3315), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3315), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3315), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3315), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3315), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3315), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3315), - [anon_sym_MOZ_COLD] = ACTIONS(3315), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3315), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3315), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3315), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3315), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3315), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3315), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3315), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3315), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3315), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3315), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3315), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3315), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3315), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3315), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3315), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3315), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3315), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3315), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3315), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3315), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3315), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_NONNULL] = ACTIONS(3315), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3315), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3315), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3315), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3315), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3315), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_NORETURN] = ACTIONS(3315), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3315), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3315), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3315), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3315), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3315), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3315), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3315), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3315), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3315), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3315), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3315), - [anon_sym_MOZ_RAII] = ACTIONS(3315), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3315), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3315), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3315), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3315), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3315), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3315), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3315), - }, - [1431] = { - [sym_identifier] = ACTIONS(3283), - [anon_sym_COMMA] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(3285), - [anon_sym_STAR] = ACTIONS(3285), - [anon_sym_AMP_AMP] = ACTIONS(3285), - [anon_sym_AMP] = ACTIONS(3283), - [anon_sym_SEMI] = ACTIONS(3285), - [anon_sym_extern] = ACTIONS(3283), - [anon_sym___attribute__] = ACTIONS(3283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3285), - [anon_sym___declspec] = ACTIONS(3283), - [anon_sym___based] = ACTIONS(3283), - [anon_sym_LBRACE] = ACTIONS(3285), - [anon_sym_LBRACK] = ACTIONS(3283), - [anon_sym_EQ] = ACTIONS(3285), - [anon_sym_static] = ACTIONS(3283), - [anon_sym_register] = ACTIONS(3283), - [anon_sym_inline] = ACTIONS(3283), - [anon_sym_thread_local] = ACTIONS(3283), - [anon_sym_const] = ACTIONS(3283), - [anon_sym_volatile] = ACTIONS(3283), - [anon_sym_restrict] = ACTIONS(3283), - [anon_sym__Atomic] = ACTIONS(3283), - [anon_sym_mutable] = ACTIONS(3283), - [anon_sym_constexpr] = ACTIONS(3283), - [anon_sym_COLON] = ACTIONS(3285), - [anon_sym_DASH_GT] = ACTIONS(3285), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3283), - [anon_sym_override] = ACTIONS(3283), - [anon_sym_virtual] = ACTIONS(3283), - [anon_sym_operator] = ACTIONS(3283), - [anon_sym_noexcept] = ACTIONS(3283), - [anon_sym_throw] = ACTIONS(3283), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3283), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3283), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3283), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3283), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3283), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3283), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3283), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3283), - [anon_sym_MOZ_COLD] = ACTIONS(3283), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3283), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3283), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3283), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3283), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3283), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3283), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3283), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3283), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3283), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3283), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3283), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3283), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3283), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3283), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3283), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3283), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3283), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3283), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3283), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3283), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3283), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_NONNULL] = ACTIONS(3283), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3283), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3283), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3283), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3283), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3283), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_NORETURN] = ACTIONS(3283), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3283), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3283), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3283), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3283), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3283), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3283), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3283), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3283), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3283), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3283), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3283), - [anon_sym_MOZ_RAII] = ACTIONS(3283), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3283), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3283), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3283), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3283), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3283), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3283), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3283), - }, - [1432] = { - [sym_identifier] = ACTIONS(3331), - [anon_sym_COMMA] = ACTIONS(3333), - [anon_sym_LPAREN2] = ACTIONS(3333), - [anon_sym_STAR] = ACTIONS(3333), - [anon_sym_AMP_AMP] = ACTIONS(3333), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_SEMI] = ACTIONS(3333), - [anon_sym_extern] = ACTIONS(3331), - [anon_sym___attribute__] = ACTIONS(3331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3333), - [anon_sym___declspec] = ACTIONS(3331), - [anon_sym___based] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3333), - [anon_sym_LBRACK] = ACTIONS(3331), - [anon_sym_EQ] = ACTIONS(3333), - [anon_sym_static] = ACTIONS(3331), - [anon_sym_register] = ACTIONS(3331), - [anon_sym_inline] = ACTIONS(3331), - [anon_sym_thread_local] = ACTIONS(3331), - [anon_sym_const] = ACTIONS(3331), - [anon_sym_volatile] = ACTIONS(3331), - [anon_sym_restrict] = ACTIONS(3331), - [anon_sym__Atomic] = ACTIONS(3331), - [anon_sym_mutable] = ACTIONS(3331), - [anon_sym_constexpr] = ACTIONS(3331), - [anon_sym_COLON] = ACTIONS(3333), - [anon_sym_DASH_GT] = ACTIONS(3333), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3331), - [anon_sym_override] = ACTIONS(3331), - [anon_sym_virtual] = ACTIONS(3331), - [anon_sym_operator] = ACTIONS(3331), - [anon_sym_noexcept] = ACTIONS(3331), - [anon_sym_throw] = ACTIONS(3331), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3331), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3331), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3331), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3331), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3331), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3331), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3331), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3331), - [anon_sym_MOZ_COLD] = ACTIONS(3331), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3331), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3331), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3331), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3331), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3331), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3331), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3331), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3331), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3331), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3331), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3331), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3331), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3331), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3331), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3331), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3331), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3331), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3331), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3331), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3331), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3331), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_NONNULL] = ACTIONS(3331), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3331), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3331), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3331), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3331), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3331), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_NORETURN] = ACTIONS(3331), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3331), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3331), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3331), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3331), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3331), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3331), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3331), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3331), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3331), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3331), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3331), - [anon_sym_MOZ_RAII] = ACTIONS(3331), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3331), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3331), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3331), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3331), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3331), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3331), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3331), - }, - [1433] = { - [sym_identifier] = ACTIONS(3205), - [anon_sym_COMMA] = ACTIONS(3207), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_EQ] = ACTIONS(3207), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_COLON] = ACTIONS(3207), - [anon_sym_DASH_GT] = ACTIONS(3207), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3205), - [anon_sym_override] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_noexcept] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3205), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3205), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3205), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3205), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3205), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3205), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3205), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3205), - [anon_sym_MOZ_COLD] = ACTIONS(3205), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3205), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3205), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3205), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3205), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3205), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3205), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3205), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3205), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3205), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3205), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3205), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3205), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3205), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3205), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3205), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3205), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3205), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3205), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3205), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3205), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3205), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_NONNULL] = ACTIONS(3205), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3205), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3205), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3205), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3205), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3205), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_NORETURN] = ACTIONS(3205), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3205), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3205), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3205), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3205), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3205), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3205), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3205), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3205), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3205), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3205), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3205), - [anon_sym_MOZ_RAII] = ACTIONS(3205), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3205), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3205), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3205), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3205), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3205), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3205), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3205), - }, - [1434] = { - [sym_identifier] = ACTIONS(3335), - [anon_sym_COMMA] = ACTIONS(3337), - [anon_sym_LPAREN2] = ACTIONS(3337), - [anon_sym_STAR] = ACTIONS(3337), - [anon_sym_AMP_AMP] = ACTIONS(3337), - [anon_sym_AMP] = ACTIONS(3335), - [anon_sym_SEMI] = ACTIONS(3337), - [anon_sym_extern] = ACTIONS(3335), - [anon_sym___attribute__] = ACTIONS(3335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3337), - [anon_sym___declspec] = ACTIONS(3335), - [anon_sym___based] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3337), - [anon_sym_LBRACK] = ACTIONS(3335), - [anon_sym_EQ] = ACTIONS(3337), - [anon_sym_static] = ACTIONS(3335), - [anon_sym_register] = ACTIONS(3335), - [anon_sym_inline] = ACTIONS(3335), - [anon_sym_thread_local] = ACTIONS(3335), - [anon_sym_const] = ACTIONS(3335), - [anon_sym_volatile] = ACTIONS(3335), - [anon_sym_restrict] = ACTIONS(3335), - [anon_sym__Atomic] = ACTIONS(3335), - [anon_sym_mutable] = ACTIONS(3335), - [anon_sym_constexpr] = ACTIONS(3335), - [anon_sym_COLON] = ACTIONS(3337), - [anon_sym_DASH_GT] = ACTIONS(3337), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3335), - [anon_sym_override] = ACTIONS(3335), - [anon_sym_virtual] = ACTIONS(3335), - [anon_sym_operator] = ACTIONS(3335), - [anon_sym_noexcept] = ACTIONS(3335), - [anon_sym_throw] = ACTIONS(3335), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3335), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3335), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3335), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3335), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3335), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3335), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3335), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3335), - [anon_sym_MOZ_COLD] = ACTIONS(3335), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3335), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3335), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3335), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3335), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3335), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3335), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3335), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3335), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3335), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3335), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3335), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3335), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3335), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3335), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3335), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3335), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3335), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3335), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3335), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3335), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3335), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_NONNULL] = ACTIONS(3335), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3335), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3335), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3335), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3335), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3335), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_NORETURN] = ACTIONS(3335), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3335), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3335), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3335), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3335), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3335), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3335), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3335), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3335), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3335), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3335), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3335), - [anon_sym_MOZ_RAII] = ACTIONS(3335), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3335), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3335), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3335), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3335), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3335), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3335), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3335), - }, - [1435] = { - [sym_identifier] = ACTIONS(2780), - [anon_sym_COMMA] = ACTIONS(2782), - [anon_sym_LPAREN2] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2782), - [anon_sym_AMP_AMP] = ACTIONS(2782), - [anon_sym_AMP] = ACTIONS(2780), - [anon_sym_SEMI] = ACTIONS(2782), - [anon_sym_extern] = ACTIONS(2780), - [anon_sym___attribute__] = ACTIONS(2780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2782), - [anon_sym___declspec] = ACTIONS(2780), - [anon_sym___based] = ACTIONS(2780), - [anon_sym_LBRACE] = ACTIONS(2782), - [anon_sym_LBRACK] = ACTIONS(2780), - [anon_sym_EQ] = ACTIONS(2782), - [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_COLON] = ACTIONS(2782), - [anon_sym_DASH_GT] = ACTIONS(2782), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2780), - [anon_sym_override] = ACTIONS(2780), - [anon_sym_virtual] = ACTIONS(2780), - [anon_sym_operator] = ACTIONS(2780), - [anon_sym_noexcept] = ACTIONS(2780), - [anon_sym_throw] = ACTIONS(2780), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2780), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2780), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2780), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2780), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2780), - [anon_sym_MOZ_COLD] = ACTIONS(2780), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2780), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2780), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2780), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2780), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2780), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2780), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2780), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2780), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2780), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2780), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2780), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2780), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2780), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2780), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2780), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2780), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_NONNULL] = ACTIONS(2780), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2780), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2780), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2780), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2780), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_NORETURN] = ACTIONS(2780), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2780), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2780), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2780), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2780), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2780), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2780), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2780), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2780), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2780), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2780), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2780), - [anon_sym_MOZ_RAII] = ACTIONS(2780), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2780), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2780), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2780), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2780), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2780), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2780), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2780), - }, - [1436] = { - [sym_identifier] = ACTIONS(3141), - [anon_sym_COMMA] = ACTIONS(3143), - [anon_sym_LPAREN2] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3143), - [anon_sym_AMP_AMP] = ACTIONS(3143), - [anon_sym_AMP] = ACTIONS(3141), - [anon_sym_SEMI] = ACTIONS(3143), - [anon_sym_extern] = ACTIONS(3141), - [anon_sym___attribute__] = ACTIONS(3141), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3143), - [anon_sym___declspec] = ACTIONS(3141), - [anon_sym___based] = ACTIONS(3141), - [anon_sym_LBRACE] = ACTIONS(3143), - [anon_sym_LBRACK] = ACTIONS(3141), - [anon_sym_EQ] = ACTIONS(3143), - [anon_sym_static] = ACTIONS(3141), - [anon_sym_register] = ACTIONS(3141), - [anon_sym_inline] = ACTIONS(3141), - [anon_sym_thread_local] = ACTIONS(3141), - [anon_sym_const] = ACTIONS(3141), - [anon_sym_volatile] = ACTIONS(3141), - [anon_sym_restrict] = ACTIONS(3141), - [anon_sym__Atomic] = ACTIONS(3141), - [anon_sym_mutable] = ACTIONS(3141), - [anon_sym_constexpr] = ACTIONS(3141), - [anon_sym_COLON] = ACTIONS(3143), - [anon_sym_DASH_GT] = ACTIONS(3143), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3141), - [anon_sym_override] = ACTIONS(3141), - [anon_sym_virtual] = ACTIONS(3141), - [anon_sym_operator] = ACTIONS(3141), - [anon_sym_noexcept] = ACTIONS(3141), - [anon_sym_throw] = ACTIONS(3141), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3141), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3141), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3141), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3141), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3141), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3141), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3141), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3141), - [anon_sym_MOZ_COLD] = ACTIONS(3141), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3141), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3141), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3141), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3141), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3141), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3141), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3141), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3141), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3141), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3141), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3141), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3141), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3141), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3141), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3141), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3141), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3141), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3141), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3141), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3141), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3141), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_NONNULL] = ACTIONS(3141), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3141), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3141), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3141), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3141), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3141), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_NORETURN] = ACTIONS(3141), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3141), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3141), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3141), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3141), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3141), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3141), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3141), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3141), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3141), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3141), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3141), - [anon_sym_MOZ_RAII] = ACTIONS(3141), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3141), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3141), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3141), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3141), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3141), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3141), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3141), - }, - [1437] = { - [sym_identifier] = ACTIONS(3137), - [anon_sym_COMMA] = ACTIONS(3139), - [anon_sym_LPAREN2] = ACTIONS(3139), - [anon_sym_STAR] = ACTIONS(3139), - [anon_sym_AMP_AMP] = ACTIONS(3139), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_SEMI] = ACTIONS(3139), - [anon_sym_extern] = ACTIONS(3137), - [anon_sym___attribute__] = ACTIONS(3137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3139), - [anon_sym___declspec] = ACTIONS(3137), - [anon_sym___based] = ACTIONS(3137), - [anon_sym_LBRACE] = ACTIONS(3139), - [anon_sym_LBRACK] = ACTIONS(3137), - [anon_sym_EQ] = ACTIONS(3139), - [anon_sym_static] = ACTIONS(3137), - [anon_sym_register] = ACTIONS(3137), - [anon_sym_inline] = ACTIONS(3137), - [anon_sym_thread_local] = ACTIONS(3137), - [anon_sym_const] = ACTIONS(3137), - [anon_sym_volatile] = ACTIONS(3137), - [anon_sym_restrict] = ACTIONS(3137), - [anon_sym__Atomic] = ACTIONS(3137), - [anon_sym_mutable] = ACTIONS(3137), - [anon_sym_constexpr] = ACTIONS(3137), - [anon_sym_COLON] = ACTIONS(3139), - [anon_sym_DASH_GT] = ACTIONS(3139), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3137), - [anon_sym_override] = ACTIONS(3137), - [anon_sym_virtual] = ACTIONS(3137), - [anon_sym_operator] = ACTIONS(3137), - [anon_sym_noexcept] = ACTIONS(3137), - [anon_sym_throw] = ACTIONS(3137), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3137), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3137), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3137), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3137), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3137), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3137), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3137), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3137), - [anon_sym_MOZ_COLD] = ACTIONS(3137), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3137), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3137), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3137), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3137), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3137), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3137), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3137), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3137), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3137), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3137), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3137), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3137), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3137), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3137), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3137), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3137), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3137), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3137), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3137), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3137), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3137), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_NONNULL] = ACTIONS(3137), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3137), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3137), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3137), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3137), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3137), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_NORETURN] = ACTIONS(3137), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3137), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3137), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3137), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3137), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3137), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3137), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3137), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3137), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3137), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3137), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3137), - [anon_sym_MOZ_RAII] = ACTIONS(3137), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3137), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3137), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3137), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3137), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3137), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3137), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3137), - }, - [1438] = { - [sym_identifier] = ACTIONS(3295), - [anon_sym_COMMA] = ACTIONS(3297), - [anon_sym_LPAREN2] = ACTIONS(3297), - [anon_sym_STAR] = ACTIONS(3297), - [anon_sym_AMP_AMP] = ACTIONS(3297), - [anon_sym_AMP] = ACTIONS(3295), - [anon_sym_SEMI] = ACTIONS(3297), - [anon_sym_extern] = ACTIONS(3295), - [anon_sym___attribute__] = ACTIONS(3295), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3297), - [anon_sym___declspec] = ACTIONS(3295), - [anon_sym___based] = ACTIONS(3295), - [anon_sym_LBRACE] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3295), - [anon_sym_EQ] = ACTIONS(3297), - [anon_sym_static] = ACTIONS(3295), - [anon_sym_register] = ACTIONS(3295), - [anon_sym_inline] = ACTIONS(3295), - [anon_sym_thread_local] = ACTIONS(3295), - [anon_sym_const] = ACTIONS(3295), - [anon_sym_volatile] = ACTIONS(3295), - [anon_sym_restrict] = ACTIONS(3295), - [anon_sym__Atomic] = ACTIONS(3295), - [anon_sym_mutable] = ACTIONS(3295), - [anon_sym_constexpr] = ACTIONS(3295), - [anon_sym_COLON] = ACTIONS(3297), - [anon_sym_DASH_GT] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3295), - [anon_sym_override] = ACTIONS(3295), - [anon_sym_virtual] = ACTIONS(3295), - [anon_sym_operator] = ACTIONS(3295), - [anon_sym_noexcept] = ACTIONS(3295), - [anon_sym_throw] = ACTIONS(3295), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3295), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3295), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3295), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3295), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3295), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3295), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3295), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3295), - [anon_sym_MOZ_COLD] = ACTIONS(3295), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3295), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3295), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3295), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3295), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3295), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3295), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3295), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3295), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3295), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3295), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3295), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3295), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3295), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3295), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3295), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3295), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3295), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3295), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3295), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3295), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3295), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_NONNULL] = ACTIONS(3295), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3295), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3295), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3295), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3295), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3295), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_NORETURN] = ACTIONS(3295), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3295), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3295), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3295), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3295), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3295), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3295), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3295), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3295), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3295), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3295), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3295), - [anon_sym_MOZ_RAII] = ACTIONS(3295), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3295), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3295), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3295), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3295), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3295), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3295), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3295), - }, - [1439] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [anon_sym_COLON] = ACTIONS(3090), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_noexcept] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1440] = { - [sym_identifier] = ACTIONS(3201), - [anon_sym_COMMA] = ACTIONS(3203), - [anon_sym_LPAREN2] = ACTIONS(3203), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3201), - [anon_sym_SEMI] = ACTIONS(3203), - [anon_sym_extern] = ACTIONS(3201), - [anon_sym___attribute__] = ACTIONS(3201), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3203), - [anon_sym___declspec] = ACTIONS(3201), - [anon_sym___based] = ACTIONS(3201), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_EQ] = ACTIONS(3203), - [anon_sym_static] = ACTIONS(3201), - [anon_sym_register] = ACTIONS(3201), - [anon_sym_inline] = ACTIONS(3201), - [anon_sym_thread_local] = ACTIONS(3201), - [anon_sym_const] = ACTIONS(3201), - [anon_sym_volatile] = ACTIONS(3201), - [anon_sym_restrict] = ACTIONS(3201), - [anon_sym__Atomic] = ACTIONS(3201), - [anon_sym_mutable] = ACTIONS(3201), - [anon_sym_constexpr] = ACTIONS(3201), - [anon_sym_COLON] = ACTIONS(3203), - [anon_sym_DASH_GT] = ACTIONS(3203), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3201), - [anon_sym_override] = ACTIONS(3201), - [anon_sym_virtual] = ACTIONS(3201), - [anon_sym_operator] = ACTIONS(3201), - [anon_sym_noexcept] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3201), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3201), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3201), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3201), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3201), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3201), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3201), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3201), - [anon_sym_MOZ_COLD] = ACTIONS(3201), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3201), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3201), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3201), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3201), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3201), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3201), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3201), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3201), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3201), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3201), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3201), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3201), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3201), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3201), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3201), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3201), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3201), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3201), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3201), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3201), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3201), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_NONNULL] = ACTIONS(3201), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3201), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3201), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3201), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3201), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3201), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_NORETURN] = ACTIONS(3201), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3201), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3201), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3201), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3201), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3201), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3201), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3201), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3201), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3201), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3201), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3201), - [anon_sym_MOZ_RAII] = ACTIONS(3201), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3201), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3201), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3201), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3201), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3201), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3201), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3201), - }, - [1441] = { - [sym_identifier] = ACTIONS(3189), - [anon_sym_COMMA] = ACTIONS(3191), - [anon_sym_LPAREN2] = ACTIONS(3191), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_SEMI] = ACTIONS(3191), - [anon_sym_extern] = ACTIONS(3189), - [anon_sym___attribute__] = ACTIONS(3189), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3191), - [anon_sym___declspec] = ACTIONS(3189), - [anon_sym___based] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_EQ] = ACTIONS(3191), - [anon_sym_static] = ACTIONS(3189), - [anon_sym_register] = ACTIONS(3189), - [anon_sym_inline] = ACTIONS(3189), - [anon_sym_thread_local] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_volatile] = ACTIONS(3189), - [anon_sym_restrict] = ACTIONS(3189), - [anon_sym__Atomic] = ACTIONS(3189), - [anon_sym_mutable] = ACTIONS(3189), - [anon_sym_constexpr] = ACTIONS(3189), - [anon_sym_COLON] = ACTIONS(3191), - [anon_sym_DASH_GT] = ACTIONS(3191), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3189), - [anon_sym_override] = ACTIONS(3189), - [anon_sym_virtual] = ACTIONS(3189), - [anon_sym_operator] = ACTIONS(3189), - [anon_sym_noexcept] = ACTIONS(3189), - [anon_sym_throw] = ACTIONS(3189), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3189), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3189), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3189), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3189), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3189), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3189), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3189), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3189), - [anon_sym_MOZ_COLD] = ACTIONS(3189), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3189), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3189), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3189), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3189), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3189), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3189), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3189), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3189), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3189), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3189), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3189), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3189), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3189), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3189), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3189), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3189), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3189), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3189), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3189), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3189), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3189), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_NONNULL] = ACTIONS(3189), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3189), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3189), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3189), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3189), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3189), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_NORETURN] = ACTIONS(3189), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3189), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3189), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3189), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3189), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3189), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3189), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3189), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3189), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3189), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3189), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3189), - [anon_sym_MOZ_RAII] = ACTIONS(3189), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3189), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3189), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3189), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3189), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3189), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3189), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3189), - }, - [1442] = { - [sym_identifier] = ACTIONS(3121), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LPAREN2] = ACTIONS(3123), - [anon_sym_STAR] = ACTIONS(3123), - [anon_sym_AMP_AMP] = ACTIONS(3123), - [anon_sym_AMP] = ACTIONS(3121), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_extern] = ACTIONS(3121), - [anon_sym___attribute__] = ACTIONS(3121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3123), - [anon_sym___declspec] = ACTIONS(3121), - [anon_sym___based] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(3123), - [anon_sym_LBRACK] = ACTIONS(3121), - [anon_sym_EQ] = ACTIONS(3123), - [anon_sym_static] = ACTIONS(3121), - [anon_sym_register] = ACTIONS(3121), - [anon_sym_inline] = ACTIONS(3121), - [anon_sym_thread_local] = ACTIONS(3121), - [anon_sym_const] = ACTIONS(3121), - [anon_sym_volatile] = ACTIONS(3121), - [anon_sym_restrict] = ACTIONS(3121), - [anon_sym__Atomic] = ACTIONS(3121), - [anon_sym_mutable] = ACTIONS(3121), - [anon_sym_constexpr] = ACTIONS(3121), - [anon_sym_COLON] = ACTIONS(3123), - [anon_sym_DASH_GT] = ACTIONS(3123), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3121), - [anon_sym_override] = ACTIONS(3121), - [anon_sym_virtual] = ACTIONS(3121), - [anon_sym_operator] = ACTIONS(3121), - [anon_sym_noexcept] = ACTIONS(3121), - [anon_sym_throw] = ACTIONS(3121), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3121), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3121), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3121), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3121), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3121), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3121), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3121), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3121), - [anon_sym_MOZ_COLD] = ACTIONS(3121), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3121), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3121), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3121), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3121), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3121), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3121), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3121), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3121), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3121), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3121), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3121), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3121), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3121), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3121), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3121), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3121), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3121), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3121), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3121), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3121), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3121), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_NONNULL] = ACTIONS(3121), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3121), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3121), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3121), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3121), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3121), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_NORETURN] = ACTIONS(3121), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3121), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3121), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3121), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3121), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3121), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3121), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3121), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3121), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3121), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3121), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3121), - [anon_sym_MOZ_RAII] = ACTIONS(3121), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3121), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3121), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3121), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3121), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3121), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3121), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3121), - }, - [1443] = { - [sym_identifier] = ACTIONS(3209), - [anon_sym_COMMA] = ACTIONS(3211), - [anon_sym_LPAREN2] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3211), - [anon_sym_AMP_AMP] = ACTIONS(3211), - [anon_sym_AMP] = ACTIONS(3209), - [anon_sym_SEMI] = ACTIONS(3211), - [anon_sym_extern] = ACTIONS(3209), - [anon_sym___attribute__] = ACTIONS(3209), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3211), - [anon_sym___declspec] = ACTIONS(3209), - [anon_sym___based] = ACTIONS(3209), - [anon_sym_LBRACE] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3209), - [anon_sym_EQ] = ACTIONS(3211), - [anon_sym_static] = ACTIONS(3209), - [anon_sym_register] = ACTIONS(3209), - [anon_sym_inline] = ACTIONS(3209), - [anon_sym_thread_local] = ACTIONS(3209), - [anon_sym_const] = ACTIONS(3209), - [anon_sym_volatile] = ACTIONS(3209), - [anon_sym_restrict] = ACTIONS(3209), - [anon_sym__Atomic] = ACTIONS(3209), - [anon_sym_mutable] = ACTIONS(3209), - [anon_sym_constexpr] = ACTIONS(3209), - [anon_sym_COLON] = ACTIONS(3211), - [anon_sym_DASH_GT] = ACTIONS(3211), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3209), - [anon_sym_override] = ACTIONS(3209), - [anon_sym_virtual] = ACTIONS(3209), - [anon_sym_operator] = ACTIONS(3209), - [anon_sym_noexcept] = ACTIONS(3209), - [anon_sym_throw] = ACTIONS(3209), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3209), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3209), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3209), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3209), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3209), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3209), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3209), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3209), - [anon_sym_MOZ_COLD] = ACTIONS(3209), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3209), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3209), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3209), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3209), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3209), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3209), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3209), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3209), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3209), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3209), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3209), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3209), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3209), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3209), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3209), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3209), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3209), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3209), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3209), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3209), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3209), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_NONNULL] = ACTIONS(3209), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3209), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3209), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3209), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3209), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3209), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_NORETURN] = ACTIONS(3209), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3209), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3209), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3209), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3209), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3209), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3209), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3209), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3209), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3209), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3209), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3209), - [anon_sym_MOZ_RAII] = ACTIONS(3209), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3209), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3209), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3209), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3209), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3209), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3209), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3209), - }, - [1444] = { - [sym_identifier] = ACTIONS(3245), - [anon_sym_COMMA] = ACTIONS(3247), - [anon_sym_LPAREN2] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3247), - [anon_sym_AMP_AMP] = ACTIONS(3247), - [anon_sym_AMP] = ACTIONS(3245), - [anon_sym_SEMI] = ACTIONS(3247), - [anon_sym_extern] = ACTIONS(3245), - [anon_sym___attribute__] = ACTIONS(3245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3247), - [anon_sym___declspec] = ACTIONS(3245), - [anon_sym___based] = ACTIONS(3245), - [anon_sym_LBRACE] = ACTIONS(3247), - [anon_sym_LBRACK] = ACTIONS(3245), - [anon_sym_EQ] = ACTIONS(3247), - [anon_sym_static] = ACTIONS(3245), - [anon_sym_register] = ACTIONS(3245), - [anon_sym_inline] = ACTIONS(3245), - [anon_sym_thread_local] = ACTIONS(3245), - [anon_sym_const] = ACTIONS(3245), - [anon_sym_volatile] = ACTIONS(3245), - [anon_sym_restrict] = ACTIONS(3245), - [anon_sym__Atomic] = ACTIONS(3245), - [anon_sym_mutable] = ACTIONS(3245), - [anon_sym_constexpr] = ACTIONS(3245), - [anon_sym_COLON] = ACTIONS(3247), - [anon_sym_DASH_GT] = ACTIONS(3247), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3245), - [anon_sym_override] = ACTIONS(3245), - [anon_sym_virtual] = ACTIONS(3245), - [anon_sym_operator] = ACTIONS(3245), - [anon_sym_noexcept] = ACTIONS(3245), - [anon_sym_throw] = ACTIONS(3245), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3245), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3245), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3245), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3245), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3245), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3245), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3245), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3245), - [anon_sym_MOZ_COLD] = ACTIONS(3245), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3245), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3245), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3245), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3245), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3245), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3245), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3245), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3245), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3245), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3245), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3245), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3245), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3245), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3245), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3245), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3245), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3245), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3245), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3245), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3245), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3245), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_NONNULL] = ACTIONS(3245), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3245), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3245), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3245), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3245), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3245), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_NORETURN] = ACTIONS(3245), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3245), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3245), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3245), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3245), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3245), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3245), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3245), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3245), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3245), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3245), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3245), - [anon_sym_MOZ_RAII] = ACTIONS(3245), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3245), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3245), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3245), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3245), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3245), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3245), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3245), - }, - [1445] = { - [sym_identifier] = ACTIONS(3249), - [anon_sym_COMMA] = ACTIONS(3251), - [anon_sym_LPAREN2] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(3251), - [anon_sym_AMP_AMP] = ACTIONS(3251), - [anon_sym_AMP] = ACTIONS(3249), - [anon_sym_SEMI] = ACTIONS(3251), - [anon_sym_extern] = ACTIONS(3249), - [anon_sym___attribute__] = ACTIONS(3249), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3251), - [anon_sym___declspec] = ACTIONS(3249), - [anon_sym___based] = ACTIONS(3249), - [anon_sym_LBRACE] = ACTIONS(3251), - [anon_sym_LBRACK] = ACTIONS(3249), - [anon_sym_EQ] = ACTIONS(3251), - [anon_sym_static] = ACTIONS(3249), - [anon_sym_register] = ACTIONS(3249), - [anon_sym_inline] = ACTIONS(3249), - [anon_sym_thread_local] = ACTIONS(3249), - [anon_sym_const] = ACTIONS(3249), - [anon_sym_volatile] = ACTIONS(3249), - [anon_sym_restrict] = ACTIONS(3249), - [anon_sym__Atomic] = ACTIONS(3249), - [anon_sym_mutable] = ACTIONS(3249), - [anon_sym_constexpr] = ACTIONS(3249), - [anon_sym_COLON] = ACTIONS(3251), - [anon_sym_DASH_GT] = ACTIONS(3251), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3249), - [anon_sym_override] = ACTIONS(3249), - [anon_sym_virtual] = ACTIONS(3249), - [anon_sym_operator] = ACTIONS(3249), - [anon_sym_noexcept] = ACTIONS(3249), - [anon_sym_throw] = ACTIONS(3249), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3249), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3249), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3249), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3249), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3249), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3249), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3249), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3249), - [anon_sym_MOZ_COLD] = ACTIONS(3249), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3249), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3249), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3249), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3249), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3249), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3249), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3249), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3249), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3249), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3249), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3249), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3249), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3249), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3249), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3249), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3249), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3249), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3249), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3249), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3249), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3249), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_NONNULL] = ACTIONS(3249), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3249), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3249), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3249), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3249), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3249), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_NORETURN] = ACTIONS(3249), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3249), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3249), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3249), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3249), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3249), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3249), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3249), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3249), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3249), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3249), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3249), - [anon_sym_MOZ_RAII] = ACTIONS(3249), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3249), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3249), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3249), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3249), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3249), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3249), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3249), - }, - [1446] = { - [sym_identifier] = ACTIONS(3265), - [anon_sym_COMMA] = ACTIONS(3267), - [anon_sym_LPAREN2] = ACTIONS(3267), - [anon_sym_STAR] = ACTIONS(3267), - [anon_sym_AMP_AMP] = ACTIONS(3267), - [anon_sym_AMP] = ACTIONS(3265), - [anon_sym_SEMI] = ACTIONS(3267), - [anon_sym_extern] = ACTIONS(3265), - [anon_sym___attribute__] = ACTIONS(3265), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3267), - [anon_sym___declspec] = ACTIONS(3265), - [anon_sym___based] = ACTIONS(3265), - [anon_sym_LBRACE] = ACTIONS(3267), - [anon_sym_LBRACK] = ACTIONS(3265), - [anon_sym_EQ] = ACTIONS(3267), - [anon_sym_static] = ACTIONS(3265), - [anon_sym_register] = ACTIONS(3265), - [anon_sym_inline] = ACTIONS(3265), - [anon_sym_thread_local] = ACTIONS(3265), - [anon_sym_const] = ACTIONS(3265), - [anon_sym_volatile] = ACTIONS(3265), - [anon_sym_restrict] = ACTIONS(3265), - [anon_sym__Atomic] = ACTIONS(3265), - [anon_sym_mutable] = ACTIONS(3265), - [anon_sym_constexpr] = ACTIONS(3265), - [anon_sym_COLON] = ACTIONS(3267), - [anon_sym_DASH_GT] = ACTIONS(3267), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3265), - [anon_sym_override] = ACTIONS(3265), - [anon_sym_virtual] = ACTIONS(3265), - [anon_sym_operator] = ACTIONS(3265), - [anon_sym_noexcept] = ACTIONS(3265), - [anon_sym_throw] = ACTIONS(3265), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3265), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3265), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3265), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3265), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3265), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3265), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3265), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3265), - [anon_sym_MOZ_COLD] = ACTIONS(3265), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3265), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3265), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3265), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3265), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3265), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3265), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3265), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3265), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3265), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3265), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3265), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3265), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3265), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3265), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3265), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3265), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3265), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3265), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3265), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3265), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3265), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_NONNULL] = ACTIONS(3265), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3265), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3265), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3265), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3265), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3265), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_NORETURN] = ACTIONS(3265), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3265), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3265), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3265), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3265), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3265), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3265), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3265), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3265), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3265), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3265), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3265), - [anon_sym_MOZ_RAII] = ACTIONS(3265), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3265), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3265), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3265), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3265), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3265), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3265), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3265), - }, - [1447] = { - [sym_identifier] = ACTIONS(3261), - [anon_sym_COMMA] = ACTIONS(3263), - [anon_sym_LPAREN2] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3261), - [anon_sym_SEMI] = ACTIONS(3263), - [anon_sym_extern] = ACTIONS(3261), - [anon_sym___attribute__] = ACTIONS(3261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3263), - [anon_sym___declspec] = ACTIONS(3261), - [anon_sym___based] = ACTIONS(3261), - [anon_sym_LBRACE] = ACTIONS(3263), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_static] = ACTIONS(3261), - [anon_sym_register] = ACTIONS(3261), - [anon_sym_inline] = ACTIONS(3261), - [anon_sym_thread_local] = ACTIONS(3261), - [anon_sym_const] = ACTIONS(3261), - [anon_sym_volatile] = ACTIONS(3261), - [anon_sym_restrict] = ACTIONS(3261), - [anon_sym__Atomic] = ACTIONS(3261), - [anon_sym_mutable] = ACTIONS(3261), - [anon_sym_constexpr] = ACTIONS(3261), - [anon_sym_COLON] = ACTIONS(3263), - [anon_sym_DASH_GT] = ACTIONS(3263), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3261), - [anon_sym_override] = ACTIONS(3261), - [anon_sym_virtual] = ACTIONS(3261), - [anon_sym_operator] = ACTIONS(3261), - [anon_sym_noexcept] = ACTIONS(3261), - [anon_sym_throw] = ACTIONS(3261), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3261), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3261), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3261), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3261), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3261), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3261), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3261), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3261), - [anon_sym_MOZ_COLD] = ACTIONS(3261), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3261), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3261), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3261), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3261), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3261), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3261), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3261), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3261), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3261), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3261), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3261), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3261), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3261), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3261), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3261), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3261), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3261), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3261), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3261), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3261), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3261), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_NONNULL] = ACTIONS(3261), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3261), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3261), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3261), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3261), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3261), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_NORETURN] = ACTIONS(3261), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3261), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3261), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3261), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3261), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3261), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3261), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3261), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3261), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3261), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3261), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3261), - [anon_sym_MOZ_RAII] = ACTIONS(3261), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3261), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3261), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3261), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3261), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3261), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3261), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3261), - }, - [1448] = { - [sym_identifier] = ACTIONS(3275), - [anon_sym_COMMA] = ACTIONS(3277), - [anon_sym_LPAREN2] = ACTIONS(3277), - [anon_sym_STAR] = ACTIONS(3277), - [anon_sym_AMP_AMP] = ACTIONS(3277), - [anon_sym_AMP] = ACTIONS(3275), - [anon_sym_SEMI] = ACTIONS(3277), - [anon_sym_extern] = ACTIONS(3275), - [anon_sym___attribute__] = ACTIONS(3275), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3277), - [anon_sym___declspec] = ACTIONS(3275), - [anon_sym___based] = ACTIONS(3275), - [anon_sym_LBRACE] = ACTIONS(3277), - [anon_sym_LBRACK] = ACTIONS(3275), - [anon_sym_EQ] = ACTIONS(3277), - [anon_sym_static] = ACTIONS(3275), - [anon_sym_register] = ACTIONS(3275), - [anon_sym_inline] = ACTIONS(3275), - [anon_sym_thread_local] = ACTIONS(3275), - [anon_sym_const] = ACTIONS(3275), - [anon_sym_volatile] = ACTIONS(3275), - [anon_sym_restrict] = ACTIONS(3275), - [anon_sym__Atomic] = ACTIONS(3275), - [anon_sym_mutable] = ACTIONS(3275), - [anon_sym_constexpr] = ACTIONS(3275), - [anon_sym_COLON] = ACTIONS(3277), - [anon_sym_DASH_GT] = ACTIONS(3277), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3275), - [anon_sym_override] = ACTIONS(3275), - [anon_sym_virtual] = ACTIONS(3275), - [anon_sym_operator] = ACTIONS(3275), - [anon_sym_noexcept] = ACTIONS(3275), - [anon_sym_throw] = ACTIONS(3275), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3275), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3275), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3275), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3275), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3275), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3275), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3275), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3275), - [anon_sym_MOZ_COLD] = ACTIONS(3275), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3275), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3275), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3275), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3275), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3275), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3275), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3275), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3275), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3275), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3275), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3275), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3275), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3275), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3275), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3275), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3275), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3275), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3275), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3275), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3275), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3275), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_NONNULL] = ACTIONS(3275), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3275), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3275), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3275), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3275), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3275), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_NORETURN] = ACTIONS(3275), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3275), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3275), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3275), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3275), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3275), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3275), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3275), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3275), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3275), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3275), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3275), - [anon_sym_MOZ_RAII] = ACTIONS(3275), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3275), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3275), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3275), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3275), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3275), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3275), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3275), - }, - [1449] = { - [sym_identifier] = ACTIONS(3169), - [anon_sym_COMMA] = ACTIONS(3171), - [anon_sym_LPAREN2] = ACTIONS(3171), - [anon_sym_STAR] = ACTIONS(3171), - [anon_sym_AMP_AMP] = ACTIONS(3171), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_SEMI] = ACTIONS(3171), - [anon_sym_extern] = ACTIONS(3169), - [anon_sym___attribute__] = ACTIONS(3169), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3171), - [anon_sym___declspec] = ACTIONS(3169), - [anon_sym___based] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_LBRACK] = ACTIONS(3169), - [anon_sym_EQ] = ACTIONS(3171), - [anon_sym_static] = ACTIONS(3169), - [anon_sym_register] = ACTIONS(3169), - [anon_sym_inline] = ACTIONS(3169), - [anon_sym_thread_local] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_volatile] = ACTIONS(3169), - [anon_sym_restrict] = ACTIONS(3169), - [anon_sym__Atomic] = ACTIONS(3169), - [anon_sym_mutable] = ACTIONS(3169), - [anon_sym_constexpr] = ACTIONS(3169), - [anon_sym_COLON] = ACTIONS(3171), - [anon_sym_DASH_GT] = ACTIONS(3171), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3169), - [anon_sym_override] = ACTIONS(3169), - [anon_sym_virtual] = ACTIONS(3169), - [anon_sym_operator] = ACTIONS(3169), - [anon_sym_noexcept] = ACTIONS(3169), - [anon_sym_throw] = ACTIONS(3169), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3169), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3169), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3169), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3169), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3169), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3169), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3169), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3169), - [anon_sym_MOZ_COLD] = ACTIONS(3169), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3169), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3169), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3169), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3169), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3169), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3169), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3169), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3169), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3169), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3169), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3169), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3169), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3169), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3169), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3169), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3169), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3169), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3169), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3169), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3169), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3169), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_NONNULL] = ACTIONS(3169), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3169), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3169), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3169), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3169), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3169), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_NORETURN] = ACTIONS(3169), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3169), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3169), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3169), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3169), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3169), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3169), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3169), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3169), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3169), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3169), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3169), - [anon_sym_MOZ_RAII] = ACTIONS(3169), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3169), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3169), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3169), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3169), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3169), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3169), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3169), - }, - [1450] = { - [sym_identifier] = ACTIONS(3291), - [anon_sym_COMMA] = ACTIONS(3293), - [anon_sym_LPAREN2] = ACTIONS(3293), - [anon_sym_STAR] = ACTIONS(3293), - [anon_sym_AMP_AMP] = ACTIONS(3293), - [anon_sym_AMP] = ACTIONS(3291), - [anon_sym_SEMI] = ACTIONS(3293), - [anon_sym_extern] = ACTIONS(3291), - [anon_sym___attribute__] = ACTIONS(3291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3293), - [anon_sym___declspec] = ACTIONS(3291), - [anon_sym___based] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3293), - [anon_sym_LBRACK] = ACTIONS(3291), - [anon_sym_EQ] = ACTIONS(3293), - [anon_sym_static] = ACTIONS(3291), - [anon_sym_register] = ACTIONS(3291), - [anon_sym_inline] = ACTIONS(3291), - [anon_sym_thread_local] = ACTIONS(3291), - [anon_sym_const] = ACTIONS(3291), - [anon_sym_volatile] = ACTIONS(3291), - [anon_sym_restrict] = ACTIONS(3291), - [anon_sym__Atomic] = ACTIONS(3291), - [anon_sym_mutable] = ACTIONS(3291), - [anon_sym_constexpr] = ACTIONS(3291), - [anon_sym_COLON] = ACTIONS(3293), - [anon_sym_DASH_GT] = ACTIONS(3293), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3291), - [anon_sym_override] = ACTIONS(3291), - [anon_sym_virtual] = ACTIONS(3291), - [anon_sym_operator] = ACTIONS(3291), - [anon_sym_noexcept] = ACTIONS(3291), - [anon_sym_throw] = ACTIONS(3291), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3291), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3291), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3291), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3291), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3291), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3291), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3291), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3291), - [anon_sym_MOZ_COLD] = ACTIONS(3291), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3291), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3291), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3291), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3291), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3291), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3291), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3291), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3291), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3291), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3291), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3291), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3291), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3291), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3291), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3291), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3291), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3291), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3291), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3291), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3291), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3291), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_NONNULL] = ACTIONS(3291), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3291), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3291), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3291), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3291), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3291), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_NORETURN] = ACTIONS(3291), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3291), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3291), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3291), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3291), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3291), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3291), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3291), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3291), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3291), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3291), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3291), - [anon_sym_MOZ_RAII] = ACTIONS(3291), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3291), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3291), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3291), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3291), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3291), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3291), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3291), - }, - [1451] = { - [sym_identifier] = ACTIONS(3253), - [anon_sym_COMMA] = ACTIONS(3255), - [anon_sym_LPAREN2] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3255), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_AMP] = ACTIONS(3253), - [anon_sym_SEMI] = ACTIONS(3255), - [anon_sym_extern] = ACTIONS(3253), - [anon_sym___attribute__] = ACTIONS(3253), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3255), - [anon_sym___declspec] = ACTIONS(3253), - [anon_sym___based] = ACTIONS(3253), - [anon_sym_LBRACE] = ACTIONS(3255), - [anon_sym_LBRACK] = ACTIONS(3253), - [anon_sym_EQ] = ACTIONS(3255), - [anon_sym_static] = ACTIONS(3253), - [anon_sym_register] = ACTIONS(3253), - [anon_sym_inline] = ACTIONS(3253), - [anon_sym_thread_local] = ACTIONS(3253), - [anon_sym_const] = ACTIONS(3253), - [anon_sym_volatile] = ACTIONS(3253), - [anon_sym_restrict] = ACTIONS(3253), - [anon_sym__Atomic] = ACTIONS(3253), - [anon_sym_mutable] = ACTIONS(3253), - [anon_sym_constexpr] = ACTIONS(3253), - [anon_sym_COLON] = ACTIONS(3255), - [anon_sym_DASH_GT] = ACTIONS(3255), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3253), - [anon_sym_override] = ACTIONS(3253), - [anon_sym_virtual] = ACTIONS(3253), - [anon_sym_operator] = ACTIONS(3253), - [anon_sym_noexcept] = ACTIONS(3253), - [anon_sym_throw] = ACTIONS(3253), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3253), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3253), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3253), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3253), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3253), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3253), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3253), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3253), - [anon_sym_MOZ_COLD] = ACTIONS(3253), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3253), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3253), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3253), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3253), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3253), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3253), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3253), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3253), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3253), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3253), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3253), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3253), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3253), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3253), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3253), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3253), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3253), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3253), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3253), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3253), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3253), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_NONNULL] = ACTIONS(3253), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3253), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3253), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3253), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3253), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3253), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_NORETURN] = ACTIONS(3253), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3253), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3253), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3253), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3253), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3253), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3253), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3253), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3253), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3253), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3253), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3253), - [anon_sym_MOZ_RAII] = ACTIONS(3253), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3253), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3253), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3253), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3253), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3253), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3253), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3253), - }, - [1452] = { - [sym_identifier] = ACTIONS(3279), - [anon_sym_COMMA] = ACTIONS(3281), - [anon_sym_LPAREN2] = ACTIONS(3281), - [anon_sym_STAR] = ACTIONS(3281), - [anon_sym_AMP_AMP] = ACTIONS(3281), - [anon_sym_AMP] = ACTIONS(3279), - [anon_sym_SEMI] = ACTIONS(3281), - [anon_sym_extern] = ACTIONS(3279), - [anon_sym___attribute__] = ACTIONS(3279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3281), - [anon_sym___declspec] = ACTIONS(3279), - [anon_sym___based] = ACTIONS(3279), - [anon_sym_LBRACE] = ACTIONS(3281), - [anon_sym_LBRACK] = ACTIONS(3279), - [anon_sym_EQ] = ACTIONS(3281), - [anon_sym_static] = ACTIONS(3279), - [anon_sym_register] = ACTIONS(3279), - [anon_sym_inline] = ACTIONS(3279), - [anon_sym_thread_local] = ACTIONS(3279), - [anon_sym_const] = ACTIONS(3279), - [anon_sym_volatile] = ACTIONS(3279), - [anon_sym_restrict] = ACTIONS(3279), - [anon_sym__Atomic] = ACTIONS(3279), - [anon_sym_mutable] = ACTIONS(3279), - [anon_sym_constexpr] = ACTIONS(3279), - [anon_sym_COLON] = ACTIONS(3281), - [anon_sym_DASH_GT] = ACTIONS(3281), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3279), - [anon_sym_override] = ACTIONS(3279), - [anon_sym_virtual] = ACTIONS(3279), - [anon_sym_operator] = ACTIONS(3279), - [anon_sym_noexcept] = ACTIONS(3279), - [anon_sym_throw] = ACTIONS(3279), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3279), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3279), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3279), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3279), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3279), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3279), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3279), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3279), - [anon_sym_MOZ_COLD] = ACTIONS(3279), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3279), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3279), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3279), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3279), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3279), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3279), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3279), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3279), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3279), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3279), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3279), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3279), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3279), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3279), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3279), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3279), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3279), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3279), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3279), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3279), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3279), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_NONNULL] = ACTIONS(3279), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3279), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3279), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3279), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3279), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3279), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_NORETURN] = ACTIONS(3279), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3279), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3279), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3279), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3279), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3279), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3279), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3279), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3279), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3279), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3279), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3279), - [anon_sym_MOZ_RAII] = ACTIONS(3279), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3279), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3279), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3279), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3279), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3279), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3279), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3279), - }, - [1453] = { - [sym_identifier] = ACTIONS(3106), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3108), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_EQ] = ACTIONS(3108), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_GT2] = ACTIONS(3108), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3106), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3106), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3106), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3106), - [anon_sym_MOZ_COLD] = ACTIONS(3106), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3106), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3106), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3106), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3106), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3106), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3106), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3106), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3106), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3106), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3106), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3106), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3106), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3106), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_NONNULL] = ACTIONS(3106), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3106), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3106), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3106), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3106), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3106), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3106), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3106), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3106), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3106), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3106), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3106), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3106), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), - [anon_sym_MOZ_RAII] = ACTIONS(3106), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3106), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3106), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3106), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3106), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3106), - }, - [1454] = { - [sym_template_argument_list] = STATE(1470), - [sym_identifier] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2456), - [anon_sym_COMMA] = ACTIONS(2456), - [anon_sym_RPAREN] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(2453), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_STAR] = ACTIONS(2456), - [anon_sym_AMP_AMP] = ACTIONS(2456), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACK] = ACTIONS(2460), - [anon_sym_EQ] = ACTIONS(2456), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), - }, - [1455] = { - [sym_enumerator_list] = STATE(1328), - [sym__enum_base_clause] = STATE(1288), - [sym_identifier] = ACTIONS(3417), - [anon_sym_COMMA] = ACTIONS(3419), - [anon_sym_LPAREN2] = ACTIONS(3419), - [anon_sym_TILDE] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_AMP_AMP] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3417), - [anon_sym_SEMI] = ACTIONS(3419), - [anon_sym_extern] = ACTIONS(3417), - [anon_sym___attribute__] = ACTIONS(3417), - [anon_sym_COLON_COLON] = ACTIONS(3419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), - [anon_sym___declspec] = ACTIONS(3417), - [anon_sym___based] = ACTIONS(3417), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_static] = ACTIONS(3417), - [anon_sym_register] = ACTIONS(3417), - [anon_sym_inline] = ACTIONS(3417), - [anon_sym_thread_local] = ACTIONS(3417), - [anon_sym_const] = ACTIONS(3417), - [anon_sym_volatile] = ACTIONS(3417), - [anon_sym_restrict] = ACTIONS(3417), - [anon_sym__Atomic] = ACTIONS(3417), - [anon_sym_mutable] = ACTIONS(3417), - [anon_sym_constexpr] = ACTIONS(3417), - [anon_sym_COLON] = ACTIONS(3468), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3417), - [anon_sym_template] = ACTIONS(3417), - [anon_sym_operator] = ACTIONS(3417), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3417), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3417), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3417), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3417), - [anon_sym_MOZ_COLD] = ACTIONS(3417), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3417), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3417), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3417), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3417), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3417), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3417), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3417), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3417), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3417), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3417), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3417), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3417), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3417), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3417), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3417), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_NONNULL] = ACTIONS(3417), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3417), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3417), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3417), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3417), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3417), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3417), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3417), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3417), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3417), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3417), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3417), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3417), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3417), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3417), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3417), - [anon_sym_MOZ_RAII] = ACTIONS(3417), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3417), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3417), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3417), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3417), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3417), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3417), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3417), - }, - [1456] = { - [sym_enumerator_list] = STATE(1328), - [sym__enum_base_clause] = STATE(1288), - [anon_sym_COMMA] = ACTIONS(3419), - [anon_sym_RPAREN] = ACTIONS(3419), - [anon_sym_LPAREN2] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_AMP_AMP] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3417), - [anon_sym_SEMI] = ACTIONS(3419), - [anon_sym_extern] = ACTIONS(3419), - [anon_sym___attribute__] = ACTIONS(3419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3419), - [anon_sym___declspec] = ACTIONS(3419), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_static] = ACTIONS(3419), - [anon_sym_register] = ACTIONS(3419), - [anon_sym_inline] = ACTIONS(3419), - [anon_sym_thread_local] = ACTIONS(3419), - [anon_sym_const] = ACTIONS(3417), - [anon_sym_volatile] = ACTIONS(3419), - [anon_sym_restrict] = ACTIONS(3419), - [anon_sym__Atomic] = ACTIONS(3419), - [anon_sym_mutable] = ACTIONS(3419), - [anon_sym_constexpr] = ACTIONS(3419), - [anon_sym_COLON] = ACTIONS(3470), - [anon_sym_DASH_GT] = ACTIONS(3419), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3419), - [anon_sym_override] = ACTIONS(3419), - [anon_sym_virtual] = ACTIONS(3419), - [anon_sym_noexcept] = ACTIONS(3419), - [anon_sym_throw] = ACTIONS(3419), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3419), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3419), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3419), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3419), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3419), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3419), - [anon_sym_MOZ_COLD] = ACTIONS(3419), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3419), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3419), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3419), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3419), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3419), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3419), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3419), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3419), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3419), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3419), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3419), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3419), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3419), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3419), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3419), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3419), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3419), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3419), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3419), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3419), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3419), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3417), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3419), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3419), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3419), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3419), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3417), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3419), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3419), - [anon_sym_MOZ_NONNULL] = ACTIONS(3417), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3419), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3419), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3419), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3419), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3419), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3419), - [anon_sym_MOZ_NORETURN] = ACTIONS(3417), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3419), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3419), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3419), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3419), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3419), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3419), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3419), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3419), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3419), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3419), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3419), - [anon_sym_MOZ_RAII] = ACTIONS(3419), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3419), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3419), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3419), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3419), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3419), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3419), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3419), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3419), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3419), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3419), - }, - [1457] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3090), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1458] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3090), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1459] = { - [sym_enumerator_list] = STATE(1347), - [sym__enum_base_clause] = STATE(1290), + [sym_field_declaration_list] = STATE(1317), + [sym_virtual_specifier] = STATE(4184), + [sym_base_class_clause] = STATE(4722), [sym_identifier] = ACTIONS(3423), - [anon_sym_COMMA] = ACTIONS(3425), [anon_sym_LPAREN2] = ACTIONS(3425), [anon_sym_TILDE] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3425), [anon_sym_AMP_AMP] = ACTIONS(3425), [anon_sym_AMP] = ACTIONS(3423), - [anon_sym_SEMI] = ACTIONS(3425), + [anon_sym_SEMI] = ACTIONS(3840), [anon_sym_extern] = ACTIONS(3423), [anon_sym___attribute__] = ACTIONS(3423), [anon_sym_COLON_COLON] = ACTIONS(3425), [anon_sym_LBRACK_LBRACK] = ACTIONS(3425), [anon_sym___declspec] = ACTIONS(3423), [anon_sym___based] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3070), + [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_LBRACK] = ACTIONS(3423), [anon_sym_static] = ACTIONS(3423), [anon_sym_register] = ACTIONS(3423), @@ -262210,8 +257975,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(3423), [anon_sym_mutable] = ACTIONS(3423), [anon_sym_constexpr] = ACTIONS(3423), - [anon_sym_COLON] = ACTIONS(3468), + [anon_sym_COLON] = ACTIONS(3429), [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_virtual] = ACTIONS(3423), [anon_sym_template] = ACTIONS(3423), [anon_sym_operator] = ACTIONS(3423), @@ -262285,631 +258052,5781 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3423), [anon_sym_JS_PUBLIC_API] = ACTIONS(3423), }, - [1460] = { - [sym_identifier] = ACTIONS(2784), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2786), - [anon_sym_COMMA] = ACTIONS(2786), - [anon_sym_RPAREN] = ACTIONS(2786), - [anon_sym_LPAREN2] = ACTIONS(2786), - [anon_sym_TILDE] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2786), - [anon_sym_AMP_AMP] = ACTIONS(2786), - [anon_sym_AMP] = 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_LBRACK] = ACTIONS(2784), - [anon_sym_EQ] = ACTIONS(2786), - [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), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2784), - [anon_sym_explicit] = ACTIONS(2784), - [anon_sym_template] = ACTIONS(2784), - [anon_sym_GT2] = ACTIONS(2786), - [anon_sym_operator] = ACTIONS(2784), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2784), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2784), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2784), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2784), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2784), - [anon_sym_MOZ_COLD] = ACTIONS(2784), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2784), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2784), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2784), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2784), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2784), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2784), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2784), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2784), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2784), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2784), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2784), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2784), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2784), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2784), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2784), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2784), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_NONNULL] = ACTIONS(2784), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2784), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2784), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2784), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2784), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_NORETURN] = ACTIONS(2784), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2784), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2784), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2784), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2784), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2784), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2784), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2784), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2784), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2784), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2784), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2784), - [anon_sym_MOZ_RAII] = ACTIONS(2784), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2784), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2784), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2784), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2784), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2784), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2784), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2784), - }, - [1461] = { - [sym_argument_list] = STATE(2153), - [sym_identifier] = ACTIONS(3088), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3090), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LPAREN2] = ACTIONS(3472), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1462] = { - [sym_identifier] = ACTIONS(2282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2284), - [anon_sym_COMMA] = ACTIONS(2284), - [anon_sym_RPAREN] = ACTIONS(2284), - [anon_sym_LPAREN2] = ACTIONS(2284), - [anon_sym_TILDE] = ACTIONS(2284), - [anon_sym_STAR] = ACTIONS(2284), - [anon_sym_AMP_AMP] = ACTIONS(2284), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_COLON_COLON] = ACTIONS(2284), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym___based] = ACTIONS(2282), - [anon_sym_LBRACK] = ACTIONS(2282), - [anon_sym_EQ] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym_mutable] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2282), - [anon_sym_explicit] = ACTIONS(2282), - [anon_sym_template] = ACTIONS(2282), - [anon_sym_GT2] = ACTIONS(2284), - [anon_sym_operator] = ACTIONS(2282), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2282), - [anon_sym_MOZ_COLD] = ACTIONS(2282), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2282), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2282), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2282), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2282), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2282), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2282), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2282), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2282), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2282), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2282), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2282), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2282), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_RAII] = ACTIONS(2282), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2282), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2282), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2282), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2282), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2282), - }, - [1463] = { - [sym_enumerator_list] = STATE(1347), - [sym__enum_base_clause] = STATE(1290), - [anon_sym_COMMA] = ACTIONS(3425), - [anon_sym_RPAREN] = ACTIONS(3425), + [1409] = { + [sym_field_declaration_list] = STATE(1317), + [sym_virtual_specifier] = STATE(4184), + [sym_base_class_clause] = STATE(4722), + [sym_identifier] = ACTIONS(3423), [anon_sym_LPAREN2] = ACTIONS(3425), + [anon_sym_TILDE] = ACTIONS(3425), [anon_sym_STAR] = ACTIONS(3425), [anon_sym_AMP_AMP] = ACTIONS(3425), [anon_sym_AMP] = ACTIONS(3423), - [anon_sym_SEMI] = ACTIONS(3425), - [anon_sym_extern] = ACTIONS(3425), - [anon_sym___attribute__] = ACTIONS(3425), + [anon_sym_SEMI] = ACTIONS(3838), + [anon_sym_extern] = ACTIONS(3423), + [anon_sym___attribute__] = ACTIONS(3423), + [anon_sym_COLON_COLON] = ACTIONS(3425), [anon_sym_LBRACK_LBRACK] = ACTIONS(3425), - [anon_sym___declspec] = ACTIONS(3425), - [anon_sym_LBRACE] = ACTIONS(3070), + [anon_sym___declspec] = ACTIONS(3423), + [anon_sym___based] = ACTIONS(3423), + [anon_sym_LBRACE] = ACTIONS(3427), [anon_sym_LBRACK] = ACTIONS(3423), - [anon_sym_static] = ACTIONS(3425), - [anon_sym_register] = ACTIONS(3425), - [anon_sym_inline] = ACTIONS(3425), - [anon_sym_thread_local] = ACTIONS(3425), + [anon_sym_static] = ACTIONS(3423), + [anon_sym_register] = ACTIONS(3423), + [anon_sym_inline] = ACTIONS(3423), + [anon_sym_thread_local] = ACTIONS(3423), [anon_sym_const] = ACTIONS(3423), - [anon_sym_volatile] = ACTIONS(3425), - [anon_sym_restrict] = ACTIONS(3425), - [anon_sym__Atomic] = ACTIONS(3425), - [anon_sym_mutable] = ACTIONS(3425), - [anon_sym_constexpr] = ACTIONS(3425), - [anon_sym_COLON] = ACTIONS(3470), - [anon_sym_DASH_GT] = ACTIONS(3425), + [anon_sym_volatile] = ACTIONS(3423), + [anon_sym_restrict] = ACTIONS(3423), + [anon_sym__Atomic] = ACTIONS(3423), + [anon_sym_mutable] = ACTIONS(3423), + [anon_sym_constexpr] = ACTIONS(3423), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_virtual] = ACTIONS(3423), + [anon_sym_template] = ACTIONS(3423), + [anon_sym_operator] = ACTIONS(3423), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3423), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3423), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3423), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3423), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3423), + [anon_sym_MOZ_COLD] = ACTIONS(3423), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3423), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3423), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3423), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3423), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3423), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3423), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3423), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3423), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3423), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3423), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3423), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3423), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3423), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3423), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3423), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3423), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3423), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_NONNULL] = ACTIONS(3423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3423), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3423), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3423), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3423), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3423), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_NORETURN] = ACTIONS(3423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3423), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3423), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3423), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3423), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3423), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3423), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3423), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3423), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3423), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3423), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3423), + [anon_sym_MOZ_RAII] = ACTIONS(3423), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3423), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3423), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3423), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3423), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3423), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3423), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3423), + }, + [1410] = { + [sym_identifier] = ACTIONS(3452), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(3454), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [anon_sym_COLON] = ACTIONS(3454), + [anon_sym_DASH_GT] = ACTIONS(3454), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3452), + [anon_sym_override] = ACTIONS(3452), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_noexcept] = ACTIONS(3452), + [anon_sym_throw] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), + }, + [1411] = { + [sym_identifier] = ACTIONS(3607), + [anon_sym_COMMA] = ACTIONS(3609), + [anon_sym_LPAREN2] = ACTIONS(3609), + [anon_sym_STAR] = ACTIONS(3609), + [anon_sym_AMP_AMP] = ACTIONS(3609), + [anon_sym_AMP] = ACTIONS(3607), + [anon_sym_SEMI] = ACTIONS(3609), + [anon_sym_extern] = ACTIONS(3607), + [anon_sym___attribute__] = ACTIONS(3607), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3609), + [anon_sym___declspec] = ACTIONS(3607), + [anon_sym___based] = ACTIONS(3607), + [anon_sym_LBRACE] = ACTIONS(3609), + [anon_sym_LBRACK] = ACTIONS(3607), + [anon_sym_EQ] = ACTIONS(3609), + [anon_sym_static] = ACTIONS(3607), + [anon_sym_register] = ACTIONS(3607), + [anon_sym_inline] = ACTIONS(3607), + [anon_sym_thread_local] = ACTIONS(3607), + [anon_sym_const] = ACTIONS(3607), + [anon_sym_volatile] = ACTIONS(3607), + [anon_sym_restrict] = ACTIONS(3607), + [anon_sym__Atomic] = ACTIONS(3607), + [anon_sym_mutable] = ACTIONS(3607), + [anon_sym_constexpr] = ACTIONS(3607), + [anon_sym_COLON] = ACTIONS(3609), + [anon_sym_DASH_GT] = ACTIONS(3609), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3607), + [anon_sym_override] = ACTIONS(3607), + [anon_sym_virtual] = ACTIONS(3607), + [anon_sym_operator] = ACTIONS(3607), + [anon_sym_noexcept] = ACTIONS(3607), + [anon_sym_throw] = ACTIONS(3607), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3607), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3607), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3607), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3607), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3607), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3607), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3607), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3607), + [anon_sym_MOZ_COLD] = ACTIONS(3607), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3607), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3607), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3607), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3607), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3607), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3607), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3607), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3607), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3607), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3607), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3607), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3607), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3607), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3607), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3607), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3607), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3607), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3607), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3607), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3607), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3607), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_NONNULL] = ACTIONS(3607), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3607), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3607), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3607), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3607), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3607), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_NORETURN] = ACTIONS(3607), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3607), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3607), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3607), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3607), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3607), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3607), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3607), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3607), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3607), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3607), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3607), + [anon_sym_MOZ_RAII] = ACTIONS(3607), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3607), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3607), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3607), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3607), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3607), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3607), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3607), + }, + [1412] = { + [sym_identifier] = ACTIONS(3603), + [anon_sym_COMMA] = ACTIONS(3605), + [anon_sym_LPAREN2] = ACTIONS(3605), + [anon_sym_STAR] = ACTIONS(3605), + [anon_sym_AMP_AMP] = ACTIONS(3605), + [anon_sym_AMP] = ACTIONS(3603), + [anon_sym_SEMI] = ACTIONS(3605), + [anon_sym_extern] = ACTIONS(3603), + [anon_sym___attribute__] = ACTIONS(3603), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3605), + [anon_sym___declspec] = ACTIONS(3603), + [anon_sym___based] = ACTIONS(3603), + [anon_sym_LBRACE] = ACTIONS(3605), + [anon_sym_LBRACK] = ACTIONS(3603), + [anon_sym_EQ] = ACTIONS(3605), + [anon_sym_static] = ACTIONS(3603), + [anon_sym_register] = ACTIONS(3603), + [anon_sym_inline] = ACTIONS(3603), + [anon_sym_thread_local] = ACTIONS(3603), + [anon_sym_const] = ACTIONS(3603), + [anon_sym_volatile] = ACTIONS(3603), + [anon_sym_restrict] = ACTIONS(3603), + [anon_sym__Atomic] = ACTIONS(3603), + [anon_sym_mutable] = ACTIONS(3603), + [anon_sym_constexpr] = ACTIONS(3603), + [anon_sym_COLON] = ACTIONS(3605), + [anon_sym_DASH_GT] = ACTIONS(3605), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3603), + [anon_sym_override] = ACTIONS(3603), + [anon_sym_virtual] = ACTIONS(3603), + [anon_sym_operator] = ACTIONS(3603), + [anon_sym_noexcept] = ACTIONS(3603), + [anon_sym_throw] = ACTIONS(3603), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3603), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3603), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3603), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3603), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3603), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3603), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3603), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3603), + [anon_sym_MOZ_COLD] = ACTIONS(3603), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3603), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3603), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3603), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3603), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3603), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3603), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3603), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3603), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3603), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3603), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3603), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3603), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3603), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3603), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3603), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3603), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3603), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3603), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3603), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3603), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3603), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_NONNULL] = ACTIONS(3603), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3603), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3603), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3603), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3603), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3603), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_NORETURN] = ACTIONS(3603), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3603), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3603), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3603), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3603), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3603), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3603), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3603), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3603), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3603), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3603), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3603), + [anon_sym_MOZ_RAII] = ACTIONS(3603), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3603), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3603), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3603), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3603), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3603), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3603), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3603), + }, + [1413] = { + [sym_identifier] = ACTIONS(3583), + [anon_sym_COMMA] = ACTIONS(3585), + [anon_sym_LPAREN2] = ACTIONS(3585), + [anon_sym_STAR] = ACTIONS(3585), + [anon_sym_AMP_AMP] = ACTIONS(3585), + [anon_sym_AMP] = ACTIONS(3583), + [anon_sym_SEMI] = ACTIONS(3585), + [anon_sym_extern] = ACTIONS(3583), + [anon_sym___attribute__] = ACTIONS(3583), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3585), + [anon_sym___declspec] = ACTIONS(3583), + [anon_sym___based] = ACTIONS(3583), + [anon_sym_LBRACE] = ACTIONS(3585), + [anon_sym_LBRACK] = ACTIONS(3583), + [anon_sym_EQ] = ACTIONS(3585), + [anon_sym_static] = ACTIONS(3583), + [anon_sym_register] = ACTIONS(3583), + [anon_sym_inline] = ACTIONS(3583), + [anon_sym_thread_local] = ACTIONS(3583), + [anon_sym_const] = ACTIONS(3583), + [anon_sym_volatile] = ACTIONS(3583), + [anon_sym_restrict] = ACTIONS(3583), + [anon_sym__Atomic] = ACTIONS(3583), + [anon_sym_mutable] = ACTIONS(3583), + [anon_sym_constexpr] = ACTIONS(3583), + [anon_sym_COLON] = ACTIONS(3585), + [anon_sym_DASH_GT] = ACTIONS(3585), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3583), + [anon_sym_override] = ACTIONS(3583), + [anon_sym_virtual] = ACTIONS(3583), + [anon_sym_operator] = ACTIONS(3583), + [anon_sym_noexcept] = ACTIONS(3583), + [anon_sym_throw] = ACTIONS(3583), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3583), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3583), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3583), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3583), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3583), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3583), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3583), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3583), + [anon_sym_MOZ_COLD] = ACTIONS(3583), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3583), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3583), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3583), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3583), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3583), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3583), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3583), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3583), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3583), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3583), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3583), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3583), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3583), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3583), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3583), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3583), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3583), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3583), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3583), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3583), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3583), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_NONNULL] = ACTIONS(3583), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3583), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3583), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3583), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3583), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3583), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_NORETURN] = ACTIONS(3583), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3583), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3583), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3583), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3583), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3583), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3583), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3583), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3583), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3583), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3583), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3583), + [anon_sym_MOZ_RAII] = ACTIONS(3583), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3583), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3583), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3583), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3583), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3583), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3583), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3583), + }, + [1414] = { + [sym_identifier] = ACTIONS(3150), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_LPAREN2] = ACTIONS(3152), + [anon_sym_STAR] = ACTIONS(3152), + [anon_sym_AMP_AMP] = ACTIONS(3152), + [anon_sym_AMP] = ACTIONS(3150), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_extern] = ACTIONS(3150), + [anon_sym___attribute__] = ACTIONS(3150), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), + [anon_sym___declspec] = ACTIONS(3150), + [anon_sym___based] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_EQ] = ACTIONS(3152), + [anon_sym_static] = ACTIONS(3150), + [anon_sym_register] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_thread_local] = ACTIONS(3150), + [anon_sym_const] = ACTIONS(3150), + [anon_sym_volatile] = ACTIONS(3150), + [anon_sym_restrict] = ACTIONS(3150), + [anon_sym__Atomic] = ACTIONS(3150), + [anon_sym_mutable] = ACTIONS(3150), + [anon_sym_constexpr] = ACTIONS(3150), + [anon_sym_COLON] = ACTIONS(3152), + [anon_sym_DASH_GT] = ACTIONS(3152), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_virtual] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_noexcept] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3150), + [anon_sym_MOZ_COLD] = ACTIONS(3150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_NONNULL] = ACTIONS(3150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3150), + [anon_sym_MOZ_RAII] = ACTIONS(3150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3150), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3150), + }, + [1415] = { + [sym_identifier] = ACTIONS(3154), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_LPAREN2] = ACTIONS(3156), + [anon_sym_STAR] = ACTIONS(3156), + [anon_sym_AMP_AMP] = ACTIONS(3156), + [anon_sym_AMP] = ACTIONS(3154), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_extern] = ACTIONS(3154), + [anon_sym___attribute__] = ACTIONS(3154), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), + [anon_sym___declspec] = ACTIONS(3154), + [anon_sym___based] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_EQ] = ACTIONS(3156), + [anon_sym_static] = ACTIONS(3154), + [anon_sym_register] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_thread_local] = ACTIONS(3154), + [anon_sym_const] = ACTIONS(3154), + [anon_sym_volatile] = ACTIONS(3154), + [anon_sym_restrict] = ACTIONS(3154), + [anon_sym__Atomic] = ACTIONS(3154), + [anon_sym_mutable] = ACTIONS(3154), + [anon_sym_constexpr] = ACTIONS(3154), + [anon_sym_COLON] = ACTIONS(3156), + [anon_sym_DASH_GT] = ACTIONS(3156), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_virtual] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_noexcept] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3154), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3154), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3154), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3154), + [anon_sym_MOZ_COLD] = ACTIONS(3154), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3154), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3154), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3154), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3154), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3154), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3154), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3154), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3154), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3154), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3154), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3154), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3154), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3154), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_NONNULL] = ACTIONS(3154), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3154), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3154), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3154), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3154), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3154), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3154), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3154), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3154), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3154), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3154), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3154), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3154), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3154), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3154), + [anon_sym_MOZ_RAII] = ACTIONS(3154), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3154), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3154), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3154), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3154), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3154), + }, + [1416] = { + [sym_identifier] = ACTIONS(3599), + [anon_sym_COMMA] = ACTIONS(3601), + [anon_sym_LPAREN2] = ACTIONS(3601), + [anon_sym_STAR] = ACTIONS(3601), + [anon_sym_AMP_AMP] = ACTIONS(3601), + [anon_sym_AMP] = ACTIONS(3599), + [anon_sym_SEMI] = ACTIONS(3601), + [anon_sym_extern] = ACTIONS(3599), + [anon_sym___attribute__] = ACTIONS(3599), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3601), + [anon_sym___declspec] = ACTIONS(3599), + [anon_sym___based] = ACTIONS(3599), + [anon_sym_LBRACE] = ACTIONS(3601), + [anon_sym_LBRACK] = ACTIONS(3599), + [anon_sym_EQ] = ACTIONS(3601), + [anon_sym_static] = ACTIONS(3599), + [anon_sym_register] = ACTIONS(3599), + [anon_sym_inline] = ACTIONS(3599), + [anon_sym_thread_local] = ACTIONS(3599), + [anon_sym_const] = ACTIONS(3599), + [anon_sym_volatile] = ACTIONS(3599), + [anon_sym_restrict] = ACTIONS(3599), + [anon_sym__Atomic] = ACTIONS(3599), + [anon_sym_mutable] = ACTIONS(3599), + [anon_sym_constexpr] = ACTIONS(3599), + [anon_sym_COLON] = ACTIONS(3601), + [anon_sym_DASH_GT] = ACTIONS(3601), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3599), + [anon_sym_override] = ACTIONS(3599), + [anon_sym_virtual] = ACTIONS(3599), + [anon_sym_operator] = ACTIONS(3599), + [anon_sym_noexcept] = ACTIONS(3599), + [anon_sym_throw] = ACTIONS(3599), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3599), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3599), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3599), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3599), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3599), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3599), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3599), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3599), + [anon_sym_MOZ_COLD] = ACTIONS(3599), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3599), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3599), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3599), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3599), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3599), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3599), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3599), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3599), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3599), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3599), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3599), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3599), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3599), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3599), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3599), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3599), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3599), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3599), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3599), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3599), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3599), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_NONNULL] = ACTIONS(3599), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3599), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3599), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3599), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3599), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3599), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_NORETURN] = ACTIONS(3599), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3599), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3599), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3599), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3599), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3599), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3599), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3599), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3599), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3599), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3599), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3599), + [anon_sym_MOZ_RAII] = ACTIONS(3599), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3599), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3599), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3599), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3599), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3599), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3599), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3599), + }, + [1417] = { + [sym_identifier] = ACTIONS(3587), + [anon_sym_COMMA] = ACTIONS(3589), + [anon_sym_LPAREN2] = ACTIONS(3589), + [anon_sym_STAR] = ACTIONS(3589), + [anon_sym_AMP_AMP] = ACTIONS(3589), + [anon_sym_AMP] = ACTIONS(3587), + [anon_sym_SEMI] = ACTIONS(3589), + [anon_sym_extern] = ACTIONS(3587), + [anon_sym___attribute__] = ACTIONS(3587), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3589), + [anon_sym___declspec] = ACTIONS(3587), + [anon_sym___based] = ACTIONS(3587), + [anon_sym_LBRACE] = ACTIONS(3589), + [anon_sym_LBRACK] = ACTIONS(3587), + [anon_sym_EQ] = ACTIONS(3589), + [anon_sym_static] = ACTIONS(3587), + [anon_sym_register] = ACTIONS(3587), + [anon_sym_inline] = ACTIONS(3587), + [anon_sym_thread_local] = ACTIONS(3587), + [anon_sym_const] = ACTIONS(3587), + [anon_sym_volatile] = ACTIONS(3587), + [anon_sym_restrict] = ACTIONS(3587), + [anon_sym__Atomic] = ACTIONS(3587), + [anon_sym_mutable] = ACTIONS(3587), + [anon_sym_constexpr] = ACTIONS(3587), + [anon_sym_COLON] = ACTIONS(3589), + [anon_sym_DASH_GT] = ACTIONS(3589), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3587), + [anon_sym_override] = ACTIONS(3587), + [anon_sym_virtual] = ACTIONS(3587), + [anon_sym_operator] = ACTIONS(3587), + [anon_sym_noexcept] = ACTIONS(3587), + [anon_sym_throw] = ACTIONS(3587), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3587), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3587), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3587), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3587), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3587), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3587), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3587), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3587), + [anon_sym_MOZ_COLD] = ACTIONS(3587), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3587), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3587), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3587), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3587), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3587), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3587), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3587), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3587), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3587), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3587), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3587), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3587), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3587), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3587), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3587), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3587), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3587), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3587), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3587), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3587), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3587), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_NONNULL] = ACTIONS(3587), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3587), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3587), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3587), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3587), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3587), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_NORETURN] = ACTIONS(3587), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3587), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3587), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3587), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3587), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3587), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3587), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3587), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3587), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3587), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3587), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3587), + [anon_sym_MOZ_RAII] = ACTIONS(3587), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3587), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3587), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3587), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3587), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3587), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3587), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3587), + }, + [1418] = { + [sym_identifier] = ACTIONS(3575), + [anon_sym_COMMA] = ACTIONS(3577), + [anon_sym_LPAREN2] = ACTIONS(3577), + [anon_sym_STAR] = ACTIONS(3577), + [anon_sym_AMP_AMP] = ACTIONS(3577), + [anon_sym_AMP] = ACTIONS(3575), + [anon_sym_SEMI] = ACTIONS(3577), + [anon_sym_extern] = ACTIONS(3575), + [anon_sym___attribute__] = ACTIONS(3575), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3577), + [anon_sym___declspec] = ACTIONS(3575), + [anon_sym___based] = ACTIONS(3575), + [anon_sym_LBRACE] = ACTIONS(3577), + [anon_sym_LBRACK] = ACTIONS(3575), + [anon_sym_EQ] = ACTIONS(3577), + [anon_sym_static] = ACTIONS(3575), + [anon_sym_register] = ACTIONS(3575), + [anon_sym_inline] = ACTIONS(3575), + [anon_sym_thread_local] = ACTIONS(3575), + [anon_sym_const] = ACTIONS(3575), + [anon_sym_volatile] = ACTIONS(3575), + [anon_sym_restrict] = ACTIONS(3575), + [anon_sym__Atomic] = ACTIONS(3575), + [anon_sym_mutable] = ACTIONS(3575), + [anon_sym_constexpr] = ACTIONS(3575), + [anon_sym_COLON] = ACTIONS(3577), + [anon_sym_DASH_GT] = ACTIONS(3577), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3575), + [anon_sym_override] = ACTIONS(3575), + [anon_sym_virtual] = ACTIONS(3575), + [anon_sym_operator] = ACTIONS(3575), + [anon_sym_noexcept] = ACTIONS(3575), + [anon_sym_throw] = ACTIONS(3575), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3575), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3575), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3575), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3575), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3575), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3575), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3575), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3575), + [anon_sym_MOZ_COLD] = ACTIONS(3575), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3575), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3575), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3575), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3575), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3575), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3575), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3575), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3575), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3575), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3575), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3575), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3575), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3575), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3575), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3575), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3575), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3575), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3575), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3575), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3575), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3575), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_NONNULL] = ACTIONS(3575), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3575), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3575), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3575), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3575), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3575), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_NORETURN] = ACTIONS(3575), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3575), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3575), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3575), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3575), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3575), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3575), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3575), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3575), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3575), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3575), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3575), + [anon_sym_MOZ_RAII] = ACTIONS(3575), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3575), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3575), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3575), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3575), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3575), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3575), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3575), + }, + [1419] = { + [sym_identifier] = ACTIONS(3661), + [anon_sym_COMMA] = ACTIONS(3663), + [anon_sym_LPAREN2] = ACTIONS(3663), + [anon_sym_STAR] = ACTIONS(3663), + [anon_sym_AMP_AMP] = ACTIONS(3663), + [anon_sym_AMP] = ACTIONS(3661), + [anon_sym_SEMI] = ACTIONS(3663), + [anon_sym_extern] = ACTIONS(3661), + [anon_sym___attribute__] = ACTIONS(3661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3663), + [anon_sym___declspec] = ACTIONS(3661), + [anon_sym___based] = ACTIONS(3661), + [anon_sym_LBRACE] = ACTIONS(3663), + [anon_sym_LBRACK] = ACTIONS(3661), + [anon_sym_EQ] = ACTIONS(3663), + [anon_sym_static] = ACTIONS(3661), + [anon_sym_register] = ACTIONS(3661), + [anon_sym_inline] = ACTIONS(3661), + [anon_sym_thread_local] = ACTIONS(3661), + [anon_sym_const] = ACTIONS(3661), + [anon_sym_volatile] = ACTIONS(3661), + [anon_sym_restrict] = ACTIONS(3661), + [anon_sym__Atomic] = ACTIONS(3661), + [anon_sym_mutable] = ACTIONS(3661), + [anon_sym_constexpr] = ACTIONS(3661), + [anon_sym_COLON] = ACTIONS(3663), + [anon_sym_DASH_GT] = ACTIONS(3663), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3661), + [anon_sym_override] = ACTIONS(3661), + [anon_sym_virtual] = ACTIONS(3661), + [anon_sym_operator] = ACTIONS(3661), + [anon_sym_noexcept] = ACTIONS(3661), + [anon_sym_throw] = ACTIONS(3661), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3661), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3661), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3661), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3661), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3661), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3661), + [anon_sym_MOZ_COLD] = ACTIONS(3661), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3661), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3661), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3661), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3661), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3661), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3661), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3661), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3661), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3661), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3661), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3661), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3661), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3661), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3661), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3661), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3661), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3661), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3661), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3661), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_NONNULL] = ACTIONS(3661), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3661), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3661), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3661), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3661), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3661), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_NORETURN] = ACTIONS(3661), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3661), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3661), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3661), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3661), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3661), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3661), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3661), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3661), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3661), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3661), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3661), + [anon_sym_MOZ_RAII] = ACTIONS(3661), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3661), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3661), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3661), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3661), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3661), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3661), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3661), + }, + [1420] = { + [sym_identifier] = ACTIONS(3641), + [anon_sym_COMMA] = ACTIONS(3643), + [anon_sym_LPAREN2] = ACTIONS(3643), + [anon_sym_STAR] = ACTIONS(3643), + [anon_sym_AMP_AMP] = ACTIONS(3643), + [anon_sym_AMP] = ACTIONS(3641), + [anon_sym_SEMI] = ACTIONS(3643), + [anon_sym_extern] = ACTIONS(3641), + [anon_sym___attribute__] = ACTIONS(3641), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3643), + [anon_sym___declspec] = ACTIONS(3641), + [anon_sym___based] = ACTIONS(3641), + [anon_sym_LBRACE] = ACTIONS(3643), + [anon_sym_LBRACK] = ACTIONS(3641), + [anon_sym_EQ] = ACTIONS(3643), + [anon_sym_static] = ACTIONS(3641), + [anon_sym_register] = ACTIONS(3641), + [anon_sym_inline] = ACTIONS(3641), + [anon_sym_thread_local] = ACTIONS(3641), + [anon_sym_const] = ACTIONS(3641), + [anon_sym_volatile] = ACTIONS(3641), + [anon_sym_restrict] = ACTIONS(3641), + [anon_sym__Atomic] = ACTIONS(3641), + [anon_sym_mutable] = ACTIONS(3641), + [anon_sym_constexpr] = ACTIONS(3641), + [anon_sym_COLON] = ACTIONS(3643), + [anon_sym_DASH_GT] = ACTIONS(3643), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3641), + [anon_sym_override] = ACTIONS(3641), + [anon_sym_virtual] = ACTIONS(3641), + [anon_sym_operator] = ACTIONS(3641), + [anon_sym_noexcept] = ACTIONS(3641), + [anon_sym_throw] = ACTIONS(3641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3641), + [anon_sym_MOZ_COLD] = ACTIONS(3641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_NONNULL] = ACTIONS(3641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_NORETURN] = ACTIONS(3641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3641), + [anon_sym_MOZ_RAII] = ACTIONS(3641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3641), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3641), + }, + [1421] = { + [sym_identifier] = ACTIONS(3633), + [anon_sym_COMMA] = ACTIONS(3635), + [anon_sym_LPAREN2] = ACTIONS(3635), + [anon_sym_STAR] = ACTIONS(3635), + [anon_sym_AMP_AMP] = ACTIONS(3635), + [anon_sym_AMP] = ACTIONS(3633), + [anon_sym_SEMI] = ACTIONS(3635), + [anon_sym_extern] = ACTIONS(3633), + [anon_sym___attribute__] = ACTIONS(3633), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3635), + [anon_sym___declspec] = ACTIONS(3633), + [anon_sym___based] = ACTIONS(3633), + [anon_sym_LBRACE] = ACTIONS(3635), + [anon_sym_LBRACK] = ACTIONS(3633), + [anon_sym_EQ] = ACTIONS(3635), + [anon_sym_static] = ACTIONS(3633), + [anon_sym_register] = ACTIONS(3633), + [anon_sym_inline] = ACTIONS(3633), + [anon_sym_thread_local] = ACTIONS(3633), + [anon_sym_const] = ACTIONS(3633), + [anon_sym_volatile] = ACTIONS(3633), + [anon_sym_restrict] = ACTIONS(3633), + [anon_sym__Atomic] = ACTIONS(3633), + [anon_sym_mutable] = ACTIONS(3633), + [anon_sym_constexpr] = ACTIONS(3633), + [anon_sym_COLON] = ACTIONS(3635), + [anon_sym_DASH_GT] = ACTIONS(3635), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3633), + [anon_sym_override] = ACTIONS(3633), + [anon_sym_virtual] = ACTIONS(3633), + [anon_sym_operator] = ACTIONS(3633), + [anon_sym_noexcept] = ACTIONS(3633), + [anon_sym_throw] = ACTIONS(3633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3633), + [anon_sym_MOZ_COLD] = ACTIONS(3633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_NONNULL] = ACTIONS(3633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_NORETURN] = ACTIONS(3633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3633), + [anon_sym_MOZ_RAII] = ACTIONS(3633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3633), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3633), + }, + [1422] = { + [sym_identifier] = ACTIONS(3627), + [anon_sym_COMMA] = ACTIONS(3629), + [anon_sym_LPAREN2] = ACTIONS(3629), + [anon_sym_STAR] = ACTIONS(3629), + [anon_sym_AMP_AMP] = ACTIONS(3629), + [anon_sym_AMP] = ACTIONS(3627), + [anon_sym_SEMI] = ACTIONS(3629), + [anon_sym_extern] = ACTIONS(3627), + [anon_sym___attribute__] = ACTIONS(3627), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3629), + [anon_sym___declspec] = ACTIONS(3627), + [anon_sym___based] = ACTIONS(3627), + [anon_sym_LBRACE] = ACTIONS(3629), + [anon_sym_LBRACK] = ACTIONS(3627), + [anon_sym_EQ] = ACTIONS(3629), + [anon_sym_static] = ACTIONS(3627), + [anon_sym_register] = ACTIONS(3627), + [anon_sym_inline] = ACTIONS(3627), + [anon_sym_thread_local] = ACTIONS(3627), + [anon_sym_const] = ACTIONS(3627), + [anon_sym_volatile] = ACTIONS(3627), + [anon_sym_restrict] = ACTIONS(3627), + [anon_sym__Atomic] = ACTIONS(3627), + [anon_sym_mutable] = ACTIONS(3627), + [anon_sym_constexpr] = ACTIONS(3627), + [anon_sym_COLON] = ACTIONS(3629), + [anon_sym_DASH_GT] = ACTIONS(3629), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3627), + [anon_sym_override] = ACTIONS(3627), + [anon_sym_virtual] = ACTIONS(3627), + [anon_sym_operator] = ACTIONS(3627), + [anon_sym_noexcept] = ACTIONS(3627), + [anon_sym_throw] = ACTIONS(3627), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3627), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3627), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3627), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3627), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3627), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3627), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3627), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3627), + [anon_sym_MOZ_COLD] = ACTIONS(3627), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3627), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3627), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3627), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3627), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3627), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3627), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3627), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3627), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3627), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3627), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3627), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3627), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3627), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3627), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3627), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3627), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3627), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3627), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3627), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3627), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3627), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_NONNULL] = ACTIONS(3627), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3627), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3627), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3627), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3627), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3627), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_NORETURN] = ACTIONS(3627), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3627), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3627), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3627), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3627), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3627), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3627), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3627), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3627), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3627), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3627), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3627), + [anon_sym_MOZ_RAII] = ACTIONS(3627), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3627), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3627), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3627), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3627), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3627), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3627), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3627), + }, + [1423] = { + [sym_identifier] = ACTIONS(3689), + [anon_sym_COMMA] = ACTIONS(3691), + [anon_sym_LPAREN2] = ACTIONS(3691), + [anon_sym_STAR] = ACTIONS(3691), + [anon_sym_AMP_AMP] = ACTIONS(3691), + [anon_sym_AMP] = ACTIONS(3689), + [anon_sym_SEMI] = ACTIONS(3691), + [anon_sym_extern] = ACTIONS(3689), + [anon_sym___attribute__] = ACTIONS(3689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3691), + [anon_sym___declspec] = ACTIONS(3689), + [anon_sym___based] = ACTIONS(3689), + [anon_sym_LBRACE] = ACTIONS(3691), + [anon_sym_LBRACK] = ACTIONS(3689), + [anon_sym_EQ] = ACTIONS(3691), + [anon_sym_static] = ACTIONS(3689), + [anon_sym_register] = ACTIONS(3689), + [anon_sym_inline] = ACTIONS(3689), + [anon_sym_thread_local] = ACTIONS(3689), + [anon_sym_const] = ACTIONS(3689), + [anon_sym_volatile] = ACTIONS(3689), + [anon_sym_restrict] = ACTIONS(3689), + [anon_sym__Atomic] = ACTIONS(3689), + [anon_sym_mutable] = ACTIONS(3689), + [anon_sym_constexpr] = ACTIONS(3689), + [anon_sym_COLON] = ACTIONS(3691), + [anon_sym_DASH_GT] = ACTIONS(3691), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3689), + [anon_sym_override] = ACTIONS(3689), + [anon_sym_virtual] = ACTIONS(3689), + [anon_sym_operator] = ACTIONS(3689), + [anon_sym_noexcept] = ACTIONS(3689), + [anon_sym_throw] = ACTIONS(3689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3689), + [anon_sym_MOZ_COLD] = ACTIONS(3689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_NONNULL] = ACTIONS(3689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_NORETURN] = ACTIONS(3689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3689), + [anon_sym_MOZ_RAII] = ACTIONS(3689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3689), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3689), + }, + [1424] = { + [sym_identifier] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_LPAREN2] = ACTIONS(3160), + [anon_sym_STAR] = ACTIONS(3160), + [anon_sym_AMP_AMP] = ACTIONS(3160), + [anon_sym_AMP] = ACTIONS(3158), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_extern] = ACTIONS(3158), + [anon_sym___attribute__] = ACTIONS(3158), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), + [anon_sym___declspec] = ACTIONS(3158), + [anon_sym___based] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(3160), + [anon_sym_LBRACK] = ACTIONS(3158), + [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_static] = ACTIONS(3158), + [anon_sym_register] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_thread_local] = ACTIONS(3158), + [anon_sym_const] = ACTIONS(3158), + [anon_sym_volatile] = ACTIONS(3158), + [anon_sym_restrict] = ACTIONS(3158), + [anon_sym__Atomic] = ACTIONS(3158), + [anon_sym_mutable] = ACTIONS(3158), + [anon_sym_constexpr] = ACTIONS(3158), + [anon_sym_COLON] = ACTIONS(3160), + [anon_sym_DASH_GT] = ACTIONS(3160), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_virtual] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_noexcept] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3158), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3158), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3158), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3158), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3158), + [anon_sym_MOZ_COLD] = ACTIONS(3158), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3158), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3158), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3158), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3158), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3158), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3158), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3158), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3158), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3158), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3158), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3158), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3158), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3158), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3158), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3158), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3158), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_NONNULL] = ACTIONS(3158), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3158), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3158), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3158), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3158), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_NORETURN] = ACTIONS(3158), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3158), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3158), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3158), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3158), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3158), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3158), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3158), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3158), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3158), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3158), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3158), + [anon_sym_MOZ_RAII] = ACTIONS(3158), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3158), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3158), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3158), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3158), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3158), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3158), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3158), + }, + [1425] = { + [sym_identifier] = ACTIONS(3681), + [anon_sym_COMMA] = ACTIONS(3683), + [anon_sym_LPAREN2] = ACTIONS(3683), + [anon_sym_STAR] = ACTIONS(3683), + [anon_sym_AMP_AMP] = ACTIONS(3683), + [anon_sym_AMP] = ACTIONS(3681), + [anon_sym_SEMI] = ACTIONS(3683), + [anon_sym_extern] = ACTIONS(3681), + [anon_sym___attribute__] = ACTIONS(3681), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3683), + [anon_sym___declspec] = ACTIONS(3681), + [anon_sym___based] = ACTIONS(3681), + [anon_sym_LBRACE] = ACTIONS(3683), + [anon_sym_LBRACK] = ACTIONS(3681), + [anon_sym_EQ] = ACTIONS(3683), + [anon_sym_static] = ACTIONS(3681), + [anon_sym_register] = ACTIONS(3681), + [anon_sym_inline] = ACTIONS(3681), + [anon_sym_thread_local] = ACTIONS(3681), + [anon_sym_const] = ACTIONS(3681), + [anon_sym_volatile] = ACTIONS(3681), + [anon_sym_restrict] = ACTIONS(3681), + [anon_sym__Atomic] = ACTIONS(3681), + [anon_sym_mutable] = ACTIONS(3681), + [anon_sym_constexpr] = ACTIONS(3681), + [anon_sym_COLON] = ACTIONS(3683), + [anon_sym_DASH_GT] = ACTIONS(3683), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3681), + [anon_sym_override] = ACTIONS(3681), + [anon_sym_virtual] = ACTIONS(3681), + [anon_sym_operator] = ACTIONS(3681), + [anon_sym_noexcept] = ACTIONS(3681), + [anon_sym_throw] = ACTIONS(3681), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3681), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3681), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3681), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3681), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3681), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3681), + [anon_sym_MOZ_COLD] = ACTIONS(3681), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3681), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3681), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3681), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3681), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3681), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3681), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3681), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3681), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3681), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3681), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3681), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3681), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3681), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3681), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3681), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3681), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3681), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3681), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3681), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_NONNULL] = ACTIONS(3681), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3681), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3681), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3681), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3681), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3681), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_NORETURN] = ACTIONS(3681), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3681), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3681), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3681), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3681), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3681), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3681), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3681), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3681), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3681), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3681), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3681), + [anon_sym_MOZ_RAII] = ACTIONS(3681), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3681), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3681), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3681), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3681), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3681), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3681), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3681), + }, + [1426] = { + [sym_identifier] = ACTIONS(3673), + [anon_sym_COMMA] = ACTIONS(3675), + [anon_sym_LPAREN2] = ACTIONS(3675), + [anon_sym_STAR] = ACTIONS(3675), + [anon_sym_AMP_AMP] = ACTIONS(3675), + [anon_sym_AMP] = ACTIONS(3673), + [anon_sym_SEMI] = ACTIONS(3675), + [anon_sym_extern] = ACTIONS(3673), + [anon_sym___attribute__] = ACTIONS(3673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3675), + [anon_sym___declspec] = ACTIONS(3673), + [anon_sym___based] = ACTIONS(3673), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_LBRACK] = ACTIONS(3673), + [anon_sym_EQ] = ACTIONS(3675), + [anon_sym_static] = ACTIONS(3673), + [anon_sym_register] = ACTIONS(3673), + [anon_sym_inline] = ACTIONS(3673), + [anon_sym_thread_local] = ACTIONS(3673), + [anon_sym_const] = ACTIONS(3673), + [anon_sym_volatile] = ACTIONS(3673), + [anon_sym_restrict] = ACTIONS(3673), + [anon_sym__Atomic] = ACTIONS(3673), + [anon_sym_mutable] = ACTIONS(3673), + [anon_sym_constexpr] = ACTIONS(3673), + [anon_sym_COLON] = ACTIONS(3675), + [anon_sym_DASH_GT] = ACTIONS(3675), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3673), + [anon_sym_override] = ACTIONS(3673), + [anon_sym_virtual] = ACTIONS(3673), + [anon_sym_operator] = ACTIONS(3673), + [anon_sym_noexcept] = ACTIONS(3673), + [anon_sym_throw] = ACTIONS(3673), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3673), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3673), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3673), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3673), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3673), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3673), + [anon_sym_MOZ_COLD] = ACTIONS(3673), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3673), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3673), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3673), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3673), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3673), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3673), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3673), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3673), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3673), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3673), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3673), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3673), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3673), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3673), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3673), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3673), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3673), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3673), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3673), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_NONNULL] = ACTIONS(3673), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3673), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3673), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3673), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3673), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3673), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_NORETURN] = ACTIONS(3673), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3673), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3673), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3673), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3673), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3673), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3673), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3673), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3673), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3673), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3673), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3673), + [anon_sym_MOZ_RAII] = ACTIONS(3673), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3673), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3673), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3673), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3673), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3673), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3673), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3673), + }, + [1427] = { + [sym_identifier] = ACTIONS(3637), + [anon_sym_COMMA] = ACTIONS(3639), + [anon_sym_LPAREN2] = ACTIONS(3639), + [anon_sym_STAR] = ACTIONS(3639), + [anon_sym_AMP_AMP] = ACTIONS(3639), + [anon_sym_AMP] = ACTIONS(3637), + [anon_sym_SEMI] = ACTIONS(3639), + [anon_sym_extern] = ACTIONS(3637), + [anon_sym___attribute__] = ACTIONS(3637), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3639), + [anon_sym___declspec] = ACTIONS(3637), + [anon_sym___based] = ACTIONS(3637), + [anon_sym_LBRACE] = ACTIONS(3639), + [anon_sym_LBRACK] = ACTIONS(3637), + [anon_sym_EQ] = ACTIONS(3639), + [anon_sym_static] = ACTIONS(3637), + [anon_sym_register] = ACTIONS(3637), + [anon_sym_inline] = ACTIONS(3637), + [anon_sym_thread_local] = ACTIONS(3637), + [anon_sym_const] = ACTIONS(3637), + [anon_sym_volatile] = ACTIONS(3637), + [anon_sym_restrict] = ACTIONS(3637), + [anon_sym__Atomic] = ACTIONS(3637), + [anon_sym_mutable] = ACTIONS(3637), + [anon_sym_constexpr] = ACTIONS(3637), + [anon_sym_COLON] = ACTIONS(3639), + [anon_sym_DASH_GT] = ACTIONS(3639), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3637), + [anon_sym_override] = ACTIONS(3637), + [anon_sym_virtual] = ACTIONS(3637), + [anon_sym_operator] = ACTIONS(3637), + [anon_sym_noexcept] = ACTIONS(3637), + [anon_sym_throw] = ACTIONS(3637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3637), + [anon_sym_MOZ_COLD] = ACTIONS(3637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_NONNULL] = ACTIONS(3637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_NORETURN] = ACTIONS(3637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3637), + [anon_sym_MOZ_RAII] = ACTIONS(3637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3637), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3637), + }, + [1428] = { + [sym_identifier] = ACTIONS(3579), + [anon_sym_COMMA] = ACTIONS(3581), + [anon_sym_LPAREN2] = ACTIONS(3581), + [anon_sym_STAR] = ACTIONS(3581), + [anon_sym_AMP_AMP] = ACTIONS(3581), + [anon_sym_AMP] = ACTIONS(3579), + [anon_sym_SEMI] = ACTIONS(3581), + [anon_sym_extern] = ACTIONS(3579), + [anon_sym___attribute__] = ACTIONS(3579), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3581), + [anon_sym___declspec] = ACTIONS(3579), + [anon_sym___based] = ACTIONS(3579), + [anon_sym_LBRACE] = ACTIONS(3581), + [anon_sym_LBRACK] = ACTIONS(3579), + [anon_sym_EQ] = ACTIONS(3581), + [anon_sym_static] = ACTIONS(3579), + [anon_sym_register] = ACTIONS(3579), + [anon_sym_inline] = ACTIONS(3579), + [anon_sym_thread_local] = ACTIONS(3579), + [anon_sym_const] = ACTIONS(3579), + [anon_sym_volatile] = ACTIONS(3579), + [anon_sym_restrict] = ACTIONS(3579), + [anon_sym__Atomic] = ACTIONS(3579), + [anon_sym_mutable] = ACTIONS(3579), + [anon_sym_constexpr] = ACTIONS(3579), + [anon_sym_COLON] = ACTIONS(3581), + [anon_sym_DASH_GT] = ACTIONS(3581), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3579), + [anon_sym_override] = ACTIONS(3579), + [anon_sym_virtual] = ACTIONS(3579), + [anon_sym_operator] = ACTIONS(3579), + [anon_sym_noexcept] = ACTIONS(3579), + [anon_sym_throw] = ACTIONS(3579), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3579), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3579), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3579), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3579), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3579), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3579), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3579), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3579), + [anon_sym_MOZ_COLD] = ACTIONS(3579), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3579), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3579), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3579), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3579), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3579), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3579), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3579), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3579), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3579), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3579), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3579), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3579), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3579), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3579), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3579), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3579), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3579), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3579), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3579), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3579), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3579), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_NONNULL] = ACTIONS(3579), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3579), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3579), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3579), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3579), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3579), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_NORETURN] = ACTIONS(3579), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3579), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3579), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3579), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3579), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3579), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3579), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3579), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3579), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3579), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3579), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3579), + [anon_sym_MOZ_RAII] = ACTIONS(3579), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3579), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3579), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3579), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3579), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3579), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3579), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3579), + }, + [1429] = { + [sym_identifier] = ACTIONS(3507), + [anon_sym_COMMA] = ACTIONS(3509), + [anon_sym_LPAREN2] = ACTIONS(3509), + [anon_sym_STAR] = ACTIONS(3509), + [anon_sym_AMP_AMP] = ACTIONS(3509), + [anon_sym_AMP] = ACTIONS(3507), + [anon_sym_SEMI] = ACTIONS(3509), + [anon_sym_extern] = ACTIONS(3507), + [anon_sym___attribute__] = ACTIONS(3507), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3509), + [anon_sym___declspec] = ACTIONS(3507), + [anon_sym___based] = ACTIONS(3507), + [anon_sym_LBRACE] = ACTIONS(3509), + [anon_sym_LBRACK] = ACTIONS(3507), + [anon_sym_EQ] = ACTIONS(3509), + [anon_sym_static] = ACTIONS(3507), + [anon_sym_register] = ACTIONS(3507), + [anon_sym_inline] = ACTIONS(3507), + [anon_sym_thread_local] = ACTIONS(3507), + [anon_sym_const] = ACTIONS(3507), + [anon_sym_volatile] = ACTIONS(3507), + [anon_sym_restrict] = ACTIONS(3507), + [anon_sym__Atomic] = ACTIONS(3507), + [anon_sym_mutable] = ACTIONS(3507), + [anon_sym_constexpr] = ACTIONS(3507), + [anon_sym_COLON] = ACTIONS(3509), + [anon_sym_DASH_GT] = ACTIONS(3509), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3507), + [anon_sym_override] = ACTIONS(3507), + [anon_sym_virtual] = ACTIONS(3507), + [anon_sym_operator] = ACTIONS(3507), + [anon_sym_noexcept] = ACTIONS(3507), + [anon_sym_throw] = ACTIONS(3507), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3507), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3507), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3507), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3507), + [anon_sym_MOZ_COLD] = ACTIONS(3507), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3507), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3507), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3507), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3507), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3507), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3507), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3507), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3507), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3507), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3507), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3507), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3507), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3507), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_NONNULL] = ACTIONS(3507), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3507), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3507), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3507), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3507), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3507), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3507), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3507), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3507), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3507), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3507), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3507), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3507), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3507), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3507), + [anon_sym_MOZ_RAII] = ACTIONS(3507), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3507), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3507), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3507), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3507), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3507), + }, + [1430] = { + [sym_identifier] = ACTIONS(3665), + [anon_sym_COMMA] = ACTIONS(3667), + [anon_sym_LPAREN2] = ACTIONS(3667), + [anon_sym_STAR] = ACTIONS(3667), + [anon_sym_AMP_AMP] = ACTIONS(3667), + [anon_sym_AMP] = ACTIONS(3665), + [anon_sym_SEMI] = ACTIONS(3667), + [anon_sym_extern] = ACTIONS(3665), + [anon_sym___attribute__] = ACTIONS(3665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3667), + [anon_sym___declspec] = ACTIONS(3665), + [anon_sym___based] = ACTIONS(3665), + [anon_sym_LBRACE] = ACTIONS(3667), + [anon_sym_LBRACK] = ACTIONS(3665), + [anon_sym_EQ] = ACTIONS(3667), + [anon_sym_static] = ACTIONS(3665), + [anon_sym_register] = ACTIONS(3665), + [anon_sym_inline] = ACTIONS(3665), + [anon_sym_thread_local] = ACTIONS(3665), + [anon_sym_const] = ACTIONS(3665), + [anon_sym_volatile] = ACTIONS(3665), + [anon_sym_restrict] = ACTIONS(3665), + [anon_sym__Atomic] = ACTIONS(3665), + [anon_sym_mutable] = ACTIONS(3665), + [anon_sym_constexpr] = ACTIONS(3665), + [anon_sym_COLON] = ACTIONS(3667), + [anon_sym_DASH_GT] = ACTIONS(3667), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3665), + [anon_sym_override] = ACTIONS(3665), + [anon_sym_virtual] = ACTIONS(3665), + [anon_sym_operator] = ACTIONS(3665), + [anon_sym_noexcept] = ACTIONS(3665), + [anon_sym_throw] = ACTIONS(3665), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3665), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3665), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3665), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3665), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3665), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3665), + [anon_sym_MOZ_COLD] = ACTIONS(3665), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3665), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3665), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3665), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3665), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3665), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3665), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3665), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3665), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3665), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3665), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3665), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3665), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3665), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3665), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3665), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3665), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3665), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3665), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3665), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_NONNULL] = ACTIONS(3665), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3665), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3665), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3665), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3665), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3665), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_NORETURN] = ACTIONS(3665), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3665), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3665), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3665), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3665), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3665), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3665), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3665), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3665), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3665), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3665), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3665), + [anon_sym_MOZ_RAII] = ACTIONS(3665), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3665), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3665), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3665), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3665), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3665), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3665), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3665), + }, + [1431] = { + [sym_identifier] = ACTIONS(3515), + [anon_sym_COMMA] = ACTIONS(3517), + [anon_sym_LPAREN2] = ACTIONS(3517), + [anon_sym_STAR] = ACTIONS(3517), + [anon_sym_AMP_AMP] = ACTIONS(3517), + [anon_sym_AMP] = ACTIONS(3515), + [anon_sym_SEMI] = ACTIONS(3517), + [anon_sym_extern] = ACTIONS(3515), + [anon_sym___attribute__] = ACTIONS(3515), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3517), + [anon_sym___declspec] = ACTIONS(3515), + [anon_sym___based] = ACTIONS(3515), + [anon_sym_LBRACE] = ACTIONS(3517), + [anon_sym_LBRACK] = ACTIONS(3515), + [anon_sym_EQ] = ACTIONS(3517), + [anon_sym_static] = ACTIONS(3515), + [anon_sym_register] = ACTIONS(3515), + [anon_sym_inline] = ACTIONS(3515), + [anon_sym_thread_local] = ACTIONS(3515), + [anon_sym_const] = ACTIONS(3515), + [anon_sym_volatile] = ACTIONS(3515), + [anon_sym_restrict] = ACTIONS(3515), + [anon_sym__Atomic] = ACTIONS(3515), + [anon_sym_mutable] = ACTIONS(3515), + [anon_sym_constexpr] = ACTIONS(3515), + [anon_sym_COLON] = ACTIONS(3517), + [anon_sym_DASH_GT] = ACTIONS(3517), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3515), + [anon_sym_override] = ACTIONS(3515), + [anon_sym_virtual] = ACTIONS(3515), + [anon_sym_operator] = ACTIONS(3515), + [anon_sym_noexcept] = ACTIONS(3515), + [anon_sym_throw] = ACTIONS(3515), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3515), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3515), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3515), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3515), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3515), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3515), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3515), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3515), + [anon_sym_MOZ_COLD] = ACTIONS(3515), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3515), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3515), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3515), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3515), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3515), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3515), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3515), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3515), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3515), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3515), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3515), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3515), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3515), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3515), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3515), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3515), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3515), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3515), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3515), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3515), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3515), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_NONNULL] = ACTIONS(3515), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3515), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3515), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3515), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3515), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3515), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_NORETURN] = ACTIONS(3515), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3515), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3515), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3515), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3515), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3515), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3515), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3515), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3515), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3515), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3515), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3515), + [anon_sym_MOZ_RAII] = ACTIONS(3515), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3515), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3515), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3515), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3515), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3515), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3515), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3515), + }, + [1432] = { + [sym_identifier] = ACTIONS(3523), + [anon_sym_COMMA] = ACTIONS(3525), + [anon_sym_LPAREN2] = ACTIONS(3525), + [anon_sym_STAR] = ACTIONS(3525), + [anon_sym_AMP_AMP] = ACTIONS(3525), + [anon_sym_AMP] = ACTIONS(3523), + [anon_sym_SEMI] = ACTIONS(3525), + [anon_sym_extern] = ACTIONS(3523), + [anon_sym___attribute__] = ACTIONS(3523), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3525), + [anon_sym___declspec] = ACTIONS(3523), + [anon_sym___based] = ACTIONS(3523), + [anon_sym_LBRACE] = ACTIONS(3525), + [anon_sym_LBRACK] = ACTIONS(3523), + [anon_sym_EQ] = ACTIONS(3525), + [anon_sym_static] = ACTIONS(3523), + [anon_sym_register] = ACTIONS(3523), + [anon_sym_inline] = ACTIONS(3523), + [anon_sym_thread_local] = ACTIONS(3523), + [anon_sym_const] = ACTIONS(3523), + [anon_sym_volatile] = ACTIONS(3523), + [anon_sym_restrict] = ACTIONS(3523), + [anon_sym__Atomic] = ACTIONS(3523), + [anon_sym_mutable] = ACTIONS(3523), + [anon_sym_constexpr] = ACTIONS(3523), + [anon_sym_COLON] = ACTIONS(3525), + [anon_sym_DASH_GT] = ACTIONS(3525), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3523), + [anon_sym_override] = ACTIONS(3523), + [anon_sym_virtual] = ACTIONS(3523), + [anon_sym_operator] = ACTIONS(3523), + [anon_sym_noexcept] = ACTIONS(3523), + [anon_sym_throw] = ACTIONS(3523), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3523), + }, + [1433] = { + [sym_identifier] = ACTIONS(3645), + [anon_sym_COMMA] = ACTIONS(3647), + [anon_sym_LPAREN2] = ACTIONS(3647), + [anon_sym_STAR] = ACTIONS(3647), + [anon_sym_AMP_AMP] = ACTIONS(3647), + [anon_sym_AMP] = ACTIONS(3645), + [anon_sym_SEMI] = ACTIONS(3647), + [anon_sym_extern] = ACTIONS(3645), + [anon_sym___attribute__] = ACTIONS(3645), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3647), + [anon_sym___declspec] = ACTIONS(3645), + [anon_sym___based] = ACTIONS(3645), + [anon_sym_LBRACE] = ACTIONS(3647), + [anon_sym_LBRACK] = ACTIONS(3645), + [anon_sym_EQ] = ACTIONS(3647), + [anon_sym_static] = ACTIONS(3645), + [anon_sym_register] = ACTIONS(3645), + [anon_sym_inline] = ACTIONS(3645), + [anon_sym_thread_local] = ACTIONS(3645), + [anon_sym_const] = ACTIONS(3645), + [anon_sym_volatile] = ACTIONS(3645), + [anon_sym_restrict] = ACTIONS(3645), + [anon_sym__Atomic] = ACTIONS(3645), + [anon_sym_mutable] = ACTIONS(3645), + [anon_sym_constexpr] = ACTIONS(3645), + [anon_sym_COLON] = ACTIONS(3647), + [anon_sym_DASH_GT] = ACTIONS(3647), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3645), + [anon_sym_override] = ACTIONS(3645), + [anon_sym_virtual] = ACTIONS(3645), + [anon_sym_operator] = ACTIONS(3645), + [anon_sym_noexcept] = ACTIONS(3645), + [anon_sym_throw] = ACTIONS(3645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3645), + [anon_sym_MOZ_COLD] = ACTIONS(3645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_NONNULL] = ACTIONS(3645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_NORETURN] = ACTIONS(3645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3645), + [anon_sym_MOZ_RAII] = ACTIONS(3645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3645), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3645), + }, + [1434] = { + [sym_identifier] = ACTIONS(3559), + [anon_sym_COMMA] = ACTIONS(3561), + [anon_sym_LPAREN2] = ACTIONS(3561), + [anon_sym_STAR] = ACTIONS(3561), + [anon_sym_AMP_AMP] = ACTIONS(3561), + [anon_sym_AMP] = ACTIONS(3559), + [anon_sym_SEMI] = ACTIONS(3561), + [anon_sym_extern] = ACTIONS(3559), + [anon_sym___attribute__] = ACTIONS(3559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3561), + [anon_sym___declspec] = ACTIONS(3559), + [anon_sym___based] = ACTIONS(3559), + [anon_sym_LBRACE] = ACTIONS(3561), + [anon_sym_LBRACK] = ACTIONS(3559), + [anon_sym_EQ] = ACTIONS(3561), + [anon_sym_static] = ACTIONS(3559), + [anon_sym_register] = ACTIONS(3559), + [anon_sym_inline] = ACTIONS(3559), + [anon_sym_thread_local] = ACTIONS(3559), + [anon_sym_const] = ACTIONS(3559), + [anon_sym_volatile] = ACTIONS(3559), + [anon_sym_restrict] = ACTIONS(3559), + [anon_sym__Atomic] = ACTIONS(3559), + [anon_sym_mutable] = ACTIONS(3559), + [anon_sym_constexpr] = ACTIONS(3559), + [anon_sym_COLON] = ACTIONS(3561), + [anon_sym_DASH_GT] = ACTIONS(3561), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3559), + [anon_sym_override] = ACTIONS(3559), + [anon_sym_virtual] = ACTIONS(3559), + [anon_sym_operator] = ACTIONS(3559), + [anon_sym_noexcept] = ACTIONS(3559), + [anon_sym_throw] = ACTIONS(3559), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3559), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3559), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3559), + [anon_sym_MOZ_COLD] = ACTIONS(3559), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3559), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3559), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3559), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3559), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3559), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3559), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3559), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3559), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3559), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3559), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3559), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3559), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3559), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3559), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3559), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3559), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3559), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3559), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3559), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3559), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3559), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3559), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3559), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3559), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3559), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3559), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3559), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3559), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3559), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3559), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3559), + [anon_sym_MOZ_RAII] = ACTIONS(3559), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3559), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3559), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3559), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3559), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3559), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3559), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3559), + }, + [1435] = { + [sym_identifier] = ACTIONS(3669), + [anon_sym_COMMA] = ACTIONS(3671), + [anon_sym_LPAREN2] = ACTIONS(3671), + [anon_sym_STAR] = ACTIONS(3671), + [anon_sym_AMP_AMP] = ACTIONS(3671), + [anon_sym_AMP] = ACTIONS(3669), + [anon_sym_SEMI] = ACTIONS(3671), + [anon_sym_extern] = ACTIONS(3669), + [anon_sym___attribute__] = ACTIONS(3669), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3671), + [anon_sym___declspec] = ACTIONS(3669), + [anon_sym___based] = ACTIONS(3669), + [anon_sym_LBRACE] = ACTIONS(3671), + [anon_sym_LBRACK] = ACTIONS(3669), + [anon_sym_EQ] = ACTIONS(3671), + [anon_sym_static] = ACTIONS(3669), + [anon_sym_register] = ACTIONS(3669), + [anon_sym_inline] = ACTIONS(3669), + [anon_sym_thread_local] = ACTIONS(3669), + [anon_sym_const] = ACTIONS(3669), + [anon_sym_volatile] = ACTIONS(3669), + [anon_sym_restrict] = ACTIONS(3669), + [anon_sym__Atomic] = ACTIONS(3669), + [anon_sym_mutable] = ACTIONS(3669), + [anon_sym_constexpr] = ACTIONS(3669), + [anon_sym_COLON] = ACTIONS(3671), + [anon_sym_DASH_GT] = ACTIONS(3671), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3669), + [anon_sym_override] = ACTIONS(3669), + [anon_sym_virtual] = ACTIONS(3669), + [anon_sym_operator] = ACTIONS(3669), + [anon_sym_noexcept] = ACTIONS(3669), + [anon_sym_throw] = ACTIONS(3669), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3669), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3669), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3669), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3669), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3669), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3669), + [anon_sym_MOZ_COLD] = ACTIONS(3669), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3669), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3669), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3669), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3669), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3669), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3669), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3669), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3669), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3669), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3669), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3669), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3669), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3669), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3669), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3669), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3669), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3669), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3669), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3669), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_NONNULL] = ACTIONS(3669), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3669), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3669), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3669), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3669), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3669), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_NORETURN] = ACTIONS(3669), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3669), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3669), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3669), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3669), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3669), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3669), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3669), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3669), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3669), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3669), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3669), + [anon_sym_MOZ_RAII] = ACTIONS(3669), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3669), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3669), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3669), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3669), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3669), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3669), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3669), + }, + [1436] = { + [sym_identifier] = ACTIONS(3705), + [anon_sym_COMMA] = ACTIONS(3707), + [anon_sym_LPAREN2] = ACTIONS(3707), + [anon_sym_STAR] = ACTIONS(3707), + [anon_sym_AMP_AMP] = ACTIONS(3707), + [anon_sym_AMP] = ACTIONS(3705), + [anon_sym_SEMI] = ACTIONS(3707), + [anon_sym_extern] = ACTIONS(3705), + [anon_sym___attribute__] = ACTIONS(3705), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3707), + [anon_sym___declspec] = ACTIONS(3705), + [anon_sym___based] = ACTIONS(3705), + [anon_sym_LBRACE] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(3705), + [anon_sym_EQ] = ACTIONS(3707), + [anon_sym_static] = ACTIONS(3705), + [anon_sym_register] = ACTIONS(3705), + [anon_sym_inline] = ACTIONS(3705), + [anon_sym_thread_local] = ACTIONS(3705), + [anon_sym_const] = ACTIONS(3705), + [anon_sym_volatile] = ACTIONS(3705), + [anon_sym_restrict] = ACTIONS(3705), + [anon_sym__Atomic] = ACTIONS(3705), + [anon_sym_mutable] = ACTIONS(3705), + [anon_sym_constexpr] = ACTIONS(3705), + [anon_sym_COLON] = ACTIONS(3707), + [anon_sym_DASH_GT] = ACTIONS(3707), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3705), + [anon_sym_override] = ACTIONS(3705), + [anon_sym_virtual] = ACTIONS(3705), + [anon_sym_operator] = ACTIONS(3705), + [anon_sym_noexcept] = ACTIONS(3705), + [anon_sym_throw] = ACTIONS(3705), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3705), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3705), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3705), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3705), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3705), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3705), + [anon_sym_MOZ_COLD] = ACTIONS(3705), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3705), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3705), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3705), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3705), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3705), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3705), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3705), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3705), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3705), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3705), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3705), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3705), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3705), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3705), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3705), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3705), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3705), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3705), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3705), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_NONNULL] = ACTIONS(3705), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3705), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3705), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3705), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3705), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3705), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_NORETURN] = ACTIONS(3705), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3705), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3705), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3705), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3705), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3705), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3705), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3705), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3705), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3705), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3705), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3705), + [anon_sym_MOZ_RAII] = ACTIONS(3705), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3705), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3705), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3705), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3705), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3705), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3705), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3705), + }, + [1437] = { + [sym_identifier] = ACTIONS(3677), + [anon_sym_COMMA] = ACTIONS(3679), + [anon_sym_LPAREN2] = ACTIONS(3679), + [anon_sym_STAR] = ACTIONS(3679), + [anon_sym_AMP_AMP] = ACTIONS(3679), + [anon_sym_AMP] = ACTIONS(3677), + [anon_sym_SEMI] = ACTIONS(3679), + [anon_sym_extern] = ACTIONS(3677), + [anon_sym___attribute__] = ACTIONS(3677), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3679), + [anon_sym___declspec] = ACTIONS(3677), + [anon_sym___based] = ACTIONS(3677), + [anon_sym_LBRACE] = ACTIONS(3679), + [anon_sym_LBRACK] = ACTIONS(3677), + [anon_sym_EQ] = ACTIONS(3679), + [anon_sym_static] = ACTIONS(3677), + [anon_sym_register] = ACTIONS(3677), + [anon_sym_inline] = ACTIONS(3677), + [anon_sym_thread_local] = ACTIONS(3677), + [anon_sym_const] = ACTIONS(3677), + [anon_sym_volatile] = ACTIONS(3677), + [anon_sym_restrict] = ACTIONS(3677), + [anon_sym__Atomic] = ACTIONS(3677), + [anon_sym_mutable] = ACTIONS(3677), + [anon_sym_constexpr] = ACTIONS(3677), + [anon_sym_COLON] = ACTIONS(3679), + [anon_sym_DASH_GT] = ACTIONS(3679), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3677), + [anon_sym_override] = ACTIONS(3677), + [anon_sym_virtual] = ACTIONS(3677), + [anon_sym_operator] = ACTIONS(3677), + [anon_sym_noexcept] = ACTIONS(3677), + [anon_sym_throw] = ACTIONS(3677), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3677), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3677), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3677), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3677), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3677), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3677), + [anon_sym_MOZ_COLD] = ACTIONS(3677), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3677), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3677), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3677), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3677), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3677), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3677), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3677), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3677), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3677), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3677), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3677), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3677), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3677), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3677), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3677), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3677), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3677), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3677), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3677), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_NONNULL] = ACTIONS(3677), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3677), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3677), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3677), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3677), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3677), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_NORETURN] = ACTIONS(3677), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3677), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3677), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3677), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3677), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3677), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3677), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3677), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3677), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3677), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3677), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3677), + [anon_sym_MOZ_RAII] = ACTIONS(3677), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3677), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3677), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3677), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3677), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3677), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3677), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3677), + }, + [1438] = { + [sym_identifier] = ACTIONS(3657), + [anon_sym_COMMA] = ACTIONS(3659), + [anon_sym_LPAREN2] = ACTIONS(3659), + [anon_sym_STAR] = ACTIONS(3659), + [anon_sym_AMP_AMP] = ACTIONS(3659), + [anon_sym_AMP] = ACTIONS(3657), + [anon_sym_SEMI] = ACTIONS(3659), + [anon_sym_extern] = ACTIONS(3657), + [anon_sym___attribute__] = ACTIONS(3657), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3659), + [anon_sym___declspec] = ACTIONS(3657), + [anon_sym___based] = ACTIONS(3657), + [anon_sym_LBRACE] = ACTIONS(3659), + [anon_sym_LBRACK] = ACTIONS(3657), + [anon_sym_EQ] = ACTIONS(3659), + [anon_sym_static] = ACTIONS(3657), + [anon_sym_register] = ACTIONS(3657), + [anon_sym_inline] = ACTIONS(3657), + [anon_sym_thread_local] = ACTIONS(3657), + [anon_sym_const] = ACTIONS(3657), + [anon_sym_volatile] = ACTIONS(3657), + [anon_sym_restrict] = ACTIONS(3657), + [anon_sym__Atomic] = ACTIONS(3657), + [anon_sym_mutable] = ACTIONS(3657), + [anon_sym_constexpr] = ACTIONS(3657), + [anon_sym_COLON] = ACTIONS(3659), + [anon_sym_DASH_GT] = ACTIONS(3659), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3657), + [anon_sym_override] = ACTIONS(3657), + [anon_sym_virtual] = ACTIONS(3657), + [anon_sym_operator] = ACTIONS(3657), + [anon_sym_noexcept] = ACTIONS(3657), + [anon_sym_throw] = ACTIONS(3657), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3657), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3657), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3657), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3657), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3657), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3657), + [anon_sym_MOZ_COLD] = ACTIONS(3657), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3657), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3657), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3657), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3657), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3657), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3657), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3657), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3657), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3657), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3657), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3657), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3657), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3657), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3657), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3657), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3657), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3657), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3657), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3657), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_NONNULL] = ACTIONS(3657), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3657), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3657), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3657), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3657), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3657), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_NORETURN] = ACTIONS(3657), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3657), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3657), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3657), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3657), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3657), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3657), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3657), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3657), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3657), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3657), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3657), + [anon_sym_MOZ_RAII] = ACTIONS(3657), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3657), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3657), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3657), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3657), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3657), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3657), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3657), + }, + [1439] = { + [sym_identifier] = ACTIONS(3555), + [anon_sym_COMMA] = ACTIONS(3557), + [anon_sym_LPAREN2] = ACTIONS(3557), + [anon_sym_STAR] = ACTIONS(3557), + [anon_sym_AMP_AMP] = ACTIONS(3557), + [anon_sym_AMP] = ACTIONS(3555), + [anon_sym_SEMI] = ACTIONS(3557), + [anon_sym_extern] = ACTIONS(3555), + [anon_sym___attribute__] = ACTIONS(3555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3557), + [anon_sym___declspec] = ACTIONS(3555), + [anon_sym___based] = ACTIONS(3555), + [anon_sym_LBRACE] = ACTIONS(3557), + [anon_sym_LBRACK] = ACTIONS(3555), + [anon_sym_EQ] = ACTIONS(3557), + [anon_sym_static] = ACTIONS(3555), + [anon_sym_register] = ACTIONS(3555), + [anon_sym_inline] = ACTIONS(3555), + [anon_sym_thread_local] = ACTIONS(3555), + [anon_sym_const] = ACTIONS(3555), + [anon_sym_volatile] = ACTIONS(3555), + [anon_sym_restrict] = ACTIONS(3555), + [anon_sym__Atomic] = ACTIONS(3555), + [anon_sym_mutable] = ACTIONS(3555), + [anon_sym_constexpr] = ACTIONS(3555), + [anon_sym_COLON] = ACTIONS(3557), + [anon_sym_DASH_GT] = ACTIONS(3557), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3555), + [anon_sym_override] = ACTIONS(3555), + [anon_sym_virtual] = ACTIONS(3555), + [anon_sym_operator] = ACTIONS(3555), + [anon_sym_noexcept] = ACTIONS(3555), + [anon_sym_throw] = ACTIONS(3555), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3555), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3555), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3555), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3555), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3555), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3555), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3555), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3555), + [anon_sym_MOZ_COLD] = ACTIONS(3555), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3555), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3555), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3555), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3555), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3555), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3555), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3555), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3555), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3555), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3555), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3555), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3555), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3555), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3555), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3555), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3555), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3555), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3555), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3555), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3555), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3555), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_NONNULL] = ACTIONS(3555), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3555), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3555), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3555), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3555), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3555), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_NORETURN] = ACTIONS(3555), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3555), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3555), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3555), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3555), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3555), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3555), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3555), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3555), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3555), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3555), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3555), + [anon_sym_MOZ_RAII] = ACTIONS(3555), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3555), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3555), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3555), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3555), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3555), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3555), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3555), + }, + [1440] = { + [sym_identifier] = ACTIONS(3649), + [anon_sym_COMMA] = ACTIONS(3651), + [anon_sym_LPAREN2] = ACTIONS(3651), + [anon_sym_STAR] = ACTIONS(3651), + [anon_sym_AMP_AMP] = ACTIONS(3651), + [anon_sym_AMP] = ACTIONS(3649), + [anon_sym_SEMI] = ACTIONS(3651), + [anon_sym_extern] = ACTIONS(3649), + [anon_sym___attribute__] = ACTIONS(3649), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3651), + [anon_sym___declspec] = ACTIONS(3649), + [anon_sym___based] = ACTIONS(3649), + [anon_sym_LBRACE] = ACTIONS(3651), + [anon_sym_LBRACK] = ACTIONS(3649), + [anon_sym_EQ] = ACTIONS(3651), + [anon_sym_static] = ACTIONS(3649), + [anon_sym_register] = ACTIONS(3649), + [anon_sym_inline] = ACTIONS(3649), + [anon_sym_thread_local] = ACTIONS(3649), + [anon_sym_const] = ACTIONS(3649), + [anon_sym_volatile] = ACTIONS(3649), + [anon_sym_restrict] = ACTIONS(3649), + [anon_sym__Atomic] = ACTIONS(3649), + [anon_sym_mutable] = ACTIONS(3649), + [anon_sym_constexpr] = ACTIONS(3649), + [anon_sym_COLON] = ACTIONS(3651), + [anon_sym_DASH_GT] = ACTIONS(3651), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3649), + [anon_sym_override] = ACTIONS(3649), + [anon_sym_virtual] = ACTIONS(3649), + [anon_sym_operator] = ACTIONS(3649), + [anon_sym_noexcept] = ACTIONS(3649), + [anon_sym_throw] = ACTIONS(3649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3649), + [anon_sym_MOZ_COLD] = ACTIONS(3649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_NONNULL] = ACTIONS(3649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_NORETURN] = ACTIONS(3649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3649), + [anon_sym_MOZ_RAII] = ACTIONS(3649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3649), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3649), + }, + [1441] = { + [sym_identifier] = ACTIONS(3701), + [anon_sym_COMMA] = ACTIONS(3703), + [anon_sym_LPAREN2] = ACTIONS(3703), + [anon_sym_STAR] = ACTIONS(3703), + [anon_sym_AMP_AMP] = ACTIONS(3703), + [anon_sym_AMP] = ACTIONS(3701), + [anon_sym_SEMI] = ACTIONS(3703), + [anon_sym_extern] = ACTIONS(3701), + [anon_sym___attribute__] = ACTIONS(3701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3703), + [anon_sym___declspec] = ACTIONS(3701), + [anon_sym___based] = ACTIONS(3701), + [anon_sym_LBRACE] = ACTIONS(3703), + [anon_sym_LBRACK] = ACTIONS(3701), + [anon_sym_EQ] = ACTIONS(3703), + [anon_sym_static] = ACTIONS(3701), + [anon_sym_register] = ACTIONS(3701), + [anon_sym_inline] = ACTIONS(3701), + [anon_sym_thread_local] = ACTIONS(3701), + [anon_sym_const] = ACTIONS(3701), + [anon_sym_volatile] = ACTIONS(3701), + [anon_sym_restrict] = ACTIONS(3701), + [anon_sym__Atomic] = ACTIONS(3701), + [anon_sym_mutable] = ACTIONS(3701), + [anon_sym_constexpr] = ACTIONS(3701), + [anon_sym_COLON] = ACTIONS(3703), + [anon_sym_DASH_GT] = ACTIONS(3703), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3701), + [anon_sym_override] = ACTIONS(3701), + [anon_sym_virtual] = ACTIONS(3701), + [anon_sym_operator] = ACTIONS(3701), + [anon_sym_noexcept] = ACTIONS(3701), + [anon_sym_throw] = ACTIONS(3701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3701), + [anon_sym_MOZ_COLD] = ACTIONS(3701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_NONNULL] = ACTIONS(3701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_NORETURN] = ACTIONS(3701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3701), + [anon_sym_MOZ_RAII] = ACTIONS(3701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3701), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3701), + }, + [1442] = { + [sym_identifier] = ACTIONS(3709), + [anon_sym_COMMA] = ACTIONS(3711), + [anon_sym_LPAREN2] = ACTIONS(3711), + [anon_sym_STAR] = ACTIONS(3711), + [anon_sym_AMP_AMP] = ACTIONS(3711), + [anon_sym_AMP] = ACTIONS(3709), + [anon_sym_SEMI] = ACTIONS(3711), + [anon_sym_extern] = ACTIONS(3709), + [anon_sym___attribute__] = ACTIONS(3709), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3711), + [anon_sym___declspec] = ACTIONS(3709), + [anon_sym___based] = ACTIONS(3709), + [anon_sym_LBRACE] = ACTIONS(3711), + [anon_sym_LBRACK] = ACTIONS(3709), + [anon_sym_EQ] = ACTIONS(3711), + [anon_sym_static] = ACTIONS(3709), + [anon_sym_register] = ACTIONS(3709), + [anon_sym_inline] = ACTIONS(3709), + [anon_sym_thread_local] = ACTIONS(3709), + [anon_sym_const] = ACTIONS(3709), + [anon_sym_volatile] = ACTIONS(3709), + [anon_sym_restrict] = ACTIONS(3709), + [anon_sym__Atomic] = ACTIONS(3709), + [anon_sym_mutable] = ACTIONS(3709), + [anon_sym_constexpr] = ACTIONS(3709), + [anon_sym_COLON] = ACTIONS(3711), + [anon_sym_DASH_GT] = ACTIONS(3711), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3709), + [anon_sym_override] = ACTIONS(3709), + [anon_sym_virtual] = ACTIONS(3709), + [anon_sym_operator] = ACTIONS(3709), + [anon_sym_noexcept] = ACTIONS(3709), + [anon_sym_throw] = ACTIONS(3709), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3709), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3709), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3709), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3709), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3709), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3709), + [anon_sym_MOZ_COLD] = ACTIONS(3709), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3709), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3709), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3709), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3709), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3709), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3709), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3709), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3709), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3709), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3709), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3709), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3709), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3709), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3709), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3709), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3709), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3709), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3709), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3709), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_NONNULL] = ACTIONS(3709), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3709), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3709), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3709), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3709), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3709), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_NORETURN] = ACTIONS(3709), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3709), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3709), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3709), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3709), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3709), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3709), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3709), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3709), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3709), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3709), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3709), + [anon_sym_MOZ_RAII] = ACTIONS(3709), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3709), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3709), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3709), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3709), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3709), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3709), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3709), + }, + [1443] = { + [sym_identifier] = ACTIONS(3499), + [anon_sym_COMMA] = ACTIONS(3501), + [anon_sym_LPAREN2] = ACTIONS(3501), + [anon_sym_STAR] = ACTIONS(3501), + [anon_sym_AMP_AMP] = ACTIONS(3501), + [anon_sym_AMP] = ACTIONS(3499), + [anon_sym_SEMI] = ACTIONS(3501), + [anon_sym_extern] = ACTIONS(3499), + [anon_sym___attribute__] = ACTIONS(3499), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3501), + [anon_sym___declspec] = ACTIONS(3499), + [anon_sym___based] = ACTIONS(3499), + [anon_sym_LBRACE] = ACTIONS(3501), + [anon_sym_LBRACK] = ACTIONS(3499), + [anon_sym_EQ] = ACTIONS(3501), + [anon_sym_static] = ACTIONS(3499), + [anon_sym_register] = ACTIONS(3499), + [anon_sym_inline] = ACTIONS(3499), + [anon_sym_thread_local] = ACTIONS(3499), + [anon_sym_const] = ACTIONS(3499), + [anon_sym_volatile] = ACTIONS(3499), + [anon_sym_restrict] = ACTIONS(3499), + [anon_sym__Atomic] = ACTIONS(3499), + [anon_sym_mutable] = ACTIONS(3499), + [anon_sym_constexpr] = ACTIONS(3499), + [anon_sym_COLON] = ACTIONS(3501), + [anon_sym_DASH_GT] = ACTIONS(3501), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3499), + [anon_sym_override] = ACTIONS(3499), + [anon_sym_virtual] = ACTIONS(3499), + [anon_sym_operator] = ACTIONS(3499), + [anon_sym_noexcept] = ACTIONS(3499), + [anon_sym_throw] = ACTIONS(3499), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3499), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3499), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3499), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3499), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3499), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3499), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3499), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3499), + [anon_sym_MOZ_COLD] = ACTIONS(3499), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3499), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3499), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3499), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3499), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3499), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3499), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3499), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3499), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3499), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3499), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3499), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3499), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3499), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3499), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3499), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3499), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3499), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3499), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3499), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3499), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3499), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_NONNULL] = ACTIONS(3499), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3499), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3499), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3499), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3499), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3499), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_NORETURN] = ACTIONS(3499), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3499), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3499), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3499), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3499), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3499), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3499), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3499), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3499), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3499), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3499), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3499), + [anon_sym_MOZ_RAII] = ACTIONS(3499), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3499), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3499), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3499), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3499), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3499), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3499), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3499), + }, + [1444] = { + [sym_identifier] = ACTIONS(3571), + [anon_sym_COMMA] = ACTIONS(3573), + [anon_sym_LPAREN2] = ACTIONS(3573), + [anon_sym_STAR] = ACTIONS(3573), + [anon_sym_AMP_AMP] = ACTIONS(3573), + [anon_sym_AMP] = ACTIONS(3571), + [anon_sym_SEMI] = ACTIONS(3573), + [anon_sym_extern] = ACTIONS(3571), + [anon_sym___attribute__] = ACTIONS(3571), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3573), + [anon_sym___declspec] = ACTIONS(3571), + [anon_sym___based] = ACTIONS(3571), + [anon_sym_LBRACE] = ACTIONS(3573), + [anon_sym_LBRACK] = ACTIONS(3571), + [anon_sym_EQ] = ACTIONS(3573), + [anon_sym_static] = ACTIONS(3571), + [anon_sym_register] = ACTIONS(3571), + [anon_sym_inline] = ACTIONS(3571), + [anon_sym_thread_local] = ACTIONS(3571), + [anon_sym_const] = ACTIONS(3571), + [anon_sym_volatile] = ACTIONS(3571), + [anon_sym_restrict] = ACTIONS(3571), + [anon_sym__Atomic] = ACTIONS(3571), + [anon_sym_mutable] = ACTIONS(3571), + [anon_sym_constexpr] = ACTIONS(3571), + [anon_sym_COLON] = ACTIONS(3573), + [anon_sym_DASH_GT] = ACTIONS(3573), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3571), + [anon_sym_override] = ACTIONS(3571), + [anon_sym_virtual] = ACTIONS(3571), + [anon_sym_operator] = ACTIONS(3571), + [anon_sym_noexcept] = ACTIONS(3571), + [anon_sym_throw] = ACTIONS(3571), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3571), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3571), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3571), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3571), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3571), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3571), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3571), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3571), + [anon_sym_MOZ_COLD] = ACTIONS(3571), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3571), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3571), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3571), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3571), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3571), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3571), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3571), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3571), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3571), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3571), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3571), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3571), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3571), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3571), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3571), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3571), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3571), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3571), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3571), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3571), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3571), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_NONNULL] = ACTIONS(3571), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3571), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3571), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3571), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3571), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3571), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_NORETURN] = ACTIONS(3571), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3571), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3571), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3571), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3571), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3571), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3571), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3571), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3571), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3571), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3571), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3571), + [anon_sym_MOZ_RAII] = ACTIONS(3571), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3571), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3571), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3571), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3571), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3571), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3571), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3571), + }, + [1445] = { + [sym_identifier] = ACTIONS(3519), + [anon_sym_COMMA] = ACTIONS(3521), + [anon_sym_LPAREN2] = ACTIONS(3521), + [anon_sym_STAR] = ACTIONS(3521), + [anon_sym_AMP_AMP] = ACTIONS(3521), + [anon_sym_AMP] = ACTIONS(3519), + [anon_sym_SEMI] = ACTIONS(3521), + [anon_sym_extern] = ACTIONS(3519), + [anon_sym___attribute__] = ACTIONS(3519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3521), + [anon_sym___declspec] = ACTIONS(3519), + [anon_sym___based] = ACTIONS(3519), + [anon_sym_LBRACE] = ACTIONS(3521), + [anon_sym_LBRACK] = ACTIONS(3519), + [anon_sym_EQ] = ACTIONS(3521), + [anon_sym_static] = ACTIONS(3519), + [anon_sym_register] = ACTIONS(3519), + [anon_sym_inline] = ACTIONS(3519), + [anon_sym_thread_local] = ACTIONS(3519), + [anon_sym_const] = ACTIONS(3519), + [anon_sym_volatile] = ACTIONS(3519), + [anon_sym_restrict] = ACTIONS(3519), + [anon_sym__Atomic] = ACTIONS(3519), + [anon_sym_mutable] = ACTIONS(3519), + [anon_sym_constexpr] = ACTIONS(3519), + [anon_sym_COLON] = ACTIONS(3521), + [anon_sym_DASH_GT] = ACTIONS(3521), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3519), + [anon_sym_override] = ACTIONS(3519), + [anon_sym_virtual] = ACTIONS(3519), + [anon_sym_operator] = ACTIONS(3519), + [anon_sym_noexcept] = ACTIONS(3519), + [anon_sym_throw] = ACTIONS(3519), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3519), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3519), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3519), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3519), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3519), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3519), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3519), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3519), + [anon_sym_MOZ_COLD] = ACTIONS(3519), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3519), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3519), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3519), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3519), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3519), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3519), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3519), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3519), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3519), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3519), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3519), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3519), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3519), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3519), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3519), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3519), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3519), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3519), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3519), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3519), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3519), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_NONNULL] = ACTIONS(3519), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3519), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3519), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3519), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3519), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3519), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_NORETURN] = ACTIONS(3519), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3519), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3519), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3519), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3519), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3519), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3519), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3519), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3519), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3519), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3519), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3519), + [anon_sym_MOZ_RAII] = ACTIONS(3519), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3519), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3519), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3519), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3519), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3519), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3519), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3519), + }, + [1446] = { + [sym_identifier] = ACTIONS(3567), + [anon_sym_COMMA] = ACTIONS(3569), + [anon_sym_LPAREN2] = ACTIONS(3569), + [anon_sym_STAR] = ACTIONS(3569), + [anon_sym_AMP_AMP] = ACTIONS(3569), + [anon_sym_AMP] = ACTIONS(3567), + [anon_sym_SEMI] = ACTIONS(3569), + [anon_sym_extern] = ACTIONS(3567), + [anon_sym___attribute__] = ACTIONS(3567), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3569), + [anon_sym___declspec] = ACTIONS(3567), + [anon_sym___based] = ACTIONS(3567), + [anon_sym_LBRACE] = ACTIONS(3569), + [anon_sym_LBRACK] = ACTIONS(3567), + [anon_sym_EQ] = ACTIONS(3569), + [anon_sym_static] = ACTIONS(3567), + [anon_sym_register] = ACTIONS(3567), + [anon_sym_inline] = ACTIONS(3567), + [anon_sym_thread_local] = ACTIONS(3567), + [anon_sym_const] = ACTIONS(3567), + [anon_sym_volatile] = ACTIONS(3567), + [anon_sym_restrict] = ACTIONS(3567), + [anon_sym__Atomic] = ACTIONS(3567), + [anon_sym_mutable] = ACTIONS(3567), + [anon_sym_constexpr] = ACTIONS(3567), + [anon_sym_COLON] = ACTIONS(3569), + [anon_sym_DASH_GT] = ACTIONS(3569), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3567), + [anon_sym_override] = ACTIONS(3567), + [anon_sym_virtual] = ACTIONS(3567), + [anon_sym_operator] = ACTIONS(3567), + [anon_sym_noexcept] = ACTIONS(3567), + [anon_sym_throw] = ACTIONS(3567), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3567), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3567), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3567), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3567), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3567), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3567), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3567), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3567), + [anon_sym_MOZ_COLD] = ACTIONS(3567), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3567), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3567), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3567), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3567), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3567), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3567), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3567), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3567), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3567), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3567), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3567), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3567), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3567), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3567), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3567), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3567), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3567), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3567), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3567), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3567), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3567), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_NONNULL] = ACTIONS(3567), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3567), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3567), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3567), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3567), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3567), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_NORETURN] = ACTIONS(3567), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3567), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3567), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3567), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3567), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3567), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3567), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3567), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3567), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3567), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3567), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3567), + [anon_sym_MOZ_RAII] = ACTIONS(3567), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3567), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3567), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3567), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3567), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3567), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3567), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3567), + }, + [1447] = { + [sym_identifier] = ACTIONS(3563), + [anon_sym_COMMA] = ACTIONS(3565), + [anon_sym_LPAREN2] = ACTIONS(3565), + [anon_sym_STAR] = ACTIONS(3565), + [anon_sym_AMP_AMP] = ACTIONS(3565), + [anon_sym_AMP] = ACTIONS(3563), + [anon_sym_SEMI] = ACTIONS(3565), + [anon_sym_extern] = ACTIONS(3563), + [anon_sym___attribute__] = ACTIONS(3563), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3565), + [anon_sym___declspec] = ACTIONS(3563), + [anon_sym___based] = ACTIONS(3563), + [anon_sym_LBRACE] = ACTIONS(3565), + [anon_sym_LBRACK] = ACTIONS(3563), + [anon_sym_EQ] = ACTIONS(3565), + [anon_sym_static] = ACTIONS(3563), + [anon_sym_register] = ACTIONS(3563), + [anon_sym_inline] = ACTIONS(3563), + [anon_sym_thread_local] = ACTIONS(3563), + [anon_sym_const] = ACTIONS(3563), + [anon_sym_volatile] = ACTIONS(3563), + [anon_sym_restrict] = ACTIONS(3563), + [anon_sym__Atomic] = ACTIONS(3563), + [anon_sym_mutable] = ACTIONS(3563), + [anon_sym_constexpr] = ACTIONS(3563), + [anon_sym_COLON] = ACTIONS(3565), + [anon_sym_DASH_GT] = ACTIONS(3565), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3563), + [anon_sym_override] = ACTIONS(3563), + [anon_sym_virtual] = ACTIONS(3563), + [anon_sym_operator] = ACTIONS(3563), + [anon_sym_noexcept] = ACTIONS(3563), + [anon_sym_throw] = ACTIONS(3563), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3563), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3563), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3563), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3563), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3563), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3563), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3563), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3563), + [anon_sym_MOZ_COLD] = ACTIONS(3563), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3563), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3563), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3563), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3563), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3563), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3563), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3563), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3563), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3563), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3563), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3563), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3563), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3563), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3563), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3563), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3563), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3563), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3563), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3563), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3563), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3563), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_NONNULL] = ACTIONS(3563), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3563), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3563), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3563), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3563), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3563), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_NORETURN] = ACTIONS(3563), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3563), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3563), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3563), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3563), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3563), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3563), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3563), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3563), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3563), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3563), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3563), + [anon_sym_MOZ_RAII] = ACTIONS(3563), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3563), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3563), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3563), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3563), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3563), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3563), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3563), + }, + [1448] = { + [sym_identifier] = ACTIONS(3511), + [anon_sym_COMMA] = ACTIONS(3513), + [anon_sym_LPAREN2] = ACTIONS(3513), + [anon_sym_STAR] = ACTIONS(3513), + [anon_sym_AMP_AMP] = ACTIONS(3513), + [anon_sym_AMP] = ACTIONS(3511), + [anon_sym_SEMI] = ACTIONS(3513), + [anon_sym_extern] = ACTIONS(3511), + [anon_sym___attribute__] = ACTIONS(3511), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3513), + [anon_sym___declspec] = ACTIONS(3511), + [anon_sym___based] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(3513), + [anon_sym_LBRACK] = ACTIONS(3511), + [anon_sym_EQ] = ACTIONS(3513), + [anon_sym_static] = ACTIONS(3511), + [anon_sym_register] = ACTIONS(3511), + [anon_sym_inline] = ACTIONS(3511), + [anon_sym_thread_local] = ACTIONS(3511), + [anon_sym_const] = ACTIONS(3511), + [anon_sym_volatile] = ACTIONS(3511), + [anon_sym_restrict] = ACTIONS(3511), + [anon_sym__Atomic] = ACTIONS(3511), + [anon_sym_mutable] = ACTIONS(3511), + [anon_sym_constexpr] = ACTIONS(3511), + [anon_sym_COLON] = ACTIONS(3513), + [anon_sym_DASH_GT] = ACTIONS(3513), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3511), + [anon_sym_override] = ACTIONS(3511), + [anon_sym_virtual] = ACTIONS(3511), + [anon_sym_operator] = ACTIONS(3511), + [anon_sym_noexcept] = ACTIONS(3511), + [anon_sym_throw] = ACTIONS(3511), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3511), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3511), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3511), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3511), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3511), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3511), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3511), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3511), + [anon_sym_MOZ_COLD] = ACTIONS(3511), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3511), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3511), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3511), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3511), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3511), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3511), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3511), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3511), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3511), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3511), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3511), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3511), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3511), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3511), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3511), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3511), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3511), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3511), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3511), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3511), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3511), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_NONNULL] = ACTIONS(3511), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3511), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3511), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3511), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3511), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3511), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_NORETURN] = ACTIONS(3511), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3511), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3511), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3511), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3511), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3511), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3511), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3511), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3511), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3511), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3511), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3511), + [anon_sym_MOZ_RAII] = ACTIONS(3511), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3511), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3511), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3511), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3511), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3511), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3511), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3511), + }, + [1449] = { + [sym_identifier] = ACTIONS(3611), + [anon_sym_COMMA] = ACTIONS(3613), + [anon_sym_LPAREN2] = ACTIONS(3613), + [anon_sym_STAR] = ACTIONS(3613), + [anon_sym_AMP_AMP] = ACTIONS(3613), + [anon_sym_AMP] = ACTIONS(3611), + [anon_sym_SEMI] = ACTIONS(3613), + [anon_sym_extern] = ACTIONS(3611), + [anon_sym___attribute__] = ACTIONS(3611), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3613), + [anon_sym___declspec] = ACTIONS(3611), + [anon_sym___based] = ACTIONS(3611), + [anon_sym_LBRACE] = ACTIONS(3613), + [anon_sym_LBRACK] = ACTIONS(3611), + [anon_sym_EQ] = ACTIONS(3613), + [anon_sym_static] = ACTIONS(3611), + [anon_sym_register] = ACTIONS(3611), + [anon_sym_inline] = ACTIONS(3611), + [anon_sym_thread_local] = ACTIONS(3611), + [anon_sym_const] = ACTIONS(3611), + [anon_sym_volatile] = ACTIONS(3611), + [anon_sym_restrict] = ACTIONS(3611), + [anon_sym__Atomic] = ACTIONS(3611), + [anon_sym_mutable] = ACTIONS(3611), + [anon_sym_constexpr] = ACTIONS(3611), + [anon_sym_COLON] = ACTIONS(3613), + [anon_sym_DASH_GT] = ACTIONS(3613), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3611), + [anon_sym_override] = ACTIONS(3611), + [anon_sym_virtual] = ACTIONS(3611), + [anon_sym_operator] = ACTIONS(3611), + [anon_sym_noexcept] = ACTIONS(3611), + [anon_sym_throw] = ACTIONS(3611), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3611), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3611), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3611), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3611), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3611), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3611), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3611), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3611), + [anon_sym_MOZ_COLD] = ACTIONS(3611), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3611), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3611), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3611), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3611), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3611), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3611), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3611), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3611), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3611), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3611), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3611), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3611), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3611), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3611), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3611), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3611), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3611), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3611), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3611), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_NONNULL] = ACTIONS(3611), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3611), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3611), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3611), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3611), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3611), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_NORETURN] = ACTIONS(3611), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3611), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3611), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3611), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3611), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3611), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3611), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3611), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3611), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3611), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), + [anon_sym_MOZ_RAII] = ACTIONS(3611), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3611), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3611), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3611), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3611), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3611), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3611), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3611), + }, + [1450] = { + [sym_identifier] = ACTIONS(3615), + [anon_sym_COMMA] = ACTIONS(3617), + [anon_sym_LPAREN2] = ACTIONS(3617), + [anon_sym_STAR] = ACTIONS(3617), + [anon_sym_AMP_AMP] = ACTIONS(3617), + [anon_sym_AMP] = ACTIONS(3615), + [anon_sym_SEMI] = ACTIONS(3617), + [anon_sym_extern] = ACTIONS(3615), + [anon_sym___attribute__] = ACTIONS(3615), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3617), + [anon_sym___declspec] = ACTIONS(3615), + [anon_sym___based] = ACTIONS(3615), + [anon_sym_LBRACE] = ACTIONS(3617), + [anon_sym_LBRACK] = ACTIONS(3615), + [anon_sym_EQ] = ACTIONS(3617), + [anon_sym_static] = ACTIONS(3615), + [anon_sym_register] = ACTIONS(3615), + [anon_sym_inline] = ACTIONS(3615), + [anon_sym_thread_local] = ACTIONS(3615), + [anon_sym_const] = ACTIONS(3615), + [anon_sym_volatile] = ACTIONS(3615), + [anon_sym_restrict] = ACTIONS(3615), + [anon_sym__Atomic] = ACTIONS(3615), + [anon_sym_mutable] = ACTIONS(3615), + [anon_sym_constexpr] = ACTIONS(3615), + [anon_sym_COLON] = ACTIONS(3617), + [anon_sym_DASH_GT] = ACTIONS(3617), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3615), + [anon_sym_override] = ACTIONS(3615), + [anon_sym_virtual] = ACTIONS(3615), + [anon_sym_operator] = ACTIONS(3615), + [anon_sym_noexcept] = ACTIONS(3615), + [anon_sym_throw] = ACTIONS(3615), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3615), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3615), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3615), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3615), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3615), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3615), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3615), + [anon_sym_MOZ_COLD] = ACTIONS(3615), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3615), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3615), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3615), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3615), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3615), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3615), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3615), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3615), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3615), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3615), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3615), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3615), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3615), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3615), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3615), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3615), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3615), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3615), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3615), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3615), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_NONNULL] = ACTIONS(3615), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3615), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3615), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3615), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3615), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3615), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_NORETURN] = ACTIONS(3615), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3615), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3615), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3615), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3615), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3615), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3615), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3615), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3615), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3615), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3615), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3615), + [anon_sym_MOZ_RAII] = ACTIONS(3615), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3615), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3615), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3615), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3615), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3615), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3615), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3615), + }, + [1451] = { + [sym_identifier] = ACTIONS(3623), + [anon_sym_COMMA] = ACTIONS(3625), + [anon_sym_LPAREN2] = ACTIONS(3625), + [anon_sym_STAR] = ACTIONS(3625), + [anon_sym_AMP_AMP] = ACTIONS(3625), + [anon_sym_AMP] = ACTIONS(3623), + [anon_sym_SEMI] = ACTIONS(3625), + [anon_sym_extern] = ACTIONS(3623), + [anon_sym___attribute__] = ACTIONS(3623), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3625), + [anon_sym___declspec] = ACTIONS(3623), + [anon_sym___based] = ACTIONS(3623), + [anon_sym_LBRACE] = ACTIONS(3625), + [anon_sym_LBRACK] = ACTIONS(3623), + [anon_sym_EQ] = ACTIONS(3625), + [anon_sym_static] = ACTIONS(3623), + [anon_sym_register] = ACTIONS(3623), + [anon_sym_inline] = ACTIONS(3623), + [anon_sym_thread_local] = ACTIONS(3623), + [anon_sym_const] = ACTIONS(3623), + [anon_sym_volatile] = ACTIONS(3623), + [anon_sym_restrict] = ACTIONS(3623), + [anon_sym__Atomic] = ACTIONS(3623), + [anon_sym_mutable] = ACTIONS(3623), + [anon_sym_constexpr] = ACTIONS(3623), + [anon_sym_COLON] = ACTIONS(3625), + [anon_sym_DASH_GT] = ACTIONS(3625), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3623), + [anon_sym_override] = ACTIONS(3623), + [anon_sym_virtual] = ACTIONS(3623), + [anon_sym_operator] = ACTIONS(3623), + [anon_sym_noexcept] = ACTIONS(3623), + [anon_sym_throw] = ACTIONS(3623), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3623), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3623), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3623), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3623), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3623), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3623), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3623), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3623), + [anon_sym_MOZ_COLD] = ACTIONS(3623), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3623), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3623), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3623), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3623), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3623), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3623), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3623), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3623), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3623), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3623), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3623), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3623), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3623), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3623), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3623), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3623), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3623), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3623), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3623), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3623), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3623), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_NONNULL] = ACTIONS(3623), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3623), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3623), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3623), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3623), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3623), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_NORETURN] = ACTIONS(3623), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3623), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3623), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3623), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3623), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3623), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3623), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3623), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3623), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3623), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3623), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3623), + [anon_sym_MOZ_RAII] = ACTIONS(3623), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3623), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3623), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3623), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3623), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3623), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3623), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3623), + }, + [1452] = { + [sym_identifier] = ACTIONS(3503), + [anon_sym_COMMA] = ACTIONS(3505), + [anon_sym_LPAREN2] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(3505), + [anon_sym_AMP_AMP] = ACTIONS(3505), + [anon_sym_AMP] = ACTIONS(3503), + [anon_sym_SEMI] = ACTIONS(3505), + [anon_sym_extern] = ACTIONS(3503), + [anon_sym___attribute__] = ACTIONS(3503), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3505), + [anon_sym___declspec] = ACTIONS(3503), + [anon_sym___based] = ACTIONS(3503), + [anon_sym_LBRACE] = ACTIONS(3505), + [anon_sym_LBRACK] = ACTIONS(3503), + [anon_sym_EQ] = ACTIONS(3505), + [anon_sym_static] = ACTIONS(3503), + [anon_sym_register] = ACTIONS(3503), + [anon_sym_inline] = ACTIONS(3503), + [anon_sym_thread_local] = ACTIONS(3503), + [anon_sym_const] = ACTIONS(3503), + [anon_sym_volatile] = ACTIONS(3503), + [anon_sym_restrict] = ACTIONS(3503), + [anon_sym__Atomic] = ACTIONS(3503), + [anon_sym_mutable] = ACTIONS(3503), + [anon_sym_constexpr] = ACTIONS(3503), + [anon_sym_COLON] = ACTIONS(3505), + [anon_sym_DASH_GT] = ACTIONS(3505), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3503), + [anon_sym_override] = ACTIONS(3503), + [anon_sym_virtual] = ACTIONS(3503), + [anon_sym_operator] = ACTIONS(3503), + [anon_sym_noexcept] = ACTIONS(3503), + [anon_sym_throw] = ACTIONS(3503), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3503), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3503), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3503), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3503), + [anon_sym_MOZ_COLD] = ACTIONS(3503), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3503), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3503), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3503), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3503), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3503), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3503), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3503), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3503), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3503), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3503), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3503), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3503), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3503), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_NONNULL] = ACTIONS(3503), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3503), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3503), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3503), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3503), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3503), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3503), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3503), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3503), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3503), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3503), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3503), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3503), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3503), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3503), + [anon_sym_MOZ_RAII] = ACTIONS(3503), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3503), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3503), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3503), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3503), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3503), + }, + [1453] = { + [sym_identifier] = ACTIONS(3619), + [anon_sym_COMMA] = ACTIONS(3621), + [anon_sym_LPAREN2] = ACTIONS(3621), + [anon_sym_STAR] = ACTIONS(3621), + [anon_sym_AMP_AMP] = ACTIONS(3621), + [anon_sym_AMP] = ACTIONS(3619), + [anon_sym_SEMI] = ACTIONS(3621), + [anon_sym_extern] = ACTIONS(3619), + [anon_sym___attribute__] = ACTIONS(3619), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3621), + [anon_sym___declspec] = ACTIONS(3619), + [anon_sym___based] = ACTIONS(3619), + [anon_sym_LBRACE] = ACTIONS(3621), + [anon_sym_LBRACK] = ACTIONS(3619), + [anon_sym_EQ] = ACTIONS(3621), + [anon_sym_static] = ACTIONS(3619), + [anon_sym_register] = ACTIONS(3619), + [anon_sym_inline] = ACTIONS(3619), + [anon_sym_thread_local] = ACTIONS(3619), + [anon_sym_const] = ACTIONS(3619), + [anon_sym_volatile] = ACTIONS(3619), + [anon_sym_restrict] = ACTIONS(3619), + [anon_sym__Atomic] = ACTIONS(3619), + [anon_sym_mutable] = ACTIONS(3619), + [anon_sym_constexpr] = ACTIONS(3619), + [anon_sym_COLON] = ACTIONS(3621), + [anon_sym_DASH_GT] = ACTIONS(3621), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3619), + [anon_sym_override] = ACTIONS(3619), + [anon_sym_virtual] = ACTIONS(3619), + [anon_sym_operator] = ACTIONS(3619), + [anon_sym_noexcept] = ACTIONS(3619), + [anon_sym_throw] = ACTIONS(3619), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3619), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3619), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3619), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3619), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3619), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3619), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3619), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3619), + [anon_sym_MOZ_COLD] = ACTIONS(3619), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3619), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3619), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3619), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3619), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3619), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3619), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3619), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3619), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3619), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3619), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3619), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3619), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3619), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3619), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3619), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3619), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3619), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3619), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3619), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3619), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3619), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_NONNULL] = ACTIONS(3619), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3619), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3619), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3619), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3619), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3619), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_NORETURN] = ACTIONS(3619), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3619), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3619), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3619), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3619), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3619), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3619), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3619), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3619), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3619), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3619), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3619), + [anon_sym_MOZ_RAII] = ACTIONS(3619), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3619), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3619), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3619), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3619), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3619), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3619), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3619), + }, + [1454] = { + [sym_identifier] = ACTIONS(3452), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(3454), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [anon_sym_COLON] = ACTIONS(3454), + [anon_sym_DASH_GT] = ACTIONS(3454), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3452), + [anon_sym_override] = ACTIONS(3452), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_noexcept] = ACTIONS(3452), + [anon_sym_throw] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), + }, + [1455] = { + [sym_identifier] = ACTIONS(3653), + [anon_sym_COMMA] = ACTIONS(3655), + [anon_sym_LPAREN2] = ACTIONS(3655), + [anon_sym_STAR] = ACTIONS(3655), + [anon_sym_AMP_AMP] = ACTIONS(3655), + [anon_sym_AMP] = ACTIONS(3653), + [anon_sym_SEMI] = ACTIONS(3655), + [anon_sym_extern] = ACTIONS(3653), + [anon_sym___attribute__] = ACTIONS(3653), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3655), + [anon_sym___declspec] = ACTIONS(3653), + [anon_sym___based] = ACTIONS(3653), + [anon_sym_LBRACE] = ACTIONS(3655), + [anon_sym_LBRACK] = ACTIONS(3653), + [anon_sym_EQ] = ACTIONS(3655), + [anon_sym_static] = ACTIONS(3653), + [anon_sym_register] = ACTIONS(3653), + [anon_sym_inline] = ACTIONS(3653), + [anon_sym_thread_local] = ACTIONS(3653), + [anon_sym_const] = ACTIONS(3653), + [anon_sym_volatile] = ACTIONS(3653), + [anon_sym_restrict] = ACTIONS(3653), + [anon_sym__Atomic] = ACTIONS(3653), + [anon_sym_mutable] = ACTIONS(3653), + [anon_sym_constexpr] = ACTIONS(3653), + [anon_sym_COLON] = ACTIONS(3655), + [anon_sym_DASH_GT] = ACTIONS(3655), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3653), + [anon_sym_override] = ACTIONS(3653), + [anon_sym_virtual] = ACTIONS(3653), + [anon_sym_operator] = ACTIONS(3653), + [anon_sym_noexcept] = ACTIONS(3653), + [anon_sym_throw] = ACTIONS(3653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3653), + [anon_sym_MOZ_COLD] = ACTIONS(3653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_NONNULL] = ACTIONS(3653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_NORETURN] = ACTIONS(3653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3653), + [anon_sym_MOZ_RAII] = ACTIONS(3653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3653), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3653), + }, + [1456] = { + [sym_identifier] = ACTIONS(3693), + [anon_sym_COMMA] = ACTIONS(3695), + [anon_sym_LPAREN2] = ACTIONS(3695), + [anon_sym_STAR] = ACTIONS(3695), + [anon_sym_AMP_AMP] = ACTIONS(3695), + [anon_sym_AMP] = ACTIONS(3693), + [anon_sym_SEMI] = ACTIONS(3695), + [anon_sym_extern] = ACTIONS(3693), + [anon_sym___attribute__] = ACTIONS(3693), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3695), + [anon_sym___declspec] = ACTIONS(3693), + [anon_sym___based] = ACTIONS(3693), + [anon_sym_LBRACE] = ACTIONS(3695), + [anon_sym_LBRACK] = ACTIONS(3693), + [anon_sym_EQ] = ACTIONS(3695), + [anon_sym_static] = ACTIONS(3693), + [anon_sym_register] = ACTIONS(3693), + [anon_sym_inline] = ACTIONS(3693), + [anon_sym_thread_local] = ACTIONS(3693), + [anon_sym_const] = ACTIONS(3693), + [anon_sym_volatile] = ACTIONS(3693), + [anon_sym_restrict] = ACTIONS(3693), + [anon_sym__Atomic] = ACTIONS(3693), + [anon_sym_mutable] = ACTIONS(3693), + [anon_sym_constexpr] = ACTIONS(3693), + [anon_sym_COLON] = ACTIONS(3695), + [anon_sym_DASH_GT] = ACTIONS(3695), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3693), + [anon_sym_override] = ACTIONS(3693), + [anon_sym_virtual] = ACTIONS(3693), + [anon_sym_operator] = ACTIONS(3693), + [anon_sym_noexcept] = ACTIONS(3693), + [anon_sym_throw] = ACTIONS(3693), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3693), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3693), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3693), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3693), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3693), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3693), + [anon_sym_MOZ_COLD] = ACTIONS(3693), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3693), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3693), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3693), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3693), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3693), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3693), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3693), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3693), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3693), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3693), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3693), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3693), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3693), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3693), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3693), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3693), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3693), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3693), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3693), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_NONNULL] = ACTIONS(3693), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3693), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3693), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3693), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3693), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3693), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_NORETURN] = ACTIONS(3693), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3693), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3693), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3693), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3693), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3693), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3693), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3693), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3693), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3693), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3693), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3693), + [anon_sym_MOZ_RAII] = ACTIONS(3693), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3693), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3693), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3693), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3693), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3693), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3693), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3693), + }, + [1457] = { + [sym_identifier] = ACTIONS(3495), + [anon_sym_COMMA] = ACTIONS(3497), + [anon_sym_LPAREN2] = ACTIONS(3497), + [anon_sym_STAR] = ACTIONS(3497), + [anon_sym_AMP_AMP] = ACTIONS(3497), + [anon_sym_AMP] = ACTIONS(3495), + [anon_sym_SEMI] = ACTIONS(3497), + [anon_sym_extern] = ACTIONS(3495), + [anon_sym___attribute__] = ACTIONS(3495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3497), + [anon_sym___declspec] = ACTIONS(3495), + [anon_sym___based] = ACTIONS(3495), + [anon_sym_LBRACE] = ACTIONS(3497), + [anon_sym_LBRACK] = ACTIONS(3495), + [anon_sym_EQ] = ACTIONS(3497), + [anon_sym_static] = ACTIONS(3495), + [anon_sym_register] = ACTIONS(3495), + [anon_sym_inline] = ACTIONS(3495), + [anon_sym_thread_local] = ACTIONS(3495), + [anon_sym_const] = ACTIONS(3495), + [anon_sym_volatile] = ACTIONS(3495), + [anon_sym_restrict] = ACTIONS(3495), + [anon_sym__Atomic] = ACTIONS(3495), + [anon_sym_mutable] = ACTIONS(3495), + [anon_sym_constexpr] = ACTIONS(3495), + [anon_sym_COLON] = ACTIONS(3497), + [anon_sym_DASH_GT] = ACTIONS(3497), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3495), + [anon_sym_override] = ACTIONS(3495), + [anon_sym_virtual] = ACTIONS(3495), + [anon_sym_operator] = ACTIONS(3495), + [anon_sym_noexcept] = ACTIONS(3495), + [anon_sym_throw] = ACTIONS(3495), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3495), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3495), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3495), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3495), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3495), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3495), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3495), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3495), + [anon_sym_MOZ_COLD] = ACTIONS(3495), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3495), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3495), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3495), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3495), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3495), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3495), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3495), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3495), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3495), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3495), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3495), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3495), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3495), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3495), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3495), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3495), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3495), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3495), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3495), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3495), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3495), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_NONNULL] = ACTIONS(3495), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3495), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3495), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3495), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3495), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3495), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_NORETURN] = ACTIONS(3495), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3495), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3495), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3495), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3495), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3495), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3495), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3495), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3495), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3495), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3495), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3495), + [anon_sym_MOZ_RAII] = ACTIONS(3495), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3495), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3495), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3495), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3495), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3495), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3495), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3495), + }, + [1458] = { + [sym_identifier] = ACTIONS(3591), + [anon_sym_COMMA] = ACTIONS(3593), + [anon_sym_LPAREN2] = ACTIONS(3593), + [anon_sym_STAR] = ACTIONS(3593), + [anon_sym_AMP_AMP] = ACTIONS(3593), + [anon_sym_AMP] = ACTIONS(3591), + [anon_sym_SEMI] = ACTIONS(3593), + [anon_sym_extern] = ACTIONS(3591), + [anon_sym___attribute__] = ACTIONS(3591), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3593), + [anon_sym___declspec] = ACTIONS(3591), + [anon_sym___based] = ACTIONS(3591), + [anon_sym_LBRACE] = ACTIONS(3593), + [anon_sym_LBRACK] = ACTIONS(3591), + [anon_sym_EQ] = ACTIONS(3593), + [anon_sym_static] = ACTIONS(3591), + [anon_sym_register] = ACTIONS(3591), + [anon_sym_inline] = ACTIONS(3591), + [anon_sym_thread_local] = ACTIONS(3591), + [anon_sym_const] = ACTIONS(3591), + [anon_sym_volatile] = ACTIONS(3591), + [anon_sym_restrict] = ACTIONS(3591), + [anon_sym__Atomic] = ACTIONS(3591), + [anon_sym_mutable] = ACTIONS(3591), + [anon_sym_constexpr] = ACTIONS(3591), + [anon_sym_COLON] = ACTIONS(3593), + [anon_sym_DASH_GT] = ACTIONS(3593), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3591), + [anon_sym_override] = ACTIONS(3591), + [anon_sym_virtual] = ACTIONS(3591), + [anon_sym_operator] = ACTIONS(3591), + [anon_sym_noexcept] = ACTIONS(3591), + [anon_sym_throw] = ACTIONS(3591), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3591), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3591), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3591), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3591), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3591), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3591), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3591), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3591), + [anon_sym_MOZ_COLD] = ACTIONS(3591), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3591), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3591), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3591), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3591), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3591), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3591), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3591), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3591), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3591), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3591), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3591), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3591), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3591), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3591), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3591), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3591), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3591), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3591), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3591), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3591), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3591), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_NONNULL] = ACTIONS(3591), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3591), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3591), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3591), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3591), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3591), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_NORETURN] = ACTIONS(3591), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3591), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3591), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3591), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3591), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3591), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3591), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3591), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3591), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3591), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3591), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3591), + [anon_sym_MOZ_RAII] = ACTIONS(3591), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3591), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3591), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3591), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3591), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3591), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3591), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3591), + }, + [1459] = { + [sym_identifier] = ACTIONS(3697), + [anon_sym_COMMA] = ACTIONS(3699), + [anon_sym_LPAREN2] = ACTIONS(3699), + [anon_sym_STAR] = ACTIONS(3699), + [anon_sym_AMP_AMP] = ACTIONS(3699), + [anon_sym_AMP] = ACTIONS(3697), + [anon_sym_SEMI] = ACTIONS(3699), + [anon_sym_extern] = ACTIONS(3697), + [anon_sym___attribute__] = ACTIONS(3697), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3699), + [anon_sym___declspec] = ACTIONS(3697), + [anon_sym___based] = ACTIONS(3697), + [anon_sym_LBRACE] = ACTIONS(3699), + [anon_sym_LBRACK] = ACTIONS(3697), + [anon_sym_EQ] = ACTIONS(3699), + [anon_sym_static] = ACTIONS(3697), + [anon_sym_register] = ACTIONS(3697), + [anon_sym_inline] = ACTIONS(3697), + [anon_sym_thread_local] = ACTIONS(3697), + [anon_sym_const] = ACTIONS(3697), + [anon_sym_volatile] = ACTIONS(3697), + [anon_sym_restrict] = ACTIONS(3697), + [anon_sym__Atomic] = ACTIONS(3697), + [anon_sym_mutable] = ACTIONS(3697), + [anon_sym_constexpr] = ACTIONS(3697), + [anon_sym_COLON] = ACTIONS(3699), + [anon_sym_DASH_GT] = ACTIONS(3699), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3697), + [anon_sym_override] = ACTIONS(3697), + [anon_sym_virtual] = ACTIONS(3697), + [anon_sym_operator] = ACTIONS(3697), + [anon_sym_noexcept] = ACTIONS(3697), + [anon_sym_throw] = ACTIONS(3697), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3697), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3697), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3697), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3697), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3697), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3697), + [anon_sym_MOZ_COLD] = ACTIONS(3697), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3697), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3697), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3697), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3697), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3697), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3697), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3697), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3697), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3697), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3697), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3697), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3697), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3697), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3697), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3697), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3697), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3697), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3697), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3697), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_NONNULL] = ACTIONS(3697), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3697), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3697), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3697), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3697), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3697), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_NORETURN] = ACTIONS(3697), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3697), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3697), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3697), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3697), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3697), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3697), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3697), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3697), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3697), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3697), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3697), + [anon_sym_MOZ_RAII] = ACTIONS(3697), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3697), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3697), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3697), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3697), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3697), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3697), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3697), + }, + [1460] = { + [sym_identifier] = ACTIONS(3595), + [anon_sym_COMMA] = ACTIONS(3597), + [anon_sym_LPAREN2] = ACTIONS(3597), + [anon_sym_STAR] = ACTIONS(3597), + [anon_sym_AMP_AMP] = ACTIONS(3597), + [anon_sym_AMP] = ACTIONS(3595), + [anon_sym_SEMI] = ACTIONS(3597), + [anon_sym_extern] = ACTIONS(3595), + [anon_sym___attribute__] = ACTIONS(3595), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3597), + [anon_sym___declspec] = ACTIONS(3595), + [anon_sym___based] = ACTIONS(3595), + [anon_sym_LBRACE] = ACTIONS(3597), + [anon_sym_LBRACK] = ACTIONS(3595), + [anon_sym_EQ] = ACTIONS(3597), + [anon_sym_static] = ACTIONS(3595), + [anon_sym_register] = ACTIONS(3595), + [anon_sym_inline] = ACTIONS(3595), + [anon_sym_thread_local] = ACTIONS(3595), + [anon_sym_const] = ACTIONS(3595), + [anon_sym_volatile] = ACTIONS(3595), + [anon_sym_restrict] = ACTIONS(3595), + [anon_sym__Atomic] = ACTIONS(3595), + [anon_sym_mutable] = ACTIONS(3595), + [anon_sym_constexpr] = ACTIONS(3595), + [anon_sym_COLON] = ACTIONS(3597), + [anon_sym_DASH_GT] = ACTIONS(3597), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3425), - [anon_sym_override] = ACTIONS(3425), - [anon_sym_virtual] = ACTIONS(3425), - [anon_sym_noexcept] = ACTIONS(3425), - [anon_sym_throw] = ACTIONS(3425), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3425), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3425), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3423), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3425), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3425), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3423), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3425), - [anon_sym_MOZ_COLD] = ACTIONS(3425), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3425), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3425), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3425), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3425), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3425), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3423), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3425), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3425), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3425), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3425), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3425), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3425), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3425), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3425), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3425), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3425), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3425), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3425), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3425), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3425), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3425), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3425), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3423), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3425), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3425), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3423), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3425), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3425), - [anon_sym_MOZ_NONNULL] = ACTIONS(3423), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3425), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3425), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3425), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3425), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3425), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3425), - [anon_sym_MOZ_NORETURN] = ACTIONS(3423), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3425), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3425), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3425), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3425), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3425), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3425), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3425), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3425), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3425), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3425), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3425), - [anon_sym_MOZ_RAII] = ACTIONS(3425), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3425), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3425), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3425), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3425), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3425), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3425), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3425), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3425), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3425), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3425), + [anon_sym_final] = ACTIONS(3595), + [anon_sym_override] = ACTIONS(3595), + [anon_sym_virtual] = ACTIONS(3595), + [anon_sym_operator] = ACTIONS(3595), + [anon_sym_noexcept] = ACTIONS(3595), + [anon_sym_throw] = ACTIONS(3595), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3595), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3595), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3595), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3595), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3595), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3595), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3595), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3595), + [anon_sym_MOZ_COLD] = ACTIONS(3595), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3595), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3595), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3595), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3595), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3595), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3595), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3595), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3595), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3595), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3595), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3595), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3595), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3595), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3595), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3595), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3595), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3595), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3595), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3595), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3595), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3595), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_NONNULL] = ACTIONS(3595), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3595), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3595), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3595), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3595), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3595), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_NORETURN] = ACTIONS(3595), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3595), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3595), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3595), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3595), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3595), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3595), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3595), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3595), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3595), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3595), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3595), + [anon_sym_MOZ_RAII] = ACTIONS(3595), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3595), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3595), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3595), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3595), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3595), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3595), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3595), }, - [1464] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2409), - [anon_sym_COMMA] = ACTIONS(3405), - [anon_sym_LPAREN2] = ACTIONS(2409), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_EQ] = ACTIONS(3407), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_GT2] = ACTIONS(3405), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), + [1461] = { + [sym_identifier] = ACTIONS(3685), + [anon_sym_COMMA] = ACTIONS(3687), + [anon_sym_LPAREN2] = ACTIONS(3687), + [anon_sym_STAR] = ACTIONS(3687), + [anon_sym_AMP_AMP] = ACTIONS(3687), + [anon_sym_AMP] = ACTIONS(3685), + [anon_sym_SEMI] = ACTIONS(3687), + [anon_sym_extern] = ACTIONS(3685), + [anon_sym___attribute__] = ACTIONS(3685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3687), + [anon_sym___declspec] = ACTIONS(3685), + [anon_sym___based] = ACTIONS(3685), + [anon_sym_LBRACE] = ACTIONS(3687), + [anon_sym_LBRACK] = ACTIONS(3685), + [anon_sym_EQ] = ACTIONS(3687), + [anon_sym_static] = ACTIONS(3685), + [anon_sym_register] = ACTIONS(3685), + [anon_sym_inline] = ACTIONS(3685), + [anon_sym_thread_local] = ACTIONS(3685), + [anon_sym_const] = ACTIONS(3685), + [anon_sym_volatile] = ACTIONS(3685), + [anon_sym_restrict] = ACTIONS(3685), + [anon_sym__Atomic] = ACTIONS(3685), + [anon_sym_mutable] = ACTIONS(3685), + [anon_sym_constexpr] = ACTIONS(3685), + [anon_sym_COLON] = ACTIONS(3687), + [anon_sym_DASH_GT] = ACTIONS(3687), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3685), + [anon_sym_override] = ACTIONS(3685), + [anon_sym_virtual] = ACTIONS(3685), + [anon_sym_operator] = ACTIONS(3685), + [anon_sym_noexcept] = ACTIONS(3685), + [anon_sym_throw] = ACTIONS(3685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3685), + [anon_sym_MOZ_COLD] = ACTIONS(3685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_NONNULL] = ACTIONS(3685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_NORETURN] = ACTIONS(3685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3685), + [anon_sym_MOZ_RAII] = ACTIONS(3685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3685), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3685), }, - [1465] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1300), - [sym_identifier] = ACTIONS(3475), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3056), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym_extern] = ACTIONS(3056), - [anon_sym___attribute__] = ACTIONS(3056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3056), - [anon_sym___based] = ACTIONS(3056), - [anon_sym_LBRACE] = ACTIONS(3054), - [anon_sym_EQ] = ACTIONS(3054), - [anon_sym_static] = ACTIONS(3056), - [anon_sym_register] = ACTIONS(3056), - [anon_sym_inline] = ACTIONS(3056), - [anon_sym_thread_local] = ACTIONS(3056), - [anon_sym_const] = ACTIONS(3056), - [anon_sym_volatile] = ACTIONS(3056), - [anon_sym_restrict] = ACTIONS(3056), - [anon_sym__Atomic] = ACTIONS(3056), - [anon_sym_mutable] = ACTIONS(3056), - [anon_sym_constexpr] = ACTIONS(3056), - [anon_sym_signed] = ACTIONS(3478), - [anon_sym_unsigned] = ACTIONS(3478), - [anon_sym_long] = ACTIONS(3478), - [anon_sym_short] = ACTIONS(3478), - [sym_primitive_type] = ACTIONS(3480), - [anon_sym_COLON] = ACTIONS(3054), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3056), - [anon_sym_operator] = ACTIONS(3056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3056), - [anon_sym_MOZ_COLD] = ACTIONS(3056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_NONNULL] = ACTIONS(3056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_NORETURN] = ACTIONS(3056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3056), - [anon_sym_MOZ_RAII] = ACTIONS(3056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3056), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3056), + [1462] = { + [sym_identifier] = ACTIONS(2260), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2262), + [anon_sym_COMMA] = ACTIONS(2262), + [anon_sym_RPAREN] = ACTIONS(2262), + [anon_sym_LPAREN2] = ACTIONS(2262), + [anon_sym_TILDE] = ACTIONS(2262), + [anon_sym_STAR] = ACTIONS(2262), + [anon_sym_AMP_AMP] = ACTIONS(2262), + [anon_sym_AMP] = ACTIONS(2260), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_COLON_COLON] = ACTIONS(2262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym___based] = ACTIONS(2260), + [anon_sym_LBRACK] = ACTIONS(2260), + [anon_sym_EQ] = ACTIONS(2262), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym_mutable] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2260), + [anon_sym_explicit] = ACTIONS(2260), + [anon_sym_template] = ACTIONS(2260), + [anon_sym_GT2] = ACTIONS(2262), + [anon_sym_operator] = ACTIONS(2260), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2260), + [anon_sym_MOZ_COLD] = ACTIONS(2260), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2260), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2260), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2260), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2260), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2260), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2260), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2260), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2260), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2260), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2260), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2260), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2260), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_RAII] = ACTIONS(2260), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2260), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2260), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2260), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2260), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2260), }, - [1466] = { + [1463] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2405), + [anon_sym_COMMA] = ACTIONS(3783), + [anon_sym_LPAREN2] = ACTIONS(2405), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_EQ] = ACTIONS(3785), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_GT2] = ACTIONS(3783), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), + }, + [1464] = { [sym_identifier] = ACTIONS(2278), [anon_sym_DOT_DOT_DOT] = ACTIONS(2280), [anon_sym_COMMA] = ACTIONS(2280), @@ -263013,1213 +263930,2458 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2278), [anon_sym_JS_PUBLIC_API] = ACTIONS(2278), }, + [1465] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1289), + [sym_identifier] = ACTIONS(3842), + [anon_sym_LPAREN2] = ACTIONS(3463), + [anon_sym_STAR] = ACTIONS(3463), + [anon_sym_AMP_AMP] = ACTIONS(3463), + [anon_sym_AMP] = ACTIONS(3465), + [anon_sym_SEMI] = ACTIONS(3463), + [anon_sym_extern] = ACTIONS(3465), + [anon_sym___attribute__] = ACTIONS(3465), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3463), + [anon_sym___declspec] = ACTIONS(3465), + [anon_sym___based] = ACTIONS(3465), + [anon_sym_LBRACE] = ACTIONS(3463), + [anon_sym_EQ] = ACTIONS(3463), + [anon_sym_static] = ACTIONS(3465), + [anon_sym_register] = ACTIONS(3465), + [anon_sym_inline] = ACTIONS(3465), + [anon_sym_thread_local] = ACTIONS(3465), + [anon_sym_const] = ACTIONS(3465), + [anon_sym_volatile] = ACTIONS(3465), + [anon_sym_restrict] = ACTIONS(3465), + [anon_sym__Atomic] = ACTIONS(3465), + [anon_sym_mutable] = ACTIONS(3465), + [anon_sym_constexpr] = ACTIONS(3465), + [anon_sym_signed] = ACTIONS(3845), + [anon_sym_unsigned] = ACTIONS(3845), + [anon_sym_long] = ACTIONS(3845), + [anon_sym_short] = ACTIONS(3845), + [sym_primitive_type] = ACTIONS(3847), + [anon_sym_COLON] = ACTIONS(3463), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3465), + [anon_sym_operator] = ACTIONS(3465), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3465), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3465), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3465), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3465), + [anon_sym_MOZ_COLD] = ACTIONS(3465), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3465), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3465), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3465), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3465), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3465), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3465), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3465), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3465), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3465), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3465), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3465), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3465), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3465), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3465), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3465), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3465), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_NONNULL] = ACTIONS(3465), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3465), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3465), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3465), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3465), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_NORETURN] = ACTIONS(3465), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3465), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3465), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3465), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3465), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3465), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3465), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3465), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3465), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3465), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3465), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3465), + [anon_sym_MOZ_RAII] = ACTIONS(3465), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3465), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3465), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3465), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3465), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3465), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3465), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3465), + }, + [1466] = { + [sym_identifier] = ACTIONS(3302), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3304), + [anon_sym_COMMA] = ACTIONS(3304), + [anon_sym_RPAREN] = ACTIONS(3304), + [anon_sym_LPAREN2] = ACTIONS(3304), + [anon_sym_TILDE] = ACTIONS(3304), + [anon_sym_STAR] = ACTIONS(3304), + [anon_sym_AMP_AMP] = ACTIONS(3304), + [anon_sym_AMP] = ACTIONS(3302), + [anon_sym_extern] = ACTIONS(3302), + [anon_sym___attribute__] = ACTIONS(3302), + [anon_sym_COLON_COLON] = ACTIONS(3304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3304), + [anon_sym___declspec] = ACTIONS(3302), + [anon_sym___based] = ACTIONS(3302), + [anon_sym_LBRACK] = ACTIONS(3302), + [anon_sym_EQ] = ACTIONS(3304), + [anon_sym_static] = ACTIONS(3302), + [anon_sym_register] = ACTIONS(3302), + [anon_sym_inline] = ACTIONS(3302), + [anon_sym_thread_local] = ACTIONS(3302), + [anon_sym_const] = ACTIONS(3302), + [anon_sym_volatile] = ACTIONS(3302), + [anon_sym_restrict] = ACTIONS(3302), + [anon_sym__Atomic] = ACTIONS(3302), + [anon_sym_mutable] = ACTIONS(3302), + [anon_sym_constexpr] = ACTIONS(3302), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3302), + [anon_sym_explicit] = ACTIONS(3302), + [anon_sym_template] = ACTIONS(3302), + [anon_sym_GT2] = ACTIONS(3304), + [anon_sym_operator] = ACTIONS(3302), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3302), + [anon_sym_MOZ_COLD] = ACTIONS(3302), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3302), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3302), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3302), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3302), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3302), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3302), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3302), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3302), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3302), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3302), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3302), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3302), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_RAII] = ACTIONS(3302), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3302), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3302), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3302), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3302), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3302), + }, [1467] = { - [sym_identifier] = ACTIONS(2928), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2930), - [anon_sym_COMMA] = ACTIONS(2930), - [anon_sym_RPAREN] = ACTIONS(2930), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_TILDE] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP_AMP] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2928), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym___attribute__] = ACTIONS(2928), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2928), - [anon_sym___based] = ACTIONS(2928), - [anon_sym_LBRACK] = ACTIONS(2928), - [anon_sym_EQ] = ACTIONS(2930), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_register] = ACTIONS(2928), - [anon_sym_inline] = ACTIONS(2928), - [anon_sym_thread_local] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_volatile] = ACTIONS(2928), - [anon_sym_restrict] = ACTIONS(2928), - [anon_sym__Atomic] = ACTIONS(2928), - [anon_sym_mutable] = ACTIONS(2928), - [anon_sym_constexpr] = ACTIONS(2928), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2928), - [anon_sym_explicit] = ACTIONS(2928), - [anon_sym_template] = ACTIONS(2928), - [anon_sym_GT2] = ACTIONS(2930), - [anon_sym_operator] = ACTIONS(2928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2928), - [anon_sym_MOZ_COLD] = ACTIONS(2928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_RAII] = ACTIONS(2928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2928), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2928), + [sym_template_argument_list] = STATE(1479), + [sym_identifier] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2405), + [anon_sym_COMMA] = ACTIONS(2405), + [anon_sym_RPAREN] = ACTIONS(2420), + [anon_sym_LPAREN2] = ACTIONS(2420), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(3849), + [anon_sym_EQ] = ACTIONS(2405), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, [1468] = { - [sym_identifier] = ACTIONS(2776), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2778), - [anon_sym_COMMA] = ACTIONS(2778), - [anon_sym_RPAREN] = ACTIONS(2778), - [anon_sym_LPAREN2] = ACTIONS(2778), - [anon_sym_TILDE] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2778), - [anon_sym_AMP_AMP] = ACTIONS(2778), - [anon_sym_AMP] = 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_LBRACK] = ACTIONS(2776), - [anon_sym_EQ] = ACTIONS(2778), - [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), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2776), - [anon_sym_explicit] = ACTIONS(2776), - [anon_sym_template] = ACTIONS(2776), - [anon_sym_GT2] = ACTIONS(2778), - [anon_sym_operator] = ACTIONS(2776), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2776), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2776), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2776), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2776), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2776), - [anon_sym_MOZ_COLD] = ACTIONS(2776), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2776), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2776), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2776), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2776), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2776), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2776), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2776), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2776), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2776), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2776), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2776), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2776), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2776), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2776), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2776), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2776), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_NONNULL] = ACTIONS(2776), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2776), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2776), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2776), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2776), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_NORETURN] = ACTIONS(2776), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2776), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2776), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2776), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2776), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2776), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2776), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2776), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2776), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2776), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2776), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2776), - [anon_sym_MOZ_RAII] = ACTIONS(2776), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2776), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2776), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2776), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2776), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2776), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2776), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2776), + [sym_enumerator_list] = STATE(1313), + [sym__enum_base_clause] = STATE(1296), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_RPAREN] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_STAR] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_SEMI] = ACTIONS(3828), + [anon_sym_extern] = ACTIONS(3828), + [anon_sym___attribute__] = ACTIONS(3828), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3828), + [anon_sym___declspec] = ACTIONS(3828), + [anon_sym_LBRACE] = ACTIONS(3450), + [anon_sym_LBRACK] = ACTIONS(3826), + [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(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_COLON] = ACTIONS(3852), + [anon_sym_DASH_GT] = ACTIONS(3828), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3828), + [anon_sym_override] = ACTIONS(3828), + [anon_sym_virtual] = ACTIONS(3828), + [anon_sym_noexcept] = ACTIONS(3828), + [anon_sym_throw] = ACTIONS(3828), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3828), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3828), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3828), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3828), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3828), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3828), + [anon_sym_MOZ_COLD] = ACTIONS(3828), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3828), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3828), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3828), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3828), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3828), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3828), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3828), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3828), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3828), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3828), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3828), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3828), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3828), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3828), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3828), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3828), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3828), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3828), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3828), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3828), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3828), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3826), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3828), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3828), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3828), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3828), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3828), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3828), + [anon_sym_MOZ_NONNULL] = ACTIONS(3826), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3828), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3828), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3828), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3828), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3828), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3828), + [anon_sym_MOZ_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3828), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3828), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3828), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3828), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3828), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3828), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3828), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3828), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3828), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3828), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3828), + [anon_sym_MOZ_RAII] = ACTIONS(3828), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3828), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3828), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3828), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3828), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3828), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3828), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3828), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3828), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3828), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3828), }, [1469] = { - [sym_template_argument_list] = STATE(1470), - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2409), - [anon_sym_COMMA] = ACTIONS(2409), - [anon_sym_RPAREN] = ACTIONS(2424), - [anon_sym_LPAREN2] = ACTIONS(2424), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACK] = ACTIONS(3482), - [anon_sym_EQ] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), + [sym_identifier] = ACTIONS(3456), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3458), + [anon_sym_COMMA] = ACTIONS(3458), + [anon_sym_RPAREN] = ACTIONS(3458), + [anon_sym_LPAREN2] = ACTIONS(3458), + [anon_sym_TILDE] = ACTIONS(3458), + [anon_sym_STAR] = ACTIONS(3458), + [anon_sym_AMP_AMP] = ACTIONS(3458), + [anon_sym_AMP] = ACTIONS(3456), + [anon_sym_extern] = ACTIONS(3456), + [anon_sym___attribute__] = ACTIONS(3456), + [anon_sym_COLON_COLON] = ACTIONS(3458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3458), + [anon_sym___declspec] = ACTIONS(3456), + [anon_sym___based] = ACTIONS(3456), + [anon_sym_LBRACK] = ACTIONS(3456), + [anon_sym_EQ] = ACTIONS(3458), + [anon_sym_static] = ACTIONS(3456), + [anon_sym_register] = ACTIONS(3456), + [anon_sym_inline] = ACTIONS(3456), + [anon_sym_thread_local] = ACTIONS(3456), + [anon_sym_const] = ACTIONS(3456), + [anon_sym_volatile] = ACTIONS(3456), + [anon_sym_restrict] = ACTIONS(3456), + [anon_sym__Atomic] = ACTIONS(3456), + [anon_sym_mutable] = ACTIONS(3456), + [anon_sym_constexpr] = ACTIONS(3456), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3456), + [anon_sym_explicit] = ACTIONS(3456), + [anon_sym_template] = ACTIONS(3456), + [anon_sym_GT2] = ACTIONS(3458), + [anon_sym_operator] = ACTIONS(3456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3456), + [anon_sym_MOZ_COLD] = ACTIONS(3456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_NONNULL] = ACTIONS(3456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3456), + [anon_sym_MOZ_RAII] = ACTIONS(3456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3456), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3456), }, [1470] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2523), - [anon_sym_COMMA] = ACTIONS(2523), - [anon_sym_RPAREN] = ACTIONS(2520), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_STAR] = ACTIONS(2523), - [anon_sym_AMP_AMP] = ACTIONS(2523), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2518), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2520), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACK] = ACTIONS(2527), - [anon_sym_EQ] = ACTIONS(2523), - [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), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), + [sym_identifier] = ACTIONS(3150), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_RPAREN] = ACTIONS(3152), + [anon_sym_LPAREN2] = ACTIONS(3152), + [anon_sym_TILDE] = ACTIONS(3152), + [anon_sym_STAR] = ACTIONS(3152), + [anon_sym_AMP_AMP] = ACTIONS(3152), + [anon_sym_AMP] = ACTIONS(3150), + [anon_sym_extern] = ACTIONS(3150), + [anon_sym___attribute__] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(3152), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), + [anon_sym___declspec] = ACTIONS(3150), + [anon_sym___based] = ACTIONS(3150), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_EQ] = ACTIONS(3152), + [anon_sym_static] = ACTIONS(3150), + [anon_sym_register] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_thread_local] = ACTIONS(3150), + [anon_sym_const] = ACTIONS(3150), + [anon_sym_volatile] = ACTIONS(3150), + [anon_sym_restrict] = ACTIONS(3150), + [anon_sym__Atomic] = ACTIONS(3150), + [anon_sym_mutable] = ACTIONS(3150), + [anon_sym_constexpr] = ACTIONS(3150), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3150), + [anon_sym_explicit] = ACTIONS(3150), + [anon_sym_template] = ACTIONS(3150), + [anon_sym_GT2] = ACTIONS(3152), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3150), + [anon_sym_MOZ_COLD] = ACTIONS(3150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_NONNULL] = ACTIONS(3150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_NORETURN] = ACTIONS(3150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3150), + [anon_sym_MOZ_RAII] = ACTIONS(3150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3150), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3150), }, [1471] = { - [sym_identifier] = ACTIONS(3485), - [anon_sym_extern] = ACTIONS(3485), - [anon_sym___attribute__] = ACTIONS(3485), - [anon_sym_COLON_COLON] = ACTIONS(3487), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3487), - [anon_sym___declspec] = ACTIONS(3485), - [anon_sym_static] = ACTIONS(3485), - [anon_sym_register] = ACTIONS(3485), - [anon_sym_inline] = ACTIONS(3485), - [anon_sym_thread_local] = ACTIONS(3485), - [anon_sym_const] = ACTIONS(3485), - [anon_sym_volatile] = ACTIONS(3485), - [anon_sym_restrict] = ACTIONS(3485), - [anon_sym__Atomic] = ACTIONS(3485), - [anon_sym_mutable] = ACTIONS(3485), - [anon_sym_constexpr] = ACTIONS(3485), - [anon_sym_signed] = ACTIONS(3485), - [anon_sym_unsigned] = ACTIONS(3485), - [anon_sym_long] = ACTIONS(3485), - [anon_sym_short] = ACTIONS(3485), - [sym_primitive_type] = ACTIONS(3485), - [anon_sym_enum] = ACTIONS(3485), - [anon_sym_class] = ACTIONS(3485), - [anon_sym_struct] = ACTIONS(3485), - [anon_sym_union] = ACTIONS(3485), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3485), - [anon_sym_virtual] = ACTIONS(3485), - [sym_auto] = ACTIONS(3485), - [anon_sym_typename] = ACTIONS(3485), - [anon_sym_template] = ACTIONS(3485), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3485), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3485), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3485), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3485), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3485), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3485), - [anon_sym_MOZ_COLD] = ACTIONS(3485), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3485), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3485), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3485), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3485), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3485), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3485), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3485), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3485), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3485), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3485), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3485), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3485), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3485), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3485), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3485), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3485), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3485), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3485), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3485), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3485), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3485), - [anon_sym_MOZ_NONNULL] = ACTIONS(3485), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3485), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3485), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3485), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3485), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3485), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3485), - [anon_sym_MOZ_NORETURN] = ACTIONS(3485), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3485), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3485), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3485), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3485), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3485), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3485), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3485), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3485), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3485), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3485), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3485), - [anon_sym_MOZ_RAII] = ACTIONS(3485), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3485), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3485), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3485), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3485), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3485), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3485), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3485), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3485), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3485), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3485), + [sym_enumerator_list] = STATE(1354), + [sym__enum_base_clause] = STATE(1307), + [anon_sym_COMMA] = ACTIONS(3834), + [anon_sym_RPAREN] = ACTIONS(3834), + [anon_sym_LPAREN2] = ACTIONS(3834), + [anon_sym_STAR] = ACTIONS(3834), + [anon_sym_AMP_AMP] = ACTIONS(3834), + [anon_sym_AMP] = ACTIONS(3832), + [anon_sym_SEMI] = ACTIONS(3834), + [anon_sym_extern] = ACTIONS(3834), + [anon_sym___attribute__] = ACTIONS(3834), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3834), + [anon_sym___declspec] = ACTIONS(3834), + [anon_sym_LBRACE] = ACTIONS(3450), + [anon_sym_LBRACK] = ACTIONS(3832), + [anon_sym_static] = ACTIONS(3834), + [anon_sym_register] = ACTIONS(3834), + [anon_sym_inline] = ACTIONS(3834), + [anon_sym_thread_local] = ACTIONS(3834), + [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_COLON] = ACTIONS(3852), + [anon_sym_DASH_GT] = ACTIONS(3834), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3834), + [anon_sym_override] = ACTIONS(3834), + [anon_sym_virtual] = ACTIONS(3834), + [anon_sym_noexcept] = ACTIONS(3834), + [anon_sym_throw] = ACTIONS(3834), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3834), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3834), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3834), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3834), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3834), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3834), + [anon_sym_MOZ_COLD] = ACTIONS(3834), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3834), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3834), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3834), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3834), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3834), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3834), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3834), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3834), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3834), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3834), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3834), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3834), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3834), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3834), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3834), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3834), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3834), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3834), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3834), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3834), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3834), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3832), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3834), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3834), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3834), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3834), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3834), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3834), + [anon_sym_MOZ_NONNULL] = ACTIONS(3832), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3834), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3834), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3834), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3834), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3834), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3834), + [anon_sym_MOZ_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3834), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3834), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3834), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3834), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3834), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3834), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3834), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3834), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3834), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3834), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3834), + [anon_sym_MOZ_RAII] = ACTIONS(3834), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3834), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3834), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3834), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3834), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3834), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3834), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3834), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3834), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3834), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3834), }, [1472] = { - [sym_template_argument_list] = STATE(1484), - [sym_identifier] = ACTIONS(2401), - [anon_sym_LPAREN2] = ACTIONS(2424), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2409), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2409), - [anon_sym_LBRACK] = ACTIONS(3489), - [anon_sym_EQ] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [anon_sym_COLON] = ACTIONS(2401), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), + [sym_identifier] = ACTIONS(3154), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3156), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LPAREN2] = ACTIONS(3156), + [anon_sym_TILDE] = ACTIONS(3156), + [anon_sym_STAR] = ACTIONS(3156), + [anon_sym_AMP_AMP] = ACTIONS(3156), + [anon_sym_AMP] = ACTIONS(3154), + [anon_sym_extern] = ACTIONS(3154), + [anon_sym___attribute__] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(3156), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), + [anon_sym___declspec] = ACTIONS(3154), + [anon_sym___based] = ACTIONS(3154), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_EQ] = ACTIONS(3156), + [anon_sym_static] = ACTIONS(3154), + [anon_sym_register] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_thread_local] = ACTIONS(3154), + [anon_sym_const] = ACTIONS(3154), + [anon_sym_volatile] = ACTIONS(3154), + [anon_sym_restrict] = ACTIONS(3154), + [anon_sym__Atomic] = ACTIONS(3154), + [anon_sym_mutable] = ACTIONS(3154), + [anon_sym_constexpr] = ACTIONS(3154), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3154), + [anon_sym_explicit] = ACTIONS(3154), + [anon_sym_template] = ACTIONS(3154), + [anon_sym_GT2] = ACTIONS(3156), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3154), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3154), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3154), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3154), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3154), + [anon_sym_MOZ_COLD] = ACTIONS(3154), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3154), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3154), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3154), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3154), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3154), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3154), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3154), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3154), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3154), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3154), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3154), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3154), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3154), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3154), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3154), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3154), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_NONNULL] = ACTIONS(3154), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3154), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3154), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3154), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3154), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_NORETURN] = ACTIONS(3154), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3154), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3154), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3154), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3154), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3154), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3154), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3154), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3154), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3154), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3154), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3154), + [anon_sym_MOZ_RAII] = ACTIONS(3154), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3154), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3154), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3154), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3154), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3154), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3154), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3154), }, [1473] = { - [sym_template_argument_list] = STATE(1484), - [sym_identifier] = ACTIONS(2449), - [anon_sym_LPAREN2] = ACTIONS(2453), - [anon_sym_STAR] = ACTIONS(2456), - [anon_sym_AMP_AMP] = ACTIONS(2456), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2456), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2456), - [anon_sym_LBRACK] = ACTIONS(2458), - [anon_sym_EQ] = ACTIONS(2456), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [anon_sym_COLON] = ACTIONS(2449), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), + [sym_enumerator_list] = STATE(1354), + [sym__enum_base_clause] = STATE(1307), + [sym_identifier] = ACTIONS(3832), + [anon_sym_COMMA] = ACTIONS(3834), + [anon_sym_LPAREN2] = ACTIONS(3834), + [anon_sym_TILDE] = ACTIONS(3834), + [anon_sym_STAR] = ACTIONS(3834), + [anon_sym_AMP_AMP] = ACTIONS(3834), + [anon_sym_AMP] = 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(3450), + [anon_sym_LBRACK] = 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_COLON] = ACTIONS(3854), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3832), + [anon_sym_template] = ACTIONS(3832), + [anon_sym_operator] = ACTIONS(3832), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3832), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3832), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3832), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3832), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3832), + [anon_sym_MOZ_COLD] = ACTIONS(3832), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3832), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3832), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3832), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3832), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3832), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3832), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3832), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3832), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3832), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3832), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3832), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3832), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3832), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3832), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3832), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3832), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_NONNULL] = ACTIONS(3832), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3832), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3832), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3832), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3832), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_NORETURN] = ACTIONS(3832), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3832), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3832), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3832), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3832), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3832), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3832), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3832), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3832), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3832), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3832), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3832), + [anon_sym_MOZ_RAII] = ACTIONS(3832), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3832), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3832), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3832), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3832), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3832), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3832), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3832), }, [1474] = { - [sym__declaration_modifiers] = STATE(1260), - [sym_attribute_specifier] = STATE(1260), - [sym_attribute_declaration] = STATE(1260), - [sym_ms_declspec_modifier] = STATE(1260), - [sym_storage_class_specifier] = STATE(1260), - [sym_type_qualifier] = STATE(1260), - [sym_virtual_function_specifier] = STATE(1260), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1260), - [anon_sym_LPAREN2] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3019), - [anon_sym_extern] = ACTIONS(3491), - [anon_sym___attribute__] = ACTIONS(3493), + [sym_argument_list] = STATE(2165), + [sym_identifier] = ACTIONS(3452), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3454), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_RPAREN] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3856), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3454), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), + }, + [1475] = { + [sym_template_argument_list] = STATE(1479), + [sym_identifier] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2466), + [anon_sym_COMMA] = ACTIONS(2466), + [anon_sym_RPAREN] = ACTIONS(2463), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2466), + [anon_sym_AMP_AMP] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_EQ] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), + }, + [1476] = { + [sym_identifier] = ACTIONS(3452), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3454), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_RPAREN] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(3477), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), + }, + [1477] = { + [sym_identifier] = ACTIONS(3452), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3454), + [anon_sym_COMMA] = ACTIONS(3454), + [anon_sym_RPAREN] = ACTIONS(3454), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3454), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3454), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(3477), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_EQ] = ACTIONS(3454), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), + }, + [1478] = { + [sym_enumerator_list] = STATE(1313), + [sym__enum_base_clause] = STATE(1296), + [sym_identifier] = ACTIONS(3826), + [anon_sym_COMMA] = ACTIONS(3828), + [anon_sym_LPAREN2] = ACTIONS(3828), + [anon_sym_TILDE] = ACTIONS(3828), + [anon_sym_STAR] = ACTIONS(3828), + [anon_sym_AMP_AMP] = ACTIONS(3828), + [anon_sym_AMP] = 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(3450), + [anon_sym_LBRACK] = 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_COLON] = ACTIONS(3854), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3826), + [anon_sym_template] = ACTIONS(3826), + [anon_sym_operator] = ACTIONS(3826), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3826), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3826), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3826), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3826), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3826), + [anon_sym_MOZ_COLD] = ACTIONS(3826), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3826), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3826), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3826), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3826), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3826), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3826), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3826), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3826), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3826), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3826), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3826), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3826), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3826), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3826), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3826), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3826), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_NONNULL] = ACTIONS(3826), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3826), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3826), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3826), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3826), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_NORETURN] = ACTIONS(3826), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3826), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3826), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3826), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3826), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3826), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3826), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3826), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3826), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3826), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3826), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3826), + [anon_sym_MOZ_RAII] = ACTIONS(3826), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3826), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3826), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3826), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3826), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3826), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3826), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3826), + }, + [1479] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2519), + [anon_sym_COMMA] = ACTIONS(2519), + [anon_sym_RPAREN] = ACTIONS(2516), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_AMP_AMP] = ACTIONS(2519), + [anon_sym_AMP] = ACTIONS(2512), + [anon_sym_SEMI] = ACTIONS(2514), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_EQ] = ACTIONS(2519), + [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), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), + }, + [1480] = { + [sym_identifier] = ACTIONS(3859), + [anon_sym_extern] = ACTIONS(3859), + [anon_sym___attribute__] = ACTIONS(3859), + [anon_sym_COLON_COLON] = ACTIONS(3861), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3861), + [anon_sym___declspec] = ACTIONS(3859), + [anon_sym_static] = ACTIONS(3859), + [anon_sym_register] = ACTIONS(3859), + [anon_sym_inline] = ACTIONS(3859), + [anon_sym_thread_local] = ACTIONS(3859), + [anon_sym_const] = ACTIONS(3859), + [anon_sym_volatile] = ACTIONS(3859), + [anon_sym_restrict] = ACTIONS(3859), + [anon_sym__Atomic] = ACTIONS(3859), + [anon_sym_mutable] = ACTIONS(3859), + [anon_sym_constexpr] = ACTIONS(3859), + [anon_sym_signed] = ACTIONS(3859), + [anon_sym_unsigned] = ACTIONS(3859), + [anon_sym_long] = ACTIONS(3859), + [anon_sym_short] = ACTIONS(3859), + [sym_primitive_type] = ACTIONS(3859), + [anon_sym_enum] = ACTIONS(3859), + [anon_sym_class] = ACTIONS(3859), + [anon_sym_struct] = ACTIONS(3859), + [anon_sym_union] = ACTIONS(3859), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3859), + [anon_sym_virtual] = ACTIONS(3859), + [sym_auto] = ACTIONS(3859), + [anon_sym_typename] = ACTIONS(3859), + [anon_sym_template] = ACTIONS(3859), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3859), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3859), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3859), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3859), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3859), + [anon_sym_MOZ_COLD] = ACTIONS(3859), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3859), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3859), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3859), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3859), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3859), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3859), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3859), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3859), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3859), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3859), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3859), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3859), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3859), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3859), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3859), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3859), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3859), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3859), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3859), + [anon_sym_MOZ_NONNULL] = ACTIONS(3859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3859), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3859), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3859), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3859), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3859), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3859), + [anon_sym_MOZ_NORETURN] = ACTIONS(3859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3859), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3859), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3859), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3859), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3859), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3859), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3859), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3859), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3859), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3859), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3859), + [anon_sym_MOZ_RAII] = ACTIONS(3859), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3859), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3859), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3859), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3859), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3859), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3859), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3859), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3859), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3859), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3859), + }, + [1481] = { + [sym_template_argument_list] = STATE(1493), + [sym_identifier] = ACTIONS(2459), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_STAR] = ACTIONS(2466), + [anon_sym_AMP_AMP] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_SEMI] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACE] = ACTIONS(2466), + [anon_sym_LBRACK] = ACTIONS(2468), + [anon_sym_EQ] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [anon_sym_COLON] = ACTIONS(2459), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), + }, + [1482] = { + [sym_template_argument_list] = STATE(1493), + [sym_identifier] = ACTIONS(2397), + [anon_sym_LPAREN2] = ACTIONS(2420), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3354), + [anon_sym_SEMI] = ACTIONS(2405), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2405), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_EQ] = ACTIONS(2405), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_COLON] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), + }, + [1483] = { + [sym__declaration_modifiers] = STATE(1487), + [sym_attribute_specifier] = STATE(1487), + [sym_attribute_declaration] = STATE(1487), + [sym_ms_declspec_modifier] = STATE(1487), + [sym_storage_class_specifier] = STATE(1487), + [sym_type_qualifier] = STATE(1487), + [sym_virtual_function_specifier] = STATE(1487), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1487), + [anon_sym_LPAREN2] = ACTIONS(3366), + [anon_sym_STAR] = ACTIONS(3366), + [anon_sym_AMP_AMP] = ACTIONS(3366), + [anon_sym_AMP] = ACTIONS(3364), + [anon_sym_extern] = ACTIONS(3865), + [anon_sym___attribute__] = ACTIONS(3867), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(3495), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_static] = ACTIONS(3491), - [anon_sym_register] = ACTIONS(3491), - [anon_sym_inline] = ACTIONS(3491), - [anon_sym_thread_local] = ACTIONS(3491), + [anon_sym___declspec] = ACTIONS(3869), + [anon_sym_LBRACK] = ACTIONS(3364), + [anon_sym_static] = ACTIONS(3865), + [anon_sym_register] = ACTIONS(3865), + [anon_sym_inline] = ACTIONS(3865), + [anon_sym_thread_local] = ACTIONS(3865), [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3497), - [anon_sym_restrict] = ACTIONS(3497), - [anon_sym__Atomic] = ACTIONS(3497), - [anon_sym_mutable] = ACTIONS(3497), - [anon_sym_constexpr] = ACTIONS(3497), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), + [anon_sym_volatile] = ACTIONS(3871), + [anon_sym_restrict] = ACTIONS(3871), + [anon_sym__Atomic] = ACTIONS(3871), + [anon_sym_mutable] = ACTIONS(3871), + [anon_sym_constexpr] = ACTIONS(3871), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3873), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), }, - [1475] = { - [sym_template_argument_list] = STATE(1488), - [sym_identifier] = ACTIONS(2401), - [anon_sym_LPAREN2] = ACTIONS(2424), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2409), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACK] = ACTIONS(3482), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), + [1484] = { + [sym_template_argument_list] = STATE(1497), + [sym_identifier] = ACTIONS(2459), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2466), + [anon_sym_AMP_AMP] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), }, - [1476] = { - [sym__declaration_modifiers] = STATE(1482), - [sym_attribute_specifier] = STATE(1482), - [sym_attribute_declaration] = STATE(1482), - [sym_ms_declspec_modifier] = STATE(1482), - [sym_storage_class_specifier] = STATE(1482), - [sym_type_qualifier] = STATE(1482), - [sym_virtual_function_specifier] = STATE(1482), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1482), - [anon_sym_LPAREN2] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_extern] = ACTIONS(3491), - [anon_sym___attribute__] = ACTIONS(3493), + [1485] = { + [sym__declaration_modifiers] = STATE(1269), + [sym_attribute_specifier] = STATE(1269), + [sym_attribute_declaration] = STATE(1269), + [sym_ms_declspec_modifier] = STATE(1269), + [sym_storage_class_specifier] = STATE(1269), + [sym_type_qualifier] = STATE(1269), + [sym_virtual_function_specifier] = STATE(1269), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1269), + [anon_sym_LPAREN2] = ACTIONS(3370), + [anon_sym_STAR] = ACTIONS(3370), + [anon_sym_AMP_AMP] = ACTIONS(3370), + [anon_sym_AMP] = ACTIONS(3368), + [anon_sym_extern] = ACTIONS(3865), + [anon_sym___attribute__] = ACTIONS(3867), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(3495), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(3491), - [anon_sym_register] = ACTIONS(3491), - [anon_sym_inline] = ACTIONS(3491), - [anon_sym_thread_local] = ACTIONS(3491), + [anon_sym___declspec] = ACTIONS(3869), + [anon_sym_LBRACK] = ACTIONS(3368), + [anon_sym_static] = ACTIONS(3865), + [anon_sym_register] = ACTIONS(3865), + [anon_sym_inline] = ACTIONS(3865), + [anon_sym_thread_local] = ACTIONS(3865), [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3497), - [anon_sym_restrict] = ACTIONS(3497), - [anon_sym__Atomic] = ACTIONS(3497), - [anon_sym_mutable] = ACTIONS(3497), - [anon_sym_constexpr] = ACTIONS(3497), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), + [anon_sym_volatile] = ACTIONS(3871), + [anon_sym_restrict] = ACTIONS(3871), + [anon_sym__Atomic] = ACTIONS(3871), + [anon_sym_mutable] = ACTIONS(3871), + [anon_sym_constexpr] = ACTIONS(3871), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3873), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), }, - [1477] = { - [sym_template_argument_list] = STATE(1299), - [sym_identifier] = ACTIONS(2401), - [anon_sym_LPAREN2] = ACTIONS(2409), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2427), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), + [1486] = { + [sym_template_argument_list] = STATE(1479), + [sym_identifier] = ACTIONS(2397), + [anon_sym_LPAREN2] = ACTIONS(2420), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(3877), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(3849), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [1478] = { - [sym_ms_based_modifier] = STATE(4918), - [sym__declarator] = STATE(3723), - [sym_parenthesized_declarator] = STATE(3712), - [sym_attributed_declarator] = STATE(3712), - [sym_pointer_declarator] = STATE(3712), - [sym_function_declarator] = STATE(3712), - [sym_array_declarator] = STATE(3712), - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1487] = { + [sym__declaration_modifiers] = STATE(1269), + [sym_attribute_specifier] = STATE(1269), + [sym_attribute_declaration] = STATE(1269), + [sym_ms_declspec_modifier] = STATE(1269), + [sym_storage_class_specifier] = STATE(1269), + [sym_type_qualifier] = STATE(1269), + [sym_virtual_function_specifier] = STATE(1269), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1269), + [anon_sym_LPAREN2] = ACTIONS(3378), + [anon_sym_STAR] = ACTIONS(3378), + [anon_sym_AMP_AMP] = ACTIONS(3378), + [anon_sym_AMP] = ACTIONS(3376), + [anon_sym_extern] = ACTIONS(3865), + [anon_sym___attribute__] = ACTIONS(3867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(3869), + [anon_sym_LBRACK] = ACTIONS(3376), + [anon_sym_static] = ACTIONS(3865), + [anon_sym_register] = ACTIONS(3865), + [anon_sym_inline] = ACTIONS(3865), + [anon_sym_thread_local] = ACTIONS(3865), + [anon_sym_const] = ACTIONS(57), + [anon_sym_volatile] = ACTIONS(3871), + [anon_sym_restrict] = ACTIONS(3871), + [anon_sym__Atomic] = ACTIONS(3871), + [anon_sym_mutable] = ACTIONS(3871), + [anon_sym_constexpr] = ACTIONS(3871), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3873), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), + }, + [1488] = { + [sym_ms_based_modifier] = STATE(4944), + [sym__declarator] = STATE(3778), + [sym_parenthesized_declarator] = STATE(3720), + [sym_attributed_declarator] = STATE(3720), + [sym_pointer_declarator] = STATE(3720), + [sym_function_declarator] = STATE(3720), + [sym_array_declarator] = STATE(3720), + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_reference_declarator] = STATE(3712), - [sym_structured_binding_declarator] = STATE(3712), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2221), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_destructor_name] = STATE(3712), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3516), - [sym_qualified_identifier] = STATE(2245), - [sym_qualified_type_identifier] = STATE(4548), - [sym_operator_name] = STATE(3712), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2936), - [anon_sym_LPAREN2] = ACTIONS(2938), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2940), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_reference_declarator] = STATE(3720), + [sym_structured_binding_declarator] = STATE(3720), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2229), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_destructor_name] = STATE(3720), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3511), + [sym_qualified_identifier] = STATE(2252), + [sym_qualified_type_identifier] = STATE(4751), + [sym_operator_name] = STATE(3720), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3310), + [anon_sym_LPAREN2] = ACTIONS(3312), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3314), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(2752), + [anon_sym_COLON_COLON] = ACTIONS(3124), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2540), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2536), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_operator] = ACTIONS(2371), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_operator] = ACTIONS(2367), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -264237,714 +266399,613 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1479] = { - [sym_template_argument_list] = STATE(1488), - [sym_identifier] = ACTIONS(2449), - [anon_sym_LPAREN2] = ACTIONS(2453), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_STAR] = ACTIONS(2456), - [anon_sym_AMP_AMP] = ACTIONS(2456), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2456), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACK] = ACTIONS(2460), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1480] = { - [sym_template_argument_list] = STATE(1470), - [sym_identifier] = ACTIONS(2401), - [anon_sym_LPAREN2] = ACTIONS(2424), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_AMP_AMP] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(3503), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACK] = ACTIONS(3482), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = ACTIONS(2401), - [anon_sym_thread_local] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_volatile] = ACTIONS(2401), - [anon_sym_restrict] = ACTIONS(2401), - [anon_sym__Atomic] = ACTIONS(2401), - [anon_sym_mutable] = ACTIONS(2401), - [anon_sym_constexpr] = ACTIONS(2401), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2401), - [anon_sym_template] = ACTIONS(2401), - [anon_sym_operator] = ACTIONS(2401), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2401), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2401), - [anon_sym_MOZ_COLD] = ACTIONS(2401), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2401), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2401), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2401), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2401), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2401), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2401), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2401), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2401), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2401), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2401), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2401), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2401), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL] = ACTIONS(2401), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2401), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2401), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN] = ACTIONS(2401), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2401), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2401), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2401), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2401), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2401), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2401), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2401), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2401), - [anon_sym_MOZ_RAII] = ACTIONS(2401), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2401), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2401), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2401), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2401), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2401), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2401), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2401), + [1489] = { + [sym_template_argument_list] = STATE(1497), + [sym_identifier] = ACTIONS(2397), + [anon_sym_LPAREN2] = ACTIONS(2420), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(2405), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2420), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(3849), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [1481] = { - [sym__declaration_modifiers] = STATE(1474), - [sym_attribute_specifier] = STATE(1474), - [sym_attribute_declaration] = STATE(1474), - [sym_ms_declspec_modifier] = STATE(1474), - [sym_storage_class_specifier] = STATE(1474), - [sym_type_qualifier] = STATE(1474), - [sym_virtual_function_specifier] = STATE(1474), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1474), - [anon_sym_LPAREN2] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3011), - [anon_sym_extern] = ACTIONS(3491), - [anon_sym___attribute__] = ACTIONS(3493), + [1490] = { + [sym__declaration_modifiers] = STATE(1485), + [sym_attribute_specifier] = STATE(1485), + [sym_attribute_declaration] = STATE(1485), + [sym_ms_declspec_modifier] = STATE(1485), + [sym_storage_class_specifier] = STATE(1485), + [sym_type_qualifier] = STATE(1485), + [sym_virtual_function_specifier] = STATE(1485), + [sym_macro_annotation] = STATE(1308), + [aux_sym__declaration_specifiers_repeat1] = STATE(1485), + [anon_sym_LPAREN2] = ACTIONS(3374), + [anon_sym_STAR] = ACTIONS(3374), + [anon_sym_AMP_AMP] = ACTIONS(3374), + [anon_sym_AMP] = ACTIONS(3372), + [anon_sym_extern] = ACTIONS(3865), + [anon_sym___attribute__] = ACTIONS(3867), [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(3495), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_static] = ACTIONS(3491), - [anon_sym_register] = ACTIONS(3491), - [anon_sym_inline] = ACTIONS(3491), - [anon_sym_thread_local] = ACTIONS(3491), + [anon_sym___declspec] = ACTIONS(3869), + [anon_sym_LBRACK] = ACTIONS(3372), + [anon_sym_static] = ACTIONS(3865), + [anon_sym_register] = ACTIONS(3865), + [anon_sym_inline] = ACTIONS(3865), + [anon_sym_thread_local] = ACTIONS(3865), [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3497), - [anon_sym_restrict] = ACTIONS(3497), - [anon_sym__Atomic] = ACTIONS(3497), - [anon_sym_mutable] = ACTIONS(3497), - [anon_sym_constexpr] = ACTIONS(3497), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), + [anon_sym_volatile] = ACTIONS(3871), + [anon_sym_restrict] = ACTIONS(3871), + [anon_sym__Atomic] = ACTIONS(3871), + [anon_sym_mutable] = ACTIONS(3871), + [anon_sym_constexpr] = ACTIONS(3871), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3873), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), }, - [1482] = { - [sym__declaration_modifiers] = STATE(1260), - [sym_attribute_specifier] = STATE(1260), - [sym_attribute_declaration] = STATE(1260), - [sym_ms_declspec_modifier] = STATE(1260), - [sym_storage_class_specifier] = STATE(1260), - [sym_type_qualifier] = STATE(1260), - [sym_virtual_function_specifier] = STATE(1260), - [sym_macro_annotation] = STATE(1281), - [aux_sym__declaration_specifiers_repeat1] = STATE(1260), - [anon_sym_LPAREN2] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3023), - [anon_sym_extern] = ACTIONS(3491), - [anon_sym___attribute__] = ACTIONS(3493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(3495), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_static] = ACTIONS(3491), - [anon_sym_register] = ACTIONS(3491), - [anon_sym_inline] = ACTIONS(3491), - [anon_sym_thread_local] = ACTIONS(3491), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3497), - [anon_sym_restrict] = ACTIONS(3497), - [anon_sym__Atomic] = ACTIONS(3497), - [anon_sym_mutable] = ACTIONS(3497), - [anon_sym_constexpr] = ACTIONS(3497), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3499), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), + [1491] = { + [sym_template_argument_list] = STATE(1479), + [sym_identifier] = ACTIONS(2459), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2466), + [anon_sym_STAR] = ACTIONS(2466), + [anon_sym_AMP_AMP] = ACTIONS(2466), + [anon_sym_AMP] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(2461), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym___attribute__] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), + [anon_sym___declspec] = ACTIONS(2459), + [anon_sym___based] = ACTIONS(2459), + [anon_sym_LBRACK] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_inline] = ACTIONS(2459), + [anon_sym_thread_local] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [anon_sym_volatile] = ACTIONS(2459), + [anon_sym_restrict] = ACTIONS(2459), + [anon_sym__Atomic] = ACTIONS(2459), + [anon_sym_mutable] = ACTIONS(2459), + [anon_sym_constexpr] = ACTIONS(2459), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2459), + [anon_sym_template] = ACTIONS(2459), + [anon_sym_operator] = ACTIONS(2459), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2459), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2459), + [anon_sym_MOZ_COLD] = ACTIONS(2459), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2459), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2459), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2459), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2459), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2459), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2459), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2459), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2459), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2459), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2459), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2459), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2459), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL] = ACTIONS(2459), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2459), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2459), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN] = ACTIONS(2459), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2459), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2459), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2459), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2459), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2459), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2459), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2459), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2459), + [anon_sym_MOZ_RAII] = ACTIONS(2459), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2459), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2459), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2459), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2459), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2459), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2459), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2459), }, - [1483] = { - [sym_template_argument_list] = STATE(1470), - [sym_identifier] = ACTIONS(2449), - [anon_sym_LPAREN2] = ACTIONS(2453), - [anon_sym_TILDE] = ACTIONS(2456), - [anon_sym_STAR] = ACTIONS(2456), - [anon_sym_AMP_AMP] = ACTIONS(2456), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_LT] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2451), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACK] = ACTIONS(2460), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_thread_local] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym__Atomic] = ACTIONS(2449), - [anon_sym_mutable] = ACTIONS(2449), - [anon_sym_constexpr] = ACTIONS(2449), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2449), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2449), - [anon_sym_MOZ_COLD] = ACTIONS(2449), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2449), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2449), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2449), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2449), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2449), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2449), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2449), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2449), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2449), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2449), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2449), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2449), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL] = ACTIONS(2449), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2449), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2449), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN] = ACTIONS(2449), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2449), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2449), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2449), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2449), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2449), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2449), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2449), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2449), - [anon_sym_MOZ_RAII] = ACTIONS(2449), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2449), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2449), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2449), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2449), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2449), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2449), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2449), + [1492] = { + [sym_template_argument_list] = STATE(1294), + [sym_identifier] = ACTIONS(2397), + [anon_sym_LPAREN2] = ACTIONS(2405), + [anon_sym_TILDE] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2405), + [anon_sym_AMP_AMP] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(3362), + [anon_sym_SEMI] = ACTIONS(2423), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_thread_local] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2397), }, - [1484] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_STAR] = ACTIONS(2523), - [anon_sym_AMP_AMP] = ACTIONS(2523), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2523), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2520), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2525), - [anon_sym_EQ] = ACTIONS(2523), - [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_COLON] = ACTIONS(2516), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), + [1493] = { + [sym_identifier] = ACTIONS(2512), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_AMP_AMP] = ACTIONS(2519), + [anon_sym_AMP] = ACTIONS(2512), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2521), + [anon_sym_EQ] = ACTIONS(2519), + [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_COLON] = ACTIONS(2512), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), }, - [1485] = { - [sym_identifier] = ACTIONS(2282), - [anon_sym_COMMA] = ACTIONS(2284), - [anon_sym_LPAREN2] = ACTIONS(2284), - [anon_sym_STAR] = ACTIONS(2284), - [anon_sym_AMP_AMP] = ACTIONS(2284), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym_SEMI] = ACTIONS(2284), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym___based] = ACTIONS(2282), - [anon_sym_LBRACE] = ACTIONS(2284), - [anon_sym_LBRACK] = ACTIONS(2282), - [anon_sym_EQ] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym_mutable] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_COLON] = ACTIONS(2284), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2282), - [anon_sym_operator] = ACTIONS(2282), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2282), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2282), - [anon_sym_MOZ_COLD] = ACTIONS(2282), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2282), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2282), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2282), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2282), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2282), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2282), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2282), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2282), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2282), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2282), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2282), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2282), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL] = ACTIONS(2282), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2282), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2282), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN] = ACTIONS(2282), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2282), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2282), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2282), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2282), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2282), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2282), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2282), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2282), - [anon_sym_MOZ_RAII] = ACTIONS(2282), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2282), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2282), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2282), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2282), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2282), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2282), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2282), + [1494] = { + [sym_identifier] = ACTIONS(2260), + [anon_sym_COMMA] = ACTIONS(2262), + [anon_sym_LPAREN2] = ACTIONS(2262), + [anon_sym_STAR] = ACTIONS(2262), + [anon_sym_AMP_AMP] = ACTIONS(2262), + [anon_sym_AMP] = ACTIONS(2260), + [anon_sym_SEMI] = ACTIONS(2262), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym___based] = ACTIONS(2260), + [anon_sym_LBRACE] = ACTIONS(2262), + [anon_sym_LBRACK] = ACTIONS(2260), + [anon_sym_EQ] = ACTIONS(2262), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym_mutable] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_COLON] = ACTIONS(2262), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2260), + [anon_sym_operator] = ACTIONS(2260), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2260), + [anon_sym_MOZ_COLD] = ACTIONS(2260), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2260), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2260), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2260), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2260), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2260), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2260), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2260), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2260), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2260), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2260), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2260), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2260), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL] = ACTIONS(2260), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2260), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2260), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN] = ACTIONS(2260), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2260), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2260), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2260), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2260), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2260), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2260), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2260), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2260), + [anon_sym_MOZ_RAII] = ACTIONS(2260), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2260), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2260), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2260), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2260), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2260), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2260), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2260), }, - [1486] = { + [1495] = { [sym_identifier] = ACTIONS(2278), [anon_sym_COMMA] = ACTIONS(2280), [anon_sym_LPAREN2] = ACTIONS(2280), @@ -265044,1429 +267105,949 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2278), [anon_sym_JS_PUBLIC_API] = ACTIONS(2278), }, - [1487] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1488] = { - [sym_identifier] = ACTIONS(2516), - [anon_sym_LPAREN2] = ACTIONS(2520), - [anon_sym_TILDE] = ACTIONS(2523), - [anon_sym_STAR] = ACTIONS(2523), - [anon_sym_AMP_AMP] = ACTIONS(2523), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_SEMI] = ACTIONS(2523), - [anon_sym_extern] = ACTIONS(2516), - [anon_sym___attribute__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2520), - [anon_sym___declspec] = ACTIONS(2516), - [anon_sym___based] = ACTIONS(2516), - [anon_sym_LBRACK] = ACTIONS(2527), - [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), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2516), - [anon_sym_template] = ACTIONS(2516), - [anon_sym_operator] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2516), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2516), - [anon_sym_MOZ_COLD] = ACTIONS(2516), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2516), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2516), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2516), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2516), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2516), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2516), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2516), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2516), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2516), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2516), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2516), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2516), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL] = ACTIONS(2516), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2516), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2516), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN] = ACTIONS(2516), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2516), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2516), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2516), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2516), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2516), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2516), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2516), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2516), - [anon_sym_MOZ_RAII] = ACTIONS(2516), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2516), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2516), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2516), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2516), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2516), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2516), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2516), - }, - [1489] = { - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(3507), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_STAR] = ACTIONS(3509), - [anon_sym_AMP_AMP] = ACTIONS(3509), - [anon_sym_AMP] = ACTIONS(3505), - [anon_sym_extern] = ACTIONS(3505), - [anon_sym___attribute__] = ACTIONS(3505), - [anon_sym_COLON_COLON] = ACTIONS(3509), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3509), - [anon_sym___declspec] = ACTIONS(3505), - [anon_sym___based] = ACTIONS(3505), - [anon_sym_LBRACK] = ACTIONS(3505), - [anon_sym_static] = ACTIONS(3505), - [anon_sym_register] = ACTIONS(3505), - [anon_sym_inline] = ACTIONS(3505), - [anon_sym_thread_local] = ACTIONS(3505), - [anon_sym_const] = ACTIONS(3505), - [anon_sym_volatile] = ACTIONS(3505), - [anon_sym_restrict] = ACTIONS(3505), - [anon_sym__Atomic] = ACTIONS(3505), - [anon_sym_mutable] = ACTIONS(3505), - [anon_sym_constexpr] = ACTIONS(3505), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3505), - [anon_sym_explicit] = ACTIONS(3505), - [anon_sym_template] = ACTIONS(3505), - [anon_sym_operator] = ACTIONS(3505), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3505), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3505), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3505), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3505), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3505), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3505), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3505), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3505), - [anon_sym_MOZ_COLD] = ACTIONS(3505), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3505), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3505), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3505), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3505), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3505), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3505), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3505), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3505), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3505), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3505), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3505), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3505), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3505), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3505), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3505), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3505), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3505), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3505), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3505), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3505), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3505), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3505), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3505), - [anon_sym_MOZ_NONNULL] = ACTIONS(3505), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3505), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3505), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3505), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3505), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3505), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3505), - [anon_sym_MOZ_NORETURN] = ACTIONS(3505), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3505), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3505), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3505), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3505), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3505), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3505), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3505), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3505), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3505), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3505), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3505), - [anon_sym_MOZ_RAII] = ACTIONS(3505), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3505), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3505), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3505), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3505), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3505), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3505), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3505), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3505), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3505), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3505), - }, - [1490] = { - [sym_identifier] = ACTIONS(3511), - [anon_sym_LPAREN2] = ACTIONS(3513), - [anon_sym_TILDE] = ACTIONS(3513), - [anon_sym_STAR] = ACTIONS(3513), - [anon_sym_AMP_AMP] = ACTIONS(3513), - [anon_sym_AMP] = ACTIONS(3511), - [anon_sym_extern] = ACTIONS(3511), - [anon_sym___attribute__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3513), - [anon_sym___declspec] = ACTIONS(3511), - [anon_sym___based] = ACTIONS(3511), - [anon_sym_LBRACK] = ACTIONS(3511), - [anon_sym_static] = ACTIONS(3511), - [anon_sym_register] = ACTIONS(3511), - [anon_sym_inline] = ACTIONS(3511), - [anon_sym_thread_local] = ACTIONS(3511), - [anon_sym_const] = ACTIONS(3511), - [anon_sym_volatile] = ACTIONS(3511), - [anon_sym_restrict] = ACTIONS(3511), - [anon_sym__Atomic] = ACTIONS(3511), - [anon_sym_mutable] = ACTIONS(3511), - [anon_sym_constexpr] = ACTIONS(3511), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3511), - [anon_sym_explicit] = ACTIONS(3511), - [anon_sym_template] = ACTIONS(3511), - [anon_sym_operator] = ACTIONS(3511), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3511), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3511), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3511), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3511), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3511), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3511), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3511), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3511), - [anon_sym_MOZ_COLD] = ACTIONS(3511), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3511), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3511), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3511), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3511), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3511), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3511), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3511), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3511), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3511), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3511), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3511), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3511), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3511), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3511), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3511), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3511), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3511), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3511), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3511), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3511), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3511), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3511), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3511), - [anon_sym_MOZ_NONNULL] = ACTIONS(3511), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3511), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3511), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3511), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3511), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3511), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3511), - [anon_sym_MOZ_NORETURN] = ACTIONS(3511), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3511), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3511), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3511), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3511), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3511), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3511), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3511), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3511), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3511), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3511), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3511), - [anon_sym_MOZ_RAII] = ACTIONS(3511), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3511), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3511), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3511), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3511), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3511), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3511), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3511), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3511), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3511), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3511), - }, - [1491] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1492] = { - [sym_identifier] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_EQ] = ACTIONS(3108), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_COLON] = ACTIONS(3108), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3106), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3106), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3106), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3106), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3106), - [anon_sym_MOZ_COLD] = ACTIONS(3106), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3106), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3106), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3106), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3106), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3106), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3106), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3106), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3106), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3106), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3106), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3106), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3106), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3106), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3106), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3106), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3106), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_NONNULL] = ACTIONS(3106), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3106), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3106), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3106), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3106), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_NORETURN] = ACTIONS(3106), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3106), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3106), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3106), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3106), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3106), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3106), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3106), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3106), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3106), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3106), - [anon_sym_MOZ_RAII] = ACTIONS(3106), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3106), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3106), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3106), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3106), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3106), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3106), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3106), - }, - [1493] = { - [sym_identifier] = ACTIONS(3088), - [anon_sym_LPAREN2] = ACTIONS(3090), - [anon_sym_TILDE] = ACTIONS(3090), - [anon_sym_STAR] = ACTIONS(3090), - [anon_sym_AMP_AMP] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3088), - [anon_sym_MOZ_COLD] = ACTIONS(3088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL] = ACTIONS(3088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN] = ACTIONS(3088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3088), - [anon_sym_MOZ_RAII] = ACTIONS(3088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3088), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3088), - }, - [1494] = { - [sym_identifier] = ACTIONS(2928), - [anon_sym_LPAREN2] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_AMP_AMP] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2928), - [anon_sym_SEMI] = ACTIONS(2930), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym___attribute__] = ACTIONS(2928), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2930), - [anon_sym___declspec] = ACTIONS(2928), - [anon_sym___based] = ACTIONS(2928), - [anon_sym_LBRACE] = ACTIONS(2930), - [anon_sym_EQ] = ACTIONS(2930), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_register] = ACTIONS(2928), - [anon_sym_inline] = ACTIONS(2928), - [anon_sym_thread_local] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_volatile] = ACTIONS(2928), - [anon_sym_restrict] = ACTIONS(2928), - [anon_sym__Atomic] = ACTIONS(2928), - [anon_sym_mutable] = ACTIONS(2928), - [anon_sym_constexpr] = ACTIONS(2928), - [anon_sym_COLON] = ACTIONS(2930), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2928), - [anon_sym_operator] = ACTIONS(2928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2928), - [anon_sym_MOZ_COLD] = ACTIONS(2928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL] = ACTIONS(2928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN] = ACTIONS(2928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2928), - [anon_sym_MOZ_RAII] = ACTIONS(2928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2928), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2928), - }, - [1495] = { - [sym_identifier] = ACTIONS(3080), - [anon_sym_LPAREN2] = ACTIONS(3082), - [anon_sym_STAR] = ACTIONS(3082), - [anon_sym_AMP_AMP] = ACTIONS(3082), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_SEMI] = ACTIONS(3082), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym___attribute__] = ACTIONS(3080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), - [anon_sym___declspec] = ACTIONS(3080), - [anon_sym___based] = ACTIONS(3080), - [anon_sym_LBRACE] = ACTIONS(3082), - [anon_sym_EQ] = ACTIONS(3082), - [anon_sym_static] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_inline] = ACTIONS(3080), - [anon_sym_thread_local] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [anon_sym_volatile] = ACTIONS(3080), - [anon_sym_restrict] = ACTIONS(3080), - [anon_sym__Atomic] = ACTIONS(3080), - [anon_sym_mutable] = ACTIONS(3080), - [anon_sym_constexpr] = ACTIONS(3080), - [anon_sym_COLON] = ACTIONS(3082), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3080), - [anon_sym_operator] = ACTIONS(3080), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3080), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3080), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3080), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3080), - [anon_sym_MOZ_COLD] = ACTIONS(3080), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3080), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3080), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3080), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3080), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3080), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3080), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3080), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3080), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3080), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3080), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3080), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3080), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3080), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3080), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3080), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3080), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_NONNULL] = ACTIONS(3080), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3080), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3080), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3080), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3080), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_NORETURN] = ACTIONS(3080), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3080), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3080), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3080), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3080), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3080), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3080), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3080), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3080), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3080), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3080), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3080), - [anon_sym_MOZ_RAII] = ACTIONS(3080), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3080), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3080), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3080), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3080), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3080), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3080), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3080), - }, [1496] = { - [sym_type_qualifier] = STATE(1941), - [sym__expression] = STATE(2973), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3515), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3517), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_identifier] = ACTIONS(3452), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3477), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3454), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), }, [1497] = { - [sym_type_qualifier] = STATE(1941), - [sym__expression] = STATE(3100), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3521), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3523), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1498] = { - [sym__expression] = STATE(2718), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4268), - [sym_initializer_pair] = STATE(4268), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_COMMA] = ACTIONS(3525), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3527), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1499] = { - [sym_type_qualifier] = STATE(1941), - [sym__expression] = STATE(3073), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3531), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3533), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1500] = { - [sym_type_qualifier] = STATE(1512), - [sym__expression] = STATE(3097), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1512), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3535), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3537), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_identifier] = ACTIONS(2512), + [anon_sym_LPAREN2] = ACTIONS(2516), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_AMP_AMP] = ACTIONS(2519), + [anon_sym_AMP] = ACTIONS(2512), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym___attribute__] = ACTIONS(2512), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2516), + [anon_sym___declspec] = ACTIONS(2512), + [anon_sym___based] = ACTIONS(2512), + [anon_sym_LBRACK] = ACTIONS(2523), + [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), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_virtual] = ACTIONS(2512), + [anon_sym_template] = ACTIONS(2512), + [anon_sym_operator] = ACTIONS(2512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2512), + [anon_sym_MOZ_COLD] = ACTIONS(2512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL] = ACTIONS(2512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN] = ACTIONS(2512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2512), + [anon_sym_MOZ_RAII] = ACTIONS(2512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2512), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2512), + }, + [1498] = { + [sym_identifier] = ACTIONS(3452), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_SEMI] = ACTIONS(3477), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), + }, + [1499] = { + [sym_identifier] = ACTIONS(3879), + [anon_sym_LPAREN2] = ACTIONS(3881), + [anon_sym_TILDE] = ACTIONS(3883), + [anon_sym_STAR] = ACTIONS(3883), + [anon_sym_AMP_AMP] = ACTIONS(3883), + [anon_sym_AMP] = ACTIONS(3879), + [anon_sym_extern] = ACTIONS(3879), + [anon_sym___attribute__] = ACTIONS(3879), + [anon_sym_COLON_COLON] = ACTIONS(3883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3883), + [anon_sym___declspec] = ACTIONS(3879), + [anon_sym___based] = ACTIONS(3879), + [anon_sym_LBRACK] = ACTIONS(3879), + [anon_sym_static] = ACTIONS(3879), + [anon_sym_register] = ACTIONS(3879), + [anon_sym_inline] = ACTIONS(3879), + [anon_sym_thread_local] = ACTIONS(3879), + [anon_sym_const] = ACTIONS(3879), + [anon_sym_volatile] = ACTIONS(3879), + [anon_sym_restrict] = ACTIONS(3879), + [anon_sym__Atomic] = ACTIONS(3879), + [anon_sym_mutable] = ACTIONS(3879), + [anon_sym_constexpr] = ACTIONS(3879), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3879), + [anon_sym_explicit] = ACTIONS(3879), + [anon_sym_template] = ACTIONS(3879), + [anon_sym_operator] = ACTIONS(3879), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3879), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3879), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3879), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3879), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3879), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3879), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3879), + [anon_sym_MOZ_COLD] = ACTIONS(3879), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3879), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3879), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3879), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3879), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3879), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3879), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3879), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3879), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3879), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3879), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3879), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3879), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3879), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3879), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3879), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3879), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3879), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3879), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3879), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3879), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3879), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3879), + [anon_sym_MOZ_NONNULL] = ACTIONS(3879), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3879), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3879), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3879), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3879), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3879), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3879), + [anon_sym_MOZ_NORETURN] = ACTIONS(3879), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3879), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3879), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3879), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3879), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3879), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3879), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3879), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3879), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3879), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3879), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3879), + [anon_sym_MOZ_RAII] = ACTIONS(3879), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3879), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3879), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3879), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3879), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3879), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3879), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3879), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3879), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3879), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3879), + }, + [1500] = { + [sym_identifier] = ACTIONS(3885), + [anon_sym_LPAREN2] = ACTIONS(3887), + [anon_sym_TILDE] = ACTIONS(3887), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(3887), + [anon_sym_AMP] = ACTIONS(3885), + [anon_sym_extern] = ACTIONS(3885), + [anon_sym___attribute__] = ACTIONS(3885), + [anon_sym_COLON_COLON] = ACTIONS(3887), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3887), + [anon_sym___declspec] = ACTIONS(3885), + [anon_sym___based] = ACTIONS(3885), + [anon_sym_LBRACK] = ACTIONS(3885), + [anon_sym_static] = ACTIONS(3885), + [anon_sym_register] = ACTIONS(3885), + [anon_sym_inline] = ACTIONS(3885), + [anon_sym_thread_local] = ACTIONS(3885), + [anon_sym_const] = ACTIONS(3885), + [anon_sym_volatile] = ACTIONS(3885), + [anon_sym_restrict] = ACTIONS(3885), + [anon_sym__Atomic] = ACTIONS(3885), + [anon_sym_mutable] = ACTIONS(3885), + [anon_sym_constexpr] = ACTIONS(3885), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3885), + [anon_sym_explicit] = ACTIONS(3885), + [anon_sym_template] = ACTIONS(3885), + [anon_sym_operator] = ACTIONS(3885), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3885), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3885), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3885), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3885), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3885), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3885), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3885), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3885), + [anon_sym_MOZ_COLD] = ACTIONS(3885), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3885), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3885), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3885), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3885), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3885), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3885), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3885), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3885), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3885), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3885), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3885), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3885), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3885), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3885), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3885), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3885), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3885), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3885), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3885), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3885), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3885), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3885), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3885), + [anon_sym_MOZ_NONNULL] = ACTIONS(3885), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3885), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3885), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3885), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3885), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3885), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3885), + [anon_sym_MOZ_NORETURN] = ACTIONS(3885), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3885), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3885), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3885), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3885), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3885), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3885), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3885), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3885), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3885), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3885), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3885), + [anon_sym_MOZ_RAII] = ACTIONS(3885), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3885), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3885), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3885), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3885), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3885), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3885), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3885), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3885), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3885), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3885), }, [1501] = { - [sym__expression] = STATE(2726), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4318), - [sym_initializer_pair] = STATE(4318), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_COMMA] = ACTIONS(3539), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [sym_identifier] = ACTIONS(3302), + [anon_sym_LPAREN2] = ACTIONS(3304), + [anon_sym_STAR] = ACTIONS(3304), + [anon_sym_AMP_AMP] = ACTIONS(3304), + [anon_sym_AMP] = ACTIONS(3302), + [anon_sym_SEMI] = ACTIONS(3304), + [anon_sym_extern] = ACTIONS(3302), + [anon_sym___attribute__] = ACTIONS(3302), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3304), + [anon_sym___declspec] = ACTIONS(3302), + [anon_sym___based] = ACTIONS(3302), + [anon_sym_LBRACE] = ACTIONS(3304), + [anon_sym_EQ] = ACTIONS(3304), + [anon_sym_static] = ACTIONS(3302), + [anon_sym_register] = ACTIONS(3302), + [anon_sym_inline] = ACTIONS(3302), + [anon_sym_thread_local] = ACTIONS(3302), + [anon_sym_const] = ACTIONS(3302), + [anon_sym_volatile] = ACTIONS(3302), + [anon_sym_restrict] = ACTIONS(3302), + [anon_sym__Atomic] = ACTIONS(3302), + [anon_sym_mutable] = ACTIONS(3302), + [anon_sym_constexpr] = ACTIONS(3302), + [anon_sym_COLON] = ACTIONS(3304), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3302), + [anon_sym_operator] = ACTIONS(3302), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3302), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3302), + [anon_sym_MOZ_COLD] = ACTIONS(3302), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3302), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3302), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3302), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3302), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3302), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3302), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3302), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3302), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3302), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3302), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3302), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3302), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL] = ACTIONS(3302), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3302), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3302), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN] = ACTIONS(3302), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3302), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3302), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3302), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3302), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3302), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3302), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3302), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3302), + [anon_sym_MOZ_RAII] = ACTIONS(3302), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3302), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3302), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3302), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3302), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3302), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3302), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3302), + }, + [1502] = { + [sym_identifier] = ACTIONS(3456), + [anon_sym_LPAREN2] = ACTIONS(3458), + [anon_sym_STAR] = ACTIONS(3458), + [anon_sym_AMP_AMP] = ACTIONS(3458), + [anon_sym_AMP] = ACTIONS(3456), + [anon_sym_SEMI] = ACTIONS(3458), + [anon_sym_extern] = ACTIONS(3456), + [anon_sym___attribute__] = ACTIONS(3456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3458), + [anon_sym___declspec] = ACTIONS(3456), + [anon_sym___based] = ACTIONS(3456), + [anon_sym_LBRACE] = ACTIONS(3458), + [anon_sym_EQ] = ACTIONS(3458), + [anon_sym_static] = ACTIONS(3456), + [anon_sym_register] = ACTIONS(3456), + [anon_sym_inline] = ACTIONS(3456), + [anon_sym_thread_local] = ACTIONS(3456), + [anon_sym_const] = ACTIONS(3456), + [anon_sym_volatile] = ACTIONS(3456), + [anon_sym_restrict] = ACTIONS(3456), + [anon_sym__Atomic] = ACTIONS(3456), + [anon_sym_mutable] = ACTIONS(3456), + [anon_sym_constexpr] = ACTIONS(3456), + [anon_sym_COLON] = ACTIONS(3458), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3456), + [anon_sym_operator] = ACTIONS(3456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3456), + [anon_sym_MOZ_COLD] = ACTIONS(3456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_NONNULL] = ACTIONS(3456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_NORETURN] = ACTIONS(3456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3456), + [anon_sym_MOZ_RAII] = ACTIONS(3456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3456), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3456), + }, + [1503] = { + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_STAR] = ACTIONS(3403), + [anon_sym_AMP_AMP] = ACTIONS(3403), + [anon_sym_AMP] = ACTIONS(3401), + [anon_sym_SEMI] = ACTIONS(3403), + [anon_sym_extern] = ACTIONS(3401), + [anon_sym___attribute__] = ACTIONS(3401), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3403), + [anon_sym___declspec] = ACTIONS(3401), + [anon_sym___based] = ACTIONS(3401), + [anon_sym_LBRACE] = ACTIONS(3403), + [anon_sym_EQ] = ACTIONS(3403), + [anon_sym_static] = ACTIONS(3401), + [anon_sym_register] = ACTIONS(3401), + [anon_sym_inline] = ACTIONS(3401), + [anon_sym_thread_local] = ACTIONS(3401), + [anon_sym_const] = ACTIONS(3401), + [anon_sym_volatile] = ACTIONS(3401), + [anon_sym_restrict] = ACTIONS(3401), + [anon_sym__Atomic] = ACTIONS(3401), + [anon_sym_mutable] = ACTIONS(3401), + [anon_sym_constexpr] = ACTIONS(3401), + [anon_sym_COLON] = ACTIONS(3403), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3401), + [anon_sym_operator] = ACTIONS(3401), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3401), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3401), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3401), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3401), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3401), + [anon_sym_MOZ_COLD] = ACTIONS(3401), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3401), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3401), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3401), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3401), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3401), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3401), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3401), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3401), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3401), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3401), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3401), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3401), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3401), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3401), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3401), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3401), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_NONNULL] = ACTIONS(3401), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3401), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3401), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3401), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3401), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_NORETURN] = ACTIONS(3401), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3401), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3401), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3401), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3401), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3401), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3401), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3401), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3401), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3401), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3401), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3401), + [anon_sym_MOZ_RAII] = ACTIONS(3401), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3401), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3401), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3401), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3401), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3401), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3401), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3401), + }, + [1504] = { + [sym_identifier] = ACTIONS(3452), + [anon_sym_LPAREN2] = ACTIONS(3454), + [anon_sym_TILDE] = ACTIONS(3454), + [anon_sym_STAR] = ACTIONS(3454), + [anon_sym_AMP_AMP] = ACTIONS(3454), + [anon_sym_AMP] = ACTIONS(3452), + [anon_sym_extern] = ACTIONS(3452), + [anon_sym___attribute__] = ACTIONS(3452), + [anon_sym_COLON_COLON] = ACTIONS(3440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), + [anon_sym___declspec] = ACTIONS(3452), + [anon_sym___based] = ACTIONS(3452), + [anon_sym_LBRACK] = ACTIONS(3452), + [anon_sym_static] = ACTIONS(3452), + [anon_sym_register] = ACTIONS(3452), + [anon_sym_inline] = ACTIONS(3452), + [anon_sym_thread_local] = ACTIONS(3452), + [anon_sym_const] = ACTIONS(3452), + [anon_sym_volatile] = ACTIONS(3452), + [anon_sym_restrict] = ACTIONS(3452), + [anon_sym__Atomic] = ACTIONS(3452), + [anon_sym_mutable] = ACTIONS(3452), + [anon_sym_constexpr] = ACTIONS(3452), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3452), + [anon_sym_template] = ACTIONS(3452), + [anon_sym_operator] = ACTIONS(3452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3452), + [anon_sym_MOZ_COLD] = ACTIONS(3452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL] = ACTIONS(3452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN] = ACTIONS(3452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3452), + [anon_sym_MOZ_RAII] = ACTIONS(3452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3452), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3452), + }, + [1505] = { + [sym_type_qualifier] = STATE(1517), + [sym__expression] = STATE(3051), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1517), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3889), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3541), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3891), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -266483,9 +268064,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -266507,62 +268088,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1502] = { - [sym__expression] = STATE(2767), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4265), - [sym_initializer_pair] = STATE(4265), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_COMMA] = ACTIONS(155), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1506] = { + [sym_type_qualifier] = STATE(1949), + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1949), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3895), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3543), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3897), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -266579,9 +268160,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -266603,62 +268184,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1503] = { - [sym_type_qualifier] = STATE(1515), - [sym__expression] = STATE(3058), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1515), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3545), + [1507] = { + [sym_type_qualifier] = STATE(1949), + [sym__expression] = STATE(3021), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1949), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3899), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3547), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3901), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -266675,9 +268256,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -266699,46 +268280,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1504] = { - [sym__expression] = STATE(2759), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4333), - [sym_initializer_pair] = STATE(4333), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_COMMA] = ACTIONS(3549), + [1508] = { + [sym__expression] = STATE(2763), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4335), + [sym_initializer_pair] = STATE(4335), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_COMMA] = ACTIONS(3903), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -266748,9 +268329,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3551), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3905), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -266795,238 +268376,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1505] = { - [sym_type_qualifier] = STATE(1499), - [sym__expression] = STATE(3111), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1499), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3553), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3555), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1506] = { - [sym_macro_annotation] = STATE(3204), - [anon_sym_COMMA] = ACTIONS(3557), - [anon_sym_RPAREN] = ACTIONS(3557), - [anon_sym_LPAREN2] = ACTIONS(3557), - [anon_sym_AMP_AMP] = ACTIONS(3557), - [anon_sym_AMP] = ACTIONS(3559), - [anon_sym_SEMI] = ACTIONS(3557), - [anon_sym___attribute__] = ACTIONS(3557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3557), - [anon_sym_LBRACE] = ACTIONS(3557), - [anon_sym_LBRACK] = ACTIONS(3559), - [anon_sym_EQ] = ACTIONS(3557), - [anon_sym_const] = ACTIONS(3559), - [anon_sym_volatile] = ACTIONS(3557), - [anon_sym_restrict] = ACTIONS(3557), - [anon_sym__Atomic] = ACTIONS(3557), - [anon_sym_mutable] = ACTIONS(3557), - [anon_sym_constexpr] = ACTIONS(3557), - [anon_sym_DASH_GT] = ACTIONS(3557), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3557), - [anon_sym_override] = ACTIONS(3557), - [anon_sym_GT2] = ACTIONS(3557), - [anon_sym_noexcept] = ACTIONS(3557), - [anon_sym_throw] = ACTIONS(3557), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), - }, - [1507] = { - [sym__expression] = STATE(2766), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4312), - [sym_initializer_pair] = STATE(4312), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_COMMA] = ACTIONS(3561), + [1509] = { + [sym__expression] = STATE(2758), + [sym_comma_expression] = STATE(4740), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -267036,9 +268425,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3563), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3909), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -267083,542 +268472,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1508] = { - [sym_type_qualifier] = STATE(1941), - [sym__expression] = STATE(3046), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3565), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3567), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1509] = { - [sym_type_qualifier] = STATE(1941), - [sym__expression] = STATE(3078), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3569), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3571), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, [1510] = { - [sym_type_qualifier] = STATE(1508), - [sym__expression] = STATE(3090), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1508), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3573), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3575), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1511] = { - [sym_macro_annotation] = STATE(3210), - [anon_sym_COMMA] = ACTIONS(3577), - [anon_sym_RPAREN] = ACTIONS(3577), - [anon_sym_LPAREN2] = ACTIONS(3577), - [anon_sym_AMP_AMP] = ACTIONS(3577), - [anon_sym_AMP] = ACTIONS(3579), - [anon_sym_SEMI] = ACTIONS(3577), - [anon_sym___attribute__] = ACTIONS(3577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3577), - [anon_sym_LBRACE] = ACTIONS(3577), - [anon_sym_LBRACK] = ACTIONS(3579), - [anon_sym_EQ] = ACTIONS(3577), - [anon_sym_const] = ACTIONS(3579), - [anon_sym_volatile] = ACTIONS(3577), - [anon_sym_restrict] = ACTIONS(3577), - [anon_sym__Atomic] = ACTIONS(3577), - [anon_sym_mutable] = ACTIONS(3577), - [anon_sym_constexpr] = ACTIONS(3577), - [anon_sym_DASH_GT] = ACTIONS(3577), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3577), - [anon_sym_override] = ACTIONS(3577), - [anon_sym_GT2] = ACTIONS(3577), - [anon_sym_noexcept] = ACTIONS(3577), - [anon_sym_throw] = ACTIONS(3577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), + [sym_macro_annotation] = STATE(3211), + [anon_sym_COMMA] = ACTIONS(3911), + [anon_sym_RPAREN] = ACTIONS(3911), + [anon_sym_LPAREN2] = ACTIONS(3911), + [anon_sym_AMP_AMP] = ACTIONS(3911), + [anon_sym_AMP] = ACTIONS(3913), + [anon_sym_SEMI] = ACTIONS(3911), + [anon_sym___attribute__] = ACTIONS(3911), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3911), + [anon_sym_LBRACE] = ACTIONS(3911), + [anon_sym_LBRACK] = ACTIONS(3913), + [anon_sym_EQ] = ACTIONS(3911), + [anon_sym_const] = ACTIONS(3913), + [anon_sym_volatile] = ACTIONS(3911), + [anon_sym_restrict] = ACTIONS(3911), + [anon_sym__Atomic] = ACTIONS(3911), + [anon_sym_mutable] = ACTIONS(3911), + [anon_sym_constexpr] = ACTIONS(3911), + [anon_sym_DASH_GT] = ACTIONS(3911), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3911), + [anon_sym_override] = ACTIONS(3911), + [anon_sym_GT2] = ACTIONS(3911), + [anon_sym_noexcept] = ACTIONS(3911), + [anon_sym_throw] = ACTIONS(3911), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), - }, - [1512] = { - [sym_type_qualifier] = STATE(1941), - [sym__expression] = STATE(3044), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3581), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3583), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), }, - [1513] = { - [sym_type_qualifier] = STATE(1496), - [sym__expression] = STATE(3010), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1496), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3585), + [1511] = { + [sym_type_qualifier] = STATE(1524), + [sym__expression] = STATE(2977), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1524), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3915), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3587), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3917), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -267635,9 +268640,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -267659,46 +268664,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1514] = { - [sym__expression] = STATE(2743), - [sym_comma_expression] = STATE(4582), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), + [1512] = { + [sym__expression] = STATE(2778), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4374), + [sym_initializer_pair] = STATE(4374), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_COMMA] = ACTIONS(3919), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -267708,9 +268713,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3589), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3921), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -267755,446 +268760,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1515] = { - [sym_type_qualifier] = STATE(1941), - [sym__expression] = STATE(3067), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1941), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3591), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3593), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1516] = { - [sym_macro_annotation] = STATE(3213), - [anon_sym_COMMA] = ACTIONS(3595), - [anon_sym_RPAREN] = ACTIONS(3595), - [anon_sym_LPAREN2] = ACTIONS(3595), - [anon_sym_AMP_AMP] = ACTIONS(3595), - [anon_sym_AMP] = ACTIONS(3597), - [anon_sym_SEMI] = ACTIONS(3595), - [anon_sym___attribute__] = ACTIONS(3595), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3595), - [anon_sym_LBRACE] = ACTIONS(3595), - [anon_sym_LBRACK] = ACTIONS(3597), - [anon_sym_EQ] = ACTIONS(3595), - [anon_sym_const] = ACTIONS(3597), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [anon_sym_DASH_GT] = ACTIONS(3595), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3595), - [anon_sym_override] = ACTIONS(3595), - [anon_sym_GT2] = ACTIONS(3595), - [anon_sym_noexcept] = ACTIONS(3595), - [anon_sym_throw] = ACTIONS(3595), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), - }, - [1517] = { - [sym_type_qualifier] = STATE(1509), - [sym__expression] = STATE(3069), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1509), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3599), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3601), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1518] = { + [1513] = { [sym_type_qualifier] = STATE(1515), - [sym__expression] = STATE(3058), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), + [sym__expression] = STATE(3072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), [aux_sym_type_definition_repeat1] = STATE(1515), - [sym_identifier] = ACTIONS(3603), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3545), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3547), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1519] = { - [sym_type_qualifier] = STATE(1497), - [sym__expression] = STATE(2986), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_type_definition_repeat1] = STATE(1497), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3605), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3923), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3607), - [anon_sym_const] = ACTIONS(3519), - [anon_sym_volatile] = ACTIONS(3519), - [anon_sym_restrict] = ACTIONS(3519), - [anon_sym__Atomic] = ACTIONS(3519), - [anon_sym_mutable] = ACTIONS(3519), - [anon_sym_constexpr] = ACTIONS(3519), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3925), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -268211,9 +268832,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -268235,45 +268856,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1520] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), + [1514] = { + [sym__expression] = STATE(2739), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4330), + [sym_initializer_pair] = STATE(4330), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_COMMA] = ACTIONS(155), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -268283,9 +268905,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3609), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3927), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -268330,156 +268952,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1521] = { - [sym_macro_annotation] = STATE(3213), - [anon_sym_COMMA] = ACTIONS(3595), - [anon_sym_LPAREN2] = ACTIONS(3595), - [anon_sym_AMP_AMP] = ACTIONS(3595), - [anon_sym_AMP] = ACTIONS(3597), - [anon_sym_SEMI] = ACTIONS(3595), - [anon_sym___attribute__] = ACTIONS(3595), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3595), - [anon_sym_LBRACE] = ACTIONS(3595), - [anon_sym_LBRACK] = ACTIONS(3597), - [anon_sym_EQ] = ACTIONS(3595), - [anon_sym_const] = ACTIONS(3597), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [anon_sym_COLON] = ACTIONS(3595), - [anon_sym_DASH_GT] = ACTIONS(3595), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3595), - [anon_sym_override] = ACTIONS(3595), - [anon_sym_noexcept] = ACTIONS(3595), - [anon_sym_throw] = ACTIONS(3595), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3611), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3611), - [anon_sym_MOZ_COLD] = ACTIONS(3611), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3611), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3611), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3611), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3611), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3611), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3611), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3611), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3611), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3611), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3611), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3611), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3611), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3611), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3611), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_RAII] = ACTIONS(3611), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3611), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3611), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3611), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3611), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3611), - }, - [1522] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1515] = { + [sym_type_qualifier] = STATE(1949), + [sym__expression] = STATE(3121), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1949), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3929), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3613), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3931), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -268496,9 +269024,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -268520,61 +269048,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1523] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1516] = { + [sym_type_qualifier] = STATE(1506), + [sym__expression] = STATE(3122), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1506), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3933), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3615), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3935), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -268591,9 +269120,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -268615,156 +269144,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1524] = { - [sym_macro_annotation] = STATE(3210), - [anon_sym_COMMA] = ACTIONS(3577), - [anon_sym_LPAREN2] = ACTIONS(3577), - [anon_sym_AMP_AMP] = ACTIONS(3577), - [anon_sym_AMP] = ACTIONS(3579), - [anon_sym_SEMI] = ACTIONS(3577), - [anon_sym___attribute__] = ACTIONS(3577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3577), - [anon_sym_LBRACE] = ACTIONS(3577), - [anon_sym_LBRACK] = ACTIONS(3579), - [anon_sym_EQ] = ACTIONS(3577), - [anon_sym_const] = ACTIONS(3579), - [anon_sym_volatile] = ACTIONS(3577), - [anon_sym_restrict] = ACTIONS(3577), - [anon_sym__Atomic] = ACTIONS(3577), - [anon_sym_mutable] = ACTIONS(3577), - [anon_sym_constexpr] = ACTIONS(3577), - [anon_sym_COLON] = ACTIONS(3577), - [anon_sym_DASH_GT] = ACTIONS(3577), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3577), - [anon_sym_override] = ACTIONS(3577), - [anon_sym_noexcept] = ACTIONS(3577), - [anon_sym_throw] = ACTIONS(3577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3611), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3611), - [anon_sym_MOZ_COLD] = ACTIONS(3611), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3611), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3611), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3611), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3611), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3611), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3611), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3611), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3611), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3611), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3611), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3611), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3611), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3611), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3611), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_RAII] = ACTIONS(3611), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3611), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3611), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3611), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3611), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3611), - }, - [1525] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1517] = { + [sym_type_qualifier] = STATE(1949), + [sym__expression] = STATE(3001), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1949), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3937), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3617), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3939), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -268781,9 +269216,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -268805,61 +269240,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1526] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1518] = { + [sym_type_qualifier] = STATE(1528), + [sym__expression] = STATE(3077), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1528), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3941), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3619), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3943), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -268876,9 +269312,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -268900,61 +269336,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1527] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1519] = { + [sym_type_qualifier] = STATE(1523), + [sym__expression] = STATE(2995), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1523), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3945), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3621), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3947), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -268971,9 +269408,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -268995,45 +269432,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1528] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), + [1520] = { + [sym_macro_annotation] = STATE(3213), + [anon_sym_COMMA] = ACTIONS(3949), + [anon_sym_RPAREN] = ACTIONS(3949), + [anon_sym_LPAREN2] = ACTIONS(3949), + [anon_sym_AMP_AMP] = ACTIONS(3949), + [anon_sym_AMP] = ACTIONS(3951), + [anon_sym_SEMI] = ACTIONS(3949), + [anon_sym___attribute__] = ACTIONS(3949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3949), + [anon_sym_LBRACE] = ACTIONS(3949), + [anon_sym_LBRACK] = ACTIONS(3951), + [anon_sym_EQ] = ACTIONS(3949), + [anon_sym_const] = ACTIONS(3951), + [anon_sym_volatile] = ACTIONS(3949), + [anon_sym_restrict] = ACTIONS(3949), + [anon_sym__Atomic] = ACTIONS(3949), + [anon_sym_mutable] = ACTIONS(3949), + [anon_sym_constexpr] = ACTIONS(3949), + [anon_sym_DASH_GT] = ACTIONS(3949), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3949), + [anon_sym_override] = ACTIONS(3949), + [anon_sym_GT2] = ACTIONS(3949), + [anon_sym_noexcept] = ACTIONS(3949), + [anon_sym_throw] = ACTIONS(3949), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), + }, + [1521] = { + [sym__expression] = STATE(2776), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4361), + [sym_initializer_pair] = STATE(4361), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_COMMA] = ACTIONS(3953), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -269043,9 +269577,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3623), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -269090,61 +269624,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1529] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1522] = { + [sym_macro_annotation] = STATE(3220), + [anon_sym_COMMA] = ACTIONS(3957), + [anon_sym_RPAREN] = ACTIONS(3957), + [anon_sym_LPAREN2] = ACTIONS(3957), + [anon_sym_AMP_AMP] = ACTIONS(3957), + [anon_sym_AMP] = ACTIONS(3959), + [anon_sym_SEMI] = ACTIONS(3957), + [anon_sym___attribute__] = ACTIONS(3957), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3957), + [anon_sym_LBRACE] = ACTIONS(3957), + [anon_sym_LBRACK] = ACTIONS(3959), + [anon_sym_EQ] = ACTIONS(3957), + [anon_sym_const] = ACTIONS(3959), + [anon_sym_volatile] = ACTIONS(3957), + [anon_sym_restrict] = ACTIONS(3957), + [anon_sym__Atomic] = ACTIONS(3957), + [anon_sym_mutable] = ACTIONS(3957), + [anon_sym_constexpr] = ACTIONS(3957), + [anon_sym_DASH_GT] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3957), + [anon_sym_override] = ACTIONS(3957), + [anon_sym_GT2] = ACTIONS(3957), + [anon_sym_noexcept] = ACTIONS(3957), + [anon_sym_throw] = ACTIONS(3957), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), + }, + [1523] = { + [sym_type_qualifier] = STATE(1949), + [sym__expression] = STATE(2957), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1949), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3961), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3625), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3963), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -269161,9 +269792,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -269185,61 +269816,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1530] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1524] = { + [sym_type_qualifier] = STATE(1949), + [sym__expression] = STATE(3100), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1949), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3965), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3589), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3967), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -269256,9 +269888,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -269280,251 +269912,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1531] = { - [sym_macro_annotation] = STATE(3204), - [anon_sym_COMMA] = ACTIONS(3557), - [anon_sym_LPAREN2] = ACTIONS(3557), - [anon_sym_AMP_AMP] = ACTIONS(3557), - [anon_sym_AMP] = ACTIONS(3559), - [anon_sym_SEMI] = ACTIONS(3557), - [anon_sym___attribute__] = ACTIONS(3557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3557), - [anon_sym_LBRACE] = ACTIONS(3557), - [anon_sym_LBRACK] = ACTIONS(3559), - [anon_sym_EQ] = ACTIONS(3557), - [anon_sym_const] = ACTIONS(3559), - [anon_sym_volatile] = ACTIONS(3557), - [anon_sym_restrict] = ACTIONS(3557), - [anon_sym__Atomic] = ACTIONS(3557), - [anon_sym_mutable] = ACTIONS(3557), - [anon_sym_constexpr] = ACTIONS(3557), - [anon_sym_COLON] = ACTIONS(3557), - [anon_sym_DASH_GT] = ACTIONS(3557), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3557), - [anon_sym_override] = ACTIONS(3557), - [anon_sym_noexcept] = ACTIONS(3557), - [anon_sym_throw] = ACTIONS(3557), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3611), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3611), - [anon_sym_MOZ_COLD] = ACTIONS(3611), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3611), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3611), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3611), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3611), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3611), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3611), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3611), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3611), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3611), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3611), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3611), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3611), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3611), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3611), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_RAII] = ACTIONS(3611), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3611), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3611), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3611), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3611), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3611), - }, - [1532] = { - [sym_macro_annotation] = STATE(3204), - [anon_sym_COMMA] = ACTIONS(3627), - [anon_sym_LPAREN2] = ACTIONS(3557), - [anon_sym_AMP_AMP] = ACTIONS(3557), - [anon_sym_AMP] = ACTIONS(3559), - [anon_sym_SEMI] = ACTIONS(3627), - [anon_sym___attribute__] = ACTIONS(3557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3557), - [anon_sym_LBRACE] = ACTIONS(3557), - [anon_sym_LBRACK] = ACTIONS(3559), - [anon_sym_EQ] = ACTIONS(3557), - [anon_sym_const] = ACTIONS(3559), - [anon_sym_volatile] = ACTIONS(3557), - [anon_sym_restrict] = ACTIONS(3557), - [anon_sym__Atomic] = ACTIONS(3557), - [anon_sym_mutable] = ACTIONS(3557), - [anon_sym_constexpr] = ACTIONS(3557), - [anon_sym_COLON] = ACTIONS(3557), - [anon_sym_DASH_GT] = ACTIONS(3557), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3557), - [anon_sym_override] = ACTIONS(3557), - [anon_sym_noexcept] = ACTIONS(3557), - [anon_sym_throw] = ACTIONS(3557), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3611), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3439), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3611), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3611), - [anon_sym_MOZ_COLD] = ACTIONS(3611), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3611), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3611), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3611), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3611), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3611), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3611), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3611), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3611), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3611), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3611), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3611), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3439), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3611), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3439), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3611), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NONNULL] = ACTIONS(3439), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3611), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3611), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_NORETURN] = ACTIONS(3439), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3611), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3611), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3611), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3611), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3611), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3611), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3611), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3611), - [anon_sym_MOZ_RAII] = ACTIONS(3611), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3611), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3611), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3611), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3611), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3611), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3611), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3611), - }, - [1533] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1525] = { + [sym_type_qualifier] = STATE(1515), + [sym__expression] = STATE(3072), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1515), + [sym_identifier] = ACTIONS(3969), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3923), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(3630), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3925), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -269541,9 +269984,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -269565,60 +270008,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1534] = { - [sym__expression] = STATE(2839), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4723), - [sym_initializer_pair] = STATE(4723), - [sym_subscript_designator] = STATE(3954), - [sym_field_designator] = STATE(3954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [aux_sym_initializer_pair_repeat1] = STATE(3954), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), + [1526] = { + [sym_type_qualifier] = STATE(1507), + [sym__expression] = STATE(3094), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1507), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3971), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(197), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3973), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -269635,9 +270080,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -269659,508 +270104,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1535] = { - [sym_macro_annotation] = STATE(3204), - [anon_sym_COMMA] = ACTIONS(3627), - [anon_sym_LPAREN2] = ACTIONS(3557), - [anon_sym_AMP_AMP] = ACTIONS(3557), - [anon_sym_AMP] = ACTIONS(3559), - [anon_sym_SEMI] = ACTIONS(3627), - [anon_sym___attribute__] = ACTIONS(3557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3557), - [anon_sym_LBRACE] = ACTIONS(3557), - [anon_sym_LBRACK] = ACTIONS(3559), - [anon_sym_EQ] = ACTIONS(3557), - [anon_sym_const] = ACTIONS(3559), - [anon_sym_volatile] = ACTIONS(3557), - [anon_sym_restrict] = ACTIONS(3557), - [anon_sym__Atomic] = ACTIONS(3557), - [anon_sym_mutable] = ACTIONS(3557), - [anon_sym_constexpr] = ACTIONS(3557), - [anon_sym_DASH_GT] = ACTIONS(3557), + [1527] = { + [sym__expression] = STATE(2768), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4254), + [sym_initializer_pair] = STATE(4254), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_COMMA] = ACTIONS(3975), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(3977), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), + [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_final] = ACTIONS(3557), - [anon_sym_override] = ACTIONS(3557), - [anon_sym_noexcept] = ACTIONS(3557), - [anon_sym_throw] = ACTIONS(3557), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3501), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3501), - [anon_sym_MOZ_COLD] = ACTIONS(3501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3501), - [anon_sym_MOZ_MUST_USE] = ACTIONS(145), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3501), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NONNULL] = ACTIONS(145), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_NORETURN] = ACTIONS(145), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3501), - [anon_sym_MOZ_RAII] = ACTIONS(3501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3501), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3501), - }, - [1536] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1292), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1292), - [sym_macro_annotation] = STATE(1607), - [aux_sym_class_specifier_repeat1] = STATE(1607), - [sym_identifier] = ACTIONS(3632), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3634), - [anon_sym_COMMA] = ACTIONS(3636), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_EQ] = ACTIONS(3638), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), [anon_sym_template] = ACTIONS(1035), - [anon_sym_GT2] = ACTIONS(3636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1537] = { - [sym_macro_annotation] = STATE(3320), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3557), - [anon_sym_COMMA] = ACTIONS(3557), - [anon_sym_RPAREN] = ACTIONS(3557), - [anon_sym_LPAREN2] = ACTIONS(3557), - [anon_sym_AMP_AMP] = ACTIONS(3557), - [anon_sym_AMP] = ACTIONS(3559), - [anon_sym_SEMI] = ACTIONS(3557), - [anon_sym_LBRACE] = ACTIONS(3557), - [anon_sym_LBRACK] = ACTIONS(3557), - [anon_sym_EQ] = ACTIONS(3557), - [anon_sym_const] = ACTIONS(3559), - [anon_sym_volatile] = ACTIONS(3557), - [anon_sym_restrict] = ACTIONS(3557), - [anon_sym__Atomic] = ACTIONS(3557), - [anon_sym_mutable] = ACTIONS(3557), - [anon_sym_constexpr] = ACTIONS(3557), - [anon_sym_DASH_GT] = ACTIONS(3557), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3557), - [anon_sym_noexcept] = ACTIONS(3557), - [anon_sym_throw] = ACTIONS(3557), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3642), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3642), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3640), - [anon_sym_MOZ_COLD] = ACTIONS(3640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3642), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3642), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3642), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_NONNULL] = ACTIONS(3642), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_NORETURN] = ACTIONS(3642), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3640), - [anon_sym_MOZ_RAII] = ACTIONS(3640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3640), - }, - [1538] = { - [sym_macro_annotation] = STATE(3319), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3577), - [anon_sym_COMMA] = ACTIONS(3577), - [anon_sym_RPAREN] = ACTIONS(3577), - [anon_sym_LPAREN2] = ACTIONS(3577), - [anon_sym_AMP_AMP] = ACTIONS(3577), - [anon_sym_AMP] = ACTIONS(3579), - [anon_sym_SEMI] = ACTIONS(3577), - [anon_sym_LBRACE] = ACTIONS(3577), - [anon_sym_LBRACK] = ACTIONS(3577), - [anon_sym_EQ] = ACTIONS(3577), - [anon_sym_const] = ACTIONS(3579), - [anon_sym_volatile] = ACTIONS(3577), - [anon_sym_restrict] = ACTIONS(3577), - [anon_sym__Atomic] = ACTIONS(3577), - [anon_sym_mutable] = ACTIONS(3577), - [anon_sym_constexpr] = ACTIONS(3577), - [anon_sym_DASH_GT] = ACTIONS(3577), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3577), - [anon_sym_noexcept] = ACTIONS(3577), - [anon_sym_throw] = ACTIONS(3577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3642), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3642), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3640), - [anon_sym_MOZ_COLD] = ACTIONS(3640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3642), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3642), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3642), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_NONNULL] = ACTIONS(3642), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_NORETURN] = ACTIONS(3642), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3640), - [anon_sym_MOZ_RAII] = ACTIONS(3640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3640), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1539] = { - [sym_macro_annotation] = STATE(3348), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3595), - [anon_sym_COMMA] = ACTIONS(3595), - [anon_sym_RPAREN] = ACTIONS(3595), - [anon_sym_LPAREN2] = ACTIONS(3595), - [anon_sym_AMP_AMP] = ACTIONS(3595), - [anon_sym_AMP] = ACTIONS(3597), - [anon_sym_SEMI] = ACTIONS(3595), - [anon_sym_LBRACE] = ACTIONS(3595), - [anon_sym_LBRACK] = ACTIONS(3595), - [anon_sym_EQ] = ACTIONS(3595), - [anon_sym_const] = ACTIONS(3597), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [anon_sym_DASH_GT] = ACTIONS(3595), + [1528] = { + [sym_type_qualifier] = STATE(1949), + [sym__expression] = STATE(3102), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_type_definition_repeat1] = STATE(1949), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(3979), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3981), + [anon_sym_const] = ACTIONS(3893), + [anon_sym_volatile] = ACTIONS(3893), + [anon_sym_restrict] = ACTIONS(3893), + [anon_sym__Atomic] = ACTIONS(3893), + [anon_sym_mutable] = ACTIONS(3893), + [anon_sym_constexpr] = ACTIONS(3893), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_GT2] = ACTIONS(3595), - [anon_sym_noexcept] = ACTIONS(3595), - [anon_sym_throw] = ACTIONS(3595), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3642), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3642), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3640), - [anon_sym_MOZ_COLD] = ACTIONS(3640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3642), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3642), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3642), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_NONNULL] = ACTIONS(3642), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_NORETURN] = ACTIONS(3642), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3640), - [anon_sym_MOZ_RAII] = ACTIONS(3640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3640), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1540] = { - [sym__expression] = STATE(2783), - [sym_comma_expression] = STATE(4870), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4870), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1529] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270168,14 +270342,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3644), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3983), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270216,42 +270391,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1541] = { - [sym__expression] = STATE(2793), - [sym_comma_expression] = STATE(5104), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5104), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1530] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270259,14 +270437,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3646), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3985), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270307,42 +270486,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1542] = { - [sym__expression] = STATE(2808), - [sym_comma_expression] = STATE(5232), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5232), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1531] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270350,14 +270532,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3648), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3909), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270398,42 +270581,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1543] = { - [sym__expression] = STATE(2849), - [sym_comma_expression] = STATE(4970), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4970), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1532] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270441,14 +270627,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3650), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3987), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270489,42 +270676,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1544] = { - [sym__expression] = STATE(2830), - [sym_comma_expression] = STATE(5207), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5207), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1533] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270532,14 +270722,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3652), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3989), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270580,42 +270771,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1545] = { - [sym__expression] = STATE(2825), - [sym_comma_expression] = STATE(5195), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5195), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1534] = { + [sym_macro_annotation] = STATE(3211), + [anon_sym_COMMA] = ACTIONS(3911), + [anon_sym_LPAREN2] = ACTIONS(3911), + [anon_sym_AMP_AMP] = ACTIONS(3911), + [anon_sym_AMP] = ACTIONS(3913), + [anon_sym_SEMI] = ACTIONS(3911), + [anon_sym___attribute__] = ACTIONS(3911), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3911), + [anon_sym_LBRACE] = ACTIONS(3911), + [anon_sym_LBRACK] = ACTIONS(3913), + [anon_sym_EQ] = ACTIONS(3911), + [anon_sym_const] = ACTIONS(3913), + [anon_sym_volatile] = ACTIONS(3911), + [anon_sym_restrict] = ACTIONS(3911), + [anon_sym__Atomic] = ACTIONS(3911), + [anon_sym_mutable] = ACTIONS(3911), + [anon_sym_constexpr] = ACTIONS(3911), + [anon_sym_COLON] = ACTIONS(3911), + [anon_sym_DASH_GT] = ACTIONS(3911), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3911), + [anon_sym_override] = ACTIONS(3911), + [anon_sym_noexcept] = ACTIONS(3911), + [anon_sym_throw] = ACTIONS(3911), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3991), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3991), + [anon_sym_MOZ_COLD] = ACTIONS(3991), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3991), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3991), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3991), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3991), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3991), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3991), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3991), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3991), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3991), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3991), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3991), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3991), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3991), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3991), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_RAII] = ACTIONS(3991), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3991), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3991), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3991), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3991), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3991), + }, + [1535] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270623,14 +270912,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3654), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(3993), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270671,56 +270961,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1546] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1536] = { + [sym_macro_annotation] = STATE(3220), + [anon_sym_COMMA] = ACTIONS(3995), + [anon_sym_LPAREN2] = ACTIONS(3957), + [anon_sym_AMP_AMP] = ACTIONS(3957), + [anon_sym_AMP] = ACTIONS(3959), + [anon_sym_SEMI] = ACTIONS(3995), + [anon_sym___attribute__] = ACTIONS(3957), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3957), + [anon_sym_LBRACE] = ACTIONS(3957), + [anon_sym_LBRACK] = ACTIONS(3959), + [anon_sym_EQ] = ACTIONS(3957), + [anon_sym_const] = ACTIONS(3959), + [anon_sym_volatile] = ACTIONS(3957), + [anon_sym_restrict] = ACTIONS(3957), + [anon_sym__Atomic] = ACTIONS(3957), + [anon_sym_mutable] = ACTIONS(3957), + [anon_sym_constexpr] = ACTIONS(3957), + [anon_sym_COLON] = ACTIONS(3957), + [anon_sym_DASH_GT] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3957), + [anon_sym_override] = ACTIONS(3957), + [anon_sym_noexcept] = ACTIONS(3957), + [anon_sym_throw] = ACTIONS(3957), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3991), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3991), + [anon_sym_MOZ_COLD] = ACTIONS(3991), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3991), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3991), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3991), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3991), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3991), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3991), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3991), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3991), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3991), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3991), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3991), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3991), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3991), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3991), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_RAII] = ACTIONS(3991), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3991), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3991), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3991), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3991), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3991), + }, + [1537] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3658), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(3998), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270737,9 +271127,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -270761,42 +271151,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1547] = { - [sym__expression] = STATE(2714), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4252), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3662), + [1538] = { + [sym_macro_annotation] = STATE(3213), + [anon_sym_COMMA] = ACTIONS(3949), + [anon_sym_LPAREN2] = ACTIONS(3949), + [anon_sym_AMP_AMP] = ACTIONS(3949), + [anon_sym_AMP] = ACTIONS(3951), + [anon_sym_SEMI] = ACTIONS(3949), + [anon_sym___attribute__] = ACTIONS(3949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3949), + [anon_sym_LBRACE] = ACTIONS(3949), + [anon_sym_LBRACK] = ACTIONS(3951), + [anon_sym_EQ] = ACTIONS(3949), + [anon_sym_const] = ACTIONS(3951), + [anon_sym_volatile] = ACTIONS(3949), + [anon_sym_restrict] = ACTIONS(3949), + [anon_sym__Atomic] = ACTIONS(3949), + [anon_sym_mutable] = ACTIONS(3949), + [anon_sym_constexpr] = ACTIONS(3949), + [anon_sym_COLON] = ACTIONS(3949), + [anon_sym_DASH_GT] = ACTIONS(3949), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3949), + [anon_sym_override] = ACTIONS(3949), + [anon_sym_noexcept] = ACTIONS(3949), + [anon_sym_throw] = ACTIONS(3949), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3991), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3991), + [anon_sym_MOZ_COLD] = ACTIONS(3991), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3991), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3991), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3991), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3991), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3991), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3991), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3991), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3991), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3991), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3991), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3991), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3991), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3991), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3991), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_RAII] = ACTIONS(3991), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3991), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3991), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3991), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3991), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3991), + }, + [1539] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270806,11 +271294,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(4000), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270851,42 +271341,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1548] = { - [sym__expression] = STATE(2732), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4251), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3664), + [1540] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -270896,11 +271389,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_RBRACE] = ACTIONS(4002), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -270941,56 +271436,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1549] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1541] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3666), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(4004), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -271007,9 +271507,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -271031,56 +271531,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1550] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1542] = { + [sym_macro_annotation] = STATE(3220), + [anon_sym_COMMA] = ACTIONS(3957), + [anon_sym_LPAREN2] = ACTIONS(3957), + [anon_sym_AMP_AMP] = ACTIONS(3957), + [anon_sym_AMP] = ACTIONS(3959), + [anon_sym_SEMI] = ACTIONS(3957), + [anon_sym___attribute__] = ACTIONS(3957), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3957), + [anon_sym_LBRACE] = ACTIONS(3957), + [anon_sym_LBRACK] = ACTIONS(3959), + [anon_sym_EQ] = ACTIONS(3957), + [anon_sym_const] = ACTIONS(3959), + [anon_sym_volatile] = ACTIONS(3957), + [anon_sym_restrict] = ACTIONS(3957), + [anon_sym__Atomic] = ACTIONS(3957), + [anon_sym_mutable] = ACTIONS(3957), + [anon_sym_constexpr] = ACTIONS(3957), + [anon_sym_COLON] = ACTIONS(3957), + [anon_sym_DASH_GT] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3957), + [anon_sym_override] = ACTIONS(3957), + [anon_sym_noexcept] = ACTIONS(3957), + [anon_sym_throw] = ACTIONS(3957), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3991), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3824), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3991), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3991), + [anon_sym_MOZ_COLD] = ACTIONS(3991), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3991), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3991), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3991), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3991), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3991), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3991), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3991), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3991), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3991), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3991), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3991), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3824), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3991), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3824), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3991), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NONNULL] = ACTIONS(3824), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3991), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3991), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_NORETURN] = ACTIONS(3824), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3991), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3991), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3991), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3991), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3991), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3991), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3991), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3991), + [anon_sym_MOZ_RAII] = ACTIONS(3991), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3991), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3991), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3991), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3991), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3991), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3991), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3991), + }, + [1543] = { + [sym__expression] = STATE(2854), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4652), + [sym_initializer_pair] = STATE(4652), + [sym_subscript_designator] = STATE(3932), + [sym_field_designator] = STATE(3932), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [aux_sym_initializer_pair_repeat1] = STATE(3932), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3668), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -271097,9 +271696,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -271121,56 +271720,523 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1551] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1544] = { + [sym_macro_annotation] = STATE(3220), + [anon_sym_COMMA] = ACTIONS(3995), + [anon_sym_LPAREN2] = ACTIONS(3957), + [anon_sym_AMP_AMP] = ACTIONS(3957), + [anon_sym_AMP] = ACTIONS(3959), + [anon_sym_SEMI] = ACTIONS(3995), + [anon_sym___attribute__] = ACTIONS(3957), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3957), + [anon_sym_LBRACE] = ACTIONS(3957), + [anon_sym_LBRACK] = ACTIONS(3959), + [anon_sym_EQ] = ACTIONS(3957), + [anon_sym_const] = ACTIONS(3959), + [anon_sym_volatile] = ACTIONS(3957), + [anon_sym_restrict] = ACTIONS(3957), + [anon_sym__Atomic] = ACTIONS(3957), + [anon_sym_mutable] = ACTIONS(3957), + [anon_sym_constexpr] = ACTIONS(3957), + [anon_sym_DASH_GT] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3957), + [anon_sym_override] = ACTIONS(3957), + [anon_sym_noexcept] = ACTIONS(3957), + [anon_sym_throw] = ACTIONS(3957), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(145), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(145), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3875), + [anon_sym_MOZ_COLD] = ACTIONS(3875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(145), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(145), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NONNULL] = ACTIONS(145), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_NORETURN] = ACTIONS(145), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3875), + [anon_sym_MOZ_RAII] = ACTIONS(3875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3875), + [anon_sym_JS_PUBLIC_API] = ACTIONS(3875), + }, + [1545] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1286), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1286), + [sym_macro_annotation] = STATE(1653), + [aux_sym_class_specifier_repeat1] = STATE(1653), + [sym_identifier] = ACTIONS(4006), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4008), + [anon_sym_COMMA] = ACTIONS(4010), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_EQ] = ACTIONS(4012), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_GT2] = ACTIONS(4010), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1546] = { + [sym_macro_annotation] = STATE(3378), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3949), + [anon_sym_COMMA] = ACTIONS(3949), + [anon_sym_RPAREN] = ACTIONS(3949), + [anon_sym_LPAREN2] = ACTIONS(3949), + [anon_sym_AMP_AMP] = ACTIONS(3949), + [anon_sym_AMP] = ACTIONS(3951), + [anon_sym_SEMI] = ACTIONS(3949), + [anon_sym_LBRACE] = ACTIONS(3949), + [anon_sym_LBRACK] = ACTIONS(3949), + [anon_sym_EQ] = ACTIONS(3949), + [anon_sym_const] = ACTIONS(3951), + [anon_sym_volatile] = ACTIONS(3949), + [anon_sym_restrict] = ACTIONS(3949), + [anon_sym__Atomic] = ACTIONS(3949), + [anon_sym_mutable] = ACTIONS(3949), + [anon_sym_constexpr] = ACTIONS(3949), + [anon_sym_DASH_GT] = ACTIONS(3949), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3949), + [anon_sym_noexcept] = ACTIONS(3949), + [anon_sym_throw] = ACTIONS(3949), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(4014), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(4014), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(4016), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(4014), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(4016), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(4014), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(4014), + [anon_sym_MOZ_COLD] = ACTIONS(4014), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(4014), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(4016), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(4014), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(4014), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(4014), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(4014), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(4014), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(4014), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(4014), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(4014), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(4014), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(4014), + [anon_sym_MOZ_MUST_USE] = ACTIONS(4016), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(4016), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(4014), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_NONNULL] = ACTIONS(4016), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(4014), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(4014), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(4014), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(4014), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_NORETURN] = ACTIONS(4016), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(4014), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(4014), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(4014), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(4014), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(4014), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(4014), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(4014), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4014), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(4014), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4014), + [anon_sym_MOZ_RAII] = ACTIONS(4014), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(4014), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(4014), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(4014), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(4014), + [anon_sym_JS_PUBLIC_API] = ACTIONS(4014), + }, + [1547] = { + [sym_macro_annotation] = STATE(3324), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3957), + [anon_sym_COMMA] = ACTIONS(3957), + [anon_sym_RPAREN] = ACTIONS(3957), + [anon_sym_LPAREN2] = ACTIONS(3957), + [anon_sym_AMP_AMP] = ACTIONS(3957), + [anon_sym_AMP] = ACTIONS(3959), + [anon_sym_SEMI] = ACTIONS(3957), + [anon_sym_LBRACE] = ACTIONS(3957), + [anon_sym_LBRACK] = ACTIONS(3957), + [anon_sym_EQ] = ACTIONS(3957), + [anon_sym_const] = ACTIONS(3959), + [anon_sym_volatile] = ACTIONS(3957), + [anon_sym_restrict] = ACTIONS(3957), + [anon_sym__Atomic] = ACTIONS(3957), + [anon_sym_mutable] = ACTIONS(3957), + [anon_sym_constexpr] = ACTIONS(3957), + [anon_sym_DASH_GT] = ACTIONS(3957), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3957), + [anon_sym_noexcept] = ACTIONS(3957), + [anon_sym_throw] = ACTIONS(3957), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(4014), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(4014), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(4016), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(4014), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(4016), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(4014), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(4014), + [anon_sym_MOZ_COLD] = ACTIONS(4014), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(4014), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(4016), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(4014), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(4014), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(4014), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(4014), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(4014), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(4014), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(4014), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(4014), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(4014), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(4014), + [anon_sym_MOZ_MUST_USE] = ACTIONS(4016), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(4016), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(4014), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_NONNULL] = ACTIONS(4016), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(4014), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(4014), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(4014), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(4014), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_NORETURN] = ACTIONS(4016), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(4014), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(4014), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(4014), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(4014), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(4014), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(4014), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(4014), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4014), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(4014), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4014), + [anon_sym_MOZ_RAII] = ACTIONS(4014), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(4014), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(4014), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(4014), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(4014), + [anon_sym_JS_PUBLIC_API] = ACTIONS(4014), + }, + [1548] = { + [sym_macro_annotation] = STATE(3315), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3911), + [anon_sym_COMMA] = ACTIONS(3911), + [anon_sym_RPAREN] = ACTIONS(3911), + [anon_sym_LPAREN2] = ACTIONS(3911), + [anon_sym_AMP_AMP] = ACTIONS(3911), + [anon_sym_AMP] = ACTIONS(3913), + [anon_sym_SEMI] = ACTIONS(3911), + [anon_sym_LBRACE] = ACTIONS(3911), + [anon_sym_LBRACK] = ACTIONS(3911), + [anon_sym_EQ] = ACTIONS(3911), + [anon_sym_const] = ACTIONS(3913), + [anon_sym_volatile] = ACTIONS(3911), + [anon_sym_restrict] = ACTIONS(3911), + [anon_sym__Atomic] = ACTIONS(3911), + [anon_sym_mutable] = ACTIONS(3911), + [anon_sym_constexpr] = ACTIONS(3911), + [anon_sym_DASH_GT] = ACTIONS(3911), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3911), + [anon_sym_noexcept] = ACTIONS(3911), + [anon_sym_throw] = ACTIONS(3911), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(4014), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(4014), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(4016), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(4014), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(4016), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(4014), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(4014), + [anon_sym_MOZ_COLD] = ACTIONS(4014), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(4014), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(4016), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4014), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(4014), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(4014), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(4014), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(4014), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(4014), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(4014), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(4014), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(4014), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(4014), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(4014), + [anon_sym_MOZ_MUST_USE] = ACTIONS(4016), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(4014), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(4016), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(4014), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_NONNULL] = ACTIONS(4016), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(4014), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(4014), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(4014), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(4014), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_NORETURN] = ACTIONS(4016), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(4014), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(4014), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(4014), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(4014), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(4014), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(4014), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(4014), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(4014), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4014), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(4014), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4014), + [anon_sym_MOZ_RAII] = ACTIONS(4014), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(4014), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(4014), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(4014), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(4014), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(4014), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(4014), + [anon_sym_JS_PUBLIC_API] = ACTIONS(4014), + }, + [1549] = { + [sym__expression] = STATE(2806), + [sym_comma_expression] = STATE(4900), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4900), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3670), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4018), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -271187,9 +272253,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -271211,326 +272277,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1552] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3672), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1553] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3674), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1554] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3676), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1555] = { - [sym__expression] = STATE(2729), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3678), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1550] = { + [sym__expression] = STATE(2919), + [sym_comma_expression] = STATE(5263), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5263), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3680), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4020), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -271547,9 +272344,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -271571,56 +272368,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1556] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1551] = { + [sym__expression] = STATE(2858), + [sym_comma_expression] = STATE(5049), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5049), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3682), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4022), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -271637,9 +272435,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -271661,42 +272459,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1557] = { - [sym__expression] = STATE(2750), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4179), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3684), + [1552] = { + [sym__expression] = STATE(2880), + [sym_comma_expression] = STATE(5056), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5056), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -271704,10 +272502,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4024), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -271751,56 +272550,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1558] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1553] = { + [sym__expression] = STATE(2795), + [sym_comma_expression] = STATE(5028), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5028), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3686), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4026), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -271817,9 +272617,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -271841,41 +272641,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1559] = { - [sym__expression] = STATE(3039), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4908), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1554] = { + [sym__expression] = STATE(2861), + [sym_comma_expression] = STATE(5022), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5022), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -271883,11 +272684,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4028), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_default] = ACTIONS(3688), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -271907,7 +272708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3690), + [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -271931,56 +272732,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1560] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3678), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1555] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3680), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4032), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -271997,9 +272798,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -272021,42 +272822,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1561] = { - [sym__expression] = STATE(2715), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4214), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3692), + [1556] = { + [sym__expression] = STATE(2773), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4275), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4036), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -272066,8 +272867,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -272111,56 +272912,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1562] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1557] = { + [sym__expression] = STATE(2735), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4346), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4038), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3694), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -272177,9 +272978,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -272201,56 +273002,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1563] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1558] = { + [sym__expression] = STATE(2740), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3680), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4040), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -272267,9 +273068,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -272291,56 +273092,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1564] = { - [sym__expression] = STATE(2729), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1559] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3680), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4042), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -272357,9 +273158,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -272381,41 +273182,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1565] = { - [sym__expression] = STATE(3009), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5031), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1560] = { + [sym__expression] = STATE(2954), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4945), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -272425,9 +273226,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_default] = ACTIONS(3696), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_default] = ACTIONS(4044), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -272447,7 +273248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3698), + [anon_sym_delete] = ACTIONS(4046), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -272471,146 +273272,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1566] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3700), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1567] = { - [sym__expression] = STATE(2717), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4299), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3702), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1561] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4048), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -272627,9 +273338,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -272651,42 +273362,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1568] = { - [sym__expression] = STATE(2741), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4342), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3704), + [1562] = { + [sym__expression] = STATE(3093), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5131), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -272696,8 +273406,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_default] = ACTIONS(4050), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -272717,7 +273428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), + [anon_sym_delete] = ACTIONS(4052), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -272741,56 +273452,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1569] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1563] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3706), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4054), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -272807,9 +273518,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -272831,56 +273542,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1570] = { - [sym__expression] = STATE(2720), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4182), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3708), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1564] = { + [sym__expression] = STATE(2740), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(4056), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4040), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -272897,9 +273608,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -272921,41 +273632,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1571] = { - [sym__expression] = STATE(3054), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4938), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1565] = { + [sym__expression] = STATE(2780), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4224), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4058), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -272965,9 +273677,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_default] = ACTIONS(3710), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -272987,7 +273698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3712), + [anon_sym_delete] = ACTIONS(119), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -273011,56 +273722,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1572] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1566] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3714), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4060), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -273077,9 +273788,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -273101,42 +273812,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1573] = { - [sym__expression] = STATE(2752), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4328), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3716), + [1567] = { + [sym__expression] = STATE(2774), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4359), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4062), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -273146,8 +273857,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -273191,145 +273902,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1574] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_lambda_default_capture] = STATE(4487), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(3656), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3718), - [anon_sym_EQ] = ACTIONS(3660), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1575] = { - [sym__expression] = STATE(2868), - [sym_comma_expression] = STATE(4968), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3720), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1568] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4040), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -273346,9 +273968,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -273370,55 +273992,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1576] = { - [sym__expression] = STATE(2894), - [sym_comma_expression] = STATE(4930), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3722), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1569] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4064), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -273435,9 +274058,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -273459,131 +274082,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1577] = { - [sym_field_declaration_list] = STATE(1312), - [sym__class_name] = STATE(3607), - [sym_virtual_specifier] = STATE(4133), - [sym_base_class_clause] = STATE(4645), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3890), - [sym_qualified_type_identifier] = STATE(3607), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(3726), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1578] = { - [sym__expression] = STATE(2843), - [sym_comma_expression] = STATE(5153), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3728), + [1570] = { + [sym__expression] = STATE(2734), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4337), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4066), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -273592,8 +274126,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -273637,55 +274172,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1579] = { - [sym__expression] = STATE(2841), - [sym_comma_expression] = STATE(5156), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3730), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1571] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(4056), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4040), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -273702,9 +274238,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -273726,42 +274262,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1580] = { - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(5162), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3732), + [1572] = { + [sym__expression] = STATE(2772), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4424), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4068), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -273770,8 +274306,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -273815,42 +274352,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1581] = { - [sym__expression] = STATE(2833), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3734), + [1573] = { + [sym__expression] = STATE(2779), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4296), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4070), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -273859,8 +274396,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -273904,55 +274442,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1582] = { - [sym__expression] = STATE(2832), - [sym_comma_expression] = STATE(5180), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3736), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1574] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4072), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -273969,9 +274508,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -273993,42 +274532,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1583] = { - [sym__expression] = STATE(2829), - [sym_comma_expression] = STATE(5188), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3738), + [1575] = { + [sym__expression] = STATE(3031), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5198), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -274037,8 +274575,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_default] = ACTIONS(4074), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -274058,7 +274598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), + [anon_sym_delete] = ACTIONS(4076), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), @@ -274082,55 +274622,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1584] = { - [sym__expression] = STATE(2792), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4805), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1576] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4078), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -274147,9 +274688,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -274171,767 +274712,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1585] = { - [sym_field_declaration_list] = STATE(1433), - [sym__class_name] = STATE(1371), - [sym_virtual_specifier] = STATE(4146), - [sym_base_class_clause] = STATE(4764), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3903), - [sym_qualified_type_identifier] = STATE(1371), - [sym_macro_annotation] = STATE(1654), - [aux_sym_class_specifier_repeat1] = STATE(1654), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1586] = { - [sym__expression] = STATE(2156), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_initializer_list] = STATE(2157), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACE] = ACTIONS(2754), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1587] = { - [sym_field_declaration_list] = STATE(2360), - [sym__class_name] = STATE(2075), - [sym_virtual_specifier] = STATE(4166), - [sym_base_class_clause] = STATE(4617), - [sym_template_type] = STATE(2227), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3915), - [sym_qualified_type_identifier] = STATE(2075), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3742), - [anon_sym_COLON_COLON] = ACTIONS(3744), - [anon_sym_LBRACE] = ACTIONS(3746), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1588] = { - [sym__expression] = STATE(2325), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_initializer_list] = STATE(2424), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1589] = { - [sym_field_declaration_list] = STATE(2577), - [sym__class_name] = STATE(2264), - [sym_virtual_specifier] = STATE(4065), - [sym_base_class_clause] = STATE(4711), - [sym_template_type] = STATE(2463), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3872), - [sym_qualified_type_identifier] = STATE(2264), - [sym_macro_annotation] = STATE(1642), - [aux_sym_class_specifier_repeat1] = STATE(1642), - [sym_identifier] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3750), - [anon_sym_LBRACE] = ACTIONS(3752), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1590] = { - [sym__expression] = STATE(2344), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1591] = { - [sym_field_declaration_list] = STATE(1312), - [sym__class_name] = STATE(1383), - [sym_virtual_specifier] = STATE(4133), - [sym_base_class_clause] = STATE(4645), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3883), - [sym_qualified_type_identifier] = STATE(1383), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(3758), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1592] = { - [sym__expression] = STATE(2338), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1593] = { - [sym__expression] = STATE(2748), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4805), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1577] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4080), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -274948,9 +274778,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -274972,233 +274802,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1594] = { - [sym_field_declaration_list] = STATE(1312), - [sym__class_name] = STATE(1298), - [sym_virtual_specifier] = STATE(4133), - [sym_base_class_clause] = STATE(4645), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1298), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1595] = { - [sym_field_declaration_list] = STATE(2577), - [sym__class_name] = STATE(2264), - [sym_virtual_specifier] = STATE(4065), - [sym_base_class_clause] = STATE(4711), - [sym_template_type] = STATE(2463), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3873), - [sym_qualified_type_identifier] = STATE(2264), - [sym_macro_annotation] = STATE(1656), - [aux_sym_class_specifier_repeat1] = STATE(1656), - [sym_identifier] = ACTIONS(3760), - [anon_sym_COLON_COLON] = ACTIONS(3762), - [anon_sym_LBRACE] = ACTIONS(3752), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1596] = { - [sym__expression] = STATE(2812), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3764), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1578] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4082), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -275215,9 +274868,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -275239,55 +274892,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1597] = { - [sym__expression] = STATE(2813), - [sym_comma_expression] = STATE(5041), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3766), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1579] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4084), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -275304,9 +274958,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -275328,233 +274982,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1598] = { - [sym__expression] = STATE(2780), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1599] = { - [sym_field_declaration_list] = STATE(2281), - [sym__class_name] = STATE(2020), - [sym_virtual_specifier] = STATE(4159), - [sym_base_class_clause] = STATE(4609), - [sym_template_type] = STATE(2049), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3892), - [sym_qualified_type_identifier] = STATE(2020), - [sym_macro_annotation] = STATE(1638), - [aux_sym_class_specifier_repeat1] = STATE(1638), - [sym_identifier] = ACTIONS(3768), - [anon_sym_COLON_COLON] = ACTIONS(3770), - [anon_sym_LBRACE] = ACTIONS(3772), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1600] = { - [sym__expression] = STATE(2674), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(2652), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1580] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4086), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -275571,9 +275048,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -275595,42 +275072,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1601] = { - [sym__expression] = STATE(2789), - [sym_comma_expression] = STATE(4998), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3774), + [1581] = { + [sym__expression] = STATE(2771), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4266), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4088), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -275639,8 +275116,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -275684,233 +275162,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1602] = { - [sym_field_declaration_list] = STATE(3802), - [sym__class_name] = STATE(3511), - [sym_virtual_specifier] = STATE(4049), - [sym_base_class_clause] = STATE(4490), - [sym_template_type] = STATE(3587), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3910), - [sym_qualified_type_identifier] = STATE(3511), - [sym_macro_annotation] = STATE(1623), - [aux_sym_class_specifier_repeat1] = STATE(1623), - [sym_identifier] = ACTIONS(3776), - [anon_sym_COLON_COLON] = ACTIONS(3778), - [anon_sym_LBRACE] = ACTIONS(3780), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1603] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_COMMA] = ACTIONS(3782), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3782), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1604] = { - [sym__expression] = STATE(2776), - [sym_comma_expression] = STATE(4993), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3784), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1582] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4090), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -275927,9 +275228,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -275951,55 +275252,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1605] = { - [sym__expression] = STATE(2840), - [sym_comma_expression] = STATE(5064), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3786), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1583] = { + [sym__expression] = STATE(2724), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_lambda_default_capture] = STATE(4501), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(4030), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4092), + [anon_sym_EQ] = ACTIONS(4034), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -276016,9 +275318,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -276040,41 +275342,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1606] = { - [sym__expression] = STATE(2969), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5062), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1584] = { + [sym__expression] = STATE(2848), + [sym_comma_expression] = STATE(5217), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4094), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -276083,9 +275386,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -276129,130 +275431,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1607] = { - [sym_field_declaration_list] = STATE(1312), - [sym__class_name] = STATE(1298), - [sym_virtual_specifier] = STATE(4133), - [sym_base_class_clause] = STATE(4645), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1298), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1608] = { - [sym__expression] = STATE(3043), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5042), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1585] = { + [sym__expression] = STATE(2946), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4963), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -276262,8 +275475,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -276307,55 +275520,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1609] = { - [sym__expression] = STATE(2957), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_initializer_list] = STATE(4985), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1586] = { + [sym__expression] = STATE(3098), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_initializer_list] = STATE(4962), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), + [anon_sym_COLON_COLON] = ACTIONS(3729), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -276372,9 +275585,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -276396,42 +275609,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1610] = { - [sym__expression] = STATE(2880), - [sym_comma_expression] = STATE(4966), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3788), + [1587] = { + [sym__expression] = STATE(2850), + [sym_comma_expression] = STATE(5075), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4096), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -276440,8 +275653,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -276485,55 +275698,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1611] = { - [sym__expression] = STATE(2674), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_initializer_list] = STATE(2652), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1588] = { + [sym__expression] = STATE(2859), + [sym_comma_expression] = STATE(5082), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4098), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -276550,9 +275763,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -276574,55 +275787,322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1612] = { - [sym__expression] = STATE(2846), - [sym_comma_expression] = STATE(4959), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3790), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [1589] = { + [sym_field_declaration_list] = STATE(1320), + [sym__class_name] = STATE(1389), + [sym_virtual_specifier] = STATE(4175), + [sym_base_class_clause] = STATE(4723), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3895), + [sym_qualified_type_identifier] = STATE(1389), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1590] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1398), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3895), + [sym_qualified_type_identifier] = STATE(1398), + [sym_macro_annotation] = STATE(1589), + [aux_sym_class_specifier_repeat1] = STATE(1589), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1591] = { + [sym_field_declaration_list] = STATE(2441), + [sym__class_name] = STATE(2047), + [sym_virtual_specifier] = STATE(4041), + [sym_base_class_clause] = STATE(4801), + [sym_template_type] = STATE(2246), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3909), + [sym_qualified_type_identifier] = STATE(2047), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4102), + [anon_sym_COLON_COLON] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1592] = { + [sym__expression] = STATE(3033), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_initializer_list] = STATE(2682), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -276639,9 +276119,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -276663,42 +276143,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1613] = { - [sym__expression] = STATE(2818), - [sym_comma_expression] = STATE(5043), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3792), + [1593] = { + [sym__expression] = STATE(2870), + [sym_comma_expression] = STATE(4876), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -276706,9 +276185,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4108), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -276752,42 +276232,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1614] = { - [sym__expression] = STATE(2807), - [sym_comma_expression] = STATE(4951), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3794), + [1594] = { + [sym__expression] = STATE(2865), + [sym_comma_expression] = STATE(4866), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -276795,9 +276274,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4110), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -276841,144 +276321,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1615] = { - [sym__expression] = STATE(2797), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), - }, - [1616] = { - [sym__expression] = STATE(2800), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1595] = { + [sym__expression] = STATE(3027), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -276995,9 +276386,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -277019,233 +276410,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1617] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1398), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1398), - [sym_macro_annotation] = STATE(1594), - [aux_sym_class_specifier_repeat1] = STATE(1594), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1618] = { - [sym_field_declaration_list] = STATE(1312), - [sym__class_name] = STATE(1383), - [sym_virtual_specifier] = STATE(4133), - [sym_base_class_clause] = STATE(4645), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3903), - [sym_qualified_type_identifier] = STATE(1383), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1619] = { - [sym__expression] = STATE(3108), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4924), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [1596] = { + [sym__expression] = STATE(3029), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -277262,9 +276475,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -277286,42 +276499,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1620] = { - [sym__expression] = STATE(2821), - [sym_comma_expression] = STATE(4941), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3796), + [1597] = { + [sym__expression] = STATE(2869), + [sym_comma_expression] = STATE(5154), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4116), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -277330,8 +276543,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -277375,130 +276588,397 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1621] = { - [sym__expression] = STATE(2814), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), + [1598] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1408), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1408), + [sym_macro_annotation] = STATE(1620), + [aux_sym_class_specifier_repeat1] = STATE(1620), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1599] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_COMMA] = ACTIONS(4120), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4120), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1622] = { - [sym__expression] = STATE(3042), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4962), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1600] = { + [sym_field_declaration_list] = STATE(2283), + [sym__class_name] = STATE(2022), + [sym_virtual_specifier] = STATE(4151), + [sym_base_class_clause] = STATE(4670), + [sym_template_type] = STATE(2052), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3902), + [sym_qualified_type_identifier] = STATE(2022), + [sym_macro_annotation] = STATE(1682), + [aux_sym_class_specifier_repeat1] = STATE(1682), + [sym_identifier] = ACTIONS(4122), + [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_LBRACE] = ACTIONS(4126), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1601] = { + [sym_field_declaration_list] = STATE(1320), + [sym__class_name] = STATE(3643), + [sym_virtual_specifier] = STATE(4175), + [sym_base_class_clause] = STATE(4723), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3888), + [sym_qualified_type_identifier] = STATE(3643), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1602] = { + [sym__expression] = STATE(2947), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5152), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -277508,8 +276988,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -277553,130 +277033,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1623] = { - [sym_field_declaration_list] = STATE(3846), - [sym__class_name] = STATE(3519), - [sym_virtual_specifier] = STATE(4034), - [sym_base_class_clause] = STATE(4477), - [sym_template_type] = STATE(3587), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3910), - [sym_qualified_type_identifier] = STATE(3519), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3776), - [anon_sym_COLON_COLON] = ACTIONS(3778), - [anon_sym_LBRACE] = ACTIONS(3780), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1624] = { - [sym__expression] = STATE(3033), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4991), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1603] = { + [sym__expression] = STATE(3055), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5184), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -277686,8 +277077,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -277731,52 +277122,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1625] = { - [sym__expression] = STATE(2693), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(3754), + [1604] = { + [sym__expression] = STATE(2862), + [sym_comma_expression] = STATE(4858), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4130), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -277820,130 +277211,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1626] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1374), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3883), - [sym_qualified_type_identifier] = STATE(1374), - [sym_macro_annotation] = STATE(1591), - [aux_sym_class_specifier_repeat1] = STATE(1591), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(3758), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), + [1605] = { + [sym__expression] = STATE(2151), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1627] = { - [sym__expression] = STATE(2805), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4777), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1606] = { + [sym__expression] = STATE(2796), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4687), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -277953,8 +277344,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -277998,343 +277389,432 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1628] = { - [sym__expression] = STATE(2145), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1607] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1398), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3881), + [sym_qualified_type_identifier] = STATE(1398), + [sym_macro_annotation] = STATE(1623), + [aux_sym_class_specifier_repeat1] = STATE(1623), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(4132), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1629] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1390), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1390), - [sym_macro_annotation] = STATE(1594), - [aux_sym_class_specifier_repeat1] = STATE(1594), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1608] = { + [sym__expression] = STATE(2332), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_initializer_list] = STATE(2440), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACE] = ACTIONS(3174), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), }, - [1630] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1374), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3903), - [sym_qualified_type_identifier] = STATE(1374), - [sym_macro_annotation] = STATE(1618), - [aux_sym_class_specifier_repeat1] = STATE(1618), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1609] = { + [sym_field_declaration_list] = STATE(3828), + [sym__class_name] = STATE(3504), + [sym_virtual_specifier] = STATE(4052), + [sym_base_class_clause] = STATE(4516), + [sym_template_type] = STATE(3592), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3878), + [sym_qualified_type_identifier] = STATE(3504), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4134), + [anon_sym_COLON_COLON] = ACTIONS(4136), + [anon_sym_LBRACE] = ACTIONS(4138), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1631] = { - [sym__expression] = STATE(2201), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1610] = { + [sym_field_declaration_list] = STATE(2441), + [sym__class_name] = STATE(2047), + [sym_virtual_specifier] = STATE(4041), + [sym_base_class_clause] = STATE(4801), + [sym_template_type] = STATE(2246), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3923), + [sym_qualified_type_identifier] = STATE(2047), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4140), + [anon_sym_COLON_COLON] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1611] = { + [sym__expression] = STATE(2843), + [sym_comma_expression] = STATE(5207), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4144), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -278352,311 +277832,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1632] = { - [sym_field_declaration_list] = STATE(2097), - [sym__class_name] = STATE(1980), - [sym_virtual_specifier] = STATE(4079), - [sym_base_class_clause] = STATE(4642), - [sym_template_type] = STATE(1997), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3907), - [sym_qualified_type_identifier] = STATE(1980), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACE] = ACTIONS(3802), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1633] = { - [sym_field_declaration_list] = STATE(2360), - [sym__class_name] = STATE(2075), - [sym_virtual_specifier] = STATE(4166), - [sym_base_class_clause] = STATE(4617), - [sym_template_type] = STATE(2227), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3870), - [sym_qualified_type_identifier] = STATE(2075), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3804), - [anon_sym_COLON_COLON] = ACTIONS(3806), - [anon_sym_LBRACE] = ACTIONS(3746), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1634] = { - [sym_field_declaration_list] = STATE(2070), - [sym__class_name] = STATE(1977), - [sym_virtual_specifier] = STATE(4007), - [sym_base_class_clause] = STATE(4462), - [sym_template_type] = STATE(1997), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3907), - [sym_qualified_type_identifier] = STATE(1977), - [sym_macro_annotation] = STATE(1632), - [aux_sym_class_specifier_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACE] = ACTIONS(3802), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_raw_string_literal] = ACTIONS(147), }, - [1635] = { - [sym__expression] = STATE(2856), - [sym_comma_expression] = STATE(5088), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3808), + [1612] = { + [sym__expression] = STATE(2839), + [sym_comma_expression] = STATE(5205), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4146), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -278665,8 +277878,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -278710,55 +277923,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1636] = { - [sym__expression] = STATE(3087), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_initializer_list] = STATE(2652), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1613] = { + [sym__expression] = STATE(2836), + [sym_comma_expression] = STATE(5203), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -278775,9 +277988,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -278799,233 +278012,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1637] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1292), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1292), - [sym_macro_annotation] = STATE(1594), - [aux_sym_class_specifier_repeat1] = STATE(1594), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1638] = { - [sym_field_declaration_list] = STATE(2289), - [sym__class_name] = STATE(2022), - [sym_virtual_specifier] = STATE(4127), - [sym_base_class_clause] = STATE(4584), - [sym_template_type] = STATE(2049), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3892), - [sym_qualified_type_identifier] = STATE(2022), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3768), - [anon_sym_COLON_COLON] = ACTIONS(3770), - [anon_sym_LBRACE] = ACTIONS(3772), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1639] = { - [sym__expression] = STATE(2948), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1614] = { + [sym__expression] = STATE(2826), + [sym_comma_expression] = STATE(5191), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4150), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -279042,9 +278077,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -279066,55 +278101,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1640] = { - [sym__expression] = STATE(2976), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1615] = { + [sym__expression] = STATE(2823), + [sym_comma_expression] = STATE(5189), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4152), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -279131,9 +278166,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -279155,220 +278190,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1641] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1400), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1400), - [sym_macro_annotation] = STATE(1594), - [aux_sym_class_specifier_repeat1] = STATE(1594), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1616] = { + [sym__expression] = STATE(2829), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1642] = { - [sym_field_declaration_list] = STATE(2568), - [sym__class_name] = STATE(2272), - [sym_virtual_specifier] = STATE(4108), - [sym_base_class_clause] = STATE(4681), - [sym_template_type] = STATE(2463), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3872), - [sym_qualified_type_identifier] = STATE(2272), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3750), - [anon_sym_LBRACE] = ACTIONS(3752), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1617] = { + [sym__expression] = STATE(2123), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_initializer_list] = STATE(2119), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACE] = ACTIONS(3126), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1643] = { - [sym__expression] = STATE(2862), - [sym_comma_expression] = STATE(5083), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3810), + [1618] = { + [sym__expression] = STATE(3009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5206), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -279377,8 +278411,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -279422,41 +278457,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1644] = { - [sym__expression] = STATE(3023), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5005), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1619] = { + [sym__expression] = STATE(2685), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(2682), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -279466,8 +278501,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -279511,42 +278546,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1645] = { - [sym__expression] = STATE(2779), - [sym_comma_expression] = STATE(4997), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3812), + [1620] = { + [sym_field_declaration_list] = STATE(1320), + [sym__class_name] = STATE(1295), + [sym_virtual_specifier] = STATE(4175), + [sym_base_class_clause] = STATE(4723), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1295), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1621] = { + [sym__expression] = STATE(2999), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5216), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -279555,8 +278678,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -279600,42 +278724,308 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1646] = { - [sym__expression] = STATE(2864), - [sym_comma_expression] = STATE(5063), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3814), + [1622] = { + [sym_field_declaration_list] = STATE(2553), + [sym__class_name] = STATE(2269), + [sym_virtual_specifier] = STATE(4122), + [sym_base_class_clause] = STATE(4720), + [sym_template_type] = STATE(2424), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3918), + [sym_qualified_type_identifier] = STATE(2269), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4154), + [anon_sym_COLON_COLON] = ACTIONS(4156), + [anon_sym_LBRACE] = ACTIONS(4158), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1623] = { + [sym_field_declaration_list] = STATE(1320), + [sym__class_name] = STATE(1389), + [sym_virtual_specifier] = STATE(4175), + [sym_base_class_clause] = STATE(4723), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3881), + [sym_qualified_type_identifier] = STATE(1389), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(4132), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1624] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(3601), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3888), + [sym_qualified_type_identifier] = STATE(3601), + [sym_macro_annotation] = STATE(1601), + [aux_sym_class_specifier_repeat1] = STATE(1601), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1625] = { + [sym__expression] = STATE(2821), + [sym_comma_expression] = STATE(4865), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -279643,9 +279033,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4160), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -279689,42 +279080,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1647] = { - [sym__expression] = STATE(2866), - [sym_comma_expression] = STATE(5055), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3816), + [1626] = { + [sym__expression] = STATE(2820), + [sym_comma_expression] = STATE(4867), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -279732,9 +279122,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4162), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -279778,131 +279169,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1648] = { - [sym__expression] = STATE(2796), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_initializer_list] = STATE(3080), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(3365), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1649] = { - [sym__expression] = STATE(2898), - [sym_comma_expression] = STATE(4957), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3818), + [1627] = { + [sym__expression] = STATE(2817), + [sym_comma_expression] = STATE(4873), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -279910,9 +279211,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4164), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -279956,41 +279258,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1650] = { - [sym__expression] = STATE(3049), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4954), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1628] = { + [sym__expression] = STATE(3037), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5258), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -280000,8 +279302,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -280045,41 +279347,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1651] = { - [sym__expression] = STATE(3105), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4904), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1629] = { + [sym__expression] = STATE(2790), + [sym_comma_expression] = STATE(4915), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -280087,10 +279389,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4166), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -280134,42 +279436,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1652] = { - [sym__expression] = STATE(2875), - [sym_comma_expression] = STATE(5046), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3820), + [1630] = { + [sym__expression] = STATE(2901), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1631] = { + [sym__expression] = STATE(2787), + [sym_comma_expression] = STATE(4917), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -280177,9 +279567,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4168), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -280223,42 +279614,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1653] = { - [sym__expression] = STATE(2879), - [sym_comma_expression] = STATE(5039), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3822), + [1632] = { + [sym__expression] = STATE(2835), + [sym_comma_expression] = STATE(4922), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -280266,9 +279656,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4170), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -280312,141 +279703,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1654] = { - [sym_field_declaration_list] = STATE(1415), - [sym__class_name] = STATE(1368), - [sym_virtual_specifier] = STATE(4085), - [sym_base_class_clause] = STATE(4808), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3903), - [sym_qualified_type_identifier] = STATE(1368), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1633] = { + [sym_field_declaration_list] = STATE(2386), + [sym__class_name] = STATE(2086), + [sym_virtual_specifier] = STATE(4106), + [sym_base_class_clause] = STATE(4767), + [sym_template_type] = STATE(2246), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3923), + [sym_qualified_type_identifier] = STATE(2086), + [sym_macro_annotation] = STATE(1610), + [aux_sym_class_specifier_repeat1] = STATE(1610), + [sym_identifier] = ACTIONS(4140), + [anon_sym_COLON_COLON] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1655] = { - [sym__expression] = STATE(2891), - [sym_comma_expression] = STATE(4913), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3824), - [anon_sym_LPAREN2] = ACTIONS(1023), + [1634] = { + [sym__expression] = STATE(2711), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(4112), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -280490,131 +279881,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1656] = { - [sym_field_declaration_list] = STATE(2568), - [sym__class_name] = STATE(2272), - [sym_virtual_specifier] = STATE(4108), - [sym_base_class_clause] = STATE(4681), - [sym_template_type] = STATE(2463), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3873), - [sym_qualified_type_identifier] = STATE(2272), - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3760), - [anon_sym_COLON_COLON] = ACTIONS(3762), - [anon_sym_LBRACE] = ACTIONS(3752), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1635] = { + [sym_field_declaration_list] = STATE(1434), + [sym__class_name] = STATE(1376), + [sym_virtual_specifier] = STATE(4077), + [sym_base_class_clause] = STATE(4462), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3895), + [sym_qualified_type_identifier] = STATE(1376), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1657] = { - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4914), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3826), + [1636] = { + [sym__expression] = STATE(2803), + [sym_comma_expression] = STATE(5059), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4172), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -280623,8 +280014,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -280668,41 +280059,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1658] = { - [sym__expression] = STATE(3053), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4944), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1637] = { + [sym_field_declaration_list] = STATE(2099), + [sym__class_name] = STATE(1987), + [sym_virtual_specifier] = STATE(4070), + [sym_base_class_clause] = STATE(4644), + [sym_template_type] = STATE(2001), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3897), + [sym_qualified_type_identifier] = STATE(1987), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(4176), + [anon_sym_LBRACE] = ACTIONS(4178), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1638] = { + [sym__expression] = STATE(2938), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4974), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -280712,8 +280192,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -280757,76 +280237,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1659] = { - [sym__expression] = STATE(2427), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1639] = { + [sym_field_declaration_list] = STATE(3859), + [sym__class_name] = STATE(3531), + [sym_virtual_specifier] = STATE(4017), + [sym_base_class_clause] = STATE(4624), + [sym_template_type] = STATE(3592), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3878), + [sym_qualified_type_identifier] = STATE(3531), + [sym_macro_annotation] = STATE(1609), + [aux_sym_class_specifier_repeat1] = STATE(1609), + [sym_identifier] = ACTIONS(4134), + [anon_sym_COLON_COLON] = ACTIONS(4136), + [anon_sym_LBRACE] = ACTIONS(4138), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1640] = { + [sym__expression] = STATE(2782), + [sym_comma_expression] = STATE(5143), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4180), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -280844,78 +280413,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1660] = { - [sym__expression] = STATE(2433), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(3754), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1641] = { + [sym__expression] = STATE(3064), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5103), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -280933,78 +280502,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1661] = { - [sym__expression] = STATE(2435), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_initializer_list] = STATE(2157), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(2754), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1642] = { + [sym__expression] = STATE(2852), + [sym_comma_expression] = STATE(5141), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4182), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -281022,44 +280591,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1662] = { - [sym__expression] = STATE(2852), - [sym_comma_expression] = STATE(4952), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3828), + [1643] = { + [sym__expression] = STATE(2849), + [sym_comma_expression] = STATE(5140), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4184), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -281068,8 +280637,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281113,42 +280682,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1663] = { - [sym__expression] = STATE(2773), - [sym_comma_expression] = STATE(4882), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3830), + [1644] = { + [sym__expression] = STATE(2761), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4687), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -281157,8 +280725,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281202,141 +280771,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1664] = { - [sym_field_declaration_list] = STATE(2369), - [sym__class_name] = STATE(2106), - [sym_virtual_specifier] = STATE(4046), - [sym_base_class_clause] = STATE(4485), - [sym_template_type] = STATE(2227), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3870), - [sym_qualified_type_identifier] = STATE(2106), - [sym_macro_annotation] = STATE(1633), - [aux_sym_class_specifier_repeat1] = STATE(1633), - [sym_identifier] = ACTIONS(3804), - [anon_sym_COLON_COLON] = ACTIONS(3806), - [anon_sym_LBRACE] = ACTIONS(3746), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1665] = { - [sym__expression] = STATE(2697), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(3754), + [1645] = { + [sym__expression] = STATE(2841), + [sym_comma_expression] = STATE(4901), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4186), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(3754), - [anon_sym_AMP_AMP] = ACTIONS(3754), - [anon_sym_AMP] = ACTIONS(3756), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3754), - [anon_sym_LBRACK] = ACTIONS(3754), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281380,42 +280860,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1666] = { - [sym__expression] = STATE(2842), - [sym_comma_expression] = STATE(4889), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3832), + [1646] = { + [sym__expression] = STATE(2808), + [sym_comma_expression] = STATE(5047), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4188), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -281424,8 +280904,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281469,41 +280949,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1667] = { - [sym__expression] = STATE(3024), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4912), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1647] = { + [sym__expression] = STATE(2816), + [sym_comma_expression] = STATE(4986), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4190), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -281512,9 +280993,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281558,55 +281038,322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1668] = { - [sym__expression] = STATE(3084), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_initializer_list] = STATE(5119), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1648] = { + [sym_field_declaration_list] = STATE(2386), + [sym__class_name] = STATE(2086), + [sym_virtual_specifier] = STATE(4106), + [sym_base_class_clause] = STATE(4767), + [sym_template_type] = STATE(2246), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3909), + [sym_qualified_type_identifier] = STATE(2086), + [sym_macro_annotation] = STATE(1591), + [aux_sym_class_specifier_repeat1] = STATE(1591), + [sym_identifier] = ACTIONS(4102), + [anon_sym_COLON_COLON] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1649] = { + [sym_field_declaration_list] = STATE(2614), + [sym__class_name] = STATE(2275), + [sym_virtual_specifier] = STATE(4079), + [sym_base_class_clause] = STATE(4820), + [sym_template_type] = STATE(2424), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3876), + [sym_qualified_type_identifier] = STATE(2275), + [sym_macro_annotation] = STATE(1654), + [aux_sym_class_specifier_repeat1] = STATE(1654), + [sym_identifier] = ACTIONS(4192), + [anon_sym_COLON_COLON] = ACTIONS(4194), + [anon_sym_LBRACE] = ACTIONS(4158), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1650] = { + [sym__expression] = STATE(2346), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1651] = { + [sym__expression] = STATE(2834), + [sym_comma_expression] = STATE(5063), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_SEMI] = ACTIONS(4196), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -281623,9 +281370,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -281647,42 +281394,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1669] = { - [sym__expression] = STATE(2850), - [sym_comma_expression] = STATE(4905), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3834), + [1652] = { + [sym__expression] = STATE(2876), + [sym_comma_expression] = STATE(4951), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -281690,9 +281436,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4198), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281736,41 +281483,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1670] = { - [sym__expression] = STATE(2939), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5065), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1653] = { + [sym_field_declaration_list] = STATE(1320), + [sym__class_name] = STATE(1295), + [sym_virtual_specifier] = STATE(4175), + [sym_base_class_clause] = STATE(4723), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1295), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1654] = { + [sym_field_declaration_list] = STATE(2553), + [sym__class_name] = STATE(2269), + [sym_virtual_specifier] = STATE(4122), + [sym_base_class_clause] = STATE(4720), + [sym_template_type] = STATE(2424), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3876), + [sym_qualified_type_identifier] = STATE(2269), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4192), + [anon_sym_COLON_COLON] = ACTIONS(4194), + [anon_sym_LBRACE] = ACTIONS(4158), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1655] = { + [sym__expression] = STATE(2911), + [sym_comma_expression] = STATE(4976), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4200), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -281779,9 +281705,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281825,42 +281750,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1671] = { - [sym__expression] = STATE(2865), - [sym_comma_expression] = STATE(4940), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3836), + [1656] = { + [sym__expression] = STATE(2358), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1657] = { + [sym_field_declaration_list] = STATE(1444), + [sym__class_name] = STATE(1380), + [sym_virtual_specifier] = STATE(4152), + [sym_base_class_clause] = STATE(4514), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3895), + [sym_qualified_type_identifier] = STATE(1380), + [sym_macro_annotation] = STATE(1635), + [aux_sym_class_specifier_repeat1] = STATE(1635), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1658] = { + [sym__expression] = STATE(2809), + [sym_comma_expression] = STATE(5021), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4202), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -281869,8 +281972,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -281914,131 +282017,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1672] = { - [sym_field_declaration_list] = STATE(2369), - [sym__class_name] = STATE(2106), - [sym_virtual_specifier] = STATE(4046), - [sym_base_class_clause] = STATE(4485), - [sym_template_type] = STATE(2227), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3915), - [sym_qualified_type_identifier] = STATE(2106), - [sym_macro_annotation] = STATE(1587), - [aux_sym_class_specifier_repeat1] = STATE(1587), - [sym_identifier] = ACTIONS(3742), - [anon_sym_COLON_COLON] = ACTIONS(3744), - [anon_sym_LBRACE] = ACTIONS(3746), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1659] = { + [sym__expression] = STATE(2815), + [sym_comma_expression] = STATE(4996), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4204), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1673] = { - [sym__expression] = STATE(2848), - [sym_comma_expression] = STATE(4943), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3838), + [1660] = { + [sym__expression] = STATE(2818), + [sym_comma_expression] = STATE(5157), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4206), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282047,8 +282150,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282092,131 +282195,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1674] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(3598), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3890), - [sym_qualified_type_identifier] = STATE(3598), - [sym_macro_annotation] = STATE(1577), - [aux_sym_class_specifier_repeat1] = STATE(1577), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(3726), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1661] = { + [sym__expression] = STATE(2872), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4667), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1675] = { - [sym__expression] = STATE(2886), - [sym_comma_expression] = STATE(4917), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3840), + [1662] = { + [sym__expression] = STATE(2905), + [sym_comma_expression] = STATE(4964), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4208), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282225,8 +282328,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282270,41 +282373,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1676] = { - [sym__expression] = STATE(2978), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(5169), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1663] = { + [sym__expression] = STATE(2867), + [sym_comma_expression] = STATE(4953), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282312,10 +282415,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4210), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282359,131 +282462,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1677] = { - [sym_field_declaration_list] = STATE(1323), - [sym__class_name] = STATE(1292), - [sym_virtual_specifier] = STATE(4153), - [sym_base_class_clause] = STATE(4463), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1292), - [sym_macro_annotation] = STATE(1607), - [aux_sym_class_specifier_repeat1] = STATE(1607), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1664] = { + [sym__expression] = STATE(2798), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_initializer_list] = STATE(3079), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACE] = ACTIONS(3719), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1678] = { - [sym__expression] = STATE(2861), - [sym_comma_expression] = STATE(4909), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3842), + [1665] = { + [sym__expression] = STATE(2827), + [sym_comma_expression] = STATE(4967), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4212), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282492,8 +282595,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282537,41 +282640,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1679] = { - [sym__expression] = STATE(2824), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_initializer_list] = STATE(4720), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1666] = { + [sym__expression] = STATE(2879), + [sym_comma_expression] = STATE(4958), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282579,10 +282682,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4214), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282626,40 +282729,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1680] = { - [sym__expression] = STATE(3068), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1667] = { + [sym__expression] = STATE(3125), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4982), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282667,10 +282771,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3844), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282714,40 +282818,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1681] = { - [sym__expression] = STATE(3127), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1668] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1286), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1286), + [sym_macro_annotation] = STATE(1653), + [aux_sym_class_specifier_repeat1] = STATE(1653), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1669] = { + [sym__expression] = STATE(2898), + [sym_comma_expression] = STATE(4959), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4216), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282755,10 +282950,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3846), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282802,40 +282996,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1682] = { - [sym__expression] = STATE(3122), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1670] = { + [sym__expression] = STATE(2897), + [sym_comma_expression] = STATE(4950), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4218), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282843,10 +283039,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3848), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282890,40 +283085,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1683] = { - [sym__expression] = STATE(3113), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1671] = { + [sym__expression] = STATE(2895), + [sym_comma_expression] = STATE(4988), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -282931,10 +283127,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3850), + [anon_sym_SEMI] = ACTIONS(4220), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -282978,129 +283174,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1684] = { - [sym_field_declaration_list] = STATE(2368), - [sym__class_name] = STATE(2108), - [sym_virtual_specifier] = STATE(4042), - [sym_base_class_clause] = STATE(4494), - [sym_template_type] = STATE(2227), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3915), - [sym_qualified_type_identifier] = STATE(2108), - [sym_macro_annotation] = STATE(3470), - [sym_identifier] = ACTIONS(3742), - [anon_sym_COLON_COLON] = ACTIONS(3744), - [anon_sym_LBRACE] = ACTIONS(3746), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1685] = { - [sym__expression] = STATE(2827), - [sym_comma_expression] = STATE(5012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1672] = { + [sym__expression] = STATE(2884), + [sym_comma_expression] = STATE(5015), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283108,9 +283216,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4222), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -283154,40 +283263,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1686] = { - [sym__expression] = STATE(3114), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1673] = { + [sym__expression] = STATE(2917), + [sym_comma_expression] = STATE(5134), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4224), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283195,10 +283306,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3852), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -283242,40 +283352,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1687] = { - [sym__expression] = STATE(3106), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1674] = { + [sym__expression] = STATE(2819), + [sym_comma_expression] = STATE(5127), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4226), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283283,10 +283395,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3854), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -283330,142 +283441,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1688] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(1287), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3891), - [sym_qualified_type_identifier] = STATE(1287), - [sym_macro_annotation] = STATE(3492), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1675] = { + [sym__expression] = STATE(2794), + [sym_comma_expression] = STATE(5062), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4228), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1689] = { - [sym__expression] = STATE(2784), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3856), - [anon_sym_LPAREN2] = ACTIONS(3858), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1676] = { + [sym__expression] = STATE(3057), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_initializer_list] = STATE(4838), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -283482,9 +283595,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -283506,40 +283619,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1690] = { - [sym__expression] = STATE(2901), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1677] = { + [sym__expression] = STATE(2832), + [sym_comma_expression] = STATE(4912), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4230), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283547,10 +283662,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3860), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -283594,40 +283708,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1691] = { - [sym__expression] = STATE(2941), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1678] = { + [sym__expression] = STATE(2837), + [sym_comma_expression] = STATE(5121), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4232), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283635,10 +283751,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3862), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -283682,40 +283797,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1692] = { - [sym__expression] = STATE(2980), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1679] = { + [sym__expression] = STATE(2857), + [sym_comma_expression] = STATE(5117), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4234), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283723,10 +283840,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3864), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -283770,128 +283886,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1693] = { - [sym_field_declaration_list] = STATE(1431), - [sym__class_name] = STATE(1364), - [sym_virtual_specifier] = STATE(4143), - [sym_base_class_clause] = STATE(4768), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3903), - [sym_qualified_type_identifier] = STATE(1364), - [sym_macro_annotation] = STATE(3488), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1694] = { - [sym__expression] = STATE(2911), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1680] = { + [sym__expression] = STATE(2889), + [sym_comma_expression] = STATE(4933), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4236), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283899,10 +283929,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3866), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -283946,40 +283975,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1695] = { - [sym__expression] = STATE(2944), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1681] = { + [sym__expression] = STATE(2888), + [sym_comma_expression] = STATE(4932), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4238), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -283987,10 +284018,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3868), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284034,41 +284064,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1696] = { - [sym__expression] = STATE(2740), - [sym_comma_expression] = STATE(4582), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1682] = { + [sym_field_declaration_list] = STATE(2301), + [sym__class_name] = STATE(2032), + [sym_virtual_specifier] = STATE(4114), + [sym_base_class_clause] = STATE(4730), + [sym_template_type] = STATE(2052), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3902), + [sym_qualified_type_identifier] = STATE(2032), + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4122), + [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_LBRACE] = ACTIONS(4126), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1683] = { + [sym__expression] = STATE(2982), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4929), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -284077,8 +284196,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284122,40 +284242,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1697] = { - [sym__expression] = STATE(2912), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1684] = { + [sym__expression] = STATE(2918), + [sym_comma_expression] = STATE(5110), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4240), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -284163,10 +284285,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3870), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284210,75 +284331,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1698] = { - [sym__expression] = STATE(2206), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3872), - [anon_sym_LPAREN2] = ACTIONS(3874), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1685] = { + [sym__expression] = STATE(3028), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4984), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -284296,42 +284418,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1699] = { - [sym__expression] = STATE(3103), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1686] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1409), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1409), + [sym_macro_annotation] = STATE(1620), + [aux_sym_class_specifier_repeat1] = STATE(1620), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1687] = { + [sym__expression] = STATE(2807), + [sym_comma_expression] = STATE(5108), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4242), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -284339,10 +284552,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3876), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284386,51 +284598,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1700] = { - [sym__expression] = STATE(3074), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), + [1688] = { + [sym_field_declaration_list] = STATE(2116), + [sym__class_name] = STATE(1984), + [sym_virtual_specifier] = STATE(4085), + [sym_base_class_clause] = STATE(4680), + [sym_template_type] = STATE(2001), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3897), + [sym_qualified_type_identifier] = STATE(1984), + [sym_macro_annotation] = STATE(1637), + [aux_sym_class_specifier_repeat1] = STATE(1637), + [sym_identifier] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(4176), + [anon_sym_LBRACE] = ACTIONS(4178), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1689] = { + [sym__expression] = STATE(2708), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(4112), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3878), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284474,75 +284776,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1701] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3880), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1690] = { + [sym__expression] = STATE(2828), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -284560,77 +284863,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1702] = { - [sym__expression] = STATE(2481), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3872), - [anon_sym_LPAREN2] = ACTIONS(3882), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1691] = { + [sym__expression] = STATE(2822), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -284648,141 +284952,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1703] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(1396), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1396), - [sym_macro_annotation] = STATE(3464), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_raw_string_literal] = ACTIONS(147), }, - [1704] = { - [sym__expression] = STATE(2686), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3856), - [anon_sym_LPAREN2] = ACTIONS(3884), + [1692] = { + [sym__expression] = STATE(2804), + [sym_comma_expression] = STATE(5081), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4244), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284826,40 +285043,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1705] = { - [sym__expression] = STATE(3066), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1693] = { + [sym__expression] = STATE(2781), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(4650), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -284867,10 +285085,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3886), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284914,75 +285132,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1706] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1694] = { + [sym__expression] = STATE(2813), + [sym_comma_expression] = STATE(5083), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3888), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -285000,43 +285219,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1707] = { - [sym__expression] = STATE(3077), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3890), + [1695] = { + [sym__expression] = STATE(2830), + [sym_comma_expression] = STATE(5079), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -285044,9 +285263,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4248), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -285090,163 +285310,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1708] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(3589), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3890), - [sym_qualified_type_identifier] = STATE(3589), - [sym_macro_annotation] = STATE(3456), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(3726), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1696] = { + [sym__expression] = STATE(2431), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_initializer_list] = STATE(2119), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3126), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1709] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1697] = { + [sym__expression] = STATE(2457), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3892), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -285264,77 +285486,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1710] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1698] = { + [sym__expression] = STATE(2463), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1699] = { + [sym__expression] = STATE(2844), + [sym_comma_expression] = STATE(5078), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4250), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3894), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -285352,43 +285664,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1711] = { - [sym__expression] = STATE(2890), - [sym_comma_expression] = STATE(4884), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1700] = { + [sym__expression] = STATE(2846), + [sym_comma_expression] = STATE(5077), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4252), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -285397,8 +285710,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -285442,40 +285755,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1712] = { - [sym__expression] = STATE(2696), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1701] = { + [sym__expression] = STATE(2186), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_AMP_AMP] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4114), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACE] = ACTIONS(4112), + [anon_sym_LBRACK] = ACTIONS(4112), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1702] = { + [sym__expression] = STATE(3010), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_initializer_list] = STATE(5067), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -285483,10 +285886,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3896), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3898), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -285530,75 +285933,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1713] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1703] = { + [sym__expression] = STATE(2685), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_initializer_list] = STATE(2682), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3900), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -285616,77 +286020,344 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1714] = { - [sym__expression] = STATE(3059), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3856), - [anon_sym_LPAREN2] = ACTIONS(3902), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1704] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1286), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1286), + [sym_macro_annotation] = STATE(1620), + [aux_sym_class_specifier_repeat1] = STATE(1620), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1705] = { + [sym_field_declaration_list] = STATE(2614), + [sym__class_name] = STATE(2275), + [sym_virtual_specifier] = STATE(4079), + [sym_base_class_clause] = STATE(4820), + [sym_template_type] = STATE(2424), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3918), + [sym_qualified_type_identifier] = STATE(2275), + [sym_macro_annotation] = STATE(1622), + [aux_sym_class_specifier_repeat1] = STATE(1622), + [sym_identifier] = ACTIONS(4154), + [anon_sym_COLON_COLON] = ACTIONS(4156), + [anon_sym_LBRACE] = ACTIONS(4158), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1706] = { + [sym_field_declaration_list] = STATE(1323), + [sym__class_name] = STATE(1399), + [sym_virtual_specifier] = STATE(4095), + [sym_base_class_clause] = STATE(4476), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1399), + [sym_macro_annotation] = STATE(1620), + [aux_sym_class_specifier_repeat1] = STATE(1620), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1707] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4254), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -285704,53 +286375,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1715] = { - [sym__expression] = STATE(2982), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), + [1708] = { + [sym__expression] = STATE(2701), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4256), + [anon_sym_LPAREN2] = ACTIONS(4258), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3904), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -285794,251 +286465,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1716] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(1399), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1399), - [sym_macro_annotation] = STATE(3464), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1717] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(1287), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1287), - [sym_macro_annotation] = STATE(3464), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1709] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4260), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1718] = { - [sym__expression] = STATE(2952), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1710] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3906), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4262), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -286056,42 +286639,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1719] = { - [sym__expression] = STATE(3072), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1711] = { + [sym__expression] = STATE(3131), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4264), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -286099,10 +286683,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3908), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -286146,129 +286729,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1720] = { - [sym__expression] = STATE(2352), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3910), - [anon_sym_LPAREN2] = ACTIONS(3912), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1721] = { - [sym__expression] = STATE(3089), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3914), + [1712] = { + [sym__expression] = STATE(2959), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_RPAREN] = ACTIONS(4266), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -286277,8 +286772,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -286322,163 +286817,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1722] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(1394), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3877), - [sym_qualified_type_identifier] = STATE(1394), - [sym_macro_annotation] = STATE(3464), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1713] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(1405), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1405), + [sym_macro_annotation] = STATE(3469), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1723] = { - [sym__expression] = STATE(3094), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1714] = { + [sym__expression] = STATE(2212), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4268), + [anon_sym_LPAREN2] = ACTIONS(4270), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3916), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -286496,42 +286991,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1724] = { - [sym__expression] = STATE(3095), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1715] = { + [sym__expression] = STATE(2923), + [sym_comma_expression] = STATE(5009), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -286539,10 +287035,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3918), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -286586,251 +287081,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1725] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(1389), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3883), - [sym_qualified_type_identifier] = STATE(1389), - [sym_macro_annotation] = STATE(3465), - [sym_identifier] = ACTIONS(3724), - [anon_sym_COLON_COLON] = ACTIONS(3758), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1726] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3920), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1727] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1716] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3922), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4272), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -286848,165 +287167,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1728] = { - [sym_field_declaration_list] = STATE(1338), - [sym__class_name] = STATE(1389), - [sym_virtual_specifier] = STATE(4071), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3903), - [sym_qualified_type_identifier] = STATE(1389), - [sym_macro_annotation] = STATE(3457), - [sym_identifier] = ACTIONS(3740), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1729] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1717] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3924), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4274), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -287024,144 +287255,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1730] = { - [sym_field_declaration_list] = STATE(2079), - [sym__class_name] = STATE(1978), - [sym_virtual_specifier] = STATE(4008), - [sym_base_class_clause] = STATE(4466), - [sym_template_type] = STATE(1997), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3907), - [sym_qualified_type_identifier] = STATE(1978), - [sym_macro_annotation] = STATE(3460), - [sym_identifier] = ACTIONS(3798), - [anon_sym_COLON_COLON] = ACTIONS(3800), - [anon_sym_LBRACE] = ACTIONS(3802), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1731] = { - [sym__expression] = STATE(2955), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3926), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [1718] = { + [sym__expression] = STATE(3096), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4256), + [anon_sym_LPAREN2] = ACTIONS(4276), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -287178,9 +287321,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -287202,40 +287345,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1732] = { - [sym__expression] = STATE(2949), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1719] = { + [sym__expression] = STATE(3049), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -287243,10 +287386,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3928), + [anon_sym_SEMI] = ACTIONS(4278), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287290,40 +287433,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1733] = { - [sym__expression] = STATE(2696), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1720] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(1400), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1400), + [sym_macro_annotation] = STATE(3469), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1721] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(1301), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1301), + [sym_macro_annotation] = STATE(3469), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1722] = { + [sym__expression] = STATE(2943), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -287331,10 +287650,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3930), + [anon_sym_SEMI] = ACTIONS(4280), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3898), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287378,40 +287697,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1734] = { - [sym__expression] = STATE(3019), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1723] = { + [sym__expression] = STATE(3133), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -287419,10 +287738,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3932), + [anon_sym_SEMI] = ACTIONS(4282), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287466,40 +287785,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1735] = { - [sym__expression] = STATE(3027), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1724] = { + [sym__expression] = STATE(3073), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -287507,10 +287826,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3934), + [anon_sym_SEMI] = ACTIONS(4284), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287554,75 +287873,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1736] = { - [sym__expression] = STATE(3028), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3936), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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), + [1725] = { + [sym__expression] = STATE(2494), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4268), + [anon_sym_LPAREN2] = ACTIONS(4286), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -287640,56 +287959,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1737] = { - [sym__expression] = STATE(2803), - [sym_comma_expression] = STATE(4835), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1726] = { + [sym_field_declaration_list] = STATE(2115), + [sym__class_name] = STATE(1983), + [sym_virtual_specifier] = STATE(4075), + [sym_base_class_clause] = STATE(4679), + [sym_template_type] = STATE(2001), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3897), + [sym_qualified_type_identifier] = STATE(1983), + [sym_macro_annotation] = STATE(3467), + [sym_identifier] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(4176), + [anon_sym_LBRACE] = ACTIONS(4178), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1727] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(1396), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3895), + [sym_qualified_type_identifier] = STATE(1396), + [sym_macro_annotation] = STATE(3488), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1728] = { + [sym__expression] = STATE(2903), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4256), + [anon_sym_LPAREN2] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -287706,9 +288201,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -287730,75 +288225,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1738] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1729] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(1301), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3908), + [sym_qualified_type_identifier] = STATE(1301), + [sym_macro_annotation] = STATE(3483), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1730] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3938), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4290), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -287816,130 +288399,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1739] = { - [sym__expression] = STATE(2801), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3940), - [anon_sym_LPAREN2] = ACTIONS(3942), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1740] = { - [sym__expression] = STATE(2696), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1731] = { + [sym__expression] = STATE(2950), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -287947,10 +288442,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3944), + [anon_sym_SEMI] = ACTIONS(4292), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3898), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287994,339 +288489,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1741] = { - [sym_field_declaration_list] = STATE(3803), - [sym__class_name] = STATE(3512), - [sym_virtual_specifier] = STATE(4045), - [sym_base_class_clause] = STATE(4489), - [sym_template_type] = STATE(3587), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3910), - [sym_qualified_type_identifier] = STATE(3512), - [sym_macro_annotation] = STATE(3461), - [sym_identifier] = ACTIONS(3776), - [anon_sym_COLON_COLON] = ACTIONS(3778), - [anon_sym_LBRACE] = ACTIONS(3780), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1742] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3946), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1743] = { - [sym_field_declaration_list] = STATE(2279), - [sym__class_name] = STATE(2021), - [sym_virtual_specifier] = STATE(4154), - [sym_base_class_clause] = STATE(4607), - [sym_template_type] = STATE(2049), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3892), - [sym_qualified_type_identifier] = STATE(2021), - [sym_macro_annotation] = STATE(3475), - [sym_identifier] = ACTIONS(3768), - [anon_sym_COLON_COLON] = ACTIONS(3770), - [anon_sym_LBRACE] = ACTIONS(3772), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), - }, - [1744] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1732] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3948), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4294), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -288344,77 +288575,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1745] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1733] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3950), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4296), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -288432,165 +288663,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1746] = { - [sym_field_declaration_list] = STATE(2574), - [sym__class_name] = STATE(2271), - [sym_virtual_specifier] = STATE(4067), - [sym_base_class_clause] = STATE(4709), - [sym_template_type] = STATE(2463), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3873), - [sym_qualified_type_identifier] = STATE(2271), - [sym_macro_annotation] = STATE(3483), - [sym_identifier] = ACTIONS(3760), - [anon_sym_COLON_COLON] = ACTIONS(3762), - [anon_sym_LBRACE] = ACTIONS(3752), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1747] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1734] = { + [sym__expression] = STATE(2908), + [sym_comma_expression] = STATE(5012), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3952), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -288608,218 +288751,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1748] = { - [sym_field_declaration_list] = STATE(2368), - [sym__class_name] = STATE(2108), - [sym_virtual_specifier] = STATE(4042), - [sym_base_class_clause] = STATE(4494), - [sym_template_type] = STATE(2227), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3870), - [sym_qualified_type_identifier] = STATE(2108), - [sym_macro_annotation] = STATE(3466), - [sym_identifier] = ACTIONS(3804), - [anon_sym_COLON_COLON] = ACTIONS(3806), - [anon_sym_LBRACE] = ACTIONS(3746), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [sym_raw_string_literal] = ACTIONS(147), }, - [1749] = { - [sym_field_declaration_list] = STATE(2574), - [sym__class_name] = STATE(2271), - [sym_virtual_specifier] = STATE(4067), - [sym_base_class_clause] = STATE(4709), - [sym_template_type] = STATE(2463), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3872), - [sym_qualified_type_identifier] = STATE(2271), - [sym_macro_annotation] = STATE(3491), - [sym_identifier] = ACTIONS(3748), - [anon_sym_COLON_COLON] = ACTIONS(3750), - [anon_sym_LBRACE] = ACTIONS(3752), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), + [1735] = { + [sym_field_declaration_list] = STATE(1442), + [sym__class_name] = STATE(1368), + [sym_virtual_specifier] = STATE(4146), + [sym_base_class_clause] = STATE(4512), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3895), + [sym_qualified_type_identifier] = STATE(1368), + [sym_macro_annotation] = STATE(3494), + [sym_identifier] = ACTIONS(4100), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3747), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_template] = ACTIONS(1035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2578), - [anon_sym_MOZ_COLD] = ACTIONS(2578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL] = ACTIONS(2578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN] = ACTIONS(2578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2578), - [anon_sym_MOZ_RAII] = ACTIONS(2578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2578), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1750] = { - [sym__expression] = STATE(2974), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1736] = { + [sym__expression] = STATE(2738), + [sym_comma_expression] = STATE(4740), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -288827,10 +288883,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3954), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -288874,75 +288929,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1751] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1737] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3956), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4298), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -288960,42 +289015,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1752] = { - [sym__expression] = STATE(2931), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1738] = { + [sym__expression] = STATE(2714), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -289003,10 +289058,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3958), + [anon_sym_SEMI] = ACTIONS(4300), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(4302), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289050,40 +289105,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1753] = { - [sym__expression] = STATE(3000), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1739] = { + [sym__expression] = STATE(2352), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4304), + [anon_sym_LPAREN2] = ACTIONS(4306), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1740] = { + [sym__expression] = STATE(3004), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -289091,10 +289234,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3960), + [anon_sym_SEMI] = ACTIONS(4308), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289138,40 +289281,392 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1754] = { - [sym__expression] = STATE(2993), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1741] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4310), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1742] = { + [sym_field_declaration_list] = STATE(2385), + [sym__class_name] = STATE(2087), + [sym_virtual_specifier] = STATE(4101), + [sym_base_class_clause] = STATE(4768), + [sym_template_type] = STATE(2246), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3909), + [sym_qualified_type_identifier] = STATE(2087), + [sym_macro_annotation] = STATE(3484), + [sym_identifier] = ACTIONS(4102), + [anon_sym_COLON_COLON] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1743] = { + [sym__expression] = STATE(2906), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4312), + [anon_sym_LPAREN2] = ACTIONS(4314), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1744] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(3622), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3888), + [sym_qualified_type_identifier] = STATE(3622), + [sym_macro_annotation] = STATE(3485), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1745] = { + [sym__expression] = STATE(2927), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -289179,10 +289674,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3962), + [anon_sym_SEMI] = ACTIONS(4316), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289226,40 +289721,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1755] = { - [sym__expression] = STATE(2929), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1746] = { + [sym_field_declaration_list] = STATE(2624), + [sym__class_name] = STATE(2270), + [sym_virtual_specifier] = STATE(4081), + [sym_base_class_clause] = STATE(4829), + [sym_template_type] = STATE(2424), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3876), + [sym_qualified_type_identifier] = STATE(2270), + [sym_macro_annotation] = STATE(3498), + [sym_identifier] = ACTIONS(4192), + [anon_sym_COLON_COLON] = ACTIONS(4194), + [anon_sym_LBRACE] = ACTIONS(4158), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1747] = { + [sym_field_declaration_list] = STATE(2385), + [sym__class_name] = STATE(2087), + [sym_virtual_specifier] = STATE(4101), + [sym_base_class_clause] = STATE(4768), + [sym_template_type] = STATE(2246), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3923), + [sym_qualified_type_identifier] = STATE(2087), + [sym_macro_annotation] = STATE(3502), + [sym_identifier] = ACTIONS(4140), + [anon_sym_COLON_COLON] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1748] = { + [sym__expression] = STATE(3069), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -289267,10 +289938,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_SEMI] = ACTIONS(3964), + [anon_sym_SEMI] = ACTIONS(4318), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289314,74 +289985,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1756] = { - [sym__expression] = STATE(2177), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1749] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4320), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -289399,76 +290071,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1757] = { - [sym__expression] = STATE(2777), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1750] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4322), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -289486,55 +290159,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1758] = { - [sym__expression] = STATE(2888), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1751] = { + [sym__expression] = STATE(2863), + [sym_comma_expression] = STATE(4860), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -289551,9 +290225,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -289575,74 +290249,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1759] = { - [sym__expression] = STATE(2727), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1752] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4324), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -289660,42 +290335,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1760] = { - [sym__expression] = STATE(3071), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1753] = { + [sym__expression] = STATE(2714), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -289703,9 +290378,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4326), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(4302), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289749,53 +290425,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1761] = { - [sym__expression] = STATE(3082), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1754] = { + [sym_field_declaration_list] = STATE(2286), + [sym__class_name] = STATE(2028), + [sym_virtual_specifier] = STATE(4150), + [sym_base_class_clause] = STATE(4673), + [sym_template_type] = STATE(2052), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3902), + [sym_qualified_type_identifier] = STATE(2028), + [sym_macro_annotation] = STATE(3474), + [sym_identifier] = ACTIONS(4122), + [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_LBRACE] = ACTIONS(4126), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1755] = { + [sym__expression] = STATE(3084), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4328), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -289812,9 +290577,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -289836,40 +290601,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1762] = { - [sym__expression] = STATE(2704), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1756] = { + [sym__expression] = STATE(3130), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -289877,9 +290642,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4330), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289923,74 +290689,251 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1763] = { - [sym__expression] = STATE(2703), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1757] = { + [sym_field_declaration_list] = STATE(3857), + [sym__class_name] = STATE(3537), + [sym_virtual_specifier] = STATE(4016), + [sym_base_class_clause] = STATE(4619), + [sym_template_type] = STATE(3592), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3878), + [sym_qualified_type_identifier] = STATE(3537), + [sym_macro_annotation] = STATE(3495), + [sym_identifier] = ACTIONS(4134), + [anon_sym_COLON_COLON] = ACTIONS(4136), + [anon_sym_LBRACE] = ACTIONS(4138), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1758] = { + [sym_field_declaration_list] = STATE(2624), + [sym__class_name] = STATE(2270), + [sym_virtual_specifier] = STATE(4081), + [sym_base_class_clause] = STATE(4829), + [sym_template_type] = STATE(2424), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3918), + [sym_qualified_type_identifier] = STATE(2270), + [sym_macro_annotation] = STATE(3479), + [sym_identifier] = ACTIONS(4154), + [anon_sym_COLON_COLON] = ACTIONS(4156), + [anon_sym_LBRACE] = ACTIONS(4158), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1759] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(4332), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -290008,42 +290951,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1764] = { - [sym__expression] = STATE(2699), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1760] = { + [sym__expression] = STATE(2714), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -290051,9 +290994,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4334), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(4302), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290097,127 +291041,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1765] = { - [sym__expression] = STATE(2899), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(3966), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), + [1761] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(1396), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3881), + [sym_qualified_type_identifier] = STATE(1396), + [sym_macro_annotation] = STATE(3493), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(4132), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), }, - [1766] = { - [sym__expression] = STATE(2706), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1762] = { + [sym__expression] = STATE(2990), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -290225,9 +291170,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4336), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290271,40 +291217,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1767] = { - [sym__expression] = STATE(2695), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1763] = { + [sym__expression] = STATE(2996), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -290312,9 +291258,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(4338), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290358,53 +291305,315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1768] = { - [sym__expression] = STATE(2702), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1764] = { + [sym_field_declaration_list] = STATE(1360), + [sym__class_name] = STATE(1407), + [sym_virtual_specifier] = STATE(4093), + [sym_base_class_clause] = STATE(4464), + [sym_template_type] = STATE(1302), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3912), + [sym_qualified_type_identifier] = STATE(1407), + [sym_macro_annotation] = STATE(3469), + [sym_identifier] = ACTIONS(4118), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(3427), + [anon_sym_COLON] = ACTIONS(3429), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3431), + [anon_sym_override] = ACTIONS(3431), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2574), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2574), + [anon_sym_MOZ_COLD] = ACTIONS(2574), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2574), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2574), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2574), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2574), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2574), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2574), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2574), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2574), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2574), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2574), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2574), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2574), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL] = ACTIONS(2574), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2574), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2574), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN] = ACTIONS(2574), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2574), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2574), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2574), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2574), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2574), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2574), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2574), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2574), + [anon_sym_MOZ_RAII] = ACTIONS(2574), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2574), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2574), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2574), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2574), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2574), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2574), + [anon_sym_JS_PUBLIC_API] = ACTIONS(2574), + }, + [1765] = { + [sym__expression] = STATE(2182), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1766] = { + [sym__expression] = STATE(2319), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1767] = { + [sym__expression] = STATE(3041), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -290421,9 +291630,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -290445,53 +291654,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1769] = { - [sym__expression] = STATE(2690), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1768] = { + [sym__expression] = STATE(2916), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -290508,9 +291717,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -290532,53 +291741,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, + [1769] = { + [sym__expression] = STATE(2429), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, [1770] = { - [sym__expression] = STATE(2705), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [sym__expression] = STATE(2728), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -290595,9 +291891,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -290620,73 +291916,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [1771] = { - [sym__expression] = STATE(2671), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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__expression] = STATE(2420), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -290704,76 +292000,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, [1772] = { - [sym__expression] = STATE(2687), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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__expression] = STATE(2416), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -290791,76 +292087,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, [1773] = { - [sym__expression] = STATE(2810), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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__expression] = STATE(2414), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -290878,42 +292174,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, [1774] = { - [sym__expression] = STATE(3104), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [sym__expression] = STATE(3075), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -290922,8 +292218,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290968,52 +292264,748 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(147), }, [1775] = { - [sym__expression] = STATE(2984), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [sym__expression] = STATE(2842), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(4340), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1776] = { + [sym__expression] = STATE(2413), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1777] = { + [sym__expression] = STATE(2412), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1778] = { + [sym__expression] = STATE(2179), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(4342), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1779] = { + [sym__expression] = STATE(2411), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1780] = { + [sym__expression] = STATE(2179), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1781] = { + [sym__expression] = STATE(2405), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1782] = { + [sym__expression] = STATE(2403), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1783] = { + [sym__expression] = STATE(2974), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(4344), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -291030,9 +293022,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -291054,40 +293046,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1776] = { - [sym__expression] = STATE(2688), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1784] = { + [sym__expression] = STATE(2831), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -291096,8 +293088,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -291141,314 +293133,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1777] = { - [sym__expression] = STATE(2809), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1778] = { - [sym__expression] = STATE(2822), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(3968), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1779] = { - [sym__expression] = STATE(2348), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), + [1785] = { + [sym__expression] = STATE(2395), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1780] = { - [sym__expression] = STATE(3012), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1786] = { + [sym__expression] = STATE(2702), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -291465,9 +293283,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -291489,53 +293307,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1781] = { - [sym__expression] = STATE(3020), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1787] = { + [sym__expression] = STATE(2981), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -291552,9 +293370,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -291576,40 +293394,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1782] = { - [sym__expression] = STATE(2694), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1788] = { + [sym__expression] = STATE(2976), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -291618,8 +293436,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3970), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -291663,53 +293481,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1783] = { - [sym__expression] = STATE(2987), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [1789] = { + [sym__expression] = STATE(2986), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -291726,9 +293544,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -291750,74 +293568,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1784] = { - [sym__expression] = STATE(2876), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(3972), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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), + [1790] = { + [sym__expression] = STATE(2363), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(4346), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -291835,142 +293653,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1785] = { - [sym__expression] = STATE(2826), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), + [1791] = { + [sym__expression] = STATE(2791), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1786] = { - [sym__expression] = STATE(2834), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1792] = { + [sym__expression] = STATE(3025), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -291987,9 +293805,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292011,40 +293829,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1787] = { - [sym__expression] = STATE(2922), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1793] = { + [sym__expression] = STATE(3061), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -292053,8 +293871,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -292098,140 +293916,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1788] = { - [sym__expression] = STATE(2816), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), - [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), + [1794] = { + [sym__expression] = STATE(2896), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(4348), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), }, - [1789] = { - [sym__expression] = STATE(2671), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1795] = { + [sym__expression] = STATE(2988), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292248,9 +294066,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292272,53 +294090,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1790] = { - [sym__expression] = STATE(2815), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1796] = { + [sym__expression] = STATE(2992), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292335,9 +294153,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292359,53 +294177,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1791] = { - [sym__expression] = STATE(2811), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1797] = { + [sym__expression] = STATE(2993), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292422,9 +294240,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292446,53 +294264,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1792] = { - [sym__expression] = STATE(2775), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1798] = { + [sym__expression] = STATE(3000), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292509,9 +294327,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292533,53 +294351,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1793] = { - [sym__expression] = STATE(2781), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1799] = { + [sym__expression] = STATE(2892), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1800] = { + [sym__expression] = STATE(3002), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292596,9 +294501,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292620,53 +294525,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1794] = { - [sym__expression] = STATE(2782), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1801] = { + [sym__expression] = STATE(3005), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292683,9 +294588,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292707,53 +294612,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1795] = { - [sym__expression] = STATE(2786), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1802] = { + [sym__expression] = STATE(3008), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292770,9 +294675,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292794,53 +294699,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1796] = { - [sym__expression] = STATE(2787), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1803] = { + [sym__expression] = STATE(3012), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292857,9 +294762,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292881,53 +294786,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1797] = { - [sym__expression] = STATE(2977), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1804] = { + [sym__expression] = STATE(2945), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292944,9 +294849,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -292968,40 +294873,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1798] = { - [sym__expression] = STATE(2981), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1805] = { + [sym__expression] = STATE(3038), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -293010,8 +294915,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -293055,140 +294960,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1799] = { - [sym__expression] = STATE(2802), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1800] = { - [sym__expression] = STATE(3079), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1806] = { + [sym__expression] = STATE(2721), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -293205,9 +295023,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -293229,127 +295047,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1801] = { - [sym__expression] = STATE(2799), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1802] = { - [sym__expression] = STATE(3116), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1807] = { + [sym__expression] = STATE(2952), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -293358,8 +295089,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -293403,40 +295134,910 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1803] = { - [sym__expression] = STATE(2953), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1808] = { + [sym__expression] = STATE(2786), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1809] = { + [sym__expression] = STATE(2825), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1810] = { + [sym__expression] = STATE(2924), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1811] = { + [sym__expression] = STATE(2921), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1812] = { + [sym__expression] = STATE(2920), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1813] = { + [sym__expression] = STATE(2893), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1814] = { + [sym__expression] = STATE(2890), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1815] = { + [sym__expression] = STATE(2882), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1816] = { + [sym__expression] = STATE(2871), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1817] = { + [sym__expression] = STATE(2866), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1818] = { + [sym__expression] = STATE(3085), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -293445,8 +296046,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -293490,923 +296091,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1804] = { - [sym__expression] = STATE(2881), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1805] = { - [sym__expression] = STATE(2878), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1806] = { - [sym__expression] = STATE(2877), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1807] = { - [sym__expression] = STATE(2874), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1808] = { - [sym__expression] = STATE(2873), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1809] = { - [sym__expression] = STATE(2872), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1810] = { - [sym__expression] = STATE(2871), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1811] = { - [sym__expression] = STATE(2870), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1812] = { - [sym__expression] = STATE(2869), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1813] = { - [sym__expression] = STATE(2860), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1814] = { - [sym__expression] = STATE(2806), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1819] = { + [sym__expression] = STATE(3078), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -294423,9 +296154,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -294447,74 +296178,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1815] = { - [sym__expression] = STATE(2207), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1820] = { + [sym__expression] = STATE(2456), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -294532,55 +296263,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1816] = { - [sym__expression] = STATE(2914), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1821] = { + [sym__expression] = STATE(3071), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -294597,9 +296328,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -294621,40 +296352,214 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1817] = { - [sym__expression] = STATE(2932), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1822] = { + [sym__expression] = STATE(2907), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1823] = { + [sym__expression] = STATE(2483), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(4350), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1824] = { + [sym__expression] = STATE(3066), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -294663,8 +296568,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -294708,74 +296613,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1818] = { - [sym__expression] = STATE(2925), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(3974), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1825] = { + [sym__expression] = STATE(2474), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -294793,55 +296698,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1819] = { - [sym__expression] = STATE(2923), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1826] = { + [sym__expression] = STATE(3034), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -294858,9 +296763,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -294882,40 +296787,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1820] = { - [sym__expression] = STATE(2989), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1827] = { + [sym__expression] = STATE(2797), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -294924,8 +296829,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -294969,53 +296874,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1821] = { - [sym__expression] = STATE(2921), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1828] = { + [sym__expression] = STATE(2351), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1829] = { + [sym__expression] = STATE(2810), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -295032,9 +297024,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -295056,74 +297048,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1822] = { - [sym__expression] = STATE(3101), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1830] = { + [sym__expression] = STATE(2404), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -295141,42 +297133,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1823] = { - [sym__expression] = STATE(2820), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1831] = { + [sym__expression] = STATE(2883), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -295185,8 +297177,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -295230,74 +297222,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1824] = { - [sym__expression] = STATE(2920), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1832] = { + [sym__expression] = STATE(2353), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1833] = { + [sym__expression] = STATE(2214), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -295315,76 +297394,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1825] = { - [sym__expression] = STATE(2919), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1834] = { + [sym__expression] = STATE(2225), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(4352), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -295402,55 +297481,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1826] = { - [sym__expression] = STATE(2918), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1835] = { + [sym__expression] = STATE(2158), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1836] = { + [sym__expression] = STATE(2932), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -295467,9 +297633,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -295491,74 +297657,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1827] = { - [sym__expression] = STATE(3107), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1837] = { + [sym__expression] = STATE(2922), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1838] = { + [sym__expression] = STATE(2164), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [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_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -295576,76 +297829,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1828] = { - [sym__expression] = STATE(2917), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1839] = { + [sym__expression] = STATE(2168), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -295663,55 +297916,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1829] = { - [sym__expression] = STATE(2916), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1840] = { + [sym__expression] = STATE(2998), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -295728,9 +297981,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -295752,53 +298005,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1830] = { - [sym__expression] = STATE(2913), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1841] = { + [sym__expression] = STATE(2799), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -295815,9 +298068,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -295839,53 +298092,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1831] = { - [sym__expression] = STATE(2908), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1842] = { + [sym__expression] = STATE(2696), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -295902,9 +298155,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -295926,74 +298179,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1832] = { - [sym__expression] = STATE(2907), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1843] = { + [sym__expression] = STATE(2227), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -296011,76 +298264,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1833] = { - [sym__expression] = STATE(3001), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), - [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), + [1844] = { + [sym__expression] = STATE(2176), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -296098,42 +298351,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(147), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1834] = { - [sym__expression] = STATE(3002), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1845] = { + [sym__expression] = STATE(2800), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1846] = { + [sym__expression] = STATE(3113), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -296142,8 +298482,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -296187,53 +298527,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1835] = { - [sym__expression] = STATE(3062), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1847] = { + [sym__expression] = STATE(3116), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -296250,9 +298590,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -296274,53 +298614,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1836] = { - [sym__expression] = STATE(3008), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1848] = { + [sym__expression] = STATE(2178), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1849] = { + [sym__expression] = STATE(2349), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(4354), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1850] = { + [sym__expression] = STATE(3118), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -296337,9 +298851,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -296361,53 +298875,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1837] = { - [sym__expression] = STATE(3130), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1851] = { + [sym__expression] = STATE(2940), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -296424,9 +298938,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -296448,40 +298962,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1838] = { - [sym__expression] = STATE(3021), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1852] = { + [sym__expression] = STATE(2874), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -296490,8 +299004,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -296535,140 +299049,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1839] = { - [sym__expression] = STATE(2836), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), + [1853] = { + [sym__expression] = STATE(2210), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1840] = { - [sym__expression] = STATE(2992), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1854] = { + [sym__expression] = STATE(2680), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -296685,9 +299199,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -296709,53 +299223,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1841] = { - [sym__expression] = STATE(3128), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1855] = { + [sym__expression] = STATE(2226), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1856] = { + [sym__expression] = STATE(2719), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -296772,9 +299373,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -296796,53 +299397,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1842] = { - [sym__expression] = STATE(3086), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1857] = { + [sym__expression] = STATE(3087), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -296859,9 +299460,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -296883,53 +299484,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1843] = { - [sym__expression] = STATE(3065), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1858] = { + [sym__expression] = STATE(2853), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -296946,9 +299547,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -296970,53 +299571,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1844] = { - [sym__expression] = STATE(3060), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1859] = { + [sym__expression] = STATE(2714), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(4302), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -297033,9 +299634,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -297057,40 +299658,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1845] = { - [sym__expression] = STATE(3050), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1860] = { + [sym__expression] = STATE(3032), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -297099,8 +299700,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297144,53 +299745,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1846] = { - [sym__expression] = STATE(2701), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [1861] = { + [sym__expression] = STATE(2342), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1862] = { + [sym__expression] = STATE(3123), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -297207,9 +299895,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -297231,53 +299919,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1847] = { - [sym__expression] = STATE(3029), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [1863] = { + [sym__expression] = STATE(3097), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -297294,9 +299982,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -297318,40 +300006,214 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1848] = { - [sym__expression] = STATE(3026), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1864] = { + [sym__expression] = STATE(2180), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1865] = { + [sym__expression] = STATE(2183), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1866] = { + [sym__expression] = STATE(2913), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -297360,8 +300222,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297405,53 +300267,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1849] = { - [sym__expression] = STATE(2937), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [1867] = { + [sym__expression] = STATE(3035), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -297468,9 +300330,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -297492,53 +300354,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1850] = { - [sym__expression] = STATE(3011), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1868] = { + [sym__expression] = STATE(3086), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(4356), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -297555,9 +300417,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -297579,40 +300441,214 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1851] = { - [sym__expression] = STATE(2954), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1869] = { + [sym__expression] = STATE(2378), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1870] = { + [sym__expression] = STATE(3108), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1871] = { + [sym__expression] = STATE(2704), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -297621,8 +300657,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297666,40 +300702,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1852] = { - [sym__expression] = STATE(2903), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1872] = { + [sym__expression] = STATE(2148), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), + [sym_string_literal] = STATE(1953), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(3148), + }, + [1873] = { + [sym__expression] = STATE(2716), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -297708,8 +300831,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297753,40 +300876,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1853] = { - [sym__expression] = STATE(2904), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1874] = { + [sym__expression] = STATE(2902), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -297795,8 +300918,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297840,40 +300963,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1854] = { - [sym__expression] = STATE(2927), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1875] = { + [sym__expression] = STATE(2718), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -297882,8 +301005,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297927,40 +301050,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1855] = { - [sym__expression] = STATE(2956), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1876] = { + [sym__expression] = STATE(2878), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1877] = { + [sym__expression] = STATE(2985), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -297969,8 +301179,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298014,53 +301224,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1856] = { - [sym__expression] = STATE(2964), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1878] = { + [sym__expression] = STATE(2676), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -298077,9 +301287,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -298101,53 +301311,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1857] = { - [sym__expression] = STATE(2968), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1879] = { + [sym__expression] = STATE(3042), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -298164,9 +301374,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -298188,53 +301398,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1858] = { - [sym__expression] = STATE(2970), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1880] = { + [sym__expression] = STATE(2894), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(4358), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -298251,9 +301461,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -298275,40 +301485,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1859] = { - [sym__expression] = STATE(3004), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1881] = { + [sym__expression] = STATE(3065), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -298317,8 +301527,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298362,40 +301572,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1860] = { - [sym__expression] = STATE(3005), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1882] = { + [sym__expression] = STATE(2676), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -298404,8 +301614,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298449,40 +301659,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1861] = { - [sym__expression] = STATE(3006), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1883] = { + [sym__expression] = STATE(2684), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(4360), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -298491,8 +301701,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298536,53 +301746,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1862] = { - [sym__expression] = STATE(2667), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1884] = { + [sym__expression] = STATE(2963), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -298599,9 +301809,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -298623,53 +301833,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1863] = { - [sym__expression] = STATE(2682), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1885] = { + [sym__expression] = STATE(2994), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -298686,9 +301896,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -298710,40 +301920,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1864] = { - [sym__expression] = STATE(2655), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1886] = { + [sym__expression] = STATE(3128), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -298752,8 +301962,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298797,53 +302007,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1865] = { - [sym__expression] = STATE(2790), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1887] = { + [sym__expression] = STATE(3043), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(3976), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -298860,9 +302070,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -298884,53 +302094,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1866] = { - [sym__expression] = STATE(2655), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2479), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2479), - [sym_call_expression] = STATE(2479), - [sym_field_expression] = STATE(2479), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2479), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2479), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(3349), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), + [1888] = { + [sym__expression] = STATE(2670), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_sizeof] = ACTIONS(3355), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -298947,9 +302157,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3357), - [anon_sym_co_await] = ACTIONS(3359), - [anon_sym_new] = ACTIONS(3361), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -298971,214 +302181,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1867] = { - [sym__expression] = STATE(2819), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1868] = { - [sym__expression] = STATE(2398), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1869] = { - [sym__expression] = STATE(2696), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1889] = { + [sym__expression] = STATE(3006), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -299187,8 +302223,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3898), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -299232,40 +302268,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1870] = { - [sym__expression] = STATE(2817), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1890] = { + [sym__expression] = STATE(2909), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -299274,8 +302310,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -299319,335 +302355,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1871] = { - [sym__expression] = STATE(2476), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1872] = { - [sym__expression] = STATE(2478), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1873] = { - [sym__expression] = STATE(2482), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(3978), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1874] = { - [sym__expression] = STATE(2486), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1891] = { + [sym__expression] = STATE(2189), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -299665,250 +302440,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1875] = { - [sym__expression] = STATE(2466), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(3980), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1892] = { + [sym__expression] = STATE(2361), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), }, - [1876] = { - [sym__expression] = STATE(2459), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1877] = { - [sym__expression] = STATE(2457), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1893] = { + [sym__expression] = STATE(2684), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -299926,163 +302614,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1878] = { - [sym__expression] = STATE(2455), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1894] = { + [sym__expression] = STATE(2307), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(4362), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), }, - [1879] = { - [sym__expression] = STATE(2453), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1895] = { + [sym__expression] = STATE(2942), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300100,76 +302788,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1880] = { - [sym__expression] = STATE(2451), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1896] = { + [sym__expression] = STATE(2951), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300187,55 +302875,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1881] = { - [sym__expression] = STATE(3088), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1897] = { + [sym__expression] = STATE(3114), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -300252,9 +302940,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -300276,74 +302964,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1882] = { - [sym__expression] = STATE(2450), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1898] = { + [sym__expression] = STATE(3024), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300361,76 +303049,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1883] = { - [sym__expression] = STATE(2449), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1899] = { + [sym__expression] = STATE(3016), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300448,42 +303136,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1884] = { - [sym__expression] = STATE(2667), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1900] = { + [sym__expression] = STATE(3063), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -300492,8 +303180,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -300537,74 +303225,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1885] = { - [sym__expression] = STATE(2355), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1901] = { + [sym__expression] = STATE(3092), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300622,76 +303310,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1886] = { - [sym__expression] = STATE(2444), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1902] = { + [sym__expression] = STATE(3109), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300709,76 +303397,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1887] = { - [sym__expression] = STATE(2439), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1903] = { + [sym__expression] = STATE(2335), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1904] = { + [sym__expression] = STATE(3104), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300796,42 +303571,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1888] = { - [sym__expression] = STATE(2682), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1905] = { + [sym__expression] = STATE(3030), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), + [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_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [1906] = { + [sym__expression] = STATE(2320), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1907] = { + [sym__expression] = STATE(2715), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -300840,8 +303789,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(4364), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -300885,74 +303834,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1889] = { - [sym__expression] = STATE(2421), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_sizeof] = ACTIONS(2838), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1908] = { + [sym__expression] = STATE(3054), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2840), - [anon_sym_co_await] = ACTIONS(2842), - [anon_sym_new] = ACTIONS(2844), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -300970,76 +303919,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1890] = { - [sym__expression] = STATE(2199), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [1909] = { + [sym__expression] = STATE(3056), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301057,76 +304006,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1891] = { - [sym__expression] = STATE(2199), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3982), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1910] = { + [sym__expression] = STATE(2801), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301144,76 +304093,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1892] = { - [sym__expression] = STATE(2110), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1911] = { + [sym__expression] = STATE(2793), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301231,76 +304180,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1893] = { - [sym__expression] = STATE(2210), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1912] = { + [sym__expression] = STATE(2789), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(3984), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301318,76 +304267,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1894] = { - [sym__expression] = STATE(2211), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1913] = { + [sym__expression] = STATE(2318), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1914] = { + [sym__expression] = STATE(2720), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301405,163 +304441,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1895] = { - [sym__expression] = STATE(2327), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), + [1915] = { + [sym__expression] = STATE(2317), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), }, - [1896] = { - [sym__expression] = STATE(2164), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1916] = { + [sym__expression] = STATE(2697), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(3986), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301579,55 +304615,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1897] = { - [sym__expression] = STATE(2963), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1917] = { + [sym__expression] = STATE(2707), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -301644,9 +304680,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -301668,40 +304704,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1898] = { - [sym__expression] = STATE(2667), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3988), + [1918] = { + [sym__expression] = STATE(2670), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -301710,8 +304746,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301755,74 +304791,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1899] = { - [sym__expression] = STATE(2170), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1919] = { + [sym__expression] = STATE(2466), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_TILDE] = ACTIONS(3204), + [anon_sym_DASH] = ACTIONS(3202), + [anon_sym_PLUS] = ACTIONS(3202), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3210), + [anon_sym_PLUS_PLUS] = ACTIONS(3210), + [anon_sym_sizeof] = ACTIONS(3212), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3214), + [anon_sym_co_await] = ACTIONS(3216), + [anon_sym_new] = ACTIONS(3218), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301840,76 +304876,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1900] = { - [sym__expression] = STATE(2152), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1920] = { + [sym__expression] = STATE(2855), + [sym_conditional_expression] = STATE(2966), + [sym_assignment_expression] = STATE(2966), + [sym_pointer_expression] = STATE(2419), + [sym_unary_expression] = STATE(2966), + [sym_binary_expression] = STATE(2966), + [sym_update_expression] = STATE(2966), + [sym_cast_expression] = STATE(2966), + [sym_sizeof_expression] = STATE(2966), + [sym_subscript_expression] = STATE(2419), + [sym_call_expression] = STATE(2419), + [sym_field_expression] = STATE(2419), + [sym_compound_literal_expression] = STATE(2966), + [sym_parenthesized_expression] = STATE(2419), + [sym_char_literal] = STATE(2887), + [sym_concatenated_string] = STATE(2887), + [sym_string_literal] = STATE(2502), + [sym__class_name] = STATE(4690), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2966), + [sym_co_await_expression] = STATE(2966), + [sym_new_expression] = STATE(2966), + [sym_delete_expression] = STATE(2966), + [sym_lambda_expression] = STATE(2966), + [sym_lambda_capture_specifier] = STATE(3530), + [sym_parameter_pack_expansion] = STATE(2966), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2419), + [sym_qualified_type_identifier] = STATE(4690), + [sym_user_defined_literal] = STATE(2966), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(3222), + [anon_sym_BANG] = ACTIONS(3224), + [anon_sym_TILDE] = ACTIONS(3224), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3244), + [anon_sym_PLUS_PLUS] = ACTIONS(3244), + [anon_sym_sizeof] = ACTIONS(3246), + [sym_number_literal] = ACTIONS(3248), + [anon_sym_L_SQUOTE] = ACTIONS(3250), + [anon_sym_u_SQUOTE] = ACTIONS(3250), + [anon_sym_U_SQUOTE] = ACTIONS(3250), + [anon_sym_u8_SQUOTE] = ACTIONS(3250), + [anon_sym_SQUOTE] = ACTIONS(3250), + [anon_sym_L_DQUOTE] = ACTIONS(3252), + [anon_sym_u_DQUOTE] = ACTIONS(3252), + [anon_sym_U_DQUOTE] = ACTIONS(3252), + [anon_sym_u8_DQUOTE] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(3252), + [sym_true] = ACTIONS(3254), + [sym_false] = ACTIONS(3254), + [sym_null] = ACTIONS(3254), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3264), + [anon_sym_co_await] = ACTIONS(3266), + [anon_sym_new] = ACTIONS(3268), + [sym_this] = ACTIONS(3254), + [sym_nullptr] = ACTIONS(3254), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3270), + }, + [1921] = { + [sym__expression] = STATE(3134), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -301927,76 +305050,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1901] = { - [sym__expression] = STATE(2149), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), + [1922] = { + [sym__expression] = STATE(2156), + [sym_conditional_expression] = STATE(2155), + [sym_assignment_expression] = STATE(2155), + [sym_pointer_expression] = STATE(2159), + [sym_unary_expression] = STATE(2155), + [sym_binary_expression] = STATE(2155), + [sym_update_expression] = STATE(2155), + [sym_cast_expression] = STATE(2155), + [sym_sizeof_expression] = STATE(2155), + [sym_subscript_expression] = STATE(2159), + [sym_call_expression] = STATE(2159), + [sym_field_expression] = STATE(2159), + [sym_compound_literal_expression] = STATE(2155), + [sym_parenthesized_expression] = STATE(2159), + [sym_char_literal] = STATE(2053), + [sym_concatenated_string] = STATE(2053), [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [sym__class_name] = STATE(4751), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2155), + [sym_co_await_expression] = STATE(2155), + [sym_new_expression] = STATE(2155), + [sym_delete_expression] = STATE(2155), + [sym_lambda_expression] = STATE(2155), + [sym_lambda_capture_specifier] = STATE(3507), + [sym_parameter_pack_expansion] = STATE(2155), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2159), + [sym_qualified_type_identifier] = STATE(4751), + [sym_user_defined_literal] = STATE(2155), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3116), + [anon_sym_BANG] = ACTIONS(3120), + [anon_sym_TILDE] = ACTIONS(3120), + [anon_sym_DASH] = ACTIONS(3118), + [anon_sym_PLUS] = ACTIONS(3118), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3124), + [anon_sym_LBRACK] = ACTIONS(4366), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3132), + [sym_number_literal] = ACTIONS(3134), + [anon_sym_L_SQUOTE] = ACTIONS(3136), + [anon_sym_u_SQUOTE] = ACTIONS(3136), + [anon_sym_U_SQUOTE] = ACTIONS(3136), + [anon_sym_u8_SQUOTE] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3136), + [anon_sym_L_DQUOTE] = ACTIONS(3138), + [anon_sym_u_DQUOTE] = ACTIONS(3138), + [anon_sym_U_DQUOTE] = ACTIONS(3138), + [anon_sym_u8_DQUOTE] = ACTIONS(3138), + [anon_sym_DQUOTE] = ACTIONS(3138), + [sym_true] = ACTIONS(3140), + [sym_false] = ACTIONS(3140), + [sym_null] = ACTIONS(3140), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3142), + [anon_sym_co_await] = ACTIONS(3144), + [anon_sym_new] = ACTIONS(3146), + [sym_this] = ACTIONS(3140), + [sym_nullptr] = ACTIONS(3140), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -302014,76 +305137,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(3148), }, - [1902] = { - [sym__expression] = STATE(2146), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1923] = { + [sym__expression] = STATE(3119), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -302101,76 +305224,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1903] = { - [sym__expression] = STATE(2142), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1924] = { + [sym__expression] = STATE(2316), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1925] = { + [sym__expression] = STATE(2784), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -302188,76 +305398,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1904] = { - [sym__expression] = STATE(2121), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1926] = { + [sym__expression] = STATE(2783), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -302275,76 +305485,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1905] = { - [sym__expression] = STATE(2120), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1927] = { + [sym__expression] = STATE(2315), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1928] = { + [sym__expression] = STATE(2314), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1929] = { + [sym__expression] = STATE(2877), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(4368), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -302362,42 +305746,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1906] = { - [sym__expression] = STATE(2831), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1930] = { + [sym__expression] = STATE(2313), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), + }, + [1931] = { + [sym__expression] = STATE(3120), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -302406,8 +305877,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -302451,74 +305922,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1907] = { - [sym__expression] = STATE(2119), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1932] = { + [sym__expression] = STATE(2811), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), [anon_sym_FORWARD] = ACTIONS(143), @@ -302536,142 +306007,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), + [sym_raw_string_literal] = ACTIONS(147), }, - [1908] = { - [sym__expression] = STATE(2118), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), + [1933] = { + [sym__expression] = STATE(3126), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1909] = { - [sym__expression] = STATE(2943), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -302688,9 +306072,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -302712,923 +306096,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1910] = { - [sym__expression] = STATE(2313), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1911] = { + [1934] = { [sym__expression] = STATE(2312), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), }, - [1912] = { + [1935] = { [sym__expression] = STATE(2311), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1913] = { - [sym__expression] = STATE(2310), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1914] = { - [sym__expression] = STATE(2309), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1915] = { - [sym__expression] = STATE(2308), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1916] = { - [sym__expression] = STATE(2307), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1917] = { - [sym__expression] = STATE(2306), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1918] = { - [sym__expression] = STATE(2305), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1919] = { - [sym__expression] = STATE(2304), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), + [sym_conditional_expression] = STATE(2406), + [sym_assignment_expression] = STATE(2406), + [sym_pointer_expression] = STATE(2362), + [sym_unary_expression] = STATE(2406), + [sym_binary_expression] = STATE(2406), + [sym_update_expression] = STATE(2406), + [sym_cast_expression] = STATE(2406), + [sym_sizeof_expression] = STATE(2406), + [sym_subscript_expression] = STATE(2362), + [sym_call_expression] = STATE(2362), + [sym_field_expression] = STATE(2362), + [sym_compound_literal_expression] = STATE(2406), + [sym_parenthesized_expression] = STATE(2362), + [sym_char_literal] = STATE(2337), + [sym_concatenated_string] = STATE(2337), + [sym_string_literal] = STATE(1982), + [sym__class_name] = STATE(4529), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2406), + [sym_co_await_expression] = STATE(2406), + [sym_new_expression] = STATE(2406), + [sym_delete_expression] = STATE(2406), + [sym_lambda_expression] = STATE(2406), + [sym_lambda_capture_specifier] = STATE(3510), + [sym_parameter_pack_expansion] = STATE(2406), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3505), + [sym_qualified_identifier] = STATE(2362), + [sym_qualified_type_identifier] = STATE(4529), + [sym_user_defined_literal] = STATE(2406), + [sym__call_macro_with_decl_first_arg] = STATE(2397), + [sym_identifier] = ACTIONS(3162), + [anon_sym_LPAREN2] = ACTIONS(3164), + [anon_sym_BANG] = ACTIONS(3168), + [anon_sym_TILDE] = ACTIONS(3168), + [anon_sym_DASH] = ACTIONS(3166), + [anon_sym_PLUS] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(3228), + [anon_sym_AMP] = ACTIONS(3228), + [anon_sym_COLON_COLON] = ACTIONS(3172), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(3176), + [anon_sym_DASH_DASH] = ACTIONS(3178), + [anon_sym_PLUS_PLUS] = ACTIONS(3178), + [anon_sym_sizeof] = ACTIONS(3180), + [sym_number_literal] = ACTIONS(3182), + [anon_sym_L_SQUOTE] = ACTIONS(3184), + [anon_sym_u_SQUOTE] = ACTIONS(3184), + [anon_sym_U_SQUOTE] = ACTIONS(3184), + [anon_sym_u8_SQUOTE] = ACTIONS(3184), + [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_L_DQUOTE] = ACTIONS(3186), + [anon_sym_u_DQUOTE] = ACTIONS(3186), + [anon_sym_U_DQUOTE] = ACTIONS(3186), + [anon_sym_u8_DQUOTE] = ACTIONS(3186), + [anon_sym_DQUOTE] = ACTIONS(3186), + [sym_true] = ACTIONS(3188), + [sym_false] = ACTIONS(3188), + [sym_null] = ACTIONS(3188), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), + [anon_sym_delete] = ACTIONS(3190), + [anon_sym_co_await] = ACTIONS(3192), + [anon_sym_new] = ACTIONS(3194), + [sym_this] = ACTIONS(3188), + [sym_nullptr] = ACTIONS(3188), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_FORWARD] = ACTIONS(3196), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3196), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_PS_GET] = ACTIONS(3196), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3196), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3196), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3196), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3196), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3196), + [sym_raw_string_literal] = ACTIONS(3198), }, - [1920] = { - [sym__expression] = STATE(2979), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1936] = { + [sym__expression] = STATE(2706), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [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), @@ -303645,9 +306333,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(119), + [anon_sym_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -303669,388 +306357,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1921] = { - [sym__expression] = STATE(2290), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(3990), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1922] = { - [sym__expression] = STATE(2337), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1923] = { - [sym__expression] = STATE(2283), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(3992), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1924] = { - [sym__expression] = STATE(2347), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1925] = { - [sym__expression] = STATE(2838), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1937] = { + [sym__expression] = STATE(2684), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -304059,8 +306399,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -304104,140 +306444,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1926] = { - [sym__expression] = STATE(2299), - [sym_conditional_expression] = STATE(2485), - [sym_assignment_expression] = STATE(2485), - [sym_pointer_expression] = STATE(2472), - [sym_unary_expression] = STATE(2485), - [sym_binary_expression] = STATE(2485), - [sym_update_expression] = STATE(2485), - [sym_cast_expression] = STATE(2485), - [sym_sizeof_expression] = STATE(2485), - [sym_subscript_expression] = STATE(2472), - [sym_call_expression] = STATE(2472), - [sym_field_expression] = STATE(2472), - [sym_compound_literal_expression] = STATE(2485), - [sym_parenthesized_expression] = STATE(2472), - [sym_char_literal] = STATE(2294), - [sym_concatenated_string] = STATE(2294), - [sym_string_literal] = STATE(1981), - [sym__class_name] = STATE(4739), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2485), - [sym_co_await_expression] = STATE(2485), - [sym_new_expression] = STATE(2485), - [sym_delete_expression] = STATE(2485), - [sym_lambda_expression] = STATE(2485), - [sym_lambda_capture_specifier] = STATE(3529), - [sym_parameter_pack_expansion] = STATE(2485), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2472), - [sym_qualified_type_identifier] = STATE(4739), - [sym_user_defined_literal] = STATE(2485), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [sym_number_literal] = ACTIONS(2808), - [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(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(2814), - [sym_false] = ACTIONS(2814), - [sym_null] = ACTIONS(2814), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2816), - [anon_sym_co_await] = ACTIONS(2818), - [anon_sym_new] = ACTIONS(2820), - [sym_this] = ACTIONS(2814), - [sym_nullptr] = ACTIONS(2814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2824), - }, - [1927] = { - [sym__expression] = STATE(3061), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(3994), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1938] = { + [sym__expression] = STATE(3026), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2500), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2500), + [sym_call_expression] = STATE(2500), + [sym_field_expression] = STATE(2500), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2500), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2500), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(3757), + [anon_sym_BANG] = ACTIONS(3761), + [anon_sym_TILDE] = ACTIONS(3761), + [anon_sym_DASH] = ACTIONS(3759), + [anon_sym_PLUS] = ACTIONS(3759), + [anon_sym_STAR] = ACTIONS(3763), + [anon_sym_AMP] = ACTIONS(3763), + [anon_sym_COLON_COLON] = ACTIONS(3765), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3767), + [anon_sym_PLUS_PLUS] = ACTIONS(3767), + [anon_sym_sizeof] = ACTIONS(3769), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -304254,9 +306507,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3771), + [anon_sym_co_await] = ACTIONS(3773), + [anon_sym_new] = ACTIONS(3775), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -304278,53 +306531,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1928] = { - [sym__expression] = STATE(3016), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1939] = { + [sym__expression] = STATE(2847), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -304341,9 +306594,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -304365,53 +306618,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1929] = { - [sym__expression] = STATE(2994), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2497), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2497), - [sym_call_expression] = STATE(2497), - [sym_field_expression] = STATE(2497), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2497), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2497), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3377), - [anon_sym_LPAREN2] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3381), - [anon_sym_PLUS] = ACTIONS(3381), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_sizeof] = ACTIONS(3391), + [1940] = { + [sym__expression] = STATE(2856), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -304428,9 +306681,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(3393), - [anon_sym_co_await] = ACTIONS(3395), - [anon_sym_new] = ACTIONS(3397), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -304452,53 +306705,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1930] = { - [sym__expression] = STATE(2855), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1941] = { + [sym__expression] = STATE(2860), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -304515,9 +306768,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -304539,53 +306792,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1931] = { - [sym__expression] = STATE(2863), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1942] = { + [sym__expression] = STATE(2875), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -304602,9 +306855,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -304626,53 +306879,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1932] = { - [sym__expression] = STATE(2892), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1943] = { + [sym__expression] = STATE(2680), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -304689,9 +306942,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -304713,53 +306966,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1933] = { - [sym__expression] = STATE(2885), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), - [anon_sym_LPAREN2] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), + [1944] = { + [sym__expression] = STATE(2925), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2490), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2490), + [sym_call_expression] = STATE(2490), + [sym_field_expression] = STATE(2490), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2490), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2490), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3721), + [anon_sym_LPAREN2] = ACTIONS(3723), + [anon_sym_BANG] = ACTIONS(3727), + [anon_sym_TILDE] = ACTIONS(3727), + [anon_sym_DASH] = ACTIONS(3725), + [anon_sym_PLUS] = ACTIONS(3725), [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_COLON_COLON] = ACTIONS(3729), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), + [anon_sym_DASH_DASH] = ACTIONS(3731), + [anon_sym_PLUS_PLUS] = ACTIONS(3731), + [anon_sym_sizeof] = ACTIONS(3733), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -304776,9 +307029,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [anon_sym_delete] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(3739), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), @@ -304800,40 +307053,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1934] = { - [sym__expression] = STATE(2889), - [sym_conditional_expression] = STATE(2685), - [sym_assignment_expression] = STATE(2685), - [sym_pointer_expression] = STATE(2259), - [sym_unary_expression] = STATE(2685), - [sym_binary_expression] = STATE(2685), - [sym_update_expression] = STATE(2685), - [sym_cast_expression] = STATE(2685), - [sym_sizeof_expression] = STATE(2685), - [sym_subscript_expression] = STATE(2259), - [sym_call_expression] = STATE(2259), - [sym_field_expression] = STATE(2259), - [sym_compound_literal_expression] = STATE(2685), - [sym_parenthesized_expression] = STATE(2259), - [sym_char_literal] = STATE(2644), - [sym_concatenated_string] = STATE(2644), - [sym_string_literal] = STATE(2232), - [sym__class_name] = STATE(4796), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2685), - [sym_co_await_expression] = STATE(2685), - [sym_new_expression] = STATE(2685), - [sym_delete_expression] = STATE(2685), - [sym_lambda_expression] = STATE(2685), - [sym_lambda_capture_specifier] = STATE(3523), - [sym_parameter_pack_expansion] = STATE(2685), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2259), - [sym_qualified_type_identifier] = STATE(4796), - [sym_user_defined_literal] = STATE(2685), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(3092), + [1945] = { + [sym__expression] = STATE(3081), + [sym_conditional_expression] = STATE(2677), + [sym_assignment_expression] = STATE(2677), + [sym_pointer_expression] = STATE(2267), + [sym_unary_expression] = STATE(2677), + [sym_binary_expression] = STATE(2677), + [sym_update_expression] = STATE(2677), + [sym_cast_expression] = STATE(2677), + [sym_sizeof_expression] = STATE(2677), + [sym_subscript_expression] = STATE(2267), + [sym_call_expression] = STATE(2267), + [sym_field_expression] = STATE(2267), + [sym_compound_literal_expression] = STATE(2677), + [sym_parenthesized_expression] = STATE(2267), + [sym_char_literal] = STATE(2646), + [sym_concatenated_string] = STATE(2646), + [sym_string_literal] = STATE(2261), + [sym__class_name] = STATE(4792), + [sym_template_type] = STATE(1302), + [sym_template_function] = STATE(2677), + [sym_co_await_expression] = STATE(2677), + [sym_new_expression] = STATE(2677), + [sym_delete_expression] = STATE(2677), + [sym_lambda_expression] = STATE(2677), + [sym_lambda_capture_specifier] = STATE(3508), + [sym_parameter_pack_expansion] = STATE(2677), + [sym_dependent_type_identifier] = STATE(4853), + [sym__scope_resolution] = STATE(3522), + [sym_qualified_identifier] = STATE(2267), + [sym_qualified_type_identifier] = STATE(4792), + [sym_user_defined_literal] = STATE(2677), + [sym__call_macro_with_decl_first_arg] = STATE(2169), + [sym_identifier] = ACTIONS(3409), [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -304842,8 +307095,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1025), [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), + [anon_sym_LBRACK] = ACTIONS(3128), + [sym_primitive_type] = ACTIONS(2578), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -304887,479 +307140,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), [sym_raw_string_literal] = ACTIONS(147), }, - [1935] = { - [sym__expression] = STATE(2887), - [sym_conditional_expression] = STATE(3120), - [sym_assignment_expression] = STATE(3120), - [sym_pointer_expression] = STATE(2413), - [sym_unary_expression] = STATE(3120), - [sym_binary_expression] = STATE(3120), - [sym_update_expression] = STATE(3120), - [sym_cast_expression] = STATE(3120), - [sym_sizeof_expression] = STATE(3120), - [sym_subscript_expression] = STATE(2413), - [sym_call_expression] = STATE(2413), - [sym_field_expression] = STATE(2413), - [sym_compound_literal_expression] = STATE(3120), - [sym_parenthesized_expression] = STATE(2413), - [sym_char_literal] = STATE(2844), - [sym_concatenated_string] = STATE(2844), - [sym_string_literal] = STATE(2500), - [sym__class_name] = STATE(4461), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(3120), - [sym_co_await_expression] = STATE(3120), - [sym_new_expression] = STATE(3120), - [sym_delete_expression] = STATE(3120), - [sym_lambda_expression] = STATE(3120), - [sym_lambda_capture_specifier] = STATE(3520), - [sym_parameter_pack_expansion] = STATE(3120), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3517), - [sym_qualified_identifier] = STATE(2413), - [sym_qualified_type_identifier] = STATE(4461), - [sym_user_defined_literal] = STATE(3120), - [sym__call_macro_with_decl_first_arg] = STATE(2388), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_sizeof] = ACTIONS(2876), - [sym_number_literal] = ACTIONS(2878), - [anon_sym_L_SQUOTE] = ACTIONS(2880), - [anon_sym_u_SQUOTE] = ACTIONS(2880), - [anon_sym_U_SQUOTE] = ACTIONS(2880), - [anon_sym_u8_SQUOTE] = ACTIONS(2880), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_L_DQUOTE] = ACTIONS(2882), - [anon_sym_u_DQUOTE] = ACTIONS(2882), - [anon_sym_U_DQUOTE] = ACTIONS(2882), - [anon_sym_u8_DQUOTE] = ACTIONS(2882), - [anon_sym_DQUOTE] = ACTIONS(2882), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_null] = ACTIONS(2884), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2894), - [anon_sym_co_await] = ACTIONS(2896), - [anon_sym_new] = ACTIONS(2898), - [sym_this] = ACTIONS(2884), - [sym_nullptr] = ACTIONS(2884), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_FORWARD] = ACTIONS(2822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_PS_GET] = ACTIONS(2822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), - [sym_raw_string_literal] = ACTIONS(2900), - }, - [1936] = { - [sym__expression] = STATE(2159), - [sym_conditional_expression] = STATE(2180), - [sym_assignment_expression] = STATE(2180), - [sym_pointer_expression] = STATE(2189), - [sym_unary_expression] = STATE(2180), - [sym_binary_expression] = STATE(2180), - [sym_update_expression] = STATE(2180), - [sym_cast_expression] = STATE(2180), - [sym_sizeof_expression] = STATE(2180), - [sym_subscript_expression] = STATE(2189), - [sym_call_expression] = STATE(2189), - [sym_field_expression] = STATE(2189), - [sym_compound_literal_expression] = STATE(2180), - [sym_parenthesized_expression] = STATE(2189), - [sym_char_literal] = STATE(2083), - [sym_concatenated_string] = STATE(2083), - [sym_string_literal] = STATE(1953), - [sym__class_name] = STATE(4548), - [sym_template_type] = STATE(1271), - [sym_template_function] = STATE(2180), - [sym_co_await_expression] = STATE(2180), - [sym_new_expression] = STATE(2180), - [sym_delete_expression] = STATE(2180), - [sym_lambda_expression] = STATE(2180), - [sym_lambda_capture_specifier] = STATE(3502), - [sym_parameter_pack_expansion] = STATE(2180), - [sym_dependent_type_identifier] = STATE(4833), - [sym__scope_resolution] = STATE(3508), - [sym_qualified_identifier] = STATE(2189), - [sym_qualified_type_identifier] = STATE(4548), - [sym_user_defined_literal] = STATE(2180), - [sym__call_macro_with_decl_first_arg] = STATE(2205), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LPAREN2] = ACTIONS(2744), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_TILDE] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(1025), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_COLON_COLON] = ACTIONS(2752), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2690), - [anon_sym_DASH_DASH] = ACTIONS(2756), - [anon_sym_PLUS_PLUS] = ACTIONS(2756), - [anon_sym_sizeof] = ACTIONS(2758), - [sym_number_literal] = ACTIONS(2760), - [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(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(2766), - [sym_false] = ACTIONS(2766), - [sym_null] = ACTIONS(2766), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1035), - [anon_sym_delete] = ACTIONS(2768), - [anon_sym_co_await] = ACTIONS(2770), - [anon_sym_new] = ACTIONS(2772), - [sym_this] = ACTIONS(2766), - [sym_nullptr] = ACTIONS(2766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_FORWARD] = ACTIONS(143), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_PS_GET] = ACTIONS(143), - [anon_sym_PS_GET_AND_SET] = ACTIONS(143), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), - [sym_raw_string_literal] = ACTIONS(2774), - }, - [1937] = { - [sym_macro_annotation] = STATE(1937), - [aux_sym_class_specifier_repeat1] = STATE(1937), - [sym_identifier] = ACTIONS(3996), - [anon_sym_COLON_COLON] = ACTIONS(3998), - [anon_sym_LBRACE] = ACTIONS(3998), - [anon_sym_COLON] = ACTIONS(3996), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3996), - [anon_sym_override] = ACTIONS(3996), - [anon_sym_template] = ACTIONS(3996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(4000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(4000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(4000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(4000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(4000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(4000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(4000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(4000), - [anon_sym_MOZ_COLD] = ACTIONS(4000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(4000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(4000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(4000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(4000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(4000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(4000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(4000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(4000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(4000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(4000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(4000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(4000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(4000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(4000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(4000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(4000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(4000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(4000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(4000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(4000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(4000), - [anon_sym_MOZ_NONNULL] = ACTIONS(4000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(4000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(4000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(4000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(4000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(4000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(4000), - [anon_sym_MOZ_NORETURN] = ACTIONS(4000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(4000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(4000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(4000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(4000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(4000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(4000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(4000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(4000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(4000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4000), - [anon_sym_MOZ_RAII] = ACTIONS(4000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(4000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(4000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(4000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(4000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(4000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(4000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(4000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(4000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(4000), - [anon_sym_JS_PUBLIC_API] = ACTIONS(4000), - }, - [1938] = { - [sym_attribute_declaration] = STATE(1938), - [aux_sym_attributed_declarator_repeat1] = STATE(1938), - [sym_identifier] = ACTIONS(4003), - [anon_sym_LPAREN2] = ACTIONS(4005), - [anon_sym_BANG] = ACTIONS(4005), - [anon_sym_TILDE] = ACTIONS(4005), - [anon_sym_DASH] = ACTIONS(4003), - [anon_sym_PLUS] = ACTIONS(4003), - [anon_sym_STAR] = ACTIONS(4005), - [anon_sym_AMP] = ACTIONS(4005), - [anon_sym_SEMI] = ACTIONS(4005), - [anon_sym_COLON_COLON] = ACTIONS(4005), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4007), - [anon_sym_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACK] = ACTIONS(4003), - [sym_primitive_type] = ACTIONS(4003), - [anon_sym_if] = ACTIONS(4003), - [anon_sym_switch] = ACTIONS(4003), - [anon_sym_case] = ACTIONS(4003), - [anon_sym_default] = ACTIONS(4003), - [anon_sym_while] = ACTIONS(4003), - [anon_sym_do] = ACTIONS(4003), - [anon_sym_for] = ACTIONS(4003), - [anon_sym_return] = ACTIONS(4003), - [anon_sym_break] = ACTIONS(4003), - [anon_sym_continue] = ACTIONS(4003), - [anon_sym_goto] = ACTIONS(4003), - [anon_sym_DASH_DASH] = ACTIONS(4005), - [anon_sym_PLUS_PLUS] = ACTIONS(4005), - [anon_sym_sizeof] = ACTIONS(4003), - [sym_number_literal] = ACTIONS(4005), - [anon_sym_L_SQUOTE] = ACTIONS(4005), - [anon_sym_u_SQUOTE] = ACTIONS(4005), - [anon_sym_U_SQUOTE] = ACTIONS(4005), - [anon_sym_u8_SQUOTE] = ACTIONS(4005), - [anon_sym_SQUOTE] = ACTIONS(4005), - [anon_sym_L_DQUOTE] = ACTIONS(4005), - [anon_sym_u_DQUOTE] = ACTIONS(4005), - [anon_sym_U_DQUOTE] = ACTIONS(4005), - [anon_sym_u8_DQUOTE] = ACTIONS(4005), - [anon_sym_DQUOTE] = ACTIONS(4005), - [sym_true] = ACTIONS(4003), - [sym_false] = ACTIONS(4003), - [sym_null] = ACTIONS(4003), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(4003), - [anon_sym_delete] = ACTIONS(4003), - [anon_sym_throw] = ACTIONS(4003), - [anon_sym_co_return] = ACTIONS(4003), - [anon_sym_co_yield] = ACTIONS(4003), - [anon_sym_try] = ACTIONS(4003), - [anon_sym_co_await] = ACTIONS(4003), - [anon_sym_new] = ACTIONS(4003), - [sym_this] = ACTIONS(4003), - [sym_nullptr] = ACTIONS(4003), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4003), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4003), - [anon_sym_FORWARD] = ACTIONS(4003), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4003), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4003), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4003), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(4003), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4003), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4003), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4003), - [anon_sym_PS_GET] = ACTIONS(4003), - [anon_sym_PS_GET_AND_SET] = ACTIONS(4003), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4003), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(4003), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4003), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4003), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4003), - [sym_raw_string_literal] = ACTIONS(4005), - }, - [1939] = { - [sym_identifier] = ACTIONS(4010), - [anon_sym_LPAREN2] = ACTIONS(4012), - [anon_sym_BANG] = ACTIONS(4012), - [anon_sym_TILDE] = ACTIONS(4012), - [anon_sym_DASH] = ACTIONS(4010), - [anon_sym_PLUS] = ACTIONS(4010), - [anon_sym_STAR] = ACTIONS(4012), - [anon_sym_AMP] = ACTIONS(4012), - [anon_sym_SEMI] = ACTIONS(4012), - [anon_sym_COLON_COLON] = ACTIONS(4012), - [anon_sym_LBRACE] = ACTIONS(4012), - [anon_sym_LBRACK] = ACTIONS(4012), - [sym_primitive_type] = ACTIONS(4010), - [anon_sym_if] = ACTIONS(4010), - [anon_sym_switch] = ACTIONS(4010), - [anon_sym_case] = ACTIONS(4010), - [anon_sym_default] = ACTIONS(4010), - [anon_sym_while] = ACTIONS(4010), - [anon_sym_do] = ACTIONS(4010), - [anon_sym_for] = ACTIONS(4010), - [anon_sym_return] = ACTIONS(4010), - [anon_sym_break] = ACTIONS(4010), - [anon_sym_continue] = ACTIONS(4010), - [anon_sym_goto] = ACTIONS(4010), - [anon_sym_DASH_DASH] = ACTIONS(4012), - [anon_sym_PLUS_PLUS] = ACTIONS(4012), - [anon_sym_sizeof] = ACTIONS(4010), - [sym_number_literal] = ACTIONS(4012), - [anon_sym_L_SQUOTE] = ACTIONS(4012), - [anon_sym_u_SQUOTE] = ACTIONS(4012), - [anon_sym_U_SQUOTE] = ACTIONS(4012), - [anon_sym_u8_SQUOTE] = ACTIONS(4012), - [anon_sym_SQUOTE] = ACTIONS(4012), - [anon_sym_L_DQUOTE] = ACTIONS(4012), - [anon_sym_u_DQUOTE] = ACTIONS(4012), - [anon_sym_U_DQUOTE] = ACTIONS(4012), - [anon_sym_u8_DQUOTE] = ACTIONS(4012), - [anon_sym_DQUOTE] = ACTIONS(4012), - [sym_true] = ACTIONS(4010), - [sym_false] = ACTIONS(4010), - [sym_null] = ACTIONS(4010), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(4010), - [anon_sym_delete] = ACTIONS(4010), - [anon_sym_throw] = ACTIONS(4010), - [anon_sym_co_return] = ACTIONS(4010), - [anon_sym_co_yield] = ACTIONS(4010), - [anon_sym_try] = ACTIONS(4010), - [anon_sym_co_await] = ACTIONS(4010), - [anon_sym_new] = ACTIONS(4010), - [sym_this] = ACTIONS(4010), - [sym_nullptr] = ACTIONS(4010), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4010), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4010), - [anon_sym_FORWARD] = ACTIONS(4010), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4010), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4010), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4010), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(4010), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4010), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4010), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4010), - [anon_sym_PS_GET] = ACTIONS(4010), - [anon_sym_PS_GET_AND_SET] = ACTIONS(4010), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4010), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(4010), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4010), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4010), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4010), - [sym_raw_string_literal] = ACTIONS(4012), - }, - [1940] = { - [sym_identifier] = ACTIONS(4014), - [anon_sym_LPAREN2] = ACTIONS(4016), - [anon_sym_BANG] = ACTIONS(4016), - [anon_sym_TILDE] = ACTIONS(4016), - [anon_sym_DASH] = ACTIONS(4014), - [anon_sym_PLUS] = ACTIONS(4014), - [anon_sym_STAR] = ACTIONS(4016), - [anon_sym_AMP] = ACTIONS(4016), - [anon_sym_SEMI] = ACTIONS(4016), - [anon_sym_COLON_COLON] = ACTIONS(4016), - [anon_sym_LBRACE] = ACTIONS(4016), - [anon_sym_LBRACK] = ACTIONS(4016), - [sym_primitive_type] = ACTIONS(4014), - [anon_sym_if] = ACTIONS(4014), - [anon_sym_switch] = ACTIONS(4014), - [anon_sym_case] = ACTIONS(4014), - [anon_sym_default] = ACTIONS(4014), - [anon_sym_while] = ACTIONS(4014), - [anon_sym_do] = ACTIONS(4014), - [anon_sym_for] = ACTIONS(4014), - [anon_sym_return] = ACTIONS(4014), - [anon_sym_break] = ACTIONS(4014), - [anon_sym_continue] = ACTIONS(4014), - [anon_sym_goto] = ACTIONS(4014), - [anon_sym_DASH_DASH] = ACTIONS(4016), - [anon_sym_PLUS_PLUS] = ACTIONS(4016), - [anon_sym_sizeof] = ACTIONS(4014), - [sym_number_literal] = ACTIONS(4016), - [anon_sym_L_SQUOTE] = ACTIONS(4016), - [anon_sym_u_SQUOTE] = ACTIONS(4016), - [anon_sym_U_SQUOTE] = ACTIONS(4016), - [anon_sym_u8_SQUOTE] = ACTIONS(4016), - [anon_sym_SQUOTE] = ACTIONS(4016), - [anon_sym_L_DQUOTE] = ACTIONS(4016), - [anon_sym_u_DQUOTE] = ACTIONS(4016), - [anon_sym_U_DQUOTE] = ACTIONS(4016), - [anon_sym_u8_DQUOTE] = ACTIONS(4016), - [anon_sym_DQUOTE] = ACTIONS(4016), - [sym_true] = ACTIONS(4014), - [sym_false] = ACTIONS(4014), - [sym_null] = ACTIONS(4014), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(4014), - [anon_sym_delete] = ACTIONS(4014), - [anon_sym_throw] = ACTIONS(4014), - [anon_sym_co_return] = ACTIONS(4014), - [anon_sym_co_yield] = ACTIONS(4014), - [anon_sym_try] = ACTIONS(4014), - [anon_sym_co_await] = ACTIONS(4014), - [anon_sym_new] = ACTIONS(4014), - [sym_this] = ACTIONS(4014), - [sym_nullptr] = ACTIONS(4014), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4014), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4014), - [anon_sym_FORWARD] = ACTIONS(4014), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4014), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4014), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4014), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(4014), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4014), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4014), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4014), - [anon_sym_PS_GET] = ACTIONS(4014), - [anon_sym_PS_GET_AND_SET] = ACTIONS(4014), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4014), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(4014), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4014), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4014), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4014), - [sym_raw_string_literal] = ACTIONS(4016), + [1946] = { + [sym_macro_annotation] = STATE(1946), + [aux_sym_class_specifier_repeat1] = STATE(1946), + [sym_identifier] = ACTIONS(4370), + [anon_sym_COLON_COLON] = ACTIONS(4372), + [anon_sym_LBRACE] = ACTIONS(4372), + [anon_sym_COLON] = ACTIONS(4370), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(4370), + [anon_sym_override] = ACTIONS(4370), + [anon_sym_template] = ACTIONS(4370), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(4374), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(4374), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(4374), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(4374), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(4374), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(4374), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(4374), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(4374), + [anon_sym_MOZ_COLD] = ACTIONS(4374), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(4374), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4374), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4374), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(4374), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(4374), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(4374), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(4374), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(4374), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(4374), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(4374), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(4374), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(4374), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(4374), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(4374), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(4374), + [anon_sym_MOZ_MUST_USE] = ACTIONS(4374), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(4374), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(4374), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(4374), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(4374), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(4374), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(4374), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(4374), + [anon_sym_MOZ_NONNULL] = ACTIONS(4374), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(4374), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(4374), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(4374), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(4374), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(4374), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(4374), + [anon_sym_MOZ_NORETURN] = ACTIONS(4374), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(4374), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(4374), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(4374), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(4374), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(4374), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(4374), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(4374), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(4374), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4374), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(4374), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4374), + [anon_sym_MOZ_RAII] = ACTIONS(4374), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(4374), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(4374), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(4374), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(4374), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(4374), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(4374), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(4374), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(4374), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(4374), + [anon_sym_JS_PUBLIC_API] = ACTIONS(4374), + }, + [1947] = { + [sym_identifier] = ACTIONS(4377), + [anon_sym_LPAREN2] = ACTIONS(4379), + [anon_sym_BANG] = ACTIONS(4379), + [anon_sym_TILDE] = ACTIONS(4379), + [anon_sym_DASH] = ACTIONS(4377), + [anon_sym_PLUS] = ACTIONS(4377), + [anon_sym_STAR] = ACTIONS(4379), + [anon_sym_AMP] = ACTIONS(4379), + [anon_sym_SEMI] = ACTIONS(4379), + [anon_sym_COLON_COLON] = ACTIONS(4379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4379), + [anon_sym_LBRACE] = ACTIONS(4379), + [anon_sym_LBRACK] = ACTIONS(4377), + [sym_primitive_type] = ACTIONS(4377), + [anon_sym_if] = ACTIONS(4377), + [anon_sym_switch] = ACTIONS(4377), + [anon_sym_case] = ACTIONS(4377), + [anon_sym_default] = ACTIONS(4377), + [anon_sym_while] = ACTIONS(4377), + [anon_sym_do] = ACTIONS(4377), + [anon_sym_for] = ACTIONS(4377), + [anon_sym_return] = ACTIONS(4377), + [anon_sym_break] = ACTIONS(4377), + [anon_sym_continue] = ACTIONS(4377), + [anon_sym_goto] = ACTIONS(4377), + [anon_sym_DASH_DASH] = ACTIONS(4379), + [anon_sym_PLUS_PLUS] = ACTIONS(4379), + [anon_sym_sizeof] = ACTIONS(4377), + [sym_number_literal] = ACTIONS(4379), + [anon_sym_L_SQUOTE] = ACTIONS(4379), + [anon_sym_u_SQUOTE] = ACTIONS(4379), + [anon_sym_U_SQUOTE] = ACTIONS(4379), + [anon_sym_u8_SQUOTE] = ACTIONS(4379), + [anon_sym_SQUOTE] = ACTIONS(4379), + [anon_sym_L_DQUOTE] = ACTIONS(4379), + [anon_sym_u_DQUOTE] = ACTIONS(4379), + [anon_sym_U_DQUOTE] = ACTIONS(4379), + [anon_sym_u8_DQUOTE] = ACTIONS(4379), + [anon_sym_DQUOTE] = ACTIONS(4379), + [sym_true] = ACTIONS(4377), + [sym_false] = ACTIONS(4377), + [sym_null] = ACTIONS(4377), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(4377), + [anon_sym_delete] = ACTIONS(4377), + [anon_sym_throw] = ACTIONS(4377), + [anon_sym_co_return] = ACTIONS(4377), + [anon_sym_co_yield] = ACTIONS(4377), + [anon_sym_try] = ACTIONS(4377), + [anon_sym_co_await] = ACTIONS(4377), + [anon_sym_new] = ACTIONS(4377), + [sym_this] = ACTIONS(4377), + [sym_nullptr] = ACTIONS(4377), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4377), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4377), + [anon_sym_FORWARD] = ACTIONS(4377), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4377), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4377), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4377), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(4377), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4377), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4377), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4377), + [anon_sym_PS_GET] = ACTIONS(4377), + [anon_sym_PS_GET_AND_SET] = ACTIONS(4377), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4377), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(4377), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4377), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4377), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4377), + [sym_raw_string_literal] = ACTIONS(4379), + }, + [1948] = { + [sym_identifier] = ACTIONS(4381), + [anon_sym_LPAREN2] = ACTIONS(4383), + [anon_sym_BANG] = ACTIONS(4383), + [anon_sym_TILDE] = ACTIONS(4383), + [anon_sym_DASH] = ACTIONS(4381), + [anon_sym_PLUS] = ACTIONS(4381), + [anon_sym_STAR] = ACTIONS(4383), + [anon_sym_AMP] = ACTIONS(4383), + [anon_sym_SEMI] = ACTIONS(4383), + [anon_sym_COLON_COLON] = ACTIONS(4383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4383), + [anon_sym_LBRACE] = ACTIONS(4383), + [anon_sym_LBRACK] = ACTIONS(4381), + [sym_primitive_type] = ACTIONS(4381), + [anon_sym_if] = ACTIONS(4381), + [anon_sym_switch] = ACTIONS(4381), + [anon_sym_case] = ACTIONS(4381), + [anon_sym_default] = ACTIONS(4381), + [anon_sym_while] = ACTIONS(4381), + [anon_sym_do] = ACTIONS(4381), + [anon_sym_for] = ACTIONS(4381), + [anon_sym_return] = ACTIONS(4381), + [anon_sym_break] = ACTIONS(4381), + [anon_sym_continue] = ACTIONS(4381), + [anon_sym_goto] = ACTIONS(4381), + [anon_sym_DASH_DASH] = ACTIONS(4383), + [anon_sym_PLUS_PLUS] = ACTIONS(4383), + [anon_sym_sizeof] = ACTIONS(4381), + [sym_number_literal] = ACTIONS(4383), + [anon_sym_L_SQUOTE] = ACTIONS(4383), + [anon_sym_u_SQUOTE] = ACTIONS(4383), + [anon_sym_U_SQUOTE] = ACTIONS(4383), + [anon_sym_u8_SQUOTE] = ACTIONS(4383), + [anon_sym_SQUOTE] = ACTIONS(4383), + [anon_sym_L_DQUOTE] = ACTIONS(4383), + [anon_sym_u_DQUOTE] = ACTIONS(4383), + [anon_sym_U_DQUOTE] = ACTIONS(4383), + [anon_sym_u8_DQUOTE] = ACTIONS(4383), + [anon_sym_DQUOTE] = ACTIONS(4383), + [sym_true] = ACTIONS(4381), + [sym_false] = ACTIONS(4381), + [sym_null] = ACTIONS(4381), + [sym_comment] = ACTIONS(3), + [anon_sym_template] = ACTIONS(4381), + [anon_sym_delete] = ACTIONS(4381), + [anon_sym_throw] = ACTIONS(4381), + [anon_sym_co_return] = ACTIONS(4381), + [anon_sym_co_yield] = ACTIONS(4381), + [anon_sym_try] = ACTIONS(4381), + [anon_sym_co_await] = ACTIONS(4381), + [anon_sym_new] = ACTIONS(4381), + [sym_this] = ACTIONS(4381), + [sym_nullptr] = ACTIONS(4381), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4381), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4381), + [anon_sym_FORWARD] = ACTIONS(4381), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4381), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4381), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4381), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(4381), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4381), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4381), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4381), + [anon_sym_PS_GET] = ACTIONS(4381), + [anon_sym_PS_GET_AND_SET] = ACTIONS(4381), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4381), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(4381), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4381), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4381), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4381), + [sym_raw_string_literal] = ACTIONS(4383), }, }; @@ -305367,17 +307373,1102 @@ static const uint16_t ts_small_parse_table[] = { [0] = 5, ACTIONS(3), 1, sym_comment, - STATE(1941), 2, + STATE(1949), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4389), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(4387), 22, + sym_raw_string_literal, + 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, + ACTIONS(4385), 31, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + sym_this, + sym_nullptr, + anon_sym_CACHE_TRY_INSPECT, + anon_sym_CACHE_TRY_UNWRAP, + anon_sym_FORWARD, + anon_sym_FORWARD_SET_ATTRIBUTE, + anon_sym_IDB_TRY_INSPECT, + anon_sym_IDB_TRY_UNWRAP, + anon_sym_LS_TRY_INSPECT, + anon_sym_LS_TRY_UNWRAP, + anon_sym_SDB_TRY_INSPECT, + anon_sym_SDB_TRY_UNWRAP, + anon_sym_PS_GET, + anon_sym_PS_GET_AND_SET, + anon_sym_PS_GET_LOCKLESS, + anon_sym_QM_TRY_INSPECT, + anon_sym_QM_NOTEONLY_TRY_UNWRAP, + anon_sym_QM_TRY_UNWRAP, + anon_sym_QM_WARNONLY_TRY_UNWRAP, + [73] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3152), 22, + sym_raw_string_literal, + 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, + ACTIONS(3150), 37, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + sym_this, + sym_nullptr, + anon_sym_CACHE_TRY_INSPECT, + anon_sym_CACHE_TRY_UNWRAP, + anon_sym_FORWARD, + anon_sym_FORWARD_SET_ATTRIBUTE, + anon_sym_IDB_TRY_INSPECT, + anon_sym_IDB_TRY_UNWRAP, + anon_sym_LS_TRY_INSPECT, + anon_sym_LS_TRY_UNWRAP, + anon_sym_SDB_TRY_INSPECT, + anon_sym_SDB_TRY_UNWRAP, + anon_sym_PS_GET, + anon_sym_PS_GET_AND_SET, + anon_sym_PS_GET_LOCKLESS, + anon_sym_QM_TRY_INSPECT, + anon_sym_QM_NOTEONLY_TRY_UNWRAP, + anon_sym_QM_TRY_UNWRAP, + anon_sym_QM_WARNONLY_TRY_UNWRAP, + [140] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1669), 22, + sym_raw_string_literal, + 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, + 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, + ACTIONS(1667), 31, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + sym_this, + sym_nullptr, + anon_sym_CACHE_TRY_INSPECT, + anon_sym_CACHE_TRY_UNWRAP, + anon_sym_FORWARD, + anon_sym_FORWARD_SET_ATTRIBUTE, + anon_sym_IDB_TRY_INSPECT, + anon_sym_IDB_TRY_UNWRAP, + anon_sym_LS_TRY_INSPECT, + anon_sym_LS_TRY_UNWRAP, + anon_sym_SDB_TRY_INSPECT, + anon_sym_SDB_TRY_UNWRAP, + anon_sym_PS_GET, + anon_sym_PS_GET_AND_SET, + anon_sym_PS_GET_LOCKLESS, + anon_sym_QM_TRY_INSPECT, + anon_sym_QM_NOTEONLY_TRY_UNWRAP, + anon_sym_QM_TRY_UNWRAP, + anon_sym_QM_WARNONLY_TRY_UNWRAP, + [201] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4392), 1, + sym_identifier, + ACTIONS(4398), 1, + sym_raw_string_literal, + STATE(1954), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3138), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4396), 15, + anon_sym_DASH, + anon_sym_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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(4394), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [270] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4400), 1, + sym_identifier, + ACTIONS(4402), 1, + sym_literal_suffix, + ACTIONS(4404), 1, + sym_raw_string_literal, + STATE(1952), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3138), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2407), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2399), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [341] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4406), 1, + sym_identifier, + ACTIONS(4416), 1, + sym_raw_string_literal, + STATE(1954), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4413), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4411), 15, + anon_sym_DASH, + anon_sym_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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(4409), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [410] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2447), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2449), 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_LT_EQ, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [471] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2508), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2510), 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_LT_EQ, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [532] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1669), 22, + sym_raw_string_literal, + 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, + 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, + ACTIONS(1667), 31, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + sym_this, + sym_nullptr, + anon_sym_CACHE_TRY_INSPECT, + anon_sym_CACHE_TRY_UNWRAP, + anon_sym_FORWARD, + anon_sym_FORWARD_SET_ATTRIBUTE, + anon_sym_IDB_TRY_INSPECT, + anon_sym_IDB_TRY_UNWRAP, + anon_sym_LS_TRY_INSPECT, + anon_sym_LS_TRY_UNWRAP, + anon_sym_SDB_TRY_INSPECT, + anon_sym_SDB_TRY_UNWRAP, + anon_sym_PS_GET, + anon_sym_PS_GET_AND_SET, + anon_sym_PS_GET_LOCKLESS, + anon_sym_QM_TRY_INSPECT, + anon_sym_QM_NOTEONLY_TRY_UNWRAP, + anon_sym_QM_TRY_UNWRAP, + anon_sym_QM_WARNONLY_TRY_UNWRAP, + [593] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2476), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2478), 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_LT_EQ, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [654] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1595), 22, + sym_raw_string_literal, + 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, + 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, + ACTIONS(1593), 31, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + sym_this, + sym_nullptr, + anon_sym_CACHE_TRY_INSPECT, + anon_sym_CACHE_TRY_UNWRAP, + anon_sym_FORWARD, + anon_sym_FORWARD_SET_ATTRIBUTE, + anon_sym_IDB_TRY_INSPECT, + anon_sym_IDB_TRY_UNWRAP, + anon_sym_LS_TRY_INSPECT, + anon_sym_LS_TRY_UNWRAP, + anon_sym_SDB_TRY_INSPECT, + anon_sym_SDB_TRY_UNWRAP, + anon_sym_PS_GET, + anon_sym_PS_GET_AND_SET, + anon_sym_PS_GET_LOCKLESS, + anon_sym_QM_TRY_INSPECT, + anon_sym_QM_NOTEONLY_TRY_UNWRAP, + anon_sym_QM_TRY_UNWRAP, + anon_sym_QM_WARNONLY_TRY_UNWRAP, + [715] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1595), 22, + sym_raw_string_literal, + 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, + 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, + ACTIONS(1593), 31, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + sym_this, + sym_nullptr, + anon_sym_CACHE_TRY_INSPECT, + anon_sym_CACHE_TRY_UNWRAP, + anon_sym_FORWARD, + anon_sym_FORWARD_SET_ATTRIBUTE, + anon_sym_IDB_TRY_INSPECT, + anon_sym_IDB_TRY_UNWRAP, + anon_sym_LS_TRY_INSPECT, + anon_sym_LS_TRY_UNWRAP, + anon_sym_SDB_TRY_INSPECT, + anon_sym_SDB_TRY_UNWRAP, + anon_sym_PS_GET, + anon_sym_PS_GET_AND_SET, + anon_sym_PS_GET_LOCKLESS, + anon_sym_QM_TRY_INSPECT, + anon_sym_QM_NOTEONLY_TRY_UNWRAP, + anon_sym_QM_TRY_UNWRAP, + anon_sym_QM_WARNONLY_TRY_UNWRAP, + [776] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2504), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2506), 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_LT_EQ, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [837] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2494), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2496), 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_LT_EQ, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [898] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2453), 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_LT_EQ, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [959] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2488), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2490), 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_LT_EQ, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [1020] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1575), 21, + sym_raw_string_literal, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + 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, + ACTIONS(1573), 31, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + sym_this, + sym_nullptr, + anon_sym_CACHE_TRY_INSPECT, + anon_sym_CACHE_TRY_UNWRAP, + anon_sym_FORWARD, + anon_sym_FORWARD_SET_ATTRIBUTE, + anon_sym_IDB_TRY_INSPECT, + anon_sym_IDB_TRY_UNWRAP, + anon_sym_LS_TRY_INSPECT, + anon_sym_LS_TRY_UNWRAP, + anon_sym_SDB_TRY_INSPECT, + anon_sym_SDB_TRY_UNWRAP, + anon_sym_PS_GET, + anon_sym_PS_GET_AND_SET, + anon_sym_PS_GET_LOCKLESS, + anon_sym_QM_TRY_INSPECT, + anon_sym_QM_NOTEONLY_TRY_UNWRAP, + anon_sym_QM_TRY_UNWRAP, + anon_sym_QM_WARNONLY_TRY_UNWRAP, + [1080] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4423), 1, + anon_sym_STAR, + ACTIONS(4425), 1, + anon_sym_AMP_AMP, + ACTIONS(4427), 1, + anon_sym_AMP, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4431), 1, + anon_sym_LBRACK, + STATE(3270), 1, + sym_parameter_list, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3712), 1, + sym__declarator, + STATE(3935), 1, + sym__abstract_declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(4421), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(2076), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4022), 6, + STATE(2143), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4020), 22, + STATE(3720), 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, + [1188] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1643), 21, sym_raw_string_literal, anon_sym_LPAREN2, anon_sym_BANG, @@ -305386,7 +308477,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, @@ -305400,7 +308490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4018), 31, + ACTIONS(1641), 31, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -305432,74 +308522,346 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QM_NOTEONLY_TRY_UNWRAP, anon_sym_QM_TRY_UNWRAP, anon_sym_QM_WARNONLY_TRY_UNWRAP, - [73] = 3, + [1248] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4433), 1, + anon_sym_STAR, + ACTIONS(4435), 1, + anon_sym_AMP_AMP, + ACTIONS(4437), 1, + anon_sym_AMP, + STATE(3266), 1, + sym_parameter_list, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3712), 1, + sym__declarator, + STATE(3950), 1, + sym__abstract_declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(4421), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(2082), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(2143), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [1356] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2357), 1, + anon_sym_STAR, + ACTIONS(2359), 1, + anon_sym_AMP_AMP, + ACTIONS(2361), 1, + anon_sym_AMP, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4439), 1, + anon_sym_COLON_COLON, + STATE(3266), 1, + sym_parameter_list, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3538), 1, + sym__scope_resolution, + STATE(3743), 1, + sym__declarator, + STATE(3950), 1, + sym__abstract_declarator, + STATE(4944), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(4421), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(2111), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(2228), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [1464] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1970), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4441), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3322), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + sym_primitive_type, + anon_sym_DOT, + sym_identifier, + ACTIONS(3324), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [1527] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4444), 1, + sym_identifier, + ACTIONS(4448), 1, + sym_primitive_type, + STATE(1970), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4446), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3465), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(3463), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [1594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2778), 22, + ACTIONS(3741), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(3743), 35, sym_raw_string_literal, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_COLON_COLON, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_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_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_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2776), 37, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - sym_this, - sym_nullptr, - anon_sym_CACHE_TRY_INSPECT, - anon_sym_CACHE_TRY_UNWRAP, - anon_sym_FORWARD, - anon_sym_FORWARD_SET_ATTRIBUTE, - anon_sym_IDB_TRY_INSPECT, - anon_sym_IDB_TRY_UNWRAP, - anon_sym_LS_TRY_INSPECT, - anon_sym_LS_TRY_UNWRAP, - anon_sym_SDB_TRY_INSPECT, - anon_sym_SDB_TRY_UNWRAP, - anon_sym_PS_GET, - anon_sym_PS_GET_AND_SET, - anon_sym_PS_GET_LOCKLESS, - anon_sym_QM_TRY_INSPECT, - anon_sym_QM_NOTEONLY_TRY_UNWRAP, - anon_sym_QM_TRY_UNWRAP, - anon_sym_QM_WARNONLY_TRY_UNWRAP, - [140] = 3, + [1653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 16, + ACTIONS(3713), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305513,10 +308875,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2445), 37, + sym_identifier, + sym_literal_suffix, + ACTIONS(3715), 35, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305528,16 +308891,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -305552,70 +308909,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [201] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1579), 22, - sym_raw_string_literal, - 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, - 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, - ACTIONS(1577), 31, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - sym_this, - sym_nullptr, - anon_sym_CACHE_TRY_INSPECT, - anon_sym_CACHE_TRY_UNWRAP, - anon_sym_FORWARD, - anon_sym_FORWARD_SET_ATTRIBUTE, - anon_sym_IDB_TRY_INSPECT, - anon_sym_IDB_TRY_UNWRAP, - anon_sym_LS_TRY_INSPECT, - anon_sym_LS_TRY_UNWRAP, - anon_sym_SDB_TRY_INSPECT, - anon_sym_SDB_TRY_UNWRAP, - anon_sym_PS_GET, - anon_sym_PS_GET_AND_SET, - anon_sym_PS_GET_LOCKLESS, - anon_sym_QM_TRY_INSPECT, - anon_sym_QM_NOTEONLY_TRY_UNWRAP, - anon_sym_QM_TRY_UNWRAP, - anon_sym_QM_WARNONLY_TRY_UNWRAP, - [262] = 3, + [1712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 16, + ACTIONS(2494), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305625,30 +308927,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_const, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2500), 37, + ACTIONS(2496), 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_LT_EQ, - 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, @@ -305661,7 +308960,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, @@ -305670,81 +308968,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [323] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1583), 22, - sym_raw_string_literal, - 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, - 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, - ACTIONS(1581), 31, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - sym_this, - sym_nullptr, - anon_sym_CACHE_TRY_INSPECT, - anon_sym_CACHE_TRY_UNWRAP, - anon_sym_FORWARD, - anon_sym_FORWARD_SET_ATTRIBUTE, - anon_sym_IDB_TRY_INSPECT, - anon_sym_IDB_TRY_UNWRAP, - anon_sym_LS_TRY_INSPECT, - anon_sym_LS_TRY_UNWRAP, - anon_sym_SDB_TRY_INSPECT, - anon_sym_SDB_TRY_UNWRAP, - anon_sym_PS_GET, - anon_sym_PS_GET_AND_SET, - anon_sym_PS_GET_LOCKLESS, - anon_sym_QM_TRY_INSPECT, - anon_sym_QM_NOTEONLY_TRY_UNWRAP, - anon_sym_QM_TRY_UNWRAP, - anon_sym_QM_WARNONLY_TRY_UNWRAP, - [384] = 7, + anon_sym_GT2, + [1770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4025), 1, - sym_identifier, - ACTIONS(4035), 1, - sym_raw_string_literal, - STATE(1947), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4032), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4030), 15, + ACTIONS(2447), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305754,28 +308982,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4028), 29, + ACTIONS(2449), 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_LT_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_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -305783,17 +309015,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [453] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [1828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2494), 16, + ACTIONS(2508), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305803,30 +309037,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_const, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2496), 37, + ACTIONS(2510), 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_LT_EQ, - 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, @@ -305839,7 +309070,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, @@ -305848,10 +309078,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [514] = 3, + anon_sym_GT2, + [1886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2508), 16, + ACTIONS(2504), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305861,30 +309092,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_const, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2510), 37, + ACTIONS(2506), 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_LT_EQ, - 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, @@ -305897,7 +309125,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, @@ -305906,10 +309133,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [575] = 3, + anon_sym_GT2, + [1944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2468), 16, + ACTIONS(2476), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305919,30 +309147,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_const, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2470), 37, + ACTIONS(2478), 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_LT_EQ, - 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, @@ -305955,7 +309180,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, @@ -305964,10 +309188,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [636] = 3, + anon_sym_GT2, + [2002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 16, + ACTIONS(2488), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305977,30 +309202,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_const, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2514), 37, + ACTIONS(2490), 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_LT_EQ, - 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, @@ -306013,7 +309235,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, @@ -306022,10 +309243,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [697] = 3, + anon_sym_GT2, + [2060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 16, + ACTIONS(2451), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306035,30 +309257,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_const, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2506), 37, + ACTIONS(2453), 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_LT_EQ, - 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, @@ -306071,7 +309290,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, @@ -306080,25 +309298,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [758] = 8, + anon_sym_GT2, + [2118] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4038), 1, - sym_identifier, - ACTIONS(4040), 1, - sym_literal_suffix, - ACTIONS(4042), 1, - sym_raw_string_literal, - STATE(1954), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2764), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2411), 14, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2071), 1, + sym_field_declaration_list, + STATE(4177), 1, + sym_virtual_specifier, + STATE(4601), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3491), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306113,7 +309330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 29, + ACTIONS(3493), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306128,7 +309345,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, @@ -306143,23 +309359,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [829] = 7, + [2187] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4044), 1, + ACTIONS(4450), 1, sym_identifier, - ACTIONS(4050), 1, + ACTIONS(4452), 1, + sym_literal_suffix, + ACTIONS(4454), 1, sym_raw_string_literal, - STATE(1947), 2, + STATE(1989), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(2764), 5, + ACTIONS(3186), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4048), 15, + ACTIONS(2407), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306169,28 +309387,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4046), 29, + ACTIONS(2399), 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_LT_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, @@ -306198,497 +309411,275 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [898] = 3, + anon_sym_GT2, + [2254] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1583), 22, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2098), 1, + sym_field_declaration_list, + STATE(4072), 1, + sym_virtual_specifier, + STATE(4643), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3471), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(3473), 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_LT_EQ, anon_sym_SEMI, - anon_sym_COLON_COLON, + 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_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, - ACTIONS(1581), 31, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - sym_this, - sym_nullptr, - anon_sym_CACHE_TRY_INSPECT, - anon_sym_CACHE_TRY_UNWRAP, - anon_sym_FORWARD, - anon_sym_FORWARD_SET_ATTRIBUTE, - anon_sym_IDB_TRY_INSPECT, - anon_sym_IDB_TRY_UNWRAP, - anon_sym_LS_TRY_INSPECT, - anon_sym_LS_TRY_UNWRAP, - anon_sym_SDB_TRY_INSPECT, - anon_sym_SDB_TRY_UNWRAP, - anon_sym_PS_GET, - anon_sym_PS_GET_AND_SET, - anon_sym_PS_GET_LOCKLESS, - anon_sym_QM_TRY_INSPECT, - anon_sym_QM_NOTEONLY_TRY_UNWRAP, - anon_sym_QM_TRY_UNWRAP, - anon_sym_QM_WARNONLY_TRY_UNWRAP, - [959] = 3, + anon_sym_DASH_GT, + [2323] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1579), 22, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2100), 1, + sym_field_declaration_list, + STATE(4056), 1, + sym_virtual_specifier, + STATE(4645), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3423), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(3425), 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_LT_EQ, anon_sym_SEMI, - anon_sym_COLON_COLON, + 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_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, - ACTIONS(1577), 31, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - sym_this, - sym_nullptr, - anon_sym_CACHE_TRY_INSPECT, - anon_sym_CACHE_TRY_UNWRAP, - anon_sym_FORWARD, - anon_sym_FORWARD_SET_ATTRIBUTE, - anon_sym_IDB_TRY_INSPECT, - anon_sym_IDB_TRY_UNWRAP, - anon_sym_LS_TRY_INSPECT, - anon_sym_LS_TRY_UNWRAP, - anon_sym_SDB_TRY_INSPECT, - anon_sym_SDB_TRY_UNWRAP, - anon_sym_PS_GET, - anon_sym_PS_GET_AND_SET, - anon_sym_PS_GET_LOCKLESS, - anon_sym_QM_TRY_INSPECT, - anon_sym_QM_NOTEONLY_TRY_UNWRAP, - anon_sym_QM_TRY_UNWRAP, - anon_sym_QM_WARNONLY_TRY_UNWRAP, - [1020] = 27, + anon_sym_DASH_GT, + [2392] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, - anon_sym_LPAREN2, - ACTIONS(2361), 1, - anon_sym_STAR, - ACTIONS(2363), 1, + ACTIONS(2397), 1, + anon_sym_const, + ACTIONS(2412), 1, anon_sym_AMP_AMP, - ACTIONS(2365), 1, - anon_sym_AMP, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(2562), 1, - sym_identifier, - ACTIONS(4054), 1, + ACTIONS(2415), 1, + anon_sym_LT, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(4056), 1, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(2425), 1, anon_sym_LBRACK, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3280), 1, - sym_parameter_list, - STATE(3554), 1, - sym__scope_resolution, - STATE(3770), 1, - sym__declarator, - STATE(3916), 1, - sym__abstract_declarator, - STATE(4918), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4052), 2, - anon_sym_COMMA, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(3877), 1, + anon_sym_LBRACK_LBRACK, + STATE(2509), 1, + sym_template_argument_list, + ACTIONS(2401), 2, anon_sym_RPAREN, - STATE(2071), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(2183), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2946), 6, - anon_sym_const, + anon_sym_LPAREN2, + ACTIONS(2409), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2405), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 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, - [1128] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1575), 21, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - 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, - ACTIONS(1573), 31, + ACTIONS(2407), 10, anon_sym_DASH, anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - sym_this, - sym_nullptr, - anon_sym_CACHE_TRY_INSPECT, - anon_sym_CACHE_TRY_UNWRAP, - anon_sym_FORWARD, - anon_sym_FORWARD_SET_ATTRIBUTE, - anon_sym_IDB_TRY_INSPECT, - anon_sym_IDB_TRY_UNWRAP, - anon_sym_LS_TRY_INSPECT, - anon_sym_LS_TRY_UNWRAP, - anon_sym_SDB_TRY_INSPECT, - anon_sym_SDB_TRY_UNWRAP, - anon_sym_PS_GET, - anon_sym_PS_GET_AND_SET, - anon_sym_PS_GET_LOCKLESS, - anon_sym_QM_TRY_INSPECT, - anon_sym_QM_NOTEONLY_TRY_UNWRAP, - anon_sym_QM_TRY_UNWRAP, - anon_sym_QM_WARNONLY_TRY_UNWRAP, - [1188] = 3, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2433), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2399), 11, + 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_LT_EQ, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [2475] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1693), 21, + ACTIONS(4456), 1, + sym_identifier, + ACTIONS(4462), 1, sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - 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, + STATE(1986), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4459), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1691), 31, + ACTIONS(4411), 17, anon_sym_DASH, anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - sym_this, - sym_nullptr, - anon_sym_CACHE_TRY_INSPECT, - anon_sym_CACHE_TRY_UNWRAP, - anon_sym_FORWARD, - anon_sym_FORWARD_SET_ATTRIBUTE, - anon_sym_IDB_TRY_INSPECT, - anon_sym_IDB_TRY_UNWRAP, - anon_sym_LS_TRY_INSPECT, - anon_sym_LS_TRY_UNWRAP, - anon_sym_SDB_TRY_INSPECT, - anon_sym_SDB_TRY_UNWRAP, - anon_sym_PS_GET, - anon_sym_PS_GET_AND_SET, - anon_sym_PS_GET_LOCKLESS, - anon_sym_QM_TRY_INSPECT, - anon_sym_QM_NOTEONLY_TRY_UNWRAP, - anon_sym_QM_TRY_UNWRAP, - anon_sym_QM_WARNONLY_TRY_UNWRAP, - [1248] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, - anon_sym_LPAREN2, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4060), 1, anon_sym_STAR, - ACTIONS(4062), 1, - anon_sym_AMP_AMP, - ACTIONS(4064), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3280), 1, - sym_parameter_list, - STATE(3542), 1, - sym__scope_resolution, - STATE(3694), 1, - sym__declarator, - STATE(3916), 1, - sym__abstract_declarator, - STATE(5237), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4052), 2, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(4409), 23, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(2089), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(2140), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [1356] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, anon_sym_LPAREN2, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4068), 1, - anon_sym_STAR, - ACTIONS(4070), 1, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4072), 1, - anon_sym_AMP, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3269), 1, - sym_parameter_list, - STATE(3542), 1, - sym__scope_resolution, - STATE(3694), 1, - sym__declarator, - STATE(3929), 1, - sym__abstract_declarator, - STATE(5237), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4052), 2, - anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - STATE(2095), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(2140), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [1464] = 5, + [2540] = 9, ACTIONS(3), 1, sym_comment, - STATE(1962), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4074), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2948), 16, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2074), 1, + sym_field_declaration_list, + STATE(4173), 1, + sym_virtual_specifier, + STATE(4607), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3442), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306702,10 +309693,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - sym_primitive_type, anon_sym_DOT, - sym_identifier, - ACTIONS(2950), 30, + ACTIONS(3444), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306717,11 +309706,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -306736,10 +309723,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [1527] = 3, + [2609] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 16, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2094), 1, + sym_field_declaration_list, + STATE(4092), 1, + sym_virtual_specifier, + STATE(4640), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3483), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306754,10 +309754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3341), 35, - sym_raw_string_literal, + ACTIONS(3485), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306772,7 +309769,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, @@ -306787,15 +309783,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + [2678] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4465), 1, + sym_identifier, + ACTIONS(4467), 1, + sym_raw_string_literal, + STATE(1986), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3186), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [1586] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3367), 16, + ACTIONS(4396), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306805,30 +309809,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, sym_literal_suffix, - ACTIONS(3369), 35, - sym_raw_string_literal, + ACTIONS(4394), 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_LT_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, @@ -306836,33 +309834,30 @@ 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_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, - [1645] = 7, + anon_sym_GT2, + [2743] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4077), 1, - sym_identifier, - ACTIONS(4081), 1, - sym_primitive_type, - STATE(1962), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4079), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3056), 14, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2070), 1, + sym_field_declaration_list, + STATE(4180), 1, + sym_virtual_specifier, + STATE(4599), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3436), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306877,7 +309872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3054), 30, + ACTIONS(3438), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306889,11 +309884,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -306908,45 +309901,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [1712] = 3, + [2812] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 18, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2459), 1, + anon_sym_const, + ACTIONS(2473), 1, + anon_sym_LT, + STATE(1995), 1, + sym_template_argument_list, + ACTIONS(2463), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + ACTIONS(2470), 3, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(2466), 6, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2468), 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2514), 32, + ACTIONS(2461), 22, 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_LT_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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -306954,19 +309955,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [1770] = 3, + [2883] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2468), 18, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(4469), 1, + anon_sym_LT, + STATE(2003), 1, + sym_template_argument_list, + ACTIONS(3356), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306976,32 +309981,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2470), 32, + ACTIONS(2423), 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_LT_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_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -307009,6 +310009,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, @@ -307017,46 +310018,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [1828] = 3, + [2945] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 18, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2459), 1, + anon_sym_const, + ACTIONS(4471), 1, + anon_sym_LT, + STATE(2007), 1, + sym_template_argument_list, + ACTIONS(2470), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2463), 4, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + ACTIONS(2466), 6, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2468), 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2445), 32, + ACTIONS(2461), 21, 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_LT_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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -307064,54 +310071,60 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [1886] = 3, + [3015] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 18, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2459), 1, + anon_sym_const, + ACTIONS(4474), 1, + anon_sym_LT, + STATE(2010), 1, + sym_template_argument_list, + ACTIONS(2470), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2463), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(2466), 6, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2468), 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2500), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(2461), 17, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -307125,48 +310138,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [1944] = 3, + [3085] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2494), 18, + ACTIONS(2512), 1, + anon_sym_const, + ACTIONS(2516), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + ACTIONS(2523), 3, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(2519), 7, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2521), 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2496), 32, + ACTIONS(2514), 22, 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_LT_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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -307174,55 +310188,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [2002] = 3, + [3149] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2508), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2397), 1, + anon_sym_const, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4477), 1, + anon_sym_LT, + STATE(2527), 1, + sym_template_argument_list, + ACTIONS(2409), 2, 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4480), 2, anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2510), 32, + ACTIONS(2405), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2412), 6, 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(2399), 8, + anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(4482), 9, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -307232,16 +310246,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [2060] = 3, + ACTIONS(2407), 11, + 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_LT, + anon_sym_GT_GT, + anon_sym_DOT, + [3225] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 18, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(4484), 1, + anon_sym_LT, + STATE(2003), 1, + sym_template_argument_list, + ACTIONS(2459), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307251,32 +310277,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2506), 32, + ACTIONS(2466), 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_LT_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_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -307284,6 +310305,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, @@ -307292,34 +310314,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [2118] = 10, + [3287] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2449), 1, + ACTIONS(2397), 1, anon_sym_const, - ACTIONS(2463), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(4487), 1, anon_sym_LT, - STATE(1985), 1, + STATE(2546), 1, sym_template_argument_list, - ACTIONS(2453), 3, + ACTIONS(2409), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2412), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, - ACTIONS(2460), 3, - anon_sym_STAR, - anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(2456), 6, - anon_sym_LBRACE, + ACTIONS(2405), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2458), 11, + ACTIONS(2407), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307329,18 +310353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2451), 22, - 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_LT_EQ, - anon_sym_LBRACK_LBRACK, - anon_sym_QMARK, + ACTIONS(2433), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -307351,26 +310365,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + ACTIONS(2399), 11, + 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_LT_EQ, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2189] = 7, + [3363] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4089), 1, - sym_raw_string_literal, - STATE(1974), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4086), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4030), 17, + STATE(1999), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4490), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3322), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307385,10 +310402,11 @@ 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_DOT, - sym_literal_suffix, - ACTIONS(4028), 23, + sym_identifier, + ACTIONS(3324), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -307397,6 +310415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -307412,23 +310431,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [2254] = 7, + [3422] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4094), 1, - sym_raw_string_literal, - STATE(1974), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2812), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4048), 17, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3405), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307438,24 +310446,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_COLON, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4046), 23, + ACTIONS(3407), 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_LT_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, @@ -307463,30 +310475,21 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [2319] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2054), 1, - sym_field_declaration_list, - STATE(4132), 1, - sym_virtual_specifier, - STATE(4671), 1, - sym_base_class_clause, - ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3047), 14, + [3479] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3475), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307500,8 +310503,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, - ACTIONS(3049), 28, + ACTIONS(3477), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307513,6 +310517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -307530,23 +310535,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2388] = 9, + anon_sym_final, + anon_sym_override, + [3536] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(3126), 1, anon_sym_LBRACE, - STATE(2094), 1, - sym_field_declaration_list, - STATE(4073), 1, - sym_virtual_specifier, - STATE(4562), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3084), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4499), 1, + anon_sym_LBRACK, + STATE(2023), 1, + sym_new_declarator, + STATE(2188), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4497), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307561,11 +310566,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3086), 28, + ACTIONS(4493), 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, @@ -307574,8 +310578,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -307590,23 +310594,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2457] = 9, + [3601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2105), 1, - sym_field_declaration_list, - STATE(4081), 1, - sym_virtual_specifier, - STATE(4614), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3062), 14, + ACTIONS(2512), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307620,8 +310611,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, - ACTIONS(3064), 28, + ACTIONS(2519), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307633,6 +310625,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -307650,23 +310644,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2526] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2107), 1, - sym_field_declaration_list, - STATE(4090), 1, - sym_virtual_specifier, - STATE(4633), 1, - sym_base_class_clause, - ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3072), 14, + [3656] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4501), 1, + sym_identifier, + ACTIONS(4505), 1, + sym_primitive_type, + STATE(1999), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4503), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3465), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307676,26 +310670,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3074), 28, + ACTIONS(3463), 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_LT_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, @@ -307703,30 +310695,28 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2595] = 9, + anon_sym_GT2, + [3719] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(3126), 1, anon_sym_LBRACE, - STATE(2063), 1, - sym_field_declaration_list, - STATE(4128), 1, - sym_virtual_specifier, - STATE(4654), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3114), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4499), 1, + anon_sym_LBRACK, + STATE(2019), 1, + sym_new_declarator, + STATE(2150), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4509), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307741,11 +310731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3116), 28, + ACTIONS(4507), 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, @@ -307754,8 +310743,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -307770,25 +310759,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2664] = 8, + [3784] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4096), 1, - sym_identifier, - ACTIONS(4098), 1, - sym_literal_suffix, - ACTIONS(4100), 1, - sym_raw_string_literal, - STATE(1975), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2812), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2411), 16, + ACTIONS(3126), 1, + anon_sym_LBRACE, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4499), 1, + anon_sym_LBRACK, + STATE(2029), 1, + sym_new_declarator, + STATE(2199), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4513), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307798,23 +310783,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2403), 23, + ACTIONS(4511), 27, 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_GT_EQ, anon_sym_LT_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, @@ -307822,47 +310809,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [2731] = 16, + [3849] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 1, + ACTIONS(2512), 1, anon_sym_const, - ACTIONS(2416), 1, + ACTIONS(2523), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2516), 4, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_AMP_AMP, - ACTIONS(2419), 1, - anon_sym_LT, - ACTIONS(2422), 1, + anon_sym_LBRACK, + ACTIONS(2519), 7, anon_sym_COLON_COLON, - ACTIONS(2427), 1, anon_sym_LBRACE, - ACTIONS(2429), 1, - anon_sym_LBRACK, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(3503), 1, - anon_sym_LBRACK_LBRACK, - STATE(2498), 1, - sym_template_argument_list, - ACTIONS(2405), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2413), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2409), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2411), 10, + ACTIONS(2521), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -307870,10 +310845,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_CARET, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2437), 10, + ACTIONS(2514), 21, + 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_LT_EQ, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -307884,35 +310869,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2403), 11, - 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_LT_EQ, - anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2814] = 9, + [3912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2055), 1, - sym_field_declaration_list, - STATE(4130), 1, - sym_virtual_specifier, - STATE(4661), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3033), 14, + ACTIONS(3479), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307926,8 +310889,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, - ACTIONS(3035), 28, + ACTIONS(3481), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307939,6 +310903,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -307956,16 +310922,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2883] = 6, + anon_sym_final, + anon_sym_override, + [3967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(4102), 1, - anon_sym_LT, - STATE(2004), 1, - sym_template_argument_list, - ACTIONS(2988), 14, + ACTIONS(3713), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307975,27 +310937,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2427), 31, + sym_identifier, + sym_literal_suffix, + ACTIONS(3715), 29, + sym_raw_string_literal, anon_sym_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_LT_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, @@ -308003,29 +310964,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [2945] = 7, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + [4022] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 1, + ACTIONS(2512), 1, anon_sym_const, - ACTIONS(2520), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - ACTIONS(2527), 3, + ACTIONS(2523), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2516), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, anon_sym_LBRACK, - ACTIONS(2523), 7, + anon_sym_GT2, + ACTIONS(2519), 7, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_volatile, @@ -308033,7 +310999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2525), 12, + ACTIONS(2521), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308041,20 +311007,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_CARET, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2518), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(2514), 17, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308062,54 +311026,56 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3009] = 13, + [4085] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 1, - anon_sym_const, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, + ACTIONS(3126), 1, anon_sym_LBRACE, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(4104), 1, - anon_sym_LT, - STATE(2516), 1, - sym_template_argument_list, - ACTIONS(2413), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2416), 4, - anon_sym_RPAREN, + ACTIONS(4495), 1, anon_sym_LPAREN2, - anon_sym_AMP_AMP, + ACTIONS(4499), 1, anon_sym_LBRACK, - ACTIONS(2409), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2411), 10, + STATE(2033), 1, + sym_new_declarator, + STATE(2200), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4517), 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, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2437), 10, + ACTIONS(4515), 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_LT_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, @@ -308120,65 +311086,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2403), 11, - 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_LT_EQ, - anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3085] = 10, + [4150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2449), 1, - anon_sym_const, - ACTIONS(4107), 1, - anon_sym_LT, - STATE(1996), 1, - sym_template_argument_list, - ACTIONS(2460), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2453), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2456), 6, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2458), 13, + ACTIONS(3741), 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2451), 17, + sym_identifier, + sym_literal_suffix, + ACTIONS(3743), 29, + sym_raw_string_literal, + 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_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308192,79 +311135,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3155] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2401), 1, - anon_sym_const, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(4110), 1, - anon_sym_LT, - STATE(2534), 1, - sym_template_argument_list, - ACTIONS(2413), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(4113), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(2409), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2416), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, anon_sym_GT2, - ACTIONS(2403), 8, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(4115), 9, - anon_sym_STAR_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, - ACTIONS(2411), 11, - 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_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [3231] = 6, + [4205] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(3440), 1, anon_sym_COLON_COLON, - ACTIONS(4117), 1, - anon_sym_LT, - STATE(2004), 1, - sym_template_argument_list, - ACTIONS(2449), 14, + ACTIONS(3405), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308274,12 +311156,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2456), 31, + ACTIONS(3407), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308311,52 +311194,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [3293] = 10, + [4262] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2449), 1, - anon_sym_const, - ACTIONS(4120), 1, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4519), 1, anon_sym_LT, - STATE(1995), 1, + STATE(2038), 1, sym_template_argument_list, - ACTIONS(2460), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2453), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - ACTIONS(2456), 6, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2458), 11, + ACTIONS(2407), 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_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2451), 21, + ACTIONS(2399), 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_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308371,73 +311249,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3363] = 3, + [4324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 18, + ACTIONS(4522), 22, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + 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_DOT, sym_identifier, - sym_literal_suffix, - ACTIONS(3341), 29, - sym_raw_string_literal, + anon_sym_decltype, + sym_auto, + anon_sym_typename, + anon_sym_template, + ACTIONS(4524), 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_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, - [3418] = 8, + [4378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, - anon_sym_LBRACE, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4129), 1, - anon_sym_LBRACK, - STATE(2024), 1, - sym_new_declarator, - STATE(2185), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4127), 14, + ACTIONS(3405), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308452,10 +311318,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4123), 27, + ACTIONS(3407), 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, @@ -308463,7 +311330,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -308480,154 +311349,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3483] = 4, + anon_sym_final, + anon_sym_override, + [4432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 15, + ACTIONS(4526), 22, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, + 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_DOT, - ACTIONS(3045), 31, + sym_identifier, + anon_sym_decltype, + sym_auto, + anon_sym_typename, + anon_sym_template, + ACTIONS(4528), 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [3540] = 4, + [4486] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 15, + STATE(2018), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4530), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3322), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + sym_primitive_type, anon_sym_DOT, - ACTIONS(3045), 31, + sym_identifier, + ACTIONS(3324), 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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [3597] = 7, + [4544] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 1, - anon_sym_const, - ACTIONS(2527), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2520), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - ACTIONS(2523), 7, - anon_sym_COLON_COLON, + ACTIONS(3126), 1, anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2525), 12, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + STATE(2194), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4535), 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2518), 21, + ACTIONS(4533), 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_LT_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, @@ -308642,49 +311509,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3660] = 7, + [4604] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 1, - anon_sym_const, - ACTIONS(2527), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2520), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2523), 7, + ACTIONS(2418), 1, anon_sym_COLON_COLON, + ACTIONS(2466), 1, anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2525), 14, + ACTIONS(4471), 1, + anon_sym_LT, + STATE(2038), 1, + sym_template_argument_list, + ACTIONS(2468), 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_GT_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_DOT, - ACTIONS(2518), 17, + ACTIONS(2461), 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_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308692,18 +311557,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3723] = 4, + [4666] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(3027), 15, + ACTIONS(4469), 1, + anon_sym_LT, + STATE(2003), 1, + sym_template_argument_list, + ACTIONS(2397), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308713,13 +311583,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3029), 31, + ACTIONS(2405), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308749,19 +311618,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [3780] = 5, + [4726] = 9, ACTIONS(3), 1, sym_comment, - STATE(1998), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4131), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2948), 18, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2300), 1, + sym_field_declaration_list, + STATE(4115), 1, + sym_virtual_specifier, + STATE(4729), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3423), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308776,11 +311649,9 @@ 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_DOT, - sym_identifier, - ACTIONS(2950), 24, + ACTIONS(3425), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308789,7 +311660,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -308805,21 +311675,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [3839] = 8, + [4792] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, + ACTIONS(3126), 1, anon_sym_LBRACE, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4129), 1, - anon_sym_LBRACK, - STATE(2007), 1, - sym_new_declarator, - STATE(2138), 2, + STATE(2218), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4136), 14, + ACTIONS(4539), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308834,7 +311700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4134), 27, + ACTIONS(4537), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308846,6 +311712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -308862,129 +311729,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3904] = 7, + [4852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - sym_identifier, - ACTIONS(4142), 1, - sym_primitive_type, - STATE(1998), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4140), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3056), 16, + ACTIONS(4541), 22, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + 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_DOT, - ACTIONS(3054), 24, + sym_identifier, + anon_sym_decltype, + sym_auto, + anon_sym_typename, + anon_sym_template, + ACTIONS(4543), 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [3967] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3110), 15, - anon_sym_DASH, - anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(3112), 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_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_RBRACK_RBRACK, 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [4022] = 8, + [4906] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4126), 1, anon_sym_LBRACE, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4129), 1, - anon_sym_LBRACK, - STATE(2015), 1, - sym_new_declarator, - STATE(2158), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4146), 14, + STATE(2305), 1, + sym_field_declaration_list, + STATE(4108), 1, + sym_virtual_specifier, + STATE(4764), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3483), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308994,25 +311806,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4144), 27, + ACTIONS(3485), 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_LT_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, @@ -309020,28 +311830,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4087] = 8, + anon_sym_GT2, + [4972] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, - anon_sym_LBRACE, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4129), 1, - anon_sym_LBRACK, - STATE(2012), 1, - sym_new_declarator, - STATE(2204), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4150), 14, + ACTIONS(4545), 1, + anon_sym_COLON, + STATE(2037), 1, + sym__enum_base_clause, + STATE(2083), 1, + sym_enumerator_list, + ACTIONS(3832), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309056,10 +311861,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4148), 27, + ACTIONS(3834), 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, @@ -309067,9 +311873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -309084,62 +311891,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4152] = 3, + [5032] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 15, + ACTIONS(4547), 1, + sym_identifier, + ACTIONS(4551), 1, + sym_primitive_type, + STATE(2018), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4549), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3465), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_DOT, - ACTIONS(2523), 32, + ACTIONS(3463), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [4207] = 3, + [5094] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3367), 18, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2302), 1, + sym_field_declaration_list, + STATE(4112), 1, + sym_virtual_specifier, + STATE(4737), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3471), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309156,10 +311979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3369), 29, - sym_raw_string_literal, + ACTIONS(3473), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309182,74 +312002,18 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4262] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4152), 22, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - 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_DOT, - sym_identifier, - anon_sym_decltype, - sym_auto, - anon_sym_typename, - anon_sym_template, - ACTIONS(4154), 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [4316] = 6, + [5160] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, + ACTIONS(3126), 1, anon_sym_LBRACE, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - STATE(2136), 2, + STATE(2187), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4158), 14, + ACTIONS(4555), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309264,7 +312028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4156), 28, + ACTIONS(4553), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309293,23 +312057,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4376] = 9, + [5220] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2331), 1, - sym_field_declaration_list, - STATE(4099), 1, - sym_virtual_specifier, - STATE(4553), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3047), 16, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + STATE(1294), 1, + sym_template_argument_list, + ACTIONS(3358), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309319,23 +312074,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3049), 23, + ACTIONS(3360), 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_LT_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, @@ -309343,23 +312103,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [4442] = 6, + [5278] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(4102), 1, - anon_sym_LT, - STATE(2004), 1, - sym_template_argument_list, - ACTIONS(2401), 14, + ACTIONS(4545), 1, + anon_sym_COLON, + STATE(2036), 1, + sym__enum_base_clause, + STATE(2103), 1, + sym_enumerator_list, + ACTIONS(3826), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309369,12 +312129,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2409), 29, + ACTIONS(3828), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309404,10 +312164,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4502] = 3, + [5338] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 14, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2326), 1, + sym_field_declaration_list, + STATE(4082), 1, + sym_virtual_specifier, + STATE(4821), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3442), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309417,28 +312190,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3045), 32, + ACTIONS(3444), 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_LT_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, @@ -309446,27 +312214,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [4556] = 7, + anon_sym_GT2, + [5404] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2456), 1, + ACTIONS(3126), 1, anon_sym_LBRACE, - ACTIONS(4120), 1, - anon_sym_LT, - STATE(2030), 1, - sym_template_argument_list, - ACTIONS(2458), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + STATE(2152), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4559), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309476,16 +312241,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2451), 28, + ACTIONS(4557), 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, @@ -309496,6 +312260,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, @@ -309510,17 +312275,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4618] = 6, + [5464] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4126), 1, anon_sym_LBRACE, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - STATE(2127), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 14, + STATE(2330), 1, + sym_field_declaration_list, + STATE(4078), 1, + sym_virtual_specifier, + STATE(4817), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3436), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309530,26 +312301,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4160), 28, + ACTIONS(3438), 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_LT_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, @@ -309557,81 +312325,76 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4678] = 3, + anon_sym_GT2, + [5530] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 22, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2329), 1, + sym_field_declaration_list, + STATE(4080), 1, + sym_virtual_specifier, + STATE(4833), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3491), 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, - 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_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - anon_sym_decltype, - sym_auto, - anon_sym_typename, - anon_sym_template, - ACTIONS(4166), 24, + ACTIONS(3493), 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4732] = 9, + anon_sym_GT2, + [5596] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2330), 1, - sym_field_declaration_list, - STATE(4100), 1, - sym_virtual_specifier, - STATE(4556), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3033), 16, + STATE(2080), 1, + sym_enumerator_list, + ACTIONS(3446), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309641,23 +312404,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3035), 23, + ACTIONS(3448), 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_LT_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, @@ -309665,24 +312433,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [4798] = 6, + [5651] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, - anon_sym_LBRACE, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - STATE(2139), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4170), 14, + STATE(2051), 1, + sym_enumerator_list, + ACTIONS(3487), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309697,10 +312460,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4168), 28, + ACTIONS(3489), 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, @@ -309708,6 +312472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -309726,16 +312491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4858] = 6, + [5706] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4172), 1, - anon_sym_COLON, - STATE(2035), 1, - sym__enum_base_clause, - STATE(2090), 1, - sym_enumerator_list, - ACTIONS(3417), 14, + ACTIONS(2519), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2521), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309749,8 +312511,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, - ACTIONS(3419), 29, + ACTIONS(2514), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309762,7 +312525,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -309780,18 +312542,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4918] = 7, + [5761] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2427), 1, + ACTIONS(2423), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3877), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4564), 1, anon_sym_LT, - STATE(2030), 1, + ACTIONS(4567), 1, + anon_sym_LBRACK, + STATE(2085), 1, sym_template_argument_list, - ACTIONS(2411), 14, + ACTIONS(4561), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(2407), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309804,13 +312573,10 @@ 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, - ACTIONS(2403), 28, + ACTIONS(2399), 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, @@ -309819,8 +312585,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309835,65 +312599,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4980] = 3, + [5828] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 22, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(4570), 1, + anon_sym_LT, + STATE(2107), 1, + sym_template_argument_list, + ACTIONS(3356), 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, - 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_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - anon_sym_decltype, - sym_auto, - anon_sym_typename, - anon_sym_template, - ACTIONS(4179), 24, + ACTIONS(2423), 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, 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, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5034] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [5887] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(3440), 1, anon_sym_COLON_COLON, - STATE(1299), 1, - sym_template_argument_list, - ACTIONS(2980), 15, + ACTIONS(3452), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309909,7 +312673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2982), 29, + ACTIONS(3454), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309939,23 +312703,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5092] = 9, + [5942] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, anon_sym_LBRACE, - STATE(2288), 1, - sym_field_declaration_list, - STATE(4129), 1, - sym_virtual_specifier, - STATE(4586), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3084), 16, + ACTIONS(4519), 1, + anon_sym_LT, + ACTIONS(4574), 1, + anon_sym_LBRACK, + STATE(2038), 1, + sym_template_argument_list, + ACTIONS(4572), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(2407), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309965,23 +312730,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3086), 23, + ACTIONS(2399), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309989,30 +312752,44 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [5158] = 9, + [6007] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, anon_sym_LBRACE, - STATE(2291), 1, - sym_field_declaration_list, - STATE(4126), 1, - sym_virtual_specifier, - STATE(4583), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3062), 16, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(4487), 1, + anon_sym_LT, + ACTIONS(4574), 1, + anon_sym_LBRACK, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(4572), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(2433), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2407), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310022,54 +312799,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3064), 23, + ACTIONS(2399), 14, 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_LT_EQ, - anon_sym_LBRACK, + 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [5224] = 9, + [6076] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2466), 1, anon_sym_LBRACE, - STATE(2324), 1, - sym_field_declaration_list, - STATE(4103), 1, - sym_virtual_specifier, - STATE(4560), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3114), 16, + ACTIONS(2473), 1, + anon_sym_LT, + STATE(2085), 1, + sym_template_argument_list, + ACTIONS(2468), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310079,23 +312838,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, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3116), 23, + ACTIONS(2461), 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_LT_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, @@ -310103,79 +312864,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [5290] = 7, + [6137] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4181), 1, - sym_identifier, - ACTIONS(4185), 1, - sym_primitive_type, - STATE(2026), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4183), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3056), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(4576), 1, anon_sym_LT, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DOT, - ACTIONS(3054), 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_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [5352] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2754), 1, - anon_sym_LBRACE, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - STATE(2202), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4189), 14, + STATE(2107), 1, + sym_template_argument_list, + ACTIONS(2459), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310185,26 +312890,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, + anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4187), 28, + ACTIONS(2466), 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_LT_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, @@ -310212,30 +312915,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5412] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2296), 1, - sym_field_declaration_list, - STATE(4120), 1, - sym_virtual_specifier, - STATE(4579), 1, - sym_base_class_clause, - ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3072), 16, + anon_sym_GT2, + [6196] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4499), 1, + anon_sym_LBRACK, + STATE(2101), 1, + sym_new_declarator, + ACTIONS(4581), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310245,23 +312941,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3074), 23, + ACTIONS(4579), 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_LT_EQ, - anon_sym_LBRACK, + 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, @@ -310269,24 +312969,30 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [5478] = 5, + [6253] = 9, ACTIONS(3), 1, sym_comment, - STATE(2026), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4191), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2948), 16, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2467), 1, + sym_field_declaration_list, + STATE(4063), 1, + sym_virtual_specifier, + STATE(4809), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3442), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310295,15 +313001,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_primitive_type, anon_sym_DOT, - sym_identifier, - ACTIONS(2950), 25, + ACTIONS(3444), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310320,25 +313019,22 @@ 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_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5536] = 6, + [6317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4172), 1, - anon_sym_COLON, - STATE(2031), 1, - sym__enum_base_clause, - STATE(2088), 1, - sym_enumerator_list, - ACTIONS(3423), 14, + ACTIONS(3627), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310353,7 +313049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3425), 29, + ACTIONS(3629), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310369,6 +313065,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, @@ -310383,16 +313080,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5596] = 6, + [6369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(4194), 1, - anon_sym_LT, - STATE(2046), 1, - sym_template_argument_list, - ACTIONS(2449), 16, + ACTIONS(3633), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310402,24 +313093,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2456), 26, + ACTIONS(3635), 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_LT_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, @@ -310427,34 +313122,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [5655] = 10, + [6421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(3503), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4200), 1, - anon_sym_LT, - ACTIONS(4203), 1, - anon_sym_LBRACK, - STATE(2092), 1, - sym_template_argument_list, - ACTIONS(4197), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2411), 13, + ACTIONS(3645), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310464,13 +313142,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(3647), 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, @@ -310478,7 +313159,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -310493,13 +313178,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5722] = 4, + [6473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2525), 15, + ACTIONS(3555), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310513,9 +313195,8 @@ 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, - ACTIONS(2518), 28, + ACTIONS(3557), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310527,9 +313208,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -310544,12 +313227,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5777] = 4, + [6525] = 4, ACTIONS(3), 1, sym_comment, - STATE(2093), 1, - sym_enumerator_list, - ACTIONS(3076), 14, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3475), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310559,28 +313242,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3078), 30, + ACTIONS(3477), 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_LT_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, @@ -310588,23 +313268,21 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5832] = 6, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [6579] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(4206), 1, - anon_sym_LT, - STATE(2046), 1, - sym_template_argument_list, - ACTIONS(2988), 16, + ACTIONS(4583), 1, + sym_literal_suffix, + ACTIONS(2407), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310614,24 +313292,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2427), 26, + ACTIONS(2399), 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_LT_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, @@ -310639,33 +313320,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [5891] = 9, + [6633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(4174), 1, - anon_sym_LT, - ACTIONS(4210), 1, - anon_sym_LBRACK, - STATE(2030), 1, - sym_template_argument_list, - ACTIONS(4208), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(2411), 13, + ACTIONS(3575), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310675,13 +313340,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(3577), 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, @@ -310689,7 +313357,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -310704,14 +313376,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5956] = 5, + [6685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4129), 1, - anon_sym_LBRACK, - STATE(2104), 1, - sym_new_declarator, - ACTIONS(4214), 14, + ACTIONS(3587), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310726,7 +313394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4212), 29, + ACTIONS(3589), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310740,6 +313408,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, @@ -310756,12 +313425,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6013] = 4, + [6737] = 3, ACTIONS(3), 1, sym_comment, - STATE(2080), 1, - sym_enumerator_list, - ACTIONS(3066), 14, + ACTIONS(3599), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310776,7 +313443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3068), 30, + ACTIONS(3601), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310807,12 +313474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6068] = 4, + [6789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3088), 15, + ACTIONS(3591), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310826,9 +313491,8 @@ 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, - ACTIONS(3090), 29, + ACTIONS(3593), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310844,6 +313508,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, @@ -310858,37 +313523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6123] = 11, + [6841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(4104), 1, - anon_sym_LT, - ACTIONS(4210), 1, - anon_sym_LBRACK, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(4208), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(2437), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 12, + ACTIONS(3595), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310898,12 +313536,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 14, + ACTIONS(3597), 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, @@ -310911,23 +313553,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6192] = 7, + [6893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2456), 1, - anon_sym_LBRACE, - ACTIONS(2463), 1, - anon_sym_LT, - STATE(2092), 1, - sym_template_argument_list, - ACTIONS(2458), 14, + ACTIONS(3607), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310937,12 +313585,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2451), 27, + ACTIONS(3609), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310954,8 +313602,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -310970,10 +313621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6253] = 3, + [6945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 14, + ACTIONS(3611), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310988,7 +313639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3155), 30, + ACTIONS(3613), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311019,10 +313670,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6305] = 3, + [6997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3279), 14, + ACTIONS(3615), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311037,7 +313688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3281), 30, + ACTIONS(3617), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311068,10 +313719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6357] = 3, + [7049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 14, + ACTIONS(3619), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311086,7 +313737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3147), 30, + ACTIONS(3621), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311117,10 +313768,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6409] = 3, + [7101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3287), 14, + ACTIONS(4587), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311135,7 +313786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3289), 30, + ACTIONS(4585), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311166,10 +313817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6461] = 3, + [7153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3295), 14, + ACTIONS(3661), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311184,7 +313835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3297), 30, + ACTIONS(3663), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311215,10 +313866,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6513] = 3, + [7205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4218), 14, + ACTIONS(3623), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311233,7 +313884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4216), 30, + ACTIONS(3625), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311264,65 +313915,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6565] = 9, + [7257] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, anon_sym_LBRACE, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(4104), 1, - anon_sym_LT, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(2437), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 12, + STATE(2379), 1, + sym_field_declaration_list, + STATE(4022), 1, + sym_virtual_specifier, + STATE(4813), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3483), 9, anon_sym_DASH, anon_sym_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_LT, - anon_sym_GT_GT, + anon_sym_LT, + anon_sym_const, anon_sym_DOT, - ACTIONS(2403), 17, + ACTIONS(3485), 28, 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_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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6629] = 3, + [7321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 17, + ACTIONS(3689), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311332,26 +313983,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2523), 27, + ACTIONS(3691), 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_LT_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, @@ -311359,19 +314012,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [6681] = 3, + [7373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 14, + ACTIONS(3503), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311386,7 +314037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3267), 30, + ACTIONS(3505), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311417,10 +314068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6733] = 3, + [7425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 14, + ACTIONS(3511), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311435,7 +314086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3317), 30, + ACTIONS(3513), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311466,12 +314117,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6785] = 4, + [7477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 17, + ACTIONS(3563), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311481,25 +314130,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3029), 26, + ACTIONS(3565), 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_LT_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, @@ -311507,19 +314159,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [6839] = 3, + [7529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 17, + ACTIONS(3567), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311529,26 +314179,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3112), 27, + ACTIONS(3569), 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_LT_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, @@ -311556,19 +314208,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [6891] = 3, + [7581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3335), 14, + ACTIONS(3499), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311583,7 +314233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3337), 30, + ACTIONS(3501), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311614,10 +314264,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6943] = 3, + [7633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 14, + ACTIONS(3649), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311632,7 +314282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3123), 30, + ACTIONS(3651), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311663,10 +314313,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6995] = 3, + [7685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 14, + ACTIONS(3665), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311681,7 +314331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3127), 30, + ACTIONS(3667), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311712,10 +314362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7047] = 3, + [7737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 14, + ACTIONS(3673), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311730,7 +314380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3139), 30, + ACTIONS(3675), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311761,10 +314411,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7099] = 3, + [7789] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4423), 1, + anon_sym_STAR, + ACTIONS(4425), 1, + anon_sym_AMP_AMP, + ACTIONS(4427), 1, + anon_sym_AMP, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4431), 1, + anon_sym_LBRACK, + STATE(3270), 1, + sym_parameter_list, + STATE(3552), 1, + sym__scope_resolution, + STATE(3702), 1, + sym__declarator, + STATE(3943), 1, + sym__abstract_declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(4589), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [7881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 14, + ACTIONS(3681), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311779,7 +314498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3143), 30, + ACTIONS(3683), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311810,10 +314529,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7151] = 3, + [7933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 14, + ACTIONS(3452), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311828,7 +314547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3159), 30, + ACTIONS(3454), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311859,10 +314578,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7203] = 3, + [7985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3331), 14, + ACTIONS(3685), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311877,7 +314596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3333), 30, + ACTIONS(3687), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311908,12 +314627,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7255] = 4, + [8037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 17, + ACTIONS(3697), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311923,25 +314640,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3045), 26, + ACTIONS(3699), 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_LT_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, @@ -311949,74 +314669,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [7309] = 9, + [8089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2387), 1, - sym_field_declaration_list, - STATE(4175), 1, - sym_virtual_specifier, - STATE(4638), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3072), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3074), 28, - 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_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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [7373] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3173), 14, + ACTIONS(3495), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312031,7 +314694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3175), 30, + ACTIONS(3497), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312062,12 +314725,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7425] = 4, + [8141] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4224), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4222), 15, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4433), 1, + anon_sym_STAR, + ACTIONS(4435), 1, + anon_sym_AMP_AMP, + ACTIONS(4437), 1, + anon_sym_AMP, + STATE(3266), 1, + sym_parameter_list, + STATE(3552), 1, + sym__scope_resolution, + STATE(3702), 1, + sym__declarator, + STATE(3969), 1, + sym__abstract_declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(4589), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [8233] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3693), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312080,10 +314810,9 @@ 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_DOT, - ACTIONS(4220), 28, + ACTIONS(3695), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312095,7 +314824,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -312112,10 +314843,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7479] = 3, + [8285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4228), 14, + ACTIONS(3653), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312130,7 +314861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4226), 30, + ACTIONS(3655), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312142,6 +314873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -312160,11 +314892,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_literal_suffix, - [7531] = 3, + [8337] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 14, + ACTIONS(2519), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2521), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312177,9 +314911,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_DOT, - ACTIONS(3187), 30, + ACTIONS(2514), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312191,11 +314926,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -312210,108 +314942,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7583] = 3, + [8391] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 14, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2409), 1, + sym_field_declaration_list, + STATE(4024), 1, + sym_virtual_specifier, + STATE(4796), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3423), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(3195), 30, + ACTIONS(3425), 28, 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_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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7635] = 3, + [8455] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 14, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2365), 1, + sym_field_declaration_list, + STATE(4042), 1, + sym_virtual_specifier, + STATE(4804), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3471), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(3199), 30, + ACTIONS(3473), 28, 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_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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7687] = 3, + [8519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 14, + ACTIONS(3519), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312326,7 +315070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3255), 30, + ACTIONS(3521), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312357,10 +315101,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7739] = 3, + [8571] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3291), 14, + ACTIONS(4595), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4593), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312373,9 +315119,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_DOT, - ACTIONS(3293), 30, + ACTIONS(4591), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312387,9 +315134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -312406,59 +315151,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7791] = 3, + [8625] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 14, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2423), 1, + sym_field_declaration_list, + STATE(4069), 1, + sym_virtual_specifier, + STATE(4802), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3436), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(3171), 30, + ACTIONS(3438), 28, 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_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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7843] = 3, + [8689] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3275), 14, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3405), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312468,28 +315221,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3277), 30, + ACTIONS(3407), 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_LT_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, @@ -312497,17 +315247,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7895] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [8743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 14, + ACTIONS(4599), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312522,7 +315274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3207), 30, + ACTIONS(4597), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312534,7 +315286,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -312553,79 +315304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7947] = 23, + sym_literal_suffix, + [8795] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, - anon_sym_LPAREN2, - ACTIONS(2361), 1, - anon_sym_STAR, - ACTIONS(2363), 1, - anon_sym_AMP_AMP, - ACTIONS(2365), 1, - anon_sym_AMP, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(2562), 1, - sym_identifier, - ACTIONS(4054), 1, + ACTIONS(3440), 1, anon_sym_COLON_COLON, - ACTIONS(4056), 1, - anon_sym_LBRACK, - STATE(3280), 1, - sym_parameter_list, - STATE(3554), 1, - sym__scope_resolution, - STATE(3771), 1, - sym__declarator, - STATE(3927), 1, - sym__abstract_declarator, - STATE(4918), 1, - sym_ms_based_modifier, - ACTIONS(4230), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [8039] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3213), 14, + ACTIONS(3405), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312635,28 +315320,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3215), 30, + ACTIONS(3407), 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_LT_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, @@ -312664,17 +315346,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8091] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [8849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 14, + ACTIONS(3657), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312689,7 +315373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3131), 30, + ACTIONS(3659), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312720,10 +315404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8143] = 3, + [8901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 14, + ACTIONS(3677), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312738,7 +315422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3151), 30, + ACTIONS(3679), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312769,23 +315453,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8195] = 9, + [8953] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2401), 1, + STATE(2417), 1, sym_field_declaration_list, - STATE(4020), 1, + STATE(4065), 1, sym_virtual_specifier, - STATE(4753), 1, + STATE(4805), 1, sym_base_class_clause, - ACTIONS(3415), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(3114), 9, + ACTIONS(3491), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -312795,7 +315479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3116), 28, + ACTIONS(3493), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312824,10 +315508,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8259] = 3, + [9017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 14, + ACTIONS(3705), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312842,7 +315526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3167), 30, + ACTIONS(3707), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312873,10 +315557,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8311] = 3, + [9069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 14, + ACTIONS(3669), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312891,7 +315575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3263), 30, + ACTIONS(3671), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312922,10 +315606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8363] = 3, + [9121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 14, + ACTIONS(3559), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312940,7 +315624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3179), 30, + ACTIONS(3561), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312971,10 +315655,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8415] = 3, + [9173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3283), 14, + ACTIONS(3523), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312989,7 +315673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3285), 30, + ACTIONS(3525), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313020,10 +315704,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8467] = 3, + [9225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3303), 14, + ACTIONS(4603), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313038,7 +315722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3305), 30, + ACTIONS(4601), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313069,10 +315753,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8519] = 3, + [9277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3271), 14, + ACTIONS(3515), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313087,7 +315771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3273), 30, + ACTIONS(3517), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313118,10 +315802,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8571] = 3, + [9329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 14, + ACTIONS(3507), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313136,7 +315820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3183), 30, + ACTIONS(3509), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313167,12 +315851,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8623] = 4, + [9381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4232), 1, - sym_literal_suffix, - ACTIONS(2411), 14, + ACTIONS(3579), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(3581), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [9433] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3637), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313187,7 +315918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 29, + ACTIONS(3639), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313199,6 +315930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313217,10 +315949,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8677] = 3, + [9485] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3299), 14, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(4487), 1, + anon_sym_LT, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(2433), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2407), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313230,12 +315983,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(3301), 30, + ACTIONS(2399), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313247,29 +315998,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8729] = 3, + [9549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3307), 14, + ACTIONS(2512), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313279,28 +316017,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3309), 30, + ACTIONS(2519), 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_LT_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, @@ -313308,19 +316044,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8781] = 4, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [9601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 17, + ACTIONS(3603), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313330,25 +316066,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3045), 26, + ACTIONS(3605), 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_LT_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, @@ -313356,19 +316095,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [8835] = 3, + [9653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 14, + ACTIONS(3641), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313383,7 +316120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3251), 30, + ACTIONS(3643), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313414,10 +316151,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8887] = 3, + [9705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3319), 14, + ACTIONS(3479), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313427,28 +316164,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3321), 30, + ACTIONS(3481), 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_LT_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, @@ -313456,71 +316191,73 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8939] = 23, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [9757] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2359), 1, + ACTIONS(2355), 1, anon_sym_LPAREN2, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4060), 1, + ACTIONS(2357), 1, anon_sym_STAR, - ACTIONS(4062), 1, + ACTIONS(2359), 1, anon_sym_AMP_AMP, - ACTIONS(4064), 1, + ACTIONS(2361), 1, anon_sym_AMP, - ACTIONS(4066), 1, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - STATE(3280), 1, + STATE(3266), 1, sym_parameter_list, - STATE(3542), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3649), 1, + STATE(3763), 1, sym__declarator, - STATE(3927), 1, + STATE(3969), 1, sym__abstract_declarator, - STATE(5237), 1, + STATE(4944), 1, sym_ms_based_modifier, - ACTIONS(4230), 2, + ACTIONS(4589), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -313532,10 +316269,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [9031] = 3, + [9849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 14, + ACTIONS(3452), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313550,7 +316287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3247), 30, + ACTIONS(3454), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313581,10 +316318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9083] = 3, + [9901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 14, + ACTIONS(3583), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313599,7 +316336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3211), 30, + ACTIONS(3585), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313630,13 +316367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9135] = 4, + [9953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2525), 15, + ACTIONS(3701), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313649,10 +316383,9 @@ 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_DOT, - ACTIONS(2518), 27, + ACTIONS(3703), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313664,8 +316397,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -313680,10 +316416,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9189] = 3, + [10005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 14, + ACTIONS(3709), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313698,7 +316434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3203), 30, + ACTIONS(3711), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313729,10 +316465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9241] = 3, + [10057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 14, + ACTIONS(3571), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313747,7 +316483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3135), 30, + ACTIONS(3573), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313778,64 +316514,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9293] = 23, + [10109] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(2371), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4068), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4070), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4072), 1, + ACTIONS(4611), 1, anon_sym_AMP, - STATE(3269), 1, - sym_parameter_list, - STATE(3542), 1, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3560), 1, sym__scope_resolution, - STATE(3649), 1, + STATE(3915), 1, sym__declarator, - STATE(3945), 1, - sym__abstract_declarator, - STATE(5237), 1, + STATE(4981), 1, sym_ms_based_modifier, - ACTIONS(4230), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3272), 2, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2579), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2946), 6, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -313847,212 +316582,78 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [9385] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3088), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3090), 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9437] = 3, + [10200] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3163), 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9489] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3189), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3191), 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9541] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2443), 1, - sym_field_declaration_list, - STATE(4004), 1, - sym_virtual_specifier, - STATE(4780), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3047), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3049), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4619), 1, 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, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3689), 1, + sym__declarator, + STATE(5210), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2198), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2587), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9605] = 3, + STATE(3720), 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, + [10291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3327), 14, + ACTIONS(4625), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314067,7 +316668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3329), 30, + ACTIONS(4623), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314079,7 +316680,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -314098,10 +316698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9657] = 3, + [10342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3323), 14, + ACTIONS(4629), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314116,7 +316716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3325), 30, + ACTIONS(4627), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314128,7 +316728,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -314147,65 +316746,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9709] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2441), 1, - sym_field_declaration_list, - STATE(4014), 1, - sym_virtual_specifier, - STATE(4772), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3033), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3035), 28, - 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_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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9773] = 3, + [10393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 14, + ACTIONS(2468), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314220,7 +316764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3090), 30, + ACTIONS(2461), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314232,7 +316776,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -314251,10 +316794,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9825] = 3, + [10444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4236), 14, + ACTIONS(4633), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314269,7 +316812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4234), 30, + ACTIONS(4631), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314281,7 +316824,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -314300,10 +316842,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9877] = 3, + [10495] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4637), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314317,12 +316872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3259), 30, + ACTIONS(4635), 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, @@ -314330,11 +316883,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -314346,26 +316896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9929] = 9, + [10558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2359), 1, - sym_field_declaration_list, - STATE(4161), 1, - sym_virtual_specifier, - STATE(4616), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3084), 9, + ACTIONS(3405), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -314373,9 +316907,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym___based, anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_DOT, - ACTIONS(3086), 28, + sym_identifier, + anon_sym_final, + anon_sym_override, + ACTIONS(3407), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314392,54 +316935,31 @@ 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_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9993] = 3, + [10609] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3311), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3313), 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_LT_EQ, - anon_sym_SEMI, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(2492), 1, anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(4487), 1, + anon_sym_LT, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(2433), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -314450,68 +316970,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [10045] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2381), 1, - sym_field_declaration_list, - STATE(4169), 1, - sym_virtual_specifier, - STATE(4624), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3062), 9, + ACTIONS(2407), 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_LT, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3064), 28, + ACTIONS(2399), 15, 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_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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10109] = 3, + [10674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 15, + ACTIONS(4649), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314524,10 +317015,9 @@ 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_DOT, - ACTIONS(2451), 28, + ACTIONS(4647), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314539,9 +317029,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -314556,23 +317047,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10160] = 9, + [10725] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4240), 13, + ACTIONS(2468), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314586,10 +317064,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4238), 23, + anon_sym_DOT, + ACTIONS(2461), 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, @@ -314598,7 +317078,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -314610,63 +317092,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [10223] = 23, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [10776] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4250), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4252), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4611), 1, anon_sym_AMP, - ACTIONS(4256), 1, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, + STATE(3560), 1, sym__scope_resolution, - STATE(3671), 1, + STATE(3890), 1, sym__declarator, - STATE(5237), 1, + STATE(4981), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2600), 2, + STATE(2557), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -314678,10 +317163,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [10314] = 3, + [10867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4260), 14, + ACTIONS(4653), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314696,7 +317181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4258), 29, + ACTIONS(4651), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314726,10 +317211,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10365] = 3, + [10918] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 15, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(4487), 1, + anon_sym_LT, + ACTIONS(4655), 1, + anon_sym_COLON, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(2433), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2407), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314739,16 +317247,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2451), 28, + ACTIONS(2399), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -314757,27 +317261,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10416] = 3, + [10983] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4605), 1, + sym_identifier, + ACTIONS(4607), 1, + anon_sym_STAR, + ACTIONS(4609), 1, + anon_sym_AMP_AMP, + ACTIONS(4611), 1, + anon_sym_AMP, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3560), 1, + sym__scope_resolution, + STATE(3906), 1, + sym__declarator, + STATE(4981), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2128), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2562), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [11074] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4264), 14, + ACTIONS(2468), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314792,7 +317352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4262), 29, + ACTIONS(2461), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314822,10 +317382,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10467] = 3, + [11125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 15, + ACTIONS(2468), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314838,10 +317398,9 @@ 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_DOT, - ACTIONS(2451), 28, + ACTIONS(2461), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314853,9 +317412,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -314870,10 +317430,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10518] = 3, + [11176] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4657), 1, + anon_sym_STAR, + ACTIONS(4659), 1, + anon_sym_AMP_AMP, + ACTIONS(4661), 1, + anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3712), 1, + sym__declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2143), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2569), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [11267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 15, + ACTIONS(2468), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314886,10 +317514,9 @@ 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_DOT, - ACTIONS(2451), 28, + ACTIONS(2461), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314901,9 +317528,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -314918,10 +317546,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10569] = 3, + [11318] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 15, + ACTIONS(3405), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314931,27 +317559,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, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2451), 28, + ACTIONS(3407), 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_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -314959,37 +317585,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10620] = 11, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [11369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4665), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -314998,10 +317611,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 23, + anon_sym_DOT, + ACTIONS(4663), 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, @@ -315010,7 +317625,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -315022,43 +317639,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [10687] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + anon_sym_DASH_GT, + [11420] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4526), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 23, + anon_sym_DOT, + ACTIONS(4528), 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, @@ -315067,7 +317673,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -315079,55 +317687,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [10756] = 14, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [11471] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4270), 3, + ACTIONS(4667), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(4669), 1, + anon_sym_AMP_AMP, + ACTIONS(4671), 1, anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3641), 1, + sym__declarator, + STATE(5052), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2577), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [11562] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(2429), 1, anon_sym_EQ, - ACTIONS(4266), 21, - 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, - anon_sym_QMARK, + ACTIONS(2455), 1, + anon_sym_COLON, + ACTIONS(4487), 1, + anon_sym_LT, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(2433), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -315138,70 +317784,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [10829] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(2407), 12, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_EQ, - ACTIONS(4266), 19, + anon_sym_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2399), 15, anon_sym_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_LT_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, - [10904] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [11627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 14, + ACTIONS(4675), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315216,7 +317831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2451), 29, + ACTIONS(4673), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315246,65 +317861,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10955] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(2447), 1, - anon_sym_COLON, - ACTIONS(4104), 1, - anon_sym_LT, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(2437), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 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_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 15, - 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_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [11020] = 3, + [11678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4284), 14, + ACTIONS(4679), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315319,7 +317879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4282), 29, + ACTIONS(4677), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315349,131 +317909,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11071] = 23, + [11729] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, - sym__scope_resolution, - STATE(3700), 1, - sym__declarator, - STATE(5145), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2544), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3193), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [11162] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4292), 1, - sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4657), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4659), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4661), 1, anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, STATE(3552), 1, sym__scope_resolution, - STATE(3881), 1, + STATE(3702), 1, sym__declarator, - STATE(4972), 1, + STATE(5266), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2608), 2, + STATE(2619), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -315485,10 +317977,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [11253] = 3, + [11820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4304), 14, + ACTIONS(4683), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315503,7 +317995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4302), 29, + ACTIONS(4681), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315533,7 +318025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11304] = 23, + [11871] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -315542,54 +318034,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(1933), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3554), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3771), 1, + STATE(3763), 1, sym__declarator, - STATE(4918), 1, + STATE(4944), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2133), 2, + STATE(2153), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(2610), 2, + STATE(2581), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -315601,10 +318093,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [11395] = 3, + [11962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 16, + ACTIONS(4574), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315614,24 +318106,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3045), 27, + ACTIONS(4572), 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_LT_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, @@ -315640,208 +318134,172 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [11446] = 23, + [12013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4306), 1, + ACTIONS(4687), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(4308), 1, - anon_sym_AMP_AMP, - ACTIONS(4310), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, - sym__scope_resolution, - STATE(3636), 1, - sym__declarator, - STATE(4836), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2135), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2542), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [11537] = 23, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4685), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [12064] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, - sym__scope_resolution, - STATE(3655), 1, - sym__declarator, - STATE(5145), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2132), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2552), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [11628] = 23, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(4689), 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_LT_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, + [12127] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4657), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4659), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4661), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3687), 1, + STATE(3696), 1, sym__declarator, - STATE(5145), 1, + STATE(5266), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2611), 2, + STATE(2580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -315853,90 +318311,109 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [11719] = 23, + [12218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(1931), 1, + ACTIONS(4695), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1933), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(2562), 1, - sym_identifier, - ACTIONS(4054), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4693), 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_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3554), 1, - sym__scope_resolution, - STATE(3740), 1, - sym__declarator, - STATE(4918), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2547), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3193), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [11810] = 10, + 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [12269] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(2433), 1, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4705), 1, + anon_sym_AMP_AMP, + ACTIONS(4707), 1, + anon_sym_PIPE, + ACTIONS(4709), 1, + anon_sym_CARET, + ACTIONS(4711), 1, + anon_sym_AMP, + ACTIONS(4721), 1, anon_sym_EQ, - ACTIONS(2466), 1, - anon_sym_COLON, - ACTIONS(4104), 1, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, + anon_sym_GT, anon_sym_LT, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(2437), 10, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4697), 17, + 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, @@ -315947,7 +318424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2411), 12, + [12354] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4725), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315957,12 +318437,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 15, + ACTIONS(4723), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -315971,68 +318454,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11875] = 23, + [12405] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(1927), 1, + anon_sym_STAR, + ACTIONS(1929), 1, + anon_sym_AMP, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4306), 1, - anon_sym_STAR, - ACTIONS(4308), 1, - anon_sym_AMP_AMP, - ACTIONS(4310), 1, - anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3623), 1, + STATE(3773), 1, sym__declarator, - STATE(4836), 1, + STATE(4944), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2582), 2, + STATE(2599), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -316044,10 +318540,21 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [11966] = 3, + [12496] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4314), 14, + ACTIONS(3174), 1, + anon_sym_LBRACE, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4729), 1, + anon_sym_LBRACK, + STATE(2243), 1, + sym_new_declarator, + STATE(2391), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4509), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316057,27 +318564,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4312), 29, + ACTIONS(4507), 21, anon_sym_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_LT_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, @@ -316085,17 +318586,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12017] = 3, + anon_sym_GT2, + [12557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 14, + ACTIONS(2407), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316110,7 +318611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4166), 29, + ACTIONS(2399), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316140,10 +318641,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12068] = 3, + [12608] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4705), 1, + anon_sym_AMP_AMP, + ACTIONS(4707), 1, + anon_sym_PIPE, + ACTIONS(4709), 1, + anon_sym_CARET, + ACTIONS(4711), 1, + anon_sym_AMP, + ACTIONS(4733), 1, + anon_sym_EQ, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4731), 17, + 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, + [12693] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 14, + ACTIONS(3174), 1, + anon_sym_LBRACE, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4729), 1, + anon_sym_LBRACK, + STATE(2242), 1, + sym_new_declarator, + STATE(2428), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4513), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316153,16 +318730,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4316), 29, + ACTIONS(4511), 21, 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [12754] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4691), 8, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(4689), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -316171,9 +318803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -316185,13 +318815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [12119] = 3, + [12821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4322), 14, + ACTIONS(2407), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316206,7 +318833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4320), 29, + ACTIONS(2399), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316236,63 +318863,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12170] = 23, + [12872] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4250), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, anon_sym_STAR, - ACTIONS(4252), 1, + ACTIONS(4669), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4671), 1, anon_sym_AMP, - ACTIONS(4256), 1, - anon_sym_LBRACK, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3649), 1, + STATE(3598), 1, sym__declarator, - STATE(5237), 1, + STATE(5052), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2583), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3193), 2, + STATE(2139), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(2555), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -316304,10 +318931,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [12261] = 3, + [12963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4326), 14, + ACTIONS(4522), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316322,7 +318949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4324), 29, + ACTIONS(4524), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316352,57 +318979,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12312] = 16, + [13014] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4272), 3, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(2429), 1, anon_sym_EQ, - ACTIONS(4266), 19, - 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, - anon_sym_QMARK, + ACTIONS(2431), 1, + anon_sym_COLON, + ACTIONS(4487), 1, + anon_sym_LT, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(2433), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -316413,10 +319005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [12389] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4332), 14, + ACTIONS(2407), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316426,15 +319015,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(4330), 29, + ACTIONS(2399), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -316443,34 +319029,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12440] = 6, + [13079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4334), 1, - anon_sym_COLON, - STATE(2265), 1, - sym__enum_base_clause, - STATE(2286), 1, - sym_enumerator_list, - ACTIONS(3417), 16, + ACTIONS(4737), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316480,24 +319047,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3419), 24, + ACTIONS(4735), 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_LT_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, @@ -316505,126 +319075,56 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [12497] = 20, + [13130] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4338), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4340), 1, - anon_sym_AMP_AMP, - ACTIONS(4342), 1, - anon_sym_PIPE, - ACTIONS(4344), 1, - anon_sym_CARET, - ACTIONS(4346), 1, - anon_sym_EQ, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, + ACTIONS(4719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4276), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4336), 17, - 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, - [12582] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4344), 1, - anon_sym_CARET, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4272), 2, + ACTIONS(4691), 6, anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4266), 19, + anon_sym_EQ, + ACTIONS(4689), 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_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -316639,78 +319139,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [12661] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4250), 1, - anon_sym_STAR, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_AMP, - ACTIONS(4256), 1, - anon_sym_LBRACK, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, - sym__scope_resolution, - STATE(3694), 1, - sym__declarator, - STATE(5237), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2140), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2567), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [12752] = 3, + [13199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 14, + ACTIONS(4629), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316725,7 +319157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4348), 29, + ACTIONS(4627), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316755,58 +319187,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12803] = 18, + [13250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4272), 1, - anon_sym_EQ, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4342), 1, - anon_sym_PIPE, - ACTIONS(4344), 1, - anon_sym_CARET, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4741), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4266), 19, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4739), 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_LT_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, @@ -316818,105 +319232,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [12884] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4306), 1, - anon_sym_STAR, - ACTIONS(4308), 1, - anon_sym_AMP_AMP, - ACTIONS(4310), 1, - anon_sym_AMP, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, - sym__scope_resolution, - STATE(3640), 1, - sym__declarator, - STATE(4836), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2198), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2593), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [12975] = 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [13301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(4104), 1, - anon_sym_LT, - ACTIONS(4352), 1, - anon_sym_COMMA, - ACTIONS(4355), 1, - anon_sym_RBRACK, - ACTIONS(4358), 1, - anon_sym_EQ, - STATE(2629), 1, - sym_template_argument_list, - STATE(4336), 1, - aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4360), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 12, + ACTIONS(4745), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316926,11 +319248,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 13, + ACTIONS(4743), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -316938,61 +319264,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13044] = 19, + [13352] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4272), 1, - anon_sym_EQ, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4340), 1, - anon_sym_AMP_AMP, - ACTIONS(4342), 1, - anon_sym_PIPE, - ACTIONS(4344), 1, - anon_sym_CARET, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, + ACTIONS(4715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4278), 2, + ACTIONS(4717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4266), 18, + ACTIONS(4691), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(4689), 21, 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, @@ -317007,10 +319342,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13127] = 3, + [13425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 14, + ACTIONS(4749), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317025,7 +319360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4348), 29, + ACTIONS(4747), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317055,22 +319390,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13178] = 10, + [13476] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2427), 1, + ACTIONS(2423), 1, anon_sym_LBRACE, - ACTIONS(2433), 1, + ACTIONS(2429), 1, anon_sym_EQ, - ACTIONS(2492), 1, + ACTIONS(2457), 1, anon_sym_COLON, - ACTIONS(4104), 1, + ACTIONS(4487), 1, anon_sym_LT, - STATE(2629), 1, + STATE(2634), 1, sym_template_argument_list, - ACTIONS(2437), 10, + ACTIONS(2433), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -317081,7 +319416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2411), 12, + ACTIONS(2407), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317094,7 +319429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2403), 15, + ACTIONS(2399), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317110,91 +319445,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13243] = 23, + [13541] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, - sym_identifier, - ACTIONS(4294), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4487), 1, + anon_sym_LT, + ACTIONS(4751), 1, + anon_sym_COMMA, + ACTIONS(4754), 1, + anon_sym_RBRACK, + ACTIONS(4757), 1, + anon_sym_EQ, + STATE(2634), 1, + sym_template_argument_list, + STATE(4345), 1, + aux_sym_structured_binding_declarator_repeat1, + ACTIONS(4759), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2407), 12, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(4296), 1, - anon_sym_AMP_AMP, - ACTIONS(4298), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3552), 1, - sym__scope_resolution, - STATE(3886), 1, - sym__declarator, - STATE(4972), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2126), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2543), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [13334] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, + anon_sym_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2399), 13, + anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, - ACTIONS(4242), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4364), 13, + anon_sym_DASH_GT, + [13610] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4763), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317208,10 +319519,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4362), 23, + anon_sym_DOT, + ACTIONS(4761), 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, @@ -317220,7 +319533,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -317232,10 +319547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13397] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [13661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 14, + ACTIONS(2468), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317248,9 +319566,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_DOT, - ACTIONS(4366), 29, + ACTIONS(2461), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317262,10 +319581,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -317280,10 +319598,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13448] = 3, + [13712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 14, + ACTIONS(2468), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317296,9 +319614,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_DOT, - ACTIONS(4370), 29, + ACTIONS(2461), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317310,10 +319629,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -317328,63 +319646,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13499] = 22, + [13763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4338), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4340), 1, - anon_sym_AMP_AMP, - ACTIONS(4342), 1, - anon_sym_PIPE, - ACTIONS(4344), 1, - anon_sym_CARET, - ACTIONS(4374), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4378), 1, - anon_sym_EQ, - ACTIONS(4380), 1, - anon_sym_QMARK, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(2468), 15, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4376), 15, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2461), 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_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -317395,40 +319691,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13588] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [13814] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4152), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4154), 29, + ACTIONS(4689), 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_LT_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, @@ -317440,13 +319754,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [13639] = 3, + [13889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 14, + ACTIONS(2468), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317459,9 +319770,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_DOT, - ACTIONS(1518), 29, + ACTIONS(2461), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317473,10 +319785,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -317491,58 +319802,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13690] = 3, + [13940] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 18, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4711), 1, + anon_sym_AMP, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(3045), 25, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4691), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4689), 19, 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_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [13741] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [14017] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4384), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4767), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317556,12 +319890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4382), 29, + ACTIONS(4765), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -317570,9 +319902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -317586,58 +319916,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [13792] = 20, + [14078] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4338), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4340), 1, - anon_sym_AMP_AMP, - ACTIONS(4342), 1, - anon_sym_PIPE, - ACTIONS(4344), 1, + ACTIONS(4709), 1, anon_sym_CARET, - ACTIONS(4388), 1, - anon_sym_EQ, - STATE(2148), 1, + ACTIONS(4711), 1, + anon_sym_AMP, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4691), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4278), 2, + ACTIONS(4717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4386), 17, + ACTIONS(4689), 19, 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, @@ -317652,10 +319978,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13877] = 3, + [14157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 14, + ACTIONS(2468), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317668,9 +319994,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_DOT, - ACTIONS(2451), 29, + ACTIONS(2461), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317682,10 +320009,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -317700,22 +320026,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13928] = 10, + [14208] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(2433), 1, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4691), 1, anon_sym_EQ, - ACTIONS(4104), 1, + ACTIONS(4707), 1, + anon_sym_PIPE, + ACTIONS(4709), 1, + anon_sym_CARET, + ACTIONS(4711), 1, + anon_sym_AMP, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, + anon_sym_GT, anon_sym_LT, - ACTIONS(4390), 1, - anon_sym_COLON, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(2437), 10, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4689), 19, + 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, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -317726,92 +320089,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2411), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + [14289] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4691), 1, + anon_sym_EQ, + ACTIONS(4705), 1, + anon_sym_AMP_AMP, + ACTIONS(4707), 1, anon_sym_PIPE, + ACTIONS(4709), 1, anon_sym_CARET, + ACTIONS(4711), 1, anon_sym_AMP, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 15, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4689), 18, 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_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [13993] = 23, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [14372] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4657), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4659), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4661), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3687), 1, + STATE(3702), 1, sym__declarator, - STATE(5145), 1, + STATE(5266), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2125), 2, + STATE(2149), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(2611), 2, + STATE(2619), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [14463] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3670), 1, + sym__declarator, + STATE(5210), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2607), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -317823,10 +320289,75 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [14084] = 3, + [14554] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4705), 1, + anon_sym_AMP_AMP, + ACTIONS(4707), 1, + anon_sym_PIPE, + ACTIONS(4709), 1, + anon_sym_CARET, + ACTIONS(4711), 1, + anon_sym_AMP, + ACTIONS(4771), 1, + anon_sym_EQ, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4769), 17, + 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, + [14639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 14, + ACTIONS(4775), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317841,7 +320372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2451), 29, + ACTIONS(4773), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317871,10 +320402,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14135] = 3, + [14690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4394), 14, + ACTIONS(4779), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317889,7 +320420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4392), 29, + ACTIONS(4777), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317919,27 +320450,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14186] = 10, + [14741] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4270), 3, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 10, + ACTIONS(4691), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, @@ -317950,7 +320481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 23, + ACTIONS(4689), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317974,14 +320505,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14251] = 5, + [14806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4400), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - ACTIONS(4398), 13, + ACTIONS(1529), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317991,11 +320518,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4396), 28, + ACTIONS(1531), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318010,6 +320538,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, @@ -318024,10 +320553,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14306] = 3, + [14857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 14, + ACTIONS(4541), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318042,7 +320571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4403), 29, + ACTIONS(4543), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318072,21 +320601,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14357] = 8, + [14908] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4407), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(4409), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(2230), 1, - sym_new_declarator, - STATE(2419), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4146), 16, + ACTIONS(4667), 1, + anon_sym_STAR, + ACTIONS(4669), 1, + anon_sym_AMP_AMP, + ACTIONS(4671), 1, + anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3598), 1, + sym__declarator, + STATE(5052), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2555), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [14999] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1518), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318096,51 +320682,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4144), 21, + ACTIONS(1520), 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [14418] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(2502), 1, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, - ACTIONS(4104), 1, - anon_sym_LT, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(2437), 10, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -318151,39 +320714,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2411), 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_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 15, - 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_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14483] = 3, + [15050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 14, + ACTIONS(4783), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318198,7 +320735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2451), 29, + ACTIONS(4781), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318228,63 +320765,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14534] = 23, + [15101] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, - anon_sym_STAR, - ACTIONS(1933), 1, - anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4607), 1, + anon_sym_STAR, + ACTIONS(4609), 1, + anon_sym_AMP_AMP, + ACTIONS(4611), 1, + anon_sym_AMP, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3554), 1, + STATE(3560), 1, sym__scope_resolution, - STATE(3770), 1, + STATE(3890), 1, sym__declarator, - STATE(4918), 1, + STATE(4981), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2183), 2, + STATE(2117), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(2598), 2, + STATE(2557), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -318296,50 +320833,26 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [14625] = 9, + [15192] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 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, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4487), 1, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4754), 1, + anon_sym_RBRACK, + ACTIONS(4757), 1, anon_sym_EQ, - ACTIONS(4266), 23, - anon_sym_DOT_DOT_DOT, + ACTIONS(4785), 1, 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_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, + STATE(2634), 1, + sym_template_argument_list, + STATE(4345), 1, + aux_sym_structured_binding_declarator_repeat1, + ACTIONS(4759), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -318350,10 +320863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14688] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4413), 14, + ACTIONS(2407), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318363,15 +320873,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(4411), 29, + ACTIONS(2399), 13, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -318379,29 +320885,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14739] = 3, + [15261] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 14, + ACTIONS(3174), 1, + anon_sym_LBRACE, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4729), 1, + anon_sym_LBRACK, + STATE(2251), 1, + sym_new_declarator, + STATE(2399), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4497), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318411,27 +320914,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4208), 29, + ACTIONS(4493), 21, anon_sym_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_LT_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, @@ -318439,17 +320936,85 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14790] = 3, + anon_sym_GT2, + [15322] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3552), 1, + sym__scope_resolution, + STATE(3671), 1, + sym__declarator, + STATE(5210), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2551), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [15413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2411), 14, + ACTIONS(4789), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318464,7 +321029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 29, + ACTIONS(4787), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318494,65 +321059,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14841] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(2435), 1, - anon_sym_COLON, - ACTIONS(4104), 1, - anon_sym_LT, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(2437), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 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_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 15, - 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_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [14906] = 3, + [15464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4417), 14, + ACTIONS(4793), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318567,7 +321077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4415), 29, + ACTIONS(4791), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318597,63 +321107,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14957] = 23, + [15515] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, - anon_sym_STAR, - ACTIONS(1933), 1, - anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3261), 1, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3554), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3771), 1, + STATE(3671), 1, sym__declarator, - STATE(4918), 1, + STATE(5210), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2610), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3193), 2, + STATE(2185), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(2551), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -318665,10 +321175,12 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [15048] = 3, + [15606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4421), 14, + ACTIONS(4795), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4593), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318681,9 +321193,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_DOT, - ACTIONS(4419), 29, + ACTIONS(4591), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318695,10 +321208,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -318713,10 +321224,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15099] = 3, + [15659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4425), 14, + ACTIONS(4633), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318729,9 +321240,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_DOT, - ACTIONS(4423), 29, + ACTIONS(4631), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318743,10 +321255,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_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, @@ -318761,10 +321272,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15150] = 3, + [15710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4429), 14, + ACTIONS(4799), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318779,7 +321290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4427), 29, + ACTIONS(4797), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318809,56 +321320,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15201] = 21, + [15761] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4338), 1, + ACTIONS(4703), 1, anon_sym_PIPE_PIPE, - ACTIONS(4340), 1, + ACTIONS(4705), 1, anon_sym_AMP_AMP, - ACTIONS(4342), 1, + ACTIONS(4707), 1, anon_sym_PIPE, - ACTIONS(4344), 1, + ACTIONS(4709), 1, anon_sym_CARET, - ACTIONS(4374), 1, + ACTIONS(4711), 1, + anon_sym_AMP, + ACTIONS(4801), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4433), 1, + ACTIONS(4805), 1, anon_sym_EQ, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4278), 2, + ACTIONS(4717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4431), 16, + ACTIONS(4803), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -318875,10 +321386,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [15288] = 3, + [15848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 14, + ACTIONS(4809), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318893,7 +321404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2451), 29, + ACTIONS(4807), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318923,10 +321434,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15339] = 3, + [15899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2411), 14, + ACTIONS(4813), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318941,7 +321452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 29, + ACTIONS(4811), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318971,16 +321482,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15390] = 6, + [15950] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4334), 1, - anon_sym_COLON, - STATE(2266), 1, - sym__enum_base_clause, - STATE(2316), 1, - sym_enumerator_list, - ACTIONS(3423), 16, + ACTIONS(3174), 1, + anon_sym_LBRACE, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4729), 1, + anon_sym_LBRACK, + STATE(2259), 1, + sym_new_declarator, + STATE(2485), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4517), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318997,17 +321513,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3425), 24, + ACTIONS(4515), 21, 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -319022,10 +321535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [15447] = 3, + [16011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1506), 14, + ACTIONS(4817), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319040,7 +321553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(1508), 29, + ACTIONS(4815), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319070,10 +321583,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15498] = 3, + [16062] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4437), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4821), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319087,12 +321613,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4435), 29, + ACTIONS(4819), 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, @@ -319101,9 +321625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -319115,13 +321637,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [15549] = 3, + [16125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 14, + ACTIONS(4823), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319136,7 +321655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4439), 29, + ACTIONS(1613), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319166,29 +321685,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15600] = 3, + [16176] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4827), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(1549), 29, + ACTIONS(4825), 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, @@ -319197,9 +321730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -319211,83 +321742,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [15651] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, - sym_identifier, - ACTIONS(4294), 1, - anon_sym_STAR, - ACTIONS(4296), 1, - anon_sym_AMP_AMP, - ACTIONS(4298), 1, - anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3552), 1, - sym__scope_resolution, - STATE(3881), 1, - sym__declarator, - STATE(4972), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2212), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2608), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [15742] = 4, + [16245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4445), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4222), 15, + ACTIONS(4831), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319300,10 +321758,9 @@ 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_DOT, - ACTIONS(4220), 27, + ACTIONS(4829), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319315,8 +321772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -319331,10 +321790,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15795] = 3, + [16296] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4449), 14, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4835), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319348,12 +321820,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4447), 29, + ACTIONS(4833), 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, @@ -319362,9 +321832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -319376,66 +321844,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [16359] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(2486), 1, + anon_sym_COLON, + ACTIONS(4487), 1, + anon_sym_LT, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(2433), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2407), 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_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2399), 15, + 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_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15846] = 23, + [16424] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4306), 1, + ACTIONS(4667), 1, anon_sym_STAR, - ACTIONS(4308), 1, + ACTIONS(4669), 1, anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(4671), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3636), 1, + STATE(3627), 1, sym__declarator, - STATE(4836), 1, + STATE(5052), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2542), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3193), 2, + STATE(2192), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(2610), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -319444,184 +321964,13 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_declarator, sym_structured_binding_declarator, sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [15937] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4453), 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_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(4451), 25, - 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - [15998] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4409), 1, - anon_sym_LBRACK, - STATE(2238), 1, - sym_new_declarator, - STATE(2477), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4127), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4123), 21, - 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [16059] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4338), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4340), 1, - anon_sym_AMP_AMP, - ACTIONS(4342), 1, - anon_sym_PIPE, - ACTIONS(4344), 1, - anon_sym_CARET, - ACTIONS(4457), 1, - anon_sym_EQ, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4278), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4455), 17, - 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, - [16144] = 3, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [16515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4461), 14, + ACTIONS(4839), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319636,7 +321985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4459), 29, + ACTIONS(4837), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319666,37 +322015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16195] = 12, + [16566] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(4104), 1, - anon_sym_LT, - ACTIONS(4355), 1, - anon_sym_RBRACK, - ACTIONS(4358), 1, - anon_sym_EQ, - ACTIONS(4463), 1, - anon_sym_COMMA, - STATE(2629), 1, - sym_template_argument_list, - STATE(4336), 1, - aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4360), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 12, + ACTIONS(4843), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319706,11 +322028,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 13, + ACTIONS(4841), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -319718,15 +322044,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16264] = 3, + [16617] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 14, + ACTIONS(4849), 1, + anon_sym_LT, + STATE(2147), 1, + sym_template_argument_list, + ACTIONS(4847), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319736,12 +322080,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4465), 29, + ACTIONS(4845), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319756,7 +322099,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, @@ -319771,10 +322113,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16315] = 3, + [16672] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4471), 14, + ACTIONS(4852), 1, + anon_sym_COLON, + STATE(2278), 1, + sym__enum_base_clause, + STATE(2298), 1, + sym_enumerator_list, + ACTIONS(3826), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319784,27 +322132,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4469), 29, + ACTIONS(3828), 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_LT_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, @@ -319812,59 +322157,50 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16366] = 12, + anon_sym_GT2, + [16729] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4852), 1, + anon_sym_COLON, + STATE(2279), 1, + sym__enum_base_clause, + STATE(2309), 1, + sym_enumerator_list, + ACTIONS(3832), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4475), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4473), 23, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(3834), 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_LT_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, @@ -319872,27 +322208,17 @@ 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, - [16435] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4479), 13, + anon_sym_DASH_GT, + anon_sym_GT2, + [16786] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4856), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319906,10 +322232,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4477), 23, + anon_sym_DOT, + ACTIONS(4854), 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, @@ -319918,7 +322246,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -319930,10 +322260,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [16498] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [16837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 14, + ACTIONS(4593), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319948,7 +322281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4220), 29, + ACTIONS(4591), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319978,40 +322311,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16549] = 3, + [16888] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4260), 15, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(1927), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(1929), 1, + anon_sym_AMP, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4439), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3538), 1, + sym__scope_resolution, + STATE(3743), 1, + sym__declarator, + STATE(4944), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2228), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2608), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [16979] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4705), 1, + anon_sym_AMP_AMP, + ACTIONS(4707), 1, anon_sym_PIPE, + ACTIONS(4709), 1, anon_sym_CARET, + ACTIONS(4711), 1, anon_sym_AMP, + ACTIONS(4860), 1, + anon_sym_EQ, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4258), 28, + ACTIONS(4701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4858), 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, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -320023,64 +322444,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [16600] = 20, + [17064] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4328), 1, - anon_sym_AMP, - ACTIONS(4338), 1, + ACTIONS(4703), 1, anon_sym_PIPE_PIPE, - ACTIONS(4340), 1, + ACTIONS(4705), 1, anon_sym_AMP_AMP, - ACTIONS(4342), 1, + ACTIONS(4707), 1, anon_sym_PIPE, - ACTIONS(4344), 1, + ACTIONS(4709), 1, anon_sym_CARET, - ACTIONS(4483), 1, + ACTIONS(4711), 1, + anon_sym_AMP, + ACTIONS(4801), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4864), 1, anon_sym_EQ, - STATE(2148), 1, + ACTIONS(4866), 1, + anon_sym_QMARK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4268), 2, + ACTIONS(4699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4274), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4276), 2, + ACTIONS(4713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4278), 2, + ACTIONS(4717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4280), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4270), 3, + ACTIONS(4719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4481), 17, - anon_sym_DOT_DOT_DOT, + ACTIONS(4862), 15, 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, @@ -320091,20 +322511,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [16685] = 8, + [17153] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4487), 13, + ACTIONS(4870), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320118,7 +322538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4485), 25, + ACTIONS(4868), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320144,63 +322564,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [16746] = 23, + [17214] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, - sym_identifier, - ACTIONS(4294), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(4296), 1, - anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(4300), 1, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - STATE(3261), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3552), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3879), 1, + STATE(3763), 1, sym__declarator, - STATE(4972), 1, + STATE(4944), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2548), 2, + STATE(2581), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -320212,78 +322632,17 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [16837] = 23, + [17305] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4250), 1, - anon_sym_STAR, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_AMP, - ACTIONS(4256), 1, + ACTIONS(3877), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4567), 1, anon_sym_LBRACK, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3542), 1, - sym__scope_resolution, - STATE(3649), 1, - sym__declarator, - STATE(5237), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2111), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2583), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [16928] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4491), 14, + ACTIONS(4561), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(2407), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320298,11 +322657,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4489), 29, + ACTIONS(2399), 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, @@ -320311,9 +322668,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, @@ -320328,10 +322682,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16979] = 3, + [17361] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4495), 14, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(3877), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4567), 1, + anon_sym_LBRACK, + ACTIONS(4561), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(2433), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2407), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320344,13 +322718,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(4493), 29, + ACTIONS(2399), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -320359,38 +322730,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17030] = 8, + [17421] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2466), 1, anon_sym_LBRACE, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4409), 1, - anon_sym_LBRACK, - STATE(2249), 1, - sym_new_declarator, - STATE(2395), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4136), 16, + ACTIONS(4474), 1, + anon_sym_LT, + STATE(2276), 1, + sym_template_argument_list, + ACTIONS(2468), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320401,20 +322756,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4134), 21, + ACTIONS(2461), 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_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -320429,10 +322785,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [17091] = 3, + [17479] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4499), 14, + ACTIONS(2335), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4872), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(2317), 15, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320446,24 +322808,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4497), 29, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(2315), 24, 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_LT_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, @@ -320476,11 +322830,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [17142] = 3, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [17533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4503), 14, + ACTIONS(4574), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320493,9 +322850,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_DOT, - ACTIONS(4501), 29, + ACTIONS(4572), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320507,10 +322865,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -320525,21 +322881,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17193] = 8, + [17583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4409), 1, - anon_sym_LBRACK, - STATE(2233), 1, - sym_new_declarator, - STATE(2376), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4150), 16, + ACTIONS(4799), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320549,21 +322894,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, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4148), 21, + ACTIONS(4797), 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_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -320571,115 +322921,205 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [17254] = 3, + [17633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 14, + ACTIONS(2447), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4179), 29, + ACTIONS(2449), 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_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_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17305] = 6, + anon_sym_final, + anon_sym_override, + [17683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3503), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4197), 2, + ACTIONS(2508), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2510), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2411), 14, + anon_sym_STAR, + 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, + 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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [17733] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2504), 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, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2506), 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_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + 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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [17783] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2476), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(2478), 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_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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17361] = 3, + anon_sym_final, + anon_sym_override, + [17833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 15, + ACTIONS(4593), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320695,7 +323135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4208), 27, + ACTIONS(4591), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320723,15 +323163,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17411] = 5, + [17883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2339), 1, + ACTIONS(2347), 1, anon_sym_DQUOTE_DQUOTE, - ACTIONS(4505), 2, + ACTIONS(4874), 2, anon_sym_delete, anon_sym_new, - ACTIONS(2321), 15, + ACTIONS(2343), 15, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, @@ -320747,7 +323187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DASH_GT, - ACTIONS(2319), 24, + ACTIONS(2341), 24, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, @@ -320772,30 +323212,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, - [17465] = 8, + [17937] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(3503), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4197), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2437), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 13, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(4570), 1, + anon_sym_LT, + STATE(2107), 1, + sym_template_argument_list, + ACTIONS(2397), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320805,84 +323231,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, + anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2403), 14, + ACTIONS(2405), 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_GT_EQ, anon_sym_LT_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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17525] = 3, + anon_sym_GT2, + [17993] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 10, + ACTIONS(3174), 1, + anon_sym_LBRACE, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + STATE(2398), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4555), 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, - anon_sym_const, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2445), 32, + ACTIONS(4553), 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, 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, - 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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [17575] = 7, + anon_sym_GT2, + [18049] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2456), 1, + ACTIONS(3174), 1, anon_sym_LBRACE, - ACTIONS(4107), 1, - anon_sym_LT, - STATE(2258), 1, - sym_template_argument_list, - ACTIONS(2458), 15, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + STATE(2426), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4535), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320893,15 +323333,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2451), 23, + ACTIONS(4533), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -320922,12 +323362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [17633] = 4, + [18105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 10, + ACTIONS(2512), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320938,7 +323376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3029), 31, + ACTIONS(2519), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320955,6 +323393,7 @@ 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, @@ -320970,38 +323409,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [17685] = 5, + [18155] = 7, ACTIONS(3), 1, sym_comment, - STATE(2228), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4507), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2948), 18, + ACTIONS(4876), 1, + sym_identifier, + ACTIONS(4882), 1, + sym_raw_string_literal, + STATE(2245), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4879), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4411), 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, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_primitive_type, anon_sym_DOT, - sym_identifier, - ACTIONS(2950), 19, + sym_literal_suffix, + ACTIONS(4409), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -321010,19 +323447,25 @@ 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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [17739] = 3, + [18213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2494), 10, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3475), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321033,7 +323476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2496), 32, + ACTIONS(3477), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321050,7 +323493,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, @@ -321066,17 +323508,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [17789] = 6, + [18265] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - STATE(2394), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4170), 16, + ACTIONS(4891), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4889), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(4887), 15, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321086,46 +323527,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4168), 22, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(4885), 24, 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [18319] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4487), 1, + anon_sym_LT, + ACTIONS(4757), 1, + anon_sym_EQ, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(4759), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + ACTIONS(2407), 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_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2399), 15, + 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_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [17845] = 6, + [18381] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(4206), 1, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4893), 1, anon_sym_LT, - STATE(2046), 1, + STATE(2276), 1, sym_template_argument_list, - ACTIONS(2401), 15, + ACTIONS(2407), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321141,7 +323637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2409), 24, + ACTIONS(2399), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321150,7 +323646,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -321166,25 +323661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [17901] = 8, + [18439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4510), 1, - sym_identifier, - ACTIONS(4512), 1, - sym_literal_suffix, - ACTIONS(4514), 1, - sym_raw_string_literal, - STATE(2240), 2, - sym_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(2411), 8, + ACTIONS(2488), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321192,8 +323672,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(2490), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321210,25 +323692,33 @@ 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, anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17961] = 6, + anon_sym_final, + anon_sym_override, + [18489] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, + ACTIONS(3174), 1, anon_sym_LBRACE, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - STATE(2420), 2, + STATE(2432), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4162), 16, + ACTIONS(4539), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321245,7 +323735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4160), 22, + ACTIONS(4537), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -321268,31 +323758,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [18017] = 9, + [18545] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(4110), 1, - anon_sym_LT, - STATE(2757), 1, - sym_template_argument_list, - ACTIONS(4113), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4115), 9, - anon_sym_STAR_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, - ACTIONS(2411), 13, + ACTIONS(3877), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4567), 1, + anon_sym_LBRACK, + ACTIONS(4561), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(2407), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321302,35 +323778,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 14, + ACTIONS(2399), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, + 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [18079] = 5, + [18601] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4522), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4520), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(4518), 15, - anon_sym_BANG, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4477), 1, + anon_sym_LT, + STATE(2742), 1, + sym_template_argument_list, + ACTIONS(4480), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4482), 9, + anon_sym_STAR_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, + ACTIONS(2407), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321340,40 +323842,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, + anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DASH_GT, - ACTIONS(4516), 24, + anon_sym_DOT, + ACTIONS(2399), 14, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_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_LBRACK, + anon_sym_QMARK, 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, - [18133] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [18663] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 10, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3405), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321384,7 +323877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2514), 32, + ACTIONS(3407), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321401,7 +323894,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, @@ -321417,66 +323909,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [18183] = 5, + [18715] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(4524), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(2343), 15, - anon_sym_BANG, + ACTIONS(4896), 1, + sym_identifier, + ACTIONS(4900), 1, + sym_primitive_type, + STATE(2265), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4898), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3465), 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, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DASH_GT, - ACTIONS(2341), 24, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DOT, + ACTIONS(3463), 19, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + 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_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, 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, - [18237] = 6, + anon_sym_DASH_GT, + anon_sym_GT2, + [18773] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - STATE(2375), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4189), 16, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + STATE(1294), 1, + sym_template_argument_list, + ACTIONS(3358), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321493,14 +323984,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4187), 22, + ACTIONS(3360), 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_LT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -321516,65 +324009,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [18293] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4526), 1, - sym_identifier, - ACTIONS(4530), 1, - sym_primitive_type, - STATE(2228), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4528), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3056), 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, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DOT, - ACTIONS(3054), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [18351] = 7, + [18827] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4532), 1, + ACTIONS(4902), 1, sym_identifier, - ACTIONS(4534), 1, + ACTIONS(4904), 1, sym_raw_string_literal, - STATE(2251), 2, + STATE(2245), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(101), 5, @@ -321583,7 +324025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4048), 9, + ACTIONS(4396), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321593,7 +324035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_literal_suffix, - ACTIONS(4046), 24, + ACTIONS(4394), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321618,68 +324060,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18409] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(4104), 1, - anon_sym_LT, - ACTIONS(4358), 1, - anon_sym_EQ, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(4360), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 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_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 15, - 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_LT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [18471] = 5, + [18885] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4542), 1, + ACTIONS(4912), 1, anon_sym_DQUOTE_DQUOTE, - ACTIONS(4540), 2, + ACTIONS(4910), 2, anon_sym_delete, anon_sym_new, - ACTIONS(4538), 15, + ACTIONS(4908), 15, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, @@ -321695,7 +324084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DASH_GT, - ACTIONS(4536), 24, + ACTIONS(4906), 24, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, @@ -321720,10 +324109,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, - [18525] = 3, + [18939] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 15, + ACTIONS(3174), 1, + anon_sym_LBRACE, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + STATE(2390), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4559), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321733,26 +324129,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, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4220), 27, + ACTIONS(4557), 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_LT_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, @@ -321760,17 +324152,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18575] = 3, + anon_sym_GT2, + [18995] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2468), 10, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3405), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321781,7 +324175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2470), 32, + ACTIONS(3407), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321798,7 +324192,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, @@ -321814,60 +324207,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [18625] = 6, + [19047] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3503), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4197), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2411), 14, + ACTIONS(4914), 1, + sym_identifier, + ACTIONS(4916), 1, + sym_literal_suffix, + ACTIONS(4918), 1, + sym_raw_string_literal, + STATE(2257), 2, + sym_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(2407), 8, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(2399), 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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18681] = 3, + [19107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 10, + ACTIONS(3479), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321878,7 +324273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2506), 32, + ACTIONS(3481), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321911,10 +324306,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [18731] = 3, + [19157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 10, + ACTIONS(2494), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321925,7 +324320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2523), 32, + ACTIONS(2496), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321958,12 +324353,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [18781] = 4, + [19207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 10, + ACTIONS(2451), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321974,7 +324367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3045), 31, + ACTIONS(2453), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321991,6 +324384,7 @@ 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, @@ -322006,172 +324400,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [18833] = 6, + [19257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - STATE(2426), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4158), 16, + STATE(2265), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4920), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3322), 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, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + sym_primitive_type, anon_sym_DOT, - ACTIONS(4156), 22, + sym_identifier, + ACTIONS(3324), 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_EQ, + anon_sym_LT_LT, + 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [18889] = 3, + [19311] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2508), 10, + STATE(2037), 1, + sym__enum_base_clause, + STATE(2083), 1, + sym_enumerator_list, + ACTIONS(3832), 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, - anon_sym_const, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2510), 32, + ACTIONS(3834), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [18939] = 7, + [19364] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4544), 1, - sym_identifier, - ACTIONS(4550), 1, - sym_raw_string_literal, - STATE(2251), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4547), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4030), 9, + ACTIONS(2429), 1, + anon_sym_EQ, + ACTIONS(2433), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(2407), 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_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4028), 24, + ACTIONS(2399), 17, 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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18997] = 3, + [19417] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 10, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2626), 1, + sym_field_declaration_list, + STATE(4162), 1, + sym_virtual_specifier, + STATE(4657), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3491), 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, + anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2500), 32, + ACTIONS(3493), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -322180,16 +324584,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_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, @@ -322199,124 +324596,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [19047] = 7, + anon_sym_GT2, + [19478] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, anon_sym_LBRACE, - ACTIONS(4553), 1, - anon_sym_LT, - STATE(2258), 1, - sym_template_argument_list, - ACTIONS(2411), 15, + STATE(2616), 1, + sym_field_declaration_list, + STATE(4158), 1, + sym_virtual_specifier, + STATE(4443), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3442), 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_LT, + anon_sym_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2403), 23, + ACTIONS(3444), 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, anon_sym_LT_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_QMARK, - anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19105] = 3, + [19539] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4429), 15, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2550), 1, + sym_field_declaration_list, + STATE(4123), 1, + sym_virtual_specifier, + STATE(4719), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3471), 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, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4427), 27, + ACTIONS(3473), 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_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19155] = 3, + anon_sym_GT2, + [19600] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 10, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2627), 1, + sym_field_declaration_list, + STATE(4165), 1, + sym_virtual_specifier, + STATE(4651), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3436), 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, + anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3112), 32, + ACTIONS(3438), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -322325,16 +324740,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_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, @@ -322344,28 +324752,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [19205] = 4, + anon_sym_GT2, + [19661] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 10, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2565), 1, + sym_field_declaration_list, + STATE(4129), 1, + sym_virtual_specifier, + STATE(4698), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3483), 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, + anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3045), 31, + ACTIONS(3485), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -322374,15 +324792,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_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, @@ -322392,16 +324804,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [19257] = 5, + anon_sym_GT2, + [19722] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - STATE(1299), 1, - sym_template_argument_list, - ACTIONS(2980), 16, + ACTIONS(4729), 1, + anon_sym_LBRACK, + STATE(2325), 1, + sym_new_declarator, + ACTIONS(4581), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322418,7 +324829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2982), 24, + ACTIONS(4579), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322428,7 +324839,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322443,13 +324853,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19311] = 4, + [19775] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2525), 16, + STATE(2036), 1, + sym__enum_base_clause, + STATE(2103), 1, + sym_enumerator_list, + ACTIONS(3826), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322459,23 +324870,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2518), 23, + ACTIONS(3828), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322483,69 +324894,72 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [19362] = 5, + [19828] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2433), 1, - anon_sym_EQ, - ACTIONS(2437), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2411), 13, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2554), 1, + sym_field_declaration_list, + STATE(4119), 1, + sym_virtual_specifier, + STATE(4721), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3423), 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, - anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(2403), 17, + ACTIONS(3425), 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_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19415] = 5, + anon_sym_GT2, + [19889] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 1, - anon_sym_LBRACK, - STATE(2318), 1, - sym_new_declarator, - ACTIONS(4214), 16, + ACTIONS(2519), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2521), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322562,7 +324976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4212), 23, + ACTIONS(2514), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322571,7 +324985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322586,41 +325000,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19468] = 5, + [19940] = 9, ACTIONS(3), 1, sym_comment, - STATE(2031), 1, - sym__enum_base_clause, - STATE(2088), 1, - sym_enumerator_list, - ACTIONS(3423), 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, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2423), 1, + anon_sym_LBRACE, + ACTIONS(4487), 1, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4923), 1, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3425), 25, - 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, + STATE(2634), 1, + sym_template_argument_list, + ACTIONS(4925), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -322631,17 +325024,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + ACTIONS(2399), 13, + 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_LT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19521] = 5, + ACTIONS(2407), 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_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_DOT, + [20001] = 4, ACTIONS(3), 1, sym_comment, - STATE(2035), 1, - sym__enum_base_clause, - STATE(2090), 1, + STATE(2321), 1, sym_enumerator_list, - ACTIONS(3417), 14, + ACTIONS(3446), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322651,23 +325067,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3419), 25, + ACTIONS(3448), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322675,19 +325092,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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19574] = 4, + anon_sym_GT2, + [20052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3088), 16, + STATE(2356), 1, + sym_enumerator_list, + ACTIONS(3487), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322704,7 +325121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3090), 24, + ACTIONS(3489), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322729,64 +325146,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19625] = 9, + [20103] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2566), 1, - sym_field_declaration_list, - STATE(4105), 1, - sym_virtual_specifier, - STATE(4597), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3084), 11, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3452), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3086), 23, + ACTIONS(3454), 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_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19686] = 4, + [20154] = 3, ACTIONS(3), 1, sym_comment, - STATE(2320), 1, - sym_enumerator_list, - ACTIONS(3066), 16, + ACTIONS(3623), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322803,7 +325213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3068), 24, + ACTIONS(3625), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322828,12 +325238,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19737] = 4, + [20202] = 4, ACTIONS(3), 1, sym_comment, - STATE(2342), 1, - sym_enumerator_list, - ACTIONS(3076), 16, + ACTIONS(4927), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4593), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322847,10 +325257,11 @@ 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_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3078), 24, + ACTIONS(4591), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322859,8 +325270,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322875,201 +325284,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19788] = 9, + [20252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2584), 1, - sym_field_declaration_list, - STATE(4115), 1, - sym_virtual_specifier, - STATE(4677), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3072), 11, + ACTIONS(3571), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3074), 23, + ACTIONS(3573), 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_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19849] = 9, + [20300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2604), 1, - sym_field_declaration_list, - STATE(4151), 1, - sym_virtual_specifier, - STATE(4662), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3047), 11, + ACTIONS(3519), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3049), 23, + ACTIONS(3521), 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_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [19910] = 9, + [20348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2606), 1, - sym_field_declaration_list, - STATE(4148), 1, - sym_virtual_specifier, - STATE(4664), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3033), 11, + ACTIONS(3583), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3035), 23, + ACTIONS(3585), 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_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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [19971] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2427), 1, - anon_sym_LBRACE, - ACTIONS(4104), 1, - anon_sym_LT, - ACTIONS(4556), 1, - anon_sym_EQ, - STATE(2629), 1, - sym_template_argument_list, - ACTIONS(4558), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2403), 13, - 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_LT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(2411), 13, + anon_sym_GT2, + [20396] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3709), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323079,118 +325432,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_DOT, - [20032] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2569), 1, - sym_field_declaration_list, - STATE(4109), 1, - sym_virtual_specifier, - STATE(4680), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3062), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3064), 23, + ACTIONS(3711), 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_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20093] = 9, + [20444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2614), 1, - sym_field_declaration_list, - STATE(4144), 1, - sym_virtual_specifier, - STATE(4667), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3114), 11, + ACTIONS(3452), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3116), 23, + ACTIONS(3454), 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_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20154] = 3, + [20492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3295), 16, + ACTIONS(3452), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323207,7 +325529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3297), 24, + ACTIONS(3454), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323232,10 +325554,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20202] = 3, + [20540] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4929), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4935), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4937), 1, + anon_sym_AMP_AMP, + ACTIONS(4939), 1, + anon_sym_PIPE, + ACTIONS(4941), 1, + anon_sym_CARET, + ACTIONS(4943), 1, + anon_sym_AMP, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4805), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4931), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4947), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4803), 12, + 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_GT2, + [20624] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4599), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323252,7 +325637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3155), 24, + ACTIONS(4597), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323261,7 +325646,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -323277,10 +325661,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20250] = 3, + sym_literal_suffix, + [20672] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 16, + ACTIONS(3641), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323297,7 +325682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3255), 24, + ACTIONS(3643), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323322,10 +325707,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20298] = 3, + [20720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3327), 16, + ACTIONS(3603), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323342,7 +325727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3329), 24, + ACTIONS(3605), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323367,10 +325752,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20346] = 3, + [20768] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4423), 1, + anon_sym_STAR, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4961), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4965), 1, + anon_sym_AMP_AMP, + ACTIONS(4967), 1, + anon_sym_AMP, + ACTIONS(4969), 1, + anon_sym_EQ, + STATE(3270), 1, + sym_parameter_list, + STATE(3552), 1, + sym__scope_resolution, + STATE(3726), 1, + sym__declarator, + STATE(3995), 1, + sym__abstract_declarator, + STATE(4242), 1, + sym_variadic_reference_declarator, + STATE(4243), 1, + sym_variadic_declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(4963), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(3720), 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, + [20860] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 16, + ACTIONS(4971), 1, + anon_sym_LT, + STATE(2461), 1, + sym_template_argument_list, + ACTIONS(4847), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323381,13 +325837,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3317), 24, + ACTIONS(4845), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323396,7 +325851,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -323412,10 +325866,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20394] = 3, + [20912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 10, + ACTIONS(3713), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -323426,7 +325880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_identifier, sym_literal_suffix, - ACTIONS(3341), 30, + ACTIONS(3715), 30, sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, @@ -323457,10 +325911,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [20442] = 3, + [20960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3283), 16, + ACTIONS(3637), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323477,7 +325931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3285), 24, + ACTIONS(3639), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323502,10 +325956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20490] = 3, + [21008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3279), 16, + ACTIONS(3579), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323522,7 +325976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3281), 24, + ACTIONS(3581), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323547,10 +326001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20538] = 3, + [21056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 16, + ACTIONS(3507), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323567,7 +326021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3207), 24, + ACTIONS(3509), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323592,120 +326046,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20586] = 21, + [21104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4560), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4566), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4568), 1, - anon_sym_AMP_AMP, - ACTIONS(4570), 1, - anon_sym_PIPE, - ACTIONS(4572), 1, - anon_sym_CARET, - ACTIONS(4574), 1, - anon_sym_AMP, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4433), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, + ACTIONS(3515), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4431), 12, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(3517), 24, + 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_GT2, - [20670] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4566), 1, anon_sym_PIPE_PIPE, - ACTIONS(4568), 1, anon_sym_AMP_AMP, - ACTIONS(4570), 1, - anon_sym_PIPE, - ACTIONS(4572), 1, - anon_sym_CARET, - ACTIONS(4574), 1, - anon_sym_AMP, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4483), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4576), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4578), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4481), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -323716,11 +326087,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [20752] = 3, + [21152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 16, + ACTIONS(3523), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323737,7 +326111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3263), 24, + ACTIONS(3525), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323762,10 +326136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20800] = 3, + [21200] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3335), 16, + ACTIONS(3559), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323782,7 +326156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3337), 24, + ACTIONS(3561), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323807,10 +326181,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20848] = 3, + [21248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 16, + ACTIONS(3669), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323827,7 +326201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3247), 24, + ACTIONS(3671), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323852,10 +326226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20896] = 3, + [21296] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 16, + ACTIONS(3705), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323872,7 +326246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3211), 24, + ACTIONS(3707), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323897,10 +326271,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20944] = 3, + [21344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 16, + ACTIONS(3677), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323917,7 +326291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3135), 24, + ACTIONS(3679), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323942,10 +326316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20992] = 3, + [21392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 16, + ACTIONS(3657), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323962,7 +326336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3163), 24, + ACTIONS(3659), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323987,55 +326361,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21040] = 20, + [21440] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4433), 1, + anon_sym_STAR, + ACTIONS(4961), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4974), 1, + anon_sym_AMP_AMP, + ACTIONS(4976), 1, + anon_sym_AMP, + ACTIONS(4978), 1, + anon_sym_EQ, + STATE(3266), 1, + sym_parameter_list, + STATE(3552), 1, + sym__scope_resolution, + STATE(3779), 1, + sym__declarator, + STATE(3988), 1, + sym__abstract_declarator, + STATE(4242), 1, + sym_variadic_reference_declarator, + STATE(4243), 1, + sym_variadic_declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(4963), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(3720), 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, + [21532] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4566), 1, + ACTIONS(4935), 1, anon_sym_PIPE_PIPE, - ACTIONS(4568), 1, + ACTIONS(4937), 1, anon_sym_AMP_AMP, - ACTIONS(4570), 1, + ACTIONS(4939), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4941), 1, anon_sym_CARET, - ACTIONS(4574), 1, + ACTIONS(4943), 1, anon_sym_AMP, - ACTIONS(4580), 1, + ACTIONS(4949), 1, anon_sym_LT_EQ, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4388), 2, + ACTIONS(4733), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, + ACTIONS(4945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4582), 2, + ACTIONS(4951), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 2, + ACTIONS(4955), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, + ACTIONS(4947), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4386), 13, + ACTIONS(4731), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, @@ -324049,10 +326490,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_GT2, - [21122] = 3, + [21614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 16, + ACTIONS(3653), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324069,7 +326510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3259), 24, + ACTIONS(3655), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -324094,10 +326535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21170] = 3, + [21662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 16, + ACTIONS(3693), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324114,7 +326555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3090), 24, + ACTIONS(3695), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -324139,10 +326580,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21218] = 3, + [21710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3271), 16, + ACTIONS(3495), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324159,7 +326600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3273), 24, + ACTIONS(3497), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -324184,17 +326625,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21266] = 4, + [21758] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4592), 1, - sym_literal_suffix, - ACTIONS(2411), 16, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 12, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -324205,17 +326658,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2403), 23, + ACTIONS(4689), 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_LT_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324226,14 +326676,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [21316] = 3, + [21820] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3299), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324249,18 +326709,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3301), 24, + ACTIONS(4689), 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324271,41 +326727,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [21364] = 3, + [21880] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3311), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4937), 1, + anon_sym_AMP_AMP, + ACTIONS(4939), 1, + anon_sym_PIPE, + ACTIONS(4941), 1, + anon_sym_CARET, + ACTIONS(4943), 1, + anon_sym_AMP, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4691), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4947), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4689), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT2, + [21960] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4939), 1, anon_sym_PIPE, + ACTIONS(4941), 1, anon_sym_CARET, + ACTIONS(4943), 1, anon_sym_AMP, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4691), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4931), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4947), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4689), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT2, + [22038] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4941), 1, + anon_sym_CARET, + ACTIONS(4943), 1, + anon_sym_AMP, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4931), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 3, + anon_sym_PIPE, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3313), 24, + ACTIONS(4933), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4947), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4689), 15, 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324316,43 +326907,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [21412] = 5, + [22114] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4594), 1, - anon_sym_LT, - STATE(2411), 1, - sym_template_argument_list, - ACTIONS(4398), 15, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4943), 1, + anon_sym_AMP, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4947), 3, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_LT, + ACTIONS(4691), 4, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4396), 23, + ACTIONS(4689), 15, 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_LT_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324363,42 +326965,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [21464] = 4, + [22188] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4222), 17, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4947), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4691), 5, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4689), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT2, + [22260] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4931), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4947), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(4691), 5, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4220), 22, + ACTIONS(4689), 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_LT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324409,40 +327078,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [21514] = 8, + [22330] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4453), 15, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4451), 20, + ACTIONS(4689), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -324460,18 +327132,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_GT2, - [21572] = 3, + [22396] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3275), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -324482,18 +327167,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3277), 24, + ACTIONS(4689), 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324504,14 +327185,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [21620] = 3, + [22460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 16, + ACTIONS(3697), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324528,7 +327206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3171), 24, + ACTIONS(3699), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -324553,10 +327231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21668] = 3, + [22508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3291), 16, + ACTIONS(3685), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324573,7 +327251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3293), 24, + ACTIONS(3687), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -324598,10 +327276,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21716] = 3, + [22556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3331), 16, + ACTIONS(3681), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324618,7 +327296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3333), 24, + ACTIONS(3683), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -324643,29 +327321,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21764] = 10, + [22604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, + ACTIONS(3673), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 12, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -324676,14 +327340,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4266), 18, + anon_sym_DOT, + ACTIONS(3675), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324694,24 +327362,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [21826] = 9, + [22652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 15, + ACTIONS(4603), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324727,14 +327385,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4266), 18, + anon_sym_DOT, + ACTIONS(4601), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324745,117 +327407,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [21886] = 19, + [22700] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4568), 1, - anon_sym_AMP_AMP, - ACTIONS(4570), 1, - anon_sym_PIPE, - ACTIONS(4572), 1, - anon_sym_CARET, - ACTIONS(4574), 1, - anon_sym_AMP, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4272), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, + ACTIONS(3665), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4266), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT2, - [21966] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4570), 1, anon_sym_PIPE, - ACTIONS(4572), 1, anon_sym_CARET, - ACTIONS(4574), 1, anon_sym_AMP, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4272), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4576), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4578), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4266), 15, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(3667), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324866,55 +327452,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [22044] = 17, + [22748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4572), 1, - anon_sym_CARET, - ACTIONS(4574), 1, - anon_sym_AMP, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4562), 2, + ACTIONS(3649), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 3, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4266), 15, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(3651), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324925,54 +327497,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [22120] = 16, + [22796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4574), 1, - anon_sym_AMP, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4562), 2, + ACTIONS(3499), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4266), 15, + anon_sym_DOT, + ACTIONS(3501), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324983,53 +327542,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [22194] = 15, + [22844] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4562), 2, + ACTIONS(3567), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4272), 5, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4266), 15, + anon_sym_DOT, + ACTIONS(3569), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325040,52 +327587,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [22266] = 14, + [22892] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4562), 2, + ACTIONS(3563), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4272), 5, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4266), 17, + anon_sym_DOT, + ACTIONS(3565), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325096,50 +327632,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [22336] = 12, + [22940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4562), 2, + ACTIONS(3511), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4266), 18, + anon_sym_DOT, + ACTIONS(3513), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325150,31 +327677,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [22402] = 11, + [22988] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4586), 2, + ACTIONS(4955), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, + ACTIONS(4637), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -325185,7 +327713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4266), 18, + ACTIONS(4635), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -325204,10 +327732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_GT2, - [22466] = 3, + [23048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4228), 16, + ACTIONS(3503), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325224,7 +327752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4226), 24, + ACTIONS(3505), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325233,6 +327761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -325248,39 +327777,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - sym_literal_suffix, - [22514] = 3, + [23096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3323), 16, + ACTIONS(3741), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3325), 24, + sym_identifier, + sym_literal_suffix, + ACTIONS(3743), 30, + sym_raw_string_literal, 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_EQ, - anon_sym_LBRACE, + 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_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, + [23144] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4929), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4935), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4937), 1, + anon_sym_AMP_AMP, + ACTIONS(4939), 1, + anon_sym_PIPE, + ACTIONS(4941), 1, + anon_sym_CARET, + ACTIONS(4943), 1, + anon_sym_AMP, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + ACTIONS(4980), 1, anon_sym_QMARK, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4864), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4931), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4947), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4862), 11, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -325290,14 +327885,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [22562] = 3, + [23230] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3319), 16, + ACTIONS(3689), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325314,7 +327906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3321), 24, + ACTIONS(3691), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325339,56 +327931,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22610] = 4, + [23278] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3088), 10, + ACTIONS(4982), 1, + sym_literal_suffix, + ACTIONS(2407), 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, - anon_sym_const, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3090), 29, + ACTIONS(2399), 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_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22660] = 3, + anon_sym_GT2, + [23328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4236), 16, + ACTIONS(3701), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325405,7 +327997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4234), 24, + ACTIONS(3703), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325430,10 +328022,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22708] = 3, + [23376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3307), 16, + ACTIONS(3587), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325450,7 +328042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3309), 24, + ACTIONS(3589), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325475,10 +328067,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22756] = 3, + [23424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3303), 16, + ACTIONS(3575), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325495,7 +328087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3305), 24, + ACTIONS(3577), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325520,10 +328112,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22804] = 3, + [23472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 16, + ACTIONS(3619), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325540,7 +328132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3215), 24, + ACTIONS(3621), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325565,10 +328157,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22852] = 3, + [23520] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4870), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325584,18 +328186,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3199), 24, + ACTIONS(4868), 20, 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325608,12 +328206,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [22900] = 3, + [23578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 16, + ACTIONS(3615), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325630,7 +328227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3195), 24, + ACTIONS(3617), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325655,10 +328252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22948] = 3, + [23626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 16, + ACTIONS(3661), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325675,7 +328272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3187), 24, + ACTIONS(3663), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325700,23 +328297,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22996] = 9, + [23674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4364), 15, + ACTIONS(3611), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325732,14 +328316,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4362), 18, + anon_sym_DOT, + ACTIONS(3613), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325750,106 +328338,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_GT2, - [23056] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3367), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3369), 30, - sym_raw_string_literal, - 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_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_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, - [23104] = 22, + anon_sym_GT2, + [23722] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4560), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4566), 1, + ACTIONS(4935), 1, anon_sym_PIPE_PIPE, - ACTIONS(4568), 1, + ACTIONS(4937), 1, anon_sym_AMP_AMP, - ACTIONS(4570), 1, + ACTIONS(4939), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4941), 1, anon_sym_CARET, - ACTIONS(4574), 1, + ACTIONS(4943), 1, anon_sym_AMP, - ACTIONS(4580), 1, + ACTIONS(4949), 1, anon_sym_LT_EQ, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4599), 1, - anon_sym_QMARK, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4378), 2, + ACTIONS(4721), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, + ACTIONS(4945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4582), 2, + ACTIONS(4951), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 2, + ACTIONS(4955), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, + ACTIONS(4947), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4376), 11, + ACTIONS(4697), 13, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -325860,10 +328404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_GT2, - [23190] = 3, + [23804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 16, + ACTIONS(3607), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325880,7 +328424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3175), 24, + ACTIONS(3609), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325905,10 +328449,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23238] = 3, + [23852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 16, + ACTIONS(3595), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325925,7 +328469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3159), 24, + ACTIONS(3597), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325950,37 +328494,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23286] = 3, + [23900] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4935), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4937), 1, + anon_sym_AMP_AMP, + ACTIONS(4939), 1, + anon_sym_PIPE, + ACTIONS(4941), 1, + anon_sym_CARET, + ACTIONS(4943), 1, + anon_sym_AMP, + ACTIONS(4949), 1, + anon_sym_LT_EQ, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4860), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4945), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4947), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3143), 24, + ACTIONS(4858), 13, 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325991,14 +328555,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [23334] = 3, + [23982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 16, + ACTIONS(3591), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326015,7 +328576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3139), 24, + ACTIONS(3593), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326040,10 +328601,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23382] = 3, + [24030] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4767), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326059,18 +328630,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3127), 24, + ACTIONS(4765), 20, 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326083,39 +328650,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [23430] = 3, + [24088] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4951), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4827), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3123), 24, + ACTIONS(4825), 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326126,14 +328704,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [23478] = 3, + [24154] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 16, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4955), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4821), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326149,18 +328737,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3251), 24, + ACTIONS(4819), 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326171,14 +328755,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_GT2, + [24214] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3452), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(3454), 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_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, + 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [23526] = 3, + [24264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 16, + ACTIONS(3599), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326195,7 +328822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3090), 24, + ACTIONS(3601), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326220,10 +328847,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23574] = 3, + [24312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 16, + ACTIONS(3555), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326240,7 +328867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3167), 24, + ACTIONS(3557), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326265,20 +328892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23622] = 8, + [24360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4487), 15, + ACTIONS(3645), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326294,14 +328911,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4485), 20, + anon_sym_DOT, + ACTIONS(3647), 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_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326314,56 +328935,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [23680] = 20, + [24408] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4566), 1, + ACTIONS(4935), 1, anon_sym_PIPE_PIPE, - ACTIONS(4568), 1, + ACTIONS(4937), 1, anon_sym_AMP_AMP, - ACTIONS(4570), 1, + ACTIONS(4939), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4941), 1, anon_sym_CARET, - ACTIONS(4574), 1, + ACTIONS(4943), 1, anon_sym_AMP, - ACTIONS(4580), 1, + ACTIONS(4949), 1, anon_sym_LT_EQ, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4346), 2, + ACTIONS(4771), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, + ACTIONS(4931), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, + ACTIONS(4945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4582), 2, + ACTIONS(4951), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 2, + ACTIONS(4955), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, + ACTIONS(4933), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, + ACTIONS(4947), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4336), 13, + ACTIONS(4769), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, @@ -326377,10 +328999,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_GT2, - [23762] = 3, + [24490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 16, + ACTIONS(3633), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326397,7 +329019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3179), 24, + ACTIONS(3635), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326422,10 +329044,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23810] = 3, + [24538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 16, + ACTIONS(3627), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326442,7 +329064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3267), 24, + ACTIONS(3629), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326467,55 +329089,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23858] = 3, + [24586] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3183), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4727), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, + ACTIONS(4953), 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, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4955), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [23906] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3201), 16, + ACTIONS(4835), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326531,18 +329121,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3203), 24, + ACTIONS(4833), 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_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326553,14 +329139,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [23954] = 3, + [24646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 16, + ACTIONS(2407), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326577,7 +329160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3191), 24, + ACTIONS(2399), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326586,7 +329169,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -326602,57 +329184,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24002] = 20, + [24693] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4566), 1, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4733), 1, + anon_sym_EQ, + ACTIONS(4988), 1, anon_sym_PIPE_PIPE, - ACTIONS(4568), 1, + ACTIONS(4990), 1, anon_sym_AMP_AMP, - ACTIONS(4570), 1, + ACTIONS(4992), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4994), 1, anon_sym_CARET, - ACTIONS(4574), 1, + ACTIONS(4996), 1, anon_sym_AMP, - ACTIONS(4580), 1, - anon_sym_LT_EQ, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - STATE(2446), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4457), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4562), 2, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4576), 2, + ACTIONS(4998), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4582), 2, + ACTIONS(5000), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5002), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4578), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4455), 13, + ACTIONS(4731), 13, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326660,161 +329241,14 @@ 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_GT2, - [24084] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, - anon_sym_LPAREN2, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4068), 1, - anon_sym_STAR, - ACTIONS(4601), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4605), 1, - anon_sym_AMP_AMP, - ACTIONS(4607), 1, - anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_EQ, - STATE(3269), 1, - sym_parameter_list, - STATE(3542), 1, - sym__scope_resolution, - STATE(3739), 1, - sym__declarator, - STATE(3980), 1, - sym__abstract_declarator, - STATE(4382), 1, - sym_variadic_declarator, - STATE(4387), 1, - sym_variadic_reference_declarator, - STATE(5237), 1, - sym_ms_based_modifier, - ACTIONS(4603), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3712), 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, - [24176] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, - anon_sym_LPAREN2, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4060), 1, - anon_sym_STAR, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4601), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4611), 1, - anon_sym_AMP_AMP, - ACTIONS(4613), 1, - anon_sym_AMP, - ACTIONS(4615), 1, - anon_sym_EQ, - STATE(3280), 1, - sym_parameter_list, - STATE(3542), 1, - sym__scope_resolution, - STATE(3773), 1, - sym__declarator, - STATE(3985), 1, - sym__abstract_declarator, - STATE(4382), 1, - sym_variadic_declarator, - STATE(4387), 1, - sym_variadic_reference_declarator, - STATE(5237), 1, - sym_ms_based_modifier, - ACTIONS(4603), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3712), 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, - [24268] = 9, + [24774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4240), 15, + ACTIONS(4683), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326830,14 +329264,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4238), 18, + anon_sym_DOT, + ACTIONS(4681), 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_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326848,62 +329285,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [24328] = 9, + [24821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(3669), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3671), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4584), 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4586), 2, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4479), 15, + anon_sym_DASH_GT, + [24868] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3705), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4477), 18, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3707), 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_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_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_GT2, - [24388] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [24915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3287), 16, + ACTIONS(2468), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326920,7 +329397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3289), 24, + ACTIONS(2461), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326929,7 +329406,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -326945,10 +329421,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24436] = 3, + [24962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 16, + ACTIONS(2468), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326965,7 +329441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3147), 24, + ACTIONS(2461), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326974,7 +329450,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -326990,10 +329465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24484] = 3, + [25009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 16, + ACTIONS(2468), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327010,7 +329485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3151), 24, + ACTIONS(2461), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327019,7 +329494,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -327035,64 +329509,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24532] = 12, + [25056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4582), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4564), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4475), 8, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4473), 18, - 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_LT_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_GT2, - [24598] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3129), 16, + ACTIONS(2468), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327109,7 +329529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3131), 24, + ACTIONS(2461), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327118,7 +329538,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -327134,23 +329553,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24646] = 3, + [25103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 9, + ACTIONS(2447), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3175), 30, + ACTIONS(2449), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -327159,128 +329580,27 @@ 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_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_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [24693] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(4266), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_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, - [24762] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2458), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2451), 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_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [24809] = 3, + [25150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 16, + ACTIONS(2468), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327297,7 +329617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2451), 23, + ACTIONS(2461), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327321,10 +329641,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24856] = 3, + [25197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 16, + ACTIONS(4737), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327341,7 +329661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4439), 23, + ACTIONS(4735), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327365,10 +329685,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24903] = 3, + [25244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 9, + ACTIONS(3677), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327378,7 +329698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3135), 30, + ACTIONS(3679), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327409,54 +329729,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [24950] = 3, + [25291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 9, + ACTIONS(4741), 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, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3163), 30, + ACTIONS(4739), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [24997] = 3, + anon_sym_GT2, + [25338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4503), 16, + ACTIONS(4745), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327473,7 +329793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4501), 23, + ACTIONS(4743), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327497,10 +329817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25044] = 3, + [25385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3327), 9, + ACTIONS(3583), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327510,7 +329830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3329), 30, + ACTIONS(3585), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327541,99 +329861,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25091] = 4, + [25432] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 12, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4835), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(3045), 26, + anon_sym_EQ, + ACTIONS(4833), 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_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_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [25140] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [25491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 16, + ACTIONS(3657), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4179), 23, + ACTIONS(3659), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [25187] = 3, + [25538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4499), 16, + ACTIONS(4856), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327650,7 +329975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4497), 23, + ACTIONS(4854), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327674,12 +329999,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25234] = 4, + [25585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 12, + ACTIONS(2508), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327692,7 +330015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3045), 26, + ACTIONS(2510), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327705,6 +330028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_volatile, @@ -327719,10 +330043,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [25283] = 3, + [25632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 9, + ACTIONS(3701), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327732,7 +330056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3317), 30, + ACTIONS(3703), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327763,67 +330087,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25330] = 3, + [25679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3283), 9, + 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_GT_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_DOT, - ACTIONS(3285), 30, + ACTIONS(4591), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25377] = 3, + anon_sym_GT2, + [25726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 9, + ACTIONS(2504), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3207), 30, + ACTIONS(2506), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -327832,73 +330158,71 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25424] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [25773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4284), 16, + ACTIONS(3709), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4282), 23, + ACTIONS(3711), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [25471] = 3, + [25820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3335), 9, + ACTIONS(3571), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327908,7 +330232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3337), 30, + ACTIONS(3573), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327939,98 +330263,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25518] = 3, + [25867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 16, + ACTIONS(3519), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4348), 23, + ACTIONS(3521), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [25565] = 3, + [25914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4394), 16, + ACTIONS(3615), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4392), 23, + ACTIONS(3617), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [25612] = 3, + [25961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 16, + ACTIONS(4629), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328047,7 +330371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(1518), 23, + ACTIONS(4627), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328071,10 +330395,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25659] = 3, + [26008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4461), 16, + ACTIONS(4725), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328091,7 +330415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4459), 23, + ACTIONS(4723), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328115,10 +330439,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25706] = 3, + [26055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 16, + ACTIONS(4695), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328135,7 +330459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4465), 23, + ACTIONS(4693), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328159,10 +330483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25753] = 3, + [26102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3307), 9, + ACTIONS(3619), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -328172,7 +330496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3309), 30, + ACTIONS(3621), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328203,10 +330527,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25800] = 3, + [26149] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3303), 9, + ACTIONS(3689), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -328216,7 +330540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3305), 30, + ACTIONS(3691), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328247,10 +330571,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25847] = 3, + [26196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4152), 16, + ACTIONS(4813), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328267,7 +330591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4154), 23, + ACTIONS(4811), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328291,36 +330615,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25894] = 3, + [26243] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4495), 16, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 10, + 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4493), 23, + ACTIONS(4689), 19, 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_LT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -328328,17 +330662,14 @@ 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [25941] = 3, + [26304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 9, + ACTIONS(3452), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -328348,7 +330679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3259), 30, + ACTIONS(3454), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328379,54 +330710,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25988] = 3, + [26351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3271), 9, + ACTIONS(4749), 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, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3273), 30, + ACTIONS(4747), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26035] = 3, + anon_sym_GT2, + [26398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4384), 16, + ACTIONS(4775), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328443,7 +330774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4382), 23, + ACTIONS(4773), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328467,14 +330798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26082] = 5, + [26445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - ACTIONS(4398), 13, + ACTIONS(4779), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328484,21 +330811,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4396), 24, + ACTIONS(4777), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -328506,17 +330835,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26133] = 3, + anon_sym_GT2, + [26492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 9, + ACTIONS(3649), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -328526,7 +330855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3215), 30, + ACTIONS(3651), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328557,54 +330886,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26180] = 3, + [26539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3299), 9, + ACTIONS(4763), 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, - anon_sym_const, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3301), 30, + ACTIONS(4761), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26227] = 3, + anon_sym_GT2, + [26586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3311), 9, + ACTIONS(3499), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -328614,7 +330943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3313), 30, + ACTIONS(3501), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328645,10 +330974,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26274] = 3, + [26633] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4471), 16, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328658,23 +331000,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4469), 23, + ACTIONS(4689), 19, 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_LT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -328682,149 +331020,167 @@ 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [26321] = 3, + [26692] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 9, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4767), 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_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3191), 30, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(4765), 21, 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [26368] = 3, + [26749] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3199), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4495), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4691), 1, + anon_sym_EQ, + ACTIONS(4990), 1, anon_sym_AMP_AMP, + ACTIONS(4992), 1, + anon_sym_PIPE, + ACTIONS(4994), 1, anon_sym_CARET, + ACTIONS(4996), 1, + anon_sym_AMP, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4984), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4998), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5000), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5002), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5004), 2, 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, + ACTIONS(4986), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4689), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [26415] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [26828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 12, + ACTIONS(2407), 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, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3112), 27, + ACTIONS(2399), 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, anon_sym_LT_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - [26462] = 3, + [26875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1506), 16, + ACTIONS(4799), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328841,7 +331197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(1508), 23, + ACTIONS(4797), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328865,10 +331221,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26509] = 3, + [26922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 9, + ACTIONS(3452), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -328878,7 +331234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3195), 30, + ACTIONS(3454), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328909,54 +331265,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26556] = 3, + [26969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4322), 16, + ACTIONS(3523), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4320), 23, + ACTIONS(3525), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [26603] = 3, + [27016] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 16, + ACTIONS(4839), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328973,7 +331329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4316), 23, + ACTIONS(4837), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328997,132 +331353,224 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26650] = 3, + [27063] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4691), 1, + anon_sym_EQ, + ACTIONS(4992), 1, anon_sym_PIPE, + ACTIONS(4994), 1, + anon_sym_CARET, + ACTIONS(4996), 1, anon_sym_AMP, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4984), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(5002), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2506), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4986), 3, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4689), 15, + 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, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [27140] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4994), 1, anon_sym_CARET, + ACTIONS(4996), 1, + anon_sym_AMP, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(4984), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4998), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5000), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5002), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5004), 2, 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_GT_GT, + ACTIONS(4986), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4689), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [26697] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [27215] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 12, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4996), 1, + anon_sym_AMP, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(5002), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2514), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4691), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(4986), 3, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4689), 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, - anon_sym_LT_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_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [26744] = 9, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [27288] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4479), 13, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5002), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4477), 19, + ACTIONS(4689), 15, 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_LT_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -329135,98 +331583,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26803] = 3, + [27359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2468), 12, + 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_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2470), 27, + ACTIONS(4543), 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, anon_sym_LT_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_QMARK, + anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - [26850] = 3, + [27406] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 9, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5000), 2, anon_sym_GT, anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3090), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5002), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4986), 3, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(4689), 17, + 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_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_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [26897] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [27475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 9, + ACTIONS(3567), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -329236,7 +331695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3187), 30, + ACTIONS(3569), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329267,10 +331726,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26944] = 3, + [27522] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4429), 16, + ACTIONS(4817), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329287,7 +331746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4427), 23, + ACTIONS(4815), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329311,37 +331770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26991] = 3, + [27569] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4480), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4208), 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_LT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, + ACTIONS(4482), 9, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -329351,102 +331786,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [27038] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3145), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3147), 30, + ACTIONS(2399), 14, 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27085] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2516), 12, + anon_sym_GT2, + ACTIONS(2407), 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_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2523), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + [27620] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4984), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5004), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4986), 3, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(4689), 19, + 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_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_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [27132] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [27685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4437), 16, + ACTIONS(4526), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329463,7 +331889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4435), 23, + ACTIONS(4528), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329487,10 +331913,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [27179] = 3, + [27732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 9, + ACTIONS(3515), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -329500,7 +331926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3203), 30, + ACTIONS(3517), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329531,10 +331957,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27226] = 3, + [27779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 9, + ACTIONS(3563), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -329544,7 +331970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3251), 30, + ACTIONS(3565), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329575,23 +332001,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27273] = 3, + [27826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 9, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3475), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3167), 30, + ACTIONS(3477), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -329600,42 +332030,43 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27320] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [27875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 9, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3405), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3151), 30, + ACTIONS(3407), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -329644,29 +332075,26 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27367] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [27924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4413), 16, + ACTIONS(4783), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329683,7 +332111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4411), 23, + ACTIONS(4781), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329707,10 +332135,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [27414] = 3, + [27971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4332), 16, + ACTIONS(4675), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329727,7 +332155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4330), 23, + ACTIONS(4673), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329751,38 +332179,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [27461] = 5, + [28018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4113), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4115), 9, - anon_sym_STAR_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, - ACTIONS(2403), 14, - 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_LT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(2411), 14, + ACTIONS(4789), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329796,125 +332196,74 @@ 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_DOT, - [27512] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3177), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3179), 30, + ACTIONS(4787), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27559] = 3, + anon_sym_GT2, + [28065] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3155), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4495), 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4639), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [27606] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2458), 16, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4691), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2451), 23, + ACTIONS(4689), 19, 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_LT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329922,17 +332271,14 @@ 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [27653] = 3, + [28128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 9, + ACTIONS(3645), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -329942,7 +332288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3211), 30, + ACTIONS(3647), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329973,10 +332319,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27700] = 3, + [28175] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 16, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4637), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329986,23 +332345,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2451), 23, + ACTIONS(4635), 19, 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_LT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -330010,17 +332365,14 @@ 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [27747] = 3, + [28234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 16, + ACTIONS(4843), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330037,7 +332389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4370), 23, + ACTIONS(4841), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330061,103 +332413,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [27794] = 3, + [28281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4304), 16, + ACTIONS(3511), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4302), 23, + ACTIONS(3513), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [27841] = 22, + [28328] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4374), 1, + ACTIONS(4801), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4378), 1, + ACTIONS(4805), 1, anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, + ACTIONS(4988), 1, anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, + ACTIONS(4990), 1, anon_sym_AMP_AMP, - ACTIONS(4638), 1, + ACTIONS(4992), 1, anon_sym_PIPE, - ACTIONS(4640), 1, + ACTIONS(4994), 1, anon_sym_CARET, - ACTIONS(4642), 1, + ACTIONS(4996), 1, anon_sym_AMP, - ACTIONS(4646), 1, - anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4621), 2, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4623), 2, + ACTIONS(5002), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4625), 2, + ACTIONS(5004), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4376), 11, + ACTIONS(4803), 12, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -330168,23 +332519,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27926] = 3, + [28411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3331), 9, + ACTIONS(2488), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3333), 30, + ACTIONS(2490), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -330193,42 +332546,42 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [27973] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [28458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 9, + ACTIONS(2451), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3255), 30, + ACTIONS(2453), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -330237,222 +332590,115 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [28020] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [28505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 16, + ACTIONS(2494), 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, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4366), 23, + ACTIONS(2496), 27, 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [28067] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4326), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4324), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_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_QMARK, - anon_sym_STAR_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [28114] = 3, + [28552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4314), 16, + ACTIONS(3555), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4312), 23, + ACTIONS(3557), 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [28161] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4346), 1, - anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4336), 13, - anon_sym_DOT_DOT_DOT, + 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_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, - [28242] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [28599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 9, + ACTIONS(3507), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330462,7 +332708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3159), 30, + ACTIONS(3509), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330493,10 +332739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [28289] = 3, + [28646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4417), 16, + ACTIONS(4625), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330513,7 +332759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4415), 23, + ACTIONS(4623), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330537,25 +332783,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28336] = 3, + [28693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2508), 12, + ACTIONS(3559), 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, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2510), 27, + ACTIONS(3561), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -330564,27 +332808,29 @@ 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_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, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [28383] = 3, + [28740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4218), 16, + ACTIONS(4831), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330601,7 +332847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4216), 23, + ACTIONS(4829), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330625,10 +332871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28430] = 3, + [28787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3323), 9, + ACTIONS(3579), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330638,7 +332884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3325), 30, + ACTIONS(3581), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330669,86 +332915,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [28477] = 20, + [28834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4457), 1, - anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4455), 13, - 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, - [28558] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2494), 12, + ACTIONS(3653), 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, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2496), 27, + ACTIONS(3655), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -330757,40 +332940,29 @@ 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_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, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [28605] = 9, + [28881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4364), 13, + ACTIONS(4629), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330800,19 +332972,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4362), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4627), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -330820,14 +332996,17 @@ 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, - [28664] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [28928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 9, + ACTIONS(3637), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330837,7 +333016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3090), 30, + ACTIONS(3639), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330868,10 +333047,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [28711] = 3, + [28975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3287), 9, + ACTIONS(3693), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330881,7 +333060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3289), 30, + ACTIONS(3695), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330912,10 +333091,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [28758] = 3, + [29022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 12, + 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_GT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4651), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [29069] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1518), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(1520), 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_LT_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [29116] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3405), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330928,7 +333197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2445), 27, + ACTIONS(3407), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330941,7 +333210,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_volatile, @@ -330956,47 +333224,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [28805] = 11, + [29165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4633), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4631), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4242), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [29212] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4649), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4647), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331004,14 +333305,17 @@ 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, - [28868] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [29259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3319), 9, + ACTIONS(3599), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331021,7 +333325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3321), 30, + ACTIONS(3601), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -331052,10 +333356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [28915] = 3, + [29306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 9, + ACTIONS(3495), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331065,7 +333369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3143), 30, + ACTIONS(3497), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -331096,10 +333400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [28962] = 3, + [29353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 9, + ACTIONS(3587), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331109,7 +333413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3171), 30, + ACTIONS(3589), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -331140,92 +333444,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [29009] = 3, + [29400] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 9, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4870), 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_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3139), 30, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(4868), 21, 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [29056] = 12, + [29457] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4721), 1, + anon_sym_EQ, + ACTIONS(4988), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4990), 1, + anon_sym_AMP_AMP, + ACTIONS(4992), 1, + anon_sym_PIPE, + ACTIONS(4994), 1, + anon_sym_CARET, + ACTIONS(4996), 1, + anon_sym_AMP, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4625), 2, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5002), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4619), 3, + ACTIONS(4986), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4697), 13, + 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, + [29538] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4522), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4524), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331233,14 +333591,17 @@ 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, - [29121] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [29585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 9, + ACTIONS(3503), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331250,7 +333611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3247), 30, + ACTIONS(3505), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -331281,10 +333642,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [29168] = 3, + [29632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 16, + ACTIONS(4679), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331301,7 +333662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4348), 23, + ACTIONS(4677), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331325,10 +333686,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [29215] = 3, + [29679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 16, + ACTIONS(4687), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331345,7 +333706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2451), 23, + ACTIONS(4685), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331369,10 +333730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [29262] = 3, + [29726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 16, + ACTIONS(4665), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331389,7 +333750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4489), 23, + ACTIONS(4663), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331413,165 +333774,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [29309] = 15, + [29773] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4771), 1, anon_sym_EQ, - ACTIONS(4266), 15, - anon_sym_DOT_DOT_DOT, + ACTIONS(4988), 1, anon_sym_PIPE_PIPE, + ACTIONS(4990), 1, anon_sym_AMP_AMP, - 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, - [29380] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4272), 3, + ACTIONS(4992), 1, anon_sym_PIPE, + ACTIONS(4994), 1, anon_sym_CARET, - anon_sym_EQ, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4266), 15, - 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [29453] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4996), 1, + anon_sym_AMP, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4272), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(4617), 2, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4621), 2, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4623), 2, + ACTIONS(5002), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4625), 2, + ACTIONS(5004), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4266), 15, + ACTIONS(4769), 13, anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -331584,10 +333835,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [29528] = 3, + [29854] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 9, + ACTIONS(3603), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331597,7 +333848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3127), 30, + ACTIONS(3605), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -331628,69 +333879,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [29575] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4272), 1, - anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4266), 15, - 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [29652] = 3, + [29901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 9, + ACTIONS(3641), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331700,7 +333892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3183), 30, + ACTIONS(3643), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -331731,56 +333923,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [29699] = 19, + [29948] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4272), 1, + ACTIONS(4801), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4864), 1, anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4636), 1, + ACTIONS(4988), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4990), 1, anon_sym_AMP_AMP, - ACTIONS(4638), 1, + ACTIONS(4992), 1, anon_sym_PIPE, - ACTIONS(4640), 1, + ACTIONS(4994), 1, anon_sym_CARET, - ACTIONS(4642), 1, + ACTIONS(4996), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5010), 1, + anon_sym_QMARK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4244), 2, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4621), 2, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4623), 2, + ACTIONS(5002), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4625), 2, + ACTIONS(5004), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4266), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, + ACTIONS(4862), 11, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -331791,10 +333986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [29778] = 3, + [30033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 9, + ACTIONS(3665), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331804,7 +333999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3123), 30, + ACTIONS(3667), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -331835,23 +334030,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [29825] = 9, + [30080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 13, + ACTIONS(1529), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331861,19 +334043,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(1531), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331881,94 +334067,87 @@ 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, - [29884] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [30127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 16, + ACTIONS(3633), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4166), 23, + ACTIONS(3635), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [29931] = 10, + [30174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4619), 3, + ACTIONS(4823), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4272), 10, - 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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(1613), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331976,14 +334155,17 @@ 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, - [29992] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [30221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 12, + ACTIONS(3479), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -331996,7 +334178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2500), 27, + ACTIONS(3481), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332024,10 +334206,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [30039] = 3, + [30268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3295), 9, + ACTIONS(3627), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -332037,7 +334219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3297), 30, + ACTIONS(3629), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -332068,36 +334250,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [30086] = 3, + [30315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4260), 16, + ACTIONS(2512), 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, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4258), 23, + ACTIONS(2519), 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_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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [30362] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4821), 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_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(4819), 19, + 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_LT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332105,34 +334340,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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [30133] = 4, + [30421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 12, + ACTIONS(3681), 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, - anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3029), 26, + ACTIONS(3683), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -332141,26 +334369,29 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [30182] = 3, + [30468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3275), 9, + ACTIONS(3623), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -332170,7 +334401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3277), 30, + ACTIONS(3625), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -332201,177 +334432,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [30229] = 21, + [30515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4374), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4433), 1, - anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, + ACTIONS(3697), 9, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4621), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4623), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3699), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4431), 12, - 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, - [30312] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4388), 1, - anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4386), 13, - anon_sym_DOT_DOT_DOT, + 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_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, - [30393] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [30562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4264), 16, + ACTIONS(3591), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4262), 23, + ACTIONS(3593), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [30440] = 3, + [30609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4421), 16, + ACTIONS(4574), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332388,7 +334540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4419), 23, + ACTIONS(4572), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332412,10 +334564,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [30487] = 3, + [30656] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4449), 16, + ACTIONS(5012), 1, + anon_sym_LT, + STATE(2147), 1, + sym_template_argument_list, + ACTIONS(4847), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332425,23 +334581,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, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4447), 23, + ACTIONS(4845), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332449,17 +334603,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [30534] = 3, + [30707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 9, + ACTIONS(3595), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -332469,7 +334623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3131), 30, + ACTIONS(3597), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -332500,23 +334654,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [30581] = 3, + [30754] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3291), 9, + ACTIONS(2476), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3293), 30, + ACTIONS(2478), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -332525,73 +334681,132 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [30628] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [30801] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2411), 16, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4860), 1, + anon_sym_EQ, + ACTIONS(4988), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4990), 1, + anon_sym_AMP_AMP, + ACTIONS(4992), 1, + anon_sym_PIPE, + ACTIONS(4994), 1, + anon_sym_CARET, + ACTIONS(4996), 1, + anon_sym_AMP, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4998), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5000), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5002), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4858), 13, + 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, + [30882] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3685), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2403), 23, + ACTIONS(3687), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [30675] = 3, + [30929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 16, + ACTIONS(4793), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332608,7 +334823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4220), 23, + ACTIONS(4791), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332632,10 +334847,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [30722] = 3, + [30976] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 16, + ACTIONS(4809), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332652,7 +334867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4403), 23, + ACTIONS(4807), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332676,10 +334891,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [30769] = 3, + [31023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 9, + ACTIONS(3607), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -332689,7 +334904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3263), 30, + ACTIONS(3609), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -332720,155 +334935,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [30816] = 8, + [31070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4453), 13, + ACTIONS(3611), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(4451), 21, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3613), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, - [30873] = 3, + anon_sym_DASH_GT, + [31117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4425), 16, + ACTIONS(3673), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4423), 23, + ACTIONS(3675), 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_LT_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [30920] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4240), 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_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(4238), 19, - 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_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_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, - [30979] = 5, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [31164] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4358), 1, + ACTIONS(4757), 1, anon_sym_EQ, - ACTIONS(4360), 10, + ACTIONS(4759), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -332879,7 +335039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2411), 13, + ACTIONS(2407), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332893,7 +335053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2403), 15, + ACTIONS(2399), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332909,92 +335069,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [31030] = 3, + [31215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 16, + ACTIONS(3661), 9, anon_sym_DASH, anon_sym_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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(1549), 23, + ACTIONS(3663), 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_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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [31077] = 12, + [31262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, + ACTIONS(4587), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4475), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4473), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4585), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333002,75 +335150,17 @@ 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, - [31142] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4483), 1, - anon_sym_EQ, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4617), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4621), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4623), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4625), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4619), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4481), 13, - 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, - [31223] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [31309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3279), 9, + ACTIONS(3575), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -333080,7 +335170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_const, anon_sym_DOT, - ACTIONS(3281), 30, + ACTIONS(3577), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -333111,80 +335201,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [31270] = 3, + [31356] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3267), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4495), 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4639), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [31317] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2411), 16, + ACTIONS(4984), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5004), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4986), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4827), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2403), 23, + ACTIONS(4825), 19, 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_LT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333192,27 +335250,14 @@ 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [31364] = 8, + [31421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4487), 13, + ACTIONS(2508), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333226,14 +335271,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4485), 21, + anon_sym_DOT, + ACTIONS(2510), 24, 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_LT_EQ, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -333248,10 +335296,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [31421] = 3, + anon_sym_DASH_GT, + [31467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 11, + ACTIONS(3405), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -333263,7 +335312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3045), 27, + ACTIONS(3407), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333291,58 +335340,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [31467] = 23, + [31513] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5015), 1, + sym_identifier, + ACTIONS(5021), 1, + sym_raw_string_literal, + STATE(2497), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(5018), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4411), 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, + anon_sym_GT_GT, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(4409), 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_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [31567] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2359), 1, + ACTIONS(2355), 1, anon_sym_LPAREN2, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4068), 1, + ACTIONS(4423), 1, anon_sym_STAR, - ACTIONS(4070), 1, + ACTIONS(4425), 1, anon_sym_AMP_AMP, - ACTIONS(4072), 1, + ACTIONS(4427), 1, anon_sym_AMP, - ACTIONS(4601), 1, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4961), 1, anon_sym_DOT_DOT_DOT, - STATE(3269), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3686), 1, + STATE(3708), 1, sym__declarator, - STATE(3932), 1, + STATE(3944), 1, sym__abstract_declarator, - STATE(4201), 1, + STATE(4214), 1, sym_variadic_declarator, - STATE(5237), 1, + STATE(5266), 1, sym_ms_based_modifier, - ACTIONS(4648), 2, + ACTIONS(5024), 2, anon_sym_COMMA, anon_sym_GT2, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -333354,99 +335450,59 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [31553] = 23, + [31653] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2546), 1, - anon_sym_enum, - ACTIONS(2548), 1, - anon_sym_class, - ACTIONS(2550), 1, - anon_sym_struct, - ACTIONS(2552), 1, - anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(2558), 1, - anon_sym_typename, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5026), 1, sym_identifier, - ACTIONS(4652), 1, - anon_sym_RPAREN, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(3240), 1, - sym__type_specifier, - STATE(3870), 1, - sym__scope_resolution, - STATE(4216), 1, - sym_type_descriptor, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - STATE(2517), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [31639] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2494), 14, + ACTIONS(5028), 1, + sym_raw_string_literal, + STATE(2497), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3252), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4396), 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, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2496), 24, + sym_literal_suffix, + ACTIONS(4394), 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_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [31707] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4923), 1, + anon_sym_EQ, + ACTIONS(4925), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -333457,13 +335513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [31685] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2468), 14, + ACTIONS(2407), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333476,9 +335526,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2470), 24, + ACTIONS(2399), 14, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -333490,86 +335539,13 @@ static const uint16_t ts_small_parse_table[] = { 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [31731] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2546), 1, - anon_sym_enum, - ACTIONS(2548), 1, - anon_sym_class, - ACTIONS(2550), 1, - anon_sym_struct, - ACTIONS(2552), 1, - anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(2558), 1, - anon_sym_typename, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - ACTIONS(4654), 1, - anon_sym_RPAREN, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(3240), 1, - sym__type_specifier, - STATE(3870), 1, - sym__scope_resolution, - STATE(4187), 1, - sym_type_descriptor, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - STATE(2517), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [31817] = 3, + [31757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 14, + ACTIONS(2447), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333584,7 +335560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2500), 24, + ACTIONS(2449), 24, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -333609,53 +335585,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [31863] = 3, + [31803] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 14, + ACTIONS(5030), 1, + sym_identifier, + ACTIONS(5032), 1, + sym_literal_suffix, + ACTIONS(5034), 1, + sym_raw_string_literal, + STATE(2499), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3252), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2407), 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, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2445), 24, + ACTIONS(2399), 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_EQ, + anon_sym_LT_LT, 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [31909] = 3, + anon_sym_GT2, + [31859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 14, + ACTIONS(2476), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333670,7 +335651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2514), 24, + ACTIONS(2478), 24, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -333695,59 +335676,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [31955] = 7, + [31905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4656), 1, - sym_identifier, - ACTIONS(4662), 1, - sym_raw_string_literal, - STATE(2496), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4659), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4030), 11, + ACTIONS(2494), 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_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4028), 18, + ACTIONS(2496), 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_LT_EQ, - anon_sym_LT_LT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [32009] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4556), 1, - anon_sym_EQ, - ACTIONS(4558), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -333758,197 +335716,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2411), 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_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 14, - 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_LT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [32059] = 7, + [31951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 1, - anon_sym_const, - ACTIONS(2527), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(2520), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(2523), 7, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2525), 7, + ACTIONS(2451), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(2518), 17, - 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [32113] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2359), 1, - anon_sym_LPAREN2, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4060), 1, anon_sym_STAR, - ACTIONS(4062), 1, - anon_sym_AMP_AMP, - ACTIONS(4064), 1, - anon_sym_AMP, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4601), 1, - anon_sym_DOT_DOT_DOT, - STATE(3280), 1, - sym_parameter_list, - STATE(3542), 1, - sym__scope_resolution, - STATE(3686), 1, - sym__declarator, - STATE(3922), 1, - sym__abstract_declarator, - STATE(4201), 1, - sym_variadic_declarator, - STATE(5237), 1, - sym_ms_based_modifier, - ACTIONS(4648), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3712), 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, - [32199] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4665), 1, - sym_identifier, - ACTIONS(4667), 1, - sym_literal_suffix, - ACTIONS(4669), 1, - sym_raw_string_literal, - STATE(2503), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2882), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2411), 10, - anon_sym_DASH, - anon_sym_PLUS, 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, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2403), 18, + ACTIONS(2453), 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_LT_EQ, - anon_sym_LT_LT, 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [32255] = 3, + [31997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2508), 14, + ACTIONS(2488), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333963,7 +335780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2510), 24, + ACTIONS(2490), 24, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -333988,7 +335805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [32301] = 3, + [32043] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2504), 14, @@ -334031,95 +335848,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [32347] = 7, + [32089] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4671), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2542), 1, + anon_sym_enum, + ACTIONS(2544), 1, + anon_sym_class, + ACTIONS(2546), 1, + anon_sym_struct, + ACTIONS(2548), 1, + anon_sym_union, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(2554), 1, + anon_sym_typename, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, sym_identifier, - ACTIONS(4673), 1, - sym_raw_string_literal, - STATE(2496), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2882), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4048), 11, + ACTIONS(5038), 1, + anon_sym_RPAREN, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(3254), 1, + sym__type_specifier, + STATE(3923), 1, + sym__scope_resolution, + STATE(4338), 1, + sym_type_descriptor, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + STATE(2532), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [32175] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2512), 1, + anon_sym_const, + ACTIONS(2523), 2, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(2516), 4, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(2519), 7, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2521), 7, 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, - anon_sym_GT_GT, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4046), 18, + ACTIONS(2514), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [32401] = 22, + [32229] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(2554), 1, anon_sym_typename, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - STATE(2023), 1, + ACTIONS(5040), 1, + anon_sym_RPAREN, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3240), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(5239), 1, + STATE(4209), 1, sym_type_descriptor, - ACTIONS(2556), 2, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2517), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334131,7 +336013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334139,93 +336021,111 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [32484] = 6, + [32315] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2355), 1, + anon_sym_LPAREN2, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4675), 1, - anon_sym_LT, - STATE(2247), 1, - sym_template_argument_list, - ACTIONS(2988), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4433), 1, + anon_sym_STAR, + ACTIONS(4435), 1, + anon_sym_AMP_AMP, + ACTIONS(4437), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2427), 26, + ACTIONS(4961), 1, anon_sym_DOT_DOT_DOT, + STATE(3266), 1, + sym_parameter_list, + STATE(3552), 1, + sym__scope_resolution, + STATE(3708), 1, + sym__declarator, + STATE(3948), 1, + sym__abstract_declarator, + STATE(4214), 1, + sym_variadic_declarator, + STATE(5266), 1, + sym_ms_based_modifier, + ACTIONS(5024), 2, 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_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [32535] = 22, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(3720), 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, + [32401] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(2554), 1, anon_sym_typename, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3240), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(5033), 1, + STATE(4612), 1, sym_type_descriptor, - ACTIONS(2556), 2, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2517), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334237,7 +336137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334245,48 +336145,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [32618] = 22, + [32484] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(2554), 1, anon_sym_typename, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3240), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(4874), 1, + STATE(4872), 1, sym_type_descriptor, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2517), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334298,7 +336198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334306,109 +336206,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [32701] = 22, + [32567] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, - anon_sym_struct, - ACTIONS(2552), 1, - anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(2558), 1, - anon_sym_typename, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(3240), 1, - sym__type_specifier, - STATE(3870), 1, - sym__scope_resolution, - STATE(4636), 1, - sym_type_descriptor, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - STATE(2517), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32784] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, ACTIONS(2546), 1, - anon_sym_enum, - ACTIONS(2548), 1, - anon_sym_class, - ACTIONS(2550), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(2554), 1, anon_sym_typename, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3240), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(5014), 1, + STATE(5035), 1, sym_type_descriptor, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2517), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334420,7 +336259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334428,16 +336267,16 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [32867] = 6, + [32650] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(4677), 1, + ACTIONS(5042), 1, anon_sym_LT, - STATE(2247), 1, + STATE(2244), 1, sym_template_argument_list, - ACTIONS(2449), 8, + ACTIONS(3356), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -334446,7 +336285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2456), 26, + ACTIONS(2423), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -334473,48 +336312,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [32918] = 22, + [32701] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(2554), 1, anon_sym_typename, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3240), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(5142), 1, + STATE(5175), 1, sym_type_descriptor, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2517), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334526,7 +336365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334534,48 +336373,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33001] = 22, + [32784] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(2554), 1, anon_sym_typename, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3240), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(4856), 1, + STATE(5162), 1, sym_type_descriptor, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2517), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334587,7 +336426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334595,48 +336434,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33084] = 22, + [32867] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(2554), 1, anon_sym_typename, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3240), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(4844), 1, + STATE(5265), 1, sym_type_descriptor, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2517), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334648,7 +336487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334656,46 +336495,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33167] = 21, + [32950] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(2554), 1, anon_sym_typename, - STATE(1286), 1, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, + sym_identifier, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(2354), 1, sym_template_type, - STATE(1325), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3602), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + STATE(4881), 1, + sym_type_descriptor, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334707,7 +336548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334715,46 +336556,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33247] = 21, + [33033] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(2554), 1, anon_sym_typename, - STATE(1286), 1, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, + sym_identifier, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(2354), 1, sym_template_type, - STATE(1325), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3610), 1, + STATE(3254), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + STATE(4862), 1, + sym_type_descriptor, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(2532), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334766,7 +336609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334774,40 +336617,33 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33327] = 7, + [33116] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 1, - anon_sym_const, - ACTIONS(2527), 1, - anon_sym_AMP, - ACTIONS(2520), 5, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - ACTIONS(2523), 7, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2525), 7, + ACTIONS(5044), 1, + anon_sym_LT, + STATE(2244), 1, + sym_template_argument_list, + ACTIONS(2459), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2518), 15, + ACTIONS(2466), 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, + anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -334815,50 +336651,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [33379] = 21, + anon_sym_final, + anon_sym_override, + [33167] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(5055), 1, anon_sym_typename, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(1298), 1, sym_template_type, - STATE(2436), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3248), 1, + STATE(3624), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2542), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -334870,7 +336713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2400), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334878,43 +336721,85 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33459] = 21, + [33247] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3452), 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, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3454), 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_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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [33293] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3596), 1, + STATE(3600), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2519), 2, + STATE(2525), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -334929,7 +336814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334937,43 +336822,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33539] = 21, + [33373] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3597), 1, + STATE(3611), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -334988,7 +336873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334996,43 +336881,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33619] = 21, + [33453] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3643), 1, + STATE(3625), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(2528), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335047,7 +336932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335055,43 +336940,88 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33699] = 21, + [33533] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2512), 1, + anon_sym_const, + ACTIONS(2523), 1, + anon_sym_AMP, + ACTIONS(2516), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(2519), 7, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2521), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2514), 11, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [33585] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3638), 1, + STATE(3597), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2520), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335106,7 +337036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335114,43 +337044,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33779] = 21, + [33665] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3627), 1, + STATE(3602), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2530), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335165,7 +337095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335173,54 +337103,54 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33859] = 21, + [33745] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2359), 1, + ACTIONS(2355), 1, anon_sym_LPAREN2, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4060), 1, + ACTIONS(4423), 1, anon_sym_STAR, - ACTIONS(4062), 1, + ACTIONS(4425), 1, anon_sym_AMP_AMP, - ACTIONS(4064), 1, + ACTIONS(4427), 1, anon_sym_AMP, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - STATE(3280), 1, + ACTIONS(4431), 1, + anon_sym_LBRACK, + STATE(3270), 1, sym_parameter_list, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3686), 1, + STATE(3708), 1, sym__declarator, - STATE(3922), 1, + STATE(3944), 1, sym__abstract_declarator, - STATE(5237), 1, + STATE(5266), 1, sym_ms_based_modifier, - ACTIONS(4648), 2, + ACTIONS(5024), 2, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4833), 2, + anon_sym_GT2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335232,85 +337162,43 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [33939] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3088), 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, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3090), 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_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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [33985] = 21, + [33825] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3603), 1, + STATE(3651), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335325,7 +337213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335333,87 +337221,46 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34065] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3367), 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, - anon_sym_GT_GT, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3369), 24, - sym_raw_string_literal, - 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - 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, - [34109] = 21, + [33905] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(2542), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(2554), 1, anon_sym_typename, - STATE(1286), 1, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, + sym_identifier, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(2354), 1, sym_template_type, - STATE(1325), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3631), 1, + STATE(3260), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - STATE(2515), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(59), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -335425,7 +337272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335433,43 +337280,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34189] = 21, + [33985] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3647), 1, + STATE(3654), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(2531), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335484,7 +337331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335492,43 +337339,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34269] = 21, + [34065] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3622), 1, + STATE(3603), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2525), 2, + STATE(2540), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335543,7 +337390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335551,43 +337398,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34349] = 21, + [34145] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3624), 1, + STATE(3604), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(2529), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335602,7 +337449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335610,43 +337457,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34429] = 21, + [34225] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3595), 1, + STATE(3633), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335661,7 +337508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335669,54 +337516,95 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34509] = 21, + [34305] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3713), 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, + anon_sym_GT_GT, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(3715), 24, + sym_raw_string_literal, + 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_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + 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, + [34349] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2359), 1, + ACTIONS(2355), 1, anon_sym_LPAREN2, - ACTIONS(2361), 1, - anon_sym_STAR, - ACTIONS(2363), 1, - anon_sym_AMP_AMP, - ACTIONS(2365), 1, - anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4056), 1, + ACTIONS(4431), 1, anon_sym_LBRACK, - STATE(3280), 1, + ACTIONS(4433), 1, + anon_sym_STAR, + ACTIONS(4435), 1, + anon_sym_AMP_AMP, + ACTIONS(4437), 1, + anon_sym_AMP, + STATE(3266), 1, sym_parameter_list, - STATE(3554), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3723), 1, + STATE(3708), 1, sym__declarator, - STATE(3922), 1, + STATE(3948), 1, sym__abstract_declarator, - STATE(4918), 1, + STATE(5266), 1, sym_ms_based_modifier, - ACTIONS(4648), 2, + ACTIONS(5024), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335728,46 +337616,46 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [34589] = 21, + [34429] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2866), 1, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(2868), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(2870), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(2872), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(2886), 1, - anon_sym_decltype, - ACTIONS(2890), 1, + ACTIONS(5055), 1, anon_sym_typename, - ACTIONS(3750), 1, - anon_sym_COLON_COLON, - ACTIONS(4690), 1, - sym_identifier, - STATE(2239), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, + STATE(1298), 1, sym_template_type, - STATE(2540), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3252), 1, + STATE(3621), 1, sym__type_specifier, - STATE(3872), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2888), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3247), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2862), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -335779,7 +337667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2590), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335787,88 +337675,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34669] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2516), 1, - anon_sym_const, - ACTIONS(2527), 1, - anon_sym_AMP, - ACTIONS(2520), 7, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2523), 7, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2525), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2518), 11, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [34721] = 21, + [34509] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3594), 1, + STATE(3609), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2531), 2, + STATE(3248), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335883,7 +337726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335891,43 +337734,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34801] = 21, + [34589] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3617), 1, + STATE(3599), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2528), 2, + STATE(2539), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -335942,7 +337785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335950,10 +337793,10 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [34881] = 3, + [34669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 12, + ACTIONS(3741), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -335966,7 +337809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_identifier, sym_literal_suffix, - ACTIONS(3341), 24, + ACTIONS(3743), 24, sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, @@ -335991,54 +337834,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_GT2, - [34925] = 21, + [34713] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2359), 1, + ACTIONS(2355), 1, anon_sym_LPAREN2, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4056), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4068), 1, + ACTIONS(2357), 1, anon_sym_STAR, - ACTIONS(4070), 1, + ACTIONS(2359), 1, anon_sym_AMP_AMP, - ACTIONS(4072), 1, + ACTIONS(2361), 1, anon_sym_AMP, - STATE(3269), 1, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4431), 1, + anon_sym_LBRACK, + ACTIONS(4439), 1, + anon_sym_COLON_COLON, + STATE(3266), 1, sym_parameter_list, - STATE(3542), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3686), 1, + STATE(3778), 1, sym__declarator, - STATE(3932), 1, + STATE(3948), 1, sym__abstract_declarator, - STATE(5237), 1, + STATE(4944), 1, sym_ms_based_modifier, - ACTIONS(4648), 2, + ACTIONS(5024), 2, anon_sym_COMMA, - anon_sym_GT2, - STATE(4833), 2, + anon_sym_RPAREN, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -336050,43 +337893,102 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [35005] = 21, + [34793] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3236), 1, + anon_sym_enum, + ACTIONS(3238), 1, + anon_sym_class, + ACTIONS(3240), 1, + anon_sym_struct, + ACTIONS(3242), 1, + anon_sym_union, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(3260), 1, + anon_sym_typename, + ACTIONS(4194), 1, + anon_sym_COLON_COLON, + ACTIONS(5057), 1, + sym_identifier, + STATE(2255), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2523), 1, + sym_template_type, + STATE(2603), 1, + sym_qualified_type_identifier, + STATE(3257), 1, + sym__type_specifier, + STATE(3876), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3258), 2, + sym_primitive_type, + sym_auto, + STATE(3248), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3232), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(2558), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [34873] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3590), 1, + STATE(3637), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2514), 2, + STATE(2536), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(59), 4, @@ -336101,7 +338003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -336109,50 +338011,230 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [35085] = 3, + [34953] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 11, + ACTIONS(2512), 1, + anon_sym_const, + ACTIONS(2523), 1, + anon_sym_AMP, + ACTIONS(2516), 5, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + ACTIONS(2519), 7, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2521), 7, 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, - anon_sym_GT_GT, - anon_sym_const, anon_sym_DOT, - ACTIONS(3090), 24, + ACTIONS(2514), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [35005] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(5047), 1, + anon_sym_enum, + ACTIONS(5049), 1, + anon_sym_class, + ACTIONS(5051), 1, + anon_sym_struct, + ACTIONS(5053), 1, + anon_sym_union, + ACTIONS(5055), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3649), 1, + sym__type_specifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + STATE(2522), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [35128] = 3, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [35085] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1941), 1, + anon_sym_enum, + ACTIONS(1943), 1, + anon_sym_class, + ACTIONS(1945), 1, + anon_sym_struct, + ACTIONS(1947), 1, + anon_sym_union, + ACTIONS(1949), 1, + anon_sym_decltype, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(5061), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1454), 1, + sym_qualified_type_identifier, + STATE(2785), 1, + sym__type_specifier, + STATE(2900), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3101), 1, + sym_type_qualifier, + STATE(3895), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(1939), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5059), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1410), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [35164] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2325), 1, + anon_sym_class, + ACTIONS(2327), 1, + anon_sym_struct, + ACTIONS(2329), 1, + anon_sym_union, + ACTIONS(5063), 1, + anon_sym_enum, + ACTIONS(5065), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3039), 1, + sym_type_qualifier, + STATE(3208), 1, + sym__type_specifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [35243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3319), 11, + ACTIONS(3669), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336164,7 +338246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3321), 24, + ACTIONS(3671), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336189,51 +338271,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35171] = 19, + [35286] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4306), 1, + ACTIONS(4617), 1, anon_sym_STAR, - ACTIONS(4308), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(4621), 1, anon_sym_AMP, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3623), 1, + STATE(3670), 1, sym__declarator, - STATE(4836), 1, + STATE(5210), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -336245,140 +338327,64 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [35246] = 19, + [35361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, - sym_identifier, - ACTIONS(4294), 1, - anon_sym_STAR, - ACTIONS(4296), 1, - anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(3697), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, - STATE(3552), 1, - sym__scope_resolution, - STATE(3881), 1, - sym__declarator, - STATE(4972), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2946), 6, + anon_sym_GT, + anon_sym_GT_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, - STATE(3712), 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, - [35321] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + anon_sym_DOT, + ACTIONS(3699), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, anon_sym_STAR, - ACTIONS(4288), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3542), 1, - sym__scope_resolution, - STATE(3704), 1, - sym__declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2946), 6, - anon_sym_const, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_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, - STATE(3712), 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, - [35396] = 6, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [35404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4692), 1, - anon_sym_COLON, - STATE(2440), 1, - sym_enumerator_list, - STATE(2627), 1, - sym__enum_base_clause, - ACTIONS(3423), 8, + ACTIONS(3559), 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, + anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(3425), 24, + ACTIONS(3561), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -336387,23 +338393,24 @@ 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_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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [35445] = 3, + anon_sym_GT2, + [35447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3275), 11, + ACTIONS(3523), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336415,7 +338422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3277), 24, + ACTIONS(3525), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336440,51 +338447,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35488] = 19, + [35490] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, - anon_sym_STAR, - ACTIONS(1933), 1, - anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + ACTIONS(4667), 1, + anon_sym_STAR, + ACTIONS(4669), 1, + anon_sym_AMP_AMP, + ACTIONS(4671), 1, + anon_sym_AMP, + STATE(3552), 1, sym__scope_resolution, - STATE(3761), 1, + STATE(3641), 1, sym__declarator, - STATE(4918), 1, + STATE(5052), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -336496,51 +338503,91 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [35563] = 19, + [35565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3515), 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, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3517), 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_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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [35608] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4611), 1, anon_sym_AMP, - ACTIONS(4300), 1, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - STATE(3552), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, sym__scope_resolution, - STATE(3878), 1, + STATE(3915), 1, sym__declarator, - STATE(4972), 1, + STATE(4981), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -336552,10 +338599,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [35638] = 3, + [35683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 11, + ACTIONS(3452), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336567,7 +338614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3171), 24, + ACTIONS(3454), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336592,82 +338639,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35681] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1945), 1, - anon_sym_enum, - ACTIONS(1947), 1, - anon_sym_class, - ACTIONS(1949), 1, - anon_sym_struct, - ACTIONS(1951), 1, - anon_sym_union, - ACTIONS(1953), 1, - anon_sym_decltype, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(4696), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1425), 1, - sym_qualified_type_identifier, - STATE(2785), 1, - sym__type_specifier, - STATE(2854), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3047), 1, - sym_type_qualifier, - STATE(3903), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(1943), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4694), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(1439), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [35760] = 3, + [35726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 11, + ACTIONS(1529), 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, - anon_sym_GT_GT, - anon_sym_const, anon_sym_DOT, - ACTIONS(3255), 24, + ACTIONS(1531), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -336676,80 +338663,26 @@ 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_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_RBRACK, + anon_sym_COLON, + anon_sym_else, + anon_sym_while, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [35803] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3542), 1, - sym__scope_resolution, - STATE(3687), 1, - sym__declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3712), 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, - [35878] = 3, + anon_sym_catch, + [35769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 11, + ACTIONS(3507), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336761,7 +338694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3251), 24, + ACTIONS(3509), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336786,45 +338719,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35921] = 21, + [35812] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2866), 1, + ACTIONS(3236), 1, anon_sym_enum, - ACTIONS(2868), 1, + ACTIONS(3238), 1, anon_sym_class, - ACTIONS(2870), 1, + ACTIONS(3240), 1, anon_sym_struct, - ACTIONS(2872), 1, + ACTIONS(3242), 1, anon_sym_union, - ACTIONS(2886), 1, + ACTIONS(3256), 1, anon_sym_decltype, - ACTIONS(2890), 1, + ACTIONS(3260), 1, anon_sym_typename, - ACTIONS(3750), 1, + ACTIONS(4194), 1, anon_sym_COLON_COLON, - ACTIONS(4690), 1, + ACTIONS(5057), 1, sym_identifier, - STATE(2239), 1, + STATE(2255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, + STATE(2523), 1, sym_template_type, - STATE(2540), 1, + STATE(2603), 1, sym_qualified_type_identifier, - STATE(2999), 1, + STATE(2930), 1, sym_type_qualifier, - STATE(3458), 1, + STATE(3481), 1, sym__type_specifier, - STATE(3872), 1, + STATE(3876), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2888), 2, + ACTIONS(3258), 2, sym_primitive_type, sym_auto, - ACTIONS(2862), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -336836,7 +338769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2590), 7, + STATE(2558), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -336844,24 +338777,124 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [36000] = 3, + [35891] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4605), 1, + sym_identifier, + ACTIONS(4607), 1, + anon_sym_STAR, + ACTIONS(4609), 1, + anon_sym_AMP_AMP, + ACTIONS(4611), 1, + anon_sym_AMP, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, + sym__scope_resolution, + STATE(3890), 1, + sym__declarator, + STATE(4981), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [35966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3291), 11, + ACTIONS(1518), 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, + anon_sym_DOT, + ACTIONS(1520), 27, + 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_EQ, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_else, + anon_sym_while, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_catch, + [36009] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5067), 1, + anon_sym_COLON, + STATE(2447), 1, + sym_enumerator_list, + STATE(2635), 1, + sym__enum_base_clause, + ACTIONS(3832), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, anon_sym_DOT, - ACTIONS(3293), 24, + ACTIONS(3834), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -336870,24 +338903,23 @@ 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_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + 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_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [36043] = 3, + [36058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3279), 11, + ACTIONS(3657), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336899,7 +338931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3281), 24, + ACTIONS(3659), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336924,10 +338956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36086] = 3, + [36101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3327), 11, + ACTIONS(3579), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336939,7 +338971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3329), 24, + ACTIONS(3581), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336964,22 +338996,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36129] = 3, + [36144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 8, + ACTIONS(3637), 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, + anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(1518), 27, + ACTIONS(3639), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -336988,61 +339022,173 @@ 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_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_COLON, - anon_sym_else, - anon_sym_while, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_catch, - [36172] = 21, + anon_sym_GT2, + [36187] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3778), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - ACTIONS(4698), 1, + ACTIONS(5069), 1, sym_identifier, - ACTIONS(4704), 1, + ACTIONS(5075), 1, anon_sym_enum, - ACTIONS(4706), 1, + ACTIONS(5077), 1, anon_sym_class, - ACTIONS(4708), 1, + ACTIONS(5079), 1, anon_sym_struct, - ACTIONS(4710), 1, + ACTIONS(5081), 1, anon_sym_union, - ACTIONS(4712), 1, + ACTIONS(5083), 1, anon_sym_decltype, - ACTIONS(4714), 1, + ACTIONS(5085), 1, anon_sym_typename, - STATE(2935), 1, + STATE(2958), 1, sym_type_qualifier, - STATE(3468), 1, + STATE(3478), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3474), 1, + STATE(3491), 1, sym__type_specifier, - STATE(3730), 1, + STATE(3761), 1, sym_template_type, - STATE(3793), 1, + STATE(3863), 1, sym_qualified_type_identifier, - STATE(3910), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5073), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5071), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3872), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [36266] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4657), 1, + anon_sym_STAR, + ACTIONS(4659), 1, + anon_sym_AMP_AMP, + ACTIONS(4661), 1, + anon_sym_AMP, + STATE(3552), 1, + sym__scope_resolution, + STATE(3702), 1, + sym__declarator, + STATE(5266), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [36341] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2323), 1, + anon_sym_enum, + ACTIONS(2325), 1, + anon_sym_class, + ACTIONS(2327), 1, + anon_sym_struct, + ACTIONS(2329), 1, + anon_sym_union, + ACTIONS(2331), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(2928), 1, + sym_type_qualifier, + STATE(3168), 1, + sym__type_specifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(4702), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(4700), 4, + ACTIONS(2321), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -337054,7 +339200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3791), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -337062,10 +339208,10 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [36251] = 3, + [36420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 11, + ACTIONS(3599), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337077,7 +339223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3263), 24, + ACTIONS(3601), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337102,10 +339248,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36294] = 3, + [36463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3331), 11, + ACTIONS(3587), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337117,7 +339263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3333), 24, + ACTIONS(3589), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337142,10 +339288,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36337] = 3, + [36506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 11, + ACTIONS(3677), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337157,7 +339303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3247), 24, + ACTIONS(3679), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337182,68 +339328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36380] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2327), 1, - anon_sym_enum, - ACTIONS(2329), 1, - anon_sym_class, - ACTIONS(2331), 1, - anon_sym_struct, - ACTIONS(2333), 1, - anon_sym_union, - ACTIONS(2335), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2991), 1, - sym_type_qualifier, - STATE(3170), 1, - sym__type_specifier, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [36459] = 3, + [36549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3295), 11, + ACTIONS(3575), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337255,7 +339343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3297), 24, + ACTIONS(3577), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337280,10 +339368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36502] = 3, + [36592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 11, + ACTIONS(3661), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337295,7 +339383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3211), 24, + ACTIONS(3663), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337320,24 +339408,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36545] = 3, + [36635] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 11, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + STATE(1294), 1, + sym_template_argument_list, + ACTIONS(3358), 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, - anon_sym_GT_GT, - anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3135), 24, + ACTIONS(3360), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -337346,65 +339437,64 @@ 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_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + 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_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [36588] = 19, + [36682] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4250), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, anon_sym_STAR, - ACTIONS(4252), 1, + ACTIONS(4669), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4671), 1, anon_sym_AMP, - ACTIONS(4256), 1, - anon_sym_LBRACK, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3649), 1, + STATE(3608), 1, sym__declarator, - STATE(5237), 1, + STATE(5052), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -337416,10 +339506,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [36663] = 3, + [36757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 11, + ACTIONS(3633), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337431,7 +339521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3163), 24, + ACTIONS(3635), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337456,90 +339546,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36706] = 3, + [36800] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 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, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(3259), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4605), 1, + sym_identifier, + ACTIONS(4607), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, + ACTIONS(4611), 1, + anon_sym_AMP, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, + STATE(3560), 1, + sym__scope_resolution, + STATE(3877), 1, + sym__declarator, + STATE(4981), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3320), 6, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [36749] = 3, + STATE(3720), 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, + [36875] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4657), 1, + anon_sym_STAR, + ACTIONS(4659), 1, + anon_sym_AMP_AMP, + ACTIONS(4661), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, + STATE(3552), 1, + sym__scope_resolution, + STATE(3684), 1, + sym__declarator, + STATE(5266), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3320), 6, anon_sym_const, - anon_sym_DOT, - ACTIONS(3317), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [36950] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(1927), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, + ACTIONS(1929), 1, + anon_sym_AMP, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4439), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, + STATE(3538), 1, + sym__scope_resolution, + STATE(3773), 1, + sym__declarator, + STATE(4944), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3320), 6, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [36792] = 3, + STATE(3720), 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, + [37025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3287), 11, + ACTIONS(3627), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337551,7 +339729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3289), 24, + ACTIONS(3629), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337576,10 +339754,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36835] = 3, + [37068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 11, + ACTIONS(3623), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337591,7 +339769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3147), 24, + ACTIONS(3625), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337616,10 +339794,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36878] = 3, + [37111] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2544), 1, + anon_sym_class, + ACTIONS(2546), 1, + anon_sym_struct, + ACTIONS(2548), 1, + anon_sym_union, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, + sym_identifier, + ACTIONS(5087), 1, + anon_sym_enum, + ACTIONS(5089), 1, + anon_sym_typename, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(3023), 1, + sym_type_qualifier, + STATE(3562), 1, + sym__type_specifier, + STATE(3923), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [37190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 11, + ACTIONS(3619), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337631,7 +339867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3151), 24, + ACTIONS(3621), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337656,10 +339892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36921] = 3, + [37233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3283), 11, + ACTIONS(3615), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337671,7 +339907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3285), 24, + ACTIONS(3617), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337696,10 +339932,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36964] = 3, + [37276] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3552), 1, + sym__scope_resolution, + STATE(3671), 1, + sym__declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [37351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 11, + ACTIONS(3653), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337711,7 +340003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3131), 24, + ACTIONS(3655), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337736,10 +340028,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37007] = 3, + [37394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3271), 11, + ACTIONS(3693), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337751,7 +340043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3273), 24, + ACTIONS(3695), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337776,10 +340068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37050] = 3, + [37437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 11, + ACTIONS(3495), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337791,7 +340083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3207), 24, + ACTIONS(3497), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337816,10 +340108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37093] = 3, + [37480] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3299), 11, + ACTIONS(3603), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337831,7 +340123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3301), 24, + ACTIONS(3605), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337856,10 +340148,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37136] = 3, + [37523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3335), 11, + ACTIONS(3641), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337871,7 +340163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3337), 24, + ACTIONS(3643), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337896,53 +340188,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37179] = 21, + [37566] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2359), 1, + ACTIONS(2355), 1, anon_sym_LPAREN2, - ACTIONS(2361), 1, + ACTIONS(2357), 1, anon_sym_STAR, - ACTIONS(2363), 1, + ACTIONS(2359), 1, anon_sym_AMP_AMP, - ACTIONS(2365), 1, + ACTIONS(2361), 1, anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4054), 1, - anon_sym_COLON_COLON, - ACTIONS(4056), 1, + ACTIONS(4431), 1, anon_sym_LBRACK, - ACTIONS(4603), 1, + ACTIONS(4439), 1, + anon_sym_COLON_COLON, + ACTIONS(4963), 1, anon_sym_COMMA, - STATE(3280), 1, + STATE(3266), 1, sym_parameter_list, - STATE(3554), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3875), 1, + STATE(3922), 1, sym__declarator, - STATE(3985), 1, + STATE(3988), 1, sym__abstract_declarator, - STATE(4918), 1, + STATE(4944), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -337954,24 +340246,28 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [37258] = 3, + [37645] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 11, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(5042), 1, + anon_sym_LT, + STATE(2244), 1, + sym_template_argument_list, + ACTIONS(2397), 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, - anon_sym_GT_GT, - anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3155), 24, + ACTIONS(2405), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -337980,136 +340276,63 @@ 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_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + 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_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [37301] = 19, + [37694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4306), 1, - anon_sym_STAR, - ACTIONS(4308), 1, - anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(3611), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - STATE(3542), 1, - sym__scope_resolution, - STATE(3592), 1, - sym__declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2946), 6, + anon_sym_GT, + anon_sym_GT_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, - STATE(3712), 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, - [37376] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + anon_sym_DOT, + ACTIONS(3613), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4250), 1, anon_sym_STAR, - ACTIONS(4252), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_AMP, - ACTIONS(4256), 1, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(3542), 1, - sym__scope_resolution, - STATE(3671), 1, - sym__declarator, - STATE(5237), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2946), 6, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 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, - [37451] = 3, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [37737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3311), 11, + ACTIONS(3607), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338121,7 +340344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3313), 24, + ACTIONS(3609), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338146,68 +340369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37494] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2546), 1, - anon_sym_enum, - ACTIONS(2548), 1, - anon_sym_class, - ACTIONS(2550), 1, - anon_sym_struct, - ACTIONS(2552), 1, - anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(2558), 1, - anon_sym_typename, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(3015), 1, - sym_type_qualifier, - STATE(3486), 1, - sym__type_specifier, - STATE(3870), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [37573] = 3, + [37780] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 11, + ACTIONS(3595), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338219,7 +340384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3167), 24, + ACTIONS(3597), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338244,10 +340409,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37616] = 3, + [37823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 11, + ACTIONS(3685), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338259,7 +340424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3179), 24, + ACTIONS(3687), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338284,140 +340449,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37659] = 21, + [37866] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2379), 1, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(1927), 1, + anon_sym_STAR, + ACTIONS(1929), 1, + anon_sym_AMP, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(2391), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4716), 1, - anon_sym_enum, - ACTIONS(4718), 1, - anon_sym_class, - ACTIONS(4720), 1, - anon_sym_struct, - ACTIONS(4722), 1, - anon_sym_union, - ACTIONS(4724), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2961), 1, - sym__type_specifier, - STATE(2997), 1, - sym_type_qualifier, - STATE(3891), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3538), 1, sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [37738] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - anon_sym_class, - ACTIONS(4720), 1, - anon_sym_struct, - ACTIONS(4722), 1, - anon_sym_union, - ACTIONS(4726), 1, - anon_sym_enum, - ACTIONS(4728), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3083), 1, + STATE(3752), 1, + sym__declarator, + STATE(4944), 1, + sym_ms_based_modifier, + STATE(3281), 2, sym_type_qualifier, - STATE(3126), 1, - sym__type_specifier, - STATE(3891), 1, - sym__scope_resolution, - STATE(4833), 1, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [37817] = 3, + STATE(3720), 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, + [37941] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 11, + ACTIONS(5067), 1, + anon_sym_COLON, + STATE(2439), 1, + sym_enumerator_list, + STATE(2630), 1, + sym__enum_base_clause, + ACTIONS(3826), 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, - anon_sym_GT_GT, - anon_sym_const, anon_sym_DOT, - ACTIONS(3090), 24, + ACTIONS(3828), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338426,24 +340535,23 @@ 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_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + 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_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [37860] = 3, + [37990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 11, + ACTIONS(3591), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338455,7 +340563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3183), 24, + ACTIONS(3593), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338480,28 +340588,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [37903] = 6, + [38033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(4675), 1, - anon_sym_LT, - STATE(2247), 1, - sym_template_argument_list, - ACTIONS(2401), 8, + ACTIONS(3681), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_COLON, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(2409), 24, + ACTIONS(3683), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338510,79 +340614,24 @@ 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_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [37952] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4306), 1, - anon_sym_STAR, - ACTIONS(4308), 1, - anon_sym_AMP_AMP, - ACTIONS(4310), 1, - anon_sym_AMP, - STATE(3542), 1, - sym__scope_resolution, - STATE(3636), 1, - sym__declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2946), 6, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 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, - [38027] = 3, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [38076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 11, + ACTIONS(3452), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338594,7 +340643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3203), 24, + ACTIONS(3454), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338619,22 +340668,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [38070] = 3, + [38119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1506), 8, + ACTIONS(3583), 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, + anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(1508), 27, + ACTIONS(3585), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338643,26 +340694,24 @@ 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_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_COLON, - anon_sym_else, - anon_sym_while, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_catch, - [38113] = 3, + anon_sym_GT2, + [38162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 11, + ACTIONS(3555), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338674,7 +340723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3191), 24, + ACTIONS(3557), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338699,27 +340748,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [38156] = 5, + [38205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - STATE(1299), 1, - sym_template_argument_list, - ACTIONS(2980), 9, + ACTIONS(3645), 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, - anon_sym_COLON, + anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(2982), 24, + ACTIONS(3647), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338728,20 +340774,77 @@ 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_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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38203] = 19, + anon_sym_GT2, + [38248] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3552), 1, + sym__scope_resolution, + STATE(3669), 1, + sym__declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3720), 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, + [38323] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -338750,42 +340853,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(1933), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3771), 1, + STATE(3763), 1, sym__declarator, - STATE(4918), 1, + STATE(4944), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -338797,91 +340900,109 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [38278] = 3, + [38398] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 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, - anon_sym_GT_GT, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(5091), 1, + anon_sym_enum, + ACTIONS(5093), 1, + anon_sym_class, + ACTIONS(5095), 1, + anon_sym_struct, + ACTIONS(5097), 1, + anon_sym_union, + ACTIONS(5099), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3040), 1, + sym__type_specifier, + STATE(3132), 1, + sym_type_qualifier, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, anon_sym_const, - anon_sym_DOT, - ACTIONS(3267), 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_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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [38321] = 19, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [38477] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4250), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, anon_sym_STAR, - ACTIONS(4252), 1, + ACTIONS(4669), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4671), 1, anon_sym_AMP, - ACTIONS(4256), 1, - anon_sym_LBRACK, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3664), 1, + STATE(3598), 1, sym__declarator, - STATE(5237), 1, + STATE(5052), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -338893,68 +341014,50 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [38396] = 21, + [38552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2548), 1, - anon_sym_class, - ACTIONS(2550), 1, - anon_sym_struct, - ACTIONS(2552), 1, - anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - ACTIONS(4730), 1, - anon_sym_enum, - ACTIONS(4732), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(3007), 1, - sym_type_qualifier, - STATE(3536), 1, - sym__type_specifier, - STATE(3870), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(57), 6, + ACTIONS(3701), 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, + anon_sym_GT_GT, anon_sym_const, + anon_sym_DOT, + ACTIONS(3703), 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_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, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [38475] = 3, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [38595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 11, + ACTIONS(3673), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338966,7 +341069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3123), 24, + ACTIONS(3675), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338991,10 +341094,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [38518] = 3, + [38638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 11, + ACTIONS(3519), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339006,7 +341109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3127), 24, + ACTIONS(3521), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339031,10 +341134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [38561] = 3, + [38681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 11, + ACTIONS(3571), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339046,7 +341149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3139), 24, + ACTIONS(3573), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339071,45 +341174,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [38604] = 21, + [38724] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2329), 1, + ACTIONS(2542), 1, + anon_sym_enum, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2331), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2333), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(4734), 1, - anon_sym_enum, - ACTIONS(4736), 1, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(2554), 1, anon_sym_typename, - STATE(1293), 1, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, + sym_identifier, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, sym_template_type, - STATE(1325), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2995), 1, + STATE(3053), 1, sym_type_qualifier, - STATE(3197), 1, + STATE(3499), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2325), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -339121,7 +341224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1301), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -339129,10 +341232,10 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [38683] = 3, + [38803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 11, + ACTIONS(3665), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339144,7 +341247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3143), 24, + ACTIONS(3667), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339169,10 +341272,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [38726] = 3, + [38846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 11, + ACTIONS(3511), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339184,7 +341287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3159), 24, + ACTIONS(3513), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339209,51 +341312,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [38769] = 19, + [38889] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3503), 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, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3505), 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_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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [38932] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4657), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4659), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4661), 1, anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, STATE(3552), 1, sym__scope_resolution, - STATE(3879), 1, + STATE(3696), 1, sym__declarator, - STATE(4972), 1, + STATE(5266), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -339265,28 +341408,24 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [38844] = 6, + [39007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4692), 1, - anon_sym_COLON, - STATE(2445), 1, - sym_enumerator_list, - STATE(2628), 1, - sym__enum_base_clause, - ACTIONS(3417), 8, + ACTIONS(3705), 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, + anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(3419), 24, + ACTIONS(3707), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339295,135 +341434,122 @@ 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_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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38893] = 19, + anon_sym_GT2, + [39050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(3649), 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, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3651), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(1931), 1, anon_sym_STAR, - ACTIONS(1933), 1, - anon_sym_AMP, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(2562), 1, - sym_identifier, - ACTIONS(4054), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + 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_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(3554), 1, - sym__scope_resolution, - STATE(3740), 1, - sym__declarator, - STATE(4918), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2946), 6, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 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, - [38968] = 19, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [39093] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(2375), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3542), 1, - sym__scope_resolution, - STATE(3700), 1, - sym__declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4833), 2, + ACTIONS(5093), 1, + anon_sym_class, + ACTIONS(5095), 1, + anon_sym_struct, + ACTIONS(5097), 1, + anon_sym_union, + ACTIONS(5101), 1, + anon_sym_enum, + ACTIONS(5103), 1, + anon_sym_typename, + STATE(1298), 1, sym_template_type, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3036), 1, + sym_type_qualifier, + STATE(3136), 1, + sym__type_specifier, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2946), 6, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3712), 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, - [39043] = 3, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [39172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 11, + ACTIONS(3499), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339435,7 +341561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3175), 24, + ACTIONS(3501), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339460,10 +341586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [39086] = 3, + [39215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3323), 11, + ACTIONS(3709), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339475,7 +341601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3325), 24, + ACTIONS(3711), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339500,10 +341626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [39129] = 3, + [39258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 11, + ACTIONS(3689), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339515,7 +341641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3187), 24, + ACTIONS(3691), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339540,10 +341666,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [39172] = 3, + [39301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3307), 11, + ACTIONS(3567), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339555,7 +341681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3309), 24, + ACTIONS(3569), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339580,10 +341706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [39215] = 3, + [39344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3303), 11, + ACTIONS(3563), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339595,7 +341721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3305), 24, + ACTIONS(3565), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339620,10 +341746,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [39258] = 3, + [39387] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 11, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(5105), 1, + anon_sym_LT, + STATE(2473), 1, + sym_template_argument_list, + ACTIONS(3356), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339631,11 +341763,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3215), 24, + ACTIONS(2423), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339650,20 +341781,23 @@ static const uint16_t ts_small_parse_table[] = { 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [39301] = 3, + [39435] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 11, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(5107), 1, + anon_sym_LT, + STATE(2473), 1, + sym_template_argument_list, + ACTIONS(2459), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339671,11 +341805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3199), 24, + ACTIONS(2466), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339690,34 +341823,31 @@ static const uint16_t ts_small_parse_table[] = { 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [39344] = 3, + [39483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 11, + STATE(2477), 1, + sym_enumerator_list, + ACTIONS(3446), 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, - anon_sym_GT_GT, - anon_sym_const, anon_sym_DOT, - ACTIONS(3195), 24, + ACTIONS(3448), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339726,35 +341856,28 @@ 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_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + 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_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [39387] = 8, + [39527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4740), 1, + ACTIONS(5110), 1, anon_sym_LBRACK, - STATE(2639), 1, + STATE(2652), 1, sym_new_declarator, - STATE(2675), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4136), 8, + ACTIONS(4581), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339763,10 +341886,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4134), 20, + ACTIONS(4579), 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, @@ -339779,35 +341903,41 @@ 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_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39439] = 6, + [39573] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(4742), 1, - anon_sym_LT, - STATE(2405), 1, - sym_template_argument_list, - ACTIONS(2988), 10, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5110), 1, + anon_sym_LBRACK, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(2644), 1, + sym_new_declarator, + STATE(2665), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4517), 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_GT_GT, - anon_sym_COLON, + anon_sym_LT, anon_sym_DOT, - ACTIONS(2427), 21, + ACTIONS(4515), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -339815,32 +341945,31 @@ 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_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [39487] = 8, + [39625] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4740), 1, + ACTIONS(5110), 1, anon_sym_LBRACK, - STATE(2646), 1, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(2639), 1, sym_new_declarator, - STATE(2659), 2, + STATE(2675), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4127), 8, + ACTIONS(4513), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339849,7 +341978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4123), 20, + ACTIONS(4511), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -339870,29 +341999,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39539] = 6, + [39677] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2519), 2, anon_sym_COLON_COLON, - ACTIONS(4744), 1, - anon_sym_LT, - STATE(2405), 1, - sym_template_argument_list, - ACTIONS(2449), 10, + anon_sym_LBRACE, + ACTIONS(2521), 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_GT_GT, + anon_sym_LT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2456), 21, + ACTIONS(2514), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339901,32 +342027,24 @@ 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_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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [39587] = 8, + [39721] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4740), 1, - anon_sym_LBRACK, - STATE(2636), 1, - sym_new_declarator, - STATE(2666), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4146), 8, + STATE(2438), 1, + sym_enumerator_list, + ACTIONS(3487), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339935,10 +342053,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4144), 20, + ACTIONS(3489), 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, @@ -339951,26 +342070,30 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39639] = 8, + [39765] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4740), 1, + ACTIONS(5110), 1, anon_sym_LBRACK, - STATE(2643), 1, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(2649), 1, sym_new_declarator, - STATE(2669), 2, + STATE(2668), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4150), 8, + ACTIONS(4509), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339979,7 +342102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4148), 20, + ACTIONS(4507), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340000,14 +342123,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39691] = 5, + [39817] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4740), 1, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5110), 1, anon_sym_LBRACK, - STATE(2645), 1, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(2638), 1, sym_new_declarator, - ACTIONS(4214), 8, + STATE(2689), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4497), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340016,11 +342146,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4212), 24, + ACTIONS(4493), 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, @@ -340033,20 +342162,22 @@ 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39737] = 4, + [39869] = 6, ACTIONS(3), 1, sym_comment, - STATE(2407), 1, - sym_enumerator_list, - ACTIONS(3076), 8, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(2692), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4539), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340055,11 +342186,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(3078), 25, + ACTIONS(4537), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -340072,21 +342202,23 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39781] = 4, + [39916] = 6, ACTIONS(3), 1, sym_comment, - STATE(2378), 1, - sym_enumerator_list, - ACTIONS(3066), 8, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(2658), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4555), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340095,11 +342227,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(3068), 25, + ACTIONS(4553), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -340112,22 +342243,27 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39825] = 4, + [39963] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 2, - anon_sym_COLON_COLON, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(2525), 9, + ACTIONS(5110), 1, + anon_sym_LBRACK, + ACTIONS(5114), 1, + anon_sym_LPAREN2, + STATE(2666), 1, + sym_new_declarator, + STATE(2665), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4517), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340135,13 +342271,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2518), 23, + ACTIONS(4515), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -340153,29 +342286,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39869] = 8, + [40014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(4740), 1, - anon_sym_LBRACK, - ACTIONS(4747), 1, - anon_sym_LPAREN2, - STATE(2683), 1, - sym_new_declarator, - STATE(2666), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4146), 8, + ACTIONS(4599), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340184,9 +342304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4144), 19, + ACTIONS(4597), 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, @@ -340198,56 +342320,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39920] = 17, + sym_literal_suffix, + [40055] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4749), 1, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(5120), 1, anon_sym_STAR, - ACTIONS(4755), 1, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(5124), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3911), 1, + STATE(3892), 1, sym__field_declarator, - STATE(5077), 1, + STATE(5085), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3193), 2, + STATE(2655), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3195), 2, + STATE(3197), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -340256,50 +342382,50 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [39989] = 17, + [40124] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4749), 1, - sym_identifier, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, anon_sym_STAR, - ACTIONS(4755), 1, + ACTIONS(5130), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(5132), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3911), 1, + STATE(3635), 1, sym__field_declarator, - STATE(5077), 1, + STATE(4991), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2640), 2, + STATE(2647), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3195), 2, + STATE(3205), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -340308,59 +342434,17 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [40058] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4228), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4226), 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_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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - sym_literal_suffix, - [40099] = 8, + [40193] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4740), 1, - anon_sym_LBRACK, - ACTIONS(4747), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - STATE(2658), 1, - sym_new_declarator, - STATE(2659), 2, + STATE(2686), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4127), 8, + ACTIONS(4559), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340369,9 +342453,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4123), 19, + ACTIONS(4557), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -340383,27 +342468,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40150] = 8, + [40240] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4740), 1, + ACTIONS(5110), 1, anon_sym_LBRACK, - ACTIONS(4747), 1, + ACTIONS(5114), 1, anon_sym_LPAREN2, - STATE(2649), 1, + STATE(2690), 1, sym_new_declarator, - STATE(2675), 2, + STATE(2689), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4136), 8, + ACTIONS(4497), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340412,7 +342498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4134), 19, + ACTIONS(4493), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -340432,17 +342518,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40201] = 6, + [40291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - STATE(2676), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4170), 8, + ACTIONS(5134), 1, + sym_literal_suffix, + ACTIONS(2407), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340451,10 +342532,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4168), 21, + ACTIONS(2399), 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, @@ -340469,97 +342551,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40248] = 8, + [40334] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(4740), 1, - anon_sym_LBRACK, - ACTIONS(4747), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5118), 1, anon_sym_LPAREN2, - STATE(2651), 1, - sym_new_declarator, - STATE(2669), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4150), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4148), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5130), 1, 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, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [40299] = 17, + ACTIONS(5132), 1, + anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3620), 1, + sym__field_declarator, + STATE(4991), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3207), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3725), 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, + [40403] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4749), 1, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(5120), 1, anon_sym_STAR, - ACTIONS(4755), 1, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(5124), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3869), 1, + STATE(3899), 1, sym__field_declarator, - STATE(5077), 1, + STATE(5085), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2631), 2, + STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3196), 2, + STATE(3209), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -340568,17 +342661,17 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [40368] = 6, + [40472] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - STATE(2654), 2, + STATE(2674), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4158), 8, + ACTIONS(4535), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340587,7 +342680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4156), 21, + ACTIONS(4533), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340609,50 +342702,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40415] = 17, + [40519] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4749), 1, - sym_identifier, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, anon_sym_STAR, - ACTIONS(4755), 1, + ACTIONS(5130), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(5132), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3900), 1, + STATE(3648), 1, sym__field_declarator, - STATE(5077), 1, + STATE(4991), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3193), 2, + STATE(2654), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3198), 2, + STATE(3195), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -340661,50 +342754,183 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [40484] = 17, + [40588] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4759), 1, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(4761), 1, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5120), 1, anon_sym_STAR, - ACTIONS(4763), 1, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - ACTIONS(4765), 1, + ACTIONS(5124), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3619), 1, + STATE(3903), 1, sym__field_declarator, - STATE(4934), 1, + STATE(5085), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3188), 2, + STATE(2648), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3196), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3725), 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, + [40657] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4603), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4601), 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_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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [40698] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5110), 1, + anon_sym_LBRACK, + ACTIONS(5114), 1, + anon_sym_LPAREN2, + STATE(2664), 1, + sym_new_declarator, + STATE(2675), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4513), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4511), 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [40749] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, + anon_sym_STAR, + ACTIONS(5130), 1, + anon_sym_AMP_AMP, + ACTIONS(5132), 1, + anon_sym_AMP, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3635), 1, + sym__field_declarator, + STATE(4991), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2942), 3, + STATE(3205), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -340713,50 +342939,50 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [40553] = 17, + [40818] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4759), 1, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(4761), 1, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5120), 1, anon_sym_STAR, - ACTIONS(4763), 1, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - ACTIONS(4765), 1, + ACTIONS(5124), 1, anon_sym_AMP, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3611), 1, + STATE(3903), 1, sym__field_declarator, - STATE(4934), 1, + STATE(5085), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2641), 2, + STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3189), 2, + STATE(3196), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -340765,17 +342991,53 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [40622] = 6, + [40887] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4738), 1, + ACTIONS(5110), 1, + anon_sym_LBRACK, + ACTIONS(5114), 1, anon_sym_LPAREN2, - STATE(2656), 2, + STATE(2687), 1, + sym_new_declarator, + STATE(2668), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4162), 8, + ACTIONS(4509), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4507), 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [40938] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4856), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340784,10 +343046,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4160), 21, + ACTIONS(4854), 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, @@ -340802,16 +343065,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40669] = 4, + [40978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4767), 1, - sym_literal_suffix, - ACTIONS(2411), 8, + ACTIONS(4775), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340820,7 +343083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(4773), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340845,10 +343108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40712] = 3, + [41018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4236), 8, + ACTIONS(4813), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340857,7 +343120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4234), 25, + ACTIONS(4811), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340874,7 +343137,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, @@ -340883,17 +343145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40753] = 6, + [41058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - STATE(2673), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4189), 8, + ACTIONS(4823), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340902,10 +343157,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4187), 21, + ACTIONS(1613), 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, @@ -340920,125 +343176,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40800] = 17, + [41098] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4759), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1463), 1, + anon_sym_enum, + ACTIONS(1465), 1, + anon_sym_class, + ACTIONS(1467), 1, + anon_sym_struct, + ACTIONS(1469), 1, + anon_sym_union, + ACTIONS(1471), 1, + anon_sym_typename, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(4008), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4012), 1, + anon_sym_EQ, + ACTIONS(5136), 1, sym_identifier, - ACTIONS(4761), 1, + STATE(1298), 1, + sym_template_type, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1326), 1, + sym__type_specifier, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(4010), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [41176] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4831), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4829), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(4763), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4765), 1, - anon_sym_AMP, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3611), 1, - sym__field_declarator, - STATE(4934), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3189), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3193), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3774), 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, - [40869] = 17, + 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, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [41216] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4751), 1, + ACTIONS(5138), 1, + anon_sym_COLON, + STATE(2589), 1, + sym_enumerator_list, + STATE(2760), 1, + sym__enum_base_clause, + ACTIONS(3832), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(3834), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4759), 1, - sym_identifier, - ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4763), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4765), 1, - anon_sym_AMP, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3621), 1, - sym__field_declarator, - STATE(4934), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2647), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3186), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3774), 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, - [40938] = 6, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [41262] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4747), 1, + ACTIONS(5114), 1, anon_sym_LPAREN2, - STATE(2654), 2, + STATE(2658), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4158), 8, + ACTIONS(4555), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341047,7 +343334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4156), 20, + ACTIONS(4553), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -341068,10 +343355,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [40984] = 3, + [41308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 8, + ACTIONS(4793), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341080,7 +343367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4439), 24, + ACTIONS(4791), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341105,17 +343392,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41024] = 6, + [41348] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4747), 1, + ACTIONS(5114), 1, anon_sym_LPAREN2, - STATE(2656), 2, + STATE(2686), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4162), 8, + ACTIONS(4559), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341124,7 +343411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4160), 20, + ACTIONS(4557), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -341145,10 +343432,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41070] = 3, + [41394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 8, + ACTIONS(4649), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341157,7 +343444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4366), 24, + ACTIONS(4647), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341182,10 +343469,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41110] = 3, + [41434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4499), 8, + ACTIONS(4695), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341194,7 +343481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4497), 24, + ACTIONS(4693), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341219,22 +343506,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41150] = 3, + [41474] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4314), 8, + ACTIONS(5138), 1, + anon_sym_COLON, + STATE(2560), 1, + sym_enumerator_list, + STATE(2777), 1, + sym__enum_base_clause, + ACTIONS(3826), 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, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4312), 24, + ACTIONS(3828), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -341243,33 +343537,32 @@ 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41190] = 8, + anon_sym_GT2, + [41520] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4487), 7, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4821), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341277,7 +343570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4485), 20, + ACTIONS(4819), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341296,12 +343589,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [41240] = 3, + [41572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4304), 8, + ACTIONS(4675), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341310,7 +343601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4302), 24, + ACTIONS(4673), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341335,10 +343626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41280] = 3, + [41612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4503), 8, + ACTIONS(4763), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341347,7 +343638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4501), 24, + ACTIONS(4761), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341372,26 +343663,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41320] = 6, + [41652] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(3719), 1, anon_sym_LBRACE, - ACTIONS(4747), 1, + ACTIONS(5142), 1, anon_sym_LPAREN2, - STATE(2673), 2, + ACTIONS(5144), 1, + anon_sym_LBRACK, + STATE(2698), 1, + sym_new_declarator, + STATE(3050), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4189), 8, + ACTIONS(4517), 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, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4187), 20, + ACTIONS(4515), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -341401,21 +343698,17 @@ 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_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41366] = 3, + anon_sym_GT2, + [41702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4425), 8, + ACTIONS(4783), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341424,7 +343717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4423), 24, + ACTIONS(4781), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341449,34 +343742,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41406] = 8, + [41742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(4769), 1, - anon_sym_LPAREN2, - ACTIONS(4771), 1, - anon_sym_LBRACK, - STATE(2692), 1, - sym_new_declarator, - STATE(2902), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4127), 10, + ACTIONS(4789), 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, - anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4123), 16, + ACTIONS(4787), 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, @@ -341484,17 +343766,33 @@ 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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [41456] = 3, + [41782] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4332), 8, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4870), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341502,12 +343800,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4330), 24, + ACTIONS(4868), 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, @@ -341521,17 +343817,14 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [41496] = 3, + [41832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4437), 8, + ACTIONS(2407), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341540,7 +343833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4435), 24, + ACTIONS(2399), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341565,34 +343858,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41536] = 8, + [41872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(4769), 1, - anon_sym_LPAREN2, - ACTIONS(4771), 1, - anon_sym_LBRACK, - STATE(2700), 1, - sym_new_declarator, - STATE(2967), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4150), 10, + ACTIONS(4741), 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, - anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4148), 16, + ACTIONS(4739), 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, @@ -341600,28 +343882,34 @@ 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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [41586] = 8, + [41912] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3719), 1, anon_sym_LBRACE, - ACTIONS(4769), 1, + ACTIONS(5142), 1, anon_sym_LPAREN2, - ACTIONS(4771), 1, + ACTIONS(5144), 1, anon_sym_LBRACK, - STATE(2708), 1, + STATE(2695), 1, sym_new_declarator, - STATE(3032), 2, + STATE(2937), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4136), 10, + ACTIONS(4497), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341632,7 +343920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4134), 16, + ACTIONS(4493), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -341649,10 +343937,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [41636] = 3, + [41962] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4264), 8, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341660,12 +343961,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4262), 24, + ACTIONS(4689), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -341679,17 +343978,12 @@ 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [41676] = 3, + [42014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 8, + ACTIONS(4737), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341698,7 +343992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4370), 24, + ACTIONS(4735), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341723,20 +344017,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41716] = 8, + [42054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4453), 7, + ACTIONS(4625), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341744,10 +344028,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4451), 20, + anon_sym_DOT, + ACTIONS(4623), 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, @@ -341761,14 +344047,17 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, - [41766] = 3, + anon_sym_DASH_GT, + [42094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 8, + ACTIONS(4817), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341777,7 +344066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(1549), 24, + ACTIONS(4815), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341802,10 +344091,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [41806] = 3, + [42134] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 8, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4767), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341813,12 +344112,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4465), 24, + ACTIONS(4765), 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, @@ -341832,41 +344129,38 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [41846] = 8, + [42184] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(4769), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4771), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - STATE(2691), 1, - sym_new_declarator, - STATE(3063), 2, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(2120), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4146), 10, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4637), 7, 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, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4144), 16, + ACTIONS(4635), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -341874,30 +344168,18 @@ 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_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [41896] = 9, + [42236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 7, + ACTIONS(4725), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341905,10 +344187,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4266), 18, + anon_sym_DOT, + ACTIONS(4723), 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, @@ -341922,68 +344206,24 @@ 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, - [41948] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1463), 1, - anon_sym_enum, - ACTIONS(1465), 1, - anon_sym_class, - ACTIONS(1467), 1, - anon_sym_struct, - ACTIONS(1469), 1, - anon_sym_union, - ACTIONS(1471), 1, - anon_sym_typename, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(3634), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3638), 1, - anon_sym_EQ, - ACTIONS(4775), 1, - sym_identifier, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1349), 1, - sym__type_specifier, - STATE(3891), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(3636), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [42026] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [42276] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4461), 8, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5114), 1, + anon_sym_LPAREN2, + STATE(2674), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4535), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341992,11 +344232,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4459), 24, + ACTIONS(4533), 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, @@ -342008,8 +344246,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -342017,23 +344253,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42066] = 9, + [42322] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4364), 7, + ACTIONS(4745), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342041,10 +344264,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4362), 18, + anon_sym_DOT, + ACTIONS(4743), 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, @@ -342058,12 +344283,17 @@ 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, - [42118] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [42362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 8, + ACTIONS(4779), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342072,7 +344302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4316), 24, + ACTIONS(4777), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -342097,10 +344327,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42158] = 3, + [42402] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4322), 8, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5114), 1, + anon_sym_LPAREN2, + STATE(2692), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4539), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342109,11 +344346,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4320), 24, + ACTIONS(4537), 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, @@ -342125,8 +344360,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -342134,16 +344367,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42198] = 6, + [42448] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4777), 1, - anon_sym_COLON, - STATE(2541), 1, - sym_enumerator_list, - STATE(2738), 1, - sym__enum_base_clause, - ACTIONS(3423), 10, + ACTIONS(3719), 1, + anon_sym_LBRACE, + ACTIONS(5142), 1, + anon_sym_LPAREN2, + ACTIONS(5144), 1, + anon_sym_LBRACK, + STATE(2700), 1, + sym_new_declarator, + STATE(3074), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4513), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342154,10 +344392,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3425), 19, + ACTIONS(4511), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -342167,17 +344404,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [42244] = 3, + [42498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4421), 8, + ACTIONS(4843), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342186,7 +344421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4419), 24, + ACTIONS(4841), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -342211,23 +344446,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42284] = 3, + [42538] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4449), 8, + ACTIONS(3719), 1, + anon_sym_LBRACE, + ACTIONS(5142), 1, + anon_sym_LPAREN2, + ACTIONS(5144), 1, + anon_sym_LBRACK, + STATE(2713), 1, + sym_new_declarator, + STATE(2948), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4509), 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, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4447), 24, + ACTIONS(4507), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -342235,29 +344481,71 @@ 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_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [42588] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5152), 1, + anon_sym___attribute__, + ACTIONS(5154), 1, + anon_sym_LBRACK, + ACTIONS(5158), 1, + anon_sym_DASH_GT, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + STATE(2709), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5146), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [42324] = 6, + STATE(3044), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [42649] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4777), 1, - anon_sym_COLON, - STATE(2562), 1, - sym_enumerator_list, - STATE(2754), 1, - sym__enum_base_clause, - ACTIONS(3417), 10, + ACTIONS(3719), 1, + anon_sym_LBRACE, + ACTIONS(5142), 1, + anon_sym_LPAREN2, + STATE(3117), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4539), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342268,10 +344556,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3419), 19, + ACTIONS(4537), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -342281,32 +344568,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [42370] = 3, + [42694] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4326), 8, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4691), 6, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4324), 24, + ACTIONS(4689), 15, 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, @@ -342318,43 +344617,43 @@ 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [42410] = 9, + [42749] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - STATE(2148), 1, + ACTIONS(5166), 1, + anon_sym_SLASH, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4240), 7, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4691), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4238), 18, + ACTIONS(4689), 13, 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, @@ -342362,32 +344661,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_RBRACK, anon_sym_QMARK, - [42462] = 6, + [42808] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(3719), 1, anon_sym_LBRACE, - ACTIONS(4747), 1, + ACTIONS(5142), 1, anon_sym_LPAREN2, - STATE(2676), 2, + STATE(2949), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4170), 8, + ACTIONS(4559), 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, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4168), 20, + ACTIONS(4557), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -342397,71 +344695,84 @@ 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_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42508] = 3, + anon_sym_GT2, + [42853] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4495), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4493), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5172), 1, anon_sym_LPAREN2, + ACTIONS(5174), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5176), 1, 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, - anon_sym_SEMI, - anon_sym_RBRACE, + ACTIONS(5178), 1, + anon_sym_AMP, + ACTIONS(5180), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + STATE(3140), 1, + sym_parameter_list, + STATE(3283), 1, + sym__abstract_declarator, + STATE(2705), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4421), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42548] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [42912] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2411), 8, + ACTIONS(3719), 1, + anon_sym_LBRACE, + ACTIONS(5142), 1, + anon_sym_LPAREN2, + STATE(3047), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4555), 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, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(4553), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -342469,52 +344780,47 @@ 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_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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42588] = 13, + anon_sym_GT2, + [42957] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4475), 4, + ACTIONS(4827), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4473), 13, + ACTIONS(4825), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -342528,38 +344834,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [42647] = 11, + [43016] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4272), 6, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4862), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + [43093] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3877), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4567), 1, + anon_sym_LBRACK, + ACTIONS(4561), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(2407), 8, anon_sym_DASH, anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4266), 15, + anon_sym_DOT, + ACTIONS(2399), 19, 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, @@ -342572,95 +344925,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [42702] = 21, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [43138] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4431), 5, + ACTIONS(4689), 8, + 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, - [42777] = 13, + [43207] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, + ACTIONS(3820), 1, anon_sym_const, - ACTIONS(4805), 1, + ACTIONS(5172), 1, anon_sym_LPAREN2, - ACTIONS(4807), 1, + ACTIONS(5174), 1, anon_sym_STAR, - ACTIONS(4809), 1, + ACTIONS(5176), 1, anon_sym_AMP_AMP, - ACTIONS(4811), 1, + ACTIONS(5178), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - STATE(3159), 1, + STATE(3140), 1, sym_parameter_list, - STATE(3273), 1, + STATE(3271), 1, sym__abstract_declarator, - STATE(2711), 2, + STATE(3210), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4815), 5, + ACTIONS(5156), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3229), 5, + STATE(3227), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4052), 11, + ACTIONS(4589), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -342672,107 +345025,211 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [42836] = 18, + [43266] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4793), 1, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4691), 2, anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4266), 8, + ACTIONS(4689), 9, 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, - [42905] = 6, + [43331] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(4769), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - STATE(3031), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4170), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, anon_sym_SLASH, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4691), 2, anon_sym_PIPE, anon_sym_AMP, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4168), 17, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4689), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, + [43394] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [42950] = 6, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4769), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + [43467] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(4769), 1, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5152), 1, + anon_sym___attribute__, + ACTIONS(5158), 1, + anon_sym_DASH_GT, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5204), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + STATE(3212), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5202), 7, + anon_sym_COMMA, anon_sym_LPAREN2, - STATE(2966), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4189), 10, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + STATE(3105), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [43528] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + STATE(1294), 1, + sym_template_argument_list, + ACTIONS(3358), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342783,9 +345240,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4187), 17, + ACTIONS(3360), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -342795,372 +345253,330 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [42995] = 20, + [43571] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4336), 6, + ACTIONS(4697), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [43068] = 20, + [43644] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4789), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5206), 1, + anon_sym_COMMA, + ACTIONS(5208), 1, + anon_sym_SEMI, + ACTIONS(5210), 1, + anon_sym_RBRACE, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + STATE(4251), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4386), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [43141] = 17, + [43727] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(3719), 1, + anon_sym_LBRACE, + ACTIONS(5142), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4272), 1, - anon_sym_PIPE, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4797), 1, - anon_sym_AMP, - STATE(2148), 1, + STATE(3115), 2, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + sym_initializer_list, + ACTIONS(4535), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4266), 9, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4533), 17, 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_SEMI, - anon_sym_RBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - [43208] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [43772] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4481), 6, + ACTIONS(4858), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [43281] = 20, + [43845] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4455), 6, + ACTIONS(4731), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [43354] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(4742), 1, - anon_sym_LT, - STATE(2405), 1, - sym_template_argument_list, - ACTIONS(2401), 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_GT_GT, - anon_sym_DOT, - ACTIONS(2409), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [43399] = 15, + [43918] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4272), 2, + ACTIONS(4691), 1, anon_sym_PIPE, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4773), 2, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4801), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4266), 11, + ACTIONS(4689), 8, 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_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [43462] = 6, + [43987] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(4769), 1, - anon_sym_LPAREN2, - STATE(3041), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 10, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(5105), 1, + anon_sym_LT, + STATE(2473), 1, + sym_template_argument_list, + ACTIONS(2397), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343168,12 +345584,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4160), 17, + ACTIONS(2405), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -343183,194 +345599,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [43507] = 22, + [44032] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(4691), 1, anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4376), 4, + ACTIONS(4689), 9, + 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, - [43584] = 18, + anon_sym_QMARK, + [44099] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4272), 1, - anon_sym_PIPE, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4795), 1, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4266), 8, + ACTIONS(4689), 7, 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, - [43653] = 13, + [44170] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4266), 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [43712] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4272), 4, + ACTIONS(4691), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4266), 15, + ACTIONS(4689), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343386,147 +345753,245 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [43769] = 19, + [44227] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4791), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4266), 7, - anon_sym_DOT_DOT_DOT, + ACTIONS(4803), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [43840] = 16, + [44302] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5214), 1, + anon_sym_STAR, + ACTIONS(5216), 1, + anon_sym_AMP_AMP, + ACTIONS(5218), 1, + anon_sym_AMP, + STATE(3187), 1, + sym_parameter_list, + STATE(3298), 1, + sym__abstract_declarator, + STATE(3192), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4589), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [44360] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5220), 1, + anon_sym_STAR, + ACTIONS(5222), 1, + anon_sym_AMP_AMP, + ACTIONS(5224), 1, + anon_sym_AMP, + STATE(3182), 1, + sym_parameter_list, + STATE(3302), 1, + sym__abstract_declarator, + STATE(2756), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4421), 10, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [44418] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5226), 1, + anon_sym_COMMA, + ACTIONS(5232), 1, anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4272), 2, + ACTIONS(5234), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5236), 1, + anon_sym_AMP_AMP, + ACTIONS(5238), 1, anon_sym_PIPE, + ACTIONS(5240), 1, + anon_sym_CARET, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4773), 2, + ACTIONS(5252), 1, + anon_sym_RBRACK, + ACTIONS(5254), 1, + anon_sym_QMARK, + STATE(2120), 1, + sym_argument_list, + STATE(4344), 1, + aux_sym_lambda_capture_specifier_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4266), 9, - 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, - [43905] = 14, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44498] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(3867), 1, + anon_sym___attribute__, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4825), 1, - anon_sym___attribute__, - ACTIONS(4827), 1, - anon_sym_LBRACK, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(3415), 2, + ACTIONS(5204), 1, + anon_sym_LBRACK, + ACTIONS(5256), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - STATE(2712), 2, + STATE(3204), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(4815), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4819), 7, + ACTIONS(5202), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - STATE(3117), 7, + STATE(3142), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -343534,599 +345999,1036 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [43966] = 6, + [44558] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(4769), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4104), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, anon_sym_LPAREN2, - STATE(3052), 2, + ACTIONS(5258), 1, + sym_identifier, + ACTIONS(5260), 1, + anon_sym_enum, + ACTIONS(5262), 1, + anon_sym_class, + ACTIONS(5264), 1, + anon_sym_struct, + ACTIONS(5266), 1, + anon_sym_union, + ACTIONS(5268), 1, + anon_sym_typename, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(2632), 1, + sym__type_specifier, + STATE(2964), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4158), 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, - anon_sym_GT_GT, + STATE(3909), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [44632] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4104), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + ACTIONS(5258), 1, + sym_identifier, + ACTIONS(5262), 1, + anon_sym_class, + ACTIONS(5264), 1, + anon_sym_struct, + ACTIONS(5266), 1, + anon_sym_union, + ACTIONS(5270), 1, + anon_sym_enum, + ACTIONS(5272), 1, + anon_sym_typename, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(2640), 1, + sym__type_specifier, + STATE(2939), 1, + sym_argument_list, + STATE(3909), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [44706] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4156), 17, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5226), 1, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, + ACTIONS(5236), 1, anon_sym_AMP_AMP, + ACTIONS(5238), 1, + anon_sym_PIPE, + ACTIONS(5240), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(5242), 1, + anon_sym_AMP, + ACTIONS(5254), 1, anon_sym_QMARK, + ACTIONS(5274), 1, + anon_sym_RBRACK, + STATE(2120), 1, + sym_argument_list, + STATE(4227), 1, + aux_sym_lambda_capture_specifier_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [44011] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - STATE(1299), 1, - sym_template_argument_list, - ACTIONS(2980), 10, + ACTIONS(5228), 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, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2982), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5246), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5248), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5250), 2, anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [44054] = 6, + anon_sym_GT_GT, + [44786] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3503), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4197), 2, - anon_sym_RPAREN, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(4156), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(2411), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, + ACTIONS(5276), 1, + sym_identifier, + ACTIONS(5278), 1, + anon_sym_enum, + ACTIONS(5280), 1, + anon_sym_class, + ACTIONS(5282), 1, + anon_sym_struct, + ACTIONS(5284), 1, + anon_sym_union, + ACTIONS(5286), 1, + anon_sym_typename, + STATE(2255), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2523), 1, + sym_template_type, + STATE(2603), 1, + sym_qualified_type_identifier, + STATE(2673), 1, + sym__type_specifier, + STATE(3083), 1, + sym_argument_list, + STATE(3918), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3258), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3232), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2558), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [44860] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(2403), 19, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5290), 1, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, + ACTIONS(5300), 1, anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE, + ACTIONS(5304), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(5306), 1, + anon_sym_AMP, + ACTIONS(5312), 1, anon_sym_LT_EQ, + ACTIONS(5314), 1, anon_sym_LT_LT, + ACTIONS(5316), 1, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + ACTIONS(5318), 1, anon_sym_QMARK, + ACTIONS(5322), 1, + anon_sym_GT2, + STATE(2445), 1, + sym_argument_list, + STATE(4437), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5292), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5294), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5308), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [44099] = 13, + ACTIONS(5310), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [44942] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4805), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4124), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(4807), 1, - anon_sym_STAR, - ACTIONS(4809), 1, - anon_sym_AMP_AMP, - ACTIONS(4811), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_LBRACK, - STATE(3159), 1, - sym_parameter_list, - STATE(3259), 1, - sym__abstract_declarator, - STATE(3209), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4230), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [44158] = 14, + ACTIONS(5324), 1, + sym_identifier, + ACTIONS(5330), 1, + anon_sym_enum, + ACTIONS(5332), 1, + anon_sym_class, + ACTIONS(5334), 1, + anon_sym_struct, + ACTIONS(5336), 1, + anon_sym_union, + ACTIONS(5338), 1, + anon_sym_decltype, + ACTIONS(5340), 1, + anon_sym_typename, + STATE(2004), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2157), 1, + sym__type_specifier, + STATE(2280), 1, + sym_template_type, + STATE(2287), 1, + sym_qualified_type_identifier, + STATE(3076), 1, + sym_argument_list, + STATE(3902), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5328), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5326), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2288), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [45016] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4825), 1, - anon_sym___attribute__, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(4837), 1, - anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - STATE(3206), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4835), 7, - anon_sym_COMMA, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4104), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3051), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [44219] = 25, + ACTIONS(5258), 1, + sym_identifier, + ACTIONS(5262), 1, + anon_sym_class, + ACTIONS(5264), 1, + anon_sym_struct, + ACTIONS(5266), 1, + anon_sym_union, + ACTIONS(5270), 1, + anon_sym_enum, + ACTIONS(5272), 1, + anon_sym_typename, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(2653), 1, + sym__type_specifier, + STATE(2975), 1, + sym_argument_list, + STATE(3909), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [45090] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4839), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(4841), 1, + ACTIONS(5344), 1, + anon_sym_RPAREN, + ACTIONS(5346), 1, anon_sym_SEMI, - ACTIONS(4843), 1, - anon_sym_RBRACE, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - STATE(4403), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [44302] = 24, + [45170] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(4847), 1, + ACTIONS(5350), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - STATE(4287), 1, + STATE(4339), 1, aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [44382] = 24, + [45250] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(4849), 1, + ACTIONS(5352), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - STATE(4274), 1, + STATE(4265), 1, aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [45330] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4124), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + ACTIONS(5324), 1, + sym_identifier, + ACTIONS(5330), 1, + anon_sym_enum, + ACTIONS(5332), 1, + anon_sym_class, + ACTIONS(5334), 1, + anon_sym_struct, + ACTIONS(5336), 1, + anon_sym_union, + ACTIONS(5338), 1, + anon_sym_decltype, + ACTIONS(5340), 1, + anon_sym_typename, + STATE(2004), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2208), 1, + sym__type_specifier, + STATE(2280), 1, + sym_template_type, + STATE(2287), 1, + sym_qualified_type_identifier, + STATE(3011), 1, + sym_argument_list, + STATE(3902), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5328), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5326), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2288), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [45404] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2439), 1, + sym_enumerator_list, + STATE(2630), 1, + sym__enum_base_clause, + ACTIONS(3826), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(3828), 20, + 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_EQ, - [44462] = 24, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [45446] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(4853), 1, - anon_sym_RPAREN, - ACTIONS(4855), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [44542] = 24, + ACTIONS(5354), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [45524] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4845), 1, + ACTIONS(5210), 1, + anon_sym_RBRACE, + ACTIONS(5356), 1, anon_sym_COMMA, - ACTIONS(4857), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - STATE(4236), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, + STATE(4251), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [44622] = 24, + [45604] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5226), 1, + anon_sym_COMMA, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(4859), 1, - anon_sym_COMMA, - ACTIONS(4861), 1, - anon_sym_RBRACE, - STATE(2148), 1, + ACTIONS(5358), 1, + anon_sym_RBRACK, + STATE(2120), 1, sym_argument_list, - STATE(4221), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4773), 2, + STATE(4344), 1, + aux_sym_lambda_capture_specifier_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45684] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(3867), 1, + anon_sym___attribute__, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5154), 1, + anon_sym_LBRACK, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5360), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + STATE(2743), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5146), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + STATE(3166), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [45744] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2519), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2521), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2514), 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_EQ, - [44702] = 21, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [45784] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(3867), 1, + anon_sym___attribute__, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5204), 1, + anon_sym_LBRACK, + ACTIONS(5360), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + STATE(3204), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5202), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + STATE(3139), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [45844] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2886), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3762), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(4863), 1, + ACTIONS(5258), 1, sym_identifier, - ACTIONS(4865), 1, + ACTIONS(5260), 1, anon_sym_enum, - ACTIONS(4867), 1, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(4869), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(4871), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(4873), 1, + ACTIONS(5268), 1, anon_sym_typename, - STATE(2239), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, + STATE(2354), 1, sym_template_type, - STATE(2540), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(2670), 1, + STATE(2633), 1, sym__type_specifier, - STATE(2965), 1, + STATE(2935), 1, sym_argument_list, - STATE(3873), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [45918] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(4156), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + ACTIONS(5276), 1, + sym_identifier, + ACTIONS(5278), 1, + anon_sym_enum, + ACTIONS(5280), 1, + anon_sym_class, + ACTIONS(5282), 1, + anon_sym_struct, + ACTIONS(5284), 1, + anon_sym_union, + ACTIONS(5286), 1, + anon_sym_typename, + STATE(2255), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2523), 1, + sym_template_type, + STATE(2603), 1, + sym_qualified_type_identifier, + STATE(2691), 1, + sym__type_specifier, + STATE(3129), 1, + sym_argument_list, + STATE(3918), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2888), 2, + ACTIONS(3258), 2, sym_primitive_type, sym_auto, - ACTIONS(2862), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2590), 7, + STATE(2558), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344134,222 +347036,437 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [44776] = 24, + [45992] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + ACTIONS(5318), 1, anon_sym_QMARK, - ACTIONS(4845), 1, - anon_sym_COMMA, - ACTIONS(4875), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5362), 1, + anon_sym_GT2, + STATE(2445), 1, sym_argument_list, - STATE(4206), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + STATE(4191), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [44856] = 25, + anon_sym_LT, + [46074] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5214), 1, + anon_sym_STAR, + ACTIONS(5216), 1, + anon_sym_AMP_AMP, + ACTIONS(5218), 1, + anon_sym_AMP, + STATE(3187), 1, + sym_parameter_list, + STATE(3292), 1, + sym__abstract_declarator, + STATE(2722), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4421), 10, anon_sym_COMMA, - ACTIONS(4885), 1, + anon_sym_RPAREN, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [46132] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2447), 1, + sym_enumerator_list, + STATE(2635), 1, + sym__enum_base_clause, + ACTIONS(3832), 8, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4887), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(3834), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, - anon_sym_PIPE, - ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4895), 1, - anon_sym_AMP, - ACTIONS(4901), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4903), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, anon_sym_GT_GT, - ACTIONS(4907), 1, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(4911), 1, - anon_sym_GT2, - STATE(2446), 1, - sym_argument_list, - STATE(4410), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [46174] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5144), 1, + anon_sym_LBRACK, + STATE(2915), 1, + sym_new_declarator, + ACTIONS(4581), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4579), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - [44938] = 25, + anon_sym_DASH_GT, + anon_sym_GT2, + [46216] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4176), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + ACTIONS(5364), 1, + sym_identifier, + ACTIONS(5370), 1, + anon_sym_enum, + ACTIONS(5372), 1, + anon_sym_class, + ACTIONS(5374), 1, + anon_sym_struct, + ACTIONS(5376), 1, + anon_sym_union, + ACTIONS(5378), 1, + anon_sym_decltype, + ACTIONS(5380), 1, + anon_sym_typename, + STATE(1971), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2006), 1, + sym__type_specifier, + STATE(2041), 1, + sym_template_type, + STATE(2078), 1, + sym_qualified_type_identifier, + STATE(3014), 1, + sym_argument_list, + STATE(3897), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5368), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5366), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2112), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [46290] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(3867), 1, + anon_sym___attribute__, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5154), 1, + anon_sym_LBRACK, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5256), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + STATE(2725), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5146), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3149), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [46350] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4176), 1, + anon_sym_COLON_COLON, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + ACTIONS(5364), 1, + sym_identifier, + ACTIONS(5370), 1, + anon_sym_enum, + ACTIONS(5372), 1, + anon_sym_class, + ACTIONS(5374), 1, + anon_sym_struct, + ACTIONS(5376), 1, + anon_sym_union, + ACTIONS(5378), 1, + anon_sym_decltype, + ACTIONS(5380), 1, + anon_sym_typename, + STATE(1971), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2011), 1, + sym__type_specifier, + STATE(2041), 1, + sym_template_type, + STATE(2078), 1, + sym_qualified_type_identifier, + STATE(3017), 1, + sym_argument_list, + STATE(3897), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5368), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5366), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2112), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [46424] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5318), 1, anon_sym_QMARK, - ACTIONS(4913), 1, + ACTIONS(5382), 1, anon_sym_GT2, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - STATE(4220), 1, + STATE(4397), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [45020] = 21, + [46506] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3770), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(4915), 1, + ACTIONS(5364), 1, sym_identifier, - ACTIONS(4921), 1, - anon_sym_enum, - ACTIONS(4923), 1, + ACTIONS(5372), 1, anon_sym_class, - ACTIONS(4925), 1, + ACTIONS(5374), 1, anon_sym_struct, - ACTIONS(4927), 1, + ACTIONS(5376), 1, anon_sym_union, - ACTIONS(4929), 1, + ACTIONS(5378), 1, anon_sym_decltype, - ACTIONS(4931), 1, + ACTIONS(5384), 1, + anon_sym_enum, + ACTIONS(5386), 1, anon_sym_typename, - STATE(2000), 1, + STATE(1971), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2200), 1, + STATE(2011), 1, sym__type_specifier, - STATE(2263), 1, + STATE(2041), 1, sym_template_type, - STATE(2335), 1, + STATE(2078), 1, sym_qualified_type_identifier, - STATE(3081), 1, + STATE(3137), 1, sym_argument_list, - STATE(3892), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(4919), 2, + ACTIONS(5368), 2, sym_primitive_type, sym_auto, - ACTIONS(4917), 4, + ACTIONS(5366), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2292), 7, + STATE(2112), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344357,423 +347474,415 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [45094] = 5, + [46580] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4771), 1, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, anon_sym_LBRACK, - STATE(2867), 1, - sym_new_declarator, - ACTIONS(4214), 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, - anon_sym_GT_GT, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4212), 18, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5290), 1, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, + ACTIONS(5300), 1, anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE, + ACTIONS(5304), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(5306), 1, + anon_sym_AMP, + ACTIONS(5312), 1, anon_sym_LT_EQ, + ACTIONS(5314), 1, anon_sym_LT_LT, - anon_sym_LBRACE, + ACTIONS(5316), 1, + anon_sym_GT_GT, + ACTIONS(5318), 1, anon_sym_QMARK, + ACTIONS(5388), 1, + anon_sym_GT2, + STATE(2445), 1, + sym_argument_list, + STATE(4379), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5292), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5294), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5308), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [46662] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5220), 1, + anon_sym_STAR, + ACTIONS(5222), 1, + anon_sym_AMP_AMP, + ACTIONS(5224), 1, + anon_sym_AMP, + STATE(3182), 1, + sym_parameter_list, + STATE(3308), 1, + sym__abstract_declarator, + STATE(3192), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4589), 10, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_DASH_GT, - anon_sym_GT2, - [45136] = 25, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [46720] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5318), 1, anon_sym_QMARK, - ACTIONS(4933), 1, + ACTIONS(5390), 1, anon_sym_GT2, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - STATE(4343), 1, + STATE(4247), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [45218] = 24, + [46802] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4935), 1, + ACTIONS(5354), 1, + anon_sym_SEMI, + ACTIONS(5392), 1, anon_sym_COMMA, - ACTIONS(4937), 1, + ACTIONS(5395), 1, anon_sym_RBRACE, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - STATE(4345), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [45298] = 24, + [46882] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4939), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(4945), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4965), 1, - anon_sym_RBRACK, - ACTIONS(4967), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + ACTIONS(5318), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5397), 1, + anon_sym_GT2, + STATE(2445), 1, sym_argument_list, - STATE(4222), 1, - aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + STATE(4324), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [45378] = 24, + anon_sym_LT, + [46964] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, + STATE(2605), 1, + sym_enumerator_list, + ACTIONS(3487), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(3489), 19, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(4855), 1, - anon_sym_SEMI, - ACTIONS(4969), 1, - anon_sym_RPAREN, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [45458] = 24, + anon_sym_LT_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [47004] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4939), 1, - anon_sym_COMMA, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4971), 1, - anon_sym_RBRACK, - STATE(2148), 1, + ACTIONS(5401), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - STATE(4330), 1, - aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [45538] = 21, + ACTIONS(5399), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [47082] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4973), 1, - sym_identifier, - ACTIONS(4975), 1, - anon_sym_enum, - ACTIONS(4977), 1, - anon_sym_class, - ACTIONS(4979), 1, - anon_sym_struct, - ACTIONS(4981), 1, - anon_sym_union, - ACTIONS(4983), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(2630), 1, - sym__type_specifier, - STATE(2924), 1, - sym_argument_list, - STATE(3915), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [45612] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3770), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(4915), 1, + ACTIONS(5258), 1, sym_identifier, - ACTIONS(4921), 1, + ACTIONS(5260), 1, anon_sym_enum, - ACTIONS(4923), 1, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(4925), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(4927), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(4929), 1, - anon_sym_decltype, - ACTIONS(4931), 1, + ACTIONS(5268), 1, anon_sym_typename, - STATE(2000), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2173), 1, - sym__type_specifier, - STATE(2263), 1, + STATE(2354), 1, sym_template_type, - STATE(2335), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3075), 1, + STATE(2640), 1, + sym__type_specifier, + STATE(3070), 1, sym_argument_list, - STATE(3892), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(4919), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(4917), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2292), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344781,255 +347890,278 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [45686] = 24, + [47156] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4845), 1, + ACTIONS(5403), 1, anon_sym_COMMA, - ACTIONS(4985), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5405), 1, + anon_sym_RBRACE, + STATE(2120), 1, sym_argument_list, - STATE(4378), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, + STATE(4323), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [45766] = 25, + [47236] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5318), 1, anon_sym_QMARK, - ACTIONS(4987), 1, + ACTIONS(5407), 1, anon_sym_GT2, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - STATE(4306), 1, + STATE(4409), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [45848] = 13, + [47318] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4991), 1, - anon_sym_STAR, - ACTIONS(4993), 1, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4995), 1, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(3172), 1, - sym_parameter_list, - STATE(3291), 1, - sym__abstract_declarator, - STATE(3183), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4230), 10, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, anon_sym_COMMA, + ACTIONS(5346), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [45906] = 13, + ACTIONS(5409), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [47398] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4991), 1, - anon_sym_STAR, - ACTIONS(4993), 1, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + ACTIONS(5288), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4995), 1, + ACTIONS(5302), 1, + anon_sym_PIPE, + ACTIONS(5304), 1, + anon_sym_CARET, + ACTIONS(5306), 1, anon_sym_AMP, - STATE(3172), 1, - sym_parameter_list, - STATE(3298), 1, - sym__abstract_declarator, - STATE(2734), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4052), 10, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [45964] = 21, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + ACTIONS(5318), 1, + anon_sym_QMARK, + ACTIONS(5411), 1, + anon_sym_GT2, + STATE(2445), 1, + sym_argument_list, + STATE(4320), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5292), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5294), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5308), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [47480] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3744), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(4973), 1, + ACTIONS(5258), 1, sym_identifier, - ACTIONS(4975), 1, + ACTIONS(5260), 1, anon_sym_enum, - ACTIONS(4977), 1, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(4983), 1, + ACTIONS(5268), 1, anon_sym_typename, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(2634), 1, + STATE(2653), 1, sym__type_specifier, - STATE(2942), 1, + STATE(3127), 1, sym_argument_list, - STATE(3915), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345037,52 +348169,108 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [46038] = 21, + [47554] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5413), 1, + anon_sym_COMMA, + ACTIONS(5415), 1, + anon_sym_RBRACE, + STATE(2120), 1, + sym_argument_list, + STATE(4190), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [47634] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2886), 1, - anon_sym_decltype, - ACTIONS(3762), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(4863), 1, + ACTIONS(5364), 1, sym_identifier, - ACTIONS(4865), 1, - anon_sym_enum, - ACTIONS(4867), 1, + ACTIONS(5372), 1, anon_sym_class, - ACTIONS(4869), 1, + ACTIONS(5374), 1, anon_sym_struct, - ACTIONS(4871), 1, + ACTIONS(5376), 1, anon_sym_union, - ACTIONS(4873), 1, + ACTIONS(5378), 1, + anon_sym_decltype, + ACTIONS(5384), 1, + anon_sym_enum, + ACTIONS(5386), 1, anon_sym_typename, - STATE(2239), 1, + STATE(1971), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, + STATE(2006), 1, + sym__type_specifier, + STATE(2041), 1, sym_template_type, - STATE(2540), 1, + STATE(2078), 1, sym_qualified_type_identifier, - STATE(2660), 1, - sym__type_specifier, - STATE(2934), 1, + STATE(3124), 1, sym_argument_list, - STATE(3873), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2888), 2, + ACTIONS(5368), 2, sym_primitive_type, sym_auto, - ACTIONS(2862), 4, + ACTIONS(5366), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2590), 7, + STATE(2112), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345090,2049 +348278,1470 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [46112] = 4, + [47708] = 25, ACTIONS(3), 1, sym_comment, - STATE(2594), 1, - sym_enumerator_list, - ACTIONS(3076), 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, - anon_sym_GT_GT, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(3078), 19, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5290), 1, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, + ACTIONS(5300), 1, anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE, + ACTIONS(5304), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(5306), 1, + anon_sym_AMP, + ACTIONS(5312), 1, anon_sym_LT_EQ, + ACTIONS(5314), 1, anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5316), 1, + anon_sym_GT_GT, + ACTIONS(5318), 1, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + ACTIONS(5417), 1, anon_sym_GT2, - [46152] = 5, - ACTIONS(3), 1, - sym_comment, STATE(2445), 1, - sym_enumerator_list, - STATE(2628), 1, - sym__enum_base_clause, - ACTIONS(3417), 8, + sym_argument_list, + STATE(4378), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(3419), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [46194] = 23, + ACTIONS(5310), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [47790] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - STATE(2148), 1, + ACTIONS(5419), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + STATE(4301), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4997), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [46272] = 24, + [47870] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(4999), 1, + ACTIONS(5421), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - STATE(4351), 1, + STATE(4408), 1, aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [46352] = 5, + [47950] = 24, ACTIONS(3), 1, sym_comment, - STATE(2440), 1, - sym_enumerator_list, - STATE(2627), 1, - sym__enum_base_clause, - ACTIONS(3423), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(3425), 20, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(5423), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + STATE(4234), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [46394] = 24, + [48030] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4997), 1, - anon_sym_SEMI, - ACTIONS(5001), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(5004), 1, - anon_sym_RBRACE, - STATE(2148), 1, + ACTIONS(5425), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + STATE(4370), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [46474] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(5006), 1, - sym_identifier, - ACTIONS(5012), 1, - anon_sym_enum, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5022), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2002), 1, - sym__type_specifier, - STATE(2036), 1, - sym_template_type, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(2988), 1, - sym_argument_list, - STATE(3907), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [46548] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4973), 1, - sym_identifier, - ACTIONS(4977), 1, - anon_sym_class, - ACTIONS(4979), 1, - anon_sym_struct, - ACTIONS(4981), 1, - anon_sym_union, - ACTIONS(5024), 1, - anon_sym_enum, - ACTIONS(5026), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(2622), 1, - sym__type_specifier, - STATE(2926), 1, - sym_argument_list, - STATE(3915), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [46622] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(5006), 1, - sym_identifier, - ACTIONS(5012), 1, - anon_sym_enum, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5022), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1992), 1, - sym__type_specifier, - STATE(2036), 1, - sym_template_type, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(2990), 1, - sym_argument_list, - STATE(3907), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [46696] = 25, + [48110] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5318), 1, anon_sym_QMARK, - ACTIONS(5028), 1, + ACTIONS(5427), 1, anon_sym_GT2, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - STATE(4423), 1, + STATE(4429), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [46778] = 23, + [48192] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5032), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5429), 1, + anon_sym_COMMA, + ACTIONS(5431), 1, + anon_sym_RBRACE, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + STATE(4375), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5030), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [46856] = 14, + [48272] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3493), 1, - anon_sym___attribute__, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, + STATE(2552), 1, + sym_enumerator_list, + ACTIONS(3446), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(4837), 1, - anon_sym_LBRACK, - ACTIONS(5034), 1, - anon_sym_DASH_GT, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - STATE(3201), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4835), 6, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(3448), 19, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_STAR, + 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_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, - anon_sym_EQ, - STATE(3166), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [46916] = 24, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [48312] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4845), 1, + ACTIONS(5433), 1, anon_sym_COMMA, - ACTIONS(5036), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5435), 1, + anon_sym_RBRACE, + STATE(2120), 1, sym_argument_list, - STATE(4391), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, + STATE(4383), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [46996] = 25, + [48392] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5038), 1, - anon_sym_GT2, - STATE(2446), 1, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(5437), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - STATE(4347), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, + STATE(4314), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [47078] = 24, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [48472] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(5040), 1, + ACTIONS(5439), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - STATE(4280), 1, + STATE(4195), 1, aux_sym_argument_list_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [48552] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47158] = 13, + ACTIONS(5441), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [48627] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(5042), 1, - anon_sym_STAR, - ACTIONS(5044), 1, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5046), 1, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(3176), 1, - sym_parameter_list, - STATE(3290), 1, - sym__abstract_declarator, - STATE(3183), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4230), 10, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, anon_sym_COMMA, + ACTIONS(5443), 1, anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [47216] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2616), 1, - sym_enumerator_list, - ACTIONS(3066), 10, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [48704] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(4691), 1, anon_sym_PIPE, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5242), 1, anon_sym_AMP, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5228), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5230), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5244), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5246), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(5248), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5250), 2, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(3068), 19, + ACTIONS(4689), 7, 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [47256] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4973), 1, - sym_identifier, - ACTIONS(4977), 1, - anon_sym_class, - ACTIONS(4979), 1, - anon_sym_struct, - ACTIONS(4981), 1, - anon_sym_union, - ACTIONS(5024), 1, - anon_sym_enum, - ACTIONS(5026), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(2630), 1, - sym__type_specifier, - STATE(3064), 1, - sym_argument_list, - STATE(3915), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [47330] = 21, + [48769] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(5006), 1, - sym_identifier, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5048), 1, - anon_sym_enum, - ACTIONS(5050), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1992), 1, - sym__type_specifier, - STATE(2036), 1, - sym_template_type, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(2985), 1, - sym_argument_list, - STATE(3907), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [47404] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2523), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2525), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5232), 1, anon_sym_SLASH, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4691), 2, anon_sym_PIPE, anon_sym_AMP, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5228), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5230), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5244), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5246), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(5248), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5250), 2, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2518), 18, + ACTIONS(4689), 7, 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [47444] = 13, + [48832] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(5172), 1, anon_sym_LPAREN2, - ACTIONS(5042), 1, + ACTIONS(5174), 1, anon_sym_STAR, - ACTIONS(5044), 1, + ACTIONS(5176), 1, anon_sym_AMP_AMP, - ACTIONS(5046), 1, + ACTIONS(5178), 1, anon_sym_AMP, - STATE(3176), 1, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5447), 1, + anon_sym_const, + STATE(3140), 1, sym_parameter_list, - STATE(3297), 1, + STATE(3267), 1, sym__abstract_declarator, - STATE(2753), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, + STATE(3227), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4052), 10, + ACTIONS(5445), 16, anon_sym_COMMA, - anon_sym_RPAREN, + 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_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [47502] = 24, + [48885] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5052), 1, - anon_sym_COMMA, - ACTIONS(5054), 1, - anon_sym_RBRACE, - STATE(2148), 1, + STATE(2445), 1, sym_argument_list, - STATE(4427), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(4689), 11, + 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, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [47582] = 24, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_GT2, + [48938] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4939), 1, - anon_sym_COMMA, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5056), 1, - anon_sym_RBRACK, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5449), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - STATE(4330), 1, - aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [47662] = 25, + [49015] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5318), 1, anon_sym_QMARK, - ACTIONS(5058), 1, - anon_sym_GT2, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - STATE(4419), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5451), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [47744] = 25, + [49092] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4887), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, - anon_sym_AMP_AMP, - ACTIONS(4891), 1, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4691), 2, anon_sym_PIPE, - ACTIONS(4893), 1, - anon_sym_CARET, - ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - ACTIONS(4907), 1, - anon_sym_QMARK, - ACTIONS(5060), 1, - anon_sym_GT2, - STATE(2446), 1, - sym_argument_list, - STATE(4379), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5246), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [47826] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4973), 1, - sym_identifier, - ACTIONS(4977), 1, - anon_sym_class, - ACTIONS(4979), 1, - anon_sym_struct, - ACTIONS(4981), 1, - anon_sym_union, - ACTIONS(5024), 1, - anon_sym_enum, - ACTIONS(5026), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(2634), 1, - sym__type_specifier, - STATE(3115), 1, - sym_argument_list, - STATE(3915), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [47900] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(4973), 1, - sym_identifier, - ACTIONS(4977), 1, - anon_sym_class, - ACTIONS(4979), 1, - anon_sym_struct, - ACTIONS(4981), 1, - anon_sym_union, - ACTIONS(5024), 1, - anon_sym_enum, - ACTIONS(5026), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(2624), 1, - sym__type_specifier, - STATE(2905), 1, - sym_argument_list, - STATE(3915), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [47974] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4877), 1, + ACTIONS(5248), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 9, anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(4885), 1, - anon_sym_SLASH, - ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, - anon_sym_PIPE, - ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4895), 1, - anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - ACTIONS(4907), 1, - anon_sym_QMARK, - ACTIONS(5062), 1, - anon_sym_GT2, - STATE(2446), 1, - sym_argument_list, - STATE(4239), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - [48056] = 24, + anon_sym_RBRACK, + anon_sym_QMARK, + [49153] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5064), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5066), 1, - anon_sym_RBRACE, - STATE(2148), 1, + ACTIONS(5453), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - STATE(4247), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48136] = 24, + [49230] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4843), 1, - anon_sym_RBRACE, - ACTIONS(5068), 1, - anon_sym_COMMA, - STATE(2148), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + STATE(2445), 1, sym_argument_list, - STATE(4403), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 3, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + ACTIONS(5310), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [48216] = 14, + anon_sym_LT, + [49305] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(3493), 1, - anon_sym___attribute__, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(4837), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(5070), 1, - anon_sym_DASH_GT, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - STATE(3201), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4835), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5212), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(3139), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [48276] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3493), 1, - anon_sym___attribute__, - ACTIONS(4821), 1, + ACTIONS(5455), 1, + anon_sym_STAR, + ACTIONS(5457), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5459), 1, anon_sym_AMP, - ACTIONS(4827), 1, - anon_sym_LBRACK, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5070), 1, - anon_sym_DASH_GT, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - STATE(2768), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3497), 5, + STATE(3198), 1, + sym_parameter_list, + STATE(3381), 1, + sym__abstract_declarator, + STATE(3192), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4819), 6, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4589), 9, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(3140), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [48336] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3493), 1, - anon_sym___attribute__, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4827), 1, - anon_sym_LBRACK, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5034), 1, anon_sym_DASH_GT, - ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - STATE(2749), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4819), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3142), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [48396] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - ACTIONS(5006), 1, - sym_identifier, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5048), 1, - anon_sym_enum, - ACTIONS(5050), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2002), 1, - sym__type_specifier, - STATE(2036), 1, - sym_template_type, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(2962), 1, - sym_argument_list, - STATE(3907), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [48470] = 25, + anon_sym_noexcept, + anon_sym_throw, + [49362] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(4885), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4887), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, - anon_sym_AMP_AMP, - ACTIONS(4891), 1, - anon_sym_PIPE, - ACTIONS(4893), 1, - anon_sym_CARET, - ACTIONS(4895), 1, - anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - ACTIONS(4907), 1, - anon_sym_QMARK, - ACTIONS(5072), 1, - anon_sym_GT2, - STATE(2446), 1, + STATE(2120), 1, sym_argument_list, - STATE(4417), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4881), 2, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4691), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4689), 11, + 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, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, - anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT, - [48552] = 23, + anon_sym_LT_EQ, + anon_sym_RBRACK, + anon_sym_QMARK, + [49419] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5074), 1, + ACTIONS(5461), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48629] = 23, + [49496] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5076), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5463), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48706] = 18, + [49573] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4272), 1, - anon_sym_PIPE, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4953), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4266), 6, - anon_sym_DOT_DOT_DOT, + ACTIONS(5399), 2, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [48773] = 23, + anon_sym_SEMI, + [49648] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5078), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48850] = 17, + ACTIONS(5465), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [49723] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4272), 1, - anon_sym_PIPE, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4955), 1, - anon_sym_AMP, - STATE(2148), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4957), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4266), 7, - 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, - [48915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4228), 10, + ACTIONS(4637), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347142,11 +349751,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4226), 19, + ACTIONS(4635), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -347156,1511 +349763,1372 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - sym_literal_suffix, - [48952] = 23, + [49772] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5467), 1, anon_sym_COMMA, - ACTIONS(5080), 1, + ACTIONS(5469), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49029] = 21, + [49849] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5288), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - STATE(2446), 1, + ACTIONS(5318), 1, + anon_sym_QMARK, + STATE(2445), 1, sym_argument_list, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5465), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4336), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - [49102] = 16, + [49926] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4272), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(4691), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4266), 7, + ACTIONS(4689), 13, 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, - [49165] = 15, + [49981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(4599), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4272), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4959), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, + anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4266), 9, + anon_sym_DOT, + ACTIONS(4597), 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_RBRACK, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - [49226] = 23, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + sym_literal_suffix, + [50018] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5082), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5471), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49303] = 13, + [50095] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4475), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4473), 11, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - [49360] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4805), 1, - anon_sym_LPAREN2, - ACTIONS(4807), 1, - anon_sym_STAR, - ACTIONS(4809), 1, - anon_sym_AMP_AMP, - ACTIONS(4811), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(5086), 1, - anon_sym_const, - STATE(3159), 1, - sym_parameter_list, - STATE(3270), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5084), 16, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, anon_sym_COMMA, + ACTIONS(5473), 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_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [49413] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4945), 1, - anon_sym_SLASH, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4963), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4266), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - [49470] = 12, + [50172] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5475), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4266), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [49525] = 23, + [50249] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5088), 1, + ACTIONS(5477), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49602] = 23, + [50326] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5090), 1, + ACTIONS(5479), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49679] = 20, + [50403] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5481), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4481), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [49750] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4805), 1, - anon_sym_LPAREN2, - ACTIONS(4807), 1, - anon_sym_STAR, - ACTIONS(4809), 1, - anon_sym_AMP_AMP, - ACTIONS(4811), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(5094), 1, - anon_sym_const, - STATE(3159), 1, - sym_parameter_list, - STATE(3274), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5092), 16, - anon_sym_COMMA, - 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_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [49803] = 22, + [50480] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5483), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5030), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [49878] = 23, + [50557] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5485), 1, anon_sym_COMMA, - ACTIONS(5096), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5487), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49955] = 23, + [50634] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4841), 1, - anon_sym_SEMI, - ACTIONS(4851), 1, - anon_sym_COMMA, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50032] = 23, + ACTIONS(5489), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50709] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5172), 1, + anon_sym_LPAREN2, + ACTIONS(5174), 1, + anon_sym_STAR, + ACTIONS(5176), 1, + anon_sym_AMP_AMP, + ACTIONS(5178), 1, + anon_sym_AMP, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5493), 1, + anon_sym_const, + STATE(3140), 1, + sym_parameter_list, + STATE(3288), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5491), 16, + anon_sym_COMMA, + 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_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [50762] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5495), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50109] = 9, + [50839] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4364), 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, - anon_sym_GT_GT, - ACTIONS(4362), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5455), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5457), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_GT2, - [50158] = 20, + ACTIONS(5459), 1, + anon_sym_AMP, + STATE(3198), 1, + sym_parameter_list, + STATE(3386), 1, + sym__abstract_declarator, + STATE(2792), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4421), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [50896] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5497), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4455), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [50229] = 23, + [50973] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5100), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5499), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50306] = 8, + [51050] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4453), 9, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5166), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4451), 15, + ACTIONS(5182), 1, 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_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_GT2, - [50353] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5501), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4336), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [50424] = 14, + [51127] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4475), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4473), 10, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, anon_sym_QMARK, - anon_sym_GT2, - [50483] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - STATE(2446), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5503), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4909), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4240), 9, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 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, + ACTIONS(5170), 2, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4238), 13, - 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, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_GT2, - [50532] = 23, + [51204] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5102), 1, + ACTIONS(5505), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50609] = 23, + [51281] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5104), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5507), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50686] = 22, + [51358] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5509), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5106), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [50761] = 22, + [51435] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4376), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [50836] = 23, + ACTIONS(4697), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [51506] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5108), 1, + ACTIONS(5511), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50913] = 23, + [51583] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5110), 1, + ACTIONS(5513), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50990] = 8, + [51660] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4487), 9, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348670,7 +351138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4485), 15, + ACTIONS(4689), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -348683,2625 +351151,2438 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_GT2, - [51037] = 23, + [51709] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5112), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5114), 1, + ACTIONS(5515), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [51114] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4951), 1, - anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4266), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [51181] = 23, + [51786] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5116), 1, + ACTIONS(5517), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51258] = 23, + [51863] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5118), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51335] = 21, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4769), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [51934] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4455), 4, + ACTIONS(4769), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, - [51408] = 19, + [52007] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4949), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5519), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4266), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_RBRACK, - anon_sym_QMARK, - [51477] = 11, + [52084] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5521), 1, + anon_sym_COMMA, + ACTIONS(5523), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4272), 6, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4266), 13, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [52161] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5525), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [51530] = 23, + [52238] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5120), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5122), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5527), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51607] = 23, + [52315] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5124), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5529), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51684] = 23, + [52392] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4885), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2446), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5531), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5126), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4899), 3, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [51761] = 22, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [52469] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5533), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5128), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [51836] = 23, + [52546] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5130), 1, + ACTIONS(5535), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51913] = 21, + [52623] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - STATE(2446), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5537), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4481), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - [51986] = 23, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [52700] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4885), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2446), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5539), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5132), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4899), 3, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [52063] = 22, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [52777] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5541), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5134), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [52138] = 23, + [52854] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5136), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5543), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52215] = 22, + [52931] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4431), 3, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [52290] = 23, + ACTIONS(4731), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + [53004] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5138), 1, + ACTIONS(5545), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52367] = 23, + [53081] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5140), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5547), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52444] = 23, + [53158] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5142), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5549), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52521] = 23, + [53235] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5144), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5551), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52598] = 22, + [53312] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(4691), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5126), 2, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 6, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - [52673] = 23, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [53379] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5146), 1, + ACTIONS(5553), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52750] = 23, + [53456] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5148), 1, + ACTIONS(5555), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52827] = 21, + [53533] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5557), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4431), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [52900] = 23, + [53610] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5150), 1, + ACTIONS(5559), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52977] = 23, + [53687] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4885), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4887), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4891), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4893), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - ACTIONS(4907), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2446), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5561), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5152), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4899), 3, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [53054] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, - anon_sym_LPAREN2, - ACTIONS(5154), 1, - anon_sym_STAR, - ACTIONS(5156), 1, - anon_sym_AMP_AMP, - ACTIONS(5158), 1, - anon_sym_AMP, - STATE(3192), 1, - sym_parameter_list, - STATE(3377), 1, - sym__abstract_declarator, - STATE(3183), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4230), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [53111] = 23, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [53764] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5160), 1, - anon_sym_COMMA, - ACTIONS(5162), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(4862), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53188] = 22, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53839] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5004), 2, + ACTIONS(5395), 2, anon_sym_COMMA, anon_sym_RBRACE, - [53263] = 23, + [53914] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + ACTIONS(5318), 1, anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5164), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5489), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5310), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [53340] = 23, + anon_sym_LT, + [53991] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5166), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53417] = 23, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [54058] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5168), 1, + ACTIONS(5563), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53494] = 23, + [54135] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5170), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5565), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [53571] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5172), 1, - sym_literal_suffix, - ACTIONS(2411), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5198), 2, anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [53610] = 23, + [54212] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5174), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5567), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53687] = 23, + [54289] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5176), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53764] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3493), 1, - anon_sym___attribute__, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(4837), 1, - anon_sym_LBRACK, - ACTIONS(5178), 1, - anon_sym_DASH_GT, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - STATE(3201), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4835), 5, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 5, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(3178), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [53823] = 23, + anon_sym_PIPE_PIPE, + anon_sym_RBRACK, + anon_sym_QMARK, + [54358] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5180), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5569), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53900] = 23, + [54435] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5182), 1, + ACTIONS(5571), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53977] = 23, + [54512] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5184), 1, + ACTIONS(5573), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54054] = 23, + [54589] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5186), 1, + ACTIONS(5208), 1, anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54131] = 23, + [54666] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5188), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5575), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54208] = 3, + [54743] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 8, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + ACTIONS(5296), 1, + anon_sym_SLASH, + STATE(2445), 1, + sym_argument_list, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(5294), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4691), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4166), 21, + anon_sym_GT_GT, + ACTIONS(4689), 11, 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_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [54245] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3480), 1, - sym_primitive_type, - ACTIONS(5190), 1, - sym_identifier, - STATE(1300), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3478), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3054), 10, - 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, - anon_sym_DASH_GT, - ACTIONS(3056), 12, - 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_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [54290] = 23, + anon_sym_GT2, + [54798] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5192), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5194), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5577), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54367] = 23, + [54875] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5196), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5579), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54444] = 23, + [54952] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5198), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5581), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54521] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, - anon_sym_LPAREN2, - ACTIONS(5154), 1, - anon_sym_STAR, - ACTIONS(5156), 1, - anon_sym_AMP_AMP, - ACTIONS(5158), 1, - anon_sym_AMP, - STATE(3192), 1, - sym_parameter_list, - STATE(3375), 1, - sym__abstract_declarator, - STATE(2837), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4052), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [54578] = 23, + [55029] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5200), 1, + ACTIONS(5583), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54655] = 12, + [55106] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - STATE(2446), 1, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + STATE(2445), 1, sym_argument_list, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4272), 6, + ACTIONS(4691), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4266), 11, + ACTIONS(4689), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -351310,1114 +353591,802 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, anon_sym_QMARK, anon_sym_GT2, - [54710] = 23, + [55165] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5202), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54787] = 23, + ACTIONS(5585), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [55240] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5204), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5587), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54864] = 23, + [55317] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5206), 1, + ACTIONS(5589), 1, anon_sym_COMMA, - ACTIONS(5208), 1, + ACTIONS(5591), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54941] = 23, + [55394] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5210), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55018] = 23, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4803), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [55467] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5212), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5593), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55095] = 23, + [55544] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5214), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55172] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4236), 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, + ACTIONS(5250), 2, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4234), 19, + ACTIONS(4731), 4, 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [55209] = 23, + [55615] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5288), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5216), 1, - anon_sym_RPAREN, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, + ACTIONS(5312), 1, anon_sym_LT_EQ, - [55286] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4885), 1, - anon_sym_SLASH, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4266), 10, - 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_EQ, + ACTIONS(5318), 1, anon_sym_QMARK, - anon_sym_GT2, - [55345] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4885), 1, - anon_sym_SLASH, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4272), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4266), 9, - anon_sym_DOT_DOT_DOT, + ACTIONS(4862), 2, 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_GT2, - [55408] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4885), 1, - anon_sym_SLASH, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4272), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4266), 7, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_QMARK, - anon_sym_GT2, - [55473] = 18, + [55692] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 1, - anon_sym_PIPE, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4895), 1, - anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4897), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4266), 7, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_QMARK, - anon_sym_GT2, - [55540] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4272), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4885), 1, - anon_sym_SLASH, - ACTIONS(4893), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - STATE(2446), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5595), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4897), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4266), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_GT2, - [55609] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4885), 1, - anon_sym_SLASH, - ACTIONS(4891), 1, - anon_sym_PIPE, - ACTIONS(4893), 1, - anon_sym_CARET, - ACTIONS(4895), 1, - anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, - anon_sym_LT_LT, - ACTIONS(4905), 1, - anon_sym_GT_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4881), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4266), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_GT2, - [55678] = 23, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [55769] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5218), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5597), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55755] = 20, + [55846] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5599), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4386), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [55826] = 20, + [55923] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4889), 1, - anon_sym_AMP_AMP, - ACTIONS(4891), 1, - anon_sym_PIPE, - ACTIONS(4893), 1, - anon_sym_CARET, - ACTIONS(4895), 1, - anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4881), 2, + ACTIONS(4691), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4266), 5, + ACTIONS(4689), 9, 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_GT2, - [55897] = 9, + [55986] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 9, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5166), 1, anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4266), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5601), 1, anon_sym_COMMA, + ACTIONS(5603), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_GT2, - [55946] = 23, + [56063] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5220), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5605), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56023] = 23, + [56140] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5222), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5607), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56100] = 11, + [56217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - ACTIONS(4584), 1, - anon_sym_LBRACK, - ACTIONS(4588), 1, - anon_sym_DOT, - ACTIONS(4590), 1, - anon_sym_DASH_GT, - ACTIONS(4885), 1, - anon_sym_SLASH, - STATE(2446), 1, - sym_argument_list, - ACTIONS(4883), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4909), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 8, + ACTIONS(4541), 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, - anon_sym_GT_GT, - ACTIONS(4266), 11, + anon_sym_DOT, + ACTIONS(4543), 21, 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_EQ, anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_GT2, - [56153] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3493), 1, - anon_sym___attribute__, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4827), 1, + anon_sym_GT_GT, anon_sym_LBRACK, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5178), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - STATE(2847), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4819), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - STATE(3173), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [56212] = 3, + [56254] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4152), 8, + ACTIONS(5609), 1, + sym_literal_suffix, + ACTIONS(2407), 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, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4154), 21, + ACTIONS(2399), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -352428,709 +354397,805 @@ 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_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56249] = 23, + anon_sym_GT2, + [56293] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5224), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5611), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56326] = 23, + [56370] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5226), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5228), 1, + ACTIONS(5613), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [56447] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + ACTIONS(5296), 1, + anon_sym_SLASH, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, anon_sym_LT_LT, + ACTIONS(5316), 1, anon_sym_GT_GT, - ACTIONS(4799), 2, + STATE(2445), 1, + sym_argument_list, + ACTIONS(4691), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5292), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5294), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [56403] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + anon_sym_LT, + ACTIONS(4689), 7, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + anon_sym_GT2, + [56512] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(3867), 1, + anon_sym___attribute__, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5204), 1, + anon_sym_LBRACK, + ACTIONS(5615), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + STATE(3204), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5202), 5, anon_sym_COMMA, - ACTIONS(5230), 1, anon_sym_RPAREN, - STATE(2148), 1, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + STATE(3181), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [56571] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + ACTIONS(4953), 1, + anon_sym_LBRACK, + ACTIONS(4957), 1, + anon_sym_DOT, + ACTIONS(4959), 1, + anon_sym_DASH_GT, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(4870), 9, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + ACTIONS(4868), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [56480] = 23, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [56618] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4691), 1, + anon_sym_PIPE, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, - anon_sym_AMP_AMP, - ACTIONS(4891), 1, - anon_sym_PIPE, - ACTIONS(4893), 1, - anon_sym_CARET, - ACTIONS(4895), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4901), 1, + ACTIONS(5312), 1, anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - ACTIONS(4907), 1, - anon_sym_QMARK, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4376), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(5310), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [56557] = 22, + ACTIONS(4689), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_QMARK, + anon_sym_GT2, + [56685] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5232), 2, + ACTIONS(4858), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RBRACK, - [56632] = 22, + anon_sym_QMARK, + [56756] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5617), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5152), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [56707] = 23, + [56833] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5234), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [56784] = 23, + anon_sym_LT, + ACTIONS(4858), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + [56906] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5236), 1, + ACTIONS(5619), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56861] = 23, + [56983] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5238), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5240), 1, + ACTIONS(5621), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56938] = 11, + [57060] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4805), 1, - anon_sym_LPAREN2, - ACTIONS(4807), 1, - anon_sym_STAR, - ACTIONS(4809), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(3867), 1, + anon_sym___attribute__, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4811), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(5154), 1, anon_sym_LBRACK, - ACTIONS(5242), 1, - anon_sym_const, - STATE(3159), 1, - sym_parameter_list, - STATE(3260), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4648), 16, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5615), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + STATE(2891), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5146), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + STATE(3179), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [57119] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3847), 1, + sym_primitive_type, + ACTIONS(5623), 1, + sym_identifier, + STATE(1289), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3845), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3463), 10, 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, + anon_sym_DASH_GT, + ACTIONS(3465), 12, + 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_COLON, - anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [56991] = 23, + [57164] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5244), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [57068] = 23, + anon_sym_LT, + ACTIONS(4697), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + [57237] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5625), 1, anon_sym_COMMA, - ACTIONS(5246), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5627), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57145] = 23, + [57314] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(4851), 1, - anon_sym_COMMA, - ACTIONS(5248), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(4827), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(4825), 11, + 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_EQ, - [57222] = 3, + anon_sym_RBRACK, + anon_sym_QMARK, + [57371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 8, + ACTIONS(4526), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353139,7 +355204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4179), 21, + ACTIONS(4528), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -353161,216 +355226,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [57259] = 23, + [57408] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(4851), 1, + ACTIONS(5342), 1, anon_sym_COMMA, - ACTIONS(5250), 1, + ACTIONS(5629), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57336] = 21, + [57485] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4584), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4588), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4590), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4885), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(4887), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4889), 1, - anon_sym_AMP_AMP, - ACTIONS(4891), 1, - anon_sym_PIPE, - ACTIONS(4893), 1, - anon_sym_CARET, - ACTIONS(4895), 1, - anon_sym_AMP, - ACTIONS(4901), 1, - anon_sym_LT_EQ, - ACTIONS(4903), 1, + ACTIONS(5314), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(5316), 1, anon_sym_GT_GT, - STATE(2446), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4881), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4883), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4897), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4909), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4899), 3, + ACTIONS(4827), 5, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4386), 4, + ACTIONS(4825), 10, 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_EQ, anon_sym_QMARK, anon_sym_GT2, - [57409] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3500), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4362), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [57475] = 22, + [57544] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5252), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5320), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [57549] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4425), 10, + ACTIONS(4821), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353380,11 +355351,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4423), 18, + ACTIONS(4819), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -353394,244 +355363,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, anon_sym_GT2, - [57585] = 22, + [57593] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5254), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5631), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57659] = 22, + [57670] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5256), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57733] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4973), 1, - sym_identifier, - ACTIONS(4977), 1, - anon_sym_class, - ACTIONS(4979), 1, - anon_sym_struct, - ACTIONS(4981), 1, - anon_sym_union, - ACTIONS(5024), 1, - anon_sym_enum, - ACTIONS(5026), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(2620), 1, - sym__type_specifier, - STATE(3915), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [57801] = 18, + ACTIONS(5633), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [57745] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(5172), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4306), 1, + ACTIONS(5174), 1, anon_sym_STAR, - ACTIONS(4308), 1, + ACTIONS(5176), 1, anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(5178), 1, anon_sym_AMP, - STATE(3495), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4284), 1, - sym_init_declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [57867] = 12, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5635), 1, + anon_sym_const, + STATE(3140), 1, + sym_parameter_list, + STATE(3282), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5024), 16, + anon_sym_COMMA, + 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_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [57798] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5637), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4272), 4, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [57875] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4522), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4266), 12, + anon_sym_DOT, + ACTIONS(4524), 21, 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, @@ -353641,104 +355595,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, - [57921] = 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [57912] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5639), 1, + anon_sym_COMMA, + ACTIONS(5641), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4272), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4266), 10, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [57989] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5643), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, - anon_sym_QMARK, - [57977] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2327), 1, - anon_sym_enum, - ACTIONS(2329), 1, - anon_sym_class, - ACTIONS(2331), 1, - anon_sym_struct, - ACTIONS(2333), 1, - anon_sym_union, - ACTIONS(2335), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1349), 1, - sym__type_specifier, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [58045] = 3, + [58066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 10, + ACTIONS(4603), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353749,7 +355724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4166), 18, + ACTIONS(4601), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -353762,514 +355737,503 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [58081] = 22, + [58103] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5266), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58155] = 22, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5645), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [58178] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5268), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5647), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58229] = 15, + [58255] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4272), 2, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4773), 2, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5649), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4266), 8, - 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, - [58289] = 22, + [58332] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(5286), 1, - anon_sym_COLON, - ACTIONS(5288), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5651), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [58363] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4437), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4435), 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, + ACTIONS(5198), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [58399] = 16, + [58409] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4691), 1, + anon_sym_PIPE, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4272), 2, - anon_sym_PIPE, + ACTIONS(5304), 1, + anon_sym_CARET, + ACTIONS(5306), 1, anon_sym_AMP, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + STATE(2445), 1, + sym_argument_list, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4266), 6, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4689), 6, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, anon_sym_QMARK, - [58461] = 17, + anon_sym_GT2, + [58478] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4272), 1, - anon_sym_PIPE, - ACTIONS(4627), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(5282), 1, + ACTIONS(5302), 1, + anon_sym_PIPE, + ACTIONS(5304), 1, + anon_sym_CARET, + ACTIONS(5306), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4266), 6, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4689), 6, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, anon_sym_QMARK, - [58525] = 18, + anon_sym_GT2, + [58547] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4272), 1, - anon_sym_PIPE, - ACTIONS(4627), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, - anon_sym_SLASH, - ACTIONS(5280), 1, - anon_sym_CARET, - ACTIONS(5282), 1, - anon_sym_AMP, - STATE(2148), 1, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(4767), 9, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4266), 5, + anon_sym_LT, + anon_sym_GT_GT, + ACTIONS(4765), 15, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, anon_sym_QMARK, - [58591] = 18, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [58594] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5278), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_COMMA, + ACTIONS(5653), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4266), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON, - anon_sym_QMARK, - [58657] = 19, + [58671] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4727), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4953), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4957), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4959), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5296), 1, anon_sym_SLASH, - ACTIONS(5276), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5302), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5304), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5306), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5312), 1, + anon_sym_LT_EQ, + ACTIONS(5314), 1, + anon_sym_LT_LT, + ACTIONS(5316), 1, + anon_sym_GT_GT, + STATE(2445), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5292), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5294), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, + ACTIONS(5308), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4266), 4, + ACTIONS(5320), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5310), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4689), 5, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_COLON, anon_sym_QMARK, - [58725] = 11, + anon_sym_GT2, + [58742] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5260), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4272), 6, + ACTIONS(4691), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4266), 12, + ACTIONS(4689), 13, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -354279,153 +356243,546 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_QMARK, - [58777] = 22, + [58795] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1463), 1, + anon_sym_enum, + ACTIONS(1465), 1, + anon_sym_class, + ACTIONS(1467), 1, + anon_sym_struct, + ACTIONS(1469), 1, + anon_sym_union, + ACTIONS(1471), 1, + anon_sym_typename, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + STATE(1298), 1, + sym_template_type, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1326), 1, + sym__type_specifier, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [58863] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5290), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5655), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58851] = 21, + [58937] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2323), 1, + anon_sym_enum, + ACTIONS(2325), 1, + anon_sym_class, + ACTIONS(2327), 1, + anon_sym_struct, + ACTIONS(2329), 1, + anon_sym_union, + ACTIONS(2331), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3178), 1, + sym__type_specifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [59005] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4136), 1, + anon_sym_COLON_COLON, + ACTIONS(5069), 1, + sym_identifier, + ACTIONS(5075), 1, + anon_sym_enum, + ACTIONS(5077), 1, + anon_sym_class, + ACTIONS(5079), 1, + anon_sym_struct, + ACTIONS(5081), 1, + anon_sym_union, + ACTIONS(5083), 1, + anon_sym_decltype, + ACTIONS(5085), 1, + anon_sym_typename, + STATE(3478), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3761), 1, + sym_template_type, + STATE(3848), 1, + sym__type_specifier, + STATE(3863), 1, + sym_qualified_type_identifier, + STATE(3878), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5073), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5071), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3872), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [59073] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3236), 1, + anon_sym_enum, + ACTIONS(3238), 1, + anon_sym_class, + ACTIONS(3240), 1, + anon_sym_struct, + ACTIONS(3242), 1, + anon_sym_union, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(3260), 1, + anon_sym_typename, + ACTIONS(4194), 1, + anon_sym_COLON_COLON, + ACTIONS(5057), 1, + sym_identifier, + STATE(2255), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2523), 1, + sym_template_type, + STATE(2603), 1, + sym_qualified_type_identifier, + STATE(3473), 1, + sym__type_specifier, + STATE(3876), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3258), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3232), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2558), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [59141] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1941), 1, + anon_sym_enum, + ACTIONS(1943), 1, + anon_sym_class, + ACTIONS(1945), 1, + anon_sym_struct, + ACTIONS(1947), 1, + anon_sym_union, + ACTIONS(1949), 1, + anon_sym_decltype, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(5061), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1413), 1, + sym__type_specifier, + STATE(1454), 1, + sym_qualified_type_identifier, + STATE(2900), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3895), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(1939), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5059), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1410), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [59209] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5671), 1, anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4431), 2, + ACTIONS(5681), 1, anon_sym_COLON, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(4773), 2, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5673), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [58923] = 19, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59283] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(5091), 1, + anon_sym_enum, + ACTIONS(5093), 1, + anon_sym_class, + ACTIONS(5095), 1, + anon_sym_struct, + ACTIONS(5097), 1, + anon_sym_union, + ACTIONS(5099), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1326), 1, + sym__type_specifier, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [59351] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2323), 1, + anon_sym_enum, + ACTIONS(2325), 1, + anon_sym_class, + ACTIONS(2327), 1, + anon_sym_struct, + ACTIONS(2329), 1, + anon_sym_union, + ACTIONS(2331), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1326), 1, + sym__type_specifier, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [59419] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3744), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(4973), 1, + ACTIONS(5258), 1, sym_identifier, - ACTIONS(4975), 1, + ACTIONS(5260), 1, anon_sym_enum, - ACTIONS(4977), 1, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(4983), 1, + ACTIONS(5268), 1, anon_sym_typename, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(2635), 1, + STATE(2637), 1, sym__type_specifier, - STATE(3915), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [59487] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4104), 1, + anon_sym_COLON_COLON, + ACTIONS(5258), 1, + sym_identifier, + ACTIONS(5260), 1, + anon_sym_enum, + ACTIONS(5262), 1, + anon_sym_class, + ACTIONS(5264), 1, + anon_sym_struct, + ACTIONS(5266), 1, + anon_sym_union, + ACTIONS(5268), 1, + anon_sym_typename, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2377), 1, + sym__type_specifier, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(3909), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354433,98 +356790,133 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [58991] = 20, + [59555] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4779), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4777), 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_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [59591] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(2148), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5685), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4386), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [59061] = 19, + [59665] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3744), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(4973), 1, + ACTIONS(5258), 1, sym_identifier, - ACTIONS(4977), 1, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(5024), 1, + ACTIONS(5270), 1, anon_sym_enum, - ACTIONS(5026), 1, + ACTIONS(5272), 1, anon_sym_typename, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(2625), 1, + STATE(2656), 1, sym__type_specifier, - STATE(3915), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354532,95 +356924,95 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [59129] = 22, + [59733] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5292), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5687), 1, + anon_sym_RBRACK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [59203] = 18, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59807] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4667), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4669), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4671), 1, anon_sym_AMP, - STATE(3530), 1, + STATE(3526), 1, sym__declarator, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(4362), 1, + STATE(4416), 1, sym_init_declarator, - STATE(5145), 1, + STATE(5052), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -354632,95 +357024,147 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [59269] = 22, + [59873] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5294), 1, + ACTIONS(5689), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [59947] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5691), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [59343] = 18, + [60021] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4306), 1, + ACTIONS(4617), 1, anon_sym_STAR, - ACTIONS(4308), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(4621), 1, anon_sym_AMP, - STATE(3496), 1, + STATE(3523), 1, sym__declarator, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(4284), 1, + STATE(4435), 1, sym_init_declarator, - STATE(4836), 1, + STATE(5210), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -354732,583 +357176,668 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [59409] = 22, + [60087] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5296), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5693), 1, + anon_sym_COLON, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [59483] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60161] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5298), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5695), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [59557] = 18, + [60235] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4306), 1, - anon_sym_STAR, - ACTIONS(4308), 1, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(3498), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4284), 1, - sym_init_declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [59623] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2886), 1, - anon_sym_decltype, - ACTIONS(3762), 1, - anon_sym_COLON_COLON, - ACTIONS(4863), 1, - sym_identifier, - ACTIONS(4865), 1, - anon_sym_enum, - ACTIONS(4867), 1, - anon_sym_class, - ACTIONS(4869), 1, - anon_sym_struct, - ACTIONS(4871), 1, - anon_sym_union, - ACTIONS(4873), 1, - anon_sym_typename, - STATE(2239), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, - sym_template_type, - STATE(2540), 1, - sym_qualified_type_identifier, - STATE(2663), 1, - sym__type_specifier, - STATE(3873), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2888), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2862), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2590), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [59691] = 19, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5697), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [60309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3778), 1, - anon_sym_COLON_COLON, - ACTIONS(4698), 1, - sym_identifier, - ACTIONS(4704), 1, - anon_sym_enum, - ACTIONS(4706), 1, - anon_sym_class, - ACTIONS(4708), 1, - anon_sym_struct, - ACTIONS(4710), 1, - anon_sym_union, - ACTIONS(4712), 1, - anon_sym_decltype, - ACTIONS(4714), 1, - anon_sym_typename, - STATE(3468), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3472), 1, - sym__type_specifier, - STATE(3730), 1, - sym_template_type, - STATE(3793), 1, - sym_qualified_type_identifier, - STATE(3910), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(4702), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4700), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3791), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [59759] = 18, + ACTIONS(4695), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4693), 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_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [60345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(4725), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4723), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4306), 1, anon_sym_STAR, - ACTIONS(4308), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4310), 1, - anon_sym_AMP, - STATE(3526), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4284), 1, - sym_init_declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [59825] = 22, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [60381] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5300), 1, + ACTIONS(5699), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [59899] = 18, + [60455] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4306), 1, - anon_sym_STAR, - ACTIONS(4308), 1, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(3518), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4284), 1, - sym_init_declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [59965] = 22, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5701), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [60529] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5302), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5703), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60039] = 3, + [60603] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4439), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(5158), 1, + anon_sym_DASH_GT, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5707), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5705), 7, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + STATE(3090), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [60657] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5709), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, + [60731] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [60075] = 22, + ACTIONS(4667), 1, + anon_sym_STAR, + ACTIONS(4669), 1, + anon_sym_AMP_AMP, + ACTIONS(4671), 1, + anon_sym_AMP, + STATE(3529), 1, + sym__declarator, + STATE(3552), 1, + sym__scope_resolution, + STATE(4416), 1, + sym_init_declarator, + STATE(5052), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [60797] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3552), 1, + sym__scope_resolution, + STATE(3553), 1, + sym__declarator, + STATE(4416), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [60863] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4296), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5304), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60149] = 19, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60937] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - ACTIONS(4973), 1, + ACTIONS(5069), 1, sym_identifier, - ACTIONS(4975), 1, + ACTIONS(5075), 1, anon_sym_enum, - ACTIONS(4977), 1, + ACTIONS(5077), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(5079), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(5081), 1, anon_sym_union, - ACTIONS(4983), 1, + ACTIONS(5083), 1, + anon_sym_decltype, + ACTIONS(5085), 1, anon_sym_typename, - STATE(2023), 1, + STATE(3478), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(3490), 1, + sym__type_specifier, + STATE(3761), 1, sym_template_type, - STATE(2436), 1, + STATE(3863), 1, sym_qualified_type_identifier, - STATE(2637), 1, - sym__type_specifier, - STATE(3915), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(5073), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(5071), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(3872), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355316,138 +357845,100 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [60217] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4453), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4451), 16, - 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, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [60263] = 22, + [61005] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5306), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5711), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60337] = 19, + [61079] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2546), 1, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(5091), 1, anon_sym_enum, - ACTIONS(2548), 1, + ACTIONS(5093), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(5095), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(5097), 1, anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(2558), 1, + ACTIONS(5099), 1, anon_sym_typename, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(1298), 1, sym_template_type, - STATE(2362), 1, - sym__type_specifier, - STATE(2436), 1, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3870), 1, + STATE(3908), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4610), 1, + sym__type_specifier, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2321), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355455,96 +357946,97 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [60405] = 18, + [61147] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3531), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4317), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, + ACTIONS(5364), 1, + sym_identifier, + ACTIONS(5372), 1, + anon_sym_class, + ACTIONS(5374), 1, + anon_sym_struct, + ACTIONS(5376), 1, + anon_sym_union, + ACTIONS(5378), 1, + anon_sym_decltype, + ACTIONS(5384), 1, + anon_sym_enum, + ACTIONS(5386), 1, + anon_sym_typename, + STATE(1971), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2041), 1, sym_template_type, + STATE(2078), 1, + sym_qualified_type_identifier, + STATE(2113), 1, + sym__type_specifier, + STATE(3897), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(3712), 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, - [60471] = 19, + ACTIONS(5368), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5366), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2112), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [61215] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3770), 1, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - ACTIONS(4915), 1, + ACTIONS(5324), 1, sym_identifier, - ACTIONS(4921), 1, + ACTIONS(5330), 1, anon_sym_enum, - ACTIONS(4923), 1, + ACTIONS(5332), 1, anon_sym_class, - ACTIONS(4925), 1, + ACTIONS(5334), 1, anon_sym_struct, - ACTIONS(4927), 1, + ACTIONS(5336), 1, anon_sym_union, - ACTIONS(4929), 1, + ACTIONS(5338), 1, anon_sym_decltype, - ACTIONS(4931), 1, + ACTIONS(5340), 1, anon_sym_typename, - STATE(2000), 1, + STATE(2004), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2263), 1, + STATE(2280), 1, sym_template_type, - STATE(2276), 1, + STATE(2285), 1, sym__type_specifier, - STATE(2335), 1, + STATE(2287), 1, sym_qualified_type_identifier, - STATE(3892), 1, + STATE(3902), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(4919), 2, + ACTIONS(5328), 2, sym_primitive_type, sym_auto, - ACTIONS(4917), 4, + ACTIONS(5326), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2292), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355552,198 +358044,100 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [60539] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(5262), 1, - anon_sym_SLASH, - ACTIONS(5274), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, - anon_sym_AMP_AMP, - ACTIONS(5278), 1, - anon_sym_PIPE, - ACTIONS(5280), 1, - anon_sym_CARET, - ACTIONS(5282), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4455), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [60609] = 22, + [61283] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5308), 1, + ACTIONS(5713), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60683] = 18, + [61357] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3506), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4357), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [60749] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2391), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(5258), 1, + sym_identifier, + ACTIONS(5260), 1, + anon_sym_enum, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(4720), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(4722), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(4726), 1, - anon_sym_enum, - ACTIONS(4728), 1, + ACTIONS(5268), 1, anon_sym_typename, - STATE(1293), 1, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, sym_template_type, - STATE(1325), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3891), 1, - sym__scope_resolution, - STATE(4713), 1, + STATE(2636), 1, sym__type_specifier, - STATE(4833), 1, + STATE(3909), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2325), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355751,322 +358145,190 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [60817] = 22, + [61425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(4541), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5310), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [60891] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, + anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(4543), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5312), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [61461] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2407), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [60965] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, + anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(2399), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5314), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [61497] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4856), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [61039] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, + anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(4854), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5316), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [61113] = 22, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [61533] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(4621), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5318), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + STATE(3552), 1, + sym__scope_resolution, + STATE(3589), 1, + sym__declarator, + STATE(4689), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [61599] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4675), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [61187] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, + anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(4673), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4947), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE, - ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4955), 1, - anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - ACTIONS(5320), 1, - anon_sym_RBRACK, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - [61261] = 3, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [61635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4503), 10, + ACTIONS(4745), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -356077,7 +358339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4501), 18, + ACTIONS(4743), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -356096,51 +358358,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [61297] = 11, + [61671] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3552), 1, + sym__scope_resolution, + STATE(3563), 1, + sym__declarator, + STATE(4250), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [61737] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(4991), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, anon_sym_STAR, - ACTIONS(4993), 1, + ACTIONS(4669), 1, anon_sym_AMP_AMP, - ACTIONS(4995), 1, + ACTIONS(4671), 1, anon_sym_AMP, - ACTIONS(5094), 1, - anon_sym_const, - STATE(3172), 1, - sym_parameter_list, - STATE(3288), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5092), 15, - anon_sym_COMMA, - 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_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [61349] = 3, + STATE(3527), 1, + sym__declarator, + STATE(3552), 1, + sym__scope_resolution, + STATE(4416), 1, + sym_init_declarator, + STATE(5052), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [61803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4152), 10, + ACTIONS(4741), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -356151,7 +358468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4154), 18, + ACTIONS(4739), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -356170,89 +358487,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [61385] = 11, + [61839] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4991), 1, - anon_sym_STAR, - ACTIONS(4993), 1, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4995), 1, + ACTIONS(5667), 1, + anon_sym_PIPE, + ACTIONS(5669), 1, + anon_sym_CARET, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(5086), 1, - anon_sym_const, - STATE(3172), 1, - sym_parameter_list, - STATE(3287), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5084), 15, - anon_sym_COMMA, - 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_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [61437] = 19, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5657), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5659), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5673), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5675), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5677), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4731), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + [61909] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3800), 1, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(5006), 1, + ACTIONS(5258), 1, sym_identifier, - ACTIONS(5014), 1, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(5016), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(5018), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5048), 1, + ACTIONS(5270), 1, anon_sym_enum, - ACTIONS(5050), 1, + ACTIONS(5272), 1, anon_sym_typename, - STATE(1965), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1999), 1, - sym__type_specifier, - STATE(2036), 1, + STATE(2354), 1, sym_template_type, - STATE(2103), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3907), 1, + STATE(2645), 1, + sym__type_specifier, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(5010), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(5008), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2096), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356260,152 +358586,152 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [61505] = 22, + [61977] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5322), 1, - anon_sym_COLON, - STATE(2148), 1, + ACTIONS(5715), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [61579] = 22, + [62051] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4322), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5324), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [61653] = 19, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62125] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2886), 1, - anon_sym_decltype, - ACTIONS(3762), 1, - anon_sym_COLON_COLON, - ACTIONS(4863), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(4865), 1, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(5047), 1, anon_sym_enum, - ACTIONS(4867), 1, + ACTIONS(5049), 1, anon_sym_class, - ACTIONS(4869), 1, + ACTIONS(5051), 1, anon_sym_struct, - ACTIONS(4871), 1, + ACTIONS(5053), 1, anon_sym_union, - ACTIONS(4873), 1, + ACTIONS(5055), 1, anon_sym_typename, - STATE(2239), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, + STATE(1298), 1, sym_template_type, - STATE(2540), 1, - sym_qualified_type_identifier, - STATE(2664), 1, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1326), 1, sym__type_specifier, - STATE(3873), 1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2888), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(2862), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2590), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356413,270 +358739,249 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [61721] = 3, + [62193] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4461), 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, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4459), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [61757] = 3, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4104), 1, + anon_sym_COLON_COLON, + ACTIONS(5258), 1, + sym_identifier, + ACTIONS(5262), 1, + anon_sym_class, + ACTIONS(5264), 1, + anon_sym_struct, + ACTIONS(5266), 1, + anon_sym_union, + ACTIONS(5270), 1, + anon_sym_enum, + ACTIONS(5272), 1, + anon_sym_typename, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2377), 1, + sym__type_specifier, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(3909), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [62261] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 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, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4465), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [61793] = 22, + 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, + anon_sym_decltype, + ACTIONS(113), 1, + anon_sym_typename, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + STATE(1298), 1, + sym_template_type, + STATE(1300), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1326), 1, + sym__type_specifier, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [62329] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5326), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [61867] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5328), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [61941] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62401] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5330), 1, + ACTIONS(5717), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62015] = 19, + [62475] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(1941), 1, + anon_sym_enum, + ACTIONS(1943), 1, anon_sym_class, - ACTIONS(4720), 1, + ACTIONS(1945), 1, anon_sym_struct, - ACTIONS(4722), 1, + ACTIONS(1947), 1, anon_sym_union, - ACTIONS(4726), 1, - anon_sym_enum, - ACTIONS(4728), 1, + ACTIONS(1949), 1, + anon_sym_decltype, + ACTIONS(1953), 1, anon_sym_typename, - STATE(1293), 1, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, + STATE(1413), 1, + sym__type_specifier, + STATE(1454), 1, sym_qualified_type_identifier, - STATE(1334), 1, + STATE(1465), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1349), 1, - sym__type_specifier, - STATE(3891), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(1939), 2, sym_primitive_type, sym_auto, - ACTIONS(2325), 4, + ACTIONS(1937), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(1410), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356684,188 +358989,185 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [62083] = 11, + [62543] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, - anon_sym_LPAREN2, - ACTIONS(4991), 1, - anon_sym_STAR, - ACTIONS(4993), 1, - anon_sym_AMP_AMP, - ACTIONS(4995), 1, - anon_sym_AMP, - ACTIONS(5242), 1, - anon_sym_const, - STATE(3172), 1, - sym_parameter_list, - STATE(3303), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4648), 15, - anon_sym_COMMA, - 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_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [62135] = 22, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2542), 1, + anon_sym_enum, + ACTIONS(2544), 1, + anon_sym_class, + ACTIONS(2546), 1, + anon_sym_struct, + ACTIONS(2548), 1, + anon_sym_union, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(2554), 1, + anon_sym_typename, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, + sym_identifier, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2377), 1, + sym__type_specifier, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(3923), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [62611] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3948), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5719), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [62209] = 22, + [62685] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5332), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(4691), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(4689), 12, + 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_EQ, - [62283] = 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + [62737] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4617), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4621), 1, anon_sym_AMP, - STATE(3537), 1, + STATE(3545), 1, sym__declarator, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(4366), 1, + STATE(4286), 1, sym_init_declarator, - STATE(5145), 1, + STATE(5210), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -356877,397 +359179,475 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [62349] = 20, + [62803] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(5274), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5671), 1, anon_sym_AMP, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5673), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4336), 3, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 4, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, anon_sym_COLON, anon_sym_QMARK, - [62419] = 22, + [62871] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5220), 1, + anon_sym_STAR, + ACTIONS(5222), 1, + anon_sym_AMP_AMP, + ACTIONS(5224), 1, + anon_sym_AMP, + ACTIONS(5635), 1, + anon_sym_const, + STATE(3182), 1, + sym_parameter_list, + STATE(3309), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5024), 15, + anon_sym_COMMA, + 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_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [62923] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5334), 1, - anon_sym_COLON, - STATE(2148), 1, + ACTIONS(5721), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, + [62997] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4763), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4761), 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, - [62493] = 22, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [63033] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5336), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62567] = 9, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + [63099] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4691), 1, + anon_sym_PIPE, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - STATE(2148), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5669), 1, + anon_sym_CARET, + ACTIONS(5671), 1, + anon_sym_AMP, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4240), 7, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4238), 14, - anon_sym_DOT_DOT_DOT, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5675), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5679), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4689), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, - [62615] = 22, + [63165] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5338), 1, + ACTIONS(5723), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62689] = 22, + [63239] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4254), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5340), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62763] = 22, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63313] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5342), 1, + ACTIONS(5725), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62837] = 19, + [63387] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4973), 1, + ACTIONS(2375), 1, sym_identifier, - ACTIONS(4975), 1, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(5091), 1, anon_sym_enum, - ACTIONS(4977), 1, + ACTIONS(5093), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(5095), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(5097), 1, anon_sym_union, - ACTIONS(4983), 1, + ACTIONS(5099), 1, anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(1298), 1, sym_template_type, - STATE(2362), 1, - sym__type_specifier, - STATE(2436), 1, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3915), 1, + STATE(3908), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4646), 1, + sym__type_specifier, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2321), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357275,608 +359655,674 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [62905] = 22, + [63455] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5344), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5727), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62979] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, - ACTIONS(5006), 1, - sym_identifier, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5048), 1, - anon_sym_enum, - ACTIONS(5050), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2003), 1, - sym__type_specifier, - STATE(2036), 1, - sym_template_type, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(3907), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [63047] = 22, + [63529] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3900), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5729), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [63603] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4691), 1, + anon_sym_PIPE, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5671), 1, + anon_sym_AMP, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5679), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [63121] = 22, + ACTIONS(4689), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + [63667] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4260), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5346), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5244), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5246), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5248), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + [63741] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5661), 1, + anon_sym_SLASH, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4691), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5657), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5659), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [63195] = 19, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + [63803] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, - ACTIONS(5006), 1, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(5012), 1, - anon_sym_enum, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5022), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1999), 1, - sym__type_specifier, - STATE(2036), 1, - sym_template_type, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(3907), 1, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3517), 1, + sym__declarator, + STATE(3552), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4306), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [63263] = 22, + STATE(3720), 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, + [63869] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5348), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5731), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [63337] = 19, + [63943] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, ACTIONS(5006), 1, - sym_identifier, - ACTIONS(5012), 1, - anon_sym_enum, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5022), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2003), 1, - sym__type_specifier, - STATE(2036), 1, - sym_template_type, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(3907), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [63405] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2327), 1, - anon_sym_enum, - ACTIONS(2329), 1, - anon_sym_class, - ACTIONS(2331), 1, - anon_sym_struct, - ACTIONS(2333), 1, - anon_sym_union, - ACTIONS(2335), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3165), 1, - sym__type_specifier, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [63473] = 22, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5661), 1, + anon_sym_SLASH, + STATE(2120), 1, + sym_argument_list, + ACTIONS(4691), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5657), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5659), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5675), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5677), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4689), 8, + 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, + [64003] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4376), 1, - anon_sym_COLON, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5733), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [64077] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4526), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4528), 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_EQ, - ACTIONS(5284), 2, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [64113] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5661), 1, + anon_sym_SLASH, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5657), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5659), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4691), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4689), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [63547] = 22, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_COLON, + anon_sym_QMARK, + [64169] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5350), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5735), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [63621] = 22, + [64243] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5352), 1, - anon_sym_COLON, - STATE(2148), 1, + ACTIONS(5737), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [63695] = 19, + [64317] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - ACTIONS(2329), 1, + ACTIONS(5324), 1, + sym_identifier, + ACTIONS(5330), 1, + anon_sym_enum, + ACTIONS(5332), 1, anon_sym_class, - ACTIONS(2331), 1, + ACTIONS(5334), 1, anon_sym_struct, - ACTIONS(2333), 1, + ACTIONS(5336), 1, anon_sym_union, - ACTIONS(4734), 1, - anon_sym_enum, - ACTIONS(4736), 1, + ACTIONS(5338), 1, + anon_sym_decltype, + ACTIONS(5340), 1, anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, + STATE(2004), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3185), 1, + STATE(2154), 1, sym__type_specifier, - STATE(3877), 1, + STATE(2280), 1, + sym_template_type, + STATE(2287), 1, + sym_qualified_type_identifier, + STATE(3902), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(5328), 2, sym_primitive_type, sym_auto, - ACTIONS(2325), 4, + ACTIONS(5326), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357884,139 +360330,138 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [63763] = 12, + [64385] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5356), 1, - anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5354), 7, - anon_sym_COMMA, + ACTIONS(4495), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5661), 1, + anon_sym_SLASH, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5657), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5659), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4691), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4689), 12, + 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_COLON, - STATE(3055), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [63817] = 19, + anon_sym_QMARK, + [64439] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2379), 1, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(2391), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4716), 1, - anon_sym_enum, - ACTIONS(4718), 1, - anon_sym_class, - ACTIONS(4720), 1, - anon_sym_struct, - ACTIONS(4722), 1, - anon_sym_union, - ACTIONS(4724), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2959), 1, - sym__type_specifier, - STATE(3891), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3518), 1, + sym__declarator, + STATE(3552), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4250), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [63885] = 19, + STATE(3720), 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, + [64505] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3778), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(4698), 1, + ACTIONS(5364), 1, sym_identifier, - ACTIONS(4704), 1, + ACTIONS(5370), 1, anon_sym_enum, - ACTIONS(4706), 1, + ACTIONS(5372), 1, anon_sym_class, - ACTIONS(4708), 1, + ACTIONS(5374), 1, anon_sym_struct, - ACTIONS(4710), 1, + ACTIONS(5376), 1, anon_sym_union, - ACTIONS(4712), 1, + ACTIONS(5378), 1, anon_sym_decltype, - ACTIONS(4714), 1, + ACTIONS(5380), 1, anon_sym_typename, - STATE(3468), 1, + STATE(1971), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3730), 1, + STATE(2002), 1, + sym__type_specifier, + STATE(2041), 1, sym_template_type, - STATE(3793), 1, + STATE(2078), 1, sym_qualified_type_identifier, - STATE(3810), 1, - sym__type_specifier, - STATE(3910), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(4702), 2, + ACTIONS(5368), 2, sym_primitive_type, sym_auto, - ACTIONS(4700), 4, + ACTIONS(5366), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3791), 7, + STATE(2112), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358024,253 +360469,148 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [63953] = 19, + [64573] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2866), 1, - anon_sym_enum, - ACTIONS(2868), 1, - anon_sym_class, - ACTIONS(2870), 1, - anon_sym_struct, - ACTIONS(2872), 1, - anon_sym_union, - ACTIONS(2886), 1, - anon_sym_decltype, - ACTIONS(2890), 1, - anon_sym_typename, - ACTIONS(3750), 1, - anon_sym_COLON_COLON, - ACTIONS(4690), 1, - sym_identifier, - STATE(2239), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, - sym_template_type, - STATE(2540), 1, - sym_qualified_type_identifier, - STATE(3489), 1, - sym__type_specifier, - STATE(3872), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2888), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2862), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2590), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [64021] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5358), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(4617), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [64095] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, - anon_sym_SLASH, - ACTIONS(5274), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, - anon_sym_PIPE, - ACTIONS(5280), 1, - anon_sym_CARET, - ACTIONS(5282), 1, - anon_sym_AMP, - ACTIONS(5288), 1, - anon_sym_QMARK, - ACTIONS(5360), 1, - anon_sym_COLON, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [64169] = 22, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3540), 1, + sym__declarator, + STATE(3552), 1, + sym__scope_resolution, + STATE(4380), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [64639] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5362), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5739), 1, + anon_sym_RBRACK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64243] = 19, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64713] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1945), 1, + ACTIONS(4176), 1, + anon_sym_COLON_COLON, + ACTIONS(5364), 1, + sym_identifier, + ACTIONS(5370), 1, anon_sym_enum, - ACTIONS(1947), 1, + ACTIONS(5372), 1, anon_sym_class, - ACTIONS(1949), 1, + ACTIONS(5374), 1, anon_sym_struct, - ACTIONS(1951), 1, + ACTIONS(5376), 1, anon_sym_union, - ACTIONS(1953), 1, + ACTIONS(5378), 1, anon_sym_decltype, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(4696), 1, + ACTIONS(5380), 1, anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1409), 1, + STATE(1971), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2005), 1, sym__type_specifier, - STATE(1425), 1, + STATE(2041), 1, + sym_template_type, + STATE(2078), 1, sym_qualified_type_identifier, - STATE(2854), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3903), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(1943), 2, + ACTIONS(5368), 2, sym_primitive_type, sym_auto, - ACTIONS(4694), 4, + ACTIONS(5366), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1439), 7, + STATE(2112), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358278,204 +360618,255 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [64311] = 22, + [64781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(4737), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4787), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4735), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5364), 1, - anon_sym_RPAREN, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [64817] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4823), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [64385] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, + anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(1613), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5366), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [64853] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [64459] = 22, + ACTIONS(4669), 1, + anon_sym_AMP_AMP, + ACTIONS(4671), 1, + anon_sym_AMP, + STATE(3515), 1, + sym__declarator, + STATE(3552), 1, + sym__scope_resolution, + STATE(4416), 1, + sym_init_declarator, + STATE(5052), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [64919] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4262), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5368), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64533] = 19, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64993] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5214), 1, + anon_sym_STAR, + ACTIONS(5216), 1, + anon_sym_AMP_AMP, + ACTIONS(5218), 1, + anon_sym_AMP, + ACTIONS(5635), 1, + anon_sym_const, + STATE(3187), 1, + sym_parameter_list, + STATE(3299), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5024), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [65045] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2548), 1, + ACTIONS(2544), 1, anon_sym_class, - ACTIONS(2550), 1, + ACTIONS(2546), 1, anon_sym_struct, - ACTIONS(2552), 1, + ACTIONS(2548), 1, anon_sym_union, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3806), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4650), 1, + ACTIONS(5036), 1, sym_identifier, - ACTIONS(4730), 1, + ACTIONS(5087), 1, anon_sym_enum, - ACTIONS(4732), 1, + ACTIONS(5089), 1, anon_sym_typename, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(3535), 1, + STATE(3542), 1, sym__type_specifier, - STATE(3870), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358483,828 +360874,483 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [64601] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, - anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - ACTIONS(5370), 1, - anon_sym_RBRACK, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4957), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [64675] = 22, + [65113] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5372), 1, + ACTIONS(5741), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64749] = 22, + [65187] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3938), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, - anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(4691), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4689), 14, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [64823] = 22, + anon_sym_COLON, + anon_sym_QMARK, + [65235] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5374), 1, + ACTIONS(5743), 1, anon_sym_COLON, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5673), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [64897] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65309] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - ACTIONS(5376), 1, - anon_sym_RBRACK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5679), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [64971] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4499), 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, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4497), 18, + ACTIONS(4697), 3, 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [65007] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3800), 1, - anon_sym_COLON_COLON, - ACTIONS(5006), 1, - sym_identifier, - ACTIONS(5012), 1, - anon_sym_enum, - ACTIONS(5014), 1, - anon_sym_class, - ACTIONS(5016), 1, - anon_sym_struct, - ACTIONS(5018), 1, - anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5022), 1, - anon_sym_typename, - STATE(1965), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2036), 1, - sym_template_type, - STATE(2100), 1, - sym__type_specifier, - STATE(2103), 1, - sym_qualified_type_identifier, - STATE(3907), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(5010), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5008), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2096), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [65075] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2546), 1, - anon_sym_enum, - ACTIONS(2548), 1, - anon_sym_class, - ACTIONS(2550), 1, - anon_sym_struct, - ACTIONS(2552), 1, - anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(2558), 1, - anon_sym_typename, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(3481), 1, - sym__type_specifier, - STATE(3870), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [65143] = 8, + [65379] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4487), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5166), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4485), 16, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, 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, - anon_sym_COLON, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, anon_sym_QMARK, + ACTIONS(5745), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [65189] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2548), 1, - anon_sym_class, - ACTIONS(2550), 1, - anon_sym_struct, - ACTIONS(2552), 1, - anon_sym_union, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(4650), 1, - sym_identifier, - ACTIONS(4730), 1, - anon_sym_enum, - ACTIONS(4732), 1, - anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, - sym_template_type, - STATE(2362), 1, - sym__type_specifier, - STATE(2436), 1, - sym_qualified_type_identifier, - STATE(3870), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(2556), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2400), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [65257] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4443), 10, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 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, + ACTIONS(5170), 2, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(1549), 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, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [65293] = 22, + [65453] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5378), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [65367] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4769), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + [65523] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5380), 1, + ACTIONS(5747), 1, anon_sym_COLON, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5673), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [65441] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65597] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5382), 1, + ACTIONS(5749), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [65515] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4449), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5198), 2, anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4447), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [65551] = 22, + [65671] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5384), 1, + ACTIONS(5751), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [65625] = 22, + [65745] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5386), 1, - anon_sym_RPAREN, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [65699] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4177), 10, + ACTIONS(4637), 7, 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, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4179), 18, + ACTIONS(4635), 14, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -359312,264 +361358,311 @@ 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_EQ, anon_sym_LT_LT, - anon_sym_LBRACK, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [65735] = 22, + [65793] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4862), 1, + anon_sym_COLON, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5388), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [65809] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65867] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5390), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5753), 1, + anon_sym_COLON, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [65883] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [65941] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(5093), 1, + anon_sym_class, + ACTIONS(5095), 1, + anon_sym_struct, + ACTIONS(5097), 1, + anon_sym_union, + ACTIONS(5101), 1, + anon_sym_enum, + ACTIONS(5103), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3135), 1, + sym__type_specifier, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [66009] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5392), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5755), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [65957] = 22, + [66083] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5394), 1, - anon_sym_RBRACK, - STATE(2148), 1, + ACTIONS(5757), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [66031] = 19, + [66157] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(4973), 1, + ACTIONS(2313), 1, sym_identifier, - ACTIONS(4977), 1, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2325), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(2327), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(2329), 1, anon_sym_union, - ACTIONS(5024), 1, + ACTIONS(5063), 1, anon_sym_enum, - ACTIONS(5026), 1, + ACTIONS(5065), 1, anon_sym_typename, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(1298), 1, sym_template_type, - STATE(2362), 1, - sym__type_specifier, - STATE(2436), 1, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, sym_qualified_type_identifier, - STATE(3915), 1, + STATE(3201), 1, + sym__type_specifier, + STATE(3912), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2321), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359577,210 +361670,249 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [66099] = 3, + [66225] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4322), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5214), 1, + anon_sym_STAR, + ACTIONS(5216), 1, + anon_sym_AMP_AMP, + ACTIONS(5218), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4320), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(5447), 1, + anon_sym_const, + STATE(3187), 1, + sym_parameter_list, + STATE(3310), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5445), 15, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [66277] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(5006), 1, + anon_sym_DOT, + ACTIONS(5008), 1, + anon_sym_DASH_GT, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, + ACTIONS(5665), 1, anon_sym_AMP_AMP, + ACTIONS(5667), 1, + anon_sym_PIPE, + ACTIONS(5669), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(5671), 1, + anon_sym_AMP, + ACTIONS(5683), 1, anon_sym_QMARK, + ACTIONS(5759), 1, + anon_sym_COLON, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [66135] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4318), 10, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5659), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5673), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5675), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(5677), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5679), 2, + anon_sym_LT_LT, anon_sym_GT_GT, + [66351] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4316), 18, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, + ACTIONS(5236), 1, anon_sym_AMP_AMP, + ACTIONS(5238), 1, + anon_sym_PIPE, + ACTIONS(5240), 1, anon_sym_CARET, + ACTIONS(5242), 1, + anon_sym_AMP, + ACTIONS(5254), 1, + anon_sym_QMARK, + ACTIONS(5761), 1, + anon_sym_RBRACK, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5228), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5230), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5246), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5248), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5250), 2, anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [66171] = 22, + anon_sym_GT_GT, + [66425] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5396), 1, + ACTIONS(5763), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66245] = 3, + [66499] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4264), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4262), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(5158), 1, + anon_sym_DASH_GT, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5204), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5202), 7, 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [66281] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1945), 1, - anon_sym_enum, - ACTIONS(1947), 1, - anon_sym_class, - ACTIONS(1949), 1, - anon_sym_struct, - ACTIONS(1951), 1, - anon_sym_union, - ACTIONS(1953), 1, - anon_sym_decltype, - ACTIONS(1957), 1, - anon_sym_typename, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - STATE(1293), 1, - sym_template_type, - STATE(1409), 1, - sym__type_specifier, - STATE(1425), 1, - sym_qualified_type_identifier, - STATE(1465), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3903), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(1943), 2, - sym_primitive_type, - sym_auto, - ACTIONS(1941), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1439), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [66349] = 3, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + STATE(3110), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [66553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4495), 10, + ACTIONS(4831), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359791,7 +361923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4493), 18, + ACTIONS(4829), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359810,10 +361942,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [66385] = 3, + [66589] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(5093), 1, + anon_sym_class, + ACTIONS(5095), 1, + anon_sym_struct, + ACTIONS(5097), 1, + anon_sym_union, + ACTIONS(5101), 1, + anon_sym_enum, + ACTIONS(5103), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1326), 1, + sym__type_specifier, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [66657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4326), 10, + ACTIONS(4775), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359824,7 +362005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4324), 18, + ACTIONS(4773), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359843,48 +362024,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [66421] = 19, + [66693] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2391), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(4716), 1, + ACTIONS(5364), 1, + sym_identifier, + ACTIONS(5370), 1, anon_sym_enum, - ACTIONS(4718), 1, + ACTIONS(5372), 1, anon_sym_class, - ACTIONS(4720), 1, + ACTIONS(5374), 1, anon_sym_struct, - ACTIONS(4722), 1, + ACTIONS(5376), 1, anon_sym_union, - ACTIONS(4724), 1, + ACTIONS(5378), 1, + anon_sym_decltype, + ACTIONS(5380), 1, anon_sym_typename, - STATE(1293), 1, + STATE(1971), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2041), 1, sym_template_type, - STATE(1325), 1, + STATE(2078), 1, sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1349), 1, + STATE(2113), 1, sym__type_specifier, - STATE(3891), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(5368), 2, sym_primitive_type, sym_auto, - ACTIONS(2325), 4, + ACTIONS(5366), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(2112), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359892,62 +362073,62 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [66489] = 22, + [66761] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5398), 1, + ACTIONS(5765), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66563] = 3, + [66835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4332), 10, + ACTIONS(4793), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359958,7 +362139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4330), 18, + ACTIONS(4791), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359977,232 +362158,393 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [66599] = 3, + [66871] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4304), 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, - anon_sym_GT_GT, + ACTIONS(4272), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4302), 18, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, + ACTIONS(5236), 1, anon_sym_AMP_AMP, + ACTIONS(5238), 1, + anon_sym_PIPE, + ACTIONS(5240), 1, anon_sym_CARET, + ACTIONS(5242), 1, + anon_sym_AMP, + ACTIONS(5254), 1, + anon_sym_QMARK, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5228), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5230), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5246), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5248), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5250), 2, anon_sym_LT_LT, + anon_sym_GT_GT, + [66945] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5180), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5214), 1, + anon_sym_STAR, + ACTIONS(5216), 1, + anon_sym_AMP_AMP, + ACTIONS(5218), 1, + anon_sym_AMP, + ACTIONS(5493), 1, + anon_sym_const, + STATE(3187), 1, + sym_parameter_list, + STATE(3311), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5491), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [66635] = 22, + anon_sym_noexcept, + anon_sym_throw, + [66997] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2542), 1, + anon_sym_enum, + ACTIONS(2544), 1, + anon_sym_class, + ACTIONS(2546), 1, + anon_sym_struct, + ACTIONS(2548), 1, + anon_sym_union, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(2554), 1, + anon_sym_typename, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(5036), 1, + sym_identifier, + STATE(2027), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2354), 1, + sym_template_type, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(3501), 1, + sym__type_specifier, + STATE(3923), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(2552), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2538), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2408), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [67065] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5400), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5767), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [67139] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5769), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66709] = 22, + [67213] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5402), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5771), 1, + anon_sym_COLON, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66783] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [67287] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3952), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5773), 1, + anon_sym_RBRACK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [66857] = 18, + [67361] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4617), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4621), 1, anon_sym_AMP, - STATE(3504), 1, + STATE(3519), 1, sym__declarator, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(4317), 1, + STATE(4286), 1, sym_init_declarator, - STATE(5145), 1, + STATE(5210), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -360214,144 +362556,191 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [66923] = 22, + [67427] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3950), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3506), 1, + sym__declarator, + STATE(3552), 1, + sym__scope_resolution, + STATE(4355), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [67493] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, + anon_sym_STAR, + ACTIONS(4669), 1, + anon_sym_AMP_AMP, + ACTIONS(4671), 1, + anon_sym_AMP, + STATE(3521), 1, + sym__declarator, + STATE(3552), 1, + sym__scope_resolution, + STATE(4416), 1, + sym_init_declarator, + STATE(5052), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [67559] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5775), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [66997] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1945), 1, - anon_sym_enum, - ACTIONS(1947), 1, - anon_sym_class, - ACTIONS(1949), 1, - anon_sym_struct, - ACTIONS(1951), 1, - anon_sym_union, - ACTIONS(1953), 1, - anon_sym_decltype, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(4696), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1425), 1, - sym_qualified_type_identifier, - STATE(2791), 1, - sym__type_specifier, - STATE(2854), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3903), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(1943), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4694), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1439), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [67065] = 18, + [67633] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4617), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4621), 1, anon_sym_AMP, - STATE(3542), 1, - sym__scope_resolution, - STATE(3559), 1, + STATE(3528), 1, sym__declarator, - STATE(4804), 1, + STATE(3552), 1, + sym__scope_resolution, + STATE(4257), 1, sym_init_declarator, - STATE(5145), 1, + STATE(5210), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -360363,373 +362752,256 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [67131] = 22, + [67699] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5404), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5777), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67205] = 22, + [67773] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5406), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5779), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [67279] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5410), 1, - anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5408), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3055), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [67333] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4314), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(5198), 2, anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4312), 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_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [67369] = 22, + [67847] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5412), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5781), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67443] = 22, + [67921] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5414), 1, + ACTIONS(5783), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67517] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5418), 1, - anon_sym_AMP_AMP, - ACTIONS(5421), 1, - anon_sym_AMP, - ACTIONS(5424), 1, - anon_sym_LBRACK, - ACTIONS(5426), 1, - anon_sym_const, - ACTIONS(5432), 1, - anon_sym_DASH_GT, - ACTIONS(5438), 1, - anon_sym_noexcept, - ACTIONS(5441), 1, - anon_sym_throw, - ACTIONS(5435), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5429), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5416), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3055), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [67571] = 19, + [67995] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2886), 1, + ACTIONS(2544), 1, + anon_sym_class, + ACTIONS(2546), 1, + anon_sym_struct, + ACTIONS(2548), 1, + anon_sym_union, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3762), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(4863), 1, + ACTIONS(5036), 1, sym_identifier, - ACTIONS(4865), 1, + ACTIONS(5087), 1, anon_sym_enum, - ACTIONS(4867), 1, - anon_sym_class, - ACTIONS(4869), 1, - anon_sym_struct, - ACTIONS(4871), 1, - anon_sym_union, - ACTIONS(4873), 1, + ACTIONS(5089), 1, anon_sym_typename, - STATE(2239), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, + STATE(2354), 1, sym_template_type, - STATE(2540), 1, - sym_qualified_type_identifier, - STATE(2557), 1, + STATE(2377), 1, sym__type_specifier, - STATE(3873), 1, + STATE(2396), 1, + sym_qualified_type_identifier, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2888), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2862), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2590), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360737,378 +363009,133 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [67639] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3541), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4284), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [67705] = 22, + [68063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3946), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(4522), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4957), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4959), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, + anon_sym_LT, anon_sym_GT_GT, - [67779] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(5262), 1, - anon_sym_SLASH, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(4524), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4475), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4473), 10, - 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_EQ, - anon_sym_COLON, - anon_sym_QMARK, - [67835] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, - anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, - anon_sym_SLASH, - ACTIONS(5274), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, - anon_sym_AMP_AMP, - ACTIONS(5278), 1, - anon_sym_PIPE, - ACTIONS(5280), 1, - anon_sym_CARET, - ACTIONS(5282), 1, - anon_sym_AMP, - ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5444), 1, - anon_sym_COLON, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [67909] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(5262), 1, - anon_sym_SLASH, - ACTIONS(5274), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, - anon_sym_AMP_AMP, - ACTIONS(5278), 1, - anon_sym_PIPE, - ACTIONS(5280), 1, - anon_sym_CARET, - ACTIONS(5282), 1, - anon_sym_AMP, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4481), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [67979] = 22, + anon_sym_GT2, + [68099] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5446), 1, - anon_sym_COLON, - STATE(2148), 1, + ACTIONS(5785), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5272), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5284), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [68053] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4372), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5196), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4370), 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, + ACTIONS(5198), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [68089] = 19, + [68173] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, + ACTIONS(2550), 1, anon_sym_decltype, - ACTIONS(3744), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(4973), 1, + ACTIONS(5258), 1, sym_identifier, - ACTIONS(4977), 1, + ACTIONS(5260), 1, + anon_sym_enum, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(5024), 1, - anon_sym_enum, - ACTIONS(5026), 1, + ACTIONS(5268), 1, anon_sym_typename, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2354), 1, sym_template_type, - STATE(2436), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(2635), 1, + STATE(2656), 1, sym__type_specifier, - STATE(3915), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -361116,613 +363143,623 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [68157] = 22, + [68241] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5448), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5787), 1, + anon_sym_RBRACK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [68231] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5450), 1, - anon_sym_SEMI, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [68305] = 22, + [68315] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3920), 1, + ACTIONS(4298), 1, anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [68379] = 22, + [68389] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5452), 1, + ACTIONS(5789), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [68453] = 22, + [68463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3922), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4789), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4787), 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_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [68499] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - STATE(2148), 1, + ACTIONS(5791), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [68527] = 18, + [68573] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3533), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4357), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [68593] = 22, + ACTIONS(5324), 1, + sym_identifier, + ACTIONS(5330), 1, + anon_sym_enum, + ACTIONS(5332), 1, + anon_sym_class, + ACTIONS(5334), 1, + anon_sym_struct, + ACTIONS(5336), 1, + anon_sym_union, + ACTIONS(5338), 1, + anon_sym_decltype, + ACTIONS(5340), 1, + anon_sym_typename, + STATE(2004), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2197), 1, + sym__type_specifier, + STATE(2280), 1, + sym_template_type, + STATE(2287), 1, + sym_qualified_type_identifier, + STATE(3902), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5328), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5326), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2288), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [68641] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4310), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5454), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [68667] = 22, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68715] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5456), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5793), 1, + anon_sym_COLON, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [68741] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3894), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(4625), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4623), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - [68815] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [68825] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, + anon_sym_STAR, + ACTIONS(4669), 1, + anon_sym_AMP_AMP, + ACTIONS(4671), 1, + anon_sym_AMP, + STATE(3509), 1, + sym__declarator, + STATE(3552), 1, + sym__scope_resolution, + STATE(4416), 1, + sym_init_declarator, + STATE(5052), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [68891] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5458), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5795), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [68889] = 19, + [68965] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3770), 1, - anon_sym_COLON_COLON, - ACTIONS(4915), 1, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4921), 1, - anon_sym_enum, - ACTIONS(4923), 1, - anon_sym_class, - ACTIONS(4925), 1, - anon_sym_struct, - ACTIONS(4927), 1, - anon_sym_union, - ACTIONS(4929), 1, - anon_sym_decltype, - ACTIONS(4931), 1, - anon_sym_typename, - STATE(2000), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2216), 1, - sym__type_specifier, - STATE(2263), 1, - sym_template_type, - STATE(2335), 1, - sym_qualified_type_identifier, - STATE(3892), 1, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3514), 1, + sym__declarator, + STATE(3552), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4418), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(4919), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4917), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2292), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [68957] = 19, + STATE(3720), 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, + [69031] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2866), 1, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(4156), 1, + anon_sym_COLON_COLON, + ACTIONS(5276), 1, + sym_identifier, + ACTIONS(5278), 1, anon_sym_enum, - ACTIONS(2868), 1, + ACTIONS(5280), 1, anon_sym_class, - ACTIONS(2870), 1, + ACTIONS(5282), 1, anon_sym_struct, - ACTIONS(2872), 1, + ACTIONS(5284), 1, anon_sym_union, - ACTIONS(2886), 1, - anon_sym_decltype, - ACTIONS(2890), 1, + ACTIONS(5286), 1, anon_sym_typename, - ACTIONS(3750), 1, - anon_sym_COLON_COLON, - ACTIONS(4690), 1, - sym_identifier, - STATE(2239), 1, + STATE(2255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2524), 1, + STATE(2523), 1, sym_template_type, - STATE(2540), 1, + STATE(2603), 1, sym_qualified_type_identifier, - STATE(2557), 1, + STATE(2693), 1, sym__type_specifier, - STATE(3872), 1, + STATE(3918), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2888), 2, + ACTIONS(3258), 2, sym_primitive_type, sym_auto, - ACTIONS(2862), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2590), 7, + STATE(2558), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -361730,166 +363767,216 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [69025] = 22, + [69099] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5460), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5797), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [69173] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5799), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [69099] = 22, + [69247] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3892), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5679), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [69173] = 22, + ACTIONS(4858), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + [69317] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5462), 1, + ACTIONS(5801), 1, anon_sym_RBRACK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [69247] = 3, + [69391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 10, + ACTIONS(4649), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -361900,7 +363987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4366), 18, + ACTIONS(4647), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -361919,245 +364006,322 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [69283] = 19, + [69427] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(47), 1, + anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3770), 1, - anon_sym_COLON_COLON, - ACTIONS(4915), 1, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4921), 1, - anon_sym_enum, - ACTIONS(4923), 1, - anon_sym_class, - ACTIONS(4925), 1, - anon_sym_struct, - ACTIONS(4927), 1, - anon_sym_union, - ACTIONS(4929), 1, - anon_sym_decltype, - ACTIONS(4931), 1, - anon_sym_typename, - STATE(2000), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2219), 1, - sym__type_specifier, - STATE(2263), 1, - sym_template_type, - STATE(2335), 1, - sym_qualified_type_identifier, - STATE(3892), 1, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, + anon_sym_STAR, + ACTIONS(4619), 1, + anon_sym_AMP_AMP, + ACTIONS(4621), 1, + anon_sym_AMP, + STATE(3552), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(3561), 1, + sym__declarator, + STATE(4306), 1, + sym_init_declarator, + STATE(5210), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(4919), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4917), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2292), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [69351] = 22, + STATE(3720), 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, + [69493] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5158), 1, + anon_sym_DASH_GT, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5805), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5803), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + STATE(3110), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [69547] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4813), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4811), 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_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [69583] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5464), 1, + ACTIONS(5807), 1, anon_sym_COLON, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5673), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [69425] = 19, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69657] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - anon_sym_class, - ACTIONS(4720), 1, - anon_sym_struct, - ACTIONS(4722), 1, - anon_sym_union, - ACTIONS(4726), 1, - anon_sym_enum, - ACTIONS(4728), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3119), 1, - sym__type_specifier, - STATE(3891), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [69493] = 22, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, + anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5809), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [69731] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4332), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5466), 1, - anon_sym_RBRACK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [69567] = 18, + [69805] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4617), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4621), 1, anon_sym_AMP, - STATE(3538), 1, + STATE(3541), 1, sym__declarator, - STATE(3542), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(4261), 1, + STATE(4355), 1, sym_init_declarator, - STATE(5145), 1, + STATE(5210), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -362169,75 +364333,63 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [69633] = 22, + [69871] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5661), 1, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, - anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5468), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5679), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(4827), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(4825), 10, + 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_EQ, - [69707] = 9, + anon_sym_COLON, + anon_sym_QMARK, + [69927] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4364), 7, + ACTIONS(4870), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362245,7 +364397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4362), 14, + ACTIONS(4868), 16, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, @@ -362260,270 +364412,288 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, - [69755] = 22, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [69973] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5470), 1, - anon_sym_COLON, - STATE(2148), 1, + ACTIONS(5811), 1, + anon_sym_RBRACK, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5244), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [69829] = 22, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(4817), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, - anon_sym_AMP_AMP, - ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4795), 1, - anon_sym_CARET, - ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_QMARK, - ACTIONS(5472), 1, - anon_sym_RPAREN, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4815), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4803), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [69903] = 22, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [70083] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3956), 1, + ACTIONS(4274), 1, anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [69977] = 3, + [70157] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4421), 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, - anon_sym_GT_GT, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1941), 1, + anon_sym_enum, + ACTIONS(1943), 1, + anon_sym_class, + ACTIONS(1945), 1, + anon_sym_struct, + ACTIONS(1947), 1, + anon_sym_union, + ACTIONS(1949), 1, + anon_sym_decltype, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(5061), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1454), 1, + sym_qualified_type_identifier, + STATE(2812), 1, + sym__type_specifier, + STATE(2900), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3895), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(1939), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5059), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1410), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [70225] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4324), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4419), 18, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, + ACTIONS(5236), 1, anon_sym_AMP_AMP, + ACTIONS(5238), 1, + anon_sym_PIPE, + ACTIONS(5240), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(5242), 1, + anon_sym_AMP, + ACTIONS(5254), 1, anon_sym_QMARK, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [70013] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1516), 10, + ACTIONS(5228), 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, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(1518), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5246), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5248), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5250), 2, anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [70049] = 19, + anon_sym_GT_GT, + [70299] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(4680), 1, + ACTIONS(3236), 1, anon_sym_enum, - ACTIONS(4682), 1, + ACTIONS(3238), 1, anon_sym_class, - ACTIONS(4684), 1, + ACTIONS(3240), 1, anon_sym_struct, - ACTIONS(4686), 1, + ACTIONS(3242), 1, anon_sym_union, - ACTIONS(4688), 1, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(3260), 1, anon_sym_typename, - STATE(1286), 1, + ACTIONS(4194), 1, + anon_sym_COLON_COLON, + ACTIONS(5057), 1, + sym_identifier, + STATE(2255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(2523), 1, sym_template_type, - STATE(1325), 1, + STATE(2603), 1, sym_qualified_type_identifier, - STATE(1349), 1, + STATE(2604), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3876), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(3258), 2, sym_primitive_type, sym_auto, - ACTIONS(59), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(2558), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -362531,114 +364701,156 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [70117] = 22, + [70367] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5474), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5813), 1, + anon_sym_COLON, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [70191] = 22, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70441] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5158), 1, + anon_sym_DASH_GT, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5815), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + STATE(3110), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [70495] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4320), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5476), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [70265] = 3, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1506), 10, + ACTIONS(1529), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362649,7 +364861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(1508), 18, + ACTIONS(1531), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362668,233 +364880,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [70301] = 22, + [70605] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3924), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, - anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(4821), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4819), 14, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [70375] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2329), 1, - anon_sym_class, - ACTIONS(2331), 1, - anon_sym_struct, - ACTIONS(2333), 1, - anon_sym_union, - ACTIONS(4734), 1, - anon_sym_enum, - ACTIONS(4736), 1, - anon_sym_typename, - STATE(1293), 1, - sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1349), 1, - sym__type_specifier, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2325), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1301), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [70443] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3509), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4243), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [70509] = 22, + anon_sym_COLON, + anon_sym_QMARK, + [70653] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3888), 1, - anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, - anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(4767), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4765), 16, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [70583] = 9, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [70699] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(5821), 1, + anon_sym_AMP_AMP, + ACTIONS(5824), 1, + anon_sym_AMP, + ACTIONS(5827), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, - anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(5829), 1, + anon_sym_const, + ACTIONS(5835), 1, anon_sym_DASH_GT, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4272), 7, + ACTIONS(5841), 1, + anon_sym_noexcept, + ACTIONS(5844), 1, + anon_sym_throw, + ACTIONS(5838), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5832), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5819), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + STATE(3110), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [70753] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1518), 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, - ACTIONS(4266), 14, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(1520), 18, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -362902,54 +365024,56 @@ 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_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, - [70631] = 19, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [70789] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3800), 1, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(4156), 1, anon_sym_COLON_COLON, - ACTIONS(5006), 1, + ACTIONS(5276), 1, sym_identifier, - ACTIONS(5014), 1, + ACTIONS(5278), 1, + anon_sym_enum, + ACTIONS(5280), 1, anon_sym_class, - ACTIONS(5016), 1, + ACTIONS(5282), 1, anon_sym_struct, - ACTIONS(5018), 1, + ACTIONS(5284), 1, anon_sym_union, - ACTIONS(5020), 1, - anon_sym_decltype, - ACTIONS(5048), 1, - anon_sym_enum, - ACTIONS(5050), 1, + ACTIONS(5286), 1, anon_sym_typename, - STATE(1965), 1, + STATE(2255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2036), 1, + STATE(2523), 1, sym_template_type, - STATE(2100), 1, - sym__type_specifier, - STATE(2103), 1, + STATE(2603), 1, sym_qualified_type_identifier, - STATE(3907), 1, + STATE(2604), 1, + sym__type_specifier, + STATE(3918), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(5010), 2, + ACTIONS(3258), 2, sym_primitive_type, sym_auto, - ACTIONS(5008), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2096), 7, + STATE(2558), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -362957,654 +365081,582 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [70699] = 22, + [70857] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5478), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5847), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [70773] = 22, + [70931] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5480), 1, - anon_sym_RPAREN, - STATE(2148), 1, + ACTIONS(5849), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [71005] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4783), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4781), 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_EQ, - [70847] = 22, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [71041] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5482), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5851), 1, + anon_sym_COLON, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71115] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4843), 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, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4841), 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_EQ, - [70921] = 22, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [71151] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5484), 1, + ACTIONS(5853), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [70995] = 22, + [71225] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5486), 1, + ACTIONS(5855), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [71069] = 22, + [71299] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5488), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5857), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [71143] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5492), 1, - anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5490), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(2996), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [71197] = 18, + [71373] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3507), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4421), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [71263] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3880), 1, anon_sym_RBRACK, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, + ACTIONS(5232), 1, anon_sym_SLASH, - ACTIONS(4947), 1, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4953), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4955), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4967), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4943), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4957), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4959), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4961), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4963), 2, + ACTIONS(5250), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [71337] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, - anon_sym_AMP_AMP, - ACTIONS(4290), 1, - anon_sym_AMP, - STATE(3514), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4261), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [71403] = 22, + [71447] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4294), 1, + anon_sym_RBRACK, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5232), 1, + anon_sym_SLASH, + ACTIONS(5234), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5236), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5238), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5240), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5242), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5254), 1, anon_sym_QMARK, - ACTIONS(5494), 1, - anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5228), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5230), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5244), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5246), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5248), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [71477] = 22, + ACTIONS(5250), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71521] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(5006), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(5008), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, - anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5661), 1, + anon_sym_SLASH, + ACTIONS(5663), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5665), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5667), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5669), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5671), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5683), 1, anon_sym_QMARK, - ACTIONS(5496), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5859), 1, + anon_sym_COLON, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, + ACTIONS(5657), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5659), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5673), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5675), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5677), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [71551] = 19, + ACTIONS(5679), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [71595] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2554), 1, - anon_sym_decltype, - ACTIONS(3744), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(4973), 1, + ACTIONS(5364), 1, sym_identifier, - ACTIONS(4977), 1, + ACTIONS(5372), 1, anon_sym_class, - ACTIONS(4979), 1, + ACTIONS(5374), 1, anon_sym_struct, - ACTIONS(4981), 1, + ACTIONS(5376), 1, anon_sym_union, - ACTIONS(5024), 1, + ACTIONS(5378), 1, + anon_sym_decltype, + ACTIONS(5384), 1, anon_sym_enum, - ACTIONS(5026), 1, + ACTIONS(5386), 1, anon_sym_typename, - STATE(2023), 1, + STATE(1971), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2317), 1, + STATE(2002), 1, + sym__type_specifier, + STATE(2041), 1, sym_template_type, - STATE(2436), 1, + STATE(2078), 1, sym_qualified_type_identifier, - STATE(2637), 1, - sym__type_specifier, - STATE(3915), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(2556), 2, + ACTIONS(5368), 2, sym_primitive_type, sym_auto, - ACTIONS(2542), 4, + ACTIONS(5366), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2400), 7, + STATE(2112), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -363612,142 +365664,152 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [71619] = 22, + [71663] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5498), 1, - anon_sym_SEMI, - STATE(2148), 1, + ACTIONS(5861), 1, + anon_sym_RPAREN, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [71693] = 12, + [71737] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(4837), 1, - anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4835), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5863), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3055), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [71747] = 19, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [71811] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(63), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2550), 1, + anon_sym_decltype, + ACTIONS(4104), 1, + anon_sym_COLON_COLON, + ACTIONS(5258), 1, + sym_identifier, + ACTIONS(5260), 1, anon_sym_enum, - ACTIONS(65), 1, + ACTIONS(5262), 1, anon_sym_class, - ACTIONS(67), 1, + ACTIONS(5264), 1, anon_sym_struct, - ACTIONS(69), 1, + ACTIONS(5266), 1, anon_sym_union, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(113), 1, + ACTIONS(5268), 1, anon_sym_typename, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2317), 1, - sym_identifier, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - STATE(1286), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(2354), 1, sym_template_type, - STATE(1325), 1, + STATE(2396), 1, sym_qualified_type_identifier, - STATE(1349), 1, + STATE(2645), 1, sym__type_specifier, - STATE(3877), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(2552), 2, sym_primitive_type, sym_auto, - ACTIONS(59), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(2408), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -363755,122 +365817,100 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [71815] = 11, + [71879] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(5042), 1, - anon_sym_STAR, - ACTIONS(5044), 1, - anon_sym_AMP_AMP, - ACTIONS(5046), 1, - anon_sym_AMP, - ACTIONS(5094), 1, - anon_sym_const, - STATE(3176), 1, - sym_parameter_list, - STATE(3299), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5092), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + ACTIONS(4639), 1, + anon_sym_LBRACK, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [71867] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2411), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5166), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2403), 18, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(5192), 1, + anon_sym_AMP, + ACTIONS(5200), 1, anon_sym_QMARK, + ACTIONS(5865), 1, + anon_sym_SEMI, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [71903] = 19, + ACTIONS(5164), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [71953] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1463), 1, + ACTIONS(3256), 1, + anon_sym_decltype, + ACTIONS(4156), 1, + anon_sym_COLON_COLON, + ACTIONS(5276), 1, + sym_identifier, + ACTIONS(5278), 1, anon_sym_enum, - ACTIONS(1465), 1, + ACTIONS(5280), 1, anon_sym_class, - ACTIONS(1467), 1, + ACTIONS(5282), 1, anon_sym_struct, - ACTIONS(1469), 1, + ACTIONS(5284), 1, anon_sym_union, - ACTIONS(1471), 1, + ACTIONS(5286), 1, anon_sym_typename, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - STATE(1286), 1, + STATE(2255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, + STATE(2523), 1, sym_template_type, - STATE(1325), 1, + STATE(2603), 1, sym_qualified_type_identifier, - STATE(1349), 1, + STATE(2679), 1, sym__type_specifier, - STATE(3891), 1, + STATE(3918), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(3258), 2, sym_primitive_type, sym_auto, - ACTIONS(59), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(2558), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -363878,196 +365918,152 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [71971] = 22, + [72021] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5500), 1, + ACTIONS(5867), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [72045] = 18, + [72095] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4286), 1, - anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4643), 1, + anon_sym_DOT, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + ACTIONS(5166), 1, + anon_sym_SLASH, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(5188), 1, + anon_sym_PIPE, + ACTIONS(5190), 1, + anon_sym_CARET, + ACTIONS(5192), 1, anon_sym_AMP, - STATE(3499), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4395), 1, - sym_init_declarator, - STATE(5145), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [72111] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4306), 1, + ACTIONS(5200), 1, + anon_sym_QMARK, + ACTIONS(5869), 1, + anon_sym_RPAREN, + STATE(2120), 1, + sym_argument_list, + ACTIONS(5140), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5164), 2, anon_sym_STAR, - ACTIONS(4308), 1, - anon_sym_AMP_AMP, - ACTIONS(4310), 1, - anon_sym_AMP, - STATE(3503), 1, - sym__declarator, - STATE(3542), 1, - sym__scope_resolution, - STATE(4284), 1, - sym_init_declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [72177] = 19, + anon_sym_PERCENT, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5198), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [72169] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(105), 1, anon_sym_decltype, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2379), 1, + ACTIONS(2375), 1, sym_identifier, - ACTIONS(2391), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(5091), 1, + anon_sym_enum, + ACTIONS(5093), 1, anon_sym_class, - ACTIONS(4720), 1, + ACTIONS(5095), 1, anon_sym_struct, - ACTIONS(4722), 1, + ACTIONS(5097), 1, anon_sym_union, - ACTIONS(4726), 1, - anon_sym_enum, - ACTIONS(4728), 1, + ACTIONS(5099), 1, anon_sym_typename, - STATE(1293), 1, + STATE(1298), 1, sym_template_type, - STATE(1325), 1, - sym_qualified_type_identifier, - STATE(1334), 1, + STATE(1338), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3891), 1, - sym__scope_resolution, - STATE(4646), 1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3052), 1, sym__type_specifier, - STATE(4833), 1, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(2325), 4, + ACTIONS(2321), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1301), 7, + STATE(1358), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -364075,180 +366071,140 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [72245] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, - anon_sym_LPAREN2, - ACTIONS(5042), 1, - anon_sym_STAR, - ACTIONS(5044), 1, - anon_sym_AMP_AMP, - ACTIONS(5046), 1, - anon_sym_AMP, - ACTIONS(5086), 1, - anon_sym_const, - STATE(3176), 1, - sym_parameter_list, - STATE(3292), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5084), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [72297] = 22, + [72237] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4246), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4248), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4783), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(4787), 1, + ACTIONS(5182), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4789), 1, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(4791), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(4793), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(4795), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(4797), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(4817), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5502), 1, + ACTIONS(5871), 1, anon_sym_SEMI, - STATE(2148), 1, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4779), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4781), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4785), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4799), 2, + ACTIONS(5194), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4801), 2, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4803), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [72371] = 22, + [72311] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4495), 1, anon_sym_LPAREN2, - ACTIONS(4242), 1, + ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4627), 1, + ACTIONS(4643), 1, anon_sym_DOT, - ACTIONS(4629), 1, + ACTIONS(4645), 1, anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5262), 1, + ACTIONS(5166), 1, anon_sym_SLASH, - ACTIONS(5274), 1, + ACTIONS(5182), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5184), 1, anon_sym_PIPE_PIPE, - ACTIONS(5276), 1, + ACTIONS(5186), 1, anon_sym_AMP_AMP, - ACTIONS(5278), 1, + ACTIONS(5188), 1, anon_sym_PIPE, - ACTIONS(5280), 1, + ACTIONS(5190), 1, anon_sym_CARET, - ACTIONS(5282), 1, + ACTIONS(5192), 1, anon_sym_AMP, - ACTIONS(5288), 1, + ACTIONS(5200), 1, anon_sym_QMARK, - ACTIONS(5504), 1, - anon_sym_COLON, - STATE(2148), 1, + ACTIONS(5873), 1, + anon_sym_SEMI, + STATE(2120), 1, sym_argument_list, - ACTIONS(4773), 2, + ACTIONS(5140), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5258), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5260), 2, + ACTIONS(5164), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5264), 2, + ACTIONS(5168), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5170), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5270), 2, + ACTIONS(5194), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5196), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5272), 2, + ACTIONS(5198), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5284), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [72445] = 11, + [72385] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(5212), 1, anon_sym_LPAREN2, - ACTIONS(5042), 1, + ACTIONS(5220), 1, anon_sym_STAR, - ACTIONS(5044), 1, + ACTIONS(5222), 1, anon_sym_AMP_AMP, - ACTIONS(5046), 1, + ACTIONS(5224), 1, anon_sym_AMP, - ACTIONS(5242), 1, + ACTIONS(5493), 1, anon_sym_const, - STATE(3176), 1, + STATE(3182), 1, sym_parameter_list, - STATE(3289), 1, + STATE(3300), 1, sym__abstract_declarator, - STATE(3229), 5, + STATE(3227), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4648), 15, + ACTIONS(5491), 15, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -364258,137 +366214,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [72497] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_LPAREN2, - ACTIONS(4242), 1, - anon_sym_LBRACK, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4248), 1, - anon_sym_DASH_GT, - ACTIONS(4787), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4945), 1, - anon_sym_SLASH, - ACTIONS(4947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4949), 1, - anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE, - ACTIONS(4953), 1, - anon_sym_CARET, - ACTIONS(4955), 1, - anon_sym_AMP, - ACTIONS(4967), 1, - anon_sym_QMARK, - ACTIONS(5506), 1, - anon_sym_RBRACK, - STATE(2148), 1, - sym_argument_list, - ACTIONS(4773), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4941), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4943), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4957), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4959), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4961), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4963), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [72571] = 13, + [72437] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4813), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(5212), 1, anon_sym_LPAREN2, - ACTIONS(5508), 1, + ACTIONS(5220), 1, anon_sym_STAR, - ACTIONS(5510), 1, + ACTIONS(5222), 1, anon_sym_AMP_AMP, - ACTIONS(5512), 1, + ACTIONS(5224), 1, anon_sym_AMP, - STATE(3255), 1, + ACTIONS(5447), 1, + anon_sym_const, + STATE(3182), 1, sym_parameter_list, - STATE(3416), 1, + STATE(3294), 1, sym__abstract_declarator, - STATE(3183), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3229), 5, + STATE(3227), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4230), 7, + ACTIONS(5445), 15, + anon_sym_COMMA, + 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_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [72626] = 12, + [72489] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4176), 1, + anon_sym_COLON_COLON, + ACTIONS(5364), 1, + sym_identifier, + ACTIONS(5372), 1, + anon_sym_class, + ACTIONS(5374), 1, + anon_sym_struct, + ACTIONS(5376), 1, + anon_sym_union, + ACTIONS(5378), 1, + anon_sym_decltype, + ACTIONS(5384), 1, + anon_sym_enum, + ACTIONS(5386), 1, + anon_sym_typename, + STATE(1971), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2005), 1, + sym__type_specifier, + STATE(2041), 1, + sym_template_type, + STATE(2078), 1, + sym_qualified_type_identifier, + STATE(3897), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(5368), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5366), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2112), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [72557] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2313), 1, + sym_identifier, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2325), 1, + anon_sym_class, + ACTIONS(2327), 1, + anon_sym_struct, + ACTIONS(2329), 1, + anon_sym_union, + ACTIONS(5063), 1, + anon_sym_enum, + ACTIONS(5065), 1, + anon_sym_typename, + STATE(1298), 1, + sym_template_type, + STATE(1326), 1, + sym__type_specifier, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1357), 1, + sym_qualified_type_identifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(111), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1358), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [72625] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5418), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(5421), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(5424), 1, - anon_sym_LBRACK, - ACTIONS(5438), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(5441), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5514), 1, - anon_sym_const, - ACTIONS(5520), 1, + ACTIONS(5360), 1, anon_sym_DASH_GT, - ACTIONS(5435), 2, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(5517), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5416), 6, + ACTIONS(5815), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - STATE(3132), 7, + STATE(3160), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -364396,53 +366396,174 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [72679] = 17, + [72678] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3820), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5158), 1, + anon_sym_DASH_GT, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5877), 1, + anon_sym_LBRACK, + STATE(3231), 1, + sym_trailing_return_type, + ACTIONS(5156), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3175), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5875), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + [72731] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_STAR, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3742), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3394), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [72788] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5256), 1, + anon_sym_DASH_GT, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5815), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3158), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [72841] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4306), 1, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5885), 1, anon_sym_STAR, - ACTIONS(4308), 1, + ACTIONS(5887), 1, anon_sym_AMP_AMP, - ACTIONS(4310), 1, + ACTIONS(5889), 1, anon_sym_AMP, - STATE(3542), 1, - sym__scope_resolution, - STATE(3644), 1, - sym__declarator, - STATE(4836), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [72742] = 17, + STATE(3265), 1, + sym_parameter_list, + STATE(3421), 1, + sym__abstract_declarator, + STATE(3192), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4589), 7, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [72896] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -364451,32 +366572,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(1933), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3897), 1, + STATE(3778), 1, sym__declarator, - STATE(4918), 1, + STATE(4944), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -364488,87 +366609,81 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [72805] = 17, + [72959] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4256), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4292), 1, - sym_identifier, - ACTIONS(4294), 1, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5455), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(5457), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(5459), 1, anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, - STATE(3552), 1, - sym__scope_resolution, - STATE(3782), 1, - sym__declarator, - STATE(4972), 1, - sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [72868] = 17, + ACTIONS(5635), 1, + anon_sym_const, + STATE(3198), 1, + sym_parameter_list, + STATE(3387), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5024), 14, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [73010] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4611), 1, anon_sym_AMP, - ACTIONS(4300), 1, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - STATE(3552), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, sym__scope_resolution, - STATE(3785), 1, + STATE(3870), 1, sym__declarator, - STATE(4972), 1, + STATE(4981), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -364580,7 +366695,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [72931] = 17, + [73073] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -364589,32 +366704,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(1933), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3723), 1, + STATE(3880), 1, sym__declarator, - STATE(4918), 1, + STATE(4944), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -364626,7 +366741,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [72994] = 17, + [73136] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -364635,32 +366750,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(1933), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3904), 1, + STATE(3875), 1, sym__declarator, - STATE(4918), 1, + STATE(4944), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -364672,81 +366787,40 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [73057] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5070), 1, - anon_sym_DASH_GT, - ACTIONS(5410), 1, - anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5408), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(3132), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [73110] = 12, + [73199] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(4837), 1, + ACTIONS(5204), 1, anon_sym_LBRACK, - ACTIONS(5070), 1, + ACTIONS(5256), 1, anon_sym_DASH_GT, - ACTIONS(3415), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4835), 6, + ACTIONS(5202), 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, - STATE(3132), 7, + STATE(3158), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -364754,166 +366828,87 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [73163] = 14, + [73252] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, - sym_identifier, - ACTIONS(5525), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4605), 1, + sym_identifier, + ACTIONS(4607), 1, anon_sym_STAR, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3752), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3380), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [73220] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(4611), 1, anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(4837), 1, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(5034), 1, - anon_sym_DASH_GT, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4835), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3168), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [73273] = 12, + STATE(3560), 1, + sym__scope_resolution, + STATE(3837), 1, + sym__declarator, + STATE(4981), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [73315] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(29), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5531), 1, - anon_sym_LBRACK, - STATE(3231), 1, - sym_trailing_return_type, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3180), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5529), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - [73326] = 17, - ACTIONS(3), 1, - sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, - sym_identifier, - ACTIONS(4294), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(4296), 1, - anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(4300), 1, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - STATE(3552), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3538), 1, sym__scope_resolution, - STATE(3826), 1, + STATE(3873), 1, sym__declarator, - STATE(4972), 1, + STATE(4944), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -364925,42 +366920,42 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [73389] = 14, + [73378] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(3493), 1, + ACTIONS(3867), 1, anon_sym___attribute__, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4827), 1, + ACTIONS(5154), 1, anon_sym_LBRACK, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5533), 1, + ACTIONS(5891), 1, anon_sym_DASH_GT, - ACTIONS(3415), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - STATE(3147), 2, + STATE(3153), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(4819), 3, + ACTIONS(5146), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3202), 7, + STATE(3218), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -364968,83 +366963,42 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [73446] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3435), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4829), 1, - anon_sym_DASH_GT, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5537), 1, - anon_sym_LBRACK, - STATE(3228), 1, - sym_trailing_return_type, - ACTIONS(4815), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3143), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5535), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - [73499] = 14, + [73435] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(3493), 1, + ACTIONS(3867), 1, anon_sym___attribute__, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(4837), 1, + ACTIONS(5204), 1, anon_sym_LBRACK, - ACTIONS(5533), 1, + ACTIONS(5891), 1, anon_sym_DASH_GT, - ACTIONS(3415), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - STATE(3201), 2, + STATE(3204), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(4835), 3, + ACTIONS(5202), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3211), 7, + STATE(3216), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -365052,41 +367006,41 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [73556] = 13, + [73492] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4813), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(5212), 1, anon_sym_LPAREN2, - ACTIONS(5508), 1, + ACTIONS(5885), 1, anon_sym_STAR, - ACTIONS(5510), 1, + ACTIONS(5887), 1, anon_sym_AMP_AMP, - ACTIONS(5512), 1, + ACTIONS(5889), 1, anon_sym_AMP, - STATE(3255), 1, + STATE(3265), 1, sym_parameter_list, - STATE(3421), 1, + STATE(3430), 1, sym__abstract_declarator, - STATE(3131), 2, + STATE(3143), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3229), 5, + STATE(3227), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4052), 7, + ACTIONS(4421), 7, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_DASH_GT, @@ -365094,41 +367048,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [73611] = 17, + [73547] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4669), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4671), 1, anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, STATE(3552), 1, sym__scope_resolution, - STATE(3853), 1, + STATE(3628), 1, sym__declarator, - STATE(4972), 1, + STATE(5052), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365140,41 +367094,41 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [73674] = 17, + [73610] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, - anon_sym_STAR, - ACTIONS(1933), 1, - anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4607), 1, + anon_sym_STAR, + ACTIONS(4609), 1, + anon_sym_AMP_AMP, + ACTIONS(4611), 1, + anon_sym_AMP, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + STATE(3560), 1, sym__scope_resolution, - STATE(3874), 1, + STATE(3868), 1, sym__declarator, - STATE(4918), 1, + STATE(4981), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365186,41 +367140,125 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [73737] = 17, + [73673] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_STAR, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3771), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3173), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3402), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [73730] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5821), 1, + anon_sym_AMP_AMP, + ACTIONS(5824), 1, + anon_sym_AMP, + ACTIONS(5827), 1, + anon_sym_LBRACK, + ACTIONS(5841), 1, + anon_sym_noexcept, + ACTIONS(5844), 1, + anon_sym_throw, + ACTIONS(5893), 1, + anon_sym_const, + ACTIONS(5899), 1, + anon_sym_DASH_GT, + ACTIONS(5838), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5896), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5819), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3158), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [73783] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4611), 1, anon_sym_AMP, - ACTIONS(4300), 1, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - STATE(3552), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, sym__scope_resolution, - STATE(3850), 1, + STATE(3891), 1, sym__declarator, - STATE(4972), 1, + STATE(4981), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365232,41 +367270,82 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [73800] = 17, + [73846] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5821), 1, + anon_sym_AMP_AMP, + ACTIONS(5824), 1, + anon_sym_AMP, + ACTIONS(5827), 1, + anon_sym_LBRACK, + ACTIONS(5841), 1, + anon_sym_noexcept, + ACTIONS(5844), 1, + anon_sym_throw, + ACTIONS(5893), 1, + anon_sym_const, + ACTIONS(5902), 1, + anon_sym_DASH_GT, + ACTIONS(5838), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5896), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5819), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + STATE(3160), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [73899] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4286), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4288), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4290), 1, + ACTIONS(4611), 1, anon_sym_AMP, - STATE(3542), 1, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, sym__scope_resolution, - STATE(3650), 1, + STATE(3853), 1, sym__declarator, - STATE(5145), 1, + STATE(4981), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365278,38 +367357,38 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [73863] = 12, + [73962] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, + ACTIONS(3820), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4829), 1, + ACTIONS(5158), 1, anon_sym_DASH_GT, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5541), 1, + ACTIONS(5907), 1, anon_sym_LBRACK, - STATE(3220), 1, + STATE(3239), 1, sym_trailing_return_type, - ACTIONS(4815), 5, + ACTIONS(5156), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3180), 5, + STATE(3183), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5539), 9, + ACTIONS(5905), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -365319,41 +367398,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_final, anon_sym_override, - [73916] = 17, + [74015] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(1927), 1, + anon_sym_STAR, + ACTIONS(1929), 1, + anon_sym_AMP, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, + ACTIONS(2558), 1, + sym_identifier, + ACTIONS(4439), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, anon_sym_LBRACK, - ACTIONS(4292), 1, + STATE(3538), 1, + sym__scope_resolution, + STATE(3882), 1, + sym__declarator, + STATE(4944), 1, + sym_ms_based_modifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [74078] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, + anon_sym_LPAREN2, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4611), 1, anon_sym_AMP, - ACTIONS(4300), 1, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - STATE(3552), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, sym__scope_resolution, - STATE(3836), 1, + STATE(3843), 1, sym__declarator, - STATE(4972), 1, + STATE(4981), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365365,7 +367490,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [73979] = 17, + [74141] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -365374,32 +367499,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, + ACTIONS(1927), 1, anon_sym_STAR, - ACTIONS(1933), 1, + ACTIONS(1929), 1, anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(2558), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + STATE(3538), 1, sym__scope_resolution, - STATE(3896), 1, + STATE(3913), 1, sym__declarator, - STATE(4918), 1, + STATE(4944), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365411,153 +367536,165 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [74042] = 11, + [74204] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, - anon_sym_LPAREN2, - ACTIONS(5154), 1, - anon_sym_STAR, - ACTIONS(5156), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(5158), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(5242), 1, - anon_sym_const, - STATE(3192), 1, - sym_parameter_list, - STATE(3376), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4648), 14, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5204), 1, + anon_sym_LBRACK, + ACTIONS(5360), 1, anon_sym_DASH_GT, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [74093] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2776), 13, - anon_sym_AMP, - anon_sym___based, - anon_sym_const, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - sym_identifier, - anon_sym_template, - anon_sym_operator, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2778), 14, - anon_sym_DOT_DOT_DOT, + ACTIONS(5202), 6, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_DASH_GT, anon_sym_GT2, - [74128] = 14, + STATE(3160), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [74257] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, - sym_identifier, - ACTIONS(5525), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4605), 1, + sym_identifier, + ACTIONS(4607), 1, anon_sym_STAR, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3743), 1, - sym__type_declarator, - STATE(5220), 1, + ACTIONS(4609), 1, + anon_sym_AMP_AMP, + ACTIONS(4611), 1, + anon_sym_AMP, + ACTIONS(4613), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, + sym__scope_resolution, + STATE(3861), 1, + sym__declarator, + STATE(4981), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3193), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3397), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2946), 6, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + STATE(3720), 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, + [74320] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5447), 1, anon_sym_const, + ACTIONS(5455), 1, + anon_sym_STAR, + ACTIONS(5457), 1, + anon_sym_AMP_AMP, + ACTIONS(5459), 1, + anon_sym_AMP, + STATE(3198), 1, + sym_parameter_list, + STATE(3345), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5445), 14, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [74185] = 12, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [74371] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, + ACTIONS(3820), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4829), 1, + ACTIONS(5158), 1, anon_sym_DASH_GT, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5545), 1, + ACTIONS(5911), 1, anon_sym_LBRACK, - STATE(3225), 1, + STATE(3252), 1, sym_trailing_return_type, - ACTIONS(4815), 5, + ACTIONS(5156), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3153), 5, + STATE(3162), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5543), 9, + ACTIONS(5909), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -365567,41 +367704,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_final, anon_sym_override, - [74238] = 17, + [74424] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, + ACTIONS(4605), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4607), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4609), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4611), 1, anon_sym_AMP, - ACTIONS(4300), 1, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - STATE(3552), 1, + ACTIONS(4615), 1, + anon_sym_LBRACK, + STATE(3560), 1, sym__scope_resolution, - STATE(3885), 1, + STATE(3858), 1, sym__declarator, - STATE(4972), 1, + STATE(4981), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365613,41 +367750,41 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [74301] = 17, + [74487] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(1931), 1, - anon_sym_STAR, - ACTIONS(1933), 1, - anon_sym_AMP, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(2562), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4054), 1, + ACTIONS(4429), 1, anon_sym_COLON_COLON, - ACTIONS(4256), 1, + ACTIONS(4615), 1, anon_sym_LBRACK, - STATE(3554), 1, + ACTIONS(4657), 1, + anon_sym_STAR, + ACTIONS(4659), 1, + anon_sym_AMP_AMP, + ACTIONS(4661), 1, + anon_sym_AMP, + STATE(3552), 1, sym__scope_resolution, - STATE(3902), 1, + STATE(3708), 1, sym__declarator, - STATE(4918), 1, + STATE(5266), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365659,127 +367796,116 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [74364] = 14, + [74550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(3150), 13, + anon_sym_AMP, anon_sym___based, - ACTIONS(5523), 1, - sym_identifier, - ACTIONS(5525), 1, - anon_sym_LPAREN2, - ACTIONS(5527), 1, - anon_sym_STAR, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3733), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - ACTIONS(2944), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3158), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3392), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2946), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [74421] = 14, + sym_identifier, + anon_sym_template, + anon_sym_operator, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(3152), 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, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + [74585] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3261), 1, + STATE(3280), 1, sym_ms_unaligned_ptr_modifier, - STATE(3733), 1, + STATE(3777), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - ACTIONS(2944), 2, + ACTIONS(3318), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3392), 2, + STATE(3410), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2942), 3, + ACTIONS(3316), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [74478] = 17, + [74642] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1927), 1, + ACTIONS(1923), 1, anon_sym_LPAREN2, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4256), 1, - anon_sym_LBRACK, - ACTIONS(4292), 1, + ACTIONS(4419), 1, sym_identifier, - ACTIONS(4294), 1, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(4615), 1, + anon_sym_LBRACK, + ACTIONS(4617), 1, anon_sym_STAR, - ACTIONS(4296), 1, + ACTIONS(4619), 1, anon_sym_AMP_AMP, - ACTIONS(4298), 1, + ACTIONS(4621), 1, anon_sym_AMP, - ACTIONS(4300), 1, - anon_sym_COLON_COLON, STATE(3552), 1, sym__scope_resolution, - STATE(3823), 1, + STATE(3672), 1, sym__declarator, - STATE(4972), 1, + STATE(5210), 1, sym_ms_based_modifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3712), 11, + STATE(3720), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -365791,202 +367917,118 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [74541] = 11, + [74705] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, - anon_sym_LPAREN2, - ACTIONS(5094), 1, + ACTIONS(3820), 1, anon_sym_const, - ACTIONS(5154), 1, - anon_sym_STAR, - ACTIONS(5156), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(5158), 1, + ACTIONS(5150), 1, anon_sym_AMP, - STATE(3192), 1, - sym_parameter_list, - STATE(3336), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5092), 14, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + ACTIONS(5158), 1, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [74592] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5034), 1, - anon_sym_DASH_GT, - ACTIONS(5410), 1, + ACTIONS(5915), 1, anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3497), 5, + STATE(3256), 1, + sym_trailing_return_type, + ACTIONS(5156), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5408), 6, + STATE(3183), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5913), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - STATE(3168), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [74645] = 17, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + [74758] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(1927), 1, - anon_sym_LPAREN2, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4058), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(4250), 1, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, anon_sym_STAR, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_AMP, - ACTIONS(4256), 1, - anon_sym_LBRACK, - STATE(3542), 1, - sym__scope_resolution, - STATE(3686), 1, - sym__declarator, - STATE(5237), 1, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3777), 1, + sym__type_declarator, + STATE(5048), 1, sym_ms_based_modifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3712), 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, - [74708] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5418), 1, - anon_sym_AMP_AMP, - ACTIONS(5421), 1, - anon_sym_AMP, - ACTIONS(5424), 1, - anon_sym_LBRACK, - ACTIONS(5438), 1, - anon_sym_noexcept, - ACTIONS(5441), 1, - anon_sym_throw, - ACTIONS(5514), 1, + ACTIONS(3318), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3141), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3410), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3316), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(3320), 6, anon_sym_const, - ACTIONS(5547), 1, - anon_sym_DASH_GT, - ACTIONS(5435), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5517), 5, anon_sym_volatile, anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5416), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3168), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [74761] = 10, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [74815] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5552), 1, + ACTIONS(5919), 1, anon_sym_AMP_AMP, - ACTIONS(5555), 1, + ACTIONS(5922), 1, anon_sym_AMP, - ACTIONS(5558), 1, + ACTIONS(5925), 1, anon_sym_LBRACK, - ACTIONS(5560), 1, + ACTIONS(5927), 1, anon_sym_const, - ACTIONS(5566), 1, + ACTIONS(5933), 1, anon_sym_noexcept, - ACTIONS(5569), 1, + ACTIONS(5936), 1, anon_sym_throw, - ACTIONS(5563), 5, + ACTIONS(5930), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3169), 5, + STATE(3177), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5550), 11, + ACTIONS(5917), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -365998,32 +368040,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [74810] = 11, + [74864] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(5212), 1, anon_sym_LPAREN2, - ACTIONS(5086), 1, - anon_sym_const, - ACTIONS(5154), 1, + ACTIONS(5455), 1, anon_sym_STAR, - ACTIONS(5156), 1, + ACTIONS(5457), 1, anon_sym_AMP_AMP, - ACTIONS(5158), 1, + ACTIONS(5459), 1, anon_sym_AMP, - STATE(3192), 1, + ACTIONS(5493), 1, + anon_sym_const, + STATE(3198), 1, sym_parameter_list, - STATE(3343), 1, + STATE(3360), 1, sym__abstract_declarator, - STATE(3229), 5, + STATE(3227), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5084), 14, + ACTIONS(5491), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -366038,119 +368080,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [74861] = 12, + [74915] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5070), 1, - anon_sym_DASH_GT, - ACTIONS(5531), 1, + ACTIONS(5204), 1, anon_sym_LBRACK, - STATE(3231), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(5615), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3169), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5529), 8, + ACTIONS(5202), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [74913] = 12, + STATE(3180), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [74967] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5821), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5824), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5827), 1, + anon_sym_LBRACK, + ACTIONS(5841), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5844), 1, anon_sym_throw, - ACTIONS(5034), 1, + ACTIONS(5893), 1, + anon_sym_const, + ACTIONS(5939), 1, anon_sym_DASH_GT, - ACTIONS(5545), 1, - anon_sym_LBRACK, - STATE(3225), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(5838), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5819), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(5896), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3177), 5, + STATE(3180), 7, sym_type_qualifier, + sym_virtual_specifier, sym_ref_qualifier, + sym_trailing_return_type, sym_noexcept, sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5543), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [74965] = 12, + aux_sym_function_declarator_repeat2, + [75019] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(4837), 1, - anon_sym_LBRACK, - ACTIONS(5178), 1, + ACTIONS(5615), 1, anon_sym_DASH_GT, - ACTIONS(3415), 2, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4835), 5, + ACTIONS(5815), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(3181), 7, + STATE(3180), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -366158,38 +368200,38 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [75017] = 12, + [75071] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5034), 1, + ACTIONS(5256), 1, anon_sym_DASH_GT, - ACTIONS(5537), 1, + ACTIONS(5877), 1, anon_sym_LBRACK, - STATE(3228), 1, + STATE(3231), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3179), 5, + STATE(3188), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5535), 8, + ACTIONS(5875), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -366198,78 +368240,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [75069] = 12, + [75123] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5919), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5922), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5925), 1, + anon_sym_LBRACK, + ACTIONS(5933), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5936), 1, anon_sym_throw, - ACTIONS(5070), 1, - anon_sym_DASH_GT, - ACTIONS(5537), 1, - anon_sym_LBRACK, - STATE(3228), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(5942), 1, + anon_sym_const, + ACTIONS(5945), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3171), 5, + STATE(3183), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5535), 8, + ACTIONS(5917), 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_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [75121] = 12, + [75171] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5070), 1, + ACTIONS(5360), 1, anon_sym_DASH_GT, - ACTIONS(5545), 1, + ACTIONS(5915), 1, anon_sym_LBRACK, - STATE(3225), 1, + STATE(3256), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3182), 5, + STATE(3177), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5543), 8, + ACTIONS(5913), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -366278,38 +368318,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [75173] = 12, + [75223] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5034), 1, + ACTIONS(5256), 1, anon_sym_DASH_GT, - ACTIONS(5541), 1, + ACTIONS(5907), 1, anon_sym_LBRACK, - STATE(3220), 1, + STATE(3239), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3169), 5, + STATE(3177), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5539), 8, + ACTIONS(5905), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -366318,78 +368358,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [75225] = 12, + [75275] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5178), 1, + ACTIONS(5360), 1, anon_sym_DASH_GT, - ACTIONS(5410), 1, + ACTIONS(5907), 1, anon_sym_LBRACK, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3497), 5, + STATE(3239), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5408), 5, + STATE(3177), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5905), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(3181), 7, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [75327] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5360), 1, + anon_sym_DASH_GT, + ACTIONS(5877), 1, + anon_sym_LBRACK, + STATE(3231), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3184), 5, sym_type_qualifier, - sym_virtual_specifier, sym_ref_qualifier, - sym_trailing_return_type, sym_noexcept, sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [75277] = 12, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5875), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [75379] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5034), 1, + ACTIONS(5256), 1, anon_sym_DASH_GT, - ACTIONS(5531), 1, + ACTIONS(5915), 1, anon_sym_LBRACK, - STATE(3231), 1, + STATE(3256), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3169), 5, + STATE(3177), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5529), 8, + ACTIONS(5913), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -366398,142 +368478,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [75329] = 10, + [75431] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5552), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(5555), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(5558), 1, - anon_sym_LBRACK, - ACTIONS(5566), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(5569), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5572), 1, - anon_sym_const, - ACTIONS(5575), 5, + ACTIONS(5256), 1, + anon_sym_DASH_GT, + ACTIONS(5911), 1, + anon_sym_LBRACK, + STATE(3252), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3180), 5, + STATE(3185), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5550), 10, + ACTIONS(5909), 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_DASH_GT, anon_sym_final, anon_sym_override, - [75377] = 12, + [75483] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5418), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(5421), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(5424), 1, - anon_sym_LBRACK, - ACTIONS(5438), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(5441), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5514), 1, - anon_sym_const, - ACTIONS(5578), 1, + ACTIONS(5360), 1, anon_sym_DASH_GT, - ACTIONS(5435), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5416), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(5517), 5, + ACTIONS(5911), 1, + anon_sym_LBRACK, + STATE(3252), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3181), 7, + STATE(3186), 5, sym_type_qualifier, - sym_virtual_specifier, sym_ref_qualifier, - sym_trailing_return_type, sym_noexcept, sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [75429] = 12, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5909), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [75535] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5070), 1, + ACTIONS(5615), 1, anon_sym_DASH_GT, - ACTIONS(5541), 1, + ACTIONS(5915), 1, anon_sym_LBRACK, - STATE(3220), 1, + STATE(3256), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3169), 5, + STATE(3177), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5539), 8, + ACTIONS(5913), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [75481] = 6, + [75586] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 1, + ACTIONS(5948), 1, anon_sym_const, - ACTIONS(4018), 2, + ACTIONS(4385), 2, anon_sym_AMP, anon_sym_LBRACK, - STATE(3183), 2, + STATE(3192), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5584), 5, + ACTIONS(5951), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4020), 15, + ACTIONS(4387), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -366549,114 +368630,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [75520] = 11, + [75625] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, + STATE(3280), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(5961), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(5958), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(5956), 6, anon_sym_LPAREN2, - ACTIONS(5242), 1, - anon_sym_const, - ACTIONS(5508), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(5510), 1, anon_sym_AMP_AMP, - ACTIONS(5512), 1, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + ACTIONS(5954), 11, anon_sym_AMP, - STATE(3255), 1, - sym_parameter_list, - STATE(3420), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4648), 12, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym___based, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [75569] = 11, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [75666] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4989), 1, - anon_sym_LPAREN2, - ACTIONS(5094), 1, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(5508), 1, - anon_sym_STAR, - ACTIONS(5510), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(5512), 1, + ACTIONS(5150), 1, anon_sym_AMP, - STATE(3255), 1, - sym_parameter_list, - STATE(3422), 1, - sym__abstract_declarator, - STATE(3229), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5092), 12, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5615), 1, + anon_sym_DASH_GT, + ACTIONS(5907), 1, + anon_sym_LBRACK, + STATE(3239), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, + STATE(3177), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5905), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_final, anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [75618] = 13, + [75717] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4759), 1, + ACTIONS(5126), 1, sym_identifier, - ACTIONS(4761), 1, + ACTIONS(5128), 1, anon_sym_STAR, - ACTIONS(4763), 1, + ACTIONS(5130), 1, anon_sym_AMP_AMP, - ACTIONS(4765), 1, + ACTIONS(5132), 1, anon_sym_AMP, - STATE(3611), 1, + STATE(3635), 1, sym__field_declarator, - STATE(4934), 1, + STATE(4991), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -366665,74 +368743,38 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [75671] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5587), 1, - anon_sym_AMP_AMP, - ACTIONS(5590), 1, - anon_sym_AMP, - ACTIONS(5593), 1, - anon_sym_const, - ACTIONS(5599), 1, - anon_sym_noexcept, - ACTIONS(5602), 1, - anon_sym_throw, - ACTIONS(5596), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3187), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5550), 10, - 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, - [75716] = 13, + [75770] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4759), 1, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(4761), 1, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5120), 1, anon_sym_STAR, - ACTIONS(4763), 1, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - ACTIONS(4765), 1, + ACTIONS(5124), 1, anon_sym_AMP, - STATE(3635), 1, + STATE(3899), 1, sym__field_declarator, - STATE(4934), 1, + STATE(5085), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -366741,38 +368783,38 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [75769] = 13, + [75823] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4759), 1, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(4761), 1, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5120), 1, anon_sym_STAR, - ACTIONS(4763), 1, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - ACTIONS(4765), 1, + ACTIONS(5124), 1, anon_sym_AMP, - STATE(3619), 1, + STATE(3903), 1, sym__field_declarator, - STATE(4934), 1, + STATE(5085), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -366781,38 +368823,38 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [75822] = 12, + [75876] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5178), 1, + ACTIONS(5615), 1, anon_sym_DASH_GT, - ACTIONS(5537), 1, + ACTIONS(5877), 1, anon_sym_LBRACK, - STATE(3228), 1, + STATE(3231), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3194), 5, + STATE(3191), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5535), 7, + ACTIONS(5875), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -366820,22 +368862,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_final, anon_sym_override, - [75873] = 7, + [75927] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3070), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - ACTIONS(5605), 1, + ACTIONS(5964), 1, anon_sym_COLON, - STATE(1290), 1, + STATE(1307), 1, sym__enum_base_clause, - STATE(1347), 1, + STATE(1354), 1, sym_enumerator_list, - ACTIONS(3423), 3, + ACTIONS(3832), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3425), 18, + ACTIONS(3834), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -366854,150 +368896,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [75914] = 12, + [75968] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(3450), 1, + anon_sym_LBRACE, + ACTIONS(5964), 1, + anon_sym_COLON, + STATE(1296), 1, + sym__enum_base_clause, + STATE(1313), 1, + sym_enumerator_list, + ACTIONS(3826), 3, anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5178), 1, - anon_sym_DASH_GT, - ACTIONS(5545), 1, anon_sym_LBRACK, - STATE(3225), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, + anon_sym_const, + ACTIONS(3828), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3199), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5543), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [75965] = 7, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76009] = 11, ACTIONS(3), 1, sym_comment, - STATE(3261), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(5614), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3193), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(5611), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(5609), 6, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, anon_sym_LPAREN2, - anon_sym_TILDE, + ACTIONS(5493), 1, + anon_sym_const, + ACTIONS(5885), 1, anon_sym_STAR, + ACTIONS(5887), 1, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - ACTIONS(5607), 11, + ACTIONS(5889), 1, anon_sym_AMP, - anon_sym___based, - anon_sym_const, + STATE(3265), 1, + sym_parameter_list, + STATE(3422), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5491), 12, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - sym_identifier, - anon_sym_template, - anon_sym_operator, - [76006] = 12, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [76058] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5966), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5969), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5972), 1, + anon_sym_const, + ACTIONS(5978), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5981), 1, anon_sym_throw, - ACTIONS(5178), 1, - anon_sym_DASH_GT, - ACTIONS(5531), 1, - anon_sym_LBRACK, - STATE(3231), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(5975), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3169), 5, + STATE(3202), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5529), 7, + ACTIONS(5917), 10, + 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, + [76103] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5180), 1, + anon_sym_LBRACK, + ACTIONS(5212), 1, + anon_sym_LPAREN2, + ACTIONS(5635), 1, + anon_sym_const, + ACTIONS(5885), 1, + anon_sym_STAR, + ACTIONS(5887), 1, + anon_sym_AMP_AMP, + ACTIONS(5889), 1, + anon_sym_AMP, + STATE(3265), 1, + sym_parameter_list, + STATE(3425), 1, + sym__abstract_declarator, + STATE(3227), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5024), 12, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [76152] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5988), 1, + anon_sym___attribute__, + STATE(3204), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5986), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5984), 19, 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_DASH_GT, anon_sym_final, anon_sym_override, - [76057] = 13, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76189] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4749), 1, - sym_identifier, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, anon_sym_STAR, - ACTIONS(4755), 1, + ACTIONS(5130), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(5132), 1, anon_sym_AMP, - STATE(3900), 1, + STATE(3620), 1, sym__field_declarator, - STATE(5077), 1, + STATE(4991), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -367006,38 +369114,77 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [76110] = 13, + [76242] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5615), 1, + anon_sym_DASH_GT, + ACTIONS(5911), 1, + anon_sym_LBRACK, + STATE(3252), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3194), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5909), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_final, + anon_sym_override, + [76293] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4749), 1, - sym_identifier, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, anon_sym_STAR, - ACTIONS(4755), 1, + ACTIONS(5130), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(5132), 1, anon_sym_AMP, - STATE(3911), 1, + STATE(3617), 1, sym__field_declarator, - STATE(5077), 1, + STATE(4991), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -367046,32 +369193,32 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [76163] = 11, + [76346] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, + ACTIONS(5180), 1, anon_sym_LBRACK, - ACTIONS(4989), 1, + ACTIONS(5212), 1, anon_sym_LPAREN2, - ACTIONS(5086), 1, + ACTIONS(5447), 1, anon_sym_const, - ACTIONS(5508), 1, + ACTIONS(5885), 1, anon_sym_STAR, - ACTIONS(5510), 1, + ACTIONS(5887), 1, anon_sym_AMP_AMP, - ACTIONS(5512), 1, + ACTIONS(5889), 1, anon_sym_AMP, - STATE(3255), 1, + STATE(3265), 1, sym_parameter_list, - STATE(3417), 1, + STATE(3429), 1, sym__abstract_declarator, - STATE(3229), 5, + STATE(3227), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5084), 12, + ACTIONS(5445), 12, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_volatile, @@ -367084,38 +369231,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [76212] = 13, + [76395] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4749), 1, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(5120), 1, anon_sym_STAR, - ACTIONS(4755), 1, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(5124), 1, anon_sym_AMP, - STATE(3898), 1, + STATE(3883), 1, sym__field_declarator, - STATE(5077), 1, + STATE(5085), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3774), 8, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -367124,94 +369271,81 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [76265] = 12, + [76448] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(5991), 1, anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(4385), 2, anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5178), 1, - anon_sym_DASH_GT, - ACTIONS(5541), 1, anon_sym_LBRACK, - STATE(3220), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, + STATE(3210), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5994), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3169), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5539), 7, + ACTIONS(4387), 14, 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_COLON, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [76316] = 7, + anon_sym_noexcept, + anon_sym_throw, + [76486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3070), 1, - anon_sym_LBRACE, - ACTIONS(5605), 1, - anon_sym_COLON, - STATE(1288), 1, - sym__enum_base_clause, - STATE(1328), 1, - sym_enumerator_list, - ACTIONS(3417), 3, + ACTIONS(5999), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3419), 18, + ACTIONS(5997), 21, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, 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_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76357] = 5, + [76518] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5621), 1, + ACTIONS(6001), 1, anon_sym___attribute__, - STATE(3201), 2, + STATE(3212), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(5619), 3, + ACTIONS(5986), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5617), 19, + ACTIONS(5984), 18, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, @@ -367223,81 +369357,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76394] = 12, + [76554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(3913), 3, anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(4837), 1, anon_sym_LBRACK, - ACTIONS(5533), 1, - anon_sym_DASH_GT, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4835), 3, + anon_sym_const, + ACTIONS(3911), 21, + 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, - ACTIONS(3497), 5, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3205), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [76444] = 12, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76586] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5821), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5824), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5827), 1, + anon_sym_LBRACK, + ACTIONS(5841), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5844), 1, anon_sym_throw, - ACTIONS(5178), 1, + ACTIONS(5893), 1, + anon_sym_const, + ACTIONS(6004), 1, anon_sym_DASH_GT, - ACTIONS(5356), 1, - anon_sym_LBRACK, - ACTIONS(3415), 2, + ACTIONS(5838), 2, anon_sym_final, anon_sym_override, - ACTIONS(5354), 3, - anon_sym_RPAREN, + ACTIONS(5819), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - ACTIONS(3497), 5, + anon_sym_LBRACE, + ACTIONS(5896), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3181), 7, + STATE(3214), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -367305,20 +369430,25 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [76494] = 3, + [76636] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3579), 3, + ACTIONS(5964), 1, + anon_sym_COLON, + STATE(1354), 1, + sym_enumerator_list, + STATE(3268), 1, + sym__enum_base_clause, + ACTIONS(3832), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3577), 21, + ACTIONS(3834), 18, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, @@ -367327,44 +369457,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76526] = 12, + [76674] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5418), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(5421), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(5424), 1, - anon_sym_LBRACK, - ACTIONS(5438), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(5441), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5514), 1, - anon_sym_const, - ACTIONS(5624), 1, + ACTIONS(5817), 1, + anon_sym_LBRACK, + ACTIONS(5891), 1, anon_sym_DASH_GT, - ACTIONS(5435), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(5416), 3, + ACTIONS(5815), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(5517), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3205), 7, + STATE(3214), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -367372,100 +369500,75 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [76576] = 5, + [76724] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5627), 1, - anon_sym___attribute__, - STATE(3206), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(5619), 3, - anon_sym_AMP, - anon_sym_LBRACK, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(5617), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5148), 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_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, anon_sym_noexcept, + ACTIONS(5162), 1, anon_sym_throw, - [76612] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5605), 1, - anon_sym_COLON, - STATE(1347), 1, - sym_enumerator_list, - STATE(3263), 1, - sym__enum_base_clause, - ACTIONS(3423), 3, - anon_sym_AMP, + ACTIONS(5615), 1, + anon_sym_DASH_GT, + ACTIONS(5707), 1, anon_sym_LBRACK, - anon_sym_const, - ACTIONS(3425), 18, - anon_sym_COMMA, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5705), 3, + 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, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [76650] = 12, + STATE(3221), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [76774] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5178), 1, - anon_sym_DASH_GT, - ACTIONS(5492), 1, + ACTIONS(5204), 1, anon_sym_LBRACK, - ACTIONS(3415), 2, + ACTIONS(5891), 1, + anon_sym_DASH_GT, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(5490), 3, - anon_sym_RPAREN, + ACTIONS(5202), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - ACTIONS(3497), 5, + anon_sym_LBRACE, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3203), 7, + STATE(3214), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -367473,24 +369576,20 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [76700] = 6, + [76824] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_const, - ACTIONS(4018), 2, + ACTIONS(5964), 1, + anon_sym_COLON, + STATE(1313), 1, + sym_enumerator_list, + STATE(3269), 1, + sym__enum_base_clause, + ACTIONS(3826), 3, anon_sym_AMP, anon_sym_LBRACK, - STATE(3209), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5633), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4020), 14, + anon_sym_const, + ACTIONS(3828), 18, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -367499,20 +369598,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [76738] = 3, + [76862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3597), 3, + ACTIONS(3951), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3595), 21, + ACTIONS(3949), 21, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367534,37 +369637,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76770] = 12, + [76894] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5410), 1, - anon_sym_LBRACK, - ACTIONS(5533), 1, + ACTIONS(5615), 1, anon_sym_DASH_GT, - ACTIONS(3415), 2, + ACTIONS(5805), 1, + anon_sym_LBRACK, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(5408), 3, + ACTIONS(5803), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3205), 7, + STATE(3180), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -367572,23 +369675,17 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [76820] = 6, + [76944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5605), 1, - anon_sym_COLON, - STATE(1328), 1, - sym_enumerator_list, - STATE(3268), 1, - sym__enum_base_clause, - ACTIONS(3417), 3, + ACTIONS(6009), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3419), 18, + ACTIONS(6007), 20, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -367599,25 +369696,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76858] = 3, + [76975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5638), 3, + ACTIONS(6013), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5636), 21, + ACTIONS(6011), 20, 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, @@ -367633,14 +369731,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76890] = 3, + [77006] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 1, + anon_sym_AMP_AMP, + ACTIONS(2383), 1, + anon_sym_AMP, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6015), 1, + anon_sym_LBRACK, + STATE(3266), 1, + sym_parameter_list, + STATE(3950), 1, + sym__abstract_declarator, + STATE(3228), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4421), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(6017), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [77057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5642), 3, + ACTIONS(6021), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5640), 20, + ACTIONS(6019), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367661,14 +369797,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76921] = 3, + [77088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5646), 3, + ACTIONS(6025), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5644), 20, + ACTIONS(6023), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367689,14 +369825,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76952] = 3, + [77119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5650), 3, + ACTIONS(6029), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5648), 20, + ACTIONS(6027), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367717,14 +369853,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76983] = 3, + [77150] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 1, + anon_sym_AMP_AMP, + ACTIONS(2383), 1, + anon_sym_AMP, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6015), 1, + anon_sym_LBRACK, + STATE(3266), 1, + sym_parameter_list, + STATE(3969), 1, + sym__abstract_declarator, + STATE(3379), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4589), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(6017), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [77201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5654), 3, + ACTIONS(6033), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5652), 20, + ACTIONS(6031), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367745,14 +369919,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77014] = 3, + [77232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 3, + ACTIONS(6037), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5656), 20, + ACTIONS(6035), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367773,14 +369947,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77045] = 3, + [77263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 3, + ACTIONS(5915), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5660), 20, + ACTIONS(5913), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367801,14 +369975,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77076] = 3, + [77294] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, + anon_sym_STAR, + ACTIONS(5130), 1, + anon_sym_AMP_AMP, + ACTIONS(5132), 1, + anon_sym_AMP, + ACTIONS(6039), 1, + anon_sym_SEMI, + ACTIONS(6041), 1, + anon_sym_EQ, + ACTIONS(6043), 1, + anon_sym_COLON, + STATE(3448), 1, + sym__field_declarator, + STATE(4991), 1, + sym_ms_based_modifier, + STATE(4992), 1, + sym_bitfield_clause, + STATE(4993), 1, + sym_initializer_list, + STATE(3725), 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, + [77353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 3, + ACTIONS(6047), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5664), 20, + ACTIONS(6045), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -367829,165 +370045,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77107] = 13, + [77384] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5670), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(5672), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(5674), 1, + ACTIONS(6053), 1, anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3269), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3952), 1, + STATE(3935), 1, sym__abstract_declarator, - STATE(3365), 2, + STATE(3255), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5668), 3, + ACTIONS(4421), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [77158] = 13, + [77435] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5670), 1, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, anon_sym_STAR, - ACTIONS(5672), 1, + ACTIONS(5130), 1, anon_sym_AMP_AMP, - ACTIONS(5674), 1, + ACTIONS(5132), 1, anon_sym_AMP, - ACTIONS(5676), 1, + ACTIONS(6043), 1, + anon_sym_COLON, + ACTIONS(6055), 1, + anon_sym_SEMI, + ACTIONS(6057), 1, + anon_sym_EQ, + STATE(3452), 1, + sym__field_declarator, + STATE(4854), 1, + sym_bitfield_clause, + STATE(4855), 1, + sym_initializer_list, + STATE(4991), 1, + sym_ms_based_modifier, + STATE(3725), 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, + [77494] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6015), 1, anon_sym_LBRACK, - STATE(3269), 1, + ACTIONS(6059), 1, + anon_sym_STAR, + ACTIONS(6061), 1, + anon_sym_AMP_AMP, + ACTIONS(6063), 1, + anon_sym_AMP, + STATE(3273), 1, sym_parameter_list, - STATE(3929), 1, + STATE(3940), 1, sym__abstract_declarator, - STATE(3230), 2, + STATE(3379), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4052), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5678), 5, + ACTIONS(4589), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [77209] = 13, + [77545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(6067), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, - anon_sym_STAR, - ACTIONS(2387), 1, - anon_sym_AMP_AMP, - ACTIONS(2389), 1, + ACTIONS(6069), 3, anon_sym_AMP, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5676), 1, anon_sym_LBRACK, - STATE(3280), 1, - sym_parameter_list, - STATE(3930), 1, - sym__abstract_declarator, - STATE(3365), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5680), 3, + anon_sym_const, + ACTIONS(6065), 19, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(5678), 5, + 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, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [77260] = 12, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(6073), 3, anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5531), 1, anon_sym_LBRACK, - ACTIONS(5533), 1, - anon_sym_DASH_GT, - STATE(3231), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, + anon_sym_const, + ACTIONS(6071), 20, + 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, - ACTIONS(5529), 5, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - STATE(3169), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [77309] = 3, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5541), 3, + ACTIONS(6077), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5539), 20, + ACTIONS(6075), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368008,43 +370248,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77340] = 4, + [77640] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5684), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(5686), 3, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 1, + anon_sym_AMP_AMP, + ACTIONS(2383), 1, anon_sym_AMP, - anon_sym_LBRACK, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5682), 19, + ACTIONS(6015), 1, + anon_sym_LBRACK, + STATE(3266), 1, + sym_parameter_list, + STATE(3962), 1, + sym__abstract_declarator, + STATE(3379), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6079), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [77373] = 3, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [77691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5690), 3, + ACTIONS(6083), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5688), 20, + ACTIONS(6081), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368065,14 +370314,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77404] = 3, + [77722] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5531), 3, + ACTIONS(6087), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5529), 20, + ACTIONS(6085), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368093,14 +370342,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77435] = 3, + [77753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5694), 3, + ACTIONS(6091), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5692), 20, + ACTIONS(6089), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368121,52 +370370,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77466] = 13, + [77784] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5670), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(5672), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(5674), 1, + ACTIONS(6053), 1, anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3269), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3945), 1, + STATE(3955), 1, sym__abstract_declarator, - STATE(3365), 2, + STATE(3379), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4230), 3, + ACTIONS(6079), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [77517] = 3, + [77835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5698), 3, + ACTIONS(6095), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5696), 20, + ACTIONS(6093), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368187,56 +370436,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77548] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4759), 1, - sym_identifier, - ACTIONS(4761), 1, - anon_sym_STAR, - ACTIONS(4763), 1, - anon_sym_AMP_AMP, - ACTIONS(4765), 1, - anon_sym_AMP, - ACTIONS(5700), 1, - anon_sym_SEMI, - ACTIONS(5702), 1, - anon_sym_EQ, - ACTIONS(5704), 1, - anon_sym_COLON, - STATE(3445), 1, - sym__field_declarator, - STATE(4907), 1, - sym_initializer_list, - STATE(4911), 1, - sym_bitfield_clause, - STATE(4934), 1, - sym_ms_based_modifier, - STATE(3774), 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, - [77607] = 3, + [77866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5708), 3, + ACTIONS(6099), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5706), 20, + ACTIONS(6097), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368257,51 +370464,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77638] = 12, + [77897] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5533), 1, + ACTIONS(5891), 1, anon_sym_DASH_GT, - ACTIONS(5541), 1, + ACTIONS(5907), 1, anon_sym_LBRACK, - STATE(3220), 1, + STATE(3239), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5539), 5, + ACTIONS(5905), 5, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, - STATE(3169), 5, + STATE(3177), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [77687] = 3, + [77946] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4387), 1, + anon_sym_COLON_COLON, + STATE(3248), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5948), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(4385), 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, + anon_sym_decltype, + sym_auto, + anon_sym_typename, + anon_sym_template, + [77981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5712), 3, + ACTIONS(6103), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5710), 20, + ACTIONS(6101), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368322,115 +370559,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77718] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4821), 1, - anon_sym_AMP_AMP, - ACTIONS(4823), 1, - anon_sym_AMP, - ACTIONS(4831), 1, - anon_sym_noexcept, - ACTIONS(4833), 1, - anon_sym_throw, - ACTIONS(5533), 1, - anon_sym_DASH_GT, - ACTIONS(5537), 1, - anon_sym_LBRACK, - STATE(3228), 1, - sym_trailing_return_type, - ACTIONS(3497), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5535), 5, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - STATE(3224), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [77767] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(2385), 1, - anon_sym_STAR, - ACTIONS(2387), 1, - anon_sym_AMP_AMP, - ACTIONS(2389), 1, - anon_sym_AMP, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3280), 1, - sym_parameter_list, - STATE(3927), 1, - sym__abstract_declarator, - STATE(3365), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4230), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(5678), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [77818] = 17, + [78012] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4751), 1, + ACTIONS(5118), 1, anon_sym_LPAREN2, - ACTIONS(4759), 1, + ACTIONS(5126), 1, sym_identifier, - ACTIONS(4761), 1, + ACTIONS(5128), 1, anon_sym_STAR, - ACTIONS(4763), 1, + ACTIONS(5130), 1, anon_sym_AMP_AMP, - ACTIONS(4765), 1, + ACTIONS(5132), 1, anon_sym_AMP, - ACTIONS(5704), 1, + ACTIONS(6043), 1, anon_sym_COLON, - ACTIONS(5714), 1, + ACTIONS(6105), 1, anon_sym_SEMI, - ACTIONS(5716), 1, + ACTIONS(6107), 1, anon_sym_EQ, - STATE(3443), 1, + STATE(3453), 1, sym__field_declarator, - STATE(4922), 1, - sym_initializer_list, - STATE(4929), 1, - sym_bitfield_clause, - STATE(4934), 1, + STATE(4991), 1, sym_ms_based_modifier, - STATE(3774), 8, + STATE(5144), 1, + sym_bitfield_clause, + STATE(5146), 1, + sym_initializer_list, + STATE(3725), 8, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -368439,80 +370601,52 @@ static const uint16_t ts_small_parse_table[] = { sym_reference_field_declarator, sym_template_method, sym_operator_name, - [77877] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5720), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(5718), 20, - 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_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [77908] = 13, + [78071] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(2387), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, + ACTIONS(6053), 1, anon_sym_AMP, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3280), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3943), 1, + STATE(3952), 1, sym__abstract_declarator, - STATE(3223), 2, + STATE(3259), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5722), 3, + ACTIONS(6109), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(5678), 5, + anon_sym_GT2, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [77959] = 3, + [78122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5726), 3, + ACTIONS(5907), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5724), 20, + ACTIONS(5905), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368533,14 +370667,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [77990] = 3, + [78153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5730), 3, + ACTIONS(6113), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5728), 20, + ACTIONS(6111), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368561,118 +370695,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [78021] = 3, + [78184] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5734), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(5732), 20, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2377), 1, anon_sym_LPAREN2, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 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_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [78052] = 13, - ACTIONS(3), 1, - sym_comment, ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(2946), 1, + anon_sym_AMP, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - ACTIONS(5736), 1, - anon_sym_STAR, - ACTIONS(5738), 1, - anon_sym_AMP_AMP, - ACTIONS(5740), 1, - anon_sym_AMP, - STATE(3267), 1, + STATE(3266), 1, sym_parameter_list, - STATE(3946), 1, + STATE(3933), 1, sym__abstract_declarator, - STATE(3365), 2, + STATE(3258), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4230), 3, + ACTIONS(6109), 3, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [78103] = 13, + [78235] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(2387), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, + ACTIONS(6053), 1, anon_sym_AMP, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3280), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3916), 1, + STATE(3943), 1, sym__abstract_declarator, - STATE(3237), 2, + STATE(3379), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4052), 3, + ACTIONS(4589), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(5678), 5, + anon_sym_GT2, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [78154] = 3, + [78286] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5744), 3, + ACTIONS(6117), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5742), 20, + ACTIONS(6115), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -368693,447 +370799,383 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [78185] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4020), 1, - anon_sym_COLON_COLON, - STATE(3247), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5581), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4018), 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, - anon_sym_decltype, - sym_auto, - anon_sym_typename, - anon_sym_template, - [78220] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(2385), 1, - anon_sym_STAR, - ACTIONS(2387), 1, - anon_sym_AMP_AMP, - ACTIONS(2389), 1, - anon_sym_AMP, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3280), 1, - sym_parameter_list, - STATE(3955), 1, - sym__abstract_declarator, - STATE(3251), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5746), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(5678), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [78271] = 13, + [78317] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - ACTIONS(5736), 1, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(5738), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(5740), 1, + ACTIONS(6053), 1, anon_sym_AMP, - STATE(3267), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3933), 1, + STATE(3956), 1, sym__abstract_declarator, STATE(3244), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4052), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(5678), 5, + ACTIONS(6119), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [78322] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5750), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(5748), 20, - 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_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [78353] = 13, + [78368] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2379), 1, anon_sym_STAR, - ACTIONS(2387), 1, + ACTIONS(2381), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, + ACTIONS(2383), 1, anon_sym_AMP, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - STATE(3280), 1, + STATE(3266), 1, sym_parameter_list, - STATE(3942), 1, + STATE(3926), 1, sym__abstract_declarator, - STATE(3365), 2, + STATE(3379), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5668), 3, + ACTIONS(6121), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [78404] = 13, + [78419] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5670), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(5672), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(5674), 1, + ACTIONS(6053), 1, anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3269), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3951), 1, + STATE(3934), 1, sym__abstract_declarator, - STATE(3221), 2, + STATE(3379), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5746), 3, + ACTIONS(6121), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [78455] = 13, + [78470] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5670), 1, + ACTIONS(2379), 1, anon_sym_STAR, - ACTIONS(5672), 1, + ACTIONS(2381), 1, anon_sym_AMP_AMP, - ACTIONS(5674), 1, + ACTIONS(2383), 1, anon_sym_AMP, - ACTIONS(5676), 1, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6015), 1, anon_sym_LBRACK, - STATE(3269), 1, + STATE(3266), 1, sym_parameter_list, - STATE(3961), 1, + STATE(3945), 1, sym__abstract_declarator, - STATE(3365), 2, + STATE(3240), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5680), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(6119), 3, anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5678), 5, + anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [78506] = 17, + [78521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4751), 1, + ACTIONS(6125), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(6123), 20, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4759), 1, - sym_identifier, - ACTIONS(4761), 1, - anon_sym_STAR, - ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4765), 1, - anon_sym_AMP, - ACTIONS(5704), 1, - anon_sym_COLON, - ACTIONS(5752), 1, anon_sym_SEMI, - ACTIONS(5754), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - STATE(3441), 1, - sym__field_declarator, - STATE(4934), 1, - sym_ms_based_modifier, - STATE(5038), 1, - sym_initializer_list, - STATE(5044), 1, - sym_bitfield_clause, - STATE(3774), 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, - [78565] = 12, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [78552] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4821), 1, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - ACTIONS(4823), 1, + ACTIONS(5150), 1, anon_sym_AMP, - ACTIONS(4831), 1, + ACTIONS(5160), 1, anon_sym_noexcept, - ACTIONS(4833), 1, + ACTIONS(5162), 1, anon_sym_throw, - ACTIONS(5533), 1, + ACTIONS(5891), 1, anon_sym_DASH_GT, - ACTIONS(5545), 1, + ACTIONS(5915), 1, anon_sym_LBRACK, - STATE(3225), 1, + STATE(3256), 1, sym_trailing_return_type, - ACTIONS(3497), 5, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5543), 5, + ACTIONS(5913), 5, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_final, anon_sym_override, - STATE(3234), 5, + STATE(3177), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [78614] = 3, + [78601] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5758), 3, - anon_sym_AMP, - anon_sym_LBRACK, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(5756), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5148), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5891), 1, + anon_sym_DASH_GT, + ACTIONS(5911), 1, + anon_sym_LBRACK, + STATE(3252), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, - anon_sym_DASH_GT, + ACTIONS(5909), 5, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [78645] = 13, + STATE(3247), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [78650] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5670), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6059), 1, anon_sym_STAR, - ACTIONS(5672), 1, + ACTIONS(6061), 1, anon_sym_AMP_AMP, - ACTIONS(5674), 1, + ACTIONS(6063), 1, anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3269), 1, + STATE(3273), 1, sym_parameter_list, - STATE(3953), 1, + STATE(3937), 1, sym__abstract_declarator, - STATE(3253), 2, + STATE(3236), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5722), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5678), 5, + ACTIONS(4421), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [78696] = 11, + [78701] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(5148), 1, + anon_sym_AMP_AMP, + ACTIONS(5150), 1, + anon_sym_AMP, + ACTIONS(5160), 1, + anon_sym_noexcept, + ACTIONS(5162), 1, + anon_sym_throw, + ACTIONS(5877), 1, + anon_sym_LBRACK, + ACTIONS(5891), 1, + anon_sym_DASH_GT, + STATE(3231), 1, + sym_trailing_return_type, + ACTIONS(3871), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5875), 5, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + STATE(3262), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [78750] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5764), 1, + ACTIONS(6131), 1, anon_sym_DASH_GT, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - STATE(3746), 1, + STATE(3729), 1, sym_trailing_return_type, - ACTIONS(5529), 5, + ACTIONS(5875), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3187), 5, + STATE(3274), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [78742] = 6, + [78796] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - STATE(3146), 1, + STATE(3169), 1, sym_parameter_list, - ACTIONS(5774), 2, + ACTIONS(5493), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5770), 17, + ACTIONS(5491), 17, anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_SEMI, @@ -369151,20 +371193,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [78778] = 6, + [78832] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5772), 1, - anon_sym_LPAREN2, - ACTIONS(5776), 1, - anon_sym_LBRACK, - STATE(3146), 1, - sym_parameter_list, - ACTIONS(5780), 2, + STATE(1319), 1, + sym_enumerator_list, + ACTIONS(3487), 3, anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(5778), 17, + ACTIONS(3489), 18, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -369175,87 +371216,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [78814] = 3, + [78864] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5784), 6, + STATE(1355), 1, + sym_enumerator_list, + ACTIONS(3446), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(3448), 18, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - ACTIONS(5782), 16, - anon_sym_AMP, - anon_sym___based, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_const, + 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, - sym_identifier, - anon_sym_template, - anon_sym_operator, - [78844] = 11, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [78896] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5786), 1, + ACTIONS(6141), 1, anon_sym_DASH_GT, - STATE(3746), 1, + STATE(3729), 1, sym_trailing_return_type, - ACTIONS(5529), 5, + ACTIONS(5875), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3187), 5, + STATE(3272), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [78890] = 4, + [78942] = 6, ACTIONS(3), 1, sym_comment, - STATE(1322), 1, - sym_enumerator_list, - ACTIONS(3076), 3, - anon_sym_AMP, + ACTIONS(6137), 1, + anon_sym_LPAREN2, + ACTIONS(6139), 1, anon_sym_LBRACK, + STATE(3169), 1, + sym_parameter_list, + ACTIONS(6145), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(3078), 18, + ACTIONS(6143), 17, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -369266,299 +371308,325 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [78922] = 11, + [78978] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5788), 1, + ACTIONS(6141), 1, anon_sym_DASH_GT, - STATE(3753), 1, + STATE(3776), 1, sym_trailing_return_type, - ACTIONS(5539), 5, + ACTIONS(5913), 5, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(5678), 5, + anon_sym_GT2, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3187), 5, + STATE(3202), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [78968] = 11, + [79024] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5788), 1, + ACTIONS(6147), 1, anon_sym_DASH_GT, - STATE(3758), 1, + STATE(3729), 1, sym_trailing_return_type, - ACTIONS(5535), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5875), 5, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(5678), 5, + anon_sym_EQ, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3266), 5, + STATE(3285), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79014] = 11, + [79070] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6131), 1, + anon_sym_DASH_GT, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5788), 1, - anon_sym_DASH_GT, - STATE(3746), 1, + STATE(3776), 1, sym_trailing_return_type, - ACTIONS(5529), 5, + ACTIONS(5913), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3187), 5, + STATE(3202), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79060] = 11, + [79116] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5764), 1, + ACTIONS(6131), 1, anon_sym_DASH_GT, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - STATE(3769), 1, + STATE(3775), 1, sym_trailing_return_type, - ACTIONS(5543), 5, + ACTIONS(5909), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3276), 5, + STATE(3279), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79106] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(1343), 1, - sym_enumerator_list, - ACTIONS(3066), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(3068), 18, - 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_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [79138] = 11, + [79162] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5786), 1, + ACTIONS(6141), 1, anon_sym_DASH_GT, - STATE(3769), 1, + STATE(3745), 1, sym_trailing_return_type, - ACTIONS(5543), 5, + ACTIONS(5905), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3277), 5, + STATE(3202), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79184] = 6, + [79208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5772), 1, + ACTIONS(6151), 1, anon_sym_LPAREN2, - ACTIONS(5776), 1, - anon_sym_LBRACK, - STATE(3146), 1, - sym_parameter_list, - ACTIONS(5094), 2, + STATE(3322), 1, + sym_preproc_argument_list, + ACTIONS(6153), 5, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_const, - ACTIONS(5092), 17, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6149), 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_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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79242] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6157), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + ACTIONS(6155), 16, + anon_sym_AMP, + anon_sym___based, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + anon_sym__unaligned, + anon_sym___unaligned, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [79220] = 11, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [79272] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5764), 1, + ACTIONS(6131), 1, anon_sym_DASH_GT, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - STATE(3758), 1, + STATE(3745), 1, sym_trailing_return_type, - ACTIONS(5535), 5, + ACTIONS(5905), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3258), 5, + STATE(3202), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79266] = 5, + [79318] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6161), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + ACTIONS(6159), 16, + anon_sym_AMP, + anon_sym___based, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + anon_sym__unaligned, + anon_sym___unaligned, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [79348] = 5, ACTIONS(3), 1, sym_comment, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4018), 5, + ACTIONS(4385), 5, anon_sym_AMP, anon_sym___based, sym_identifier, anon_sym_template, anon_sym_operator, - ACTIONS(5790), 6, + ACTIONS(6163), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4020), 9, + ACTIONS(4387), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -369568,19 +371636,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_LBRACK, anon_sym_GT2, - [79300] = 6, + [79382] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - STATE(3146), 1, + STATE(3169), 1, sym_parameter_list, - ACTIONS(5795), 2, + ACTIONS(6168), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5793), 17, + ACTIONS(6166), 17, anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_SEMI, @@ -369598,19 +371666,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [79336] = 6, + [79418] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - STATE(3146), 1, + STATE(3169), 1, sym_parameter_list, - ACTIONS(5799), 2, + ACTIONS(6172), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5797), 17, + ACTIONS(6170), 17, anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_SEMI, @@ -369628,281 +371696,219 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [79372] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5803), 1, - anon_sym_LPAREN2, - STATE(3326), 1, - sym_preproc_argument_list, - ACTIONS(5805), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5801), 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, - [79406] = 11, + [79454] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5764), 1, - anon_sym_DASH_GT, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - STATE(3753), 1, + ACTIONS(6147), 1, + anon_sym_DASH_GT, + STATE(3775), 1, sym_trailing_return_type, - ACTIONS(5539), 5, + ACTIONS(5909), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3187), 5, + STATE(3286), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79452] = 11, + [79500] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5786), 1, + ACTIONS(6147), 1, anon_sym_DASH_GT, - STATE(3753), 1, + STATE(3776), 1, sym_trailing_return_type, - ACTIONS(5539), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5913), 5, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(5678), 5, + anon_sym_EQ, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3187), 5, + STATE(3202), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79498] = 11, + [79546] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5786), 1, + ACTIONS(6147), 1, anon_sym_DASH_GT, - STATE(3758), 1, + STATE(3745), 1, sym_trailing_return_type, - ACTIONS(5535), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5905), 5, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(5678), 5, + anon_sym_EQ, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3262), 5, + STATE(3202), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79544] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5809), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - ACTIONS(5807), 16, - anon_sym_AMP, - anon_sym___based, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_identifier, - anon_sym_template, - anon_sym_operator, - [79574] = 11, + [79592] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5788), 1, + ACTIONS(6141), 1, anon_sym_DASH_GT, - STATE(3769), 1, + STATE(3775), 1, sym_trailing_return_type, - ACTIONS(5543), 5, + ACTIONS(5909), 5, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(5678), 5, + anon_sym_GT2, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3264), 5, + STATE(3276), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [79620] = 13, + [79638] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(4230), 1, - anon_sym_LBRACE, - ACTIONS(5676), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5811), 1, - anon_sym_STAR, - ACTIONS(5813), 1, - anon_sym_AMP_AMP, - ACTIONS(5815), 1, - anon_sym_AMP, - STATE(3360), 1, + STATE(3169), 1, sym_parameter_list, - STATE(4150), 1, - sym__abstract_declarator, - STATE(3365), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5678), 5, + ACTIONS(6176), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6174), 17, + anon_sym_COMMA, + 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, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [79669] = 6, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [79674] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - STATE(1299), 1, - sym_template_argument_list, - ACTIONS(2980), 2, + ACTIONS(3852), 1, + anon_sym_COLON, + STATE(1354), 1, + sym_enumerator_list, + STATE(3268), 1, + sym__enum_base_clause, + ACTIONS(3832), 3, anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(2982), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3834), 15, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - 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_GT2, - [79704] = 6, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [79709] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(5817), 1, + ACTIONS(6178), 1, anon_sym_LT, - STATE(2405), 1, + STATE(2473), 1, sym_template_argument_list, - ACTIONS(2449), 3, + ACTIONS(3356), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(2456), 15, + ACTIONS(2423), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -369918,61 +371924,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [79739] = 13, + [79744] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(4052), 1, - anon_sym_LBRACE, - ACTIONS(5676), 1, - anon_sym_LBRACK, - ACTIONS(5811), 1, - anon_sym_STAR, - ACTIONS(5813), 1, + ACTIONS(6180), 1, + anon_sym_COMMA, + ACTIONS(6182), 1, + anon_sym_RPAREN, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6192), 1, anon_sym_AMP_AMP, - ACTIONS(5815), 1, + ACTIONS(6194), 1, + anon_sym_PIPE, + ACTIONS(6196), 1, + anon_sym_CARET, + ACTIONS(6198), 1, anon_sym_AMP, - STATE(3360), 1, - sym_parameter_list, - STATE(4037), 1, - sym__abstract_declarator, - STATE(3281), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5678), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [79788] = 6, + STATE(4235), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(6184), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6200), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6202), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(6206), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79799] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 1, - anon_sym_COLON, - STATE(1347), 1, - sym_enumerator_list, - STATE(3263), 1, - sym__enum_base_clause, - ACTIONS(3423), 3, - anon_sym_AMP, + ACTIONS(6139), 1, anon_sym_LBRACK, - anon_sym_const, - ACTIONS(3425), 15, + ACTIONS(6208), 1, anon_sym_LPAREN2, - anon_sym_STAR, + STATE(3190), 1, + sym_parameter_list, + ACTIONS(6172), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6170), 16, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -369981,54 +371989,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [79823] = 10, + [79834] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5821), 1, + ACTIONS(6180), 1, + anon_sym_COMMA, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6192), 1, + anon_sym_AMP_AMP, + ACTIONS(6194), 1, + anon_sym_PIPE, + ACTIONS(6196), 1, + anon_sym_CARET, + ACTIONS(6198), 1, + anon_sym_AMP, + ACTIONS(6210), 1, anon_sym_RPAREN, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5831), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, + STATE(4331), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(6184), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3293), 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, - [79866] = 6, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6200), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6202), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(6206), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79889] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3174), 1, + STATE(3189), 1, sym_parameter_list, - ACTIONS(5094), 2, + ACTIONS(5493), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5092), 16, + ACTIONS(5491), 16, anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_SEMI, @@ -370045,48 +372060,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [79901] = 6, + [79924] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - STATE(3174), 1, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(4421), 1, + anon_sym_LBRACE, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6212), 1, + anon_sym_STAR, + ACTIONS(6214), 1, + anon_sym_AMP_AMP, + ACTIONS(6216), 1, + anon_sym_AMP, + STATE(3341), 1, sym_parameter_list, - ACTIONS(5799), 2, + STATE(4133), 1, + sym__abstract_declarator, + STATE(3305), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6017), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [79973] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + STATE(1294), 1, + sym_template_argument_list, + ACTIONS(3358), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5797), 16, + ACTIONS(3360), 16, + 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_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_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [79936] = 6, + anon_sym_GT2, + [80008] = 5, + ACTIONS(6149), 1, + anon_sym_LF, + ACTIONS(6218), 1, + anon_sym_LPAREN2, + ACTIONS(6220), 1, + sym_comment, + STATE(3397), 1, + sym_preproc_argument_list, + ACTIONS(6153), 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, + [80041] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3175), 1, + STATE(3190), 1, sym_parameter_list, - ACTIONS(5780), 2, + ACTIONS(6145), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5778), 16, + ACTIONS(6143), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_AMP_AMP, @@ -370103,19 +372182,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [79971] = 6, + [80076] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3175), 1, + STATE(3190), 1, sym_parameter_list, - ACTIONS(5774), 2, + ACTIONS(6168), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5770), 16, + ACTIONS(6166), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_AMP_AMP, @@ -370132,52 +372211,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [80006] = 6, + [80111] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3174), 1, + STATE(3189), 1, sym_parameter_list, - ACTIONS(5774), 2, + ACTIONS(6176), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5770), 16, + ACTIONS(6174), 16, anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [80146] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(6178), 1, + anon_sym_LT, + STATE(2473), 1, + sym_template_argument_list, + ACTIONS(2459), 3, + anon_sym_AMP, + anon_sym_const, + anon_sym_COLON, + ACTIONS(2466), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [80041] = 6, + anon_sym_GT2, + [80181] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3175), 1, + STATE(3189), 1, sym_parameter_list, - ACTIONS(5094), 2, + ACTIONS(6172), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5092), 16, + ACTIONS(6170), 16, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -370187,62 +372296,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [80076] = 16, + [80216] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5837), 1, - anon_sym_COMMA, - ACTIONS(5839), 1, + ACTIONS(6222), 1, + sym_identifier, + ACTIONS(6224), 1, anon_sym_RPAREN, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5847), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5849), 1, - anon_sym_AMP_AMP, - ACTIONS(5851), 1, - anon_sym_PIPE, - ACTIONS(5853), 1, - anon_sym_CARET, - ACTIONS(5855), 1, - anon_sym_AMP, - STATE(4286), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(5841), 2, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6228), 1, + anon_sym_defined, + ACTIONS(6234), 1, + sym_number_literal, + ACTIONS(6230), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5857), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5859), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5863), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [80131] = 6, + ACTIONS(6236), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3291), 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, + [80259] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(5865), 1, + ACTIONS(6238), 1, anon_sym_LT, - STATE(2247), 1, + STATE(2244), 1, sym_template_argument_list, - ACTIONS(2449), 3, + ACTIONS(3356), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(2456), 15, + ACTIONS(2423), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -370258,59 +372360,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_final, anon_sym_override, - [80166] = 16, + [80294] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5837), 1, - anon_sym_COMMA, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5847), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5849), 1, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(4589), 1, + anon_sym_LBRACE, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6212), 1, + anon_sym_STAR, + ACTIONS(6214), 1, anon_sym_AMP_AMP, - ACTIONS(5851), 1, - anon_sym_PIPE, - ACTIONS(5853), 1, - anon_sym_CARET, - ACTIONS(5855), 1, + ACTIONS(6216), 1, anon_sym_AMP, - ACTIONS(5867), 1, - anon_sym_RPAREN, - STATE(4264), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(5841), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5857), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5859), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5863), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [80221] = 6, + STATE(3341), 1, + sym_parameter_list, + STATE(4098), 1, + sym__abstract_declarator, + STATE(3379), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6017), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [80343] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(5865), 1, + ACTIONS(6238), 1, anon_sym_LT, - STATE(2247), 1, + STATE(2244), 1, sym_template_argument_list, - ACTIONS(2988), 3, + ACTIONS(2459), 3, anon_sym_AMP, anon_sym_const, anon_sym_COLON, - ACTIONS(2427), 15, + ACTIONS(2466), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -370326,24 +372425,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constexpr, anon_sym_final, anon_sym_override, - [80256] = 6, + [80378] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(3175), 1, - sym_parameter_list, - ACTIONS(5795), 2, + ACTIONS(3852), 1, + anon_sym_COLON, + STATE(1313), 1, + sym_enumerator_list, + STATE(3269), 1, + sym__enum_base_clause, + ACTIONS(3826), 3, anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(5793), 16, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3828), 15, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -370352,22 +372452,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [80291] = 6, + [80413] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3174), 1, + STATE(3189), 1, sym_parameter_list, - ACTIONS(5795), 2, + ACTIONS(6145), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5793), 16, + ACTIONS(6143), 16, anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_SEMI, @@ -370384,23 +372483,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [80326] = 6, + [80448] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3175), 1, + STATE(3189), 1, sym_parameter_list, - ACTIONS(5799), 2, + ACTIONS(6168), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5797), 16, + ACTIONS(6166), 16, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -370410,113 +372510,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [80361] = 5, - ACTIONS(5801), 1, - anon_sym_LF, - ACTIONS(5869), 1, - anon_sym_LPAREN2, - ACTIONS(5871), 1, - sym_comment, - STATE(3390), 1, - sym_preproc_argument_list, - ACTIONS(5805), 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, - [80394] = 6, + [80483] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 1, - anon_sym_COLON, - STATE(1328), 1, - sym_enumerator_list, - STATE(3268), 1, - sym__enum_base_clause, - ACTIONS(3417), 3, - anon_sym_AMP, + ACTIONS(6139), 1, anon_sym_LBRACK, - anon_sym_const, - ACTIONS(3419), 15, + ACTIONS(6208), 1, 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_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [80429] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(5817), 1, - anon_sym_LT, - STATE(2405), 1, - sym_template_argument_list, - ACTIONS(2988), 3, + STATE(3190), 1, + sym_parameter_list, + ACTIONS(5493), 2, anon_sym_AMP, anon_sym_const, - anon_sym_COLON, - ACTIONS(2427), 15, - anon_sym_DOT_DOT_DOT, + ACTIONS(5491), 16, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, + anon_sym_RPAREN, anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, - [80464] = 6, + anon_sym_noexcept, + anon_sym_throw, + [80518] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3174), 1, + STATE(3190), 1, sym_parameter_list, - ACTIONS(5780), 2, + ACTIONS(6176), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5778), 16, + ACTIONS(6174), 16, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -370526,98 +372567,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [80499] = 10, + [80553] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5873), 1, + ACTIONS(6240), 1, anon_sym_RPAREN, - ACTIONS(5875), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5833), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3295), 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, - [80542] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5760), 1, - anon_sym_AMP_AMP, - ACTIONS(5762), 1, - anon_sym_AMP, - ACTIONS(5766), 1, - anon_sym_noexcept, - ACTIONS(5768), 1, - anon_sym_throw, - ACTIONS(5877), 1, - anon_sym_DASH_GT, - STATE(3746), 1, - sym_trailing_return_type, - ACTIONS(5529), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_LBRACK, - ACTIONS(5678), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3187), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [80586] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_defined, - ACTIONS(5889), 1, + ACTIONS(6242), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3412), 7, + STATE(3293), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -370625,30 +372603,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [80626] = 9, + [80596] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5893), 1, + ACTIONS(6254), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3369), 7, + STATE(3396), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -370656,30 +372634,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [80666] = 9, + [80636] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5895), 1, + ACTIONS(6258), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3385), 7, + STATE(3350), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -370687,81 +372665,66 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [80706] = 10, + [80676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5841), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5857), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5859), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5863), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5899), 2, - anon_sym_PIPE, + ACTIONS(5999), 2, anon_sym_AMP, - ACTIONS(5897), 5, + anon_sym_const, + ACTIONS(5997), 18, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + anon_sym_LPAREN2, anon_sym_AMP_AMP, - anon_sym_CARET, - [80748] = 11, + 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_DASH_GT, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [80704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, + ACTIONS(6262), 5, anon_sym_SLASH, - ACTIONS(5855), 1, - anon_sym_AMP, - ACTIONS(5899), 1, anon_sym_PIPE, - ACTIONS(5841), 2, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6260), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5857), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5859), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5863), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5897), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [80792] = 3, + [80732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5903), 5, + ACTIONS(6266), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5901), 15, + ACTIONS(6264), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -370777,47 +372740,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [80820] = 9, + [80760] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5841), 2, + ACTIONS(6244), 1, + sym_identifier, + ACTIONS(6246), 1, + anon_sym_LPAREN2, + ACTIONS(6248), 1, + anon_sym_defined, + ACTIONS(6268), 1, + sym_number_literal, + ACTIONS(6250), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5859), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5863), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5899), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5897), 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, - [80860] = 3, + ACTIONS(6256), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3417), 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, + [80800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5907), 5, + ACTIONS(6272), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5905), 15, + ACTIONS(6270), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -370833,134 +372796,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [80888] = 12, + [80828] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, + ACTIONS(6188), 1, anon_sym_SLASH, - ACTIONS(5853), 1, - anon_sym_CARET, - ACTIONS(5855), 1, - anon_sym_AMP, - ACTIONS(5899), 1, - anon_sym_PIPE, - ACTIONS(5841), 2, + ACTIONS(6184), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, + ACTIONS(6186), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5857), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5859), 2, + ACTIONS(6202), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5861), 2, + ACTIONS(6204), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5863), 2, + ACTIONS(6206), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5897), 4, + ACTIONS(6276), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(6274), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [80934] = 12, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [80868] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, + ACTIONS(4599), 5, anon_sym_SLASH, - ACTIONS(5851), 1, anon_sym_PIPE, - ACTIONS(5853), 1, - anon_sym_CARET, - ACTIONS(5855), 1, anon_sym_AMP, - ACTIONS(5841), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4597), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5857), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5859), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5863), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5897), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [80980] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5734), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5732), 18, - 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, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [81008] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5744), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5742), 18, - 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, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [81036] = 3, + [80896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5911), 5, + ACTIONS(6280), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5909), 15, + ACTIONS(6278), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -370976,13 +372877,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [81064] = 3, + [80924] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6244), 1, + sym_identifier, + ACTIONS(6246), 1, + anon_sym_LPAREN2, + ACTIONS(6248), 1, + anon_sym_defined, + ACTIONS(6282), 1, + sym_number_literal, + ACTIONS(6250), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6252), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6256), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3405), 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, + [80964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3597), 2, + ACTIONS(3951), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3595), 18, + ACTIONS(3949), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371001,13 +372933,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [81092] = 3, + [80992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3579), 2, + ACTIONS(6087), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3577), 18, + ACTIONS(6085), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371026,57 +372958,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [81120] = 13, + [81020] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, + ACTIONS(6188), 1, anon_sym_SLASH, - ACTIONS(5849), 1, - anon_sym_AMP_AMP, - ACTIONS(5851), 1, + ACTIONS(6194), 1, anon_sym_PIPE, - ACTIONS(5853), 1, + ACTIONS(6196), 1, anon_sym_CARET, - ACTIONS(5855), 1, + ACTIONS(6198), 1, anon_sym_AMP, - ACTIONS(5841), 2, + ACTIONS(6184), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, + ACTIONS(6186), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5857), 2, + ACTIONS(6200), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5859), 2, + ACTIONS(6202), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5861), 2, + ACTIONS(6204), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5863), 2, + ACTIONS(6206), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5897), 3, + ACTIONS(6274), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - [81168] = 3, + anon_sym_AMP_AMP, + [81066] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6244), 1, + sym_identifier, + ACTIONS(6246), 1, + anon_sym_LPAREN2, + ACTIONS(6248), 1, + anon_sym_defined, + ACTIONS(6284), 1, + sym_number_literal, + ACTIONS(6250), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6252), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6256), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3406), 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, + [81106] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5899), 5, + ACTIONS(6188), 1, anon_sym_SLASH, + ACTIONS(6184), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6206), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6276), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5897), 15, + ACTIONS(6274), 9, 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, @@ -371084,32 +373052,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [81196] = 9, + [81142] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5913), 1, + ACTIONS(6286), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3399), 7, + STATE(3326), 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, + [81182] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6222), 1, + sym_identifier, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6228), 1, + anon_sym_defined, + ACTIONS(6288), 1, + sym_number_literal, + ACTIONS(6230), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6232), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6236), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3339), 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, + [81222] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6222), 1, + sym_identifier, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6228), 1, + anon_sym_defined, + ACTIONS(6290), 1, + sym_number_literal, + ACTIONS(6230), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6232), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6236), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3334), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371117,13 +373145,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [81236] = 3, + [81262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5646), 2, + ACTIONS(6033), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5644), 18, + ACTIONS(6031), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371142,41 +373170,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [81264] = 3, + [81290] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6244), 1, + sym_identifier, + ACTIONS(6246), 1, + anon_sym_LPAREN2, + ACTIONS(6248), 1, + anon_sym_defined, + ACTIONS(6292), 1, + sym_number_literal, + ACTIONS(6250), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6252), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6256), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3409), 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, + [81330] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4228), 5, + ACTIONS(6188), 1, anon_sym_SLASH, + ACTIONS(6192), 1, + anon_sym_AMP_AMP, + ACTIONS(6194), 1, anon_sym_PIPE, + ACTIONS(6196), 1, + anon_sym_CARET, + ACTIONS(6198), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4226), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6184), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6186), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(6200), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(6202), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(6206), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [81292] = 3, + ACTIONS(6274), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [81378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5917), 5, + ACTIONS(6296), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5915), 15, + ACTIONS(6294), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -371192,30 +373261,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [81320] = 9, + [81406] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5919), 1, + ACTIONS(6298), 1, + sym_number_literal, + ACTIONS(6250), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6252), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6256), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3416), 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, + [81446] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6244), 1, + sym_identifier, + ACTIONS(6246), 1, + anon_sym_LPAREN2, + ACTIONS(6248), 1, + anon_sym_defined, + ACTIONS(6300), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3391), 7, + STATE(3415), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371223,17 +373323,18 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [81360] = 3, + [81486] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5730), 2, + ACTIONS(6302), 1, + anon_sym_LPAREN2, + ACTIONS(6069), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5728), 18, + ACTIONS(6065), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, @@ -371248,72 +373349,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [81388] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5899), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5897), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - 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, - [81420] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5841), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5863), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5899), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5897), 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, - [81456] = 3, + [81516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5923), 5, + ACTIONS(6276), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5921), 15, + ACTIONS(6274), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -371329,160 +373374,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [81484] = 3, + [81544] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5927), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5925), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6244), 1, + sym_identifier, + ACTIONS(6246), 1, + anon_sym_LPAREN2, + ACTIONS(6248), 1, + anon_sym_defined, + ACTIONS(6304), 1, + sym_number_literal, + ACTIONS(6250), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6252), 2, 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, - [81512] = 11, + ACTIONS(6256), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3414), 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, + [81584] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5877), 1, + ACTIONS(6306), 1, anon_sym_DASH_GT, - STATE(3758), 1, + STATE(3729), 1, sym_trailing_return_type, - ACTIONS(5535), 3, + ACTIONS(5875), 3, anon_sym_LPAREN2, anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3305), 5, + STATE(3349), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [81556] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5841), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5899), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5897), 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, - [81590] = 11, + [81628] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(3320), 1, anon_sym_const, - ACTIONS(5760), 1, + ACTIONS(6127), 1, anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6129), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(6133), 1, anon_sym_noexcept, - ACTIONS(5768), 1, + ACTIONS(6135), 1, anon_sym_throw, - ACTIONS(5877), 1, + ACTIONS(6306), 1, anon_sym_DASH_GT, - STATE(3753), 1, + STATE(3775), 1, sym_trailing_return_type, - ACTIONS(5539), 3, + ACTIONS(5909), 3, anon_sym_LPAREN2, anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(5678), 5, + ACTIONS(6017), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3187), 5, + STATE(3365), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [81634] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(3190), 1, - sym_parameter_list, - ACTIONS(5799), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5797), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [81668] = 3, + [81672] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5650), 2, + ACTIONS(6083), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5648), 18, + ACTIONS(6081), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371501,30 +373496,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [81696] = 9, + [81700] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5929), 1, + ACTIONS(6308), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3404), 7, + STATE(3413), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371532,117 +373527,58 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [81736] = 3, + [81740] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5933), 5, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(6139), 1, + anon_sym_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(3206), 1, + sym_parameter_list, + ACTIONS(5493), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5931), 15, + anon_sym_const, + ACTIONS(5491), 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, - [81764] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_defined, - ACTIONS(5935), 1, - sym_number_literal, - ACTIONS(5885), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5891), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3411), 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, - [81804] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_defined, - ACTIONS(5937), 1, - sym_number_literal, - ACTIONS(5885), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5891), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3383), 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, - [81844] = 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [81774] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5939), 1, + ACTIONS(6310), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3329), 7, + STATE(3412), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371650,151 +373586,140 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [81884] = 6, + [81814] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(3190), 1, - sym_parameter_list, - ACTIONS(5094), 2, + ACTIONS(6113), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5092), 15, + ACTIONS(6111), 18, + anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [81918] = 9, + [81842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_defined, - ACTIONS(5941), 1, - sym_number_literal, - ACTIONS(5885), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6314), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6312), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3394), 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, - [81958] = 9, + anon_sym_STAR, + 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, + [81870] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6127), 1, + anon_sym_AMP_AMP, + ACTIONS(6129), 1, + anon_sym_AMP, + ACTIONS(6133), 1, + anon_sym_noexcept, + ACTIONS(6135), 1, + anon_sym_throw, + ACTIONS(6306), 1, + anon_sym_DASH_GT, + STATE(3776), 1, + sym_trailing_return_type, + ACTIONS(5913), 3, anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_defined, - ACTIONS(5943), 1, - sym_number_literal, - ACTIONS(5885), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5891), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3387), 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, - [81998] = 9, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(6017), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3202), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [81914] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5945), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6276), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6274), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3322), 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, - [82038] = 9, + 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, + [81946] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5947), 1, + ACTIONS(6316), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3321), 7, + STATE(3390), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371802,13 +373727,13 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82078] = 3, + [81986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5638), 2, + ACTIONS(3158), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5636), 18, + ACTIONS(3160), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371827,30 +373752,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [82106] = 9, + [82014] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5949), 1, + ACTIONS(6318), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3315), 7, + STATE(3357), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371858,61 +373783,66 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82146] = 9, + [82054] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5951), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6192), 1, + anon_sym_AMP_AMP, + ACTIONS(6194), 1, + anon_sym_PIPE, + ACTIONS(6196), 1, + anon_sym_CARET, + ACTIONS(6198), 1, + anon_sym_AMP, + ACTIONS(6184), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3314), 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, - [82186] = 9, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6200), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6202), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(6206), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6320), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [82104] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5953), 1, + ACTIONS(6322), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3396), 7, + STATE(3420), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371920,30 +373850,89 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82226] = 9, + [82144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6326), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6324), 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, + [82172] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6196), 1, + anon_sym_CARET, + ACTIONS(6198), 1, + anon_sym_AMP, + ACTIONS(6276), 1, + anon_sym_PIPE, + ACTIONS(6184), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6200), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6202), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(6206), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6274), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [82218] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5955), 1, + ACTIONS(6328), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3398), 7, + STATE(3403), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371951,30 +373940,86 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82266] = 9, + [82258] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6184), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6276), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6274), 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, + [82292] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6139), 1, + anon_sym_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(3206), 1, + sym_parameter_list, + ACTIONS(6176), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6174), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [82326] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5957), 1, + ACTIONS(6330), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3310), 7, + STATE(3380), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -371982,30 +374027,62 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82306] = 9, + [82366] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6184), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6200), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6202), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(6206), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6276), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(6274), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [82408] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5959), 1, + ACTIONS(6332), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3309), 7, + STATE(3362), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372013,30 +374090,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82346] = 9, + [82448] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5961), 1, + ACTIONS(6334), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3386), 7, + STATE(3418), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372044,30 +374121,63 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82386] = 9, + [82488] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3320), 1, + anon_sym_const, + ACTIONS(6127), 1, + anon_sym_AMP_AMP, + ACTIONS(6129), 1, + anon_sym_AMP, + ACTIONS(6133), 1, + anon_sym_noexcept, + ACTIONS(6135), 1, + anon_sym_throw, + ACTIONS(6306), 1, + anon_sym_DASH_GT, + STATE(3745), 1, + sym_trailing_return_type, + ACTIONS(5905), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(6017), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3202), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [82532] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5963), 1, + ACTIONS(6336), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3312), 7, + STATE(3320), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372075,30 +374185,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82426] = 9, + [82572] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5965), 1, + ACTIONS(6338), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3330), 7, + STATE(3328), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372106,30 +374216,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82466] = 9, + [82612] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5967), 1, + ACTIONS(6340), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3334), 7, + STATE(3393), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372137,30 +374247,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82506] = 9, + [82652] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5969), 1, + ACTIONS(6342), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3389), 7, + STATE(3359), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372168,63 +374278,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82546] = 11, + [82692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, - anon_sym_const, - ACTIONS(5760), 1, - anon_sym_AMP_AMP, - ACTIONS(5762), 1, + ACTIONS(6099), 2, anon_sym_AMP, - ACTIONS(5766), 1, - anon_sym_noexcept, - ACTIONS(5768), 1, - anon_sym_throw, - ACTIONS(5877), 1, - anon_sym_DASH_GT, - STATE(3769), 1, - sym_trailing_return_type, - ACTIONS(5543), 3, + anon_sym_const, + ACTIONS(6097), 18, + 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, - ACTIONS(5678), 5, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3335), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [82590] = 9, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [82720] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5971), 1, + ACTIONS(6344), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3405), 7, + STATE(3354), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372232,30 +374334,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82630] = 9, + [82760] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5973), 1, + ACTIONS(6346), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3400), 7, + STATE(3411), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372263,30 +374365,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82670] = 9, + [82800] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5975), 1, + ACTIONS(6348), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3403), 7, + STATE(3392), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372294,30 +374396,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82710] = 9, + [82840] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5977), 1, + ACTIONS(6350), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3406), 7, + STATE(3389), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372325,58 +374427,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82750] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4018), 1, - anon_sym_AMP, - ACTIONS(5790), 1, - anon_sym_const, - STATE(3365), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5979), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4020), 11, - 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_EQ, - anon_sym_GT2, - [82784] = 9, + [82880] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5982), 1, + ACTIONS(6352), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3339), 7, + STATE(3316), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372384,55 +374458,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82824] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5690), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5688), 18, - 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, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [82852] = 9, + [82920] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6222), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6228), 1, anon_sym_defined, - ACTIONS(5984), 1, + ACTIONS(6354), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6230), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6232), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6236), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3408), 7, + STATE(3407), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372440,54 +374489,42 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [82892] = 14, + [82960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, + ACTIONS(6358), 5, anon_sym_SLASH, - ACTIONS(5847), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5849), 1, - anon_sym_AMP_AMP, - ACTIONS(5851), 1, anon_sym_PIPE, - ACTIONS(5853), 1, - anon_sym_CARET, - ACTIONS(5855), 1, anon_sym_AMP, - ACTIONS(5841), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6356), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5857), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5859), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5863), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5986), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [82942] = 4, + [82988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5988), 1, - anon_sym_LPAREN2, - ACTIONS(5686), 2, + ACTIONS(3913), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5682), 17, + ACTIONS(3911), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, @@ -372502,159 +374539,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [82972] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_defined, - ACTIONS(5990), 1, - sym_number_literal, - ACTIONS(5885), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5891), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3409), 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, - [83012] = 3, + [83016] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2780), 2, + ACTIONS(4385), 1, anon_sym_AMP, + ACTIONS(6163), 1, anon_sym_const, - ACTIONS(2782), 18, + STATE(3379), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(6360), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(4387), 11, 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_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [83040] = 3, + [83050] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5994), 5, + ACTIONS(6188), 1, anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(6198), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5992), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6276), 1, + anon_sym_PIPE, + ACTIONS(6184), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6186), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(6200), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(6202), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(6206), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [83068] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_defined, - ACTIONS(5996), 1, - sym_number_literal, - ACTIONS(5885), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5891), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3410), 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, - [83108] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(3190), 1, - sym_parameter_list, - ACTIONS(5795), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5793), 15, + ACTIONS(6274), 5, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [83142] = 6, + anon_sym_CARET, + [83094] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3190), 1, + STATE(3206), 1, sym_parameter_list, - ACTIONS(5780), 2, + ACTIONS(6145), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5778), 15, + ACTIONS(6143), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_AMP_AMP, @@ -372670,58 +374628,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [83176] = 6, + [83128] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6244), 1, + sym_identifier, + ACTIONS(6246), 1, anon_sym_LPAREN2, - STATE(3190), 1, - sym_parameter_list, - ACTIONS(5774), 2, + ACTIONS(6248), 1, + anon_sym_defined, + ACTIONS(6363), 1, + sym_number_literal, + ACTIONS(6250), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(6252), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6256), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3408), 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, + [83168] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6013), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5770), 15, + ACTIONS(6011), 18, + anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [83210] = 9, + [83196] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(5998), 1, + ACTIONS(6365), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3381), 7, + STATE(3399), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372729,30 +374715,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [83250] = 9, + [83236] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(6246), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6248), 1, anon_sym_defined, - ACTIONS(6000), 1, + ACTIONS(6367), 1, sym_number_literal, - ACTIONS(5885), 2, + ACTIONS(6250), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5887), 2, + ACTIONS(6252), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5891), 5, + ACTIONS(6256), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3393), 7, + STATE(3398), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -372760,76 +374746,68 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [83290] = 10, + [83276] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5523), 1, - sym_identifier, - ACTIONS(5525), 1, + ACTIONS(6139), 1, + anon_sym_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, - anon_sym_STAR, - STATE(3733), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2946), 6, + STATE(3206), 1, + sym_parameter_list, + ACTIONS(6172), 2, + anon_sym_AMP, anon_sym_const, + ACTIONS(6170), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [83331] = 12, - ACTIONS(5871), 1, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [83310] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(6002), 1, - anon_sym_LF, - ACTIONS(6008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, - anon_sym_AMP_AMP, - ACTIONS(6012), 1, - anon_sym_PIPE, - ACTIONS(6014), 1, - anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6139), 1, + anon_sym_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(3206), 1, + sym_parameter_list, + ACTIONS(6168), 2, anon_sym_AMP, - ACTIONS(6004), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6018), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6022), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6006), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6020), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [83376] = 3, - ACTIONS(5871), 1, + anon_sym_const, + ACTIONS(6166), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [83344] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5901), 1, + ACTIONS(6356), 1, anon_sym_LF, - ACTIONS(5903), 18, + ACTIONS(6358), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372848,18 +374826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [83403] = 4, - ACTIONS(5871), 1, + [83371] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, + ACTIONS(6260), 1, anon_sym_LF, - ACTIONS(6006), 3, + ACTIONS(6262), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5899), 15, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -372873,36 +374850,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [83432] = 3, - ACTIONS(5871), 1, + [83398] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5921), 1, + ACTIONS(6369), 1, anon_sym_LF, - ACTIONS(5923), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6375), 1, anon_sym_PIPE_PIPE, + ACTIONS(6377), 1, anon_sym_AMP_AMP, + ACTIONS(6379), 1, anon_sym_PIPE, + ACTIONS(6381), 1, anon_sym_CARET, + ACTIONS(6383), 1, anon_sym_AMP, + ACTIONS(6371), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(6389), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6373), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [83459] = 3, - ACTIONS(5871), 1, + [83443] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5931), 1, + ACTIONS(6270), 1, anon_sym_LF, - ACTIONS(5933), 18, + ACTIONS(6272), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372921,78 +374907,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [83486] = 12, - ACTIONS(5871), 1, + [83470] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6008), 1, + ACTIONS(6375), 1, anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, + ACTIONS(6377), 1, anon_sym_AMP_AMP, - ACTIONS(6012), 1, + ACTIONS(6379), 1, anon_sym_PIPE, - ACTIONS(6014), 1, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6024), 1, + ACTIONS(6391), 1, anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [83531] = 12, - ACTIONS(5871), 1, + [83515] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(6008), 1, + ACTIONS(6188), 1, + anon_sym_SLASH, + ACTIONS(6190), 1, anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, + ACTIONS(6192), 1, anon_sym_AMP_AMP, - ACTIONS(6012), 1, + ACTIONS(6194), 1, anon_sym_PIPE, - ACTIONS(6014), 1, + ACTIONS(6196), 1, anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6198), 1, anon_sym_AMP, - ACTIONS(6026), 1, - anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6393), 1, + anon_sym_RPAREN, + ACTIONS(6184), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6022), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6186), 2, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6200), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6202), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, - [83576] = 3, - ACTIONS(5871), 1, + ACTIONS(6206), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83564] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(5925), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_STAR, + STATE(3737), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [83605] = 3, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(6312), 1, anon_sym_LF, - ACTIONS(5927), 18, + ACTIONS(6314), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373011,47 +375030,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [83603] = 14, - ACTIONS(3), 1, + [83632] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5847), 1, + ACTIONS(6375), 1, anon_sym_PIPE_PIPE, - ACTIONS(5849), 1, + ACTIONS(6377), 1, anon_sym_AMP_AMP, - ACTIONS(5851), 1, + ACTIONS(6379), 1, anon_sym_PIPE, - ACTIONS(5853), 1, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(5855), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6028), 1, - anon_sym_RPAREN, - ACTIONS(5841), 2, + ACTIONS(6395), 1, + anon_sym_LF, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5857), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5859), 2, + ACTIONS(6389), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6373), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6387), 4, anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5863), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [83652] = 3, - ACTIONS(5871), 1, + anon_sym_LT, + [83677] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5915), 1, + ACTIONS(6278), 1, anon_sym_LF, - ACTIONS(5917), 18, + ACTIONS(6280), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373070,109 +375087,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [83679] = 12, - ACTIONS(5871), 1, + [83704] = 4, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, - anon_sym_AMP_AMP, - ACTIONS(6012), 1, - anon_sym_PIPE, - ACTIONS(6014), 1, - anon_sym_CARET, - ACTIONS(6016), 1, - anon_sym_AMP, - ACTIONS(6030), 1, + ACTIONS(6274), 1, anon_sym_LF, - ACTIONS(6004), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6018), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6022), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [83724] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5523), 1, - sym_identifier, - ACTIONS(5525), 1, - anon_sym_LPAREN2, - ACTIONS(5527), 1, - anon_sym_STAR, - STATE(3743), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - STATE(3272), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(2946), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [83765] = 12, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6008), 1, + ACTIONS(6276), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, anon_sym_AMP_AMP, - ACTIONS(6012), 1, anon_sym_PIPE, - ACTIONS(6014), 1, anon_sym_CARET, - ACTIONS(6016), 1, anon_sym_AMP, - ACTIONS(6032), 1, - anon_sym_LF, - ACTIONS(6004), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6018), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6006), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6020), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [83810] = 3, - ACTIONS(5871), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83733] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, + ACTIONS(6274), 1, anon_sym_LF, - ACTIONS(5899), 18, + ACTIONS(6276), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373191,12 +375136,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [83837] = 3, - ACTIONS(5871), 1, + [83760] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5992), 1, + ACTIONS(6264), 1, anon_sym_LF, - ACTIONS(5994), 18, + ACTIONS(6266), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373215,419 +375160,459 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [83864] = 12, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(5897), 1, + [83787] = 3, + ACTIONS(4597), 1, anon_sym_LF, - ACTIONS(5899), 1, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(4599), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, anon_sym_AMP_AMP, - ACTIONS(6012), 1, anon_sym_PIPE, - ACTIONS(6014), 1, anon_sym_CARET, - ACTIONS(6016), 1, anon_sym_AMP, - ACTIONS(6004), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6018), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6006), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6020), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [83909] = 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83814] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3717), 1, + STATE(3777), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3272), 2, + STATE(3281), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(2946), 6, + ACTIONS(3320), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [83950] = 11, - ACTIONS(5871), 1, + [83855] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, - anon_sym_LF, - ACTIONS(6012), 1, + ACTIONS(6375), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6377), 1, + anon_sym_AMP_AMP, + ACTIONS(6379), 1, anon_sym_PIPE, - ACTIONS(6014), 1, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(5899), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(6004), 2, + ACTIONS(6397), 1, + anon_sym_LF, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [83993] = 12, - ACTIONS(5871), 1, + [83900] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6008), 1, + ACTIONS(6294), 1, + anon_sym_LF, + ACTIONS(6296), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, anon_sym_AMP_AMP, - ACTIONS(6012), 1, anon_sym_PIPE, - ACTIONS(6014), 1, anon_sym_CARET, - ACTIONS(6016), 1, anon_sym_AMP, - ACTIONS(6034), 1, - anon_sym_LF, - ACTIONS(6004), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6018), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6006), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6020), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [84038] = 10, - ACTIONS(5871), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [83927] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, - anon_sym_LF, - ACTIONS(6014), 1, + ACTIONS(6375), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6377), 1, + anon_sym_AMP_AMP, + ACTIONS(6379), 1, + anon_sym_PIPE, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6004), 2, + ACTIONS(6399), 1, + anon_sym_LF, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5899), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [84079] = 3, - ACTIONS(5871), 1, + [83972] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5909), 1, - anon_sym_LF, - ACTIONS(5911), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6375), 1, anon_sym_PIPE_PIPE, + ACTIONS(6377), 1, anon_sym_AMP_AMP, + ACTIONS(6379), 1, anon_sym_PIPE, + ACTIONS(6381), 1, anon_sym_CARET, + ACTIONS(6383), 1, anon_sym_AMP, + ACTIONS(6401), 1, + anon_sym_LF, + ACTIONS(6371), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(6389), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6373), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [84106] = 3, - ACTIONS(4226), 1, - anon_sym_LF, - ACTIONS(5871), 1, + [84017] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(4228), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(6188), 1, anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6190), 1, anon_sym_PIPE_PIPE, + ACTIONS(6192), 1, anon_sym_AMP_AMP, + ACTIONS(6194), 1, anon_sym_PIPE, + ACTIONS(6196), 1, anon_sym_CARET, + ACTIONS(6198), 1, anon_sym_AMP, + ACTIONS(6403), 1, + anon_sym_RPAREN, + ACTIONS(6184), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6186), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6200), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(6202), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(6204), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(6206), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [84133] = 9, - ACTIONS(5871), 1, + [84066] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, + ACTIONS(6274), 1, anon_sym_LF, - ACTIONS(6016), 1, + ACTIONS(6276), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6377), 1, + anon_sym_AMP_AMP, + ACTIONS(6379), 1, + anon_sym_PIPE, + ACTIONS(6381), 1, + anon_sym_CARET, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6004), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5899), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [84172] = 12, - ACTIONS(5871), 1, + [84111] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6008), 1, + ACTIONS(6375), 1, anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, + ACTIONS(6377), 1, anon_sym_AMP_AMP, - ACTIONS(6012), 1, + ACTIONS(6379), 1, anon_sym_PIPE, - ACTIONS(6014), 1, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6036), 1, + ACTIONS(6405), 1, anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [84217] = 12, - ACTIONS(5871), 1, + [84156] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(6008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, - anon_sym_AMP_AMP, - ACTIONS(6012), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_STAR, + STATE(3742), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + STATE(3281), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(3320), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [84197] = 11, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(6274), 1, + anon_sym_LF, + ACTIONS(6379), 1, anon_sym_PIPE, - ACTIONS(6014), 1, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6038), 1, - anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6276), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [84262] = 14, - ACTIONS(3), 1, + [84240] = 10, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5845), 1, - anon_sym_SLASH, - ACTIONS(5847), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5849), 1, - anon_sym_AMP_AMP, - ACTIONS(5851), 1, - anon_sym_PIPE, - ACTIONS(5853), 1, + ACTIONS(6274), 1, + anon_sym_LF, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(5855), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6040), 1, - anon_sym_RPAREN, - ACTIONS(5841), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5843), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5857), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5859), 2, + ACTIONS(6389), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6276), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(6373), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6387), 4, anon_sym_GT, - anon_sym_LT, - ACTIONS(5861), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5863), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [84311] = 3, - ACTIONS(5871), 1, + anon_sym_LT, + [84281] = 9, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(6274), 1, anon_sym_LF, - ACTIONS(5907), 18, + ACTIONS(6383), 1, + anon_sym_AMP, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6385), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6389), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6276), 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, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [84338] = 8, - ACTIONS(5871), 1, + [84320] = 8, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, + ACTIONS(6274), 1, anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5899), 5, + ACTIONS(6276), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - [84375] = 7, - ACTIONS(5871), 1, + [84357] = 7, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, + ACTIONS(6274), 1, anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5899), 7, + ACTIONS(6276), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -373635,22 +375620,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84410] = 6, - ACTIONS(5871), 1, + [84392] = 6, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(6274), 1, + anon_sym_LF, + ACTIONS(6371), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6389), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6373), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6276), 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, + [84425] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, + ACTIONS(6274), 1, anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6022), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5899), 11, + ACTIONS(6276), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -373662,52 +375671,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [84443] = 12, - ACTIONS(5871), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84456] = 12, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6008), 1, + ACTIONS(6375), 1, anon_sym_PIPE_PIPE, - ACTIONS(6010), 1, + ACTIONS(6377), 1, anon_sym_AMP_AMP, - ACTIONS(6012), 1, + ACTIONS(6379), 1, anon_sym_PIPE, - ACTIONS(6014), 1, + ACTIONS(6381), 1, anon_sym_CARET, - ACTIONS(6016), 1, + ACTIONS(6383), 1, anon_sym_AMP, - ACTIONS(6042), 1, + ACTIONS(6407), 1, anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6371), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6018), 2, + ACTIONS(6385), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6022), 2, + ACTIONS(6389), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6006), 3, + ACTIONS(6373), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6020), 4, + ACTIONS(6387), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [84488] = 5, - ACTIONS(5871), 1, + [84501] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5897), 1, + ACTIONS(6324), 1, anon_sym_LF, - ACTIONS(6004), 2, + ACTIONS(6326), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6006), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5899), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -373721,48 +375730,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [84519] = 7, + [84528] = 12, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(6375), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6377), 1, + anon_sym_AMP_AMP, + ACTIONS(6379), 1, + anon_sym_PIPE, + ACTIONS(6381), 1, + anon_sym_CARET, + ACTIONS(6383), 1, + anon_sym_AMP, + ACTIONS(6409), 1, + anon_sym_LF, + ACTIONS(6371), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6385), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6389), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6373), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6387), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [84573] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6044), 1, - anon_sym_LBRACE, - ACTIONS(6046), 1, - anon_sym_COLON, - STATE(2541), 1, - sym_enumerator_list, - STATE(3451), 1, - sym__enum_base_clause, - ACTIONS(3423), 2, + ACTIONS(6139), 1, + anon_sym_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(3263), 1, + sym_parameter_list, + ACTIONS(6145), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3425), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(6143), 13, 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_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [84605] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6139), 1, anon_sym_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(3263), 1, + sym_parameter_list, + ACTIONS(6176), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6174), 13, + 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_GT2, - [84553] = 7, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [84637] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6044), 1, + ACTIONS(6411), 1, anon_sym_LBRACE, - ACTIONS(6046), 1, + ACTIONS(6413), 1, anon_sym_COLON, - STATE(2562), 1, + STATE(2560), 1, sym_enumerator_list, - STATE(3448), 1, + STATE(3458), 1, sym__enum_base_clause, - ACTIONS(3417), 2, + ACTIONS(3826), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3419), 12, + ACTIONS(3828), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -373775,21 +375842,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_GT2, - [84587] = 7, + [84671] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6048), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - ACTIONS(6050), 1, + ACTIONS(6417), 1, anon_sym_COLON, - STATE(2440), 1, + STATE(2439), 1, sym_enumerator_list, - STATE(3454), 1, + STATE(3461), 1, sym__enum_base_clause, - ACTIONS(3423), 2, + ACTIONS(3826), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3425), 12, + ACTIONS(3828), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -373802,19 +375869,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [84621] = 6, + [84705] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3236), 1, + STATE(3263), 1, sym_parameter_list, - ACTIONS(5774), 2, + ACTIONS(6168), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5770), 13, + ACTIONS(6166), 13, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -373828,73 +375895,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [84653] = 6, + [84737] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(3236), 1, - sym_parameter_list, - ACTIONS(5094), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5092), 13, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, + ACTIONS(6411), 1, anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [84685] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(5865), 1, - anon_sym_LT, - STATE(2247), 1, - sym_template_argument_list, - ACTIONS(2401), 2, + ACTIONS(6413), 1, + anon_sym_COLON, + STATE(2589), 1, + sym_enumerator_list, + STATE(3460), 1, + sym__enum_base_clause, + ACTIONS(3832), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(2409), 13, + ACTIONS(3834), 12, + 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, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [84717] = 7, + anon_sym_GT2, + [84771] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6048), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - ACTIONS(6050), 1, + ACTIONS(6417), 1, anon_sym_COLON, - STATE(2445), 1, + STATE(2447), 1, sym_enumerator_list, - STATE(3455), 1, + STATE(3459), 1, sym__enum_base_clause, - ACTIONS(3417), 2, + ACTIONS(3832), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3419), 12, + ACTIONS(3834), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -373907,45 +375949,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [84751] = 6, + [84805] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(3236), 1, - sym_parameter_list, - ACTIONS(5780), 2, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(6238), 1, + anon_sym_LT, + STATE(2244), 1, + sym_template_argument_list, + ACTIONS(2397), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5778), 13, + ACTIONS(2405), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [84783] = 6, + [84837] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3236), 1, + STATE(3263), 1, sym_parameter_list, - ACTIONS(5795), 2, + ACTIONS(5493), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5793), 13, + ACTIONS(5491), 13, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -373959,19 +376001,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [84815] = 6, + [84869] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(6139), 1, anon_sym_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(3236), 1, + STATE(3263), 1, sym_parameter_list, - ACTIONS(5799), 2, + ACTIONS(6172), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5797), 13, + ACTIONS(6170), 13, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -373985,264 +376027,394 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [84847] = 16, + [84901] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(4118), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(1356), 1, + sym_field_declaration_list, + STATE(3468), 1, + sym_ms_declspec_modifier, + STATE(3912), 1, + sym__scope_resolution, + STATE(4019), 1, + sym_virtual_specifier, + STATE(4451), 1, + sym_base_class_clause, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + STATE(1402), 2, + sym__class_name, + sym_qualified_type_identifier, + [84952] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2568), 1, + anon_sym___declspec, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3804), 1, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3806), 1, + ACTIONS(4132), 1, anon_sym_COLON_COLON, - STATE(2227), 1, + STATE(1302), 1, sym_template_type, - STATE(2367), 1, + STATE(1356), 1, sym_field_declaration_list, - STATE(3471), 1, + STATE(3492), 1, sym_ms_declspec_modifier, - STATE(3870), 1, + STATE(3881), 1, sym__scope_resolution, - STATE(4025), 1, + STATE(4019), 1, sym_virtual_specifier, - STATE(4467), 1, + STATE(4451), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2059), 2, + STATE(1385), 2, sym__class_name, sym_qualified_type_identifier, - [84898] = 16, + [85003] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - ACTIONS(3760), 1, + ACTIONS(4174), 1, sym_identifier, - ACTIONS(3762), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - STATE(2463), 1, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2001), 1, sym_template_type, - STATE(2570), 1, + STATE(2114), 1, sym_field_declaration_list, - STATE(3484), 1, + STATE(3476), 1, sym_ms_declspec_modifier, - STATE(3873), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4069), 1, + STATE(4064), 1, sym_virtual_specifier, - STATE(4708), 1, + STATE(4678), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2267), 2, + STATE(1988), 2, sym__class_name, sym_qualified_type_identifier, - [84949] = 16, + [85054] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5126), 1, + sym_identifier, + ACTIONS(5128), 1, + anon_sym_STAR, + ACTIONS(5130), 1, + anon_sym_AMP_AMP, + ACTIONS(5132), 1, + anon_sym_AMP, + STATE(3634), 1, + sym__field_declarator, + STATE(4991), 1, + sym_ms_based_modifier, + STATE(3725), 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, + [85095] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(2698), 1, + ACTIONS(3110), 1, anon_sym_COLON_COLON, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3740), 1, + ACTIONS(4100), 1, sym_identifier, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1346), 1, + STATE(1356), 1, sym_field_declaration_list, - STATE(3479), 1, + STATE(3487), 1, sym_ms_declspec_modifier, - STATE(3903), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4005), 1, + STATE(4019), 1, sym_virtual_specifier, - STATE(4455), 1, + STATE(4451), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1388), 2, + STATE(1385), 2, sym__class_name, sym_qualified_type_identifier, - [85000] = 16, + [85146] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4154), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4156), 1, + anon_sym_COLON_COLON, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2424), 1, sym_template_type, - STATE(1346), 1, + STATE(2611), 1, sym_field_declaration_list, - STATE(3467), 1, + STATE(3465), 1, sym_ms_declspec_modifier, - STATE(3877), 1, + STATE(3918), 1, sym__scope_resolution, - STATE(4005), 1, + STATE(4083), 1, sym_virtual_specifier, - STATE(4455), 1, + STATE(4818), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1393), 2, + STATE(2272), 2, sym__class_name, sym_qualified_type_identifier, - [85051] = 16, + [85197] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3037), 1, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(1441), 1, + sym_field_declaration_list, + STATE(3472), 1, + sym_ms_declspec_modifier, + STATE(3895), 1, + sym__scope_resolution, + STATE(4145), 1, + sym_virtual_specifier, + STATE(4511), 1, + sym_base_class_clause, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + STATE(1367), 2, + sym__class_name, + sym_qualified_type_identifier, + [85248] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5116), 1, + sym_identifier, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5120), 1, + anon_sym_STAR, + ACTIONS(5122), 1, + anon_sym_AMP_AMP, + ACTIONS(5124), 1, + anon_sym_AMP, + STATE(3884), 1, + sym__field_declarator, + STATE(5085), 1, + sym_ms_based_modifier, + STATE(3725), 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, + [85289] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2568), 1, + anon_sym___declspec, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3740), 1, + ACTIONS(4122), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4124), 1, + anon_sym_COLON_COLON, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2052), 1, sym_template_type, - STATE(1346), 1, + STATE(2338), 1, sym_field_declaration_list, - STATE(3494), 1, + STATE(3470), 1, sym_ms_declspec_modifier, - STATE(3891), 1, + STATE(3902), 1, sym__scope_resolution, - STATE(4005), 1, + STATE(4148), 1, sym_virtual_specifier, - STATE(4455), 1, + STATE(4683), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1289), 2, + STATE(2025), 2, sym__class_name, sym_qualified_type_identifier, - [85102] = 16, + [85340] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1346), 1, + STATE(1356), 1, sym_field_declaration_list, - STATE(3467), 1, + STATE(3468), 1, sym_ms_declspec_modifier, - STATE(3877), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4005), 1, + STATE(4019), 1, sym_virtual_specifier, - STATE(4455), 1, + STATE(4451), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1289), 2, + STATE(1305), 2, sym__class_name, sym_qualified_type_identifier, - [85153] = 16, + [85391] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3742), 1, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2227), 1, + STATE(1302), 1, sym_template_type, - STATE(2367), 1, + STATE(1356), 1, sym_field_declaration_list, - STATE(3477), 1, + STATE(3468), 1, sym_ms_declspec_modifier, - STATE(3915), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4025), 1, + STATE(4019), 1, sym_virtual_specifier, - STATE(4467), 1, + STATE(4451), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2059), 2, + STATE(1403), 2, sym__class_name, sym_qualified_type_identifier, - [85204] = 6, + [85442] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(5817), 1, + ACTIONS(6178), 1, anon_sym_LT, - STATE(2405), 1, + STATE(2473), 1, sym_template_argument_list, - ACTIONS(2401), 2, + ACTIONS(2397), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(2409), 12, + ACTIONS(2405), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -374255,677 +376427,524 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_GT2, - [85235] = 16, + [85473] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2572), 1, - anon_sym___declspec, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3798), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5118), 1, + anon_sym_LPAREN2, + ACTIONS(5126), 1, sym_identifier, - ACTIONS(3800), 1, + ACTIONS(5128), 1, + anon_sym_STAR, + ACTIONS(5130), 1, + anon_sym_AMP_AMP, + ACTIONS(5132), 1, + anon_sym_AMP, + STATE(3632), 1, + sym__field_declarator, + STATE(4991), 1, + sym_ms_based_modifier, + STATE(3725), 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, + [85514] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3440), 1, anon_sym_COLON_COLON, - ACTIONS(3802), 1, + ACTIONS(3477), 1, anon_sym_LBRACE, - STATE(1997), 1, - sym_template_type, - STATE(2048), 1, - sym_field_declaration_list, - STATE(3478), 1, - sym_ms_declspec_modifier, - STATE(3907), 1, - sym__scope_resolution, - STATE(4009), 1, - sym_virtual_specifier, - STATE(4468), 1, - sym_base_class_clause, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - STATE(1979), 2, - sym__class_name, - sym_qualified_type_identifier, - [85286] = 16, + ACTIONS(3452), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(3454), 13, + 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_GT2, + [85543] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3768), 1, + ACTIONS(4158), 1, + anon_sym_LBRACE, + ACTIONS(4192), 1, sym_identifier, - ACTIONS(3770), 1, + ACTIONS(4194), 1, anon_sym_COLON_COLON, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2049), 1, + STATE(2424), 1, sym_template_type, - STATE(2277), 1, + STATE(2611), 1, sym_field_declaration_list, - STATE(3476), 1, + STATE(3497), 1, sym_ms_declspec_modifier, - STATE(3892), 1, + STATE(3876), 1, sym__scope_resolution, - STATE(3993), 1, + STATE(4083), 1, sym_virtual_specifier, - STATE(4606), 1, + STATE(4818), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2025), 2, + STATE(2272), 2, sym__class_name, sym_qualified_type_identifier, - [85337] = 16, + [85594] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3776), 1, + ACTIONS(4134), 1, sym_identifier, - ACTIONS(3778), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3459), 1, + STATE(3464), 1, sym_ms_declspec_modifier, - STATE(3587), 1, + STATE(3592), 1, sym_template_type, - STATE(3806), 1, + STATE(3856), 1, sym_field_declaration_list, - STATE(3910), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(4044), 1, + STATE(4015), 1, sym_virtual_specifier, - STATE(4488), 1, + STATE(4616), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(3497), 2, + STATE(3525), 2, sym__class_name, sym_qualified_type_identifier, - [85388] = 16, + [85645] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, - anon_sym___declspec, - ACTIONS(2698), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3401), 1, + ACTIONS(2568), 1, + anon_sym___declspec, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4118), 1, sym_identifier, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1430), 1, + STATE(1356), 1, sym_field_declaration_list, - STATE(3490), 1, + STATE(3468), 1, sym_ms_declspec_modifier, - STATE(3903), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4136), 1, + STATE(4019), 1, sym_virtual_specifier, - STATE(4774), 1, + STATE(4451), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1365), 2, + STATE(1404), 2, sym__class_name, sym_qualified_type_identifier, - [85439] = 11, + [85696] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4751), 1, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6043), 1, + anon_sym_COLON, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(4759), 1, - sym_identifier, - ACTIONS(4761), 1, - anon_sym_STAR, - ACTIONS(4763), 1, - anon_sym_AMP_AMP, - ACTIONS(4765), 1, - anon_sym_AMP, - STATE(3613), 1, - sym__field_declarator, - STATE(4934), 1, - sym_ms_based_modifier, - STATE(3774), 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, - [85480] = 16, + ACTIONS(6419), 1, + anon_sym_COMMA, + ACTIONS(6421), 1, + anon_sym_SEMI, + ACTIONS(6423), 1, + anon_sym_LBRACE, + ACTIONS(6425), 1, + anon_sym_LBRACK, + ACTIONS(6427), 1, + anon_sym_EQ, + STATE(1108), 1, + sym_compound_statement, + STATE(1109), 1, + sym_default_method_clause, + STATE(1110), 1, + sym_delete_method_clause, + STATE(2953), 1, + sym_parameter_list, + STATE(3845), 1, + aux_sym_field_declaration_repeat1, + STATE(5068), 1, + sym_bitfield_clause, + STATE(5069), 1, + sym_initializer_list, + STATE(3664), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [85749] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + ACTIONS(4140), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + STATE(2246), 1, sym_template_type, - STATE(1346), 1, + STATE(2382), 1, sym_field_declaration_list, - STATE(3467), 1, + STATE(3489), 1, sym_ms_declspec_modifier, - STATE(3877), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4005), 1, + STATE(4058), 1, sym_virtual_specifier, - STATE(4455), 1, + STATE(4771), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1397), 2, + STATE(2066), 2, sym__class_name, sym_qualified_type_identifier, - [85531] = 16, + [85800] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + STATE(1302), 1, sym_template_type, - STATE(1346), 1, + STATE(1356), 1, sym_field_declaration_list, - STATE(3467), 1, + STATE(3480), 1, sym_ms_declspec_modifier, - STATE(3877), 1, + STATE(3888), 1, sym__scope_resolution, - STATE(4005), 1, + STATE(4019), 1, sym_virtual_specifier, - STATE(4455), 1, + STATE(4451), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1395), 2, + STATE(3644), 2, sym__class_name, sym_qualified_type_identifier, - [85582] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4749), 1, - sym_identifier, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4753), 1, - anon_sym_STAR, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_AMP, - STATE(3867), 1, - sym__field_declarator, - STATE(5077), 1, - sym_ms_based_modifier, - STATE(3774), 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, - [85623] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4749), 1, - sym_identifier, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4753), 1, - anon_sym_STAR, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_AMP, - STATE(3866), 1, - sym__field_declarator, - STATE(5077), 1, - sym_ms_based_modifier, - STATE(3774), 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, - [85664] = 16, + [85851] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4100), 1, sym_identifier, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1346), 1, + STATE(1356), 1, sym_field_declaration_list, - STATE(3463), 1, + STATE(3477), 1, sym_ms_declspec_modifier, - STATE(3890), 1, + STATE(3908), 1, sym__scope_resolution, - STATE(4005), 1, + STATE(4019), 1, sym_virtual_specifier, - STATE(4455), 1, + STATE(4451), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(3600), 2, + STATE(1305), 2, sym__class_name, sym_qualified_type_identifier, - [85715] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5704), 1, - anon_sym_COLON, - ACTIONS(5772), 1, - anon_sym_LPAREN2, - ACTIONS(6052), 1, - anon_sym_COMMA, - ACTIONS(6054), 1, - anon_sym_SEMI, - ACTIONS(6056), 1, - anon_sym_LBRACE, - ACTIONS(6058), 1, - anon_sym_LBRACK, - ACTIONS(6060), 1, - anon_sym_EQ, - STATE(989), 1, - sym_delete_method_clause, - STATE(991), 1, - sym_default_method_clause, - STATE(992), 1, - sym_compound_statement, - STATE(3109), 1, - sym_parameter_list, - STATE(3780), 1, - aux_sym_field_declaration_repeat1, - STATE(5003), 1, - sym_initializer_list, - STATE(5004), 1, - sym_bitfield_clause, - STATE(3692), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [85768] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4751), 1, - anon_sym_LPAREN2, - ACTIONS(4759), 1, - sym_identifier, - ACTIONS(4761), 1, - anon_sym_STAR, - ACTIONS(4763), 1, - anon_sym_AMP_AMP, - ACTIONS(4765), 1, - anon_sym_AMP, - STATE(3632), 1, - sym__field_declarator, - STATE(4934), 1, - sym_ms_based_modifier, - STATE(3774), 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, - [85809] = 17, + [85902] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5704), 1, + ACTIONS(6043), 1, anon_sym_COLON, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6052), 1, + ACTIONS(6419), 1, anon_sym_COMMA, - ACTIONS(6058), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - ACTIONS(6062), 1, + ACTIONS(6429), 1, anon_sym_SEMI, - ACTIONS(6064), 1, + ACTIONS(6431), 1, anon_sym_LBRACE, - ACTIONS(6066), 1, + ACTIONS(6433), 1, anon_sym_EQ, - STATE(928), 1, + STATE(1057), 1, sym_compound_statement, - STATE(932), 1, + STATE(1059), 1, sym_default_method_clause, - STATE(933), 1, + STATE(1060), 1, sym_delete_method_clause, - STATE(3109), 1, + STATE(2953), 1, sym_parameter_list, - STATE(3837), 1, + STATE(3838), 1, aux_sym_field_declaration_repeat1, - STATE(4906), 1, + STATE(4918), 1, sym_bitfield_clause, - STATE(4910), 1, + STATE(4928), 1, sym_initializer_list, - STATE(3692), 2, + STATE(3664), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [85862] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3029), 1, - anon_sym_LBRACE, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3088), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3090), 13, - 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_GT2, - [85891] = 17, + [85955] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5704), 1, + ACTIONS(6043), 1, anon_sym_COLON, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6052), 1, + ACTIONS(6419), 1, anon_sym_COMMA, - ACTIONS(6058), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - ACTIONS(6068), 1, + ACTIONS(6435), 1, anon_sym_SEMI, - ACTIONS(6070), 1, + ACTIONS(6437), 1, anon_sym_LBRACE, - ACTIONS(6072), 1, + ACTIONS(6439), 1, anon_sym_EQ, - STATE(851), 1, + STATE(1193), 1, + sym_compound_statement, + STATE(1199), 1, sym_default_method_clause, - STATE(852), 1, + STATE(1201), 1, sym_delete_method_clause, - STATE(862), 1, - sym_compound_statement, - STATE(3109), 1, + STATE(2953), 1, sym_parameter_list, - STATE(3857), 1, + STATE(3800), 1, aux_sym_field_declaration_repeat1, - STATE(4891), 1, + STATE(5185), 1, sym_bitfield_clause, - STATE(4893), 1, + STATE(5186), 1, sym_initializer_list, - STATE(3692), 2, + STATE(3664), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [85944] = 16, + [86008] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2572), 1, + ACTIONS(2568), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3748), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(3750), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(3752), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2463), 1, + STATE(2246), 1, sym_template_type, - STATE(2570), 1, + STATE(2382), 1, sym_field_declaration_list, - STATE(3487), 1, + STATE(3486), 1, sym_ms_declspec_modifier, - STATE(3872), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4069), 1, + STATE(4058), 1, sym_virtual_specifier, - STATE(4708), 1, + STATE(4771), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2267), 2, + STATE(2066), 2, sym__class_name, sym_qualified_type_identifier, - [85995] = 16, + [86059] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2572), 1, - anon_sym___declspec, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(5116), 1, sym_identifier, - ACTIONS(3758), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1346), 1, - sym_field_declaration_list, - STATE(3485), 1, - sym_ms_declspec_modifier, - STATE(3883), 1, - sym__scope_resolution, - STATE(4005), 1, - sym_virtual_specifier, - STATE(4455), 1, - sym_base_class_clause, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - STATE(1388), 2, - sym__class_name, - sym_qualified_type_identifier, - [86046] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6044), 1, - anon_sym_LBRACE, - STATE(2616), 1, - sym_enumerator_list, - ACTIONS(3066), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3068), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5118), 1, anon_sym_LPAREN2, + ACTIONS(5120), 1, anon_sym_STAR, + ACTIONS(5122), 1, anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_GT2, - [86074] = 17, + ACTIONS(5124), 1, + anon_sym_AMP, + STATE(3907), 1, + sym__field_declarator, + STATE(5085), 1, + sym_ms_based_modifier, + STATE(3725), 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, + [86100] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1929), 1, + ACTIONS(6441), 1, + sym_identifier, + ACTIONS(6443), 1, anon_sym_TILDE, - ACTIONS(1937), 1, + ACTIONS(6445), 1, anon_sym_COLON_COLON, - ACTIONS(6074), 1, - sym_identifier, - ACTIONS(6076), 1, + ACTIONS(6447), 1, anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(1385), 1, + ACTIONS(6449), 1, + anon_sym_operator, + STATE(1283), 1, sym_qualified_type_identifier, - STATE(2109), 1, + STATE(1291), 1, + sym_template_type, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2173), 1, sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, + STATE(2174), 1, sym_destructor_name, - STATE(3449), 1, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3456), 1, sym__scope_resolution, - STATE(4226), 1, + STATE(4393), 1, sym_qualified_operator_cast_identifier, - STATE(4255), 1, + STATE(4399), 1, sym_operator_cast, - [86126] = 17, + [86152] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(117), 1, anon_sym_operator, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2293), 1, + ACTIONS(2289), 1, anon_sym_COLON_COLON, - ACTIONS(6078), 1, + ACTIONS(6451), 1, sym_identifier, - ACTIONS(6080), 1, + ACTIONS(6453), 1, anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, + STATE(1283), 1, sym_qualified_type_identifier, - STATE(1285), 1, + STATE(1291), 1, sym_template_type, - STATE(2109), 1, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2173), 1, sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, + STATE(2174), 1, sym_destructor_name, - STATE(3450), 1, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3457), 1, sym__scope_resolution, - STATE(4226), 1, + STATE(4393), 1, sym_qualified_operator_cast_identifier, - STATE(4255), 1, + STATE(4399), 1, sym_operator_cast, - [86178] = 5, + [86204] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6044), 1, + ACTIONS(6411), 1, anon_sym_LBRACE, - STATE(2594), 1, + STATE(2552), 1, sym_enumerator_list, - ACTIONS(3076), 2, + ACTIONS(3446), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3078), 12, + ACTIONS(3448), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -374938,74 +376957,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_GT2, - [86206] = 4, + [86232] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - ACTIONS(3088), 2, + STATE(2438), 1, + sym_enumerator_list, + ACTIONS(3487), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3090), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(3489), 12, 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_GT2, - [86232] = 17, + [86260] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6082), 1, - sym_identifier, - ACTIONS(6084), 1, - anon_sym_TILDE, - ACTIONS(6086), 1, - anon_sym_COLON_COLON, - ACTIONS(6088), 1, - anon_sym_template, - ACTIONS(6090), 1, - anon_sym_operator, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, - sym_destructor_name, - STATE(3453), 1, - sym__scope_resolution, - STATE(4226), 1, - sym_qualified_operator_cast_identifier, - STATE(4255), 1, - sym_operator_cast, - [86284] = 5, + ACTIONS(6411), 1, + anon_sym_LBRACE, + STATE(2605), 1, + sym_enumerator_list, + ACTIONS(3487), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(3489), 12, + 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_GT2, + [86288] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6048), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - STATE(2407), 1, + STATE(2477), 1, sym_enumerator_list, - ACTIONS(3076), 2, + ACTIONS(3446), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3078), 12, + ACTIONS(3448), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -375018,2589 +377026,2541 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [86312] = 5, + [86316] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6048), 1, + ACTIONS(3477), 1, anon_sym_LBRACE, - STATE(2378), 1, - sym_enumerator_list, - ACTIONS(3066), 2, + ACTIONS(3452), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3068), 12, + ACTIONS(3454), 13, + 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_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [86340] = 14, + anon_sym_GT2, + [86342] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(1933), 1, + anon_sym_COLON_COLON, + ACTIONS(6455), 1, + sym_identifier, + ACTIONS(6457), 1, + anon_sym_template, + STATE(1291), 1, + sym_template_type, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(1392), 1, + sym_qualified_type_identifier, + STATE(2173), 1, + sym_template_function, + STATE(2174), 1, + sym_destructor_name, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3463), 1, + sym__scope_resolution, + STATE(4393), 1, + sym_qualified_operator_cast_identifier, + STATE(4399), 1, + sym_operator_cast, + [86394] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4134), 1, sym_identifier, - ACTIONS(3726), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3592), 1, sym_template_type, - STATE(1335), 1, + STATE(3825), 1, sym_field_declaration_list, - STATE(3890), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(4140), 1, + STATE(4046), 1, sym_virtual_specifier, - STATE(4684), 1, + STATE(4498), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(3608), 2, + STATE(3513), 2, sym__class_name, sym_qualified_type_identifier, - [86385] = 14, + [86439] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3740), 1, + ACTIONS(4154), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4156), 1, + anon_sym_COLON_COLON, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2424), 1, sym_template_type, - STATE(1335), 1, + STATE(2573), 1, sym_field_declaration_list, - STATE(3903), 1, + STATE(3918), 1, sym__scope_resolution, - STATE(4140), 1, + STATE(4127), 1, sym_virtual_specifier, - STATE(4684), 1, + STATE(4713), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1380), 2, + STATE(2271), 2, sym__class_name, sym_qualified_type_identifier, - [86430] = 10, + [86484] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(5670), 1, - anon_sym_STAR, - ACTIONS(5672), 1, - anon_sym_AMP_AMP, - ACTIONS(5674), 1, - anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3269), 1, - sym_parameter_list, - STATE(3937), 1, - sym__abstract_declarator, - ACTIONS(5084), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [86467] = 14, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2564), 1, + anon_sym_COLON_COLON, + ACTIONS(6459), 1, + sym_identifier, + ACTIONS(6461), 1, + anon_sym_template, + STATE(2173), 1, + sym_template_function, + STATE(2174), 1, + sym_destructor_name, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3466), 1, + sym__scope_resolution, + STATE(4393), 1, + sym_qualified_operator_cast_identifier, + STATE(4399), 1, + sym_operator_cast, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [86531] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3776), 1, + ACTIONS(4174), 1, sym_identifier, - ACTIONS(3778), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(3780), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(3587), 1, + STATE(2001), 1, sym_template_type, - STATE(3855), 1, + STATE(2097), 1, sym_field_declaration_list, - STATE(3910), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4029), 1, + STATE(4090), 1, sym_virtual_specifier, - STATE(4473), 1, + STATE(4642), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(3522), 2, + STATE(1981), 2, sym__class_name, sym_qualified_type_identifier, - [86512] = 14, + [86576] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3798), 1, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3800), 1, + STATE(1302), 1, + sym_template_type, + STATE(1350), 1, + sym_field_declaration_list, + STATE(3912), 1, + sym__scope_resolution, + STATE(4171), 1, + sym_virtual_specifier, + STATE(4726), 1, + sym_base_class_clause, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + STATE(1290), 2, + sym__class_name, + sym_qualified_type_identifier, + [86621] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(1997), 1, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4118), 1, + sym_identifier, + STATE(1302), 1, sym_template_type, - STATE(2081), 1, + STATE(1359), 1, sym_field_declaration_list, - STATE(3907), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(4088), 1, + STATE(4172), 1, sym_virtual_specifier, - STATE(4628), 1, + STATE(4725), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1983), 2, + STATE(1309), 2, sym__class_name, sym_qualified_type_identifier, - [86557] = 14, + [86666] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3776), 1, + ACTIONS(4122), 1, sym_identifier, - ACTIONS(3778), 1, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - ACTIONS(3780), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(3587), 1, + STATE(2052), 1, sym_template_type, - STATE(3848), 1, + STATE(2304), 1, sym_field_declaration_list, - STATE(3910), 1, + STATE(3902), 1, sym__scope_resolution, - STATE(4031), 1, + STATE(4109), 1, sym_virtual_specifier, - STATE(4474), 1, + STATE(4748), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(3521), 2, + STATE(2034), 2, sym__class_name, sym_qualified_type_identifier, - [86602] = 10, + [86711] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(5676), 1, - anon_sym_LBRACK, - ACTIONS(5736), 1, + ACTIONS(2379), 1, anon_sym_STAR, - ACTIONS(5738), 1, + ACTIONS(2381), 1, anon_sym_AMP_AMP, - ACTIONS(5740), 1, + ACTIONS(2383), 1, anon_sym_AMP, - STATE(3267), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + STATE(3266), 1, sym_parameter_list, - STATE(3931), 1, + STATE(3948), 1, sym__abstract_declarator, - ACTIONS(4648), 3, + ACTIONS(5024), 3, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [86639] = 14, + [86748] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(3747), 1, + anon_sym_LBRACE, + ACTIONS(4100), 1, sym_identifier, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1342), 1, + STATE(1437), 1, sym_field_declaration_list, - STATE(3890), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4145), 1, + STATE(4062), 1, sym_virtual_specifier, - STATE(4685), 1, + STATE(4458), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(3609), 2, + STATE(1378), 2, sym__class_name, sym_qualified_type_identifier, - [86684] = 14, + [86793] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3724), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1335), 1, - sym_field_declaration_list, - STATE(3877), 1, - sym__scope_resolution, - STATE(4140), 1, - sym_virtual_specifier, - STATE(4684), 1, - sym_base_class_clause, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - STATE(1272), 2, - sym__class_name, - sym_qualified_type_identifier, - [86729] = 14, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6049), 1, + anon_sym_STAR, + ACTIONS(6051), 1, + anon_sym_AMP_AMP, + ACTIONS(6053), 1, + anon_sym_AMP, + STATE(3270), 1, + sym_parameter_list, + STATE(3936), 1, + sym__abstract_declarator, + ACTIONS(5491), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [86830] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4122), 1, sym_identifier, - ACTIONS(3758), 1, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2052), 1, sym_template_type, - STATE(1335), 1, + STATE(2303), 1, sym_field_declaration_list, - STATE(3883), 1, + STATE(3902), 1, sym__scope_resolution, - STATE(4140), 1, + STATE(4110), 1, sym_virtual_specifier, - STATE(4684), 1, + STATE(4743), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1380), 2, + STATE(2035), 2, sym__class_name, sym_qualified_type_identifier, - [86774] = 14, + [86875] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3475), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3322), 3, + anon_sym_AMP, + sym_primitive_type, + sym_identifier, + ACTIONS(6463), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3324), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [86902] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - ACTIONS(3804), 1, + ACTIONS(4174), 1, sym_identifier, - ACTIONS(3806), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - STATE(2227), 1, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2001), 1, sym_template_type, - STATE(2382), 1, + STATE(2095), 1, sym_field_declaration_list, - STATE(3870), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4177), 1, + STATE(4091), 1, sym_virtual_specifier, - STATE(4625), 1, + STATE(4641), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2102), 2, + STATE(1990), 2, sym__class_name, sym_qualified_type_identifier, - [86819] = 14, + [86947] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4100), 1, sym_identifier, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1342), 1, + STATE(1350), 1, sym_field_declaration_list, - STATE(3877), 1, + STATE(3908), 1, sym__scope_resolution, - STATE(4145), 1, + STATE(4171), 1, sym_virtual_specifier, - STATE(4685), 1, + STATE(4726), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1283), 2, + STATE(1290), 2, sym__class_name, sym_qualified_type_identifier, - [86864] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3056), 1, - anon_sym_AMP, - ACTIONS(6092), 1, - sym_identifier, - ACTIONS(6096), 1, - sym_primitive_type, - STATE(3473), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6094), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3054), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [86895] = 15, + [86992] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2568), 1, - anon_sym_COLON_COLON, - ACTIONS(6098), 1, - sym_identifier, - ACTIONS(6100), 1, - anon_sym_template, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, - sym_destructor_name, - STATE(3469), 1, - sym__scope_resolution, - STATE(4226), 1, - sym_qualified_operator_cast_identifier, - STATE(4255), 1, - sym_operator_cast, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [86942] = 14, + ACTIONS(3465), 1, + anon_sym_AMP, + ACTIONS(6466), 1, + sym_identifier, + ACTIONS(6470), 1, + sym_primitive_type, + STATE(3475), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6468), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3463), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [87023] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3742), 1, + ACTIONS(4154), 1, sym_identifier, - ACTIONS(3744), 1, + ACTIONS(4156), 1, anon_sym_COLON_COLON, - ACTIONS(3746), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2227), 1, + STATE(2424), 1, sym_template_type, - STATE(2382), 1, + STATE(2620), 1, sym_field_declaration_list, - STATE(3915), 1, + STATE(3918), 1, sym__scope_resolution, - STATE(4177), 1, + STATE(4126), 1, sym_virtual_specifier, - STATE(4625), 1, + STATE(4715), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2102), 2, + STATE(2268), 2, sym__class_name, sym_qualified_type_identifier, - [86987] = 14, + [87068] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3804), 1, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3806), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - STATE(2227), 1, + STATE(1302), 1, sym_template_type, - STATE(2386), 1, + STATE(1350), 1, sym_field_declaration_list, - STATE(3870), 1, + STATE(3888), 1, sym__scope_resolution, - STATE(4176), 1, + STATE(4171), 1, sym_virtual_specifier, - STATE(4631), 1, + STATE(4726), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2099), 2, + STATE(3636), 2, sym__class_name, sym_qualified_type_identifier, - [87032] = 10, + [87113] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - ACTIONS(5736), 1, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(5738), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(5740), 1, + ACTIONS(6053), 1, anon_sym_AMP, - STATE(3267), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3926), 1, + STATE(3924), 1, sym__abstract_declarator, - ACTIONS(5092), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3757), 5, + ACTIONS(5445), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [87069] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3473), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2948), 3, - anon_sym_AMP, - sym_primitive_type, - sym_identifier, - ACTIONS(6102), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2950), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [87096] = 10, + [87150] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - ACTIONS(5736), 1, + ACTIONS(6049), 1, anon_sym_STAR, - ACTIONS(5738), 1, + ACTIONS(6051), 1, anon_sym_AMP_AMP, - ACTIONS(5740), 1, + ACTIONS(6053), 1, anon_sym_AMP, - STATE(3267), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3921), 1, + STATE(3944), 1, sym__abstract_declarator, - ACTIONS(5084), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3757), 5, + ACTIONS(5024), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [87133] = 14, + [87187] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3768), 1, - sym_identifier, - ACTIONS(3770), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(3772), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2049), 1, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, sym_template_type, - STATE(2293), 1, + STATE(1359), 1, sym_field_declaration_list, - STATE(3892), 1, + STATE(3908), 1, sym__scope_resolution, - STATE(4124), 1, + STATE(4172), 1, sym_virtual_specifier, - STATE(4581), 1, + STATE(4725), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2014), 2, + STATE(1309), 2, sym__class_name, sym_qualified_type_identifier, - [87178] = 14, + [87232] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3768), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(3770), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(3772), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2049), 1, + STATE(2246), 1, sym_template_type, - STATE(2295), 1, + STATE(2366), 1, sym_field_declaration_list, - STATE(3892), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4123), 1, + STATE(4004), 1, sym_virtual_specifier, - STATE(4580), 1, + STATE(4806), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2008), 2, + STATE(2096), 2, sym__class_name, sym_qualified_type_identifier, - [87223] = 14, + [87277] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3742), 1, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3744), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2227), 1, + STATE(1302), 1, sym_template_type, - STATE(2386), 1, + STATE(1359), 1, sym_field_declaration_list, - STATE(3915), 1, + STATE(3888), 1, sym__scope_resolution, - STATE(4176), 1, + STATE(4172), 1, sym_virtual_specifier, - STATE(4631), 1, + STATE(4725), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2099), 2, + STATE(3640), 2, sym__class_name, sym_qualified_type_identifier, - [87268] = 14, + [87322] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3798), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(3800), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(3802), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1997), 1, + STATE(2246), 1, sym_template_type, - STATE(2084), 1, + STATE(2374), 1, sym_field_declaration_list, - STATE(3907), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4089), 1, + STATE(4005), 1, sym_virtual_specifier, - STATE(4630), 1, + STATE(4811), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1976), 2, + STATE(2090), 2, sym__class_name, sym_qualified_type_identifier, - [87313] = 14, + [87367] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, + ACTIONS(3110), 1, anon_sym_COLON_COLON, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3740), 1, + ACTIONS(4100), 1, sym_identifier, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1342), 1, + STATE(1350), 1, sym_field_declaration_list, - STATE(3903), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4145), 1, + STATE(4171), 1, sym_virtual_specifier, - STATE(4685), 1, + STATE(4726), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1377), 2, + STATE(1384), 2, sym__class_name, sym_qualified_type_identifier, - [87358] = 10, + [87412] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(5670), 1, - anon_sym_STAR, - ACTIONS(5672), 1, - anon_sym_AMP_AMP, - ACTIONS(5674), 1, - anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3269), 1, - sym_parameter_list, - STATE(3932), 1, - sym__abstract_declarator, - ACTIONS(4648), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [87395] = 10, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(1359), 1, + sym_field_declaration_list, + STATE(3895), 1, + sym__scope_resolution, + STATE(4172), 1, + sym_virtual_specifier, + STATE(4725), 1, + sym_base_class_clause, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + STATE(1393), 2, + sym__class_name, + sym_qualified_type_identifier, + [87457] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + ACTIONS(4140), 1, + sym_identifier, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + STATE(2246), 1, + sym_template_type, + STATE(2374), 1, + sym_field_declaration_list, + STATE(3923), 1, + sym__scope_resolution, + STATE(4005), 1, + sym_virtual_specifier, + STATE(4811), 1, + sym_base_class_clause, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + STATE(2090), 2, + sym__class_name, + sym_qualified_type_identifier, + [87502] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6059), 1, anon_sym_STAR, - ACTIONS(2387), 1, + ACTIONS(6061), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, + ACTIONS(6063), 1, anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3280), 1, + STATE(3273), 1, sym_parameter_list, - STATE(3917), 1, + STATE(3958), 1, sym__abstract_declarator, - ACTIONS(5092), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5491), 3, anon_sym_SEMI, - STATE(3757), 5, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [87432] = 10, + [87539] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6059), 1, anon_sym_STAR, - ACTIONS(2387), 1, + ACTIONS(6061), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, + ACTIONS(6063), 1, anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3280), 1, + STATE(3273), 1, sym_parameter_list, - STATE(3922), 1, + STATE(3966), 1, sym__abstract_declarator, - ACTIONS(4648), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5445), 3, anon_sym_SEMI, - STATE(3757), 5, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [87469] = 14, + [87576] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3760), 1, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3762), 1, + ACTIONS(4132), 1, anon_sym_COLON_COLON, - STATE(2463), 1, + STATE(1302), 1, sym_template_type, - STATE(2576), 1, + STATE(1350), 1, sym_field_declaration_list, - STATE(3873), 1, + STATE(3881), 1, sym__scope_resolution, - STATE(4112), 1, + STATE(4171), 1, sym_virtual_specifier, - STATE(4679), 1, + STATE(4726), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2269), 2, + STATE(1384), 2, sym__class_name, sym_qualified_type_identifier, - [87514] = 14, + [87621] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3760), 1, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3762), 1, + ACTIONS(4132), 1, anon_sym_COLON_COLON, - STATE(2463), 1, + STATE(1302), 1, sym_template_type, - STATE(2578), 1, + STATE(1359), 1, sym_field_declaration_list, - STATE(3873), 1, + STATE(3881), 1, sym__scope_resolution, - STATE(4113), 1, + STATE(4172), 1, sym_virtual_specifier, - STATE(4678), 1, + STATE(4725), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2268), 2, + STATE(1393), 2, sym__class_name, sym_qualified_type_identifier, - [87559] = 14, + [87666] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3037), 1, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(3429), 1, + anon_sym_COLON, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(1436), 1, + sym_field_declaration_list, + STATE(3895), 1, + sym__scope_resolution, + STATE(4066), 1, + sym_virtual_specifier, + STATE(4460), 1, + sym_base_class_clause, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + STATE(1377), 2, + sym__class_name, + sym_qualified_type_identifier, + [87711] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3724), 1, + ACTIONS(4134), 1, sym_identifier, - ACTIONS(3758), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3592), 1, sym_template_type, - STATE(1342), 1, + STATE(3826), 1, sym_field_declaration_list, - STATE(3883), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(4145), 1, + STATE(4048), 1, sym_virtual_specifier, - STATE(4685), 1, + STATE(4508), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1377), 2, + STATE(3512), 2, sym__class_name, sym_qualified_type_identifier, - [87604] = 10, + [87756] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6059), 1, anon_sym_STAR, - ACTIONS(2387), 1, + ACTIONS(6061), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, + ACTIONS(6063), 1, anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(3280), 1, + STATE(3273), 1, sym_parameter_list, - STATE(3936), 1, + STATE(3941), 1, sym__abstract_declarator, - ACTIONS(5084), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5024), 3, anon_sym_SEMI, - STATE(3757), 5, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [87641] = 14, + [87793] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3748), 1, + ACTIONS(4158), 1, + anon_sym_LBRACE, + ACTIONS(4192), 1, sym_identifier, - ACTIONS(3750), 1, + ACTIONS(4194), 1, anon_sym_COLON_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2463), 1, + STATE(2424), 1, sym_template_type, - STATE(2578), 1, + STATE(2573), 1, sym_field_declaration_list, - STATE(3872), 1, + STATE(3876), 1, sym__scope_resolution, - STATE(4113), 1, + STATE(4127), 1, sym_virtual_specifier, - STATE(4678), 1, + STATE(4713), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(2268), 2, + STATE(2271), 2, sym__class_name, sym_qualified_type_identifier, - [87686] = 14, + [87838] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3401), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, + ACTIONS(4192), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4194), 1, + anon_sym_COLON_COLON, + STATE(2424), 1, sym_template_type, - STATE(1413), 1, + STATE(2620), 1, sym_field_declaration_list, - STATE(3903), 1, + STATE(3876), 1, sym__scope_resolution, - STATE(4078), 1, + STATE(4126), 1, sym_virtual_specifier, - STATE(4820), 1, + STATE(4715), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1362), 2, + STATE(2268), 2, sym__class_name, sym_qualified_type_identifier, - [87731] = 10, + [87883] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(5670), 1, + ACTIONS(2379), 1, anon_sym_STAR, - ACTIONS(5672), 1, + ACTIONS(2381), 1, anon_sym_AMP_AMP, - ACTIONS(5674), 1, + ACTIONS(2383), 1, anon_sym_AMP, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - STATE(3269), 1, + STATE(3266), 1, sym_parameter_list, - STATE(3941), 1, + STATE(3942), 1, sym__abstract_declarator, - ACTIONS(5092), 3, + ACTIONS(5445), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [87920] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6472), 1, + anon_sym_LPAREN2, + STATE(2389), 1, + sym_argument_list, + ACTIONS(3452), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(3454), 11, 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_GT2, - STATE(3757), 5, + [87947] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 1, + anon_sym_AMP_AMP, + ACTIONS(2383), 1, + anon_sym_AMP, + ACTIONS(6015), 1, + anon_sym_LBRACK, + STATE(3266), 1, + sym_parameter_list, + STATE(3939), 1, + sym__abstract_declarator, + ACTIONS(5491), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [87768] = 14, + [87984] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3429), 1, anon_sym_COLON, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, + ACTIONS(4140), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + STATE(2246), 1, sym_template_type, - STATE(1407), 1, + STATE(2366), 1, sym_field_declaration_list, - STATE(3903), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4077), 1, + STATE(4004), 1, sym_virtual_specifier, - STATE(4821), 1, + STATE(4806), 1, sym_base_class_clause, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - STATE(1367), 2, + STATE(2096), 2, sym__class_name, sym_qualified_type_identifier, - [87813] = 14, + [88029] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3748), 1, - sym_identifier, - ACTIONS(3750), 1, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(2373), 1, anon_sym_COLON_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2463), 1, + ACTIONS(6475), 1, + sym_identifier, + ACTIONS(6477), 1, + anon_sym_template, + STATE(1283), 1, + sym_qualified_type_identifier, + STATE(1291), 1, sym_template_type, - STATE(2576), 1, - sym_field_declaration_list, - STATE(3872), 1, - sym__scope_resolution, - STATE(4112), 1, - sym_virtual_specifier, - STATE(4679), 1, - sym_base_class_clause, - STATE(4833), 1, + STATE(1306), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - STATE(2269), 2, - sym__class_name, - sym_qualified_type_identifier, - [87858] = 14, + STATE(2173), 1, + sym_template_function, + STATE(2174), 1, + sym_destructor_name, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3503), 1, + sym__scope_resolution, + [88075] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3442), 1, + anon_sym_AMP, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3740), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1335), 1, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3813), 1, sym_field_declaration_list, - STATE(3891), 1, - sym__scope_resolution, - STATE(4140), 1, + STATE(4012), 1, sym_virtual_specifier, - STATE(4684), 1, + STATE(4473), 1, sym_base_class_clause, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(3041), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - STATE(1272), 2, - sym__class_name, - sym_qualified_type_identifier, - [87903] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6105), 1, + ACTIONS(3444), 6, anon_sym_LPAREN2, - STATE(2372), 1, - sym_argument_list, - ACTIONS(3088), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3090), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, 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_GT2, - [87930] = 14, + anon_sym_EQ, + [88109] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3740), 1, + ACTIONS(6479), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(6481), 1, + anon_sym_TILDE, + ACTIONS(6483), 1, + anon_sym_COLON_COLON, + ACTIONS(6485), 1, + anon_sym_template, + ACTIONS(6487), 1, + anon_sym_operator, + STATE(1283), 1, + sym_qualified_type_identifier, + STATE(1291), 1, sym_template_type, - STATE(1342), 1, - sym_field_declaration_list, - STATE(3891), 1, - sym__scope_resolution, - STATE(4145), 1, - sym_virtual_specifier, - STATE(4685), 1, - sym_base_class_clause, - STATE(4833), 1, + STATE(1306), 1, sym_dependent_type_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - STATE(1283), 2, - sym__class_name, - sym_qualified_type_identifier, - [87975] = 13, + STATE(2367), 1, + sym_operator_name, + STATE(2368), 1, + sym_qualified_identifier, + STATE(2369), 1, + sym_dependent_identifier, + STATE(2370), 1, + sym_destructor_name, + STATE(2372), 1, + sym_template_function, + STATE(3505), 1, + sym__scope_resolution, + [88155] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(3431), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6110), 1, + ACTIONS(6491), 1, anon_sym_LPAREN2, - ACTIONS(6112), 1, + ACTIONS(6493), 1, anon_sym_SEMI, - ACTIONS(6114), 1, + ACTIONS(6495), 1, + anon_sym_LBRACE, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6118), 1, - anon_sym_COLON, - STATE(2707), 1, + STATE(201), 1, + sym_compound_statement, + STATE(2751), 1, sym_parameter_list, - STATE(4349), 1, + STATE(4363), 1, aux_sym_declaration_repeat1, - STATE(3667), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88017] = 13, + [88197] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 1, + anon_sym_AMP_AMP, + ACTIONS(2383), 1, + anon_sym_AMP, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6501), 1, + anon_sym_LBRACE, + STATE(2163), 1, + sym_compound_statement, + STATE(3341), 1, + sym_parameter_list, + STATE(4025), 1, + sym_abstract_function_declarator, + STATE(4419), 1, + sym__abstract_declarator, + STATE(3728), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [88237] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 1, + anon_sym_AMP_AMP, + ACTIONS(2383), 1, + anon_sym_AMP, + ACTIONS(2590), 1, + anon_sym_LBRACE, + ACTIONS(6015), 1, + anon_sym_LBRACK, + STATE(2681), 1, + sym_compound_statement, + STATE(3341), 1, + sym_parameter_list, + STATE(4121), 1, + sym_abstract_function_declarator, + STATE(4419), 1, + sym__abstract_declarator, + STATE(3728), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [88277] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6110), 1, - anon_sym_LPAREN2, - ACTIONS(6112), 1, - anon_sym_SEMI, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6120), 1, + ACTIONS(6503), 1, + anon_sym_LPAREN2, + ACTIONS(6505), 1, + anon_sym_SEMI, + ACTIONS(6507), 1, anon_sym_COLON, - STATE(2707), 1, + STATE(2694), 1, sym_parameter_list, - STATE(4349), 1, + STATE(4187), 1, aux_sym_declaration_repeat1, - STATE(3667), 2, + STATE(3716), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88059] = 9, + [88319] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(2379), 1, + anon_sym_STAR, + ACTIONS(2381), 1, + anon_sym_AMP_AMP, + ACTIONS(2383), 1, + anon_sym_AMP, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6509), 1, + anon_sym_LBRACE, + STATE(2373), 1, + sym_compound_statement, + STATE(3341), 1, + sym_parameter_list, + STATE(4111), 1, + sym_abstract_function_declarator, + STATE(4419), 1, + sym__abstract_declarator, + STATE(3728), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [88359] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6443), 1, + anon_sym_TILDE, + ACTIONS(6511), 1, + sym_identifier, + ACTIONS(6513), 1, + anon_sym_COLON_COLON, + ACTIONS(6515), 1, + anon_sym_template, + ACTIONS(6517), 1, + anon_sym_operator, + STATE(1283), 1, + sym_qualified_type_identifier, + STATE(1291), 1, + sym_template_type, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2173), 1, + sym_template_function, + STATE(2174), 1, + sym_destructor_name, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3511), 1, + sym__scope_resolution, + [88405] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3072), 1, + ACTIONS(3491), 1, anon_sym_AMP, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3858), 1, + STATE(3809), 1, sym_field_declaration_list, - STATE(4027), 1, + STATE(4008), 1, sym_virtual_specifier, - STATE(4472), 1, + STATE(4468), 1, sym_base_class_clause, - ACTIONS(3415), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(3074), 6, + ACTIONS(3493), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, - [88093] = 13, + [88439] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(3436), 1, + anon_sym_AMP, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4138), 1, anon_sym_LBRACE, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(6110), 1, + STATE(3808), 1, + sym_field_declaration_list, + STATE(4038), 1, + sym_virtual_specifier, + STATE(4465), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3438), 6, anon_sym_LPAREN2, - ACTIONS(6112), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, anon_sym_EQ, - ACTIONS(6122), 1, - anon_sym_COLON, - STATE(2707), 1, - sym_parameter_list, - STATE(4349), 1, - aux_sym_declaration_repeat1, - STATE(3667), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, - sym_argument_list, - sym_initializer_list, - [88135] = 13, + [88473] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6056), 1, + ACTIONS(6437), 1, anon_sym_LBRACE, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6126), 1, + ACTIONS(6519), 1, anon_sym_SEMI, - STATE(1073), 1, + STATE(1205), 1, sym_compound_statement, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(4383), 1, + STATE(4414), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88177] = 13, + [88515] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, + ACTIONS(6503), 1, anon_sym_LPAREN2, - ACTIONS(6128), 1, + ACTIONS(6505), 1, anon_sym_SEMI, - ACTIONS(6130), 1, - anon_sym_LBRACE, - STATE(502), 1, - sym_compound_statement, - STATE(2770), 1, + ACTIONS(6521), 1, + anon_sym_COLON, + STATE(2694), 1, sym_parameter_list, - STATE(4267), 1, + STATE(4187), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3716), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88219] = 15, + [88557] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6132), 1, - sym_identifier, - ACTIONS(6134), 1, - anon_sym_TILDE, - ACTIONS(6136), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(6138), 1, - anon_sym_template, - ACTIONS(6140), 1, - anon_sym_operator, - STATE(2356), 1, - sym_destructor_name, - STATE(2357), 1, - sym_template_function, - STATE(2363), 1, - sym_dependent_type_identifier, - STATE(2366), 1, - sym_template_type, - STATE(2416), 1, - sym_qualified_identifier, - STATE(2418), 1, - sym_operator_name, - STATE(2447), 1, - sym_dependent_identifier, - STATE(2487), 1, - sym_qualified_type_identifier, - STATE(3501), 1, - sym__scope_resolution, - [88265] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2383), 1, + ACTIONS(6523), 1, + anon_sym_LT, + STATE(3586), 1, + sym_template_argument_list, + ACTIONS(3356), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2423), 9, anon_sym_LPAREN2, - ACTIONS(2385), 1, anon_sym_STAR, - ACTIONS(2387), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, - anon_sym_AMP, - ACTIONS(5676), 1, - anon_sym_LBRACK, - ACTIONS(6142), 1, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2193), 1, - sym_compound_statement, - STATE(3360), 1, - sym_parameter_list, - STATE(4066), 1, - sym_abstract_function_declarator, - STATE(4266), 1, - sym__abstract_declarator, - STATE(3757), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [88305] = 13, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [88585] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(3431), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6110), 1, + ACTIONS(6491), 1, anon_sym_LPAREN2, - ACTIONS(6112), 1, - anon_sym_SEMI, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6144), 1, - anon_sym_COLON, - STATE(2707), 1, + ACTIONS(6525), 1, + anon_sym_SEMI, + ACTIONS(6527), 1, + anon_sym_LBRACE, + STATE(540), 1, + sym_compound_statement, + STATE(2751), 1, sym_parameter_list, - STATE(4349), 1, + STATE(4308), 1, aux_sym_declaration_repeat1, - STATE(3667), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88347] = 13, + [88627] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6146), 1, + ACTIONS(6529), 1, anon_sym_SEMI, - ACTIONS(6148), 1, + ACTIONS(6531), 1, anon_sym_LBRACE, - STATE(625), 1, + STATE(526), 1, sym_compound_statement, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(4260), 1, + STATE(4281), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88389] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6150), 1, - sym_identifier, - ACTIONS(6152), 1, - anon_sym_TILDE, - ACTIONS(6154), 1, - anon_sym_COLON_COLON, - ACTIONS(6156), 1, - anon_sym_template, - ACTIONS(6158), 1, - anon_sym_operator, - STATE(2122), 1, - sym_operator_name, - STATE(2162), 1, - sym_qualified_type_identifier, - STATE(2165), 1, - sym_dependent_identifier, - STATE(2168), 1, - sym_destructor_name, - STATE(2175), 1, - sym_template_function, - STATE(2188), 1, - sym_qualified_identifier, - STATE(2248), 1, - sym_template_type, - STATE(2256), 1, - sym_dependent_type_identifier, - STATE(3505), 1, - sym__scope_resolution, - [88435] = 13, + [88669] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6160), 1, + ACTIONS(6533), 1, anon_sym_SEMI, - ACTIONS(6162), 1, + ACTIONS(6535), 1, anon_sym_LBRACE, - STATE(214), 1, + STATE(559), 1, sym_compound_statement, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(4294), 1, + STATE(4249), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88477] = 13, + [88711] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6070), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(6523), 1, + anon_sym_LT, + STATE(3586), 1, + sym_template_argument_list, + ACTIONS(2459), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2466), 9, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [88739] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6108), 1, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, + ACTIONS(6503), 1, anon_sym_LPAREN2, - ACTIONS(6164), 1, + ACTIONS(6505), 1, anon_sym_SEMI, - STATE(876), 1, - sym_compound_statement, - STATE(2770), 1, + ACTIONS(6537), 1, + anon_sym_COLON, + STATE(2694), 1, sym_parameter_list, - STATE(4432), 1, + STATE(4187), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3716), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88519] = 15, + [88781] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6152), 1, - anon_sym_TILDE, - ACTIONS(6158), 1, - anon_sym_operator, - ACTIONS(6166), 1, + ACTIONS(6539), 1, sym_identifier, - ACTIONS(6168), 1, + ACTIONS(6541), 1, + anon_sym_TILDE, + ACTIONS(6543), 1, anon_sym_COLON_COLON, - ACTIONS(6170), 1, + ACTIONS(6545), 1, anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, + ACTIONS(6547), 1, + anon_sym_operator, + STATE(1283), 1, sym_qualified_type_identifier, - STATE(1285), 1, + STATE(1291), 1, sym_template_type, - STATE(2122), 1, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2121), 1, sym_operator_name, - STATE(2165), 1, + STATE(2127), 1, + sym_qualified_identifier, + STATE(2132), 1, sym_dependent_identifier, - STATE(2168), 1, + STATE(2133), 1, sym_destructor_name, - STATE(2175), 1, + STATE(2135), 1, sym_template_function, - STATE(2188), 1, - sym_qualified_identifier, - STATE(3508), 1, + STATE(3522), 1, sym__scope_resolution, - [88565] = 13, + [88827] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6064), 1, + ACTIONS(6431), 1, anon_sym_LBRACE, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6172), 1, + ACTIONS(6549), 1, anon_sym_SEMI, - STATE(990), 1, + STATE(1004), 1, sym_compound_statement, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(4276), 1, + STATE(4432), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88607] = 15, + [88869] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6152), 1, + ACTIONS(6443), 1, anon_sym_TILDE, - ACTIONS(6158), 1, + ACTIONS(6517), 1, anon_sym_operator, - ACTIONS(6174), 1, + ACTIONS(6551), 1, sym_identifier, - ACTIONS(6176), 1, + ACTIONS(6553), 1, anon_sym_COLON_COLON, - ACTIONS(6178), 1, + ACTIONS(6555), 1, anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, + STATE(2124), 1, sym_qualified_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(2122), 1, - sym_operator_name, - STATE(2165), 1, - sym_dependent_identifier, - STATE(2168), 1, + STATE(2173), 1, + sym_template_function, + STATE(2174), 1, sym_destructor_name, STATE(2175), 1, - sym_template_function, - STATE(2188), 1, + sym_dependent_identifier, + STATE(2177), 1, sym_qualified_identifier, - STATE(3510), 1, + STATE(2181), 1, + sym_operator_name, + STATE(2254), 1, + sym_dependent_type_identifier, + STATE(2260), 1, + sym_template_type, + STATE(3524), 1, sym__scope_resolution, - [88653] = 9, + [88915] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3084), 1, + ACTIONS(3483), 1, anon_sym_AMP, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3777), 1, + STATE(3824), 1, sym_field_declaration_list, - STATE(4036), 1, + STATE(4044), 1, sym_virtual_specifier, - STATE(4478), 1, + STATE(4494), 1, sym_base_class_clause, - ACTIONS(3415), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(3086), 6, + ACTIONS(3485), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, - [88687] = 9, + [88949] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3062), 1, - anon_sym_AMP, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - STATE(3847), 1, - sym_field_declaration_list, - STATE(4033), 1, - sym_virtual_specifier, - STATE(4475), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3064), 6, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(6497), 1, anon_sym_LBRACK, + ACTIONS(6499), 1, anon_sym_EQ, - [88721] = 15, + ACTIONS(6503), 1, + anon_sym_LPAREN2, + ACTIONS(6505), 1, + anon_sym_SEMI, + ACTIONS(6557), 1, + anon_sym_COLON, + STATE(2694), 1, + sym_parameter_list, + STATE(4187), 1, + aux_sym_declaration_repeat1, + STATE(3716), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(4755), 2, + sym_argument_list, + sym_initializer_list, + [88991] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(6084), 1, - anon_sym_TILDE, - ACTIONS(6180), 1, - sym_identifier, - ACTIONS(6182), 1, - anon_sym_COLON_COLON, - ACTIONS(6184), 1, - anon_sym_template, - ACTIONS(6186), 1, - anon_sym_operator, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, - sym_destructor_name, - STATE(2162), 1, - sym_qualified_type_identifier, - STATE(2248), 1, - sym_template_type, - STATE(2256), 1, - sym_dependent_type_identifier, - STATE(3513), 1, - sym__scope_resolution, - [88767] = 13, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(6499), 1, + anon_sym_EQ, + ACTIONS(6503), 1, + anon_sym_LPAREN2, + ACTIONS(6505), 1, + anon_sym_SEMI, + ACTIONS(6559), 1, + anon_sym_COLON, + STATE(2694), 1, + sym_parameter_list, + STATE(4187), 1, + aux_sym_declaration_repeat1, + STATE(3716), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(4755), 2, + sym_argument_list, + sym_initializer_list, + [89033] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6423), 1, + anon_sym_LBRACE, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6188), 1, + ACTIONS(6561), 1, anon_sym_SEMI, - ACTIONS(6190), 1, - anon_sym_LBRACE, - STATE(525), 1, + STATE(1171), 1, sym_compound_statement, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(4223), 1, + STATE(4290), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88809] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(2377), 1, - anon_sym_COLON_COLON, - ACTIONS(6192), 1, - sym_identifier, - ACTIONS(6194), 1, - anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, - sym_destructor_name, - STATE(3515), 1, - sym__scope_resolution, - [88855] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6084), 1, - anon_sym_TILDE, - ACTIONS(6186), 1, - anon_sym_operator, - ACTIONS(6196), 1, - sym_identifier, - ACTIONS(6198), 1, - anon_sym_COLON_COLON, - ACTIONS(6200), 1, - anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, - sym_destructor_name, - STATE(3516), 1, - sym__scope_resolution, - [88901] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6134), 1, - anon_sym_TILDE, - ACTIONS(6140), 1, - anon_sym_operator, - ACTIONS(6202), 1, - sym_identifier, - ACTIONS(6204), 1, - anon_sym_COLON_COLON, - ACTIONS(6206), 1, - anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(2356), 1, - sym_destructor_name, - STATE(2357), 1, - sym_template_function, - STATE(2416), 1, - sym_qualified_identifier, - STATE(2418), 1, - sym_operator_name, - STATE(2447), 1, - sym_dependent_identifier, - STATE(3517), 1, - sym__scope_resolution, - [88947] = 13, + [89075] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6110), 1, - anon_sym_LPAREN2, - ACTIONS(6112), 1, - anon_sym_SEMI, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6208), 1, + ACTIONS(6503), 1, + anon_sym_LPAREN2, + ACTIONS(6505), 1, + anon_sym_SEMI, + ACTIONS(6563), 1, anon_sym_COLON, - STATE(2707), 1, + STATE(2694), 1, sym_parameter_list, - STATE(4349), 1, + STATE(4187), 1, aux_sym_declaration_repeat1, - STATE(3667), 2, + STATE(3716), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [88989] = 9, + [89117] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3114), 1, - anon_sym_AMP, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3849), 1, - sym_field_declaration_list, - STATE(4003), 1, - sym_virtual_specifier, - STATE(4439), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3116), 6, + ACTIONS(2377), 1, anon_sym_LPAREN2, + ACTIONS(2379), 1, anon_sym_STAR, + ACTIONS(2381), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_EQ, - [89023] = 12, - ACTIONS(3), 1, - sym_comment, ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(2385), 1, - anon_sym_STAR, - ACTIONS(2387), 1, - anon_sym_AMP_AMP, - ACTIONS(2389), 1, anon_sym_AMP, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - ACTIONS(6210), 1, + ACTIONS(6565), 1, anon_sym_LBRACE, - STATE(2940), 1, + STATE(3018), 1, sym_compound_statement, - STATE(3360), 1, + STATE(3341), 1, sym_parameter_list, - STATE(4051), 1, + STATE(4007), 1, sym_abstract_function_declarator, - STATE(4266), 1, + STATE(4419), 1, sym__abstract_declarator, - STATE(3757), 4, + STATE(3728), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [89063] = 9, + [89157] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3033), 1, + ACTIONS(3423), 1, anon_sym_AMP, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3841), 1, + STATE(3830), 1, sym_field_declaration_list, - STATE(3999), 1, + STATE(4055), 1, sym_virtual_specifier, - STATE(4442), 1, + STATE(4522), 1, sym_base_class_clause, - ACTIONS(3415), 2, + ACTIONS(3810), 2, anon_sym_final, anon_sym_override, - ACTIONS(3035), 6, + ACTIONS(3425), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_EQ, - [89097] = 9, + [89191] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3047), 1, - anon_sym_AMP, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3839), 1, - sym_field_declaration_list, - STATE(3997), 1, - sym_virtual_specifier, - STATE(4444), 1, - sym_base_class_clause, - ACTIONS(3415), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3049), 6, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_EQ, - [89131] = 12, + ACTIONS(6541), 1, + anon_sym_TILDE, + ACTIONS(6547), 1, + anon_sym_operator, + ACTIONS(6567), 1, + sym_identifier, + ACTIONS(6569), 1, + anon_sym_COLON_COLON, + ACTIONS(6571), 1, + anon_sym_template, + STATE(1283), 1, + sym_qualified_type_identifier, + STATE(1291), 1, + sym_template_type, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2121), 1, + sym_operator_name, + STATE(2127), 1, + sym_qualified_identifier, + STATE(2132), 1, + sym_dependent_identifier, + STATE(2133), 1, + sym_destructor_name, + STATE(2135), 1, + sym_template_function, + STATE(3532), 1, + sym__scope_resolution, + [89237] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(2385), 1, - anon_sym_STAR, - ACTIONS(2387), 1, - anon_sym_AMP_AMP, - ACTIONS(2389), 1, - anon_sym_AMP, - ACTIONS(2706), 1, - anon_sym_LBRACE, - ACTIONS(5676), 1, - anon_sym_LBRACK, - STATE(2650), 1, - sym_compound_statement, - STATE(3360), 1, - sym_parameter_list, - STATE(4118), 1, - sym_abstract_function_declarator, - STATE(4266), 1, - sym__abstract_declarator, - STATE(3757), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [89171] = 6, + ACTIONS(6481), 1, + anon_sym_TILDE, + ACTIONS(6487), 1, + anon_sym_operator, + ACTIONS(6573), 1, + sym_identifier, + ACTIONS(6575), 1, + anon_sym_COLON_COLON, + ACTIONS(6577), 1, + anon_sym_template, + STATE(2367), 1, + sym_operator_name, + STATE(2368), 1, + sym_qualified_identifier, + STATE(2369), 1, + sym_dependent_identifier, + STATE(2370), 1, + sym_destructor_name, + STATE(2372), 1, + sym_template_function, + STATE(2425), 1, + sym_template_type, + STATE(2450), 1, + sym_dependent_type_identifier, + STATE(2496), 1, + sym_qualified_type_identifier, + STATE(3533), 1, + sym__scope_resolution, + [89283] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(6541), 1, + anon_sym_TILDE, + ACTIONS(6547), 1, + anon_sym_operator, + ACTIONS(6579), 1, + sym_identifier, + ACTIONS(6581), 1, anon_sym_COLON_COLON, - ACTIONS(6212), 1, - anon_sym_LT, - STATE(3560), 1, - sym_template_argument_list, - ACTIONS(2988), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(2427), 9, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [89199] = 15, + ACTIONS(6583), 1, + anon_sym_template, + STATE(2121), 1, + sym_operator_name, + STATE(2124), 1, + sym_qualified_type_identifier, + STATE(2127), 1, + sym_qualified_identifier, + STATE(2132), 1, + sym_dependent_identifier, + STATE(2133), 1, + sym_destructor_name, + STATE(2135), 1, + sym_template_function, + STATE(2254), 1, + sym_dependent_type_identifier, + STATE(2260), 1, + sym_template_type, + STATE(3534), 1, + sym__scope_resolution, + [89329] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1929), 1, + ACTIONS(6541), 1, anon_sym_TILDE, - ACTIONS(2367), 1, - anon_sym_COLON_COLON, - ACTIONS(2371), 1, + ACTIONS(6547), 1, anon_sym_operator, - ACTIONS(6214), 1, + ACTIONS(6585), 1, sym_identifier, - ACTIONS(6216), 1, + ACTIONS(6587), 1, + anon_sym_COLON_COLON, + ACTIONS(6589), 1, anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, + STATE(1283), 1, sym_qualified_type_identifier, - STATE(1285), 1, + STATE(1291), 1, sym_template_type, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2121), 1, sym_operator_name, - STATE(2115), 1, + STATE(2127), 1, sym_qualified_identifier, - STATE(2116), 1, + STATE(2132), 1, sym_dependent_identifier, - STATE(2117), 1, + STATE(2133), 1, sym_destructor_name, - STATE(3525), 1, + STATE(2135), 1, + sym_template_function, + STATE(3535), 1, sym__scope_resolution, - [89245] = 13, + [89375] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(6110), 1, - anon_sym_LPAREN2, - ACTIONS(6112), 1, - anon_sym_SEMI, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6116), 1, - anon_sym_EQ, - ACTIONS(6218), 1, - anon_sym_COLON, - STATE(2707), 1, - sym_parameter_list, - STATE(4349), 1, - aux_sym_declaration_repeat1, - STATE(3667), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, - sym_argument_list, - sym_initializer_list, - [89287] = 6, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2363), 1, + anon_sym_COLON_COLON, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(6591), 1, + sym_identifier, + ACTIONS(6593), 1, + anon_sym_template, + STATE(1283), 1, + sym_qualified_type_identifier, + STATE(1291), 1, + sym_template_type, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2173), 1, + sym_template_function, + STATE(2174), 1, + sym_destructor_name, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3536), 1, + sym__scope_resolution, + [89421] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(6212), 1, - anon_sym_LT, - STATE(3560), 1, - sym_template_argument_list, - ACTIONS(2449), 2, + ACTIONS(3471), 1, anon_sym_AMP, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(2456), 9, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3827), 1, + sym_field_declaration_list, + STATE(4049), 1, + sym_virtual_specifier, + STATE(4509), 1, + sym_base_class_clause, + ACTIONS(3810), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3473), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [89315] = 15, + [89455] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(6152), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(6158), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(6220), 1, - sym_identifier, - ACTIONS(6222), 1, + ACTIONS(4439), 1, anon_sym_COLON_COLON, - ACTIONS(6224), 1, + ACTIONS(6459), 1, + sym_identifier, + ACTIONS(6461), 1, anon_sym_template, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(2122), 1, - sym_operator_name, - STATE(2165), 1, - sym_dependent_identifier, - STATE(2168), 1, + STATE(2173), 1, + sym_template_function, + STATE(2174), 1, sym_destructor_name, STATE(2175), 1, - sym_template_function, - STATE(2188), 1, + sym_dependent_identifier, + STATE(2177), 1, sym_qualified_identifier, - STATE(3528), 1, + STATE(2181), 1, + sym_operator_name, + STATE(3538), 1, sym__scope_resolution, - [89361] = 12, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [89496] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(3856), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + STATE(2165), 1, + sym_argument_list, + ACTIONS(3452), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(3454), 9, + anon_sym_RPAREN, anon_sym_STAR, - ACTIONS(2387), 1, anon_sym_AMP_AMP, - ACTIONS(2389), 1, - anon_sym_AMP, - ACTIONS(5676), 1, anon_sym_LBRACK, - ACTIONS(6226), 1, - anon_sym_LBRACE, - STATE(2358), 1, - sym_compound_statement, - STATE(3360), 1, - sym_parameter_list, - STATE(4106), 1, - sym_abstract_function_declarator, - STATE(4266), 1, - sym__abstract_declarator, - STATE(3757), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [89401] = 12, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [89521] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6128), 1, + ACTIONS(6595), 1, anon_sym_SEMI, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(4267), 1, + STATE(4411), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [89440] = 12, + [89560] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6116), 1, - anon_sym_EQ, - ACTIONS(6124), 1, + ACTIONS(6491), 1, anon_sym_LPAREN2, - ACTIONS(6146), 1, + ACTIONS(6493), 1, anon_sym_SEMI, - STATE(2770), 1, - sym_parameter_list, - STATE(4260), 1, - aux_sym_declaration_repeat1, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, - sym_argument_list, - sym_initializer_list, - [89479] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2391), 1, - anon_sym_COLON_COLON, - ACTIONS(6228), 1, - sym_identifier, - STATE(1286), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3891), 1, - sym__scope_resolution, - STATE(1344), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [89512] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6116), 1, + ACTIONS(6499), 1, anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6160), 1, - anon_sym_SEMI, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(4294), 1, + STATE(4363), 1, aux_sym_declaration_repeat1, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, + STATE(4755), 2, sym_argument_list, sym_initializer_list, - [89551] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(6230), 1, - sym_identifier, - STATE(2023), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3870), 1, - sym__scope_resolution, - STATE(2377), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2542), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [89584] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(5092), 1, - anon_sym_LBRACE, - ACTIONS(5676), 1, - anon_sym_LBRACK, - ACTIONS(5811), 1, - anon_sym_STAR, - ACTIONS(5813), 1, - anon_sym_AMP_AMP, - ACTIONS(5815), 1, - anon_sym_AMP, - STATE(3360), 1, - sym_parameter_list, - STATE(4011), 1, - sym__abstract_declarator, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [89619] = 10, + [89599] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(5084), 1, + ACTIONS(5491), 1, anon_sym_LBRACE, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - ACTIONS(5811), 1, + ACTIONS(6212), 1, anon_sym_STAR, - ACTIONS(5813), 1, + ACTIONS(6214), 1, anon_sym_AMP_AMP, - ACTIONS(5815), 1, + ACTIONS(6216), 1, anon_sym_AMP, - STATE(3360), 1, + STATE(3341), 1, sym_parameter_list, - STATE(4038), 1, + STATE(4179), 1, sym__abstract_declarator, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [89654] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6116), 1, - anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6232), 1, - anon_sym_SEMI, - STATE(2770), 1, - sym_parameter_list, - STATE(4397), 1, - aux_sym_declaration_repeat1, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, - sym_argument_list, - sym_initializer_list, - [89693] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6116), 1, - anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - ACTIONS(6188), 1, - anon_sym_SEMI, - STATE(2770), 1, - sym_parameter_list, - STATE(4223), 1, - aux_sym_declaration_repeat1, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, - sym_argument_list, - sym_initializer_list, - [89732] = 9, + [89634] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2391), 1, + ACTIONS(4194), 1, anon_sym_COLON_COLON, - ACTIONS(6228), 1, + ACTIONS(6597), 1, sym_identifier, - STATE(1334), 1, + STATE(2255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3891), 1, + STATE(3876), 1, sym__scope_resolution, - STATE(1344), 2, + STATE(2590), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2325), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [89765] = 9, + [89667] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3778), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(6230), 1, + ACTIONS(6599), 1, sym_identifier, - STATE(3468), 1, + STATE(1338), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3910), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(3863), 2, + STATE(1310), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(4700), 4, + ACTIONS(2321), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [89798] = 13, + [89700] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(6112), 1, - anon_sym_SEMI, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6124), 1, + ACTIONS(6491), 1, anon_sym_LPAREN2, - ACTIONS(6234), 1, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(6499), 1, anon_sym_EQ, - STATE(2770), 1, + ACTIONS(6533), 1, + anon_sym_SEMI, + STATE(2751), 1, sym_parameter_list, - STATE(4189), 1, - sym_initializer_list, - STATE(4349), 1, + STATE(4249), 1, aux_sym_declaration_repeat1, - STATE(4507), 1, - sym_argument_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [89839] = 13, + STATE(4755), 2, + sym_argument_list, + sym_initializer_list, + [89739] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4066), 1, - anon_sym_COLON_COLON, - ACTIONS(6236), 1, + ACTIONS(6601), 1, sym_identifier, - ACTIONS(6238), 1, + ACTIONS(6603), 1, + anon_sym_COLON_COLON, + ACTIONS(6605), 1, anon_sym_template, - STATE(3542), 1, - sym__scope_resolution, - STATE(3656), 1, + STATE(2173), 1, sym_template_function, - STATE(3660), 1, + STATE(2174), 1, sym_destructor_name, - STATE(3663), 1, + STATE(2175), 1, sym_dependent_identifier, - STATE(3675), 1, + STATE(2177), 1, sym_qualified_identifier, - STATE(3697), 1, + STATE(2181), 1, sym_operator_name, - STATE(4833), 2, + STATE(3546), 1, + sym__scope_resolution, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [89880] = 9, + [89780] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3770), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - ACTIONS(6240), 1, + ACTIONS(6597), 1, sym_identifier, - STATE(2000), 1, + STATE(3478), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3892), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(2319), 2, + STATE(3818), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(4917), 4, + ACTIONS(5071), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [89913] = 5, + [89813] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3472), 1, - anon_sym_LPAREN2, - STATE(2153), 1, - sym_argument_list, - ACTIONS(3088), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3090), 9, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4176), 1, + anon_sym_COLON_COLON, + ACTIONS(6607), 1, + sym_identifier, + STATE(1971), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3897), 1, + sym__scope_resolution, + STATE(2081), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(5366), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [89846] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3354), 1, + anon_sym_LT, + STATE(3653), 1, + sym_template_argument_list, + ACTIONS(3863), 2, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [89938] = 9, + anon_sym_COLON, + ACTIONS(3877), 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, + [89873] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, + ACTIONS(4156), 1, anon_sym_COLON_COLON, - ACTIONS(6228), 1, + ACTIONS(6609), 1, sym_identifier, - STATE(1334), 1, + STATE(2255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3877), 1, + STATE(3918), 1, sym__scope_resolution, - STATE(1344), 2, + STATE(2590), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2325), 4, + ACTIONS(3232), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [89971] = 6, + [89906] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2986), 1, + ACTIONS(3354), 1, anon_sym_LT, - STATE(3626), 1, + STATE(3653), 1, sym_template_argument_list, - ACTIONS(3489), 2, + ACTIONS(2468), 2, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3503), 8, + ACTIONS(2461), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -377609,421 +379569,538 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - [89998] = 9, + [89933] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1925), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, + anon_sym_operator, + ACTIONS(4429), 1, + anon_sym_COLON_COLON, + ACTIONS(6611), 1, + sym_identifier, + ACTIONS(6613), 1, + anon_sym_template, + STATE(3552), 1, + sym__scope_resolution, + STATE(3678), 1, + sym_destructor_name, + STATE(3679), 1, + sym_dependent_identifier, + STATE(3680), 1, + sym_qualified_identifier, + STATE(3681), 1, + sym_operator_name, + STATE(3686), 1, + sym_template_function, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [89974] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(6505), 1, + anon_sym_SEMI, + ACTIONS(6615), 1, + anon_sym_EQ, + STATE(2751), 1, + sym_parameter_list, + STATE(4186), 1, + sym_initializer_list, + STATE(4187), 1, + aux_sym_declaration_repeat1, + STATE(4755), 1, + sym_argument_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [90015] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - ACTIONS(6228), 1, + ACTIONS(6617), 1, sym_identifier, - STATE(1286), 1, + STATE(2004), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3877), 1, + STATE(3902), 1, sym__scope_resolution, - STATE(1344), 2, + STATE(2310), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(59), 4, + ACTIONS(5326), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [90031] = 9, + [90048] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3762), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(6242), 1, + ACTIONS(6599), 1, sym_identifier, - STATE(2239), 1, + STATE(1300), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3873), 1, + STATE(3912), 1, sym__scope_resolution, - STATE(2615), 2, + STATE(1310), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2862), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [90064] = 10, + [90081] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, + ACTIONS(2377), 1, anon_sym_LPAREN2, - ACTIONS(4648), 1, + ACTIONS(5024), 1, anon_sym_LBRACE, - ACTIONS(5676), 1, + ACTIONS(6015), 1, anon_sym_LBRACK, - ACTIONS(5811), 1, + ACTIONS(6212), 1, anon_sym_STAR, - ACTIONS(5813), 1, + ACTIONS(6214), 1, anon_sym_AMP_AMP, - ACTIONS(5815), 1, + ACTIONS(6216), 1, anon_sym_AMP, - STATE(3360), 1, + STATE(3341), 1, sym_parameter_list, - STATE(4017), 1, + STATE(4134), 1, sym__abstract_declarator, - STATE(3757), 5, + STATE(3728), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [90099] = 9, + [90116] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3800), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(6244), 1, + ACTIONS(6597), 1, sym_identifier, - STATE(1965), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3907), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(2085), 2, + STATE(2454), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(5008), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [90132] = 13, + [90149] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(6246), 1, - sym_identifier, - ACTIONS(6248), 1, - anon_sym_COLON_COLON, - ACTIONS(6250), 1, + ACTIONS(1035), 1, anon_sym_template, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, - sym_destructor_name, - STATE(3551), 1, - sym__scope_resolution, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [90173] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1929), 1, - anon_sym_TILDE, - ACTIONS(2371), 1, - anon_sym_operator, - ACTIONS(4300), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(6252), 1, + ACTIONS(6599), 1, sym_identifier, - ACTIONS(6254), 1, - anon_sym_template, - STATE(2109), 1, - sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, - sym_destructor_name, - STATE(3552), 1, + STATE(1338), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3908), 1, sym__scope_resolution, - STATE(4833), 2, + STATE(1310), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [90214] = 9, + ACTIONS(2321), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [90182] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3750), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(6230), 1, + ACTIONS(6599), 1, sym_identifier, - STATE(2239), 1, + STATE(1300), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3872), 1, + STATE(3908), 1, sym__scope_resolution, - STATE(2615), 2, + STATE(1310), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2862), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [90247] = 13, + [90215] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1929), 1, + ACTIONS(1925), 1, anon_sym_TILDE, - ACTIONS(2371), 1, + ACTIONS(2367), 1, anon_sym_operator, - ACTIONS(4054), 1, + ACTIONS(4613), 1, anon_sym_COLON_COLON, - ACTIONS(6098), 1, + ACTIONS(6619), 1, sym_identifier, - ACTIONS(6100), 1, + ACTIONS(6621), 1, anon_sym_template, - STATE(2109), 1, + STATE(2173), 1, sym_template_function, - STATE(2113), 1, - sym_operator_name, - STATE(2115), 1, - sym_qualified_identifier, - STATE(2116), 1, - sym_dependent_identifier, - STATE(2117), 1, + STATE(2174), 1, sym_destructor_name, - STATE(3554), 1, + STATE(2175), 1, + sym_dependent_identifier, + STATE(2177), 1, + sym_qualified_identifier, + STATE(2181), 1, + sym_operator_name, + STATE(3560), 1, sym__scope_resolution, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [90288] = 6, + [90256] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2986), 1, - anon_sym_LT, - STATE(3626), 1, - sym_template_argument_list, - ACTIONS(2458), 2, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2451), 8, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6489), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6491), 1, anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(6499), 1, + anon_sym_EQ, + ACTIONS(6525), 1, anon_sym_SEMI, + STATE(2751), 1, + sym_parameter_list, + STATE(4308), 1, + aux_sym_declaration_repeat1, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(4755), 2, + sym_argument_list, + sym_initializer_list, + [90295] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(5445), 1, + anon_sym_LBRACE, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6212), 1, + anon_sym_STAR, + ACTIONS(6214), 1, + anon_sym_AMP_AMP, + ACTIONS(6216), 1, + anon_sym_AMP, + STATE(3341), 1, + sym_parameter_list, + STATE(4147), 1, + sym__abstract_declarator, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [90330] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(1461), 1, anon_sym_LBRACE, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(6499), 1, anon_sym_EQ, - anon_sym_GT2, - [90315] = 9, + ACTIONS(6529), 1, + anon_sym_SEMI, + STATE(2751), 1, + sym_parameter_list, + STATE(4281), 1, + aux_sym_declaration_repeat1, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(4755), 2, + sym_argument_list, + sym_initializer_list, + [90369] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3744), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(6256), 1, + ACTIONS(6623), 1, sym_identifier, - STATE(2023), 1, + STATE(2027), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3915), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(2377), 2, + STATE(2454), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2542), 4, + ACTIONS(2538), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [90348] = 11, + [90402] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3804), 1, + ACTIONS(3450), 1, + anon_sym_LBRACE, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3806), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6048), 1, - anon_sym_LBRACE, - STATE(2227), 1, + STATE(1302), 1, sym_template_type, - STATE(2371), 1, + STATE(1316), 1, sym_enumerator_list, - STATE(3870), 1, + STATE(3888), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6258), 2, + ACTIONS(6625), 2, anon_sym_class, anon_sym_struct, - STATE(3419), 2, + STATE(3869), 2, sym__class_name, sym_qualified_type_identifier, - [90384] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2494), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(2496), 10, - 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_final, - anon_sym_override, - [90404] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6116), 1, - anon_sym_EQ, - ACTIONS(6124), 1, - anon_sym_LPAREN2, - STATE(2770), 1, - sym_parameter_list, - ACTIONS(6260), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4507), 2, - sym_argument_list, - sym_initializer_list, - [90438] = 3, + [90438] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2516), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(2523), 10, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2319), 1, anon_sym_COLON_COLON, + ACTIONS(3450), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [90458] = 11, + ACTIONS(4118), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(1316), 1, + sym_enumerator_list, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + ACTIONS(6627), 2, + anon_sym_class, + anon_sym_struct, + STATE(1478), 2, + sym__class_name, + sym_qualified_type_identifier, + [90474] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3748), 1, + ACTIONS(4174), 1, sym_identifier, - ACTIONS(3750), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(6044), 1, + ACTIONS(6629), 1, anon_sym_LBRACE, - STATE(2463), 1, + STATE(2001), 1, sym_template_type, - STATE(2579), 1, + STATE(2088), 1, sym_enumerator_list, - STATE(3872), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6262), 2, + ACTIONS(6631), 2, anon_sym_class, anon_sym_struct, - STATE(3414), 2, + STATE(2031), 2, sym__class_name, sym_qualified_type_identifier, - [90494] = 11, + [90510] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3070), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - ACTIONS(3724), 1, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3758), 1, + ACTIONS(4132), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1351), 1, + STATE(1316), 1, sym_enumerator_list, - STATE(3883), 1, + STATE(3881), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6264), 2, + ACTIONS(6633), 2, anon_sym_class, anon_sym_struct, - STATE(3301), 2, + STATE(1468), 2, sym__class_name, sym_qualified_type_identifier, - [90530] = 11, + [90546] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3740), 1, - sym_identifier, - ACTIONS(6266), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - STATE(1271), 1, + ACTIONS(4118), 1, + sym_identifier, + ACTIONS(4132), 1, + anon_sym_COLON_COLON, + STATE(1302), 1, sym_template_type, - STATE(1434), 1, + STATE(1316), 1, sym_enumerator_list, - STATE(3903), 1, + STATE(3881), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6268), 2, + ACTIONS(6635), 2, anon_sym_class, anon_sym_struct, - STATE(1375), 2, + STATE(3307), 2, sym__class_name, sym_qualified_type_identifier, - [90566] = 3, + [90582] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2476), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2478), 10, + 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_final, + anon_sym_override, + [90602] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2494), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2496), 10, + 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_final, + anon_sym_override, + [90622] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2453), 10, + 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_final, + anon_sym_override, + [90642] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2488), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2490), 10, + 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_final, + anon_sym_override, + [90662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 2, + ACTIONS(2504), 2, anon_sym_AMP, anon_sym_COLON, - ACTIONS(3112), 10, + ACTIONS(2506), 10, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -378034,312 +380111,272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [90586] = 11, + [90682] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3070), 1, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(3450), 1, anon_sym_LBRACE, - ACTIONS(3724), 1, + ACTIONS(4100), 1, sym_identifier, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1351), 1, + STATE(1316), 1, sym_enumerator_list, - STATE(3890), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6270), 2, + ACTIONS(6637), 2, anon_sym_class, anon_sym_struct, - STATE(3786), 2, + STATE(3219), 2, sym__class_name, sym_qualified_type_identifier, - [90622] = 11, + [90718] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2508), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2510), 10, + 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_final, + anon_sym_override, + [90738] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2447), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2449), 10, + 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_final, + anon_sym_override, + [90758] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2391), 1, + ACTIONS(4134), 1, + sym_identifier, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - ACTIONS(3070), 1, + ACTIONS(6639), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, - sym_identifier, - STATE(1271), 1, + STATE(3592), 1, sym_template_type, - STATE(1351), 1, + STATE(3860), 1, sym_enumerator_list, - STATE(3891), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6272), 2, + ACTIONS(6641), 2, anon_sym_class, anon_sym_struct, - STATE(1376), 2, + STATE(3610), 2, sym__class_name, sym_qualified_type_identifier, - [90658] = 11, + [90794] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, + ACTIONS(4122), 1, + sym_identifier, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - ACTIONS(3070), 1, + ACTIONS(6643), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, - sym_identifier, - STATE(1271), 1, + STATE(2052), 1, sym_template_type, - STATE(1351), 1, + STATE(2284), 1, sym_enumerator_list, - STATE(3903), 1, + STATE(3902), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6274), 2, + ACTIONS(6645), 2, anon_sym_class, anon_sym_struct, - STATE(3200), 2, + STATE(2220), 2, sym__class_name, sym_qualified_type_identifier, - [90694] = 11, + [90830] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, + ACTIONS(4140), 1, + sym_identifier, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(3070), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, - sym_identifier, - STATE(1271), 1, + STATE(2246), 1, sym_template_type, - STATE(1351), 1, + STATE(2387), 1, sym_enumerator_list, - STATE(3903), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6276), 2, + ACTIONS(6647), 2, anon_sym_class, anon_sym_struct, - STATE(3212), 2, + STATE(3424), 2, sym__class_name, sym_qualified_type_identifier, - [90730] = 11, + [90866] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3776), 1, + ACTIONS(4140), 1, sym_identifier, - ACTIONS(3778), 1, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(6278), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - STATE(3587), 1, + STATE(2246), 1, sym_template_type, - STATE(3800), 1, + STATE(2387), 1, sym_enumerator_list, - STATE(3910), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6280), 2, + ACTIONS(6649), 2, anon_sym_class, anon_sym_struct, - STATE(3615), 2, + STATE(3750), 2, sym__class_name, sym_qualified_type_identifier, - [90766] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2443), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(2445), 10, - 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_final, - anon_sym_override, - [90786] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(5676), 1, - anon_sym_LBRACK, - ACTIONS(5736), 1, - anon_sym_STAR, - ACTIONS(5738), 1, - anon_sym_AMP_AMP, - ACTIONS(5740), 1, - anon_sym_AMP, - STATE(3267), 1, - sym_parameter_list, - STATE(3920), 1, - sym__abstract_declarator, - STATE(3757), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [90818] = 11, + [90902] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3742), 1, + ACTIONS(4154), 1, sym_identifier, - ACTIONS(3744), 1, + ACTIONS(4156), 1, anon_sym_COLON_COLON, - ACTIONS(6048), 1, + ACTIONS(6411), 1, anon_sym_LBRACE, - STATE(2227), 1, + STATE(2424), 1, sym_template_type, - STATE(2371), 1, + STATE(2613), 1, sym_enumerator_list, - STATE(3915), 1, + STATE(3918), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6282), 2, + ACTIONS(6651), 2, anon_sym_class, anon_sym_struct, - STATE(2739), 2, + STATE(2669), 2, sym__class_name, sym_qualified_type_identifier, - [90854] = 11, + [90938] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3768), 1, - sym_identifier, - ACTIONS(3770), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(6284), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - STATE(2049), 1, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, sym_template_type, - STATE(2285), 1, + STATE(1316), 1, sym_enumerator_list, - STATE(3892), 1, + STATE(3908), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6286), 2, + ACTIONS(6653), 2, anon_sym_class, anon_sym_struct, - STATE(2144), 2, + STATE(1390), 2, sym__class_name, sym_qualified_type_identifier, - [90890] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2508), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(2510), 10, - 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_final, - anon_sym_override, - [90910] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2504), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(2506), 10, - 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_final, - anon_sym_override, - [90930] = 11, + [90974] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3742), 1, - sym_identifier, - ACTIONS(3744), 1, + ACTIONS(3110), 1, anon_sym_COLON_COLON, - ACTIONS(6048), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - STATE(2227), 1, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, sym_template_type, - STATE(2371), 1, + STATE(1316), 1, sym_enumerator_list, - STATE(3915), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6288), 2, + ACTIONS(6655), 2, anon_sym_class, anon_sym_struct, - STATE(2609), 2, + STATE(3200), 2, sym__class_name, sym_qualified_type_identifier, - [90966] = 11, + [91010] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3804), 1, + ACTIONS(4174), 1, sym_identifier, - ACTIONS(3806), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(6048), 1, + ACTIONS(6629), 1, anon_sym_LBRACE, - STATE(2227), 1, + STATE(2001), 1, sym_template_type, - STATE(2371), 1, + STATE(2088), 1, sym_enumerator_list, - STATE(3870), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6290), 2, + ACTIONS(6657), 2, anon_sym_class, anon_sym_struct, - STATE(3716), 2, + STATE(2274), 2, sym__class_name, sym_qualified_type_identifier, - [91002] = 3, + [91046] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2512), 2, anon_sym_AMP, anon_sym_COLON, - ACTIONS(2514), 10, + ACTIONS(2519), 10, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -378350,83 +380387,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [91022] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3043), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(3045), 9, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [91044] = 11, + [91066] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3798), 1, + ACTIONS(4192), 1, sym_identifier, - ACTIONS(3800), 1, + ACTIONS(4194), 1, anon_sym_COLON_COLON, - ACTIONS(6292), 1, + ACTIONS(6411), 1, anon_sym_LBRACE, - STATE(1997), 1, + STATE(2424), 1, sym_template_type, - STATE(2051), 1, + STATE(2613), 1, sym_enumerator_list, - STATE(3907), 1, + STATE(3876), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6294), 2, + ACTIONS(6659), 2, anon_sym_class, anon_sym_struct, - STATE(2016), 2, + STATE(3423), 2, sym__class_name, sym_qualified_type_identifier, - [91080] = 11, + [91102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2323), 1, + ACTIONS(3479), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(3481), 10, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, - ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3724), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1351), 1, - sym_enumerator_list, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - ACTIONS(6296), 2, - anon_sym_class, - anon_sym_struct, - STATE(1455), 2, - sym__class_name, - sym_qualified_type_identifier, - [91116] = 4, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [91122] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6491), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(6499), 1, + anon_sym_EQ, + STATE(2751), 1, + sym_parameter_list, + ACTIONS(6661), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(4755), 2, + sym_argument_list, + sym_initializer_list, + [91156] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, + ACTIONS(3440), 1, anon_sym_COLON_COLON, - ACTIONS(3043), 2, + ACTIONS(3405), 2, anon_sym_AMP, anon_sym_COLON, - ACTIONS(3045), 9, + ACTIONS(3407), 9, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -378436,1544 +380471,1808 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [91138] = 3, + [91178] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2468), 2, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3405), 2, anon_sym_AMP, anon_sym_COLON, - ACTIONS(2470), 10, + ACTIONS(3407), 9, 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_final, anon_sym_override, - [91158] = 3, + [91200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 2, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3475), 2, anon_sym_AMP, anon_sym_COLON, - ACTIONS(2500), 10, + ACTIONS(3477), 9, 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_final, anon_sym_override, - [91178] = 11, + [91222] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3760), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(3762), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(6044), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - STATE(2463), 1, + STATE(2246), 1, sym_template_type, - STATE(2579), 1, + STATE(2387), 1, sym_enumerator_list, - STATE(3873), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6298), 2, + ACTIONS(6663), 2, anon_sym_class, anon_sym_struct, - STATE(2680), 2, + STATE(2737), 2, sym__class_name, sym_qualified_type_identifier, - [91214] = 11, + [91258] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 1, + anon_sym_LPAREN2, + ACTIONS(6015), 1, + anon_sym_LBRACK, + ACTIONS(6059), 1, + anon_sym_STAR, + ACTIONS(6061), 1, + anon_sym_AMP_AMP, + ACTIONS(6063), 1, + anon_sym_AMP, + STATE(3273), 1, + sym_parameter_list, + STATE(3968), 1, + sym__abstract_declarator, + STATE(3728), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [91290] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3798), 1, - sym_identifier, - ACTIONS(3800), 1, + ACTIONS(3110), 1, anon_sym_COLON_COLON, - ACTIONS(6292), 1, + ACTIONS(4100), 1, + sym_identifier, + ACTIONS(6665), 1, anon_sym_LBRACE, - STATE(1997), 1, + STATE(1302), 1, sym_template_type, - STATE(2051), 1, + STATE(1445), 1, sym_enumerator_list, - STATE(3907), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6300), 2, + ACTIONS(6667), 2, anon_sym_class, anon_sym_struct, - STATE(2262), 2, + STATE(1388), 2, sym__class_name, sym_qualified_type_identifier, - [91250] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 2, - anon_sym_AMP, - anon_sym_COLON, - ACTIONS(3029), 9, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [91272] = 11, + [91326] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3070), 1, - anon_sym_LBRACE, - ACTIONS(3724), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(3758), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(6415), 1, + anon_sym_LBRACE, + STATE(2246), 1, sym_template_type, - STATE(1351), 1, + STATE(2387), 1, sym_enumerator_list, - STATE(3883), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - ACTIONS(6302), 2, + ACTIONS(6669), 2, anon_sym_class, anon_sym_struct, - STATE(1456), 2, + STATE(2600), 2, sym__class_name, sym_qualified_type_identifier, - [91308] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1331), 1, - sym_field_declaration_list, - STATE(4134), 1, - sym_virtual_specifier, - STATE(4682), 1, - sym_base_class_clause, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3062), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3064), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [91339] = 8, + [91362] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3764), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [91368] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, - anon_sym_LBRACK, - ACTIONS(6304), 1, - anon_sym_SEMI, - ACTIONS(6306), 1, - anon_sym_EQ, - ACTIONS(6308), 1, - anon_sym_COLON, - STATE(524), 1, - sym_compound_statement, - STATE(3966), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(527), 2, - sym_default_method_clause, - sym_delete_method_clause, - [91401] = 7, + STATE(3740), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [91391] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2707), 1, + STATE(2694), 1, sym_parameter_list, - STATE(3667), 2, + STATE(3716), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6310), 5, + ACTIONS(6671), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [91428] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2401), 1, - anon_sym_AMP, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(6212), 1, - anon_sym_LT, - STATE(3560), 1, - sym_template_argument_list, - ACTIONS(2409), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [91453] = 8, + [91418] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, STATE(3736), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [91482] = 8, + [91447] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3754), 1, + STATE(3755), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [91511] = 8, + [91476] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1317), 1, + sym_field_declaration_list, + STATE(4184), 1, + sym_virtual_specifier, + STATE(4722), 1, + sym_base_class_clause, + ACTIONS(3423), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3425), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + [91507] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3747), 1, + STATE(3760), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [91540] = 8, + [91536] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3745), 1, + STATE(3758), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [91569] = 9, + [91565] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1305), 1, - sym_field_declaration_list, - STATE(4107), 1, - sym_virtual_specifier, - STATE(4639), 1, - sym_base_class_clause, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3084), 2, + ACTIONS(47), 1, anon_sym___based, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(3086), 2, + ACTIONS(5881), 1, anon_sym_LPAREN2, + ACTIONS(5883), 1, anon_sym_STAR, - [91600] = 4, + STATE(3772), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [91594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 1, - anon_sym_LBRACK, - ACTIONS(6312), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(4220), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3405), 1, + anon_sym_AMP, + ACTIONS(3407), 10, anon_sym_LPAREN2, + anon_sym_STAR, + 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_GT2, - [91621] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1345), 1, - sym_field_declaration_list, - STATE(4152), 1, - sym_virtual_specifier, - STATE(4700), 1, - sym_base_class_clause, - ACTIONS(3041), 2, anon_sym_final, anon_sym_override, - ACTIONS(3072), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3074), 2, + [91613] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2397), 1, + anon_sym_AMP, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(6523), 1, + anon_sym_LT, + STATE(3586), 1, + sym_template_argument_list, + ACTIONS(2405), 7, anon_sym_LPAREN2, anon_sym_STAR, - [91652] = 10, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [91638] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6314), 1, + ACTIONS(6673), 1, anon_sym_SEMI, - ACTIONS(6316), 1, + ACTIONS(6675), 1, anon_sym_LBRACE, - ACTIONS(6318), 1, + ACTIONS(6677), 1, anon_sym_EQ, - STATE(939), 1, + ACTIONS(6679), 1, + anon_sym_COLON, + STATE(1068), 1, sym_compound_statement, - STATE(3969), 1, + STATE(3990), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(941), 2, + STATE(1078), 2, sym_default_method_clause, sym_delete_method_clause, - [91685] = 8, + [91671] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6137), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + STATE(2694), 1, + sym_parameter_list, + STATE(3716), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6681), 5, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [91698] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3724), 1, + STATE(3739), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [91714] = 8, + [91727] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3826), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_COLON, + STATE(3767), 1, + sym__enum_base_clause, + STATE(3832), 1, + sym_enumerator_list, + ACTIONS(3828), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [91752] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3775), 1, + STATE(3741), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [91743] = 9, + [91781] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(3724), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(4183), 2, - sym__class_name, - sym_qualified_type_identifier, - ACTIONS(6320), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [91774] = 10, + ACTIONS(3832), 1, + anon_sym_AMP, + ACTIONS(6683), 1, + anon_sym_COLON, + STATE(3765), 1, + sym__enum_base_clause, + STATE(3819), 1, + sym_enumerator_list, + ACTIONS(3834), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [91806] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(832), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6322), 1, + ACTIONS(6685), 1, anon_sym_SEMI, - ACTIONS(6324), 1, - anon_sym_LBRACE, - ACTIONS(6326), 1, + ACTIONS(6687), 1, anon_sym_EQ, - STATE(1060), 1, + STATE(663), 1, sym_compound_statement, - STATE(3981), 1, + STATE(3998), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1058), 2, + STATE(664), 2, sym_default_method_clause, sym_delete_method_clause, - [91807] = 10, + [91839] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(6306), 1, + ACTIONS(6689), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4591), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(6308), 1, anon_sym_COLON, - ACTIONS(6328), 1, + anon_sym_GT2, + [91860] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6691), 1, anon_sym_SEMI, - STATE(589), 1, + ACTIONS(6693), 1, + anon_sym_LBRACE, + ACTIONS(6695), 1, + anon_sym_EQ, + STATE(979), 1, sym_compound_statement, - STATE(3982), 1, + STATE(3991), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(591), 2, + STATE(980), 2, sym_default_method_clause, sym_delete_method_clause, - [91840] = 9, + [91893] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(675), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, anon_sym_COLON, - STATE(1318), 1, - sym_field_declaration_list, - STATE(4019), 1, - sym_virtual_specifier, - STATE(4749), 1, - sym_base_class_clause, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3114), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3116), 2, + ACTIONS(6697), 1, + anon_sym_SEMI, + ACTIONS(6699), 1, + anon_sym_EQ, + STATE(569), 1, + sym_compound_statement, + STATE(3999), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, anon_sym_LPAREN2, - anon_sym_STAR, - [91871] = 9, + anon_sym_LBRACK_LBRACK, + STATE(570), 2, + sym_default_method_clause, + sym_delete_method_clause, + [91926] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1307), 1, - sym_field_declaration_list, - STATE(4018), 1, - sym_virtual_specifier, - STATE(4755), 1, - sym_base_class_clause, - ACTIONS(3033), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3035), 2, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6137), 1, anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - [91902] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3037), 1, + ACTIONS(6425), 1, + anon_sym_LBRACK, + STATE(2953), 1, + sym_parameter_list, + STATE(3664), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6701), 5, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3403), 1, + anon_sym_EQ, anon_sym_COLON, - STATE(1306), 1, - sym_field_declaration_list, - STATE(4016), 1, - sym_virtual_specifier, - STATE(4758), 1, - sym_base_class_clause, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3047), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3049), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [91933] = 8, + [91953] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3714), 1, + STATE(3866), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [91962] = 7, + [91982] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(6705), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, - anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6708), 1, anon_sym_LBRACK, - STATE(3109), 1, - sym_parameter_list, - STATE(3692), 2, + STATE(3619), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6330), 5, + ACTIONS(6703), 7, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [91989] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(600), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, - anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6332), 1, - anon_sym_SEMI, - ACTIONS(6334), 1, - anon_sym_EQ, - STATE(566), 1, - sym_compound_statement, - STATE(3986), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(529), 2, - sym_default_method_clause, - sym_delete_method_clause, - [92022] = 7, + anon_sym_GT2, + [92005] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - STATE(3109), 1, + STATE(2953), 1, sym_parameter_list, - STATE(3692), 2, + STATE(3664), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6336), 5, + ACTIONS(6710), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [92049] = 10, + [92032] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, - anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6338), 1, - anon_sym_SEMI, - ACTIONS(6340), 1, - anon_sym_EQ, - STATE(577), 1, - sym_compound_statement, - STATE(3962), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(575), 2, - sym_default_method_clause, - sym_delete_method_clause, - [92082] = 6, + ACTIONS(5883), 1, + anon_sym_STAR, + STATE(3735), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [92061] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3417), 1, - anon_sym_AMP, - ACTIONS(6342), 1, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(3744), 1, - sym__enum_base_clause, - STATE(3838), 1, - sym_enumerator_list, - ACTIONS(3419), 7, + STATE(1348), 1, + sym_field_declaration_list, + STATE(4174), 1, + sym_virtual_specifier, + STATE(4724), 1, + sym_base_class_clause, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3471), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3473), 2, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_AMP_AMP, + [92092] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6714), 1, + anon_sym_LBRACK, + STATE(3619), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6712), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - [92107] = 6, + anon_sym_GT2, + [92115] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3423), 1, - anon_sym_AMP, - ACTIONS(6342), 1, - anon_sym_COLON, - STATE(3735), 1, - sym__enum_base_clause, - STATE(3864), 1, - sym_enumerator_list, - ACTIONS(3425), 7, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, + ACTIONS(5883), 1, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [92132] = 8, + STATE(3732), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [92144] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3742), 1, + STATE(3744), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [92161] = 10, + [92173] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6675), 1, + anon_sym_LBRACE, + ACTIONS(6677), 1, + anon_sym_EQ, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6344), 1, + ACTIONS(6716), 1, anon_sym_SEMI, - ACTIONS(6346), 1, - anon_sym_EQ, - STATE(211), 1, + STATE(1172), 1, sym_compound_statement, - STATE(3991), 1, + STATE(3970), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(210), 2, + STATE(1161), 2, sym_default_method_clause, sym_delete_method_clause, - [92194] = 7, + [92206] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6137), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + STATE(2694), 1, + sym_parameter_list, + STATE(3716), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6718), 5, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [92233] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(3109), 1, + STATE(2694), 1, sym_parameter_list, - STATE(3692), 2, + STATE(3716), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6348), 5, + ACTIONS(6720), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [92221] = 10, + [92260] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, + ACTIONS(832), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6334), 1, + ACTIONS(6687), 1, anon_sym_EQ, - ACTIONS(6350), 1, + ACTIONS(6722), 1, anon_sym_SEMI, - STATE(634), 1, + STATE(627), 1, sym_compound_statement, - STATE(3978), 1, + STATE(3984), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(606), 2, + STATE(618), 2, sym_default_method_clause, sym_delete_method_clause, - [92254] = 7, + [92293] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(4118), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(4221), 2, + sym__class_name, + sym_qualified_type_identifier, + ACTIONS(6724), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [92324] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(4118), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(4183), 2, + sym__class_name, + sym_qualified_type_identifier, + ACTIONS(6726), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [92355] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - STATE(3109), 1, + STATE(2953), 1, sym_parameter_list, - STATE(3692), 2, + STATE(3664), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6352), 5, + ACTIONS(6728), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [92281] = 8, + [92382] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3755), 1, + STATE(3780), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [92310] = 7, + [92411] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - STATE(2707), 1, + STATE(2953), 1, sym_parameter_list, - STATE(3667), 2, + STATE(3664), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6354), 5, + ACTIONS(6730), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [92337] = 8, + [92438] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5523), 1, - sym_identifier, - ACTIONS(5525), 1, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, - anon_sym_STAR, - STATE(3728), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [92366] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3489), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6356), 1, + STATE(2953), 1, + sym_parameter_list, + STATE(3664), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6732), 5, + anon_sym_COMMA, anon_sym_SEMI, - ACTIONS(6358), 1, anon_sym_LBRACE, - ACTIONS(6360), 1, anon_sym_EQ, - STATE(881), 1, - sym_compound_statement, - STATE(3989), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(844), 2, - sym_default_method_clause, - sym_delete_method_clause, - [92399] = 4, + anon_sym_COLON, + [92465] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 1, - anon_sym_COLON_COLON, - ACTIONS(2525), 2, - anon_sym_LBRACK, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(2518), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(1321), 1, + sym_field_declaration_list, + STATE(4131), 1, + sym_virtual_specifier, + STATE(4701), 1, + sym_base_class_clause, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3436), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3438), 2, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - [92420] = 8, + anon_sym_STAR, + [92496] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3759), 1, + STATE(3749), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [92449] = 10, + [92525] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6316), 1, - anon_sym_LBRACE, - ACTIONS(6318), 1, - anon_sym_EQ, - ACTIONS(6362), 1, + ACTIONS(6734), 1, anon_sym_SEMI, - STATE(952), 1, + ACTIONS(6736), 1, + anon_sym_EQ, + STATE(589), 1, sym_compound_statement, - STATE(3974), 1, + STATE(4000), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(951), 2, + STATE(591), 2, sym_default_method_clause, sym_delete_method_clause, - [92482] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(3724), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(4104), 2, - sym__class_name, - sym_qualified_type_identifier, - ACTIONS(6364), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [92513] = 8, + [92558] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5523), 1, - sym_identifier, - ACTIONS(5525), 1, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6738), 1, + anon_sym_SEMI, + ACTIONS(6740), 1, + anon_sym_EQ, + STATE(239), 1, + sym_compound_statement, + STATE(3980), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, anon_sym_LPAREN2, - ACTIONS(5527), 1, - anon_sym_STAR, - STATE(3909), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [92542] = 8, + anon_sym_LBRACK_LBRACK, + STATE(238), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92591] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1322), 1, + sym_field_declaration_list, + STATE(4137), 1, + sym_virtual_specifier, + STATE(4703), 1, + sym_base_class_clause, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3491), 2, anon_sym___based, - ACTIONS(5523), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(3493), 2, anon_sym_LPAREN2, - ACTIONS(5527), 1, anon_sym_STAR, - STATE(3734), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [92571] = 7, + [92622] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(3109), 1, + STATE(2694), 1, sym_parameter_list, - STATE(3692), 2, + STATE(3716), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6366), 5, + ACTIONS(6742), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [92598] = 3, + [92649] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - anon_sym_AMP, - ACTIONS(3045), 10, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6693), 1, + anon_sym_LBRACE, + ACTIONS(6695), 1, + anon_sym_EQ, + ACTIONS(6744), 1, + anon_sym_SEMI, + STATE(1014), 1, + sym_compound_statement, + STATE(3987), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1016), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92682] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1347), 1, + sym_field_declaration_list, + STATE(4138), 1, + sym_virtual_specifier, + STATE(4707), 1, + sym_base_class_clause, + ACTIONS(3431), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3442), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3444), 2, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + [92713] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + ACTIONS(3749), 1, anon_sym_COLON, + STATE(1345), 1, + sym_field_declaration_list, + STATE(4155), 1, + sym_virtual_specifier, + STATE(4735), 1, + sym_base_class_clause, + ACTIONS(3431), 2, anon_sym_final, anon_sym_override, - [92617] = 10, + ACTIONS(3483), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3485), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + [92744] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(675), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6324), 1, - anon_sym_LBRACE, - ACTIONS(6326), 1, + ACTIONS(6699), 1, anon_sym_EQ, - ACTIONS(6368), 1, + ACTIONS(6746), 1, anon_sym_SEMI, - STATE(1065), 1, + STATE(567), 1, sym_compound_statement, - STATE(3977), 1, + STATE(3975), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1066), 2, + STATE(566), 2, sym_default_method_clause, sym_delete_method_clause, - [92650] = 7, + [92777] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, - anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - STATE(3109), 1, - sym_parameter_list, - STATE(3692), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6370), 5, - anon_sym_COMMA, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6748), 1, anon_sym_SEMI, + ACTIONS(6750), 1, anon_sym_LBRACE, + ACTIONS(6752), 1, anon_sym_EQ, - anon_sym_COLON, - [92677] = 7, + STATE(1181), 1, + sym_compound_statement, + STATE(3976), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1204), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92810] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_STAR, + STATE(3886), 1, + sym__type_declarator, + STATE(5048), 1, + sym_ms_based_modifier, + STATE(3946), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [92839] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, + ACTIONS(3816), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(6137), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - STATE(2707), 1, + STATE(2953), 1, sym_parameter_list, - STATE(3667), 2, + STATE(3664), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6372), 5, + ACTIONS(6754), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [92704] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4003), 1, - anon_sym_LBRACK, - ACTIONS(6374), 1, - anon_sym_LBRACK_LBRACK, - STATE(3637), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(4005), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - [92727] = 8, + [92866] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3763), 1, + STATE(3751), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [92756] = 10, + [92895] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6358), 1, - anon_sym_LBRACE, - ACTIONS(6360), 1, + ACTIONS(6736), 1, anon_sym_EQ, - ACTIONS(6377), 1, + ACTIONS(6756), 1, anon_sym_SEMI, - STATE(845), 1, + STATE(622), 1, sym_compound_statement, - STATE(3970), 1, + STATE(3985), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(853), 2, + STATE(623), 2, sym_default_method_clause, sym_delete_method_clause, - [92789] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - STATE(2707), 1, - sym_parameter_list, - STATE(3667), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6379), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [92816] = 8, + [92928] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3776), 1, + STATE(3762), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [92845] = 5, + [92957] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6740), 1, + anon_sym_EQ, + ACTIONS(6758), 1, + anon_sym_SEMI, + STATE(204), 1, + sym_compound_statement, + STATE(3981), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, + anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - ACTIONS(6383), 1, + STATE(205), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92990] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2519), 1, + anon_sym_COLON_COLON, + ACTIONS(2521), 2, anon_sym_LBRACK, - STATE(3637), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6381), 7, + anon_sym_COLON, + ACTIONS(2514), 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, - [92868] = 8, + [93011] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5525), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5527), 1, + ACTIONS(5883), 1, anon_sym_STAR, - STATE(3725), 1, + STATE(3730), 1, sym__type_declarator, - STATE(5220), 1, + STATE(5048), 1, sym_ms_based_modifier, - STATE(3924), 5, + STATE(3946), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [92897] = 7, + [93040] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - STATE(2707), 1, - sym_parameter_list, - STATE(3667), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6385), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6679), 1, anon_sym_COLON, - [92924] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(644), 1, + ACTIONS(6750), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, - anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6340), 1, + ACTIONS(6752), 1, anon_sym_EQ, - ACTIONS(6387), 1, + ACTIONS(6760), 1, anon_sym_SEMI, - STATE(595), 1, + STATE(1216), 1, sym_compound_statement, - STATE(3988), 1, + STATE(3971), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(596), 2, + STATE(1217), 2, sym_default_method_clause, sym_delete_method_clause, - [92957] = 10, + [93073] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4154), 1, + sym_identifier, + ACTIONS(4156), 1, + anon_sym_COLON_COLON, + ACTIONS(6411), 1, + anon_sym_LBRACE, + STATE(2424), 1, + sym_template_type, + STATE(2566), 1, + sym_enumerator_list, + STATE(3918), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(2663), 2, + sym__class_name, + sym_qualified_type_identifier, + [93105] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4174), 1, + sym_identifier, + ACTIONS(4176), 1, + anon_sym_COLON_COLON, + ACTIONS(6629), 1, + anon_sym_LBRACE, + STATE(2001), 1, + sym_template_type, + STATE(2104), 1, + sym_enumerator_list, + STATE(3897), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(2266), 2, + sym__class_name, + sym_qualified_type_identifier, + [93137] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2385), 1, + anon_sym_COLON_COLON, + ACTIONS(3450), 1, + anon_sym_LBRACE, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(1325), 1, + sym_enumerator_list, + STATE(3908), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(1395), 2, + sym__class_name, + sym_qualified_type_identifier, + [93169] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6764), 1, + anon_sym_LT, + ACTIONS(6766), 1, + anon_sym_LBRACK, + STATE(3733), 1, + sym_template_argument_list, + ACTIONS(6762), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [93191] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(269), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6346), 1, + ACTIONS(6740), 1, anon_sym_EQ, - ACTIONS(6389), 1, - anon_sym_SEMI, - STATE(250), 1, + STATE(239), 1, sym_compound_statement, - STATE(3968), 1, + STATE(3980), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(221), 2, + STATE(238), 2, sym_default_method_clause, sym_delete_method_clause, - [92990] = 8, + [93221] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5523), 1, + ACTIONS(4409), 1, + anon_sym_RPAREN, + ACTIONS(6768), 1, sym_identifier, - ACTIONS(5525), 1, - anon_sym_LPAREN2, - ACTIONS(5527), 1, - anon_sym_STAR, - STATE(3720), 1, - sym__type_declarator, - STATE(5220), 1, - sym_ms_based_modifier, - STATE(3924), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [93019] = 9, + ACTIONS(6774), 1, + sym_raw_string_literal, + STATE(3661), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6771), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [93245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, + ACTIONS(4574), 1, + anon_sym_LBRACK, + ACTIONS(4572), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3489), 1, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [93263] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6777), 1, + sym_identifier, + ACTIONS(6779), 1, + anon_sym_RPAREN, + ACTIONS(6783), 1, + sym_raw_string_literal, + STATE(3697), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [93287] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6787), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + STATE(3714), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6785), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(6334), 1, + [93309] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4591), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - STATE(634), 1, - sym_compound_statement, - STATE(3978), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, + anon_sym_COLON, + anon_sym_GT2, + [93327] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6777), 1, + sym_identifier, + ACTIONS(6783), 1, + sym_raw_string_literal, + ACTIONS(6789), 1, + anon_sym_RPAREN, + STATE(3697), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [93351] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2319), 1, + anon_sym_COLON_COLON, + ACTIONS(3450), 1, + anon_sym_LBRACE, + ACTIONS(4118), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(1325), 1, + sym_enumerator_list, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(1473), 2, + sym__class_name, + sym_qualified_type_identifier, + [93383] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(4100), 1, + sym_identifier, + ACTIONS(6665), 1, + anon_sym_LBRACE, + STATE(1302), 1, + sym_template_type, + STATE(1428), 1, + sym_enumerator_list, + STATE(3895), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(1394), 2, + sym__class_name, + sym_qualified_type_identifier, + [93415] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + STATE(2751), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6681), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [93441] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - STATE(606), 2, - sym_default_method_clause, - sym_delete_method_clause, - [93049] = 7, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + STATE(2751), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6742), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [93467] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2769), 1, + STATE(2751), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6372), 4, + ACTIONS(6671), 4, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [93075] = 7, + [93493] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2770), 1, + STATE(2751), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6385), 4, + ACTIONS(6720), 4, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [93101] = 10, + [93519] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3742), 1, + ACTIONS(3450), 1, + anon_sym_LBRACE, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3744), 1, + ACTIONS(4132), 1, anon_sym_COLON_COLON, - ACTIONS(6048), 1, - anon_sym_LBRACE, - STATE(2227), 1, + STATE(1302), 1, sym_template_type, - STATE(2475), 1, + STATE(1325), 1, sym_enumerator_list, - STATE(3915), 1, + STATE(3881), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(2742), 2, + STATE(3289), 2, sym__class_name, sym_qualified_type_identifier, - [93133] = 10, + [93551] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3742), 1, - sym_identifier, - ACTIONS(3744), 1, - anon_sym_COLON_COLON, - ACTIONS(6048), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - STATE(2227), 1, - sym_template_type, - STATE(2475), 1, - sym_enumerator_list, - STATE(3915), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(2545), 2, - sym__class_name, - sym_qualified_type_identifier, - [93165] = 10, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6740), 1, + anon_sym_EQ, + STATE(204), 1, + sym_compound_statement, + STATE(3981), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(205), 2, + sym_default_method_clause, + sym_delete_method_clause, + [93581] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3798), 1, - sym_identifier, - ACTIONS(3800), 1, + ACTIONS(3110), 1, anon_sym_COLON_COLON, - ACTIONS(6292), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - STATE(1997), 1, + ACTIONS(4100), 1, + sym_identifier, + STATE(1302), 1, sym_template_type, - STATE(2077), 1, + STATE(1325), 1, sym_enumerator_list, - STATE(3907), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(2261), 2, + STATE(3215), 2, sym__class_name, sym_qualified_type_identifier, - [93197] = 10, + [93613] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3804), 1, + ACTIONS(6777), 1, sym_identifier, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(6048), 1, - anon_sym_LBRACE, - STATE(2227), 1, - sym_template_type, - STATE(2475), 1, - sym_enumerator_list, - STATE(3870), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(3415), 2, - sym__class_name, - sym_qualified_type_identifier, - [93229] = 7, + ACTIONS(6783), 1, + sym_raw_string_literal, + ACTIONS(6791), 1, + anon_sym_RPAREN, + STATE(3697), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [93637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6795), 1, anon_sym_LBRACK, - STATE(2770), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6379), 4, + ACTIONS(6793), 9, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [93255] = 3, + anon_sym_COLON, + anon_sym_GT2, + [93655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(2451), 9, + ACTIONS(2461), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -379983,73 +382282,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [93273] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6391), 1, - sym_identifier, - ACTIONS(6393), 1, - anon_sym_RPAREN, - ACTIONS(6397), 1, - sym_raw_string_literal, - STATE(3685), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [93297] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3740), 1, - sym_identifier, - ACTIONS(6266), 1, - anon_sym_LBRACE, - STATE(1271), 1, - sym_template_type, - STATE(1447), 1, - sym_enumerator_list, - STATE(3903), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(1381), 2, - sym__class_name, - sym_qualified_type_identifier, - [93329] = 9, + [93673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6346), 1, - anon_sym_EQ, - STATE(211), 1, - sym_compound_statement, - STATE(3991), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(2461), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(210), 2, - sym_default_method_clause, - sym_delete_method_clause, - [93359] = 3, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [93691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(2451), 9, + ACTIONS(2461), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380059,12 +382312,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [93377] = 3, + [93709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4260), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(4258), 9, + ACTIONS(2461), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380074,30 +382327,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [93395] = 6, + [93727] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6391), 1, + ACTIONS(6777), 1, sym_identifier, - ACTIONS(6397), 1, + ACTIONS(6783), 1, sym_raw_string_literal, - ACTIONS(6399), 1, + ACTIONS(6797), 1, anon_sym_RPAREN, - STATE(3685), 2, + STATE(3697), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, + ACTIONS(6781), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [93419] = 3, + [93751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, + ACTIONS(4799), 1, anon_sym_LBRACK, - ACTIONS(2451), 9, + ACTIONS(4797), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380107,120 +382360,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [93437] = 7, + [93769] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2769), 1, + STATE(2741), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6310), 4, + ACTIONS(6681), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ, anon_sym_GT2, - [93463] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6391), 1, - sym_identifier, - ACTIONS(6397), 1, - sym_raw_string_literal, - ACTIONS(6401), 1, - anon_sym_RPAREN, - STATE(3685), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [93487] = 3, + [93795] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6405), 1, + ACTIONS(832), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6403), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6687), 1, + anon_sym_EQ, + STATE(663), 1, + sym_compound_statement, + STATE(3998), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - [93505] = 5, + STATE(664), 2, + sym_default_method_clause, + sym_delete_method_clause, + [93825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6383), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - STATE(3690), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6381), 6, + ACTIONS(2461), 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, - [93527] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4028), 1, - anon_sym_RPAREN, - ACTIONS(6407), 1, - sym_identifier, - ACTIONS(6413), 1, - sym_raw_string_literal, - STATE(3668), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6410), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [93551] = 9, + anon_sym_GT2, + [93843] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, + ACTIONS(675), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6340), 1, + ACTIONS(6699), 1, anon_sym_EQ, - STATE(577), 1, + STATE(569), 1, sym_compound_statement, - STATE(3962), 1, + STATE(3999), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(575), 2, + STATE(570), 2, sym_default_method_clause, sym_delete_method_clause, - [93581] = 3, + [93873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6418), 1, + ACTIONS(6801), 1, anon_sym_LBRACK, - ACTIONS(6416), 9, + ACTIONS(6799), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380230,97 +382451,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [93599] = 7, + [93891] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2769), 1, + STATE(2751), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6354), 4, + ACTIONS(6718), 4, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_GT2, - [93625] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3760), 1, - sym_identifier, - ACTIONS(3762), 1, - anon_sym_COLON_COLON, - ACTIONS(6044), 1, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2463), 1, - sym_template_type, - STATE(2560), 1, - sym_enumerator_list, - STATE(3873), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(2677), 2, - sym__class_name, - sym_qualified_type_identifier, - [93657] = 10, + anon_sym_EQ, + [93917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3804), 1, - sym_identifier, - ACTIONS(3806), 1, - anon_sym_COLON_COLON, - ACTIONS(6048), 1, + ACTIONS(6805), 1, + anon_sym_LBRACK, + ACTIONS(6803), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(2227), 1, - sym_template_type, - STATE(2475), 1, - sym_enumerator_list, - STATE(3870), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(3715), 2, - sym__class_name, - sym_qualified_type_identifier, - [93689] = 10, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [93935] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3798), 1, + ACTIONS(4174), 1, sym_identifier, - ACTIONS(3800), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(6292), 1, + ACTIONS(6629), 1, anon_sym_LBRACE, - STATE(1997), 1, + STATE(2001), 1, sym_template_type, - STATE(2077), 1, + STATE(2104), 1, sym_enumerator_list, - STATE(3907), 1, + STATE(3897), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(2027), 2, + STATE(2026), 2, sym__class_name, sym_qualified_type_identifier, - [93721] = 3, + [93967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, + ACTIONS(6809), 1, anon_sym_LBRACK, - ACTIONS(2451), 9, + ACTIONS(6807), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380330,183 +382522,214 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [93739] = 10, + [93985] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3768), 1, + ACTIONS(4134), 1, sym_identifier, - ACTIONS(3770), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - ACTIONS(6284), 1, + ACTIONS(6639), 1, anon_sym_LBRACE, - STATE(2049), 1, + STATE(3592), 1, sym_template_type, - STATE(2284), 1, + STATE(3833), 1, sym_enumerator_list, - STATE(3892), 1, + STATE(3878), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(2190), 2, + STATE(3612), 2, sym__class_name, sym_qualified_type_identifier, - [93771] = 10, + [94017] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3070), 1, - anon_sym_LBRACE, - ACTIONS(3724), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(3726), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(6415), 1, + anon_sym_LBRACE, + STATE(2246), 1, sym_template_type, - STATE(1332), 1, + STATE(2443), 1, sym_enumerator_list, - STATE(3890), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(3779), 2, + STATE(2748), 2, sym__class_name, sym_qualified_type_identifier, - [93803] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6391), 1, - sym_identifier, - ACTIONS(6397), 1, - sym_raw_string_literal, - ACTIONS(6420), 1, - anon_sym_RPAREN, - STATE(3685), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [93827] = 10, + [94049] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3776), 1, + ACTIONS(4122), 1, sym_identifier, - ACTIONS(3778), 1, + ACTIONS(4124), 1, anon_sym_COLON_COLON, - ACTIONS(6278), 1, + ACTIONS(6643), 1, anon_sym_LBRACE, - STATE(3587), 1, + STATE(2052), 1, sym_template_type, - STATE(3829), 1, + STATE(2297), 1, sym_enumerator_list, - STATE(3910), 1, + STATE(3902), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(3616), 2, + STATE(2221), 2, sym__class_name, sym_qualified_type_identifier, - [93859] = 10, + [94081] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3070), 1, - anon_sym_LBRACE, - ACTIONS(3740), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + STATE(2741), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6742), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_GT2, + [94107] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4394), 1, + anon_sym_RPAREN, + ACTIONS(6811), 1, sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1332), 1, - sym_enumerator_list, - STATE(3903), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(3207), 2, - sym__class_name, - sym_qualified_type_identifier, - [93891] = 9, + ACTIONS(6813), 1, + sym_raw_string_literal, + STATE(3661), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [94131] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6306), 1, - anon_sym_EQ, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - STATE(524), 1, + ACTIONS(6736), 1, + anon_sym_EQ, + STATE(589), 1, sym_compound_statement, - STATE(3966), 1, + STATE(4000), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(527), 2, + STATE(591), 2, sym_default_method_clause, sym_delete_method_clause, - [93921] = 10, + [94161] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6817), 1, + anon_sym_LBRACK, + ACTIONS(6815), 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, + [94179] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, + ACTIONS(4140), 1, + sym_identifier, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(3070), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, - sym_identifier, - STATE(1271), 1, + STATE(2246), 1, sym_template_type, - STATE(1332), 1, + STATE(2443), 1, sym_enumerator_list, - STATE(3903), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(3191), 2, + STATE(3768), 2, sym__class_name, sym_qualified_type_identifier, - [93953] = 10, + [94211] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3070), 1, + ACTIONS(3110), 1, + anon_sym_COLON_COLON, + ACTIONS(3450), 1, anon_sym_LBRACE, - ACTIONS(3724), 1, + ACTIONS(4100), 1, sym_identifier, - ACTIONS(3758), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, + STATE(1302), 1, sym_template_type, - STATE(1332), 1, + STATE(1325), 1, sym_enumerator_list, - STATE(3883), 1, + STATE(3895), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(3285), 2, + STATE(3199), 2, sym__class_name, sym_qualified_type_identifier, - [93985] = 3, + [94243] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + STATE(2741), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6671), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_GT2, + [94269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 1, + ACTIONS(6821), 1, anon_sym_LBRACK, - ACTIONS(4220), 9, + ACTIONS(6819), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380516,233 +382739,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [94003] = 6, + [94287] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4046), 1, - anon_sym_RPAREN, - ACTIONS(6422), 1, + ACTIONS(6777), 1, sym_identifier, - ACTIONS(6424), 1, + ACTIONS(6783), 1, sym_raw_string_literal, - STATE(3668), 2, + ACTIONS(6823), 1, + anon_sym_RPAREN, + STATE(3697), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, + ACTIONS(6781), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [94027] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - STATE(2769), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6385), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_GT2, - [94053] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - STATE(2770), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6372), 4, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [94079] = 6, + [94311] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6391), 1, + ACTIONS(6777), 1, sym_identifier, - ACTIONS(6397), 1, + ACTIONS(6783), 1, sym_raw_string_literal, - ACTIONS(6426), 1, + ACTIONS(6825), 1, anon_sym_RPAREN, - STATE(3685), 2, + STATE(3697), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, + ACTIONS(6781), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [94103] = 10, + [94335] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(675), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6699), 1, + anon_sym_EQ, + STATE(567), 1, + sym_compound_statement, + STATE(3975), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(566), 2, + sym_default_method_clause, + sym_delete_method_clause, + [94365] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(3070), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - ACTIONS(3724), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(1271), 1, + ACTIONS(4132), 1, + anon_sym_COLON_COLON, + STATE(1302), 1, sym_template_type, - STATE(1332), 1, + STATE(1325), 1, sym_enumerator_list, - STATE(3877), 1, + STATE(3881), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(1459), 2, + STATE(1471), 2, sym__class_name, sym_qualified_type_identifier, - [94135] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4003), 1, - anon_sym_LBRACK, - ACTIONS(6428), 1, - anon_sym_LBRACK_LBRACK, - STATE(3690), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(4005), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [94157] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4210), 1, - anon_sym_LBRACK, - ACTIONS(4208), 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, - [94175] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3431), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6433), 1, - anon_sym_LBRACK, - STATE(3690), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6431), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [94197] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6437), 1, - anon_sym_LBRACK, - ACTIONS(6435), 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, - [94215] = 7, + [94397] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2769), 1, + STATE(2741), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6379), 4, + ACTIONS(6720), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ, anon_sym_GT2, - [94241] = 9, + [94423] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(4192), 1, + sym_identifier, + ACTIONS(4194), 1, + anon_sym_COLON_COLON, + ACTIONS(6411), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, - anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6346), 1, - anon_sym_EQ, - STATE(250), 1, - sym_compound_statement, - STATE(3968), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(221), 2, - sym_default_method_clause, - sym_delete_method_clause, - [94271] = 9, + STATE(2424), 1, + sym_template_type, + STATE(2566), 1, + sym_enumerator_list, + STATE(3876), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(3426), 2, + sym__class_name, + sym_qualified_type_identifier, + [94455] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, + ACTIONS(832), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6308), 1, + ACTIONS(6679), 1, anon_sym_COLON, - ACTIONS(6340), 1, + ACTIONS(6687), 1, anon_sym_EQ, - STATE(595), 1, + STATE(627), 1, sym_compound_statement, - STATE(3988), 1, + STATE(3984), 1, sym_field_initializer_list, - ACTIONS(3503), 2, + ACTIONS(3877), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(596), 2, + STATE(618), 2, sym_default_method_clause, sym_delete_method_clause, - [94301] = 3, + [94485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, + ACTIONS(6829), 1, anon_sym_LBRACK, - ACTIONS(2451), 9, + ACTIONS(6827), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380752,149 +382895,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [94319] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6391), 1, - sym_identifier, - ACTIONS(6397), 1, - sym_raw_string_literal, - ACTIONS(6439), 1, - anon_sym_RPAREN, - STATE(3685), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [94343] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6443), 1, - anon_sym_LT, - ACTIONS(6445), 1, - anon_sym_LBRACK, - STATE(3765), 1, - sym_template_argument_list, - ACTIONS(6441), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [94365] = 7, + [94503] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2770), 1, + STATE(2741), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6354), 4, + ACTIONS(6718), 4, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_RPAREN, anon_sym_EQ, - [94391] = 10, + anon_sym_GT2, + [94529] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2391), 1, + ACTIONS(4140), 1, + sym_identifier, + ACTIONS(4142), 1, anon_sym_COLON_COLON, - ACTIONS(3070), 1, + ACTIONS(6415), 1, anon_sym_LBRACE, - ACTIONS(3740), 1, - sym_identifier, - STATE(1271), 1, + STATE(2246), 1, sym_template_type, - STATE(1332), 1, + STATE(2443), 1, sym_enumerator_list, - STATE(3891), 1, + STATE(3923), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(1378), 2, + STATE(3427), 2, sym__class_name, sym_qualified_type_identifier, - [94423] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(600), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, - anon_sym_LBRACK, - ACTIONS(6308), 1, - anon_sym_COLON, - ACTIONS(6334), 1, - anon_sym_EQ, - STATE(566), 1, - sym_compound_statement, - STATE(3986), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(529), 2, - sym_default_method_clause, - sym_delete_method_clause, - [94453] = 9, + [94561] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(3489), 1, + ACTIONS(6708), 1, anon_sym_LBRACK, - ACTIONS(6306), 1, - anon_sym_EQ, - ACTIONS(6308), 1, - anon_sym_COLON, - STATE(589), 1, - sym_compound_statement, - STATE(3982), 1, - sym_field_initializer_list, - ACTIONS(3503), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(591), 2, - sym_default_method_clause, - sym_delete_method_clause, - [94483] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, + ACTIONS(6831), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - STATE(2770), 1, - sym_parameter_list, - STATE(3642), 2, + STATE(3714), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6310), 4, + ACTIONS(6703), 6, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [94509] = 3, + anon_sym_COLON, + [94583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6449), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(6447), 9, + ACTIONS(4631), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380904,86 +382968,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [94527] = 3, + [94601] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6453), 1, + ACTIONS(3816), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6714), 1, anon_sym_LBRACK, - ACTIONS(6451), 9, + STATE(3714), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6712), 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_COLON, - anon_sym_GT2, - [94545] = 10, + [94623] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6777), 1, + sym_identifier, + ACTIONS(6783), 1, + sym_raw_string_literal, + ACTIONS(6834), 1, + anon_sym_RPAREN, + STATE(3697), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [94647] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3070), 1, - anon_sym_LBRACE, - ACTIONS(3724), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(3758), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(6415), 1, + anon_sym_LBRACE, + STATE(2246), 1, sym_template_type, - STATE(1332), 1, + STATE(2443), 1, sym_enumerator_list, - STATE(3883), 1, + STATE(3909), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(1463), 2, + STATE(2564), 2, sym__class_name, sym_qualified_type_identifier, - [94577] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4429), 1, - anon_sym_LBRACK, - ACTIONS(4427), 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, - [94595] = 10, + [94679] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3748), 1, + ACTIONS(3450), 1, + anon_sym_LBRACE, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(3750), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6044), 1, - anon_sym_LBRACE, - STATE(2463), 1, + STATE(1302), 1, sym_template_type, - STATE(2560), 1, + STATE(1325), 1, sym_enumerator_list, - STATE(3872), 1, + STATE(3888), 1, sym__scope_resolution, - STATE(4833), 1, + STATE(4853), 1, sym_dependent_type_identifier, - STATE(3413), 2, + STATE(3862), 2, sym__class_name, sym_qualified_type_identifier, - [94627] = 3, + [94711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6457), 1, + ACTIONS(3863), 1, anon_sym_LBRACK, - ACTIONS(6455), 9, + ACTIONS(3877), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -380993,45 +383062,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [94645] = 6, + [94729] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6391), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(3863), 1, + anon_sym_LBRACK, + ACTIONS(6679), 1, + anon_sym_COLON, + ACTIONS(6736), 1, + anon_sym_EQ, + STATE(622), 1, + sym_compound_statement, + STATE(3985), 1, + sym_field_initializer_list, + ACTIONS(3877), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(623), 2, + sym_default_method_clause, + sym_delete_method_clause, + [94759] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6836), 1, sym_identifier, - ACTIONS(6397), 1, - sym_raw_string_literal, - ACTIONS(6459), 1, - anon_sym_RPAREN, - STATE(3685), 2, + ACTIONS(6840), 1, + sym_system_lib_string, + STATE(5227), 2, + sym_preproc_call_expression, sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6395), 5, + ACTIONS(6838), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [94669] = 3, + [94780] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, - anon_sym_LBRACK, - ACTIONS(3503), 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, - [94687] = 3, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6842), 1, + sym_identifier, + ACTIONS(6844), 1, + anon_sym_COLON_COLON, + STATE(3747), 1, + sym__scope_resolution, + STATE(4207), 1, + sym_field_initializer, + STATE(4170), 2, + sym_template_method, + sym_qualified_field_identifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [94807] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6842), 1, + sym_identifier, + ACTIONS(6844), 1, + anon_sym_COLON_COLON, + STATE(3747), 1, + sym__scope_resolution, + STATE(4169), 1, + sym_field_initializer, + STATE(4170), 2, + sym_template_method, + sym_qualified_field_identifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [94834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6463), 1, + ACTIONS(6848), 1, anon_sym_LBRACK, - ACTIONS(6461), 9, + ACTIONS(6846), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -381040,156 +383151,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, - [94705] = 9, + [94851] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, - anon_sym_COMMA, - ACTIONS(6467), 1, - anon_sym_SEMI, - ACTIONS(6469), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(3947), 1, + ACTIONS(6852), 1, + anon_sym_EQ, + STATE(2741), 1, sym_parameter_list, - STATE(4249), 1, - aux_sym_type_definition_repeat2, - STATE(3790), 2, + ACTIONS(6850), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [94734] = 6, + [94878] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3423), 1, - anon_sym_AMP, - ACTIONS(6050), 1, - anon_sym_COLON, - STATE(2440), 1, - sym_enumerator_list, - STATE(2627), 1, - sym__enum_base_clause, - ACTIONS(3425), 5, + ACTIONS(6035), 9, + 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, - [94757] = 6, + anon_sym_EQ, + anon_sym_GT2, + [94893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3417), 1, - anon_sym_AMP, - ACTIONS(6050), 1, - anon_sym_COLON, - STATE(2445), 1, - sym_enumerator_list, - STATE(2628), 1, - sym__enum_base_clause, - ACTIONS(3419), 5, + ACTIONS(6027), 9, + 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_EQ, + anon_sym_GT2, + [94908] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5913), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - [94780] = 7, + anon_sym_EQ, + anon_sym_GT2, + [94923] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6469), 1, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(6856), 1, + anon_sym_SEMI, + ACTIONS(6858), 1, anon_sym_LBRACK, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(3790), 2, + STATE(4413), 1, + aux_sym_type_definition_repeat2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6471), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94805] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(6473), 1, - sym_identifier, - ACTIONS(6475), 1, - anon_sym_COLON_COLON, - STATE(3729), 1, - sym__scope_resolution, - STATE(4119), 1, - sym_field_initializer, - STATE(4121), 2, - sym_template_method, - sym_qualified_field_identifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [94832] = 2, + [94952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5748), 9, - anon_sym_DOT_DOT_DOT, + ACTIONS(6862), 1, + anon_sym_LBRACK, + ACTIONS(6860), 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, - [94847] = 9, + anon_sym_COLON, + [94969] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6477), 1, + ACTIONS(6864), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4313), 1, + STATE(4327), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [94876] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(6473), 1, - sym_identifier, - ACTIONS(6475), 1, - anon_sym_COLON_COLON, - STATE(3729), 1, - sym__scope_resolution, - STATE(4219), 1, - sym_field_initializer, - STATE(4121), 2, - sym_template_method, - sym_qualified_field_identifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [94903] = 3, + [94998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6481), 1, + ACTIONS(4687), 1, anon_sym_LBRACK, - ACTIONS(6479), 8, + ACTIONS(4685), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -381198,86 +383277,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [94920] = 7, + [95015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6868), 1, anon_sym_LBRACK, - STATE(2882), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6385), 3, + ACTIONS(6866), 8, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - [94945] = 9, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [95032] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6483), 1, + ACTIONS(6870), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4228), 1, + STATE(4229), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [94974] = 9, + [95061] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6485), 1, + ACTIONS(6872), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4405), 1, + STATE(4270), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95003] = 5, + [95090] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6487), 1, - sym_identifier, - ACTIONS(6491), 1, - sym_system_lib_string, - STATE(4897), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(6489), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [95024] = 3, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6858), 1, + anon_sym_LBRACK, + STATE(3965), 1, + sym_parameter_list, + STATE(3784), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6874), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [95115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6495), 1, + ACTIONS(6878), 1, anon_sym_LBRACK, - ACTIONS(6493), 8, + ACTIONS(6876), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -381286,174 +383363,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [95041] = 9, + [95132] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6497), 1, + ACTIONS(6880), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4205), 1, + STATE(4386), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95070] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6475), 1, - anon_sym_COLON_COLON, - ACTIONS(6499), 1, - sym_identifier, - ACTIONS(6501), 1, - anon_sym_template, - STATE(3729), 1, - sym__scope_resolution, - STATE(4813), 1, - sym_qualified_field_identifier, - STATE(4816), 1, - sym_dependent_field_identifier, - STATE(4817), 1, - sym_template_method, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [95099] = 4, + [95161] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, - anon_sym_COLON_COLON, - ACTIONS(3088), 1, - anon_sym_AMP, - ACTIONS(3090), 7, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(6858), 1, anon_sym_LBRACK, - anon_sym_EQ, - [95118] = 6, + ACTIONS(6882), 1, + anon_sym_SEMI, + STATE(3965), 1, + sym_parameter_list, + STATE(4426), 1, + aux_sym_type_definition_repeat2, + STATE(3784), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95190] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(3489), 1, - anon_sym_LBRACK, - STATE(2092), 1, - sym_template_argument_list, - ACTIONS(3503), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(6858), 1, + anon_sym_LBRACK, + ACTIONS(6884), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [95141] = 6, + STATE(3965), 1, + sym_parameter_list, + STATE(4332), 1, + aux_sym_type_definition_repeat2, + STATE(3784), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95219] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2458), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(2984), 1, - anon_sym_LT, - STATE(2092), 1, - sym_template_argument_list, - ACTIONS(2451), 5, + STATE(3965), 1, + sym_parameter_list, + STATE(3784), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6886), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [95164] = 7, + [95244] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6469), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(3947), 1, + STATE(2899), 1, sym_parameter_list, - STATE(3790), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6503), 3, + ACTIONS(6718), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [95189] = 9, + [95269] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6505), 1, + ACTIONS(6888), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4372), 1, + STATE(4430), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95218] = 4, + [95298] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3076), 1, - anon_sym_AMP, - STATE(3809), 1, - sym_enumerator_list, - ACTIONS(3078), 7, + ACTIONS(6075), 9, + 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_EQ, - [95237] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6465), 1, - anon_sym_COMMA, - ACTIONS(6469), 1, - anon_sym_LBRACK, - ACTIONS(6507), 1, - anon_sym_SEMI, - STATE(3947), 1, - sym_parameter_list, - STATE(4406), 1, - aux_sym_type_definition_repeat2, - STATE(3790), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [95266] = 3, + anon_sym_GT2, + [95313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6511), 1, + ACTIONS(6892), 1, anon_sym_LBRACK, - ACTIONS(6509), 8, + ACTIONS(6890), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -381462,12 +383506,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [95283] = 3, + [95330] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6515), 1, + ACTIONS(6844), 1, + anon_sym_COLON_COLON, + ACTIONS(6894), 1, + sym_identifier, + ACTIONS(6896), 1, + anon_sym_template, + STATE(3747), 1, + sym__scope_resolution, + STATE(4675), 1, + sym_qualified_field_identifier, + STATE(4681), 1, + sym_dependent_field_identifier, + STATE(4682), 1, + sym_template_method, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [95359] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6900), 1, anon_sym_LBRACK, - ACTIONS(6513), 8, + ACTIONS(6898), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -381476,134 +383540,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [95300] = 8, + [95376] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6519), 1, - anon_sym_EQ, - STATE(2769), 1, - sym_parameter_list, - ACTIONS(6517), 2, + ACTIONS(6854), 1, anon_sym_COMMA, - anon_sym_GT2, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [95327] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - STATE(2882), 1, + ACTIONS(6902), 1, + anon_sym_SEMI, + STATE(3965), 1, sym_parameter_list, - STATE(3642), 2, + STATE(4236), 1, + aux_sym_type_definition_repeat2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6354), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [95352] = 3, + [95405] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6523), 1, - anon_sym_LBRACK, - ACTIONS(6521), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3826), 1, + anon_sym_AMP, + ACTIONS(6417), 1, + anon_sym_COLON, + STATE(2439), 1, + sym_enumerator_list, + STATE(2630), 1, + sym__enum_base_clause, + ACTIONS(3828), 5, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [95369] = 9, + anon_sym_LBRACK, + [95428] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6525), 1, + ACTIONS(6904), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4285), 1, + STATE(4299), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95398] = 7, + [95457] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6469), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(3947), 1, + STATE(2899), 1, sym_parameter_list, - STATE(3790), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6527), 3, + ACTIONS(6681), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [95423] = 4, + [95482] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3066), 1, - anon_sym_AMP, - STATE(3860), 1, - sym_enumerator_list, - ACTIONS(3068), 7, + ACTIONS(6089), 9, + 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_EQ, - [95442] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6465), 1, - anon_sym_COMMA, - ACTIONS(6469), 1, - anon_sym_LBRACK, - ACTIONS(6529), 1, - anon_sym_SEMI, - STATE(3947), 1, - sym_parameter_list, - STATE(4431), 1, - aux_sym_type_definition_repeat2, - STATE(3790), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [95471] = 2, + anon_sym_GT2, + [95497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 9, + ACTIONS(6019), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381613,156 +383641,172 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [95486] = 9, + [95512] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6531), 1, + ACTIONS(6906), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4402), 1, + STATE(4313), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95515] = 5, + [95541] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6533), 1, + ACTIONS(6908), 1, sym_identifier, - ACTIONS(6535), 1, + ACTIONS(6910), 1, sym_system_lib_string, - STATE(5143), 2, + STATE(5041), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(6489), 5, + ACTIONS(6838), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [95536] = 2, + [95562] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 9, - 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, - [95551] = 2, + ACTIONS(6912), 1, + sym_identifier, + ACTIONS(6914), 1, + sym_system_lib_string, + STATE(4859), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(6838), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [95583] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5706), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(6858), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [95566] = 2, + ACTIONS(6916), 1, + anon_sym_SEMI, + STATE(3965), 1, + sym_parameter_list, + STATE(4369), 1, + aux_sym_type_definition_repeat2, + STATE(3784), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95612] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5640), 9, - anon_sym_DOT_DOT_DOT, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(3863), 1, + anon_sym_LBRACK, + STATE(2085), 1, + sym_template_argument_list, + ACTIONS(3877), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [95581] = 7, + anon_sym_LBRACK_LBRACK, + [95635] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6469), 1, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(6858), 1, anon_sym_LBRACK, - STATE(3947), 1, + ACTIONS(6918), 1, + anon_sym_SEMI, + STATE(3965), 1, sym_parameter_list, - STATE(3790), 2, + STATE(4441), 1, + aux_sym_type_definition_repeat2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6537), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [95606] = 2, + [95664] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3440), 1, + anon_sym_COLON_COLON, + ACTIONS(3452), 1, + anon_sym_AMP, + ACTIONS(3454), 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_GT2, - [95621] = 9, + [95683] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6539), 1, + ACTIONS(6920), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4429), 1, + STATE(4366), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95650] = 9, + [95712] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, - anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6541), 1, - anon_sym_SEMI, - STATE(3947), 1, + STATE(2899), 1, sym_parameter_list, - STATE(4339), 1, - aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95679] = 2, + ACTIONS(6671), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [95737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5660), 9, + ACTIONS(6093), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381772,23 +383816,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [95694] = 2, + [95752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5692), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3487), 1, + anon_sym_AMP, + STATE(3797), 1, + sym_enumerator_list, + ACTIONS(3489), 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_GT2, - [95709] = 2, + [95771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5529), 9, + ACTIONS(6045), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381798,131 +383844,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [95724] = 9, + [95786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(3446), 1, + anon_sym_AMP, + STATE(3817), 1, + sym_enumerator_list, + ACTIONS(3448), 7, anon_sym_LPAREN2, - ACTIONS(6465), 1, - anon_sym_COMMA, - ACTIONS(6469), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6543), 1, + anon_sym_EQ, + [95805] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3832), 1, + anon_sym_AMP, + ACTIONS(6417), 1, + anon_sym_COLON, + STATE(2447), 1, + sym_enumerator_list, + STATE(2635), 1, + sym__enum_base_clause, + ACTIONS(3834), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [95828] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6101), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(3947), 1, - sym_parameter_list, - STATE(4246), 1, - aux_sym_type_definition_repeat2, - STATE(3790), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [95753] = 5, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [95843] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6545), 1, + ACTIONS(6922), 1, sym_identifier, - ACTIONS(6547), 1, + ACTIONS(6924), 1, sym_system_lib_string, - STATE(4825), 2, + STATE(4935), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(6489), 5, + ACTIONS(6838), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [95774] = 7, + [95864] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - STATE(2882), 1, + STATE(3965), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6310), 3, + ACTIONS(6926), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [95799] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5710), 9, - 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, - [95814] = 9, + [95889] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6549), 1, + ACTIONS(6928), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4376), 1, + STATE(4420), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95843] = 9, + [95918] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, - anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6551), 1, - anon_sym_SEMI, - STATE(3947), 1, + STATE(2899), 1, sym_parameter_list, - STATE(4281), 1, - aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [95872] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4413), 1, - anon_sym_LBRACK, - ACTIONS(4411), 8, + ACTIONS(6742), 3, 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, - [95889] = 2, + [95943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5718), 9, + ACTIONS(6071), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381932,10 +383974,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [95904] = 2, + [95958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5724), 9, + ACTIONS(5905), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381945,26 +383987,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [95919] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6553), 1, - sym_identifier, - ACTIONS(6555), 1, - sym_system_lib_string, - STATE(4872), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(6489), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [95940] = 2, + [95973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5539), 9, + ACTIONS(6115), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381974,292 +384000,193 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [95955] = 7, + [95988] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - STATE(2882), 1, + STATE(3965), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6379), 3, + ACTIONS(6930), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [95980] = 7, + [96013] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(2882), 1, + STATE(2899), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6372), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [96005] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5756), 9, - anon_sym_DOT_DOT_DOT, + ACTIONS(6720), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [96020] = 8, + [96038] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6557), 1, + ACTIONS(6932), 1, anon_sym_EQ, - STATE(2769), 1, + STATE(2741), 1, sym_parameter_list, - ACTIONS(6517), 2, + ACTIONS(6850), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [96047] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6561), 1, - anon_sym_LBRACK, - ACTIONS(6559), 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, - [96064] = 9, + [96065] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6563), 1, + ACTIONS(6934), 1, anon_sym_SEMI, - STATE(3947), 1, + STATE(3965), 1, sym_parameter_list, - STATE(4248), 1, + STATE(4197), 1, aux_sym_type_definition_repeat2, - STATE(3790), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [96093] = 7, + [96094] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6469), 1, - anon_sym_LBRACK, - STATE(3947), 1, - sym_parameter_list, - ACTIONS(6565), 2, + ACTIONS(6007), 9, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - STATE(3790), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [96117] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3133), 1, - anon_sym_AMP, - ACTIONS(3135), 7, + 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, - [96133] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6567), 1, - sym_raw_string_literal, - STATE(3665), 1, - sym_string_literal, - STATE(4982), 1, - sym_concatenated_string, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [96153] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3070), 1, - anon_sym_LBRACE, - ACTIONS(6569), 1, - anon_sym_COLON, - STATE(1290), 1, - sym__enum_base_clause, - STATE(1347), 1, - sym_enumerator_list, - ACTIONS(3423), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3425), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [96177] = 9, + anon_sym_GT2, + [96109] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, - anon_sym_LBRACE, - ACTIONS(5704), 1, - anon_sym_COLON, - ACTIONS(6052), 1, + ACTIONS(6023), 9, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(6571), 1, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(6573), 1, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - STATE(3950), 1, - aux_sym_field_declaration_repeat1, - STATE(4971), 1, - sym_initializer_list, - STATE(4975), 1, - sym_bitfield_clause, - [96205] = 3, + anon_sym_GT2, + [96124] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2494), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(2496), 7, + ACTIONS(3362), 1, + anon_sym_LT, + STATE(2085), 1, + sym_template_argument_list, + ACTIONS(2461), 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, - [96221] = 8, + [96147] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6938), 1, anon_sym_LBRACK, - ACTIONS(6324), 1, - anon_sym_LBRACE, - STATE(1048), 1, - sym_compound_statement, - STATE(3145), 1, - sym_parameter_list, - STATE(3642), 2, + STATE(3619), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [96247] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2508), 1, - anon_sym_LBRACK, - ACTIONS(2510), 7, + ACTIONS(6936), 4, 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, - [96263] = 8, + [96167] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6575), 1, + ACTIONS(6940), 1, sym_identifier, - ACTIONS(6577), 1, + ACTIONS(6942), 1, anon_sym_namespace, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(4861), 1, + STATE(5171), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [96289] = 8, + [96193] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, - anon_sym_LBRACE, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - STATE(537), 1, - sym_compound_statement, - STATE(3145), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [96315] = 7, + ACTIONS(6944), 1, + sym_raw_string_literal, + STATE(3666), 1, + sym_string_literal, + STATE(5060), 1, + sym_concatenated_string, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [96213] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3070), 1, - anon_sym_LBRACE, - ACTIONS(6569), 1, - anon_sym_COLON, - STATE(1288), 1, - sym__enum_base_clause, - STATE(1328), 1, - sym_enumerator_list, - ACTIONS(3417), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3419), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [96339] = 3, + ACTIONS(6946), 1, + sym_raw_string_literal, + STATE(3682), 1, + sym_string_literal, + STATE(4875), 1, + sym_concatenated_string, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [96233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3295), 1, + ACTIONS(3633), 1, anon_sym_AMP, - ACTIONS(3297), 7, + ACTIONS(3635), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382267,12 +384194,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96355] = 3, + [96249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 1, + ACTIONS(3627), 1, anon_sym_AMP, - ACTIONS(3171), 7, + ACTIONS(3629), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382280,12 +384207,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96371] = 3, + [96265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 1, + ACTIONS(3623), 1, anon_sym_AMP, - ACTIONS(3131), 7, + ACTIONS(3625), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382293,27 +384220,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96387] = 5, + [96281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6581), 1, - anon_sym_LBRACK, - STATE(3637), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6579), 4, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3619), 1, + anon_sym_AMP, + ACTIONS(3621), 7, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - [96407] = 3, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3615), 1, anon_sym_AMP, - ACTIONS(3090), 7, + ACTIONS(3617), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382321,12 +384246,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96423] = 3, + [96313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3287), 1, + ACTIONS(3611), 1, anon_sym_AMP, - ACTIONS(3289), 7, + ACTIONS(3613), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382334,12 +384259,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96439] = 3, + [96329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3607), 1, anon_sym_AMP, - ACTIONS(3090), 7, + ACTIONS(3609), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382347,12 +384272,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96455] = 3, + [96345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, + ACTIONS(3595), 1, anon_sym_AMP, - ACTIONS(3147), 7, + ACTIONS(3597), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382360,12 +384285,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96471] = 3, + [96361] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2488), 1, + anon_sym_LBRACK, + ACTIONS(2490), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [96377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 1, + ACTIONS(3555), 1, anon_sym_AMP, - ACTIONS(3151), 7, + ACTIONS(3557), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382373,12 +384311,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96487] = 3, + [96393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 1, + ACTIONS(3645), 1, anon_sym_AMP, - ACTIONS(3155), 7, + ACTIONS(3647), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382386,48 +384324,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96503] = 8, + [96409] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6583), 1, + ACTIONS(6948), 1, sym_identifier, - ACTIONS(6585), 1, + ACTIONS(6950), 1, anon_sym_namespace, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(5089), 1, + STATE(5239), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [96529] = 8, + [96435] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(3724), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(4030), 2, - sym__class_name, - sym_qualified_type_identifier, - [96555] = 3, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6043), 1, + anon_sym_COLON, + ACTIONS(6419), 1, + anon_sym_COMMA, + ACTIONS(6952), 1, + anon_sym_SEMI, + ACTIONS(6954), 1, + anon_sym_EQ, + STATE(3953), 1, + aux_sym_field_declaration_repeat1, + STATE(5201), 1, + sym_bitfield_clause, + STATE(5202), 1, + sym_initializer_list, + [96463] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6956), 1, + sym_raw_string_literal, + STATE(3717), 1, + sym_string_literal, + STATE(4924), 1, + sym_concatenated_string, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [96483] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6958), 1, + sym_raw_string_literal, + STATE(3676), 1, + sym_string_literal, + STATE(4960), 1, + sym_concatenated_string, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [96503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 1, + ACTIONS(3689), 1, anon_sym_AMP, - ACTIONS(3167), 7, + ACTIONS(3691), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382435,38 +384404,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96571] = 3, + [96519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3335), 1, - anon_sym_AMP, - ACTIONS(3337), 7, + ACTIONS(2451), 1, + anon_sym_LBRACK, + ACTIONS(2453), 7, + 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_LBRACK, anon_sym_EQ, - [96587] = 3, + anon_sym_COLON, + [96535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 1, - anon_sym_AMP, - ACTIONS(3179), 7, + ACTIONS(2494), 1, + anon_sym_LBRACK, + ACTIONS(2496), 7, + 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_LBRACK, anon_sym_EQ, - [96603] = 3, + anon_sym_COLON, + [96551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 1, + ACTIONS(3503), 1, anon_sym_AMP, - ACTIONS(3207), 7, + ACTIONS(3505), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382474,12 +384443,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96619] = 3, + [96567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3283), 1, + ACTIONS(3511), 1, anon_sym_AMP, - ACTIONS(3285), 7, + ACTIONS(3513), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382487,12 +384456,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96635] = 3, + [96583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 1, + ACTIONS(3563), 1, anon_sym_AMP, - ACTIONS(3183), 7, + ACTIONS(3565), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382500,30 +384469,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96651] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(6248), 1, - anon_sym_COLON_COLON, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6589), 1, - anon_sym_namespace, - STATE(3551), 1, - sym__scope_resolution, - STATE(5199), 1, - sym_qualified_identifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [96677] = 3, + [96599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 1, + ACTIONS(3567), 1, anon_sym_AMP, - ACTIONS(3317), 7, + ACTIONS(3569), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382531,40 +384482,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96693] = 5, + [96615] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6591), 1, + ACTIONS(6960), 1, sym_raw_string_literal, - STATE(3662), 1, + STATE(3704), 1, sym_string_literal, - STATE(4948), 1, + STATE(4977), 1, sym_concatenated_string, - ACTIONS(6395), 5, + ACTIONS(6781), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [96713] = 3, + [96635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3367), 1, - sym_identifier, - ACTIONS(3369), 7, - sym_raw_string_literal, - anon_sym_RPAREN, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [96729] = 3, + ACTIONS(3499), 1, + anon_sym_AMP, + ACTIONS(3501), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 1, + ACTIONS(3649), 1, anon_sym_AMP, - ACTIONS(3203), 7, + ACTIONS(3651), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382572,12 +384523,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96745] = 3, + [96667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3327), 1, + ACTIONS(3665), 1, anon_sym_AMP, - ACTIONS(3329), 7, + ACTIONS(3667), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382585,27 +384536,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96761] = 5, + [96683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6593), 1, - sym_raw_string_literal, - STATE(3657), 1, - sym_string_literal, - STATE(4931), 1, - sym_concatenated_string, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [96781] = 3, + ACTIONS(3673), 1, + anon_sym_AMP, + ACTIONS(3675), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 1, + ACTIONS(3681), 1, anon_sym_AMP, - ACTIONS(3191), 7, + ACTIONS(3683), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382613,26 +384562,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96797] = 4, + [96715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6597), 1, + ACTIONS(3685), 1, anon_sym_AMP, - ACTIONS(6599), 2, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(6595), 5, + ACTIONS(3687), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - [96815] = 3, + anon_sym_EQ, + [96731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3331), 1, + ACTIONS(3697), 1, anon_sym_AMP, - ACTIONS(3333), 7, + ACTIONS(3699), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382640,108 +384588,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96831] = 5, + [96747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6601), 1, - sym_raw_string_literal, - STATE(3711), 1, - sym_string_literal, - STATE(4898), 1, - sym_concatenated_string, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [96851] = 5, + ACTIONS(3495), 1, + anon_sym_AMP, + ACTIONS(3497), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6603), 1, - sym_raw_string_literal, - STATE(3678), 1, - sym_string_literal, - STATE(4852), 1, - sym_concatenated_string, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [96871] = 5, + ACTIONS(3693), 1, + anon_sym_AMP, + ACTIONS(3695), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6605), 1, - sym_raw_string_literal, - STATE(3688), 1, - sym_string_literal, - STATE(4866), 1, - sym_concatenated_string, - ACTIONS(6395), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [96891] = 8, + ACTIONS(3653), 1, + anon_sym_AMP, + ACTIONS(3655), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96795] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6607), 1, + ACTIONS(6962), 1, sym_identifier, - ACTIONS(6609), 1, + ACTIONS(6964), 1, anon_sym_namespace, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(5211), 1, + STATE(5097), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [96917] = 5, + [96821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6611), 1, + ACTIONS(2476), 1, + anon_sym_LBRACK, + ACTIONS(2478), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [96837] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3741), 1, + sym_identifier, + ACTIONS(3743), 7, sym_raw_string_literal, - STATE(3698), 1, - sym_string_literal, - STATE(5037), 1, - sym_concatenated_string, - ACTIONS(6395), 5, + anon_sym_RPAREN, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [96937] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(6248), 1, - anon_sym_COLON_COLON, - ACTIONS(6613), 1, - sym_identifier, - ACTIONS(6615), 1, - anon_sym_namespace, - STATE(3551), 1, - sym__scope_resolution, - STATE(5218), 1, - sym_qualified_identifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [96963] = 3, + [96853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3275), 1, + ACTIONS(3657), 1, anon_sym_AMP, - ACTIONS(3277), 7, + ACTIONS(3659), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382749,12 +384684,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96979] = 3, + [96869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3291), 1, + ACTIONS(3677), 1, anon_sym_AMP, - ACTIONS(3293), 7, + ACTIONS(3679), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382762,30 +384697,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [96995] = 8, + [96885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(3705), 1, + anon_sym_AMP, + ACTIONS(3707), 7, anon_sym_LPAREN2, - ACTIONS(6114), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(643), 1, - sym_compound_statement, - STATE(3145), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [97021] = 3, + anon_sym_EQ, + [96901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 1, + ACTIONS(3669), 1, anon_sym_AMP, - ACTIONS(3255), 7, + ACTIONS(3671), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382793,12 +384723,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97037] = 3, + [96917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 1, + ACTIONS(3559), 1, anon_sym_AMP, - ACTIONS(3251), 7, + ACTIONS(3561), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382806,30 +384736,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97053] = 8, + [96933] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, - anon_sym_LBRACE, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - STATE(585), 1, - sym_compound_statement, - STATE(3145), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [97079] = 3, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6603), 1, + anon_sym_COLON_COLON, + ACTIONS(6966), 1, + sym_identifier, + ACTIONS(6968), 1, + anon_sym_namespace, + STATE(3546), 1, + sym__scope_resolution, + STATE(4893), 1, + sym_qualified_identifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [96959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3279), 1, + ACTIONS(3523), 1, anon_sym_AMP, - ACTIONS(3281), 7, + ACTIONS(3525), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382837,12 +384767,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97095] = 3, + [96975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 1, + ACTIONS(3515), 1, anon_sym_AMP, - ACTIONS(3267), 7, + ACTIONS(3517), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382850,12 +384780,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97111] = 3, + [96991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 1, + ACTIONS(3507), 1, anon_sym_AMP, - ACTIONS(3263), 7, + ACTIONS(3509), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382863,69 +384793,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97127] = 3, + [97007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 1, - anon_sym_LBRACK, - ACTIONS(2506), 7, - anon_sym_COMMA, + ACTIONS(3579), 1, + anon_sym_AMP, + ACTIONS(3581), 7, 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, - [97143] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2512), 1, anon_sym_LBRACK, - ACTIONS(2514), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [97159] = 3, + [97023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2468), 1, - anon_sym_LBRACK, - ACTIONS(2470), 7, - anon_sym_COMMA, + ACTIONS(3637), 1, + anon_sym_AMP, + ACTIONS(3639), 7, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - [97175] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(2323), 1, - anon_sym_COLON_COLON, - ACTIONS(3724), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(3877), 1, - sym__scope_resolution, - STATE(4833), 1, - sym_dependent_type_identifier, - STATE(4262), 2, - sym__class_name, - sym_qualified_type_identifier, - [97201] = 3, + [97039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 1, + ACTIONS(3603), 1, anon_sym_AMP, - ACTIONS(3123), 7, + ACTIONS(3605), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382933,12 +384832,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97217] = 3, + [97055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 1, + ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3127), 7, + ACTIONS(3643), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -382946,145 +384845,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97233] = 8, + [97071] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(675), 1, + anon_sym_LBRACE, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6316), 1, - anon_sym_LBRACE, - STATE(943), 1, + STATE(640), 1, sym_compound_statement, - STATE(3145), 1, + STATE(3152), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [97259] = 9, + [97097] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(5704), 1, + ACTIONS(6043), 1, anon_sym_COLON, - ACTIONS(6052), 1, + ACTIONS(6419), 1, anon_sym_COMMA, - ACTIONS(6617), 1, + ACTIONS(6970), 1, anon_sym_SEMI, - ACTIONS(6619), 1, + ACTIONS(6972), 1, anon_sym_EQ, - STATE(3950), 1, + STATE(3953), 1, aux_sym_field_declaration_repeat1, - STATE(5034), 1, + STATE(4947), 1, sym_bitfield_clause, - STATE(5035), 1, + STATE(4948), 1, sym_initializer_list, - [97287] = 3, + [97125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, + ACTIONS(6976), 1, anon_sym_AMP, - ACTIONS(3247), 7, + ACTIONS(6978), 2, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(6974), 5, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - [97303] = 3, + [97143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, - anon_sym_AMP, - ACTIONS(3139), 7, + ACTIONS(2508), 1, + anon_sym_LBRACK, + ACTIONS(2510), 7, + 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_LBRACK, anon_sym_EQ, - [97319] = 8, + anon_sym_COLON, + [97159] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(6621), 1, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(6623), 1, - anon_sym_namespace, - STATE(3551), 1, - sym__scope_resolution, - STATE(4983), 1, - sym_qualified_identifier, - STATE(4833), 2, + STATE(1302), 1, sym_template_type, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, sym_dependent_type_identifier, - [97345] = 3, + STATE(4200), 2, + sym__class_name, + sym_qualified_type_identifier, + [97185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 1, - anon_sym_AMP, - ACTIONS(3143), 7, + ACTIONS(2447), 1, + anon_sym_LBRACK, + ACTIONS(2449), 7, + 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_LBRACK, anon_sym_EQ, - [97361] = 3, + anon_sym_COLON, + [97201] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, - anon_sym_AMP, - ACTIONS(3159), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(269), 1, anon_sym_LBRACE, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - anon_sym_EQ, - [97377] = 3, + STATE(249), 1, + sym_compound_statement, + STATE(3152), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [97227] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, - anon_sym_AMP, - ACTIONS(3211), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [97393] = 3, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6603), 1, + anon_sym_COLON_COLON, + ACTIONS(6980), 1, + sym_identifier, + ACTIONS(6982), 1, + anon_sym_namespace, + STATE(3546), 1, + sym__scope_resolution, + STATE(5017), 1, + sym_qualified_identifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [97253] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 1, - anon_sym_LBRACK, - ACTIONS(2445), 7, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6043), 1, + anon_sym_COLON, + ACTIONS(6419), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(6984), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(6986), 1, anon_sym_EQ, - anon_sym_COLON, - [97409] = 3, + STATE(3953), 1, + aux_sym_field_declaration_repeat1, + STATE(5132), 1, + sym_bitfield_clause, + STATE(5133), 1, + sym_initializer_list, + [97281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 1, + ACTIONS(3661), 1, anon_sym_AMP, - ACTIONS(3175), 7, + ACTIONS(3663), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383092,12 +385008,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97425] = 3, + [97297] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6988), 1, + sym_raw_string_literal, + STATE(3663), 1, + sym_string_literal, + STATE(5095), 1, + sym_concatenated_string, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [97317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 1, + ACTIONS(3583), 1, anon_sym_AMP, - ACTIONS(3163), 7, + ACTIONS(3585), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383105,12 +385036,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97441] = 3, + [97333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 1, + ACTIONS(3575), 1, anon_sym_AMP, - ACTIONS(3259), 7, + ACTIONS(3577), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383118,12 +385049,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97457] = 3, + [97349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3271), 1, + ACTIONS(3587), 1, anon_sym_AMP, - ACTIONS(3273), 7, + ACTIONS(3589), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383131,12 +385062,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97473] = 3, + [97365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 1, + ACTIONS(3599), 1, anon_sym_AMP, - ACTIONS(3187), 7, + ACTIONS(3601), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383144,48 +385075,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97489] = 8, + [97381] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3713), 1, + sym_identifier, + ACTIONS(3715), 7, + sym_raw_string_literal, + anon_sym_RPAREN, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [97397] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6358), 1, + ACTIONS(6675), 1, anon_sym_LBRACE, - STATE(894), 1, + STATE(1188), 1, sym_compound_statement, - STATE(3145), 1, + STATE(3152), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [97515] = 8, + [97423] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3591), 1, + anon_sym_AMP, + ACTIONS(3593), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97439] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6625), 1, + ACTIONS(6990), 1, sym_identifier, - ACTIONS(6627), 1, + ACTIONS(6992), 1, anon_sym_namespace, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(5115), 1, + STATE(5058), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [97541] = 3, + [97465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 1, + ACTIONS(3701), 1, anon_sym_AMP, - ACTIONS(3195), 7, + ACTIONS(3703), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383193,30 +385150,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97557] = 8, + [97481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, + ACTIONS(3709), 1, + anon_sym_AMP, + ACTIONS(3711), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97497] = 8, + ACTIONS(3), 1, + sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(215), 1, + ACTIONS(6693), 1, + anon_sym_LBRACE, + STATE(1040), 1, sym_compound_statement, - STATE(3145), 1, + STATE(3152), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [97583] = 3, + [97523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 1, + ACTIONS(3571), 1, anon_sym_AMP, - ACTIONS(3199), 7, + ACTIONS(3573), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383224,12 +385194,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97599] = 3, + [97539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3299), 1, + ACTIONS(3519), 1, anon_sym_AMP, - ACTIONS(3301), 7, + ACTIONS(3521), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383237,70 +385207,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97615] = 3, + [97555] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 1, - anon_sym_AMP, - ACTIONS(3215), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(51), 1, anon_sym_LBRACE, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, anon_sym_LBRACK, - anon_sym_EQ, - [97631] = 9, + STATE(610), 1, + sym_compound_statement, + STATE(3152), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [97581] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(3450), 1, anon_sym_LBRACE, - ACTIONS(5704), 1, + ACTIONS(6994), 1, anon_sym_COLON, - ACTIONS(6052), 1, - anon_sym_COMMA, - ACTIONS(6629), 1, - anon_sym_SEMI, - ACTIONS(6631), 1, - anon_sym_EQ, - STATE(3950), 1, - aux_sym_field_declaration_repeat1, - STATE(4942), 1, - sym_bitfield_clause, - STATE(4945), 1, - sym_initializer_list, - [97659] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3311), 1, - anon_sym_AMP, - ACTIONS(3313), 7, + STATE(1307), 1, + sym__enum_base_clause, + STATE(1354), 1, + sym_enumerator_list, + ACTIONS(3832), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3834), 2, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [97675] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3339), 1, - sym_identifier, - ACTIONS(3341), 7, - sym_raw_string_literal, - anon_sym_RPAREN, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [97691] = 3, + [97605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3303), 1, + ACTIONS(3452), 1, anon_sym_AMP, - ACTIONS(3305), 7, + ACTIONS(3454), 7, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -383308,12 +385255,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [97707] = 3, + [97621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 1, + ACTIONS(2504), 1, anon_sym_LBRACK, - ACTIONS(2500), 7, + ACTIONS(2506), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -383321,14075 +385268,14299 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [97723] = 3, + [97637] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3323), 1, - anon_sym_AMP, - ACTIONS(3325), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [97739] = 3, + ACTIONS(6996), 1, + sym_raw_string_literal, + STATE(3705), 1, + sym_string_literal, + STATE(4856), 1, + sym_concatenated_string, + ACTIONS(6781), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [97657] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3307), 1, - anon_sym_AMP, - ACTIONS(3309), 7, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(6858), 1, anon_sym_LBRACK, - anon_sym_EQ, - [97755] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3319), 1, - anon_sym_AMP, - ACTIONS(3321), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + STATE(3965), 1, + sym_parameter_list, + ACTIONS(6998), 2, + anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - [97771] = 7, + STATE(3784), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [97681] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6633), 1, + ACTIONS(7000), 1, sym_identifier, - STATE(3551), 1, + ACTIONS(7002), 1, + anon_sym_namespace, + STATE(3546), 1, sym__scope_resolution, - STATE(5212), 1, + STATE(4903), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [97794] = 7, + [97707] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6635), 1, - anon_sym_RPAREN, - STATE(3208), 1, + ACTIONS(6750), 1, + anon_sym_LBRACE, + STATE(1180), 1, + sym_compound_statement, + STATE(3152), 1, sym_parameter_list, - STATE(3958), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [97817] = 7, + [97733] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3450), 1, + anon_sym_LBRACE, + ACTIONS(6994), 1, + anon_sym_COLON, + STATE(1296), 1, + sym__enum_base_clause, + STATE(1313), 1, + sym_enumerator_list, + ACTIONS(3826), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3828), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + [97757] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(832), 1, + anon_sym_LBRACE, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6366), 1, - anon_sym_RPAREN, - STATE(3208), 1, + STATE(581), 1, + sym_compound_statement, + STATE(3152), 1, sym_parameter_list, - STATE(3958), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [97840] = 6, + [97783] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(3489), 1, - anon_sym_LBRACK, - STATE(3626), 1, - sym_template_argument_list, - ACTIONS(3503), 3, + ACTIONS(4118), 1, + sym_identifier, + STATE(1302), 1, + sym_template_type, + STATE(3912), 1, + sym__scope_resolution, + STATE(4853), 1, + sym_dependent_type_identifier, + STATE(4140), 2, + sym__class_name, + sym_qualified_type_identifier, + [97809] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3452), 1, + anon_sym_AMP, + ACTIONS(3454), 7, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACE, - [97861] = 7, + anon_sym_LBRACK, + anon_sym_EQ, + [97825] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(7004), 1, + anon_sym_SEMI, + STATE(2899), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [97848] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7010), 1, + anon_sym_delete, + ACTIONS(7012), 1, + anon_sym_new, + ACTIONS(7008), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(7006), 3, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [97867] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6352), 1, - anon_sym_RPAREN, - STATE(3208), 1, + ACTIONS(7014), 1, + anon_sym_SEMI, + STATE(2899), 1, sym_parameter_list, - STATE(3958), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [97884] = 8, + [97890] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3806), 1, + ACTIONS(4194), 1, anon_sym_COLON_COLON, - ACTIONS(6637), 1, + ACTIONS(7016), 1, sym_identifier, - ACTIONS(6639), 1, + ACTIONS(7018), 1, anon_sym_template, - STATE(2162), 1, - sym_qualified_type_identifier, - STATE(2248), 1, + STATE(2425), 1, sym_template_type, - STATE(2256), 1, + STATE(2450), 1, sym_dependent_type_identifier, - STATE(3870), 1, + STATE(2496), 1, + sym_qualified_type_identifier, + STATE(3876), 1, sym__scope_resolution, - [97909] = 7, + [97915] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6641), 1, - anon_sym_SEMI, - STATE(2882), 1, + ACTIONS(6681), 1, + anon_sym_LBRACE, + STATE(3152), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [97932] = 8, + [97938] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3750), 1, + ACTIONS(4136), 1, anon_sym_COLON_COLON, - ACTIONS(6643), 1, + ACTIONS(7020), 1, sym_identifier, - ACTIONS(6645), 1, + ACTIONS(7022), 1, anon_sym_template, - STATE(2363), 1, + STATE(3590), 1, sym_dependent_type_identifier, - STATE(2366), 1, + STATE(3591), 1, sym_template_type, - STATE(2487), 1, + STATE(3605), 1, sym_qualified_type_identifier, - STATE(3872), 1, + STATE(3878), 1, sym__scope_resolution, - [97957] = 8, + [97963] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3762), 1, + ACTIONS(7024), 1, + anon_sym_delete, + ACTIONS(7026), 1, + anon_sym_new, + ACTIONS(7008), 2, + anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6645), 1, - anon_sym_template, - ACTIONS(6647), 1, + ACTIONS(7006), 3, sym_identifier, - STATE(2363), 1, - sym_dependent_type_identifier, - STATE(2366), 1, - sym_template_type, - STATE(2487), 1, - sym_qualified_type_identifier, - STATE(3873), 1, - sym__scope_resolution, + anon_sym_template, + anon_sym_operator, [97982] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6649), 1, - anon_sym_SEMI, - STATE(2882), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [98005] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6517), 1, - anon_sym_COMMA, - STATE(2882), 1, + ACTIONS(7028), 1, + anon_sym_RPAREN, + STATE(2899), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98028] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6655), 1, - anon_sym_delete, - ACTIONS(6657), 1, - anon_sym_new, - ACTIONS(6653), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6651), 3, - sym_identifier, - anon_sym_template, - anon_sym_operator, - [98047] = 8, + [98005] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2323), 1, + ACTIONS(4132), 1, anon_sym_COLON_COLON, - ACTIONS(6659), 1, + ACTIONS(7030), 1, sym_identifier, - STATE(1278), 1, + STATE(1291), 1, + sym_template_type, + STATE(1306), 1, sym_dependent_type_identifier, - STATE(1279), 1, + STATE(1392), 1, sym_qualified_type_identifier, - STATE(1285), 1, - sym_template_type, - STATE(3877), 1, + STATE(3881), 1, sym__scope_resolution, - [98072] = 7, + [98030] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6310), 1, - anon_sym_LBRACE, - STATE(3145), 1, + ACTIONS(7032), 1, + anon_sym_SEMI, + STATE(2899), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98095] = 7, + [98053] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - ACTIONS(6354), 1, - anon_sym_LBRACE, - STATE(3145), 1, + ACTIONS(6701), 1, + anon_sym_RPAREN, + STATE(3217), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3930), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98118] = 7, + [98076] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6661), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6663), 1, - anon_sym_LBRACE, - STATE(4354), 1, - sym_template_argument_list, - STATE(4048), 2, - sym_argument_list, - sym_initializer_list, - [98141] = 7, + ACTIONS(6425), 1, + anon_sym_LBRACK, + ACTIONS(7034), 1, + anon_sym_RPAREN, + STATE(3217), 1, + sym_parameter_list, + STATE(3930), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98099] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7036), 1, + anon_sym_delete, + ACTIONS(7038), 1, + anon_sym_new, + ACTIONS(7008), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(7006), 3, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [98118] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6858), 1, anon_sym_LBRACK, - ACTIONS(6372), 1, - anon_sym_LBRACE, - STATE(3145), 1, + ACTIONS(7040), 1, + anon_sym_RPAREN, + STATE(3965), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3784), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98164] = 7, + [98141] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6665), 1, + ACTIONS(7042), 1, sym_identifier, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(5022), 1, + STATE(4885), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [98187] = 8, + [98164] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3758), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6659), 1, + ACTIONS(7030), 1, sym_identifier, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1285), 1, + STATE(1291), 1, sym_template_type, - STATE(1385), 1, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(2124), 1, sym_qualified_type_identifier, - STATE(3883), 1, + STATE(3888), 1, sym__scope_resolution, - [98212] = 7, + [98189] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6667), 1, + ACTIONS(7044), 1, sym_identifier, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(5121), 1, + STATE(4910), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [98235] = 7, + [98212] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6385), 1, + ACTIONS(6671), 1, anon_sym_LBRACE, - STATE(3145), 1, + STATE(3152), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98258] = 7, + [98235] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6379), 1, + ACTIONS(6720), 1, anon_sym_LBRACE, - STATE(3145), 1, + STATE(3152), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98281] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(6248), 1, - anon_sym_COLON_COLON, - ACTIONS(6669), 1, - sym_identifier, - STATE(3551), 1, - sym__scope_resolution, - STATE(5027), 1, - sym_qualified_identifier, - STATE(4833), 2, - sym_template_type, - sym_dependent_type_identifier, - [98304] = 7, + [98258] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - ACTIONS(6671), 1, - anon_sym_SEMI, - STATE(2882), 1, + ACTIONS(6754), 1, + anon_sym_RPAREN, + STATE(3217), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3930), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98327] = 7, + [98281] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7046), 1, + anon_sym_delete, + ACTIONS(7048), 1, + anon_sym_new, + ACTIONS(7008), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(7006), 3, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [98300] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6673), 1, + ACTIONS(7050), 1, sym_identifier, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(5066), 1, + STATE(5020), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [98350] = 8, + [98323] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(3726), 1, + ACTIONS(3110), 1, anon_sym_COLON_COLON, - ACTIONS(6659), 1, + ACTIONS(7052), 1, sym_identifier, - STATE(1278), 1, - sym_dependent_type_identifier, - STATE(1285), 1, + ACTIONS(7054), 1, + anon_sym_template, + STATE(1291), 1, sym_template_type, - STATE(2162), 1, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(1392), 1, sym_qualified_type_identifier, - STATE(3890), 1, + STATE(3895), 1, sym__scope_resolution, - [98375] = 8, + [98348] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(7056), 1, + anon_sym_SEMI, + STATE(2899), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98371] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2391), 1, + ACTIONS(4176), 1, anon_sym_COLON_COLON, - ACTIONS(6675), 1, + ACTIONS(7058), 1, sym_identifier, - ACTIONS(6677), 1, + ACTIONS(7060), 1, anon_sym_template, - STATE(1278), 1, + STATE(2000), 1, sym_dependent_type_identifier, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1285), 1, + STATE(2013), 1, sym_template_type, - STATE(3891), 1, + STATE(2016), 1, + sym_qualified_type_identifier, + STATE(3897), 1, sym__scope_resolution, - [98400] = 8, + [98396] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3770), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(6679), 1, - sym_identifier, - ACTIONS(6681), 1, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7062), 1, + anon_sym_LPAREN2, + ACTIONS(7064), 1, + anon_sym_LBRACE, + STATE(4238), 1, + sym_template_argument_list, + STATE(4033), 2, + sym_argument_list, + sym_initializer_list, + [98419] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6425), 1, + anon_sym_LBRACK, + ACTIONS(6710), 1, + anon_sym_RPAREN, + STATE(3217), 1, + sym_parameter_list, + STATE(3930), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98442] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, anon_sym_template, - STATE(2058), 1, + ACTIONS(6603), 1, + anon_sym_COLON_COLON, + ACTIONS(7066), 1, + sym_identifier, + STATE(3546), 1, + sym__scope_resolution, + STATE(5092), 1, + sym_qualified_identifier, + STATE(4853), 2, sym_template_type, - STATE(2086), 1, sym_dependent_type_identifier, - STATE(2129), 1, - sym_qualified_type_identifier, - STATE(3892), 1, - sym__scope_resolution, - [98425] = 5, + [98465] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6683), 1, + ACTIONS(7068), 1, anon_sym_delete, - ACTIONS(6685), 1, + ACTIONS(7070), 1, anon_sym_new, - ACTIONS(6653), 2, + ACTIONS(7008), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6651), 3, + ACTIONS(7006), 3, sym_identifier, anon_sym_template, anon_sym_operator, - [98444] = 7, + [98484] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6687), 1, - anon_sym_SEMI, - STATE(2882), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [98467] = 7, + ACTIONS(4124), 1, + anon_sym_COLON_COLON, + ACTIONS(7072), 1, + sym_identifier, + ACTIONS(7074), 1, + anon_sym_template, + STATE(2091), 1, + sym_template_type, + STATE(2093), 1, + sym_dependent_type_identifier, + STATE(2136), 1, + sym_qualified_type_identifier, + STATE(3902), 1, + sym__scope_resolution, + [98509] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - ACTIONS(6689), 1, - anon_sym_SEMI, - STATE(2882), 1, + ACTIONS(6732), 1, + anon_sym_RPAREN, + STATE(3217), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3930), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98490] = 7, + [98532] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6691), 1, - anon_sym_SEMI, - STATE(2882), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [98513] = 7, + ACTIONS(7076), 1, + anon_sym_delete, + ACTIONS(7078), 1, + anon_sym_new, + ACTIONS(7008), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(7006), 3, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [98551] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6693), 1, + ACTIONS(7080), 1, anon_sym_SEMI, - STATE(2882), 1, + STATE(2899), 1, sym_parameter_list, - STATE(3642), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98536] = 7, + [98574] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6370), 1, - anon_sym_RPAREN, - STATE(3208), 1, + ACTIONS(6718), 1, + anon_sym_LBRACE, + STATE(3152), 1, sym_parameter_list, - STATE(3958), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98559] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6695), 1, - anon_sym_delete, - ACTIONS(6697), 1, - anon_sym_new, - ACTIONS(6653), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6651), 3, - sym_identifier, - anon_sym_template, - anon_sym_operator, - [98578] = 7, + [98597] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6425), 1, anon_sym_LBRACK, - ACTIONS(6348), 1, + ACTIONS(6728), 1, anon_sym_RPAREN, - STATE(3208), 1, + STATE(3217), 1, sym_parameter_list, - STATE(3958), 2, + STATE(3930), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98601] = 7, + [98620] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1035), 1, - anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(2385), 1, anon_sym_COLON_COLON, - ACTIONS(6699), 1, + ACTIONS(7052), 1, sym_identifier, - STATE(3551), 1, - sym__scope_resolution, - STATE(4827), 1, - sym_qualified_identifier, - STATE(4833), 2, + ACTIONS(7054), 1, + anon_sym_template, + STATE(1283), 1, + sym_qualified_type_identifier, + STATE(1291), 1, sym_template_type, + STATE(1306), 1, sym_dependent_type_identifier, - [98624] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6701), 1, - anon_sym_SEMI, - STATE(2882), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [98647] = 8, + STATE(3908), 1, + sym__scope_resolution, + [98645] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(4104), 1, anon_sym_COLON_COLON, - ACTIONS(6675), 1, + ACTIONS(7082), 1, sym_identifier, - ACTIONS(6677), 1, + ACTIONS(7084), 1, anon_sym_template, - STATE(1278), 1, + STATE(2124), 1, + sym_qualified_type_identifier, + STATE(2254), 1, sym_dependent_type_identifier, - STATE(1285), 1, + STATE(2260), 1, sym_template_type, - STATE(1385), 1, - sym_qualified_type_identifier, - STATE(3903), 1, + STATE(3909), 1, sym__scope_resolution, - [98672] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - ACTIONS(6114), 1, - anon_sym_LBRACK, - ACTIONS(6703), 1, - anon_sym_RPAREN, - STATE(2882), 1, - sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [98695] = 7, + [98670] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6248), 1, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6705), 1, + ACTIONS(7086), 1, sym_identifier, - STATE(3551), 1, + STATE(3546), 1, sym__scope_resolution, - STATE(5196), 1, + STATE(5267), 1, sym_qualified_identifier, - STATE(4833), 2, + STATE(4853), 2, sym_template_type, sym_dependent_type_identifier, - [98718] = 5, + [98693] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6707), 1, - anon_sym_delete, - ACTIONS(6709), 1, - anon_sym_new, - ACTIONS(6653), 2, - anon_sym_TILDE, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6651), 3, + ACTIONS(7088), 1, sym_identifier, - anon_sym_template, - anon_sym_operator, - [98737] = 8, + STATE(3546), 1, + sym__scope_resolution, + STATE(5241), 1, + sym_qualified_identifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [98716] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3800), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2319), 1, anon_sym_COLON_COLON, - ACTIONS(6711), 1, + ACTIONS(7030), 1, sym_identifier, - ACTIONS(6713), 1, - anon_sym_template, - STATE(1993), 1, - sym_dependent_type_identifier, - STATE(1994), 1, - sym_template_type, - STATE(2010), 1, + STATE(1283), 1, sym_qualified_type_identifier, - STATE(3907), 1, + STATE(1291), 1, + sym_template_type, + STATE(1306), 1, + sym_dependent_type_identifier, + STATE(3912), 1, sym__scope_resolution, - [98762] = 5, + [98741] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(7090), 1, + anon_sym_SEMI, + STATE(2899), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98764] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6715), 1, + ACTIONS(7092), 1, anon_sym_delete, - ACTIONS(6717), 1, + ACTIONS(7094), 1, anon_sym_new, - ACTIONS(6653), 2, + ACTIONS(7008), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6651), 3, + ACTIONS(7006), 3, sym_identifier, anon_sym_template, anon_sym_operator, - [98781] = 7, + [98783] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6469), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6719), 1, - anon_sym_RPAREN, - STATE(3947), 1, + ACTIONS(6742), 1, + anon_sym_LBRACE, + STATE(3152), 1, sym_parameter_list, - STATE(3790), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98804] = 8, + [98806] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3778), 1, - anon_sym_COLON_COLON, - ACTIONS(6721), 1, - sym_identifier, - ACTIONS(6723), 1, - anon_sym_template, - STATE(3579), 1, - sym_dependent_type_identifier, - STATE(3582), 1, - sym_template_type, - STATE(3633), 1, - sym_qualified_type_identifier, - STATE(3910), 1, - sym__scope_resolution, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + ACTIONS(7096), 1, + anon_sym_SEMI, + STATE(2899), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, [98829] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6058), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - ACTIONS(6330), 1, - anon_sym_RPAREN, - STATE(3208), 1, + ACTIONS(7098), 1, + anon_sym_SEMI, + STATE(2899), 1, sym_parameter_list, - STATE(3958), 2, + STATE(3623), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [98852] = 5, + [98852] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6725), 1, - anon_sym_delete, - ACTIONS(6727), 1, - anon_sym_new, - ACTIONS(6653), 2, - anon_sym_TILDE, + ACTIONS(4156), 1, anon_sym_COLON_COLON, - ACTIONS(6651), 3, - sym_identifier, + ACTIONS(7018), 1, anon_sym_template, - anon_sym_operator, - [98871] = 5, + ACTIONS(7100), 1, + sym_identifier, + STATE(2425), 1, + sym_template_type, + STATE(2450), 1, + sym_dependent_type_identifier, + STATE(2496), 1, + sym_qualified_type_identifier, + STATE(3918), 1, + sym__scope_resolution, + [98877] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6729), 1, - anon_sym_delete, - ACTIONS(6731), 1, - anon_sym_new, - ACTIONS(6653), 2, - anon_sym_TILDE, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6603), 1, anon_sym_COLON_COLON, - ACTIONS(6651), 3, + ACTIONS(7102), 1, sym_identifier, - anon_sym_template, - anon_sym_operator, - [98890] = 6, + STATE(3546), 1, + sym__scope_resolution, + STATE(4842), 1, + sym_qualified_identifier, + STATE(4853), 2, + sym_template_type, + sym_dependent_type_identifier, + [98900] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2458), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - STATE(3626), 1, + STATE(3653), 1, sym_template_argument_list, - ACTIONS(2451), 3, + ACTIONS(2461), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - [98911] = 8, + [98921] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3744), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(6639), 1, - anon_sym_template, - ACTIONS(6733), 1, - sym_identifier, - STATE(2162), 1, - sym_qualified_type_identifier, - STATE(2248), 1, - sym_template_type, - STATE(2256), 1, - sym_dependent_type_identifier, - STATE(3915), 1, - sym__scope_resolution, - [98936] = 5, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(3863), 1, + anon_sym_LBRACK, + STATE(3653), 1, + sym_template_argument_list, + ACTIONS(3877), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + [98942] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6208), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(6497), 1, anon_sym_LBRACK, - STATE(3265), 1, - sym_parameter_list, - ACTIONS(5793), 3, + ACTIONS(6850), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [98954] = 5, + STATE(2899), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98965] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4142), 1, + anon_sym_COLON_COLON, + ACTIONS(7084), 1, + anon_sym_template, + ACTIONS(7104), 1, + sym_identifier, + STATE(2124), 1, + sym_qualified_type_identifier, + STATE(2254), 1, + sym_dependent_type_identifier, + STATE(2260), 1, + sym_template_type, + STATE(3923), 1, + sym__scope_resolution, + [98990] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3265), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(5797), 3, + ACTIONS(5491), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [98972] = 3, + anon_sym_GT2, + [99008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6741), 1, + ACTIONS(7112), 1, anon_sym_LBRACK, - ACTIONS(6739), 5, + ACTIONS(7110), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [98986] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6445), 1, - anon_sym_LBRACK, - STATE(3765), 1, - sym_template_argument_list, - ACTIONS(6441), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [99004] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - STATE(3271), 1, - sym_parameter_list, - ACTIONS(6743), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, [99022] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - STATE(3271), 1, - sym_parameter_list, - ACTIONS(5092), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [99040] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3265), 1, + STATE(3275), 1, sym_parameter_list, - ACTIONS(5778), 3, + ACTIONS(7114), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [99058] = 3, + [99040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6597), 1, + ACTIONS(6976), 1, anon_sym_AMP, - ACTIONS(6595), 5, + ACTIONS(6974), 5, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, + [99054] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7116), 1, + anon_sym_LBRACK, + ACTIONS(7119), 1, + anon_sym_EQ, + ACTIONS(7121), 1, + anon_sym_DOT, + STATE(3928), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, [99072] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6747), 1, + ACTIONS(7126), 1, anon_sym_LBRACK, - ACTIONS(6745), 5, + ACTIONS(7124), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [99086] = 3, + [99086] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6751), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6787), 1, anon_sym_LBRACK, - ACTIONS(6749), 5, - anon_sym_COMMA, + ACTIONS(6785), 2, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [99100] = 5, + STATE(3619), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [99104] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(6541), 1, + anon_sym_TILDE, + ACTIONS(7128), 1, + sym_identifier, + ACTIONS(7130), 1, + anon_sym_template, + STATE(2217), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [99122] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7132), 1, anon_sym_LBRACK, - STATE(3271), 1, - sym_parameter_list, - ACTIONS(5797), 3, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(7134), 1, anon_sym_EQ, - [99118] = 5, + ACTIONS(7136), 1, + anon_sym_DOT, + STATE(3928), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [99140] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3265), 1, + STATE(3275), 1, sym_parameter_list, - ACTIONS(5770), 3, + ACTIONS(7138), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [99136] = 3, + [99158] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3756), 1, - anon_sym_AMP, - ACTIONS(3754), 5, + ACTIONS(7106), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, + ACTIONS(7108), 1, anon_sym_LBRACK, - [99150] = 5, + STATE(3287), 1, + sym_parameter_list, + ACTIONS(7114), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99176] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(5793), 3, + ACTIONS(6170), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [99168] = 5, + [99194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3265), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(6753), 3, + ACTIONS(6174), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [99186] = 5, + anon_sym_GT2, + [99212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3271), 1, + STATE(3284), 1, sym_parameter_list, - ACTIONS(5778), 3, + ACTIONS(6170), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [99204] = 5, + [99230] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7142), 1, + anon_sym_AMP, + ACTIONS(7140), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [99244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3275), 1, sym_parameter_list, - ACTIONS(5778), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(6174), 3, anon_sym_COMMA, - anon_sym_GT2, - [99222] = 5, + anon_sym_RPAREN, + anon_sym_SEMI, + [99262] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3271), 1, + STATE(3284), 1, sym_parameter_list, - ACTIONS(5793), 3, + ACTIONS(6143), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [99240] = 5, + [99280] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6755), 1, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, anon_sym_LBRACK, - ACTIONS(6758), 1, + STATE(3284), 1, + sym_parameter_list, + ACTIONS(6166), 3, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(6760), 1, - anon_sym_DOT, - STATE(3934), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [99258] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6152), 1, - anon_sym_TILDE, - ACTIONS(6763), 1, - sym_identifier, - ACTIONS(6765), 1, - anon_sym_template, - STATE(2172), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [99276] = 5, + [99298] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3265), 1, + STATE(3275), 1, sym_parameter_list, - ACTIONS(5092), 3, + ACTIONS(5491), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [99294] = 5, + [99316] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(5092), 3, + ACTIONS(6143), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [99312] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6134), 1, - anon_sym_TILDE, - ACTIONS(6767), 1, - sym_identifier, - ACTIONS(6769), 1, - anon_sym_template, - STATE(2474), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [99330] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6773), 1, - anon_sym_LBRACK, - ACTIONS(6771), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [99344] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6777), 1, - anon_sym_AMP, - ACTIONS(6775), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - [99358] = 5, + [99334] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(5797), 3, + ACTIONS(6166), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [99376] = 5, + [99352] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3265), 1, + STATE(3275), 1, sym_parameter_list, - ACTIONS(6779), 3, + ACTIONS(7144), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [99394] = 5, + [99370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7148), 1, anon_sym_LBRACK, - STATE(3265), 1, - sym_parameter_list, - ACTIONS(6781), 3, + ACTIONS(7146), 5, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - [99412] = 3, + anon_sym_LBRACK_LBRACK, + [99384] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6785), 1, + ACTIONS(7152), 1, anon_sym_LBRACK, - ACTIONS(6783), 5, + ACTIONS(7150), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [99426] = 5, + [99398] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3275), 1, sym_parameter_list, - ACTIONS(5770), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(6166), 3, anon_sym_COMMA, - anon_sym_GT2, - [99444] = 5, + anon_sym_RPAREN, + anon_sym_SEMI, + [99416] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7156), 1, anon_sym_LBRACK, - STATE(3271), 1, - sym_parameter_list, - ACTIONS(5770), 3, + ACTIONS(7154), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [99462] = 3, + anon_sym_LBRACK_LBRACK, + [99430] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6789), 1, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, anon_sym_LBRACK, - ACTIONS(6787), 5, + STATE(3275), 1, + sym_parameter_list, + ACTIONS(6170), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [99476] = 5, + [99448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6152), 1, - anon_sym_TILDE, - ACTIONS(6791), 1, - sym_identifier, - ACTIONS(6793), 1, - anon_sym_template, - STATE(2172), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [99494] = 3, + ACTIONS(7160), 1, + anon_sym_AMP, + ACTIONS(7158), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [99462] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6797), 1, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, anon_sym_LBRACK, - ACTIONS(6795), 5, + STATE(3287), 1, + sym_parameter_list, + ACTIONS(7138), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [99508] = 4, + anon_sym_GT2, + [99480] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6799), 1, + ACTIONS(7162), 1, anon_sym_COMMA, - STATE(3950), 1, + STATE(3953), 1, aux_sym_field_declaration_repeat1, - ACTIONS(6802), 4, + ACTIONS(7165), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [99524] = 5, + [99496] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(6766), 1, anon_sym_LBRACK, - STATE(3278), 1, - sym_parameter_list, - ACTIONS(6804), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [99542] = 5, + STATE(3733), 1, + sym_template_argument_list, + ACTIONS(6762), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [99514] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(6779), 3, + ACTIONS(7167), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [99560] = 5, + [99532] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(6781), 3, + ACTIONS(7144), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [99578] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6806), 1, - anon_sym_LBRACK, - ACTIONS(6808), 1, - anon_sym_EQ, - ACTIONS(6810), 1, - anon_sym_DOT, - STATE(3934), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [99596] = 5, + [99550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7171), 1, + anon_sym_AMP, + ACTIONS(7169), 5, anon_sym_LPAREN2, - ACTIONS(6737), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(3265), 1, - sym_parameter_list, - ACTIONS(6804), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [99614] = 6, + [99564] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5772), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6114), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(2707), 1, + STATE(3284), 1, sym_parameter_list, - STATE(3642), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [99634] = 3, + ACTIONS(6174), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [99582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6814), 1, + ACTIONS(4114), 1, anon_sym_AMP, - ACTIONS(6812), 5, + ACTIONS(4112), 5, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, - [99648] = 5, + [99596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 1, + ACTIONS(7175), 1, + anon_sym_LBRACK, + ACTIONS(7173), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(6433), 1, + [99610] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7179), 1, anon_sym_LBRACK, - ACTIONS(6431), 2, + ACTIONS(7177), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(3637), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [99666] = 3, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [99624] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6818), 1, - anon_sym_AMP, - ACTIONS(6816), 5, + ACTIONS(7106), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, + ACTIONS(7108), 1, anon_sym_LBRACK, - [99680] = 3, + STATE(3275), 1, + sym_parameter_list, + ACTIONS(7167), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [99642] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6541), 1, + anon_sym_TILDE, + ACTIONS(7181), 1, + sym_identifier, + ACTIONS(7183), 1, + anon_sym_template, + STATE(2217), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [99660] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6481), 1, + anon_sym_TILDE, + ACTIONS(7185), 1, + sym_identifier, + ACTIONS(7187), 1, + anon_sym_template, + STATE(2410), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [99678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6822), 1, + ACTIONS(7191), 1, anon_sym_LBRACK, - ACTIONS(6820), 5, + ACTIONS(7189), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [99694] = 5, + [99692] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3284), 1, sym_parameter_list, - ACTIONS(6753), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(5491), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [99710] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6137), 1, + anon_sym_LPAREN2, + ACTIONS(6497), 1, + anon_sym_LBRACK, + STATE(2694), 1, + sym_parameter_list, + STATE(3623), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [99730] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3284), 1, + sym_parameter_list, + ACTIONS(7193), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [99748] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3275), 1, + sym_parameter_list, + ACTIONS(6143), 3, anon_sym_COMMA, - anon_sym_GT2, - [99712] = 5, + anon_sym_RPAREN, + anon_sym_SEMI, + [99766] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, + ACTIONS(6675), 1, anon_sym_LBRACE, - ACTIONS(6340), 1, + ACTIONS(6677), 1, anon_sym_EQ, - STATE(644), 1, + STATE(1128), 1, + sym_compound_statement, + STATE(1129), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99783] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6750), 1, + anon_sym_LBRACE, + ACTIONS(6752), 1, + anon_sym_EQ, + STATE(1136), 1, sym_compound_statement, - STATE(645), 2, + STATE(1135), 2, sym_default_method_clause, sym_delete_method_clause, - [99729] = 5, + [99800] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - STATE(4354), 1, + STATE(4238), 1, sym_template_argument_list, - ACTIONS(6824), 2, + ACTIONS(7195), 2, anon_sym_LPAREN2, anon_sym_LBRACE, - [99746] = 6, + [99817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(7199), 2, + anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6826), 1, - anon_sym_SEMI, - ACTIONS(6828), 1, - anon_sym_EQ, - STATE(1299), 1, - sym_template_argument_list, - [99765] = 6, + ACTIONS(7197), 3, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [99830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6830), 1, - anon_sym_SEMI, - ACTIONS(6832), 1, + ACTIONS(7201), 1, + anon_sym_catch, + ACTIONS(1502), 2, + anon_sym_else, + anon_sym_while, + STATE(3979), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [99845] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(675), 1, + anon_sym_LBRACE, + ACTIONS(6699), 1, anon_sym_EQ, - STATE(1299), 1, - sym_template_argument_list, - [99784] = 5, + STATE(546), 1, + sym_compound_statement, + STATE(550), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99862] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(6750), 1, anon_sym_LBRACE, - ACTIONS(6306), 1, + ACTIONS(6752), 1, anon_sym_EQ, - STATE(550), 1, + STATE(1206), 1, sym_compound_statement, - STATE(551), 2, + STATE(1211), 2, sym_default_method_clause, sym_delete_method_clause, - [99801] = 6, + [99879] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - ACTIONS(6834), 1, + ACTIONS(7203), 1, anon_sym_SEMI, - ACTIONS(6836), 1, + ACTIONS(7205), 1, anon_sym_EQ, - STATE(1299), 1, + STATE(1294), 1, sym_template_argument_list, - [99820] = 5, + [99898] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, - anon_sym_LBRACE, - ACTIONS(6346), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7207), 1, + anon_sym_SEMI, + ACTIONS(7209), 1, anon_sym_EQ, - STATE(213), 1, - sym_compound_statement, - STATE(212), 2, - sym_default_method_clause, - sym_delete_method_clause, - [99837] = 5, + STATE(1294), 1, + sym_template_argument_list, + [99917] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6316), 1, + ACTIONS(7211), 1, + anon_sym_catch, + ACTIONS(1495), 2, + anon_sym_else, + anon_sym_while, + STATE(3979), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [99932] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(269), 1, anon_sym_LBRACE, - ACTIONS(6318), 1, + ACTIONS(6740), 1, anon_sym_EQ, - STATE(962), 1, + STATE(196), 1, sym_compound_statement, - STATE(963), 2, + STATE(194), 2, sym_default_method_clause, sym_delete_method_clause, - [99854] = 5, + [99949] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6358), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - ACTIONS(6360), 1, + ACTIONS(6740), 1, anon_sym_EQ, - STATE(878), 1, + STATE(245), 1, sym_compound_statement, - STATE(880), 2, + STATE(244), 2, sym_default_method_clause, sym_delete_method_clause, - [99871] = 3, + [99966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6840), 2, + ACTIONS(7216), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6838), 3, + ACTIONS(7214), 3, sym_identifier, anon_sym_template, anon_sym_operator, - [99884] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6842), 1, - anon_sym_SEMI, - ACTIONS(6844), 1, - anon_sym_EQ, - STATE(1299), 1, - sym_template_argument_list, - [99903] = 6, + [99979] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - ACTIONS(6846), 1, + ACTIONS(7218), 1, anon_sym_SEMI, - ACTIONS(6848), 1, + ACTIONS(7220), 1, anon_sym_EQ, - STATE(1299), 1, + STATE(1294), 1, sym_template_argument_list, - [99922] = 5, + [99998] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6316), 1, + ACTIONS(832), 1, anon_sym_LBRACE, - ACTIONS(6318), 1, + ACTIONS(6687), 1, anon_sym_EQ, - STATE(931), 1, + STATE(588), 1, sym_compound_statement, - STATE(935), 2, + STATE(571), 2, sym_default_method_clause, sym_delete_method_clause, - [99939] = 5, + [100015] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3634), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3638), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(6736), 1, anon_sym_EQ, - ACTIONS(6850), 1, - sym_identifier, - ACTIONS(3636), 2, - anon_sym_COMMA, - anon_sym_GT2, - [99956] = 5, + STATE(552), 1, + sym_compound_statement, + STATE(553), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100032] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - ACTIONS(6854), 1, + ACTIONS(7224), 1, anon_sym_COLON_COLON, - STATE(4480), 1, + STATE(4692), 1, sym_argument_list, - ACTIONS(6852), 2, + ACTIONS(7222), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [99973] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6324), 1, - anon_sym_LBRACE, - ACTIONS(6326), 1, - anon_sym_EQ, - STATE(1062), 1, - sym_compound_statement, - STATE(1061), 2, - sym_default_method_clause, - sym_delete_method_clause, - [99990] = 5, + [100049] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, + ACTIONS(6693), 1, anon_sym_LBRACE, - ACTIONS(6334), 1, + ACTIONS(6695), 1, anon_sym_EQ, - STATE(513), 1, + STATE(1052), 1, sym_compound_statement, - STATE(514), 2, + STATE(1055), 2, sym_default_method_clause, sym_delete_method_clause, - [100007] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6856), 1, - anon_sym_SEMI, - ACTIONS(6858), 1, - anon_sym_EQ, - STATE(1299), 1, - sym_template_argument_list, - [100026] = 5, + [100066] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3278), 1, + STATE(3275), 1, sym_parameter_list, - ACTIONS(6517), 2, + ACTIONS(6850), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [100083] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4008), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4012), 1, + anon_sym_EQ, + ACTIONS(7226), 1, + sym_identifier, + ACTIONS(4010), 2, anon_sym_COMMA, anon_sym_GT2, - [100043] = 5, + [100100] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6324), 1, + ACTIONS(6675), 1, anon_sym_LBRACE, - ACTIONS(6326), 1, + ACTIONS(6677), 1, anon_sym_EQ, - STATE(1041), 1, + STATE(1186), 1, sym_compound_statement, - STATE(1040), 2, + STATE(1183), 2, sym_default_method_clause, sym_delete_method_clause, - [100060] = 5, + [100117] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(6693), 1, anon_sym_LBRACE, - ACTIONS(6306), 1, + ACTIONS(6695), 1, anon_sym_EQ, - STATE(583), 1, + STATE(1009), 1, sym_compound_statement, - STATE(582), 2, + STATE(1010), 2, sym_default_method_clause, sym_delete_method_clause, - [100077] = 3, + [100134] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7228), 1, + anon_sym_SEMI, + ACTIONS(7230), 1, + anon_sym_EQ, + STATE(1294), 1, + sym_template_argument_list, + [100153] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7232), 1, + anon_sym_SEMI, + ACTIONS(7234), 1, + anon_sym_EQ, + STATE(1294), 1, + sym_template_argument_list, + [100172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6860), 2, + ACTIONS(7236), 2, anon_sym_class, anon_sym_typename, - STATE(4705), 3, + STATE(4637), 3, sym_type_parameter_declaration, sym_variadic_type_parameter_declaration, sym_optional_type_parameter_declaration, - [100090] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6862), 1, - anon_sym_catch, - ACTIONS(1495), 2, - anon_sym_else, - anon_sym_while, - STATE(3987), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [100105] = 5, + [100185] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3265), 1, + STATE(3287), 1, sym_parameter_list, - ACTIONS(6517), 2, + ACTIONS(6850), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [100122] = 5, + anon_sym_GT2, + [100202] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, - anon_sym_LBRACE, - ACTIONS(6334), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7238), 1, + anon_sym_SEMI, + ACTIONS(7240), 1, anon_sym_EQ, - STATE(641), 1, - sym_compound_statement, - STATE(639), 2, - sym_default_method_clause, - sym_delete_method_clause, - [100139] = 4, + STATE(1294), 1, + sym_template_argument_list, + [100221] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6864), 1, - anon_sym_catch, - ACTIONS(1501), 2, - anon_sym_else, - anon_sym_while, - STATE(3987), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [100154] = 5, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7242), 1, + anon_sym_SEMI, + ACTIONS(7244), 1, + anon_sym_EQ, + STATE(1294), 1, + sym_template_argument_list, + [100240] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, + ACTIONS(832), 1, anon_sym_LBRACE, - ACTIONS(6340), 1, + ACTIONS(6687), 1, anon_sym_EQ, - STATE(584), 1, + STATE(633), 1, sym_compound_statement, - STATE(580), 2, + STATE(631), 2, sym_default_method_clause, sym_delete_method_clause, - [100171] = 5, + [100257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6358), 1, + ACTIONS(675), 1, anon_sym_LBRACE, - ACTIONS(6360), 1, + ACTIONS(6699), 1, anon_sym_EQ, - STATE(902), 1, + STATE(612), 1, sym_compound_statement, - STATE(904), 2, + STATE(538), 2, sym_default_method_clause, sym_delete_method_clause, - [100188] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6869), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6867), 3, - sym_identifier, - anon_sym_template, - anon_sym_operator, - [100201] = 5, + [100274] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(6346), 1, + ACTIONS(6736), 1, anon_sym_EQ, - STATE(231), 1, + STATE(521), 1, sym_compound_statement, - STATE(232), 2, + STATE(604), 2, sym_default_method_clause, sym_delete_method_clause, - [100218] = 6, + [100291] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6871), 1, - anon_sym_SEMI, - ACTIONS(6873), 1, - anon_sym_EQ, - STATE(1299), 1, - sym_template_argument_list, - [100237] = 5, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7248), 1, + anon_sym_COMMA, + ACTIONS(7250), 1, + anon_sym_RBRACE, + STATE(4425), 1, + sym_enumerator, + [100307] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(2295), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1451), 1, sym_field_declaration_list, - STATE(4580), 1, + STATE(4638), 1, sym_base_class_clause, - [100253] = 2, + [100323] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(269), 1, anon_sym_LBRACE, + ACTIONS(7252), 1, + anon_sym_SEMI, + ACTIONS(7254), 1, anon_sym_EQ, - [100263] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6877), 1, - anon_sym_GT2, - STATE(4420), 1, - aux_sym_template_argument_list_repeat1, - [100279] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6879), 1, - anon_sym_LF, - ACTIONS(6881), 1, - anon_sym_LPAREN, - ACTIONS(6883), 1, - sym_preproc_arg, - STATE(4503), 1, - sym_preproc_params, - [100295] = 5, + STATE(209), 1, + sym_compound_statement, + [100339] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(3794), 1, + STATE(2402), 1, sym_field_declaration_list, - STATE(4452), 1, + STATE(4803), 1, sym_base_class_clause, - [100311] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(6885), 1, - sym_identifier, - STATE(252), 1, - sym_declaration_list, - STATE(4373), 1, - sym_namespace_definition_name, - [100327] = 5, + [100355] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(3789), 1, + STATE(2433), 1, sym_field_declaration_list, - STATE(4451), 1, + STATE(4800), 1, sym_base_class_clause, - [100343] = 5, + [100371] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, + ACTIONS(6750), 1, anon_sym_LBRACE, - ACTIONS(6887), 1, + ACTIONS(7256), 1, anon_sym_SEMI, - ACTIONS(6889), 1, + ACTIONS(7258), 1, anon_sym_EQ, - STATE(196), 1, + STATE(1219), 1, sym_compound_statement, - [100359] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6891), 1, - anon_sym_DQUOTE, - ACTIONS(6893), 1, - aux_sym_string_literal_token1, - ACTIONS(6895), 1, - sym_escape_sequence, - STATE(4155), 1, - aux_sym_string_literal_repeat1, - [100375] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6881), 1, - anon_sym_LPAREN, - ACTIONS(6897), 1, - anon_sym_LF, - ACTIONS(6899), 1, - sym_preproc_arg, - STATE(4635), 1, - sym_preproc_params, - [100391] = 5, + [100387] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(6565), 1, anon_sym_LBRACE, - STATE(3801), 1, - sym_field_declaration_list, - STATE(4450), 1, - sym_base_class_clause, - [100407] = 5, + STATE(3088), 1, + sym_compound_statement, + ACTIONS(6027), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [100401] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2404), 1, + STATE(3792), 1, sym_field_declaration_list, - STATE(4736), 1, + STATE(4446), 1, sym_base_class_clause, - [100423] = 5, + [100417] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2371), 1, + anon_sym_LT, + ACTIONS(7260), 1, + sym_identifier, + STATE(693), 1, + sym_template_parameter_list, + STATE(1303), 1, + sym_template_type, + [100433] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(7262), 1, + anon_sym_COMMA, + STATE(4047), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7264), 2, anon_sym_LBRACE, - ACTIONS(3403), 1, + anon_sym_EQ, + [100447] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7266), 1, + anon_sym_SEMI, + STATE(1294), 1, + sym_template_argument_list, + [100463] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1342), 1, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3795), 1, sym_field_declaration_list, - STATE(4685), 1, + STATE(4445), 1, sym_base_class_clause, - [100439] = 5, + [100479] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(6903), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(6905), 1, - anon_sym_RBRACE, - STATE(4327), 1, - sym_enumerator, - [100455] = 5, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7270), 1, + anon_sym_GT2, + STATE(4377), 1, + aux_sym_template_argument_list_repeat1, + [100495] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7272), 1, + anon_sym_DQUOTE, + ACTIONS(7274), 1, + aux_sym_string_literal_token1, + ACTIONS(7276), 1, + sym_escape_sequence, + STATE(4084), 1, + aux_sym_string_literal_repeat1, + [100511] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2097), 1, + STATE(3825), 1, sym_field_declaration_list, - STATE(4642), 1, + STATE(4498), 1, sym_base_class_clause, - [100471] = 5, + [100527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2081), 1, + STATE(3826), 1, sym_field_declaration_list, - STATE(4628), 1, + STATE(4508), 1, sym_base_class_clause, - [100487] = 5, + [100543] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2084), 1, + STATE(3828), 1, sym_field_declaration_list, - STATE(4630), 1, + STATE(4516), 1, sym_base_class_clause, - [100503] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2375), 1, - anon_sym_LT, - ACTIONS(6907), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(3983), 1, - sym_template_parameter_list, - [100519] = 5, + [100559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5797), 1, + ACTIONS(7278), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7280), 3, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - STATE(3333), 1, - sym_parameter_list, - [100535] = 5, + anon_sym_EQ, + [100571] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1417), 1, + STATE(1350), 1, sym_field_declaration_list, - STATE(4766), 1, + STATE(4726), 1, sym_base_class_clause, - [100551] = 5, - ACTIONS(5871), 1, + [100587] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6909), 1, - anon_sym_DQUOTE, - ACTIONS(6911), 1, - aux_sym_string_literal_token1, - ACTIONS(6913), 1, - sym_escape_sequence, - STATE(4015), 1, - aux_sym_string_literal_repeat1, - [100567] = 5, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(2461), 1, + anon_sym_SEMI, + ACTIONS(3362), 1, + anon_sym_LT, + STATE(2509), 1, + sym_template_argument_list, + [100603] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7282), 1, + anon_sym_SEMI, + STATE(1294), 1, + sym_template_argument_list, + [100619] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2470), 1, + STATE(2459), 1, sym_field_declaration_list, - STATE(4738), 1, + STATE(4799), 1, sym_base_class_clause, - [100583] = 5, - ACTIONS(5871), 1, + [100635] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6893), 1, - aux_sym_string_literal_token1, - ACTIONS(6895), 1, - sym_escape_sequence, - ACTIONS(6915), 1, - anon_sym_DQUOTE, - STATE(4155), 1, - aux_sym_string_literal_repeat1, - [100599] = 5, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7284), 1, + anon_sym_COMMA, + ACTIONS(7286), 1, + anon_sym_RBRACE, + STATE(4389), 1, + sym_enumerator, + [100651] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1308), 1, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2475), 1, sym_field_declaration_list, - STATE(4725), 1, + STATE(4810), 1, sym_base_class_clause, - [100615] = 5, + [100667] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5778), 1, + ACTIONS(6501), 1, anon_sym_LBRACE, - ACTIONS(6735), 1, + STATE(2126), 1, + sym_compound_statement, + ACTIONS(6027), 2, anon_sym_LPAREN2, - ACTIONS(6737), 1, anon_sym_LBRACK, - STATE(3333), 1, - sym_parameter_list, - [100631] = 5, + [100681] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1304), 1, - sym_field_declaration_list, - STATE(4727), 1, - sym_base_class_clause, - [100647] = 5, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7288), 1, + anon_sym_GT2, + STATE(4325), 1, + aux_sym_template_argument_list_repeat1, + [100697] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7290), 1, + anon_sym_LF, + ACTIONS(7292), 1, + anon_sym_LPAREN, + ACTIONS(7294), 1, + sym_preproc_arg, + STATE(4590), 1, + sym_preproc_params, + [100713] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1316), 1, - sym_field_declaration_list, - STATE(4731), 1, - sym_base_class_clause, - [100663] = 5, + ACTIONS(7296), 1, + anon_sym_SEMI, + ACTIONS(7298), 1, + anon_sym_EQ, + STATE(644), 1, + sym_compound_statement, + [100729] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(6750), 1, anon_sym_LBRACE, - STATE(2414), 1, - sym_field_declaration_list, - STATE(4741), 1, - sym_base_class_clause, - [100679] = 5, + ACTIONS(7300), 1, + anon_sym_SEMI, + ACTIONS(7302), 1, + anon_sym_EQ, + STATE(1195), 1, + sym_compound_statement, + [100745] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2375), 1, + ACTIONS(2371), 1, anon_sym_LT, - ACTIONS(6907), 1, + ACTIONS(7260), 1, sym_identifier, - STATE(685), 1, - sym_template_parameter_list, - STATE(1297), 1, + STATE(1303), 1, sym_template_type, - [100695] = 5, + STATE(3994), 1, + sym_template_parameter_list, + [100761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6917), 1, - anon_sym_SEMI, - STATE(1299), 1, - sym_template_argument_list, - [100711] = 5, + ACTIONS(4543), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [100771] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7304), 1, + anon_sym_DQUOTE, + ACTIONS(7306), 1, + aux_sym_string_literal_token1, + ACTIONS(7308), 1, + sym_escape_sequence, + STATE(4014), 1, + aux_sym_string_literal_repeat1, + [100787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, + ACTIONS(7310), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6919), 1, - anon_sym_GT2, - STATE(4424), 1, - aux_sym_template_argument_list_repeat1, - [100727] = 5, + ACTIONS(7312), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [100799] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(675), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1411), 1, - sym_field_declaration_list, - STATE(4765), 1, - sym_base_class_clause, - [100743] = 5, + ACTIONS(7314), 1, + anon_sym_SEMI, + ACTIONS(7316), 1, + anon_sym_EQ, + STATE(573), 1, + sym_compound_statement, + [100815] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2386), 1, - sym_field_declaration_list, - STATE(4631), 1, - sym_base_class_clause, - [100759] = 5, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7318), 1, + anon_sym_SEMI, + STATE(1294), 1, + sym_template_argument_list, + [100831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(4528), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(6921), 1, - anon_sym_SEMI, - ACTIONS(6923), 1, anon_sym_EQ, - STATE(560), 1, - sym_compound_statement, - [100775] = 5, + [100841] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2371), 1, + anon_sym_LT, + ACTIONS(7260), 1, + sym_identifier, + STATE(689), 1, + sym_template_parameter_list, + STATE(1303), 1, + sym_template_type, + [100857] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3834), 1, + STATE(3790), 1, sym_field_declaration_list, - STATE(4446), 1, + STATE(4447), 1, sym_base_class_clause, - [100791] = 5, + [100873] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(6875), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6925), 1, + ACTIONS(7320), 1, anon_sym_GT2, - STATE(4377), 1, + STATE(4438), 1, aux_sym_template_argument_list_repeat1, - [100807] = 5, + [100889] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7322), 1, + anon_sym_SEMI, + STATE(1294), 1, + sym_template_argument_list, + [100905] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(3835), 1, + STATE(2489), 1, sym_field_declaration_list, - STATE(4445), 1, + STATE(4808), 1, + sym_base_class_clause, + [100921] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2400), 1, + sym_field_declaration_list, + STATE(4807), 1, sym_base_class_clause, - [100823] = 5, + [100937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6927), 1, + ACTIONS(4524), 4, anon_sym_DOT_DOT_DOT, - ACTIONS(6929), 1, anon_sym_COMMA, - ACTIONS(6931), 1, anon_sym_LBRACE, - STATE(4180), 1, - aux_sym_base_class_clause_repeat1, - [100839] = 5, + anon_sym_EQ, + [100947] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3842), 1, + STATE(3806), 1, sym_field_declaration_list, - STATE(4443), 1, + STATE(4459), 1, sym_base_class_clause, - [100855] = 5, + [100963] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1423), 1, + STATE(1460), 1, sym_field_declaration_list, - STATE(4767), 1, + STATE(4633), 1, sym_base_class_clause, - [100871] = 5, + [100979] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3845), 1, + STATE(3807), 1, sym_field_declaration_list, - STATE(4441), 1, + STATE(4463), 1, sym_base_class_clause, - [100887] = 5, + [100995] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7324), 1, + anon_sym_COMMA, + STATE(4047), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7327), 2, + anon_sym_LBRACE, + anon_sym_EQ, + [101009] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3852), 1, + STATE(3811), 1, sym_field_declaration_list, - STATE(4440), 1, + STATE(4466), 1, sym_base_class_clause, - [100903] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6933), 1, - sym_identifier, - ACTIONS(6935), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [100915] = 5, + [101025] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3854), 1, + STATE(3812), 1, sym_field_declaration_list, - STATE(4438), 1, + STATE(4471), 1, sym_base_class_clause, - [100931] = 5, + [101041] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5793), 1, - anon_sym_LBRACE, - ACTIONS(6735), 1, + ACTIONS(7106), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, + ACTIONS(7108), 1, anon_sym_LBRACK, - STATE(3333), 1, + ACTIONS(7329), 1, + anon_sym_RPAREN, + STATE(3275), 1, sym_parameter_list, - [100947] = 5, + [101057] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5092), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - STATE(3333), 1, - sym_parameter_list, - [100963] = 5, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1450), 1, + sym_field_declaration_list, + STATE(4636), 1, + sym_base_class_clause, + [101073] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(6937), 1, - anon_sym_COMMA, - ACTIONS(6939), 1, - anon_sym_RBRACE, - STATE(4325), 1, - sym_enumerator, - [100979] = 2, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3814), 1, + sym_field_declaration_list, + STATE(4444), 1, + sym_base_class_clause, + [101089] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7274), 1, + aux_sym_string_literal_token1, + ACTIONS(7276), 1, + sym_escape_sequence, + ACTIONS(7331), 1, + anon_sym_DQUOTE, + STATE(4084), 1, + aux_sym_string_literal_repeat1, + [101105] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4166), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(5290), 1, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [100989] = 5, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7333), 1, + anon_sym_GT2, + STATE(4246), 1, + aux_sym_template_argument_list_repeat1, + [101121] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6324), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4138), 1, anon_sym_LBRACE, - ACTIONS(6941), 1, - anon_sym_SEMI, - ACTIONS(6943), 1, - anon_sym_EQ, - STATE(1054), 1, - sym_compound_statement, - [101005] = 5, + STATE(3815), 1, + sym_field_declaration_list, + STATE(4477), 1, + sym_base_class_clause, + [101137] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2382), 1, + STATE(2077), 1, sym_field_declaration_list, - STATE(4625), 1, + STATE(4608), 1, sym_base_class_clause, - [101021] = 5, - ACTIONS(5871), 1, + [101153] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6893), 1, + ACTIONS(7274), 1, aux_sym_string_literal_token1, - ACTIONS(6895), 1, + ACTIONS(7276), 1, sym_escape_sequence, - ACTIONS(6945), 1, + ACTIONS(7335), 1, anon_sym_DQUOTE, - STATE(4155), 1, + STATE(4084), 1, aux_sym_string_literal_repeat1, - [101037] = 5, + [101169] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(3855), 1, + STATE(2374), 1, sym_field_declaration_list, - STATE(4473), 1, + STATE(4811), 1, sym_base_class_clause, - [101053] = 5, - ACTIONS(3), 1, + [101185] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3848), 1, - sym_field_declaration_list, - STATE(4474), 1, - sym_base_class_clause, - [101069] = 5, + ACTIONS(7337), 1, + anon_sym_DQUOTE, + ACTIONS(7339), 1, + aux_sym_string_literal_token1, + ACTIONS(7341), 1, + sym_escape_sequence, + STATE(4057), 1, + aux_sym_string_literal_repeat1, + [101201] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(2360), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1452), 1, sym_field_declaration_list, - STATE(4617), 1, + STATE(4542), 1, sym_base_class_clause, - [101085] = 5, - ACTIONS(5871), 1, + [101217] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6947), 1, + ACTIONS(7343), 1, anon_sym_DQUOTE, - ACTIONS(6949), 1, + ACTIONS(7345), 1, aux_sym_string_literal_token1, - ACTIONS(6951), 1, + ACTIONS(7347), 1, sym_escape_sequence, - STATE(4080), 1, + STATE(4094), 1, aux_sym_string_literal_repeat1, - [101101] = 3, + [101233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6953), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6955), 3, - anon_sym_COMMA, + ACTIONS(3747), 1, anon_sym_LBRACE, - anon_sym_EQ, - [101113] = 5, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1448), 1, + sym_field_declaration_list, + STATE(4541), 1, + sym_base_class_clause, + [101249] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3780), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(3846), 1, + STATE(2481), 1, sym_field_declaration_list, - STATE(4477), 1, + STATE(4706), 1, sym_base_class_clause, - [101129] = 5, + [101265] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6957), 1, - anon_sym_GT2, - STATE(4411), 1, - aux_sym_template_argument_list_repeat1, - [101145] = 4, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2095), 1, + sym_field_declaration_list, + STATE(4641), 1, + sym_base_class_clause, + [101281] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6210), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(3034), 1, - sym_compound_statement, - ACTIONS(5692), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [101159] = 5, + STATE(2388), 1, + sym_field_declaration_list, + STATE(4757), 1, + sym_base_class_clause, + [101297] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(6959), 1, - anon_sym_COMMA, - ACTIONS(6961), 1, - anon_sym_RBRACE, - STATE(4375), 1, - sym_enumerator, - [101175] = 5, + ACTIONS(3747), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1443), 1, + sym_field_declaration_list, + STATE(4515), 1, + sym_base_class_clause, + [101313] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, + ACTIONS(832), 1, anon_sym_LBRACE, - ACTIONS(6963), 1, + ACTIONS(7349), 1, anon_sym_SEMI, - ACTIONS(6965), 1, + ACTIONS(7351), 1, anon_sym_EQ, - STATE(517), 1, + STATE(659), 1, sym_compound_statement, - [101191] = 5, - ACTIONS(5871), 1, + [101329] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6881), 1, + ACTIONS(7292), 1, anon_sym_LPAREN, - ACTIONS(6967), 1, + ACTIONS(7353), 1, anon_sym_LF, - ACTIONS(6969), 1, + ACTIONS(7355), 1, sym_preproc_arg, - STATE(4690), 1, + STATE(4753), 1, sym_preproc_params, - [101207] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6971), 1, - anon_sym_GT2, - STATE(4344), 1, - aux_sym_template_argument_list_repeat1, - [101223] = 5, + [101345] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(269), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, anon_sym_LBRACE, - ACTIONS(6973), 1, - anon_sym_SEMI, - ACTIONS(6975), 1, - anon_sym_EQ, - STATE(207), 1, - sym_compound_statement, - [101239] = 4, + STATE(2476), 1, + sym_field_declaration_list, + STATE(4756), 1, + sym_base_class_clause, + [101361] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - STATE(4779), 1, - sym_argument_list, - ACTIONS(6977), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [101253] = 5, - ACTIONS(5871), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2075), 1, + sym_field_declaration_list, + STATE(4606), 1, + sym_base_class_clause, + [101377] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6881), 1, + ACTIONS(7292), 1, anon_sym_LPAREN, - ACTIONS(6979), 1, + ACTIONS(7357), 1, anon_sym_LF, - ACTIONS(6981), 1, + ACTIONS(7359), 1, sym_preproc_arg, - STATE(4482), 1, + STATE(4546), 1, sym_preproc_params, - [101269] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6324), 1, - anon_sym_LBRACE, - ACTIONS(6983), 1, - anon_sym_SEMI, - ACTIONS(6985), 1, - anon_sym_EQ, - STATE(1071), 1, - sym_compound_statement, - [101285] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6987), 1, - anon_sym_DQUOTE, - ACTIONS(6989), 1, - aux_sym_string_literal_token1, - ACTIONS(6991), 1, - sym_escape_sequence, - STATE(4043), 1, - aux_sym_string_literal_repeat1, - [101301] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(6993), 1, - anon_sym_SEMI, - STATE(1299), 1, - sym_template_argument_list, - [101317] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(6995), 1, - anon_sym_COMMA, - ACTIONS(6997), 1, - anon_sym_RBRACE, - STATE(4296), 1, - sym_enumerator, - [101333] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6999), 1, - anon_sym_COMMA, - STATE(4157), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(7001), 2, - anon_sym_LBRACE, - anon_sym_EQ, - [101347] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(7003), 1, - anon_sym_SEMI, - STATE(1299), 1, - sym_template_argument_list, - [101363] = 5, + [101393] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2568), 1, + STATE(2073), 1, sym_field_declaration_list, - STATE(4681), 1, + STATE(4604), 1, sym_base_class_clause, - [101379] = 4, + [101409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6142), 1, + ACTIONS(4829), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(2114), 1, - sym_compound_statement, - ACTIONS(5692), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [101393] = 5, + anon_sym_EQ, + [101419] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(2576), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1440), 1, sym_field_declaration_list, - STATE(4679), 1, + STATE(4506), 1, sym_base_class_clause, - [101409] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7005), 1, - anon_sym_GT2, - STATE(4418), 1, - aux_sym_template_argument_list_repeat1, - [101425] = 5, + [101435] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2578), 1, + STATE(2097), 1, sym_field_declaration_list, - STATE(4678), 1, + STATE(4642), 1, sym_base_class_clause, - [101441] = 5, + [101451] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7007), 1, + ACTIONS(7361), 1, anon_sym_COMMA, - ACTIONS(7009), 1, + ACTIONS(7363), 1, anon_sym_RBRACE, - STATE(4240), 1, + STATE(4271), 1, sym_enumerator, - [101457] = 5, + [101467] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1335), 1, + STATE(1426), 1, sym_field_declaration_list, - STATE(4684), 1, + STATE(4503), 1, sym_base_class_clause, - [101473] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(644), 1, - anon_sym_LBRACE, - ACTIONS(7011), 1, - anon_sym_SEMI, - ACTIONS(7013), 1, - anon_sym_EQ, - STATE(568), 1, - sym_compound_statement, - [101489] = 5, + [101483] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2065), 1, + STATE(2281), 1, sym_field_declaration_list, - STATE(4649), 1, + STATE(4777), 1, sym_base_class_clause, - [101505] = 3, + [101499] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7015), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7017), 3, - anon_sym_COMMA, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, anon_sym_LBRACE, - anon_sym_EQ, - [101517] = 5, + STATE(2553), 1, + sym_field_declaration_list, + STATE(4720), 1, + sym_base_class_clause, + [101515] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1442), 1, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2343), 1, sym_field_declaration_list, - STATE(4784), 1, + STATE(4780), 1, sym_base_class_clause, - [101533] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6893), 1, - aux_sym_string_literal_token1, - ACTIONS(6895), 1, - sym_escape_sequence, - ACTIONS(7019), 1, - anon_sym_DQUOTE, - STATE(4155), 1, - aux_sym_string_literal_repeat1, - [101549] = 5, + [101531] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1402), 1, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2620), 1, sym_field_declaration_list, - STATE(4785), 1, + STATE(4715), 1, sym_base_class_clause, - [101565] = 5, + [101547] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1401), 1, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2348), 1, sym_field_declaration_list, - STATE(4792), 1, + STATE(4786), 1, sym_base_class_clause, - [101581] = 5, + [101563] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2064), 1, + STATE(2573), 1, sym_field_declaration_list, - STATE(4656), 1, + STATE(4713), 1, sym_base_class_clause, - [101597] = 5, - ACTIONS(5871), 1, + [101579] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6893), 1, + ACTIONS(7365), 1, + anon_sym_DQUOTE, + ACTIONS(7367), 1, aux_sym_string_literal_token1, - ACTIONS(6895), 1, + ACTIONS(7370), 1, sym_escape_sequence, - ACTIONS(7021), 1, - anon_sym_DQUOTE, - STATE(4155), 1, + STATE(4084), 1, aux_sym_string_literal_repeat1, - [101613] = 5, + [101595] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2060), 1, + STATE(2099), 1, sym_field_declaration_list, - STATE(4658), 1, + STATE(4644), 1, sym_base_class_clause, - [101629] = 2, + [101611] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7274), 1, + aux_sym_string_literal_token1, + ACTIONS(7276), 1, + sym_escape_sequence, + ACTIONS(7373), 1, + anon_sym_DQUOTE, + STATE(4084), 1, + aux_sym_string_literal_repeat1, + [101627] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1549), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7375), 1, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [101639] = 5, + ACTIONS(7377), 1, + anon_sym_RBRACE, + STATE(4360), 1, + sym_enumerator, + [101643] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - ACTIONS(7023), 1, - anon_sym_RPAREN, - STATE(3265), 1, - sym_parameter_list, - [101655] = 5, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7379), 1, + anon_sym_GT2, + STATE(4428), 1, + aux_sym_template_argument_list_repeat1, + [101659] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1428), 1, + STATE(1425), 1, sym_field_declaration_list, - STATE(4798), 1, + STATE(4493), 1, sym_base_class_clause, - [101671] = 5, + [101675] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1426), 1, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2072), 1, sym_field_declaration_list, - STATE(4799), 1, + STATE(4600), 1, sym_base_class_clause, - [101687] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2375), 1, - anon_sym_LT, - ACTIONS(6907), 1, - sym_identifier, - STATE(689), 1, - sym_template_parameter_list, - STATE(1297), 1, - sym_template_type, - [101703] = 5, + [101691] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1424), 1, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2069), 1, sym_field_declaration_list, - STATE(4722), 1, + STATE(4598), 1, sym_base_class_clause, - [101719] = 5, + [101707] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2056), 1, + STATE(2068), 1, sym_field_declaration_list, - STATE(4669), 1, + STATE(4597), 1, sym_base_class_clause, - [101735] = 5, + [101723] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2053), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1359), 1, sym_field_declaration_list, - STATE(4673), 1, + STATE(4725), 1, sym_base_class_clause, - [101751] = 5, + [101739] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7274), 1, + aux_sym_string_literal_token1, + ACTIONS(7276), 1, + sym_escape_sequence, + ACTIONS(7381), 1, + anon_sym_DQUOTE, + STATE(4084), 1, + aux_sym_string_literal_repeat1, + [101755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2052), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1320), 1, sym_field_declaration_list, - STATE(4674), 1, + STATE(4723), 1, sym_base_class_clause, - [101767] = 2, + [101771] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2371), 1, + anon_sym_LT, + ACTIONS(7260), 1, + sym_identifier, + STATE(692), 1, + sym_template_parameter_list, + STATE(1303), 1, + sym_template_type, + [101787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4435), 4, + ACTIONS(4673), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ, - [101777] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6881), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, - anon_sym_LF, - ACTIONS(7027), 1, - sym_preproc_arg, - STATE(4512), 1, - sym_preproc_params, - [101793] = 5, + [101797] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, + ACTIONS(6143), 1, anon_sym_LBRACE, - ACTIONS(7029), 1, - anon_sym_SEMI, - ACTIONS(7031), 1, - anon_sym_EQ, - STATE(593), 1, - sym_compound_statement, - [101809] = 5, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3342), 1, + sym_parameter_list, + [101813] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2451), 1, - anon_sym_SEMI, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - STATE(2498), 1, + ACTIONS(7383), 1, + anon_sym_SEMI, + STATE(1294), 1, sym_template_argument_list, - [101825] = 5, + [101829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2375), 1, - anon_sym_LT, - ACTIONS(6907), 1, - sym_identifier, - STATE(688), 1, - sym_template_parameter_list, - STATE(1297), 1, - sym_template_type, - [101841] = 5, + ACTIONS(4811), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [101839] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2366), 1, + sym_field_declaration_list, + STATE(4806), 1, + sym_base_class_clause, + [101855] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1613), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [101865] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, + ACTIONS(6675), 1, anon_sym_LBRACE, - ACTIONS(7033), 1, + ACTIONS(7385), 1, anon_sym_SEMI, - ACTIONS(7035), 1, + ACTIONS(7387), 1, anon_sym_EQ, - STATE(624), 1, + STATE(1130), 1, sym_compound_statement, - [101857] = 5, + [101881] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(6875), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7037), 1, + ACTIONS(7389), 1, anon_sym_GT2, - STATE(4238), 1, + STATE(4321), 1, aux_sym_template_argument_list_repeat1, - [101873] = 2, + [101897] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4324), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(5290), 1, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [101883] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2350), 1, - sym_field_declaration_list, - STATE(4527), 1, - sym_base_class_clause, - [101899] = 5, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7391), 1, + anon_sym_GT2, + STATE(4381), 1, + aux_sym_template_argument_list_repeat1, + [101913] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2353), 1, + STATE(2441), 1, sym_field_declaration_list, - STATE(4536), 1, + STATE(4801), 1, sym_base_class_clause, - [101915] = 5, + [101929] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6316), 1, + ACTIONS(832), 1, anon_sym_LBRACE, - ACTIONS(7039), 1, + ACTIONS(7393), 1, anon_sym_SEMI, - ACTIONS(7041), 1, + ACTIONS(7395), 1, anon_sym_EQ, - STATE(925), 1, + STATE(616), 1, sym_compound_statement, - [101931] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2397), 1, - anon_sym_LBRACE, - ACTIONS(7043), 1, - sym_identifier, - STATE(588), 1, - sym_declaration_list, - STATE(4393), 1, - sym_namespace_definition_name, - [101947] = 5, + [101945] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2339), 1, + STATE(2333), 1, sym_field_declaration_list, - STATE(4539), 1, + STATE(4732), 1, sym_base_class_clause, - [101963] = 5, + [101961] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, - anon_sym_COMMA, - ACTIONS(7045), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(4396), 1, - aux_sym_base_class_clause_repeat1, - [101979] = 5, + STATE(2331), 1, + sym_field_declaration_list, + STATE(4816), 1, + sym_base_class_clause, + [101977] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2618), 1, + STATE(2328), 1, sym_field_declaration_list, - STATE(4668), 1, + STATE(4828), 1, sym_base_class_clause, - [101995] = 4, + [101993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6226), 1, + ACTIONS(6509), 1, anon_sym_LBRACE, - STATE(2467), 1, + STATE(2452), 1, sym_compound_statement, - ACTIONS(5692), 2, + ACTIONS(6027), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [102009] = 5, + [102007] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1321), 1, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2327), 1, sym_field_declaration_list, - STATE(4745), 1, + STATE(4824), 1, sym_base_class_clause, - [102025] = 5, + [102023] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(4669), 1, + sym_argument_list, + ACTIONS(7397), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [102037] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2619), 1, + STATE(2324), 1, sym_field_declaration_list, - STATE(4666), 1, + STATE(4823), 1, sym_base_class_clause, - [102041] = 5, + [102053] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2612), 1, + STATE(2323), 1, sym_field_declaration_list, - STATE(4665), 1, + STATE(4815), 1, sym_base_class_clause, - [102057] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(7049), 1, - anon_sym_SEMI, - STATE(1299), 1, - sym_template_argument_list, - [102073] = 2, + [102069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4419), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(7399), 1, + sym_identifier, + ACTIONS(7401), 3, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [102083] = 5, + anon_sym_RPAREN, + anon_sym_GT2, + [102081] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2607), 1, - sym_field_declaration_list, - STATE(4663), 1, - sym_base_class_clause, - [102099] = 5, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7403), 1, + anon_sym_GT2, + STATE(4404), 1, + aux_sym_template_argument_list_repeat1, + [102097] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2603), 1, - sym_field_declaration_list, - STATE(4660), 1, - sym_base_class_clause, - [102115] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7051), 1, - anon_sym_DQUOTE, - ACTIONS(7053), 1, - aux_sym_string_literal_token1, - ACTIONS(7055), 1, - sym_escape_sequence, - STATE(4001), 1, - aux_sym_string_literal_repeat1, - [102131] = 5, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7405), 1, + anon_sym_COMMA, + ACTIONS(7407), 1, + anon_sym_RBRACE, + STATE(4298), 1, + sym_enumerator, + [102113] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, STATE(2602), 1, sym_field_declaration_list, - STATE(4659), 1, + STATE(4666), 1, sym_base_class_clause, - [102147] = 5, + [102129] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, + ACTIONS(2418), 1, anon_sym_COLON_COLON, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - ACTIONS(7057), 1, + ACTIONS(7409), 1, anon_sym_SEMI, - STATE(1299), 1, + STATE(1294), 1, sym_template_argument_list, - [102163] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7059), 1, - anon_sym_GT2, - STATE(4307), 1, - aux_sym_template_argument_list_repeat1, - [102179] = 4, + [102145] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2706), 1, + ACTIONS(2590), 1, anon_sym_LBRACE, - STATE(2665), 1, + STATE(2667), 1, sym_compound_statement, - ACTIONS(5692), 2, + ACTIONS(6027), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [102193] = 4, + [102159] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6999), 1, - anon_sym_COMMA, - STATE(4063), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(7061), 2, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4158), 1, anon_sym_LBRACE, - anon_sym_EQ, - [102207] = 5, + STATE(2612), 1, + sym_field_declaration_list, + STATE(4663), 1, + sym_base_class_clause, + [102175] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2333), 1, + STATE(2621), 1, sym_field_declaration_list, - STATE(4551), 1, + STATE(4660), 1, sym_base_class_clause, - [102223] = 4, + [102191] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6661), 1, - anon_sym_LPAREN2, - ACTIONS(6663), 1, + ACTIONS(2395), 1, anon_sym_LBRACE, - STATE(4074), 2, - sym_argument_list, - sym_initializer_list, - [102237] = 5, + ACTIONS(7411), 1, + sym_identifier, + STATE(608), 1, + sym_declaration_list, + STATE(4218), 1, + sym_namespace_definition_name, + [102207] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7063), 1, - anon_sym_GT2, - STATE(4217), 1, - aux_sym_template_argument_list_repeat1, - [102253] = 5, + ACTIONS(6693), 1, + anon_sym_LBRACE, + ACTIONS(7413), 1, + anon_sym_SEMI, + ACTIONS(7415), 1, + anon_sym_EQ, + STATE(1018), 1, + sym_compound_statement, + [102223] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2332), 1, + STATE(2623), 1, sym_field_declaration_list, - STATE(4552), 1, + STATE(4656), 1, sym_base_class_clause, - [102269] = 5, + [102239] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2329), 1, + STATE(2617), 1, sym_field_declaration_list, - STATE(4555), 1, + STATE(4649), 1, sym_base_class_clause, - [102285] = 5, + [102255] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(7065), 1, - anon_sym_SEMI, - STATE(1299), 1, - sym_template_argument_list, - [102301] = 5, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7417), 1, + anon_sym_COMMA, + ACTIONS(7419), 1, + anon_sym_RBRACE, + STATE(4342), 1, + sym_enumerator, + [102271] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2328), 1, + STATE(2618), 1, sym_field_declaration_list, - STATE(4558), 1, + STATE(4727), 1, sym_base_class_clause, - [102317] = 5, + [102287] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2323), 1, - sym_field_declaration_list, - STATE(4559), 1, - sym_base_class_clause, - [102333] = 5, + ACTIONS(2371), 1, + anon_sym_LT, + ACTIONS(7260), 1, + sym_identifier, + STATE(694), 1, + sym_template_parameter_list, + STATE(1303), 1, + sym_template_type, + [102303] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2078), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1336), 1, sym_field_declaration_list, - STATE(4687), 1, + STATE(4653), 1, sym_base_class_clause, - [102349] = 5, + [102319] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7292), 1, + anon_sym_LPAREN, + ACTIONS(7421), 1, + anon_sym_LF, + ACTIONS(7423), 1, + sym_preproc_arg, + STATE(4661), 1, + sym_preproc_params, + [102335] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(6170), 1, anon_sym_LBRACE, - STATE(2322), 1, - sym_field_declaration_list, - STATE(4561), 1, - sym_base_class_clause, - [102365] = 5, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3342), 1, + sym_parameter_list, + [102351] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, + ACTIONS(6166), 1, anon_sym_LBRACE, - STATE(2073), 1, - sym_field_declaration_list, - STATE(4688), 1, - sym_base_class_clause, - [102381] = 5, - ACTIONS(5871), 1, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3342), 1, + sym_parameter_list, + [102367] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6893), 1, + ACTIONS(7274), 1, aux_sym_string_literal_token1, - ACTIONS(6895), 1, + ACTIONS(7276), 1, sym_escape_sequence, - ACTIONS(7067), 1, + ACTIONS(7425), 1, anon_sym_DQUOTE, - STATE(4155), 1, + STATE(4084), 1, aux_sym_string_literal_repeat1, - [102397] = 5, + [102383] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2041), 1, - sym_field_declaration_list, - STATE(4693), 1, - sym_base_class_clause, - [102413] = 5, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7427), 1, + anon_sym_GT2, + STATE(4192), 1, + aux_sym_template_argument_list_repeat1, + [102399] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1320), 1, + STATE(1334), 1, sym_field_declaration_list, - STATE(4750), 1, + STATE(4654), 1, sym_base_class_clause, - [102429] = 5, + [102415] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1315), 1, + STATE(1329), 1, sym_field_declaration_list, - STATE(4751), 1, + STATE(4655), 1, sym_base_class_clause, - [102445] = 5, + [102431] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6358), 1, - anon_sym_LBRACE, - ACTIONS(7069), 1, + ACTIONS(2418), 1, + anon_sym_COLON_COLON, + ACTIONS(3362), 1, + anon_sym_LT, + ACTIONS(7429), 1, anon_sym_SEMI, - ACTIONS(7071), 1, - anon_sym_EQ, - STATE(886), 1, - sym_compound_statement, - [102461] = 5, + STATE(1294), 1, + sym_template_argument_list, + [102447] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(7431), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7433), 1, + anon_sym_COMMA, + ACTIONS(7435), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1407), 1, - sym_field_declaration_list, - STATE(4821), 1, - sym_base_class_clause, - [102477] = 5, - ACTIONS(3), 1, + STATE(4222), 1, + aux_sym_base_class_clause_repeat1, + [102463] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - ACTIONS(7073), 1, - anon_sym_RPAREN, - STATE(3265), 1, - sym_parameter_list, - [102493] = 5, + ACTIONS(7292), 1, + anon_sym_LPAREN, + ACTIONS(7437), 1, + anon_sym_LF, + ACTIONS(7439), 1, + sym_preproc_arg, + STATE(4784), 1, + sym_preproc_params, + [102479] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2375), 1, - anon_sym_LT, - ACTIONS(6907), 1, - sym_identifier, - STATE(691), 1, - sym_template_parameter_list, - STATE(1297), 1, - sym_template_type, - [102509] = 5, - ACTIONS(5871), 1, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(7441), 1, + anon_sym_SEMI, + ACTIONS(7443), 1, + anon_sym_EQ, + STATE(235), 1, + sym_compound_statement, + [102495] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7075), 1, - anon_sym_DQUOTE, - ACTIONS(7077), 1, + ACTIONS(7274), 1, aux_sym_string_literal_token1, - ACTIONS(7079), 1, + ACTIONS(7276), 1, sym_escape_sequence, - STATE(4076), 1, + ACTIONS(7445), 1, + anon_sym_DQUOTE, + STATE(4084), 1, aux_sym_string_literal_repeat1, - [102525] = 5, + [102511] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7447), 1, + anon_sym_GT2, + STATE(4396), 1, + aux_sym_template_argument_list_repeat1, + [102527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1311), 1, + STATE(1437), 1, sym_field_declaration_list, - STATE(4756), 1, + STATE(4458), 1, sym_base_class_clause, - [102541] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(6893), 1, - aux_sym_string_literal_token1, - ACTIONS(6895), 1, - sym_escape_sequence, - ACTIONS(7081), 1, - anon_sym_DQUOTE, - STATE(4155), 1, - aux_sym_string_literal_repeat1, - [102557] = 5, + [102543] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2375), 1, - anon_sym_LT, - ACTIONS(6907), 1, - sym_identifier, - STATE(686), 1, - sym_template_parameter_list, - STATE(1297), 1, - sym_template_type, - [102573] = 5, + ACTIONS(3747), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1436), 1, + sym_field_declaration_list, + STATE(4460), 1, + sym_base_class_clause, + [102559] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(5491), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3342), 1, + sym_parameter_list, + [102575] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1413), 1, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2304), 1, sym_field_declaration_list, - STATE(4820), 1, + STATE(4748), 1, sym_base_class_clause, - [102589] = 5, + [102591] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(675), 1, + anon_sym_LBRACE, + ACTIONS(7449), 1, + anon_sym_SEMI, + ACTIONS(7451), 1, + anon_sym_EQ, + STATE(560), 1, + sym_compound_statement, + [102607] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2587), 1, + STATE(2303), 1, sym_field_declaration_list, - STATE(4652), 1, + STATE(4743), 1, sym_base_class_clause, - [102605] = 5, + [102623] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1303), 1, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2301), 1, sym_field_declaration_list, - STATE(4759), 1, + STATE(4730), 1, sym_base_class_clause, - [102621] = 5, + [102639] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - STATE(1415), 1, + STATE(1434), 1, sym_field_declaration_list, - STATE(4808), 1, + STATE(4462), 1, sym_base_class_clause, - [102637] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2375), 1, - anon_sym_LT, - ACTIONS(6907), 1, - sym_identifier, - STATE(687), 1, - sym_template_parameter_list, - STATE(1297), 1, - sym_template_type, - [102653] = 5, + [102655] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3752), 1, + ACTIONS(2437), 1, anon_sym_LBRACE, - STATE(2575), 1, - sym_field_declaration_list, - STATE(4650), 1, - sym_base_class_clause, - [102669] = 5, + ACTIONS(7453), 1, + sym_identifier, + STATE(568), 1, + sym_declaration_list, + STATE(4289), 1, + sym_namespace_definition_name, + [102671] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7083), 1, + ACTIONS(7455), 1, anon_sym_COMMA, - ACTIONS(7085), 1, + ACTIONS(7457), 1, anon_sym_RBRACE, - STATE(4316), 1, + STATE(4268), 1, sym_enumerator, - [102685] = 5, + [102687] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5770), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(6735), 1, - anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - STATE(3333), 1, - sym_parameter_list, - [102701] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2572), 1, + STATE(1312), 1, sym_field_declaration_list, - STATE(4648), 1, + STATE(4699), 1, sym_base_class_clause, - [102717] = 5, + [102703] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(2393), 1, anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1302), 1, - sym_field_declaration_list, - STATE(4760), 1, - sym_base_class_clause, - [102733] = 5, - ACTIONS(3), 1, + ACTIONS(7459), 1, + sym_identifier, + STATE(250), 1, + sym_declaration_list, + STATE(4353), 1, + sym_namespace_definition_name, + [102719] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(1312), 1, - sym_field_declaration_list, - STATE(4645), 1, - sym_base_class_clause, - [102749] = 5, + ACTIONS(7461), 1, + anon_sym_DQUOTE, + ACTIONS(7463), 1, + aux_sym_string_literal_token1, + ACTIONS(7465), 1, + sym_escape_sequence, + STATE(4086), 1, + aux_sym_string_literal_repeat1, + [102735] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2293), 1, + STATE(2597), 1, sym_field_declaration_list, - STATE(4581), 1, + STATE(4609), 1, sym_base_class_clause, - [102765] = 5, - ACTIONS(5871), 1, + [102751] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7087), 1, + ACTIONS(7467), 1, anon_sym_DQUOTE, - ACTIONS(7089), 1, + ACTIONS(7469), 1, aux_sym_string_literal_token1, - ACTIONS(7092), 1, + ACTIONS(7471), 1, sym_escape_sequence, - STATE(4155), 1, + STATE(4053), 1, aux_sym_string_literal_repeat1, - [102781] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2422), 1, - anon_sym_COLON_COLON, - ACTIONS(2984), 1, - anon_sym_LT, - ACTIONS(7095), 1, - anon_sym_SEMI, - STATE(1299), 1, - sym_template_argument_list, - [102797] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7097), 1, - anon_sym_COMMA, - STATE(4157), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(7100), 2, - anon_sym_LBRACE, - anon_sym_EQ, - [102811] = 5, - ACTIONS(5871), 1, + [102767] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6881), 1, + ACTIONS(7292), 1, anon_sym_LPAREN, - ACTIONS(7102), 1, + ACTIONS(7473), 1, anon_sym_LF, - ACTIONS(7104), 1, + ACTIONS(7475), 1, sym_preproc_arg, - STATE(4795), 1, + STATE(4714), 1, sym_preproc_params, - [102827] = 5, + [102783] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6693), 1, + anon_sym_LBRACE, + ACTIONS(7477), 1, + anon_sym_SEMI, + ACTIONS(7479), 1, + anon_sym_EQ, + STATE(985), 1, + sym_compound_statement, + [102799] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3772), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2289), 1, + STATE(2586), 1, sym_field_declaration_list, - STATE(4584), 1, + STATE(4611), 1, sym_base_class_clause, - [102843] = 5, + [102815] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, ACTIONS(7106), 1, - anon_sym_COMMA, + anon_sym_LPAREN2, ACTIONS(7108), 1, - anon_sym_RBRACE, - STATE(4254), 1, - sym_enumerator, - [102859] = 5, + anon_sym_LBRACK, + ACTIONS(7481), 1, + anon_sym_RPAREN, + STATE(3275), 1, + sym_parameter_list, + [102831] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2371), 1, + anon_sym_LT, + ACTIONS(7260), 1, + sym_identifier, + STATE(691), 1, + sym_template_parameter_list, + STATE(1303), 1, + sym_template_type, + [102847] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2390), 1, + STATE(2583), 1, sym_field_declaration_list, - STATE(4748), 1, + STATE(4617), 1, sym_base_class_clause, - [102875] = 5, - ACTIONS(5871), 1, + [102863] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2371), 1, + anon_sym_LT, + ACTIONS(7260), 1, + sym_identifier, + STATE(695), 1, + sym_template_parameter_list, + STATE(1303), 1, + sym_template_type, + [102879] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7483), 1, + anon_sym_DQUOTE, + ACTIONS(7485), 1, + aux_sym_string_literal_token1, + ACTIONS(7487), 1, + sym_escape_sequence, + STATE(4143), 1, + aux_sym_string_literal_repeat1, + [102895] = 5, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6881), 1, + ACTIONS(7292), 1, anon_sym_LPAREN, - ACTIONS(7110), 1, + ACTIONS(7489), 1, anon_sym_LF, - ACTIONS(7112), 1, + ACTIONS(7491), 1, sym_preproc_arg, - STATE(4592), 1, + STATE(4482), 1, sym_preproc_params, - [102891] = 5, + [102911] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6358), 1, + ACTIONS(7262), 1, + anon_sym_COMMA, + STATE(4010), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7493), 2, anon_sym_LBRACE, - ACTIONS(7114), 1, - anon_sym_SEMI, - ACTIONS(7116), 1, anon_sym_EQ, - STATE(856), 1, - sym_compound_statement, - [102907] = 2, + [102925] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4179), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(7062), 1, + anon_sym_LPAREN2, + ACTIONS(7064), 1, anon_sym_LBRACE, - anon_sym_EQ, - [102917] = 5, + STATE(4018), 2, + sym_argument_list, + sym_initializer_list, + [102939] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6316), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(7118), 1, - anon_sym_SEMI, - ACTIONS(7120), 1, - anon_sym_EQ, - STATE(949), 1, - sym_compound_statement, - [102933] = 5, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1314), 1, + sym_field_declaration_list, + STATE(4700), 1, + sym_base_class_clause, + [102955] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2393), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1311), 1, sym_field_declaration_list, - STATE(4757), 1, + STATE(4702), 1, sym_base_class_clause, - [102949] = 5, + [102971] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, anon_sym_LBRACE, - ACTIONS(7122), 1, - sym_identifier, - STATE(535), 1, - sym_declaration_list, - STATE(4321), 1, - sym_namespace_definition_name, - [102965] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7124), 1, - anon_sym_DQUOTE, - ACTIONS(7126), 1, - aux_sym_string_literal_token1, - ACTIONS(7128), 1, - sym_escape_sequence, - STATE(4141), 1, - aux_sym_string_literal_repeat1, - [102981] = 5, + STATE(2058), 1, + sym_field_declaration_list, + STATE(4575), 1, + sym_base_class_clause, + [102987] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3746), 1, + STATE(1343), 1, + sym_field_declaration_list, + STATE(4704), 1, + sym_base_class_clause, + [103003] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2354), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1349), 1, sym_field_declaration_list, - STATE(4763), 1, + STATE(4705), 1, sym_base_class_clause, - [102997] = 5, + [103019] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(6675), 1, anon_sym_LBRACE, - ACTIONS(7130), 1, + ACTIONS(7495), 1, anon_sym_SEMI, - ACTIONS(7132), 1, + ACTIONS(7497), 1, anon_sym_EQ, - STATE(503), 1, + STATE(1097), 1, sym_compound_statement, - [103013] = 5, + [103035] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2439), 1, + ACTIONS(3749), 1, + anon_sym_COLON, + ACTIONS(4178), 1, anon_sym_LBRACE, - ACTIONS(7134), 1, - sym_identifier, - STATE(635), 1, - sym_declaration_list, - STATE(4273), 1, - sym_namespace_definition_name, - [103029] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7136), 1, - anon_sym_GT2, - STATE(4337), 1, - aux_sym_template_argument_list_repeat1, - [103045] = 5, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7138), 1, - anon_sym_DQUOTE, - ACTIONS(7140), 1, - aux_sym_string_literal_token1, - ACTIONS(7142), 1, - sym_escape_sequence, - STATE(4131), 1, - aux_sym_string_literal_repeat1, - [103061] = 5, + STATE(2061), 1, + sym_field_declaration_list, + STATE(4574), 1, + sym_base_class_clause, + [103051] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2375), 1, - anon_sym_LT, - ACTIONS(6907), 1, - sym_identifier, - STATE(690), 1, - sym_template_parameter_list, - STATE(1297), 1, - sym_template_type, - [103077] = 5, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(7499), 1, + anon_sym_SEMI, + ACTIONS(7501), 1, + anon_sym_EQ, + STATE(594), 1, + sym_compound_statement, + [103067] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(6174), 1, anon_sym_LBRACE, - STATE(2456), 1, - sym_field_declaration_list, - STATE(4811), 1, - sym_base_class_clause, - [103093] = 5, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3342), 1, + sym_parameter_list, + [103083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3749), 1, anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2452), 1, + STATE(2065), 1, sym_field_declaration_list, - STATE(4781), 1, + STATE(4573), 1, sym_base_class_clause, - [103109] = 5, + [103099] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - ACTIONS(3746), 1, + ACTIONS(2435), 1, anon_sym_LBRACE, - STATE(2428), 1, - sym_field_declaration_list, - STATE(4773), 1, - sym_base_class_clause, - [103125] = 4, + ACTIONS(7503), 1, + sym_identifier, + STATE(516), 1, + sym_declaration_list, + STATE(4401), 1, + sym_namespace_definition_name, + [103115] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7144), 1, + ACTIONS(2371), 1, + anon_sym_LT, + ACTIONS(7260), 1, sym_identifier, - STATE(1297), 1, + STATE(690), 1, + sym_template_parameter_list, + STATE(1303), 1, sym_template_type, - STATE(3661), 1, - sym_template_function, - [103138] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4845), 1, - anon_sym_COMMA, - ACTIONS(5036), 1, - anon_sym_RPAREN, - STATE(4391), 1, - aux_sym_argument_list_repeat1, - [103151] = 4, + [103131] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, + ACTIONS(7433), 1, anon_sym_COMMA, - ACTIONS(7146), 1, + ACTIONS(7505), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7507), 1, anon_sym_LBRACE, - STATE(4186), 1, + STATE(4258), 1, aux_sym_base_class_clause_repeat1, - [103164] = 3, + [103147] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7150), 1, - anon_sym_RPAREN, - ACTIONS(7148), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [103175] = 4, + ACTIONS(3427), 1, + anon_sym_LBRACE, + ACTIONS(3749), 1, + anon_sym_COLON, + STATE(1351), 1, + sym_field_declaration_list, + STATE(4711), 1, + sym_base_class_clause, + [103163] = 5, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7509), 1, + anon_sym_DQUOTE, + ACTIONS(7511), 1, + aux_sym_string_literal_token1, + ACTIONS(7513), 1, + sym_escape_sequence, + STATE(4135), 1, + aux_sym_string_literal_repeat1, + [103179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, - anon_sym_COMMA, - ACTIONS(4875), 1, + ACTIONS(7517), 1, anon_sym_RPAREN, - STATE(4206), 1, - aux_sym_argument_list_repeat1, - [103188] = 3, + ACTIONS(7515), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [103190] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7152), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7154), 2, + ACTIONS(6489), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [103199] = 4, + ACTIONS(7519), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, + [103203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7156), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2209), 1, - sym_template_function, + ACTIONS(1516), 3, + anon_sym_else, + anon_sym_while, + anon_sym_catch, [103212] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7158), 1, + ACTIONS(7521), 1, anon_sym_COMMA, - ACTIONS(7160), 1, + ACTIONS(7524), 1, anon_sym_RPAREN, - STATE(4422), 1, - aux_sym_preproc_params_repeat1, + STATE(4189), 1, + aux_sym_throw_specifier_repeat1, [103225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7154), 1, - anon_sym_LBRACE, - ACTIONS(7162), 1, + ACTIONS(3987), 1, + anon_sym_RBRACE, + ACTIONS(7526), 1, anon_sym_COMMA, - STATE(4186), 1, - aux_sym_base_class_clause_repeat1, + STATE(4219), 1, + aux_sym_initializer_list_repeat1, [103238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7167), 1, - anon_sym_RPAREN, - STATE(4208), 1, - aux_sym_throw_specifier_repeat1, + ACTIONS(7528), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, [103251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7146), 1, - anon_sym_LBRACE, - STATE(4259), 1, - aux_sym_base_class_clause_repeat1, - [103264] = 3, + ACTIONS(7530), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [103264] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7171), 1, - anon_sym_RPAREN, - ACTIONS(7169), 2, + ACTIONS(5290), 1, anon_sym_COMMA, - anon_sym_SEMI, - [103275] = 4, + ACTIONS(7532), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [103277] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - ACTIONS(7175), 1, - anon_sym_constexpr, - STATE(1084), 1, - sym_condition_clause, - [103288] = 4, + ACTIONS(7534), 1, + anon_sym_COMMA, + ACTIONS(7536), 1, + anon_sym_RPAREN, + STATE(4189), 1, + aux_sym_throw_specifier_repeat1, + [103290] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7177), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2209), 1, - sym_template_function, - [103301] = 3, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(7538), 1, + anon_sym_RPAREN, + STATE(4228), 1, + aux_sym_argument_list_repeat1, + [103303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 1, - anon_sym_catch, - STATE(106), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [103312] = 4, + ACTIONS(3785), 1, + anon_sym_EQ, + ACTIONS(3783), 2, + anon_sym_COMMA, + anon_sym_GT2, + [103314] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7181), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2209), 1, - sym_template_function, - [103325] = 4, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(7540), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [103327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 1, + ACTIONS(7246), 1, sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2209), 1, - sym_template_function, - [103338] = 4, + ACTIONS(7542), 1, + anon_sym_RBRACE, + STATE(4664), 1, + sym_enumerator, + [103340] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5004), 1, - anon_sym_RBRACE, - ACTIONS(7185), 1, - anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [103351] = 3, + ACTIONS(6978), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [103349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6875), 1, + ACTIONS(7544), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7188), 2, + ACTIONS(7546), 2, anon_sym_COMMA, - anon_sym_GT2, - [103362] = 4, + anon_sym_LBRACE, + [103360] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7433), 1, anon_sym_COMMA, - ACTIONS(7190), 1, - anon_sym_GT2, - STATE(4213), 1, - aux_sym_template_argument_list_repeat1, - [103375] = 4, + ACTIONS(7548), 1, + anon_sym_LBRACE, + STATE(4220), 1, + aux_sym_base_class_clause_repeat1, + [103373] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7550), 1, anon_sym_LPAREN2, - ACTIONS(7192), 1, + ACTIONS(7552), 1, anon_sym_constexpr, - STATE(1143), 1, + STATE(879), 1, sym_condition_clause, - [103388] = 4, + [103386] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7194), 1, - anon_sym_COMMA, - ACTIONS(7197), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [103401] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7199), 3, + ACTIONS(7554), 1, anon_sym_COMMA, + ACTIONS(7557), 1, anon_sym_RPAREN, - anon_sym_GT2, - [103410] = 2, + STATE(4203), 1, + aux_sym_preproc_params_repeat1, + [103399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7201), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [103419] = 4, + ACTIONS(7559), 1, + anon_sym_catch, + STATE(106), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [103410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 1, + ACTIONS(6320), 1, + anon_sym_RPAREN, + ACTIONS(7561), 1, anon_sym_COMMA, - ACTIONS(7206), 1, - anon_sym_GT2, - STATE(4202), 1, - aux_sym_template_parameter_list_repeat1, - [103432] = 4, + STATE(4205), 1, + aux_sym_preproc_argument_list_repeat1, + [103423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 1, + ACTIONS(7564), 3, anon_sym_COMMA, - ACTIONS(7208), 1, - anon_sym_RPAREN, - STATE(4311), 1, - aux_sym_throw_specifier_repeat1, - [103445] = 4, + anon_sym_LBRACE, + anon_sym_EQ, + [103432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(7210), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, - [103458] = 4, + ACTIONS(7327), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [103441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(7566), 3, anon_sym_COMMA, - ACTIONS(7212), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [103471] = 4, + anon_sym_LBRACE, + anon_sym_EQ, + [103450] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(7534), 1, anon_sym_COMMA, - ACTIONS(7214), 1, + ACTIONS(7568), 1, anon_sym_RPAREN, - STATE(4233), 1, - aux_sym_argument_list_repeat1, - [103484] = 4, + STATE(4194), 1, + aux_sym_throw_specifier_repeat1, + [103463] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7570), 1, anon_sym_COMMA, - ACTIONS(7216), 1, - anon_sym_GT2, - STATE(4331), 1, - aux_sym_template_argument_list_repeat1, - [103497] = 4, + ACTIONS(7573), 1, + anon_sym_RPAREN, + STATE(4210), 1, + aux_sym_parameter_list_repeat1, + [103476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 1, + ACTIONS(7575), 1, anon_sym_COMMA, - ACTIONS(7218), 1, + ACTIONS(7578), 1, anon_sym_RPAREN, - STATE(4311), 1, - aux_sym_throw_specifier_repeat1, - [103510] = 4, + STATE(4211), 1, + aux_sym_alone_macro_call_repeat1, + [103489] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7220), 1, + ACTIONS(7580), 1, anon_sym_COMMA, - ACTIONS(7223), 1, - anon_sym_RPAREN, - STATE(4209), 1, - aux_sym_alone_macro_call_repeat1, - [103523] = 4, - ACTIONS(5869), 1, - anon_sym_LPAREN2, - ACTIONS(5871), 1, + ACTIONS(7583), 1, + anon_sym_GT2, + STATE(4212), 1, + aux_sym_template_parameter_list_repeat1, + [103502] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7225), 1, - anon_sym_LF, - STATE(3390), 1, - sym_preproc_argument_list, - [103536] = 4, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + ACTIONS(7585), 1, + anon_sym_constexpr, + STATE(888), 1, + sym_condition_clause, + [103515] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 1, + ACTIONS(7587), 3, anon_sym_COMMA, - ACTIONS(7230), 1, anon_sym_RPAREN, - STATE(4211), 1, - aux_sym_parameter_list_repeat1, - [103549] = 4, + anon_sym_GT2, + [103524] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, + ACTIONS(7589), 3, anon_sym_COMMA, - ACTIONS(7234), 1, anon_sym_RPAREN, - STATE(4305), 1, - aux_sym_alone_macro_call_repeat1, - [103562] = 4, + anon_sym_GT2, + [103533] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7591), 1, anon_sym_COMMA, - ACTIONS(7236), 1, + ACTIONS(7594), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [103575] = 4, + [103546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7596), 2, anon_sym_COMMA, - ACTIONS(4849), 1, - anon_sym_RPAREN, - STATE(4274), 1, - aux_sym_argument_list_repeat1, - [103588] = 4, + anon_sym_GT2, + [103557] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 1, - anon_sym_COMMA, - ACTIONS(7240), 1, - anon_sym_GT2, - STATE(4394), 1, - aux_sym_template_parameter_list_repeat1, - [103601] = 4, + ACTIONS(2395), 1, + anon_sym_LBRACE, + ACTIONS(7598), 1, + anon_sym_COLON_COLON, + STATE(524), 1, + sym_declaration_list, + [103570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 1, + ACTIONS(5395), 1, + anon_sym_RBRACE, + ACTIONS(7600), 1, anon_sym_COMMA, - ACTIONS(7242), 1, - anon_sym_RPAREN, - STATE(4203), 1, - aux_sym_throw_specifier_repeat1, - [103614] = 4, + STATE(4219), 1, + aux_sym_initializer_list_repeat1, + [103583] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7603), 1, anon_sym_COMMA, - ACTIONS(7244), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [103627] = 2, + ACTIONS(7606), 1, + anon_sym_LBRACE, + STATE(4220), 1, + aux_sym_base_class_clause_repeat1, + [103596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 3, + ACTIONS(7608), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7606), 2, anon_sym_COMMA, anon_sym_LBRACE, - anon_sym_EQ, - [103636] = 2, + [103607] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7100), 3, + ACTIONS(7433), 1, anon_sym_COMMA, + ACTIONS(7610), 1, anon_sym_LBRACE, - anon_sym_EQ, - [103645] = 4, + STATE(4220), 1, + aux_sym_base_class_clause_repeat1, + [103620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7433), 1, anon_sym_COMMA, - ACTIONS(7248), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [103658] = 4, + ACTIONS(7610), 1, + anon_sym_LBRACE, + STATE(4201), 1, + aux_sym_base_class_clause_repeat1, + [103633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3609), 1, - anon_sym_RBRACE, - ACTIONS(7250), 1, + ACTIONS(5348), 1, anon_sym_COMMA, + ACTIONS(5439), 1, + anon_sym_RPAREN, STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [103671] = 4, + aux_sym_argument_list_repeat1, + [103646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4939), 1, + ACTIONS(7612), 1, anon_sym_COMMA, - ACTIONS(7252), 1, + ACTIONS(7615), 1, + anon_sym_RBRACE, + STATE(4225), 1, + aux_sym_enumerator_list_repeat1, + [103659] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7617), 1, + anon_sym_RBRACE, + STATE(4664), 1, + sym_enumerator, + [103672] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5226), 1, + anon_sym_COMMA, + ACTIONS(7619), 1, anon_sym_RBRACK, - STATE(4358), 1, + STATE(4262), 1, aux_sym_lambda_capture_specifier_repeat1, - [103684] = 4, + [103685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(5585), 1, + anon_sym_RPAREN, + ACTIONS(7621), 1, anon_sym_COMMA, - ACTIONS(7254), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [103697] = 4, + STATE(4228), 1, + aux_sym_argument_list_repeat1, + [103698] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7256), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7259), 1, - anon_sym_RBRACE, - STATE(4224), 1, - aux_sym_enumerator_list_repeat1, - [103710] = 2, + ACTIONS(7624), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [103711] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7261), 3, + ACTIONS(7626), 1, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [103719] = 2, + ACTIONS(7629), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [103724] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7263), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [103728] = 4, + ACTIONS(7631), 1, + anon_sym_COMMA, + ACTIONS(7633), 1, + anon_sym_RBRACE, + STATE(4225), 1, + aux_sym_enumerator_list_repeat1, + [103737] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7265), 1, + ACTIONS(7633), 1, anon_sym_RBRACE, - STATE(4762), 1, + STATE(4664), 1, sym_enumerator, - [103741] = 4, + [103750] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(7635), 1, anon_sym_COMMA, - ACTIONS(7267), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [103754] = 4, + ACTIONS(7637), 1, + anon_sym_RPAREN, + STATE(4203), 1, + aux_sym_preproc_params_repeat1, + [103763] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(7271), 1, - anon_sym_RBRACK_RBRACK, - STATE(4304), 1, - aux_sym_attribute_declaration_repeat1, - [103767] = 4, + ACTIONS(7639), 1, + anon_sym_RPAREN, + STATE(4228), 1, + aux_sym_argument_list_repeat1, + [103776] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, + ACTIONS(6180), 1, anon_sym_COMMA, - ACTIONS(7275), 1, + ACTIONS(7641), 1, anon_sym_RPAREN, - STATE(4211), 1, - aux_sym_parameter_list_repeat1, - [103780] = 4, + STATE(4205), 1, + aux_sym_preproc_argument_list_repeat1, + [103789] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(7277), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, - [103793] = 4, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(7643), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [103802] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7279), 1, + ACTIONS(7645), 1, sym_identifier, - STATE(1297), 1, + STATE(1303), 1, sym_template_type, - STATE(2209), 1, - sym_template_function, - [103806] = 4, + STATE(2063), 1, + sym_template_method, + [103815] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2519), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [103826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5106), 1, + ACTIONS(7647), 1, + anon_sym_COMMA, + ACTIONS(7649), 1, anon_sym_RPAREN, - ACTIONS(7281), 1, + STATE(4210), 1, + aux_sym_parameter_list_repeat1, + [103839] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7651), 1, anon_sym_COMMA, - STATE(4233), 1, - aux_sym_argument_list_repeat1, - [103819] = 4, + ACTIONS(7654), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, + [103852] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7284), 1, + ACTIONS(7656), 1, anon_sym_COMMA, - ACTIONS(7286), 1, - anon_sym_RBRACE, - STATE(4224), 1, - aux_sym_enumerator_list_repeat1, - [103832] = 4, + ACTIONS(7658), 1, + anon_sym_GT2, + STATE(4212), 1, + aux_sym_template_parameter_list_repeat1, + [103865] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(7286), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, - [103845] = 4, + ACTIONS(7660), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT2, + [103874] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(7660), 3, anon_sym_COMMA, - ACTIONS(7288), 1, anon_sym_RPAREN, - STATE(4233), 1, - aux_sym_argument_list_repeat1, - [103858] = 4, + anon_sym_GT2, + [103883] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7662), 1, + sym_identifier, + ACTIONS(7664), 2, + anon_sym_COMMA, + anon_sym_GT2, + [103894] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7290), 1, + ACTIONS(7666), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [103871] = 4, + [103907] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7292), 1, + ACTIONS(7668), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [103884] = 4, + [103920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7294), 1, + ACTIONS(7670), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [103897] = 4, + [103933] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7296), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7298), 1, + ACTIONS(7672), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, + [103946] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(7674), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, + [103959] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(7676), 1, + anon_sym_SEMI, + STATE(4293), 1, + aux_sym_declaration_repeat1, + [103972] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3909), 1, anon_sym_RBRACE, - STATE(4385), 1, - aux_sym_enumerator_list_repeat1, - [103910] = 3, + ACTIONS(7678), 1, + anon_sym_COMMA, + STATE(4219), 1, + aux_sym_initializer_list_repeat1, + [103985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7300), 1, + ACTIONS(7680), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [103994] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7682), 1, + anon_sym_GT2, + STATE(4193), 1, + aux_sym_template_argument_list_repeat1, + [104007] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5413), 1, + anon_sym_COMMA, + ACTIONS(5415), 1, + anon_sym_RBRACE, + STATE(4190), 1, + aux_sym_initializer_list_repeat1, + [104020] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7684), 1, anon_sym_catch, - STATE(683), 2, + STATE(687), 2, sym_catch_clause, aux_sym_try_statement_repeat1, - [103921] = 4, + [104031] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(7302), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, - [103934] = 4, + ACTIONS(7686), 1, + anon_sym_COMMA, + ACTIONS(7688), 1, + anon_sym_RPAREN, + STATE(4211), 1, + aux_sym_alone_macro_call_repeat1, + [104044] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7304), 1, + ACTIONS(7690), 1, anon_sym_SEMI, - STATE(4277), 1, + STATE(4291), 1, aux_sym_declaration_repeat1, - [103947] = 4, + [104057] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5986), 1, - anon_sym_RPAREN, - ACTIONS(7306), 1, + ACTIONS(7433), 1, anon_sym_COMMA, - STATE(4244), 1, - aux_sym_preproc_argument_list_repeat1, - [103960] = 4, + ACTIONS(7435), 1, + anon_sym_LBRACE, + STATE(4220), 1, + aux_sym_base_class_clause_repeat1, + [104070] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7309), 1, + ACTIONS(7692), 1, sym_identifier, - STATE(2391), 1, - sym_template_type, - STATE(2462), 1, + STATE(2451), 1, sym_template_function, - [103973] = 4, + STATE(2471), 1, + sym_template_type, + [104083] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(7433), 1, anon_sym_COMMA, - ACTIONS(7311), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [103986] = 4, + ACTIONS(7435), 1, + anon_sym_LBRACE, + STATE(4222), 1, + aux_sym_base_class_clause_repeat1, + [104096] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3621), 1, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7694), 1, anon_sym_RBRACE, - ACTIONS(7313), 1, - anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [103999] = 4, + STATE(4664), 1, + sym_enumerator, + [104109] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(5645), 1, + anon_sym_RBRACK, + ACTIONS(7696), 1, anon_sym_COMMA, - ACTIONS(7315), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [104012] = 4, + STATE(4262), 1, + aux_sym_lambda_capture_specifier_repeat1, + [104122] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(7699), 1, anon_sym_COMMA, - ACTIONS(7317), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [104025] = 4, + ACTIONS(7702), 1, + anon_sym_RBRACK, + STATE(4263), 1, + aux_sym_structured_binding_declarator_repeat1, + [104135] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7319), 1, - anon_sym_COMMA, - ACTIONS(7322), 1, - anon_sym_RPAREN, - STATE(4250), 1, - aux_sym_preproc_params_repeat1, - [104038] = 4, + ACTIONS(7704), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2203), 1, + sym_template_function, + [104148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(4985), 1, + ACTIONS(7706), 1, anon_sym_RPAREN, - STATE(4378), 1, + STATE(4228), 1, aux_sym_argument_list_repeat1, - [104051] = 4, + [104161] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(4847), 1, + ACTIONS(5419), 1, anon_sym_RPAREN, - STATE(4287), 1, + STATE(4301), 1, aux_sym_argument_list_repeat1, - [104064] = 4, + [104174] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7324), 1, + ACTIONS(7708), 1, sym_identifier, - STATE(1297), 1, + STATE(1303), 1, sym_template_type, - STATE(2209), 1, + STATE(2203), 1, sym_template_function, - [104077] = 4, + [104187] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 1, + ACTIONS(7710), 1, anon_sym_COMMA, - ACTIONS(7328), 1, + ACTIONS(7712), 1, anon_sym_RBRACE, - STATE(4289), 1, + STATE(4303), 1, aux_sym_enumerator_list_repeat1, - [104090] = 2, + [104200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7263), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [104099] = 4, + ACTIONS(7714), 1, + anon_sym_COMMA, + ACTIONS(7717), 1, + anon_sym_RBRACK_RBRACK, + STATE(4269), 1, + aux_sym_attribute_declaration_repeat1, + [104213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7330), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7333), 1, + ACTIONS(7719), 1, anon_sym_SEMI, - STATE(4256), 1, + STATE(4230), 1, aux_sym_type_definition_repeat2, - [104112] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7335), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2209), 1, - sym_template_function, - [104125] = 4, + [104226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(7721), 1, anon_sym_COMMA, - ACTIONS(7337), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [104138] = 4, + ACTIONS(7723), 1, + anon_sym_RBRACE, + STATE(4231), 1, + aux_sym_enumerator_list_repeat1, + [104239] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, - anon_sym_COMMA, - ACTIONS(7339), 1, - anon_sym_LBRACE, - STATE(4186), 1, - aux_sym_base_class_clause_repeat1, - [104151] = 4, + ACTIONS(7725), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2203), 1, + sym_template_function, + [104252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(7635), 1, anon_sym_COMMA, - ACTIONS(7341), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [104164] = 4, + ACTIONS(7727), 1, + anon_sym_RPAREN, + STATE(4233), 1, + aux_sym_preproc_params_repeat1, + [104265] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(7694), 1, + anon_sym_RBRACE, + ACTIONS(7729), 1, anon_sym_COMMA, - ACTIONS(7343), 1, - anon_sym_SEMI, - STATE(4371), 1, - aux_sym_declaration_repeat1, - [104177] = 3, + STATE(4225), 1, + aux_sym_enumerator_list_repeat1, + [104278] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7347), 2, + ACTIONS(5348), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [104188] = 2, + ACTIONS(5423), 1, + anon_sym_RPAREN, + STATE(4234), 1, + aux_sym_argument_list_repeat1, + [104291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6599), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [104197] = 4, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + ACTIONS(7731), 1, + anon_sym_constexpr, + STATE(926), 1, + sym_condition_clause, + [104304] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5837), 1, + ACTIONS(7647), 1, anon_sym_COMMA, - ACTIONS(7349), 1, + ACTIONS(7733), 1, anon_sym_RPAREN, - STATE(4244), 1, - aux_sym_preproc_argument_list_repeat1, - [104210] = 4, + STATE(4239), 1, + aux_sym_parameter_list_repeat1, + [104317] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, - anon_sym_RBRACE, - ACTIONS(5068), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - STATE(4403), 1, - aux_sym_initializer_list_repeat1, - [104223] = 4, + ACTIONS(7737), 1, + anon_sym_RBRACK_RBRACK, + STATE(4269), 1, + aux_sym_attribute_declaration_repeat1, + [104330] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6735), 1, + ACTIONS(7739), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2203), 1, + sym_template_function, + [104343] = 4, + ACTIONS(6218), 1, anon_sym_LPAREN2, - ACTIONS(6737), 1, - anon_sym_LBRACK, - STATE(3333), 1, - sym_parameter_list, - [104236] = 4, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7741), 1, + anon_sym_LF, + STATE(3397), 1, + sym_preproc_argument_list, + [104356] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7351), 1, + ACTIONS(7743), 1, anon_sym_SEMI, - STATE(4360), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [104249] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4859), 1, - anon_sym_COMMA, - ACTIONS(4861), 1, - anon_sym_RBRACE, - STATE(4221), 1, - aux_sym_initializer_list_repeat1, - [104262] = 4, + [104369] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7353), 1, + ACTIONS(7745), 1, anon_sym_RBRACK_RBRACK, - STATE(4350), 1, + STATE(4295), 1, aux_sym_attribute_declaration_repeat1, - [104275] = 4, + [104382] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(7686), 1, anon_sym_COMMA, - ACTIONS(7355), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [104288] = 4, + ACTIONS(7747), 1, + anon_sym_RPAREN, + STATE(4256), 1, + aux_sym_alone_macro_call_repeat1, + [104395] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7749), 1, + sym_identifier, + STATE(2122), 1, + sym_template_function, + STATE(2262), 1, + sym_template_type, + [104408] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7357), 1, + ACTIONS(7751), 1, anon_sym_GT2, - STATE(4308), 1, + STATE(4322), 1, aux_sym_template_argument_list_repeat1, - [104301] = 3, + [104421] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3407), 1, - anon_sym_EQ, - ACTIONS(3405), 2, + ACTIONS(6489), 1, anon_sym_COMMA, - anon_sym_GT2, - [104312] = 4, + ACTIONS(7753), 1, + anon_sym_SEMI, + STATE(4248), 1, + aux_sym_declaration_repeat1, + [104434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2439), 1, - anon_sym_LBRACE, - ACTIONS(7359), 1, - anon_sym_COLON_COLON, - STATE(629), 1, - sym_declaration_list, - [104325] = 4, + ACTIONS(7755), 1, + anon_sym_catch, + STATE(109), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [104445] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, - anon_sym_COMMA, - ACTIONS(7361), 1, - anon_sym_RPAREN, - STATE(4233), 1, - aux_sym_argument_list_repeat1, - [104338] = 4, + ACTIONS(7757), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2203), 1, + sym_template_function, + [104458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - ACTIONS(7363), 1, - anon_sym_constexpr, - STATE(1170), 1, - sym_condition_clause, - [104351] = 4, + ACTIONS(2437), 1, + anon_sym_LBRACE, + ACTIONS(7598), 1, + anon_sym_COLON_COLON, + STATE(511), 1, + sym_declaration_list, + [104471] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7365), 1, + ACTIONS(7759), 1, anon_sym_SEMI, - STATE(4360), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [104364] = 4, + [104484] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7367), 1, + ACTIONS(7761), 1, anon_sym_SEMI, - STATE(4360), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [104377] = 4, + [104497] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7763), 1, + anon_sym_catch, + STATE(110), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [104508] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7369), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7371), 1, - anon_sym_RBRACE, - STATE(4224), 1, - aux_sym_enumerator_list_repeat1, - [104390] = 4, + ACTIONS(7765), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, + [104521] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7767), 1, sym_identifier, - ACTIONS(7371), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, - [104403] = 4, + STATE(2203), 1, + sym_template_function, + STATE(2262), 1, + sym_template_type, + [104534] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7373), 1, - anon_sym_RPAREN, - STATE(4233), 1, - aux_sym_argument_list_repeat1, - [104416] = 4, + ACTIONS(7769), 1, + anon_sym_RBRACK_RBRACK, + STATE(4269), 1, + aux_sym_attribute_declaration_repeat1, + [104547] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(7375), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [104429] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7377), 1, - anon_sym_catch, - STATE(102), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [104440] = 4, + ACTIONS(5437), 1, + anon_sym_RPAREN, + STATE(4314), 1, + aux_sym_argument_list_repeat1, + [104560] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, + ACTIONS(7686), 1, anon_sym_COMMA, - ACTIONS(7379), 1, + ACTIONS(7771), 1, anon_sym_RPAREN, STATE(4211), 1, - aux_sym_parameter_list_repeat1, - [104453] = 4, + aux_sym_alone_macro_call_repeat1, + [104573] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(7773), 1, anon_sym_COMMA, - ACTIONS(7381), 1, - anon_sym_SEMI, - STATE(4353), 1, - aux_sym_declaration_repeat1, - [104466] = 4, + ACTIONS(7775), 1, + anon_sym_RBRACE, + STATE(4316), 1, + aux_sym_enumerator_list_repeat1, + [104586] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7383), 1, + ACTIONS(7777), 1, anon_sym_SEMI, - STATE(4256), 1, + STATE(4230), 1, aux_sym_type_definition_repeat2, - [104479] = 4, + [104599] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5837), 1, + ACTIONS(7656), 1, anon_sym_COMMA, - ACTIONS(7385), 1, - anon_sym_RPAREN, - STATE(4244), 1, - aux_sym_preproc_argument_list_repeat1, - [104492] = 4, + ACTIONS(7779), 1, + anon_sym_GT2, + STATE(4241), 1, + aux_sym_template_parameter_list_repeat1, + [104612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(7387), 1, + ACTIONS(7781), 1, anon_sym_RPAREN, - STATE(4233), 1, + STATE(4228), 1, aux_sym_argument_list_repeat1, - [104505] = 4, + [104625] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7389), 1, + ACTIONS(7783), 1, anon_sym_RBRACE, - STATE(4762), 1, + STATE(4664), 1, sym_enumerator, - [104518] = 4, + [104638] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7389), 1, + ACTIONS(7783), 1, anon_sym_RBRACE, - ACTIONS(7391), 1, + ACTIONS(7785), 1, anon_sym_COMMA, - STATE(4224), 1, + STATE(4225), 1, aux_sym_enumerator_list_repeat1, - [104531] = 4, + [104651] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7393), 1, + ACTIONS(7686), 1, + anon_sym_COMMA, + ACTIONS(7787), 1, + anon_sym_RPAREN, + STATE(4297), 1, + aux_sym_alone_macro_call_repeat1, + [104664] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7789), 1, sym_identifier, - STATE(1297), 1, + STATE(1303), 1, sym_template_type, - STATE(2112), 1, + STATE(2203), 1, sym_template_function, - [104544] = 4, + [104677] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7395), 1, - anon_sym_RPAREN, - STATE(4230), 1, - aux_sym_parameter_list_repeat1, - [104557] = 4, + ACTIONS(7791), 1, + anon_sym_SEMI, + STATE(4309), 1, + aux_sym_declaration_repeat1, + [104690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7397), 1, - anon_sym_RPAREN, - STATE(4283), 1, - aux_sym_parameter_list_repeat1, - [104570] = 4, + ACTIONS(7793), 1, + anon_sym_GT2, + STATE(4326), 1, + aux_sym_template_argument_list_repeat1, + [104703] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7399), 1, + ACTIONS(7795), 1, anon_sym_SEMI, - STATE(4360), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [104583] = 4, + [104716] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7401), 1, + ACTIONS(7797), 1, anon_sym_SEMI, - STATE(4360), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [104596] = 4, + [104729] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, + anon_sym_COMMA, + ACTIONS(7799), 1, + anon_sym_RPAREN, + STATE(4329), 1, + aux_sym_parameter_list_repeat1, + [104742] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7801), 1, + anon_sym_GT2, + STATE(4245), 1, + aux_sym_template_argument_list_repeat1, + [104755] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7803), 1, sym_identifier, - ACTIONS(7403), 1, + STATE(1303), 1, + sym_template_type, + STATE(2122), 1, + sym_template_function, + [104768] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(7805), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [104781] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(7807), 1, + anon_sym_RPAREN, + STATE(4228), 1, + aux_sym_argument_list_repeat1, + [104794] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7809), 1, anon_sym_RBRACE, - STATE(4762), 1, + STATE(4664), 1, sym_enumerator, - [104609] = 4, + [104807] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7405), 1, - anon_sym_COMMA, - ACTIONS(7407), 1, + ACTIONS(7809), 1, anon_sym_RBRACE, - STATE(4234), 1, + ACTIONS(7811), 1, + anon_sym_COMMA, + STATE(4225), 1, aux_sym_enumerator_list_repeat1, - [104622] = 4, + [104820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, + ACTIONS(7686), 1, anon_sym_COMMA, - ACTIONS(7409), 1, + ACTIONS(7813), 1, anon_sym_RPAREN, - STATE(4356), 1, - aux_sym_parameter_list_repeat1, - [104635] = 4, - ACTIONS(5869), 1, + STATE(4211), 1, + aux_sym_alone_macro_call_repeat1, + [104833] = 4, + ACTIONS(6218), 1, anon_sym_LPAREN2, - ACTIONS(5871), 1, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7411), 1, + ACTIONS(7815), 1, anon_sym_LF, - STATE(3390), 1, + STATE(3397), 1, sym_preproc_argument_list, - [104648] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4845), 1, - anon_sym_COMMA, - ACTIONS(4857), 1, - anon_sym_RPAREN, - STATE(4236), 1, - aux_sym_argument_list_repeat1, - [104661] = 4, + [104846] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7413), 1, - anon_sym_RPAREN, - STATE(4209), 1, - aux_sym_alone_macro_call_repeat1, - [104674] = 4, + ACTIONS(7817), 1, + anon_sym_RBRACK_RBRACK, + STATE(4278), 1, + aux_sym_attribute_declaration_repeat1, + [104859] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7415), 1, + ACTIONS(7819), 1, anon_sym_GT2, - STATE(4237), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [104687] = 4, + [104872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7417), 1, - anon_sym_RBRACK_RBRACK, - STATE(4350), 1, - aux_sym_attribute_declaration_repeat1, - [104700] = 4, + ACTIONS(7821), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [104885] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7419), 1, - anon_sym_RPAREN, - STATE(4209), 1, - aux_sym_alone_macro_call_repeat1, - [104713] = 4, + ACTIONS(7823), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [104898] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(4000), 1, + anon_sym_RBRACE, + ACTIONS(7825), 1, anon_sym_COMMA, - ACTIONS(7421), 1, - anon_sym_RBRACK_RBRACK, - STATE(4350), 1, - aux_sym_attribute_declaration_repeat1, - [104726] = 4, + STATE(4219), 1, + aux_sym_initializer_list_repeat1, + [104911] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7423), 1, - anon_sym_RPAREN, - STATE(4209), 1, - aux_sym_alone_macro_call_repeat1, - [104739] = 4, + ACTIONS(7827), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [104924] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7425), 1, + ACTIONS(7829), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [104752] = 4, + [104937] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7427), 1, + ACTIONS(7831), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [104765] = 4, + [104950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7429), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [104778] = 4, - ACTIONS(5869), 1, - anon_sym_LPAREN2, - ACTIONS(5871), 1, + ACTIONS(7833), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [104963] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7431), 1, - anon_sym_LF, - STATE(3390), 1, - sym_preproc_argument_list, - [104791] = 4, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7835), 1, + anon_sym_RBRACE, + STATE(4664), 1, + sym_enumerator, + [104976] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, + ACTIONS(7647), 1, anon_sym_COMMA, - ACTIONS(7433), 1, + ACTIONS(7837), 1, anon_sym_RPAREN, - STATE(4303), 1, - aux_sym_alone_macro_call_repeat1, - [104804] = 4, + STATE(4210), 1, + aux_sym_parameter_list_repeat1, + [104989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7435), 1, + ACTIONS(5210), 1, + anon_sym_RBRACE, + ACTIONS(5356), 1, anon_sym_COMMA, - ACTIONS(7438), 1, - anon_sym_RPAREN, - STATE(4311), 1, - aux_sym_throw_specifier_repeat1, - [104817] = 4, + STATE(4251), 1, + aux_sym_initializer_list_repeat1, + [105002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5064), 1, + ACTIONS(6180), 1, anon_sym_COMMA, - ACTIONS(5066), 1, - anon_sym_RBRACE, - STATE(4247), 1, - aux_sym_initializer_list_repeat1, - [104830] = 4, + ACTIONS(7839), 1, + anon_sym_RPAREN, + STATE(4205), 1, + aux_sym_preproc_argument_list_repeat1, + [105015] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7440), 1, + ACTIONS(7841), 1, anon_sym_SEMI, - STATE(4256), 1, + STATE(4230), 1, aux_sym_type_definition_repeat2, - [104843] = 4, + [105028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7442), 1, + ACTIONS(7843), 1, anon_sym_RBRACE, - STATE(4762), 1, + STATE(4664), 1, sym_enumerator, - [104856] = 4, + [105041] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7444), 1, - sym_identifier, - STATE(2112), 1, - sym_template_function, - STATE(2255), 1, - sym_template_type, - [104869] = 4, + ACTIONS(7686), 1, + anon_sym_COMMA, + ACTIONS(7845), 1, + anon_sym_RPAREN, + STATE(4317), 1, + aux_sym_alone_macro_call_repeat1, + [105054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7446), 1, + ACTIONS(5403), 1, anon_sym_COMMA, - ACTIONS(7448), 1, + ACTIONS(5405), 1, anon_sym_RBRACE, - STATE(4401), 1, - aux_sym_enumerator_list_repeat1, - [104882] = 4, + STATE(4323), 1, + aux_sym_initializer_list_repeat1, + [105067] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(7450), 1, - anon_sym_SEMI, - STATE(4258), 1, - aux_sym_declaration_repeat1, - [104895] = 4, + ACTIONS(7847), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2203), 1, + sym_template_function, + [105080] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4935), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(4937), 1, - anon_sym_RBRACE, - STATE(4345), 1, - aux_sym_initializer_list_repeat1, - [104908] = 3, + ACTIONS(5350), 1, + anon_sym_RPAREN, + STATE(4339), 1, + aux_sym_argument_list_repeat1, + [105093] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7452), 1, - anon_sym_catch, - STATE(108), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [104919] = 4, + ACTIONS(7534), 1, + anon_sym_COMMA, + ACTIONS(7849), 1, + anon_sym_RPAREN, + STATE(4340), 1, + aux_sym_throw_specifier_repeat1, + [105106] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(7454), 1, - anon_sym_GT2, - STATE(4412), 1, - aux_sym_template_argument_list_repeat1, - [104932] = 4, + ACTIONS(7851), 1, + anon_sym_RPAREN, + STATE(4228), 1, + aux_sym_argument_list_repeat1, + [105119] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 1, - anon_sym_LBRACE, - ACTIONS(7359), 1, - anon_sym_COLON_COLON, - STATE(504), 1, - sym_declaration_list, - [104945] = 4, + ACTIONS(7534), 1, + anon_sym_COMMA, + ACTIONS(7853), 1, + anon_sym_RPAREN, + STATE(4189), 1, + aux_sym_throw_specifier_repeat1, + [105132] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7550), 1, anon_sym_LPAREN2, - ACTIONS(7456), 1, + ACTIONS(7855), 1, anon_sym_constexpr, - STATE(1189), 1, + STATE(1038), 1, sym_condition_clause, - [104958] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7458), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2209), 1, - sym_template_function, - [104971] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7460), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2044), 1, - sym_template_method, - [104984] = 4, + [105145] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7462), 1, + ACTIONS(7857), 1, anon_sym_COMMA, - ACTIONS(7464), 1, + ACTIONS(7859), 1, anon_sym_RBRACE, - STATE(4369), 1, + STATE(4274), 1, aux_sym_enumerator_list_repeat1, - [104997] = 3, + [105158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7468), 1, + ACTIONS(7863), 1, anon_sym_EQ, - ACTIONS(7466), 2, + ACTIONS(7861), 2, anon_sym_COMMA, anon_sym_RBRACE, - [105008] = 4, + [105169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7470), 1, + ACTIONS(5226), 1, anon_sym_COMMA, - ACTIONS(7472), 1, - anon_sym_RBRACE, - STATE(4278), 1, - aux_sym_enumerator_list_repeat1, - [105021] = 4, + ACTIONS(7865), 1, + anon_sym_RBRACK, + STATE(4262), 1, + aux_sym_lambda_capture_specifier_repeat1, + [105182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(4785), 1, anon_sym_COMMA, - ACTIONS(5040), 1, + ACTIONS(7867), 1, + anon_sym_RBRACK, + STATE(4263), 1, + aux_sym_structured_binding_declarator_repeat1, + [105195] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(5352), 1, anon_sym_RPAREN, - STATE(4280), 1, + STATE(4265), 1, aux_sym_argument_list_repeat1, - [105034] = 4, + [105208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7474), 1, + ACTIONS(7869), 1, anon_sym_RBRACK_RBRACK, - STATE(4359), 1, + STATE(4269), 1, aux_sym_attribute_declaration_repeat1, - [105047] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4939), 1, - anon_sym_COMMA, - ACTIONS(7476), 1, - anon_sym_RBRACK, - STATE(4358), 1, - aux_sym_lambda_capture_specifier_repeat1, - [105060] = 4, + [105221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(7478), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [105073] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1512), 3, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - [105082] = 4, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + ACTIONS(7871), 1, + anon_sym_constexpr, + STATE(852), 1, + sym_condition_clause, + [105234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5052), 1, - anon_sym_COMMA, - ACTIONS(5054), 1, - anon_sym_RBRACE, - STATE(4427), 1, - aux_sym_initializer_list_repeat1, - [105095] = 4, - ACTIONS(3), 1, + ACTIONS(7873), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2122), 1, + sym_template_function, + [105247] = 4, + ACTIONS(6218), 1, + anon_sym_LPAREN2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7269), 1, - anon_sym_COMMA, - ACTIONS(7480), 1, - anon_sym_RBRACK_RBRACK, - STATE(4269), 1, - aux_sym_attribute_declaration_repeat1, - [105108] = 4, + ACTIONS(7875), 1, + anon_sym_LF, + STATE(3397), 1, + sym_preproc_argument_list, + [105260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7482), 1, + ACTIONS(7877), 1, anon_sym_RBRACK_RBRACK, - STATE(4350), 1, + STATE(4358), 1, aux_sym_attribute_declaration_repeat1, - [105121] = 4, + [105273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 1, + ACTIONS(4785), 1, anon_sym_COMMA, - ACTIONS(7484), 1, + ACTIONS(7879), 1, anon_sym_RBRACK, - STATE(4355), 1, + STATE(4345), 1, aux_sym_structured_binding_declarator_repeat1, - [105134] = 4, + [105286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(7486), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [105147] = 4, + ACTIONS(2393), 1, + anon_sym_LBRACE, + ACTIONS(7598), 1, + anon_sym_COLON_COLON, + STATE(199), 1, + sym_declaration_list, + [105299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7488), 1, - sym_identifier, - STATE(2209), 1, - sym_template_function, - STATE(2255), 1, - sym_template_type, - [105160] = 4, + ACTIONS(7201), 1, + anon_sym_catch, + STATE(3974), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [105310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7490), 1, + ACTIONS(7881), 1, anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [105173] = 4, + STATE(4364), 1, + aux_sym_declaration_repeat1, + [105323] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7883), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2122), 1, + sym_template_function, + [105336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7686), 1, anon_sym_COMMA, - ACTIONS(7492), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [105186] = 4, + ACTIONS(7885), 1, + anon_sym_RPAREN, + STATE(4211), 1, + aux_sym_alone_macro_call_repeat1, + [105349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7494), 1, - anon_sym_GT2, - STATE(4416), 1, - aux_sym_template_argument_list_repeat1, - [105199] = 4, + ACTIONS(7887), 1, + anon_sym_RBRACK_RBRACK, + STATE(4269), 1, + aux_sym_attribute_declaration_repeat1, + [105362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(5348), 1, anon_sym_COMMA, - ACTIONS(4999), 1, + ACTIONS(5425), 1, anon_sym_RPAREN, - STATE(4351), 1, + STATE(4370), 1, aux_sym_argument_list_repeat1, - [105212] = 4, + [105375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(7889), 1, anon_sym_COMMA, - ACTIONS(7496), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [105225] = 4, + ACTIONS(7891), 1, + anon_sym_RBRACE, + STATE(4372), 1, + aux_sym_enumerator_list_repeat1, + [105388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5429), 1, anon_sym_COMMA, - ACTIONS(7498), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [105238] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3617), 1, + ACTIONS(5431), 1, anon_sym_RBRACE, - ACTIONS(7500), 1, - anon_sym_COMMA, - STATE(4195), 1, + STATE(4375), 1, aux_sym_initializer_list_repeat1, - [105251] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7269), 1, - anon_sym_COMMA, - ACTIONS(7502), 1, - anon_sym_RBRACK_RBRACK, - STATE(4302), 1, - aux_sym_attribute_declaration_repeat1, - [105264] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(7504), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [105277] = 4, + [105401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7506), 1, + ACTIONS(7893), 1, anon_sym_GT2, - STATE(4340), 1, + STATE(4384), 1, aux_sym_template_argument_list_repeat1, - [105290] = 4, + [105414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7508), 1, + ACTIONS(7895), 1, anon_sym_SEMI, - STATE(4360), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [105303] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7510), 1, - anon_sym_COMMA, - ACTIONS(7513), 1, - anon_sym_RBRACK_RBRACK, - STATE(4350), 1, - aux_sym_attribute_declaration_repeat1, - [105316] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4845), 1, - anon_sym_COMMA, - ACTIONS(7515), 1, - anon_sym_RPAREN, - STATE(4233), 1, - aux_sym_argument_list_repeat1, - [105329] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7517), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2112), 1, - sym_template_function, - [105342] = 4, + [105427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7519), 1, + ACTIONS(7897), 1, anon_sym_SEMI, - STATE(4360), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [105355] = 3, + [105440] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 1, - anon_sym_COLON_COLON, - ACTIONS(4411), 2, - anon_sym_LPAREN2, - anon_sym_LBRACE, - [105366] = 4, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7899), 1, + anon_sym_RBRACE, + STATE(4664), 1, + sym_enumerator, + [105453] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7521), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7524), 1, - anon_sym_RBRACK, - STATE(4355), 1, - aux_sym_structured_binding_declarator_repeat1, - [105379] = 4, + ACTIONS(7901), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [105466] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, + ACTIONS(7647), 1, anon_sym_COMMA, - ACTIONS(7526), 1, + ACTIONS(7903), 1, anon_sym_RPAREN, - STATE(4211), 1, + STATE(4385), 1, aux_sym_parameter_list_repeat1, - [105392] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(7528), 1, - anon_sym_SEMI, - STATE(4293), 1, - aux_sym_declaration_repeat1, - [105405] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5232), 1, - anon_sym_RBRACK, - ACTIONS(7530), 1, - anon_sym_COMMA, - STATE(4358), 1, - aux_sym_lambda_capture_specifier_repeat1, - [105418] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7269), 1, - anon_sym_COMMA, - ACTIONS(7533), 1, - anon_sym_RBRACK_RBRACK, - STATE(4350), 1, - aux_sym_attribute_declaration_repeat1, - [105431] = 4, + [105479] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7535), 1, - anon_sym_COMMA, - ACTIONS(7538), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [105444] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7232), 1, + ACTIONS(7686), 1, anon_sym_COMMA, - ACTIONS(7540), 1, + ACTIONS(7905), 1, anon_sym_RPAREN, - STATE(4407), 1, + STATE(4357), 1, aux_sym_alone_macro_call_repeat1, - [105457] = 4, + [105492] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7542), 1, + ACTIONS(7907), 1, anon_sym_SEMI, - STATE(4270), 1, - aux_sym_declaration_repeat1, - [105470] = 4, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [105505] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - ACTIONS(7544), 1, - anon_sym_constexpr, - STATE(1119), 1, - sym_condition_clause, - [105483] = 4, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(7909), 1, + anon_sym_RPAREN, + STATE(4228), 1, + aux_sym_argument_list_repeat1, + [105518] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7546), 1, + ACTIONS(7911), 1, anon_sym_RBRACE, - STATE(4762), 1, + STATE(4664), 1, sym_enumerator, - [105496] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7548), 1, - anon_sym_catch, - STATE(110), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [105507] = 4, + [105531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(7911), 1, + anon_sym_RBRACE, + ACTIONS(7913), 1, anon_sym_COMMA, - ACTIONS(7550), 1, - anon_sym_SEMI, - STATE(4398), 1, - aux_sym_declaration_repeat1, - [105520] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6862), 1, - anon_sym_catch, - STATE(3984), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [105531] = 4, + STATE(4225), 1, + aux_sym_enumerator_list_repeat1, + [105544] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7552), 1, + ACTIONS(7915), 1, sym_identifier, - STATE(1297), 1, + STATE(1303), 1, sym_template_type, - STATE(2462), 1, + STATE(2203), 1, sym_template_function, - [105544] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7546), 1, - anon_sym_RBRACE, - ACTIONS(7554), 1, - anon_sym_COMMA, - STATE(4224), 1, - aux_sym_enumerator_list_repeat1, [105557] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - ACTIONS(7556), 1, - anon_sym_constexpr, - STATE(1127), 1, - sym_condition_clause, + ACTIONS(5433), 1, + anon_sym_COMMA, + ACTIONS(5435), 1, + anon_sym_RBRACE, + STATE(4383), 1, + aux_sym_initializer_list_repeat1, [105570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(3989), 1, + anon_sym_RBRACE, + ACTIONS(7917), 1, anon_sym_COMMA, - ACTIONS(7558), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, + STATE(4219), 1, + aux_sym_initializer_list_repeat1, [105583] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7560), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, + ACTIONS(7919), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, [105596] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(7359), 1, - anon_sym_COLON_COLON, - STATE(225), 1, - sym_declaration_list, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7921), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, [105609] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7562), 1, + ACTIONS(7923), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, [105622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7564), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7566), 1, - anon_sym_RBRACE, - STATE(4409), 1, - aux_sym_enumerator_list_repeat1, + ACTIONS(7925), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, [105635] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7568), 1, + ACTIONS(7927), 1, anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, + STATE(4412), 1, + aux_sym_declaration_repeat1, [105648] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7570), 1, + ACTIONS(7929), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, [105661] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, - anon_sym_COMMA, - ACTIONS(7572), 1, - anon_sym_RPAREN, - STATE(4233), 1, - aux_sym_argument_list_repeat1, + ACTIONS(7931), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2451), 1, + sym_template_function, [105674] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(3985), 1, + anon_sym_RBRACE, + ACTIONS(7933), 1, anon_sym_COMMA, - ACTIONS(7574), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, + STATE(4219), 1, + aux_sym_initializer_list_repeat1, [105687] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7576), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, + ACTIONS(7935), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, [105700] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(7578), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, - [105713] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7580), 3, + ACTIONS(7647), 1, anon_sym_COMMA, + ACTIONS(7937), 1, anon_sym_RPAREN, - anon_sym_GT2, - [105722] = 4, + STATE(4210), 1, + aux_sym_parameter_list_repeat1, + [105713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7582), 1, + ACTIONS(7939), 1, anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [105735] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(7584), 1, - anon_sym_GT2, - STATE(4374), 1, - aux_sym_template_argument_list_repeat1, - [105748] = 4, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [105726] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7578), 1, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7941), 1, anon_sym_RBRACE, - ACTIONS(7586), 1, - anon_sym_COMMA, - STATE(4224), 1, - aux_sym_enumerator_list_repeat1, - [105761] = 4, + STATE(4664), 1, + sym_enumerator, + [105739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7588), 1, + ACTIONS(7945), 1, + anon_sym_RPAREN, + ACTIONS(7943), 2, + anon_sym_DOT_DOT_DOT, sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2112), 1, - sym_template_function, - [105774] = 2, + [105750] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7580), 3, + ACTIONS(7947), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [105783] = 4, + ACTIONS(7949), 1, + anon_sym_RBRACE, + STATE(4423), 1, + aux_sym_enumerator_list_repeat1, + [105763] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + ACTIONS(7951), 1, + anon_sym_constexpr, + STATE(876), 1, + sym_condition_clause, + [105776] = 4, + ACTIONS(6218), 1, + anon_sym_LPAREN2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7953), 1, + anon_sym_LF, + STATE(3397), 1, + sym_preproc_argument_list, + [105789] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(6931), 1, - anon_sym_LBRACE, - STATE(4180), 1, - aux_sym_base_class_clause_repeat1, - [105796] = 4, + ACTIONS(7955), 1, + anon_sym_RBRACK_RBRACK, + STATE(4347), 1, + aux_sym_attribute_declaration_repeat1, + [105802] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7590), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - STATE(2209), 1, - sym_template_function, - [105809] = 4, + ACTIONS(7957), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [105811] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 1, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7592), 1, - anon_sym_RBRACK, - STATE(4336), 1, - aux_sym_structured_binding_declarator_repeat1, - [105822] = 4, + ACTIONS(7959), 1, + anon_sym_RBRACK_RBRACK, + STATE(4421), 1, + aux_sym_attribute_declaration_repeat1, + [105824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7594), 1, - anon_sym_RPAREN, - STATE(4233), 1, - aux_sym_argument_list_repeat1, - [105835] = 4, + ACTIONS(7961), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [105837] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7596), 1, + ACTIONS(7963), 1, anon_sym_GT2, - STATE(4425), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [105848] = 4, + [105850] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2397), 1, - anon_sym_LBRACE, - ACTIONS(7359), 1, - anon_sym_COLON_COLON, - STATE(608), 1, - sym_declaration_list, - [105861] = 4, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7965), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [105863] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7598), 1, + ACTIONS(7967), 1, anon_sym_GT2, - STATE(4202), 1, - aux_sym_template_parameter_list_repeat1, - [105874] = 4, + STATE(4395), 1, + aux_sym_template_argument_list_repeat1, + [105876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(7600), 1, + ACTIONS(7957), 3, anon_sym_SEMI, - STATE(4380), 1, - aux_sym_declaration_repeat1, - [105887] = 4, + anon_sym_LBRACE, + anon_sym_EQ, + [105885] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, - anon_sym_COMMA, - ACTIONS(6931), 1, - anon_sym_LBRACE, - STATE(4186), 1, - aux_sym_base_class_clause_repeat1, - [105900] = 4, + ACTIONS(7969), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(2203), 1, + sym_template_function, + [105898] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(7602), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [105913] = 4, + ACTIONS(2435), 1, + anon_sym_LBRACE, + ACTIONS(7598), 1, + anon_sym_COLON_COLON, + STATE(557), 1, + sym_declaration_list, + [105911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(7604), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [105926] = 4, + ACTIONS(7971), 1, + anon_sym_catch, + STATE(103), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [105922] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7606), 1, - anon_sym_RPAREN, - STATE(4300), 1, - aux_sym_alone_macro_call_repeat1, - [105939] = 2, + ACTIONS(7973), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [105935] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7608), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, + ACTIONS(5290), 1, + anon_sym_COMMA, + ACTIONS(7975), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, [105948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7403), 1, - anon_sym_RBRACE, - ACTIONS(7610), 1, + ACTIONS(7977), 1, anon_sym_COMMA, - STATE(4224), 1, + ACTIONS(7979), 1, + anon_sym_RBRACE, + STATE(4225), 1, aux_sym_enumerator_list_repeat1, [105961] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7612), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, + ACTIONS(7981), 1, + anon_sym_GT2, + STATE(4439), 1, + aux_sym_template_argument_list_repeat1, [105974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 1, + ACTIONS(7246), 1, + sym_identifier, + ACTIONS(7979), 1, anon_sym_RBRACE, - ACTIONS(7614), 1, - anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, + STATE(4664), 1, + sym_enumerator, [105987] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(7616), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(7983), 1, + anon_sym_RPAREN, + STATE(4228), 1, + aux_sym_argument_list_repeat1, [106000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7618), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, + ACTIONS(7985), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, [106013] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7620), 1, + ACTIONS(7987), 1, anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, + STATE(4240), 1, + aux_sym_declaration_repeat1, [106026] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7622), 1, - anon_sym_RPAREN, - STATE(4209), 1, - aux_sym_alone_macro_call_repeat1, + ACTIONS(7989), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, [106039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - ACTIONS(7624), 1, - anon_sym_RBRACE, - STATE(4762), 1, - sym_enumerator, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(7991), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, [106052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7624), 1, - anon_sym_RBRACE, - ACTIONS(7626), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - STATE(4224), 1, - aux_sym_enumerator_list_repeat1, + ACTIONS(7993), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, [106065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7628), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, + ACTIONS(7995), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, [106078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7630), 1, + ACTIONS(7997), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4403), 1, aux_sym_template_argument_list_repeat1, [106091] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7632), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, + ACTIONS(7999), 1, + anon_sym_SEMI, + STATE(4433), 1, + aux_sym_declaration_repeat1, [106104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(8001), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + STATE(3715), 1, + sym_template_function, + [106117] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6489), 1, + anon_sym_COMMA, + ACTIONS(8003), 1, + anon_sym_SEMI, + STATE(4410), 1, + aux_sym_declaration_repeat1, + [106130] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7106), 1, + anon_sym_LPAREN2, + ACTIONS(7108), 1, + anon_sym_LBRACK, + STATE(3342), 1, + sym_parameter_list, + [106143] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(8005), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [106156] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7735), 1, anon_sym_COMMA, - ACTIONS(7634), 1, + ACTIONS(8007), 1, anon_sym_RBRACK_RBRACK, - STATE(4335), 1, + STATE(4269), 1, aux_sym_attribute_declaration_repeat1, - [106117] = 3, + [106169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7636), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7638), 2, + ACTIONS(8009), 1, + anon_sym_RBRACE, + STATE(4664), 1, + sym_enumerator, + [106182] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8009), 1, + anon_sym_RBRACE, + ACTIONS(8011), 1, anon_sym_COMMA, - anon_sym_GT2, - [106128] = 4, - ACTIONS(5869), 1, - anon_sym_LPAREN2, - ACTIONS(5871), 1, + STATE(4225), 1, + aux_sym_enumerator_list_repeat1, + [106195] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7640), 1, - anon_sym_LF, - STATE(3390), 1, - sym_preproc_argument_list, - [106141] = 4, + ACTIONS(5348), 1, + anon_sym_COMMA, + ACTIONS(5421), 1, + anon_sym_RPAREN, + STATE(4408), 1, + aux_sym_argument_list_repeat1, + [106208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(8013), 1, anon_sym_COMMA, - ACTIONS(7642), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [106154] = 4, + ACTIONS(8015), 1, + anon_sym_RBRACE, + STATE(4405), 1, + aux_sym_enumerator_list_repeat1, + [106221] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6854), 1, + anon_sym_COMMA, + ACTIONS(8017), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [106234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7644), 1, + ACTIONS(8019), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [106167] = 4, + [106247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7646), 1, + ACTIONS(8021), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [106180] = 4, + [106260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7648), 1, + ACTIONS(8023), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [106193] = 4, + [106273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7650), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [106206] = 4, + ACTIONS(8025), 1, + anon_sym_SEMI, + STATE(4230), 1, + aux_sym_type_definition_repeat2, + [106286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7652), 1, + ACTIONS(8027), 1, anon_sym_SEMI, - STATE(4433), 1, + STATE(4240), 1, aux_sym_declaration_repeat1, - [106219] = 4, + [106299] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7158), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7654), 1, - anon_sym_RPAREN, - STATE(4250), 1, - aux_sym_preproc_params_repeat1, - [106232] = 4, + ACTIONS(8029), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, + [106312] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7656), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [106245] = 4, + ACTIONS(8031), 1, + anon_sym_SEMI, + STATE(4240), 1, + aux_sym_declaration_repeat1, + [106325] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7658), 1, + ACTIONS(8033), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4427), 1, aux_sym_template_argument_list_repeat1, - [106258] = 4, + [106338] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6489), 1, anon_sym_COMMA, - ACTIONS(7660), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [106271] = 4, + ACTIONS(8035), 1, + anon_sym_SEMI, + STATE(4431), 1, + aux_sym_declaration_repeat1, + [106351] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7662), 1, + ACTIONS(8037), 1, anon_sym_GT2, - STATE(4199), 1, + STATE(4376), 1, aux_sym_template_argument_list_repeat1, - [106284] = 4, + [106364] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3630), 1, - anon_sym_RBRACE, - ACTIONS(7664), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [106297] = 4, + ACTIONS(8039), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [106377] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7666), 1, + ACTIONS(8041), 1, anon_sym_GT2, - STATE(4426), 1, + STATE(4216), 1, aux_sym_template_argument_list_repeat1, - [106310] = 4, + [106390] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(5290), 1, anon_sym_COMMA, - ACTIONS(7668), 1, - anon_sym_SEMI, - STATE(4256), 1, - aux_sym_type_definition_repeat2, - [106323] = 4, + ACTIONS(8043), 1, + anon_sym_GT2, + STATE(4216), 1, + aux_sym_template_argument_list_repeat1, + [106403] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(7246), 1, sym_identifier, - ACTIONS(7670), 1, + ACTIONS(8045), 1, anon_sym_RBRACE, - STATE(4762), 1, + STATE(4664), 1, sym_enumerator, - [106336] = 4, + [106416] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(6854), 1, anon_sym_COMMA, - ACTIONS(7672), 1, + ACTIONS(8047), 1, anon_sym_SEMI, - STATE(4256), 1, + STATE(4230), 1, aux_sym_type_definition_repeat2, - [106349] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(7674), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [106362] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6108), 1, - anon_sym_COMMA, - ACTIONS(7676), 1, - anon_sym_SEMI, - STATE(4360), 1, - aux_sym_declaration_repeat1, - [106375] = 3, + [106429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7678), 1, - anon_sym_RPAREN, - ACTIONS(7680), 1, - aux_sym_alone_macro_call_token1, - [106385] = 2, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(5073), 1, + sym_argument_list, + [106439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7347), 2, - anon_sym_COMMA, + ACTIONS(4158), 1, anon_sym_LBRACE, - [106393] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2984), 1, - anon_sym_LT, - STATE(2498), 1, - sym_template_argument_list, - [106403] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1603), 2, - anon_sym_else, - anon_sym_while, - [106411] = 3, + STATE(2597), 1, + sym_field_declaration_list, + [106449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3804), 1, + STATE(3794), 1, sym_field_declaration_list, - [106421] = 3, + [106459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3801), 1, + STATE(3849), 1, sym_field_declaration_list, - [106431] = 3, + [106469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3799), 1, + STATE(3850), 1, sym_field_declaration_list, - [106441] = 3, + [106479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3796), 1, + STATE(3851), 1, sym_field_declaration_list, - [106451] = 3, + [106489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3789), 1, - sym_field_declaration_list, - [106461] = 3, + ACTIONS(1591), 2, + anon_sym_else, + anon_sym_while, + [106497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3795), 1, - sym_field_declaration_list, - [106471] = 3, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + STATE(859), 1, + sym_condition_clause, + [106507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3794), 1, - sym_field_declaration_list, - [106481] = 3, + ACTIONS(1599), 2, + anon_sym_else, + anon_sym_while, + [106515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(3792), 1, + STATE(1350), 1, sym_field_declaration_list, - [106491] = 3, + [106525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3787), 1, - sym_field_declaration_list, - [106501] = 2, + ACTIONS(1623), 2, + anon_sym_else, + anon_sym_while, + [106533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1607), 2, + ACTIONS(1631), 2, anon_sym_else, anon_sym_while, - [106509] = 2, + [106541] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1627), 2, + ACTIONS(1643), 2, anon_sym_else, anon_sym_while, - [106517] = 2, + [106549] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1689), 2, + ACTIONS(1575), 2, anon_sym_else, anon_sym_while, - [106525] = 3, + [106557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(1647), 2, + anon_sym_else, + anon_sym_while, + [106565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(3822), 1, + STATE(1452), 1, sym_field_declaration_list, - [106535] = 3, + [106575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(3788), 1, + STATE(1448), 1, sym_field_declaration_list, - [106545] = 3, + [106585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3821), 1, + STATE(3788), 1, sym_field_declaration_list, - [106555] = 2, + [106595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1697), 2, - anon_sym_else, - anon_sym_while, - [106563] = 3, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1443), 1, + sym_field_declaration_list, + [106605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1212), 1, - sym_condition_clause, - [106573] = 3, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1440), 1, + sym_field_declaration_list, + [106615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(1342), 1, + STATE(1426), 1, sym_field_declaration_list, - [106583] = 2, + [106625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1575), 2, - anon_sym_else, - anon_sym_while, - [106591] = 2, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3789), 1, + sym_field_declaration_list, + [106635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1693), 2, - anon_sym_else, - anon_sym_while, - [106599] = 3, + ACTIONS(3427), 1, + anon_sym_LBRACE, + STATE(1359), 1, + sym_field_declaration_list, + [106645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7682), 1, - sym_identifier, - STATE(2001), 1, - sym_template_type, - [106609] = 3, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3790), 1, + sym_field_declaration_list, + [106655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(1335), 1, + STATE(3791), 1, sym_field_declaration_list, - [106619] = 3, + [106665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2986), 1, + ACTIONS(3354), 1, anon_sym_LT, - STATE(3626), 1, + STATE(3653), 1, sym_template_argument_list, - [106629] = 3, + [106675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2958), 1, - sym_initializer_list, - [106639] = 3, + STATE(3792), 1, + sym_field_declaration_list, + [106685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(2097), 1, + STATE(1425), 1, sym_field_declaration_list, - [106649] = 3, + [106695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1312), 1, - sym_field_declaration_list, - [106659] = 3, + ACTIONS(1655), 1, + anon_sym_while, + ACTIONS(8049), 1, + anon_sym_else, + [106705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(342), 1, - sym_compound_statement, - [106669] = 3, + STATE(3793), 1, + sym_field_declaration_list, + [106715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1148), 1, - sym_condition_clause, - [106679] = 3, + ACTIONS(1665), 2, + anon_sym_else, + anon_sym_while, + [106723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2081), 1, + STATE(3795), 1, sym_field_declaration_list, - [106689] = 3, + [106733] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1611), 2, + anon_sym_else, + anon_sym_while, + [106741] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1677), 2, + anon_sym_else, + anon_sym_while, + [106749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2386), 1, + STATE(1320), 1, sym_field_declaration_list, - [106699] = 3, + [106759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2084), 1, + STATE(3854), 1, sym_field_declaration_list, - [106709] = 3, + [106769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1103), 1, - sym_condition_clause, - [106719] = 3, + ACTIONS(8051), 1, + anon_sym_LT, + STATE(2085), 1, + sym_template_argument_list, + [106779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - STATE(452), 1, - sym_compound_statement, - [106729] = 3, + ACTIONS(3354), 1, + anon_sym_LT, + STATE(1294), 1, + sym_template_argument_list, + [106789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2706), 1, - anon_sym_LBRACE, - STATE(4491), 1, - sym_compound_statement, - [106739] = 3, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [106797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3834), 1, - sym_field_declaration_list, - [106749] = 3, + ACTIONS(1685), 2, + anon_sym_else, + anon_sym_while, + [106805] = 3, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8053), 1, + anon_sym_LF, + ACTIONS(8055), 1, + sym_preproc_arg, + [106815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3835), 1, - sym_field_declaration_list, - [106759] = 3, + ACTIONS(1689), 2, + anon_sym_else, + anon_sym_while, + [106823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3842), 1, - sym_field_declaration_list, - [106769] = 3, + ACTIONS(1693), 2, + anon_sym_else, + anon_sym_while, + [106831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3845), 1, - sym_field_declaration_list, - [106779] = 3, + ACTIONS(1697), 2, + anon_sym_else, + anon_sym_while, + [106839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7684), 1, + ACTIONS(3362), 1, anon_sym_LT, - STATE(1995), 1, + STATE(2509), 1, + sym_template_argument_list, + [106849] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1587), 2, + anon_sym_else, + anon_sym_while, + [106857] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1617), 1, + anon_sym_while, + ACTIONS(8057), 1, + anon_sym_else, + [106867] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1563), 2, + anon_sym_else, + anon_sym_while, + [106875] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8059), 1, + anon_sym_LT, + STATE(2007), 1, sym_template_argument_list, - [106789] = 3, + [106885] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + STATE(452), 1, + sym_compound_statement, + [106895] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 2, + anon_sym_else, + anon_sym_while, + [106903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(3852), 1, + STATE(1458), 1, sym_field_declaration_list, - [106799] = 3, + [106913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(3854), 1, + STATE(3806), 1, sym_field_declaration_list, - [106809] = 3, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7686), 1, - anon_sym_LF, - ACTIONS(7688), 1, - sym_preproc_arg, - [106819] = 2, + [106923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7690), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [106827] = 3, + ACTIONS(8061), 1, + anon_sym_RPAREN, + ACTIONS(8063), 1, + aux_sym_alone_macro_call_token1, + [106933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6212), 1, - anon_sym_LT, - STATE(3560), 1, - sym_template_argument_list, - [106837] = 3, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7692), 1, - anon_sym_LF, - ACTIONS(7694), 1, - sym_preproc_arg, - [106847] = 3, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7696), 1, - anon_sym_LF, - ACTIONS(7698), 1, - sym_preproc_arg, - [106857] = 3, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1460), 1, + sym_field_declaration_list, + [106943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1671), 1, - anon_sym_while, - ACTIONS(7700), 1, + ACTIONS(1661), 2, anon_sym_else, - [106867] = 3, + anon_sym_while, + [106951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2360), 1, + STATE(3807), 1, sym_field_declaration_list, - [106877] = 3, + [106961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1198), 1, - sym_condition_clause, - [106887] = 3, + ACTIONS(1579), 2, + anon_sym_else, + anon_sym_while, + [106969] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1651), 2, + anon_sym_else, + anon_sym_while, + [106977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5056), 1, + ACTIONS(5252), 1, anon_sym_RBRACK, - ACTIONS(7702), 1, + ACTIONS(8065), 1, anon_sym_COMMA, - [106897] = 3, - ACTIONS(3), 1, + [106987] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(3780), 1, - anon_sym_LBRACE, - STATE(3855), 1, - sym_field_declaration_list, - [106907] = 3, + ACTIONS(8067), 1, + anon_sym_LF, + ACTIONS(8069), 1, + sym_preproc_arg, + [106997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(3848), 1, + STATE(1411), 1, sym_field_declaration_list, - [106917] = 3, + [107007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - STATE(3846), 1, - sym_field_declaration_list, - [106927] = 2, + STATE(179), 1, + sym_compound_statement, + [107017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1659), 2, - anon_sym_else, - anon_sym_while, - [106935] = 2, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + STATE(875), 1, + sym_condition_clause, + [107027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 2, - anon_sym_else, - anon_sym_while, - [106943] = 3, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1449), 1, + sym_field_declaration_list, + [107037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2986), 1, + ACTIONS(3354), 1, anon_sym_LT, - STATE(1484), 1, + STATE(1493), 1, sym_template_argument_list, - [106953] = 3, + [107047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4138), 1, anon_sym_LBRACE, - STATE(2382), 1, + STATE(3811), 1, sym_field_declaration_list, - [106963] = 2, + [107057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1623), 2, - anon_sym_else, - anon_sym_while, - [106971] = 2, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3812), 1, + sym_field_declaration_list, + [107067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1619), 2, - anon_sym_else, - anon_sym_while, - [106979] = 2, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1450), 1, + sym_field_declaration_list, + [107077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1611), 2, - anon_sym_else, - anon_sym_while, - [106987] = 2, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1437), 1, + sym_field_declaration_list, + [107087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1595), 2, - anon_sym_else, - anon_sym_while, - [106995] = 2, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1436), 1, + sym_field_declaration_list, + [107097] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3782), 2, + ACTIONS(4120), 2, anon_sym_COMMA, anon_sym_RBRACK, - [107003] = 3, - ACTIONS(5871), 1, + [107105] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7704), 1, - anon_sym_LF, - ACTIONS(7706), 1, - sym_preproc_arg, - [107013] = 3, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1434), 1, + sym_field_declaration_list, + [107115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7708), 1, - sym_identifier, - STATE(4714), 1, - sym_attribute, - [107023] = 2, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1453), 1, + sym_field_declaration_list, + [107125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1587), 2, - anon_sym_else, - anon_sym_while, - [107031] = 3, - ACTIONS(5871), 1, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3814), 1, + sym_field_declaration_list, + [107135] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7710), 1, + ACTIONS(8071), 1, anon_sym_LF, - ACTIONS(7712), 1, + ACTIONS(8073), 1, sym_preproc_arg, - [107041] = 3, + [107145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7684), 1, - anon_sym_LT, - STATE(2004), 1, - sym_template_argument_list, - [107051] = 3, + ACTIONS(1607), 2, + anon_sym_else, + anon_sym_while, + [107153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7714), 1, + ACTIONS(8051), 1, anon_sym_LT, - STATE(814), 1, + STATE(819), 1, sym_template_argument_list, - [107061] = 3, + [107163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1561), 1, - anon_sym_while, - ACTIONS(7716), 1, + ACTIONS(1603), 2, anon_sym_else, - [107071] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7169), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [107079] = 2, + anon_sym_while, + [107171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1591), 2, + ACTIONS(1539), 2, anon_sym_else, anon_sym_while, - [107087] = 2, + [107179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1615), 2, - anon_sym_else, - anon_sym_while, - [107095] = 3, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3815), 1, + sym_field_declaration_list, + [107189] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8075), 1, + sym_identifier, + STATE(2471), 1, + sym_template_type, + [107199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7718), 1, + ACTIONS(8077), 1, anon_sym_LT, - STATE(1996), 1, + STATE(2010), 1, sym_template_argument_list, - [107105] = 2, + [107209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1639), 2, + ACTIONS(1543), 2, anon_sym_else, anon_sym_while, - [107113] = 3, - ACTIONS(5871), 1, + [107217] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7720), 1, - anon_sym_LF, - ACTIONS(7722), 1, - sym_preproc_arg, - [107123] = 3, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1451), 1, + sym_field_declaration_list, + [107227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - STATE(1488), 1, + STATE(1497), 1, sym_template_argument_list, - [107133] = 2, + [107237] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1643), 2, + ACTIONS(1547), 2, anon_sym_else, anon_sym_while, - [107141] = 3, + [107245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7724), 1, - sym_identifier, - ACTIONS(7726), 1, - anon_sym_inline, - [107151] = 3, + ACTIONS(3174), 1, + anon_sym_LBRACE, + STATE(2375), 1, + sym_initializer_list, + [107255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, + ACTIONS(3362), 1, anon_sym_LT, - STATE(3626), 1, + STATE(3653), 1, sym_template_argument_list, - [107161] = 2, + [107265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1647), 2, + ACTIONS(1551), 2, anon_sym_else, anon_sym_while, - [107169] = 2, + [107273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1651), 2, + ACTIONS(1555), 2, anon_sym_else, anon_sym_while, - [107177] = 3, + [107281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7718), 1, + ACTIONS(8077), 1, anon_sym_LT, - STATE(2258), 1, + STATE(2276), 1, sym_template_argument_list, - [107187] = 2, + [107291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1655), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107195] = 2, + [107299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1663), 2, - anon_sym_else, - anon_sym_while, - [107203] = 3, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + STATE(874), 1, + sym_condition_clause, + [107309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7714), 1, + ACTIONS(8051), 1, anon_sym_LT, - STATE(816), 1, + STATE(822), 1, sym_template_argument_list, - [107213] = 3, + [107319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2986), 1, + ACTIONS(3354), 1, anon_sym_LT, - STATE(1470), 1, + STATE(1479), 1, sym_template_argument_list, - [107223] = 3, + [107329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5865), 1, - anon_sym_LT, - STATE(2247), 1, - sym_template_argument_list, - [107233] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7708), 1, - sym_identifier, - STATE(4329), 1, - sym_attribute, - [107243] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1667), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107251] = 3, + [107353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(2300), 1, + STATE(1422), 1, sym_field_declaration_list, - [107261] = 3, + [107363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, - anon_sym_LPAREN2, - STATE(2372), 1, - sym_argument_list, - [107271] = 2, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1421), 1, + sym_field_declaration_list, + [107373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1677), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107279] = 3, + [107381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7708), 1, + ACTIONS(8079), 1, sym_identifier, - STATE(4334), 1, + STATE(4282), 1, sym_attribute, - [107289] = 3, + [107391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7728), 1, + ACTIONS(8081), 1, anon_sym_LPAREN2, - STATE(4464), 1, + STATE(4773), 1, sym_condition_clause, - [107299] = 2, - ACTIONS(3), 1, + [107401] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(1681), 2, - anon_sym_else, - anon_sym_while, - [107307] = 2, + ACTIONS(8083), 1, + anon_sym_LF, + ACTIONS(8085), 1, + sym_preproc_arg, + [107411] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1685), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107315] = 2, - ACTIONS(5871), 1, + [107419] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7730), 2, + ACTIONS(8087), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [107323] = 3, + [107427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7732), 1, - sym_identifier, - STATE(2255), 1, - sym_template_type, - [107333] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2301), 1, - sym_field_declaration_list, - [107343] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107443] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107351] = 3, + [107451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2706), 1, + ACTIONS(2590), 1, anon_sym_LBRACE, - STATE(4365), 1, + STATE(4292), 1, sym_compound_statement, - [107361] = 3, + [107461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2302), 1, - sym_field_declaration_list, - [107371] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7734), 1, - sym_identifier, - ACTIONS(7736), 1, - anon_sym_LPAREN2, - [107381] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107477] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107389] = 3, + [107485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - STATE(5222), 1, + STATE(5044), 1, sym_argument_list, - [107399] = 3, + [107495] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1374), 1, - anon_sym_LBRACE, - STATE(694), 1, - sym_compound_statement, - [107409] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107503] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107417] = 3, + [107511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7738), 1, + ACTIONS(8089), 1, sym_identifier, - STATE(1297), 1, + STATE(1303), 1, sym_template_type, - [107427] = 2, + [107521] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107435] = 2, + [107529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107443] = 3, + [107537] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, - anon_sym_LBRACE, - STATE(2218), 1, - sym_initializer_list, - [107453] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107545] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107461] = 2, + [107553] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107469] = 3, + [107561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2273), 1, - sym_field_declaration_list, - [107479] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107569] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2349), 1, - sym_field_declaration_list, - [107489] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2350), 1, - sym_field_declaration_list, - [107499] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4738), 1, + ACTIONS(5112), 1, anon_sym_LPAREN2, - STATE(5124), 1, + STATE(4878), 1, sym_argument_list, - [107509] = 3, + [107595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2351), 1, - sym_field_declaration_list, - [107519] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2353), 1, - sym_field_declaration_list, - [107529] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107537] = 3, + [107619] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_LBRACE, - STATE(2274), 1, - sym_field_declaration_list, - [107547] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2336), 1, + STATE(2056), 1, sym_field_declaration_list, - [107557] = 3, + [107637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2339), 1, + STATE(2055), 1, sym_field_declaration_list, - [107567] = 3, + [107647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2341), 1, + STATE(2054), 1, sym_field_declaration_list, - [107577] = 3, + [107657] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2065), 1, - sym_field_declaration_list, - [107587] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107665] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107595] = 3, + [107673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, - anon_sym_LT, - STATE(1470), 1, - sym_template_argument_list, - [107605] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107613] = 3, + [107689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1167), 1, - sym_condition_clause, - [107623] = 2, + ACTIONS(8079), 1, + sym_identifier, + STATE(4392), 1, + sym_attribute, + [107699] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107631] = 2, + [107707] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107639] = 3, + [107715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4738), 1, - anon_sym_LPAREN2, - STATE(5182), 1, - sym_argument_list, - [107649] = 3, + ACTIONS(6523), 1, + anon_sym_LT, + STATE(3586), 1, + sym_template_argument_list, + [107725] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7740), 1, + ACTIONS(8091), 1, anon_sym_RPAREN, - ACTIONS(7742), 1, + ACTIONS(8093), 1, aux_sym_alone_macro_call_token1, - [107659] = 2, + [107735] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107667] = 3, + [107743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7744), 1, + ACTIONS(8095), 1, anon_sym_default, - ACTIONS(7746), 1, + ACTIONS(8097), 1, anon_sym_delete, - [107677] = 2, + [107753] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2590), 1, + anon_sym_LBRACE, + STATE(4188), 1, + sym_compound_statement, + [107763] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107685] = 3, - ACTIONS(5871), 1, + [107771] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107779] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7748), 1, + ACTIONS(8099), 1, anon_sym_LF, - ACTIONS(7750), 1, + ACTIONS(8101), 1, sym_preproc_arg, - [107695] = 2, + [107789] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107703] = 2, + [107797] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107711] = 2, + [107805] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [107719] = 2, + [107813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, + ACTIONS(1639), 2, + anon_sym_else, + anon_sym_while, + [107821] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1635), 2, + anon_sym_else, + anon_sym_while, + [107829] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1627), 2, anon_sym_else, anon_sym_while, - [107727] = 3, + [107837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2333), 1, + STATE(2049), 1, sym_field_declaration_list, - [107737] = 3, + [107847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2332), 1, + STATE(2048), 1, sym_field_declaration_list, - [107747] = 3, + [107857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2329), 1, + STATE(2065), 1, sym_field_declaration_list, - [107757] = 2, + [107867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [107765] = 3, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2062), 1, + sym_field_declaration_list, + [107877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2328), 1, + STATE(2061), 1, sym_field_declaration_list, - [107775] = 3, + [107887] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5112), 1, + anon_sym_LPAREN2, + STATE(5232), 1, + sym_argument_list, + [107897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(8103), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(2323), 1, + [107905] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2060), 1, sym_field_declaration_list, - [107785] = 2, + [107915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107793] = 3, + ACTIONS(832), 1, + anon_sym_LBRACE, + STATE(227), 1, + sym_compound_statement, + [107925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2322), 1, + STATE(2059), 1, sym_field_declaration_list, - [107803] = 3, + [107935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7752), 1, - sym_identifier, - STATE(2044), 1, - sym_template_method, - [107813] = 2, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2058), 1, + sym_field_declaration_list, + [107945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107821] = 2, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2057), 1, + sym_field_declaration_list, + [107955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107829] = 2, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2574), 1, + sym_field_declaration_list, + [107965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107837] = 3, + ACTIONS(8105), 2, + anon_sym_COMMA, + anon_sym_GT2, + [107973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7718), 1, - anon_sym_LT, - STATE(2046), 1, - sym_template_argument_list, - [107847] = 3, - ACTIONS(5871), 1, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2572), 1, + sym_field_declaration_list, + [107983] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 1, - anon_sym_LF, - ACTIONS(7756), 1, - sym_preproc_arg, - [107857] = 2, + ACTIONS(7524), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [107991] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107865] = 2, + ACTIONS(7546), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [107999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107873] = 2, + ACTIONS(8107), 1, + anon_sym_LPAREN2, + STATE(4863), 1, + sym_parenthesized_expression, + [108009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1599), 2, - anon_sym_else, - anon_sym_while, - [107881] = 2, + ACTIONS(3362), 1, + anon_sym_LT, + STATE(1294), 1, + sym_template_argument_list, + [108019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107889] = 3, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3825), 1, + sym_field_declaration_list, + [108029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2618), 1, + STATE(2571), 1, sym_field_declaration_list, - [107899] = 2, + [108039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107907] = 2, + ACTIONS(7246), 1, + sym_identifier, + STATE(4664), 1, + sym_enumerator, + [108049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107915] = 3, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3826), 1, + sym_field_declaration_list, + [108059] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(269), 1, + anon_sym_LBRACE, + STATE(107), 1, + sym_compound_statement, + [108069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7758), 1, + ACTIONS(8081), 1, anon_sym_LPAREN2, - STATE(4834), 1, - sym_parenthesized_expression, - [107925] = 2, + STATE(4491), 1, + sym_condition_clause, + [108079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107933] = 2, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(4783), 1, + sym_parameter_list, + [108089] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8109), 2, + anon_sym_LF, + sym_preproc_arg, + [108097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107941] = 2, + ACTIONS(4138), 1, + anon_sym_LBRACE, + STATE(3828), 1, + sym_field_declaration_list, + [108107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [107949] = 3, + ACTIONS(7557), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [108115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1374), 1, - anon_sym_LBRACE, - STATE(758), 1, - sym_compound_statement, - [107959] = 3, + ACTIONS(3362), 1, + anon_sym_LT, + STATE(4238), 1, + sym_template_argument_list, + [108125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(7550), 1, anon_sym_LPAREN2, - STATE(1130), 1, + STATE(881), 1, sym_condition_clause, - [107969] = 3, + [108135] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8059), 1, + anon_sym_LT, + STATE(2038), 1, + sym_template_argument_list, + [108145] = 3, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8111), 1, + anon_sym_LF, + ACTIONS(8113), 1, + sym_preproc_arg, + [108155] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7573), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [108163] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7578), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [108171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(8115), 2, + anon_sym_COLON_COLON, anon_sym_LBRACE, - STATE(2295), 1, - sym_field_declaration_list, - [107979] = 3, + [108179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(2293), 1, + STATE(1418), 1, sym_field_declaration_list, - [107989] = 3, + [108189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5835), 1, + ACTIONS(7550), 1, anon_sym_LPAREN2, - STATE(4802), 1, - sym_parameter_list, - [107999] = 3, + STATE(889), 1, + sym_condition_clause, + [108199] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7583), 2, + anon_sym_COMMA, + anon_sym_GT2, + [108207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(3747), 1, anon_sym_LBRACE, - STATE(2289), 1, + STATE(1417), 1, sym_field_declaration_list, - [108009] = 2, + [108217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [108017] = 2, + ACTIONS(8117), 2, + anon_sym_COMMA, + anon_sym_GT2, + [108225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [108025] = 2, + ACTIONS(3747), 1, + anon_sym_LBRACE, + STATE(1416), 1, + sym_field_declaration_list, + [108235] = 3, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8119), 1, + anon_sym_LF, + ACTIONS(8121), 1, + sym_preproc_arg, + [108245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [108033] = 3, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2068), 1, + sym_field_declaration_list, + [108255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7760), 1, - sym_identifier, - STATE(3564), 1, - sym_template_type, - [108043] = 3, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2069), 1, + sym_field_declaration_list, + [108265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2060), 1, + STATE(2072), 1, sym_field_declaration_list, - [108053] = 2, + [108275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [108061] = 3, + ACTIONS(4178), 1, + anon_sym_LBRACE, + STATE(2073), 1, + sym_field_declaration_list, + [108285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2390), 1, + STATE(2075), 1, sym_field_declaration_list, - [108071] = 3, + [108295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2393), 1, + STATE(2077), 1, sym_field_declaration_list, - [108081] = 2, + [108305] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [108089] = 3, + ACTIONS(8123), 2, + anon_sym_COMMA, + anon_sym_GT2, + [108313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7728), 1, - anon_sym_LPAREN2, - STATE(4470), 1, - sym_condition_clause, - [108099] = 2, + ACTIONS(8125), 2, + anon_sym_COMMA, + anon_sym_GT2, + [108321] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1571), 2, - anon_sym_else, - anon_sym_while, - [108107] = 2, + ACTIONS(8127), 2, + anon_sym_COMMA, + anon_sym_GT2, + [108329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1567), 2, - anon_sym_else, - anon_sym_while, - [108115] = 3, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2582), 1, + sym_field_declaration_list, + [108339] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1141), 1, - sym_condition_clause, - [108125] = 2, + ACTIONS(5441), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [108347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1553), 2, - anon_sym_else, - anon_sym_while, - [108133] = 3, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2583), 1, + sym_field_declaration_list, + [108357] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5395), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [108365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2354), 1, + STATE(1330), 1, sym_field_declaration_list, - [108143] = 3, + [108375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2428), 1, + STATE(1327), 1, sym_field_declaration_list, - [108153] = 3, - ACTIONS(5871), 1, + [108385] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7762), 1, - anon_sym_LF, - ACTIONS(7764), 1, - sym_preproc_arg, - [108163] = 2, + ACTIONS(3427), 1, + anon_sym_LBRACE, + STATE(1324), 1, + sym_field_declaration_list, + [108395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 2, - anon_sym_else, - anon_sym_while, - [108171] = 3, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2585), 1, + sym_field_declaration_list, + [108405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2056), 1, + STATE(2586), 1, sym_field_declaration_list, - [108181] = 3, + [108415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7714), 1, + ACTIONS(8059), 1, anon_sym_LT, - STATE(811), 1, + STATE(2003), 1, sym_template_argument_list, - [108191] = 3, + [108425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2053), 1, - sym_field_declaration_list, - [108201] = 3, + ACTIONS(8129), 1, + anon_sym_LT, + STATE(2147), 1, + sym_template_argument_list, + [108435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2452), 1, + STATE(2595), 1, sym_field_declaration_list, - [108211] = 2, - ACTIONS(5871), 1, + [108445] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7766), 2, + ACTIONS(8131), 1, anon_sym_LF, + ACTIONS(8133), 1, sym_preproc_arg, - [108219] = 3, + [108455] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8135), 1, + sym_identifier, + STATE(3588), 1, + sym_template_type, + [108465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2052), 1, + STATE(2596), 1, sym_field_declaration_list, - [108229] = 3, + [108475] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1190), 1, - sym_condition_clause, - [108239] = 3, - ACTIONS(5871), 1, + ACTIONS(7615), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [108483] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7768), 1, - anon_sym_LF, - ACTIONS(7770), 1, - sym_preproc_arg, - [108249] = 2, + ACTIONS(8137), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [108491] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2601), 1, + sym_field_declaration_list, + [108501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7438), 2, + ACTIONS(5585), 2, anon_sym_COMMA, anon_sym_RPAREN, - [108257] = 2, + [108509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7772), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [108265] = 3, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + STATE(2165), 1, + sym_argument_list, + [108519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2456), 1, - sym_field_declaration_list, - [108275] = 3, + ACTIONS(8139), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [108527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1321), 1, + STATE(2301), 1, sym_field_declaration_list, - [108285] = 3, - ACTIONS(3), 1, + [108537] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7684), 1, - anon_sym_LT, - STATE(2030), 1, - sym_template_argument_list, - [108295] = 3, + ACTIONS(8141), 2, + anon_sym_LF, + sym_preproc_arg, + [108545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 1, - anon_sym_SEMI, - ACTIONS(4969), 1, - anon_sym_RPAREN, - [108305] = 3, + ACTIONS(8143), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [108553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2064), 1, + STATE(2303), 1, sym_field_declaration_list, - [108315] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7774), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - [108325] = 3, + [108563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, + ACTIONS(8059), 1, anon_sym_LT, - STATE(1299), 1, + STATE(2147), 1, sym_template_argument_list, - [108335] = 3, + [108573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(8145), 2, + anon_sym_LPAREN2, anon_sym_LBRACE, - STATE(1320), 1, - sym_field_declaration_list, - [108345] = 2, + [108581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7776), 2, - anon_sym_COMMA, - anon_sym_GT2, - [108353] = 3, + ACTIONS(2590), 1, + anon_sym_LBRACE, + STATE(4472), 1, + sym_compound_statement, + [108591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5835), 1, + ACTIONS(7550), 1, anon_sym_LPAREN2, - STATE(4794), 1, - sym_parameter_list, - [108363] = 3, + STATE(887), 1, + sym_condition_clause, + [108601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2546), 1, + STATE(2095), 1, sym_field_declaration_list, - [108373] = 3, + [108611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2082), 1, + STATE(2097), 1, sym_field_declaration_list, - [108383] = 3, + [108621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4178), 1, anon_sym_LBRACE, - STATE(2549), 1, + STATE(2099), 1, sym_field_declaration_list, - [108393] = 3, + [108631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(8145), 2, anon_sym_LPAREN2, - STATE(2153), 1, - sym_argument_list, - [108403] = 3, + anon_sym_LBRACE, + [108639] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8145), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [108647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2555), 1, + STATE(2304), 1, sym_field_declaration_list, - [108413] = 3, + [108657] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + STATE(906), 1, + sym_condition_clause, + [108667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(600), 1, + ACTIONS(1374), 1, anon_sym_LBRACE, - STATE(242), 1, + STATE(739), 1, sym_compound_statement, - [108423] = 3, + [108677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2078), 1, - sym_field_declaration_list, - [108433] = 2, - ACTIONS(5871), 1, + ACTIONS(8147), 1, + sym_identifier, + STATE(2008), 1, + sym_template_type, + [108687] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7778), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [108441] = 3, + ACTIONS(5399), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [108695] = 3, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8149), 1, + anon_sym_LF, + ACTIONS(8151), 1, + sym_preproc_arg, + [108705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2076), 1, - sym_field_declaration_list, - [108451] = 3, + ACTIONS(6661), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [108713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7780), 1, - anon_sym_RPAREN, - ACTIONS(7782), 1, - aux_sym_alone_macro_call_token1, - [108461] = 3, + ACTIONS(3719), 1, + anon_sym_LBRACE, + STATE(2973), 1, + sym_initializer_list, + [108723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(2039), 1, - sym_field_declaration_list, - [108471] = 3, + STATE(224), 1, + sym_compound_statement, + [108733] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8153), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [108741] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(8155), 2, + anon_sym_COLON_COLON, anon_sym_LBRACE, - STATE(2564), 1, - sym_field_declaration_list, - [108481] = 3, + [108749] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3362), 1, + anon_sym_LT, + STATE(2085), 1, + sym_template_argument_list, + [108759] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8157), 1, + sym_identifier, + STATE(2063), 1, + sym_template_method, + [108769] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + STATE(860), 1, + sym_condition_clause, + [108779] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8159), 2, + anon_sym_COMMA, + anon_sym_GT2, + [108787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2571), 1, + STATE(2618), 1, sym_field_declaration_list, - [108491] = 3, + [108797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2073), 1, + STATE(1339), 1, sym_field_declaration_list, - [108501] = 3, + [108807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2572), 1, + STATE(1337), 1, sym_field_declaration_list, - [108511] = 3, + [108817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2573), 1, + STATE(1336), 1, sym_field_declaration_list, - [108521] = 3, + [108827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2575), 1, + STATE(1335), 1, sym_field_declaration_list, - [108531] = 3, + [108837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2581), 1, + STATE(1334), 1, sym_field_declaration_list, - [108541] = 3, + [108847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2586), 1, + STATE(1333), 1, sym_field_declaration_list, - [108551] = 3, + [108857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2587), 1, + STATE(1332), 1, sym_field_declaration_list, - [108561] = 3, + [108867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2591), 1, + STATE(2493), 1, sym_field_declaration_list, - [108571] = 3, + [108877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2074), 1, + STATE(1329), 1, sym_field_declaration_list, - [108581] = 3, + [108887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, - anon_sym_LT, - STATE(2092), 1, - sym_template_argument_list, - [108591] = 3, + ACTIONS(8079), 1, + sym_identifier, + STATE(4351), 1, + sym_attribute, + [108897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_LBRACE, - STATE(2041), 1, - sym_field_declaration_list, - [108601] = 3, + ACTIONS(8081), 1, + anon_sym_LPAREN2, + STATE(4676), 1, + sym_condition_clause, + [108907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - sym_identifier, - STATE(4762), 1, - sym_enumerator, - [108611] = 3, + ACTIONS(2590), 1, + anon_sym_LBRACE, + STATE(4204), 1, + sym_compound_statement, + [108917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2042), 1, + STATE(1328), 1, sym_field_declaration_list, - [108621] = 3, + [108927] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8161), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [108935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2043), 1, + STATE(2617), 1, sym_field_declaration_list, - [108631] = 2, - ACTIONS(5871), 1, + [108945] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7784), 2, + ACTIONS(8163), 1, anon_sym_LF, + ACTIONS(8165), 1, sym_preproc_arg, - [108639] = 2, + [108955] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2623), 1, + sym_field_declaration_list, + [108965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7322), 2, + ACTIONS(2590), 1, + anon_sym_LBRACE, + STATE(4354), 1, + sym_compound_statement, + [108975] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7702), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [108647] = 3, + anon_sym_RBRACK, + [108983] = 3, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8167), 1, + anon_sym_LF, + ACTIONS(8169), 1, + sym_preproc_arg, + [108993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2602), 1, + STATE(2621), 1, sym_field_declaration_list, - [108657] = 3, + [109003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2603), 1, + STATE(2612), 1, sym_field_declaration_list, - [108667] = 3, + [109013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(2607), 1, + STATE(2602), 1, sym_field_declaration_list, - [108677] = 3, + [109023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2612), 1, + STATE(1351), 1, sym_field_declaration_list, - [108687] = 3, + [109033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2619), 1, + STATE(1349), 1, sym_field_declaration_list, - [108697] = 3, + [109043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(1315), 1, + STATE(1343), 1, sym_field_declaration_list, - [108707] = 3, + [109053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2706), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(4332), 1, - sym_compound_statement, - [108717] = 3, + STATE(1311), 1, + sym_field_declaration_list, + [109063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(1311), 1, + STATE(1314), 1, sym_field_declaration_list, - [108727] = 3, + [109073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(1303), 1, + STATE(2578), 1, sym_field_declaration_list, - [108737] = 3, + [109083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, - anon_sym_LT, - STATE(4354), 1, - sym_template_argument_list, - [108747] = 3, + ACTIONS(7717), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [109091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2067), 1, + STATE(2323), 1, sym_field_declaration_list, - [108757] = 3, + [109101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2068), 1, + STATE(2324), 1, sym_field_declaration_list, - [108767] = 3, + [109111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5817), 1, - anon_sym_LT, - STATE(2405), 1, - sym_template_argument_list, - [108777] = 3, - ACTIONS(5871), 1, + ACTIONS(8171), 1, + anon_sym_default, + ACTIONS(8173), 1, + anon_sym_delete, + [109121] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2359), 1, + sym_field_declaration_list, + [109131] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(8175), 2, anon_sym_LF, - ACTIONS(7788), 1, sym_preproc_arg, - [108787] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7708), 1, - sym_identifier, - STATE(4413), 1, - sym_attribute, - [108797] = 3, + [109139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7728), 1, - anon_sym_LPAREN2, - STATE(4471), 1, - sym_condition_clause, - [108807] = 3, + ACTIONS(8051), 1, + anon_sym_LT, + STATE(817), 1, + sym_template_argument_list, + [109149] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3427), 1, anon_sym_LBRACE, - STATE(2069), 1, + STATE(1312), 1, sym_field_declaration_list, - [108817] = 3, + [109159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7790), 1, - sym_identifier, - STATE(2044), 1, - sym_template_method, - [108827] = 2, - ACTIONS(5871), 1, + ACTIONS(8177), 1, + anon_sym_RPAREN, + ACTIONS(8179), 1, + aux_sym_alone_macro_call_token1, + [109169] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7792), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [108835] = 2, + ACTIONS(4126), 1, + anon_sym_LBRACE, + STATE(2327), 1, + sym_field_declaration_list, + [109179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [108843] = 3, + ACTIONS(8181), 1, + anon_sym_default, + ACTIONS(8183), 1, + anon_sym_delete, + [109189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7794), 1, + ACTIONS(8185), 1, sym_identifier, - STATE(2431), 1, + STATE(2063), 1, sym_template_method, - [108853] = 2, + [109199] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7223), 2, - anon_sym_COMMA, + ACTIONS(5354), 2, anon_sym_RPAREN, - [108861] = 3, - ACTIONS(3), 1, + anon_sym_SEMI, + [109207] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(2706), 1, - anon_sym_LBRACE, - STATE(4367), 1, - sym_compound_statement, - [108871] = 3, + ACTIONS(8187), 1, + anon_sym_LF, + ACTIONS(8189), 1, + sym_preproc_arg, + [109217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1302), 1, - sym_field_declaration_list, - [108881] = 2, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(4789), 1, + sym_parameter_list, + [109227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7796), 2, - anon_sym_COLON_COLON, + ACTIONS(4126), 1, anon_sym_LBRACE, - [108889] = 2, + STATE(2328), 1, + sym_field_declaration_list, + [109237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7206), 2, - anon_sym_COMMA, - anon_sym_GT2, - [108897] = 3, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + STATE(922), 1, + sym_condition_clause, + [109247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2706), 1, - anon_sym_LBRACE, - STATE(4192), 1, - sym_compound_statement, - [108907] = 3, + ACTIONS(8107), 1, + anon_sym_LPAREN2, + STATE(4851), 1, + sym_parenthesized_expression, + [109257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7714), 1, + ACTIONS(6178), 1, anon_sym_LT, - STATE(1985), 1, + STATE(2473), 1, sym_template_argument_list, - [108917] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7798), 2, - anon_sym_COMMA, - anon_sym_GT2, - [108925] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(600), 1, - anon_sym_LBRACE, - STATE(370), 1, - sym_compound_statement, - [108935] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1157), 1, - sym_condition_clause, - [108945] = 3, + [109267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2578), 1, - sym_field_declaration_list, - [108955] = 3, + ACTIONS(8079), 1, + sym_identifier, + STATE(4728), 1, + sym_attribute, + [109277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2576), 1, + STATE(2331), 1, sym_field_declaration_list, - [108965] = 3, + [109287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4738), 1, + ACTIONS(7550), 1, anon_sym_LPAREN2, - STATE(5174), 1, - sym_argument_list, - [108975] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2568), 1, - sym_field_declaration_list, - [108985] = 3, + STATE(1036), 1, + sym_condition_clause, + [109297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7800), 1, + ACTIONS(8191), 1, anon_sym_default, - ACTIONS(7802), 1, + ACTIONS(8193), 1, anon_sym_delete, - [108995] = 2, + [109307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7804), 2, - anon_sym_COMMA, - anon_sym_GT2, - [109003] = 2, + ACTIONS(3126), 1, + anon_sym_LBRACE, + STATE(2166), 1, + sym_initializer_list, + [109317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7513), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [109011] = 2, - ACTIONS(3), 1, + ACTIONS(8107), 1, + anon_sym_LPAREN2, + STATE(5013), 1, + sym_parenthesized_expression, + [109327] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7806), 2, - anon_sym_COMMA, - anon_sym_GT2, - [109019] = 3, + ACTIONS(8195), 1, + anon_sym_LF, + ACTIONS(8197), 1, + sym_preproc_arg, + [109337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7808), 1, + ACTIONS(8199), 1, sym_identifier, - STATE(2050), 1, - sym_template_type, - [109029] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7810), 2, - anon_sym_COMMA, - anon_sym_GT2, - [109037] = 2, + ACTIONS(8201), 1, + anon_sym_LPAREN2, + [109347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7524), 2, + ACTIONS(7515), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [109045] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7812), 1, - anon_sym_RPAREN, - ACTIONS(7814), 1, - aux_sym_alone_macro_call_token1, - [109055] = 2, + anon_sym_SEMI, + [109355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5134), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [109063] = 3, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2453), 1, + sym_field_declaration_list, + [109365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7816), 1, - anon_sym_default, - ACTIONS(7818), 1, - anon_sym_delete, - [109073] = 3, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2455), 1, + sym_field_declaration_list, + [109375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(2590), 1, anon_sym_LBRACE, - STATE(1429), 1, - sym_field_declaration_list, - [109083] = 2, + STATE(4255), 1, + sym_compound_statement, + [109385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5004), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [109091] = 3, + ACTIONS(8203), 1, + sym_identifier, + STATE(2262), 1, + sym_template_type, + [109395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7820), 1, - anon_sym_default, - ACTIONS(7822), 1, - anon_sym_delete, - [109101] = 3, + ACTIONS(7260), 1, + sym_identifier, + STATE(1303), 1, + sym_template_type, + [109405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1336), 1, - sym_field_declaration_list, - [109111] = 3, + ACTIONS(8107), 1, + anon_sym_LPAREN2, + STATE(5169), 1, + sym_parenthesized_expression, + [109415] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8205), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [109423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(8081), 1, anon_sym_LPAREN2, - STATE(1131), 1, + STATE(4685), 1, sym_condition_clause, - [109121] = 3, + [109433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1314), 1, + STATE(2333), 1, sym_field_declaration_list, - [109131] = 3, + [109443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4853), 1, - anon_sym_RPAREN, - ACTIONS(4855), 1, - anon_sym_SEMI, - [109141] = 3, - ACTIONS(5871), 1, + ACTIONS(4727), 1, + anon_sym_LPAREN2, + STATE(2389), 1, + sym_argument_list, + [109453] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7824), 1, - anon_sym_LF, - ACTIONS(7826), 1, - sym_preproc_arg, - [109151] = 3, - ACTIONS(5871), 1, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(4605), 1, + sym_parameter_list, + [109463] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7828), 1, - anon_sym_LF, - ACTIONS(7830), 1, - sym_preproc_arg, - [109161] = 3, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2441), 1, + sym_field_declaration_list, + [109473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1340), 1, + STATE(2366), 1, sym_field_declaration_list, - [109171] = 3, + [109483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5835), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(4543), 1, + STATE(4587), 1, sym_parameter_list, - [109181] = 3, + [109493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, + ACTIONS(8107), 1, anon_sym_LPAREN2, - STATE(1162), 1, - sym_condition_clause, - [109191] = 3, + STATE(5112), 1, + sym_parenthesized_expression, + [109503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7758), 1, - anon_sym_LPAREN2, - STATE(4883), 1, - sym_parenthesized_expression, - [109201] = 3, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2374), 1, + sym_field_declaration_list, + [109513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7758), 1, + ACTIONS(7550), 1, anon_sym_LPAREN2, - STATE(5140), 1, - sym_parenthesized_expression, - [109211] = 3, + STATE(854), 1, + sym_condition_clause, + [109523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(675), 1, anon_sym_LBRACE, - STATE(2464), 1, - sym_field_declaration_list, - [109221] = 3, + STATE(359), 1, + sym_compound_statement, + [109533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7832), 1, + ACTIONS(8207), 1, anon_sym_default, - ACTIONS(7834), 1, + ACTIONS(8209), 1, anon_sym_delete, - [109231] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2442), 1, - sym_field_declaration_list, - [109241] = 3, + [109543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - STATE(2361), 1, - sym_initializer_list, - [109251] = 3, + ACTIONS(6208), 1, + anon_sym_LPAREN2, + STATE(4691), 1, + sym_parameter_list, + [109553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2706), 1, + ACTIONS(2590), 1, anon_sym_LBRACE, - STATE(4241), 1, + STATE(4287), 1, sym_compound_statement, - [109261] = 3, + [109563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2471), 1, + STATE(2355), 1, sym_field_declaration_list, - [109271] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7836), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [109279] = 3, + [109573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6907), 1, - sym_identifier, - STATE(1297), 1, - sym_template_type, - [109289] = 3, - ACTIONS(3), 1, + ACTIONS(8077), 1, + anon_sym_LT, + STATE(2461), 1, + sym_template_argument_list, + [109583] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7758), 1, - anon_sym_LPAREN2, - STATE(5021), 1, - sym_parenthesized_expression, - [109299] = 3, + ACTIONS(8211), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [109591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1317), 1, + STATE(2339), 1, sym_field_declaration_list, - [109309] = 3, + [109601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7728), 1, + ACTIONS(8081), 1, anon_sym_LPAREN2, - STATE(4604), 1, + STATE(4793), 1, sym_condition_clause, - [109319] = 3, + [109611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7838), 1, + ACTIONS(8079), 1, sym_identifier, - STATE(2391), 1, - sym_template_type, - [109329] = 3, + STATE(4319), 1, + sym_attribute, + [109621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(675), 1, anon_sym_LBRACE, - STATE(2454), 1, - sym_field_declaration_list, - [109339] = 3, - ACTIONS(3), 1, + STATE(193), 1, + sym_compound_statement, + [109631] = 3, + ACTIONS(6220), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1316), 1, - sym_field_declaration_list, - [109349] = 3, + ACTIONS(8213), 1, + anon_sym_LF, + ACTIONS(8215), 1, + sym_preproc_arg, + [109641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1313), 1, - sym_field_declaration_list, - [109359] = 3, + ACTIONS(8217), 1, + sym_identifier, + ACTIONS(8219), 1, + anon_sym_inline, + [109651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1310), 1, + STATE(2340), 1, sym_field_declaration_list, - [109369] = 3, + [109661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5835), 1, + ACTIONS(8221), 1, + sym_identifier, + ACTIONS(8223), 1, anon_sym_LPAREN2, - STATE(4683), 1, - sym_parameter_list, - [109379] = 3, + [109671] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + sym_identifier, + STATE(2110), 1, + sym_template_type, + [109681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(1374), 1, anon_sym_LBRACE, - STATE(2414), 1, - sym_field_declaration_list, - [109389] = 3, + STATE(696), 1, + sym_compound_statement, + [109691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(4653), 1, - sym_parameter_list, - [109399] = 3, + ACTIONS(6238), 1, + anon_sym_LT, + STATE(2244), 1, + sym_template_argument_list, + [109701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1304), 1, - sym_field_declaration_list, - [109409] = 3, + ACTIONS(3362), 1, + anon_sym_LT, + STATE(1479), 1, + sym_template_argument_list, + [109711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - STATE(1309), 1, - sym_field_declaration_list, - [109419] = 3, + STATE(2678), 1, + sym_initializer_list, + [109721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(832), 1, anon_sym_LBRACE, - STATE(2409), 1, - sym_field_declaration_list, - [109429] = 3, + STATE(378), 1, + sym_compound_statement, + [109731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1308), 1, - sym_field_declaration_list, - [109439] = 3, + ACTIONS(7550), 1, + anon_sym_LPAREN2, + STATE(1012), 1, + sym_condition_clause, + [109741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - STATE(1339), 1, - sym_field_declaration_list, - [109449] = 3, + ACTIONS(8077), 1, + anon_sym_LT, + STATE(2107), 1, + sym_template_argument_list, + [109751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1341), 1, + STATE(2475), 1, sym_field_declaration_list, - [109459] = 3, + [109761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7758), 1, + ACTIONS(6208), 1, anon_sym_LPAREN2, - STATE(5030), 1, - sym_parenthesized_expression, - [109469] = 2, + STATE(4620), 1, + sym_parameter_list, + [109771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [109477] = 3, + ACTIONS(8227), 1, + anon_sym_default, + ACTIONS(8229), 1, + anon_sym_delete, + [109781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2415), 1, + STATE(2469), 1, sym_field_declaration_list, - [109487] = 3, + [109791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1415), 1, + STATE(2472), 1, sym_field_declaration_list, - [109497] = 3, + [109801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1448), 1, + STATE(2489), 1, sym_field_declaration_list, - [109507] = 3, + [109811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1449), 1, + STATE(2476), 1, sym_field_declaration_list, - [109517] = 3, + [109821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1450), 1, + STATE(2392), 1, sym_field_declaration_list, - [109527] = 3, + [109831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1413), 1, + STATE(2400), 1, sym_field_declaration_list, - [109537] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7840), 1, - anon_sym_default, - ACTIONS(7842), 1, - anon_sym_delete, - [109547] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7844), 1, - sym_identifier, - ACTIONS(7846), 1, - anon_sym_LPAREN2, - [109557] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7848), 2, - anon_sym_COMMA, - anon_sym_GT2, - [109565] = 3, + [109841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2470), 1, + STATE(2388), 1, sym_field_declaration_list, - [109575] = 3, + [109851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2410), 1, + STATE(2402), 1, sym_field_declaration_list, - [109585] = 3, + [109861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1407), 1, + STATE(2488), 1, sym_field_declaration_list, - [109595] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(269), 1, - anon_sym_LBRACE, - STATE(105), 1, - sym_compound_statement, - [109605] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7173), 1, - anon_sym_LPAREN2, - STATE(1099), 1, - sym_condition_clause, - [109615] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5106), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [109623] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(269), 1, - anon_sym_LBRACE, - STATE(165), 1, - sym_compound_statement, - [109633] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7850), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [109641] = 3, + [109871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2404), 1, + STATE(2487), 1, sym_field_declaration_list, - [109651] = 3, + [109881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(2437), 1, + STATE(2481), 1, sym_field_declaration_list, - [109661] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2706), 1, - anon_sym_LBRACE, - STATE(4319), 1, - sym_compound_statement, - [109671] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7852), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [109679] = 3, + [109891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1438), 1, + STATE(2478), 1, sym_field_declaration_list, - [109689] = 3, + [109901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1404), 1, + STATE(2433), 1, sym_field_declaration_list, - [109699] = 3, + [109911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7728), 1, + ACTIONS(8107), 1, anon_sym_LPAREN2, - STATE(4706), 1, - sym_condition_clause, - [109709] = 3, + STATE(5179), 1, + sym_parenthesized_expression, + [109921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4106), 1, anon_sym_LBRACE, - STATE(1411), 1, + STATE(2459), 1, sym_field_declaration_list, - [109719] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7708), 1, - sym_identifier, - STATE(4346), 1, - sym_attribute, - [109729] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7718), 1, - anon_sym_LT, - STATE(2411), 1, - sym_template_argument_list, - [109739] = 2, + [109931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7854), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - [109747] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7856), 2, - anon_sym_LF, - sym_preproc_arg, - [109755] = 3, + ACTIONS(5346), 1, + anon_sym_SEMI, + ACTIONS(5409), 1, + anon_sym_RPAREN, + [109941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1412), 1, + STATE(2350), 1, sym_field_declaration_list, - [109765] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7858), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [109773] = 3, + [109951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(237), 1, - sym_compound_statement, - [109783] = 3, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7860), 1, - anon_sym_LF, - ACTIONS(7862), 1, - sym_preproc_arg, - [109793] = 3, + STATE(2360), 1, + sym_field_declaration_list, + [109961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(2657), 1, - sym_initializer_list, - [109803] = 3, + STATE(2281), 1, + sym_field_declaration_list, + [109971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(1417), 1, + STATE(2573), 1, sym_field_declaration_list, - [109813] = 3, + [109981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - STATE(1419), 1, - sym_field_declaration_list, - [109823] = 3, + ACTIONS(8231), 1, + anon_sym_default, + ACTIONS(8233), 1, + anon_sym_delete, + [109991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(1422), 1, + STATE(2553), 1, sym_field_declaration_list, - [109833] = 3, + [110001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1423), 1, + STATE(2348), 1, sym_field_declaration_list, - [109843] = 3, + [110011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2986), 1, - anon_sym_LT, - STATE(1299), 1, - sym_template_argument_list, - [109853] = 3, + ACTIONS(8235), 1, + anon_sym_RPAREN, + ACTIONS(8237), 1, + aux_sym_alone_macro_call_token1, + [110021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(644), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(191), 1, - sym_compound_statement, - [109863] = 3, + STATE(2347), 1, + sym_field_declaration_list, + [110031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1424), 1, + STATE(2345), 1, sym_field_declaration_list, - [109873] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6260), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [109881] = 2, + [110041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5030), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [109889] = 3, + ACTIONS(8051), 1, + anon_sym_LT, + STATE(1995), 1, + sym_template_argument_list, + [110051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7708), 1, + ACTIONS(8079), 1, sym_identifier, - STATE(4229), 1, + STATE(4394), 1, sym_attribute, - [109899] = 3, + [110061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7728), 1, + ACTIONS(8081), 1, anon_sym_LPAREN2, - STATE(4778), 1, + STATE(4504), 1, sym_condition_clause, - [109909] = 3, + [110071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(4126), 1, anon_sym_LBRACE, - STATE(1426), 1, + STATE(2341), 1, sym_field_declaration_list, - [109919] = 3, + [110081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5835), 1, - anon_sym_LPAREN2, - STATE(4775), 1, - sym_parameter_list, - [109929] = 2, - ACTIONS(5871), 1, + ACTIONS(4158), 1, + anon_sym_LBRACE, + STATE(2620), 1, + sym_field_declaration_list, + [110091] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7864), 2, + ACTIONS(8239), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [109937] = 3, + [110099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3746), 1, - anon_sym_LBRACE, - STATE(2461), 1, - sym_field_declaration_list, - [109947] = 3, + ACTIONS(5344), 1, + anon_sym_RPAREN, + ACTIONS(5346), 1, + anon_sym_SEMI, + [110109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7684), 1, - anon_sym_LT, - STATE(2178), 1, - sym_template_argument_list, - [109957] = 2, + ACTIONS(8241), 1, + sym_identifier, + STATE(2492), 1, + sym_template_method, + [110119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7866), 2, - anon_sym_LPAREN2, + ACTIONS(4126), 1, anon_sym_LBRACE, - [109965] = 3, + STATE(2343), 1, + sym_field_declaration_list, + [110129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2706), 1, + ACTIONS(2590), 1, anon_sym_LBRACE, - STATE(4282), 1, + STATE(4402), 1, sym_compound_statement, - [109975] = 3, + [110139] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7714), 1, - anon_sym_LT, - STATE(2092), 1, - sym_template_argument_list, - [109985] = 2, + ACTIONS(8243), 1, + anon_sym_SQUOTE, + [110146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7866), 2, + ACTIONS(8245), 1, anon_sym_LPAREN2, - anon_sym_LBRACE, - [109993] = 2, + [110153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7866), 2, - anon_sym_LPAREN2, - anon_sym_LBRACE, - [110001] = 3, + ACTIONS(8247), 1, + anon_sym_SEMI, + [110160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7758), 1, - anon_sym_LPAREN2, - STATE(4869), 1, - sym_parenthesized_expression, - [110011] = 3, + ACTIONS(5773), 1, + anon_sym_RBRACK, + [110167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - STATE(1428), 1, - sym_field_declaration_list, - [110021] = 3, - ACTIONS(3), 1, + ACTIONS(8249), 1, + sym_identifier, + [110174] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - STATE(1401), 1, - sym_field_declaration_list, - [110031] = 3, - ACTIONS(3), 1, + ACTIONS(8251), 1, + anon_sym_LF, + [110181] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - STATE(1402), 1, - sym_field_declaration_list, - [110041] = 3, + ACTIONS(8253), 1, + anon_sym_LF, + [110188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, - anon_sym_LBRACE, - STATE(1442), 1, - sym_field_declaration_list, - [110051] = 3, + ACTIONS(7322), 1, + anon_sym_SEMI, + [110195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7868), 1, - anon_sym_default, - ACTIONS(7870), 1, - anon_sym_delete, - [110061] = 2, + ACTIONS(8255), 1, + sym_identifier, + [110202] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7872), 1, + ACTIONS(8257), 1, anon_sym_RPAREN, - [110068] = 2, - ACTIONS(5871), 1, + [110209] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7411), 1, - anon_sym_LF, - [110075] = 2, + ACTIONS(8259), 1, + sym_identifier, + [110216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7874), 1, + ACTIONS(8261), 1, anon_sym_RPAREN, - [110082] = 2, + [110223] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6993), 1, - anon_sym_SEMI, - [110089] = 2, + ACTIONS(8263), 1, + aux_sym_preproc_if_token2, + [110230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5054), 1, + ACTIONS(5405), 1, anon_sym_RBRACE, - [110096] = 2, - ACTIONS(5871), 1, + [110237] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7876), 1, - anon_sym_LF, - [110103] = 2, + ACTIONS(5409), 1, + anon_sym_RPAREN, + [110244] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7878), 1, - anon_sym_SEMI, - [110110] = 2, + ACTIONS(8265), 1, + aux_sym_preproc_if_token2, + [110251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7880), 1, + ACTIONS(8267), 1, anon_sym_SEMI, - [110117] = 2, + [110258] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3944), 1, + ACTIONS(8269), 1, anon_sym_SEMI, - [110124] = 2, + [110265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, + ACTIONS(3440), 1, anon_sym_COLON_COLON, - [110131] = 2, + [110272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7882), 1, + ACTIONS(8271), 1, anon_sym_SEMI, - [110138] = 2, + [110279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5102), 1, - anon_sym_RPAREN, - [110145] = 2, + ACTIONS(8273), 1, + anon_sym_SEMI, + [110286] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7884), 1, - anon_sym_STAR, - [110152] = 2, + ACTIONS(6825), 1, + anon_sym_RPAREN, + [110293] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7886), 1, + ACTIONS(8275), 1, sym_identifier, - [110159] = 2, - ACTIONS(5871), 1, + [110300] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5571), 1, + anon_sym_SEMI, + [110307] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7888), 1, + ACTIONS(7815), 1, anon_sym_LF, - [110166] = 2, + [110314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7890), 1, - aux_sym_preproc_if_token2, - [110173] = 2, + ACTIONS(5573), 1, + anon_sym_RPAREN, + [110321] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7892), 1, - sym_identifier, - [110180] = 2, + ACTIONS(7230), 1, + anon_sym_EQ, + [110328] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7894), 1, - aux_sym_preproc_if_token2, - [110187] = 2, + ACTIONS(8277), 1, + anon_sym_SEMI, + [110335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7896), 1, - sym_identifier, - [110194] = 2, + ACTIONS(8279), 1, + anon_sym_SEMI, + [110342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7448), 1, - anon_sym_RBRACE, - [110201] = 2, + ACTIONS(8281), 1, + anon_sym_COLON, + [110349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7898), 1, + ACTIONS(5509), 1, anon_sym_SEMI, - [110208] = 2, + [110356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7900), 1, + ACTIONS(5575), 1, anon_sym_SEMI, - [110215] = 2, + [110363] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7902), 1, - sym_identifier, - [110222] = 2, + ACTIONS(5507), 1, + anon_sym_SEMI, + [110370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6844), 1, + ACTIONS(7775), 1, + anon_sym_RBRACE, + [110377] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7244), 1, anon_sym_EQ, - [110229] = 2, - ACTIONS(5871), 1, + [110384] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7904), 1, + ACTIONS(8283), 1, anon_sym_LF, - [110236] = 2, - ACTIONS(5871), 1, + [110391] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7906), 1, - anon_sym_LF, - [110243] = 2, + ACTIONS(8285), 1, + anon_sym_SEMI, + [110398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5224), 1, + ACTIONS(8287), 1, anon_sym_SEMI, - [110250] = 2, + [110405] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7908), 1, - aux_sym_preproc_if_token2, - [110257] = 2, + ACTIONS(5501), 1, + anon_sym_SEMI, + [110412] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 1, + ACTIONS(8289), 1, anon_sym_RPAREN, - [110264] = 2, + [110419] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7910), 1, - aux_sym_alone_macro_call_token1, - [110271] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7912), 1, - anon_sym_LF, - [110278] = 2, + ACTIONS(6797), 1, + anon_sym_RPAREN, + [110426] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7914), 1, + ACTIONS(5583), 1, anon_sym_SEMI, - [110285] = 2, + [110433] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7916), 1, - anon_sym_SEMI, - [110292] = 2, + ACTIONS(8291), 1, + sym_identifier, + [110440] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8293), 1, + anon_sym_RPAREN, + [110447] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7918), 1, + ACTIONS(8295), 1, anon_sym_RPAREN, - [110299] = 2, + [110454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7920), 1, + ACTIONS(8297), 1, aux_sym_preproc_if_token2, - [110306] = 2, + [110461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7922), 1, - sym_identifier, - [110313] = 2, + ACTIONS(8299), 1, + anon_sym_SEMI, + [110468] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7924), 1, - sym_identifier, - [110320] = 2, + ACTIONS(8301), 1, + anon_sym_SEMI, + [110475] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8303), 1, + anon_sym_LF, + [110482] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6842), 1, + ACTIONS(8305), 1, anon_sym_SEMI, - [110327] = 2, + [110489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 1, - sym_identifier, - [110334] = 2, + ACTIONS(7266), 1, + anon_sym_SEMI, + [110496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7926), 1, - anon_sym_SQUOTE, - [110341] = 2, + ACTIONS(4300), 1, + anon_sym_SEMI, + [110503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7928), 1, + ACTIONS(8307), 1, sym_identifier, - [110348] = 2, - ACTIONS(3), 1, + [110510] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6848), 1, - anon_sym_EQ, - [110355] = 2, + ACTIONS(8309), 1, + anon_sym_LF, + [110517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6426), 1, + ACTIONS(8311), 1, anon_sym_RPAREN, - [110362] = 2, + [110524] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7930), 1, + ACTIONS(8313), 1, anon_sym_SEMI, - [110369] = 2, + [110531] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7932), 1, + ACTIONS(8315), 1, sym_identifier, - [110376] = 2, + [110538] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7934), 1, - anon_sym_SEMI, - [110383] = 2, + ACTIONS(8317), 1, + sym_identifier, + [110545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5082), 1, + ACTIONS(7203), 1, anon_sym_SEMI, - [110390] = 2, + [110552] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7936), 1, - aux_sym_preproc_if_token2, - [110397] = 2, - ACTIONS(5871), 1, + ACTIONS(8319), 1, + anon_sym_SQUOTE, + [110559] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7640), 1, + ACTIONS(8321), 1, anon_sym_LF, - [110404] = 2, + [110566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7938), 1, - anon_sym_RPAREN, - [110411] = 2, + ACTIONS(8323), 1, + aux_sym_preproc_if_token2, + [110573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7940), 1, - anon_sym_SEMI, - [110418] = 2, + ACTIONS(4795), 1, + sym_identifier, + [110580] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6873), 1, - anon_sym_EQ, - [110425] = 2, + ACTIONS(8325), 1, + anon_sym_SQUOTE, + [110587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, + ACTIONS(8327), 1, anon_sym_SEMI, - [110432] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7944), 1, - anon_sym_LF, - [110439] = 2, + [110594] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7946), 1, - aux_sym_preproc_if_token2, - [110446] = 2, + ACTIONS(5477), 1, + anon_sym_SEMI, + [110601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7948), 1, - sym_identifier, - [110453] = 2, + ACTIONS(5543), 1, + anon_sym_RPAREN, + [110608] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8329), 1, + anon_sym_LF, + [110615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7950), 1, - anon_sym_RPAREN, - [110460] = 2, + ACTIONS(7238), 1, + anon_sym_SEMI, + [110622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7952), 1, - aux_sym_preproc_if_token2, - [110467] = 2, + ACTIONS(5541), 1, + anon_sym_SEMI, + [110629] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5074), 1, - anon_sym_RPAREN, - [110474] = 2, + ACTIONS(8331), 1, + sym_identifier, + [110636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7954), 1, + ACTIONS(8333), 1, anon_sym_SEMI, - [110481] = 2, + [110643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_RPAREN, - [110488] = 2, + ACTIONS(8335), 1, + aux_sym_preproc_if_token2, + [110650] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5200), 1, + ACTIONS(5475), 1, anon_sym_SEMI, - [110495] = 2, + [110657] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(5210), 1, anon_sym_RBRACE, - [110502] = 2, + [110664] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5174), 1, + ACTIONS(7383), 1, anon_sym_SEMI, - [110509] = 2, + [110671] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7956), 1, - aux_sym_preproc_if_token2, - [110516] = 2, + ACTIONS(5607), 1, + anon_sym_SEMI, + [110678] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5168), 1, + ACTIONS(5525), 1, anon_sym_RPAREN, - [110523] = 2, + [110685] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7958), 1, - sym_identifier, - [110530] = 2, + ACTIONS(8337), 1, + anon_sym_COMMA, + [110692] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8339), 1, + anon_sym_LF, + [110699] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7960), 1, + ACTIONS(5453), 1, anon_sym_SEMI, - [110537] = 2, + [110706] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7962), 1, - anon_sym_RPAREN, - [110544] = 2, + ACTIONS(8341), 1, + sym_identifier, + [110713] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7964), 1, + ACTIONS(5449), 1, anon_sym_SEMI, - [110551] = 2, + [110720] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6858), 1, + ACTIONS(8343), 1, + anon_sym_SEMI, + [110727] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7240), 1, anon_sym_EQ, - [110558] = 2, + [110734] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7966), 1, + ACTIONS(8345), 1, sym_identifier, - [110565] = 2, - ACTIONS(5871), 1, + [110741] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7968), 1, - anon_sym_LF, - [110572] = 2, - ACTIONS(5871), 1, + ACTIONS(8347), 1, + anon_sym_RPAREN, + [110748] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7225), 1, - anon_sym_LF, - [110579] = 2, + ACTIONS(5531), 1, + anon_sym_SEMI, + [110755] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6459), 1, + ACTIONS(5537), 1, anon_sym_RPAREN, - [110586] = 2, + [110762] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7970), 1, - sym_identifier, - [110593] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7972), 1, - anon_sym_LF, - [110600] = 2, + ACTIONS(6834), 1, + anon_sym_RPAREN, + [110769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7974), 1, + ACTIONS(8349), 1, sym_identifier, - [110607] = 2, - ACTIONS(5871), 1, + [110776] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7976), 1, + ACTIONS(8351), 1, anon_sym_LF, - [110614] = 2, + [110783] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7978), 1, + ACTIONS(8353), 1, sym_identifier, - [110621] = 2, + [110790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7980), 1, + ACTIONS(8355), 1, anon_sym_SEMI, - [110628] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5184), 1, - anon_sym_RPAREN, - [110635] = 2, + [110797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7982), 1, + ACTIONS(8357), 1, anon_sym_SEMI, - [110642] = 2, - ACTIONS(3), 1, + [110804] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(7984), 1, - anon_sym_SEMI, - [110649] = 2, + ACTIONS(8359), 1, + anon_sym_LF, + [110811] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7986), 1, - anon_sym_SEMI, - [110656] = 2, + ACTIONS(8361), 1, + sym_identifier, + [110818] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5202), 1, + ACTIONS(5611), 1, anon_sym_RPAREN, - [110663] = 2, + [110825] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7988), 1, - anon_sym_SEMI, - [110670] = 2, + ACTIONS(5613), 1, + anon_sym_RPAREN, + [110832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7990), 1, + ACTIONS(8363), 1, anon_sym_SEMI, - [110677] = 2, + [110839] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(7741), 1, + anon_sym_LF, + [110846] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7992), 1, + ACTIONS(5344), 1, anon_sym_RPAREN, - [110684] = 2, + [110853] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8365), 1, + anon_sym_LF, + [110860] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_RPAREN, - [110691] = 2, + ACTIONS(5208), 1, + anon_sym_SEMI, + [110867] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5098), 1, - anon_sym_RPAREN, - [110698] = 2, + ACTIONS(8367), 1, + anon_sym_COLON, + [110874] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8369), 1, + aux_sym_preproc_if_token2, + [110881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7994), 1, + ACTIONS(8371), 1, anon_sym_SEMI, - [110705] = 2, + [110888] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7996), 1, + ACTIONS(8373), 1, anon_sym_SEMI, - [110712] = 2, + [110895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5230), 1, - anon_sym_RPAREN, - [110719] = 2, + ACTIONS(8375), 1, + aux_sym_preproc_if_token2, + [110902] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7998), 1, + ACTIONS(8377), 1, anon_sym_STAR, - [110726] = 2, + [110909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8000), 1, + ACTIONS(8379), 1, anon_sym_SEMI, - [110733] = 2, + [110916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8002), 1, - anon_sym_SEMI, - [110740] = 2, + ACTIONS(8381), 1, + anon_sym_COLON, + [110923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8004), 1, - anon_sym_COLON, - [110747] = 2, + ACTIONS(8383), 1, + anon_sym_SEMI, + [110930] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8006), 1, + ACTIONS(8385), 1, anon_sym_SEMI, - [110754] = 2, + [110937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4853), 1, + ACTIONS(4595), 1, + sym_identifier, + [110944] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5619), 1, anon_sym_RPAREN, - [110761] = 2, + [110951] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5593), 1, + anon_sym_SEMI, + [110958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8008), 1, + ACTIONS(8387), 1, anon_sym_SEMI, - [110768] = 2, - ACTIONS(5871), 1, + [110965] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8010), 1, - anon_sym_LF, - [110775] = 2, + ACTIONS(5577), 1, + anon_sym_SEMI, + [110972] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8012), 1, + ACTIONS(8389), 1, ts_builtin_sym_end, - [110782] = 2, + [110979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6836), 1, + ACTIONS(7234), 1, anon_sym_EQ, - [110789] = 2, + [110986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8014), 1, + ACTIONS(8391), 1, anon_sym_LPAREN2, - [110796] = 2, + [110993] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8393), 1, + anon_sym_SEMI, + [111000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8016), 1, + ACTIONS(5595), 1, anon_sym_SEMI, - [110803] = 2, + [111007] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5244), 1, + ACTIONS(5621), 1, anon_sym_RPAREN, - [110810] = 2, + [111014] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6393), 1, + ACTIONS(6791), 1, anon_sym_RPAREN, - [110817] = 2, + [111021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8018), 1, + ACTIONS(8395), 1, sym_identifier, - [110824] = 2, + [111028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8020), 1, - anon_sym_COLON, - [110831] = 2, + ACTIONS(5811), 1, + anon_sym_RBRACK, + [111035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8022), 1, - anon_sym_STAR, - [110838] = 2, + ACTIONS(8397), 1, + anon_sym_RPAREN, + [111042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8024), 1, - aux_sym_preproc_if_token2, - [110845] = 2, + ACTIONS(5629), 1, + anon_sym_RPAREN, + [111049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8026), 1, + ACTIONS(8399), 1, anon_sym_SEMI, - [110852] = 2, + [111056] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8028), 1, - aux_sym_preproc_if_token2, - [110859] = 2, + ACTIONS(7723), 1, + anon_sym_RBRACE, + [111063] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8030), 1, - anon_sym_SEMI, - [110866] = 2, + ACTIONS(5517), 1, + anon_sym_RPAREN, + [111070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8032), 1, - anon_sym_SEMI, - [110873] = 2, - ACTIONS(3), 1, + ACTIONS(8401), 1, + aux_sym_preproc_if_token2, + [111077] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5212), 1, - anon_sym_RPAREN, - [110880] = 2, + ACTIONS(8403), 1, + anon_sym_LF, + [111084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5130), 1, - anon_sym_RPAREN, - [110887] = 2, + ACTIONS(8405), 1, + sym_identifier, + [111091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8034), 1, - anon_sym_SEMI, - [110894] = 2, + ACTIONS(8407), 1, + anon_sym_RPAREN, + [111098] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5180), 1, - anon_sym_RPAREN, - [110901] = 2, + ACTIONS(8409), 1, + aux_sym_preproc_if_token2, + [111105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8036), 1, - anon_sym_SEMI, - [110908] = 2, + ACTIONS(8411), 1, + aux_sym_preproc_if_token2, + [111112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8038), 1, + ACTIONS(8413), 1, anon_sym_SEMI, - [110915] = 2, + [111119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6828), 1, + ACTIONS(7209), 1, anon_sym_EQ, - [110922] = 2, + [111126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8040), 1, - aux_sym_preproc_if_token2, - [110929] = 2, + ACTIONS(5637), 1, + anon_sym_RPAREN, + [111133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6399), 1, + ACTIONS(6823), 1, anon_sym_RPAREN, - [110936] = 2, + [111140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8042), 1, - anon_sym_SEMI, - [110943] = 2, + ACTIONS(8415), 1, + anon_sym_COLON, + [111147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8044), 1, + ACTIONS(8417), 1, sym_identifier, - [110950] = 2, + [111154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5108), 1, - anon_sym_RPAREN, - [110957] = 2, + ACTIONS(7712), 1, + anon_sym_RBRACE, + [111161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5188), 1, - anon_sym_RPAREN, - [110964] = 2, + ACTIONS(8419), 1, + anon_sym_STAR, + [111168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8046), 1, - aux_sym_preproc_if_token2, - [110971] = 2, + ACTIONS(8421), 1, + anon_sym_RPAREN, + [111175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8048), 1, - anon_sym_RPAREN, - [110978] = 2, + ACTIONS(7859), 1, + anon_sym_RBRACE, + [111182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 1, - anon_sym_SEMI, - [110985] = 2, + ACTIONS(8423), 1, + anon_sym_RPAREN, + [111189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8050), 1, + ACTIONS(8425), 1, anon_sym_LPAREN2, - [110992] = 2, + [111196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5250), 1, + ACTIONS(5499), 1, anon_sym_RPAREN, - [110999] = 2, + [111203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8052), 1, + ACTIONS(8427), 1, anon_sym_LPAREN2, - [111006] = 2, + [111210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5176), 1, - anon_sym_RPAREN, - [111013] = 2, + ACTIONS(5617), 1, + anon_sym_SEMI, + [111217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8054), 1, + ACTIONS(8429), 1, anon_sym_LPAREN2, - [111020] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8056), 1, - anon_sym_LF, - [111027] = 2, + [111224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8058), 1, - anon_sym_RPAREN, - [111034] = 2, + ACTIONS(8431), 1, + anon_sym_SEMI, + [111231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8060), 1, - anon_sym_RPAREN, - [111041] = 2, + ACTIONS(8433), 1, + anon_sym_STAR, + [111238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8062), 1, - sym_identifier, - [111048] = 2, + ACTIONS(8435), 1, + anon_sym_SEMI, + [111245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8064), 1, - anon_sym_LPAREN2, - [111055] = 2, + ACTIONS(8437), 1, + anon_sym_SEMI, + [111252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5222), 1, - anon_sym_RPAREN, - [111062] = 2, - ACTIONS(5871), 1, + ACTIONS(8439), 1, + anon_sym_LPAREN2, + [111259] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8066), 1, + ACTIONS(8441), 1, anon_sym_LF, - [111069] = 2, + [111266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5216), 1, + ACTIONS(5497), 1, anon_sym_RPAREN, - [111076] = 2, + [111273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8068), 1, + ACTIONS(8443), 1, + sym_identifier, + [111280] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8445), 1, anon_sym_LPAREN2, - [111083] = 2, + [111287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5182), 1, - anon_sym_SEMI, - [111090] = 2, + ACTIONS(8447), 1, + sym_identifier, + [111294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8070), 1, - anon_sym_SEMI, - [111097] = 2, + ACTIONS(8449), 1, + anon_sym_SQUOTE, + [111301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8072), 1, - anon_sym_STAR, - [111104] = 2, + ACTIONS(8451), 1, + sym_identifier, + [111308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8074), 1, + ACTIONS(8453), 1, anon_sym_RPAREN, - [111111] = 2, + [111315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8076), 1, + ACTIONS(8455), 1, anon_sym_LPAREN2, - [111118] = 2, + [111322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8078), 1, - anon_sym_SEMI, - [111125] = 2, + ACTIONS(8457), 1, + sym_identifier, + [111329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8080), 1, - anon_sym_SEMI, - [111132] = 2, + ACTIONS(8459), 1, + anon_sym_RPAREN, + [111336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8082), 1, - aux_sym_preproc_if_token2, - [111139] = 2, + ACTIONS(8461), 1, + anon_sym_SEMI, + [111343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8084), 1, - anon_sym_SQUOTE, - [111146] = 2, + ACTIONS(8463), 1, + anon_sym_SEMI, + [111350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8086), 1, + ACTIONS(8465), 1, anon_sym_while, - [111153] = 2, + [111357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8088), 1, - anon_sym_SEMI, - [111160] = 2, + ACTIONS(5653), 1, + anon_sym_RPAREN, + [111364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8090), 1, + ACTIONS(8467), 1, anon_sym_LPAREN2, - [111167] = 2, + [111371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6401), 1, + ACTIONS(8469), 1, anon_sym_RPAREN, - [111174] = 2, + [111378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6856), 1, - anon_sym_SEMI, - [111181] = 2, - ACTIONS(5871), 1, + ACTIONS(5631), 1, + anon_sym_RPAREN, + [111385] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8092), 1, - anon_sym_LF, - [111188] = 2, + ACTIONS(8471), 1, + anon_sym_SEMI, + [111392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5320), 1, - anon_sym_RBRACK, - [111195] = 2, + ACTIONS(8473), 1, + anon_sym_COLON, + [111399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8094), 1, - aux_sym_preproc_if_token2, - [111202] = 2, + ACTIONS(5605), 1, + anon_sym_SEMI, + [111406] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8096), 1, - aux_sym_preproc_if_token2, - [111209] = 2, - ACTIONS(5871), 1, + ACTIONS(5415), 1, + anon_sym_RBRACE, + [111413] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8098), 1, - anon_sym_LF, - [111216] = 2, + ACTIONS(7232), 1, + anon_sym_SEMI, + [111420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8100), 1, - aux_sym_preproc_if_token2, - [111223] = 2, + ACTIONS(8475), 1, + anon_sym_RPAREN, + [111427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8102), 1, + ACTIONS(8477), 1, anon_sym_LPAREN2, - [111230] = 2, + [111434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8104), 1, + ACTIONS(7429), 1, anon_sym_SEMI, - [111237] = 2, + [111441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8106), 1, - aux_sym_preproc_if_token2, - [111244] = 2, + ACTIONS(5483), 1, + anon_sym_RPAREN, + [111448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5078), 1, - anon_sym_RPAREN, - [111251] = 2, + ACTIONS(5569), 1, + anon_sym_SEMI, + [111455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5248), 1, + ACTIONS(5579), 1, anon_sym_SEMI, - [111258] = 2, + [111462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8108), 1, + ACTIONS(8479), 1, anon_sym_RPAREN, - [111265] = 2, + [111469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8110), 1, + ACTIONS(8481), 1, sym_identifier, - [111272] = 2, + [111476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5080), 1, - anon_sym_RPAREN, - [111279] = 2, + ACTIONS(8483), 1, + anon_sym_SQUOTE, + [111483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5090), 1, - anon_sym_RPAREN, - [111286] = 2, + ACTIONS(8485), 1, + anon_sym_SEMI, + [111490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8112), 1, - sym_identifier, - [111293] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8114), 1, - anon_sym_LF, - [111300] = 2, + ACTIONS(5463), 1, + anon_sym_SEMI, + [111497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8116), 1, + ACTIONS(8487), 1, sym_identifier, - [111307] = 2, + [111504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8118), 1, - sym_identifier, - [111314] = 2, + ACTIONS(8489), 1, + anon_sym_SEMI, + [111511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8120), 1, + ACTIONS(8491), 1, anon_sym_SEMI, - [111321] = 2, + [111518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8122), 1, - anon_sym_SEMI, - [111328] = 2, + ACTIONS(7220), 1, + anon_sym_EQ, + [111525] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8493), 1, + sym_identifier, + [111532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8124), 1, + ACTIONS(8495), 1, anon_sym_SEMI, - [111335] = 2, + [111539] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8126), 1, + ACTIONS(8497), 1, anon_sym_SEMI, - [111342] = 2, + [111546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8128), 1, - aux_sym_preproc_if_token2, - [111349] = 2, + ACTIONS(8499), 1, + anon_sym_SEMI, + [111553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8130), 1, - aux_sym_preproc_if_token2, - [111356] = 2, + ACTIONS(5643), 1, + anon_sym_SEMI, + [111560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7407), 1, - anon_sym_RBRACE, - [111363] = 2, - ACTIONS(5871), 1, + ACTIONS(8501), 1, + aux_sym_alone_macro_call_token1, + [111567] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8132), 1, + ACTIONS(8503), 1, anon_sym_LF, - [111370] = 2, + [111574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8134), 1, + ACTIONS(8505), 1, aux_sym_preproc_if_token2, - [111377] = 2, - ACTIONS(3), 1, + [111581] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5138), 1, - anon_sym_RPAREN, - [111384] = 2, - ACTIONS(3), 1, + ACTIONS(7875), 1, + anon_sym_LF, + [111588] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8136), 1, - anon_sym_SEMI, - [111391] = 2, + ACTIONS(8507), 1, + anon_sym_LF, + [111595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8138), 1, - anon_sym_SEMI, - [111398] = 2, + ACTIONS(8509), 1, + anon_sym_RPAREN, + [111602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8140), 1, + ACTIONS(8511), 1, anon_sym_RPAREN, - [111405] = 2, + [111609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4861), 1, - anon_sym_RBRACE, - [111412] = 2, - ACTIONS(5871), 1, + ACTIONS(8513), 1, + sym_identifier, + [111616] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8142), 1, + ACTIONS(8515), 1, anon_sym_LF, - [111419] = 2, + [111623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8144), 1, + ACTIONS(5481), 1, anon_sym_RPAREN, - [111426] = 2, + [111630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8146), 1, - aux_sym_preproc_if_token2, - [111433] = 2, + ACTIONS(8517), 1, + anon_sym_STAR, + [111637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8148), 1, - aux_sym_preproc_if_token2, - [111440] = 2, + ACTIONS(5565), 1, + anon_sym_SEMI, + [111644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8150), 1, + ACTIONS(8519), 1, anon_sym_SEMI, - [111447] = 2, + [111651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7065), 1, + ACTIONS(8521), 1, anon_sym_SEMI, - [111454] = 2, + [111658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8152), 1, - anon_sym_SEMI, - [111461] = 2, + ACTIONS(8523), 1, + anon_sym_STAR, + [111665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8154), 1, - anon_sym_SEMI, - [111468] = 2, + ACTIONS(8525), 1, + anon_sym_LPAREN2, + [111672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8156), 1, - aux_sym_preproc_if_token2, - [111475] = 2, + ACTIONS(8527), 1, + anon_sym_LPAREN2, + [111679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8158), 1, + ACTIONS(8529), 1, aux_sym_preproc_if_token2, - [111482] = 2, + [111686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7095), 1, + ACTIONS(5597), 1, anon_sym_SEMI, - [111489] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8160), 1, - anon_sym_LF, - [111496] = 2, + [111693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8162), 1, - aux_sym_preproc_if_token2, - [111503] = 2, + ACTIONS(6689), 1, + sym_identifier, + [111700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8164), 1, + ACTIONS(7228), 1, anon_sym_SEMI, - [111510] = 2, + [111707] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5471), 1, + anon_sym_RPAREN, + [111714] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6789), 1, + anon_sym_RPAREN, + [111721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8166), 1, + ACTIONS(8531), 1, anon_sym_SEMI, - [111517] = 2, + [111728] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8168), 1, - aux_sym_preproc_if_token2, - [111524] = 2, + ACTIONS(5461), 1, + anon_sym_RPAREN, + [111735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8170), 1, + ACTIONS(5529), 1, anon_sym_SEMI, - [111531] = 2, + [111742] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8533), 1, + anon_sym_LF, + [111749] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8535), 1, + anon_sym_LF, + [111756] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8537), 1, + anon_sym_LF, + [111763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8172), 1, + ACTIONS(8539), 1, anon_sym_SEMI, - [111538] = 2, + [111770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8174), 1, + ACTIONS(8541), 1, anon_sym_SEMI, - [111545] = 2, + [111777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8176), 1, + ACTIONS(8543), 1, anon_sym_SEMI, - [111552] = 2, + [111784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6439), 1, - anon_sym_RPAREN, - [111559] = 2, + ACTIONS(8545), 1, + aux_sym_preproc_if_token2, + [111791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8178), 1, + ACTIONS(8547), 1, anon_sym_SEMI, - [111566] = 2, + [111798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5220), 1, - anon_sym_RPAREN, - [111573] = 2, + ACTIONS(5559), 1, + anon_sym_SEMI, + [111805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5116), 1, + ACTIONS(8549), 1, anon_sym_RPAREN, - [111580] = 2, + [111812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5118), 1, - anon_sym_RPAREN, - [111587] = 2, + ACTIONS(7205), 1, + anon_sym_EQ, + [111819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8180), 1, + ACTIONS(5557), 1, anon_sym_RPAREN, - [111594] = 2, + [111826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5124), 1, + ACTIONS(8551), 1, anon_sym_RPAREN, - [111601] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8182), 1, - anon_sym_SEMI, - [111608] = 2, + [111833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8184), 1, + ACTIONS(5551), 1, anon_sym_RPAREN, - [111615] = 2, + [111840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5218), 1, + ACTIONS(5547), 1, anon_sym_RPAREN, - [111622] = 2, + [111847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8186), 1, + ACTIONS(5519), 1, anon_sym_SEMI, - [111629] = 2, + [111854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8188), 1, - anon_sym_SEMI, - [111636] = 2, + ACTIONS(8553), 1, + sym_identifier, + [111861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4937), 1, - anon_sym_RBRACE, - [111643] = 2, + ACTIONS(5473), 1, + anon_sym_SEMI, + [111868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 1, + ACTIONS(5567), 1, anon_sym_RPAREN, - [111650] = 2, + [111875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8190), 1, - sym_identifier, - [111657] = 2, + ACTIONS(5495), 1, + anon_sym_SEMI, + [111882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8192), 1, - aux_sym_preproc_if_token2, - [111664] = 2, + ACTIONS(7891), 1, + anon_sym_RBRACE, + [111889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - aux_sym_preproc_if_token2, - [111671] = 2, - ACTIONS(5871), 1, + ACTIONS(8555), 1, + anon_sym_STAR, + [111896] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8557), 1, + anon_sym_SEMI, + [111903] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8196), 1, + ACTIONS(8559), 1, anon_sym_LF, - [111678] = 2, + [111910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5214), 1, - anon_sym_RPAREN, - [111685] = 2, + ACTIONS(8561), 1, + anon_sym_COLON, + [111917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8198), 1, - aux_sym_preproc_if_token2, - [111692] = 2, + ACTIONS(8563), 1, + anon_sym_RPAREN, + [111924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, - anon_sym_EQ, - [111699] = 2, + ACTIONS(8565), 1, + anon_sym_SEMI, + [111931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8200), 1, + ACTIONS(8567), 1, anon_sym_SEMI, - [111706] = 2, + [111938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8202), 1, + ACTIONS(7409), 1, anon_sym_SEMI, - [111713] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8204), 1, - anon_sym_LF, - [111720] = 2, - ACTIONS(5871), 1, + [111945] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8206), 1, + ACTIONS(8569), 1, anon_sym_LF, - [111727] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8208), 1, - anon_sym_SEMI, - [111734] = 2, + [111952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5210), 1, - anon_sym_RPAREN, - [111741] = 2, + ACTIONS(8571), 1, + aux_sym_preproc_if_token2, + [111959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5164), 1, + ACTIONS(6779), 1, anon_sym_RPAREN, - [111748] = 2, - ACTIONS(3), 1, + [111966] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8210), 1, - anon_sym_RPAREN, - [111755] = 2, + ACTIONS(8573), 1, + anon_sym_LF, + [111973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7049), 1, + ACTIONS(7218), 1, anon_sym_SEMI, - [111762] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8212), 1, - anon_sym_RPAREN, - [111769] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8214), 1, - anon_sym_RPAREN, - [111776] = 2, + [111980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8216), 1, + ACTIONS(8575), 1, anon_sym_RPAREN, - [111783] = 2, + [111987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8218), 1, + ACTIONS(8577), 1, anon_sym_SEMI, - [111790] = 2, + [111994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8220), 1, + ACTIONS(8579), 1, anon_sym_SEMI, - [111797] = 2, + [112001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8222), 1, + ACTIONS(8581), 1, anon_sym_LPAREN2, - [111804] = 2, + [112008] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8224), 1, + ACTIONS(8583), 1, anon_sym_RPAREN, - [111811] = 2, - ACTIONS(3369), 1, - anon_sym_LF, - ACTIONS(5871), 1, - sym_comment, - [111818] = 2, + [112015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8226), 1, - anon_sym_COLON, - [111825] = 2, + ACTIONS(8585), 1, + anon_sym_RPAREN, + [112022] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5066), 1, + ACTIONS(5431), 1, anon_sym_RBRACE, - [111832] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8228), 1, - anon_sym_STAR, - [111839] = 2, + [112029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8230), 1, - aux_sym_preproc_if_token2, - [111846] = 2, - ACTIONS(3), 1, + ACTIONS(8587), 1, + anon_sym_SEMI, + [112036] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8232), 1, - sym_identifier, - [111853] = 2, - ACTIONS(3341), 1, + ACTIONS(8589), 1, anon_sym_LF, - ACTIONS(5871), 1, - sym_comment, - [111860] = 2, - ACTIONS(5871), 1, + [112043] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8234), 1, + ACTIONS(8591), 1, anon_sym_LF, - [111867] = 2, + [112050] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8236), 1, - anon_sym_LPAREN2, - [111874] = 2, + ACTIONS(5479), 1, + anon_sym_RPAREN, + [112057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5204), 1, + ACTIONS(8593), 1, + anon_sym_SEMI, + [112064] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5649), 1, anon_sym_RPAREN, - [111881] = 2, + [112071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8238), 1, + ACTIONS(8595), 1, anon_sym_LPAREN2, - [111888] = 2, + [112078] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8240), 1, + ACTIONS(8597), 1, anon_sym_SEMI, - [111895] = 2, + [112085] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8599), 1, + anon_sym_LPAREN2, + [112092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8242), 1, + ACTIONS(8601), 1, + anon_sym_LPAREN2, + [112099] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8603), 1, anon_sym_COLON, - [111902] = 2, + [112106] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8244), 1, + ACTIONS(8605), 1, anon_sym_LPAREN2, - [111909] = 2, + [112113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5196), 1, + ACTIONS(5563), 1, anon_sym_RPAREN, - [111916] = 2, + [112120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6846), 1, - anon_sym_SEMI, - [111923] = 2, + ACTIONS(8607), 1, + anon_sym_COMMA, + [112127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8246), 1, + ACTIONS(8609), 1, anon_sym_LPAREN2, - [111930] = 2, + [112134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8248), 1, - anon_sym_SEMI, - [111937] = 2, + ACTIONS(8611), 1, + aux_sym_preproc_if_token2, + [112141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8250), 1, - anon_sym_SEMI, - [111944] = 2, + ACTIONS(5535), 1, + anon_sym_RPAREN, + [112148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8252), 1, + ACTIONS(8613), 1, anon_sym_RPAREN, - [111951] = 2, + [112155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8254), 1, - anon_sym_SQUOTE, - [111958] = 2, + ACTIONS(8615), 1, + aux_sym_preproc_if_token2, + [112162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8256), 1, - anon_sym_SEMI, - [111965] = 2, + ACTIONS(8617), 1, + aux_sym_preproc_if_token2, + [112169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5186), 1, + ACTIONS(8619), 1, anon_sym_SEMI, - [111972] = 2, + [112176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8258), 1, + ACTIONS(8621), 1, anon_sym_while, - [111979] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8260), 1, - anon_sym_LF, - [111986] = 2, + [112183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8262), 1, - anon_sym_LPAREN2, - [111993] = 2, + ACTIONS(5505), 1, + anon_sym_RPAREN, + [112190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8264), 1, + ACTIONS(8623), 1, anon_sym_LPAREN2, - [112000] = 2, + [112197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8266), 1, - anon_sym_COMMA, - [112007] = 2, + ACTIONS(8625), 1, + aux_sym_preproc_if_token2, + [112204] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6312), 1, - sym_identifier, - [112014] = 2, + ACTIONS(8627), 1, + aux_sym_preproc_if_token2, + [112211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8268), 1, - sym_identifier, - [112021] = 2, + ACTIONS(8629), 1, + anon_sym_SEMI, + [112218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5096), 1, + ACTIONS(8631), 1, anon_sym_SEMI, - [112028] = 2, + [112225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8270), 1, + ACTIONS(8633), 1, anon_sym_SEMI, - [112035] = 2, + [112232] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5647), 1, + anon_sym_RPAREN, + [112239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8272), 1, + ACTIONS(8635), 1, sym_identifier, - [112042] = 2, + [112246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5100), 1, + ACTIONS(5549), 1, anon_sym_SEMI, - [112049] = 2, + [112253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8274), 1, + ACTIONS(8637), 1, anon_sym_RPAREN, - [112056] = 2, + [112260] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8276), 1, + ACTIONS(8639), 1, sym_identifier, - [112063] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8278), 1, - anon_sym_SQUOTE, - [112070] = 2, + [112267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8280), 1, + ACTIONS(8641), 1, sym_identifier, - [112077] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8282), 1, - anon_sym_LF, - [112084] = 2, + [112274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8284), 1, - anon_sym_COLON, - [112091] = 2, + ACTIONS(5555), 1, + anon_sym_RPAREN, + [112281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7298), 1, - anon_sym_RBRACE, - [112098] = 2, + ACTIONS(5561), 1, + anon_sym_RPAREN, + [112288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6834), 1, + ACTIONS(8643), 1, anon_sym_SEMI, - [112105] = 2, + [112295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, - anon_sym_RBRACE, - [112112] = 2, + ACTIONS(5443), 1, + anon_sym_RPAREN, + [112302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8286), 1, + ACTIONS(8645), 1, + anon_sym_SEMI, + [112309] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_identifier, - [112119] = 2, + [112316] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8288), 1, - anon_sym_RPAREN, - [112126] = 2, + ACTIONS(8649), 1, + anon_sym_SEMI, + [112323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5466), 1, - anon_sym_RBRACK, - [112133] = 2, + ACTIONS(8651), 1, + anon_sym_SEMI, + [112330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8290), 1, + ACTIONS(8653), 1, sym_identifier, - [112140] = 2, + [112337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7057), 1, + ACTIONS(8655), 1, anon_sym_SEMI, - [112147] = 2, + [112344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8292), 1, - anon_sym_SEMI, - [112154] = 2, + ACTIONS(8657), 1, + aux_sym_preproc_if_token2, + [112351] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8659), 1, + aux_sym_preproc_if_token2, + [112358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8294), 1, + ACTIONS(8661), 1, anon_sym_SEMI, - [112161] = 2, + [112365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8296), 1, - anon_sym_RPAREN, - [112168] = 2, + ACTIONS(8663), 1, + sym_identifier, + [112372] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8298), 1, - anon_sym_LPAREN2, - [112175] = 2, + ACTIONS(5581), 1, + anon_sym_RPAREN, + [112379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8300), 1, + ACTIONS(8665), 1, anon_sym_LPAREN2, - [112182] = 2, + [112386] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8302), 1, + ACTIONS(8667), 1, anon_sym_LPAREN2, - [112189] = 2, + [112393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8304), 1, - anon_sym_SEMI, - [112196] = 2, - ACTIONS(3), 1, + ACTIONS(5503), 1, + anon_sym_RPAREN, + [112400] = 2, + ACTIONS(3715), 1, + anon_sym_LF, + ACTIONS(6220), 1, sym_comment, - ACTIONS(3896), 1, - anon_sym_SEMI, - [112203] = 2, + [112407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8306), 1, + ACTIONS(8669), 1, anon_sym_while, - [112210] = 2, + [112414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8308), 1, + ACTIONS(8671), 1, anon_sym_LPAREN2, - [112217] = 2, + [112421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8310), 1, + ACTIONS(8673), 1, anon_sym_LPAREN2, - [112224] = 2, + [112428] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8312), 1, - anon_sym_COLON, - [112231] = 2, + ACTIONS(8675), 1, + anon_sym_SEMI, + [112435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8314), 1, - anon_sym_SEMI, - [112238] = 2, + ACTIONS(8677), 1, + aux_sym_preproc_if_token2, + [112442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5088), 1, + ACTIONS(5587), 1, anon_sym_SEMI, - [112245] = 2, + [112449] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8316), 1, + ACTIONS(8679), 1, sym_identifier, - [112252] = 2, + [112456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8318), 1, - anon_sym_SEMI, - [112259] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8320), 1, + ACTIONS(8681), 1, + aux_sym_preproc_if_token2, + [112463] = 2, + ACTIONS(3743), 1, anon_sym_LF, - [112266] = 2, + ACTIONS(6220), 1, + sym_comment, + [112470] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8322), 1, - sym_identifier, - [112273] = 2, + ACTIONS(4383), 1, + anon_sym_LBRACE, + [112477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8324), 1, + ACTIONS(8683), 1, anon_sym_SEMI, - [112280] = 2, + [112484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, - anon_sym_SEMI, - [112287] = 2, + ACTIONS(8685), 1, + aux_sym_preproc_if_token2, + [112491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8326), 1, + ACTIONS(7207), 1, anon_sym_SEMI, - [112294] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(7431), 1, - anon_sym_LF, - [112301] = 2, + [112498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8328), 1, - anon_sym_SEMI, - [112308] = 2, + ACTIONS(8687), 1, + anon_sym_RPAREN, + [112505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8330), 1, - anon_sym_STAR, - [112315] = 2, - ACTIONS(5871), 1, + ACTIONS(8689), 1, + anon_sym_RPAREN, + [112512] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8332), 1, + ACTIONS(8691), 1, anon_sym_LF, - [112322] = 2, + [112519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8334), 1, - sym_identifier, - [112329] = 2, + ACTIONS(8693), 1, + anon_sym_SEMI, + [112526] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5104), 1, - anon_sym_RPAREN, - [112336] = 2, + ACTIONS(8695), 1, + anon_sym_SEMI, + [112533] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8697), 1, + anon_sym_LF, + [112540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8336), 1, - anon_sym_RPAREN, - [112343] = 2, + ACTIONS(8699), 1, + aux_sym_preproc_if_token2, + [112547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8338), 1, - sym_identifier, - [112350] = 2, + ACTIONS(8701), 1, + anon_sym_SEMI, + [112554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8340), 1, + ACTIONS(8703), 1, anon_sym_LPAREN2, - [112357] = 2, + [112561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8342), 1, - sym_identifier, - [112364] = 2, + ACTIONS(7949), 1, + anon_sym_RBRACE, + [112568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5170), 1, - anon_sym_RPAREN, - [112371] = 2, + ACTIONS(8705), 1, + aux_sym_preproc_if_token2, + [112575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8344), 1, + ACTIONS(8707), 1, anon_sym_while, - [112378] = 2, + [112582] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7464), 1, - anon_sym_RBRACE, - [112385] = 2, + ACTIONS(8709), 1, + anon_sym_SEMI, + [112589] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5166), 1, - anon_sym_RPAREN, - [112392] = 2, + ACTIONS(8711), 1, + anon_sym_SEMI, + [112596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8346), 1, - aux_sym_preproc_if_token2, - [112399] = 2, + ACTIONS(8713), 1, + anon_sym_SEMI, + [112603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5246), 1, + ACTIONS(5527), 1, anon_sym_SEMI, - [112406] = 2, + [112610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8348), 1, + ACTIONS(8715), 1, sym_identifier, - [112413] = 2, + [112617] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8350), 1, - sym_identifier, - [112420] = 2, + ACTIONS(5511), 1, + anon_sym_RPAREN, + [112624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8352), 1, - anon_sym_COLON, - [112427] = 2, + ACTIONS(8717), 1, + sym_identifier, + [112631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5076), 1, + ACTIONS(5515), 1, anon_sym_RPAREN, - [112434] = 2, + [112638] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8354), 1, + ACTIONS(8719), 1, anon_sym_LPAREN2, - [112441] = 2, + [112645] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8356), 1, + ACTIONS(8721), 1, anon_sym_LPAREN2, - [112448] = 2, - ACTIONS(3), 1, + [112652] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(5148), 1, - anon_sym_RPAREN, - [112455] = 2, + ACTIONS(8723), 1, + anon_sym_LF, + [112659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8358), 1, + ACTIONS(8725), 1, anon_sym_while, - [112462] = 2, + [112666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7472), 1, - anon_sym_RBRACE, - [112469] = 2, - ACTIONS(5871), 1, + ACTIONS(8727), 1, + aux_sym_preproc_if_token2, + [112673] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8360), 1, - anon_sym_LF, - [112476] = 2, + ACTIONS(8729), 1, + aux_sym_preproc_if_token2, + [112680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8362), 1, - anon_sym_RPAREN, - [112483] = 2, + ACTIONS(8731), 1, + anon_sym_SEMI, + [112687] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5150), 1, + ACTIONS(5513), 1, anon_sym_SEMI, - [112490] = 2, + [112694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8364), 1, + ACTIONS(8733), 1, sym_identifier, - [112497] = 2, + [112701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4016), 1, - anon_sym_LBRACE, - [112504] = 2, + ACTIONS(8735), 1, + anon_sym_SEMI, + [112708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8366), 1, - anon_sym_RPAREN, - [112511] = 2, + ACTIONS(8737), 1, + anon_sym_SEMI, + [112715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8368), 1, + ACTIONS(5533), 1, anon_sym_RPAREN, - [112518] = 2, + [112722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8370), 1, + ACTIONS(8739), 1, anon_sym_LPAREN2, - [112525] = 2, + [112729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8372), 1, - sym_identifier, - [112532] = 2, + ACTIONS(5539), 1, + anon_sym_RPAREN, + [112736] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8374), 1, - sym_identifier, - [112539] = 2, + ACTIONS(8741), 1, + anon_sym_RPAREN, + [112743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4012), 1, - anon_sym_LBRACE, - [112546] = 2, + ACTIONS(5545), 1, + anon_sym_RPAREN, + [112750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8376), 1, + ACTIONS(8743), 1, sym_identifier, - [112553] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5146), 1, - anon_sym_RPAREN, - [112560] = 2, + [112757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8378), 1, - aux_sym_preproc_if_token2, - [112567] = 2, + ACTIONS(8745), 1, + sym_identifier, + [112764] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8380), 1, + ACTIONS(8747), 1, anon_sym_STAR, - [112574] = 2, + [112771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8382), 1, + ACTIONS(8749), 1, anon_sym_SEMI, - [112581] = 2, + [112778] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8751), 1, + aux_sym_preproc_if_token2, + [112785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8384), 1, + ACTIONS(8753), 1, anon_sym_LPAREN2, - [112588] = 2, + [112792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8386), 1, + ACTIONS(8755), 1, anon_sym_LPAREN2, - [112595] = 2, + [112799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8388), 1, + ACTIONS(8757), 1, anon_sym_LPAREN2, - [112602] = 2, - ACTIONS(5871), 1, + [112806] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8390), 1, - anon_sym_LF, - [112609] = 2, + ACTIONS(8759), 1, + anon_sym_SEMI, + [112813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5142), 1, + ACTIONS(5553), 1, anon_sym_RPAREN, - [112616] = 2, + [112820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8392), 1, - anon_sym_COMMA, - [112623] = 2, + ACTIONS(8761), 1, + anon_sym_SEMI, + [112827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8394), 1, - anon_sym_RPAREN, - [112630] = 2, - ACTIONS(3), 1, + ACTIONS(8763), 1, + sym_identifier, + [112834] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8396), 1, - anon_sym_COLON, - [112637] = 2, + ACTIONS(8765), 1, + anon_sym_LF, + [112841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8398), 1, - anon_sym_LPAREN2, - [112644] = 2, + ACTIONS(8767), 1, + sym_identifier, + [112848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8400), 1, - anon_sym_SEMI, - [112651] = 2, - ACTIONS(5871), 1, + ACTIONS(8769), 1, + sym_identifier, + [112855] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8402), 1, - anon_sym_LF, - [112658] = 2, + ACTIONS(8771), 1, + anon_sym_COLON, + [112862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5136), 1, + ACTIONS(8773), 1, anon_sym_SEMI, - [112665] = 2, + [112869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7003), 1, + ACTIONS(8775), 1, anon_sym_SEMI, - [112672] = 2, + [112876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8404), 1, - anon_sym_while, - [112679] = 2, - ACTIONS(5871), 1, + ACTIONS(5599), 1, + anon_sym_SEMI, + [112883] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8406), 1, + ACTIONS(7953), 1, anon_sym_LF, - [112686] = 2, - ACTIONS(3), 1, + [112890] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(6871), 1, - anon_sym_SEMI, - [112693] = 2, + ACTIONS(8777), 1, + anon_sym_LF, + [112897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8408), 1, - anon_sym_SEMI, - [112700] = 2, + ACTIONS(8779), 1, + anon_sym_RPAREN, + [112904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4224), 1, + ACTIONS(8781), 1, sym_identifier, - [112707] = 2, + [112911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8410), 1, - anon_sym_SQUOTE, - [112714] = 2, - ACTIONS(5871), 1, + ACTIONS(8783), 1, + sym_identifier, + [112918] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8412), 1, - anon_sym_LF, - [112721] = 2, + ACTIONS(8785), 1, + anon_sym_STAR, + [112925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8414), 1, + ACTIONS(8787), 1, anon_sym_LPAREN2, - [112728] = 2, + [112932] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8416), 1, + ACTIONS(8789), 1, anon_sym_LPAREN2, - [112735] = 2, + [112939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8418), 1, + ACTIONS(8791), 1, anon_sym_SEMI, - [112742] = 2, + [112946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5144), 1, - anon_sym_SEMI, - [112749] = 2, + ACTIONS(8793), 1, + anon_sym_SQUOTE, + [112953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8420), 1, + ACTIONS(8795), 1, sym_identifier, - [112756] = 2, + [112960] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8422), 1, - anon_sym_SEMI, - [112763] = 2, + ACTIONS(4927), 1, + sym_identifier, + [112967] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7566), 1, - anon_sym_RBRACE, - [112770] = 2, + ACTIONS(7242), 1, + anon_sym_SEMI, + [112974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6830), 1, - anon_sym_SEMI, - [112777] = 2, + ACTIONS(4379), 1, + anon_sym_LBRACE, + [112981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6917), 1, + ACTIONS(7318), 1, anon_sym_SEMI, - [112784] = 2, + [112988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8424), 1, + ACTIONS(8797), 1, anon_sym_SEMI, - [112791] = 2, + [112995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3930), 1, + ACTIONS(4326), 1, anon_sym_SEMI, - [112798] = 2, + [113002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8426), 1, + ACTIONS(8799), 1, anon_sym_LPAREN2, - [112805] = 2, + [113009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8428), 1, + ACTIONS(8801), 1, anon_sym_LPAREN2, - [112812] = 2, + [113016] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8430), 1, - sym_identifier, - [112819] = 2, + ACTIONS(8803), 1, + aux_sym_preproc_if_token2, + [113023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6826), 1, - anon_sym_SEMI, - [112826] = 2, - ACTIONS(5871), 1, + ACTIONS(8805), 1, + aux_sym_preproc_if_token2, + [113030] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8432), 1, + ACTIONS(8807), 1, anon_sym_LF, - [112833] = 2, - ACTIONS(3), 1, + [113037] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8434), 1, - anon_sym_STAR, - [112840] = 2, + ACTIONS(8809), 1, + anon_sym_LF, + [113044] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8436), 1, - sym_identifier, - [112847] = 2, - ACTIONS(3), 1, + ACTIONS(8811), 1, + aux_sym_preproc_if_token2, + [113051] = 2, + ACTIONS(6220), 1, sym_comment, - ACTIONS(8438), 1, - anon_sym_RPAREN, - [112854] = 2, + ACTIONS(8813), 1, + anon_sym_LF, + [113058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8440), 1, + ACTIONS(8815), 1, sym_identifier, - [112861] = 2, + [113065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8442), 1, + ACTIONS(8817), 1, anon_sym_LPAREN2, - [112868] = 2, + [113072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8444), 1, + ACTIONS(8819), 1, anon_sym_LPAREN2, - [112875] = 2, + [113079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8446), 1, - sym_identifier, - [112882] = 2, + ACTIONS(8015), 1, + anon_sym_RBRACE, + [113086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8448), 1, - anon_sym_RPAREN, - [112889] = 2, + ACTIONS(4334), 1, + anon_sym_SEMI, + [113093] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8450), 1, + ACTIONS(8821), 1, anon_sym_LPAREN2, - [112896] = 2, + [113100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8452), 1, - anon_sym_LPAREN2, - [112903] = 2, + ACTIONS(8823), 1, + anon_sym_RPAREN, + [113107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5198), 1, - anon_sym_SEMI, - [112910] = 2, + ACTIONS(8825), 1, + anon_sym_while, + [113114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8454), 1, + ACTIONS(8827), 1, anon_sym_LPAREN2, - [112917] = 2, + [113121] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5110), 1, + ACTIONS(8829), 1, anon_sym_SEMI, - [112924] = 2, + [113128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8456), 1, - anon_sym_SEMI, - [112931] = 2, + ACTIONS(5435), 1, + anon_sym_RBRACE, + [113135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8458), 1, - anon_sym_SQUOTE, - [112938] = 2, + ACTIONS(5651), 1, + anon_sym_SEMI, + [113142] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8460), 1, - anon_sym_SEMI, - [112945] = 2, + ACTIONS(8831), 1, + anon_sym_RPAREN, + [113149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4445), 1, - sym_identifier, - [112952] = 2, + ACTIONS(8833), 1, + anon_sym_SEMI, + [113156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8462), 1, + ACTIONS(8835), 1, anon_sym_STAR, - [112959] = 2, + [113163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8464), 1, + ACTIONS(7282), 1, anon_sym_SEMI, - [112966] = 2, + [113170] = 2, + ACTIONS(6220), 1, + sym_comment, + ACTIONS(8837), 1, + anon_sym_LF, + [113177] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8466), 1, + ACTIONS(8839), 1, anon_sym_SEMI, - [112973] = 2, - ACTIONS(5871), 1, - sym_comment, - ACTIONS(8468), 1, - anon_sym_LF, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1941)] = 0, - [SMALL_STATE(1942)] = 73, - [SMALL_STATE(1943)] = 140, - [SMALL_STATE(1944)] = 201, - [SMALL_STATE(1945)] = 262, - [SMALL_STATE(1946)] = 323, - [SMALL_STATE(1947)] = 384, - [SMALL_STATE(1948)] = 453, - [SMALL_STATE(1949)] = 514, - [SMALL_STATE(1950)] = 575, - [SMALL_STATE(1951)] = 636, - [SMALL_STATE(1952)] = 697, - [SMALL_STATE(1953)] = 758, - [SMALL_STATE(1954)] = 829, - [SMALL_STATE(1955)] = 898, - [SMALL_STATE(1956)] = 959, - [SMALL_STATE(1957)] = 1020, - [SMALL_STATE(1958)] = 1128, - [SMALL_STATE(1959)] = 1188, - [SMALL_STATE(1960)] = 1248, - [SMALL_STATE(1961)] = 1356, - [SMALL_STATE(1962)] = 1464, - [SMALL_STATE(1963)] = 1527, - [SMALL_STATE(1964)] = 1586, - [SMALL_STATE(1965)] = 1645, - [SMALL_STATE(1966)] = 1712, - [SMALL_STATE(1967)] = 1770, - [SMALL_STATE(1968)] = 1828, - [SMALL_STATE(1969)] = 1886, - [SMALL_STATE(1970)] = 1944, - [SMALL_STATE(1971)] = 2002, - [SMALL_STATE(1972)] = 2060, - [SMALL_STATE(1973)] = 2118, - [SMALL_STATE(1974)] = 2189, - [SMALL_STATE(1975)] = 2254, - [SMALL_STATE(1976)] = 2319, - [SMALL_STATE(1977)] = 2388, - [SMALL_STATE(1978)] = 2457, - [SMALL_STATE(1979)] = 2526, - [SMALL_STATE(1980)] = 2595, - [SMALL_STATE(1981)] = 2664, - [SMALL_STATE(1982)] = 2731, - [SMALL_STATE(1983)] = 2814, - [SMALL_STATE(1984)] = 2883, - [SMALL_STATE(1985)] = 2945, - [SMALL_STATE(1986)] = 3009, - [SMALL_STATE(1987)] = 3085, - [SMALL_STATE(1988)] = 3155, - [SMALL_STATE(1989)] = 3231, - [SMALL_STATE(1990)] = 3293, - [SMALL_STATE(1991)] = 3363, - [SMALL_STATE(1992)] = 3418, - [SMALL_STATE(1993)] = 3483, - [SMALL_STATE(1994)] = 3540, - [SMALL_STATE(1995)] = 3597, - [SMALL_STATE(1996)] = 3660, - [SMALL_STATE(1997)] = 3723, - [SMALL_STATE(1998)] = 3780, - [SMALL_STATE(1999)] = 3839, - [SMALL_STATE(2000)] = 3904, - [SMALL_STATE(2001)] = 3967, - [SMALL_STATE(2002)] = 4022, - [SMALL_STATE(2003)] = 4087, - [SMALL_STATE(2004)] = 4152, - [SMALL_STATE(2005)] = 4207, - [SMALL_STATE(2006)] = 4262, - [SMALL_STATE(2007)] = 4316, - [SMALL_STATE(2008)] = 4376, - [SMALL_STATE(2009)] = 4442, - [SMALL_STATE(2010)] = 4502, - [SMALL_STATE(2011)] = 4556, - [SMALL_STATE(2012)] = 4618, - [SMALL_STATE(2013)] = 4678, - [SMALL_STATE(2014)] = 4732, - [SMALL_STATE(2015)] = 4798, - [SMALL_STATE(2016)] = 4858, - [SMALL_STATE(2017)] = 4918, - [SMALL_STATE(2018)] = 4980, - [SMALL_STATE(2019)] = 5034, - [SMALL_STATE(2020)] = 5092, - [SMALL_STATE(2021)] = 5158, - [SMALL_STATE(2022)] = 5224, - [SMALL_STATE(2023)] = 5290, - [SMALL_STATE(2024)] = 5352, - [SMALL_STATE(2025)] = 5412, - [SMALL_STATE(2026)] = 5478, - [SMALL_STATE(2027)] = 5536, - [SMALL_STATE(2028)] = 5596, - [SMALL_STATE(2029)] = 5655, - [SMALL_STATE(2030)] = 5722, - [SMALL_STATE(2031)] = 5777, - [SMALL_STATE(2032)] = 5832, - [SMALL_STATE(2033)] = 5891, - [SMALL_STATE(2034)] = 5956, - [SMALL_STATE(2035)] = 6013, - [SMALL_STATE(2036)] = 6068, - [SMALL_STATE(2037)] = 6123, - [SMALL_STATE(2038)] = 6192, - [SMALL_STATE(2039)] = 6253, - [SMALL_STATE(2040)] = 6305, - [SMALL_STATE(2041)] = 6357, - [SMALL_STATE(2042)] = 6409, - [SMALL_STATE(2043)] = 6461, - [SMALL_STATE(2044)] = 6513, - [SMALL_STATE(2045)] = 6565, - [SMALL_STATE(2046)] = 6629, - [SMALL_STATE(2047)] = 6681, - [SMALL_STATE(2048)] = 6733, - [SMALL_STATE(2049)] = 6785, - [SMALL_STATE(2050)] = 6839, - [SMALL_STATE(2051)] = 6891, - [SMALL_STATE(2052)] = 6943, - [SMALL_STATE(2053)] = 6995, - [SMALL_STATE(2054)] = 7047, - [SMALL_STATE(2055)] = 7099, - [SMALL_STATE(2056)] = 7151, - [SMALL_STATE(2057)] = 7203, - [SMALL_STATE(2058)] = 7255, - [SMALL_STATE(2059)] = 7309, - [SMALL_STATE(2060)] = 7373, - [SMALL_STATE(2061)] = 7425, - [SMALL_STATE(2062)] = 7479, - [SMALL_STATE(2063)] = 7531, - [SMALL_STATE(2064)] = 7583, - [SMALL_STATE(2065)] = 7635, - [SMALL_STATE(2066)] = 7687, - [SMALL_STATE(2067)] = 7739, - [SMALL_STATE(2068)] = 7791, - [SMALL_STATE(2069)] = 7843, - [SMALL_STATE(2070)] = 7895, - [SMALL_STATE(2071)] = 7947, - [SMALL_STATE(2072)] = 8039, - [SMALL_STATE(2073)] = 8091, - [SMALL_STATE(2074)] = 8143, - [SMALL_STATE(2075)] = 8195, - [SMALL_STATE(2076)] = 8259, - [SMALL_STATE(2077)] = 8311, - [SMALL_STATE(2078)] = 8363, - [SMALL_STATE(2079)] = 8415, - [SMALL_STATE(2080)] = 8467, - [SMALL_STATE(2081)] = 8519, - [SMALL_STATE(2082)] = 8571, - [SMALL_STATE(2083)] = 8623, - [SMALL_STATE(2084)] = 8677, - [SMALL_STATE(2085)] = 8729, - [SMALL_STATE(2086)] = 8781, - [SMALL_STATE(2087)] = 8835, - [SMALL_STATE(2088)] = 8887, - [SMALL_STATE(2089)] = 8939, - [SMALL_STATE(2090)] = 9031, - [SMALL_STATE(2091)] = 9083, - [SMALL_STATE(2092)] = 9135, - [SMALL_STATE(2093)] = 9189, - [SMALL_STATE(2094)] = 9241, - [SMALL_STATE(2095)] = 9293, - [SMALL_STATE(2096)] = 9385, - [SMALL_STATE(2097)] = 9437, - [SMALL_STATE(2098)] = 9489, - [SMALL_STATE(2099)] = 9541, - [SMALL_STATE(2100)] = 9605, - [SMALL_STATE(2101)] = 9657, - [SMALL_STATE(2102)] = 9709, - [SMALL_STATE(2103)] = 9773, - [SMALL_STATE(2104)] = 9825, - [SMALL_STATE(2105)] = 9877, - [SMALL_STATE(2106)] = 9929, - [SMALL_STATE(2107)] = 9993, - [SMALL_STATE(2108)] = 10045, - [SMALL_STATE(2109)] = 10109, - [SMALL_STATE(2110)] = 10160, - [SMALL_STATE(2111)] = 10223, - [SMALL_STATE(2112)] = 10314, - [SMALL_STATE(2113)] = 10365, - [SMALL_STATE(2114)] = 10416, - [SMALL_STATE(2115)] = 10467, - [SMALL_STATE(2116)] = 10518, - [SMALL_STATE(2117)] = 10569, - [SMALL_STATE(2118)] = 10620, - [SMALL_STATE(2119)] = 10687, - [SMALL_STATE(2120)] = 10756, - [SMALL_STATE(2121)] = 10829, - [SMALL_STATE(2122)] = 10904, - [SMALL_STATE(2123)] = 10955, - [SMALL_STATE(2124)] = 11020, - [SMALL_STATE(2125)] = 11071, - [SMALL_STATE(2126)] = 11162, - [SMALL_STATE(2127)] = 11253, - [SMALL_STATE(2128)] = 11304, - [SMALL_STATE(2129)] = 11395, - [SMALL_STATE(2130)] = 11446, - [SMALL_STATE(2131)] = 11537, - [SMALL_STATE(2132)] = 11628, - [SMALL_STATE(2133)] = 11719, - [SMALL_STATE(2134)] = 11810, - [SMALL_STATE(2135)] = 11875, - [SMALL_STATE(2136)] = 11966, - [SMALL_STATE(2137)] = 12017, - [SMALL_STATE(2138)] = 12068, - [SMALL_STATE(2139)] = 12119, - [SMALL_STATE(2140)] = 12170, - [SMALL_STATE(2141)] = 12261, - [SMALL_STATE(2142)] = 12312, - [SMALL_STATE(2143)] = 12389, - [SMALL_STATE(2144)] = 12440, - [SMALL_STATE(2145)] = 12497, - [SMALL_STATE(2146)] = 12582, - [SMALL_STATE(2147)] = 12661, - [SMALL_STATE(2148)] = 12752, - [SMALL_STATE(2149)] = 12803, - [SMALL_STATE(2150)] = 12884, - [SMALL_STATE(2151)] = 12975, - [SMALL_STATE(2152)] = 13044, - [SMALL_STATE(2153)] = 13127, - [SMALL_STATE(2154)] = 13178, - [SMALL_STATE(2155)] = 13243, - [SMALL_STATE(2156)] = 13334, - [SMALL_STATE(2157)] = 13397, - [SMALL_STATE(2158)] = 13448, - [SMALL_STATE(2159)] = 13499, - [SMALL_STATE(2160)] = 13588, - [SMALL_STATE(2161)] = 13639, - [SMALL_STATE(2162)] = 13690, - [SMALL_STATE(2163)] = 13741, - [SMALL_STATE(2164)] = 13792, - [SMALL_STATE(2165)] = 13877, - [SMALL_STATE(2166)] = 13928, - [SMALL_STATE(2167)] = 13993, - [SMALL_STATE(2168)] = 14084, - [SMALL_STATE(2169)] = 14135, - [SMALL_STATE(2170)] = 14186, - [SMALL_STATE(2171)] = 14251, - [SMALL_STATE(2172)] = 14306, - [SMALL_STATE(2173)] = 14357, - [SMALL_STATE(2174)] = 14418, - [SMALL_STATE(2175)] = 14483, - [SMALL_STATE(2176)] = 14534, - [SMALL_STATE(2177)] = 14625, - [SMALL_STATE(2178)] = 14688, - [SMALL_STATE(2179)] = 14739, - [SMALL_STATE(2180)] = 14790, - [SMALL_STATE(2181)] = 14841, - [SMALL_STATE(2182)] = 14906, - [SMALL_STATE(2183)] = 14957, - [SMALL_STATE(2184)] = 15048, - [SMALL_STATE(2185)] = 15099, - [SMALL_STATE(2186)] = 15150, - [SMALL_STATE(2187)] = 15201, - [SMALL_STATE(2188)] = 15288, - [SMALL_STATE(2189)] = 15339, - [SMALL_STATE(2190)] = 15390, - [SMALL_STATE(2191)] = 15447, - [SMALL_STATE(2192)] = 15498, - [SMALL_STATE(2193)] = 15549, - [SMALL_STATE(2194)] = 15600, - [SMALL_STATE(2195)] = 15651, - [SMALL_STATE(2196)] = 15742, - [SMALL_STATE(2197)] = 15795, - [SMALL_STATE(2198)] = 15846, - [SMALL_STATE(2199)] = 15937, - [SMALL_STATE(2200)] = 15998, - [SMALL_STATE(2201)] = 16059, - [SMALL_STATE(2202)] = 16144, - [SMALL_STATE(2203)] = 16195, - [SMALL_STATE(2204)] = 16264, - [SMALL_STATE(2205)] = 16315, - [SMALL_STATE(2206)] = 16366, - [SMALL_STATE(2207)] = 16435, - [SMALL_STATE(2208)] = 16498, - [SMALL_STATE(2209)] = 16549, - [SMALL_STATE(2210)] = 16600, - [SMALL_STATE(2211)] = 16685, - [SMALL_STATE(2212)] = 16746, - [SMALL_STATE(2213)] = 16837, - [SMALL_STATE(2214)] = 16928, - [SMALL_STATE(2215)] = 16979, - [SMALL_STATE(2216)] = 17030, - [SMALL_STATE(2217)] = 17091, - [SMALL_STATE(2218)] = 17142, - [SMALL_STATE(2219)] = 17193, - [SMALL_STATE(2220)] = 17254, - [SMALL_STATE(2221)] = 17305, - [SMALL_STATE(2222)] = 17361, - [SMALL_STATE(2223)] = 17411, - [SMALL_STATE(2224)] = 17465, - [SMALL_STATE(2225)] = 17525, - [SMALL_STATE(2226)] = 17575, - [SMALL_STATE(2227)] = 17633, - [SMALL_STATE(2228)] = 17685, - [SMALL_STATE(2229)] = 17739, - [SMALL_STATE(2230)] = 17789, - [SMALL_STATE(2231)] = 17845, - [SMALL_STATE(2232)] = 17901, - [SMALL_STATE(2233)] = 17961, - [SMALL_STATE(2234)] = 18017, - [SMALL_STATE(2235)] = 18079, - [SMALL_STATE(2236)] = 18133, - [SMALL_STATE(2237)] = 18183, - [SMALL_STATE(2238)] = 18237, - [SMALL_STATE(2239)] = 18293, - [SMALL_STATE(2240)] = 18351, - [SMALL_STATE(2241)] = 18409, - [SMALL_STATE(2242)] = 18471, - [SMALL_STATE(2243)] = 18525, - [SMALL_STATE(2244)] = 18575, - [SMALL_STATE(2245)] = 18625, - [SMALL_STATE(2246)] = 18681, - [SMALL_STATE(2247)] = 18731, - [SMALL_STATE(2248)] = 18781, - [SMALL_STATE(2249)] = 18833, - [SMALL_STATE(2250)] = 18889, - [SMALL_STATE(2251)] = 18939, - [SMALL_STATE(2252)] = 18997, - [SMALL_STATE(2253)] = 19047, - [SMALL_STATE(2254)] = 19105, - [SMALL_STATE(2255)] = 19155, - [SMALL_STATE(2256)] = 19205, - [SMALL_STATE(2257)] = 19257, - [SMALL_STATE(2258)] = 19311, - [SMALL_STATE(2259)] = 19362, - [SMALL_STATE(2260)] = 19415, - [SMALL_STATE(2261)] = 19468, - [SMALL_STATE(2262)] = 19521, - [SMALL_STATE(2263)] = 19574, - [SMALL_STATE(2264)] = 19625, - [SMALL_STATE(2265)] = 19686, - [SMALL_STATE(2266)] = 19737, - [SMALL_STATE(2267)] = 19788, - [SMALL_STATE(2268)] = 19849, - [SMALL_STATE(2269)] = 19910, - [SMALL_STATE(2270)] = 19971, - [SMALL_STATE(2271)] = 20032, - [SMALL_STATE(2272)] = 20093, - [SMALL_STATE(2273)] = 20154, - [SMALL_STATE(2274)] = 20202, - [SMALL_STATE(2275)] = 20250, - [SMALL_STATE(2276)] = 20298, - [SMALL_STATE(2277)] = 20346, - [SMALL_STATE(2278)] = 20394, - [SMALL_STATE(2279)] = 20442, - [SMALL_STATE(2280)] = 20490, - [SMALL_STATE(2281)] = 20538, - [SMALL_STATE(2282)] = 20586, - [SMALL_STATE(2283)] = 20670, - [SMALL_STATE(2284)] = 20752, - [SMALL_STATE(2285)] = 20800, - [SMALL_STATE(2286)] = 20848, - [SMALL_STATE(2287)] = 20896, - [SMALL_STATE(2288)] = 20944, - [SMALL_STATE(2289)] = 20992, - [SMALL_STATE(2290)] = 21040, - [SMALL_STATE(2291)] = 21122, - [SMALL_STATE(2292)] = 21170, - [SMALL_STATE(2293)] = 21218, - [SMALL_STATE(2294)] = 21266, - [SMALL_STATE(2295)] = 21316, - [SMALL_STATE(2296)] = 21364, - [SMALL_STATE(2297)] = 21412, - [SMALL_STATE(2298)] = 21464, - [SMALL_STATE(2299)] = 21514, - [SMALL_STATE(2300)] = 21572, - [SMALL_STATE(2301)] = 21620, - [SMALL_STATE(2302)] = 21668, - [SMALL_STATE(2303)] = 21716, - [SMALL_STATE(2304)] = 21764, - [SMALL_STATE(2305)] = 21826, - [SMALL_STATE(2306)] = 21886, - [SMALL_STATE(2307)] = 21966, - [SMALL_STATE(2308)] = 22044, - [SMALL_STATE(2309)] = 22120, - [SMALL_STATE(2310)] = 22194, - [SMALL_STATE(2311)] = 22266, - [SMALL_STATE(2312)] = 22336, - [SMALL_STATE(2313)] = 22402, - [SMALL_STATE(2314)] = 22466, - [SMALL_STATE(2315)] = 22514, - [SMALL_STATE(2316)] = 22562, - [SMALL_STATE(2317)] = 22610, - [SMALL_STATE(2318)] = 22660, - [SMALL_STATE(2319)] = 22708, - [SMALL_STATE(2320)] = 22756, - [SMALL_STATE(2321)] = 22804, - [SMALL_STATE(2322)] = 22852, - [SMALL_STATE(2323)] = 22900, - [SMALL_STATE(2324)] = 22948, - [SMALL_STATE(2325)] = 22996, - [SMALL_STATE(2326)] = 23056, - [SMALL_STATE(2327)] = 23104, - [SMALL_STATE(2328)] = 23190, - [SMALL_STATE(2329)] = 23238, - [SMALL_STATE(2330)] = 23286, - [SMALL_STATE(2331)] = 23334, - [SMALL_STATE(2332)] = 23382, - [SMALL_STATE(2333)] = 23430, - [SMALL_STATE(2334)] = 23478, - [SMALL_STATE(2335)] = 23526, - [SMALL_STATE(2336)] = 23574, - [SMALL_STATE(2337)] = 23622, - [SMALL_STATE(2338)] = 23680, - [SMALL_STATE(2339)] = 23762, - [SMALL_STATE(2340)] = 23810, - [SMALL_STATE(2341)] = 23858, - [SMALL_STATE(2342)] = 23906, - [SMALL_STATE(2343)] = 23954, - [SMALL_STATE(2344)] = 24002, - [SMALL_STATE(2345)] = 24084, - [SMALL_STATE(2346)] = 24176, - [SMALL_STATE(2347)] = 24268, - [SMALL_STATE(2348)] = 24328, - [SMALL_STATE(2349)] = 24388, - [SMALL_STATE(2350)] = 24436, - [SMALL_STATE(2351)] = 24484, - [SMALL_STATE(2352)] = 24532, - [SMALL_STATE(2353)] = 24598, - [SMALL_STATE(2354)] = 24646, - [SMALL_STATE(2355)] = 24693, - [SMALL_STATE(2356)] = 24762, - [SMALL_STATE(2357)] = 24809, - [SMALL_STATE(2358)] = 24856, - [SMALL_STATE(2359)] = 24903, - [SMALL_STATE(2360)] = 24950, - [SMALL_STATE(2361)] = 24997, - [SMALL_STATE(2362)] = 25044, - [SMALL_STATE(2363)] = 25091, - [SMALL_STATE(2364)] = 25140, - [SMALL_STATE(2365)] = 25187, - [SMALL_STATE(2366)] = 25234, - [SMALL_STATE(2367)] = 25283, - [SMALL_STATE(2368)] = 25330, - [SMALL_STATE(2369)] = 25377, - [SMALL_STATE(2370)] = 25424, - [SMALL_STATE(2371)] = 25471, - [SMALL_STATE(2372)] = 25518, - [SMALL_STATE(2373)] = 25565, - [SMALL_STATE(2374)] = 25612, - [SMALL_STATE(2375)] = 25659, - [SMALL_STATE(2376)] = 25706, - [SMALL_STATE(2377)] = 25753, - [SMALL_STATE(2378)] = 25800, - [SMALL_STATE(2379)] = 25847, - [SMALL_STATE(2380)] = 25894, - [SMALL_STATE(2381)] = 25941, - [SMALL_STATE(2382)] = 25988, - [SMALL_STATE(2383)] = 26035, - [SMALL_STATE(2384)] = 26082, - [SMALL_STATE(2385)] = 26133, - [SMALL_STATE(2386)] = 26180, - [SMALL_STATE(2387)] = 26227, - [SMALL_STATE(2388)] = 26274, - [SMALL_STATE(2389)] = 26321, - [SMALL_STATE(2390)] = 26368, - [SMALL_STATE(2391)] = 26415, - [SMALL_STATE(2392)] = 26462, - [SMALL_STATE(2393)] = 26509, - [SMALL_STATE(2394)] = 26556, - [SMALL_STATE(2395)] = 26603, - [SMALL_STATE(2396)] = 26650, - [SMALL_STATE(2397)] = 26697, - [SMALL_STATE(2398)] = 26744, - [SMALL_STATE(2399)] = 26803, - [SMALL_STATE(2400)] = 26850, - [SMALL_STATE(2401)] = 26897, - [SMALL_STATE(2402)] = 26944, - [SMALL_STATE(2403)] = 26991, - [SMALL_STATE(2404)] = 27038, - [SMALL_STATE(2405)] = 27085, - [SMALL_STATE(2406)] = 27132, - [SMALL_STATE(2407)] = 27179, - [SMALL_STATE(2408)] = 27226, - [SMALL_STATE(2409)] = 27273, - [SMALL_STATE(2410)] = 27320, - [SMALL_STATE(2411)] = 27367, - [SMALL_STATE(2412)] = 27414, - [SMALL_STATE(2413)] = 27461, - [SMALL_STATE(2414)] = 27512, - [SMALL_STATE(2415)] = 27559, - [SMALL_STATE(2416)] = 27606, - [SMALL_STATE(2417)] = 27653, - [SMALL_STATE(2418)] = 27700, - [SMALL_STATE(2419)] = 27747, - [SMALL_STATE(2420)] = 27794, - [SMALL_STATE(2421)] = 27841, - [SMALL_STATE(2422)] = 27926, - [SMALL_STATE(2423)] = 27973, - [SMALL_STATE(2424)] = 28020, - [SMALL_STATE(2425)] = 28067, - [SMALL_STATE(2426)] = 28114, - [SMALL_STATE(2427)] = 28161, - [SMALL_STATE(2428)] = 28242, - [SMALL_STATE(2429)] = 28289, - [SMALL_STATE(2430)] = 28336, - [SMALL_STATE(2431)] = 28383, - [SMALL_STATE(2432)] = 28430, - [SMALL_STATE(2433)] = 28477, - [SMALL_STATE(2434)] = 28558, - [SMALL_STATE(2435)] = 28605, - [SMALL_STATE(2436)] = 28664, - [SMALL_STATE(2437)] = 28711, - [SMALL_STATE(2438)] = 28758, - [SMALL_STATE(2439)] = 28805, - [SMALL_STATE(2440)] = 28868, - [SMALL_STATE(2441)] = 28915, - [SMALL_STATE(2442)] = 28962, - [SMALL_STATE(2443)] = 29009, - [SMALL_STATE(2444)] = 29056, - [SMALL_STATE(2445)] = 29121, - [SMALL_STATE(2446)] = 29168, - [SMALL_STATE(2447)] = 29215, - [SMALL_STATE(2448)] = 29262, - [SMALL_STATE(2449)] = 29309, - [SMALL_STATE(2450)] = 29380, - [SMALL_STATE(2451)] = 29453, - [SMALL_STATE(2452)] = 29528, - [SMALL_STATE(2453)] = 29575, - [SMALL_STATE(2454)] = 29652, - [SMALL_STATE(2455)] = 29699, - [SMALL_STATE(2456)] = 29778, - [SMALL_STATE(2457)] = 29825, - [SMALL_STATE(2458)] = 29884, - [SMALL_STATE(2459)] = 29931, - [SMALL_STATE(2460)] = 29992, - [SMALL_STATE(2461)] = 30039, - [SMALL_STATE(2462)] = 30086, - [SMALL_STATE(2463)] = 30133, - [SMALL_STATE(2464)] = 30182, - [SMALL_STATE(2465)] = 30229, - [SMALL_STATE(2466)] = 30312, - [SMALL_STATE(2467)] = 30393, - [SMALL_STATE(2468)] = 30440, - [SMALL_STATE(2469)] = 30487, - [SMALL_STATE(2470)] = 30534, - [SMALL_STATE(2471)] = 30581, - [SMALL_STATE(2472)] = 30628, - [SMALL_STATE(2473)] = 30675, - [SMALL_STATE(2474)] = 30722, - [SMALL_STATE(2475)] = 30769, - [SMALL_STATE(2476)] = 30816, - [SMALL_STATE(2477)] = 30873, - [SMALL_STATE(2478)] = 30920, - [SMALL_STATE(2479)] = 30979, - [SMALL_STATE(2480)] = 31030, - [SMALL_STATE(2481)] = 31077, - [SMALL_STATE(2482)] = 31142, - [SMALL_STATE(2483)] = 31223, - [SMALL_STATE(2484)] = 31270, - [SMALL_STATE(2485)] = 31317, - [SMALL_STATE(2486)] = 31364, - [SMALL_STATE(2487)] = 31421, - [SMALL_STATE(2488)] = 31467, - [SMALL_STATE(2489)] = 31553, - [SMALL_STATE(2490)] = 31639, - [SMALL_STATE(2491)] = 31685, - [SMALL_STATE(2492)] = 31731, - [SMALL_STATE(2493)] = 31817, - [SMALL_STATE(2494)] = 31863, - [SMALL_STATE(2495)] = 31909, - [SMALL_STATE(2496)] = 31955, - [SMALL_STATE(2497)] = 32009, - [SMALL_STATE(2498)] = 32059, - [SMALL_STATE(2499)] = 32113, - [SMALL_STATE(2500)] = 32199, - [SMALL_STATE(2501)] = 32255, - [SMALL_STATE(2502)] = 32301, - [SMALL_STATE(2503)] = 32347, - [SMALL_STATE(2504)] = 32401, - [SMALL_STATE(2505)] = 32484, - [SMALL_STATE(2506)] = 32535, - [SMALL_STATE(2507)] = 32618, - [SMALL_STATE(2508)] = 32701, - [SMALL_STATE(2509)] = 32784, - [SMALL_STATE(2510)] = 32867, - [SMALL_STATE(2511)] = 32918, - [SMALL_STATE(2512)] = 33001, - [SMALL_STATE(2513)] = 33084, - [SMALL_STATE(2514)] = 33167, - [SMALL_STATE(2515)] = 33247, - [SMALL_STATE(2516)] = 33327, - [SMALL_STATE(2517)] = 33379, - [SMALL_STATE(2518)] = 33459, - [SMALL_STATE(2519)] = 33539, - [SMALL_STATE(2520)] = 33619, - [SMALL_STATE(2521)] = 33699, - [SMALL_STATE(2522)] = 33779, - [SMALL_STATE(2523)] = 33859, - [SMALL_STATE(2524)] = 33939, - [SMALL_STATE(2525)] = 33985, - [SMALL_STATE(2526)] = 34065, - [SMALL_STATE(2527)] = 34109, - [SMALL_STATE(2528)] = 34189, - [SMALL_STATE(2529)] = 34269, - [SMALL_STATE(2530)] = 34349, - [SMALL_STATE(2531)] = 34429, - [SMALL_STATE(2532)] = 34509, - [SMALL_STATE(2533)] = 34589, - [SMALL_STATE(2534)] = 34669, - [SMALL_STATE(2535)] = 34721, - [SMALL_STATE(2536)] = 34801, - [SMALL_STATE(2537)] = 34881, - [SMALL_STATE(2538)] = 34925, - [SMALL_STATE(2539)] = 35005, - [SMALL_STATE(2540)] = 35085, - [SMALL_STATE(2541)] = 35128, - [SMALL_STATE(2542)] = 35171, - [SMALL_STATE(2543)] = 35246, - [SMALL_STATE(2544)] = 35321, - [SMALL_STATE(2545)] = 35396, - [SMALL_STATE(2546)] = 35445, - [SMALL_STATE(2547)] = 35488, - [SMALL_STATE(2548)] = 35563, - [SMALL_STATE(2549)] = 35638, - [SMALL_STATE(2550)] = 35681, - [SMALL_STATE(2551)] = 35760, - [SMALL_STATE(2552)] = 35803, - [SMALL_STATE(2553)] = 35878, - [SMALL_STATE(2554)] = 35921, - [SMALL_STATE(2555)] = 36000, - [SMALL_STATE(2556)] = 36043, - [SMALL_STATE(2557)] = 36086, - [SMALL_STATE(2558)] = 36129, - [SMALL_STATE(2559)] = 36172, - [SMALL_STATE(2560)] = 36251, - [SMALL_STATE(2561)] = 36294, - [SMALL_STATE(2562)] = 36337, - [SMALL_STATE(2563)] = 36380, - [SMALL_STATE(2564)] = 36459, - [SMALL_STATE(2565)] = 36502, - [SMALL_STATE(2566)] = 36545, - [SMALL_STATE(2567)] = 36588, - [SMALL_STATE(2568)] = 36663, - [SMALL_STATE(2569)] = 36706, - [SMALL_STATE(2570)] = 36749, - [SMALL_STATE(2571)] = 36792, - [SMALL_STATE(2572)] = 36835, - [SMALL_STATE(2573)] = 36878, - [SMALL_STATE(2574)] = 36921, - [SMALL_STATE(2575)] = 36964, - [SMALL_STATE(2576)] = 37007, - [SMALL_STATE(2577)] = 37050, - [SMALL_STATE(2578)] = 37093, - [SMALL_STATE(2579)] = 37136, - [SMALL_STATE(2580)] = 37179, - [SMALL_STATE(2581)] = 37258, - [SMALL_STATE(2582)] = 37301, - [SMALL_STATE(2583)] = 37376, - [SMALL_STATE(2584)] = 37451, - [SMALL_STATE(2585)] = 37494, - [SMALL_STATE(2586)] = 37573, - [SMALL_STATE(2587)] = 37616, - [SMALL_STATE(2588)] = 37659, - [SMALL_STATE(2589)] = 37738, - [SMALL_STATE(2590)] = 37817, - [SMALL_STATE(2591)] = 37860, - [SMALL_STATE(2592)] = 37903, - [SMALL_STATE(2593)] = 37952, - [SMALL_STATE(2594)] = 38027, - [SMALL_STATE(2595)] = 38070, - [SMALL_STATE(2596)] = 38113, - [SMALL_STATE(2597)] = 38156, - [SMALL_STATE(2598)] = 38203, - [SMALL_STATE(2599)] = 38278, - [SMALL_STATE(2600)] = 38321, - [SMALL_STATE(2601)] = 38396, - [SMALL_STATE(2602)] = 38475, - [SMALL_STATE(2603)] = 38518, - [SMALL_STATE(2604)] = 38561, - [SMALL_STATE(2605)] = 38604, - [SMALL_STATE(2606)] = 38683, - [SMALL_STATE(2607)] = 38726, - [SMALL_STATE(2608)] = 38769, - [SMALL_STATE(2609)] = 38844, - [SMALL_STATE(2610)] = 38893, - [SMALL_STATE(2611)] = 38968, - [SMALL_STATE(2612)] = 39043, - [SMALL_STATE(2613)] = 39086, - [SMALL_STATE(2614)] = 39129, - [SMALL_STATE(2615)] = 39172, - [SMALL_STATE(2616)] = 39215, - [SMALL_STATE(2617)] = 39258, - [SMALL_STATE(2618)] = 39301, - [SMALL_STATE(2619)] = 39344, - [SMALL_STATE(2620)] = 39387, - [SMALL_STATE(2621)] = 39439, - [SMALL_STATE(2622)] = 39487, - [SMALL_STATE(2623)] = 39539, - [SMALL_STATE(2624)] = 39587, - [SMALL_STATE(2625)] = 39639, - [SMALL_STATE(2626)] = 39691, - [SMALL_STATE(2627)] = 39737, - [SMALL_STATE(2628)] = 39781, - [SMALL_STATE(2629)] = 39825, - [SMALL_STATE(2630)] = 39869, - [SMALL_STATE(2631)] = 39920, - [SMALL_STATE(2632)] = 39989, - [SMALL_STATE(2633)] = 40058, - [SMALL_STATE(2634)] = 40099, - [SMALL_STATE(2635)] = 40150, - [SMALL_STATE(2636)] = 40201, - [SMALL_STATE(2637)] = 40248, - [SMALL_STATE(2638)] = 40299, - [SMALL_STATE(2639)] = 40368, - [SMALL_STATE(2640)] = 40415, - [SMALL_STATE(2641)] = 40484, - [SMALL_STATE(2642)] = 40553, - [SMALL_STATE(2643)] = 40622, - [SMALL_STATE(2644)] = 40669, - [SMALL_STATE(2645)] = 40712, - [SMALL_STATE(2646)] = 40753, - [SMALL_STATE(2647)] = 40800, - [SMALL_STATE(2648)] = 40869, - [SMALL_STATE(2649)] = 40938, - [SMALL_STATE(2650)] = 40984, - [SMALL_STATE(2651)] = 41024, - [SMALL_STATE(2652)] = 41070, - [SMALL_STATE(2653)] = 41110, - [SMALL_STATE(2654)] = 41150, - [SMALL_STATE(2655)] = 41190, - [SMALL_STATE(2656)] = 41240, - [SMALL_STATE(2657)] = 41280, - [SMALL_STATE(2658)] = 41320, - [SMALL_STATE(2659)] = 41366, - [SMALL_STATE(2660)] = 41406, - [SMALL_STATE(2661)] = 41456, - [SMALL_STATE(2662)] = 41496, - [SMALL_STATE(2663)] = 41536, - [SMALL_STATE(2664)] = 41586, - [SMALL_STATE(2665)] = 41636, - [SMALL_STATE(2666)] = 41676, - [SMALL_STATE(2667)] = 41716, - [SMALL_STATE(2668)] = 41766, - [SMALL_STATE(2669)] = 41806, - [SMALL_STATE(2670)] = 41846, - [SMALL_STATE(2671)] = 41896, - [SMALL_STATE(2672)] = 41948, - [SMALL_STATE(2673)] = 42026, - [SMALL_STATE(2674)] = 42066, - [SMALL_STATE(2675)] = 42118, - [SMALL_STATE(2676)] = 42158, - [SMALL_STATE(2677)] = 42198, - [SMALL_STATE(2678)] = 42244, - [SMALL_STATE(2679)] = 42284, - [SMALL_STATE(2680)] = 42324, - [SMALL_STATE(2681)] = 42370, - [SMALL_STATE(2682)] = 42410, - [SMALL_STATE(2683)] = 42462, - [SMALL_STATE(2684)] = 42508, - [SMALL_STATE(2685)] = 42548, - [SMALL_STATE(2686)] = 42588, - [SMALL_STATE(2687)] = 42647, - [SMALL_STATE(2688)] = 42702, - [SMALL_STATE(2689)] = 42777, - [SMALL_STATE(2690)] = 42836, - [SMALL_STATE(2691)] = 42905, - [SMALL_STATE(2692)] = 42950, - [SMALL_STATE(2693)] = 42995, - [SMALL_STATE(2694)] = 43068, - [SMALL_STATE(2695)] = 43141, - [SMALL_STATE(2696)] = 43208, - [SMALL_STATE(2697)] = 43281, - [SMALL_STATE(2698)] = 43354, - [SMALL_STATE(2699)] = 43399, - [SMALL_STATE(2700)] = 43462, - [SMALL_STATE(2701)] = 43507, - [SMALL_STATE(2702)] = 43584, - [SMALL_STATE(2703)] = 43653, - [SMALL_STATE(2704)] = 43712, - [SMALL_STATE(2705)] = 43769, - [SMALL_STATE(2706)] = 43840, - [SMALL_STATE(2707)] = 43905, - [SMALL_STATE(2708)] = 43966, - [SMALL_STATE(2709)] = 44011, - [SMALL_STATE(2710)] = 44054, - [SMALL_STATE(2711)] = 44099, - [SMALL_STATE(2712)] = 44158, - [SMALL_STATE(2713)] = 44219, - [SMALL_STATE(2714)] = 44302, - [SMALL_STATE(2715)] = 44382, - [SMALL_STATE(2716)] = 44462, - [SMALL_STATE(2717)] = 44542, - [SMALL_STATE(2718)] = 44622, - [SMALL_STATE(2719)] = 44702, - [SMALL_STATE(2720)] = 44776, - [SMALL_STATE(2721)] = 44856, - [SMALL_STATE(2722)] = 44938, - [SMALL_STATE(2723)] = 45020, - [SMALL_STATE(2724)] = 45094, - [SMALL_STATE(2725)] = 45136, - [SMALL_STATE(2726)] = 45218, - [SMALL_STATE(2727)] = 45298, - [SMALL_STATE(2728)] = 45378, - [SMALL_STATE(2729)] = 45458, - [SMALL_STATE(2730)] = 45538, - [SMALL_STATE(2731)] = 45612, - [SMALL_STATE(2732)] = 45686, - [SMALL_STATE(2733)] = 45766, - [SMALL_STATE(2734)] = 45848, - [SMALL_STATE(2735)] = 45906, - [SMALL_STATE(2736)] = 45964, - [SMALL_STATE(2737)] = 46038, - [SMALL_STATE(2738)] = 46112, - [SMALL_STATE(2739)] = 46152, - [SMALL_STATE(2740)] = 46194, - [SMALL_STATE(2741)] = 46272, - [SMALL_STATE(2742)] = 46352, - [SMALL_STATE(2743)] = 46394, - [SMALL_STATE(2744)] = 46474, - [SMALL_STATE(2745)] = 46548, - [SMALL_STATE(2746)] = 46622, - [SMALL_STATE(2747)] = 46696, - [SMALL_STATE(2748)] = 46778, - [SMALL_STATE(2749)] = 46856, - [SMALL_STATE(2750)] = 46916, - [SMALL_STATE(2751)] = 46996, - [SMALL_STATE(2752)] = 47078, - [SMALL_STATE(2753)] = 47158, - [SMALL_STATE(2754)] = 47216, - [SMALL_STATE(2755)] = 47256, - [SMALL_STATE(2756)] = 47330, - [SMALL_STATE(2757)] = 47404, - [SMALL_STATE(2758)] = 47444, - [SMALL_STATE(2759)] = 47502, - [SMALL_STATE(2760)] = 47582, - [SMALL_STATE(2761)] = 47662, - [SMALL_STATE(2762)] = 47744, - [SMALL_STATE(2763)] = 47826, - [SMALL_STATE(2764)] = 47900, - [SMALL_STATE(2765)] = 47974, - [SMALL_STATE(2766)] = 48056, - [SMALL_STATE(2767)] = 48136, - [SMALL_STATE(2768)] = 48216, - [SMALL_STATE(2769)] = 48276, - [SMALL_STATE(2770)] = 48336, - [SMALL_STATE(2771)] = 48396, - [SMALL_STATE(2772)] = 48470, - [SMALL_STATE(2773)] = 48552, - [SMALL_STATE(2774)] = 48629, - [SMALL_STATE(2775)] = 48706, - [SMALL_STATE(2776)] = 48773, - [SMALL_STATE(2777)] = 48850, - [SMALL_STATE(2778)] = 48915, - [SMALL_STATE(2779)] = 48952, - [SMALL_STATE(2780)] = 49029, - [SMALL_STATE(2781)] = 49102, - [SMALL_STATE(2782)] = 49165, - [SMALL_STATE(2783)] = 49226, - [SMALL_STATE(2784)] = 49303, - [SMALL_STATE(2785)] = 49360, - [SMALL_STATE(2786)] = 49413, - [SMALL_STATE(2787)] = 49470, - [SMALL_STATE(2788)] = 49525, - [SMALL_STATE(2789)] = 49602, - [SMALL_STATE(2790)] = 49679, - [SMALL_STATE(2791)] = 49750, - [SMALL_STATE(2792)] = 49803, - [SMALL_STATE(2793)] = 49878, - [SMALL_STATE(2794)] = 49955, - [SMALL_STATE(2795)] = 50032, - [SMALL_STATE(2796)] = 50109, - [SMALL_STATE(2797)] = 50158, - [SMALL_STATE(2798)] = 50229, - [SMALL_STATE(2799)] = 50306, - [SMALL_STATE(2800)] = 50353, - [SMALL_STATE(2801)] = 50424, - [SMALL_STATE(2802)] = 50483, - [SMALL_STATE(2803)] = 50532, - [SMALL_STATE(2804)] = 50609, - [SMALL_STATE(2805)] = 50686, - [SMALL_STATE(2806)] = 50761, - [SMALL_STATE(2807)] = 50836, - [SMALL_STATE(2808)] = 50913, - [SMALL_STATE(2809)] = 50990, - [SMALL_STATE(2810)] = 51037, - [SMALL_STATE(2811)] = 51114, - [SMALL_STATE(2812)] = 51181, - [SMALL_STATE(2813)] = 51258, - [SMALL_STATE(2814)] = 51335, - [SMALL_STATE(2815)] = 51408, - [SMALL_STATE(2816)] = 51477, - [SMALL_STATE(2817)] = 51530, - [SMALL_STATE(2818)] = 51607, - [SMALL_STATE(2819)] = 51684, - [SMALL_STATE(2820)] = 51761, - [SMALL_STATE(2821)] = 51836, - [SMALL_STATE(2822)] = 51913, - [SMALL_STATE(2823)] = 51986, - [SMALL_STATE(2824)] = 52063, - [SMALL_STATE(2825)] = 52138, - [SMALL_STATE(2826)] = 52215, - [SMALL_STATE(2827)] = 52290, - [SMALL_STATE(2828)] = 52367, - [SMALL_STATE(2829)] = 52444, - [SMALL_STATE(2830)] = 52521, - [SMALL_STATE(2831)] = 52598, - [SMALL_STATE(2832)] = 52673, - [SMALL_STATE(2833)] = 52750, - [SMALL_STATE(2834)] = 52827, - [SMALL_STATE(2835)] = 52900, - [SMALL_STATE(2836)] = 52977, - [SMALL_STATE(2837)] = 53054, - [SMALL_STATE(2838)] = 53111, - [SMALL_STATE(2839)] = 53188, - [SMALL_STATE(2840)] = 53263, - [SMALL_STATE(2841)] = 53340, - [SMALL_STATE(2842)] = 53417, - [SMALL_STATE(2843)] = 53494, - [SMALL_STATE(2844)] = 53571, - [SMALL_STATE(2845)] = 53610, - [SMALL_STATE(2846)] = 53687, - [SMALL_STATE(2847)] = 53764, - [SMALL_STATE(2848)] = 53823, - [SMALL_STATE(2849)] = 53900, - [SMALL_STATE(2850)] = 53977, - [SMALL_STATE(2851)] = 54054, - [SMALL_STATE(2852)] = 54131, - [SMALL_STATE(2853)] = 54208, - [SMALL_STATE(2854)] = 54245, - [SMALL_STATE(2855)] = 54290, - [SMALL_STATE(2856)] = 54367, - [SMALL_STATE(2857)] = 54444, - [SMALL_STATE(2858)] = 54521, - [SMALL_STATE(2859)] = 54578, - [SMALL_STATE(2860)] = 54655, - [SMALL_STATE(2861)] = 54710, - [SMALL_STATE(2862)] = 54787, - [SMALL_STATE(2863)] = 54864, - [SMALL_STATE(2864)] = 54941, - [SMALL_STATE(2865)] = 55018, - [SMALL_STATE(2866)] = 55095, - [SMALL_STATE(2867)] = 55172, - [SMALL_STATE(2868)] = 55209, - [SMALL_STATE(2869)] = 55286, - [SMALL_STATE(2870)] = 55345, - [SMALL_STATE(2871)] = 55408, - [SMALL_STATE(2872)] = 55473, - [SMALL_STATE(2873)] = 55540, - [SMALL_STATE(2874)] = 55609, - [SMALL_STATE(2875)] = 55678, - [SMALL_STATE(2876)] = 55755, - [SMALL_STATE(2877)] = 55826, - [SMALL_STATE(2878)] = 55897, - [SMALL_STATE(2879)] = 55946, - [SMALL_STATE(2880)] = 56023, - [SMALL_STATE(2881)] = 56100, - [SMALL_STATE(2882)] = 56153, - [SMALL_STATE(2883)] = 56212, - [SMALL_STATE(2884)] = 56249, - [SMALL_STATE(2885)] = 56326, - [SMALL_STATE(2886)] = 56403, - [SMALL_STATE(2887)] = 56480, - [SMALL_STATE(2888)] = 56557, - [SMALL_STATE(2889)] = 56632, - [SMALL_STATE(2890)] = 56707, - [SMALL_STATE(2891)] = 56784, - [SMALL_STATE(2892)] = 56861, - [SMALL_STATE(2893)] = 56938, - [SMALL_STATE(2894)] = 56991, - [SMALL_STATE(2895)] = 57068, - [SMALL_STATE(2896)] = 57145, - [SMALL_STATE(2897)] = 57222, - [SMALL_STATE(2898)] = 57259, - [SMALL_STATE(2899)] = 57336, - [SMALL_STATE(2900)] = 57409, - [SMALL_STATE(2901)] = 57475, - [SMALL_STATE(2902)] = 57549, - [SMALL_STATE(2903)] = 57585, - [SMALL_STATE(2904)] = 57659, - [SMALL_STATE(2905)] = 57733, - [SMALL_STATE(2906)] = 57801, - [SMALL_STATE(2907)] = 57867, - [SMALL_STATE(2908)] = 57921, - [SMALL_STATE(2909)] = 57977, - [SMALL_STATE(2910)] = 58045, - [SMALL_STATE(2911)] = 58081, - [SMALL_STATE(2912)] = 58155, - [SMALL_STATE(2913)] = 58229, - [SMALL_STATE(2914)] = 58289, - [SMALL_STATE(2915)] = 58363, - [SMALL_STATE(2916)] = 58399, - [SMALL_STATE(2917)] = 58461, - [SMALL_STATE(2918)] = 58525, - [SMALL_STATE(2919)] = 58591, - [SMALL_STATE(2920)] = 58657, - [SMALL_STATE(2921)] = 58725, - [SMALL_STATE(2922)] = 58777, - [SMALL_STATE(2923)] = 58851, - [SMALL_STATE(2924)] = 58923, - [SMALL_STATE(2925)] = 58991, - [SMALL_STATE(2926)] = 59061, - [SMALL_STATE(2927)] = 59129, - [SMALL_STATE(2928)] = 59203, - [SMALL_STATE(2929)] = 59269, - [SMALL_STATE(2930)] = 59343, - [SMALL_STATE(2931)] = 59409, - [SMALL_STATE(2932)] = 59483, - [SMALL_STATE(2933)] = 59557, - [SMALL_STATE(2934)] = 59623, - [SMALL_STATE(2935)] = 59691, - [SMALL_STATE(2936)] = 59759, - [SMALL_STATE(2937)] = 59825, - [SMALL_STATE(2938)] = 59899, - [SMALL_STATE(2939)] = 59965, - [SMALL_STATE(2940)] = 60039, - [SMALL_STATE(2941)] = 60075, - [SMALL_STATE(2942)] = 60149, - [SMALL_STATE(2943)] = 60217, - [SMALL_STATE(2944)] = 60263, - [SMALL_STATE(2945)] = 60337, - [SMALL_STATE(2946)] = 60405, - [SMALL_STATE(2947)] = 60471, - [SMALL_STATE(2948)] = 60539, - [SMALL_STATE(2949)] = 60609, - [SMALL_STATE(2950)] = 60683, - [SMALL_STATE(2951)] = 60749, - [SMALL_STATE(2952)] = 60817, - [SMALL_STATE(2953)] = 60891, - [SMALL_STATE(2954)] = 60965, - [SMALL_STATE(2955)] = 61039, - [SMALL_STATE(2956)] = 61113, - [SMALL_STATE(2957)] = 61187, - [SMALL_STATE(2958)] = 61261, - [SMALL_STATE(2959)] = 61297, - [SMALL_STATE(2960)] = 61349, - [SMALL_STATE(2961)] = 61385, - [SMALL_STATE(2962)] = 61437, - [SMALL_STATE(2963)] = 61505, - [SMALL_STATE(2964)] = 61579, - [SMALL_STATE(2965)] = 61653, - [SMALL_STATE(2966)] = 61721, - [SMALL_STATE(2967)] = 61757, - [SMALL_STATE(2968)] = 61793, - [SMALL_STATE(2969)] = 61867, - [SMALL_STATE(2970)] = 61941, - [SMALL_STATE(2971)] = 62015, - [SMALL_STATE(2972)] = 62083, - [SMALL_STATE(2973)] = 62135, - [SMALL_STATE(2974)] = 62209, - [SMALL_STATE(2975)] = 62283, - [SMALL_STATE(2976)] = 62349, - [SMALL_STATE(2977)] = 62419, - [SMALL_STATE(2978)] = 62493, - [SMALL_STATE(2979)] = 62567, - [SMALL_STATE(2980)] = 62615, - [SMALL_STATE(2981)] = 62689, - [SMALL_STATE(2982)] = 62763, - [SMALL_STATE(2983)] = 62837, - [SMALL_STATE(2984)] = 62905, - [SMALL_STATE(2985)] = 62979, - [SMALL_STATE(2986)] = 63047, - [SMALL_STATE(2987)] = 63121, - [SMALL_STATE(2988)] = 63195, - [SMALL_STATE(2989)] = 63263, - [SMALL_STATE(2990)] = 63337, - [SMALL_STATE(2991)] = 63405, - [SMALL_STATE(2992)] = 63473, - [SMALL_STATE(2993)] = 63547, - [SMALL_STATE(2994)] = 63621, - [SMALL_STATE(2995)] = 63695, - [SMALL_STATE(2996)] = 63763, - [SMALL_STATE(2997)] = 63817, - [SMALL_STATE(2998)] = 63885, - [SMALL_STATE(2999)] = 63953, - [SMALL_STATE(3000)] = 64021, - [SMALL_STATE(3001)] = 64095, - [SMALL_STATE(3002)] = 64169, - [SMALL_STATE(3003)] = 64243, - [SMALL_STATE(3004)] = 64311, - [SMALL_STATE(3005)] = 64385, - [SMALL_STATE(3006)] = 64459, - [SMALL_STATE(3007)] = 64533, - [SMALL_STATE(3008)] = 64601, - [SMALL_STATE(3009)] = 64675, - [SMALL_STATE(3010)] = 64749, - [SMALL_STATE(3011)] = 64823, - [SMALL_STATE(3012)] = 64897, - [SMALL_STATE(3013)] = 64971, - [SMALL_STATE(3014)] = 65007, - [SMALL_STATE(3015)] = 65075, - [SMALL_STATE(3016)] = 65143, - [SMALL_STATE(3017)] = 65189, - [SMALL_STATE(3018)] = 65257, - [SMALL_STATE(3019)] = 65293, - [SMALL_STATE(3020)] = 65367, - [SMALL_STATE(3021)] = 65441, - [SMALL_STATE(3022)] = 65515, - [SMALL_STATE(3023)] = 65551, - [SMALL_STATE(3024)] = 65625, - [SMALL_STATE(3025)] = 65699, - [SMALL_STATE(3026)] = 65735, - [SMALL_STATE(3027)] = 65809, - [SMALL_STATE(3028)] = 65883, - [SMALL_STATE(3029)] = 65957, - [SMALL_STATE(3030)] = 66031, - [SMALL_STATE(3031)] = 66099, - [SMALL_STATE(3032)] = 66135, - [SMALL_STATE(3033)] = 66171, - [SMALL_STATE(3034)] = 66245, - [SMALL_STATE(3035)] = 66281, - [SMALL_STATE(3036)] = 66349, - [SMALL_STATE(3037)] = 66385, - [SMALL_STATE(3038)] = 66421, - [SMALL_STATE(3039)] = 66489, - [SMALL_STATE(3040)] = 66563, - [SMALL_STATE(3041)] = 66599, - [SMALL_STATE(3042)] = 66635, - [SMALL_STATE(3043)] = 66709, - [SMALL_STATE(3044)] = 66783, - [SMALL_STATE(3045)] = 66857, - [SMALL_STATE(3046)] = 66923, - [SMALL_STATE(3047)] = 66997, - [SMALL_STATE(3048)] = 67065, - [SMALL_STATE(3049)] = 67131, - [SMALL_STATE(3050)] = 67205, - [SMALL_STATE(3051)] = 67279, - [SMALL_STATE(3052)] = 67333, - [SMALL_STATE(3053)] = 67369, - [SMALL_STATE(3054)] = 67443, - [SMALL_STATE(3055)] = 67517, - [SMALL_STATE(3056)] = 67571, - [SMALL_STATE(3057)] = 67639, - [SMALL_STATE(3058)] = 67705, - [SMALL_STATE(3059)] = 67779, - [SMALL_STATE(3060)] = 67835, - [SMALL_STATE(3061)] = 67909, - [SMALL_STATE(3062)] = 67979, - [SMALL_STATE(3063)] = 68053, - [SMALL_STATE(3064)] = 68089, - [SMALL_STATE(3065)] = 68157, - [SMALL_STATE(3066)] = 68231, - [SMALL_STATE(3067)] = 68305, - [SMALL_STATE(3068)] = 68379, - [SMALL_STATE(3069)] = 68453, - [SMALL_STATE(3070)] = 68527, - [SMALL_STATE(3071)] = 68593, - [SMALL_STATE(3072)] = 68667, - [SMALL_STATE(3073)] = 68741, - [SMALL_STATE(3074)] = 68815, - [SMALL_STATE(3075)] = 68889, - [SMALL_STATE(3076)] = 68957, - [SMALL_STATE(3077)] = 69025, - [SMALL_STATE(3078)] = 69099, - [SMALL_STATE(3079)] = 69173, - [SMALL_STATE(3080)] = 69247, - [SMALL_STATE(3081)] = 69283, - [SMALL_STATE(3082)] = 69351, - [SMALL_STATE(3083)] = 69425, - [SMALL_STATE(3084)] = 69493, - [SMALL_STATE(3085)] = 69567, - [SMALL_STATE(3086)] = 69633, - [SMALL_STATE(3087)] = 69707, - [SMALL_STATE(3088)] = 69755, - [SMALL_STATE(3089)] = 69829, - [SMALL_STATE(3090)] = 69903, - [SMALL_STATE(3091)] = 69977, - [SMALL_STATE(3092)] = 70013, - [SMALL_STATE(3093)] = 70049, - [SMALL_STATE(3094)] = 70117, - [SMALL_STATE(3095)] = 70191, - [SMALL_STATE(3096)] = 70265, - [SMALL_STATE(3097)] = 70301, - [SMALL_STATE(3098)] = 70375, - [SMALL_STATE(3099)] = 70443, - [SMALL_STATE(3100)] = 70509, - [SMALL_STATE(3101)] = 70583, - [SMALL_STATE(3102)] = 70631, - [SMALL_STATE(3103)] = 70699, - [SMALL_STATE(3104)] = 70773, - [SMALL_STATE(3105)] = 70847, - [SMALL_STATE(3106)] = 70921, - [SMALL_STATE(3107)] = 70995, - [SMALL_STATE(3108)] = 71069, - [SMALL_STATE(3109)] = 71143, - [SMALL_STATE(3110)] = 71197, - [SMALL_STATE(3111)] = 71263, - [SMALL_STATE(3112)] = 71337, - [SMALL_STATE(3113)] = 71403, - [SMALL_STATE(3114)] = 71477, - [SMALL_STATE(3115)] = 71551, - [SMALL_STATE(3116)] = 71619, - [SMALL_STATE(3117)] = 71693, - [SMALL_STATE(3118)] = 71747, - [SMALL_STATE(3119)] = 71815, - [SMALL_STATE(3120)] = 71867, - [SMALL_STATE(3121)] = 71903, - [SMALL_STATE(3122)] = 71971, - [SMALL_STATE(3123)] = 72045, - [SMALL_STATE(3124)] = 72111, - [SMALL_STATE(3125)] = 72177, - [SMALL_STATE(3126)] = 72245, - [SMALL_STATE(3127)] = 72297, - [SMALL_STATE(3128)] = 72371, - [SMALL_STATE(3129)] = 72445, - [SMALL_STATE(3130)] = 72497, - [SMALL_STATE(3131)] = 72571, - [SMALL_STATE(3132)] = 72626, - [SMALL_STATE(3133)] = 72679, - [SMALL_STATE(3134)] = 72742, - [SMALL_STATE(3135)] = 72805, - [SMALL_STATE(3136)] = 72868, - [SMALL_STATE(3137)] = 72931, - [SMALL_STATE(3138)] = 72994, - [SMALL_STATE(3139)] = 73057, - [SMALL_STATE(3140)] = 73110, - [SMALL_STATE(3141)] = 73163, - [SMALL_STATE(3142)] = 73220, - [SMALL_STATE(3143)] = 73273, - [SMALL_STATE(3144)] = 73326, - [SMALL_STATE(3145)] = 73389, - [SMALL_STATE(3146)] = 73446, - [SMALL_STATE(3147)] = 73499, - [SMALL_STATE(3148)] = 73556, - [SMALL_STATE(3149)] = 73611, - [SMALL_STATE(3150)] = 73674, - [SMALL_STATE(3151)] = 73737, - [SMALL_STATE(3152)] = 73800, - [SMALL_STATE(3153)] = 73863, - [SMALL_STATE(3154)] = 73916, - [SMALL_STATE(3155)] = 73979, - [SMALL_STATE(3156)] = 74042, - [SMALL_STATE(3157)] = 74093, - [SMALL_STATE(3158)] = 74128, - [SMALL_STATE(3159)] = 74185, - [SMALL_STATE(3160)] = 74238, - [SMALL_STATE(3161)] = 74301, - [SMALL_STATE(3162)] = 74364, - [SMALL_STATE(3163)] = 74421, - [SMALL_STATE(3164)] = 74478, - [SMALL_STATE(3165)] = 74541, - [SMALL_STATE(3166)] = 74592, - [SMALL_STATE(3167)] = 74645, - [SMALL_STATE(3168)] = 74708, - [SMALL_STATE(3169)] = 74761, - [SMALL_STATE(3170)] = 74810, - [SMALL_STATE(3171)] = 74861, - [SMALL_STATE(3172)] = 74913, - [SMALL_STATE(3173)] = 74965, - [SMALL_STATE(3174)] = 75017, - [SMALL_STATE(3175)] = 75069, - [SMALL_STATE(3176)] = 75121, - [SMALL_STATE(3177)] = 75173, - [SMALL_STATE(3178)] = 75225, - [SMALL_STATE(3179)] = 75277, - [SMALL_STATE(3180)] = 75329, - [SMALL_STATE(3181)] = 75377, - [SMALL_STATE(3182)] = 75429, - [SMALL_STATE(3183)] = 75481, - [SMALL_STATE(3184)] = 75520, - [SMALL_STATE(3185)] = 75569, - [SMALL_STATE(3186)] = 75618, - [SMALL_STATE(3187)] = 75671, - [SMALL_STATE(3188)] = 75716, - [SMALL_STATE(3189)] = 75769, - [SMALL_STATE(3190)] = 75822, - [SMALL_STATE(3191)] = 75873, - [SMALL_STATE(3192)] = 75914, - [SMALL_STATE(3193)] = 75965, - [SMALL_STATE(3194)] = 76006, - [SMALL_STATE(3195)] = 76057, - [SMALL_STATE(3196)] = 76110, - [SMALL_STATE(3197)] = 76163, - [SMALL_STATE(3198)] = 76212, - [SMALL_STATE(3199)] = 76265, - [SMALL_STATE(3200)] = 76316, - [SMALL_STATE(3201)] = 76357, - [SMALL_STATE(3202)] = 76394, - [SMALL_STATE(3203)] = 76444, - [SMALL_STATE(3204)] = 76494, - [SMALL_STATE(3205)] = 76526, - [SMALL_STATE(3206)] = 76576, - [SMALL_STATE(3207)] = 76612, - [SMALL_STATE(3208)] = 76650, - [SMALL_STATE(3209)] = 76700, - [SMALL_STATE(3210)] = 76738, - [SMALL_STATE(3211)] = 76770, - [SMALL_STATE(3212)] = 76820, - [SMALL_STATE(3213)] = 76858, - [SMALL_STATE(3214)] = 76890, - [SMALL_STATE(3215)] = 76921, - [SMALL_STATE(3216)] = 76952, - [SMALL_STATE(3217)] = 76983, - [SMALL_STATE(3218)] = 77014, - [SMALL_STATE(3219)] = 77045, - [SMALL_STATE(3220)] = 77076, - [SMALL_STATE(3221)] = 77107, - [SMALL_STATE(3222)] = 77158, - [SMALL_STATE(3223)] = 77209, - [SMALL_STATE(3224)] = 77260, - [SMALL_STATE(3225)] = 77309, - [SMALL_STATE(3226)] = 77340, - [SMALL_STATE(3227)] = 77373, - [SMALL_STATE(3228)] = 77404, - [SMALL_STATE(3229)] = 77435, - [SMALL_STATE(3230)] = 77466, - [SMALL_STATE(3231)] = 77517, - [SMALL_STATE(3232)] = 77548, - [SMALL_STATE(3233)] = 77607, - [SMALL_STATE(3234)] = 77638, - [SMALL_STATE(3235)] = 77687, - [SMALL_STATE(3236)] = 77718, - [SMALL_STATE(3237)] = 77767, - [SMALL_STATE(3238)] = 77818, - [SMALL_STATE(3239)] = 77877, - [SMALL_STATE(3240)] = 77908, - [SMALL_STATE(3241)] = 77959, - [SMALL_STATE(3242)] = 77990, - [SMALL_STATE(3243)] = 78021, - [SMALL_STATE(3244)] = 78052, - [SMALL_STATE(3245)] = 78103, - [SMALL_STATE(3246)] = 78154, - [SMALL_STATE(3247)] = 78185, - [SMALL_STATE(3248)] = 78220, - [SMALL_STATE(3249)] = 78271, - [SMALL_STATE(3250)] = 78322, - [SMALL_STATE(3251)] = 78353, - [SMALL_STATE(3252)] = 78404, - [SMALL_STATE(3253)] = 78455, - [SMALL_STATE(3254)] = 78506, - [SMALL_STATE(3255)] = 78565, - [SMALL_STATE(3256)] = 78614, - [SMALL_STATE(3257)] = 78645, - [SMALL_STATE(3258)] = 78696, - [SMALL_STATE(3259)] = 78742, - [SMALL_STATE(3260)] = 78778, - [SMALL_STATE(3261)] = 78814, - [SMALL_STATE(3262)] = 78844, - [SMALL_STATE(3263)] = 78890, - [SMALL_STATE(3264)] = 78922, - [SMALL_STATE(3265)] = 78968, - [SMALL_STATE(3266)] = 79014, - [SMALL_STATE(3267)] = 79060, - [SMALL_STATE(3268)] = 79106, - [SMALL_STATE(3269)] = 79138, - [SMALL_STATE(3270)] = 79184, - [SMALL_STATE(3271)] = 79220, - [SMALL_STATE(3272)] = 79266, - [SMALL_STATE(3273)] = 79300, - [SMALL_STATE(3274)] = 79336, - [SMALL_STATE(3275)] = 79372, - [SMALL_STATE(3276)] = 79406, - [SMALL_STATE(3277)] = 79452, - [SMALL_STATE(3278)] = 79498, - [SMALL_STATE(3279)] = 79544, - [SMALL_STATE(3280)] = 79574, - [SMALL_STATE(3281)] = 79620, - [SMALL_STATE(3282)] = 79669, - [SMALL_STATE(3283)] = 79704, - [SMALL_STATE(3284)] = 79739, - [SMALL_STATE(3285)] = 79788, - [SMALL_STATE(3286)] = 79823, - [SMALL_STATE(3287)] = 79866, - [SMALL_STATE(3288)] = 79901, - [SMALL_STATE(3289)] = 79936, - [SMALL_STATE(3290)] = 79971, - [SMALL_STATE(3291)] = 80006, - [SMALL_STATE(3292)] = 80041, - [SMALL_STATE(3293)] = 80076, - [SMALL_STATE(3294)] = 80131, - [SMALL_STATE(3295)] = 80166, - [SMALL_STATE(3296)] = 80221, - [SMALL_STATE(3297)] = 80256, - [SMALL_STATE(3298)] = 80291, - [SMALL_STATE(3299)] = 80326, - [SMALL_STATE(3300)] = 80361, - [SMALL_STATE(3301)] = 80394, - [SMALL_STATE(3302)] = 80429, - [SMALL_STATE(3303)] = 80464, - [SMALL_STATE(3304)] = 80499, - [SMALL_STATE(3305)] = 80542, - [SMALL_STATE(3306)] = 80586, - [SMALL_STATE(3307)] = 80626, - [SMALL_STATE(3308)] = 80666, - [SMALL_STATE(3309)] = 80706, - [SMALL_STATE(3310)] = 80748, - [SMALL_STATE(3311)] = 80792, - [SMALL_STATE(3312)] = 80820, - [SMALL_STATE(3313)] = 80860, - [SMALL_STATE(3314)] = 80888, - [SMALL_STATE(3315)] = 80934, - [SMALL_STATE(3316)] = 80980, - [SMALL_STATE(3317)] = 81008, - [SMALL_STATE(3318)] = 81036, - [SMALL_STATE(3319)] = 81064, - [SMALL_STATE(3320)] = 81092, - [SMALL_STATE(3321)] = 81120, - [SMALL_STATE(3322)] = 81168, - [SMALL_STATE(3323)] = 81196, - [SMALL_STATE(3324)] = 81236, - [SMALL_STATE(3325)] = 81264, - [SMALL_STATE(3326)] = 81292, - [SMALL_STATE(3327)] = 81320, - [SMALL_STATE(3328)] = 81360, - [SMALL_STATE(3329)] = 81388, - [SMALL_STATE(3330)] = 81420, - [SMALL_STATE(3331)] = 81456, - [SMALL_STATE(3332)] = 81484, - [SMALL_STATE(3333)] = 81512, - [SMALL_STATE(3334)] = 81556, - [SMALL_STATE(3335)] = 81590, - [SMALL_STATE(3336)] = 81634, - [SMALL_STATE(3337)] = 81668, - [SMALL_STATE(3338)] = 81696, - [SMALL_STATE(3339)] = 81736, - [SMALL_STATE(3340)] = 81764, - [SMALL_STATE(3341)] = 81804, - [SMALL_STATE(3342)] = 81844, - [SMALL_STATE(3343)] = 81884, - [SMALL_STATE(3344)] = 81918, - [SMALL_STATE(3345)] = 81958, - [SMALL_STATE(3346)] = 81998, - [SMALL_STATE(3347)] = 82038, - [SMALL_STATE(3348)] = 82078, - [SMALL_STATE(3349)] = 82106, - [SMALL_STATE(3350)] = 82146, - [SMALL_STATE(3351)] = 82186, - [SMALL_STATE(3352)] = 82226, - [SMALL_STATE(3353)] = 82266, - [SMALL_STATE(3354)] = 82306, - [SMALL_STATE(3355)] = 82346, - [SMALL_STATE(3356)] = 82386, - [SMALL_STATE(3357)] = 82426, - [SMALL_STATE(3358)] = 82466, - [SMALL_STATE(3359)] = 82506, - [SMALL_STATE(3360)] = 82546, - [SMALL_STATE(3361)] = 82590, - [SMALL_STATE(3362)] = 82630, - [SMALL_STATE(3363)] = 82670, - [SMALL_STATE(3364)] = 82710, - [SMALL_STATE(3365)] = 82750, - [SMALL_STATE(3366)] = 82784, - [SMALL_STATE(3367)] = 82824, - [SMALL_STATE(3368)] = 82852, - [SMALL_STATE(3369)] = 82892, - [SMALL_STATE(3370)] = 82942, - [SMALL_STATE(3371)] = 82972, - [SMALL_STATE(3372)] = 83012, - [SMALL_STATE(3373)] = 83040, - [SMALL_STATE(3374)] = 83068, - [SMALL_STATE(3375)] = 83108, - [SMALL_STATE(3376)] = 83142, - [SMALL_STATE(3377)] = 83176, - [SMALL_STATE(3378)] = 83210, - [SMALL_STATE(3379)] = 83250, - [SMALL_STATE(3380)] = 83290, - [SMALL_STATE(3381)] = 83331, - [SMALL_STATE(3382)] = 83376, - [SMALL_STATE(3383)] = 83403, - [SMALL_STATE(3384)] = 83432, - [SMALL_STATE(3385)] = 83459, - [SMALL_STATE(3386)] = 83486, - [SMALL_STATE(3387)] = 83531, - [SMALL_STATE(3388)] = 83576, - [SMALL_STATE(3389)] = 83603, - [SMALL_STATE(3390)] = 83652, - [SMALL_STATE(3391)] = 83679, - [SMALL_STATE(3392)] = 83724, - [SMALL_STATE(3393)] = 83765, - [SMALL_STATE(3394)] = 83810, - [SMALL_STATE(3395)] = 83837, - [SMALL_STATE(3396)] = 83864, - [SMALL_STATE(3397)] = 83909, - [SMALL_STATE(3398)] = 83950, - [SMALL_STATE(3399)] = 83993, - [SMALL_STATE(3400)] = 84038, - [SMALL_STATE(3401)] = 84079, - [SMALL_STATE(3402)] = 84106, - [SMALL_STATE(3403)] = 84133, - [SMALL_STATE(3404)] = 84172, - [SMALL_STATE(3405)] = 84217, - [SMALL_STATE(3406)] = 84262, - [SMALL_STATE(3407)] = 84311, - [SMALL_STATE(3408)] = 84338, - [SMALL_STATE(3409)] = 84375, - [SMALL_STATE(3410)] = 84410, - [SMALL_STATE(3411)] = 84443, - [SMALL_STATE(3412)] = 84488, - [SMALL_STATE(3413)] = 84519, - [SMALL_STATE(3414)] = 84553, - [SMALL_STATE(3415)] = 84587, - [SMALL_STATE(3416)] = 84621, - [SMALL_STATE(3417)] = 84653, - [SMALL_STATE(3418)] = 84685, - [SMALL_STATE(3419)] = 84717, - [SMALL_STATE(3420)] = 84751, - [SMALL_STATE(3421)] = 84783, - [SMALL_STATE(3422)] = 84815, - [SMALL_STATE(3423)] = 84847, - [SMALL_STATE(3424)] = 84898, - [SMALL_STATE(3425)] = 84949, - [SMALL_STATE(3426)] = 85000, - [SMALL_STATE(3427)] = 85051, - [SMALL_STATE(3428)] = 85102, - [SMALL_STATE(3429)] = 85153, - [SMALL_STATE(3430)] = 85204, - [SMALL_STATE(3431)] = 85235, - [SMALL_STATE(3432)] = 85286, - [SMALL_STATE(3433)] = 85337, - [SMALL_STATE(3434)] = 85388, - [SMALL_STATE(3435)] = 85439, - [SMALL_STATE(3436)] = 85480, - [SMALL_STATE(3437)] = 85531, - [SMALL_STATE(3438)] = 85582, - [SMALL_STATE(3439)] = 85623, - [SMALL_STATE(3440)] = 85664, - [SMALL_STATE(3441)] = 85715, - [SMALL_STATE(3442)] = 85768, - [SMALL_STATE(3443)] = 85809, - [SMALL_STATE(3444)] = 85862, - [SMALL_STATE(3445)] = 85891, - [SMALL_STATE(3446)] = 85944, - [SMALL_STATE(3447)] = 85995, - [SMALL_STATE(3448)] = 86046, - [SMALL_STATE(3449)] = 86074, - [SMALL_STATE(3450)] = 86126, - [SMALL_STATE(3451)] = 86178, - [SMALL_STATE(3452)] = 86206, - [SMALL_STATE(3453)] = 86232, - [SMALL_STATE(3454)] = 86284, - [SMALL_STATE(3455)] = 86312, - [SMALL_STATE(3456)] = 86340, - [SMALL_STATE(3457)] = 86385, - [SMALL_STATE(3458)] = 86430, - [SMALL_STATE(3459)] = 86467, - [SMALL_STATE(3460)] = 86512, - [SMALL_STATE(3461)] = 86557, - [SMALL_STATE(3462)] = 86602, - [SMALL_STATE(3463)] = 86639, - [SMALL_STATE(3464)] = 86684, - [SMALL_STATE(3465)] = 86729, - [SMALL_STATE(3466)] = 86774, - [SMALL_STATE(3467)] = 86819, - [SMALL_STATE(3468)] = 86864, - [SMALL_STATE(3469)] = 86895, - [SMALL_STATE(3470)] = 86942, - [SMALL_STATE(3471)] = 86987, - [SMALL_STATE(3472)] = 87032, - [SMALL_STATE(3473)] = 87069, - [SMALL_STATE(3474)] = 87096, - [SMALL_STATE(3475)] = 87133, - [SMALL_STATE(3476)] = 87178, - [SMALL_STATE(3477)] = 87223, - [SMALL_STATE(3478)] = 87268, - [SMALL_STATE(3479)] = 87313, - [SMALL_STATE(3480)] = 87358, - [SMALL_STATE(3481)] = 87395, - [SMALL_STATE(3482)] = 87432, - [SMALL_STATE(3483)] = 87469, - [SMALL_STATE(3484)] = 87514, - [SMALL_STATE(3485)] = 87559, - [SMALL_STATE(3486)] = 87604, - [SMALL_STATE(3487)] = 87641, - [SMALL_STATE(3488)] = 87686, - [SMALL_STATE(3489)] = 87731, - [SMALL_STATE(3490)] = 87768, - [SMALL_STATE(3491)] = 87813, - [SMALL_STATE(3492)] = 87858, - [SMALL_STATE(3493)] = 87903, - [SMALL_STATE(3494)] = 87930, - [SMALL_STATE(3495)] = 87975, - [SMALL_STATE(3496)] = 88017, - [SMALL_STATE(3497)] = 88059, - [SMALL_STATE(3498)] = 88093, - [SMALL_STATE(3499)] = 88135, - [SMALL_STATE(3500)] = 88177, - [SMALL_STATE(3501)] = 88219, - [SMALL_STATE(3502)] = 88265, - [SMALL_STATE(3503)] = 88305, - [SMALL_STATE(3504)] = 88347, - [SMALL_STATE(3505)] = 88389, - [SMALL_STATE(3506)] = 88435, - [SMALL_STATE(3507)] = 88477, - [SMALL_STATE(3508)] = 88519, - [SMALL_STATE(3509)] = 88565, - [SMALL_STATE(3510)] = 88607, - [SMALL_STATE(3511)] = 88653, - [SMALL_STATE(3512)] = 88687, - [SMALL_STATE(3513)] = 88721, - [SMALL_STATE(3514)] = 88767, - [SMALL_STATE(3515)] = 88809, - [SMALL_STATE(3516)] = 88855, - [SMALL_STATE(3517)] = 88901, - [SMALL_STATE(3518)] = 88947, - [SMALL_STATE(3519)] = 88989, - [SMALL_STATE(3520)] = 89023, - [SMALL_STATE(3521)] = 89063, - [SMALL_STATE(3522)] = 89097, - [SMALL_STATE(3523)] = 89131, - [SMALL_STATE(3524)] = 89171, - [SMALL_STATE(3525)] = 89199, - [SMALL_STATE(3526)] = 89245, - [SMALL_STATE(3527)] = 89287, - [SMALL_STATE(3528)] = 89315, - [SMALL_STATE(3529)] = 89361, - [SMALL_STATE(3530)] = 89401, - [SMALL_STATE(3531)] = 89440, - [SMALL_STATE(3532)] = 89479, - [SMALL_STATE(3533)] = 89512, - [SMALL_STATE(3534)] = 89551, - [SMALL_STATE(3535)] = 89584, - [SMALL_STATE(3536)] = 89619, - [SMALL_STATE(3537)] = 89654, - [SMALL_STATE(3538)] = 89693, - [SMALL_STATE(3539)] = 89732, - [SMALL_STATE(3540)] = 89765, - [SMALL_STATE(3541)] = 89798, - [SMALL_STATE(3542)] = 89839, - [SMALL_STATE(3543)] = 89880, - [SMALL_STATE(3544)] = 89913, - [SMALL_STATE(3545)] = 89938, - [SMALL_STATE(3546)] = 89971, - [SMALL_STATE(3547)] = 89998, - [SMALL_STATE(3548)] = 90031, - [SMALL_STATE(3549)] = 90064, - [SMALL_STATE(3550)] = 90099, - [SMALL_STATE(3551)] = 90132, - [SMALL_STATE(3552)] = 90173, - [SMALL_STATE(3553)] = 90214, - [SMALL_STATE(3554)] = 90247, - [SMALL_STATE(3555)] = 90288, - [SMALL_STATE(3556)] = 90315, - [SMALL_STATE(3557)] = 90348, - [SMALL_STATE(3558)] = 90384, - [SMALL_STATE(3559)] = 90404, - [SMALL_STATE(3560)] = 90438, - [SMALL_STATE(3561)] = 90458, - [SMALL_STATE(3562)] = 90494, - [SMALL_STATE(3563)] = 90530, - [SMALL_STATE(3564)] = 90566, - [SMALL_STATE(3565)] = 90586, - [SMALL_STATE(3566)] = 90622, - [SMALL_STATE(3567)] = 90658, - [SMALL_STATE(3568)] = 90694, - [SMALL_STATE(3569)] = 90730, - [SMALL_STATE(3570)] = 90766, - [SMALL_STATE(3571)] = 90786, - [SMALL_STATE(3572)] = 90818, - [SMALL_STATE(3573)] = 90854, - [SMALL_STATE(3574)] = 90890, - [SMALL_STATE(3575)] = 90910, - [SMALL_STATE(3576)] = 90930, - [SMALL_STATE(3577)] = 90966, - [SMALL_STATE(3578)] = 91002, - [SMALL_STATE(3579)] = 91022, - [SMALL_STATE(3580)] = 91044, - [SMALL_STATE(3581)] = 91080, - [SMALL_STATE(3582)] = 91116, - [SMALL_STATE(3583)] = 91138, - [SMALL_STATE(3584)] = 91158, - [SMALL_STATE(3585)] = 91178, - [SMALL_STATE(3586)] = 91214, - [SMALL_STATE(3587)] = 91250, - [SMALL_STATE(3588)] = 91272, - [SMALL_STATE(3589)] = 91308, - [SMALL_STATE(3590)] = 91339, - [SMALL_STATE(3591)] = 91368, - [SMALL_STATE(3592)] = 91401, - [SMALL_STATE(3593)] = 91428, - [SMALL_STATE(3594)] = 91453, - [SMALL_STATE(3595)] = 91482, - [SMALL_STATE(3596)] = 91511, - [SMALL_STATE(3597)] = 91540, - [SMALL_STATE(3598)] = 91569, - [SMALL_STATE(3599)] = 91600, - [SMALL_STATE(3600)] = 91621, - [SMALL_STATE(3601)] = 91652, - [SMALL_STATE(3602)] = 91685, - [SMALL_STATE(3603)] = 91714, - [SMALL_STATE(3604)] = 91743, - [SMALL_STATE(3605)] = 91774, - [SMALL_STATE(3606)] = 91807, - [SMALL_STATE(3607)] = 91840, - [SMALL_STATE(3608)] = 91871, - [SMALL_STATE(3609)] = 91902, - [SMALL_STATE(3610)] = 91933, - [SMALL_STATE(3611)] = 91962, - [SMALL_STATE(3612)] = 91989, - [SMALL_STATE(3613)] = 92022, - [SMALL_STATE(3614)] = 92049, - [SMALL_STATE(3615)] = 92082, - [SMALL_STATE(3616)] = 92107, - [SMALL_STATE(3617)] = 92132, - [SMALL_STATE(3618)] = 92161, - [SMALL_STATE(3619)] = 92194, - [SMALL_STATE(3620)] = 92221, - [SMALL_STATE(3621)] = 92254, - [SMALL_STATE(3622)] = 92281, - [SMALL_STATE(3623)] = 92310, - [SMALL_STATE(3624)] = 92337, - [SMALL_STATE(3625)] = 92366, - [SMALL_STATE(3626)] = 92399, - [SMALL_STATE(3627)] = 92420, - [SMALL_STATE(3628)] = 92449, - [SMALL_STATE(3629)] = 92482, - [SMALL_STATE(3630)] = 92513, - [SMALL_STATE(3631)] = 92542, - [SMALL_STATE(3632)] = 92571, - [SMALL_STATE(3633)] = 92598, - [SMALL_STATE(3634)] = 92617, - [SMALL_STATE(3635)] = 92650, - [SMALL_STATE(3636)] = 92677, - [SMALL_STATE(3637)] = 92704, - [SMALL_STATE(3638)] = 92727, - [SMALL_STATE(3639)] = 92756, - [SMALL_STATE(3640)] = 92789, - [SMALL_STATE(3641)] = 92816, - [SMALL_STATE(3642)] = 92845, - [SMALL_STATE(3643)] = 92868, - [SMALL_STATE(3644)] = 92897, - [SMALL_STATE(3645)] = 92924, - [SMALL_STATE(3646)] = 92957, - [SMALL_STATE(3647)] = 92990, - [SMALL_STATE(3648)] = 93019, - [SMALL_STATE(3649)] = 93049, - [SMALL_STATE(3650)] = 93075, - [SMALL_STATE(3651)] = 93101, - [SMALL_STATE(3652)] = 93133, - [SMALL_STATE(3653)] = 93165, - [SMALL_STATE(3654)] = 93197, - [SMALL_STATE(3655)] = 93229, - [SMALL_STATE(3656)] = 93255, - [SMALL_STATE(3657)] = 93273, - [SMALL_STATE(3658)] = 93297, - [SMALL_STATE(3659)] = 93329, - [SMALL_STATE(3660)] = 93359, - [SMALL_STATE(3661)] = 93377, - [SMALL_STATE(3662)] = 93395, - [SMALL_STATE(3663)] = 93419, - [SMALL_STATE(3664)] = 93437, - [SMALL_STATE(3665)] = 93463, - [SMALL_STATE(3666)] = 93487, - [SMALL_STATE(3667)] = 93505, - [SMALL_STATE(3668)] = 93527, - [SMALL_STATE(3669)] = 93551, - [SMALL_STATE(3670)] = 93581, - [SMALL_STATE(3671)] = 93599, - [SMALL_STATE(3672)] = 93625, - [SMALL_STATE(3673)] = 93657, - [SMALL_STATE(3674)] = 93689, - [SMALL_STATE(3675)] = 93721, - [SMALL_STATE(3676)] = 93739, - [SMALL_STATE(3677)] = 93771, - [SMALL_STATE(3678)] = 93803, - [SMALL_STATE(3679)] = 93827, - [SMALL_STATE(3680)] = 93859, - [SMALL_STATE(3681)] = 93891, - [SMALL_STATE(3682)] = 93921, - [SMALL_STATE(3683)] = 93953, - [SMALL_STATE(3684)] = 93985, - [SMALL_STATE(3685)] = 94003, - [SMALL_STATE(3686)] = 94027, - [SMALL_STATE(3687)] = 94053, - [SMALL_STATE(3688)] = 94079, - [SMALL_STATE(3689)] = 94103, - [SMALL_STATE(3690)] = 94135, - [SMALL_STATE(3691)] = 94157, - [SMALL_STATE(3692)] = 94175, - [SMALL_STATE(3693)] = 94197, - [SMALL_STATE(3694)] = 94215, - [SMALL_STATE(3695)] = 94241, - [SMALL_STATE(3696)] = 94271, - [SMALL_STATE(3697)] = 94301, - [SMALL_STATE(3698)] = 94319, - [SMALL_STATE(3699)] = 94343, - [SMALL_STATE(3700)] = 94365, - [SMALL_STATE(3701)] = 94391, - [SMALL_STATE(3702)] = 94423, - [SMALL_STATE(3703)] = 94453, - [SMALL_STATE(3704)] = 94483, - [SMALL_STATE(3705)] = 94509, - [SMALL_STATE(3706)] = 94527, - [SMALL_STATE(3707)] = 94545, - [SMALL_STATE(3708)] = 94577, - [SMALL_STATE(3709)] = 94595, - [SMALL_STATE(3710)] = 94627, - [SMALL_STATE(3711)] = 94645, - [SMALL_STATE(3712)] = 94669, - [SMALL_STATE(3713)] = 94687, - [SMALL_STATE(3714)] = 94705, - [SMALL_STATE(3715)] = 94734, - [SMALL_STATE(3716)] = 94757, - [SMALL_STATE(3717)] = 94780, - [SMALL_STATE(3718)] = 94805, - [SMALL_STATE(3719)] = 94832, - [SMALL_STATE(3720)] = 94847, - [SMALL_STATE(3721)] = 94876, - [SMALL_STATE(3722)] = 94903, - [SMALL_STATE(3723)] = 94920, - [SMALL_STATE(3724)] = 94945, - [SMALL_STATE(3725)] = 94974, - [SMALL_STATE(3726)] = 95003, - [SMALL_STATE(3727)] = 95024, - [SMALL_STATE(3728)] = 95041, - [SMALL_STATE(3729)] = 95070, - [SMALL_STATE(3730)] = 95099, - [SMALL_STATE(3731)] = 95118, - [SMALL_STATE(3732)] = 95141, - [SMALL_STATE(3733)] = 95164, - [SMALL_STATE(3734)] = 95189, - [SMALL_STATE(3735)] = 95218, - [SMALL_STATE(3736)] = 95237, - [SMALL_STATE(3737)] = 95266, - [SMALL_STATE(3738)] = 95283, - [SMALL_STATE(3739)] = 95300, - [SMALL_STATE(3740)] = 95327, - [SMALL_STATE(3741)] = 95352, - [SMALL_STATE(3742)] = 95369, - [SMALL_STATE(3743)] = 95398, - [SMALL_STATE(3744)] = 95423, - [SMALL_STATE(3745)] = 95442, - [SMALL_STATE(3746)] = 95471, - [SMALL_STATE(3747)] = 95486, - [SMALL_STATE(3748)] = 95515, - [SMALL_STATE(3749)] = 95536, - [SMALL_STATE(3750)] = 95551, - [SMALL_STATE(3751)] = 95566, - [SMALL_STATE(3752)] = 95581, - [SMALL_STATE(3753)] = 95606, - [SMALL_STATE(3754)] = 95621, - [SMALL_STATE(3755)] = 95650, - [SMALL_STATE(3756)] = 95679, - [SMALL_STATE(3757)] = 95694, - [SMALL_STATE(3758)] = 95709, - [SMALL_STATE(3759)] = 95724, - [SMALL_STATE(3760)] = 95753, - [SMALL_STATE(3761)] = 95774, - [SMALL_STATE(3762)] = 95799, - [SMALL_STATE(3763)] = 95814, - [SMALL_STATE(3764)] = 95843, - [SMALL_STATE(3765)] = 95872, - [SMALL_STATE(3766)] = 95889, - [SMALL_STATE(3767)] = 95904, - [SMALL_STATE(3768)] = 95919, - [SMALL_STATE(3769)] = 95940, - [SMALL_STATE(3770)] = 95955, - [SMALL_STATE(3771)] = 95980, - [SMALL_STATE(3772)] = 96005, - [SMALL_STATE(3773)] = 96020, - [SMALL_STATE(3774)] = 96047, - [SMALL_STATE(3775)] = 96064, - [SMALL_STATE(3776)] = 96093, - [SMALL_STATE(3777)] = 96117, - [SMALL_STATE(3778)] = 96133, - [SMALL_STATE(3779)] = 96153, - [SMALL_STATE(3780)] = 96177, - [SMALL_STATE(3781)] = 96205, - [SMALL_STATE(3782)] = 96221, - [SMALL_STATE(3783)] = 96247, - [SMALL_STATE(3784)] = 96263, - [SMALL_STATE(3785)] = 96289, - [SMALL_STATE(3786)] = 96315, - [SMALL_STATE(3787)] = 96339, - [SMALL_STATE(3788)] = 96355, - [SMALL_STATE(3789)] = 96371, - [SMALL_STATE(3790)] = 96387, - [SMALL_STATE(3791)] = 96407, - [SMALL_STATE(3792)] = 96423, - [SMALL_STATE(3793)] = 96439, - [SMALL_STATE(3794)] = 96455, - [SMALL_STATE(3795)] = 96471, - [SMALL_STATE(3796)] = 96487, - [SMALL_STATE(3797)] = 96503, - [SMALL_STATE(3798)] = 96529, - [SMALL_STATE(3799)] = 96555, - [SMALL_STATE(3800)] = 96571, - [SMALL_STATE(3801)] = 96587, - [SMALL_STATE(3802)] = 96603, - [SMALL_STATE(3803)] = 96619, - [SMALL_STATE(3804)] = 96635, - [SMALL_STATE(3805)] = 96651, - [SMALL_STATE(3806)] = 96677, - [SMALL_STATE(3807)] = 96693, - [SMALL_STATE(3808)] = 96713, - [SMALL_STATE(3809)] = 96729, - [SMALL_STATE(3810)] = 96745, - [SMALL_STATE(3811)] = 96761, - [SMALL_STATE(3812)] = 96781, - [SMALL_STATE(3813)] = 96797, - [SMALL_STATE(3814)] = 96815, - [SMALL_STATE(3815)] = 96831, - [SMALL_STATE(3816)] = 96851, - [SMALL_STATE(3817)] = 96871, - [SMALL_STATE(3818)] = 96891, - [SMALL_STATE(3819)] = 96917, - [SMALL_STATE(3820)] = 96937, - [SMALL_STATE(3821)] = 96963, - [SMALL_STATE(3822)] = 96979, - [SMALL_STATE(3823)] = 96995, - [SMALL_STATE(3824)] = 97021, - [SMALL_STATE(3825)] = 97037, - [SMALL_STATE(3826)] = 97053, - [SMALL_STATE(3827)] = 97079, - [SMALL_STATE(3828)] = 97095, - [SMALL_STATE(3829)] = 97111, - [SMALL_STATE(3830)] = 97127, - [SMALL_STATE(3831)] = 97143, - [SMALL_STATE(3832)] = 97159, - [SMALL_STATE(3833)] = 97175, - [SMALL_STATE(3834)] = 97201, - [SMALL_STATE(3835)] = 97217, - [SMALL_STATE(3836)] = 97233, - [SMALL_STATE(3837)] = 97259, - [SMALL_STATE(3838)] = 97287, - [SMALL_STATE(3839)] = 97303, - [SMALL_STATE(3840)] = 97319, - [SMALL_STATE(3841)] = 97345, - [SMALL_STATE(3842)] = 97361, - [SMALL_STATE(3843)] = 97377, - [SMALL_STATE(3844)] = 97393, - [SMALL_STATE(3845)] = 97409, - [SMALL_STATE(3846)] = 97425, - [SMALL_STATE(3847)] = 97441, - [SMALL_STATE(3848)] = 97457, - [SMALL_STATE(3849)] = 97473, - [SMALL_STATE(3850)] = 97489, - [SMALL_STATE(3851)] = 97515, - [SMALL_STATE(3852)] = 97541, - [SMALL_STATE(3853)] = 97557, - [SMALL_STATE(3854)] = 97583, - [SMALL_STATE(3855)] = 97599, - [SMALL_STATE(3856)] = 97615, - [SMALL_STATE(3857)] = 97631, - [SMALL_STATE(3858)] = 97659, - [SMALL_STATE(3859)] = 97675, - [SMALL_STATE(3860)] = 97691, - [SMALL_STATE(3861)] = 97707, - [SMALL_STATE(3862)] = 97723, - [SMALL_STATE(3863)] = 97739, - [SMALL_STATE(3864)] = 97755, - [SMALL_STATE(3865)] = 97771, - [SMALL_STATE(3866)] = 97794, - [SMALL_STATE(3867)] = 97817, - [SMALL_STATE(3868)] = 97840, - [SMALL_STATE(3869)] = 97861, - [SMALL_STATE(3870)] = 97884, - [SMALL_STATE(3871)] = 97909, - [SMALL_STATE(3872)] = 97932, - [SMALL_STATE(3873)] = 97957, - [SMALL_STATE(3874)] = 97982, - [SMALL_STATE(3875)] = 98005, - [SMALL_STATE(3876)] = 98028, - [SMALL_STATE(3877)] = 98047, - [SMALL_STATE(3878)] = 98072, - [SMALL_STATE(3879)] = 98095, - [SMALL_STATE(3880)] = 98118, - [SMALL_STATE(3881)] = 98141, - [SMALL_STATE(3882)] = 98164, - [SMALL_STATE(3883)] = 98187, - [SMALL_STATE(3884)] = 98212, - [SMALL_STATE(3885)] = 98235, - [SMALL_STATE(3886)] = 98258, - [SMALL_STATE(3887)] = 98281, - [SMALL_STATE(3888)] = 98304, - [SMALL_STATE(3889)] = 98327, - [SMALL_STATE(3890)] = 98350, - [SMALL_STATE(3891)] = 98375, - [SMALL_STATE(3892)] = 98400, - [SMALL_STATE(3893)] = 98425, - [SMALL_STATE(3894)] = 98444, - [SMALL_STATE(3895)] = 98467, - [SMALL_STATE(3896)] = 98490, - [SMALL_STATE(3897)] = 98513, - [SMALL_STATE(3898)] = 98536, - [SMALL_STATE(3899)] = 98559, - [SMALL_STATE(3900)] = 98578, - [SMALL_STATE(3901)] = 98601, - [SMALL_STATE(3902)] = 98624, - [SMALL_STATE(3903)] = 98647, - [SMALL_STATE(3904)] = 98672, - [SMALL_STATE(3905)] = 98695, - [SMALL_STATE(3906)] = 98718, - [SMALL_STATE(3907)] = 98737, - [SMALL_STATE(3908)] = 98762, - [SMALL_STATE(3909)] = 98781, - [SMALL_STATE(3910)] = 98804, - [SMALL_STATE(3911)] = 98829, - [SMALL_STATE(3912)] = 98852, - [SMALL_STATE(3913)] = 98871, - [SMALL_STATE(3914)] = 98890, - [SMALL_STATE(3915)] = 98911, - [SMALL_STATE(3916)] = 98936, - [SMALL_STATE(3917)] = 98954, - [SMALL_STATE(3918)] = 98972, - [SMALL_STATE(3919)] = 98986, - [SMALL_STATE(3920)] = 99004, - [SMALL_STATE(3921)] = 99022, - [SMALL_STATE(3922)] = 99040, - [SMALL_STATE(3923)] = 99058, - [SMALL_STATE(3924)] = 99072, - [SMALL_STATE(3925)] = 99086, - [SMALL_STATE(3926)] = 99100, - [SMALL_STATE(3927)] = 99118, - [SMALL_STATE(3928)] = 99136, - [SMALL_STATE(3929)] = 99150, - [SMALL_STATE(3930)] = 99168, - [SMALL_STATE(3931)] = 99186, - [SMALL_STATE(3932)] = 99204, - [SMALL_STATE(3933)] = 99222, - [SMALL_STATE(3934)] = 99240, - [SMALL_STATE(3935)] = 99258, - [SMALL_STATE(3936)] = 99276, - [SMALL_STATE(3937)] = 99294, - [SMALL_STATE(3938)] = 99312, - [SMALL_STATE(3939)] = 99330, - [SMALL_STATE(3940)] = 99344, - [SMALL_STATE(3941)] = 99358, - [SMALL_STATE(3942)] = 99376, - [SMALL_STATE(3943)] = 99394, - [SMALL_STATE(3944)] = 99412, - [SMALL_STATE(3945)] = 99426, - [SMALL_STATE(3946)] = 99444, - [SMALL_STATE(3947)] = 99462, - [SMALL_STATE(3948)] = 99476, - [SMALL_STATE(3949)] = 99494, - [SMALL_STATE(3950)] = 99508, - [SMALL_STATE(3951)] = 99524, - [SMALL_STATE(3952)] = 99542, - [SMALL_STATE(3953)] = 99560, - [SMALL_STATE(3954)] = 99578, - [SMALL_STATE(3955)] = 99596, - [SMALL_STATE(3956)] = 99614, - [SMALL_STATE(3957)] = 99634, - [SMALL_STATE(3958)] = 99648, - [SMALL_STATE(3959)] = 99666, - [SMALL_STATE(3960)] = 99680, - [SMALL_STATE(3961)] = 99694, - [SMALL_STATE(3962)] = 99712, - [SMALL_STATE(3963)] = 99729, - [SMALL_STATE(3964)] = 99746, - [SMALL_STATE(3965)] = 99765, - [SMALL_STATE(3966)] = 99784, - [SMALL_STATE(3967)] = 99801, - [SMALL_STATE(3968)] = 99820, - [SMALL_STATE(3969)] = 99837, - [SMALL_STATE(3970)] = 99854, - [SMALL_STATE(3971)] = 99871, - [SMALL_STATE(3972)] = 99884, - [SMALL_STATE(3973)] = 99903, - [SMALL_STATE(3974)] = 99922, - [SMALL_STATE(3975)] = 99939, - [SMALL_STATE(3976)] = 99956, - [SMALL_STATE(3977)] = 99973, - [SMALL_STATE(3978)] = 99990, - [SMALL_STATE(3979)] = 100007, - [SMALL_STATE(3980)] = 100026, - [SMALL_STATE(3981)] = 100043, - [SMALL_STATE(3982)] = 100060, - [SMALL_STATE(3983)] = 100077, - [SMALL_STATE(3984)] = 100090, - [SMALL_STATE(3985)] = 100105, - [SMALL_STATE(3986)] = 100122, - [SMALL_STATE(3987)] = 100139, - [SMALL_STATE(3988)] = 100154, - [SMALL_STATE(3989)] = 100171, - [SMALL_STATE(3990)] = 100188, - [SMALL_STATE(3991)] = 100201, - [SMALL_STATE(3992)] = 100218, - [SMALL_STATE(3993)] = 100237, - [SMALL_STATE(3994)] = 100253, - [SMALL_STATE(3995)] = 100263, - [SMALL_STATE(3996)] = 100279, - [SMALL_STATE(3997)] = 100295, - [SMALL_STATE(3998)] = 100311, - [SMALL_STATE(3999)] = 100327, - [SMALL_STATE(4000)] = 100343, - [SMALL_STATE(4001)] = 100359, - [SMALL_STATE(4002)] = 100375, - [SMALL_STATE(4003)] = 100391, - [SMALL_STATE(4004)] = 100407, - [SMALL_STATE(4005)] = 100423, - [SMALL_STATE(4006)] = 100439, - [SMALL_STATE(4007)] = 100455, - [SMALL_STATE(4008)] = 100471, - [SMALL_STATE(4009)] = 100487, - [SMALL_STATE(4010)] = 100503, - [SMALL_STATE(4011)] = 100519, - [SMALL_STATE(4012)] = 100535, - [SMALL_STATE(4013)] = 100551, - [SMALL_STATE(4014)] = 100567, - [SMALL_STATE(4015)] = 100583, - [SMALL_STATE(4016)] = 100599, - [SMALL_STATE(4017)] = 100615, - [SMALL_STATE(4018)] = 100631, - [SMALL_STATE(4019)] = 100647, - [SMALL_STATE(4020)] = 100663, - [SMALL_STATE(4021)] = 100679, - [SMALL_STATE(4022)] = 100695, - [SMALL_STATE(4023)] = 100711, - [SMALL_STATE(4024)] = 100727, - [SMALL_STATE(4025)] = 100743, - [SMALL_STATE(4026)] = 100759, - [SMALL_STATE(4027)] = 100775, - [SMALL_STATE(4028)] = 100791, - [SMALL_STATE(4029)] = 100807, - [SMALL_STATE(4030)] = 100823, - [SMALL_STATE(4031)] = 100839, - [SMALL_STATE(4032)] = 100855, - [SMALL_STATE(4033)] = 100871, - [SMALL_STATE(4034)] = 100887, - [SMALL_STATE(4035)] = 100903, - [SMALL_STATE(4036)] = 100915, - [SMALL_STATE(4037)] = 100931, - [SMALL_STATE(4038)] = 100947, - [SMALL_STATE(4039)] = 100963, - [SMALL_STATE(4040)] = 100979, - [SMALL_STATE(4041)] = 100989, - [SMALL_STATE(4042)] = 101005, - [SMALL_STATE(4043)] = 101021, - [SMALL_STATE(4044)] = 101037, - [SMALL_STATE(4045)] = 101053, - [SMALL_STATE(4046)] = 101069, - [SMALL_STATE(4047)] = 101085, - [SMALL_STATE(4048)] = 101101, - [SMALL_STATE(4049)] = 101113, - [SMALL_STATE(4050)] = 101129, - [SMALL_STATE(4051)] = 101145, - [SMALL_STATE(4052)] = 101159, - [SMALL_STATE(4053)] = 101175, - [SMALL_STATE(4054)] = 101191, - [SMALL_STATE(4055)] = 101207, - [SMALL_STATE(4056)] = 101223, - [SMALL_STATE(4057)] = 101239, - [SMALL_STATE(4058)] = 101253, - [SMALL_STATE(4059)] = 101269, - [SMALL_STATE(4060)] = 101285, - [SMALL_STATE(4061)] = 101301, - [SMALL_STATE(4062)] = 101317, - [SMALL_STATE(4063)] = 101333, - [SMALL_STATE(4064)] = 101347, - [SMALL_STATE(4065)] = 101363, - [SMALL_STATE(4066)] = 101379, - [SMALL_STATE(4067)] = 101393, - [SMALL_STATE(4068)] = 101409, - [SMALL_STATE(4069)] = 101425, - [SMALL_STATE(4070)] = 101441, - [SMALL_STATE(4071)] = 101457, - [SMALL_STATE(4072)] = 101473, - [SMALL_STATE(4073)] = 101489, - [SMALL_STATE(4074)] = 101505, - [SMALL_STATE(4075)] = 101517, - [SMALL_STATE(4076)] = 101533, - [SMALL_STATE(4077)] = 101549, - [SMALL_STATE(4078)] = 101565, - [SMALL_STATE(4079)] = 101581, - [SMALL_STATE(4080)] = 101597, - [SMALL_STATE(4081)] = 101613, - [SMALL_STATE(4082)] = 101629, - [SMALL_STATE(4083)] = 101639, - [SMALL_STATE(4084)] = 101655, - [SMALL_STATE(4085)] = 101671, - [SMALL_STATE(4086)] = 101687, - [SMALL_STATE(4087)] = 101703, - [SMALL_STATE(4088)] = 101719, - [SMALL_STATE(4089)] = 101735, - [SMALL_STATE(4090)] = 101751, - [SMALL_STATE(4091)] = 101767, - [SMALL_STATE(4092)] = 101777, - [SMALL_STATE(4093)] = 101793, - [SMALL_STATE(4094)] = 101809, - [SMALL_STATE(4095)] = 101825, - [SMALL_STATE(4096)] = 101841, - [SMALL_STATE(4097)] = 101857, - [SMALL_STATE(4098)] = 101873, - [SMALL_STATE(4099)] = 101883, - [SMALL_STATE(4100)] = 101899, - [SMALL_STATE(4101)] = 101915, - [SMALL_STATE(4102)] = 101931, - [SMALL_STATE(4103)] = 101947, - [SMALL_STATE(4104)] = 101963, - [SMALL_STATE(4105)] = 101979, - [SMALL_STATE(4106)] = 101995, - [SMALL_STATE(4107)] = 102009, - [SMALL_STATE(4108)] = 102025, - [SMALL_STATE(4109)] = 102041, - [SMALL_STATE(4110)] = 102057, - [SMALL_STATE(4111)] = 102073, - [SMALL_STATE(4112)] = 102083, - [SMALL_STATE(4113)] = 102099, - [SMALL_STATE(4114)] = 102115, - [SMALL_STATE(4115)] = 102131, - [SMALL_STATE(4116)] = 102147, - [SMALL_STATE(4117)] = 102163, - [SMALL_STATE(4118)] = 102179, - [SMALL_STATE(4119)] = 102193, - [SMALL_STATE(4120)] = 102207, - [SMALL_STATE(4121)] = 102223, - [SMALL_STATE(4122)] = 102237, - [SMALL_STATE(4123)] = 102253, - [SMALL_STATE(4124)] = 102269, - [SMALL_STATE(4125)] = 102285, - [SMALL_STATE(4126)] = 102301, - [SMALL_STATE(4127)] = 102317, - [SMALL_STATE(4128)] = 102333, - [SMALL_STATE(4129)] = 102349, - [SMALL_STATE(4130)] = 102365, - [SMALL_STATE(4131)] = 102381, - [SMALL_STATE(4132)] = 102397, - [SMALL_STATE(4133)] = 102413, - [SMALL_STATE(4134)] = 102429, - [SMALL_STATE(4135)] = 102445, - [SMALL_STATE(4136)] = 102461, - [SMALL_STATE(4137)] = 102477, - [SMALL_STATE(4138)] = 102493, - [SMALL_STATE(4139)] = 102509, - [SMALL_STATE(4140)] = 102525, - [SMALL_STATE(4141)] = 102541, - [SMALL_STATE(4142)] = 102557, - [SMALL_STATE(4143)] = 102573, - [SMALL_STATE(4144)] = 102589, - [SMALL_STATE(4145)] = 102605, - [SMALL_STATE(4146)] = 102621, - [SMALL_STATE(4147)] = 102637, - [SMALL_STATE(4148)] = 102653, - [SMALL_STATE(4149)] = 102669, - [SMALL_STATE(4150)] = 102685, - [SMALL_STATE(4151)] = 102701, - [SMALL_STATE(4152)] = 102717, - [SMALL_STATE(4153)] = 102733, - [SMALL_STATE(4154)] = 102749, - [SMALL_STATE(4155)] = 102765, - [SMALL_STATE(4156)] = 102781, - [SMALL_STATE(4157)] = 102797, - [SMALL_STATE(4158)] = 102811, - [SMALL_STATE(4159)] = 102827, - [SMALL_STATE(4160)] = 102843, - [SMALL_STATE(4161)] = 102859, - [SMALL_STATE(4162)] = 102875, - [SMALL_STATE(4163)] = 102891, - [SMALL_STATE(4164)] = 102907, - [SMALL_STATE(4165)] = 102917, - [SMALL_STATE(4166)] = 102933, - [SMALL_STATE(4167)] = 102949, - [SMALL_STATE(4168)] = 102965, - [SMALL_STATE(4169)] = 102981, - [SMALL_STATE(4170)] = 102997, - [SMALL_STATE(4171)] = 103013, - [SMALL_STATE(4172)] = 103029, - [SMALL_STATE(4173)] = 103045, - [SMALL_STATE(4174)] = 103061, - [SMALL_STATE(4175)] = 103077, - [SMALL_STATE(4176)] = 103093, - [SMALL_STATE(4177)] = 103109, - [SMALL_STATE(4178)] = 103125, - [SMALL_STATE(4179)] = 103138, - [SMALL_STATE(4180)] = 103151, - [SMALL_STATE(4181)] = 103164, - [SMALL_STATE(4182)] = 103175, - [SMALL_STATE(4183)] = 103188, - [SMALL_STATE(4184)] = 103199, - [SMALL_STATE(4185)] = 103212, - [SMALL_STATE(4186)] = 103225, - [SMALL_STATE(4187)] = 103238, - [SMALL_STATE(4188)] = 103251, - [SMALL_STATE(4189)] = 103264, - [SMALL_STATE(4190)] = 103275, - [SMALL_STATE(4191)] = 103288, - [SMALL_STATE(4192)] = 103301, - [SMALL_STATE(4193)] = 103312, - [SMALL_STATE(4194)] = 103325, - [SMALL_STATE(4195)] = 103338, - [SMALL_STATE(4196)] = 103351, - [SMALL_STATE(4197)] = 103362, - [SMALL_STATE(4198)] = 103375, - [SMALL_STATE(4199)] = 103388, - [SMALL_STATE(4200)] = 103401, - [SMALL_STATE(4201)] = 103410, - [SMALL_STATE(4202)] = 103419, - [SMALL_STATE(4203)] = 103432, - [SMALL_STATE(4204)] = 103445, - [SMALL_STATE(4205)] = 103458, - [SMALL_STATE(4206)] = 103471, - [SMALL_STATE(4207)] = 103484, - [SMALL_STATE(4208)] = 103497, - [SMALL_STATE(4209)] = 103510, - [SMALL_STATE(4210)] = 103523, - [SMALL_STATE(4211)] = 103536, - [SMALL_STATE(4212)] = 103549, - [SMALL_STATE(4213)] = 103562, - [SMALL_STATE(4214)] = 103575, - [SMALL_STATE(4215)] = 103588, - [SMALL_STATE(4216)] = 103601, - [SMALL_STATE(4217)] = 103614, - [SMALL_STATE(4218)] = 103627, - [SMALL_STATE(4219)] = 103636, - [SMALL_STATE(4220)] = 103645, - [SMALL_STATE(4221)] = 103658, - [SMALL_STATE(4222)] = 103671, - [SMALL_STATE(4223)] = 103684, - [SMALL_STATE(4224)] = 103697, - [SMALL_STATE(4225)] = 103710, - [SMALL_STATE(4226)] = 103719, - [SMALL_STATE(4227)] = 103728, - [SMALL_STATE(4228)] = 103741, - [SMALL_STATE(4229)] = 103754, - [SMALL_STATE(4230)] = 103767, - [SMALL_STATE(4231)] = 103780, - [SMALL_STATE(4232)] = 103793, - [SMALL_STATE(4233)] = 103806, - [SMALL_STATE(4234)] = 103819, - [SMALL_STATE(4235)] = 103832, - [SMALL_STATE(4236)] = 103845, - [SMALL_STATE(4237)] = 103858, - [SMALL_STATE(4238)] = 103871, - [SMALL_STATE(4239)] = 103884, - [SMALL_STATE(4240)] = 103897, - [SMALL_STATE(4241)] = 103910, - [SMALL_STATE(4242)] = 103921, - [SMALL_STATE(4243)] = 103934, - [SMALL_STATE(4244)] = 103947, - [SMALL_STATE(4245)] = 103960, - [SMALL_STATE(4246)] = 103973, - [SMALL_STATE(4247)] = 103986, - [SMALL_STATE(4248)] = 103999, - [SMALL_STATE(4249)] = 104012, - [SMALL_STATE(4250)] = 104025, - [SMALL_STATE(4251)] = 104038, - [SMALL_STATE(4252)] = 104051, - [SMALL_STATE(4253)] = 104064, - [SMALL_STATE(4254)] = 104077, - [SMALL_STATE(4255)] = 104090, - [SMALL_STATE(4256)] = 104099, - [SMALL_STATE(4257)] = 104112, - [SMALL_STATE(4258)] = 104125, - [SMALL_STATE(4259)] = 104138, - [SMALL_STATE(4260)] = 104151, - [SMALL_STATE(4261)] = 104164, - [SMALL_STATE(4262)] = 104177, - [SMALL_STATE(4263)] = 104188, - [SMALL_STATE(4264)] = 104197, - [SMALL_STATE(4265)] = 104210, - [SMALL_STATE(4266)] = 104223, - [SMALL_STATE(4267)] = 104236, - [SMALL_STATE(4268)] = 104249, - [SMALL_STATE(4269)] = 104262, - [SMALL_STATE(4270)] = 104275, - [SMALL_STATE(4271)] = 104288, - [SMALL_STATE(4272)] = 104301, - [SMALL_STATE(4273)] = 104312, - [SMALL_STATE(4274)] = 104325, - [SMALL_STATE(4275)] = 104338, - [SMALL_STATE(4276)] = 104351, - [SMALL_STATE(4277)] = 104364, - [SMALL_STATE(4278)] = 104377, - [SMALL_STATE(4279)] = 104390, - [SMALL_STATE(4280)] = 104403, - [SMALL_STATE(4281)] = 104416, - [SMALL_STATE(4282)] = 104429, - [SMALL_STATE(4283)] = 104440, - [SMALL_STATE(4284)] = 104453, - [SMALL_STATE(4285)] = 104466, - [SMALL_STATE(4286)] = 104479, - [SMALL_STATE(4287)] = 104492, - [SMALL_STATE(4288)] = 104505, - [SMALL_STATE(4289)] = 104518, - [SMALL_STATE(4290)] = 104531, - [SMALL_STATE(4291)] = 104544, - [SMALL_STATE(4292)] = 104557, - [SMALL_STATE(4293)] = 104570, - [SMALL_STATE(4294)] = 104583, - [SMALL_STATE(4295)] = 104596, - [SMALL_STATE(4296)] = 104609, - [SMALL_STATE(4297)] = 104622, - [SMALL_STATE(4298)] = 104635, - [SMALL_STATE(4299)] = 104648, - [SMALL_STATE(4300)] = 104661, - [SMALL_STATE(4301)] = 104674, - [SMALL_STATE(4302)] = 104687, - [SMALL_STATE(4303)] = 104700, - [SMALL_STATE(4304)] = 104713, - [SMALL_STATE(4305)] = 104726, - [SMALL_STATE(4306)] = 104739, - [SMALL_STATE(4307)] = 104752, - [SMALL_STATE(4308)] = 104765, - [SMALL_STATE(4309)] = 104778, - [SMALL_STATE(4310)] = 104791, - [SMALL_STATE(4311)] = 104804, - [SMALL_STATE(4312)] = 104817, - [SMALL_STATE(4313)] = 104830, - [SMALL_STATE(4314)] = 104843, - [SMALL_STATE(4315)] = 104856, - [SMALL_STATE(4316)] = 104869, - [SMALL_STATE(4317)] = 104882, - [SMALL_STATE(4318)] = 104895, - [SMALL_STATE(4319)] = 104908, - [SMALL_STATE(4320)] = 104919, - [SMALL_STATE(4321)] = 104932, - [SMALL_STATE(4322)] = 104945, - [SMALL_STATE(4323)] = 104958, - [SMALL_STATE(4324)] = 104971, - [SMALL_STATE(4325)] = 104984, - [SMALL_STATE(4326)] = 104997, - [SMALL_STATE(4327)] = 105008, - [SMALL_STATE(4328)] = 105021, - [SMALL_STATE(4329)] = 105034, - [SMALL_STATE(4330)] = 105047, - [SMALL_STATE(4331)] = 105060, - [SMALL_STATE(4332)] = 105073, - [SMALL_STATE(4333)] = 105082, - [SMALL_STATE(4334)] = 105095, - [SMALL_STATE(4335)] = 105108, - [SMALL_STATE(4336)] = 105121, - [SMALL_STATE(4337)] = 105134, - [SMALL_STATE(4338)] = 105147, - [SMALL_STATE(4339)] = 105160, - [SMALL_STATE(4340)] = 105173, - [SMALL_STATE(4341)] = 105186, - [SMALL_STATE(4342)] = 105199, - [SMALL_STATE(4343)] = 105212, - [SMALL_STATE(4344)] = 105225, - [SMALL_STATE(4345)] = 105238, - [SMALL_STATE(4346)] = 105251, - [SMALL_STATE(4347)] = 105264, - [SMALL_STATE(4348)] = 105277, - [SMALL_STATE(4349)] = 105290, - [SMALL_STATE(4350)] = 105303, - [SMALL_STATE(4351)] = 105316, - [SMALL_STATE(4352)] = 105329, - [SMALL_STATE(4353)] = 105342, - [SMALL_STATE(4354)] = 105355, - [SMALL_STATE(4355)] = 105366, - [SMALL_STATE(4356)] = 105379, - [SMALL_STATE(4357)] = 105392, - [SMALL_STATE(4358)] = 105405, - [SMALL_STATE(4359)] = 105418, - [SMALL_STATE(4360)] = 105431, - [SMALL_STATE(4361)] = 105444, - [SMALL_STATE(4362)] = 105457, - [SMALL_STATE(4363)] = 105470, - [SMALL_STATE(4364)] = 105483, - [SMALL_STATE(4365)] = 105496, - [SMALL_STATE(4366)] = 105507, - [SMALL_STATE(4367)] = 105520, - [SMALL_STATE(4368)] = 105531, - [SMALL_STATE(4369)] = 105544, - [SMALL_STATE(4370)] = 105557, - [SMALL_STATE(4371)] = 105570, - [SMALL_STATE(4372)] = 105583, - [SMALL_STATE(4373)] = 105596, - [SMALL_STATE(4374)] = 105609, - [SMALL_STATE(4375)] = 105622, - [SMALL_STATE(4376)] = 105635, - [SMALL_STATE(4377)] = 105648, - [SMALL_STATE(4378)] = 105661, - [SMALL_STATE(4379)] = 105674, - [SMALL_STATE(4380)] = 105687, - [SMALL_STATE(4381)] = 105700, - [SMALL_STATE(4382)] = 105713, - [SMALL_STATE(4383)] = 105722, - [SMALL_STATE(4384)] = 105735, - [SMALL_STATE(4385)] = 105748, - [SMALL_STATE(4386)] = 105761, - [SMALL_STATE(4387)] = 105774, - [SMALL_STATE(4388)] = 105783, - [SMALL_STATE(4389)] = 105796, - [SMALL_STATE(4390)] = 105809, - [SMALL_STATE(4391)] = 105822, - [SMALL_STATE(4392)] = 105835, - [SMALL_STATE(4393)] = 105848, - [SMALL_STATE(4394)] = 105861, - [SMALL_STATE(4395)] = 105874, - [SMALL_STATE(4396)] = 105887, - [SMALL_STATE(4397)] = 105900, - [SMALL_STATE(4398)] = 105913, - [SMALL_STATE(4399)] = 105926, - [SMALL_STATE(4400)] = 105939, - [SMALL_STATE(4401)] = 105948, - [SMALL_STATE(4402)] = 105961, - [SMALL_STATE(4403)] = 105974, - [SMALL_STATE(4404)] = 105987, - [SMALL_STATE(4405)] = 106000, - [SMALL_STATE(4406)] = 106013, - [SMALL_STATE(4407)] = 106026, - [SMALL_STATE(4408)] = 106039, - [SMALL_STATE(4409)] = 106052, - [SMALL_STATE(4410)] = 106065, - [SMALL_STATE(4411)] = 106078, - [SMALL_STATE(4412)] = 106091, - [SMALL_STATE(4413)] = 106104, - [SMALL_STATE(4414)] = 106117, - [SMALL_STATE(4415)] = 106128, - [SMALL_STATE(4416)] = 106141, - [SMALL_STATE(4417)] = 106154, - [SMALL_STATE(4418)] = 106167, - [SMALL_STATE(4419)] = 106180, - [SMALL_STATE(4420)] = 106193, - [SMALL_STATE(4421)] = 106206, - [SMALL_STATE(4422)] = 106219, - [SMALL_STATE(4423)] = 106232, - [SMALL_STATE(4424)] = 106245, - [SMALL_STATE(4425)] = 106258, - [SMALL_STATE(4426)] = 106271, - [SMALL_STATE(4427)] = 106284, - [SMALL_STATE(4428)] = 106297, - [SMALL_STATE(4429)] = 106310, - [SMALL_STATE(4430)] = 106323, - [SMALL_STATE(4431)] = 106336, - [SMALL_STATE(4432)] = 106349, - [SMALL_STATE(4433)] = 106362, - [SMALL_STATE(4434)] = 106375, - [SMALL_STATE(4435)] = 106385, - [SMALL_STATE(4436)] = 106393, - [SMALL_STATE(4437)] = 106403, - [SMALL_STATE(4438)] = 106411, - [SMALL_STATE(4439)] = 106421, - [SMALL_STATE(4440)] = 106431, - [SMALL_STATE(4441)] = 106441, - [SMALL_STATE(4442)] = 106451, - [SMALL_STATE(4443)] = 106461, - [SMALL_STATE(4444)] = 106471, - [SMALL_STATE(4445)] = 106481, - [SMALL_STATE(4446)] = 106491, - [SMALL_STATE(4447)] = 106501, - [SMALL_STATE(4448)] = 106509, - [SMALL_STATE(4449)] = 106517, - [SMALL_STATE(4450)] = 106525, - [SMALL_STATE(4451)] = 106535, - [SMALL_STATE(4452)] = 106545, - [SMALL_STATE(4453)] = 106555, - [SMALL_STATE(4454)] = 106563, - [SMALL_STATE(4455)] = 106573, - [SMALL_STATE(4456)] = 106583, - [SMALL_STATE(4457)] = 106591, - [SMALL_STATE(4458)] = 106599, - [SMALL_STATE(4459)] = 106609, - [SMALL_STATE(4460)] = 106619, - [SMALL_STATE(4461)] = 106629, - [SMALL_STATE(4462)] = 106639, - [SMALL_STATE(4463)] = 106649, - [SMALL_STATE(4464)] = 106659, - [SMALL_STATE(4465)] = 106669, - [SMALL_STATE(4466)] = 106679, - [SMALL_STATE(4467)] = 106689, - [SMALL_STATE(4468)] = 106699, - [SMALL_STATE(4469)] = 106709, - [SMALL_STATE(4470)] = 106719, - [SMALL_STATE(4471)] = 106729, - [SMALL_STATE(4472)] = 106739, - [SMALL_STATE(4473)] = 106749, - [SMALL_STATE(4474)] = 106759, - [SMALL_STATE(4475)] = 106769, - [SMALL_STATE(4476)] = 106779, - [SMALL_STATE(4477)] = 106789, - [SMALL_STATE(4478)] = 106799, - [SMALL_STATE(4479)] = 106809, - [SMALL_STATE(4480)] = 106819, - [SMALL_STATE(4481)] = 106827, - [SMALL_STATE(4482)] = 106837, - [SMALL_STATE(4483)] = 106847, - [SMALL_STATE(4484)] = 106857, - [SMALL_STATE(4485)] = 106867, - [SMALL_STATE(4486)] = 106877, - [SMALL_STATE(4487)] = 106887, - [SMALL_STATE(4488)] = 106897, - [SMALL_STATE(4489)] = 106907, - [SMALL_STATE(4490)] = 106917, - [SMALL_STATE(4491)] = 106927, - [SMALL_STATE(4492)] = 106935, - [SMALL_STATE(4493)] = 106943, - [SMALL_STATE(4494)] = 106953, - [SMALL_STATE(4495)] = 106963, - [SMALL_STATE(4496)] = 106971, - [SMALL_STATE(4497)] = 106979, - [SMALL_STATE(4498)] = 106987, - [SMALL_STATE(4499)] = 106995, - [SMALL_STATE(4500)] = 107003, - [SMALL_STATE(4501)] = 107013, - [SMALL_STATE(4502)] = 107023, - [SMALL_STATE(4503)] = 107031, - [SMALL_STATE(4504)] = 107041, - [SMALL_STATE(4505)] = 107051, - [SMALL_STATE(4506)] = 107061, - [SMALL_STATE(4507)] = 107071, - [SMALL_STATE(4508)] = 107079, - [SMALL_STATE(4509)] = 107087, - [SMALL_STATE(4510)] = 107095, - [SMALL_STATE(4511)] = 107105, - [SMALL_STATE(4512)] = 107113, - [SMALL_STATE(4513)] = 107123, - [SMALL_STATE(4514)] = 107133, - [SMALL_STATE(4515)] = 107141, - [SMALL_STATE(4516)] = 107151, - [SMALL_STATE(4517)] = 107161, - [SMALL_STATE(4518)] = 107169, - [SMALL_STATE(4519)] = 107177, - [SMALL_STATE(4520)] = 107187, - [SMALL_STATE(4521)] = 107195, - [SMALL_STATE(4522)] = 107203, - [SMALL_STATE(4523)] = 107213, - [SMALL_STATE(4524)] = 107223, - [SMALL_STATE(4525)] = 107233, - [SMALL_STATE(4526)] = 107243, - [SMALL_STATE(4527)] = 107251, - [SMALL_STATE(4528)] = 107261, - [SMALL_STATE(4529)] = 107271, - [SMALL_STATE(4530)] = 107279, - [SMALL_STATE(4531)] = 107289, - [SMALL_STATE(4532)] = 107299, - [SMALL_STATE(4533)] = 107307, - [SMALL_STATE(4534)] = 107315, - [SMALL_STATE(4535)] = 107323, - [SMALL_STATE(4536)] = 107333, - [SMALL_STATE(4537)] = 107343, - [SMALL_STATE(4538)] = 107351, - [SMALL_STATE(4539)] = 107361, - [SMALL_STATE(4540)] = 107371, - [SMALL_STATE(4541)] = 107381, - [SMALL_STATE(4542)] = 107389, - [SMALL_STATE(4543)] = 107399, - [SMALL_STATE(4544)] = 107409, - [SMALL_STATE(4545)] = 107417, - [SMALL_STATE(4546)] = 107427, - [SMALL_STATE(4547)] = 107435, - [SMALL_STATE(4548)] = 107443, - [SMALL_STATE(4549)] = 107453, - [SMALL_STATE(4550)] = 107461, - [SMALL_STATE(4551)] = 107469, - [SMALL_STATE(4552)] = 107479, - [SMALL_STATE(4553)] = 107489, - [SMALL_STATE(4554)] = 107499, - [SMALL_STATE(4555)] = 107509, - [SMALL_STATE(4556)] = 107519, - [SMALL_STATE(4557)] = 107529, - [SMALL_STATE(4558)] = 107537, - [SMALL_STATE(4559)] = 107547, - [SMALL_STATE(4560)] = 107557, - [SMALL_STATE(4561)] = 107567, - [SMALL_STATE(4562)] = 107577, - [SMALL_STATE(4563)] = 107587, - [SMALL_STATE(4564)] = 107595, - [SMALL_STATE(4565)] = 107605, - [SMALL_STATE(4566)] = 107613, - [SMALL_STATE(4567)] = 107623, - [SMALL_STATE(4568)] = 107631, - [SMALL_STATE(4569)] = 107639, - [SMALL_STATE(4570)] = 107649, - [SMALL_STATE(4571)] = 107659, - [SMALL_STATE(4572)] = 107667, - [SMALL_STATE(4573)] = 107677, - [SMALL_STATE(4574)] = 107685, - [SMALL_STATE(4575)] = 107695, - [SMALL_STATE(4576)] = 107703, - [SMALL_STATE(4577)] = 107711, - [SMALL_STATE(4578)] = 107719, - [SMALL_STATE(4579)] = 107727, - [SMALL_STATE(4580)] = 107737, - [SMALL_STATE(4581)] = 107747, - [SMALL_STATE(4582)] = 107757, - [SMALL_STATE(4583)] = 107765, - [SMALL_STATE(4584)] = 107775, - [SMALL_STATE(4585)] = 107785, - [SMALL_STATE(4586)] = 107793, - [SMALL_STATE(4587)] = 107803, - [SMALL_STATE(4588)] = 107813, - [SMALL_STATE(4589)] = 107821, - [SMALL_STATE(4590)] = 107829, - [SMALL_STATE(4591)] = 107837, - [SMALL_STATE(4592)] = 107847, - [SMALL_STATE(4593)] = 107857, - [SMALL_STATE(4594)] = 107865, - [SMALL_STATE(4595)] = 107873, - [SMALL_STATE(4596)] = 107881, - [SMALL_STATE(4597)] = 107889, - [SMALL_STATE(4598)] = 107899, - [SMALL_STATE(4599)] = 107907, - [SMALL_STATE(4600)] = 107915, - [SMALL_STATE(4601)] = 107925, - [SMALL_STATE(4602)] = 107933, - [SMALL_STATE(4603)] = 107941, - [SMALL_STATE(4604)] = 107949, - [SMALL_STATE(4605)] = 107959, - [SMALL_STATE(4606)] = 107969, - [SMALL_STATE(4607)] = 107979, - [SMALL_STATE(4608)] = 107989, - [SMALL_STATE(4609)] = 107999, - [SMALL_STATE(4610)] = 108009, - [SMALL_STATE(4611)] = 108017, - [SMALL_STATE(4612)] = 108025, - [SMALL_STATE(4613)] = 108033, - [SMALL_STATE(4614)] = 108043, - [SMALL_STATE(4615)] = 108053, - [SMALL_STATE(4616)] = 108061, - [SMALL_STATE(4617)] = 108071, - [SMALL_STATE(4618)] = 108081, - [SMALL_STATE(4619)] = 108089, - [SMALL_STATE(4620)] = 108099, - [SMALL_STATE(4621)] = 108107, - [SMALL_STATE(4622)] = 108115, - [SMALL_STATE(4623)] = 108125, - [SMALL_STATE(4624)] = 108133, - [SMALL_STATE(4625)] = 108143, - [SMALL_STATE(4626)] = 108153, - [SMALL_STATE(4627)] = 108163, - [SMALL_STATE(4628)] = 108171, - [SMALL_STATE(4629)] = 108181, - [SMALL_STATE(4630)] = 108191, - [SMALL_STATE(4631)] = 108201, - [SMALL_STATE(4632)] = 108211, - [SMALL_STATE(4633)] = 108219, - [SMALL_STATE(4634)] = 108229, - [SMALL_STATE(4635)] = 108239, - [SMALL_STATE(4636)] = 108249, - [SMALL_STATE(4637)] = 108257, - [SMALL_STATE(4638)] = 108265, - [SMALL_STATE(4639)] = 108275, - [SMALL_STATE(4640)] = 108285, - [SMALL_STATE(4641)] = 108295, - [SMALL_STATE(4642)] = 108305, - [SMALL_STATE(4643)] = 108315, - [SMALL_STATE(4644)] = 108325, - [SMALL_STATE(4645)] = 108335, - [SMALL_STATE(4646)] = 108345, - [SMALL_STATE(4647)] = 108353, - [SMALL_STATE(4648)] = 108363, - [SMALL_STATE(4649)] = 108373, - [SMALL_STATE(4650)] = 108383, - [SMALL_STATE(4651)] = 108393, - [SMALL_STATE(4652)] = 108403, - [SMALL_STATE(4653)] = 108413, - [SMALL_STATE(4654)] = 108423, - [SMALL_STATE(4655)] = 108433, - [SMALL_STATE(4656)] = 108441, - [SMALL_STATE(4657)] = 108451, - [SMALL_STATE(4658)] = 108461, - [SMALL_STATE(4659)] = 108471, - [SMALL_STATE(4660)] = 108481, - [SMALL_STATE(4661)] = 108491, - [SMALL_STATE(4662)] = 108501, - [SMALL_STATE(4663)] = 108511, - [SMALL_STATE(4664)] = 108521, - [SMALL_STATE(4665)] = 108531, - [SMALL_STATE(4666)] = 108541, - [SMALL_STATE(4667)] = 108551, - [SMALL_STATE(4668)] = 108561, - [SMALL_STATE(4669)] = 108571, - [SMALL_STATE(4670)] = 108581, - [SMALL_STATE(4671)] = 108591, - [SMALL_STATE(4672)] = 108601, - [SMALL_STATE(4673)] = 108611, - [SMALL_STATE(4674)] = 108621, - [SMALL_STATE(4675)] = 108631, - [SMALL_STATE(4676)] = 108639, - [SMALL_STATE(4677)] = 108647, - [SMALL_STATE(4678)] = 108657, - [SMALL_STATE(4679)] = 108667, - [SMALL_STATE(4680)] = 108677, - [SMALL_STATE(4681)] = 108687, - [SMALL_STATE(4682)] = 108697, - [SMALL_STATE(4683)] = 108707, - [SMALL_STATE(4684)] = 108717, - [SMALL_STATE(4685)] = 108727, - [SMALL_STATE(4686)] = 108737, - [SMALL_STATE(4687)] = 108747, - [SMALL_STATE(4688)] = 108757, - [SMALL_STATE(4689)] = 108767, - [SMALL_STATE(4690)] = 108777, - [SMALL_STATE(4691)] = 108787, - [SMALL_STATE(4692)] = 108797, - [SMALL_STATE(4693)] = 108807, - [SMALL_STATE(4694)] = 108817, - [SMALL_STATE(4695)] = 108827, - [SMALL_STATE(4696)] = 108835, - [SMALL_STATE(4697)] = 108843, - [SMALL_STATE(4698)] = 108853, - [SMALL_STATE(4699)] = 108861, - [SMALL_STATE(4700)] = 108871, - [SMALL_STATE(4701)] = 108881, - [SMALL_STATE(4702)] = 108889, - [SMALL_STATE(4703)] = 108897, - [SMALL_STATE(4704)] = 108907, - [SMALL_STATE(4705)] = 108917, - [SMALL_STATE(4706)] = 108925, - [SMALL_STATE(4707)] = 108935, - [SMALL_STATE(4708)] = 108945, - [SMALL_STATE(4709)] = 108955, - [SMALL_STATE(4710)] = 108965, - [SMALL_STATE(4711)] = 108975, - [SMALL_STATE(4712)] = 108985, - [SMALL_STATE(4713)] = 108995, - [SMALL_STATE(4714)] = 109003, - [SMALL_STATE(4715)] = 109011, - [SMALL_STATE(4716)] = 109019, - [SMALL_STATE(4717)] = 109029, - [SMALL_STATE(4718)] = 109037, - [SMALL_STATE(4719)] = 109045, - [SMALL_STATE(4720)] = 109055, - [SMALL_STATE(4721)] = 109063, - [SMALL_STATE(4722)] = 109073, - [SMALL_STATE(4723)] = 109083, - [SMALL_STATE(4724)] = 109091, - [SMALL_STATE(4725)] = 109101, - [SMALL_STATE(4726)] = 109111, - [SMALL_STATE(4727)] = 109121, - [SMALL_STATE(4728)] = 109131, - [SMALL_STATE(4729)] = 109141, - [SMALL_STATE(4730)] = 109151, - [SMALL_STATE(4731)] = 109161, - [SMALL_STATE(4732)] = 109171, - [SMALL_STATE(4733)] = 109181, - [SMALL_STATE(4734)] = 109191, - [SMALL_STATE(4735)] = 109201, - [SMALL_STATE(4736)] = 109211, - [SMALL_STATE(4737)] = 109221, - [SMALL_STATE(4738)] = 109231, - [SMALL_STATE(4739)] = 109241, - [SMALL_STATE(4740)] = 109251, - [SMALL_STATE(4741)] = 109261, - [SMALL_STATE(4742)] = 109271, - [SMALL_STATE(4743)] = 109279, - [SMALL_STATE(4744)] = 109289, - [SMALL_STATE(4745)] = 109299, - [SMALL_STATE(4746)] = 109309, - [SMALL_STATE(4747)] = 109319, - [SMALL_STATE(4748)] = 109329, - [SMALL_STATE(4749)] = 109339, - [SMALL_STATE(4750)] = 109349, - [SMALL_STATE(4751)] = 109359, - [SMALL_STATE(4752)] = 109369, - [SMALL_STATE(4753)] = 109379, - [SMALL_STATE(4754)] = 109389, - [SMALL_STATE(4755)] = 109399, - [SMALL_STATE(4756)] = 109409, - [SMALL_STATE(4757)] = 109419, - [SMALL_STATE(4758)] = 109429, - [SMALL_STATE(4759)] = 109439, - [SMALL_STATE(4760)] = 109449, - [SMALL_STATE(4761)] = 109459, - [SMALL_STATE(4762)] = 109469, - [SMALL_STATE(4763)] = 109477, - [SMALL_STATE(4764)] = 109487, - [SMALL_STATE(4765)] = 109497, - [SMALL_STATE(4766)] = 109507, - [SMALL_STATE(4767)] = 109517, - [SMALL_STATE(4768)] = 109527, - [SMALL_STATE(4769)] = 109537, - [SMALL_STATE(4770)] = 109547, - [SMALL_STATE(4771)] = 109557, - [SMALL_STATE(4772)] = 109565, - [SMALL_STATE(4773)] = 109575, - [SMALL_STATE(4774)] = 109585, - [SMALL_STATE(4775)] = 109595, - [SMALL_STATE(4776)] = 109605, - [SMALL_STATE(4777)] = 109615, - [SMALL_STATE(4778)] = 109623, - [SMALL_STATE(4779)] = 109633, - [SMALL_STATE(4780)] = 109641, - [SMALL_STATE(4781)] = 109651, - [SMALL_STATE(4782)] = 109661, - [SMALL_STATE(4783)] = 109671, - [SMALL_STATE(4784)] = 109679, - [SMALL_STATE(4785)] = 109689, - [SMALL_STATE(4786)] = 109699, - [SMALL_STATE(4787)] = 109709, - [SMALL_STATE(4788)] = 109719, - [SMALL_STATE(4789)] = 109729, - [SMALL_STATE(4790)] = 109739, - [SMALL_STATE(4791)] = 109747, - [SMALL_STATE(4792)] = 109755, - [SMALL_STATE(4793)] = 109765, - [SMALL_STATE(4794)] = 109773, - [SMALL_STATE(4795)] = 109783, - [SMALL_STATE(4796)] = 109793, - [SMALL_STATE(4797)] = 109803, - [SMALL_STATE(4798)] = 109813, - [SMALL_STATE(4799)] = 109823, - [SMALL_STATE(4800)] = 109833, - [SMALL_STATE(4801)] = 109843, - [SMALL_STATE(4802)] = 109853, - [SMALL_STATE(4803)] = 109863, - [SMALL_STATE(4804)] = 109873, - [SMALL_STATE(4805)] = 109881, - [SMALL_STATE(4806)] = 109889, - [SMALL_STATE(4807)] = 109899, - [SMALL_STATE(4808)] = 109909, - [SMALL_STATE(4809)] = 109919, - [SMALL_STATE(4810)] = 109929, - [SMALL_STATE(4811)] = 109937, - [SMALL_STATE(4812)] = 109947, - [SMALL_STATE(4813)] = 109957, - [SMALL_STATE(4814)] = 109965, - [SMALL_STATE(4815)] = 109975, - [SMALL_STATE(4816)] = 109985, - [SMALL_STATE(4817)] = 109993, - [SMALL_STATE(4818)] = 110001, - [SMALL_STATE(4819)] = 110011, - [SMALL_STATE(4820)] = 110021, - [SMALL_STATE(4821)] = 110031, - [SMALL_STATE(4822)] = 110041, - [SMALL_STATE(4823)] = 110051, - [SMALL_STATE(4824)] = 110061, - [SMALL_STATE(4825)] = 110068, - [SMALL_STATE(4826)] = 110075, - [SMALL_STATE(4827)] = 110082, - [SMALL_STATE(4828)] = 110089, - [SMALL_STATE(4829)] = 110096, - [SMALL_STATE(4830)] = 110103, - [SMALL_STATE(4831)] = 110110, - [SMALL_STATE(4832)] = 110117, - [SMALL_STATE(4833)] = 110124, - [SMALL_STATE(4834)] = 110131, - [SMALL_STATE(4835)] = 110138, - [SMALL_STATE(4836)] = 110145, - [SMALL_STATE(4837)] = 110152, - [SMALL_STATE(4838)] = 110159, - [SMALL_STATE(4839)] = 110166, - [SMALL_STATE(4840)] = 110173, - [SMALL_STATE(4841)] = 110180, - [SMALL_STATE(4842)] = 110187, - [SMALL_STATE(4843)] = 110194, - [SMALL_STATE(4844)] = 110201, - [SMALL_STATE(4845)] = 110208, - [SMALL_STATE(4846)] = 110215, - [SMALL_STATE(4847)] = 110222, - [SMALL_STATE(4848)] = 110229, - [SMALL_STATE(4849)] = 110236, - [SMALL_STATE(4850)] = 110243, - [SMALL_STATE(4851)] = 110250, - [SMALL_STATE(4852)] = 110257, - [SMALL_STATE(4853)] = 110264, - [SMALL_STATE(4854)] = 110271, - [SMALL_STATE(4855)] = 110278, - [SMALL_STATE(4856)] = 110285, - [SMALL_STATE(4857)] = 110292, - [SMALL_STATE(4858)] = 110299, - [SMALL_STATE(4859)] = 110306, - [SMALL_STATE(4860)] = 110313, - [SMALL_STATE(4861)] = 110320, - [SMALL_STATE(4862)] = 110327, - [SMALL_STATE(4863)] = 110334, - [SMALL_STATE(4864)] = 110341, - [SMALL_STATE(4865)] = 110348, - [SMALL_STATE(4866)] = 110355, - [SMALL_STATE(4867)] = 110362, - [SMALL_STATE(4868)] = 110369, - [SMALL_STATE(4869)] = 110376, - [SMALL_STATE(4870)] = 110383, - [SMALL_STATE(4871)] = 110390, - [SMALL_STATE(4872)] = 110397, - [SMALL_STATE(4873)] = 110404, - [SMALL_STATE(4874)] = 110411, - [SMALL_STATE(4875)] = 110418, - [SMALL_STATE(4876)] = 110425, - [SMALL_STATE(4877)] = 110432, - [SMALL_STATE(4878)] = 110439, - [SMALL_STATE(4879)] = 110446, - [SMALL_STATE(4880)] = 110453, - [SMALL_STATE(4881)] = 110460, - [SMALL_STATE(4882)] = 110467, - [SMALL_STATE(4883)] = 110474, - [SMALL_STATE(4884)] = 110481, - [SMALL_STATE(4885)] = 110488, - [SMALL_STATE(4886)] = 110495, - [SMALL_STATE(4887)] = 110502, - [SMALL_STATE(4888)] = 110509, - [SMALL_STATE(4889)] = 110516, - [SMALL_STATE(4890)] = 110523, - [SMALL_STATE(4891)] = 110530, - [SMALL_STATE(4892)] = 110537, - [SMALL_STATE(4893)] = 110544, - [SMALL_STATE(4894)] = 110551, - [SMALL_STATE(4895)] = 110558, - [SMALL_STATE(4896)] = 110565, - [SMALL_STATE(4897)] = 110572, - [SMALL_STATE(4898)] = 110579, - [SMALL_STATE(4899)] = 110586, - [SMALL_STATE(4900)] = 110593, - [SMALL_STATE(4901)] = 110600, - [SMALL_STATE(4902)] = 110607, - [SMALL_STATE(4903)] = 110614, - [SMALL_STATE(4904)] = 110621, - [SMALL_STATE(4905)] = 110628, - [SMALL_STATE(4906)] = 110635, - [SMALL_STATE(4907)] = 110642, - [SMALL_STATE(4908)] = 110649, - [SMALL_STATE(4909)] = 110656, - [SMALL_STATE(4910)] = 110663, - [SMALL_STATE(4911)] = 110670, - [SMALL_STATE(4912)] = 110677, - [SMALL_STATE(4913)] = 110684, - [SMALL_STATE(4914)] = 110691, - [SMALL_STATE(4915)] = 110698, - [SMALL_STATE(4916)] = 110705, - [SMALL_STATE(4917)] = 110712, - [SMALL_STATE(4918)] = 110719, - [SMALL_STATE(4919)] = 110726, - [SMALL_STATE(4920)] = 110733, - [SMALL_STATE(4921)] = 110740, - [SMALL_STATE(4922)] = 110747, - [SMALL_STATE(4923)] = 110754, - [SMALL_STATE(4924)] = 110761, - [SMALL_STATE(4925)] = 110768, - [SMALL_STATE(4926)] = 110775, - [SMALL_STATE(4927)] = 110782, - [SMALL_STATE(4928)] = 110789, - [SMALL_STATE(4929)] = 110796, - [SMALL_STATE(4930)] = 110803, - [SMALL_STATE(4931)] = 110810, - [SMALL_STATE(4932)] = 110817, - [SMALL_STATE(4933)] = 110824, - [SMALL_STATE(4934)] = 110831, - [SMALL_STATE(4935)] = 110838, - [SMALL_STATE(4936)] = 110845, - [SMALL_STATE(4937)] = 110852, - [SMALL_STATE(4938)] = 110859, - [SMALL_STATE(4939)] = 110866, - [SMALL_STATE(4940)] = 110873, - [SMALL_STATE(4941)] = 110880, - [SMALL_STATE(4942)] = 110887, - [SMALL_STATE(4943)] = 110894, - [SMALL_STATE(4944)] = 110901, - [SMALL_STATE(4945)] = 110908, - [SMALL_STATE(4946)] = 110915, - [SMALL_STATE(4947)] = 110922, - [SMALL_STATE(4948)] = 110929, - [SMALL_STATE(4949)] = 110936, - [SMALL_STATE(4950)] = 110943, - [SMALL_STATE(4951)] = 110950, - [SMALL_STATE(4952)] = 110957, - [SMALL_STATE(4953)] = 110964, - [SMALL_STATE(4954)] = 110971, - [SMALL_STATE(4955)] = 110978, - [SMALL_STATE(4956)] = 110985, - [SMALL_STATE(4957)] = 110992, - [SMALL_STATE(4958)] = 110999, - [SMALL_STATE(4959)] = 111006, - [SMALL_STATE(4960)] = 111013, - [SMALL_STATE(4961)] = 111020, - [SMALL_STATE(4962)] = 111027, - [SMALL_STATE(4963)] = 111034, - [SMALL_STATE(4964)] = 111041, - [SMALL_STATE(4965)] = 111048, - [SMALL_STATE(4966)] = 111055, - [SMALL_STATE(4967)] = 111062, - [SMALL_STATE(4968)] = 111069, - [SMALL_STATE(4969)] = 111076, - [SMALL_STATE(4970)] = 111083, - [SMALL_STATE(4971)] = 111090, - [SMALL_STATE(4972)] = 111097, - [SMALL_STATE(4973)] = 111104, - [SMALL_STATE(4974)] = 111111, - [SMALL_STATE(4975)] = 111118, - [SMALL_STATE(4976)] = 111125, - [SMALL_STATE(4977)] = 111132, - [SMALL_STATE(4978)] = 111139, - [SMALL_STATE(4979)] = 111146, - [SMALL_STATE(4980)] = 111153, - [SMALL_STATE(4981)] = 111160, - [SMALL_STATE(4982)] = 111167, - [SMALL_STATE(4983)] = 111174, - [SMALL_STATE(4984)] = 111181, - [SMALL_STATE(4985)] = 111188, - [SMALL_STATE(4986)] = 111195, - [SMALL_STATE(4987)] = 111202, - [SMALL_STATE(4988)] = 111209, - [SMALL_STATE(4989)] = 111216, - [SMALL_STATE(4990)] = 111223, - [SMALL_STATE(4991)] = 111230, - [SMALL_STATE(4992)] = 111237, - [SMALL_STATE(4993)] = 111244, - [SMALL_STATE(4994)] = 111251, - [SMALL_STATE(4995)] = 111258, - [SMALL_STATE(4996)] = 111265, - [SMALL_STATE(4997)] = 111272, - [SMALL_STATE(4998)] = 111279, - [SMALL_STATE(4999)] = 111286, - [SMALL_STATE(5000)] = 111293, - [SMALL_STATE(5001)] = 111300, - [SMALL_STATE(5002)] = 111307, - [SMALL_STATE(5003)] = 111314, - [SMALL_STATE(5004)] = 111321, - [SMALL_STATE(5005)] = 111328, - [SMALL_STATE(5006)] = 111335, - [SMALL_STATE(5007)] = 111342, - [SMALL_STATE(5008)] = 111349, - [SMALL_STATE(5009)] = 111356, - [SMALL_STATE(5010)] = 111363, - [SMALL_STATE(5011)] = 111370, - [SMALL_STATE(5012)] = 111377, - [SMALL_STATE(5013)] = 111384, - [SMALL_STATE(5014)] = 111391, - [SMALL_STATE(5015)] = 111398, - [SMALL_STATE(5016)] = 111405, - [SMALL_STATE(5017)] = 111412, - [SMALL_STATE(5018)] = 111419, - [SMALL_STATE(5019)] = 111426, - [SMALL_STATE(5020)] = 111433, - [SMALL_STATE(5021)] = 111440, - [SMALL_STATE(5022)] = 111447, - [SMALL_STATE(5023)] = 111454, - [SMALL_STATE(5024)] = 111461, - [SMALL_STATE(5025)] = 111468, - [SMALL_STATE(5026)] = 111475, - [SMALL_STATE(5027)] = 111482, - [SMALL_STATE(5028)] = 111489, - [SMALL_STATE(5029)] = 111496, - [SMALL_STATE(5030)] = 111503, - [SMALL_STATE(5031)] = 111510, - [SMALL_STATE(5032)] = 111517, - [SMALL_STATE(5033)] = 111524, - [SMALL_STATE(5034)] = 111531, - [SMALL_STATE(5035)] = 111538, - [SMALL_STATE(5036)] = 111545, - [SMALL_STATE(5037)] = 111552, - [SMALL_STATE(5038)] = 111559, - [SMALL_STATE(5039)] = 111566, - [SMALL_STATE(5040)] = 111573, - [SMALL_STATE(5041)] = 111580, - [SMALL_STATE(5042)] = 111587, - [SMALL_STATE(5043)] = 111594, - [SMALL_STATE(5044)] = 111601, - [SMALL_STATE(5045)] = 111608, - [SMALL_STATE(5046)] = 111615, - [SMALL_STATE(5047)] = 111622, - [SMALL_STATE(5048)] = 111629, - [SMALL_STATE(5049)] = 111636, - [SMALL_STATE(5050)] = 111643, - [SMALL_STATE(5051)] = 111650, - [SMALL_STATE(5052)] = 111657, - [SMALL_STATE(5053)] = 111664, - [SMALL_STATE(5054)] = 111671, - [SMALL_STATE(5055)] = 111678, - [SMALL_STATE(5056)] = 111685, - [SMALL_STATE(5057)] = 111692, - [SMALL_STATE(5058)] = 111699, - [SMALL_STATE(5059)] = 111706, - [SMALL_STATE(5060)] = 111713, - [SMALL_STATE(5061)] = 111720, - [SMALL_STATE(5062)] = 111727, - [SMALL_STATE(5063)] = 111734, - [SMALL_STATE(5064)] = 111741, - [SMALL_STATE(5065)] = 111748, - [SMALL_STATE(5066)] = 111755, - [SMALL_STATE(5067)] = 111762, - [SMALL_STATE(5068)] = 111769, - [SMALL_STATE(5069)] = 111776, - [SMALL_STATE(5070)] = 111783, - [SMALL_STATE(5071)] = 111790, - [SMALL_STATE(5072)] = 111797, - [SMALL_STATE(5073)] = 111804, - [SMALL_STATE(5074)] = 111811, - [SMALL_STATE(5075)] = 111818, - [SMALL_STATE(5076)] = 111825, - [SMALL_STATE(5077)] = 111832, - [SMALL_STATE(5078)] = 111839, - [SMALL_STATE(5079)] = 111846, - [SMALL_STATE(5080)] = 111853, - [SMALL_STATE(5081)] = 111860, - [SMALL_STATE(5082)] = 111867, - [SMALL_STATE(5083)] = 111874, - [SMALL_STATE(5084)] = 111881, - [SMALL_STATE(5085)] = 111888, - [SMALL_STATE(5086)] = 111895, - [SMALL_STATE(5087)] = 111902, - [SMALL_STATE(5088)] = 111909, - [SMALL_STATE(5089)] = 111916, - [SMALL_STATE(5090)] = 111923, - [SMALL_STATE(5091)] = 111930, - [SMALL_STATE(5092)] = 111937, - [SMALL_STATE(5093)] = 111944, - [SMALL_STATE(5094)] = 111951, - [SMALL_STATE(5095)] = 111958, - [SMALL_STATE(5096)] = 111965, - [SMALL_STATE(5097)] = 111972, - [SMALL_STATE(5098)] = 111979, - [SMALL_STATE(5099)] = 111986, - [SMALL_STATE(5100)] = 111993, - [SMALL_STATE(5101)] = 112000, - [SMALL_STATE(5102)] = 112007, - [SMALL_STATE(5103)] = 112014, - [SMALL_STATE(5104)] = 112021, - [SMALL_STATE(5105)] = 112028, - [SMALL_STATE(5106)] = 112035, - [SMALL_STATE(5107)] = 112042, - [SMALL_STATE(5108)] = 112049, - [SMALL_STATE(5109)] = 112056, - [SMALL_STATE(5110)] = 112063, - [SMALL_STATE(5111)] = 112070, - [SMALL_STATE(5112)] = 112077, - [SMALL_STATE(5113)] = 112084, - [SMALL_STATE(5114)] = 112091, - [SMALL_STATE(5115)] = 112098, - [SMALL_STATE(5116)] = 112105, - [SMALL_STATE(5117)] = 112112, - [SMALL_STATE(5118)] = 112119, - [SMALL_STATE(5119)] = 112126, - [SMALL_STATE(5120)] = 112133, - [SMALL_STATE(5121)] = 112140, - [SMALL_STATE(5122)] = 112147, - [SMALL_STATE(5123)] = 112154, - [SMALL_STATE(5124)] = 112161, - [SMALL_STATE(5125)] = 112168, - [SMALL_STATE(5126)] = 112175, - [SMALL_STATE(5127)] = 112182, - [SMALL_STATE(5128)] = 112189, - [SMALL_STATE(5129)] = 112196, - [SMALL_STATE(5130)] = 112203, - [SMALL_STATE(5131)] = 112210, - [SMALL_STATE(5132)] = 112217, - [SMALL_STATE(5133)] = 112224, - [SMALL_STATE(5134)] = 112231, - [SMALL_STATE(5135)] = 112238, - [SMALL_STATE(5136)] = 112245, - [SMALL_STATE(5137)] = 112252, - [SMALL_STATE(5138)] = 112259, - [SMALL_STATE(5139)] = 112266, - [SMALL_STATE(5140)] = 112273, - [SMALL_STATE(5141)] = 112280, - [SMALL_STATE(5142)] = 112287, - [SMALL_STATE(5143)] = 112294, - [SMALL_STATE(5144)] = 112301, - [SMALL_STATE(5145)] = 112308, - [SMALL_STATE(5146)] = 112315, - [SMALL_STATE(5147)] = 112322, - [SMALL_STATE(5148)] = 112329, - [SMALL_STATE(5149)] = 112336, - [SMALL_STATE(5150)] = 112343, - [SMALL_STATE(5151)] = 112350, - [SMALL_STATE(5152)] = 112357, - [SMALL_STATE(5153)] = 112364, - [SMALL_STATE(5154)] = 112371, - [SMALL_STATE(5155)] = 112378, - [SMALL_STATE(5156)] = 112385, - [SMALL_STATE(5157)] = 112392, - [SMALL_STATE(5158)] = 112399, - [SMALL_STATE(5159)] = 112406, - [SMALL_STATE(5160)] = 112413, - [SMALL_STATE(5161)] = 112420, - [SMALL_STATE(5162)] = 112427, - [SMALL_STATE(5163)] = 112434, - [SMALL_STATE(5164)] = 112441, - [SMALL_STATE(5165)] = 112448, - [SMALL_STATE(5166)] = 112455, - [SMALL_STATE(5167)] = 112462, - [SMALL_STATE(5168)] = 112469, - [SMALL_STATE(5169)] = 112476, - [SMALL_STATE(5170)] = 112483, - [SMALL_STATE(5171)] = 112490, - [SMALL_STATE(5172)] = 112497, - [SMALL_STATE(5173)] = 112504, - [SMALL_STATE(5174)] = 112511, - [SMALL_STATE(5175)] = 112518, - [SMALL_STATE(5176)] = 112525, - [SMALL_STATE(5177)] = 112532, - [SMALL_STATE(5178)] = 112539, - [SMALL_STATE(5179)] = 112546, - [SMALL_STATE(5180)] = 112553, - [SMALL_STATE(5181)] = 112560, - [SMALL_STATE(5182)] = 112567, - [SMALL_STATE(5183)] = 112574, - [SMALL_STATE(5184)] = 112581, - [SMALL_STATE(5185)] = 112588, - [SMALL_STATE(5186)] = 112595, - [SMALL_STATE(5187)] = 112602, - [SMALL_STATE(5188)] = 112609, - [SMALL_STATE(5189)] = 112616, - [SMALL_STATE(5190)] = 112623, - [SMALL_STATE(5191)] = 112630, - [SMALL_STATE(5192)] = 112637, - [SMALL_STATE(5193)] = 112644, - [SMALL_STATE(5194)] = 112651, - [SMALL_STATE(5195)] = 112658, - [SMALL_STATE(5196)] = 112665, - [SMALL_STATE(5197)] = 112672, - [SMALL_STATE(5198)] = 112679, - [SMALL_STATE(5199)] = 112686, - [SMALL_STATE(5200)] = 112693, - [SMALL_STATE(5201)] = 112700, - [SMALL_STATE(5202)] = 112707, - [SMALL_STATE(5203)] = 112714, - [SMALL_STATE(5204)] = 112721, - [SMALL_STATE(5205)] = 112728, - [SMALL_STATE(5206)] = 112735, - [SMALL_STATE(5207)] = 112742, - [SMALL_STATE(5208)] = 112749, - [SMALL_STATE(5209)] = 112756, - [SMALL_STATE(5210)] = 112763, - [SMALL_STATE(5211)] = 112770, - [SMALL_STATE(5212)] = 112777, - [SMALL_STATE(5213)] = 112784, - [SMALL_STATE(5214)] = 112791, - [SMALL_STATE(5215)] = 112798, - [SMALL_STATE(5216)] = 112805, - [SMALL_STATE(5217)] = 112812, - [SMALL_STATE(5218)] = 112819, - [SMALL_STATE(5219)] = 112826, - [SMALL_STATE(5220)] = 112833, - [SMALL_STATE(5221)] = 112840, - [SMALL_STATE(5222)] = 112847, - [SMALL_STATE(5223)] = 112854, - [SMALL_STATE(5224)] = 112861, - [SMALL_STATE(5225)] = 112868, - [SMALL_STATE(5226)] = 112875, - [SMALL_STATE(5227)] = 112882, - [SMALL_STATE(5228)] = 112889, - [SMALL_STATE(5229)] = 112896, - [SMALL_STATE(5230)] = 112903, - [SMALL_STATE(5231)] = 112910, - [SMALL_STATE(5232)] = 112917, - [SMALL_STATE(5233)] = 112924, - [SMALL_STATE(5234)] = 112931, - [SMALL_STATE(5235)] = 112938, - [SMALL_STATE(5236)] = 112945, - [SMALL_STATE(5237)] = 112952, - [SMALL_STATE(5238)] = 112959, - [SMALL_STATE(5239)] = 112966, - [SMALL_STATE(5240)] = 112973, + [SMALL_STATE(1949)] = 0, + [SMALL_STATE(1950)] = 73, + [SMALL_STATE(1951)] = 140, + [SMALL_STATE(1952)] = 201, + [SMALL_STATE(1953)] = 270, + [SMALL_STATE(1954)] = 341, + [SMALL_STATE(1955)] = 410, + [SMALL_STATE(1956)] = 471, + [SMALL_STATE(1957)] = 532, + [SMALL_STATE(1958)] = 593, + [SMALL_STATE(1959)] = 654, + [SMALL_STATE(1960)] = 715, + [SMALL_STATE(1961)] = 776, + [SMALL_STATE(1962)] = 837, + [SMALL_STATE(1963)] = 898, + [SMALL_STATE(1964)] = 959, + [SMALL_STATE(1965)] = 1020, + [SMALL_STATE(1966)] = 1080, + [SMALL_STATE(1967)] = 1188, + [SMALL_STATE(1968)] = 1248, + [SMALL_STATE(1969)] = 1356, + [SMALL_STATE(1970)] = 1464, + [SMALL_STATE(1971)] = 1527, + [SMALL_STATE(1972)] = 1594, + [SMALL_STATE(1973)] = 1653, + [SMALL_STATE(1974)] = 1712, + [SMALL_STATE(1975)] = 1770, + [SMALL_STATE(1976)] = 1828, + [SMALL_STATE(1977)] = 1886, + [SMALL_STATE(1978)] = 1944, + [SMALL_STATE(1979)] = 2002, + [SMALL_STATE(1980)] = 2060, + [SMALL_STATE(1981)] = 2118, + [SMALL_STATE(1982)] = 2187, + [SMALL_STATE(1983)] = 2254, + [SMALL_STATE(1984)] = 2323, + [SMALL_STATE(1985)] = 2392, + [SMALL_STATE(1986)] = 2475, + [SMALL_STATE(1987)] = 2540, + [SMALL_STATE(1988)] = 2609, + [SMALL_STATE(1989)] = 2678, + [SMALL_STATE(1990)] = 2743, + [SMALL_STATE(1991)] = 2812, + [SMALL_STATE(1992)] = 2883, + [SMALL_STATE(1993)] = 2945, + [SMALL_STATE(1994)] = 3015, + [SMALL_STATE(1995)] = 3085, + [SMALL_STATE(1996)] = 3149, + [SMALL_STATE(1997)] = 3225, + [SMALL_STATE(1998)] = 3287, + [SMALL_STATE(1999)] = 3363, + [SMALL_STATE(2000)] = 3422, + [SMALL_STATE(2001)] = 3479, + [SMALL_STATE(2002)] = 3536, + [SMALL_STATE(2003)] = 3601, + [SMALL_STATE(2004)] = 3656, + [SMALL_STATE(2005)] = 3719, + [SMALL_STATE(2006)] = 3784, + [SMALL_STATE(2007)] = 3849, + [SMALL_STATE(2008)] = 3912, + [SMALL_STATE(2009)] = 3967, + [SMALL_STATE(2010)] = 4022, + [SMALL_STATE(2011)] = 4085, + [SMALL_STATE(2012)] = 4150, + [SMALL_STATE(2013)] = 4205, + [SMALL_STATE(2014)] = 4262, + [SMALL_STATE(2015)] = 4324, + [SMALL_STATE(2016)] = 4378, + [SMALL_STATE(2017)] = 4432, + [SMALL_STATE(2018)] = 4486, + [SMALL_STATE(2019)] = 4544, + [SMALL_STATE(2020)] = 4604, + [SMALL_STATE(2021)] = 4666, + [SMALL_STATE(2022)] = 4726, + [SMALL_STATE(2023)] = 4792, + [SMALL_STATE(2024)] = 4852, + [SMALL_STATE(2025)] = 4906, + [SMALL_STATE(2026)] = 4972, + [SMALL_STATE(2027)] = 5032, + [SMALL_STATE(2028)] = 5094, + [SMALL_STATE(2029)] = 5160, + [SMALL_STATE(2030)] = 5220, + [SMALL_STATE(2031)] = 5278, + [SMALL_STATE(2032)] = 5338, + [SMALL_STATE(2033)] = 5404, + [SMALL_STATE(2034)] = 5464, + [SMALL_STATE(2035)] = 5530, + [SMALL_STATE(2036)] = 5596, + [SMALL_STATE(2037)] = 5651, + [SMALL_STATE(2038)] = 5706, + [SMALL_STATE(2039)] = 5761, + [SMALL_STATE(2040)] = 5828, + [SMALL_STATE(2041)] = 5887, + [SMALL_STATE(2042)] = 5942, + [SMALL_STATE(2043)] = 6007, + [SMALL_STATE(2044)] = 6076, + [SMALL_STATE(2045)] = 6137, + [SMALL_STATE(2046)] = 6196, + [SMALL_STATE(2047)] = 6253, + [SMALL_STATE(2048)] = 6317, + [SMALL_STATE(2049)] = 6369, + [SMALL_STATE(2050)] = 6421, + [SMALL_STATE(2051)] = 6473, + [SMALL_STATE(2052)] = 6525, + [SMALL_STATE(2053)] = 6579, + [SMALL_STATE(2054)] = 6633, + [SMALL_STATE(2055)] = 6685, + [SMALL_STATE(2056)] = 6737, + [SMALL_STATE(2057)] = 6789, + [SMALL_STATE(2058)] = 6841, + [SMALL_STATE(2059)] = 6893, + [SMALL_STATE(2060)] = 6945, + [SMALL_STATE(2061)] = 6997, + [SMALL_STATE(2062)] = 7049, + [SMALL_STATE(2063)] = 7101, + [SMALL_STATE(2064)] = 7153, + [SMALL_STATE(2065)] = 7205, + [SMALL_STATE(2066)] = 7257, + [SMALL_STATE(2067)] = 7321, + [SMALL_STATE(2068)] = 7373, + [SMALL_STATE(2069)] = 7425, + [SMALL_STATE(2070)] = 7477, + [SMALL_STATE(2071)] = 7529, + [SMALL_STATE(2072)] = 7581, + [SMALL_STATE(2073)] = 7633, + [SMALL_STATE(2074)] = 7685, + [SMALL_STATE(2075)] = 7737, + [SMALL_STATE(2076)] = 7789, + [SMALL_STATE(2077)] = 7881, + [SMALL_STATE(2078)] = 7933, + [SMALL_STATE(2079)] = 7985, + [SMALL_STATE(2080)] = 8037, + [SMALL_STATE(2081)] = 8089, + [SMALL_STATE(2082)] = 8141, + [SMALL_STATE(2083)] = 8233, + [SMALL_STATE(2084)] = 8285, + [SMALL_STATE(2085)] = 8337, + [SMALL_STATE(2086)] = 8391, + [SMALL_STATE(2087)] = 8455, + [SMALL_STATE(2088)] = 8519, + [SMALL_STATE(2089)] = 8571, + [SMALL_STATE(2090)] = 8625, + [SMALL_STATE(2091)] = 8689, + [SMALL_STATE(2092)] = 8743, + [SMALL_STATE(2093)] = 8795, + [SMALL_STATE(2094)] = 8849, + [SMALL_STATE(2095)] = 8901, + [SMALL_STATE(2096)] = 8953, + [SMALL_STATE(2097)] = 9017, + [SMALL_STATE(2098)] = 9069, + [SMALL_STATE(2099)] = 9121, + [SMALL_STATE(2100)] = 9173, + [SMALL_STATE(2101)] = 9225, + [SMALL_STATE(2102)] = 9277, + [SMALL_STATE(2103)] = 9329, + [SMALL_STATE(2104)] = 9381, + [SMALL_STATE(2105)] = 9433, + [SMALL_STATE(2106)] = 9485, + [SMALL_STATE(2107)] = 9549, + [SMALL_STATE(2108)] = 9601, + [SMALL_STATE(2109)] = 9653, + [SMALL_STATE(2110)] = 9705, + [SMALL_STATE(2111)] = 9757, + [SMALL_STATE(2112)] = 9849, + [SMALL_STATE(2113)] = 9901, + [SMALL_STATE(2114)] = 9953, + [SMALL_STATE(2115)] = 10005, + [SMALL_STATE(2116)] = 10057, + [SMALL_STATE(2117)] = 10109, + [SMALL_STATE(2118)] = 10200, + [SMALL_STATE(2119)] = 10291, + [SMALL_STATE(2120)] = 10342, + [SMALL_STATE(2121)] = 10393, + [SMALL_STATE(2122)] = 10444, + [SMALL_STATE(2123)] = 10495, + [SMALL_STATE(2124)] = 10558, + [SMALL_STATE(2125)] = 10609, + [SMALL_STATE(2126)] = 10674, + [SMALL_STATE(2127)] = 10725, + [SMALL_STATE(2128)] = 10776, + [SMALL_STATE(2129)] = 10867, + [SMALL_STATE(2130)] = 10918, + [SMALL_STATE(2131)] = 10983, + [SMALL_STATE(2132)] = 11074, + [SMALL_STATE(2133)] = 11125, + [SMALL_STATE(2134)] = 11176, + [SMALL_STATE(2135)] = 11267, + [SMALL_STATE(2136)] = 11318, + [SMALL_STATE(2137)] = 11369, + [SMALL_STATE(2138)] = 11420, + [SMALL_STATE(2139)] = 11471, + [SMALL_STATE(2140)] = 11562, + [SMALL_STATE(2141)] = 11627, + [SMALL_STATE(2142)] = 11678, + [SMALL_STATE(2143)] = 11729, + [SMALL_STATE(2144)] = 11820, + [SMALL_STATE(2145)] = 11871, + [SMALL_STATE(2146)] = 11962, + [SMALL_STATE(2147)] = 12013, + [SMALL_STATE(2148)] = 12064, + [SMALL_STATE(2149)] = 12127, + [SMALL_STATE(2150)] = 12218, + [SMALL_STATE(2151)] = 12269, + [SMALL_STATE(2152)] = 12354, + [SMALL_STATE(2153)] = 12405, + [SMALL_STATE(2154)] = 12496, + [SMALL_STATE(2155)] = 12557, + [SMALL_STATE(2156)] = 12608, + [SMALL_STATE(2157)] = 12693, + [SMALL_STATE(2158)] = 12754, + [SMALL_STATE(2159)] = 12821, + [SMALL_STATE(2160)] = 12872, + [SMALL_STATE(2161)] = 12963, + [SMALL_STATE(2162)] = 13014, + [SMALL_STATE(2163)] = 13079, + [SMALL_STATE(2164)] = 13130, + [SMALL_STATE(2165)] = 13199, + [SMALL_STATE(2166)] = 13250, + [SMALL_STATE(2167)] = 13301, + [SMALL_STATE(2168)] = 13352, + [SMALL_STATE(2169)] = 13425, + [SMALL_STATE(2170)] = 13476, + [SMALL_STATE(2171)] = 13541, + [SMALL_STATE(2172)] = 13610, + [SMALL_STATE(2173)] = 13661, + [SMALL_STATE(2174)] = 13712, + [SMALL_STATE(2175)] = 13763, + [SMALL_STATE(2176)] = 13814, + [SMALL_STATE(2177)] = 13889, + [SMALL_STATE(2178)] = 13940, + [SMALL_STATE(2179)] = 14017, + [SMALL_STATE(2180)] = 14078, + [SMALL_STATE(2181)] = 14157, + [SMALL_STATE(2182)] = 14208, + [SMALL_STATE(2183)] = 14289, + [SMALL_STATE(2184)] = 14372, + [SMALL_STATE(2185)] = 14463, + [SMALL_STATE(2186)] = 14554, + [SMALL_STATE(2187)] = 14639, + [SMALL_STATE(2188)] = 14690, + [SMALL_STATE(2189)] = 14741, + [SMALL_STATE(2190)] = 14806, + [SMALL_STATE(2191)] = 14857, + [SMALL_STATE(2192)] = 14908, + [SMALL_STATE(2193)] = 14999, + [SMALL_STATE(2194)] = 15050, + [SMALL_STATE(2195)] = 15101, + [SMALL_STATE(2196)] = 15192, + [SMALL_STATE(2197)] = 15261, + [SMALL_STATE(2198)] = 15322, + [SMALL_STATE(2199)] = 15413, + [SMALL_STATE(2200)] = 15464, + [SMALL_STATE(2201)] = 15515, + [SMALL_STATE(2202)] = 15606, + [SMALL_STATE(2203)] = 15659, + [SMALL_STATE(2204)] = 15710, + [SMALL_STATE(2205)] = 15761, + [SMALL_STATE(2206)] = 15848, + [SMALL_STATE(2207)] = 15899, + [SMALL_STATE(2208)] = 15950, + [SMALL_STATE(2209)] = 16011, + [SMALL_STATE(2210)] = 16062, + [SMALL_STATE(2211)] = 16125, + [SMALL_STATE(2212)] = 16176, + [SMALL_STATE(2213)] = 16245, + [SMALL_STATE(2214)] = 16296, + [SMALL_STATE(2215)] = 16359, + [SMALL_STATE(2216)] = 16424, + [SMALL_STATE(2217)] = 16515, + [SMALL_STATE(2218)] = 16566, + [SMALL_STATE(2219)] = 16617, + [SMALL_STATE(2220)] = 16672, + [SMALL_STATE(2221)] = 16729, + [SMALL_STATE(2222)] = 16786, + [SMALL_STATE(2223)] = 16837, + [SMALL_STATE(2224)] = 16888, + [SMALL_STATE(2225)] = 16979, + [SMALL_STATE(2226)] = 17064, + [SMALL_STATE(2227)] = 17153, + [SMALL_STATE(2228)] = 17214, + [SMALL_STATE(2229)] = 17305, + [SMALL_STATE(2230)] = 17361, + [SMALL_STATE(2231)] = 17421, + [SMALL_STATE(2232)] = 17479, + [SMALL_STATE(2233)] = 17533, + [SMALL_STATE(2234)] = 17583, + [SMALL_STATE(2235)] = 17633, + [SMALL_STATE(2236)] = 17683, + [SMALL_STATE(2237)] = 17733, + [SMALL_STATE(2238)] = 17783, + [SMALL_STATE(2239)] = 17833, + [SMALL_STATE(2240)] = 17883, + [SMALL_STATE(2241)] = 17937, + [SMALL_STATE(2242)] = 17993, + [SMALL_STATE(2243)] = 18049, + [SMALL_STATE(2244)] = 18105, + [SMALL_STATE(2245)] = 18155, + [SMALL_STATE(2246)] = 18213, + [SMALL_STATE(2247)] = 18265, + [SMALL_STATE(2248)] = 18319, + [SMALL_STATE(2249)] = 18381, + [SMALL_STATE(2250)] = 18439, + [SMALL_STATE(2251)] = 18489, + [SMALL_STATE(2252)] = 18545, + [SMALL_STATE(2253)] = 18601, + [SMALL_STATE(2254)] = 18663, + [SMALL_STATE(2255)] = 18715, + [SMALL_STATE(2256)] = 18773, + [SMALL_STATE(2257)] = 18827, + [SMALL_STATE(2258)] = 18885, + [SMALL_STATE(2259)] = 18939, + [SMALL_STATE(2260)] = 18995, + [SMALL_STATE(2261)] = 19047, + [SMALL_STATE(2262)] = 19107, + [SMALL_STATE(2263)] = 19157, + [SMALL_STATE(2264)] = 19207, + [SMALL_STATE(2265)] = 19257, + [SMALL_STATE(2266)] = 19311, + [SMALL_STATE(2267)] = 19364, + [SMALL_STATE(2268)] = 19417, + [SMALL_STATE(2269)] = 19478, + [SMALL_STATE(2270)] = 19539, + [SMALL_STATE(2271)] = 19600, + [SMALL_STATE(2272)] = 19661, + [SMALL_STATE(2273)] = 19722, + [SMALL_STATE(2274)] = 19775, + [SMALL_STATE(2275)] = 19828, + [SMALL_STATE(2276)] = 19889, + [SMALL_STATE(2277)] = 19940, + [SMALL_STATE(2278)] = 20001, + [SMALL_STATE(2279)] = 20052, + [SMALL_STATE(2280)] = 20103, + [SMALL_STATE(2281)] = 20154, + [SMALL_STATE(2282)] = 20202, + [SMALL_STATE(2283)] = 20252, + [SMALL_STATE(2284)] = 20300, + [SMALL_STATE(2285)] = 20348, + [SMALL_STATE(2286)] = 20396, + [SMALL_STATE(2287)] = 20444, + [SMALL_STATE(2288)] = 20492, + [SMALL_STATE(2289)] = 20540, + [SMALL_STATE(2290)] = 20624, + [SMALL_STATE(2291)] = 20672, + [SMALL_STATE(2292)] = 20720, + [SMALL_STATE(2293)] = 20768, + [SMALL_STATE(2294)] = 20860, + [SMALL_STATE(2295)] = 20912, + [SMALL_STATE(2296)] = 20960, + [SMALL_STATE(2297)] = 21008, + [SMALL_STATE(2298)] = 21056, + [SMALL_STATE(2299)] = 21104, + [SMALL_STATE(2300)] = 21152, + [SMALL_STATE(2301)] = 21200, + [SMALL_STATE(2302)] = 21248, + [SMALL_STATE(2303)] = 21296, + [SMALL_STATE(2304)] = 21344, + [SMALL_STATE(2305)] = 21392, + [SMALL_STATE(2306)] = 21440, + [SMALL_STATE(2307)] = 21532, + [SMALL_STATE(2308)] = 21614, + [SMALL_STATE(2309)] = 21662, + [SMALL_STATE(2310)] = 21710, + [SMALL_STATE(2311)] = 21758, + [SMALL_STATE(2312)] = 21820, + [SMALL_STATE(2313)] = 21880, + [SMALL_STATE(2314)] = 21960, + [SMALL_STATE(2315)] = 22038, + [SMALL_STATE(2316)] = 22114, + [SMALL_STATE(2317)] = 22188, + [SMALL_STATE(2318)] = 22260, + [SMALL_STATE(2319)] = 22330, + [SMALL_STATE(2320)] = 22396, + [SMALL_STATE(2321)] = 22460, + [SMALL_STATE(2322)] = 22508, + [SMALL_STATE(2323)] = 22556, + [SMALL_STATE(2324)] = 22604, + [SMALL_STATE(2325)] = 22652, + [SMALL_STATE(2326)] = 22700, + [SMALL_STATE(2327)] = 22748, + [SMALL_STATE(2328)] = 22796, + [SMALL_STATE(2329)] = 22844, + [SMALL_STATE(2330)] = 22892, + [SMALL_STATE(2331)] = 22940, + [SMALL_STATE(2332)] = 22988, + [SMALL_STATE(2333)] = 23048, + [SMALL_STATE(2334)] = 23096, + [SMALL_STATE(2335)] = 23144, + [SMALL_STATE(2336)] = 23230, + [SMALL_STATE(2337)] = 23278, + [SMALL_STATE(2338)] = 23328, + [SMALL_STATE(2339)] = 23376, + [SMALL_STATE(2340)] = 23424, + [SMALL_STATE(2341)] = 23472, + [SMALL_STATE(2342)] = 23520, + [SMALL_STATE(2343)] = 23578, + [SMALL_STATE(2344)] = 23626, + [SMALL_STATE(2345)] = 23674, + [SMALL_STATE(2346)] = 23722, + [SMALL_STATE(2347)] = 23804, + [SMALL_STATE(2348)] = 23852, + [SMALL_STATE(2349)] = 23900, + [SMALL_STATE(2350)] = 23982, + [SMALL_STATE(2351)] = 24030, + [SMALL_STATE(2352)] = 24088, + [SMALL_STATE(2353)] = 24154, + [SMALL_STATE(2354)] = 24214, + [SMALL_STATE(2355)] = 24264, + [SMALL_STATE(2356)] = 24312, + [SMALL_STATE(2357)] = 24360, + [SMALL_STATE(2358)] = 24408, + [SMALL_STATE(2359)] = 24490, + [SMALL_STATE(2360)] = 24538, + [SMALL_STATE(2361)] = 24586, + [SMALL_STATE(2362)] = 24646, + [SMALL_STATE(2363)] = 24693, + [SMALL_STATE(2364)] = 24774, + [SMALL_STATE(2365)] = 24821, + [SMALL_STATE(2366)] = 24868, + [SMALL_STATE(2367)] = 24915, + [SMALL_STATE(2368)] = 24962, + [SMALL_STATE(2369)] = 25009, + [SMALL_STATE(2370)] = 25056, + [SMALL_STATE(2371)] = 25103, + [SMALL_STATE(2372)] = 25150, + [SMALL_STATE(2373)] = 25197, + [SMALL_STATE(2374)] = 25244, + [SMALL_STATE(2375)] = 25291, + [SMALL_STATE(2376)] = 25338, + [SMALL_STATE(2377)] = 25385, + [SMALL_STATE(2378)] = 25432, + [SMALL_STATE(2379)] = 25491, + [SMALL_STATE(2380)] = 25538, + [SMALL_STATE(2381)] = 25585, + [SMALL_STATE(2382)] = 25632, + [SMALL_STATE(2383)] = 25679, + [SMALL_STATE(2384)] = 25726, + [SMALL_STATE(2385)] = 25773, + [SMALL_STATE(2386)] = 25820, + [SMALL_STATE(2387)] = 25867, + [SMALL_STATE(2388)] = 25914, + [SMALL_STATE(2389)] = 25961, + [SMALL_STATE(2390)] = 26008, + [SMALL_STATE(2391)] = 26055, + [SMALL_STATE(2392)] = 26102, + [SMALL_STATE(2393)] = 26149, + [SMALL_STATE(2394)] = 26196, + [SMALL_STATE(2395)] = 26243, + [SMALL_STATE(2396)] = 26304, + [SMALL_STATE(2397)] = 26351, + [SMALL_STATE(2398)] = 26398, + [SMALL_STATE(2399)] = 26445, + [SMALL_STATE(2400)] = 26492, + [SMALL_STATE(2401)] = 26539, + [SMALL_STATE(2402)] = 26586, + [SMALL_STATE(2403)] = 26633, + [SMALL_STATE(2404)] = 26692, + [SMALL_STATE(2405)] = 26749, + [SMALL_STATE(2406)] = 26828, + [SMALL_STATE(2407)] = 26875, + [SMALL_STATE(2408)] = 26922, + [SMALL_STATE(2409)] = 26969, + [SMALL_STATE(2410)] = 27016, + [SMALL_STATE(2411)] = 27063, + [SMALL_STATE(2412)] = 27140, + [SMALL_STATE(2413)] = 27215, + [SMALL_STATE(2414)] = 27288, + [SMALL_STATE(2415)] = 27359, + [SMALL_STATE(2416)] = 27406, + [SMALL_STATE(2417)] = 27475, + [SMALL_STATE(2418)] = 27522, + [SMALL_STATE(2419)] = 27569, + [SMALL_STATE(2420)] = 27620, + [SMALL_STATE(2421)] = 27685, + [SMALL_STATE(2422)] = 27732, + [SMALL_STATE(2423)] = 27779, + [SMALL_STATE(2424)] = 27826, + [SMALL_STATE(2425)] = 27875, + [SMALL_STATE(2426)] = 27924, + [SMALL_STATE(2427)] = 27971, + [SMALL_STATE(2428)] = 28018, + [SMALL_STATE(2429)] = 28065, + [SMALL_STATE(2430)] = 28128, + [SMALL_STATE(2431)] = 28175, + [SMALL_STATE(2432)] = 28234, + [SMALL_STATE(2433)] = 28281, + [SMALL_STATE(2434)] = 28328, + [SMALL_STATE(2435)] = 28411, + [SMALL_STATE(2436)] = 28458, + [SMALL_STATE(2437)] = 28505, + [SMALL_STATE(2438)] = 28552, + [SMALL_STATE(2439)] = 28599, + [SMALL_STATE(2440)] = 28646, + [SMALL_STATE(2441)] = 28693, + [SMALL_STATE(2442)] = 28740, + [SMALL_STATE(2443)] = 28787, + [SMALL_STATE(2444)] = 28834, + [SMALL_STATE(2445)] = 28881, + [SMALL_STATE(2446)] = 28928, + [SMALL_STATE(2447)] = 28975, + [SMALL_STATE(2448)] = 29022, + [SMALL_STATE(2449)] = 29069, + [SMALL_STATE(2450)] = 29116, + [SMALL_STATE(2451)] = 29165, + [SMALL_STATE(2452)] = 29212, + [SMALL_STATE(2453)] = 29259, + [SMALL_STATE(2454)] = 29306, + [SMALL_STATE(2455)] = 29353, + [SMALL_STATE(2456)] = 29400, + [SMALL_STATE(2457)] = 29457, + [SMALL_STATE(2458)] = 29538, + [SMALL_STATE(2459)] = 29585, + [SMALL_STATE(2460)] = 29632, + [SMALL_STATE(2461)] = 29679, + [SMALL_STATE(2462)] = 29726, + [SMALL_STATE(2463)] = 29773, + [SMALL_STATE(2464)] = 29854, + [SMALL_STATE(2465)] = 29901, + [SMALL_STATE(2466)] = 29948, + [SMALL_STATE(2467)] = 30033, + [SMALL_STATE(2468)] = 30080, + [SMALL_STATE(2469)] = 30127, + [SMALL_STATE(2470)] = 30174, + [SMALL_STATE(2471)] = 30221, + [SMALL_STATE(2472)] = 30268, + [SMALL_STATE(2473)] = 30315, + [SMALL_STATE(2474)] = 30362, + [SMALL_STATE(2475)] = 30421, + [SMALL_STATE(2476)] = 30468, + [SMALL_STATE(2477)] = 30515, + [SMALL_STATE(2478)] = 30562, + [SMALL_STATE(2479)] = 30609, + [SMALL_STATE(2480)] = 30656, + [SMALL_STATE(2481)] = 30707, + [SMALL_STATE(2482)] = 30754, + [SMALL_STATE(2483)] = 30801, + [SMALL_STATE(2484)] = 30882, + [SMALL_STATE(2485)] = 30929, + [SMALL_STATE(2486)] = 30976, + [SMALL_STATE(2487)] = 31023, + [SMALL_STATE(2488)] = 31070, + [SMALL_STATE(2489)] = 31117, + [SMALL_STATE(2490)] = 31164, + [SMALL_STATE(2491)] = 31215, + [SMALL_STATE(2492)] = 31262, + [SMALL_STATE(2493)] = 31309, + [SMALL_STATE(2494)] = 31356, + [SMALL_STATE(2495)] = 31421, + [SMALL_STATE(2496)] = 31467, + [SMALL_STATE(2497)] = 31513, + [SMALL_STATE(2498)] = 31567, + [SMALL_STATE(2499)] = 31653, + [SMALL_STATE(2500)] = 31707, + [SMALL_STATE(2501)] = 31757, + [SMALL_STATE(2502)] = 31803, + [SMALL_STATE(2503)] = 31859, + [SMALL_STATE(2504)] = 31905, + [SMALL_STATE(2505)] = 31951, + [SMALL_STATE(2506)] = 31997, + [SMALL_STATE(2507)] = 32043, + [SMALL_STATE(2508)] = 32089, + [SMALL_STATE(2509)] = 32175, + [SMALL_STATE(2510)] = 32229, + [SMALL_STATE(2511)] = 32315, + [SMALL_STATE(2512)] = 32401, + [SMALL_STATE(2513)] = 32484, + [SMALL_STATE(2514)] = 32567, + [SMALL_STATE(2515)] = 32650, + [SMALL_STATE(2516)] = 32701, + [SMALL_STATE(2517)] = 32784, + [SMALL_STATE(2518)] = 32867, + [SMALL_STATE(2519)] = 32950, + [SMALL_STATE(2520)] = 33033, + [SMALL_STATE(2521)] = 33116, + [SMALL_STATE(2522)] = 33167, + [SMALL_STATE(2523)] = 33247, + [SMALL_STATE(2524)] = 33293, + [SMALL_STATE(2525)] = 33373, + [SMALL_STATE(2526)] = 33453, + [SMALL_STATE(2527)] = 33533, + [SMALL_STATE(2528)] = 33585, + [SMALL_STATE(2529)] = 33665, + [SMALL_STATE(2530)] = 33745, + [SMALL_STATE(2531)] = 33825, + [SMALL_STATE(2532)] = 33905, + [SMALL_STATE(2533)] = 33985, + [SMALL_STATE(2534)] = 34065, + [SMALL_STATE(2535)] = 34145, + [SMALL_STATE(2536)] = 34225, + [SMALL_STATE(2537)] = 34305, + [SMALL_STATE(2538)] = 34349, + [SMALL_STATE(2539)] = 34429, + [SMALL_STATE(2540)] = 34509, + [SMALL_STATE(2541)] = 34589, + [SMALL_STATE(2542)] = 34669, + [SMALL_STATE(2543)] = 34713, + [SMALL_STATE(2544)] = 34793, + [SMALL_STATE(2545)] = 34873, + [SMALL_STATE(2546)] = 34953, + [SMALL_STATE(2547)] = 35005, + [SMALL_STATE(2548)] = 35085, + [SMALL_STATE(2549)] = 35164, + [SMALL_STATE(2550)] = 35243, + [SMALL_STATE(2551)] = 35286, + [SMALL_STATE(2552)] = 35361, + [SMALL_STATE(2553)] = 35404, + [SMALL_STATE(2554)] = 35447, + [SMALL_STATE(2555)] = 35490, + [SMALL_STATE(2556)] = 35565, + [SMALL_STATE(2557)] = 35608, + [SMALL_STATE(2558)] = 35683, + [SMALL_STATE(2559)] = 35726, + [SMALL_STATE(2560)] = 35769, + [SMALL_STATE(2561)] = 35812, + [SMALL_STATE(2562)] = 35891, + [SMALL_STATE(2563)] = 35966, + [SMALL_STATE(2564)] = 36009, + [SMALL_STATE(2565)] = 36058, + [SMALL_STATE(2566)] = 36101, + [SMALL_STATE(2567)] = 36144, + [SMALL_STATE(2568)] = 36187, + [SMALL_STATE(2569)] = 36266, + [SMALL_STATE(2570)] = 36341, + [SMALL_STATE(2571)] = 36420, + [SMALL_STATE(2572)] = 36463, + [SMALL_STATE(2573)] = 36506, + [SMALL_STATE(2574)] = 36549, + [SMALL_STATE(2575)] = 36592, + [SMALL_STATE(2576)] = 36635, + [SMALL_STATE(2577)] = 36682, + [SMALL_STATE(2578)] = 36757, + [SMALL_STATE(2579)] = 36800, + [SMALL_STATE(2580)] = 36875, + [SMALL_STATE(2581)] = 36950, + [SMALL_STATE(2582)] = 37025, + [SMALL_STATE(2583)] = 37068, + [SMALL_STATE(2584)] = 37111, + [SMALL_STATE(2585)] = 37190, + [SMALL_STATE(2586)] = 37233, + [SMALL_STATE(2587)] = 37276, + [SMALL_STATE(2588)] = 37351, + [SMALL_STATE(2589)] = 37394, + [SMALL_STATE(2590)] = 37437, + [SMALL_STATE(2591)] = 37480, + [SMALL_STATE(2592)] = 37523, + [SMALL_STATE(2593)] = 37566, + [SMALL_STATE(2594)] = 37645, + [SMALL_STATE(2595)] = 37694, + [SMALL_STATE(2596)] = 37737, + [SMALL_STATE(2597)] = 37780, + [SMALL_STATE(2598)] = 37823, + [SMALL_STATE(2599)] = 37866, + [SMALL_STATE(2600)] = 37941, + [SMALL_STATE(2601)] = 37990, + [SMALL_STATE(2602)] = 38033, + [SMALL_STATE(2603)] = 38076, + [SMALL_STATE(2604)] = 38119, + [SMALL_STATE(2605)] = 38162, + [SMALL_STATE(2606)] = 38205, + [SMALL_STATE(2607)] = 38248, + [SMALL_STATE(2608)] = 38323, + [SMALL_STATE(2609)] = 38398, + [SMALL_STATE(2610)] = 38477, + [SMALL_STATE(2611)] = 38552, + [SMALL_STATE(2612)] = 38595, + [SMALL_STATE(2613)] = 38638, + [SMALL_STATE(2614)] = 38681, + [SMALL_STATE(2615)] = 38724, + [SMALL_STATE(2616)] = 38803, + [SMALL_STATE(2617)] = 38846, + [SMALL_STATE(2618)] = 38889, + [SMALL_STATE(2619)] = 38932, + [SMALL_STATE(2620)] = 39007, + [SMALL_STATE(2621)] = 39050, + [SMALL_STATE(2622)] = 39093, + [SMALL_STATE(2623)] = 39172, + [SMALL_STATE(2624)] = 39215, + [SMALL_STATE(2625)] = 39258, + [SMALL_STATE(2626)] = 39301, + [SMALL_STATE(2627)] = 39344, + [SMALL_STATE(2628)] = 39387, + [SMALL_STATE(2629)] = 39435, + [SMALL_STATE(2630)] = 39483, + [SMALL_STATE(2631)] = 39527, + [SMALL_STATE(2632)] = 39573, + [SMALL_STATE(2633)] = 39625, + [SMALL_STATE(2634)] = 39677, + [SMALL_STATE(2635)] = 39721, + [SMALL_STATE(2636)] = 39765, + [SMALL_STATE(2637)] = 39817, + [SMALL_STATE(2638)] = 39869, + [SMALL_STATE(2639)] = 39916, + [SMALL_STATE(2640)] = 39963, + [SMALL_STATE(2641)] = 40014, + [SMALL_STATE(2642)] = 40055, + [SMALL_STATE(2643)] = 40124, + [SMALL_STATE(2644)] = 40193, + [SMALL_STATE(2645)] = 40240, + [SMALL_STATE(2646)] = 40291, + [SMALL_STATE(2647)] = 40334, + [SMALL_STATE(2648)] = 40403, + [SMALL_STATE(2649)] = 40472, + [SMALL_STATE(2650)] = 40519, + [SMALL_STATE(2651)] = 40588, + [SMALL_STATE(2652)] = 40657, + [SMALL_STATE(2653)] = 40698, + [SMALL_STATE(2654)] = 40749, + [SMALL_STATE(2655)] = 40818, + [SMALL_STATE(2656)] = 40887, + [SMALL_STATE(2657)] = 40938, + [SMALL_STATE(2658)] = 40978, + [SMALL_STATE(2659)] = 41018, + [SMALL_STATE(2660)] = 41058, + [SMALL_STATE(2661)] = 41098, + [SMALL_STATE(2662)] = 41176, + [SMALL_STATE(2663)] = 41216, + [SMALL_STATE(2664)] = 41262, + [SMALL_STATE(2665)] = 41308, + [SMALL_STATE(2666)] = 41348, + [SMALL_STATE(2667)] = 41394, + [SMALL_STATE(2668)] = 41434, + [SMALL_STATE(2669)] = 41474, + [SMALL_STATE(2670)] = 41520, + [SMALL_STATE(2671)] = 41572, + [SMALL_STATE(2672)] = 41612, + [SMALL_STATE(2673)] = 41652, + [SMALL_STATE(2674)] = 41702, + [SMALL_STATE(2675)] = 41742, + [SMALL_STATE(2676)] = 41782, + [SMALL_STATE(2677)] = 41832, + [SMALL_STATE(2678)] = 41872, + [SMALL_STATE(2679)] = 41912, + [SMALL_STATE(2680)] = 41962, + [SMALL_STATE(2681)] = 42014, + [SMALL_STATE(2682)] = 42054, + [SMALL_STATE(2683)] = 42094, + [SMALL_STATE(2684)] = 42134, + [SMALL_STATE(2685)] = 42184, + [SMALL_STATE(2686)] = 42236, + [SMALL_STATE(2687)] = 42276, + [SMALL_STATE(2688)] = 42322, + [SMALL_STATE(2689)] = 42362, + [SMALL_STATE(2690)] = 42402, + [SMALL_STATE(2691)] = 42448, + [SMALL_STATE(2692)] = 42498, + [SMALL_STATE(2693)] = 42538, + [SMALL_STATE(2694)] = 42588, + [SMALL_STATE(2695)] = 42649, + [SMALL_STATE(2696)] = 42694, + [SMALL_STATE(2697)] = 42749, + [SMALL_STATE(2698)] = 42808, + [SMALL_STATE(2699)] = 42853, + [SMALL_STATE(2700)] = 42912, + [SMALL_STATE(2701)] = 42957, + [SMALL_STATE(2702)] = 43016, + [SMALL_STATE(2703)] = 43093, + [SMALL_STATE(2704)] = 43138, + [SMALL_STATE(2705)] = 43207, + [SMALL_STATE(2706)] = 43266, + [SMALL_STATE(2707)] = 43331, + [SMALL_STATE(2708)] = 43394, + [SMALL_STATE(2709)] = 43467, + [SMALL_STATE(2710)] = 43528, + [SMALL_STATE(2711)] = 43571, + [SMALL_STATE(2712)] = 43644, + [SMALL_STATE(2713)] = 43727, + [SMALL_STATE(2714)] = 43772, + [SMALL_STATE(2715)] = 43845, + [SMALL_STATE(2716)] = 43918, + [SMALL_STATE(2717)] = 43987, + [SMALL_STATE(2718)] = 44032, + [SMALL_STATE(2719)] = 44099, + [SMALL_STATE(2720)] = 44170, + [SMALL_STATE(2721)] = 44227, + [SMALL_STATE(2722)] = 44302, + [SMALL_STATE(2723)] = 44360, + [SMALL_STATE(2724)] = 44418, + [SMALL_STATE(2725)] = 44498, + [SMALL_STATE(2726)] = 44558, + [SMALL_STATE(2727)] = 44632, + [SMALL_STATE(2728)] = 44706, + [SMALL_STATE(2729)] = 44786, + [SMALL_STATE(2730)] = 44860, + [SMALL_STATE(2731)] = 44942, + [SMALL_STATE(2732)] = 45016, + [SMALL_STATE(2733)] = 45090, + [SMALL_STATE(2734)] = 45170, + [SMALL_STATE(2735)] = 45250, + [SMALL_STATE(2736)] = 45330, + [SMALL_STATE(2737)] = 45404, + [SMALL_STATE(2738)] = 45446, + [SMALL_STATE(2739)] = 45524, + [SMALL_STATE(2740)] = 45604, + [SMALL_STATE(2741)] = 45684, + [SMALL_STATE(2742)] = 45744, + [SMALL_STATE(2743)] = 45784, + [SMALL_STATE(2744)] = 45844, + [SMALL_STATE(2745)] = 45918, + [SMALL_STATE(2746)] = 45992, + [SMALL_STATE(2747)] = 46074, + [SMALL_STATE(2748)] = 46132, + [SMALL_STATE(2749)] = 46174, + [SMALL_STATE(2750)] = 46216, + [SMALL_STATE(2751)] = 46290, + [SMALL_STATE(2752)] = 46350, + [SMALL_STATE(2753)] = 46424, + [SMALL_STATE(2754)] = 46506, + [SMALL_STATE(2755)] = 46580, + [SMALL_STATE(2756)] = 46662, + [SMALL_STATE(2757)] = 46720, + [SMALL_STATE(2758)] = 46802, + [SMALL_STATE(2759)] = 46882, + [SMALL_STATE(2760)] = 46964, + [SMALL_STATE(2761)] = 47004, + [SMALL_STATE(2762)] = 47082, + [SMALL_STATE(2763)] = 47156, + [SMALL_STATE(2764)] = 47236, + [SMALL_STATE(2765)] = 47318, + [SMALL_STATE(2766)] = 47398, + [SMALL_STATE(2767)] = 47480, + [SMALL_STATE(2768)] = 47554, + [SMALL_STATE(2769)] = 47634, + [SMALL_STATE(2770)] = 47708, + [SMALL_STATE(2771)] = 47790, + [SMALL_STATE(2772)] = 47870, + [SMALL_STATE(2773)] = 47950, + [SMALL_STATE(2774)] = 48030, + [SMALL_STATE(2775)] = 48110, + [SMALL_STATE(2776)] = 48192, + [SMALL_STATE(2777)] = 48272, + [SMALL_STATE(2778)] = 48312, + [SMALL_STATE(2779)] = 48392, + [SMALL_STATE(2780)] = 48472, + [SMALL_STATE(2781)] = 48552, + [SMALL_STATE(2782)] = 48627, + [SMALL_STATE(2783)] = 48704, + [SMALL_STATE(2784)] = 48769, + [SMALL_STATE(2785)] = 48832, + [SMALL_STATE(2786)] = 48885, + [SMALL_STATE(2787)] = 48938, + [SMALL_STATE(2788)] = 49015, + [SMALL_STATE(2789)] = 49092, + [SMALL_STATE(2790)] = 49153, + [SMALL_STATE(2791)] = 49230, + [SMALL_STATE(2792)] = 49305, + [SMALL_STATE(2793)] = 49362, + [SMALL_STATE(2794)] = 49419, + [SMALL_STATE(2795)] = 49496, + [SMALL_STATE(2796)] = 49573, + [SMALL_STATE(2797)] = 49648, + [SMALL_STATE(2798)] = 49723, + [SMALL_STATE(2799)] = 49772, + [SMALL_STATE(2800)] = 49849, + [SMALL_STATE(2801)] = 49926, + [SMALL_STATE(2802)] = 49981, + [SMALL_STATE(2803)] = 50018, + [SMALL_STATE(2804)] = 50095, + [SMALL_STATE(2805)] = 50172, + [SMALL_STATE(2806)] = 50249, + [SMALL_STATE(2807)] = 50326, + [SMALL_STATE(2808)] = 50403, + [SMALL_STATE(2809)] = 50480, + [SMALL_STATE(2810)] = 50557, + [SMALL_STATE(2811)] = 50634, + [SMALL_STATE(2812)] = 50709, + [SMALL_STATE(2813)] = 50762, + [SMALL_STATE(2814)] = 50839, + [SMALL_STATE(2815)] = 50896, + [SMALL_STATE(2816)] = 50973, + [SMALL_STATE(2817)] = 51050, + [SMALL_STATE(2818)] = 51127, + [SMALL_STATE(2819)] = 51204, + [SMALL_STATE(2820)] = 51281, + [SMALL_STATE(2821)] = 51358, + [SMALL_STATE(2822)] = 51435, + [SMALL_STATE(2823)] = 51506, + [SMALL_STATE(2824)] = 51583, + [SMALL_STATE(2825)] = 51660, + [SMALL_STATE(2826)] = 51709, + [SMALL_STATE(2827)] = 51786, + [SMALL_STATE(2828)] = 51863, + [SMALL_STATE(2829)] = 51934, + [SMALL_STATE(2830)] = 52007, + [SMALL_STATE(2831)] = 52084, + [SMALL_STATE(2832)] = 52161, + [SMALL_STATE(2833)] = 52238, + [SMALL_STATE(2834)] = 52315, + [SMALL_STATE(2835)] = 52392, + [SMALL_STATE(2836)] = 52469, + [SMALL_STATE(2837)] = 52546, + [SMALL_STATE(2838)] = 52623, + [SMALL_STATE(2839)] = 52700, + [SMALL_STATE(2840)] = 52777, + [SMALL_STATE(2841)] = 52854, + [SMALL_STATE(2842)] = 52931, + [SMALL_STATE(2843)] = 53004, + [SMALL_STATE(2844)] = 53081, + [SMALL_STATE(2845)] = 53158, + [SMALL_STATE(2846)] = 53235, + [SMALL_STATE(2847)] = 53312, + [SMALL_STATE(2848)] = 53379, + [SMALL_STATE(2849)] = 53456, + [SMALL_STATE(2850)] = 53533, + [SMALL_STATE(2851)] = 53610, + [SMALL_STATE(2852)] = 53687, + [SMALL_STATE(2853)] = 53764, + [SMALL_STATE(2854)] = 53839, + [SMALL_STATE(2855)] = 53914, + [SMALL_STATE(2856)] = 53991, + [SMALL_STATE(2857)] = 54058, + [SMALL_STATE(2858)] = 54135, + [SMALL_STATE(2859)] = 54212, + [SMALL_STATE(2860)] = 54289, + [SMALL_STATE(2861)] = 54358, + [SMALL_STATE(2862)] = 54435, + [SMALL_STATE(2863)] = 54512, + [SMALL_STATE(2864)] = 54589, + [SMALL_STATE(2865)] = 54666, + [SMALL_STATE(2866)] = 54743, + [SMALL_STATE(2867)] = 54798, + [SMALL_STATE(2868)] = 54875, + [SMALL_STATE(2869)] = 54952, + [SMALL_STATE(2870)] = 55029, + [SMALL_STATE(2871)] = 55106, + [SMALL_STATE(2872)] = 55165, + [SMALL_STATE(2873)] = 55240, + [SMALL_STATE(2874)] = 55317, + [SMALL_STATE(2875)] = 55394, + [SMALL_STATE(2876)] = 55467, + [SMALL_STATE(2877)] = 55544, + [SMALL_STATE(2878)] = 55615, + [SMALL_STATE(2879)] = 55692, + [SMALL_STATE(2880)] = 55769, + [SMALL_STATE(2881)] = 55846, + [SMALL_STATE(2882)] = 55923, + [SMALL_STATE(2883)] = 55986, + [SMALL_STATE(2884)] = 56063, + [SMALL_STATE(2885)] = 56140, + [SMALL_STATE(2886)] = 56217, + [SMALL_STATE(2887)] = 56254, + [SMALL_STATE(2888)] = 56293, + [SMALL_STATE(2889)] = 56370, + [SMALL_STATE(2890)] = 56447, + [SMALL_STATE(2891)] = 56512, + [SMALL_STATE(2892)] = 56571, + [SMALL_STATE(2893)] = 56618, + [SMALL_STATE(2894)] = 56685, + [SMALL_STATE(2895)] = 56756, + [SMALL_STATE(2896)] = 56833, + [SMALL_STATE(2897)] = 56906, + [SMALL_STATE(2898)] = 56983, + [SMALL_STATE(2899)] = 57060, + [SMALL_STATE(2900)] = 57119, + [SMALL_STATE(2901)] = 57164, + [SMALL_STATE(2902)] = 57237, + [SMALL_STATE(2903)] = 57314, + [SMALL_STATE(2904)] = 57371, + [SMALL_STATE(2905)] = 57408, + [SMALL_STATE(2906)] = 57485, + [SMALL_STATE(2907)] = 57544, + [SMALL_STATE(2908)] = 57593, + [SMALL_STATE(2909)] = 57670, + [SMALL_STATE(2910)] = 57745, + [SMALL_STATE(2911)] = 57798, + [SMALL_STATE(2912)] = 57875, + [SMALL_STATE(2913)] = 57912, + [SMALL_STATE(2914)] = 57989, + [SMALL_STATE(2915)] = 58066, + [SMALL_STATE(2916)] = 58103, + [SMALL_STATE(2917)] = 58178, + [SMALL_STATE(2918)] = 58255, + [SMALL_STATE(2919)] = 58332, + [SMALL_STATE(2920)] = 58409, + [SMALL_STATE(2921)] = 58478, + [SMALL_STATE(2922)] = 58547, + [SMALL_STATE(2923)] = 58594, + [SMALL_STATE(2924)] = 58671, + [SMALL_STATE(2925)] = 58742, + [SMALL_STATE(2926)] = 58795, + [SMALL_STATE(2927)] = 58863, + [SMALL_STATE(2928)] = 58937, + [SMALL_STATE(2929)] = 59005, + [SMALL_STATE(2930)] = 59073, + [SMALL_STATE(2931)] = 59141, + [SMALL_STATE(2932)] = 59209, + [SMALL_STATE(2933)] = 59283, + [SMALL_STATE(2934)] = 59351, + [SMALL_STATE(2935)] = 59419, + [SMALL_STATE(2936)] = 59487, + [SMALL_STATE(2937)] = 59555, + [SMALL_STATE(2938)] = 59591, + [SMALL_STATE(2939)] = 59665, + [SMALL_STATE(2940)] = 59733, + [SMALL_STATE(2941)] = 59807, + [SMALL_STATE(2942)] = 59873, + [SMALL_STATE(2943)] = 59947, + [SMALL_STATE(2944)] = 60021, + [SMALL_STATE(2945)] = 60087, + [SMALL_STATE(2946)] = 60161, + [SMALL_STATE(2947)] = 60235, + [SMALL_STATE(2948)] = 60309, + [SMALL_STATE(2949)] = 60345, + [SMALL_STATE(2950)] = 60381, + [SMALL_STATE(2951)] = 60455, + [SMALL_STATE(2952)] = 60529, + [SMALL_STATE(2953)] = 60603, + [SMALL_STATE(2954)] = 60657, + [SMALL_STATE(2955)] = 60731, + [SMALL_STATE(2956)] = 60797, + [SMALL_STATE(2957)] = 60863, + [SMALL_STATE(2958)] = 60937, + [SMALL_STATE(2959)] = 61005, + [SMALL_STATE(2960)] = 61079, + [SMALL_STATE(2961)] = 61147, + [SMALL_STATE(2962)] = 61215, + [SMALL_STATE(2963)] = 61283, + [SMALL_STATE(2964)] = 61357, + [SMALL_STATE(2965)] = 61425, + [SMALL_STATE(2966)] = 61461, + [SMALL_STATE(2967)] = 61497, + [SMALL_STATE(2968)] = 61533, + [SMALL_STATE(2969)] = 61599, + [SMALL_STATE(2970)] = 61635, + [SMALL_STATE(2971)] = 61671, + [SMALL_STATE(2972)] = 61737, + [SMALL_STATE(2973)] = 61803, + [SMALL_STATE(2974)] = 61839, + [SMALL_STATE(2975)] = 61909, + [SMALL_STATE(2976)] = 61977, + [SMALL_STATE(2977)] = 62051, + [SMALL_STATE(2978)] = 62125, + [SMALL_STATE(2979)] = 62193, + [SMALL_STATE(2980)] = 62261, + [SMALL_STATE(2981)] = 62329, + [SMALL_STATE(2982)] = 62401, + [SMALL_STATE(2983)] = 62475, + [SMALL_STATE(2984)] = 62543, + [SMALL_STATE(2985)] = 62611, + [SMALL_STATE(2986)] = 62685, + [SMALL_STATE(2987)] = 62737, + [SMALL_STATE(2988)] = 62803, + [SMALL_STATE(2989)] = 62871, + [SMALL_STATE(2990)] = 62923, + [SMALL_STATE(2991)] = 62997, + [SMALL_STATE(2992)] = 63033, + [SMALL_STATE(2993)] = 63099, + [SMALL_STATE(2994)] = 63165, + [SMALL_STATE(2995)] = 63239, + [SMALL_STATE(2996)] = 63313, + [SMALL_STATE(2997)] = 63387, + [SMALL_STATE(2998)] = 63455, + [SMALL_STATE(2999)] = 63529, + [SMALL_STATE(3000)] = 63603, + [SMALL_STATE(3001)] = 63667, + [SMALL_STATE(3002)] = 63741, + [SMALL_STATE(3003)] = 63803, + [SMALL_STATE(3004)] = 63869, + [SMALL_STATE(3005)] = 63943, + [SMALL_STATE(3006)] = 64003, + [SMALL_STATE(3007)] = 64077, + [SMALL_STATE(3008)] = 64113, + [SMALL_STATE(3009)] = 64169, + [SMALL_STATE(3010)] = 64243, + [SMALL_STATE(3011)] = 64317, + [SMALL_STATE(3012)] = 64385, + [SMALL_STATE(3013)] = 64439, + [SMALL_STATE(3014)] = 64505, + [SMALL_STATE(3015)] = 64573, + [SMALL_STATE(3016)] = 64639, + [SMALL_STATE(3017)] = 64713, + [SMALL_STATE(3018)] = 64781, + [SMALL_STATE(3019)] = 64817, + [SMALL_STATE(3020)] = 64853, + [SMALL_STATE(3021)] = 64919, + [SMALL_STATE(3022)] = 64993, + [SMALL_STATE(3023)] = 65045, + [SMALL_STATE(3024)] = 65113, + [SMALL_STATE(3025)] = 65187, + [SMALL_STATE(3026)] = 65235, + [SMALL_STATE(3027)] = 65309, + [SMALL_STATE(3028)] = 65379, + [SMALL_STATE(3029)] = 65453, + [SMALL_STATE(3030)] = 65523, + [SMALL_STATE(3031)] = 65597, + [SMALL_STATE(3032)] = 65671, + [SMALL_STATE(3033)] = 65745, + [SMALL_STATE(3034)] = 65793, + [SMALL_STATE(3035)] = 65867, + [SMALL_STATE(3036)] = 65941, + [SMALL_STATE(3037)] = 66009, + [SMALL_STATE(3038)] = 66083, + [SMALL_STATE(3039)] = 66157, + [SMALL_STATE(3040)] = 66225, + [SMALL_STATE(3041)] = 66277, + [SMALL_STATE(3042)] = 66351, + [SMALL_STATE(3043)] = 66425, + [SMALL_STATE(3044)] = 66499, + [SMALL_STATE(3045)] = 66553, + [SMALL_STATE(3046)] = 66589, + [SMALL_STATE(3047)] = 66657, + [SMALL_STATE(3048)] = 66693, + [SMALL_STATE(3049)] = 66761, + [SMALL_STATE(3050)] = 66835, + [SMALL_STATE(3051)] = 66871, + [SMALL_STATE(3052)] = 66945, + [SMALL_STATE(3053)] = 66997, + [SMALL_STATE(3054)] = 67065, + [SMALL_STATE(3055)] = 67139, + [SMALL_STATE(3056)] = 67213, + [SMALL_STATE(3057)] = 67287, + [SMALL_STATE(3058)] = 67361, + [SMALL_STATE(3059)] = 67427, + [SMALL_STATE(3060)] = 67493, + [SMALL_STATE(3061)] = 67559, + [SMALL_STATE(3062)] = 67633, + [SMALL_STATE(3063)] = 67699, + [SMALL_STATE(3064)] = 67773, + [SMALL_STATE(3065)] = 67847, + [SMALL_STATE(3066)] = 67921, + [SMALL_STATE(3067)] = 67995, + [SMALL_STATE(3068)] = 68063, + [SMALL_STATE(3069)] = 68099, + [SMALL_STATE(3070)] = 68173, + [SMALL_STATE(3071)] = 68241, + [SMALL_STATE(3072)] = 68315, + [SMALL_STATE(3073)] = 68389, + [SMALL_STATE(3074)] = 68463, + [SMALL_STATE(3075)] = 68499, + [SMALL_STATE(3076)] = 68573, + [SMALL_STATE(3077)] = 68641, + [SMALL_STATE(3078)] = 68715, + [SMALL_STATE(3079)] = 68789, + [SMALL_STATE(3080)] = 68825, + [SMALL_STATE(3081)] = 68891, + [SMALL_STATE(3082)] = 68965, + [SMALL_STATE(3083)] = 69031, + [SMALL_STATE(3084)] = 69099, + [SMALL_STATE(3085)] = 69173, + [SMALL_STATE(3086)] = 69247, + [SMALL_STATE(3087)] = 69317, + [SMALL_STATE(3088)] = 69391, + [SMALL_STATE(3089)] = 69427, + [SMALL_STATE(3090)] = 69493, + [SMALL_STATE(3091)] = 69547, + [SMALL_STATE(3092)] = 69583, + [SMALL_STATE(3093)] = 69657, + [SMALL_STATE(3094)] = 69731, + [SMALL_STATE(3095)] = 69805, + [SMALL_STATE(3096)] = 69871, + [SMALL_STATE(3097)] = 69927, + [SMALL_STATE(3098)] = 69973, + [SMALL_STATE(3099)] = 70047, + [SMALL_STATE(3100)] = 70083, + [SMALL_STATE(3101)] = 70157, + [SMALL_STATE(3102)] = 70225, + [SMALL_STATE(3103)] = 70299, + [SMALL_STATE(3104)] = 70367, + [SMALL_STATE(3105)] = 70441, + [SMALL_STATE(3106)] = 70495, + [SMALL_STATE(3107)] = 70569, + [SMALL_STATE(3108)] = 70605, + [SMALL_STATE(3109)] = 70653, + [SMALL_STATE(3110)] = 70699, + [SMALL_STATE(3111)] = 70753, + [SMALL_STATE(3112)] = 70789, + [SMALL_STATE(3113)] = 70857, + [SMALL_STATE(3114)] = 70931, + [SMALL_STATE(3115)] = 71005, + [SMALL_STATE(3116)] = 71041, + [SMALL_STATE(3117)] = 71115, + [SMALL_STATE(3118)] = 71151, + [SMALL_STATE(3119)] = 71225, + [SMALL_STATE(3120)] = 71299, + [SMALL_STATE(3121)] = 71373, + [SMALL_STATE(3122)] = 71447, + [SMALL_STATE(3123)] = 71521, + [SMALL_STATE(3124)] = 71595, + [SMALL_STATE(3125)] = 71663, + [SMALL_STATE(3126)] = 71737, + [SMALL_STATE(3127)] = 71811, + [SMALL_STATE(3128)] = 71879, + [SMALL_STATE(3129)] = 71953, + [SMALL_STATE(3130)] = 72021, + [SMALL_STATE(3131)] = 72095, + [SMALL_STATE(3132)] = 72169, + [SMALL_STATE(3133)] = 72237, + [SMALL_STATE(3134)] = 72311, + [SMALL_STATE(3135)] = 72385, + [SMALL_STATE(3136)] = 72437, + [SMALL_STATE(3137)] = 72489, + [SMALL_STATE(3138)] = 72557, + [SMALL_STATE(3139)] = 72625, + [SMALL_STATE(3140)] = 72678, + [SMALL_STATE(3141)] = 72731, + [SMALL_STATE(3142)] = 72788, + [SMALL_STATE(3143)] = 72841, + [SMALL_STATE(3144)] = 72896, + [SMALL_STATE(3145)] = 72959, + [SMALL_STATE(3146)] = 73010, + [SMALL_STATE(3147)] = 73073, + [SMALL_STATE(3148)] = 73136, + [SMALL_STATE(3149)] = 73199, + [SMALL_STATE(3150)] = 73252, + [SMALL_STATE(3151)] = 73315, + [SMALL_STATE(3152)] = 73378, + [SMALL_STATE(3153)] = 73435, + [SMALL_STATE(3154)] = 73492, + [SMALL_STATE(3155)] = 73547, + [SMALL_STATE(3156)] = 73610, + [SMALL_STATE(3157)] = 73673, + [SMALL_STATE(3158)] = 73730, + [SMALL_STATE(3159)] = 73783, + [SMALL_STATE(3160)] = 73846, + [SMALL_STATE(3161)] = 73899, + [SMALL_STATE(3162)] = 73962, + [SMALL_STATE(3163)] = 74015, + [SMALL_STATE(3164)] = 74078, + [SMALL_STATE(3165)] = 74141, + [SMALL_STATE(3166)] = 74204, + [SMALL_STATE(3167)] = 74257, + [SMALL_STATE(3168)] = 74320, + [SMALL_STATE(3169)] = 74371, + [SMALL_STATE(3170)] = 74424, + [SMALL_STATE(3171)] = 74487, + [SMALL_STATE(3172)] = 74550, + [SMALL_STATE(3173)] = 74585, + [SMALL_STATE(3174)] = 74642, + [SMALL_STATE(3175)] = 74705, + [SMALL_STATE(3176)] = 74758, + [SMALL_STATE(3177)] = 74815, + [SMALL_STATE(3178)] = 74864, + [SMALL_STATE(3179)] = 74915, + [SMALL_STATE(3180)] = 74967, + [SMALL_STATE(3181)] = 75019, + [SMALL_STATE(3182)] = 75071, + [SMALL_STATE(3183)] = 75123, + [SMALL_STATE(3184)] = 75171, + [SMALL_STATE(3185)] = 75223, + [SMALL_STATE(3186)] = 75275, + [SMALL_STATE(3187)] = 75327, + [SMALL_STATE(3188)] = 75379, + [SMALL_STATE(3189)] = 75431, + [SMALL_STATE(3190)] = 75483, + [SMALL_STATE(3191)] = 75535, + [SMALL_STATE(3192)] = 75586, + [SMALL_STATE(3193)] = 75625, + [SMALL_STATE(3194)] = 75666, + [SMALL_STATE(3195)] = 75717, + [SMALL_STATE(3196)] = 75770, + [SMALL_STATE(3197)] = 75823, + [SMALL_STATE(3198)] = 75876, + [SMALL_STATE(3199)] = 75927, + [SMALL_STATE(3200)] = 75968, + [SMALL_STATE(3201)] = 76009, + [SMALL_STATE(3202)] = 76058, + [SMALL_STATE(3203)] = 76103, + [SMALL_STATE(3204)] = 76152, + [SMALL_STATE(3205)] = 76189, + [SMALL_STATE(3206)] = 76242, + [SMALL_STATE(3207)] = 76293, + [SMALL_STATE(3208)] = 76346, + [SMALL_STATE(3209)] = 76395, + [SMALL_STATE(3210)] = 76448, + [SMALL_STATE(3211)] = 76486, + [SMALL_STATE(3212)] = 76518, + [SMALL_STATE(3213)] = 76554, + [SMALL_STATE(3214)] = 76586, + [SMALL_STATE(3215)] = 76636, + [SMALL_STATE(3216)] = 76674, + [SMALL_STATE(3217)] = 76724, + [SMALL_STATE(3218)] = 76774, + [SMALL_STATE(3219)] = 76824, + [SMALL_STATE(3220)] = 76862, + [SMALL_STATE(3221)] = 76894, + [SMALL_STATE(3222)] = 76944, + [SMALL_STATE(3223)] = 76975, + [SMALL_STATE(3224)] = 77006, + [SMALL_STATE(3225)] = 77057, + [SMALL_STATE(3226)] = 77088, + [SMALL_STATE(3227)] = 77119, + [SMALL_STATE(3228)] = 77150, + [SMALL_STATE(3229)] = 77201, + [SMALL_STATE(3230)] = 77232, + [SMALL_STATE(3231)] = 77263, + [SMALL_STATE(3232)] = 77294, + [SMALL_STATE(3233)] = 77353, + [SMALL_STATE(3234)] = 77384, + [SMALL_STATE(3235)] = 77435, + [SMALL_STATE(3236)] = 77494, + [SMALL_STATE(3237)] = 77545, + [SMALL_STATE(3238)] = 77578, + [SMALL_STATE(3239)] = 77609, + [SMALL_STATE(3240)] = 77640, + [SMALL_STATE(3241)] = 77691, + [SMALL_STATE(3242)] = 77722, + [SMALL_STATE(3243)] = 77753, + [SMALL_STATE(3244)] = 77784, + [SMALL_STATE(3245)] = 77835, + [SMALL_STATE(3246)] = 77866, + [SMALL_STATE(3247)] = 77897, + [SMALL_STATE(3248)] = 77946, + [SMALL_STATE(3249)] = 77981, + [SMALL_STATE(3250)] = 78012, + [SMALL_STATE(3251)] = 78071, + [SMALL_STATE(3252)] = 78122, + [SMALL_STATE(3253)] = 78153, + [SMALL_STATE(3254)] = 78184, + [SMALL_STATE(3255)] = 78235, + [SMALL_STATE(3256)] = 78286, + [SMALL_STATE(3257)] = 78317, + [SMALL_STATE(3258)] = 78368, + [SMALL_STATE(3259)] = 78419, + [SMALL_STATE(3260)] = 78470, + [SMALL_STATE(3261)] = 78521, + [SMALL_STATE(3262)] = 78552, + [SMALL_STATE(3263)] = 78601, + [SMALL_STATE(3264)] = 78650, + [SMALL_STATE(3265)] = 78701, + [SMALL_STATE(3266)] = 78750, + [SMALL_STATE(3267)] = 78796, + [SMALL_STATE(3268)] = 78832, + [SMALL_STATE(3269)] = 78864, + [SMALL_STATE(3270)] = 78896, + [SMALL_STATE(3271)] = 78942, + [SMALL_STATE(3272)] = 78978, + [SMALL_STATE(3273)] = 79024, + [SMALL_STATE(3274)] = 79070, + [SMALL_STATE(3275)] = 79116, + [SMALL_STATE(3276)] = 79162, + [SMALL_STATE(3277)] = 79208, + [SMALL_STATE(3278)] = 79242, + [SMALL_STATE(3279)] = 79272, + [SMALL_STATE(3280)] = 79318, + [SMALL_STATE(3281)] = 79348, + [SMALL_STATE(3282)] = 79382, + [SMALL_STATE(3283)] = 79418, + [SMALL_STATE(3284)] = 79454, + [SMALL_STATE(3285)] = 79500, + [SMALL_STATE(3286)] = 79546, + [SMALL_STATE(3287)] = 79592, + [SMALL_STATE(3288)] = 79638, + [SMALL_STATE(3289)] = 79674, + [SMALL_STATE(3290)] = 79709, + [SMALL_STATE(3291)] = 79744, + [SMALL_STATE(3292)] = 79799, + [SMALL_STATE(3293)] = 79834, + [SMALL_STATE(3294)] = 79889, + [SMALL_STATE(3295)] = 79924, + [SMALL_STATE(3296)] = 79973, + [SMALL_STATE(3297)] = 80008, + [SMALL_STATE(3298)] = 80041, + [SMALL_STATE(3299)] = 80076, + [SMALL_STATE(3300)] = 80111, + [SMALL_STATE(3301)] = 80146, + [SMALL_STATE(3302)] = 80181, + [SMALL_STATE(3303)] = 80216, + [SMALL_STATE(3304)] = 80259, + [SMALL_STATE(3305)] = 80294, + [SMALL_STATE(3306)] = 80343, + [SMALL_STATE(3307)] = 80378, + [SMALL_STATE(3308)] = 80413, + [SMALL_STATE(3309)] = 80448, + [SMALL_STATE(3310)] = 80483, + [SMALL_STATE(3311)] = 80518, + [SMALL_STATE(3312)] = 80553, + [SMALL_STATE(3313)] = 80596, + [SMALL_STATE(3314)] = 80636, + [SMALL_STATE(3315)] = 80676, + [SMALL_STATE(3316)] = 80704, + [SMALL_STATE(3317)] = 80732, + [SMALL_STATE(3318)] = 80760, + [SMALL_STATE(3319)] = 80800, + [SMALL_STATE(3320)] = 80828, + [SMALL_STATE(3321)] = 80868, + [SMALL_STATE(3322)] = 80896, + [SMALL_STATE(3323)] = 80924, + [SMALL_STATE(3324)] = 80964, + [SMALL_STATE(3325)] = 80992, + [SMALL_STATE(3326)] = 81020, + [SMALL_STATE(3327)] = 81066, + [SMALL_STATE(3328)] = 81106, + [SMALL_STATE(3329)] = 81142, + [SMALL_STATE(3330)] = 81182, + [SMALL_STATE(3331)] = 81222, + [SMALL_STATE(3332)] = 81262, + [SMALL_STATE(3333)] = 81290, + [SMALL_STATE(3334)] = 81330, + [SMALL_STATE(3335)] = 81378, + [SMALL_STATE(3336)] = 81406, + [SMALL_STATE(3337)] = 81446, + [SMALL_STATE(3338)] = 81486, + [SMALL_STATE(3339)] = 81516, + [SMALL_STATE(3340)] = 81544, + [SMALL_STATE(3341)] = 81584, + [SMALL_STATE(3342)] = 81628, + [SMALL_STATE(3343)] = 81672, + [SMALL_STATE(3344)] = 81700, + [SMALL_STATE(3345)] = 81740, + [SMALL_STATE(3346)] = 81774, + [SMALL_STATE(3347)] = 81814, + [SMALL_STATE(3348)] = 81842, + [SMALL_STATE(3349)] = 81870, + [SMALL_STATE(3350)] = 81914, + [SMALL_STATE(3351)] = 81946, + [SMALL_STATE(3352)] = 81986, + [SMALL_STATE(3353)] = 82014, + [SMALL_STATE(3354)] = 82054, + [SMALL_STATE(3355)] = 82104, + [SMALL_STATE(3356)] = 82144, + [SMALL_STATE(3357)] = 82172, + [SMALL_STATE(3358)] = 82218, + [SMALL_STATE(3359)] = 82258, + [SMALL_STATE(3360)] = 82292, + [SMALL_STATE(3361)] = 82326, + [SMALL_STATE(3362)] = 82366, + [SMALL_STATE(3363)] = 82408, + [SMALL_STATE(3364)] = 82448, + [SMALL_STATE(3365)] = 82488, + [SMALL_STATE(3366)] = 82532, + [SMALL_STATE(3367)] = 82572, + [SMALL_STATE(3368)] = 82612, + [SMALL_STATE(3369)] = 82652, + [SMALL_STATE(3370)] = 82692, + [SMALL_STATE(3371)] = 82720, + [SMALL_STATE(3372)] = 82760, + [SMALL_STATE(3373)] = 82800, + [SMALL_STATE(3374)] = 82840, + [SMALL_STATE(3375)] = 82880, + [SMALL_STATE(3376)] = 82920, + [SMALL_STATE(3377)] = 82960, + [SMALL_STATE(3378)] = 82988, + [SMALL_STATE(3379)] = 83016, + [SMALL_STATE(3380)] = 83050, + [SMALL_STATE(3381)] = 83094, + [SMALL_STATE(3382)] = 83128, + [SMALL_STATE(3383)] = 83168, + [SMALL_STATE(3384)] = 83196, + [SMALL_STATE(3385)] = 83236, + [SMALL_STATE(3386)] = 83276, + [SMALL_STATE(3387)] = 83310, + [SMALL_STATE(3388)] = 83344, + [SMALL_STATE(3389)] = 83371, + [SMALL_STATE(3390)] = 83398, + [SMALL_STATE(3391)] = 83443, + [SMALL_STATE(3392)] = 83470, + [SMALL_STATE(3393)] = 83515, + [SMALL_STATE(3394)] = 83564, + [SMALL_STATE(3395)] = 83605, + [SMALL_STATE(3396)] = 83632, + [SMALL_STATE(3397)] = 83677, + [SMALL_STATE(3398)] = 83704, + [SMALL_STATE(3399)] = 83733, + [SMALL_STATE(3400)] = 83760, + [SMALL_STATE(3401)] = 83787, + [SMALL_STATE(3402)] = 83814, + [SMALL_STATE(3403)] = 83855, + [SMALL_STATE(3404)] = 83900, + [SMALL_STATE(3405)] = 83927, + [SMALL_STATE(3406)] = 83972, + [SMALL_STATE(3407)] = 84017, + [SMALL_STATE(3408)] = 84066, + [SMALL_STATE(3409)] = 84111, + [SMALL_STATE(3410)] = 84156, + [SMALL_STATE(3411)] = 84197, + [SMALL_STATE(3412)] = 84240, + [SMALL_STATE(3413)] = 84281, + [SMALL_STATE(3414)] = 84320, + [SMALL_STATE(3415)] = 84357, + [SMALL_STATE(3416)] = 84392, + [SMALL_STATE(3417)] = 84425, + [SMALL_STATE(3418)] = 84456, + [SMALL_STATE(3419)] = 84501, + [SMALL_STATE(3420)] = 84528, + [SMALL_STATE(3421)] = 84573, + [SMALL_STATE(3422)] = 84605, + [SMALL_STATE(3423)] = 84637, + [SMALL_STATE(3424)] = 84671, + [SMALL_STATE(3425)] = 84705, + [SMALL_STATE(3426)] = 84737, + [SMALL_STATE(3427)] = 84771, + [SMALL_STATE(3428)] = 84805, + [SMALL_STATE(3429)] = 84837, + [SMALL_STATE(3430)] = 84869, + [SMALL_STATE(3431)] = 84901, + [SMALL_STATE(3432)] = 84952, + [SMALL_STATE(3433)] = 85003, + [SMALL_STATE(3434)] = 85054, + [SMALL_STATE(3435)] = 85095, + [SMALL_STATE(3436)] = 85146, + [SMALL_STATE(3437)] = 85197, + [SMALL_STATE(3438)] = 85248, + [SMALL_STATE(3439)] = 85289, + [SMALL_STATE(3440)] = 85340, + [SMALL_STATE(3441)] = 85391, + [SMALL_STATE(3442)] = 85442, + [SMALL_STATE(3443)] = 85473, + [SMALL_STATE(3444)] = 85514, + [SMALL_STATE(3445)] = 85543, + [SMALL_STATE(3446)] = 85594, + [SMALL_STATE(3447)] = 85645, + [SMALL_STATE(3448)] = 85696, + [SMALL_STATE(3449)] = 85749, + [SMALL_STATE(3450)] = 85800, + [SMALL_STATE(3451)] = 85851, + [SMALL_STATE(3452)] = 85902, + [SMALL_STATE(3453)] = 85955, + [SMALL_STATE(3454)] = 86008, + [SMALL_STATE(3455)] = 86059, + [SMALL_STATE(3456)] = 86100, + [SMALL_STATE(3457)] = 86152, + [SMALL_STATE(3458)] = 86204, + [SMALL_STATE(3459)] = 86232, + [SMALL_STATE(3460)] = 86260, + [SMALL_STATE(3461)] = 86288, + [SMALL_STATE(3462)] = 86316, + [SMALL_STATE(3463)] = 86342, + [SMALL_STATE(3464)] = 86394, + [SMALL_STATE(3465)] = 86439, + [SMALL_STATE(3466)] = 86484, + [SMALL_STATE(3467)] = 86531, + [SMALL_STATE(3468)] = 86576, + [SMALL_STATE(3469)] = 86621, + [SMALL_STATE(3470)] = 86666, + [SMALL_STATE(3471)] = 86711, + [SMALL_STATE(3472)] = 86748, + [SMALL_STATE(3473)] = 86793, + [SMALL_STATE(3474)] = 86830, + [SMALL_STATE(3475)] = 86875, + [SMALL_STATE(3476)] = 86902, + [SMALL_STATE(3477)] = 86947, + [SMALL_STATE(3478)] = 86992, + [SMALL_STATE(3479)] = 87023, + [SMALL_STATE(3480)] = 87068, + [SMALL_STATE(3481)] = 87113, + [SMALL_STATE(3482)] = 87150, + [SMALL_STATE(3483)] = 87187, + [SMALL_STATE(3484)] = 87232, + [SMALL_STATE(3485)] = 87277, + [SMALL_STATE(3486)] = 87322, + [SMALL_STATE(3487)] = 87367, + [SMALL_STATE(3488)] = 87412, + [SMALL_STATE(3489)] = 87457, + [SMALL_STATE(3490)] = 87502, + [SMALL_STATE(3491)] = 87539, + [SMALL_STATE(3492)] = 87576, + [SMALL_STATE(3493)] = 87621, + [SMALL_STATE(3494)] = 87666, + [SMALL_STATE(3495)] = 87711, + [SMALL_STATE(3496)] = 87756, + [SMALL_STATE(3497)] = 87793, + [SMALL_STATE(3498)] = 87838, + [SMALL_STATE(3499)] = 87883, + [SMALL_STATE(3500)] = 87920, + [SMALL_STATE(3501)] = 87947, + [SMALL_STATE(3502)] = 87984, + [SMALL_STATE(3503)] = 88029, + [SMALL_STATE(3504)] = 88075, + [SMALL_STATE(3505)] = 88109, + [SMALL_STATE(3506)] = 88155, + [SMALL_STATE(3507)] = 88197, + [SMALL_STATE(3508)] = 88237, + [SMALL_STATE(3509)] = 88277, + [SMALL_STATE(3510)] = 88319, + [SMALL_STATE(3511)] = 88359, + [SMALL_STATE(3512)] = 88405, + [SMALL_STATE(3513)] = 88439, + [SMALL_STATE(3514)] = 88473, + [SMALL_STATE(3515)] = 88515, + [SMALL_STATE(3516)] = 88557, + [SMALL_STATE(3517)] = 88585, + [SMALL_STATE(3518)] = 88627, + [SMALL_STATE(3519)] = 88669, + [SMALL_STATE(3520)] = 88711, + [SMALL_STATE(3521)] = 88739, + [SMALL_STATE(3522)] = 88781, + [SMALL_STATE(3523)] = 88827, + [SMALL_STATE(3524)] = 88869, + [SMALL_STATE(3525)] = 88915, + [SMALL_STATE(3526)] = 88949, + [SMALL_STATE(3527)] = 88991, + [SMALL_STATE(3528)] = 89033, + [SMALL_STATE(3529)] = 89075, + [SMALL_STATE(3530)] = 89117, + [SMALL_STATE(3531)] = 89157, + [SMALL_STATE(3532)] = 89191, + [SMALL_STATE(3533)] = 89237, + [SMALL_STATE(3534)] = 89283, + [SMALL_STATE(3535)] = 89329, + [SMALL_STATE(3536)] = 89375, + [SMALL_STATE(3537)] = 89421, + [SMALL_STATE(3538)] = 89455, + [SMALL_STATE(3539)] = 89496, + [SMALL_STATE(3540)] = 89521, + [SMALL_STATE(3541)] = 89560, + [SMALL_STATE(3542)] = 89599, + [SMALL_STATE(3543)] = 89634, + [SMALL_STATE(3544)] = 89667, + [SMALL_STATE(3545)] = 89700, + [SMALL_STATE(3546)] = 89739, + [SMALL_STATE(3547)] = 89780, + [SMALL_STATE(3548)] = 89813, + [SMALL_STATE(3549)] = 89846, + [SMALL_STATE(3550)] = 89873, + [SMALL_STATE(3551)] = 89906, + [SMALL_STATE(3552)] = 89933, + [SMALL_STATE(3553)] = 89974, + [SMALL_STATE(3554)] = 90015, + [SMALL_STATE(3555)] = 90048, + [SMALL_STATE(3556)] = 90081, + [SMALL_STATE(3557)] = 90116, + [SMALL_STATE(3558)] = 90149, + [SMALL_STATE(3559)] = 90182, + [SMALL_STATE(3560)] = 90215, + [SMALL_STATE(3561)] = 90256, + [SMALL_STATE(3562)] = 90295, + [SMALL_STATE(3563)] = 90330, + [SMALL_STATE(3564)] = 90369, + [SMALL_STATE(3565)] = 90402, + [SMALL_STATE(3566)] = 90438, + [SMALL_STATE(3567)] = 90474, + [SMALL_STATE(3568)] = 90510, + [SMALL_STATE(3569)] = 90546, + [SMALL_STATE(3570)] = 90582, + [SMALL_STATE(3571)] = 90602, + [SMALL_STATE(3572)] = 90622, + [SMALL_STATE(3573)] = 90642, + [SMALL_STATE(3574)] = 90662, + [SMALL_STATE(3575)] = 90682, + [SMALL_STATE(3576)] = 90718, + [SMALL_STATE(3577)] = 90738, + [SMALL_STATE(3578)] = 90758, + [SMALL_STATE(3579)] = 90794, + [SMALL_STATE(3580)] = 90830, + [SMALL_STATE(3581)] = 90866, + [SMALL_STATE(3582)] = 90902, + [SMALL_STATE(3583)] = 90938, + [SMALL_STATE(3584)] = 90974, + [SMALL_STATE(3585)] = 91010, + [SMALL_STATE(3586)] = 91046, + [SMALL_STATE(3587)] = 91066, + [SMALL_STATE(3588)] = 91102, + [SMALL_STATE(3589)] = 91122, + [SMALL_STATE(3590)] = 91156, + [SMALL_STATE(3591)] = 91178, + [SMALL_STATE(3592)] = 91200, + [SMALL_STATE(3593)] = 91222, + [SMALL_STATE(3594)] = 91258, + [SMALL_STATE(3595)] = 91290, + [SMALL_STATE(3596)] = 91326, + [SMALL_STATE(3597)] = 91362, + [SMALL_STATE(3598)] = 91391, + [SMALL_STATE(3599)] = 91418, + [SMALL_STATE(3600)] = 91447, + [SMALL_STATE(3601)] = 91476, + [SMALL_STATE(3602)] = 91507, + [SMALL_STATE(3603)] = 91536, + [SMALL_STATE(3604)] = 91565, + [SMALL_STATE(3605)] = 91594, + [SMALL_STATE(3606)] = 91613, + [SMALL_STATE(3607)] = 91638, + [SMALL_STATE(3608)] = 91671, + [SMALL_STATE(3609)] = 91698, + [SMALL_STATE(3610)] = 91727, + [SMALL_STATE(3611)] = 91752, + [SMALL_STATE(3612)] = 91781, + [SMALL_STATE(3613)] = 91806, + [SMALL_STATE(3614)] = 91839, + [SMALL_STATE(3615)] = 91860, + [SMALL_STATE(3616)] = 91893, + [SMALL_STATE(3617)] = 91926, + [SMALL_STATE(3618)] = 91953, + [SMALL_STATE(3619)] = 91982, + [SMALL_STATE(3620)] = 92005, + [SMALL_STATE(3621)] = 92032, + [SMALL_STATE(3622)] = 92061, + [SMALL_STATE(3623)] = 92092, + [SMALL_STATE(3624)] = 92115, + [SMALL_STATE(3625)] = 92144, + [SMALL_STATE(3626)] = 92173, + [SMALL_STATE(3627)] = 92206, + [SMALL_STATE(3628)] = 92233, + [SMALL_STATE(3629)] = 92260, + [SMALL_STATE(3630)] = 92293, + [SMALL_STATE(3631)] = 92324, + [SMALL_STATE(3632)] = 92355, + [SMALL_STATE(3633)] = 92382, + [SMALL_STATE(3634)] = 92411, + [SMALL_STATE(3635)] = 92438, + [SMALL_STATE(3636)] = 92465, + [SMALL_STATE(3637)] = 92496, + [SMALL_STATE(3638)] = 92525, + [SMALL_STATE(3639)] = 92558, + [SMALL_STATE(3640)] = 92591, + [SMALL_STATE(3641)] = 92622, + [SMALL_STATE(3642)] = 92649, + [SMALL_STATE(3643)] = 92682, + [SMALL_STATE(3644)] = 92713, + [SMALL_STATE(3645)] = 92744, + [SMALL_STATE(3646)] = 92777, + [SMALL_STATE(3647)] = 92810, + [SMALL_STATE(3648)] = 92839, + [SMALL_STATE(3649)] = 92866, + [SMALL_STATE(3650)] = 92895, + [SMALL_STATE(3651)] = 92928, + [SMALL_STATE(3652)] = 92957, + [SMALL_STATE(3653)] = 92990, + [SMALL_STATE(3654)] = 93011, + [SMALL_STATE(3655)] = 93040, + [SMALL_STATE(3656)] = 93073, + [SMALL_STATE(3657)] = 93105, + [SMALL_STATE(3658)] = 93137, + [SMALL_STATE(3659)] = 93169, + [SMALL_STATE(3660)] = 93191, + [SMALL_STATE(3661)] = 93221, + [SMALL_STATE(3662)] = 93245, + [SMALL_STATE(3663)] = 93263, + [SMALL_STATE(3664)] = 93287, + [SMALL_STATE(3665)] = 93309, + [SMALL_STATE(3666)] = 93327, + [SMALL_STATE(3667)] = 93351, + [SMALL_STATE(3668)] = 93383, + [SMALL_STATE(3669)] = 93415, + [SMALL_STATE(3670)] = 93441, + [SMALL_STATE(3671)] = 93467, + [SMALL_STATE(3672)] = 93493, + [SMALL_STATE(3673)] = 93519, + [SMALL_STATE(3674)] = 93551, + [SMALL_STATE(3675)] = 93581, + [SMALL_STATE(3676)] = 93613, + [SMALL_STATE(3677)] = 93637, + [SMALL_STATE(3678)] = 93655, + [SMALL_STATE(3679)] = 93673, + [SMALL_STATE(3680)] = 93691, + [SMALL_STATE(3681)] = 93709, + [SMALL_STATE(3682)] = 93727, + [SMALL_STATE(3683)] = 93751, + [SMALL_STATE(3684)] = 93769, + [SMALL_STATE(3685)] = 93795, + [SMALL_STATE(3686)] = 93825, + [SMALL_STATE(3687)] = 93843, + [SMALL_STATE(3688)] = 93873, + [SMALL_STATE(3689)] = 93891, + [SMALL_STATE(3690)] = 93917, + [SMALL_STATE(3691)] = 93935, + [SMALL_STATE(3692)] = 93967, + [SMALL_STATE(3693)] = 93985, + [SMALL_STATE(3694)] = 94017, + [SMALL_STATE(3695)] = 94049, + [SMALL_STATE(3696)] = 94081, + [SMALL_STATE(3697)] = 94107, + [SMALL_STATE(3698)] = 94131, + [SMALL_STATE(3699)] = 94161, + [SMALL_STATE(3700)] = 94179, + [SMALL_STATE(3701)] = 94211, + [SMALL_STATE(3702)] = 94243, + [SMALL_STATE(3703)] = 94269, + [SMALL_STATE(3704)] = 94287, + [SMALL_STATE(3705)] = 94311, + [SMALL_STATE(3706)] = 94335, + [SMALL_STATE(3707)] = 94365, + [SMALL_STATE(3708)] = 94397, + [SMALL_STATE(3709)] = 94423, + [SMALL_STATE(3710)] = 94455, + [SMALL_STATE(3711)] = 94485, + [SMALL_STATE(3712)] = 94503, + [SMALL_STATE(3713)] = 94529, + [SMALL_STATE(3714)] = 94561, + [SMALL_STATE(3715)] = 94583, + [SMALL_STATE(3716)] = 94601, + [SMALL_STATE(3717)] = 94623, + [SMALL_STATE(3718)] = 94647, + [SMALL_STATE(3719)] = 94679, + [SMALL_STATE(3720)] = 94711, + [SMALL_STATE(3721)] = 94729, + [SMALL_STATE(3722)] = 94759, + [SMALL_STATE(3723)] = 94780, + [SMALL_STATE(3724)] = 94807, + [SMALL_STATE(3725)] = 94834, + [SMALL_STATE(3726)] = 94851, + [SMALL_STATE(3727)] = 94878, + [SMALL_STATE(3728)] = 94893, + [SMALL_STATE(3729)] = 94908, + [SMALL_STATE(3730)] = 94923, + [SMALL_STATE(3731)] = 94952, + [SMALL_STATE(3732)] = 94969, + [SMALL_STATE(3733)] = 94998, + [SMALL_STATE(3734)] = 95015, + [SMALL_STATE(3735)] = 95032, + [SMALL_STATE(3736)] = 95061, + [SMALL_STATE(3737)] = 95090, + [SMALL_STATE(3738)] = 95115, + [SMALL_STATE(3739)] = 95132, + [SMALL_STATE(3740)] = 95161, + [SMALL_STATE(3741)] = 95190, + [SMALL_STATE(3742)] = 95219, + [SMALL_STATE(3743)] = 95244, + [SMALL_STATE(3744)] = 95269, + [SMALL_STATE(3745)] = 95298, + [SMALL_STATE(3746)] = 95313, + [SMALL_STATE(3747)] = 95330, + [SMALL_STATE(3748)] = 95359, + [SMALL_STATE(3749)] = 95376, + [SMALL_STATE(3750)] = 95405, + [SMALL_STATE(3751)] = 95428, + [SMALL_STATE(3752)] = 95457, + [SMALL_STATE(3753)] = 95482, + [SMALL_STATE(3754)] = 95497, + [SMALL_STATE(3755)] = 95512, + [SMALL_STATE(3756)] = 95541, + [SMALL_STATE(3757)] = 95562, + [SMALL_STATE(3758)] = 95583, + [SMALL_STATE(3759)] = 95612, + [SMALL_STATE(3760)] = 95635, + [SMALL_STATE(3761)] = 95664, + [SMALL_STATE(3762)] = 95683, + [SMALL_STATE(3763)] = 95712, + [SMALL_STATE(3764)] = 95737, + [SMALL_STATE(3765)] = 95752, + [SMALL_STATE(3766)] = 95771, + [SMALL_STATE(3767)] = 95786, + [SMALL_STATE(3768)] = 95805, + [SMALL_STATE(3769)] = 95828, + [SMALL_STATE(3770)] = 95843, + [SMALL_STATE(3771)] = 95864, + [SMALL_STATE(3772)] = 95889, + [SMALL_STATE(3773)] = 95918, + [SMALL_STATE(3774)] = 95943, + [SMALL_STATE(3775)] = 95958, + [SMALL_STATE(3776)] = 95973, + [SMALL_STATE(3777)] = 95988, + [SMALL_STATE(3778)] = 96013, + [SMALL_STATE(3779)] = 96038, + [SMALL_STATE(3780)] = 96065, + [SMALL_STATE(3781)] = 96094, + [SMALL_STATE(3782)] = 96109, + [SMALL_STATE(3783)] = 96124, + [SMALL_STATE(3784)] = 96147, + [SMALL_STATE(3785)] = 96167, + [SMALL_STATE(3786)] = 96193, + [SMALL_STATE(3787)] = 96213, + [SMALL_STATE(3788)] = 96233, + [SMALL_STATE(3789)] = 96249, + [SMALL_STATE(3790)] = 96265, + [SMALL_STATE(3791)] = 96281, + [SMALL_STATE(3792)] = 96297, + [SMALL_STATE(3793)] = 96313, + [SMALL_STATE(3794)] = 96329, + [SMALL_STATE(3795)] = 96345, + [SMALL_STATE(3796)] = 96361, + [SMALL_STATE(3797)] = 96377, + [SMALL_STATE(3798)] = 96393, + [SMALL_STATE(3799)] = 96409, + [SMALL_STATE(3800)] = 96435, + [SMALL_STATE(3801)] = 96463, + [SMALL_STATE(3802)] = 96483, + [SMALL_STATE(3803)] = 96503, + [SMALL_STATE(3804)] = 96519, + [SMALL_STATE(3805)] = 96535, + [SMALL_STATE(3806)] = 96551, + [SMALL_STATE(3807)] = 96567, + [SMALL_STATE(3808)] = 96583, + [SMALL_STATE(3809)] = 96599, + [SMALL_STATE(3810)] = 96615, + [SMALL_STATE(3811)] = 96635, + [SMALL_STATE(3812)] = 96651, + [SMALL_STATE(3813)] = 96667, + [SMALL_STATE(3814)] = 96683, + [SMALL_STATE(3815)] = 96699, + [SMALL_STATE(3816)] = 96715, + [SMALL_STATE(3817)] = 96731, + [SMALL_STATE(3818)] = 96747, + [SMALL_STATE(3819)] = 96763, + [SMALL_STATE(3820)] = 96779, + [SMALL_STATE(3821)] = 96795, + [SMALL_STATE(3822)] = 96821, + [SMALL_STATE(3823)] = 96837, + [SMALL_STATE(3824)] = 96853, + [SMALL_STATE(3825)] = 96869, + [SMALL_STATE(3826)] = 96885, + [SMALL_STATE(3827)] = 96901, + [SMALL_STATE(3828)] = 96917, + [SMALL_STATE(3829)] = 96933, + [SMALL_STATE(3830)] = 96959, + [SMALL_STATE(3831)] = 96975, + [SMALL_STATE(3832)] = 96991, + [SMALL_STATE(3833)] = 97007, + [SMALL_STATE(3834)] = 97023, + [SMALL_STATE(3835)] = 97039, + [SMALL_STATE(3836)] = 97055, + [SMALL_STATE(3837)] = 97071, + [SMALL_STATE(3838)] = 97097, + [SMALL_STATE(3839)] = 97125, + [SMALL_STATE(3840)] = 97143, + [SMALL_STATE(3841)] = 97159, + [SMALL_STATE(3842)] = 97185, + [SMALL_STATE(3843)] = 97201, + [SMALL_STATE(3844)] = 97227, + [SMALL_STATE(3845)] = 97253, + [SMALL_STATE(3846)] = 97281, + [SMALL_STATE(3847)] = 97297, + [SMALL_STATE(3848)] = 97317, + [SMALL_STATE(3849)] = 97333, + [SMALL_STATE(3850)] = 97349, + [SMALL_STATE(3851)] = 97365, + [SMALL_STATE(3852)] = 97381, + [SMALL_STATE(3853)] = 97397, + [SMALL_STATE(3854)] = 97423, + [SMALL_STATE(3855)] = 97439, + [SMALL_STATE(3856)] = 97465, + [SMALL_STATE(3857)] = 97481, + [SMALL_STATE(3858)] = 97497, + [SMALL_STATE(3859)] = 97523, + [SMALL_STATE(3860)] = 97539, + [SMALL_STATE(3861)] = 97555, + [SMALL_STATE(3862)] = 97581, + [SMALL_STATE(3863)] = 97605, + [SMALL_STATE(3864)] = 97621, + [SMALL_STATE(3865)] = 97637, + [SMALL_STATE(3866)] = 97657, + [SMALL_STATE(3867)] = 97681, + [SMALL_STATE(3868)] = 97707, + [SMALL_STATE(3869)] = 97733, + [SMALL_STATE(3870)] = 97757, + [SMALL_STATE(3871)] = 97783, + [SMALL_STATE(3872)] = 97809, + [SMALL_STATE(3873)] = 97825, + [SMALL_STATE(3874)] = 97848, + [SMALL_STATE(3875)] = 97867, + [SMALL_STATE(3876)] = 97890, + [SMALL_STATE(3877)] = 97915, + [SMALL_STATE(3878)] = 97938, + [SMALL_STATE(3879)] = 97963, + [SMALL_STATE(3880)] = 97982, + [SMALL_STATE(3881)] = 98005, + [SMALL_STATE(3882)] = 98030, + [SMALL_STATE(3883)] = 98053, + [SMALL_STATE(3884)] = 98076, + [SMALL_STATE(3885)] = 98099, + [SMALL_STATE(3886)] = 98118, + [SMALL_STATE(3887)] = 98141, + [SMALL_STATE(3888)] = 98164, + [SMALL_STATE(3889)] = 98189, + [SMALL_STATE(3890)] = 98212, + [SMALL_STATE(3891)] = 98235, + [SMALL_STATE(3892)] = 98258, + [SMALL_STATE(3893)] = 98281, + [SMALL_STATE(3894)] = 98300, + [SMALL_STATE(3895)] = 98323, + [SMALL_STATE(3896)] = 98348, + [SMALL_STATE(3897)] = 98371, + [SMALL_STATE(3898)] = 98396, + [SMALL_STATE(3899)] = 98419, + [SMALL_STATE(3900)] = 98442, + [SMALL_STATE(3901)] = 98465, + [SMALL_STATE(3902)] = 98484, + [SMALL_STATE(3903)] = 98509, + [SMALL_STATE(3904)] = 98532, + [SMALL_STATE(3905)] = 98551, + [SMALL_STATE(3906)] = 98574, + [SMALL_STATE(3907)] = 98597, + [SMALL_STATE(3908)] = 98620, + [SMALL_STATE(3909)] = 98645, + [SMALL_STATE(3910)] = 98670, + [SMALL_STATE(3911)] = 98693, + [SMALL_STATE(3912)] = 98716, + [SMALL_STATE(3913)] = 98741, + [SMALL_STATE(3914)] = 98764, + [SMALL_STATE(3915)] = 98783, + [SMALL_STATE(3916)] = 98806, + [SMALL_STATE(3917)] = 98829, + [SMALL_STATE(3918)] = 98852, + [SMALL_STATE(3919)] = 98877, + [SMALL_STATE(3920)] = 98900, + [SMALL_STATE(3921)] = 98921, + [SMALL_STATE(3922)] = 98942, + [SMALL_STATE(3923)] = 98965, + [SMALL_STATE(3924)] = 98990, + [SMALL_STATE(3925)] = 99008, + [SMALL_STATE(3926)] = 99022, + [SMALL_STATE(3927)] = 99040, + [SMALL_STATE(3928)] = 99054, + [SMALL_STATE(3929)] = 99072, + [SMALL_STATE(3930)] = 99086, + [SMALL_STATE(3931)] = 99104, + [SMALL_STATE(3932)] = 99122, + [SMALL_STATE(3933)] = 99140, + [SMALL_STATE(3934)] = 99158, + [SMALL_STATE(3935)] = 99176, + [SMALL_STATE(3936)] = 99194, + [SMALL_STATE(3937)] = 99212, + [SMALL_STATE(3938)] = 99230, + [SMALL_STATE(3939)] = 99244, + [SMALL_STATE(3940)] = 99262, + [SMALL_STATE(3941)] = 99280, + [SMALL_STATE(3942)] = 99298, + [SMALL_STATE(3943)] = 99316, + [SMALL_STATE(3944)] = 99334, + [SMALL_STATE(3945)] = 99352, + [SMALL_STATE(3946)] = 99370, + [SMALL_STATE(3947)] = 99384, + [SMALL_STATE(3948)] = 99398, + [SMALL_STATE(3949)] = 99416, + [SMALL_STATE(3950)] = 99430, + [SMALL_STATE(3951)] = 99448, + [SMALL_STATE(3952)] = 99462, + [SMALL_STATE(3953)] = 99480, + [SMALL_STATE(3954)] = 99496, + [SMALL_STATE(3955)] = 99514, + [SMALL_STATE(3956)] = 99532, + [SMALL_STATE(3957)] = 99550, + [SMALL_STATE(3958)] = 99564, + [SMALL_STATE(3959)] = 99582, + [SMALL_STATE(3960)] = 99596, + [SMALL_STATE(3961)] = 99610, + [SMALL_STATE(3962)] = 99624, + [SMALL_STATE(3963)] = 99642, + [SMALL_STATE(3964)] = 99660, + [SMALL_STATE(3965)] = 99678, + [SMALL_STATE(3966)] = 99692, + [SMALL_STATE(3967)] = 99710, + [SMALL_STATE(3968)] = 99730, + [SMALL_STATE(3969)] = 99748, + [SMALL_STATE(3970)] = 99766, + [SMALL_STATE(3971)] = 99783, + [SMALL_STATE(3972)] = 99800, + [SMALL_STATE(3973)] = 99817, + [SMALL_STATE(3974)] = 99830, + [SMALL_STATE(3975)] = 99845, + [SMALL_STATE(3976)] = 99862, + [SMALL_STATE(3977)] = 99879, + [SMALL_STATE(3978)] = 99898, + [SMALL_STATE(3979)] = 99917, + [SMALL_STATE(3980)] = 99932, + [SMALL_STATE(3981)] = 99949, + [SMALL_STATE(3982)] = 99966, + [SMALL_STATE(3983)] = 99979, + [SMALL_STATE(3984)] = 99998, + [SMALL_STATE(3985)] = 100015, + [SMALL_STATE(3986)] = 100032, + [SMALL_STATE(3987)] = 100049, + [SMALL_STATE(3988)] = 100066, + [SMALL_STATE(3989)] = 100083, + [SMALL_STATE(3990)] = 100100, + [SMALL_STATE(3991)] = 100117, + [SMALL_STATE(3992)] = 100134, + [SMALL_STATE(3993)] = 100153, + [SMALL_STATE(3994)] = 100172, + [SMALL_STATE(3995)] = 100185, + [SMALL_STATE(3996)] = 100202, + [SMALL_STATE(3997)] = 100221, + [SMALL_STATE(3998)] = 100240, + [SMALL_STATE(3999)] = 100257, + [SMALL_STATE(4000)] = 100274, + [SMALL_STATE(4001)] = 100291, + [SMALL_STATE(4002)] = 100307, + [SMALL_STATE(4003)] = 100323, + [SMALL_STATE(4004)] = 100339, + [SMALL_STATE(4005)] = 100355, + [SMALL_STATE(4006)] = 100371, + [SMALL_STATE(4007)] = 100387, + [SMALL_STATE(4008)] = 100401, + [SMALL_STATE(4009)] = 100417, + [SMALL_STATE(4010)] = 100433, + [SMALL_STATE(4011)] = 100447, + [SMALL_STATE(4012)] = 100463, + [SMALL_STATE(4013)] = 100479, + [SMALL_STATE(4014)] = 100495, + [SMALL_STATE(4015)] = 100511, + [SMALL_STATE(4016)] = 100527, + [SMALL_STATE(4017)] = 100543, + [SMALL_STATE(4018)] = 100559, + [SMALL_STATE(4019)] = 100571, + [SMALL_STATE(4020)] = 100587, + [SMALL_STATE(4021)] = 100603, + [SMALL_STATE(4022)] = 100619, + [SMALL_STATE(4023)] = 100635, + [SMALL_STATE(4024)] = 100651, + [SMALL_STATE(4025)] = 100667, + [SMALL_STATE(4026)] = 100681, + [SMALL_STATE(4027)] = 100697, + [SMALL_STATE(4028)] = 100713, + [SMALL_STATE(4029)] = 100729, + [SMALL_STATE(4030)] = 100745, + [SMALL_STATE(4031)] = 100761, + [SMALL_STATE(4032)] = 100771, + [SMALL_STATE(4033)] = 100787, + [SMALL_STATE(4034)] = 100799, + [SMALL_STATE(4035)] = 100815, + [SMALL_STATE(4036)] = 100831, + [SMALL_STATE(4037)] = 100841, + [SMALL_STATE(4038)] = 100857, + [SMALL_STATE(4039)] = 100873, + [SMALL_STATE(4040)] = 100889, + [SMALL_STATE(4041)] = 100905, + [SMALL_STATE(4042)] = 100921, + [SMALL_STATE(4043)] = 100937, + [SMALL_STATE(4044)] = 100947, + [SMALL_STATE(4045)] = 100963, + [SMALL_STATE(4046)] = 100979, + [SMALL_STATE(4047)] = 100995, + [SMALL_STATE(4048)] = 101009, + [SMALL_STATE(4049)] = 101025, + [SMALL_STATE(4050)] = 101041, + [SMALL_STATE(4051)] = 101057, + [SMALL_STATE(4052)] = 101073, + [SMALL_STATE(4053)] = 101089, + [SMALL_STATE(4054)] = 101105, + [SMALL_STATE(4055)] = 101121, + [SMALL_STATE(4056)] = 101137, + [SMALL_STATE(4057)] = 101153, + [SMALL_STATE(4058)] = 101169, + [SMALL_STATE(4059)] = 101185, + [SMALL_STATE(4060)] = 101201, + [SMALL_STATE(4061)] = 101217, + [SMALL_STATE(4062)] = 101233, + [SMALL_STATE(4063)] = 101249, + [SMALL_STATE(4064)] = 101265, + [SMALL_STATE(4065)] = 101281, + [SMALL_STATE(4066)] = 101297, + [SMALL_STATE(4067)] = 101313, + [SMALL_STATE(4068)] = 101329, + [SMALL_STATE(4069)] = 101345, + [SMALL_STATE(4070)] = 101361, + [SMALL_STATE(4071)] = 101377, + [SMALL_STATE(4072)] = 101393, + [SMALL_STATE(4073)] = 101409, + [SMALL_STATE(4074)] = 101419, + [SMALL_STATE(4075)] = 101435, + [SMALL_STATE(4076)] = 101451, + [SMALL_STATE(4077)] = 101467, + [SMALL_STATE(4078)] = 101483, + [SMALL_STATE(4079)] = 101499, + [SMALL_STATE(4080)] = 101515, + [SMALL_STATE(4081)] = 101531, + [SMALL_STATE(4082)] = 101547, + [SMALL_STATE(4083)] = 101563, + [SMALL_STATE(4084)] = 101579, + [SMALL_STATE(4085)] = 101595, + [SMALL_STATE(4086)] = 101611, + [SMALL_STATE(4087)] = 101627, + [SMALL_STATE(4088)] = 101643, + [SMALL_STATE(4089)] = 101659, + [SMALL_STATE(4090)] = 101675, + [SMALL_STATE(4091)] = 101691, + [SMALL_STATE(4092)] = 101707, + [SMALL_STATE(4093)] = 101723, + [SMALL_STATE(4094)] = 101739, + [SMALL_STATE(4095)] = 101755, + [SMALL_STATE(4096)] = 101771, + [SMALL_STATE(4097)] = 101787, + [SMALL_STATE(4098)] = 101797, + [SMALL_STATE(4099)] = 101813, + [SMALL_STATE(4100)] = 101829, + [SMALL_STATE(4101)] = 101839, + [SMALL_STATE(4102)] = 101855, + [SMALL_STATE(4103)] = 101865, + [SMALL_STATE(4104)] = 101881, + [SMALL_STATE(4105)] = 101897, + [SMALL_STATE(4106)] = 101913, + [SMALL_STATE(4107)] = 101929, + [SMALL_STATE(4108)] = 101945, + [SMALL_STATE(4109)] = 101961, + [SMALL_STATE(4110)] = 101977, + [SMALL_STATE(4111)] = 101993, + [SMALL_STATE(4112)] = 102007, + [SMALL_STATE(4113)] = 102023, + [SMALL_STATE(4114)] = 102037, + [SMALL_STATE(4115)] = 102053, + [SMALL_STATE(4116)] = 102069, + [SMALL_STATE(4117)] = 102081, + [SMALL_STATE(4118)] = 102097, + [SMALL_STATE(4119)] = 102113, + [SMALL_STATE(4120)] = 102129, + [SMALL_STATE(4121)] = 102145, + [SMALL_STATE(4122)] = 102159, + [SMALL_STATE(4123)] = 102175, + [SMALL_STATE(4124)] = 102191, + [SMALL_STATE(4125)] = 102207, + [SMALL_STATE(4126)] = 102223, + [SMALL_STATE(4127)] = 102239, + [SMALL_STATE(4128)] = 102255, + [SMALL_STATE(4129)] = 102271, + [SMALL_STATE(4130)] = 102287, + [SMALL_STATE(4131)] = 102303, + [SMALL_STATE(4132)] = 102319, + [SMALL_STATE(4133)] = 102335, + [SMALL_STATE(4134)] = 102351, + [SMALL_STATE(4135)] = 102367, + [SMALL_STATE(4136)] = 102383, + [SMALL_STATE(4137)] = 102399, + [SMALL_STATE(4138)] = 102415, + [SMALL_STATE(4139)] = 102431, + [SMALL_STATE(4140)] = 102447, + [SMALL_STATE(4141)] = 102463, + [SMALL_STATE(4142)] = 102479, + [SMALL_STATE(4143)] = 102495, + [SMALL_STATE(4144)] = 102511, + [SMALL_STATE(4145)] = 102527, + [SMALL_STATE(4146)] = 102543, + [SMALL_STATE(4147)] = 102559, + [SMALL_STATE(4148)] = 102575, + [SMALL_STATE(4149)] = 102591, + [SMALL_STATE(4150)] = 102607, + [SMALL_STATE(4151)] = 102623, + [SMALL_STATE(4152)] = 102639, + [SMALL_STATE(4153)] = 102655, + [SMALL_STATE(4154)] = 102671, + [SMALL_STATE(4155)] = 102687, + [SMALL_STATE(4156)] = 102703, + [SMALL_STATE(4157)] = 102719, + [SMALL_STATE(4158)] = 102735, + [SMALL_STATE(4159)] = 102751, + [SMALL_STATE(4160)] = 102767, + [SMALL_STATE(4161)] = 102783, + [SMALL_STATE(4162)] = 102799, + [SMALL_STATE(4163)] = 102815, + [SMALL_STATE(4164)] = 102831, + [SMALL_STATE(4165)] = 102847, + [SMALL_STATE(4166)] = 102863, + [SMALL_STATE(4167)] = 102879, + [SMALL_STATE(4168)] = 102895, + [SMALL_STATE(4169)] = 102911, + [SMALL_STATE(4170)] = 102925, + [SMALL_STATE(4171)] = 102939, + [SMALL_STATE(4172)] = 102955, + [SMALL_STATE(4173)] = 102971, + [SMALL_STATE(4174)] = 102987, + [SMALL_STATE(4175)] = 103003, + [SMALL_STATE(4176)] = 103019, + [SMALL_STATE(4177)] = 103035, + [SMALL_STATE(4178)] = 103051, + [SMALL_STATE(4179)] = 103067, + [SMALL_STATE(4180)] = 103083, + [SMALL_STATE(4181)] = 103099, + [SMALL_STATE(4182)] = 103115, + [SMALL_STATE(4183)] = 103131, + [SMALL_STATE(4184)] = 103147, + [SMALL_STATE(4185)] = 103163, + [SMALL_STATE(4186)] = 103179, + [SMALL_STATE(4187)] = 103190, + [SMALL_STATE(4188)] = 103203, + [SMALL_STATE(4189)] = 103212, + [SMALL_STATE(4190)] = 103225, + [SMALL_STATE(4191)] = 103238, + [SMALL_STATE(4192)] = 103251, + [SMALL_STATE(4193)] = 103264, + [SMALL_STATE(4194)] = 103277, + [SMALL_STATE(4195)] = 103290, + [SMALL_STATE(4196)] = 103303, + [SMALL_STATE(4197)] = 103314, + [SMALL_STATE(4198)] = 103327, + [SMALL_STATE(4199)] = 103340, + [SMALL_STATE(4200)] = 103349, + [SMALL_STATE(4201)] = 103360, + [SMALL_STATE(4202)] = 103373, + [SMALL_STATE(4203)] = 103386, + [SMALL_STATE(4204)] = 103399, + [SMALL_STATE(4205)] = 103410, + [SMALL_STATE(4206)] = 103423, + [SMALL_STATE(4207)] = 103432, + [SMALL_STATE(4208)] = 103441, + [SMALL_STATE(4209)] = 103450, + [SMALL_STATE(4210)] = 103463, + [SMALL_STATE(4211)] = 103476, + [SMALL_STATE(4212)] = 103489, + [SMALL_STATE(4213)] = 103502, + [SMALL_STATE(4214)] = 103515, + [SMALL_STATE(4215)] = 103524, + [SMALL_STATE(4216)] = 103533, + [SMALL_STATE(4217)] = 103546, + [SMALL_STATE(4218)] = 103557, + [SMALL_STATE(4219)] = 103570, + [SMALL_STATE(4220)] = 103583, + [SMALL_STATE(4221)] = 103596, + [SMALL_STATE(4222)] = 103607, + [SMALL_STATE(4223)] = 103620, + [SMALL_STATE(4224)] = 103633, + [SMALL_STATE(4225)] = 103646, + [SMALL_STATE(4226)] = 103659, + [SMALL_STATE(4227)] = 103672, + [SMALL_STATE(4228)] = 103685, + [SMALL_STATE(4229)] = 103698, + [SMALL_STATE(4230)] = 103711, + [SMALL_STATE(4231)] = 103724, + [SMALL_STATE(4232)] = 103737, + [SMALL_STATE(4233)] = 103750, + [SMALL_STATE(4234)] = 103763, + [SMALL_STATE(4235)] = 103776, + [SMALL_STATE(4236)] = 103789, + [SMALL_STATE(4237)] = 103802, + [SMALL_STATE(4238)] = 103815, + [SMALL_STATE(4239)] = 103826, + [SMALL_STATE(4240)] = 103839, + [SMALL_STATE(4241)] = 103852, + [SMALL_STATE(4242)] = 103865, + [SMALL_STATE(4243)] = 103874, + [SMALL_STATE(4244)] = 103883, + [SMALL_STATE(4245)] = 103894, + [SMALL_STATE(4246)] = 103907, + [SMALL_STATE(4247)] = 103920, + [SMALL_STATE(4248)] = 103933, + [SMALL_STATE(4249)] = 103946, + [SMALL_STATE(4250)] = 103959, + [SMALL_STATE(4251)] = 103972, + [SMALL_STATE(4252)] = 103985, + [SMALL_STATE(4253)] = 103994, + [SMALL_STATE(4254)] = 104007, + [SMALL_STATE(4255)] = 104020, + [SMALL_STATE(4256)] = 104031, + [SMALL_STATE(4257)] = 104044, + [SMALL_STATE(4258)] = 104057, + [SMALL_STATE(4259)] = 104070, + [SMALL_STATE(4260)] = 104083, + [SMALL_STATE(4261)] = 104096, + [SMALL_STATE(4262)] = 104109, + [SMALL_STATE(4263)] = 104122, + [SMALL_STATE(4264)] = 104135, + [SMALL_STATE(4265)] = 104148, + [SMALL_STATE(4266)] = 104161, + [SMALL_STATE(4267)] = 104174, + [SMALL_STATE(4268)] = 104187, + [SMALL_STATE(4269)] = 104200, + [SMALL_STATE(4270)] = 104213, + [SMALL_STATE(4271)] = 104226, + [SMALL_STATE(4272)] = 104239, + [SMALL_STATE(4273)] = 104252, + [SMALL_STATE(4274)] = 104265, + [SMALL_STATE(4275)] = 104278, + [SMALL_STATE(4276)] = 104291, + [SMALL_STATE(4277)] = 104304, + [SMALL_STATE(4278)] = 104317, + [SMALL_STATE(4279)] = 104330, + [SMALL_STATE(4280)] = 104343, + [SMALL_STATE(4281)] = 104356, + [SMALL_STATE(4282)] = 104369, + [SMALL_STATE(4283)] = 104382, + [SMALL_STATE(4284)] = 104395, + [SMALL_STATE(4285)] = 104408, + [SMALL_STATE(4286)] = 104421, + [SMALL_STATE(4287)] = 104434, + [SMALL_STATE(4288)] = 104445, + [SMALL_STATE(4289)] = 104458, + [SMALL_STATE(4290)] = 104471, + [SMALL_STATE(4291)] = 104484, + [SMALL_STATE(4292)] = 104497, + [SMALL_STATE(4293)] = 104508, + [SMALL_STATE(4294)] = 104521, + [SMALL_STATE(4295)] = 104534, + [SMALL_STATE(4296)] = 104547, + [SMALL_STATE(4297)] = 104560, + [SMALL_STATE(4298)] = 104573, + [SMALL_STATE(4299)] = 104586, + [SMALL_STATE(4300)] = 104599, + [SMALL_STATE(4301)] = 104612, + [SMALL_STATE(4302)] = 104625, + [SMALL_STATE(4303)] = 104638, + [SMALL_STATE(4304)] = 104651, + [SMALL_STATE(4305)] = 104664, + [SMALL_STATE(4306)] = 104677, + [SMALL_STATE(4307)] = 104690, + [SMALL_STATE(4308)] = 104703, + [SMALL_STATE(4309)] = 104716, + [SMALL_STATE(4310)] = 104729, + [SMALL_STATE(4311)] = 104742, + [SMALL_STATE(4312)] = 104755, + [SMALL_STATE(4313)] = 104768, + [SMALL_STATE(4314)] = 104781, + [SMALL_STATE(4315)] = 104794, + [SMALL_STATE(4316)] = 104807, + [SMALL_STATE(4317)] = 104820, + [SMALL_STATE(4318)] = 104833, + [SMALL_STATE(4319)] = 104846, + [SMALL_STATE(4320)] = 104859, + [SMALL_STATE(4321)] = 104872, + [SMALL_STATE(4322)] = 104885, + [SMALL_STATE(4323)] = 104898, + [SMALL_STATE(4324)] = 104911, + [SMALL_STATE(4325)] = 104924, + [SMALL_STATE(4326)] = 104937, + [SMALL_STATE(4327)] = 104950, + [SMALL_STATE(4328)] = 104963, + [SMALL_STATE(4329)] = 104976, + [SMALL_STATE(4330)] = 104989, + [SMALL_STATE(4331)] = 105002, + [SMALL_STATE(4332)] = 105015, + [SMALL_STATE(4333)] = 105028, + [SMALL_STATE(4334)] = 105041, + [SMALL_STATE(4335)] = 105054, + [SMALL_STATE(4336)] = 105067, + [SMALL_STATE(4337)] = 105080, + [SMALL_STATE(4338)] = 105093, + [SMALL_STATE(4339)] = 105106, + [SMALL_STATE(4340)] = 105119, + [SMALL_STATE(4341)] = 105132, + [SMALL_STATE(4342)] = 105145, + [SMALL_STATE(4343)] = 105158, + [SMALL_STATE(4344)] = 105169, + [SMALL_STATE(4345)] = 105182, + [SMALL_STATE(4346)] = 105195, + [SMALL_STATE(4347)] = 105208, + [SMALL_STATE(4348)] = 105221, + [SMALL_STATE(4349)] = 105234, + [SMALL_STATE(4350)] = 105247, + [SMALL_STATE(4351)] = 105260, + [SMALL_STATE(4352)] = 105273, + [SMALL_STATE(4353)] = 105286, + [SMALL_STATE(4354)] = 105299, + [SMALL_STATE(4355)] = 105310, + [SMALL_STATE(4356)] = 105323, + [SMALL_STATE(4357)] = 105336, + [SMALL_STATE(4358)] = 105349, + [SMALL_STATE(4359)] = 105362, + [SMALL_STATE(4360)] = 105375, + [SMALL_STATE(4361)] = 105388, + [SMALL_STATE(4362)] = 105401, + [SMALL_STATE(4363)] = 105414, + [SMALL_STATE(4364)] = 105427, + [SMALL_STATE(4365)] = 105440, + [SMALL_STATE(4366)] = 105453, + [SMALL_STATE(4367)] = 105466, + [SMALL_STATE(4368)] = 105479, + [SMALL_STATE(4369)] = 105492, + [SMALL_STATE(4370)] = 105505, + [SMALL_STATE(4371)] = 105518, + [SMALL_STATE(4372)] = 105531, + [SMALL_STATE(4373)] = 105544, + [SMALL_STATE(4374)] = 105557, + [SMALL_STATE(4375)] = 105570, + [SMALL_STATE(4376)] = 105583, + [SMALL_STATE(4377)] = 105596, + [SMALL_STATE(4378)] = 105609, + [SMALL_STATE(4379)] = 105622, + [SMALL_STATE(4380)] = 105635, + [SMALL_STATE(4381)] = 105648, + [SMALL_STATE(4382)] = 105661, + [SMALL_STATE(4383)] = 105674, + [SMALL_STATE(4384)] = 105687, + [SMALL_STATE(4385)] = 105700, + [SMALL_STATE(4386)] = 105713, + [SMALL_STATE(4387)] = 105726, + [SMALL_STATE(4388)] = 105739, + [SMALL_STATE(4389)] = 105750, + [SMALL_STATE(4390)] = 105763, + [SMALL_STATE(4391)] = 105776, + [SMALL_STATE(4392)] = 105789, + [SMALL_STATE(4393)] = 105802, + [SMALL_STATE(4394)] = 105811, + [SMALL_STATE(4395)] = 105824, + [SMALL_STATE(4396)] = 105837, + [SMALL_STATE(4397)] = 105850, + [SMALL_STATE(4398)] = 105863, + [SMALL_STATE(4399)] = 105876, + [SMALL_STATE(4400)] = 105885, + [SMALL_STATE(4401)] = 105898, + [SMALL_STATE(4402)] = 105911, + [SMALL_STATE(4403)] = 105922, + [SMALL_STATE(4404)] = 105935, + [SMALL_STATE(4405)] = 105948, + [SMALL_STATE(4406)] = 105961, + [SMALL_STATE(4407)] = 105974, + [SMALL_STATE(4408)] = 105987, + [SMALL_STATE(4409)] = 106000, + [SMALL_STATE(4410)] = 106013, + [SMALL_STATE(4411)] = 106026, + [SMALL_STATE(4412)] = 106039, + [SMALL_STATE(4413)] = 106052, + [SMALL_STATE(4414)] = 106065, + [SMALL_STATE(4415)] = 106078, + [SMALL_STATE(4416)] = 106091, + [SMALL_STATE(4417)] = 106104, + [SMALL_STATE(4418)] = 106117, + [SMALL_STATE(4419)] = 106130, + [SMALL_STATE(4420)] = 106143, + [SMALL_STATE(4421)] = 106156, + [SMALL_STATE(4422)] = 106169, + [SMALL_STATE(4423)] = 106182, + [SMALL_STATE(4424)] = 106195, + [SMALL_STATE(4425)] = 106208, + [SMALL_STATE(4426)] = 106221, + [SMALL_STATE(4427)] = 106234, + [SMALL_STATE(4428)] = 106247, + [SMALL_STATE(4429)] = 106260, + [SMALL_STATE(4430)] = 106273, + [SMALL_STATE(4431)] = 106286, + [SMALL_STATE(4432)] = 106299, + [SMALL_STATE(4433)] = 106312, + [SMALL_STATE(4434)] = 106325, + [SMALL_STATE(4435)] = 106338, + [SMALL_STATE(4436)] = 106351, + [SMALL_STATE(4437)] = 106364, + [SMALL_STATE(4438)] = 106377, + [SMALL_STATE(4439)] = 106390, + [SMALL_STATE(4440)] = 106403, + [SMALL_STATE(4441)] = 106416, + [SMALL_STATE(4442)] = 106429, + [SMALL_STATE(4443)] = 106439, + [SMALL_STATE(4444)] = 106449, + [SMALL_STATE(4445)] = 106459, + [SMALL_STATE(4446)] = 106469, + [SMALL_STATE(4447)] = 106479, + [SMALL_STATE(4448)] = 106489, + [SMALL_STATE(4449)] = 106497, + [SMALL_STATE(4450)] = 106507, + [SMALL_STATE(4451)] = 106515, + [SMALL_STATE(4452)] = 106525, + [SMALL_STATE(4453)] = 106533, + [SMALL_STATE(4454)] = 106541, + [SMALL_STATE(4455)] = 106549, + [SMALL_STATE(4456)] = 106557, + [SMALL_STATE(4457)] = 106565, + [SMALL_STATE(4458)] = 106575, + [SMALL_STATE(4459)] = 106585, + [SMALL_STATE(4460)] = 106595, + [SMALL_STATE(4461)] = 106605, + [SMALL_STATE(4462)] = 106615, + [SMALL_STATE(4463)] = 106625, + [SMALL_STATE(4464)] = 106635, + [SMALL_STATE(4465)] = 106645, + [SMALL_STATE(4466)] = 106655, + [SMALL_STATE(4467)] = 106665, + [SMALL_STATE(4468)] = 106675, + [SMALL_STATE(4469)] = 106685, + [SMALL_STATE(4470)] = 106695, + [SMALL_STATE(4471)] = 106705, + [SMALL_STATE(4472)] = 106715, + [SMALL_STATE(4473)] = 106723, + [SMALL_STATE(4474)] = 106733, + [SMALL_STATE(4475)] = 106741, + [SMALL_STATE(4476)] = 106749, + [SMALL_STATE(4477)] = 106759, + [SMALL_STATE(4478)] = 106769, + [SMALL_STATE(4479)] = 106779, + [SMALL_STATE(4480)] = 106789, + [SMALL_STATE(4481)] = 106797, + [SMALL_STATE(4482)] = 106805, + [SMALL_STATE(4483)] = 106815, + [SMALL_STATE(4484)] = 106823, + [SMALL_STATE(4485)] = 106831, + [SMALL_STATE(4486)] = 106839, + [SMALL_STATE(4487)] = 106849, + [SMALL_STATE(4488)] = 106857, + [SMALL_STATE(4489)] = 106867, + [SMALL_STATE(4490)] = 106875, + [SMALL_STATE(4491)] = 106885, + [SMALL_STATE(4492)] = 106895, + [SMALL_STATE(4493)] = 106903, + [SMALL_STATE(4494)] = 106913, + [SMALL_STATE(4495)] = 106923, + [SMALL_STATE(4496)] = 106933, + [SMALL_STATE(4497)] = 106943, + [SMALL_STATE(4498)] = 106951, + [SMALL_STATE(4499)] = 106961, + [SMALL_STATE(4500)] = 106969, + [SMALL_STATE(4501)] = 106977, + [SMALL_STATE(4502)] = 106987, + [SMALL_STATE(4503)] = 106997, + [SMALL_STATE(4504)] = 107007, + [SMALL_STATE(4505)] = 107017, + [SMALL_STATE(4506)] = 107027, + [SMALL_STATE(4507)] = 107037, + [SMALL_STATE(4508)] = 107047, + [SMALL_STATE(4509)] = 107057, + [SMALL_STATE(4510)] = 107067, + [SMALL_STATE(4511)] = 107077, + [SMALL_STATE(4512)] = 107087, + [SMALL_STATE(4513)] = 107097, + [SMALL_STATE(4514)] = 107105, + [SMALL_STATE(4515)] = 107115, + [SMALL_STATE(4516)] = 107125, + [SMALL_STATE(4517)] = 107135, + [SMALL_STATE(4518)] = 107145, + [SMALL_STATE(4519)] = 107153, + [SMALL_STATE(4520)] = 107163, + [SMALL_STATE(4521)] = 107171, + [SMALL_STATE(4522)] = 107179, + [SMALL_STATE(4523)] = 107189, + [SMALL_STATE(4524)] = 107199, + [SMALL_STATE(4525)] = 107209, + [SMALL_STATE(4526)] = 107217, + [SMALL_STATE(4527)] = 107227, + [SMALL_STATE(4528)] = 107237, + [SMALL_STATE(4529)] = 107245, + [SMALL_STATE(4530)] = 107255, + [SMALL_STATE(4531)] = 107265, + [SMALL_STATE(4532)] = 107273, + [SMALL_STATE(4533)] = 107281, + [SMALL_STATE(4534)] = 107291, + [SMALL_STATE(4535)] = 107299, + [SMALL_STATE(4536)] = 107309, + [SMALL_STATE(4537)] = 107319, + [SMALL_STATE(4538)] = 107329, + [SMALL_STATE(4539)] = 107337, + [SMALL_STATE(4540)] = 107345, + [SMALL_STATE(4541)] = 107353, + [SMALL_STATE(4542)] = 107363, + [SMALL_STATE(4543)] = 107373, + [SMALL_STATE(4544)] = 107381, + [SMALL_STATE(4545)] = 107391, + [SMALL_STATE(4546)] = 107401, + [SMALL_STATE(4547)] = 107411, + [SMALL_STATE(4548)] = 107419, + [SMALL_STATE(4549)] = 107427, + [SMALL_STATE(4550)] = 107435, + [SMALL_STATE(4551)] = 107443, + [SMALL_STATE(4552)] = 107451, + [SMALL_STATE(4553)] = 107461, + [SMALL_STATE(4554)] = 107469, + [SMALL_STATE(4555)] = 107477, + [SMALL_STATE(4556)] = 107485, + [SMALL_STATE(4557)] = 107495, + [SMALL_STATE(4558)] = 107503, + [SMALL_STATE(4559)] = 107511, + [SMALL_STATE(4560)] = 107521, + [SMALL_STATE(4561)] = 107529, + [SMALL_STATE(4562)] = 107537, + [SMALL_STATE(4563)] = 107545, + [SMALL_STATE(4564)] = 107553, + [SMALL_STATE(4565)] = 107561, + [SMALL_STATE(4566)] = 107569, + [SMALL_STATE(4567)] = 107577, + [SMALL_STATE(4568)] = 107585, + [SMALL_STATE(4569)] = 107595, + [SMALL_STATE(4570)] = 107603, + [SMALL_STATE(4571)] = 107611, + [SMALL_STATE(4572)] = 107619, + [SMALL_STATE(4573)] = 107627, + [SMALL_STATE(4574)] = 107637, + [SMALL_STATE(4575)] = 107647, + [SMALL_STATE(4576)] = 107657, + [SMALL_STATE(4577)] = 107665, + [SMALL_STATE(4578)] = 107673, + [SMALL_STATE(4579)] = 107681, + [SMALL_STATE(4580)] = 107689, + [SMALL_STATE(4581)] = 107699, + [SMALL_STATE(4582)] = 107707, + [SMALL_STATE(4583)] = 107715, + [SMALL_STATE(4584)] = 107725, + [SMALL_STATE(4585)] = 107735, + [SMALL_STATE(4586)] = 107743, + [SMALL_STATE(4587)] = 107753, + [SMALL_STATE(4588)] = 107763, + [SMALL_STATE(4589)] = 107771, + [SMALL_STATE(4590)] = 107779, + [SMALL_STATE(4591)] = 107789, + [SMALL_STATE(4592)] = 107797, + [SMALL_STATE(4593)] = 107805, + [SMALL_STATE(4594)] = 107813, + [SMALL_STATE(4595)] = 107821, + [SMALL_STATE(4596)] = 107829, + [SMALL_STATE(4597)] = 107837, + [SMALL_STATE(4598)] = 107847, + [SMALL_STATE(4599)] = 107857, + [SMALL_STATE(4600)] = 107867, + [SMALL_STATE(4601)] = 107877, + [SMALL_STATE(4602)] = 107887, + [SMALL_STATE(4603)] = 107897, + [SMALL_STATE(4604)] = 107905, + [SMALL_STATE(4605)] = 107915, + [SMALL_STATE(4606)] = 107925, + [SMALL_STATE(4607)] = 107935, + [SMALL_STATE(4608)] = 107945, + [SMALL_STATE(4609)] = 107955, + [SMALL_STATE(4610)] = 107965, + [SMALL_STATE(4611)] = 107973, + [SMALL_STATE(4612)] = 107983, + [SMALL_STATE(4613)] = 107991, + [SMALL_STATE(4614)] = 107999, + [SMALL_STATE(4615)] = 108009, + [SMALL_STATE(4616)] = 108019, + [SMALL_STATE(4617)] = 108029, + [SMALL_STATE(4618)] = 108039, + [SMALL_STATE(4619)] = 108049, + [SMALL_STATE(4620)] = 108059, + [SMALL_STATE(4621)] = 108069, + [SMALL_STATE(4622)] = 108079, + [SMALL_STATE(4623)] = 108089, + [SMALL_STATE(4624)] = 108097, + [SMALL_STATE(4625)] = 108107, + [SMALL_STATE(4626)] = 108115, + [SMALL_STATE(4627)] = 108125, + [SMALL_STATE(4628)] = 108135, + [SMALL_STATE(4629)] = 108145, + [SMALL_STATE(4630)] = 108155, + [SMALL_STATE(4631)] = 108163, + [SMALL_STATE(4632)] = 108171, + [SMALL_STATE(4633)] = 108179, + [SMALL_STATE(4634)] = 108189, + [SMALL_STATE(4635)] = 108199, + [SMALL_STATE(4636)] = 108207, + [SMALL_STATE(4637)] = 108217, + [SMALL_STATE(4638)] = 108225, + [SMALL_STATE(4639)] = 108235, + [SMALL_STATE(4640)] = 108245, + [SMALL_STATE(4641)] = 108255, + [SMALL_STATE(4642)] = 108265, + [SMALL_STATE(4643)] = 108275, + [SMALL_STATE(4644)] = 108285, + [SMALL_STATE(4645)] = 108295, + [SMALL_STATE(4646)] = 108305, + [SMALL_STATE(4647)] = 108313, + [SMALL_STATE(4648)] = 108321, + [SMALL_STATE(4649)] = 108329, + [SMALL_STATE(4650)] = 108339, + [SMALL_STATE(4651)] = 108347, + [SMALL_STATE(4652)] = 108357, + [SMALL_STATE(4653)] = 108365, + [SMALL_STATE(4654)] = 108375, + [SMALL_STATE(4655)] = 108385, + [SMALL_STATE(4656)] = 108395, + [SMALL_STATE(4657)] = 108405, + [SMALL_STATE(4658)] = 108415, + [SMALL_STATE(4659)] = 108425, + [SMALL_STATE(4660)] = 108435, + [SMALL_STATE(4661)] = 108445, + [SMALL_STATE(4662)] = 108455, + [SMALL_STATE(4663)] = 108465, + [SMALL_STATE(4664)] = 108475, + [SMALL_STATE(4665)] = 108483, + [SMALL_STATE(4666)] = 108491, + [SMALL_STATE(4667)] = 108501, + [SMALL_STATE(4668)] = 108509, + [SMALL_STATE(4669)] = 108519, + [SMALL_STATE(4670)] = 108527, + [SMALL_STATE(4671)] = 108537, + [SMALL_STATE(4672)] = 108545, + [SMALL_STATE(4673)] = 108553, + [SMALL_STATE(4674)] = 108563, + [SMALL_STATE(4675)] = 108573, + [SMALL_STATE(4676)] = 108581, + [SMALL_STATE(4677)] = 108591, + [SMALL_STATE(4678)] = 108601, + [SMALL_STATE(4679)] = 108611, + [SMALL_STATE(4680)] = 108621, + [SMALL_STATE(4681)] = 108631, + [SMALL_STATE(4682)] = 108639, + [SMALL_STATE(4683)] = 108647, + [SMALL_STATE(4684)] = 108657, + [SMALL_STATE(4685)] = 108667, + [SMALL_STATE(4686)] = 108677, + [SMALL_STATE(4687)] = 108687, + [SMALL_STATE(4688)] = 108695, + [SMALL_STATE(4689)] = 108705, + [SMALL_STATE(4690)] = 108713, + [SMALL_STATE(4691)] = 108723, + [SMALL_STATE(4692)] = 108733, + [SMALL_STATE(4693)] = 108741, + [SMALL_STATE(4694)] = 108749, + [SMALL_STATE(4695)] = 108759, + [SMALL_STATE(4696)] = 108769, + [SMALL_STATE(4697)] = 108779, + [SMALL_STATE(4698)] = 108787, + [SMALL_STATE(4699)] = 108797, + [SMALL_STATE(4700)] = 108807, + [SMALL_STATE(4701)] = 108817, + [SMALL_STATE(4702)] = 108827, + [SMALL_STATE(4703)] = 108837, + [SMALL_STATE(4704)] = 108847, + [SMALL_STATE(4705)] = 108857, + [SMALL_STATE(4706)] = 108867, + [SMALL_STATE(4707)] = 108877, + [SMALL_STATE(4708)] = 108887, + [SMALL_STATE(4709)] = 108897, + [SMALL_STATE(4710)] = 108907, + [SMALL_STATE(4711)] = 108917, + [SMALL_STATE(4712)] = 108927, + [SMALL_STATE(4713)] = 108935, + [SMALL_STATE(4714)] = 108945, + [SMALL_STATE(4715)] = 108955, + [SMALL_STATE(4716)] = 108965, + [SMALL_STATE(4717)] = 108975, + [SMALL_STATE(4718)] = 108983, + [SMALL_STATE(4719)] = 108993, + [SMALL_STATE(4720)] = 109003, + [SMALL_STATE(4721)] = 109013, + [SMALL_STATE(4722)] = 109023, + [SMALL_STATE(4723)] = 109033, + [SMALL_STATE(4724)] = 109043, + [SMALL_STATE(4725)] = 109053, + [SMALL_STATE(4726)] = 109063, + [SMALL_STATE(4727)] = 109073, + [SMALL_STATE(4728)] = 109083, + [SMALL_STATE(4729)] = 109091, + [SMALL_STATE(4730)] = 109101, + [SMALL_STATE(4731)] = 109111, + [SMALL_STATE(4732)] = 109121, + [SMALL_STATE(4733)] = 109131, + [SMALL_STATE(4734)] = 109139, + [SMALL_STATE(4735)] = 109149, + [SMALL_STATE(4736)] = 109159, + [SMALL_STATE(4737)] = 109169, + [SMALL_STATE(4738)] = 109179, + [SMALL_STATE(4739)] = 109189, + [SMALL_STATE(4740)] = 109199, + [SMALL_STATE(4741)] = 109207, + [SMALL_STATE(4742)] = 109217, + [SMALL_STATE(4743)] = 109227, + [SMALL_STATE(4744)] = 109237, + [SMALL_STATE(4745)] = 109247, + [SMALL_STATE(4746)] = 109257, + [SMALL_STATE(4747)] = 109267, + [SMALL_STATE(4748)] = 109277, + [SMALL_STATE(4749)] = 109287, + [SMALL_STATE(4750)] = 109297, + [SMALL_STATE(4751)] = 109307, + [SMALL_STATE(4752)] = 109317, + [SMALL_STATE(4753)] = 109327, + [SMALL_STATE(4754)] = 109337, + [SMALL_STATE(4755)] = 109347, + [SMALL_STATE(4756)] = 109355, + [SMALL_STATE(4757)] = 109365, + [SMALL_STATE(4758)] = 109375, + [SMALL_STATE(4759)] = 109385, + [SMALL_STATE(4760)] = 109395, + [SMALL_STATE(4761)] = 109405, + [SMALL_STATE(4762)] = 109415, + [SMALL_STATE(4763)] = 109423, + [SMALL_STATE(4764)] = 109433, + [SMALL_STATE(4765)] = 109443, + [SMALL_STATE(4766)] = 109453, + [SMALL_STATE(4767)] = 109463, + [SMALL_STATE(4768)] = 109473, + [SMALL_STATE(4769)] = 109483, + [SMALL_STATE(4770)] = 109493, + [SMALL_STATE(4771)] = 109503, + [SMALL_STATE(4772)] = 109513, + [SMALL_STATE(4773)] = 109523, + [SMALL_STATE(4774)] = 109533, + [SMALL_STATE(4775)] = 109543, + [SMALL_STATE(4776)] = 109553, + [SMALL_STATE(4777)] = 109563, + [SMALL_STATE(4778)] = 109573, + [SMALL_STATE(4779)] = 109583, + [SMALL_STATE(4780)] = 109591, + [SMALL_STATE(4781)] = 109601, + [SMALL_STATE(4782)] = 109611, + [SMALL_STATE(4783)] = 109621, + [SMALL_STATE(4784)] = 109631, + [SMALL_STATE(4785)] = 109641, + [SMALL_STATE(4786)] = 109651, + [SMALL_STATE(4787)] = 109661, + [SMALL_STATE(4788)] = 109671, + [SMALL_STATE(4789)] = 109681, + [SMALL_STATE(4790)] = 109691, + [SMALL_STATE(4791)] = 109701, + [SMALL_STATE(4792)] = 109711, + [SMALL_STATE(4793)] = 109721, + [SMALL_STATE(4794)] = 109731, + [SMALL_STATE(4795)] = 109741, + [SMALL_STATE(4796)] = 109751, + [SMALL_STATE(4797)] = 109761, + [SMALL_STATE(4798)] = 109771, + [SMALL_STATE(4799)] = 109781, + [SMALL_STATE(4800)] = 109791, + [SMALL_STATE(4801)] = 109801, + [SMALL_STATE(4802)] = 109811, + [SMALL_STATE(4803)] = 109821, + [SMALL_STATE(4804)] = 109831, + [SMALL_STATE(4805)] = 109841, + [SMALL_STATE(4806)] = 109851, + [SMALL_STATE(4807)] = 109861, + [SMALL_STATE(4808)] = 109871, + [SMALL_STATE(4809)] = 109881, + [SMALL_STATE(4810)] = 109891, + [SMALL_STATE(4811)] = 109901, + [SMALL_STATE(4812)] = 109911, + [SMALL_STATE(4813)] = 109921, + [SMALL_STATE(4814)] = 109931, + [SMALL_STATE(4815)] = 109941, + [SMALL_STATE(4816)] = 109951, + [SMALL_STATE(4817)] = 109961, + [SMALL_STATE(4818)] = 109971, + [SMALL_STATE(4819)] = 109981, + [SMALL_STATE(4820)] = 109991, + [SMALL_STATE(4821)] = 110001, + [SMALL_STATE(4822)] = 110011, + [SMALL_STATE(4823)] = 110021, + [SMALL_STATE(4824)] = 110031, + [SMALL_STATE(4825)] = 110041, + [SMALL_STATE(4826)] = 110051, + [SMALL_STATE(4827)] = 110061, + [SMALL_STATE(4828)] = 110071, + [SMALL_STATE(4829)] = 110081, + [SMALL_STATE(4830)] = 110091, + [SMALL_STATE(4831)] = 110099, + [SMALL_STATE(4832)] = 110109, + [SMALL_STATE(4833)] = 110119, + [SMALL_STATE(4834)] = 110129, + [SMALL_STATE(4835)] = 110139, + [SMALL_STATE(4836)] = 110146, + [SMALL_STATE(4837)] = 110153, + [SMALL_STATE(4838)] = 110160, + [SMALL_STATE(4839)] = 110167, + [SMALL_STATE(4840)] = 110174, + [SMALL_STATE(4841)] = 110181, + [SMALL_STATE(4842)] = 110188, + [SMALL_STATE(4843)] = 110195, + [SMALL_STATE(4844)] = 110202, + [SMALL_STATE(4845)] = 110209, + [SMALL_STATE(4846)] = 110216, + [SMALL_STATE(4847)] = 110223, + [SMALL_STATE(4848)] = 110230, + [SMALL_STATE(4849)] = 110237, + [SMALL_STATE(4850)] = 110244, + [SMALL_STATE(4851)] = 110251, + [SMALL_STATE(4852)] = 110258, + [SMALL_STATE(4853)] = 110265, + [SMALL_STATE(4854)] = 110272, + [SMALL_STATE(4855)] = 110279, + [SMALL_STATE(4856)] = 110286, + [SMALL_STATE(4857)] = 110293, + [SMALL_STATE(4858)] = 110300, + [SMALL_STATE(4859)] = 110307, + [SMALL_STATE(4860)] = 110314, + [SMALL_STATE(4861)] = 110321, + [SMALL_STATE(4862)] = 110328, + [SMALL_STATE(4863)] = 110335, + [SMALL_STATE(4864)] = 110342, + [SMALL_STATE(4865)] = 110349, + [SMALL_STATE(4866)] = 110356, + [SMALL_STATE(4867)] = 110363, + [SMALL_STATE(4868)] = 110370, + [SMALL_STATE(4869)] = 110377, + [SMALL_STATE(4870)] = 110384, + [SMALL_STATE(4871)] = 110391, + [SMALL_STATE(4872)] = 110398, + [SMALL_STATE(4873)] = 110405, + [SMALL_STATE(4874)] = 110412, + [SMALL_STATE(4875)] = 110419, + [SMALL_STATE(4876)] = 110426, + [SMALL_STATE(4877)] = 110433, + [SMALL_STATE(4878)] = 110440, + [SMALL_STATE(4879)] = 110447, + [SMALL_STATE(4880)] = 110454, + [SMALL_STATE(4881)] = 110461, + [SMALL_STATE(4882)] = 110468, + [SMALL_STATE(4883)] = 110475, + [SMALL_STATE(4884)] = 110482, + [SMALL_STATE(4885)] = 110489, + [SMALL_STATE(4886)] = 110496, + [SMALL_STATE(4887)] = 110503, + [SMALL_STATE(4888)] = 110510, + [SMALL_STATE(4889)] = 110517, + [SMALL_STATE(4890)] = 110524, + [SMALL_STATE(4891)] = 110531, + [SMALL_STATE(4892)] = 110538, + [SMALL_STATE(4893)] = 110545, + [SMALL_STATE(4894)] = 110552, + [SMALL_STATE(4895)] = 110559, + [SMALL_STATE(4896)] = 110566, + [SMALL_STATE(4897)] = 110573, + [SMALL_STATE(4898)] = 110580, + [SMALL_STATE(4899)] = 110587, + [SMALL_STATE(4900)] = 110594, + [SMALL_STATE(4901)] = 110601, + [SMALL_STATE(4902)] = 110608, + [SMALL_STATE(4903)] = 110615, + [SMALL_STATE(4904)] = 110622, + [SMALL_STATE(4905)] = 110629, + [SMALL_STATE(4906)] = 110636, + [SMALL_STATE(4907)] = 110643, + [SMALL_STATE(4908)] = 110650, + [SMALL_STATE(4909)] = 110657, + [SMALL_STATE(4910)] = 110664, + [SMALL_STATE(4911)] = 110671, + [SMALL_STATE(4912)] = 110678, + [SMALL_STATE(4913)] = 110685, + [SMALL_STATE(4914)] = 110692, + [SMALL_STATE(4915)] = 110699, + [SMALL_STATE(4916)] = 110706, + [SMALL_STATE(4917)] = 110713, + [SMALL_STATE(4918)] = 110720, + [SMALL_STATE(4919)] = 110727, + [SMALL_STATE(4920)] = 110734, + [SMALL_STATE(4921)] = 110741, + [SMALL_STATE(4922)] = 110748, + [SMALL_STATE(4923)] = 110755, + [SMALL_STATE(4924)] = 110762, + [SMALL_STATE(4925)] = 110769, + [SMALL_STATE(4926)] = 110776, + [SMALL_STATE(4927)] = 110783, + [SMALL_STATE(4928)] = 110790, + [SMALL_STATE(4929)] = 110797, + [SMALL_STATE(4930)] = 110804, + [SMALL_STATE(4931)] = 110811, + [SMALL_STATE(4932)] = 110818, + [SMALL_STATE(4933)] = 110825, + [SMALL_STATE(4934)] = 110832, + [SMALL_STATE(4935)] = 110839, + [SMALL_STATE(4936)] = 110846, + [SMALL_STATE(4937)] = 110853, + [SMALL_STATE(4938)] = 110860, + [SMALL_STATE(4939)] = 110867, + [SMALL_STATE(4940)] = 110874, + [SMALL_STATE(4941)] = 110881, + [SMALL_STATE(4942)] = 110888, + [SMALL_STATE(4943)] = 110895, + [SMALL_STATE(4944)] = 110902, + [SMALL_STATE(4945)] = 110909, + [SMALL_STATE(4946)] = 110916, + [SMALL_STATE(4947)] = 110923, + [SMALL_STATE(4948)] = 110930, + [SMALL_STATE(4949)] = 110937, + [SMALL_STATE(4950)] = 110944, + [SMALL_STATE(4951)] = 110951, + [SMALL_STATE(4952)] = 110958, + [SMALL_STATE(4953)] = 110965, + [SMALL_STATE(4954)] = 110972, + [SMALL_STATE(4955)] = 110979, + [SMALL_STATE(4956)] = 110986, + [SMALL_STATE(4957)] = 110993, + [SMALL_STATE(4958)] = 111000, + [SMALL_STATE(4959)] = 111007, + [SMALL_STATE(4960)] = 111014, + [SMALL_STATE(4961)] = 111021, + [SMALL_STATE(4962)] = 111028, + [SMALL_STATE(4963)] = 111035, + [SMALL_STATE(4964)] = 111042, + [SMALL_STATE(4965)] = 111049, + [SMALL_STATE(4966)] = 111056, + [SMALL_STATE(4967)] = 111063, + [SMALL_STATE(4968)] = 111070, + [SMALL_STATE(4969)] = 111077, + [SMALL_STATE(4970)] = 111084, + [SMALL_STATE(4971)] = 111091, + [SMALL_STATE(4972)] = 111098, + [SMALL_STATE(4973)] = 111105, + [SMALL_STATE(4974)] = 111112, + [SMALL_STATE(4975)] = 111119, + [SMALL_STATE(4976)] = 111126, + [SMALL_STATE(4977)] = 111133, + [SMALL_STATE(4978)] = 111140, + [SMALL_STATE(4979)] = 111147, + [SMALL_STATE(4980)] = 111154, + [SMALL_STATE(4981)] = 111161, + [SMALL_STATE(4982)] = 111168, + [SMALL_STATE(4983)] = 111175, + [SMALL_STATE(4984)] = 111182, + [SMALL_STATE(4985)] = 111189, + [SMALL_STATE(4986)] = 111196, + [SMALL_STATE(4987)] = 111203, + [SMALL_STATE(4988)] = 111210, + [SMALL_STATE(4989)] = 111217, + [SMALL_STATE(4990)] = 111224, + [SMALL_STATE(4991)] = 111231, + [SMALL_STATE(4992)] = 111238, + [SMALL_STATE(4993)] = 111245, + [SMALL_STATE(4994)] = 111252, + [SMALL_STATE(4995)] = 111259, + [SMALL_STATE(4996)] = 111266, + [SMALL_STATE(4997)] = 111273, + [SMALL_STATE(4998)] = 111280, + [SMALL_STATE(4999)] = 111287, + [SMALL_STATE(5000)] = 111294, + [SMALL_STATE(5001)] = 111301, + [SMALL_STATE(5002)] = 111308, + [SMALL_STATE(5003)] = 111315, + [SMALL_STATE(5004)] = 111322, + [SMALL_STATE(5005)] = 111329, + [SMALL_STATE(5006)] = 111336, + [SMALL_STATE(5007)] = 111343, + [SMALL_STATE(5008)] = 111350, + [SMALL_STATE(5009)] = 111357, + [SMALL_STATE(5010)] = 111364, + [SMALL_STATE(5011)] = 111371, + [SMALL_STATE(5012)] = 111378, + [SMALL_STATE(5013)] = 111385, + [SMALL_STATE(5014)] = 111392, + [SMALL_STATE(5015)] = 111399, + [SMALL_STATE(5016)] = 111406, + [SMALL_STATE(5017)] = 111413, + [SMALL_STATE(5018)] = 111420, + [SMALL_STATE(5019)] = 111427, + [SMALL_STATE(5020)] = 111434, + [SMALL_STATE(5021)] = 111441, + [SMALL_STATE(5022)] = 111448, + [SMALL_STATE(5023)] = 111455, + [SMALL_STATE(5024)] = 111462, + [SMALL_STATE(5025)] = 111469, + [SMALL_STATE(5026)] = 111476, + [SMALL_STATE(5027)] = 111483, + [SMALL_STATE(5028)] = 111490, + [SMALL_STATE(5029)] = 111497, + [SMALL_STATE(5030)] = 111504, + [SMALL_STATE(5031)] = 111511, + [SMALL_STATE(5032)] = 111518, + [SMALL_STATE(5033)] = 111525, + [SMALL_STATE(5034)] = 111532, + [SMALL_STATE(5035)] = 111539, + [SMALL_STATE(5036)] = 111546, + [SMALL_STATE(5037)] = 111553, + [SMALL_STATE(5038)] = 111560, + [SMALL_STATE(5039)] = 111567, + [SMALL_STATE(5040)] = 111574, + [SMALL_STATE(5041)] = 111581, + [SMALL_STATE(5042)] = 111588, + [SMALL_STATE(5043)] = 111595, + [SMALL_STATE(5044)] = 111602, + [SMALL_STATE(5045)] = 111609, + [SMALL_STATE(5046)] = 111616, + [SMALL_STATE(5047)] = 111623, + [SMALL_STATE(5048)] = 111630, + [SMALL_STATE(5049)] = 111637, + [SMALL_STATE(5050)] = 111644, + [SMALL_STATE(5051)] = 111651, + [SMALL_STATE(5052)] = 111658, + [SMALL_STATE(5053)] = 111665, + [SMALL_STATE(5054)] = 111672, + [SMALL_STATE(5055)] = 111679, + [SMALL_STATE(5056)] = 111686, + [SMALL_STATE(5057)] = 111693, + [SMALL_STATE(5058)] = 111700, + [SMALL_STATE(5059)] = 111707, + [SMALL_STATE(5060)] = 111714, + [SMALL_STATE(5061)] = 111721, + [SMALL_STATE(5062)] = 111728, + [SMALL_STATE(5063)] = 111735, + [SMALL_STATE(5064)] = 111742, + [SMALL_STATE(5065)] = 111749, + [SMALL_STATE(5066)] = 111756, + [SMALL_STATE(5067)] = 111763, + [SMALL_STATE(5068)] = 111770, + [SMALL_STATE(5069)] = 111777, + [SMALL_STATE(5070)] = 111784, + [SMALL_STATE(5071)] = 111791, + [SMALL_STATE(5072)] = 111798, + [SMALL_STATE(5073)] = 111805, + [SMALL_STATE(5074)] = 111812, + [SMALL_STATE(5075)] = 111819, + [SMALL_STATE(5076)] = 111826, + [SMALL_STATE(5077)] = 111833, + [SMALL_STATE(5078)] = 111840, + [SMALL_STATE(5079)] = 111847, + [SMALL_STATE(5080)] = 111854, + [SMALL_STATE(5081)] = 111861, + [SMALL_STATE(5082)] = 111868, + [SMALL_STATE(5083)] = 111875, + [SMALL_STATE(5084)] = 111882, + [SMALL_STATE(5085)] = 111889, + [SMALL_STATE(5086)] = 111896, + [SMALL_STATE(5087)] = 111903, + [SMALL_STATE(5088)] = 111910, + [SMALL_STATE(5089)] = 111917, + [SMALL_STATE(5090)] = 111924, + [SMALL_STATE(5091)] = 111931, + [SMALL_STATE(5092)] = 111938, + [SMALL_STATE(5093)] = 111945, + [SMALL_STATE(5094)] = 111952, + [SMALL_STATE(5095)] = 111959, + [SMALL_STATE(5096)] = 111966, + [SMALL_STATE(5097)] = 111973, + [SMALL_STATE(5098)] = 111980, + [SMALL_STATE(5099)] = 111987, + [SMALL_STATE(5100)] = 111994, + [SMALL_STATE(5101)] = 112001, + [SMALL_STATE(5102)] = 112008, + [SMALL_STATE(5103)] = 112015, + [SMALL_STATE(5104)] = 112022, + [SMALL_STATE(5105)] = 112029, + [SMALL_STATE(5106)] = 112036, + [SMALL_STATE(5107)] = 112043, + [SMALL_STATE(5108)] = 112050, + [SMALL_STATE(5109)] = 112057, + [SMALL_STATE(5110)] = 112064, + [SMALL_STATE(5111)] = 112071, + [SMALL_STATE(5112)] = 112078, + [SMALL_STATE(5113)] = 112085, + [SMALL_STATE(5114)] = 112092, + [SMALL_STATE(5115)] = 112099, + [SMALL_STATE(5116)] = 112106, + [SMALL_STATE(5117)] = 112113, + [SMALL_STATE(5118)] = 112120, + [SMALL_STATE(5119)] = 112127, + [SMALL_STATE(5120)] = 112134, + [SMALL_STATE(5121)] = 112141, + [SMALL_STATE(5122)] = 112148, + [SMALL_STATE(5123)] = 112155, + [SMALL_STATE(5124)] = 112162, + [SMALL_STATE(5125)] = 112169, + [SMALL_STATE(5126)] = 112176, + [SMALL_STATE(5127)] = 112183, + [SMALL_STATE(5128)] = 112190, + [SMALL_STATE(5129)] = 112197, + [SMALL_STATE(5130)] = 112204, + [SMALL_STATE(5131)] = 112211, + [SMALL_STATE(5132)] = 112218, + [SMALL_STATE(5133)] = 112225, + [SMALL_STATE(5134)] = 112232, + [SMALL_STATE(5135)] = 112239, + [SMALL_STATE(5136)] = 112246, + [SMALL_STATE(5137)] = 112253, + [SMALL_STATE(5138)] = 112260, + [SMALL_STATE(5139)] = 112267, + [SMALL_STATE(5140)] = 112274, + [SMALL_STATE(5141)] = 112281, + [SMALL_STATE(5142)] = 112288, + [SMALL_STATE(5143)] = 112295, + [SMALL_STATE(5144)] = 112302, + [SMALL_STATE(5145)] = 112309, + [SMALL_STATE(5146)] = 112316, + [SMALL_STATE(5147)] = 112323, + [SMALL_STATE(5148)] = 112330, + [SMALL_STATE(5149)] = 112337, + [SMALL_STATE(5150)] = 112344, + [SMALL_STATE(5151)] = 112351, + [SMALL_STATE(5152)] = 112358, + [SMALL_STATE(5153)] = 112365, + [SMALL_STATE(5154)] = 112372, + [SMALL_STATE(5155)] = 112379, + [SMALL_STATE(5156)] = 112386, + [SMALL_STATE(5157)] = 112393, + [SMALL_STATE(5158)] = 112400, + [SMALL_STATE(5159)] = 112407, + [SMALL_STATE(5160)] = 112414, + [SMALL_STATE(5161)] = 112421, + [SMALL_STATE(5162)] = 112428, + [SMALL_STATE(5163)] = 112435, + [SMALL_STATE(5164)] = 112442, + [SMALL_STATE(5165)] = 112449, + [SMALL_STATE(5166)] = 112456, + [SMALL_STATE(5167)] = 112463, + [SMALL_STATE(5168)] = 112470, + [SMALL_STATE(5169)] = 112477, + [SMALL_STATE(5170)] = 112484, + [SMALL_STATE(5171)] = 112491, + [SMALL_STATE(5172)] = 112498, + [SMALL_STATE(5173)] = 112505, + [SMALL_STATE(5174)] = 112512, + [SMALL_STATE(5175)] = 112519, + [SMALL_STATE(5176)] = 112526, + [SMALL_STATE(5177)] = 112533, + [SMALL_STATE(5178)] = 112540, + [SMALL_STATE(5179)] = 112547, + [SMALL_STATE(5180)] = 112554, + [SMALL_STATE(5181)] = 112561, + [SMALL_STATE(5182)] = 112568, + [SMALL_STATE(5183)] = 112575, + [SMALL_STATE(5184)] = 112582, + [SMALL_STATE(5185)] = 112589, + [SMALL_STATE(5186)] = 112596, + [SMALL_STATE(5187)] = 112603, + [SMALL_STATE(5188)] = 112610, + [SMALL_STATE(5189)] = 112617, + [SMALL_STATE(5190)] = 112624, + [SMALL_STATE(5191)] = 112631, + [SMALL_STATE(5192)] = 112638, + [SMALL_STATE(5193)] = 112645, + [SMALL_STATE(5194)] = 112652, + [SMALL_STATE(5195)] = 112659, + [SMALL_STATE(5196)] = 112666, + [SMALL_STATE(5197)] = 112673, + [SMALL_STATE(5198)] = 112680, + [SMALL_STATE(5199)] = 112687, + [SMALL_STATE(5200)] = 112694, + [SMALL_STATE(5201)] = 112701, + [SMALL_STATE(5202)] = 112708, + [SMALL_STATE(5203)] = 112715, + [SMALL_STATE(5204)] = 112722, + [SMALL_STATE(5205)] = 112729, + [SMALL_STATE(5206)] = 112736, + [SMALL_STATE(5207)] = 112743, + [SMALL_STATE(5208)] = 112750, + [SMALL_STATE(5209)] = 112757, + [SMALL_STATE(5210)] = 112764, + [SMALL_STATE(5211)] = 112771, + [SMALL_STATE(5212)] = 112778, + [SMALL_STATE(5213)] = 112785, + [SMALL_STATE(5214)] = 112792, + [SMALL_STATE(5215)] = 112799, + [SMALL_STATE(5216)] = 112806, + [SMALL_STATE(5217)] = 112813, + [SMALL_STATE(5218)] = 112820, + [SMALL_STATE(5219)] = 112827, + [SMALL_STATE(5220)] = 112834, + [SMALL_STATE(5221)] = 112841, + [SMALL_STATE(5222)] = 112848, + [SMALL_STATE(5223)] = 112855, + [SMALL_STATE(5224)] = 112862, + [SMALL_STATE(5225)] = 112869, + [SMALL_STATE(5226)] = 112876, + [SMALL_STATE(5227)] = 112883, + [SMALL_STATE(5228)] = 112890, + [SMALL_STATE(5229)] = 112897, + [SMALL_STATE(5230)] = 112904, + [SMALL_STATE(5231)] = 112911, + [SMALL_STATE(5232)] = 112918, + [SMALL_STATE(5233)] = 112925, + [SMALL_STATE(5234)] = 112932, + [SMALL_STATE(5235)] = 112939, + [SMALL_STATE(5236)] = 112946, + [SMALL_STATE(5237)] = 112953, + [SMALL_STATE(5238)] = 112960, + [SMALL_STATE(5239)] = 112967, + [SMALL_STATE(5240)] = 112974, + [SMALL_STATE(5241)] = 112981, + [SMALL_STATE(5242)] = 112988, + [SMALL_STATE(5243)] = 112995, + [SMALL_STATE(5244)] = 113002, + [SMALL_STATE(5245)] = 113009, + [SMALL_STATE(5246)] = 113016, + [SMALL_STATE(5247)] = 113023, + [SMALL_STATE(5248)] = 113030, + [SMALL_STATE(5249)] = 113037, + [SMALL_STATE(5250)] = 113044, + [SMALL_STATE(5251)] = 113051, + [SMALL_STATE(5252)] = 113058, + [SMALL_STATE(5253)] = 113065, + [SMALL_STATE(5254)] = 113072, + [SMALL_STATE(5255)] = 113079, + [SMALL_STATE(5256)] = 113086, + [SMALL_STATE(5257)] = 113093, + [SMALL_STATE(5258)] = 113100, + [SMALL_STATE(5259)] = 113107, + [SMALL_STATE(5260)] = 113114, + [SMALL_STATE(5261)] = 113121, + [SMALL_STATE(5262)] = 113128, + [SMALL_STATE(5263)] = 113135, + [SMALL_STATE(5264)] = 113142, + [SMALL_STATE(5265)] = 113149, + [SMALL_STATE(5266)] = 113156, + [SMALL_STATE(5267)] = 113163, + [SMALL_STATE(5268)] = 113170, + [SMALL_STATE(5269)] = 113177, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -397397,961 +399568,961 @@ 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(800), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5208), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4483), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5164), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5131), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5237), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5193), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4602), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4322), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4619), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4634), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5071), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4990), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4167), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4974), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4703), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4928), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5152), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), - [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4531), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5184), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4202), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4621), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5115), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4627), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5019), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4710), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4989), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4956), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4909), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5221), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4744), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4942), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4905), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5004), + [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4479), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4190), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4807), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4916), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5205), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4814), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 60), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3364), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4390), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4827), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5244), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5224), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5225), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4834), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 60), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(797), - [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3760), - [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5002), - [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3340), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 60), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(800), + [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3756), + [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5004), + [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3313), [377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), [379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5001), - [382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4479), - [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(818), - [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1884), - [391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1898), - [394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1884), - [397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1239), - [400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3137), - [403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1478), - [406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(127), - [409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2539), - [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1246), - [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5164), - [418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3912), - [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4525), - [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5131), - [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4569), - [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1471), - [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(44), - [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1560), - [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1281), - [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1219), - [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1286), - [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1461), - [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3581), - [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1637), - [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1717), - [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3428), - [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4190), - [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4807), - [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1841), - [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4921), - [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4733), - [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1108), - [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5215), - [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1540), - [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4916), - [490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4915), - [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4840), - [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1888), - [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1704), - [502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2644), - [505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4655), - [508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4139), - [511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2685), - [514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4990), - [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1296), - [520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1489), - [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1301), - [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3118), - [529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(780), - [532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(699), - [535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1869), - [538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1724), - [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3998), - [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3805), - [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5205), - [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1723), - [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1842), - [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4814), - [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1864), - [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2745), + [382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4639), + [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(824), + [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1937), + [391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1883), + [394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1937), + [397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1256), + [400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3144), + [403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1488), + [406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(140), + [409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2534), + [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1251), + [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5193), + [418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3914), + [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4580), + [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5160), + [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4602), + [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1480), + [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(30), + [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1571), + [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1308), + [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1228), + [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1300), + [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1474), + [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3566), + [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1704), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1721), + [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3440), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4390), + [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4827), + [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1836), + [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5223), + [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4535), + [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(868), + [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5244), + [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1550), + [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5224), + [490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5225), + [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4839), + [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1918), + [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1708), + [502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2646), + [505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4665), + [508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4059), + [511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2677), + [514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5019), + [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1299), + [520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1499), + [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1358), + [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2980), + [529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(785), + [532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(767), + [535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1859), + [538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1762), + [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4156), + [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3855), + [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5234), + [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1763), + [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1840), + [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4834), + [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1882), + [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2726), [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(28), - [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5090), - [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4928), - [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1220), - [577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2232), - [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), - [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), - [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), - [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4729), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), - [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), - [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), - [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5224), - [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), - [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), - [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), - [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4171), - [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), - [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5225), - [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(787), - [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3748), - [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5152), - [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3338), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5150), - [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4574), - [682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(459), - [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2527), - [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1252), - [691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(33), - [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4275), - [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4531), - [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1781), - [705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5133), - [708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4566), - [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1087), - [714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5184), - [717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1542), - [720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5134), - [723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5137), - [726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5147), - [729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(779), - [732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1753), - [735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4102), - [738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3818), - [741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5185), - [744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1754), - [747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1783), - [750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4538), - [753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(36), - [756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4969), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(800), - [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3768), - [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5223), - [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3323), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5208), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4483), - [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(294), - [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2529), - [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1241), - [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(34), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4322), - [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4619), - [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1929), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5086), - [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4634), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1213), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5072), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1545), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5071), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5070), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5051), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(778), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1695), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4167), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3797), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4974), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1691), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1849), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4703), - [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(40), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4960), - [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(793), - [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3726), - [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4864), - [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3361), - [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4842), - [941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4729), - [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(351), - [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2522), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1237), - [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(61), - [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4370), - [959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4786), - [962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1850), - [965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4933), - [968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4726), - [971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1101), - [974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5224), - [977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1543), - [980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4936), - [983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4939), - [986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4868), - [989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(781), - [992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1692), - [995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4171), - [998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3840), - [1001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5225), - [1004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1750), - [1007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1851), - [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4782), - [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(66), - [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5127), - [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 11), - [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 11), - [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), - [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), - [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4743), - [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 11), - [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 11), - [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(791), - [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1242), - [1049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1884), - [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1884), - [1055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1815), - [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1815), - [1063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(127), - [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2539), - [1069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1281), - [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5164), - [1075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3912), - [1078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4806), - [1081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5131), - [1084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(44), - [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1563), - [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1219), - [1093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1286), - [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1461), - [1099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3581), - [1102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1637), - [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1717), - [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3428), - [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4190), - [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4807), - [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4733), - [1120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1108), - [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5215), - [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1540), - [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4916), - [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4915), - [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4840), - [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1888), - [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1704), - [1144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2644), - [1147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4655), - [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4139), - [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2685), - [1156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4990), - [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1296), - [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1301), - [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3118), - [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4743), - [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1869), - [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1724), - [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1723), - [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1842), - [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4814), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1864), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2745), - [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4928), - [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1220), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2232), - [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5119), + [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4956), + [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1230), + [577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2261), + [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(793), + [583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3770), + [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5222), + [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3355), + [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5221), + [595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4741), + [598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(328), + [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2524), + [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1261), + [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(66), + [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4276), + [615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4545), + [618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1905), + [621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4946), + [624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4744), + [627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(873), + [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5213), + [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1549), + [636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4942), + [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4941), + [642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5219), + [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(787), + [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1755), + [651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4153), + [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3829), + [657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5214), + [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1756), + [663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1921), + [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4552), + [669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(29), + [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4998), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(799), + [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3722), + [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4887), + [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3373), + [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4843), + [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4718), + [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(475), + [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2545), + [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1246), + [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(60), + [743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4341), + [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4781), + [749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1867), + [752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4939), + [755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4749), + [758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(858), + [761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5253), + [764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1554), + [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4934), + [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4906), + [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4891), + [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(786), + [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1740), + [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4181), + [785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3867), + [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5254), + [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1731), + [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1877), + [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4776), + [800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(44), + [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5156), + [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), + [820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4843), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4718), + [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4781), + [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), + [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4749), + [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5253), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4934), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4906), + [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4891), + [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4181), + [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3867), + [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5254), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(809), + [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3757), + [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5252), + [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3327), + [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5237), + [893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4517), + [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(494), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2541), + [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1248), + [905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(34), + [908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4202), + [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4621), + [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1862), + [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5115), + [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4627), + [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1024), + [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5101), + [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1552), + [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5100), + [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5099), + [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5080), + [941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(784), + [944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1723), + [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4124), + [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3821), + [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5003), + [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1719), + [959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1886), + [962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4710), + [965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(49), + [968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4989), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 11), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 11), + [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), + [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(808), + [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1250), + [1045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1937), + [1048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1937), + [1051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1833), + [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1833), + [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(140), + [1062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2534), + [1065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1308), + [1068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5193), + [1071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3914), + [1074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4544), + [1077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5160), + [1080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(30), + [1083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1568), + [1086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1228), + [1089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1300), + [1092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1474), + [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3566), + [1098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1704), + [1101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1721), + [1104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3440), + [1107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4390), + [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4827), + [1113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4535), + [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(868), + [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5244), + [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1550), + [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5224), + [1128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5225), + [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4839), + [1134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1918), + [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1708), + [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2646), + [1143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4665), + [1146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4059), + [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2677), + [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5019), + [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1299), + [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1358), + [1161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2980), + [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4760), + [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1859), + [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1762), + [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1763), + [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1840), + [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4834), + [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1882), + [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2726), + [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4956), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1230), + [1194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2261), + [1197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 11), + [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 11), [1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), [1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(810), - [1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(351), - [1217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2522), - [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(61), - [1223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4370), - [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4786), - [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4726), - [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1101), - [1235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5224), - [1238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1543), - [1241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4936), - [1244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4939), - [1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4868), - [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1692), - [1253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1750), - [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1851), - [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4782), - [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(808), - [1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(294), - [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2529), - [1273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(34), - [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4322), - [1279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4619), - [1282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4634), - [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1213), - [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5072), - [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1545), - [1294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5071), - [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5070), - [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5051), - [1303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1695), - [1306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1691), - [1309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1849), - [1312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4703), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(802), + [1218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(475), + [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2545), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(60), + [1227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4341), + [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4781), + [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4749), + [1236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(858), + [1239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5253), + [1242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1554), + [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4934), + [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4906), + [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4891), + [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1740), + [1257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1731), + [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1877), + [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4776), + [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(801), + [1269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(328), + [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2524), + [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(66), + [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4276), + [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4545), + [1284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4744), + [1287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(873), + [1290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5213), + [1293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1549), + [1296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4942), + [1299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4941), + [1302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5219), + [1305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1755), + [1308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1756), + [1311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1921), + [1314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4552), [1317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(806), - [1320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(459), - [1323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2527), - [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(33), - [1329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4275), - [1332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4531), - [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4566), - [1338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1087), - [1341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5184), - [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1542), - [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5134), - [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5137), - [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5147), - [1356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1753), - [1359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1754), - [1362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1783), - [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4538), - [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [1320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(494), + [1323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2541), + [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(34), + [1329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4202), + [1332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4621), + [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4627), + [1338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1024), + [1341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5101), + [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1552), + [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5100), + [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5099), + [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5080), + [1356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1723), + [1359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1719), + [1362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1886), + [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4710), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), - [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), - [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4622), - [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), + [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4763), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4634), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5257), + [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), - [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), - [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), - [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), - [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4740), - [1402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(803), + [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), + [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4758), + [1402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(810), [1405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(704), - [1408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2536), - [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(53), - [1414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4198), - [1417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4746), - [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4622), - [1423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1102), - [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5228), - [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1541), + [1408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2547), + [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(63), + [1414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4213), + [1417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4763), + [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4634), + [1423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(996), + [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5257), + [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1553), [1432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5091), - [1435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5092), - [1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4901), - [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1732), - [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1731), - [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1855), - [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4740), - [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), - [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [1463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), - [1465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), - [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), - [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 9), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 9), - [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4809), - [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4809), - [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 119), - [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 119), - [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4647), - [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), - [1522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4754), - [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4608), - [1527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4608), - [1530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4647), - [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 149), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 149), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 66), - [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 66), - [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 98), - [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 98), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 129), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 129), - [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 152), - [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 152), - [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_non_case_statement, 2), - [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_non_case_statement, 2), - [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 77), - [1561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 77), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 151), - [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 151), - [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 150), - [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 150), + [1435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5090), + [1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4927), + [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1724), + [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1722), + [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1895), + [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4758), + [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [1463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), + [1465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), + [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [1497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4797), + [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 9), + [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 9), + [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4797), + [1506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4622), + [1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4775), + [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4775), + [1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 119), + [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 119), + [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [1520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4766), + [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4622), + [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4766), + [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 151), + [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 151), + [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 143), + [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 143), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 144), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 144), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 145), + [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 145), + [1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 149), + [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 149), + [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 150), + [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 150), + [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 98), + [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 98), + [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 110), + [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 110), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 66), + [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 66), + [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 129), + [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 129), [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 49), - [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 49), - [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 84), - [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 84), - [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3), - [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3), - [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3), - [1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3), - [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 110), - [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 110), - [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 42), - [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 42), - [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 111), - [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 111), - [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 40), - [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 40), - [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 47), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 47), - [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 39), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 39), - [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 134), - [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 134), - [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), - [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), - [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 135), - [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 135), - [1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 140), - [1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 140), - [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 141), - [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 141), - [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 39), - [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 39), - [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 142), - [1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 142), - [1665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 143), - [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 143), - [1669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 38), - [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 38), - [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 135), - [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 135), - [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 147), - [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 147), - [1683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 148), - [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 148), - [1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), - [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), - [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2), - [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2), - [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 144), - [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 144), - [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), - [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), - [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 28), - [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 28), - [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 10), - [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 10), - [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 61), - [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 61), - [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 45), - [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 45), - [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 60), - [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 60), - [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 59), - [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 59), - [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 58), - [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 58), - [1743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), - [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), - [1747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), - [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), - [1751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), - [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), - [1755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 4), - [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 4), - [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), - [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), - [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [1767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), - [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), - [1771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 52), - [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 52), - [1775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 50), - [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 50), - [1779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 86), - [1781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 86), - [1783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), - [1785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), - [1787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), - [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), - [1791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 91), - [1793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 91), - [1795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 10), - [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 10), + [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 135), + [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 135), + [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 47), + [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 47), + [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 84), + [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 84), + [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 142), + [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 142), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 141), + [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 141), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 39), + [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 39), + [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 77), + [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 77), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), + [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), + [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 154), + [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 154), + [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2), + [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2), + [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 153), + [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 153), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 152), + [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 152), + [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), + [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), + [1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 136), + [1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 136), + [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 38), + [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 38), + [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 134), + [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 134), + [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 39), + [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 39), + [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 49), + [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 49), + [1671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 111), + [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 111), + [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 40), + [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 40), + [1683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 42), + [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 42), + [1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), + [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), + [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3), + [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3), + [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), + [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 44), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 44), + [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 52), + [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 52), + [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), + [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), + [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 36), + [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 36), + [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), + [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), + [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 50), + [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 50), + [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 45), + [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 45), + [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), + [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), + [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), + [1743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), + [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), + [1747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), + [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), + [1751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 32), + [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 32), + [1755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), + [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 58), + [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 58), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 59), + [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 59), + [1767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 60), + [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 60), + [1771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 29), + [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 29), + [1775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 10), + [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 10), + [1779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 10), + [1781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 10), + [1783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 28), + [1785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 28), + [1787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), + [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), + [1791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 61), + [1793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 61), + [1795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 10), + [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 10), [1799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 4), [1801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 4), - [1803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [1807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), - [1809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), - [1811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), - [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), - [1815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 36), - [1817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 36), - [1819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 44), - [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 44), - [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), - [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), - [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), - [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), - [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 93), - [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 93), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), - [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 94), - [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 94), - [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 6), - [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 6), - [1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), - [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), - [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 128), - [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 128), - [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 127), - [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 127), - [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 95), - [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 95), - [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 60), - [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 60), - [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 5), - [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 5), - [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 96), - [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 96), - [1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 32), - [1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 32), - [1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 29), - [1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 29), - [1891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 10), - [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 10), - [1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 118), - [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 118), - [1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), - [1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), - [1903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 117), - [1905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 117), - [1907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 9), - [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 9), - [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4899), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), - [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), - [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), - [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4626), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), - [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), - [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), - [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5226), - [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), - [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), - [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5126), - [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), - [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), - [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), - [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), - [1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5229), - [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), - [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [1803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 146), + [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 146), + [1807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 6), + [1809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 6), + [1811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 128), + [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 128), + [1815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 127), + [1817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 127), + [1819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 5), + [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 5), + [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 118), + [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 118), + [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 117), + [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 117), + [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), + [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), + [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), + [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), + [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), + [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), + [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), + [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), + [1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 96), + [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 96), + [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 60), + [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 60), + [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 95), + [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 95), + [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 94), + [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 94), + [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), + [1869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), + [1871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 93), + [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 93), + [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 91), + [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 91), + [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), + [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), + [1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), + [1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), + [1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 86), + [1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 86), + [1891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 9), + [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 9), + [1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 4), + [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 4), + [1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), + [1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), + [1903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [1905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4925), + [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), + [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 60), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5145), + [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), + [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4629), + [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), + [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), + [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), + [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), + [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5155), + [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), + [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), + [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), + [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3844), + [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), + [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 60), + [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), - [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), - [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), - [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 60), - [1995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 60), - [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1472), - [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4899), - [2013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3355), - [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5111), - [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4626), - [2024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3138), - [2027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5106), - [2030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2176), - [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3137), - [2036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3137), - [2039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2535), - [2042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1281), - [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5164), - [2048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3449), - [2051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4530), - [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5131), - [2057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4569), - [2060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5226), - [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1219), - [2066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1465), - [2069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1439), - [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3563), - [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1585), - [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1693), - [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3434), - [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5126), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1296), - [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1489), - [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5113), - [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3035), - [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4086), - [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(699), - [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(798), - [2108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3851), - [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5229), - [2114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(893), - [2117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1220), - [2120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4932), - [2122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [2124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), - [2128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), - [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), - [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4174), - [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), - [2140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5231), - [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [2144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4932), - [2147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3378), - [2150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4903), - [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4500), - [2156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2518), - [2159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5161), - [2162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4174), - [2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(799), - [2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3820), - [2171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5231), - [2174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1042), - [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), - [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4730), - [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), - [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), - [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [2201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4846), - [2204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3345), - [2207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5079), - [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4730), - [2213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2521), - [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5075), - [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4095), - [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(795), - [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3784), - [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5216), - [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(947), - [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [2003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1482), + [2006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4925), + [2009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3358), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5145), + [2017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4629), + [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3147), + [2023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5139), + [2026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2224), + [2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3144), + [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3144), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2535), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1308), + [2041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5193), + [2044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3463), + [2047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4708), + [2050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5160), + [2053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4602), + [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5148), + [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1228), + [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1465), + [2065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1410), + [2068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3595), + [2071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1657), + [2074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1735), + [2077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3437), + [2080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5155), + [2083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1299), + [2086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1499), + [2089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4864), + [2092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2983), + [2095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4009), + [2098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(767), + [2101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(812), + [2104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3844), + [2107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5053), + [2110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(862), + [2113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1230), + [2116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4845), + [2118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), + [2120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), + [2122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4502), + [2124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [2128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), + [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), + [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), + [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5245), + [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4961), + [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), + [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), + [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5088), + [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5260), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [2184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4961), + [2187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3323), + [2190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4931), + [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4688), + [2196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2526), + [2199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5088), + [2202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4164), + [2205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(796), + [2208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3785), + [2211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5260), + [2214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1098), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [2225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4845), + [2228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3333), + [2231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4979), + [2234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4502), + [2237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2533), + [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4978), + [2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4182), + [2248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(805), + [2251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3799), + [2254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5245), + [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1081), + [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), [2264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [2267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), @@ -398360,3021 +400531,3144 @@ static const TSParseActionEntry ts_parse_actions[] = { [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), [2278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), - [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), - [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4732), - [2288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4732), - [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), - [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5109), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), - [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4996), - [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), - [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), - [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), - [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5171), - [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5179), - [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4138), - [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), - [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), - [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), - [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [2405] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [2413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1229), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), - [2429] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [2443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), - [2453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), - [2460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1233), - [2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [2474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), - [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), - [2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [2488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [2490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), - [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [2494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [2498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), - [2500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), - [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [2512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [2516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 13), - [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 14), - [2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 13), REDUCE(sym_template_function, 2, .production_id = 14), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 13), - [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 14), - [2527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 13), REDUCE(sym_template_function, 2, .production_id = 14), - [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), - [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), - [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), - [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4965), - [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), - [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2945), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), - [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), - [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), - [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4956), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), - [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4958), - [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [2580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 49), - [2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 49), - [2584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 146), - [2586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 146), - [2588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 128), - [2590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 128), - [2592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 49), - [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 49), - [2596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 139), - [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 139), - [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), - [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 84), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 84), - [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 137), - [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 137), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 96), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 96), - [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 60), - [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 60), - [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 95), - [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 95), - [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 43), - [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 43), - [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 104), - [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 104), - [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_statement, 1), - [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_statement, 1), - [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 131), - [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 131), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 2), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 2), - [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), - [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), - [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 43), - [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 43), - [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 116), - [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 116), - [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 60), - [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 60), - [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 61), - [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 61), - [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 10), - [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 10), - [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 10), - [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 10), - [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), - [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), - [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), - [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 49), - [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 49), - [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 84), - [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 84), - [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4651), - [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [2702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4363), - [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4692), - [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), - [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4486), - [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5204), - [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5200), - [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5209), - [2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), - [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 33), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 33), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), - [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), - [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [2780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_annotation, 1), - [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_annotation, 1), - [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [2802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), - [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), - [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5186), - [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [2842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), - [2846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), - [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), - [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), - [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3561), - [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), - [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3120), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), - [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [2902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), - [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), - [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), - [2944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), - [2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3157), - [2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1259), - [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1281), - [2962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5164), - [2965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4530), - [2968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5131), - [2971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1219), - [2974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1296), - [2977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1220), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), - [2990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1467), - [2993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4956), - [2996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4691), - [2999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4958), - [3002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1468), - [3005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1453), - [3008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1373), - [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), - [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), - [3015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), - [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), - [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), - [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 35), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 35), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), - [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), - [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 25), - [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 25), - [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 35), - [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 35), - [3051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1329), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [3062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 10), - [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 10), - [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), - [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 10), - [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 10), - [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), - [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), - [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 10), - [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 10), - [3088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [3094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), - [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), - [3101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [3104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [3106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_function_specifier, 1), - [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_function_specifier, 1), - [3110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2), - [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2), - [3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 35), - [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 35), - [3118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1300), - [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 75), - [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 75), - [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 106), - [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 106), - [3133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 36), - [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 36), - [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 69), - [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 69), - [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), - [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 106), - [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 106), - [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), - [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 105), - [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 105), - [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 34), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 34), - [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 107), - [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 107), - [3169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 132), - [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 132), - [3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 106), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 106), - [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 105), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 105), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 69), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 69), - [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 75), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 75), - [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 103), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 103), - [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 9), - [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 9), - [3209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [3213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [3217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), - [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), - [3221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1467), - [3224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4956), - [3227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4691), - [3230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4958), - [3233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1468), - [3236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1453), - [3239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1489), - [3242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1373), - [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 36), - [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 36), - [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 27), - [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 27), - [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), - [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 36), - [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 36), - [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), - [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), - [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), - [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), - [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), - [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), - [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), - [3275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 132), - [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 132), - [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), - [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), - [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 107), - [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 107), - [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 132), - [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 132), - [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 105), - [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 105), - [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 34), - [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 34), - [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), - [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), - [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), - [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), - [3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 36), - [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 36), - [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 9), - [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 9), - [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), - [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), - [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), - [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [3367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [3405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 79), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [3417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 10), - [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 10), - [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), - [3423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), - [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), - [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5082), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), - [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [3441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1494), - [3444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5082), - [3447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4788), - [3450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5084), - [3453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1420), - [3456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1492), - [3459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1435), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [3472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1548), - [3475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1445), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [3482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [3485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), - [3489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), - [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), - [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), - [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), - [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), - [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), - [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), - [3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [3627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [3636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), - [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4831), - [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2), - [3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [3776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), - [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [3988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [3996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_specifier_repeat1, 2), - [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_specifier_repeat1, 2), - [4000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_specifier_repeat1, 2), SHIFT_REPEAT(1373), - [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [4007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4806), - [4010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 108), - [4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 108), - [4014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 11), - [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 11), - [4018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1942), - [4025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1947), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [4030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [4032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4013), - [4035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1947), - [4038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [4040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [4048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [4058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [4064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [4074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1962), - [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), - [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [4083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1974), - [4086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4168), - [4089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1974), - [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [4104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1228), - [4107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1234), - [4110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1227), - [4113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [4117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1225), - [4120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1225), - [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 15), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [4127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 15), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [4131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1998), - [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 67), - [4136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 67), - [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), - [4140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [4142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), - [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 33), - [4146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 33), - [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 48), - [4150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 48), - [4152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 101), - [4158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 101), - [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 82), - [4162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 82), - [4164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 66), - [4170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 66), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [4174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1225), - [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), - [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), - [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 47), - [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 47), - [4191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2026), - [4194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1234), - [4197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), - [4200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1233), - [4203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), - [4206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), - [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 120), - [4214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 120), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2), - [4218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2), - [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 2), - [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 2), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [4228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 120), - [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 120), - [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [4240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [4246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2), - [4260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2), - [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 56), - [4264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 56), - [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 41), - [4268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 41), - [4274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [4276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 122), - [4284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 122), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), - [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [4298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 121), - [4304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 121), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), - [4312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 130), - [4314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 130), - [4316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 100), - [4318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 100), - [4320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 99), - [4322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 99), - [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [4326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [4328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 113), - [4332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 113), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [4336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), - [4346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), - [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 8), - [4350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 8), - [4352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(5176), - [4355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(3666), - [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 63), - [4364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 63), - [4366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 63), - [4368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 63), - [4370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 65), - [4372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 65), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 125), - [4378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 125), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [4382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 138), - [4384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 138), - [4386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), - [4388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), - [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), - [4392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 145), - [4394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 145), - [4396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 54), - [4398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), - [4400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1225), - [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 55), - [4405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 55), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [4411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 88), - [4413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 88), - [4415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 90), - [4417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 90), - [4419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [4421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [4423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 46), - [4425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 46), - [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 3), - [4429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 3), - [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), - [4433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), - [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [4437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [4439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), - [4441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), - [4443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2), - [4449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2), - [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [4453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [4455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), - [4457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), - [4459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 80), - [4461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 80), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), - [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 81), - [4467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 81), - [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 1, .production_id = 3), - [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 1, .production_id = 3), - [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 11), - [4475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 11), - [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [4479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [4481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), - [4483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), - [4485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, .production_id = 5), - [4487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, .production_id = 5), - [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [4491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), - [4495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), - [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 20), - [4499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 20), - [4501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), - [4503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [4507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2228), - [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), - [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), - [4528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), - [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [4538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [4544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2251), - [4547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4139), - [4550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2251), - [4553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1234), - [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [4572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [4578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [4588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [4594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1234), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [4603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 43), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [4631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1231), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [4640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), - [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [4648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), - [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), - [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [4656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2496), - [4659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4047), - [4662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2496), - [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), - [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [4677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1228), - [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), - [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [4684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [4686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), - [4688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), - [4690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), - [4698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), - [4700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), - [4702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), - [4704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), - [4706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [4708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [4710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), - [4712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), - [4714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), - [4716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), - [4718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [4720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [4722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), - [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), - [4726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), - [4728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), - [4730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), - [4732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), - [4734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), - [4736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [4744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1227), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), - [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [4783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [4801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [4811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), - [4813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [4819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), - [4827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), - [4835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [4837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), - [4867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), - [4869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [4871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [4873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [4881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [4885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [4891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [4895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [4899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [4905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [4915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [4917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [4919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [4921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), - [4923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [4925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [4927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), - [4929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), - [4931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [4941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [4945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [4951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [4955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), - [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [4975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), - [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [4979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [4981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), - [4997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 53), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [5001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1696), - [5004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), - [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), - [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), - [5014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [5016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [5018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), - [5020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), - [5022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), - [5024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), - [5026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3030), - [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [5030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 83), - [5032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 133), - [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), - [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), - [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [5084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), - [5086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [5092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 3), - [5094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 3), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5178), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [5106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [5126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 137), - [5128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 102), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [5132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), - [5134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 112), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [5152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 116), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [5158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [5190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [5232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), - [5242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 1), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [5270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [5354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [5356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 16), - [5410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 16), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [5416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), - [5418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3227), - [5421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3227), - [5424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), - [5426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1420), - [5429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1420), - [5432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2550), - [5435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3217), - [5438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3226), - [5441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(5125), - [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [5486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [5490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [5492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [5512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), - [5514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1219), - [5517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1219), - [5520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2589), - [5523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [5529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), - [5531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [5535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 16), - [5537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 16), - [5539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), - [5541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), - [5543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 24), - [5545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 24), - [5547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2588), - [5550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), - [5552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3227), - [5555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3227), - [5558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), - [5560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1219), - [5563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1219), - [5566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3226), - [5569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(5125), - [5572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1420), - [5575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1420), - [5578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2563), - [5581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1219), - [5584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1219), - [5587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3367), - [5590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3367), - [5593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3157), - [5596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3157), - [5599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3370), - [5602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(5100), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [5607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [5609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [5611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3261), - [5614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3279), - [5617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [5619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [5621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5164), - [5624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2605), - [5627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5082), - [5630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1420), - [5633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1420), - [5636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5), - [5638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5), - [5640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 126), - [5642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 126), - [5644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), - [5646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), - [5648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), - [5650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), - [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), - [5654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), - [5656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), - [5658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), - [5660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [5662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), - [5664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), - [5666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), - [5668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 15), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3480), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [5680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), - [5682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [5686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), - [5688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_qualifier, 1), - [5690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_qualifier, 1), - [5692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [5694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), - [5696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), - [5698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [5706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 87), - [5708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 87), - [5710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), - [5712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [5718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [5720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), - [5722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), - [5724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 92), - [5726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 92), - [5728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), - [5730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), - [5732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), - [5734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), - [5742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), - [5744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), - [5746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 15), - [5748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 124), - [5750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 124), - [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [5756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [5758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), - [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), - [5770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [5774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [5778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), - [5780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 2), - [5782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [5784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [5790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3157), - [5793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [5795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [5797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 4), - [5799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 4), - [5801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [5805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), - [5807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [5809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [5851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [5855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [5859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [5869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [5871] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [5879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [5883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [5887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [5897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 41), - [5899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 41), - [5901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [5903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [5907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [5909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [5911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [5915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 8), - [5917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 8), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [5921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [5923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [5925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [5927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [5931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [5933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [5935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [5979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3157), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [5986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [5994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), - [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), - [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), - [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), - [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), - [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), - [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), - [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), - [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), - [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), - [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), - [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4191), - [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), - [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), - [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3473), - [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), - [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4389), - [6102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3473), - [6105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1557), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), - [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4245), - [6140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), - [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [6170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), - [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), - [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4338), - [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4323), - [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4253), - [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4368), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [6224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [6230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), - [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), - [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), - [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), - [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), - [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), - [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [6258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), - [6260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 6), - [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), - [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), - [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), - [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), - [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), - [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), - [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), - [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), - [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), - [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), - [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), - [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), - [6298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), - [6300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), - [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [6310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 123), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [6330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [6336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 6), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [6348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 64), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [6352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [6354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 64), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), - [6366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [6370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 123), - [6372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [6374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4530), - [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [6379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [6381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), - [6383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), - [6385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), - [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), - [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), - [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [6403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), - [6405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), - [6407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3668), - [6410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4060), - [6413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3668), - [6416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 124), - [6418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 124), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), - [6428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4788), - [6431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [6433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [6435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), - [6437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [6441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 74), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [6445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 74), - [6447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 18), - [6449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 18), - [6451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 87), - [6453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 87), - [6455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [6457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [6461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 18), - [6463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 18), - [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [6469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [6471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 123), - [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [6479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 87), - [6481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 87), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [6487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [6493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 18), - [6495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 18), - [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), - [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4324), - [6503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [6509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 18), - [6511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 18), - [6513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 124), - [6515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 124), - [6517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 49), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [6521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [6523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [6527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 64), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4309), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [6537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [6559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [6561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [6565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 6), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3972), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3901), - [6579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [6581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), - [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), - [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), - [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [6595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), - [6597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), - [6599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), - [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), - [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), - [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), - [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), - [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4747), - [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [6651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1), - [6653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1), - [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), - [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), - [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [6673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), - [6675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), - [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), - [6679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4716), - [6683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), - [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [6695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), - [6707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [6709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), - [6711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), - [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), - [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [6717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [6721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), - [6723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), - [6725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), - [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [6739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 124), - [6741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 124), - [6743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 45), - [6745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [6747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [6749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [6751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [6753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 62), - [6755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1837), - [6758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [6760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(4879), - [6763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [6765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), - [6767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), - [6769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), - [6771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 18), - [6773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 18), - [6775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), - [6777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), - [6779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 97), - [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 30), - [6783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 87), - [6785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 87), - [6787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 16), - [6789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 16), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), - [6793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4694), - [6795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [6797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [6799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 85), SHIFT_REPEAT(3435), - [6802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 85), - [6804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 47), - [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), - [6812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), - [6814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), - [6816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), - [6818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), - [6820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 18), - [6822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 18), - [6824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 89), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [6838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 22), - [6840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 22), - [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [6852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 7), - [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [6864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4752), - [6867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 12), - [6869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 12), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [6879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [6883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [6891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [6895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), - [6897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [6899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4925), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), - [6909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [6913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), - [6915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [6931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [6935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [6945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), - [6947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [6951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4080), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [6955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 74), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [6967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [6969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), - [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [6977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 68), - [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [6981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3808), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4043), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [7001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [7017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), - [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [7047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [7055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [7061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), - [7079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), - [7081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [7087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [7089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4155), - [7092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4155), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [7097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(3721), - [7100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), - [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [7104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [7110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [7112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5198), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), - [7124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [7128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [7138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [7142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [7146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), - [7154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), - [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), - [7162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(3604), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [7169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 51), - [7171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 109), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [7185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1534), - [7188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), - [7194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(1251), - [7197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), - [7199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), - [7201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), - [7203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(817), - [7206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [7220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), SHIFT_REPEAT(4853), - [7223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [7227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(831), - [7230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [7246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 74), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [7256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(4672), - [7259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [7261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), - [7263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, .production_id = 25), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [7281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1627), - [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [7306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(3307), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [7319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(4793), - [7322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [7330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 85), SHIFT_REPEAT(3641), - [7333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 85), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [7339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), - [7347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [7435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(2508), - [7438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), - [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), - [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [7466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 7), - [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [7510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(4501), - [7513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [7521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(5176), - [7524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), - [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [7530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), SHIFT_REPEAT(1758), - [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [7535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 85), SHIFT_REPEAT(3048), - [7538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 85), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [7580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 49), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), - [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [7608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 78), - [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), - [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [7638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), - [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), - [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [7686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [7688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), - [7690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 7), - [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [7694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5240), - [7696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [7698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4900), - [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [7704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [7706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5194), - [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [7720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4967), - [7724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), - [7726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4860), - [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [7730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), - [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [7748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [7750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5146), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [7754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), - [7762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [7764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5098), - [7766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [7768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [7770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5081), - [7772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), - [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [7776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 136), - [7778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), - [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), - [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), - [7784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [7786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [7788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5028), - [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [7792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5202), - [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), - [7796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 4), - [7798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 44), - [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), - [7804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 115), - [7806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 114), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), - [7810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), - [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), - [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), - [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), - [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), - [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [7824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [7826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4961), - [7828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [7830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), - [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), - [7836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5110), - [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), - [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), - [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), - [7848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 19), - [7850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 68), - [7852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), - [7854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 3), - [7856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [7860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [7862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), - [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), - [7866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 25), - [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), - [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), - [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), - [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), - [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), - [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), - [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [8012] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), - [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), - [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), - [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [8106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 95), - [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), - [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [8146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 95), - [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [8194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 128), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [8230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 128), - [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), - [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), - [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), - [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), - [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), - [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), - [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), - [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [8330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), - [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), - [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [8348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), - [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [8358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), - [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), - [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), - [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [8380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), - [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), - [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), - [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), - [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [2282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4742), + [2284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4742), + [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), + [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4877), + [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5165), + [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5208), + [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), + [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5188), + [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5200), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), + [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4166), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), + [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), + [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3665), + [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), + [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), + [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), + [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [2401] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [2409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [2412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [2415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1235), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [2420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), + [2425] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [2447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), + [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), + [2451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), + [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), + [2459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), + [2461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), + [2463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), + [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), + [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), + [2470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), + [2473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1237), + [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), + [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), + [2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), + [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), + [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [2494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), + [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), + [2498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), + [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), + [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), + [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), + [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), + [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), + [2512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 13), + [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 14), + [2516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 13), REDUCE(sym_template_function, 2, .production_id = 14), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 13), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 14), + [2523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 13), REDUCE(sym_template_function, 2, .production_id = 14), + [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), + [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4030), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), + [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), + [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), + [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4668), + [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [2582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 138), + [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 138), + [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4348), + [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), + [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), + [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4696), + [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5233), + [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5031), + [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), + [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4997), + [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [2618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [2620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4716), + [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 96), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 96), + [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 60), + [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 60), + [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 95), + [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 95), + [2636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2170), + [2639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1250), + [2642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1937), + [2645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1937), + [2648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1833), + [2651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(140), + [2654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(3914), + [2657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4544), + [2660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(30), + [2663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1568), + [2666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4668), + [2669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4390), + [2672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4827), + [2675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1836), + [2678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5223), + [2681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4535), + [2684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(868), + [2687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5244), + [2690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1550), + [2693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5224), + [2696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5225), + [2699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4839), + [2702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1918), + [2705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1708), + [2708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2646), + [2711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4665), + [2714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4059), + [2717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2677), + [2720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4760), + [2723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1859), + [2726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1762), + [2729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1763), + [2732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1840), + [2735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4834), + [2738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1882), + [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2726), + [2744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4956), + [2747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2261), + [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_statement, 1), + [2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_statement, 1), + [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [2756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2162), + [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(328), + [2762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(66), + [2765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4276), + [2768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4545), + [2771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1905), + [2774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4946), + [2777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4744), + [2780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(873), + [2783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5213), + [2786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1549), + [2789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4942), + [2792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4941), + [2795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5219), + [2798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1755), + [2801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1756), + [2804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1921), + [2807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4552), + [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 84), + [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 84), + [2816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2125), + [2819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(704), + [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(63), + [2825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4213), + [2828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4763), + [2831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1767), + [2834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5014), + [2837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4634), + [2840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(996), + [2843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5257), + [2846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1553), + [2849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5091), + [2852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5090), + [2855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4927), + [2858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1724), + [2861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1722), + [2864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1895), + [2867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4758), + [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 84), + [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 84), + [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 140), + [2876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 140), + [2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 131), + [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 131), + [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 49), + [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 49), + [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 2), + [2888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 2), + [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), + [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), + [2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 43), + [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 43), + [2898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 116), + [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 116), + [2902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), + [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), + [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 10), + [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 10), + [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 61), + [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 61), + [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 60), + [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 60), + [2918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2130), + [2921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4455), + [2924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(39), + [2927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4348), + [2930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4709), + [2933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4696), + [2936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(871), + [2939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5233), + [2942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1551), + [2945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5031), + [2948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5034), + [2951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4997), + [2954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1745), + [2957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1748), + [2960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1774), + [2963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4716), + [2966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 128), + [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 128), + [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 148), + [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 148), + [2974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2140), + [2977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(475), + [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(60), + [2983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4341), + [2986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4781), + [2989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1867), + [2992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4939), + [2995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4749), + [2998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(858), + [3001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5253), + [3004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1554), + [3007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4934), + [3010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4906), + [3013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4891), + [3016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1740), + [3019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1731), + [3022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1877), + [3025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4776), + [3028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2215), + [3031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(494), + [3034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(34), + [3037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4202), + [3040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4621), + [3043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1862), + [3046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5115), + [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4627), + [3052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1024), + [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5101), + [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1552), + [3061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5100), + [3064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5099), + [3067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(5080), + [3070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1723), + [3073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1719), + [3076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1886), + [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(4710), + [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 10), + [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 10), + [3086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), + [3090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 49), + [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 49), + [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), + [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), + [3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 49), + [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 49), + [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 43), + [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 43), + [3106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 104), + [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 104), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [3112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 33), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [3122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 33), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [3144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), + [3146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [3150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), + [3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), + [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), + [3158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_annotation, 1), + [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_annotation, 1), + [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [3176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4765), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [3180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), + [3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), + [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), + [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [3240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [3254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), + [3256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), + [3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), + [3260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), + [3268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [3276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), + [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), + [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [3286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), + [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), + [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), + [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [3302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), + [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), + [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), + [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), + [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [3322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [3326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1268), + [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [3333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1308), + [3336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5193), + [3339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4708), + [3342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5160), + [3345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1228), + [3348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1299), + [3351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1230), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [3356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), + [3358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), + [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [3364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [3368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), + [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), + [3372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), + [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), + [3376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [3380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1466), + [3383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4985), + [3386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4826), + [3389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4987), + [3392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1470), + [3395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1469), + [3398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1382), + [3401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), + [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), + [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 25), + [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 25), + [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [3411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), + [3416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), + [3418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [3423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 10), + [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 10), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [3433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1289), + [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 35), + [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 35), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [3442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 35), + [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 35), + [3446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), + [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), + [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [3452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), + [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), + [3456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_function_specifier, 1), + [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_function_specifier, 1), + [3460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1331), + [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), + [3465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), + [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 10), + [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 10), + [3475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), + [3477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), + [3479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2), + [3481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2), + [3483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 10), + [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 10), + [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), + [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), + [3491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 35), + [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 35), + [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), + [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), + [3499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), + [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), + [3503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 75), + [3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 75), + [3507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 36), + [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 36), + [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 76), + [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 76), + [3515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), + [3519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), + [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), + [3523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 36), + [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 36), + [3527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), + [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), + [3531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1466), + [3534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4985), + [3537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4826), + [3540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4987), + [3543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1470), + [3546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1469), + [3549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1499), + [3552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1382), + [3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 103), + [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 103), + [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 34), + [3561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 34), + [3563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 69), + [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 69), + [3567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), + [3569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), + [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 9), + [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 9), + [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 132), + [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 132), + [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), + [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), + [3583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), + [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), + [3587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 132), + [3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 132), + [3591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 105), + [3593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 105), + [3595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 106), + [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 106), + [3599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 132), + [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 132), + [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 27), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 27), + [3607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 107), + [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 107), + [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 105), + [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 105), + [3615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 106), + [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 106), + [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), + [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 106), + [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 106), + [3627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 107), + [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 107), + [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [3633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 105), + [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 105), + [3637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), + [3641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), + [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), + [3645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), + [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), + [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), + [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), + [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), + [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), + [3657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 36), + [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 36), + [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), + [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), + [3665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 69), + [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 69), + [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 36), + [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 36), + [3673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 76), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 76), + [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 34), + [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 34), + [3681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 75), + [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 75), + [3685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [3689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), + [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), + [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), + [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), + [3697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), + [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), + [3701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 9), + [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 9), + [3705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), + [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), + [3709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), + [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), + [3713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), + [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), + [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [3755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [3769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [3771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [3775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 79), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [3789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1501), + [3792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5111), + [3795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4782), + [3798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5113), + [3801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1414), + [3804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1502), + [3807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1424), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), + [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), + [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), + [3826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 10), + [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 10), + [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [3832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), + [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [3842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1412), + [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [3847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [3849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [3854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [3856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1573), + [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), + [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), + [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), + [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), + [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), + [3885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), + [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [3913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [3951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [3959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [3995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [4016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), + [4046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [4050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5261), + [4052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [4056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [4074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5242), + [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2), + [4114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1), + [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [4134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [4140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [4370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_specifier_repeat1, 2), + [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_specifier_repeat1, 2), + [4374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_specifier_repeat1, 2), SHIFT_REPEAT(1382), + [4377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 108), + [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 108), + [4381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 11), + [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 11), + [4385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [4387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [4389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1950), + [4392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), + [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [4406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1954), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [4411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [4413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4159), + [4416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1954), + [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [4427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [4437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [4441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1970), + [4444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [4450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), + [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [4456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1986), + [4459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4167), + [4462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1986), + [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [4471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1242), + [4474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1239), + [4477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1233), + [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [4484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1242), + [4487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1234), + [4490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1999), + [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 67), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [4497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 67), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), + [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), + [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), + [4507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 48), + [4509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 48), + [4511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 33), + [4513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 33), + [4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 15), + [4517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 15), + [4519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1242), + [4522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [4524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [4526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [4528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [4530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2018), + [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 82), + [4535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 82), + [4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 101), + [4539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 101), + [4541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), + [4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 66), + [4555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 66), + [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 47), + [4559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 47), + [4561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), + [4564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1237), + [4567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), + [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [4572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), + [4574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), + [4576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1239), + [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 120), + [4581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 120), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2), + [4587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), + [4591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 2), + [4593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 2), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [4599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 120), + [4603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 120), + [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3921), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), + [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 63), + [4625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 63), + [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 8), + [4629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 8), + [4631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2), + [4633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2), + [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 63), + [4637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 63), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [4647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 56), + [4649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 56), + [4651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 122), + [4653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 122), + [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [4663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 139), + [4665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 139), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), + [4673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [4675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [4677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 147), + [4679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 147), + [4681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 90), + [4683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 90), + [4685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 88), + [4687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 88), + [4689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 41), + [4691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 41), + [4693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 81), + [4695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 81), + [4697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), + [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), + [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [4721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), + [4723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 80), + [4725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 80), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [4731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), + [4733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), + [4735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), + [4737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), + [4739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), + [4741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), + [4743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 20), + [4745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 20), + [4747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 1, .production_id = 3), + [4749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 1, .production_id = 3), + [4751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(4999), + [4754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(3677), + [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [4761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2), + [4763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2), + [4765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [4767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [4769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), + [4771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), + [4773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 99), + [4775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 99), + [4777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 100), + [4779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 100), + [4781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 121), + [4783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 121), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), + [4787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 65), + [4789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 65), + [4791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 46), + [4793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 46), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [4797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 3), + [4799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 3), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [4803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), + [4805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), + [4807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [4809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [4811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [4813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [4815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 113), + [4817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 113), + [4819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [4821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [4823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [4825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 11), + [4827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 11), + [4829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), + [4831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [4833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [4835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [4837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 55), + [4839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 55), + [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 130), + [4843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 130), + [4845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 54), + [4847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), + [4849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1242), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [4854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), + [4856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), + [4858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), + [4860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), + [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 125), + [4864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 125), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [4868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, .production_id = 5), + [4870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, .production_id = 5), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [4876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2245), + [4879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4059), + [4882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2245), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [4887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), + [4893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1239), + [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), + [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [4908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [4920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2265), + [4923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [4931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [4933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [4939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [4941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [4951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [4957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [4963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 43), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [4967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [4971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1239), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [5012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1244), + [5015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2497), + [5018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4061), + [5021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2497), + [5024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), + [5026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [5032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [5044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1234), + [5047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), + [5055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2900), + [5061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), + [5063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [5069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), + [5071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), + [5073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3872), + [5075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [5077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [5079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [5081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [5083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5204), + [5085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), + [5087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), + [5089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), + [5091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), + [5093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [5095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [5097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), + [5099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), + [5101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), + [5105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [5107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1233), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [5116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [5126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3659), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [5146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 16), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [5150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), + [5154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 16), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [5168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [5178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), + [5180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [5188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [5196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [5202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 16), + [5204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 16), + [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [5224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [5232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [5238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [5242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [5260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), + [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [5268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), + [5270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), + [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), + [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), + [5280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), + [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [5296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [5302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), + [5330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), + [5332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [5336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), + [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5192), + [5340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [5354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 53), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [5366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [5368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [5370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), + [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), + [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), + [5380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [5386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [5392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1736), + [5395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [5399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 83), + [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 133), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [5441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 112), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [5445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), + [5447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [5451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [5459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [5465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 116), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [5489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 138), + [5491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 3), + [5493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 3), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [5585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [5623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), + [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [5633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 102), + [5635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 1), + [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), + [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [5645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), + [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [5661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [5667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [5675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [5705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 16), + [5707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 16), + [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [5733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [5803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 16), + [5805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 16), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [5815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 16), + [5817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 16), + [5819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), + [5821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3229), + [5824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3229), + [5827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), + [5829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1414), + [5832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1414), + [5835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2548), + [5838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3261), + [5841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3237), + [5844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(4836), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [5875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 24), + [5877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 24), + [5879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [5889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), + [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [5893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1228), + [5896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1228), + [5899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2622), + [5902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2609), + [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), + [5907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), + [5909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 16), + [5911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 16), + [5913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), + [5915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), + [5917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), + [5919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3229), + [5922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3229), + [5925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), + [5927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1228), + [5930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1228), + [5933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3237), + [5936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4836), + [5939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2570), + [5942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1414), + [5945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1414), + [5948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1228), + [5951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1228), + [5954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [5956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [5958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3280), + [5961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3278), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [5966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3332), + [5969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3332), + [5972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3172), + [5975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3172), + [5978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3338), + [5981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(5114), + [5984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [5986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [5988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5193), + [5991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1414), + [5994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1414), + [5997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5), + [5999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5), + [6001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5111), + [6004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2549), + [6007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 126), + [6009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 126), + [6011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), + [6013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [6019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [6021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [6023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 87), + [6025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 87), + [6027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [6029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), + [6031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_qualifier, 1), + [6033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_qualifier, 1), + [6035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 124), + [6037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 124), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [6045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [6047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), + [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [6053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), + [6065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [6069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), + [6071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [6073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), + [6075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), + [6077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), + [6079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 15), + [6081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), + [6083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), + [6085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), + [6087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), + [6089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), + [6091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), + [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 92), + [6095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 92), + [6097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), + [6099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), + [6101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), + [6103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), + [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [6109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), + [6111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), + [6113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), + [6115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), + [6117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), + [6119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 15), + [6121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), + [6123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), + [6125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), + [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), + [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), + [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [6139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [6143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), + [6145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [6149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), + [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [6153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), + [6155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [6157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [6159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), + [6161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), + [6163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3172), + [6166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), + [6168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 2), + [6170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 4), + [6176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 4), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), + [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [6232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4787), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [6260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [6262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [6264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), + [6266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [6270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), + [6272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), + [6274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 41), + [6276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 41), + [6278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 8), + [6280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 8), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [6294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [6296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [6312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), + [6314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [6320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [6324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [6326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [6356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [6358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [6360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3172), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), + [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [6377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [6379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [6381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), + [6383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), + [6385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), + [6387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), + [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), + [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [6425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [6447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), + [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [6451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4272), + [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), + [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), + [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4336), + [6463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(3475), + [6466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), + [6468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3475), + [6470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), + [6472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1572), + [6475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [6477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4305), + [6479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), + [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [6485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4382), + [6487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [6497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [6515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), + [6517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [6539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4356), + [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [6555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4349), + [6573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4259), + [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), + [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4284), + [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), + [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), + [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), + [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), + [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4417), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3920), + [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), + [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), + [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), + [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3675), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3693), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), + [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3713), + [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3700), + [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), + [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), + [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), + [6661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 6), + [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), + [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), + [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [6681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 123), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), + [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), + [6701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 123), + [6703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [6705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4708), + [6708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [6710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 64), + [6712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), + [6714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [6718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), + [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [6724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), + [6726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3871), + [6728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), + [6730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 6), + [6732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 31), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [6742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 64), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), + [6754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [6762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 74), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [6766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 74), + [6768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3661), + [6771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4032), + [6774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3661), + [6777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [6785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), + [6787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), + [6793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), + [6795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), + [6799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [6801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [6803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 18), + [6805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 18), + [6807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 87), + [6809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 87), + [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [6815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 124), + [6817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 124), + [6819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 18), + [6821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 18), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [6827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), + [6829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), + [6831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4782), + [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [6836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4391), + [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [6842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [6846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [6848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), + [6850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 49), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [6858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [6860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 18), + [6862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 18), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [6868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [6874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 123), + [6876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 124), + [6878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 124), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [6886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 64), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [6890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 87), + [6892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 87), + [6894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3972), + [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4237), + [6898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 18), + [6900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 18), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4350), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), + [6912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4280), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), + [6926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [6930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 31), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [6936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), + [6938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), + [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), + [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3911), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3910), + [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [6962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3983), + [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), + [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3977), + [6968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [6974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), + [6976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), + [6978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [6980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3993), + [6982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [6990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), + [6992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [6998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 6), + [7000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3996), + [7002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [7006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1), + [7008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1), + [7010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), + [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [7016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), + [7018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), + [7020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), + [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), + [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [7026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [7030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [7036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [7038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [7042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), + [7044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), + [7046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [7048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), + [7050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), + [7052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [7054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [7058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [7060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4686), + [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [7066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), + [7068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [7070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), + [7072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), + [7074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [7082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), + [7084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4759), + [7086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), + [7088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), + [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [7092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), + [7094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [7100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), + [7104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), + [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [7110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 18), + [7112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 18), + [7114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 62), + [7116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1851), + [7119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [7121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(4905), + [7124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 18), + [7126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 18), + [7128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), + [7130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4695), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [7138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 30), + [7140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), + [7142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), + [7144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 47), + [7146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [7148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), + [7150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 124), + [7152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 124), + [7154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [7156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [7158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), + [7160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), + [7162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 85), SHIFT_REPEAT(3434), + [7165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 85), + [7167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 97), + [7169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), + [7171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), + [7173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [7175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [7177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 87), + [7179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 87), + [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4739), + [7185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), + [7189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 16), + [7191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 16), + [7193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 45), + [7195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 89), + [7197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 22), + [7199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 22), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [7211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4769), + [7214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 12), + [7216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 12), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [7222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 7), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [7264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [7272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3823), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [7276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [7280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [7290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [7294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5174), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [7304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [7308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [7312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 74), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [7324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(3723), + [7327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), + [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), + [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [7341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), + [7343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [7347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [7353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [7355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4914), + [7357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [7359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5220), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [7365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [7367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4084), + [7370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4084), + [7373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5167), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [7381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [7397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 68), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [7401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [7421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [7423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [7425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [7435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), + [7437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [7439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [7445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), + [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [7461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), + [7467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [7471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), + [7473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [7475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [7483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [7487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), + [7489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [7491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5249), + [7493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [7507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), + [7509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4135), + [7515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 51), + [7517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 109), + [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [7521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(2512), + [7524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [7546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), + [7548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), + [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), + [7554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(4672), + [7557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), + [7561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(3371), + [7564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), + [7566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 74), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [7570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(836), + [7573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [7575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), SHIFT_REPEAT(5038), + [7578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), + [7580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(823), + [7583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), + [7587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), + [7589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), + [7591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(1262), + [7594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), + [7596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [7600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1543), + [7603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(3630), + [7606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [7610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), + [7612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(4618), + [7615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [7621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1661), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [7626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 85), SHIFT_REPEAT(3618), + [7629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 85), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), + [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [7651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 85), SHIFT_REPEAT(2968), + [7654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 85), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [7660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 49), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), + [7664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), + [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [7680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 78), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [7696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), SHIFT_REPEAT(1768), + [7699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(4999), + [7702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), + [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [7714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(4747), + [7717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), + [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), + [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), + [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [7861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 7), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), + [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [7957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, .production_id = 25), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5251), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [8067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [8069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), + [8071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4926), + [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), + [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [8083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [8085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), + [8087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4898), + [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), + [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), + [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), + [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [8099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), + [8103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), + [8105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 137), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [8109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [8111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [8113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), + [8115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 4), + [8117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 44), + [8119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [8121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), + [8123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 115), + [8125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 114), + [8127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), + [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [8131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [8133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5106), + [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), + [8139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 68), + [8141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), + [8145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 25), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [8149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [8151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), + [8153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 7), + [8155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 3), + [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [8159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 19), + [8161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4835), + [8163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [8165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), + [8167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), + [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), + [8175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), + [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), + [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), + [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), + [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4674), + [8187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [8189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), + [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), + [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), + [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), + [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [8205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), + [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [8211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), + [8213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), + [8217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), + [8219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [8239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), + [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), + [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), + [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), + [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), + [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), + [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [8389] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), + [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), + [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), + [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [8617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 95), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [8657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 128), + [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), + [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [8677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 95), + [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), + [8681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 128), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), + [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4556), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [8785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), }; #ifdef __cplusplus From b939067ee33a4c28dfbf2e63d8ca9d9228ebf57e Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 12 Jan 2023 11:53:03 +0100 Subject: [PATCH 2/4] Update tree-sitter-mozcpp version --- Cargo.toml | 2 +- enums/Cargo.toml | 2 +- tree-sitter-mozcpp/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7ba965ba..4192cbbf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tree-sitter-python = "=0.20.2" tree-sitter-rust = "=0.20.3" tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.1" } tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.0" } -tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.1" } +tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.2" } tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.20.0" } [dev-dependencies] diff --git a/enums/Cargo.toml b/enums/Cargo.toml index 06a89a72e..8e9ad88bb 100644 --- a/enums/Cargo.toml +++ b/enums/Cargo.toml @@ -16,7 +16,7 @@ tree-sitter-python = "=0.20.2" tree-sitter-rust = "=0.20.3" tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.1" } tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.0" } -tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.1" } +tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.2" } tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.20.0" } [profile.release] diff --git a/tree-sitter-mozcpp/Cargo.toml b/tree-sitter-mozcpp/Cargo.toml index 7020c0243..dd3a7ebae 100644 --- a/tree-sitter-mozcpp/Cargo.toml +++ b/tree-sitter-mozcpp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-mozcpp" description = "Mozcpp grammar for the tree-sitter parsing library" -version = "0.20.1" +version = "0.20.2" authors = ["Calixte Denizet "] license = "MIT" readme = "bindings/rust/README.md" From 12862e22c9a4dc221d81b1b7401e01f13c512108 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 12 Jan 2023 12:59:43 +0100 Subject: [PATCH 3/4] Update tree-sitter-mozcpp cli to 0.20.7 --- tree-sitter-mozcpp/package.json | 4 +- tree-sitter-mozcpp/src/parser.c | 5276 ++++++++++++++++++- tree-sitter-mozcpp/src/tree_sitter/parser.h | 1 + 3 files changed, 5278 insertions(+), 3 deletions(-) diff --git a/tree-sitter-mozcpp/package.json b/tree-sitter-mozcpp/package.json index 5e82e3bd9..84ffdb6c1 100644 --- a/tree-sitter-mozcpp/package.json +++ b/tree-sitter-mozcpp/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-mozcpp", - "version": "0.19.0", + "version": "0.20.0", "description": "Mozcpp grammar for node-tree-sitter", "main": "bindings/node", "keywords": [ @@ -13,7 +13,7 @@ "nan": "^2.14.2" }, "devDependencies": { - "tree-sitter-cli": "^0.19.3" + "tree-sitter-cli": "^0.20.7" }, "scripts": { "build": "tree-sitter generate && node-gyp build", diff --git a/tree-sitter-mozcpp/src/parser.c b/tree-sitter-mozcpp/src/parser.c index 26baadd7d..5b2044828 100644 --- a/tree-sitter-mozcpp/src/parser.c +++ b/tree-sitter-mozcpp/src/parser.c @@ -13,7 +13,7 @@ #pragma GCC optimize ("O0") #endif -#define LANGUAGE_VERSION 13 +#define LANGUAGE_VERSION 14 #define STATE_COUNT 5270 #define LARGE_STATE_COUNT 1949 #define SYMBOL_COUNT 485 @@ -4200,6 +4200,5279 @@ static const uint16_t ts_non_terminal_alias_map[] = { 0, }; +static const TSStateId ts_primary_state_ids[STATE_COUNT] = { + [0] = 0, + [1] = 1, + [2] = 2, + [3] = 2, + [4] = 2, + [5] = 2, + [6] = 2, + [7] = 2, + [8] = 2, + [9] = 2, + [10] = 10, + [11] = 11, + [12] = 10, + [13] = 13, + [14] = 13, + [15] = 11, + [16] = 10, + [17] = 17, + [18] = 13, + [19] = 10, + [20] = 20, + [21] = 13, + [22] = 11, + [23] = 17, + [24] = 17, + [25] = 25, + [26] = 17, + [27] = 11, + [28] = 28, + [29] = 28, + [30] = 30, + [31] = 31, + [32] = 32, + [33] = 32, + [34] = 30, + [35] = 30, + [36] = 32, + [37] = 32, + [38] = 38, + [39] = 30, + [40] = 30, + [41] = 32, + [42] = 30, + [43] = 32, + [44] = 28, + [45] = 45, + [46] = 31, + [47] = 47, + [48] = 30, + [49] = 28, + [50] = 32, + [51] = 45, + [52] = 45, + [53] = 31, + [54] = 32, + [55] = 30, + [56] = 30, + [57] = 32, + [58] = 32, + [59] = 59, + [60] = 30, + [61] = 45, + [62] = 32, + [63] = 30, + [64] = 31, + [65] = 32, + [66] = 30, + [67] = 67, + [68] = 68, + [69] = 69, + [70] = 70, + [71] = 71, + [72] = 67, + [73] = 67, + [74] = 67, + [75] = 71, + [76] = 70, + [77] = 68, + [78] = 69, + [79] = 68, + [80] = 71, + [81] = 70, + [82] = 71, + [83] = 69, + [84] = 70, + [85] = 68, + [86] = 69, + [87] = 69, + [88] = 71, + [89] = 70, + [90] = 67, + [91] = 68, + [92] = 92, + [93] = 92, + [94] = 94, + [95] = 94, + [96] = 96, + [97] = 96, + [98] = 96, + [99] = 96, + [100] = 96, + [101] = 96, + [102] = 102, + [103] = 103, + [104] = 102, + [105] = 102, + [106] = 103, + [107] = 107, + [108] = 108, + [109] = 103, + [110] = 103, + [111] = 102, + [112] = 112, + [113] = 113, + [114] = 114, + [115] = 115, + [116] = 116, + [117] = 117, + [118] = 118, + [119] = 119, + [120] = 120, + [121] = 121, + [122] = 122, + [123] = 123, + [124] = 124, + [125] = 125, + [126] = 126, + [127] = 127, + [128] = 128, + [129] = 129, + [130] = 130, + [131] = 131, + [132] = 132, + [133] = 133, + [134] = 134, + [135] = 135, + [136] = 136, + [137] = 137, + [138] = 138, + [139] = 139, + [140] = 140, + [141] = 141, + [142] = 142, + [143] = 143, + [144] = 144, + [145] = 145, + [146] = 146, + [147] = 147, + [148] = 148, + [149] = 149, + [150] = 150, + [151] = 151, + [152] = 152, + [153] = 153, + [154] = 154, + [155] = 155, + [156] = 156, + [157] = 157, + [158] = 158, + [159] = 159, + [160] = 160, + [161] = 161, + [162] = 162, + [163] = 163, + [164] = 164, + [165] = 165, + [166] = 166, + [167] = 167, + [168] = 168, + [169] = 169, + [170] = 170, + [171] = 171, + [172] = 172, + [173] = 173, + [174] = 174, + [175] = 175, + [176] = 176, + [177] = 177, + [178] = 178, + [179] = 179, + [180] = 180, + [181] = 181, + [182] = 182, + [183] = 183, + [184] = 184, + [185] = 185, + [186] = 186, + [187] = 187, + [188] = 188, + [189] = 189, + [190] = 190, + [191] = 191, + [192] = 192, + [193] = 107, + [194] = 194, + [195] = 195, + [196] = 196, + [197] = 197, + [198] = 198, + [199] = 199, + [200] = 200, + [201] = 201, + [202] = 202, + [203] = 108, + [204] = 204, + [205] = 205, + [206] = 206, + [207] = 207, + [208] = 208, + [209] = 209, + [210] = 210, + [211] = 211, + [212] = 212, + [213] = 213, + [214] = 112, + [215] = 215, + [216] = 216, + [217] = 112, + [218] = 218, + [219] = 112, + [220] = 108, + [221] = 221, + [222] = 222, + [223] = 223, + [224] = 107, + [225] = 225, + [226] = 108, + [227] = 107, + [228] = 228, + [229] = 229, + [230] = 230, + [231] = 231, + [232] = 232, + [233] = 233, + [234] = 234, + [235] = 235, + [236] = 236, + [237] = 237, + [238] = 238, + [239] = 239, + [240] = 240, + [241] = 241, + [242] = 242, + [243] = 243, + [244] = 244, + [245] = 245, + [246] = 246, + [247] = 247, + [248] = 248, + [249] = 249, + [250] = 250, + [251] = 251, + [252] = 252, + [253] = 253, + [254] = 148, + [255] = 166, + [256] = 138, + [257] = 136, + [258] = 135, + [259] = 134, + [260] = 133, + [261] = 118, + [262] = 132, + [263] = 131, + [264] = 130, + [265] = 113, + [266] = 153, + [267] = 126, + [268] = 124, + [269] = 123, + [270] = 122, + [271] = 121, + [272] = 120, + [273] = 119, + [274] = 119, + [275] = 118, + [276] = 276, + [277] = 164, + [278] = 117, + [279] = 116, + [280] = 171, + [281] = 115, + [282] = 149, + [283] = 150, + [284] = 141, + [285] = 120, + [286] = 121, + [287] = 191, + [288] = 122, + [289] = 289, + [290] = 147, + [291] = 114, + [292] = 155, + [293] = 123, + [294] = 158, + [295] = 124, + [296] = 126, + [297] = 162, + [298] = 164, + [299] = 166, + [300] = 167, + [301] = 160, + [302] = 168, + [303] = 116, + [304] = 172, + [305] = 153, + [306] = 173, + [307] = 175, + [308] = 128, + [309] = 176, + [310] = 115, + [311] = 113, + [312] = 130, + [313] = 192, + [314] = 142, + [315] = 174, + [316] = 178, + [317] = 157, + [318] = 188, + [319] = 190, + [320] = 185, + [321] = 170, + [322] = 149, + [323] = 169, + [324] = 165, + [325] = 163, + [326] = 161, + [327] = 159, + [328] = 140, + [329] = 150, + [330] = 131, + [331] = 144, + [332] = 145, + [333] = 148, + [334] = 334, + [335] = 157, + [336] = 132, + [337] = 160, + [338] = 129, + [339] = 334, + [340] = 145, + [341] = 176, + [342] = 142, + [343] = 343, + [344] = 344, + [345] = 178, + [346] = 137, + [347] = 144, + [348] = 133, + [349] = 137, + [350] = 350, + [351] = 134, + [352] = 171, + [353] = 135, + [354] = 174, + [355] = 136, + [356] = 138, + [357] = 177, + [358] = 139, + [359] = 179, + [360] = 151, + [361] = 141, + [362] = 147, + [363] = 182, + [364] = 183, + [365] = 114, + [366] = 181, + [367] = 155, + [368] = 144, + [369] = 145, + [370] = 148, + [371] = 157, + [372] = 160, + [373] = 158, + [374] = 174, + [375] = 184, + [376] = 177, + [377] = 127, + [378] = 179, + [379] = 162, + [380] = 187, + [381] = 139, + [382] = 151, + [383] = 182, + [384] = 183, + [385] = 184, + [386] = 187, + [387] = 188, + [388] = 189, + [389] = 167, + [390] = 125, + [391] = 186, + [392] = 180, + [393] = 189, + [394] = 143, + [395] = 156, + [396] = 168, + [397] = 172, + [398] = 186, + [399] = 181, + [400] = 127, + [401] = 146, + [402] = 152, + [403] = 125, + [404] = 129, + [405] = 127, + [406] = 181, + [407] = 180, + [408] = 137, + [409] = 178, + [410] = 142, + [411] = 343, + [412] = 344, + [413] = 176, + [414] = 150, + [415] = 149, + [416] = 115, + [417] = 116, + [418] = 117, + [419] = 129, + [420] = 118, + [421] = 125, + [422] = 119, + [423] = 120, + [424] = 121, + [425] = 122, + [426] = 123, + [427] = 124, + [428] = 126, + [429] = 153, + [430] = 173, + [431] = 113, + [432] = 130, + [433] = 131, + [434] = 132, + [435] = 133, + [436] = 134, + [437] = 135, + [438] = 136, + [439] = 138, + [440] = 139, + [441] = 141, + [442] = 147, + [443] = 114, + [444] = 155, + [445] = 158, + [446] = 334, + [447] = 162, + [448] = 164, + [449] = 166, + [450] = 167, + [451] = 177, + [452] = 179, + [453] = 175, + [454] = 168, + [455] = 172, + [456] = 128, + [457] = 151, + [458] = 173, + [459] = 175, + [460] = 128, + [461] = 192, + [462] = 191, + [463] = 190, + [464] = 343, + [465] = 344, + [466] = 185, + [467] = 170, + [468] = 169, + [469] = 165, + [470] = 163, + [471] = 182, + [472] = 183, + [473] = 161, + [474] = 159, + [475] = 140, + [476] = 152, + [477] = 350, + [478] = 146, + [479] = 192, + [480] = 171, + [481] = 154, + [482] = 117, + [483] = 184, + [484] = 191, + [485] = 190, + [486] = 154, + [487] = 185, + [488] = 170, + [489] = 169, + [490] = 156, + [491] = 350, + [492] = 143, + [493] = 165, + [494] = 140, + [495] = 163, + [496] = 161, + [497] = 159, + [498] = 180, + [499] = 187, + [500] = 143, + [501] = 156, + [502] = 188, + [503] = 186, + [504] = 154, + [505] = 146, + [506] = 189, + [507] = 152, + [508] = 154, + [509] = 212, + [510] = 212, + [511] = 199, + [512] = 241, + [513] = 200, + [514] = 195, + [515] = 197, + [516] = 250, + [517] = 229, + [518] = 240, + [519] = 237, + [520] = 218, + [521] = 245, + [522] = 246, + [523] = 198, + [524] = 199, + [525] = 218, + [526] = 201, + [527] = 215, + [528] = 243, + [529] = 200, + [530] = 242, + [531] = 208, + [532] = 240, + [533] = 208, + [534] = 228, + [535] = 241, + [536] = 242, + [537] = 243, + [538] = 244, + [539] = 231, + [540] = 201, + [541] = 213, + [542] = 233, + [543] = 234, + [544] = 215, + [545] = 243, + [546] = 196, + [547] = 216, + [548] = 247, + [549] = 218, + [550] = 194, + [551] = 197, + [552] = 196, + [553] = 194, + [554] = 216, + [555] = 206, + [556] = 200, + [557] = 199, + [558] = 221, + [559] = 201, + [560] = 235, + [561] = 236, + [562] = 222, + [563] = 223, + [564] = 248, + [565] = 237, + [566] = 238, + [567] = 239, + [568] = 250, + [569] = 204, + [570] = 205, + [571] = 244, + [572] = 207, + [573] = 209, + [574] = 210, + [575] = 211, + [576] = 212, + [577] = 202, + [578] = 253, + [579] = 215, + [580] = 251, + [581] = 249, + [582] = 225, + [583] = 242, + [584] = 241, + [585] = 240, + [586] = 222, + [587] = 223, + [588] = 245, + [589] = 204, + [590] = 213, + [591] = 205, + [592] = 207, + [593] = 246, + [594] = 209, + [595] = 221, + [596] = 247, + [597] = 248, + [598] = 198, + [599] = 210, + [600] = 211, + [601] = 229, + [602] = 230, + [603] = 206, + [604] = 244, + [605] = 231, + [606] = 195, + [607] = 252, + [608] = 250, + [609] = 228, + [610] = 249, + [611] = 221, + [612] = 245, + [613] = 225, + [614] = 211, + [615] = 210, + [616] = 209, + [617] = 207, + [618] = 205, + [619] = 222, + [620] = 223, + [621] = 225, + [622] = 239, + [623] = 238, + [624] = 237, + [625] = 202, + [626] = 253, + [627] = 204, + [628] = 252, + [629] = 251, + [630] = 232, + [631] = 194, + [632] = 228, + [633] = 196, + [634] = 197, + [635] = 230, + [636] = 229, + [637] = 198, + [638] = 251, + [639] = 234, + [640] = 249, + [641] = 195, + [642] = 230, + [643] = 252, + [644] = 235, + [645] = 253, + [646] = 202, + [647] = 236, + [648] = 231, + [649] = 248, + [650] = 247, + [651] = 234, + [652] = 233, + [653] = 208, + [654] = 232, + [655] = 232, + [656] = 213, + [657] = 216, + [658] = 206, + [659] = 235, + [660] = 246, + [661] = 233, + [662] = 236, + [663] = 239, + [664] = 238, + [665] = 665, + [666] = 666, + [667] = 667, + [668] = 666, + [669] = 667, + [670] = 667, + [671] = 667, + [672] = 666, + [673] = 666, + [674] = 674, + [675] = 666, + [676] = 666, + [677] = 667, + [678] = 665, + [679] = 667, + [680] = 666, + [681] = 681, + [682] = 667, + [683] = 665, + [684] = 684, + [685] = 685, + [686] = 686, + [687] = 103, + [688] = 102, + [689] = 689, + [690] = 689, + [691] = 689, + [692] = 689, + [693] = 689, + [694] = 689, + [695] = 689, + [696] = 107, + [697] = 112, + [698] = 108, + [699] = 138, + [700] = 144, + [701] = 123, + [702] = 122, + [703] = 121, + [704] = 140, + [705] = 120, + [706] = 119, + [707] = 118, + [708] = 159, + [709] = 117, + [710] = 174, + [711] = 116, + [712] = 115, + [713] = 149, + [714] = 686, + [715] = 150, + [716] = 176, + [717] = 161, + [718] = 142, + [719] = 178, + [720] = 137, + [721] = 190, + [722] = 126, + [723] = 723, + [724] = 153, + [725] = 113, + [726] = 130, + [727] = 131, + [728] = 132, + [729] = 181, + [730] = 133, + [731] = 127, + [732] = 134, + [733] = 163, + [734] = 129, + [735] = 125, + [736] = 124, + [737] = 177, + [738] = 135, + [739] = 179, + [740] = 685, + [741] = 684, + [742] = 136, + [743] = 139, + [744] = 141, + [745] = 165, + [746] = 152, + [747] = 146, + [748] = 151, + [749] = 171, + [750] = 147, + [751] = 145, + [752] = 148, + [753] = 182, + [754] = 157, + [755] = 114, + [756] = 155, + [757] = 158, + [758] = 156, + [759] = 162, + [760] = 160, + [761] = 183, + [762] = 143, + [763] = 184, + [764] = 169, + [765] = 164, + [766] = 166, + [767] = 723, + [768] = 167, + [769] = 168, + [770] = 172, + [771] = 173, + [772] = 180, + [773] = 186, + [774] = 175, + [775] = 128, + [776] = 192, + [777] = 191, + [778] = 189, + [779] = 188, + [780] = 185, + [781] = 170, + [782] = 187, + [783] = 783, + [784] = 784, + [785] = 784, + [786] = 784, + [787] = 784, + [788] = 788, + [789] = 788, + [790] = 788, + [791] = 791, + [792] = 791, + [793] = 793, + [794] = 791, + [795] = 791, + [796] = 796, + [797] = 797, + [798] = 798, + [799] = 793, + [800] = 793, + [801] = 801, + [802] = 801, + [803] = 803, + [804] = 804, + [805] = 796, + [806] = 801, + [807] = 807, + [808] = 801, + [809] = 793, + [810] = 801, + [811] = 811, + [812] = 796, + [813] = 813, + [814] = 814, + [815] = 815, + [816] = 803, + [817] = 817, + [818] = 815, + [819] = 817, + [820] = 803, + [821] = 821, + [822] = 817, + [823] = 823, + [824] = 824, + [825] = 824, + [826] = 826, + [827] = 813, + [828] = 826, + [829] = 826, + [830] = 814, + [831] = 804, + [832] = 811, + [833] = 797, + [834] = 798, + [835] = 807, + [836] = 836, + [837] = 154, + [838] = 838, + [839] = 839, + [840] = 838, + [841] = 838, + [842] = 838, + [843] = 839, + [844] = 839, + [845] = 839, + [846] = 838, + [847] = 838, + [848] = 838, + [849] = 849, + [850] = 850, + [851] = 851, + [852] = 852, + [853] = 853, + [854] = 854, + [855] = 855, + [856] = 856, + [857] = 857, + [858] = 858, + [859] = 854, + [860] = 860, + [861] = 861, + [862] = 862, + [863] = 863, + [864] = 864, + [865] = 865, + [866] = 866, + [867] = 867, + [868] = 858, + [869] = 869, + [870] = 853, + [871] = 858, + [872] = 872, + [873] = 858, + [874] = 860, + [875] = 854, + [876] = 852, + [877] = 108, + [878] = 861, + [879] = 852, + [880] = 112, + [881] = 860, + [882] = 866, + [883] = 152, + [884] = 146, + [885] = 866, + [886] = 886, + [887] = 854, + [888] = 852, + [889] = 860, + [890] = 890, + [891] = 872, + [892] = 850, + [893] = 893, + [894] = 894, + [895] = 853, + [896] = 896, + [897] = 897, + [898] = 890, + [899] = 207, + [900] = 863, + [901] = 154, + [902] = 864, + [903] = 865, + [904] = 861, + [905] = 180, + [906] = 854, + [907] = 872, + [908] = 908, + [909] = 867, + [910] = 869, + [911] = 850, + [912] = 893, + [913] = 186, + [914] = 894, + [915] = 137, + [916] = 916, + [917] = 849, + [918] = 897, + [919] = 919, + [920] = 853, + [921] = 897, + [922] = 860, + [923] = 923, + [924] = 924, + [925] = 924, + [926] = 852, + [927] = 927, + [928] = 894, + [929] = 916, + [930] = 930, + [931] = 849, + [932] = 221, + [933] = 863, + [934] = 853, + [935] = 864, + [936] = 923, + [937] = 865, + [938] = 886, + [939] = 129, + [940] = 886, + [941] = 893, + [942] = 850, + [943] = 225, + [944] = 125, + [945] = 866, + [946] = 867, + [947] = 869, + [948] = 849, + [949] = 924, + [950] = 923, + [951] = 886, + [952] = 952, + [953] = 143, + [954] = 869, + [955] = 955, + [956] = 956, + [957] = 923, + [958] = 958, + [959] = 154, + [960] = 872, + [961] = 867, + [962] = 865, + [963] = 924, + [964] = 864, + [965] = 890, + [966] = 966, + [967] = 923, + [968] = 863, + [969] = 897, + [970] = 970, + [971] = 971, + [972] = 972, + [973] = 916, + [974] = 894, + [975] = 206, + [976] = 924, + [977] = 977, + [978] = 893, + [979] = 239, + [980] = 238, + [981] = 237, + [982] = 861, + [983] = 916, + [984] = 236, + [985] = 235, + [986] = 986, + [987] = 987, + [988] = 988, + [989] = 850, + [990] = 216, + [991] = 849, + [992] = 890, + [993] = 872, + [994] = 890, + [995] = 886, + [996] = 858, + [997] = 213, + [998] = 850, + [999] = 893, + [1000] = 195, + [1001] = 198, + [1002] = 894, + [1003] = 897, + [1004] = 201, + [1005] = 869, + [1006] = 867, + [1007] = 865, + [1008] = 864, + [1009] = 196, + [1010] = 194, + [1011] = 863, + [1012] = 854, + [1013] = 897, + [1014] = 204, + [1015] = 894, + [1016] = 205, + [1017] = 252, + [1018] = 209, + [1019] = 861, + [1020] = 893, + [1021] = 210, + [1022] = 211, + [1023] = 1023, + [1024] = 858, + [1025] = 872, + [1026] = 890, + [1027] = 228, + [1028] = 863, + [1029] = 864, + [1030] = 865, + [1031] = 867, + [1032] = 853, + [1033] = 869, + [1034] = 861, + [1035] = 231, + [1036] = 860, + [1037] = 916, + [1038] = 852, + [1039] = 233, + [1040] = 249, + [1041] = 866, + [1042] = 923, + [1043] = 1043, + [1044] = 924, + [1045] = 248, + [1046] = 866, + [1047] = 916, + [1048] = 247, + [1049] = 886, + [1050] = 1050, + [1051] = 246, + [1052] = 245, + [1053] = 849, + [1054] = 1054, + [1055] = 244, + [1056] = 243, + [1057] = 1057, + [1058] = 234, + [1059] = 1059, + [1060] = 1060, + [1061] = 1061, + [1062] = 1062, + [1063] = 1063, + [1064] = 1063, + [1065] = 988, + [1066] = 129, + [1067] = 977, + [1068] = 239, + [1069] = 143, + [1070] = 988, + [1071] = 987, + [1072] = 972, + [1073] = 971, + [1074] = 955, + [1075] = 970, + [1076] = 986, + [1077] = 952, + [1078] = 238, + [1079] = 966, + [1080] = 958, + [1081] = 862, + [1082] = 143, + [1083] = 1043, + [1084] = 108, + [1085] = 112, + [1086] = 228, + [1087] = 1050, + [1088] = 231, + [1089] = 930, + [1090] = 233, + [1091] = 927, + [1092] = 896, + [1093] = 919, + [1094] = 908, + [1095] = 1023, + [1096] = 236, + [1097] = 235, + [1098] = 862, + [1099] = 851, + [1100] = 855, + [1101] = 1101, + [1102] = 216, + [1103] = 1043, + [1104] = 1054, + [1105] = 856, + [1106] = 152, + [1107] = 857, + [1108] = 1057, + [1109] = 1059, + [1110] = 1060, + [1111] = 211, + [1112] = 146, + [1113] = 1061, + [1114] = 234, + [1115] = 1050, + [1116] = 221, + [1117] = 252, + [1118] = 1062, + [1119] = 1101, + [1120] = 210, + [1121] = 221, + [1122] = 248, + [1123] = 247, + [1124] = 206, + [1125] = 228, + [1126] = 237, + [1127] = 246, + [1128] = 245, + [1129] = 244, + [1130] = 209, + [1131] = 243, + [1132] = 243, + [1133] = 956, + [1134] = 955, + [1135] = 244, + [1136] = 245, + [1137] = 1101, + [1138] = 207, + [1139] = 125, + [1140] = 129, + [1141] = 108, + [1142] = 952, + [1143] = 857, + [1144] = 856, + [1145] = 180, + [1146] = 246, + [1147] = 855, + [1148] = 247, + [1149] = 137, + [1150] = 956, + [1151] = 896, + [1152] = 927, + [1153] = 112, + [1154] = 851, + [1155] = 1023, + [1156] = 930, + [1157] = 248, + [1158] = 908, + [1159] = 919, + [1160] = 137, + [1161] = 205, + [1162] = 958, + [1163] = 966, + [1164] = 970, + [1165] = 971, + [1166] = 186, + [1167] = 972, + [1168] = 1101, + [1169] = 1101, + [1170] = 1101, + [1171] = 201, + [1172] = 204, + [1173] = 231, + [1174] = 1101, + [1175] = 225, + [1176] = 977, + [1177] = 233, + [1178] = 234, + [1179] = 986, + [1180] = 249, + [1181] = 239, + [1182] = 252, + [1183] = 194, + [1184] = 987, + [1185] = 125, + [1186] = 196, + [1187] = 213, + [1188] = 249, + [1189] = 180, + [1190] = 237, + [1191] = 1054, + [1192] = 236, + [1193] = 1057, + [1194] = 206, + [1195] = 235, + [1196] = 186, + [1197] = 195, + [1198] = 216, + [1199] = 1059, + [1200] = 213, + [1201] = 1060, + [1202] = 195, + [1203] = 198, + [1204] = 238, + [1205] = 201, + [1206] = 196, + [1207] = 198, + [1208] = 1061, + [1209] = 1062, + [1210] = 211, + [1211] = 194, + [1212] = 210, + [1213] = 225, + [1214] = 152, + [1215] = 146, + [1216] = 204, + [1217] = 205, + [1218] = 207, + [1219] = 209, + [1220] = 1220, + [1221] = 1220, + [1222] = 1220, + [1223] = 1220, + [1224] = 1224, + [1225] = 817, + [1226] = 817, + [1227] = 817, + [1228] = 1228, + [1229] = 1229, + [1230] = 1230, + [1231] = 1224, + [1232] = 1224, + [1233] = 1233, + [1234] = 1233, + [1235] = 1233, + [1236] = 1236, + [1237] = 1233, + [1238] = 1233, + [1239] = 1233, + [1240] = 1240, + [1241] = 1241, + [1242] = 1233, + [1243] = 1233, + [1244] = 1233, + [1245] = 1233, + [1246] = 1246, + [1247] = 1247, + [1248] = 1246, + [1249] = 1247, + [1250] = 1247, + [1251] = 1246, + [1252] = 1252, + [1253] = 1247, + [1254] = 684, + [1255] = 1252, + [1256] = 1256, + [1257] = 1247, + [1258] = 1247, + [1259] = 1252, + [1260] = 1252, + [1261] = 1246, + [1262] = 1262, + [1263] = 1247, + [1264] = 1252, + [1265] = 1252, + [1266] = 686, + [1267] = 1252, + [1268] = 1268, + [1269] = 1269, + [1270] = 1270, + [1271] = 1271, + [1272] = 1272, + [1273] = 1273, + [1274] = 1274, + [1275] = 1275, + [1276] = 1276, + [1277] = 1277, + [1278] = 1269, + [1279] = 798, + [1280] = 1280, + [1281] = 811, + [1282] = 807, + [1283] = 1283, + [1284] = 1224, + [1285] = 1285, + [1286] = 1286, + [1287] = 797, + [1288] = 804, + [1289] = 1268, + [1290] = 1290, + [1291] = 1291, + [1292] = 814, + [1293] = 1272, + [1294] = 1294, + [1295] = 1295, + [1296] = 1296, + [1297] = 813, + [1298] = 1298, + [1299] = 1299, + [1300] = 1300, + [1301] = 1301, + [1302] = 1302, + [1303] = 1303, + [1304] = 1271, + [1305] = 1305, + [1306] = 1306, + [1307] = 1307, + [1308] = 1308, + [1309] = 1309, + [1310] = 1310, + [1311] = 1311, + [1312] = 1312, + [1313] = 1313, + [1314] = 1314, + [1315] = 1315, + [1316] = 1316, + [1317] = 1317, + [1318] = 1318, + [1319] = 1319, + [1320] = 1320, + [1321] = 1321, + [1322] = 1322, + [1323] = 1323, + [1324] = 1324, + [1325] = 1325, + [1326] = 1326, + [1327] = 1327, + [1328] = 1328, + [1329] = 1329, + [1330] = 1330, + [1331] = 1331, + [1332] = 1332, + [1333] = 1333, + [1334] = 1334, + [1335] = 1335, + [1336] = 1336, + [1337] = 1337, + [1338] = 1300, + [1339] = 1339, + [1340] = 1340, + [1341] = 1341, + [1342] = 1342, + [1343] = 1343, + [1344] = 1344, + [1345] = 1345, + [1346] = 1346, + [1347] = 1347, + [1348] = 1348, + [1349] = 1349, + [1350] = 1350, + [1351] = 1351, + [1352] = 1352, + [1353] = 1353, + [1354] = 1354, + [1355] = 1355, + [1356] = 1356, + [1357] = 1357, + [1358] = 1358, + [1359] = 1359, + [1360] = 1360, + [1361] = 1361, + [1362] = 1224, + [1363] = 1224, + [1364] = 1270, + [1365] = 1365, + [1366] = 1366, + [1367] = 1305, + [1368] = 1301, + [1369] = 1280, + [1370] = 1366, + [1371] = 1366, + [1372] = 1224, + [1373] = 1366, + [1374] = 1366, + [1375] = 1366, + [1376] = 1295, + [1377] = 1309, + [1378] = 1290, + [1379] = 1379, + [1380] = 1286, + [1381] = 1366, + [1382] = 1230, + [1383] = 1269, + [1384] = 1290, + [1385] = 1305, + [1386] = 1276, + [1387] = 1275, + [1388] = 1388, + [1389] = 1295, + [1390] = 1388, + [1391] = 1274, + [1392] = 1283, + [1393] = 1309, + [1394] = 1394, + [1395] = 1394, + [1396] = 1301, + [1397] = 1277, + [1398] = 1286, + [1399] = 1399, + [1400] = 1400, + [1401] = 1296, + [1402] = 1402, + [1403] = 1402, + [1404] = 1402, + [1405] = 1400, + [1406] = 1307, + [1407] = 1400, + [1408] = 1399, + [1409] = 1399, + [1410] = 1358, + [1411] = 1332, + [1412] = 1331, + [1413] = 1326, + [1414] = 1228, + [1415] = 1229, + [1416] = 1330, + [1417] = 1327, + [1418] = 1324, + [1419] = 1346, + [1420] = 1341, + [1421] = 1339, + [1422] = 1337, + [1423] = 1353, + [1424] = 1230, + [1425] = 1351, + [1426] = 1349, + [1427] = 1340, + [1428] = 1325, + [1429] = 1313, + [1430] = 1347, + [1431] = 1315, + [1432] = 1317, + [1433] = 1342, + [1434] = 1320, + [1435] = 1348, + [1436] = 1359, + [1437] = 1350, + [1438] = 1345, + [1439] = 1319, + [1440] = 1343, + [1441] = 1356, + [1442] = 1360, + [1443] = 1311, + [1444] = 1323, + [1445] = 1316, + [1446] = 1322, + [1447] = 1321, + [1448] = 1314, + [1449] = 1333, + [1450] = 1334, + [1451] = 1336, + [1452] = 1312, + [1453] = 1335, + [1454] = 1357, + [1455] = 1344, + [1456] = 1354, + [1457] = 1310, + [1458] = 1328, + [1459] = 1355, + [1460] = 1329, + [1461] = 1352, + [1462] = 684, + [1463] = 1463, + [1464] = 686, + [1465] = 1300, + [1466] = 1308, + [1467] = 1467, + [1468] = 1388, + [1469] = 1299, + [1470] = 1228, + [1471] = 1394, + [1472] = 1229, + [1473] = 1394, + [1474] = 1474, + [1475] = 803, + [1476] = 1476, + [1477] = 1477, + [1478] = 1388, + [1479] = 817, + [1480] = 1480, + [1481] = 803, + [1482] = 1467, + [1483] = 1274, + [1484] = 803, + [1485] = 1275, + [1486] = 1467, + [1487] = 1277, + [1488] = 1488, + [1489] = 1467, + [1490] = 1276, + [1491] = 803, + [1492] = 1492, + [1493] = 817, + [1494] = 684, + [1495] = 686, + [1496] = 1477, + [1497] = 817, + [1498] = 1476, + [1499] = 1499, + [1500] = 1500, + [1501] = 1308, + [1502] = 1299, + [1503] = 1280, + [1504] = 1504, + [1505] = 1505, + [1506] = 1506, + [1507] = 1507, + [1508] = 1508, + [1509] = 1509, + [1510] = 1510, + [1511] = 1511, + [1512] = 1508, + [1513] = 1505, + [1514] = 1508, + [1515] = 1515, + [1516] = 1516, + [1517] = 1515, + [1518] = 1518, + [1519] = 1516, + [1520] = 1520, + [1521] = 1508, + [1522] = 1522, + [1523] = 1506, + [1524] = 1524, + [1525] = 1525, + [1526] = 1526, + [1527] = 1508, + [1528] = 1528, + [1529] = 1529, + [1530] = 1530, + [1531] = 1530, + [1532] = 1530, + [1533] = 1530, + [1534] = 1510, + [1535] = 1529, + [1536] = 1536, + [1537] = 1529, + [1538] = 1520, + [1539] = 1530, + [1540] = 1529, + [1541] = 1529, + [1542] = 1522, + [1543] = 1543, + [1544] = 1536, + [1545] = 1545, + [1546] = 1520, + [1547] = 1522, + [1548] = 1510, + [1549] = 1549, + [1550] = 1549, + [1551] = 1549, + [1552] = 1549, + [1553] = 1549, + [1554] = 1549, + [1555] = 1555, + [1556] = 1556, + [1557] = 1556, + [1558] = 1558, + [1559] = 1559, + [1560] = 1560, + [1561] = 1555, + [1562] = 1560, + [1563] = 1559, + [1564] = 1564, + [1565] = 1565, + [1566] = 1555, + [1567] = 1556, + [1568] = 1568, + [1569] = 1559, + [1570] = 1565, + [1571] = 1571, + [1572] = 1556, + [1573] = 1556, + [1574] = 1555, + [1575] = 1560, + [1576] = 1559, + [1577] = 1555, + [1578] = 1559, + [1579] = 1555, + [1580] = 1559, + [1581] = 1556, + [1582] = 1555, + [1583] = 1559, + [1584] = 1584, + [1585] = 1585, + [1586] = 1586, + [1587] = 1587, + [1588] = 1588, + [1589] = 1589, + [1590] = 1590, + [1591] = 1589, + [1592] = 1592, + [1593] = 1593, + [1594] = 1594, + [1595] = 1595, + [1596] = 1596, + [1597] = 1584, + [1598] = 1598, + [1599] = 1599, + [1600] = 1590, + [1601] = 1589, + [1602] = 1602, + [1603] = 1603, + [1604] = 1604, + [1605] = 1595, + [1606] = 1606, + [1607] = 1590, + [1608] = 1592, + [1609] = 1589, + [1610] = 1589, + [1611] = 1611, + [1612] = 1612, + [1613] = 1613, + [1614] = 1587, + [1615] = 1588, + [1616] = 1596, + [1617] = 1592, + [1618] = 1585, + [1619] = 1592, + [1620] = 1589, + [1621] = 1602, + [1622] = 1589, + [1623] = 1589, + [1624] = 1590, + [1625] = 1593, + [1626] = 1594, + [1627] = 1604, + [1628] = 1585, + [1629] = 1593, + [1630] = 1595, + [1631] = 1594, + [1632] = 1604, + [1633] = 1590, + [1634] = 1595, + [1635] = 1589, + [1636] = 1612, + [1637] = 1589, + [1638] = 1602, + [1639] = 1590, + [1640] = 1611, + [1641] = 1585, + [1642] = 1612, + [1643] = 1613, + [1644] = 1644, + [1645] = 1588, + [1646] = 1611, + [1647] = 1584, + [1648] = 1590, + [1649] = 1590, + [1650] = 1595, + [1651] = 1604, + [1652] = 1593, + [1653] = 1589, + [1654] = 1589, + [1655] = 1584, + [1656] = 1596, + [1657] = 1590, + [1658] = 1584, + [1659] = 1611, + [1660] = 1612, + [1661] = 1661, + [1662] = 1611, + [1663] = 1594, + [1664] = 1592, + [1665] = 1613, + [1666] = 1604, + [1667] = 1585, + [1668] = 1590, + [1669] = 1612, + [1670] = 1613, + [1671] = 1593, + [1672] = 1594, + [1673] = 1588, + [1674] = 1587, + [1675] = 1613, + [1676] = 1586, + [1677] = 1587, + [1678] = 1613, + [1679] = 1612, + [1680] = 1587, + [1681] = 1588, + [1682] = 1589, + [1683] = 1603, + [1684] = 1611, + [1685] = 1585, + [1686] = 1598, + [1687] = 1584, + [1688] = 1590, + [1689] = 1596, + [1690] = 1596, + [1691] = 1595, + [1692] = 1594, + [1693] = 1693, + [1694] = 1593, + [1695] = 1604, + [1696] = 1592, + [1697] = 1595, + [1698] = 1596, + [1699] = 1587, + [1700] = 1588, + [1701] = 1596, + [1702] = 1603, + [1703] = 1592, + [1704] = 1590, + [1705] = 1590, + [1706] = 1598, + [1707] = 1707, + [1708] = 1708, + [1709] = 1709, + [1710] = 1710, + [1711] = 1711, + [1712] = 1711, + [1713] = 1713, + [1714] = 1708, + [1715] = 1715, + [1716] = 1716, + [1717] = 1717, + [1718] = 1708, + [1719] = 1719, + [1720] = 1713, + [1721] = 1721, + [1722] = 1719, + [1723] = 1723, + [1724] = 1723, + [1725] = 1708, + [1726] = 1721, + [1727] = 1721, + [1728] = 1708, + [1729] = 1721, + [1730] = 1709, + [1731] = 1719, + [1732] = 1707, + [1733] = 1733, + [1734] = 1734, + [1735] = 1721, + [1736] = 1736, + [1737] = 1716, + [1738] = 1738, + [1739] = 1708, + [1740] = 1723, + [1741] = 1741, + [1742] = 1721, + [1743] = 1708, + [1744] = 1721, + [1745] = 1723, + [1746] = 1721, + [1747] = 1721, + [1748] = 1719, + [1749] = 1733, + [1750] = 1750, + [1751] = 1734, + [1752] = 1752, + [1753] = 1738, + [1754] = 1721, + [1755] = 1723, + [1756] = 1719, + [1757] = 1721, + [1758] = 1721, + [1759] = 1759, + [1760] = 1738, + [1761] = 1721, + [1762] = 1723, + [1763] = 1719, + [1764] = 1713, + [1765] = 1765, + [1766] = 1766, + [1767] = 1767, + [1768] = 1768, + [1769] = 1769, + [1770] = 1770, + [1771] = 1766, + [1772] = 1772, + [1773] = 1773, + [1774] = 1774, + [1775] = 1775, + [1776] = 1776, + [1777] = 1777, + [1778] = 1778, + [1779] = 1765, + [1780] = 1780, + [1781] = 1781, + [1782] = 1782, + [1783] = 1775, + [1784] = 1784, + [1785] = 1785, + [1786] = 1786, + [1787] = 1787, + [1788] = 1788, + [1789] = 1785, + [1790] = 1775, + [1791] = 1787, + [1792] = 1782, + [1793] = 1793, + [1794] = 1794, + [1795] = 1781, + [1796] = 1765, + [1797] = 1777, + [1798] = 1776, + [1799] = 1799, + [1800] = 1773, + [1801] = 1772, + [1802] = 1766, + [1803] = 1769, + [1804] = 1804, + [1805] = 1788, + [1806] = 1787, + [1807] = 1807, + [1808] = 1785, + [1809] = 1782, + [1810] = 1781, + [1811] = 1765, + [1812] = 1777, + [1813] = 1776, + [1814] = 1773, + [1815] = 1772, + [1816] = 1766, + [1817] = 1769, + [1818] = 1807, + [1819] = 1804, + [1820] = 1799, + [1821] = 1821, + [1822] = 1822, + [1823] = 1794, + [1824] = 1824, + [1825] = 1822, + [1826] = 1786, + [1827] = 1827, + [1828] = 1780, + [1829] = 1784, + [1830] = 1780, + [1831] = 1784, + [1832] = 1822, + [1833] = 1833, + [1834] = 1794, + [1835] = 1769, + [1836] = 1767, + [1837] = 1780, + [1838] = 1766, + [1839] = 1772, + [1840] = 1774, + [1841] = 1784, + [1842] = 1785, + [1843] = 1799, + [1844] = 1773, + [1845] = 1827, + [1846] = 1788, + [1847] = 1804, + [1848] = 1776, + [1849] = 1794, + [1850] = 1807, + [1851] = 1851, + [1852] = 1784, + [1853] = 1822, + [1854] = 1782, + [1855] = 1786, + [1856] = 1781, + [1857] = 1821, + [1858] = 1786, + [1859] = 1794, + [1860] = 1824, + [1861] = 1799, + [1862] = 1767, + [1863] = 1799, + [1864] = 1777, + [1865] = 1781, + [1866] = 1784, + [1867] = 1767, + [1868] = 1794, + [1869] = 1833, + [1870] = 1822, + [1871] = 1765, + [1872] = 1782, + [1873] = 1777, + [1874] = 1784, + [1875] = 1776, + [1876] = 1786, + [1877] = 1774, + [1878] = 1799, + [1879] = 1821, + [1880] = 1794, + [1881] = 1788, + [1882] = 1799, + [1883] = 1778, + [1884] = 1807, + [1885] = 1824, + [1886] = 1774, + [1887] = 1824, + [1888] = 1822, + [1889] = 1889, + [1890] = 1890, + [1891] = 1785, + [1892] = 1833, + [1893] = 1780, + [1894] = 1775, + [1895] = 1774, + [1896] = 1788, + [1897] = 1824, + [1898] = 1807, + [1899] = 1821, + [1900] = 1824, + [1901] = 1804, + [1902] = 1780, + [1903] = 1786, + [1904] = 1804, + [1905] = 1767, + [1906] = 1769, + [1907] = 1775, + [1908] = 1807, + [1909] = 1804, + [1910] = 1769, + [1911] = 1766, + [1912] = 1772, + [1913] = 1772, + [1914] = 1769, + [1915] = 1773, + [1916] = 1766, + [1917] = 1772, + [1918] = 1822, + [1919] = 1786, + [1920] = 1920, + [1921] = 1774, + [1922] = 1775, + [1923] = 1807, + [1924] = 1776, + [1925] = 1773, + [1926] = 1776, + [1927] = 1777, + [1928] = 1765, + [1929] = 1775, + [1930] = 1781, + [1931] = 1788, + [1932] = 1920, + [1933] = 1824, + [1934] = 1782, + [1935] = 1785, + [1936] = 1773, + [1937] = 1780, + [1938] = 1804, + [1939] = 1777, + [1940] = 1765, + [1941] = 1781, + [1942] = 1787, + [1943] = 1782, + [1944] = 1785, + [1945] = 1788, + [1946] = 1946, + [1947] = 1947, + [1948] = 1948, + [1949] = 1949, + [1950] = 1228, + [1951] = 186, + [1952] = 1952, + [1953] = 1953, + [1954] = 1954, + [1955] = 797, + [1956] = 814, + [1957] = 180, + [1958] = 804, + [1959] = 152, + [1960] = 146, + [1961] = 813, + [1962] = 811, + [1963] = 798, + [1964] = 807, + [1965] = 140, + [1966] = 1966, + [1967] = 171, + [1968] = 1966, + [1969] = 1966, + [1970] = 1268, + [1971] = 1300, + [1972] = 1365, + [1973] = 1361, + [1974] = 811, + [1975] = 797, + [1976] = 814, + [1977] = 813, + [1978] = 804, + [1979] = 807, + [1980] = 798, + [1981] = 1309, + [1982] = 1953, + [1983] = 1301, + [1984] = 1286, + [1985] = 1985, + [1986] = 1954, + [1987] = 1295, + [1988] = 1305, + [1989] = 1952, + [1990] = 1290, + [1991] = 803, + [1992] = 1272, + [1993] = 803, + [1994] = 803, + [1995] = 817, + [1996] = 815, + [1997] = 1271, + [1998] = 815, + [1999] = 1268, + [2000] = 1306, + [2001] = 1302, + [2002] = 2002, + [2003] = 1294, + [2004] = 1300, + [2005] = 2005, + [2006] = 2006, + [2007] = 817, + [2008] = 1303, + [2009] = 1361, + [2010] = 817, + [2011] = 2011, + [2012] = 1365, + [2013] = 1291, + [2014] = 2014, + [2015] = 2015, + [2016] = 1283, + [2017] = 2017, + [2018] = 1268, + [2019] = 2019, + [2020] = 803, + [2021] = 1270, + [2022] = 1286, + [2023] = 2023, + [2024] = 2024, + [2025] = 1305, + [2026] = 1394, + [2027] = 1300, + [2028] = 1301, + [2029] = 2029, + [2030] = 1273, + [2031] = 1388, + [2032] = 1295, + [2033] = 2033, + [2034] = 1290, + [2035] = 1309, + [2036] = 1296, + [2037] = 1307, + [2038] = 817, + [2039] = 2039, + [2040] = 1272, + [2041] = 1298, + [2042] = 2042, + [2043] = 2042, + [2044] = 803, + [2045] = 1271, + [2046] = 2046, + [2047] = 1295, + [2048] = 1337, + [2049] = 1339, + [2050] = 1342, + [2051] = 1319, + [2052] = 1302, + [2053] = 2053, + [2054] = 1324, + [2055] = 1327, + [2056] = 1330, + [2057] = 1328, + [2058] = 1329, + [2059] = 1332, + [2060] = 1333, + [2061] = 1334, + [2062] = 1335, + [2063] = 2063, + [2064] = 1346, + [2065] = 1336, + [2066] = 1305, + [2067] = 1353, + [2068] = 1312, + [2069] = 1314, + [2070] = 1321, + [2071] = 1322, + [2072] = 1311, + [2073] = 1343, + [2074] = 1347, + [2075] = 1349, + [2076] = 2076, + [2077] = 1351, + [2078] = 1357, + [2079] = 1352, + [2080] = 1355, + [2081] = 1310, + [2082] = 2076, + [2083] = 1354, + [2084] = 1344, + [2085] = 817, + [2086] = 1286, + [2087] = 1301, + [2088] = 1316, + [2089] = 2089, + [2090] = 1290, + [2091] = 1291, + [2092] = 2092, + [2093] = 1306, + [2094] = 1345, + [2095] = 1350, + [2096] = 1309, + [2097] = 1359, + [2098] = 1348, + [2099] = 1320, + [2100] = 1317, + [2101] = 2101, + [2102] = 1315, + [2103] = 1313, + [2104] = 1325, + [2105] = 1340, + [2106] = 2014, + [2107] = 1294, + [2108] = 1331, + [2109] = 1341, + [2110] = 1303, + [2111] = 2076, + [2112] = 1358, + [2113] = 1326, + [2114] = 1356, + [2115] = 1360, + [2116] = 1323, + [2117] = 2117, + [2118] = 2118, + [2119] = 2119, + [2120] = 2120, + [2121] = 2121, + [2122] = 2122, + [2123] = 2123, + [2124] = 1283, + [2125] = 2125, + [2126] = 2126, + [2127] = 2127, + [2128] = 2128, + [2129] = 2129, + [2130] = 2125, + [2131] = 2118, + [2132] = 2132, + [2133] = 2133, + [2134] = 2118, + [2135] = 2135, + [2136] = 1283, + [2137] = 2137, + [2138] = 2017, + [2139] = 2117, + [2140] = 2125, + [2141] = 2141, + [2142] = 2142, + [2143] = 2128, + [2144] = 2144, + [2145] = 2145, + [2146] = 2146, + [2147] = 2147, + [2148] = 2148, + [2149] = 2117, + [2150] = 2150, + [2151] = 2151, + [2152] = 2152, + [2153] = 2117, + [2154] = 2005, + [2155] = 2155, + [2156] = 2156, + [2157] = 2006, + [2158] = 2158, + [2159] = 2159, + [2160] = 2145, + [2161] = 2015, + [2162] = 2125, + [2163] = 2163, + [2164] = 2164, + [2165] = 2165, + [2166] = 2166, + [2167] = 2167, + [2168] = 2168, + [2169] = 2169, + [2170] = 2125, + [2171] = 2171, + [2172] = 2172, + [2173] = 2135, + [2174] = 2133, + [2175] = 2132, + [2176] = 2176, + [2177] = 2127, + [2178] = 2178, + [2179] = 2179, + [2180] = 2180, + [2181] = 2121, + [2182] = 2182, + [2183] = 2183, + [2184] = 2145, + [2185] = 2117, + [2186] = 2186, + [2187] = 2187, + [2188] = 2188, + [2189] = 2189, + [2190] = 112, + [2191] = 2024, + [2192] = 2128, + [2193] = 108, + [2194] = 2194, + [2195] = 2145, + [2196] = 2171, + [2197] = 2002, + [2198] = 2128, + [2199] = 2199, + [2200] = 2200, + [2201] = 2145, + [2202] = 2089, + [2203] = 2122, + [2204] = 2204, + [2205] = 2205, + [2206] = 2206, + [2207] = 2207, + [2208] = 2011, + [2209] = 2209, + [2210] = 2210, + [2211] = 2211, + [2212] = 2212, + [2213] = 2213, + [2214] = 2214, + [2215] = 2125, + [2216] = 2118, + [2217] = 2217, + [2218] = 2218, + [2219] = 2219, + [2220] = 1388, + [2221] = 1394, + [2222] = 2222, + [2223] = 2223, + [2224] = 2118, + [2225] = 2225, + [2226] = 2226, + [2227] = 2227, + [2228] = 2128, + [2229] = 2229, + [2230] = 2230, + [2231] = 803, + [2232] = 2232, + [2233] = 2146, + [2234] = 2204, + [2235] = 797, + [2236] = 814, + [2237] = 813, + [2238] = 804, + [2239] = 2223, + [2240] = 2232, + [2241] = 1270, + [2242] = 2029, + [2243] = 2019, + [2244] = 1294, + [2245] = 1954, + [2246] = 1302, + [2247] = 2232, + [2248] = 2014, + [2249] = 2014, + [2250] = 807, + [2251] = 2023, + [2252] = 2230, + [2253] = 2014, + [2254] = 1306, + [2255] = 1300, + [2256] = 1273, + [2257] = 1952, + [2258] = 2232, + [2259] = 2033, + [2260] = 1291, + [2261] = 1953, + [2262] = 1303, + [2263] = 811, + [2264] = 798, + [2265] = 1268, + [2266] = 1394, + [2267] = 2159, + [2268] = 1309, + [2269] = 1295, + [2270] = 1301, + [2271] = 1290, + [2272] = 1305, + [2273] = 2046, + [2274] = 1388, + [2275] = 1286, + [2276] = 817, + [2277] = 2014, + [2278] = 1296, + [2279] = 1307, + [2280] = 1298, + [2281] = 1336, + [2282] = 2089, + [2283] = 1323, + [2284] = 1316, + [2285] = 1326, + [2286] = 1360, + [2287] = 1357, + [2288] = 1358, + [2289] = 2205, + [2290] = 2092, + [2291] = 1341, + [2292] = 1331, + [2293] = 2293, + [2294] = 2219, + [2295] = 1361, + [2296] = 1340, + [2297] = 1325, + [2298] = 1313, + [2299] = 1315, + [2300] = 1317, + [2301] = 1320, + [2302] = 1348, + [2303] = 1359, + [2304] = 1350, + [2305] = 1345, + [2306] = 2293, + [2307] = 2156, + [2308] = 1344, + [2309] = 1354, + [2310] = 1310, + [2311] = 2189, + [2312] = 2148, + [2313] = 2183, + [2314] = 2182, + [2315] = 2180, + [2316] = 2178, + [2317] = 2176, + [2318] = 2168, + [2319] = 2164, + [2320] = 2158, + [2321] = 1355, + [2322] = 1352, + [2323] = 1351, + [2324] = 1349, + [2325] = 2101, + [2326] = 1347, + [2327] = 1343, + [2328] = 1311, + [2329] = 1322, + [2330] = 1321, + [2331] = 1314, + [2332] = 2123, + [2333] = 1312, + [2334] = 1365, + [2335] = 2226, + [2336] = 1353, + [2337] = 2053, + [2338] = 1356, + [2339] = 1327, + [2340] = 1324, + [2341] = 1335, + [2342] = 2227, + [2343] = 1334, + [2344] = 1346, + [2345] = 1333, + [2346] = 2151, + [2347] = 1332, + [2348] = 1329, + [2349] = 2225, + [2350] = 1328, + [2351] = 2179, + [2352] = 2212, + [2353] = 2210, + [2354] = 1298, + [2355] = 1330, + [2356] = 1319, + [2357] = 1342, + [2358] = 2186, + [2359] = 1339, + [2360] = 1337, + [2361] = 2214, + [2362] = 2159, + [2363] = 2156, + [2364] = 2144, + [2365] = 1348, + [2366] = 1359, + [2367] = 2121, + [2368] = 2127, + [2369] = 2132, + [2370] = 2133, + [2371] = 797, + [2372] = 2135, + [2373] = 2163, + [2374] = 1350, + [2375] = 2166, + [2376] = 2167, + [2377] = 1326, + [2378] = 2214, + [2379] = 1345, + [2380] = 2222, + [2381] = 814, + [2382] = 1356, + [2383] = 2223, + [2384] = 813, + [2385] = 1360, + [2386] = 1323, + [2387] = 1316, + [2388] = 1334, + [2389] = 2165, + [2390] = 2152, + [2391] = 2150, + [2392] = 1335, + [2393] = 1353, + [2394] = 2207, + [2395] = 2189, + [2396] = 1357, + [2397] = 2169, + [2398] = 2187, + [2399] = 2188, + [2400] = 1343, + [2401] = 2172, + [2402] = 1311, + [2403] = 2148, + [2404] = 2179, + [2405] = 2183, + [2406] = 2155, + [2407] = 2204, + [2408] = 1358, + [2409] = 1317, + [2410] = 2217, + [2411] = 2182, + [2412] = 2180, + [2413] = 2178, + [2414] = 2176, + [2415] = 2024, + [2416] = 2168, + [2417] = 1322, + [2418] = 2209, + [2419] = 2159, + [2420] = 2164, + [2421] = 2017, + [2422] = 1315, + [2423] = 1321, + [2424] = 1302, + [2425] = 1291, + [2426] = 2194, + [2427] = 2141, + [2428] = 2199, + [2429] = 2158, + [2430] = 1342, + [2431] = 2123, + [2432] = 2218, + [2433] = 1314, + [2434] = 2205, + [2435] = 807, + [2436] = 798, + [2437] = 811, + [2438] = 1319, + [2439] = 1313, + [2440] = 2119, + [2441] = 1320, + [2442] = 2213, + [2443] = 1325, + [2444] = 1344, + [2445] = 2120, + [2446] = 1340, + [2447] = 1354, + [2448] = 2129, + [2449] = 108, + [2450] = 1306, + [2451] = 2122, + [2452] = 2126, + [2453] = 1330, + [2454] = 1310, + [2455] = 1327, + [2456] = 2227, + [2457] = 2151, + [2458] = 2015, + [2459] = 1312, + [2460] = 2142, + [2461] = 2147, + [2462] = 2137, + [2463] = 2186, + [2464] = 1331, + [2465] = 1341, + [2466] = 2226, + [2467] = 1347, + [2468] = 112, + [2469] = 1339, + [2470] = 2211, + [2471] = 1303, + [2472] = 1337, + [2473] = 1294, + [2474] = 2210, + [2475] = 1351, + [2476] = 1336, + [2477] = 1355, + [2478] = 1328, + [2479] = 2146, + [2480] = 2219, + [2481] = 1329, + [2482] = 804, + [2483] = 2225, + [2484] = 1352, + [2485] = 2200, + [2486] = 2206, + [2487] = 1332, + [2488] = 1333, + [2489] = 1349, + [2490] = 2159, + [2491] = 1346, + [2492] = 2063, + [2493] = 1324, + [2494] = 2212, + [2495] = 814, + [2496] = 1283, + [2497] = 1954, + [2498] = 2498, + [2499] = 1952, + [2500] = 2159, + [2501] = 797, + [2502] = 1953, + [2503] = 804, + [2504] = 811, + [2505] = 798, + [2506] = 807, + [2507] = 813, + [2508] = 2508, + [2509] = 817, + [2510] = 2508, + [2511] = 2498, + [2512] = 2512, + [2513] = 2513, + [2514] = 2513, + [2515] = 1272, + [2516] = 2513, + [2517] = 2513, + [2518] = 2513, + [2519] = 2513, + [2520] = 2513, + [2521] = 1271, + [2522] = 2522, + [2523] = 1298, + [2524] = 2524, + [2525] = 2522, + [2526] = 2524, + [2527] = 817, + [2528] = 2522, + [2529] = 2522, + [2530] = 2530, + [2531] = 2522, + [2532] = 2532, + [2533] = 2524, + [2534] = 2524, + [2535] = 2524, + [2536] = 2522, + [2537] = 1361, + [2538] = 2530, + [2539] = 2522, + [2540] = 2522, + [2541] = 2524, + [2542] = 1365, + [2543] = 2530, + [2544] = 2532, + [2545] = 2524, + [2546] = 817, + [2547] = 2524, + [2548] = 2548, + [2549] = 2548, + [2550] = 1348, + [2551] = 2551, + [2552] = 1355, + [2553] = 1320, + [2554] = 1317, + [2555] = 2551, + [2556] = 1315, + [2557] = 2551, + [2558] = 1358, + [2559] = 112, + [2560] = 1313, + [2561] = 2548, + [2562] = 2562, + [2563] = 108, + [2564] = 1394, + [2565] = 1345, + [2566] = 1325, + [2567] = 1340, + [2568] = 2548, + [2569] = 2562, + [2570] = 2548, + [2571] = 1330, + [2572] = 1327, + [2573] = 1350, + [2574] = 1324, + [2575] = 1346, + [2576] = 1273, + [2577] = 2577, + [2578] = 1339, + [2579] = 2577, + [2580] = 2577, + [2581] = 2551, + [2582] = 1337, + [2583] = 1336, + [2584] = 2548, + [2585] = 1335, + [2586] = 1334, + [2587] = 2562, + [2588] = 1344, + [2589] = 1354, + [2590] = 1310, + [2591] = 1331, + [2592] = 1341, + [2593] = 2593, + [2594] = 1270, + [2595] = 1333, + [2596] = 1332, + [2597] = 1329, + [2598] = 1352, + [2599] = 2577, + [2600] = 1388, + [2601] = 1328, + [2602] = 1351, + [2603] = 1357, + [2604] = 1326, + [2605] = 1319, + [2606] = 1342, + [2607] = 2577, + [2608] = 2562, + [2609] = 2548, + [2610] = 2562, + [2611] = 1356, + [2612] = 1349, + [2613] = 1316, + [2614] = 1323, + [2615] = 2548, + [2616] = 1347, + [2617] = 1314, + [2618] = 1312, + [2619] = 2551, + [2620] = 1359, + [2621] = 1343, + [2622] = 2548, + [2623] = 1311, + [2624] = 1360, + [2625] = 1353, + [2626] = 1322, + [2627] = 1321, + [2628] = 1272, + [2629] = 1271, + [2630] = 1296, + [2631] = 2046, + [2632] = 2011, + [2633] = 2006, + [2634] = 817, + [2635] = 1307, + [2636] = 2005, + [2637] = 2002, + [2638] = 2023, + [2639] = 2029, + [2640] = 2011, + [2641] = 2092, + [2642] = 2642, + [2643] = 2643, + [2644] = 2033, + [2645] = 2002, + [2646] = 2053, + [2647] = 2647, + [2648] = 2647, + [2649] = 2019, + [2650] = 2642, + [2651] = 2643, + [2652] = 2101, + [2653] = 2006, + [2654] = 2654, + [2655] = 2654, + [2656] = 2005, + [2657] = 2222, + [2658] = 2187, + [2659] = 2207, + [2660] = 2211, + [2661] = 2661, + [2662] = 2213, + [2663] = 1394, + [2664] = 2029, + [2665] = 2200, + [2666] = 2033, + [2667] = 2126, + [2668] = 2150, + [2669] = 1388, + [2670] = 2210, + [2671] = 2141, + [2672] = 2172, + [2673] = 2011, + [2674] = 2194, + [2675] = 2199, + [2676] = 2227, + [2677] = 2155, + [2678] = 2166, + [2679] = 2002, + [2680] = 2148, + [2681] = 2163, + [2682] = 2119, + [2683] = 2209, + [2684] = 2179, + [2685] = 2123, + [2686] = 2152, + [2687] = 2019, + [2688] = 2167, + [2689] = 2188, + [2690] = 2023, + [2691] = 2006, + [2692] = 2218, + [2693] = 2005, + [2694] = 2694, + [2695] = 2023, + [2696] = 2189, + [2697] = 2164, + [2698] = 2033, + [2699] = 2699, + [2700] = 2029, + [2701] = 2212, + [2702] = 2226, + [2703] = 2229, + [2704] = 2182, + [2705] = 2705, + [2706] = 2176, + [2707] = 2168, + [2708] = 2186, + [2709] = 2709, + [2710] = 1273, + [2711] = 2151, + [2712] = 2712, + [2713] = 2019, + [2714] = 2225, + [2715] = 2156, + [2716] = 2180, + [2717] = 1270, + [2718] = 2178, + [2719] = 2183, + [2720] = 2158, + [2721] = 2205, + [2722] = 2705, + [2723] = 2699, + [2724] = 2724, + [2725] = 2709, + [2726] = 2726, + [2727] = 2726, + [2728] = 2728, + [2729] = 2726, + [2730] = 2730, + [2731] = 2731, + [2732] = 2731, + [2733] = 2733, + [2734] = 2734, + [2735] = 2735, + [2736] = 2726, + [2737] = 1388, + [2738] = 2738, + [2739] = 2739, + [2740] = 2740, + [2741] = 2694, + [2742] = 817, + [2743] = 2709, + [2744] = 2731, + [2745] = 2731, + [2746] = 2730, + [2747] = 2699, + [2748] = 1394, + [2749] = 2046, + [2750] = 2731, + [2751] = 2694, + [2752] = 2726, + [2753] = 2730, + [2754] = 2726, + [2755] = 2730, + [2756] = 2705, + [2757] = 2730, + [2758] = 2758, + [2759] = 2730, + [2760] = 1307, + [2761] = 2761, + [2762] = 2726, + [2763] = 2739, + [2764] = 2730, + [2765] = 2733, + [2766] = 2730, + [2767] = 2731, + [2768] = 2739, + [2769] = 2731, + [2770] = 2730, + [2771] = 2735, + [2772] = 2735, + [2773] = 2735, + [2774] = 2735, + [2775] = 2730, + [2776] = 2739, + [2777] = 1296, + [2778] = 2739, + [2779] = 2735, + [2780] = 2734, + [2781] = 2781, + [2782] = 2782, + [2783] = 2178, + [2784] = 2176, + [2785] = 2785, + [2786] = 2189, + [2787] = 2787, + [2788] = 2788, + [2789] = 2168, + [2790] = 2790, + [2791] = 2205, + [2792] = 2705, + [2793] = 2164, + [2794] = 2794, + [2795] = 2795, + [2796] = 2796, + [2797] = 2797, + [2798] = 2123, + [2799] = 2799, + [2800] = 2797, + [2801] = 2158, + [2802] = 2092, + [2803] = 2803, + [2804] = 2787, + [2805] = 2805, + [2806] = 2795, + [2807] = 2807, + [2808] = 2782, + [2809] = 2807, + [2810] = 2799, + [2811] = 2811, + [2812] = 2812, + [2813] = 2790, + [2814] = 2699, + [2815] = 2782, + [2816] = 2807, + [2817] = 2817, + [2818] = 2803, + [2819] = 2819, + [2820] = 2787, + [2821] = 2790, + [2822] = 2151, + [2823] = 2823, + [2824] = 2824, + [2825] = 2148, + [2826] = 2819, + [2827] = 2794, + [2828] = 2186, + [2829] = 2186, + [2830] = 2817, + [2831] = 2799, + [2832] = 2819, + [2833] = 2824, + [2834] = 2817, + [2835] = 2817, + [2836] = 2794, + [2837] = 2794, + [2838] = 2838, + [2839] = 2803, + [2840] = 2805, + [2841] = 2823, + [2842] = 2156, + [2843] = 2782, + [2844] = 2819, + [2845] = 2824, + [2846] = 2823, + [2847] = 2180, + [2848] = 2807, + [2849] = 2794, + [2850] = 2819, + [2851] = 2805, + [2852] = 2803, + [2853] = 2226, + [2854] = 2854, + [2855] = 2811, + [2856] = 2182, + [2857] = 2803, + [2858] = 2795, + [2859] = 2823, + [2860] = 2183, + [2861] = 2795, + [2862] = 2817, + [2863] = 2863, + [2864] = 2805, + [2865] = 2787, + [2866] = 2158, + [2867] = 2787, + [2868] = 2824, + [2869] = 2807, + [2870] = 2790, + [2871] = 2164, + [2872] = 2872, + [2873] = 2824, + [2874] = 2799, + [2875] = 2205, + [2876] = 2790, + [2877] = 2156, + [2878] = 2226, + [2879] = 2817, + [2880] = 2795, + [2881] = 2805, + [2882] = 2168, + [2883] = 2799, + [2884] = 2787, + [2885] = 2824, + [2886] = 2024, + [2887] = 2053, + [2888] = 2823, + [2889] = 2819, + [2890] = 2176, + [2891] = 2709, + [2892] = 2227, + [2893] = 2178, + [2894] = 2225, + [2895] = 2790, + [2896] = 2225, + [2897] = 2794, + [2898] = 2803, + [2899] = 2694, + [2900] = 1300, + [2901] = 2151, + [2902] = 2799, + [2903] = 2212, + [2904] = 2017, + [2905] = 2782, + [2906] = 2212, + [2907] = 2210, + [2908] = 2863, + [2909] = 2909, + [2910] = 2910, + [2911] = 2807, + [2912] = 2015, + [2913] = 2799, + [2914] = 2805, + [2915] = 2101, + [2916] = 2916, + [2917] = 2823, + [2918] = 2782, + [2919] = 2795, + [2920] = 2180, + [2921] = 2182, + [2922] = 2179, + [2923] = 2838, + [2924] = 2183, + [2925] = 2189, + [2926] = 2926, + [2927] = 2927, + [2928] = 2928, + [2929] = 2926, + [2930] = 2928, + [2931] = 2926, + [2932] = 2932, + [2933] = 2926, + [2934] = 2926, + [2935] = 2935, + [2936] = 2926, + [2937] = 2188, + [2938] = 2938, + [2939] = 2939, + [2940] = 2940, + [2941] = 2941, + [2942] = 2942, + [2943] = 2943, + [2944] = 2944, + [2945] = 2945, + [2946] = 2946, + [2947] = 2938, + [2948] = 2150, + [2949] = 2152, + [2950] = 2943, + [2951] = 2951, + [2952] = 2952, + [2953] = 2953, + [2954] = 2954, + [2955] = 2941, + [2956] = 2956, + [2957] = 2957, + [2958] = 2928, + [2959] = 2959, + [2960] = 2960, + [2961] = 2926, + [2962] = 2926, + [2963] = 2952, + [2964] = 2939, + [2965] = 2024, + [2966] = 2155, + [2967] = 2222, + [2968] = 2968, + [2969] = 2141, + [2970] = 2167, + [2971] = 2971, + [2972] = 2941, + [2973] = 2166, + [2974] = 2156, + [2975] = 2935, + [2976] = 2951, + [2977] = 2977, + [2978] = 2926, + [2979] = 2926, + [2980] = 2926, + [2981] = 2205, + [2982] = 2982, + [2983] = 2926, + [2984] = 2926, + [2985] = 2942, + [2986] = 2189, + [2987] = 2971, + [2988] = 2183, + [2989] = 2910, + [2990] = 2927, + [2991] = 2172, + [2992] = 2182, + [2993] = 2180, + [2994] = 2994, + [2995] = 2995, + [2996] = 2943, + [2997] = 2997, + [2998] = 2942, + [2999] = 2938, + [3000] = 2178, + [3001] = 3001, + [3002] = 2176, + [3003] = 2944, + [3004] = 2927, + [3005] = 2168, + [3006] = 3006, + [3007] = 2017, + [3008] = 2164, + [3009] = 2946, + [3010] = 2982, + [3011] = 2939, + [3012] = 2158, + [3013] = 2944, + [3014] = 2935, + [3015] = 2971, + [3016] = 3016, + [3017] = 2939, + [3018] = 2163, + [3019] = 2211, + [3020] = 2941, + [3021] = 3021, + [3022] = 2910, + [3023] = 2928, + [3024] = 2952, + [3025] = 2148, + [3026] = 2945, + [3027] = 2151, + [3028] = 2946, + [3029] = 2186, + [3030] = 2932, + [3031] = 2954, + [3032] = 2994, + [3033] = 2123, + [3034] = 2226, + [3035] = 2932, + [3036] = 2928, + [3037] = 2946, + [3038] = 2951, + [3039] = 2928, + [3040] = 2785, + [3041] = 2932, + [3042] = 3016, + [3043] = 2994, + [3044] = 3044, + [3045] = 2213, + [3046] = 2926, + [3047] = 2187, + [3048] = 2926, + [3049] = 2943, + [3050] = 2200, + [3051] = 3051, + [3052] = 2812, + [3053] = 2928, + [3054] = 2952, + [3055] = 2982, + [3056] = 2945, + [3057] = 3057, + [3058] = 2944, + [3059] = 2944, + [3060] = 2941, + [3061] = 3061, + [3062] = 2944, + [3063] = 2994, + [3064] = 2946, + [3065] = 2951, + [3066] = 2994, + [3067] = 2926, + [3068] = 2015, + [3069] = 2943, + [3070] = 2939, + [3071] = 3016, + [3072] = 3051, + [3073] = 2927, + [3074] = 2199, + [3075] = 2942, + [3076] = 2935, + [3077] = 3077, + [3078] = 2945, + [3079] = 2119, + [3080] = 2941, + [3081] = 2951, + [3082] = 2944, + [3083] = 2939, + [3084] = 2927, + [3085] = 2952, + [3086] = 2225, + [3087] = 3016, + [3088] = 2126, + [3089] = 2971, + [3090] = 3090, + [3091] = 2207, + [3092] = 2945, + [3093] = 2954, + [3094] = 3094, + [3095] = 2971, + [3096] = 2212, + [3097] = 2227, + [3098] = 3057, + [3099] = 2209, + [3100] = 3100, + [3101] = 2928, + [3102] = 3102, + [3103] = 2926, + [3104] = 2945, + [3105] = 3105, + [3106] = 2957, + [3107] = 112, + [3108] = 2210, + [3109] = 2179, + [3110] = 3110, + [3111] = 108, + [3112] = 2926, + [3113] = 2951, + [3114] = 2994, + [3115] = 2194, + [3116] = 2945, + [3117] = 2218, + [3118] = 2952, + [3119] = 2952, + [3120] = 2951, + [3121] = 3001, + [3122] = 2995, + [3123] = 2932, + [3124] = 2935, + [3125] = 2946, + [3126] = 2994, + [3127] = 2935, + [3128] = 2942, + [3129] = 2935, + [3130] = 2943, + [3131] = 2959, + [3132] = 2928, + [3133] = 2927, + [3134] = 2942, + [3135] = 2812, + [3136] = 2785, + [3137] = 2939, + [3138] = 2926, + [3139] = 3105, + [3140] = 3140, + [3141] = 3141, + [3142] = 3105, + [3143] = 2705, + [3144] = 3144, + [3145] = 2910, + [3146] = 3146, + [3147] = 3147, + [3148] = 3148, + [3149] = 3044, + [3150] = 3146, + [3151] = 3148, + [3152] = 2694, + [3153] = 2709, + [3154] = 2699, + [3155] = 3144, + [3156] = 3146, + [3157] = 3157, + [3158] = 3110, + [3159] = 3144, + [3160] = 3110, + [3161] = 3146, + [3162] = 3162, + [3163] = 3148, + [3164] = 3146, + [3165] = 3148, + [3166] = 3044, + [3167] = 3146, + [3168] = 2785, + [3169] = 3169, + [3170] = 3146, + [3171] = 3144, + [3172] = 1228, + [3173] = 3173, + [3174] = 3144, + [3175] = 3175, + [3176] = 3176, + [3177] = 3177, + [3178] = 2812, + [3179] = 3044, + [3180] = 3110, + [3181] = 3105, + [3182] = 3140, + [3183] = 3177, + [3184] = 3175, + [3185] = 3162, + [3186] = 3162, + [3187] = 3140, + [3188] = 3175, + [3189] = 3169, + [3190] = 3169, + [3191] = 3175, + [3192] = 1949, + [3193] = 3193, + [3194] = 3162, + [3195] = 3195, + [3196] = 3196, + [3197] = 3195, + [3198] = 3140, + [3199] = 1394, + [3200] = 1388, + [3201] = 2812, + [3202] = 3177, + [3203] = 2910, + [3204] = 3204, + [3205] = 3196, + [3206] = 3169, + [3207] = 3207, + [3208] = 2785, + [3209] = 3207, + [3210] = 1949, + [3211] = 3211, + [3212] = 3204, + [3213] = 3213, + [3214] = 3110, + [3215] = 1394, + [3216] = 3105, + [3217] = 2953, + [3218] = 3044, + [3219] = 1388, + [3220] = 3220, + [3221] = 3090, + [3222] = 3222, + [3223] = 3223, + [3224] = 2699, + [3225] = 3225, + [3226] = 3226, + [3227] = 3227, + [3228] = 2705, + [3229] = 3229, + [3230] = 3230, + [3231] = 3231, + [3232] = 3232, + [3233] = 3233, + [3234] = 2699, + [3235] = 3232, + [3236] = 2705, + [3237] = 3237, + [3238] = 3238, + [3239] = 3239, + [3240] = 3240, + [3241] = 3241, + [3242] = 3242, + [3243] = 3243, + [3244] = 3240, + [3245] = 3245, + [3246] = 3246, + [3247] = 3162, + [3248] = 1949, + [3249] = 3249, + [3250] = 3232, + [3251] = 3251, + [3252] = 3252, + [3253] = 3253, + [3254] = 3251, + [3255] = 2705, + [3256] = 3256, + [3257] = 3257, + [3258] = 3258, + [3259] = 3258, + [3260] = 3257, + [3261] = 3261, + [3262] = 3175, + [3263] = 3169, + [3264] = 2699, + [3265] = 3140, + [3266] = 3140, + [3267] = 3267, + [3268] = 1307, + [3269] = 1296, + [3270] = 3140, + [3271] = 3271, + [3272] = 3175, + [3273] = 3140, + [3274] = 3175, + [3275] = 3169, + [3276] = 3162, + [3277] = 3277, + [3278] = 3278, + [3279] = 3162, + [3280] = 3280, + [3281] = 1949, + [3282] = 3282, + [3283] = 3283, + [3284] = 3169, + [3285] = 3175, + [3286] = 3162, + [3287] = 3169, + [3288] = 3288, + [3289] = 1394, + [3290] = 1272, + [3291] = 3291, + [3292] = 3283, + [3293] = 3291, + [3294] = 3267, + [3295] = 2699, + [3296] = 1273, + [3297] = 3277, + [3298] = 3271, + [3299] = 3282, + [3300] = 3288, + [3301] = 1271, + [3302] = 3283, + [3303] = 3303, + [3304] = 1272, + [3305] = 2705, + [3306] = 1271, + [3307] = 1388, + [3308] = 3271, + [3309] = 3282, + [3310] = 3267, + [3311] = 3288, + [3312] = 3303, + [3313] = 3313, + [3314] = 3314, + [3315] = 3211, + [3316] = 3316, + [3317] = 3317, + [3318] = 3318, + [3319] = 3319, + [3320] = 3320, + [3321] = 2092, + [3322] = 3322, + [3323] = 3323, + [3324] = 3220, + [3325] = 3242, + [3326] = 3326, + [3327] = 3313, + [3328] = 3328, + [3329] = 3329, + [3330] = 3330, + [3331] = 3331, + [3332] = 3229, + [3333] = 3323, + [3334] = 3334, + [3335] = 3335, + [3336] = 3336, + [3337] = 3337, + [3338] = 3237, + [3339] = 3339, + [3340] = 3340, + [3341] = 3140, + [3342] = 3169, + [3343] = 3241, + [3344] = 3344, + [3345] = 3267, + [3346] = 3346, + [3347] = 3253, + [3348] = 3348, + [3349] = 3175, + [3350] = 3350, + [3351] = 3351, + [3352] = 1230, + [3353] = 3346, + [3354] = 3354, + [3355] = 3313, + [3356] = 3356, + [3357] = 3357, + [3358] = 3323, + [3359] = 3359, + [3360] = 3288, + [3361] = 3344, + [3362] = 3362, + [3363] = 3340, + [3364] = 3364, + [3365] = 3162, + [3366] = 3337, + [3367] = 3336, + [3368] = 3368, + [3369] = 3318, + [3370] = 3246, + [3371] = 3371, + [3372] = 3329, + [3373] = 3313, + [3374] = 3374, + [3375] = 3374, + [3376] = 3368, + [3377] = 3377, + [3378] = 3213, + [3379] = 1949, + [3380] = 3380, + [3381] = 3271, + [3382] = 3331, + [3383] = 3223, + [3384] = 3330, + [3385] = 3314, + [3386] = 3283, + [3387] = 3282, + [3388] = 3377, + [3389] = 3316, + [3390] = 3390, + [3391] = 3319, + [3392] = 3392, + [3393] = 3393, + [3394] = 3394, + [3395] = 3348, + [3396] = 3392, + [3397] = 3322, + [3398] = 3350, + [3399] = 3339, + [3400] = 3317, + [3401] = 2092, + [3402] = 3402, + [3403] = 3403, + [3404] = 3335, + [3405] = 3403, + [3406] = 3392, + [3407] = 3393, + [3408] = 3334, + [3409] = 3403, + [3410] = 3410, + [3411] = 3326, + [3412] = 3357, + [3413] = 3380, + [3414] = 3362, + [3415] = 3320, + [3416] = 3328, + [3417] = 3359, + [3418] = 3418, + [3419] = 3356, + [3420] = 3392, + [3421] = 3271, + [3422] = 3288, + [3423] = 1388, + [3424] = 1388, + [3425] = 3282, + [3426] = 1394, + [3427] = 1394, + [3428] = 1270, + [3429] = 3267, + [3430] = 3283, + [3431] = 3431, + [3432] = 3432, + [3433] = 3432, + [3434] = 3434, + [3435] = 3432, + [3436] = 3432, + [3437] = 3432, + [3438] = 3438, + [3439] = 3432, + [3440] = 3432, + [3441] = 3431, + [3442] = 1270, + [3443] = 3443, + [3444] = 1476, + [3445] = 3432, + [3446] = 3432, + [3447] = 3431, + [3448] = 3448, + [3449] = 3432, + [3450] = 3432, + [3451] = 3432, + [3452] = 3448, + [3453] = 3448, + [3454] = 3432, + [3455] = 3443, + [3456] = 3456, + [3457] = 3456, + [3458] = 1296, + [3459] = 1307, + [3460] = 1307, + [3461] = 1296, + [3462] = 1477, + [3463] = 3456, + [3464] = 3464, + [3465] = 3464, + [3466] = 3466, + [3467] = 3467, + [3468] = 3464, + [3469] = 3467, + [3470] = 3464, + [3471] = 2910, + [3472] = 3464, + [3473] = 2812, + [3474] = 3467, + [3475] = 1268, + [3476] = 3464, + [3477] = 3464, + [3478] = 1300, + [3479] = 3467, + [3480] = 3464, + [3481] = 2785, + [3482] = 2910, + [3483] = 3467, + [3484] = 3467, + [3485] = 3467, + [3486] = 3464, + [3487] = 3464, + [3488] = 3467, + [3489] = 3464, + [3490] = 2812, + [3491] = 2785, + [3492] = 3464, + [3493] = 3467, + [3494] = 3467, + [3495] = 3467, + [3496] = 2910, + [3497] = 3464, + [3498] = 3467, + [3499] = 2785, + [3500] = 1474, + [3501] = 2812, + [3502] = 3467, + [3503] = 3503, + [3504] = 1295, + [3505] = 3503, + [3506] = 3506, + [3507] = 3507, + [3508] = 3507, + [3509] = 3509, + [3510] = 3507, + [3511] = 3503, + [3512] = 1309, + [3513] = 1290, + [3514] = 3506, + [3515] = 3509, + [3516] = 1272, + [3517] = 3506, + [3518] = 3506, + [3519] = 3506, + [3520] = 1271, + [3521] = 3509, + [3522] = 3503, + [3523] = 3506, + [3524] = 3503, + [3525] = 1305, + [3526] = 3509, + [3527] = 3509, + [3528] = 3506, + [3529] = 3509, + [3530] = 3507, + [3531] = 1286, + [3532] = 3503, + [3533] = 3503, + [3534] = 3503, + [3535] = 3503, + [3536] = 3503, + [3537] = 1301, + [3538] = 3538, + [3539] = 1474, + [3540] = 3540, + [3541] = 3540, + [3542] = 2812, + [3543] = 3543, + [3544] = 3543, + [3545] = 3540, + [3546] = 3538, + [3547] = 3543, + [3548] = 3543, + [3549] = 3549, + [3550] = 3543, + [3551] = 3551, + [3552] = 3538, + [3553] = 3553, + [3554] = 3543, + [3555] = 3543, + [3556] = 2910, + [3557] = 3543, + [3558] = 3543, + [3559] = 3543, + [3560] = 3538, + [3561] = 3540, + [3562] = 2785, + [3563] = 3540, + [3564] = 3543, + [3565] = 3565, + [3566] = 3565, + [3567] = 3565, + [3568] = 3565, + [3569] = 3565, + [3570] = 804, + [3571] = 811, + [3572] = 798, + [3573] = 807, + [3574] = 813, + [3575] = 3565, + [3576] = 814, + [3577] = 797, + [3578] = 3565, + [3579] = 3565, + [3580] = 3565, + [3581] = 3565, + [3582] = 3565, + [3583] = 3565, + [3584] = 3565, + [3585] = 3565, + [3586] = 1294, + [3587] = 3565, + [3588] = 1303, + [3589] = 3589, + [3590] = 1306, + [3591] = 1291, + [3592] = 1302, + [3593] = 3565, + [3594] = 3594, + [3595] = 3565, + [3596] = 3565, + [3597] = 3597, + [3598] = 3598, + [3599] = 3599, + [3600] = 3599, + [3601] = 1286, + [3602] = 3597, + [3603] = 3599, + [3604] = 3599, + [3605] = 1283, + [3606] = 1270, + [3607] = 3607, + [3608] = 3608, + [3609] = 3597, + [3610] = 1388, + [3611] = 3597, + [3612] = 1394, + [3613] = 3607, + [3614] = 2089, + [3615] = 3607, + [3616] = 3616, + [3617] = 3617, + [3618] = 3618, + [3619] = 3619, + [3620] = 3620, + [3621] = 3597, + [3622] = 1301, + [3623] = 3623, + [3624] = 3597, + [3625] = 3599, + [3626] = 3616, + [3627] = 3627, + [3628] = 3628, + [3629] = 3616, + [3630] = 3630, + [3631] = 3631, + [3632] = 3632, + [3633] = 3597, + [3634] = 3634, + [3635] = 3635, + [3636] = 1290, + [3637] = 3599, + [3638] = 3616, + [3639] = 3607, + [3640] = 1309, + [3641] = 3641, + [3642] = 3616, + [3643] = 1295, + [3644] = 1305, + [3645] = 3607, + [3646] = 3607, + [3647] = 3647, + [3648] = 3648, + [3649] = 3599, + [3650] = 3607, + [3651] = 3597, + [3652] = 3616, + [3653] = 817, + [3654] = 3599, + [3655] = 3616, + [3656] = 3656, + [3657] = 3656, + [3658] = 3656, + [3659] = 3659, + [3660] = 3660, + [3661] = 1954, + [3662] = 2146, + [3663] = 3663, + [3664] = 3664, + [3665] = 2223, + [3666] = 3663, + [3667] = 3656, + [3668] = 3656, + [3669] = 3608, + [3670] = 3641, + [3671] = 3598, + [3672] = 3628, + [3673] = 3656, + [3674] = 3674, + [3675] = 3656, + [3676] = 3663, + [3677] = 3677, + [3678] = 2133, + [3679] = 2132, + [3680] = 2127, + [3681] = 2121, + [3682] = 3663, + [3683] = 2204, + [3684] = 3608, + [3685] = 3660, + [3686] = 2135, + [3687] = 3674, + [3688] = 3688, + [3689] = 3627, + [3690] = 3690, + [3691] = 3656, + [3692] = 3692, + [3693] = 3656, + [3694] = 3656, + [3695] = 3656, + [3696] = 3641, + [3697] = 1952, + [3698] = 3674, + [3699] = 3699, + [3700] = 3656, + [3701] = 3656, + [3702] = 3598, + [3703] = 3703, + [3704] = 3663, + [3705] = 3663, + [3706] = 3660, + [3707] = 3656, + [3708] = 3628, + [3709] = 3656, + [3710] = 3674, + [3711] = 3711, + [3712] = 3627, + [3713] = 3656, + [3714] = 3619, + [3715] = 2122, + [3716] = 3623, + [3717] = 3663, + [3718] = 3656, + [3719] = 3656, + [3720] = 3720, + [3721] = 3660, + [3722] = 3722, + [3723] = 3723, + [3724] = 3724, + [3725] = 3725, + [3726] = 3726, + [3727] = 3230, + [3728] = 3227, + [3729] = 3231, + [3730] = 3730, + [3731] = 3731, + [3732] = 3732, + [3733] = 2147, + [3734] = 3734, + [3735] = 3732, + [3736] = 3730, + [3737] = 3737, + [3738] = 3738, + [3739] = 3732, + [3740] = 3732, + [3741] = 3732, + [3742] = 3742, + [3743] = 3627, + [3744] = 3730, + [3745] = 3239, + [3746] = 3746, + [3747] = 3747, + [3748] = 3748, + [3749] = 3730, + [3750] = 1388, + [3751] = 3730, + [3752] = 3608, + [3753] = 3243, + [3754] = 3225, + [3755] = 3730, + [3756] = 3722, + [3757] = 3722, + [3758] = 3730, + [3759] = 3549, + [3760] = 3732, + [3761] = 1298, + [3762] = 3732, + [3763] = 3598, + [3764] = 3245, + [3765] = 1307, + [3766] = 3233, + [3767] = 1296, + [3768] = 1394, + [3769] = 3249, + [3770] = 3722, + [3771] = 3771, + [3772] = 3730, + [3773] = 3641, + [3774] = 3238, + [3775] = 3252, + [3776] = 3256, + [3777] = 3777, + [3778] = 3628, + [3779] = 3726, + [3780] = 3732, + [3781] = 3222, + [3782] = 3226, + [3783] = 3551, + [3784] = 3784, + [3785] = 3785, + [3786] = 3786, + [3787] = 3786, + [3788] = 1339, + [3789] = 1337, + [3790] = 1336, + [3791] = 1335, + [3792] = 1334, + [3793] = 1333, + [3794] = 1332, + [3795] = 1329, + [3796] = 807, + [3797] = 1319, + [3798] = 1342, + [3799] = 3785, + [3800] = 3800, + [3801] = 3786, + [3802] = 3786, + [3803] = 1353, + [3804] = 798, + [3805] = 811, + [3806] = 1312, + [3807] = 1314, + [3808] = 1321, + [3809] = 1322, + [3810] = 3786, + [3811] = 1311, + [3812] = 1343, + [3813] = 1347, + [3814] = 1349, + [3815] = 1351, + [3816] = 1352, + [3817] = 1355, + [3818] = 1310, + [3819] = 1354, + [3820] = 1344, + [3821] = 3785, + [3822] = 804, + [3823] = 1365, + [3824] = 1345, + [3825] = 1350, + [3826] = 1359, + [3827] = 1348, + [3828] = 1320, + [3829] = 3785, + [3830] = 1317, + [3831] = 1315, + [3832] = 1313, + [3833] = 1325, + [3834] = 1340, + [3835] = 1331, + [3836] = 1341, + [3837] = 3837, + [3838] = 3800, + [3839] = 3839, + [3840] = 814, + [3841] = 3841, + [3842] = 797, + [3843] = 3837, + [3844] = 3785, + [3845] = 3800, + [3846] = 1346, + [3847] = 3786, + [3848] = 1326, + [3849] = 1324, + [3850] = 1327, + [3851] = 1330, + [3852] = 1361, + [3853] = 3837, + [3854] = 1328, + [3855] = 3785, + [3856] = 1356, + [3857] = 1360, + [3858] = 3837, + [3859] = 1323, + [3860] = 1316, + [3861] = 3837, + [3862] = 1394, + [3863] = 1357, + [3864] = 813, + [3865] = 3786, + [3866] = 3866, + [3867] = 3785, + [3868] = 3837, + [3869] = 1388, + [3870] = 3837, + [3871] = 3871, + [3872] = 1358, + [3873] = 3873, + [3874] = 3874, + [3875] = 3873, + [3876] = 3876, + [3877] = 3608, + [3878] = 3876, + [3879] = 3874, + [3880] = 3880, + [3881] = 3876, + [3882] = 3873, + [3883] = 3617, + [3884] = 3884, + [3885] = 3874, + [3886] = 3886, + [3887] = 3887, + [3888] = 3876, + [3889] = 3887, + [3890] = 3598, + [3891] = 3628, + [3892] = 3648, + [3893] = 3874, + [3894] = 3887, + [3895] = 3876, + [3896] = 3896, + [3897] = 3876, + [3898] = 3898, + [3899] = 3620, + [3900] = 3887, + [3901] = 3874, + [3902] = 3876, + [3903] = 3635, + [3904] = 3874, + [3905] = 3896, + [3906] = 3627, + [3907] = 3632, + [3908] = 3876, + [3909] = 3876, + [3910] = 3887, + [3911] = 3887, + [3912] = 3876, + [3913] = 3873, + [3914] = 3874, + [3915] = 3641, + [3916] = 3896, + [3917] = 3896, + [3918] = 3876, + [3919] = 3887, + [3920] = 3551, + [3921] = 3549, + [3922] = 3922, + [3923] = 3876, + [3924] = 3267, + [3925] = 3925, + [3926] = 3926, + [3927] = 3927, + [3928] = 3928, + [3929] = 3929, + [3930] = 3664, + [3931] = 3931, + [3932] = 3932, + [3933] = 3933, + [3934] = 3926, + [3935] = 3283, + [3936] = 3288, + [3937] = 3283, + [3938] = 3938, + [3939] = 3288, + [3940] = 3271, + [3941] = 3282, + [3942] = 3267, + [3943] = 3271, + [3944] = 3282, + [3945] = 3945, + [3946] = 3946, + [3947] = 3947, + [3948] = 3282, + [3949] = 3949, + [3950] = 3283, + [3951] = 3951, + [3952] = 3933, + [3953] = 3953, + [3954] = 3659, + [3955] = 3955, + [3956] = 3945, + [3957] = 3957, + [3958] = 3288, + [3959] = 3959, + [3960] = 3960, + [3961] = 3961, + [3962] = 3955, + [3963] = 3931, + [3964] = 3931, + [3965] = 3965, + [3966] = 3267, + [3967] = 3967, + [3968] = 3968, + [3969] = 3271, + [3970] = 3970, + [3971] = 3970, + [3972] = 3972, + [3973] = 3973, + [3974] = 103, + [3975] = 3975, + [3976] = 3975, + [3977] = 3977, + [3978] = 3977, + [3979] = 102, + [3980] = 3975, + [3981] = 3970, + [3982] = 3982, + [3983] = 3977, + [3984] = 3970, + [3985] = 3975, + [3986] = 3986, + [3987] = 3970, + [3988] = 3988, + [3989] = 3989, + [3990] = 3975, + [3991] = 3975, + [3992] = 3977, + [3993] = 3977, + [3994] = 3994, + [3995] = 3988, + [3996] = 3977, + [3997] = 3977, + [3998] = 3975, + [3999] = 3970, + [4000] = 3970, + [4001] = 4001, + [4002] = 4002, + [4003] = 4003, + [4004] = 4004, + [4005] = 4005, + [4006] = 4003, + [4007] = 4007, + [4008] = 4008, + [4009] = 4009, + [4010] = 4010, + [4011] = 4011, + [4012] = 4012, + [4013] = 4013, + [4014] = 4014, + [4015] = 4015, + [4016] = 4016, + [4017] = 4017, + [4018] = 4018, + [4019] = 4015, + [4020] = 3551, + [4021] = 4011, + [4022] = 4022, + [4023] = 4001, + [4024] = 4024, + [4025] = 4007, + [4026] = 4013, + [4027] = 4027, + [4028] = 4028, + [4029] = 4028, + [4030] = 4030, + [4031] = 2024, + [4032] = 4032, + [4033] = 4033, + [4034] = 4003, + [4035] = 4011, + [4036] = 2017, + [4037] = 4009, + [4038] = 4002, + [4039] = 4013, + [4040] = 4011, + [4041] = 4041, + [4042] = 4042, + [4043] = 2015, + [4044] = 4022, + [4045] = 4012, + [4046] = 4005, + [4047] = 4047, + [4048] = 4004, + [4049] = 4042, + [4050] = 4050, + [4051] = 4008, + [4052] = 4041, + [4053] = 4014, + [4054] = 4013, + [4055] = 4024, + [4056] = 4024, + [4057] = 4014, + [4058] = 4015, + [4059] = 4032, + [4060] = 4022, + [4061] = 4032, + [4062] = 4005, + [4063] = 4012, + [4064] = 4015, + [4065] = 4008, + [4066] = 4004, + [4067] = 4028, + [4068] = 4027, + [4069] = 4002, + [4070] = 4041, + [4071] = 4027, + [4072] = 4042, + [4073] = 2213, + [4074] = 4042, + [4075] = 4016, + [4076] = 4001, + [4077] = 4041, + [4078] = 4002, + [4079] = 4017, + [4080] = 4008, + [4081] = 4016, + [4082] = 4012, + [4083] = 4015, + [4084] = 4084, + [4085] = 4017, + [4086] = 4014, + [4087] = 4001, + [4088] = 4013, + [4089] = 4024, + [4090] = 4004, + [4091] = 4005, + [4092] = 4022, + [4093] = 4016, + [4094] = 4014, + [4095] = 4017, + [4096] = 4009, + [4097] = 2141, + [4098] = 3271, + [4099] = 4011, + [4100] = 2207, + [4101] = 4016, + [4102] = 2211, + [4103] = 4003, + [4104] = 4013, + [4105] = 4013, + [4106] = 4017, + [4107] = 4003, + [4108] = 4022, + [4109] = 4005, + [4110] = 4004, + [4111] = 4007, + [4112] = 4042, + [4113] = 4113, + [4114] = 4041, + [4115] = 4024, + [4116] = 4116, + [4117] = 4013, + [4118] = 4001, + [4119] = 4024, + [4120] = 4011, + [4121] = 4007, + [4122] = 4041, + [4123] = 4042, + [4124] = 4124, + [4125] = 4003, + [4126] = 4004, + [4127] = 4005, + [4128] = 4001, + [4129] = 4022, + [4130] = 4009, + [4131] = 4002, + [4132] = 4027, + [4133] = 3283, + [4134] = 3282, + [4135] = 4014, + [4136] = 4013, + [4137] = 4008, + [4138] = 4012, + [4139] = 4011, + [4140] = 4140, + [4141] = 4027, + [4142] = 4028, + [4143] = 4014, + [4144] = 4013, + [4145] = 4015, + [4146] = 4016, + [4147] = 3267, + [4148] = 4015, + [4149] = 4028, + [4150] = 4016, + [4151] = 4017, + [4152] = 4017, + [4153] = 4124, + [4154] = 4001, + [4155] = 4022, + [4156] = 4124, + [4157] = 4032, + [4158] = 4012, + [4159] = 4032, + [4160] = 4027, + [4161] = 4028, + [4162] = 4008, + [4163] = 4050, + [4164] = 4009, + [4165] = 4002, + [4166] = 4009, + [4167] = 4032, + [4168] = 4027, + [4169] = 4169, + [4170] = 4170, + [4171] = 4005, + [4172] = 4004, + [4173] = 4012, + [4174] = 4042, + [4175] = 4041, + [4176] = 4028, + [4177] = 4008, + [4178] = 4003, + [4179] = 3288, + [4180] = 4002, + [4181] = 4124, + [4182] = 4009, + [4183] = 4183, + [4184] = 4024, + [4185] = 4032, + [4186] = 4186, + [4187] = 4187, + [4188] = 107, + [4189] = 4189, + [4190] = 4190, + [4191] = 4191, + [4192] = 4192, + [4193] = 4193, + [4194] = 4194, + [4195] = 4195, + [4196] = 4196, + [4197] = 4197, + [4198] = 4198, + [4199] = 4199, + [4200] = 4200, + [4201] = 4201, + [4202] = 4202, + [4203] = 4203, + [4204] = 4204, + [4205] = 4205, + [4206] = 4206, + [4207] = 4207, + [4208] = 4208, + [4209] = 4209, + [4210] = 4210, + [4211] = 4211, + [4212] = 4212, + [4213] = 4202, + [4214] = 4214, + [4215] = 4215, + [4216] = 4216, + [4217] = 4217, + [4218] = 4218, + [4219] = 4219, + [4220] = 4220, + [4221] = 4221, + [4222] = 4222, + [4223] = 4223, + [4224] = 4224, + [4225] = 4225, + [4226] = 4198, + [4227] = 4227, + [4228] = 4228, + [4229] = 4197, + [4230] = 4230, + [4231] = 4231, + [4232] = 4232, + [4233] = 4233, + [4234] = 4234, + [4235] = 4235, + [4236] = 4236, + [4237] = 4237, + [4238] = 4238, + [4239] = 4239, + [4240] = 4240, + [4241] = 4241, + [4242] = 4242, + [4243] = 4243, + [4244] = 4244, + [4245] = 4193, + [4246] = 4192, + [4247] = 4191, + [4248] = 4248, + [4249] = 4187, + [4250] = 4250, + [4251] = 4190, + [4252] = 4252, + [4253] = 4253, + [4254] = 4254, + [4255] = 4204, + [4256] = 4256, + [4257] = 4250, + [4258] = 4258, + [4259] = 4259, + [4260] = 4260, + [4261] = 4232, + [4262] = 4262, + [4263] = 4263, + [4264] = 4259, + [4265] = 4234, + [4266] = 4266, + [4267] = 4259, + [4268] = 4268, + [4269] = 4269, + [4270] = 4236, + [4271] = 4268, + [4272] = 4259, + [4273] = 4273, + [4274] = 4231, + [4275] = 4266, + [4276] = 4202, + [4277] = 4277, + [4278] = 4278, + [4279] = 4259, + [4280] = 4280, + [4281] = 4187, + [4282] = 4282, + [4283] = 4283, + [4284] = 4259, + [4285] = 4253, + [4286] = 4250, + [4287] = 4204, + [4288] = 4259, + [4289] = 4218, + [4290] = 4187, + [4291] = 4248, + [4292] = 4204, + [4293] = 4248, + [4294] = 4259, + [4295] = 4278, + [4296] = 4266, + [4297] = 4256, + [4298] = 4268, + [4299] = 4236, + [4300] = 4300, + [4301] = 4234, + [4302] = 4232, + [4303] = 4231, + [4304] = 4283, + [4305] = 4259, + [4306] = 4250, + [4307] = 4253, + [4308] = 4187, + [4309] = 4248, + [4310] = 4277, + [4311] = 4253, + [4312] = 4259, + [4313] = 4236, + [4314] = 4234, + [4315] = 4232, + [4316] = 4231, + [4317] = 4256, + [4318] = 4280, + [4319] = 4282, + [4320] = 4191, + [4321] = 4192, + [4322] = 4193, + [4323] = 4190, + [4324] = 4191, + [4325] = 4192, + [4326] = 4193, + [4327] = 4197, + [4328] = 4198, + [4329] = 4239, + [4330] = 4254, + [4331] = 4235, + [4332] = 4197, + [4333] = 4198, + [4334] = 4283, + [4335] = 4254, + [4336] = 4259, + [4337] = 4224, + [4338] = 4209, + [4339] = 4195, + [4340] = 4194, + [4341] = 4202, + [4342] = 4268, + [4343] = 4343, + [4344] = 4344, + [4345] = 4345, + [4346] = 4266, + [4347] = 4278, + [4348] = 4202, + [4349] = 4259, + [4350] = 4280, + [4351] = 4282, + [4352] = 4352, + [4353] = 4218, + [4354] = 4204, + [4355] = 4250, + [4356] = 4259, + [4357] = 4256, + [4358] = 4278, + [4359] = 4266, + [4360] = 4268, + [4361] = 4254, + [4362] = 4253, + [4363] = 4187, + [4364] = 4248, + [4365] = 4198, + [4366] = 4197, + [4367] = 4277, + [4368] = 4283, + [4369] = 4236, + [4370] = 4234, + [4371] = 4232, + [4372] = 4231, + [4373] = 4259, + [4374] = 4254, + [4375] = 4190, + [4376] = 4193, + [4377] = 4192, + [4378] = 4191, + [4379] = 4191, + [4380] = 4250, + [4381] = 4192, + [4382] = 4259, + [4383] = 4190, + [4384] = 4193, + [4385] = 4239, + [4386] = 4197, + [4387] = 4198, + [4388] = 4388, + [4389] = 4268, + [4390] = 4202, + [4391] = 4280, + [4392] = 4282, + [4393] = 4393, + [4394] = 4282, + [4395] = 4193, + [4396] = 4192, + [4397] = 4191, + [4398] = 4253, + [4399] = 4399, + [4400] = 4259, + [4401] = 4218, + [4402] = 4204, + [4403] = 4193, + [4404] = 4192, + [4405] = 4231, + [4406] = 4253, + [4407] = 4232, + [4408] = 4234, + [4409] = 4191, + [4410] = 4248, + [4411] = 4187, + [4412] = 4248, + [4413] = 4236, + [4414] = 4187, + [4415] = 4253, + [4416] = 4250, + [4417] = 4259, + [4418] = 4250, + [4419] = 4419, + [4420] = 4236, + [4421] = 4278, + [4422] = 4232, + [4423] = 4231, + [4424] = 4266, + [4425] = 4268, + [4426] = 4197, + [4427] = 4193, + [4428] = 4192, + [4429] = 4191, + [4430] = 4236, + [4431] = 4248, + [4432] = 4187, + [4433] = 4248, + [4434] = 4253, + [4435] = 4250, + [4436] = 4253, + [4437] = 4191, + [4438] = 4192, + [4439] = 4193, + [4440] = 4198, + [4441] = 4197, + [4442] = 4442, + [4443] = 4443, + [4444] = 4444, + [4445] = 4445, + [4446] = 4446, + [4447] = 4447, + [4448] = 145, + [4449] = 4449, + [4450] = 148, + [4451] = 4451, + [4452] = 157, + [4453] = 160, + [4454] = 171, + [4455] = 140, + [4456] = 174, + [4457] = 4457, + [4458] = 4458, + [4459] = 4459, + [4460] = 4460, + [4461] = 4461, + [4462] = 4462, + [4463] = 4463, + [4464] = 4464, + [4465] = 4465, + [4466] = 4466, + [4467] = 4467, + [4468] = 4468, + [4469] = 4469, + [4470] = 177, + [4471] = 4471, + [4472] = 179, + [4473] = 4443, + [4474] = 151, + [4475] = 182, + [4476] = 4476, + [4477] = 4477, + [4478] = 4467, + [4479] = 4479, + [4480] = 183, + [4481] = 184, + [4482] = 4482, + [4483] = 187, + [4484] = 188, + [4485] = 189, + [4486] = 4467, + [4487] = 144, + [4488] = 156, + [4489] = 127, + [4490] = 4467, + [4491] = 4491, + [4492] = 181, + [4493] = 4477, + [4494] = 4457, + [4495] = 4495, + [4496] = 4443, + [4497] = 178, + [4498] = 4458, + [4499] = 142, + [4500] = 176, + [4501] = 4501, + [4502] = 4502, + [4503] = 4444, + [4504] = 4491, + [4505] = 4449, + [4506] = 4471, + [4507] = 4467, + [4508] = 4460, + [4509] = 4461, + [4510] = 4468, + [4511] = 4451, + [4512] = 4464, + [4513] = 4513, + [4514] = 4476, + [4515] = 4466, + [4516] = 4462, + [4517] = 4502, + [4518] = 150, + [4519] = 4467, + [4520] = 149, + [4521] = 115, + [4522] = 4469, + [4523] = 4523, + [4524] = 4467, + [4525] = 116, + [4526] = 4465, + [4527] = 4467, + [4528] = 117, + [4529] = 4529, + [4530] = 4467, + [4531] = 118, + [4532] = 119, + [4533] = 4467, + [4534] = 120, + [4535] = 4535, + [4536] = 4467, + [4537] = 4467, + [4538] = 121, + [4539] = 122, + [4540] = 123, + [4541] = 4463, + [4542] = 4459, + [4543] = 124, + [4544] = 4544, + [4545] = 4545, + [4546] = 4482, + [4547] = 126, + [4548] = 4548, + [4549] = 153, + [4550] = 113, + [4551] = 130, + [4552] = 4552, + [4553] = 131, + [4554] = 132, + [4555] = 133, + [4556] = 4442, + [4557] = 134, + [4558] = 135, + [4559] = 4523, + [4560] = 136, + [4561] = 138, + [4562] = 139, + [4563] = 141, + [4564] = 147, + [4565] = 114, + [4566] = 155, + [4567] = 158, + [4568] = 4442, + [4569] = 162, + [4570] = 164, + [4571] = 166, + [4572] = 167, + [4573] = 4447, + [4574] = 4446, + [4575] = 4445, + [4576] = 168, + [4577] = 172, + [4578] = 173, + [4579] = 175, + [4580] = 4544, + [4581] = 128, + [4582] = 192, + [4583] = 4479, + [4584] = 4495, + [4585] = 191, + [4586] = 4586, + [4587] = 4587, + [4588] = 190, + [4589] = 185, + [4590] = 4482, + [4591] = 170, + [4592] = 169, + [4593] = 165, + [4594] = 163, + [4595] = 161, + [4596] = 159, + [4597] = 4459, + [4598] = 4463, + [4599] = 4465, + [4600] = 4466, + [4601] = 4468, + [4602] = 4602, + [4603] = 4603, + [4604] = 4471, + [4605] = 4587, + [4606] = 4444, + [4607] = 4443, + [4608] = 4477, + [4609] = 4445, + [4610] = 4610, + [4611] = 4446, + [4612] = 4612, + [4613] = 4613, + [4614] = 4614, + [4615] = 4479, + [4616] = 4451, + [4617] = 4447, + [4618] = 4618, + [4619] = 4464, + [4620] = 4587, + [4621] = 4545, + [4622] = 4622, + [4623] = 4623, + [4624] = 4476, + [4625] = 4625, + [4626] = 4626, + [4627] = 4535, + [4628] = 4467, + [4629] = 4502, + [4630] = 4630, + [4631] = 4631, + [4632] = 4632, + [4633] = 4445, + [4634] = 4535, + [4635] = 4635, + [4636] = 4446, + [4637] = 4637, + [4638] = 4447, + [4639] = 4502, + [4640] = 4457, + [4641] = 4458, + [4642] = 4460, + [4643] = 4461, + [4644] = 4462, + [4645] = 4469, + [4646] = 4646, + [4647] = 4647, + [4648] = 4648, + [4649] = 4463, + [4650] = 4650, + [4651] = 4465, + [4652] = 4652, + [4653] = 4447, + [4654] = 4446, + [4655] = 4445, + [4656] = 4466, + [4657] = 4468, + [4658] = 4479, + [4659] = 4659, + [4660] = 4471, + [4661] = 4482, + [4662] = 4523, + [4663] = 4444, + [4664] = 4664, + [4665] = 4548, + [4666] = 4477, + [4667] = 4667, + [4668] = 4668, + [4669] = 4669, + [4670] = 4476, + [4671] = 4671, + [4672] = 4672, + [4673] = 4464, + [4674] = 4659, + [4675] = 4675, + [4676] = 4491, + [4677] = 4449, + [4678] = 4451, + [4679] = 4464, + [4680] = 4476, + [4681] = 4681, + [4682] = 4682, + [4683] = 4451, + [4684] = 4449, + [4685] = 4491, + [4686] = 4523, + [4687] = 4687, + [4688] = 4502, + [4689] = 4689, + [4690] = 4529, + [4691] = 4587, + [4692] = 4692, + [4693] = 4693, + [4694] = 4467, + [4695] = 4695, + [4696] = 4535, + [4697] = 4697, + [4698] = 4457, + [4699] = 4459, + [4700] = 4463, + [4701] = 4465, + [4702] = 4466, + [4703] = 4468, + [4704] = 4471, + [4705] = 4444, + [4706] = 4445, + [4707] = 4443, + [4708] = 4544, + [4709] = 4545, + [4710] = 4552, + [4711] = 4477, + [4712] = 4548, + [4713] = 4458, + [4714] = 4482, + [4715] = 4460, + [4716] = 4552, + [4717] = 4717, + [4718] = 4502, + [4719] = 4461, + [4720] = 4462, + [4721] = 4469, + [4722] = 4469, + [4723] = 4462, + [4724] = 4461, + [4725] = 4460, + [4726] = 4458, + [4727] = 4459, + [4728] = 4728, + [4729] = 4469, + [4730] = 4462, + [4731] = 4586, + [4732] = 4459, + [4733] = 4733, + [4734] = 4467, + [4735] = 4457, + [4736] = 4495, + [4737] = 4461, + [4738] = 4586, + [4739] = 4695, + [4740] = 4740, + [4741] = 4502, + [4742] = 4622, + [4743] = 4460, + [4744] = 4535, + [4745] = 4614, + [4746] = 4479, + [4747] = 4747, + [4748] = 4458, + [4749] = 4535, + [4750] = 4586, + [4751] = 4529, + [4752] = 4614, + [4753] = 4482, + [4754] = 4754, + [4755] = 4755, + [4756] = 4447, + [4757] = 4446, + [4758] = 4552, + [4759] = 4523, + [4760] = 4523, + [4761] = 4614, + [4762] = 4548, + [4763] = 4545, + [4764] = 4457, + [4765] = 4668, + [4766] = 4622, + [4767] = 4476, + [4768] = 4464, + [4769] = 4622, + [4770] = 4614, + [4771] = 4451, + [4772] = 4449, + [4773] = 4491, + [4774] = 4586, + [4775] = 4622, + [4776] = 4552, + [4777] = 4447, + [4778] = 4659, + [4779] = 4548, + [4780] = 4446, + [4781] = 4545, + [4782] = 4544, + [4783] = 4587, + [4784] = 4482, + [4785] = 4785, + [4786] = 4445, + [4787] = 4754, + [4788] = 4523, + [4789] = 4587, + [4790] = 4479, + [4791] = 4467, + [4792] = 4529, + [4793] = 4491, + [4794] = 4449, + [4795] = 4479, + [4796] = 4469, + [4797] = 4622, + [4798] = 4586, + [4799] = 4459, + [4800] = 4463, + [4801] = 4462, + [4802] = 4465, + [4803] = 4466, + [4804] = 4461, + [4805] = 4468, + [4806] = 4460, + [4807] = 4471, + [4808] = 4444, + [4809] = 4443, + [4810] = 4477, + [4811] = 4458, + [4812] = 4614, + [4813] = 4457, + [4814] = 4814, + [4815] = 4477, + [4816] = 4463, + [4817] = 4465, + [4818] = 4451, + [4819] = 4586, + [4820] = 4476, + [4821] = 4443, + [4822] = 4495, + [4823] = 4444, + [4824] = 4471, + [4825] = 4467, + [4826] = 4544, + [4827] = 4545, + [4828] = 4466, + [4829] = 4464, + [4830] = 4548, + [4831] = 4814, + [4832] = 4695, + [4833] = 4468, + [4834] = 4552, + [4835] = 4835, + [4836] = 4836, + [4837] = 4837, + [4838] = 4838, + [4839] = 4839, + [4840] = 4840, + [4841] = 4841, + [4842] = 4842, + [4843] = 4843, + [4844] = 4844, + [4845] = 4845, + [4846] = 4846, + [4847] = 4847, + [4848] = 4848, + [4849] = 4849, + [4850] = 4850, + [4851] = 4851, + [4852] = 4852, + [4853] = 4853, + [4854] = 4854, + [4855] = 4855, + [4856] = 4856, + [4857] = 4857, + [4858] = 4858, + [4859] = 4859, + [4860] = 4860, + [4861] = 4861, + [4862] = 4862, + [4863] = 4851, + [4864] = 4864, + [4865] = 4865, + [4866] = 4866, + [4867] = 4866, + [4868] = 4868, + [4869] = 4861, + [4870] = 4840, + [4871] = 4871, + [4872] = 4862, + [4873] = 4858, + [4874] = 4874, + [4875] = 4856, + [4876] = 4865, + [4877] = 4877, + [4878] = 4878, + [4879] = 4879, + [4880] = 4880, + [4881] = 4862, + [4882] = 4871, + [4883] = 4883, + [4884] = 4884, + [4885] = 4842, + [4886] = 4886, + [4887] = 4845, + [4888] = 4888, + [4889] = 4844, + [4890] = 4837, + [4891] = 4839, + [4892] = 4857, + [4893] = 4893, + [4894] = 4835, + [4895] = 4895, + [4896] = 4896, + [4897] = 4897, + [4898] = 4835, + [4899] = 4884, + [4900] = 4900, + [4901] = 4901, + [4902] = 4841, + [4903] = 4893, + [4904] = 4904, + [4905] = 4905, + [4906] = 4906, + [4907] = 4907, + [4908] = 4904, + [4909] = 4848, + [4910] = 4842, + [4911] = 4911, + [4912] = 4912, + [4913] = 4913, + [4914] = 4883, + [4915] = 4865, + [4916] = 4916, + [4917] = 4866, + [4918] = 4918, + [4919] = 4861, + [4920] = 4857, + [4921] = 4921, + [4922] = 4858, + [4923] = 4923, + [4924] = 4856, + [4925] = 4845, + [4926] = 4895, + [4927] = 4839, + [4928] = 4928, + [4929] = 4929, + [4930] = 4895, + [4931] = 4931, + [4932] = 4901, + [4933] = 4912, + [4934] = 4934, + [4935] = 4859, + [4936] = 4849, + [4937] = 4937, + [4938] = 4904, + [4939] = 4939, + [4940] = 4940, + [4941] = 4906, + [4942] = 4934, + [4943] = 4943, + [4944] = 4944, + [4945] = 4945, + [4946] = 4939, + [4947] = 4947, + [4948] = 4948, + [4949] = 4897, + [4950] = 4950, + [4951] = 4865, + [4952] = 4837, + [4953] = 4866, + [4954] = 4954, + [4955] = 4861, + [4956] = 4956, + [4957] = 4886, + [4958] = 4858, + [4959] = 4959, + [4960] = 4856, + [4961] = 4845, + [4962] = 4838, + [4963] = 4963, + [4964] = 4964, + [4965] = 4965, + [4966] = 4868, + [4967] = 4950, + [4968] = 4968, + [4969] = 4840, + [4970] = 4970, + [4971] = 4846, + [4972] = 4847, + [4973] = 4850, + [4974] = 4974, + [4975] = 4861, + [4976] = 4976, + [4977] = 4856, + [4978] = 4864, + [4979] = 4931, + [4980] = 4868, + [4981] = 4944, + [4982] = 4963, + [4983] = 4868, + [4984] = 4963, + [4985] = 4985, + [4986] = 4976, + [4987] = 4987, + [4988] = 4865, + [4989] = 4989, + [4990] = 4852, + [4991] = 4991, + [4992] = 4854, + [4993] = 4855, + [4994] = 4994, + [4995] = 4883, + [4996] = 4964, + [4997] = 4839, + [4998] = 4989, + [4999] = 4999, + [5000] = 4835, + [5001] = 4843, + [5002] = 4921, + [5003] = 5003, + [5004] = 4845, + [5005] = 4874, + [5006] = 4965, + [5007] = 4965, + [5008] = 5008, + [5009] = 4923, + [5010] = 5010, + [5011] = 4921, + [5012] = 4860, + [5013] = 4851, + [5014] = 4939, + [5015] = 4866, + [5016] = 4848, + [5017] = 4893, + [5018] = 4879, + [5019] = 4994, + [5020] = 4842, + [5021] = 4976, + [5022] = 4900, + [5023] = 4911, + [5024] = 4844, + [5025] = 4877, + [5026] = 4835, + [5027] = 4884, + [5028] = 4900, + [5029] = 5029, + [5030] = 4886, + [5031] = 4934, + [5032] = 4861, + [5033] = 5033, + [5034] = 4906, + [5035] = 4862, + [5036] = 4871, + [5037] = 4904, + [5038] = 5038, + [5039] = 4888, + [5040] = 4907, + [5041] = 4859, + [5042] = 4895, + [5043] = 4921, + [5044] = 4878, + [5045] = 4916, + [5046] = 4840, + [5047] = 4964, + [5048] = 5048, + [5049] = 4900, + [5050] = 4884, + [5051] = 4837, + [5052] = 4944, + [5053] = 5003, + [5054] = 5010, + [5055] = 4896, + [5056] = 4900, + [5057] = 4897, + [5058] = 4893, + [5059] = 4959, + [5060] = 4856, + [5061] = 4871, + [5062] = 4950, + [5063] = 4858, + [5064] = 4937, + [5065] = 4883, + [5066] = 4895, + [5067] = 4929, + [5068] = 4918, + [5069] = 4928, + [5070] = 4880, + [5071] = 4884, + [5072] = 4904, + [5073] = 4878, + [5074] = 4861, + [5075] = 4912, + [5076] = 4874, + [5077] = 4901, + [5078] = 4912, + [5079] = 4858, + [5080] = 4839, + [5081] = 4866, + [5082] = 4901, + [5083] = 4865, + [5084] = 4868, + [5085] = 4991, + [5086] = 4837, + [5087] = 4895, + [5088] = 4864, + [5089] = 4844, + [5090] = 4906, + [5091] = 4934, + [5092] = 4842, + [5093] = 4841, + [5094] = 4896, + [5095] = 4856, + [5096] = 4888, + [5097] = 4893, + [5098] = 4921, + [5099] = 4906, + [5100] = 4934, + [5101] = 5101, + [5102] = 4844, + [5103] = 4963, + [5104] = 4848, + [5105] = 4886, + [5106] = 4840, + [5107] = 4937, + [5108] = 4976, + [5109] = 4965, + [5110] = 4964, + [5111] = 4985, + [5112] = 4851, + [5113] = 4987, + [5114] = 4836, + [5115] = 4939, + [5116] = 4994, + [5117] = 4959, + [5118] = 4913, + [5119] = 4989, + [5120] = 4847, + [5121] = 4950, + [5122] = 4921, + [5123] = 4850, + [5124] = 5124, + [5125] = 4871, + [5126] = 5008, + [5127] = 4912, + [5128] = 5010, + [5129] = 4940, + [5130] = 4943, + [5131] = 4945, + [5132] = 4947, + [5133] = 4948, + [5134] = 4901, + [5135] = 4857, + [5136] = 4911, + [5137] = 4844, + [5138] = 4877, + [5139] = 4916, + [5140] = 4950, + [5141] = 4959, + [5142] = 4852, + [5143] = 4964, + [5144] = 4854, + [5145] = 4931, + [5146] = 4855, + [5147] = 4965, + [5148] = 5148, + [5149] = 4871, + [5150] = 5150, + [5151] = 4968, + [5152] = 4974, + [5153] = 5153, + [5154] = 4976, + [5155] = 4994, + [5156] = 4989, + [5157] = 4959, + [5158] = 1361, + [5159] = 5008, + [5160] = 4987, + [5161] = 5010, + [5162] = 4862, + [5163] = 5163, + [5164] = 4911, + [5165] = 4877, + [5166] = 5166, + [5167] = 1365, + [5168] = 1948, + [5169] = 4851, + [5170] = 4880, + [5171] = 4893, + [5172] = 4879, + [5173] = 4879, + [5174] = 4883, + [5175] = 4862, + [5176] = 4871, + [5177] = 4888, + [5178] = 4896, + [5179] = 4851, + [5180] = 4994, + [5181] = 4868, + [5182] = 4907, + [5183] = 5008, + [5184] = 4929, + [5185] = 4918, + [5186] = 4928, + [5187] = 4911, + [5188] = 4877, + [5189] = 4901, + [5190] = 4970, + [5191] = 4912, + [5192] = 4994, + [5193] = 4985, + [5194] = 4937, + [5195] = 5008, + [5196] = 4940, + [5197] = 4943, + [5198] = 4945, + [5199] = 4911, + [5200] = 4877, + [5201] = 4947, + [5202] = 4948, + [5203] = 4950, + [5204] = 4994, + [5205] = 4959, + [5206] = 4963, + [5207] = 4964, + [5208] = 4877, + [5209] = 5153, + [5210] = 4944, + [5211] = 4965, + [5212] = 4968, + [5213] = 5101, + [5214] = 5003, + [5215] = 4956, + [5216] = 4974, + [5217] = 4976, + [5218] = 4886, + [5219] = 4839, + [5220] = 4883, + [5221] = 4843, + [5222] = 4845, + [5223] = 4939, + [5224] = 4934, + [5225] = 4906, + [5226] = 4904, + [5227] = 4859, + [5228] = 4895, + [5229] = 4921, + [5230] = 4970, + [5231] = 4916, + [5232] = 5232, + [5233] = 5101, + [5234] = 5003, + [5235] = 4884, + [5236] = 4835, + [5237] = 4843, + [5238] = 4897, + [5239] = 4893, + [5240] = 1947, + [5241] = 4842, + [5242] = 4837, + [5243] = 4886, + [5244] = 5101, + [5245] = 5003, + [5246] = 4850, + [5247] = 4847, + [5248] = 4840, + [5249] = 4883, + [5250] = 4880, + [5251] = 4840, + [5252] = 4845, + [5253] = 5101, + [5254] = 5003, + [5255] = 4868, + [5256] = 4886, + [5257] = 5101, + [5258] = 4963, + [5259] = 5008, + [5260] = 5003, + [5261] = 4837, + [5262] = 4848, + [5263] = 4900, + [5264] = 4844, + [5265] = 4862, + [5266] = 4944, + [5267] = 4842, + [5268] = 4841, + [5269] = 4965, +}; + static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); @@ -403721,6 +408994,7 @@ extern const TSLanguage *tree_sitter_cpp(void) { tree_sitter_cpp_external_scanner_serialize, tree_sitter_cpp_external_scanner_deserialize, }, + .primary_state_ids = ts_primary_state_ids, }; return &language; } diff --git a/tree-sitter-mozcpp/src/tree_sitter/parser.h b/tree-sitter-mozcpp/src/tree_sitter/parser.h index cbbc7b4ee..2b14ac104 100644 --- a/tree-sitter-mozcpp/src/tree_sitter/parser.h +++ b/tree-sitter-mozcpp/src/tree_sitter/parser.h @@ -123,6 +123,7 @@ struct TSLanguage { unsigned (*serialize)(void *, char *); void (*deserialize)(void *, const char *, unsigned); } external_scanner; + const TSStateId *primary_state_ids; }; /* From 23ab1b62e410e3a3884fb7fa5d14e04ae723c157 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 12 Jan 2023 13:03:10 +0100 Subject: [PATCH 4/4] Update snapshots --- tests/repositories/rca-output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/repositories/rca-output b/tests/repositories/rca-output index 96d3766fb..c977695ab 160000 --- a/tests/repositories/rca-output +++ b/tests/repositories/rca-output @@ -1 +1 @@ -Subproject commit 96d3766fba14efe9af8d0bdcf597f0f5fe01ba9e +Subproject commit c977695ab4662b08338c809fa9e1c0d646f6d28b